@charset "utf-8";
/* CSS Document */
@media screen and (max-device-width: 320px) {
body {
	-webkit-text-size-adjust: none
}
}
@media screen and (max-device-width: 480px) {
body {
	-webkit-text-size-adjust: none
}
}
@media screen and (max-device-width: 640px) {
body {
	-webkit-text-size-adjust: none
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
body {
	-webkit-text-size-adjust: none
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
body {
	-webkit-text-size-adjust: none
}
}
/*整体开始*/
.header {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 140px;
}
.header_top {
	width: 100%;
	height: 40px;
	background: #eee;
}
.header_topbox {
	width: 1200px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
}
.sj {
	float: left;
	width: 320px;
	line-height: 40px;
	color: #666;
	font-size: 14px;
}
.hello {
	margin-left: 25px;
}
.fx {
	float: right;
	width: 130px;
	height: 40px;
	line-height: 40px;
}
.fx a {
	padding-top: 20px;
	margin-right: 20px;
}
.fx a:last-child {
	margin-right: 0;
}
.header_bt {
	width: 100%;
	height: 100px;
	background: #fff;
}
.bt_box {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}
.search_box {
}
.search {
	background: #fff;
	width: 378px;
	height: 38px;
	border: 1px solid #a40000;
	border-radius: 20px;
	padding-left: 20px;
	margin-top: 30px;
	margin-left: 200px;
	height: 40px;
	line-height: 40px;
	width: 400px;
	float: left;
}
.sum {
	margin-left: -40px;
	margin-top: 30px;
	float: left;
	display: block;
	height: 40px;
	width: 40px;
	background: url(../images/sercah.png) no-repeat;
	background-position: 0 9px;
	cursor: pointer;
	border: 0;
}
.hy {
	float: right;
	margin-top: 35px;
}
.hy_dl {
	float: left;
	font-size: 16px;
	width: 165px;
}
.hy_dl a {
	margin-left: 5px;
	margin-right: 5px;
	color: #333;
}
.select_1 {
	outline: none;
	float: left;
	width: 50px;
	border: 0;
	background: url(../images/xl.png) no-repeat scroll right center transparent;
	background-position: 40px 10px;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;/*为下拉小箭头留出一点位置，避免被文字覆盖*/
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
.select_1::-ms-expand {
display: none;
}
.nav {
	width: 100%;
	height: 63px;
	background: #c40400;
}
.nav_box {
	width: 1200px;
	height: 63px;
	margin: 0 auto;
	padding: 0;
}
.nav_box ul li {
	height: 63px;
	text-align: center;
	width: 84px;
	border-right: 1px solid #a40000;
	font-size: 16px;
	float: left;
}
.nav_box ul li:first-child {
	border-left: 1px solid #a40000;
}
.nav_box ul li p {
	font-size: 10px;
	line-height:15px;

}
.nav_box ul li a {
	padding-top: 12px;
	display: block;
	color: #fff;
}
/**************底部区域***********/
.footer {
	width: 100%;
	height: 265px;
	background: #f1f1f1;
}
.footer_box {
	width: 1200px;
	margin: 0 auto;
	padding-top: 22px;
	padding-bottom: 30px;
}
.yqlj_box {
	padding-top: 20px;
	height: 30px;
}
.yqlj_box select {
	margin-right:89px;
}
.yqlj_box select:last-child {
	margin-right: 0;
}
.select_2 {
	outline: none;
	font-size: 12px;
	float: left;
	width: 233px;
	height: 28px;
	border: 1px solid #dcdcdc;
	background: #fff url(../images/select_bg.png) no-repeat;
	background-position: 201px 0;
	color: #999;
	padding-left: 15px;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;/*为下拉小箭头留出一点位置，避免被文字覆盖*/
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
.select_2::-ms-expand {
display: none;
}
.fot_bt {
	height: 93px;
	padding-top: 30px;
}
.lj {
	padding-top: 10px;
	float: left;
}
.lj p {
	margin-top: 5px;
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.lj p a {
	color: #333;
	padding-left: 10px;
	padding-right: 10px;
}
.ewm {
	float: right;
}
.ewm_img {
	float: left;
	width: 93px;
	height: 93px;
	margin-right: 15px;
}
.ewm_img img {
	width: 93px;
	height: 93px;
}
.xh {
	float: right;
}
.xh img {
	width: 30px;
	height: 25px;
}
.xh span:last-child {
	margin-right: 0;
}
.xh span {
	margin-right: 20px;
}
.xh p {
	font-size: 14px;
	margin-bottom: 10px;
}
.xh p:last-child {
	margin-bottom: 0;
}
/****************子页************************8*/
.content_2 {
	width: 100%;
	background: #fafafa;
	overflow: hidden;
	zoom: 1;
	padding-bottom:10%;
}
.content_box {
	width: 1200px;
	margin: 0 auto;
	padding-top: 10px;
}
.gg {
	width: 1200px;
	margin: 0 auto;
	background: url(../images/g_bg.png) no-repeat;
	height: 43px;
	overflow: hidden;
}
#scrollDiv {
	line-height: 43px;
	overflow: hidden;
	padding-left: 70px;
}
#scrollDiv li {
	height: 45px;
	padding-left: 10px;
	font-size: 14px;
}
#scrollDiv li a {
	color: #c40400;
}
.cont_box {
	margin-top: 10px;
	padding: 20px 35px 40px 40px;
	background: #fff;
	zoom: 1;
	overflow: hidden;
}
.cont_left {
	float: left;
	width: 190px;
}
.title_3 {
	width: 186px;
	border-left: 4px solid #c40400;
	height: 40px;
	background: #f5f5f5;
	line-height: 40px;
	font-size: 18px;
	color: #c40400;
	font-weight: bold;
}
.title_3 span {
	margin-left: 15px;
}
.subNavBox {
	width: 190px;
	margin-top: 20px;
}
.subNav {
	width: 190px;
	cursor: pointer;
	height: 40px;
	background: url(../images/li_sq.png) no-repeat;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	margin-bottom: 5px;
}
.subNav:hover {
	color: #c40400;
	background: url(../images/li_sq2.png) no-repeat;
}
.currentDd {
	color: #c40400
}
.currentDt {
	background: url(../images/li_zk.png) no-repeat !important;
}
.navContent {
	display: none;
}
.navContent li {
	height: 40px;
	border-bottom: 1px dashed #989b9f;
	line-height: 40px;
	color: #666;
	font-size: 14px;
}
.navContent li:last-child {
	border-bottom: 0;
}
.navContent li a {
	display: block;
	margin-left: 45px;
	background: url(../images/li_bg.jpg) no-repeat;
	background-position: 3px 19px;
	padding-left: 20px;
	color: #666;
}
.navContent li a:hover {
	color: #c40400;
}
.cont_right {
	float: right;
	width: 888px;
}
.gg_2 {
	width: 100%;
	margin-top: 17px;
}
.title_4 {
	width: 100%;
	height: 27px;
	border-top: 3px solid #a42023;
	background: #f5f5f5;
	color: #a42023;
	line-height: 25px;
	font-size: 14px;
}
.title_4 span {
	margin-left: 15px;
	margin-right: 10px;
}
.cl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cl {
	zoom: 1;
}
.block {
	margin: 10px 10px 0;
}
.temp {
	margin: 1px;
}
.slideshow {
	clear: both;
}
.slideshow li {
	overflow: hidden;
}
.slideshow span.tm_bg2 {
	position: absolute;
	bottom: 11px;
	left: 0;
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	text-indent: 10px;
	text-align: center;
}
.tm_bg2 a {
	color: #fff;
	display: block;
}
.frame {
	background: none;
	border: 0px solid #fff;
	margin-bottom: 0px;
}
.temp {
	margin: 0;
}
.slidebar {
	position: absolute;
	bottom: 0;
	left: 43%;
}
.slideshow span.tm_bg2 {
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
	overflow: hidden;
}
.slidebar li {
	font-size: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #c9c9c9;
	float: left;
	margin-right: 2px;
}
.slidebar li.on {
	background: #a42023 !important;
	border: 0 !important;
}
.slideshow SPAN.tm_bg2 {
	text-indent: 0px;
}
.block {
	margin: 0;
}
#frameHlicAe {
	margin: 0px !important;
	border: 0px !important;
}
.comiis_wrapad {
	position: relative;
	margin: 0 auto;
	width: 190px;
	height: 117px;
}
.comiis_wrapad {
	margin-top: 10px;
}
.comiis_wrapad {
	overflow: hidden;
}
.comiis_wrapad img {
	float: left;
	margin-top: 0px;
}
#slidesImgs li {
	width: 190px;
	height: 105px;
	display: none;
}
.t_img {
	width: 188px;
	height: 61px;
	margin-top: 15px;
	border: 1px solid #e1e1e1;
}
.t_img img {
	width: 188px;
	height: 61px;
}
.hydt {
	margin-top: 10px;
}
.more {
	width: 100%;
	height: 87px;
	margin-top: 8px;
}
.more img {
	width: 77px;
	height: 87px;
	float: left;
	margin-right: 10px;
}
.more p {
	font-size: 14px;
	color: #333;
	line-height: 25px;
}
.mor {
	background: url(../images/more_bg.png) no-repeat;
	width: 91px;
	height: 26px;
	float: right;
	margin-right: 10px;
	text-align: center;
	font-size: 12px !important;
}
.mor a {
	display: block;
	color: #fff;
}
.banner_3, .banner_3 img {
	width: 100%;
	height: 120px;
}
.gy_box {
	margin-top: 15px;
	width: 100%;
}
.title_5 {
	width: 100%;
	height: 36px;
	border-bottom: 1px solid #c40400;
	line-height: 37px;
}
.title_img2 {
	float: left;
	width: 37px;
	height: 36px;
	background: #c40400;
	text-align: center;
	line-height: 37px;
}
.title_img2 img {
	margin-top: 10px;
}
.title_5 h1 {
	float: left;
	margin-left: 10px;
	line-height: 37px;
	font-size: 18px;
	color: #333;
}
.back {
	float: right;
	font-size: 14px;
	color: #999;
}
.back a {
	color: #999;
}
/*****************会员管理*************************/
.con_box {
	width: 62.5%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	zoom: 1;
	background: #fff;
}
.con_left {
	float: left;
	background: #f7f7f7;
	width: 240px;
}
.tx {
	width: 100%;
}
.tx_box {
	padding: 30px 0 30px 20px;
	zoom: 1;
	overflow: hidden;
	width: 210px;
	height: 80px;
	line-height: 80px;
}
.tx_img {
	width: 78px;
	height: 78px;
	float: left;
	border-radius: 50%;
	border: 1px solid #e7e7e7;
	margin-right: 15px;
}
#firstpane {
}
.menu_head {
	line-height: 50px;
	padding-left: 55px;
	font-size: 16px;
	color: #666;
	cursor: pointer;
	position: relative;
	font-weight: normal;
	border-bottom: 1px solid #fff;
}
.menu_list .current {
	color: #666;
	border-bottom: 1px solid #fff;
}
.menu_body {
	display: none;
}
.menu_body ul li {
	background-position: 40px 19px;
	height: 45px;
	line-height: 45px;
}
.menu_body ul li a {
	padding-left: 65px;
	display: block;
	color: #555;
}
.menu_body ul li a:hover {
	color: #fff !important;
}
.menu_body ul li:hover {
	background: #c40400;
}
.bg_1 {
	background: #eee url(../images/hy_img1.png) no-repeat;
}
.bg_2 {
	background: #eee url(../images/hy_img2.png) no-repeat;
}
.bg_3 {
	background: #eee url(../images/hy_img3.png) no-repeat;
}
.bg_4 {
	background: #eee url(../images/hy_img4.png) no-repeat;
}
.bg_5 {
	background: #eee url(../images/hy_img5.png) no-repeat;
}
.bg_6 {
	background: #eee url(../images/hy_img6.png) no-repeat;
}
.bg_7 {
	background: #eee url(../images/hy_img7.png) no-repeat;
}
.bg_8 {
	background: #eee url(../images/hy_img8.png) no-repeat;
}
.bg_9 {
	background: #eee url(../images/hy_img9.png) no-repeat;
}
.bg_10 {
	background: #eee url(../images/hy_img10.png) no-repeat;
}
.bg_11 {
	background: #eee url(../images/hy_img11.png) no-repeat;
}
.bg_1, .bg_2, .bg_3, .bg_4, .bg_5, .bg_6, .bg_7, .bg_8, .bg_9, .bg_10, .bg_11 {
	background-position: 18px 19px;
}
@media screen and (max-width:768px) {
	.con_box{
		width:90%;
		padding:0 5%;
		padding-bottom:10%;}
	
	}
