@charset "UTF-8";

body{
    background-color: #ffffff;
}
.container, .head_main, .wrap, .index-container {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
}

@media (min-width: 768px) {

    .wrap, .container {
        width: 750px;
    }
}

@media (min-width: 992px) {

    .wrap, .container, .head_main, .index-container {
        width: 970px;
    }
}

@media (min-width: 1260px) {

    .wrap, .container, .head_main, .index-container {
        width: 1230px;
    }

}

@media (min-width: 1460px) {

    .container, .head_main, .index-container {
        width: 1430px;
    }
}

@media (min-width: 1920px) {

    .index-container {
        width: 1830px;
    }
}
/*产品中心 解决方案*/

.news-three {
    padding: 0;
    margin-bottom: 50px;
}
.index-one{
    display: flex;
    width: 100%;
    height: 70px;
    margin-top: 20px;
}
.miniOne{
    height: 100%;
}
.index-one .content{
    width:20%;
    text-align: center
}

.index-one .content .img{
    width:25px;
}

.index-one .content .img .top{
    font-weight: bold;
    font-size: 13px;
}
.index-one .content .top .num{
    font-size: 20px;
}
.index-one .content .footer{
    font-size: 12px;
}
.menu{
    width: 100%;
    height: 50px;
    margin-bottom:20px;
    line-height: 50px;
}
.subCategories{display: flex;}
.subCategoriesTitle{margin-top: 15px;}
.menu ul{
    display: flex;
    justify-content: space-between ;
}
.navbar-pc{
    width: 70%;
}
.index-two{
    width: 100%;
}
.index-two .one{
    width: 100%;
    display: flex;
}
.index-two .one .content{
    width: 48%;
    height: 100%;
    margin-top: 30px;
}
.index-two .one .right{
    float: right;
    margin-left: 40px;
    padding-right: 0px;
}
.index-two .one .content .title{
    position:relative;
    width: 100%;
    height: 40px;
    line-height:40px;
    border-bottom: 1.5px solid rgb(170,83,84);
}
.index-two .one .content .title .left{
    font-size: 16px;
    font-weight: bold
}
.xiaodaiHeadBg{
    background-image: url('../images/icon2.png');background-repeat: no-repeat;background-position: 70% 50%;
}
.index-two .one .content .title .right{
    position: absolute;
    top:0;right: 0;
    font-size: 13px
}
.right .map{
    margin-left: 18px;width:48%;
}

.nav_banner li{float: left;width:33%;text-align: center;font-size: 16px;font-weight: bold;}
.nav_banner li a{color:#222222;}
.nav_banner li a:hover{color:#ea4c4c;}
.nav_banner li.on a{color:#ea4c4c;}
.nav_banner li.on a:before{content: '<< '}
.nav_banner li.on a:after{content: ' >>'}

.index-two .one .content .text{
    position:relative;
    width: 100%;
    height: 43px;
    line-height:43px;
    border-bottom: 1px dashed #dee2e6 !important;
    display: flex;
}
.index-two .one .content .text .left{
    width: 70%;
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
    font-size: 14px;
}
.index-two .one .content .text .left img{
    margin-right: 3px;
}
.index-two .one .content .text p{
    width: 100%;
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
}
.index-two .one .content .text .right{
    width: 30%;
    font-size: 13px;
    color: #888;
    text-align: right;
}
.index-two .two{
    width: 100%;
    height: 530px;
    margin-top: 42px;
    display: flex;
}
.index-two .two .left{
     overflow: auto;
     width: 50%;
     height: 100%;
 }
.left .map{
    width:50%;
}
.xuanchuanBanner{
    margin-top: 30px;
}
.index-two .two .right{
    width: 50%;
    height: 100%;
    margin-left: 25px;
}
.index-two .two .right .title{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    border: 1px solid rgb(239,239,239);
    padding-left: 7px
}
.index-two-right-title{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    border: 1px solid rgb(239,239,239);
    padding-left: 7px
}
.index-two .two .right .content{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    border: 1px solid rgb(239,239,239);
    padding-left: 10px;
    margin-bottom:-1px;
}
.index-two .two .right .content:hover{
    background-color: rgb(239,239,239);
}
.index-two-two-right-content{
    width: 100%;
    height: 60px;
    padding-top: 6px;
    border: 1px solid rgb(239,239,239);
    padding-left: 10px;
}
.index-two-two-right-content-company{
    font-size: 13px;
    font-weight: bold;
    width: 100%;
}
.index-two-two-right-content-address{
    font-size: 12px;
    width: 100%;
}
.index-two .two .right .content .company{
    font-size: 16px;
    width: 100%;
    color: #333333;
}
.index-two .two .right .content:hover .company{
    color: #3293d8;
}

.index-two .two .right .content .address{
    font-size: 12px;
    width: 100%;
    color:#666666;
    margin-top: 5px;
}
.vertical-line{
    width: 2px;
    height: 18px;
    background-color: rgb(239,91,91);
}
.index-footer{
    width: 100%;
    min-height: 130px;
    background-color: rgb(248,249,251);
    display: flex;
    align-items: center;
    border-top: 1px solid  rgb(212,212,212);
    border-bottom: 1px solid  rgb(212,212,212);
}
.index-footer-content{
    width: 70%;
    margin: 0 auto;
}
.links{
    width: 100%;
    margin-top: 10px;
    line-height: 30px
}
.bottom-app{
    width: 100%;
    text-align: center;
    color: #fff;
    background: #343a40;
    display: none;
}

.index-head-img{
    position: relative;
    height: 430px;
    width:100%;
    margin-top:150px;
    text-align: center;
}

.index-head-img-dai{
    position: relative;
    height: 300px;
    width:100%;
    margin-top:150px;
    background: url("../images/xiaodai_bg.png");
    background-size: 100% 100%;
}


.list-head-img{
    position: relative;
    height: 200px;
    width:100%;
    margin: 150px auto 0;
}

.header {
    background-color: #ffffff;
    z-index: 1000;
    position: fixed;
    top: 0;
    height: 150px;
    width: 100%;
    display: flex;
    justify-content: center;
    border-bottom: solid 1px rgba(255,255,255,0.1);
}
.searchDetail{
    width: 50%;
    margin: 0 auto;
    padding-bottom: 40px;
}
.searchDetail .searchDetail-header{
    width: 100%;
    height: 100px;
    background-color: rgb(255,255,255);
    border-radius: 3px;
    position: relative;
    margin-top: -25px;
    text-align: center;
    line-height: 100px;
}

.searchDetail .searchDetail-item{
    width: 100%;
    height: 60px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    padding-left: 2%;
    background-color: rgb(255,255,255);
    border-radius: 3px;
    font-size: 16px;
}

.searchDetail .searchDetail-footer{
    width: 100%;
    height: 45px;
    margin-top: 20px;
    line-height: 45px;
    text-align: center;
    color:#1a2f7e;
    background-color: rgb(255,255,255);
    border-radius: 3px;
    font-size: 18px;
}

.searchDetail .searchDetail-back-btn{
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    background-color: rgb(42,193,240);
    color:white;
    margin-top: 20px;
}

.searchDetail .searchDetail-item .left{
    width: 30%;
    color:#666666;
}
.searchDetail .searchDetail-item .right{
    width: 65%;
    color:#333333;
}

.contact-main{
    width: 100%;
    height:800px;
}
.contact-main .contact-one{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 20%;
}
.contact-main .contact-two{
    width: 100%;
    height: 600px;
}
.contact-main .contact-three{
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
}
.search{
    position: relative;
    margin-top: -25px;
    width: 60%;
}
.contact-main .contact-three .item{
    height:100%;
    width: 25%;
    padding-top: 30px;
    text-align:center;
}
.contact-main .contact-three .item .content{
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}

.search .index{
    width: 100%;
    height: 50px;
    display: flex;
}

.search .index .left{
    width: 90%;
    height: 100%;
    border: 1px solid #e6e5e5;
    border-radius: 1px;
}
.search .index .right{
    width: 50px;
}

.search .index .left .search-input{
    padding-left:15px;
    width: 100%;
    height: 100%;
    background-color: white;
    box-shadow: 2px 1px 2px #e6e5e5;
    font-size: 16px;
}
.search .two{
    width:100%;
    height: 50px;
    line-height:50px;
    font-size:12px;
    padding-left: 10px;
    display: flex;
}

.search .three{
    width: 85%;
    height:1000px;
    margin-left: 50px;
}
.search .three .title{
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;

    color:white;
    background-color: rgb(48,164,228);
    border:1px solid rgba(112,128,144,0.3);
    margin-bottom:-1px;
    font-size: 18px;
}
.search .three .row{
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}
.search .three .row-head{
    color:white;
    background-color: rgb(48,164,228);
    margin-bottom:-1px;
    font-size: 18px;
}
.search .three .row .left{
    width: 20%;
    height: 100%;
    border-top:1px solid rgba(112,128,144,0.3);
    border-left:1px solid rgba(112,128,144,0.3);
    border-right:1px solid rgba(112,128,144,0.3);
    text-align: center;
    float:left;
}

.search .three .row .right{
    width: 80%;
    height: 100%;
    border-top:1px solid rgba(112,128,144,0.3);
    border-right:1px solid rgba(112,128,144,0.3);
    float:right;
    display: flex;
    justify-content: center;
}

.search .three .row .right .right-left{
    padding-left: 20px;
    width: 82%;
    height:100%;
    display: flex;
    align-items: center;
    line-height: 1;
}

.xiaodaiHead{
    font-weight: bold;font-size:16px;color: #ffffff;padding: 0 2%;text-align: center;width: auto;padding: 0 10%;margin: 0;appearance:none; -moz-appearance:none; -ms-appearance:none; -o-appearance:none; -webkit-appearance:none;
}
#memberListTable thead th{height: 35px;background-color: #56bbeb;color: #ffffff;font-size: 16px;}
#memberListTable tbody tr td{height: 35px;font-size: 16px;text-align: center;color: #333333;border: 1px solid #dddddd;}
#memberListTable tbody{height: 450px;overflow-y: scroll;-webkit-overflow-scrolling: touch;}

.search .three .row .right .right-left .img{
    width: 11px;
    height: 100%;
    margin-top: -4px;
    margin-right: 5px;
    line-height: 45px;
}

.search .three .row .right .right-right{
    width: 18%;
    height:100%;
    display: flex;
    align-items: center;
}
.search .three .row .right .right-right .button{
    height: 25px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #b4eeff;
    color: rgb(10,139,197);
    font-size: 13px;
    display: flex;
    align-items: center;
}

.search .three .row .right .right-right .button:hover{
    color: white;
    background-color: rgb(85,187,235);
}
.search .three .row .right .right-right .button:hover .img{
    display: none;
}
.search .three .row .right .right-right .button:hover .img-active{
    display: block;
}

.search .three .row .right .right-right .button .img{
    width: 12px;
    margin-left:5px;
}
.search .three .row .right .right-right .button .img-active{
    display: none;
    width: 12px;
    margin-left:5px;
}


.citySearchList-left .item{
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border:1px solid rgba(112,128,144,0.3);
    margin-right:-1px;
    margin-bottom:-1px;
    font-size: 16px;
    color: #333333;
}
.citySearchList-left .item.active, .citySearchList-left .item:hover {
    color:rgb(20,57,125);
    background-color: rgb(230,239,248);
}
.citySearchList-right .item{
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
    display: flex;
    border:1px solid rgba(112,128,144,0.3);
    margin-left:-2px;
    margin-bottom:-1px;
    font-size: 16px;
    color: #333333;
}

.citySearchList-right .item .right{
    width: 15%;
    height:100%;
    display: flex;
    align-items: center;
}

.citySearchList-right .item .right .button{
    height: 25px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #b4eeff;
    color: rgb(10,139,197);
    font-size: 13px;
    display: flex;
    align-items: center;
}

.citySearchList-right .item .right .button:hover{
    color: white;
    background-color: rgb(85,187,235);
}
.citySearchList-right .item .right .button:hover .img{
  display: none;
}
.citySearchList-right .item .right .button:hover .img-active{
    display: block;
}

.citySearchList-right .item .right .button .img{
    width: 12px;
    margin-left:5px;
}
.citySearchList-right .item .right .button .img-active{
    display: none;
    width: 12px;
    margin-left:5px;
}
.citySearchList-right .item .left{
    padding-left: 15px;
    width: 85%;
    height:100%;
    display: flex;
    align-items: center;
}

.citySearchList-right .item .left .img{
    width: 11px;
    height: 100%;
    margin-top: -4px;
    margin-right: 5px
}
.article-title{
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.article-time{
    display: flex;
    justify-content: flex-end;
    width: 18%;
    margin-left: 5%;
    color:#666
}
.bottom {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #343a40;
    height: 140px;
}

    .header.white {
        background: white;
        border-color: rgba(0,0,0,0.1);
    }

    .header:hover {
        background: white;
        border-color: rgba(0,0,0,0.1);
    }

    .navbar-pc .left{
        width: 100%;
        height: 90px;
        padding-left: 18px;
        position: relative
    }

    .navbar-pc .right{
        height: 100%;
        position: absolute;
        display:flex;
        align-items: center;
        top:0;
        right: 0;
        font-size: 12px
    }
    .navbar-pc .right .item{
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
    }
    .navbar-pc .right .contact:hover+ .codeImg{
        display: inline-block;
    }
    .navbar-pc .right .item .active{
        display: none;
    }
    .navbar-pc .right .item:hover .noActive{
        display: none;
    }
    .navbar-pc .right .item:hover .active{
        display: inline-block;
    }

    .navbar-pc .right .item img{
        width: 38px;
    }

    .navbar-pc .right .codeImg{
        display:none;
        position: absolute;
        width: 50px;
        left: -50px;
    }


    /*===============下拉==============*/

    .header .logo {
        padding: 26px 0;
        float: left;
    }

    .logo{
      width: 300px;
      min-height: 100px;
    }
.logo-blue {
    display: none;
}

.navbar {
    float: left;
    margin-left: 65px;
}

    .navbar * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.category-item {
    float: left;
    padding: 0 23px;
}

.category-item-app-menu {
    float: left;
    padding: 20px 13px;
    width:100%;
    line-height: 30px;
}

.category-item-single {
    position: relative;
}

.category-a {
    padding: 0 10px;
    display: block;
    font-size: 17px;
    color: #333;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    position: relative;
    text-align: center;
}

.category-a:hover .btinfo{
    height: 3px;width: 50%;background-color: #00559d;margin: 0 auto;
}

.category-a.on .btinfo{
    height: 3px;width: 50%;background-color: #00559d;margin: 0 auto;
}

    .category-a.on, .category-a:hover {
    }



.category-item.active .category-a::after, .category-item:hover .category-a::after {
    width: 100%;
}

.category-item.active .category-a, .category-item:hover .category-a {
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1100;
    background-color: rgba(255,255,255,1);
    border-top: 1px solid #dae1e6;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    height: auto;
    display: none;
    overflow: hidden;
    width: 100%;
    left: 0;
    margin-top: 0;
    -ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    -o-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
}

.category-item:hover .dropdown-menu {
    opacity: 1;
    display: block;
    visibility: visible;
}

.int-pic::after{position: absolute;content: '';width: 100%;height: 100%;top: 0;left: 0;background: rgba(0,0,0,0.5) url(../images/pause.png) no-repeat center;}
.dataBar_div{    float: left;flex-basis: 0;flex-grow: 1;max-width: 100%;}
.dataBar_num{font-size: 28px;line-height: 30px;font-weight: 400;text-transform: none;margin: 0;text-align: center;margin-top: 5px;}
.dataBar_num_unit{font-size: 14px;}
.dataBar_text{text-align: center;margin-top: 5px;}
.font_12{font-size: 12px;}
.page_nor{background-color: #ffffff;color:#888888;font-size: 14px;height: 30px;line-height: 30px;padding: 0 8px;border-radius: 2px;border:  1px solid #e3e3e3}
.page_nor:hover{background-color: #ea4c4c;color:#ffffff;font-size: 14px;height: 30px;line-height: 30px;padding: 0 8px;border-radius: 2px;}

/*.navpro-menu::after{position: absolute;content: '';background: #eeeeee; width: 44%;left: 0;height: 100%;top: 0;}*/

.navpro-box {
    position: relative;
    z-index: 2;
}

.navpro-left {
    float: left;
    width: 44%;
    background: #eee;
    padding: 40px 0;
    padding-left: 18.75%;
}

    .navpro-left a {
        padding: 0 20px;
        display: block;
        font-size: 18px;
        color: #333;
        line-height: 46px;
    }

        .navpro-left a.on {
            background: #696969 url(../images/navpro.png) no-repeat right 20px center;
            color: white !important;
            font-weight: bold;
        }

.navpro-right {
    padding: 40px 0;
    margin-left: 44%;
    padding: 40px 45px;
    overflow: hidden;
    padding-right: 18.75%;
}

.navpro-three {
    float: left;
    max-width: 50%;
    min-width: 50%;
}

    .navpro-three a {
        display: block;
        font-size: 18px;
        color: #666;
        line-height: 46px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

        .navpro-three a:hover, .navpro-three a.on {
            color: #00559d;
            font-weight: 700;
        }

.navpro-pic {
    background: #eee;
    float: left;
    overflow: hidden;
    min-width: 50%;
    max-width: 50%;
}

    .navpro-pic img {
        display: block;
        width: 100%;
        transition: all .5s;
    }

.nav-box {
    display: none;
}

    .nav-box.on {
        display: block;
    }

.navso-menu ul {
    padding: 26px 0 36px;
    margin: 0 -20px;
}

.navso-menu li {
    float: left;
    padding: 20px 0;
    width: 14.285%;
    padding: 0 20px;
}

.navso-list {
    display: block;
    width: 100%;
}

.navso-pic {
    display: block;
    width: 100%;
    overflow: hidden;
}

    .navso-pic img {
        display: block;
        width: 100%;
        transition: all .5s;
    }

.navso-list p {
    text-align: center;
    font-size: 16px;
    color: #444;
    line-height: 28px;
    margin-top: 9px;
}

.navso-menu li:last-child {
    margin-right: 0;
}

.navso-menu li:hover img {
    transform: scale(1.05);
}

.navso-menu li:hover p {
    color: #00437d;
}



.dropdown-menu.single ul {
    padding: 0px 0;
}

.dropdown-menu.single li {
    display: block;
    font-size: 16px;
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}

    .dropdown-menu.single li:last-child {
        border-bottom: 0;
    }

    .dropdown-menu.single li > a {
        padding: 22px 50px;
        padding-left: 50px;
        white-space: nowrap;
        display: inline-block;
        width: 100%;
        color: #333;
        line-height: 1;
        height: auto;
        background: 0 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .dropdown-menu.single li > i {
        display: block;
        font-size: 16px;
        color: #4d4d4d;
        position: absolute;
        right: 25px;
        top: 50%;
        margin-top: -8px;
    }

    .dropdown-menu.single li:hover a {
        color: #fff;
        background: #69c133;
    }

    .dropdown-menu.single li:hover i {
        color: #0e48a7;
    }

.category-item:hover .dropdown-menu.single {
    max-height: 450px;
    opacity: 1;
}

.nav-search {
    cursor: pointer;
    float: right;
    height: 100px;
    width: 40px;
    position: relative;
    background: url(../images/nav-search.png) no-repeat right center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.search-box {
    position: absolute;
    right: -8px;
    top: 100px;
    font-size: 0;
    width: 320px;
    height: 0;
    z-index: 100;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    overflow: hidden;
}

.nav-search:hover .search-box {
    opacity: 1;
    height: 52px;
    padding-top: 6px;
}

.search-box .search {
    border: solid 1px #dbdbdb;
    width: 260px;
    height: 46px;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding: 0 15px;
    color: #666;
}

.search-box .butt {
    width: 60px;
    height: 46px;
    background: #00559d url(../images/nav-search.png) no-repeat center;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .search-box .butt:hover {
        background-color: #064479;
    }

.head-store {
    float: right;
    width: 120px;
    height: 100px;
    position: relative;
}

.store-text {
    display: block;
    line-height: 100px;
    font-size: 16px;
    color: rgba(255,255,255,0.8);
    text-align: center;
    padding-left: 20px;
    background: #00437d url(../images/store.png) no-repeat left 15px center;
}

.store-list {
    position: absolute;
    width: 100%;
    top: 100%;
    right: 0;
    z-index: 10;
    background: #fff;
    padding: 0px 0;
    -webkit-box-shadow: 0 2px 4px 2px rgba(0,0,0,.05);
    box-shadow: 0 2px 4px 2px rgba(0,0,0,.05);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

    .store-list a {
        display: block;
        padding: 10px 15px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

.head-store:hover .store-list {
    opacity: 1;
    visibility: visible;
}

.store-list a:hover {
    color: #00559d;
}





.language {
    float: right;
    position: relative;
    margin-top: 35px;
    width: 84px;
}

.language-text {
    display: block;
    color: rgba(255,255,255,0.7);
    line-height: 30px;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding-left: 25px;
}

    .language-text i {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        font-weight: bold;
        margin-left: 8px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        display: none;
    }
.language-text a{color:#fff}
.header.on a{color:#666666}
.language-list {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10;
    background: #fff;
    padding: 0px 0;
    -webkit-box-shadow: 0 2px 4px 2px rgba(0,0,0,.05);
    box-shadow: 0 2px 4px 2px rgba(0,0,0,.05);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

    .language-list a {
        display: block;
        padding: 10px 15px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

.language:hover .language-text {
    color: #00559d;
}

    .language:hover .language-text i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        display: none;
    }

.language:hover .language-list {
    opacity: 1;
    visibility: visible;
}

.language-list a:hover {
    color: #fff;
    background: #00559d;
}

.header.white .category-a, .header:hover .category-a {
    color: #666666;
}

    .header.white .category-a.on, .header:hover .category-a:hover,
    .header.white .category-a.on, .header:hover .category-a:hover {
        color: #00559d;
    }

    .header.white .category-a::after, .header:hover .category-a::after {
        background: #00559d;
    }

.header.white .logo-blue, .header:hover .logo-blue {
    display: block;
}

.header.white .logo-white, .header:hover .logo-white {
    display: none;
}

.header.white .nav-search, .header:hover .nav-search {
    background-image: url(../images/search.png);
}

.header.white .language-text, .header:hover .language-text {
    color: #666;
}

.header.on {
    background: white;
    border-color: rgba(0,0,0,0.1);
}

    .header.on .category-a {
        color: #666666;
    }

        .header.on .category-a.on,
        .header.on .category-a.on {
            color: #00559d;
        }

        .header.on .category-a::after {
            background: #00559d;
        }

    .header.on .logo-blue {
        display: block;
    }

    .header.on .logo-white {
        display: none;
    }

    .header.on .nav-search {
        background-image: url(../images/search.png);
    }

    .header.on .language-text {
        color: #666;
    }











/*app-头部*/

.header-app {
    background: white;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 500;
    -webkit-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    -o-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

    .header-app.open-menu {
        height: 100%;
        background: #fff;
        -webkit-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
        -o-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
        transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    }

.navbar-app {
    position: relative;
    -webkit-box-shadow: 3px 0 7px 0 rgba(0,0,0,.1);
    box-shadow: 3px 0 7px 0 rgba(0,0,0,.1);
    height: 60px;
    text-align: center;

}


.header-app .logo {
    float: left;
    width: 200px;
    min-height: 40px;
    vertical-align: middle;
    padding: 10px 15px;
}

    .header-app .logo img {
        height: 100%;
    }

.navbar-togger {
    float: right;
    background: transparent;
    border: none;
    padding: 22px 15px;
    display: inline-block;
    visibility: visible;
    transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96),opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1),-webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

    .navbar-togger .icon_bar {
        width: 24px;
        height: 2px;
        background-color: #00559d;
        opacity: 1;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .navbar-togger .icon_bar:nth-of-type(2) {
            margin: 5px 0;
        }

.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
    opacity: 0;
}

.open-menu .navbar-togger .icon_bar:first-child {
    -webkit-transform: translate(0,7px) rotate(45deg);
    -ms-transform: translate(0,7px) rotate(45deg);
    transform: translate(0,7px) rotate(45deg);
}

.open-menu .navbar-togger .icon_bar:last-child {
    -webkit-transform: translate(0,-7px) rotate(-45deg);
    -ms-transform: translate(0,-7px) rotate(-45deg);
    transform: translate(0,-7px) rotate(-45deg);
}

.nav-menu {
    position: absolute;
    top: 60px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 620;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 1s;
    -o-transition: visibility 0s linear 1s;
    transition: visibility 0s linear 1s;
}

.header-app.open-menu .nav-menu {
    visibility: visible;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    padding: 30px 15px;
}
.map{
    width: 50%;
}
.nav-list li {
    border-bottom: 1px solid #cfcfcf;
    opacity: 0;
    pointer-events: none;
}

    .nav-list li.open { /* border-bottom: none; */
    }

.header-app.open-menu .nav-list li {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.nav-list li:nth-child(1) {
    -webkit-transform: translateY(-44px);
    -ms-transform: translateY(-44px);
    transform: translateY(-44px);
    transition: opacity .3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) .15s,transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s,-webkit-transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s;
}

.header-app.open-menu .nav-list li:nth-child(1) {
    transition: opacity .3091s cubic-bezier(0.32, 0.08, 0.24, 1) .03s,transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s,-webkit-transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s;
}

.nav-list li:nth-child(2) {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    transition: opacity .29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) .13s,transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s,-webkit-transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s;
}

.header-app.open-menu .nav-list li:nth-child(2) {
    transition: opacity .32244s cubic-bezier(0.32, 0.08, 0.24, 1) .05s,transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s,-webkit-transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s;
}

.nav-list li:nth-child(3) {
    -webkit-transform: translateY(-36px);
    -ms-transform: translateY(-36px);
    transform: translateY(-36px);
    transition: opacity .26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) .11s,transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s,-webkit-transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s;
}

.header-app.open-menu .nav-list li:nth-child(3) {
    transition: opacity .33467s cubic-bezier(0.32, 0.08, 0.24, 1) .07s,transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s,-webkit-transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s;
}

.nav-list li:nth-child(4) {
    -webkit-transform: translateY(-32px);
    -ms-transform: translateY(-32px);
    transform: translateY(-32px);
    transition: opacity .2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) .09s,transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s,-webkit-transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s;
}

.header-app.open-menu .nav-list li:nth-child(4) {
    transition: opacity .34577s cubic-bezier(0.32, 0.08, 0.24, 1) .09s,transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s,-webkit-transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s;
}

.nav-list li:nth-child(5) {
    -webkit-transform: translateY(-28px);
    -ms-transform: translateY(-28px);
    transform: translateY(-28px);
    transition: opacity .22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) .07s,transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s,-webkit-transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s;
}

.header-app.open-menu .nav-list li:nth-child(5) {
    transition: opacity .35577s cubic-bezier(0.32, 0.08, 0.24, 1) .11s,transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s,-webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s;
}

.nav-list li:nth-child(6) {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
    transition: opacity .20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) .05s,transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s,-webkit-transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s;
}

.header-app.open-menu .nav-list li:nth-child(6) {
    transition: opacity .36577s cubic-bezier(0.32, 0.08, 0.24, 1) .13s,transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s,-webkit-transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s;
}

.nav-list li:nth-child(7) {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: opacity .18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s,transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s,-webkit-transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s;
}

.header-app.open-menu .nav-list li:nth-child(7) {
    transition: opacity .37577s cubic-bezier(0.32, 0.08, 0.24, 1) .15s,transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s,-webkit-transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s;
}

.nav-list li:nth-child(8) {
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
    transition: opacity .15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) .01s,transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s,-webkit-transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s;
}

.header-app.open-menu .nav-list li:nth-child(8) {
    transition: opacity .38577s cubic-bezier(0.32, 0.08, 0.24, 1) .17s,transform .40582s cubic-bezier(0.32, 0.08, 0.24, 1) .16s,-webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .16s;
}

.cate-item {
    position: relative;
}

    .cate-item a {
        font-size: 16px;
        line-height: 48px;
        margin-right: 60px;
        display: block;
        color: #444;
    }

.nav-list li.active .cate-item a, .nav-list li.open .cate-item a {
    color: #00559d
}

.category-cont a:last-child {
    border: none;
}

.category-cont a.active {
    color: #00559d;
}

.category-tig {
    font-size: 14px;
    color: #888;
    text-align: right;
    line-height: 48px;
    width: 50px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

    .category-tig::before, .category-tig::after {
        content: '';
        background: #888;
        position: absolute;
        top: 50%;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .category-tig::before {
        width: 16px;
        height: 2px;
        right: 0;
        margin-top: -1px;
    }

    .category-tig::after {
        width: 2px;
        height: 16px;
        margin-top: -8px;
        right: 7px;
    }

.nav-list li.open .category-tig::after {
    opacity: 0;
}

.nav-list li.open .category-tig::before {
    background: #00559d;
}

.category-cont {
    display: none;
}

.nav-list li.open .category-cont {
    display: block;
    border-top: solid 1px #cfcfcf;
    border-bottom: solid 1px #cfcfcf;
}

.category-pad {
    padding: 0 15px;
}

.category-cont a {
    line-height: 40px;
    border-bottom: 1px solid #cfcfcf;
    display: block;
    color: #666;
}

.category-pad a.active {
    color: #00559d;
}

.app-lanu {
    text-align: center;
    padding: 20px 0;
}

    .app-lanu a {
        display: inline-block;
        padding: 0 10px;
        line-height: 24px;
        color: #666;
    }

        .app-lanu a.active {
            color: white;
            background: #00559d;
            border-radius: 30px;
        }

/*.app-store {
    float: right;
    background: #00437d;
    height: 60px;
    line-height: 60px;
    width: 60px;
    text-align: center;
    color: white;
    font-size: 24px !important;
}*/

.app-search {
    height: 40px;
    background: white;
    border: solid 1px #dbdbdb;
    margin-bottom: 10px;
}

    .app-search .text {
        padding: 0 15px;
        font-size: 14px;
        color: #666;
        width: 80%;
        float: left;
        border: none;
        background: none;
        height: 100%;
    }

    .app-search .submit {
        width: 40px;
        float: right;
        border: none;
        background: url(../images/add-search.png) no-repeat center;
        height: 100%;
    }



.banner img {
    display: block;
    width: 100%;
}

    .banner img.app-banner {
        display: none;
    }

.banner-font {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

    .banner-font h3 {
        opacity: 0;
        transform: translateY(-20px);
        transition: all 1s .5s;
        font-size: 60px;
        color: white;
        font-weight: bold;
        line-height: 60px;
        margin-bottom: 20px;
    }

    .banner-font h4 {
        opacity: 0;
        transform: translateY(-20px);
        transition: all 1s .7s;
        font-size: 22px;
        color: rgba(255,255,255,0.7);
        line-height: 40px;
    }

.banner .swiper-slide-active .banner-font h3, .banner .swiper-slide-active .banner-font h4 {
    opacity: 1;
    transform: translateY(0);
}

.banner .swiper-pagination {
    bottom: 80px !important;
    padding: 0 60px;
}

.banner .swiper-pagination-bullet {
    float: left;
    width: 10px;
    height: 10px;
    background: white;
    opacity: 0.4;
    margin-right: 7px !important;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
}

.banner .swiper-slide-active img {
    visibility: visible !important;
    -webkit-animation: scaleUpDown 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: scaleUpDown 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@-webkit-keyframes scaleUpDown {

    from {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}



@keyframes scaleUpDown {

    from {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


.footer-center-app{
    display: none;
}

/*pc-底部*/

.footer-center{
    height:200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-center-left{

}

.footer-center-right{
    width: 120px;
    margin-left:10%;
}
.foot-top {
    height: 80px;
    background: #e6e6e6;
    padding: 30px 0;
}

    .foot-top a {
        font-size: 18px;
        color: #333;
        font-weight: bold;
        line-height: 20px;
        padding: 0 51px;
        border-right: solid 1px #c7c7c7;
    }

        .foot-top a:first-child {
            padding-left: 30px;
        }

        .foot-top a:last-child {
            padding-right: 30px;
            border-right: none;
        }

.foot-bot {
    background: #f6f6f6;
}

    .foot-bot dl {
        float: left;
        width: 175px;
    }

    .foot-bot dt a {
        font-size: 18px;
        color: #333;
        line-height: 1;
        margin-bottom: 18px;
        display: block;
    }

    .foot-bot dd a {
        font-size: 14px;
        color: #666;
        line-height: 24px;
        display: block;
    }

.footb-top {
    padding: 50px 30px;
    border-bottom: solid 1px #e6e6e6;
}

.foot-left {
    float: left;
}

    .foot-left h3 {
        font-size: 18px;
        color: #333;
        line-height: 1;
        margin-bottom: 23px;
    }

    .foot-left h4 {
        font-size: 14px;
        color: #888;
        margin-bottom: 12px;
        line-height: 16px;
        padding-left: 7px;
        border-left: solid 2px #0088de;
    }

    .foot-left h5 {
        margin-bottom: 15px;
        font-size: 26px;
        color: #333;
        line-height: 24px;
        font-family: 'din';
    }

    .foot-left p {
        font-size: 14px;
        color: #666;
        line-height: 24px;
    }

.foot-mid {
    float: left;
    margin-left: 80px;
}

    .foot-mid h3 {
        font-size: 18px;
        color: #333;
        line-height: 1;
        margin-bottom: 23px;
    }

.foot-a a {
    float: left;
    margin-right: 28px;
}

.foot-right {
    float: right;
}

    .foot-right p {
        margin-top: 10px;
        line-height: 17.5px;
        color: #666666;
        font-size: 14px;
    }

.footb-bot {
    padding: 17.5px 30px;
    overflow: hidden;
}

    .footb-bot p {
        float: left;
        line-height: 40px;
        font-size: 14px;
        color: #929292;
    }

        .footb-bot p a {
            color: #929292;
        }

.bshare-custom.icon-medium {
    float: right;
}

    .bshare-custom.icon-medium a {
        width: 40px;
        height: 40px !important;
        border-radius: 50%;
        border: solid 1px #cccccc;
        text-align: center;
        line-height: 38px;
        color: #00559d;
        background: none !important;
        padding-left: 0 !important;
        font-size: 22px;
        margin-right: 0;
        margin-left: 19px;
    }

        .bshare-custom.icon-medium a:hover {
            text-decoration: none;
            color: white;
            background: #00559d !important;
            border-color: #00559d;
        }

.foot-top a:hover, .footb-bot p a:hover, .foot-bot dt a:hover, .foot-bot dd a:hover {
    color: #00559d;
}





.foot-app {
    width: 100%;
    display: none;
}

.footer-menu {
    background: #e6e6e6;
}

.foot-pad {
    padding: 0 15px;
}

.footer-tit {
    position: relative;
    border-bottom: 1px solid #c7c7c7;
}

.footer-item:last-child .footer-tit {
    border-bottom: none;
}

.open .footer-tit a {
    color: #00559d;
}

.footer-tit a {
    font-size: 16px;
    color: #333;
    line-height: 48px;
    margin-right: 48px;
    display: block;
}

.footer-tig {
    font-size: 14px;
    color: #888;
    text-align: right;
    line-height: 48px;
    width: 20px;
    height: 48px;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 2;
}

    .footer-tig::before, .footer-tig::after {
        content: '';
        background: rgba(255,255,255,0.6);
        position: absolute;
        top: 50%;
        transition: all .3s;
        left: 50%;
    }

    .footer-tig::before {
        width: 18px;
        height: 2px;
        margin-left: -8px;
    }

    .footer-tig::after {
        width: 2px;
        height: 18px;
        margin-top: -8px;
    }

.footer-item.open .footer-tig::after {
    opacity: 0;
}

.footer-item.open .footer-tig::before {
    background: #00559d;
}

.footer-cont {
    display: none;
    border: solid 1px rgba(255,255,255,0.1);
    border-top: 0;
    padding: 0 15px;
}

    .footer-cont a {
        text-transform: uppercase;
        line-height: 40px;
        color: rgba(255,255,255,0.3);
        display: block;
        font-size: 14px;
        border-bottom: dashed 1px rgba(255,255,255,0.1);
    }

        .footer-cont a:last-child {
            border: none;
        }

.footer-item.open .footer-cont a.active {
    color: #00559d;
}

.footer-bot {
    background: #f6f6f6;
    padding: 0 15px;
}

.footer-top {
    padding: 30px 0;
}

.footer-left {
    float: left;
    width: 60%;
}

    .footer-left h3 {
        font-size: 18px;
        color: #333;
        line-height: 1;
        margin-bottom: 12px;
    }

    .footer-left h4 {
        font-size: 14px;
        color: #888;
        margin-bottom: 12px;
        line-height: 14px;
        padding-left: 7px;
        border-left: solid 2px #0088de;
    }

    .footer-left h5 {
        margin-bottom: 6px;
        font-size: 22px;
        color: #333;
        line-height: 20px;
        font-family: 'din';
    }

    .footer-left p {
        font-size: 14px;
        color: #666;
        line-height: 24px;
    }

.footer-right {
    float: right;
}

    .footer-right img {
        display: block;
    }

    .footer-right p {
        margin-top: 10px;
        line-height: 17.5px;
        color: #666666;
        font-size: 12px;
        text-align: center;
    }

.footer-link, .footer-link a {
    font-size: 14px;
    color: #666;
}

    .footer-link a {
        padding: 0 10px;
    }

.footer-link {
    padding-bottom: 20px;
    border-bottom: solid 1px #e6e6e6;
}

.footer-share {
    padding: 25px 0px;
    overflow: hidden;
}

    .footer-share p {
        line-height: 22px;
        font-size: 14px;
        color: #929292;
    }

        .footer-share p a {
            color: #929292;
        }

    .footer-share .bshare-custom.icon-medium {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

.bshare-custom.icon-medium a {
    width: 40px;
    height: 40px !important;
    border-radius: 50%;
    border: solid 1px #cccccc;
    text-align: center;
    line-height: 38px;
    color: #00559d;
    background: none !important;
    padding-left: 0 !important;
    font-size: 22px;
    margin-right: 0;
    margin-left: 19px;
}

    .bshare-custom.icon-medium a:hover {
        text-decoration: none;
        color: white;
        background: #00559d !important;
        border-color: #00559d;
    }

.bshare-custom.icon-medium a {
    display: inline-block;
    margin: 0 5px;
    width: 32px;
    height: 32px !important;
    line-height: 30px;
    font-size: 18px !important;
}

.pir-right p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    height: 104px;
    overflow-y: auto;
    padding-right: 10px;
}

    .pir-right p::-webkit-scrollbar {
        width: 2px;
        background-color: #dcdbdb;
    }

    .pir-right p::-webkit-scrollbar-thumb {
        background-color: #00559d;
        border-radius: 10px;
    }



@media (max-width: 1900px) {

    .category-item {
        padding: 0 10px;
    }

    .navbar {
        margin-left: 35px;
    }
}

@media (max-width: 1459px) {
    .navbar-pc .left{
        padding-left: 10px;
    }

    .citySearchList-right .item .right{
        width: 20%;
    }
    .citySearchList-right .item .left{
        width: 80%;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .index-two .one .content .text .left{
        width: 63%;
    }

    .index-two .one .content .text .right{
        width: 37%;
    }

    .navbar {
        margin-left: 20px;
    }

    .category-item {
        padding: 0 9px;
    }

    .category-a {
        padding: 0;
    }

    .foot-top a {
        padding: 0 37px;
    }
}

@media (max-width: 1259px) {
    .navbar-pc .left{
        padding-left: 5px;
    }

    .index-two .one .content .text .left{
        width: 55%;
    }
    .index-two .one .content .text .right{
        width: 45%;
    }
    .map{
        width: 50%;
    }
    .pir-right p {
        padding-right: 0;
        height: auto;
    }


        .header .logo img {
            width: 100%;
        }

    .navbar {
        margin-left: 15px;
    }

    .category-a {
        font-size: 16px;
    }

    .category-item {
        padding: 0 4px;
    }

    .nav-search {
        width: 30px;
    }

    .head-store {
        width: 100px;
        background-position: left 8px center;
    }

    .language {
        width: 60px;
    }

    .language-text {
        padding-left: 10px;
    }

        .language-text i {
            margin-left: 0px;
        }

    .foot-top a {
        padding: 0 19px;
    }
    .category-item-app-menu{
        float: left;
        padding: 20px 13px;
        width: 100%;
    }
}
/** app端 **/
@media (max-width: 1023px) {
    .news-three {
        padding: 0;
        min-height: 300px;
    }
    .bottom{
        display: none;
    }
    .bottom-app{
        display: block;
    }
    .list-head-img{
        margin-top:65px;
        height: 150px;
    }
    .search .three{
        width: 100%;
        margin: 0;
    }
    .citySearchList-right .item .left{
        width: 70%;
    }
    .article-title{
        width: 55%;
    }
    .article-time{
        width: 40%;

    }
    .index-two .one .right{
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .contact-main .contact-three .item{
        height:100%;
        width: 100%;
        text-align:center;
    }
    .contact-main .contact-three .item .content{
        font-size: 15px;
    }
    .index-two .two{

    }
    .section{
        width: 90%;
    }
    .index-footer{
        padding-top: 10px;
    }

    .index-footer-content{
        width: 70%;
        margin:0 auto;
    }
    .links{
        margin-top: 10px;
    }
    .index-one{
        display: inline-block;
        margin-top: 30px;
    }
    .index-one .content{
        display: inline-block;
        width: 47%;
        margin-top: 20px;
    }
    .index-two .one{
        display: inline-block;
    }
    .index-two .one .right{
        float: none;
        padding-right: 0px;
        padding-left: 0px;
    }
    .index-two .one .content{
        width: 100%;
    }
    .index-two .two{
        display: inline-block;

    }
    .index-two .two .left{
       width: 100%;
    }
    .left .map{
        width: 50%;
    }
    .index-two .two .right{
        width: 100%;
    }
    .index-two .two .right .title{
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        border: 1px solid rgb(239,239,239);
        padding-left: 7px
    }
    .index-two .two .right .content{
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        border: 1px solid rgb(239,239,239);
        padding-left: 10px;
    }
    .index-two .two .right .content .company{
        font-size: 16px;
        font-weight: bold;
        width: 100%;
        color: #333333;
    }
    .index-two .two .right .content .address{
        font-size: 12px;
        width: 100%;
        color:#666666;
    }
    .index-one .content .img{
        width:20px;
    }

    .index-one .content .img .top{
        font-weight: bold;
        font-size: 12px;
    }
    .index-one .content .top .num{
        font-size: 14px;
    }
    .index-one .content .footer{
        font-size: 12px;
    }

    .footer-center{
        display: none;
    }
    .footer-center-app{
        display: block;
        width: 100%;
    }
   .footer-center-app-left{
       text-align: center;
   }
   .footer-center-app-right{
   }
    .bottom-app{

    }
    .index-head-img{
        height: 430px;
        margin-top:65px;
        text-align: center;
    }
    .index-head-img-dai{
        height: 300px;
        margin-top:65px;
        background: url("../images/xiaodai_bg_mini.png");
        background-size: 100% 100%;
    }

    .header, .foot {
        display: none !important;
    }

    .header-app, .foot-app {
        display: block;
    }

    .banner {
        margin-top: 60px;
    }

        .banner .swiper-pagination {
            padding: 0 15px;
            bottom: 30px !important;
        }
    .category-item-app-menu{
        float: left;
        padding: 20px 13px;
        width: 100%;
    }
}

@media (max-width: 767px) {

    .footer-right {
        width: 35%;
    }
    .subCategories{display: inline-block;}
    /*.subCategoriesTitle{margin-top: 125px;}*/

        .footer-right img {
            width: 100%;
        }

    .banner-font {
        transform: translateY(-65%);
        display: none;
    }

        .banner-font h3 {
            font-size: 30px;
            line-height: 30px;
            margin-bottom: 10px;
        }

        .banner-font h4 {
            font-size: 16px;
            line-height: 1;
        }

    .banner img.app-banner {
        display: block;
    }

    .banner img.pc-banner {
        display: none;
    }

    .nav_banner li{float: left;width:30%;text-align: center;font-size: 16px;font-weight: bold;}
    .nav_banner li a{color:#222222;}
    .nav_banner li a:hover{color:#ea4c4c;}
    .nav_banner li.on{width:40%;}
    .nav_banner li.on a{color:#ea4c4c;}
    .nav_banner li.on a:before{content: '<< '}
    .nav_banner li.on a:after{content: ' >>'}

    .search{
        position: relative;
        margin-top: -25px;
        width: 95%;
    }
    .right .map{
        width:90%;
    }
    .left .map{
        width: 90%;
    }
    .dataBar_div{
        float: left;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        width: 33%;
        margin-bottom: 30px;
    }
    .miniOne{
        height: 100%;

    }
    .dataBar_text {
        text-align: center;
        margin-top: 5px;
        font-size: 12px;
    }
    .dataBar_num {
        line-height: 30px;
        font-weight: 400;
        text-transform: none;
        margin: 0;
        text-align: center;
        margin-top: 5px;
        font-size: 20px;
    }
    .xuanchuanBanner{
        margin-top: -30px;
    }
    .searchDetail{
        width: 90%;
        margin: 0 auto;
        padding-bottom: 40px;
    }
    .searchDetail .searchDetail-item .left {
        width: 40%;
        color: #666666;
        font-size: 15px;
    }
    .searchDetail .searchDetail-item .right {
        width: 60%;
        color: #333333;
        font-size: 15px;
    }
    .searchDetail .searchDetail-footer {
        width: 100%;
        height: 45px;
        margin-top: 20px;
        line-height: 45px;
        text-align: center;
        color: #1a2f7e;
        background-color: rgb(255,255,255);
        border-radius: 3px;
        font-size: 14px;
    }

    .xiaodaiHead{
        font-size:13px;
        color: #ffffff;padding: 0 2%;
        text-align: center;
        width: auto;
        padding: 0 10%;
        font-weight: bold;
        margin: 0;appearance:none; -moz-appearance:none; -ms-appearance:none; -o-appearance:none; -webkit-appearance:none;
    }
    .xiaodaiHeadBg{
        background-image: url('../images/icon2.png');background-repeat: no-repeat;background-position: 70% 50%;
    }
    #memberListTable thead th{height: 35px;background-color: #56bbeb;color: #ffffff;font-size: 13px;}
    #memberListTable tbody tr td{height: 35px;font-size: 16px;text-align: center;color: #333333;border: 1px solid #dddddd;}
    #memberListTable tbody{height: 450px;overflow-y: scroll;-webkit-overflow-scrolling: touch;}


}

/*============首页====================*/

/*新品速递*/

.index-tit {
    font-size: 36px;
    color: #333;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

.news-one {
    padding-top: 25px;
}


.ino-li.ino1 {
    background: #eeefef;
    background-size: cover;
}

.ino-li.ino2 {
    background: #eeefef;
    background-size: cover;
}

.ino-li.ino3 {
    background: #eeefef;
    background-size: cover;
}

.ino-li {
    display: block;
    width: 100%;
    position: relative;
}

.ino-pic {
    overflow: hidden;
}

    .ino-pic img {
        display: block;
        width: 100%;
        transition: all .5s;
    }

.ino-dec {
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 25px;
}

.ino-li:hover img {
    transform: scale(1.05);
}



/*公司简介*/

.news-two {
    padding-top: 30px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
}
.news-two .category-item{
    padding:10px;
    border-radius: 5px;
    background-color: rgb(245,245,245);
    font-size: 16px;
    margin-right: 15px;
    text-align: center;
    min-width: 95px;
}
.news-two .category-item-active{
    padding:10px;
    border-radius: 5px;
    background-color: rgb(234,76,75);
    color:rgb(250,234,234);
    font-size: 16px;
    text-align: center;
    margin-right: 15px;
    min-width: 95px;
}
.int-left {
    float: left;
    width: 63%;
}

.news-two .index-tit {
    text-align: left;
}

.int-box {
    margin: 55px 0;
    position: relative;
}

.int-pic {
    float: left;
    width: 35%;
    overflow: hidden;
    position: relative;
}

    .int-pic img {
        display: block;
        width: 100%;
        transition: all .5s;
    }

    .int-pic:hover img {
        transform: scale(1.05);
    }

.int-font {
    padding: 0 80px 0 50px;
    border-right: solid 1px #e6e6e6;
    overflow-y: auto;
    position: absolute;
    height: 85%;
    top: 7.5%;
    width: 65%;
    right: 0;
}

    .int-font h3 {
        font-size: 24px;
        color: #333;
        line-height: 30px;
        margin: 10px 0 22px;
    }

    .int-font p {
        font-size: 16px;
        color: #666;
        line-height: 30px;
    }

    .int-font::-webkit-scrollbar {
        width: 3px;
        background-color: #dcdbdb;
    }

    .int-font::-webkit-scrollbar-thumb {
        background-color: #00559d;
        border-radius: 10px;
    }

.int-right {
    width: 37%;
    float: right;
    padding-left: 75px;
}

.int-swiper {
    position: relative;
    padding: 67px 58px 0;
    background: url(../images/int-bg2.png) no-repeat center;
    width: 379px;
    height: 379px;
    background-size: cover;
}

    .int-swiper h3 {
        margin-bottom: 37px;
        font-size: 22px;
        color: white;
        text-align: center;
        line-height: 30px;
        font-weight: bold;
    }

    .int-swiper .swiper-slide {
        height: 105px;
        display: table;
    }

    .int-swiper p {
        display: table-cell;
        vertical-align: middle;
        font-size: 16px;
        line-height: 24px;
        color: rgba(255,255,255,0.9);
    }

    .int-swiper .int-prev, .int-swiper .int-next {
        font-size: 20px;
        font-weight: bold;
        background: none;
        width: 34px;
        height: 34px;
        color: white;
        text-align: center;
        opacity: 0.6;
        line-height: 34px;
        top: auto;
        margin-top: 0;
        bottom: 69px;
    }

    .int-swiper .int-prev {
        left: 156px;
    }

    .int-swiper .int-next {
        right: 156px;
    }

        .int-swiper .int-prev:hover, .int-swiper .int-next:hover {
            opacity: 1;
        }

.news-two ul {
    padding-top: 60px;
}

.news-two li {
    padding: 0 89px;
    float: left;
    position: relative;
}

    .news-two li::after {
        position: absolute;
        content: '';
        width: 1px;
        height: 68px;
        background: #e4e4e4;
        right: 0;
        top: 9px;
    }

    .news-two li:first-child {
        padding-left: 0;
    }

    .news-two li:last-child {
        padding-right: 0;
    }

        .news-two li:last-child::after {
            display: none;
        }

.int-num {
    transition: all .5s;
    cursor: pointer;
    font-size: 50px;
    text-align: center;
    color: #00559d;
    line-height: 46px;
    font-family: 'helve';
}

    .int-num span {
        font-size: 62px;
    }

    .int-num i {
        font-size: 34px;
        font-style: normal;
    }

.news-two li p {
    margin-top: 3px;
    font-size: 18px;
    color: #666;
    line-height: 30px;
    text-align: center;
}

.news-two li:hover .int-num {
    transform: translateY(-10px);
}


.page{
    width:100%;
    height:30px;
    line-height:30px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.page li{
    list-style-type:none;
    float:left;
}

.ine-nav {
    margin: 0px 00px;
    height: 40px;
    text-align: center;
}

    .ine-nav a {
        margin: 0 15px;
        display: inline-block;
        font-size: 36px;
        color: #a2a2a3;
        font-weight: bold;
    }

        .ine-nav a.on {
            color: #333;
        }

.ine-big {
    position: relative;
    width: 100%;
    height: 745px;
    overflow: hidden;
    padding-top: 22px;
}

.ine-swiper {
    transition: all 1s;
    position: absolute;
    width: 100%;
    top: 22px;
    left: 100%;
}

.ine-big .ine-swiper:nth-child(2) span, .ine-big .ine-swiper:nth-child(2) h3, .ine-big .ine-swiper:nth-child(2) p {
    color: #fff !important;
}

.ine-swiper.on {
    left: 0;
}

.ine-box {
    transition: all 1s;
    margin: -7.5px;
    position: relative;
}

    .ine-box.on {
    }

.ine-left {
    width: 50%;
    float: left;
    padding: 7.5px;
}

.ine-la {
    position: relative;
    transition: all .4s;
    display: block;
    width: 100%;
    overflow: hidden;
    background: #eeefef;
    background-size: cover;
}

    .ine-la img {
        display: block;
        width: 100%;
        transition: all .4s;
    }

.ine-ltit {
    position: absolute;
    width: 100%;
    bottom: 40px;
    left: 0;
}

    .ine-ltit h3 {
        transition: all .5s;
        transform: translateY(20px);
        font-size: 20px;
        color: #333;
        line-height: 30px;
        text-align: center;
    }

    .ine-ltit p {
        transition: all .5s;
        transform: translateY(20px);
        font-size: 17px;
        color: #666;
        line-height: 30px;
        text-align: center;
    }

    .ine-ltit span {
        opacity: 0;
        transition: all .5s;
        transform: translateY(20px);
        margin: 13px auto 0;
        display: block;
        width: 268px;
        height: 56px;
        line-height: 56px;
        color: white;
        font-size: 17px;
        padding-left: 55px;
        background: #00437d url(../images/ine-span.png) no-repeat right 52px center;
    }

.ine-right {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.ine-top {
    padding: 7.5px 0;
    height: 50%;
}

.ine-list {
    width: 50%;
    padding: 0 7.5px;
    float: left;
    height: 100%;
}

.ine-ra {
    transition: all .5s;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #eeefef;
    background-size: cover;
}

.ine-rb {
    transition: all .5s;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #eeefef;
    background-size: cover;
}

.ine-rtit {
    line-height: 67px;
    position: absolute;
    height: 67px;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 20px;
    color: #333;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .ine-rtit::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 67px;
        left: 0;
        bottom: -67px;
        background: rgba(33, 33, 33, 0.7);
        transition: all .5s;
    }

    .ine-rtit span {
        position: relative;
        z-index: 2;
    }

.ine-bot {
    padding: 7.5px;
    height: 50%;
}

.ine-rc {
    transition: all .5s;
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    background: #eeefef;
    background-size: cover;
}

    .ine-rc img {
        display: block;
        height: 100%;
        margin: 0 auto;
        transition: all .5s;
    }

.ine-ra img, .ine-rb img {
    width: 100%;
    display: block;
    transition: all .5s;
}

.ine-la:hover img, .ine-list:hover .ine-ra img, .ine-list:hover .ine-rb img, .ine-bot:hover .ine-rc img {
    transform: scale(1.05);
}

.ine-list:hover .ine-rtit::after, .ine-bot:hover .ine-rtit::after {
    bottom: 0;
}

.ine-list:hover .ine-rtit, .ine-bot:hover .ine-rtit {
    color: white;
}

.ine-la:hover, .ine-ra:hover, .ine-rb:hover, .ine-rc:hover {
    box-shadow: 0 0px 20px rgba(0,0,0,0.3);
    transform: translateY(-10px);
}

    .ine-la:hover .ine-ltit span {
        opacity: 1;
        transform: translateY(0);
    }

    .ine-la:hover .ine-ltit h3, .ine-la:hover .ine-ltit p {
        transform: translateY(0);
    }



/*新闻中心*/

.index-four {
    padding: 78px 0 75px;
    background: #f6fcff;
}

.inf-nav {
    padding: 27px 0 54px;
    text-align: center;
}

    .inf-nav a {
        display: inline-block;
        font-size: 18px;
        color: #36383c;
        line-height: 36px;
        border-bottom: solid 4px transparent;
        margin: 0 22px;
    }

        .inf-nav a.on {
            border-color: #00559d;
            color: #00559d;
        }

.inf-list {
    display: block;
    width: 100%;
}

.inf-pic {
    width: 100%;
    overflow: hidden;
}

    .inf-pic img {
        display: block;
        width: 100%;
        transition: all .5s;
    }

.inf-font {
    transition: all .5s;
    padding: 30px 23px 42px;
    position: relative;
    z-index: 3;
    margin: -20px 10px 0;
    background: white;
    box-shadow: 0px 5px 15px rgba(0,85,157,0.05);
}

    .inf-font h3 {
        font-size: 20px;
        line-height: 30px;
        color: #333;
        font-weight: bold;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .inf-font span {
        display: block;
        font-size: 14px;
        line-height: 24px;
        color: #999;
        font-family: arial;
    }

    .inf-font p {
        font-size: 14px;
        line-height: 24px;
        color: #777;
        margin: 16px 0 43px;
        height: 48px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

.inf-more {
    transition: all .5s;
    width: 24px;
    height: 24px;
    background: url(../images/inf-more.png) no-repeat center;
}

.inf-list:hover img {
    opacity: 0.8;
    transform: scale(1.05);
}

.inf-list:hover .inf-font {
    transform: translateY(-10px);
    background: #00559d;
}

    .inf-list:hover .inf-font h3, .inf-list:hover .inf-font span, .inf-list:hover .inf-font p {
        color: #fff;
    }

.inf-list:hover .inf-more {
    transform: translateX(10px);
    background-image: url(../images/inf-moreH.png);
}

.inf-swiper .swiper-container {
    padding-bottom: 65px;
}

.inf-swiper .swiper-pagination {
    bottom: 0 !important;
}

.inf-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #c9c9c9;
    margin: 0 8px !important;
}

.inf-swiper .swiper-pagination-bullet-active {
    background: #00559d;
}

.inf-swiper {
    display: none;
}

    .inf-swiper.on {
        display: block;
    }









/*案例中心*/

.index-five {
    padding: 76px 0;
}

.inv-nav {
    padding: 27px 0px 54px;
    text-align: center;
    overflow-x: auto;
    white-space: nowrap
}

    .inv-nav .swiper-slide {
        width: auto;
        display: inline-block;
    }

    .inv-nav a {
        display: block;
        font-size: 18px;
        color: #36383c;
        line-height: 36px;
        border-bottom: solid 4px transparent;
    }

    .inv-nav .swiper-pagination-bullet-active a {
        border-color: #00559d;
        color: #00559d;
    }

.inv-box {
    margin: -5px;
    position: relative;
}

.inv-left {
    width: 33.3333333%;
    float: left;
    padding: 5px;
}

.inv-list {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 100%;
    position: relative;
}

    .inv-list:hover {
        box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    }

.inv-apic {
    width: 100%;
    overflow: hidden;
}

    .inv-apic img {
        display: block;
        width: 100%;
        transition: all .5s;
    }

.inv-right {
    width: 33.3333333%;
    float: right;
    padding: 5px;
}

.inv-mid {
    position: absolute;
    width: 33.3333333%;
    height: 100%;
    top: 0;
    left: 33.3333333%;
}

.inv-top {
    padding: 5px;
    height: 50%;
}

.inv-bpic {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

    .inv-bpic img {
        display: block;
        width: 100%;
        height: 100%;
        transition: all .5s;
    }

.inv-dec {
    transition: all .5s;
    position: absolute;
    width: 100%;
    height: 80px;
    left: 0;
    bottom: -80px;
    background: rgba(0,0,0,0.6);
    font-size: 24px;
    color: white;
    text-align: center;
    line-height: 80px;
}

.inv-list:hover .inv-dec {
    bottom: 0;
}

.inv-list:hover .inv-apic img {
    opacity: 0.8;
    transform: scale(1.05);
}

.inv-list:hover .inv-bpic img {
    opacity: 0.8;
    transform: scale(1.05);
}

.inv-nav .solutions-page {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 22px;
    background: transparent;
    border-radius: 0;
    vertical-align: top;
    opacity: 1;
}





/*合作伙伴*/

.index-six {
    padding-bottom: 27px;
}

.inx-pic {
    display: block;
    width: 100%;
    overflow: hidden;
}

    .inx-pic img {
        display: block;
        width: 100%;
        transition: all .5s;
    }

.inx-swiper {
    padding: 56px 95px 0;
    position: relative;
}

    .inx-swiper .inx-prev {
        color: #a2a2a3;
        font-size: 30px;
        font-weight: bold;
        background: none;
        left: 0;
        line-height: 44px;
    }

    .inx-swiper .inx-next {
        color: #a2a2a3;
        font-size: 30px;
        font-weight: bold;
        background: none;
        right: 0;
        line-height: 44px;
    }

    .inx-swiper .swiper-container {
        padding-bottom: 53px;
    }

    .inx-swiper .swiper-pagination {
        bottom: 0 !important;
    }

    .inx-swiper .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        opacity: 1;
        background: #c9c9c9;
        margin: 0 8px !important;
    }

    .inx-swiper .swiper-pagination-bullet-active {
        background: #00559d;
    }

    .inx-swiper .inx-prev:hover, .inx-swiper .inx-next:hover {
        color: #00559D;
    }

    .inx-swiper .inx-pic {
        transition: opacity 150ms linear 100ms, transform 150ms ease-in-out 100ms;
    }

    .inx-swiper .swiper-container:hover .inx-pic {
        opacity: 0.5;
        transform: scale(0.9);
    }

    .inx-swiper .swiper-container .inx-pic:hover {
        opacity: 1;
        transform: scale(1);
        transition-delay: 0ms, 0ms;
    }

    .inx-swiper .inx-pic:hover img {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%);
        filter: gray;
    }

@media (max-width: 1680px) {

    .news-two li {
        padding: 0 49px;
    }

    .ine-big {
        height: 583px;
    }
}

@media (max-width:1459px) {

    .int-font {
        padding: 0 50px;
    }

    .news-two li {
        padding: 0 29px;
    }

    .ine-ltit {
        bottom: 40px;
    }

    .inf-font p {
        margin-bottom: 30px;
    }

    .inf-font {
        padding: 23px 23px 30px;
    }

    .ine-big {
        height: 502px;
    }

    .inv-dec {
        height: 60px;
        line-height: 60px;
        bottom: -60px;
    }
}

@media (max-width:1259px) {

    .int-pic {
        width: 40%;
    }

    .int-font {
        width: 60%;
        padding: 0 30px;
    }

    .int-right {
        padding-left: 30px;
    }

    .int-swiper {
        width: 310px;
        height: 310px;
        padding: 50px 40px 0;
    }

        .int-swiper h3 {
            margin-bottom: 30px;
        }

        .int-swiper .swiper-slide {
            height: 86px;
        }

        .int-swiper .int-prev, .int-swiper .int-next {
            bottom: 55px;
        }

        .int-swiper .int-prev {
            left: 120px;
        }

        .int-swiper .int-next {
            right: 120px;
        }

    .news-two li {
        width: 33.3333%;
        text-align: center;
        margin-bottom: 30px;
    }

        .news-two li:nth-child(3n)::after {
            display: none;
        }

    .ine-big {
        height: 397px;
    }

    .ino-dec {
        font-size: 16px;
        bottom: 5px;
    }

    .ine-rtit {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }

    .ine-ltit h3 {
        font-size: 16px;
    }

    .ine-ltit p {
        font-size: 14px;
    }

    .ine-ltit span {
        width: 120px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        padding-left: 25px;
        background-position: right 20px center;
        margin-top: 0;
        background-size: 7px;
    }

    .ine-ltit {
        bottom: 25px;
    }
}

@media (max-width:991px) {

    .int-left, .int-right {
        width: 50%;
    }

    .int-right {
        margin-top: 95px;
    }

    .int-font {
        width: 200%;
        position: static;
    }

    .int-pic {
        width: 100%;
    }

    .int-font h3 {
        margin: 20px 0 10px;
    }

    .ine-ltit span {
        width: 200px;
        height: 40px;
        line-height: 40px;
        padding-left: 40px;
        background-position: right 40px center;
        font-size: 15px;
    }

    .ine-rtit {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .inv-nav a {
        margin: 0 7px;
    }

    .inx-swiper {
        padding: 56px 60px 0;
    }

    .ine-big {
        height: 315px;
    }
}

@media (max-width:767px) {

    .news-one {
        padding-top: 40px;
    }


    .index-tit {
        font-size: 26px;
        line-height: 30px;
    }

    .ino-dec {
        font-size: 16px;
        bottom: 15px;
    }

    .news-two {
        padding: 40px 0;
        background: none;
    }

    .int-left, .int-right {
        width: 100%;
    }

    .news-two .index-tit {
        text-align: center;
    }

    .int-box {
        margin: 35px 0;
    }

    .int-font {
        width: 100%;
        padding: 0;
        border-right: none;
    }

        .int-font p {
            font-size: 14px;
            line-height: 24px;
        }

        .int-font h3 {
            font-size: 20px;
        }

    .int-right {
        margin-top: 0;
        padding-left: 0;
    }

    .news-two ul {
        padding-top: 40px;
    }

    .news-two li {
        width: 50%;
        padding: 0;
        margin-bottom: 20px;
    }

        .news-two li:nth-child(3n)::after {
            display: block;
        }

        .news-two li:nth-child(2n)::after {
            display: none;
        }

    .int-num {
        font-size: 30px;
    }

        .int-num span {
            font-size: 40px;
        }

        .int-num i {
            font-size: 20px;
        }

    .news-two li p {
        font-size: 14px
    }

    .int-swiper {
        margin: 0 auto;
    }

    .news-three {
        padding: 0px 0 25px;
    }

    .ine-nav a {
        font-size: 26px;
        margin: 0 7px;
    }

    .ine-left, .ine-bot {
        width: 100%;
        padding: 10px 7.5px;
    }

    .ine-right {
        width: 100%;
        position: static;
    }

    .ine-list {
        width: 100%;
        padding: 10px 7.5px;
    }

    .ine-top {
        padding: 0;
    }

    .ine-rc img {
        width: 100%;
    }

    .ine-rtit {
        font-size: 16px;
    }

    .index-four {
        padding: 20px 0 40px;
    }

    .inf-nav {
        padding: 10px 0 25px;
    }

    .inv-nav {
        padding: 15px 0 5px;
        margin-bottom: 15px;
    }

        .inf-nav a, .inv-nav a {
            font-size: 16px;
        }

    .inf-swiper .swiper-container {
        padding-bottom: 45px;
    }

    .inf-font p {
        margin-bottom: 20px;
    }

    .inf-font h3 {
        font-size: 18px;
    }

    .index-five {
        padding: 40px 0 40px;
    }

    .inv-left, .inv-mid, .inv-right {
        width: 100%;
        float: none;
        padding: 10px 5px;
    }

    .inv-mid {
        position: static;
        padding: 0;
    }

    .inv-top {
        padding: 10px 5px;
    }

    .inx-swiper {
        padding: 15px 0 0;
    }

        .inx-swiper .inx-prev, .inx-swiper .inx-next {
            display: none;
        }

        .inx-swiper .swiper-container {
            padding-bottom: 30px;
        }

    .index-six {
        padding-bottom: 45px;
    }

    .ine-ltit span {
        display: none;
    }

    .ine-ltit h3 {
        font-size: 16px;
        line-height: 24px;
        transform: translateY(0);
    }

    .ine-ltit p {
        font-size: 13px;
        line-height: 20px;
        transform: translateY(0);
    }

    .ine-ltit {
        bottom: 25px;
    }

    .inv-dec {
        bottom: 0;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    .ine-swiper {
        position: static;
        display: none;
    }

        .ine-swiper.on {
            display: block;
        }

    .ine-big {
        height: auto;
    }
    .search .three .row .right .right-right .button {
        height: 25px;
        padding-left: 5px;
        padding-right: 5px;
        border: 1px solid #b4eeff;
        color: rgb(10,139,197);
        font-size: 12px;
        display: flex;
        align-items: center;
    }
    .search .three .row .right .right-left {
        padding-left: 8px;
        width: 82%;
        height: 100%;
        display: flex;
        align-items: center;
        line-height: 1;
    }
    .xiaodaiHeadBg{
        background-image: url('../images/icon2.png');background-repeat: no-repeat;background-position: 93% 50%;
    }
}



/*==============内页================*/

.ny-banner {
    position: relative;
}

    .ny-banner img {
        display: block;
        width: 100%;
    }

        .ny-banner img.ny-app {
            display: none;
        }

.ny-font {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 21px;
}

    .ny-font .ny-tit {
        font-size: 42px;
        color: white;
        font-weight: bold;
        line-height: 1;
    }

    .ny-font .ny-dec {
        font-size: 20px;
        color: white;
        line-height: 32px;
        margin-top: 12px;
    }

.crumb {
    position: absolute;
    bottom: 13px;
    left: 0;
    width: 100%;
}

    .crumb p, .crumb p a {
        color: white;
        font-size: 14px;
        line-height: 48px;
    }



.second-nav {
    background: white;
}

.second-menu {
    padding: 18px 0;
    overflow-x: auto;
    white-space: nowrap;
}

    .second-menu a {
        position: relative;
        display: inline-block;
        padding: 0 30px;
        font-size: 17px;
        color: #666;
        line-height: 30px;
    }

        .second-menu a:first-child {
            padding-left: 0;
        }

        .second-menu a::after {
            position: absolute;
            content: '';
            background: #dddddd;
            width: 1px;
            height: 12px;
            top: 9px;
            right: 0;
        }

        .second-menu a:last-child::after {
            display: none;
        }

        .second-menu a.on, .second-menu a:hover {
            font-weight: bold;
            color: #00559d;
        }



.inner-tit {
    font-size: 36px;
    color: #333;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

@media (max-width: 1259px) {

    .second-menu a {
        padding: 0 20px;
    }
}



/*招商加盟*/

.join {
    background: #f1f1f1;
}

.sjoin-one {
    padding: 40px 0 80px;
    background: #f1f1f1;
}

.sjo-slide img {
    display: block;
    width: 100%;
}

.sjo-slide {
    position: relative;
}

.sjo-font {
    padding: 120px 90px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

    .sjo-font p {
        font-size: 16px;
        color: #fff;
        line-height: 36px;
    }

.sjo-nav {
    background: white;
    overflow: hidden;
}

.sjo-pagination {
    overflow: hidden;
}

.sjo-nav .sjo-page {
    position: relative;
    opacity: 1;
    height: auto;
    border-radius: 0;
    background: none;
    float: left;
    width: 33.3333333%;
    padding: 22px 0 17px;
    border-bottom: solid 1px #fff;
}

    .sjo-nav .sjo-page::after {
        position: absolute;
        content: '';
        width: 1px;
        height: 68px;
        top: 20px;
        right: 0;
        background: #dbdbdb;
    }

    .sjo-nav .sjo-page:last-child::after {
        display: none;
    }

.sjo-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    overflow: hidden;
}

    .sjo-icon img {
        display: block;
        width: 100%;
        height: 100%;
        transition: all .5s;
    }

.sjo-page h3 {
    font-weight: bold;
    font-size: 18px;
    color: #444;
    text-align: center;
    line-height: 20px;
    margin-top: 8px;
}

.sjo-nav .sjo-page.swiper-pagination-bullet-active .sjo-icon img {
    transform: translateY(-40px);
}

.sjo-nav .sjo-page.swiper-pagination-bullet-active h3 {
    color: #e9541a;
}

.sjo-nav .sjo-page.swiper-pagination-bullet-active {
    border-bottom: solid 3px #e9541a;
}

.sjoin-two {
    padding: 80px 0 75px;
    background: white;
}

    .sjoin-two ul {
        margin-top: 57px;
    }

    .sjoin-two li {
        width: 20%;
        float: left;
        text-align: center;
    }

.sjt-icon {
    width: 91px;
    height: 91px;
    border-radius: 50%;
    background: #00559d;
    margin: 0 auto;
}

    .sjt-icon img {
        display: block;
        width: 100%;
        height: 100%;
    }

.sjoin-two li p {
    padding: 0 15px;
    font-size: 16px;
    color: #666;
    line-height: 26px;
    margin-top: 35px;
}

.sjoin-two li:hover .sjt-icon {
    -webkit-animation: doudong 1.5s ease;
    animation: doudong 1.5s ease;
}

@-webkit-keyframes doudong {

    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}



@keyframes doudong {

    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}



.sjoin-three {
    padding-top: 78px;
    padding-bottom: 45px;
}

    .sjoin-three ul {
        margin: 50px -15px 0;
    }

    .sjoin-three li {
        width: 33.33333333%;
        float: left;
        padding: 0 15px;
        margin-bottom: 33px;
    }

.sje-num {
    font-weight: bold;
    padding-left: 30px;
    font-size: 60px;
    line-height: 48px;
    font-family: arial;
    color: #d1d1d1;
    position: relative;
    z-index: 4;
}

.sje-font {
    background: white;
    position: relative;
    padding: 29px 30px;
    margin-top: -11px;
}

    .sje-font p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 16px;
        color: #555;
        line-height: 24px;
        height: 48px;
    }

    .sje-font::after {
        bottom: -20px;
        left: 35px;
        transition: all 1.5s;
        position: absolute;
        z-index: 3;
        content: '';
        width: 0;
        height: 0;
        border-bottom: solid 10px transparent;
        border-left: solid 7px transparent;
        border-top: solid 10px white;
        border-right: solid 7px transparent;
    }

.sje-pic {
    width: 100%;
    overflow: hidden;
}

    .sje-pic img {
        width: 100%;
        display: block;
        transition: all .4s;
    }

.sjoin-three li:hover img {
    transform: scale(1.05);
}

.sjoin-three li:hover .sje-font::after {
    left: 50%;
}

.sjf {
    margin-top: 45px;
    padding: 30px 0 25px;
    background: url(../images/sjf-bg.jpg) no-repeat center;
    background-size: cover;
}

    .sjf ul {
        padding: 0 105px;
    }

    .sjf li {
        width: 25%;
        float: left;
        padding: 40px 0;
    }

.sjf-icon {
    position: relative;
    width: 133px;
    height: 100px;
    padding: 0 16.5px;
    background: white;
    border-radius: 10px;
    margin: 0 auto;
}

    .sjf-icon img {
        display: block;
        height: 100%;
    }

    .sjf-icon::after {
        position: absolute;
        content: '';
        height: 100%;
        top: 0;
        width: 114px;
        right: -114px;
        background: url(../images/sjf-after.png) no-repeat center;
    }

.sjf li h3 {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-top: 10px;
    text-align: center;
}

.sjf li:nth-child(4n) .sjf-icon::after {
    display: none;
}

.sjoin-five {
    padding: 78px 0 80px;
}

.sjv {
    background: white;
    padding: 42px 0 79px;
}

.sjv-form {
    width: 600px;
    margin: 0 auto;
    margin-top: 45px;
}

.sjv-text {
    height: 56px;
    border: solid 1px #e5e5e5;
    margin-bottom: 10px;
}

    .sjv-text input {
        width: 100%;
        height: 100%;
        padding: 0 15px;
        font-size: 14px;
        color: #888;
        line-height: 54px;
        border: none;
        background: none;
    }

.sjv-area {
    height: 116px;
    border: solid 1px #e5e5e5;
    margin-bottom: 30px;
}

    .sjv-area textarea {
        width: 100%;
        height: 100%;
        padding: 10px 15px;
        font-size: 14px;
        color: #888;
        border: none;
        background: none;
        resize: none;
    }

.sjv-form button {
    transition: all .5s;
    cursor: pointer;
    display: block;
    color: white;
    width: 138px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    background: #00559d;
    margin: 0 auto;
    border: none;
    outline: none;
}

    .sjv-form button:hover {
        background: #e9541a;
    }

@media (max-width: 1259px) {

    .sjf ul {
        padding: 0;
    }

    .sjf-icon::after {
        width: 102px;
        right: -102px;
    }

    .ny-banner img.ny-pc {
        display: none;
    }

    .ny-banner img.ny-app {
        display: block;
    }
}

@media (max-width: 991px) {

    .sjo-font {
        padding: 60px 40px;
    }

    .sjf-icon::after {
        width: 47px;
        right: -47px;
        background-size: contain;
    }

    .second-menu a {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {

    .opclass{float: left;width: 33%;margin-bottom: 10px;}

    .ny-font {
        margin-top: -10px;
    }

    .ny-banner {
        margin-top: 60px;
    }

    .ny-font .ny-tit {
        font-size: 30px;
    }

    .crumb p, .crumb p a {
        line-height: 20px;
    }

    .ny-font .ny-dec {
        font-size: 15px;
        line-height: 20px;
        margin-top: 5px;
    }

    .sjoin-one {
        padding-bottom: 40px;
    }

    .sjo-nav .sjo-page {
        padding: 10px 0;
    }

    .sjo-icon {
        width: 35px;
        height: 35px;
    }

    .sjo-page h3 {
        font-size: 14px;
        line-height: 16px;
        margin-top: 3px;
    }

    .sjo-nav .sjo-page.swiper-pagination-bullet-active .sjo-icon img {
        transform: translateY(-35px);
    }

    .sjo-font {
        padding: 20px 15px;
        margin-right: 10px;
        overflow-y: auto;
        width: 100%;
        position: static;
        background: white;
    }



        .sjo-font::-webkit-scrollbar {
            width: 2px;
            background-color: #fff;
        }

        .sjo-font::-webkit-scrollbar-thumb {
            background-color: #e9541a;
            border-radius: 10px;
        }

        .sjo-font p {
            font-size: 13px;
            line-height: 22px;
            color: #666;
        }

    .sjo-nav .sjo-page::after {
        height: 40px;
    }

    .inner-tit {
        font-size: 22px;
        line-height: 26px;
    }

    .sjoin-two {
        padding: 40px 0 30px;
    }

        .sjoin-two ul {
            margin-top: 25px;
        }

        .sjoin-two li {
            width: 100%;
            float: none;
            overflow: hidden;
            margin-bottom: 15px;
        }

    .sjt-icon {
        float: left;
        width: 50px;
        height: 50px;
        margin: 0;
    }

    .sjoin-two li p {
        margin-left: 65px;
        margin-top: 0;
        text-align: left;
        padding: 0;
        font-size: 14px;
        line-height: 25px;
    }

    .sjoin-three {
        padding: 40px 0 20px;
    }

        .sjoin-three li {
            width: 100%;
            padding: 0 5px;
            margin-bottom: 20px;
        }

        .sjoin-three ul {
            margin: 25px -5px 0;
        }

    .sje-font p {
        line-height: 22px;
        height: auto;
        -webkit-line-clamp: initial;
        font-size: 14px;
    }

    .sje-font {
        padding: 15px;
    }

    .sje-num {
        font-size: 40px;
        line-height: 30px;
        padding-left: 15px;
    }

    .sjf {
        margin-top: 25px;
        padding: 30px 0;
    }

        .sjf li {
            padding: 10px 0;
        }

    .sjf-icon {
        width: 70px;
        height: 50px;
        padding: 0 10px;
    }

    .sjf li h3 {
        font-size: 12px;
        line-height: 20px;
        margin-top: 3px;
    }

    .sjf-icon::after {
        display: none;
    }

    .sjoin-five {
        padding: 40px 0;
        background: white;
    }

    .sjv {
        padding: 0;
    }

    .sjv-form {
        width: 100%;
        margin-top: 25px;
    }

    .sjv-text {
        height: 40px;
    }

        .sjv-text input {
            padding: 0 10px;
        }

    .sjv-form button {
        width: 130px;
        height: 35px;
        line-height: 35px;
    }

    .sjv-area {
        margin-bottom: 20px;
    }
}



/*===========投资者关系===========*/

.nei_anchor {
    padding: 15px 0;
    text-align: center;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    font-size: 0;
    width: 100%;
    z-index: 1001;
    background: #fff;
    box-shadow: 0px 0px 8px 0px #d6d6d6;
}

    .nei_anchor span {
        margin: 0 8px;
        text-align: center;
        height: 40px;
        width: 136px;
        line-height: 40px;
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }

        .nei_anchor span a {
            text-transform: uppercase;
            font-family: arial;
            height: 40px;
            font-size: 16px;
            color: #666;
            line-height: 40px;
            display: block;
            -webkit-transition: .5s;
            -moz-transition: .5s;
            -ms-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
            position: relative;
        }

            .nei_anchor span a:after {
                content: '';
                width: 1px;
                height: 17px;
                background: #dadada;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
            }

        .nei_anchor span:last-child a:after {
            display: none;
        }

        .nei_anchor span:hover a, .nei_anchor span.on a {
            font-weight: bold;
            color: #00559d;
        }



.invest {
    background: #f1f1f1;
    padding-bottom: 80px;
}

.sinv-one {
    padding: 40px 0 60px;
}

.sio {
    background: white;
}

.sio-left {
    padding: 57px 40px 53px;
    width: 50%;
    float: left;
    background: url(../images/sio-left.png) no-repeat center;
    background-size: cover;
}

    .sio-left h3 {
        margin-bottom: 20px;
        padding-bottom: 11px;
        border-bottom: solid 1px rgba(255,255,255,0.2);
        font-size: 26px;
        color: white;
        line-height: 36px;
        font-weight: bold;
    }

.sio-dec {
    overflow: hidden;
}

    .sio-dec span {
        float: left;
        width: 23%;
        color: white;
        font-size: 14px;
        line-height: 36px;
    }

    .sio-dec p {
        margin-left: 23%;
        color: white;
        font-size: 14px;
        line-height: 36px;
    }

.sio-right {
    padding: 57px 40px 0px;
    width: 50%;
    float: left;
}

    .sio-right h3 {
        margin-bottom: 20px;
        font-size: 26px;
        color: #333;
        line-height: 36px;
        font-weight: bold;
    }

.sio-font {
    border: solid 1px #eeeeee;
    width: 420px;
}

.sio-top {
    padding: 16px 20px 14px;
    border-bottom: solid 1px #eee;
}

.sio-name, .sio-hq {
    overflow: hidden;
}

    .sio-name h4 {
        float: left;
        font-size: 22px;
        color: #333;
        line-height: 36px;
    }

    .sio-name h5 {
        margin-left: 88px;
        float: left;
        font-size: 26px;
        color: #0f870f;
        line-height: 36px;
        font-family: arial;
    }

    .sio-name h6 {
        margin-left: 20px;
        float: left;
        font-size: 14px;
        color: #0f870f;
        line-height: 36px;
        font-family: arial;
    }

    .sio-hq p {
        font-size: 14px;
        color: #666;
        line-height: 24px;
        float: left;
        margin-right: 30px;
    }

    .sio-hq span {
        font-size: 14px;
        color: #888;
        line-height: 24px;
        float: left;
        font-family: arial;
    }

.sio-bot {
    padding: 19px 20px;
}

    .sio-bot li {
        float: left;
        min-width: 112px;
        font-size: 14px;
        color: #666;
        line-height: 36px;
    }

        .sio-bot li i {
            font-style: normal;
            color: #0f870f;
        }

        .sio-bot li b {
            font-weight: normal;
            color: #e10101;
        }

.sinv-two {
    padding-bottom: 80px;
}

.sit-nav {
    overflow: hidden;
    border-bottom: solid 2px #e9541a;
    background: white;
}

    .sit-nav a {
        position: relative;
        display: block;
        width: 33.33333333%;
        float: left;
        text-align: center;
        font-size: 18px;
        color: #333;
        line-height: 58px;
        font-weight: bold;
    }

        .sit-nav a::after {
            position: absolute;
            content: '';
            width: 1px;
            height: 50%;
            top: 14.5px;
            right: 0;
            background: #d7d7d7;
        }

        .sit-nav a:last-child::after {
            display: none;
        }

        .sit-nav a span {
            padding-left: 32px;
            display: inline-block;
            line-height: 58px;
        }

        .sit-nav a.sit-a1 span {
            background: url(../images/sit-a1.png) no-repeat left center;
        }

        .sit-nav a.sit-a2 span {
            background: url(../images/sit-a2.png) no-repeat left center;
        }

        .sit-nav a.sit-a3 span {
            background: url(../images/sit-a3.png) no-repeat left center;
        }

        .sit-nav a.on {
            background: #e9541a;
            color: white;
        }

            .sit-nav a.on::after {
                display: none;
            }

            .sit-nav a.on.sit-a1 span {
                background-image: url(../images/sit-a1H.png);
            }

            .sit-nav a.on.sit-a2 span {
                background-image: url(../images/sit-a2H.png);
            }

            .sit-nav a.on.sit-a3 span {
                background-image: url(../images/sit-a3H.png);
            }

.sit-big {
    margin-bottom: 41px;
}

.sit-box {
    display: none;
    padding: 38px 30px 41px;
    background: white;
    overflow: hidden;
}

    .sit-box.on {
        display: block;
    }

.sit-li {
    width: 50%;
    padding: 0 10px;
    float: left;
}

.sit-list {
    overflow: hidden;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 30px;
    border: solid 1px #eeeeee;
}

.sit-pic {
    width: 89px;
    height: 91px;
    overflow: hidden;
    float: left;
    background: #f3f3f3;
}

    .sit-pic img {
        display: block;
        width: 100%;
        transition: all .5s;
    }

.sit-font {
    margin-left: 114px;
    padding-top: 15px;
}

    .sit-font h3 {
        color: #444;
        font-size: 18px;
        line-height: 36px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .sit-font span {
        display: block;
        color: #888;
        font-size: 14px;
        line-height: 20px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.sit-list:hover .sit-font h3 {
    color: #e9541a;
}

/*分页*/

.pagee {
    text-align: center;
    position: relative;
}

    .pagee a {
        display: inline-block;
        width: 40px;
        background: #fff;
        height: 40px;
        font-size: 16px;
        color: #333;
        text-align: center;
        line-height: 40px;
        margin: 0 3px;
    }

        .pagee a:hover, .pagee a.on {
            color: #fff;
            background-color: #00559d;
        }

        .pagee a.prev, .pagee a.next {
            font-weight: bolder;
        }

.sie-nav {
    overflow: hidden;
    border-bottom: solid 2px #e9541a;
    background: white;
}

    .sie-nav .sie-page {
        height: auto;
        border-radius: 0;
        background: none;
        opacity: 1;
        position: relative;
        display: block;
        width: 25%;
        float: left;
        text-align: center;
        font-size: 18px;
        color: #333;
        line-height: 58px;
        font-weight: bold;
    }

        .sie-nav .sie-page::after {
            position: absolute;
            content: '';
            width: 1px;
            height: 50%;
            top: 14.5px;
            right: 0;
            background: #d7d7d7;
        }

        .sie-nav .sie-page:last-child::after {
            display: none;
        }

        .sie-nav .sie-page.swiper-pagination-bullet-active {
            background: #e9541a;
            color: white;
        }

            .sie-nav .sie-page.swiper-pagination-bullet-active::after {
                display: none;
            }

.sie-swiper {
    background: white;
    padding: 46px 40px 69px;
}

    .sie-swiper li {
        margin-bottom: 50px;
        float: left;
        width: 50%;
    }

        .sie-swiper li.li-big {
            width: 100%;
        }

        .sie-swiper li.li-hide {
            display: none;
        }

.sie-pic {
    float: left;
    width: 138px;
    height: 138px;
    border-radius: 50%;
    overflow: hidden;
}

    .sie-pic img {
        display: block;
        width: 100%;
        height: 100%;
    }

.sie-font {
    margin-left: 170px;
    height: 138px;
}

    .sie-font .sie-name {
        line-height: 36px;
        color: #333;
        font-size: 18px;
    }

    .sie-font .sie-dec {
        line-height: 28px;
        color: #666;
        line-height: 28px;
    }

.sie-more {
    transition: all .5s;
    width: 158px;
    height: 43px;
    overflow: hidden;
    background: #b2b2b2;
}

    .sie-more a {
        display: block;
        height: 100%;
        text-align: center;
        line-height: 43px;
        color: white;
        font-size: 14px;
    }

        .sie-more a i {
            padding-left: 5px;
            font-size: 12px;
        }

    .sie-more:hover {
        background: #e9541a;
    }

.sinv-four {
    margin-top: 40px;
    padding: 40px 40px 60px;
    background: white;
}

.sif-tit {
    font-size: 26px;
    line-height: 36px;
    color: #333;
    font-weight: bold;
    margin-bottom: 22px;
}

.sif-list {
    float: left;
    width: 33.3333333%;
    padding: 0 10px;
}

.sif-li {
    margin: 0 -10px 10px;
}

    .sif-li input {
        display: block;
        width: 100%;
        height: 50px;
        border: solid 1px #eaeaea;
        font-size: 16px;
        color: #888;
        padding: 0 13px;
    }

.sif-big {
    float: left;
    width: 100%;
    padding: 0 10px;
}

.sif-area textarea {
    display: block;
    width: 100%;
    height: 127px;
    border: solid 1px #eaeaea;
    font-size: 16px;
    color: #888;
    padding: 10px 13px;
    resize: none;
}

.sif-sub input {
    width: 158px;
    height: 43px;
    background: #00559d;
    font-size: 14px;
    color: white;
    border: none;
    outline: none;
}

.sif-sub {
    margin-top: 33px;
}

    .sif-sub input:hover {
        background: #e9541a;
    }

@media (max-width: 1259px) {

    .sio-font {
        width: 390px;
    }

    .sie-pic {
        width: 120px;
        height: 120px;
    }

    .sie-font {
        margin-left: 140px;
        height: 120px;
    }
}

@media (max-width: 991px) {

    .sio-left {
        width: 100%;
    }

    .sio-right {
        width: 100%;
        padding-bottom: 50px;
        padding-top: 30px;
    }

    .sio-font {
        width: 100%;
    }

    .sit-box {
        padding: 38px 20px 40px;
    }

    .sit-list {
        padding: 20px;
    }

    .sit-pic {
        width: 80px;
        height: 81px;
    }

    .sit-font {
        margin-left: 100px;
        padding-top: 12px;
    }
}

@media (max-width:767px) {

    .sinv-one {
        padding: 40px 0;
    }

    .second-menu {
        padding: 8px 0;
    }

        .second-menu a {
            padding: 0 15px;
            font-size: 14px;
        }

    .nei_anchor {
        display: none !important;
    }

    .sio-left {
        padding: 30px 20px;
    }

        .sio-left h3, .sio-right h3, .sif-tit {
            font-size: 20px;
            line-height: 26px;
            padding-bottom: 7px;
            margin-bottom: 10px;
        }

    .sio-dec span, .sio-dec p {
        line-height: 30px;
    }

    .sio-dec span {
        width: 30%;
    }

    .sio-dec p {
        margin-left: 30%;
    }

    .sio-right {
        padding: 30px 20px;
    }

    .sio-top {
        padding: 15px;
    }

    .sio-name h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .sio-name h5 {
        font-size: 20px;
        line-height: 26px;
        margin-left: 30px;
    }

    .sio-name h6 {
        font-size: 14px;
        line-height: 26px;
        margin-left: 15px;
    }

    .sio-hq {
        margin-top: 5px;
    }

    .sio-bot {
        padding: 15px;
    }

        .sio-bot li {
            line-height: 26px;
            font-size: 13px;
        }

    .sit-nav a {
        font-size: 12px;
        line-height: 40px;
    }

        .sit-nav a span {
            padding-left: 20px;
            line-height: 40px;
        }

        .sit-nav a.sit-a1 span, .sit-nav a.sit-a2 span, .sit-nav a.sit-a3 span {
            background-size: 15px;
        }

    .sit-box {
        padding: 30px 15px 20px;
    }

    .sit-li {
        width: 100%;
        padding: 0;
    }

    .sit-list {
        padding: 10px;
        margin-bottom: 10px;
    }

    .sit-pic {
        width: 60px;
        height: 61px;
    }

    .sit-font {
        margin-left: 75px;
        padding-top: 7px;
    }

        .sit-font h3 {
            font-size: 14px;
            line-height: 26px;
        }

        .sit-font span {
            font-size: 12px;
        }

    .sit-big {
        margin-bottom: 25px;
    }

    .pagee a {
        font-size: 14px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .sinv-two {
        padding-bottom: 40px;
    }

    .sie-nav .sie-page {
        font-size: 12px;
        line-height: 38px;
    }

        .sie-nav .sie-page::after {
            top: 9.5px;
        }

    .sie-swiper {
        padding: 30px 15px 40px;
    }

        .sie-swiper li {
            width: 100%;
            margin-bottom: 15px;
        }

    .sie-pic {
        width: 90px;
        height: 90px;
    }

    .sie-font {
        height: 90px;
        margin-left: 100px;
    }

        .sie-font .sie-name {
            font-size: 14px;
            line-height: 26px;
        }

        .sie-font .sie-dec {
            font-size: 12px;
            line-height: 20px;
        }

    .sie-more {
        width: 130px;
        height: 35px;
    }

        .sie-more a {
            line-height: 35px;
            font-size: 13px;
        }

    .sinv-four {
        padding: 28px 15px 40px;
    }

    .sif-list, .sif-big {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .sif-li {
        margin: 0;
    }

        .sif-li input {
            height: 40px;
            font-size: 14px;
            padding: 0 10px;
        }

    .sif-area textarea {
        height: 100px;
        font-size: 14px;
        padding: 8px 10px;
    }

    .sif-sub input {
        width: 130px;
        height: 35px;
        font-size: 13px;
    }

    .sif-sub {
        margin-top: 25px;
    }
}



/*========成功案例===========*/

.appli {
    background: #f1f1f1;
    padding: 50px 0 77px;
}

.appli-box {
    margin: 30px -11px 0;
    overflow: hidden;
    padding-bottom: 18px;
}

.appli-li {
    padding: 0 11px;
    width: 33.33333333%;
    float: left;
    margin-bottom: 22px;
}

.appli-list {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.appli-pic {
    width: 100%;
    overflow: hidden;
}

    .appli-pic img {
        display: block;
        width: 100%;
        transition: all .5s;
    }

.appli-font {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: white;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    background: rgba(0,0,0,0.5);
}

.appli-list:hover img {
    transform: scale(1.05);
}

.appli-float {
    float: left;
    margin-right: 10px;
}

.appli-item {
    position: relative;
}

.appli-top {
    width: 170px;
    height: 46px;
    background: white;
    border: solid 1px #e9541a;
    padding: 0 24px 0 33px;
}

.appli-category {
    float: left;
    display: block;
    font-size: 16px;
    line-height: 44px;
    color: #e9541a;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    position: relative;
}

.appli-tig {
    float: right;
    line-height: 44px;
    color: #e9541a;
}

.appli-item:hover .appli-top {
    background: #e9541a;
}

.appli-item:hover .appli-category, .appli-item:hover .appli-tig {
    color: #fff;
}

.appli-dropdown {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0%;
    z-index: 1100;
    background: rgba(255,255,255,1);
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s;
    border: none;
    color: #303233;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    height: auto;
    padding: 0;
    display: block;
}

.appli-pad a {
    display: block;
    border-bottom: solid 1px #eee;
    padding: 13px 30px;
    line-height: 24px;
    font-size: 16px;
}

.appli-item:hover .appli-dropdown {
    max-height: 450px;
    opacity: 1;
}

.appli-pad a:hover {
    color: #e9541a;
}

@media (max-width: 767px) {

    .appli-box {
        margin: 30px -7.5px 0;
        padding-bottom: 15px;
    }

    .appli-li {
        width: 50%;
        padding: 0 7.5px;
        margin-bottom: 15px;
    }

    .appli-nav {
        margin: 0 -7.5px;
    }

    .appli-float {
        margin-right: 0;
        padding: 0 7.5px;
        width: 50%;
    }

    .appli-top {
        width: 100%;
        height: 40px;
        padding: 0 20px;
    }

    .appli-category, .appli-tig {
        line-height: 38px;
    }

    .appli-pad a {
        font-size: 14px;
        padding: 10px 20px;
        line-height: 20px;
    }

    .appli {
        padding: 40px 0 45px;
    }

    .appli-font {
        line-height: 40px;
        font-size: 15px;
        padding: 0 15px;
    }
}



/*========成功案例详情===========*/

.appinfo {
    padding: 60px 0;
    background: #f1f1f1;
}

.ainfo h1 {
    font-size: 30px;
    color: #333;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}

.appli-dec {
    margin-bottom: 35px;
    font-family: arial;
    font-size: 14px;
    color: #888;
    line-height: 40px;
    text-align: center;
}

    .appli-dec span {
        padding-left: 22px;
        display: inline-block;
        margin: 0 9px;
    }

        .appli-dec span.appli-time {
            background: url(../images/appli-time.png) no-repeat left center;
        }

        .appli-dec span.appli-look {
            background: url(../images/appli-look.png) no-repeat left center;
        }

        .appli-dec span.appli-zan {
            background: url(../images/appli-zan.png) no-repeat left center;
        }

.ainfo p {
    color: #666;
    font-size: 14px;
    line-height: 30px;
}

.info-page {
    float: left;
    overflow: hidden;
}

    .info-page a {
        transition: all .5s;
        display: block;
        margin-right: 10px;
        font-size: 16px;
        float: left;
        border: solid 1px #006fc1;
        line-height: 40px;
        color: #006fc1;
    }

        .info-page a i {
            font-weight: bolder;
            padding: 0 10px;
            font-size: 16px !important;
        }

        .info-page a.info-prev {
            padding: 0 40px 0 30px;
        }

        .info-page a.info-next {
            padding: 0 30px 0 40px;
        }

        .info-page a:hover {
            color: white;
            background: #006fc1;
        }



.info-share {
    float: right;
}

    .info-share span {
        float: left;
        line-height: 40px;
        color: #666;
        font-size: 14px;
    }

    .info-share .bshare-custom a {
        margin-left: 8px;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        float: left;
        padding-left: 0;
    }

    .info-share .bshare-custom {
        float: left;
        padding: 4px 0;
        margin-left: 8px;
    }

        .info-share .bshare-custom a.bshare-sinaminiblog {
            background: url(../images/info-wb.png) no-repeat center;
        }

        .info-share .bshare-custom a.bshare-weixin {
            background: url(../images/info-wx.png) no-repeat center;
        }

        .info-share .bshare-custom a.bshare-qqim {
            background: url(../images/info-qq.png) no-repeat center;
        }

        .info-share .bshare-custom a.bshare-qzone {
            background: url(../images/info-qz.png) no-repeat center;
        }

.asolution {
    padding-top: 55px;
}

    .asolution h3 {
        font-size: 26px;
        line-height: 36px;
        color: #333;
        font-weight: bold;
        margin-bottom: 35px;
    }

@media (max-width: 991px) {

    .ainfo p img {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {

    .appinfo {
        padding: 40px 0;
    }

    .ainfo h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .appli-dec {
        margin-bottom: 10px;
    }

    .ainfo p {
        line-height: 24px;
    }

    .info-page, .info-share {
        float: none;
    }

        .info-page a.info-prev {
            padding: 0 20px 0 10px;
        }

        .info-page a i {
            padding: 0 5px;
        }

        .info-page a.info-next {
            padding: 0 10px 0 20px;
        }

    .info-share {
        margin-top: 10px;
    }

    .asolution {
        padding-top: 30px;
    }

        .asolution h3 {
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 20px;
        }

    .info-page a {
        line-height: 34px;
    }
}









/*============解决方案===================*/

.solution {
    padding: 60px 0 65px;
    background: #f1f1f1;
}

.solu-box {
    margin: 0 -7.5px;
    overflow: hidden;
}

.solu-li {
    padding: 0 7.5px;
    width: 33.33333333%;
    float: left;
    margin-bottom: 15px;
}

.solu-list {
    display: block;
    width: 100%;
}

.solu-pic {
    width: 100%;
    overflow: hidden;
}

    .solu-pic img {
        display: block;
        width: 100%;
        transition: all .5s;
    }

.solu-font {
    padding: 33px 25px 24px;
    background: #f7f7f7;
}

    .solu-font h4 {
        transition: all .5s;
        font-size: 24px;
        line-height: 32px;
        color: #333333;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .solu-font p {
        font-size: 14px;
        line-height: 24px;
        color: #888;
        height: 48px;
        margin: 9px 0 13px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .solu-font span {
        transition: all .5s;
        display: inline-block;
        padding-left: 33px;
        font-size: 16px;
        color: #333;
        background: url(../images/solu-more.png) no-repeat left center;
        transition: all .5s;
        line-height: 40px;
    }

.solu-list:hover img {
    transform: scale(1.05);
}

.solu-list:hover .solu-font h4 {
    color: #00559d;
}

.solu-list:hover .solu-font span {
    color: #00559d;
    transform: translateX(10px);
}

@media (max-width: 767px) {

    .solu-li {
        width: 50%;
    }

    .solu-font {
        padding: 20px 15px;
    }

        .solu-font h4 {
            font-size: 17px;
            line-height: 20px;
        }

        .solu-font p {
            font-size: 13px;
            line-height: 20px;
            height: 40px;
        }

        .solu-font span {
            line-height: 24px;
            font-size: 13px;
            background-size: 20px;
            padding-left: 25px;
        }

    .solution {
        padding: 40px 0;
    }
}



/*============解决方案详情===================*/

.sinfo-one {
    padding: 60px 0 64px;
    background: #f1f1f1;
}

    .sinfo-one h1 {
        font-size: 30px;
        color: #333;
        line-height: 40px;
        text-align: center;
        font-weight: bold;
    }

    .sinfo-one p {
        font-size: 14px;
        color: #777;
        line-height: 26px;
        text-align: center;
    }

    .sinfo-one .appli-dec {
        margin-bottom: 30px;
    }

.sso-box {
    background: white;
    padding: 68px 50px;
    overflow: hidden;
    margin-top: 36px;
}

.sso-left {
    float: left;
    width: 60%;
}

    .sso-left img {
        display: block;
        width: 100%;
    }

.sso-right {
    padding-left: 35px;
    float: left;
    width: 40%;
    padding-top: 73px;
}

    .sso-right p {
        font-size: 14px;
        color: #777;
        line-height: 26px;
        text-align: left;
    }

.sinfo-two {
    padding: 57px 0 68px;
    background: url(../images/sst-bg.jpg) no-repeat center;
    background-size: cover;
}

.sst-tit {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.sst-dec {
    font-size: 15px;
    line-height: 30px;
    color: rgba(255,255,255,0.6);
    margin: 8px 0 40px;
    text-align: center;
}

.sst-swiper {
    position: relative;
    padding-bottom: 77px;
}

.sst-top {
    transition: all .5s;
    border-right: solid 1px #fdfdfd;
    padding: 47px 0 34px;
    background: rgba(255,255,255,0.9);
}

.sst-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
}

    .sst-icon img {
        transition: all .5s;
        display: block;
        width: 100%;
    }

.sst-top h3 {
    transition: all .5s;
    text-align: center;
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    margin-top: 14px;
}

.sst-bot {
    transition: all .5s;
    border-right: solid 1px rgba(106,119,150,0.24);
    height: 164px;
    padding-top: 26px;
    background: rgba(106,119,150,0.3);
}

    .sst-bot p {
        font-size: 15px;
        color: rgba(255,255,255,0.62);
        text-align: center;
    }

.sst-swiper .swiper-slide:hover .sst-top {
    background: #e9541a;
}

.sst-swiper .swiper-slide:hover .sst-icon img {
    transform: translateY(-80px);
}

.sst-swiper .swiper-slide:hover .sst-top h3 {
    color: white;
}

.sst-swiper .swiper-slide:hover .sst-bot {
    background: #fff;
}

    .sst-swiper .swiper-slide:hover .sst-bot p {
        color: #666666;
    }

.sst-swiper .swiper-pagination {
    bottom: 2.5px;
    width: 100%;
}

.sst-swiper .swiper-pagination-bullet {
    margin: 0 4px;
    width: 11px;
    height: 11px;
    opacity: 1;
    border: solid 1px rgba(255,255,255,0.6);
    background: none;
}

.sst-swiper .swiper-pagination-bullet-active {
    background: #e9541a;
    border-color: #e9541a;
}

.sst-swiper .swiper-button-next.swiper-button-disabled, .sst-swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 1
}

.sst-swiper .sst-prev, .sst-swiper .sst-next {
    z-index: 33;
    background: none;
    top: auto;
    margin-top: 0;
    bottom: 0;
    color: white;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
}

.sst-swiper .sst-prev {
    left: 44%;
}

.sst-swiper .sst-next {
    right: 44%;
}

.sinfo-three {
    padding-top: 53px;
    background: #f1f1f1;
    padding-bottom: 20px;
}

.sinfo-tit {
    font-size: 26px;
    color: #333;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 23px;
}

.sinfo-four {
    background: #f1f1f1;
    padding-bottom: 80px;
    padding-top: 25px;
}

@media (max-width: 1259px) {

    .sst-top h3 {
        font-size: 20px;
    }

    .sso-right {
        padding-left: 0;
        padding-top: 0;
    }

    .sso-box {
        padding: 30px;
    }
}

@media (max-width: 991px) {

    .sst-top h3 {
        font-size: 16px;
    }

    .sst-bot p {
        font-size: 14px;
    }

    .sst-top {
        padding: 25px 0;
    }

    .sst-bot {
        height: 130px;
    }
}

@media (max-width: 767px) {

    .sinfo-one {
        padding: 40px 0;
    }

        .sinfo-one h1, .sinfo-tit, .sst-tit {
            font-size: 24px;
            line-height: 30px;
        }

        .sinfo-one .appli-dec {
            margin-bottom: 10px;
        }

        .sinfo-one p {
            line-height: 22px;
        }

    .sso-box {
        margin-top: 20px;
    }

    .sso-box {
        padding: 0;
    }

    .sso-left, .sso-right {
        float: none;
        width: 100%;
    }

    .sso-right {
        padding: 15px 15px 20px;
    }

    .sst-icon {
        width: 50px;
        height: 50px;
    }

    .sst-swiper .swiper-slide:hover .sst-icon img {
        transform: translateY(-50px);
    }

    .sst-top h3 {
        font-size: 14px;
        margin-top: 5px;
    }

    .sst-top {
        padding: 15px 0;
    }

    .sinfo-two {
        padding: 40px 0;
    }

    .sst-dec {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 25px;
    }

    .sst-bot {
        height: 110px;
    }

    .sst-swiper {
        padding-bottom: 50px;
    }

        .sst-swiper .sst-next {
            right: 34%;
        }

        .sst-swiper .sst-prev {
            left: 34%;
        }

    .sinfo-three {
        padding-top: 40px;
    }
}





/*=============产品列表================*/

.pro-box {
    margin: 0 -11px;
    overflow: hidden;
}

.pro-li {
    width: 33.333333%;
    float: left;
    padding: 0 11px;
    margin-bottom: 22px;
}

.pro-list {
    display: block;
    width: 100%;
    background: white;
}

.pro-pic {
    width: 100%;
    overflow: hidden;
    border-bottom: solid 1px #f1f1f1;
}

    .pro-pic img {
        display: block;
        width: 100%;
        height: 100%;
        transition: all .5s;
    }

.pro-font {
    transition: all .5s;
    padding: 18px 20px;
    background: url(../images/pro-more.png) no-repeat right 35px center;
}

    .pro-font h3 {
        font-size: 16px;
        color: #333;
        line-height: 25px;
        margin-right: 50px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .pro-font p {
        font-size: 14px;
        color: #888;
        line-height: 24px;
        margin-right: 50px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.pro-list:hover img {
    transform: scale(1.05);
}

.pro-list:hover .pro-font h3 {
    color: #00559d;
}

.pro-list:hover .pro-font {
    background-position: right 20px center;
    background-image: url(../images/pro-moreH.png);
}

@media (max-width: 767px) {

    .pro-box {
        margin: 0 -7.5px;
    }

    .pro-li {
        width: 50%;
        padding: 0 7.5px;
        margin-bottom: 15px;
    }

    .pro-font {
        padding: 10px 13px;
        background-size: 20px;
        background-position: right 13px center;
    }

        .pro-font h3 {
            margin-right: 25%;
        }
}



/*============关于我们===================*/

.about-one {
    padding-top: 60px;
    background: #f1f3f6;
}

.abo-box {
    position: relative;
    overflow: hidden;
}

.abo-left {
    width: 50%;
    float: left;
}

    .abo-left img {
        display: block;
        width: 100%;
    }

.abo-right {
    padding: 83px 20px 89px 45px;
    width: 52.5%;
    position: absolute;
    height: 100%;
    background: white;
    top: 0;
    right: 0;
}

    .abo-right h3 {
        margin-bottom: 15px;
        font-size: 20px;
        color: #333;
        font-weight: bold;
        line-height: 30px;
    }

.abo-dec p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.abo-dec {
    height: 85%;
    padding-right: 40px;
    overflow-y: auto;
}

    .abo-dec::-webkit-scrollbar {
        width: 3px;
        background: url(../images/scroll.jpg) repeat-y center;
    }

    .abo-dec::-webkit-scrollbar-thumb {
        background: url(../images/scrollH.jpg) repeat-y center;
        border-radius: 10px;
    }

.about-one ul {
    padding: 31px 0;
}

.about-one li {
    width: 33.3333333%;
    float: left;
    padding: 50px 0;
}

.abo-icon {
    width: 80px;
    height: 80px;
    overflow: hidden;
    float: left;
}

    .abo-icon img {
        display: block;
        width: 100%;
    }

.abo-font {
    padding-left: 20px;
    margin-left: 87px;
    border-left: solid 1px #d4d4d4;
}

    .abo-font h3 {
        height: 60px;
        color: #00559d;
        overflow: hidden;
        font-size: 50px;
        font-family: 'heb';
        line-height: 46px;
    }

        .abo-font h3 span {
            font-size: 62px;
        }

    .abo-font p {
        font-size: 18px;
        color: #666;
        line-height: 20px;
    }

.about-two {
    padding: 80px 0;
}

.abt-slide {
    height: 420px;
    overflow: hidden;
    position: relative;
}

.abt-top {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .5s;
}

    .abt-top h3 {
        margin-bottom: 4px;
        font-weight: bold;
        padding: 49px 25px 24px;
        font-size: 20px;
        color: #333;
        line-height: 40px;
        background: url(../images/abt-top.jpg) repeat-x center bottom;
    }

    .abt-top h4 {
        padding: 0 25px;
        margin-bottom: 6px;
        font-size: 20px;
        color: #333;
        line-height: 46px;
        font-family: 'Open Sans';
    }

    .abt-top p {
        margin-bottom: 8px;
        padding: 0 25px;
        font-size: 14px;
        color: rgba(102,102,102,.7);
        line-height: 22px;
        padding-right: 35px;
    }

.abt-bot img {
    display: block;
    width: 100%;
    height: 100%;
}

.abt-bot {
    position: absolute;
    width: 100%;
    left: 0;
    top: -100%;
    transition: all .5s;
    height: 100%;
}

.abt-font {
    position: absolute;
    width: 100%;
    padding: 0 25px 5px;
    left: 0;
    bottom: 0;
}

    .abt-font h3 {
        font-size: 20px;
        color: #fff;
        font-weight: bold;
        line-height: 30px;
    }

    .abt-font h4 {
        margin-bottom: 16px;
        font-size: 20px;
        color: rgba(255,255,255,.6);
        font-family: 'Open Sans';
        line-height: 20px;
    }

    .abt-font p {
        margin-bottom: 12px;
        font-size: 14px;
        color: rgba(255,255,255,.7);
        line-height: 20px;
    }

.abt-slide:hover .abt-bot {
    top: 0;
}

.abt-slide:hover .abt-top {
    top: 100%;
}

.abt-swiper {
    position: relative;
}

    .abt-swiper .swiper-pagination {
        width: 100%;
        display: none;
    }

    .abt-swiper .swiper-pagination-bullet {
        opacity: 1;
        background: #d9d9d9;
        margin: 0 5px;
    }

    .abt-swiper .swiper-pagination-bullet-active {
        background: #e9541a;
    }

    .abt-swiper .swiper-button-prev, .abt-swiper .swiper-button-next {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: #d9d9d9;
        color: white;
        text-align: center;
        line-height: 45px;
        font-size: 16px;
        font-weight: bold;
        top: 93px;
        margin-top: 0;
    }

    .abt-swiper .swiper-button-prev {
        left: -85px;
    }

    .abt-swiper .swiper-button-next {
        right: -85px;
    }

        .abt-swiper .swiper-button-prev:hover, .abt-swiper .swiper-button-next:hover {
            background: #e9541a;
        }

.about-three {
    padding: 78px 0 96px;
    background: #f1f3f6;
}

.about-tit {
    font-size: 36px;
    color: #333;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
}

.abe-dec {
    font-size: 18px;
    color: #666;
    line-height: 22px;
    text-align: center;
    margin: 14px 0 38px;
}

.about-three ul {
    margin: 0 -1.5px;
}

.about-three li {
    width: 33.33333333%;
    padding: 0 1.5px;
    float: left;
}

.abe-li {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.abe-pic {
    width: 100%;
    overflow: hidden;
}

    .abe-pic img {
        display: block;
        width: 100%;
    }

.abe-font {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,0.5);
}

.abe-icon {
    width: 70px;
    height: 70px;
    transition: all .5s;
    overflow: hidden;
    margin: 0 auto;
}

    .abe-icon img {
        display: block;
        width: 100%;
    }

.abe-mid {
    transition: all .5s;
    padding: 0 45px;
    height: 138px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}

    .abe-mid h3 {
        font-size: 26px;
        color: white;
        font-weight: bold;
        line-height: 30px;
        margin-top: 20px;
        margin-bottom: 18px;
        text-align: center;
    }

    .abe-mid p {
        font-size: 14px;
        color: #fff;
        line-height: 24px;
        text-align: left;
        height: 144px;
        overflow-y: auto;
        padding-right: 10px;
    }

        .abe-mid p::-webkit-scrollbar {
            width: 3px;
            background: url(../images/scroll.jpg) repeat-y center;
        }

        .abe-mid p::-webkit-scrollbar-thumb {
            background: url(../images/scrollH.jpg) repeat-y center;
            border-radius: 10px;
        }



.about-three li:hover .abe-mid {
    height: 282px;
}

.abf-tit {
    transition: all .5s;
    margin-bottom: 17px;
    font-size: 36px;
    line-height: 40px;
    color: white;
    font-weight: bold;
    text-align: center;
}

.about-four {
    transition: all .5s;
    padding: 137px 0 186px;
    background: url(../images/abf-bg.jpg) no-repeat center;
    background-size: cover;
}

    .about-four p {
        transition: all .5s;
        width: 600px;
        text-align: center;
        margin: 0 auto;
        font-size: 16px;
        color: #fff;
        line-height: 30px;
    }

    .about-four:hover p, .about-four:hover .abf-tit {
        transform: translateY(-10px);
    }

.about-five {
    padding: 77px 0 80px;
}

.abv-dec {
    font-size: 18px;
    color: #666;
    line-height: 22px;
    text-align: center;
    margin: 14px 0 52px;
}

.abv-pic {
    width: 100%;
    overflow: hidden;
    padding: 0 29px;
    display: block;
}

    .abv-pic img {
        display: block;
        width: 100%;
    }

.abv-swiper {
    position: relative;
}

    .abv-swiper .swiper-pagination {
        width: 100%;
        display: none;
        bottom: 0;
    }

    .abv-swiper .swiper-pagination-bullet {
        opacity: 1;
        background: #d9d9d9;
        margin: 0 5px;
    }

    .abv-swiper .swiper-pagination-bullet-active {
        background: #e9541a;
    }

    .abv-swiper .swiper-button-prev, .abv-swiper .swiper-button-next {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: #d9d9d9;
        color: white;
        text-align: center;
        line-height: 45px;
        font-size: 16px;
        font-weight: bold;
        top: 50%;
        margin-top: -22.5px;
    }

    .abv-swiper .swiper-button-prev {
        left: -45px;
    }

    .abv-swiper .swiper-button-next {
        right: -45px;
    }

        .abv-swiper .swiper-button-prev:hover, .abv-swiper .swiper-button-next:hover {
            background: #00559d;
        }


@media (max-width: 1400px) {

    .abt-swiper .swiper-button-prev, .abt-swiper .swiper-button-next {
        display: none;
    }

    .abt-swiper .swiper-pagination {
        width: 100%;
        display: block;
    }
}

@media (max-width: 1320px) {

    .abv-swiper .swiper-button-prev, .abv-swiper .swiper-button-next {
        display: none;
    }

    .abv-swiper .swiper-pagination {
        width: 100%;
        display: block;
    }
}

@media (max-width: 1259px) {

    .abv-swiper {
        padding-bottom: 30px;
    }
}

@media (max-width: 991px) {

    .abo-right {
        padding: 40px 20px 40px 30px;
    }

    .abo-icon {
        width: 70px;
        height: 70px;
    }

    .abo-font {
        margin-left: 70px;
        padding-left: 10px;
    }

        .abo-font h3 {
            height: 50px;
            font-size: 40px;
        }

            .abo-font h3 span {
                font-size: 50px;
            }

    .abt-slide {
        height: 400px;
    }

    .abe-mid {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {

    .about-one {
        padding-top: 40px;
    }

    .abo-left {
        width: 100%;
        float: none;
    }

    .abo-right {
        width: 100%;
        position: static;
        padding: 30px 15px;
    }

    .abo-dec {
        padding-right: 0;
    }

    .abo-right h3 {
        margin-bottom: 10px;
    }

    .abo-dec p {
        line-height: 22px;
    }

    .about-one li {
        width: 50%;
        padding: 15px 0;
    }

    .abo-icon {
        height: 50px;
        width: 50px;
    }

    .abo-font {
        margin-left: 50px;
    }

        .abo-font h3 {
            height: 30px;
            line-height: 30px;
            font-size: 20px;
        }

            .abo-font h3 span {
                font-size: 30px;
            }

        .abo-font p {
            font-size: 13px;
        }

    .about-one ul {
        padding: 22px 0;
    }

    .about-two {
        padding: 40px 0;
    }

    .abt-top h3 {
        padding: 0 15px 10px;
        font-size: 17px;
        line-height: 24px;
    }

    .abt-top h4 {
        padding: 0 15px;
        font-size: 14px;
        line-height: 24px;
    }

    .abt-top p {
        padding: 0 15px;
    }

    .abt-bot {
        display: none;
    }

    .abt-top {
        position: static;
    }

    .abt-slide {
        height: auto;
    }

    .abt-swiper {
        padding-bottom: 10px;
    }

    .about-three {
        padding: 40px 0 30px;
    }

    .about-tit {
        font-size: 24px;
        line-height: 28px;
    }

    .abe-dec {
        font-size: 14px;
        margin: 7px 0 25px;
    }

    .about-three li {
        width: 100%;
        margin-bottom: 20px;
    }

    .abe-mid p {
        line-height: 24px;
    }

    .abe-mid h3 {
        font-size: 20px;
        line-height: 24px;
        margin: 10px 0;
    }

    .abe-icon {
        width: 50px;
        height: 50px;
    }

    .abe-mid {
        height: auto;
    }

    .abe-pic {
        height: 285px;
    }

    .abf-tit {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .about-four {
        padding: 50px 0;
    }

        .about-four p {
            width: 100%;
            font-size: 14px;
            line-height: 22px;
        }

    .about-five {
        padding: 40px 0;
    }

    .abv-dec {
        font-size: 14px;
        margin: 7px 0 25px;
    }

    .abv-pic {
        padding: 0 10px;
    }

    .abv-swiper {
        padding-bottom: 30px;
    }
}



/*========产品列表===============*/

.product {
    padding: 50px 0 80px;
    background: #f1f1f1;
}

.pro-left {
    float: left;
    width: 280px;
}

.pro-search {
    height: 46px;
    background: #fff;
    border: solid 1px #e5e5e5;
    margin-bottom: 24px;
}

    .pro-search .submit {
        width: 44px;
        height: 44px;
        float: right;
        background: url(../images/pro-search.png) no-repeat center;
    }

    .pro-search .text {
        color: #bcbcbc;
        font-size: 14px;
        width: 234px;
        height: 44px;
        padding: 0 15px;
    }

.pro-tit {
    height: 90px;
    background: #00437d;
    padding: 25px 25px 0;
}

    .pro-tit h3 {
        font-size: 26px;
        line-height: 30px;
        color: white;
    }

    .pro-tit h4 {
        font-size: 13px;
        line-height: 25px;
        color: rgba(255,255,255,.67);
        text-transform: uppercase;
    }

.pro-menu {
    padding: 0 6px;
    background: white;
}

.pro-item1 {
    position: relative;
    height: 66px;
    line-height: 65px;
    border-bottom: solid 1px #eeeeee;
    padding: 0 20px;
}

.pro-cate1 {
    display: block;
    margin-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    color: #222;
}

.pro-tig1 {
    position: absolute;
    right: 20px;
    top: 0;
    transition: all .5s;
    width: 20px;
    height: 65px;
    background: url(../images/pro-dowm.png) no-repeat center;
}

.pro-item2 {
    position: relative;
    height: 51px;
    line-height: 50px;
    border-bottom: solid 1px #eeeeee;
    padding: 0 20px;
}

.pro-cate2 {
    display: block;
    margin-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    color: #555;
    padding-left: 16px;
    background: url(../images/pro-cate2.png) no-repeat left center;
}

.pro-tig2 {
    position: absolute;
    right: 20px;
    top: 0;
    transition: all .5s;
    width: 20px;
    height: 50px;
    background: url(../images/pro-dowm.png) no-repeat center;
}

.pro-slide2 {
    border-bottom: solid 1px #eeeeee;
}

.pro-pad {
    padding: 7px 35px 4px 35px;
}

    .pro-pad a {
        display: block;
        font-size: 14px;
        color: #888;
        line-height: 30px;
    }

.pro-slide1, .pro-slide2 {
    display: none;
}

.pro-parent1.open .pro-cate1, .pro-cate1:hover {
    color: #00437d;
    font-weight: bold;
}

.pro-parent1.open .pro-tig1, .pro-parent2.open .pro-tig2 {
    transform: rotate(90deg);
}

.pro-parent2.open .pro-cate2 {
    color: #e9541a;
}

.pro-pad a.on, .pro-pad a:hover, .pro-cate2:hover {
    color: #e9541a;
}

.pro-parent1.open .pro-slide1, .pro-parent2.open .pro-slide2 {
    display: block;
}

.pro-parent1:last-child .pro-item1 {
    border-bottom: none;
}

.pro-right {
    width: 896px;
    float: right;
}

.center-box {
    margin: 0 -8px;
    overflow: hidden;
    padding-bottom: 24px;
}

.center-li {
    width: 50%;
    float: left;
    padding: 0 8px;
    margin-bottom: 16px;
}

.center-list {
    display: block;
    width: 100%;
    background: white;
}

.center-pic {
    width: 100%;
    overflow: hidden;
    border-bottom: solid 1px #f1f1f1;
}

    .center-pic img {
        display: block;
        width: 100%;
        height: 100%;
        transition: all .5s;
    }

.center-font {
    transition: all .5s;
    padding: 18px 20px;
    background: url(../images/pro-more.png) no-repeat right 35px center;
}

    .center-font h3 {
        font-size: 16px;
        color: #333;
        line-height: 25px;
        margin-right: 50px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .center-font p {
        font-size: 14px;
        color: #888;
        line-height: 24px;
        margin-right: 50px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.center-list:hover img {
    transform: scale(1.05);
}

.center-list:hover .center-font h3 {
    color: #00559d;
}

.center-list:hover .center-font {
    background-position: right 20px center;
    background-image: url(../images/pro-moreH.png);
}



.app-menu {
    height: 45px;
    background: #fff;
    display: none;
}

.app-parent {
    height: 100%;
    position: relative;
}

.app-item {
    position: relative;
    height: 45px;
    padding: 0 15px;
}

.app-cate {
    line-height: 45px;
    float: left;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.app-tig {
    position: absolute;
    width: 20px;
    height: 45px;
    top: 0;
    right: 15px;
    background: url(../images/pro-dowm.png) no-repeat center;
}

.app-parent .pro-menu {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 33;
}

.app-parent.open .app-tig {
    transform: rotate(90deg);
}

.app-parent.open .app-item {
    border-bottom: solid 1px #eee;
}

.app-menu .pro-menu {
    padding: 0 6px;
    background: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.app-menu .pro-item1 {
    position: relative;
    height: 41px;
    line-height: 40px;
    border-bottom: solid 1px #eeeeee;
    padding: 0 10px;
}

.app-menu .pro-cate1 {
    display: block;
    margin-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #222;
}

.app-menu .pro-tig1 {
    position: absolute;
    right: 20px;
    top: 0;
    transition: all .5s;
    width: 20px;
    height: 40px;
    background: url(../images/pro-dowm.png) no-repeat center;
}

.app-menu .pro-item2 {
    position: relative;
    height: 41px;
    line-height: 40px;
    border-bottom: solid 1px #eeeeee;
    padding: 0 10px;
}

.app-menu .pro-cate2 {
    display: block;
    margin-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #555;
    padding-left: 16px;
    background: url(../images/pro-cate2.png) no-repeat left center;
}

.app-menu .pro-tig2 {
    position: absolute;
    right: 20px;
    top: 0;
    transition: all .5s;
    width: 20px;
    height: 40px;
    background: url(../images/pro-dowm.png) no-repeat center;
}

.app-menu .pro-slide2 {
    border-bottom: solid 1px #eeeeee;
}

.app-menu .pro-pad {
    padding: 7px 25px 4px;
}

    .app-menu .pro-pad a {
        display: block;
        font-size: 12px;
        color: #888;
        line-height: 20px;
    }

.app-menu .pro-slide1, .app-menu .pro-slide2 {
    display: none;
}

.app-menu .pro-parent1.open .pro-cate1, .app-menu .pro-cate1:hover {
    color: #e9541a;
    font-weight: bold;
}

.app-menu .pro-parent1.open .pro-tig1, .app-menu .pro-parent2.open .pro-tig2 {
    transform: rotate(90deg);
}

.app-menu .pro-parent2.open .pro-cate2 {
    color: #e9541a;
}

.app-menu .pro-pad a.on, .pro-pad a:hover, .pro-cate2:hover {
    color: #e9541a;
}

.app-menu .pro-parent1.open .pro-slide1, .app-menu .pro-parent2.open .pro-slide2 {
    display: block;
}

.app-menu .pro-parent1:last-child .pro-item1 {
    border-bottom: none;
}

@media (max-width: 1259px) {

    .pro-right {
        width: 640px;
    }
}

@media (max-width:991px) {

    .app-menu {
        display: block;
    }

    .pro-nav {
        display: none;
    }

    .pro-left, .pro-right {
        width: 100%;
        float: none;
    }
}

@media (max-width:767px) {

    .product {
        padding: 40px 0 50px;
    }

    .pro-search {
        height: 40px;
    }

        .pro-search .text, .pro-search .submit {
            height: 38px;
        }

        .pro-search .text {
            width: 80%;
        }

    .center-box {
        margin: 0 -7.5px;
        padding-bottom: 10px;
    }

    .center-li {
        padding: 0 7.5px;
        margin-bottom: 15px;
    }

    .center-font {
        padding: 10px 13px;
        background-size: 20px;
        background-position: right 13px center;
    }

        .center-font h3 {
            margin-right: 25%;
        }
}



/*===========================*/

.proi-right {
    float: right;
    width: 900px;
    background: white;
    padding: 30px 20px 80px;
}

.pir-left {
    width: 446px;
    float: left;
}

.jqzoom {
    border: solid 1px #eee;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .jqzoom img {
        width: 100%;
        height: 100%;
    }

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 368px;
    height: 368px;
    background: #ffffff;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #aaa;
    background: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}

.spec-preview {
    width: 100%;
}

.spec-scroll {
    width: 100%;
    position: relative;
    height: 74px;
    margin-top: 20px;
}

    .spec-scroll .prev {
        left: 0px;
        text-align: left;
    }

    .spec-scroll .next {
        right: 0px;
        text-align: right;
    }

    .spec-scroll .prev, .spec-scroll .next {
        font-weight: bold;
        position: absolute;
        top: 0;
        width: 28px;
        height: 74px;
        cursor: pointer;
        line-height: 74px;
        font-size: 20px;
        color: #999;
    }

        .spec-scroll .prev:hover, .spec-scroll .next:hover {
            color: #00559d;
        }

    .spec-scroll .items {
        width: 400px;
        height: 100%;
        overflow: hidden;
        position: relative;
        margin-left: 27px;
    }

        .spec-scroll .items ul {
            position: absolute;
        }

            .spec-scroll .items ul li {
                width: 100%;
                width: 88px;
                text-align: center;
                float: left;
                margin-right: 7px;
            }

                .spec-scroll .items ul li img {
                    border: 1px solid #eee;
                    width: 100%;
                    height: 100%;
                }

                .spec-scroll .items ul li.hover img {
                    border: 1px solid #00559d;
                }

                .spec-scroll .items ul li p {
                    color: #333;
                    font-size: 16px;
                    text-align: center;
                    margin-bottom: 0px;
                }

.pir-right {
    width: 384px;
    float: right;
}

    .pir-right h3 {
        margin-bottom: 7px;
        font-size: 26px;
        color: #333;
        line-height: 26px;
        font-weight: bold;
    }

    .pir-right h4 {
        margin-bottom: 9px;
        font-size: 14px;
        color: #666;
        line-height: 30px;
    }

    .pir-right h5 {
        font-size: 16px;
        color: #333;
        line-height: 36px;
        font-weight: bold;
    }

    .pir-right p {
        font-size: 14px;
        color: #666;
        line-height: 26px;
    }

.pir-more {
    transition: all .4s;
    color: white;
    margin: 28px 0 35px;
    font-size: 16px;
    width: 219px;
    display: block;
    background: #00559d;
    padding: 17px 32px;
    line-height: 22px;
}

    .pir-more i {
        float: right;
    }

.pir-right .info-share {
    float: none;
}

.pir-more:hover {
    background: #e9541a;
}

.pir-bot {
    margin-top: 80px;
}

.pir-nav {
    height: 46px;
    background: #f1f1f1;
    overflow-x: auto;
    white-space: nowrap;
}

    .pir-nav a {
        padding: 0 28px;
        display: inline-block;
        position: relative;
        color: #333;
        font-size: 18px;
        line-height: 46px;
    }

        .pir-nav a::after {
            position: absolute;
            content: '';
            width: 1px;
            height: 18px;
            right: 0;
            top: 14px;
            background: #dcdcdc;
        }

        .pir-nav a.on {
            color: white;
            background: #00559d;
        }

            .pir-nav a.on::after {
                display: none;
            }

.pir-box h3 {
    margin-bottom: 24px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 40px;
}

.pir-box {
    padding: 37px 10px 0;
    display: none;
}

    .pir-box.on {
        display: block;
    }

.pir-list {
    overflow: hidden;
    margin-bottom: 11px;
}

.pir-icon { /* width: 54px; */
    line-height: 54px;
    float: left;
    overflow: hidden;
}

    .pir-icon img {
        display: block;
        width: 100%;
        height: 100%;
    }

.pir-list p {
    margin-left: 45px;
    font-size: 16px;
    color: #666;
    line-height: 26px; /* padding-top: 13px; */
}

.pir-ttn {
    transition: all .4s;
    border: solid 1px #dcdcdc;
    margin-right: 10px;
    float: left;
    color: #666;
    font-size: 16px;
    width: 170px;
    display: block;
    background: #fff;
    padding: 12px 32px;
    line-height: 22px;
}

    .pir-ttn i {
        float: right;
    }

    .pir-ttn:hover {
        background: #e9541a;
        border: solid 1px #e9541a;
        color: white;
    }

.pir-btn {
    margin-top: 40px;
}

.pir-swiper {
    display: none;
    position: relative;
    border: solid 1px #eee;
}

.pir-pic img {
    display: block;
    width: 100%;
}

.pir-swiper .swiper-pagination {
    width: 100%;
    bottom: 15px;
}

.pir-swiper .swiper-pagination-bullet {
    opacity: 1;
    background: #d9d9d9;
    margin: 0 5px;
}

.pir-swiper .swiper-pagination-bullet-active {
    background: #00559d;
}

@media (max-width: 1259px) {

    .proi-right {
        width: 640px;
    }

    .pir-left, .pir-right {
        float: none;
        width: 100%;
    }

    .pir-right {
        margin-top: 30px;
    }

    .zoomdiv, .jqZoomPup {
        display: none !important;
    }

    .spec-scroll .items {
        width: 500px;
        margin-left: 52px;
    }
}

@media (max-width: 991px) {

    .proi-right {
        width: 100%;
    }

    .spec-scroll .items {
        width: 600px;
        margin-left: 42px;
    }
}

@media (max-width: 767px) {

    .pir-swiper {
        display: block;
    }

    .pir-left {
        display: none;
    }

    .proi-right {
        padding: 35px 15px 40px;
    }

    .pir-right h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .pir-right p {
        line-height: 22px;
    }

    .pir-more {
        margin: 20px 0 10px;
        padding: 7px 20px;
        width: 130px;
        font-size: 14px;
    }

        .pir-more i {
            font-size: 14px;
        }

    .pir-bot {
        margin-top: 40px;
    }

    .pir-nav {
        height: 40px;
    }

        .pir-nav a {
            padding: 0 15px;
            font-size: 14px;
            line-height: 40px;
        }

    .pir-box {
        padding: 20px 0 0;
    }

        .pir-box h3 {
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 10px;
        }

    .pir-icon {
        width: 40px;
        height: 40px;
    }

    .pir-list p {
        margin-left: 50px;
        font-size: 14px;
        line-height: 22px;
        padding-top: 3px;
    }

    .pir-ttn {
        padding: 7px 20px;
        width: 130px;
        font-size: 14px;
    }

    .pir-btn {
        margin-top: 25px;
    }
}





/*===========加入我们=============*/

.add {
    padding: 40px 0 93px;
    background: #f1f1f1;
}

.add-one {
    margin-bottom: 60px;
}

    .add-one li {
        width: 50%;
        float: left;
        position: relative;
    }

.ado-pic {
    width: 100%;
    overflow: hidden;
}

    .ado-pic img {
        display: block;
        width: 100%;
        transition: all .5s;
    }

.add-one li:hover img {
    transform: scale(1.05);
}

.ado-font {
    transition: all .5s;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 50px;
}

    .ado-font h3 {
        margin-bottom: 25px;
        color: white;
        font-size: 24px;
        line-height: 30px;
    }

    .ado-font p {
        font-size: 14px;
        color: white;
        line-height: 26px;
        height: 104px;
        overflow-y: auto;
        padding-right: 10px;
    }

        .ado-font p::-webkit-scrollbar {
            width: 3px;
            background: url(../images/scroll.jpg) repeat-y center;
        }

        .ado-font p::-webkit-scrollbar-thumb {
            background: url(../images/scrollH.jpg) repeat-y center;
            border-radius: 10px;
        }

.ado-pic1 {
    float: left;
    width: 50%;
    overflow: hidden;
}

    .ado-pic1 img {
        display: block;
        width: 100%;
        transition: all .5s;
    }

.ado-font1 {
    transition: all .5s;
    padding: 100px 38px 0;
    position: absolute;
    width: 50%;
    right: 0;
    height: 100%;
    top: 0;
    background: white;
}

    .ado-font1 h3 {
        margin-bottom: 25px;
        font-size: 24px;
        color: #333;
        line-height: 30px;
    }

    .ado-font1 p {
        font-size: 14px;
        color: #666;
        line-height: 26px;
        height: 104px;
        overflow-y: auto;
        padding-right: 10px;
    }

        .ado-font1 p::-webkit-scrollbar {
            width: 3px;
            background: url(../images/scroll.jpg) repeat-y center;
        }

        .ado-font1 p::-webkit-scrollbar-thumb {
            background: url(../images/scrollH.jpg) repeat-y center;
            border-radius: 10px;
        }

.ado-font2 {
    background: url(../images/ado-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 100px 38px 0;
    position: absolute;
    width: 50%;
    right: 0;
    height: 100%;
    top: 0;
}

    .ado-font2 h3 {
        transition: all .5s;
        margin-bottom: 25px;
        font-size: 24px;
        color: #fff;
        line-height: 30px;
    }

    .ado-font2 p {
        transition: all .5s;
        font-size: 14px;
        color: #fff;
        line-height: 26px;
        height: 104px;
        overflow-y: auto;
        padding-right: 10px;
    }

        .ado-font2 p::-webkit-scrollbar {
            width: 3px;
            background: url(../images/scroll.jpg) repeat-y center;
        }

        .ado-font2 p::-webkit-scrollbar-thumb {
            background: url(../images/scrollH.jpg) repeat-y center;
            border-radius: 10px;
        }

.add-one li:hover .ado-font, .add-one li:hover .ado-font1, .add-one li:hover .ado-font2 h3, .add-one li:hover .ado-font2 p {
    margin-top: -10px;
}

.add-search {
    height: 50px;
    background: white;
    margin-bottom: 20px;
}

    .add-search .text {
        padding: 0 20px;
        font-size: 16px;
        color: #bebebe;
        width: 80%;
        float: left;
        border: none;
        background: none;
        height: 100%;
    }

    .add-search .submit {
        width: 58px;
        float: right;
        border: none;
        background: url(../images/add-search.png) no-repeat center;
        height: 100%;
    }

.add-sele {
    margin: 0 -6px;
}

.sele-list {
    width: 25%;
    float: left;
    padding: 0 6px;
}

    .sele-list select {
        appearance: none;
        -webkit-appearance: none;
        width: 100%;
        background: white url(../images/sele-list.png) no-repeat right 20px center;
        border: solid 1px #dcdcdc;
        height: 46px;
        padding: 0 15px;
        font-size: 16px;
        color: #666666;
    }
 .sele-list:nth-child(n+3) select option:first-child{
     display:none;
 }
.add-form {
    margin-bottom: 40px;
}



.join-s {
    padding-bottom: 10px;
}

.job-item {
    margin-bottom: 19px;
    background: white;
}

    .job-item.job-hide {
        display: none;
    }

    .job-item.open .job-le:after {
        opacity: 0;
    }

.job-hea {
    width: 100%;
    cursor: pointer;
    padding: 30px;
    overflow: hidden;
}

.job-le {
    float: right;
    width: 46px;
    height: 46px;
    position: relative;
    border: solid 1px #388fcf;
    border-radius: 50%;
    margin-top: 3.5px;
}

    .job-le:before {
        content: '';
        width: 16px;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -1px;
        background: #006fc1;
    }

    .job-le:after {
        content: '';
        height: 16px;
        width: 2px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -1px;
        margin-top: -8px;
        background: #006fc1;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

.job-ri {
    float: left;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.job-z {
    display: block;
    font-size: 22px;
    color: #333333;
    line-height: 22px;
    margin-bottom: 15px;
}

.job-d {
    display: block;
    color: #666;
    font-size: 16px;
    line-height: 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .job-d span {
        padding: 0 15px;
        display: inline-block;
        line-height: 30px;
    }

        .job-d span:first-child {
            padding-left: 0;
            border-right: solid 1px #c5c5c5;
        }

.job-cont {
    display: none;
}

.job-pad {
    padding: 35px 38px 50px;
}

.job-b {
    position: relative;
}

.job-c-z {
    float: left;
    width: 50%;
}

    .job-c-z p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .job-c-z li {
        color: #666;
        font-size: 14px;
        line-height: 28px;
    }

.btn-send {
    display: block;
    padding-left: 34px;
    background: url(../images/btn.png) no-repeat left center;
    margin-top: 18px;
    line-height: 26px;
    font-size: 16px;
    color: #006fc1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .btn-send:hover {
        color: #e9541a;
        background-image: url(../images/btnH.png);
    }

.job-item.open .job-hea {
    border-bottom: solid 1px #e1e1e1;
}

.job-pad h4 {
    font-size: 16px;
    color: #444;
    line-height: 28px;
    margin-bottom: 7px;
}

.job-pad p {
    font-size: 14px;
    color: #777;
    line-height: 28px;
}

    .job-pad p span {
        color: #e9541a;
    }

@media (max-width: 1259px) {

    .ado-font1, .ado-font2 {
        padding: 40px 30px 0;
    }
}

@media (max-width: 991px) {

    .add-one li {
        width: 100%;
    }

    .ado-font1, .ado-font2 {
        padding: 110px 30px 0;
    }
}

@media (max-width: 767px) {

    .ado-font {
        padding: 0 20px;
    }

        .ado-font h3, .ado-font1 h3, .ado-font2 h3 {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 10px;
        }

        .ado-font p, .ado-font1 p, .ado-font2 p {
            font-size: 13px;
            line-height: 20px;
        }

    .ado-font1, .ado-font2 {
        padding: 20px;
    }

    .add-one {
        margin-bottom: 40px;
    }

    .add-search {
        height: 40px;
    }

        .add-search .text {
            padding: 0 10px;
            font-size: 14px;
        }

    .sele-list {
        width: 50%;
        margin-bottom: 12px;
    }

    .add-form {
        margin-bottom: 20px;
    }

    .sele-list select {
        font-size: 14px;
    }

    .job-hea {
        padding: 15px;
    }

    .job-le {
        width: 35px;
        height: 35px;
    }

        .job-le:before {
            width: 14px;
            height: 1px;
            margin-left: -7px;
            margin-top: -0.5px;
        }

        .job-le:after {
            width: 1px;
            height: 14px;
            margin-left: -0.5px;
            margin-top: -7px;
        }

    .job-z {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .job-d {
        font-size: 14px;
        line-height: 14px;
    }

    .job-pad {
        padding: 15px 15px 40px;
    }

        .job-pad p {
            line-height: 22px;
        }

    .btn-send {
        font-size: 14px;
        background-size: 15px;
        padding-left: 20px;
        margin-top: 10px;
    }

    .job-item {
        margin-bottom: 15px;
    }

    .join-s {
        padding-bottom: 15px;
    }

    .add {
        padding-bottom: 50px;
    }
}





/*===============lzl==========================*/

/*===========常见问题===========*/

.problem {
    background: #f1f1f1;
    padding: 34px 0 80px;
}

.problem-box {
    background: #fff;
    padding: 45px 40px 75px 100px;
}

.lproblem-box {
    margin-bottom: 20px;
}

    .lproblem-box h3 {
        font-size: 18px;
        line-height: 26px;
        color: #333;
        transition: ease .5s;
    }

    .lproblem-box p {
        font-size: 14px;
        line-height: 26px;
        color: #777;
    }

    .lproblem-box .block {
        background: #eeeeee;
        position: relative;
        padding: 17px 20px;
        border-radius: 6px 6px 6px 0;
    }

    .lproblem-box .hide {
        position: relative;
        padding: 30px 0 20px;
    }

        .lproblem-box .hide::before {
            content: "";
            position: absolute;
            width: 49px;
            height: 49px;
            background: url(../images/lfaq-a.png)no-repeat center left;
            top: 30px;
            left: -70px;
        }

    .lproblem-box .block::before {
        content: "";
        position: absolute;
        width: 49px;
        height: 49px;
        background: url(../images/lfaq-q.png)no-repeat center left;
        bottom: 0%;
        left: -70px;
    }

    .lproblem-box .block::after {
        content: "";
        position: absolute;
        width: 5px;
        height: 5px;
        background: url(../images/lfaq-do.jpg)no-repeat center left;
        bottom: 0;
        left: -5px;
    }

    .lproblem-box .block.active h3, .lproblem-box .block:hover h3 {
        color: #00559d;
    }

    .lproblem-box .hide.active::before {
        display: block;
    }

@media (max-width: 1023px) {

    .problem {
        padding: 34px 0 50px;
    }

    .lproblem-box p {
        text-align: justify;
    }

    .problem-box {
        padding: 45px 20px 15px 100px;
    }
}

@media (max-width: 767px) {

    .problem-box {
        padding: 30px 15px 15px 60px;
    }

    .lproblem-box .block::before, .lproblem-box .hide::before {
        left: -45px;
    }

    .lproblem-box .block::before, .lproblem-box .hide::before {
        background-size: cover;
        width: 35px;
        height: 35px;
    }

    .lproblem-box h3 {
        font-size: 15px;
    }

    .lproblem-box .block {
        padding: 10px 13px;
    }

    .lproblem-box .hide {
        padding: 15px 0 0;
    }

    .lproblem-box p {
        font-size: 13px;
        line-height: 22px;
    }

    .lproblem-box .hide::before {
        top: 20px;
    }

    .problem {
        padding: 40px 0 50px;
    }
}

/*===========服务团队支持 ===========*/

.service {
    background: #f1f1f1;
    padding: 40px 0 80px;
}

.lservice {
    background: #fff;
    padding: 50px 36px 80px 40px;
}

.lservice-tit {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 35px;
}

    .lservice-tit h3 {
        font-size: 20px;
        line-height: 30px;
        color: #00559d;
        font-weight: bold;
    }

    .lservice-tit h4 {
        font-size: 18px;
        line-height: 24px;
        color: #666;
        margin-top: 5px;
    }

.lservice p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 10px;
    width: 95.3%;
}

.lservice img {
    width: 100%;
    height: 100%;
}

.lservice-img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.lservice-img1 {
    float: left;
    margin-right: 30px;
    width: 41.5%;
}

    .lservice-img1:last-child {
        margin-right: 0;
    }

.lservice-contact {
    margin-top: 20px;
}

    .lservice-contact h3 {
        font-size: 20px;
        line-height: 30px;
        color: #00559d;
        font-weight: bold;
    }

    .lservice-contact h4 {
        font-size: 20px;
        line-height: 24px;
        color: #e9541a;
        margin-top: 10px;
    }

    .lservice-contact a {
        display: inline-block;
        color: #e9541a;
    }

    .lservice-contact p:last-child {
        color: #e9541a;
        margin-top: 5px;
    }

    .lservice-contact p {
        margin-top: 10px;
    }

@media (max-width: 1023px) {

    .lservice p {
        width: 100%;
        text-align: justify;
    }

    .service {
        padding: 40px 0 50px;
    }

    .lservice {
        padding: 50px 36px 40px 40px;
    }
}

@media (max-width:767px) {

    .lservice-img1 {
        float: none;
        margin-bottom: 15px;
        width: 100%;
    }

        .lservice-img1:last-child {
            margin-bottom: 0;
        }

    .lservice {
        padding: 30px 15px 30px;
    }

    .lservice-tit {
        padding-bottom: 10px;
    }

        .lservice-tit h3, .lservice-contact h3 {
            font-size: 18px;
            line-height: 24px;
        }

        .lservice-tit h4 {
            font-size: 16px
        }

    .lservice p {
        line-height: 22px;
    }

    .lservice-img {
        margin: 15px 0;
    }

    .lservice-contact {
        margin-top: 15px;
    }
}

@media (max-width: 320px) {

    .lservice-tit h4 {
        font-size: 16px;
    }
}

/*===========战略合作伙伴 ===========*/

.partner {
    background: #f1f1f1;
    padding: 40px 0 75px;
}

.lpartner {
    background: #fff;
    padding: 50px 35px 40px 40px;
}

.lpartner-tit {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 35px;
}

    .lpartner-tit h3 {
        font-size: 20px;
        line-height: 30px;
        color: #00559d;
        font-weight: bold;
    }

    .lpartner-tit h4 {
        font-size: 16px;
        line-height: 24px;
        color: #888;
        margin-top: 5px;
    }

.lpartner p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 10px;
    width: 98%;
}

.lpartner-one {
}

    .lpartner-one h2 {
        font-size: 20px;
        line-height: 30px;
        color: #00559d;
        font-weight: bold;
        margin: 20px 0;
    }

    .lpartner-one ul {
        margin: 0 -10px;
    }

    .lpartner-one li {
        float: left;
        margin-bottom: 20px;
        padding: 0 10px;
        width: 25%;
    }

        .lpartner-one li img {
            width: 100%;
            height: 100%;
            display: block;
            background: #fff;
            border: 1px solid #e5e5e5;
        }

@media (max-width: 1025px) {

    .lpartner p {
        width: 100%;
        text-align: justify;
    }
}

@media (max-width: 767px) {

    .partner {
        padding: 40px 0 50px;
    }

    .lpartner {
        padding: 30px 15px 30px 15px;
    }

    .lpartner-tit {
        padding-bottom: 10px;
    }

        .lpartner-tit h3, .lpartner-one h2 {
            font-size: 18px;
            line-height: 24px;
        }

        .lpartner-tit h4 {
            font-size: 14px;
            line-height: 22px;
        }

    .lpartner p {
        line-height: 22px;
    }

    .lpartner-one h2 {
        margin: 20px 0 15px;
    }

    .lpartner-one ul {
        margin: 0 -5px;
    }

    .lpartner-one li {
        padding: 0 5px;
        margin-bottom: 10px;
        width: 50%;
    }
}



/*===========售后服务 ===========*/

.after-sale {
    background: #f1f1f1;
    padding: 40px 0 80px;
}

.lafter-sale {
    background: #fff;
    padding: 55px 35px 55px 40px;
}

.lafter-sale-tit {
    margin-bottom: 35px;
}

    .lafter-sale-tit h3 {
        margin-bottom: 15px;
    }

    .lafter-sale-tit p {
        font-size: 14px;
        line-height: 24px;
        color: #666 !important;
    }

.lafter-sale p {
    font-size: 14px;
    line-height: 24px;
    color: #777;
    width: 90%;
}

.lafter-sale h3 {
    font-size: 20px;
    line-height: 30px;
    color: #00559d;
    font-weight: bold;
}

.lafter-sale h4 {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}

.lsale-one {
    margin-top: 20px;
}

    .lsale-one ul {
        margin-top: 20px;
    }

    .lsale-one table {
        margin: 15px 0;
    }

    .lsale-one li {
        float: left;
        width: 18.7%;
        background: #2e7cbe;
        margin-right: 20px;
        padding: 12px 25px;
    }

        .lsale-one li:last-child {
            margin-right: 0;
            background: #70b3eb;
        }

        .lsale-one li:nth-child(2) {
            background: #529bd8;
        }

    .lsale-one tr {
        border: 1px solid #e5e5e5;
    }

        .lsale-one tr:first-child {
            background: #f6f6f6;
        }

    .lsale-one th {
        border: 1px solid #e5e5e5;
        font-size: 16px;
        line-height: 50px;
        color: #333;
        text-align: left;
        padding: 0 28px;
    }

    .lsale-one td {
        border: 1px solid #e5e5e5;
        font-size: 14px;
        line-height: 50px;
        color: #666;
        padding: 0 28px;
    }

        .lsale-one td:first-child {
            text-align: center;
        }

    .lsale-one h5 {
        font-size: 16px;
        color: #fff;
    }

        .lsale-one h5 span {
            display: inline-block;
            font-size: 50px;
            color: #fff;
            font-family: "helve";
        }

    .lsale-one li p {
        font-size: 14px;
        line-height: 24px;
        color: rgba(255,255,255,0.8);
        width: 100%;
    }

@media (max-width: 1025px) {

    .lafter-sale p {
        width: 100%;
        text-align: justify;
    }

    .lsale-one li {
        width: 25.7%;
        padding: 12px 20px;
    }
}

@media (max-width: 768px) {

    .lsale-one li {
        width: 30.7%;
    }
}

@media (max-width: 767px) {

    .after-sale {
        padding: 40px 0 50px;
    }

    .lafter-sale {
        padding: 30px 15px 50px 15px;
    }

    .lsale-one li {
        width: 100%;
        margin-bottom: 10px;
    }

    .lsale-one h5 {
        float: left;
    }

    .lsale-one li p {
        float: right;
        width: 60%;
        line-height: 55px;
    }

    .lsale-one-table {
        overflow-x: auto;
    }

    .lafter-sale-tit {
        margin-bottom: 15px;
    }

    .lafter-sale h3 {
        font-size: 17px;
        line-height: 24px;
    }

    .lafter-sale-tit h3 {
        margin-bottom: 10px;
    }

    .lafter-sale p {
        line-height: 22px;
    }

    .lsale-one {
        margin-top: 10px;
    }

    .lafter-sale h4 {
        font-size: 15px;
    }

    .lsale-one h5 span {
        font-size: 40px;
    }

    .lsale-one li p {
        line-height: 44px;
    }

    .lsale-one th {
        line-height: 20px;
        padding: 10px;
        font-size: 14px;
    }

        .lsale-one th:first-child {
            width: 50px;
        }

    .lsale-one td {
        line-height: 20px;
        padding: 15px 10px;
        font-size: 13px;
    }
}

@media (max-width: 320px) {

    .lsale-one li p {
        float: none;
        width: 100%;
        line-height: 24px;
    }

    .lsale-one h5 {
        float: none;
    }

        .lsale-one h5 span {
            font-size: 40px;
        }
}

/*===========营销网络 ===========*/

.network {
    background: #f1f1f1;
    padding: 60px 0 70px;
}

.lnetwork-box {
    margin-top: 80px;
}

.lnetwork-menu {
    text-align: center;
}

    .lnetwork-menu a {
        display: inline-block;
        font-size: 18px;
        line-height: 46px;
        color: #333;
        background: #fff;
        padding: 0 30px;
        transition: ease .5s;
    }

        .lnetwork-menu a:hover, .lnetwork-menu a.on {
            background: #00559d;
            color: #fff;
        }

.lnetwork-left {
    float: left;
    width: 37.25%;
}

    .lnetwork-left h3 {
        font-size: 26px;
        line-height: 32px;
        color: #3d3d3d;
    }

    .lnetwork-left p {
        font-size: 14px;
        line-height: 26px;
        color: #666;
        margin-top: 10px;
        width: 90.9%;
    }

    .lnetwork-left ul {
        margin-top: 50px;
    }

    .lnetwork-left li {
        float: left;
        margin-right: 60px;
        text-align: center;
    }

        .lnetwork-left li:last-child {
            margin-right: 0;
        }

    .lnetwork-left h2 {
        font-size: 50px;
        color: #00559d;
        font-family: "helve";
    }

        .lnetwork-left h2 span {
            display: inline-block;
            font-size: 62px;
        }

    .lnetwork-left h4 {
        font-size: 14px;
        line-height: 26px;
        color: #666;
    }

.lnetwork-right {
    float: right;
    overflow: hidden;
    width: 62.75%;
}

    .lnetwork-right img {
        width: 100%;
        height: 100%;
    }

.lnetwork-box.none {
    display: none;
}

@media (max-width: 1025px) {

    .lnetwork-left p {
        width: 100%;
        text-align: justify;
    }
}

@media (max-width: 991px) {

    .lnetwork-left li {
        margin-right: 17px;
    }
}

@media (max-width:767px) {

    .network {
        padding: 40px 0px;
    }

    .lnetwork-left, .lnetwork-right {
        width: 100%;
    }

    .lnetwork-menu a {
        line-height: 36px;
        font-size: 14px;
        margin: 0 3px;
    }

    .lnetwork-box {
        margin-top: 30px;
    }

    .lnetwork-left h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .lnetwork-left p {
        line-height: 22px;
    }

    .lnetwork-left ul {
        margin-top: 20px;
    }

    .lnetwork-left h2 span {
        font-size: 40px;
    }

    .lnetwork-left h2 {
        font-size: 30px;
    }

    .lnetwork-right {
        margin-top: 20px;
    }

    .lnetwork-left li {
        width: 50%;
        margin-right: 0;
    }
}

/*===========下载中心 ===========*/

.download {
    background: #f1f1f1;
    padding: 40px 0 80px;
}

.ldownload {
}

.ldownload-search {
    position: relative;
    background: white;
    margin-bottom: 30px;
}

    .ldownload-search input {
        width: 80%;
        background: #fff;
        padding: 0 20px;
        line-height: 50px;
        height: 50px;
        font-size: 16px;
        line-height: 50px;
        color: #bebebe;
    }

    .ldownload-search button {
        width: 58px;
        float: right;
        height: 50px;
        text-align: center;
        line-height: 50px;
    }

    .ldownload-search i {
        font-size: 17px;
        color: #666369;
        font-weight: bold;
        cursor: pointer;
    }

.ldownload ul {
    margin: 0 -10px;
}

.ldownload li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
    transition: ease .5s;
    padding: 0 10px;
}

    .ldownload li a {
        border: 1px solid transparent;
        display: block;
        width: 100%;
        height: 100%;
        padding: 20px 30px;
        background: #fff;
        position: relative;
    }

    .ldownload li .img {
        border: 1px solid #eeeeee;
        float: left;
        padding: 16px 20px;
    }

        .ldownload li .img img {
            display: block;
            width: 100%;
        }

    .ldownload li .text {
        float: left;
        width: 70%;
        height: 90px;
        display: table;
        margin-left: 18px;
    }

    .ldownload li h3 {
        font-size: 18px;
        color: #333;
        line-height: 24px;
        height: 48px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .ldownload li p {
        font-size: 14px;
        line-height: 28px;
        color: #888;
        margin-top: 5px;
    }

    .ldownload li span {
        position: absolute;
        display: block;
        width: 130px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-size: 14px;
        background: #00559d url(../images/ldownload-icon.png)no-repeat center left 23px;
        bottom: 0;
        right: 0;
        padding-left: 50px;
        transition: ease .5s;
        opacity: 0;
    }

.ldownload-text {
    display: table-cell;
    vertical-align: middle;
}

.ldownload li:hover a {
    border-color: #00559d;
}

.ldownload li:hover span {
    opacity: 1;
}

.ldownload .pagee {
    margin-top: 20px;
}

@media (max-width: 991px) {

    .ldownload li a {
        padding: 20px;
    }

    .ldownload li .img {
        padding: 12px 15px;
    }

    .ldownload li .text {
        width: 69%;
    }

    .ldownload li h3 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {

    .ldownload li {
        width: 100%;
    }

        .ldownload li h3 {
            font-size: 14px;
            line-height: 22px;
            height: 44px;
        }

        .ldownload li p {
            font-size: 12px;
            line-height: 20px;
        }

        .ldownload li a {
            padding: 15px;
        }

        .ldownload li .text {
            height: auto;
        }

        .ldownload li .img {
            padding: 10px;
        }

    .ldownload-search input {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 10px;
    }

    .ldownload-search button {
        line-height: 40px;
        height: 40px;
    }

    .ldownload-search {
        margin-bottom: 25px;
    }

    .ldownload li {
        margin-bottom: 15px;
    }

    .ldownload .pagee {
        margin-top: 15px;
    }

    .download {
        padding-bottom: 50px;
    }
}



/*===========新闻中心 ===========*/

.news {
    background: #f1f1f1;
    padding: 45px 0 80px;
}

.lnews {
}

.lnews-one {
}

    .lnews-one a {
        display: block;
    }

.lnews-one-le {
    float: left;
    background: #fff;
    width: 61.46%;
    padding: 60px 40px 30px;
}

.lnews-one-ri {
    float: right;
    overflow: hidden;
    width: 36.91%;
}

.lnews-one-tit {
    font-size: 28px;
    line-height: 42px;
    color: #00437d;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.lnews-one-le p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.lnews-one-ri img {
    width: 100%;
    height: 100%;
    transition: ease .5s;
}

.lnews-one:hover .lnews-one-ri img {
    transform: scale(1.04);
}

.lnews-one-span {
    margin-top: 80px;
}

    .lnews-one-span span {
        display: inline-block;
        font-size: 14px;
        color: #888;
        margin-right: 20px;
    }

        .lnews-one-span span:last-child {
            margin-right: 0;
        }

    .lnews-one-span .lspan-tim {
        background: url(../images/lspan-tim.png)no-repeat center left;
        padding-left: 20px;
    }

    .lnews-one-span .lspan-num {
        background: url(../images/lspan-num.png)no-repeat center left;
        padding-left: 22px;
    }

    .lnews-one-span .lspan-zan {
        background: url(../images/lspan-zan.png)no-repeat center left;
        padding-left: 20px;
        display: none;
    }

.lnews ul {
    background: #fff;
    margin-top: 20px;
    padding: 30px 40px;
}

.lnews li {
    position: relative;
    padding: 30px 0;
}

    .lnews li::before {
        content: "";
        position: absolute;
        width: 75.4%;
        height: 1px;
        border-bottom: 1px dashed #d8d8d8;
        bottom: 0;
        left: 0;
    }

    .lnews li:last-child::before {
        display: none;
    }

    .lnews li a {
        display: block;
    }

    .lnews li .img {
        float: left;
        width: 21.9%;
        overflow: hidden;
    }

        .lnews li .img img {
            width: 100%;
            transition: ease .5s;
        }

    .lnews li:hover .img img {
        transform: scale(1.04);
    }

    .lnews li .text {
        float: right;
        width: 75.7%;
        padding-top: 10px;
        padding-right: 40px;
    }

    .lnews li h3 {
        font-size: 18px;
        line-height: 26px;
        color: #4a4a4a;
        font-weight: bold;
        transition: ease .5s;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .lnews li:hover h3 {
        color: #00559d;
    }

    .lnews li p {
        font-size: 14px;
        line-height: 24px;
        color: #9b9b9b;
        margin-top: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .lnews li .lnews-one-span {
        margin-top: 50px;
    }

.lnews .pagee {
    margin-top: 40px;
}

@media (max-width: 1260px) {

    .lnews-one-span {
        margin-top: 44px;
    }

    .lnews-one-le {
        padding: 30px 40px;
    }

    .lnews li .text {
        padding-top: 5px;
    }

    .lnews li p {
        margin-top: 5px;
    }

    .lnews li .lnews-one-span {
        margin-top: 30px;
    }
}

@media (max-width: 1025px) {

    .lnews li h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .lnews li p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 5px;
    }

    .lnews li .lnews-one-span {
        margin-top: 12px;
    }

    .lnews li .text {
        padding-top: 0;
    }

    .lnews ul {
        padding: 10px 30px;
    }

    .lnews-one-tit {
        font-size: 20px;
        line-height: 28px;
    }

    .lnews-one-le p {
        margin-top: 14px;
    }

    .news {
        padding: 45px 0 50px;
    }

    .lnews-one-span {
        margin-top: 80px;
    }
}

@media (max-width: 768px) {

    .lnews-one-tit {
        font-size: 20px;
        line-height: 28px;
    }

    .lnews-one-le p {
        margin-top: 11px;
    }

    .lnews-one-le {
        padding: 20px 30px;
    }

    .lnews-one-span {
        margin-top: 45px;
    }
}

@media (max-width: 767px) {

    .news {
        padding: 40px 0 50px;
    }

    .lnews-one-le {
        padding: 20px 15px;
        float: none;
        width: 100%;
    }

    .lnews-one-ri {
        float: none;
        width: 100%;
        margin-top: 10px;
    }

    .lnews ul {
        padding: 10px 15px;
    }

    .lnews li .img, .lnews li .text {
        float: none;
        width: 100%;
    }

    .lnews li .text {
        padding: 10px 0;
        margin-top: 2px;
    }

    .lnews li::before {
        width: 100%;
    }

    .lnews li {
        padding: 20px 0 10px;
    }

    .lnews-one-tit {
        font-size: 16px;
        line-height: 26px;
    }

    .lnews-one-span {
        margin-top: 10px;
    }

    .lnews .pagee {
        margin-top: 30px;
    }
}

@media (max-width: 320px) {

    .lnews-one-span span {
        margin-right: 14px;
    }
}





/*===========新闻中心-详情 ===========*/

.new-xq {
    background: #f1f1f1;
    padding: 30px 0 70px;
}

.lnew-xq {
}

.lnew-xq-le {
    float: left;
    background: #fafafa;
    width: 70%;
    padding: 45px 40px 80px;
}

.lnew-xq-ri {
    float: right;
    background: #fff;
    width: 28.3%;
    padding: 20px 20px 15px 15px;
}

.lnew-xq-tit {
    font-size: 26px;
    line-height: 36px;
    color: #444;
}

.lnew-xq-fx {
    margin: 16px 0 40px;
    width: 89%;
}

.lnew-xq-le .lnews-one-span {
    float: left;
    margin-top: 0px;
    line-height: 32px;
}

.lnew-xq-le .img {
    margin: 20px 0;
}

.lnew-xq-le .bshare-custom {
    float: right;
}

    .lnew-xq-le .bshare-custom p {
        float: left;
        margin-top: 0;
        line-height: 32px;
    }

.lnew-xq .bshare-custom a {
    display: inline-block;
    transition: ease .5s;
    margin-right: 5px;
    text-decoration: none !important;
    font-size: 16px !important;
    line-height: 32px !important;
    text-decoration: none !important;
    padding-left: 0 !important;
    background: none !important;
    color: #fff !important;
    opacity: 1 !important;
    border-radius: 50% !important;
    text-align: center;
    width: 32px !important;
    height: 32px !important;
}

    .lnew-xq .bshare-custom a:last-child {
        margin-right: 0;
    }

.lnew-xq .bshare-custom .bshare-qqim {
    background: #3e91ee !important;
}

.lnew-xq .bshare-custom .bshare-share {
    color: #9e9e9e !important;
}

.lnew-xq .bshare-custom .bshare-sinaminiblog {
    background: #da3c3c !important;
}

.lnew-xq .bshare-custom .bshare-weixin {
    background: #21ba41 !important;
}

.lnew-xq .bshare-custom .bshare-qzone {
    background: #f4c50b !important;
}

.lnew-xq-le p {
    font-size: 14px;
    line-height: 26px;
    color: #777;
    margin-top: 20px;
}

    .lnew-xq-le p.lsj {
        width: 90%;
    }

.lnew-xq .img img {
    width: 100%;
    transition: ease .5s;
}

.lnew-xq-ri ul {
}

.lnew-xq-ri li {
    border-bottom: 1px dashed #d8d8d8;
    padding: 15px 0;
}

    .lnew-xq-ri li:last-child {
        border: none;
    }

    .lnew-xq-ri li a {
        display: block;
    }

.lnew-xq-ri .img {
    float: right;
    width: 36%;
    overflow: hidden;
}

.lnew-xq-ri-tit {
    font-size: 18px;
    line-height: 32px;
    color: #00559d;
    font-weight: bold;
    background: url(../images/ltjian.png)no-repeat center left;
    padding-left: 33px;
}

.lnew-xq-ri .text {
    float: left;
    width: 55.88%;
}

.lnew-xq-ri h2 {
    font-size: 14px;
    line-height: 22px;
    color: #4a4a4a;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: ease .5s;
}

.lnew-xq-ri li:hover h2 {
    color: #00559d;
}

.lnew-xq-ri li:hover .img img {
    transform: scale(1.04);
}

.lnew-xq-page {
    margin-top: 50px;
}

    .lnew-xq-page a {
        display: inline-block;
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #006fc1;
        border: 1px solid #006fc1;
        text-align: center;
        margin-right: 5px;
    }

        .lnew-xq-page a:last-child {
            margin-right: 0;
        }

    .lnew-xq-page i {
        display: inline-block;
        color: #006fc1;
        font-weight: bold;
    }

        .lnew-xq-page i.icon-left {
            margin-right: 5px;
        }

        .lnew-xq-page i.icon-right {
            margin-left: 5px;
        }

.bsBox {
    height: 256px !important;
    width: 232px !important;
}

.lnew-xq-ri .lnews-one-span {
    margin-top: 10px;
}

@media (max-width:991px) {

    .lnew-xq-le, .lnew-xq-ri {
        width: 100%;
    }

    .lnew-xq-ri {
        margin-top: 30px;
        padding: 45px 40px 80px;
    }

        .lnew-xq-ri .text {
            padding-top: 50px;
        }
}

@media (max-width: 767px) {

    .lnew-xq-le {
        padding: 30px 15px 40px;
    }

    .lnew-xq-tit {
        font-size: 20px;
        line-height: 24px;
    }

    .lnew-xq-le .bshare-custom, .lnew-xq-le .lnews-one-span {
        float: none;
    }

    .lnew-xq-fx {
        width: 100%;
        margin-bottom: 20px;
    }

    .lnew-xq-le p.lsj {
        width: 100%;
        word-break: break-all;
        line-height: 22px;
    }

    .lnew-xq-le p {
        line-height: 22px;
        margin-top: 13px;
        text-align: justify;
    }

    .lnew-xq-ri {
        margin-top: 20px;
        padding: 20px 15px;
    }

        .lnew-xq-ri .text {
            padding-top: 0;
        }

    .lnews-one-span span {
        font-size: 12px;
    }

    .lnew-xq-ri .lnews-one-span {
        line-height: 16px;
    }

    .new-xq {
        padding: 40px 0 50px;
    }
}





/*============联系我们 ===========*/


.lcontact {
    padding: 50px 0 128px;
}

.lcontact-one {
    background: white;
    padding: 44px 40px 0;
}

.lcontact-one-tit {
    font-size: 26px;
    color: #333;
    font-weight: bold;
    line-height: 36px;
    padding-bottom: 15px;
    border-bottom: solid 1px #ebebeb;
}

.lcontact-one ul {
    padding: 47px 0 32px;
}

.lcontact-one li {
    float: left;
    margin-right: 130px;
}

    .lcontact-one li h3 {
        font-size: 18px;
        color: #333;
        font-weight: bold;
        line-height: 36px;
    }

    .lcontact-one li span {
        display: block;
        line-height: 29px;
        color: #e9541a;
        font-size: 20px;
        font-family: 'heb';
    }

    .lcontact-one li p, .lcontact-one li p a {
        font-size: 16px;
        color: #666;
        line-height: 29px;
    }

.lcontact-two {
    margin: 40px -10px;
    overflow: hidden;
}

.lct-li {
    padding: 0 10px;
    width: 50%;
    float: left;
}

.lct-list {
    width: 100%;
    position: relative;
}

.lct-img {
    width: 100%;
    overflow: hidden;
}

    .lct-img img {
        display: block;
        width: 100%;
        transition: all .5s;
    }

.lct-font {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0 40px 20px;
}

    .lct-font h4 {
        font-weight: bold;
        font-size: 18px;
        color: white;
        line-height: 36px;
    }

    .lct-font p {
        font-size: 16px;
        color: white;
        line-height: 26px;
    }

.lct-list:hover img {
    transform: scale(1.04);
}

.lcontact-three {
    background: white;
    padding: 40px 40px 54px;
}

.lcontact-three-tit {
    margin-bottom: 22px;
    font-size: 26px;
    color: #333;
    line-height: 36px;
    font-weight: bold;
}

.lmessage-input {
    margin: 0 -10px;
}

    .lmessage-input p {
        width: 33.3333333%;
        float: left;
        padding: 0 10px;
    }

    .lmessage-input .text {
        width: 100%;
        border: solid 1px #eaeaea;
        font-size: 16px;
        color: #888;
        padding: 0 15px;
        line-height: 48px;
    }

.lcontact-three .txt {
    height: 187px;
    width: 100%;
    border: solid 1px #eaeaea;
    font-size: 16px;
    color: #888;
    padding: 10px 15px;
    margin-top: 20px;
    resize: none;
}

.lmessage-submit {
    transition: all .5s;
    cursor: pointer;
    width: 158px;
    height: 43px;
    background: #00559d;
    color: white;
    border: none;
    font-size: 14px;
    margin-top: 25px;
}

    .lmessage-submit:hover {
        background: #e9541a;
    }

@media (max-width: 991px) {

    .lcontact-one li {
        margin-right: 58px;
    }
}

@media (max-width:767px) {

    .lcontact-one {
        padding: 20px 15px 0;
    }

    .lcontact-one-tit {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 15px;
    }

    .lcontact-one ul {
        padding: 15px 0;
    }

    .lcontact-one li {
        margin-right: 0;
        float: none;
        overflow: hidden;
        margin-bottom: 5px;
    }

        .lcontact-one li h3 {
            float: left;
            font-size: 15px;
            line-height: 24px;
        }

        .lcontact-one li span, .lcontact-one li p {
            line-height: 24px;
            float: left;
            font-size: 15px;
            margin-left: 20px;
        }

            .lcontact-one li p, .lcontact-one li p a {
                line-height: 24px;
                font-size: 14px;
            }

    .lct-li {
        width: 100%;
        margin-bottom: 20px;
    }

    .lcontact-two {
        margin: 30px -10px 10px;
    }

    .lcontact-three {
        padding: 25px 15px 35px;
    }

    .lcontact-three-tit {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .lmessage-input p {
        width: 100%;
    }

    .lmessage-input .text {
        line-height: 38px;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .lcontact-three .txt {
        margin-top: 0;
        font-size: 14px;
        height: 150px;
    }

    .lmessage-submit {
        width: 120px;
        height: 36px;
        margin-top: 15px;
    }

    .lcontact {
        padding: 40px 0 50px;
    }

    .lct-font {
        padding: 0 15px 10px;
    }

        .lct-font h4 {
            font-size: 16px;
            line-height: 24px;
        }

        .lct-font p {
            font-size: 14px;
            line-height: 22px;
        }
}




@media (max-width:991px) {

    .kefu {
        display: block;
    }

    .gr_kefu {
        display: none !important;
    }
}

a.zz {
    display: none;
}

.section.appli {
    overflow: visible !important;
}

.foot-top {
    display: none;
}


#msg_wy_update {
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0%;
    line-height: 2rem;
    width: 100%;
    z-index: 1000;
    background: #00000082;
}

    #msg_wy_update .zc_p {
        color: #fff;
        height: 100px;
        display: inline-block;
        /* padding: 0rem 3rem; */
        border-radius: 5px;
        margin-top: 20%;
        background: #fff;
        padding: 2px 2px;
        color: #333;
        width: 300px;
        height: 200px;
    }

.jdt {
    background: #d1d1d1;
    color: white;
    width: 90%;
    margin: 0px 5%;
    margin-top: 5%;
    line-height: 24px;
    font-size: 14px;
    color: white;
    position: relative;
}

    .jdt span {
        position: absolute;
        right: 40%;
        top: 2%;
    }

.jdt2 {
    background: #ed4241;
    width: 0%;
    height: 24px;
}

.zwsqdiv {
    line-height: 60px;
    font-size: 18px;
    font-weight: bolder;
}

.updatefile {
    width: 60%;
    margin: auto;
    position: relative;
}

    .updatefile input {
        position: absolute;
        left: 27%;
        top: 20%;
        opacity: 0;
    }

p #mesg {
    margin-top: 15px;
}

.dropdown-wrap {
    width: 940px;
    margin: 0 auto;
}

.single dl {
    padding: 30px 0;
    overflow: hidden;
}

.single dt {
    float: left;
    width: 35%;
}

    .single dt a {
        display: block;
        font-size: 16px;
        color: #666;
        line-height: 40px;
        padding-left: 20px;
        position: relative;
    }

        .single dt a::after {
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border-top: solid 3px transparent;
            border-bottom: solid 3px transparent;
            border-left: solid 6px #aaa;
            left: 0;
            top: 50%;
            margin-top: -3px
        }

.single dd {
    width: 30%;
    float: left;
    overflow: hidden;
}

    .single dd img {
        display: block;
        width: 100%;
        transition: all .5s;
    }

.single dt a:hover {
    color: #00559d;
}

.single dd:hover img {
    transform: scale(1.05);
}

.navli-menu ul {
    padding: 26px 0 36px;
    text-align: center;
}

.navli-menu li {
    display: inline-block;
    width: 11.6%;
    margin: 0 20px;
}

.navli-list {
    display: block;
    width: 100%;
}

.navli-pic {
    display: block;
    width: 100%;
    overflow: hidden;
}

    .navli-pic img {
        display: block;
        width: 100%;
        transition: all .5s;
    }

.navli-list p {
    text-align: center;
    font-size: 16px;
    color: #444;
    line-height: 28px;
    margin-top: 9px;
}

.navli-menu li:last-child {
    margin-right: 0;
}

.navli-menu li:hover img {
    transform: scale(1.05);
}

.navli-menu li:hover p {
    color: #00437d;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.new-xq img {max-width:100%;}
.app-store{float: right; width: 60px;height: 60px;position: relative;}
.app-text{display: block; line-height: 60px;font-size: 16px;color:#fff;text-align: center;background: #00437d;font-size: 24px !important;}
.app-list { position: absolute;width: 100%; top: 100%;right: 0; z-index: 10; background: #fff; padding: 0px 0; -webkit-box-shadow: 0 2px 4px 2px rgba(0,0,0,.05); box-shadow: 0 2px 4px 2px rgba(0,0,0,.05); opacity: 0; visibility: hidden; -webkit-transition: all .6s;-o-transition: all .6s;transition: all .6s;}
.app-list a { border-bottom: solid 1px #dbdbdb; display: block; padding: 10px 15px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.app-store:hover .app-list {opacity: 1;visibility: visible;}
.app-list a:hover {color: #00559d;}
/*2019-12-27
.abo-left{width: 50%;float: left;position: relative;overflow: hidden;background: black;}
.int-pic{width: 35%;float: left;position: relative;overflow: hidden;background: black;}
.abo-left img,int-pic img{display: block;width: 100%;opacity: 0;}
.abo-left video,.int-pic video{position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: black;}
.abo-right{padding: 83px 20px 89px 45px; width: 50%;position: absolute;height: 100%;background: white;top: 0;right: 0;}
#end2019-12-27*/

/*video alert*/
.msg-box-bg {width: 100%;height: 100%;position: fixed;left: 0;top: 0;display: none;z-index: 10001;background: rgba(0,0,0,0.5);}
.msg-box {width: 850px;height: 522px;padding: 50px;background-color: #F3F3F3;position: absolute;left: 50%;margin-left: -430px;top: 0;margin-top: -262px;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);}
.msg-box .close-box {width: 38px;height: 38px;font-size: 30px;color: #666; cursor: pointer;position: absolute;right: 10px;top: 10px;-webkit-transition: .5s;-ms-transition: .5s;-moz-transition: .5s;-o-transition: .5s;transition: .5s;}
.msg-box .close-box:hover {-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);-moz-transform: rotate(90deg);-o-transform: rotate(90deg);transform: rotate(90deg);}
@media (max-width: 991px) {
	.msg-box{width: 94%;left: 3%;margin-left: 0;}
}
@media (max-width: 767px) {
	.msg-box{height: 230px;padding: 15px;}
	.msg-box .close-box{width: 20px;height: 20px;right: 0;line-height: 20px;top: 0;text-align: center;font-size: 20px;}
}
