/**************************************/
/*************[公用start]**************/
/**************************************/
@font-face{
	font-family:"albbm";
	src:url("../fonts/Alibaba-PuHuiTi-Medium.otf");
}
@font-face{
	font-family:"albbr";
	src:url("../fonts/Alibaba-PuHuiTi-Regular.otf");
}
*{

	font-family:"albbr";
}







/*主站变灰*/
/*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;
	top: 0;
	left: 0;
	z-index: 998;
	height: 112px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 565px center;
	background-image: url(../images/header.png);
	padding-left: 660px;
	padding-right: 180px;
}
#header .container-fluid{
	padding-left: 0;
	padding-right: 0
}

.logo{
	position: absolute;
	left: 0;
	top: 0;
	width: 600px;
	height: 112px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/logo-wp.png);
	padding-left: 34px;
	padding-top: 19px;
}

.logo a{
	display: block;
	width: 480px;
	font-size:24px;
	font-weight:bold;
	line-height:52px;
}
.logo a img{
	display: block;
	width: 100%;
}


.wen{
	width: 150px;
	position: absolute;
	right: 0;
	top: 0;
}

.wen>a{
	display: block;
	height: 112px;
	background-repeat: no-repeat;
	background-position:center;
	background-image: url(../images/wen1.png);
	background-color: #b08c62;
}

.nav ul{
	margin:0;
	display: flex;
	justify-content: space-around;
}

.nav>ul>li{
	position: relative;
}



.nav>ul>li>a{
	font-size: 20px;
	color: #fff;
	height: 112px;
	line-height: 112px;
	display: block;
	position: relative;
	transition: color .3s;

}



.nav>ul>li>a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  background-color: #e6b882;
  bottom: 0px;
  right: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.nav>ul>li.cur>a,.nav>ul>li:hover>a{
	color: #e6b882;
}
.nav>ul>li:hover>a::after,.nav>ul>li.cur>a::after{
  width: 100%;
  right: auto;
  left: 0;
}


.nav>ul>li>ul{
	position: absolute;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	top:100%;
	z-index: 600;
	background-color: #fff;
	display: none;
	text-align: center;
	padding: 20px 15px;
}
.nav>ul>li>ul>li+li{
	margin-top: 15px;
}
.nav>ul>li>ul>li>a{
	font-size: 16px;
	color:#333;transition: color .3s;

}
.nav>ul>li>ul>li>a:hover{
	color: #e6b882;
}





/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.fafa,.fafa .slides,.fafa .slides>li{
	height: 100%;
}
.fafa .slides>li{
	overflow: hidden;
	position: relative;
}

.fafabg{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 10;
	transition: transform 5s linear;
}

.fafa .slides>li img{
	display: none;
	width: 100%;
}


.fafa .slides>li.flex-active-slide .fafabg{
	transform: scale(1.05);
}

.banner-num-wp{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 36px;
	z-index: 20;
	
}
.banner-num{
	height: 39px;
	line-height: 39px;
	font-size: 20px;
	color: #fff;
	text-align: right;
	padding-right: 67px;
}

.fafa .flex-direction-nav a{
	width: 38px;
	height: 39px;
	top: 0;
	margin-top: 0;
	transition: background-image .3s;
}
.fafa .flex-direction-nav{
	width: 1400px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 75px;
	z-index: 15;
}

.fafa .flex-direction-nav .flex-prev{
	left: auto;
	right: 140px;
	background-image: url(../images/b-left2.png);
}
.fafa .flex-direction-nav .flex-prev:hover{
	background-image: url(../images/b-left2h.png);

}
.fafa .flex-direction-nav .flex-next{
	right: 0;
	background-image: url(../images/b-right2.png);
}
.fafa .flex-direction-nav .flex-next:hover{
	background-image: url(../images/b-right2h.png);

}

.main0{
	background-color: #f4f0eb;
}

.main0-div{
	position: relative;
	height: 169px;
	padding-right: 286px;
}

.main0-title{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 286px;
	background-image: url(../images/main0-1.jpg);
	background-size: cover;
}
.main0-title>a{
	display: block;
	height: 169px;
	padding-top: 58px;
	padding-left: 107px;
	background-image: url(../images/main0-1a.png);
	background-position: 36px center;
	background-repeat: no-repeat;
}
.main0-title h1{
	margin: 0;
	font-size: 32px;
	color: #fff;
}

.main0-title h2{
	margin: 0;
	font-size: 13px;
	color: #fff;
	opacity: 0.47;
	text-transform: uppercase;
	margin-top: 5px;
}


.main0-date{
	margin-right: 24px;
	border-bottom:  1px solid #e1ddd9;
	padding-bottom: 32px;
}

.main0-date h1{
	margin: 0;
	font-size: 28px;
	color: #333;
}

.main0-date h2{
	margin: 0;
	font-size: 14px;
	color: #999;
	margin-top:4px;
}

.main0-con{
	overflow: hidden;
}
.main0-con h1{
	margin: 0;
	font-size: 18px;
	color: #333;
	font-family: "albbm";
}
.main0-con h1 a:hover{
	color: #b08c62;
}
.main0-con p{
	margin: 0;
	font-size: 16px;
	color: #999;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	margin-top: 19px;
}

.main0-list-wp{
	padding-top: 42px;
}
.main0-list .item{
	padding: 0	25px;
	border-left: 1px solid #e1ddd9;
}


.main1{
	padding: 85px 0 130px;
	background-image: url(../images/main1-bg.jpg);
	background-position: center;
	background-size: cover;
}

.title-11 h1{
	margin: 0;
	font-size: 20px;
	color: #999;
	text-transform: uppercase;
}
.title-11 h1 span{
	color: #222;
	font-family: "albbm";
	font-size: 38px;
	padding-right: 10px;
}

.title-11 a.fr{
	font-size:16px;
	color: #999;
	margin-top: 12px;
}
.title-11 a.fr:hover{
	color: #b08c62;
}


.main1-div{
	margin-top: 40px;
}

.main1-1{
	width: 600px;
}
.main1-1 .imgbox_a{
	padding-bottom: 66.67%;
}
.main1-1 .imgbox_a::after{
	z-index: 10;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	content: "";
	background-image: url(../images/yy2.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 312px;
}
.main1-con{
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 30;
	bottom: 0;
	padding: 0 30px 25px;
}
.main1-con h1{
	margin: 0;
	font-size: 18px;
	color: #fff;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/time1.png);
}

.main1-con h2{
	margin: 0;
	font-size: 18px;
	color: #fff;
	font-family: "albbm";
	margin: 15px 0 10px;
}
.main1-con p{
	margin: 0;
	font-size: 16px;
	color: #fff;
	opacity:0.8;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
}


.main1-2{
	overflow: hidden;
}


.main1-2-item{
	width: 45%;
	margin-left: 5%;
	float: left;
}

.main1-2-pic .imgbox_a{
	padding-bottom: 66.67%;
}


.main1-2-con{
	margin-top: 35px;
}
.main1-2-con h1{
	margin: 0;
	font-size: 18px;
	color: #666;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/time2.png);
	position: relative;
	margin-top: 22px;
}
.main1-2-con h1::after{
	position: absolute;
	width: 18px;
	height: 14px;
	top: 50%;
	right: 0;
	margin-top: -7px;
	content: "";
	background-repeat: no-repeat;
	background-position:center;
	background-image: url(../images/jt.png);
}
.main1-2-con h2{
	margin: 0;
	font-size: 18px;
	color: #333;
	font-family: "albbm";
}
.main1-2-con h2 a:hover{
	color: #b08c62;
}
.main1-2-con p{
	margin: 0;
	font-size: 16px;
	color: #999;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	margin-top: 15px;
}


.main2{

	background-repeat: no-repeat;
	background-position:center;
	background-image: url(../images/main2-bg.jpg);
	background-size: cover;
	position: relative;
	padding-top: 90px;
}

.main2::after{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	content: "";
	background-color: #000;
	opacity: 0.42;
	z-index: 15;
}


.main2 .container{
	position: relative;
	z-index: 30;
}

.main2-con{
	padding: 25px 0 75px;
}


.title-22 h1{
	margin: 0;
	font-size: 38px;
	color: #fff;
	font-family: "albbm";
	text-align: center;
}


.title-22 h2{
	margin: 0;
	font-size: 18px;
	color: #fff;
	opacity: 0.65;
	text-align: center;
	text-transform: uppercase;
	margin-top: 7px;
}

.main2-con-p{
	font-size: 16px;
	color: #fff;
	line-height: 2;
	text-align: center;
}
.more11{
	margin-top: 45px;
}
.more11 a{
	display: block;
	width: 123px;
	height: 46px;
	border: 1px solid #fff;
	border: 1px solid rgba(255,255,255,0.5);
	margin: 0 auto;
	background-image: url(../images/more11.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: .3s;
}
.more11 a:hover{
	background-color: #b08c62;
	border-color: #b08c62;
}

.main2-list{
	background-color: #dddddc;
}
.main2-item{
	background-color: #f4eee9;
	padding: 35px 30px;
	transition: background-color .3s;
}


.main2-item-title{
	font-size: 25px;
	color: #333;
	font-family: "albbm";
	transition: color .3s;
}

.main2-item-title img{
	display: inline-block!important;
	width: auto!important;
	height: 63px;
	margin-top: -3px;
	margin-right: 12px;
}

.main2-item-p{
	margin-top: 20px;
	padding-top: 20px;
	border-top:1px solid #dddbda;
	transition: border-color .3s;
}

.main2-item p{
	font-size: 16px;
	color: #666;
	line-height: 2;
	height: 6em;
	overflow: hidden;
	transition: color .3s;
}

.more12{
	margin-top:18px;
}

.more12 a{
	font-size: 16px;
	color: #999;
	transition:color .3s;
}
.more12 a:hover{
	color: #fff!important;
}
.main2-item:hover{
	background-color: #b08c62;
}

.main2-item:hover .main2-item-title{
	color: #fff;
}

.main2-item:hover p{
	color: #fff;
}

.main2-item:hover .more12 a{
	color: #dcc9b1;
}


.main3{
	padding: 80px 0 115px;
	background-color: #f5f5f5;
}

.main3-item{
	width: 48%;
}

.main3-dl{
	padding-top: 45px;
}

.main3-dl dl{
	margin: 0;
}

.main3-dl dd+dd{
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #e3e3e2;
}

.main3-pic{
	width: 204px;
	margin-right: 30px;
}

.main3-pic .imgbox_a{
	padding-bottom: 66.67%;
}
.main3-con{
	padding-top: 7px;
}
.main3-con h1{
	margin: 0;
	font-size: 16px;
	color: #666;
}
.main3-con h2{
	margin: 0;
	font-size: 18px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	font-family: "albbm";
	margin: 10px 0 15px;
}
.main3-con h2 a:hover{
	color: #b08c62;
}
.more13 a{
	font-size: 14px;
	color: #999999;
}
.more13 a img{
	margin-left:7px;
}
.more13 a:hover{
	color: #b08c62;
}

.main4{
	background-image: url(../images/main4-bg.jpg);
}
.main4-pic{
	width: 33.3333333%;
}

.main4-pic .imgbox_a{
	padding-bottom: 66.67%;
}


.main4-div{
	background-color: #b08c62;
}

.main4-con{
	overflow: hidden;
	padding: 50px 50px 0;
}

.main4-con-h1{
	font-size:22px;
	color: #fff;
	font-family: "albbm";
}

.main4-dl{
	padding-top: 18px;
}
.main4-dl dl{
	margin: 0;
}

.main4-dl dd{
	position: relative;
	padding-right:85px;
	font-size: 16px;
	color: #f1eae1;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dian.png);
	margin-top: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.main4-dl dd a{
	font-size: 16px;
	color: #f1eae1;
	opacity: 0.78;
	transition: .3s;
}
.main4-dl dd a:hover{
	opacity: 1;
	color: #fff;
}
.main4-dl dd span.span_11{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #f1eae1;
	opacity: 0.78;
}


.main5{
	padding-bottom: 125px;
	background-image: url(../images/main5-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.main5-list .item .imgbox_a{
	padding-bottom: 66.67%;
}

.main5-list .item .imgbox_a::after{
	z-index: 10;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	content: "";
	background-image: url(../images/yy2.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 113px;
}

.main5-con-wp{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	padding: 0 30px 25px 40px;
	z-index: 30;
}

.main5-con{
	position: relative;
	padding-right: 23px;
	font-size: 20px;
	color: #fff;
	background-image: url(../images/jt2.png);
	background-repeat: no-repeat;
	background-position: right center;
}

/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	position: relative;
	z-index: 500;
}

#totop{
	position: absolute;
	width: 54px;
	left: 50%;
	margin-left: -27px;
	top: -27px;
	cursor: pointer;
}
#totop img{
	display: block;
	width: 100%;
	transition: .3s;
}
#totop:hover img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.footer-1{
	min-height: 369px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/footer-1.jpg);
}

.footer-1-1{
	border-bottom: 1px solid #514940;
	padding: 25px 0 20px;
}

.yq{
	width: 300px;
	position: relative;
}



.yq>span{
	display: block;
	height: 52px;
	line-height: 50px;
	border: 1px solid #847b70;
	font-size: 18px;
	color: #fff;
	padding-left: 26px;
	border-radius: 999em;
	position: relative;
	cursor: pointer;
}


.yq>span::after{
	position: absolute;
	right: 24px;
	top: 50%;
	margin-top: -4px;
	width: 14px;
	content:"";
	height: 8px;
	background-image: url(../images/yq.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: .3s;
}
.yq>span.cur::after{
	transform:rotate(180deg);

}
.yq-dl{
	position: absolute;
	right: 24px;
	left:24px;
	bottom: 100%;
	background-color: #fff;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.15);
	padding: 15px;
	display: none;
	max-height: 200px;
	overflow-y: auto;
}

.yq-dl dl{
	margin:0;
}

.yq-dl dd a{
	font-size: 16px;
	color: #333;
}
.yq-dl dd+dd{
	margin-top: 12px;
}
.yq-dl dd a:hover{
	color: #e6b882;
}
.foo-nav dl{
	margin:0;
}

.foo-nav dd{
	float: left;
	height: 52px;
	line-height: 52px;

}
.foo-nav dd+dd{
	margin-left: 55px;
}
.foo-nav dd>a{
	font-size: 18px;
	color: #fff;
	transition: color .3s;
}
.foo-nav dd>a:hover{
	color: #e6b882;
}

.footer-1-2{
	padding-top: 50px;
}
.foo-logo{
	margin-top: 30px;
	width: 480px;
}
.foo-logo a,.foo-logo img{
	display: block;
	width: 100%;
}


.er{
	width: 120px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 11px;
}


.foo-dl{
	width: 440px;
	margin-left: 205px;
	margin-top: 10px;
}

.foo-dl dl{
	margin:0;
}


.foo-dl dd{
	height: 36px;
	line-height: 36px;
	padding-left: 55px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 16px;
	color: #fff;
}
.foo-dl dd span{
	font-size: 26px;
	font-family: "albbm";
}
.foo-dl dd+dd{
	margin-top: 22px;
}
.footer-2{
	background-color: #a38058;
	font-size: 14px;
	color: #fff;
	padding: 20px 0;
	line-height: 2;
}

.footer-2 a:hover{
	font-family: "albbm";
}






/**************************************************************/
/*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;
	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:300px;
	margin-left: 15px;
	margin-top: 15px;
}

.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: 550px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.banner-2-dj.banner-2::before{
	display: none;
}
.banner-2::before{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	content:"";
	z-index: 1;
	background-color: #000;
	opacity: 0.19;
	z-index: 1;
}

.banner-2-wen{
	padding-top: 250px;
	position: relative;
	z-index: 15;
}

.banner-2-wen h1{
	margin:0;
	font-size: 37px;
	color: #fff;
	font-family: "albbm";
}
.banner-2-wen h2{
	margin:0;
	font-size: 16px;
	color: #fff;
	font-family: "Arial";
	text-transform: uppercase;
	margin-top: 15px;
	letter-spacing: 2px;
}

.erji-top{
	background-color: #fff;
	border-bottom: 1px solid #eaeaea;
}

.mianbaoxie{
	padding-left: 27px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/mian.png);
}

.mianbaoxie dl{
	margin:0;
}

.mianbaoxie dd{
	float: left;
	height: 66px;
	line-height: 66px;
	font-size: 16px;
	color: #333;
}

.mianbaoxie dd+dd{
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: 14px center;
	background-image: url(../images/mian2.png);
}

.mianbaoxie dd a:hover,
.mianbaoxie dd span{
	color: #e6b882;
}


.erji-nav dl{
	margin:0;
}

.erji-nav dd{
	float: left;
}
.erji-nav dd+dd{
	margin-left: 45px;
}
.erji-nav dd>a{
	display: block;
	height: 66px;
	line-height: 66px;
	font-size: 16px;
	color: #333;
	position: relative;
	transition: color .3s;
}



.erji-nav dd>a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background-color: #e6b882;
  bottom: 0px;
  right: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.erji-nav dd.cur>a,.erji-nav dd:hover>a{
	color: #e6b882;
}
.erji-nav dd:hover>a::after,.erji-nav dd.cur>a::after{
  width: 100%;
  right: auto;
  left: 0;
}





.anquan1{
	background-color: #f8f8f8;
	padding: 65px 0 70px;
}

.anquan1-item{
	background-color: #fff;
}

.anquan1-pic{
	width:530px;
}

.anquan1-pic .imgbox_a{
	padding-bottom: 71.83%;
}

.anquan1-con{
	padding: 50px 75px 0 50px;
	overflow: hidden;
}

.anquan1-con h1{
	margin:0;
	font-size: 30px;
	color: #b08c62;
	font-family: "albbm";
}


.anquan1-con h2{
	margin:0;
	font-size: 22px;
	color: #333;
	margin:20px 0 25px;
}
.anquan1-con h2 a{
	font-family: "albbm";

}
.anquan1-con h2 a:hover{
	color: #e6b882;
}

.anquan1-con p{
	margin:0;
	font-size: 16px;
	color: #999;
	line-height: 2;
	height: 6em;
	overflow: hidden;
}
.anquan1-con .more1{
	margin-top: 35px;
}
.more1 a{
	font-size: 16px;
	color: #333;
}


.more1 a:hover{
	color: #e6b882;
}

.fanquan1 .flex-direction-nav{
	position: absolute;
	width: 90px;
	bottom: 0;
	height: 45px;
	right: 530px;
	z-index: 10;
}

.fanquan1 .flex-direction-nav a{
	width: 45px;
	height: 45px;
	top: 0;
	margin-top: 0;
	transition: background-image .3s;
}

.fanquan1 .flex-direction-nav .flex-prev{
	left: 0;
}
.fanquan1 .flex-direction-nav .flex-prev:hover{
	background-image: url(../images/b-left-h.png);
}
.fanquan1 .flex-direction-nav .flex-next{
	right: 0;
}

.fanquan1 .flex-direction-nav .flex-next:hover{
	background-image: url(../images/b-right-h.png);
}

.anquan2{
	background-color: #fff;
	padding: 65px 0 95px;
}

.anquan2-dl dl{
	margin:0;
}

.anquan2-dl dd{
	padding: 30px 0;
	border-bottom: 1px solid #efefef;
}
.anquan2-dl dd:first-child{
	padding-top: 0;
}
.anquan2-date{
	width: 110px;
	height: 100px;
	background-color: #b08c62;
	text-align: center;
	padding-top: 14px;
	margin-right: 35px;
}

.anquan2-date h1{
	margin:0;
	font-size: 45px;
	font-family: "albbm";
	color:#fff;
	line-height: 1;
}

.anquan2-date h2{
	margin:0;
	font-size: 16px;
	color:#fff;
	line-height: 1;
	margin-top:5px;
}

.anquan2-con{
	overflow: hidden;
	padding-top: 17px;
}


.anquan2-con h1{
	margin:0;
	font-size: 20px;
	color: #333;
}
.anquan2-con h1 a{
	font-family: "albbm";

}
.anquan2-con h1 a:hover{
	color: #e6b882;
}

.anquan2-con p{
	margin:0;
	font-size: 16px;
	color: #999;
	margin-top: 15px;
}

.fenye{
	text-align: center;
	margin-top: 70px;
}

.fenye ul{
	margin:0;
}

.erji-content{
	padding: 70px 0;
}


.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: 20px 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:#e6b882;
}


.contact{
	padding:0!important;
}


.contact-item{
	width: 48.5%;
	background-color: #f8f8f8;
	margin-top: 3%;
}
.contact-item:nth-child(1),
.contact-item:nth-child(2){
	margin-top: 0;
}

.contact-item-title{
	width: 187px;
	height: 187px;
	background-color: #b08c62;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding-top: 37px;
}

.contact-item-title img{
	display: block;
	margin:0 auto 12px;
	height: 63px;
}

.contact-item-con{
	overflow:hidden;
	padding: 30px 15px 0 30px;
}


.contact-item-dl dl{
	margin:0;
}

.contact-item-dl dd{
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	min-height: 42px;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 55px;
}

.contact-item-dl dd+dd{
	margin-top: 17px;
}

.wenhua-item{
	background-repeat: no-repeat;
	position: relative;
	background-position: center;
	background-size: cover;
	position: relative;
}

.wenhua-item::before{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	content:"";
	z-index: 1;
	background-color: #000;
	opacity: 0.6;
}

.wenhua-item.fl{
	width: 41.43%;
}

.wenhua-item.fr{
	width: 57.5%;
}

.wenhua2 dl{
	margin:0;
	margin-left: -1%;
}

.wenhua2 dd{
	float: left;
	width: 32.333333%;
	margin-left: 1%;
	margin-top: 1%;
}

.wenhua-con{
	position: relative;
	z-index: 30;
	height: 314px;
	padding: 50px 50px 0 60px;
}

.wenhua-con img{
	display: block;
	width: 36px;
}

.wenhua-con h1{
	margin:0;
	font-size: 22px;
	color: #fff;
	padding: 10px 0 7px;
}


.wenhua-con h2{
	margin:0;
	font-size: 18px;
	color: #fff;
}

.wenhua-p{
	margin:0;
	font-size: 22px;
	color: #fff;
	font-family: "albbm";
	line-height: 1.6;
	margin-top: 30px;
}
.wenhua2 .wenhua-con{
	padding-top: 65px;
}
.wenhua2 .wenhua-con h1{color: #333;}
.wenhua2 .wenhua-con h2{color: #333;}
.wenhua2 .wenhua-p{color: #333;}


.xinwen dl{
	margin:0;
	margin-left: -3%;
	margin-top:-3%;
}

.xinwen dd{
	float: left;
	width: 30.3333333%;
	margin-left: 3%;
	margin-top: 3%;
}
.xinwen dd:hover .xinwen-con h1 a{
	color: #b08c62;
}
.xinwen-pic .imgbox_a{
	padding-bottom: 56.8%;
}

.xinwen-con{
	border:1px solid #eaeaea;
	border-top: 0;
	padding: 25px;
}

.xinwen-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
}

.xinwen-con h1 a{
	font-family: "albbm";
	transition: color .3s;
}

.xinwen-con h2{
	margin:0;
	font-size: 16px;
	color: #999;
	margin-top: 15px;
	background-image: url(../images/h2.png);
	background-repeat: no-repeat;
	background-position: right center;
}


.xiashu1{
	padding: 70px 125px 85px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/xiashu1.jpg);
	position: relative;
}
.xiashu1::before{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	content:"";
	z-index: 1;
	background-color: #000;
	opacity: 0.47;
}
.xiashu1 h1{
	margin:0;
	font-size: 36px;
	font-family: "albbm";
	color:#fff;
	text-align: center;
	position: relative;
	z-index: 15;
}

.xiashu1-con{
	margin-top: 35px;
	font-size: 16px;
	color: #fff;
	line-height: 2;
	text-align: center;
	position: relative;
	z-index: 15;
}

.xiashu2{
	margin-top: 40px;
}
.xiashu2-list .item .imgbox_a{
	padding-bottom: 89.54545%;
}
.xiashu2-list .item .imgbox_a::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 195px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/yy.png);
	content:"";
	z-index: 1;
}
.xiashu2-list .item .imgbox_a h1{
	position: absolute;
	width: 100%;
	margin:0;
	left: 0;
	bottom: 20px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-family: "albbm";
	z-index: 20;
}

.about1-pic{
	width:488px;
	margin-left: 115px;
	margin-top: 10px;
}
.about1-pic img{
	display: block;
	width: 100%;
}
.about1-con{
	overflow: hidden;
}

.about1-title h1{
	margin:0;
	font-size: 20px;
	color: #858585;
	text-transform: uppercase;
}

.about1-title h2{
	margin:0;
	font-size: 50px;
	color: #333;
	font-family: "albbm";
	padding: 5px 0 25px;
	position: relative;
}
.about1-title h2::after{
	position: absolute;
	width: 21px;
	height: 2px;
	content:"";
	background-color: #b08c62;
	left: 0;
	bottom: 0;
}
.about1-title h2 span{
	color: #b08c62;
	padding-right: 30px;
	text-transform: uppercase;
}

.about1-p{
	font-size: 16px;
	color: #666;
	line-height: 2;
	margin-top: 30px;
}

.about2{
	margin-top: 70px;
}
.about2-list{
	background-color: #e8e8e8;
}
.about2-list .item>a{
	display: block;
	background-color: #f8f8f8;
	padding: 45px 15px;
	font-size: 20px;
	color: #333;
	text-align: center;
	transition: .3s;
}
.about2-list .item>a:hover{
	color: #fff;
	background-color: #b08c62;
}
.about2-list .item>a>img{
	display: block;
	width: auto!important;
	height: 63px;
	margin:0 auto 15px;
}