@charset "utf-8";
/* CSS Document */
/*通用样式*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;/*定义盒子大小计算方式*/
}
a, address, b, big, blockquote, body, center, cite, code, dd, del, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var {
    margin: 0;
    padding: 0;
}
body, p, form, input, button, dl, dt, dd, ul, ol, li, h1, h2, h3, h4 {
    list-style: outside none none;
    background-color: #fff;
    font: 12px/1.5 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
    color: #666
}
body, button, input, select, textarea {
    background-color: #fff;
    font: 12px/1.5 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
    color: #666;
    font-family: 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
    /*取消轮廓线 蓝色的*/
    outline: none;
    background:transparent;
    border: none;
}
button, html input[type="button"], input[type="submit"] {
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
input, select, textarea {
    font-size: 100%;
}
button::-moz-focus-inner{
	border: medium none;
    padding: 0;
}
div a:hover{
    text-decoration:none;
    color: #FEBA01;
}
div a:focus{
    text-decoration:none;
}
a,.cursor{
	cursor: pointer;
}
img {
    border: 0 none;
    vertical-align: middle;
}
em, i, u {
    font-style: normal;
}
a{
	color:#888;
	text-decoration:none;
    outline:none
}
.fl {
    float: left;
}
.fr {
    float: right;
}
/*清除浮动*/
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}
.hide,
.none {
    display: none!important;
}
.show{
    display: block!important;
}

.al {
    text-align: left;
}
.ac {
    text-align: center;
}
.ar {
    text-align: right;
}
.hide {
    display: none;
}
.center{
	margin:0 auto;}
.wrap{
	width:1200px;
}
.clear{
    clear:both;
}
.bolder{
    font-weight: bolder;
}
.w1200{
	max-width:1200px;
	position:relative;
    margin:auto;
}
.ellipsis{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.defaultBtn{
    width: 120px;
    height:40px;
    background:#FFBA00;
    border-radius:2px;
    border: none;
    font-size:16px;
    color: #fff;
}
.mt5{margin-top:5px}.mb5{margin-bottom:5px}.ml5{margin-left:5px}.mr5{margin-right:5px}
.mt10{margin-top:10px}.mb10{margin-bottom:10px}.ml10{margin-left:10px}.mr10{margin-right:10px}
.mt15{margin-top:15px}.mb15{margin-bottom:15px}.ml15{margin-left:15px}.mr15{margin-right:15px}
.mt20{margin-top:20px}.mb20{margin-bottom:20px}.ml20{margin-left:20px}.mr20{margin-right:20px}
.mt25{margin-top:25px}.mb25{margin-bottom:25px}.ml25{margin-left:25px}.mr25{margin-right:25px}
.mt30{margin-top:30px}.mb30{margin-bottom:30px}.ml30{margin-left:30px}.mr30{margin-right:30px}
.mt35{margin-top:35px}.mb35{margin-bottom:35px}.ml35{margin-left:35px}.mr35{margin-right:35px}
.mt40{margin-top:40px}.mb40{margin-bottom:40px}.ml40{margin-left:40px}.mr40{margin-right:40px}
.mt50{margin-top:50px}.mb50{margin-bottom:50px}.ml50{margin-left:50px}.mr50{margin-right:50px}

.pt1{padding-top:1px}.pb1{padding-bottom:1px}.pl1{padding-left:1px}.pr1{padding-right:1px}
.pt2{padding-top:2px}.pb2{padding-bottom:2px}.pl2{padding-left:2px}.pr2{padding-right:2px}
.pt3{padding-top:3px}.pb3{padding-bottom:3px}.pl3{padding-left:3px}.pr3{padding-right:3px}
.pt4{padding-top:4px}.pb4{padding-bottom:4px}.pl4{padding-left:4px}.pr4{padding-right:4px}
.pt5{padding-top:5px}.pb5{padding-bottom:5px}.pl5{padding-left:5px}.pr5{padding-right:5px}
.pt10{padding-top:10px}.pb10{padding-bottom:10px}.pl10{padding-left:10px}.pr10{padding-right:10px}
.pt15{padding-top:15px}.pb15{padding-bottom:15px}.pl15{padding-left:15px}.pr15{padding-right:15px}
.pt20{padding-top:20px}.pb20{padding-bottom:20px}.pl20{padding-left:20px}.pr20{padding-right:20px}
.pt25{padding-top:25px}.pb25{padding-bottom:25px}.pl25{padding-left:25px}.pr25{padding-right:25px}
.pt30{padding-top:30px}.pb30{padding-bottom:30px}.pl30{padding-left:30px}.pr30{padding-right:30px}
.pt35{padding-top:35px}.pb35{padding-bottom:35px}.pl35{padding-left:35px}.pr35{padding-right:35px}
.pt40{padding-top:40px}.pb40{padding-bottom:40px}.pl40{padding-left:40px}.pr40{padding-right:40px}
.pt50{padding-top:50px}.pb50{padding-bottom:50px}.pl50{padding-left:50px}.pr50{padding-right:50px}

.orangeFont{
    color: #E55803;
}
.greyFont{
    color: #999999;
}
.blackFont{
    color: #333333;
}
.greybk{
    background: #F3F2F5;
}

.bannerCage{
    position: relative;
}
.bannerCage img{
    width: 100%;
    height: auto;
}
.cage{
    position: relative;
    z-index: 2;
}

/*顶部导航*/
.T_topBar{
    background:#ffffff;
    position: relative;
    height: 120px;
    z-index: 10;
}
.whiteCage{
    position: fixed;
    height: 120px;
    width: 100%;
    left: 0;
    top:0;
    background: #ffffff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(67,67,67,.08);
    box-shadow: 0 3px 6px 0 rgba(67,67,67,.08)
}
.T_topBar .topInfoBox{
    height: 40px;
    background-color: #3b61b9;
    color: #fff;
}
.T_topBar .topInfoBox .topInfo{
    max-width: 1300px!important;
    width: auto!important;
    min-width: 1000px!important;
    margin: 0 auto;
}
.T_topBar .topInfoBox .topInfo .phone{
    line-height: 40px;
    font-size: 14px;
    background: url(../images/icon/phone2.png) no-repeat;
    background-position: 0 10px;
    padding-left: 30px;
}
.T_topBar .topInfoBox .topInfo .internationalization{
    line-height: 40px;
    font-size: 14px;
}
.T_topBar .container{
    position: relative;
    height: 80px;
    max-width: 1300px!important;
    width: auto!important;
    min-width: 1000px!important;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
}
.T_topBar .container .logo{
    /* position: absolute;
    left: 0;
    top: 27.5px; */
    float: left;
    margin-top: 17.5px;
    height: 40px;
    width: 80px;
    background: url(../images/logo/logo.png) no-repeat 0 center;
}
.T_topBar .container .nav{
    /* position: absolute;
    right: 0;
    top: 20px; */
    float: right;
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
}
.T_topBar .container .nav .wrap{
    width: auto;
}
.T_topBar .container .nav a{
    display: inline-block;
    margin-left: 50px;
    line-height: 40px;
    text-align: center;
    color: #8a8c99;
    font-size: 16px;
}
.T_topBar .container .nav a.active{
    color: #23d5ae;
    border-bottom: #23d5ae 1px solid;
}
.T_topBar .container .nav a:hover{
	color: #23d5ae;
}
/*banner*/
.T_banner{
    position: fixed;
    width: 100%;
    height: 480px;
    background-position: center center;
    background-size: auto 100%;
    top:120px;
    z-index: 1;
}
/* .T_banner img{
    width: 100%;
} */
.T_banner .wenan{
    position:absolute;
    width:1000px;
    left: 42%;
    top:20%;
    margin-left: -500px;
}
.T_banner .wenan1{
    font-size: 72px;
    font-weight: bolder;
    color: #FFFFFF;
    letter-spacing:8px;
}
.T_banner .hengxian{
    width: 60px;
    height: 6px;
    background-color: #FFFFFF;
}
.T_banner .wenan2{
    font-size: 48px;
    color: #FFFFFF;
    margin-top:20px;
    letter-spacing:8px;
}
.T_banner .wenan3{
    width: 460px;
    height: 50px;
    background-color: #FFFFFF;
    color: #16171b;
    letter-spacing:12px;
    font-size: 20px;
    font-weight: bold;
    margin-top:20px;
    text-align: center;
    line-height:50px;
}
.T_banner .wenan4{
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    line-height: 30px;
}
.T_banner .add{
    padding-top:20px;
}
/* 滚动跟随 */
.scrollWrap{
    padding: 0 8px 0 8px;
    position: fixed;
    right: 24px;
    bottom: 80px;
    /*width: 128px;*/
    border-radius: 4px;
    z-index: 9;
    background: #fff;
    -webkit-box-shadow: 0 4px 34px rgba(135,135,135,.17);
    box-shadow: 0 4px 34px rgba(135,135,135,.17);
}
.scrollWrap .textBox{
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.scrollWrap a{
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    height: 40px;
    width: 100%;
    padding: 0 8px 0 0;
    border-radius: 4px;
    margin: 8px 0 ;
    font-size: 14px;
}
.scrollWrap a:hover{
    color: #fff;
}

.scrollWrap a i.icon{
 display: inline-flex;
 justify-content: center;
 align-items: center;
 width: 40px;
 height: 40px;
 color: #fff;
}
/*.scrollWrap a:hover path{*/
/* fill:#3b61b9;*/
/*}*/


.mess{
    z-index: 9999;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(0,0,0,.6);
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
}

.service_bj{
    z-index: -1;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: rgba(0,0,0,.7);
    transition: all .5s ease;
}
.service_bj .service_box{
    width: 60%;
    height: 50%;
    position: absolute;
    left: 50%;
    bottom: 100vh;
    transform: translate(-50%,50%);
    transition: all .5s ease;
    background-color: #fff;
    overflow: hidden;
}
.service_bj .service_box .head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    height: 48px;
    background-color: #3b61b9;
}
.service_bj .service_box .head span{
    font-size: 20px;
    color: #fff;
}
.service_bj .service_box .body{
    width: 100%;
    height: calc(100% - 112px);
    padding: 16px;
    overflow-y: auto;
}
.service_bj .service_box .body .copy_text{
    position: absolute;
    z-index: -999;
    opacity: 0;
}
.service_bj .service_box .foot{
    width: 100%;
    height: 64px;
    border-top: 1px solid #eee;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service_bj .service_box .foot .btn{
    width: 140px;
    height: 40px;
    border-radius: 40px;
    font-size: 14px;
    color: #fff;
    background: #23d5ae;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:  0 8px;
    cursor: pointer;
}

/* 广告 */
.T_gg{
    background: #F7F7F7 url(../images/banner/T_gg.png) center center no-repeat;
    height: 160px;
    position: relative;
    z-index: 3;
}
.T_gg .container{
    overflow: hidden;
    position: relative;
    padding-top: 25px;
}
.T_gg .container .memo{
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    line-height: 60px;
}
.T_gg .container .t1{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 4px;
    line-height: 40px;
}
.T_gg .container .more{
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0;
    width: 120px;
    height: 42px;
    margin-top: 60px;
    border:1px solid #23d5ae;
    border-radius: 30px;
    color: #23d5ae;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    transition: all .2s;
}
.T_gg .container .more:hover{
    color: #fff;
    background-color: #23d5ae;
}

/* 页脚 */
.T_footer{
    background: #2b2b33;
    position: relative;
    z-index: 3;
}
.T_footer .container{
    padding:60px 0 30px;
}
.T_footer .flex{
    display: flex;
    justify-content: space-around;
}
.T_footer .wCage{
    padding-left:10px;
}
.T_footer .wCage .callUs{
    position: relative;
}
.T_footer .wCage .callUs a{
    position: absolute;
    background: transparent;
    display: inline-block;
    width: 38px;
    height: 38px;
    top:0;
}
.T_footer .wCage .callUs a.weibo{
    left: 0;
}
.T_footer .wCage .callUs a.qq{
    left: 50%;
    margin-left:-19px;
}
.T_footer .wCage .callUs a.wechet{
    right: 0;
}
.T_footer .wCage .callUs a.wechet:hover img{
    display: block;
}
.T_footer .wCage .callUs a.wechet img{
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: -90px;
    margin-left: -50px;
    display: none;
}
.T_footer .title{
    color: #CDCDCD;
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    margin-bottom:20px;
}
.T_footer .Line{
    color: #666;
    font-size: 14px;
    line-height: 25px;
    transition: all .3s;
    cursor: pointer;
}
.T_footer .Line:hover{
    color: #999;
}
.T_footer .line img{
	width: 100px;
	height: 100px;
}
.T_footer .row{
    margin: 0;
}

/* 备案 */
.T_copyRight{
    background: #000000;
    line-height: 40px;
    color: #8E8E8E;
    position: relative;
    z-index: 4;
}
.T_copyRight .t1{
    margin-right:20px;
}

/* 分页 */
.paginationWrap{
    display: block;
    text-align: center;
    padding: 20px 0;
}
.paginationWrap .el-pagination.is-background .el-pager li:not(.disabled).active{
    background-color: #23d5ae;
}
.phonePagination{
    display: none;
}

.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li{
    background-color: #FFF;
}
.el-pager, .el-pager li{
    background: transparent;
}

/* 首页 */
#home .T_banner{
    height: 480px;
}
#home .m1{
    /*margin-top:480px;*/
    background: #ffffff;
    overflow: hidden;
    padding: 64px 0;
}
#home .m1 .container{
    position: relative;
}
#home .m1 .title{
    text-align: center;
    color: #16171B;
    font-size:24px;
    font-family:PingFang SC;
    font-weight:bold;
    padding-bottom:10px;
}
#home .m1 .servicesCage{
    width: 305px;
    margin: auto;
    overflow: hidden;
    margin-top: 20px;
    cursor: pointer;
    padding: 20px;
    border: 1px solid #f0f1f5;
    transition:all .3s linear;
    -webkit-transition:all .3s linear;
}
#home .m1 .servicesCage:hover{
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
}
#home .m1 .servicesCage .pic img{
    width: 265px;
    height: 140px;
}
#home .m1 .servicesCage .t1{
    position: relative;
    font-size: 18px;
    color: #16171B;
    margin-top: 20px;
    padding-bottom: 6px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#home .m1 .servicesCage .t1::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    height: 1px;
    background: #E6E6E6;
    border-left: 40px solid #333333;
    width: 100%;
    transition: all 1.5s linear;
    -webkit-transition: all 1.5s linear;
}
#home .m1 .servicesCage:hover .t1::before{
    border-left: 400px solid #333333;
}
#home .m1 .servicesCage .t2{
    font-size: 14px;
    text-align: justify;
    color: #8a8c99;
    margin-top: 15px;
    /* margin-bottom: 10px; */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
#home .m2{
    background: #fff;
    padding:100px 0;
}
#home .m2 .title{
    text-align: center;
    color: #16171B;
    font-size:24px;
    font-family:PingFang SC;
    font-weight:bold;
    padding-bottom:10px;
}

.searchDiv{
    position: relative;
}

.search-box{
    border: 2px solid #23D5AE;
    height: 40px;
    width: 500px;
    margin: auto;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    position: absolute;
    right: 0;
}
.search-box .ico{
    display: inline-block;
    width: 34px;
    height: 36px;
    background: url(../images/icon/search.png) no-repeat center center;
}
.search-box input{
    border: none;
    height: 20px;
    padding: 8px 0;
    flex: 1;
    font-size: 14px;
}
.search-box .btn{
    background: #23D5AE;
    color: #fff;
    display: inline-block;
    width: 90px;
    height: 36px;
    font-size: 18px;
    border-radius: 0!important;
    border: 0!important;
}

#home .m2 .pCage{
    background: #fff;
    text-align: center;
    width: 305px;
    height: 380px;
    margin:30px auto 0;
    overflow: hidden;
    cursor: pointer;
    transition:all .3s linear;
    -webkit-transition:all .3s linear;
}
#home .m2 .pCage:hover{
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
#home .m2 .pCage:hover .textBox{
    margin-top: -70px;
}
#home .m2 .pCage:hover .t3{
    display: -webkit-box;
    opacity: 1;
}
#home .m2 .pic{
    position: relative;
}
#home .m2 .pic img{
    width: 305px;
    height: 305px;
    object-fit: cover;
}
#home .m2 .pCage .textBox{
    position: relative;
    z-index: 2;
    background: #fff;
    padding-top: 10px;
    transition:all .3s linear;
    -webkit-transition:all .3s linear;
}

#home .m2 .pCage .t1{
    font-size: 18px;
    color: #16171B;
    padding: 0 8px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#home .m2 .pCage .t2{
    font-size: 14px;
    color: #999;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0 8px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#home .m2 .pCage .t3{
    font-size: 14px;
    color: #999;
    margin-top: 5px;
    padding: 0 10px;
    height: 60px;
    text-align: justify;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    opacity: 0;
    display: none;
}
#home .m2 .linkBtn{
    display: inline-block;
    width: 160px;
    height: 42px;
    margin-top: 60px;
    border:1px solid #ccc;
    border-radius: 30px;
    color: #999999;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    transition:all .2s;
}
#home .m2 .linkBtn:hover{
    background: #23d5ae;
    border:1px solid #23d5ae;
    color: #fff;
}

#home .m3{

    overflow: hidden;
    background: #FFF;
    /*background: #F7F7F7 url(../images/banner/home_about.jpg) center center no-repeat;*/
    /*height: 570px;*/
    position: relative;
    padding-top: 80px;
}
#home .m3 .aboutBox{
    display: flex;
    align-items : center;
}
#home .m3 .videoBox{
    height: 400px;
    width: 710px;
    flex-shrink: 0;
    margin-right: 24px;
}
#home .m3 .videoBox video{
    width: 100%;
    height: 100%;
}
#home .m3 .title{
    text-align: left;
    color: #2b2b33;
    font-size:32px;
    font-family:PingFang SC;
    margin-bottom:24px;
}
#home .m3 .t3{
    color: #2b2b33;
    font-size:15px;
    font-weight: 500;
    font-family:PingFang SC;
    padding-bottom:10px;
    text-align: justify;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;

}
#home .m3 .btn{
    display: inline-block;
    width: 160px;
    height: 42px;
    border-radius: 30px;
    margin-top: 32px;
    color: #fff;
    background: #23d5ae;
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    transition:all .3s linear;
    -webkit-transition:all .3s linear;
}
#home .m3 .btn:hover{
    background: #06ca9f;
}

#home .m4{
    background: #f0f2f5;
    padding:100px 0 50px;
}
#home .m4 .title{
    text-align: center;
    color: #16171B;
    font-size:24px;
    font-family:PingFang SC;
    font-weight:bold;
    padding-bottom:10px;
}
#home .m4 .pCage{
    width: 410px;
    margin: auto;
    overflow: hidden;
    margin-top:20px;
    cursor: pointer;
}
#home .m4 .pic img{
    width: 410px;
    height: 230px;
}
#home .m4 .pCage .t1{
    font-size: 18px;
    color: #16171B;
    margin-top: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#home .m4 .pCage .t2{
    font-size: 14px;
    color: #999;
    margin-top: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: inline-block;
    margin-right: 4px;
}
#home .m4 .pCage .memo{
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    margin-bottom: 25px;
    height: 57px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#home .m4 .linkBtn{
    display: inline-block;
    width: 160px;
    height: 42px;
    margin-top: 60px;
    border:1px solid #ccc;
    border-radius: 30px;
    color: #999999;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    transition:all .2s;
}
#home .m4 .linkBtn:hover{
    background: #23d5ae;
    border:1px solid #23d5ae;
    color: #fff;
}

#home .m5{
    background: #fff;
    padding:80px 0;
}
#home .m5 .container{
    position: relative;
}
#home .m5 .title{
    text-align: center;
    color: #16171B;
    font-size:24px;
    font-family:PingFang SC;
    font-weight:bold;
    padding-bottom:10px;
}
#home .m5 .servicesCage{
    width: 305px;
    margin: auto;
    overflow: hidden;
    margin-top: 20px;
    cursor: pointer;
    padding: 20px;
    border: 1px solid #f0f1f5;
    transition:all .3s linear;
    -webkit-transition:all .3s linear;
}
#home .m5 .servicesCage:hover{
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
}
#home .m5 .servicesCage .pic img{
    width: 265px;
    height: 140px;
}
#home .m5 .servicesCage .t1{
    position: relative;
    font-size: 18px;
    color: #16171B;
    margin-top: 20px;
    padding-bottom: 6px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#home .m5 .servicesCage .t1::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    height: 1px;
    background: #E6E6E6;
    border-left: 40px solid #333333;
    width: 100%;
    transition: all 1.5s linear;
    -webkit-transition: all 1.5s linear;
}
#home .m5 .servicesCage:hover .t1::before{
    border-left: 400px solid #333333;
}
#home .m5 .servicesCage .t2{
    font-size: 14px;
    text-align: justify;
    color: #8a8c99;
    margin-top: 15px;
    /* margin-bottom: 10px; */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

#home .m6{
    margin-top:480px;
    background-color: #fff;
    padding-top: 24px ;
}
#home .m6 .jump_icon{
    display: none;
    flex-wrap: wrap;
}
@media screen and (max-width: 768px){
    #home .m6 .jump_icon{
        display: flex;
    }
}
#home .m6 .jump_icon .icon_list{
    width: 20%;
    display: flex;
    justify-content: center;
    font-size: 13px;

}
#home .m6 .jump_icon .icon_list .icon_box{
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
}
#home .m6 .jump_icon .icon_list .icon_box img{
    width: 54px;
    height: 54px;
    object-fit: cover;
    border-radius: 54px;
}
#home .m6 .jump_icon .icon_list  span{
    margin: 12px 0 ;
    height: 36px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 服务 */
#service .m1{
    margin-top:640px;
    background: #ffffff;
    overflow: hidden;
    padding: 50px 0 100px;
}
#service .m1 .t{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}
#service .m1 .row{
    margin-top:100px;
}
#service .m1 .maleft{
    margin:0 50px;
}
#service .m1 .maleft .spandis{
    display: block;
    height: 60px;
    line-height: 30px;
    font-size: 16px;
    color: #16171B;
    line-height: 30px;
    text-transform: uppercase;
}
#service .m1 .maleft .spandis2 {
    display: block;
    font-size: 16px;
    color: #16171B;
    margin-top: 30px;
}
#service .m1 .maleft .spandis3 {
    display: block;
    font-size: 14px;
    color: #666666;
    margin-top: 15px;
    margin-bottom: 30px;
}

#service .m2{
    background: #F7F7f7;
}
#service .m2 .container{
    position: relative;
    overflow: hidden;
}
#service .m2 .left{
    position: absolute;
    left: 0;
    top: 0;
}
#service .m2 .right{
    position: absolute;
    right: 0;
    top: 0;
}
#service .m2 .words{
    width: 480px;
    top: 50%;
    margin-top:-100px;
}
#service .m2 .words.min{
    width: 340px;
    margin-top:-160px;
}
#service .m2 .words .t{
    font-size: 36px;
    display: block;
    margin-bottom: 60px;
}
#service .m2 .words .c{
    font-size: 16px;
    color: #16171B;
    overflow: hidden;
}
#service .m2 .words .c .s{
    display: inline-block;
    margin-right: 60px;
    margin-top: 30px
}

#service .m2 .l1{
    height: 462px;
    margin: 50px 0;
    position: relative;
}
#service .m2 .l2{
    height: 500px;
    position: relative;
}
#service .m2 .l3{
    height: 500px;
    position: relative;
}

#service .m3{
    background: url(../images/banner/service2.jpg) center center;
    height: 560px;
    position: relative;
}
#service .m3 .words{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 0;
    margin-top: -130px;
}
#service .m3 .words .jiaofu{
    font-size: 36px;
    color: #FFFFFF;
    line-height: 72px;
}
#service .m3 .words .more{
    display: inline-block;
    width: 240px;
    height: 42px;
    border: solid #fff 1px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    margin: 80px auto 0 auto;
    cursor: pointer;
}
#service .m3 .words .more:hover{
    color: #16171B;
    background-color: #FFFFFF;
}

#service .m4{
    background: #F7F7F7;
    position: relative;
    overflow: hidden;
}
#service .m4 .title{
    font-size: 36px;
    color: #16171B;
    text-align: center;
    font-weight: bold;
    margin-top: 120px;
}
#service .m4 .row{
    margin:60px 0;
    background: #ffffff;
}
#service .m4 .words{
    overflow: hidden;
    margin: 40px 0;
    position: relative;
}
#service .m4 .words .t1{
    font-size: 36px;
    color: #16171B;
    font-weight: bold;
}
#service .m4 .words .t2{
    font-size: 24px;
    color: #16171B;
    font-weight: bold;
}
#service .m4 .words .memo{
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-top: 30px;
    text-align: justify;
    padding-right:40px;
}
#service .m4 .words .fr{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top:-12px;
}


/* 案例 */
#cases .m1{
    margin-top:640px;
    background: #f7f7f7;
    overflow: hidden;
    padding: 50px 0;
}
#cases .m1 .title{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #000;
}
#cases .m1 .buttonGroup{
    text-align: center;
    font-size: 14px;
    padding: 30px 0;
}
#cases .m1 .buttonGroup .cursor{
    margin: 0 30px 0 0 ;
    padding-left: 15px;
}
#cases .m1 .buttonGroup .cursor.active{
    padding-left: 15px;
    background: url('../images/icon/dian.png') no-repeat 0 center;
}
#cases .m1 .pCage{
    background: #fff;
    text-align: center;
    width: 410px;
    margin:20px auto 0;
    overflow: hidden;
    cursor: pointer;
}
#cases .m1 .pic img{
    width: 410px;
    height: 230px;
}
#cases .m1 .pCage .t1{
    font-size: 18px;
    color: #16171B;
    margin-top: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#cases .m1 .pCage .t2{
    font-size: 14px;
    color: #999;
    margin-top: 15px;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.anchor{
    margin-top:480px;
    display: block;
}
/* 动态 */
#trends .m1{
    margin-top:480px;
    background: #f7f7f7;
    overflow: hidden;
    padding: 50px 0;
}
#trends .m1 .title{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #000;
}
#trends .m1 .buttonGroup{
    text-align: center;
    font-size: 14px;
    padding: 30px 0;
}
#trends .m1 .buttonGroup .cursor{
    margin: 0 30px 0 0;
    padding-left: 15px;
}
#trends .m1 .buttonGroup .cursor.active{
    padding-left: 15px;
    background: url('../images/icon/dian.png') no-repeat 0 center;
    color: #23d5ae;
}
#trends .pCage{
    width: 410px;
    margin: auto;
    overflow: hidden;
    margin-top:20px;
    cursor: pointer;
}
#trends .m1 .pic img{
    width: 410px;
    height: 230px;
}
#trends .pCage .t1{
    font-size: 18px;
    color: #16171B;
    margin-top: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#trends .pCage .t2{
    font-size: 14px;
    color: #999;
    margin-top: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: inline-block;
    margin-right: 4px;
}
#trends .pCage .memo{
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    margin-bottom: 25px;
    height: 64px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#trends .product_pCage{
    background: #fff;
    text-align: center;
    width: 305px;
    height: 380px;
    margin:30px auto 30px;
    overflow: hidden;
    cursor: pointer;
    transition:all .3s linear;
    -webkit-transition:all .3s linear;
}
#trends .product_pCage:hover{
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
#trends .product_pCage:hover .textBox{
    margin-top: -70px;
}
#trends .product_pCage:hover .t3{
    display: -webkit-box;
    opacity: 1;
}
#trends .product_pic{
    position: relative;
}
#trends .product_pic img{
    width: 305px;
    height: 305px;
    object-fit: cover;
}
#trends .product_pCage .textBox{
    position: relative;
    z-index: 2;
    background: #fff;
    padding-top: 10px;
    transition:all .3s linear;
    -webkit-transition:all .3s linear;
}

#trends .product_pCage .t1{
    font-size: 18px;
    color: #16171B;
    padding: 0 8px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#trends .product_pCage .t2{
    font-size: 14px;
    color: #999;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0 8px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#trends .product_pCage .t3{
    font-size: 14px;
    color: #999;
    margin-top: 5px;
    padding: 0 10px;
    height: 60px;
    text-align: justify;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    opacity: 0;
    display: none;
}



/* 联系 */
#contact .m1{
    margin-top:480px;
    background: #FFFFFF;
    overflow: hidden;
    padding: 50px 0 120px 0;
}
#contact .m1 .title{
    line-height: 60px;
    font-size: 36px;
    letter-spacing: 6px;
    color: #000;
}
#contact .m1 .showInfo{
    padding:100px 0 50px;
    text-align: center;
}
#contact .m1 .showInfo img{
    margin-bottom: 15px;
}
#contact .m1 .formTitle{
    text-align: center;
    padding: 50px 0;
}
#contact .m1 .formTitle .t1{
    font-weight: bold;
    font-size: 24px;
    color: #000;
}
#contact .m1 .formTitle .t2{
    font-size: 18px;
    color: #999;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
}
#contact .m1 .formBtn{
    width: 41.66667%;
    height: 42px;
    margin-top: 20px;
    background: #23d5ae;
    /* border:1px solid #23d5ae; */
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    transition: all .2s;
}
#contact .m1 .formBtn:hover{
    background: #06ca9f;
    color: #fff;
}
#contact .m1 .formBtn:focus{
    outline:none
}
#contact .m1 .number{
    text-align: center;
    padding: 40px 0 60px 0;
    font-size: 18px;
}
#contact .m1 .verification{
    width: 60%;
    /*min-height: 200px;*/
    background: #f2f3f7;
    margin: 0 auto;
    padding: 40px;
    margin-bottom: 20px;
}
#contact .m1 .icon{
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
#contact .m1 .icon.correct{
    background: url(../images/icon/correct.png) no-repeat 100%;
}
#contact .m1 .icon.warning{
    background: url(../images/icon/warning.png) no-repeat 100%;
}
#contact .m1 .w85{
    width: 85%;
}
#contact .m1 .form{
    width: 60%;
    min-height: 200px;
    background: #f2f3f7;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 0 10px 20px 10px;
}
#contact .m1 .form table{
    width: 100%;
    text-align: center;
}
#contact .m1 .form table thead{
    height: 60px;
    background: #f2f3f7;
    line-height: 60px;
    font-size: 16px;
}
#contact .m1 .form table tbody{
    font-size: 14px;
}
#contact .m1 .form tbody td{
    padding: 10px;
}
#contact .m1 .form tbody tr:nth-child(odd){
    background-color: #fff;
}

/* 内容详情 */
#details .T_articleInfo{
    background: #f2f3f7;
    padding: 35px 0;
}
#details .T_articleInfo .t1{
    color: #999999;
    font-size: 18px;
}
#details .T_articleInfo .t2{
    color: #16171B;
    font-size: 24px;
    padding: 10px 0;
}
#details .T_articleInfo .t2::after{
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    margin-top:10px;
    background: #171B1F;
}
#details .T_articleInfo .t3{
    color: #666666;
    font-size:14px;
    padding-top:15px;
}
.T_articleInfo .lunbotu{
    width: 400px;
    height: 400px;
}
#details .main .article{
    padding: 50px 0;
    font-size: 14px;
    line-height: 25px;
}
#details .main .article img{
    max-width: 100%;
}

/* 动画 */
.effect-layla {
    height: 230px;
    position: relative;
    overflow: hidden;
}

.effect-layla img {
	min-width: 100%;
	height: -webkit-calc(100% + 40px);
	height: calc(100% + 40px);
}
.effect-layla .figcaption{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.effect-layla .figcaption {
	padding: 3em;
}

.effect-layla .figcaption::before,
.effect-layla .figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

.effect-layla .figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.effect-layla .figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.effect-layla .add {
    font-size: 50px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 40px;
    background: rgba(0,0,0,0.7);
    position: absolute;
    left: 50%;
    top:50%;
    margin:-25px 0 0 -25px;
    text-align: center;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

.effect-layla img{
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

.effect-layla img,
.effect-layla .figcaption::before,
.effect-layla .figcaption::after,
.effect-layla .add {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.effect-layla:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.effect-layla:hover .figcaption::before,
.effect-layla:hover .figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.effect-layla:hover .add {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.effect-layla:hover .figcaption::after,
.effect-layla:hover .add,
.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}


.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.relatedDiv{
    background-color: #f2f3f7;
    padding: 0 20px 20px 20px;
    width: 100%;
}

.relatedDiv .relatedBox{
    background-color: #ffffff;
    width: 100%;
    border-radius: 8px;
}

.relatedDiv .relatedBox .titleDiv{
    height: 48px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(126, 134, 142, 0.16);
}

.relatedDiv .relatedBox .titleDiv span{
    font-size: 16px;
    font-weight: bold;
    color: #222629;
}

.relatedDiv .relatedBox .titleDiv .relateMore{
    font-size: 14px;
}

.relatedDiv .relatedBox .titleDiv a:hover{
    color: #23d5ae!important;
}


.relatedDiv .row-col-md-20{
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}