/**************************************/
/*************[公用start]**************/
/**************************************/



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:112px;
	background-color: #fff;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	padding: 0	65px;
	box-shadow: 0 4px 5px -3px rgba(0,0,0,0.15);
}

.header-1{
	
}

.logo{
	width: 325px;
	margin-top: 25px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}


.search{
	width: 19px;
	margin-top: 47px;
	margin-left: 15px;

}

.search a,.search img{
	display: block;
	width: 100%;
}




.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	/*margin-right: 39px;*/
	/*position: relative;*/
	height:112px;
	line-height: 112px;
	padding: 0	20px;

}
.nav>ul>li>a{


	font-size: 18px;
	color:#333;
	/*transition: .3s;*/

}

.nav>ul>li:hover>a, .nav>ul>li.active>a {
	/*background-color:#a90e00;*/
	color: #c0a564;

}


.xiala{
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background-color: #ebebeb;
	overflow: hidden;
	line-height: normal;
	display: none;
}


.xiala-wp{
	width: 1300px;
	margin:0 auto;
}


.xiala-right{
	width: 305px;
	background-color: #f4f4f4;
	padding: 50px 0;
	padding-left: 45px;
	position: relative;
	margin-left: 42px;
}
.xiala-right::after{
	position: absolute;
	width: 15000px;
	left: 0%;
	top: 0;
	height: 15000px;
	background-color:#f4f4f4;
	z-index: 23;
	content:""; 
}
.xiala-right dl{
	margin:0;
	position: relative;
	z-index: 25;
}
.xiala-right dd{
	border-bottom: 1px solid #e0e0e0;

}
.xiala-right dd>a{
	display: block;
	height:47px;
	line-height: 47px;
		font-size: 16px;
	color: #666;
	text-align: left;
	padding-left: 15px;
}

.xiala-right dd ul{
	text-align: left;
	padding-left: 48px!important;
}
.xiala-right dd li{
	padding: 5px 0;
}
.xiala-right dd>a>span{
	display: inline-block;

	text-align: left;
}
.xiala-right dd.cur>a,.xiala-right dd>a:hover{
	background-color: #c0a564;
	color: #fff;
}

.xiala-left{
	overflow: hidden;
	padding: 50px 0;
}


.xiala-pic{
	width: 422px;
	margin-right: 45px;
}

.xiala-pic .imgbox_a{
	padding-bottom: 54.5%;
}


.xiala-con{
	overflow: hidden;
}


.xiala-con-p{
	font-size: 14px;
	color: #666;
	line-height: 2;
	height:84px ;
	overflow: hidden;
}
.xiala-con-p a:hover{
	color: #c0a564;
}
.xiala-con-p p{
	margin:0;
}

.xiala_a{
	margin-top: 43px;
}

.xiala_a a{
	display: block;
	width: 160px;
	padding: 10px 40px;
	color: #666;
	font-size: 14px;
	border:4px solid #dacfb5;
}
.xiala_a a:hover{
	background-color: #c0a564;
	border-color: #c0a564;
	color: #fff;
}


.xiala-left-div{display: none;}
.xiala-left-div:first-child{display: block;}











/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{
	margin-top: 112px;
}


.section{
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.section1::before{
	content:"";
	width: 1px;
	background-color: #eeeeee;
	height: 100%;
	position: absolute;
	left: 64px;
	top: 0;
}
.section3::before {
    content: "";
    width: 1px;
    background-color: #eeeeee;
    height: 100%;
    position: absolute;
    left: 64px;
    top: 0;
}
.section1::after{
	content:"";
	width: 1px;
	background-color: #eeeeee;
	height: 100%;
	position: absolute;
	right: 64px;
	top: 0;z-index: 25;
}
.banner{
	height: 100%;z-index: 25;
	position: relative;
}


.fafa{
	z-index: 30;
}



.fafa,.fafa .slides,.fafa .slides>li{
	height: 100%;
}
.fafa .slides>li{
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.fafa .slides>li>a>img{
	display: none;
	width: 100%;
}

.fafa .flex-control-paging li a{
	width: 10px;
	height: 10px;
	transition: .3s;
}


.fafa .flex-control-nav li{
	margin:0 11px;
}
.fafa .flex-control-nav{
	bottom: 34px;
}


.sec-table-wp{
	height: 100%;
	padding-top: 112px;
	position: relative;
	z-index: 15;
}
.sec-table{
	display: table;
	width: 100%;
	height: 100%;
}


.sec-table-cell{
	display: table-cell;
	vertical-align: middle;
}


.banner-wen{
	position: absolute;
	left: 0;
	right: 0;
	z-index: 35;

}
.banner-wen-wp{
	width: 658px;
	/*padding-left: 115px;*/
	position: relative;
	left: 115px;
}

.banner-wen h1{
	margin:0;
	font-size: 24px;
	color: #fff;
}


.banner-wen h2{
	margin:0;
	font-size: 38px;
	color: #fff;
	margin:30px 0 20px;
}
.banner-wen p{
	margin:0;
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	height: 75px;
	overflow: hidden;
}

.more1{
	margin-top: 60px;
}

.more1 a{
	display: block;
	width: 160px;
	height:55px ;
	line-height: 55px;
	border-radius: 5px;
	background-color: #6c7880;
	color: #fff;
	font-size: 14px;
	text-align: center;
	transition: .3s;
}

.more1 a:hover{
	background-color: #c0a564;

}



.index1-pic{
	width: 46%;
	margin-left: 4%;position: relative;

}

.index1-pic .imgbox_a{
	padding-bottom: 67%;
}




.index1-dl{
	font-size: 0;
	line-height: normal;
	text-align: center;
	margin-top: 100px;
}

.index1-dl dl{
	display: inline-block;
	margin:0;
}


.index1-dl dd{
	float: left;
	width: 56px;
	height: 56px;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center ;
	cursor: pointer;
	margin-left: 50px;
	transition: background-image 0.3s;
}


.index1-dl dd:first-child{
	margin-left: 0;
}

.index1-dl dd.dd_1{background-image: url(../images/index1-ico1.png);}
.index1-dl dd.dd_2{background-image: url(../images/index1-ico2.png);}
.index1-dl dd.dd_3{background-image: url(../images/index1-ico3.png);}
.index1-dl dd.dd_4{background-image: url(../images/index1-ico4.png);}



.index1-dl dd.dd_1.cur{background-image: url(../images/index1-ico1h.png);}
.index1-dl dd.dd_2.cur{background-image: url(../images/index1-ico2h.png);}
.index1-dl dd.dd_3.cur{background-image: url(../images/index1-ico3h.png);}
.index1-dl dd.dd_4.cur{background-image: url(../images/index1-ico4h.png);}



.index1-con{
	overflow: hidden;
	position: relative;

}

.index1-h1{
	font-size: 36px;
	color: #c0a564;
	/*text-shadow:4px 0px 2px #c0a564;*/
}

.index1-list ul{
	margin:0;
}
.index1-list li {
	margin-top: 40px;
}
.index1-list li h1{
	margin:0;
	font-size:22px;
	line-height: normal;
	color: #333;
	position: relative;
	padding-right: 90px;
}
.index1-list li h1 img{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
}
.index1-list li.cur h1 a span::after{
	/*color: #000;*/
	width: 100%;
}
.index1-list li.cur  p{
	color: #c0a564;
}
.index1-list li h1 a{
	font-size:22px;
	
	color: #333;
	
	position: relative;

}
.index1-list li h1 a span{
	position: relative;
	z-index: 25;
/*	display: inline-block;
	height: 24px;
	line-height: 24px;*/
}
.index1-list li h1 a span i{
	font-style: normal;
}
.index1-list li h1 a span::after{
	content:"";
	position: absolute;
	left: 0;
	width: 0;
	bottom: 0;
	height:2px ;
	background-color:#c0a564;
	transition: .5s;
	z-index: 15;
}
.index1-list li p{
	margin:0;
	font-size: 16px;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 13px;
	transition: .3s;
	overflow: hidden;
	height: auto!important;
}
.index1-list ul{
	height: 396px;
	overflow: hidden;
}
.index1-div-wp{
	position: relative;
	overflow: hidden;
}
.index1-div-wp .index1-div{
	position: absolute;
	left: -15000%;
	top: 0;
	width: 100%;
}
.index1-div-wp .index1-div.cur{
	/*display: block;*/
	position: relative;
	left: 0;
}


.index2-wp{
	padding: 107px 60px 0;
	height: 100%;
}

.index2-wp dl{
	margin:0;
	height: 100%;
}
.index1-pic.visible-xs-block{
	width: 100%;
	margin-left: 0;
	margin-top: 25px;
}

.index2-wp dd{
	float: left;
	width: 33.333333%;

	border:5px solid #fff;
	border-bottom: 0;
	height: 50%;
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center ;
}
.index2-wp dd.ddd_1,.index2-wp dd.ddd_2{
	margin-top: 0;
	width: 50%;
	border-bottom:5px solid #fff;
}

a.index2-hei{
	display: block;
	position: relative;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(../images/heidi2.png);
	z-index: 30;
}

.index2-ddd-div{
	z-index: 50;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #c0a564;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}
.index2-ddd-div .sec-table{
	position: relative;
	z-index: 35;
}
.index2-ddd-div::after{
	position: absolute;
	content:"";
	left: -3px;
	right: -3px;
	top: -3px;
	bottom: -3px;
	transition: .3s;
	border:3px solid #d0bc8b;
	z-index: 25;
}



a.index2-hei:hover .index2-ddd-div{
	opacity: 1;
	visibility: visible;
}
a.index2-hei:hover .index2-ddd-div::after{
	left: 15px;
	right: 15px;
	top: 15px;
	bottom: 15px;
}

.index2-title{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -59px;
	text-align: center;
}
.index2-title img{
	width: 49px;
	margin:0 auto;
	display: block;
}


.index2-title h1{
	margin:0;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin:14px 0 10px;
}

.index2-title h2{
	margin:0;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-family: "Arial";
}
.index2-ddd-con{
	padding: 0	65px;
}

.index2-ddd-con-top{
	min-height: 49px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 60px;
	color: #fff;
}

.index2-ddd-con-top h1{
	margin:0;
	font-size: 24px;
	font-weight: bold;
}

.index2-ddd-con-top h2{
	margin:0;
	font-size: 18px;
	font-family: "Arial";
	text-transform: uppercase;
	line-height: 1.6;
	margin-top: 3px;
}


.index2-ddd-con-p{
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	height: 84px;
	overflow: hidden;
	margin-top: 22px;
}

.index2-ddd-con-p p{
	margin:0;
}

.section3-bg-wp1{
	height:100%;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 30;
	padding: 0	65px;
}
.section3-bg-wp2{
	height:100%;
	position: relative;
}


.section3-bg{
	background-color: #f5f5f5;
	right: 0;
	top: 0;
	width: 75%;
	bottom: 0;
	position: absolute;
}


.section3-box{
	position: relative;
	z-index: 50;
	height: 100%;
	padding-top: 112px;
}
.section3-box .container{
	/*height: 100%;*/
	position: relative;

}

.more3-wp{
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 106px;
	height: 42px;
}


.more3-a{display: none;}
.more3-a:first-child{
	display: block;
}


.more3-a a{
	display: block;
	height: 42px;
	line-height: 40px;
	background-color: #fff;
	border:1px solid #c0a564;
	text-align: center;
	font-size: 14px;
	color: #c0a564;
	transition: .3s;
}
.more3-a a:hover{
	background-color: #c0a564;
	color: #fff;
}

.index3-left{
	width: 430px;
}

.index3-right{
	overflow: hidden;
}



.title-11 h1{
	margin:0;
	font-size: 30px;
	color: #c0a564;
}

.title-11 h2{
	margin:0;
	font-size: 16px;
	color: #999999;
	text-transform: uppercase;
	margin-top: 11px;
}


.index3-xuan{
	width: 72px;
	margin-top: 70px;
}

.index3-xuan span{
	display: block;
	font-size: 18px;
	color: #666;
	padding-bottom: 10px;
	position: relative;
	margin-bottom:30px; 
	cursor: pointer;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.index3-xuan span::after{
	content:"";
	position: absolute;
	width: 0;
	height: 3px;
	background-color: #c0a564;
	bottom: 0;
	right: 0;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.index3-xuan span.cur{
  color: #c0a564;

}
.index3-xuan span.cur::after{
	width: 100%;
  right: auto;
  left: 0;
}

.index3-dl-wp{
	min-height: 572px;
}

.index3-dl-wp .index3-dl{display: none;}
.index3-dl-wp .index3-dl:first-child{
	display: block;
}

.index3-dl dl{
	margin:0;
}

.index3-dl dd{
	padding: 30px 20px 30px 0;
	position: relative;
	background-color: #f5f5f5;
}

.index3-dl dd::before{
	position: absolute;
	width: 41px;
	top: 0;
	bottom: 0;
	background-color: #f5f5f5;
	z-index: 15;
	content:"";
}

.index3-date{
	width: 82px;
	border:2px solid #e8e8e8;
	text-align: center;
	margin-right: 30px;
	height: 77px;
	padding-top: 8px;
	position: relative;
	z-index: 25;
}
.index3-date h1{
	margin:0;
	font-size: 32px;
	color: #333;
}
.index3-date h2{
	margin:0;
	font-size: 12px;
	color: #666;
	margin-top: 6px;
}

.index3-con{
	overflow: hidden;
	padding-right: 170px;
	position: relative;
	z-index: 25;
}

.index3-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
}

.index3-con p{
	margin:0;
	font-size: 16px;
	color: #888;
	line-height: 1.8;
	margin-top: 8px;
	height: 56px;
}

.index3-con-a{
	position: absolute;
	right: 0;
	width: 80px;
	height: 20px;
	line-height: 20px;
	top: 50%;
	margin-top: -10px;
}

.index3-con-a::after{
	content:"";
	right: 0;
	top: 50%;
	margin-top: -1px;
	background-color: #999999;
	width: 28px;
	height: 2px;
	position: absolute;
}
.index3-con-a a{
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
}


.index3-dl dd:hover{background-color: #fff;}
.index3-dl dd:hover .index3-con h1{color: #c0a564;}
.index3-dl dd:hover .index3-date{
	background-color: #c0a564;
	border-color: #c0a564;
}
.index3-dl dd:hover .index3-date h1,
.index3-dl dd:hover .index3-date h2{
	color: #fff;
}

.index3-dl dd:hover .index3-con-a a{color: #c0a564;}
.index3-dl dd:hover .index3-con-a::after{background-color: #c0a564;}

/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
}


.footer-1{
	padding: 70px 0;
	background-color: #3a3a3a;
	border-bottom: 1px solid #838383;
}

.er{
	width: 118px;
	font-size: 14px;
	color: #fff;
	text-align: center;
  	margin-right: 30px;
}

.er img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.footer-1-1{
	width: 254px;
}


.footer-1-1 h1{
	font-size: 16px;
	color: #fff;
	margin:0;
}
.foo-sel{
	margin-top: 25px;
}
.foo-sel .form-control{
	border-radius: 0;
}


.footer-1-ul{
	text-align: center;
	font-size: 0;
	line-height: normal;
}
.footer-1-ul dl{
	margin:0;
}
.footer-1-ul ul{
	display: inline-block;
}

.footer-1-ul li{
	float: left;
	margin-left: 55px;
}

.footer-1-ul li:first-child{
	margin-left: 0;
}


.footer-1-ul li h1{
	font-size: 16px;
	color: #fff;
	margin:0;
}
.footer-1-ul li dd{
	margin-top: 10px;
}
.footer-1-ul li dd a{
	font-size: 14px;
	color: #a9a9a9;
	transition: .3s;
}
.footer-1-ul li dd a:hover{
	color: #fff;
}
.footer-1-ul li dd:first-child{
	margin-top: 17px;
}


.footer-2{
	padding: 30px 0;
	background-color: #3a3a3a;
}
.footer-2 .container{
	font-size: 0;
	line-height: normal;
	text-align: center;
}


.footer-2 dl{
	margin:0;
	display: inline-block;
}
.footer-2 dd{
	float: left;
	padding-left: 68px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	margin-left: 145px;
}
.footer-2 dd:first-child{
	margin-left: 0;
}
.footer-3{
	padding: 23px 0;
	background-color: #262626;
	font-size: 16px;
	color: #fff;
	line-height: 1.6;
	text-align: center;
}
.footer-3 span{
	padding-left: 18px;
}







/**************************************************************/
/*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: 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: 290px;
   margin-left: 15px;
   margin-top: 12px;
}

.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{

	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	padding: 147px 0 146px;
}


.banner-2 h1{
	margin:0;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}
.banner-2 h2{
	margin:0;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	margin:12px 0 15px;
}

.banner-2 .line{
	width: 42px;
	height: 3px;
	background-color: #fff;
	margin:0 auto;
}



.erji-top{
	background-image: url(../images/erji-top.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}

.erji-nav{
	/*padding: 0 150px;*/
	font-size: 0;
	text-align: center;
	line-height: normal;
}

.erji-nav dl{
	margin:0;
	display: inline-block;
}

.erji-nav dd{
	float: left;
	border-right: 1px solid #d9d9d9;
	width: 305px;
}
.erji-nav dd:first-child{
	border-left: 1px solid #d9d9d9;

}


.erji-nav dd>a{
	display: block;
	height:92px ;
	text-align: center;
	padding-top: 26px;
	position: relative;
}

.erji-nav dd>a i{
	position: absolute;
	width: 14px;
	height: 14px;
	left: 50%;
	margin-left: -7px;
	bottom: -7px;
	background-image: url(../images/dian.jpg);
	background-repeat: no-repeat;
	background-position: center ;
	display: none;
}
.erji-nav dd>a:hover h1{
	color: #c0a564;
}
.erji-nav dd.cur>a{
	background-color:#c0a564;
}
.erji-nav dd.cur>a i{display: block;}
.erji-nav dd.cur>a h1,.erji-nav dd.cur>a h2{
	color: #fff;
}



.erji-nav dd>a h1{
	margin:0;
	text-align: center;
	font-size: 16px;
	color: #333;
}
.erji-nav dd>a h2{
	margin:0;
	text-align: center;
	font-size: 12px;
	color: #999;
	font-family: "Arial";
	text-transform: uppercase;
	margin-top: 8px;
}

.erji-bottom{
	padding: 70px 0;
}

.about-title h1{
	margin:0;
	font-weight: bold;
	color: #c0a564;
	font-size: 30px;
	line-height: 1.5;
}

.about-title h2{
	margin:0;
	text-transform: uppercase;
	color: #000;
	font-size: 18px;
	line-height: 1.5;
	font-family: "Arial";
}

.about-div{
	margin-top: 25px;
}

.about-pic{
	width: 382px;
	margin-right: 11px;
	margin-left: 100px;
	margin-top: 10px;
	position: relative;
	margin-bottom: 10px;
}
.about-pic::after{
	content:"";
	width: 11px;
	bottom: 0;
	height: 53%;
	background-color:#c0a564;
	position: absolute; 
	right: -11px;
}
.about-pic .imgbox_a{
	padding-bottom: 128%;
}

.about-con{
	/*overflow: hidden;*/
	font-size: 16px;
	color: #333;
	line-height: 2;
}

.about-con p{
	margin:0;
}

.pic-pic .imgbox_a{
	padding-bottom: 66.67%;
}
.pic-con{
	background-color: #f6f6f7;
	padding: 15px 22px;
	color: #333;

}
.pic-con a{
	display: block;
	font-size: 16px;
	line-height: 1.8;
	height: 56px;
	overflow: hidden;
}

.pic-item:hover .pic-con{
	color: #fff;
	background-color:#c0a564; 
}

.pic-item{
	margin-bottom: 30px;
}

.fenye ul{
	margin:0;
}

.fenye{
	text-align: center;
	padding-top: 50px;
}

.xinwen-1{
	background-color: #f4f4f4;
	padding: 30px;
}

.xinwen1-pic{
	width: 800px;
	margin-right: 60px;
}

.xinwen1-pic .imgbox_a{
	padding-bottom: 56.875%;
}


.xinwen1-con{
	overflow: hidden;
	padding-top: 30px;
}

.xinwen1-con h1{
	margin:0;
	font-size: 14px;
	color: #333;
}

.xinwen1-con h2{
	margin:0;
	font-size: 22px;
	color: #000;
	margin-top: 25px;
	font-weight: bold;
} 

.xinwen1-con h2 a:hover{
	color: #c0a564;
}

.xinwen1-con p{
	margin:0;
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	height: 56px;
	overflow: hidden;
	margin-top: 75px;
}
.xinwen1-a
{margin-top: 70px;}
.xinwen1-a a{
	display: block;
	width: 115px;
	height: 38px;
	line-height: 36px;
	border:1px solid #dedede;
	font-size: 14px;
	color: #999;
	text-align: center;
}
.xinwen1-a a:hover{
	color: #fff;
	background-color: #c0a564;
	border-color: #c0a564;

}

.fxinwen1 .flex-control-paging li a{
	background-image: url(../images/arrow-b22.png);
}

.fxinwen1 .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b22-h.png);

}

.fxinwen1 .flex-control-nav li{
	margin:0;
	margin-right: 10px;
}

.fxinwen1 .flex-control-nav{
	text-align: left;
	padding-left: 860px;
	height: 0;
	bottom: 60px;
}

.xinwen-2 ul{
	margin:0;
}

.xinwen-2 li{
	background-color: #f4f4f4;
	padding: 30px;
	margin-top: 35px;
}

.xinwen-2-pic{
	width: 300px;
	margin-right: 60px;
}

.xinwen-2-pic .imgbox_a{
	padding-bottom: 56.67%;
}

.xinwen-2-con{
	overflow: hidden;

}

.xinwen-2-con h1{
	margin:0;
	font-size: 14px;
	color: #666666;
}

.xinwen-2-con h1 span{
	padding-right: 12px;
	font-size: 22px;
}

.xinwen-2-con h2{
	margin:0;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin:23px 0 19px;
}

.xinwen-2-con h2 a:hover{
	color: #c0a564;
}


.xinwen-2-con p{
	margin:0;
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	height: 56px;
	overflow: hidden;
}

.danpian{
	width: 1200px;
	margin:0 auto;
}
.danpian-h1{
	font-size: 24px;
	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;

}

.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;
}
.danpian-con table{
	width: 100%;
	border:1px solid #ddd;
	border-collapse: collapse;
}
.danpian-con table td,.danpian-con table th{
	border:1px solid #ddd;
	
}
.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:#c0a564;

}








.sousuo-list ul{
	margin:0;
}


.sousuo-list ul{
	margin:0;
}

.sousuo-list li{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	padding-right: 90px;
	height: 60px;
	line-height: 59px;
	border-bottom: 1px solid #eee;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dian18.png);

}


.sousuo-list li a{
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
.sousuo-list li a:hover{
	color: #c0a564;
}
.sousuo-list li span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #999;
}



#fp-nav{
	width: 65px;
	left: 0;
	z-index: 30;
	display: none;
	margin-top: -107px!important;
}

#fp-nav.cur{
	display: block;
}

.sanji-nav{
	font-size: 0;
	text-align: center;
	line-height: normal;
	padding-bottom: 35px;
}

.sanji-nav a{
	display: inline-block;
	padding: 10px 20px;
	border:1px solid #d9d9d9;
	font-size: 16px;
	margin:0 15px;
}

.sanji-nav a:hover,.sanji-nav a.cur{
	background-color: #c0a564;
	border-color:#c0a564;
	color: #fff;
}


.map-wp{
	width: 1108px;
	height: 510px;
	margin-left: 35px;

}

.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.contact-con{
	overflow: hidden;
	height: 510px;
	background-color: #c0a564;
	padding: 70px 35px 0;
}

.contact-con h1{
	margin:0;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
}

.contact-con dl{
	margin:0;
	margin-top: 30px;
}

.contact-con dd{
	border-bottom: 1px dashed #e2d5b7;
	padding: 13px 10px;
}

.contact-dd{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	padding-left: 32px;
	background-repeat: no-repeat;
	background-position: left 5px;
}