@charset "utf-8";
/* CSS Document */
 
.youhui{ width:100%; text-align:center; margin:0px auto; margin-bottom:20px;}
.price{ float:left; width:23%;/* height:300px;*/margin:0px 10px;box-shadow:0 0.5em 2em #ccc; padding:0px 0px;}
.price h4{ width:100%; height:50px;font-size: 25px;line-height: 50px; color:#fff;}
.p_one,.p_two,.p_three,.p_four{border:1px solid #CCC;}
.p_one h4{background-color: #F77D00;}
.p_two h4{background-color: #009CF7;}
.p_three h4{background-color: #00ccff ;}
.p_four h4{background-color: #FF0000;}
.price table{width:100%; margin:0px 0px; font-size:16px;font-weight: 400; color: #353535;font-family: '微软雅黑';}
.price table tr{line-height: 30px;}

.price{transition: all .3s linear;border: 1px solid transparent;box-shadow:0 0.5em 2em #ccc;cursor:pointer;}
.price:hover{ transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1);/* border: 1px solid #ccc; */cursor:pointer;border-top: 0px solid #fff;}

.price table{border-collapse:collapse;border-spacing:0;border-left:1px solid #fff;border-top:1px solid #fff;border-right:1px solid #fff;}
.price table tr td:first-child{border-right:1px solid #CECECE;}
.right_bor{border-right:0px solid #CECECE;}
.price th,.price td{/*border-right:1px solid #CECECE;*/border-bottom:1px solid #CECECE;padding:5px 15px;}
.z_title{width:100%; height:40px;font-size:16px; line-height:40px;font-weight: 400;font-family: '微软雅黑'; border-bottom:1px solid #CECECE;}
.p_t{/* width:100%; */height:90px; color:#F00;font-weight: 400; font-size: 16px;font-family: '微软雅黑'; padding: 5px 16px;    border-bottom: 1px solid #ccc;}
.c_banenr{background: url(../images/zhuanzhu.jpg); height:152px; /*background:#FC0;*/}
.c_server{ text-align:center; font-size:30px; line-height:100px; color:#fff;font-weight: 400;font-family: '微软雅黑';}
.usergjcfxi{color:#F77D00;font-weight:bold;font-size: 20px;}
.usergjcfxi2{color:#009CF7;font-weight:bold;font-size: 20px;}
.usergjcfxi3{color:#00ccff;font-weight:bold;font-size: 20px;}
.usergjcfxi4{color:#FF0000;font-weight:bold;font-size: 20px;}
.p-btn a {
  	color: #fff;
  	font-size: 20px;
  	font-weight: 400;
  	padding: 8px 60px;
  	background: #4695DD;
  	border-bottom: 6px solid #1E71C3;
  	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.p-btn a:hover{
	background: #1E71C3;
  	border-bottom: 6px solid #0D345B;
  	transition: 0.5s all ease;
  	-webkit-transition: 0.5s all ease;
  	-moz-transition: 0.5s all ease;
  	-o-transition: 0.5s all ease;
  	-ms-transition: 0.5s all ease;
}
.p-btn {
  padding-top: 10%;
  height: 50px;
  border-top:1px solid #CCC;
  border-top: 0px;
}
.p-btn td{padding: 25px 0px;}

@media(max-width: 480px){
	.price{width:95%!important; padding-bottom: 25px;}
}
@media(max-width: 992px){
	.price{width:45%;    padding-bottom: 25px;}
}
