/**
 * -------------------------------------------------------
 * | 前台首页
 * |@author: 鞠金兆
 * |@时间: 2017年10月23日 11:12
 * |@version: 1.0
 * -------------------------------------------------------
 */

/*主体内容*/
.rent_content{
	width: 100%;
	background: #FFFFFF;
}

/*first_Part------服务器租赁server_rent*/
.server_rent{
	width: 1200px;
	/*height: 704px;*/
	margin: 0 auto;
}
.part_title{
	padding-top: 75px;
	color: #333333;
	font-size: 28px;
	font-family:"microsoft yahei";
	text-align: center;
	letter-spacing: 2px;
}
.server_rent_info{
	height: 228px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
    font-family: "Microsoft yahei";
    margin-bottom: 80px;
    margin-top: 60px;
    padding: 50px;
}
/*.jichutable > tbody > tr > td:nth-child(4), .jichutable > tbody > tr > th:nth-child(4) {color: #ff822f;}
.jichutable > tbody > tr > td:nth-child(3) > span {text-decoration: line-through;}*/
.server_trusteeship_info_img{
	display: inline-block; 
	padding-left: 70px;
}
.server_rent_info_text{
	width: 790px;
	height: 187px;
	margin-left: 50px;
	display: inline-block;
	float: right;
}
.server_rent_info_text p{
	font-size: 16px;
	line-height: 30px;
	padding-top: 35px;
    padding-right: 63px;
}
/*second_part-------业界领先的优势*/
.leading_advantage{
	width: 100%;
	height: 550px;
	background: #f5f5f5;
	padding-top: 3px;
}
.advantage_info{
	width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
}
.advantage_info li{
	margin-right: 43px;
	float: left;
	transition: all .3s linear;
}
.advantage_info_li{
	width: 369px;
	height: 228px;
	padding: 43px 0 30px;
	text-align: center;
	/*border: 1px solid #bbbbbb;*/
	background: #ffffff;
}
.advantage_info li:hover{
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	transform: translate3d(0,-2px,0);
	-webkit-transform: translate3d(0,-2px,0);
}
.advantage_info li:last-child{
	margin-right: 0;
}
.advantage_info li img{
	width: 79px;
	height: 79px;
}
.advantage_info li h3{
	color: #333333;
	font-size: 18px;
	line-height: 60px;
	letter-spacing: 1px;
}
.advantage_info li p{
	color: #999999;
	font-size: 14px;
	margin-top: 10px;
}
/*.little_down{
	margin-top: 10px;
	line-height: 35px;
}*/

/*third_part----------可用产品*/
.details_con_con{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 50px;
	background: #fff;
	/*float:left ;*/
}
.con_title{
    width: 1060px;
    height: 52px;
    border-bottom: 1px solid #e3e3e3;
    margin: 5px 0 0 14px;
}
.con_title span{
    display: inline-block;
    margin-top: 16px;
    width: 100%;
    height: 20px;
    border-left: 4px solid #0bc2f4;
    padding-left: 6px;
    font-size: 18px;
    line-height: 22px;
}
.con_con{
	padding: 0 0 50px;
}
.con_con .first{
	width: 100%;
	height: auto;
	padding: 40px 0;
}
.con_con .first li{
	font-weight: 700;
	float: left;
	text-align: center;
	color: #fff;
	line-height: 80px;
	width: 185px;
	height: 80px;
	margin: 0 10px;
}
.con_con .first .yi{
	background: #00b5ed;
}
.con_con .first .er{
	background: #ff6626;
}
.con_con .first .san{
	
	background: #00d5a5;
}
.con_con .first .si{
	background: #83cf40;
}
.con_con .first .wu{
	background: #10cbc7;
}
.con_con .second{
	margin-top: 30px;
	border: 1px solid #C8C8C8;
	width: 100%;
	height: auto;
	background: #F7F8FA;
	box-shadow: 0 0 5px #a0a8aa;
	font-size: 16px;
}
.con_con .second .yi{
	border-bottom: 1px solid #ccc;
	line-height: 45px;
	width: 100%;
	text-align: center;
	height: auto;
	font-size: 18px;
	font-family: "微软雅黑";
}
.con_con .second .yi ul li{
	height: 45px;
    line-height: 45px;
    float: left;
}
.con_con .second .yi ul .yil{
	width: 15%;
	border-right: 1px solid #ccc;
}
.con_con .second .yi ul .yil span{
	width: 100%;
	display: block;
	text-align: center;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	line-height: 35px;
	color: black;
	
}
.con_con .second .yi ul .erl{
	width: 45%;
	margin: 5px 0;
	border-right: 1px solid #ccc;
}
.con_con .second .yi ul .sanl{
	width: 34%;
	margin: 5px 0;
	border-right: 1px solid #ccc;
}
.con_con .second .yi ul .sil{
	width: 20.8%;
	margin-top: 5px;
}
.no_border{
	border: none !important;
}
.con_con .second .er{
	border-bottom: 1px solid #ccc;
	/*height: 45px;*/
	line-height: 45px;
	text-align: center;
	background: #fff;
}
.con_con .second .er:hover{
	background: #E8F2FE;
}
.con_con .second .er ul li{
	float: left;
}
.con_con .second .er ul .yil{
	width: 15%;
	border-right: 1px solid #ccc;
}
.con_con .second .er ul .erl{
	width: 45%;
	margin: 5px 0;
	border-right: 1px solid #ccc;
}
.con_con .second .er ul .sanl{
	width: 34%;
    margin: 5px 0;
	border-right: 1px solid #ccc;
}
.con_con .second .er ul .sil{
	width: 20.8%;
}
.con_con .second .er ul .sil a{
	color: #2383ec;
	line-height: 45px;
}
.con_con .second .san{
	border-bottom: 1px solid #ccc;
	height: 46px;
	line-height: 46px;
	text-align: center;
}
.con_con .second .san div{
	text-align: center;
	font-family: "微软雅黑";
	font-size: 20px;
	color: #2383ec;
} 
.con_con p{
	width: 100% !important;
	float: left;
	margin-top: 30px !important;
}
.con_con p strong{
	float: left;
}
.con_con p img{
	float: left;
	width: 950px !important;
	margin: 30px 0 50px 50px;
}
.con_con span{
	font-size: 14px;
	line-height: 22px;
	color: #919191;
	float: left;
}
.center-left {display: flex;}
.content {width: 1200px;margin: 0 auto;}
.fw6 {font-weight: 600;}
.f40 {font-size: 40px;margin-bottom: 30px;}
.f20 {font-size: 20px;}
.fcw {color: #FFFFFF;}
.h-450 {height: 450px;}
.pt150 {padding-top: 150px;}
.lec1 {letter-spacing: 1px;}
















