@charset "utf-8";
/* CSS Document */
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body {font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif; font-size:14px; color:#333; padding:0; margin:0;}
div,img,ul,li,dl,dt,dd,p,input,button,span,h1,h2,h3,h4,h5,h6,td,th{ margin:0; padding:0; border:0;}
table {border-collapse: collapse;border-spacing: 0;}
select,input{vertical-align:middle;}
h1,h2,h3,h4,h5 { font-weight:normal;}
ul,li { list-style:none;}
i,em { font-style: normal;}
img { border:none}
.clearfix:after { content:"."; display:block; height:0; clear:both; overflow:hidden; }
.fl { float:left} .fr { float:right} .tc { text-align:center} .red { color:#c00;} .pr { position: relative;}
a { color:#333; text-decoration:none;}
a:hover { color:#c00;}
.pt30 { padding-top: 30px;}

.cont { width: 1170px; margin-left:auto; margin-right: auto;}


/******top*****/
.head_top {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #000;
	font-size: 12px;
	color: #e9b673;
	}
.head_top a { padding: 0px 5px; color: #e9b673;}

/*********head*********/
.head{
	width: 100%;
	height: 500px;
	background: url(../images/field-bg.jpg) top center no-repeat;
	}
.head h1 {
	color: #fff;
	display: block;
	text-align: center;
	padding-top: 50px;
	}
.head_box {
  width: 592px;
  height: 282px;
  background: rgba(0, 0, 0, 0.4);
  margin: 50px auto 0px;
}
.head_box h3 {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  padding: 10px 0px;
  color: #fff;
  font-weight: 400;
}
.head_box .input_box {
  width: 558px;
  height: 46px;
  margin: 0 auto;
  overflow: hidden;
}
.head_box .input_box input {
  width: 380px;
  float: left;
  height: 46px;
  border: 0;
  outline: none;
  padding-left: 20px;
}
.head_box .input_box .look_btn {
  width: 156px;
  height: 46px;
  display: block;
  float: left;
  background: #f29312;
  text-align: center;
  line-height: 46px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.head_box .note_list_box {
  width: 558px;
  height: 140px;
  margin: 14px auto 0;
  overflow: hidden;
}
.head_box .note_list_box .note_left {
  width: 86px;
  height: 137px;
  border: 1px solid #fff;
  text-align: center;
  float: left;
}
.head_box .note_list_box .note_left h2 {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  margin-top: 28px;
  font-weight: 400;
}
.head_box .note_list_box .note_left p {
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
}
.head_box .note_list_box .note_list {
  width: 455px;
  height: 137px;
  float: left;
  margin-left: 14px;
}
.head_box .note_list_box .note_list .note_list_head {
  height: 24px;
  background: rgba(255, 255, 255, 0.6);
  line-height: 24px;
}
.head_box .note_list_box .note_list .note_list_head ul li {
  float: left;
  width: 100px;
  text-align: center;
  color: #fff;
}
.head_box .note_list_box .note_list .note_list_head ul li:nth-child(4) {
  width: 155px;
}
.head_box .note_list_box .note_list .note_list_ul {
  position: relative;
  height: 110px;
  overflow: hidden;
  border-bottom: 1px solid #fff;
}
.head_box .note_list_box .note_list .note_list_ul ul {
  height: 110px;
  position: absolute;
  top: 0;
  left: 0;
}
.head_box .note_list_box .note_list .note_list_ul ul li {
  height: 26px;
  line-height: 26px;
  text-align: center;
}
.head_box .note_list_box .note_list .note_list_ul ul li span {
  width: 100px;
  display: block;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
}
.head_box .note_list_box .note_list .note_list_ul ul li span:nth-child(4) {
  width: 154px;
}
.head_box .people_num {
  display: block;
  width: 558px;
  margin: 0 auto;
  text-align: right;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

/***********4大类别***********/
.fl_bg {
	width: 100%;
	height: 500px;
	background: url(../images/img36.png) top center no-repeat;
	padding: 30px 0px;
	}
.fenl {
	background: #fff;
	padding: 10px 10px;
	box-shadow: 0px 0px 10px 5px #e6e6e6;
	}
.fenl dl { border: 1px solid #e6e6e6; text-align: center; padding-top: 30px; padding-bottom: 30px; }
.fenl dl dt {
	display: inline-block;
	padding:15px 15px;
	border: 2px solid #e9b673;
	border-radius: 50% 50%;
	}
.fenl dl dd h4 {
	font-size: 20px;
	color: #000;
	padding-top: 15px;
	font-weight: bold;
	}
.fenl dl dd i {
	width: 30px;
	height: 3px;
	background: #e9b673;
	display: inline-block;
	}
.fenl dl dd p {
	font-size: 16px;
	margin-bottom: 15px;
	}
.fenl dl dd a {
	display: inline-block;
	color: #eb5a02;
	padding: 5px 24px;
	border-radius: 20px 20px;
	border: 1px solid #eb5a02;
	font-size: 16px;
	}
.fenl dl dd a:hover { background-color: #eb5a02; color: #fff;}
	

.title {
	margin-bottom: 50px;
	text-align: center;
	}
.title h3 { position: relative; display: inline-block; font-size: 32px; line-height: inherit;}
.title h3:before { content:""; position: absolute; width: 30%; height: 1px; top: 60px; left: 33%; background-color: #cc9966; }
.white { color: #fff;}


.more { text-align: center; margin-top: 30px;}
.more a {
	line-height: 50px; 
	padding: 10px 20px; 
	color: #fff; 
	background:#5e46e3; 
	font-size: 18px;
	border-radius: 10px 10px;
	}
.more a:hover { color: #FF0;}
 
/********我们的优势*******/
.ys_bg { padding: 50px 0px 80px; background: url(../images/map.png) center 100px no-repeat; background-size: 80%;}
.ys_w { width: 90%; margin: 0px auto;}
.ys_cont { margin-top: 30px; text-align: center}
.ys_cont dt img {box-shadow: 0px 0px 10px 5px #e6e6e6; border-radius: 50px 50px;}
.ys_cont strong { font-size: 22px; display: block; margin: 15px 0px;}
.ys_cont span { font-size: 16px;}

/*********5大服务*********/
.five_bg {
	width: 100%;
	height: 320px;
	background: url(../images/five_bg.jpg) center center no-repeat;
	padding-top: 30px;
	}
.five_bg .col-sm-2 { width: 20%;}
.five_c { text-align: center; color: #fff;}
.five_c i { font-size: 30px;}
.five_c span { font-size: 18px;}

/*******专业专著服务******/
.z_ser {
	width: 100%;
	height: 500px;
	background: url(../images/ico11.png) center center no-repeat;
	position: relative;
	}
.z_box {
	position: absolute;
	width: 320px;
	}
.z_box img {
	float: left;
	padding: 9px 9px;
	background: #e9b673;
	margin-right: 15px;
	}
.z_box strong {
	display: block;
	font-size: 22px;
	line-height: 50px;
	}
.z_box span {
	font-size: 16px;
	}
.z_01 { top: 50px; left: 120px;}
.z_02 { top: 30px; right: 120px;}
.z_03 { bottom: 50px; left: 120px;}
.z_04 { bottom: 50px; right: 50px;}

/******周期保障*****/
.time_bg {
	width: 100%;
	background: #f5f5f5;
	padding: 30px 0px 80px;
	}
.time_bg h4 { text-align: center; margin-bottom: 30px;}
.time_cont {width: 100%; position: relative;}
.time_cont img { width: 100%; height: 200px;}
.time_cont span {
	position: absolute;
	width: 100%;
	height: 200px;
	background-color: rgba(0,0,0, .5);
	top: 0px;
	left: 0px;
	text-align: center;
	font-size: 18px;
	padding-top: 70px;
	font-weight: bold;
	color: #ffd700;
	line-height: 30px;
	}
.time_cont h3 {
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #333;
	color: #fff;
	font-size: 26px;
	}
	
/********出版进度随时通知*******/
.cban {
	width: 100%;
	height: 349px;
	background: url(../images/cb_bg.jpg) center top no-repeat;
	box-shadow: 0px 0px 10px 5px #e6e6e6;
	padding: 30px 50px;
	margin-bottom: 50px;
	}
.cban_cont {
	padding: 30px 30px;
	border-radius: 10px 10px;
	border-top-style: solid;
	background-color: #f8f8f8;
	border-top-width: thick;
	text-align: center;
	margin: 0px 15px;
	}
.cban_cont img { padding: 15px 15px; border-radius: 50%;}
.cb_01 { border-top-color: #0893e8;}
.cb_01 img { border: 3px solid #0893e8;}
.cb_01 h3 {color: #0893e8;}
.cban_cont h3 { font-size: 20px; padding: 15px 0px; }
.cb_02 { border-top-color: #e42030;}
.cb_02 img { border: 3px solid #e42030;}
.cb_02 h3 {color: #e42030;}
.cb_03 { border-top-color: #ffc855;}
.cb_03 img { border: 3px solid #ffc855;}
.cb_03 h3 {color: #000;}
.cban_cont a {
	display: inline-block;
	color: #eb5a02;
	padding: 5px 24px;
	border-radius: 20px 20px;
	border: 1px solid #eb5a02;
	font-size: 16px;
	margin-top: 15px;
	}
.cban_cont a:hover { background-color: #eb5a02; color: #fff;}

/************实体书籍寄发************/
.book_bg {
	width: 100%;
	height: 340px;
	background: url(../images/book_bg.jpg) center center no-repeat;
	position: relative;
	padding-top: 30px;
	}
.book_bg:before {
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	top: 0px;
	left: 0px;
	}
.book_bg h4 {
	text-align: center;
	color: #fff;
	z-index: 1;
	position: relative;
	margin-bottom: 30px;
	}
.book_b { text-align: center;}
.book_b label{
	height: 75px;
	width: 75px;
	padding: 20px 20px;
	border-radius: 50%;
	border: 2px solid #e9b673;
	}
.book_b label img { vertical-align: middle;}
.book_b span { font-size: 22px; color: #fff; display: block;}

/*********享受vip服务*******/
.guarantee {
	height: 455px;
	width: 100%;
	background: url(../images/bz_bg.jpg) center center no-repeat;
	margin-top: 40px;
	}
.guarantee:after { content:""; clear: both; display: block; overflow: hidden; }
.gua_l1, .gua_l2{ text-align: right;}
.gua_l1 img, .gua_l2 img { float: right;}
.gua_r1, .gua_r2{ text-align: left; float: right;}
.gua_r1 img, .gua_r2 img{ float: left;}
.gua_l1, .gua_l2, .gua_r1, .gua_r2 { margin-top: 50px;}
.gua_l1 {
	width: 80%;
	height: 160px;
	}
.gua_l1 b{ font-size: 18px; display: inline-block; margin: 25px 0px;}
.gua_l2 {
	width: 80%;
	height: 160px;
	}
.gua_l2 b{ font-size: 18px; display: inline-block; margin: 25px 0px;}
.gua_r1 {
	width: 80%;
	height: 160px;
	}
.gua_r1 b{ font-size: 18px; display: inline-block; margin: 25px 0px;}
.gua_r2 {
	width: 80%;
	height: 160px;
	}
.gua_r2 b{ font-size: 18px; display: inline-block; margin: 25px 0px;}

/********名额*********/
.table_cont { margin-bottom: 80px;}
.table_cont dl { border-top: 1px solid #e8e8e8; border-left: 1px solid #e8e8e8; text-align: center;}
.table_cont dl dt { background: #e9b673; height: 60px; border-right: 1px solid #e8e8e8;}
.table_cont dl dt label { float: left; width: 30%; line-height: 60px; margin-bottom: 0px;}
.table_cont dl dt span { float: left; width: 10%; margin-top: 10px;}
.pt10 { padding-top: 10px;}
.table_cont dl dd { border-bottom: 1px solid #e8e8e8; line-height: 40px; clear: both; display:flex;}
.table_cont dl dd label { float: left; width:30%; border-right: 1px solid #e8e8e8; margin-bottom: 0px;}
.table_cont dl dd span { float: left; width: 10%; border-right: 1px solid #e8e8e8;}
.table_cont dl dd span font { color: red;}

/*******其他服务******/
.other_bg {
	width: 100%;
	background-color: #fff;
	padding: 50px 0px;
	}
.ot_title {text-align: center;}
.ot_title h3 {
	display: inline-table;
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
	}
.ot_title h3:before {
	content:"";
	position: absolute;
	width: 86px;
	height: 104px;
	background: url(../images/o-l.png) 0 0 no-repeat;
	top: 20px;
	left: -126px;
	}
.ot_title h3:after {
	content:"";
	position: absolute;
	width: 86px;
	height: 104px;
	background: url(../images/o-r.png) 0 0 no-repeat;
	top: 20px;
	right: -126px;
	}
.ot_title h3 span {
	font-size: 36px;
	color: #ff5f03;
	position: relative;
	border: 2px dotted #000;
	padding: 10px 30px;
	}
.ot_title h3 span em {
	position: absolute;
	width: 20px;
	height: 20px;
	display: block;
	}
.ot_title .e_1 {border-top: 2px solid #000; border-left: 2px solid #000; top: -7px; left: -7px;}
.ot_title .e_2 {border-top: 2px solid #000; border-right: 2px solid #000; top: -7px; right: -7px;}
.ot_title .e_3 {border-bottom: 2px solid #000; border-left: 2px solid #000; bottom: -7px; left: -7px;}
.ot_title .e_4 {border-bottom: 2px solid #000; border-right: 2px solid #000; bottom: -7px; right: -7px;}

.ot_title p {
	display: inline-table;
	position: relative;
	font-size: 20px;
	color: #fff;
	padding: 10px 30px;
	background-color: #000;
	margin-top: 20px;
	margin-bottom: 10px;
	}
.ot_title p:before {
	content:"";
	position: absolute;
	width: 40%;
	height: 2px;
	background-color: #000;
	top: 23px;
	left: -44%;
	}
.ot_title p:after {
	content:"";
	position: absolute;
	width: 40%;
	height: 2px;
	background-color: #000;
	top: 23px;
	right: -44%;
	}
.ot_box { margin-top: 20px;}
.ot_box li {
	float: left;
	width: 25%;
	text-align: center;
	}
.ot_box li div {
	margin: 0px 10px;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.35);
	padding: 6px 6px;
	}
.h4_01 {
	height: 132px;
	background: url(../images/ot-1.jpg) 0 0 no-repeat;
	margin-top: 0px;
	padding-top: 44px;
	}
.h4_02 {
	height: 132px;
	background: url(../images/ot-2.jpg) 0 0 no-repeat;
	margin-top: 0px;
	padding-top: 44px;
	}
.h4_03 {
	height: 132px;
	background: url(../images/ot-3.jpg) 0 0 no-repeat;
	margin-top: 0px;
	padding-top: 44px;
	}
.h4_04 {
	height: 132px;
	background: url(../images/ot-4.jpg) 0 0 no-repeat;
	margin-top: 0px;
	padding-top: 44px;
	}
.h4_05 {
	height: 132px;
	background: url(../images/ot-5.jpg) 0 0 no-repeat;
	margin-top: 0px;
	padding-top: 44px;
	}
.h4_01 label, .h4_02 label, .h4_03 label, .h4_04 label, .h4_05 label {
	line-height: 44px;
	padding: 0px 15px;
	color: #fff;
	font-size: 22px;
	display: inline-block;
	background-color: #eb560e;
	margin-bottom: 0px;
	font-weight: normal;
	}
.ot_box li div p {
	font-size: 20px;
	color: #666;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px 20px;
	}
.ot_box li div a {
	display: inline-block;
	background-color: #f29312;
	line-height: 40px;
	padding: 0px 20px;
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
	}
.ot_box li div a:hover { background-color: #eb560e;}

/*******foot********/
.foot {
	padding: 20px 0px;
	background: #333;
	color: #999;
	text-align: center;
	}
	
/****************kefu*****************/
.keifu{ position:fixed; top:5%; left:5px; width:154px;  _position:absolute; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom,10)||0)-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
 z-index:9999;}
.keifu_tab{ width:160px;}
.icon_keifu{ width:26px; height:100px; float:left; background:url(../images/keifu.png) 0 0; position:relative; display:none; cursor:pointer;}
.keifu_box{ float:left; width:154px;}
.keifu_tab img{ display:block;}
.keifu_head{ width:131px; height:75px; background:url(../images/keifu.png); background-position: 0 -105px; font-size:0; line-height:0; position:relative;}
.keifu_close:link,.keifu_close:visited{ display:block; width:11px; height:11px; background:url(../images/keifu.png) -42px 0; position:absolute; top:5px; right:5px;}
.keifu_close:hover{ background-position:-60px 0;}
.keifu_con{width:130px; padding-top:5px; background:-webkit-gradient(linear,0 0,0 100%,from(#0160a0),to(#048dd1));background:-moz-linear-gradient(top,#0160a0,#048dd1); padding-bottom:20px; margin-bottom: 0px;}
.keifu_con li{ line-height:26px; text-align:center; font-size:14px; font-weight:bold;}
.keifu_con li a { color:#fff;}
.keifu_con li a:hover { text-decoration:underline;}
.keifu_bot a{ width:154px; height:55px; background:url(../images/keifu.png); background-position:0 -185px; display:block; overflow:hidden; text-indent:-9999px; margin-top:-10px;}
.none_tel { display: none;}

/*服务*/
.content3{padding-top: 50px; background: #fff;}
.content3 .box{padding-bottom:80px; display:flex; justify-content:space-between;}
.content3 .item{width:25%;padding-bottom: 30px; background-color:#ffffff; box-shadow: 0px 3px 8px 0px rgba(68, 68, 68, 0.36); border-radius:10px;background-position:left bottom; background-repeat:no-repeat;}
.content3 .item h2{height:67px; font-size:30px; color:#fff; text-align: center; line-height:66px; border-radius:10px 10px 0px 0px; font-weight:bold; letter-spacing:1px;}

.content3 .item h4{margin-top:32px; text-align:right; padding-right:15px;}
.content3 .item h4 a{display:inline-block; width:75px; height:29px; background-color:#ffffff; border-radius:5px; border:solid 1px #585858; text-align: center; line-height:28px; font-size:18px; color:#373737; transition:all .1s ease;}
.content3 .item h4 a:hover{background-color:#585858; border:solid 1px #585858; color:#fff;}
.content3 .item1{background-image:url(../images/con3-bg1.jpg);}
.content3 .item2{background-image:url(../images/con3-bg2.jpg);}
.content3 .item3{background-image:url(../images/con3-bg3.jpg);}
.content3 .item4{background-image:url(../images/con3-bg4.jpg);}
.content3 .item1 h2{background-color:#ff8d40;}
.content3 .item2 h2{background-color:#ff5562;}
.content3 .item3 h2{background-color:#40a7ff;}
.content3 .item4 h2{background-color:#ff7364;}
.content3 .item1 p a{background:url(../images/arrow1.jpg) left top no-repeat;}
.content3 .item2 p a{background:url(../images/arrow2.jpg) left top no-repeat;}
.content3 .item3 p a{background:url(../images/arrow3.jpg) left top no-repeat;}
.content3 .item4 p a{background:url(../images/arrow4.jpg) left top no-repeat;}
.server-m ul{  padding-bottom:11px; border-bottom:1px solid #eee; margin: 0px 15px;}
.server-m li{padding-left:15px; margin:29px 0 0 0; color:#777; font-size:14px; position:relative;}
.server-m li:before{content:""; display:inline-block; width:11px; height:11px;position:absolute; top:5px; left:0; background: url(../images/ico.png) no-repeat;}
.server-m li b{display:block; margin-bottom:4px; font-size:16px; color:#6761e9;}
.server-m li b a { display: block; color:#1257a2;}
.server-m li b a:hover { color: #ef002c;}

@media screen and (max-width: 1199px){
	.z_01 { left: 30px;}
	.z_02 { right: 15px;}
	.z_03 { left: 30px;}
	.z_04 { right: -30px;}
}
@media screen and (max-width: 768px){
	.fenl dl dd p { padding: 0px 10px; height: 44px;}
	.fenl dl dd a { padding: 5px 16px;}
	.z_ser { background-size: 50%;}
	.z_box img { width: 25%;}
	.z_box { width: 270px;}
	.z_box strong { font-size: 18px; line-height: 30px;}
	.z_01 { left: 0px;}
	.z_02 { top: 80px; right: 0px;}
	.z_03 { left: 0px; bottom: 90px;}
	.z_04 { right: 0px; bottom: 70px;}
	.cban { padding: 30px 0px;}
	.cban_cont { margin: 0px 0px; padding: 30px 10px;}
	.guarantee { background-size: 50%;}
	.gua_l1, .gua_l2, .gua_r1, .gua_r2 { width: 100%;}
	.gua_l1 img, .gua_l2 img, .gua_r1 img, .gua_r2 img { width: 45%;}
	.icon_keifu { display: block;}
	.keifu_box { display: none;}
	.none_pc { display: none;}
	.none_tel { display: block;}
	.ot_title h3 span { font-size: 30px; padding: 10px 15px;}
	.ot_title h3:before { left: -106px;}
	.ot_title h3:after { right: -106px;}
	.server-m ul { margin: 0px 10px;}
	.server-m li { min-height: 106px;}
}
@media screen and (max-width: 640px){
	.head h1 { font-size: 24px;}
	.head_box { width: 100%;}
	.head_box .input_box { width: 100%;}
	.head_box .input_box input { width: 160px; padding-left: 5px;}
	.head_box .note_list_box .note_left { display: none;}
	.head_box .note_list_box { width: 100%;}
	.head_box .note_list_box .note_list { margin-left: 0px; width: 100%;}
	.head_box .note_list_box .note_list .note_list_head ul li:nth-child(4) {width: 120px;}
	.head_box .note_list_box .note_list .note_list_head ul li { width: 80px;}
	.head_box .note_list_box .note_list .note_list_ul ul li span { width: 80px;}
	.head_box .note_list_box .note_list .note_list_ul ul li span:nth-child(4) {width: 120px;}
	.head_box .people_num { width: 100%;}
	.fl_bg { height: auto;}
	.ys_bg { background-size: cover;}
	.five_c img { width: 100%;}
	.z_box { width: 220px;}
	.z_ser { background-size: 70%;}
	.z_02 { top: 110px;}
	.z_04 { bottom: 20px;}
	.z_box strong { font-size: 16px;}
	.z_box span { font-size: 14px;}
	.time_cont { margin-top: 15px;}
	.cban { background: none; height: auto;}
	.cban_cont { margin-bottom: 15px;}
	.guarantee { background: none;}
	.gua_l1, .gua_l2, .gua_r1, .gua_r2 { margin-top: 0px;}
	.table_cont dl dt { height: auto; padding-bottom: 10px;}
	.table_cont dl dt span { font-size: 12px; font-weight: normal;}
	.table_cont dl dd { line-height: 20px;}
	.ot_title h3 span { font-size: 20px; padding: 10px 15px;}
	.ot_title p { font-size: 16px; padding: 10px 15px; margin-top: 10px;}
	.ot_title p:before { width: 20%; left: -24%;}
	.ot_title p:after { width: 20%; right: -24%;}
	.ot_title h3:before { width: 34px; height: 66px; background-size: contain; left: -40px;}
	.ot_title h3:after { width: 34px; height: 66px; background-size: contain; right: -40px;}
	.ot_box { margin-left: -15px; margin-right: -15px;}
	.ot_box li div { margin: 0px 5px;}
	.h4_01, .h4_02, .h4_03, .h4_04, .h4_05 { height: 92px; padding-top: 30px; background-size: cover;}
	.h4_01 label, .h4_02 label, .h4_03 label, .h4_04 label, .h4_05 label { line-height: 30px; padding: 0px 5px; font-size: 14px;}
	.ot_box li div p { font-size: 14px; padding: 0px 0px;}
	.ot_box li div a { font-size: 14px; padding: 0px 10px; line-height: 36px;}
	.content3 .box { margin-left: -10px; margin-right: -10px; padding-bottom: 50px;}
	.content3 .item h2 { font-size: 18px; height:40px; line-height:40px;}
	.server-m li b { font-size: 14px; padding-left: 10px;}
	.server-m li { font-size: 12px; margin-top: 15px; padding-left: 5px; min-height: 92px;}
	.server-m ul { margin: 0px 5px;}
	.content3 .item h4 a { font-size: 14px; width: 55px;}
}
@media screen and (max-width: 375px){
  	.head_box .note_list_box .note_list .note_list_head ul li:nth-child(4) { width: 80px;}
	.head_box .note_list_box .note_list .note_list_ul ul li span:nth-child(4) { width: 80px;}
	.head_box .note_list_box .note_list .note_list_head ul li { width: 80px;}
	.head_box .note_list_box .note_list .note_list_ul ul li span { width: 80px;}
	.head_box .input_box input { width: 150px;}
	.ot_title h3 span { font-size: 16px;}
	.ot_title p { font-size: 14px;}
	.ot_box li div p { font-size: 12px;}
	.ot_box li div a { font-size: 12px; margin-bottom: 10px;}
	.other_bg { padding: 30px 0px;}
	.server-m li { margin-top: 10px; min-height: 106px;} 
	.server-m li b { font-size: 12px;}
}

@media screen and (max-width: 320px){
  	.head_box .input_box input { width: 100px; padding-left: 5px; font-size: 12px;}
	.head_box .input_box .look_btn { font-size: 14px;}
	.head_box .note_list_box .note_list .note_list_ul ul li span { font-size: 12px;}
	.head_box .note_list_box .note_list .note_list_head ul li { width: 70px;}
	.head_box .note_list_box .note_list .note_list_head ul li:nth-child(4) { width: 70px;}
	.head_box .note_list_box .note_list .note_list_ul ul li span:nth-child(4) { width: 70px;}
	.head_box .note_list_box .note_list .note_list_ul ul li span { width: 70px;}
	.fenl dl dd a { font-size: 12px;}
	.fenl dl dd p { font-size: 14px;}
	.five_bg { height: 370px;}
	.title h3{ font-size: 24px;}
	.time_bg h4 { font-size: 16px;}
	.book_bg h4 { font-size: 14px;}
	.book_b span { font-size: 16px;}
	.book_b label { width: 65px; height: 65px;}
	.gua_l1 b, .gua_r1 b, .gua_l2 b, .gua_r2 b { font-size: 15px;}
	.guarantee span { font-size: 12px;}
	.ot_title h3 span { padding: 5px 10px; font-size: 14px;}
	.ot_title p { font-size: 12px; padding: 5px 10px;}
	.ot_title p:before, .ot_title p:after { top: 12px;}
	.h4_01 label, .h4_02 label, .h4_03 label, .h4_04 label, .h4_05 label { font-size: 12px;}
	.h4_01, .h4_02, .h4_03, .h4_04, .h4_05 { height: 62px; padding-top: 15px;}
	.ot_box li div a { padding: 0px 5px;}
	.ot_box li div { padding: 3px 3px;}
	.content3 .item h2 { font-size: 16px;}
	.server-m li {min-height: 123px;}
	.server-m li { margin-top: 10px; min-height: 106px;} 
	.server-m li b { font-size: 12px;}
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
