/**************************************/
/*************[公用start]**************/
/**************************************/
/*
@font-face{
	font-family:"pf";
	src:url("../fonts/pf.TTF");
}
@font-face{
	font-family:"pfb";
	src:url("../fonts/pfbold.TTF");
}*/
body{
	overflow-x: hidden;
	font-family: PingFang SC, PingFang SC-Regular, "苹方", "微软雅黑", sans-serif;
}
body.cur{
	overflow: hidden;
}
*{
	/*font-family:"pf";*/
}
/*主站变灰*/
/*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]****************/
/**************************************/
/*header-start*/
/**************************************************************/
#header{
	height: 90px;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	background-color: #F4F5FA;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/header-bg.jpg);
}


.logo{
	width: 194px;
	margin-top: 23px;
}
.logo a,.logo img{
	display: block;
	width: 100%;
}
.search{
	width: 38px;
	margin-top: 26px;
}
.search a{
	display: block;
	width: 100%;
	height: 38px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/wen1.png);
	transition: background-image .3s;
}
.search a:hover{
	background-image: url(../images/wen1h.png);
}
.phone{
	height: 90px;
	line-height: 90px;
	background-repeat: no-repeat;
	background-position:left center;
	background-image: url(../images/phone.png);
	padding-left: 47px;
	font-size: 26px;
	font-family: 'Impact';
	color: #333;
	font-style: italic;
	margin-right: 40px;
	transition: background-image .5s;
}
.phone:hover{
	background-image: url(../images/phoneh.png);

}
.nav{
	margin-left: 75px;
}
.nav ul{
	margin:0;
}
.nav>ul>li{
	float: left;
}
.nav>ul>li{
	padding-left: 35px;
}
.nav>ul>li>a{
	display: block;
	height: 90px;
	line-height: 90px;
	font-size: 18px;
	color: #000;
	letter-spacing: 2px;
	padding-right: 22px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/nav.png);
}
.nav>ul>li:hover>a,
.nav>ul>li.cur>a{
	color: #448853;
}
.xlcd-wp{
	position: absolute;
	width: 1600px;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	/*border-top: 1px solid #e1e2e6;*/
	display: none;
}
.xlcd-wp .container{
	background-color: #fff;
	
}
.xlcd{
	padding-left: 0px!important;
}
.xlcd-menu{
	width: 314px;
	border-left: 1px solid #e1e2e6;
	border-right: 1px solid #e1e2e6;
	height: 420px;
	background-color: #f4f5fa;
	padding-top:10px;
}
.xlcd-menu dl{
	margin:0;
}
.xlcd-menu dd>a{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #333;
	padding-left: 50px;
	letter-spacing: 1px;
	transition: background-color .3s;
	background-color: #f4f5fa;
	position: relative;
}
.xlcd-menu dd>a img{
	margin-top: -3px;
	margin-left: 10px;
}
.xlcd-menu dd>a:hover{
	background-color: #fff;
}
.xlcd-menu dd>a::before{
	position: absolute;
	width: 4px;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #448853;
	content:"";
	z-index: 10;
	opacity: 0;
	transition: opacity .3s;
}
.xlcd-menu dd>a:hover::before{
	opacity: 1;
}
.xlcd-content{
	overflow: hidden;
	padding: 50px 125px 20px 55px;
}
.xlcd-content-left{
	width: 515px;
	margin-right: 100px;
	margin-top: 25px;
}
.xlcd-content-left-hd{
	display: none;
}
.xlcd-content-left-hd:first-child{
	display: block;
}
.xlcd-p{
	letter-spacing: 1px;

}
.xlcd-p,.xlcd-p *{
	font-size: 16px!important;
	color: #333!important;
	line-height: 2!important;
	font-family: PingFang SC, PingFang SC-Regular, "苹方", "微软雅黑", sans-serif!important;
}
.xlcd-content-right{
	overflow: hidden;
}
.xlcd-content-title{
	font-size: 16px;
	color: #448853;
	padding-bottom: 15px;
	letter-spacing: 1px;
	font-weight: bold;
}
.xlcd1-dl dl{
	margin:0;
	margin-left: -3%;
	margin-top: -3%;
}
.xlcd1-dl dd{
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 3%;
}
.xlcd1-dl dd .imgbox_a{
	padding-bottom: 56.86%;
}
.xlcd1-dl dd .imgbox_a::after{
	opacity: 0.5;
	background-color: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	content: "";
}
.xlcd1-dl dd .imgbox_a span{
	position: absolute;
	width: 100%;
	padding: 0 15px;
	z-index: 15;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
}
.xlcd-menu2 dl{
	margin:0;
}
.xlcd-menu2 dd+dd{
	margin-top: 13px;
}
.xlcd-menu2 dd>a{
	font-size: 16px;
	color: #333;
}
.xlcd-menu2 dd>a:hover{
	color: #448853;
	font-weight: bold;
}
.xlcd-a{
	margin-top: 15px;
}
.xlcd-a a{
	display: block;
	width: 98px;
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
	background-color: #448853;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	transition: background-color .3s;
}
.xlcd-a a:hover{
	background-color: #366c42;
}
.xlcd-tui-pic{
	width: 204px;
	margin-right: 16px;
}
.xlcd-tui-pic .imgbox_a{
	padding-bottom: 56.86%;
}
.xlcd-tui-con{
	overflow: hidden;
}
.xlcd-tui-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}
.xlcd-tui-con h1 a:hover{
	color: #448853;
}
.xlcd-tui-con h2{
	margin:0;
	font-size: 16px;
	color: #333;
	margin-top: 15px;
}
.xlcd-list dl{
	margin:0;
	padding-top: 10px;
}
.xlcd-list dd{
	margin-top: 15px;
	font-size: 16px;
	color: #333;
	padding-left: 13px;
	background-image: url(../images/dian.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.xlcd-list dd a:hover{
	color: #448853;
}
.xlcd-sp .imgbox_a{
	padding-bottom: 58%;
}
.xlcd-sp .imgbox_a::after{
	z-index: 25;
	width: 74px;
	height: 74px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
	background-image: url(../images/bo.png);
	background-size: 100%;
	content:"";
}
/**************************************************************/
/*header-over*/
/*main-start*/
/**************************************************************/
#main{
	margin-top: 90px;
}
.main1{
  /*min-height: 903px;*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/main1-bg.jpg);
}
.main1{
	padding: 100px 0 140px;
}
.main1-1{
	margin-top: 65px;
}
.main1-left{
	width: 414px;
}
.title-11-h1{
	font-size: 46px;
	color: #333;
	font-weight: bold;
}
.title-11-h1 span{
	font-size: 20px;
	padding-left:20px ;
	font-weight: normal;
}
.title-11-h2{
	font-size: 20px;
	color: #333;
	line-height: 1.5;
	margin-top: 13px;
}
.main1-div-wp{
	margin-top: 35px;
}
.main1-div-wp .main1-div{display: none;}
.main1-div-wp .main1-div:first-child{display: block;}
.main1-2{
	width: 762px;
	margin-top: 100px;
	position: relative;
}
.main1-2 img{
	width: 100%;
	position: relative;
	display: block;
	left: 72px;
	position: absolute;
	opacity: 0;
	transform: translateY(30px);
	top: 0;
}
.main1-2 img.cur{
	opacity: 1;
	position: relative;
	transform: translateY(0);
	transition: transform .5s,opacity .8s;
}
.main1-3 {
	margin-right: 70px;
	position: relative;
	z-index: 100;
}
.main1-3::after{
	position: absolute;
	width: 286px;
	height: 662px;
	background-image: url(../images/line00.png);
	content: "";
	right: 0;
	top: 0%;
	z-index: 5;
}
.main1-3 dl{
	margin: 0;
	position: relative;
	z-index: 15;
	height: 662px;
}
.main1-3 dd{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.main1-3-ico{
	width: 97px;
	height: 97px;
	margin: 0 auto 10px;
	position: relative;
	z-index: 15;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main1-3-ico img{
	display: block;
	width: 66px;
	opacity: 1;
	position: relative;
	z-index: 30;
	transition: opacity .8s,transform .8s;
}
.main1-3-ico img.cur{
	position: absolute;
	width: 66px;
	left: 50%;
	top: 50%;
	margin-left: -33px;
	margin-top: -33px;
	z-index: 35;
	opacity: 0;
}
.cur .main1-3-ico img{
	opacity: 0;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);	/* Safari Ã¥â€™Å’ Chrome */
	-moz-transform: rotateY(180deg);
}
.cur .main1-3-ico img.cur{
	opacity: 1;
}
@-webkit-keyframes scaleAni {
  0% {
  	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
  	-webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100%{
  	-webkit-transform: scale(1.14);
    -ms-transform: scale(1.14);
    -o-transform: scale(1.14);
    transform: scale(1.14);
  }
}
@keyframes scaleAni {
  0% {
  	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
  	-webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100%{
  	-webkit-transform: scale(1.14);
    -ms-transform: scale(1.14);
    -o-transform: scale(1.14);
    transform: scale(1.14);
  }
}
.main1-3-ico::before{
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -42px;
	content: "";
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #215dae;
	width: 84px;
	height: 84px;
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: .5s;
}
.cur .main1-3-ico::before{
	-webkit-transform: scale(1.14);
    -ms-transform: scale(1.14);
    -o-transform: scale(1.14);
    transform: scale(1.14);
    background-color: #215dae;
    -webkit-animation-duration:0.8s;
  animation-duration:0.8s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-name: scaleAni;
  	animation-name: scaleAni;
}
.main1-3-ico::after{
	position: absolute;
	z-index: 5;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	content: "";
	width: 66px;
	height: 66px;
    transition: .8s;
    background-image: url(../images/x-a.png);
	transition: background-image .3s;
}
.cur .main1-3-ico::after{
    background-image: url(../images/x-b.png);
}
.main1-3 dd:nth-child(1){
	left: -250px;
	top: -50px;
}
.main1-3 dd:nth-child(2){
	left: -15px;
	top: -74px;
}
.main1-3 dd:nth-child(3){
	/*margin: 40px 0;*/
	left: 70px;
	top: 13px;
}
.main1-3 dd:nth-child(4){
	left: -20px;
	bottom: -100px;
}
.main1-3 dd:nth-child(5){
	left: -255px;
	bottom: -94px;
}
.main2{
	background-color: #f4f5fa;
}
.main2-2{
	width: 65%;
	position: relative;
}
.main2-2-bg-wp{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
}
.main2-2-bg{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
	display: none;
}
.main2-2-bg.cur{
	display: block;
}
.main2-1{
	width: 35%;
	margin-top: 265px;
	padding-left: calc((100% - 1600px)/2);
	padding-right: 30px;
}
.main1-left{
	max-width: 100%;
}
.main2-1 .main-con{
	margin-top: 30px;
}
.main2-2-item-wp{
	height: 900px;
	position: relative;
	z-index: 25;
}
.main2-2-item{
	float: left;
	width: 25%;
	height: 50%;
	border-left: 1px solid rgba(255,255,255,0.5);
	border-top: 1px solid rgba(255,255,255,0.5);
	padding: 65px 40px 0;
	position: relative;
}
.main2-2-item::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
	background-color: #000;
	content: "";
	opacity: 0.2;
	z-index: 80;
	transition: opacity .3s;
}
.main2-2-item:nth-child(1){border-left: 0;border-top: 0;}
.main2-2-item:nth-child(2){border-top: 0;}
.main2-2-item:nth-child(3){border-top: 0;}
.main2-2-item:nth-child(4){border-top: 0;}
.main2-2-item:nth-child(5){border-left: 0;}
.main2-2-title{
	font-size:24px;
	font-weight: bold;
	color: #fff;
	padding-left: 20px;
	border-left: 5px solid #448853;
	line-height: 1;
	position: absolute;
	left: 0;
	bottom: 50px;
	top: auto;
}
.main2-2-item-div{
	position: relative;
	z-index: 100;
	height: 100%;
}
.main2-2-item:hover::before{
	opacity: 0.8;
}
.main2-2-item:hover .main2-2-title{
	position: relative;
	top: 0;
	bottom: auto;
}
.main2-2-item:hover .main2-2-dl{
	position: relative;
	opacity: 1;
	transform: translateY(0px);
	transition: opacity .5s,transform .5s;
	transition-delay: .2s;
}
.main2-2-dl{
	position: absolute;
	width: 100%;
	padding-top: 20px;
	opacity: 0;
	transform: translateY(15px);
}
.main2-2-dl dl{
	margin: 0;
}
.main2-2-dl dd{
	font-size: 0;
	line-height: normal;
	padding-top:14px;
}
.main2-2-dl dd>a{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border: 1px solid rgba(255,255,255,0.2);
	padding: 6px 20px;
	line-height: 1.5;
	position: relative;
}
.main2-2-dl dd>a::after{
	z-index: 5;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	content: "";
	background-color:#448853;
}
.main2-2-dl dd>a:hover::after{
	width: 100%;
	transition: width .3s;
}
.main2-2-dl dd>a span{
	position: relative;
	z-index: 15;
}
.main3-menu{
	padding:40px 0;
}
.main3-menu dl{
	margin: 0;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main3-menu dd+dd{
	margin-left: 40px;
}
.main3-menu dd span{
	font-size: 20px;
	color: #333;
	cursor: pointer;
	padding-bottom: 20px;
	position: relative;
	transition: .3s;
}
.main3-menu dd span::after{
	position: absolute;
	width: 0;
	left: 50%;
	height: 2px;
	background-color: #448853;
	transition: .3s;
	content: "";
	bottom: 0;
}
.main3-menu dd span img{
	display: inline-block;
	margin-top: -3px;
	margin-right: 12px;
	margin-left: 10px;
	width: 34px;
	position: relative;
	opacity: 1;
	transition: width .3s;
}
.main3-menu dd span img.cur{
	position: absolute;
	left: 0;
	width: 34px;
	opacity: 0;
}
.main3-menu dd.cur span{
	font-family: 'pfb';
	font-size: 24px;
	color: #448853;
}
.main3-menu dd.cur span::after{
	width: 100%;
	left: 0;
}
.main3-menu dd.cur img{
	width: 45px;
	opacity: 0;
}
.main3-menu dd.cur img.cur{
	opacity: 1;
	width: 45px;
}
.main3-div-wp .main3-div{display: none;}
.main3-div-wp .main3-div:first-child{display: block;}
.main3-div{
	min-height: 470px;
	padding: 90px 320px 30px 100px;
	position: relative;
}
.main3-bg-wp{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	overflow: hidden;
}
.main3-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
  transform: scale(1);
}
.main3-bg::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	content: "";
	background-color: #000;
	opacity: 0.2;
}
.main3-bg::after{
	position: absolute;
	width: 100%;
	height: 254px;
	left: 0;
	bottom: 0;
	z-index: 4;
	content: "";
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/yin.png);
}
.main3-bg.cur{
	opacity: 1;
	visibility: visible;
	transform: scale(1.05);
}
.main3-box{
	position: relative;
	z-index: 50;
}
.main3-dl{
	width: 268px;
	padding: 10px 50px 28px 34px;
	background-color: rgba(0,0,0,0.7);
	margin-right: 94px;
	border-radius: 15px;
}
.main3-dl dl{
	margin:0;
}
.main3-dl dd{
	font-size: 16px;
	position: relative;
	padding-right: 30px;
	color: #fff;
	cursor: pointer;
	padding-top: 14px;
    padding-bottom: 14px;
}
.main3-dl dd::after{
	position: absolute;
	left: 0;
	right: 30px;
	bottom: 0;
	height: 2px;
	background-color: #939393;
	content: "";
	transition: right .3s,background-color .3s;
}
.main3-dl dd.cur::after{
	right: 0;
	background-color: #448853;
}
.main3-con-wp{
	overflow: hidden;
	padding-top: 35px;
}
.main3-con{
	display: none;
}
.main3-con:first-child{
	display: block;
}
.main3-con h1{
	margin: 0;
	font-size:24px;
	color: #fff;
}
.main3-con p{
	margin: 0;
	font-size:18px;
	color: #fff;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin: 20px 0 50px;
}
.main3-con .more1{
	margin-top: 0;
}
.main4{
	background-color: #f4f5fa;
}
.main4-1{
	margin-top: 50px;
}
.main4-1-a.fl{
	width: 543px;
	margin-right: 15px;
}
.main4-1-a.fl .imgbox_a{
	padding-bottom: 68.7%;
}
.main4-1-a{
	overflow: hidden;
}
.main4-1-a .imgbox_a{
	padding-bottom: 35.8%;
}
.main4-1-a .imgbox_a::after{
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
	left: 0;
	z-index: 1;
	content: "";
	background-color: #031e4a;
	opacity: 0.4;
}
.main4-con{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0	40px 30px;
	font-size: 0;
	line-height: normal;
	z-index: 25;
}
.main4-fl{
	display: inline-block;
	font-size: 18px;
	color: #fff;
	padding: 5px 10px;
	background-color: rgba(68,136,83,0.7);
}
.main4-h1{
	font-size:18px;
	color: #fff;
	margin-top: 20px;
}
.main4-2{
	margin-top:45px;
}
.main4-2-1{
	width: 262px;
	margin-top: 15px;
}
.main4-2-1 dl{
	margin: 0;
}
.main4-2-1 dd+dd{
	margin-top: 8px;
}
.main4-2-1 dd{
	background-color: #e2e4f0;
	position: relative;
	padding: 0	25px 0 30px;
	cursor: pointer;
	transition: background-color .3s;
}
.main4-2-1 dd::after{
	position: absolute;
	width: 15px;
	height: 30px;
	top: 50%;
	margin-top: -15px;
	right: -15px;
	content: "";
	background-image: url(../images/jiao3.png);
	background-size: 100%;
	opacity: 0;
	transition: opacity .3s;
}
.main4-2-1 dd .fl{
	height:97px;
	line-height: 97px;
	font-size: 25px;
	color: #999;
	font-family: 'Impact';
	text-transform: uppercase;
	transition: color .3s;
}
.main4-2-1 dd .fr{
	height:97px;
	line-height: 97px;
	font-size: 18px;
	color: #666;
	transition: color .3s;
}
.main4-2-1 dd.cur{
	background-color: #448853;
}
.main4-2-1 dd.cur::after{
	opacity: 1;
}
.main4-2-1 dd.cur .fl,
.main4-2-1 dd.cur .fr{
	color: #fff;
}
.main4-2-2{
	width: 1260px;
	position: relative;
}
.main4-2-2-div{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	left: -50000px;
}
.main4-2-2-div.cur{
	position: relative;
	left: 0;
}
.main4-2-list .item{
	padding: 15px;
}
.main4-2-item{
	display: block;
	background-color: #f4f5fa;
	transition: .3s;
	padding: 25px;
}
.main4-2-item:hover{
	background-color: #fff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}
.main4-2-date{
	font-size: 25px;
	color: #333;
	font-family: 'Impact';
}
.main4-2-date img{
	width: 24px!important;
	display: inline-block!important;
}
.main4-2-date span{
	color: #448853;
	font-size: 2em;
	font-family: 'Impact';
	line-height: 1;
}
.main4-2-date i{
	font-style: normal;
	color: #666;
	font-size: 16px;
	padding-left: 17px;
}
.main4-2-item h1{
	margin: 0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	padding: 15px 0 ;
}
.main4-2-item p{
	margin: 0;
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
}
.main4-2-list .owl-nav button.owl-prev{
    position: absolute;
    left:-40px;
    top: 50%;
    margin-top: -23px;
    width: 25px;
    height: 47px;
    background-image: url(../images/left3.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    background-size: 100%;
}
.main4-2-list .owl-nav button.owl-next{
    position: absolute;
    right:-40px;
    top: 50%;
   	margin-top: -23px;
    width: 25px;
    height: 47px;
    background-image: url(../images/right3.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    background-size: 100%;
}
.main5{
	padding: 130px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/main5-bg.jpg);
}
.main5-1{
	margin-top: 150px;
}
.main5-1 .main-con{
	margin-top: 25px;
}
.main5-1-dl{
	padding-top: 25px;
}
.main5-1-dl dl{
	margin: 0;
	margin-left: -2%;
}
.main5-1-dl dd{
	float: left;
	width: 48%;
	margin-left: 2%;
	text-align: center;
	margin-top: 30px;
}
.main5-1-dl dd h1{
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #448853;
}
.main5-1-dl dd h1 span{
	font-family: "Impact";
	font-size: 2em;
	padding-right: 10px;
}
.main5-1-dl dd h2{
	margin: 0;
	font-size: 18px;
	color: #333;
	margin-top: 10px;
}
.main5-2{
	width: 1117px;
}
.main5-2 img{
	display: block;
	width: 100%;
}

.main5-3{
	width: 1000px;
}


.main5-3 dl{
	margin: 0;
	margin-left: -10%;
}

.main5-3 dd{
	float: left;
	width: 15%;
	margin-left: 10%;
	position: relative;
	margin-top: -35px;
}
.main5-3 dd::after{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content:"";
	background-color: #fff;
	box-shadow: 0px 0px 29px 0px rgba(8, 1, 3, 0.2);
	z-index: 15;
	transform: rotate(45deg)
}
.main5-3 dd .imgbox_a{
	z-index: 50;
}


.main5-3 dd:nth-child(5),
.main5-3 dd:nth-child(12){
	margin-left: 22.5%;
}


.main5-3 dd:nth-child(1),
.main5-3 dd:nth-child(2),
.main5-3 dd:nth-child(3),
.main5-3 dd:nth-child(4){
	margin-top: 0;
}














/**************************************************************/
/*main-over*/
/*footer-start*/
/**************************************************************/
#footer{
	background-color: #2e3033;
}
.footer-1{
	padding: 85px 0 60px;
	position: relative;
	/*overflow: hidden;*/
}

.footer-1::before{
	position: absolute;
	width:273px;
	left: -19px;
	top: -5px;
	height: 64px;
	background-image: url(../images/wan.png);
	background-repeat: no-repeat;
	background-position: center;
	content:"";
}




.foo1-1{
	width: 300px;
	position: relative;
}
.foo1-1 .logo::before{
	position: absolute;
	width:273px;
	left: -19px;
	top: -87px;
	height: 61px;
	background-image: url(../images/wan.png);
	background-repeat: no-repeat;
	background-position: center;
	content:"";
	display: none!important;
}
.foo1-1 .logo{
	margin-top: 0;
}
.foo1-dl{
	padding: 30px 0 40px;
}
.foo1-dl h1{
	margin:0;
	font-size: 18px;
	color: #fff;
	font-family: pfb;
	padding-bottom: 18px;
}
.foo1-dl dl{
	margin:0;
}
.foo1-dl dd{
	float: left;
	width: 38px;
	position: relative;
}

.foo1-dl dd span{
	position: absolute;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	top: 45px;
	display: none;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.foo1-er{
	position: absolute;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	top: 50px;
	display: none;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.foo1-er img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.foo1-dl dd:hover .foo1-er,.foo1-dl dd:hover span{
	display: block;
}
.foo1-dl dd+dd{
	margin-left: 22px;
}
.foo1-dl dd>a{
	display: block;
	height: 38px;
	background-repeat: no-repeat;
	background-position: center;
	transition: background-image .3s;
}
.foo1-dl dd:nth-child(1)>a{background-image: url(../images/fd1.png);}
.foo1-dl dd:nth-child(2)>a{background-image: url(../images/fd2.png);}
.foo1-dl dd:nth-child(3)>a{background-image: url(../images/fd3.png);}
.foo1-dl dd:nth-child(4)>a{background-image: url(../images/fd4.png);}
.foo1-dl dd:nth-child(1)>a:hover{background-image: url(../images/fd1h.png);}
.foo1-dl dd:nth-child(2)>a:hover{background-image: url(../images/fd2h.png);}
.foo1-dl dd:nth-child(3)>a:hover{background-image: url(../images/fd3h.png);}
.foo1-dl dd:nth-child(4)>a:hover{background-image: url(../images/fd4h.png);}
.yq select{
	display: block;
  width: 100%;
  height: 45px;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
}
.yq select:focus{
	outline: none;
}
.foo1-erer{
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.foo1-erer img{
	display: block;
	width: 120px;
	margin: 0 auto 10px;
}






.foo1-2 ul{
	margin:0;
}
.foo1-2 li{
	float: left;

}
.foo1-2 li+li{
	margin-left: 55px;
}
.foo1-2 li h1{
	margin:0;
	font-size: 18px;color: #fff;
	font-weight: bold;
}
.foo1-2 dl{
	margin:0;
	padding-top: 12px;
	width: 128px;
}
.foo1-2 dd{
	margin-top:9px;
	font-size: 16px;
	color: #929293;
}
.foo1-2 dd a:hover{
	color: #fff;
}
.footer-2{
	border-top: 1px solid #5b5d60;
	padding: 50px 0;
	line-height: 1.8;
	font-size: 14px;
	color: #929293;
}
.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;
	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: 11px;
    top: 8px;
    width: 18px;
}
.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width:180px;
   margin-left: 15px;
   margin-top:18px;
}
.logo-2 img{
	display: block;
	width: 100%;
}
.menu2{
	margin-right: 15px;
	height: 75px;
	font-size: 0;
}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/
}
.chenggao{
		display: none;
		height: 75px;
	}
#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;
}
/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
.banner-2{
	height: 600px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	padding-top: 240px;
}
.banner-2-hzhb{
	padding-top: 185px;
}
.banner-2::before{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	content:"";
	background-color: #000;
	opacity: 0.4;
}
.banner-2 .container{
	position: relative;
	z-index: 25;
}
.banner-2 h1{
	margin:0;
	font-size: 46px;
	color:#fff;
	font-weight: bold;
}
.banner-2 h2{
	margin:0;
	font-size: 24px;
	color:#fff;
	margin-top: 25px;
	line-height: 1.5;
}
.banner-2 h3{
	margin:0;
	font-size:74px;
	color:#fff;
	font-weight: bold;
	text-align: center;
}
.banner-2 h4{
	margin:0;
	font-size:0;
	color:#fff;
	text-align: center;
	margin-top: 25px;
}
.banner-2 h4 span{
	display: inline-block;
	font-size:24px;
	color:#fff;
	background-color: #448853;
	padding: 13px 50px;
	letter-spacing: 15px;
	border-radius: 999em;
}
.btb{
	border-top: 1px solid #dcdde2;
}
.mianbaoxie{
	height: 78px;
	line-height: 78px;
	background-repeat: no-repeat;
	background-position: 4px center;
	background-image: url(../images/mian.png);
	padding-left: 45px;
	font-size: 16px;
	color: #333;
}
.mianbaoxie a:hover{
	color: #448853;
}
.mianbaoxie span{
	font-weight: bold;
}
.erji-nav dl{
	margin:0;
}
.erji-nav dd{
	float: left;
}
.erji-nav dd+dd{
	margin-left: 15px;
}
.erji-nav dd>a{
	display: block;
	height: 78px;
	line-height: 78px;
	font-size: 18px;
	color: #333;
	padding: 0 20px;
	position: relative;
}
.erji-nav dd>a::after{
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background-color: #448853;
    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{
	padding: 80px 0;
}
.cp-list{
	padding: 0 10px;
}
.cp-list dl{
	margin:0;
}
.cp-list dd{
	background-color: #fff;
	box-shadow: 0px 0px 15px 0px rgba(8, 1, 3, 0.2);
}
.cp-list dd+dd{
	margin-top: 60px;
}
.cp-pic{
	width: 50%;
}
.cp-pic .imgbox_a{
	padding-bottom: 68.86%;
}
.cp-con{
	overflow: hidden;
	padding: 80px 50px 0;
}
.cp-h1{
	font-size: 0;
	color: #333;
	position: relative;
}
.cp-h1 span{
	position: relative;
	z-index: 15;
	display: inline-block;
	font-size: 28px;
	color: #333;
	max-width: 100%;
	line-height: 1;
	padding-bottom: 3px;
}
.cp-h1 span::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 7px;
	content:"";
	background-color: #448853;
	z-index: 3;
}
.cp-h1 span i{
	font-style: normal;
	position: relative;
	z-index: 25;
}
.cp-h2{
	font-size: 20px;
	color: #333;
	line-height: 1.5;
	padding: 23px 0 15px;
}
.main .cp-p{
	display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.cp-p{
	font-size: 18px;
	color: #666;
	line-height: 2;
	max-height: 8em;
	overflow: hidden;
}
.more1{
	margin-top: 60px;
}
.more1 a{
	display: block;
	width: 190px;
	height: 47px;
	line-height: 43px;
	border:2px solid #448853;
	position: relative;
	padding-left: 30px;
	position: relative;
}
.more1 a::after{
	position: absolute;
	right: 25px;
	height: 13px;
	width: 7px;
	top: 50%;
	transform: translateY(-50%);
	content:"";
	background-image: url(../images/jiao1.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 15;
	transition: background-image .3s,right .3s;
}
.more1 a span{
	font-size: 14px;
	color: #333;
	position: relative;
	z-index: 15;
	transition: color .3s;
}
.more1 a::before{
	position: absolute;
	top: -1px;
	bottom: -1px;
	width: 0;
	content:"";
	left: 0;
	z-index: 2;
	background-color: #448853;
	transition: width .3s;
}
.more1 a:hover::before{
	width: 100%;
}
.more1 a:hover span{
	color: #fff;
}
.more1 a:hover::after{
	right: 20px;
	background-image: url(../images/jiao1h.png);
}
.fenye ul{
	margin:0;
}
.fenye{
	text-align: center;
	margin-top: 75px;
}
.pp80{
	padding: 80px 0;
}
.cp-xx1{background-color: #f4f5fa;}
.cp-xx-title{
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #333;
}
.cp-xx-div{
	margin-top:50px;
	background-color: #fff;
	box-shadow: 0px 0px 15px 0px rgba(8, 1, 3, 0.2);
	border-bottom: 4px solid #448853;
	padding: 60px;
	font-size: 18px;
	color: #333;
	line-height: 2.2;
}
.cp-xx-div img{
	display: block;
	margin:0 auto;
	width: auto!important;
	height: auto!important;
}
.cp-xx3-dl{
	padding-top: 50px;
	padding-left: 100px;
	padding-right: 100px;
}
.cp-xx3-dl dl{
	margin:0;
	margin-left: -4%;
	margin-top: -3%;
}
.cp-xx3-dl dd{
	float: left;
	width: 46%;
	margin-top: 3%;
	margin-left: 4%;
	height: 195px;
	
}
.cp-xx3-dd:hover{
	box-shadow: 0px 0px 20px 5px rgba(8, 1, 3, 0.2);
  transform: scale(1.02);
}


.cp-xx3-dd{
	height: 100%;
	background-color: #fff;
	border-radius:10px;
	box-shadow: 0px 0px 20px 0px rgba(8, 1, 3, 0.15);
	padding: 40px 20px 0 35px;
	transition: box-shadow .5s,transform .5s;
  transform: scale(1);
}





.cp-xx3-ico{
	width:87px;
	height: 87px;
	margin-right: 30px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/lvjian.png);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s;
}
.cp-xx3-ico img{
	display: block;
	width: 51px;
}
.cp-xx3-dl dd:hover .cp-xx3-ico{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);	/* Safari å’Œ Chrome */
	-moz-transform: rotateY(180deg);	/* Firefox */
}
.cp-xx3-con{
	overflow: hidden;
	padding-top: 11px;
}
.cp-xx3-con h1{
	margin:0;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.cp-xx3-con p{
	margin:0;
	font-size:18px;
	color: #333;
	line-height: 1.6;
	margin-top: 15px;
}
.cp-xx4-dl{
	padding-top: 50px;
	padding-left: 8px;
	padding-right: 8px;
}
.cp-xx4-dl dl{
	margin:0;
	margin-left: -3%;
	margin-top: -3%;
}
.cp-xx4-dl dd{
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 3%;
	box-shadow: 0px 0px 15px 0px rgba(8, 1, 3, 0.2);
}
.cp-xx4-dl dd .imgbox_a{
	padding-bottom: 45.05208333333%;
}
.cp-xx4-dl dd .imgbox_a::after{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 15;
	background-color: #031e4a;
	opacity: 0.4;
	content:"";
	z-index: 10;
}
.cp-xx4-dl dd .imgbox_a span{
	position: absolute;
	z-index: 25;
	left: 35px;
	bottom: 35px;
	font-size: 18px;
	color: #fff;
}
.fa-xx .cp-xx3-con{
	padding-top: 0;
}
.fa-xx .cp-xx3-dd{
	padding-top: 42px;
}
.fa-xx3{
	background-image: url(../images/fa-xx3-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.fa-xx3 .cp-xx-title{color: #fff;}
.fa-xx5{
	background-color: #f4f5fa;
}
.fa-xx5-div{
	padding: 0 30px;
}
.fa-xx5-pic{
	width: 287px;
	margin-right: 50px;
}
.fa-xx5-pic .imgbox_a{
	padding-bottom: 75%;
}
.fa-xx5-con{
	overflow: hidden;
	padding-top: 5px;
}
.fa-xx5-con h1{
	margin:0;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.fa-xx5-con p{
	margin:0;
	font-size: 18px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow:hidden;
	margin-top: 12px;
}
.fa-xx5-con .more1 {
    margin-top: 45px;
}
.fa-xx5{
	position: relative;
}
.fa-xx5::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 5;
	height: 240px;
	content:"";
}
.fa-xx5 .container{
	position: relative;
	z-index: 15;
}
.erji-menu{
	background-color: #f4f5fa;
}
.erji-menu-dl dl{
	margin:0;
	font-size: 0;
	line-height: normal;
	text-align: center;
}
.erji-menu-dl dd{
	display: inline-block;
}
.erji-menu-dl dd+dd{
	margin-left: 20px;
}
.erji-menu-dl dd>a{
	display: block;
	height: 78px;
	line-height: 78px;
	font-size: 20px;
	color: #333;
	padding: 0 15px;
	position: relative;
}
.erji-menu-dl dd>a::after{
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background-color: #448853;
    bottom: 0px;
    right: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.erji-menu-dl dd.cur>a{
	/*font-family: 'pfb';*/
	font-weight: bold;
}
.erji-menu-dl dd>a:hover::after,.erji-menu-dl dd.cur>a::after{
  width: 100%;
  right: auto;
  left: 0;
}
.fa-list dl{
	margin:0;
}
.fa-list dd{
	float: left;
	width: 50%;
	margin-top: 80px;
}
.fa-list dd:first-child,
.fa-list dd:first-child+dd{
	margin-top: 0
}
.fa-item{
	position: relative;
}
.fa-pic{
	width: 47.875%;
	position: relative;
	z-index: 10;
	margin-left: 10px;
}
.fa-pic .imgbox_a{
	padding-bottom: 127.676%;
}
.fa-con{
	position: absolute;
	right: 30px;
	width: 55%;
	background-color: #fff;
	top: 40px;
	bottom: 40px;
	z-index: 25;
	box-shadow: 0px 0px 20px 0px rgba(8, 1, 3, 0.15);
	padding: 50px 50px 0;
}
.fa-item .cp-p{
	margin-top: 30px;
}
.al-fl{
	background-color: #f4f5fa;
	padding: 40px 0 30px;
}
.al-fl-title{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	width: 120px;
	height: 35px;
	line-height: 35px;
}
.al-fl-dl{
	overflow: hidden;
}
.al-fl-dl dl{
	margin:0;
	font-size: 0;
	line-height: normal;
}
.al-fl-dl dd{
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
}
.al-fl-dl dd>a{
	display: block;
	font-size: 18px;
	color: #333;
	height: 35px;
	line-height: 35px;
	padding: 0 18px;
	border-radius: 999em;
	transition: background-color .3s,color .3s;
}
.al-fl-dl dd>a:hover{
	color: #448853;
}
.al-fl-dl dd.cur>a{
	background-color: #448853;
	color: #fff!important;
}
.al-fl-li+.al-fl-li{
	margin-top: 15px;
}
.anli-list dl{
	margin:0;
	margin-left: -3%;
	margin-top: -3%;
}
.anli-list dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
	margin-top: 3%;
}
.anli-item{
	box-shadow: 0px 0px 20px 0px rgba(8, 1, 3, 0.15);
	display: block;
}
.anli-item .imgbox_a>img{
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.anli-item:hover .imgbox_a>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.anli-item:hover .anli-con{
	background-color: #448853;
}
.anli-item:hover .anli-con h1{color: #fff;}
.anli-item:hover .anli-con p{color: #fff;}
.anli-item:hover .more2{
	color: #fff;
}
.anli-item:hover .more2  img{
	opacity: 0;
	display: none;
}
.anli-item:hover .more2  img.cur{
	opacity: 1;
	display: inline-block;
	left: 15px;
}
.anli-item .more2{
	position: relative;
}
.anli-item .more2 a:hover{
	font-weight: bold;
}
.anli-item .more2 img.cur{
	opacity: 0;
	position: relative;
	left: 0;
	transition: left .3s;
}
.anli-pic .imgbox_a{
	padding-bottom: 68.763%;
}
.anli-con{
	padding: 40px 35px;
	background-color: #fff;
	transition: background-color .3s;
}
.anli-con h1{
	margin:0;
	font-size: 20px;
	color: #333;
	transition: color .3s;
}
.anli-con h1 a:hover{
	font-weight: bold;
}
.anli-con p{
	margin:0;
	font-size: 18px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	transition: color .3s;
	margin-top: 15px;
}
.more2{
	margin-top: 25px;
	font-size: 16px;
	color: #666;
}
.more2 img{
	margin-top: -3px;
	margin-left:25px;
}
.more2 a:hover{
	color: #448853;
}
.banner-3{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	padding: 115px 0;
}
.banner-3 h1{
	margin:0;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}
.bybox{
	box-shadow: 0px 0px 15px 0px rgba(8, 1, 3, 0.2);
	background-color: #fff;
}
.anli-xx-left{
	width: 75%;
	padding: 40px 65px 65px;
}
.anli-xx-right{
	width: 22.5%;
}
.anli-xx-box{
	padding: 20px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.anli-xx-box+.anli-xx-box{
	margin-top: 20px;
}
.anli-xx-title h1{
	margin:0;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	padding-left: 20px;
	border-left: 6px solid #448853;
	line-height: 1;
}
.anli-xx-title a.fr{
	font-size: 14px;
	color: #333;
	margin-right: 10px;
}
.anli-xx-title a.fr:hover{
	color: #448853;
}
.anli-xx-list{
	margin-top: 20px;
}
.anli-xx-list dl{
	margin:0;
}
.anli-xx-list dd+dd{
	margin-top: 3px;
}
.anli-xx-list dd>a{
	display: block;
	padding: 0 30px;
	background-color: #fff;
	transition: background-color .3s;
}
.anli-xx-list dd>a>span{
	display: block;
	padding-left: 23px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dian2.png);
	height: 38px;
	line-height: 38px;
	transition: background-image .3s,color .3s;
	font-size: 16px;
	color: #333;
}
.anli-xx-list dd>a:hover{
	background-color: #7cbe2e;
}
.anli-xx-list dd>a:hover>span{
	color: #fff;
	background-image: url(../images/dian2h.png);
}
.anli-xx-jingcai{
	margin-top: 25px;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	text-align: center;
}
.anli-xx-jingcai img{
	display: block;
	width: 142px;
	margin:0 auto 15px;
}
.anli-xx-jingcai span{
	color: #448853;
}
.anli-xx-left1{
	padding: 60px 0px 25px;
	background-image: url(../images/yh.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #dcdde2;
}
.anli-xx-left1-con{
	padding-right: 130px;
	position: relative;
}
.anli-xx-left1-con h1{
	margin:0;
	font-size: 28px;
	color: #333;
	font-family: 'pfb';
	line-height: 1.5;
}
.anli-xx-left1-con h2{
	margin:0;
	font-size: 14px;
	color: #333;
	position: absolute;
	right: 0;
	top:14px;
	padding-left: 28px;
	background-image: url(../images/date.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}
.anli-xx-left2-item{
	margin-top: 40px;
}
.anli-xx-left2-item img{
	display: block;
	margin: 0 auto;
}
.anli-xx-left2-title{
	font-size: 26px;
	color: #333;
	font-family: 'pfb';
	padding: 30px 30px 30px 38px;
	border-left: 6px solid #448853;
	position: relative;
	background-color: #f4f5fa;
}
.anli-xx-left2-title::before{
	position: absolute;
	width: 15px;
	height: 6px;
	background-color: #448853;
	content:"";
	left: 0;
	top: 0;
}
.anli-xx-left2-title::after{
	position: absolute;
	width: 15px;
	height: 6px;
	background-color: #448853;
	content:"";
	left: 0;
	bottom: 0;
}
.anli-xx-left2-con{
	padding: 30px 0;
	font-size: 16px!important;
	color:#666!important;
	line-height: 2;
}
.anli-xx-left2-con p{
	color:#666!important;
	text-indent: 2em;
	font-size: 16px!important;
}
.anli-xx-left2-con span{
	color:#666!important;
	font-size: 16px!important;
}
.hezuo1{
	padding-top: 145px;
	background-image: url(../images/hezuo1-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.hezuo-menu{
	position: absolute;
	width: 100%;
	left: 0;
	top: -50px;
}
.hezuo-menu-dl{
	max-width: 1400px;
	margin:0 auto;
}
.hezuo-menu-dl dl{
	margin:0;
	display: flex;
}
.hezuo-menu-dl dd{
	width: 25%;
}
.hezuo-menu-dl dd>a{
	display: flex;
	height: 100px;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	transition: .3s;
}
.hezuo-menu-dl dd>a:hover{
	background-color: #448853;
	color:#fff!important;
}
#hezuo-md1{
	position: relative;
	top: -30px;
}
.hezuo1-item-wp{
	margin-top: 60px;
}
.hezuo1-item{
	width: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.hezuo1-item.fl{
	border-right: 1px solid #fff;
	padding-left: calc((100% - 1600px)/2);
}
.hezuo1-item.fr{
	padding-right: calc((100% - 1600px)/2);
}
.hezuo1-item:hover .hezuo1-con-wp{
	display: block;
	width: 500px;
}
.hezuo1-item:hover .hezuo1-con{
	opacity: 1;
	transform: translateX(0px);
}
.hezuo1-item-div{
	display: flex;
	height: 515px;
	justify-content: center;
	align-items: center;
}
.hezuo1-ico{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.hezuo1-ico img{
	display: block;
	width: 145px;
	margin:0 auto 25px;
}
.hezuo1-con{
	width:500px;
	padding-left: 70px;
	transform: translateX(30px);
	opacity: 0;
	transition: .3s;
	transition-delay: .2s;
}
.hezuo1-con-wp{
	overflow: hidden;
	width: 0;
	transition: width .3s;
}
.hezuo1-con h1{
	margin:0;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}
.hezuo1-con p{
	margin:0;
	font-size: 18px;
	color: #fff;
	line-height: 1.8;
	margin-top: 20px;
	max-height: 5.4em;
	overflow: hidden;
}
.hezuo4-div{
	margin-top: 70px;
}
.hezuo4-1{
	display: flex;
	justify-content: center;
}
.hezuo4-1-item{
	display: flex;
	align-items: center;
}
.hezuo4-1-ico{
	width: 90px;
	margin-right: 30px;
}
.hezuo4-1-ico img{
	display: block;
	width: 100%;
}
.hezuo4-1-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.hezuo4-1-con h2{
	margin:0;
	font-size:26px;
	color: #448853;
	font-weight: bold;
	margin-top: 15px;
}
.hezuo4-1-item+.hezuo4-1-item{
	margin-left: 90px;
}
.hezuo4-2{
	margin: 70px auto 0;
	max-width: 1200px;
}
.hezuo4-2-dl dl{
	margin:0;
	margin-left: -3%;
}
.hezuo4-2-dl dd{
	float: left;
	width: 30.3333333%;
	margin-left: 3%;
	margin-bottom: 3%;
	position: relative;
}
.hezuo4-2 input:focus{
	outline: none;
}
.hezuo4-2-dl dd input[type="text"]{
	display: block;
	width: 100%;
	height: 57px;
	border:1px solid #e1e1e1;
	background-color: #f3f3f3;
	font-size: 16px;
	color: #333;
	line-height: 1.428571;
	padding: 10px 20px;
	padding-right: 40px;
}
.hezuo4-2-dl dd.bt::after{
	position: absolute;
	width: 8px;
	height: 8px;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	content:"";
	background-image: url(../images/bt.png);
}
.hezuo4-btn{
	padding-top: 15px;
}
.hezuo4-btn input{
	display: block;
	width: 220px;
	height: 53px;
	border:0;
	font-size: 18px;
	font-family: 'pfb';
	text-align: center;
	background-color: #448853;
	border-radius: 5px;
	margin:0 auto;
	color: #fff;
}
.hezuo4-btn input:hover{
	background-color: #366b41;
}
.fuwu1-1{
	width: 50%;
}
.fuwu1-1 .imgbox_a{
	padding-bottom: 61.98%;
}
.fuwu1-2{
	width: 50%;
}
.fuwu1-2 .imgbox_a{
	padding-bottom: 61.98%;
}
.fuwu1-con{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 80px;
	padding-right: calc((200% - 1600px)/2);
}
.fuwu1-con h1{
	margin: 0;
	font-size: 36px;
	font-weight: bold;
	color: #333;
}
.fuwu1-con p{
	margin: 0;
	font-size: 18px;
	color: #333;
	line-height: 2;
	margin-top: 30px;
}
.cp-xx-title-h2{
	font-size: 24px;
	color: #333;
	text-align: center;
	margin-top: 15px;
}
.fuwu2-list{
	margin-top: 70px;
}
.fuwu2-list dl{
	margin: 0;
	margin-left: -3%;
}
.fuwu2-list dd{
	float: left;
	width: 22%;
	margin-left: 3%;
	height: 520px;
	background-color: #fff;
	box-shadow: 0px 0px 15px 0px rgba(8, 1, 3, 0.2);
	padding: 70px 40px 0;
}
.fuwu2-list dd::after{
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	content: "";
	z-index: 1;
	background-color: #448853;
	transition: height .3s;
}
.fuwu2-ico{
	width: 90px;
	margin: 0 auto;
	position: relative;
	z-index: 15;
}
.fuwu2-ico img{
	display: block;
	width: 100%;
	position: relative;
	z-index: 15;
	opacity: 1;
	transition:  .3s;
}
.fuwu2-ico img.cur{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	transition:  .3s;
}
.fuwu2-list dd:hover .fuwu2-ico img{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);	/* Safari å’Œ Chrome */
	-moz-transform: rotateY(180deg);	/* Firefox */
}
.fuwu2-con{
	margin-top: 35px;
	position: relative;
	z-index: 15;
}
.fuwu2-con h1{
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #333;
	transition: color .3s;
}
.fuwu2-con-p p{
	margin: 0;
}
.fuwu2-con-p{
	font-size: 18px;
	color: #333;
	line-height: 2;
	margin-top:20px;
	transition: color .3s;
}
.fuwu2-list dd:hover::after{
	height: 100%;
}
.fuwu2-list dd:hover .fuwu2-ico img{opacity:0;}
.fuwu2-list dd:hover .fuwu2-ico img.cur{opacity:1;}
.fuwu2-list dd:hover .fuwu2-con h1{color: #fff;}
.fuwu2-list dd:hover .fuwu2-con-p{color: #fff;}
.fuwu3-1{
	background-image: url(../images/fuwu3-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 95px 0 190px;
	text-align: center;
	background-attachment: fixed;
	position: relative;
}
.fuwu3-1 .container{
	position: relative;
	z-index: 15;
}
.fuwu3-1::after{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	z-index: 10;
	background-color: #031e4a;
	opacity: 0.5;
}
.fuwu3-1 h1{
	margin: 0;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}
.fuwu3-1 h2{
	margin: 0;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
}
.fuwu3-2{
	padding: 100px 0 130px;
}
.fuwu3-2-dl{
	padding: 0 100px;
}
.fuwu3-2-dl dl{
	margin: 0;
	margin-left: -3%;
}
.fuwu3-2-dl dd{
	float: left;
	width: 30.33333%;
	margin-left: 3%;
	padding-left:95px;
	background-repeat: no-repeat;
	background-position: left 0;
	position: relative;
}
.fuwu3-2-dl dd::before{
	position: absolute;
	width: 75px;
	height: 72px;
	content: "";
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	transition: .5s;
}
.fuwu3-2-dl dd:nth-child(1)::before{background-image: url(../images/fuwu3-2-dd1.png);}
.fuwu3-2-dl dd:nth-child(2)::before{background-image: url(../images/fuwu3-2-dd2.png);}
.fuwu3-2-dl dd:nth-child(3)::before{background-image: url(../images/fuwu3-2-dd3.png);}
.fuwu3-2-dl dd:hover::before{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}


.fuwu3-2-dl dd h1{
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.fuwu3-2-dl dd p{
	margin: 0;
	font-size: 18px;
	color: #333;
	line-height: 2;
	margin-top: 10px;
}
.fbanner-4 .flex-control-nav{
	width: 1600px;
	position: absolute;
	height: 6px;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	text-align: left;
}
.fbanner-4 .slides>li{
	overflow: hidden;
}
.fbanner-4 .slides>li img{
	transition: transform 5s linear;
	z-index: 500;
}
.fbanner-4 .slides>li.flex-active-slide img{
	transform: scale(1.05);
}
.fbanner-4 .flex-control-nav li{
	margin: 0;
}
.fbanner-4 .flex-control-nav li+li{
	margin-left: 10px;
}
.fbanner-4 .flex-control-paging li a{
	width: 88px;
	height: 6px;
	background-size: auto;
	transition: background-image .3s;
}
.pp90{
	padding: 90px 0;
}
.mm60{
	margin-top: 60px;
}
.jiejue1-list{
	height: 515px;
	overflow: hidden;
}
.jiejue1-list dl{
	margin: 0;
}
.jiejue1-list dd{
	float: left;
	width: 16.666666667%;
	height: 515px;
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
	transition: width .3s;
	overflow: hidden;
}
.jiejue1-list dd+dd{
	border-left: 3px solid #fff;
}
.jiejue1-con1{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 40px;
	padding: 0 15px 0 40px;
	z-index: 15;
	font-size: 20px;
	color: #fff;
	opacity: 1;
}
.jiejue1-list dd::before{
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
	background-image: url(../images/jiejue1-yin.png);
	background-repeat: no-repeat;
	background-position: left center;
	opacity: 0;
	visibility: visible;
	transition: opacity .3s;
}
.jiejue1-con1 img{
	display: block;
	width: 69px;
	margin-bottom: 20px;
}
.jiejue1-list dd.cur{
	width: 50%;
}
.jiejue1-list dd.cur::before{
	opacity: 1;
}
.jiejue1-list dd.cur .jiejue1-con1{
	opacity: 0;
	transition: opacity .3s;
	visibility: hidden;
}
.jiejue1-list dd.cur .jiejue1-con2{
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%);
	transition: opacity .5s,transform .3s;
}
.jiejue1-con2{
	position: absolute;
	width: 800px;
	left: 0;
	top: 50%;
	transform: translateY(0%);
	z-index: 25;
	padding: 0	60px;
	opacity: 0;
	visibility: hidden;
}
.jiejue1-con2 img{
	display: block;
	width: 69px;
	margin-bottom: 25px;
}
.jiejue1-con2 .cp-h1 span{
	font-size: 26px;
	color: #fff;
}
.jiejue1-con2 p{
	margin: 0;
	font-size: 18px;
	color: #fff;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin-top: 20px;
}
.jiejue1-con2 .more1 {
    margin-top: 50px;
}
.more1.more1_bai a{
	border-color: #fff;
}
.more1.more1_bai a span{
	color: #fff;
}
.more1.more1_bai a::before{
	background-color: #fff;
}
.more1.more1_bai a::after{
	    background-image: url(../images/jiao1h.png);
}
.more1.more1_bai a:hover span {
    color: #448853;
}
.more1.more1_bai a:hover::after {
    background-image: url(../images/jiao1.png);
}
.jiejue2{
	background-image: url(../images/jiejue2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.jiejue2 .cp-xx-title{
	color: #fff;
}
.jiejue2-dl{
	padding: 35px 0 60px;
}
.jiejue2-dl dl{
	margin: 0;
	font-size: 0;
	line-height: normal;
	text-align: center;
}
.jiejue2-dl dd{
	display: inline-block;
	width: 133px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #333;
	background-color: #fff;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color .3s,color .3s;
}
.jiejue2-dl dd+dd{
	margin-left: 27px;
}
.jiejue2-dl dd.cur{
	background-color: #448853;
	color: #fff;
}
.jiejue2-list-div-wp{
	position: relative;
	overflow: hidden;
}
.jiejue2-list-div{
	position: absolute;
	width: 100%;
	left: -5000%;
	top: 0;
	padding: 0 30px;
}
.jiejue2-list-div.cur{
	position: relative;
	left: 0;
}
.jiejue2-pic{
	/*background-color: #f00;*/
}
.jiejue2-box{
	padding-bottom: 70.83333333%;
	position: relative;
}
.jiejue2-box img{
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: auto!important;
	/*height: 100%;*/
}
.jiejue2-pic+.jiejue2-con{
	margin-top: 83px;
}
.jiejue2-con+.jiejue2-pic{
	margin-top: 83px;
}
.jiejue2-list{
	padding: 50px 105px;
	background-repeat: repeat-x;
	background-position: left center;
	background-image: url(../images/jiejue2-list-bg.png);
}
.jiejue2-list .item{
	background-image: url(../images/item-bg.png);
	background-repeat: no-repeat;
	background-position: center;
}
.jiejue2-title{
	position: absolute;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.8;
	left: 0;
	bottom: 0;
}
.jiejue2-pic+.jiejue2-con .jiejue2-title{
	top: 0;
	bottom: auto;
}
.jiejue2-list .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 50%;
    margin-top: -14px;
    width: 28px;
    height: 28px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    background-size: 100%;
    transition: background-image .3s;
}
.jiejue2-list .owl-nav button.owl-prev:hover{
	background-image: url(../images/lefth.png);
}
.jiejue2-list .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 50%;
   	margin-top: -14px;
    width: 28px;
    height: 28px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    background-size: 100%;
    transition: background-image .3s;
}
.jiejue2-list .owl-nav button.owl-next:hover{
	background-image: url(../images/righth.png);
}
.jiejue3{
	height: 843px;
	background-image: url(../images/jiejue3-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.jiejue3-div{
	margin-top:61px;
}
.jiejue3-1{
	width: 459px;
	margin-left: 108px;
}
.jiejue3-1 img{
	display: block;
	width: 100%;
}
.jiejue3-div{
	display: flex;
	align-items: center;
}
.jiejue3-2 img{
	display: block;
	position: relative;
	left: -25px;
}
.banner-video{
	padding: 300px 0;
	position: relative;
	overflow: hidden;
}
.banner-video video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.banner-video::after{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 15;
	content: "";
	background-color: #000;
	opacity: 0.4;
}
.banner-video .container{
	position: relative;
	z-index: 50;
}
.banner-video-title{
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.banner-video-a{
	font-size: 0;
	text-align: center;
	margin-top: 45px;
}
.banner-video-a a{
	display: inline-block;
	width: 188px;
	height: 55px;
	line-height: 55px;
	border-radius: 999em;
	background-color: #448853;
	color: #fff;
	text-align: center;
	font-size: 18px;
}
.banner-video-a a+a{
	margin-left: 38px;
}
.banner-video-a a:hover{
	font-weight: bold;
}
.about1{
	background-color: #f4f5fa;
	padding: 120px 0 140px;
}
.about1-1{
	width: 690px;
	margin-right: 110px;
}
.about1-1 .cp-xx-title{
	text-align: left;
}
.about1-1-con{
	font-size: 18px;
	color: #333;
	line-height: 2;
	margin-top: 30px;
}
.about1-1-con p{margin: 0}
.about1-1-con p+p{
	margin-top: 30px;
}
.about1-2{
	overflow: hidden;
	padding-top: 25px;
}
.about2{
	min-height: 596px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/about2-bg.jpg);
}
.about2 .cp-xx-title{
	color: #333333;
}
.about2-dl{
	padding: 70px 70px 0;
}
.about2-dl dl{
	margin: 0;
	margin-left: -3%;
}
.about2-dl dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left 0;
	background-image: url(../images/about2-line.png);
	min-height:184px;
}
.about2-dl dd h1{
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.about2-dl dd p{
	margin: 0;
	font-size: 18px;
	color: #fff;
	line-height: 2.2;
	margin-top: 20px;
}
.about3{
	padding: 145px 0 115px;
}
.about3-div{
	position: relative;
}
.about3-num{
	position: absolute;
	left: 0;
	width: 100%;
	top: -160px;
	z-index: 1;
	text-align: center;
}
.about3-num span{
	display: none;
	font-size: 440px;
	line-height: 1;
	font-family: 'Impact';
	color: #f5f5f5;
}
.about3-num span:first-child{
	display: block;
}
.about3-list-wp{
	padding: 0 130px;
	position: relative;
	z-index: 10;
}
.about3-list .item{
	height: 118px;
	position: relative;
	z-index: 10;
	cursor: pointer;
}
.about3-list .owl-item{
	position: relative;
	z-index: 10;
}
.about3-list .owl-item.center{
	position: relative;
	z-index: 30;
}
.about3-list .item::after{
	position: absolute;
	width: 190px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	right: 50%;
	margin-right: -10px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/bb.png);
	content: "";
}
/*.about3-list{
	background-repeat: repeat-x;
	background-position: -80px center;
	background-image: url(../images/bb.png);
}*/
.about3-list .item span{
	position: absolute;
	font-size: 30px;
	font-family: "Impact";
	color: #333;
	top: 3px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 50;
}
.about3-list .item:hover span{
	color: #448853;
}
.about3-list .center .item span{
	width: 118px;
	height: 118px;
	line-height: 118px;
	border-radius: 50%;
	color: #fff!important;
	background-color: #448853;
	text-align: center;
	top: 0;
	font-size: 40px;
}
.about3-list .owl-nav button.owl-prev{
    position: absolute;
    left:-28px;
    top: 50%;
    margin-top: -14px;
    width: 28px;
    height: 28px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    background-size: 100%;
    transition: background-image .3s;
}
.about3-list .owl-nav button.owl-prev:hover{background-image: url(../images/lefth.png);}
.about3-list .owl-nav button.owl-next{
    position: absolute;
    right:-28px;
    top: 50%;
    margin-top: -14px;
    width: 28px;
    height: 28px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    background-size: 100%;
    transition: background-image .3s;
}
.about3-list .owl-nav button.owl-next:hover{background-image: url(../images/righth.png);}
.about3-list .owl-nav button.owl-prev.disabled,
.about3-list .owl-nav button.owl-next.disabled{
	display: none;
}

.about3-list .owl-nav.disabled{
	display: block;
}






.about3-prev{
    position: absolute;
    left:102px;
    top: 50%;
    margin-top: -14px;
    width: 28px;
    height: 28px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    background-size: 100%;
    transition: background-image .3s;
}
.about3-prev:hover{background-image: url(../images/lefth.png);}
.about3-next{
    position: absolute;
    right:102px;
    top: 50%;
    margin-top: -14px;
    width: 28px;
    height: 28px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    background-size: 100%;
    transition: background-image .3s;
}
.about3-next:hover{background-image: url(../images/righth.png);}
.about3 .cp-xx-title{
	position: relative;
	z-index: 50;
}
.about3-con-wp{
	margin: 30px auto 0;
	max-width: 1265px;
	background-color: #fff;
	box-shadow: 0px 0px 15px 0px rgba(8, 1, 3, 0.2);
	padding: 40px 115px;
	position: relative;
	z-index: 10;
}
.about3-con{
	display: none;
}
.about3-con:first-child{
	display: block;
}
.about3-con-content{
	display: flex;
	align-items: center;
	justify-content: center;
}
.about3-pic{
	width: 354px;
	margin-right:70px;
}
.about3-content{
	flex-grow: 1;
	font-size: 18px;color: #333;
	line-height: 2;
}
.about4{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/about4-bg.jpg);
}
.about4 .cp-xx-title{
	color: #fff;
}
.about4-1{
	width: 50%;
	margin-top: 25px;
	padding: 0	100px;
}
.about4-list-wp{
	position: relative;

}
.about4-list-wp .about4-list{
	position: absolute;
	width: 100%;
	left: -2000px;
	top: 0;
}
.about4-list-wp .about4-list.cur{
	position: relative;
	left: 0;
}
.about4-list .poster-item .imgbox_a{
	padding-bottom: 72.727272%;
}
.poster-main {
  position: relative;
}
.poster-main .poster-list {
  width: 600px;
  height: 288px;
}
.poster-main .poster-list .poster-item {
  width: 396px;
  height: 288px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1!important;
}
.poster-main .poster-btn {
  position: absolute;
  width: 28px!important;
  height: 28px!important;
  margin-top: -14px;
  top: 50%;
  cursor: pointer;
}
.poster-main .poster-btn:hover{
}
.poster-main .poster-prev-btn {
  left: -45px;
  background-image: url(../images/left.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image .3s;
}
.poster-main .poster-prev-btn:hover{
  background-image: url(../images/lefth.png);
}
.poster-main .poster-next-btn {
  right: -45px;
  background-image: url(../images/right.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image .3s;
}
.poster-main .poster-next-btn:hover{
  background-image: url(../images/righth.png);
}
.about4-width{
	width: 396px;
	height: 0;
}
.about4-2{
	overflow: hidden;
}
.about4-2-dl dl{
	margin: 0;
}
.about4-2-dl dd{
	float: left;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	padding: 0	10px 20px;
	cursor: pointer;
	position: relative;
}
.about4-2-dl dd::after{
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background-color: #448853;
    bottom: -3px;
    right: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.about4-2-dl dd.cur::after{
  width: 100%;
  right: auto;
  left: 0;
}
.about4-2-dl dd+dd{
	margin-left: 30px;
}
.about4-2-div-wp{
	min-height: 0px!important;
	border-top: 1px solid rgba(207,207,207,0.5);
	border-bottom: 1px solid rgba(207,207,207,0.5);
	padding:25px 0;
}
.about4-2-div{
	font-size: 18px;
	color: #fff;
	line-height: 2.2;
	display: none;
	height: 195px;
	overflow-y: auto;
}
.about4-2-div::-webkit-scrollbar {
    width: 6px;
}
.about4-2-div::-webkit-scrollbar-thumb {
    width: 6px;
    height: 36px;
    border-radius: 6px;
    background-color: #fff;
}
.about4-2-div::-webkit-scrollbar-track {
    width: 6px;
    border-radius:6px;
}
.about4-2-div:first-child{
	display: block;
}
.about5-list .item{
	padding: 15px;
}
.about5-item{
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(8, 1, 3, 0.2);
	padding: 65px 25px 55px;
	transition: box-shadow .3s;
}
.about5-item:hover {
	box-shadow: 0px 0px 15px 0px rgba(8, 1, 3, 0.2);
}
.about5-ico{
	width: 87px;
	margin: 0 auto;
}
.about5-ico img{
	display: block;
	width: 100%;
	transition: .3s;
}
.about5-item:hover .about5-ico img{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);	/* Safari å’Œ Chrome */
	-moz-transform: rotateY(180deg);	/* Firefox */
}
.about5-title{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding: 30px 0 25px;
}
.about5-title::before{
	position: absolute;
	width: 222px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 3px;
	height: 1px;
	background-color: #cfcfcf;
	content: "";
	z-index: 2;
}
.about5-title::after{
	position: absolute;
	width: 70px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	height: 3px;
	background-color: #448853;
	content: "";
	z-index: 5;
}
.about5-ss{
	display: flex;
	padding: 30px 0 50px;
}
.about5-ss-item{
	width: 50%;
	text-align: center;
}
.about5-ss-item h1{
	margin: 0;
	font-size:18px;
	color: #333;
	font-weight: bold;
}
.about5-ss-item h2{
	margin: 0;
	font-size:18px;
	color: #333;
	margin-top: 15px;
}
.about5-item .more11>a{
	margin: 0 auto;
}
.more11 a{
	display: block;
	width: 196px;
	height: 50px;
	line-height: 48px;
	border:1px solid #cfcfcf;
	position: relative;
	padding-left: 26px;
	position: relative;
}
.more11 a::after{
	position: absolute;
	right: 20px;
	height: 10px;
	width: 48px;
	top: 50%;
	transform: translateY(-50%);
	content:"";
	background-image: url(../images/jiao2.png);
	background-repeat: no-repeat;
	background-position: right center;
	z-index: 15;
	transition: background-image .3s,right .3s;
}
.more11 a span{
	font-size: 14px;
	color: #333;
	position: relative;
	z-index: 15;
	transition: color .3s;
}
.more11 a::before{
	position: absolute;
	top: -1px;
	bottom: -1px;
	width: 0;
	content:"";
	left: 0;
	z-index: 2;
	background-color: #448853;
	transition: width .3s;
}
.more11 a:hover::before{
	width: 100%;
}
.more11 a:hover span{
	color: #fff;
}
.more11 a:hover::after{
	right: 15px;
	background-image: url(../images/jiao2h.png);
}
.about5-list .owl-nav button.owl-prev{
    position: absolute;
    left:-60px;
    top: 50%;
    margin-top: -23px;
    width: 25px;
    height: 47px;
    background-image: url(../images/left2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    background-size: 100%;
}
.about5-list .owl-nav button.owl-next{
    position: absolute;
    right:-60px;
    top: 50%;
    margin-top: -23px;
    width: 25px;
    height: 47px;
    background-image: url(../images/right2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    background-size: 100%;
}
.about6{
	/*min-height: 834px;*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/about6-bg.jpg);
}
.about6-div{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.about6-div-box{
	margin-top: 30px;
}
.about6-map{
	position: relative;
	width: 1200px;
	left: 65px;

}
.about6-map-wp{
	width: 1170px;
	min-height: 1px;
	position: relative;
	z-index: 10;
}
.about6-width{
	width: 1200px;
}
.about6-dl2{
	overflow: hidden;
	position: relative;
	z-index: 50;
	left: -135px;
}
.about6-dl2 dl{
	margin: 0;
	height: 700px;
	display: flex;
	align-items: center;
	padding: 0 15px;
}
.about6-dl2 dd{
	background-color: rgba(255,255,255,0.5);
	box-shadow: 0px 0px 15px 0px rgba(8, 1, 3, 0.2);
	border-left: 4px solid #448853;
	padding: 30px;
	width: 100%;
	display: none;
}
.about6-dl2 dd:first-child{
	display: block;
}
.about6-dl2 dd h1{
	margin: 0;
	font-size: 24px;
	color: #000;
	font-weight: bold;
}

#map_menu11.erji-menu-dl dd>a{
	height: 70px;
	line-height: 70px;
}
.about6-dl2-con{
	font-size: 18px;
	color: #333;
	line-height: 1.8;
	margin-top: 18px;
}
.about6-dl2-con p{margin: 0}
.about7-dl{padding-top: 10px;}
.about7-dl dl{
	margin: 0;
	margin-left: -5%;
}
.about7-dl dd{
	float: left;
	width:28.333333333%;
	margin-left: 5%;
	padding: 75px 50px 0;
	height: 240px;
	background-color: #fff;
	box-shadow: 0px 0px 15px 0px rgba(8, 1, 3, 0.2);
	position: relative;
	margin-top: 80px;
}
.about7-dl dd h1{
	margin: 0;
	text-align: center;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.about7-con{
	font-size: 18px;
	color: #333;
	line-height: 1.9;
	margin-top: 20px;
	padding-left: 30px;
}
.about7-dl dd::before{
	position: absolute;
	width: 100px;
	height: 100px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	z-index: 15;
	top: -50px;
	background-size: 100%;
	transition: background-image .3s;
}
.about7-dl dd:nth-child(1)::before{background-image: url(../images/about7-ico1.png);}
.about7-dl dd:nth-child(2)::before{background-image: url(../images/about7-ico2.png);}
.about7-dl dd:nth-child(3)::before{background-image: url(../images/about7-ico3.png);}
.about7-dl dd:nth-child(4)::before{background-image: url(../images/about7-ico4.png);}
.about7-dl dd:nth-child(5)::before{background-image: url(../images/about7-ico5.png);}
.about7-dl dd:nth-child(6)::before{background-image: url(../images/about7-ico6.png);}
.about7-dl dd:nth-child(1):hover::before{background-image: url(../images/about7-ico1h.png);}
.about7-dl dd:nth-child(2):hover::before{background-image: url(../images/about7-ico2h.png);}
.about7-dl dd:nth-child(3):hover::before{background-image: url(../images/about7-ico3h.png);}
.about7-dl dd:nth-child(4):hover::before{background-image: url(../images/about7-ico4h.png);}
.about7-dl dd:nth-child(5):hover::before{background-image: url(../images/about7-ico5h.png);}
.about7-dl dd:nth-child(6):hover::before{background-image: url(../images/about7-ico6h.png);}
#cebian{
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 988;
	background-color: #fff;
	width: 50px;
	box-shadow: 0px 0px 10px 0px rgba(8, 1, 3, 0.2);
	display: none;
}
#cebian dl{
	margin: 0;
}
#cebian dd+dd{
	border-top:1px solid #e4e5e9;
}
#cebian dd>a{
	display: block;
	position: relative;
}
#cebian dd>a>span{
	display: block;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 15;
	background-color: #fff;
}
#cebian dd>a>i{
	position: absolute;
	width: 100px;
	height: 50px;
	line-height: 50px;
	left: -50px;
	top: 0;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(8, 1, 3, 0.2);
	font-size: 16px;
	color: #333;
	text-align: center;
	font-style: normal;
	z-index: 10;
	opacity: 0;
}
#cebian dd>a:hover>i{
	transition: left .3s,opacity .3s;
	left: -100px;
	opacity: 1;
}
#cebian dd>a:hover .cebian-ce{
	opacity: 1;
	visibility: visible;
}
.cebian-ce{
	position: absolute;
	width: 100px;
	right:55px;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	color: #333;
	text-align: center;
	background-color: #fff;
	padding-bottom: 5px;
}
.cebian-ce img{
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
.xinwen-list dl{
	margin: 0;
	margin-left: -3%;
	margin-top: -3%;
}
.xinwen-list dd{
	float: left;
	width: 30.33333333%;
	margin-left: 3%;
	margin-top: 3%;
}
.danpian{
	padding: 40px 0 80px;
}
.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;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	color:#666!important;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}
.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}
.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.dan-a a{
	font-size: 16px;
	color:#666;
}
.dan-a a:hover{
	color:#c90304;
}
.dan-a a:hover{
	color:#b21d20;
}
.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;
	z-index: -1;
}
.video-wp.cur{
	opacity: 1;
	visibility: visible;
	z-index: 1800;
}
.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;
}

#jsmap-tip{
	display: none!important;
}







.xinwen-list2 dl{
	margin: 0;
}
.xinwen-list2 dd{
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
}
.xinwen-list2 dd:first-child{
	padding-top: 0;
}

.xinwen-list2-pic{
	width: 250px;
	margin-right: 30px;
}
.xinwen-list2-pic .imgbox_a{
	padding-bottom: 68.7%;
}

.xinwen-list2-con{
	overflow: hidden;
	padding-top: 12px;
}

.xinwen-list2-con h1{
	margin: 0;
	font-size: 22px;
	color: #333;font-weight: bold;
}

.xinwen-list2-con h1 a:hover{
	color: #448853;
}

.xinwen-list2-con h2{
	margin: 0;
	font-size: 14px;
	color: #666;
	margin: 13px 0 10px;
}

.xinwen-list2-con p{
	margin: 0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}

.xinwen-list2-a{
	margin-top: 20px;
}

.xinwen-list2-a a{
	font-size: 14px;
	color: #448853;
}
.xinwen-list2-a a:hover{
	font-weight: bold;
}



.search-body{
	padding-left: 120px;
	position: relative;
}

.search-body select.form-control{
	position: absolute;
	left: 0;
	top: 0;
	width: 110px;
	padding: 6px!important;
}