/**************************************/
/**************************************/
/*************[公用start]**************/
/**************************************/
@font-face{
	font-family:"be";
	src:url("../font/BEBAS___.TTF");

}


*{
    font-family: Arial!important;

}


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



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

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


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

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}




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

.img-box{/*图片盒子类名*/
	
	overflow: hidden;
}

.img-box img{
	transition: .3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; /* ueco 时间曲线*/
	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);
}


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





/**************************************/
/************[公用over]****************/
/**************************************/




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

#header{
	background-color: #fff;
}

.search{

	width: 82px;
	cursor: pointer;
	position: relative;
	font-size: 0;
}

.search input:focus{
	outline: none;
}
.search input[type="image"]{
	cursor: pointer;
	width: 100%;
}
.search input[type="text"]{
	position: absolute;
	right: 100%;
	width: 0;
	font-size: 14px;
	transition: all 0.5s ease;
	height: 82px;
	/*border:1px solid #eee;*/
	border:0;
	background-color: #f1f1f1;
	z-index: 600;
	text-indent: 1em;

}

body{
	overflow-x: hidden;
}



.search:hover input[type="text"]{
	width:190px;
}

.logo{
	margin-left: 67px;
	margin-top: 25px;
	font-size: 0;
}

.nav ul{
	margin:0;
}
.nav  li{
	float: left;
	height: 82px;
	margin-right: 10px;

}
/*.nav  li:first-child{
	margin-left: 0;
}*/
.nav  li>a{
	display: block;
	height: 82px;
	line-height: 82px;
	padding: 0	8px;
	font-size: 16px;
	color:#484848;
	position: relative;
}


.nav li>a:after{
	position: absolute;
    content: "";
    width: 0;
    height: 5px;
    background-color: #f08519;
    bottom: 0px;
    right: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.nav li>a:hover:after{
	    width: 100%;
    right: auto;
    left: 0;
}

.nav li.active>a:after{
	    width: 100%;
    right: auto;
    left: 0;
}









.header-a {
	margin-top: 27px;
	margin-right: 34px;
}
.header-a a{
	float: left;
	width: 31px;
	height: 31px;
	background-repeat: no-repeat;
	background-position: center ;
	transition: .3s;
	margin-left: 14px;
}

.header-a a.a1{background-image: url(../images/a1.png);}
.header-a a.a2{background-image: url(../images/a2.png);}
.header-a a.a3{background-image: url(../images/a3.png);display: none;}
.header-a a.a4{background-image: url(../images/a3h.png);}
.header-a a.a1:hover{background-image: url(../images/a1h.png);}
.header-a a.a2:hover{background-image: url(../images/a2h.png);}

.header-a a.a3.cur{background-image: url(../images/a3h.png);}
.header-a a.a4.cur{background-image: url(../images/a3h.png);}

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





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

#main{
	
}

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



.fafa .flex-control-nav{
	display: block;
	bottom: 50px;
}

.fafa .flex-control-nav li{
	margin:0 14px;
}

.p80{
	padding: 80px 0;
}
.index1.p80{
	padding: 150px 0 80px;
}
.index1-pic{
	width: 608px;
	margin-left: 110px;
}

.index1-pic a{
	display: block;
	padding-bottom: 76%;
	position: relative;
	overflow: hidden;
}

.index1-pic a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 40;
}

.bo-hei{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom:0;
	background-image: url(../images/heidi.png);
	z-index: 50;
}


.bo{
	position: absolute;
	left: 50%;
	margin-left: -37px;
	top: 50%;
	margin-top: -37px;
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(../images/bo.png);
	width: 74px;
	height: 74px;

}

.index1-con{
	overflow: hidden;
}

.line{
	width: 165px;
	height: 3px;
	background-color: #000;
}

.index1-2-pic{
	margin-top: 60px;
	width: 230px;
}

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

.index1-con h1{
	margin:0;
	font-size: 42px;
	color:#000;
	margin-top: 25px;
}

.index-1-con-p{
	font-size: 16px;
	color:#434343;
	line-height: 2;
	
	margin-top: 20px;
}
.more{
	margin-top: 70px;
}
.more a{
	display: block;
	width: 192px;
	height: 50px;
	line-height: 50px;
	background-color: #ed6c00;
	border-radius: 5px;
	color:#fff;
	font-size: 14px;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 85% center;
	background-image: url(../images/more.png);
}

.index2-title{
	text-align: center;
	font-size: 34px;
	color:#222;
	padding-bottom: 40px;

}


.product{
	display: none;
	height: 505px;
	
	padding-top: 60px;
	position: relative;
	overflow: hidden;
}


.pro-blur{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-filter: blur(5px);
            -moz-filter: blur(5px);
            -o-filter: blur(5px);
            -ms-filter: blur(5px);
            filter: blur(5px);
            z-index: 400;
            background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}

.product:hover .pro-blur{
	-webkit-filter: blur(0px);
            -moz-filter: blur(0px);
            -o-filter: blur(0px);
            -ms-filter: blur(0px);
            filter: blur(0px);
}


.product-nei{
	padding-top: 70px;

}

.product:first-child{
	display: block;
}
.product h1{
	text-align: center;
	margin:0;
	font-weight: bold;
	color:#fff;
	font-size: 30px;
}
.product p{

	margin:0;
	line-height: 2;

	overflow: hidden;
	color:#fff;
	font-size:18px;
	margin-top: 40px;
}
.more2{
	margin-top: 30px;
}
.more2 a{
	display: block;
	width: 46px;
	margin:0 auto;
}
.more2 img{
	display: block;
	width: 100%;
}

.product-group{
	background-color: #fff;
	margin-top: -50px;
	box-shadow: 1px -1px 11px 4px #0000000d;
	padding: 0	120px;
	position: relative;
    z-index: 600;
}

.product-item{
	float: left;
	width: 33.33333333333%;
	background-image: url(../images/pp.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 158px;
	padding-top: 33px;
	position: relative;
	cursor: pointer;
}
.product-item:first-child{
	background-image: none;
}

.pro-icon{
	width: 57px;
	height: 57px;
	transition: .3s;
	background-repeat: no-repeat;
	background-position: center ;
	margin:0 auto;
}


.pro-icon1{background-image: url(../images/p1.png);}
.pro-icon2{background-image: url(../images/p2.png);}
.pro-icon3{background-image: url(../images/p3.png);}
.product-item:hover .pro-icon1{background-image: url(../images/p1h.png);}
.product-item:hover .pro-icon2{background-image: url(../images/p2h.png);}
.product-item:hover .pro-icon3{background-image: url(../images/p3h.png);}

.product-item.cur .pro-icon1{background-image: url(../images/p1h.png);}
.product-item.cur .pro-icon2{background-image: url(../images/p2h.png);}
.product-item.cur .pro-icon3{background-image: url(../images/p3h.png);}

.product-item:after{
	width: 0;
	content:"";
	position: absolute;
	left: 50%;
	margin-left: -64px;
	height: 5px;
	background-color: #ed6c00;
	transition: .3s;
	bottom: 0;

}
.product-item.cur:after{
	width: 128px;
}


.product-item h1{
	font-size: 16px;
	color:#757575;
	text-align: center;
	margin:0;
	margin-top: 20px;
}

.news-a {
	font-size: 0;
	text-align: center;
}
.news-a a{
	display: inline-block;
	font-size: 14px;
	color:#666;
	text-align: center;
	height: 39px;
	line-height: 39px;
	background-color: #f1f1f1;
	border-radius: 8px;
	width: 180px;
	transition: .3s;
	margin:8px 8px 0;
}
.news-a a.cur{
	background-color: #ed6c00;
	color:#fff;
}

.news-div-wp{
	margin-top: 55px;
}


.news-pic{
	width: 605px;
	margin-right:32px; 
}

.news-con{
	overflow: hidden;
}

.list li{
	margin-top: 34px;
}
.list li:first-child{
	margin-top: 0px;
}

.date {
	text-align: center;
	width: 74px;
	margin-right: 17px;
	padding: 2px;
	background-color: #ed6c00;
	border-radius: 5px;
}
.date h1{
	margin:0;
	font-size: 30px;
	color:#fff;height: 42px;
	line-height: 42px;
	font-weight: bold;
}
.date h2{
	margin:0;
	font-size: 12px;
	color:#999;
	height: 28px;
	line-height: 28px;
	background-color: #fff;
	border-radius: 5px;
}

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

.list-con h1{
	margin:0;
	font-size: 16px;
	color:#333;
	    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	
}

.list-con h1 a:hover{
	color:#ed6c00;
}
.list-con p{
	margin:0;
	font-size: 12px;
	color:#999;
	line-height: 2;
	height: 48px;
	overflow: hidden;
	margin-top: 7px;
	
}


.fnews .slides>li>a{
	display: block;
	position: relative;
	padding-bottom: 67%;
	overflow: hidden;
}


.fnews .slides>li>a img{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.fnews .slides>li>a:hover img{
  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.fnews .slides>li>a:hover .news-bai h1{
	color:#ed6c00;
}
.news-bai{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/baidi.png);
	padding:20px;
}

.news-bai h1{
	font-size: 16px;
	color:#333;
	margin:0;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-bai h1 i{
	font-style: normal;
	/*padding-right: 35px;*/
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.news-bai h1 span{
	color:#999;
	font-size: 12px;
	margin-top: 2px;
	margin-left: 15px;
}

.news-bai p{
	font-size: 14px;
	color:#999;
	margin:0;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 12px;
}

.news-div{
	display: none;
}

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



.index4{
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/index4.jpg);
	padding: 130px 0 100px;
}


.index4-pic{
	width: 606px;
	margin-right: 100px;
}

.index4  .line{
	background-color: #fff;
}
.index4 .index1-2-pic{
	width: 208px;
}

.index4 .index1-con h1{
	color:#fff;
}

.index4 .index-1-con-p{
	color:#fff;
	text-indent: 0;
}
.index4 .more{
	margin-top: 30px;
}

.index5 .index1-2-pic{
	width: 379px;
}

.dang{
	width: 55%;
}
.dang2{
	display: none;
}

.dang-list .item{


	height: 833px;
	padding: 0	13px;
	border-left: 1px solid #eaeaea
}
.index5 .container{
	/*overflow: hidden;*/
	/*width: auto;*/
}

.index5 .index1-con{
	color:#fff;
	padding-top: 222px;
}

.dang-h1{
	font-size: 80px;
	color:#f1f1f1;
	padding-top: 100px;
}
.dang-h2{
	font-size: 14px;
	color:#787878;
	text-transform: uppercase;
}

.dang-h1a{
	font-size: 18px;
	color:#282828;
	line-height: 1.6;
	height: 56px;
	overflow: hidden;
	margin-top: 12px;
}

.dang-h1a a:hover{
	color:#ed6c00;
}
.dang-pic{
	margin-top: 25px;
	position: relative;
	padding-bottom: 67%;
	overflow: hidden;
}




.dang-pic img{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.dang-pic:hover img{
  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.dang-list .item p{
	font-size: 14px;
	color:#999;
	line-height: 2.2;
	margin:0;
	height: 90px;
	overflow: hidden;
	margin-top: 18px;
}

.dang-a{
	margin-top: 35px;
}
.dang-a a{
	display: inline-block;
	width: 53px;
	height: 11px;
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(../images/jian.png);
}

.dang-a a:hover{
	background-image: url(../images/jian2.png);

}



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





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

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

.sel{
	width: 270px;
	margin-left: 50px;
}
.sel select{
	border-radius: 0;
	box-shadow: none;
	border:0;
}
.sel select:focus{
	outline: none;
	border-color: #f1f1f1;
	box-shadow: none;
}
.foo1-title{
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	color:#222;
}


.footer-2{
	background-color: #2e2a27;
	padding: 26px 0 40px;
}
.foo2-left ul,.foo2-left dl{
	margin:0;
}
.foo2-left li{
	float: left;
	margin-left: 50px;
}
.foo2-left li:first-child{
	margin-left: 0;
}
.foo2-left li h1{
	font-size: 18px;
	color:#fff;
	margin:0;
}
.foo2-left li h1 a:hover{
	text-decoration: underline;
}
.foo2-left li dd{
	margin-top: 13px;
}
.foo2-left li dd:first-child{
	margin-top: 22px;
}
.foo2-left li dd a{
	font-size: 14px;
	color:#a2a1a0;
	transition: .3s;
}
.foo2-left li dd a:hover{
	color:#fff;
}
.er{
	height: 207px;
	width: 207px;
	border-left: 1px solid #514e4c;
	border-right: 1px solid #514e4c;
	margin-right: 23px;
	padding-top: 20px;
}
.er img{
	display: block;
	margin:10px auto 0;
}
.er img:first-child{
	margin-top: 0;
}

.footer-3{
	border-top: 1px solid #a2a1a0;
	padding: 35px 0;
	font-size: 12px;
	background-color: #2e2a27;
	color:#a2a1a0;
}
.footer-3.fr{
	margin-right: 23px;
}
/**************************************************************/
/*footer-over*/





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

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

.nav-2 li{

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

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 8px;
	
	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);

}
.nav-2 li:first-child{
	border-top: 0;
}
.nav-2 li>a{
	
	padding:13px 10px;
	display: block;
	font-size: 14px;
	width: 100%;
	color:#333;

}
.nav-xia-a{
	padding-bottom: 15px;
	display: none;
}
.nav-xia-a a{
	padding: 8px 10px;
	display: block;
	font-size: 12px;
	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;
}*/
.logo-2{
	font-size: 0;
	width: 300px;
	margin-left: 15px;
	margin-top:23px;
}




.menu2{
	
	margin-right: 15px;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 10px;
	float: right;
}
.menu2 li img{
	/*vertical-align: middle;*/
	display: block;
	margin-top: 29px;
}
.menu2 li #lange img{
	margin-top: 25px;
	    margin-top: 26px;
    width: 25px;
}

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


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

	background-image: url(../images/heidi.png);
	display: none;
	z-index: 750;
	
}
.banner-x{
	display: none;
}


.fxfx .flex-control-nav{
	display: block;
	bottom: 20px;
}

.fxfx .flex-control-nav li{
	margin:0 5px;
}


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

.be{
	font-family: "be"!important;
	font-size: 60px;
	color:#000;
	text-transform: uppercase;
	margin-top: 25px;
}

.be2{
	color:#fff;
}
/*rongyu*/


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

.erji-a{
	font-size: 0;
	text-align: center;
	line-height: normal;
	position: relative;
	background-color: #f1f1f1;
}
.erji-a dl{
	margin:0;
}
.erji-a dd{
	display: inline-block;
	height:70px;
	line-height: 70px;
	

}

.erji-a dd a{
	display: inline-block;
	padding: 0	30px;
	font-size: 16px;
	color:#484848; 

}

.la{
	position: absolute;
	height: 4px;
	background-color: #ed6c00;
	width: 0;
	left: 0;
	top: 0;
}

.erji-content{
	padding: 80px 0 50px;
}

.erji-title{
	font-size: 40px;color:#ed6c00;
	font-weight: bold;
}



.rong-pic{
	
	position: relative;
	padding-bottom: 67%;
	overflow: hidden;
}




.rong-pic img{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.rong-pic:hover img{
  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
 }


 .yin img{
 	display: block;
 	margin:0 auto;
 	width: 100%;
 }
 .rongyu-list .col-lg-4{
 	margin-top: 50px;
 }
 .rongyu-list .col-lg-4 h1{
 	margin:0;
 	font-size: 18px;
 	color:#484848;
 	text-align: center;
 	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 5px;
    margin-top: 8px;
 }

  .rongyu-list .col-lg-4 a:hover h1{
  	color:#ed6c00;
  }


.fenye{
	text-align: center;
	padding: 45px 0 20px;
}

.fenye ul{
	margin:0;
}

.zuzhi img{
	display: block;
	margin:35px auto 10px;
}
.contact{
	margin-top: 60px;
}

.contact1 dl{
	margin:0;
}

.contact1 dd{
	float: left;
	padding-left: 105px;
	margin-left: 130px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 78px;
	width: 31.333333%;
	margin-left: 3%;
}
.contact1 dd:first-child{
	margin-left: 0;
}

.contact1 dd h1{
	font-size: 14px;
	color:#484848;
	font-weight: bold;
	margin:0;
	padding-top: 8px;
}

.contact1 dd p{
	font-size: 14px;
	color:#999;
	line-height: 1.8;
	margin:0;
	margin-top: 8px;
}

.map{
	margin-top: 40px;
}

.xinwen-pic{
	width: 212px;
	margin-right:27px; 
}


.xinwen-pic a{
	display: block;
	position: relative;
	padding-bottom: 67%;
	overflow: hidden;
}


.xinwen-pic a img{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.xinwen-pic a:hover img{
  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.xinwen-con{
	overflow: hidden;
}

.xinwen-con-top-title{
	overflow: hidden;
	padding-top: 10px;
}

.xinwen-con-top-title h1{
	margin:0;
	font-size: 16px;
	color:#333;
	    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xinwen-con-top-title h2{
	margin:0;
	font-size: 14px;
	color:#999;
	margin-top: 20px;
}
.xinwen-con-top-title h2 img{
	margin-top: -3px;
	margin-right: 10px;
}
.xinwen-con-top-title h1 a:hover{
	color:#ed6c00;
}

.xinwen-con-bottom{
	font-size: 16px;
	color:#999;
	line-height: 1.8;
	height: 56px;
	overflow: hidden;
	margin-top: 11px;
}
.xinwen-list {
	margin-top: 70px;
}
.xinwen-list ul{
	margin:0;
}

.xinwen-list li{
	padding: 30px 0;
	background-color: #f1f1f1;
}

.xinwen-list li.li-oou{
	background-color: #fff;
}

.chanpi1{
	padding: 50px 0;
	line-height: 3;
	font-size: 16px;
	color:#484848;
}
.chanpin2{
	padding: 80px 0 60px;
	background-color: #f1f1f1;
}
 .chanpin2-list .item h1{
 	margin:0;
 	font-size: 18px;
 	color:#484848;
 	text-align: center;
 	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 5px;
    margin-top: 8px;
 }

.chanpin2-list .item:hover h1{
	color:#ed6c00;
}


.chanpin2-list .owl-prev{
	position: absolute;
	left: -70px;
    top: 50%;
    margin-top: -24px;
	width: 45px;
	height:45px;
	background-image: url(../images/left.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;
	transition: .3s;
	font-size: 0;
}
.chanpin2-list .owl-prev:hover{
	background-image: url(../images/left-h.png);

}
.chanpin2-list .owl-next{
	position: absolute;
    top: 50%;
	right: -70px;
    top: 50%;
    margin-top: -24px;
	width: 45px;
	height:45px;
	background-image: url(../images/right.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;font-size: 0;
	transition: .3s;
}


.chanpin2-list .owl-next:hover{
	background-image: url(../images/right-h.png);

}
.chanpin3{
	padding: 60px 0 80px;
}
.chanpin3-title{
	font-size: 24px;
	color:#484848;
}
.chanpin3-list ul{
	margin:0;
}

.chanpin3-list li{
	width: 568px;
	margin-top: 39px;
	border:1px solid #ed6c00;
}

.chanpin3-list li a{
	display: block;
	background-color: #ed6c00;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/jiao1.png);
	transition: .3s;
}

.chanpin3-con{
	height: 93px;
	line-height: 93px;
	padding: 0	18px 0 103px;
	font-size: 16px;
	color:#484848;
	background-image: url(../images/ka.png);
	background-repeat: no-repeat;
	background-position: 33px center;
	transition: .3s;

}

.chanpin3-con span{
	font-size: 14px;
	margin-left: 15px;
}
.chanpin3-h1{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.chanpin3-list li a:hover{
	background-color: #ed6c00;
	background-image: url(../images/jiao2.png);
}

.chanpin3-list li a:hover .chanpin3-con{
	background-image: url(../images/kah.png);
	color:#fff;
}

.jishu-title{
	font-size: 30px;
	color:#000;
	text-align: center;
	padding-bottom: 45px;
}


.jishu1-pic{
	width: 652px;
}
.jishu1-pic.fl{
	margin-right: 60px;

}
.jishu1-pic.fr{
	margin-left: 60px;
	
}
.jishu1-pic a{
	display: block;
	position: relative;
	padding-bottom: 67%;
	overflow: hidden;
}


.jishu1-pic a img{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	
}

.jishu-con{
	overflow: hidden;
	padding-top: 7%;
}

.jishu-con h1{
	font-size: 20px;
	color:#ed6c00;
	margin:0;
	line-height: 1.6;
}

.jishu-con p{
	font-size: 16px;
	color:#333;
	margin:0;
	line-height: 2;
	margin-top: 15px;
}

.jishu2{
	background-image: url(../images/jishu22.jpg);
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}

.jishu-title2{
	
	font-size: 16px;
	color:#484848;
	line-height: 2.2;
}

.jishu3-div-wp{
	margin-top: 55px;
}

.jishu3-div{
	width: 48%;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}
.jishu3-div:hover .jishu3-con{
	opacity: 1;
	visibility: visible;
}
.jishu3-con{
	padding: 60px 40px 0;
	background-image: url(../images/huangdi.png);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.jishu3-con h1{
	font-size: 20px;
	color:#fff;
	padding-bottom: 15px;
	border-bottom: 2px solid #fff;
	margin:0;
}
.jishu3-con{
	height: 424px;

}
.jishu3-con p{
	font-size: 16px;
	color:#fff;
	
	margin:0;
	margin-top: 15px;
	line-height: 2.2;
	/*height: 175px;
	overflow: hidden;*/
}
.jishu3 .jishu-title{
	padding-bottom: 35px;
}
.jishu4{
	background-image: url(../images/jishu4.jpg);
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}
.jishu4 .jishu-title{
	padding-bottom: 25px;
}
.jishu4 .jishu-title2{
	padding: 0	10%;
	line-height: 2;
}
.jishu4-pic{
	margin-top: 50px;
}
.jishu4-pic .col-md-6{
	padding-top: 20px;
}
.jishu4-pic img{
	display: block;
	width: 100%;
}

.jishu5{
	padding: 50px 0;
}

.jishu5-title{
	font-size: 18px;
	color:#484848;
	padding-bottom: 15px;
}

.jishu5-list ul{
	margin:0;
}

.jishu5-list li{
	height: 52px;
	line-height: 52px;
	border-bottom: 1px dashed #d9d9d9;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.jishu5-list li a{
	font-size: 16px;
	color:#484848;
}
.jishu5-list li span{
	font-size: 14px;
	margin-left: 10px;
	color:#999;
}
.jishu5-list li a:hover{
	color:#ed6c00;
}

.liuyan{
	margin-top:50px;
}

.liuyan-p{
	font-size: 16px;
	color:#484848;
	line-height: 1.8;
}

.liuyan-form{
	padding-top: 10px;
}

.m22{
	margin-top: 22px;
}

.liuyan-form .form-control{
	border-radius: 0;
}

.liuyan-form textarea.form-control{
	resize: none;
}

.liuyan-form  a{
	font-size: 12px;
	color:#666;
}

.liuyan-form  a:hover{
	color:#ed6c00;

}
.liuyan-form  .col-md-4 input{
	background-repeat: no-repeat;
	background-position: 95% center;
	padding-right: 50px;
	height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bunn input[type="button"]{
	width: 224px;
	border:0;
	height: 48px;
	color:#fff;
	cursor: pointer;
	font-size: 16px;
	background-color: #ed6c00;
}

.bunn input[type="reset"]{
	width: 224px;
	border:0;
	height: 48px;
	color:#fff;
	cursor: pointer;
	font-size: 16px;
	background-color: #b4b4b4;
	margin-left: 15px;
}

.yanz
{margin:0 8px;}

.yyaa{
	display: inline-block;
	width:160px;
	height:50px;
	vertical-align: middle; 
}

.wenhua-bj{
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	height: 820px;
}

.wenhua1{
	padding-top: 115px;
}

.wenhua-pic{
	width: 608px;
}
.wenhua-pic img{
	display: block;
	width: 100%;
}
.wenhua-pic.fr{
	margin-left: 85px;
}


.wenhua-pic.fl{
	margin-right: 50px;
}

.wenhua-con{
	overflow: hidden;
}

.wenhua-con  h1{
	font-family: "be"!important;
	font-size: 50px;
	color:#000;
	margin:0;
	text-transform: uppercase;
}

.wenhua-con  h1 span{
	color:#ed6c00;
}

.wenhua-con  h2{
	font-size: 42px;
	color:#000;
	margin:0;
	margin-top: 15px;
}

.wenhua-con  p{
	font-size: 16px;
	color:#434343;
	margin:0;
	margin-top: 25px;
	line-height: 2.3;

	overflow: hidden;
}

.wenhua-con1{
	padding-top: 15%;
}

.wenhua-con2{
	width: 50%;
	padding-top: 20%;

}

.wenhua-con3{
	width: 50%;
	padding-top: 10%;
}

.wenhua3-pic{
	margin-top: 35px;
}
.wenhua3-pic img{
	display: block;
	width: 100%;
}
.wenhua3 .wenhua-con p{
	margin-top: 50px;
}

.wenhua-con4{
	width: 40%;
	padding-top: 20%;
}

.wenhua5{
	padding-top: 115px;
}

.wenhua-con5{

	padding-top: 10%;
}


.wenhua6{
	padding-top: 180px;
}

.wenhua-con6{
	text-align: center;
}

.wenhua-con6 h1{
	color:#fff;
}

.wenhua-con6 h2{
	color:#fff;
}
.wenhua-con6 p{
	color:#fff;
padding: 0	10%;

margin-top: 20px;
}

.wenhua-more{
	text-align: center;
	margin-top: 80px;
}

.wenhua-more a{
	display: inline-block;
	width: 146px;
	height: 40px;
	line-height: 40px;
	background-color: #ed6c00;
	color:#fff;
	font-size: 14px;
}

.about1{
	height: 1154px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/about1.jpg);
}
.about2{
	min-height: 1675px;
	background-repeat: no-repeat;
	background-position: center top;
	/*-webkit-background-size: cover;*/
	/*background-size: cover;*/
	background-image: url(../images/about2.jpg);
}

.about1-1{
	padding-top:50px;
}

.about1-1 h1{
	font-size: 40px;
	font-weight: bold;
	margin:0;
	color:#ed6c00;
}

.about1-1 p{
	font-size: 16px;
	margin:0;
	color:#484848;
	line-height: 2.2;
	width: 76%;
	margin-top: 30px;
}

.about1-2{
	margin-top: 30px;
	position: relative;
}


.about-22{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
}

.about-22-pic{
	padding-bottom: 39%;
	position: relative;
	overflow: hidden;
}
.about-22-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


.about1-2-list{
	width: 45%;

}
.about1-2-list  dl{
	margin: 0;
	margin-left: -2%;

}
.about1-2-list dd{
	float: left;
	width: 48%;
	margin-left: 2%;
	margin-bottom: 25px;
}

.about1-2-list dd a{
	display: block;
	height: 192px;
	border:3px solid #e8e8e8;
	padding-top: 24px;
}

.ab-pic{
	width: 57px;
	height: 67px;
	background-repeat: no-repeat;
	background-position: center ;
	transition: .3s;
	margin:0 auto;
}
.ab-pic1{background-image: url(../images/ab1.png);}
.ab-pic2{background-image: url(../images/ab2.png);}
.ab-pic3{background-image: url(../images/ab3.png);}
.about1-2-list dd a:hover .ab-pic1{background-image: url(../images/ab1h.png);}
.about1-2-list dd a:hover .ab-pic2{background-image: url(../images/ab2h.png);}
.about1-2-list dd a:hover .ab-pic3{background-image: url(../images/ab3h.png);}




.about1-2-list dd p{
	margin:0;
	font-size: 16px;
	color:#484848;
	line-height: 1.8;
	text-align: center;
	margin-top: 20px;
}
.about2-1 {
	margin-top: -80px;

}
.about2-1 p{
	font-size: 16px;
	color:#484848;
	margin:0;
	line-height: 2.2;
	text-align: left;
}
.about2-2{margin-top: 45px;}
.about2-2 dl{
	margin:0;
}

.about2-2 dd{
	float: left;
	width: 347px;
	position: relative;
	margin-left: 21px;
	
}
.about2-2 dd img{
	display: block;
	width: 100%;
}
.about2-2 dd:first-child{
	margin-left: 0
}
.gui-con{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 19px 25px;
}
.gui-con h1{
	font-size: 14px;
	color:#fff;
	margin:0;
}
.gui-con h2{
	font-size: 16px;
	color:#fff;
	margin:0;
	margin-top: 8px;
}

.about2-3{
	position: relative;
}

.about2-3 .about2-2 dd{
	float: left;
	width: 641px;
	position: relative;
	margin-left: 367px!important;
}


.about-2-3-p{
	position: absolute;
	left: 0;
	top: 15px;
	width: 355px;
	text-align: left;
	z-index: 50;
	font-size: 16px;
	line-height: 1.6;
	color:#484848;
}

.about-2-3-p span{
	font-size: 48px;
	color:#ed6c00;
	font-family: "Impact"!important;
	padding: 0	10px;
}
.about-2-3-p i{
	font-style: normal;

}

.about2-3{margin-top: 35px;}
.about2-3 dl{
	margin:0;
}

.about2-4{
	width: 750px;
	font-size: 16px;
	color:#484848;
	line-height: 2.2;
	margin-top: 450px;
}
.about-3-list  dl{
	margin-left: -1%;
}
.about-3-list dd{
	float: left;
	width: 32.333333333%;
	margin-left: 1%;
}

.about-3-list dd img{
	display: block;
	width: 100%;
}

.about3{
	margin-top: 80px;
}

.about-3-p{
	font-size: 16px;
	color:#484848;
	line-height: 2.2;
	text-align: left;
	margin-top: 50px;
	padding-bottom: 120px;
}

.colorLine{
	width: 67px;
}

.dqqlist{
	background-image: url(../images/xian.jpg);
	background-repeat: repeat-y;
	background-position: 65px	top;
}
.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(../images/dq.png);
	background-repeat: no-repeat;
	background-position: center;
}

.dq-right{
	border:1px solid #f1f1f1;
	overflow: hidden;
	padding-left: 38px;
	padding-right: 20px;
}
.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:18px;
	color:#999; 
	margin:0;
	overflow: hidden;height: 42px;
	line-height: 42px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

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

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

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

.dqqlist dd.cur .dq-right{
	color:#fff;
	background-color: #ed6c00;
	border-color: #ed6c00;
	padding-right: 0;

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

}
.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: 12px;
	height: 84px;
}


.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(../images/ddq.png);
	display: none;
	text-transform: uppercase;
}

.time-pic{
	width: 295px;
	margin-left: 40px;
	display: none;
}
.dqqlist dd.cur .time-pic{
	display: block;
}
.time-pic-wp{
	position: relative;
	padding-bottom: 67%;
	overflow: hidden;
}

.time-pic-wp img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


#uup{
	font-size: 0;
	width: 47px;
	position: fixed;right: 25px;
	bottom: 25px;
	cursor: pointer;
	display: none;
}

#uup img{
	display: block;
	width: 100%;
}

.index1-pic{
	position: relative;
}
.index1-kk{
	position: absolute;
	width: 503px;
	left: -58px;
	top: -58px;
	border:4px solid #f2f2f2;
	bottom: -58px;
}
.chanpin-wwwp-ico{
	display: none;
}

.chanpin-wwwp-ico:first-child{
	display: block;
}
.job-div{
	margin-top: 25px;
}

.job-div-top{
	cursor: pointer;
	color:#666;
}
.job-div-top dl{
	margin:0;
}
.job-div-top.cur{
	color:#fff;
	background-color: #ed6c00;
}
.job-div-top.cur:hover{
	background-color: #ed6c00;

}
.job-div-top:hover{
	background-color: #f2f2f2;
}
.job-div-top dd{
	float: left;
	width: 33.333333%;
	font-size: 16px;
	text-align: center;
	height: 50px;
	line-height: 50px;
}

.job-div-top dd:first-child{
	text-align: left;
	padding-left: 15px;
}
.job-div-top dd:last-child{
	text-align: right;
	padding-right: 15px;
}
.job-div-bottom{
	padding: 15px;
	line-height: 1.8;
	font-size: 14px;
	color:#666;
	display: none;
}
.job-div-bottom .btn{
	background-color: #ed6c00!important;
	border-color: #ed6c00!important;
}
.job_li{
	border-top: 1px dashed #ebebeb;
}

.job_li:first-child{
	border-top: 0;
}
.job-button{
	margin-top: 15px;
}

#header-2{
	z-index: 1000;
}


.ccpwp{
	width: 80%;
	margin:0 auto;
	padding:45px 25px;
	/*background-image: url(../images/ccp.png);*/
	position: relative;
	z-index: 500;
}

.product-nei:hover .ccpwp{
	/*background-image: url(../images/ccp.png);*/
	
}







.danpian-11{
	padding-top: 0;
}



.danpian-h1{
	text-align: center;
	font-size: 24px;
	padding: 0px 0 15px;
	color:#ed6c00;
	line-height: 1.6;
}

.danpian-h2{
	text-align: center;
	font-size: 14px;
	
	color:#999;
	line-height: 1.6;
	padding-bottom: 30px;
}

.danpian-11-con{
	font-size: 16px!important;
	line-height: 2!important;
	text-align: justify;
    text-justify: distribute-all-lines;
}
.chanpkefu{
	height: 45px;
	line-height: 45px;
	background-color: #f1f1f1;
	font-size: 24px;
	color: #484848;
	cursor: pointer;
	margin-top: 50px;
	position: relative;
	padding-left: 15px;
}

.chanpkefu .xxl{
	position: absolute;
	top: 11px;
	right: 30px;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 24px;
	height: 24px;
	background-image: url(../images/plus.png);
}

.chanpkefu .xxl.cur{
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}


.chanpkefu+.liuyan-form{
	display: none;

}

.shouze{
	height: 800px;
	position: relative;
	overflow: hidden;
}

.shouze2{
	display: none;
	padding: 35px 0;
}





.culture1{
	height: 820px;
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(../images/culture1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 108px;
}

.culture1-pic{
	width: 608px;
	margin-left: 30px;
}


.culture1-con{
	overflow: hidden;
	padding-top: 70px;
}

.culture1-con h1{
	font-size: 42px;
	color:#333;
	margin:0;
}

.culture1-con h2{
	font-size: 30px;
	color:#ed6c00;
	margin:0;
	margin-top: 50px;
}

.culture1-con p{
	font-size: 20px;
	color:#434343;
	margin:0;
	margin-top: 40px;
	line-height: 1.8;
	padding-left: 50px;
	letter-spacing: 3px;
}

.culture2{
	padding: 90px 0;
}

.culture2-title {
    font-size:42px;
    color: #000;
    text-align: center;
    padding-bottom: 45px;
}

.culture2-gai-con h1{
	font-size: 30px;
	color:#ed6c00;
	margin:0;
	text-align: center;
	padding-bottom: 15px;
}

.culture2-gai-con p{
	font-size: 18px;
	color:#333;
	margin:0;
	line-height: 2;

	    text-align: justify;
    text-justify: inter-ideograph;
    text-align-last: left;
    -moz-text-align-last: left;
    -webkit-text-align-last: left;
}

.culture333{
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/culture333.jpg);
	margin-bottom: 40px;
	padding: 45px 0;
}

.culture333-div{

}
.culture333-div-left{
	width: 203px;
}
.culture333-div-right{
	background-color: #fff;
	overflow: hidden;
}

.culture333-div-left span{
	display: block;
	height: 144px;
	line-height: 144px;
	width: 193px;
	margin-top: 31px;
	font-size: 24px;
	color:#fff;
	background-color: #ed6c00;
	cursor: pointer;
	text-align: center;
}
.culture333-div-left span.cur{
	color:#ed6c00;
	background-color: #fff;
	width: 100%;
	padding-right: 10px;
}
.culture333-div-left span:first-child{
	margin-top: 0;

}

.culture333-div-right{
	overflow: hidden;
	padding: 25px;
}
.culture333-con{
	font-size: 18px;
	color:#434343;
	line-height: 2.3;
	height: 444px;
}

.culture333-con p{
	margin:0;
}

.culture333-con{
	display: none;
}

.culture333-con:first-child{
	display: block;
}
