/**************************************/
/*************[公用start]**************/
/**************************************/

/*主站变灰*/
/*html {
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}
* {
-moz-filter: grayscale(100%); 
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%); 
filter: gray;
}*/
/*主站变灰*/

/*淘宝变灰*/
/* body, html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    }*/

/*淘宝变灰*/

/*百度百科變灰*/


/*body.memorial>* {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1)
}
*/


/*百度百科變灰*/
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]****************/
/**************************************/

body{
	overflow-x: hidden;
}


/*header-start*/
/**************************************************************/

#header{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
}
#header::after{
	position: absolute;
	z-index: 15;
	width: 100%;
	left: 0;
	top: 0;
	height: 168px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/yin.png);
	content:"";
}
#header .container{
	position: relative;
	z-index: 50;
}
.logo{
	width: 280px;
	margin-left: -30px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

.header-a{
	width: 106px;
	margin-top: 42px;
}
.header-a a{
	float: right;
	width:43px;
	display: block;
}
.header-a a+a{
	margin-right: 20px;
}
.header-a a img{
	display: block;
	width: 100%;
}

.nav{
	margin-top: 42px;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	margin-right: 35px;
	position: relative;
}
.nav>ul>li>a{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: block;
	height: 43px;
	line-height: 43px;
}

.nav>ul>li.cur>a{
	color: #f46823;
}
.nav>ul>li>a:hover{
	color: #f46823;
}

.nav>ul>li>ul{
	position: absolute;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	top:100%;
	z-index: 600;
	display: none;
	
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 8px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 15px;
	color:#50421a;
	text-align: center;
	background-color: #fff;
	transition: color .3s,background-color .3s;
}


.nav>ul>li>ul>li>a:hover{
	background-color: #f46823;
	color: #fff;
}




/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{
    overflow: hidden;

}

.fafa .flex-direction-nav a{
	width: 50px;
	height: 50px;
	margin-top: -25px;
}



.banner-video{
	padding-bottom: 56.25%;
	position: relative;
}
.banner-video video{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	border:0;
}

.index{
	background-repeat: no-repeat;
	background-position: center 391px;
	background-image: url(../images/index-bg01x.jpg);
	margin-top: -336px;
	position: relative;
	z-index: 250;
	padding-top: 455px;
}

.index::before{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 391px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/index-bg01x-top.png);
	content:"";
	z-index: 1;
}


.index-box{
	position: relative;
	z-index: 400;
	min-height: 3050px;
}

.index1-div{
	margin-top: 35px;
}
.index1-map{
	position: relative;
	
}









.mapqq{
	position: absolute;
	z-index: 15;
	overflow: hidden;
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
	transition: 1s;
}
.mapqq img{
	max-width: none;
	position: absolute;
	width: 1600px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.mapqq.cur{
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
}


.index1-map img{
	display: block;
	margin:0 auto;
}
.index1-list-wp{
	margin-top: -120px;
	position: relative;
	z-index: 50;
}
.index1-list{
	padding: 0 60px;
	position: relative;
	z-index: 50;
}
.index1-list .item {
	padding: 10px;
}
.index1-list .item .imgbox_a{
	padding-bottom: 22%;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
}

.index2{
	padding: 220px 0;
	overflow: hidden;
}

.index2-1{
	width: 600px;
	margin-top: 340px;
}

.index2-2{
	width: 774px;
	position: relative;
	margin-right: 50px;
}

.index2-2-dl{
	position: absolute;
	width: 396px;
	height: 396px;
	top: 50%;
	margin-top: -198px;
	left: -27%;
	z-index: 50;
	transition: transform .3s;
	/*background-color: rgba(0,0,0,0.2);*/
}
.index2-2-dl dl{
	margin:0;
}

.index2-2-dl dd{
	position: absolute;
	width: 166px;
	transition: transform .3s;
	opacity: 1;
}

.index2-2-dl dd>a{
	display: block;
	height: 166px;
	border:3px solid #f46823;
	border-radius: 50%;
	padding-top: 25px;
	
}
.index2-2-dl dd>a::before{
	z-index: 10;
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
	background-color: #f46823;
	border-radius: 50%;
	opacity: 0;
}
.index2-2-dl dd>a h1{
	margin:0;
	font-size: 18px;
	color: #f46823;
	text-align: center;
	font-weight: bold;
	z-index: 50;
	position: relative;
}
.index2-2-ico{
	width: 80px;
	height: 72px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	margin:0 auto 12px;
	z-index: 50;
	position: relative;
}

.ddd1 .index2-2-ico{background-image: url(../images/index2-1.png);}
.ddd2 .index2-2-ico{background-image: url(../images/index2-2.png);}
.ddd3 .index2-2-ico{background-image: url(../images/index2-3.png);}

.index2-2-dl dd.ddd1{
/*	right: 0;
	top: 115px;
	top:50%;
	margin-top: -83px;*/
	    top: 30%;
    right: -10%;
}
.index2-2-dl dd.ddd2{
	/*left: 0;
	bottom: -25px;*/
	    bottom: -2%;
    left: 5%;
}
.index2-2-dl dd.ddd3{
	/*left: 0;
	top: -25px;*/
	    top: -8%;
    left: 10%;
}







	
.index2-2-dl dd>a:hover h1{color: #fff;transition: color .5s;}
.index2-2-dl dd>a:hover::before{
	opacity:1;
	transition: opacity.5s;
}
	
.index2-2-dl dd.ddd1>a:hover .index2-2-ico{background-image: url(../images/index2-1h.png);transition: background-image .5s;}
.index2-2-dl dd.ddd2>a:hover .index2-2-ico{background-image: url(../images/index2-2h.png);transition: background-image .5s;}
.index2-2-dl dd.ddd3>a:hover .index2-2-ico{background-image: url(../images/index2-3h.png);transition: background-image .5s;}



.index2-2-dl.cur1{
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.cur1 .ddd1{transform: matrix(1, 0, 0, 1, 0, 0);opacity: 0;visibility: hidden;}
/*.cur1 .ddd1{transform: matrix(1, 0, 0, 1, 0, 0);}*/
.cur1 .ddd2{transform: matrix(1, 0, 0, 1, 0, 0);}
.cur1 .ddd3{transform: matrix(1, 0, 0, 1, 0, 0);}

.index2-2-dl.cur2{
  transform: matrix(-0.5, -0.86602, 0.86602, -0.5, 0, 0);
}

.cur2 .ddd1{transform: matrix(-0.5, 0.86602, -0.86602, -0.5, 0, 0);}
.cur2 .ddd2{transform: matrix(-0.5, 0.86602, -0.86602, -0.5, 0, 0);opacity: 0;visibility: hidden;}
/*.cur2 .ddd2{transform: matrix(-0.5, 0.86602, -0.86602, -0.5, 0, 0);}*/
.cur2 .ddd3{transform: matrix(-0.5, 0.86602, -0.86602, -0.5, 0, 0);}
.index2-2-dl.cur3{
  transform: matrix3d(-0.435603, 0.900139, 0, 0, -0.900139, -0.435603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.cur3 .ddd1{transform: matrix3d(-0.435603, -0.900139, 0, 0, 0.900139, -0.435603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
.cur3 .ddd2{transform: matrix3d(-0.435603, -0.900139, 0, 0, 0.900139, -0.435603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
.cur3 .ddd3{transform: matrix3d(-0.435603, -0.900139, 0, 0, 0.900139, -0.435603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);opacity: 0;visibility: hidden;}
/*.cur3 .ddd3{transform: matrix3d(-0.435603, -0.900139, 0, 0, 0.900139, -0.435603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}*/
.index2-2-dlx{
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s;
}

.index2-2-dlx.cur{
	opacity: 1;
	visibility: visible;
}

.index2-2-dlx dl {
    margin: 0;
}

.index2-2-dlx {
  position: absolute;
  width: 166px;
  top: 50%;
  margin-top: -269px;
  left: -310px;
  z-index: 50;
}

.index2-2-dlx dd>a {
    display: block;
    height: 166px;
    border: 3px solid #f46823;
    border-radius: 50%;
    padding-top: 25px;
    position: relative;
}
.index2-2-dlx dd+dd{
	margin-top: 20px;
}
.index2-2-dlx dd>a::before {
    z-index: 10;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    background-color: #f46823;
    border-radius: 50%;
    opacity: 0;
}
.index2-2-dlx dd>a h1 {
    margin: 0;
    font-size: 18px;
    color: #f46823;
    text-align: center;
    font-weight: bold;
    z-index: 50;
    position: relative;
}

/*.index2-2-dlx dd>a:hover h1{color: #fff;transition: color .5s;}
.index2-2-dlx dd>a:hover::before{
	opacity:1;
	transition: opacity.5s;
}
	
.index2-2-dlx dd.ddd1>a:hover .index2-2-ico{background-image: url(../images/index2-1h.png);transition: background-image .5s;}
.index2-2-dlx dd.ddd2>a:hover .index2-2-ico{background-image: url(../images/index2-2h.png);transition: background-image .5s;}
.index2-2-dlx dd.ddd3>a:hover .index2-2-ico{background-image: url(../images/index2-3h.png);transition: background-image .5s;}*/



.index2-2-dlx dd.cur>a h1{color: #fff;transition: color .5s;}
.index2-2-dlx dd.cur>a::before{
	opacity:1;
	transition: opacity.5s;
}
	
.index2-2-dlx dd.ddd1.cur>a .index2-2-ico{background-image: url(../images/index2-1h.png);transition: background-image .5s;}
.index2-2-dlx dd.ddd2.cur>a .index2-2-ico{background-image: url(../images/index2-2h.png);transition: background-image .5s;}
.index2-2-dlx dd.ddd3.cur>a .index2-2-ico{background-image: url(../images/index2-3h.png);transition: background-image .5s;}


.dk{
	position: relative;
	z-index: 5;
}
.dk.cur{
	z-index: 55;
}
.dk-line{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
}

.dk img{
	display: block;
	width: 100%;
	-webkit-transform-origin: left center;
  transform-origin: left center;
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition: transform 1.5s,opacity 1.2s;
  opacity: 0.5;
}

.dk.cur img{
	transform: matrix(2, 0, 0, 2, 0, 0);
	opacity: 1;
}

.index2-2-con-wp{
	position: absolute;
	right: 0;
	left: 70px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}
.index2-2-con{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s;
}
.index2-2-con.cur{
	position: relative;
	opacity: 1;
	visibility: visible;
}

.index2-2-pic{
	width: 300px;
	margin-right: 40px;
}

.index2-2-pic .imgbox_a{
	border-radius: 50%;
	padding-bottom: 100%;
}

.index2-2-picbg{
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: .3s;
}
.index2-2-pic .imgbox_a:hover .index2-2-picbg{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.index2-2-content{
	overflow: hidden;
	padding-top: 50px;
}

.index2-2-h1{
	font-size: 22px;
	color: #f46823;
	font-weight: bold;
	line-height: 1.6;
}

.index2-2-content-con{
	padding-top: 5px;
}
.index2-2-content-con h1{
	margin:0;
	font-size: 17px;
	color: #333;
	font-weight: bold;
	margin:15px 0 10px;
}
.index2-2-content-con p{
	margin:0;
	font-size: 16px;
	color: #333;
}



.index3{
	margin-top: 80px;
}
.index3-div{
	height: 755px;
	width: 1599px;
	max-width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/index3-line-bg1a.png);
	margin-top: 25px;
}

.index3-list dl{
	margin:0;
	padding-top: 70px;
}
.index3-list dd{
	padding: 0 158px;
}
.index3-list dd .lj-more{
	margin-top: 25px;
}
.index3-list dd+dd{
	margin-top: 71px;
}
.index3-pic{
	width: 160px;
	border-radius: 50%;
	border:10px solid #e5e5e5;
}
.index3-pic.fr{
	margin-left: 97px;
}
.index3-pic.fl{
	margin-right: 97px;
}
.index3-pic .imgbox_a{
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.index3-con{
	width: 767px;

}

.index3-con h1{
	margin:0;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.index3-con h1 a:hover{
	color: #f46823;
}
.index3-con h2{
	margin:0;
	font-size: 16px;
	color: #666;
	margin:26px 0 18px;
}
.index3-con p{
	margin:0;
	font-size: 16px;
	color: #666;
	line-height: 2.4;
	height: 4.8em;
	overflow: hidden;
}
/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	position: relative;
	padding-top: 100px;

}

#footer .container{
	position: relative;
	z-index: 50;
}
#footer::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1334px;
	content:"";
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/footer-bg.png);
	z-index: 15;
}

.footer-1{
	position: relative;
	padding-left: 178px;
	height: 80px;
	z-index: 100;

}
.footer-1-title{
	position: absolute;
	width: 178px;
	left: 0;
	top: 0;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	color: #fff;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 3px center;
	background-image: url(../images/yq.png);
}
.footer-1-title::after{
	position: absolute;
	right: 0;
	top: 50%;
	height: 29px;
	width: 1px;
	right: 0;
	margin-top: -15px;
	content:"";
	background-image: url(../images/line1.png);
	background-repeat: no-repeat;
	background-position: center; 
}

.footer-1-dl dl{
	margin:0;
}

.footer-1-dl dd{
	float: left;
	width: 33.33333%;
	position: relative;
}

.foo1-sel{
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	color: #fff;
	position: relative;
	padding-left: 40px;
	cursor: pointer;
}

.foo1-sel::before{
	position: absolute;
	right: 50px;
	top: 50%;
	height: 7px;
	width: 14px;
	margin-top: -3px;
	content:"";
	background-image: url(../images/jiao1.png);
	background-repeat: no-repeat;
	background-position: center; 
}
.foo1-sel::after{
	position: absolute;
	right: 0;
	top: 50%;
	height: 29px;
	width: 1px;
	margin-top: -15px;
	content:"";
	background-image: url(../images/line1.png);
	background-repeat: no-repeat;
	background-position: center; 
}

.foo1-list{
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	background-color: #fff;
	/*background: rgba(255,255,255,0.3);*/
	/*backdrop-filter: blur(20px);*/
	display: none;
	max-height: 185px;
	overflow-y: auto;
}
.foo1-list ul{
	margin:0;
}

.foo1-list li>a{
	display: block;
	padding: 8px 12px;
	font-size: 15px;
	color: #333;
}
.foo1-list li>a:hover{
	background: #f1f1f1;
	color: #f46823;
}

.footer-2{
	border-top: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 50px 0 35px;
}


.foo2-1{
	width: 368px;
	margin-right: 90px;
}


.foo2-1-logo{
	width: 193px;
	margin-left: -25px;
	margin-top: -25px;
}

.foo2-1-logo a,.foo2-1-logo img{
	display: block;
	width: 100%;
}


.foo2-1-con h1{
	margin:0;
	font-size: 14px;
	color: #fff;
}


.foo2-1-con h2{
	margin:0;
	font-size: 36px;
	color: #fff;
	font-family: "Impact";
	margin-top: 15px;
}

.er-wp{
	margin-top: 22px;
}

.er{
	width: 96px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.er+.er{
	margin-left: 40px;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}


.foo2-2{
	width: 210px;
	border-left: 1px solid rgba(255,255,255,0.3);
	height: 255px;
	padding-left: 52px;
}

.foo2-2-a{
	font-size: 14px;
	color: #fff;
}
.foo2-2-a+.foo2-2-a{
	margin-top: 25px;
}
.foo2-2-a img{
	margin-top: -3px;
	margin-right: 12px;
}

.foo2-2-a a:hover{
	font-weight: bold;
}

.foo2-3{
	overflow: hidden;
}


.foo2-3 ul{
	margin:0;
}

.foo2-3 li{
	float: left;
}
.foo2-3 li+li{
	margin-left: 90px;
}
.foo2-3 li h1{
	margin:0;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}


.foo2-3 dl{
	margin:0;
	padding-top: 10px;
}

.foo2-3 dd{
	margin-top: 20px;
	font-size: 14px;
	color: #fff;
}
.foo2-3 dd a:hover{
	font-weight: bold;
}





.footer-3{
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	padding: 30px 0;
}
.footer-3 a:hover{
	font-weight: bold;
}

/**************************************************************/
/*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;

}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;

}
.nav-2>ul{
	margin:0;
	max-height: calc(100vh - 129px);
	overflow-y: auto;
}
.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:#333;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 17px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 200px;
   margin-left: 15px;
   margin-top: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;w
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;

}




/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/



.banner-2{
	height: 555px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 150;
}


.erji{
	padding: 75px 0 80px;
	/*min-height:780px;*/
	position: relative;
	z-index: 100;
}

.erji-title h1{
	margin:0;
	font-size: 40px;
	color: #333;
	font-weight: bold;
}
.erji-title h2{
	margin:0;
	font-size: 18px;
	color: #666;
	line-height: 1.5;
	margin-top: 20px;
}
.erji-title.ziBai h1{
	color: #fff;
}
.erji-title.ziBai h2{
	color: #fff;
	color: rgba(255,255,255,0.5);
}






.erji-menu{
	margin-top: 35px;
}
.erji-menu dl{
	margin:0;
	font-size: 0;
	text-align: center;
}

.erji-menu dd{
	display: inline-block;
}
.erji-menu dd+dd{
	margin-left: 15px;
}
.erji-menu dd>a{
	display: block;
	padding: 11px 22px;
	border-radius: 4px;
	background-color: #faf3f0;
	font-size: 18px;
	color: #666;
	transition: background-color .3s,color .3s;
}

.erji-menu dd.cur>a{
	background-color: #f46823;
	color: #fff!important;
}
.erji-menu dd>a:hover{
	color: #f46823;
}

.erji-div{
	margin-top: 40px;
}


.xinwen2 ul{
	margin:0;
	position: relative;
}
.xinwen2 ul::after{
	position: absolute;
	width: 1px;
	content:"";
	top: 0;
	bottom: 0;
	left: 268px;
	background-color: #bcbcbc;
}
.xinwen2 li{
	margin-top: 15px;
	padding-left: 100px;
}
.xinwen2 li:first-child{
	margin-top: 0px;
}
.xinwen2-date{
	width: 169px;
	text-align: center;
	height: 234px;
	padding-top: 80px;
	position: relative;
	z-index: 80;

}
.xinwen2-date::before{
	position: absolute;
	width: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content:"";
	/*background-image: url(../images/lanhua.jpg);
	background-repeat: no-repeat;
	background-position:right center;
	-webkit-background-size: cover;
	background-size: cover;*/
	background-color: #f46823;
	transition: .5s;
	z-index: 30;
}
.xinwen2-date::after{
	position: absolute;
	width:15px;
	height: 29px;
	margin-top: -15px;
	top: 50%;
	content:"";
	background-image: url(../images/jiao2.png);
	background-repeat: no-repeat;
	background-position:left center;
	-webkit-background-size: 100%;
	background-size: 100%;
	right: -14px;
	display: none;
	z-index: 30;
}
.linei{
	position: absolute;
	width: 45px;
	height: 1px;
	background-color:#bcbcbc;
	left: 100%;
	top: 50%;
}
.xinwen2-date h1{
	margin:0;
	font-size: 50px;
	font-weight: bold;color: #f46823;
	font-family: "Arial";
	line-height: 1;
	position: relative;
	transition: .3s;
	z-index: 40;
}
.xinwen2-date h2{
	position: relative;
	margin:0;
	font-size: 14px;
	color: #f46823;
	font-family: "Arial";
	line-height: 1;
	margin-top: 6px;
	z-index: 40;
	transition: .3s;
}
.xinwen2-div{
	width: 1200px;
	padding: 20px 15px 20px 40px;
	position: relative;
}
.xinwen2-div::after{
	position: absolute;
	background-color: #f6f6f6;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	content:"";
	z-index: 40;
	transition: .3s;
}
.xinwen2-con{
	position: relative;
	z-index: 50;
}
.xinwen2-pic{
	width: 292px;
	margin-left: 30px;
}
.xinwen2-pic .imgbox_a{
	padding-bottom: 66.44%;
}
.xinwen2-con-nei{
	overflow: hidden;
	padding-top: 10px;
}
.xinwen2-con-nei h1{
	margin:0;
	font-size: 22px;
	font-weight: bold;
	color: #666;
}
.xinwen2-con-nei h2{
	margin:0;
	font-size: 13px;
	color: #999;
	margin:20px 0 13px;
}
.xinwen2-con-nei h2 img{
	margin-top: -3px;
	margin-right: 5px;
}
.xinwen2-con-nei p{
	margin:0;
	font-size: 14px;
	
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}
.xinwen2 li:hover .xinwen2-date h1,
.xinwen2 li:hover .xinwen2-date h2{color: #fff;}
.xinwen2 li:hover .xinwen2-date::before{
	width: 500px;
}
.xinwen2 li:hover .xinwen2-date::after{
	display: block;
}
.xinwen2 li:hover .linei{background-color:#f46823; }
.xinwen2 li:hover .xinwen2-div::after{
	left: -131px;
	right: -350px;
}
.xinwen2 li:hover .xinwen2-con-nei h1,
.xinwen2 li:hover .xinwen2-con-nei p{color: #f46823;}










.fenye{
	text-align: center;
	margin-top: 70px;
}

.fenye ul{
	margin:0;
}


.chixu{
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/chixu-bg1.png);
}


.chixu-pic{
	width: 666px;
	position: relative;
	height: 466px;
}

.chixu-pic-bg{
	position: absolute;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.chixu-pic.fr{
	margin-left: 60px;
}
.chixu-pic.fr .chixu-pic-bg{
	left: 0;
	right: calc((100vw - 1600px) / 2 * -1);

}
.chixu-pic.fl{
	margin-right: 60px;
}

.chixu-pic.fl .chixu-pic-bg{
	right: 0;
	left: calc((100vw - 1600px) / 2 * -1);
	
}





.chixu-con{
	overflow: hidden;
}

.chixu-h1{
	font-size: 40px;
	color: #333;
	padding-bottom: 45px;
}

.chixu-h2{
	font-size: 20px;
	color: #f46823;
	font-weight: bold;
	padding-bottom: 15px;
}
.chixu-p{
	font-size: 20px;
	color: #333;
}
.chixu-p p{margin:0;text-indent: 2em;line-height: 2.4;}
.chixu-p img{display: block;margin:10px auto;}


.chixux-div .chixu-con:first-child{
	padding-top: 0px!important;
}





.chixu-item2 .chixu-con{
	padding-top: 270px;
}
.chixu-item2{
	position: relative;
	top: -115px;
}



.chixu-item3 .chixu-con{
	padding-top: 20px;
}
.chixu-item3{
	position: relative;
	top: -35px;
}

.chixu2-1-left{
	width: 480px;
	margin-right: 90px;
}

.chixu2-1-right{
	overflow: hidden;
}

.chixu2-1-right .chixu-p p{
	text-indent: 0
}

.chixu-item5{
	margin-top: 90px;
}

.chixu2-pic.fl{
	margin-left: calc((100vw - 1600px) / 2 * -1);
	margin-right: 60px;
}
.chixu2-pic.fr{
	margin-right: calc((100vw - 1600px) / 2 * -1);
	margin-left: 60px;
}

.chixu-item6-dl dl{
	margin:0;
	margin-left: -3%;
}

.chixu-item6-dl dd{
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-top: 3%;
}

.chixu-item6-dl dd .imgbox_a{
	padding-bottom: 
}



.pro-fllist ul{
	margin:0;
}

.pro-fllist li{
	float: left;
	width: 33.33333%;
	height: 282px;
	background-image: linear-gradient(to right, #faf3f0 , #efdfd9);
	padding: 40px 15px 0 40px;
	position: relative;
}

.pro-fllist li h1{
	margin:0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	position: relative;
	z-index: 50;
}

.pro-fllist dl{
	margin:0;
	padding-top: 12px;
	position: relative;
	z-index: 50;
}

.pro-fllist dd{
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	margin-top: 18px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0 3px;
	background-image: url(../images/line2.png);
}

.pro-fllist li::before{
	position: absolute;
	width: 128px;
	height: 81px;
	content:"";
	background-repeat: no-repeat;
	background-position: center;
	right: 50px;
	bottom:25px;
	z-index: 15;
}

.pro-fllist li:nth-child(1)::before{background-image: url(../images/profl-ico1.png);}
.pro-fllist li:nth-child(2)::before{background-image: url(../images/profl-ico2.png);}
.pro-fllist li:nth-child(3)::before{background-image: url(../images/profl-ico3.png);}

.pro-form{
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	margin-top: 35px;
}


.pro-menu{
	width: 212px;
}

.pro-menu dl{
	margin:0;
}

.pro-menu dd{
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color: #999;
	background-color: #faf3f0;
	padding-left: 111px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 49px center;
	transition: .3s;
}
.pro-menu dd:hover{
	color: #f46823;
}
.pro-menu dd.cur{
	background-color: #f46823;
	color: #fff!important;
}

.pro-menu dd:nth-child(1){background-image: url(../images/pro-dd1.png);}
.pro-menu dd:nth-child(2){background-image: url(../images/pro-dd2.png);}

.pro-menu dd.cur:nth-child(1){background-image: url(../images/pro-dd1h.png);}
.pro-menu dd.cur:nth-child(2){background-image: url(../images/pro-dd2h.png);}


.pro-form-con{
	overflow: hidden;
	padding: 15px 20px 0;
}

.pro-form-dl dl{
	margin:0;
	margin-left: -1%;

}
.pro-form-dl dd{
	float: left;
	width: 32.33333%;
	margin-left: 1%;
	margin-bottom: 1%;
}

.pro-form-dl dd .form-control{
	height: 47px;
}

.pro-form-dl dd.langdd{
	width: 99%;
	padding-right: 215px;
	position: relative;
}

button.tjbtn:focus{
	outline: none;
}
button.tjbtn{
	position: absolute;
	right: 0;
	top: 0;
	height: 47px;
	border:0;
	width: 200px;
	background-color: #f46823;
	border:0;
	font-size: 16px;
	color: #fff;
	border-radius: 4px;
}
button.tjbtn:hover{
	font-weight: bold;
}
button.tjbtn img{
	margin-top: -3px;
	margin-right: 10px;
}
.pro-list dl{
	margin:0;
	margin-left: -3%;
}

.pro-list dd{
	float: left;
	width: 30.3333333%;
	margin-left: 3%;
	margin-top: 3%;
}







.product-item{
	/* height: 600px; */
	display:block;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	padding: 40px 32px;
}

.product-item>h1{
	margin:0;
	font-size: 16px;
	color:rgba(0,0,0,0.65);
}
.product-item>h2{
	margin:0;
	font-size: 26px;
	font-weight: bold;
	color:rgba(0,0,0,0.87);
	margin-top: 20px;
}

.product-pic{
	margin-top: 16px;
	position: relative;
}

.product-pic .imgbox_a{
	padding-bottom: 70%;
}

.pro-pp p{margin:0;}
.pro-pp{
	font-size: 16px;
	color: #999;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin-top: 15px;
}

.product-zx-wp{
	position: absolute;
	z-index: 15;
	background-color: #faf3f0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.product-zx-wp.cur{
	opacity: 1;
	visibility: visible;
}
.product-zx{
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	padding: 0 50px;
}
.product-zx-item+.product-zx-item{
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #e2e2e2;
}
.product-zx-item h1{
	margin:0;
	font-size: 18px;
	color:#333;
	padding-bottom: 15px;
}
.product-zx-item h2{
	margin:0;
	font-size: 18px;
	color:#333;
	line-height: 1;
}

.product-er{
	width: 115px;
	margin:0 auto;
}

.product-span{
	margin-top: 20px;
}
.product-span-item{
	width: 45.6%;
	height: 47px;
	line-height: 45px;
	/* border:1px solid #1485ee; */
	border:1px solid #999999;
	position: relative;
	font-size: 16px;
	color:#666;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	transition: border-color .3s;
}

.product-span-item::before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #f46823;
	content:"";
	z-index: 1;
	transition: width .3s;
	width: 0;
}
.product-span-item span{
	position: relative;
	z-index: 3;
	transition: color .3s;
}
.product-span-item:hover{
	border-color:#f46823;
}
.product-span-item:hover::before{
	width: 100%;
}
.product-span-item:hover span{
	color: #fff;
}



.rencai1{
	margin-top: 65px;
	background-image: url(../images/rencai1-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 110px 0;
	min-height: 593px;
}

.rencai1-div{
	width: 800px;
}

.rencai1-div .chixu-h2{color: #fff;}
.rencai1-div .chixu-p{color: #fff;}

.rencai2{
	padding: 110px 0 0px;
}

.rencai2 .erji-title h1{
	font-weight: normal;
}
.rencai2-dl{
	margin-top: 90px;
}
.rencai2-dl dl{
	margin:0;
	text-align: center;
}

.rencai2-dl dd{
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	color: #333;
	width: 120px;
	position: relative;
}
.rencai2-dl dd+dd{
	margin-left: 210px;
}

.rencai2-dl dd+dd::before{
	position: absolute;
	width: 166px;
	height: 150px;
	content:"";
	background-image: url(../images/rencai2-ico0.png);
	background-repeat: no-repeat;
	background-position: center;
	top: -30px;
	left: -210px;
}






.rencai2-dl dd img{
	display: block;
	margin:0 auto 30px;
	width: 106px;
}



.zhaopin-table{
	margin:0!important;
}
.zhaopin-table table.table{
	margin:0;
	text-align: center;
  border-bottom: 1px solid #ddd;
}
.zhaopin-table table.table tr th{
	background-color: #f46823;
	font-size: 14px;
	color: #fff;
	height: 68px;
	vertical-align: middle;
	text-align: center;
	border-color:#f46823;
	font-weight: normal;
}
.zhaopin-table table.table tr th span{
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 10px;
}
.zhaopin-table table.table tr th:first-child{
	text-align: left;
	padding-left: 80px;
}
.zhaopin-table table.table tr th span{
	font-size: 12px;
	padding-left: 5px;
}
.zhaopin-table table.table tr td{

	border-color: #e1e1e1;
	vertical-align: middle;
}
.zhaopin-table table.table tr td i
{font-style: normal;font-size: 18px;color: #333;
}
.zhaopin-table table.table tr.tr11 td{
	font-size: 14px;
	color: #666;
	height: 68px;
}
.zhaopin-table table.table tr.tr11 td:first-child{
	font-size: 18px;
	padding-left: 80px;
	text-align: left;
}
.zhaopin-table table.table tr.tr22 td{
	padding: 0;
}
.zhaopin-con{
	padding: 35px;
	font-size: 16px;
	color: #666;
	line-height: 2;
	text-align: left;
	display: none;
	white-space: normal;
}
.jjw{
	cursor: pointer;
}
.jjw:hover{
	color: #f46823;
}
.tan_aaa-wp{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1998;
	display: none;
}
.tan_aaa-box{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 500;
}
.tan_aaa-hei{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
	background-color: rgba(0,0,0,0.5);
}
.tan_aaa-div{
	position: absolute;
	width: 900px;
	height: 600px;
	background-color: #fff;
	z-index: 200;
	margin-left: -450px;
	left: 50%;
	margin-top: -300px;
	top: 50%;
	padding: 60px 30px 30px;
}
 .close_btn{position:absolute;width:50px;height:50px;right:10px;top:10px;text-align:center;line-height:50px;display:block;margin-bottom:1px;cursor:pointer;overflow:hidden;background-color: #f46823;}
 .close_btn:hover{background:#f46823;}
 .close_btn:after, .close_btn:before{content:''; position:absolute; width:60%; height:1px;background:#fff; display:block; left:50%; margin-left:-30%;-webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
 .close_btn:before{bottom:50%; transform:rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}
 .close_btn:after{top: 50%; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg);}
 .close_btn:hover:after{top:24%;-moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); -webkit-transform:rotate(0deg); transform:rotate(0deg)}
 .close_btn:hover:before{bottom:24%;-moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); -webkit-transform:rotate(0deg); transform:rotate(0deg)}
 .close_btn:hover i{opacity:1;visibility:visible;}
 .close_btn i{font-style:normal;
 	opacity:0;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;visibility:hidden;color:#fff;font-size: 12px;}
.tan_aaa-div-h1{
	font-size: 26px;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 40px;
}
.tan_aaa-dl{
	background-color:#efefef;
	margin-top:  30px;
	padding: 30px 40px;
}
.tan_aaa-dl dl{
	margin:0;
	margin-left: -3%;
}
.tan_aaa-dl dd{
	float: left;
	width: 30.33333%;
	margin-left: 3%;
}
.tan_aaa-dl dd h1{
	margin:0;
	font-size: 14px;
	color: #666;
}
.tan_aaa-dl dd h2{
	margin:0;
	font-size: 25px;
	color: #333;
	margin-top: 10px;
}
.tan_aaa-wen-wp{
	padding: 40px;
	padding-right: 20px;
}
.tan_aaa-wen{
	font-size: 16px;
	color: #666;
	line-height: 2.4;
	height:14.4em ;
	overflow-y: auto;
	padding-right: 20px;
}

.tan_aaa-wen::-webkit-scrollbar {
    width: 6px;
}
.tan_aaa-wen::-webkit-scrollbar-thumb {
    width: 6px;
    height: 36px;
    border-radius: 6px;
    background-color: #f46823;
}
.tan_aaa-wen::-webkit-scrollbar-track {
    width: 6px;
    border-radius:6px;
}

.contact{
}

.map-wp{
	width: 1062px;
	height: 626px;
}

.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.contact-con{
	overflow: hidden;
	padding: 40px 15px 0 45px;
	background-color: #f46823;
	height: 626px;
}

.contact-h1{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.contact-con-p p{
	margin:0;
}

.contact-con-p{
	font-size: 18px;
	color: #fff;
	line-height: 1.8;
	padding-top: 20px;
}

.contact-con-p p+p{
	margin-top:7px; 
}

.contact-con .er-wp {
    margin-top: 40px;
}


.banner-2-about{
	height: 907px;
}

.about{
	background-repeat: no-repeat;
	background-position: center 0;
	background-image: url(../images/about-bg.png);
	margin-top: -156px;
	position: relative;
	z-index: 250;
	padding-top: 275px;
	    overflow: hidden;
}
.about>.container{
	position: relative;
	z-index: 400;
	min-height: 3400px;
}
.about1{
	width: 50%;
}

.about1-con h1{
	margin:0;
	font-size: 24px;
	color: #f46823;
	font-weight: bold;
}

.about1-con h2{
	margin:0;
	font-size: 40px;
	color: #333;
	font-weight: bold;
	margin: 30px 0 25px;
}

.about1-con p{
	margin:0;
	font-size: 18px;
	color: #666;
	line-height: 2;
	height: 6em;
	overflow: hidden;
}

.about1-dl dl{
	margin:0;
}

.about1-dl dd{
	float: left;
	width: 25%;
	text-align: center;
	margin-top: 70px;
}

.about1-dl dd h1{
	margin:0;
	font-size: 14px;
	color: #666;

}

.about1-dl dd h1 span{
	font-size: 40px;
	color: #f46823;
	font-family: "Impact";
	padding-right: 8px;
}

.about1-dl dd h2{
	margin:0;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}

.lj-more{
	margin-top: 90px;
	display: block;
	width: 260px;
	height: 60px;
	line-height: 58px;
	/* border:1px solid #1485ee; */
	border:1px solid rgba(51,51,51,0.2);
	position: relative;
	font-size: 16px;
	color:#333;
	overflow: hidden;
	cursor: pointer;
	padding-left: 30px;
/*	transition: border-color .3s;*/
}
.lj-more::before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #f46823;
	content:"";
	z-index: 1;
	transition: width .3s;
	width: 0;
}
.lj-more::after{
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 22px;
	content:"";
	z-index: 3;
	transition: width .3s;
	width: 48px;
	height: 10px;
	background-image: url(../images/jt1.png);
	background-repeat: no-repeat;
	background-position: right center;
	transition: background-image .3s;
}
.lj-more span{
	position: relative;
	z-index: 3;
	transition: color .3s;
}
.lj-more:hover{
	/*border-color:#f46823;*/
}
.lj-more:hover::before{
	width: 100%;
}
.lj-more:hover::after{
	background-image: url(../images/jt1h.png);
}
.lj-more:hover span{
	color: #fff;
}

.about2{
	margin-top: 200px;
}

.about2-img{
	margin-top: 60px;
}

.about2-img img{
	display: block;
	margin:0 auto;
}

.about3{
	margin-top: 270px;
	max-width: 1200px;
}

.about3-div{
	margin-top: 90px;
}

.about3-list::before{
	position: absolute;
	width: 100%;
	height:1px;
	content:"";
	left: 0%;
	bottom: 54px;
	background-color: #c9c9c9;
}

.about3-item{
	padding-bottom: 80px;
	position: relative;
}
.about3-item::before{
	position: absolute;
	width: 10px;
	height:10px;
	content:"";
	left: 50%;
	margin-left: -5px;
	bottom: 50px;
	z-index: 50;
	border-radius: 50%;
	background-color: #cccccc;
}
.about3-item::after{
	position: absolute;
	width: 40px;
	height: 40px;
	content:"";
	left: 50%;
	margin-left: -20px;
	bottom: 0;
	z-index: 50;
	background-image:url(../images/about3-ico.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.about3-pic .imgbox_a{
	padding-bottom: 68.5225%;
}


.about3-pic{
  transform: scale(0.7);
  opacity: 0.5;
  transition: .5s;
}


.about3-con{
	margin-top: 40px;
	position: relative;
	text-align: center;
	padding: 15px 0;
}

.about3-con h1{
	margin:0;
	font-size: 18px;
	color: #f46823;
	font-weight: bold;
	line-height: 1;
}

.about3-con h2{
	margin:0;
	font-size: 14px;
	line-height: 1;
	color: #666;
	margin-top: 13px;
}

.about3-con::before{
	position: absolute;
	left: 100px;
	width: 54px;
	top: 0;
	height: 75px;
	background-image: url(../images/hleft.png);
	background-repeat: no-repeat;
	background-position: center;
	content:"";
}
.about3-con::after{
	position: absolute;
	right: 100px;
	width: 54px;
	top: 0;
	height: 75px;
	background-image: url(../images/hright.png);
	background-repeat: no-repeat;
	background-position: center;
	content:"";
}


.about3-list .owl-nav button.owl-prev{
  position: absolute;
  left:0px;
  bottom: 46px;
  width: 11px;
  height: 17px;
  background-image: url(../images/left.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;
  font-size: 0;
  z-index: 50;
  background-size: 100%;
}

.about3-list .owl-nav button.owl-next{
  position: absolute;
  right:0px;
  bottom: 46px;
  width: 11px;
  height: 17px;
  background-image: url(../images/right.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;font-size: 0;
  z-index: 50;
  background-size: 100%;
}

.about3-list.owl-carousel .owl-dots.disabled, .about3-list.owl-carousel .owl-nav.disabled {
    display: block;
}










.center .about3-pic{
  transform: scale(1);
  opacity: 1;
}


.center .about3-item::before{
	background-color: #f46823;
}
.center .about3-item::after{
	background-image: url(../images/about3-icoh.png);
}

.about4{
	margin-top: 240px;
}

.about4-div{
	margin-top: 80px;
	position: relative;
}
.about4-div::before{
	position: absolute;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
	height: 43px;
	top: 50%;
	margin-top: -21px;
	content:"";
	background-repeat: repeat-x;
	background-position: center;
	background-image: url(../images/lu.png);
	z-index: 10;
}
.about4-list{
	z-index: 100;
}

.about4-item{
	padding-left: 48px;
	position: relative;
}

.about4-item h1{
	margin:0;
	font-size: 14px;
	color: #666;
}

.about4-item h1 span{
	font-size: 36px;
	color: #f46823;
	font-family: "Impact";
	padding-right: 5px;
}

.about4-p{
	font-size: 14px;
	color: #666;
	line-height: 2.2;
	height: 11em;
	overflow-y: auto;
	margin-top: 10px;
	padding-right: 12px;
}

.about4-p::-webkit-scrollbar {
    width: 5px;
}
.about4-p::-webkit-scrollbar-thumb {
    width: 5px;
    height: 36px;
    background-color: #f46823;
}
.about4-p::-webkit-scrollbar-track {
    width: 5px;
}

.about4-p p{
	margin:0;
}


.about4-item1{
	padding-top: 15px;
	padding-bottom: 90px;
}

.about4-item1::before{
	position: absolute;
	width: 47px;
	height: 47px;
	background-image: url(../images/about4-ico1.png);
	background-size: 100%;
	content:"";
	left: 0;
	bottom: 0;
}
.about4-item1::after{
	position: absolute;
	width: 7px;
	top: 0;
	bottom: 47px;
	background-image: url(../images/bb1.png);
	background-repeat: no-repeat;
	background-position: center 0;
	content:"";
	left: 20px;
}





.about4-item2{
	padding-top: 90px;
	padding-bottom: 15px;
	margin-top: 260px;
}


.about4-item2::before{
	position: absolute;
	width: 47px;
	height: 47px;
	background-image: url(../images/about4-ico1.png);
	background-size: 100%;
	content:"";
	left: 0;
	top: 0;
}
.about4-item2::after{
	position: absolute;
	width: 7px;
	top: 47px;
	bottom: 0;
	background-image: url(../images/bb2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	content:"";
	left: 20px;
}


.about4-list .owl-nav button.owl-prev{
    position: absolute;
    left:-75px;
    top: 50%;
    margin-top: -110px;
    width: 55px;
    height: 55px;
    background-image: url(../images/left2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    background-size: 100%;
}

.about4-list .owl-nav button.owl-next{
    position: absolute;
    right:-75px;
    top: 50%;
    margin-top: 55px;
    width: 55px;
    height: 55px;
    background-image: url(../images/right2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    background-size: 100%;
}


.wenhua1-1-dl dl{
	margin:0;
	margin-left: -1%;
}

.wenhua1-1-dl dd{
	float: left;
	width: 32.3333%;
	margin-left: 1%;
	margin-bottom: 1%;
	position: relative;
	height: 425px;
	padding: 75px 60px 0;
}
.wenhua1-1-dl dd.langDD{
	width: 65.6666%;
}
.wenhua1-1-dl dd::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-repeat: repeat-y;
	background-position: left top;
	content:"";
	z-index: 15;
	background-image: url(../images/wenhua1-hei.png);
}
.wenhua1-1-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.wenhua1-1-h1{
	position: relative;
	z-index: 50;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
}

.wenhua1-1-p-wp{
	position: relative;
	z-index: 50;
	margin-top: 215px;
}

.wenhua1-1-p{
	font-size: 18px;
	color: #fff;
	line-height: 2;
}

.wenhua1-1-p p{
	margin:0;
}
.wenhua1-1-dl dd.langDD .wenhua1-1-p-wp{
	margin-top: 183px;
}
.wenhua1-1-dl dd.langDD .wenhua1-1-p{
	width: 47.5%;
	float: left;
}
.wenhua1-1-dl dd.langDD .wenhua1-1-p+.wenhua1-1-p{
	float: right;
}

.wenhua1-2{
	margin-top: 70px;
}

.wenhua-title h1{
	margin:0;
	font-size: 30px;
	color: #333;
	font-weight: bold;
}
.wenhua1-2-dl{
	padding: 0 15px;
}
.wenhua1-2-dl dl{
	margin:0;
	margin-left: -4%;
}

.wenhua1-2-dl dd{
	float: left;
	width: 29.3333%;
	margin-left: 4%;
	margin-top: 25px;
}

.wenhua1-2-dl dd> img{
	display: block;
	width: 93px;
	margin:0 auto;
}

.wenhua1-2-con{
	background-color: rgba(255,255,255,0.5);
	border-radius: 20px;
	padding: 40px 40px 60px;
	text-align: center;
	box-shadow: 0 0 49px 1px rgba(0,0,0,0.1);
	margin-top: 35px;
	position: relative;
}

.wenhua1-2-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.wenhua1-2-p{
	font-size: 18px;
	color: #666;
	line-height: 2;
	min-height: 10em;
	text-align: left;
	margin-top: 20px;
	position: relative;
	z-index: 25;
}

.wenhua1-2-p p{
	margin:0;
}

.wenhua1-2-num{
	position: absolute;
	right: 30px;
	z-index: 5;
	bottom: 0;
	font-size: 100px;
	line-height: 1;
	opacity: 0.05;
	color: #333;
	font-weight: bold;
}
.wenhua2{
	position: relative;
	padding: 30px 0 240px;
}
.wenhua2-img img{
	display: block;
	margin:0 auto;
}


.wenhua2-div{
	position: relative;
	font-size: 0;
	text-align: center;
}
.wenhua2-div::before{
	position: absolute;
	height: 1px;
	left: 330px;
	right: 330px;
	top:119px;
	background-color: #c9c9c9;
	content:"";
	z-index: 15;
	display: none;
}

.wenhua2-item{
	position: relative;
	display: inline-block;
	vertical-align: top;
	z-index: 50;
}
/*.wenhua2-item+.wenhua2-item{
	margin-left: 150px;
}*/


.wenhua2-item img{
	display: block;
	margin:0 auto;
}

.wenhua2-item h1{
	margin:0;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin:30px 0 15px;
	position: relative;
}
.wenhua2-item h1::before{
	position: absolute;
	width: 10px;
	height: 10px;
	left: 50%;
	margin-left: -5px;
	top: -45px;
	border-radius: 50%;
	background-color: #f46823;
	content:"";
	display: none;
}
.wenhua2-p {
	font-size: 16px;
	color: #666;
	line-height: 2;
}
.wenhua2-p p{
	margin:0;
}

.wenhua2-item1{
	left: 240px;
	top: 97px;
}

.wenhua2-item2{
	right: 216px;
	top:57px;
}

.wenhua2-item3{
	right: 130px;
	top:270px;
}

.wenhua3-div{
	min-height: 435px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/wenhua3-bg.png);
	margin:30px 0 250px;
	padding-top: 105px;
}

.wenhua3-left,.wenhua3-right{
	width: 758px;
}

.wenhua3-h1{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	width: 100px;
	text-align: center;
	white-space: nowrap;
	margin-top: 95px;
}

.wenhua3-h1.fl{
	margin-right: 70px;
	color: #fff;
}
.wenhua3-h1.fr{
	margin-left: 77px;
}
.wenhua3-dl{
	overflow: hidden;
}

.wenhua3-dl dl{
	margin:0;
}

.wenhua3-dl dd{
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	background-image: url(../images/dd.png);
	background-repeat: no-repeat;
}
.wenhua3-dl dd+dd{
	margin-top: 20px;
}
.fl .wenhua3-dl dd{
	text-align: right;
	padding-right: 75px;
	background-position: right 10px;
}

.fr .wenhua3-dl dd{
	text-align: left;
	padding-left: 75px;
	background-position: left 10px;
}

.zhil{
	font-size: 20px;
	color: #333;
	line-height: 2.4;
}

.zhil img{
	display: block;
	margin:0 auto;
}

.wenhua1-3{
	padding-top: 90px;
	height: 632px;
	background-repeat: no-repeat;
	background-position: 100px 0;
	background-image: url(../images/wenhua1-3-bg.png);
}

.wenhua1-3-div{
	position: relative;
}

.wenhua1-3-div .wenhua-title{
	position: absolute;
	left: 0;
	top: 0;
}

.wenhua1-3-dl dl{
	margin:0;
}

.wenhua1-3-dl dd{
	padding-left: 75px;
	min-height: 86px;
}
.wenhua1-3-dl dd:first-child{
	padding-left: 395px;
}
.wenhua1-3-dl dd:first-child+dd{
	padding-left: 200px;
}
.wenhua1-3-dl dd+dd{
	margin-top: 35px;
}

.wenhua1-3-num{
	width: 245px;
	height: 86px;
	line-height: 80px;
	font-size: 48px;
	color: #f46823;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 29px;
	margin-right: 43px;
}

.wenhua1-3-con{
	overflow: hidden;
}

.wenhua1-3-con h1{
	margin:0;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	height:42px;
	line-height: 42px;
	border-radius: 42px;
	background-color: #f46823;
	width: 117px;
}

.wenhua1-3-p{
	font-size: 18px;
	color: #666;
	line-height: 2;
	margin-top: 15px;
	max-width: 835px;
}
.wenhua3-img{
	max-width: 49%;
}

.wenhua3-img img{
	display: block;
}

.wenhua3-div-gai{
	margin-top: 50px;
}


.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;
}

.bsBox,.bsBox *,#bsPanelHolder,#bsPanelHolder * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.danpian-con {
    font-size: 14px;
    line-height: 2;
    padding: 20px 0 20px;
}

.danpian-con * {
    line-height: 2!important;
}
.danpian-con.cur1 *{font-size: 20px!important;}
.danpian-con.cur2 *{font-size: 18px!important;}
.danpian-con.cur3 *{font-size: 16px!important;}

.danpian-con img {
    display: block;
    margin: 15px auto;
}

.danpian-con img[src*="fileTypeImages/icon"] {
    display: inline-block;
    margin: 0;
}

.dan-page {
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.dan-a {
    margin-top: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 45%;
}

.dan-a a {
    font-size: 16px;
    color: #333;
}

.dan-a a:hover {
    color: #0053d9;
}
/*.pro-fllist li:nth-child(2)  dl{*/
/*    margin-left: -2%;*/
/*}*/
/*.pro-fllist li:nth-child(2)  dd{*/
/*    float: left;*/
/*    width: 48%;*/
/*    margin-left: 2%;*/
/*}*/


.danpian1{
	padding-bottom: 25px;
	border-bottom:1px solid #dcdde2;
	margin-bottom: 35px;
}

.dan-mian{
	font-size: 16px;
	color: #333;
}
.dan-mian a:hover,
.dan-mian span{
	color: #f46823;
}

.dan-zh{
	font-size: 16px;
	color: #333;
}

.dan-zh span{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	margin-left: 10px;
}
#dan-span1{background-image: url(../images/z1.png);}
#dan-span2{background-image: url(../images/z2.png);}
#dan-span3{background-image: url(../images/z3.png);}


#dan-span1.cur{background-image: url(../images/z1h.png);}
#dan-span2.cur{background-image: url(../images/z2h.png);}
#dan-span3.cur{background-image: url(../images/z3h.png);}


.shipin_pic .imgbox_a{
	padding-bottom: 56.25%;
}

.shipin_pic .imgbox_a::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background-color: #000;
	opacity: 0.5;
	content:"";
}


.shipin_pic .imgbox_a::after{
	position: absolute;
	width: 70px;
	height: 70px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 20;
	content:"";
	background-image: url(../images/bo2.png);
	background-size: 100%;
}



.shipin-list{
	overflow: hidden;
}
.shipin-list dl{
	margin:0;
	margin-left: -3%;
	margin-top: -3%;
}

.shipin-list dd{
	float: left;
	width: 30.33333%;
	margin-left: 3%;
	margin-top: 3%;
}

.shipin-h1{
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-top: 15px;
}

.shipin-list dd:hover .shipin-h1{
	color: #f46823;
}


.wenhua22{
	height: 414px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/wenhua22-bg.png);
	position: relative;
}

.wenhua22-1{
	position: absolute;
	left: 250px;
	top: 115px;
	display: block;
}

.wenhua22-2{
	position: absolute;
	right: 215px;
	top: 26px;
	display: block;
}

.wenhua22-3{
	position: absolute;
	right: 150px;
	top: 249px;
	display: block;
}
.pro-fllist dd a:hover{
	color: #f46823;
}

.pro-fllist dd.cur{
	font-weight: bold;
	color:#f46823;
}

.rongyuList{
	overflow: hidden;
}
.rongyuList dl{
	margin:0;
	margin-left: -2%;
	margin-top: -2%
}
.rongyuList dd{
	float: left;
	width: 23%;
	margin-left: 2%;
	margin-top: 2%
}
.rongyuItem .about3-pic{
	transform: scale(1);
    opacity: 1;
}

.rongyuItem-h1{
	font-size: 16px;
	text-align: center;
	color: #333;
	margin-top: 15px;
}


.prox-menu1-item{
	display: block;
	float: left;
}

.prox-menu1-item1{
	width: 173px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/prox1-1.png);
	transition: ackground-image .3s;
}
.prox-menu1-item1:hover,.prox-menu1-item1.cur{
	background-image: url(../images/prox1-1h.png);

}

.prox-menu1-item2{
	width:274px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/prox1-2.png);
	transition: background-image .3s;
	margin-left: 60px;
}

.prox-menu1-item2:hover,.prox-menu1-item2.cur{
	background-image: url(../images/prox1-2h.png);

}

.prox-menu1-item3{
	width:324px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/prox1-3.png);
	transition: background-image .3s;
	margin-left: 60px;
}

.prox-menu1-item3:hover,.prox-menu1-item3.cur{
	background-image: url(../images/prox1-3h.png);

}

.prox-menu2{
	border-bottom: 1px solid #ddd;
	margin-top: 15px;
}
.prox-menu2 dl{
	margin:0;
}

.prox-menu2 dd{
	float: left;
	position: relative;
}
.prox-menu2 dd+dd{
	padding-left: 70px;

}
.prox-menu2 dd+dd::before{
	width: 1px;
	content:"";
	background-color: #ddd;
	left: 34px;
	height: 20px;
	margin-top: -10px;
	top: 50%;
	position: absolute;
}

.prox-menu2 dd>a{
	display: block;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	color: #333;
	position: relative;
	transition:color .5s;
}

.prox-menu2 dd>a::after{
	position: absolute;
	width: 0%;
	left: 50%;
	height: 3px;
	content:"";
	background-color: #f46823;
	bottom: 0;
	transition: width .5s,left .5s;
}
.prox-menu2 dd.cur>a,.prox-menu2 dd>a:hover{
	color: #f46823;
}
.prox-menu2 dd.cur>a::after,.prox-menu2 dd>a:hover::after{
	left: 0;
	width: 100%;
}


.shouhou{
	background-image: url(../images/shouhou-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.shouhou-item{
	float: left;
	width: 25%;
	height: 695px;
	padding: 340px 50px 0;
	text-align: center;
	position: relative;
	/*cursor: pointer;*/
}
.shouhou-item::before{
	z-index: 5;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #000;
	opacity: 0.3;
	content:"";
	transition: opacity .5s;
	
}
.shouhou-item+.shouhou-item{
	border-left: 1px solid rgba(255,255,255,0.3);
}

.shouhou-ico{
	width: 65px;
	margin:0 auto;
	position: relative;
	z-index: 15;
}

.shouhou-ico img{
	display: block;
	width: 100%;
	opacity: 1;
	transition: opacity .5s;
}

.shouhou-ico img.imgCur{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 15;
}

.shouhou-item h1{
	margin:0;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin:25px 0 20px;
	position: relative;
	z-index: 15;
}
.shouhou-item p{
	margin:0;
	font-size: 16px;
	color: #fff;
	line-height: 2.2;
	position: relative;
	z-index: 15;
}

.shouhou-item:hover .shouhou-ico img{opacity: 0;}
.shouhou-item:hover .shouhou-ico img.imgCur{opacity: 1;}
.shouhou-item:hover::before{opacity: 0;}