@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 .programme-text 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-text .programme-des,
.programme-top .programme-text .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;
    min-width: 1200px;
    height: 630px;
    position: relative;
}
.column-banner{
    position: relative;
    width: 100%;
    background: #e5eeff;
}
.column-banner .c-b-box{
    width: 100%;
    min-width: 1200px;
    position: relative;
}
.column-banner .c-b-box .text{
    width: 62%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
/* .index-banner .swiper-pagination-bullet{
    width: 45px;
    height: 5px;
    border-radius: 2px;
    opacity: 0.8;
    background:#fff;
}
.index-banner  .swiper-pagination-bullet-active{
    background: #f9903f;
    opacity: 1;
    border:0;
} */
.pic_item{
    width: 1200px;
    margin:0 auto;
    height: 630px;
}
.pic_item .pic_item_img{
    position: absolute;
    bottom:0;
    right: 0;
}
.pic_item .text{
    position: absolute;
    top: 33%;
    /* opacity: 0; */
}
/* .pic_item .text{
    -webkit-animation: fadeInLeft 1.5s ease-in-out;
	animation: fadeInLeft 1.5s ease-in-out;
	animation-delay: .3s;
	-webkit-animation-delay: .3s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
} */
.pic_item .text h3{
    font-size: 53px;
    color:#374567;
}
.column-banner .c-b-box .text h3{
    font-size: 39px;
    color:#374567;
}
.column-banner .c-b-box .text h4{
    font-size: 17px;
    color:#374567;
    text-transform: uppercase;
    font-weight: lighter;
    margin-top: 10px;
}
.pic_item .text h4{
    font-family: "myFont5";
    font-size: 23px;
    color:#374567;
    text-transform: uppercase;
    font-weight: lighter;
    margin-top: 10px;
}
.pic_item .text .link a{
    width: 147px;
    border-radius: 3px;
    background:#2c68ff;
    font-family: "myFont5";
    font-size: 16px;
    color:#fff;
    line-height: 50px;
    text-align: center;
    display: block;
    float: left;
    margin-right: 27px;
    font-weight: lighter;
}
.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 50px;
    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{
    float: left;
    width: 63px;
    transition: .4s;
}
.advantage-box dl dt img{
    width: 100%;
    height: auto;
}
.advantage-box dl dd{
    margin-left: 15px;
    width: 70%;
    float: left;
}
.advantage-box dl dd h5{
    font-size: 24px;
    color:#374567;
}
.advantage-box dl dd p{
    font-family: "myFont1";
    font-size: 19px;
    color:#a1a6b5;
}
.advantage-box dl:hover dt{
    margin-left: -3px;
    margin-right: 3px;
    transition: .3s;
}
.advantage-box dl:hover{
    cursor: pointer;
}

.cont-2{
    padding:140px 0 80px 0;
    position: relative;
}
/* 标题 */
.title{
    font-size: 34px;
    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: 16px;
    line-height: 34px;
    color:#888e9e;
    text-align: justify;
    letter-spacing: 1px;
}
.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:hover{
    margin-top: -5px;
    cursor: pointer;
}
.about-item .about-icon dl dt img{
    width: auto;
    height: 48px;
    display: inline-block;
}
.about-item .about-icon dl dd{
    color:#888e9e;
    font-size:18px;
    font-family: "myfont1";
}
.about-item .about-video{
    width: 43%;
    height: 300px;
}
.about-item .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: 120px;
}
.hasMoreTab{
    width: 100%;
}
.hasMoreTab .hd ul{
    z-index:5;
    overflow:hidden;
    position: relative;
    zoom:1;
    border-bottom: 1px solid #d9dee9;
}
.hasMoreTab .hd li{
    float:left;
    cursor:pointer;
    padding-bottom: 20px;
    padding:0 30px;
    font-size: 22px;
    padding-bottom: 20px;
    color:#374567;
    position: relative;
}
.hasMoreTab .hd li.on{
    color:#2955ff;
    border-bottom: 2px solid #2955ff;
}
.hasMoreTab .hd li::after{
	position: absolute;
    content: "";
    width: 1px;
    height: 17px;
    background: #ced2df;
    top: 8px;
    right: 0;
    transition: all 0.8s;
}
.hasMoreTab .hd li:last-child::after{
    display: none;
}
.hasMoreTab .bd{
    clear:both;
    position:relative;
}
/* .hasMoreTab .bd .con{
    display: flex;
    justify-content: space-between;
} */
.hasMoreTab .bd .con dl{
    width: 23%;
    border:1px solid #d9dee9;
    border-radius: 3px;
    padding:40px 40px 30px 40px;
    transition: .3s;
    margin-right: 32px;
    float: left;
    min-height: 224px;
}
.hasMoreTab .bd .con dl:last-child{
    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;
    transition: .4s;
}
.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: 20px;
    color:#374567;
    margin:10px 0 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hasMoreTab .bd .con dl dd p{
    font-size: 15px;
    color:#a5a5a5;
    line-height: 21px;
    font-family: "myFont1";
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.hasMoreTab .bd .con dl dd{
    transition: .4s;
}
.hasMoreTab .bd .con dl:hover dt{
    margin-top: -5px;
    cursor: pointer;
}


/* 客户案例 */
.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{
    max-height: 230px;
    width: 100%;
}
.case-box{
    padding-top: 3.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: 90px;
    height: 555px;
}
.www360buy .hd{
    width: 16.7%;
    height: 100%;
    float: left;
    background:#f9faff;
    border-right: 1px solid #ecf0f9;
    padding-top: 50px;
}
.www360buy .hd li{
    width: 100%;
    text-align: center;
    font-size: 20px;
    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: 78% !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-right:1px solid #ecf0f9;
    padding-right: 4%;
    padding-top: 50px;
}
.www360buy .bd .case-i-left dt{
    font-size: 24px;
    color:#374567;
    line-height: 50px;
}
.www360buy .bd .case-i-left .case-img{
    width: 100%;
    height: 157px;
    overflow: hidden;
    margin:20px 0 35px 0;
}
.www360buy .bd .case-i-left .case-img img{
    width: 100%;
    height: auto;
}
.www360buy .bd .case-i-left .case-des{
    font-size: 15px;
    color:#888e9e;
    line-height: 27px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.case-i-left .link_more{
    width: 125px;
    position: relative;
}
.link_more .module_button_content{
    border-radius: 3px;
    border:1px solid #2c68ff;
    text-align: center;
    line-height: 43px;
    font-size: 16px;
    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{
    border-bottom: 1px solid #ecf0f9;
    padding:20px 8% 29px 6%;
}
.case-i-right .case-i-list li h5{
    font-size: 18px;
    color:#374567;
    line-height: 45px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: .4s;
}
.case-i-right .case-i-list li p{
    font-size: 15px;
    color:#969696;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    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: 100px;
}
.digital li{
    width: 25%;
}
.digital li p{
    font-size:19px;
    color:#374567;
}
.digital li p strong{
    font-size: 42px;
    color:#374567;
    font-family: "myFont5";
    font-weight: normal;
}
.digital li em{
    font-size: 19px;
    color:#374567;
    font-family: "myFont1";
}
.coopreate{
    width: 800px;
    height: auto;
    margin:0 auto;
    margin-top: 60px;
}
.coopreate img{
    width: 88%;
    height: auto;
    margin:0 auto;
}
.coopreate .coopreate-list ul{
    display: flex;
    justify-content: space-between;
}
.coopreate .coopreate-list ul li{
    width: 20%;
    font-size: 16px;
    color:#374567;
    text-align: center;
}
.coopreate .coop-link{
    width: 190px;
    line-height: 53px;
    background:#0070ff;
    border:1px solid #0070ff;
    border-radius: 6px;
    margin:0 auto;
    margin-top: 45px;
    text-align: center;
    transition: .4s;
}
.coopreate .coop-link a{
    display: block;
    font-size: 18px;
    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:65px 0;
    background:url(../images/rz-bg.png) no-repeat 100% 100%;
    background-size:cover;
}
.cont-5 .title{
    margin-top: 20px;
}
.cont-5 .title p{
    font-size: 19px;
    color:#374567;
    font-family: "myFont";
    margin-top: 7px;
}
.cont-5 .certify-item{
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 70%;
}
.cont-5 .certify-item dl{
    width: 25%;
    transition: .4s;
}
.cont-5 .certify-item dl img{
    display: inline-block;
}
.cont-5 .certify-item dl dd{
    font-size: 15px;
    color:#374567;
    font-family: "myFont4";
    margin-top: 10px;
}
.cont-5 .certify-item dl:hover{
    margin-top: -5px;
    transition: .4s;
    cursor: pointer;
}
/* 资讯中心 */
.cont-6{
    padding:80px 0;
}
.cont-6 .swiper-slide dl dt{
    width: 100%;
    height: 310px;
    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:20px 15px;
}
.cont-6 .swiper-slide dl dd h5{
    font-size: 20px;
    color:#374567;
    font-family: "myFont1";
}
.cont-6 .swiper-slide dl dd p{
    font-size: 16px;
    color:#828282;
    font-family: "myFont";
    margin-top: 5px;
}
.cont-6 .swiper-slide dl dd i{
    font-size: 16px;
    color:#0070ff;
    font-family: "myFont1";
    margin-top: 25px;
    display: block;
    position: relative;
    width: 14%;
}
.cont-6 .swiper-slide dl:hover h5{
    color:#0070ff;
}
.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: 8px;
    right:0;
}
.cont-6 .swiper-button-prev{
    width: 50px;
    height: 50px;
    background:url(../images/prev.png) no-repeat;
}
.cont-6 .swiper-button-next{
    width: 50px;
    height: 50px;
    background:url(../images/next.png) no-repeat;
}
.cont-6 .swiper-button-prev,
.cont-6 .swiper-button-next{
    top: 31%;
}

/* 合作伙伴 */
.cont-7{
    padding:25px 0;
    border-top: 1px solid #e2e5ef;
}
.partner .swiper-slide img{
    width: 100%;
    height: 60px !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: 65px;
    box-shadow: 1px 1px 20px #ececec;
    z-index: 99;
    background: #fff;
    width: 100%;
}
.type-box .type-list{
    display: flex;
    justify-content: center;
}
.type-list a{
    display: block;
    width: 20%;
    text-align: center;
    font-size: 18px;
    color:#333333;
    position: relative;
    transition: .4s;
}
.type-list a.cur,
.type-list a:hover{
    color:#2c68ff;
}
.type-list a::after{
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background:#dcdcdc;
    position: absolute;
    top: 21px;
    right: 0;
}
.type-list a:last-child:after{
    display: none;
}

/* 核心产品 */
.main-box dl{
    width: 31.6%;
    float: left;
    margin: 0 30px 30px 0;
    box-shadow: 0 0px 11px 0 rgba(0,0,0,0.05);
    border-radius: 3px;
    padding:35px 30px 30px;
    overflow: hidden;
    border:1px solid #fff;
    transition: .4s;
    min-height: 153px;
}
.programme-list dl{
    width: 31.6%;
    float: left;
    margin: 0 30px 30px 0;
    box-shadow: 0 0px 11px 0 rgba(0,0,0,0.05);
    border-radius: 3px;
    padding:35px 30px 30px;
    overflow: hidden;
    border:1px solid #fff;
    transition: .4s;
    /* min-height: 153px; */
}
.main-box dl:nth-child(3n),
.programme-list dl:nth-child(3n){
    margin-right: 0;
}
.main-box dl dt img{
    height: auto;
    width: 46px;
    float: left;
    margin-top: 17px;
    transition: .7s;
}
.main-box dl dd{
    width: 78%;
    float: right;
}
.main-box dl dd h5,
.programme-list dl dt{
    font-size:19px;
    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: 14px;
    color:#777777;
    line-height: 24px;
    font-family: "myFont5";
    margin-top: 10px;
    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:70px 0;
}
.programme-top{
    position: relative;
    width: 100%;
    height: 290px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;;
}
.programme-top .programme-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.programme-top .programme-img img{
    width: 100%;
    height: 100%;
}
.programme-top .programme-text{
    position: absolute;
    left: 40px;
    top: 60px;
    width: 55%;
}
.programme-top .programme-text h5{
    font-size: 24px;
    color:#0b1d30;
}
.programme-top .programme-text .programme-des{
    font-size: 15px;
    color:#0b1d30;
    line-height: 26px;
    margin-top: 15px;
    text-align: justify;
}
.pro-case-box .programme-title{
    margin:50px 0 25px 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;
}
.programme-list dl:hover{
    background:url(../images/cur.png) no-repeat 100% 100%;
    background-size:cover;
    cursor: pointer;
}

/* 公司资讯 */
.column-news-box dl{
    margin-right: 60px;
    width: 47.5%;
    float: left;
    background:#fff;
    border-radius: 5px;
    margin-bottom: 60px;
}
.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:36px;
    color:#fff;
    text-align: center;
    padding:18px 0 12px 0;
    line-height: 35px;
    transition: .4s;
}
.column-news-box dl dt .date p{
    font-size: 16px;
}
.column-news-box dl dt,
.column-news-box dl dt .news-item-img{
    width: 100%;
    height: 300px;
    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:35px 30px;
    transition: .4s;
}
.column-news-box dl dd h5{
    font-size: 18px;
    color:#333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.column-news-box dl dd p{
    color: #989898;
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 56px;
}
.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: 38px;
    color:#333333;
    text-align: center;
    font-family: "myFont4";
}
.c-title::before{
    content: "";
    display: block;
    width: 58px;
    height: 4px;
    background:#2c68ff;
    margin:0 auto;
    margin-bottom: 20px;
}
.intro-list dl{
    position: relative;
}
.intro-list dl dt{
    width: 608px;
    height: 486px;
    float: left;
    -webkit-box-shadow: 2px 2px 16px rgba(105,105,105,.52);
    box-shadow: 2px 2px 16px rgba(105,105,105,.52);
}
.intro-list dl dt img{
    width: 100%;
    height: 100%;
}
.intro-list dl dd{
    width: 703px;
    height: 380px;
    padding: 35px 45px 0;
    box-sizing: border-box;
    position: absolute;
    top: 60px;
    right:0;
    background: #fff;
    -webkit-box-shadow: 2px 2px 20px rgba(15,37,65,.09);
    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: 25px;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden; */
}
.intro-list dl dd .intro-des a{
    font-family: "myFont1";
    color:#ff542c;
    text-decoration: underline;
}

/* 发展历程 */
.process-box{
    background:#fafbfc;
}

/* 荣誉资质 */
.honor-box{
    height: 800px;
    background: url(../images/honor-bg.png) no-repeat center top;
    position: relative;
    box-sizing: border-box;
    background-attachment: fixed;
}
.honor-box .c-title{
    color:#ebf0fd;
}
.honor-box .c-title::before{
    background:#ebf0fd;
}
.honor-list .honor-img{
    overflow: hidden;
}
.honor-list .honor-img img{
    width: 100%;
    height: 200px;
    transition: .6s;
}
.honor-list .swiper-slide:hover .honor-img img{
    transform: scale(1.07);
}
.honor-list .honor-title{
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.7);
    background-size:cover;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    text-align: center;
    color:#fff;
    line-height: 200px;
    font-family: "myFont4";
    opacity: 0;
    transition: .4s;
}
.honor-list .swiper-slide:hover .honor-title{
    opacity: 1;
    cursor: pointer;
}
.honor-list .swiper-pagination{
    position: inherit;
    margin-top: 60px;
}
.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 a{
    float: left;
    display: block;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 15px;
    width: 15.6%;
    margin-top: 15px;
    overflow: hidden;
    transition: .4s;
}
.partner-list a:nth-child(6n){
    margin-right: 0;
}
.partner-list a img{
    width: 100%;
    height: 75px;
    transition: .4s;
}
.partner-list a:hover img{
    transform: scale(1.04);
}

/* 发展历程 */

.timeline_bar {
	width: 1280px;
	height: 220px;
	background: url(../images/dot.png) left center repeat-x;
	margin: 0 auto;
	overflow: hidden;
}

.timeleft,
.timeright {
	width: 150px;
	height: 60px;
	margin-top: 80px;
	overflow: hidden;
	cursor: pointer;
}

.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;
}

.timeleft:hover img,
.timeright:hover img {
	opacity: 1;
}

.timeitem {
	width: calc(100% - 320px);
	height: 120px;
	margin-left: 10px;
	margin-top: 20px;
	float: left;
	overflow: hidden;
	position: relative;
}

.timeitem ul {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
}

.timeitem ul li {
	width: 140px;
	height: 100px;
	line-height: 100px;
	float: left;
	font-size: 20px;
	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:hover {
	color: #2c68ff;
}

.timeitem ul li:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	left: 50%;
	margin-left: -6px;
	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: 30px;
	color: #2c68ff;
}

.timeitem ul li.on:after {
	width: 16px;
	height: 16px;
	margin-left: -8px;
	bottom: 0;
	background: #2c68ff;
}

.timeline_cont {
	width: 100%;
	height: 400px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.timeline_bk {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 100%;
	top: 0;
	/* overflow: auto; */
}

.timeline_bkc {
	width: calc(50% - 40px);
	height: auto;
	overflow: hidden;
	float: left;
}

.timeline_bkc .tt {
	height: 110px;
	overflow: hidden;
	padding-right: 30px;
	font-size: 70px;
	line-height: 70px;
	color: #aac4f7;
	text-align: right;
	position: relative;
	margin-top: 5px;
}

.timeline_bkc .tt:after {
	position: absolute;
	top: 25px;
	right: -55px;
	width: 110px;
	height: 110px;
	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: 16px;
	line-height: 36px;
	color: #666;
    margin-top: 15px;
}

.timeline_bkp {
	width: calc(50% - 50px);
	height: auto;
	overflow: hidden;
	float: right;
	text-align: center;
}

.timeline_bkp img {
	max-width: 100%;
	max-height: 400px;
}

/* 人才招聘 */
.recruit-box li{
    padding: 30px;
    box-shadow: 0px 0px 0.25rem 0px rgba(51, 51, 51, 0.15);
    margin-bottom: 35px;
}
.recruit-box li .zp_b{
    display: flex;
    justify-content: space-between;
}
.recruit-box li div{
    font-size: 16px;
    color: #595959;
    line-height: 1.5;
    padding-right: 30px;
    font-family: "myFont1";

}
.recruit-box li h5{
    padding-left: 20px;
    /* border-left: 2px solid #366fff; */
    line-height: 35px;
    color: #333;
    font-size: 25px;
    margin-bottom: 20px;
    font-family: "myFont4";
    position: relative;
}
.recruit-box li h5::before{
    content: "";
    display: block;
    width: 3px;
    height: 25px;
    background: #366fff;
    position: absolute;
    left: 0;
    top: 6px;
}
.recruit-box li .zp_b span.iconfont{
    color: #366fff;
    font-size: 20px;
}

.icon-dianhua::before{
    content: "\e644";
}
.recruit-box li p{
    font-size: 20px;
    color: #366fff;
    line-height: 1;
    line-height: 1.05;
    padding-bottom: 30px;
    margin-bottom: 30px;
    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: 40px; 
}
.kList02a dl dt{
    width:calc(100% - 620px);
    float: left;
}
.kList02a dl dt h2{
    font-size: 26px;
    margin: 15px 0 25px;
    line-height: 94px;
    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: 16px;
    color: #585858;
}
.kList02a dl dd{
    float: right; 
    width: 50%;
}
.kList02a dl dd img{
    display: block;
}
.kList02b{ 
    overflow: hidden; 
    padding-bottom: 100px; 
}
.kList02b dl{ 
    width: 600px; 
    float: left; 
    height: 250px; 
    overflow: hidden; 
    border-bottom: 1px solid #e6e6e6; 
}
.kList02b dl dt{ 
    float: left; 
    position: relative; 
    top: 50%; 
    text-align: center; 
    margin-top: -28px; 
    width: 100px; 
    height: 40px; 
    padding: 8px 0; 
    border-right:1px solid #e6e6e6; 
    display: flex;
    justify-content: center;
    flex-direction: column; 
}
.kList02b dl dt b{ 
    color: #f0431c; 
    font-size: 20px; 
    font-weight: bold; 
}
.kList02b dl dt span{ 
    color: #666;  
    font-size: 12px; 
}
.kList02b dl dd{ 
    float: right; 
    width: calc(100% - 130px); 
}
.kList02b dl dd h3{ 
    font-size: 16px; 
    font-weight: bold; 
    margin: 60px 0 30px; 
}
.kList02b dl dd h3 em{ 
    display: none; 
}
.kList02b dl dd p{ 
    height: 34px; 
    line-height: 17px; 
    color: #333; 
    font-size: 14px; 
}
.kList02b dl dd p span{ 
    color: #f0431c; 
    margin-right: 10px; 
    display: none; 
}
.kList02b dl:last-child{ 
    border:none; 
}
.re {
	position: relative
}
#container {
	position: relative;
}

/* 获取解决方案 */
.solute .title{
    font-size: 26px;
    color:#333;
    font-weight: normal;
    font-family: "myFont4";
}
.solute .title em{
    color:#737373;
    margin-left: 5px;
}
.solute .title span{
    font-size: 16px;
    color:#737373;
    font-family: "myFont1";
}
.solute-form form{
    display: flex;
    justify-content: space-between;
}
.solute-form form .inform-l{
    width: 45%;
}
.solute-form form .inform-r{
    width: 66px;
    text-align: center;
    background:#366fff;
    font-size: 20px;
    color:#fff;
    border-radius: 5px;
    transition: .4s;
}
.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;
}
.solute-form .inform-l .inform-des span,
.solute-form .inform-area span{
    position: absolute;
    top: 38px;
    left: 33%;
    animation: spservhover .3s ease-out 0s forwards;
    transform: translate(-100%, -50%);
    padding: 7px 15px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
    border-radius: 6px;
    max-width: 252px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 14px;
    color: #3871ff;
    line-height: 22px;
    z-index: 2;
    display: none;
}
.solute-form .inform-area span{
    top: 63px;
    left: 32%;
}
.solute-form .inform-l .inform-des span .iconfont,
.solute-form .inform-area span .iconfont{
    display: block;
    float: left;
    margin-right: 7px;
    margin-top: 1px;
}
.solute-form .inform-l .inform-des span::after,
.solute-form .inform-area span::after{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0;
    left: 26%;
    transform: translate(-100%, -50%) rotate(133deg);
    right: -12px;
    filter: drop-shadow(-2px 1px 1px rgba(0, 0, 0, .05));
    background: #fff;
}
.solute-form .inform-l .inform-des input{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background:#f9fafc;
    border-left: 1px solid #eeeeee;
    padding-left: 10px;
}
.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: 18px;
    height: 20px;
    background:url(../images/people.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/phone.png) no-repeat;
    position: absolute;
    left: 11px;
    top: 15px;
}
.solute-form .inform-area{
    background:#f9fafc;
    width: 100%;
    height: 120px;
    font-size:15px;
    color:#333;
    position: relative;
}
.solute-form .inform-area textarea{
    width: 100%;
    background:#f9fafc;
    padding:14px 40px 14px 45px;
    height: 100%;
}
.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;
}
.solute-form form .inform-l:nth-child(2) .inform-des:nth-child(2):before{
    background: url(../images/content.png) no-repeat;
    width: 21px;
    height: 24px;
}
.solute-form form .inform-l:first-child .inform-des:first-child:before{
    background: url(../images/company.png) no-repeat;
    width: 21px;
    height: 24px;
}

/* 详情页 */
.flex{
    display: flex;
    justify-content: space-between;
}
.detail_box .detail_l{
    width: 74%;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    /* max-height: 1449px; */
    overflow: auto;
}
.detail_l .detail-img{
    width: 100%;
    margin: 5px 0 25px 0;
}
.detail_box .detail_l h4{
    font-size: 24px;
    padding: 15px 0;
    /* font-weight: bold; */
    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: 16px;
    text-align: justify;
    color: #3e3e3e;
}
.detail_box .detail_l img{
    width: 100%;
    margin:10px 0;
}
.detail_box .detail_r{
    width: 25%;
    max-height: 1449px;
}
.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: 45px;
    display: inline-block;
    vertical-align: middle;
}
.xz_more{
    align-items: center;
    padding-bottom: 25px;
    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;
    display: none;
}
.detail_box .detail_r .detail_r_logo>div{
    text-align: center;
    /* background: #f9f9f9; */
    line-height: 40px;
    color: #333;
    font-size: 16px;
    border-top: 1px solid #e6e6e6;
    margin-top: 25px;
    padding-top: 20px;
}

/* 分页 */
.detail-page{
    margin-top: 50px;
    padding-top: 25px;
    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;
}
.detail-page .page-text a{
    color:#828282;
    font-size: 15px;
}
.detail-page .page-text:last-child{
    text-align: right;
}

/* 首页改版 */
.gb-news{
    padding:60px 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: 28px;
    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:25px 0 40px 0;
}
.gb-news .gb-news-type .item{
    width: 137px;
    height: 47px;
    border-radius: 50px;
    border:1px solid #8a8a8a;
    font-size: 18px;
    color:#8a8a8a;
    text-align: center;
    line-height: 47px;
    cursor: pointer;
    margin-right: 30px;
    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-list{
    margin-top: 40px;
}
.gb-news .gb-news-list .gb-news-item{
    display: flex;
    justify-content: space-between;
}
.gb-news .gb-news-list .gb-news-item .gb-news-left{
    width: 47%;
}
.gb-news .gb-news-list .gb-news-item .gb-news-left .top{
    width: 100%;
    height: 386px;
    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: 23px;
    color:#fff;
    background:rgba(154,154,154,.52);
    position: absolute;
    right: 0;
    bottom: 0;
    width: 103px;
    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 .gb-news-list .gb-news-item .gb-news-left .bottom h5{
    font-size: 18px;
    font-family: 'myFont4';
    color:#222;
    margin:20px 0 5px 0;
}
.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: 16px;
    font-family: 'myFont1';
    line-height: 25px;
} 
.gb-news .gb-news-list .gb-news-item .gb-news-left:hover .top .date{
    background:#2c68ff;
}

.gb-news .gb-news-list .gb-news-item .gb-news-right{
    width: 50%;
}
.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: 19px;
    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;
}
.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: 18px;
    margin-left: 4px;
}
.gb-news .gb-news-list .gb-news-item .gb-news-right dl:first-child{
    padding-top: 0;
}
.gb-news .gb-news-list .gb-news-item .gb-news-right dl:hover{
    border-bottom: 1px solid #2c68ff;
}
.gb-news .gb-news-list .gb-news-item .gb-news-right dl:hover dt,
.gb-news .gb-news-list .gb-news-item .gb-news-right dl:hover .date-box p{
    color:#2c68ff;
}

/* banner修改 */
.index_banner{
    width: 100%;
    height: 600px;
    background: #e1ecfe;
}
.index_banner .index_banner-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_banner .index_banner-content .text{
    width: 50%;
}
.index_banner .index_banner-content .text h5{
    font-size: 49px;
    color:#000000;
    font-family: myFont1;
}
.index_banner .index_banner-content .text h6{
    font-size: 23px;
    color:#000000;
    font-family: myFont;
    text-transform: uppercase;
    margin:6px 0 26px 0;
}
.index_banner .index_banner-content .text .des{
    font-size: 23px;
    line-height: 45px;
    color: #000000;
    text-indent: 2em;
    text-align: justify;
}
.index_banner .index_banner-content .text .des span{
    color:#2d8ff0;
    /* font-family: myFont2; */
    font-weight: bold;
    font-size: 28px;
}
.index_banner .index_banner-content .img{
    width: 43%;
}
.index_banner .index_banner-content .img img{
    width: 100%;
    height: auto;
}

/* 扬升服务 */
.service-box{
    width: 100%;
    height: auto;
    padding:80px 0;
    /* background: url(../images/service.png) no-repeat 100% 100%;
    background-size: cover; */
}
.service-box .service-title{
    font-family: myFont4;
    font-size: 36px;
    text-align: center;
    color:#333;
    margin-bottom: 60px;}
.service-box .service-item dl{
    width: 21%;
    text-align: center;
}
.service-box .service-item dl dt{
    width: auto;
    height: 75px;
}
.service-box .service-item dl dt img{
    width: auto;
    height: 100%;
    display: inline-block;
}
.service-box .service-item dl dd h5{
    font-size: 23px;
    margin: 25px 0 15px 0;
    font-family: 'myFont4';
    color: #222;
}
.service-box .service-item dl dd .des,
.service-box .service-item dl dd .des p{
    font-size: 16px;
    line-height: 27px;
    font-family: myFont1;
    text-align: left;
}


/*分页*/
.pages {
    margin-bottom: 30px;
    margin-top: 60px;
}
.pages div{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.pages a{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 3px;
}
.pages strong{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #666;
    background-color: #3961f6;
    color: #fff;
    margin: 0 5px;
    border-radius: 3px;
}