



.zhuanti{
    width: 100%;
    height: auto;
    background: #ffffff;
}
.zhuanti .zt-section,.zhuanti-2 .zt-section{
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.zhuanti .title,.zhuanti-2 .title{
    width: 100%;
    height: 24px;
    text-align: center;
    margin-bottom: 54px;
    position: relative;
}
.zhuanti .title p,.zhuanti-2 .title p{
    font-size: 24px;
    color: #377ac1;
    line-height: 24px;
    /*font-family: "SourceHanSansSCRegular";*/
    position: relative;

}
.title-more{
    position: absolute;
    top:32px;
    right: 0;
    /*height: .3rem;*/
    font-size: 14px;
    line-height: 14px;
    /*font-family: "SourceHanSansSCLight";*/
    display: flex;
    align-items: center;
    cursor: pointer;

}
.title-more img{
    margin-left: 6px;
}


.white{
    font-size: 24px;
    color: #fff !important;
    line-height: 24px;
    /*font-family: "SourceHanSansSCRegular";*/
    position: relative;
}
.white:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;

    width: 40px;
    height: 4px;
    background:#fff !important;
    bottom: -16px;
}
.zhuanti .title p:before,.zhuanti-2 .title p:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -16px;
    width: 40px;
    height: 4px;
    background:#377ac1;
}
.zhuanti .content{
    text-align: center;
    width: 100%;
    height: auto;
    color: #565b60;
    line-height: 30px;
    font-size: 14px;
    /*font-family: "SourceHanSansSCLight";*/
}
.zhuanti .big-icon{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 40px;


    margin-bottom: 62px;
}
.zhuanti .big-icon .items{
    width: 124px;
    margin: 0 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #333333;
    transition: all .3s;
}

.zhuanti .big-icon .items p{
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    /*font-family:"SourceHanSansSC";*/
    margin-top: 24px;
    text-align: center;
}

.zhuanti .big-icon .items .icon-box{
    border-radius: 50%;
    background-color: #fff;
    box-shadow:0px 8px 13px 0px rgba(8, 21, 71, 0.17);
    width: 95px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:all .8s;
    padding: 0!important;
}
.zhuanti .big-icon .items .icon-box img{
    width: auto;
    height: auto;
    /*transition: all .3s;*/
}
.zhuanti .big-icon .items .icon-box .icon-2.active{
    display: none;
}
/*hover*/

.zhuanti .big-icon .items:hover{
    color: #377ac1;
}
.zhuanti .big-icon .items:hover .icon-box .icon-2.active{
    display: block;
}
.zhuanti .big-icon .items:hover .icon-box .icon-1{
    display: none;
}
.zhuanti .big-icon .items:hover .icon-box{
    background: #377ac1;
}

/*hover end*/

.hotProduct{
    width: 100%;
    height: auto;
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 40px;
}
.hotProduct .items{
    display: block;
    float: left;
    width: 284px;
    margin-right: 21.3px;
    height: 198px;
    background-size:100% 100%;
    position: relative;
    transition: all .3s;
    margin-bottom: 22px;
    transition: all .5s;
    background-position: center;
}
.hotProduct .items:hover{
    background-size: 110% 110%;
}

.hotProduct .items:nth-of-type(4n){
    float: right;
    margin-right: 0;
}
.hotProduct .items .bottom{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    padding:0;
    transition: all .5s;
    color: #fff;
    /*font-family:"SourceHanSansSCRegular";*/
}
.hotProduct .items .big{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: .3rem;
    background: rgba(50,51,56,0.9);
    z-index: 10;
    display: none;
    transition: all 1s;
}
.hotProduct .items .big .title{
    color: #fff;
    font-size: 18px;
    width: 100%;
    /*font-family:"SourceHanSansSCRegular";*/
    text-align: left;
    position: relative;
    margin-bottom: 34px;
}
.hotProduct .items .big .title:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 25px;
    height: .4px;
    background:#377ac1;
}
.hotProduct .items .big .content{
    font-size: 14px;
    color: #fff;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
    /*font-family:"SourceHanSansSCRegular";*/
    line-height: 22px;
    text-align: left;

}
.hotProduct .items:hover .bottom{
    display: none;
    transition: all .3s;
}
.hotProduct .items:hover .big{

    transition: all .3s;
    display: block;

}
.hotProduct .items .big .title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -.1rem;
    width: .25rem;
    height: .04rem;
    background: #377ac1;
}
.hot-news{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.hot-news .left{
    width: 48%;
    height: 324px;
    position: relative;
}
.hot-news .left .pos {
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    padding: .17rem .32rem .17rem .17rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(50,51,56,0.9);
}

.hot-news .left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hot-news .right{
    width: 52%;
    height: 324px;
    position: relative;
    box-sizing: border-box;
    padding-left: 26px;

}
.hot-news .right .items{
    width: 100%;
    /*position: relative;*/
    height: 66px;
    box-sizing: border-box;
    border-top: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    padding-right: 23px;
    color: #333333;
    transition: all 1s;
    float: right;
}
.hot-news .left .pos .left-1 {
    width: .08rem;
    /* height: 100%; */
    background: #fff;
    height: .36rem;
}
.hot-news .left .pos .right-1 {
    flex: 1;
    box-sizing: border-box;
    padding-left: .18rem;
    /*font-family: "SourceHanSansSC";*/
    color: #fff;
    letter-spacing: .01rem;
    font-size: .14rem;
    font-size: 14px;

    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hot-news .right .items:last-child{
    border-bottom: 1px solid #e6e6e6;
}
.hot-news .right .items img{
    width: auto;
    height: auto;
}
.hot-news .right .items span{
    font-size: 14px;
    /*line-height: .14rem;*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    /*font-family:"SourceHanSansSCLight";*/

}
.hot-news .right .items:hover{
    width: 105%;
    background: #377ac1;
    box-shadow: 0px 8px 13px 0px rgba(8, 21, 71, 0.17);
    /*position: absolute;*/
    color: #fff;
    right: 0;
    top: 0;
    border-bottom: none;
    border-top:none;
    box-sizing: border-box;
    padding-left: 30px;
    /*transform: translate(-.6rem,0px);*/
}
.hot-news .right .items:hover .new-img{
    display: none;
}
.hot-news .right .items:hover .new-img-2{
    display: inline-block;
}


.zhuanti-2{
    width: 100%;
    height: auto;
    background: #eeeeee;
}
.four-content{
    margin-top: 56px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.four-content .items{
    width: 586px;
    height: 230px;
    margin-bottom: 28px;
    background: #fff;
    position: relative;
    transition: all .5s;
}

.four-content .items:hover{
    box-shadow: 0px 8px 13px 0px rgba(8, 21, 71, 0.17);
}
.four-content .items:hover .top-title{
    background:#377ac1;
    color: #fff;
}
.four-content .items:hover .top-title span:first-child{
    background: #fff;
}
.four-content .items:hover .top-title span:last-child{
    color: #fff;
}
.four-content .items .top-title{
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    padding: 0 36px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #aec6de;
    transition: all .5s;
}
.four-content .items .top-title span:first-child{
    width: 8px;
    background:#377ac1;
    height: 20px;
}
.four-content .items .top-title span:last-child{
    /*width: .08rem;*/
    /*background:#377ac1;*/
    width: 99%;
    color: #333333;
    font-size: 16px;
    overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
    /*font-family: "SourceHanSansSC";*/
}
.four-content .items .content{
    box-sizing: border-box;
    padding: 30px 36px;
    color: #333333;
    font-size: 14px;
    /*font-family:"SourceHanSansSCLight";*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    letter-spacing:2px;
}

.four-content .items .more{
    width: 80px;
    height: 28px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #377ac1;
    text-align: center;
    line-height: 26px;
    /*font-family:"SourceHanSansSCLight";*/
    font-size: 14px;
    color: #377ac1;
    position: absolute;
    bottom: 20px;
    right: 40px;
}

.margin-top-18{
    margin-top: 18px;
}
a:focus {outline-style:none; -moz-outline-style: none;}
.tuijian{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tuijian .items:first-child{
    width: 790px;
    height: 230px;
    background: url("/r/cms/www/default/images/zhuanti/mig-1.jpg")no-repeat center center;
    background-size: 100% 100%;
}
.tuijian .items:nth-child(2){
    width: 380px;
    height: 230px;
    background: #377ac1;
}
.tuijian .items:nth-child(3){
    width: 380px;
    height: 230px;
    background: #1a67b9;
}
.tuijian .items:nth-child(4){
    width: 380px;
    height: 230px;
    background: #5898db;
}
.tuijian .items:nth-child(5){
    width: 380px;
    height: 230px;
    background: url("/r/cms/www/default/images/zhuanti/big-5.png")no-repeat center center;
    background-size: 100% 100%;
}


.tuijian .items{
    margin-bottom: 30px;
    box-sizing: border-box;
    padding:54px 44px;
    transition: all 0.3s;
}
.tuijian .items:hover{
    background-size: 110% 110%;
}


.zhuanti-2{
    box-sizing: border-box;
    /*padding-bottom: .14rem;*/
}

.big-title{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    /*padding-bottom: 14px;*/
}
.big-title img{
    width: auto;
    height: auto;
    margin-right: 13px;
}
.big-title  span{
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    /*font-family:"SourceHanSansSC";*/
}
.big-content{
    margin-top: 50px;
    height: auto;
    font-size: 14px;
    color: #fff;
    /*font-family:"SourceHanSansSCLight";*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}




.xgsp_cont{
    height: 225px;
    position: relative;
}
.xgsp_cont video{
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
}
.xgsp_cont .swiper-slide{
    width: 30%;
    position: relative;
}

.bo{
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right: 0;
    margin: auto;
    opacity: 0.5;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2c2e33;
    opacity: 0.5;
}
.cptj_btn_left,.cptj_btn_right{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ededed;
    color: #326c97;
    position: absolute!important;
    top: 50%;
    margin-top: -30px;
    font-size: 22px;
    z-index: 99;
    line-height: 60px;
    text-align: center;
    outline: none;
    cursor: default;
}
.cptj_btn_left{
    left: -83px;
}
.cptj_btn_right{
    right: -83px;
}
.zhuanjia{
    /*height: 3.8rem!important;*/
}
.zhuanjia img{
    width: 100%;
    height: 262px;
    object-fit: cover;
}
.zhuanjia .content{
    background: #eeeeee;
    /*height: 1.18rem;*/
    width: 100%;
    box-sizing: border-box;
    padding: 20px 10px;
}
.zhuanjia .content h2{
    color: #333333;
    font-size: 24px;
    /*font-family: "SourceHanSansSCLight";*/
    font-weight: 600;
    text-align: left;
}
.zhuanjia .content p{
    color: #333333;
    font-size: 14px;
    /*font-family: "SourceHanSansSCLight";*/
    line-height: 20px;
    text-align: left;
}
.zhuanjia .content .margin-18{
    margin:16px 0 10px 0;
}

.video-box{
    width: 868px;
    height: 490px;
    margin: 0 auto;
    position: relative;
}
.video-box video{
    width: 100%;
    height: 100%;
}
.video-box img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
}

.hezuo{
    width: 100%;
    height: auto;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;*/
}
.hezuo img{
    width: 100%;
    height: auto;
}

.map{
    width: 100%;
    height: 350px;
    position: relative;
    background: url("/r/cms/www/default/images/zhuanti/map.jpg")no-repeat center center;
    background-size: 100% 100%;
}
.map .zhe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(51,51,51,0.6);
    box-sizing: border-box;
    padding-top: 46px;
    padding-bottom: 46px;
}


.map .zhe{
    width: 100%;
    height: 100%;
    text-align: center;
    margin-bottom: 54px;
}
.map .zhe p{
    font-size: 24px;
    color: #377ac1;
    line-height: 24px;
    /*font-family: "SourceHanSansSCRegular";*/
    position: relative;
}
.map .zhe p:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -12px;
    width: 40px;
    height: 4px;
    background:#a0a0a0;
}
.address-box{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;

}
.margin-top-6{
    margin-top: 60px;
}
.address-box img{
    width: auto;
    height: auto;
    margin-right: 12px;
}
.address-box span{
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    /*font-family:"SourceHanSansSCLight";*/
}
.long-title{
    color: #007bc6;
    font-size: 24px;
    line-height: 24px;
    /*font-family:"SourceHanSansSCLight";*/
    text-align: center;
}
.come-in{
    display: block;
    margin: 0 auto;
    background-color: rgb(0, 123, 198);
    box-shadow: 0px 9px 13px 0px rgba(208, 208, 208, 0.86);
    width: 184px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    font-size: 18px;
    /*font-family:"SourceHanSansSCLight";*/
    text-align: center;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 56px;
}
.come-in:hover{
    color: #fff;
}
.come-text{
    width: 100%;
    height: auto;
    color: #333333;
    text-align: center;
    line-height: 18px;
    font-size: 18px;
    /*font-family:"SourceHanSansSCLight";*/
}
.ewm{
    width: auto;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
}

.huiyi{
    width: 100%;
    height: auto;
}
.huiyi ul{
    width: 100%;
    height: auto;
}

.huiyi ul li{
    position: relative;
    /*width: auto;*/
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
}
.huiyi ul li:nth-of-type(odd){
    padding-right: 52%;
}
.huiyi ul li:nth-of-type(even){
    justify-content:end;
    padding-left: 52%;
}
.huiyi ul li:nth-of-type(odd) .border-box{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 50px;
    /*background: #fff;*/
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.border-50{
    width: 12px;
    height: 12px;
    background: rgb(0, 123, 198);;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid #fff;
    margin-top: 12px;
}
.border-bottom{
    width: 2px;
    height: 50px;
    background: #a1c0e2;
    position: absolute;
    bottom: -37px;

}
.huiyi ul li:nth-of-type(even) .border-box{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 50px;
    /*background: #fff;*/
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.huiyi .name{
    width: auto;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    /*font-family: "SourceHanSansSC";*/
    color: #fff;

}
.read-more{
    display: block;
    margin: 0 auto;
    width: 81px;
    height: 27px;
    border-radius: 5px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 27px;
    font-size: 14px;
    margin-top: 60px;
    color: #fff;
}
.read-more:hover{
    color: #fff;
}
.margin-right-25{
    margin-right: 25px;
}
.huiyi .time{
    width: auto;
    height: 20px;
    font-size:20px;
    line-height: 20px;
    color: #90d7ff;
    /*: "SourceHanSansSC";font-family*/
}

.team{
    height:auto;margin:0 auto;
    width: 88%;

}
.team-box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left-btn, .right-btn{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #377ac1;
    background: #ededed;
    transition: all .3s;
}
.left-btn:hover, .right-btn:hover{
    color: #fff;
    background: #377ac1;
}
.right-btn.active{
    color: #fff;
    background: #377ac1;
}

.content-text{
    text-align: center;
    width: 100%;
    height: auto;
    color: #565b60;
    line-height: 14px;
    font-size: 14px;
    /*font-family: "SourceHanSansSCLight";*/
    margin-top: 10px;
    letter-spacing: .01rem;
}

.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
@font-face {
    font-family: 'iconfont';  /* project id 1402334 */
    src: url('https://at.alicdn.com/t/font_1402334_vzflbc96edo.eot');
    src: url('https://at.alicdn.com/t/font_1402334_vzflbc96edo.eot?#iefix') format('embedded-opentype'),
    url('https://at.alicdn.com/t/font_1402334_vzflbc96edo.woff2') format('woff2'),
    url('https://at.alicdn.com/t/font_1402334_vzflbc96edo.woff') format('woff'),
    url('https://at.alicdn.com/t/font_1402334_vzflbc96edo.ttf') format('truetype'),
    url('https://at.alicdn.com/t/font_1402334_vzflbc96edo.svg#iconfont') format('svg');
}





@media screen and (max-width:768px ){

    .zhuanti .zt-section, .zhuanti-2 .zt-section{
        width: 100%;
    }

    .zhuanti .content{
        padding: 20px 20px 0;
    }
    .zhuanti .big-icon .items{
        width: 40%;
        margin: 5%;
    }




    .hotProduct .items{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .hotProduct .items:nth-of-type(2n){
        margin-right: 0;
    }
    .hotProduct .items:nth-of-type(n+3){
        margin-bottom: 0;
    }


    .hot-news .left, .hot-news .right{
        width: 100%;
        height: auto;
    }
    .hot-news .left .pos{
        max-height: inherit;
    }
    .hot-news .right{
        padding-left: 0;
    }
    .hot-news .right .items{
        padding: 0 20px;
    }



    .four-content .items{
        width: 100%;
    }
    .four-content .items .top-title{
        padding: 0 20px;
    }
    .four-content .items .content{
        padding: 20px;
    }
    .four-content .items .more{
        right: 20px;
    }



    .tuijian .items{
        max-width: 100%;
    }



    .team-box{
        padding: 0 40px;
        position: relative;
    }
    .left-btn, .right-btn{
        position: absolute;
        left: 5px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
    }
    .right-btn{
        left: auto;
        right: 5px;
    }
    .team{
        width: 100%;
    }
    .zhuanjia .content{
        padding-bottom: 20px;
    }



    .huiyi ul li{
        justify-content: flex-start;
    }
    .huiyi ul li:nth-of-type(odd){

    }
    .huiyi ul li:nth-of-type(odd), .huiyi ul li:nth-of-type(even){
        padding: 0 20px 0 50px;
    }
    .huiyi ul li:nth-of-type(even) .border-box, .huiyi ul li:nth-of-type(odd) .border-box{
        right: auto;
    }


    .video-box{
        width: 100%;
        height: auto;
    }


    .map .zhe{
        padding: 46px 20px;
    }
    .address-box span{
        font-size: 16px;
    }
    .long-title{
        padding: 0 20px;
        font-size: 16px;
    }

}
<!--ºÄÊ±1755090096.0144Ãë-->