/*Gray all*/
/* html {filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);} */

/*全局样式*/
*{
	margin: 0 auto;
	padding: 0;
	font-family: '微软雅黑';
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
.cp{
	cursor: pointer;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.bg1{
	background: #EFCE88;
}
.bg2{
	background: #93BE53;
}
.bg3{
	background: #37BD9C;
}
.bg4{
	background: #42ACD6;
}
.bg10{
	background: #97b7dd;
}
.memeda{
	background: red;
}
/*header*/
.header{
	width: 100%;
	height: 223px;
	background: url(../images/index/pc/header_bg.jpg);	
}
/*nav*/
.nav_area{
	background: #fff;
}
.nav{
	width: 100%;
	height: 43px;
	background: #b99d75;
	font-size: 18px;
}
.nav ul{
	width: 1024px;
	height: 43px;
}
.nav ul li{
	width: 128px;
	height: 43px;
	float: left;
	text-align: center;
	line-height: 43px;
}
.nav ul li a{
	color: #fff;
	display: block;
	transition: background-color .5s ease;
}
.nav ul li a:hover{
	background: url(../images/index/nava.png) no-repeat bottom center;
	background-color: #efce88 ;
}
.nav ul li .live{
	background-color: #efce88 ;
	background: url(../images/index/nava.png) no-repeat bottom center;
}
.active{
	background: url(../images/index/nava.png) no-repeat bottom center;
	background-color: #efce88 ;
}
.nav-box{
	width: 963px;
	overflow: hidden;
	height: 0px;
	font-size: 18px;
}
.nav-box ul li{
	min-width: 131px;
	height: 50px;
	float: left;
	text-align: center;
	line-height: 50px;
}
.nav-box ul li a{
	color: #69798b;
	display: block;
	transition: all .5s ease;
	padding: 0 10px;
}
.nav-box ul li a:hover{
	background: #fdeece;
	color: #000;
}
.nav-box ul li .live{
	background: #fdeece;
	color: #000;
}
.area{
	width: 960px;
	color: #000;
	font-size: 14px;
	padding-left: 27px;
	height: 50px;
	line-height: 50px;
}
.area a{
	color: #000;
	font-size: 14px;
}
.area span{
	font-size: 14px;
	color:#efce88;
}
/*content*/
.pagecontent{
	background: #eeeeee;
	padding-top: 20px;
}
.content{
	background: #fff;
	width: 960px;
	padding-bottom: 20px;
}
.content h2{
	font-size: 24px;
	font-weight: inherit;
	padding: 31px 22px;
	color: #000;
	text-align: center;
border-bottom: 1px dashed #DDD;
}
.content h2 img{
	width: 35px;
	height: 35px;
	float: left;
}
.content #load li{
	width: 960px;
	min-height: 180px;
	cursor: pointer;
	background: url(../images/index/icon/load.png) no-repeat 850px 90px;
	transition: height .5s ease;
	padding-bottom: 40px;
}
.content #load li:hover{
	background-color: #fdeece;
}
.content #load li span{
	font-size: 24px;
	width: 820px;
	margin-left: 100px;
	color:#000;
	padding-top: 25px;
	display: block;
}
.content #load li div{
	width: 820px;
	margin-left: 100px;
	color:#6b6b6b;
	line-height: 30px;
	margin-top: 20px;
	overflow: hidden;
	height: 65px;
	font-size: 18px;
}
.content .tw li{
	width: 960px;
	height: 210px;
}
.content .tw li a{
	display: block;
	height: 190px;
	padding-top:20px;
	transition: all .5s;
}
.content .tw li a:hover{
	background: #fdeece;
}
.content .tw li a:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.content .tw a .imgbox{
	position: relative;
	overflow: hidden;
}
.content .tw a .imgbox img{
	width: 236px;
	height: 169px;
	margin-left: 20px;
	transition: all .5s;
}
.content .tw a .txtbox{
	width: 600px;
	height: 169px;
	margin-right: 20px;
	position: relative;
}
.content .tw a .txtbox h4{
	margin-bottom: 16px;
	font-weight: bold;
	color: #484848;
}
.content .tw a .txtbox p{
	position: relative;
	height: 6em;
	font-size: 14px;
	line-height: 2em;
	color: #858585;
	overflow: hidden;
}
.content .tw a .txtbox .datebox{
	position: absolute;
    left: 0;
    bottom: 0;
}
.content .tw a .txtbox .datebox span{
	padding-left: 25px;
	margin-right: 20px;
	background: url(../images/index/icon/date.png) no-repeat 0 center;
	font-family: Gotham, "Helvetica Neue ", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #858585;
}
.content .tw a .txtbox .datebox i{
	font-size: 14px;
	padding-left: 25px;
	font-style: normal;
	background: url(../images/index/icon/eye.png) no-repeat 0 center;
	color: #858585;
}
.page{
	display: block;
	padding-top: 30px;
	padding-bottom: 65px;
	text-align: center;
}
.page a{
	display: inline-block;
	width: 84px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #6986eb;
	border: 1px solid #6986eb;
	border-radius: 5px;
	margin: 0 9px;
	transition: background .5s ease;
}
.page a:hover {
    background: #c3c3c3;
    color: #FFF;
}
/*footer*/
.footer {
  display: block;
  width: 100%;
  background-color: #57575E;
  color:#fff;
  height: 110px;	
}
.footer .footer_content{
	width: 980px;
	height: 110px;
	margin: 0 auto;
}
.footer .footer_content .footer_logo{
	width: 236px;
	height: 110px;
}
.footer .footer_content .footer_logo img{
	width: 236px;
	margin-top: 13px;
}
.footer .footer_content .footer_other{
	width: 700px;
	padding-top: 3px;
}
.footer .footer_content .footer_other p{
	font-size: 12px;
	color: #c9c7c7;
	margin-top: 13px;
}
.footer .footer_content .footer_other p a{
	font-size: 12px;
	color: #c9c7c7;
}
.footer .footer_content .footer_other p .local{
	font-size: 12px;
	color: #fffefe;
	background: url(../images/index/icon/address.png) no-repeat;
	display: block;
	width: 85px;
	text-align: center;
	float: left;
	cursor: pointer;
}
.footer .footer_content .footer_other p span{
	font-size: 12px;
	float: left;
	color: #c9c7c7;
	margin-right: 20px;
}
.foot_map{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.4);
	display: none;
}
.foot_map div ul{
	position: absolute;
	left: 50%;
	top: 45%;
	margin: -278px auto auto -478px;
	padding: 40px;
	width: 960px;
	height: 560px;
	background: #fff;
}
.foot_map a {
    position: absolute;
    color:#cc0000;
    top: 0px;
    right: 10px;
    line-height: 1em;
    font-size: 30px;
    display: block;
}
.contact{
	width: 48px;
	height: 224px;
	position: fixed;
	left:45px;
	top:350px;
}
.contact ul li{
	width: 48px;
	height: 48px;
	margin-bottom: 8px;
	border-radius: 5px;
}
.contact ul li a{
	width: 48px;
	height: 48px;
	border-radius: 5px;
	display: block;
	text-align: center;
	line-height: 48px;
}
.contact ul li a img{
	width: 32px;
	padding-top: 10px;
}
.wechat_show{
	width: 126px;
	height: 128px;
	position: absolute;
	text-align: center;
	left:60px;
	top:88px;
	display: none;
	border-radius: 5px;
}
.wechat_show img{
	margin-top: 5px;
	width: 118px;
	height: 118px;
}
.phone_show{
	width: 126px;
	height: 48px;
	position: absolute;
	text-align: center;
	left:60px;
	top:57px;
	line-height: 48px;
	border-radius: 5px;
	display: none;
}
.foot_map{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.4);
	display: none;
}
.foot_map div ul{
	position: absolute;
	left: 50%;
	top: 45%;
	margin: -278px auto auto -478px;
	padding: 40px;
	width: 960px;
	height: 560px;
	background: #fff;
}
.foot_map a {
    position: absolute;
    color:#cc0000;
    top: 0px;
    right: 10px;
    line-height: 1em;
    font-size: 30px;
    display: block;
}
/*单页面*/
.detail-content{
	width: 800px;
	padding-bottom: 50px;
	clear: both;
	min-height: 324px;
	color: #666;
	font-size: 16px;
	line-height: 2;
	padding-top: 20px;
	word-break: break-all;
}
/*article detail*/
.datebox{
	font-size: 13px;
	color: #797979;
	margin: 0;
	padding: 0;
	outline: none;
	text-align: center;
}
.datebox span{
	padding-left: 25px;
	margin-right: 20px;
	background: url(../images/index/icon/date.png) no-repeat 0 center;
	font-family: Gotham, "Helvetica Neue ", Helvetica, Arial, sans-serif;
}
.datebox i{
	padding-left: 25px;
	font-style: normal;
	background: url(../images/index/icon/eye.png) no-repeat 0 center;
}
/*book list*/
.book{
	width: 950px;
	height: auto;
	float: left;
	background: #fff;
	padding-bottom: 40px;
	padding-left: 10px;
	min-height: 333px;
}
.book li{
	float: left;
	width: 208px;
	height: 289px;
	margin-top: 21px;
	margin-left: 21px;
	overflow: hidden;
}
.book a{
	display: block;
	width: 208px;
	height: 289px;
}
.book a img{
	width: 208px;
	height: 289px;
	transition:all .5s ease;
}
.book a span{
	display: block;
	width: 208px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: rgba(0,0,0,0.7);
	color: #fff;
	position: relative;
	bottom: 49px;
	transition:all .5s ease;
	z-index: 5;
}
.book a:hover span{
	background: rgb(185,157,117);
}
.book a:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.book a:hover .textbox{
	opacity: 1;
	left: 0px;
}
.book .textbox{
	width: 208px;
	height: 289px;
	background: rgba(210,162,60,0.8);
	position: relative;
	bottom: 337px;
	opacity: 0;
	left:300px;
	transition: all .5s ease;
}
.book .textbox p{
	color: #fff;
	line-height: 25px;
	padding-top: 25px;
	padding-left: 25px;
	font-size: 14px;
	padding-right: 25px;
}
/*book detail*/
.book-img{
	width: 187px;
	height: 253px;
	overflow: hidden;
}
.book-img img{
	width: 187px;
	height: 253px;
	transition: all .5s ease;
}
.book-img img:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.book-info{
	width: 550px;
	height: 253px;
}
.book-info h2{
	padding: 30px 0;
	font-weight: bold;
	font-size: 19px;
	color: #444;
}
.book-info table{
	width: 550px;
	height: 167px;
	font-size: 14px;
	line-height: 2;
}
.description{
	margin-top: 20px;
	width: 800px;
}
.nx_page{
	padding-top: 30px;
	width: 800px;
}
.nx_page a{
	display: block;
	width: 33%;
	height: 45px;
	float: left;
	line-height: 45px;
	text-align: center;
	transition: all .5s ease;
	color: #666;
	background: #dddddd;
	margin-right: 1px;
}
.nx_page a:hover{
	background-color: #b99d75;
	color: #fff;
}
/*activity list*/
.datebox tt{
	font-weight: bold;
	color: #484848;
	margin-right: 20px;
	font-size: 18px;
}
.list5 p {
  	font-size: 16px;
	line-height: 2;
	color: #858585;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	word-break:break-all;
}
.list5 li{
	width: 960px;
	height: 210px;
}
.list5 li a{
   	display: block;
	height: 210px;
	padding-top: 20px;
	transition: all .5s;
}
.list5 li a:hover{
	background: #fdeece;
}
/*other*/
.icon {
    height: 50px;
    float: right;
    margin-top: -30px;
	margin-right: 75px;
}
.loginbox {
	float: right;
	padding: 13px;
	width: 454px;
	height: 469px;
	background: rgba(255,255,255,.3);
}
.loginbox .close { display: none; }
.loginbox form {
	padding: 48px 55px 0;
	height: 420px;
	background: #FFF;
}
.loginbox h4 {
	margin-bottom: 40px;
	font-size: 30px;
	color: rgba(0,0,0,0.7);
	text-align: center;
	font-weight: inherit;
}
.loginbox div { margin-bottom: 25px; }
.loginbox label {
	margin-left: -5px;
	display: inline-block;
	width: 107px;
	height: 54px;
	line-height: 54px;
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	text-align: center;
	color: #979797;
	vertical-align: middle;
}
.loginbox input[type="text"],
.loginbox input[type="password"] {
	padding: 0 20px;
	width: 199px;
	height: 54px;
	line-height: 54px;
	border: 1px solid #e5e5e5;
	border-left: 0;
	color: #3a3a3a;
	font-family: Gotham, "Helvetica Neue ", Helvetica, Arial, sans-serif;
	vertical-align: middle;
}
.loginbox input[type="button"] {
	margin-bottom: 20px;
	width: 350px;
	height: 48px;
	border: none;
	background: #EFCE88;
	margin-left: -5px;
	color: #FFF;
}
.loginbox p {
	line-height: 2;
	font-size: 12px;
	color: #979797;
	width: 340px;
}
.loginbox span {
     color: #d72323;
     font-size: 13px;
}
.ssoLoignBox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.4);
	display: none;
}
.ssoLoignBox .loginbox {
	float: none;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -267px auto auto -240px;
}
.ssoLoignBox .close {
	position: absolute;
	top: 15px;
	right: 15px;
	font-family: monospace;
	font-size: 30px;
	font-weight: bold;
	color: #0e4e9e;
	display: block;
	width: 30px;
	height: 31px;
	text-align: center;
	line-height: 31px;
}
.ssoLoignBox .close:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
}
.header ul{
	width: auto;
	float: right;
	margin-right: 350px;
	text-align: center;
	color: #2a3879;
	font-size: 12px;
	font-weight: bold;
	padding: 0 12px;
	background: rgba(255,255,255,.9);
	height: 36px;
}
.header ul a{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	color: #2a3879;
}
.date_search{
	padding-top:20px;
	padding-left:30px;
}
.date_search .btn{
	background: #b99d75;
	display: inline-block;
	width: 180px;
	padding: 6px 12px;
	margin-bottom: 0;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #fff;
}
.date_search a{
	background: #b99d75;
	display: inline-block;
	width: 180px;
	padding: 6px 12px;
	margin-bottom: 0;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #fff;
	font-size:12px;
}

/* #dituContent > div:nth-child(2){
	display: none;
  }
  #dituContent > div.BMap_omCtrl.BMap_ieundefined.BMap_noprint.anchorBR.quad4 > div.BMap_omOutFrame > div > div.BMap_omMapContainer > div:nth-child(2) > div{
	display: none;
  }
  #dituContent > div.BMap_omCtrl.BMap_ieundefined.BMap_noprint.anchorBR.quad4 > div.BMap_omOutFrame > div > div.BMap_omMapContainer > div:nth-child(2)
  {
	display: none;
  }
  */