/**************************************/
/*************[公用start]**************/
/**************************************/

/*主站变灰*/
/*html {
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}
* {
-moz-filter: grayscale(100%); 
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%); 
filter: gray;
}*/
/*主站变灰*/

/*淘宝变灰*/
/* body, html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    }*/

/*淘宝变灰*/

/*百度百科變灰*/


/*body.memorial>* {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1)
}
*/


/*百度百科變灰*/

body{
	background-image: url(../images/body.jpg);

	background-position: center top;
	padding-bottom: 100px;
}
*{
	font-family: "Arial";
}



div.clear{
	clear: both;
	height: 0;
	width: 0;
}




a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/

	overflow: hidden;
}

.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/


.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}

.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{
	height: 115px;
}

.logo{
	width: 72px;
	margin-left: 40px;
	margin-top: 28px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

.login-a{
	width: 110px;
	height: 49px;
	line-height: 49px;
	padding-left: 42px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/login-a.png);
	margin-top: 31px;
}

.login-a a{
	font-size: 16px;
	color: #666666;
}
.login-a a:hover{
	color: #006600;
}

.search{
	position: relative;
	margin-top: 31px;
	width: 396px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 33px;
	padding-right: 60px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 28px;
}
.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 47px;
	border:0;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding: 8px 0px;
	letter-spacing: 1px;
}

.search input[type="image"]{
	position: absolute;
	right: 20px;
	top: 13px;
	width: 21px;
}


/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.banner-wen{
	padding-bottom: 45px;
	text-align: center;
}

.banner-wen h1{
	margin:0;
	font-size: 36px;
	color: #333333;
	font-family:'Impact';
}


.banner-wen h2{
	margin:0;
	font-size: 60px;
	color: #333333;
	font-family:'Impact';
	margin:10px 0 20px;
}

.banner-wen h3{
	margin:0;
	font-size: 20px;
	color: #333333;
	letter-spacing: 1px;
}
.banner-wen h4{
	margin:0;
	font-size: 18px;
	color: #333333;
	margin-top: 25px;
}

.main-div{
	background-color: #f3f3f3;
	overflow: hidden;
	min-height: 500px;
	position: relative;
}
.menu{
	width: 334px;
	padding: 34px;
}
.menu::after{
	position: absolute;
	width: 334px;
	left: 0;
	top: 0;
	bottom: 0;
	content:"";
	background-color: #fff;
	z-index: 15;
}
.menu dl{
	margin:0;
	position: relative;
	z-index: 25;
}
.menu dd+dd{
	margin-top: 3px;
}
.menu dd>a{
	display: block;
	padding: 10px 15px 10px 34px;
	background-color: #fff;
	font-size: 16px;
	color: #666;
	border-left: 4px solid #fff;
}

.menu dd>a:hover,.menu dd.cur>a{
	background-color: #f3f3f3;
	border-color: #006600;
}


.main-div-con{
	overflow: hidden;
	border-top: 4px solid #006600;
}

.index1{
	background-color: #fff3cb;
	padding: 40px 50px;
}
.index1-h1{
	font-size: 30px;
	font-family: 'Impact';
	text-align: center;
	color: #333;
}
.index1-p{
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 2.3;
	margin-top: 25px;
}
.index2{
	font-size: 16px;
	color: #333;
	line-height: 2.2;
	word-break: break-all;
}
.index2 p{margin:0;}

/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{

}

.footer-div{
	background-color: #006600;
	padding: 40px 130px;
	font-size: 16px;
	color: #fff;
	line-height: 2;
	text-align: center;
	position: relative;
}

.foo-logo{
	position: absolute;
	right: 37px;
	top: 50%;
	margin-top: -33px;
}

.foo-logo a,.foo-logo img{
	display: block;
	width: 100%;
}


/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;

}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;

}

.nav-2>ul>li{

	border-top: 1px dotted #ccc;
	position: relative;
}

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;

	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);

}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{

	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;

}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 17px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 60px;
   margin-left: 15px;
   margin-top:10px;
}

.logo-2 img{
	display: block;
	width: 100%;
}


.menu2{

	margin-right: 15px;
	height: 75px;
	font-size: 0;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/


}

.chenggao{
		display: none;
		height: 75px;
	}


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;

}






/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/




.main-div-content{
	padding: 40px;
}

.board-title{
	font-size: 30px;
	color: #fff;
	font-family: 'Impact';
	background-color: #006600;
	padding: 10px;
	text-align: center;
}
.board-table{
	margin-top: 15px;
}
.board-table table.table{
	margin:0;
}
.board-table table.table tr td{
	height: 40px!important!important;
	vertical-align: middle!important;
	font-size: 16px!important;
	color: #333!important;
	border:0!important;
	padding-left: 120px!important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f3f3f3!important;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #fbfbfb!important;
}

.board-item+.board-item{
	margin-top: 25px!important;
}

.authors-con{
	font-size: 20px;
	color: #333;
	line-height: 2;
	margin-top: 25px;
}


.main-form{
	padding: 45px 80px;
	background-color:#fff3cb;
}
.main-form select:focus,
.main-form input:focus{
	outline: none;
}
.main-form1{
	width: 94px;
	font-size: 16px;
	color: #333;
	height: 34px;
	line-height: 34px;
}

.main-form2{
	width: 188px;
	margin-right: 12px;
}

.main-form2 select{
	display: block;
	width: 100%;
	height: 35px;
	background-color:#fff;
	border:1px solid #e0e0e0;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding: 6px 15px;
}

.main-form3{
	width: 238px;
	margin-right: 12px;
}

.main-form3 input{
	display: block;
	width: 100%;
	height: 34px;
	background-color:#fff;
	border:1px solid #e0e0e0;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding: 6px 15px;
}
.main-form4{
	width: 150px;
}
.main-form4 input{
	display: block;
	width: 100%;
	height: 34px;
	background-color:#006600;
	border:0;
	font-size: 14px;
	color: #fff;
	
}

.main-form4 input:hover{
	font-weight: bold;
}

.contents-list{
	padding: 20px 115px 40px;
}

.contents-list dl{
	margin:0;
}

.contents-list dd+dd{
	margin-top: 12px;
}

.contents-list dd{
	border:1px solid #e0e0e0;
	background-color: #fff;
	padding: 12px 15px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 1.5;
}

.contents-list dd a:hover{
	color: #006600;
}

.fenye ul{
	margin:0;
}

.fenye{
	text-align: center;
}

.contents-title{
	text-align: center;
}

.contents-title h1{
	margin:0;
	font-size: 26px;
	color: #333;
	text-align: center;
	font-weight: bold;
}

.contents-title h2{
	margin:0;
	font-size: 16px;
	color: #d00000;
	text-align: center;
	margin:15px 0 20px;
}

.contents-title-line{
	max-width: 266px;
	margin:0 auto;
	border-top: 1px solid #b8b8b8;
}

.contents-title-line span{
	display: block;
	width: 76px;
	height: 5px;
	background-color: #006600;
	position: relative;
	margin:0 auto;
	top: -1px;
}

.contents-a{
	margin-top: 40px;
}

.contents-a-item{
	margin-top: 30px;
}

.contents-a-item-h1{
	font-size: 24px;
	color: #006600;
	font-weight: bold;
	text-align: center;
}
.contents-a-item p{
    font-family: "Times New Roman";
    font-size: 12pt;
    color: rgb(0, 0, 255)!important;
}
.contents-a-item a{
    font-family: "Times New Roman";
    font-size: 12pt;
    color: rgb(0, 0, 255)!important;
}
.contents-a-item a{
text-decoration:none !important;
}
.contents-a-ul{
	margin-top: 15px;
}
.contents-a-li{
	padding: 15px 30px;
	padding-right: 130px;
	position: relative;
}

.contents-a-li:nth-child(odd){
	background-color: #fff;
}
.contents-a-con{
	font-size: 16px;
	line-height: 2;
	color: #333;
	position: relative;
}
.contents-a-con span{
	color: #006600;
	font-weight: bold;
}

.contents-a-num{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 16px;
	color: #006600;
	width: 70px;
	text-align: center;
}