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

body{
	background-color: #f7f7f7;
}

div.clear{
	clear: both;
	height: 0;
	width: 0;
}




a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/

	overflow: hidden;
}

.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/


.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}

.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{
	position: relative;
	z-index: 888;
}


.header-1{
	position: relative;
	z-index: 888;
	height: 120px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/header-1-bg.jpg);
}

.logo{
	width: 523px;
	margin-top: 22px;
}

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


.header-1-right{
	width: 454px;
	margin-top: 24px;
}

.search{
	height: 41px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	/*background-image: url(../images/search.png);*/
	border:1px solid #D81F25;
	border-radius: 5px;
	padding-left: 75px;
}


.search-select{
	position: absolute;
	left: 1px;
	top: 1px;
	width: 75px;
	/*background-color:#fff;*/
}
.search-select>span{
	display: block;
	height: 39px;
	line-height: 40px;
	border-right:1px solid #D81F25; 
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding-left: 15px;
	line-height: 39px;
	cursor: pointer;
	background-image: url(../images/jiao1x.png);
	background-repeat: no-repeat;
	background-position: 55px center;
}

.search-select-dl{
	position: absolute;
	left: -1px;
	width: 100%;
	top: 100%;
	background-color: #DEEDF4;
	border:1px solid #D81F25;
	display: none;
	z-index: 80;

}

.search-select-dl dl{
	margin:0;
}

.search-select-dl dd{
	font-size: 12px;
	color: #333; 
	height: 25px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
}
/*.search-select-dl dd+dd{
	border-top: 1px solid #e8e8e8; 
}*/
.search-select-dl dd:hover{
	background-color: #D81F25;
	color: #fff;
}








.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 41px;
	background-color:transparent;
	border:0;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding: 0 75px 0 15px;
}

.search input[type="image"]{
	position: absolute;
	right: -1px;
	top: -1px;
	width: 61px;
}

.header-1-dl{
	margin-top: 15px;
}
.header-1-dl dl{
	margin:0;
}

.header-1-dl dd{
	float: left;
	background-repeat: no-repeat;
	background-position: left center;
	height: 21px;
	line-height: 21px;
	font-size: 16px;
	color: #333;
	padding-left: 33px;
	position: relative;
}
.header-1-dl dd a:hover{
	color: #dc3931;
}
.header-1-dl dd+dd{
	margin-left: 24px;
}
.header-1-dl dd .dder{
	position: absolute;
	width: 92px;
	right: -15px;
	top: 40px;
	display: none;
}
.header-1-dl dd:hover .dder{
	display: block;
}
.dder img{
	display: block;
	width: 100%;
}
.nav-wp{
	position: relative;
	background-color:#dc3931;
	height: 57px;
	z-index: 500;
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 11.1111111%;
	text-align: center;
	position: relative;

}
.nav>ul>li+li{
	border-left: 1px solid #dc3931;
}

.nav>ul>li>a{
	display: block;
	height:57px;
	line-height: 57px;
	font-size: 16px;
	color:#fff;

}
.nav>ul>li>a img{
	display: block;
	margin:0 auto 11px;
}

.nav>ul>li:hover>a, .nav>ul>li.active>a {
	background-color:#ae160e;
	transition: background-color .3s;

}






.nav>ul>li>ul{
	position: absolute;
	left: 0px;
	right: 0;
	top:100%;
	z-index: 600;
	background-color: #dc3931;
	display: none;
	border-top: 1px solid #dc3931;
}

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









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





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

#main{

}

.fafa .slides>li{
	height: 468px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	
}
.fafa .slides>li>a{
	display: block;
	height: 100%;
}
.fafa .slides>li img{
	display: none;
	width: 100%;
}


.fafa .flex-control-paging li a{
	width: 12px;
	height: 12px;

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

.main{
	background-color: #fff;
	padding: 50px 0 35px;
}
.main1{
	overflow: hidden;
}
.main1 dl{
	margin:0;
	margin-left: -2%;
	margin-top: -2%;
}

.main1 dd{
	float: left;
	width: 31.333333%;
	margin-left: 2%;
	margin-top: 2%;
}
.main1 dd:first-child{
	width: 64.666666%;
}

.main1 dd .imgbox_a{
	padding-bottom: 78%;
}
.main1 dd .imgbox_a h1 {
	margin:0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 52px;
  line-height: 52px;
  padding: 0 15px;
  background-image: url(../images/heidi1.png);
  z-index: 25;
}
.main1 dd:first-child .imgbox_a{
	padding-bottom: 37.674%;
}

.main2{
	background-color: #f3f3f3;
	padding: 15px;
	padding-right: 0;
}
.main2-div{
	padding-left: 103px;
	padding-right: 40px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/main2-bg.jpg);
	min-height: 91px;
	padding-top: 13px;
}

.main2-div h1{
	margin:0;
	font-size: 28px;
	font-weight: bold;
	color: #d53632;
	text-align: center;
	padding: 0	25px;
}
.main2-div p{
	margin:0;
	font-size: 14px;
	color: #888;
	text-align: center;
	margin-top: 15px;
}


.main3-1{
	width: 540px;
	margin-right: 36px;
}

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

.fmain3 .imgbox_a h1 {
	margin:0;
  font-size: 16px;
  color: #fff;
  padding-left: 15px;
  padding-right: 150px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 54px;
  line-height: 54px;
  background-image: url(../images/heidi1.png);
  z-index: 25;
}

.fmain3 .flex-control-paging li a{
	width:9px;
	height: 9px;

	background-image: url(../images/arrow-b2.png);
}
.fmain3 .flex-control-paging li a.flex-active{
	width: 24px;
	background-image: url(../images/arrow-b2-h.png);
}
.fmain3 .flex-control-nav li{
	margin:0;
}
.fmain3 .flex-control-nav li+li{
	margin-left: 6px;
}
.fmain3 .flex-control-nav{
	height: 0;
	bottom:29px;
	text-align: right;
	padding-right: 17px;
}

.main3-2{
	overflow: hidden;
}

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

.title-11-1 span.fl{
	height: 51px;
	line-height: 51px;
	font-size: 18px;
	color: #666666;
	cursor: pointer;
	position: relative;
}
.title-11-1 span.fl+span.fl{
	padding-left: 17px;
	margin-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dian1.png);
}
.title-11-1 span.fl.cur{
	
	color: #010101;
	font-weight: bold;
}
.title-11-1 span.fl.cur::after{
	position: absolute;
	content:"";
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #da251c;
	height: 2px;

}
.title-11-1 a.fr{
	display: none;
	font-size: 14px;
	color: #333;
	margin-right: 15px;
	margin-top: 15px;
}
.title-11-1 a.fr:hover{
	color: #da251c;
}
.title-11-1 a.fr.frr{
	display: block;
}


.main3-2-div-wp .main3-2-div{display: none;}
.main3-2-div-wp .main3-2-div:first-child+.main3-2-div{
	display: block;
}


.tui1{
	padding: 29px 0 23px;
	border-bottom: 1px solid #dcdcdc;
}

.tui1-pic{
	width: 184px;
	margin-right: 20px;
}

.tui1-pic .imgbox_a{
	padding-bottom: 65.2174%;
}

.tui1-con{
	overflow: hidden;
	padding-top: 13px;
}
.tui1-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
}
.tui1-con h1 a:hover{
	color: #da251c;
}
.tui1-con p{
	margin:0;
	font-size: 16px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin-top: 13px;
}
.main3-2 .list01{
	padding-top: 15px;
}
.list01 dl{
	margin:0;
}

.list01 dd{
	height: 22px;
	line-height: 22px;
	padding-left:20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dian2.jpg);
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
	color: #333;
	position: relative;
	padding-right: 60px;
}
.list01 dd+dd{
	margin-top: 12px;
}
.list01 dd>span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	color: #666;
}
.list01 dd>a{
	font-size: 16px;
	color: #666;
}
.list01 dd>a:hover{
	color: #da251c;
}


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

.main4-2{
	overflow: hidden;
}

.list01.list01-2 dd{
	padding-left: 0;
	background-image: none;
}
.main4 .main4-1 .list01{
	position: relative;
}
.main4 .main4-1 .list01::after{
	position: absolute;
	width: 1px;
	left: 50%;
	background-color: #f3f3f3;
	content:"";
	top: 0px;
	bottom: 0px;
}
.main4 .main4-1 .list01 dl{
	margin-left: -6%;
}
.main4 .main4-1 .list01 dd{
	float: left;
	width: 44%;
	margin-left: 6%;
}

.main4 .main4-1 .list01 dd:first-child+dd{
	margin-top: 0;
}


.fyd .imgbox_a{
	padding-bottom: 11.25%;
}

.yd{
	margin-top: 30px;
}
.tui2{
	padding-bottom: 25px;
}
.tui2-pic{
	width: 175px;
	margin-right: 20px;
}

.tui2-pic .imgbox_a{
	padding-bottom: 68.5714%;
}

.tui2-con{
	overflow: hidden;
	padding-top: 16px;
}
.tui2-con h1{
	margin:0;
	font-size: 16px;
	color: #000;
}
.tui2-con h1 a:hover{
	color: #da251c;
}
.tui2-con p{
	margin:0;
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 13px;
}

.title-22-2.title-22{
	background-image: url(../images/title-22.png);
}

.main6-1{
	width: 377px;
	margin-right: 36px;
}

.main6-2{
	width: 377px;
	margin-right: 35px;
}

.main6-3{
	overflow: hidden;
}

.main6-3-con-wp .main6-3-con{display: none;}
.main6-3-con-wp .main6-3-con:first-child{display: block;}


.main6-3-dl{
	padding-top: 17px;
}
.main6-3-dl dl{
	margin:0;
	margin-left: -2%;
}

.main6-3-dl dd{
	float: left;
	width: 31.33333333%;
	margin-left: 2%;
	border:2px solid #e4e4e4;
	position: relative;
}

.main6-3-dl dd .imgbox_a{
	padding-bottom: 65.2174%;
	border:;
}
.main6-3-dl dd.cur{
	border:2px solid #da251c;
}
.main6-3-dl dd.cur::after{
	content:"";
	position: absolute;width: 21px;
	height: 9px;
	top: -9px;
	left: 50%;
	margin-left: -10px;
	background-image: url(../images/jiao2.png);
	width: 21px;
}


.main6-3-video img{
	display: block;
	width: 100%;
}

.main6-3-h1{
	font-size: 14px;
	color: #000;
	text-align: center;
	padding-bottom: 11px;
}


.main6 .main6-3 .title-22{
	margin-bottom: 0;
}

.main6-3-div{
	padding-top: 12px;
}

.more33{
	padding: 15px 0 10px;
}

.more33 a{
	display: block;
	width: 100px;height: 34px;
	line-height: 32px;
	border:1px solid #dcdcdc; 
	text-align: center;
	margin:0 auto;
	font-size: 12px;
	color: #000;
}



.main7{
	position: relative;
	border:1px solid #dcdcdc;
	padding: 17px 15px 17px 61px;
}

.main7 .imgbox_a{
	padding-bottom: 24.59%;
}


.main7-title{
	position: absolute;
	left: -1px;
	top: -1px;
	bottom: -1px;
	width: 49px;
	color: #fff;
	background-color: #da251c;
	padding: 24px 13px 0;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 1.2;
}

.main8-dl dl{
	margin:0;
	/*margin-left: -2%;*/
}
.main8-dl{
	border-top: 3px solid #de3a32;
}
.main8-dl dd+dd{
	margin-left:18px;

}
.main8-dl dd{
	float: left;
	width: 185px;
	height:48px;
	line-height: 47px;
	border:1px solid #dcdcdc;
	border-top: 0;
	text-align: center;
	font-size: 16px;
	color: #333;
	position: relative;
	cursor: pointer;
}
.main8-dl dd.cur{
	font-weight: bold;
	color: #fff;
	background-color:#de3a32;
	border-color:#de3a32; 
}
.main8-dl dd.cur::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 9px;
  left: 50%;
  margin-left: -8px;
  bottom: -9px;
  background-image: url(../images/jiao1.png);
  background-repeat: no-repeat;
  background-position: center;
}

.main8-div-wp{
	margin-top: 25px;
}
.main8-div-wp .main8-div{display: none;}
.main8-div-wp .main8-div:first-child{display: block;}


.main8-div .index2-2-con-p{
	margin-top: 0;
}
.main8-div .index2-2-pic{
	width: 375px;
}

/*.main8-div .more1 {
  margin-top: 30px;
}*/

.main10-pic-wp{
	padding-bottom: 20px;
}
.main10-pic .imgbox_a{
	padding-bottom: 51.322%;
}

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





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

#footer{

}

.footer-1{
	background-color: #555555;
	padding: 20px 0 ;
}

.footer-1-div{
	position: relative;
	padding-left: 85px;
}

.footer-title{
	position: absolute;
	font-size: 16px;
	color: #fff;
	left: 0;
	top: 0;
	width: 85px;
	height: 40px;
	line-height: 40px;
}

.footer-1-dl dl{
	margin:0;
	margin-left: -2%;
}

.footer-1-dl dd{
	float: left;
	width: 23%;
	margin-left: 2%;

}
.footer-1-dl dd select.form-control{
	height: 40px;
	border-radius: 0;
	box-shadow: none!important;
	border:0;
}


.footer-2{
	padding: 40px 0;
	background-color: #333333;
}

.er{
	width: 92px;
	margin-left: 50px;
	margin-top: 10px;
}

.er img{
	display: block;
	width: 100%;
}
.footer-2-con{
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	line-height: 2;
}














/**************************************************************/
/*footer-over*/





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

#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
	/*background-color: #0089d0;*/

}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;

}

.nav-2>ul>li{

	border-top: 1px dotted #ccc;
	position: relative;
}

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;

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

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

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

}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form select{
	position: absolute;
	left: 15px;
	top: 16px;
	border:0;
	width: 50px;
	height: 21px;
}
.nav-2-form input[type="text"]{
	padding-left: 60px;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 17px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width:300px;
   margin-left: 15px;
   margin-top: 15px;
}

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


.menu2{

	margin-right: 15px;
	height: 75px;
	font-size: 0;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/


}

.chenggao{
		display: none;
		height: 75px;
	}


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;

}


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


.banner-2{
  height: 287px;
  background-repeat: no-repeat;
  background-position: center ;
  background-size: cover;
}
.banner-2 img{
	display: none;
	width: 100%;
}

.mianbaoxie{
  font-size: 14px;
  color:#999;
  padding: 15px 0;
  padding-left:23px;
  background-image: url(../images/mian.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}
.mianbaoxie a:hover{
    color:#dc3931;
}
.mianbaoxie span{
    color:#dc3931;
}

.erji{
	padding-bottom: 25px;
}

.erji-div{
	min-height: 500px;
	background-color: #fff;
	position: relative;
}

.erji-div-bg{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 240px;
	background-color: #efefef;
	z-index: 15;
}

.erji-div-con{
	position: relative;
	z-index: 25;
}

.menu{
	width: 240px;
	
}

.menu-h1{
	font-size: 24px;
	color: #fff;
	text-align: center;
	background-color: #da251c;
	background-image: url(../images/menu-h1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 104px;
	line-height: 104px;
}

.menu-list{
	margin-top: 22px;
}

.menu-list dl{
	margin:0;
}

.menu-list dd{
	padding: 2px 0;
	border-bottom: 1px solid #e8e8e8;

}
.menu-list dd>a{
	display: block;
	padding: 15px;
	font-size: 16px;
	color: #000;
	padding-left: 34px;
	background-repeat: no-repeat;
	background-position: 17px 20px;
	background-image: url(../images/menu.png);
}

.menu-list dd.cur>a,.menu-list dd>a:hover{
	color: #fff;
	background-image: url(../images/menu-h.png);
	background-color: #dc3a31;
}

.erji-content{
	overflow: hidden;
	padding: 25px;
	padding-bottom: 35px;
}

.erji-title{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/erji-title.png);
}
.erji-title h1{
	margin:0;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	padding: 0	8px 15px;
	border-bottom:3px solid #dc3a31; 
}



.fenye ul{
	margin:0;
}

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


.xinwen-list dl{
	margin:0;
}
.xinwen-list dd{
	padding: 40px 0;
	border-bottom: 1px solid #ddd;
}

.xinwen-pic{
	width:240px;
	margin-right: 33px;
}
.xinwen-pic .imgbox_a{
	padding-bottom: 64.583333%;
}
.xinwen-con{
	overflow: hidden;
	padding-top: 5px;
}
.xinwen-con h1{
	margin:0;
	font-size: 14px;
	font-weight: bold;
	color: #999;
}

.xinwen-con h2{
	margin:0;
	font-size: 18px;
	color: #333;
	margin:15px 0;
}

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

.xinwen-con p{
	margin:0;
	font-size: 12px;
	color: #999;
	line-height: 1.8;
	overflow: hidden;
	max-height: 3.6em;
}

.more22{
	margin-top: 15px;
}
.more22::after{
	width: 55px;
	height: 1px;
	background-color: #333;
	display: inline-block;
	vertical-align: middle;
	content:"";
	margin-left: 15px;
}
.more22 a{
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.more22 a:hover{
	color: #dc3a31;
}

.danpian{
	padding-top: 25px;
}

.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 #ddd;
	padding: 10px 0 15px;

}




.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}
.danpian-con,.danpian-con *{
	font-size: 15px!important;
	color: #666!important;
	line-height: 2!important;
}


.dan-page{
	padding-top: 10px;
	border-top: 1px solid #ddd;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
	font-size: 15px;
	color:#333;
}

.dan-a a:hover{
	color:#dc3a31;

}
.cp-list{
	padding-bottom: 40px;
	border-bottom: 1px solid #e9e9e9;
}
.cp-item{
	margin-top: 30px;
	border:1px solid #e9e9e9;
	padding: 10px 10px 18px;
}

.cp-pic .imgbox_a{
	padding-bottom: 73.664%;
}

.cp-item h1{
	margin:0;
	font-size: 16px;
	color: #000;
	margin-top: 15px;
	text-align: center;
}

.cp-item:hover h1{
	color: #dc3a31;
}

.about{
	padding: 42px 0 37px;
}

.about1-1{
	width: 834px;
	margin-right: 29px;
}

.about1-2{
	overflow: hidden;
}

.bpbp{
	background-color: #fff;
	padding: 20px 17px;
}

.title-22{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/erji-title.png);
	margin-bottom: 23px;
}
.title-22 h1{
	margin:0;
	font-size: 18px;
	color: #fff;
	padding:12px	0px;
	width: 125px;
	text-align: center;
	background-color: #dc3a31;
}
.title-22 a.fr{
	margin:0;
	font-size: 14px;
	color: #000;
	margin-top: 10px;
}
.title-22 a.fr:hover{
	color: #dc3a31;
}
.about1-1-pic{
	width: 306px;
	margin-right: 25px;
}


.about1-1-pic .imgbox_a{
	padding-bottom: 108.17%;
}

.about1-1-con{
	overflow: hidden;
}

.about1-1-con-p{
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 10em;
	overflow: hidden;
	text-indent: 2em;
}

.about1-1-con-p p{margin:0;}
.about1-1-a{
	margin-top:16px;
}
.about1-1-a a{
	font-size: 14px;
	color: #dc3a31;
}
.about1-1-dl{
	margin-top: 37px;
}
.about1-1-dl dl{
	margin:0;
	margin-left: -1%;
}

.about1-1-dl dd{
	float: left;
	width: 32.33333333%;
	margin-left: 1%;
	text-align: center;
}

.about1-1-dl dd img{
	width: 45px;
	margin:0 auto;
	display: block;
}

.about1-1-dl dd h1{
	margin:0;
	font-size: 14px;
	color: #666;
	padding: 15px 0 10px;
}


.about1-1-dl dd h1 span{
	font-size: 30px;
	font-family:'Impact';
	color: #d84100;
}

.about1-1-dl dd h2{
	margin:0;
	font-size: 14px;
	color: #000;
}

.about1-2 dl{
	margin:0;
}

.about1-2 dd .imgbox_a{
	padding-bottom: 62.376%;
}

.about1-2 dd+dd{
	margin-top: 19px;
}

.about1-2-1{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 25;
	background-image: url(../images/heidi1.png);
}

.about1-2-1-con{
	font-size: 16px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	margin-top: -38px;
}


.about1-2-2{
	font-size: 16px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 44px;
	line-height: 44px;
	padding: 0	15px;
	background-image: url(../images/heidi1.png);
	z-index: 25;
}

.about1-2-1-con img{
	display: block;
	width: 46px;
	margin:0 auto 10px;
}

.mm40{
	margin-top: 40px;
}

.about2-pic .imgbox_a{
	padding-bottom: 68.865%;
}

.about2-item h1{
	margin:0;
	text-align: center;
	font-size: 14px;
	color: #000;
	margin-top: 17px;
}

.about2-item:hover h1{
	color: #dc3a31;
}

.about2-div{
	padding-bottom: 10px;
}

.about3-2{
	overflow: hidden;
}


.map-wp{
	height: 151px;
}

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

.map-con{
	margin-top: 23px;
}

.map-con h1{
	margin:0;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}

.map-con dl{
	margin:0;
	padding-top: 7px;
}

.map-con dd{
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.8;
}

.map-con dd span{
	font-weight: bold;
	color: #000;
	margin-right: 8px;
}

.map-con-dd{
	overflow: hidden;
	color: #333;
}



.about2-listhaha .item{
	padding: 30px 25px 40px;
	/*padding-bottom: 60px;*/
	transition: background-color .3s;
}
.about2-listhaha .item:hover{
	background-color: #da251c;

}
.about2-listhaha .item:hover h1{
	color: #fff;
}
.about2-listhaha .item:hover .line2::after{
	background-image: url(../images/line22h.png);
}
.about2-listhaha .item:hover .line2::before{
	height: 1px;
}
.about2-listhaha .item:hover .about2-listhaha-p{
	color: #fff;
}
.about2-listhaha .item h1{
	margin:0;
	font-size: 32px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.about2-listhaha-p{
	font-size: 14px;
	color: #424242;
	line-height: 2;
	height: 12em;
	overflow: hidden;
}

.about2-listhaha-p dl{
	margin:0;
}
.about2-listhaha-p dd{
	line-height: 2;
}
.about2-listhaha-p dd span{
	margin-right: 23px;
}
.about2-listhaha-p-con{
	overflow: hidden;
}





.about2-listhaha-p *{
	color:inherit!important;
}
.about2-listhaha-p p{
	margin:0;
}
.line2{
	height: 14px;
	position: relative;
	margin:20px 0 30px;
}
.line2::after{
	position: absolute;
	content:"";
	width: 16px;
	height: 16px;
	left: 50%;
	margin-left: -8px;
	top: 0;
	background-image: url(../images/line22.png);
	z-index:10;
}
.line2::before{
	position: absolute;
	content:"";
	/*width: 100%;*/
	height: 0;
	left: -25px;
	right: -25px;
	top: 50%;
	background-color: #fff;
	z-index: 5;
}

.about2-list-gai{
	background-repeat: repeat-x;
	background-position: left 93px;
	background-image: url(../images/about2-div-gai-bg.jpg);
}
.about2-listhaha{
	padding: 0	50px;
}
.about2-listhaha .owl-nav button.owl-prev{
  position: absolute;
  left:15px;
  top: 30px;
  width: 30px;
  height: 30px;
  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%;
}
.about2-listhaha .owl-nav button.owl-next{
  position: absolute;
  right:15px;
  top:30px;
  width: 30px;
  height: 30px;
  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%;
}
.about2-listhaha .owl-nav button.owl-prev.disabled,
.about2-listhaha .owl-nav button.owl-next.disabled{
	/*display: none;*/
	opacity: 0.5;
}





.banner-3{
  height: 249px;
  background-repeat: no-repeat;
  background-position: center ;
  background-size: cover;
}
.banner-3 img{
	display: none;
	width: 100%;
}

.index2{
	padding: 35px 0 55px;
	background-color: #fff;
}
/*.index2-1{
	overflow: hidden;
}*/
.index2-1 dl{
	margin:0;
	margin-left: -2%;

}

.index2-1 dd{
	float: left;
	width: 14.666666666667%;
	margin-left: 2%;

}

.index2-1 dd>a{
	display: block;
	height: 51px;
	line-height: 49px;
	border:1px solid #dcdcdc;
	text-align: center;
	font-size: 14px;
	color: #333;
	position: relative;
}

.index2-1 dd.cur>a{
	background-color: #de3a32!important;
	border-color: #de3a32!important;
	color: #fff!important;
}


.index2-1 dd.cur>a::after{
	position: absolute;
	content:"";
	width: 16px;
	height: 9px;
	left: 50%;
	margin-left: -8px;
	bottom: -9px;
	background-image: url(../images/jiao1.png);
	background-repeat: no-repeat;
	background-position: center;
}

.index2-1 dd>a:hover{
	background-color: #de3a32;
	border-color: #de3a32;
	color: #fff;
}

.mm75{
	margin-top: 75px;
}

.index2-2-pic{
	width: 450px;
	margin-left: 45px;
}

.index2-2-pic .imgbox_a{
	padding-bottom: 60%;
}

.index2-2-con{
	overflow: hidden;
}

.index2-2-con h1{
	margin:0;
	font-size: 22px;
	color: #333;
}

.index2-2-con-p{
	font-size: 14px;
	color: #666;
	line-height: 2.2;
	height: 11em;
	overflow: hidden;
	margin-top: 20px;
}

.index2-2-con-p p{
	margin:0;
	text-indent: 2em;
}
.more1{
	margin-top: 40px;
}
.more1 a{
	font-size: 14px;
	color: #666;
}

.more1 a img{
	margin-top: -2px;
	margin-left: 6px;
}

.more1 a:hover{
	color: #de3a32;
}
.title-33{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/erji-title.png);
	margin-bottom: 35px;
}
.title-33 h1{
	margin:0;
	font-size: 22px;
	color: #000;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/title-33.png);
}

.title-33 a.fr{
	font-size: 14px;
	color: #666;
	padding-right: 26px;
	height: 19px;
	line-height: 19px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/more2.png);
	margin-top: 7px;
}
.title-33 a.fr:hover{
	color: #de3a32;

}


.index2-3-list .item .imgbox_a{
	padding-bottom: 76.923%;
}

.index2-3-list .item .imgbox_a h1{
	margin:0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 47px;
	line-height: 47px;
	background-image: url(../images/heidi2.png);
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 0	15px;
	z-index: 25;

}

.index2-4-item{
	background-color: #f9f9f9;
	padding: 25px 20px;
}


.index2-4-item h1{
	margin:0;
	font-size: 24px;
	color: #666666;
}

.index2-4-item h2{
	margin:0;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin:20px 0 25px;
}

.index2-4-item h2 a:hover{
	color: #de3a32;
}

.index2-4-item p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}
.more3{
	margin-top: 35px;
}
.more3 a{
	font-size: 14px;
	color: #e14038;
	position: relative;
	padding-bottom: 10px;
	display: inline-block;
}

.more3 a::after{
	position: absolute;
	left: 0;
	bottom: 0;content:"";
	height: 1px;
	background-color: #e14038;
	width: 24px;
	transition: width .3s;
}

.more3 a:hover::after{
	width: 100%;
}

.index2-5-div{
	position: relative;
}

.map2-wp{
	height: 422px;
	position: relative;
	z-index: 15;
}


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

.index2-5-con{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 380px;
	background-image: url(../images/hongdi.png);
	padding: 60px 20px 20px 35px;
	z-index: 50;
}

.index2-5-con h1{
	margin:0;
	font-size: 20px;font-weight: bold;
	color: #fff;
	line-height: 1.6;
}

.index2-5-con dl{
	margin:0;
	padding-top: 10px;
}
.index2-5-con dd{
	margin-top: 20px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left top;

}

.index2-5-con dd h2{
	margin:0;
	font-size: 14px;font-weight: bold;
	color: #fff;
}
.index2-5-con dd h3{
	margin:0;
	font-size: 14px;
	line-height: 1.6;
	margin-top: 7px;
	color: #fff;
}






.contact{
	margin-top: 25px;
}

.map3-wp{
	height: 300px;

}


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

.contact-con{
	margin-top: 30px;
}
.contact-con h1{
	margin:0;
	font-size: 24px;
	color: #000;
}
.contact-con-p{
	font-size: 15px;
	color: #333;
	line-height: 2;
	margin-top: 15px;
}
.contact-con-p p{
	margin:0;
}

.dashiji-nian{
	font-size: 26px;color: #000;
	font-weight: bold;
}

.dashiji{
	padding-top: 20px;
}
.dashiji .about2-listhaha-p{
	height: auto!important;
}
.dashiji .about2-listhaha-p dd{
	margin-top: 15px;
}

.dashiji-div+.dashiji-div{
	margin-top: 25px;
	padding-top:25px;
	position: relative;
	/*border-top: 1px solid #dfdfdf;*/
}

.dashiji-div+.dashiji-div::before{
	position: absolute;
	top: 0;
	content:"";
	height: 1px;
	background-color: #dfdfdf;
	left: 75px;
	right: 0;
}


.job-xinxin{
	padding-top: 25px;
}

.job-xinxin-item-h1{
	font-size: 18px;
	font-weight: normal;
	color: #333;
	border-left: 5px solid #af4b51;
	padding-left: 15px;
}
.job-xinxin-item-h2{
	font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-top: 10px;
  padding-left: 20px;
}
.job-xinxin-item-con-wp{
	border: 1px solid #eee;
	padding: 20px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	margin-top: 20px;
}
.job-xinxin-item-con{
	color: #666;
	font-size: 15px;
	color: #333;
	line-height: 1.8;
}


.job-xinxin-item+.job-xinxin-item{
	margin-top: 35px;
}

.rencai2-2-a{
	cursor: pointer;
	font-size: 15px;
	color: #fff;
	text-align: center;
	background-color:#dc3931; 
	width: 130px;
	height: 48px;
	line-height: 48px;
	border-radius: 5px;
	margin-top: 25px;
}
.rencai2-2-a:hover{
	background-color:#ae160e; 
}
.rencai2-2-a img{
	margin-top: -3px;
	margin-right: 8px;
}



#job-form .col-sm-10{
	padding-left: 5px;
}

#job-form .col-sm-2{
	text-align: right;
	height: 34px;
	line-height: 34px;
	padding-right: 0;
}

#job-form textarea{
	resize: none;
	height: 120px;
	width: 350px;
}



#job-form input[type="text"]{

	width: 200px;
}

#job-form input[type="file"]{
	height: 34px;
	padding-top: 4px;
}

#job-form input[type="file"]:focus{
	outline: none;
}

#job-form dl{
	margin:0;
}

#job-form dd+dd{
	margin-top: 15px;
}