.server_main .o_head_main{
    background-color: #1b1b1b;
}
.server_head{
    height: 300px;
    background: url(img/icon-server-head-bg.png) no-repeat center center;
    background-size: cover;
}
.server_head .p1{
    font-family: PingFang-SC-Medium;
	font-size: 40px;
    color: #333333;
    padding:106px 0 18px;
}
.server_head .p2{
    font-size: 16px;
	line-height: 28px;
	color: #666666;
}
.server_tab{
    height: 52px;
    line-height: 52px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
.server_tab .tab_item{
    position: relative;
    display: inline-block;
    color: #333333;
    margin: 0 94px;
    cursor: pointer;
}
.server_tab .tab_item.on{
    color: #f13a3b;
}
.server_tab .tab_item.on:after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
	height: 2px;
	background-color: #f13a3b;
}
.server_1{
    background: url(img/icon-server-xz-bg.png) no-repeat center center;
    background-size: 100% 100%;
}
.server_common_tit{
    text-align: center;
    padding: 65px 0 45px;
    font-size: 34px;
	color: #333333;
}
.server_1{
    padding-bottom: 50px;
}
.server_list{
    margin-left: -30px;
}
.server_1_box .con_item{
    float: left;
    position: relative;
    width: 380px;
	height: 210px;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
    transition: all .3s ease-out;
    margin-left: 30px;
    margin-bottom: 30px;
}
.server_1_box .con_item .tit{
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 18px;
    padding: 30px 40px 0;
    margin-bottom: 18px;
}
.server_1_box .con_item .msg{    
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    padding: 0 40px;
}
.server_1_box .con_price{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 70px;
    line-height: 70px;
    padding: 0 40px;
    transition: all .3s ease-out;
}
.server_1_box .con_price .icon{
    font-size: 14px;
    font-weight: 400;
    color: #F13A3B;
    line-height: 20px;
}
.server_1_box .con_price .num{
    font-size: 40px;
    font-family: "DINPro-Medium";
    color: #F13A3B;
    line-height: 47px;  
    margin-top: 8px;  
}
.server_1_box .con_price .txt{
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;    
}
.server_1_box .con_price .con_see{
    opacity: 0;
    color: #fff;
}
.server_1_box .con_item:hover{
    z-index: 1;
    box-shadow: 0px 2px 10px 4px rgba(8, 5, 30, 0.06);
    border-color: transparent;
}
.server_1_box .con_item:hover .con_price{
    background-color: #F13A3B;
    color: #fff;
}
.server_1_box .con_item:hover .con_price .icon,.server_1_box .con_item:hover .con_price .num,.server_1_box .con_item:hover .con_price .txt{
    color: #fff;
}
.server_1_box .con_item:hover .con_price .con_see{
    opacity: 1;
}
.server_2{
    background-color: #fff;
    padding-bottom: 50px;
}
.server_2_list{
    margin-left: -34px;
}
.server_2 .server_item{
    float: left;
    width: 583px;
	height: 186px;
	background-color: #ffffff;
    border: solid 1px #eeeeee;
    padding:30px;
    transition: all .3s ease-out;
    margin-left: 34px;
    margin-bottom: 30px;
}
.server_2 .server_item .p1{
    font-family: PingFang-SC-Medium;
    font-size: 18px;
	line-height: 28px;
    color: #333333;
    display: block;
    margin-bottom: 14px;
}
.server_2 .server_item .p2{
    line-height: 24px;
	color: #999999;
}
.server_2 .item_price{
    margin-top: 22px;
}
.server_2 .item_price .num{
    font-family: DINPro-Medium;
    font-size: 40px;
    line-height: 33px;
	letter-spacing: -1px;
	color: #f13a3b;
}
.server_2 .item_price .txt{
    color: #333333;
}
.server_2 .item_price .see{
    opacity: 0;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #f13a3b;
    color: #fff;
    transition: all .3s ease-out;
}
.server_2 .server_item:hover{
    background: url(img/icon-server-yz-bg.png) no-repeat center center;
}
.server_2 .server_item:hover .see{
    opacity: 1;
}
.server_1.server_3{
    background: #fafafc;
}