/**************************************/
/*************[公用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)
}
*/


/*百度百科變灰*/
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{

}

.header-1{
	height: 123px;
	background-color: #fff;
}

.logo{
	/*width: 295px;*/
	margin-top: 17px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

.nav-wp{
	background-color: #2e73b8;
}

.nav-wp .container{
	position: relative;
	padding-right: 350px;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 25%;
	text-align: center;
	position: relative;

}
.nav>ul>li>a{
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color:#fff;
	/*font-weight: bold;*/
	/*transition: .3s;*/

}
.nav>ul>li>a:hover,.nav>ul>li.cur>a{
	font-weight: bold;
}
.nav>ul>li>a img{
	margin-right: 5px;
	margin-top: -3px;
}
.search{
	position: absolute;
	right: 0;
	top: 10px;
	width: 237px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center;
}
.search input:focus{
	outline: none;
}
.search input[type="text"]{
	width: 100%;
	border:0;
	height: 41px;
	padding: 6px 50px 6px 22px;
	background-color: transparent;
	font-size: 16px;
	color: #333;
	line-height:  1.42857143;
}
.search input[type="image"]{
	position: absolute;
	right:24px;
	top: 10px;
}
/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}


.banner{
	height: 495px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.banner img{
	display: none;
	width: 100%;
}

.main{
	padding: 70px 0;
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f9f9f9;
}


.title-11{
	height: 87px;
	background-repeat: no-repeat;
	background-position: center;
}


.main-box+.main-box{
	margin-top: 80px;
}

.main-div{
	background-color: #fff;
	margin-top: 25px;
}

.main-pic{
	width: 515px;
}

.main-pic .imgbox_a{
	padding-bottom: 69%;
}


.main-con{
	overflow: hidden;
	padding: 13px 50px 0;
}

.main-list dl{
	margin:0;
}
.main-list dd{
	height: 50px;
	line-height: 49px;
	padding-left:20px ;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dd.png);
	position: relative;
	padding-right: 90px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	color: #333;
}

.main-list dd a:hover{
	color: #c61000;
}
.main-list dd+dd{
	border-top: 1px solid #f4f4f4;
}

.main-date{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #bbb;

}

.more{
	font-size: 14px;
	color: #333;
	text-align: right;
}
.more a:hover{
	color: #c61000;
}


.pf>a{
	display: block;
	height: 495px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}



.pf>a>img{
	display: none;width: 100%;
}



/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	font-size: 16px;
	color: #333;
	text-align: center;
	padding: 22px 0;
	line-height: 2;
}




/**************************************************************/
/*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;
	/*background-color: #0089d0;*/

}
.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: 4px 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:283px;
	margin-left: 15px;
	margin-top: 18px;
}

.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样式要求区域]**********/
/**************************************/

.erji{
	padding: 70px 0;
	background-color: #f9f9f9;
}

.erji .main-div{
	padding: 20px 30px 30px;
}

.erji .main-list{
	border-bottom: 1px solid #f4f4f4;
}
.fenye{
	text-align: center;
	margin-top: 35px;
}

.fenye ul{
	margin:0;
}

.danpian{
	padding:15px 0 10px;
}
.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#333;
	text-align: center;

}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;

}
.bsBox,.bsBox *,#bsPanelHolder,#bsPanelHolder *{
	-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 10px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	color:#666!important;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}


.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
	font-size: 16px;
	color:#666;
}

.dan-a a:hover{
	color:#c61000;
}
