/**************************************/
/*************[公用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{

}


.header-1{
	height:100px;
	background-color: #fff;
}

.logo{
	width: 249px;
	margin-top: 18px;
}
.logo a,.logo img{
	display: block;
	width: 100%;
}

.search{
	width: 280px;
	margin-top: 28px;
	position: relative;
}

.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 43px;
	border:1px solid #e4e4e4;
	color: #333;
	line-height: 1.428571;
	background-color:#fff;
	font-size: 14px;
	padding: 8px 20px;
	padding-right: 70px;
}



.search input[type="image"]{
	position: absolute;
	right: 0px;
	top: 0px;
	width:53px;
}


.nav-wp{
	position: relative;
	background-color:#c31c13;
	z-index: 500;
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	text-align: center;
	position: relative;
	width: 12.5%;
	border-left: 1px solid #c61000;

}
.nav>ul>li:first-child{
	border-left: 0;
}
.nav>ul>li>a{
	display: block;
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	color:#fff;

	background-color:#c31c13;


}


.nav>ul>li:hover>a, .nav>ul>li.active>a {
	background-color:#dbba77;

}
.nav>ul>li>ul{
	position: absolute;
	left: 0px;
	right: 0;
	top:100%;
	z-index: 600;
	background-color: #c31c13;
	border-top: 1px solid #c31c13;
	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: #dbba77;
}

.yiji_a{
	width: 120px;
	text-align: center;
	height: 43px;
	line-height: 43px;
	margin-top: 28px;
}
.yiji_a a{
	font-size: 14px;
	color: #333;

}
.yiji_a a:hover{
	color: #c61000;
}

.yiji_name{
	height: 100px;
	line-height: 100px;
	margin-left: 30px;
	font-size: 22px;
	color: #333;
}



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





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

#main{

}

.main{
	padding:30px 0;
}

.fafa .slides>li{
	height: 310px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.fafa .slides>li  img.phone-img{
	display: none;
	width: 100%;
}
.fafa .flex-control-nav{
	bottom: 25px;
}
.fafa .flex-control-nav li{
	margin:0 5px;
}
.fafa .flex-control-paging li a{
	width: 13px;
	height: 13px;
}



.main1{
	padding: 35px 0;
}



.main1-pic{
	width: 63px;
	margin:0 auto;
}

.main1-list h1{
	margin:0;
	font-size: 16px;
	color: #666;
	text-align: center;
	margin:15px 0 8px;
}
.main1-list .item a{
	display: block;
}
.main1-list .item:hover h1{
	color: #c61000;
}
.main1-list p{
	margin:0;
	font-size: 16px;
	color: #999;
	text-align: center;
}

.main2{
	background-color:#eeeeee;
}

.main2-title{
	width: 103px;
	height: 103px;
	background-color: #c61000;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 25px;
	padding: 22px 20px 0;
	line-height: 1.2;
	letter-spacing: 2px;
}


.main2-title::after{
	position: absolute;
	width: 6px;
	height: 12px;
	right: -6px;
	top: 50%;
	margin-top: -6px;
	background-image: url(../img/jiao1.png);
	background-repeat: no-repeat;
	background-position: center;
	content:"";
}

.main2-con{
	overflow: hidden;
	padding: 22px 30px 0;
}


.main2-con h1{
	margin:0;
	font-size: 30px;
	color: #c61000;
	text-align: center;
}
.main2-con p{
	margin:0;
	font-size: 14px;
	color: #999;
	text-align: center;
	margin-top: 12px;
}

.m35{
	margin-top: 35px;
}


.main3-1{
	width: 720px;
	margin-right: 35px;
}

.fmain3 .imgbox_a{
	padding-bottom: 63.89%;
}

.fmain3 .imgbox_a h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 55px;
	line-height: 55px;
	margin:0;
	font-size: 16px;
	color: #fff;
	background-image: url(../img/heidi.png);
	padding-left: 27px;
	padding-right: 155px;
	z-index: 60;
}

.fmain3 .flex-control-paging li a{
	width: 12px;
	height: 12px;
	background-image: url(../img/arrow-b2.png);
}

.fmain3 .flex-control-paging li a.flex-active{
	background-image: url(../img/arrow-b2-h.png);

}
.fmain3 .flex-control-nav{
	bottom:31px;
	height:0;
	text-align: right;
	font-size: 0;
	padding-right: 20px;
}

.fmain3 .flex-control-nav li{
	margin:0 9px;
}

.main3-2{
	overflow: hidden;
}

.title-11{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../img/erji-title.png);
}

.title-11 span{
	cursor: pointer;
	font-size: 20px;
	color: #333;
	padding: 5px 10px 12px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-left: 13px;
}
.title-11 span:first-child{
	margin-left: 0;
}
.title-11 span.cur{
	background-image: url(../img/hh1.png);
	border-bottom: 3px solid #c61000;
	color: #c61000;
}
.title-11.title-11no span.cur{
	background-image: url(../img/hh1.png);
	border-bottom: 3px solid #c61000;
	color: #333;
	font-size: 18px;
}
.title-11 a.fr{
	font-size: 14px;
	color: #debd7a;
	display: none;
	margin-top: 11px;
}

.title-11 a.fr:hover{
	color: #c61000;
}
.title-11 a.fr.frr{
	display: block;
}
.list01-wp{
	padding-top: 25px;
}
.list01-wp .list01{display: none;}
.list01-wp .list01:first-child{display: block;}
.list01 ul{
	margin:0;
}







.list01 li{
	margin-top: 15px;
	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../img/list01.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:15px;
  overflow: hidden;
	position: relative;
	padding-right:45px;
	height: 22px;
	line-height: 22px;
}

.list01 li:first-child{
	margin-top: 0!important;
}


.list01 li a{
	font-size: 16px;
	color:#333;
}
.list01 li span{
	font-size: 14px;
	color:#999;
	position: absolute;
	right: 0px;
	top: 0;
}
.list01 li a:hover{
	color:#c61000;
}



.list01-wp0 .list01 li{
	padding-left: 24px;
	background-position: 9px center;
	padding-right: 0;
	margin-top: 18px;
}

.main4-1{
	width: 840px;
	margin-right: 35px;
}

.title-22{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../img/title-22.png);
}
.title-22 h1{
	height: 47px;
	line-height: 47px;
	font-size: 18px;
	color: #fff;
	padding: 0	30px;
	background-color: #c61000;
	margin:0;
}

.title-22 a.fr{
	font-size: 14px;
	color: #debd7a;
	margin-top: 14px;
}

.title-22 a.fr:hover{
	color: #c61000;
}

.main4-1-div{
	padding-top: 23px;
}


.main4-1-right{
	width: 346px;
	margin-left: 28px;
}


.main4-1-pic .imgbox_a{
	padding-bottom: 63.87%;
}

.main4-1-con{
	background-color:#f8f8f8;
	border-bottom:  3px solid #c61000;
	padding: 26px 22px 20px;
}

.main4-1-con h1{
	margin:0;
	font-size: 18px;
	color: #c61000;
}

.main4-1-con p{
	margin:0;
	font-size: 14px;
	color: #333;
	line-height: 2;
	overflow: hidden;
	height: 4em;
	margin-top: 10px;
}


.main4-1-left{
	overflow: hidden;
}



.main4-2{
	overflow: hidden;
}

.borbor{
	border:1px solid #dadada;
	padding: 10px 15px 21px;
}


.list01-wp1 .list01 li{
	padding-left: 17px;
	padding-right: 0;
}

.main4-2-2{
	background-color: #c61000;
	margin-top: 18px;
	padding: 12px 28px;
}

.main4-2-2-er{
	width: 73px;
	margin-right: 27px;
}
.main4-2-2-er img{
	display: block;
	width: 100%;
}

.main4-2-2-con{
	overflow: hidden;
	padding-top: 13px;
}


.main4-2-2-con h1{
	margin:0;
	color: #fff;
	font-size: 18px;
}
.main4-2-2-con p{
	margin:0;
	color: #fff;
	font-size: 14px;
	margin-top: 7px;
}



.borbor.main5{
	padding: 15px 20px;
}


.main5-title{
	width: 66px;
	margin-right: 17px;
	background-color: #dbba77;
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 38px 21px 0;
	height: 170px;
	line-height: 1.2;
}

.main5-list-wp{
	overflow: hidden;
	height: 170px;
}


.main5-list{
	overflow: hidden;
	height: 170px;
	font-size: 0;
	line-height: normal;
}
.main5-li{
	display: inline-block;
	width: 350px;
	margin-right: 15px;
}

.main5-li .imgbox_a{
	padding-bottom: 48.571%;
}



.main6-1{
	width: 840px;
	margin-right: 35px;
}
.main6-yaod{
	margin-top: 25px;
}
.fmain6yao .imgbox_a{
	padding-bottom: 11.67%;
}


.main6-2{
	overflow: hidden;
}

.list01-wp2 .list01 li.fl,
.list01-wp2 .list01 li.fr{
	width: 48%;
}

.list01-wp2 .list01 li.fl:first-child+li{
	margin-top: 0;
}


.main6-1-2-item{
	width: 48%;
}

.m30{margin-top: 30px;}
.m20{margin-top: 20px;}




.main6-2{
	overflow: hidden;
}

.main6-2-pic{
	margin-top: 20px;
}

.main6-2-pic .imgbox_a{
	padding-bottom: 32.758%;
}

.main6-2-pp{
	font-size: 16px;
	color: #333;
	line-height: 1.9;
	height: 7.6em;
	overflow: hidden;
	margin-top: 16px;
}

.main6-2-3 dl{
	margin:0;
}
.main6-2-3 dd.borbor{
	padding: 10px 15px 15px;
}


.main6-2-1{
	height: 169px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../img/main6-01.jpg);
	padding: 38px 28px 0;
}
.main6-2-1 h1{
	margin:0;
	font-size: 18px;
	color: #fff;
}
.main6-2-1-a{
	margin-top: 23px;
}
.main6-2-1-a a{
	display: block;
	height: 39px;
	line-height: 39px;
	font-size: 16px;
	color: #fff;
	background-color: #c61000;
	text-align: center;
}
.main6-2-1-a a:hover{
	font-weight: bold;
}
.main6-2-2 .imgbox_a{
	padding-bottom: 52%;
}

.main7-right{
	width: 600px;
	margin-left: 30px;
}

.fmain7 .imgbox_a{
	padding-bottom: 68.83%;
}


.fmain7 .flex-direction-nav a{
	width: 47px;
	height: 76px;
	margin-top: -38px;
}

.fmain7 .flex-direction-nav .flex-next{
	right: 0;
}
.fmain7 .flex-direction-nav .flex-prev{
	left: 0;
}


.main7-left{
	overflow: hidden;
}
.main7-h1{
	font-size: 24px;
	font-weight: bold;
	color: #c61000;
}


.main7 .yiji-1{
	width: 418px;

}

.main7-dl {
	padding-top: 25px;
}
.main7-dl dl{
	margin:0;
	margin-left: -2%;
}

.main7-dl dd{
	float: left;
	width: 23%;
	margin-left: 2%;
	margin-top: 24px;
}
.main7-dl dd a{
	font-size: 16px;
	color: #333;
}

.main7-dl dd a:hover{
	color: #c61000;
}

.main8{
	margin-top: 38px;
}
.main8-list{
	overflow: hidden;
	font-size: 0;
	line-height: normal;
	height: 84px;
}

.main8-li{
	width: 176px;
	margin-right: 30px;
	display: inline-block;
}

.main8-li h1{
	margin:0;
	font-size: 14px;
	color: #aa8233;
	text-align: center;
	margin-top: 14px;
}
.main8-li:hover h1{
	color: #c61000;
}



.main11-pic .imgbox_a{
	padding-bottom:48.68%;
}

.main11-con{
	border:1px solid #dbdbdb;
	border-top: 0;
	padding: 30px 25px 40px;
}


.main11-con-p{
	font-size: 16px;
	color: #333;
	line-height: 2;
	height: 8em;
	overflow: hidden;
}

.more13{
	width: 72px;
	margin-top: 28px;
	
}
.more13>a{
	display: block;
	height: 19px;
	line-height: 15px;
	border:1px solid #debd7a;
	background-image: url(../img/more13.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	transition: .3s;
	padding-left: 10px;
	font-size: 14px;
	color: #debd7a;
}
.more13>a:hover{
	border:1px solid #c61000;
	background-color: #c61000;
	color: #fff;
	background-image: url(../img/more13h.jpg);

}


.main11-list{
	margin-top: 25px;
}

.main12-list dl{
	margin:0;

}

.main12-list dd{
	float: left;
	width: 25%;
	border-left: 15px solid #fff;
}
.main12-list dd:first-child{
	width: 50%;
	border-left: 0;
}

.main12-list dd:first-child+dd,
.main12-list dd:first-child+dd+dd{
	border-bottom: 15px solid #fff;

}

.main12-list dd .imgbox_a{
	padding-bottom: 63.3%;
}

.main12-list dd:first-child .imgbox_a{
	padding-bottom: 62.6%;
}

.main12-list dd  h1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 55px;
    line-height: 55px;
    margin: 0;
    font-size: 16px;
    color: #fff;
    background-image: url(../img/heidi.png);
    padding:0 27px;
    z-index: 60;
}

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





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

#footer{

}


.footer-1{
	padding: 45px 0;
	background-color: #c61000;
}


.foo1-right{
	width: 440px;
	border-left: 1px solid #e38880;
	border-right: 1px solid #e38880;
	padding: 0	69px;
	margin-left: 60px;
}
.foo1-right h1{
	margin:0;
	font-size: 16px;
	color: #fff;
}

.foo1-img{
	margin-top: 15px;
}

.foo1-img img{
	display: block;
}

.foo1-a{
	margin-top: 21px;
}

.foo1-a a{
	display: block;
	width: 47%;
	height: 35px;
	line-height: 33px;
	border:1px solid #debd7a;
	font-size: 14px;
	color: #fff;
	padding-left: 51px;
	background-repeat: no-repeat;
	background-position:20px center;
	transition: .3s;
}
.foo1-a a:hover{
	background-color: #debd7a;

}
.foo1-a a.fl{background-image: url(../img/foo1-1.png);}
.foo1-a a.fl:hover{background-image: url(../img/foo1-1h.png);}


.foo1-a a.fr{background-image: url(../img/foo1-2.png);}
.foo1-a a.fr:hover{background-image: url(../img/foo1-2h.png);}

.foo1-er-wp{
	margin-top: 20px;
}

.er-wp{
	width: 111px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../img/er-wp.png);
	margin-right: 23px;
}

.er{
	width: 91px;
}
.er img{
	display: block;
	width: 100%;
}

.foo1-er-con{
	overflow: hidden;
	padding-top: 19px;
}
.foo1-er-con h2{
	margin:0;
	font-size: 18px;
	color: #fff;
}
.foo1-er-con p{
	margin:0;
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
}

.foo1-left{
	overflow: hidden;
}

.foo1-left ul,.foo1-left dl{
	margin:0;
}

.foo1-left li{
	float: left;
	width: 25%;
	padding-right: 15px;
}
.foo1-left li h1{
	margin:0;
	font-size: 16px;
	color: #fff;
}
.foo1-left dd:first-child{
	margin-top: 22px;
}
.foo1-left dd{
	margin-top: 11px;
}

.foo1-left dd>a{
	font-size: 14px;
	color: #fff;
}


.foo1-left a:hover{
	color: #dbba77;
}



.footer-2{
	padding: 25px 0;
	background-color: #fff;
}

.yq{
	width: 275px;
	margin-top: 16px;
}

.yq .form-control{
	border-radius: 0;
	height:40px;
}


.foo2-p{
	font-size: 14px;
	line-height: 2.6;
	overflow: hidden;
}


.foo2-p img{
	margin-top: -3px;
	margin-right: 2px;
}

.foo2-p a:hover{
	color:#c61000;
}




.foo1_1{
	width: 310px;
}
.foo1_1 h1{
	    margin: 0;
    font-size: 16px;
    color: #fff;
}
.foo1_1 p{
	    margin: 0;
    font-size: 14px;
    color: #fff;
    line-height: 2;
    margin-top: 18px;
}
.foo1_2{

	margin-left: 45px;
}

.foo1_2 .foo1-right{
	padding-bottom: 15px;
	margin-left: 0;
}

.foo1_3{
	overflow: hidden;
	padding-left: 60px;
}

.foo1_3{
	padding-top: 20px;
}

.foo1_3 .foo1-er-wp{
	margin-top: 0;
}
















/**************************************************************/
/*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(../img/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 3px;

	right: 14px;
}
.jiaspan.cur{
	background-image: url(../img/jia2h.png);

}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{

	padding:7px 10px;
	display: block;
	font-size: 15px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;

}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
	font-size: 0;
	line-height: normal;
	padding-left: 15px;
}
.nav-2>ul>li>ul>li{
	display: inline-block;
	margin-right: 5px;
}
.nav-2>ul>li>ul>li>a{
	padding: 6px 8px;
	display: block;
	font-size: 13px;
	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: 200px;
   margin-left: 15px;
   margin-top: 11px;
}

.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(../img/heidi.png);
	display: none;

}




/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/



.banner-2{
	height: 249px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.banner-2 img{
	display: none;
	width: 100%;
}

.erji{
	padding:40px 0; 


}


.menu{
	width: 252px;
	margin-right: 51px;
}



.menu-h1{
	height:100px;
	line-height: 100px;
	font-size: 22px;
	color: #fff;
	background-image: url(../img/menu-h1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: right;
	padding-right: 29px;
}
.menu-list{
	padding: 36px 29px 30px 28px;
	border-top:1px solid #dddddd;
}
.menu-list ul{
	margin:0;
}

.menu-list li{
	border-bottom:1px solid #dddddd;
}

.menu-list li:first-child{
	border-top:1px solid #dddddd;
}

.menu-list li>a{
	display: block;
	height:49px;
	line-height: 49px;
	text-align: right;
	font-size: 16px;
	color: #333;
	transition: .3s;
	padding-right: 0;
	background-color: #fff;
}

.menu-list li.cur>a,.menu-list li:hover>a{
	padding-right: 15px;
	color: #fff;
	background-color: #c61000;
}

.menu-list li>span{
	display: block;
	height:49px;
	line-height: 49px;
	text-align: right;
	font-size: 16px;
	color: #333;
	transition: .3s;
	padding-right: 0;
	background-color: #fff;
	cursor: pointer;
}

.menu-list li.cur>span,.menu-list li:hover>span{
	padding-right: 15px;
	color: #fff;
	background-color: #c61000;
}


.menu-list li>span.spanCur{
	padding-right: 15px;
	color: #fff;
	background-color: #c61000;
}

.menu-list li dl{
	margin:0;
	padding: 15px 0;
	display: none;
}
.menu-list li dd{
	margin-top: 5px;
}
.menu-list li dd:first-child{
	margin-top: 0;
}
.menu-list li dd>a{
	display: block;
	height:31px;
	line-height: 31px;
	text-align: right;
	padding-right: 25px;
}

.menu-list li dd>a:hover{
	background-color: #eeeeee;
}


.erji-content{
	float: right;
	width: 897px;
	padding-top: 10px;
}
.erji-content.erji-content-nomenu{
    float: none;
    width: 100%;
}

.erji-title{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../img/erji-title.png);
}

.erji-title h1{
	margin:0;
	font-size: 18px;
	color: #333;
	padding-bottom: 19px;
	border-bottom: 3px solid #c61000;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../img/hh1.png);
}

.erji-title h1 span{
	display: block;
	font-size: 18px;
	color: #333;
	padding-left:36px;
	background-repeat: no-repeat; 
	background-position: left center;
	background-image: url(../img/erji-h1.png);
	height: 21px;
	line-height: 21px;
}

.mianbaoxie{
	font-size: 14px;
	color: #999;
	margin-top:2px;
}

.mianbaoxie a:hover,.mianbaoxie span{
	color: #c61000;
}


.erji-content-div{
	padding-top: 30px;
}

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

}

.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:#c61000;

}

.danpian2 .danpian-con{
	padding: 0;
	border-bottom: 0;
}
.sanji-dl{
	padding-bottom: 10px;
	overflow: hidden;
}
.sanji-dl dl{
	margin:0;
	margin-right: -10px;
}

.sanji-dl dd{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.sanji-dl dd a{
	display: block;padding: 6px 15px;
	background-color: #eeeeee;
	color: #333;
	border-radius:5px;
}

.sanji-dl dd.cur a{
	color: #fff;
	background-color: #c61000;
}


.xinwen1{
	background-color:#eee;
	padding: 35px 40px 35px 50px;
}

.xinwen1 h1{
	margin:0;
	font-size: 18px;
	font-weight: bold;
	color: #c61000;
}

.xinwen1 p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	margin-top: 14px;
}
.more980{
	margin-top: 20px;
}
.more980 a{
	display: block;
	width: 132px;
	height: 32px;
	line-height: 30px;
	padding-left: 18px;
	color: #c69c6d;
	border:1px solid #c69c6d;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: 102px center;
	background-image: url(../img/more980.png);
}

.more980 a:hover{
	background-color: #c69c6d;
	color: #fff;
	background-image: url(../img/more980h.png);
}

.xinwen2{

   border-top: 1px solid #e8e8e8;
   margin-top:35px; 
}

.dang-2-gai-list dl{
	margin:0;
}
.dang-2-gai-list dd {
   padding: 25px 0;
   border-bottom: 1px solid #e8e8e8;
    
}



.dang-2-gai-date{
	width: 80px;
	margin-right: 30px;
	text-align: center;
	background-color: #eeeeee;
	height: 110px;
	padding-top: 20px;
	color: #c69c6d;
	transition: .3s;
}

.dang-2-gai-date h1{
	margin:0;
	font-size: 44px;
	color: inherit;

}

.dang-2-gai-date h2{
	margin:0;
	font-size: 13px;
	color: inherit;
	margin-top:8px;
	font-family: "Arial";
}

.dang-2-gai-con{
	overflow: hidden;
	padding-top: 6px;
}

.dang-2-gai-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
	height: 30px;
	line-height: 30px;
}

.dang-2-gai-con h2{
	margin:0;
	font-size: 13px;
	color: #999;
	margin:10px 0 12px;
}
.dang-2-gai-con h2 img{
	margin-top: -3px;
	margin-right: 5px;
}
.dang-2-gai-con p{
	margin:0;
	font-size: 12px;
	color: #999;
}

.dang-2-gai-list-dd{
	position: relative;
  padding-right: 150px;
  transition: .3s;
  padding-bottom: 0;
}

.dang-2-gai-aaa{
	position: absolute;
	width: 32px;
	right: 15px;
	top: 50%;
	margin-top: -16px;
}

.dang-2-gai-aaa a{
	display: block;
	height: 32px;
	background-image: url(../img/aaha.png);
}


.dang-2-gai-list dd:hover .dang-2-gai-list-dd{
	padding-bottom: 10px;
}
.dang-2-gai-list dd:hover .dang-2-gai-aaa a{
	background-image: url(../img/aahah.png);
}
.dang-2-gai-list dd:hover .dang-2-gai-date{
	background-color: #c61000;
	color: #fff;
}
.dang-2-gai-list dd:hover .dang-2-gai-con h1{
	color: #c61000;
}


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

.fenye ul{
	margin:0;
}


.yiji-1{
	width:587px;
	padding-right:  160px;
	position: relative;
	margin-top: 20px;
}

.yiji-1 input:focus{
	outline: none;
}

.yiji-1 input[type="text"]{
	display: block;
	width: 100%;
	height: 38px;
	border:0;
	color: #333;
	line-height: 1.428571;
	background-color:#e8e8e8;
	font-size: 14px;
	padding: 6px 20px;
}


.yiji-1 input[type="button"]{
	position: absolute;
	right: 0px;
	top: 0px;
	width:120px;
	height: 38px;
	border:0;
	color: #fff;
	background-color:#c61000;
	cursor: pointer;
}
.yiji{
	padding:0 5px 5px;
}
.yiji-2-item{
	margin-top: 30px;
}
.yiji-2-item>a{
	display: block;
	height:82px ;
	line-height: 82px;
	padding-left: 30px;
	font-size: 16px;
	color: #333;
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
	border-radius: 5px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 60px;
	transition: .3s;
}

.yiji-2-item>a::before{
	position: absolute;
	width: 4px;
	height: 18px;
	content:"";
	background-color: #c61000;
	left: 0;
	top: 50%;
	margin-top: -9px;
	transition: .3s;
}

.yiji-2-item>a::after{
	position: absolute;
	width: 36px;
	height: 36px;
	content:"";
	background-image: url(../img/after.png);
	right: 12px;
	top: 50%;
	margin-top: -18px;
	transition: .3s;
}

.yiji-2-item>a:hover{
	background-color: #dbba77;
	color: #fff;
}

.yiji-2-item>a:hover::before{background-color: #fff;}
.yiji-2-item>a:hover::after{background-image: url(../img/afterh.png);}


.bsBox,.bsBox *{
	 -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


.kehu1{
	position: relative;
}

.kehu1-img img{
	display: block;
	width: 100%;
}

.kehu1-div{
	position: absolute;
	width: 348px;
	top: 0;
	bottom: 0;
	right: 0;
	background-image: url(../img/huangdi.png);
	padding: 80px 40px 0;
}


.kehu1-div h1{
	margin:0;
	font-size:30px;
	color: #fff;
	text-align: center;
}
.kehu1-div p{
	margin:0;
	font-size:14px;
	color: #fff;
	line-height: 2;
	margin-top: 25px;
}

.kehu1-er-wp{
	width: 210px;
	margin:55px auto 0;
}

.kehu1-er{
	width: 84px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

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

.map-wp{
	height:329px;
}

.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.contact-dl{
	padding: 30px 0;
}
.contact-dl dl{
	margin:0;
	margin-left: -2%;
}

.contact-dl dd{
	float: left;
	width: 48%;
	margin-left: 2%;
	padding-left: 65px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 30px;
	padding-top: 5px;
	min-height:53px ;
}

.contact-dl dd h1{
	margin:0;
	font-size: 14px;
	color: #999;
}

.contact-dl dd h2{
	margin:0;
	font-size: 18px;
	color: #dbba77;
	line-height: 1.6;
	margin-top: 5px;
}

.tousu{
	padding: 40px 100px 0 30px;
}
.tousu input{

	box-shadow: none;
}
.tousu input:focus{
	outline: none;
	box-shadow: none;
}

.tousu textarea:focus{
	outline: none;
	box-shadow: none;
}

.tousu input.form-control{
	height:40px;
	border:1px solid #dcba72;
	border-radius: 5px;
	padding-right: 40px;
}
.tousu textarea.form-control{
	border:1px solid #dcba72;
	resize: none;
	box-shadow: none!important;
	border-radius: 5px;
	padding: 9px 40px 9px 12px;
	height: 222px;
}
.tousu-title{
	height: 40px;
	line-height: 40px;
	text-align: right;
	font-size: 14px;
	color: #999;
}

.tousu-input{
	position: relative;
}

.tousu-input i.icoii{
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	right:13px;
	background-repeat: no-repeat;
	background-position: center;
}

.tousu-input i.icoii.icoii1{
	margin-top: 0;
	top: 11px;
}

.tousu-btn{
	text-align: center;
}

.tousu-btn input{
	width: 195px;
	height: 49px;
	border:0;
	background-color: #c61000;
	color: #fff;
	font-size: 14px;
}

.tousu-btn{
	padding-top: 30px;
}

.xyk1{
	padding-top: 15px;
	border-bottom: 6px solid #fff;
}

.xyk1-item{
	width: 50%;
	height:80px ;
	line-height: 80px;
	color: #fff;
	text-align: center;	
	font-size: 16px;
	background-color: #dbba77;
	transition: background-color .3s;
	cursor: pointer;
}

.xyk1-item img{
	margin-top: -3px;
	margin-right: 15px;
}
.xyk1-item.cur{
	background-color: #c61000;
}
.xyk1-item.fl{
	border-right: 3px solid #fff;
}
.xyk1-item.fr{
	border-left: 3px solid #fff;
}

.xyk2-div{
	min-height: 519px;
	background-repeat: no-repeat;
	background-position: center top;
	display: none;
	padding: 180px 88px 30px;
}

.xyk2-div:first-child{
	display: block;
}

.xyk2-div-p{
	font-size: 16px;
	color: #333;
	line-height: 2.2;
	padding-right: 180px;
	min-height: 6.6em;
}

.xyk2-dl dl{
	margin:0;
	margin-left: -8%;
}

.xyk2-dl dd{
	float: left;
	width: 42%;
	margin-left: 8%;
	margin-top: 60px;
}

.xyk2-dl dd img{
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

.xyk2-dl dd a{
	display: block;
	width: 100%;
	font-size: 14px;
	color: #666;
	text-align: center;
}

.xyk2-dl dd a:hover{
	color: #c61000;
}


.pic-pic .imgbox_a{
	padding-bottom: 66.67%;
}
.youq-pic{
	border:1px solid #ddd;
}
.youq-pic .imgbox_a{
	padding-bottom: 30.68%;
}

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

.pic-item h1{
	margin:0;
	text-align: center;
	font-size: 16px;
	color: #333;
	margin-top: 18px;
}

.pic-item:hover h1{
	color: #c61000;
}

.pic-list{
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}

.youq-list{

	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}



.erji_list{
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}




.yewu-list .col-md-4{
	margin-bottom: 30px;
}






/*4-28*/




.lishi1-list-wp{
	background-color:#eff1f3;
	padding:  30px 34px 40px;
}
.lishi1-list{
	background-image: url(../img/lishi1-list-bg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	padding: 0	56px;
}
.lishi1-list .item span{
	display: block;
	width: 78px;
	font-size: 16px;
	color: #4d4d4d;
	text-align: center;
	cursor: pointer;
	height: 78px;
	
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(../img/lishi1-bg2.png);
	margin:0 auto;
	padding-top: 55px;
}


.lishi1-list .item.cur span{
	line-height: 78px;
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(../img/lishi1-bg1.png);
	padding-top: 0;
	color: #c61000;
	font-size: 20px;
}



.lishi1-list .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-image: url(../img/left000.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
}
.lishi1-list .owl-nav button.owl-prev:hover{background-image: url(../img/left000-h.png);}
.lishi1-list .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-image: url(../img/right000.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
}
.lishi1-list .owl-nav button.owl-next:hover{background-image: url(../img/right000-h.png);}


.lishi1-list .owl-nav button.owl-prev.disabled,
.lishi1-list .owl-nav button.owl-next.disabled{
	display: none;
}


.lishi1-div-wp .lishi1-div{display: none;}
.lishi1-div-wp .lishi1-div:first-child{display: block;}

.lishi1-div-wp{
	margin-top: 50px;
}
.dqqlist{
	background-image: url(../img/xian.jpg);
	background-repeat: repeat-y;
	background-position: 65px	top;
	min-height: 570px;
}
.dqqlist dl{
	margin:0;
}


.dqqlist dd{
	margin-top: 27px;
}

.dqqlist dd:first-child{
	margin-top: 0;
}


.dq-left{
	width: 130px;
	margin-right: 18px;
	height: 43px;
	background-image: url(../img/dq.png);
	background-repeat: no-repeat;
	background-position: center;
}

.dq-right{
	border:1px solid #f1f1f1;
	overflow: hidden;
	padding: 0	30px;
	border-radius: 5px;
}
.dq-right-item h1{
	font-size:18px;
	margin:0;
	color:#999; 
	margin-right: 26px;
	float: left;
	height: 42px;
	line-height: 42px;
}

.dq-right-item  p{
	font-size:16px;
	color:#999; 
	margin:0;
	overflow: hidden;height: 42px;
	line-height: 42px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /*text-align: justify;
                text-justify:distribute-all-lines;*/

}

.dq-right-item {
	overflow: hidden;
}

.dqqlist dd.cur .dq-daqiu{
	display: block;
}

.dqqlist dd.cur .dq-left{
	height: auto;
	background-image: none;
	padding-top: 3px;
}

.dqqlist dd.cur .dq-right{
	color:#fff;
	background-color: #c61000;
	border-color: #c61000;


}
.dqqlist dd.cur  .dq-right-item{
	padding: 25px 0 22px;

}
.dqqlist dd.cur  .dq-right-item h1{
	float: none;
	width: 100%;
	height: auto;
	line-height: 1.8;
	color:#fff;
}
.dqqlist dd.cur  .dq-right-item p{
	height: auto;
	line-height: 1.6;
	color:#fff;
	white-space:normal;
	margin-top: 5px;
	min-height: 3.2em;
}


.dq-daqiu{
	height: 130px;
	background-repeat: no-repeat;
	background-position: center ;
	text-align: center;
	line-height: 130px;
	font-size: 30px;
	font-weight: bold;
	color:#fff;
	background-image: url(../img/ddq.png);
	display: none;
	text-transform: uppercase;
}





.wd-top{
	background-color: #f0f3f7;
	padding: 30px 18px;
}

.sel{
	width: 155px;
	position: relative;
	position: relative;
	margin-left: 10px;
}
.sel:first-child{
	margin-left: 0;
}
.sel span{
	display: block;
	width: 100%;
	border:1px solid #c61000;
	height: 33px;
	line-height: 31px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color:#999;
    padding: 0 44px 0 7px;
}

.sel-ico{
	position: absolute;
	right:1px;
	top:1px;
	width: 39px;
	height: 31px;
	background-color: #c61000;
	cursor: pointer;
	background-image: url(../img/ico.png);
	background-repeat: no-repeat;
	background-position: center ;
}
.sel-ul {
	position: absolute;
	left: 0;
	right: 0;
	top: 33px;
	border:1px solid #c61000;
	border-top: 0;
	background-color: #fff;
	z-index: 500;
	display: none;
}
.sel-ul ul{
	margin:0;
	/*padding: 5px 0;*/
}

.sel-ul li{
	padding: 5px;
	line-height: 1.6;
	 font-size: 14px;
    color:#999;
    cursor: pointer;
}

.sel-ul li:hover{
	background-color: #f0f3f7;
}

.wd-pic{
	width: 565px;
	margin-left: 15px;
	height: 638px;
	overflow: hidden;
}

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

.wd-xuan-wp{
	margin-top: 15px;
}

.wd-xuan-wp{
	overflow: hidden;
}
.wd-bottom{
	margin-top: 15px;
}

.wd-xuan{

	border:1px solid #d1d1d1;
}

.wd-xuan-span a{
	float: left;
	width: 50%;
	border-bottom: 1px solid #d1d1d1;
	height: 52px;
	line-height: 51px;
	font-size: 16px;
	color:#000;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
}
.wd-xuan-span a.cur{
	border-bottom: 1px solid #fff;
	color:#c61000;

}
.wd-xuan-span a:hover{
	color: #c61000;
}
.wd-xuan-span a:first-child{
	border-right: 1px solid #d1d1d1;
}



.erxuan-con-wp{
	height: 510px;
	overflow-y: scroll;
}
.erxuan-con-wp ul{
	margin:0;
}
.erxuan-con-wp li{
	margin-top: 20px;
}

.nub{
	float: left;
  width: 23px;
  height: 30px;
  line-height: 20px;
  margin-left: 10px;
  background-image: url(../img/nub.png);
  background-repeat: no-repeat;
  background-position: left top;
  text-align: center;
  color: #fff;
  margin-top: 3px;
  font-size: 14px;
  margin-right: 10px;
}

.address{
	overflow: hidden;
}
.address h1{
	font-size: 16px;
	color:#000;
	line-height: 1.5;
	margin:0;

}

.address-p{
	font-size: 14px;
	color:#8a8989;
	line-height: 1.8;
	margin:0;
	margin-top: 8px;
}
.address-p p{
	margin:0;
}
.wangdian ul{
	margin:0;
}


.wd-fenye ul{
	margin:0;
	font-size: 14px;
}

.wd-fenye{
	border-top: 1px solid #d1d1d1;
	text-align: center;
	font-size: 0;
	padding: 19px 0 20px;
}



.search-form{
	width: 190px;
	position: relative;
}

.search-form input:focus{
	outline: none;
}
.search-form input[type="image"]{
	position: absolute;
	right: 10px;
	top: 8px;
}
.search-form input[type="text"]{
	display: block;
	width: 100%;
	border:1px solid #c61000;
	background-color: #f0f3f7;
	height: 33px;
	padding: 8px 12px;
	/*padding-left: 0;*/
	padding-right: 28px;
}
