@charset "utf-8";

/* CSS Document */
ul:after {
	display: block;
	clear: both;
	content: ''
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.color_blue {
	color: #3592e2 !important;
}

.b-shadow {
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
}

.f_kslj{display:none;}
#weixin{display: none;}

html {
	overflow-y: scroll;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: #333;
}

input {
	font-family: "Microsoft YaHei";
}

select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

html,
body,
div,
span,
object,
iframe,
a,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
p,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
figcaption,
tbody,
tfoot,
thead,
tr,
th,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary,
dialog {
	border: 0 none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}


.chanpin {}
.chanpin .cimg{width: 60%;margin: 0 auto;display: block;align-items: center;}

.chanpin .cplb {
	float: left;
	width: 23%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 20px;
		background: #FFF;
		float: left;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .16);
		transition: all ease-out .3s;
		border-radius: 6px;
}

.chanpin .cplb:hover{
	transform: translateY(-4px);
	box-shadow: 0px 0px 10px #888;
}

@media only screen and (max-width: 800px) {
.chanpin .cplb {
		width: 48%;
		margin-right: 1%;
		margin-left: 1%;
	}


	.chanpin .cplb:nth-child(2n) {
		margin-right: 1%;
		margin-left: 1%;
	}
}

.news2 {
	display: block;
	background: #ededed;
}

.news2 .imgbox {
	overflow: hidden;
}

.news2 .text-box {
	padding: 10px;
	position: relative;
}

.news2 h5 {
	font-size: 16px;
	color: #131313;
	line-height: 25px;
	/* padding-right: 80px; */
	overflow: hidden; /* 超出的文本隐藏 */
	text-overflow: ellipsis; /* 溢出用省略号显示 */
	white-space: nowrap; /* 溢出不换行 */

}

.news2 p {
	font-size: 13px;
	color: #131313;
	line-height: 25px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.news2 .text {
	color: #6a6a6a;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	margin: 10px 0 20px;
	text-align: justify;
}

.news2 b {
	position: absolute;
	bottom: 10px;
	right: 20px;
}

.news2 b .img-2 {
	display: none;
}

.news2:hover .img {
	transform: scale(1.1);
}

.news2:hover {
	background: #fc7a0c;
}

.news2:hover h5,
.news2:hover p,
.news2:hover .text {
	color: #fff;
}

.news2:hover b .img-1 {
	display: none;
}

.news2:hover b .img-2 {
	display: inline;
}

.serverCard {
	background-image: url(../images/bg.png);
	background-size: cover;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background-repeat: no-repeat;
	position: relative;
}

.serverCard div:first-child {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.serverCard div:nth-child(2) {
	position: absolute;
	top: 8%;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 30px;
	font-size: 16px;
}

.serverCard div:nth-child(3) {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 20px;
	font-size: 50px;
	font-weight: bold;
}

.serverCard div:nth-child(4) {
	position: absolute;
	left: 1%;
	bottom: 11%;
	font-size: 1rem;
}

.serverCard div:nth-child(5) {
	position: absolute;
	left: 7%;
	bottom: 0;
	font-size: 25px;
	font-weight: bold;
}

.serverCard div:nth-child(6) {
	position: absolute;
	bottom: 12%;
	left: 32%;
	color: #f9bd1d;
	font-size: 13px;
}

.serverCard div:last-child {
	position: absolute;
	bottom: 1%;
	left: 36%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

@media (max-width: 767px) {
	.serverCard div:first-child {
		font-size: 14px;
	}

.serverCard div:nth-child(2) {
		font-size: 13px;
		white-space: nowrap;
		overflow: hidden;
	}

	.serverCard div:nth-child(3) {
		font-size: 30px;
	}

	.serverCard div:nth-child(4) {
		font-size: 0.65rem;
	}

	.serverCard div:nth-child(5) {
		left: 8%;
		bottom: -5px;
		font-size: 17px;
		font-weight: bold;
	}

	.serverCard div:nth-child(6) {
		bottom: 10%;
		font-size: 0.7rem;
	}

	.serverCard div:last-child {
		position: absolute;
		bottom: 0;
		left: 36%;
		font-size: 13px;
		font-weight: bold;
		color: #fff;
	}
}


.diy-img img {
	width: 100%;
}

.diy-box {
	background-color: #ededed;
	padding: 10px;
}

.diy-box h5 {
	font-size: 16px;
	color: #131313;
	line-height: 25px;
}

.news2:hover .diy-box {
	background-color: #fc7a0c;
	color: #fff;
}

.ey-citybar dl,
dd,
ul {
	margin: 0;
	padding: 0
}

.ey-citybar li {
	list-style: none
}

.ey-citybar a {
	color: #333;
	text-decoration: none;
	-webkit-transition: none;
	transition: none
}

.ey-citybar a:hover {
	color: #0057ff
}

.ey-citybar a:hover,
a:active {
	outline: none
}

.ey-citybar .fl {
	float: left
}

.ey-citybar .w1200 {
	max-width: 1200px;
	width: 100%
}

.ey-citybar .ico-topbar {
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px
}

.ey-citybar .ico-topbar {
	background: url('../images/ct-top.png') no-repeat
}

.ey-citybar .i-top1 {
	width: 12px;
	height: 14px;
	background-position: 0 0 !important
}

.ey-citybar .i-top3 {
	width: 9px;
	height: 5px;
	background-position: 0 -32px !important
}

.ey-citybar .box-shadow {
	background-color: #fff;
	-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
	box-shadow: 0 4px 20px rgba(0, 0, 0, .05)
}

.ey-citybar .ma {
	margin-left: auto;
	margin-right: auto
}

.ey-citybar .tab-nav span {
	cursor: pointer
}

.ey-citybar {
/* 	background-color: #f8f8f8; */
	line-height: 38px;
	z-index: 800;
	position: absolute;
	left: 0;
	top: 0;
	right: 0
}

.ey-citybar .hidden {
	opacity: 0
}

.ey-citybar .shor-diqu {
	position: relative
}

.ey-citybar .shor-diqu .dq-btn {
	padding: 0 10px;
	font-size: 12px;
	color: #999;
	cursor: pointer
}

.ey-citybar .shor-diqu .dq-btn span {
	margin: 0 4px 0 5px
}

.ey-citybar .shor-diqu .dq-btn .i-top3 {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

.ey-citybar .shor-diqu.hover .dq-btn {
	color: #999;
}

.ey-citybar .dq-popup {
	position: absolute;
	left: 0;
	top: 38px;
	width: 610px;
	height: auto;
	padding-bottom: 20px;
	display: none;
}

.ey-citybar .dq-popup dl {
	padding: 27px 0 0;
	font-size: 16px
}

.ey-citybar .dq-popup dl dt {
	padding: 0 30px;
	line-height: 20px;
	color: #999;
	margin-bottom: 10px
}

.ey-citybar .dq-popup dl dt.tab-nav {
	margin-bottom: 16px
}

.ey-citybar .dq-popup dl dt span {
	position: relative;
	margin-right: 30px;
	cursor: pointer
}

.ey-citybar .dq-popup dl dt span:after {
	position: absolute;
	left: 50%;
	bottom: -6px;
	content: '';
	width: 40px;
	height: 2px;
	margin-left: -20px
}

.ey-citybar .dq-popup dl dt span.is-this {
	color: #0057ff
}

.ey-citybar .dq-popup dl dt span.is-this:after {
	background-color: #0057ff
}

.ey-citybar .dq-popup dl dd {
	overflow: hidden;
	padding: 0 15px
}

.ey-citybar .dq-popup dl dd a {
	float: left;
	line-height: 32px;
	white-space: nowrap;
	margin: 0 14px
}

.ey-citybar .dq-popup dl dd {
	font-size: 14px
}

.ey-citybar .dq-popup dl dd a {
	margin-right: 4px
}



.footerxia a {
	color: #fff
}

.footerxia a:hover {
	color: #fff
}

a {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.titoverhide {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.readmore {
	display: none
}

.cat .list:hover {
	transform: translateY(-4px);
	box-shadow: 0px 0px 10px #888;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
	border: none;
	padding: 0;
}

.fr {
	float: right;
}

input {
	outline: none;
}

.fl {
	float: left;
}

.m0 {
	margin: 0px auto 0px;
}

a {
	text-decoration: none;
	color: #333;
	blr: expression(this.onFocus=this.blur());
	/* IE Opera */
	outline: none;
	/* FF Opera */
	position: relative;
}

a:focus {
	-moz-outline-style: none;
	/* FF */
}

ul,
ol {
	list-style: none;
}

img {
	border: none;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	line-height: 0;
}

/* .clearfix:after {
	clear: both;
	content: "\200B";
	display: block;
	height: 0;
} */
.clearfix {
	*zoom: 1;
}

.border_no {
	border: none;
}

.margin20 {
	margin: 20px;
}

.line_h25 {
	line-height: 25px;
}

.margin_t30 {
	margin-top: 30px;
}

.over {
	overflow: hidden;
}

.warp {
	width: 100%;
}

.width140 {
	width: 140px;
	overflow: hidden;
}

.height43 {
	height: 43px;
	line-height: 43px;
}

.width1200 {
	width: 1200px;
}

.width1198 {
	width: 1198px;
}

.width1158 {
	width: 1158px;
}

.width900 {
	width: 900px;
}

.width880 {
	width: 880px;
}

.width550 {
	width: 550px;
}

.width500 {
	width: 500px;
}

.width600 {
	width: 600px;
	overflow: hidden;
}

.width400 {
	width: 400px;
}

.width350 {
	width: 350px;
}

.width60 {
	width: 60px;
}

.width630 {
	width: 630px;
	overflow: hidden;
}

.width260 {
	width: 260px;
	overflow: hidden;
}

.width518 {
	width: 518px;
}

.width175 {
	width: 175px;
}

.width765 {
	width: 765px;
}

.width760 {
	width: 760px;
}

.height40 {
	height: 40px;
	line-height: 40px;
}

.height38 {
	height: 38px;
	line-height: 38px;
}

.width758 {
	width: 758px;
}

.width857 {
	width: 857px;
}

.width240 {
	width: 240px;
}

.padding_20 {
	padding: 20px;
}

.padding_tb10 {
	padding: 10px 0;
}

.width835 {
	width: 835px;
}

.m10 {
	margin: 10px;
}

.margin_l35 {
	margin-left: 35px;
}

.margin_l11 {
	margin-left: 11px;
}

.margin_l7 {
	margin-left: 7px;
}

.margin_l8 {
	margin-left: 8px;
}

.margin_l5 {
	margin-left: 5px;
}

.margin_l15 {
	margin-left: 15px;
}

.margin_l2 {
	margin-left: 2px;
}

.margin_l10 {
	margin-left: 10px;
}

.margin_l20 {
	margin-left: 20px;
}

.margin_r35 {
	margin-right: 35px;
}

.margin_r20 {
	margin-right: 20px;
}

.margin_r5 {
	margin-right: 5px;
}

.margin_r10 {
	margin-right: 10px;
}

.m20 {
	margin: 0 20px;
}

.margin_t20 {}

.margin_18 {
	margin: 18px 0;
}

.margin_t40 {
	margin-top: 40px;
}

.margin_l45 {
	margin-left: 45px;
}

.margin_l30 {
	margin-left: 30px;
}

.margin_l90 {
	margin-left: 90px;
}

.margin_l6 {
	margin-left: 6px;
}

.margin_t12 {
	margin-top: 12px;
}

.margin_t10 {
	margin-top: 10px;
}

.margin_t35 {
	margin-top: 35px;
}

.margin_t5 {
	margin-top: 5px;
}

.margin_t26 {
	margin-top: 26px;
}

.margin_t15 {
	margin-top: 15px;
}

.margin_r24 {
	margin-right: 24px;
}

.border-r {
	border-right: 1px solid #e5e5e5;
}

.border-r2 {
	border-right: 1px solid #f5f5f5;
}

.border_b2 {
	border-bottom: 1px dashed #e5e5e5;
}

.margin_b20 {
	padding: 0 10px;
	background: #FFF;
}

.margin_lr11 {
	margin: 0 11px;
}

.padding_l20 {
	padding-left: 20px;
}

.fonts22 {
	font-size: 22px;
}

.fonts12 {
	font-size: 12px;
}

.height75 {
	height: 75px;
	line-height: 75px;
}

.bg_1 {
	background: #1ee0b5;
}

.bg_2 {
	background: #E53E40;
}

.bge5 {
	background: #e5e5e5;
}

.color666 {
	color: #666;
}

.fw {
	font-weight: bold
}

.margin_b10 {
	margin-bottom: 10px;
}

.margin_10b {
	margin: 10px 10px 0;
}

.margin_lr10 {
	margin-left: 10px;
	margin-right: 10px;
}

.margin_tb15 {
	margin: 12px 0;
}

.margin_tb10 {
	margin: 10px 0;
}

.color999 {
	color: #999;
}

.color333 {
	color: #333;
}

.colorfff {
	color: #fff;
}

.fonts16 {
	font-size: 16px;
}

.fonts18 {
	font-size: 18px;
}

.fonts24 {
	font-size: 24px;
}

.fontf {
	font-family: Arial;
}

.padding_b20 {
	padding-bottom: 20px;
}

.padding_b35 {
	padding-bottom: 35px;
}

.padding_b47 {
	padding-bottom: 47px;
}

.padding_b72 {
	padding-bottom: 72px;
}

.margin_t50 {
	margin-top: 50px;
}

.width100 {
	width: 100px;
}

.width460 {
	width: 460px;
	overflow: hidden;
}

.padding_r10 {
	padding-right: 10px;
}

.height50 {
	height: 50px;
}

.height14 {
	height: 14px;
}

.width14 {
	width: 14px;
}

.width258 {
	width: 258px;
	overflow: hidden;
}

.padding_lr15 {
	padding: 0 15px;
}

.line_h40 {
	line-height: 40px;
}

.line_h30 {
	line-height: 30px;
	height: 30px;
}

.line_h27 {
	line-height: 27px;
}

.margin_b2 {
	margin-bottom: 2px;
}

.margin_t18 {
	margin-top: 18px;
}

.width288 {
	width: 288px;
}

.text_i2em {
	text-indent: 2em;
}

.text_i10 {
	text-indent: 10px;
}

.oncolor {
	color: #E53E40;
}

.nav ul li a.on {
	color: #E53E40;
}

.opci0 {
	opacity: 0;
	filter: alpha(opacity=0);
}

.bg_d {
	background: url(../images/icon_img.png) -376px -434px no-repeat;
}

.bg1ee {
	background: #1ee0b5;
}

.bg699 {
	background: #699dda;
}

.bgee9 {
	background: #ee4c26 !important;
	border-radius: 6px;
}

.width260 {
	width: 260px;
}

.width230 {
	width: 230px;
}

.width208 {
	width: 208px;
}

.bgb15 {
	background: #b15b92;
}

.width660 {
	width: 660px;
}

.margin_b15 {
	margin-bottom: 15px;
}

.margin_t100 {
	margin-top: 100px;
}

.width230 {
	width: 230px;
}

.width232 {
	width: 232px;
}

.lineh50 {
	line-height: 50px;
}

.border_b {
	/* border-bottom: 1px solid #e5e5e5; */
	margin-bottom: 18px;
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
}

.border_b3 {
	border-bottom: 1px solid #f5f5f5;
}

.padding_t15 {
	padding-top: 15px;
}

.border-a {
	/* border: 1px solid #e5e5e5; */
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
}

.border_b1 {
	border-bottom: 1px solid #E53E40;
}

.border-a2 {
	border: 1px solid #E53E40;
}

.border_t {
	border-top: 1px solid #e5e5e5;
}

.border_l {
	border-left: 1px solid #e5e5e5;
}

.color669 {
	color: #699dda;
}

.font-c {
	font-weight: 600;
	float: left
}

.por {
	position: relative;
}

.width204 {
	width: 204px;
}

.poab {
	position: absolute;
}

.width118 {
	width: 118px;
	overflow: hidden;
}

.width75 {
	width: 75px;
}

.margin_l25 {
	margin-left: 25px;
}

.width300 {
	width: 300px;
}

.width220 {
	width: 220px;
	overflow: hidden;
}

.width888 {
	width: 888px;
}

.height35 {
	height: 35px;
	line-height: 35px;
}

.height30 {
	height: 30px;
	line-height: 30px;
}

.bg58b {
	background: #58b85f;
}

.padding_t5 {
	padding-top: 5px;
}

.dis_no {
	display: none;
}

.margin_b5 {
	margin-bottom: 5px;
}

.margin0 {
	margin: 0;
}

.width290 {
	width: 290px;
}

.height120 {
	height: 120px;
}

.height160 {
	height: 160px;
}

.height20 {
	height: 20px;
}

.float_l li {
	float: left;
}

.fonts20 {
	font-size: 20px;
}

.text_c {
	text-align: center;
}

.text_l {
	text-align: left;
}

.dis_bl {
	display: block;
}

.border_t10 {
	border-top: 10px solid #e5e5e5;
}

.width896 {
	width: 896px;
}

/*头部*/
a:hover {
	color: #3592e2;
}

.upper {
	height: 31px;
	background: #f5f5f5;
	font-size: 12px;
	color: #999;
	line-height: 31px;
	border-bottom: 1px solid #DFDFDF;
}

.upper_left {
	float: left;
}

.upper_left ul li {
	float: left;
	margin-right: 10px;
	color: #444;
}

.upper_left ul li a {
	color: #999;
}

.upper_right {
	float: right;
}

.upper_right ul li {
	float: left;
}

.upper_right ul li span {
	border: 0;
	margin-right: 20px;
	color: #999999;
}

.upper_right ul li.user_per {
	position: relative;
}

.upper_right ul li a.drop_down {
	color: #999;
	display: block;
	width: 56px;
	height: 40px;
	cursor: pointer;
}

.upper_right ul li a.drop_down {
	background: url(../images/icon_img4.png) 70px -363px no-repeat;
	padding: 0 24px 0 10px;
	position: relative;
}

.drop_w {
	background: #fff;
	width: 92px;
	position: absolute;
	text-align: center;
	color: #333;
	top: 40px;
	display: none;
	margin-left: -2px;
	position: absolute;
	z-index: 999;
}

.drop_w li {
	float: left;
	width: 92px;
	margin-right: 0;
	text-align: center;
}

.drop_w li a {
	color: #999;
	display: block;
	width: 92px;
	height: 35px;
	line-height: 35px;
}

.drop_w li a:hover {
	color: #E53E40;
}

.upper_right ul li.user_per:hover {
	background: #fff;
}

.upper_right ul li:hover a.drop_down {
	background: url(../images/icon_img4.png) 70px -394px no-repeat;
	color: #E53E40;
}

.upper_right ul li:hover ul.drop_w {
	display: block;
	border: 1px solid #f5f5f5;
	border-top: 0;
}

.header {
	width: 1200px;
	margin: 0 auto;
	padding-top: 35px;
	height: 90px;
}

.headers {
	width: 1200px;
	margin: 0 auto;
	padding-top: 15px;
	height: 75px;
}

.h_map {
	font-size: 16px;
	margin-top: 10px;
	margin-left: 15px;
	position: relative;
}

.h_map a.map1,
.h_map a.map1 span {
	display: block;
	height: 30px;
	line-height: 30px;
}

.h_map a.map1 {
	z-index: 9999;
}

.h_map a.map1 span {
	padding: 0 4px;
	float: left;
}

.h_map a.map1 i {
	width: 10px;
	float: left;
	display: block;
	height: 30px;
	padding-right: 4px;
}

.h_map a.map1 i.i_one {
	background: url(../images/icon_img.png) 0 -42px no-repeat;
}

.h_map a.map1 i.i_two {
	background: url(../images/icon_img.png) 0 -72px no-repeat;
}

.h_map div.map2 {
	width: 610px;
	border: 1px solid #e5e5e5;
	background: #fff;
	display: none;
	top: 30px;
	position: absolute;
	z-index: 9998;
	overflow: hidden;
	padding: 10px 20px;
}

.h_map div.map2 a {
	line-height: 30px;
	font-size: 14px;
	width: 60px;
	margin-right: 10px;
	display: block;
	float: left;
}

.h_map div.map2 div {
	width: 630px;
}

li.h_map:hover a.map1 {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
	color: #333;
	padding: 0 5px;
}

li.h_map:hover div.map2 {
	display: block;
}

.logo {
	overflow: hidden;
	float: left;
}

.logo a {
	display: block;
	width: 240px;
	height: 59px;
	padding: 2px;
}

.logo a img {
	/* width: 280px; */
	/* height: 59px; */
}

.h_search {
	/* margin-right:70px;*/
}

/* search */
.h_search .search {
	margin-right: 36px;
	width: 590px;
	border: 1px solid #ed2d38;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
}

.h_search .search select {
	display: none;
}

.h_search .search .selectBox {
	font-size: 16px;
	color: #333;
	width: 92px;
	line-height: 44px;
	height: 44px;
	float: left;
	position: relative;
}

.h_search .search .select {
	height: 44px;
	background: url(../images/icon_img.png) 74px -176px no-repeat;
	text-align: center;
	padding-right: 15px;
	width: 77px;
}

.h_search .search .select.active {
	background: url(../images/icon_img.png) 74px -176px no-repeat;
}

.h_search .search .selectList {
	border: 3px solid #E53E40;
	border-top: none;
	display: none;
	left: -3px;
	top: 44px;
	position: absolute;
	z-index: 99;
	background: #fff;
	font-size: 14px;
}

.h_search .search .selectList li {
	text-align: center;
	width: 92px;
	cursor: pointer;
}

.h_search .search .selectList li.selected {
	background-color: #F3F3F3;
	color: #333;
}

.h_search .search .selectList li.hover {
	background: #BEBEBE;
	color: #fff;
}

.search_type {
	border: 0px;
	width: 441px;
	height: 41px;
	line-height: 41px;
	font-size: 16px;
	color: #999;
	float: left;
}

.search_click {
	background: #ed2d38;
	width: 80px;
	float: right;
	height: 44px;
}

.button {
	display: block;
	width: 100%;
	background: url(../images/icon_img.png) -348px -240px no-repeat;
	height: 44px;
	border: none;
	padding: 0;
}

.search_hot {
	font-size: 14px;
	margin-top: 5px;
}

.search_hot a {
	margin-right: 10px;
	color: #999;
}

.search_hot a:hover {
	color: #E53E40;
	text-decoration: underline;
}

.ask {
	margin-right: 20px;
	width: 160px;
	height: 50px;
	background: #E53E40;
}

.ask a {
	display: block;
	color: #FFF;
	font-size: 16px;
	line-height: 50px;
	background: url(../images/dianhua.png) 7px no-repeat;
	text-align: right;
	padding: 0 10px;
	width: 140px;
}

.content {
	width: 1200px;
	margin: 0 auto;
}

.media_t ul li:first-child {
	padding-left: 0
}

/*底部*/
.footer {
	background: #333;
	color: #fff;
	padding: 25px 0;
	margin-top: 20px;
}

.footer_one {
	width: 220px;
	overflow: hidden;
}

.footer_one p {
	height: 30px;
	line-height: 30px;
}

.footertwo {
	font-size: 16px;
	color: #FFF;
	text-align: center;
}

.footertwo ul li {
	border-left: 2px solid #fff;
	display: inline;
	padding: 0 10px;
}

.footertwo ul li a {
	color: #FFF;
}

.footertwo ul li a:hover {
	color: #fff;
}

.footerxia {
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-top: 5px;
}

.footerxia ul li {
	list-style: none;
	padding-top: 10px;
}

.footerxia ul li span a {
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-top: 5px;
}

.footerxia ul li span a:hover {
	color: #fff;
}

.footerpic {
	text-align: center;
	padding-top: 10px;
}

.footerpic ul li {
	list-style: none;
	display: inline;
	padding: 0 1px;
}

.footer_three ul li {
	float: left;
	width: 118px;
	margin-left: 16px;
	text-align: center;
	line-height: 30px;
}

.margin_l100 {
	margin-left: 100px;
}

/*考试分类*/
.icon_bs {
	background: url(../images/icon_img2.png) 214px 23px no-repeat;
	margin-right: 10px;
	display: block;
	width: 230px;
	height: 48px;
}

.arrow {
	margin-right: 10px;
	display: block;
	width: 230px;
	height: 48px;
}

.content_left_all a span.on {
	background: url(../images/icon_img2.png) 214px -331px no-repeat;
}

.content_top {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}

.content_left {
	float: left;
	width: 240px;
}

.content_left_all {
	height: 46px;
	background: #E53E40;
	width: 240px;
	float: left;
}

.bg_icon1 {
	background: url(../images/icon_img.png) 10px -210px no-repeat;
}

.common a {
	display: block;
	width: 240px;
	color: #FFF;
	font-size: 18px;
	line-height: 46px;
	text-indent: 40px;
}

.content_left_title,
.content_left_ts {
	width: 238px;
	z-index: 999;
	background: #FFF;
}

.content_left_ts {
	margin-top: 48px;
}

.common_cont {
	background: #fff;
	border: 1px solid #E53E40;
	border-top: 0;
	max-height: 474px;
	position: relative;
	padding-bottom: 25px;
}

.common_cont2 {
	border: 1px solid #E53E40;
	height: 477px;
}

.content_left_title ul,
.content_left_ts ul {
	width: 238px;
	max-height: 474px;
	overflow: hidden;
}

.content_left_title ul li,
.content_left_ts ul li {
	width: 200px;
	margin-left: 18px;
	margin-top: 10px;
	overflow: hidden;
}

.content_left_title ul li {
	background: url(../images/icon_img.png) -70px -110px no-repeat;
}

.content_left_title ul li dl,
.content_left_ts ul li dl {
	float: left;
	overflow: hidden;
}

.content_left_title ul li dl {
	width: 200px;
	height: 85px;
}

.content_left_ts ul li dl {
	width: 220px;
}

.content_left_title ul li dl dt,
.content_left_ts ul li dl dt {
	font-size: 16px;
	width: 188px;
	height: 27px;
	line-height: 27px;
	font-weight: 600;
	margin-bottom: 10px;
}

.content_left_title ul li dl dd a,
.content_left_ts ul li dl dd a {
	font-size: 14px;
	color: #999;
	float: left;
	height: 24px;
	line-height: 24px;
}

.content_left_title ul li dl dd a {
	width: 94px;
	display: block;
	overflow: hidden
}

.content_left_ts ul li dl dd a {
	margin-right: 15px;
	width: 94px;
	overflow: hidden
}

.content_left_ts ul li dl dd a:hover {
	color: #E53E40;
}

.content_left_title ul li .sub_navs {
	display: none;
}

.content_left_title ul li.layer {
	width: 220px;
	background: #fff;
}

.content_left_title ul li.layer .sub_navs {
	display: block;
	position: absolute;
	margin-left: 220px;
	z-index: 999;
	background: #fff;
	min-height: 75px;
	padding: 10px 15px;
	width: 160px;
	border: 1px solid #E53E40;
	border-left: 0;
}

.content_left_title ul li.layer .sub_navs a {
	float: left;
	display: block;
	width: 80px;
	height: 24px;
	line-height: 24px;
	color: #999;
	text-indent: 5px;
	overflow: hidden
}

.content_left_title ul li.layer .sub_navs a:hover {
	color: #E53E40;
}

.content_right {
	float: left;
	width: 950px;
}

.nav {
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	float: left;
}

.nav ul li {
	float: left;
	margin: 0 15px;
	height: 46px;
}

.nav_all {
	width: 100%;
	background: #fff;
	height: 46px;
	border-bottom: 3px solid #E53E40;
}

/*分页page*/
.page {
	text-align: center;
	overflow: hidden;
	width: 280px;
	margin-top: 10px;
	overflow: hidden;
	margin-bottom: 11px;
	float: right;
	padding-top: 11px;
}

.page2 {
	width: 67px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left: 8px;
}

.page1 {
	width: 24px;
	height: 24px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 4px;
	margin-left: 8px;
}

.pages {
	width: 55px;
}

.pages ul li {
	float: left;
	margin-left: 8px;
}

.an1 {
	background: url(../images/icon_img.png) -128px -452px no-repeat;
}

a.an1:hover {
	background: url(../images/icon_img.png) -128px -476px no-repeat;
	border: 1px solid #E53E40;
}

.an2 {
	background: url(../images/icon_img.png) -152px -452px no-repeat;
}

a.an2:hover {
	background: url(../images/icon_img.png) -152px -476px no-repeat;
	border: 1px solid #E53E40;
}

.onsame {
	border-bottom: 2px solid #E53E40;
}

.price_low {
	text-decoration: none;
}

.cc {
	border-bottom: 3px solid #E53E40;
}

.test_fen a.on {
	border-bottom: 3px solid #E53E40;
	color: #E53E40;
}

.content_left_title ul li a:hover,
.cc a {
	color: #E53E40;
}

.menu_all {
	width: 896px;
}

.check_box {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	cursor: pointer;
}

.cb {
	cursor: pointer;
}

.cb_active {
	background: url(../images/icon_img2.png) 4px -115px no-repeat;
}

.tec_s {
	width: 260px;
	overflow: hidden;
	height: 46px;
}

.s1 {
	width: 260px;
	overflow: hidden;
	text-indent: 2em;
	margin: 0 16px 10px;
	overflow: hidden;
}

.ques {
	width: 260px;
	overflow: hidden;
	margin: 10px 16px 30px;
}

.ques li {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	width: 130px;
	float: left;
	margin-top: 10px;
}

.ques li a {
	display: block;
	height: 30px;
	line-height: 30px;
	text-indent: 22px;
	color: #666;
}

.ques li a.t1 {
	background: url(../images/icon_img.png) -183px 9px no-repeat;
}

.ques li a.t2 {
	background: url(../images/icon_img.png) -182px -29px no-repeat;
}

.ques li a.t3 {
	background: url(../images/icon_img.png) -182px -69px no-repeat;
}

.ex_in {
	width: 140px;
	overflow: hidden;
	margin-left: 10px;
}

.ex_in p,
.ex_in a.xin_two {
	width: 140px;
	display: block;
	float: left;
}

.padding_t2 {
	padding-top: 2px;
}

.ft_line {
	width: 90px;
	text-align: left;
	overflow: hidden;
}

/*商品多条件选取*/
.nav_on {
	background: #E53E40;
	color: #fff;
	height: 26px;
	padding: 0 8px;
	margin-top: 7px;
	line-height: 26px;
}

.nav_on a {
	color: #fff;
}

.onselected,
.select-result dl dd.on {
	background: #E53E40;
	color: #fff;
	height: 26px;
	margin-top: 7px;
	line-height: 26px;
}

.onselected a,
.select-result dl dd.on a {
	color: #fff;
}

.select-result dl dd a:hover {
	color: #fff;
}

.select-result {
	height: 42px;
	overflow: hidden;
	float: left;
}

/*考试首页*/
.k_mp {
	margin: 18px 16px 0;
	padding-bottom: 16px;
	float: left;
}

.margin16 {
	margin: 16px;
}

.height8 {
	height: 8px;
}

.margint2 {
	margin-top: 2px;
}

.bg_b1 {
	background: #66cc9a;
}

.bg_b2 {
	background: #75cdf6;
}

.bg_b3 {
	background: #f4b251;
}

.bg_b4 {
	background: #26bc96;
}

.bg_b5 {
	background: #f79e7f;
}

.width170 {
	width: 170px;
}

.height140 {
	height: 140px;
}

.padding_t100 {
	padding-top: 100px;
}

.onborder {
	border: 1px solid #e5e5e5;
	background: #FFF;
	z-index: 9999;
}

.onborder dl dd {
	display: block;
}

.border_lrt {
	border-right: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}

.bg_more1 {
	background: url(../images/icon_img2.png) -248px -19px;
	no-repeat;
}

.width110 {
	width: 110px;
}

.height25 {
	height: 25px;
}

.more_test {
	margin-top: -2px;
	margin-left: 395px;
}

.more_test a {
	padding-left: 20px;
}

.margin_b7 {
	margin-bottom: 7px;
}

.width238 {
	width: 238px;
}

.width62 {
	width: 62px;
}

.colordd {
	color: #dd4215;
}

.color_c1 {
	color: #ee5114;
}

.bg_c1 {
	background: #ee5114;
}

.bg_pro4 {
	background: #fff;
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
}

.bg_pro5 {
	background: #fff;
}

.bord35 {
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
}

.bord19 {
	border-radius: 19px;
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
}

.xian1 {
	height: 38px;
	width: 38px;
	overflow: hidden;
}

.xuan2 {
	border-radius: 17px;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	height: 34px;
	width: 34px;
	overflow: hidden;
	margin-top: 12px;
}

.xuan3 {
	border-radius: 23px;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	height: 46px;
	width: 46px;
	overflow: hidden;
}

.xuan4 {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	height: 61px;
	width: 61px;
	overflow: hidden;
}

.xuan5 {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	height: 30px;
	width: 30px;
	overflow: hidden;
}

.tu1 {
	background: url(../images/icon_img.png) 0 -327px no-repeat;
	width: 14px;
	height: 18px;
}

.tu2 {
	background: url(../images/icon_img.png) no-repeat;
	width: 13px;
	height: 14px;
	float: left;
	margin-left: 5px;
}

.tu3 {
	background: url(../images/icon_img2.png) -230px -63px no-repeat;
	width: 35px;
	height: 35px;
	display: block;
}

.margin_t22 {
	margin-top: 22px;
}

.margin_t3 {
	margin-top: 3px;
}

.margin_t2 {
	margin-top: 2px;
}

.width70 {
	width: 70px;
}

.padding_l40 {
	padding-left: 40px;
}

.bg_3 {
	background: url(../images/icon_img2.png) -470px -344px no-repeat;
	display: block;
	width: 80px;
	margin-right: 10px;
	text-align: right;
}

.bg_4 {
	background: url(../images/icon_img2.png) -198px -161px no-repeat;
	width: 12px;
	height: 16px;
	margin-top: 8px;
}

.bg_5 {
	background: url(../images/icon_img2.png) -198px -191px no-repeat;
	width: 14px;
	height: 14px;
	margin-top: 8px;
}

.bg_6 {
	background: url(../images/icon_img2.png) 0 -259px no-repeat;
	padding-left: 20px;
	margin-left: 35px;
	color: #999;
}

.bg_7 {
	background: url(../images/icon_img2.png) 0 -291px no-repeat;
	padding-left: 20px;
	margin-left: 20px;
	color: #999;
}

.bg_8 {
	background: url(../images/icon_img2.png) -480px -395px no-repeat;
}

.bg_9 {
	background: url(../images/icon_img5.png) -488px -329px no-repeat;
	padding-left: 15px;
	margin-left: 10px;
}

.bg_10 {
	background: url(../images/icon_img5.png) -488px -370px no-repeat;
	padding-left: 15px;
	margin-left: 20px;
}

.bg_11 {
	background: url(../images/icon_img2.png) -293px -117px no-repeat;
	padding-left: 20px;
	color: #999;
	margin-left: 20px;
}

.width200 {
	width: 200px;
}

.width212 {
	width: 212px;
}

.width190 {
	width: 190px;
}

.margin_lr9 {
	margin-left: 9px;
	margin-right: 9px;
}

.buy {
	height: 24px;
	line-height: 24px;
	background: #f5f5f5;
	margin: 0 auto 10px;
}

.buy span {
	display: block;
	float: left;
	margin-left: 5px;
}

.border-rad12 {
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

.margin_r300 {
	margin-right: 300px;
}

.fonts48 {
	font-size: 48px;
}

.height24 {
	height: 24px;
	line-height: 24px;
}

.padding_l25 {
	padding-left: 25px;
}

.margin_t60 {
	margin-top: 60px;
}

.bottom0 {
	bottom: 0;
}

.right0 {
	right: 0;
}

.top100 {
	top: 100px;
}

.height45 {
	height: 45px;
	line-height: 45px;
}

.margin_r1 {
	margin-right: 1px;
}

.menu_head,
.menu_heads {
	padding-left: 28px;
	padding-top: 16px;
	;
	padding-bottom: 16px;
	;
}

.menu_head {
	width: 868px;
	background: #fff;
}

.menu_heads {
	width: 1170px;
}

.menu_head ul li,
.menu_heads ul li {
	float: left;
	margin-right: 35px;
	overflow: hidden;
	_width: 75px;
	_margin_right: 10px;
	_text-align: center;
	margin-bottom: 10px;
}

.menu_head ul li:hover a {
	border-color: #3592e2 !important;
}

.menu_head ul li a,
.menu_heads ul li a {
	box-sizing: border-box;
	display: block;
	padding: 2px 4px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #fff;
}

.menu_head ul li a span,
.menu_heads ul li a span {
	padding-right: 15px;
	background: url(../images/icon_img2.png) 62px -19px no-repeat;
}

.fontfs {
	font-family: "新宋体";
}

.bar {
	float: left;
	width: 1200px;
	margin-top: 18px;
	margin-bottom: 18px;
	color: #999;
}

.bar a {
	color: #999;
}

.bar a:hover {
	color: #E53E40;
}

.block {
	width: 1200px;
	float: left;
	/* box-shadow: 0px 0px 15px rgba(0, 0, 0, .16); */
	/* transition: all ease-out .3s; */
	/* border-radius: 6px; */
	margin-bottom: 20px;
}

.blocks {
	width: 1200px;
	margin-top: 40px;
	float: left;
}

.gold1 {
	color: #ee5114;
	font-size: 48px;
	font-weight: bold;
	float: left;
	line-height: 70px;
	margin-left: 10px;
}

.gold2 {
	text-align: center;
	text-decoration: line-through;
	color: #999;
}

.gold3 {
	text-decoration: line-through;
	color: #999;
	float: left;
	margin-left: 10px;
}

.art_gold {
	width: 62px;
	overflow: hidden;
	float: left;
	margin: 10px 30px;
}

.click_gold {
	width: 62px;
	color: #fff;
	text-align: center;
	height: 24px;
	line-height: 24px;
}

.click_buy {
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	float: right;
}

.once_buy {
	position: absolute;
	right: 0;
}

.once_buy a,
.two_buy a {
	display: block;
	color: #fff;
}

.two_buy a {
	float: left;
	margin-right: 10px;
}

.map_dress {
	width: 260px;
	margin-left: 15px;
	height: 30px;
	line-height: 30px;
	float: left;
	color: #666;
}

.abs {
	width: 857px;
	margin-left: 20px;
	line-height: 30px;
	font-family: "新宋体";
}

.abs_title {
	width: 857px;
	font-size: 20px;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 35px;
	margin-left: 20px;
}

.abs_list {
	width: 857px;
	padding: 20px;
	overflow: hidden;
	margin-top: 15px;
}

.abs_list_t {
	margin-left: 30px;
	width: 765px;
}

.abs_list_t ul {
	width: 765px;
	overflow: hidden;
	margin-top: 10px;
	overflow: hidden;
}

.abs_list_t ul li {
	line-height: 25px;
}

.buy a.click_gold:hover {
	color: #fff;
}

.down_news li a:hover p {
	color: #E53E40;
}

.ttb1 {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	float: left;
	height: 535px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}

.height535 {
	height: 535px;
}

.height285 {
	height: 285px;
}

.height270 {
	height: 270px;
}

.cai {
	width: 260px;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.cai ul li {
	width: 258px;
	border: 1px solid #e5e5e5;
	margin-top: 10px;
}

.touxiang {
	margin: 5px 10px 0;
}

.jifa {
	width: 208px;
	float: left;
	height: 30px;
	overflow: hidden;
	text-indent: 10px;
}

.border_lrb {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}

.bg_16 {
	background: #ebebeb;
}

.bg_17 {
	background: #fff;
}

.bg_18 {
	background: url(../images/icon_img3.png) -210px 0 no-repeat;
}

.bg_20 {
	background: #2a9ce4;
}

.list_all ul li {
	width: 212px;
	border: 1px solid #e5e5e5;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
}

.more_than {
	width: 100px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: right;
}

.moan {
	margin-bottom: 20px;
	color: #E53E40;
	margin-right: 10px;
	float: right;
}

.height300 {
	height: 300px;
}

/*新导航*/
.exchange {
	width: 100%;
	background: #E53E40;
}

.exchange_l_test {
	height: 48px;
	background: #de8501;
}

.exchange_nav {
	height: 48px;
	line-height: 48px;
}

.exchange_nav ul li {
	float: left;
}

.exchange_nav ul li a {
	color: #fff;
	font-size: 18px;
	display: block;
	height: 48px;
	padding: 0 20px;
}

.exchange_nav ul li a.on {
	background: #de8501;
}

.exchange_nav ul li a:hover {
	background: #de8501;
}

.topic {
	width: 260px;
	overflow: hidden;
	height: 150px;
	margin-top: 20px;
}

.topic ul li {
	padding: 0 5px;
	border-radius: 3px;
	background: #ccc;
	float: left;
	line-height: 25px;
	margin-top: 10px;
	margin-right: 10px;
}

.topic a {
	color: #fff;
}

.topic ul li a {
	font-size: 12px;
}

.rad {
	width: 14px;
	height: 14px;
	margin-top: 15px;
	float: left;
	border: 1px solid #e5e5e5;
}

.rad input {
	width: 14px;
	height: 14px;
	margin: 0;
}

.comm_1 {
	width: 110px;
	height: 110px;
	margin: 40px auto 0;
	border-radius: 55px;
	-moz-border-radius: 55px;
	-webkit-border-radius: 55px;
	overflow: hidden;
}

.comm_2 {
	text-align: center;
	height: 25px;
	line-height: 25px;
	color: #999;
}

.comm_3 {
	width: 240px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	display: block;
	font-size: 16px;
	margin: 15px auto;
}

.news_tui {
	width: 290px;
	height: 165px;
	display: block;
	overflow: hidden;
	margin-top: 8px;
}

.click_banner {
	position: absolute;
	width: 153px;
	bottom: 20px;
	height: 4px;
	z-index: 2;
	left: 50%;
	margin-left: -71px;
}

.click_banner li {
	float: left;
	height: 4px;
	width: 30px;
	margin-right: 15px;
	cursor: pointer;
}

.off_click {
	background: url(../images/bgb.png) no-repeat;
}

.click_banner li:hover {
	background: #fff;
}

.on_click {
	background: #fff;
}

.color_yan1 {
	color: #0b73c9
}

.rec_da {
	width: 116px;
	overflow: hidden;
	font-weight: bold;
	margin: 10px 0 15px;
}

.test_loca {
	width: 14px;
	height: 14px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	background: #e5e5e5;
}

.arrange1 {
	height: 79px;
	width: 102px;
	overflow: hidden;
	float: left;
	margin: 10px 10px 0;
}

.arrange2 {
	width: 120px;
	overflow: hidden;
	float: left;
	margin-left: 10px;
}

.height72 {
	height: 72px;
}

/*首页新闻资讯指定位置移动栏目*/
.sub {
	width: 100px;
	position: fixed;
	float: left;
	display: none;
	left: 50%;
}

.sub_lo1 {
	margin-left: -680px;
}

.sub_lo2 {
	margin-left: -700px;
}

.sub ul li a {
	margin-left: 15px;
	line-height: 32px;
}

.sub ul li a:hover {
	color: #E53E40;
}

.sub_on {
	background: url(../images/icon_img.png) 0 -122px no-repeat;
	color: #E53E40;
}

.sub_on a {
	color: #E53E40;
}

.margin_b120 {
	margin-bottom: 120px;
}

.oncheck {
	border: 1px solid #E53E40;
	background: url(../images/icon_img2.png) 2px -140px no-repeat;
	height: 14px;
	width: 14px;
}

.opci_one {
	width: 14px;
	height: 14px;
	margin: 0;
	opacity: 0;
}

.head_fen {
	float: left;
}

.head_fen span {
	width: 1px;
	height: 35px;
	background: #e5e5e5;
	display: block;
	margin-top: 12px;
	margin-left: 20px;
}

.gold_buy {
	height: 70px;
	background: #f5f5f5;
	overflow: hidden;
}

.art_cu {
	height: 70px;
	line-height: 70px;
	float: left;
	margin-left: 35px;
}

.er {
	position: absolute;
	top: -10px;
	right: -5px;
}

.er a {
	display: block;
	height: 28px;
	width: 28px;
	background: url(../images/icon_img5.png) -326px -171px no-repeat;
	overflow: hidden;
}

.er a:hover {
	height: 118px;
	width: 118px;
	background: url(../images/e.png) no-repeat;
	border: 5px solid #fff;
}

.art_time {
	line-height: 70px;
	float: left;
}

.art_time span {
	float: left;
}

.art_time span.at1 {
	font-size: 18px;
	font-weight: bold;
}

.have_time {
	line-height: 30px;
	color: #999;
	padding-bottom: 30px;
}

.margin_b40 {
	margin-bottom: 40px;
}

.have_time span {
	float: left;
	margin-right: 10px;
}

.upper_left ul li a:hover {
	color: #333;
}

.width130 {
	width: 130px;
	overflow: hidden;
}

.o_bu {
	width: 160px;
	overflow: hidden;
	float: left;
	display: block;
	height: 40px;
}

.cl_one {
	display: block;
	width: 90px;
	height: 20px;
	float: left;
}

.score_c {
	float: left;
	margin-left: 10px;
	color: #E53E40;
}

.nrt1 {
	width: 260px;
	margin: 8px 15px 7px;
	height: 389px;
	overflow: hidden;
}

/*---------------------新增---------------------------*/
/**************AJAX login******************/
.loginBack {
	text-align: center;
	font: normal 16px/24px 'Microsoft Yahei';
	color: #000;
	padding: 20px 0
}

.loginBack em {
	width: 38px;
	height: 29px;
	display: inline-block;
	background: url(../images/icon2.gif) no-repeat -71px -219px;
}

.loginPop {
	width: 616px;
	height: 408px;
	border-radius: 10px;
	border: 7px solid #9b9b9b;
	background: #fff;
	position: absolute;
	z-index: 101;
	top: 100px;
	left: 200px;
}

.loginTit {
	background: #f1f1f1;
	height: 60px;
	font: normal 20px/60px 'Microsoft Yahei';
	padding: 0px 20px
}

.loginTit span {
	float: right;
	width: 20px;
	height: 20px;
	background: url(../images/icon2.gif) no-repeat -71px -258px;
	display: inline-block;
	margin-top: 20px;
	cursor: pointer
}

.loginLog {
	width: 264px;
	float: left;
	padding: 0px 68px 0 27px;
	margin-top: 27px;
	border-right: 1px dashed #d5d5d5
}

.loginLog table tr td {
	padding: 5px 0;
}

.loginLog img {
	float: left;
	width: 90px;
	margin: 0px 5px
}

.loginLog em a {
	display: inline-block;
	float: left;
	color: #0284c1;
	width: 60px;
	text-align: center;
	line-height: 50px
}

.loginLog table tr td span {
	float: right
}

.loginLog table tr td span a {
	color: #000
}

.loginTipsbtn {
	background: url(../images/btn.jpg) no-repeat 0px -255px;
	width: 263px;
	height: 53px;
	border: none;
	cursor: pointer
}

.loginTipsbtn2 {
	width: 182px;
	background-position: 0px -318px;
	height: 47px;
}

.loginHz {
	width: 182px;
	margin: 30px 0 0 24px;
	float: left;
	display: inline
}

.loginHzA {
	margin-top: 55px;
}

.loginHzA h3 {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000
}

.loginHzA a {
	display: block;
	width: 182px;
	height: 36px;
	background: url(../images/btn.jpg) no-repeat 0px -365px;
	margin-top: 12px;
}

.loginHzA a.a2 {
	background-position: 0px -401px
}

.loginHzA a.a3 {
	background-position: 0px -437px;
}

.loginInput,
.loginInput2,
.loginInput3 {
	border: 1px solid #adb6c9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 48px;
	width: 298px;
	line-height: 48px;
	color: #888;
	font-size: 16px;
	padding-left: 16px;
}

.loginInput4 {
	width: 115px;
	float: left;
}

.add-newdress {
	width: 549px;
	height: 370px;
	border: 8px solid #666;
	position: fixed;
	z-index: 100;
	top: 50%;
	margin-top: -185px;
	left: 50%;
	margin-left: -275px;
	background-color: white;
}

.add-newdress2 {
	height: 40px;
	background-color: #f8f8f8;
	line-height: 38px;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 0 13px;
}

.add-newdress2 span {
	font-size: 18px;
	color: #666;
	font-weight: bold;
}

.add-close {
	padding-top: 12px;
	cursor: pointer;
}

.add-text {
	width: 210px;
	height: 33px;
	border: none;
	border: 1px solid #c6c6c6;
	padding-left: 7px;
	color: #666;
	margin-left: 14px;
}

.add_mobile {
	width: 120px;
	margin-right: 20px;
}

.add_yzm {
	width: 80px;
	margin-right: 20px;
}

.send_button {
	height: 33px;
	line-height: 33px;
	border: 1px solid #1ca290;
	background: #1ca290;
	color: #fff;
	padding: 0px 5px;
	cursor: pointer;
}

.add-message .add-dw {
	background: url("../images/tp_55.png") no-repeat;
	background-position: 8px;
	padding-left: 29px;
	width: 385px;
	background-color: white;
}

.add-message p {
	padding-bottom: 20px;
	padding-left: 25px;
}

.add-message {
	margin-top: 30px;
}

.add-message span {
	color: red;
}

.add-message .mt10 {
	margin-left: 10px;
	margin-right: 5px;
}

.add-sex {
	margin-left: 78px;
}

.add-button input {
	display: inline-block;
	cursor: pointer;
	width: 113px;
	height: 38px;
	color: white;
	font-size: 17px;
	text-align: center;
	line-height: 38px;
	border-radius: 3px;
	margin-right: 19px;
	border: none;
}

.add-button {
	text-align: center;
}

.add-text2 {
	width: 408px;
	height: 33px;
	border: none;
	border: 1px solid #c6c6c6;
	padding-left: 7px;
	color: #666;
}

.add-hold {
	background-color: #1ca290
}

.add-off {
	background-color: #a0a0a0;
}

.ko input {
	border: 1px solid #ccc;
	float: left;
	width: 50px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: 0 0
}

.ko span {
	display: inline-block;
	float: left;
	width: 30px;
	height: 30px;
	color: #ccc
}

.jian {
	line-height: 30px;
	border: 1px solid #ccc;
	border-right: none 0
}

.jia {
	line-height: 30px;
	border: 1px solid #ccc;
	border-left: none 0
}

.jia a {
	font-size: 22px
}

.fontcl2 {
	color: #ff6630
}

.jia a,
.jian a {
	color: #ccc
}

.ko {
	display: inline-block;
	overflow: hidden
}

/*在线支付*/
.order_style tr td {
	padding: 10px 0
}

.order_style ul.paylist {
	border: 1px solid #eee;
	overflow: hidden;
	padding: 20px 0
}

.order_style ul.paylist li {
	background: #fff;
	float: left;
	vertical-align: middle;
	margin: 10px 9px;
	border: 1px solid #ddd
}

.order_style ul.paylist li label.kuai {
	display: block;
	overflow: hidden;
	padding: 20px
}

.order_style ul.paylist li.current {
	border-color: #ff6900
}

.order_style ul.paylist li img {
	float: left;
	width: 90px;
	height: 35px
}

.order_style {
	border-collapse: collapse;
	background-color: #fff
}

.order_style tr td {
	border-bottom: 1px dashed #d2d2d2;
	text-align: left
}

.order_style tr:nth-child(1),
.order_style tr:nth-child(2),
.order_style tr:nth-child(3) {
	height: 59px
}

.order_style input {
	width: 15px;
	height: 17px
}

.order_p {
	width: 1200px;
	padding-top: 20px
}

.order_s2,
.order_s4 {
	font-size: 33px;
	color: #ff6900;
	font-weight: 700
}

.order_s1 {
	margin-left: -170px
}

.order_p input {
	width: 112px;
	height: 30px;
	background-color: #06c1ae;
	border: none;
	font-size: 17px;
	color: #fff;
	margin-left: 630px
}

.order_p a,
.order_p1 a {
	color: #ef9d00;
	display: inline-block;
	border: 1px solid #ef9d00;
	width: 118px;
	height: 38px;
	float: left;
	text-align: center;
	line-height: 40px;
	background: #ffffff;
	font-size: 14px
}

.order_p a:hover,
.order_p1 a:hover {
	background: #fff
}

.order_style2 {
	text-align: left;
	border-collapse: collapse;
	background-color: #f6f6f6;
	border: 1px dotted #d2d2d2;
	padding: 10px
}

.order_img {
	padding-left: 60px
}

.order_style2 span {
	height: 40px;
	line-height: 40px;
	margin-left: 20px;
	color: #ff6900
}

.order_p1 {
	margin-right: 64px;
	margin-bottom: 30px;
	background-color: #fff;
	line-height: 30px;
	padding: 15px 0;
	float: right;
	text-align: right
}

.order_p1 input {
	width: 120px;
	height: 40px;
	background-color: #ef9d00;
	border: none;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	margin-left: 10px;
	float: right
}

.order_p1 input:hover {
	opacity: .9;
	filter: alpha(opacity=90)
}

.order_plus {
	display: none
}

.order_s3 {
	padding-bottom: 10px
}

.cft,
.yl,
.zfb {
	position: absolute;
	left: -16px;
	top: -17px;
	opacity: 0;
	filter: alpha(opacity=0)
}

.div_2,
.div_3,
.order_type .div_1 {
	position: relative;
	left: 51px;
	top: 0
}

.div_2,
.div_3,
.order_style2 .div_4,
.order_type .div_1 {
	width: 16px;
	height: 16px;
	background: url(../images/tp_13.png) no-repeat
}

.order_style2 .div_4 {
	position: relative;
	left: 51px
}

.order_style2 input {
	opacity: 0;
	position: absolute;
	right: 2px;
	filter: alpha(opacity=0)
}

.order_style div.ol {
	background: url(../images/tp_14.png) no-repeat
}

.order_style2 div.ol {
	background: url(../images/tp_14.png) no-repeat
}

.order {
	border-bottom: 2px solid #eee;
	border-collapse: collapse
}

.order tr td {
	height: 58px;
	padding-left: 20px;
	text-align: center
}

.order tr th {
	height: 40px;
	line-height: 40px;
	background: #f8f8f8;
	padding-left: 20px
}

.order th:nth-child(1) {
	text-align: left
}

.order td:nth-child(1) {
	width: 400px;
	text-align: left
}

.order_p1 .right {
	padding-right: 200px
}

.seat-check-radio {
	display: inline-block;
	border: 1px solid #dedede;
	background-color: #fff;
	width: 15px;
	height: 15px;
	border-radius: 3px;
	float: left;
	margin: 10px 10px 0 0
}

.seat-check-radio input {
	opacity: 0;
	filter: alpha(opacity=0)
}

.seat-check-radio.on {
	border: 1px solid #06c1ae;
	background: #06c1ae url(../images/seat-check.png) no-repeat center center
}

.payButton input {
	float: right;
	margin-left: 10px;
	color: #ef9d00
}

.payButton input.change {
	border-radius: 4px;
	display: inline-block;
	border: 1px solid #ef9d00;
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #f1fbfa;
	font-size: 14px;
	cursor: pointer
}

.payButton input:hover {
	opacity: .9;
	filter: alpha(opacity=90)
}

.rights {
	margin: 20px;
	text-align: center
}

.rights .payment {
	cursor: pointer;
	border: none;
	color: #fff;
	width: 120px;
	height: 40px;
	font: 400 16px/40px 'Microsoft Yahei';
	text-align: center;
	background: #ef9d00;
	border-radius: 4px
}

/*评星*/
.stars {}

.starstarBg {
	width: 91px;
	height: 20px;
	display: inline-block;
	background: url(../images/star.png) no-repeat left -20px;
	overflow: hidden;
	position: relative
}

.starstar {
	display: inline-block;
	width: 0;
	height: 20px;
	background: url(../images/star.png) no-repeat left -1px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0
}

.starstar1 {
	width: 2%
}

.starstar2 {
	width: 4%
}

.starstar3 {
	width: 6%
}

.starstar4 {
	width: 8%
}

.starstar5 {
	width: 10%
}

.starstar6 {
	width: 12%
}

.starstar7 {
	width: 14%
}

.starstar8 {
	width: 16%
}

.starstar9 {
	width: 18%
}

.starstar10 {
	width: 20%
}

.starstar11 {
	width: 22%
}

.starstar12 {
	width: 24%
}

.starstar13 {
	width: 26%
}

.starstar14 {
	width: 28%
}

.starstar15 {
	width: 30%
}

.starstar16 {
	width: 32%
}

.starstar17 {
	width: 34%
}

.starstar18 {
	width: 36%
}

.starstar19 {
	width: 38%
}

.starstar20 {
	width: 40%
}

.starstar21 {
	width: 42%
}

.starstar22 {
	width: 44%
}

.starstar23 {
	width: 46%
}

.starstar24 {
	width: 48%
}

.starstar25 {
	width: 50%
}

.starstar26 {
	width: 52%
}

.starstar27 {
	width: 54%
}

.starstar28 {
	width: 56%
}

.starstar29 {
	width: 58%
}

.starstar30 {
	width: 60%
}

.starstar31 {
	width: 62%
}

.starstar32 {
	width: 64%
}

.starstar33 {
	width: 66%
}

.starstar34 {
	width: 68%
}

.starstar35 {
	width: 70%
}

.starstar36 {
	width: 72%
}

.starstar37 {
	width: 74%
}

.starstar38 {
	width: 76%
}

.starstar39 {
	width: 78%
}

.starstar40 {
	width: 80%
}

.starstar41 {
	width: 82%
}

.starstar42 {
	width: 84%
}

.starstar43 {
	width: 86%
}

.starstar44 {
	width: 88%
}

.starstar45 {
	width: 90%
}

.starstar46 {
	width: 92%
}

.starstar47 {
	width: 94%
}

.starstar48 {
	width: 96%
}

.starstar49 {
	width: 98%
}

.starstar50 {
	width: 100%
}

/*全部搜索*/
.all-list {
	margin-top: 10px;
	border: thin solid #DDD;
	font-size: 13px
}

.all-list dd,
.all-list dt {
	font-size: 14px;
	overflow: hidden;
	border-bottom: 1px dotted #DDD
}

.all-list .a {
	float: left;
	display: block
}

.all-list .b {
	float: left;
	display: block
}

.all-list .c {
	float: left;
	display: block
}

.all-list .d {
	float: right;
	display: block
}

.all-list dt .a {
	width: 180px;
	text-align: center
}

.all-list dt .b {
	width: 540px
}

.all-list dt .c {
	width: 100px;
	text-align: center
}

.all-list dt .d {
	width: 120px;
	text-align: center
}

.all-list dd .a {
	width: 180px;
	text-align: center
}

.all-list dd .b {
	width: 540px
}

.all-list dd .c {
	width: 80px;
	text-align: center
}

.all-list dd .d {
	width: 120px;
	text-align: center
}

.all-list dt {
	text-align: center;
	background: #F5F5F5;
	height: 46px;
	line-height: 46px
}

.all-list dd {
	height: 80px;
	line-height: 80px;
	padding: 0 10px
}

.all-list dd a {
	color: #36C
}

.all-list dd a.a_name {
	margin: 0 0 0 10px
}

.all-list dd img {
	height: 60px;
	margin: 10px 0
}

.all-list dd.odd {
	background: #FAFAFA
}

.all-list dd:hover {
	background: #FFFEE5
}

.breadbar {
	width: 1200px;
	margin: 18px 0;
	color: #999;
}

.breadbar a {
	color: #999;
}

.breadbar a:hover {
	color: #E53E40;
}

.rightball_foot2 {
	margin-top: 10px;
}

.rightball_foot ul li img {
	width: 80px;
	height: 80px;
}

.line_h30 img {
	vertical-align: middle;
}

.line_h27 img {
	vertical-align: middle;
}

.line_h27 span {
	vertical-align: middle;
}

#faqbox {
	width: 800px;
	margin: auto;
}

#faqbox form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.faqline {
	/* line-height: 2em;
	height: 50px;
    text-align: left; */
/* 	width: 380px; */
	margin-bottom: 26px;
	position: relative;
}
.faqline.ss{
	width: 380px;
}

.faqline img {
	position: absolute;
	top: 15px;
	right: 35px;
}

.sub-btn {
	margin: 0 auto;
}

.sub-btn input {
	width: 40px;
	height: 40px;
	background-color: #4191ea;
	text-align: center;
	border: none;
	color: #fff;
	cursor: pointer;
}

.faqline .faqtit {
	display: block;
	float: left;
	clear: both;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
}

#demo {
	overflow: hidden;
	height: 260px;
	width: 290px
}

#demo1 {
	padding-left: 15px;
	text-align: left;
	margin: 0px;
	height: auto
}

#demo2 {
	padding-left: 15px;
	text-align: left;
	margin: 0px;
	height: auto
}

#demo1 li {
	list-style: none;
	height: 26px;
}

#demo2 li {
	list-style: none;
	height: 26px;
}

.fbutton {
	width: 68px;
	height: 30px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	background-color: #ed232f;
	color: #FFF;
	border: 0px;
	cursor: pointer;
}

.telph {
	float: right;
	margin-right: 20px;
	width: 220px;
	height: 50px;
	background: url(../images/dianhua.png) 7px no-repeat;
	display: block;
	color: #E53E40;
	font-size: 30px;
	line-height: 50px;
	text-align: right;
	padding: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.rightlx {
	float: right;
	margin-top: 18px;
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
}

.rightlx1 {
	background: #FFF;
}

.rightlx2 {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #e5e5e5;
	width: 290px;
	overflow: hidden;
	color: #E53E40;
}

.rightlx2 span {
	font-size: 16px;
	margin-left: 15px;
	float: left;
}

.rightlx3 {
	margin-left: 5px;
	margin-top: 5px;
	overflow: hidden;
	width: 285px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.rightlx3 li {
	list-style-type: none;
	height: 32px;
	line-height: 32px;
	padding-left: 15px;
}

.rightlx3 li img {
	vertical-align: middle;
}

.xuqiudengji {
	padding: 30px 20px 30px;
	line-height: 35px;
	font-size: 16px;
	min-height: 380px;
	width: 800px;
	margin: auto;
}

#firstball {
	width: 896px;
	float: left;
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
}

#ball {
	width: 896px;
	margin-top: 25px;
	float: left;
	border-bottom: 1px solid #f5f5f5;
}

#football {
	width: 896px;
	float: left;
	padding: 30px 0;
}

#ball ul li {
	background: #FFF;
	cursor: pointer;
	float: left;
	list-style: none;
	height: 29px;
	line-height: 29px;
	padding: 0px 10px;
	margin: 10px;
	font-size: 18px;
}

#ball ul li.on {
	border-bottom: 2px solid #3592e2;
	color: #3592e2;
}

#ball .hide {
	display: none;
}

#rightball {
	width: 290px;
	float: right;
}

#rightball_1 {
	width: 290px;
	float: right;
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
}

#rightball_2 {
	width: 290px;
	height: 370px;
	float: right;
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
	margin-top: 25px;
}

#secondPage img {
    /* width: 50% !important; */
    /* height: 250px !important; */
    display: block;
    /* float: inline-end; */
    /* padding: 18px; */
    margin: 0 auto;
}

#secondPage br {
	display: none;
}

.fypage {
	height: 26px;
	line-height: 24px;
	text-align: center;
	overflow: hidden;
	margin-top: 10px;
	_width: 290px;
	overflow: hidden;
	margin-bottom: 11px;
	float: right;
	padding-top: 11px;
}

.fypage li {
	float: left;
	padding: 0 4px;
}

.fypage strong {
	padding: 0 2px;
}

.fypage li a {
	border: 1px solid #e1e2e3;
	padding: 2px 4px;
}

.fypage li a:hover {
	color: #E53E40;
}

.fypage .thisclass a {
	border: none;
}

.fypage .thisclass a:hover {
	color: #333;
}

#mbx1 a {
	color: #999;
}

#mbx1 a:hover {
	color: #E53E40;
}

.good_flList {
	height: 43px;
	width: 1198px;
	line-height: 40px;
}

.good_flList_r {
	width: 1148px
}

.good_flList_l {
	float: left;
	min-height: 40px;
	margin-right: 5px;
}

.good_flListA.on {
	border-bottom: 3px solid #E53E40;
	color: #E53E40;
}

.good_flList a {
	margin-left: 10px;
	margin-right: 20px;
	float: left;
}

.good_flList a:hover {
	color: #E53E40;
}

.good_flList span {
	color: #E53E40;
	margin-left: 10px;
	margin-right: 20px;
	float: left;
	border-bottom: 3px solid #E53E40;
}

.good_flList b {
	float: left;
}

.good_flList dd {
	float: left;
}

.scv-shaixuan b {
	margin-right: 5px;
}

.cc {
	border-bottom: none;
}

.cc a {
	border-color: #3592e2 !important;
	color: #3592e2;
}

.fltitle h1 {
	float: left;
	font-size: 24px;
}

.turnyellow {
	margin-top: 10px;
	color: #E53E40;
	font-weight: bold;
}
#firstPage img {width:100%;margin:0 auto;display: block;} 
#firstPage,
#thirdPage,
#forthPage,
#fifthPage {
	padding: 20px;
	line-height: 35px;
	border-top: 1px solid #f5f5f5;
}

#secondPage {
	padding: 10px;
	border-top: 1px solid #f5f5f5;
}

#secondPage p {
	line-height: 35px;
}

.intxt50 {
	BORDER: #B7DAEF 1px solid;
	width: 300px;
	height: 30px;
	text-transform: uppercase;
}

.upperyzm {
	text-transform: uppercase;
}

.news_r #vdimgck {
	height: 42px;
	width: 80px;
	padding-left: 3px;
}

.intxt150 {
	box-sizing: border-box;
	BORDER: #4191ea 1px solid;
	width: 300px;
	height: 40px;
	padding: 0 10px;
	font-size: 14px;
}

.intxt250 {
	box-sizing: border-box;
	BORDER: #4191ea 1px solid;
	width: 260px;
	height: 40px;
	padding: 0 10px;
	font-size: 14px;
}

#football ul {
	padding: 5px;
}

#football .firstli {
	float: left;
	width: 15%;
}

#football .secondli {
	float: left;
	font-size: 16px;
	color: #ff760a;
	width: 35%;
	overflow: hidden;
	text-align: center;
}

#rightball_1 .xiangsi {
	height: 50px;
	width: 288px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

#rightball_1 .xiangsi::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 3px;
	height: 26px;
	background-color: #0785d9;
	margin-top: -13px;
}

#rightball_1 .xiangsi span {
	display: block;
	font-size: 16px;
	line-height: 50px;
	color: #0785d9;
	text-align: center;
}

#rightball_1 .likefir {
	height: 85px;
	border-bottom: 1px solid #f5f5f5;
	padding: 8px 0;
}

#rightball_1 .likesec {
	float: left;
	width: 80px;
	height: 80px;
	padding: 2px 10px;
}

#rightball_1 .likethi {
	float: left;
	line-height: 85px;
	font-size: 15px;
	margin-left: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 185px;
}

#rightball_2 .newsfir {
	height: 50px;
	width: 288px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

#rightball_2 .newsfir::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 3px;
	height: 26px;
	background-color: #ff760a;
	margin-top: -13px;
}

#rightball_2 .newsfir span {
	display: block;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	color: #ff760a;
}

#rightball_2 .newssec {
	height: 30px;
	width: 280px;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
}

#rightball_2 .newssec a {
	display: block;
	text-indent: 20px;
	background: url(../images/icon_img.png) -370px -432px no-repeat;
}

#vdimgck {
	cursor: pointer;
}

.gaodu86 {
	height: 86px;
}

.gaodu84 {
	height: 84px !important;
}

.kuandu1148 {
	width: 1148px;
}

.guanzd {
	float: left;
	padding-left: 20px;
	color: #CCC;
	font-size: 12px;
}

.guanzd strong {
	color: #F00
}

.schxx {
	color: #999;
}

.schxx2 {
	font-size: 12.5px;
	font-weight: bold;
	font-family: Microsoft YaHei;
}

.limshu {
	margin-top: 5px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	height: 48px;
	text-indent: 2em;
}

.guzhurs {
	font-size: 12px;
	color: #F00;
}

.search #selectBoxInput {
	cursor: pointer;
}

.nav_all #yingcang {
	display: none;
}

.edc_t ul li span strong {
	font-size: 12px;
	color: #F00;
}

.media #yqlj {
	overflow: hidden
}

.goods_flList dd {
	float: left;
	margin-left: 10px;
	margin-right: 20px;
}

.good_flBox {
	border: 1px solid #e5e5e5;
	width: 1198px;
	overflow: hidden;
	margin-top: 18px;
	min-height: 40px;
}

.goods_flBox2 {
	border: 1px solid #e5e5e5;
	width: 1198px;
	overflow: hidden;
	margin-top: 18px;
	min-height: 40px;
}

#ruzhu a img {
	width: 1200px;
	height: 108px;
}

#pics img {
	width: 100%;
}

#xueytj a img {
	width: 102px;
	height: 79px;
}

.fenxiang {
	float: left;
}

.upper_middle {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -100px;
}

.upper_middle ul li a {
	margin: 12px 6px 12px 0 !important;
}

#kongzhi {
	width: 80px;
	text-align: center;
}

#kongzhi:hover #zilanmu {
	display: block;
	position: absolute;
	width: 80px;
	background-color: #FFF;
	border: 2px solid #E53E40;
	z-index: 99;
	font-size: 12px;
}

#zilanmu {
	display: none;
}

#zilanmu ul li {
	float: none;
	height: 36px;
}

#zilanmu ul li a {
	color: #000000;
	border-bottom: none;
}

#zilanmu ul li a:hover {
	color: #E53E40;
}

#kongzhi a {
	border-bottom: none;
}

.news_content table {
	border: 1px solid;
	border-collapse: collapse;
	max-width: 850px !important;
}

.news_content table tr td {
	border: 1px solid;
}

.wp-pagenavi {
	padding: 15px 0;
	CLEAR: both
}

.news_article {
	width: 896px;
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, .15);
	background: #fff;
	padding-bottom: 20px;
	float: left;
}

.regist {
	font-size: 18px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}

.wp-pagenavi li {
	display: inline-block;
	color: #151515;
	border: 1px solid #ededed;
	border-radius: 5px;
	margin-left: 5px;
}

.wp-pagenavi li.active {
	display: inline-block;
	color: #151515;
	background-color: #e8e8e8;
	border-radius: 5px;
	margin-left: 5px;
}

.wp-pagenavi .thisclass {
	display: inline-block;
	color: #fff;
	border: 1px solid #3592e2;
	border-radius: 5px;
	margin-left: 10px;
	background-color: #3592e2;
	padding: 2px 10px;
}

.wp-pagenavi .thisclass a {
	color: #fff
}

.wp-pagenavi a {
	display: block;
	height: 100%;
	padding: 2px 10px;
}

.wp-pagenavi SPAN {
	BORDER-RIGHT: #bfbfbf 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #bfbfbf 1px solid;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 3px;
	MARGIN: 2px;
	BORDER-LEFT: #bfbfbf 1px solid;
	PADDING-TOP: 3px;
	BORDER-BOTTOM: #bfbfbf 1px solid;
	TEXT-DECORATION: none
}

.wp-pagenavi A:hover {
	BORDER-LEFT-COLOR: #000;
	BORDER-BOTTOM-COLOR: #000;
	BORDER-TOP-COLOR: #000;
	BORDER-RIGHT-COLOR: #000
}

.wp-pagenavi SPAN.current {
	BORDER-LEFT-COLOR: #000;
	BORDER-BOTTOM-COLOR: #000;
	BORDER-TOP-COLOR: #000;
	BORDER-RIGHT-COLOR: #000
}

.wp-pagenavi SPAN.current {
	FONT-WEIGHT: bold
}

.sonNav {
	margin-top: 45px;
	display: none;
}

.globa-nav {
	height: 45px;
	/* background: #4194ea; */
	/* border-bottom: 2px solid #4191ea; */
	padding-bottom: 14px;
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.04);
}

.globa-nav .allGoodsCat {
	height: 45px;
	position: relative;
	width: 250px;
	display: block;
	z-index: 100;
	/* background: url(../images/btitle.png) no-repeat #383838 25px center; */
	background-color: #4191ea;
}

.globa-nav .allGoodsCat:hover .sonNav {
	display: block
}

.globa-nav .allGoodsCat .coverLay {
	position: absolute;
	width: 240px;
	z-index: 100
}

.globa-nav .allGoodsCat .menuEvent {
	display: block;
	font-weight: 700;
	height: 42px;
	line-height: 42px;
	text-align: center;
	text-decoration: none;
	background: url(../images/bdown.png) no-repeat 190px 22px;
}

.globa-nav .allGoodsCat .menuEvent .catName {
	font-size: 15px;
	height: 42px;
	line-height: 50px;
	color: #fff
}

.globa-nav .header_box {
	position: absolute;
	top: 42px;
	right: 0;
	z-index: 103;
	/*border:1px solid #E53E40;*/
	border-top: none;
	padding: 0 1px;
	background: #FFF;
	/*width:125px;*/
	box-shadow: 1px 3px 5px rgba(0, 0, 0, .1)
}

.globa-nav .header_box a {
	background: #ffffff;
	text-align: left;
	display: inline-block;
	color: #3C3C3C;
	border-top: 1px solid #e5e5e5;
}

.globa-nav .header_box a:hover {
	color: #CF0F02 !important;
	background: #F6F6F6
}

.globa-nav .allMenu {
	font-size: 15px;
	font-weight: 700;
	line-height: 45px;
	text-align: center;
	position: relative;
	padding-left: 20px;
}

.globa-nav .allMenu ul li {
	float: left;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	vertical-align: top;
	transition: all .2s ease-in-out;
	position: relative;
	width: 93px;
	text-align: center;
	margin-right: 10px;
}

.globa-nav .allMenu .active a {
	color: #3592ea;
}

.globa-nav .allMenu ul li span {
	display: block;
	position: absolute;
	top: 44px;
	left: 0;
	z-index: 1000;
	width: 100%;
	background-color: #fff;
	font-size: 14px;
	display: none;
	box-shadow: 0 1px 5px 0 rgba(70, 70, 70, .392);

}

.globa-nav .allMenu ul li span a {
	display: block;
	line-height: 38px;
	border-top: 1px solid #e5e5e5;
	color: black !important;
}

.globa-nav .allMenu ul li span a:hover {
	background-color: #f5f5f5;
	color: #3592ea !important;
}

.globa-nav .allMenu ul:after {
	display: block;
	clear: both;
	content: '';
}

.globa-nav .allMenu ul li>a {
	display: block;
	width: 100%;
	height: 100%;
}

.globa-nav .allMenu ul li:hover>a {
	background: #F6F6F6;
	color: #333;
}

.globa-nav .allMenu ul li:hover span {
	display: block;
}

.globa-nav .allMenu>span,
.globa-nav ul.sideMenu2>span {
	font-size: 12px;
	font-weight: 100;
	color: #D94800 !important;
	margin-left: -3px;
	overflow: hidden;
}

.globa-nav .allMenu a.index {
	background: #FFF;
	color: #E53E40;
	font-weight: bold
}

.globa-nav ul.sideMenu2 {
	font-size: 14px;
	font-weight: 700;
	height: 45px;
}

.globa-nav ul.sideMenu2 span {
	float: left;
	line-height: 45px;
}

.globa-nav ul.sideMenu2 li {
	position: relative;
	float: left;
	z-index: 102;
	background: url(../images/xiala.png) right no-repeat
}

.globa-nav ul.sideMenu2 li a {
	color: #fff;
	height: 45px;
	padding: 0 15px;
	line-height: 45px;
	width: 78px;
	display: block;
	text-decoration: none;
	position: relative;
	z-index: 9;
	text-align: center
}

.globa-nav ul.sideMenu2 li .header_box a {
	color: #3C3C3C;
	font-weight: normal;
	width: 76px;
	height: 36px;
	line-height: 36px
}

.globa-nav ul.sideMenu2 li a.nav:hover,
.globa-nav ul.sideMenu2 li a.current {
	color: #333 !important;
	background: #FFF;
}

.globa-nav ul.sideMenu2 li.shopzhou {
	color: #333 !important;
}

.globa-nav .allMenu span.icon_hot {
	display: block;
	width: 19px;
	height: 23px;
	background: url(../images/sicon.gif) no-repeat -19px top;
	position: absolute;
	top: -3px;
	right: 295px;
	z-index: 99;
}

.globa-nav .allMenu span.ico_xia {
	width: 11px;
	height: 6px;
	background: url(../images/li_xia.gif) no-repeat 0px top;
	position: absolute;
	top: 16px;
	right: 0px;
}

.Left {
	float: left;
}

.w {
	margin: 0 auto;
	width: 1210px;
}

.all_cat {
	height: 427px;
	position: absolute;
	width: 250px;
	z-index: 10;
	_padding-top: 1px;
	_margin-top: -1px;
	background: rgba(0, 29, 54, .8);
}

.all_cat .box {
	height: 399px;
	z-index: 10;
}

.all_cat .box_bg {
	height: 400px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -10
}

.all_cat .box .bt {
	width: 240px;
	height: 40px;
	font-size: 25px;
	color: #FFF
}

.all_cat ul {
	position: relative;
	float: left;
}

.all_cat li {
	width: 235px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding: 10px 0 12px 15px;
}

.all_cat li .ss1 {
	font-size: 16px;
	/* padding-top: 10px; */
	background: url(../images/right.png) 210px 15px no-repeat
}

.all_cat li .ss1 a {
	color: #ffffff;
	/* padding-left: 30px; */
}

.all_cat li .ss1 h2 {
	color: #ffffff;
	font-weight: normal
}

.all_cat li .ss1 a.web {
	font-size: 16px;
}

.all_cat li .ss1 a.web .iconfont {
	font-size: 18px;
	margin-right: 6px;
}

.all_cat li .ss1 a.host {
	background: url(../images/host.png) left no-repeat
}

.all_cat li .ss1 a.value {
	background: url(../images/value.png) left no-repeat
}

.all_cat li .ss2 {
	padding-bottom: 10px;
}

.all_cat li .ss2 a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	width: 30%;
	text-align: left;
	margin-top: 15px;
}

.all_cat li:last-child {
	border: none;
}

.all_cat li .ss2 a:hover {
	color: #3592e2;
}

.wrap {
	background: #FFF;
	position: relative;
}

.slide_banner,
.slide_banner .slide_stage {
	width: 750px;
	height: 372px;
	overflow: hidden
}

.slide_banner .slide_stage .bg {
	height: 372px;
	text-align: center
}

.slide_banner .slide_stage a {
	display: block;
	width: 750px;
	height: 372px;
	text-decoration: none
}

.slide_banner .slide_handdler {
	width: 750px;
	height: 12px;
	overflow: hidden;
	position: absolute;
	margin-top: -28px;
	text-align: center
}

.slide_banner .slide_handdler a {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	overflow: hidden;
	vertical-align: top;
	margin-left: 10px;
	background: #fff;
	opacity: .5;
	filter: alpha(opacity=50)
}

.slide_banner .slide_handdler a.first {
	margin-left: 525px
}

.slide_banner .slide_handdler a:hover,
.slide_banner .slide_handdler .current {
	background: #e90000;
	opacity: 1;
	filter: alpha(opacity=100)
}

.slide_banner {
	position: relative;
}

.slide_banner,
.slide_banner .slide_main,
.slide_main li {
	width: 100%;
	min-width: 100%;
	height: 425px;
	display: block;
}

.slide_main li {
	position: absolute
}

.slide_nav {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
}

.root_body .slide_nav {
	margin-right: -260px;
}

.root_body .slide_nav {
	margin-left: 300px;
}

.slide_main li a {
	height: 425px;
	display: block;
	width: 1920px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;
}

.slide_nav li {
	float: left;
	display: block;
	width: 8px;
	height: 8px;
	overflow: hidden;
	border-radius: 10px;
	transition: all .1s ease-in-out;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	background: #fff;
	text-indent: -999em;
	margin-right: 10px;
	cursor: pointer;
}

.slide_nav li.on {
	background: #FFF;
	width: 18px;
	height: 6px;
}

.no_subject {
	width: 100%;
	height: 422px;
	position: relative;
	z-index: 5;
}

.focus-wrap {
	position: absolute;
	z-index: 9;
	left: 0;
	top: 0;
	width: 100%;
}

.no_subject .side {
	width: 280px;
	background: url(../images/sidebg.jpg) top no-repeat
}

.no_subject .side .tab {
	height: 175px;
	padding: 0 15px;
	margin-top: 5px;
}

.xinwen {
	position: relative;
	z-index: 9;
	overflow: visible;
	background-color: #fff
}

.xinwen .mainAright {
	position: absolute;
	right: 0;
	top: 15px;
	z-index: 10;
	border: none;
}

/*三个TAB切换 媒体报道*/
.no_subject .side .tab .head {
	height: 34px;
}

.no_subject .side .tab .head a {
	display: inline-block;
	width: 60px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	cursor: pointer;
	color: #686765;
	text-decoration: none;
	vertical-align: top;
	position: relative;
	font-family: Microsoft Jhenghei;
	font-size: 12px
}

.no_subject .side .tab .head .first {
	border-left: none
}

.no_subject .side .tab .head a:hover,
.no_subject .side .tab .head .on {
	height: 30px;
	border-bottom: #ec2828 2px solid;
	color: #333;
	font-weight: bold;
}

.no_subject .side .tab .body {
	height: 116px
}

.no_subject .side .tab .body .tBody {
	display: none
}

.no_subject .side .tab .body .current {
	display: block
}

.no_subject .side .tab .body .gg {
	padding: 12px 10px;
	height: 120px;
	overflow: hidden
}

.no_subject .side .tab .body .gg li {
	padding-left: 10px;
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	background: url(../images/libg.png) no-repeat left 11px;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}

.no_subject .side .tab .body .gg li:hover {
	background-position: left -14px;
}

.no_subject .side .tab .body .gg li a {
	color: #666;
	transition: color 0.2s ease 0s;
}

.no_subject .side .akeypost {
	padding: 135px 10px 0 10px;
	border-bottom: 1px solid #e9e9e9;
}

.no_subject .side .akeypost .tempWrap {
	margin: 15px 0 10px
}

.no_subject .side .akeypost ul {
	width: 260px;
	height: 50px;
	overflow: hidden;
	margin: 15px 0 10px 0
}

.no_subject .side .akeypost ul li {
	width: 260px;
	height: 50px
}

.no_subject .side .akeypost ul li h3 {
	font-size: 25px;
	font-weight: 500;
	text-align: center;
	height: 30px;
	line-height: 30px
}

/* .clearfix:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden
} */



.list-fuwu{		box-shadow: 0px 0px 10px rgba(0, 0, 0, .16);
		transition: all ease-out .3s;
		border-radius: 6px;}
.list-fuwu ul{}
.list-fuwu ul li{overflow:hidden;position:relative;margin-bottom: 20px;padding-bottom: 15px;border-bottom: dashed 1px #ddd;margin-right: 10px;padding-top: 10px;margin-left: 10px;}
/* .list-fuwu ul li:last-child{ margin-bottom:0;padding:0;border:0;} */
.list-fuwu ul li .img{Position:absolute;left:0;/* top:0; */}
.list-fuwu ul li .img img{ height:125px;width:188px;}
.list-fuwu ul li .img i.c{ display:block;Position:absolute;top:0;left:0;width:50px;height:50px;background: url(../images/c.svg) no-repeat center center;background-size:100%;margin-top:-110px}
.list-fuwu ul li .desc{ padding:0 0 0 208px;}
.list-fuwu ul li .desc .title{ min-height:28px;position:relative;}
.list-fuwu ul li .desc .title h2 a{ font-size:18px;}
.list-fuwu ul li .desc .title h2 a:hover{ color:#ff5500;}
.list-fuwu ul li .desc .title span.price{ font-weight:bold;display:block;height:28px;line-height:28px;font-size:16px;color:#ff5500;Position:absolute;top:0;right:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.list-fuwu ul li .desc p.quyu{ margin-top:15px;font-size:14px;color:#999;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.list-fuwu ul li .desc p.add{ margin-top:10px;font-size:14px;color:#999;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.list-fuwu ul li .desc p.time{ margin-top:10px;font-size:14px;color:#999;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}


/*äº§å“å¤´éƒ¨*/
.chanpin-title{ padding-bottom:20px;margin-bottom:20px;border-bottom:solid 1px #ddd;}
.chanpin-title h2{ font-weight:500;margin-bottom:10px;font-size:28px;line-height:38px;}
.chanpin-title .info{ overflow:hidden;color:#999;font-size:12px;height:24px;line-height:24px;}
.chanpin-title .info span{ padding-right:15px;float:left;display:block;}
.chanpin-title .info a.show{ display:block;float:right;color:#ff5500;background:rgba(255,85,0,0.07);padding:0 10px;font-size:13px;font-weight:bold;}

.chanpin-head{ overflow:hidden;position:relative;}
.chanpin-head .img{ width:400px;float:left;}
.chanpin-head .img img{ width:100%;}

.chanpin-img{ width:400px;float:left;overflow:hidden;position:relative;margin-bottom:10px;}
.chanpin-img .hd{ overflow:hidden; position:absolute; width:100%; bottom:10px; z-index:1; }
.chanpin-img .hd ul{ overflow:hidden; zoom:1; margin:0 auto; width:100%;text-align:center; }
.chanpin-img .hd ul li{ cursor: pointer;border-radius:100%;display:inline-block; width:8px;height:8px;margin:0 3px; background:rgba(0,0,0,0.4);-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;}
.chanpin-img .hd ul li.on{ background:#fff;}
.chanpin-img .bd{ position:relative; z-index:0;width: 100%;overflow: hidden}
.chanpin-img .bd li{ overflow:hidden;margin:0;position:relative; vertical-align:top;text-align:center;}
.chanpin-img .bd img{ width:100%;vertical-align:bottom;}
.chanpin-img .prev{ border-radius: 0 6px 6px 0;display:inline-block;position:absolute; left:0px; top:50%; margin-top:-30px;  width:30px; height:60px; background:url(../images/slide_btn.png) no-repeat left -100px; filter:alpha(opacity=0);opacity:0;}
.chanpin-img .next{ border-radius:6px 0 0 6px;display:inline-block;position:absolute; right:0px; top:50%; margin-top:-30px;  width:30px; height:60px; background:url(../images/slide_btn.png) no-repeat left -170px; filter:alpha(opacity=0);opacity:0; }
.chanpin-img:hover .prev,.chanpin-img:hover .next{ filter:alpha(opacity=100);opacity:1;  }
.chanpin-img .prevStop{ display:none; }
.chanpin-img .nextStop{ display:none; }

.chanpin-head .desc{ width:720px;float:right;}
.chanpin-head .desc .canshu{ overflow:hidden;}
.chanpin-head .desc .canshu ul{}
.chanpin-head .desc .canshu ul li{ padding:8px 0;line-height:24px;overflow:hidden;position:relative;}
.chanpin-head .desc .canshu ul li span{ Position: absolute;top:8px;left:0;color:#999;}
.chanpin-head .desc .canshu ul li p{ padding:0 0 0 80px;}
.chanpin-head .desc .canshu ul li b{ color:#ff5500;}
.chanpin-head .desc .canshu ul li .call{ Position:relative;overflow:hidden;height:50px;background:#ff5500;width:264px;}
.chanpin-head .desc .canshu ul li .call i{ Position:absolute;left:0;top:0;display:inline-block;width:50px;height:50px;background:#ff6600 url(../images/kefu-2.svg) no-repeat center center;background-size: 24px;}
.chanpin-head .desc .canshu ul li .call b{ font-size:20px;line-height:50px;display:block;margin-left:50px;text-align:center;color:#fff;}

/*è½®æ’­å›¾*/
.slideBox{ width:1200px;margin:0 auto;overflow:hidden;position:relative;margin-bottom:10px;}
.slideBox .hd{ overflow:hidden; position:absolute; width:100%; bottom:10px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; margin:0 auto; width:100%;text-align:center; }
.slideBox .hd ul li{ cursor: pointer;border-radius:100%;display:inline-block; width:8px;height:8px;margin:0 3px; background:rgba(0,0,0,0.4);-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;}
.slideBox .hd ul li.on{ background:#fff;}
.slideBox .bd{ position:relative; z-index:0;width: 100%;overflow: hidden}
.slideBox .bd li{ overflow:hidden;margin:0;position:relative; vertical-align:top;text-align:center;}
.slideBox .bd img{ width:100%;height:130px;vertical-align:bottom;}
.slideBox .prev{ border-radius: 0 6px 6px 0;display:inline-block;position:absolute; left:0px; top:50%; margin-top:-30px;  width:30px; height:60px; background:url(../images/slide_btn.png) no-repeat left -100px; filter:alpha(opacity=0);opacity:0;}
.slideBox .next{ border-radius:6px 0 0 6px;display:inline-block;position:absolute; right:0px; top:50%; margin-top:-30px;  width:30px; height:60px; background:url(../images/slide_btn.png) no-repeat left -170px; filter:alpha(opacity=0);opacity:0; }
.slideBox:hover .prev,.slideBox:hover .next{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none; }
.slideBox .nextStop{ display:none; }

/*ä¸“é¢˜æ ·å¼*/
.page{width:1200px;margin:0 auto;/* margin-bottom:10px; */background:#fff;box-shadow: 0px 3px 10px rgba(0, 0, 0, .16);transition: all ease-out .3s;border-radius: 6px;}
.page-box{overflow:hidden;padding:20px;}

.index-liucheng{ padding:0 10px;overflow:hidden;}
.index-liucheng .left{ margin-top:12px;padding:0 25px 0 0;overflow:hidden;float:left;text-align:right;/* border-right:solid 2px #222; */}
.index-liucheng .left h4{ font-weight:500;font-size:22px;line-height:32px;}
.index-liucheng .left p{ line-height:24px;font-size:14px;}
.index-liucheng .right{ overflow:hidden;float:right;width:980px;}
.index-liucheng .right ul{ margin-left:-30px;}
.index-liucheng .right ul li{ width:25%;float:left;}
.index-liucheng .right ul li .box{ height:80px;position:relative;margin-left:30px;}
.index-liucheng .right ul li .img{ position:absolute;top:50%;margin-top:-25px;left:0;text-align:center;width:50px;height:50px;background:#ff5500;border-radius:100%;}
.index-liucheng .right ul li .img img{ height:24px;margin-top:13px;}
.index-liucheng .right ul li .desc{ padding:16px 0 0 65px;}
.index-liucheng .right ul li .desc h2{ font-size:16px;line-height:26px;}
.index-liucheng .right ul li .desc p{ font-size:14px;line-height:24px;}
.bankuai{padding:20px;background:#fff;margin-bottom:10px;box-shadow: 0px 0px 10px rgba(0, 0, 0, .16);transition: all ease-out .3s;border-radius: 6px;}





.clearfix {
	zoom: 1
}

.catebg {
	width: 100%;
	background-color: #f2f2f2;
}

.tit3 {
	height: 45px;
	background-color: #fafafa;
}

.tit3 span {
	float: left;
	font-family: "Microsoft Jhenghei";
	width: 160px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	height: 31px;
	line-height: 31px;
	background-color: #e10217
}

.tit3 span a {
	color: #fff
}

.tit3 .moren {
	float: right;
	background: url(../images/right-h.png) right center no-repeat;
	padding-right: 16px;
	margin: 12px;
	color: #666;
}

.plist {
	margin-top: 20px;
}

.waterfall {
	padding-top:15px;
	padding-bottom:10px;
}

.cat {
	width: 1210px;
	margin: 0 auto
}

.cat .slide .in {
	width: 965px;
	height: 249px
}

.cat .slide .nav {
	margin-left: 780px
}

.cat .list {
	width: 234px;
	margin-right: 10px;
	margin-top: 16px;
	background: #FFF;
	float: left;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .16);
	transition: all ease-out .3s;
	border-radius: 6px;
	;
}

.cat .list:nth-child(5n) {
	margin-right: 0
}

.cat .goods .list.first {
	margin-left: 0
}

.cat .goods .list .img,
.cat .goods .list img {
	width: 234px;
	height: 145px
}

.fixture {
	width: 1148px
}

.fixture_module {
	width: 370px
}

.commune_notes .commune_txt {
	width: 208px
}

.fixture_tag .pdn {
	display: block
}

.show_block .show_info {
	width: 226px
}

.cat .goods {
	z-index: 2;
	display: none;
}

.cat .goods:first-child {
	display: block
}

.cat .goods .list.first {
	margin-right: 0
}

.cat .goods .list .img {
	position: relative;
	overflow: hidden;
	z-index: 3;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.cat .goods .list.hover {
	box-shadow: 0px 0px 10px #dddddd;
}

.cat .goods .list .Woqu_68 {
	background: #ffffff;
	filter: alpha(opacity=90);
	opacity: 0.80;
	height: 60px;
	line-height: 18px;
	position: absolute;
	bottom: -70px;
	left: 0px;
	padding: 0 28px;
	width: 174px;
	color: #323232;
	font-size: 12px;
	padding-top: 10px;
}

.cat .goods .goodsName {
	box-sizing: border-box;
	height: 88px;
	padding: 18px 10px 0px;
	font-size: 12px;
}

.cat .goods .goodsName .goods_title {
	font-size: 15px;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	text-align: center;
	text-overflow: ellipsis;
}

.cat .goods .goodsName .info {
	height: 28px;
	line-height: 28px;
	color: #b3b3b3;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cat .goods .goodsName .info a {
	color: #b3b3b3;
	font-size: 12px
}

.cat .goods .goodsName .infobottom {
	height: 32px;
	line-height: 32px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 6px;
}

.fense {
	color: #999;
}

.combg {
	width: 96px;
	font-size: 12px;
	color: #999;
	text-align: right;
}

.majorIndexCur,
.schoolIndexCur {
	float: left;
	line-height: 45px;
	box-sizing: border-box;
	padding-left: 16px;
}

.majorIndexCur a,
.schoolIndexCur a {
	display: inline-block;
	line-height: 45px;
	padding: 0 14px;
	box-sizing: border-box;
	border-bottom: 2px solid #fff;
	margin-right: 10px;
}

.majorIndexCur a:hover,
.schoolIndexCur a:hover {}

.indexCur {
	border-bottom-color: #3592e2 !important;
}

.indexCur:before {
	display: block;
	width: 0;
	height: 0;
	font-size: 12px;
	line-height: 0;
	overflow: hidden;
	border: 6px solid #FFF;
	border-top-color: #3592e2;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -14px;
	content: '';
}

.indexNewsBox {
	display: flex;
	margin-top: 15px;
}

.indexNewsBox .indexNews {
	flex: 1;
	border: 1px solid #eee;
	border-radius: 2px;
}

.indexNewsBox .indexNews:first-child {
	margin-right: 10px
}

.indexNewsBox .indexNews:last-child {
	margin-left: 10px
}

.indexNewsBox .indexNews .newsTitle {
	line-height: 46px;
	border-bottom: #DDD 1px dashed;
	position: relative;
	text-indent: 15px;
}

.indexNewsBox .indexNews .newsTitle:before {
	position: absolute;
	content: '';
	height: 26px;
	width: 3px;
	background-color: #00a0e9;
	left: 0;
	top: 10px;
}

.indexNewsBox .indexNews .newsTitle a {
	float: right;
	margin-right: 10px;
	color: #666;
	padding-right: 15px;
	background: url(../images/right-h.png) right center no-repeat;
}

.indexNewsBox .indexNews .newsTitle a:hover {
	color: #ff4b00;
}

.indexNewsBox .indexNews ul {
	padding: 0 13px
}

.indexNewsBox .indexNews ul li {
	line-height: 40px;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px dotted #eee;
}

.indexNewsBox .indexNews ul li:last-child {
	border-bottom: none
}

.indexNewsBox .indexNews ul li a {
	color: #666
}

.indexNewsBox .indexNews ul li a:hover {
	margin-left: 5px;
	color: #ff4b00;
}

.indexNewsBox .indexNews ul li span {
	float: right;
	padding-left: 5px;
}

.bodyBox {
	/* background-color: #f2f2f2; */
}

.sonTypename {
	background-color: #fff;
	padding: 5px;
	margin-bottom: 18px;
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
}

.sonTypename ul li {
	float: left;
	margin: 3px 10px;
}

.sonTypename ul li a {
	display: block;
	padding: 3px 6px;
	border: 1px solid #fff;
	border-radius: 4px;
}

.sonTypename ul li a:hover {
	border-color: #3592e2;
	color: #3592e2;
}

.sonTypename ul li.cur a {
	color: #3592e2;
	border-color: #3592e2 !important;
}

.sort {
	color: #555;
	height: 35px;
	line-height: 35px;
	padding-bottom: 10px;
	border-bottom: #BCBCBC 1px dotted;
	margin-bottom: 10px;
}

.serbz {
	float: left;
	width: 500px;
	height: 35px;
	text-align: left
}

.serbz b {
	float: left
}

.serbz span {
	float: left;
	display: block;
	line-height: 35px;
	height: 35px;
	padding: 0 10px 0 35px;
	background: url(../images/sortbg.gif) no-repeat;
	font-size: 12px;
}

.serbz span.no1 {
	background-position: 5px 4px
}

.serbz span.no2 {
	background-position: 5px -25px
}

.serbz span.no3 {
	background-position: 5px -55px
}

.Right {
	float: right;
}

.combg em {
	width: 15px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
}

.listNewsBox {
	margin-bottom: 15px;
	margin-top: 18px;
}

.listNewsBox:after {
	display: block;
	content: '';
	clear: both;
}

.listNewsBox .indexNews {
	/* border: 1px solid #eee; */
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
	border-radius: 2px;
	width: 49%;
	float: left;
	margin-bottom: 18px;
}

.listNewsBox .indexNews:nth-child(2n+1) {
	float: right;
}

.listNewsBox .indexNews .newsTitle {
	line-height: 46px;
	border-bottom: #DDD 1px dashed;
	position: relative;
	text-indent: 15px;
}

.listNewsBox .indexNews .newsTitle:before {
	position: absolute;
	content: '';
	height: 26px;
	width: 2px;
	background-color: #00a0e9;
	left: 0;
	top: 10px;
}

.listNewsBox .indexNews .newsTitle a {
	float: right;
	margin-right: 10px;
	color: #666;
	padding-right: 15px;
	background: url(../images/right-h.png) right center no-repeat;
	background-size: 6px 12px;
}

.listNewsBox .indexNews .newsTitle a:hover {
	color: #ff4b00;
}

.listNewsBox .indexNews ul {
	padding: 0 13px
}

.listNewsBox .indexNews ul li {
	line-height: 40px;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px dotted #eee;
}

.listNewsBox .indexNews ul li:last-child {
	border-bottom: none
}

.listNewsBox .indexNews ul li a {
	color: #666
}

.listNewsBox .indexNews ul li a:hover {
	margin-left: 5px;
	color: #ff4b00;
}

.listNewsBox .indexNews ul li span {
	float: right;
	padding-left: 5px;
}

.zhuanye93 {
	width: 1200px;
	margin-top: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
}

.zhuanye93 a {
	text-decoration: none;
	color: #333;
	box-sizing: border-box;
}

.zhuanye93 a:hover {
	text-decoration: underline;
	box-sizing: border-box;
}

.zhuanye-tit {
	border-bottom: 1px solid #f5f5f5;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	text-indent: 10px;
	font-weight: 600;
	color: #188EEE;
	box-sizing: border-box;
	margin-bottom: 18px;
}

.zhuanye-tit span:first-child {
	font-size: 20px;
	box-sizing: border-box;
}

.zhuanye-tit span:last-child {
	font-size: 15px;
	box-sizing: border-box;
}

.zhuanye93 ul {
	display: flex;
	flex-wrap: wrap;
}

.zhuanye93 li {
	width: 287px;
	list-style: none;
	/* float: left; */
	margin-right: 16px;
	margin-bottom: 18px;
	;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}

.zhuanye93 li:nth-of-type(4n+4) {
	margin-right: 0;
}

.zhuanye93 li:hover {
	/* border: 1px solid #188EEE;
	background-color: #f8f8f8;
	box-sizing: border-box; */
}

.zhuanye93 img {
	width: 96px;
	height: 96px;
	border-radius: 5px;
	float: left;
	box-sizing: border-box;
}

.zhuanye-text {
	width: 160px;
	text-indent: 10px;
	box-sizing: border-box;
}

.zhuanye-text p {
	height: 24px;
	width: 160px;
	overflow: hidden;
	font-size: 13px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
}

.zhuanye-text p:first-child {
	height: 24px;
	width: 160px;
	overflow: hidden;
	box-sizing: border-box;
}

.zhuanye-name {
	font-size: 16px;
	color: #188EEE;
	box-sizing: border-box;
}

.fleft {
	float: left;
}

.fright {
	float: right;
	margin-right: 10px
}

.red {
	color: red !important;
}

.menu_all .menu_title:first-child {
	border-top: 1px solid #e5e5e5
}

.page-header {
	padding: 10px 0;
	background-color: #fff;

}

.page-header .logo {
	width: 360px;
	height: 63px;
	padding: 14px 0;
	display: inline;
	margin-right: 30px;
}

.root_body .page-header .logo {
	margin-right: 20px;
}

.page-header .logo a {
	display: block;
	height: 63px;
}

.page-header .topAd {
	display: none;
	height: 58px;
	width: 180px;
	padding-left: 10px;
	margin-top: 15px;
	border-left: 1px solid #E5E5E5;
}

.page-header .topAd img {
	background: none
}

.page-header .topAd table {
	height: 58px
}

.page-header .topArea {
	width: 461px;
}

.root_body .page-header .topArea {
	width: 400px;
}

.page-header .topArea .btMap {
	height: 40px;
	margin-top: 22px;
	position: relative;
	z-index: 104
}

.page-header .btMap .search {
	height: 40px;
	position: relative;
	width: 461px;
	z-index: 105;
}

.tel {
	padding-top: 25px;
}

.tel span {
	display: block;
	float: left;
	margin-right: 5px;
	padding-top: 3px;
}

.tel i {
	color: #616161;
	display: block;
	height: 6px;
	background: url(../images/t1.png) no-repeat;
}

.tel em {
	font-size: 17px;
	color: #616161;
	font-style: normal;
	height: 16px;
}

.tel b {
	display: block;
	float: left;
	color: #4191ea;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif
}

.root_body .page-header .btMap .search {
	height: 40px;
	position: relative;
	width: 481px;
	z-index: 105;
}

.page-header .btMap .search .search-wrap {
	height: 40px;
	background: #f5f5f5 !important;
	position: relative;
}

.page-header .btMap .search .search-wrap .search-option {
	border: none;
	position: relative;
	width: 80px;
	height: 40px;
	color: #555;
	line-height: 42px;
	text-decoration: none;
	text-align: center;
	padding-right: 12px;
	vertical-align: middle;
	display: block;
	float: left;
	font-size: 14px;
	overflow: hidden;
	cursor: pointer;
}

.page-header .btMap .search .search-wrap .search-option::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 1px;
	height: 20px;
	background-color: #ccc;
	transform: translateY(-50%);
}

.page-header .btMap .search .search-wrap dl.select {
	display: block;
	position: absolute;
	top: 34px;
	left: -1px;
	border: 1px solid #dcdcdc;
	width: 92px;
	line-height: 34px;
	text-align: center;
	background-color: #fff;
	z-index: 9999;
}

.page-header .btMap .search .search-wrap dl.select dd {
	cursor: pointer;
	font-size: 14px;
}

.page-header .btMap .search .search-wrap dl.select dd:hover {
	background-color: #E53E40;
	color: #fff
}

.page-header .btMap .search .search-wrap .search-option i {
	DISPLAY: inline;
	FLOAT: left;
	MARGIN: 15px 0px;
	WIDTH: 6px;
	POSITION: relative;
	HEIGHT: 6px;
	-webkit-transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in
}

.page-header .btMap .search .search-wrap .search-option i em {
	BORDER-RIGHT: transparent 3px solid;
	BORDER-TOP: transparent 3px solid;
	LEFT: 0px;
	OVERFLOW: hidden;
	BORDER-LEFT: transparent 3px solid;
	WIDTH: 0px;
	BORDER-BOTTOM: transparent 0px solid;
	ZOOM: 1;
	POSITION: absolute;
	HEIGHT: 0px;
	_border-color: tomato;
	_filter: chroma(color=tomato);
	BORDER-TOP-COLOR: #666;
	TOP: 1px
}

.page-header .btMap .search .search-wrap .search-option i {
	position: absolute;
	right: 12px;
	top: 20px;
	margin-right: 8px;
	display: block;
	margin: 0;
}

.page-header .btMap .search .search-wrap .search-option i span {
	BORDER-RIGHT: transparent 3px solid;
	BORDER-TOP: transparent 3px solid;
	LEFT: 0px;
	OVERFLOW: hidden;
	BORDER-LEFT: transparent 3px solid;
	WIDTH: 0px;
	BORDER-BOTTOM: transparent 0px solid;
	ZOOM: 1;
	POSITION: absolute;
	TOP: 0px;
	HEIGHT: 0px;
	_border-color: tomato;
	_filter: chroma(color=tomato);
	BORDER-TOP-COLOR: #808080
}

.page-header .btMap .search .kwsbox {
	left: 0;
	position: absolute;
	top: 37px
}

.page-header .btMap .search .sideShadow {
	float: left;
	width: 59px;
	height: 34px;
	position: relative;
	z-index: 99999999;
	background: #FBFBFB;
	border-right: 1px solid #D8D8D8
}

.page-header .btMap .search .keyWord {
	color: #909090;
	float: left;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0;
	width: 283px;
	text-indent: 30px;
	border: none;
	margin-top: 2px;
	background-color: #f5f5f5;
}

.page-header .btMap .search .sub-btn {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	width: 90px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	color: #ffffff;
	background: #4191ea;
	font-family: Microsoft Jhenghei, 微軟正黑體, "microsoft yahei", "微软雅黑\8F6F\96C5\9ED1";
	box-sizing: border-box;
	padding: 0 13px;
	border: none;
}

.page-header .btMap .search .sub-btn input {
    border: none;
    background: #4191ea;
    color: #fff;
    cursor: pointer;
    padding: 0;
    width: 40px;
}

.page-header .btMap .cart-wrap {
	height: 34px;
	position: absolute;
	width: 140px;
	z-index: 105;
	top: 1px;
	right: 0;
}

.page-header .btMap .cart .cartLink {
	background: #FFF url(../images/new_bg.gif) 7px -85px no-repeat;
	display: block;
	height: 32px;
	overflow: hidden;
	padding-left: 40px;
	width: 98px;
	position: relative;
	z-index: 999999999106;
	border: 1px solid #E5E5E5;
}

.page-header .btMap .cart .cartLink span,
.page-header .btMap .cart .cartLink strong {
	display: inline_block;
	float: left;
	line-height: 34px
}

.page-header .key {
	padding-top: 5px;
}

.page-header .key a {
	padding-right: 8px;
	color: #666;
}

.mob-title {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.toggle-city {
	float: left;
	position: absolute;
	top: -26px;
	left: 150px;
	height: 26px;
	color: #666;
}

.toggle-city .city-wrap {
	position: absolute;
	top: 100%;
	left: 0;
	width: 400px;
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
	z-index: 200;
	background-color: #fff;
	display: none;
}

.toggle-city .city-wrap .c-w-title {
	background-color: #f7f7f7;
	box-sizing: border-box;
	padding: 0 10px;
	line-height: 34px;
}

.toggle-city .city-wrap .c-w-title p {
	width: 20%;
	text-align: center;
	float: left;
	border-bottom: 2px solid #fff;
	cursor: pointer;
}

.toggle-city .city-wrap .c-w-title .active {
	border-color: #3592e2;
}

.toggle-city .city-wrap .c-w-body {
	box-sizing: border-box;
	padding: 10px;
}

.toggle-city .city-wrap .c-w-body .c-w-list {
	display: none;
}

.toggle-city .city-wrap .c-w-body .active {
	display: block;
}

.toggle-city .city-wrap .c-w-body .c-w-list a {
	display: block;
	width: 20%;
	height: 28px;
	float: left;
	text-align: center;
	line-height: 28px;
}

/* 响应式 */
.mfootbar {
	display: none;
}

.mshow {
	display: none !important
}

.pchide {
	display: none
}

::-webkit-input-placeholder {
	color: #CCC;
	������������������
}

.pcshow {
	display: block;
}

.wapshow {
	display: none
}

.sub-button {
	display: block;
	width: 200px;
	height: 40px;
	margin: 0 auto;
}

.sub-button input {
	width: 100%;
	height: 100%;
	background-color: #4191ea;
	text-align: center;
	border: none;
	color: #fff;
	cursor: pointer;
	margin: 0 auto;
}

.menu_c3 a:hover {
	color: #fff;
	background-color: #ed3f16;
}

.apply-form {
	width: 296px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 99;
	border-radius: 6px;
	overflow: hidden;
}

.apply-form .top {
	width: 100%;
	height: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #269bff;
}

.apply-form .top h3 {
	font-size: 24px;
	color: #fff;
	position: relative;
	font-weight: normal;
}

.apply-form .top h3::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 110%;
	display: block;
	width: 10px;
	height: 2px;
	background-color: #fff;
	transform: translateY(-50%);
}

.apply-form .top h3::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 110%;
	display: block;
	width: 10px;
	height: 2px;
	background-color: #fff;
	transform: translateY(-50%);
}

.apply-form .top p {
	font-size: 14px;
	color: #fff;
	margin-top: 8px;
}

.apply-form .bottom {
	width: 100%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

.apply-form .bottom>div {
	width: 260px;
	height: 36px;
	background-color: #f5f5f5;
	border-radius: 6px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding-left: 15px;
}

.apply-form .bottom>div span {
	color: #3592e2;
}

.apply-form .bottom>div input,
.apply-form .bottom>div select {
	flex: 1;
	height: 100%;
	border: none;
	background-color: transparent;
}

.apply-form .bottom .xl {
	position: relative;
}

.apply-form .bottom .xl img {
	position: absolute;
	top: 16px;
	right: 20px;
}

.apply-form .bottom .btn {
	background-color: #ed3f16;
}

.ggby {
	display: flex;
	justify-content: space-between;
	width: 1210px;
	margin: 15px auto;
}

.ggby img {
	width: 293px;
	height: 90px;
	background-color: #ccc;
}

.search-con {
	width: 896px;
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
	float: left;
}

.search-con .s-title {
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-indent: 1em;
	font-size: 14px;
	border-bottom: 1px solid #f5f5f5;
}

.search-con .s-body>.s-list {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	border-bottom: 1px solid #f5f5f5;
	display: flex;
}

.search-con .s-body>.s-list .img {
	width: 190px;
	height: 143px;
	overflow: hidden;
	border-radius: 6px;
	flex-shrink: 0;
	margin-right: 20px;
	background-color: #ccc;
}

.search-con .s-body>.s-list .img img {
	width: 100%;
}

.search-con .s-body>.s-list .con {
	flex: 1;
}

.search-con .s-body>.s-list .con h3 {
	font-size: 18px;
	line-height: 1;
}

.search-con .s-body>.s-list .con p {
	font-size: 12px;
	color: #666;
	text-indent: 2em;
	line-height: 28px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.search-con .s-body>div .con span {
	font-size: 14px;
	color: #999;
}

.zy-con {
	display: flex;
	flex-wrap: wrap;
	height: 260px;
	overflow: hidden;
}

.l-more {
	width: 90px;
	height: 30px;
	margin: 20px auto 0;
	text-align: center;
	background-color: #0785d9;
	line-height: 30px;
	cursor: pointer;
	color: #fff;
	border-radius: 4px;
}

.zy-con .zy-list {
	width: 33.33%;
	display: flex;
	margin-bottom: 10px;
}

.zy-con>div:nth-of-type(even) {
	margin-right: 0;
}

.zy-con .zy-list .img {
	width: 100px;
	height: 75px;
	background-color: #ccc;
	overflow: hidden;
	border-radius: 6px;
}

.zy-con .zy-list .img img {
	width: 100%;
}

.zy-con .zy-list .con {
	flex: 1;
	margin-left: 10px;
}

.zy-con .zy-list .con h4 {
	line-height: 1;
	font-size: 16px;
	margin-bottom: 10px;
}

.zy-con .zy-list .con p {
	line-height: 24px;
	margin-top: 6px;
	color: #666;
}

.zy-con .zy-list .con span {
	color: #ee4c26;
}

.fixed-right {
	position: fixed;
	right: 0;
	top: 200px;
	width: 117px;
	height: 333px;
	background-image: url(../images/f-bgc.png);
	background-size: 100% 333px;
	z-index: 100;
	overflow: hidden;
}

.fixed-right p {
	/* position: absolute;
    top: 85px;
    left: 0; */
	width: 100%;
	height: 26px;
	text-align: center;
	line-height: 26px;
	color: #fff;

}

.fixed-right div a {
	display: block;
	width: 100%;
	height: 26px;
	text-align: center;
	line-height: 26px;
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
}

.fixed-right div .close {
	cursor: pointer;
}

.fixed-right div .close img {
	transition: all linear .3s;
	position: relative;
	top: 3px;
}

.fixed-right div .close:hover img {
	transform: rotate(720deg);
}


.search-con {
	width: 896px;
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
	float: left;
}

.search-con .s-title {
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-indent: 1em;
	font-size: 14px;
	border-bottom: 1px solid #f5f5f5;
}

.search-con .s-body>.s-list {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	border-bottom: 1px solid #f5f5f5;
	display: flex;
}

.search-con .s-body>.s-list .img {
	width: 190px;
	height: 143px;
	overflow: hidden;
	border-radius: 6px;
	flex-shrink: 0;
	margin-right: 20px;
	background-color: #ccc;
}

.search-con .s-body>.s-list .img img {
	width: 100%;
}

.search-con .s-body>.s-list .con {
	flex: 1;
}

.search-con .s-body>.s-list .con h3 {
	font-size: 18px;
	line-height: 1;
}

.search-con .s-body>.s-list .con h3 a {
	color: #343434;
}

.search-con .s-body>.s-list .con p {
	font-size: 12px;
	color: #666;
	text-indent: 2em;
	line-height: 28px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.search-con .s-body>div .con span {
	font-size: 14px;
	color: #999;
}

.page-header .logo .m-tel {
	display: none;
}









/* 主题1 */
.zhuti1 a:hover {
	color: #fa991b;
}

.zhuti1 .all_cat li .ss2 a:hover {
	color: #fa991b;
}

.zhuti1 .all_cat {
	background-color: rgba(26, 13, 2, .8);
}

.zhuti1 .menu_c3 a {
	border-color: #fa991b;
}

.zhuti1 .menu_c3 a:hover {
	background-color: #fa991b;
	color: #fff;
}

.zhuti1 .page-header .btMap .search .sub-btn {
	background-color: #fa991b;
}

.zhuti1 .page-header .btMap .search .sub-btn input {
	background-color: #fa991b;
}

.zhuti1 .globa-nav {
	border-color: #fa991b !important;
}

.zhuti1 .globa-nav .allGoodsCat {
	background-color: #fa991b;
}

.zhuti1 .icon-dianhua {
	color: #fa991b !important;
}

.zhuti1 .tel b {
	color: #fa991b;
}

.zhuti1 .indexCur {
	border-bottom-color: #fa991b !important;
}

.zhuti1 .indexCur:before {
	border-top-color: #fa991b;
}

.zhuti1 .indexNewsBox .indexNews .newsTitle:before {
	background-color: #fa991b;
}

.zhuti1 .globa-nav .allMenu .active a {
	color: #fa991b;
}

.zhuti1 .sonTypename ul li a:hover {
	border-color: #fa991b;
	color: #fa991b;
}

.zhuti1 .sonTypename ul li.cur a {
	color: #fa991b;
	border-color: #fa991b !important;
}

.zhuti1 .wp-pagenavi .thisclass {
	background-color: #fa991b;
	border-color: #fa991b;
}

.zhuti1 #ball ul li .on {
	border-bottom-color: #fa991b;
	color: #fa991b;
}

.zhuti1 .menu_head ul li:hover a {
	border-color: #fa991b !important;
}

.zhuti1 .listNewsBox .indexNews .newsTitle:before {
	background-color: #fa991b;
}

/* 主题2 */
.zhuti2 a:hover {
	color: #fa991b;
}

.zhuti2 .all_cat li .ss2 a:hover {
	color: #fa991b;
}

.zhuti2 .all_cat {
	background-color: rgba(26, 13, 2, .8);
}

.zhuti2 .menu_c3 a {
	border-color: #fa991b;
}

.zhuti2 .menu_c3 a:hover {
	background-color: #fa991b;
	color: #fff;
}

.zhuti2 .page-header .btMap .search .sub-btn {
	background-color: #fa991b;
}

.zhuti2 .page-header .btMap .search .sub-btn input {
	background-color: #fa991b;
}

.zhuti2 .globa-nav {
	border-color: #fa991b !important;
}

.zhuti2 .globa-nav .allGoodsCat {
	background-color: #fa991b;
}

.zhuti2 .icon-dianhua {
	color: #fa991b !important;
}

.zhuti2 .tel b {
	color: #fa991b;
}

.zhuti2 .indexCur {
	border-bottom-color: #fa991b !important;
}

.zhuti2 .indexCur:before {
	border-top-color: #fa991b;
}

.zhuti2 .indexNewsBox .indexNews .newsTitle:before {
	background-color: #fa991b;
}

.zhuti2 .globa-nav .allMenu .active a {
	color: #fa991b;
}

.zhuti2 .sonTypename ul li a:hover {
	border-color: #fa991b;
	color: #fa991b;
}

.zhuti2 .sonTypename ul li.cur a {
	color: #fa991b;
	border-color: #fa991b !important;
}

.zhuti2 .wp-pagenavi .thisclass {
	background-color: #fa991b;
	border-color: #fa991b;
}

.zhuti2 #ball ul li .on {
	border-bottom-color: #fa991b;
	color: #fa991b;
}

.zhuti2 .menu_head ul li:hover a {
	border-color: #fa991b !important;
}

.zhuti2 .listNewsBox .indexNews .newsTitle:before {
	background-color: #fa991b;
}


/* main1 */
.main1 ul.nav1{
    font-size:0;
    text-align:center;
    margin:50px 0;
    border-bottom:1px solid #ff4f00;
}
.main1 ul.nav1 li{
    width:20%;
    text-align:center;
    display:inline-block;
    position:relative;
}
.main1 ul.nav1 li a{
    display:block;
    padding-bottom:50px;
}
.main1 ul.nav1 li::before{
    content:"";
    width:9px;
    height:9px;
    background:#282737;
    border-radius:50%;
    position:absolute;
    left:50%;
    bottom:-5px;
    transform:translateX(-50%);
}
.main1 ul.nav1 li:nth-child(odd)::before{
    background:#ff4f00;
}
.main1 ul.nav1 li a img{
    height:75px;
    transition:all .3s;
}
.main1 ul.nav1 li a h5{
    font-size:20px;
    color:#333;
    margin-top:20px;
    transition:all .3s;
}
.main1 ul.nav1 li a.active h5{
    color:#ff4f00;
}
.main1 ul.nav1 li a.active img{
    transform:scale(.9);
}
.main1 .con-box .con{
    display:none;
}
.main1 .con-box .con.active{
    display:block;
}
.main1 .con-box .imgbox1{
    background:#e8e7ec;
    /*width:300px;*/
    /* height:467px; */
    text-align:center;
    padding: 70px 60px;
}
.main1 .con-box .imgbox1 h5{
    font-size:24px;
    color:#282828;
}
.main1 .con-box .imgbox1 p{
    font-size:18px;
    color:#555;
    padding:20px 0 38px;
    position: relative;
}
.main1 .con-box .imgbox1 p::before{
    content:"";
    width:22px;
    height:1px;
    background:#ff9729;
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
}
.main1 .con-box .imgbox1 img{
    margin-top:90px;
    max-width:100%;
    transition:all .8s;
    position: relative;
    top:0;
}
.main1 .con-box .imgbox1:hover img{
    top:-10px;
}
.main1 .con-box .con ul{
    text-align:center;
    margin-left:340px;
    font-size:0;
}
.main1 .con-box .con ul li{
    display:inline-block;
    width:25%;
    margin-top:38px;
}
.main1 .con-box .con ul li a{
    display:block;
    padding:0 5px;
}
.main1 .con-box .con ul li a .imgbox{
    position: relative;
    height:132px;
}
.main1 .con-box .con ul li a img{
    max-width:100%;
    max-height:100%;
    transition:all .3s;
}
.main1 .con-box .con ul li a h5{
    font-size:18px;
    color:#131313;
    margin-top:20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
    transition:all .3s;
    font-weight: initial;
}
.main1 .con-box .con ul li a:hover img{
    transform:scale(.9);
}
.main1 .con-box .con ul li a:hover h5{
    color:#ff4f00;
}

.container-fluid {
    max-width: 1210px !important;
}