/**************************************/
/*************[公用start]**************/
/**************************************/
@font-face{
	font-family:"stx";
	src:url("../fonts/STXIHEI.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)
}
*/


/*百度百科變灰*/


*{
	font-family:"stx"!important;
}

body{
	background-image: url(../images/body.jpg);
}


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: 101px;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
}
#header::after{
	position: absolute;
	content:"";
	height: 1px;
	bottom: 1px;
	left: 0;
	width: 100%;
	background-image: url(../images/header-bg.png);
	z-index: 5;

}
#header.cur{
	background-color: #832422;
}
#header.cur::after{
	display: none;
}
.logo{
	width: 298px;
	margin-top: 14px;
	position: relative;
	z-index: 15;
}

.logo a,.logo img{
	display: block;width: 100%;
}

.search{
	width: 18px;
	margin-top: 41px;
	position: relative;
	z-index: 15;
	margin-left: 15px;
}

.search a,.search img{
	display: block;width: 100%;
}
.nav{
	position: relative;
	z-index: 25;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	text-align: center;
	position: relative;

}
.nav>ul>li+li{
	margin-left: 10px;
}
.nav>ul>li>a{
	display: block;
	height: 101px;
	line-height: 98px;
	font-size: 18px;
	color:#fff;
	padding: 0	15px;
	position: relative;
	/*transition: .3s;*/

}
.nav>ul>li>a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background-color: #832422;
    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:hover>a::after,.nav>ul>li.cur>a::after{
    width: 100%;
    right: auto;
    left: 0;
}

.nav>ul>li>ul{
	position: absolute;
	left: -12px;
    right: -12px;
	top:100%;
	z-index: 600;
	background-color: #832422;
	display: none;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#fff;
	/*transition: .3s;*/
	text-align: center;

}
.nav>ul>li>ul>li>a:hover{
	background-color: #681c1b;
}


/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{
/*margin-top:101px;*/
}

.banner{
	position: relative;
}
.banner::before{
	background-repeat: repeat-x;
	background-position: left top;
	content:"";
	background-image: url(../images/banner-before.png);
	position: absolute;
	content:"";
	left: 0;
	top: 0;
	right: 0;
	z-index: 25;
	height: 237px;
}
.banner::after{
	background-repeat: no-repeat;
	background-position: center;
	content:"";
	background-image: url(../images/banner-after.png);
	position: absolute;
	content:"";
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 25;
	height: 77px;
}

.fafa .flex-direction-nav a{
	width: 48px;
	height: 48px;
	margin-top: -24px;
}

.fafa .flex-direction-nav .flex-prev{
	left: 5.73%;
	background-image: url(../images/left.png);
	transition: background-image .3s;
}
.fafa .flex-direction-nav .flex-prev:hover{
	background-image: url(../images/lefth.png);
}
.fafa .flex-direction-nav .flex-next{
	right: 5.73%;
	background-image: url(../images/right.png);
	transition: background-image .3s;
}

.fafa .flex-direction-nav .flex-next:hover{
	background-image: url(../images/righth.png);
}

.fafa .flex-control-paging li a{
	width: 30px;
	height: 28px;
	background-image: url(../images/arr0.png);
	text-indent: 2px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
}
.fafa .flex-control-nav li{
	margin:0 10px;
}
.fafa .flex-control-paging li a.flex-active{
	background-image: url(../images/arr0h.png);
}



.fafa .flex-control-nav{
	bottom: 120px;
	height: 0;
}

.main1{
	/*background-image: url(../images/main1-bg.jpg);*/
	background-repeat: no-repeat;
	background-position: center;

	padding: 80px 0 100px;
}

.title-11{
	position: relative;
}

.title-11-h1{
	font-size: 36px;
	color: #333;
	text-align: center;
}
.title-11-h1 img{
	margin-top: -3px;
	margin-right: 20px;
}

.more22{
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -30px;
	width: 59px;
	height: 59px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background-image: url(../images/more22.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 12px 10px 0;
	line-height: 1.4;
}
.more22:hover{
	font-weight: bold;
}

.main1-div{
	margin-top: 63px;
}

.main1-1{
	width: 620px;
}

.fmain1 .imgbox_a{
	padding-bottom: 66.6%;
}

.main1-h1{
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-top: 50px;
}
.main1-h1 a:hover{
	color: #832422;
}
.fmain1 .imgbox_a{
	border-radius: 5px;
}
.fmain1 .flex-control-nav{
	bottom: 42px;
}
.fmain1 .flex-control-nav li{
	margin:0 7px;
}

.fmain1 .flex-control-paging li a{
	width: 11px;
	height: 11px;
}






.main1-2{
	width: 750px;
	border-top: 1px solid #d8d8d8;

}
.main1-2 dl{
	margin:0;
	margin-left: -5%;
}

.main1-2 dd{
	float: left;
	width: 45%;
	margin-left: 5%;
	border-bottom: 1px solid #d8d8d8;
	
}
.main1-2 dd>a{
	position: relative;
	display: block;
	padding: 25px 0 20px;
}
.main1-2 dd>a::after{
	position: absolute;
	left: -15px;
	right: -15px;
	top: 0;
	bottom: 0;
	content:"";
	background-image: url(../images/main1-2-after.jpg);
	z-index: 15;
	display: none;
}
.main1-2 dd>a h1{
	margin:0;
	font-size: 20px;
	color: #999;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/time2.png);
	position: relative;
	z-index: 25;
}
.main1-2 dd>a h2{
	margin:0;
	font-size: 18px;
	color: #333;
	margin:15px 0 10px;
	position: relative;
	z-index: 25;
}

.main1-2 dd>a p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.8em;
	overflow: hidden;
	position: relative;
	z-index: 25;
}

.main1-2 dd>a:hover::after{
	display: block;
}
.main1-2 dd>a:hover h1{color: #fff;background-image: url(../images/time2h.png);}
.main1-2 dd>a:hover h2{color: #fff;}
.main1-2 dd>a:hover p{color: #fff;}



.main2{
	background-image: url(../images/main2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding:150px 0 122px;
}

.main2-div{
	position: relative;
	padding-left: 110px;
}
.main2-div .title-11{
	position: absolute;
	width: 59px;
	left: 1px;
	top: -19px;
}

.main2-div .title-11-h1{
	width: 59px;
	height: auto;
	color: #fff;
	background-image: none;
	/*font-size: */
	line-height: 1.3;
	padding-top: 0;
}

.main2-div .more22{
	position: relative;
	bottom: 0;
	top: auto;
	margin:20px auto 0;
	color: #832422;
	background-image: url(../images/more22h.png);
}

.main2-dl dl{
	margin:0;
	margin-left: -3%;
}

.main2-dl dd{
	float: left;
	width: 30.333333333%;
	margin-left: 3%;
	margin-top: 3%;
	background-color: #fff;
	padding: 16px 20px 16px 20px;
}


.main2-dl dd:first-child,
.main2-dl dd:first-child+dd,
.main2-dl dd:first-child+dd+dd{
	margin-top: 0;
}


.main2-date{
	width: 50px;
	text-align: center;
	margin-right: 45px;
	position: relative;
}
.main2-date::after{
	position: absolute;
	right: -25px;
	top: 50%;
	margin-top: -20px;
	height: 40px;
	width: 1px;
	background-color: #832422;
	content:"";
}
.main2-date h1{
	margin:0;
	font-size: 28px;
	color: #832422;
	line-height: 1;
}

.main2-date h2{
	margin:0;
	font-size: 13px;
	color: #832422;
	margin-top: 5px;
	padding-top: 6px;
	border-top: 1px solid #bdbdbd;
}

.main2-a{
	font-size: 18px;
	color: #333;
	line-height: 1.6;
	height: 3.4em;
	overflow: hidden;
}

.main2-a a:hover{
	color: #832422;
}


.main3{
	background-image: url(../images/main3-bg.png);
	background-repeat: no-repeat;
	background-position: center 165px;
	padding: 45px 0 80px;
}


.main3-1-list-wp{
	margin-top: 25px;
}

.main3-1-list .item{
	padding: 10px;
	padding-bottom: 0;
}


.main3-1-list .owl-dots {
    margin-top: 35px;
}
.main3-1-list .owl-dots .owl-dot{
    margin:0 7px;
}
.main3-1-list .owl-dot span{
    width: 33px;
    display: block;
    height: 33px;
}

.main3-1-list .owl-nav button.owl-prev{
    position: absolute;
    left:-90px;
    top: 50%;
    margin-top: -20px;
    width: 48px;
    height: 39px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
    transition: background-image .3s;
}
.main3-1-list .owl-nav button.owl-prev:hover{background-image: url(../images/lefth.png);}

.main3-1-list .owl-nav button.owl-next{
    position: absolute;
    right:-90px;
    top: 50%;
    margin-top: -20px;
    width: 48px;
    height: 39px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
    transition: background-image .3s;
}

.main3-1-list .owl-nav button.owl-next:hover{background-image: url(../images/righth.png);}


.main3-1-pic{
	background-color: #f7f7f7;
	border:5px solid #f7f7f7;
	padding: 10px;
	transition: .3s;
}
.main3-1-pic .imgbox_a{
	padding-bottom: 149.324%;
}
.main3-1-pic .imgbox_a h2{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 15;
	margin:0;
	font-size: 14px;
	color: #fff;
	height: 35px;
	line-height: 35px;
	padding:0 15px;
	background-color:rgba(0,0,0,0.35);
}
.main3-1-item:hover .main3-1-pic .imgbox_a h2{
	background-color: #832422;
}
.main3-1-item h1{
	margin:0;
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-top: 15px;
	line-height: 1.5;
}
.main3-1-item:hover .main3-1-pic{
	background-color: #fff;
	border-color:#832422;
	box-shadow: 0px 2px 9.7px 0.3px rgba(91, 2, 0, 0.3);
}
.main3-1-item:hover h1{
	color: #832422;
}

.main3-2{
	margin-top: 55px;
}


.main3-2-1{
	width: 510px;
	margin-right: 40px;
}

.main3-2-div{
	height: 377px;
	background-image: url(../images/main3-2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 29px;
	
}
.main3-2-div1{
	padding: 30px	50px 0
}
.main3-2-div2{
	padding: 35px	28px 0
}
.main3-2-item-ico{
	width: 86px;
	margin:0 auto;
	padding: 18px 0;
	background-image: url(../images/main3-2-item-ico-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.main3-2-item-ico img{
	display: block;
	width: 50px!important;
	margin:0 auto;
}
.main3-2-item>a{
	display: block;
}
.main3-2-item>a:hover .main3-2-item-ico{
	background-image: url(../images/main3-2-item-ico-bgh.png);
}
.main3-2-item>a:hover h1{
	color: #832422;
}
.main3-2-item h1{
	margin:0;
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	margin-top: 5px;
}
.main3-2-item+.main3-2-item{
	margin-top: 10px;
}

.main3-2-1-list .owl-dots {
    margin-top: 12px;
}
.main3-2-1-list .owl-dots .owl-dot{
    margin:0 10px;
}
.main3-2-1-list .owl-dot span{
    background-image: url(../images/owl-dot-ico2.png);
}

.main3-2-1-list .owl-dot.active span{
    background-image: url(../images/owl-dot-ico2h.png);

}


.main3-2-1-2-pic .imgbox_a{
	padding-bottom:75.4%;
}

.main3-2-1-2-item+.main3-2-1-2-item{
	margin-top: 10px;
}
.main3-2-1-2-item>a{
	display: block;
}
.main3-2-1-2-item>a:hover h1{
	color: #832422;
}
.main3-2-1-2-item h1{
	margin:0;
	font-size: 18px;
	color: #333;
	text-align: center;
	overflow: hidden;
	margin-top: 10px;
}


.main3-2-1-2-list .owl-dots {
    margin-top: 20px;
}
.main3-2-1-2-list .owl-dots .owl-dot{
    margin:0 10px;
}
.main3-2-1-2-list .owl-dot span{
    background-image: url(../images/owl-dot-ico2.png);
}

.main3-2-1-2-list .owl-dot.active span{
    background-image: url(../images/owl-dot-ico2h.png);

}


.main3-2-2{
	overflow: hidden;
	padding-top: 19px;
}

.main3-2-2 dl{
	margin:0;
}
.main3-2-2 dd+dd{
	margin-top: 19px;
}
.main3-2-2 dd>a.imgbox_a{
	padding-bottom: 35.353%;
}
.main3-2-2 dd>a.imgbox_a span{
	position: absolute;
	left: 40px;
	right: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 1.5;
}
.main3-2-2 dd>a.imgbox_a:hover span{
	font-weight: bold;
}
.main3-3{
	padding: 50px 0;
}
.main3-3-bg{
	height: 155px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/main3-3-bg.png);
}


.main3-4{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.main3-4::after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content:"";
	z-index: 5;
	background-image: url(../images/heidi2.png);
}
.main3-4>a{
	display: block;
	position: relative;
	z-index: 25;
}
.main3-4>a::before{
	position: absolute;
	width: 54px;
	height: 54px;
	top: 50%;
	margin-top: -27px;
	left: 50%;
	margin-left: -27px;
	content:"";
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/bo.png);
	z-index: 15;
}
.main3-4>a::after{
	position: absolute;
	left: 40px;
	right: 40px;
	top: 16px;
	height: 224px;
	content:"";
	background-repeat: repeat-x;
	background-position: left center;
	background-image: url(../images/hua0.png);
	z-index: 5;
}
.main3-4>a i.hua1{
	position: absolute;
	left: 14px;
	top: 16px;
	bottom: 16px;
	width: 26px;
	z-index: 5;
	background-image: url(../images/hua1.png);
	background-repeat: no-repeat;
	background-position: center;
}
.main3-4>a i.hua2{
	position: absolute;
	right: 14px;
	top: 16px;
	bottom: 16px;
	width: 26px;
	z-index: 5;
	background-image: url(../images/hua2.png);
	background-repeat: no-repeat;
	background-position: center;
}
.main3-4>a:hover .main3-4-wen-wp{width: 680px;}
.main3-4-wen-wp{
	transition: width .3s;
	width: 730px;
	margin:0 auto;
	padding: 92px 0 93px;
	
}

.main3-4-wen{
	width: 271px;
}

.main3-4-wen img{
	display: block;
	width: 100%;
}



.video-wp{
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	padding: 0 60px;
	transition:  .3s;
	text-align: center;
	z-index: -1;
}
.video-wp.cur{
	opacity: 1;
	visibility: visible;
	z-index: 1800;
}
.video-box{
	position: relative;
	width: 100%;
}
.video-close{
	position: absolute;
	width: 36px;
	right: -18px;
	top: -18px;
	cursor: pointer;
	z-index: 50;
}
.video-close img{
	display: block;
	width: 100%;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.video-close:hover img{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: transform .3s;
}
.video-box video {
    max-height: calc(100vh - 4em);
    width: 100%!important;
    vertical-align: middle;
    max-width: 100%;
    display: block;
}
.video-box video:focus{
	outline: none;
}








/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color: #832422;
	padding-top: 82px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/footer-before.jpg);
}


.footer-1{
	padding: 3px 0 20px;
	border-bottom: 1px solid #6a0200;
}

.footer-1 .container{
	position: relative;
	height: 42px;
	padding-left: 178px;
}

.youq-title{
	position: absolute;
	left: 0;
	top: 0;
	width: 158px;
	height: 42px;
	background-image: url(../images/youq.png);
	font-size: 18px;
	color: #832422;
	font-weight: bold;
	padding-left:42px;
	padding-top: 8px;
}

.youq-dl{
	
	font-size: 0;
	line-height: normal;
}

.youq-dd{
	height: 42px;
	line-height: 42px;
	display: inline-block;
	/* margin-right: 40px; */
	font-size: 16px;
	color: #fff;
}
.youq-dd a:hover{
	font-weight: bold;
}
.footer-2{
	padding: 20px 0 30px;
	position: relative;
}

#totop{
	position: fixed;
	right: 25px;
	bottom: 40px;
	width: 87px;
	cursor: pointer;
z-index:750;
}

#totop img{
	display: block;
	width: 100%;
}

.foo2-right{
	width: 465px;
	margin-top: 18px;
}

.er-wp{
	width: 216px;
}

.er{
	width: 96px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom:10px;
}

.xxiang-wp{
	width: 217px;
}
.xxiang{
	width: 96px;
	
}
.xxiang>a{
	display: block;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.xxiang>a:hover{
	font-weight: bold;
}
.xxiang>a img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.foo-logo{
	width: 298px;
	margin-top: 14px;
	position: relative;
	z-index: 15;
}

.foo-logo a,.foo-logo img{
	display: block;width: 100%;
}

.foo-p{
	font-size: 14px;
	color: #fff;
	line-height: 2;
	margin-top: 10px;
}
.foo-p a:hover{
	font-weight: bold;
}
.foo-p span{
	padding-left: 20px;
}






/**************************************************************/
/*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: #832422;

}
.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: 220px;
   margin-left: 15px;
   margin-top:9px;
}

.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: 600px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 15;
}
.banner-2 img{
	display: none;
	width: 100%;
}
.erji{
	padding: 55px 0;
}


.menu{
	width: 310px;
	margin-right: 60px;
}

.menu-h1{
	height: 154px;
	line-height: 154px;
	background-color: #832422;
	font-size: 30px;
	color: #fff;
	text-align: center;
	background-image: url(../images/menu-h1.png);
	background-repeat: no-repeat;
	background-position: center;
}
.menu-dl{
	background-color: #fff;
}
.menu-dl dl{
	margin:0;
}
.menu-dl dd{
	border-top: 1px solid #ebebeb;
}
.menu-dl dd>a{
	display: block;
	padding: 28px 15px;
	font-size: 20px;
	color: #333;
	text-align: center;
	line-height: 1.5;
}
.menu-dl dd>a:hover,.menu-dl dd.cur>a{
	background-color: #832422;
	color: #fff;
}
.erji-content-wp{
	overflow: hidden;
	background-color: #fff;
	padding: 30px 30px 40px;
}
.erji-title{
	border-bottom: 1px solid #d6d6d6;
}
.erji-title h1{
	margin:0;
	font-size: 24px;
	color: #333;
	padding: 0	7px 12px;
	border-bottom: 2px solid #832422;
	position: relative;
	bottom: -1px;
}
.mianbaoxie{
	font-size: 14px;
	color: #666;
	margin-top: 8px;
}

.mianbaoxie a:hover,.mianbaoxie span{
	color: #832422;
}


.erji-content{
	padding-top: 30px;
}

.sanji dl{
	margin:0;
}

.sanji dd{
	position: relative;
	padding: 0 10px;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

.sanji dd::before{
	position: absolute;
	left: 0;
	top: 0;
	height: 48px;
	width: 10px;
	content:"";
	background-image: url(../images/before.png);
	background-repeat: no-repeat;
	background-position: center;
}


.sanji dd::after{
	position: absolute;
	right: 0;
	top: 0;
	height: 48px;
	width: 10px;
	content:"";
	background-image: url(../images/after.png);
	background-repeat: no-repeat;
	background-position: center;
}


.sanji dd>a{
	display: block;
	height: 48px;
	line-height: 48px;
	padding: 0 30px;
	background-repeat: repeat-x;
	background-position: left center;
	background-image: url(../images/sanji.png);
	font-size: 18px;
	color: #333;
}

.sanji dd>a:hover{
	color: #832422;
}

.sanji dd.cur>a{
	background-image: url(../images/sanjih.png);
	color: #fff!important;
}

.sanji dd.cur::before{background-image: url(../images/beforeh.png);}
.sanji dd.cur::after{background-image: url(../images/afterh.png);}

.list01 dl{
	margin:0;
}

.list01 dd{
	padding-left:30px;
	position: relative;
	height: 63px;
	line-height: 62px;
	font-size: 18px;
	color: #333;
	background-image: url(../images/list01.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 90px;
	border-bottom: 1px dashed #ececec;
}

.list01 dd a{
	font-size: 18px;
	color: #333;
}
.list01 dd a span{
    font-size: inherit;
    color: #333;
    font-weight: normal;
}
.list01 dd a:hover{
	color: #832422;
}

.list01 dd span.span_11{
	position: absolute;
	right: 0;
	font-size: 16px;
	color: #999;
}


.fenye ul{
	margin:0;
}

.fenye{
	text-align: center;
	margin-top: 40px;
}

.danpian{
	padding-top: 5px;
}
.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#000;
	text-align: center;

}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#000;
	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: 18px;
	color:#000;
	line-height: 1.5;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 18px!important;
	color:#000!important;
	line-height: 1.5!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:#000;
}

.dan-a a:hover{
	color:#832422;
}

.pic-list dl{
	margin:0;
	margin-left: -3%;

}

.pic-list dd{
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-bottom: 3%;
}

.pic-pic .imgbox_a{
	padding-bottom: 66.8%;
}
.pic-list{
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.pic-list dd h1{
	margin:0;
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 17px;
        line-height: 1.6;
        height:3.2em;
overflow:hidden;
}

.pic-list dd:hover h1{
	color: #832422;
}

.laoshi-list{
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.laoshi-list dl{
	margin:0;
	margin-left: -2%;
}

.laoshi-list dd{
	float: left;
	width: 18%;
	margin-left: 2%;
	margin-bottom: 2%;
}

.laoshi-pic .imgbox_a{
	padding-bottom: 150.4%;
}

.laoshi-name{
	font-size: 17px;
	color: #333;
	text-align: center;
	margin-top: 12px;
}

.laoshi-list dd:hover .laoshi-name{
	color: #832422;
}