.zhuji * {
	box-sizing: border-box;
}

.server_banner {
	position: relative;
	width: 100%;
	height: 370px;
	background: url(../images/server_banner.png) no-repeat center bottom #070830;
}

.server_banner h3 {
	padding-top: 55px;
	font-size: 34px;
	font-weight: 400;
	color: #fff;
	line-height: 37px;
}

.server_banner p {
	margin-top: 25px;
	width: 600px;
	height: 116px;
	font-size: 14px;
	font-weight: 400;
	word-break: break-all;
	color: rgba(255, 255, 255, 0.6);
	line-height: 30px;
	overflow: hidden;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.server_banner p.show-more{
	height: 150px;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.banner-text-more{
	color: #218cfd;
}

.banner-text-pack-up{
	color: #218cfd;
}

.server_banner .tag {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: 60px;
}

.server_banner .tag a {
	font-size: 14px;
	color: #fff;
	margin-right: 20px;
	transition: all 0.3s;
}

.server_banner .tag a:hover {
	color: #007bfc;
}

.server_banner .tag .btn {
	display: inline-block;
	width: 138px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	transition: all 0.3s;
	border: 1px solid rgba(255, 255, 255, 0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.server_banner .tag .btn:hover {
	background-color: #007bfc;
	color: #fff;
	border: 1px solid #007bfc;
}

.server_banner .tag .btn.over:hover {
	background-color: #218cfd;
}

.server_banner .tag .btn.over {
	background-color: #007bfc;
	color: #fff;
	border: 1px solid #007bfc;
}

.server_banner .tag .iconfont {
	font-weight: lighter;
	margin-right: 5px;
	font-size: 16px;
}

.snapadv_banner {
	width: 100%;
	height: 360px;
	background: url(../images/snapadv_banner.png) no-repeat center bottom #070830;
}

.xndb_banner {
	background: url(../images/xndb_banner.png) no-repeat center bottom #070830;
}

.ccfh_banner {
	background: url(../images/ccfh_banner.png) no-repeat center bottom #070830;
}

.fwbz_banner {
	background: url(../images/fwbz_banner.png) no-repeat center bottom #070830;
}

.snapadv_banner h3 {
	padding-top: 100px;
	font-size: 34px;
	font-weight: 400;
	color: #fff;
	line-height: 37px;
}

.snapadv_banner p {
	margin-top: 25px;
	width: 810px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
	line-height: 30px;
}

.snapadv_banner a.btn{
	display: block;
	margin-top: 40px;
	width: 166px;
	line-height: 44px;
	background: #006FFF;
	border-radius: 4px;
	text-align: center;
	color: #fff;
}

.advantage_wrapper{
	background: url(../images/10.png) no-repeat bottom;
	background-size: cover;
	width: 100%;
	height: 640px;
}

.advantage_wrapper .qy-index_title h2 {
	color: #fff;
	font-size: 28px;
}
.advantage_wrapper .qy-index_title p {
	font-size: 14px;
	color: #fff;
}
.advantage_wrapper li {
	float: left;
	width: 33.33%;
	text-align: center;
	padding: 0 20px 0px;
	margin-bottom: 75px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all .3s;
}
.advantage_wrapper .qy-index_title {
	padding: 64px 0 48px;
}
.advantage_wrapper li:nth-child(3n) {
	margin-right: 0;
}

.advantage_wrapper li h3 {
	font-size: 16px;
	font-weight: 600;
	color: rgba(255, 255, 255, 1);
	line-height: 17px;
}

.advantage_wrapper li .icon {
	display: block;
	width: 64px;
	height: 64px;
	margin: 0 auto 12px;
}

.advantage_wrapper li .icon1{
	background: url(../images/linux/lxn-1.png) no-repeat;
	background-size: cover;
}
.advantage_wrapper li .icon2{
	background: url(../images/linux/lxn-2.png) no-repeat;
	background-size: cover;
}
.advantage_wrapper li .icon3{
	background: url(../images/linux/lxn-3.png) no-repeat;
	background-size: cover;
}
.advantage_wrapper li .icon4{
	background: url(../images/linux/lxn-4.png) no-repeat;
	background-size: cover;
}
.advantage_wrapper li .icon5{
	background: url(../images/linux/lxn-5.png) no-repeat;
	background-size: cover;
}
.advantage_wrapper li .icon6{
	background: url(../images/linux/lxn-6.png) no-repeat;
	background-size: cover;
}
.advantage_wrapper li .icon7{
	background: url(../images/linux/lxn-7.png) no-repeat;
	background-size: cover;
}
.advantage_wrapper li .icon8{
	background: url(../images/linux/lxn-8.png) no-repeat;
	background-size: cover;
}
.advantage_wrapper li .icon9{
	background: url(../images/linux/lxn-9.png) no-repeat;
	background-size: cover;
}

.advantage_wrapper li p {
	width: 80%;
	margin: 0 auto;
	margin-top: 12px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.3);
	line-height: 24px;
	text-align: center;
}
.qy-ssl_contrast li:not(.w1):hover {
	box-shadow: 0 0 8px 0 #E9E9E9;
	background: #eff7fb;
}

.qy-ssl_contrast .header li:hover {
	box-shadow: none;
	background: #fff;
	transform: scale(1);
}

.qy-ssl_qs {
	padding-bottom: 70px;
	background-color: #fff;
}

.qy-ssl_qs .qy-index_title {
	padding: 70px 0 0;
}
.zhuji {
	background: #F5F7FA;
}
.qy-index_title {
	padding: 60px 0 38px;
}
.qy-index_title h3, .qy-index_title h5, .qy-index_title h2 {
	line-height: 1;
}
.email_section1 {

}
.zj_box {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.zj_box li {
	position: relative;
	float: left;
	width: 384px;
	padding: 0 30px;
	margin-right: 24px;
	background: #fff url("../images/2.png") no-repeat right 220px;
	background-size: 146px;
	color: #333;
	border-radius: 4px;
	transition: all .3s;
}
.zj_box li:hover {
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.06);
	transform:translateY(-10px);
}
.zj_box li:last-child {
	margin-right: 0;
}
.zj_title {
	line-height: 76px;
	font-weight: 600;
	font-size: 20px;
}
.zj_top {
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid rgba(151,151,151,.15);
	border-top: 1px solid rgba(151,151,151,.15)
}
.zj_top div {
	float: left;
	margin-right: 30px;
}
.zj_top div:last-child {
	margin-right: 0;
}
.zj_top strong{
	font-weight: 500;
	font-size: 16px;
}
.zj_top p {
	margin-top: 4px;
	color: #999;
	font-size: 12px;
}
.zj_mid div {
	padding-left: 28px;
	background: url("../images/1.png") no-repeat left;
	background-size: 12px;
	margin-top: 12px;
	font-size: 14px;
	line-height: 20px;
}
.zj_yh {
	margin-top: 16px;
	margin-bottom: 24px;
}
.zj_yh .yh_1 {
	height: 23px;
	text-align: center;
	color: #FF6A00;
	font-size: 12px;
	border: 1px solid #ff6a00;
	border-radius: 2px;
	padding: 0 4px;
}
.zj_yh .yh_2 {
	height: 23px;
	margin-left: 8px;
	text-align: center;
	color: #037CFF;
	font-size: 12px;
	border: 1px solid #037CFF;
	border-radius: 2px;
	padding: 0 4px;
}
.zj_jg {
	font-size: 40px;
	color: #FF5948;
	line-height: 46px;
	margin-bottom: 16px;
}
.zj_jg span {
	font-size: 14px;
	color: #000;
}
.zj_mai {
	margin-bottom: 24px;
}
.zj_mai a {
	display: block;
	height: 50px;
	background: #037cff;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	transition: all .3s;
}
.zj_mai a:hover {
	opacity: .8;
}
.zj_more {
	margin-top: 16px;
	padding-bottom: 24px;
	text-align: center;
}
.zj_more a {
	color: #037CFF;
}
.zhuji .cx {
	position: absolute;
	width: 118px;
	height: 118px;
	background: url("../images/6.png") no-repeat left;
	background-size: 118px;
	right: -5px;
	top: -5px;
}
.host_table .left {
	padding-left: 20px;
	width: 152px;
	background: #fafafb;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	text-align: left;
}
.host_table tr th {
	height: 70px;
	font-size: 16px;
	font-weight: 700;
	color: #333;
	border: 1px solid #E5E8ED;
	position: relative;
	z-index: 1
}
.even td {
	background: #f2f8ff;
}
.host_table tr th.left {
	font-size: 16px;
}
.host_table {
	position: relative;
}
.host_table table {
	width: 100%;
	background: #fff;
	margin-top: 40px;
}

.host_table tr td {
	font-size: 14px;
	color: #333;
	padding: 20px 0;
	word-break: break-all;
	border: 1px solid #E5E8ED;
	text-align: center;
}
.high-light-table {
	position: absolute;
	top: -2px;
	margin-top: 0!important;
	border: 1px solid #e5e8ed;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);
	z-index: 1;
}
.host_table tr td .info-price {
	position: relative;
	font-family: Arial;
}
table.high-light-table tr.last-row {
	height: 90px
}
.host_table  tr td .info-price span {
	font-size: 30px;
	margin-right: 2px;
	color: #FF6935;
	line-height: 1;
}

.host_table tr td .info-btn {
	display: inline-block;
	*display: inline;
	*zoom:1;margin-top: 10px;
	width: 90px;
	height: 32px;
	line-height: 32px;
	background: #007bfc;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.host_table .no,.tbsm .no {
	width: 20px;
	height: 20px;
	margin: 0 auto;
	background: url("../images/17.png") no-repeat;
	background-size: cover;
	vertical-align: middle;
}
.host_table .right,.tbsm .right {
	width: 20px;
	height: 20px;
	margin: 0 auto;
	background: url("../images/18.png") no-repeat;
	background-size: cover;
	vertical-align: middle;
}
.host_table .add,.tbsm .add {
	width: 20px;
	height: 20px;
	margin: 0 auto;
	background: url("../images/29.png") no-repeat;
	background-size: cover;
	vertical-align: middle;
}
.hide {
	display: none;
}
.tbsm {
	margin: 20px 0;
	color: #666;
}
.tbsm h6 {
	margin-bottom: 8px;
	font-size: 16px;
	color: #333;
}
.tbsm .no,.tbsm .right {
	margin-right:6px;
	vertical-align: text-top;
}
.tbsm span {
	margin-right:6px;
	color: #007BFC;
	font-weight: 700;
	font-size: 18px;
}
.tbts h6 {
	margin-bottom: 8px;
	color: #007BFC;
	font-size: 14px;
}
.tbts p {
	color: #666;
	line-height: 28px;
}
.host_tabs {
	width: 804px;
	height: 58px;
	margin-top: 60px;
	background: url("../images/tab_1.png") no-repeat;
	background-size: 804px;
}
.host_tabs_item {
	float: left;
	width: 33.3%;
	text-indent: 60px;
	line-height: 58px;
	color: #333;
	font-size: 16px;
	cursor: pointer;
}
.host_tabs_item:first-child {
	text-indent: 90px;
	color: #fff;
}
.host_tabs_item:last-child {
	text-indent: 40px;
}
.host_tabs#on_0 {
	background: url("../images/tab_1.png") no-repeat;
	background-size: 804px;
	color: #fff;
}
.host_tabs#on_1 {
	background: url("../images/tab_2.png") no-repeat;
	background-size: 804px;
	color: #fff;
}
.host_tabs#on_2 {
	background: url("../images/tab_3.png") no-repeat;
	background-size: 804px;
	color: #fff;
}
.t1 .high-light-table tr:nth-child(4),.t1 .high-light-table tr:nth-child(8) {
	height: 104px!important;
}
.t2 .high-light-table tr:last-child {
	height: 140px!important;
}
.t1 .high-light-table tr:nth-child(9),.t1 .high-light-table tr:nth-child(13),.t1 .high-light-table tr:nth-child(14) {
	height: 84px;
}
.t3 .last-row,.t2 .last-row,.t1 .last-row {
	height: auto!important;
}
