/**************************************/
/*************[公用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{
	height: 125px;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/header-line.png);
	position: relative;
	z-index: 500;
}
#header .container{
	position: relative;
}
.logo{
	width: 352px;
	margin-top: 28px;
	margin-left: 3px;
}

.logo a,.logo img{
	display: block;	width: 100%;
}

.nav ul{
	margin:0;
}
.nav>ul>li{
	float: left;
	height: 125px;
	line-height: 125px;
}

.nav>ul>li+li{

	margin-left: 35px;
}

.nav>ul>li>a{
	font-size: 16px;
	color: #333;
}

.nav>ul>li>a:hover,.nav>ul>li.cur>a{
	color: #fa0000;
}

.xiala{
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background-color:rgba(255,255,255,0.9);
	display: none;
}

.xiala1{
	width: 408px;
	height: 263px; 
	background-color: #fefeff;
	padding: 40px 50px 0;
}

.xiala1 h1{
	margin:0;
	font-size: 22px;
	color: #f70100;
}
.xiala1 .line{
	background-color: #f70100;
	width: 42px;
	height: 2px;
	margin:25px 0 21px;
}

.xiala1 p{
	margin:0;
	font-size: 16px;
	color: #666;
	line-height: 2;
	height: 6em;
	overflow: hidden;
}

.xiala2{
	overflow: hidden;
	padding: 25px 25px 0 30px;
}

.xiala2-pic{
	width: 167px;
	margin-left: 37px;
}

.xiala2-pic .imgbox_a{
	padding-bottom: 128.14%;
}

.xiala2-dl{
	overflow: hidden;
	padding-top: 17px;
}

.xiala2-dl dl{
	margin:0;
	margin-left: -3%;
}

.xiala2-dl dd{
	float: left;
	width: 30.333%;
	margin-left: 3%;
	margin-bottom:3%;
}
.xiala2-dl dd>a{
	display: block;
	height:52px ;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #555;
	border:1px solid #999999;
	transition: .3s;
}

.xiala2-dl dd>a:hover{
	color: #fff;
	background-color: #f60a03;
	border-color: #f60a03;
}














/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}
.fafa .flex-control-nav{
	height: 0;
	bottom: 24px;
}
.fafa .flex-control-nav li{
	margin:0 6px;
}
.fafa .flex-control-paging li a{
	width: 103px;
	height: 6px;
	border-radius: 999em;
	background-color: #fff;
	background-image: none!important;
	font-size: 16px;
}
.fafa .flex-control-paging li a.flex-active{
	background-color: #f60a03;
}

.main1{
	background-color: #ffffff;
	padding: 72px 0 90px;
}
.title-11{
	position: relative;
	padding-bottom:12px;
}
.title-11::before{
	position: absolute;content:"";
	left: 0px;
	bottom: 0;
	width: 42px;
	height: 2px;
	background-color: #f60a03;
}
.title-11 h1{
	margin:0;
	font-size: 15px;
	color: #999;
	text-transform: capitalize;
}
.title-11 h1 span{
	font-size: 24px;
	color: #333;
	padding-right: 5px;
}


.main1-top{
	position: relative;
	padding-right: 75px;
	overflow: hidden;
}

.more1{
	position: absolute;
	right: 0;
	top: 6px;
	font-size: 16px;
	color: #333;
}

.more1 a:hover{
	color: #f60a03;
}
.main-dl{
	margin-top: 6px;
}
.main-dl dl{
	margin:0;
}

.main-dl dd{
	float: left;
	font-size: 16px;
	color: #333;
	cursor: pointer;padding-bottom: 10px;
}
.main-dl dd.cur{
	color: #f60a03;
	border-bottom: 1px solid #f60a03;
}
.main-dl dd+dd{
	margin-left: 22px;
}

.main1-div-wp .main1-div{display: none;}
.main1-div-wp .main1-div:first-child{display: block;}
.main1-list{
	padding-top: 55px;
}
.main1-list dl{
	margin:0;
	margin-left: -2%;
	margin-top: -2%;
}

.main1-list dd{
	float: left;
	width: 31.3333333%;
	margin-left: 2%;
	margin-top: 2%;
}
.main1-list dd>a{
	display: block;
	position: relative;
}

.main1-pic{
	padding-bottom: 100%;
	position: relative;
	z-index: 50;
}

.main1-list dd>a h1{
	margin:0;
	height:60px;
	line-height: 60px;
	font-size: 16px;
	color: #555;
	padding: 0	15px;
	text-align: center;
	background-color: #f2f2f2;
	position: relative;
	z-index: 50;
}
.main1-list dd>a:hover h1{
	opacity: 0;
}
.main1-list dd>a:hover .main1-con-wp{
	opacity: 1;
	visibility: visible;
}
.main1-con-wp{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 70;
	background-color: rgba(246,10,3,0.7);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.main1-con{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 0	25px;
}


.main1-con h2{
	margin:0;
	font-size: 20px;
	text-align: center;
	color: #fff;
}

.main1-con .line{
	width: 160px;
	height: 1px;
	background-color: #fff;
	margin:30px auto 25px;
}

.main1-con p{
	margin:0;
	font-size: 15px;
	color: #fff;
	line-height: 1.6;
	height: 6.4em;
	overflow: hidden;
}

.main2{
	padding: 64px 0 78px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main2-bg.jpg);
}

.main2-pic{
	width: 524px;
	position: relative;
	margin-right: 15px;
}
.main2-pic::before{
	position: absolute;
	content:"";
	width: 15px;
	right: -15px;
	top: 15px;
	bottom: 0;
	background-color: rgba(246,10,3,0.7);
}
.main2-pic::after{
	position: absolute;
	content:"";
	left: 0;
	right: -15px;
	height: 15px;
	bottom: -15px;
	background-color: rgba(246,10,3,0.7);
}
.main2-pic .imgbox_a{
	padding-bottom: 108.59%;
}


.main2-con{
	overflow: hidden;
	position: relative;
	padding-bottom: 7px;
	padding-top: 44px;
}
.main2-con::after{
	position: absolute;
	content:"";
	left: 0;
	right: 0;
	height: 7px;
	bottom: 0;
	background-color: rgba(255,255,255,0.5);
}
.main2-con-bai{
	height: 487px;
	background-color: #fff;
	padding: 60px 45px 0;
}
.main2-con-bai h1{
	margin:0;
	font-size: 26px;
	color: #f60a03;
	padding-bottom: 38px;
	position: relative;
	font-weight: bold;
}

.main2-con-bai h1::after{
	position: absolute;
	content:"";
	left: 0;
	height: 3px;
	bottom: 0;
	background-color: #f60a03;
	width: 63px;
}


.main2-con-bai-p{
	font-size: 16px;
	color: #333;
	line-height: 2.3;
	height: 13.8em;
	overflow: hidden;
	text-indent: 2em;
	margin-top: 24px;
}
.main2-con-bai-p p{margin:0;}

.more2{
	margin-top: 50px;
}

.more2 a{
	display: block;
	width: 82px;
	height: 28px;
	line-height: 26px;
	border:1px solid #f60a03;
	color: #f60a03;
	font-size: 14px;
	margin-left: auto;
	text-align: center;
	transition: .3s;
}
.more2 a:hover{
	color: #fff;
	background-color: #f60a03;
}

.main3{
	padding: 65px 0 93px;
	background-color: #fff;
}

.main3 .main1-top{
	padding-right: 0;
}

.main3-div{
	margin-top: 55px;
}

.main3-pic{
	width: 568px;
	margin-right: 64px;
}

.main3-div .imgbox_a{
	padding-bottom:83%;
}

.main3-hong1{
	position: absolute;
	z-index: 50;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 23px 25px 20px 0;
	background-color: rgba(246,10,3,0.8);
}

.main3-date{
	width: 128px;
	text-align: center;
	margin-top: 20px;
}
.main3-date h1{
	margin:0;
	font-size: 28px;
	color: #fff;
	line-height: 1;
}
.main3-date h2{
	margin:0;
	font-size: 19px;
	color: #fff;
	margin-top: 8px;
}

.main3-hong1-con{
	overflow: hidden;
}
.main3-hong1-con h1{
	margin:0;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 12px;
	border-bottom: 1px solid #fff;
	position: relative;
	left: -8px;
}

.main3-hong1-con  p{
	margin:0;
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
	height: 4.5em;
	overflow: hidden;
	margin-top:8px;
}

.main3-con{
	overflow: hidden;
}

.main3-list dl{
	margin:0;
}

.main3-list dd{
	border-bottom: 1px solid #d9d9d9;
	padding: 20px 0;
}

.main3-dd1{
	position: relative;
	font-size: 16px;
	color: #666;
	padding-right: 100px;
}
.main3-dd1 span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	color: #999;
}
.main3-dd1 a{
	position: relative;
	left: -8px;
}
.main3-dd1 a i{
	font-style: normal;
	color: #e20505;
	font-weight: bold;
	padding-right: 10px;
}
.main3-dd1 a:hover{
	color: #e20505;
}

.main3-dd2{
	font-size: 14px;
	line-height: 2;
	color: #666;
	margin-top: 16px;
	height: 6em;
	overflow: hidden;
	display: none ;
}
.main3-list dd:first-child .main3-dd2{
	display: block;
}

.more3{
	margin-top: 20px;
}

.more3 a{
	display: block;
	width: 96px;
	height: 36px;
	line-height: 34px;
	border:1px solid #999999;
	color: #999;
	font-size: 16px;
	text-align: center;
	transition: .3s;
}
.more3 a:hover{
	color: #fff;
	background-color: #f60a03;
	border-color: #f60a03;
}




















/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	padding: 90px 0;
	background-color: #232323;
}

.er{
	width: 130px;
	font-size: 14px;
	color: #999;
	text-align: center;
	margin-right: 135px;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.foo1{
	width: 400px;
	text-align: center;
}

.foo1 img{
	display: block;
	margin:0 auto;
}

.foo1 h1{
	margin:0;
	font-size: 16px;
	color: #fff;margin-top: 35px;
}
.foo1 h2{
	margin:0;
	font-size: 30px;
	color: #f60a03;
	font-weight: bold;
	margin:18px 0;
}
.foo1 h3{
	margin:0;
	font-size: 14px;
	color: #999;
}

.foo2{
	width: 400px;
	border-left: 1px dashed #656565;
	border-right: 1px dashed #656565;
	padding: 0 50px 20px;
}
.foo2 h1{
	margin:0;
	font-size: 20px;
	color: #fff;
}
.foo2 dl{
	margin:0;
	padding-top: 25px;
}

.foo2 dd{
	font-size: 14px;
	color: #999;
	line-height: 2;
}

.foo2-con{
	overflow: hidden;
}

/**************************************************************/
/*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: 300px;
   margin-left: 15px;
   margin-top: 8px;
}

.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样式要求区域]**********/
/**************************************/


.erji{
	padding: 70px 0 90px;
}


.fenye ul{
	margin:0;
}

.fenye{
	text-align: center;
	margin-top: 65px;
}

.product-dl{
	font-size: 0;
	line-height: normal;
	text-align: center;
}
.product-dl dl{
	margin:0;
	display: inline-block;
}
.product-dl dd{
	float: left;
	width: 160px;
}
.product-dl dd+dd{
	margin-left: 20px;
}
.product-dl dd>a{
	display: block;
	height: 47px;
	line-height: 47px;
	text-align: center;	font-size: 16px;
	color: #666;
	background-color: #f2f2f2;
	border-radius: 999em;
	transition: .3s;
}

.product-dl dd>a:hover,.product-dl dd.cur>a{
	color: #fff;
	background-color: #f60a03;
}

.anli-list dl{
	margin:0;
	margin-left: -1%;
	margin-top: -1%;
}

.anli-list dd{
	float: left;
	width: 32.333%;
	margin-left: 1%;
	margin-top: 1%;
}

.anli-list dd .imgbox_a{
	padding-bottom: 73%;
}

.anli-list dd h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height:60px;
	padding: 0 15px;
	font-size: 16px;
	color: #fff;
	line-height: 60px;
	background-color: rgba(0,0,0,0.45);
	margin:0;
	z-index: 25;
	text-align: center;
}
.about-img  .col-md-4{margin-top: 30px;}
.about-img .imgbox_a{
	padding-bottom: 76.53%;
}

.about-title{
	font-size: 26px;
	color: #f60a03;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
.about-title .line{
	font-size: 0;
	width: 65px;
	height: 3px;
	background-color: #f60a03;
	margin:30px auto;
}

.about-p p{margin:0;}
.about-p{
	font-size: 16px;
	color: #666;
	line-height: 2;
}

.contact1{
	/*height: 316px;*/
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/contact1-bg.jpg);
	padding: 69px 0;
}

.contact1 h1{
	margin:0;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}

.contact1 dl{
	margin:0;
	
	margin-top: 24px;
}
.contact1 dd{
	font-size: 16px;
	color: #666;
	line-height: 2;
}
.contact1-con{
	overflow: hidden;
}
.map-wp{
	height: 335px;
	margin-top: 20px;
}

.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.xinwen-xx-h1{
	font-size: 22px;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}


.xinwen-xx-h2{
	font-size: 14px;
	color: #999;
	line-height: 1.5;
	padding: 15px 0 22px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.xinwen-xx-con{
	font-size: 14px;
	color: #666;
	line-height: 2;
	margin-top: 25px;
}

.xinwen-xx-con img{
	display: block;
	margin:15px auto;
}

.zhiliang-dl dl{
	margin:0;
	margin-left: -5%;
	margin-top: -5%;
}

.zhiliang-dl dd{
	float: left;
	width: 45%;
	margin-left: 5%;
	margin-top: 5%;
	border:1px solid #eeeeee;
	height: 350px;
	position: relative;
	padding: 60px 15px 0;
}

.zhiliang-dl dd h1{
	margin:0;
	font-size: 22px;
	color: #333;
	text-align: center;
}
.zhiliang-dl dd h2{
	margin:0;
	font-size: 18px;
	color: #999;
	text-align: center;
	margin:15px 0 35px;
}

.more4>a{
	display: block;
	width: 95px;
	height:50px;
	line-height: 48px;
	border:1px solid #eee;
	font-size: 18px;color: #333;
	text-align: center;
	margin:0 auto;
	transition: .3s;
	border-radius: 4px;
}

.more4 a:hover{
	color: #fff;
	background-color: #f60a03;
}


.zhiliang-hei{
	position: absolute;
	left: -1px;
	right: -1px;
	bottom: -1px;
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	font-size: 22px;
	padding: 25px 50px;
}
.xinwen-list{
	padding-top: 70px;
}
.xinwen-list dl{
	margin:0;
}

.xinwen-list dd{
	padding: 30px 0;
	position: relative;
}
.xinwen-list dd::after{
	position: absolute;
	content:"";
	right: 0;
	top: 0;
	bottom: 0;
	left: 200px;
	background-color: #f7f7f7;
	z-index: 30;
}

.xinwen-list dd+dd{
	margin-top: 30px;
}
.xinwen-pic{
	width: 400px;
	position: relative;
	z-index: 50;
}

.xinwen-list .imgbox_a{
	padding-bottom: 63.75%;
}

.xinwen-con{
	overflow: hidden;
	position: relative;
	z-index: 50;
	padding: 20px 50px 0;
}

.xinwen-con h1{
	margin:0;
	position: relative;
	padding-right: 130px;
	font-size: 21px;
	font-weight: bold;
	color: #333;
}
.xinwen-con h1 span{
	position: absolute;
	right: 0;
	top: 0;
	font-weight: normal;
}
.xinwen-con h1 a{
	position: relative;
	left: -10px;
	transition: color .3s;
}
.xinwen-con h1 a:hover{
	color: #f60a03;
}
.xinwen-con .line{
	background-color: #f70100;
	width: 82px;
	height: 2px;
	margin:33px 0 24px;
}
.xinwen-con p{
	margin:0;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	color: #666;
}

.more5{
	margin-top: 20px
}

.more5 a{
	display: block;
	width: 40px;
	height: 40px;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/more5.png);
	transition: background-image .3s;
}

.more5 a:hover{
	background-image: url(../images/more5h.png);

}

#dede_pages{
	margin-right: auto;
	margin-left: auto;
	width: 1048px;
	margin-top: 30px;
}
#dede_pages ul{
	float: left;
	list-style-type: none;
	padding-right: 0px;
	padding-left: 0px;
	display: block;
}
#dede_pages ul li{
	float: left;
	font-family: Tahoma;
	line-height: 22px;
	margin-right: 6px;
	border: 1px solid #E9E9E9;
	list-style-type: none;
	background-image: none;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
#dede_pages ul li a{
	float:left;
	color:#555;
	display:block;
}
#dede_pages ul li a:hover{
	color:#690;
	text-decoration:none;
}
#dede_pages ul li.thisclass,
#dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#F8F8F8;
	font-weight:bold;
}
#dede_pages .pageinfo{
	/*line-height:21px;
	padding:12px 10px 12px 16px;*/
	color:#999;
}
#dede_pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}