@charset "utf-8";
* {
	-webkit-tap-highlight-color: transparent;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, pre, code, form, fieldset, legend, input, button, textarea, blockquote, th, td {
    margin: 0;
    padding: 0;
    border: 0;
	line-height: 100%;
}
body {
	font-family: "Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif,PingFang SC;
	background-color: #ffffff;
    /* overflow-x: hidden; */
	font-size: #888;
}
button, input, textarea,select{
	-webkit-appearance: none;
	resize: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
	border: 0;
 }

 h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

button:hover,
input[type=submit]:hover {
    cursor: pointer
}

button:focus,
input:active,
input:focus,
textarea:focus {
  	outline: 0 none;
  	outline-color: transparent;
}
.clearfix::after{
	clear:both;
	content:'';
	display:block;
	width: 0;
	height: 0;
	visibility:hidden;
}
a {
    color: #333;
    display: inline-block;
	text-decoration : none;
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none;
  
}

a:active {
    text-decoration: none
}

li {
    list-style: none;
}

.w1200{
	max-width: 1200px;
	width: 100%;
	margin: auto;
}
.w1330{
	max-width: 1330px;
	width: 100%;
	margin: auto;
}
.header-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo{
	max-width: 300px;
}
.logo a{
	display: block;
}
.logo a img{
	width: 100%;
    height: 100%;
}

.header .header-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav ul{
	display: flex;
}
.nav>ul>li{
	position: relative;
	margin: 0 6px;
}
.nav>ul>li>a{
	display: block;
	font-size: 16px;
    font-weight: normal;
    color: #888;
	padding: 40px 30px;
	position: relative;
}
.nav>ul>li>a.active::after, .nav>ul>li>a:hover::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	background-color: #52b548;
	left: 0;
	bottom: 0;
}
.nav>ul>li>a.active, .nav>ul>li>a:hover{
	color: #52b548;
}
.nav ul li .s_navbox {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 22;
    box-sizing: border-box;
	display: none;
	padding: 10px 0;
}
.s_navbox>.s_a>a {
    color: #888;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    text-align: center;
	line-height: 50px;
	box-sizing: border-box;
}
.s_navbox>.s_a>a:hover{
   color: #52b548;
}
.search-box{
    width: 205px;
    height: 36px;
    background: transparent;
    border-radius: 20px;
    margin-top: 5px;
	border: 1px solid #b5aeae;
}
.search-box .search{
    width: 100%;
	height: 20px;
    background: url(search.png) center right 14px no-repeat;
	background-size: 22px;
    overflow: hidden;
    margin-top: 9px;
	padding: 0 21px;
    box-sizing: border-box;
}
.search-box .search input {
    width: 80%;
    height: 100%;
	color: #717171;
    font-size: 14px;
	letter-spacing: 0.93px;
    background: transparent;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	font-weight: 500;
}
.search-box .search input::-webkit-input-placeholder {
    color: #717171;
	font-size: 14px;
}
.nav-btn{
	display: none;
}
.nav-btn span{
	display: block;
	width: 30px;
	height: 3px;
	background-color: #717171;
	margin-bottom: 5px;
}
.nav-btn span:last-child{
	margin-bottom: 0;
}
.m_nav{
	display: none;
}
@media screen and (max-width: 1024px) and (min-width: 0px){
	.m_nav {
		display:block;
		position:fixed;
		top:0px;
		left:0px;
		width:0px;
		height:0px;
		overflow:hidden;
		z-index:555;
	}
	.m_nav .closecover{
		position:absolute;
		width:100%;
		height:100%;
		background:#0b0d19;
		filter:alpha(opacity=0);
		opacity:0;
		left:0px;
		top:0px;
		z-index:1;
	}
	.m_nav .closeicon{
		position:absolute;
		width:20%;
		top:5%;
		z-index:55;
		text-align:center;
		filter:alpha(opacity=0);
		opacity:0;
	}
	.m_nav .m_navList{
		position:absolute;
		width:80%;
		right:0px;
		top:0px;
		background:#0b0d19;
		height:100%;
		z-index:100;
		right:-80%;
		overflow-y: scroll;
	}
	.m_nav .m_navList ul{
		padding-left:5%;
		padding-right:5%;
	}
	.m_nav .m_navList ul li{
		border-bottom:1px solid #232530;
	}
	.m_nav .m_navList ul li a{
		display:block;
		height:45px;
		color:#fff;
		line-height:45px;
		padding-left:5%;
		font-size:16px;
	}
	.m_nav .m_navList ul li .m_f_a{
		display: flex;
		align-items: center;
		justify-content: space-between;
		 width: 100%;
		}
	.m_nav .m_navList ul li .m_f_a a{
		flex: 1;
	}
	.m_nav .m_navList ul li .m_f_a i{
		width: 40px;
		height:35px;
		box-sizing: border-box;
		 padding:0 5px; 
		 display: block;
		}
	.icon{ 
		background:url(plus.png) 100% no-repeat;
		background-position: 50% 50%; 
		-webkit-transition:all 0s;
		-moz-transition:all 0s;
		transition:all 0s;
	}
	.icon_on{
		background:url(reduce.jpg) 50% no-repeat!important;
		background-position: 50% 50%;
		-webkit-transition:all 0s;
		-moz-transition:all 0s;
		transition:all 0s;
	}
	.m_nav .m_navList ul li .m_s_nav{
		display:none;
		width: 100%;
	}
	.m_nav .m_navList ul li .m_s_nav a{
		display: block; 
		height:40px;
		line-height:40px;
		font-size:14px;
		padding-left:10%;
		overflow: hidden; 
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}
 }

 .banner{
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner .swiper-slide>a{
	display: block;
	width: 100%;
}
.banner .swiper-slide a>img{
	margin: 0 auto;
	width: 100%;
	display: block;
	/* height: 500px; */
	object-fit: cover;
}

.banner>.swiper-pagination-bullets, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction {
    bottom: 7.2%;
    left: 0;
    width: 100%;
}
.banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	 margin: 0px 6px;
}
.banner .swiper-pagination-bullet {
	position: relative;
    display: inline-block;
  	width: 10px;
  	height: 10px;
  	text-align: center;
  	background: #fff;
 	border-radius:50%;
  	opacity: 1;
  	box-shadow: none;
  	-webkit-transition-duration: .3s;
    transition-duration: .3s;
    border-radius: 6px;
    overflow: hidden;
}
.banner .swiper-pagination-bullet-active{
	position: relative;
	opacity: 1;
	/* width: 22px;
	border-radius: 6px; */
	background: #52b548;
}
.banner .swiper-pagination-bullet span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 6px;
    overflow: hidden;
}
.banner .swiper-pagination-bullet-active span{
    background: #52b548;
	border: 1px solid #52b548;
    animation: 4.5s ease-in;
    -moz-animation: 4.5s ease-in;
    -webkit-animation: 4.5s ease-in;
    -o-animation: 4.5s ease-in;
}
.aboutUs, .advantage, .index-news, .index-partner, .index-contact{
	padding: 90px 0;
}
.com-bg{
	background-color: #fbf7e9;
}
.ab-title, .ab-des{
	text-align: center;
}
.ab-title h2{
	color: #666;
	font-size: 28px;
}
.ab-title p{
	color: #52b548;
	font-size: 13px;
	margin-top: 15px;
	text-transform: uppercase;
}
.ab-des{
   max-width: 56%;
   margin: 35px auto;
}
.ab-des p{
	color: #888;
	font-size: 15px;
	line-height: 33px;
}
.ab-more-con{
	display: flex;
	justify-content: center;
}
.ab-more-con .ab-more{
    font-size: 15px;
    padding: 14px 35px;
    border-radius: 2em;
    border: 1px solid;
    border-color: #52b548;
    color: #52b548;
    display: inline-block;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.ab-more-con .ab-more:hover {
    border-color: #52b548;
    background-color: #52b548;
    color: #fff;
}
.at-img{
	margin: 42px auto;
	text-align: center;
}
.count{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding: 20px 16% 0;
}
.c-num b i{
	font-style: normal;
	font-size: 50px;
	color: #52b548;
	font-weight: normal;
}
.c-num b sub{
	font-size: 14px;
	color: #888;
}
.c-num p{
	font-size: 16px;
	margin-top: 20px;
	color: #a4a4a4;
	text-align: center;
	width: 120px;
}
.com-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ct-l .ctl-title{
	font-size: 28px;
	color: #52b548;
	position: relative;
	padding-bottom: 15px;
}
.ct-l .ctl-title::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background-color: #52b548;
}
.ct-l .ctl-title span{
	font-size: 13px;
    color: #888;
}
.ct-r{
	display: flex;
}
.ct-r a{
	color: #999;
	font-size: 15px;
	display: block;
	padding: 10px;
	border: 1px solid #d8d8d8;
	margin-right: 15px;
}
.ct-r a:last-child{
	margin-right: 0;
}
.ct-r a:hover{
	color: #52b548;
	border: 1px solid #52b548;
}
.line1{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.line2{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line3{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ipro-content, .in-content, .ict-content{
	margin-top: 80px;
}
.ic-list{
	width: 31%;
	overflow: hidden;
	float: left;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	box-shadow: 0 0 15px rgb(0 0 0 / 10%);
	box-sizing: border-box;
}
.ic-list:nth-child(3n){
	margin-right: 0;
}
.ic-list .ic-img{
	width: 100%;
	height: 240px;
	overflow: hidden;
}
.ic-list .ic-img img, .in-list .in-img a img, .fd-box .fd-img img, .ah-l .ahl-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ic-text{
	font-size: 18px;
	color: #333;
	text-align: center;
	padding: 20px;
	background-color: #fff;
}
.ic-text .ic-des{
	font-size: 14px;
	color: #666;
	line-height: 22px;
	min-height: 44px;
    margin-top: 20px;
}
.ic-list:hover .ic-text .ic-title{
	color: #52b548;
}
.index-pro{
	padding: 90px 0 60px 0;
}
.ic-list .ic-img img, .p-img img, .ah-l .ahl-img img{
	-o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	display: block;
}
.ic-list:hover  .ic-img img, .p-img:hover img, .ah-l .ahl-img:hover img{
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.in-content{
	background-color: #fff;
}
.in-list{
	width: 50%;
	box-sizing: border-box;
	float: left;
	display: flex;
	justify-content: space-between;
	padding: 30px;
	border-bottom: 1px dashed #e8e8e8;
}
.in-list:nth-child(3), .in-list:nth-child(4){
	border-bottom: none;
}
.in-list:hover{
	box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
.in-list .in-img a{
	display: block;
	width: 200px;
	height:160px;
	margin-right: 40px;
}
/* .in-list .in-img{
	width: 200px;
	height:180px;
	margin-right: 40px;
} */
.in-list .in-text{
	flex: 1;
}
.in-text h3, .ah-l .ahl-title, .ah-top .aht-title{
	color: #333;
	font-size: 18px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	padding-top: 10px;
}
.in-text .in-time, .ah-l .ahl-time{
	font-size: 15px;
	color: #999;
	padding: 20px 0;
}
.in-text .in-des, .ah-l .ahl-des{
	font-size: 15px;
	color: #666;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.p-img{
	overflow: hidden;
}
.ict-box h3{
	color: #52b548;
	font-size: 18px;
	line-height: 26px;
}
.ict-box dl dd{
	color: #888;
	font-size: 16px;
	line-height: 20px;
	margin-top: 24px;
}
.ict-content{
	display: flex;
	flex-wrap: wrap;
}
.ict-content .ict-box{
	width: 40%;
	margin-right: 40px;
}
.ict-content .ict-map, .ict-content .contant-form{
	flex: 1;
}
.pc-box, .pc-box p{
	color: #888;
    font-size: 15px;
    line-height: 33px;
}
.pc-box img, .pc-box p img{
	width: 100%;
}
.pc-box{
	margin-top: 35px;
}
.page-content, .pjt-content{
	padding: 60px 0;
}
.gsfz{
	background-color: #fbfef9;
	padding: 35px 0;
	margin-top: 60px;
}
.pc-list{
	width: 33%;
	text-align: center;
	float: left;
	box-sizing: border-box;
}
.pc-list .pl-img{
	width: 105px;
	height: 105px;
	background-color: #edffeb;
	border-radius: 105px;
	text-align: center;
	margin: auto;
}
.pc-list .pl-img img{
	width: 60px;
    height: 60px;
	margin-top: 23px;
}
.pc-list h3{
  font-size: 20px;
  color: #333;
  margin: 35px auto;
}
.pc-list .pl-des{
	padding: 0 30px;
}
.pc-list .pl-des p{
	font-size: 15px;
	color: #999;
	line-height: 30px;
}
.fd-box .fd-img{
	width: 256px;
	height: 256px;
	overflow: hidden;
	border-radius: 256px;
	margin-right: 50px;
}
.fd-box{
	display: flex;
	flex-wrap: wrap;
}
.fd-box .fd-text{
	flex: 1;
}
.fd-name h3{
	font-size: 20px;
	color: #333;
	padding: 20px 0 15px 0;
  }
  .fd-name span{
	font-size: 14px;
	color: #999;
  }
.fd-text .fd-mess{
	margin-top: 30px;
}
.fd-text .fd-mess p{
	color: #666;
    line-height: 30px;
    font-size: 15px;
}
.fd-box, .art-con, .info-pro{
	margin-top: 60px;
}
.founder{
	padding: 0 0 60px 0;
}
.page-partner, .contact{
	padding-top: 60px;
}
.pro-contant, .cont, .contant-map{
	margin-top: 60px;
}
.art-hot{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.art-hot .ah-l, .art-hot .ah-r{
	width: 49%;
	box-sizing: border-box;
	padding: 30px;
	box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
.art-hot .ah-l a{
	display: block;
}
.ah-l .ahl-img{
	width: 100%;
	height: 240px;
	margin-bottom: 16px;
	overflow: hidden;
}
.ah-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ah-top .aht-time{
	font-size: 15px;
	color: #999;
	width: 85px;
	margin-left: 24px;
}
.ah-top .aht-title{
	flex: 1;
	padding-top: 0;
}
.ah-list .ah-btm{
    font-size: 15px;
    color: #666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	margin-top: 30px;
}
.ah-list {
	padding: 30px 0;
	border-bottom: 1px solid #e8e8e8;
}
.ah-list:hover .aht-title, .art-hot:hover .ah-l .ahl-title{
	color: #52b548;
}
.art-hot .ah-r{
	padding: 0 30px 30px;
}

.art-con .ah-list{
	width: 49%;
	box-sizing: border-box;
	float: left;
	margin-right: 2%;
	padding: 30px;
}
.art-con .ah-list:nth-child(2n){
	margin-right: 0;
}
.art-content{
	padding: 60px 0 35px 0;
}
.art-con .ah-list:hover{
	box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
.pro-box{
	display: flex;
}
.pro-box .pro-l{
	width: 500px;
    margin-right: 50px;
}
.pro-box .pro-r{
	flex: 1;
}
.cp-title{
	padding: 20px 0;
}
.cp-price{
	background-color: #f7f7f7;
	padding: 30px 20px;
	font-weight: bold;
    font-size: 30px;
	color: #52b548;
	margin-bottom: 20px;
}
.cp-feature dl dd{
	font-size: 16px;
	line-height: 22px;
	color: #666;
	padding: 15px 0;
}
.cp-tel a{
	display: block;
    background-color: #52b548;
    width: 220px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-size: 20px;
	margin-top: 30px;
}
.sbxq{
	font-size: 18px;
	color: #52b548;
	margin-top: 40px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e8e8e8;
}














































.sz-img, .sz-box{
	width: 30%;
}
.sz-container .sz-img{
	height: 440px;
}
.sz-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sz-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sz-title h3{
	font-weight: bold;
	font-size: 20px;
}
.sz-title .sz-more a{
	color:#408bcd;
	font-size: 15px;
}
.sz-com{
	margin-top: 30px;
}
.sz-com ul li a{
	color: #999999;
	font-size: 15px;
}
.sz-com ul li{
	position: relative;
	padding-left: 13px;
	line-height: 40px;
}
.sz-com ul li::before{
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #408bcd;
	left: 0;
	top: 45%;
}
.sz-com ul li a{
    display: block;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pfs-container .pfs-box{
	margin-top: 20px;
}
.pfs-top{
	text-align: center;
}
.pfs-top h1, .in-box h1{
	font-size: 33px;
    margin-top: 0px;
    font-weight: 500;
    color: #000000;
}
.pfs-top p {
    font-size: 16px;
    font-weight: 300;
    color: #999999;
    margin-top: 18px;
}
.pfs-box .pfs-list{
	position: relative;
	width: calc(95% / 6);
	margin-right: 1%;
	margin-top: 1%;
	height: 140px;
	overflow: hidden;
	/* background: url(pfx.png) no-repeat;
	background-size: cover; */
	float: left;
}
.pfs-box .pfs-list:nth-child(6n){
	margin-right: 0;
}
.pfs-list a{
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0);
}
.pfs-list img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}
.pfs-box .pfs-list:hover img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}
.pfs-list .cl-name{
	position: absolute;
	z-index: 11;
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cl-name p{
	color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 0 20px;
    line-height: 32px;
    text-align: center;
}
.profession{
	padding: 70px 0;
}
.ab-box{
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.ab-box .ab-img, .ab-box .ab-com{
	width: 50%;
	box-sizing: border-box;
}
.ab-box .ab-img{
	height: 320px;
}
.ab-img img{
    width: 100%;
	height: 100%;
	object-fit: cover;
}
.ab-box .ab-com{
	background-color: #33394b;
	color: #fff;
	padding: 0 50px;
}
.ab-com h2{
	font-size: 24px;
	padding: 26px 0;
}
.ab-com .ab-text p{
	font-size:  15px;
	letter-spacing: 1px;
	text-align: justify;
    line-height: 30px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.ab-com .ab-text{
	margin-bottom: 10px;
}
.en-box{
    position: relative;
	padding: 80px 76px 0;
    overflow: hidden;
}
.en-box .en-div {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.en-box .swiper-button-next, .en-box .swiper-button-prev {
    position: absolute;
    top: 52%;
    width: 50px;
    height: 50px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 50px 50px;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
}

.en-box .swiper-button-prev, .en-box .swiper-container-rtl .swiper-button-next{
    background-image: url(img86.png);
    left: 0;
    right: auto;
}

.en-box .swiper-button-next, .en-box .swiper-container-rtl .swiper-button-prev{
    background-image: url(img88.png);
    right: 0;
    left: auto;
}
.en-box .swiper-button-next.swiper-button-disabled{
    background-image: url(img87.png);
    right: 0;
    left: auto;
}
.en-box .swiper-button-prev.swiper-button-disabled{
    background-image: url(img85.png);
    left: 0;
    right: auto;
}

.en-list{
	height: 180px;
}
.en-list .en-img{
	height: 100%;
	position: relative;
    overflow: hidden
}
.en-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.en-list .en-text{
	width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    padding: 0 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.en-list .en-text:hover {
    opacity: 1;
	color: #fff;
}
.en-list .en-img:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s
}

.en-list:hover .en-img:after {
    background-color: #000000;
    opacity: 0.6;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.en-text h3{
	font-size:  20px;
}
.en-text p{
	letter-spacing: 1px;
	margin-top: 22px;
	color: #999;
	font-size: 15px;
	line-height: 23px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.environment{
	padding: 70px 0;
}
.in-container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.in-container .in-box{
	width: 46%;
}
.in-box .in-line{
	background-color: #999;
	width: 30px;
	height: 2px;
	margin-top: 10px;
}
.in-box .in-hot a{
	display: block;
}
.in-box .in-hot .hot-link{
	display: flex;
	justify-content: space-between;
	padding: 45px 0;
    border-bottom: 1px dashed #999;
}

.in-hot .h-time{
	width: 85px;
	height: 90px;
	text-align: center;
    background-color:#cacaca;
	margin-right: 20px;
}
.h-time p{
   font-size: 33px;
   font-weight: bold;
   color: #888888;
   padding: 13px 0;
}
.h-time span{
	font-size: 14px;
	color: #888888;
 }
.in-hot .h-text{
   flex: 1;
}
.h-text p{
	font-size: 17px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.h-text .h-des{
	margin-top: 22px;
	font-size: 15px;
	line-height: 26px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	color: #999;
}

.ind-list .in-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ind-list .in-title{
	width: 80%;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	line-height: 32px;
}
.ind-list .in-time{
	color: #999;
	font-size: 14px;
}
.in-com{
	padding: 30px 0;
}
.in-com .ind-list{
	position: relative;
	padding-left: 20px;
}
.in-com .ind-list::before{
	position: absolute;
  content: ">";
  color: #408bcd;
  left: 0;
  top: 22%;
}
.in-box .in-more{
	padding: 12px 15px;
    border: 1px solid;
    color: #408bcd;
    border-color: #408bcd;
    display: block;
    width: 110px;
    text-align: center;
    margin: 30px auto 0 auto;
    -webkit-transition: all .6s cubic-bezier(.165,.84,.44,1) 0ms;
    transition: all .6s cubic-bezier(.165,.84,.44,1) 0ms;
    border-radius: 6px;
}
.in-box .in-more:hover {
    background: #408bcd;
    color: #ffffff;
    border-color: #408bcd;
}
.ind-list:hover .in-title, .sz-com ul li a:hover{
   color: #408bcd;
}
.art-list{
	padding: 30px 0;
	border-bottom: 1px solid #ececec;
}
.art-list:first-child{
   padding-top: 0;
}
.art-list:hover .al-title h2{
	color: #408bcd;
}
.al-title h2{
	font-size: 24px;
	line-height: 26px;
}
.al-zz{
	display: flex;
	font-size: 14px;
	color: #999;
	padding: 18px 0;
}
.al-zz p:first-child{
	margin-right: 7px;
	color: #408bcd;
}
.al-des{
    color: #999;
    letter-spacing: 1px;
    line-height: 24px;
    font-size: 14px;
	margin-bottom: 18px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.viewed{
	display: flex;
    align-items: center;
	font-size: 14px;
	color: #408bcd;
}
.viewed img{
	width: 16px;
	margin-right: 7px;
}

.f-list, .f-text{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 16px;
}
.f-list .fl{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.f-list .fl>div, .f-text .text-title{
	width: 100px;
	color: #999;
}
.f-list .fl input{
	flex: 1;
    height: 50px;
	font-size: 16px;
	padding: 0 15px;
    background-color: transparent;
    border-bottom: 1px solid #d4d4d4;
	color: #999;
}
.f-text{
	margin-top: 50px;
}
.f-text .text-details{
	flex: 1;
}
.f-text .text-details textarea{
	width: 100%;
	background-color: transparent;
    border: 1px solid #d4d4d4;
	padding: 15px 0;
	font-size: 16px;
	color: #999;
}
/* .f-text  .text-details .det-area{
  padding-left: 15px;
} */
.f-list .fl input::placeholder{
	color: #aaaaaa;
}
.f-btn{
	display: flex;
    justify-content: center;
	margin-top: 50px;
	padding-left: 100px;
}
.f-btn button{
	width: 100%;
    height: 50px;
    font-size: 16px;
	color: #fff;
    background-color: #52b548;
}

.footer{
	padding: 30px 0;
}
.f-nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.f-nav ul li {
	padding: 0 16px;
}
.f-nav ul li a{
	font-size: 14px;
	color: #fff;
}
.links{
	border-bottom: 1px solid #494949;
	text-align: center;
	padding-bottom: 15px;
	margin: 26px 0;
}
.links ul li{
	display: inline-block;
	margin: 0 10px;
	font-size: 14px;
}
.copyright{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 14px;
}
.copyright  p:first-child{
	margin-right: 15px;
}
.copyright p a, .links ul li a{
	color: #a9a9a9;
	font-size: 14px;
}
/* 底部 */
.footer, .f-bttom{
	background: #1f1f1f;
	color: rgba(255,255,255,.6);
}

.f1 .presentation{
	width: 80%;
    line-height: 1.8;
    text-align: justify;
	margin-top: 30px;
}
.f1 img{
	max-width: 215px;
}
.f2 h3, .f3 h3{
	font-size: 20px;
	color: #fff;
}
.f2 h4, .f3 h4{
	font-size: 17px;
}
.f2 h4{
	margin: 20px 0 20px 0;
}
.f2 ul li{
	font-size: 16px;
	line-height: 2.2;
	color: #fff;
}
.f2 ul li i{
	padding-right: 12px;
}
.f3 h4{
	margin: 20px 0 30px 0;
}
.code .fimg{
	margin-right: 20px;
}
.f-bttom{
	font-size: 13px;

}

/* 底部菜单 */
.tabbar-blank{
    width: 100%;
    height: 55px;
    box-sizing: border-box;
}
.tabbar-container, .tabbar-blank{
   display:none;
}
.tabbar-container .tabbar {
    border-top: 1px solid #414146;
    box-sizing: border-box;
    width: 100%;
    height: 55px;
    margin: 0 auto;
    background-color: #333;
    z-index: 60;
    position: fixed;
    bottom: 0;
    left: 0;
}
.tabbar-container .tabbar .list {
    padding: 0 .4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tabbar-container .tabbar .list .item {
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.tabbar-container .tabbar .list .item .icon-box {
   padding: 6px 0 5px 0;
}
.tabbar-container .tabbar .list .item .icon-box .ticon {
    height: 22px;
    width: 22px;
}
.tabbar-container .tabbar .list .item .icon-box .ticon.icon-2 {
    display: none
}

.tabbar-container .tabbar .list .item .text {
    color: #777;
}
.tabbar-container .tabbar .list .item a.active .icon-box .ticon.icon-2 {
    display: inline-block
}
.tabbar-container .tabbar .list .item a.active .icon-box .ticon.icon-1 {
    display: none
}
.tabbar-container .tabbar .list .item a.active .text {
    color: #fff;
	font-size: 14px;
}
.pos_nav {
	line-height: 22px;
	padding: 30px 0 0 0;
}
.pos_nav, .pos_nav a, .pos_nav span{
    color: #8a8a8a;
    letter-spacing: 1px;
    font-size: 14px;
}
.page-cate{
	padding: 23px 0;
}
.page-cate h2{
	font-size: 24px;
    color: #000;
}
.page-title{
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0 10px 0;
}
.page-title a{
	font-size: 16px;
    text-align: center;
	display: block;
    height: 42px;
	line-height: 42px;
    width: 110px;
	margin-right: 15px;
	margin-bottom: 15px;
	background-color: #f1f1f1;
}
.page-title a:last-child{
	margin-right: 0;
}
.page-title a.active, .page-title a:hover{
    background: #408bcd;
	color: #fff;
}


.production, .articles, .contact-com{
	padding-top: 36px;
}

.production .items{
	float: left;
	width: calc(93.4% / 4);
	margin-right: 2.2%;
    margin-top: 32px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	box-sizing: border-box;
}
.production .items:nth-child(4n){
	margin-right: 0;
}
.pro-list .pl-img{
    width: 100%;
    height: 240px;
}
.pro-list .pl-img img{
    width: 100%;
    height: 100%;
	object-fit: cover;
}
.pro-list .p-box{
  padding: 15px;
}
.pro-list .p-box p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.production .items:hover{
	-webkit-transform:scale(1.10);
	-moz-transform:scale(1.10);
	-o-transform:scale(1.10);
	transform:scale(1.10);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	 position:relative; 
	 z-index:100;
	}

	.ye {
		display: flex;
		margin: 40px auto;
		text-align: center;
		justify-content: center;
	}
	
	.ye li a{
		padding: 3px 12px;
		border: solid 1px #999;
		color: #999;
		margin: 0 5px;
	}
	.ye li a.thisclass, .ye li a:hover{
		background: #52b548;
		border-color: #52b548;
		color: #fff;
	}


	.h-news{
		width: 49%;
		margin-bottom: 40px;
		padding-bottom: 30px;
		border-bottom: 0.5px solid #E0E0E0;
	}
	.n-item .n-img{
		width: 120px;
		height: 100px;
		margin-right: 20px;
		float: left;
	}
	.n-item .n-img img{
		width: 100%;
		height: 100%;
		object-fit:cover;
	}
	.n-item .n-text{
		height: 100px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	 .n-text h3{
		font-size: 17px;
		font-weight: 600;
		color: #404040;
		overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	}
	.n-text p{
		color: #676767;
		font-size: 15px;
		line-height: 22px;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.news-list{
		width: 49%;
		margin-bottom: 20px;
		background: #F4F4F4;
		border: 7px solid #F4F4F4;
		overflow: hidden;
		padding: 3px;
		box-sizing: border-box;
	}
	.news-list:hover{
		 border-color:#363636;
		}
	.news-list:hover .ts h3{
		  color:#363636;
	}
	.ts h3{
		color: #666;
		margin-top: 6px;
	}
	.ts p{
		color: #999;
	}
	.ts .time{
		color: #999;
		display: flex;
		align-items: center;
		font-size: 12px;
	}
	.time img{
		margin-right: 3px;
	}

	.f2 ul li{
		font-size: 16px;
		line-height: 2.2;
		color: #363636;
	}
	.f2 ul li i{
		padding-right: 12px;
	}
	#map, #allmap, .contant-map #map{
		width: 100%;
		height: 350px;
	}
	.s-con {
		padding: 60px 0 0 0;
	}
	.con-ly {
		margin: 0 auto;
	}
	.c-form{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.c-form .form-group{
	   width:49%;
	}
	.con-form form .f-ta {
		padding: 30px 15px;
	}
	.con-form form  .ctn {
		width: 100%;
		color: #fff;
		background-color: #408bcd;
		border-color: #408bcd;
		border-radius: 20px;
		outline: none;
	}
	.con-form form input, button{
		outline:none;
		
	}
	.contact-com{
		padding-bottom: 30px;
	}
	.detail_t {
		text-align: center;
	}
	.detail_t h1, .cp-title{
		font-size: 24px;
		line-height: 30px;
		color: #363636;
	}
	.detail_t h5 {
		margin-top: 20px;
		font-size: 15px;
		color: #999;
	}

	.info_content{
        padding: 35px 0;
    }
    .info_content p,  .info_content{
        font-size: 16px;
        line-height: 2;
        letter-spacing: 0.5px;
        color: #363636;
    }
    .info_content img, .info_content p img{
        max-width: 100%;
    }
	.pronext {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		font-size: 15px;
		color: #333;
		padding: 20px 0 30px 0;
		border-bottom: 1px solid #e8e8e8;
	}
	.pronext .propage, .pronext .nextpage {
		width: 48%;
		color: #363636;
	}
	.propage  a, .nextpage  a{
		color: #363636;
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.fyxq {
		color: #363636;
		font-size: 20px;
		font-weight: 600;
	}
	.w-con {
		margin-top: 40px;
	}
	.pro-info-content, .art-info-content{
		padding-top: 40px;
	}
	.tages {
		font-size: 15px;
		color: #363636;
		font-weight: normal;
		margin: 30px auto;
	}
	.tages p{
		line-height: 26px;
	}
	.tages p a {
		margin-right: 20px;
		font-weight: normal;
	}
	.related{
		padding: 20px 0 40px 0;
	}
	.related .re_con {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.re_con .re_con_box {
		width: 48%;
	}
	.re_con_box ul li {
		font-size: 15px;
		line-height: 30px;
		position: relative;
		padding-left: 20px;
	}
	.re_con_box ul li a{
		display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	}
	.re_con_box ul li::before {
		content: "";
		position: absolute;
		width: 6px;
		height: 6px;
		border-radius: 100%;
		background-color: #52b548;
		left: 0;
		top: 35%;
	}
	
.pro-xg{
	padding-top: 0;
	padding-bottom: 30px;
}

.msg-box{
	display: flex;
	margin-top: 50px;
}
.msg-box .msg-l, .msg-box .msg-r{
	width: 50%;
	box-sizing: border-box;
}
.msg-box .msg-r{
	padding: 0 50px;
}
.msg-box .msg-l{
	background-color: #e5f2ff;
	padding: 30px 50px;
}
.msg-com h3{
	font-size: 18px;
	font-weight: bold;
}
.msg-com p{
	letter-spacing: 1px;
	line-height: 20px;
	padding: 15px 0;
}
.zs-tel dd{
	padding-bottom: 15px;
    line-height: 30px;
}
.mtitle{
	font-size: 20px;
    line-height: 30px;
    padding: 20px 0;
    border-bottom: 1px solid #408bcd;
	margin-bottom: 20px;
}
.f-list .s-input{
	justify-content: initial;
}
input[type="radio"] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    padding: initial;
	width: 16px;
	height: 16px;
	border: 1px solid #E5E5E5;
	vertical-align: middle;
	margin-right: 8px;
}
/* .f-list .fl input[type="radio"]{
	flex: auto;
} */
.f-list .fl>div.s-fir, .f-list .fl>div.s-sec {
    width: auto;
	display: flex;
    align-items: center;
}
.f-list .fl>div.s-sec {
   margin-left: 20px;
}
.f-list .sel{
	justify-content: initial;
}
.f-list .sel select{
	line-height: 52px;
	width: 100%;
    font-size: 16px;
    padding: 0 12px;
    background: #FFFFFF url(xiangxia.png) no-repeat center right 20px;
    background-size: 18px 16px;
	border-bottom: 1px solid #d4d4d4;
}
.p-img img{
    margin: auto;
	
	
}



.list_page{text-align:center;font-family:宋体; height:30px; margin:10px auto;}
.list_page a{background:#fff;margin:0px 1px;padding:4px 6px;border:1px solid #ccc;color:#333;font-family:宋体;}
.list_page span{background:#ccc;color:#fff;margin:0px 1px;padding:4px 6px;border:1px solid #ccc;font-family:宋体;}
.list_page b{background:#fff;margin:0px 1px;padding:4px 6px;border:1px solid #ccc;color:#333;font-family:宋体;}
.list_page b input{border:0;margin:0;padding:0;font-size:12px;font-family:宋体;font-weight:normal;width:12px;vertical-align:middle;text-align:center;}

.page_group ul{border-right:solid 1px #ddd;border-radius:4px; text-align:center;}
.page_group ul li{border-right:none;border-radius:0;list-style:none; display: inline}
.page_group ul li:not(:first-child):not(:last-child){border-radius:0;}
.page_group ul li:first-child{border-radius:4px 0 0 4px;}
.page_group ul li:last-child{border-radius:0 4px 4px 0;}
.page_group ul .active a{background:#f3f3f3;border-radius:0;}
