锘緻charset "utf-8";a,abbr,acronym,address,applet,b,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{
    margin:0;
    padding:0;
    font-family:"Microsoft Yahei",'PingFang SC','Helvetica Neue','Hiragino Sans GB',SimSun;
}
*{
    font-family: "myFont4";
}
li{
    list-style: none;
}
@font-face{
    font-family:myFont;
    src:url('../font/Alibaba-PuHuiTi-Light.ttf'),url('../font/Alibaba-PuHuiTi-Light.woff');
}
@font-face{
    font-family:myFont1;
    src:url('../font/Alibaba-PuHuiTi-Regular.ttf'),url('../font/Alibaba-PuHuiTi-Regular.woff');
}
@font-face{
    font-family:myFont2;
    src:url('../font/Alibaba-PuHuiTi-B.ttf'),url('../font/Alibaba-PuHuiTi-B.woff');
}
@font-face{
    font-family:myFont3;
    src:url('../font/Alibaba-PuHuiTi-H.ttf'),url('../font/Alibaba-PuHuiTi-H.woff');
}
@font-face{
    font-family:myFont4;
    src:url('../font/Alibaba-PuHuiTi-Medium.ttf'),url('../font/Alibaba-PuHuiTi-Medium.woff');
}
.web-font{font-family:myFont;}
.web-font1{font-family:myFont1;}
.web-font2{font-family:myFont2;}
.web-font3{font-family:myFont3;}
.web-font4{font-family:myFont4;}
.advantage-box dl dd h5,
.pic_item .text h3,
.hasMoreTab .hd li,
.hasMoreTab .bd .con dl dd h5,
.www360buy .bd .case-i-left dt,
.www360buy .bd .case-i-right h5,
.column-banner .c-b-box .text h3,
.type-list a,
.programme-top h5,
.column-news-box dl dd h5,
.kList02a dl dt h2,
.detail_box .detail_r .detail_r_logo p,
.detail_box .detail_r .detail_r_logo>div,
.detail_box .detail_l h4{
    font-family: "myFont4";
}
.www360buy .bd .case-i-right p,
.www360buy .bd .case-i-left .case-des,
.www360buy .bd .case-i-left .case-des p,
.www360buy .bd .case-i-left .link,
.programme-top .programme-des,
.programme-top .programme-des p,
.column-news-box dl dd p,
.kList02a dl dt p,
.coopreate .coopreate-list li,
.about-detail .about-text,
.about-detail .about-text p,
.detail_box .detail_r .detail_r_list ul li a,
.detail_box .detail_l .detail-text p,
.detail-page .page-text a,
.detail-page .page-text,
.column-banner .c-b-box .text h4,
.column-banner .c-b-box .text h4 p{
    font-family: "myFont1";
}

/*banner*/
.index-banner{
    background:#e1ecfe;
    margin-top: 52px;
    height: 13rem;
    position: relative;
}
.column-banner{
    position: relative;
    width: 100%;
    background: #e5eeff;
    margin-top: 52px;
}
.column-banner .c-b-box{
    width: 100%;
    min-width: 94%;
    position: relative;
}
.column-banner .c-b-box .text{
    /* width: 62%;
    padding-top: 9%; */
}
.pic_item{
    height: 13rem;
}
.pic_item .pic_item_img{
    position: absolute;
    bottom:0;
    right: 0;
}
.pic_item .pic_item_img img{
    width: 100%;
}
.pic_item .text{
    position: absolute;
    top: 22%;
    left: 4.5%;
}
.pic_item .text h3{
    font-size: 1.3rem;
    color:#374567;
}
.column-banner .c-b-box .text h3{
    font-size: 1.3rem;
    color:#374567;
}
.column-banner .c-b-box .text h4{
    font-size: .8rem;
    color:#374567;
    text-transform: uppercase;
    font-weight: lighter;
    margin-top: 10px;
}
.pic_item .text h4{
    font-family: "myFont5";
    font-size: 0.8rem;
    color: #374567;
    text-transform: uppercase;
    font-weight: lighter;
    margin-top: 10px;
    width: 70%;
}
.pic_item .text .link a{
    width: 90px;
    border-radius: 3px;
    background:#2c68ff;
    font-family: "myFont5";
    font-size: .8rem;
    color:#fff;
    line-height: 35px;
    text-align: center;
    display: block;
    float: left;
    margin-right: .3rem;
    font-weight: lighter;
    margin-top: .8rem;
}
.pic_item .text .link a:last-child{
    border:1px solid #2c68ff;
    color:#2c68ff;
    background:none;
}

/* 浼樺娍 */
.cont-1{
    padding:25px 0;
    box-shadow:1px 1px 25px #d2d8e2;
}
.advantage-box{
    display: flex;
    justify-content: space-between;
}
.advantage-box dl{
    overflow: hidden;
    border-right: 1px solid #eeeeee;
    padding:0 .8rem;
    width: 33.3%;
    transition: .4s;
}
.advantage-box dl:last-child{
    border-right: none;
    padding-right: 0;
}
.advantage-box dl:first-child{
    padding-left: 0;
}
.advantage-box dl dt{
    width: 100%;
    text-align: center;
    transition: .4s;
}
.advantage-box dl dt img{
    width: 60px;
    height: auto;
    display: inline-block;
}
.advantage-box dl dd{
    width: 100%;
    text-align: center;
}
.advantage-box dl dd h5{
    font-size: 1rem;
    color:#374567;
}
.advantage-box dl dd p{
    font-family: "myFont1";
    font-size: .8rem;
    color: #a1a6b5;
    margin-top: .3rem;
}

.cont-2{
    padding:3rem 0;
    position: relative;
}
/* 鏍囬 */
.title{
    font-size: 1.4rem;
    color:#374567;
    font-weight: bold;
    font-family: "myFont1";
}
.title span{
    text-transform: uppercase;
    color:#e9ebf2;
    margin-left: 6px;
}

/* 鍏充簬鎴戜滑 */
.about-item .about-detail{
    /* width: 52%; */
}
.about-detail .about-text{
    font-size: .95rem;
    line-height: 29px;
    color: #888e9e;
    text-align: justify;
    letter-spacing: 1px;
    margin: .8rem 0 1rem 0;
}
.about-item .about-icon{
    display: flex;
    justify-content: space-between;
}
.about-item .about-icon dl{
    text-align: center;
    transition: .4s;
}
.about-item .about-icon dl dt img{
    width: auto;
    height: 48px;
    display: inline-block;
}
.about-item .about-icon dl dd{
    color:#888e9e;
    font-size:1rem;
    font-family: "myfont1";
}
.about-box{
    overflow: hidden;
}
.about-box .about-video{
    width: 100%;
    height: 10rem;
    margin-top: .8rem;
}
.about-box .about-video video{
    width: 100%;
    height: 100%;
    object-fit:cover
}
.ab-bg{
    position: absolute;
    top: 30px;
    right:0;
    z-index: -1;
}
.pro-bg{
    position: absolute;
    left: 0;
    bottom:60px;
    z-index: -1;
}

/* 浜у搧涓績 */
.pro-box{
    margin-top: 3rem;
}
.pro-item{
    overflow: hidden;
}
.hasMoreTab{
    width: 100%;
}
.hasMoreTab .hd ul{
    z-index:5;
    overflow:hidden;
    position: relative;
    zoom:1;
    border-bottom: 1px solid #d9dee9;
    display: flex;
    margin-top:1.2rem;
}
.hasMoreTab .hd li{
    float:left;
    cursor:pointer;
    /* width: 25%; */
    font-size: 1rem;
    padding-bottom: 1rem;
    color:#374567;
    position: relative;
    text-align: center;
    padding: 0 .5rem;
}
.hasMoreTab .hd li.on{
    color:#2955ff;
    border-bottom: 2px solid #2955ff;
}
.hasMoreTab .hd li::after{
	position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background: #ced2df;
    top: 5px;
    right: 0;
    transition: all 0.8s;
}
.hasMoreTab .hd li:last-child::after{
    display: none;
}
.hasMoreTab .bd{
    clear:both;
    position:relative;
}
/* .hasMoreTab .bd .con{
    position: inherit !important;
} */
.hasMoreTab .bd .con dl{
    width: 37.5%;
    border:1px solid #d9dee9;
    border-radius: 3px;
    padding:1rem;
    transition: .3s;
    margin-right: 5%;
    float: left;
    margin-top: 5%;
}
.hasMoreTab .bd .con dl:nth-child(2n){
    margin-right: 0;
}
.hasMoreTab .bd .con dl:hover{
    border:1px solid #2c68ff;
    box-shadow:1px 1px 4px #e3e5ea;
    cursor: pointer;
}
.hasMoreTab .bd .con dl:hover dd h5{
    color:#2c68ff;
}
.hasMoreTab .bd .con dl a{
    display: block;
}
.hasMoreTab .bd .con dl dt{
    width: auto;
    height: 65px;
    overflow: hidden;
}
.hasMoreTab .bd .con dl dt img{
    width: auto;
    height: auto;
}
.hasMoreTab .bd .con dl:hover dt img{
    transform: rotate(360deg);
    transition: .5s;
}
.hasMoreTab .bd .con dl dd h5{
    font-size: 1rem;
    color:#374567;
    margin:10px 0 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hasMoreTab .bd .con dl dd p{
    font-size: .85rem;
    color:#a5a5a5;
    line-height: 21px;
    /* font-family: "myFont1"; */
    text-align: justify;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
    overflow: hidden;
}


/* 瀹㈡埛妗堜緥 */
.cont-3{
    position: relative;
}
.cont-3 .case-bg{
    width: 100%;
    /* max-height: 230px; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    /* min-width: 1300px; */
}
.cont-3 .case-bg img{
    min-height: 7rem;
    width: 100%;
}
.case-box{
    padding-top: 7.5%;
}
.case-box .title span{
    color:#d9e1e8;
}
.www360buy{
    width: 100%;
    overflow: hidden;
    background:#fff;
    box-shadow: 2px 3px 13px #d5dae6;
    margin-top: 3%;
    margin-bottom: 3rem;
    height: 555px;
    margin-top: 6%;
}
.www360buy .hd{
    width: 24%;
    height: 100%;
    float: left;
    background:#f9faff;
    border-right: 1px solid #ecf0f9;
    padding-top: 50px;
}
.www360buy .hd li{
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
    color:#374567;
    font-family: "myFont4";
    line-height: 99px;
    position: relative;
    border-right: 2px solid #f9faff;
    transition: .2s;
}
.www360buy .hd li::after{
    content: "";
    width: 90%;
    height: 1px;
    background: #ecf0f9;
    position: absolute;
    left: 0;
    bottom: 0;
}
.www360buy .hd li.on,
.www360buy .hd li:hover{
    color:#1b60fd;
    cursor: pointer;
    border-right: 2px solid #1b60fd;
    background-image: linear-gradient(to right, #f9faff , #ffffff);
}
.www360buy .tempWrap{
    width: 70% !important;
    float: right;
    height: 100%;
}
.www360buy .bd{
    width: 100%;
}
.www360buy .lh{
    overflow:hidden;
    height: 555px;
}
.www360buy .bd dl{
    /* width: 50%;
    float: left;
    height: 100%; */
}
.www360buy .bd .case-i-left{
    border-bottom: 1px solid #ecf0f9;
    margin-right: 4%;
    padding: 12% 0 7% 0;
}
.www360buy .bd .case-i-left dt{
    font-size: 1.1rem;
    color:#374567;
    /* line-height: 50px; */
}
.www360buy .bd .case-i-left .case-img{
    width: 100%;
    height: 5.5rem;
    overflow: hidden;
    margin:6% 0;
}
.www360buy .bd .case-i-left .case-img img{
    width: 100%;
    height: auto;
}
.www360buy .bd .case-i-left .case-des{
    font-size: .85rem;
    color: #888e9e;
    line-height: 1.6rem;
    text-align: justify;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; */
    overflow: hidden;
}
.case-i-left .link_more{
    width: 100px;
    position: relative;
    margin-top: 5%;
}
.link_more .module_button_content{
    border-radius: 3px;
    border: 1px solid #2c68ff;
    text-align: center;
    line-height: 2.3rem;
    font-size: .85rem;
    color: #2c68ff;
    position: relative;
    display: block;
}
.module_button_content {
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	color: #000;
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	transition: all .3s;
	transform-style: preserve-3d;
}
.module_button_content span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	overflow: hidden;
}
.module_button_content:hover {
	text-decoration: none;
    color:#fff;
}
.module_button_content .after{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0;
    background:#2c68ff;
}
.module_button_content .after{
	width: 0;
	opacity: 1;
}
.module_button_content:hover .after{
	opacity: 1;
	width: 100%;
}
.www360buy .bd .case-i-right{
    padding-top: 30px;
    overflow: hidden;
}
.www360buy .bd .case-i-right .case-intro{
    width: 65px;
    line-height: 19px;
    border-radius: 10px;
    border:1px solid #d2d7df;
    font-size: 12px;
    text-align: center;
    font-family: "myFont4";
    display: block;
    color:#d2d7df;
    float: right;
    margin-right:8%;
    transition: .4s;
}
.www360buy .bd .case-i-right .case-intro:hover{
    background: #2c68ff;
    color:#fff;
}

.case-i-right .case-i-list li:first-child{
    padding:25px 0 4% 0;
}
.case-i-right .case-i-list li{
    border-bottom: 1px solid #ecf0f9;
    padding: 4% 0;
    margin-right: 4%;
}
.case-i-right .case-i-list li h5{
    font-size: 1rem;
    color: #374567;
    /* line-height: 45px; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: .4s;
    margin: 4% 0 2% 0;
}
.case-i-right .case-i-list li p{
    font-size: .85rem;
    color:#969696;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.case-i-right .case-i-list li:last-child{
    border-bottom: 0;
}
.case-i-right .case-i-list li:hover h5{
    color:#1b60fd;
}

/* 鎵崌鏈熷緟涓庢偍鍚堜綔 */
.cont-4{
    position: relative;
    padding-bottom: 100px;
    z-index: 9;
}
.cont-4 .coop-box{
    padding-top: 40px;
}
.coop-bg{
    width: 1450px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -725px;
    z-index: -1;
}
.digital{
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 6%;
}
.digital li{
    /* width: 25%; */
}
.digital li p{
    font-size:1rem;
    color:#374567;
}
.digital li p strong{
    font-size: 2rem;
    color:#374567;
    font-family: "myFont5";
    font-weight: normal;
}
.digital li em{
    font-size: .8rem;
    color:#374567;
    font-family: "myFont1";
}
.coopreate{
    width: 98%;
    height: auto;
    margin: 0 auto;
    margin-top: 12%;
}
.coopreate img{
    width: 85%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.coopreate .coopreate-list ul{
    display: flex;
    justify-content: space-between;
}
.coopreate .coopreate-list ul li{
    width: 24%;
    font-size: .85rem;
    color: #374567;
    text-align: center;
}
.coopreate .coop-link{
    width: 120px;
    line-height: 40px;
    background: #0070ff;
    border: 1px solid #0070ff;
    border-radius: 6px;
    margin: 0 auto;
    margin-top: 13%;
    text-align: center;
    transition: .4s;
}
.coopreate .coop-link a{
    display: block;
    font-size: .95rem;
    color: #fff;
    transition: .4s;
    font-family: "myFont";
}
.coopreate .coop-link:hover{
    background:none;
    font-family: "myFont4";
    border:1px solid #0070ff;
}
.coopreate .coop-link:hover a{
    color:#0070ff;
}

/* 瀹夊叏鍚堣璁よ瘉 */
.cont-5{
    padding:8% 0 10% 0;
    background:url(../images/rz-bg.png) no-repeat center center;
    background-size:cover;
    overflow: hidden;
}
.cont-5 .title p{
    font-size: .9rem;
    color:#374567;
    font-family: "myFont";
    margin-top: 7px;
}
.cont-5 .certify-item{
    overflow: hidden;
    text-align: center;
}
.cont-5 .certify-item dl{
    width: 47%;
    transition: .4s;
    margin-right: 6%;
    margin-top: 8%;
    float: left;
}
.cont-5 .certify-item dl:nth-child(2n){
    margin-right: 0;
}
.cont-5 .certify-item dl img{
    width: 89px;
    display: inline-block;
}
.cont-5 .certify-item dl dd{
    font-size: .9rem;
    color:#374567;
    font-family: "myFont4";
    margin-top: 2%;
}
.cont-5 .certify-item dl:hover{
    margin-top: -5px;
    transition: .4s;
    cursor: pointer;
}
/* 璧勮涓績 */
.cont-6{
    padding:10% 0;
}
.cont-6 .swiper-slide dl dt{
    width: 100%;
    height: 5.5rem;
    border-radius: 5px;
    overflow: hidden;
}
.cont-6 .swiper-slide dl dt img{
    width: 100%;
    height: auto;
    border-radius: 5px;
    transition: .4s;
}
.cont-6 .swiper-slide dl:hover dt img{
    transform: scale(1.04);
}
.cont-6 .swiper-slide dl dd{
    padding:8% 2%;
}
.cont-6 .swiper-slide dl dd h5{
    font-size: 1.1rem;
    color:#374567;
    font-family: "myFont1";
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cont-6 .swiper-slide dl dd p{
    font-size: .9rem;
    color:#828282;
    font-family: "myFont";
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.cont-6 .swiper-slide dl dd i{
    font-size: 1rem;
    color: #0070ff;
    font-family: "myFont1";
    margin-top: 25px;
    display: block;
    position: relative;
    width: 56%;
    font-style: normal;
}
.cont-6 .swiper-slide dl dd i::after{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-width: 2px 2px 0 0;
    border-color:#0070ff;
    border-style: solid;
    transform: matrix(0.71,0.71,-0.71,0.71,0,0);
    position: absolute;
    top: 6px;
    right:0;
}

/* 鍚堜綔浼欎即 */
.cont-7{
    padding:20px 0;
    border-top: 1px solid #e2e5ef;
}
.partner .swiper-slide img{
    width: 100%;
    /* height: 30px !important; */
}
.partner .swiper-slide img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    opacity: 0.4;
    transition: .4s;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.partner .swiper-slide img:hover{
    filter: none;
    filter: grayscale(0);
    opacity: 1;
    cursor: pointer;
}
/* 鍐呴〉 */
/* 鍒嗙被鍒楄〃 */
.type-box{
    line-height: 55px;
    box-shadow: 1px 1px 20px #ececec;
}
.type-box .type-list{
    display: flex;
    justify-content: center;
}
.type-list a{
    display: block;
    width: 20%;
    text-align: center;
    font-size: .95rem;
    color:#333333;
    position: relative;
    transition: .4s;
    padding:0 1.3%;
    white-space: nowrap;
}
.type-list a.cur,
.type-list a:hover{
    color:#2c68ff;
}
.type-list a::after{
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #dcdcdc;
    position: absolute;
    top: 21px;
    right: 0;
}
.type-list a:last-child:after{
    display: none;
}

/* 鏍稿績浜у搧 */
.main-box{
    margin-bottom: 2rem;
}
.main-box dl{
    height: 135px;
}
.main-box dl,
.programme-list dl{
    width: 41.3%;
    float: left;
    margin: 0 4% 4% 0;
    box-shadow: 0 0px 11px 0 rgba(0,0,0,0.05);
    border-radius: 3px;
    padding: 4.5% 3%;
    overflow: hidden;
    border: 1px solid #fff;
    transition: .4s;
}
.main-box dl:nth-child(2n),
.programme-list dl:nth-child(2n){
    margin-right: 0;
}
.main-box dl dt{
    text-align: center;
}
.main-box dl dt img{
    height: 45px;
    width: auto;
    transition: .7s;
}
.main-box dl dd{
    margin-top: .4rem;
}
.main-box dl dd h5,
.programme-list dl dt{
    font-size:1rem;
    color:#333333;
    font-family: "myFont1";
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .4s;
}
.main-box dl dd p,
.programme-list dl dd{
    font-size: .8rem;
    color:#777777;
    line-height: 24px;
    font-family: "myFont5";
    margin-top: .23rem;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.main-box dl:hover{
    cursor: pointer;
    border:1px solid #2c68ff;
}
.main-box dl:hover dd h5{
    color:#2c68ff;
    font-family: "myFont4";
}
.main-box dl:hover img{
    margin-top: -3px;
}


/* 瀹㈡埛妗堜緥 */
.pro-case-box{
    /* background:#f9fafc; */
    padding:10% 0;
}
.programme-top{
    width: 100%;
    height: auto;
}
.programme-top .programme-img img{
    width: 100%;
    height:auto;
}
.programme-top h5{
    font-size: 1rem;
    color:#0b1d30;
    margin-bottom: 1rem;
}
.programme-top .programme-des{
    font-size: .85rem;
    color:#0b1d30;
    line-height: 26px;
    margin-top: 10px;
    text-align: justify;
}
.pro-case-box .programme-title{
    margin:2rem 0 1.4rem 0;
    width: 85px;
    line-height: 28px;
    border-radius: 50px;
    border:2px solid #ced2df;
    text-align: center;
    transition: .4s;
}
.pro-case-box .programme-title a{
    display: block;
    font-size: 15px;
    color:#88909b;
    font-family: "myFont4";
}
.pro-case-box .programme-title:hover{
    background:#2c68ff;
    border:2px solid #2c68ff;
}
.pro-case-box .programme-title:hover a{
    color:#fff;
}
.programme-list dl{
    border:none;
    background:#fff;
    width: 42%;
}
.programme-list dl:hover{
    background:url(../images/cur.png) no-repeat 100% 100%;
    background-size:cover;
    cursor: pointer;
}

/* 鍏徃璧勮 */
.column-news-box dl{
    margin-right: 4%;
    width: 48%;
    float: left;
    background:#fff;
    border-radius: 5px;
    margin-bottom: 4%;
}
.column-news-box dl:nth-child(2n){
    margin-right: 0;
}
.column-news-box dl dt{
    position: relative;
}
.column-news-box dl dt .date{
    position: absolute;
    left: 0;
    bottom: 0;
    /* width: 100px; */
    background: rgba(0,0,0,.4);
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    padding: 3% 4%;
    /* line-height: 35px; */
    transition: .4s;
}
.column-news-box dl dt .date p{
    font-size: .82rem;
}
.column-news-box dl dt,
.column-news-box dl dt .news-item-img{
    width: 100%;
    height: 6rem;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.column-news-box dl dt .news-item-img img{
    width: 100%;
    height: auto;
    transition: .4s;
}
.column-news-box dl:hover dt .news-item-img img{
    transform: scale(1.04);
}
.column-news-box dl dd{
    padding:10% 7%;
    transition: .4s;
}
.column-news-box dl dd h5{
    font-size: 1rem;
    color:#333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.column-news-box dl dd p{
    color: #989898;
    font-size: .85rem;
    line-height: 26px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.column-news-box dl:hover .date{
    background:rgba(44,104,255,.6)
}
.column-news-box dl:hover dd h5{
    color:#2c68ff;
}

/* 鎵崌绠€浠 */
.c-title{
    font-size: 1.6rem;
    color:#333333;
    text-align: center;
    font-family: "myFont4";
}
.c-title::before{
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background:#2c68ff;
    margin:0 auto;
    margin-bottom: 20px;
}
.intro-list dl{
    margin-top: 1rem;
}
.intro-list dl dt{
    width: 100%;
    height: auto;
}
.intro-list dl dt img{
    width: 100%;
    height: auto;
    display: block;
}
.intro-list dl dd{
    width: 100%;
    height: auto;
    padding: 22px 28px;
    background:#fff;
    box-sizing: border-box;
    box-shadow: 2px 2px 20px rgba(15,37,65,.09);
}
.intro-list dl dd img{
    height: 45px;
    width: auto;
}
.intro-list dl dd .intro-des{
    font-size: 15px;
    line-height: 30px;
    color:#676767;
    text-indent: 2em;
    font-family: "myFont1";
    text-align: justify;
    margin-top: 1rem;
}

/* 鍙戝睍鍘嗙▼ */
.process-box{
    background:#fafbfc;
}

/* 鑽ｈ獕璧勮川 */
.honor-box{
    height: auto;
    background: url(../images/honor-bg2.png) no-repeat center center;
    /* position: relative;
    box-sizing: border-box;
    background-attachment: fixed; */
    background-size: cover;
}
.honor-box .c-title{
    color:#ebf0fd;
}
.honor-box .c-title::before{
    background:#ebf0fd;
}
.honor-list{
    margin-top: 1.6rem;
}
.honor-list .honor-img{
    overflow: hidden;
    height: 7.5rem;
}
.honor-list .honor-img img{
    width: 100%;
    height: auto;
    transition: .6s;
}
/* .honor-list .honor-title{
    width: 100%;
    padding:.6rem 0;
    color:#fff;
    background: rgba(255, 255, 255, 0.5);
    font-size: .95rem;
    text-align: center;
} */
.honor-list .swiper-pagination{
    position: inherit;
    margin-top: 2rem;
}
.honor-list .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    border-radius: 50px;
    background:#fff;
    opacity: .5;
    margin:0 6px;
}
.honor-list  .swiper-pagination-bullet-active{
    width: 32px;
    height: 16px;
    background: #fff;
    opacity: 1;
    border:0;
}
.partner-list{
    margin-top: 1.1rem;
}
.partner-list a{
    float: left;
    display: block;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 2%;
    width: 22.9%;
    margin-top: 2%;
    overflow: hidden;
    transition: .4s;
}
.partner-list a:nth-child(4n){
    margin-right: 0;
}
.partner-list a img{
    width: 100%;
    /* height: 30px; */
    transition: .4s;
}
.partner-list a:hover img{
    transform: scale(1.04);
}

/* 鍙戝睍鍘嗙▼ */

.timeline_bar {
    width: 100%;
    height: 80px;
    background: url(../images/53.png) left center repeat-x;
    background-size: 2px;
    margin: 20px auto 0 auto;
    overflow: hidden;
}

.timeleft,
.timeright {
    width: 50px;
    height: 70px;
    margin-top: 25px;
    overflow: hidden;
    cursor: pointer;
    background-size: 50px;
}

.timeleft {
	float: left;
	background: url(../images/4edffe58324e47539f9d70ce454c04d1.png) left center no-repeat;
	text-align: left;
}

.timeright {
	float: right;
	background: url(../images/d9c00797bc8042418e285cfb69c9a837.png) right center no-repeat;
	text-align: right;
}

.timeleft img,
.timeright img {
	opacity: 0.5;
    display: inline-block;
    width: 15px;
}

.timeleft:hover img,
.timeright:hover img {
	opacity: 1;
}

.timeitem {
    width: calc(100% - 105px);
    height: 50px;
    float: left;
    overflow: hidden;
    position: relative;
    
}
.timeitem ul {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
}
.timeitem ul li {
    width: 50px;
    height: 50px;
    line-height: 40px;
    float: left;
    font-size: 0.8em;
    text-align: center;
    color: #666;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.timeitem ul li:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 50%;
    margin-left: -5px;
    bottom: 4px;
    background: #aac4f7;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.timeitem ul li.on {
    font-size: 1.1em;
    color: #2c68ff;
}
.timeitem ul li.on:after {
    width: 12px;
    height: 12px;
    margin-left: -6px;
    bottom: 3px;
    background: #2c68ff;
}

.timeline_cont {
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.timeline_bk {
    width: 100%;
    height: auto;
    position: absolute;
    left: 100%;
    top: 0;
    overflow: auto;
}
.timeline_bkc {
    width: 84%;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
}
.timeline_bkc .tt {
    height: 60px;
    overflow: hidden;
    font-size: 2em;
    line-height: 60px;
    color: #aac4f7;
    position: relative;
}
.timeline_bkc .tt:after {
    position: absolute;
    top: 25px;
    left: 55px;
    width: 60px;
    height: 60px;
    border-left: 1px solid #a5b6d7;
    background: #fafbfc;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.timeline_bkc .cc {
    height: auto;
    overflow: hidden;
    font-size: 0.9em;
    line-height: 200%;
    color: #666;
}

.timeline_bkp {
    width: 84%;
    height: auto;
    overflow: hidden;
    margin: 10px auto 0 auto;
}
.timeline_bkp img {
    width: 100%;
    height: auto;
}
/* 浜烘墠鎷涜仒 */
.recruit-box{
    padding:2rem 0 2rem 0;
}
.recruit-box li{
    padding: 5% 4%;
    box-shadow: 0px 0px 0.25rem 0px rgba(51, 51, 51, 0.15);
    margin-bottom: 6%;
}
.recruit-box li .zp_b{
    /* display: flex;
    justify-content: space-between; */
}
.recruit-box li div{
    font-size: .95rem;
    color: #595959;
    line-height: 1.5;
    padding-right: 30px;
    font-family: "myFont1";
}
.recruit-box li h5{
    padding-left: 13px;
    line-height: 35px;
    color: #333;
    font-size: 1.1rem;
    margin-bottom: 4%;
    font-family: "myFont4";
    position: relative;
}
.recruit-box li h5::before{
    content: "";
    display: block;
    width: 3px;
    height: 19px;
    background: #366fff;
    position: absolute;
    left: 0;
    top: 8px;
}
.recruit-box li .zp_b span.iconfont{
    color: #366fff;
    font-size: 1.2rem;
}

.icon-dianhua::before{
    content: "\e644";
}
.recruit-box li p{
    font-size: 1rem;
    color: #366fff;
    line-height: 1;
    line-height: 1.05;
    padding-bottom: 1.5rem;
    margin-bottom: 1.3rem;
    margin-top: .5rem;
    font-family: "myFont4";
    border-bottom: 1px solid #eaebec;
}

/* 鑱旂郴鎴戜滑 */
.kList02{
    overflow: hidden;
}
.kList02a{
    margin-top: 24px;
}
.kList02a dl{
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}
.kList02a dl dt{
    
}
.kList02a dl dt h2{
    font-size: 1.1rem;
    margin: .2rem 0 .6rem;
    line-height: 60px;
    position: relative; 
    color:#333;
}
.kList02a dl dt h2 em{
    width: 53px;
    height: 3px;
    background-color: #e6e6e6;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
}
.kList02a dl dt p{
    line-height: 35px;
    font-size: .85rem;
    color: #585858;
}
.kList02a dl dt p a{
    font-size: .85rem;
    color: #585858;
}
/* .kList02a dl dd{
    float: right; 
    width: 50%;
}
.kList02a dl dd img{
    display: block;
} */
.re {
	position: relative;
}
#container {
	position: relative;
}

/* 鑾峰彇瑙ｅ喅鏂规 */
.solute .title{
    font-size: 1rem;
    color:#333;
    font-weight: normal;
    font-family: "myFont4";
}
.solute .title em{
    color:#737373;
    margin-left: 5px;
}
.solute .title span{
    font-size: .8rem;
    color:#737373;
    font-family: "myFont1";
}
.solute-form form{
    /* display: flex;
    justify-content: space-between; */
}
.solute-form form .inform-l{
    width: 100%;
}
.solute-form form .inform-r{
    width: 100%;
    text-align: center;
    background: #366fff;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 5px;
    transition: .4s;
    border: none;
    padding: .5rem 0;
    margin: 1.5rem 0 3rem 0;
}
.solute-form form .inform-r:hover{
    cursor: pointer;
    background: #0835a5;
}
.solute-form .inform-l .inform-des{
    /* width: 100%; */
    border-radius: 5px;
    background:#f9fafc;
    font-size:15px;
    color:#333;
    padding: 0 30px 0 40px;
    position: relative;
    margin-top: .6rem;
}
.solute-form .inform-l .inform-des input{
    width: 100%;
    line-height: 50px;
    background:#f9fafc;
    border: none;
    padding-left: 10px;
    border-left: 1px solid #eeeeee;
}
.solute-form .inform-l input::placeholder,
.inform-area textarea::placeholder{
    font-size:14px;
    color:#c0c0c0;
}
.solute-form .inform-l .inform-des::before{
    content: "";
    display: block;
    width: 23px;
    height: 20px;
    background:url(../images/company.png) no-repeat;
    position: absolute;
    left: 11px;
    top: 15px;
}
.solute-form .inform-l .inform-des:nth-child(2):before{
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background:url(../images/people.png) no-repeat;
    position: absolute;
    left: 11px;
    top: 15px;
}
.solute-form .inform-l .inform-des:nth-child(3):before{
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background:url(../images/phone.png) no-repeat;
    position: absolute;
    left: 11px;
    top: 15px;
}
.solute-form .inform-l .inform-des:nth-child(4):before{
    content: "";
    display: block;
    width: 21px;
    height: 23px;
    background:url(../images/content.png) no-repeat;
    position: absolute;
    left: 11px;
    top: 15px;
}
.solute-form .inform-area{
    background:#f9fafc;
    width: 100%;
    height: 4rem;
    font-size:15px;
    color:#333;
    position: relative;
    margin-top: .6rem;
    overflow: hidden;
}
.solute-form .inform-area textarea{
    width: 75%;
    background: #f9fafc;
    padding: 14px 40px 14px 45px;
    height: 100%;
    border: none;
    border-radius: 3px;
}
.solute-form .inform-area::before{
    content: "";
    display: block;
    width: 20px;
    height: 22px;
    background:url(../images/content.png) no-repeat;
    position: absolute;
    left: 11px;
    top: 14px;
}


/* 璇︽儏椤 */
.flex{
    display: flex;
    justify-content: space-between;
}
.detail_box{
    padding:1.5rem 0;
}
.detail_box .detail_l{
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    overflow: auto;
}
.detail_l .detail-img{
    width: 100%;
    margin: 5px 0 25px 0;
}
.detail_box .detail_l h4{
    font-size: 1.3rem;
    padding: 10px 0;
    color: #222;
}
.detail_l h5{
    font-size: 15px;
    color: #bdbdbd;
    font-family: "myFont1";
    border-top: 1px solid #efefef;
    padding-top: 14px;
    margin-bottom: 30px;
}
.detail_l h5 span{
    font-family: "myFont1";
    position: relative;
}
.detail_l h5 span:first-child{
    margin-right: 12px;
    padding-right: 13px;
}
.detail_l h5 span:first-child::after{
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background:#dedbdb;
    position: absolute;
    top: 4px;
    right: 0;
}
.detail_box .detail_l iframe{
    width: 100%;
    height: 500px;
}
.detail_box .detail_l .detail-text{
    line-height: 32px;
    font-size: .95rem;
    text-align: justify;
    color: #3e3e3e;
}
.detail_box .detail_l img{
    width: 100%;
    margin:10px 0;
}
.detail_box .detail_r{
    background: #fff;
    margin-top: 1rem;
}
.detail_box .detail_r .detail_r_logo{
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
}
.detail_box .detail_r .detail_r_list{
    background: #fff;
    padding: 30px;
    text-align: center;
    margin-top: 20px;
    /* min-height: 600px; */
}
.detail_box .detail_r .detail_r_list h5{
    font-size: 22px;
    color: #333;
    font-weight: bold;
}
.detail_box .detail_r .detail_r_list ul li{
    border-bottom: 1px solid #f5f5f5;
    line-height: 50px;
    text-align: left;
    height: 50px;
}
.detail_box .detail_r .detail_r_list ul li a{
    display: block;
    font-size: 16px;
    color: #222222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.detail_box .detail_r .detail_r_list ul li a:hover,
.detail-page .page-text a:hover{
    color: #2c68ff;
}
.detail_box .detail_r .detail_r_logo img{
    width: auto;
    height: 56px;
    display: inline-block;
    vertical-align: middle;
}
.xz_more{
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}
.xz_more a{
    display: block;
    text-transform: uppercase;
}
.detail_box .detail_r .detail_r_logo p{
    font-size: 20px;
    color: #333;
    /* font-weight: bold; */
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.detail_box .detail_r .detail_r_logo>div{
    text-align: center;
    background: #0473c5;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}

/* 鍒嗛〉 */
.detail-page{
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #f5f5f5;
}
.detail-page .page-text{
    /* width: 45%; */
}
.detail-page .page-text{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#828282;
    margin-top: .5rem;
}
.detail-page .page-text a{
    color:#828282;
    font-size: 15px;
}


/* 棣栭〉鏀圭増 */
.gb-news{
    padding:40px 0;
}
.gb-news .title{
    text-align: center;
    text-transform: uppercase;
    color:#e8eeff;
}
.gb-news .title h5{
    display: flex;
    justify-content: center;
    align-items: center;
}
.gb-news .title h5 span{
    font-size: 25px;
    color:#222;
    font-weight: bold;
    margin:0 12px 0 13px;
}
.gb-news .title h5 i{
    display: block;
    width: 18px;
    height: 3px;
    background:#222;
}
.gb-news .gb-news-type{
    display: flex;
    justify-content: center;
    margin:20px 0 30px 0;
}
.gb-news .gb-news-type .item{
    width: 116px;
    height: 43px;
    border-radius: 50px;
    border:1px solid #8a8a8a;
    font-size: 16px;
    color:#8a8a8a;
    text-align: center;
    line-height: 43px;
    cursor: pointer;
    margin-right: 20px;
    font-family: 'myFont4';
}
.gb-news .gb-news-type .item.active,
.gb-news .gb-news-type .item:hover{
    background:#2c68ff;
    border:1px solid #2c68ff;
    color:#fff;
}
.gb-news .gb-news-type .item:last-child{
    margin-right: 0;
}
.gb-news .gb-news-list .gb-news-item .gb-news-left{
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 12px;
}
.gb-news .gb-news-list .gb-news-item .gb-news-left .top{
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.gb-news .gb-news-list .gb-news-item .gb-news-left .top .img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.gb-news .gb-news-list .gb-news-item .gb-news-left .top .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}
.gb-news .gb-news-list .gb-news-item .gb-news-left:hover .top .img img{
    transform: scale(1.06);
}
.gb-news .gb-news-list .gb-news-item .gb-news-left .top .date{
    font-size: 20px;
    color:#fff;
    background:rgba(154,154,154,.52);
    position: absolute;
    right: 0;
    bottom: 0;
    width: 77px;
    text-align: center;
    transition: .4s;
}
.text-emphasis{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.text-emphasis-2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.gb-news-list{
    margin-top: 20px;
}
.gb-news .gb-news-list .gb-news-item .gb-news-left .bottom h5{
    font-size: 16px;
    font-family: 'myFont4';
    color:#222;
    margin:20px 0 5px 0;
}
.gb-news .gb-news-list .gb-news-item .gb-news-right{
    margin-top: 20px;
}
.gb-news .gb-news-list .gb-news-item .gb-news-left .bottom p,
.gb-news .gb-news-list .gb-news-item .gb-news-right dl dd{
    font-size: 15px;
    font-family: 'myFont1';
    line-height: 23px;
}

.gb-news .gb-news-list .gb-news-item .gb-news-right dl{
    border-bottom: 1px solid #dcdcdc;
    padding:25px 0 20px 0;
    transition: .4s;
}
.gb-news .gb-news-list .gb-news-item .gb-news-right dl dt{
    font-size: 17px;
    font-family: 'myFont4';
    color:#222;
    margin-bottom: 4px;
}
.gb-news .gb-news-list .gb-news-item .gb-news-right dl .date-box{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    color: #ababab;
}
.gb-news .gb-news-list .gb-news-item .gb-news-right dl .date-box h5{
    font-size: 14px;
    font-family: 'myFont1';
}
.gb-news .gb-news-list .gb-news-item .gb-news-right dl .date-box p{
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'myFont1';
    transition: .4s;
}
.gb-news .gb-news-list .gb-news-item .gb-news-right dl .date-box p .iconfont{
    vertical-align: middle;
    font-size: 13px;
    margin-left: 4px;
    transform: rotate(-90deg);
    display: inline-block;
}
.gb-news .gb-news-list .gb-news-item .gb-news-right dl:first-child{
    padding-top: 0;
}


/* 鎵崌鏈嶅姟 */
.service-box{
    width: 100%;
    height: auto;
    padding:2rem 0;
    /* background: url(../images/service.png) no-repeat 100% 100%;
    background-size: cover; */
}
.service-box .service-title{
    font-family: 'myFont4';
    font-size: 1.2rem;
    text-align: center;
    color:#333;
    margin-bottom: 1.2rem;
}
.service-box .service-item{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px 10px;
}
.service-box .service-item dl{
    text-align: center;
    padding: 2rem 1rem;
    background: #fbfbfb;
    border-radius: 5px;
}
.service-box .service-item dl dt{
    width: auto;
    height: 50px;
}
.service-box .service-item dl dt img{
    width: auto;
    height: 100%;
    display: inline-block;
}
.service-box .service-item dl dd h5{
    font-size: 1.1rem;
    margin: 1.2rem 0 .5rem 0;
    font-family: 'myFont4';
    color: #222;
}
.service-box .service-item dl dd .des,
.service-box .service-item dl dd .des p{
    font-size: .88rem;
    line-height: 23px;
    font-family: myFont1;
    text-align: left;
}


/* 鍒嗛〉 */
.pages {
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.pages div{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    width:98%;
    margin: 0 auto;
}
.pages a{
    display: block;
    padding: 6px 7px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    background: #eee;
    margin: 0 1px;
}
.pages strong{
    background-color: #0c328c;
    color: #fff;
    display: block;
    padding: 6px 7px;
    font-size: 14px;
    box-sizing: border-box;
    margin: 0 1px;
}