/* index.html */
.footermenus,.footerbox,.serverwapper,.server_wrap_list,.server_wrap_item,.advertisebox,.programme,
.pro_r_ul,.programmetime,.aswermore,.morebutton,.solvelogo,.solvefooter,.newabout_index,.partnermore{
	display    : flex;
	align-items: center;
}
.footermenus {
	height:100%;
}
.footerbox {
	height:100%;
    flex           : 1;
    justify-content: center;
    padding-top:10px;
}
.footermenus .footerbox:last-child {
    margin-right: 0;
}
.footertitle {
    font-size  : 14px;
    font-weight: bold;
    color      : #333333;
    line-height: 0;
}
.footerdes {
    font-size  : 12px;
    font-weight: 400;
    color      : #626671;
    margin-top : 18px;
    white-space: nowrap;
}
.footerflex {
    display       : flex;
    flex-direction: column;
}
.footericon1,.footericon2,.footericon3,.footericon4 {
    width           : 36px;
    height          : 36px;
    margin-right    : 20px;
}
.serverwapper {
    margin-top : 40px;
}
.server_wrap_list{
	height: 400px;
	width: 100%;
	justify-content: space-between;
}
.server_wrap_li{
	width: 250px;
	height: 350px;
	position: relative;
	overflow: hidden;
	box-sizing: content-box;
}
.server_wrap_black{
	position: absolute;
	width: 250px;
	height: 350px;
	background-color: rgba(0, 0, 0, .2);
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.server_active,.server_active .server_wrap_item{
	width: 300px;
	height: 400px;
	animation: sizeser 500ms;
}
.server_active .server_wrap_black{
	top: 600px;
	animation: blackser 800ms;
}
@-webkit-keyframes sizeser{
	from{width: 250px;
	height: 350px;}
	to{width: 300px;
	height: 400px;}
}
@keyframes sizeser{
	from{width: 250px;
	height: 350px;}
	to{width: 300px;
	height: 400px;}
}
@-webkit-keyframes blackser{
	from{top: 50%;}
	to{top: 600px;}
}
@keyframes blackser{
	from{top: 50%;}
	to{top: 600px;}
}
.server_item_img{
	width: 50px;
	object-fit: cover;
}
.server_wrap_item{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 250px;
	height: 350px;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 50px 40px 50px;
}
.server_wrap_li:nth-child(1){
	background-image: url('../image/server_img1.png');
}
.server_wrap_li:nth-child(2){
	background-image: url('../image/server_img2.png');
}
.server_wrap_li:nth-child(3){
	background-image: url('../image/server_img3.png');
}
.server_wrap_li:nth-child(4){
	background-image: url('../image/server_img4.png');
}
.server_wrap_li:nth-child(1),.server_wrap_li:nth-child(2),.server_wrap_li:nth-child(3),.server_wrap_li:nth-child(4){
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.server_item_title{
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
}
.server_active .server_item_desc{
	display: inline-block;
}
.server_item_desc{
	display: none;
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
	margin-top: 50px;
	text-align: justify;
}
.serverleft {
    flex          : 1;
    display       : flex;
    flex-direction: column;
}
.serverbox {
    margin-bottom: 50px;
    display      : flex;
}
.serverleft .serverbox:last-child {
    margin-bottom: 0;
}
.servericon1,.servericon2,.servericon3,.servericon4 {
    width           : 60px;
    height          : 60px;
}
.serverflex {
    flex          : 1;
    display       : flex;
    flex-direction: column;
    margin-left   : 30px;
}
.flextitle {
    font-size  : 20px;
    font-weight: 500;
    color      : #333333;
}
.flexdes {
    margin-top : 15px;
    font-size  : 14px;
    font-weight: 400;
    line-height: 24px;
    color      : #868A94;
}
.servercenter {
    width           : 296px;
    height          : 377px;
    background-image: url("../image/img009_82.png");
    margin          : 0 22px 0 22px;
}
.advertisebox{
	height:inherit;
}
.advertisement {
    margin-top      : 84px;
    height          : 500px;
    background-size : 100% 100%;
	background-color:aliceblue;
}
.advpadding {
    padding-top: 133px;
    font-size  : 32px;
    font-weight: 500;
    color      : #333333;
    text-align : center;
}
.programme {
	width: 100%;
    margin-top   : 50px;
	justify-content: space-between;
}
.programme_left{
	width: 100%;
}
.pro_left_ul{
	width: 100%;
	position:relative;
}
.pro_left_li .icon_bg{
	position: absolute;
	top: 10px;
	right: 10px;
	height:60px;
	width: 60px;
}
.pro_left_li_g{
	display: flex;
	width: 100%;
	height: 130px;
}
.pro_left_ul li:nth-child(1) .pro_left_li .icon_bg{
	background: url('../image/caseicon.png') 0 0;
}
.pro_left_ul li:nth-child(2) .pro_left_li .icon_bg{
	background: url('../image/caseicon.png') -60px 0;
}
.pro_left_ul li:nth-child(3) .pro_left_li .icon_bg{
	background: url('../image/caseicon.png') -120px 0;
}
.pro_left_ul li:nth-child(4) .pro_left_li .icon_bg{
	background: url('../image/caseicon.png') -180px 0;
}
.pro_left_li_other{
	display: flex;
	width: 100%;
	height: 130px;
}
.pro_left_li{
	position: relative;
	width: 250px;
	height: 130px;
	box-sizing: border-box;
	padding: 25px 25px;
	border-left:0.3px solid #e3e8ee;
	border-right:0.3px solid #e3e8ee;
	border-top:0.3px solid #e3e8ee;
}
.pro_left_li:nth-last-child(1){
	border-bottom:0.3px solid #e3e8ee;
	margin-bottom: 0;
}
.left_li_line{
	font-size: 16px;
    font-weight: bold;
}
.left_li_text{
	font-size: 14px;
	color: #868A94;
	line-height: 24px;
	margin-top: 20px;
}
.pro_left_li_active .pro_left_li{
	background-color: #eaf8ff;
	border-color: #eaf8ff;
}
.pro_left_li_active .left_li_line,.pro_left_li_active  .left_li_text{
	color: #45aede;
}
.liactive{
	background-color:#21a3de ;
	width: 120px;
	animation: actant 800ms;
}
.pro_left_li .textactive{
	color: #21a3de;
}
@keyframes actant{
	from{width:60px}
	to{width: 120px;}
}
@-webkit-keyframes actant{
	from{width:60px}
	to{width: 120px;}
}
.pro_left_li:hover{
	cursor: pointer;
}
.programme_right{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 250px);
	height: 519px;
	border-bottom:0.3px solid #e3e8ee;
	border-right:0.3px solid #e3e8ee;
	border-top:0.3px solid #e3e8ee;
}
.pro_left_li_active .programme_right{
	display: inline-block;
	box-shadow: 0px 0 10px #f5f5f5;
}
.pro_r_ul{
	width: 100%;
	height: 100%;
	margin: 0;
	flex-wrap: wrap;
}
.pro_r_li{
	width: 33.3%;
	height: 50%;
	box-sizing: border-box;
	padding: 30px 30px 20px;
	border-right: 0.3px solid #e3e8ee;
}
.pro_r_li:nth-child(3n+3){
	border-right: none;
}
.pro_r_li:nth-child(-n+3){
	border-bottom: 0.3px solid #e3e8ee;
}
.pro_r_li:hover{
	box-shadow: 0 0 20px #f5f5f5;
}
.pro_r_li img{
	height: 60px;
	width: 60px;
	transform: scale(1);
}
.pro_r_li:hover img{
	height: 60px;
	width: 60px;
	animation: joinimg 800ms;
}
.r_li_title{
	margin: 20px 0 30px;
	color: #333333;
	font-size: 16px;
}
.r_li_text{
	text-align: justify;
	color: #868A94;
	line-height: 24px;
	font-size: 14px;
}
.programmebox {
    flex         : 1;
    margin-right : 30px;
    cursor       : pointer;
    border-right : 1px solid #F7F6F9;
    border-left  : 1px solid #F7F6F9;
    border-bottom: 1px solid #F7F6F9;
    list-style:none;
}
.programme .programmebox:last-child {
    margin-right: 0;
}
.programmebox .image:hover {
    transform: scale(1.01);
}
.programmeimg,.programmeimg2,.programmeimg3 {
    height          : 200px;
}
.programmefooter {
    background: #FFFFFF;
    opacity: 1;
    padding: 15px 20px 20px 20px;
}
.programmetitle {
    font-size  : 20px;
    font-weight: 500;
    color      : #333333;
}
.programmedes {
    font-size         : 14px;
    font-weight       : 400;
    line-height       : 24px;
    color             : #868A94;
    margin-top        : 8px;
    display           : -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow          : hidden;
}
.programmetime {
    margin-top : 13px;
}
.time {
    flex       : 1;
    font-size  : 12px;
    font-weight: 400;
    color      : #868A94;
}
.more {
    font-size  : 12px;
    font-weight: 400;
    color      : #868A94;
}
.aswermore {
    margin-top     : 40px;
    justify-content: center;
}
.morebutton {
    cursor       : pointer;
    border       : 1px solid #2EB0FF;
    opacity      : 1;
    border-radius: 100px;
    padding      : 8px 33px;
}
.morebutton:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.moretitle {
    font-size  : 14px;
    font-weight: 500;
    color      : #2EB0FF;
}
.morearrow {
    width           : 20px;
    height          : 11px;
    background-image: url("../image/img014.png");
    margin-left     : 7px;
}
.solve {
    margin-top: 49px;
    background: #F6F8FC;
}
.solvelogo {
    justify-content: center;
}
.logobox {
    width           : 94px;
    height          : 89px;
	margin-top: 30px;
    background-image: url("../image/img012.png");
}
.solvefooter {
    justify-content: center;
    margin-top     : 56px;
}
.solvebutton {
    background   : #2EB0FF;
    opacity      : 1;
    border-radius: 100px;
    font-size    : 16px;
    font-weight  : 500;
    color        : #FFFFFF;
    padding      : 7px 34px;
    cursor       : pointer;
	position:relative;
}
.startnow{
	position:absolute;
	width:0px;
	height:0px;
	top:-140px;
	left:0;
}
.posterbox {
    padding-top: 105px;
    text-align : center;
    font-size  : 32px;
    font-weight: 500;
    color      : #333333;
}
.faqboxicon-c{
    width:90px;
    height:100%;
    text-align:center;
    display        : flex;
    flex-direction:column;
    box-sizing:border-box;
    padding-top:14px;
}
.fqatime{
    font-size:24px;
    font-weight: bold;
    margin-bottom:5px;
}
.faqname-c {
    font-size  : 16px;
    font-weight: bold;
    color      : #333333;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow:hidden;
    text-overflow: ellipsis;
}
.faqname-c:hover{
    color:#027DC6;
    text-decoration:underline;
}
.faqdes-c:hover{
    color:#027DC6;
}
.faqdes-c {
    margin-top : 10px;
    font-size  : 14px;
    font-weight: 400;
    line-height: 25px;
    color      : #949494;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height:50px;
    overflow:hidden;
    text-overflow: ellipsis;
}
.aboutimg {
	width: 650px;
	height: 464px;
    position        : relative;
    z-index         : 100;
}
.aboutimg .divzhongye{
	position:absolute;
	top:22px;
	left:182px;
}
.aboutimg .divzhongtie{
	position:absolute;
	top:12px;
	left:362px;
}
.aboutimg .divhuijing{
	position:absolute;
	top:160px;
	left:52px;
}
.aboutimg .divjialin{
	position:absolute;
	top:120px;
	left:252px;
}
.aboutimg .divzhuoyue{
	position:absolute;
	top:130px;
	left:432px;
}
.aboutimg .divzhongtian{
	position:absolute;
	top:330px;
	left:30px;
}
.aboutimg .divwanke{
	position:absolute;
	top:320px;
	left:200px;
}
.aboutimg .divzhoudafu{
	position:absolute;
	top:260px;
	left:340px;
}
.aboutimg .divlvqianxun{
	position:absolute;
	top:350px;
	left:500px;
}
.aboutimg .imgyinli{
	width: 143px;
	height:143px;
}
.aboutimg .imgzhongye{
	width: 121px;
	height:121px;
}
.aboutimg .imgzhongtie{
	width: 119px;
	height:120px;
}
.aboutimg .imghuijing{
	width: 153px;
	height:154px;
}
.aboutimg .imgjialin{
	width: 154px;
	height:154px;
}
.aboutimg .imgzhongtian{
	width: 141px;
	height:141px;
}
.aboutimg .imgwanke{
	width: 119px;
	height:119px;
}
.aboutimg .imgzhoudafu{
	width: 140px;
	height:141px;
}
.aboutimg .imglvqianxun{
	width: 123px;
	height:123px;
}
.newabout_index{
	justify-content: flex-end;
	line-height: 28px;
}
.partner {
    margin-top: 50px;
}
.partnerwapper {
    margin-top     : 50px;
    display        : flex;
    justify-content: center;
    list-style:none;
}
.partnerbox {
    background: #FFFFFF;
    border    : 1px solid rgba(246, 248, 252, 1);
    opacity   : 1;
    padding   : 46px 81px;
}
.partnerwapper .partnerbox:last-child {
    margin-right: 0;
}
.partnericon {
    width           : 119px;
}
.partnericon img{
    width           : 119px;
}
.partnericon1 {
    width           : 119px;
    height          : 44px;
}
.partnericon2 {
    width           : 126px;
    height          : 44px;
}
.partnericon3 {
    width           : 108px;
    height          : 46px;
}
.partnermore {
    margin-top     : 40px;
    text-align     : center;
    justify-content: center;
}
.morename a {
    color: #1F93D8 !important;
}
.buttons .morename  a {
    position: relative;
    z-index : 9999;
}
.morename {
    font-size  : 16px;
    font-weight: 400;
    color      : #1F93D8;
}
.partnerarrow {
    width           : 7px;
    height          : 11px;
    background-image: url("../image/img006.png");
    margin-left     : 6px;
}
.obtainicon {
    width           : 28px;
    height          : 28px;
    background-image: url("../image/img011.png");
}
/* 鼠标经过效果 */
.buttons {
    border        : 0;
    background    : none;
    text-transform: uppercase;
    color         : #4361ee;
    font-weight   : bold;
    position      : relative;
    outline       : none;
    padding       : 10px 20px;
    box-sizing    : border-box;
	display    : flex;
	align-items: center;
}
.buttons::before,
.buttons::after {
    box-sizing: inherit;
    position  : absolute;
    content   : '';
    border    : 2px solid transparent;
    width     : 0;
    height    : 0;
}
.buttons::after {
    bottom: 0;
    right : 0;
}
.buttons::before {
    top : 0;
    left: 0;
}
.buttons:hover::before,
.buttons:hover::after {
    width : 100%;
    height: 100%;
}
.buttons:hover::before {
    border-top-color  : #4361ee;
    border-right-color: #4361ee;
    transition        : width 0.3s ease-out, height 0.3s ease-out 0.3s;
}
.buttons:hover::after {
    border-bottom-color: #4361ee;
    border-left-color  : #4361ee;
    transition         : border-color 0s ease-out 0.6s, width 0.3s ease-out 0.6s, height 0.3s ease-out 1s;
}
.serverdes{
	padding    : 0 140px;
}
/* index.html */