/* 前端张文杰 */
*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
*{ margin:0; padding:0;position: relative;outline: none;}
body {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin:0 auto;overflow-x:hidden;position: relative;padding: 0 ; width: 100%;color: #1f1f1f;font-family:PingFang SC,Microsoft YaHei,Segoe UI,Hiragino Sans GB,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol; font-size:14px;  line-height:1;background: #fff;}
html.act{overflow: hidden;width: 100%;height: 100vh;}
ul,ul li,ol li,tr td,dl,dd{ list-style-type:none; margin:0; padding:0; }
.clearfix:after{content: " "; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
a{display: inline-block; text-decoration:none; cursor:pointer; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; transition: all .3s;color: #1f1f1f;}
textarea,select{ outline:none;  color:#666; font-size:14px; width:100%;}
img{border:none;display: block;max-width: 100%;}
img[src=""]{opacity: 0;}
i{font-style: normal;}
/* 滚动条样式 */
body::-webkit-scrollbar{ width:4px;height: 1px;}
body::-webkit-scrollbar-thumb{ background:#2469F2;}
body::-webkit-scrollbar-track{ background:#fff;}
/*去掉 input 默认边框*/
input{padding: 0;border: 0;font-family: 微软雅黑;outline: none;}
input[type="submit"]{background-color: transparent;cursor: pointer;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
select{appearance:none;-moz-appearance:none;-webkit-appearance:none;}
select::-ms-expand { display: none; }
a:hover{text-decoration : none!important;}
@font-face {
	font-family: "din";
	src: url("../font/din.ttf");
}
@font-face {
	font-family: "dinb";
	src: url("../font/dinb.ttf");
}

.f_12 {
    font-size: 12px;
}
.f_14 {
    font-size: 14px;
}

.f_15 {
    font-size: 15px;
}

.f_16 {
    font-size: 16px;
}

.f_18 {
    font-size: 18px;
}

.f_20 {
    font-size: 20px;
}

.f_22 {
    font-size: 22px;
}

.f_24 {
    font-size: 24px;
}

.f_26 {
    font-size: 26px;
}

.f_28 {
    font-size: 28px;
}

.f_30 {
    font-size: 30px;
}

.f_32 {
    font-size: 32px;
}

.f_33 {
    font-size: 33px;
}

.f_34 {
    font-size: 34px;
}

.f_36 {
    font-size: 36px;
}

.f_38 {
    font-size: 38px;
}

.f_40 {
    font-size: 40px;
}

.f_42 {
    font-size: 42px;
}

.f_44 {
    font-size: 44px;
}
.f_45 {
    font-size: 45px;
}
.f_48 {
    font-size: 48px;
}

.f_50 {
    font-size: 50px;
}

.f_52 {
    font-size: 52px;
}

.f_66 {
    font-size: 66px;
}

.f_70 {
    font-size: 70px;
}

.f_130 {
    font-size: 130px;
}

#d1{position:relative; top: -100px;}
.w1920{position: relative;width: 1920px;margin: 0 auto;height: 100%;max-width: 100%;}
.w1560{position: relative;width: 82%;margin: 0 auto;height: 100%;max-width: 100%;}
.w1400{position: relative;width: 73%;margin: 0 auto;height: 100%;max-width: 100%;}
.w1384{position: relative;width: 72.1%;margin: 0 auto;height: 100%;max-width: 100%;}
.w1280{position: relative;width: 82%;margin: 0 auto;height: 100%;max-width: 100%;}

/* 弹窗 */

.z_tanchuang {position: fixed;display: table;height: 100%;width: 100%;top: 0;left: 0;-moz-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);transform: scale(0);-webkit-transform: scale(0);z-index: 10;}

.z_tanchuang .tbox {display: table-cell;background: rgba(0, 0, 0, 0.8);text-align: center;vertical-align: middle;overflow: auto;}

/* 弹窗内容 */

.z_tanchuang .tbox .modal {background: white;padding: 30px;display: block;border-radius: 5px;position: relative;width: 50%;max-width: 1100px;margin: 0 auto;overflow: unset;}
.z_tanchuang .tbox .modal .out{position: absolute;width: 40px;height: 40px;line-height: 40px;background: #fff url(../images/out.png) center no-repeat;-o-background-size: 20px;background-size: 20px;color: #000;font-size: 30px;text-align: center;border-radius: 50%;top: 0;right: -50px;cursor: pointer;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.z_tanchuang .tbox .modal .img{width: 100%;max-width: 600px;margin: 0 auto;height:100%;}
.z_tanchuang .tbox .modal .img video{display: block;width: 100%;max-width: 100%;-o-object-fit: cover;object-fit: cover;}
.z_tanchuang .tbox .modal .img img{margin: 0 auto ;}
.z_tanchuang .tbox .modal .out:hover{background: #fff url(../images/out2.png) center no-repeat;-o-background-size: 20px;background-size: 20px;-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.z_tanchuang .tbox .modal2{padding: 20px;}
.z_tanchuang .tbox .modal .img{max-width:100%;}

/* 弹窗选中 */

.z_tanchuang.one {-moz-transform: scaleY(0.01) scaleX(0);-ms-transform: scaleY(0.01) scaleX(0);-o-transform: scaleY(0.01) scaleX(0);transform: scaleY(0.01) scaleX(0);-moz-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;-o-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;-webkit-transform: scaleY(0.01) scaleX(0);-webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;}
.z_tanchuang.one .tbox .modal {-moz-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);transform: scale(0);-moz-animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;-o-animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;-webkit-transform: scale(0);-webkit-animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;}
.z_tanchuang.one.out {-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);-moz-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;-o-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;-webkit-transform: scale(1);-webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;}
.z_tanchuang.one.out .tbox .modal {-moz-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;-o-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;-webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;}

/* 弹窗动画 */

@-moz-keyframes unfoldIn {0% {-moz-transform: scaleY(0.005) scaleX(0);transform: scaleY(0.005) scaleX(0);}50% {-moz-transform: scaleY(0.005) scaleX(1);transform: scaleY(0.005) scaleX(1);}100% {-moz-transform: scaleY(1) scaleX(1);transform: scaleY(1) scaleX(1);}}

@-o-keyframes unfoldIn {0% {-o-transform: scaleY(0.005) scaleX(0);transform: scaleY(0.005) scaleX(0);}50% {-o-transform: scaleY(0.005) scaleX(1);transform: scaleY(0.005) scaleX(1);}100% {-o-transform: scaleY(1) scaleX(1);transform: scaleY(1) scaleX(1);}}

@keyframes unfoldIn {0% {-webkit-transform: scaleY(0.005) scaleX(0);-moz-transform: scaleY(0.005) scaleX(0);-o-transform: scaleY(0.005) scaleX(0);transform: scaleY(0.005) scaleX(0);}50% {-webkit-transform: scaleY(0.005) scaleX(1);-moz-transform: scaleY(0.005) scaleX(1);-o-transform: scaleY(0.005) scaleX(1);transform: scaleY(0.005) scaleX(1);}100% {-webkit-transform: scaleY(1) scaleX(1);-moz-transform: scaleY(1) scaleX(1);-o-transform: scaleY(1) scaleX(1);transform: scaleY(1) scaleX(1);}}
@-moz-keyframes zoomIn {0% {-moz-transform: scale(0);transform: scale(0);}100% {-moz-transform: scale(1);transform: scale(1);}}
@-o-keyframes zoomIn {0% {-o-transform: scale(0);transform: scale(0);}100% {-o-transform: scale(1);transform: scale(1);}}
@keyframes zoomIn {0% {-webkit-transform: scale(0);-moz-transform: scale(0);-o-transform: scale(0);transform: scale(0);}100% {-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);transform: scale(1);}}
@-moz-keyframes zoomOut {0% {-moz-transform: scale(1);transform: scale(1);}100% {-moz-transform: scale(0);transform: scale(0);}}
@-o-keyframes zoomOut {0% {-o-transform: scale(1);transform: scale(1);}100% {-o-transform: scale(0);transform: scale(0);}}
@keyframes zoomOut {0% {-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);transform: scale(1);}100% {-webkit-transform: scale(0);-moz-transform: scale(0);-o-transform: scale(0);transform: scale(0);}}
@-moz-keyframes unfoldOut {0% {-moz-transform: scaleY(1) scaleX(1);transform: scaleY(1) scaleX(1);}50% {-moz-transform: scaleY(0.005) scaleX(1);transform: scaleY(0.005) scaleX(1);}100% {-moz-transform: scaleY(0.005) scaleX(0);transform: scaleY(0.005) scaleX(0);}}
@-o-keyframes unfoldOut {0% {-o-transform: scaleY(1) scaleX(1);transform: scaleY(1) scaleX(1);}50% {-o-transform: scaleY(0.005) scaleX(1);transform: scaleY(0.005) scaleX(1);}100% {-o-transform: scaleY(0.005) scaleX(0);transform: scaleY(0.005) scaleX(0);}}
@keyframes unfoldOut {0% {-webkit-transform: scaleY(1) scaleX(1);-moz-transform: scaleY(1) scaleX(1);-o-transform: scaleY(1) scaleX(1);transform: scaleY(1) scaleX(1);}50% {-webkit-transform: scaleY(0.005) scaleX(1);-moz-transform: scaleY(0.005) scaleX(1);-o-transform: scaleY(0.005) scaleX(1);transform: scaleY(0.005) scaleX(1);}100% {-webkit-transform: scaleY(0.005) scaleX(0);-moz-transform: scaleY(0.005) scaleX(0);-o-transform: scaleY(0.005) scaleX(0);transform: scaleY(0.005) scaleX(0);}}
@-webkit-keyframes zoomIn {0% {-webkit-transform: scale(0);transform: scale(0);}100% {-webkit-transform: scale(1);transform: scale(1);}}
@-webkit-keyframes zoomOut {0% {-webkit-transform: scale(1);transform: scale(1);}100% {-webkit-transform: scale(0);transform: scale(0);}}
@-webkit-keyframes unfoldOut {0% {-webkit-transform: scaleY(1) scaleX(1);transform: scaleY(1) scaleX(1);}50% {-webkit-transform: scaleY(0.005) scaleX(1);transform: scaleY(0.005) scaleX(1);}100% {-webkit-transform: scaleY(0.005) scaleX(0);transform: scaleY(0.005) scaleX(0);}}
@-webkit-keyframes unfoldIn {0% {-webkit-transform: scaleY(0.005) scaleX(0);transform: scaleY(0.005) scaleX(0);}50% {-webkit-transform: scaleY(0.005) scaleX(1);transform: scaleY(0.005) scaleX(1);}100% {-webkit-transform: scaleY(1) scaleX(1);transform: scaleY(1) scaleX(1);}}

/* 头部 */
.header{position: fixed;top: 0;left: 0;width: 100%;z-index: 999;padding-top: 30px;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.header .logo{float: left;margin-top:0;}
.header .logo img{height: 40px;}
.header .logo .img2{display: none;}
.header .nav1{float: left;margin-left: 157px;}
.header .nav1 li{float: left;margin-right: 55px;padding-bottom: 30px;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;position: relative;}
.header .nav1 li:last-child{margin-right: 0;}
.header .nav1 li a{color: #ffffff;line-height: 44px;}
.header .nav1 li>a.active{color:#ffd043;}
.header .nav1 li a.jt{padding-right: 15px;background: url(../images/sj1.png)no-repeat right center;}
.header_c .nav1 li a.jt{background-image:url(../images/sj3.png) ;}
.header .nav1 li:hover>a.jt{background-image: url(../images/sj2.png);}
.header_c .nav1 li a{color: #333333;}
/* .header_c .nav1 li a.jt{padding-right: 15px;background: url(../images/sj1.png)no-repeat right center;} */
.header .nav1 li:hover>a{color: #146DFE;}
.header .nav1 li .ul2{position: fixed;justify-content: space-between; top: 84px;left:0%;width: 100%; display: none;background-color: #f9f9f9;padding: 0 0 70px 0;box-shadow: 0 8px 10px rgba(0, 0, 0, 0.14);overflow: hidden;}
/* .header .nav1 li .ul2.df{display: flex;} */
.header .nav1 li .ul2 .con{width: 82%;margin: 0 auto;}
.header .nav1 li .ul2 .top{padding: 54px 0 42px 0;color: #0F2032;line-height: 40px; font-weight: bold;border-bottom: 1px solid #D6D6D6;display: block;margin-bottom: 46px;}
.header .nav1 li .ul2 .left{width:44.6%;float: left;}
.header .nav1 li .ul2 .right{width:44.6%;float: right;}
.header .nav1 li .ul2 .p{text-align: justify;color: #666666;line-height: 32px;}
/* .header .nav1 li .ul2 ul li a{} */
/* .header .nav1 li .ul2_1{display: flex;} */
.header .nav1 li .ul2_1 .bottom a{color:#666666;position: relative;left: 0; line-height: 22px;margin-bottom: 30px;display: block;transition: all 0.3s;}
.header .nav1 li .ul2_1 .bottom a:hover{color: #146DFE;left: 3px;}
/* .header .nav1 li .ul2_2{display: block;} */
.header .nav1 li .ul2_2 .tops{overflow: hidden;display:flex;justify-content:space-between;}
.header .nav1 li .ul2_2 .left{width:44.6%;float:none;}
.header .nav1 li .ul2_2 .center{width:44.6%;}
.header .nav1 li .ul2_2 .right{width:25.6%;float:none;opacity:0;z-index:-5;display:none;}
/*.header .nav1 li .ul2_3{left: 50%;transform: translateX(-50%);}*/
.header .nav1 li .ul2_3 .bottom ul{display: flex;flex-wrap: wrap;}
.header .nav1 li .ul2_3 .bottom ul li{width: 50%;margin: 0;}
.header .nav1 li .ul2_3 .bottom ul li a{color: #0C1D31;position: relative;left: 0; transition: all 0.3s;line-height: 22px;}
.header .nav1 li .ul2_3 .bottom ul li a:hover{color: #146DFE;left: 3px;}
/*.header .nav1 li .ul2_4{left: auto;right: 9%;}*/
.header .nav1 li .ul2_4 .top img{height: 20px;}
.header .nav1 li .ul2_4 .bottom .li{font-weight: bold;color: #303853;margin-bottom: 27px;line-height: 26px; padding-left: 43px;background: no-repeat left center;}
.header .nav1 li .ul2_4 .bottom .li:nth-child(1){background-image: url(../images/n1.png);}
.header .nav1 li .ul2_4 .bottom .li:nth-child(2){background-image: url(../images/n2.png);}
.header .nav1 li .ul2_4 .bottom .li:last-child{margin-bottom: 0;}
.header .nav1 li .ul2_4 .bottom ul li{width: 50%;margin: 0;}
.header .nav1 li .ul2_4 .bottom ul li a{color: #0C1D31;position: relative;left: 0; transition: all 0.3s;line-height: 22px;}
.header .nav1 li .ul2_4 .bottom ul li a:hover{color: #146DFE;left: 3px;}
.header .sq_btn{float: right;width: 160px;height: 44px;line-height: 44px;border-radius: 22px;background-color: #146DFE;text-align: center;background-image: -webkit-gradient(linear,left top, right top,from(#3A94FF), to(#146DFE));background-image: -webkit-linear-gradient(left,#3A94FF, #146DFE);background-image: -moz-linear-gradient(left,#3A94FF, #146DFE);background-image: -o-linear-gradient(left,#3A94FF, #146DFE);background-image: linear-gradient(to right,#3A94FF, #146DFE);}
/*.header .sq_btn span{color: #ffffff;display: inline-block;padding-left: 27px;background: url(../images/header_icon1.png)no-repeat left center;}*/
.header .sq_btn span{color: #ffffff;display: inline-block;}
.header.active{background: #ffffff;padding-top: 20px;-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.1);box-shadow:0 0 10px rgba(0, 0, 0, 0.1);}
.header.active .logo .img1{display: none;}
.header.active .logo .img2{display: block;}
.header.active .nav1 li{padding-bottom: 20px;}
.header.active .nav1 li a{color: #333;}
.header.active .nav1 li a.active{color: #ffd043;}
.header.active .nav1 li:hover>a{color: #ffd043;}

.header.active1{background: #ffffff;padding-top: 20px;-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.1);box-shadow:0 0 10px rgba(0, 0, 0, 0.1);}
.header.active1 .logo .img1{display: none;}
.header.active1 .logo .img2{display: block;}
.header.active1 .nav1 li{padding-bottom: 20px;}
.header.active1 .nav1 li a{color: #333;}
.header.active1 .nav1 li:hover>a{color: #ffd043;}

.header:hover{background: #ffffff;padding-top: 20px;-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.1);box-shadow:0 0 10px rgba(0, 0, 0, 0.1);}
.header:hover .logo .img1{display: none;}
.header:hover .logo .img2{display: block;}
.header:hover .nav1 li{padding-bottom: 20px;}
.header:hover .nav1 li a{color: #333;}
.header:hover .nav1 li:hover>a{color: #ffd043;}
.header:hover .nav1 li a.active{color: #ffd043;}
.header:hover .nav1 li:hover>a.jt{background-image: url(../images/sj2.png);}
.header:hover .nav1 li>a.active.jt{background-image: url(../images/sj2.png);}
/* .header_c{} */
.header_c .logo .img1{display: none;}
.header_c .logo .img2{display: block;}
.header_c .nav li{padding-bottom: 20px;}
.header_c .nav li a{color: #333;}
.header_c .nav li:hover>a{color: #ffd043;}

.m_head{display: none;}
.m_nav{display: none;}


/* 底部 */
/*.footer{background: #37405E;}*/
.footer{background-image:url(../images/f_bg1.jpg);background-position:center;background-repeat:no-repeat;background-size:100% 100%}
.footer .top{padding:150px 0 30px 0;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-webkit-justify-content: space-between;-moz-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.footer .top .left{color: #ffffff;}
.footer .top .left .h{padding-left: 30px;font-weight:bold; background: url(../images/foot_icon1.png)no-repeat left center;line-height: 27px;margin-top: 47px;}
.footer .top .left .h.f_16{background: url(../images/foot_icon2.png)no-repeat left center;margin-top: 12px;}
.footer .top .left .btn{width: 140px;height: 40px;text-align: center;line-height: 40px;color: #2196f5;background-color: #ffffff;border-radius:  20px;margin-top: 36px;position: relative;top: -20px;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;padding:0;}
.footer .top .left .btn span{position:relative; display: inline-block;padding-left: 22px;background: url(../images/wx2a.png)no-repeat left center;background-size:20px auto;}
.footer .top .left .btn:hover{}
.footer .top .left .btn .code{position: absolute;top:0px;left:50%;transform:translate(-50%,-110%);padding:8px;width:0;height:0; border-radius:4px;background-color:#ffffff;opacity:0;transition:all 0.5s;}
.footer .top .left .btn:hover .code{top:-20px;opacity:1;width:96px;height:96px;}
.footer .top .center{display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;text-align:left;}
.footer .top .center .ul1{margin: 0 90px;}
.footer .top .center .ul1:last-child{margin-right:0;}
.footer .top .center .ul1 li{margin-bottom: 14px;}
.footer .top .center .ul1 li a{color: #ace6ff;line-height: 16px;text-transform: capitalize;}
.footer .top .center .ul1 li a:hover{color: #ffffff;}
.footer .top .center .ul1>li:first-child{font-size: 16px;color: #ffffff;line-height: 20px;}
.footer .top .center .ul1:nth-child(3) .ul2{height: 150px;overflow-y: scroll;padding-right: 26px;}
/* 滚动条样式 */
.footer .top .center .ul1:nth-child(3) .ul2::-webkit-scrollbar {
	width: 2px;
	height: 1px;
}
.footer .top .center .ul1:nth-child(3) .ul2::-webkit-scrollbar-thumb {
	background: #858585;
}

.footer .top .center .ul1:nth-child(3) .ul2::-webkit-scrollbar-track {
	background: rgba(255,255,255,0.09);
}
/*.footer .top .right .r_top{display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;margin-bottom: 28px;}*/
.footer .top .right .r_top{margin-bottom: 28px;}
.footer .top .right .r_top>div{margin-left: 0;width:91px;}
.footer .top .right .r_top>div:first-child{margin-left: 0;margin-bottom:12px;}
.footer .top .right .r_top .h{color: #FFFFFF;text-align: center;margin-bottom: 18px;}
.footer .top .right .r_bottom{display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;}
.footer .top .right .r_bottom .box{margin: 0 14px;position: relative;}
.footer .top .right .r_bottom .box .img1{opacity: 0.4;cursor: pointer;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.footer .top .right .r_bottom .box:hover .img1{opacity: 1;}
.footer .top .right .r_bottom .code{opacity: 0; position: absolute;top: 38px;max-width: 9999px;left: -7px;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.footer .top .right .r_bottom .box:hover .code{opacity: 1;}
.footer .bottom{border-top: 1px solid rgba(299, 299, 299, 0.14);display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-webkit-justify-content: space-between;-moz-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;line-height: 60px;color: #ace6ff;}
.footer .bottom a{color: #ace6ff;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
/*.footer .bottom i{margin-left: 24px;}*/
.footer .bottom .solid{margin: 0 9px;}
.footer .bottom a:hover{color: #ffffff;}
.footer .f_logo img{height: 26px;}
/* banner */
.banner{position: relative;overflow: hidden;}
.banner .swiper-slide{position: relative;padding-bottom: 37.3%;overflow: hidden;}
.banner .swiper-slide img{position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%) scale(1.2);-moz-transform: translate(-50%,-50%) scale(1.2);transform: translate(-50%,-50%) scale(1.2);height: 100%;max-width: 9999px;min-width:100%; transition:all 3.8s;}
.banner .swiper-slide img.img2{display: none;}
.banner .swiper-slide-active img{-webkit-transform: translate(-50%,-50%) scale(1);-moz-transform: translate(-50%,-50%) scale(1);transform: translate(-50%,-50%) scale(1);}
.banner .swiper-slide .txt{position: absolute;top: 38%;left:9%;color: #ffffff;}
.banner .swiper-slide .txt .h{line-height: 60px;margin-bottom: 12px;}
.banner .swiper-slide .txt .p{line-height: 28px;margin-bottom: 60px;}
.banner .swiper-slide .txt .btn_box .btn{position: relative; display: block;float: left;width: 170px;height: 50px;border: 1px solid #ffffff;border-radius: 25px;line-height: 48px;text-align: center;margin-right: 13px;color: #fff;overflow: hidden;}
.banner .swiper-slide .txt .btn_box .btn::before{content: "";position: absolute;top: -1px;left: -1px;width: 0; height: -webkit-calc(100% + 2px); height: -moz-calc(100% + 2px); height: calc(100% + 2px);background-color: #146DFE;z-index: -1;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.banner .swiper-slide .txt .btn_box .btn:hover{border-color: transparent;}
.banner .swiper-slide .txt .btn_box .btn:hover::before{width:-webkit-calc(100% + 2px);width:-moz-calc(100% + 2px);width:calc(100% + 2px);}
.banner .swiper-pagination{bottom: 94px;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 30px;height: 3px;background-color: #ffffff;border-radius: 0;opacity: 1;}
.banner .swiper-pagination .swiper-pagination-bullet-active{background-color: #146DFE;}
.banner .swiper-slide .txt .btn_box .btn:nth-child(1){background-color:#146DFE;border-color: #146DFE;}


.in_con{background-color: #FAFCFF;}
/* part1 */
.part1{margin-top: -65px;background-color: #ffffff;-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);z-index: 2;padding: 18px 30px 34px 30px;border-radius: 6px;}
.part1 .box{float: left;width: 25%;text-align: center;position:relative;}
.part1 .box img{display: inline-block;width:74px;}
.part1 .box .h{font-weight:900; line-height: 46px;margin-bottom: 4px;color: #0F2032;}
.part1 .box .h.f_26{font-weight: bold;}
.part1 .box .p{line-height: 24px;color: #78849A;}
.part1 .box:after{content:"";width:1px;height:88px;position:absolute;top:30px;right:0;background-color:#D4D4D4;}
.part1 .box:last-child:after{display:none;}

.in_tit{text-align: center;margin: 80px 0 60px 0;}
.in_tit .h{line-height: 60px;color: #0F2032;margin-bottom: 16px;font-weight:bold;}
.in_tit .p{line-height: 28px;color: #5A5A5A;}

/* part2 */
.part2{position: relative;z-index: 3;}
.part2 .in_tit{margin-top: 70px;}
.part2 .con{position: relative;overflow: hidden;padding-bottom: 200px;padding: 10px;padding-bottom: 0;}
.part2 .con .swiper-slide{background-color: #ffffff;position: relative;top: 0;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.part2 .con .swiper-pagination{display: none;}
.part2 .con .swiper-slide .top{position: relative;overflow: hidden;padding-top: 14px;}
.part2 .con .swiper-slide .top::before{content: "";position: absolute;top: 0;left: 0;height: 9px;width: 100%;background-color: #146DFE;opacity: 0;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.part2 .con .swiper-slide .top::after{content: "";position: absolute;left: 60px;bottom: 0;width: -webkit-calc(100% - 120px);width: -moz-calc(100% - 120px);width: calc(100% - 120px);height: 1px;background-color: #EEEEEE;}
.part2 .con .swiper-slide .top .txt{float: left;padding: 60px 0 0 60px;}
.part2 .con .swiper-slide .top .txt .h{font-weight:900;color: #0074FF;line-height: 52px;margin-bottom: 3px;}
.part2 .con .swiper-slide .top .txt .p{line-height: 26px;color: #606060;padding-bottom:10px;}
.part2 .con .swiper-slide .top img{float: right;width:40%;}
.part2 .con .swiper-slide .bottom{margin-top: 16px;padding: 0 60px;padding-bottom: 46px;background: no-repeat center;-o-background-size: cover;background-size: cover;}
.part2 .con .swiper-slide .bottom .p{line-height: 26px;color: #606060;word-break: break-all;-o-text-overflow: ellipsis;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;height: 52px;overflow:hidden;}
.part2 .con .swiper-slide .bottom .btn{width: 70px;height: 34px;text-align: center;line-height: 32px;border: 1px solid #eeeeee;border-radius: 17px;margin-top: 38px;margin-bottom: 20px;height:0;overflow:hidden;border-color:transparent;}
/* .part2 .con .swiper-slide .bottom .boxs{} */
.part2 .con .swiper-slide .bottom .boxs .box{width: 50%;float: left;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;align-items: center;margin-bottom: 50px;}
.part2 .con .swiper-slide .bottom .boxs1 .box{width: 33.333%;}
.part2 .con .swiper-slide .bottom .boxs .box .yuan{width: 47px;height: 47px;margin: 3px 0; border-radius: 50%;position: relative;margin-right: 12px;}
.part2 .con .swiper-slide .bottom .boxs .box .yuan img{position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.part2 .con .swiper-slide .bottom .boxs .box .txt1{width: -webkit-calc(100% - 60px);width: -moz-calc(100% - 60px);width: calc(100% - 60px);}
.part2 .con .swiper-slide .bottom .boxs .box .txt1 .h1{line-height: 25px;color: #374663;margin-bottom: 8px;}
.part2 .con .swiper-slide .bottom .boxs .box .txt1 .p1{line-height: 20px;color: #AAB3C4;word-break: break-all;-o-text-overflow: ellipsis;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;height: 20px; overflow: hidden;}
.part2 .con .swiper-slide .bottom .more{display: block; position: relative; width: 290px;height: 50px;max-width: 70%;text-align: center;line-height: 48px;border: 1px solid #D8D8D8;border-radius: 25px;color: #5A5A5A;background-color:#fff; overflow: hidden;z-index: 2;margin: 0 auto;}
.part2 .con .swiper-slide .bottom .more:after{content: "";position: absolute;top: 0;left: 0;width: 0%;height: 100%;background-color: #146DFE;z-index: -1;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.part2 .con .swiper-slide .bottom .more:hover{color: #ffffff;border-color: transparent;}
.part2 .con .swiper-slide .bottom .more:hover:after{width: 100%;}
.part2 .con .swiper-slide:hover{-webkit-box-shadow: 0 0 10px rgba(50, 125, 250, 0.18);box-shadow: 0 0 10px rgba(50, 125, 250, 0.18);top: -6px;}
.part2 .con .swiper-slide:hover .top::before{opacity: 1;}

/*part3*/
.part3{position: relative;color: #ffffff; padding: 188px 0 90px 0;overflow: hidden;z-index: 2;margin-top: -118px;}
.part3::before{content: "";position: absolute;top: 0;left: 0;height: 90px;width: 100%;background: url(../images/part3_bj1.png)no-repeat center;-o-background-size: cover;background-size: cover;z-index: 9;background-color: #FAFCFF;}
.part3 .after{ position: absolute;top: 88px;left: 0;width: 100%;height: 1260px;background: url(../images/part3_bj2.jpg)no-repeat;-o-background-size: cover;background-size: cover;background-position: top center;z-index: -1;-webkit-transition: all 0.5s;-o-transition: all 0.5s;-moz-transition: all 0.5s;transition: all 0.5s;}
.part3 .after.on{top: -50px;}
.part3 .in_tit{margin-top: 0;margin-bottom:70px;}
.part3 .in_tit .h{color: #fff;}
.part3 .in_tit .p{color: #fff;}
.part3 .con{display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-webkit-justify-content: space-between;-moz-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.part3 .con .box{display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;}
.part3 .con .box .left{line-height: 74px;font-size: 66px;font-weight: bold;font-style: italic;margin-right: 24px;}
.part3 .con .box .right .h{font-weight: bold;line-height: 46px;}
.part3 .con .box .right .p{line-height: 28px;}

/*part4*/
.part4 .tab{display: table;margin: 0 auto;margin-top: 60px;margin-bottom: 70px;}
.part4 .tab .btn{position: relative;top:0; min-width: 210px;height: 46px;padding:0 10px; line-height: 46px;border: 1px solid #E5E5E5;border-radius: 23px;text-align: center;color: #363636;float: left;margin: 0 35px;z-index: 2;overflow: hidden;cursor: pointer;font-weight:bold;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;opacity:1;margin-bottom:14px;}
.part4 .tab .btn:hover{top:-4px;opacity:0.7;}
.part4 .tab .btn:after{content: "";position: absolute;top: 0;left: 0;width: 0%;height: 100%;background-color: #146DFE;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;z-index: -1;}
.part4 .tab .btn:focus,.part4 .tab .btn.on{color: #ffffff;}
.part4 .tab .btn:focus:after,.part4 .tab .btn.on:after{width: 100%;}
.part4 .boxs{position: relative;height: 350px;}
.part4 .boxs .box{background-color: #ffffff;display: block;width: 100%; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.14); box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);position: absolute;opacity: 0;z-index: -1;-webkit-transition: all 0.9s;-o-transition: all 0.9s;-moz-transition: all 0.9s;transition: all 0.9s;height: 100%;}
.part4 .boxs .box.show{opacity: 1;z-index: 1;}
.part4 .boxs .box .pic{float: left;width: 520px;height: 100%;position: relative;overflow: hidden;}
.part4 .boxs .box .pic img{position: absolute;top: 50%;left: 50%;-webkit-transform: scale(1) translate(-50%,-50%);-moz-transform: scale(1) translate(-50%,-50%);-ms-transform: scale(1) translate(-50%,-50%);-o-transform: scale(1) translate(-50%,-50%);transform: scale(1) translate(-50%,-50%);max-width: 99999px;height: 100%;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.part4 .boxs .box .txt{float: right;width: -webkit-calc(100% - 520px);width: -moz-calc(100% - 520px);width: calc(100% - 520px);height: 100%;padding: 60px 156px 0 86px;}
.part4 .boxs .box .txt .h{position: relative;left: 0;font-weight:bold; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; line-height: 36px;color: #364765;margin-bottom: 40px;word-break: break-all;-o-text-overflow: ellipsis;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;height: 36px;overflow:hidden;}
.part4 .boxs .box .txt .p{line-height: 28px;color: #8F99A3;word-break: break-all;-o-text-overflow: ellipsis;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;height: 56px; overflow: hidden;margin-bottom: 50px;}
.part4 .boxs .box .txt .btn{position: relative; width: 165px;height: 50px;line-height: 48px;text-align: center;border: 1px solid #D8D8D8;border-radius: 25px;color: #5A5A5A;z-index: 2;overflow: hidden;}
.part4 .boxs .box .txt .btn:after{content: "";position: absolute;top: 0;left: 0;width: 0;height: 100%;background-color: #146DFE;z-index: -1;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.part4 .boxs .box .txt .btn:hover{color: #ffffff;}
.part4 .boxs .box .txt .btn:hover:after{width: 100%;}
.part4 .boxs .box .txt .h:hover{color: #146DFE;left: 3px;}
.part4 .boxs .box .pic:hover img{-webkit-transform: scale(1.05) translate(-50%,-50%);-moz-transform: scale(1.05) translate(-50%,-50%);-ms-transform: scale(1.05) translate(-50%,-50%);-o-transform: scale(1.05) translate(-50%,-50%);transform: scale(1.05) translate(-50%,-50%);}

/*part5*/
.part5 .in_tit{margin: 128px 0 82px 0;}
.part5{padding-bottom: 60px;}
.part5 .con{position: relative;overflow: hidden;}
.part5 .con:before{content:"";position: absolute;top: 0;left: -60px;width: 26%;height: 100%;background: url(../images/jianbian.png)no-repeat left center;background-size: cover;z-index:2;}
.part5 .con:after{content:"";position: absolute;top: 0;right: -60px;width: 26%;height: 100%;background: url(../images/jianbian.png)no-repeat left center;background-size: cover;z-index:2;transform:rotate(180deg);}
.part5 .con .box{position: relative;overflow: hidden;margin-bottom:18px;padding: 6px 6px 6px 6px;}
.part5 .con .box:first-child{padding-top:6px;}
.part5 .con .box:last-child{margin-bottom:0;padding-bottom:6px;}
.part5 .con .box:last-child .swiper-slide{margin-bottom:0;}
.part5 .con .swiper-wrapper{transition-timing-function:linear;}
.part5 .swiper-slide{float:left;width:15.83333%;margin-right:1%;border-radius:6px;  height: 60px;position: relative;top: 0;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);box-shadow: 0 0 6px rgba(0, 0, 0, 0.14);}
.part5 .swiper-slide:nth-child(6n){margin-right:0;}
.part5 .more{display: table;margin:0 auto;padding-top:30px;}
.part5 .more a{color:#0074FF;display:none;}
.part5 .more a:hover{text-decoration:underline;}
.part5 .swiper-slide img{position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);transform: translate(-50%,-50%);max-width: 90%;max-height: 90%;}
/*.part5 .swiper-slide:hover{background-color: #ffffff;border-color: #ffffff;top: -2px;}*/

/*part6*/
.part6{padding: 200px 0;background: no-repeat center;-o-background-size: cover;background-size: cover;position:relative;}
.part6 video{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;object-fit: fill;}
.part6 .con .en{font-weight: bold;line-height: 63px;margin-bottom: 12px;font-weight:900;}
.part6 .con .cn{line-height: 60px;margin-bottom: 66px;}
/*.part6 .con .more{position: relative;width: 184px;height: 46px;line-height: 44px;text-align: center;border: 1px solid #D8D8D8;border-radius: 25px;color: #5A5A5A;z-index: 2;overflow: hidden;}*/
.part6 .con .more{position: relative;top:0; width: 184px;height: 46px;line-height: 44px;text-align: center;border-radius: 25px;color: #5A5A5A;z-index: 2;overflow: hidden;color: #ffffff;background-color:#146DFE;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;opacity:1;}
/*.part6 .con .more:after{content: "";position: absolute;top: 0;left: 0;width: 0;height: 100%;background-color: #146DFE;z-index: -1;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}*/
/*.part6 .con .more:hover{color: #ffffff;}*/
/*.part6 .con .more:hover:after{width: 100%;}*/
.part6 .con .more:hover{top:-4px;opacity:0.7;}


#sq1{position: relative;top: -100px;}
/*part7*/
.part7{text-align: center;padding: 54px 0 46px 0;background: url(../images/part7_bj.png)no-repeat center;-o-background-size: cover;background-size: cover;position:relative;bottom:0;z-index:10;}
.part7.on{position: sticky;}
.part7.on1{position: relative;}
.part7 .h{color: #ffffff;font-weight:bold; margin: 0 auto; margin-bottom: 27px;line-height: 36px;max-width: 90%;}
.part7 .more{width: 184px;height: 46px;line-height: 44px;text-align: center;border: 1px solid #ffffff;border-radius: 23px;color: #ffffff;position: relative;top: 0;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;margin:0 4px;}
.part7 .more:hover{top: -3px;}
.part7_m{display: none;}
/*part7*/
.part7 .close{position: absolute;top: 20px;right: 9%;cursor:pointer;}
.part7.on1 .close{display: none!important;}

/* part8 */
.part8{padding:1px 0 0 0;background: #fff url(../images/bg_index_feature.png) no-repeat 50% 100% / cover;}
.part8 .list{display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;}
.part8 .list li{overflow: hidden;position: relative;width: 10%;height: 470px;border-left: 1px solid #000;background: url('../images/index_feature_1.jpg') no-repeat 50% 50% / auto 120%;-webkit-transition: all linear 0.3s;-o-transition: all linear 0.3s;-moz-transition: all linear 0.3s;transition: all linear 0.3s;}
.part8 .list .item_1{ background-image: url(../images/index_feature_2.jpg);}
.part8 .list .item_2{ background-image: url(../images/index_feature_3.jpg);}
.part8 .list .item_3{ background-image: url(../images/index_feature_4.jpg);}
.part8 .list .item_4{ background-image: url(../images/index_feature_5.jpg);}
.part8 .list .item_5{ background-image: url(../images/index_feature_6.jpg);}
.part8 .list .item_6{ background-image: url(../images/index_feature_7.jpg);}
/*.part8 .list li::before{content: '\0020';position: absolute;z-index: 0;left: 0;top: 0;right: 0;bottom: 0;background: url(../images/bg_index_feature_item.png) no-repeat 50% 50% / cover;opacity: 0.9;}*/
.part8 .list .textbox{display: block;padding: 150px 0 0;margin: 0 10%;opacity: 0;-webkit-transition: all linear 0.3s;-o-transition: all linear 0.3s;-moz-transition: all linear 0.3s;transition: all linear 0.3s;}
.part8 .list .title{position: relative;z-index: 2;margin-bottom: 16px;padding-bottom: 24px;font-size: 36px;color: #fff;}
.part8 .list .title::after{position: absolute;left: 0;bottom: 0;content: '\0020';width: 70px;height: 8px;background-color: #fff;}
.part8 .list .text{position: relative;z-index: 2;font-size: 16px;line-height: 26px;color: #fff;text-align: justify;}
.part8 .list .mask{position: absolute;z-index: 3;left: 0;top: 0;right: 0;bottom: 0;background-color: rgba(30,41,64,0.85);opacity: 1;-webkit-transition: all linear 0.3s;-o-transition: all linear 0.3s;-moz-transition: all linear 0.3s;transition: all linear 0.3s;}
.part8 .list .mask .t{position: absolute;left: 0;top: 50%;margin-top: -20px;width: 100%;font-size: 20px;color: #fff;text-align: center;}
.part8 .list .active{width: 40%;}
.part8 .list .active .mask{display: block;opacity: 0;}
.part8 .list .active .textbox{display: block;opacity: 1;}

/* 内页banner */
.ny_banner{position: relative;}
.ny_banner img{transform: scale(1.05);transition:all 3s;display:block;width:100%}
.ny_banner img.active{transform: scale(1);}
.ny_banner .mimg{display: none;}
.ny_banner .h{position: absolute;left: 0;top: 50%;width: 100%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);text-align: center;color: #fff;}

/* 专业团队 */
.ny_tit{line-height: 60px;margin-bottom: 76px;}
.team_con{padding: 100px 0 30px 0;}
.team_con .box{position: relative;width:32%;margin-right: 2%;float: left;margin-bottom: 40px;padding-bottom:17.5%;background-color:#e4e4e4;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.team_con .box img{position: absolute;bottom: 0;right:32px;max-height:90%;}
.team_con .box .img1{display: block;}
.team_con .box .img2{display: none;}
.team_con .box:nth-child(3n){margin-right: 0;}
.team_con .box .txt1{position: absolute;left: 50px;top: 24%;}
.team_con .box .txt1 .h{line-height: 50px;color: #156EFE;}
.team_con .box .txt1 .p{color: #B8B8B8;line-height: 22px;}
.team_con .box .txt2{position: absolute;top: 100%; left: 0;width: 100%;color: transparent;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;height:0;overflow:hidden;padding: 0 50px 0 50px;}
/*.team_con .box .txt2 .left{float: left;margin-right: 60px;}*/
/*.team_con .box .txt2 .left .h{line-height: 50px;}*/
/*.team_con .box .txt2 .left .p{line-height: 22px;}*/
.team_con .box .txt2 .right{line-height: 22px;font-size:12px;word-break: break-all;-o-text-overflow: ellipsis;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 8;overflow: hidden;height: 176px;}
.team_con .box:hover{}
/*.team_con .box:hover .txt1{display: none;}*/
.team_con .box:hover .txt2{top: 0%;height:100%;padding: 50px 50px 0 50px;color:#fff;background-color:rgba(22,110,252,0.9);}
.team_tit{text-align: center;}
.team_tit .h{color:#0F2032;line-height: 60px;margin-bottom: 16px;font-weight: bold;}
.team_tit .p{line-height: 28px;margin-bottom: 100px;}

/* 新闻列表 */
.news_top{background-color: #fff;}
.news_top.on{position: fixed;top: 84px;left: 0;width: 100%;z-index: 88;}
.news_top a{display: block;float: left;width: 50%;text-align:center;line-height: 70px;color: #333333;position: relative;}
.news_top a:after{content: "";position: absolute;bottom: 0;left: 50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%); width: 0%;height: 3px;background-color: #0074FF;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.news_top a:hover:after,.news_top a.on:after{width: 100%;}
.news_con{background-color: #fefef9;padding: 120px 0 65px 0;}
.news_con .box{margin-bottom: 110px;float: left;width: 31%;margin-right: 3.5%;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.news_con .box:nth-child(3n){margin-right: 0;}
.news_con .box .pic{position: relative;padding-bottom: 50%;overflow: hidden;}
.news_con .box .pic img{position: absolute;top: 50%;left: 50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-width: 9999px;height: 100%;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.news_con .box:hover .pic img{height: 110%;}
.news_con .box .txt{padding: 32px 36px 42px 36px;background-color: #ffffff;}
.news_con .box .txt .day{line-height: 22px;color: #156EFE;margin-bottom: 23px;}
.news_con .box .txt .h{position: relative;left: 0;color: #333333;line-height: 31px;margin-bottom: 10px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;word-break: break-all;-o-text-overflow: ellipsis;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;height: 62px;font-weight: bold;}
.news_con .box .txt .h:hover{left: 4px;color: #156EFE;}
.news_con .box .txt .p{line-height: 22px;color: #7A7A7A;word-break: break-all;-o-text-overflow: ellipsis;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;height: 44px;margin-bottom: 60px;}
.news_con .box .txt .btn{position: relative; width: 16px;height: 18px; }
.news_con .box .txt .btn::after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;-webkit-transform:skew(-30deg);-moz-transform:skew(-30deg);-ms-transform:skew(-30deg);-o-transform:skew(-30deg);transform:skew(-30deg);background-color: #B2B2B2;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.news_con .box .txt .btn img{position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);transform: translate(-50%,-50%);z-index: 3;}
.news_con .box:hover .txt .btn::after{background-color: #156EFE;}
.news_con .box:hover{-webkit-box-shadow: 0 0 10px rgba(50, 125, 250, 0.17);box-shadow: 0 0 10px rgba(50, 125, 250, 0.17);}

/* 新闻详情 */
.news-show{margin-top:190px;}
.news-show .tit{text-align: center;line-height: 48px;color: #333333;font-weight: bold;margin-bottom: 18px;}
.news-show .time{text-align: center;line-height: 20px;color: #666666;margin-bottom: 80px;}
.news-detailed{border-bottom: 1px solid #efefef;padding-bottom: 20px;}
.news-detailed .h{font-size: 26px;color: #156EFE;line-height: 26px;text-align: center;margin-bottom: 50px;font-weight: bold;padding-top: 50px;}
.news-detailed p{font-size : 14px;line-height : 28px;color : #3E3A39;}
.news-detailed img{max-width: 100%;display:block;margin:0 auto;}
.fx{text-align: right;margin-top: 40px;}
.fx span{vertical-align: top;display: inline-block;line-height: 30px;}
.bshare-custom a {display:inline-block;width:30px!important;height:30px!important;border:1px solid #B7B7B7;border-radius:50%;vertical-align:middle;}
.bshare-custom .bshare-weixin {background:url(../images/wx.png) no-repeat center!important;}
.fl{float: left;}
.fr{float: right;}
.social-share .icon-wechat,.social-share .icon-weibo,.social-share .icon-qq{color: transparent;border-color: transparent;font-size:14px!important;}
.news-detailed .fx p{font-size: 12px;}
.social-share .icon-wechat:hover,.social-share .icon-weibo:hover,.social-share .icon-qq:hover{background-color:transparent;color: transparent;border-color: transparent;}
.bshare-custom .bshare-sinaminiblog {background:url(../images/wb.png) no-repeat center!important;}
.bshare-custom .bshare-qqim {background:url(../images/qq.png) no-repeat center!important;}
.show_next{padding:50px 0;width:100%;}
.show_next p{color:#333333;font-size:14px;line-height: 20px;margin-bottom: 10px;}
.show_next a{color:#333333;}
.show_next a.back{position:relative;display: block;width:155px;height:40px;background:#156EFE;color:#ffffff;text-align: center;line-height: 40px;font-size:14px;border-radius: 20px;}
.show_next a.back:after{content: '';width:6px;height:12px;background:url(../images/more-icon.png) no-repeat;-o-background-size:100% 100%;background-size:100% 100%;position:absolute;right:30px;top:50%;margin-top:-6px;opacity: 0}

.fy a:hover,.fy a.active{background:#178e63;color:#fff;}
.fy a.prev:hover{background:url(../images/fy-prev2.png) no-repeat;}
.fy a.next:hover{background:url(../images/fy-next2.png) no-repeat;}
.bshare-custom .bshare-weixin:hover {background:url(../images/wx1.png) no-repeat center!important;}
.bshare-custom .bshare-sinaminiblog:hover {background:url(../images/wb1.png) no-repeat center!important;}
.bshare-custom .bshare-qqim:hover {background:url(../images/qq1.png) no-repeat center!important;}
/*#bsWXBox{box-sizing: content-box;}*/
.bshare-custom a:hover {border:1px solid #156EFE;}
.show_next p:hover a{color:#156EFE;}
.show_next a.back:hover{padding-right: 30px;}
.show_next a.back:hover:after{opacity: 1;}

/* 合作 */
.ny_banner .txt{position: absolute;left: 9%;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);color: #fff;}
.ny_banner .txt .h1{line-height: 98px;margin-bottom: 16px;font-weight: bold;}
.ny_banner .txt .p1{line-height: 36px;}
/*.coo_con{background: url(../images/coo_bj.png)no-repeat;background-size: 100% auto;padding: 120px 0 0 0;background-color: #F7FAFF;}*/
.coo_con{padding: 120px 0 0 0;}
.coo_con .coo1{margin-bottom: 120px;}
.coo_con .coo1 .left{width: 47.5%;float: left;}
.coo_con .coo1 .right{width: 41.2%;float: right;margin-right: 50px;}
.coo_con .coo1 .right p{line-height: 50px;word-break: break-all;-o-text-overflow: ellipsis; text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;height: 200px;color: #0F2032;}
.coo_con .coo1 .right .btn{display: block;position: relative;top:0; width: 200px;height: 50px;text-align:center;line-height: 48px;border: 1px solid #D8D8D8;border-radius: 25px;margin-top: 40px;overflow: hidden;z-index: 2;color: #fff;border-color: transparent;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;opacity:1;}
.coo_con .coo1 .right .btn:after{content: "";position: absolute;top: 0;left: 0;width: 0%;height: 100%;background-color: #156EFE;z-index: -1;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;width: 100%;}
/*.coo_con .coo1 .right .btn:hover{color: #fff;border-color: transparent;}*/
.coo_con .coo1 .right .btn:hover{top:-4px;opacity:0.7;}
/*.coo_con .coo1 .right .btn:hover:after{width: 100%;}*/
.coo_con .coo2{padding-bottom: 70px;}
.coo_tit{text-align: center;font-weight: bold;line-height: 60px;margin-bottom: 52px;}
.coo_con .coo2 .con .box{position: relative;top: 0; float: left;width: 30%;margin-right: 5%;padding: 30px 60px 16px 60px;background-color: #ffffff;text-align: center;margin-bottom: 50px;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;-webkit-box-shadow: 0 0 20px rgba(50, 125, 250, 0.1);box-shadow: 0 0 20px rgba(50, 125, 250, 0.1);}
.coo_con .coo2 .con .box:nth-child(3n){margin-right: 0;}
.coo_con .coo2 .con .box .pic{width: 80px;height: 77px;position: relative;margin: 0 auto;margin-bottom: 26px;}
.coo_con .coo2 .con .box .pic img{position: absolute;bottom: 0;left: 50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);max-height: 100%;}
.coo_con .coo2 .con .box .h{line-height: 32px;color: #0F2032;margin-bottom: 16px;font-weight: 600;}
.coo_con .coo2 .con .box .p{line-height: 24px;color: #959595;height: 82px;overflow:hidden;}
.coo_con .coo2 .con .box:hover{top: -4px;}
.coo_con .coo3{padding-bottom: 120px;}
.coo_con .coo3 img{width: 100%;-webkit-box-shadow:0 0 20px rgba(50, 125, 250, 0.1);box-shadow:0 0 20px rgba(50, 125, 250, 0.1);border-radius: 15px;}
.coo_con .coo4{padding-bottom: 120px;}
.coo_con .coo4 .con{display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-webkit-justify-content: space-between;-moz-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;padding-top: 50px;}
.coo_con .coo4 .con .box{text-align: center;position: relative;}
.coo_con .coo4 .con .box img{margin-bottom: 34px;}
.coo_con .coo4 .con .box .h{margin-bottom: 8px;color: #0F2032;line-height: 40px;}
.coo_con .coo4 .con .box .p{color: #424343;line-height: 28px;}
.coo_con .coo4 .con .box .h{margin-bottom: 8px;color: #0F2032;line-height: 40px;font-weight: bold;}
.coo_con .coo4 .con .box:after{content: "";position: absolute;top: 38px;left: -webkit-calc(50% + 130px);left: -moz-calc(50% + 130px);left: calc(50% + 130px);width: 21px;height: 22px;background: url(../images/ljt.png)no-repeat center;}
.coo_con .coo4 .con .box:last-child:after{display: none;}
.coo5{position: relative;padding: 58px 0 0 0;z-index: 2;background-color: #fefef9;}
.coo5::before{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 495px;background: url(../images/coo5_bj.png)no-repeat center;z-index: -1;}
.coo5 .coo_tit{color: #fff;}
.coo5 .con{background-color: #fefef9;padding: 80px 70px 120px 70px;}
.coo5 .con .top{padding-bottom: 60px;}
.coo5 .con .top .pic{width: 25%;float: left;margin-bottom: 50px;height: 90px;position: relative;}
.coo5 .con .top .pic img{position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);transform: translate(-50%,-50%);max-height: 100%;max-width:80%;}
.coo5 .con .form .h{text-align: center;margin-bottom: 45px;}
.coo5 .con .form form{background: url(../images/coo5_bj2.png) no-repeat #fff;-o-background-size: 100% auto;background-size: 100% auto;padding: 80px 105px; -webkit-box-shadow: 0 0 20px rgba(50, 125, 250, 0.17); box-shadow: 0 0 20px rgba(50, 125, 250, 0.17);width: 94%;margin: 0 auto;}
.coo5 .con .form form li{margin-bottom: 33px;}
.coo5 .con .form form li .box{float: left;width: 46%;}
.coo5 .con .form form li .box .name{line-height: 28px;color: #333333;margin-bottom: 16px;}
.coo5 .con .form form li .box .name span{color: #FF0000;}
.coo5 .con .form form li .box:nth-child(2n){margin-left: 8%;}
.coo5 .con .form form li .box input{width: 100%;height: 60px;line-height: 58px;padding:0 25px;border: 1px solid #E8E8E8;}
.coo5 .con .form form li .box1{width: 100%;}
.coo5 .con .form form ul{padding-bottom: 20px;}
.coo5 .con .form form .btn{display: block; width: 485px;max-width: 80%;height: 50px;text-align: center;line-height: 50px;border-radius: 25px;margin: 0 auto;border: 1px solid #E8E8E8;color: #333;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.coo5 .con .form form .btn:hover{background-color: #156EFE;color: #fff;}

/* 关于我们 */
/*.about_con{background: url(../images/ab_bj.png)no-repeat;background-size: 100% auto;padding: 90px 0 0 0;}*/
.about_con{padding: 90px 0 0 0;}
.ab1{padding-bottom: 0;z-index: 2;}
.ab_h{text-align: center;font-weight: bold;line-height: 60px;margin-bottom: 70px;}
.ab1 .ab_h{margin-bottom: 40px;}
.ab1>.p{width: 70%;margin: 0 auto;max-width: 100%;line-height: 34px;color: #5A5A5A;margin-bottom: 20px;}
.ab1 .con .box{position: relative;top: 0; float: left;width: 30%;margin-right: 5%;padding: 30px 60px 16px 60px;background-color: #ffffff;text-align: center;margin-top: 50px;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;-webkit-box-shadow: 0 0 20px rgba(50, 125, 250, 0.1);box-shadow: 0 0 20px rgba(50, 125, 250, 0.1);}
.ab1 .con .box:nth-child(3n){margin-right: 0;}
.ab1 .con .box .pic{width: 80px;height: 77px;position: relative;margin: 0 auto;margin-bottom: 26px;}
.ab1 .con .box .pic img{position: absolute;bottom: 0;left: 50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);max-height: 100%;}
.ab1 .con .box .h{line-height: 32px;color: #0F2032;margin-bottom: 16px;font-weight: 600;}
.ab1 .con .box .p{line-height: 24px;color: #959595;height: 82px;}
.ab1 .con .box:hover{top: -4px;}
.ab2{padding-top: 120px;background: url(../images/ab2_bj.jpg)no-repeat;-o-background-size: 100% auto;background-size: 100% auto;}
.ab2_1{padding-top: 36px;padding-bottom: 150px;}
.ab2_1 .con1{position: relative;overflow: hidden;width: 900px;margin: 0 auto;margin-bottom: 80px;}
.ab2_1 .con1 .swiper-pagination{display:none;}
.ab2_1 .con1 .pic{position: relative;overflow: hidden; float: left;width: 450px;height: 290px;}
.ab2_1 .con1 .pic img{position: absolute;top: 50%;left: 50%;-webkit-transform:scale(1) translate(-50%,-50%);-moz-transform:scale(1) translate(-50%,-50%);-ms-transform:scale(1) translate(-50%,-50%);-o-transform:scale(1) translate(-50%,-50%);transform:scale(1) translate(-50%,-50%);max-height: 100%;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.ab2_1 .con1 .pic:hover img{-webkit-transform: scale(1.05) translate(-50%,-50%);-moz-transform: scale(1.05) translate(-50%,-50%);-ms-transform: scale(1.05) translate(-50%,-50%);-o-transform: scale(1.05) translate(-50%,-50%);transform: scale(1.05) translate(-50%,-50%);}
.ab2_1 .con1 .txt{float: right;width: 370px;}
.ab2_1 .con1 .txt .year{margin: 26px 0 30px 0;color: #166FFE;font-weight: bold;padding-left:20px;}
.ab2_1 .con1 .txt .p{color: #666666;line-height: 24px;word-break: break-all;-o-text-overflow: ellipsis;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 7;overflow: hidden;height: 168px;text-align:justify}
.ab2_1 .con1 .txt .p li{position: relative;padding-left:20px;}
.ab2_1 .con1 .txt .p li:after{content:"";position:absolute;top:9px;left:0;width:6px;height:6px;border-radius:50%;background-color:#666666;}
.ab2_1 .solid{width: 100%;height: 1px;background-color: #9B9B9B;opacity: 0.2;}
.ab2_1 .con2{position: relative;margin-top: -18px; overflow: hidden;text-align: center;padding-top: 12px;}
.ab2_1 .con2 .swiper-slide{position: relative;}
.ab2_1 .con2 .dian{width: 12px;height: 12px;border-radius: 50%;position: absolute;left: 50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);opacity: 0.5;}
.ab2_1 .con2 .dian::before{content: "";position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);transform: translate(-50%,-50%);width: 12px;height: 12px;border-radius: 50%;background-color: #166FFE;z-index: 2;}
.ab2_1 .con2 .dian::after{content: "";position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);transform: translate(-50%,-50%); width: 22px;height: 22px;border-radius: 50%;background-color: #D1E5FF;z-index: 1;}
.ab2_1 .con2 .num{margin: 36px 0 10px 0;color: #364765;line-height: 50px;font-weight: bold;}
.ab2_1 .con2 .p1{color: #363636;line-height: 28px;font-weight: bold;}
.ab2_1 .con2 .swiper-slide{cursor: pointer;}
.ab2_1 .con2 .swiper-slide-thumb-active .dian{opacity: 1;}
.ab2_1 .con2 .swiper-slide-thumb-active .num{color: #166FFE;}
.ab2_1 .con2 .swiper-slide-thumb-active .p1{color: #166FFE;}
.ab2 .ab2_2{background: url(../images/ab2_bj2.png)no-repeat center;-o-background-size: cover;background-size: cover; padding: 60px 0 50px 0;margin-bottom: 0;position: relative;z-index: 2;}
.ab2 .ab2_2 .w1560{padding: 0 70px;}
.ab2 .ab2_2::after{content: "";position: absolute;bottom: -60px;left: 0;width: 100%;height: 100px;background: url(../images/ab2_bj3.png);}
.ab2 .ab2_2 .txt{float: left;margin-right: 77px;width: 44%;color: #ffffff;}
.ab2 .ab2_2 .txt .h{font-weight: bold;line-height: 60px;margin-bottom: 28px;position: relative;}
.ab2 .ab2_2 .txt .h::before{content: "";position: absolute;top: -12px;left: -16px;width: 72px;height: 64px;background: url(../images/yh.png)no-repeat;}
.ab2 .ab2_2 .txt .p{line-height: 32px;word-break: break-all;-o-text-overflow: ellipsis;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 8;overflow: hidden;height: 256px;}
.ab2 .ab2_2 .pic{float: left;width: 43%;position: absolute;top: -30px;right: 70px;z-index: 5;}
.ab3{padding: 180px 0 90px 0;background-color: #F4F8FF;}
.ab3 .w1560{padding: 0 70px;}
.ab3 .left{float: left;margin-right: 120px;width: 42%;}
.ab3 .left img{display: none;height: 400px;}
.ab3 .left img.show{display: block;}
.ab3 .right{float: left; width: 42%;}
.ab3 .right li{line-height: 24px;color: #5A5A5A;margin-bottom: 24px;padding-left: 40px;position: relative;cursor: pointer;}
.ab3 .right li.on{font-size: 24px;color: #166FFE;}
.ab3 .right li::before{content: "";position: absolute;left: 0;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);width: 0;height: 2px;background-color: #156EFE;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.ab3 .right li.on::before{width: 15px;}
.ab3 .right .pic_boxs{margin-top: 50px;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;align-items: center;vertical-align:middle;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.ab3 .right .pic_boxs .pic{width: -webkit-calc(100% / 6);width: -moz-calc(100% / 6);width: calc(100% / 6); text-align: left;}
.ab3 .right .pic_boxs .pic img{display: inline-block;max-width: 84%;}
.ab4{padding-bottom: 60px;background-color: #F4F8FF;}
.ab4 .con{position: relative;overflow: hidden;padding: 10px 0;}
.ab4 .con .swiper-slide{background-color: #ffffff;padding: 30px;text-align: center;margin-bottom:50px;margin-top: 0!important;-webkit-box-shadow: 0 0 10px rgba(50, 125, 250, 0.1);box-shadow: 0 0 10px rgba(50, 125, 250, 0.1);position: relative;top: 0;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.ab4 .con .swiper-slide:hover{top: -4px;}
.ab4 .con .swiper-slide .h{color: #0F2032;line-height: 28px;margin-bottom: 8px;}
.ab4 .con .swiper-slide .p{color: #0074FF;line-height: 28px;}
.ab4 .con .swiper-pagination{display: none;}
.ab5{padding-bottom: 160px;padding-top:40px;background-color: #fefef9;}
/* .ab5 .con{} */
.ab5 .con .box{float: left;width: 23%;margin-right: 2.5%;background-color: #ffffff;position: relative;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;padding: 100px 0 110px 50px;z-index: 2;}
.ab5 .con .box::after{content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 55px;background: url(../images/ab5_bj.png)left bottom;}
.ab5 .con .box.on{width: 49%;background-color: #156EFE;}
.ab5 .con .box:last-child{margin-right: 0;}
.ab5 .con .box .num{position: absolute;top: 0;right: 14px;line-height: 200px;font-weight: bold;color: #F3F6FD;z-index: -1;}
.ab5 .con .box.on .num{color:#F3F6FD;opacity: 0.3;}
.ab5 .con .box .h{line-height: 46px;color: #374663;margin-bottom: 20px;word-break: break-all;-o-text-overflow: ellipsis;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;height: 46px;}
.ab5 .con .box .p{line-height: 36px;color: #AAB3C4;word-break: break-all;-o-text-overflow: ellipsis;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;height: 36px;}
.ab5 .con .box.on .p,.ab5 .con .box.on .h{color: #ffffff;}
.ab5 .con .box::before{content: "";position: absolute;left: 0;top: 0;width: 6px;height: 100%;background-color: #156EFE;}
.ab3 .phone{display: none;}

/* 联系我们 */
.contact_con .con1{height: 1332px;padding-top: 200px;background: url(../images/contact_bj.jpg)no-repeat;background-position: top center;-o-background-size: 100% auto;background-size: 100% auto;}
.contact_con .con1 .tit .h{line-height: 60px;color: #0F2032;font-weight: bold;margin-bottom: 17px;}
.contact_con .con1 .tit .p{line-height: 28px;color: #5A5A5A;margin-bottom: 80px;}
.contact_con .con1 .left{width: 614px;float: left;}
.contact_con .con1 .left .box{margin-bottom: 70px;display: block;}
.contact_con .con1 .left .box:last-child{margin-bottom: 0px;}
.contact_con .con1 .left .box .pic{position: relative;overflow: hidden;padding-bottom: 42.3%;width: 100%;}
.contact_con .con1 .left .box .pic img{position: absolute;top: 50%;left: 50%;-webkit-transform:scale(1) translate(-50%,-50%);-moz-transform:scale(1) translate(-50%,-50%);-ms-transform:scale(1) translate(-50%,-50%);-o-transform:scale(1) translate(-50%,-50%);transform:scale(1) translate(-50%,-50%);max-width: 99999px;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.contact_con .con1 .left .box .pic:hover img{-webkit-transform:scale(1.05) translate(-50%,-50%);-moz-transform:scale(1.05) translate(-50%,-50%);-ms-transform:scale(1.05) translate(-50%,-50%);-o-transform:scale(1.05) translate(-50%,-50%);transform:scale(1.05) translate(-50%,-50%);}
.contact_con .con1 .left .box .txt{position: relative;padding: 30px 0 0 0;}
.contact_con .con1 .left .box .txt .h{color: #156EFE;line-height: 28px;font-weight: bold;margin-bottom: 8px;}
.contact_con .con1 .left .box .txt .p{color: #5B5B5B;line-height: 24px;}
.contact_con .con1 .left .box .txt .more{position: absolute;right: 0;top: -webkit-calc(50% + 15px);top: -moz-calc(50% + 15px);top: calc(50% + 15px);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);padding-right: 24px;background: url(../images/yjt.png)no-repeat right center;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.contact_con .con1 .left .box .txt .more:hover{top: -webkit-calc(50% + 10px);top: -moz-calc(50% + 10px);top: calc(50% + 10px);color: #0074FF;}
.contact_con .con1 .right{float: left;margin-left: 246px;}
.contact_con .con1 .right .solid{width: 85px;height: 7px;background-color: #0074FF;margin-bottom: 32px;}
.contact_con .con1 .right .h{color: #333333;line-height: 48px;font-weight: bold;margin-bottom: 74px;}
.contact_con .con1 .right  .li{line-height: 36px;color: #474278;font-weight: bold;margin-bottom: 55px;padding-left: 64px;background: no-repeat left center;-o-background-size: auto 100%;background-size: auto 100%;}
.contact_con .con1 .right  .li1{background-image: url(../images/contact_icon1.png);}
.contact_con .con1 .right  .li2{background-image: url(../images/contact_icon2.png);}
.contact_con .con1 .right  .li3{background-image: url(../images/contact_icon3.png);background-size:auto 36px;background-position-y:0;}
.contact_con .con1 .right  .li3 img{width: 90px;}
.contact_con .con2{margin-top: -100px;}
.contact_con .con2 .box{position: relative;top: 0; width: 31.5%;margin-right: 2.75%;float: left;margin-bottom: 88px;background-color: #ffffff;-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);padding: 27px 46px;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.contact_con .con2 .box:nth-child(3n){margin-right: 0;}
.contact_con .con2 .box .h{line-height: 28px;color: #156EFE;margin-bottom: 10px;font-weight: bold;}
.contact_con .con2 .box .p{line-height: 24px;color: #5B5B5B;word-break: break-all;-o-text-overflow: ellipsis;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;height: 48px;margin-bottom: 22px;}
.contact_con .con2 .box .more{position: relative;top: 0;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s; color: #A5A5A5;line-height: 20px;padding-right: 24px;background: url(../images/yjt1.png)no-repeat right center;display: table;}
.contact_con .con2 .box .more:hover{top: -4px;color: #0074FF;}
.contact_con .con2 .box:hover{top: -4px;}

/* 右侧 */
.right_logo {position: fixed;top: 32%;right: -100%;border-radius:24px;z-index: 99;-webkit-transition: all 1s;-o-transition: all 1s;-moz-transition: all 1s;transition: all 1s;}
.right_logo.active {right: 63px;}
.right_logo .offside:nth-child(1){border-top-left-radius:24px;border-top-right-radius:24px;}
.right_logo .offside { display: block; width: 48px;text-align: center;padding-bottom: 0;cursor: pointer;position: relative;background-color: #1770FE;padding-top: 23px;margin-bottom:-1px;position:relative;}

.right_logo .offside .code{position:absolute;left:0;top:50%;transform:translate(-120%,0);margin-top:-45px;height:0;box-shadow:0 0 10px rgba(0,0,0,0.1);z-index:-1;opacity:0;transition:all 0.5s;width:0;}

.right_logo .offside:hover .code{z-index:2;opacity: 1;width:90px;height:90px;}

.right_logo .offside .box{position: absolute;right: 80px;top: 28px;background-color: #ffffff;color: #1770FE;white-space:nowrap;line-height:40px;padding:0 12px;border-radius:4px;opacity:0;z-index:-999;transition:all 0.3s;box-shadow:0 0 10px rgba(0,0,0,0.2);font-size:0;}
.right_logo .offside .box::after{content:"";position:absolute;right: -8px; top:50%;transform:translateY(-50%);width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 8px solid #fff;
    border-bottom: 5px solid transparent;}
.right_logo .offside:hover{overflow:initial;}
.right_logo .offside:hover .box{top:23px;right:75px;opacity: 1;z-index: 0;height:40px;font-size:18px;}
.right_logo .offside:nth-child(4){padding-bottom: 23px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;}
.right_logo .offside:nth-child(5){margin-top: 14px;padding-top: 0;background-color: transparent;}
.right_logo .offside .bshare-facebook{background: url('../image/foot-btn03.png') no-repeat center center;height: 30px;}
.right_logo .offside:last-child {padding-bottom: 0;margin-bottom: 0;border-bottom: none;}
.right_logo .offside .offside_img {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;-moz-box-pack: center;justify-content: center;}
.right_logo .offside .offside_img img{display: inline-block;max-width:28px;}
.right_logo .offside .off_txt {color: #fff;margin-top: 6px;}
.right_logo .off_g:hover .off_gzh {opacity: 1;visibility: visible;}
.right_logo .offside .off_gzh {position: absolute;right: 130%;bottom: 50%;width: 130px;padding: 10px;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;-moz-box-pack: center;justify-content: center;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;-moz-box-align: center;align-items: center;background: #fff;-webkit-box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);overflow: hidden;opacity: 0;visibility: hidden;-webkit-transition: all .5s;-o-transition: all .5s;-moz-transition: all .5s;transition: all .5s;-webkit-transform: translateY(50%);-moz-transform: translateY(50%);-ms-transform: translateY(50%);-o-transform: translateY(50%);transform: translateY(50%);}

/* ai页面 */
.ai_banner .p1{margin-bottom: 80px;}
.ai_banner .btn{background-color: #146DFE;position: relative;top: 0; display: block;float: left;width: 170px;height: 50px;border-radius: 25px;line-height: 50px;text-align: center;margin-right: 13px;color: #fff;overflow: hidden;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;opacity:1;}
.ai_banner .btn:after{content: "";position: absolute; top: -1px; left: -1px;width: 0;height: -webkit-calc(100% + 2px);height: -moz-calc(100% + 2px);height: calc(100% + 2px);background-color: #146DFE;z-index: -1;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.ai_banner .btn:hover{top: -4px;opacity:0.7;}

.ai_banner .btnx{position: absolute;top:auto; bottom: 6vw;left: 14.2vw;background-color:transparent;border:1px solid #ffffff;overflow:hidden;}
.ai_banner .btnx:after{content:"";position: absolute;top: 0;left: 0;width: 0;height: 100%;background-color: #146DFE;transition:all 0.5s;z-index:-1;}
.ai_banner .btnx:hover{top:auto;border-color:transparent;}
.ai_banner .btnx:hover:after{width:100%;}

.ai_tit{text-align: center;margin-bottom: 30px;}
.ai_tit span{position: relative;display: inline-block;font-weight: normal;z-index: 2;font-weight: bold;}
.ai_tit span::after {content: '';position: absolute;left: 50px;right: 50px;bottom: -6px;height: 12px;background: #1871FE;z-index: -1;}
.ai_tit1 .h{text-align: center;color: #393939;line-height: 44px;margin:0 0 30px 0;}
.ai_tit1 .p{text-align: center;color: #666666;line-height: 28px;margin-bottom: 60px;}
.ai_con{margin-top: 0;}
.ai{padding: 70px 0 70px 0;}
.ai img{margin: 0 auto;width:100%;}
.ai img.pimg{display: block;}
.ai img.mimg{display: none;}
.ai1{display:none;}
.ai1 .con{padding-top: 30px;}
.ai1 .con .box{float: left;width: 23%;margin-right: 2.66%;}
.ai1 .con .box:last-child{margin-right: 0;}
.ai1 .con .box .top{position: relative; padding: 22px 0 35px 0;background: url(../images/ai1_pic.png)no-repeat center;-o-background-size: cover;background-size: cover;color: #fff;text-align: center;}
.ai1 .con .box .top:after{content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 18px;background: url(../images/dianwang.png);}
.ai1 .con .box .top .h{line-height: 32px;font-weight: bold;margin-bottom: 7px;}
.ai1 .con .box .top .p{line-height: 22px;font-weight: bold;}
.ai1 .con .box .bottom{height: 368px;-webkit-box-shadow: 0px 0px 10px rgba(50, 125, 250, 0.14);box-shadow: 0px 0px 10px rgba(50, 125, 250, 0.14);padding: 29px 43px 36px 43px;}
.ai1 .con .box .bottom li{margin-bottom: 25px;}
.ai1 .con .box .bottom li:last-child{margin-bottom: 0;}
.ai1 .con .box .bottom li .h1{line-height: 24px;color: #156EFE;font-weight: bold;padding-left: 20px;background: url(../images/xfk.png)no-repeat left center;margin-bottom: 10px;}
.ai1 .con .box .bottom li .p1{line-height: 22px;color: #8F99A3;}
/* .ai1 .con .box:nth-child(2n) .bottom{display: flex;justify-content: space-between;flex-wrap: wrap;}
.ai1 .con .box:nth-child(2n) .bottom li{width: 50%;} */
.ai1 .con .box:nth-child(2n) .bottom li{width: 50%;float: left;padding-right: 2%;}
.ai1 .con .box:nth-child(2n) .bottom li:nth-child(2n){float: right;padding-right: 0;padding-left: 2%;}
.ai1 .con .box:last-child .bottom li:last-child{width: 100%;margin-top: -20px;}
.ai2{background-color: #F5F8FF;}
.ai2 img{width: 86.3%;}
.ai4{padding-top: 0;}
.ai5{background-color: #F5F8FF;}
.ai6{background-color: #F5F8FF;padding-top: 0;}

/* onebuilder */
.ob_tit img{margin: 0 auto;margin-top: 60px;max-width: 72%;}
.ob_tit .p{margin-top: 60px;line-height: 32px;color: #666666;}
.ob1{display: flex;justify-content: space-between;align-items: center;padding-top: 70px;}
.ob1 .txt{width: 37%;}
.ob1 .txt .h{font-weight: bold;position: relative;z-index: 2;display: table;line-height: 60px;margin-bottom: 50px;}
.ob1 .txt .h:after{content: '';position: absolute;left: 0;bottom: 7px;width: 100%; height: 12px;background: #1871FE;z-index: -1;}
.ob1 .txt .p{color: #666666;line-height: 34px;word-break: break-all;-o-text-overflow: ellipsis;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow:hidden;text-align:justify;}
.ob1 .pic{width: 58%;position: relative;}
.ob1 .pic .btn{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 2;cursor: pointer;}
.ob1 .pic .btn::before{content: "";position: absolute;top: 50%;left: 50%;width: 100%;height: 100%;transform:translate(-50%,-50%) scale(1) ;animation: scale 2s infinite;background-color: #fff;border-radius: 50%;z-index: -1;}
.ob1 .pic .btn:after{content: "";position: absolute;top: 50%;left: 50%;transform:translate(-50%,-50%) scale(1) ;width: 100%;height: 100%;animation: scale2 2s infinite;background-color: #fff;border-radius: 50%;z-index: -2;}
@keyframes scale{0%{ transform:translate(-50%,-50%) scale(1) ; opacity:1}100%{ transform:translate(-50%,-50%) scale(1.5) ; opacity: 0;}}
@keyframes scale2{0%{ transform:translate(-50%,-50%) scale(1) ;opacity:.5;}100%{ transform:translate(-50%,-50%) scale(2) ;opacity:0;}}
.ob {padding-bottom: 120px;}
.ob_tit{margin-bottom: 70px;}
.ob2 .ob_tit{margin-bottom: 90px;}
.ob3{background-color: #F5F8FF;padding: 90px 50px;}
.ob3 .tab{display: table;margin: 0 auto;margin-bottom: 68px;}
.ob3 .tab span{display: block;float: left;position: relative;top: 0; width: 272px;height: 52px;line-height: 50px;color: #363636; text-align: center;margin:0 70px;border: 1px solid #D5D5D5;border-radius: 26px;overflow: hidden;z-index: 2;cursor: pointer;transition: all 0.3s;opacity:1;}
.ob3 .tab span.on{border-color: transparent;color: #fff;}
.ob3 .tab span:after{content: "";position: absolute;top: 0;left: 0;width: 0%;height: 100%;background-color:#146DFE; background-image: linear-gradient(to right,#3A94FF, #146DFE);transition: all 0.3s;z-index: -1;}
.ob3 .tab span.on:after{width: 100%;}
.ob3 .tab span:hover{top: -4px;opacity:0.7;}
.ob3 .con{display: none;justify-content: space-between;}
.ob3 .con.show{display: flex;}
.ob3 .con .pic{width: 54%;display:flex;align-items:center;}
.ob3 .con .list{width: 42%;margin-top: 4px;}
.ob3 .con .list li{position: relative; margin-bottom: 40px;display: flex;justify-content: space-between;align-items: center; padding: 25px 48px;background-color: #ffffff;box-shadow:0 0 10px rgba(0, 116, 225, 0.14);}
.ob3 .con .list li:last-child{margin-bottom: 0;}
.ob3 .con .list li:after{content: "";position: absolute;left: -10px;top: 50%;transform: translateY(-50%);width: 0;height: 0;border-top: 12px solid transparent;border-right: 10px solid #fff;border-bottom: 12px solid transparent;}
.ob3 .con .list li .num{width: 56px;height: 47px;background-color: #1B75FE;color: rgba(255,255,255,0.7);line-height: 47px;text-align: center;border-radius: 4px;margin-right: 32px;}
.ob3 .con .list li .txt{padding-left: 42px;width: calc(100% - 88px);line-height: 27px;word-break: break-all;-o-text-overflow: ellipsis;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;height: 54px;overflow:hidden;}
.ob3 .con .list li .txt:after{content: "";width: 20px;height: 100%;background: url(../images/x_solid.png)no-repeat;position: absolute;top: 0;left: 0;}
.ob4{padding-top: 120px;}
.ob4 .con{display: flex;justify-content: space-between;flex-wrap: wrap;}
.ob4 .con .box{width: 48.3%;display: flex;justify-content: space-between;margin-bottom: 48px;box-shadow: 0 0 10px rgba(0, 116, 225, 0.14);}
.ob4 .con .box .pic{width: 46.2%;padding-bottom: 36.3%; position: relative;overflow: hidden;}
.ob4 .con .box .pic img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);height: 100%;max-width: 99999px;transition: all 0.3s;}
.ob4 .con .box .pic:hover img{height: 105%;}
.ob4 .con .box .txt{width: 53.8%;padding: 44px 32px 44px 38px;}
.ob4 .con .box .txt .h{position: relative; color: #364765;font-weight: bold;line-height: 34px;margin-bottom: 28px;padding-left: 24px;}
.ob4 .con .box .txt .h::before{content: "";position: absolute;top: 50%;left: 0;width: 3px;height: 26px;transform: translateY(-50%);background-color: #1A73FE;border-radius: 2px;}
.ob4 .con .box .txt .p{color: #8F99A3;line-height: 32px;word-break: break-all;-o-text-overflow: ellipsis;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;height: 128px;overflow:hidden;text-align:justify;word-break:break-all;}
.ob4 .con .box:nth-last-child(-n+2){margin-bottom: 0;}
.ob5{background-color: #F5F8FF;padding-top: 60px;}
.ob5 .tab{display: table;margin: 0 auto;margin-bottom: 70px;}
.ob5 .tab span{display: block;float: left;position: relative;top: 0;min-width: 242px;padding: 0 45px;height: 52px;line-height: 50px;color: #363636; text-align: center;margin:0 70px;border: 1px solid #D5D5D5;border-radius: 26px;overflow: hidden;z-index: 2;cursor: pointer;transition: all 0.3s;opacity:1;}
.ob5 .tab span.on{border-color: transparent;color: #fff;}
.ob5 .tab span:after{content: "";position: absolute;top: 0;left: 0;width: 0%;height: 100%;background-color:#146DFE; background-image: linear-gradient(to right,#3A94FF, #146DFE);transition: all 0.3s;z-index: -1;}
.ob5 .tab span.on:after{width: 100%;}
.ob5 .tab span:hover{top: -4px;opacity:0.7;}
.ob5 .con{display: none;justify-content: space-between;box-shadow: 0 0 10px rgba(0, 116, 225, 0.14);}
.ob5 .con.show{display: flex;}
.ob5 .con .pic{width: 55.3%;overflow: hidden;position: relative;}
.ob5 .con .pic img{min-width: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);height: 100%;max-width: 9999px;transition: all 0.3s;}
.ob5 .con .pic:hover img{height: 105%;}
.ob5 .con .txt{width: 44.7%;background-color: #FFFFFF;padding: 78px 108px 86px 124px;}
.ob5 .con .txt .p{line-height: 30px;color: #666666;word-break: break-all;-o-text-overflow: ellipsis;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 8;height: 240px;overflow:hidden;margin-bottom: 0;}
.ob5 .con .txt .btn{position: relative;top: 0; width: 200px;height: 50px;text-align: center;line-height: 50px;color: #fff;background-color:#146DFE;background-image:linear-gradient(to right,#3A94FF, #146DFE);border-radius: 25px;transition: all 0.3s;opacity:1;}
.ob5 .con .txt .btn:hover{top: -4px;opacity:0.7;}
/* onebuilder end*/


.os2 .list{display: flex;justify-content: space-around;}
.os2 .list li{position: relative;width: 31.6%; margin-bottom: 56px;display: flex;justify-content: space-between;align-items: center; padding:22px 48px 30px 48px;background-color: #ffffff;background: url(../images/os2_kuang.png)no-repeat;background-size: 100% 100%;}
.os2 .list li .num{width: 67px;height: 62px;background-color: #1B75FE;color: rgba(255,255,255,0.7);line-height: 62px;text-align: center;border-radius: 4px;margin-right: 32px;}
.os2 .list li .txt{padding-left: 42px;width: calc(100% - 88px);}
.os2 .list li .txt:after{content: "";width: 30px;height: 100%;background: url(../images/x_solid1.png)no-repeat;position: absolute;top: 0;left: 0;background-size:100%; background-position-y: center;}
.os2 .list li .txt .h{color: #666666;line-height: 30px;margin-bottom: 10px;font-weight: bold;}
.os2 .list li .txt .p{line-height: 24px;color: #666666; word-break: break-all;-o-text-overflow: ellipsis;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;height: 48px;overflow:hidden;}

.om3 .tab{display: flex;justify-content: space-between; margin: 0 auto;margin-bottom: 68px;}
.om3 .tab span{display: block;position: relative;top: 0; width: 217px;height: 52px;line-height: 50px;color: #363636; text-align: center;margin:0;border: 1px solid #D5D5D5;border-radius: 26px;overflow: hidden;z-index: 2;cursor: pointer;transition: all 0.3s;}

.os3{background: transparent;padding-bottom: 0;padding-right: 0;padding-left: 0;padding-top: 0;}
.os3 .con_m{display: none;}
.os3 .con{display: block;position: relative;padding-bottom: 49%;background: url(../images/os3_bj.png)no-repeat center;background-size: 100% 100%;}
.os3 .con .yuan{position: absolute;z-index: 2;}
.os3 .con .yuanx{top: 50%;left: 50%;transform: translate(-50%,-50%);}
.os3 .con .yuan1{top: 25.53%;left: 9.22%;}
.os3 .con .yuan2{top: 54.25%;left: 8.9%;}
.os3 .con .yuan3{top: 48.2%;left: 19.16%;}
.os3 .con .yuan4{top: 64.25%;left: 20.57%;}
.os3 .con .yuan5{top: 10.42%;left: 23.9%;}
.os3 .con .yuan6{top: 28.19%;left: 30.10%;}
.os3 .con .yuan7{top: 54.25%;left: 37.39%;}
.os3 .con .yuan8{top: 79.25%;left: 40.46%;}
.os3 .con .yuan9{top: 30.31%;left: 42.13%;}
.os3 .con .yuan10{top: 9.04%;left: 44.01%;}
.os3 .con .yuan12{top: 63.08%;left: 52.03%;}
.os3 .con .yuan13{top: 35%;left: 56.25%;}
.os3 .con .yuan14{top: 76.7%;left: 57.96%;}
.os3 .con .yuan15{top: 21.17%;left: 60.36%;}
.os3 .con .yuan16{top: 50%;left: 65.83%;}
.os3 .con .yuan17{top: 22.87%;left: 72.5%;}
.os3 .con .yuan18{top: 67.98%;left: 73.43%;}
.os3 .con .yuan19{top: 47.65%;left: 75.67%;}
.os3 .con .yuan20{top: 15.42%;left: 83.9%;}
.os3 .con .yuan21{top: 65.63%;left: 84.68%;}
.os3 .con .yuan22{top: 37.02%;left: 87.55%;}
.os3 .con:after{position: absolute;content: "";top: 50%;left: 50%;transform: translate(-50%,-50%) scale(1);width: 136px;height: 136px;border-radius: 50%;background-color: rgba(0, 116, 255, 0.24);animation: scale 2s infinite;}
@keyframes scale{0%{ transform:translate(-50%,-50%) scale(1) ; opacity:1}100%{ transform:translate(-50%,-50%) scale(1.5) ; opacity: 0;}}
.os4{padding-top: 120px;padding-bottom: 0;}
.os4 .con{display: flex;justify-content: space-between;padding: 0 50px;}
.os4 .con .box{text-align: center;position: relative;width: 22.3%;}
.os4 .con .box:after{content: "";position: absolute;top: 54%;right: -40%;transform: translateY(-50%); width: 87px;height: 128px;background: url(../images/os4_jt.png)no-repeat;background-size: 100% 100%;}
.os4 .con .box:last-child:after{display: none;}
.os4 .con .box .pic{height: 161px;vertical-align: bottom;}
.os4 .con .box .pic img{display: inline-block;height: 100%;}
.os4 .con .box .solid{margin: 28px auto;}
.os4 .con .box .txt .h{line-height: 33px;font-weight: bold;color: #0F2032;margin-bottom: 13px;}
.os4 .con .box .txt .p{color: #959595;line-height: 24px;word-break: break-all;}

/* 技术 */
.tec1 .con{display: flex;justify-content: space-between;}
.tec2 .con{display: flex;justify-content: space-between;flex-direction: row-reverse;}
.tecs{padding-top: 96px;}
.tecs .tec_h{line-height: 60px;margin-bottom: 48px;color: #0F2032;font-weight: bold;}
.tecs .pic{width: 46.5%;position: relative;overflow: hidden;}
.tecs .pic img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%; transition: all 0.3s;}
.tecs .txt{width: 47.5%;}
.tecs .txt a{display: block;position: relative;border-bottom: 1px solid #DEDEDE;padding-top: 30px;}
.tecs .txt a:last-child{border-bottom: none;}
.tecs .txt .h{line-height: 32px;color: #333333;font-weight: bold;word-break: break-all;-o-text-overflow: ellipsis;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;height: 32px;overflow:hidden;margin-bottom: 24px;position: relative;left: 0;transition: all 0.3s;}
.tecs .txt a:hover .h{left: 4px;color: #146DFE;}
.tecs .txt .p{color: #777777;line-height: 26px;word-break: break-all;-o-text-overflow: ellipsis;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;height: 78px;overflow:hidden;margin-bottom: 4px;}
.tecs .txt .school{position: absolute;top: 38px;right: 0;font-weight: bold;color: #0074FF;}

/* .tec3{} */
.tec3_1{text-align: center;padding: 96px 0 154px 0;margin-top: 96px;background: url(../images/tec_bj.png)no-repeat center;background-size: 100% 100%;color: #fff;}
.tec3_1 .h{line-height: 60px;font-weight: bold;margin-bottom: 32px;}
.tec3_1 .p{width: 838px;margin: 0 auto;max-width: 80%;line-height: 38px;color: #ffffff;}
.tec3_2{ display: flex;justify-content: space-between;z-index: 2;}
.tec3_2 .li{width: 23.8%;text-align: center;box-shadow: 0 10px 10px rgba(0, 0, 0, 0.14);margin: -100px 0 80px 0;background-color: #fff;padding: 52px 0;}
.tec3_2 .li .pic{height: 76px;width: 90px;margin: 0 auto;margin-bottom: 30px;position: relative;}
.tec3_2 .li .pic img{position: absolute;top: 0;left: 0;right:0;bottom: 0;max-height: 100%;}
.tec3_2 .li .h{font-weight: bold;color: #333333;line-height: 36px;margin-bottom: 22px;}
.tec3_2 .li ul{display: table;margin:0 auto;}
.tec3_2 .li ul li{line-height: 22px;color: #AAAAAA;margin-bottom: 14px;position: relative;padding-left: 12px;text-align: left;}
.tec3_2 .li ul li:after{content: "";position: absolute;top: 50%;left: 0;width: 5px;height: 5px;border-radius: 50%;background-color: #AAAAAA;transform: translateY(-50%);}
.tec3_3{padding-bottom: 75px;}

.ser_con{background-color: #fefef9;}
.ser .h{line-height: 60px;font-weight: bold;margin-bottom: 32px;text-align: center;}
.ser .p{width: 1098px;margin: 0 auto;max-width: 80%;line-height: 38px;text-align: center;color: #5A5A5A;}
.ser1{padding:90px 0 130px 0;}
.ser1 .con{position: relative;overflow: hidden;margin-top: 70px;padding-top: 70px;}
.ser1 .con .swiper-slide{border: 1px solid #D5DAE4;padding-bottom: 31px;}
.ser1 .con .swiper-slide .pic{margin: 0 auto;width: 82%;padding: 29%; margin-top: -70px;position: relative;border-radius: 4px;overflow: hidden;margin-bottom: 28px;}
.ser1 .con .swiper-slide .pic img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);max-width: 9999px;height: 100%;}
.ser1 .con .swiper-slide .icon{height: 54px;margin-bottom: 22px;}
.ser1 .con .swiper-slide .icon img{height: 100%;margin: 0 auto;}
.ser1 .con .swiper-slide .h{line-height: 32px;margin-bottom: 10px;}
.ser1 .con .swiper-slide .p{line-height: 22px;}
.ser1 .con .swiper-pagination{display: none;}
.ser2 .con{display: flex;justify-content: space-between;padding: 70px 0 130px 0;}
.ser2 .con .box{width: 18.7%;text-align: center;}
.ser2 .con .box .top{background-color: #3791FF;background-image:linear-gradient(to right,#3791FF,#1871FE);color: #fff;line-height: 88px;font-weight: bold;}
.ser2 .con .box .list{background-position:right bottom;background-size: auto 48%;background-repeat: no-repeat; background-color: #ffffff;box-shadow: 0 10px 10px rgba(0, 0, 0, 0.14);padding: 28px 0;height: 306px;}
.ser2 .con .box .list ul{display: table;margin: 0 auto;}
.ser2 .con .box .list li{line-height: 22px;margin-bottom: 16px;text-align: left;color: #2B85FF;padding-left: 16px;}
.ser2 .con .box .list li:last-child{margin-bottom: 0;}
.ser2 .con .box .list li::before{content: "";position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 5px;height: 5px;border-radius: 50%;background-color: #2B85FF;}
.ser2 .con .box:nth-child(1) .list{background-image: url(../images/ser_xbj1.png);}
.ser2 .con .box:nth-child(2) .list{background-image: url(../images/ser_xbj2.png);}
.ser2 .con .box:nth-child(3) .list{background-image: url(../images/ser_xbj3.png);}
.ser2 .con .box:nth-child(4) .list{background-image: url(../images/ser_xbj4.png);}
.ser2 .con .box:nth-child(5) .list{background-image: url(../images/ser_xbj5.png);}
.ser2 .phone{display: none;}
/* .ser3{padding-bottom: 130px;} */
.ser3 .pic{width: 100%;margin-top: 70px;}
.ser3 .pic img{width: 100%;}
.ser4{padding: 150px 0 100px 0;background: url(../images/ser_bj.png)no-repeat center;background-size: 100% 100%;}
.ser4 .con{display: flex;justify-content: space-between;padding-top: 20px;}
.ser4 .con .box{width: 31.6%;background-color: #ffffff;padding: 36px 58px 30px 58px;}
.ser4 .con .box .pic{margin-bottom: 19px;}
.ser4 .con .box .h1{font-weight: bold;color: #333333;margin-bottom: 19px;}
.ser4 .con .box .p1{line-height: 32px;color: #5A5A5A;}
.ser4 .phone{display: none;}
.ser5{padding:120px 0 100px 0;}
.ser5 .con{display: flex;padding: 0 17%;}
.ser5 .con .left{width: 64.3%;position: relative;}
.ser5 .con .left:after{content: "";position: absolute;top: 20px;bottom: 20px;right: 0;width: 1px;background-color: #707070;opacity: 0.3;}
.ser5 .con .left .box{display: flex;align-items: center;margin-bottom: 36px;}
.ser5 .con .left .box:last-child{margin-bottom: 0;}
.ser5 .con .left .box .txt{margin-left: 55px;}
.ser5 .con .left .box .txt .p1{line-height:24px;color: #575856;}
.ser5 .con .left .box .txt .h1{font-weight: bold;line-height: 42px;color: #020202;}
.ser5 .con .right{width: 35.7%;text-align: right;}
.ser5 .con .right div{display: inline-block;text-align: center;width:184px;}
.ser5 .con .right div img{margin-bottom: 20px;}

/* 案例列表 */
.ca_banner .txt .h1{line-height: 75px;margin-bottom: 28px;}
.case_con{background-image: linear-gradient(to bottom left,#FFFFFF, #F1F6FF);}
.cal{padding-top: 140px;}
.cal .tit{text-align: center;margin-bottom: 70px;}
.cal .tit .h1{color: #0F2032;position: relative;display: table;margin: 0 auto;margin-bottom: 30px;z-index: 2;font-weight: bold;}
.cal .tit .h1::after{content: "";position: absolute;left: 50px;right: 50px;bottom: -3px;height: 12px;background-color: #1871FE;z-index: -1;}
.cal .tit .h2{font-weight: bold;color: #0470F2;margin-bottom: 30px;}
.cal .tit .p{font-size: 16px;color: #666666;}
.cal1 .con{display: flex;justify-content: space-between;background-color: #ffffff;box-shadow:0 0 10px rgba(0, 116, 255, 0.07);flex-wrap: wrap;}
.cal1 .con .box{width: 25%;padding: 80px 0;text-align: center;position: relative;}
.cal1 .con .box:after{content: "";position: absolute;top: 29px;bottom: 39px;right: 0;width: 1px;background: url(../images/line_3.png)no-repeat;background-size: 100% 100%;}
.cal1 .con .box:last-child:after{display: none;}
.cal1 .con .box .pic{height: 90px;margin-bottom: 30px;}
.cal1 .con .box .pic img{max-height: 100%;margin: 0 auto;}
.cal1 .con .box .txt{padding: 0 60px;}
.cal1 .con .box .txt .h{font-weight: bold;color:#0470F2;line-height: 32px;margin-bottom: 26px;}
.cal1 .con .box .txt .txt1{display: flex;justify-content:center;width: 100%;}
.cal1 .con .box .txt .txt1>div{width: 50%;color: #959595;text-align: center;}
.cal1 .con .box .txt .txt1>div .p{line-height: 22px;margin-bottom: 22px;white-space: nowrap;}
.cal1 .con .box .txt .txt1>div .p:last-child{margin-bottom: 0;}
.cal2 .con{display: flex;justify-content: space-between;flex-wrap: wrap;}
.cal2 .phone{display: none;}
.cal2 .con .box{width: 32%;padding-bottom:18.1%;margin-bottom: 62px;overflow: hidden;position: relative;}
.cal2 .con .box::before{content: "";position: absolute;top: 0;right: -8px; width: 57.8%;height: 100%;background: url(../images/px2.png);background-size: 100% 100%;z-index: 2;}
.cal2 .con .box::after{content: "";position: absolute;top: 0;right: -8px; width: 61.6%;height: 100%;background: url(../images/px1.png);background-size: 100% 100%;z-index: 3;transition: all 0.3s;}
.cal2 .con .box .pic{position: absolute;top: 0;left: 0;width: 100%;height: 100%;transform: scale(1);transition: all 0.3s;}
.cal2 .con .box:hover:after{right: 0;}
.cal2 .con .box:hover .pic{transform: scale(1.05);}
.cal2 .con .box .pic img{width: 100%;height: 100%;}
.cal2 .con .box .txt{position: absolute;top: 50%;right: 0;width: 40.4%;transform: translateY(-50%);color: #ffffff;z-index: 4;}
.cal2 .con .box .txt .h{margin-bottom: 30px;}
.cal2 .con .box .txt .p{padding-right: 20px;display: table; background: url(../images/cal_jt.png)no-repeat right center;transition: all 0.3s;}
.cal2 .con .box:hover .txt .p{padding-right: 26px;}
/* .cal2 .con .phone{display: none;} */
.cal3{padding-top: 78px;padding-bottom: 190px;}
.cal3 .con .pc{display: flex;justify-content: space-between;}
.cal3 .con .phone{display: none;}
.cal3 .con .box{width: 24%;}
.cal3 .con .box .mb{margin-bottom: 16px;}
.cal3 .con .box .pic{display: flex;justify-content: space-between;}
.cal3 .con .box .pic img{width: 48.4%;}
.cal3 .con .box .txt{padding: 40px 30px 40px 54px;background: url(../images/cal3_yh1.png)no-repeat 18px 27px;background-size: 29px 31px;background-color: #ffffff;overflow: hidden;}
.cal3 .con .box .txt .p1{line-height: 30px;text-align: justify;vertical-align: middle;}
.cal3 .con .box .txt .p1 span{display: inline-block;width: 29px;height: 31px;background:url(../images/cal3_yh2.png)no-repeat;background-size: 100% 100%;vertical-align: middle;}
.cal3 .con .box .txt .p2{float: right;padding-left: 40px;position: relative;margin-top: 33px;font-size: 14px;line-height: 24px;}
.cal3 .con .box .txt .p2::before{content: "";position: absolute;top: 11.5px;left: 0;width: 30px;height: 1px;background-color: #707070;opacity: 0.23;}

/* 案例详情 */
.cd_banner .txt .h1{margin-bottom: 46px;}
.cad_con{padding-bottom: 2px;}
.cad_con .tit{text-align: center;margin-bottom: 70px;}
.cad_con .cad1 .tit{margin-bottom: 0;}
.cad_con .tit .h1{color: #0F2032;position: relative;display: table;margin: 0 auto;margin-bottom: 30px;z-index: 2;font-weight: bold;}
.cad_con .tit .h1::after{content: "";position: absolute;left: 50px;right: 50px;bottom: -3px;height: 12px;background-color: #1871FE;z-index: -1;}
.cad_con .tit .h2{font-weight: bold;color: #0470F2;margin-bottom: 0;}
.cad1{padding-top: 100px;}
.cad1 .con{margin-top: 70px;}
.cad1 .con .box{margin-bottom: 60px;}
.cad1 .con .box:last-child{margin-bottom: 0;}
.cad1 .con .title1{width: 328px;height: 48px;line-height: 36px;font-weight: bold; padding-left: 74px;color: #0074FF;background: url(../images/cad_titbj.png)no-repeat;background-size: 100% 100%;margin-bottom:40px;}
.cad1 .con .p{color: #5A5A5A;line-height: 28px;}
.cad2{padding-top: 100px;}
.cad2 .tit .txt .h1{margin-bottom: 85px;}
.cad2 .con1{margin-bottom: 90px;}
.cad2 .con1 img{box-shadow:0 0 10px rgba(0, 116, 255, 0.07);}
.cad2 .con2{background-color: #F5F8FF;padding-top: 94px;padding-bottom: 90px;}
.cad2 .con2 img{margin-bottom: 60px;box-shadow:0 0 10px rgba(0, 116, 255, 0.07);}
.cad2 .con2 img:last-child{margin-bottom: 0;}
.cad3{padding: 145px 0 222px 0;background-color: #F5F8FF;}
.cad3 .w1560{padding: 0 5.4%;overflow:hidden;}
.cad3 .w1560 .swiper-pagination{bottom: 0;display:none;}
.cad3 .w1560 .swiper-wrapper{display: flex;justify-content:space-between;}
.cad3 .w1560 .box{padding-left: 60px;background: url(../images/cad3_dian.png)no-repeat left 11px;width:26%;margin-right:13%;}
.cad3 .w1560 .box .h{line-height: 42px;color: #156EFE;font-weight: bold;margin-bottom: 48px;}
.cad3 .w1560 .box ul li{color: #0F2032;line-height: 24px;margin-bottom: 29px;}
.cad3 .w1560 .box ul li:last-child{margin-bottom: 0;}

/* 适配 */
@media (max-width:1780px){
    .header .nav1 li{margin-right: 36px;}
}
@media (max-width:1680px){
    .f_44{font-size: 40px;}
    .ob5 .tab span{margin: 0 60px;min-width:186px;}
    .part2 .con .swiper-slide .top img{width:-webkit-calc(100% - 335px);width:-moz-calc(100% - 335px);width:calc(100% - 335px);}
    
}

@media (max-width:1560px){
.w1560{width: 82%;}
.banner .swiper-slide .txt{left: 9%;}
.footer .top .center .ul1{margin: 0 45px;}
/*.header .nav1{width: 795px;}*/
.header .nav1 li{margin-right: 40px;}
.header .sq_btn{width: 140px;}
.part2 .con .swiper-slide .top img{width:-webkit-calc(100% - 335px);width:-moz-calc(100% - 335px);width:calc(100% - 335px);}
.part2 .con .swiper-slide .top .txt{padding-top: 30px;}
.ny_banner .txt{left: 9%;top: 54%;}
.team_con .box:hover .txt2{padding-top:40px;}
.team_con .box .txt2 .right{line-height: 20px;}
.contact_con .con1 .left{width: 500px;}
.contact_con .con1 .right{margin-left: 180px;}
.contact_con .con1 .tit .p{margin-bottom: 60px;}
.contact_con .con1 .left .box .txt .more{top: 50%;}
.contact_con .con1 .left .box .txt .more:hover{top: 48%;}
.ob3 .tab span{width: 217px;height: 42px;line-height: 40px;margin: 0 40px;}
.om3 .tab span{width: 217px;height: 42px;line-height: 40px;margin: 0 18px;}
.contact_con .con2{margin-top: -210px;}
.contact_con .con1 .right .h{margin-bottom: 50px;}
.ob5 .tab span{margin: 0 42px;min-width:182px;}
}

@media (max-width:1560px){
.f_16{font-size: 14px;}
.f_18{font-size: 16px;}
.f_52{font-size: 34px;}
.f_44{font-size: 33px;}
.f_70{font-size: 40px;}
.f_42{font-size: 32px;}
.f_36{font-size: 27px;}
.f_33{font-size: 24px;}
.f_32{font-size: 24px;}
.f_30{font-size: 22px;}
.f_28{font-size: 21px;}
.f_26{font-size: 19px;}
.f_24{font-size: 18px;}
.f_20{font-size: 15px;}
.footer .top .center .ul1{margin: 0 56px;}
.banner .swiper-slide .txt{top: 32%;}
.banner .swiper-slide .txt .p{margin-bottom: 45px;}
.ai_banner .p1{margin-bottom: 50px;line-height:30px;}
.in_tit{margin: 60px 0 45px 0;}
.in_tit .h{line-height: 50px;}
.in_tit .p{line-height: 20px;font-size: 16px;}
.part2 .in_tit{margin-top: 52px;}
.part2 .con .swiper-slide .top .txt .h{line-height: 41px;}
.in_tit .h{margin-bottom: 6px;}
.part1 .box:after{height:66px;top: 20px;}
.part2 .con{padding: 10px 0;}
.part2 .con .swiper-slide .top::after{left: 16px;width: -webkit-calc(100% - 32px);width: -moz-calc(100% - 32px);width: calc(100% - 32px);}
.part2 .con .swiper-slide .top .txt{padding: 30px 0 0 30px;width: 250px;}
.part2 .con .swiper-slide .bottom{padding: 0 16px;padding-bottom: 30px;}
.part2 .con .swiper-slide .top img{width:-webkit-calc(100% - 320px);width:-moz-calc(100% - 320px);width:calc(100% - 320px);}
.part2 .con .swiper-slide .bottom .more{width: 218px;height:38px;line-height: 36px;}
.part2 .con .swiper-slide .bottom .btn{margin-top: 28px;margin-bottom: 15px;}
.part2 .con .swiper-slide .bottom .boxs .box{margin-bottom: 38px;}
.part2 .con .swiper-slide .bottom .boxs .box .txt1 .p1{font-size: 12px;line-height: 15px;}
.part2 .con .swiper-slide .bottom .p{font-size: 12px;}
.part3{padding: 141px 0 68px 0;}
.part3 .in_tit{margin-bottom: 42px;margin-top:10px;}
.part3 .con .box .left{font-size: 56px;}
.part3 .con .box .right .h{line-height: 40px;}
.part4 .boxs{height: 262px;}
.part4 .tab{margin-top: 0;margin-bottom:52px;}
.part4 .tab .btn{margin: 0 20px; height:35px;line-height:33px;font-size:12px;min-width:160px;margin-bottom:14px;}
.part4 .boxs .box .txt .h{line-height: 30px;height:30px;-webkit-line-clamp:1;margin-bottom:30px;}
.part4 .boxs .box .txt .p{margin-bottom: 38px;line-height:24px;height:48px;}
.part4 .boxs .box .pic{width: 390px;}
/*.header .nav1{width: 650px;}*/
.header .nav1 li{margin-right: 24px;padding-bottom:24px;}
.header .sq_btn{width: 120px;height: 33px;line-height: 33px;}
.part1{padding:16px 30px 28px 30px;}
.part1 .box .h{line-height: 28px;font-size:26px;}
.part1 .box .h.f_26{font-size: 20px;}
.part1 .box img{width: 46px;margin-bottom:4px;}
.banner .swiper-slide .txt .btn_box .btn{width: 120px;height: 33px;line-height: 31px;}
.part4 .boxs .box .txt .btn,.part6 .con .more,.part7 .more{width: 120px;height: 33px;line-height: 31px;}
.part6 .con .more,.part7 .more{width: 138px;}
.part4 .boxs .box .txt{padding: 45px 117px 0 64px;width: -webkit-calc(100% - 390px);
    width: -moz-calc(100% - 390px);
    width: calc(100% - 390px);}
.part5{padding-bottom: 45px;}
.part6{padding: 150px 0;}
.part6 .con .en{line-height: 52px;}
.part6 .con .cn{margin-bottom: 49.5px;}
.part5 .swiper-slide{height: 46px;}
.part5 .in_tit{margin: 96px 0 62px 0;}
.part7{padding: 40px 0 34px 0;}
.part8 .list .title{font-size: 30px;}
.part8 .list .title::after{height: 7px;}
.part8 .list .mask .t{font-size: 18px;}
.part8 .list .text{font-size: 14px;line-height: 24px;}
.part8 .list .textbox{padding-top: 112px;}
.part8 .list li{height: 420px;}
.footer .top .left .btn{width: 105px;height: 30px;line-height: 30px;font-size:12px;padding: 0;}
.ny_banner .txt .h1{line-height: 50px;margin-bottom:12px;}
.contact_con .con1 .tit{position: relative;top: 45px;margin-bottom: 17px;}
.contact_con .con1 .tit .h{margin-bottom: 0;line-height: 40px;}
.contact_con .con1{-o-background-size: 100% auto;background-size: 100% auto;padding-top: 100px;height: 999px;}
.contact_con .con1 .right .h{margin-bottom: 55px;line-height: 36px;}
.contact_con .con1 .right .li{margin-bottom: 41px;line-height: 27px;padding-left: 48px;}
.contact_con .con1 .right  .li3{background-size: 32px auto;}
.contact_con .con2 .box{margin-bottom: 66px;padding: 21px 34.5px;}
.contact_con .con2 .box .p{margin-bottom: 16px;}
.contact_con .con1 .left{width: 39%;}
.contact_con .con1 .right{margin-left: 165px;}
.contact_con .con1 .left .box .txt .more{top: 35%;}
.contact_con .con1 .left .box .txt .more:hover{top:34%;}
.contact_con .con1 .left .box{margin-bottom: 52px;}
.ab3 .left{margin-right: 30px;}
.about_con{padding: 63px 0 0 0;}
.ab_h{line-height: 50px;margin-bottom: 60px;}
.ab1 .ab_h{margin-bottom: 30px;}
.ab1>.p{line-height: 30px;margin-bottom: 15px;font-size: 12px;}
.ab1 .con .box{margin-top: 38px;padding: 22px 45px 26px 45px;}
.ab1 .con .box .pic{width: 60px;height: 58px;margin-bottom: 19px;}
.ab1 .con .box .h{margin-bottom: 12px;line-height: 24px;}
.ab1 .con .box .p{height: 60px;line-height: 20px;font-size:12px;}
.ab2_1 .con1{margin-bottom: 60px;width:755px;}
.ab2_1 .con1 .txt{width: 357.5px;}
.ab2{padding-top: 90px;}
.ab2_1{padding-bottom: 112px;}
.ab2_1 .con2 .num{line-height: 40px;margin: 27px 0 10px 0;}
.ab2 .ab2_2::after{height: 75px;bottom: -40px;}
.ab2 .ab2_2{padding: 45px 0 37.5px 0;}
/* .ab2 .ab2_2 .txt{width: 46%;} */
.ab2 .ab2_2 .txt .p{line-height: 26px;font-size: 12px;height: 208px;}
.ab2 .ab2_2 .pic{width:44%;top: 2px;}
.ab3{padding: 135px 0 60px 0;}
.ab3 .w1560{padding: 0 20px 0 70px;}
.ab3 .left{margin-right: 80px;}
.ab3 .right li{margin-bottom: 16px;line-height: 22px;font-size:14px;}
.ab3 .right li.on{font-weight: bold;font-size: 20px;}
.ab3 .left img{height: 328px;}
.ab4{padding-bottom: 45px;}
.ab4 .con .swiper-slide{margin-bottom: 38px;padding: 20px;}
.ab5 .con .box .num{font-size: 98px;}
.ab5{padding-bottom: 120px;}
.ab5 .con .box{padding: 75px 0 82px 38px;}
.coo_con{padding: 90px 0 0 0;}
.coo_con .coo1{margin-bottom: 90px;}
.coo_con .coo1 .right p{line-height: 38px;height: 152px;}
.coo_tit{line-height: 50px;margin-bottom: 39px;}
.coo_con .coo2{padding-bottom: 52px;}
.coo_con .coo2 .con .box{padding: 30px 45px 16px 45px;margin-bottom: 38px;}
.coo_con .coo2 .con .box .p{height: 106px;font-size: 12px;line-height: 18px;height: 54px;}
.coo_con .coo2 .con .box .pic{margin-bottom: 19px;width: 60px;height: 57px;}
.coo_con .coo2 .con .box .h{line-height: 24px;margin-bottom: 10px;}
.coo_con .coo3{padding-bottom: 90px;}
.coo_con .coo4{padding-bottom: 90px;}
.coo_con .coo4 .con{padding-top: 38px;}
.coo_con .coo4 .con .box img{width: 75px;margin: 0 auto;margin-bottom: 18px;}
.coo5 .con .top{padding-bottom: 45px;}
.coo5 .con{padding: 60px 52px 90px 52px;}
.coo5 .con .top{padding-bottom: 45px;}
.coo5 .con .top .pic{margin-bottom: 38px;}
.coo5 .con .form form li .box input{height: 50px;line-height: 48px;}
.coo5 .con .form form .btn{width: 364px;height: 38px;line-height: 36px;}
.coo_con .coo4 .con .box .h{line-height: 26px;margin-bottom: 6px;}
.coo_con .coo4 .con .box:after{top: 27px;left: -webkit-calc(50% + 95px);left: -moz-calc(50% + 95px);left: calc(50% + 95px);}
.news-show{margin-top: 164px;}
.news-show .time{margin-bottom: 60px;}
/*.news-detailed img,.news-detailed p{margin-bottom: 52px;}*/
.news-detailed .h{margin-bottom: 38px;}
.show_next{padding: 38px 0;}
.news_con{padding: 90px 0 48.5px 0;}
.news_con .box{margin-bottom: 82.5px;}
.news_con .box .txt{padding: 24px 27px 31px 27px;}
.news_con .box .txt .h{line-height: 24px;height: 48px;}
.news_con .box .txt .day{margin-bottom: 17px;}
.news_con .box .txt .p{margin-bottom: 45px;}
.team_con .box .txt2{padding: 0 30px 0 30px;}
.team_con .box .txt2 .left{margin-right: 15px;}
.team_con{padding: 75px 0 20px 0;}
.ny_tit{margin-bottom: 57px;}
.team_con .box{margin-bottom: 30px;}
.ab2_1 .con1 .pic{width: 337.5px;height:217.5px ;}
.right_logo.active{right: 30px;}
.ai_tit span::after{height: 9px;left: 38px;right: 38px;bottom:-2px;}
.ab2_1 .con1 .txt .year{margin: 10px 0 14px 0;}
.ai{padding: 52.5px 0;}
.ai4{padding-top: 0!important;}
.ai6{padding-top: 0!important;}
.ai_tit1 .h{margin-bottom: 22.5px;line-height: 34px;}
.ai_tit1 .p{margin-bottom: 45px;}
.ai1 .con .box .top{padding: 15.5px 0 26px 0;}
.ai1 .con .box .bottom{height: 276px;padding: 17px 26px 21px 26px;}
.ai1 .con .box .bottom li{margin-bottom: 12px;}
.ai1 .con .box .bottom li .h1{line-height: 22px;margin-bottom: 7px;font-size: 15px;}
.ai1 .con .box .bottom li .p1{font-size: 12px;line-height: 20px;}
.nextbi_main_1 .text_1{font-size: 32px;}
.maintitle{margin-bottom: 48px;}
.nextbi_main_9 .maintitle{margin-bottom: 48px;}
.maintitle_sec{margin-bottom: 48px;font-size:16px;}
.nextbi_main_1 .mainbox{padding: 48px 48px 30px;}
.nextbi_main_1 .title{margin-top: -76px;}
.nextbi_main_1 .title .img{padding: 0 90px;width: 390px;}
.nextbi_main_1{padding-top: 90px;margin-bottom: 60px!important;}
.nextbi_main_2{margin-bottom: 60px!important;}
.nextbi_main_3 .w1384{margin-bottom: 60px;padding: 60px 0 90px 0;}
.nextbi_main_4{margin-bottom: 60px!important;}
.nextbi_main_5{margin-bottom: 60px!important;}
.nextbi_main_6{padding: 60px 0;}
.maintitle .in{font-size: 32px;}
.nextbi_main_7{padding: 60px 0;margin-bottom: 60px;}
.nextbi_main_8{padding-bottom: 90px;}
.nextbi_main_9{padding: 60px 0;margin-bottom: 60px;}
.nextbi_main_11{margin-bottom: 60px;}
.nextbi_main_10{margin-bottom: 60px;}
.nextbi_main_12{margin-bottom: 60px;padding-top:20px;}
.nextbi_main_13{margin-bottom: 60px;}
.ai_con{margin-top: 0;}
.ai{padding: 56px 0;}
.tab_item_tit a{width: 204px;height: 39px;line-height: 39px;margin: 0 22.5px;}
.tab_item_tit .t_1{font-size: 15px;}
.maintitle .in::after{height: 9px;left: 36px;right: 36px;bottom: -2px;}
.tab_item_tit{margin-bottom: 42px;}
.nextbi_main_10 .imgbg{margin-bottom: 24px;}
.nextbi_main_1 .text_2{margin-top: 18px;padding: 18px 75px 0;}
.nextbi_main_1 .btngroup .btn_video{width: 150px;height: 48px;line-height: 48px;font-size: 15px;}
.nextbi_main_1 .btngroup .btn_video .ico{-o-background-size: 11.25px 16.5px;background-size: 11.25px 16.5px;margin-left: 7.5px;}
.nextbi_main_7 .list .title .t_in,.nextbi_main_7 .list .title .t{-o-background-size: 19.5px 18px;background-size: 19.5px 18px;}
.nextbi_main_7 .list .title .t_in{padding-right: 31.5px;font-size: 18px;}
.nextbi_main_7 .list .title .t{padding-left: 31.5px;}
.nextbi_main_7 .list .title{margin-bottom: 36px;}
.ai_tit{margin-bottom: 22.5px;}
.contact_con .con1 .left .box .txt{padding: 20px 0 0 0;}
.team_con .box .txt2 .right{font-size: 12px;line-height: 20px;}
.team_con .box:hover .txt2{padding: 30px 30px 0 30px;}
.team_con .box .txt1{left: 38px;}
.team_con .box .txt1 .h{line-height: 38px;}
.contact_con .con1 .tit .p{margin-bottom: 130px;}
.nextbi_main_7 .list .title{margin-bottom: 45px;}
.nextbi_main_7 .list .title:after{bottom:-22px;}
.ai_banner .btn{width: 120px;height: 33px;line-height: 33px;}
.ob{padding-bottom:90px;}
.ob_tit{margin-bottom: 56px;}
.ob1 .txt .h{margin-bottom: 38px;}
.ob_tit .p{line-height: 24px;margin-top: 45px;}
.ob_tit img{margin-top: 45px;}
.ab3 .left{width: 45%;}
.os3 .con .yuan{transform: scale(0.75);}
.os3 .con .yuanx{transform:translate(-50%,-50%) scale(0.75);}
.os3 .con:after{width: 102px;height: 102px;}
.ob3 .con .list li{padding: 18px 36px;margin-bottom: 30px;}
.ob4{padding-top: 90px;}
.ob4 .con .box{margin-bottom: 36px;}
.ob4 .con .box .txt{padding: 33px 24px 33px 28px;}
.ob4 .con .box .txt .h{margin-bottom: 21px;}
.ob4 .con .box .txt .p{line-height: 24px;height: 96px;font-size:12px;}
.ob5 .tab{margin-bottom: 56px;}
.ob5 .tab span{min-width: 181px;height: 40px;line-height: 38px;padding: 0 34px;margin: 0 36px;}
.ob5 .con .txt{padding: 58px 81px 64px 93px;}
.ob5 .con .txt .p{line-height: 24px;font-size: 15px;height: 192px;margin-bottom: 0;}
.ob5 .con .txt .btn{width: 150px;height: 38px;line-height: 38px;}
.ob3 .con .list li .txt{line-height: 20px;height: 40px;width: calc(100% - 66px);font-size:14px;}
.ob3 .con .list li .num{width:42px;height: 35px;line-height: 35px;margin-right: 24px;}
.os4{padding-top: 0;padding-bottom: 0;}
.om3 .tab{margin-bottom: 51px;}
.ob2 .ob_tit{margin-bottom: 67px;}
.os4 .con .box:after{right: -52%;transform: translateY(-50%) scale(0.75);}
.os4 .con .box .pic{height: 120px;}
.os4 .con .box .solid{margin: 21px auto;}
.os4 .con .box .txt .h{margin-bottom: 9px;line-height: 24px;}
.os4 .con .box .txt .p{line-height: 18px;}
.os2 .list li{margin-bottom: 42px;padding:18px 36px 27px 36px;}
.os2 .list li .txt .p{font-size: 12px;line-height: 18px;height: 36px;}
.os2 .list li .txt .h{line-height: 22px;margin-bottom: 7.5px;}
.ob1 .txt .h:after{height: 9px;bottom:14px;}
.contact_con .con2{margin-top: -40px;}
.team_tit .h{line-height: 45px;margin-bottom: 12px;}
.team_tit .p{margin-bottom: 75px;}
.tecs{padding-top: 72px;}
.tecs .tec_h{line-height: 45px;margin-bottom: 36px;}
.tecs .txt a{padding-top: 22px;}
.tecs .txt .h{margin-bottom: 18px;line-height: 24px;height: 24px;}
.tecs .txt .school{top: 30px;}
.tecs .txt .p{font-size: 12px;line-height: 20px;height: 60px;}
.tec3_1{margin-top: 72px;padding: 72px 0 115px 0;}
.tec3_2 .li{margin-top: -75px;padding: 39px 0;margin-bottom: 60px;}
.tec3_2 .li .pic{height: 67px;width: 67px;margin-bottom: 17px;}
.tec3_2 .li .h{margin-bottom: 13.5px;}
.tec3_2 .li ul li{margin-bottom: 10px;}
#certify .swiper-slide img{margin-bottom: 75px;}
#certify .swiper-pagination{bottom: 140px;}
#certify .swiper-slide p{line-height: 27px;}
.tec3_3{padding-bottom: 56px;}
#certify .swiper-pagination-bullets .swiper-pagination-bullet{width: 12px;height: 12px;margin: 0 10px;}
.ser1{padding: 67px 0 97px 0;}
.ser .h{line-height: 45px;margin-bottom: 24px;}
.ser .p{line-height: 28px;}
.ser1 .con{margin-top: 52.5px;padding-top: 52.5px;}
.ser1 .con .swiper-slide .pic{margin-top: -52.5px;margin-bottom: 21px;}
.ser1 .con .swiper-slide .icon{margin-bottom: 15px;height:40px;}
.ser1 .con .swiper-slide .h{margin-bottom: 7px;line-height: 24px;}
.ser1 .con .swiper-slide{padding-bottom: 24px;}
.ser2 .con{padding: 57px 0 97px 0;}
.ser2 .con .box .top{line-height: 66px;}
.ser2 .con .box .list{height: 230px;padding: 21px 0;}
.ser2 .con .box .list li{line-height: 16px;margin-bottom: 12px;font-size: 12px;}
.ser3 .pic{margin-top: 57px;}
.ser4{padding: 112px 0 75px 0;}
.ser4 .con .box{padding: 27px 43px 22.5px 43px;}
.ser4 .con .box .pic{height: 66px;margin-bottom: 15px;}
.ser4 .con .box .pic img{height: 100%;}
.ser4 .con .box .h1{margin-bottom: 15px;}
.ser4 .con .box .p1{line-height: 24px;}
.ser5{padding: 90px 0 75px 0;}
.ser5 .con .left .box .pic{width: 66px;}
.ser5 .con .left .box .txt{margin-left: 41px;}
.ser5 .con .left .box .txt .p1{line-height: 18px;}
.ser5 .con .left .box .txt .h1{line-height: 30px;}
.ser5 .con .right div{width: 138px;}
.cad1{padding-top: 75px;}
.cad_con .tit .h1{margin-bottom: 22px;}
.cad_con .tit .h1::after{height: 8px;}
.cad_con .tit{margin-bottom: 57px;}
.cad1 .con{margin-top: 22px;}
.cad1 .con .title1{width: 246px;height: 36px;line-height: 27px;padding-left: 55px;margin-bottom: 30px;}
.cad1 .con .p{font-size: 12px;line-height: 21px;}
.cad1 .con .box{margin-bottom: 45px;}
.cad2{padding-top: 75px;}
.cad2 .con1{margin-bottom: 67px;}
.cad2 .con2{padding-top:70px;padding-bottom: 67px;}
.cad2 .con2 img{margin-bottom: 45px;}
.cad3{padding: 108px 0 166px 0;}
.cad3 .w1560 .box{padding-left: 45px;}
.cad3 .w1560 .box .h{line-height: 32px;margin-bottom: 36px;}
.cad3 .w1560 .box ul li{line-height: 18px;margin-bottom: 22px;}
.cad3 .w1560 .box{background-position-y: 7px;}
.cd_banner .txt .h1{margin-bottom: 37px;line-height: 46px;margin-bottom: 20px;}
.ny_banner .txt .p1{line-height: 27px;margin-bottom: 37px;}
.cal{padding-top: 105px;}
.cal .tit .h1{margin-bottom: 22px;}
.cal .tit .h1::after{height: 9px;}
.cal .tit .h2{margin-bottom: 22px;}
.cal .tit{margin-bottom: 57px;}
.cal1 .con .box{padding: 60px 0;}
.cal1 .con .box .pic{height: 67px;margin-bottom: 22px;}
.cal1 .con .box .txt .h{margin-bottom: 19px;line-height: 24px;}
.cal1 .con .box .txt .txt1>div .p{line-height: 16px;margin-bottom: 16px;}
.cal1 .con .box:after{top: 22px;bottom: 30px;}
.cal1 .con .box .txt{padding: 0 40px;}
.cal2 .con .box{margin-bottom: 46px;}
.cal3{padding-top: 58px;padding-bottom: 142px;}
.cal .tit .h1::after{left: 37px;right: 37px;}
.cal3 .con .box .txt{padding: 30px 22px 30px 40px;background-size: 21px 22px;background-position-x: 13px;}
.cal3 .con .box .txt .p1 span{width: 21px;height: 22px;}
.cal3 .con .box .txt .p1{line-height: 22px;font-size: 12px;}
.cal3 .con .box .txt .p2{font-size: 12px;padding-left: 30px;line-height: 18px;}
.cal3 .con .box .txt .p2::before{top: 8.5px;width: 22px;}

/* .header .nav1 li .ul2.df{display: flex;} */
.header .nav1 li .ul2{padding:0 0 57px 0;}
.header .nav1 li .ul2 .top{padding: 40px 0 31px 0;line-height: 30px;margin-bottom: 33px;}
.header .nav1 li .ul2 .p{line-height: 24px;}
.header .nav1 li .ul2_1 .bottom a{margin-bottom: 22px;}
/*.header .nav1 li .ul2_4 .top img{height: 30px;}*/
.header .nav1 li .ul2_4 .bottom .li{margin-bottom:21px; padding-left: 33px;}
.ser5 .con .right div img{margin-bottom: 15px;}
.footer .top .right .r_top>div{margin-left: 0;}
}

@media (max-width:1440px){
    /*.header .nav1 li{margin-right: 16px;}*/
/* .w1400{width: 94%;} */
/* .team_con .box .txt2{padding: 110px 0 0 20px;} */
}

@media (max-width:1366px){
.f_16{font-size: 14px;}
.header .nav1{margin-left: 100px;}
.footer .top .center .ul1{margin: 0 40px;}
.part3 .con .box .left{font-size: 52px;}
.part4 .boxs .box .txt{padding: 60px 60px 0 60px;}
.coo_con .coo4 .con .box:after{top: 27px;left: -webkit-calc(50% + 85px);left: -moz-calc(50% + 85px);left: calc(50% + 85px);}
.ab4 .con .swiper-slide{padding: 20px 14px;}
.ab4 .con .swiper-slide .p{font-size: 14px;}
#certify .swiper-pagination{bottom: 120px;}
}

@media (max-width:1280px){
.f_20{font-size: 16px;}
.footer .top .center .ul1{margin: 0 40px;}
.part4 .tab .btn{margin:0 10px;margin-bottom:10px;}
.nextbi_main_1 .text_1{font-size: 28px;}
/* .ab1>.p{line-height: 30px;margin-bottom: 15px;font-size: 14px;} */
.nextbi_main_1 .text_2{font-size: 14px;}
.team_con .box{margin-bottom: 26px;}
.team_con .box:hover .txt2{padding: 20px 30px 0 30px;}
.team_con .box .txt2 .right{line-height: 18px;}
.contact_con .con1 .tit .p{margin-bottom: 100px;}
.part8 .list .title{font-size: 26px;padding-bottom: 16px;}
.part8 .list .title::after{height: 6px;}
.part8 .list .mask .t{font-size: 15px;}
.part8 .list .textbox{padding-top: 80px;}
.part8 .list li{height: 352px;}
.ab3 .left{width: 48%;}
.os3 .con .yuan{transform: scale(0.66);}
.os3 .con .yuanx {transform: translate(-50%,-50%) scale(0.66);}
.os3 .con:after {width: 90px;height: 90px;}
.contact_con .con2{margin-top: -100px;}
.ob3 .con .list li{margin-bottom: 18px;padding:16px 36px;}
.ob5 .tab span{width: 170px;margin: 0 30px;}
}

@media (max-width:1200px){
    .w1560{width:94%;}
    .footer .top .center .ul1{margin: 0 30px;}
}
@media (max-width:1100px){
    .footer .top .center .ul1{margin: 0 20px;}
}
@media (max-width:960px){
header{display: none;}
.m_head {display: block; height: 50px;overflow: hidden;padding: 0 5%;position: fixed;top: 0;left: 0;width: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;z-index: 90;background: rgba(255,255,255,1);border-bottom: 1px solid #eee;}
.m_head .mlt{display: block;float: left;}
.m_head .mlt img{display: block;height: 26px;margin-top: 11px;}
.m_head .img{width: 50px;float: right;}
.m_head .img img{display: block;width: 100%;}
/* .m_head .mrt{width: 50px;height: 50px;background: url(../images/ss1.png ) center no-repeat;background-size: 20px;  display: block;float: right;} */
.m_nav{font-family: Microsoft Yahei; display: block; position: fixed;z-index: 199;width: 100%;height: 100%;background: rgba(0,0,0,0.5);top:0;right: -100%;-webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; transition: all 1s;overflow: hidden;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.m_nav.act{right: 0;}
.m_out{ width: 15%;float: left; }
.m_out img{display: block;width: 100%;} 
.m_nav{display: block; position: fixed;z-index: 199;width: 100%;height: 100%;background: #fff;top:0;right: -100%;-webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; transition: all 1s;overflow: hidden;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.m_nav.act{right: 0;}
.m_out{ width: 50px;float: right; max-width: 50px;margin-right: 3%;}
.m_out img{display: block;width: 100%;}
.wow{opacity: 1;}
.m_navbox{width: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;float: none;background: #fff;height: auto;box-sizing: border-box;padding: 20px 0 ;overflow: auto; box-sizing: border-box;overflow-y:scroll;height:80vh;}
.m_navbox div,.m_navbox a{color: #666;display: block;}
.m_navbox .lbt a{font-size: 16px;line-height: 20px;padding: 10px 0;}
.m_navbox div,.m_navbox a.ltp{font-size: 18px;line-height: 30px;padding: 10px 0;display: block;}
.m_navbox li>div:nth-child(1) ,.m_navbox a.ltp{padding: 10px 30px 10px  50px;position: relative;}
.m_navbox li>div:nth-child(1):after,.m_navbox a.ltp:after{content: '';display: block;width: 5px;height: 20px;background: #2469F2;position: absolute;top: 50%;margin-top: -10px;left: 30px;} 
.m_navbox li>div:nth-child(1){background: url(../images/plus.png)  95% center  no-repeat ;-o-background-size: 16px;background-size: 16px;}
.m_navbox li.act>div:nth-child(1){background: url(../images/reduce.jpg) 95%  center  no-repeat;}
.m_navbox div.lbt{padding: 5px 50px;display: none;border-bottom: 1px solid #2469F2;}
.m_navbox li.act>div:nth-child(1){color: #2469F2;}
.m_navbox li.act>div:nth-child(1):after{background:#2469F2; }
.m_navbox .lange{text-align: center;}
.m_navbox .lange a{display: inline-block;margin: 0 10px;}
.m_navbox li.lang {padding: 10px;}
.m_navbox li.lang > a{display: block;float: left;text-align: center;width: 50%;font-size: 20px;}
.m_navbox li.se{padding:10px 30px ;}
.m_navbox li.se input{display: block;width: -webkit-calc(100% - 40px);width: -moz-calc(100% - 40px);width: calc(100% - 40px);float: left;display: block;height: 40px;border:none;outline: none;padding: 0 10px;border-bottom: 1px solid #ddd;}
.m_navbox li.se a{display: block;width: 40px;float: right;padding: 0;}
.m_navbox li.se a img{display: block;width: 20px;margin: 10px;}
.footer .top .center{display:block;}
.footer .top .left{display: none;}
.footer .top .right{display: none;}
.footer .bottom{display: block;text-align: center;line-height: 26px;padding: 10px 0;}
.footer .bottom i{display: block;}
.part2 .con .swiper-slide .bottom .boxs .box{margin-bottom: 20px;}
.part2 .con .swiper-slide .bottom .boxs .box .yuan{margin-right: 6px;}
.part2 .con .swiper-slide .bottom .btn{margin-top: 20px;}
.part2 .con .swiper-slide .bottom .boxs .box .txt1 .h1{line-height: 18px;}
.ob5 .tab span{width: 170px;margin: 0 16px;}
}

@media (max-width:1024px){
.part6 video{display: none;}
.w1560{width: 94%;}
.f_70{font-size: 40px;}
.f_44{font-size: 28px;}
.f_42{font-size: 26px;}
.f_36{font-size: 22px;}
.f_32{font-size: 20px;}
.f_26{font-size: 16px;}
.f_24{font-size: 16px;}
.f_20{font-size: 16px;}
.f_18{font-size: 14px;}
.f_16{font-size: 14px;}

.banner{margin-top: 50px;}

.banner .swiper-slide .txt .h{line-height: 40px;}
/*.banner .swiper-slide{padding-bottom: 100vh;}*/
.banner .swiper-slide img.img2{display:block;max-width:100%;height:auto;}
.banner .swiper-slide img.img1{display:none;}

.banner .swiper-slide{padding-bottom: 70%;}
/*.banner .swiper-slide img{position: static;max-width:100%;transform:translate(0,0) scale(1.2);}*/
.banner .swiper-slide .txt .btn_box .btn{width: 90px;height: 30px;line-height: 28px;}
.banner .swiper-slide .txt{top: 30%;left:0;padding:0 3%;transform:translateY(-50%)}
/*.banner .swiper-slide .txt .btn_box{display: none;}*/
.banner .swiper-slide .txt .h{font-size: 18px;line-height:30px;margin-bottom:0;}
.banner .swiper-slide .txt .p{font-size:14px;margin-bottom:15px;}
.banner .swiper-pagination{bottom: 30px;}
.ny_banner .mimg{display: block;width: 100%;}
.ny_banner .pimg{display: none;}
.part1 .box img{width: 50%;}
.part1 .box:after{display:none;}
.part1{margin-top: 30px;padding: 18px 0;}
.part1 .box .h{line-height: 26px;font-size:16px;}
.part1 .box .h.f_26{font-size: 16px;}
.part1 .box .p{font-size: 12px;}
.part2 .con{padding: 0;}
.part2 .in_tit{margin: 40px 0 20px 0;}
.part2 .con .swiper-slide .bottom .boxs .box .txt1 .p1{height: 30px;}
.part3 .in_tit{margin-bottom: 20px;}
.in_tit{margin: 40px 0 20px 0;}
.in_tit .h{line-height: 38px;margin-bottom: 8px;}
.in_tit .p{max-width: 92%;margin: 0 auto;line-height: 24px;font-size:14px;}
.part3{padding: 150px 0 30px 0;}
.part5 .in_tit{margin: 40px 0 20px 0;}
.part3 .con .box{display: block;width: 33.33%;text-align: center;}
.part3 .con .box .left{font-size: 30px;line-height: 30px;margin-right: 0;}
.part3 .con .box .right .h{line-height: 26px;margin-top: 6px;font-size: 18px;}
.part3 .con .box .right .p{font-size: 12px;line-height: 18px;}
.part2 .con .swiper-slide .top .txt{width: 190px;}
.part2 .con .swiper-slide .top .txt{padding: 0 0 10px 30px}
.part2 .con .swiper-slide .top img {width: -webkit-calc(100% - 190px);width: -moz-calc(100% - 190px);width: calc(100% - 190px);}
.part4 .tab {display: table;margin: 0 auto; margin-top: 0;margin-bottom: 20px;}
.part4 .tab .btn{width: 48%;min-width:0; margin: 0 1%;margin-bottom: 8px;line-height: 36px;height: 38px;}
.part4 .boxs{height: 400px;}
.part4 .boxs .box .pic{float: none;width: 100%;height: 250px;}
.part4 .boxs .box .txt{float: none;width: 100%;height: 150px;background-color: #ffffff;padding: 10px 20px;}
.part4 .boxs .box .txt .btn{display: none;}
.part4 .boxs .box .txt .h{line-height: 26px;margin-bottom: 14px;height:52px; -webkit-line-clamp: 2;}
.part4 .boxs .box .txt .p{margin-bottom: 10px;line-height: 24px;height: 48px;}
.part4 .boxs .box .pic img{height: 100%;}
.part5{padding-bottom: 30px;}
.part5 .con:before,.part5 .con:after{display:none;}
.part5 .swiper-slide{height: 40px;margin-bottom: 8px;width:32%;margin-right:2%;}
.part5 .swiper-slide:nth-child(5n){margin-right:2%;}
.part5 .swiper-slide:nth-child(3n){margin-right:0%;}
.part5 .more{padding-top: 10px;}
.part6{padding: 0 0 40px 0;background:transparent;text-align:center;}
.part6 .con .en{line-height: 38px;margin: 10px 0 0 0;}
.part6 .con .cn{line-height: 36px;margin-top: 14px;margin-bottom: 20px;}
.part2 .con .swiper-slide .top::before{opacity:1;}
.part7{background: #005af6;display:none;}
.part7_m{position: fixed;bottom: 0;left: 0;display:block; width: 100%;height: 56px;text-align: center;line-height: 56px;color:#ffffff;background: #005af6;z-index:999;display:flex;justify-content:space-around;}
.part7_m a{color: #ffffff;font-size:20px;}
.footer{margin-bottom: 56px;background: #37405E;}
.part8 .list{display: block;}
.part8 .list li{width: 100%;height: 70px;border: none;-o-background-size: cover;background-size: cover;}
.part8 .list li::before{background: none;}
.part8 .list li.active::before{background: url(../images/bg_index_feature_item.png) no-repeat 50% 50% / cover;}
.part8 .list .active{width: 100%;height: 160px;}
.part8 .list .textbox{padding: 24px;margin: 0;}
.part8 .list .title{margin-bottom: 8px;padding-bottom: 12px;font-size: 18px;text-align: center;}
.part8 .list .title::after{left: 50%;margin-left: -35px;height: 4px;}
.part8 .list .text{font-size: 12px;line-height: 20px;}
.part8 .list .mask{background-color: rgba(30,41,64,0.75);}
.part8 .list .mask .t{margin-top: -12px;font-size: 14px;}
.about_con{padding: 30px 0 0 0;}
.ab1 .ab_h{line-height: 40px;margin-bottom: 20px;}
.ab1>.p{line-height: 24px;}
.ab1 .con .box{width: 49%;margin-right: 2%;padding: 10px;margin-top: 10px;}
.ab1 .con .box:nth-child(3n){margin-right: 2%;}
.ab1 .con .box:nth-child(2n){margin-right: 0;}
.ab1 .con .box .h{font-weight: bold;line-height: 16px;margin-bottom: 12px;}
.ab1 .con .box .p{height: 100px;line-height: 20px;font-size: 12px;}
.ab1 .con .box .pic{height: 40px;margin-top: 10px;margin-bottom: 16px;}
.ab2{padding-top: 30px;}
.ab_h{margin-bottom: 20px;line-height: 38px;}
.ab2_1{padding-top: 0;padding-bottom: 30px;}
.ab2_1 .con1 .pic{float: none;width: 100%;height: 242px;}
.ab2_1 .con1 .txt{float: none;width: 100%;padding: 0 3%;}
.ab2_1 .con1 .txt .year{margin: 20px 0 10px 0;}
.ab2_1 .con1 .txt .p{line-height: 24px;height:auto;}
.ab2_1 .con1{margin-bottom: 10px;}
.ab2_1 .con2{opacity:0;height:0;overflow:hidden;}
.ab2_1 .solid{display: none;}
.ab2_1 .con2 .num{margin: 24px 0 0 0;line-height: 28px;}
.ab2 .ab2_2{padding: 30px 0;}
.ab2 .ab2_2 .txt{float: none;width: 100%;}
.ab2 .ab2_2 .txt .h{line-height: 38px;margin-bottom: 10px;text-align:center;}
.ab2 .ab2_2 .txt .h::before{display:none;}
.ab2 .ab2_2 .pic{float: none;width: 100%;position: static;}
.ab2 .ab2_2 .txt .p{line-height: 24px;height: auto;-webkit-line-clamp:9999;margin-bottom: 10px;}
.ab3{padding: 80px 0 10px 0;}
.ab3 .con{display: none;}
.ab3 .phone{display: block;padding-bottom: 34px;text-align: center;font-weight: bold;position: relative;overflow: hidden;}
.ab3 .phone .p{font-size: 16px;line-height: 36px;}
.ab4{padding-bottom: 30px;}
.ab4 .con{padding-bottom: 30px;}
.ab4 .con .swiper-slide{margin-bottom: 10px!important;}
.ab4 .con .swiper-pagination{display: block;}
.ab5{padding-bottom: 30px;}
.ab5 .con .box{margin-bottom: 10px;padding: 20px 0 20px 50px;}
.ab5 .con .box,.ab5 .con .box.on{float: none;width: 100%;}
.ab5 .con .box.on{background-color: #ffffff;}
.ab5 .con .box.on .num{opacity: 1;}
.ab5 .con .box.on .p{color: #AAB3C4;} 
.ab5 .con .box.on .h{color: #374663;}
.ab5 .con .box .num{font-size: 80px;top: 20px;line-height: 80px;}
.ab5 .con .box .h{margin-bottom: 0;}
.ny_banner{margin-top: 50px;}
.coo_con{padding: 30px 0 0 0;}
.coo_con .coo1{margin-bottom: 30px;}
.coo_con .coo1 .left{float: none;width: 100%;}
.coo_con .coo1 .right{float: none;width: 100%;}
.coo_con .coo1 .right p{line-height: 28px;margin-top: 10px;-webkit-line-clamp:9999;height: auto;font-weight:500;}
.ny_banner .txt .h1{margin-bottom: 0;}
.coo_con .coo1 .right .btn{margin: 0 auto; margin-top: 20px;width: 140px;height: 40px;line-height: 38px;}
.coo_tit{line-height: 38px;margin-bottom: 20px;}
.coo_con .coo2{padding-bottom: 30px;}
.coo_con .coo2 .con .box{width: 49%;margin-right: 2%;margin-bottom: 14px;padding: 20px 10px;}
.coo_con .coo2 .con .box:nth-child(3n){margin-right: 2%;}
.coo_con .coo2 .con .box:nth-child(2n){margin-right: 0%;}
.coo_con .coo2 .con .box .p{height: 90px;}
.coo_con .coo2 .con .box .pic{height: 40px;margin-bottom: 10px;}
.coo_con .coo3{padding-bottom: 30px;}
.coo_con .coo4{padding-bottom: 20px;}
.coo_con .coo4 .con{padding-top: 0;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: start;-webkit-justify-content: start;-moz-box-pack: start;-ms-flex-pack: start;justify-content: start;width:100%;}
.coo_con .coo4 .con .box{width: 33%;margin-bottom: 14px;}
.coo_con .coo4 .con .box img{display: inline-block;margin-bottom: 10px;width: 70px;}
.coo_con .coo4 .con .box .h{font-size: 22px;font-weight: bold;line-height: 32px;margin-bottom: 0;}
.coo_con .coo4 .con .box:after{display: none;}
.coo5{padding-top: 30px;}
.coo5 .con{padding: 20px 10px;}
.coo5 .con .top .pic img{max-width: 90%;margin: 0 auto;}
.coo5 .con .top .pic{height: 50px;margin-bottom: 10px;}
.coo5 .con .top{padding-bottom: 10px;}
.coo5 .con .form .h{margin-bottom: 20px;}
.coo5 .con .form form{padding: 30px 20px;}
.coo5 .con .form form li .box{float: none;width: 100%;margin-bottom: 12px;}
.coo5 .con .form form li .box:nth-child(2n){margin-left: 0;}
.coo5 .con .form form li{margin-bottom: 0;}
.coo5 .con .form form li .box input{height: 50px;line-height: 48px;}
.coo5 .con .form form .btn{width: 140px;height: 40px;line-height: 38px;}
.part7 .more{width: 140px;height: 40px;line-height: 38px;}
.w1400{width: 94%;}
.news-show{margin-top: 80px;}
.show_next a{width: -webkit-calc(100% - 100px);width: -moz-calc(100% - 100px);width: calc(100% - 100px);vertical-align: top;}
.show_next a.back{display: none;}
.news-show .tit{line-height: 34px;font-size: 26px;}
.news-show .time{margin-bottom: 20px;}
/*.news-detailed img{margin-bottom: 12px;}*/
/*.news-detailed p{margin-bottom: 12px;}*/
.news-detailed .h{margin-bottom: 12px;line-height: 36px;padding-top: 10px;font-size: 24px;}
.show_next{padding: 20px 0;}
.news_top a{line-height: 50px;}
.news_con{padding: 30px 0 18px 0;}
.news_con .box{float: none;width: 100%;margin-right: 0;margin-bottom: 12px;}
.news_con .box .txt{padding: 20px 16px;}
.news_con .box .txt .day{margin-bottom: 10px;}
.news_con .box .txt .h{margin-bottom: 6px;}
.news_con .box .txt .p{margin-bottom: 20px;}
.team_con{padding: 30px 0;}
.ny_tit{line-height: 38px;margin-bottom: 20px;}
.team_con .box .txt1{left: 30px;}
.team_con .con{margin-top: 40px;}
.team_con .box{float: none;width: 100%;margin-right: 0;margin-bottom: 16px;padding-bottom:54.74%;}
.team_con .box:last-child{margin-bottom:0;}
.team_con .box .txt2{padding-top: 60px;}
.team_con .box .txt2 .right{font-size: 12px;}
.contact_con .con1{background: none;padding-top: 80px;}
.contact_con .con1 .tit{top: 0;}
.contact_con .con1 .left{width: 100%;float: none;margin-bottom: 20px;}
.contact_con .con1 .right{float: none;width: 100%;margin-left: 0;padding-bottom:20px;}
.contact_con .con1 .tit .h{line-height: 38px;margin-bottom: 0px;}
.contact_con .con1 .tit .p{margin-bottom: 20px;}
.contact_con .con1 .left .box .txt{padding-top: 12px;}
.contact_con .con1 .left .box .txt .more{top: 26px;}
.contact_con .con1 .left .box{margin-bottom: 20px;}
.contact_con .con1 .right .solid{margin-bottom: 10px;display: none;}
.contact_con .con1 .right .h{line-height: 34px;margin-bottom: 20px;font-size:24px;}
.contact_con .con1 .right .li{margin-bottom: 12px;-o-background-size: 30px auto;background-size: 30px auto;padding-left: 45px;}
.contact_con .con2{margin-top: 0;padding-bottom: 30px;}
.contact_con .con1{height: auto;}
.contact_con .con2 .box{float: none;width: 100%;margin-right: 0;margin-bottom: 0;margin-top: 12px;padding: 20px;}
.contact_con .con2 .box .p{margin-bottom: 10px;line-height: 24px;height: auto;}
.ab1>.p{width: 100%;}
.ab2 .ab2_2 .w1560{padding: 0;}
.right_logo.active{display: none;}
.ny_banner .txt{left: 0;padding: 0 3%;}
.ny_banner .txt .h1{line-height: 40px;font-size: 30px;}
.ny_banner .txt .p1{margin-bottom: 0;}
.ai_banner .btn{display: none;}
.ai_banner .btnx{display: block;left:94vw;transform:translateX(-100%);bottom:12vw;}
.ai_con{margin-top: 0;}
.ai{padding: 30px 0 30px 0;}
.ai1{padding-bottom: 10px;}
.ai_tit{margin-bottom: 18px;}
.ai_tit span.f_42{font-size: 20px;line-height: 30px;}
.ai_tit span::after{left: 24px;right: 24px;height: 6px;}
.ai_tit1 .h{margin-bottom: 12px;}
.ai_tit1 .p{line-height: 24px;margin-bottom: 20px;}
.ai4{padding-top: 0;}
.w1384{width: 100%;}
.tab_item_tit a{width: 110px;height: 40px;line-height: 40px;margin: 0 12px;}
.nextbi_main_1{padding: 50px 3% 0 3%;margin-bottom: 30px!important;}
.nextbi_main_2{padding-left: 3%;padding-right: 3%;margin-bottom: 30px!important;}
.nextbi_main_2 .list li{margin-bottom: 20px;}
.nextbi_main_2 .list li:last-child{margin-bottom: 0;}
.nextbi_main_2 li img{margin: 0 auto;margin-bottom: 8px;}
.nextbi_main_2 li .text{text-align: center;padding: 0 24px;}
.nextbi_main_12 .list li{margin-bottom: 20px;}
.nextbi_main_12 li img{margin: 0 auto;margin-bottom: 8px;}
.maintitle .in::after{bottom: -2px;top: auto; left: 50%;height: 6px;}
.tab_item_tit .t_1{font-size: 16px;}
.maintitle{margin-top: 0;margin-bottom: 30px;}
.nextbi_main_3{padding: 30px 0;margin-bottom: 30px;}
.nextbi_main_3 .w1384{padding: 0 ;margin-bottom: 0;}
.nextbi_main_4{margin-bottom: 30px!important;padding: 0 3%;}
.nextbi_main_5{padding: 0 3%;}
.nextbi_main_6{padding: 30px 3%;}
.nextbi_main_7{padding: 30px 3%;margin-bottom: 30px;}
.nextbi_main_9{padding: 30px 3%;margin-bottom: 30px;}
.nextbi_main_10,.nextbi_main_11,.nextbi_main_12{padding: 0 3%;margin-bottom: 30px;}
.nextbi_main_10 .imgbg{margin-bottom: 16px;}
.tab_item_tit{margin-bottom: 20px;}
.tab_item_tit a:nth-child(n+2):after{left: 0;}
.nextbi_main_1 .text_1{font-size: 24px;line-height: 30px;}
.nextbi_main_1 .text_2{padding: 18px 0 0;}
.maintitle .in{font-size: 24px;}
.nextbi_main_1 .title .img {padding: 0 15px;width: auto;}
.nextbi_main_1 .mainbox {padding: 50px 16px 20px;}
.z_tanchuang .tbox .modal{padding: 5px;width: 80%;}
.z_tanchuang .tbox .modal .out{width: 20px;height: 20px;-o-background-size: 8px 8px;background-size: 8px 8px;right: -24px;}
.ob{padding-bottom: 30px;}
.ob_tit .p{font-size: 13px;margin-top: 22px;}
.ob1{display: block;padding-top: 30px;}
.ob1 .txt{width: 100%;}
.ob1 .txt .p{line-height: 26px;margin-bottom: 12px;}
.ob1 .txt .h:after{height: 6px;bottom: 0;}
.ob1 .txt .h{margin: 0 auto;margin-bottom: 20px;line-height: 40px;}
.ob1 .pic{width: 100%;}
.ob2 .ob_tit{margin-bottom: 30px;}
.ob3{padding: 30px 0;}
.ob3 .tab{margin-bottom: 12px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.ob3 .tab span{width: 30%;margin: 0 4px;height: 40px;line-height: 40px;font-size: 14px;margin-bottom: 8px;}
.ob3 .con.show{display: block;}
.ob3 .con .pic{width: 100%;display:block;}
.ob3 .con .list{width: 100%;margin-top: 12px;}
.ob3 .con .list li{padding: 16px 20px;margin-bottom: 12px;}
.ob4{padding-top: 30px;}
/*.ob4 .con{display: block;}*/
.ob4 .con .box{width: 49%;display: block;margin-bottom: 20px;}
.ob4 .con .box:nth-last-child(-n+2){margin-bottom: 20px;}
.ob4 .con .box:nth-child(3){margin-bottom:0;}
.ob4 .con .box:last-child{margin-bottom: 0;}
.ob4 .con .box .pic{padding-bottom: 78.5%;}
.ob4 .con .box .pic,.ob4 .con .box .txt{width: 100%;}
.ob4 .con .box .txt{padding: 12px 14px;}
.ob4 .con .box .txt .h{margin-bottom: 10px;padding-left: 16px;line-height: 28px;}
.ob4 .con .box .txt .p{line-height: 22px;height: auto;-webkit-line-clamp: 3;height:66px;}
.ob5{padding-top: 30px;}
.ob5 .tab{margin-bottom: 20px;}
.ob5 .tab span{padding: 0 10px;width:2px; min-width: 82px;margin: 0 3px;background-color: #fff;}
.ob5 .tab span:hover{top: 0;}
.ob5 .tab span.on{z-index: 5;}
.ob5 .con.show{display: block;}
.ob5 .con .pic{width: 100%;padding-bottom: 49%;}
.ob5 .con .txt{width: 100%;padding: 20px;}
.ob5 .con .txt .p{margin-bottom: 20px;height:auto;}
.ob5 .con .txt .btn{margin: 0 auto;display: block;}
.os2 .list{display: block;}
.os2 .list li{width: 100%;padding: 14px 16px 18px 16px;margin-bottom: 14px;}
.os2 .list li .num{width: 48px;height: 48px;line-height: 48px;margin-right: 16px;}
.os2 .list li .txt{padding-left: 30px;width: calc(100% - 60px);}
.os2 .list li .txt .h{margin-bottom: 2px;}
.os2 .list li .txt:after{width: 18px;}
.os3{padding-top: 0;}
.os3 .con_m{display: block;}
.os3 .con{display: none;}
.os4{padding-bottom: 0;}
.os4 .con{display: block;padding: 0;}
.os4 .con .box{width: 100%;margin-bottom: 20px;}
.os4 .con .box:last-child{margin-bottom:0;}
.os4 .con .box:after{display: none;}
.os4 .con .box .solid{margin: 10px auto;}
.os6 .con .bos .pic{position: relative;}
.team_tit .h{margin-bottom: 0;}
.team_tit .p{line-height: 20px;font-size: 14px;margin-bottom: 20px;}
.ca_banner .txt .h1{font-size: 24px;margin-bottom: 12px;}
.ca_banner .txt .p1{font-size: 14px;line-height: 18px;}
.cal{padding-top: 30px;}
.cal .tit{margin-bottom: 20px;}
.cal .tit .h1{margin-bottom: 20px;}
.cal .tit .h2{margin-bottom: 14px;}
.cal .tit .p{line-height: 22px;}
.cal1 .con .box{width: 50%;padding: 20px 0;}
.cal1 .con .box:nth-child(2n):after{display: none;}
.cal1 .con .box .txt{padding: 10px;}
.cal2 .con{justify-content: center;}
.cal2 .con .box{width: 49%;padding-bottom: 27.7%;margin-bottom: 8px;}
.cal2 .con .box .txt{width: 100%;text-align: center;}
.cal2 .con .box .txt .h{margin-bottom: 0;font-size: 18px;}
.cal2 .con .box .txt .p{display: none;}
.cal2 .con{display: none;}
.cal2 .phone{display: block;width: 100%;position: relative;overflow: hidden;padding-bottom: 30px;}
.cal2 .phone .box{width: 100%;padding-bottom:56.5%;margin-bottom: 62px;overflow: hidden;position: relative;}
.cal2 .phone .box::before{content: "";position: absolute;top: 0;right: 0; width: 57.8%;height: 100%;background: url(../images/px2.png);background-size: 100% 100%;z-index: 2;}
.cal2 .phone .box::after{content: "";position: absolute;top: 0;right: 0; width: 61.6%;height: 100%;background: url(../images/px1.png);background-size: 100% 100%;z-index: 3;transition: all 0.3s;}
.cal2 .phone .box .pic{position: absolute;top: 0;left: 0;width: 100%;height: 100%;transform: scale(1);transition: all 0.3s;}
.cal2 .phone .box:hover .pic{transform: scale(1.05);}
.cal2 .phone .box .pic img{width: 100%;height: 100%;}
.cal2 .phone .box .txt{position: absolute;top: 50%;right: 0;width: 40.4%;transform: translateY(-50%);color: #ffffff;z-index: 4;}
.cal2 .phone .box .txt .h{margin-bottom: 30px;}
.cal2 .phone .box .txt .p{padding-right: 20px;display: table; background: url(../images/cal_jt.png)no-repeat right center;transition: all 0.3s;}
.cal2 .phone .box:hover .txt .p{padding-right: 26px;}
.cal2 .phone .swiper-pagination{bottom: 0;}
.cal3{padding-bottom: 10px;}
.cal3 .con .pc{display: none;}
.cal3 .con .phone{display: block;width: 100%;position: relative;overflow: hidden;padding-bottom: 30px;}
.cal3 .con .box .txt{padding: 16px 11px 20px 30px;background: url(../images/cal3_yh1.png)no-repeat 8px 12px;background-size: 21px 22px;background-color: #ffffff;}
.cal3 .con .box .txt .p2{margin-top: 20px;height:36px;}
.cal3 .con .box .mb{margin-bottom: 0;}
.cad1{padding-top: 30px;}
.cad_con .tit{margin-bottom: 20px;}
.cad_con .tit .h1{margin-bottom: 12px;}
.cad_con .tit .h2{margin-bottom: 10px;line-height: 26px;}
.cad_con .tit .p{line-height: 22px;}
.cad1 .con{margin-top: 20px;}
.cad1 .con .title1{width:196.8px;height:29px;line-height: 22px;padding-left: 40px;margin-bottom: 14px;}
.cad1 .con .box{margin-bottom: 20px;}
.cad1 .con .box:last-child{margin-bottom: 0;}
.cad2{padding-top: 30px;}
.cad2 .con1{margin-bottom: 20px;}
.cad2 .con2{padding-top: 20px;padding-bottom: 20px;}
.cad2 .con2 img{margin-bottom: 12px;}
.cad3{padding: 30px 0;}
.cad3 .w1560{padding: 0;display: block;padding-bottom:30px;}
.cad3 .w1560 .box{background: transparent;padding-left: 0;text-align: center;margin-bottom: 20px;margin-right:0;width:100%;}
.cad3 .w1560 .box .h{margin-bottom: 12px;}
.cad3 .w1560 .box ul li{margin-bottom: 8px;}
.cad3 .w1560 .box:last-child{margin-bottom: 0;}
.ser1{padding: 30px 0;}
.ser .h{line-height: 40px;margin-bottom: 14px;}
.ser .p{max-width: 96%;}
.ser1 .con{margin-top:20px;}
.ser1 .con .swiper-pagination{display: block;}
.ser2 .con{padding: 20px 0;flex-wrap: wrap;}
.ser2 .con .box{width: 50%;}
.ser2 .con{display: none;}
.ser2 .phone .box{width: 100%;text-align: center;}
.ser2 .phone .box .top{background-color: #3791FF;background-image:linear-gradient(to right,#3791FF,#1871FE);color: #fff;line-height: 50px;font-weight: bold;font-size: 20px;}
.ser2 .phone .box .list{background-position:right bottom;background-size: auto 48%;background-repeat: no-repeat; background-color: #ffffff;box-shadow: 0 10px 10px rgba(0, 0, 0, 0.14);padding: 28px 0;height: auto;}
.ser2 .phone .box .list ul{display: table;margin: 0 auto;}
.ser2 .phone .box .list li{line-height: 22px;margin-bottom: 6px;text-align: left;color: #2B85FF;padding-left: 16px;}
.ser2 .phone .box .list li:last-child{margin-bottom: 0;}
.ser2 .phone .box .list li::before{content: "";position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 5px;height: 5px;border-radius: 50%;background-color: #2B85FF;}
.ser2 .phone .box:nth-child(1) .list{background-image: url(../images/ser_xbj1.png);}
.ser2 .phone .box:nth-child(2) .list{background-image: url(../images/ser_xbj2.png);}
.ser2 .phone .box:nth-child(3) .list{background-image: url(../images/ser_xbj3.png);}
.ser2 .phone .box:nth-child(4) .list{background-image: url(../images/ser_xbj4.png);}
.ser2 .phone .box:nth-child(5) .list{background-image: url(../images/ser_xbj5.png);}
.ser2 .phone{display: block;position: relative;width: 100%;overflow: hidden;padding-bottom: 50px;margin-top: 20px;}
.ser2 .phone .swiper-pagination{bottom: 24px;}
.ser2 .phone .box .list{box-shadow: none;border: 1px solid #00000024;}
.ser .p{font-size: 14px;line-height: 22px;}
.ser3 .pic{margin-top: 20px;}
.ser4{padding: 30px 0;}
.ser4 .con{flex-wrap: wrap;}
.ser4 .con .box{width: 100%;margin-bottom: 12px;padding: 20px 30px;}
.ser5{padding: 30px 0;}
.ser5 .con{flex-wrap: wrap;padding: 0;}
.ser5 .con .left{display: table;margin:0 auto;margin-top: 10px;margin-bottom: 20px;}
.ser5 .con .right{display: table;margin: 0 auto;}
.ser5 .con .left:after{display: none;}
.ser5 .con .left .box{margin-bottom: 10px;}
.ser5 .con .left .box .pic{width: 40px;}
.ser5 .con .left .box .txt{margin-left: 10px;}
.ser4 .con{display: none;}
.ser4 .phone .box{width: 100%;background-color: #ffffff;padding: 20px 30px 20px 30px;}
.ser4 .phone .box .pic{margin-bottom: 19px;}
.ser4 .phone .box .h1{font-weight: bold;color: #333333;margin-bottom: 19px;}
.ser4 .phone .box .p1{line-height: 28px;color: #5A5A5A;height:140px;}
.ser4 .phone{display: block;width: 100%;position: relative;overflow: hidden;padding-bottom: 30px;}
.ser4 .phone .swiper-pagination{bottom: 0;}

.tecs{padding-top: 30px;}
.tec1 .con{flex-wrap: wrap;}
.tecs .tec_h{margin-bottom: 14px;line-height: 34px;}
.tecs .pic{width: 100%;padding-bottom: 72.5%;}
.tecs .txt{width: 100%;}
.tecs .txt a{padding-top: 12px;}
.tecs .txt .school{top: 15px;}
.tecs .txt .h{margin-bottom: 10px;}
.tecs .txt .p{margin-bottom: 14px;height: auto;-webkit-line-clamp:15;text-align: justify;}
.tecs .txt a:last-child .p{margin-bottom: 0;}
.tec2 .con{flex-wrap: wrap;}
.tec3_1{margin-top: 30px;padding: 30px 0 30px 0;}
.tec3_1 .h{margin-bottom: 12px;line-height: 36px;}
.tec3_1 .p{line-height: 26px;}
.tec3_2{padding: 30px 0;flex-wrap: wrap;}
.tec3_2 .li{margin-top: 0;width: 50%;box-shadow: none;border: 1px solid rgb(0,0,0,0.14);margin-bottom: 0;}
.tec3_2 .li{padding: 20px 0;}
.tec3_2 .li .pic {height: 46px;width: 54px;margin-bottom: 10px;}
.tec3_2 .li .h{line-height: 22px;}
.tec3_2 .li ul li{margin-bottom: 6px;}
#certify .swiper-slide{width: 90%;}
#certify .swiper-button-prev,#certify .swiper-button-next{display: none;}
#certify .swiper-slide img{margin-bottom: 10px;}
#certify .swiper-pagination{bottom: 0;}
#certify .swiper-container{padding-bottom: 26px;}
.tec3_3{padding-bottom: 30px;}
#certify{width: 100%;}
#certify .swiper-slide p{font-size: 14px;line-height: 22px;}
.ab2_1 .con1{padding-bottom: 20px;}
.ab2_1 .con1 .swiper-pagination{display: block;bottom:0;}
.footer .top{display: block;padding-bottom:0px;padding-top:30px;}
.footer .top .center .ul1{width: 100%;padding: 0 12px;margin:0;border-bottom:1px solid rgba(299,299,299,0.14);margin-bottom:12px;}
.footer .top .center .ul1:last-child{border-bottom:none;margin-bottom:0;}
.footer .top .center .ul1>li:first-child{padding-bottom:12px;margin-bottom:0;background:url(../images/sj1.png)no-repeat right center;}
.footer .top .center .ul1 .ul2{display: none;}
.cad3 .w1560 .swiper-pagination{display: block;}
.cal3 .con .box .txt .p1{height: 66px;}
.ai img.pimg{display: none;}
.ai img.mimg{display: block;}
.show_next .fl{float: none;}
}


.paging {display:table;margin:0 auto; -webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;-moz-box-pack: center;justify-content: center;margin-top: 0;}
.paging .btn1 {width: 50px;height: 50px;border-radius: 4px;background: #F7F7F7;text-align: center;line-height: 50px;color: #333;-webkit-transition: all .5s;-o-transition: all .5s;-moz-transition: all .5s;transition: all .5s;margin-right: 10px;}
.paging .btn1.active{color: #fff;background-color: #1770FE;}
.paging .paging2 {margin-left: 70px;}
.paging .paging2 form{border: none!important;}
.paging .btn1.bg {background: #fff;border: 1px solid #DDDDDD;border-radius: 4px;}
.paging .paging2 button, .paging .paging2 input {outline: none;border: none;}
@media only screen and (max-width: 768px){
    .banner .swiper-slide .txt{top: 24%;}
}
@media only screen and (max-width: 1024px){
.paging .btn1 {
    width: 28px;
    height: 28px;
    line-height: 28px;
}
.part5 .con .box{margin-bottom: 0;}
}
