﻿@charset "utf-8";

*::-webkit-scrollbar {
	display: none;
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	line-height: 1.5;
	background: #d8e3e8;
	font: 12px "Microsoft YaHei";
	/*color:#ec1c06;*/
	color: #555;
}

ol,
ul {
	list-style: none;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {

	color: #e39c20;
}

img {
	border: 0;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

.wrapper {
	width: 1200px;
	margin: 10px auto 10px auto;

	background: #342525;
	border-radius: 12px;
}

.w1020 {
	width: 100%;
	margin: 0 auto;
}

.bdRa5 {
	border-radius: 5px;
}

.picture .hd a:hover,
.box1 .list0 dl dd a:hover,
.customs .cusRight ul li a:hover,
.box2 .box2Title a:hover {
	color: #e39c20;
}


.top {

	width: 1134px;
	height: 110px;
	margin: 0 auto;
}

.logo {
	padding-top:40px;
	width: 300px;
	height: 75%;
	background-repeat: no-repeat;
	background-position: 0 center;
}

.logo a {
	display: block;
	width: 100%;
	height: 100%;
}

.navBar {
	position: relative;
	z-index: 1;

	float: right;
}

.navBar ul li h3 a:hover {
	color: #E39C20;
}

.nav {
	margin-right: -16px;
}

.nav h3 {
	font-weight: normal;
}

.nav .m {
	height: 110px;
	line-height: 110px;
	float: left;
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.nav h3 a {
	zoom: 1;
	display: block;
	*display: inline;
	*zoom: 1;
	_float: left;
	color: #b4babf;
	font-size: 16px;
	letter-spacing: 0px;
	padding: 0 4px;
}

/*.nav .on h3 a{ background:url(../images/nav_on.jpg) repeat-x top center; color:#fff;}*/
.nav .sub {
	display: none;
	width: 130px;
	padding: 10px 12px;
	position: absolute;
	left: 0px;
	top: 110px;
	background: #687178;
	float: left;
	line-height: 30px;
}

.nav .sub li {
	text-align: center;
}

.nav .sub li a {
	color: #b4babf;
	display: block;
	zoom: 1;

	font-size: 14px;
}

.nav .sub li a:hover {
	/* background:#3b4044; */
	color: #fff;
}

.nav .sub dl {
	display: block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	padding: 0 10px;
	line-height: 26px;
	font- size: 14px;
	text-align: center;
}

.nav .sub a:hover,
.nav .sub dl dt a:hover {
	color: #fff;
}

.nav .sub dl dt a {
	color: #b4babf font-size:15px;
}

.nav .sub dl dd {
	line-height: 24px;
}

.nav .sub dl dd a {
	color: #b4babf;
	padding-left: 15px;
}

.nav #m1 h3 a {
	letter-spacing: 0.4em;
}

.nav #m2 .sub {
	z-index: 1;
	left: -23px;
}

.nav #m3 .sub {
	z-index: 1;
	width: 116px;
	left: -12px;
}

.nav #m4 .sub {
	z-index: 1;
	left: -12px;
}

.nav #m5 .sub {
	z-index: 1;
	width: 144px;
	left: -28px;
}

.nav #m6 .sub {
	z-index: 1;
	left: -16px;
}

/*2017-07-17*/


.picture {

	height: 340px;
	overflow: hidden;
	position: relative;
	background: #fff;
}

.picture .hd {
	width: 1020px;
	margin: 14px auto 15px auto;
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid #e9e9e9;
	font-size: 22px;
}

.picture .hd a {

	float: right;
	font-size: 12px;
	color: #999;
}

.picture .prev,
.picture .next {
	display: block;
	width: 26px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	background: url(../images/icons.png) no-repeat 0 0;
	_background: url (../images/icons.gif) no-repeat;
	top: 157px;
}

.picture .prev {
	background-position: 0 0;
	left: 33px;
}

.picture .prev:hover {
	background-position: 0 -80px;
}

.picture .next {
	background-position: 0 -160px;
	right: 33px;
}

.picture .next:hover {

	background-position: 0 -240px;
}

.picture .bd {
	width: 1020px;
	margin: 0 auto;
}

.picture .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picture .bd ul li {
	margin-right: 16px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 192px;

	height: 225px;
}

.picture .bd ul li .picBlock {
	border-radius: 8px;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
}

.picture .bd ul li a {
	color: #fff;
	display: block;
	width: 192px;
	height: 225px;
	position: relative;
}

.picture .bd ul li a span {

	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgba(51, 195, 255, 0.6) none repeat scroll ! important;
	background: #33c3ff;
	-moz-opacity: 0.60;
	filter: Alpha(opacity=60);
	border-radius: 8px;
	top: 0;
	left: 0;

	*filter: Alpha(opacity=100);
}

.picture .bd ul li a span em {
	display: block;
	font-style: normal;
	position: relative;
	z-index: 20;
}

.picture .bd ul li a span em.picTitle {
	padding: 42px 0 58px 0;
	font-size: 22px;
	text-overflow: ellipsis;
	white- space: nowrap;
	overflow: hidden;
}

.picture .bd ul li a span em.picGo {
	width: 56px;
	margin: 0 auto;
	_display: inline-block;
	_display: inline;
	_zoom: 1;
	font-size: 18px;
	background: url(../images/go_icon.png) no-repeat right center;
	_background: url (../images/go_icon.gif) no-repeat right center;
}

.picture .bd ul li a span em.picGo img {
	margin-top: 8px;
}

.picture .bd ul li a:hover {
	_background: #33c3ff;
}

.picture .bd ul li a:hover img {
	z-index: 1;
}

.picture .bd ul li a:hover span {
	z- index: 10;
}

.picture .bd ul li a:hover span em {
	z-index: 20;
}

.box1 {
	height: 244px;
	background: #f6f6f6;
	overflow: hidden;
}

.box1 .list0 {
	width: 340px;
	float: left;
	overflow: hidden;
	margin-top: 30px;
}

/*.box1 .list0 .bigIcon{ width:70px; 

height:70px; float:left;  background:url(../images/icons.png) no-repeat 0 0;_background:url(../images/icons.gif) no-repeat 0 
0;}*/
.box1 .list0 .box1More {
	color: #ec1c06;
	float: left;
	display: block;
	margin: 10px 0 0 88px;
}

.box1 .list0 dl {

	width: 238px;
	float: right;
	margin-left: 18px;
}

.box1 .list0 dl dt {
	font-size: 16px;
	margin-bottom: 12px;
	color: #ec1c06;
}

.box1 .list0 dl dd {
	line-height: 26px;
	background: url(../images/box1_icon.jpg) no-repeat left center;
	padding-left: 12px;

	width: 226px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}

.box1 .list0 dl dd a {
	color: #777;
}

/*.box1 .list1 .bigIcon{ background-position:-90px 0; }
.box1 .list2 .bigIcon{ background-position:-

90px -110px; }
.box1 .list3 .bigIcon{ background-position:-90px -220px; }*/
.list1 .bigIcon {
	background: url(../img/wenxian.png) no-repeat;
	width: 70px;
	height: 70px;
	float: left;
	margin-top: 60px;
}

.list2 .bigIcon {
	background: url (../img/tupian.png) no-repeat;
	width: 70px;
	height: 70px;
	float: left;
	margin-top: 60px;
}

.list3 .bigIcon {
	background: url(../img/jindian.png) no-repeat;
	width: 70px;
	height: 70px;
	float: left;
	margin-top: 60px;
}

.box2 {
	height: 280px;

	background: #fff;
}

.box2 .box2Title {
	padding: 0px 0px 0px 10px;
	height: 38px;
	line-height: 38px;
	border-bottom: 2px dotted silver;
	font-size: 22px;
	margin: 18px 0 19px 0;
}

.box2 .box2Title a {
	float: right;
	font-size: 12px;
	color: #999;
	margin-right: 20px;
}

.video {
	width: 100%;
	float: left;
	margin-top: 25px;
}

.video ul {
	overflow: hidden;
}

.video ul li {
	width: 159px;
	float: left;
	position: relative;
	text-align: center;
}

.video ul li .bdRa5 {
	width: 160px;
	height: 102px;
}

.video ul li .playIcon {
	position: absolute;
	top: 67px;

	right: 10px;
}

.video ul li span {
	font-size: 14px;
	padding-top: 5px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text- overflow: ellipsis;
	white-space: nowrap;
}

.video ul li.vd2 {
	margin: 0 6px;
}

.video ul li.vd4 {
	margin: 0 12px;
}

.video ul li.vd6 {
	margin: 0 12px;
}

.customs {
	width: 490px;
	font-size: 14px;
	float: right;
}

.customs .box2Title {
	margin-bottom: 0;
}

.customs .cusLeft {
	width: 150px;
	float: left;
	text-align: center;
	margin-top: 19px;
}

.customs .cusLeft img {
	width: 150px;

	height: 102px;
}

.customs .cusLeft span {
	display: block;
	padding-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}

.customs .cusRight {
	width: 320px;
	float: right;
	margin-top: 15px;
}

.customs .cusRight ul li {
	line-height: 25px;
	background: url(../images/box2_icon.jpg) no-repeat left center;
	padding-left: 12px;
	width: 308px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}

.customs .cusRight ul li a {
	color: #666;
	font-size: 13px;
}

.footer {
	height: 137px;
	overflow: hidden;
	padding-top: 27px;
	color: #fff;
}

.footer img {
	float: right;
}

.footer .fotNav {
	margin-bottom: 15px;
}

.footer .fotNav a {
	color: #fff;
}

.footer .fotNav span {
	padding: 0 5px;
}

.info_model_label {
	font-weight: bold;
	color: #b10000;
	font-size: 15px;
	display: inline-block;
	width: auto;
	padding: 0px 25px 5px 3px;
	cursor: pointer;
}

.info_model_lable_selected {
	font-weight: 700;
	text-decoration:

		none;
}

.info_model_field {
	color: #fff;
	font-size: 12px;
	display: inline-block;
	width: auto;
	padding-right: 15px;
	float: left;
	cursor: pointer;
}

.info_model_field input {
	height: 21px
}

#field_container {


	clear: both;
	margin-top: 5px;
}

.link {
	height: 55px;
	padding: 15px 0 0 0;
	color: #fff;
	line-height: 45px;
	/*background: url(../images/link_bg.jpg) no-repeat bottom center;*/
	width: 930px;
	margin: 0 auto;


	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px dotted silver;
}

.link a {
	color: #f6f6f6;
	padding: 0 8px;
}

.footer p {


	text-align: center;
	margin-top: 20px;
	color: #f6f6f6;
}

.footer p span {
	color: #fff;
}

.map {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.map_title {
	width: 100%;


	height: 32px;
	border-bottom: 3px #5b6265 solid;
}

.map_title span {
	display: block;
	height: 32px;
	background: #5b6265;
	line-height: 32px;
	font-family: "Microsoft Yahei", "微软雅黑";
	text-align: center;
	color: #fff;


	font-size: 20px;
}

.map_content {
	width: 948px;
	padding: 10px 25px;
	border: 1px #e8e8e8 solid;
	border-top: none;
}

.map_content span.title {
	font-size: 18px;
	display: block;
	width: 100%;
	height: 40px;
	line-height:

		40px;
	/*border-bottom: 1px #ccc solid;*/
	display: block;
	background: #fbf1f0;
	text-indent: 10px;
	color: #9c271a;
}

.map_content dt {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	clear: both;
	padding: 2% 0;
}

.map_content dt dl {
	font-size: 18px;
	display: block;
	line-height: 32px;
	border-bottom: 1px #ddd dashed;
	padding: 10px 0 10px 20px;
	margin-left: 0px;
	overflow: hidden;
}

.map_content dt dl a {


	font-size: 16px;
	display: block;
	width: 100px;
	height: 32px;
	float: left;
	line-height: 32px;
	text-align: center;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

.map_content dt dl dd {
	overflow: hidden;

	padding: 0 0 0 2%;
}

.map_content dt dl dd a {
	text-align: left;
}

.map_content dt dl a:hover {
	color: #ec1c06;
	text-decoration: underline;
}

/*.map_content dt dl dd{ display:block; width:80px; height:32px; float:none; }
.map_content dt dl 

dd a{text-align:left; }*/
.map_content dt dl dd a {
	color: #858a8c;
}

.ind_celebrity_itms {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ind_celebrity_itms a {
	text-decoration: none;
	color: #0a0a0a;
}
.ind_celebrity_lis {
		margin-top: 20px;
		height: 180px;
		width: 260px;
		/*box-shadow: 0px 0px 2px 2px #795548;*/
		display: flex;
		border: 1px solid #795548;
	}

	.ind_celebrity_lis span {
		margin: 0px 20px 0px 20px;
		line-height: 180px;
		font-size: 20px;
		font-family: "楷体_GB2312 KaiTi_GB2312";
		font-weight: bold;
	}

	.ind_lis_title {
		font-size: 20px;
		padding-top: 20px;
		font-weight: bolder;
	}

	.ind_lis_txt {
		padding: 10px 10px 0px 0px;
		text-align: justify;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 6;
		/* 控制显示行数 */
		overflow: hidden;
		text-overflow: ellipsis;
	}



.dl-menuwrapper {
	display: none;
}

#dl-menu-button {
	display: none;
}



@media screen and (max-width:800px) {
	.wrapper {
		width: 100%;
		border-radius: 0px;
		margin: 0;
	}

	.logo {
		margin- left: 15px;
		position: relative;
		z-index: 999999;
	}

	.navBar {
		display: none;
	}
	.ind_celebrity_itms {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.ind_celebrity_itms a {
		text-decoration: none;
		color: #0a0a0a;
	}

	
	.picture .hd a:hover,
	.box1 .list0 dl dd a:hover,
	.customs .cusRight ul li a:hover,
	.top {
		width: auto;
	}

	.search {}

	.search .input {
		width: 90%;
		padding- top: 100px;
		overflow: hidden;
	}

	.search form {
		background: rgba(255, 255, 255, .75);
		border-radius: 5px;
		border: 1px solid #ddd;
	}

	.search .ssText {
		width: 70%;
		background: none;
		border: 0;
		border-radius: 0;
	}

	.search .ssBtn {
		float: right;
		margin- left: 0px;
	}

	.picture {
		height: auto;
		padding: 2% 3% 5%;
	}

	.picture .hd,
	.picture .bd {
		width: auto;
		overflow: hidden;
	}

	.picture .next,
	.picture .prev {
		display: none;
	}

	.w1020 {
		width: auto;
	}

	.box1 {
		height: auto;
		padding: 3%;
	}

	.box1 .list0 {
		float: none;

		margin-top: 0;
		width: 100%;
		padding: 3% 0;
	}

	.box1 .list0 dl {
		width: 80%;
	}

	.box1 .list0 dl dd {
		width: 100%;
	}

	.box1 .list0 .box1More {
		float: right;
		margin: 0;
		clear: both;
		padding: 2% 0 0;
	}

	.box2 {
		height: auto;
	}

	.box2 .box2Title {
		margin:

			0 3%;
		padding: 3% 0 15px;
	}

	.video {
		float: none;
		width: auto;
	}

	.video ul {
		padding: 4% 2% 2%;
	}

	.video ul li {
		padding: 0 1% 4%;
		width: 31%;
	}

	.video ul li.vd2,
	.video ul li.vd4,
	.video ul li.vd6 {
		margin: 0 0;
	}

	.video ul li .playIcon {
		left: 50%;

		margin-left: -13px;
		top: 40px;
	}

	.footer {
		height: auto;
		padding: 4% 0;
	}

	.link {
		width: auto;
		height: auto;
		padding: 0;
		background: none;
		line-height: 25px;
	}

	.footer p {
		margin: 0;
		padding: 1% 0;
		line-height: 22px;
	}

	.info_model_label {
		font-size: 14px;

		padding: 0px 20px 5px 3px;
	}

	.map {
		width: auto;
		margin: 0 3%;
		overflow: hidden;
	}

	.map_content {
		width: auto;
	}
}

@media screen and (max-width:640px) {
	.top {
		height: 80px;
	}

	.logo {
		width: 55%;
		background-size: 100% auto;
	}

	.search {
		height: 150px;

	}

	.info_model_label {
		display: none;
	}

	.search .input {
		padding-top: 50px;
	}

	.search .ssText {
		width: 70%;
		font-size: 14px;
	}
	.ind_celebrity_lis {
    		margin-top: 20px;
    		height: 180px;
    		width: 190px;
    		/* box-shadow: 0px 0px 2px 2px #795548; */
    		display: flex;
    		border: 1px solid #795548;
	}
	.map_content {
		padding: 2% 4%;
	}

	.map_content span.title {
		font-size: 14px;
	}

	.map_title span {
		font-size: 16px;
	}

	.map_content dt dl {
		padding: 10px 0 10px 0;
	}

	.map_content dt dl a {
		font-size: 14px;
		width: 33.33%;
	}
}

@media screen and (max-width:430px) {
	.top {
		height: 60px;
	}

	.logo {
		
		width: 60%;
	}

	.search .ssBtn {
		font-size: 14px;
		height: 35px;

		width: 60px;
	}

	.search .ssText {
		height: 35px;
	}

	.search {
		background: none;
		background: #fff;
		height: auto;
		padding: 5% 0 4%;
	}

	.search .input {
		padding-top: 0;
	}

	.picture .hd,
	.picture .bd {
		font-size: 18px;
		margin: 0px auto 15px auto;
	}

	.box1 .list0 dl {
		width: 60%;
	}

	.box2 .box2Title {
		font-size: 18px;
		padding: 3% 0 5px;
	}

	.video ul li {
		width: 48%;
	}

	.footer b {
		display: block;
	}

	.link a {
		color: #969a9c;
	}

	.picture {
		display: none;
	}

}

@media screen and (max-width:360px) {
	.video ul li {
		width: 100%;
		padding: 1% 0% 4%;
	}

	.search .input {
		width: 94%;
	}

	.search .ssText {
		font-size: 12px;
	}

	.map_content dt dl a {
		font-size: 12px;
	}
}

@media screen and (max-width:320px) {
	.box1 .list0 .bigIcon {
		display: none;
	}

	.box1 .list0 dl {

		margin-left: 0;
		width: 80%;
	}
}



/*Maoss*/
.title_img1 {
	width: 130px;
	height: 30px;
	background: url(/img/hszx.png) no-repeat;
	background-size: 100%;
	float: left;
}

.lb {
	width: 90%;
	margin: 10px auto 0px;
	margin-top: 5px;
}

.huodongjinian {
	width: 90%;
	height: 85%;
	margin: 10px auto;
	line-height: 38px;
}

#more {
	text-align: center;
	border: 0px;
}

.huodongjinian ul {
	margin: 10px auto;
}

.more {
	width: 80px;
	height: 100%;
	float: right;
	/*background: url(img/more.png) no-repeat;background-size: 100%;*/
}

.main_title {
	width: 100%;
	height: 30px;
}

.main_2 {
	border-bottom: 1px solid #cdcdcd;
	height: 320px;
	width: 1200px;
	background: #f6f6f6;
	overflow: hidden;
}

.main_2_left {
	float: left;
	width: 50%;
	height: 85%;
	margin-top: 30px;
}

.main_2_right {
	float: right;
	width: 50%;
	height: 85%;
	margin-top: 30px;
}

.huodongjinian_left {
	width: 55%;
	height: 90%;
	float: left;
	margin: 10px auto;
}

.huodongjinian_left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	float: right;
}

.huodongjinian_right {
	width: 44%;
	height: 98%;
	float: right;
}

.huodongjinian_right ul li {
	font-size: 15px;
	line-height: 22px;
	border-bottom: 1px dashed #cfcfcf;
}

.title_img2 {
	width: 130px;
	height: 30px;
	background: url(/img/hshd.png) no-repeat;
	background-size: 100%;
	float: left;
}

.title_img2_2 {
	width: 130px;
	height: 30px;
	background: url(/img/hsjng.png) no-repeat;
	background-size: 100%;
	float: left;
}

.hsjng1,
.hsjng2 {
	width: 100%;
	height: 49%;
}

.hsjng1_left,
.hsjng2_left {
	width: 25%;
	height: 99%;
	float: left;
}

.hsjng1_left img,
.hsjng2_left img {
	width: 100%;
}

.hsjng1_right,
.hsjng2_right {
	width: 74%;
	height: 99%;
	float: right;
}

.hsjng1_right h4,
.hsjng2_right h4 {
	margin: 0px;
}

.hsjng_txt {
	font-size: 11px;
	color: #666;
	line-height: 15px;
}

.shipin_title {
	width: 100%;
	height:

		22%;
}

.shipin_title span {
	font-size: 18px;
	color: #666;
	float: left;
	margin-bottom: 5px;
	font-weight: bold;
}

.shipin_title a {
	color: #666;
	float: right;
}

.shipin_title hr {
	width: 100%;
	height: 2px;
	border: none;
	border-top: 2px dotted silver;
}

.main_rt {


	width: 100%;
	float: left;
	border-top: 1px solid #eddece;
}

.news .news_list {
	height: 80px;
	padding: 10px 0 15px 0;
}

.news .news_list .pic1 {
	width: 140px;
	height: 90px;
	border: 3px solid #dcdedd;


	float: left;
	overflow: hidden;
}

.news .news_list .con p {
	padding-left: 15px;
	color: #666;
	font-size: 12px;
	line-height: 20px;
}

.news .news_list span {
	color: #9a9a9a;
	right: 0;
	bottom: 0;
}





.inMainH800 {


	width: 900px;
	margin: 10px auto 0;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-bottom: 20px;
	height: 1100px;
	position: relative;
}

.inTit {


	height: 60px;
	border-bottom: 1px dashed #bfbfbf;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.cf {
	zoom: 1;
}

.inTitR {
	float: right;
	display: inline;


	padding: 20px 5px 0 10px;
	line-height: 18px;
}

.inTitL {
	float: left;
	display: inline;
	padding-top: 10px;
	/*padding-left: 10px;*/
	color: #292929;
	font-weight: bold;
}

.inTitR a {
	display: inline-block;
	height:

		18px;
	line-height: 18px;
	padding: 0px 2px;
	margin-right: 4px;
	margin-left: 4px;
	font-size: 14px;
	font-family: "宋体";
}

.htzc {
	margin-top: 10px;
	margin-left: 0px;
	width: 900px;
}

.htzc li {


	height: 44px;
	line-height: 44px;
	border-bottom: 1px dashed #cccccc;
}

.htzc a {
	width: 86.5%;
	padding-left: 1.5%;
	color: #464646;
}

.htzc span {
	width: 12%;
	color: #999999;
	float: right;
}

.htzc a,

.htzc span {
	display: inline-block;
	font-size: 14px;
}

.fenye {
	width: 960px;
	left: 0;
	bottom: 15px;
	text-align: center;
}

.htzc span {
	width: 12%;
	color: #999999;
	float: right;
}

.htzc li a:hover {
	background: #e7f4ff;
}


/*图文栏目*/
.main_rt1 {
	width: 850px;
	padding: 10px;
	float: left;
}

.news_li {
	padding: 28px 0 28px 0;
	border-bottom: 1px dashed #ccc;
	_height: 93px;
	height: 100px;
	width:

		880px;
	/*margin: 0px auto;*/
}

.news_li .pic_1 {
	float: left;
	padding-left: 5px;
	display: block;
	width: 123px;
	height: 143px;
	position: relative;
	overflow: hidden;
}

.news_txt {
	width: 720px;


	float: left;
	padding-left: 20px;
	position: relative;
	height: 113px;
}

.news_txt dl dt a {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.news_more {
	float: right;
	color: #000000;
}

.news_txt dl dt a:hover {
	color: #e39c20;
}

.lmy_left {
	width: 245px;
	height: 1130px;
	float: right;
	background: #fff;
}

.lmy_left ul li {
	list-style-type: circle;
	line-height: 40px;
	font-size: 13px;
	color: #000;
	list-style: circle;
	margin-left: 15px;
}

.lmy_left ul li:hover {
	background: #e7f4ff;
}

.lmy_left_title {
	border-bottom: 1px solid #dedede;
	margin-bottom: 10px;
	font-size: 14px;
	height: 70px;
	line-height: 100px;
	font- weight: bold;
}

.lmy_conter1 {
	min-height:800px;
	width: 950px;
        /*padding: 0px 2% 0px;*/
	background: #fff;
	/*margin-left:200px;*/
}
.nav{
	    padding-bottom: 10px;
    	    font-size: 17px;
}
.main_rt_list{
	margin-top: 10px;
}
.search_tit{
	font-size:17px;
}
.search_cont{
	margin: 5px 0px 5px;
        font-size: 14px;
}
.lmy {
	width:

		1199px;
	height: 1130px;
	background: #fff;
	border: 1px solid #fff;
}

.lmy_conter {
	width: 950px;
	background: #fff;
	float: left;
}

/*图片列表栏目*/
.pro {
	width: 1000px;
	border: dotted 0px #333
}

.pro li {
	float: left;
	margin: 14px 15px 0 0;
	background- color: #F5F5F5
}

.pro1 li {
	float: left;
	margin: 18px 0 0 0px;
	height: 200px;
}

.pro li:hover p {
	color: #778235;
}

.pro li:hover img {
	border: #555e1a solid 4px;
}

.pro .onenter {
	width: 180px;
	height: 25px;
	background: url(img/zz8.jpg);
	border: 0;
}

.pro .onenter img {
	border: 0;
}

.pro p {
	font-size: 12px;
	font-family: "宋体";
	text-align: center;
}

.pro div {
	margin: 3px 0 1px 0;
	text-align: center;
	border: 0;
}



/*内容页*/
.inTitR a {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	border-bottom: 3px solid #fff;
	padding: 0px 2px;
	margin-right: 4px;
	margin-left: 4px;
	font-size: 14px;
	font-family: "宋体";
}

.inTitR a:hover,
.inTitR .aOn {
	color: #ff0000;
	border-bottom: 3px solid #ff0000;
}

.fenye {
	width: 960px;
	left: 0;
	bottom: 15px;
	text- align: center;
}

.fenye a,
.fenye span {
	display: inline;
	padding: 0 6px;
	height: 24px;
	line-height: 24px;
}

.fenyeX {
	width: 100%;
	text-align: center;
	height: 60px;
	line-height: 60px;
}

.fenyeX a,
.fenyeX span {
	display: inline;
	padding: 0 6px;
	height: 24px;

	line-height: 24px;
}

.nrxlDq {
	height: 24px;
	line-height: 24px;
	margin-top: 20px;
	margin-left: 10px;
	border-left: 1px solid #cccccc;
	padding-left: 10px;
}

.nrxlDq a {
	font-size: 14px;
	font-family: "宋体";
}

.h75 {
	height: 75px !important;
}

.nrxl p {
	line-height: 30px;
	font-size: 16px;
	font-family: "宋体";
	text-indent: 30px;
	padding-bottom: 8px;
	padding-top: 12px;
}

.nrxl img {
	margin: 10px 0 10px 0;
}

.nrxlTit {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding-left: 15px;
	border-bottom: 1px dashed #cccccc;
}

.nrxlUl {
	padding: 10px 0;
	min-height: 200px;
	height: auto !important;
	height: 300px;
	text-align: left;
}

.nrxlUl li {
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
}

.nrxlUl li a {
	color: #555555;
	font-weight: bold;
	font-size: 14px;
}

.nrxlUl li a:hover {
	color: #E39C20;
}

.nrxlUl a,
.nrxlUl span {
	display: inline-block;
}

.nrxlUl a {
	width: 90%;
}

.nrxlUl span {
	width: 9%;
	color: #999999;
}

.bzzn,
.nrxl {
	width: 96%;
	margin: 0 auto;
	padding-top: 10px;
}

.bzzn .tit {
	height: 58px;
	line-height: 58px;
	font-size: 18px;

	position: relative;
	border-bottom: 1px dashed #cccccc;
	text-align: center;
}

.bzzn .p1 {
	position: absolute;
	display: inline;
	height: 20px;
	line-height: 20px;
	right: 10px;
	bottom: 5px;
}

.bzzn .p1 span {
	margin-left: 20px;
	font-size: 12px;

	color: #666666;
}

.bznDl {
	padding-bottom: 30px;
}

.bznDl dt {
	font-size: 16px;
	line-height: 32px;
	padding-top: 12px;
}

.bznDl dd {
	line-height: 28px;
	font-size: 14px;
	text-indent: 30px;
}


#currcn {
	color: #E39C20;
	background: url(../images/nav_on.jpg) repeat-x top center;
}

/*index*/
/*computer*/
.search {
	height: 288px;
	background: url(/images/search-bg.png) no-repeat center;
	border-bottom: 1px solid #d8e0e6;
}

.search .ssText {
	width: 700px;
	height: 40px;
	padding-left: 10px;
	*padding: 12px 0 12px 10px;
	*height: 16px;
	background: rgba (255, 255, 255, .75);
	/* border-radius:5px; */
	border: 1px solid #ddd;
	color: #999;
	font: 16px "Microsoft YaHei";
	float: left;
}

.search .input {
	width: 840px;
	margin: 0 auto;
	padding-top: 85px;
}

.search {
	height: 288px;
}
.search_content{
	width:100%;
}
.srarch_rt_list{
	padding:0px 20px 0px;
}

.huodongjinian_right ul li {
	overflow: inherit;
	height: 25px;
	line-height: 22px;
	padding-left: 10px;
	width: 100%;
	font-size:
		15px;
	line-height: 22px;
	border-bottom: 1px dashed #cfcfcf;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#more a {
	float: right;
	padding-right: 5px;
}

.main_Books img {
	margin-top: 5%;
	box-shadow: 0px 1px 0px 2px #ababab;
	width: 200px;
	height: 275px;
}

.Main_Books_tit {
	margin-top: 7%;
	font-size: 15px;
}

.Main_cont {
	background-color: #f6f6f6;
	height: 400px;
	width: 100%;
	border-bottom: 1px solid #cdcdcd;
}

.Main_info,
.Main_items {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #f6f6f6;
}

.Main_left,
.Main_right {
	border: 1px solid #cdcdcd;
	height: 440px;
	width: 45%;
}

.Main_right {
	margin-left: 114px;
	margin-top: 0px;

}

.header-menu-button,
.mainNav {
	display: none;
}

.fenye_table {
	margin: 20px 30px 0px 50px;
}

.oh {
	font-size: 15px;
	width: 100%;
	/* float: left; */
	padding: 10px 10px 10px 4px;
	border-top: 1px solid #cbcbcb;
}

.fl {
	float: left;
}

.btn {
	background-color: #c51d1d;
	border: 0px;
	width: 70px;
	height: 30px;
	color: white;
	margin-left: 20px;
}

/*phone*/
@media screen and (max-width:600px) {

	input[type="button"],
	input[type="submit"],
	input[type="reset"] {
		-webkit-appearance: none;
	}

	textarea {
		-webkit-appearance: none;
	}

	-webkit-appearance: none;

	input[type=button] {
		-webkit-appearance: none;
		outline: none
	}

	.search {
		height: 120px;
		background: url(/images/phone_banner.png) no-repeat center;
		border-bottom: 1px solid #d8e0e6;
		background-size: 100% 100%;
	}

	.logo {
		padding-top: 20px;
		width: 60%;

	}
	.main_rt{
		background: white;
	}

	.search .ssText {
		width: 63%;
		height: 40px;
		padding-left: 10px;
		*padding: 12px 0 12px 10px;
		*height: 16px;
		background: rgba(255, 255, 255, .75);
		/* border-radius: 5px; */
		border: 1px solid #ddd;
		color: #999;
		font: 16px"Microsoft YaHei";
		float: left;
	}

	.main_2 {
		border-bottom: 1px solid #cdcdcd;
		height: 590px;
		width: 100%;
		background: #f6f6f6;
		overflow: hidden;
	}

	.main_2_left {
		float: none;
		width: 100%;
		height: auto;
		margin-top: 30px;
	}

	.huodongjinian_left {
		width: 50%;
		height: 90%;
		display: none;
		padding-top: 30px;
		float: left;
		margin: 10px auto;
	}

	.huodongjinian_right {
		width: 100%;
		height: 98%;
		float: right;
	}

	.huodongjinian_right ul li {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		height: 25px;
		line-height: 22px;
		padding-left: 0px;
		width: 100%;
		font-size: 15px;
		line-height: 22px;
		border-bottom: 1px dashed #cfcfcf;
	}

	#more {
		background-color: #dfdfdf;
		text-align: center;
		padding-top: 10px;
	}

	#more a {
		float: none;
		padding-right: 0px;
	}

	.main_2_right {
		float: none;
		width: 100%;
		height: 85%;
		margin-top: 30px;
	}

	.more {
		width: 50px;
		height: 100%;
		float: right;
	}

	.main_Books img {
		margin-top: 5%;
		box-shadow: 0px 1px 0px 2px #ababab;
		width: 100%;
		height: 160px;
	}

	.Main_cont {
		display: none;
		background-color: #f6f6f6;
		height: 400px;
		width: 100%;
		border-bottom: 1px solid #cdcdcd;
	}

	.news .news_list .con p {
		width: 57%;
		padding-left: 2px;
		color: #666;
		font-size: 14px;
		height: 57px;
		line-height: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		display: -webkit-box;
	}

	.Main_info {
		display: -webkit-flex;
		display: inherit;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		background: #f6f6f6;
	}

	.Main_left,
	.Main_right {
		border: 1px solid #cdcdcd;
		height: 500px;
		width: 100%;
	}

	.Main_right {
		margin-top: 20px;
		margin-left: 0px;
		height:450px;
	}

	.box2 {
		margin-top: -25px;
		height: auto;
	}

	.wrap {
		display: none;
	}

	.header-menu-button {
		height: 60px;
		display: block;
		width: 18px;
		position: absolute;
		right: 2%;
		top: 0;
		bottom: 97%;
		cursor: pointer;
	}

	.header-menu-button div {
		height: 14px;
		position: absolute;
		width: 100%;
		top: 50%;
		margin-top: -7px;
	}

	.header-menu-button span {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 16.66%;
		background: #fff;
		transition: all .3s;
	}

	.header-menu-button span:nth-child(1) {
		top: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.header-menu-button span:nth-child(2) {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.header-menu-button span:nth-child(3) {
		top: 100%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.mainNav {
		margin-top: -16%;
		display: none;
		top: 100%;
		position: relative;
		z-index: 99;
	}

	.mainNav ul {
		margin: 0px;
		background: aliceblue;
		padding: 0px;
	}

	.mainNav h4 {
		position: relative;
		padding: 12px 2%;
		font-size: 15px;
		margin: 0;
		font-weight: bold;
	}

	.mainNav ul>li {
		border-bottom: 1px solid #e7e9ec;
	}

	.mainNav li {
		list-style: none;
	}

	.mainNav li a {
		text-decoration: none;
		color: black;
		cursor: pointer;
	}


	.TOP {
		display: none !important;
	}

	.search .input {
		width: 340px;
		margin: 0 auto;
		padding-top: 35px;
	}

	.main_2 {
		/*display:none;*/
	}

	#panda-show {
		display: none;
	}


	/*channels 栏目*/
	.lmy {
		width: 100%;
		height: 1130px;
		background: #fff;
		border: 1px solid #fff;
	}

	.inMainH800 {
		width: 100%;
		margin: 10px auto 0;
		background: #fff;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		padding-bottom: 20px;
		height: 1100px;
		position: relative;
	}

	.htzc {
		margin-top: 10px;
		margin-left: 0px;
		width: 100%;
	}

	.fenye {
		width: 100%;
		left: 0;
		bottom: 15px;
		text-: ;
		align: ;
		center: ;
	}

	.lmy_left {
		display: none;
		width: 245px;
		height: 1130px;
		float: right;
		background: #fff;
	}

	.lmy_conter {
		width: 100%;
		background: #fff;
		float: left;
	}

	.htzc a {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		width: 60%;
		padding-left: 1.5%;
		color: #464646;
	}

	.htzc span {
		width: 30%;
		color: #999999;
		float: right;
	}

	.fenye_table {
		margin: 20px 30px 0px 20px;
	}




	.main_rt1 {
		width: 95%;
		padding: 0px;
		float: left;
	}

	.news_li {
		padding: 28px 0 28px 0;
		border-bottom: 1px dashed #ccc;
		_height: 93px;
		height: 100px;
		width: 100%;
		/* margin: 0px auto; */
	}

	.news_txt {
		width: 56%;
		float: left;
		padding-left: 20px;
		position: relative;
		height: 113px;
	}

	.news_more {
		margin-top: 0%;
		float: right;
		color: #000000;
	}

	.news_txt-introduction {
		height: 80px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: pre-wrap;
	}

	.list-select {
		display: none;
	}

	/*CONTENT*/
	.lmy_conter1 {
		width: 100%;
		background: #fff;
		/* margin-left: 200px; */
	}

	.wid960 {
		width: 100%;
		background-color: #FFF;
		margin: 0px auto 0px;
	}

	.nrxl img {
		width: 90% !important;
		height: auto !important;
		margin: 0 auto !important;
		float: none !important;
	}

	.nrxl p img {
		width: 90% !important;
		height: auto !important;
		margin: 0 auto !important;
		float: none !important;
	}

	.nrxl p {
		text-indent: 2rem;
		text-align: justify;
	}

	.nrxlUl a {
		white-space: nowrap;
		overflow: hidden;
		width: 69%;
		text-overflow: ellipsis;
	}

	.nrxlUl span {
		width: 30%;
		color: #999999;
	}

	.nav {
		margin-right: 0px;
	}

	.oh {
		font-size: 15px;
		width: 96%;
		/* float: left; */
		padding: 10px 10px 10px 4px;
		border-top: 1px solid #cbcbcb;

	}

	.fl {
		float: left;
	}

	.txt2 {
		height: 25px;
		outline: none;
	}

}