/**************************************/
/*************[公用start]**************/
/**************************************/

/*主站变灰*/
/*html {
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}
* {
-moz-filter: grayscale(100%); 
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%); 
filter: gray;
}*/
/*主站变灰*/

/*淘宝变灰*/
/* body, html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    }*/

/*淘宝变灰*/

/*百度百科變灰*/


/*body.memorial>* {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1)
}
*/


/*百度百科變灰*/

body{
	overflow-x: hidden;
}
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{
	background-color: #2b0505;
}


.container-fluid{
	padding-left: 60px;
	padding-right: 60px;
}

.header-1{
	padding-left: 480px;
	position: relative;
}

.logo{
	position: absolute;
	width: 480px;
	left: 0;
	top: 0;
}
.logo>a{
	display: block;
	height: 117px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/logo.png);
}


.header-1-div{
	height: 117px;
	position: relative;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
}

.header-1-div::before{
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	margin-top: -5px;
	left: -6px;
	content:"";
	background-color: #cfcfcf;
}


.header-1-div::after{
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	margin-top: -5px;
	right: -6px;
	content:"";
	background-color: #cfcfcf;
}


.header-1-1{
	height: 58px;
	padding-top: 13px;
	padding-right: 13px;
}

.search{
	width: 192px;
        background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: center;
	position: relative;
	padding-right: 50px;
	padding-left: 45px;
}
.search input:focus{
	outline: none;
}

.search input[type="text"]{
	width: 100%;
	border:0;
	height: 32px;
	padding: 6px 0px;
	background-color: transparent;
	font-size: 14px;
	color: #333;
	line-height:  1.42857143;
}
.search input[type="image"]{
	position: absolute;
	width: 28px;
	right: 10px;
	top: 10px;
        
}
.search input[type="button"]:hover{
	font-weight: bold;
}
.header-dl{
	margin-top: 8px;
}
.header-dl dl{
	margin:0;
}

.header-dl dd{
	float: left;
	margin-right: 15px;
}

.header-dl dd+dd{
	padding-left: 16px;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.header-dl dd>a{
	display: block;
	font-size: 14px;
	color: #fff;
	height: 16px;
	line-height: 16px;
	padding-left:22px;
	background-repeat: no-repeat;
	background-position: left center;
}

.header-dl dd>a:hover{
	/*color: #9c7838;*/
	/*text-decoration: underline;*/
}





.header-1-2{
	border-top: 1px solid #cfcfcf;
}


.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	position: relative;
	width: 10%;
	text-align: center;
	font-size: 0;
	line-height: normal;
}

.nav>ul>li>a{
	display: block;
	height: 58px;
	line-height: 58px;
	font-size: 16px;
	color: #fff;
	position: relative;
	display: inline-block;
}


.nav>ul>li>a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background-color: #fff;
    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{
	font-weight: bold


}
.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: -20px;
	right: -20px;
	top:100%;
	z-index: 600;
	background-color: #fff;
	display: none;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 8px 0px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#333;
	/*transition: .3s;*/
	text-align: center;

}
.nav>ul>li>ul>li>a:hover{
	background-color: #9c7838;
	color: #fff;
}






/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.fafa .imgbox_a{
	padding-bottom: 43.76555%;
}

.fafa .flex-direction-nav a{
	width: 33px;
	height: 77px;
	margin-top: -33px;
}

.fafa .flex-direction-nav .flex-prev{
	left: 0;
}
.fafa .flex-direction-nav .flex-next{
	right: 0;
}



.fafa .flex-control-nav{
	height: 0;
	bottom: 35px;
}
.fafa .flex-control-nav li{
	margin:0 10px;
}
.fafa .flex-control-paging li a{
	width: 30px;
	height: 3px;
	background-image: url(../images/arrow-b2.png);
}
.fafa .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b2-h.png);

}
.main1{
	padding: 70px 0;
	background-image: url(../images/body.jpg);

}
.banner{
	
	background-image: url(../images/body.jpg);
}


.title-11 h1{
	margin:0;
	font-size: 30px;
	color: #333;
	padding: 0 25px;
	position: relative;
	height: 32px;
	line-height: 32px;
}

.title-11 h1::before{
	position: absolute;
	width: 17px;
	height: 23px;
	left: 0;
	top: 50%;
	margin-top: -11px;
	content:"";
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/bian1.png);
	
}

.title-11 h1::after{
	position: absolute;
	width: 17px;
	height: 23px;
	margin-top: -11px;
	top: 50%;
	right: 0;
	content:"";
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/bian2.png);
}

.title-11-center h1{
	display: inline-block;
}

.title-11-center{
	font-size: 0;
	text-align: center;

}

.title-11 a.fr{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/fr.png);
	width: 94px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #9c7838;
	text-align: center;
}

.title-11 a.fr:hover{
	font-weight: bold;
}

.title-11.ziBai h1{color: #fff;}

.title-11.ziBai h1::before{background-image: url(../images/bian1h.png);}
.title-11.ziBai h1::after{background-image: url(../images/bian2h.png);}
.title-11.ziBai a.fr{background-image: url(../images/frh.png);color: #fff;}




.mm35{
	margin-top: 35px;
}

.main1-1{
	width: 50%;
	margin-right: 50px;
}

.fmain1-wp .fmain1{
	display: none;
}
.fmain1-wp .fmain1:first-child{
	display: block;
}
.fmain1 .imgbox_a{
	padding-bottom: 66.588%;
}
.fmain1 .imgbox_a h1{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin:0;
	font-size: 20px;
	color: #fff;
	height: 58px;
	line-height: 58px;
	padding-left: 40px;
	z-index: 25;
	padding-right: 150px;
	background-image: url(../images/heidi1.png);
}

.fmain1 .flex-control-nav{
	height: 0;
	text-align: right;
	padding-right: 32px;
	bottom: 33px;
}
.fmain1 .flex-control-nav li{
	margin:0;
}
.fmain1 .flex-control-nav li+li{
	margin-left: 15px;
}

.fmain1 .flex-control-paging li a{
	width: 9px;
	height: 9px;
}
.main1-2{
	overflow: hidden;
}
.main1-2 dl{
	margin:0;
}
.main1-2 dd+dd{
	margin-top: 30px;
}
.main1-2 dd>a{
	/*padding: */
	display: block; 
	padding-right: 30px;
}

.main1-2-date{
	width: 105px;
	text-align: center;
}
.main1-2-date h1{
	margin:0;
	font-size: 30px;
	color: #333;
	font-family: "Georgia";
	line-height: 1;
}
.main1-2-date h2{
	margin:0;
	font-size: 14px;
	color: #666;
	padding: 5px 0;
	line-height: 1;
}
.main1-2-date h3{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1;
}


.main1-2-con{
	overflow: hidden;
	padding-top: 25px;
}

.main1-2-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
}
.main1-2-con p{
	margin:0;
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	display: none;
	margin-top: 15px;
}


.main1-2 dd.cur>a{
	background-image: url(../images/bu.png);
	padding: 25px 0;
	padding-right: 30px;
}
.main1-2 dd.cur .main1-2-con{
	padding-top: 8px;
}

.main1-2 dd.cur .main1-2-con h1{
	color: #fff;
}
.main1-2 dd.cur .main1-2-con p{
	display: block;
}
.main1-2 dd.cur .main1-2-date h1{color: #fff;} 
.main1-2 dd.cur .main1-2-date h2{color: #fff;} 
.main1-2 dd.cur .main1-2-date h3{color: #fff;} 



.main2{
	padding: 60px 0;
	position: relative;
	background-image: url(../images/main2-bgg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.main2 .container{
	position: relative;
	z-index: 50;
	min-height: 400px;
}


.main2-1{
	width: 50%;
	margin-right: 50px;
	padding-right: 50px;
}

.main2-2{
	overflow: hidden;
}


.main2-3{
	width: 62%;
	margin-right: 70px;
}

.main2-4{
	overflow: hidden;
}

.main2-1-pic{
	width: 324px;
	margin-right: 30px;

}

.main2-1-pic .imgbox_a{
	padding-bottom: 160.5%;
}

.main2-1-dl{
	overflow: hidden;
}

.main2-1-dl dl{
	margin:0;
}

.main2-1-dl dd>a{
	display: block;
	padding: 24px 25px 20px;
	border-bottom: 1px solid #cccccc;
}
.main2-1-dl dd>a h1{
	margin:0;
	font-size: 18px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}
.main2-1-ul {
	padding-top: 12px;
	display: none;
}
.main2-1-ul ul{
	margin:0;
}

.main2-1-ul li{
	font-size: 14px;
	color: #fff;
	padding-left: 23px;
	background-repeat: no-repeat;
	background-position: left center;
}
.main2-1-ul li+li{
	margin-top: 5px;
}
.main2-1-dl dd.cur>a{
	border-bottom: 0;
	background-image: url(../images/dd0.png);
}
.main2-1-dl dd.cur>a h1{
	color: #fff;
}
.main2-1-dl dd.cur>a .main2-1-ul{
	display: block;
}


.main2-2-dl dl{
	margin:0;
	padding-top: 30px;
}

.main2-2-dl dd+dd{
	margin-top: 28px;
}

.main2-2-date{
	width: 70px;
	height: 70px;
	border:1px solid #c1c1c1;
	border-top: 16px solid #c1c1c1;
	text-align: center;
	padding-top:5px;
	margin-right: 22px;
}

.main2-2-date h1{
	margin:0;
	font-size: 21px;
	color: #999;
	font-family: "Georgia";
	font-weight: bold;
	line-height: 1;
}

.main2-2-date h2{
	margin:0;
	font-size: 16px;
	color: #999;
	font-family: "Georgia";
	line-height: 1;
	margin-top: 5px;
}


.main2-2-con{
	overflow: hidden;
	padding-top: 11px;
}
.main2-2-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
	height: 20px;
	line-height: 20px;
}
.main2-2-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}

.main2-2-dl dd:hover .main2-2-date{
	border-color:#b99a5a;
}
.main2-2-dl dd:hover .main2-2-date h1{color: #b99a5a;}
.main2-2-dl dd:hover .main2-2-date h2{color: #b99a5a;}
.main2-2-dl dd:hover .main2-2-con h1{
	font-weight: bold;
	color: #b99a5a;
}


.main2-3-div{
	margin-top: 30px;
}

.main2-3-pic.fl{
	width: 335px;
	margin-right: 50px;
	position: relative;
}
.main2-3-pic img{
	display: block;
	width: 100%;
}
.main2-3-1{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 15;
	left: 0;
	top: 0;
	padding: 16px 17px 17px 18px;
}
.main2-3-1 .slides,
.main2-3-1 .slides li{
	height: 100%;
}

.main2-3-1 .slides li a.imgbox_a{
	position: relative;
	padding-bottom: 0;
	height: 100%;
}
.main2-3-1 .slides li a.imgbox_a>img{
	position: relative;
}


.main2-3-1 .slides li{
	display: none;
}
.main2-3-1 .slides li.cur{
	display: block;
}







.main2-3-1 img{
	height: 100%!important;
}
.main2-3-list{
	overflow: hidden;
}


.main2-3-list ul{
	margin:0;
}

.main2-3-l1{
	height: 63px;
	line-height: 62px;
	border-bottom: 1px solid #cccccc;
	padding: 0	30px; 
	font-size: 18px;
	color: #333;
	background-image: url(../images/main2-3-l1.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}


.main2-3-l2{
	background-color: #b99a5a;
	padding: 30px 35px;
	display: none;
}
.cur .main2-3-l1{display: none;}
.cur .main2-3-l2{display: block;}
.main2-3-l2 h1{
	margin:0;
	font-size: 18px;
	color: #fff;
	line-height: 1.7;
	height: 3.4em;
	overflow: hidden;
}

.main2-3-l2  dl{
	margin:0;
	padding-top: 6px;
}

.main2-3-l2 dd{
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	color: #fff;
	line-height: 17px;
	height: 17px;
	margin-top: 10px;
}

.main2-2-table{
	display: table;
	width: 100%;
	height: 100%;
}
.main2-2-table-cell{
	display: table-cell;
	vertical-align: middle;
}

.main2-2-a{
	font-size: 18px;
	color: #fff;
	line-height: 2;
	max-height: 4em;
	overflow: hidden;
}
.main3{
	padding: 85px 0 70px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/main3-bg.jpg);
}

.main3-dl dl{
	margin:0;
}

.main3-dl dd{
	float: left;
	width: 17.5%;
	height: 528px;
	background-repeat: no-repeat;
	background-position: center;
	transition: width .3s;
	position: relative;
	overflow: hidden;
}
.main3-dl dd::after{
	position: absolute;
	width: 100%;
	height: 237px;
	left: 0;
	bottom: 0;
	background-repeat: repeat-x;
	background-position: left center;
	background-image: url(../images/yy.png);
	content:"";
	z-index: 15;

}
.main3-dl dd.cur::after{
	height: 100%;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/huang.png);
}
.main3-dl dd+dd{
	border-left: 5px solid #fff;
}
.main3-dl dd.cur{
	width: 47.5%;
 
}
.main3-dl dd.cur .main3-con{
	padding: 100px 80px 0;
	top: 0;
	bottom: auto;
}
.main3-dl dd.cur::after{
	/*display: none;*/
}
.main3-dl dd.cur .main3-h1{
	margin:0;
}

.main3-dl dd.cur .main3-p,
.main3-dl dd.cur .more1,
.main3-dl dd.cur .main3_gai-ul,
.main3-dl dd.cur .main3_gai-uul{
	display: block;
}
.main3-con{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 50;
	padding: 0 30px 40px;
}

.main3-h1{
	width: 180px;
	height: 47px;
	line-height: 47px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/main3-h1.png);
	margin:0 auto;
	font-size: 18px;
	color: #fff;
	text-align: center;
}


.main3-p p{
	margin:0;
}

.main3-p{
	font-size: 14px;
	color: #fff;
	line-height: 2;
	
	overflow: hidden;
	max-width:565px;
	margin-top: 35px;
	display: none;
}


.more1{
	margin-top: 60px;
	width: 121px;
	background-image: url(../images/more.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	display: none;
}
.more1>a{
	font-size: 14px;
	color: #fff;

}
.more1>a:hover{
	font-weight: bold;
}


.main3_gai-ul{
	display: none;
	margin-top: 40px;
	width: 595px;
}


.main3_gai-ul ul{
	margin:0;
}

.main3_gai-ul li{
	float: left;
	width: 33.33333333%;
}

.main3_gai-ul li>a{
	display: block;
	height: 133px;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 10px	10px 0;
}

.main3_gai-ul li.main3_gai-last>a{
	background-image: url(../images/main5-more.png);
}



.main3_gai-ul li>a:hover{
	/*color: #b99a5a;*/
}
.main3_gai-ul li>a img{
	display: block;
	margin:0 auto 7px;
}


.main3_gai-ul li:nth-child(1){
	border-right: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.main3_gai-ul li:nth-child(2){
	border-right: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.main3_gai-ul li:nth-child(3){

	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.main3_gai-ul li:nth-child(4){
	border-right: 1px solid rgba(255,255,255,0.3);
}
.main3_gai-ul li:nth-child(5){
	border-right: 1px solid rgba(255,255,255,0.3);
}

.main3_gai-uul{
	display: none;
	margin-top: 40px;
	width: 595px;
}

.main3_gai-uul ul{
	margin:0;
}

.main3_gai-uul li{
	float: left;
	width: 123px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.main3_gai-uul li>a{
	display: block;
	height: 117px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: rgba(248,198,96,0.3);
	padding-top: 25px;
}
.main3_gai-uul li>a img{
	display: block;
	margin:0 auto 9px;
}
















.main4{
	padding: 60px 0 45px;
}

.main4-pic .imgbox_a{
	padding-bottom: 66.67%;
}
.main4-list .item h1{
	margin:0;
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-top: 15px;
}

.main4-list .item:hover h1{
	color: #b99a5a;
}

.main4-list .owl-nav{
	position: relative;
	width: 107px;
	height: 40px;
	margin:30px auto 0;
}
.main4-list .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 0%;
    width: 40px;
    height: 40px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    background-size: 100%;
}

.main4-list .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 0%;
    width: 40px;
    height: 40px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    background-size: 100%;
}

.main5{
	padding-bottom: 50px;
}

.main5-item {
	width: 48%;
	border:1px solid #b69757;
	border-top: 0;
}


.main5-title{
	background-color: #b69757;
	padding: 12px 0;
}
.main5-list{
	padding: 25px 0;
}

.main5-list dl{
	margin:0;
	font-size: 0;
	line-height: normal;
}

.main5-list dd{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-top: 25px;
	border-left: 1px solid #cecece;
}
.main5-list dd.ddtop{
	margin-top: 0;
}
.main5-list dd.ddbor{
	border-left: 0;
}
.main5-list dd>a{
	display: block;
}

.main5-list dd>a img{
	display: block;
	height: 76px;
	margin:0 auto 8px;
}
.main5-list dd>a h1{
	margin:0;
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
}
.main5-list dd>a:hover h1{
	color: #b69757;
}
.main5-more{
	height: 132px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/main5-more.png);
}
.main5-list1 dd{
	width: 33.33333333%;
}
.main5-list2 dd{
	width: 25%;
}

.main6{
	padding: 50px 0;
}
.main6-list-wp{
	margin-top: 40px;
}

.main6-item{
	width: 530px;
	height: 336px;
	margin:0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/main6-item_Bg.png);
	padding: 22px 35px 0 30px;
}

.main6-pic{
	width: 219px;
	margin-right: 32px;
}

.main6-pic .imgbox_a{
	padding-bottom: 137%;
}

.main6-con{
	overflow: hidden;
	padding-top: 20px;
}

.main6-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
}
.main6-con-p{
	font-size: 14px;
	color: #333;
	line-height: 1.8;
	height: 10.8em;
	overflow: hidden;
	margin-top: 15px;
}

.zg{
	margin-top: 30px;
}

.zg a{
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/zg.png);
	width: 107px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #333;
}
.main6-item:hover .main6-con h1{
	color: #b99a5a;
	font-weight: bold;
}
.main6-item:hover .zg a{
	color: #fff;
	background-image: none;
	background-color: #b99a5a;
}



.main7{
	padding-bottom: 50px;
}
.main7-dl{padding-top: 45px;}
.main7-dl dl{
	margin:0;
	font-size: 0;
	line-height: normal;
	position: relative;
}

.main7-dl dd{
	display: inline-block;
	vertical-align: top;
}
.main7-dl dd+dd{
	border-left: 1px solid #e6e6e6;

}
.main7-dl dd>a{
	display: block;
	padding: 0 34px;
	font-size: 16px;
	color: #333;
	text-align: center;
}
.main7-dl dd>a img{
	display: block;
	height: 72px;
	margin:0 auto 10px;
}
/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color: #272727;
	padding: 45px 0 38px;
}
.er-wp{
  margin-left: 50px;
width:260px;
}
.er{
	width: 115px;
	
	
}
.er>img{
	display: block;
	width: 100%;
	margin-bottom: 11px;
}
.er h1{
	margin:0;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.er h1 img{
	margin-top: -3px;
	margin-right: 6px;
}
.foo-con{
	overflow: hidden;
	padding-top: 25px;
}

.foo-a{
	font-size: 18px;
	color: #fff;
}
.foo-a a:hover{
	text-decoration: underline;
}


.foo-p{
	font-size: 16px;
	color: #fff;
	line-height: 2;
	margin-top: 15px;
}
.foo-p span{
	padding-left: 30px;
}



/**************************************************************/
/*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: #2b0505;
	/*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:280px;
	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样式要求区域]**********/
/**************************************/


.banner-2 img{
	display: block;
	width: 100%;
}

.erji{
	overflow: hidden;
}



.erji-div{
	position: relative;
	padding: 60px 0 50px;
}

.erji-bg{
	position: absolute;
	left: 60px;
	right: 60px;
	top: 0;
	bottom: 0;
	z-index: 15;
}

.erji-div-con{
	position: relative;
	z-index: 50;
}

.menu{
	width: 308px;
	margin-right: 70px;
}

.menu-h1{
	height: 154px;
	background-color: #b99a5a;
	line-height: 154px;
	text-align: center;
	font-size: 30px;
	color: #fff;
}
.menu-h1 img{
	margin-top: -3px;
}

.menu-h1 span{
	padding: 0 14px;
}


.menu-dl{
	background-color: #fff;
}

.menu-dl dl{
	margin:0;
}
.menu-dl dd+dd{
	border-top: 1px solid #ebebeb;
}
.menu-dl dd>a{
	display: block;
	height: 93px;
	line-height: 93px;
	font-size: 20px;
	color: #333;
	text-align: center;
	position: relative;
	padding: 0 10px;
}
.menu-dl dd>a::before{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background-color: #fff;
	content:"";
}

.menu-dl dd>a:hover{
	color: #b99a5a;
	font-weight: bold;

}


.menu-dl dd.cur>a{
	color: #b99a5a;
	font-weight: bold;
	background-color: #f4f4f3;
}
.menu-dl dd.cur>a::before{
	background-color: #b99a5a;
}
.erji-content{
	overflow: hidden;
}
.erji-title{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/erji-title.png);
}
.erji-title h1{
	margin:0;
	font-size: 24px;
	color: #333;
	padding: 0 8px 15px;
	border-bottom: 2px solid #b99a5a;
}

.mianbaoxie{
	font-size: 14px;
	color: #666;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/mian.png);
	padding-left: 20px;
	margin-top: 4px;
}

.mianbaoxie a:hover,.mianbaoxie span{
	color: #b99a5a;
}

.erji-content-div{
	padding-top: 30px;
}

.sanji{
	padding-bottom: 10px;
}
.sanji dl{
	margin:0;
	font-size: 0;
	line-height: normal;
	text-align: center;
}

.sanji dd{
	display: inline-block;
	padding: 0 10px;
	margin:0 30px 30px;
	position: relative;
}
.sanji dd::before{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 10px;
	content:"";
	background-image: url(../images/sj-left.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.sanji dd::after{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 10px;
	content:"";
	background-image: url(../images/sj-right.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.sanji dd>a{
	display: block;
	height: 48px;
	line-height: 48px;
	background-repeat: repeat-x;
	background-position: left center;
	background-image: url(../images/sj-0.png);
	padding: 0 30px;
	font-size: 18px;
	color:#333;
}

.sanji dd:hover>a{
	color: #fff;
	background-image: url(../images/sj-0-h.png);
}
.sanji dd:hover::after{
	background-image: url(../images/sj-right-h.png);
}
.sanji dd:hover::before{
	background-image: url(../images/sj-left-h.png);

}
.sanji dd.cur>a{
	color: #fff;
	background-image: url(../images/sj-0-h.png);

}

.sanji dd.cur::after{
	background-image: url(../images/sj-right-h.png);
}
.sanji dd.cur::before{
	background-image: url(../images/sj-left-h.png);

}

.tongzhi-list dl{
	margin:0;
}

.tongzhi-list dd{
	position: relative;
	
	padding: 0 28px;
}
.tongzhi-list dd+dd{
	margin-top: 35px;
}
.tongzhi-list dd::before{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 28px;
	content:"";
	background-image: url(../images/tz-left.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.tongzhi-list dd::after{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 28px;
	content:"";
	background-image: url(../images/tz-right.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.tongzhi-dd{

	background-repeat: repeat-x;
	background-position: left center;
	background-image: url(../images/tz-0.png);
	padding: 36px 4px;

}


.tongzhi-dd h1{
	margin:0;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.tongzhi-dd h1 a:hover{
	color: #b99a5a;
}

.tongzhi-dd h2{
	margin:0;
	font-size: 14px;
	color: #999;
	position: relative;
	height: 21px;
	line-height: 21px;
	margin:20px 0 17px;
}
.tongzhi-dd h2::after{
	position: absolute;
	left: 95px;
	right: 0;
	height: 17px;
	top: 2px;
	content:"";
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/h2.png);

}
.tongzhi-dd p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}



.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:#b99a5a;
}


.xinwen-list dl{
	margin:0;
}
.xinwen-list dd{
	background-color: #fff;
	padding: 30px;
}
.xinwen-list dd+dd{
	margin-top: 30px;
}

.xinwen-list dd .tongzhi-dd{
	background-image: none;
	padding: 0;
	padding-top: 20px;
	overflow: hidden;
}

.xinwen-list dd .tongzhi-dd h2{
	margin-bottom: 25px;
}

.xinwen-pic{
	width: 280px;
	margin-right: 35px;
}

.xinwen-pic .imgbox_a{
	padding-bottom: 66.43%;
}

.xinwen-list dd:hover .tongzhi-dd h1{
	color: #b99a5a;
}

.xinwen-list dd:hover .tongzhi-dd h2{
	color: #b99a5a;
}
.xinwen-list dd:hover .tongzhi-dd h2::after{
	background-image: url(../images/h2h.png);

}

.fenye{
	text-align: center;
	margin-top: 35px;
}

.fenye ul{
	margin:0;
}
.laos-pic .imgbox_a{
	padding-bottom: 140%;
}

.pic-pic .imgbox_a{
	padding-bottom: 66.67%;
}

.pic-item h1{
	margin:0;
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-top: 15px;
}

.pic-item:hover h1{
	color: #b99a5a;
}

.pic-item{
	margin-bottom: 30px;
}

.laoshi-list dl{
	margin:0;
	margin-left: -1%;
	margin-top: -1%;
}

.laoshi-list dd{
	float: left;
	width: 32.33333%;
	margin-left: 1%;
	margin-top: 1%;
	background-color: #fff;
	padding: 55px 30px;
}

.laoshi-pic{
	width: 174px;
	margin:0 auto;
}

.laoshi-pic .imgbox_a{
	padding-bottom: 147.7%;
}

.laoshi-list dd h1{
	margin:0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #b99a5a;
	padding: 20px 0 15px;
}


.laoshi-xx a{
	display: block;
	width: 120px;
	height: 35px;
	line-height: 33px;
	font-size: 14px;
	color: #333;
	text-align: center;
	margin:0 auto;
	border:1px solid #b99a5a;
}

.laoshi-list dd:hover .laoshi-xx a{
	background-color: #b99a5a;
	color: #fff;
}

.laos-list .row{
	margin-left: -30px;
	margin-right: -30px;
}

.laos-list .col-lg-3{
	padding-left: 30px;
	padding-right: 30px;
}

.main1 .title-11{
	padding-bottom: 30px;
}