﻿/* 背景颜色 */

.bg {
	background-color: #f8f8f8;
	padding: 40px 0 80px;
	margin-bottom: -90px;
}

.white {
	background-color: #fff;
}

.pager {
	float: none;
}

img,
input,
button,
a,
select,
textarea {
	margin: 0;
	padding: 0;
	resize: none;
	border: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
i,
b,
em {
	font-size: 100%;
	word-wrap: break-word;
	font-weight: normal;
	font-style: normal;
}


/* position */

#position {
	padding-top: 30px;
	height: 35px;
	line-height: 35px;
	background: url(../images/position-bg.jpg) no-repeat left bottom;
}

#position p {
	margin-left: 11px;
	background-color: #fff;
	padding-right: 10px;
}

#position a {
	padding: 0 10px;
}

#position p a:first-child {
	padding-left: 3px;
}

#position p strong {
	color: #ee0b00;
	padding-left: 5px;
}


/******* 其他页面*******/

.main-fl,
.main-fr {
	font-family: "宋体"
}

.main-fl {
	width: 833px;
	background-color: #fff;
	padding: 0 20px;
}

.main-fl ul.page {
	height: 42px;
}

.main-fl ul.page li {
	display: inline-block;
	margin: 0 2px;
}

.main-fl ul.page li a {
	display: inline-block;
	border: 1px solid #cbcbcb;
	padding: 2px 10px;
	border: 1px solid #999;
}

.main-fl ul.page li a {
	color: #999;
}

.main-fl ul.page li a:hover,
.main-fl ul.page li a.hover {
	color: #fff;
	background-color: #ee0b00;
	border: 1px solid #ee0b00;
}

.main-fr {
	width: 305px;
}

.main-fr-box {
	width: 263px;
	padding: 0 20px;
}

.main-fr h2.biaot {
	height: 54px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 51px;
}

.main-fr h2.biaot span {
	border-bottom: 2px solid #e12a21;
	height: 53px;
}


/******* 搜  索*******/

.search-fl h2 {
	height: 57px;
	line-height: 57px;
	border-bottom: 1px solid #e5e5e5;
}

.search-fl dl {
	height: 199px;
	padding: 20px 0;
	border-bottom: 1px dashed #e5e5e5;
}

.search-fl dl dt,
.search-fl dl dt img {
	width: 270px;
	height: 199px;
}

.search-fl dl dd {
	width: 543px;
}

.search-fl dl dd h3 {
	height: 44px;
	border-bottom: 1px dashed #e5e5e5;
	line-height: 33px;
}

.search-fl dl dd p {
	padding-top: 7px;
	height: 100px;
	overflow: hidden;
	color: #999;
}

.search-fl dl dd a.ckxq {
	width: 132px;
	height: 30px;
	line-height: 30px;
	background-color: #484848;
	bottom: 20px;
}

.search-fl dl dd a.ckxq:hover {
	background-color: #e12a21;
	color: #fff;
	bottom: 23px;
}

.related {
	padding-bottom: 20px;
}

.related h3 {
	height: 42px;
	padding-top: 4px;
	border-bottom: 1px solid #e5e5e5;
}

.related h3 strong {
	height: 41px;
	display: inline-block;
	border-bottom: 2px solid #e33830;
}

.marqueeleft {
	height: 185px;
	width: 833px;
	overflow: hidden;
	margin-top: 20px;
}

.marqueeleft ul {
	float: left;
}

.marqueeleft li {
	float: left;
	margin-right: 20px;
	display: inline;
	width: 193px;
	height: 185px;
	overflow: hidden;
}

.marqueeleft li .pic {
	display: block;
	width: 193px;
	height: 145px;
	overflow: hidden;
}

.marqueeleft li .txt {
	text-align: center;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
}

.feedback-t {
	height: 66px;
	text-align: center;
	padding-top: 24px;
	border-bottom: 1px solid #e5e5e5;
}

.feedback-t span {
	width: 79px;
	height: 2px;
	background-color: #e12a21;
	left: 92px;
	bottom: -1px;
}

.feedback ul {
	padding-top: 5px;
}

.feedback ul li {
	margin-top: 10px;
}

.feedback ul li input[type="text"],
.feedback ul li textarea {
	width: 241px;
	height: 33px;
	padding: 0 10px;
	border: 1px solid #e1e1e1;
	color: #bdbdbd;
	font-family: 宋体;
}

.feedback ul li input[type="text"]:focus,
.feedback ul li textarea:focus {
	border: 2px solid #fbcc00;
	width: 239px;
	height: 31px;
}

.feedback ul li textarea {
	height: 100px;
	padding: 10px;
}

.feedback ul li textarea:focus {
	height: 98px;
}

.feedback ul li input[type="submit"],
.feedback ul li input[type="button"],
.feedback ul li a {
	width: 126px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #e12a21;
}

.feedback p {
	padding: 30px 0;
}

.special {
	padding-bottom: 20px;
}


/* 底部商务通 */

.idc {position: fixed;bottom: 0;left: 0;width: 100%;z-index: 9999}

.banner-fork {
	visibility: hidden;
	position: absolute;
	bottom: 0;
	left: -100%;
	z-index: 999;
	width: 100%;
	height: 155px;
	background: url(../images/w-bg.png) repeat-x;
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity: 0;
}

.banner-fork.on {
	visibility: inherit;
	left: 0;
	opacity: 1;
}

.banner-fork>i {
	position: absolute;
	top: 40px;
	right: 4%;
	width: 17px;
	height: 17px;
	background: url(../images/close.png) no-repeat center;
	cursor: pointer;
}

.banner-fork form {
	height: 155px;
	background: url(../images/w-left.png) no-repeat left bottom;
	box-sizing: border-box;
}

.banner-fork ul {
	padding: 73px 0 0 391px;
}

.banner-fork ul li {
	float: left;
	padding-left: 10px;
}

.banner-fork ul li input[type="text"] {
	width: 131px;
	height: 45px;
	background-color: #fff;
	font-size: 14px;
	color: #999;
	padding: 0 10px;
	font-family: "宋体";
}

.banner-fork ul li input[type="submit"],
.banner-fork ul li input[type="button"],
.banner-fork a {
	width: 95px;
	height: 45px;
	background: #ffa31f;
	font-size: 16px;
	color: #fff;
	margin-left: 10px;cursor:pointer;
}

.banner-fork a {
	display: inline-block;
	line-height: 45px;
	margin-left: 0;
	right: 105px;
	top: 73px;
}

.banner-fork a.hx-design {
	right: 0;
}

.fork-sig {
	visibility: hidden;
	position: absolute;
	left: -149px;
	bottom: 0;
	width: 149px;
	height: 155px;
	background: url(../images/w-tb.png) no-repeat center;
	cursor: default;
	opacity: 0;
	-webkit-transition: all .6s;
	transition: all .6s;
}

.fork-sig.on {
	left: 0;
	visibility: inherit;
	opacity: 1;
}

.search-none img {
	margin-top: 20px;
}

.search-none p {
	padding: 35px 0 18px;
}

.search-none a {
	width: 100px;
	height: 29px;
	line-height: 29px;
	background-color: #ee0b00;
	border-radius: 5px;
}

.note {
	border: 1px dashed rgba(234, 83, 17, 1);
	clear: both;
	padding: 10px 10px;
	margin-bottom: 20px;
}

.news_box .news_text .source {
	margin-bottom: 20px;
}

.news_right .news_center_2 li p.listTage {
	line-height: 100%;
	padding: 0;
}

.news_right .news_center_2 li p.listTage a {
	padding-right: 10px;
}

.news_right .news_center_2 li p.listTage a:hover {
	color: rgba(234, 83, 17, 1)
}

.tage {
	border: 1px dashed rgba(234, 83, 17, 1);
	clear: both;
	padding: 5px 0;
}

.tage a {
	padding: 0 10px;
}

.tage a:hover {
	color: rgba(234, 83, 17, 1);
}

.asknews {
	margin-top: 30px;
}

.asknews h2 {
	font-size: 18px;
	font-weight: bold;
}

.asknews ul {
	border: 1px solid rgba(234, 83, 17, 1);
	margin-top: 10px;
	padding: 10px 20px;
	color: rgba(153, 153, 153, 1);
	line-height: 30px;
	text-align: right;
}

.asknews ul li a {
	color: rgba(0, 0, 0, 1);
	float: left;
}

.asknews ul li a:hover {
	color: rgba(234, 83, 17, 1);
}

.news_right .news_center_2 li p.listTage {
	line-height: 100%;
	padding: 0;
}

.news_right .news_center_2 li p.listTage a {
	padding-right: 10px;
}

.news_right .news_center_2 li p.listTage a:hover {
	color: rgba(234, 83, 17, 1)
}


/* 标签页面 */

#tages {
	background: rgba(44, 43, 39, 1);
	border-top: 2px solid rgba(0, 0, 0, 1);
	padding: 30px 25px;
	width: 1150px;
	margin: 30px auto -90px;
}

#tages h2 {
	font-size: 18px;
	color: rgba(255, 255, 255, 1);
	border-bottom: 1px dashed rgba(255, 255, 255, 1);
	padding-bottom: 10px;
}

#tages ul {
	line-height: 30px;
	padding-top: 20px;
}

#tages ul li {
	float: left;
	padding-right: 20px;
}

#tages ul li a {
	color: rgba(186, 186, 186, 1);
}

#tages ul li a:hover {
	color: rgba(234, 83, 0, 1);
}


/* 网站地图 */

#sitmap {background: rgba(44, 43, 39, 1);border-top: 2px solid rgba(0, 0, 0, 1);padding: 0 30px 30px;width: 1140px;margin: 30px auto -90px;}

#sitmap h2 {font-size: 18px;color: rgba(255, 255, 255, 1);border-bottom: 1px dashed rgba(255, 255, 255, 1);padding: 30px 0 10px;}

#sitmap h3 {clear: both;margin-top: 30px;}

#sitmap h3 a {display: inline-block;height: 31px;line-height: 31px;border: 1px solid rgba(250, 84, 0, 1);font-size: 14px;color: rgba(250, 84, 0, 1);padding: 0 15px;}

#sitmap h3 a:hover {background: rgba(250, 84, 0, 1);color: rgba(255, 255, 255, 1);}

#sitmap ul {padding-top: 20px;}

#sitmap ul li {float: left;margin-right: 10px;}

#sitmap ul li a {height: 30px;display: block;line-height: 30px;background: rgba(178, 178, 176, 1);color: rgba(88, 88, 88, 1);font-size: 12px;padding: 0 10px;}

#sitmap ul li a:hover {background: rgba(187, 71, 11, 1);color: rgba(207, 200, 196, 1);}

/*搜狐畅言回复*/
#feedAv{ margin-top: -250px!important;transform: scale(0);}  
.module-cmt-box{padding:10px 16px!important;}  
.header-login{left: 746px!important;border: 0!important;border-radius: 0!important;}  
.post-wrap-border-t-r,.post-wrap-border-t-l,.post-wrap-border-r,.post-wrap-border-l{display:none;}  
.post-wrap-main{border:0!important;}  
.post-wrap-w{background:#f0f0f0;border-radius:5px;box-shadow: 0 2px 6px rgba(0,0,0,.2)}  
.btn-fw{background:#5fb878 url(../images/release.svg)center no-repeat !important;width:60px !important; height:60px !important;border-radius:70px;important;margin-top:-5px!important;margin-right:40px!important;background-size:30px !important;box-shadow: 0 2px 6px rgba(0,0,0,.2);-webkit-transition:.3s;transition:.3s}  
.btn-fw:hover{box-shadow: 0 6px 10px rgba(0,0,0,.2);}  
.block-head-w{margin-top:-20px !important;}  
.section-service-w{height: 0px;opacity: 0;}  
.head-img-w{margin:0px 0 0 0 !important;}  
.head-img-w img{width:50px !important;height:50px !important;}  
.head-img-w{top:115px!important;left:-0px!important;}  
.wrap-action-gw{border-bottom:1px solid #dee4e9 !important;padding-top:30px!important;}  
.wrap-action-gw span,.wrap-action-gw i,.type-lists,.cmt-list-number,.title-name-gw-tag,.wrap-name-w{display:none!important;}  
.cmt-list-type{margin:0!important;}  
.build-floor-gw{background:#f0f0f0 !important}  
.block-cont-gw{padding:20px 0 !important;border:0 !important;}  
.section-list-w{width:95%!important;margin-left:2%!important;} 