.newsDetMain img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto !important;
}
.header{
	display: block;
	width: 100%;
	height: 134px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 199;
	background: #3dad03;
	text-align: center;
	min-width: 1300px;
	padding: 0 66px;
}
.logo{
	display: inline-block;
	vertical-align: top;
	height: 100%;
	line-height: 134px;
	overflow: hidden;
}
.language{
	line-height: 134px;
	height: 134px;
	font-size: 18px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
}
.searchTop{
	display: inline-block;
	vertical-align: top;
	height: 134px;
	position: relative;
	margin-right: 22px;
}
.searchTop>span{
	display: block;
	width: 18px;
	height: 100%;
	cursor: pointer;
	background: url(../image/search-01.png) no-repeat center;
	background-size: 100% auto;
}
.searchTop>div{
	display: none;
	width: 280px;
	height: 60px;
	background: #fff;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 90;
	padding: 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
	border-radius: 0 0 6px 6px;
}
.zhaopins{
    padding-bottom: 60px;
}
.zhaopins li {
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin-top: 36px;
}

.zhaopins li .line {
	width: 100%;
	height: 136px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px 0 40px;
	cursor: pointer;
}

.zhaopins li .line.on .left p {
	color: #3dad03;
}

.zhaopins li .line.on img {
	transform: rotate(180deg);
}

.zhaopins li .line .left {
	overflow: hidden;
}

.zhaopins li .line .left p {
	font-size: 20px;
	color: #000000;
	margin-bottom: 18px;
}

.zhaopins li .line .left div {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.zhaopins li .line .left div span {
	display: block;
	font-size: 16px;
	color: #999999;
	margin-right: 50px;
}

.zhaopins li .line img {
	transition: all .3s;
}

.zhaopins li .slide {
	overflow: hidden;
	padding: 20px 30px 40px 40px;
	display: none;
}

.zhaopins li .slide .font {
	overflow: hidden;
	margin-bottom: 15px;
}

.zhaopins li .slide .font p {
	font-size: 16px;
	margin-bottom: 16px;
	color: #333333;
}

.zhaopins li .slide .font span {
	display: block;
	font-size: 16px;
	line-height: 1.7;
	color: #999999;
}

.zhaopins li .slide .forms {
	overflow: hidden;
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.zhaopins li .slide .forms input {
	width: 375px;
	height: 62px;
	border: 1px solid #e6e6e6;
	padding-left: 16px;
	color: #999999;
	font-size: 14px;
}

.zhaopins li .slide .forms .updata {
	width: 305px;
	height: 62px;
	border-bottom: 1px solid #e6e6e6;
	font-size: 14px;
	color: #999999;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.zhaopins li .slide .button {
	overflow: hidden;
	width: 200px;
	height: 46px;
	margin: 0 auto;
	cursor: pointer;
	display: flex;
	background: #3dad03;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
	font-size: 16px;
	transition: all .1s;
	color: #fff;
	border-radius: 40px;
}

.zhaopins li .slide .button:hover {
	opacity: 0.8;
}

.searchTop form{
    height: 100%;
}
.searchTop input[type='text']{
	float: left;
	width: 190px;
	height: 100%;
	border-radius: 4px;
	background: #eee;
	padding: 0 10px;
	font-size: 14px;
	color: #333333;
}
.searchTop input[type='submit']{
	float: right;
	width: 60px;
	height: 100%;
	border: none;
	border-radius: 4px;
	background: #3dad03;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
.menu{
	display: inline-block;
	vertical-align: top;
	position: relative;
	height: 134px;
	margin-left: 136px;
}
.menu>li{
	float: left;
	position: relative;
	margin-right: 64px;
}
.menu>li:last-child{
	margin-right: 0;
}
.menu>li>a{
	display: block;
	padding: 0 4px;
	line-height: 134px;
	font-size: 20px;
	color: #fff;
}
.menu>li.active>a::after{
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 90px;
}
/* 头部适配 */
@media screen and (max-width:1700px){
	.menu{margin-left: 60px;}
	.menu>li{margin-right: 35px;}
}
@media screen and (max-width:1600px){
	.menu{margin-left: 60px;}
	.menu>li{margin-right: 40px;}
}
@media screen and (max-width:1550px){
	.menu{margin-left: 60px;}
	.menu>li{margin-right: 30px;}
}
@media screen and (max-width:1400px){
	.header{padding: 0 30px;}
	.menu{margin-left: 30px;}
	.menu>li{margin-right: 25px;}
}
.menuIn{
	width: 150px;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -75px;
	z-index: 90;
	background: #fff;
}
.menuIn>li:first-child{
	padding-top: 16px;
}
.menuIn>li:last-child{
	padding-bottom: 16px;
}
.menuIn a{
	display: block;
	padding: 7px 8px;
	min-height: 42px;
	line-height: 28px;
	font-size: 16px;
	color: #636363;
}
.menuIn a:hover{
	color: #3dad03;
}
.menuDiv{
	width: auto;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 90;
	background: #fff;
}
.menuDiv>li{
	float: left;
	display: inline-block;
	width: 216px;
	padding: 40px 40px 26px;
	height: auto;
	text-align: left;
}
.menuDiv>li:first-child{
	padding-left: 32px;
}
.menuDiv>li:last-child{
	padding-right: 32px;
}
.menuDiv>li h3{
	font-size: 16px;
	color: #373737;
	line-height: 28px;
}
.menuDiv>li>em{
	display: block;
	width: 136px;
	height: 1px;
	background: #dddddd;
	margin: 16px 0 0;
}
.menuDivCen a{
	display: block;
	padding: 7px 0;
	min-height: 42px;
	line-height: 28px;
	font-size: 15px;
	color: #747474;
}
.menuDivCen a:hover{
	color: #3dad03;
}
.menuDivCen a:first-child{
	padding-top: 16px;
}
.menuDivCen a:last-child{
	padding-bottom: 16px;
}
.menu>li>ul{
	display: none;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
}
.menu>li:hover>ul{
	display: block;
}
.menu>li:hover .menuDiv{
	display: flex;
}
.menu>li>ul::before{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #fff;
	border-right: 7px solid transparent;
	position: absolute;
	left: 50%;
	top: -7px;
	transform: translateX(-50%);
	z-index: 90;
}

.footer{
	background: #292929;
}
.footerBot{
	background: #232323;
	display: block;
}
.footBotDiv{
	display: block;
	padding: 20px 0;
	font-size: 16px;
	color: #9d9d9d;
}
.footBotDiv a{
	color: #9d9d9d;
}
.footBotDiv a:hover{
	color: #fff;
}
.footerTop{
	border-bottom: 1px solid #353535;
}
.footNav{
	padding: 62px 0;
}
.footNav a{
	float: left;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	margin-left: 50px;
}
.footerCenLeft>li{
	float: left;
	padding: 50px 0 82px;
	width: 390px;
	margin-right: 164px;
	position: relative;
}
.footerCenLeft>li:last-child{
	margin-right: 0;
}
.footerCenLeft>li::after{
	content: "";
	display: block;
	width: 1px;
	height: 122px;
	background: #3a3a3a;
	position: absolute;
	right: 0;
	top: 55px;
}
.footerCenLeft>li>img{
	display: block;
	height: 50px;
	margin-bottom: 15px;
}
.footerCenLeft>li h5{
	font-size: 16px;
	line-height: 24px;
	color: #9d9d9d;
}
.footerCenLeft>li h2{
	margin-top: 8px;
	font-size: 30px;
	color: #fff;
	line-height: 40px;
}
.footerCenLeft>li p{
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	margin-top: 13px;
}
.footerCenEwm{
	padding-top: 54px;
}
.footerCenEwm>li{
	float: left;
	margin-left: 20px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 28px;
}
.footerCenEwm>li img{
	display: block;
	height: 124px;
	margin: 0 auto 8px;
}
/* 首页 */
.swiperBanner{
	display: block;
	width: 100%;
	height: 806px;
	position: relative;
	overflow: hidden;
}
.swiperBanner .swiper-pagination{
	bottom: 28px;
}
.swiperBanner .swiper-pagination-bullet{
	width: 28px;
	height: 28px;
	opacity: 1;
	background: url(../image/dian02.png) no-repeat center;
	background-size: 100% 100%;
}
.swiperBanner .swiper-pagination-bullet-active{
	background: url(../image/dian01.png) no-repeat center;
	background-size: 100% 100%;
}
.swiperBanner .swiper-button-next:after,
.swiperBanner .swiper-button-prev:after{
	color: #fff;
	opacity: 0.6;
	font-size: 60px;
	font-weight: 300;
}
.swiperBanner .swiper-button-next:hover:after,
.swiperBanner .swiper-button-prev:hover:after{
	color: #3DAD03;
}
.swiperBanner .swiper-button-next{
	right: 68px;
}
.swiperBanner .swiper-button-prev{
	left: 68px;
}
.title1{
	position: relative;
}
.title1 h2{
	font-size: 42px;
	font-weight: bold;
	color: #232323;
	text-transform: uppercase;
	line-height: 60px;
}
.title1 h5{
	font-weight: bold;
	font-size: 28px;
	color: #232323;
	line-height: 40px;
	margin-top: 4px;
}
.title1.on h2,
.title1.on h5{
	color: #fff;
}

.indexHe{
	display: block;
	background: #3dad03;
	padding: 72px 0 96px;
}
.indexHeImg>li{
	float: left;
	width: 238px;
	height: 137px;
	margin-bottom: 15px;
	margin-right: 14px;
}
.indexHeImg>li img{
	transition: all 400ms;
}
.indexHeImg>li:nth-child(6n){
	margin-right: 0;
}
.indexHeImg>li:hover img{
	margin-top: -8px;
}
.indexProList{
	width: 290px;
	height: 570px;
	position: relative;
	overflow: hidden;
	margin-right: 7px;
	transition: all 500ms;
}
.indexProList:nth-child(4n){
	margin-right: 0;
}
.indexProIn{
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	padding: 54px 40px 0;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	transition: all 500ms;
}
.indexProIn>em{
	display: block;
	width: 28px;
	height: 3px;
	background: #15ab47;
	margin-bottom: 36px;
}
.indexProIn h3{
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 26px;
	height: 36px;
}
.indexProIn p{
	height: 48px;
}
.indexProIn span{
	display: block;
	margin-top: 300px;
}
.indexProIn span img{
	margin-left: 10px;
	margin-top: -3px;
}
.indexProList.active{
	padding: 248px 30px 0;
	width: 608px;
}
.indexProList.active .indexProIn{
	background: #fff;
	padding: 44px 46px 0;
	height: 290px;
	color: #535353;
}
.indexProList.active .indexProIn h3{
	color: #232323;
}
.indexProList.active .indexProIn span{
	display: block;
	width: 130px;
	height: 44px;
	background: #3dad03;
	text-align: center;
	line-height: 44px;
	border-radius: 10px 0 10px 0;
	margin-top: 28px;
	color: #fff;
}
.indexProList.active .indexProIn span img{
	display: none;
}
.indexProList.active .indexProIn em{
	margin-bottom: 26px;
}
.indexAbout{
	display: block;
	width: 100%;
	padding: 85px 0 172px;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	position: relative;
}
.indexAboutDiv>h3{
	font-size: 42px;
	font-weight: bold;
	line-height: 56px;
	margin-bottom: 5px;
}
.indexAboutDiv>h4{
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 78px;
}
.indexAboutMore{
	display: block;
	width: 130px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border-radius: 10px 0 10px 0;
	background: #3dad03;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 58px;
	color: #fff;
}
.indexAboutSwi{
	margin-top: 42px;
}
.indexAboutSwi>li{
	float: left;
	font-size: 14px;
	color: #a7b8dc;
	line-height: 20px;
	position: relative;
	margin-right: 74px;
}
.indexAboutSwi>li h2{
	font-size: 16px;
	color: #fff;
	height: 56px;
	line-height: 56px;
}
.indexAboutSwi>li h2 span{
	font-size: 38px;
}
.indexAboutSwi>li h2 em{
	font-size: 38px;
}
.indexAboutSwi>li:last-child{
	margin-right: 0;
}
.indexAboutSwi>li::after{
	content: "";
	display: block;
	width: 16px;
	height: 27px;
	background: url(../image/xian01.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	bottom: 4px;
	right: -40px;
}
.indexAboutSwi>li:last-child:after{
	display: none;
}
.indexAboutBot{
	display: block;
	width: 100%;
	position: absolute;
	bottom: -74px;
	left: 0;
	z-index: 9;
}
.indexAboutUl{
	height: 144px;
	background: #fff;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}
.indexAboutUl>li{
	float: left;
	color: #3b3b3b;
	width: 25%;
	height: 100%;
	padding-left: 68px;
	display: flex;
	align-items: center;
	position: relative;
}
.indexAboutUl>li:after{
	content: "";
	display: block;
	width: 1px;
	height: 80px;
	background: #e4e4e4;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.indexAboutUl>li:nth-child(4n):after{
	display: none;
}
.indexAboutUl>li img{
	width: 73px;
	height: auto;
	margin-right: 20px;
}
.indexAboutUl>li>div{
	width: calc(100% - 93px);
}
.indexAboutUl>li>div h5{
	font-size: 14px;
	font-family: arial;
	line-height: 20px;
	color: #b1b1b1;
	text-transform: uppercase;
}
.indexAboutUl>li>div h3{
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
}
.indexNews{
	display: block;
	padding: 155px 0 94px;
	background: #f8f8f8;
}
.indexNewMore{
	display: block;
	width: 130px;
	height: 44px;
	border-radius: 10px 0 10px 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 6px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
	background: #fff;
	text-align: center;
	line-height: 44px;
	font-size: 14px;
	color: #000000;
	border-bottom: 2px solid #e4e6e5;
}
.indexNewMore::after{
	content: "";
	display: block;
	width: 100;
	height: 2px;
	background: #3dad03;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	transition: all 400ms;
}
.indexNewMore:hover:after{
	width: 100%;
}
.indexNewsUl li{
	float: left;
	margin-bottom: 30px;
	margin-right: 30px;
}
.indexNewsUl li:nth-child(3n){
	margin-right: 0;
}
.indexNewsList{
	display: block;
	width: 480px;
	height: 520px;
	position: relative;
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}
.indexNewsImg{
	display: block;
	width: 100%;
	height: 270px;
	overflow: hidden;
}
.indexNewsImg>div{
	display: block;
	height: 100%;
}
.indexNewsIn{
	display: block;
	padding: 22px 46px 0;
	height: 194px;
	overflow: hidden;
}
.indexNewsIn h5{
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	height: 24px;
	margin-bottom: 14px;
}
.indexNewsIn h3{
	font-size: 20px;
	line-height: 34px;
	font-weight: bold;
	color: #2f2f2f;
	height: 68px;
	margin-bottom: 16px;
}
.indexNewsIn p{
	font-size: 14px;
	color: #858585;
	line-height: 24px;
}
.indexNewsBot{
	display: block;
	width: 100%;
	height: 56px;
	padding: 0 46px;
}
.indexNewsBot>div{
	font-size: 14px;
	color: #b2b2b2;
	line-height: 54px;
	border-top: 1px solid #e6e6e6;
	background: url(../image/more02.png) no-repeat right center;
}
.indexNewsList:hover .indexNewsBot{
	background: #3dad03;
}
.indexNewsList:hover .indexNewsBot>Div{
	border-color: #3dad03;
	color: #fff;
	background: url(../image/more03.png) no-repeat right center;
}
.bannerDiv{
	display: block;
	height: 414px;
}
.aboutDiv1{
	margin: 90px auto 110px;
	font-size: 16px;
	color: #525252;
	line-height: 30px;
}
.aboutDiv1>h2{
	font-size: 40px;
	color: #3dad03;
	font-weight: bold;
	line-height: 60px;
	margin-bottom: 28px;
}
.aboutDiv1Swi{
	display: block;
	margin: 46px 0 70px;
}
.aboutDiv1Swi>li{
	float: left;
	font-size: 16px;
	color: #525252;
	line-height: 22px;
	margin-right: 112px;
	position: relative;
}
.aboutDiv1Swi>li h2{
	font-size: 16px;
	color: #3dad03;
	line-height: 60px;
	height: 60px;
	color: #3dad03;
}
.aboutDiv1Swi>li h2 span,
.aboutDiv1Swi>li h2 em{
	font-size: 50px;
}
.aboutDiv1Swi>li:last-child{
	margin-right: 0;
}
.aboutDiv1Swi>li::after{
	content: "";
	display: block;
	width: 1px;
	height: 62px;
	background: #d6d6d6;
	position: absolute;
	bottom: 2px;
	right: -56px;
}
.aboutDiv1Swi>li:last-child:after{
	display: none;
}
.title2{
	display: block;
	text-align: center;
}
.title2 h3{
	font-size: 44px;
	font-weight: bold;
	color: #313131;
	line-height: 56px;
	margin-bottom: 6px;
}
.title2 h5{
	font-size: 20px;
	font-family: arial;
	line-height: 28px;
	color: #afafaf;
	text-transform: uppercase;
}
.aboutDiv2{
	display: flex;
	height: auto;
	min-width: 1300px;
}
.aboutDiv2>li{
	width: 33.33%;
	height: auto;
	position: relative;
}
.aboutDiv2List{
	display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	align-items: center;
	justify-content: center;
}
.aboutDiv2In{
	display: block;
	width: 100%;
	height: 288px;
	padding: 0 20px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
}
.aboutDiv2In>span{
	display: block;
	height: 72px;
	text-align: center;
}
.aboutDiv2In>div{
	padding-top: 12px;
}
.aboutDiv2In>div h3{
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;
	margin: 38px 0 6px;
}
.swiperLich{
	height: 500px;
	position: relative;
	margin-bottom: 48px;
	overflow: hidden;
}
.swiperLich::before{
	content: "";
	display: block;
	height: 2px;
	width: calc(100% - 88px);
	background: #dcdcdc;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 44px;
	z-index: 0;
}
.swiperLich .swiper-slide{
	position: relative;
	height: 100%;
	width: 500px;
	padding-top: 55px;
	margin-left: -200px;
}
	.swiperLich .swiper-button-next,
	.swiperLich .swiper-button-prev {
		width: 44px;
		height: 44px;
		border-radius: 50%;
		background: #3dad03;
	}
.swiperLich .swiper-button-next:hover,
.swiperLich .swiper-button-prev:hover{
		background: #3dad03;
}
.swiperLich .swiper-button-prev{left: 0;}
.swiperLich .swiper-button-next{right: 0;}
.swiperLich .swiper-button-next:after,
.swiperLich .swiper-button-prev:after{
	font-size: 20px;
	color: #fff;
}
.swiperLich .swiper-slide:first-child{
	margin-left: 68px;
}
.swiperLich .swiper-slide:nth-child(2n){
	padding-top: 334px;
}
.swiperLichIn{
	display: block;
	padding-left: 122px;
	font-size: 16px;
	color: #2d2d2d;
	line-height: 32px;
	position: relative;
}
.swiperLichIn .year{
	display: flex;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 5px;
	left: 0;
	background: #3dad03;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	border-radius: 50%;
	line-height: 32px;
	text-align: center;
}
.swiperLichIn::before{
	content: "";
	display: block;
	width: 1px;
	height: 64px;
	background: #3dad03;
	position: absolute;
	top: 115px;
	left: 50px;
}
.swiperLich .swiper-slide:nth-child(2n) .swiperLichIn::before{
	top: -66px;
}
.swiperLich .swiper-slide::before{
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	border: 2px solid #cdcdcd;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 42px;
	z-index: 9;
	background: #fff;
}
.swiperLich .swiper-slide::after{
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 36.5px;
	z-index: 6;
	background: #fff;
}
.swiperLich .swiper-slide-active::after{
	border: 2px solid #3dad03;
}
.swiperLich .swiper-slide-active::before{
	background: #3dad03;
	border-color: #3dad03;
}
.rongyu{
	display: block;
	padding: 70px 0 75px;
}
.title2.on h3,
.title2.on h5{
	color: #fff;
}

.swiperRy{
	height: 370px;
	position: relative;
	overflow: hidden;
	display: block;
	width: 1500px;
	margin: 0 auto;
}
.swiperRy .swiper-slide{
	height: 100%;
	position: relative;
	-webkit-perspective: 410px;
	transition: all 300ms;
}
.swiperRyDiv{
	display: block;
	width: 410px;
	height: 370px;
	border: 1px solid #e3e3e3;
	background: #fff;
	position: absolute;
	right: 0;
	left: 0;
	z-index: 1;
	transition: all 300ms;
	transform: rotateY(-4deg) scale(0.94);
}
.swiper-slide-active .swiperRyDiv,
.swiper-slide-duplicate-active .swiperRyDiv{
	z-index: 80;
	left: 50%;
	transform: translateX(-50%) scale(1);
	cursor: pointer;
}

.rongyuBut{
	display: block;
	text-align: center;
	margin: 58px auto 0;
	height: 50px;
}
.rongyuBut span{
	display: inline-block;
	vertical-align: top;
	margin: 0 11px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.rongyuBut span.leftBut{
	background: url(../image/left-01.png) no-repeat center;
	background-size: 100% 100%;
}
.rongyuBut span.rightBut{
	background: url(../image/right-01.png) no-repeat center;
	background-size: 100% 100%;
}
.rongyuBut span.leftBut:hover{
	background: url(../image/left-02.png) no-repeat center;
	background-size: 100% 100%;
}
.rongyuBut span.rightBut:hover{
	background: url(../image/right-02.png) no-repeat center;
	background-size: 100% 100%;
}
.swiperRyTop{
	display: block;
	width: 100%;
	height: 306px;
	padding: 44px 43px;
	border-bottom: 2px dotted #e3e3e3;
	position: relative;
}
.swiperRyDiv p{
	text-align: center;
	font-size: 18px;
	color: #000000;
	line-height: 62px;
	padding: 0 20px;
}
.swiperRyDiv .imgBut{
	display: none;
	width: 60px;
	position: absolute;
	top: 128px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 90;
}
.swiper-slide-active .swiperRyDiv:hover .imgBut,
.swiper-slide-duplicate-active .swiperRyDiv:hover .imgBut{
	display: block;
}
.swiperRyTop>div{
	display: block;
	width: 100%;
	height: 100%;
}
.swiperRyTop .img{
	display: none;
}
.popImgZoom{
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1999;
	position: fixed;
	top: 0;
	left: 0;
}
.popImgZoom img{
	display: block;
	min-width: 300px;
	min-height: 300px;
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2000;
	border: 10px solid #fff;
	border-radius: 6px;
}
.teamDiv{
	display: block;
	padding: 64px 0 100px;
	background: #f2f2f2;
}
.mySwiper2{
	height: 448px;
	background: #fff;
	margin-bottom: 22px;
	overflow: hidden;
	position: relative;
}
.mySwiper{
	height: 100px;
	position: relative;
	overflow: hidden;
}
.teamImg{
	width: 50%;
	height: 100%;
}
.teamMain{
	width: 50%;
	height: 100%;
	padding: 84px 88px 100px 98px;
	font-size: 16px;
	color: #737373;
	line-height: 30px;
}
.teamMain p em{
	color: #3dad03;
	cursor: pointer;
}
.teamMain h2{
	font-size: 34px;
	font-weight: bold;
	color: #000000;
	line-height: 46px;
	margin-bottom: 20px;
}
.teamMain h4{
	font-size: 20px;
	color: #000000;
	line-height: 30px;
	margin-bottom: 24px;
}
.mySwiper .swiper-slide{
	position: relative;
	background: #fff;
}
.teamImg2{
	width: 47%;
	height: 100%;
}
.mySwiper .swiper-slide-thumb-active:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #3dad03;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 90;
}
.teamIn{
	width: 53%;
	height: 100%;
	padding: 25px 16px 0 20px;
	line-height: 24px;
	font-size: 16px;
	color: #7b7b7b;
}
.teamIn h3{
	font-size: 16px;
	font-weight: bold;
	color: #535353;
	margin-bottom: 4px;
}
.mySwiper2 .swiper-button-prev,
.mySwiper2 .swiper-button-next{
	top: auto;
	margin: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
	background: #b1b1b1;
}
.mySwiper2 .swiper-button-prev{
	left: auto;
	right: 50%;
}
.mySwiper2 .swiper-button-next{
	right: auto;
	left: 50%;
}
.mySwiper2 .swiper-button-prev:after,
.mySwiper2 .swiper-button-next:after{
	color: #fff;
	font-size: 20px;
}
.mySwiper2 .swiper-button-prev:hover,
.mySwiper2 .swiper-button-next:hover{
	background: #3dad03;
}
.mySwiper2 .swiper-pagination{
	display: block;
	width: auto;
	left: auto;
	right: 90px;
	bottom: 56px;
	line-height: 50px;
	font-size: 16px;
	color: #a7a7a7;
}
.mySwiper2 .swiper-pagination .swiper-pagination-current{
	font-size: 34px;
	color: #a7a7a7;
	font-weight: bold;
}
.popBg{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.5);
}
.teamPop{
	display: none;
	width: 1060px;
	height: 670px;
	background: #fff;
	border-radius: 8px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2000;
	padding: 52px 10px 52px 52px;
	font-size: 16px;
	color: #3d3d3d;
	line-height: 30px;
}
.teamPopIn{
	padding-right: 50px;
	position: relative;
	height: 100%;
	overflow: auto;
}
.teamPopIn::-webkit-scrollbar {/*滚动条整体样式*/
	width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 8px;
}
.teamPopIn::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 8px;
	-webkit-box-shadow: inset 0 0 8px #dedede;
	background: #dedede;
}
.teamPopIn::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0);
	border-radius: 0;
	background: rgba(0,0,0,0);
}
.teamPopIn p{
	margin-bottom: 12px;
}
.teamPopIn h2{
	font-size: 34px;
	font-weight: bold;
	padding-top: 2px;
	margin-bottom: 10px;
	line-height: 46px;
	color: #000000;
}
.teamPopIn h4{
	font-size: 20px;
	color: #000000;
	margin-bottom: 26px;
}
.teamPopInImg{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 334px;
	height: 198px;
	background-color: #fff;
}
.teamPopColse{
	display: block;
	height: 50px;
	width: 64px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 30;
	background: url(../image/colse-01.png) no-repeat 20px 18px;
	cursor: pointer;
}
.newsTab{
	display: block;
	text-align: center;
	background: #fff;
	width: 100%;
	height: auto;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}
.newsTab a{
	display: inline-block;
	vertical-align: top;
	width: 228px;
	height: 58px;
	text-align: center;
	line-height: 58px;
	font-size: 18px;
	color: #000000;
}
.newsTab a:hover{
	color: #3dad03;
}
.newsTab a.active{
	background: #3dad03;
	color: #fff;
	font-weight: bold;
}
.videoDiv{
	margin: 84px auto 50px;
}
.videoDiv>li{
	float: left;
	width: 460px;
	margin-right: 40px;
	margin-bottom: 30px;
}
.videoDiv>li:nth-child(1){
	width: 960px;
}
.videoDiv>li:nth-child(2){
	margin-right: 0;
}
.videoDiv>li:nth-child(3n+2){
	margin-right: 0;
}
.videoList{
	display: block;
	width: 100%;
	height: 542px;
	background: #fff;
	position: relative;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
}
.videoImg{
	display: block;
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.videoImg>div{
	display: block;
	height: 100%;
	transition: all 500ms;
}
.videoIn{
	display: block;
	padding: 26px 46px 0;
	font-size: 14px;
	line-height: 24px;
	color: #858585;
}
.videoIn h5{
	font-size: 16px;
	color: #666666;
	height: 24px;
	margin-bottom: 18px;
}
.videoIn h3{
	font-size: 20px;
	font-weight: bold;
	color: #2f2f2f;
	line-height: 30px;
	margin-bottom: 20px;
}
.videoIn p{
	height: 48px;
}
.videoInBot{
	display: block;
	width: 100%;
	height: 51px;
	border-top: 1px solid #e6e6e6;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 46px;
}
.videoInBot>div{
	line-height: 50px;
	font-size: 14px;
	color: #b2b2b2;
	background: url(../image/more04.png) no-repeat right center;
}
.videoList:hover .videoInBot{
	background: #3dad03;
}
.videoList:hover .videoInBot>div{
	background: url(../image/more05.png) no-repeat right center;
	color: #fff;
}
.videoDiv>li:nth-child(1) .videoImg{height: 100%;}
.videoDiv>li:nth-child(1) .videoIn{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 64px;
	color: #fff;
}
.videoDiv>li:nth-child(1) .videoIn h3{
	color: #fff;
	line-height: 40px;
	height: 40px;
	margin-bottom: 20px;
}
.videoDiv>li:nth-child(1) .videoIn p{
	color: #d6d6d6;
	line-height: 30px;
	height: 60px;
	margin-bottom: 42px;
}
.videoDiv>li:nth-child(1) .videoIn .videoInBot{
	display: none;
}
.videoDiv>li:nth-child(1) .videoIn h5{
	display: none;
}
.videoList:hover .videoImg>div{
	transform: scale(1.1);
}
.moreVideoBut{
	display: block;
	width: 150px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	margin: 0 auto 86px;
	font-size: 16px;
	color: #3dad03;
	border-radius: 10px 0 10px 0;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
.moreVideoBut:hover{
	background: #3dad03;
	color: #fff;
}
.newsMain{
	display: block;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
	padding: 62px 60px 68px;
}
.newsList{
	height: 230px;
	margin-bottom: 62px;
	position: relative;
	display: block;
	width: 100%;
}
.newsImg{
	width: 410px;
	height: 100%;
	overflow: hidden;
}
.newsImg>div{
	display: block;
	height: 100%;
}
.newsDiv{
	width: calc(100% - 460px);
	height: 100%;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	font-size: 14px;
	color: #858585;
	line-height: 24px;
}
.newsDiv h5{
	font-size: 13px;
	color: #666666;
	line-height: 32px;
	height: 32px;
	margin-bottom: 18px;
}
.newsDiv h5 span{
	font-size: 22px;
	margin-right: 10px;
}
.newsDiv h3{
	font-size: 22px;
	font-weight: bold;
	line-height: 36px;
	height: 36px;
	color: #2f2f2f;
	margin-bottom: 18px;
}
.newsDiv p{
	height: 48px;
}
.newsDiv h4{
	font-size: 14px;
	color: #858585;
	margin-top: 36px;
	line-height: 24px;
	background: url(../image/more06.png) no-repeat 68px center;
}
.newsList:hover .newsDiv h4{
	color: #3dad03;
	background: url(../image/more07.png) no-repeat 68px center;
}
.newsDiv::after{
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: #3dad03;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	transition: all 500ms;
}
.newsList:hover .newsDiv::after{
	width: 100%;
}

.weizhi{
	display: block;
	width: 100%;
	font-size: 14px;
	color: #808080;
}
.weizhi>li{
	float: left;
}
.weizhi>li:last-child{
	color: #3b3b3b;
}
.newDetBot>li{
	float: left;
	margin-top: 25px;
	margin-right: 40px;
}
.newDetBot>li:nth-child(3n){
	margin-right: 0;
}
.newDetTjList{
	display:block;
	width: 460px;
	height: 248px;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
	padding: 32px 35px 0;
	font-size: 14px;
	color: #858585;
	line-height: 24px;
}
.newDetTjList h4{
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	height: 24px;
	margin-bottom: 17px;
	padding: 0 10px;
}
.newDetTjList h3{
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #2f2f2f;
	margin-bottom: 20px;
	height: 30px;
	padding: 0 10px;
}
.newDetTjList p{
	padding: 0 10px;
	height: 48px;
}
.newDetTjList h5{
	display: block;
	margin-top: 25px;
	border-top: 1px solid #e6e6e6;
	line-height: 50px;
	color: #b2b2b2;
	background: url(../image/more06.png) no-repeat right center;
}
.newDetTjList:hover h5{
	color: #3dad03;
	background: url(../image/more07.png) no-repeat right center;
}
.newDetTjList:hover h3{
	color: #3dad03;
}
.newsDetTit{
	font-size: 30px;
	font-weight: bold;
	color: #2f2f2f;
	line-height: 40px;
	margin-top: 44px;
}
.newsDet{
	display: block;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
	padding: 0 70px;
}
.newsDetTop{
	display: block;
	width: 100%;
	padding: 52px 0 50px;
	border-bottom: 1px solid #dfdfdf;
	text-align: center;
	font-size: 16px;
	color: #a2a2a2;
	line-height: 28px;
}
.newsDetTop h3{
	font-size: 36px;
	color: #1c1c1c;
	line-height: 50px;
	margin-bottom: 12px;
}
.newsDetSwi{
	display: block;
	height: 106px;
	border-top: 1px solid #dfdfdf;
	line-height: 105px;
	text-align: center;
	position: relative;
}
.newsDetSwi>div{
	max-width: 500px;
	font-size: 18px;
	color: #323232;
}
.newsDetSwi>div a{
	color: #323232;
}
.newsDetSwi>div a:hover{
	color: #3dad03;
	text-decoration: underline;
}
.newsDetSwi>a{
	display: inline-block;
	vertical-align: top;
	height: 100%;
	line-height: 105px;
	font-size: 18px;
	color: #323232;
	margin: 0 auto;
	padding-left: 24px;
	background: url(../image/menu-01.png) no-repeat left center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.newsDetSwi>a:hover{
	color: #3dad03;
	background: url(../image/menu-02.png) no-repeat left center;
}
.newsDetMain{
	font-size: 18px;
	color: #323232;
	line-height: 32px;
	padding: 48px 0;
}
.newsDetMain p {
	margin-bottom: 20px;
}
.huanjing{
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #525252;
	padding: 82px 0 112px;
}
.huanjing h3{
	font-size: 44px;
	font-weight: bold;
	line-height: 56px;
	color: #212121;
	margin-bottom: 6px;
}
.huanjing h5{
	font-size: 18px;
	font-family: arial;
	line-height: 28px;
	color: #afafaf;
	margin-bottom: 32px;
	text-transform: uppercase;
}
.zerenDiv2{
	display: block;
	height: 573px;
	overflow: hidden;
}
.zerenDiv2>div{
	width: 50%;
	height: 100%;
}
.zerenDiv2In{
	background: url(../image/zeren_06.png) no-repeat right top;
}
.zerenDiv2Text{
	display: block;
	float: right;
	width: 740px;
	padding: 126px 132px 0 0;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
.zerenDiv2Text h5{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 12px;
}
.zerenDiv2Text h2{
	font-size: 40px;
	font-weight: bold;
	line-height: 56px;
	margin-bottom: 28px;
}
.zerenDiv2Text>em{
	display: block;
	width: 50px;
	height: 4px;
	background: #fff;
	margin-bottom: 30px;
}
.zerenTit1{
	display: block;
	text-align: center;
}
.zerenTit1 h3{
	font-size: 34px;
	color: #000000;
	line-height: 48px;
}
.zerenTit1 em{
	display: block;
	width: 30px;
	height: 3px;
	background: #d2d2d2;
	margin: 8px auto 0;
}
.zerenDiv3{
	margin-bottom: 40px;
}
.zerenDiv3>li{
	margin-bottom: 34px;
	margin-right: 15px;
	width: 390px;
	height: 310px;
	background: #ebf0f4;
	text-align: center;
	float: left;
	font-size: 18px;
	color: #1f1f1f;
	line-height: 56px;
}
.zerenDiv3>li:nth-child(3n){
	margin-right: 0;
}
.zerenDiv3>li>div{
	display: block;
	width: 100%;
	height: 254px;
}
.gongyi{
	display: block;
	padding: 56px 0 124px;
	background: #f4f4f4;
}
.gongyiTit{
	margin: 0 auto 48px;
	text-align: center;
}
.gongyiTit h2{
	line-height: 60px;
	margin-bottom: 4px;
	font-size: 44px;
	font-weight: bold;
	color: #313131;
}
.gongyiTit h5{
	font-size: 20px;
	font-family: arial;
	line-height: 28px;
	text-transform: uppercase;
	color: #afafaf;
}
.gySwi{
	display: block;
	width: 100%;
	height: 510px;
	position: relative;
	overflow: hidden;
}
.gySwiList{
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	position: relative;
	padding: 38px 30px 0;
	color: #858585;
	font-size: 14px;
	line-height: 24px;
}
.gySwiList:hover{
	background: #3dad03;
	color: #ceeebd;
}
.gySwiList h2{
	font-size: 22px;
	font-weight: bold;
	color: #2f2f2f;
	line-height: 30px;
	height: 30px;
}
.gySwiList>div{
	display: block;
	width: 100%;
	height: 200px;
	margin: 31px auto 20px;
	overflow: hidden;
}
.gySwiList p{
	height: 72px;
}
.gySwiList>span{
	display: block;
	width: 120px;
	height: 40px;
	border-radius: 10px 0 10px 0;
	border: 1px solid #d9d9d9;
	line-height: 38px;
	padding-left: 16px;
	margin-top: 35px;
	font-size: 14px;
	color: #b2b2b2;
	background: url(../image/more02.png) no-repeat 80px center;
}
.gySwiList:hover h2{
	color: #fff;
}
.gySwiList:hover>span{
	color: #c3eaaf;
	border-color: #c3eaaf;
	background: url(../image/more03.png) no-repeat 80px center;
}
.gySwiTime{
	width: 64px;
	height: 64px;
	background: rgba(255, 255, 255, 0.92);
	text-align: center;
	font-size: 12px;
	color: #585858;
	line-height: 14px;
	padding-top: 5px;
}
.gySwiTime>span{
	display: block;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #585858;
	text-align: center;
	line-height: 34px;
}

.rencaiTop{
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #4c4c4c;
	margin: 86px auto 116px;
}
.rencaiTop h2{
	font-size: 38px;
	font-weight: bold;
	line-height: 50px;
	color: #2a2a2a;
	margin-bottom: 34px;
}
.rencaiTop>em{
	display: block;
	width: 30px;
	height: 3px;
	background: #3dad03;
	margin: 38px auto 0;
}
.rencaiPic{
	display: block;
	min-width: 1300px;
}
.rencaiPic>ul{
	width: 66.66%;
	height: auto;
}
.rencaiPic>ul li{
	position: relative;
	float: left;
	width: 50%;
	height: auto;
	padding-right: 2px;
	margin-bottom: 2px;
}
.rencaiSwi{
	width: 33.33%;
	height: auto;
	position: relative;
	padding-right: 2px;
}
.rencaiPicDiv{
	display: block;
	width: calc(100% - 2px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.rencaiPicDiv>div{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 600ms;
}
.rencaiPicDiv:hover>div{
	transform: scale(1.1);
}
.rencaiPicDiv p{
	display: none;
	font-size: 20px;
	color: #fff;
	width: 100%;
	line-height: 56px;
	background: #3dad03;
	padding: 0 40px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.rencaiPicDiv:hover p{
	display: block;
}
.swiperHj{
	display: block;
	width: calc(100% - 2px);
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	overflow: hidden;
}
.swiperHjIn{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 600ms;
}
.swiperHj:hover .swiperHjIn{
	transform: scale(1.1);
}
.swiperHj p{
	display: none;
	font-size: 20px;
	color: #fff;
	width: 100%;
	line-height: 56px;
	background: #3dad03;
	padding: 0 40px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.swiperHj:hover p{
	display: block;
}
.rencaiTit2{
	display: block;
	text-align: center;
	margin: 72px auto 58px;
}
.rencaiTit2 h2{
	font-size: 34px;
	line-height: 48px;
	color: #000000;
}
.rencaiTit2 em{
	display: block;
	width: 30px;
	height: 3px;
	background: #d2d2d2;
	margin: 12px auto 0;
}
.zhaopin{
	display: block;
	width: 1460px;
	margin: 0 auto 114px;
}
.zhaopin>li{
	margin-bottom: 10px;
}
.zpTop{
	display: block;
	background: #f7f7f7;
	cursor: pointer;
}
.zpTop:hover{
	background: #f0f9eb;
}
.zpTop>span{
	display: inline-block;
	float: left;
	padding: 20px 20px 20px 0;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.zpTop>span:nth-child(1){
	width: 400px;
	padding-left: 46px;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.zpTop>span:nth-child(2){
	width: 214px;
}
.zpTop>span:nth-child(3){
	width: 222px;
}
.zpTop>span:nth-child(4){
	width: 286px;
}
.zpTop>span:nth-child(5){
	width: 266px;
}
.zpTop>em{
	display: block;
	width: 70px;
	height: 70px;
	float: right;
	background: url(../image/click_21.png) no-repeat center;
}
.zpTop.active>em{
	background: url(../image/click_18.png) no-repeat center;
}
.zpBot{
	display: none;
	padding: 1px 48px 46px;
	font-size: 16px;
	line-height: 30px;
	color: #636363;
}
.zpBot>h3{
	font-size: 16px;
	color: #000000;
	margin: 26px 0 4px;
	font-weight: bold;
	padding-left: 14px;
	position: relative;
}
.zpBot>h3::before{
	content: "";
	display: block;
	width: 4px;
	height: 15px;
	background: #3dad03;
	position: absolute;
	left: 0;
	top: 8px;
}
.zpBot .xinxi{
	display: block;
	width: 410px;
	height: 42px;
	border-radius: 5px;
	background: #3dad03;
	line-height: 42px;
	margin-top: 18px;
	color: #fff;
	font-size: 16px;
	padding-left: 30px;
}
.zpBot .xinxi em{
	font-weight: bold;
}
.ditu{
	display: block;
	width: 100%;
	height: 600px;
	position: relative;
	overflow: hidden;
}
.dituDiv{
	display: block;
	width: 342px;
	height: 508px;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
	position: absolute;
	top: 46px;
	left: 50%;
	margin-left: 258px;
	z-index: 90;
	padding: 48px 44px 10px;
	font-size: 18px;
	line-height: 30px;
	color: #2c2c2c;
}
.dituDiv h2{
	font-size: 24px;
	color: #333333;
	line-height: 36px;
	margin-bottom: 8px;
}

.dituDiv ul li{
	padding-top: 36px;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 30px;
}
.dituDiv ul li:last-child{
	border: none;
}
.dituDiv ul li h4{
	font-size: 16px;
	color: #747474;
	margin: 12px 0 12px;
}
.liuyan{
	padding-top: 6px;
}
.liuyan>li{
	float: left;
	margin-top: 26px;
	width: 570px;
}
.liuyan>li h3{
	font-size: 16px;
	color: #000000;
	line-height: 42px;
}
.liuyan>li:nth-child(2n){
	float: right;
}
.liuyan>li input{
	display: block;
	width: 100%;
	height: 48px;
	border: 1px solid #e0e0e0;
	background-color: #f7f7f7;
	border-radius: 4px;
	padding: 0 20px 0 44px;
	font-size: 16px;
	color: #000;
	background-repeat: no-repeat;
	background-position: 15px center;
}
.liuyan>li.wid100{
	width: 100%;
}
.liuyan>li textarea{
	display: block;
	width: 100%;
	height: 130px;
	border: 1px solid #e0e0e0;
	background-color: #f7f7f7;
	border-radius: 4px;
	font-size: 16px;
	color: #000;
	line-height: 28px;
	padding: 8px 18px;
}
.tijiao{
	display: block;
	width: 240px;
	height: 48px;
	background: #3dad03;
	border-radius: 4px;
	text-align: center;
	line-height: 48px;
	font-size: 16px;
	color: #fff;
	margin: 42px auto 0;
}
.title3{
	display: block;
	margin: 50px auto 52px;
	text-align: center;
	font-size: 16px;
	color: #818181;
	line-height: 28px;
}
.title3 h3{
	font-size: 34px;
	color: #000000;
	line-height: 48px;
	margin-bottom: 10px;
}
.lianxi>li{
	padding-top: 65px;
	float: left;
	margin-right: 30px;
	margin-bottom: 60px;
	position: relative;
}
.lianxi>li:nth-child(3n){
	margin-right: 0;
}
.lxDiv{
	display: block;
	width: 100%;
	height: 315px;
	width: 380px;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
	padding: 86px 20px 10px;
	font-size: 16px;
	color: #343434;
	line-height: 32px;
}
.lianxi>li::before{
	content: "";
	display: block;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.lxImg{
	display: block;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 20;
	padding: 20px;
}
.lxDiv h3{
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #2c2c2c;
	line-height: 40px;
	margin-bottom: 16px;
}
.lxDiv p{
	padding-left: 72px;
}
.lianxi>li:nth-child(3n) .lxDiv{
	line-height: 26px;
}
.yunyong>li{
	margin-right: 24px;
	margin-bottom: 26px;
	float: left;
}
.yunyong>li:nth-child(3n){
	margin-right: 0;
}
.yunDiv{
	display: block;
	width: 384px;
	height: 340px;
	background: #fff;
	font-size: 18px;
	color: #151515;
	text-align: center;
	line-height: 70px;
}
.yunDiv>div{
	display: block;
	height: 270px;
}
.yunDiv p{
	padding: 0 20px;
}
.yunDiv:hover{
	color: #3dad03;
}
.proDiv{
	display: block;
	width: 1520px;
	height: auto;
	margin: 66px auto 0;
}
.proDiv>li{
	float: left;
	margin-right: 20px;
	margin-bottom: 22px;
}
.proDiv>li:nth-child(4n){
	margin-right: 0;
}
.proList{
	display: block;
	width: 364px;
	height: 428px;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
	position: relative;
}
.proListImg{
	display: block;
	height: 270px;
	margin-bottom: 16px;
}
.proList h3{
	font-size: 24px;
	color: #151515;
	line-height: 32px;
	margin-bottom: 7px;
	padding: 0 20px;
	text-align: center;
}
.proList p{
	font-size: 15px;
	color: #7f7f7f;
	line-height: 24px;
	padding: 0 20px;
	text-align: center;
}
.proList .bot{
	display: block;
	width: 100%;
	height: 54px;
	border-top: 1px solid #e6e6e6;
	padding: 0 24px;
	line-height: 54px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.proList .bot div{
	background: url(../image/more02.png) no-repeat right center;
}
.proList:hover .bot{
	background: #3dad03;
}
.proList:hover .bot div{
	color: #fff;
	background: url(../image/more03.png) no-repeat right center;
}
.zsTop{
	display: block;
	margin: 64px auto 68px;
}
.zsTop h3{
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	color: #zsTop;
	line-height: 48px;
	margin-bottom: 42px;
}
.zsTopUl li{
	margin-top: 22px;
	font-size: 16px;
	line-height: 28px;
	color: #zsTopUl;
}
.zsTopUl li h4{
	margin-bottom: 6px;
	line-height: 30px;
	padding-left: 12px;
	font-weight: bold;
	font-size: 18px;
	position: relative;
}
.zsTopUl li h4::before{
	content: "";
	display: block;
	width: 4px;
	height: 16px;
	background: #3dad03;
	position: absolute;
	left: 0;
	top: 7px;
}
.zsTopBut{
	display: block;
	width: 330px;
	height: 48px;
	border-radius: 24px;
	background: #3dad03;
	margin: 38px auto 0;
	text-align: center;
	line-height: 48px;
	color: #fff;
	font-size: 18px;
}
.zsTopBut span{
	font-size: 22px;
	font-weight: bold;
	margin-left: 6px;
}
.zsTopBut img{
	margin-right: 6px;
	margin-top: -3px;
}
.fuzhu{
	margin: 20px auto 68px;
	font-size: 16px;
	line-height: 32px;
	color: #fuzhu;
}
.fuzhu h3{
	font-size: 18px;
	font-weight: bold;
	padding-left: 14px;
	margin-bottom: 10px;
	position: relative;
}
.fuzhu h3::before{
	content: "";
	display: block;
	width: 4px;
	height: 16px;
	background: #3dad03;
	position: absolute;
	left: 0;
	top: 8px;
}
.proCanTit{
	display: block;
	text-align: center;
	margin-bottom: 22px;
}
.proCanTit h3{
	font-size: 28px;
	color: #proCanTit;
	line-height: 40px;
	margin-bottom: 9px;
}
.proCanTit h5{
	text-align: center;
	font-size: 16px;
	color: #d31a1a;
	line-height: 28px;
}
.proCanTit h5 img{
	margin-top: -3px;
	margin-right: 4px;
	margin-left: 10px;
}
.biaoDiv>li{
	position: relative;
	border: 1px solid #dddddd;
	border-top: none;
	display: block;
	padding-left: 177px;
}
.biaoDivIn{
	display: flex;
	width: 100%;
	height: auto;
}
.biaoDivIn>div{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
	align-items: center;
	min-height: 45px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	font-size: 16px;
	color: #000000;
	line-height: 28px;
	padding: 0 10px;
}
.biaoDiv>li>div.div1{
	border-left: none;
	width: 177px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	justify-content: flex-start;
	text-align: left;
	padding-left: 25px;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.biaoDivIn>div:nth-child(1){
	width: 158px;
}
.biaoDivIn>div:nth-child(2){
	width: 158px;
}
.biaoDivIn>div:nth-child(3){
	width: 157px;
}
.biaoDivIn>div:nth-child(4){
	width: 158px;
}
.biaoDivIn>div:nth-child(5){
	width: 158px;
}
.biaoDivIn>div:nth-child(6){
	width: 232px;
}
.biaoDivIn .color{
	display: block;
	width: 126px;
	height: 28px;
	border-radius: 4px;
	border: 1px solid #000000;
}
.biaoDivIn a{
	font-size: 16px;
	color: #3dad03;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.biaoDivIn a img{
	margin-right: 8px;
}
.biaoDivIn:nth-child(2)>div{
	border-top: none;
}
.yyText{
	color: #fff;
	display: block;
	height: auto;
	font-size: 16px;
	line-height: 32px;
	padding: 72px 0 108px;
}
.yyText h3{
	text-align: center;
	font-size: 28px;
	line-height: 40px;
	margin-bottom: 10px;
}
.yyText h5{
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 50px;
}
.yyTextIn p{
	position: relative;
	padding-left: 16px;
}
.yyTextIn p::before{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background-color: #fff;
	position: absolute;
	left: 6px;
	top: 14px;
}
.zhanshiBot{
	background: #f2f2f2;
	display: block;
	width: 100%;
	padding: 94px 0 106px;
}
.zsBotDiv{
	display: block;
	width: 1300px;
	height: 506px;
	background: url(../image/pro1_56.png) no-repeat center;
	background-size: auto 100%;
	padding: 65px 112px;
	font-size: 16px;
	color: #363636;
	line-height: 32px;
}
.zsBotDiv p{
	margin-bottom: 16px;
}
.zsBotDiv h2{
	font-size: 34px;
	color: #101010;
	line-height: 50px;
	margin-bottom: 46px;
	text-align: center;
}
.zsBotDiv h2 img{
	margin: 0 14px;
	margin-top: -3px;
}
.proDetWz{
	display: block;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
}
.proWz{
	padding-left: 15px;
	position: relative;
	min-height: 56px;
	padding: 16px 0;
}
.proWz::before{
	content: "";
	display: block;
	width: 5px;
	height: 15px;
	background: #3dad03;
	position: absolute;
	left: 0;
	top: 22px;
}
.proWz>li{
	float: left;
	font-size: 14px;
	line-height: 28px;
	color: #6b6b6b;
}
.proWz>li a{
	color: #6b6b6b;
}
.proWz>li:last-child{
	color: #3dad03;
}
.proWz>li a:hover{
	color: #3dad03;
}
.proDetTop{
	margin: 66px auto 18px;
	background: #fff;
	padding: 35px;
}
.proDetTopImg{
	width: 616px;
	height: 404px;
}
.proDetTopDiv{
	width: 550px;
	height: auto;
	margin-right: 15px;
	font-size: 16px;
	color: #656565;
	line-height: 36px;
	padding-top: 6px;
}
.proDetTopDiv h3{
	font-size: 36px;
	color: #000000;
	line-height: 50px;
}
.proDetTopDiv>em{
	display: block;
	width: 100%;
	height: 1px;
	margin: 19px auto;
}
.proDetTopBut{
	display: block;
	width: 330px;
	height: 48px;
	border-radius: 24px;
	background: #3dad03;
	margin-top: 24px;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	color: #fff;
}
.proDetTopBut span{
	font-size: 22px;
	font-weight: bold;
}
.proDetTopBut img{
	margin-right: 6px;
	margin-top: -3px;
}
.proDetRight{
	width: 254px;
	background: #fff;
}
.proDetTit{
	display: block;
	width: 100%;
	height: 55px;
	line-height: 54px;
	font-size: 18px;
	font-weight: bold;
	color: #111111;
	padding: 0 20px 0 32px;
	position: relative;
	border-bottom: 1px solid #e1e1e1;
}
.proDetTit::before{
	content: "";
	display: block;
	width: 5px;
	height: 16px;
	background: #3dad03;
	position: absolute;
	left: 20px;
	top: 20px;
}
.proDetLeft .proDetTit{
	padding-left: 50px;
}
.proDetLeft .proDetTit::before{
	left: 38px;
}
.proDetLeft{
	width: 1026px;
	background: #fff;
}
.proDetRightDiv{
	display: block;
	padding: 16px 17px;
}
.proDetRightLeft{
	display: block;
	width: 100%;
	height: 208px;
	text-align: center;
	font-size: 16px;
	color: #151515;
	line-height: 28px;
}
.proDetRightLeft>div{
	display: block;
	height: 150px;
	overflow: hidden;
}
.proDetRightLeft>div>div{
	display: block;
	height: 100%;
	transition: all 500ms;
}
.proDetRightLeft:hover>div>div{
	transform: scale(1.1);
}
.proDetRightLeft:hover{
	color: #3dad03;
}
.proDet{
	display: block;
	padding: 0 50px 40px;
	font-size: 16px;
	color: #363636;
	line-height: 30px;
}
.proDetTab{
	display: block;
	line-height: 37px;
	margin: 30px 0 20px;
	padding-left: 18px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	min-height: 37px;
	background: url(../image/titBg1.png) no-repeat left top;
}
.wentiTop{
	margin: 50px auto 60px;
	text-align: center;
	font-size: 34px;
	line-height: 48px;
	color: #000000;
}
.wentiTop h3{
	margin-bottom: 20px;
}
.wentiTop div{
	width: 688px;
	height: 48px;
	border-radius: 4px;
	overflow: hidden;
	margin: 0 auto;
}.wentiTop form{
    height: 100%;
}
.wentiTop .left{
	width: 566px;
	height: 100%;
	border: 1px solid #e0e0e0;
	padding: 0 16px;
	font-size: 16px;
	color: #000;
	border-radius: 4px 0 0 4px;
}
.wentiTop .right{
	width: 122px;
	height: 100%;
	border-radius: 0 4px 4px 0;
	background: #3dad03;
	text-align: center;
	line-height: 48px;	
	font-size: 16px;
	color: #fff;
}
.wenti{
	display: block;
	width: 100%;
	padding: 0 40px;
	background: #fff;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.wenti>li{
	border-bottom: 1px dashed #b7b7b7;
}
.wenti>li:last-child{
	border: none;
}
.wtTop{
	display: block;
	min-height: 86px;
	padding: 28px 80px 28px 44px;
	font-size: 18px;
	color: #313131;
	line-height: 30px;
	position: relative;
	background: url(../image/wen1.png) no-repeat left 28px;
	cursor: pointer;
}

.wtTop span{
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	right: 12px;
	top: 26px;
	background: url(../image/la_10.png) no-repeat center;
}
.wtTop.on{
	color: #000;
	background: url(../image/wen2.png) no-repeat left 28px;
}
.wtTop.on span{
	background: url(../image/la_07.png) no-repeat center;
}
.wtTop:hover{
	color: #3dad03;
	background: url(../image/wen2.png) no-repeat left 28px;
}
.wtBot{
	display: none;
	font-size: 16px;
	line-height: 30px;
	color: #818181;
	padding: 0 0 28px 44px;
	background: url(../image/wen3.png) no-repeat left 0px;
}
.ziliao{
	display: block;
	width: 1460px;
	height: auto;
	margin: 52px auto 136px;
}
.zlLeft{
	width: 340px;
	background: #f1f1f1;
	padding: 0 20px 1px;
	min-height: 660px;
}
.zlLeft h2{
	font-size: 20px;
	color: #313131;
	line-height: 70px;
	font-weight: bold;
}
.zlLeft>div a{
	display: block;
	width: 100%;
	font-size: 18px;
	color: #313131;
	line-height: 30px;
	text-align: center;
	padding: 15px 10px;
	margin-bottom: 18px;
	background: #fff;
}
.zlLeft>div a.active{
	background: #3dad03;
	color: #fff;
}
.zlRight{
	width: 1070px;
}
.zlRight h2{
	font-size: 30px;
	color: #000000;
	line-height: 56px;
	padding-bottom: 14px;
	border-bottom: 1px solid #e9e9e9;
}
.zlList>li{
	min-height: 103px;
	border-bottom: 1px solid #e9e9e9;
	position: relative;
	padding: 22px 138px 20px 84px;
	font-size: 16px;
	color: #969696;
	line-height: 26px;
}
.zlList>li img{
	display: block;
	width: 34px;
	position: absolute;
	left: 25px;
	top: 30px;
}
.zlList>li h3{
	font-size: 20px;
	color: #313131;
	line-height: 30px;
	margin-bottom: 4px;
}
.zlList>li:hover{
	background: #fafafa;
}
.zlList>li a{
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	right: 39px;
	top: 28px;
	background: url(../image/ziliao_13.png) no-repeat center;
}
.zlList>li:hover a{
	background: url(../image/ziliao_07.png) no-repeat center;
}

@media screen and (max-width:1520px){
	.ziliao{width: 1300px;}
	.zlRight{width: 910px;}
	.proDiv{width: 1320px;}
	.proList{width: 315px;height: 378px;}
	.proListImg{height: 220px;}
	.wid1500{width: 1300px;}
	.footerCenLeft>li{margin-right: 64px;}
	.indexHeImg>li{
		width: 220px;
		 margin-right: 27px; 
	}
	.swiperBanner{height: calc(100vh - 134px);min-height: 400px;}
	.indexHeImg>li:nth-child(6n){margin-right: 27px;}
	.indexHeImg>li:nth-child(5n){margin-right: 0;} 
	.indexProList{height: 500px;width: 240px;}
	.indexProIn span{margin-top: 240px;}
	.indexProList.active{width: 558px;padding: 180px 30px 0;}
	.indexAboutUl>li{padding-left: 40px;}
	.indexNewsList{width: 413px;}
	.bannerDiv{height: 340px;}
	.teamMain{padding: 84px 48px 100px 58px;}
	.teamPop{height: 500px;}
	.videoDiv>li{width: 412px;margin-right: 30px;}
	.videoDiv>li:nth-child(1){width: 854px;}
	.videoList .videoIn{padding: 26px 30px;}
	.videoInBot{padding: 0 30px;}
	.newDetTjList{width: 392px;}
	.newsDet{padding: 0 30px;}
	.zerenDiv2Text{width: 650px;padding-right: 80px;}
}






.menuss {
	display: none;
}

.mobile_fade {
	display: none;
}

@media screen and (max-width: 1000px){
    .newsDetSwi{
        display: none;
    }
	.mobile_fade {
		overflow: hidden;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		left: 0;
		top: 0;
		display: none;
		z-index: 999;
	}
	.mobile_fade .box {
		width: 100%;
		height: calc(100vh - 1rem);
		position: absolute;
		left: 0;
		top: -100vh;
		background: #fff;
	}
	.mobile_fade .box ul {
		overflow: auto;
		height: 100%;
		padding: 0 .3rem;
	}
	.mobile_fade .box ul li {
		overflow: hidden;
		border-bottom: 1px solid #f1f1f1;
		width: 100%;
	}
	.mobile_fade .box ul li span {
		height: 1rem;
		display: flex;
		font-size: .28rem;
		color: #000;
		align-items: center;
		justify-content: space-between;
	}
	.mobile_fade .box ul li span.on img {
		transform: rotate(90deg);
	}
	.mobile_fade .box ul li span a {
		font-size: .28rem;
		color: #000;
		height: 100%;
		display: flex;
		align-items: center;
		width: 90%;
	}
	.mobile_fade .box ul li span img {
		width: .65rem;
		transition: all .2s;
	}
	.mobile_fade .box ul li div {
		overflow: hidden;
		width: 100%;
		display: none;
	}
	.mobile_fade .box ul li div a {
		display: flex;
		align-items: center;
		font-size: .26rem;
		color: #333;
		height: .8rem;
	}
	.mobile_fade .box ul li div em {
		display: flex;
		align-items: center;
		font-size: .28rem;
		color: #000;
		font-weight: bold;
		height: .8rem;
	}
	.menuss {
		display: block;
		width: .5rem;
	}
	div{
		box-sizing: border-box;
	}
	.logo{
		display: block;
		width: 2rem;
		font-size: 12px;
		line-height: 1rem;
	}
	.ziliao{width: 100%;}
	.wid1500{width: 100%;}
	.header{
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-width: 100%;
		width: 100%;
		z-index: 99999;
		height: 1rem;
		padding: 0 .3rem;
	}
	.language{
		display: none;
	}
	.menu{
		display: none;
	}
	.header .right{
		display: none;
	}
	.header .maximg img{
		width: 2rem;
	}
	.nulls{
		height: 1rem !important;
	}
	.swiperBanner{
		height: 3.4rem;
		min-height: auto;
	}
	.swiperBanner .swiper-button-prev{
		width: .5rem;
		left: .3rem;
	}
	.swiperBanner .swiper-button-next:after, .swiperBanner .swiper-button-prev:after{
		font-size: .5rem;
	}
	.swiperBanner .swiper-button-next{
		right: .3rem;
	}
	.swiperBanner .swiper-pagination{
		bottom: .3rem;
	}
	.title1{
		padding: .5rem .3rem;
		margin: 0 !important;
	}
	.title1 h2{
		font-size: .24rem;
		line-height: 1.2;
		text-align: center;
		margin-bottom: .2rem;
	}
	.title1 h5{
		font-size: .35rem;
		line-height: 1.2;
		text-align: center;
	}
	.indexProList{
		width: 90%;
		margin: 0 auto;
		float: none;
		display: block;
		margin-bottom: .2rem;
		height: 5rem;
	}
	.indexProIn{
		padding: .5rem;
		padding-top: 1.3rem;
	}
	.indexProIn h3{
		font-size: .3rem;
	}
	.indexProList.active{
		width: 100%;
		width: 90%;
		margin: 0 auto;
		float: none;
		display: block;
		margin-bottom: .2rem;
		padding: 0;
	}
	.indexProList:nth-child(4n){
		margin: 0 auto;
	}
	.indexProList.active .indexProIn{
		padding: .5rem;
		padding-top: 1.3rem;
	}
	.indexProList.active .indexProIn{
		background: rgba(0, 0, 0, 0.5);
	}
	.indexProList.active .indexProIn h3{
		color: #fff;
	}
	.indexProIn p{
		color: #fff;
	}
	.indexProList.active .indexProIn span{
		display: none;
	}
	.indexProDiv{
		margin-bottom: .4rem !important;
	}
	.indexAbout{
		padding: .6rem .3rem;
	}
	.indexAboutDiv>h3{
		font-size: .33rem;
		line-height: 1.1;
		margin-bottom: .2rem;
		text-align: center;
	}
	.indexAboutDiv>h4{
		font-size: .28rem;
		text-align: center;
		line-height: 1.2;
		margin-bottom: .6rem;
	}
	.indexAboutDiv div{
		width: 100% !important;
	}
	.indexAboutDiv div p{
		font-size: .26rem;
	}
	.indexAboutDiv ul{
		display: flex;
		justify-content: space-between;
	}
	.indexAboutDiv ul li{
		margin: 0;
		text-align: center;
	}
	.indexAboutSwi>li h2 span{
		font-size: .38rem;
	}
	.indexAboutSwi>li h2{
		height: auto;
		line-height: 1.2;
	}
	.indexAboutSwi>li p{
		font-size: .24rem;
		margin-top: .3rem;
	}
	.indexAboutSwi>li::after{
		display: none;
	}
	.indexAboutSwi>li h2 em{
		font-size: .26rem;
	}
	#newBridge .nb-icon-right-center{
		bottom: 1rem;
	}
	.indexAboutSwi>li h2{
		font-size: .26rem;
	}
	.indexAboutBot{
		width: 6.9rem;
		position: static;
		margin: 0 auto;
		margin-top: .3rem;
		margin-bottom: -1.8rem;
	}
	.indexAboutUl{
		height: auto;
		display: flex;
		flex-wrap: wrap;
	}
	.indexAboutUl > li{
		width: 50%;
		display: flex;
		align-items: center;
		border-bottom: 1px solid #e4e4e4;
		padding: .3rem;
		padding-left: .3rem;
	}
	.indexAboutMore{
		margin: 0 auto;
		margin-top: .5rem;
	}
	.indexAboutUl > li a{
		display: block;
	}
	.indexAboutUl>li>div h3{
		font-size: .28rem;
		line-height: 1.2;
		margin-bottom: .06rem;
	}
	.indexAboutUl>li>div h5{
		font-size: .22rem;
		white-space: nowrap;
		overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
	}
	.indexAboutUl>li img{
		margin: 0;
		width: .7rem;
	}
	.indexAboutUl>li>div{
		flex: 1;
		padding-left: .3rem;
	}
	.indexNews{
		padding: 1.2rem .3rem .6rem .3rem;
	}
	.indexNewsUl li{
		margin: 0;
		width: 100%;
		float: none;
		margin-bottom: .3rem;
	}
	.indexNewsList{
		width: 100%;
	}
	.indexNewMore{
		display: none;
	}
	.indexNewsImg{
		height: 3rem;
	}
	.indexNewsIn{
		height: auto;
		padding: .3rem;
	}
	.indexNewsIn h5{
		font-size: .24rem;
		margin-bottom: .1rem;
	}
	.indexNewsIn p{
		font-size: .22rem;
		line-height: 1.2;
	}
	.indexNewsIn h3{
		font-size: .28rem;
		line-height: 1.6;
		height: auto;
		margin-bottom: .1rem;
	}
	.indexNewsBot{
		padding: 0 .3rem;
		height: .8rem;
	}
	.indexNewsList{
		height: auto;
	}
	.indexNewsBot>div{
		height: .8rem;
		line-height: 1;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.indexHe{
		padding: .6rem .3rem;
	}
	.indexHe ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.indexHe ul li{
		width: 48%;
		margin: 0;
		height: 2rem;
		margin-bottom: .2rem;
	}
	.indexHeImg>li:nth-child(6n){
		margin: 0;
		margin-bottom: .2rem;
	}
	.footer{
		padding: .3rem;
	}
	.footNav{
		padding: .3rem 0;
		display: flex;
		flex-wrap: wrap;
	}
	.footNav a{
		width: 33.33%;
		font-size: .26rem;
		margin: 0;
		line-height: 2;
	}
	.footLogo{
		width: 2rem;
		display: block;
		margin: 0 auto;
	}
	.footLogo img{
		width: 100%;
	}
	.left{
		float: none;
		display: block;
	}
	.right{
		float: none;
		display: block;
	}
	.footerCenLeft{
		display: flex;
		flex-wrap: wrap;
	}
	.footerCenLeft>li{
		float: none;
		width: 50%;
		margin: 0;
		padding: .3rem;
	}
	.footerCenLeft>li::after{
		top: .2rem;
	}
	.footerCenLeft>li:nth-child(2n)::after{
		display: none;
	}
	.footerCenLeft>li>img{
		height: .6rem;
		margin: 0 auto;
		display: block;
		margin-bottom: .2rem;
	}
	.footerCenLeft>li h2{
		text-align: center;
		font-size: .26rem;
		line-height: 1.2;
	}
	.footerCenLeft>li p{
		font-size: .22rem;
		line-height: 1.4;
		text-align: center;
	}
	.footerCenLeft>li h5{
		text-align: center;
		font-size: .26rem;
		margin-bottom: .2rem;
	}
	.footerCenEwm{
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
		padding-bottom: .5rem;
		margin-top: .5rem;
	}
	.footerCenEwm>li{
		margin: 0 .2rem;
		width: 1.6rem;
	}
	.footerCenEwm>li img{
		width: 100%;
		height: 1.6rem;
	}
	.footerCenEwm>li p{
		font-size: .24rem;
		text-align: center;
	}
	.footBotDiv{
		overflow: hidden;
		padding: .3rem 0;
	}
	.footBotDiv div{
		font-size: .22rem;
		text-align: center;
	}
	.footer{
		padding-bottom: 0;
	}
	.indexHe ul li{
		width: 32%;
		height: 1.2rem;
	}
	.indexHeImg>li img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.footNav a{
		text-align: center;
	}
	.footNav{
		overflow: hidden;
	}
	.bannerDiv{
		height: 1.8rem;
	}
	.newsTab{
		display: flex;
		flex-wrap: wrap;
	}
	.newsTab a{
		width: 33.33%;
		height: .8rem;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: .24rem;
		overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
	}
	.proDiv{
		width: 100%;
		padding: .6rem .3rem;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0;
	}
	.proDiv>li{
		float: none;
		width: 48%;
		margin: 0;
		margin-bottom: .3rem;
	}
	.proList{
		width: 100%;
		height: 100%;
	}
	.proListImg{
		width: 100%;
		margin: 0;
		height: 2.6rem;
	}
	.proListImg img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.proList h3{
		font-size: .28rem;
		margin-top: .15rem;
		line-height: 2;
	}
	.proList p{
		font-size: .26rem;
	}
	.proList .bot{
		position: static;
		height: 0.8rem;
		margin-top: .15rem;
		padding: 0 .3rem;
	}
	.proList .bot div{
		width: 100%;
		height: 100%;
		line-height: .8rem;
		font-size: .24rem;
	}
	.proPage{
		width: 100%;
		margin: 0 !important;
		padding: .3rem 0;
		padding-top: 0;
	}
	.proPage *{
		height: .6rem;
		width: .6rem;
		font-size: .22rem;
		line-height: .6rem;
		text-align: center;
	}
	.proPage *:nth-child(2), .proPage *:nth-last-child(2){
		width: 1rem;
	}
	.proList h3{
		margin-bottom: 0;
	}
	.width{
		width: 100%;
		margin: 0 !important;
		padding: .6rem .3rem;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.yunyong>li{
		width: 48%;
		margin: 0;
		margin-bottom: .2rem;
	}
	.yunDiv{
		width: 100%;
		height: 100%;
	}
	.yunDiv>div{
		height: 2.6rem;
	}
	.yunDiv p{
		display: flex;
		align-items: center;
		justify-content: center;
		height: 1rem;
		line-height: 1;
		overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
		font-size: .25rem;
	}
	.zsTopBut{
		font-size: .28rem;
	}
	.zsTopBut span{
		font-size: .3rem;
	}
	.proCanTit h3{
		font-size: .33rem;
		font-weight: bold;
		display: block;
		text-align: center;
		width: 100%;
	}
	.proCanTit h5{
		font-size: .24rem;
		width: 100%;
		text-align: center;
	}
	.fuzhu{
		font-size: .26rem;
	}
	.zsTopUl li{
		font-size: .26rem;
	}
	.zsTopUl li h4{
		font-size: .3rem;
	}
	.yyText{
		font-size: .26rem;
	}
	.yyText{
		padding: .6rem 0;
	}
	.yyText h3{
		width: 100%;
		font-size: .3rem;
		font-weight: bold;
	}
	.yyText h5{
		font-size: .26rem;
	}
	.zhanshiBot{
		padding: .6rem .3rem;
	}
	.zsBotDiv h2{
		font-size: .3rem;
		width: 100%;
		text-align: center;
		font-weight: bold;
		margin-bottom: .6rem;
	}
	.zsBotDiv p{
		font-size: .26rem !important;
	}
	.zsBotDiv span{
		font-size: .26rem !important;
	}
	.wentiTop h3{
		font-size: .3rem;
	}
	.wentiTop div{
		width: 100%;
		display: flex;
		align-items: center;
		height: .8rem;
	}
	.wentiTop>div button{
		height: .8rem;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: .28rem;
	}
	.wenti{
		padding: 0 .3rem;
	}
	.wtTop{
		padding: .3rem 1rem .3rem .8rem;
		background-size: .45rem;
	}
	.wenti>li h3{
		font-size: .28rem;
		line-height: 1.6;
	}
	.wtTop span{
		width: .36rem;
		height: .36rem;
		background-size: 100% 100%;
	}
	.wentiTop>div input{
		width: 100%;
		height: 100%;
		font-size: .26rem;
	}
	.page *{
		height: .6rem;
		width: .6rem;
		margin: 0 .1rem;
		font-size: .24rem;
		line-height: .6rem;
	}
	.page{
		margin-bottom: .6rem;
	}
	.huanjing h3{
		font-size: .3rem;
		text-align: center;
		width: 100%;
		line-height: 1.2;
	}
	.huanjing h5{
		font-size: .26rem;
		text-align: center;
		width: 100%;
		margin-bottom: .5rem;
		line-height: 1.2;
	}
	.huanjing h4{
		font-size: .26rem;
	}
	.huanjing p{
		font-size: .26rem;
	}
	.zerenDiv2{
		width: 100%;
		height: auto;
	}
	.zerenDiv2>div{
		width: 100%;
		float: left;
		height: 6rem;
	}
	.zerenDiv2Text{
		width: 100%;
		height: 100%;
		padding: .6rem .3rem;
	}
	.zerenDiv2Text h5{
		font-size: .26rem;
		text-align: center;
		line-height: 1.3;
	}
	.zerenDiv2Text>em{
		margin: 0 auto;
		margin-bottom: .5rem;
	}
	.zerenDiv2Text h2{
		font-size: .33rem;
		line-height: 1.3;
		margin-bottom: .3rem;
		text-align: center;
	}
	.zerenDiv2Text p{
		font-size: .26rem;
		line-height: 1.8;
		margin-bottom: .3rem;
	}
	.zerenTit1 h3{
		font-size: .33rem;
		text-align: center;
		font-weight: bold;
		width: 100%;
	}
	.zerenDiv3{
		padding-top: 0;
	}
	.zerenDiv3>li{
		width: 48%;
		margin: 0;
		height: auto;
		margin-bottom: .3rem;
	}
	.zerenDiv3>li>div{
		height: 2.6rem;
	}
	.zerenDiv3>li>p{
		font-size: .26rem;
	}
	.zerenDiv3{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.clear::after{
		display: none;
	}
	.gongyi{
		padding: .3rem;
	}
	.gongyiTit{
		padding-bottom: 0;
	}
	.gongyiTit h2{
		font-size: .33rem;
		font-weight: bold;
		width: 100%;
		text-align: center;
		line-height: 1.3;
	}
	.gongyiTit h5{
		width: 100%;
		text-align: center;
		font-size: .26rem;
	}
	.gongyi .swiper-slide{
		width: 100% !important;
	}
	.gySwiList{
		padding: .3rem;
	}
	.gySwi{
		height: 6rem;
	}
	.gySwiList h2{
		font-size: .3rem;
	}
	.gySwiList>div{
		height: 3rem;
		margin-top: .2rem;
	}
	.gySwiList>span{
		display: none;
	}
	.videoDiv{
		padding: .6rem .3rem;
		overflow: hidden;
		margin: 0;
	}
	.videoDiv>li:nth-child(1){
		width: 100%;
		margin: 0;
		margin-bottom: .3rem;
		height: 4rem;
	}
	.videoDiv>li{
		width: 100%;
		float: none;
	}
	.videoImg{
		height: 4rem;
	}
	.videoList{
		height: 100%;
	}
	.videoInBot{
		position: static;
	}
	.videoList .videoIn{
		padding: .3rem;
	}
	.videoIn h5{
		font-size: .24rem;
		margin-bottom: .0rem;
	}
	.videoIn h3{
		font-size: .28rem;
		margin-bottom: .1rem;
	}
	.videoIn p{
		height: auto;
		font-size: .24rem;
		margin-bottom: .2rem;
	}
	.videoList .videoIn{
		padding-bottom: 0;
	}
	.videoInBot{
		padding: 0;
		height: 1rem;
	}
	.videoInBot>div{
		line-height: 1rem;
		width: 100%;
		font-size: .24rem;
	}
	.moreVideoBut{
		font-size: .26rem;
		margin-bottom: .6rem;
	}
	.newsMain{
		padding: 0;
	}
	.newsList{
		display: block;
		width: 100%;
		height: auto;
		
	}
	.newsImg{
		width: 100%;
		height: 4rem;
	}
	.newsDiv{
		width: 100%;
		height: auto;
		background: #fff;
		padding: .3rem;
	}
	.newsDiv h5{
		font-size: .28rem;
		margin-bottom: .1rem;
	}
	.newsList{
		margin-bottom: .3rem;
	}
	.newsMain{
		background: none;
		box-shadow: none;
	}
	.newsDiv h5 span{
		font-size: .33rem;
		font-weight: bold;
	}
	.newsDiv h3{
		font-size: .28rem;
		margin-bottom: .1rem;
	}
	.newsMain{
		margin-top: -.5rem;
	}
	.newsDiv p{
		height: auto;
		font-size: 0.24rem;
	}
	.newsDiv::after{
		display: none;
	}
	.newsDiv h4{
		font-size: .24rem;
		margin-top: .3rem;
	}
	.ziliao{
		width: 100%;
		padding: .6rem .3rem;
		margin: 0;
		overflow: hidden;
	}
	.zlLeft{
		width: 100%;
		height: auto;
		min-height: auto;
	}
	.zlLeft h2{
		font-size: .3rem;
		line-height: 1rem;
	}
	.zlLeft>div a{
		font-size: .28rem;
		height: .8rem;
		line-height: .8rem;
		padding: 0;
	}
	.zlRight h2{
		font-size: .3rem;
		font-weight: bold;
	}
	.zlList>li{
		padding: .3rem 1rem;
		min-height: auto;
	}
	.zlList>li img{
		left: 0;
		width: .8rem;
		top: 50%;
		transform: translateY(-50%);
	}
	.zlRight{
		width: 100%;
	}
	.zlList>li a{
		height: .56rem;
		width: .56rem;
		right: 0;
		background-size: 100% 100%;
	}
	.zlList>li h3{
		font-size: .28rem;
		line-height: 1.1;
		margin-bottom: .1rem;
	}
	.over1{
		font-size: .24rem;
	}
	.aboutDiv1{
		padding: .6rem .3rem;
		margin: 0;
	}
	.aboutDiv1>h2{
		font-size: .33rem;
		text-align: center;
	}
	.aboutDiv1 > div{
		font-size: .26rem;
	}
	.aboutDiv1Swi{
		display: flex;
		flex-wrap: wrap;
		overflow: hidden;
		justify-content: space-between;
		margin: 0;
		padding: .4rem 0;
	}
	.aboutDiv1Swi>li{
		margin: 0;
		font-size: .26rem;
		line-height: 1.3;
	}
	.aboutDiv1Swi>li p{
		font-size: .22rem;
	}
	.aboutDiv1Swi>li h2 span, .aboutDiv1Swi>li h2 em{
		font-size: .45rem;
		text-align: center;
	}
	.aboutDiv1Swi>li::after{
		display: none;
	}
	.wid1300{
		width: 100%;
	}
	.title2 h3{
		font-size: .33rem;
		line-height: 1.2;
	}
	.title2 h5{
		font-size: .26rem;
	}
	.aboutDiv2{
		width: 100%;
		display: block;
		min-width: 100%;
	}
	.aboutDiv2>li{
		width: 100%;
	}
	.aboutDiv2In img{
		width: .8rem;
	}
	.aboutDiv2In>div h3{
		font-size: .33rem;
		margin-top: .3rem;
	}
	.aboutDiv2In>div p{
		font-size: .26rem;
		margin-top: .3rem;
	}
	.swiperLichIn .year{
		width: 1.2rem;
		height: 1.2rem;
		font-size: .26rem;
		line-height: 1.6;
	}
	.swiperLichIn{
		padding-left: 1.6rem;
	}
	.swiperLichIn span{
		font-size: .26rem !important;
	}
	.swiperLichIn::before{
		height: 1rem;
		left: .6rem;
		top: 1.2rem;
	}
	.swiperLich .swiper-slide{
		height: 100%;
	}
	.swiperRyDiv p{
		font-size: .28rem;
	}
	.teamImg{
		width: 100%;
		height: 3rem;
	}
	.teamMain h2{
		font-size: .3rem;
		margin-bottom: .0;
	}
	.teamIn{
		display: none;
	}
	.teamImg2{
		width: 100%;
	}
	.teamMain h4{
		font-size: .26rem;
		margin-bottom: .0;
	}
	.teamMain .over3{
		font-size: .24rem;
	}
	.teamMain{
		width: 100%;
		padding: .3rem;
		padding-bottom: 1rem;
	}
	.mySwiper2 .swiper-pagination{
		bottom: 0rem;
		right: .3rem;
	}
	.mySwiper2 .swiper-button-prev, .mySwiper2 .swiper-button-next{
		width: .66rem;
		height: .66rem;
	}
	.swiperLich .swiper-slide{
		padding-top: 0;
	}
	.mySwiper2{
		height: auto;
	}
	.swiperLich{
		height: 5.3rem;
	}
	.swiperLich .swiper-slide::after{
		left: .4rem;
	}
	.swiperLich .swiper-slide::before{
		left: .49rem;
	}
	.swiperLich .swiper-slide:nth-child(2n){
		padding-top: 3.8rem;
	}
	.rencaiTit2 h2{
		width: 100%;
		text-align: center;
		font-size: .33rem;
		font-weight: bold;
		line-height: 1.3;
		margin-bottom: .3rem;
	}
	.rencaiTop h2{
		width: 100%;
		text-align: center;
		font-size: .33rem;
		font-weight: bold;
		line-height: 1.3;
		margin-bottom: .3rem;
	}
	.rencaiPic{
		min-width: 100%;
		width: 100%;
	}
	.rencaiPic>ul{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.rencaiSwi{
		width: 100%;
	}
	.rencaiTop p{
		width: 100%;
		text-align: center;
		font-size: .26rem;
		line-height: 1.8;
	}
	.title3 h3{
		width: 100%;
		text-align: center;
		font-size: .33rem;
		font-weight: bold;
		line-height: 1.3;
	}
	.title3 p{
		width: 100%;
		text-align: center;
		font-size: .26rem;
		line-height: 1.3;
	}
	.lxImg{
		width: 1.5rem;
		height: 1.5rem;
	}
	.lianxi>li::before{
		width: 1.6rem;
		height: 1.6rem;
		top: 0;
	}
	.lxDiv{
		height: auto;
		width: 100%;
		padding: .6rem .3rem;
	}
	.lianxi>li{
		width: 100%;
		margin: 0;
		margin-bottom: .6rem;
	}
	.lxDiv h3{
		font-size: .3rem;
		margin-bottom: 0;
	}
	.lxDiv p{
		font-size: .26rem;
	}
	.lianxi>li{
		padding-top: .8rem;
	}
	.proDetTop{
		width: 100%;
		background: none;
		margin: 0;
		padding: .6rem .3rem;
	}
	.proDetTopImg{
		width: 100%;
		height: 5rem;
	}
	.proDetTopDiv{
		width: 100%;
		background: #fff;
		padding: .6rem .3rem;
	}
	.proDetTopDiv h3{
		font-size: .3rem;text-align: center;
		font-weight: bold;
	}
	.proDetTopDiv>em{
		margin: .1rem auto;
	}
	.proDetTopDiv p{
		font-size: .26rem;
		line-height: 1.8;
	}
	.proDetTopBut{
		width: 6rem;
		height: .8rem;
		margin: 0 auto;
		margin-top: .3rem;
		font-size: .26rem;
	}
	.proDetTopBut span{
		font-size: .3rem;
	}
	.proDet{
		padding: .6rem .3rem;
		width: 100%;
	}
	.proDetLeft{
		width: 100%;
	}
	.proDetRight{
		width: 100%;
		margin-top: .3rem;
	}
	.weizhi{
		overflow: hidden;
	}
	.weizhi li{
		font-size: .24rem;
		margin-right: .1rem;
		margin-bottom: .2rem;
	}
	.newsDetTop{
		padding: .3rem 0;
		
	}
	.newsDetTop h3{
		font-size: .3rem;
		font-weight: bold;
		line-height: 1.8;
	}
	.newsDetTop h5{
		font-size: .26rem;
		line-height: 1.8;
	}
	.newsDet{
		padding: 0 .3rem;
	}
	.newsDetMain{
		padding: .5rem 0;
		font-size: .26rem;
		line-height: 1.66;
	}
	.newsDetMain img{
		width: 100%;
	}
	.newsDetMain p{
		width: 100%;
		font-size: 12px;
	}
	.newsDetMain span{
		font-size: .26rem;
		line-height: 1.66;
		margin-top: .3rem;
		/*display: block;*/
		width: 100% !important;
	}
	
	ul{
		overflow: hidden;
	}
	
}
























