/**************************************/
/*************[公用start]**************/
/**************************************/
/*百度百科變灰*/


/*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)
}
*/


/*百度百科變灰*/
body{
	overflow-x: hidden;
	overflow-y: auto;
}
body.cur{
	overflow: hidden;
}
div.clear{
	clear: both;
	height: 0;
	width: 0;
}

body.cur{
	overflow: hidden;
}



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

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


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

.fl{
	float: left;
}

.fr{
	float: right;
}

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



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

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

	overflow: hidden;
}

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

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


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


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

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

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




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

#header{
	position: relative;
	z-index: 998;
	background-color: #fff;
	height: 100px;
}
#header   a.fr{
	font-size:0;
	color:#333;
	margin-top:36px;
	margin-left:15px;
	width: 30px;
    height: 30px;
    background-size: 100%;
	background-image:url(../images/en.png);
}
#header   a.fr:hover{
	color:#f0972c;
}
.logo{
	width: 420px;
	margin-top: 12px;
}

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

.search{
	width: 142px;
	height: 38px;
	position: relative;
	margin-top: 31px;
	background-image: url(../images/search-bg.png);
	padding-right: 40px;
	padding-left: 18px;
}
.search input:focus{
	outline: none;
}

.search input[type="text"]{
	width: 100%;
	border:0;
	height: 38px;
	padding: 6px 0px;
	background-color: transparent;
	font-size: 14px;
	color: #333;
	line-height:  1.42857143;
}
.search input[type="image"]{
	position: absolute;
	right:13px;
	top: 11px;
	width: 17px;
}
.header-dl{
	width: 140px;
	margin-top:31px; 
}

.header-dl dl{
	margin:0;
}

.header-dl dd{
	float: left;
	width: 38px;
}
.header-dl dd+dd{
	margin-left: 13px;
}
.header-dl dd>a{
	display: block;
	height: 38px;
	border:1px solid #cccccc;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	transition: .3s;
}

.header-dl dd.dd1>a{background-image: url(../images/dd1.png);}
.header-dl dd.dd2>a{background-image: url(../images/dd2.png);}
.header-dl dd.dd3>a{background-image: url(../images/dd3.png);}

.header-dl dd>a:hover{
	background-color: #f0972c;
	border-color: #f0972c;
}
.header-dl dd.dd1>a:hover{background-image: url(../images/dd1h.png);}
.header-dl dd.dd2>a:hover{background-image: url(../images/dd2h.png);}
.header-dl dd.dd3>a:hover{background-image: url(../images/dd3h.png);}


.nav{
	margin-right: 15px;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
}
.nav>ul>li+li{
	margin-left: 30px;
	position: relative;
}
.nav>ul>li>a{
	display: block;
	height: 100px;
	line-height: 100px;
	font-size:16px;
	color: #333; 
	padding: 0	5px;
	position: relative;
	font-weight: bold;
}


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


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


.xiala{
	position: absolute;
	left: 50%;
	width: 142px;
	margin-left: -71px;
	background-color: #fff;
	top: 100%;
	padding:  31px 15px 30px;
	text-align: center;
	display: none;
	overflow: visible!important;
	/*border:2px solid #fff;*/
	border-bottom: 2px solid #fff;
}
.xiala-pic{
	position: absolute;
	right: 100%;
	top: 0px;
	width: 447px;
	border:2px solid #fff;
}

.xiala-pic .imgbox_a{
	padding-bottom: 28.165548098434%;
}

.xiala dl{
	margin:0;
}

.xiala dd{
	font-size: 16px;
	color: #333;
}
.xiala dd+dd{
	margin-top: 37px;
}
.xiala dd a:hover{
	color: #f0972c;
}

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





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

#main{
	overflow: hidden;
}

.banner{
	position: relative;
	overflow: hidden;
	z-index: 100;
}
.fafa .slides>li{
	height: 822px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;

}

.fafa .slides>li img{
	display: none;
	width: 100%;
}

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


.fafa .flex-control-paging li a.flex-active{
	width: 24px;
}
.fafa .flex-control-nav{
	bottom: 50px;
}
.fafa .flex-control-nav li{
	margin:0 7px;
}


.main{
	position: relative;
	z-index: 150;
}

.main1{
	background-color: #f7f7f7;
	position: relative;
	z-index: 30;
	padding-top: 50px;
	height: 1145px;
	background-image: url(../images/main1-bgbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.main1-div{

}
.main1-pic{
	width: 50%;
}
.main1-pic .imgbox_a{
	padding-bottom: 85.71428571%;
}
.main1-pic-pro{
	position: absolute;
	width: 32.3%;
	top: 11.43%;
	z-index: 25;
}
.main1-pic-pro img{
	display: block;
	width: 100%;
}
.main1-item1 .main1-pic-pro{
	left: 11.43%;
}

.main1-item2 .main1-pic-pro{
	right: 11.43%;
}

.main1-con-wp{
	width: 50%;
	background-color: #fff;
	height: 495px;
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: 100%;
	background-size: 100%;
	padding:85px 75px 0;
	position: relative;


}

.main1-item1 .main1-con-wp{

	background-image: url(../images/main1-con-wp.jpg);
	position: relative;
	top: -50px;
}
.main1-item1 .main1-con-wp::after{
	position: absolute;
	width: 69px;
	left: 100%;
	top: 0;
	content:"";
	bottom: 0;
	background-image: url(../images/yy1.png);
	background-repeat: no-repeat;
	background-position: center top;
	transition: .3s;
}
.main1-item1 .main1-con-wp:hover::after{
	width: 52px;
	background-image: url(../images/yy1h.png);
}
.main1-item2 .main1-con-wp{
	background-image: url(../images/main1-con-wph.jpg);

}

.main1-item2 .main1-con-wp::after{
	position: absolute;
	width: 69px;
	right: 100%;
	top: 0;
	content:"";
	bottom: 0;
	background-image: url(../images/yy2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	transition: .3s;
}
.main1-item2 .main1-con-wp:hover::after{
	width: 52px;
	background-image: url(../images/yy2h.png);
}
.main1-item2 .main1-pic{
	position: relative;
	top: -155px;

}

.main1-title h1{
	margin:0;
	font-size: 30px;
	color: #f0972c;
}
.main1-title h2{
	margin:0;
	font-size: 24px;
	color: #f0972c;
	text-transform: uppercase;
	margin-top: 9px;

}


.main1-p{
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	height: 5.4em;
	overflow: hidden;
	margin-top: 50px;
}
.main1-p p{margin:0;}
.main1-con-wp .more1{
	margin-top: 80px;
	background-image: url(../images/more1h.png);
}

.main1-con-wp .more1 a:hover{
	background-color: #f0972c;
}


.main1-con-wp .more1>a{
	background-color: transparent;
}

.main2{
	/*margin-top: -80px;*/
	position: relative;
	z-index: 15;
	height: 600px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main2.jpg);
}
.main2>a{
	display: block;
	position: relative;
	height: 100%;
}
.bo{
	position: absolute;
	width: 120px;
	margin-left: -60px;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	/*cursor: pointer;*/
}
.bo img{
	display: block;margin:0 auto 27px;
}


.main3{
	position: relative;
	background-color: #f7f7f7;
}
.main3::before{
	position: absolute;
	z-index: 15;
	content:"";
	width: 50%;
	top: 0;
	bottom: 0;
	left: 0;
	background-image: url(../images/main3-1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.main3::after{
	position: absolute;
	z-index: 15;
	content:"";
	width: 50%;
	top: 0;
	bottom: 0;
	right: 0;
	background-image: url(../images/main3-2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.main3-pic img{display: block;width: 100%;}
.main3 .container{
	position: relative;
	z-index: 30;
}
.main3-div{
	width: 50%;
	height: 700px;
	padding-left: 80px;
	padding-top: 92px;
	position: relative;
}

.main3-dl{
	position: absolute;
	width: 70px;
	left: -35px;
	top: 135px;
}

.main3-dl dl{
	margin:0;
}

.main3-dl dd{
	
	position: relative;

}
.main3-dl dd+dd{
	margin-top: 50px;
}
.main3-dl dd.main3-dd1>a{background-image: url(../images/main3-dd1.png);}
.main3-dl dd.main3-dd2>a{background-image: url(../images/main3-dd2.png);}
.main3-dl dd.main3-dd3>a{background-image: url(../images/main3-dd3.png);}
.main3-dl dd.main3-dd4>a{background-image: url(../images/main3-dd4.png);}
.main3-dl dd>a{
	display: block;
	height: 70px;
	background-repeat: no-repeat;
	background-position: center;
	transition: background-image .3s;

}

.main3-dl dd span{
	position: absolute;
	width: 98px;
	height: 70px;
	line-height: 70px;
	color: #fff;
	font-size: 20px;
	top: 0;
	right: 100%;
}

.main3-dl dd.main3-dd1>a:hover{background-image: url(../images/main3-dd1h.png);}
.main3-dl dd.main3-dd2>a:hover{background-image: url(../images/main3-dd2h.png);}
.main3-dl dd.main3-dd3>a:hover{background-image: url(../images/main3-dd3h.png);}
.main3-dl dd.main3-dd4>a:hover{background-image: url(../images/main3-dd4h.png);}


.main3-div .about1-title{
	position: relative;
	top: 0;
}

.main3-p{
	font-size: 16px;
	color: #666;
	line-height: 2;
	overflow: hidden;
	margin-top:35px;
}
.main3-p p{margin:0;}

.main3-div .more1{
	margin-top: 55px;
	background-image: url(../images/more1h.png);
}
.main3-div .more1>a{
	background-color: transparent;
}
.main3-div .more1>a:hover{
	background-color: #f0972c;
}
.main4{
	background-color: #f7f7f7;
	padding: 50px 0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main4-bgbg.jpg);
}

.main4-1{
	
}


.main4-1-1{
	width: 435px;
	min-height: 530px;
	background-color: #fff;
	padding: 35px 30px 30px;
}

.main4-1-2{
	width: 590px;
	margin:0 25px;
	min-height: 530px;
	background-color: #fff;
	padding: 35px 30px 30px;
}


.main4-1-3{
	overflow: hidden;
	min-height: 530px;
	background-color: #fff;
	padding: 35px 30px 30px;
}

.title-22{
	position: relative;
}
.title-22 h1{
	margin:0;
	font-size: 24px;
	color: #f0972c;
	text-transform: uppercase;
}



.title-22 h2{
	margin:0;
	font-size: 30px;
	color: #f0972c;
	margin-top: 13px;
}

.title-22 a{
	position: absolute;
	width: 34px;
	right: 0;
	bottom: 0;

}

.title-22 a img{
	display: block;
	width: 100%;
}
.fmain4-1-1 .flex-control-paging li a{
	background-image: none!important;
	background-color: #fff;
	border-radius: 50%;
}
.fmain4-1-1 .flex-control-paging li a.flex-active{
	background-color: #f0972c;
}
.fmain4-1-1 h1{
	margin:0;
	font-size: 18px;
	color: #333;
	padding: 35px 0 17px;
}

.fmain4-1-1 h1 a:hover{
	color: #f0972c;
}
.fmain4-1-1 p{
	margin:0;
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}
.main4-1-1-pic{
	margin-top:27px;
}
.main4-1-1-pic .imgbox_a{
	padding-bottom: 63.09%;
}

.main4-1-2-dl{
	padding-top: 35px;

}

.main4-1-2-dl dl{
	margin:0;
}

.main4-1-2-dl dd+dd{
	margin-top: 26px;
}


.main4-1-2-date{
	width: 70px;
	height: 70px;
	background-color: #cccccc;
	margin-right: 28px;
	text-align: center;
	padding-top: 10px;
	transition:background-color .3s; 
}

.main4-1-2-date h1{
	margin:0;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
}





.main4-1-2-date h2{
	margin:0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-top: 7px;
	margin-top: 
}


.main4-1-2-con{
	overflow: hidden;
	padding-top: 7px;
}

.main4-1-2-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
	transition:color .3s; 
}

.main4-1-2-con p{
	margin:0;
	font-size: 16px;
	color: #666;
	margin-top: 14px;
}
.main4-1-2-dl dd:hover .main4-1-2-con h1{color: #f0972c;}
.main4-1-2-dl dd:hover .main4-1-2-date{background-color: #f0972c;}

.fmain4-1-3{
	margin-top: 22px;
}
.fmain4-1-3 .imgbox_a{
	padding-bottom: 139.3%;
	border:1px solid #d4d4d4;
}

.fmain4-1-3 .imgbox_a h1{
	margin:0;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	padding: 15px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	z-index: 21;
	background-image: url(../images/heidi1.png);
}










.main4-2{
	margin-top: 50px;
}
.main4-2 dl{
	margin:0;
}

.main4-2 dd{
	float: left;
	width: 22.5%;
	transition: width .3s;
	height: 220px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 70px 15px 0 35px;
}

.main4-2 dd.cur{

	width: 32.5%;
}


.main4-2 dd h1{
	margin:0;
	font-size: 24px;
	color: #fff;
}
.main4-2 dd h2{
	margin:0;
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
	margin-top: 10px;
}


#wzdt{
	position: fixed;
	right: -480px;
	width: 480px;
	background-color: #333;
	padding: 50px;
	top: 0;
	bottom: 0;
	z-index: 1005;
	transition: right .5s;
}
#wzdt.cur{
	right: 0;
}
#wzdt-close{
	position: absolute;
	right: 25px;
	top: 52px;
	width: 26px;
	cursor: pointer;
}

#wzdt-close img{
	display: block;
	width: 100%;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	
}


#wzdt-close:hover img{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: transform .3s;
}
#wzdt-hei{
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.1);
	z-index: 1004;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}
#wzdt-hei.cur{
	opacity: 1;
	visibility: visible;
}
.wzdt-title{
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}
.wzdt-ul{
	padding-top: 50px;
}
.wzdt-ul ul{
	margin::0;
}
.wzdt-ul li+li{
	margin-top: 25px;
}
.wzdt-ul li h1{
	margin:0;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	position: relative;
}
.wzdt-ul li h1::before{
	position: absolute;
	left: -30px;
	width: 20px;
	height: 2px;
	background-color: #fff;
	content:"";
	top: 50%;
	margin-top: -1px;
}
.wzdt-ul li:first-child h1::before{
	display: none;
}
.wzdt-ul dl{
	margin::0;
}
.wzdt-ul dd{
	float: left;
	margin-right:20px;
	margin-top: 15px;
	font-size: 15px;
	color: #fff;
}
.wzdt-ul a:hover{
	color: #f0972c;
}
/**************************************************************/
/*main-over*/





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

#footer{

	background-color: #0072bb;
	position: relative;
}
.parallax > use {
  animation: move-forever 30s linear infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
}
.parallax > use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 5s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 3s;
}
@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
.editorial {
  display: block;
  width: 100%;
  height: 70%;
  margin: 0; position: absolute; left: 0; bottom: 0; z-index:15;
}
.footer-1{
	padding: 40px 0 34px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	position: relative;
	z-index: 25;
}


.foo1-1{
	width: 385px;
	padding-top: 20px;
	padding-bottom: 8px;
	border-right:1px solid rgba(255,255,255,0.5);
	margin-right: 45px;
	padding-right: 35px;

}

.foo1-1 h1{
	margin:0;
	font-size: 24px;
	color: #fff;
}

.foo1-1 dl{
	margin:0;
}

.foo1-1 dd{
	font-size: 16px;
	color: rgba(255,255,255,0.7);
	line-height: 1.8;
	background-repeat: no-repeat;
	background-position: 4px 2px;
	padding-left:36px;
}

.foo1-1 dd+dd{
	margin-top: 14px;
}


.foo1-2{
	overflow: hidden;
	position: relative;
	padding-right: 95px;
}


.er{
	position: absolute;
	right: 0;
	top: 27px;
	font-size: 14px;
	color: rgba(255,255,255,0.5);
	text-align: center;
	width: 95px;
}

.er img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.foo1-2{
	padding-top: 12px;
}
.foo1-2 ul{
	margin:0;
}

.foo1-2 li{
	float: left;
	text-align: center;
}

.foo1-2 li+li{
	margin-left: 80px;
}

.foo1-2 li h1{
	margin:0;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.foo1-2 dl{
	margin:0;
	padding-top: 7px;

}
.foo1-2 dd{
	margin-top: 12px;
	font-size: 14px;
	color: rgba(255,255,255,0.5);
}
.foo1-2 dd>a{
	transition: color .3s;
}
.foo1-2 dd>a:hover{
	color: #fff;
}
.footer-2{
	text-align: center;
	font-size: 16px;
	color: rgba(255,255,255,0.5);
	line-height: 1.8;
	padding: 18px 0;
	position: relative;
	z-index: 25;
}
.footer-2 span{
	padding-left: 23px;
}
.footer-2 a{
	transition: color .3s;
}
.footer-2 a:hover{
	color: #fff;
}
/**************************************************************/
/*footer-over*/





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

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

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

}

.nav-2>ul>li{

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

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

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

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

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

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

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

}

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

.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: 26px;
    width: 27px;
}
.menu2 li img{
	/*vertical-align: middle;*/


}

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


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

}



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


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

.erji-top{
	background-color: #fff;
}

.mianbaoxie{
	padding-left: 32px;
	background-image: url(../images/fang.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.mianbaoxie dl{
	margin:0;
}

.mianbaoxie dd{
	float: left;
	height: 113px;
	line-height: 113px;
	font-size: 16px;
	color: #666;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/jiao1.png);
}
.mianbaoxie dd+dd{
	margin-left: 13px;
}

.mianbaoxie dd>a:hover,.mianbaoxie dd>span{
	color: #50852a;
}






.erji-nav dl{
	margin:0;
}

.erji-nav dd{
	float: left;
}
.erji-nav dd+dd{
	margin-left: 65px;
}
.erji-nav dd>a{
	display: block;
	height: 113px;
	line-height: 113px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding: 0 25px;
	position: relative;
}
.erji-nav dd>a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 4px;
    background-color: #f0972c;
    bottom: 0px;
    right: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.erji-nav dd>a:hover::after,.erji-nav dd.cur>a::after{
    width: 100%;
    right: auto;
    left: 0;
}
.erji{

	overflow: hidden;
}
.erji-bottom{

	background: url(../images/content_bg.jpg) no-repeat top center;
	padding: 60px 0;
}

.fuwu-list dl{
	margin:0;
}

.fuwu-list dd{
	background-color: #fff;
	overflow: hidden;
}
.fuwu-list dd+dd{
	margin-top: 50px;
}

.fuwu-pic{
	width: 50%;
}

.fuwu-pic .imgbox_a{
	padding-bottom: 51.14%;
}

.fuwu-con{
	overflow: hidden;
	padding: 55px 50px 0;
}

.fuwu-con h1{
	margin:0;
	font-size: 28px;
	color: #f0972c;
	font-weight: bold;
}

.fuwu-con p{
	margin:0;
	font-size: 16px;
	color: #333;
	line-height: 2;
	height: 6em;
	overflow: hidden;
	margin-top: 25px;
}


.more1{
	width: 140px;
	height: 48px;
	padding: 3px;
	background-image: url(../images/more1h.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.more1>a{
	display: block;
	height: 42px;
	line-height: 42px;
	background-color: #fff;
	font-size: 14px;
	color: #666;
	text-align: center;
	transition: background-color .3s,color .3s;
}

.more1>a:hover{
	background-color:#f0972c;
	color: #fff; 
}

.fuwu .more1{
	margin-top: 40px;
}

.xinwen-right{
	width: 360px;
	background-color: #fff;
	padding: 30px 40px 40px;
	margin-left: 68px;
}


.xinwen-right-h1{
	font-size: 20px;
	color: #333;
	padding-bottom:20px;
}
.xinwen-right-form input:focus{
	outline: none;
}
.xinwen-right-form input[type="text"]{
	width: 100%;
	border:0;
	height: 45px;
	padding: 8px 15px;
	background-color: #fff;
	font-size: 16px;
	color: #333;
	line-height:  1.42857143;
	border:1px solid #dddddd;
}

.xinwen-sel{
	margin-top: 20px;
	position: relative;
}

.xinwen-sel-span{
	height: 45px;
	line-height: 45px;
	background-color: #f1f1f1;
	cursor: pointer;
	font-size: 16px;
	color: #666;
	padding-left: 15px;
	background-image: url(../images/sel.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.xinwen-sel dl{
	margin:0;
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	border:1px solid #f1f1f1;
	background-color: #fff;
	display: none;
	z-index: 50;
}

.xinwen-sel dd{
	font-size: 15px;
	cursor: pointer;
	color: #333;
	padding: 8px 15px;
}
.xinwen-sel dd:hover{
	background-color:#f0972c;
	color: #fff;
}
.xinwen-btn{
	margin-top: 20px;
}
.xinwen-btn input{
	display: block;
	width: 100%;
	height: 45px;
	background-color: #f0972c;
	color: #fff;
	font-size: 16px;
	border:0;
}
.xinwen-right2{
	margin-top: 35px;
}
.xinwen-right2-pic .imgbox_a{
	padding-bottom: 66.5625%;
}

.xinwen-right2-h1{
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	max-height: 3.6em;
	overflow: hidden;
	margin-top: 15px;
}

.xinwen-right2-h1 a:hover{
	color: #50852a!important;
}

.xinwen-right3{
	margin-top: 28px;
}

.xinwen-right3 dl{
	margin:0;
}

.xinwen-right3 dd h1{
	margin:0;
	font-size: 20px;
	color: #333;

}

.xinwen-right3 dd+dd{
	margin-top: 20px;
}

.xinwen-right3 dd .xinwen-right2-h1{
	color: #333;
	margin-top: 10px;
}

.xinwen-left{
	overflow: hidden;
}
.xinwen-list dl{
	margin:0;
}

.xinwen-list dd{
	background-color: #fff;
	padding: 24px;
}

.xinwen-list dd:hover .xinwen-con h1,
.xinwen-list dd:hover .xinwen-con h2{
	color: #f0972c;
}


.xinwen-list dd+dd{
	margin-top: 30px;
}

.xinwen-pic{
	width: 320px;
}

.xinwen-pic .imgbox_a{
	padding-bottom: 66.5625%;
}

.xinwen-con{
	overflow: hidden;
	padding: 30px 35px 0;
}

.xinwen-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	transition: color .3s;
}



.xinwen-con p{
	margin:0;
	font-size: 16px;
	color: #666;
	line-height: 2;
	overflow: hidden;
	height: 4em;
	margin:25px 0 22px;
}


.xinwen-con h2{
	margin:0;
	font-size: 14px;
	color: #999;
	transition: color .3s;
}

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

.fenye ul{
	margin:0;
}
.danpian{
	background-color: #fff;
	padding: 30px;
}
.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#333;
	text-align: center;

}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding: 10px 0 15px;

}




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

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

	padding: 65px 0;
}
.zhaos1-dl {
	position: relative;
	overflow: hidden;
}
.zhaos1-dl::before{
	position: absolute;
	top: 29px;
	height: 1px;
	content:"";
	z-index: 10;
	background-color: #c3c3c3;
	left: 0;
	right: 0;
}
.zhaos1-dl dl{
	margin:0;
	position: relative;
	z-index: 50;
}

.zhaos1-dl dd{
	float: left;
	width: 18%;
	font-size: 0;
	line-height: normal;
	text-align: center;
	transition: width .4s;
}
.zhaos1-dl dd:first-child .zhaos1-item::before{
	position: absolute;
  right: 100%;
  height: 1px;
  background-color: #f9f9f9;
  width: 1000px;
  top: 29px;
  content: "";
  z-index: 50;
}
.zhaos1-dl dd:last-child .zhaos1-item::before{
	position: absolute;
  left: 100%;
  height: 1px;
  background-color: #f9f9f9;
  width: 1000px;
  top: 29px;
  content: "";
  z-index: 50;
}
.zhaos1-item{
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	color: #929292;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.zhaos1-ico{
	width: 58px;
	height: 58px;
	margin:0 auto 14px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	background-size: 100%;
	position: relative;
}
.zhaos1-ico::before{
	position: absolute;
	right: 100%;
	height: 1px;
	background-color: #f9f9f9;
	width: 20px;
	top: 29px;
	content:"";
}
.zhaos1-ico::after{
	position: absolute;
	left: 100%;
	height: 1px;
	background-color: #f9f9f9;
	width: 20px;
	top: 29px;
	content:"";
}
.zhaos1-ico1{background-image: url(../images/zhaos1-ico1.png);}
.zhaos1-ico2{background-image: url(../images/zhaos1-ico2.png);}
.zhaos1-ico3{background-image: url(../images/zhaos1-ico3.png);}
.zhaos1-ico4{background-image: url(../images/zhaos1-ico4.png);}

.zhaos1-dl dd.cur{
	width: 46%;
}
.zhaos1-dl dd.cur .zhaos1-item{
	font-size: 24px;
	color: #333;
}
.cur .zhaos2-div{
	left: 0
}
.zhaos1-dl dd.cur .zhaos1-ico1{background-image: url(../images/zhaos1-ico1h.png);}
.zhaos1-dl dd.cur .zhaos1-ico2{background-image: url(../images/zhaos1-ico2h.png);}
.zhaos1-dl dd.cur .zhaos1-ico3{background-image: url(../images/zhaos1-ico3h.png);}
.zhaos1-dl dd.cur .zhaos1-ico4{background-image: url(../images/zhaos1-ico4h.png);}
.zhaos2{
	position: relative;
	margin-top: 65px;
}
.zhaos2-bg{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 58px;
	right: 0;
	bottom: 58px;
	z-index: 15;

}
.zhaos2-div{
	width: 500px;
	background-color: #fff;
	margin-left: 190px;
	position: relative;
	z-index: 50;
	box-shadow: 1px 4px 20.37px 0.63px rgba(111, 111, 111, 0.3);
	padding: 50px 35px;
	position: relative;
	left: -55px;
	transition:left .6s;
	transition-delay:0.1s;
	background-image: url(../images/zhaos2-div.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.zhaos2-div-con{
	position: relative;
	padding: 65px 25px;
}

.zhaos2-div-con::before{
	position: absolute;
	width: 0;
	height: 0;
	background-image: url(../images/she.png);
	background-position: left top;
	background-repeat: no-repeat;
	content:"";
	left: 0;
	top: 0;
	transition: width .3s,height .3s;
	content:"";
	transition-delay:0.5s;
}

.zhaos2-div-con::after{
	position: absolute;
	width: 0;
	height: 0;
	background-image: url(../images/she2.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	content:"";
	right: 0;
	bottom: 0;
	transition: width .3s,height .3s;
	content:"";
	transition-delay:0.5s;
}

.cur .zhaos2-div-con::before{width: 36px;height: 36px;}
.cur .zhaos2-div-con::after{width: 36px;height: 36px;}

.zhaos2-box{
	display: none;
}

.zhaos2-box:first-child{
	display: block;
}


.zhaos2-title .line{
	width: 36px;
	height: 5px;
	background-color: #f0972c;
}

.zhaos2-title h1{
	margin:0;
	font-size: 28px;
	color: #f0972c;
	font-weight: bold;
	margin:0px 0 8px;
}

.zhaos2-title h2{
	margin:0;
	font-size: 20px;
	color: #b9b9b9;
	text-transform: uppercase;
	line-height: 1.5;
	font-family:'Georgia';
}

.zhaos2-p{
	font-size: 16px;
	color: #333;
	line-height: 2;
	height: 18em;
	overflow: hidden;
	margin-top: 25px;
	text-indent: 2em;
}


.zhaos2-div .more1{
	margin-top: 45px;
}

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

.wenhua-dl dl{
	margin:0;
}

.wenhua-dl dd{
	float: left;
	width: 25%;
}

.wenhua-dl dd>a{
	display: block;
	position: relative;
	height: 812px;
	cursor: text;
}
.wenhua-dl dd+dd>a::before{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	z-index: 15;
	background-color: rgba(255,255,255,0.3);
	content:"";
}

.wenhua-dl dd>a::after{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	top: 100%;
	background-color: rgba(255,255,255,0.9);
	content:"";
	z-index: 30;
}
.wenhua-item{
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 50;
	padding: 0	15px;
}

.wenhua-item h1{
	margin:0;
	font-size: 28px;
	color: #fff;
	margin:22px 0 10px;
	
	font-weight: bold;
}


.wenhua-item h2{
	margin:0;
	font-size:0px;
	line-height: normal;
	opacity: 0;
	margin-top: 25px;

}
.wenhua-item h2 span{
	display: inline-block;
	display: none;
	font-size:20px;
	position: relative;
		line-height: 2;
	color: #f0972c;
	padding: 15px 25px;
}

.wenhua-item h2 span::before{
	position: absolute;
	width: 0;
	height: 0;
	background-image: url(../images/she3.png);
	background-position: left top;
	background-repeat: no-repeat;
	content:"";
	left: 0;
	top: 0;
	transition: width .3s,height .3s;
	content:"";
	transition-delay:0.4s;
}
.wenhua-item h2 span::after{
	position: absolute;
	width: 0;
	height: 0;
	background-image: url(../images/she4.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	content:"";
	right: 0;
	bottom: 0;
	transition: width .3s,height .3s;
	content:"";
	transition-delay:0.4s;
}









.wenhua-ico{
	width: 74px;
	height: 74px;
	margin:0 auto;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.wenhua-dl dd>a:hover .wenhua-item{
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	transition: .5s;
}
.wenhua-dl dd>a:hover::after{
	top: 0;
	transition: top .5s;
}
.wenhua-dl dd>a:hover .wenhua-item h1{color: #f0972c;transition: color .5s;}
.wenhua-dl dd>a:hover .wenhua-item h2{opacity:1;transition: opacity .5s;}
.wenhua-dl dd>a:hover .wenhua-item h2 span{
	display: inline-block;
}
.wenhua-dl dd>a:hover .wenhua-item h2 span::before{width: 43px;height: 30px;}
.wenhua-dl dd>a:hover .wenhua-item h2 span::after{width: 43px;height: 30px;}

.wenhua-ico1{background-image: url(../images/wenhua-ico1.png);}
.wenhua-ico2{background-image: url(../images/wenhua-ico2.png);}
.wenhua-ico3{background-image: url(../images/wenhua-ico3.png);}
.wenhua-ico4{background-image: url(../images/wenhua-ico4.png);}

.wenhua-dl dd>a:hover .wenhua-ico1{background-image: url(../images/wenhua-ico1h.png);transition: background-image .5s;}
.wenhua-dl dd>a:hover .wenhua-ico2{background-image: url(../images/wenhua-ico2h.png);transition: background-image .5s;}
.wenhua-dl dd>a:hover .wenhua-ico3{background-image: url(../images/wenhua-ico3h.png);transition: background-image .5s;}
.wenhua-dl dd>a:hover .wenhua-ico4{background-image: url(../images/wenhua-ico4h.png);transition: background-image .5s;}



.product1{
	padding: 75px 0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/product1-bg.jpg);
}
.product2{

	background-color: #f6f6f6;
	position: relative;
	padding: 170px 0 64px;
}
.product2::after{
	background-color: #fff;
	content:"";
	position: absolute;
	z-index: 15;
	left: 50%;
	width: 1660px;
	margin-left: -830px;
	top: 0;
	bottom: 0;
}
.product2-1{
	height: 342px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/product2-bg.jpg);
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 25;
}

.product2 .container{
	position: relative;
	z-index: 50;
}

.product2-2 dl{
	margin:0;
	margin-left: -4%;
}
.product2-2 dd{
	float: left;
	width: 29.3333333%;
	margin-left: 4%;
}

.product2-2-pic .imgbox_a{
	padding-bottom: 69.284%;
}

.product2-2 dd h1{
	margin:0;
	text-align: center;
	font-size: 28px;
	color: #333;
	margin-top: 30px;
}

.product2-2 dd:hover h1{
	color: #f0972c;
}

.product1-1-item+.product1-1-item{
	margin-top: 75px;
}

.product1-1-pic{
	width: 655px;
}

.product1-1-pic .imgbox_a{
	padding-bottom: 75.42%;
}

.product1-1-con{
	float: right;
	width: 745px;
	padding-top: 0px;
}
.product1-1-title{
	text-align: center;
	font-size: 28px;
	color: #fff;
	background-color: #f0972c;
	padding: 5px	15px;
}
.product1-1-title span{
	text-align: center;
	font-size: 20px;
	color: #fff;
	background-color: #f0972c;
}
.product1-1-list .item>a{
	display: block;
}
.product1-1-list-wp{
	padding-left: 50px;
	margin-top: 27px;
}
.product1-1-list-wp2{
	padding-left: 0;
	padding-right: 50px;
}
.product1-1-bai{
	height: 80px;
	background-color: #fff;
	padding: 10px 15px 0;
	text-align: center;
}
.product1-1-bai h1{
	margin:0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.product1-1-bai h2{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	margin-top: 5px;
}
.product1-1-con-pic .imgbox_a{
	padding-bottom: 92.3%;
}

.product1-1-list .item:hover .more2{
	opacity: 1;
	visibility: visible;
}

.product1-1-list .owl-nav button.owl-prev{
    position: absolute;
    left:-27px;
    top: 50%;
    margin-top: -27px;
    width: 53px;
    height: 53px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.product1-1-list .owl-nav button.owl-next{
    position: absolute;
    right:-27px;
    top: 50%;
    margin-top: -27px;
    width: 53px;
    height: 53px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}


.product1-1-list .owl-nav button.owl-prev.disabled,
.product1-1-list .owl-nav button.owl-next.disabled{
	display: none;
}
.more2{
	position: absolute;
	z-index: 15;
	left: 0;
	width: 100%;
	bottom: 0;
	background-image: url(../images/huangdi.png);
	padding: 30px 15px;
	transition:opacity .3s;
	opacity: 0;
	visibility: hidden;
}

.more2 a{
	display: block;
	width: 100px;
	height: 30px;
	line-height: 28px;
	border-radius: 999em;
	border:1px solid #fff;color: #fff;
	text-align: center;
	font-size: 14px;
	transition: .3s;
	margin:0 auto;
}

.more2 a:hover{
	background-color: #fff;
	color: #f0972c;
}


#tan{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
	display: none;
}

.tan-wp{
	position: relative;
	height: 100%;
}

.tan-hei{
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
}

.tan-div-wp{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 50;
}

.tan-div{
	background-color: #fff;
	position: relative;
}

#tan-close{
	position: absolute;
	width: 26px;
	right: 34px;
	top: 59px;
	cursor: pointer;
	z-index: 50;
}
#tan-close img{
	display: block;
	width: 100%;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	
}


#tan-close:hover img{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: transform .3s;
}
.tan-pic{
	width: 540px;
}

.tan-pic .imgbox_a{
	padding-bottom: 114.44%;
}

.tan-con{
	overflow: hidden;
	padding: 45px 75px 0 65px;
}

.tan-title h1{
	margin:0;
	font-size: 24px;
	color: #f0972c;
}

.tan-title h2{
	margin:0;
	font-size: 20px;
	color: #999;
	text-transform: uppercase;
	margin-top: 5px;
}

.tan-title2{
	padding-left: 17px;
	font-size: 18px;
	color: #333;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dian.png);
	margin-top: 40px;
}


.tan-p p{
	margin:0;
}

.tan-p{
	font-size: 16px;
	color: #666;
	line-height: 1.9;
	margin-top: 22px;
	height: 360px;
	overflow: auto;
	padding-right:20px;
}

.tan-p.mCS_no_scrollbar{
	padding-right: 0;
}

.about1{
	padding: 120px 0 60px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/about1.jpg);
	min-height: 795px;
}

.about1-div{
	position: relative;
}

.about1-title{
	position: absolute;
	left: 0;
	top: -55px;
	width: 100%;
}

.about1-title h1{
	margin:0;
	font-size: 30px;
	font-weight: bold;
	color: #f0972c;
}

.about1-title h2{
	margin:0;
	font-size: 24px;
	text-transform: uppercase;
	color: #f0972c;
	margin-top: 10px;
}


.about1-1{
	width: 564px;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
	overflow: hidden;
	margin-left: 70px;
}

.about1-2{
	overflow: hidden;
	padding-top: 40px;
	font-size: 16px;
	color: #333;
	line-height: 2;
}

.about1-2 p{margin:0;}


.about1-1 img{
	display: block;
	width: 100%;
}



.about1-3{
	text-align: center;
	padding: 30px 70px 0;
}

.about1-3 dl{
	margin:0;
}

.about1-3 dd{
	float: left;
	width: 25%;
	text-align: center;
}

.about1-3 dd h1{
	margin:0;
	font-size: 14px;
	color: #666;
}
.about1-3 dd h1 span{
	font-size: 78px;
	font-family: "Georgia";
	color: #f0972c;
	padding-right: 13px;
	line-height: 1;
}

.about1-3 dd h2{
	margin:0;
	font-size:20px;
	color: #333;
	margin-top: 15px;
}


/*.about-title*/





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

.about-title h1{
	margin:0;
	font-size: 36px;
	font-weight: bold;
	color: #f0972c;
}
.about2-div {
	margin-top: 50px;
	position: relative;
}
.about2-div img{
	position: relative;
	z-index: 25;
	display: block;
	margin:0 auto;
}
.about2-div::after{
	position: absolute;
	width: 100%;
	left: 0;
	top: 60px;
	bottom: -30px;
	content:"";
	z-index: 15;
	background-repeat: no-repeat;
	background-position: center;

	
}
.about3{
	padding: 75px 0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/about3.jpg);
	min-height: 840px;
}


.about3-list{
	position: relative;
	padding-bottom: 15px;
}
.about3-list::after{
	position: absolute;
	z-index: 15;
	content:"";
	left: 50%;
	width: 1px;
	background-color:#b7b7b7;
	top: 21px;
	bottom: 0;
}
.about3-list dl{
	margin:0;
	position: relative;
	z-index: 25;
}
.about3-list  dd.nodd{
	display: none;
}
.about3-list  dd+dd{
	margin-top:15px;
}
.about3-list  dd .fr{
	width: 50%;
	
}


.about3-list  dd .fl{
	width: 50%;
	text-align: right;
}
.about3-list  dd .fr h1{padding-left: 65px;}
.about3-list  dd .fl h1{padding-right: 65px;}
.about3-list  dd .fr .about3-p{padding-left: 65px;}
.about3-list  dd .fl .about3-p{padding-right: 65px;}
.about3-list  dd h1{
	margin:0;
	font-family:'Georgia';
	color: #f0972c;
	font-size: 40px;
	position: relative;
	line-height: 1;
	font-weight: bold;
	
}
.about3-list  dd h1::before{
	position: absolute;
	width: 20px;
	height: 20px;
	content:"";
	background-image: url(../images/di.png);
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: background-image .3s;
}

.about3-list  dd .fr h1::before{
	left: -10px;
}
.about3-list  dd .fl h1::before{
	right: -10px;
}



.about3-p{
	font-size:16px;
	color: #333; 
	line-height: 2;
	margin-top: 10px;
}

/*.about3-list  dd:hover h1{font-size:62px;font-weight: bold;transition:font-size .3s;}*/
.about3-list  dd:hover h1::before{
	background-image: url(../images/dih.png);
}

.about3-a{
	width: 40px;
	margin:0 auto;
	cursor: pointer;
}

.about3-a img{
	display: block;
	width: 100%;
}

.about4{
	padding: 115px 0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/about4.jpg);
	min-height: 897px;
}
.about4-div{
	margin-top: 50px;
	padding: 0	115px;
	position: relative;
}

.about4-btn{
	position: absolute;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	
	-webkit-background-size: 100%;
	background-size: 100%;
	top: 200px;
	cursor: pointer;
	transition: background-image .3s;
	z-index: 50;
}

.about4-btn#btn1{left: 0;background-image: url(../images/left2.png);}
.about4-btn#btn2{right: 0;background-image: url(../images/right2.png);}

.about4-btn#btn1:hover{background-image: url(../images/left2h.png);}
.about4-btn#btn2:hover{background-image: url(../images/right2h.png);}

.about4-div .swiper-slide{
	width: 600px;
	padding: 15px 0 0;

}
.about4-pic{
	padding: 10px;
	background-color: #fff;
	box-shadow: 0px 6px 12.09px 0.91px rgba(50, 50, 50, 0.3);
}
.about4-pic .imgbox_a{
	padding-bottom: 66.55%;
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right{
	display: none;
}


.about4-con{
	padding: 34px 25px 0;
	display: none;
}

.about4-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.about4-con p{
	margin:0;
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 8px;
}

.swiper-slide-active .about4-con{
	display: block;
}




.zizhi-item .imgbox_a{
	padding-bottom: 139.3%;
	border:1px solid #d4d4d4;
}

.zizhi-item .imgbox_a h1{
	margin:0;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	padding: 15px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	z-index: 21;
	background-image: url(../images/heidi1.png);
}


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

.zizhi .col-sm-6{
	margin-top: 30px;
}

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

.ftan .flex-control-paging li a.flex-active {
    background-image: url(../images/arrow-b-h2.png);
}
.zizhi .about4-div{
	margin-top: 0;
}
.zizhi .about4-div .swiper-slide{
	width: 265px;
	padding-top: 0;
}
.zizhi{
	max-width: 900px;
	margin:0 auto;
}
.zizhi-item .imgbox_a{
	padding-bottom: 139.3%;
	border:1px solid #d4d4d4;
}

.zizhi-item .imgbox_a h1{
	margin:0;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	padding: 15px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	z-index: 21;
	background-image: url(../images/heidi1.png);
	display: none;
}

.swiper-slide-active .zizhi-item .imgbox_a h1 {
    display: block;
}


.zizhi .about4-btn{
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}



.video-wp{
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	z-index: 1800;
	padding: 0 60px;
	transition:  .3s;
	text-align: center;
}
.video-wp.cur{
	opacity: 1;
	visibility: visible;
}
.video-box{
	position: relative;
	width: 100%;
}
.video-close{
	position: absolute;
	width: 36px;
	right: -18px;
	top: -18px;
	cursor: pointer;
	z-index: 25;
}
.video-close img{
	display: block;
	width: 100%;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	
}


.video-close:hover img{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: transform .3s;
}

.video-box video {
    max-height: calc(100vh - 4em);
    width: 100%!important;
    vertical-align: middle;
    max-width: 100%;
}

.video-box video:focus{
	outline: none;
}



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

.map-wp{
	background-color: #fff;
}

.map{
	width: 66.43%;
}
.map img{
	display: block;
	width: 100%;
}

.map-con{
	overflow:hidden;
	height: 539px;
	padding: 75px 50px 0 ;
	background-image: url(../images/map-con.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

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

.map-con dl{
	margin:0;
	padding: 36px 0 25px;
}

.map-con dd{
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	padding: 8px 0;
	padding-left: 63px;
	background-repeat: no-repeat;
	background-position: left top;
}

.map-con dd+dd{
	margin-top: 17px;
}
.map-dd{
	overflow: hidden;
}

.map-er-pic{
	width: 120px;
	margin-right: 20px;
}

.map-er-pic img{
	display: block;
	width: 100%;
}

.map-er-con{
	overflow: hidden;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	padding-top: 25px;
	padding-right: 25px;
}