.solution_box{
	box-sizing: border-box;
	padding: 50px 0 0;
}
.item_box{
	width: 100%;
	position: relative;
	min-height: 640px;
	border: 0.7px solid #f5f5f5;
	background-color:rgba(198, 201, 193, 0.1);
}
.item_box .item .item_left{
	width: 250px;
	min-height: 128px;
	position: relative;
	box-sizing: border-box;
	padding: 30px;
	border-bottom: 0.5px solid #f5f5f5;
	border-right: 0.5px solid #f5f5f5;
	background-color: #ffffff;
}
.item_box .item_left:hover{
	cursor: pointer;
	box-shadow: 0 0 6px #ededed;
	background-color:rgba(198, 201, 193, 0.1);
}
.item_box .item:nth-child(1) .item_left{
	border-top:0.5px solid #f5f5f5 !important;
}
.item_box .item .item_left::after{
	content: '';
	position: absolute;
	height: 50px;
	width: 50px;
	top: 10px;
	right: 10px;
	background-image: url('../image/caseicon1.png');
	background-size: cover;
	background-repeat: no-repeat;
}
.left_text{
	font-size: 16px;
}
.item_box .item:nth-child(1) .item_left::after{
	background-image: url('../images/su3.png');
}
.item_box .item:nth-child(2) .item_left::after{
	background-image: url('../images/su2.png');
}
.item_box .item:nth-child(3) .item_left::after{
	background-image: url('../images/su4.png');
}
.item_box .item:nth-child(4) .item_left::after{
	background-image: url('../images/su5.png');
}
.item_box .item:nth-child(5) .item_left::after{
	background-image: url('../images/su1.png');
}
.item_left .adv_ul{
	font-size: 12px;
	color: #878787;
	margin-top: 20px !important;
	margin-bottom: 0 !important;
	display: none;
}
.adv_li{
	margin-bottom: 10px;
	position: relative;
}
.adv_li:nth-last-child(1){
	margin-bottom: 0;
}
.adv_li::after{
	content: '';
	position: absolute;
	height: 16px;
	width: 16px;
	background-image: url('../images/duigou.png');
	background-size: 100% 100%;
	margin-left: 10px;
}
.item_box .item .item_right{
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100% - 250px);
	box-sizing: border-box;
	padding: 0 0 0 40px;
	display: none;
}
.active .adv_ul{
	display: inline-block;
}
.item_box .active .item_left{
	background-color:rgba(198, 201, 193, 0.1);
}
.item_box .active .item_left .left_text{
	color: #a1c95d;
}
.item_box .active .item_right{
	display: block;
}
.item_a{
	color: #a1c95d !important;
	font-size: 16px;
	position: relative;
	display: inline-block;
	margin-top: 20px;
}
.item_a::after{
	content: '';
	position: absolute;
	height: 20px;
	width: 20px;
	background-image: url('../images/youjiantou.png');
	background-size: 100% 100%;
	top: 50%;
	right: -24px;
	transform: translateY(-50%);
}
.right_desc_ul{
	width: 100%;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 0 !important;
}
.right_desc_li{
	width: 33.3%;
	box-sizing: border-box;
	padding-right: 40px;
}
.right_desc_li:nth-child(-n+3){
	margin-bottom: 30px;
}
.right_desc_li img{
	height: 36px;
	width: 36px;
}
.r_desc_t{
	margin: 10px 0 !important;
	font-size: 14px;
	color: #333333;
}
.r_desc_d{
	font-size: 12px;
	color: #666666;
	line-height: 24px;
}
.case_item{
	display: inline-block;
	width: 170px;
	height: 103px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.case_item img{
	width: 170px;
	height: 103px;
}
.title{
	margin:30px auto 15px !important;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.desc{
	font-size: 12px;
	color: #666666;
	line-height: 24px;
}
.solu_b{
	margin-top: 50px;
}
.solu_item_ul{
	display:flex;
	flex-wrap:wrap;
}
.solu_item_ul .solu_item{
	width: 22%;
	margin:0 1% 20px 1%;
	padding: 5px;
	box-shadow:0 0 10px #ececec;
}
.solu_item_a{
	box-sizing:border-box;
	padding:30px 10px 30px;
	display: flex;
	flex-direction: column;
	align-items:center;
	justify-content: center;
}
.solu_item_ul .solu_item .solu_icon{
	background:#f5f5f5;
	height:50px;
	width:50px;
}
/* solutions.html */
.serverbg,.serverbig{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:680px;
	-webkit-animation: fadeIn 1s forwards;
	animation: fadeIn 1s forwards;
}
.serverbg{
	z-index:-99;
	display:none;
}
.serverbig{
	z-index:-98;
	display:block;
}
.serverbg1,.serverbg5{
	background-image:url("../image/img028.png");
}
.serverbg2,.serverbg4{
	background-image:url("../image/img026.png");
}
.serverbg3{
	background-image:url("../image/img027.png");
}
.serverbg1,.serverbg2,.serverbg3,.serverbg4,.serverbg5{
	background-size:cover;
}
.serverblock{
	display:block;
}
.servernone{
	display:none;
}

@-webkit-keyframes fadeIn{
	0%{opacity:0;}
    100%{opacity:1;}
}
@keyframes fadeIn{
	0%{opacity:0;}
    100%{opacity:1;}
}
.server-content{
	width:100%;
	height:680px;
	margin-top:50px;
	z-index:99;
	box-sizing:border-box;
	padding-top:70px;
}
.server-content .searvertitle{
	color:#ffffff !important;
}
.serverdescopy{
	text-align : center;
    font-size  : 16px;
    font-weight: 400;
    line-height: 30px;
    color      : #ffffff;
    margin-top : 12px;
    padding    : 0 140px;
}
.server-ul{
	width:100%;
	height:50px;
	box-sizing:border-box;
	display:flex;
	align-items:center;
	justify-content:space-around;
	border-bottom:1px solid rgba(93  ,82 , 87 ,.3);
	color:#ffffff;
}
.server-title{
	position:relative;
	height:50px;
	line-height:50px;
}
.server-title:hover{
	color:#047DC8;
	cursor:pointer;
}
.server-title.active:after{
	width:100%;
}
.server-title:after{
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #047DC8;
    margin: auto;
    -webkit-transition: .2s;
    transition: .2s;
}
.server-title a{
	color:#ffffff;
}
.server-ul-details{
	margin-top:70px;
	margin-bottom:90px;
}
.server-ul-details-title,.server-ul-details-title a{
	font-size:24px;
	font-weight:600;
	color:#ffffff;
	margin-bottom:8px;
}
.server-ul-details-desc,.server-ul-details-desc a{
	font-size:16px;
	color:#ffffff;
	margin-bottom:8px;
	line-height:1.6667;
}
.lookmore{
	margin-top:50px;
	height:40px;
	width:120px;
	border:1px solid #ffffff;
	color:#ffffff;
	line-height:40px;
	text-align:center;
}
.lookmore a{
	color:#ffffff;
}
.servercaseul{
	display:flex;
	align-items:center;
}
.servercaseli{
	width:153px;
	height:93px;
	margin-right:20px;
}
.imgk{
	width:100%;
	height:100%;
}
/* solutions.html */



.solutioncatebox{
	height:64px;
	width:100%;
	background-color:#ffffff;
	box-shadow: 0px 2px 4px rgb(0 0 0 / 11%);
}
.socatebox{
	width:100%;
	height:64px;
}
.socateboxul{
	height:64px;
	display:flex;
	align-items:center;
	flex-wrap:nowrap;
}
.socateitem{
	color:#333333;
	height:64px;
	box-sizing:border-box;
	line-height:64px;
	padding:0 24px;
	cursor:pointer;
	font-size:14px;
}
.socateitem>a{
	color:#333333;
}
.socateitem:hover{
	background-color:#2EB0FF;
	color:#ffffff;
}
.socateitem:hover a{
	color:#ffffff;
}
.socateactive{
	background-color:#2EB0FF;
	color:#ffffff !important;
}
.socateactive a{
	color:#ffffff !important;
}
.solution {
    background: #F6F8FC;
    opacity   : 1;
}
.solutionbox {
    padding: 80px 0 55px 0;
}
.solutiontitle {
    font-size  : 32px;
    font-weight: 500;
    color      : #333333;
    text-align : center;
}
.solutiondes {
    margin-top : 24px;
    font-size  : 16px;
    font-weight: 400;
    line-height: 30px;
    color      : #868A94;
    text-align : center;
}
.solutionimg {
    margin-top     : 50px;
    display        : flex;
    align-items    : center;
    justify-content: center;
}
.simgbox {
    width : 100%;
}
.simgbox img {
    width : 100%;
    height: 100%;
}
.advertisebox-left{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.advertisebox-title{
	margin-top: 50px;
	color: #ffffff;
}
.advertisebox-desc{
	color: #ffffff;
}