.nav{
    font-size: 18px;
    color: #ffffff;
    background-color: #1f317b;
}
.nav a{
    color: #ffffff;
    font-size: 14px;
}
.nav a:hover{
    color: #b90000;
}
.nav-fr{
    font-size: 14px;
}
.wap-nav-btn img{
    width: 25%;
}
.simplified{
    margin:0 12px 0 20px;
    border-right: 1px solid #FFFFFF;
    padding-right: 15px;
}
.navs{
    padding: 0;
}
.nav-fl img{
    width: 35px;
}
.search-box{
    display: inline-block;
    position: relative;
    margin:0 20px 0 10px;
}
.search-box input::-webkit-input-placeholder {
    color: #ffffff;
}
.search-box input{
    width: 188px;
    height: 28px;
    border-radius: 10px;
    background-color: #7188b4;
    padding-left: 25px;
    color: #ffffff;
    font-size: 12px;
}
.search-box a{
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 28px;
    line-height: 24px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 0 6px 6px 0;
}
.search-box a img{
    width: 18px;
}
.nav-fr a:hover{
    opacity: .7;
}
.logo{
    float: left;
}
.logo img{
    max-width: 100%;
}
.nav-list{
    float: left;
}
.nav-list>ul{
    margin-right: -25px;
    position: relative;
}
.nav-list>ul>li{
    padding: 28px 0 20px 0;
}
.nav-list li{
    float: left;
}
.nav-list>ul>li>a{
    display: block;
    width: 110px;
    text-align: center;
    position: relative;
    color: #4e4e4e;
}
.nav-list>ul>li>a>span{
    font-size: 16px;
    font-weight: bold;
}
.nav-list>ul>li>a>p{
    font-size: 12px;
    font-family: Regular;
    color: #4e4e4e;
}
.nav-list>ul>li>a i{
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
    width: 1px;
    height: 12px;
    background-color: #d6d6d6;
}
.nav-list>ul>li:last-child>a i{
    display: none;
}
.nav-list>ul>li:last-child>a{
    padding-right: 0;
}
.nav-list>ul>li:hover>a{
    color: #003990;
}
.nav-list>ul>li.on>a{
    color: #003990;
}
.wap-nav{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 25px;
    background-color: #FFFFFF;
    box-shadow: 0 0 4px #e2e2e2;
    -webkit-box-shadow: 0 0 4px #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    z-index: 9999;
}
.wap-nav-btn{
    text-align: right;
}
.wap-classify{
    display: none;
    width: 100%;
    height: 100vh;
    padding: 10px 0;
    box-sizing: border-box;
    overflow-y: scroll;
}
.wap-second-level{
    display: none;
    padding-left: 10px;
}
.innermost-layer{
    display: none;
}
.innermost-layer i{
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #36458a;
    vertical-align: middle;
}
.innermost-layer span{
    vertical-align: middle;
}
.wap-second-level a{
    display: block;
    font-size: 14px!important;
    margin-top: 10px;
}
.wap-level-navigation{
    display: none;
    padding-left: 10px;
}
.wap-classify li{
    padding: 10px 0;
    position: relative;
}
.wap-classify a{
    font-size: 15px;
    color: #36458a;
}
.wap-classify>ul>li>a{
    display: block;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
}
.wap-classify>ul>li.on i{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg); 	/* Opera */
}
.nav-list>ul>li:hover .subclassification{
    display: block;
}
.wap-classify .arrows{
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
    background-image: url("../images/xiala2.png");
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
}
.subclassification{
    display: none;
    position: absolute;
    top: 78px;
    right: 25px;
    width: 1170px;
    background-color: #FFFFFF;
    border-radius: 0 0 8px 8px;
    z-index: 999;
    padding:12px 12px 0 12px;
    box-sizing: border-box;
}
.highlight{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 12px;
    background-color: #1f317b;
}
.triangle{
    position: absolute;
    top: -10px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #1f317b;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.nav-list li:nth-child(2) .triangle{
    right: 353px;
}
.nav-list li:nth-child(3) .triangle{
    left: 910px;
}
.nav-list li:nth-child(4) .triangle{
    left: 1020px;
}
.about-us-subclassification{
    padding-top: 30px;
    position: relative;
}
.about-us-subclassification img{
    width: 100%;
}
.about-us-subclassification-content{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -424px;
    width: 848px;
    height: 195px;
    background-color: rgba(9,57,144,.5);
}
.about-us-subclassification-content{
    text-align: center;
    padding-top: 45px;
}
.about-us-subclassification-content img{
    width: 559px;
}
.about-us-subclassification-list{
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.about-us-subclassification-list li{
    height: 65px;
    line-height: 65px;
}
.about-us-subclassification-list li:nth-child(1){
    background-color: rgba(166,45,48,.8);
}
.about-us-subclassification-list li:nth-child(2){
    background-color: rgba(6,68,153,.9);
}
.about-us-subclassification-list li:nth-child(3){
    background-color: rgba(224,130,4,.8);
}
.about-us-subclassification-list li:nth-child(1) i{
    display: inline-block;
    background-image: url("../images/nav-icon1.png");
    width: 25px;
    height: 29px;
    vertical-align: middle;
}
.about-us-subclassification-list li:nth-child(2) i{
    display: inline-block;
    background-image: url("../images/nav-icon2.png");
    width: 28px;
    height: 28px;
    vertical-align: middle;
}
.about-us-subclassification-list li:nth-child(3) i{
    display: inline-block;
    background-image: url("../images/nav-icon3.png");
    width: 32px;
    height: 25px;
    vertical-align: middle;
}
.about-us-subclassification-list li span{
    vertical-align: middle;
    margin-left: 4px;
}
.about-us-subclassification-list li a{
    display: block;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}
.about-us-subclassification-list li a:hover{
    opacity: .7;
}
.product-centers{
    background-image: url("../images/product-center.png");
    background-size: 100% 100%;
    margin-top: 15px;
}
.product-center-subclassification{
    padding-top: 10px;
}
.product-center-left ul{
    overflow: hidden;
}
.product-center-left .product-center-ul-1{
    margin: 0 -4px 10px -4px;
}
.product-center-left .product-center-ul-2{
    margin: 0 -4px;
}
.product-center-left .product-center-ul-2 li{
    padding: 0 4px;
    position: relative;
}
.product-center-left .product-center-ul-1 li{
    float: left;
    width: 50%;
    padding: 0 4px;
    position: relative;
}
.product-center-left .product-center-ul-2 li{
    float: left;
    width: 33.333%;
}
.product-center-left ul a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 55px;
    text-align: center;
    display: block;
    color: #FFFFFF;
}
.product-centers ul li:not(.product-title-li):hover{
    opacity: .7;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
}
.product-center-left ul i{
    display: block;
    width: 70px;
    height: 2px;
    margin:4px auto 0 auto;
    background-color: #FFFFFF;
}
.product-center-ul-4 li:nth-child(1){
    border: 1px solid #aaaaaa;
    box-sizing: border-box;
}
.product-title{
    width: 100%;
    height: 110px;
    line-height: 110px;
    padding-left: 10px;
    font-size: 14px;
    color: #333333;
}
.product-title i{
    display: inline-block;
    width: 3px;
    height: 20px;
    background-color: #003990;
    vertical-align: middle;
    margin-right: 4px;
}
.product-title span{
    vertical-align: middle;
}
.product-centers li img{
    width: 100%;
}
.product-center-title{
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    border-left: 3px solid #003990;
    padding-left: 10px;
}
.product-center-left{
    padding-right: 20px;
}
.product-center-right ul{
    overflow: hidden;
}
.product-center-ul-3{
    margin: 0 -4px 10px -4px;
}
.product-center-ul-3 li{
    width: 33.333%;
    padding: 0 4px;
}
.product-center-ul-3 a{
    display: block;
    width: 100%;
    line-height: 136px;
    font-weight: bold;
    font-size: 16px;
    color: #003990;
    background-image: url("../images/frame.png");
    background-size: 100% 100%;
    text-align: center;
}
.product-center-ul-4{
    margin: 32px -2px 0 -2px;
}
.product-center-ul-4 li{
    width: 25%;
    padding: 0 2px;
    position: relative;
}
.product-center-ul-4 img{
    height: 112px;
}
.product-center-ul-4 p{
    position: absolute;
    bottom: 0;
    left: 2px;
    right: 2px;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    background-color: rgba(0,0,0,.5);
}
.contact-us-content{
    width: 100%;
    height: 260px;
    background-image: url("../images/contact-us-content.png");
    background-size: 100% 100%;
    margin-top: 15px;
}
.marketing{
    padding-right: 30px;
}
.marketing ul{
    overflow: hidden;
}
.marketing-ul-1{
    margin: 0 -6px;
}
.marketing-ul-1 li{
    float: left;
    width: 50%;
    padding: 0 6px;
}
.marketing-ul-1 li img{
    width: 100%;
}
.marketing-ul-2{
    margin:10px -3px 0 -3px;
}
.marketing-ul-2 li{
    padding: 0 3px;
    width: 33.333%;
    float: left;
}
.marketing-ul-2 li a{
    display: block;
    width: 100%;
    height: 85px;
    line-height: 85px;
    font-size: 16px;
    color: #003990;
    text-align: center;
    background-image: url("../images/frame.png");
    background-size: 100% 100%;
}
.network{
    overflow: hidden;
}
.maps{
    float: left;
    width: 360px;
    margin-top: 22px;
}
.network img{
    width: 100%;
}
.network-list{
    float: right;
}
.network-list a{
    display: block;
    width: 195px;
    height: 58px;
    line-height: 58px;
    background-color: #003990;
    margin-bottom: 9px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.network-list a i{
    display: inline-block;
    vertical-align: middle;
    background-size: 100% 100%;
}
.network-list a:nth-child(2) i{
    width: 25px;
    height: 25px;
    background-image: url("../images/i1.png");
}
.network-list a:nth-child(3) i{
    width: 26px;
    height: 28px;
    background-image: url("../images/i2.png");
}
.network-list a:nth-child(4) i{
    width: 25px;
    height: 28px;
    background-image: url("../images/i3.png");
}
.network-list a:nth-child(1) i{
    width: 25px;
    height: 22px;
    background-image: url("../images/i4.png");
}
.network-list a span{
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}
.contact-us-content a:hover{
    opacity: .7;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
}
.footer{
    border-top: 3px solid #19479e;
    background-color: #f5f5f7;
    padding: 30px 0 10px 0;
}
.footer .container{
    position: relative;
}
.footer-index{
    margin-left: -20px;
}
.footer-list{
    margin-bottom: 25px;
    margin-left: -65px;
}
.footer-list a{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #6e6e6e;
}
.footer-list a:hover{
    color: #19479e;
}
.footer-list a:last-child{
    border: none;
}
.footer-message{
    font-size: 14px;
    color: #666666;
}
.footer-message p{
    margin-bottom: 15px;
}
.footer-message div{
    margin-right: 135px;
}
.pull-down{
    width: 188px;
    height: 30px;
    border-radius: 30px;
    background-color: #ffffff;
    margin-bottom: 15px;
    overflow: hidden;
    padding-right: 10px;
    font-size: 14px;
}
.pull-down-title{
    font-size: 20px;
    color: #4e4e4e;
    margin-bottom: 5px;
}
.pull-down-title span{
    vertical-align: middle;
    font-size: 16px;
    margin-left: 5px;
}
select{
    width: 100%;
    height: 100%;
    padding-left: 24px;
    background-color: #FFFFFF;
}
select a{
    display: block;
}
.inform-container{
    margin-top: -31px;
    position: relative;
    overflow: hidden;
}
.inform{
    line-height: 30px;
    background-color: #1e3e85;
}
.inform-title{
    font-size: 14px;
    color: #FFFFFF;
    border-right: 3px solid #ffffff;
    text-align: center;
}
.inform-title img{
    width: 20px;
    margin-right: 10px;
    margin-top: -6px;
}
.inform-font{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}
.inform-font li{
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
}
.inform-font a{
    font-size: 14px;
    color: #FFFFFF;
    padding-left: 20px;
}
.inform-font a:hover{
    opacity: .9;
    filter:alpha(opacity:.9);
}
@media screen and (max-width: 1200px){
    body{
        padding-top: 50px;
    }
    .inform-container{
        margin-top: -36px;
    }
    .inform-container .container{
        padding: 0;
    }
    .navbar{
        display: none;
    }
    .wap-nav{
        display: block;
    }
    .footer{
        padding: 20px 0;
    }
    .footer-message{
        font-size: 14px;
    }
    .footer-list{
        margin-bottom: 20px;
        margin-left: 0;
    }
    .footer-message>div{
        margin-right: 0;
        text-align: center;
        width: 100%;
    }
    .footer-message p{
        margin-bottom: 10px;
    }
    .footer-list a{
        font-size: 13px;
        padding: 0;
    }
    .link{
        display: none;
    }
    .txtScroll-top span{
        display: none;
    }
    .inform{
        font-size: 14px;
        height: 36px;
        line-height: 34px;
    }
    .inform-title img {
        width: auto;
        margin-right: auto;
        margin-top: 0;
    }
}
@media screen and (min-width:768px) and (max-width:1200px){
    .wap-classify a {
        font-size: 24px;
    }
    .wap-second-level a{
        font-size: 20px!important;
    }
    .wap-nav-btn img{
        width: 20%;
    }
}
@media screen and (min-width:1024px) and (max-width:1200px){
    .wap-nav-btn img{
        width: 14%;
    }
}
@media screen and (min-width:769px) and (max-width:1200px){
    .link{
        display: block;
        position: absolute;
        top: 36px;
        right: 0;
    }
    .footer-message>div{
        text-align: left;
        box-sizing: border-box;
        padding-left: 30px;
    }
}
.location{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f7;
    border-bottom: 2px solid #7f9cc7;
    color: #6e6e6e;
    font-size: 14px;
}
.location a{
    color: #6e6e6e;
}
.location i{
    display: inline-block;
    margin: 0 2px;
}
.location a:hover{
    color: #003990;
}


.mobile_footer_menu {
    display: none;
}



@media screen and (max-width: 990px) {
  
    .mobile_footer_menu {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

        .mobile_footer_menu a {
            width: 18%;
            color: #666666;
            font-size: 14px;
            display: inline-block;
            font-weight: bold;
        }

    .footer-list {
        display: none;
    }
}