/**************************************/
/*************[公用start]**************/
/**************************************/
@font-face{
	font-family:"san";
	src:url("../fonts/sanjijisongchaocu.ttf");
}
/*主站变灰*/
/*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{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
}


.logo{
	width: 613px;
	margin-top: 24px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

.header-right{
	margin-top: 20px;
}


.header-a{
	font-size: 14px;
	color: #fff;
	white-space: nowrap;
	text-align: right;
	padding-right: 22px;
}
.header-a a+ a{
	margin-left: 25px;
}
.header-a a img{
	margin-top: -3px;
	margin-right: 10px;
}
.nav{
	margin-top: 5px;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	position: relative;
	padding: 0 22px;
}
.nav>ul>li+li::before{
	content:"|";
	font-size: 18px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -14px;
}

.nav>ul>li>a{
	display: block;
	padding: 15px 0;
	font-size: 18px;
	color: #fff;
	position: relative;
}
.nav>ul>li>a::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 5px;
	content: "";
	background-color: #dfb494;
	opacity: 0;
	transition: opacity .3s;
}
.nav>ul>li.cur>a::after,
.nav>ul>li:hover>a::after{
	opacity: 1;
}

.nav>ul>li>ul{
	position: absolute;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	top:100%;
	z-index: 600;
	background-color: #fff;
	display: none;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 3px;
	text-align: center;
	line-height: 1.5;
	font-size: 15px;
	color:#333;
	/*transition: .3s;*/
	text-align: center;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #dfb494;
	color: #fff;
}





/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.banner{
	position: relative;
}

.banner::before{
	position: absolute;
	width: 100%;
	height: 151px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/banner-1-before.png);
	content:"";
	z-index: 15;
}

.fafa .flex-control-nav{
	height: 0;
	bottom: 75px;
}
.fafa .flex-control-paging li a{
	width: 117px;
	height: 7px;
	background-image: none!important;
	background-color: #fff;
	opacity: 0.2;
}
.fafa .flex-control-paging li a.flex-active{
	background-color: #dfb494;
	opacity: 1;
}


.pp50{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.main1{
	background-image: url(../images/main1-bg.jpg);
	padding: 100px 0 115px;
}

.main1-1{
	width: 903px;
}

.main1-2{
	width: 596px;
}

.main-over{
	overflow: hidden;
}


.fl-h1{
	font-size: 36px;
	color: #a10900;
	font-family: "san";
	line-height: 1;
}

.fl-h2{
	font-size:14px;
	color: #8b5e4f;
	font-family: "Georgia";
	text-transform: uppercase;
	margin-top: 7px;
}
.title-00{
	padding-bottom: 35px;
	position: relative;
}


.title-00 .fl{
	position: relative;
}
.title-00 .fl::before{
	width: 63px;
	height: 26px;
	background-image: url(../images/yun1.png);
	content:"";
	position: absolute;
	left: -26px;
	top: -26px;
}

.title-00 .fl::after{
	width: 55px;
	height: 27px;
	background-image: url(../images/yun2.png);
	content:"";
	position: absolute;
	right: -65px;
	bottom: -5px;
}




.title-00 a.fr{
	font-size: 16px;
	color: #333;
	position: absolute;
	right: 0;
	top: 18px;
}
.title-00 a.fr img{
	margin-top: -3px;
	margin-left: 13px;
}
.title-00 a.fr:hover{
	color: #a10900;
}

.main1-1-div{
	padding: 30px;
	background-image: url(../images/main1-1-bg.jpg);
}

.main1-1-pic-wp{
	width: 435px;
	margin-right: 30px;
}
.main1-1-pic .imgbox_a{
	padding-bottom: 69.4253%;
}

.main1-1-con{
	padding: 25px 30px;
	background-color: #f6ece1;
}

.main1-1-line{
	width: 27px;
	height: 4px;
	background-color: #a10900;
}

.main1-1-h1{
	font-size: 18px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 12px;
}
.main1-1-h1 a:hover{
	color: #a10900;
}
.main1-1-h2{
	font-size: 14px;
	color: #8b5e4f;
	margin-top: 12px;
	background-image: url(../images/jiao2.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.main1-1-right{
	padding-top: 6px;
}
.main1-1-menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main1-1-menu-item{
	width: 112px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	color: #333;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/main1-menu-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: background-image .3s,color .3s;
	cursor: pointer;
}
.main1-1-menu-item.cur{
	color: #fff;
	background-image: url(../images/main1-menu-bgh.png);
}


.main1-1-box{
	display: none;
}

.main1-1-box:first-child{
	display: block;
}



.tui{
	padding: 25px 0 ;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.tui-h1{
	font-size: 18px;
	color: #fff;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	font-weight: bold;
}
.tui-h1 a:hover{
	color: #a10900;
}
.tui-h2{
	font-size: 14px;
	color: #fff;
	margin-top: 12px;
	opacity: 0.5;
}

.main1-1-list dl{
	margin:0;
	padding-top: 30px;
}

.main1-1-list dd{
	position: relative;
	padding-right: 55px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	color: #fff;
	height: 20px;
	line-height: 20px;
}

.main1-1-list dd+dd{

	margin-top:30px;
}
.main1-1-list dd span.span_001{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	opacity: 0.5;
}

.main1-1-list dd a:hover{
	color: #a10900;
}


.main1-2-list dl{
	margin:0;
}
.main1-2-list dd+dd{
	margin-top: 27px;
}
.main1-2-list dd>a{
	display: block;
	padding: 10px 15px;
	padding-right: 30px;
	background-color: #fff;
	position: relative;
}
.main1-2-list dd>a::after{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content:"";
	background-image: url(../images/main1-2-after.jpg);
	background-size: cover;
	z-index: 10;
	opacity: 0;
	transition: opacity .3s;
}

.main1-2-date{
	width: 91px;
	height: 91px;
	background-image: url(../images/jie.png);
	text-align: center;
	padding-top: 15px;
	margin-right: 20px;
	position: relative;
	z-index: 15;
	transition: background-image .3s;
}
.main1-2-date-h1{
	font-size: 36px;
	color: #8b5e4f;
	font-family: 'Impact';
	line-height: 1;
	transition: color .3s;
}
.main1-2-date-h2{
	font-size: 12px;
	color: #8b5e4f;
	line-height: 1;
	margin-top: 5px;
	transition: color .3s;
}

.main1-2-con{
	padding-right: 80px;
	height: 78px;
	background-image: url(../images/main1-2-con-bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	position: relative;
	top: 6px;
	padding-top: 6px;
	z-index: 15;
}

.main1-2-a{
	font-size: 18px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow:hidden;
	transition: color .3s;
}
.main1-2-list dd>a:hover::after{
	opacity: 1;
}
.main1-2-list dd>a:hover .main1-2-date{background-image: url(../images/jieh.png);}
.main1-2-list dd>a:hover .main1-2-date-h1{color: #fff;}
.main1-2-list dd>a:hover .main1-2-date-h2{color: #fff;}
.main1-2-list dd>a:hover .main1-2-a{color: #fff;font-weight: bold;}



.main2{
	background-image: url(../images/main2-bg.jpg);
	padding: 50px 0;
}

.main2-div{
	width: 50%;
	padding-left: 140px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 556px;
	position: relative;
}
.main2-div.fl{background-image: url(../images/main2-div-bg1.jpg);}
.main2-div.fr{background-image: url(../images/main2-div-bg2.jpg);}

.main2-div .title-00{
	position: absolute;
	width: 140px;
	left: 0;
	top: 0;
	bottom: 0;
	padding-top: 45px;
	padding-left: 35px;
}
.main2-div .title-00 .fl{
	float: none;
	position: relative;
}
.main2-div .title-00 .fl-h1{
	color: #fff;
	width: 1em;
}


.main2-div .title-00 .fl-h2{
	color: #fff;
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
	opacity: 0.4;
	position: absolute;
	margin-top: 0;
	white-space: nowrap;
	left: 42px;
	top: 50px;
}

.main2-div .title-00 .fl::before{
	background-image: url(../images/yun3.png);
	top: 150px;
	left: -23px;
}
.main2-div.fr .title-00 .fl::before{
	top: 295px;
}
.main2-div .title-00 .fl::after{
	background-image: url(../images/yun4.png);
	right: 10px;
	bottom: auto;
	top: 8px;
}

.main2-div .title-00 a.fr{
	float: none;
	width: 1em;
	left: 46px;
	position: absolute;
	color: #fff;
	line-height: 1;
	bottom: 60px;
	top: auto;
	right: auto;
}
.main2-div .title-00 a.fr img{
	display: block;
	margin:10px 0 0;
}


.main2-dl dl{
	margin:0;
}
.main2-dl dd{
	float: left;
	width: 50%;
	border-left: 1px solid rgba(255,255,255,0.3);
	border-top: 1px solid rgba(255,255,255,0.3);
	padding: 35px 25px 50px;
}

.main2-h1{
	font-size: 18px;
	color: #fff;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	font-weight: bold;
}

.main2-h1 a:hover{
	color: #a10900;
}
.main2-h2{
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
	margin-top: 15px;
}



.main2-dl dd:nth-child(1),
.main2-dl dd:nth-child(2){
	border-top: 0;
}






.main3{
	background-image: url(../images/main3-bg.jpg);
	padding: 95px 0 202px;
}

.main3-div{
	width: 760px;
}


.main3-item1{
	width: 347px;
	margin-right: 17px;
	background-color: #faf6f4;
	padding: 10px;
}

.main3-item1>a{
	display: block;
	border:1px solid #d6c8b2;
	padding: 40px 25px;
	background-color: #fff;
	position: relative;
}

.main3-item1>a::before{
	position: absolute;
	width: 49px;
	height: 45px;
	background-image: url(../images/ch1.png);
	background-size: 100%;
	left: 0;
	bottom: 0;
	z-index: 5;
	content:"";
}
.main3-item1>a::after{
	position: absolute;
	width: 49px;
	height: 45px;
	background-image: url(../images/ch2.png);
	background-size: 100%;
	right: 0;
	top: 0;
	z-index: 5;
	content:"";
}

.main3-line{
	width: 27px;
	height: 4px;
	background-color: #a10900;
}

.main3-1-h1{
	font-size: 18px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 12px;

}
.main3-item1>a:hover .main3-1-h1{
	color: #a10900;
}
.main3-1-h2{
	font-size: 14px;
	color: #8b5e4f;
	margin-top: 12px;
}

.main3-1-p{
	font-size: 14px;
	color: #999;
	line-height: 1.8;
	height: 7.2em;
	overflow: hidden;
	margin-top: 15px;
}

.main3-1-jiao{
	margin-top: 24px;
}

.main3-1-jiao img{
	display: block;
	margin-left: auto;
	width: 12px;
}

.main3-item2-div{
	background-color: #faf6f4;
	padding: 10px;
}
.main3-item2-div+.main3-item2-div{
	margin-top: 15px;
}
.main3-item2-div>a{
	display: block;
	border:1px solid #d6c8b2;
	padding:20px 25px;
	background-color: #fff;
	position: relative;
}

.main3-item2-div>a::before{
	position: absolute;
	width: 49px;
	height: 45px;
	background-image: url(../images/ch1.png);
	background-size: 100%;
	left: 0;
	bottom: 0;
	z-index: 5;
	content:"";
}
.main3-item2-div>a::after{
	position: absolute;
	width: 49px;
	height: 45px;
	background-image: url(../images/ch2.png);
	background-size: 100%;
	right: 0;
	top: 0;
	z-index: 5;
	content:"";
}

.main3-2-bg{
	background-image: url(../images/main3-2-bg.jpg);
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	transition: opacity .3s;
}







.main3-2-h1{
	font-size: 18px;
	color: #333;
	position: relative;
	z-index: 15;
	transition: color .3s;
}

.main3-2-h2{
	font-size: 14px;
	color: #8b5e4f;
	margin-top: 10px;
	position: relative;
	z-index: 15;
	transition: color .3s;
}

.main3-2-p{
	font-size: 14px;
	color: #999;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 9px;
	position: relative;
	z-index: 15;
	transition: color .3s;
}
.main3-item2-div>a:hover .main3-2-bg{
	opacity: 1;
}

.main3-item2-div>a:hover .main3-2-h1{color: #fff;font-weight: bold;}
.main3-item2-div>a:hover .main3-2-h2{color: rgba(255,255,255,0.5);}
.main3-item2-div>a:hover .main3-2-p{color: rgba(255,255,255,0.7);}



.main4{
	background-image: url(../images/main4-bg.jpg);
	padding: 100px 0 115px;
}

.main4-div{
	width: 760px;
}
.tui2{
	padding: 30px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.tui2-con{
	padding-top: 5px;
}
.tui2-h1{
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.tui2-h1 a:hover{
	color: #a10900;
}
.tui2-p{
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 7px;
}

.main4-dl dl{
	margin:0;
}
.main4-dl dd{
	border-bottom: 1px solid #fff;
	padding: 25px 0;
	transition: padding-left .3s,padding-right .3s,background-color .3s;
}
.main4-dl dd:hover{
	background-color: rgba(255,255,255,0.3);
	padding-left: 20px;
	padding-right: 20px;
}
.main4-dd{
	position: relative;
	padding-right: 80px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 18px;
	color: #333;
	line-height: 20px;
	background-image: url(../images/main4-dd.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

.main4-dd span.span_002{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #8b5e4f;
}

.main4-dd a:hover{
	color: #a10900;
}







.main5{
	background-color: #fff;
	padding: 75px 0 35px;
	position: relative;
}


.main5-1{
	width: 903px;
}

.main5-1-list dl{
	margin:0;
	margin-left: -3%;
}

.main5-1-list dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
	margin-top: 3%;
}
.main5-1-list dd:nth-child(1),
.main5-1-list dd:nth-child(2){
	width: 47%;
	margin-top: 0;
}

.main5-1-list dd .imgbox_a{
	padding-bottom: 69.4253%;
}
.main5-1-list dd .imgbox_a:hover .main5-1-item{
	opacity: 1;
	visibility: visible;
}
.main5-1-item{
	position: absolute;
	left: 15px;
	right: 15px;
	top: 15px;
	bottom: 15px;
	background-color: rgba(161,9,0,0.8);
	z-index: 15;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0 30px;
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s;
}

.main5-1-item-h1{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.main5-1-item-p{
	font-size: 14px;
	color: #fff;
	line-height:2;
	height: 4em;
	overflow: hidden;
	margin: 20px 0 0px;
}
.main5-1-item-fr{
	margin-top: 40px;
}
.main5-1-item-fr img{
	display: block;
	margin:0 auto;
}




.main5-2{
	width: 596px;
}

.main5-2-div{
	padding: 40px 70px;
	background-image: url(../images/main5-2-bg.jpg);
	height: 527px;
}


.main5-2-pic .imgbox_a{
	padding-bottom:136.9863%;
}

.main5-width{
	width: 219px;
	height: 0;
}

.poster-main {
  position: relative;
}
.poster-main .poster-list {
  width: 460px;
  height: 300px;
}
.poster-main .poster-list .poster-item {
  width: 219px;
  height: 300px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1!important;
	cursor: pointer;
}
.poster-item:hover .poster-item-title{
	color: #1485ee;
}
.poster-main .poster-btn {
  position: absolute;
  width: 32px!important;
  height: 63px!important;
  margin-top: -31px;
  top: 50%;
  cursor: pointer;
}
.poster-main .poster-btn:hover{
}
.poster-main .poster-prev-btn {
  left: -44px;
  background-image: url(../images/left.png);
  background-repeat: no-repeat;
  background-position: center;
	background-size: 100%;
  transition: background-image .3s;
}
.poster-main .poster-prev-btn:hover{
  background-image: url(../images/lefth.png);
}
.poster-main .poster-next-btn {
  right: -44px;
	background-size: 100%;
  background-image: url(../images/right.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image .3s;
}
.poster-main .poster-next-btn:hover{
  background-image: url(../images/righth.png);
}

.poster-item-title{
	position: absolute;
	width: 100%;
	width: 440px;
	left: 50%;
	margin-left: -220px;
	top: 100%;
	padding-top: 20px;
	text-align: center;
}

.poster-item-title1{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #333;
}

.poster-item-title2{
	font-size: 14px;
	text-align: center;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 13px;
}
.poster-item-title-more{
	margin-top: 20px;
}
.poster-item-title-more a{
	display: block;
	width: 14px;
	height: 14px;
	margin:0 auto;
	background-image: url(../images/fr.png);
}


.main5-bottom{
	margin-top: 60px;
}
.main5-bottom .title-00{
	text-align: center;

}
.main5-bottom .title-00 .fl{
	float: none;
	display: inline-block;
	vertical-align: top;
}
.main5-bottom .title-00 .fl::before{
	top: auto;
	bottom: -1px;
	left: -66px;
}


.main5-list{
	font-size: 0;
}

.main5-item{
	display: inline-block;
	vertical-align: top;
	width: 230px;
	font-size: 16px;
	color: #333;
	text-align: center;
	padding: 25px 15px;
	border-right: 1px solid #eae9ea;
}


.main5-item img{
	display: block;
	margin:0 auto 25px;
}
/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{

}


.footer-1{
	background-image: url(../images/footer-1-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 50px 0 40px;
}

.foo-logo{
	width: 511px;
}

.foo-logo a,.foo-logo img{
	display: block;
	width: 100%;
}

.foo-form{
	width: 315px;
	position: relative;
}

.foo-form input:focus{
	outline: none;
}

.foo-form input[type="text"]::placeholder{
	color:rgba(255,255,255,0.5);
}

.foo-form input[type="text"]{
	display: block;
	width: 100%;
	height: 53px;
	border:0;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	background-color: transparent;
	font-size: 16px;
	color: #fff;
	line-height: 1.428571;
	padding:  7px 15px 7px 0;
}
.foo-form input[type="image"]{
	position: absolute;
	right: 0;
	top:50%;
	margin-top: -11px;
	width: 22px;
}
.footer-2{
	background-image: url(../images/footer-2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 65px 0 80px;
}

.er-wp{
	margin-top: 10px;
	width: 236px;
	position: relative;
}
.er-wp::before{
	width: 548px;
	height: 279px;
	content:"";
	z-index: 5;
	background-image: url(../images/zhi.png);
	background-repeat: no-repeat;
	background-position: center ;
	position: absolute;
	left: -210px;
	top: -66px;
}
.er{
	width: 106px;
	font-size: 16px;
	color: #666;
	line-height: 1;
	text-align: center;
	position: relative;
	z-index: 15;
}

.er img{
	display: block;
	width: 100%;
	margin-bottom: 16px;
}


.foo2-con{
	width: 728px;
}

.foo2-a{
	font-size: 16px;
	color: #fff;
}
.foo2-a a:hover{
	font-weight: bold;
}


.foo2-p p{
	margin:0;
}

.foo2-p{
	font-size: 16px;
	color: #fff;
	line-height:2.8;
	margin-top: 15px;
}



/**************************************************************/
/*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: #8b5e4f;

}
.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{
	margin:0;
	max-height: calc(100vh - 129px);
	overflow-y: auto;
}
.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: 18px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 300px;
   margin-left: 15px;
   margin-top:22px;
}

.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样式要求区域]**********/
/**************************************/



.banner-2{
	height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.banner-2::before{
	position: absolute;
	width: 100%;
	height: 151px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/banner-2-before.png);
	content:"";
	z-index: 15;
}
body{
	background-color: #f6ece1;
	overflow-x: hidden;
}
.erji{
	background-color: #f6ece1;
	overflow: hidden;
}


.erji-top{
	background-color: #fff;
}

.erji-h1{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	height: 69px;
	line-height: 69px;
	padding: 0 10px;
	position: relative;
}

.erji-h1::after{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 5px;
	content:"";
	width: 100%;
	background-color: #8b5e4f;
}

.mianbaoxie{
	font-size: 16px;
	color: #333;
	height: 69px;
	line-height: 69px;
}

.erji-bottom{
	padding: 90px 0;
}


.xinwen2 ul{
	margin:0;
	position: relative;
}
.xinwen2 ul::after{
	position: absolute;
	width: 1px;
	content:"";
	top: 0;
	bottom: 0;
	left: 318px;
	background-color: #bcbcbc;
}
.xinwen2 li{
	margin-top: 40px;
}
.xinwen2 li:first-child{
	margin-top: 0px;
}
.xinwen2-date{
	width: 169px;
	text-align: center;
	height: 234px;
	padding-top: 82px;
	position: relative;
	z-index: 80;
	margin-left: 150px;

}
.xinwen2-date::before{
	position: absolute;
	width: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content:"";
	/*background-image: url(../images/lanhua.jpg);
	background-repeat: no-repeat;
	background-position:right center;
	-webkit-background-size: cover;
	background-size: cover;*/
	background-color: #8b5e4f;
	transition: .5s;
	z-index: 30;
}
.xinwen2-date::after{
	position: absolute;
	width:15px;
	height: 29px;
	margin-top: -15px;
	top: 50%;
	content:"";
	background-image: url(../images/jiao1.png);
	background-repeat: no-repeat;
	background-position:left center;
	-webkit-background-size: 100%;
	background-size: 100%;
	right: -14px;
	display: none;
	z-index: 30;
}
.linei{
	position: absolute;
	width: 45px;
	height: 1px;
	background-color:#bcbcbc;
	left: 100%;
	top: 50%;
}
.xinwen2-date h1{
	margin:0;
	font-size: 50px;
	font-weight: bold;
	color: #8b5e4f;
	font-family: "Impact";
	line-height: 1;
	position: relative;
	transition: .3s;
	z-index: 40;
}
.xinwen2-date h2{
	position: relative;
	margin:0;
	font-size: 14px;
	color: #8b5e4f;
	font-family: "Arial";
	line-height: 1;
	margin-top: 6px;
	z-index: 40;
	transition: .3s;
}
.xinwen2-jie{
	z-index: 35;
	position: absolute;
	width: 91px;
	height: 91px;
	left: 50%;
	top: 50%;
	background-image: url(../images/jie.png);
	background-size: 100%;
	margin-top: -45px;
	margin-left: -45px;
}
.xinwen2-div{
	width: 1196px;
	padding: 40px;
	position: relative;
}
.xinwen2-div::after{
	position: absolute;
	background-color: #f6f6f6;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	content:"";
	z-index: 40;
	transition: .3s;
}
.xinwen2-con{
	position: relative;
	z-index: 50;
}
.xinwen2-pic{
	width: 231px;
	margin-left: 55px;
}
.xinwen2-pic .imgbox_a{
	padding-bottom: 66.67%;

}
.xinwen2-con-nei{
	overflow: hidden;
}
.xinwen2-con-nei h1{
	margin:0;
	font-size: 22px;
	font-weight: bold;
	color: #666;
}
.xinwen2-con-nei h2{
	margin:0;
	font-size: 13px;
	color: #999;
	margin:20px 0 13px;
}
.xinwen2-con-nei h2 img{
	margin-top: -3px;
	margin-right: 5px;
}
.xinwen2-con-nei p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}
.xinwen2 li:hover .xinwen2-date h1,
.xinwen2 li:hover .xinwen2-date h2{color: #fff;}
.xinwen2 li:hover .xinwen2-date::before{
	width: 500px;
}
.xinwen2 li:hover .xinwen2-jie{
	background-image: url(../images/jieh.png);
}
.xinwen2 li:hover .xinwen2-date::after{
	display: block;
}
.xinwen2 li:hover .linei{background-color:#8b5e4f; }
.xinwen2 li:hover .xinwen2-div::after{
	left: -85px;
	right: -350px;
}
.xinwen2 li:hover .xinwen2-con-nei h1{color: #8b5e4f;}

.fenye{
	text-align: center;
	margin-top: 50px;
}

.fenye ul{
	margin:0;
}


.fenye .pagination > li > a,
.fenye .pagination > li > span{
	color: #8b5e4f;
}
.fenye .pagination > li > a:hover,
.fenye .pagination > li > span:hover,
.fenye .pagination > li > a:focus,
.fenye .pagination > li > span:focus {
	color: #8b5e4f;
}

.fenye .pagination > .active > a,
.fenye .pagination > .active > span,
.fenye .pagination > .active > a:hover,
.fenye .pagination > .active > span:hover,
.fenye .pagination > .active > a:focus,
.fenye .pagination > .active > span:focus {
	color: #fff;
	background-color: #8b5e4f;
	border-color: #8b5e4f;
}


.gonggao-bg {
	width: 17px;
	height: 154px;
	margin-left: 90px;
	background-image: url(../images/gonggao-ico.png);
	background-repeat: no-repeat;
	background-position: center;
}

.danpian{
	padding: 50px;
	background-color: #fff;
}

.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 #dadada;
	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: 16px;
/*	color:#666;*/
	line-height: 2;
	padding: 20px 0;
}
.danpian-con *{
     background-color: transparent!important;
    
	font-size: 17px!important;
	/*color:#666!important;
	line-height: 2!important;
	*/
}
.danpian-con img{
	display: block;
	margin:15px auto!important;
}

.danpian-con table{
	margin:0 auto!important;
	border:1px solid #333!important;
	border-collapse: collapse;
}
.danpian-con table th,
.danpian-con table td{
	/* border:1px solid #333!important;*/
}

.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:#8b5e4f;
}

.picList{
	overflow: hidden;
}
.picList dl{
	margin:0;
	margin-left: -3%;
	margin-top: -3%;
}

.picList dd{
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-top: 3%;
}

.pic-pic .imgbox_a {
    padding-bottom: 69.4253%;
}

.pic-h1{
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-top: 20px;
}

.picList dd:hover .pic-h1{
	color: #a10900;
}


.qikan{
	overflow: hidden;
}
.qikan dl{
	margin:0;
	margin-left: -3%;
	margin-top: -3%;
}

.qikan dd{
	float: left;
	width: 17%;
	margin-left: 3%;
	margin-top: 3%;
}
.qikan-pic .imgbox_a {
  padding-bottom: 136.9863%;
}

.qikan-h1{
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-top: 20px;
}

.qikan dd:hover .qikan-h1{
	color: #a10900;
}
.sousuo{
	margin-top: -20px;
}
.sousuo .main1-1-list dl{
	padding-top: 0;
}
.sousuo .main1-1-list dd{
	color: #333;
	height: 61px;
	line-height: 60px;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
}
.sousuo .main1-1-list dd+dd {
    margin-top: 0px;
}
.sousuo .main1-1-list dd span.span_001{
	color: #666;
	opacity: 1;
}