/**************************************/
/*************[公用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: 67px;
}

.logo{
	width: 140px;
	margin-top: 13px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}
.search{
	width: 22px;
	margin-top: 15px;
	margin-right: 5px;
}

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

.header-2{
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/header-2.png);
	border-bottom: 2px solid #ec1b24;
}



.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 57px;
	text-align: center;
	position: relative;
	margin-right: 40px;

}

.nav>ul>li>a{
	display: block;
	height: 51px;
	line-height: 49px;
	font-size: 14px;
	color:#7c797a;
	/*transition: .3s;*/
	border-top: 2px solid #dfdfdf;

}

.nav>ul>li:hover>a, .nav>ul>li.active>a {
	color: #ec1b24;
	border-color: #ec1b24;

}
.nav>ul>li>ul{
	position: absolute;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	top:100%;
	z-index: 600;
	background-color: #fff;
	display: none;
	border-top: 2px solid #ec1b24;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 8px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 12px;
	color:#333;
	/*transition: .3s;*/
	text-align: center;

}
.nav>ul>li>ul>li>a:hover{
	background-color: #ec1b24;
	color: #fff;
}


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





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

#main{

}

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


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


.main{
	padding:33px 0 0; 
}

.main1-1{
	width: 485px;
	margin-right: 38px;
}


.title-11 span{
	font-size: 14px;
	color: #333;
	cursor: pointer;
	margin-left: 19px;
	border-bottom: 3px solid #fff;
	padding-bottom: 7px;
}
.title-11 span:first-child{
	margin-left: 0;
}

.title-11 span.cur{
	border-color:#ec1b24;
}

.title-11 a.fr{
	font-size: 12px;
	color: #999;
	display: none;
	margin-top: 2px;
}
.title-11 a.fr.frr{
	display: block;
}
.title-11 a.fr:hover{
	color: #ec1b24;
}


.list01 dl{
	margin:0;

}

.list01 dd{
	height: 20px;
  line-height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	padding-right:85px;
	margin-top: 15px;

}
.list01 dd:first-child{
	margin-top: 0;
}
.list01 dd a{
	font-size: 14px;
	color:#666;
}
.list01 dd span{
	font-size: 14px;
	color:#999;
	position: absolute;
	right: 0px;
	top: 0;
}
.list01 dd:hover a{
	color:#ec1b24;
}


.main1-1-div-wp{
	padding-top: 20px;
}
.main1-1-div-wp .main1-1-div{display: none;}
.main1-1-div-wp .main1-1-div:first-child{display: block;}

.main1-2{
	overflow: hidden;
}


.main1-2 dl{
	margin:0;
}

.main1-2 dd{
	float: left;
	width: 25%;
	height: 115px;
	
}

.main1-2 dd a{
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	padding: 21px 5px 0 50px;
}
.main1-2 dd.dd1{
	width: 50%;
	height: 211px;
}
.main1-2 dd.dd4{
	width: 50%;
	height: 96px;
}

.main1-2 dd.dd1 a{background-image: url(../images/main1-2-1.jpg);}
.main1-2 dd.dd1 a::before{
	background-image: url(../images/main1-2-1.png);
	content:"";
	width: 41px;
	height: 41px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}


.main1-2 dd.dd2 a{background-image: url(../images/main1-2-2.jpg);}
.main1-2 dd.dd2 a::before{
	background-image: url(../images/main1-2-2.png);
	content:"";
	width: 41px;
	height: 41px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.main1-2 dd.dd3 a{background-image: url(../images/main1-2-3.jpg);}
.main1-2 dd.dd3 a::before{
	background-image: url(../images/main1-2-3.png);
	content:"";
	width: 41px;
	height: 41px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.main1-2 dd.dd4 a{background-image: url(../images/main1-2-4.jpg);}
.main1-2 dd.dd4 a::before{
	background-image: url(../images/main1-2-4.png);
	content:"";
	width: 41px;
	height: 41px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}


.main1-2 dd a h1{
	margin:0;
	font-size: 16px;
	color: #444;
	font-weight: bold;
}
.main1-2 dd a:hover h1{
	color: #ec1b24;
}

.main1-2 dd a h2{
	margin:0;
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 7px;
}






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





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

#footer{

}


.footer1{
	border-top:  2px solid #ec1b24;
	padding: 12px 0 8px;
	font-size: 12px;
	color: #999;
	text-align: right;
	line-height: 2;
}
.footer1 a{
	margin-left: 13px;
}
.footer1 a:hover{
	color: #ec1b24;
}


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





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

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

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

}

.nav-2>ul>li{

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

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

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

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

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

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

.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 17px;
    width: 18px;

}

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

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


.menu2{

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

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


}

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


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

}


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


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

.erji{
	background-image: url(../images/erji-bg.jpg);
	background-repeat: no-repeat;
	background-position: center -260px;
	/*-webkit-background-size: contain;
	background-size: contain;*/

}

.erji-bai{
	background-color: #fff;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/erji-bai.jpg);
	padding: 20px 23px;
	padding-bottom: 50px;
	min-height:480px;
	/*overflow: hidden;*/
}


.erji-top{
	padding-bottom: 8px;
	padding-top: 0!important;
	border-bottom:2px solid #e9e8e8; 
}

.erji-title{
	font-size: 14px;
	color: #7b7879;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/fang.png);
	height: 20px;
	line-height: 20px;
}

.erji-nav dl{
	margin:0;
}

.erji-nav dd{
	float: left;
	padding-left: 36px;
	background-repeat: no-repeat;
	background-position: 17px center;
	background-image: url(../images/dd.png);
	height: 20px;
	line-height: 20px;
}
.erji-nav dd:first-child{
	padding-left: 0;
	background-image: none;
}
.erji-nav dd a{
	font-size: 14px;
	color: #7b7879;
}

.erji-nav dd a:hover,.erji-nav dd.cur a{
	color: #ec1b24;
}
.erji{
	padding-top: 56px;
}
.erji-bottom{
	padding: 35px 0 0;
}


.erji-right{
	width: 235px;
	margin-left: 30px;
	position: relative;
	top: -47px;
}

.erji-left{
	overflow: hidden;
}


.erji-right-h1{
	height: 83px;
	line-height: 83px;
	font-size: 24px;
	color: #fff;
	background-color: #cf353b;
	padding-left: 30px;
}

.erji-right-dl dl{
	margin:0;
}

.erji-right-dl dd{
	padding: 15px;
	padding-left: 30px;
	border-bottom: 1px solid #e9e8e8;
}
.erji-right-dl dd a{
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.erji-right-dl dd a:hover,.erji-right-dl dd.cur a{
	color: #ec1b24;
}







.tuandui-pic .imgbox_a{
	padding-bottom: 70.5%;
}
.tuandui-item h1{
	font-size: 14px;
	color: #7b7879;
	margin:0;
	padding: 20px 15px 0;
	text-align: center;
}

.tuandui-item:hover h1{
	color: #ec1b24;
}

.tuandui .row{
	margin-top: -30px;
}

.tuandui .col-md-4{
	margin-top: 30px;
}

.fenye ul{
	margin:0;
}

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

.tuandui-xx{
	font-size: 14px;
	color:#666;
	line-height: 2;
}
.tuandui-xx *{
	font-size: 16px!important;
	color:#666!important;
	line-height: 2!important;
}
.tuandui-xx img{
	display: block;
	margin:0 auto;
}

.contact{
	padding: 30px 0;
}

.map-wp{
	width: 748px;
	height: 342px;
	margin-left: 32px;
}

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


.map-con{
	overflow: hidden;
}

.map-con-1{
	font-size: 22px;
	color: #ed6a23;
	line-height: 1.8;
}
.map-con-2{
	font-size: 22px;
	color: #333;
	font-weight: bold;
	padding: 25px 0 15px;
}

.map-con-3 dl
{margin:0;}
.map-con-3 dd{
	font-size: 16px;
	color: #565656;
	line-height: 2;
}


.map-con-3-p{
	overflow: hidden;
}



.xinwen-list dl{
	margin:0;
}

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

.xinwen-date {
	text-align: center;
	margin-right: 55px;
}
.xinwen-date h1{
	margin:0;
	font-size: 44px;
	color: #999;
	font-weight: bold;
	line-height: 1;
}

.xinwen-date h2{
	margin:0;
	font-size: 14px;
	color: #999;
	font-weight: bold;
	margin-top: 8px;
}


.xinwen-con{
	overflow: hidden;
	padding-top: 5px;
}
.xinwen-con h1{
	margin:0;
	font-size: 20px;
	color: #000;
}

.xinwen-con p{
	margin:0;
	font-size: 14px;
	color: #999;
	line-height: 2;
	margin-top: 15px;
}
.xinwen-list dd:hover .xinwen-date h1,
.xinwen-list dd:hover .xinwen-date h2{
	color: #ec1b24;
}
.xinwen-con h1 a:hover{
	color: #ec1b24;
}

.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;
}*/

.danpian-con p{ padding:0px; margin:0px}
.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:#ec1b24;

}

.about-h1{
	font-size: 26px;
	color: #656262;
	font-weight: bold;
}
.about-con{
	padding: 20px 0 15px;
}

.about-pic{
	width: 497px;
	margin-left:45px; 
	margin-top: 5px;
}

.about-pic .imgbox_a{
	padding-bottom: 52.5%;
}

.about-con-p{
	overflow: hidden;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
}
.about-con-p img{
	display: block;
	margin:0 auto 15px;
	width: 100%;
}

.about-con-p p{
	margin:0;
}
.rencai-div{
	/*min-height: 500px;*/
	padding-bottom: 30px;
}
.rencai-item{
	width: 49%;
}

.rencai-item .imgbox_a{
	padding-bottom: 62.75%;
}

.rencai-con{
	position: absolute;
	z-index: 50;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 125px 25px 20px;
	background-image: url(../images/heitiao.png);
	background-repeat: repeat-x;
	background-position: left center;
}
.rencai-con h1{
	margin:0;
	font-size: 18px;
	color: #fff;
}

.rencai-con h2{
	margin:0;
	font-size: 14px;
	color: #fff;
	margin-top: 11px;
}


.tousu{
	padding: 30px 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 #ddd;
	border-radius: 5px;

}
.tousu textarea.form-control{
	border:1px solid #ddd;
	resize: none;
	box-shadow: none!important;
	border-radius: 5px;
	padding: 9px 40px 9px 12px;
	height: 200px;
}
.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: #ec1b24;
	color: #fff;
	font-size: 14px;
}

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

.sanji-a{
	padding-bottom: 20px;
	font-size: 0;
	line-height: normal;
	white-space: nowrap;
	overflow-x: auto;
}

.sanji-a a{
  display: inline-block;
	padding: 5px	15px;
	border:1px solid #e9e8e8;
  font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-right: 10px;
}

.sanji-a a.cur{
	background-color: #ec1b24;
	border-color:#ec1b24;
	color: #fff;
}