@charset "utf-8";
.heightauto{
    height:auto!important;
    text-align: center!important;
    margin-bottom: 0!important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.header .headtop {
    height: 40px;
    line-height: 40px;
    width: 100%;
    background: #273F84;
    background: -webkit-linear-gradient(bottom left, #273F84, #0D2771);
    background: -o-linear-gradient(bottom left, #273F84, #0D2771);
    background: -mos-linear-gradient(bottom left, #273F84, #0D2771);
    background: -moz-linear-gradient(bottom left, #273F84, #0D2771);
    background: linear-gradient(bottom left, #273F84, #0D2771);
}

.header .headtop p {
    color: #ffffff;
    font-size: 14px;
}

.header .search {
    position: relative;
}

.header .search .iconfont {
    font-size: 15px;
    color: #ffffff;
}

.header .search .box form {
    margin: 0 auto;
    font-size: 0;
}

.header .headlogo {
    padding: 19px 0 12px;
}

.header .headlogo .logo {
    float: left;
    margin-top: 5px;
}

.header .zixun {
    float: right;
    margin-right: 50px;
    margin-top: -7px;
}

.header .zixun span {
    width: 22px;
    display: block;
    float: left;
    margin-top: 7px;
}

.header .zixun img {
    display: block;
    float: left;
}

.header .topcode {
    float: right;
    margin-top: 6px;
}

.header .topcode .iconfont {
    width: 55px;
    height: 55px;
    display: block;
    float: left;
    font-size: 25px;
    color: #273F84;
    border: 3px solid #273F84;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
}

.header .topcode .word {
    float: left;
    margin-top: 6px;
    margin-left: 13px;
}

.header .topcode .word p {
    font-size: 16px;
    color: #333333;
}

.header .topcode .word .number {
    font-size: 24px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    margin-top: 6px;
    color: #333333;
}

.header .language .lan {
    display: block;
    float: left;
    font-size: 16px;
    margin-top: 16px;
    color: #ffffff;
    padding-left: 27px;
    font-weight: bold;
}

.header .language .cn {
    background: url("../images/cn.png") left center no-repeat;
}

.header .language .en {
    margin-left: 20px;
    background: url("../images/en.png") left center no-repeat;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.header .moblogo {
    display: none;
}

.feature {
    background: #f7f7f7;
    overflow: hidden;
    padding: 50px 0;
}

.feature li.first {
    border-left: 1px dotted #c6c6c6;
}

.feature li {
    float: left;
    width: 25%;
    cursor: pointer;
    text-align: center;
    border-right: 1px dotted #c6c6c6;
}

.feature li i {
    display: inline-block;
    font-size: 49px;
    color: #273F84;
    transition: 0.36s;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
}

.feature li h4 {
    padding-top: 18px;
    color: #0d0d17;
    font-size: 22px;
    position: relative;
    font-weight: normal;
    -webkit-transition: all .35s;
    transition: all .35s;
}
.feature li:hover i{
    -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: gelatine 0.5s 1;
    animation: gelatine 0.5s 1;
}
.feature li:hover h4{
    color:#273F84;
}
.feature li:hover h4 span{
    color: #000000;
}
@keyframes gelatine {
    from, to { -webkit-transform: scale(1, 1); transform: scale(1, 1); }

    25% { -webkit-transform: scale(0.9, 1.1); transform: scale(0.9, 1.1); }

    50% { -webkit-transform: scale(1.1, 0.9); transform: scale(1.1, 0.9); }

    75% { -webkit-transform: scale(0.95, 1.05); transform: scale(0.95, 1.05); }

    from, to { -webkit-transform: scale(1, 1); transform: scale(1, 1); }

    25% { -webkit-transform: scale(0.9, 1.1); transform: scale(0.9, 1.1); }

    50% { -webkit-transform: scale(1.1, 0.9); transform: scale(1.1, 0.9); }

    75% { -webkit-transform: scale(0.95, 1.05); transform: scale(0.95, 1.05); }
}

@-webkit-keyframes gelatine {
    from, to { -webkit-transform: scale(1, 1); transform: scale(1, 1); }

    25% { -webkit-transform: scale(0.9, 1.1); transform: scale(0.9, 1.1); }

    50% { -webkit-transform: scale(1.1, 0.9); transform: scale(1.1, 0.9); }

    75% { -webkit-transform: scale(0.95, 1.05); transform: scale(0.95, 1.05); }

    from, to { -webkit-transform: scale(1, 1); transform: scale(1, 1); }

    25% { -webkit-transform: scale(0.9, 1.1); transform: scale(0.9, 1.1); }

    50% { -webkit-transform: scale(1.1, 0.9); transform: scale(1.1, 0.9); }

    75% { -webkit-transform: scale(0.95, 1.05); transform: scale(0.95, 1.05); }
}
.feature li h4 span {
    display: block;
    font-size: 12px;
    opacity: .5;
    color: #989898;
    font-family: Arial;
    margin-top: 3px;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.feature li:nth-child(2) i {
    background-position: -54px 0;
}

.feature li:nth-child(3) i {
    background-position: -108px 0;
}

.feature li:nth-child(4) i {
    background-position: -162px 0;
}

.feature li h4::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 2px;
    height: 2px;
    margin-left: -15px;
    background: #273F84;
    transition: 0.3s;
    width: 0;
}

.feature li:hover h4::after {
    width: 30px;
}

.feature li:hover i {
    top: -8px
}
.products .pro-top{
    margin-bottom: 40px;
}
.indextits{
    float: left;
    text-align: left;
}
.indextits h1{
    color: #273F84;
    text-align: left;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 10px;
}
.indextits p{
    font-size: 16px;
    color: #8c8c8c;
}
.products .pro-top .searchright{float: right;

    margin-top: 10px;}
.products .pro-top .searchright form{
    width: 320px;
    height: 40px;
}
.products .pro-top .searchright form #keys2{
    width: 260px;
    line-height: 40px;
    background: #f7f7f7;
    text-indent: 20px;
}
.products .pro-top .searchright #go2{
    width: 60px;
    height: 40px;
    background: #bfbfbf;
    text-align: center;
    line-height: 40px;
    float: right;
}
.products .pro-top .searchright #go2 .iconfont{
    color: #ffffff;
}
.certification{
    padding:73px 0;
}
.certification .certop>.more2{
    font-size: 16px;
    color: #8c8c8c;
    float: right;
    height: 17px;
    margin-top: 21px;
    padding-left: 27px;
    background: url("../images/more2bg.png") left center no-repeat;
}
.certification .cercont{
    background: url("../images/honorbg.jpg") center no-repeat;
    padding:85px 0px 83px 54px;
    margin-top: 40px;
}
.certification .cercont .honor1img{
    display: block;
    float: left;
    width: 51.64%;
}
.certification .cercont .cercont-r{
    width: 32.31%;
    float: left;
    margin-left: 86px;
    margin-top: 50px;
}
.certification .cercont .cercont-r h1{
    font-weight: bold;
    color: #333333;
}
.certification .cercont .cercont-r p{
    font-weight: bold;
    color: #333333;
    margin-top: 9px;
}
.certification .cercont .cercont-r .info{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    font-weight: normal;
    margin-top: 14px;
}
.certification .cercont .cercont-r .honor2img{
    margin-top: 25px;
}
.yqlnk{
    width: 100%;
    background: url("../images/yqlnkbg.jpg") center no-repeat;
    padding:63px 0 67px;
    background-size: cover;
}
.yqlnk .green{
    width: 208px;
    height: 50px;
    background: #273F84;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    float: left;
    margin-right: 51px;
}
.yqlnk .linklist{
   float: left;
    margin-top: 18px;
}
.yqlnk .linklist a{
    color: #666666;
    float: left;
    margin:0 45px;
    -webkit-transition: all .35s;
    transition: all .35s;
    height:16px;
}
.yqlnk .linklist a:hover{
    color: #273F84;
}
.qyfc{
    width: 100%;
    padding:71px 0 64px;
    background: #f7f7f7;
}
.qyfc .tab{
    float:right;
    margin-top: 22px;
}
.qyfc .tab a{
    font-size: 18px;
    color: #333333;
    padding-bottom: 10px;
    margin-left: 35px;
}
.qyfc .tab a:hover,.qyfc .tab a.on{
    color: #273F84;
    border-bottom: 2px solid #273F84;
}
.qyfc .qyfc-con{
    margin-top: 39px;
}
.qyfc .qyfc-con .change{
    overflow: hidden;
}
.gssp,.scsb{
    padding-bottom: 50px;
}
.qyfc .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #939393;
    border-radius: 50%;
    opacity: 1;
    cursor: pointer;
}
.qyfc .swiper-pagination-bullet-active {
    background: #273F84 !important;
}

/*.qyfc .qyfc-con .change .swiper-slide{*/
/*    width: 25%;*/
/*}*/
.qyfc .swiper-button-next,.qyfc .swiper-button-next2 {
    background: url(../images/next1.png)  no-repeat center;
}
.qyfc .swiper-button-prev,.qyfc .swiper-button-prev2 {
    background: url(../images/prev1.png)  no-repeat center;
    left: 10px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}
.swiper-button-next2.swiper-button-disabled, .swiper-button-prev2.swiper-button-disabled{
    opacity: 1;
}
.swiper-button-next2, .swiper-button-prev2 {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next2, .swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    right: 10px;
    left: auto;
}
.swiper-container-horizontal>.swiper-pagination {
    bottom: 0px;
    left: 0;
    width: 100%;
}
.swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 5%;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
    width: 105%;
}
.applica {
    width: 100%;
    background: #f7f7f7;
    padding: 72px 0 114px;
}
.apptop .tab{
    float:right;
    margin-top: 22px;
}
.apptop .tab a{
    font-size: 18px;
    color: #333333;
    padding-bottom: 10px;
    margin-left: 35px;
}
.apptop .tab a:hover,.apptop .tab a.on{
    color: #273F84;
    border-bottom: 2px solid #273F84;
}
.applica .app-con{
    overflow: hidden;
    margin-top: 39px;
}
.applica .app-con .left{
    width: 49.627%;
    float: left;
    border: 1px solid #e6e6e6;
}
.applica .app-con .left img{
    width: 100%;
}
.applica .app-con .right{
    width: 50.37%;
    float: left;
}
.applica .app-con .right a{
    display: block;
    width: 47.7%;
    margin-left: 2%;
    border: 1px solid #e6e6e6;
    margin-bottom: 1.9%;
    float: left;
}
.applica .app-con .right a img{
    width: 100%;
}
.news{
    padding:82px 0 77px;
}
.news .news-left{
    width: 70.8955%;
    float: left;
}
.news .news-left .tab{
    margin-bottom: 40px;
}
.news .news-left .tab a{
     display: block;
    width: 190px;
    height: 50px;
    float: left;
    margin-right: 5px;
    background: #f2f2f2;
    color: #1a1a1a;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
}
.news .news-left .tab a:hover,.news .news-left .tab a.on{
    background: #273F84;
    color: #ffffff;
}
.news .news-left .change{
    -webkit-transition: all .35s;
    transition: all .35s;
}
.news .news-left .change a{
    display: block;
}
.news .news-left .change .news1{
    width: 51.05%;
    float: left;
}
.news .news-left .change .news1 img{
    width: 100%;
}
.news .news-left .change .news1 h4{
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 21px;
    font-weight: normal;
    height: 40px;
}
.news .news-left .change a:hover h4{
    color:#273F84;
}
.news .news-left .change .news1 h4 i{
    float: right;
    font-style: normal;
}
.news .news-left .change .r4{
    width: 45.789%;
    float: right;
}
.news .news-left .change .r4 .font{
    height: auto;
    overflow: hidden;
    font-size: 12px;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 16px 10px 13px;
}
.news .news-left .change .r4 .font:after{position:absolute;content:"";left:0;top:0;width:0;height:100%;transition:all 0.4s;background: #273F84;}
.news .news-left .change .r4 .font:last-child{border-bottom:none;}
.news .news-left .change .r4 .font a{position:relative;z-index:2;display:block;}
.news .news-left .change .r4 .font p{
    line-height: 22px;
    font-size: 14px;
    color: #666666;
}
.news .news-left .change .r4 .font:hover p{
    color: #ffffff;
}
.news .news-left .change .r4 .font .date{float:left;width:80px;height:75px;text-align:center;margin-right:20px;
    font-size: 14px;}
.news .news-left .change .r4 .font .date i{
    margin-bottom: 7px;text-align: center;   display:block;font-style:normal;font-size:44px;color:#191919;line-height:44px;font-family:Arial;font-weight:bold;}
.news .news-left .change .r4 .font h4{color:#333;
    margin-bottom: 9px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;font-weight:normal;font-size:16px;}
.news .news-left .change .r4 .font:hover .date i,.news .news-left .change .r4 .font:hover a,.news .news-left .change .r4 li:hover h4{color:#fff;transition:all 0.3s;}
.news .news-left .change .r4 .font:hover{background:#273F84;transition-delay:.3s;}
.news .news-left .change .r4 .font:hover:after{width:100%;}
.news .news-left .change .r4 .font .righttext{
    display:block;
    float: right;
    width: 75%;
    margin-top: 6px;
}
.news .news-right{
    width: 26.1194%;
    float: right;
    background: #f7f7f7;
    padding:33px 30px  22px;
}
.news .news-right .title{
    font-size: 19px;
    color:#273F84;

}
.news .news-right img{
    margin:17px 0 0px;
}
.news .news-right .text{
    padding-bottom: 18px;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 17px;
}
.news .news-right .last{
    border: 0;
    padding-bottom: 0;
}
.news .news-right .text .green{
    font-size: 16px;
    color:#273F84;
    margin-bottom: 15px;
}
.news .news-right .text p{
    font-size: 14px;
    color: #666666;
}

.aboutBox2  li{float:left;width:23%;background:#fff;margin:0 1%;transition:all .3s;box-shadow:0 0 10px #ccc;}
.aboutBox2  li .pImg{display:block;width:100%;height:auto;overflow:hidden;position:relative;}
.aboutBox2  li img{width:100%;transition:all .5s;}
.aboutBox2  li .pImg span{width:180px;height:45px;line-height:45px;font-size:18px;color:#fff;font-weight:normal;background: #273F84;left:50%;bottom:0;margin-left:-90px;position:absolute;text-align:center;}
.aboutBox2 li .txt{padding:30px 35px;overflow:hidden;text-align:center;}
.aboutBox2 li .txt h4{font-size:16px;color:#333;font-weight:normal;margin-bottom:10px;}
.aboutBox2 li .txt p{height:auto;margin-bottom:10px;
    color: #4d4d4d;
    font-size: 14px;}
.aboutBox2 li .txt a{display:inline-block;width:120px;height:30px;line-height:30px;text-align:center;background: #273F84;color:#fff;border-radius:15px;}
.aboutBox2 li .txt a:hover{width:160px;}
.aboutBox2 li:hover img{transform:scale(1.1);}
.aboutBox2 li:hover{}
.sub-page .page {
    text-align: center;
    margin-top: 50px;
}
.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.sub-page .page .pagination li {
    float: none;
    display: inline-block;
}
.product .pro_list .pro_switch ul li a {
    display: block;
}
.sub-page .page .pagination li a {
    margin: 0 5px;
    padding: 6px 15px;
    color: #000;
    font-size: 16px;
    border-radius: 5px;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    line-height: 1.42857;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #0d0d0d;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    line-height: 1.42857;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    margin: 0 5px;
    padding: 6px 15px;
    color: #337ab7;
    font-size: 16px;
    border-radius: 5px;
}
.pagination {
    display: inline-block;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    background-color: #273F84;
    border-color: #273F84;
    cursor: default;
}
.cizs {
    position: relative;
    float: left;
    width: 24%;
    margin: 0px 0 20px 1%;
}
.psplist{
    position: relative;
    float: left;
    width: 31.333%;
    margin-left: 2%;
    margin-top: 30px;
    overflow: hidden;
}
.cizs:hover .czspic img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.czspic {
    overflow: hidden;
}

.czspic img {
    display: block;
    width: 90%;
    margin:0 auto;
    transition: 0.45s;
}

.czstxt {
    background: #273F84;
    color: #fff;
    font-size: 15px;
    padding: 10px;
    line-height: 1.5;
    text-align: center;
}

.czstxt span {
    display: block;
    height: 64px;
    overflow: hidden;
    line-height: 64px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}


@media (max-width: 1450px) {
    .news .news-left .change .r4 .font .righttext {
        display: block;
        float: none;
        width: auto;
        margin-top: 6px;
    }
}
@media (max-width: 1250px) {
    .apptop .tab{
        width: 100%;
    }
    .apptop .tab a:first-child{
        margin-left: 0;
    }
    .apptop .tab a{
        display: block;
        float: left;
        width: 20%;
        margin-right: 5%;
        height: 30px;
        margin-left: 0;
        margin-bottom: 20px;
    }
}
@media (max-width: 1199px) {
    .qyfc,.applica,.news{
        padding:55px 0;
    }
    .news .news-left,.news .news-right{
        width: 100%;
    }
    .aboutBox2 li{
        width: 48%;
        margin-bottom: 30px;
    }
    .aboutBox2 li .txt{
        height: 98px;
    }
}

@media (max-width: 940px) {
    .yqlnk .linklist a:first-child{
        margin-left: 0;
    }
    .yqlnk{
        padding:50px 0;
    }
    .yqlnk .linklist{
        margin-top: 30px;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .yqlnk .linklist a{
        margin:10px 1% 0 0;
        width: 48%;
    }
    .yqlnk .green{
        width: 150px;
        font-size: 16px;
    }
    .qyfc .tab a{
        font-size: 14px;
    }
    .qyfc .tab{
        width: 100%;
        margin-top: 32px;
    }
    .qyfc .tab a:first-child{
        margin-left: 0;
    }
    .apptop .tab a{
        font-size: 14px;
        width: 28.333%;
    }
    /*.applica .app-con .left,.applica .app-con .right{*/
    /*    width: 100%;*/
    /*}*/
    .applica .app-con{
        margin-top: 10px;
    }
    .applica .app-con .left,.applica .app-con .right{
        width: 100%;
    }
    .applica .app-con .right{
        margin-top: 10px;
    }
    .applica .app-con .right a{
        width: 50%;
        margin-left: 0;
        background: #fff;
        margin-bottom: 10px;
    }
    .applica .app-con .right a img{
        width: 90%;
        display: block;
        margin: 0 auto;
    }
    .news .news-left .change .news1{
        width: 100%;
    }
    .news .news-left .change .r4{
        width: 100%;
        float: none;
    }
    .news .news-left .tab a{
        width: 48%;
        margin:0 1%;
        font-size: 16px;
    }
    .synop .locat{
        margin-bottom: 30px;
    }
}