/* 初始化 */

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    word-wrap: break-word
}

body,
html,
input {
    font: 1em/1.5 '微软雅黑';
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
}
pre {
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

input.dialog {
    height: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border: none
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

input,
label,
img,
th {
    vertical-align: middle;
}

.font-fixh {
    font-family: Georgia, Arial;
    color: #f00;
    font-size: 16px;
    font-weight: 700;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
}

input.button,
input.btn {
    padding: 0.25em;
    width: auto;
    _width: 0;
    overflow: visible;
}

ul,
ol,
li {
    list-style: none;
}

a,
a:active,
a:focus,
a:hover {
    text-decoration: none
}

select optgroup {
    color: #CAC8BB;
}

header {
    display: block
}
header .wrap{
    transition: all .5s;
}
*:focus {
    outline: none
}

img {
    height: auto;
}

button {
    border: 0;
}

body {
    overflow-x: hidden;
    position: relative;
}

textarea,
input {
    outline: none;
}

/* 通用 */
a:hover .img-box img{
    transform: scale(1.1);
}
.fixed{
    background-color: #fff;
    position: fixed!important;
}
.caret {
    border: none;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    width: 8px;
    height: 8px;
    line-height: 8px;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-left: 10px;
    transform: rotate(-45deg);
}

.font-blue {
    color: #013f97
}
.font-black{
    color:#000!important;
}
#map img {
    max-width: inherit;
}

.more a {
    display: inline-block;
    background-color: #013f97;
    padding: 5px 24px;
    margin-top: 30px;
    color: #fff;
}

.white {
    color: #fff;
}

.breadcrumb {
    display: none;
}

.img-box {
    text-align: center;
    display: table;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.img-box span {
    display: table-cell;
    vertical-align: middle;
}

.img-box img {
    transition: all .5s;
}

.img-box:hover img {
    transform: scale(1.1);
}

.wrap {
    width: 1800px;
    margin-left: auto;
    margin-right: auto;
}


/* header */
.navbar-fixed-top{
    position: fixed!important;
}
header .wrap {
    position: relative;
    z-index: 9999;
    left: 0;
    right: 0;
    background-color: transparent;
}
header .navbar{
    border: 0;
    transition: all .5s;
    position: absolute;
    left: 0;
    right: 0;
}

header .navbar-fixed-top .wrap{
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
header .navbar-fixed-top{
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .32);
    border-width: 0;
}
header  .navbar-fixed-top .nav .dropdown>a{
 color:#000;
}
header  .navbar-fixed-top .nav .dropdown>a .caret{
   border-bottom: 2px solid #000;
   border-left:2px solid #000;
}
header  .navbar-fixed-top  .logo1{
    display: none;
}
header .navbar-fixed-top  .logo2{
    display: block;
}
header .dropdown-menu>li>a {
    padding: 15px 20px;
}
header .dropdown-menu>li>a:hover{
    color: #013f97;
}
header .navbar-nav>li:last-child>a{
padding-left: 15px;
padding-right: 0;
}
header .navbar-nav>li:nth-last-child(2)>a{
    padding-right: 15px;
}
header .navbar-nav li:last-child .dropdown-menu{
    right: -30px;
}
header .navbar-nav li:nth-last-child(2) .dropdown-menu a{
    padding-left: 5px;
    padding-right: 5px;
}

header .navbar-collapse {
    overflow: hidden;
}

header  .nav .dropdown>a {
    color: #000;
}

header  .nav .dropdown-menu {
    text-align: center;
    width: 100%;
    padding: 0;
}

header .navbar-nav li:nth-last-child(2) .dropdown-menu {
    width: auto;
}

header .navbar-nav li:last-child .dropdown-menu {
    width: 200px;
}

header .navbar-nav>li>a {
    padding:30px;
}

header .navbar-brand,
header .navbar-collapse {
    padding: 0;
}

header .navbar-brand {
 padding: 15px 0;
}
.logo2{
display: none;
}
header .search-box .search-main {
    background-color: #fff;
    height: 35px;
    border: 1px solid #ccc;
    padding: 5px;
    position: relative;
}

header .search-box .search-main::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 27px;
    border: 10px solid;
    border-color: transparent transparent #fff transparent;
}

header .search-box .search-main::before {
    content: "";
    position: absolute;
    top: -21px;
    right: 27px;
    border: 10px solid;
    border-color: transparent transparent #ccc transparent;
}

header .search-box .button-search {
    border: 0;
    background: url('../images/search.png') no-repeat center center;
    background-size: cover;
    width: 25px;
    height: 25px;
    float: right;
}

header .search-box input {
    width: 150px;
    border: 0;
    height: 25px;
}

/* footer */

footer {
    background-color: #123c86;
    color: #fff;
    position: relative;
    
}

footer dt a {
 color:#fff
}

footer .footer-list {
    display: flex;
    flex-direction: row;
}

footer .footer-list .footer-item {
    width: 20%;
}

footer .footer-main .wrap {
    padding-bottom: 80px;
    padding-top: 74px;
    flex-direction: column;
}

footer .footer-main .footer-address ul li {
    line-height: 35px;
}

footer .footer-main .footer-address .footer-tel {
    font-size: 28px;
}
footer .footer-bottom-main .copyright>span:nth-child(3) a{
    color:#fff;
}
footer .footer-bottom-main .cp{
    margin-left: 10px; 
}
footer .footer-bottom-main .cp a{
    color:#fff;
}
footer .footer-bottom-main {
    border-top: 1px solid #ccc;
    padding: 20px 0;
}

footer .footer-main .footer-item dd a:hover,
footer .footer-bottom-main a:hover {
    color: #fff;
}

footer .footer-bottom-main .copyright>span:nth-child(3) {
    margin-left: 20px;
}

footer .footer-main .footer-item dd a {
    display: inline-block;
    padding: 5px 0;
    transition: all .5s;
    color:#9ebef7;
}
footer .footer-main .footer-address ul li a{
    color:#fff;
}
footer .footer-main .vx p {
    margin-top: 10px;
}

footer .footer-main .footer-item dt a {
    font-size: 18px;
    font-weight: 700;
}

footer .footer-main .footer-item dt {
    margin-bottom: 30px;
}
@media(max-width:1800px) {
    .wrap {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media(max-width:1900px){
    header .navbar-nav li:last-child .dropdown-menu{
        right: 1px;
    }
    header .navbar-nav li:last-child>a{
        padding-right: 15px;
    }
    header .search-box .search-main::before{
        right: 9px;
    }
    header .search-box .search-main::after{
       right: 9px;
    }
} 
@media(max-width:1400px) {
    header .navbar-nav>li>a {
        padding: 30px 15px;
    }
}

@media(max-width:1200px) {
    footer .footer-main .footer-list .footer-item {
        text-align: center;
    }
    footer .footer-main .footer-address {
        padding-top: 3em;
        padding-left: 7%;
    }
    footer .footer-main .wrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    header .navbar-nav>li>a {
        padding: 30px 10px;
    }
    .dropdown-menu>li>a {
        padding: 10px 0;
    }
}
@media(max-width:1090px){
   header .navbar-brand img {
     width: 180px;
   }
   header .navbar-brand{
       padding: 20px 0;
   }
}
@media(max-width:992px) {
    footer .footer-bottom-main .cp{
        display: inline-block;
    }
    .index-banner{
        margin-top: 70px;
    }
    header .navbar .wrap{
        position: relative;
        padding-left: 0;
        padding-right: 0;
    }
    header .navbar{
        padding-left: 15px;
        padding-right: 15px;
        background-color: #fff;
        box-shadow: 0 0 15px rgba(0, 0, 0, .32);
        border-width: 0;
        position: fixed;
        padding-bottom: 10px;
        top: 0;
        border-radius: 0;
        z-index: 1030;
    }
    header  .navbar .nav .dropdown>a{
     color:#000;
    }
    header  .navbar .nav .dropdown>a .caret{
       border-bottom: 2px solid #000;
       border-left:2px solid #000;
    }

    header  .navbar .nav .dropdown>a .caret{
       border-bottom: 0;
       border-left:4px solid transparent;
    }
    .logo1{
        display: none;
    }
   .logo2{
        display:block;
        }
    .caret {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px dashed;
        border-top: 4px solid\9;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        transform: none;
        border-bottom: none;
        margin-bottom: 0;
    }
    footer .footer-bottom-main .copyright {
        display: block;
        float: none!important;
        text-align: center;
        
    }
    footer .footer-bottom-main .copyright>span:first-child{
        display: block;
        text-align: center;
    }
    footer .footer-bottom-main .copyright>span:nth-child(3) {
        display: inline-block;
    }
    footer .footer-bottom-main .support {
        display: none;
    }
    .dropdown-menu>li>a {
        padding: 3px 20px;
    }
    header .navbar-nav>li>a {
        padding: 30px;
    }
    header .navbar-nav>li:nth-last-child(3)>a {
        border-bottom: 0;
    }
    header .wrap {
        position: relative;
        z-index: 1030;
        left: 0;
        right: 0;
    }
    header  .nav .dropdown>a {
        color: #000;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    header .navbar-nav>li>a {
        padding: 10px 20px;
        border-bottom: 1px solid #bfbfbf;
    }
    header .navbar-collapse .nav li:nth-last-child(2)>a {
        background-position: left;
    }
    header  .nav .dropdown-menu {
        text-align: left;
        float: none;
    }
    header .navbar-nav .dropdown-menu>li:last-child>a{
        border-bottom: 1px solid #eaeaea;
    }
    header .navbar-nav .open .dropdown-menu>li>a {
        padding: 12px 35px;
    }
    header .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #cc0000;
    }
    header  .navbar-nav .open .dropdown-toggle {
        border-bottom: 0;
        color: #cc0000;
    }
    header .navbar-nav .open .dropdown-menu {
        position: relative;
        border: 0;
        box-shadow: none;
    }
    header .navbar-nav .open .dropdown-menu li a {
        border-top: 1px solid #eaeaea;
    }
    header .navbar-nav>li:last-child>a {
        border: 0;
    }
    header .navbar-nav li:nth-last-child(2) .dropdown-toggle,
    header .navbar-nav li:last-child .dropdown-toggle {
        display: none;
    }
    header .search-box input {
        width: 90%;
    }
    header .navbar-nav li:last-child .dropdown-menu {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        padding: 0 15px;
        box-shadow: none;
        border-top: 0;
        border-bottom: 0;
    }
    header .search-box .search-main::after,
    header .search-box .search-main::before {
        display: none;
    }
       header .navbar-brand{
           padding: 10px 0;
       }
}

@media(max-width:768px) {
    footer .footer-main .wrap {
        padding-top: 15px;
        padding-bottom: 20px;
    }
    footer .footer-bottom-main .copyright {
        font-size: 0.875em;
    }
    footer .footer-main .footer-address {
        padding: 0;
        padding-left: 15px;
    }
  
}
@media(max-width:480px){
    footer .footer-bottom-main .copyright {
        font-size: 12px;
    }
}
@media(max-width:325px) {
    header .search-box input {
        width: 85%;
    }
    header .navbar-brand {
        position: absolute;
    }
    .navbar-toggle {
        z-index: 999;
    }
}