/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

html {
	font-size: 16px;
	/*10 ÷ 16 × 100% = 62.5%*/
}
@font-face
{
	font-family: "Poppins";
	src:url('../font/Poppins-Regular_0.ttf');
}
@font-face
{
	font-family: "TechnaSans";
	src:url('../font/technasans-regular.otf');
}
@font-face
{
	font-family: "Poppins_Medium";
	src:url('../font/Poppins-Medium_0.ttf');
}
@font-face
{
	font-family: "Poppins_Bold";
	src:url('../font/Poppins-Bold_0.ttf');
}
@font-face
{
	font-family: "Poppins_SemiBold";
	src:url('../font/Poppins-SemiBold_0.ttf');
}
@font-face
{
	font-family: "Montserrat_SemiBold";
	src:url('../font/Montserrat-SemiBold.ttf');
}
@font-face
{
	font-family: "Montserrat_Light";
	src:url('../font/Montserrat-Light_0.ttf');
}
@font-face
{
	font-family: "Montserrat_Bold";
	src:url('../font/Montserrat-Bold_0.otf');
}
@font-face
{
	font-family: "Poppins_Light";
	src:url('../font/Poppins-Light_0.ttf');
}
@font-face
{
	font-family: "Roboto";
	src:url('../font/Roboto-Regular-14.ttf');
}

body {
	font-family: "Poppins";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

ul,
li {
	list-style: none;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	border: none;
}

i,
em {
	font-style: normal;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

.auto {
	width: 1200px;
	margin: 0 auto;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}

.htmleaf-container {
	display: none;
}

.header-navigation {
	top: 30;
	width: 100%;
	text-align: center;
	z-index: 9999;
}

.heads {
	position: fixed;
	height: 100px;
	width: 100%;
	transition: all .5s;
	top: 0px;
	left: 0rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;
	background-color: #fff;
}

.slideDown {
	/*-webkit-transform:translateY(0);
	transform:translateY(0);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;

}

.headdv {
	margin: 0 auto;
	height: 100px;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 93.75rem;
}
.headdvleft{
	height: 100%;
}
.headdvleft img {
	display: block;
}

.headdvleft img:last-child{
	display: none;
}
.slideUp .headdvleft img{
	display: none;
}
.slideUp .headdvleft img:last-child{
	display: block;
}
.headdvright {
	width: 70%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul {
	width: 80%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul li {
	transition: all .3s;
	position: relative;
	line-height: 100px;
}

.headdvright ul li a {
	display: block;
	position: relative;
	text-transform: uppercase;
}

.headdvright ul li a span {
	font-size: 16px;
	color: #fff;
	display: block;
	font-family: "Poppins";
	transition: all 1s;
}
.headdvright ul li::after{
	content: "";
	position: absolute;
	width: 100%;
	bottom: -1px;
	height: 2px;
	background-color: transparent;
	left: 0;
	transform: all 1s;
}
.headdvright ul li:hover::after{
	background-color: #fff;
}
.headdvright ul li.active::after{
	background-color: #fff;
}
.slideUp  .headdvright ul li a span{
	color: #3c3c3c;
	transition: all 1s;
}
.slideUp  .headdvright ul li.active::after{
	background-color: #315f31;
}
.slideUp  .headdvright ul li:hover::after{
	background-color: #315f31;
}
.slideUp  .headdvright ul li:hover a span{
	color: #315f31;
}
.slideUp  .headdvright ul li:hover a::after{
	border-bottom: 2px solid #315f31;
}
.slideUp  .headdvright ul li.active a span{
	color: #315f31;
}
.slideUp  .headdvright ul li.active a::after{
	border-bottom: 2px solid #315f31;
}
.slideUp .dh iconpark-icon{
	border: 1px solid #009ae2;
	color: #315f31;
}
.slideUp .dh span{
	color: #315f31;
}
.slideUp .ss iconpark-icon,.slideUp .yyan iconpark-icon{
	color: #315f31;
}
.ss{
	display: flex;
	justify-content: center;
	align-items: center;
}
.ss iconpark-icon{
	width: 40px;
	height: 40px;
	border-radius: 50%;1
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	transition: all 1s;
}
.yyan{
	display: flex;
	justify-content: center;
	align-items: center;
}
.yyan iconpark-icon{
	width: 40px;
	height: 40px;
	border-radius: 50%;1
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	transition: all 1s;
	font-size: 20px;
}


.banners img{
	display: block;
	width: 100%;
	
}
.sygsjj{
	width: 100%;
	padding-top: 6.875rem;
	background: url(../images/gsjjbj_02.jpg) center no-repeat;
	background-size: cover;
}
.sygsjjdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.sygsjjdvleft{
	width: 50%;
}
.sygsjjdvleft h1{
	color: #333333;
	font-size: 40px;
	text-transform: uppercase;
	font-family: "TechnaSans";
	line-height: 50px;
	margin-bottom: 3.125rem;
}
.sygsjjdvleft  p{
	line-height: 35px;
	font-size: 16px;
	color: #666666;
}
.sygsjjdvleft  p i{
	color: #315f31;
}
.sygsjjdvleft a{
	width: 130px;
	padding-left: 35px;
	padding-right: 25px;
	height: 55px;
	background: url(../images/ljbg_06.png) center no-repeat;
	background-size: cover;
	display: flex;
	justify-content:space-between;
	align-items: center;
	border-radius: 55px;
	margin-top: 3.125rem;
}
.sygsjjdvleft a span{
	color: #ffffff;
	font-size: 14px;
	font-family: "Poppins_Light";
	text-transform: uppercase;
}
.sygsjjdvleft a iconpark-icon{
	font-size: 24px;
	color: #fff;
}
.sygsjjdvright{
	width: 40%;
}
.sygsjjdvright img{
	width: 100%;
	display: block;
}
.sz{
	margin-top: 3.75rem;
	padding-top: 3.75rem;
	border-top: 1px solid #eeeeee;
	padding-bottom: 3.75rem;
}
.szdv{
	width: 93.75rem;
	margin: 0 auto;
}
.szdv ul{
	display: flex;
	justify-content: space-between;
}
.szdv ul li{
	width: 250px;
}
.szdv ul li h1{
	display: flex;
	justify-content: center;
	align-items: center;
}
.szdv ul li h1 span{
	color: #333333;
	font-size: 64px;
	font-family: "Poppins_SemiBold";
}
.szdv ul li h1 i{
	color: #333333;
	font-size: 30px;
	font-family: "Poppins_Medium";
	margin-left: 5px;
}
.szdv ul li p{
	color: #808080;
	margin-top: -15px;
	font-size: 16px;
	text-align: center;
}
.syservice{
	padding: 6.25rem 0px;
	background: url(../images/fes_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.syservicedv{
	width: 93.75rem;
	margin: 0 auto;
}
.syservicebt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.syservicebtleft h1{
	color: #ffffff;
	font-size: 40px;
	font-family: "TechnaSans";
	text-transform: uppercase;
	margin-bottom: 15px;
}
.syservicebtleft p{
	color: #ffffff;
	font-size: 16px;
}
.syservicebtright a{
	width: 130px;
    padding-left: 35px;
    padding-right: 25px;
    height: 55px;
    background: url(../images/ljtm_03.png) center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 55px;
	transition: all 1s;
}
.syservicebtright a:hover{
	background: url(../images/ljbg_06.png) center no-repeat;
	background-size: cover;
}
.syservicebtright a span {
    color: #315f31;
    font-size: 14px;
    font-family: "Poppins_Light";
    text-transform: uppercase;
}
.syservicebtright a:hover span{
	 color: #fff;
}
.syservicebtright a iconpark-icon{
	font-size: 24px;
	color: #315f31;
}
.syservicebtright a:hover iconpark-icon{
	 color: #fff;
}
.syservicelist ul{
	display: flex;
	justify-content: space-between;
	margin-top: 3.75rem;
}
.syservicelist ul li{
	width: 32%;
	border-radius: 18px;
	overflow: hidden;
	background-color: #fff;
}
.syservicelist ul li .syserviceleft{
	display: block;
	width: 100%;
	border-radius: 18px;
	overflow: hidden;
}
.syservicelist ul li .syserviceleft img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.syservicelist ul li:hover .syserviceleft img{
	transform: scale(1.05);
}
.syservicelist ul li .syserviceright{
	padding: 20px 30px;
	width: calc(100% - 60px);
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.syservicelist ul li .syserviceright section{
	width: 80%;
}
.syservicelist ul li .syserviceright section h1{
	 white-space:nowrap;
	 font-size: 20px;
	 overflow:hidden;
	 color: #333333;
	 font-family: "Poppins_Medium";
	 text-overflow:ellipsis;
	 transition: all 1s;
}
.syservicelist ul li:hover .syserviceright section h1{
	color: #315f31;
}
.syservicelist ul li .syserviceright section p{
	color: #808080;
	overflow:hidden;
	font-size: 16px;
	text-overflow:ellipsis;
	line-height: 30px;
	display:-webkit-box;
	height: 30px;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
	transition: all 1s;
}
.syservicelist ul li:hover .syserviceright section p{
	color: #315f31;
}
.syservicelist ul li .syserviceright iconpark-icon{
	display: flex;
	width: 44px;
	height: 44px;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	border: 1px solid #315f31;
	color: #315f31;
	transition: all 1s;
	font-size: 22px;
}
.syservicelist ul li:hover .syserviceright iconpark-icon{
	background-image: linear-gradient(to bottom right, #486832, #d6a62f);
	color: #fff;
	border: none;
}
.syservicelist ul li:nth-child(2) a{
	display: flex;
	flex-direction: column-reverse;
}
.advg{
	padding: 6.25rem 0;
	background-color: #f7f7f7;
}
.advgdv{
	width: 93.75rem;
	margin: 0 auto;
}
.advgbt{
	margin-bottom: 3.75rem;
}
.advgbt h1{
	color: #333333;
	font-size: 40px;
	font-family: 'TechnaSans';
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.advgbt p{
	color: #808080;
	font-size: 16px;
	text-align: center;
}
.advlist{
	display: flex;
	justify-content: space-between;
}
.advlistleft{
	width: 49%;
}
.advlistleft img{
	display: block;
	width: 100%;
}
.advlistright{
	width: 49%;
}
.advlistright ul{
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.advlistright ul li{
	padding: 1.875rem ;
	background-color: #fefefe;
	border-radius: 20px;
	display: flex;
	justify-content: flex-start;
}
.advlistright ul li section{
	display: flex;
	width: 90px;
	height: 90px;
	background: url(../images/adv_13.jpg) center no-repeat;
	background-size: cover;
	border-radius: 20px;
	box-shadow: 0px 0px 10px #f2f2f2;
	justify-content: center;
	align-items: center;
	transition: all 1s;
}
.advlistright ul li:hover section{
	background: url(../images/adv_10.jpg) center no-repeat;
	background-size: cover;
}
.advlistright ul li section i{
	font-size: 36px;
	transition: all 1s;
	color: #315f31;
}
.advlistright ul li:hover section i{
	color: #fff;
}
.advlistright ul li div{
	width: 33.4375rem;
	margin-left:  1.875rem;
}
.advlistright ul li div h1{
	white-space:nowrap;
	height: 30px;
	overflow:hidden;
	line-height: 30px;
	text-overflow:ellipsis;
	color: #333333;
	font-size: 20px;
	font-family: "Poppins_Medium";
}
.advlistright ul li div p{
	color: #808080;
	overflow:hidden;
	height: 60px;
	text-overflow:ellipsis;
	margin-top: 5px;
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2;
	font-size: 16px;
	line-height: 30px;
}
.case{
	padding: 6.25rem 0px;
	background: url(../images/casebg.jpg) center no-repeat;
	background-size: cover;
}
.casedv{
	width: 104.375rem;
	margin: 0 auto;
}
.casedvlist{
	width: 93.75rem;
}
.casedv{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.casedv>a{
	display: block;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.casedv>a iconpark-icon{
	color: #315f31;
	font-size: 24px;
}
.casedv>a:hover{
	background-image: linear-gradient(to right, #366031 , #f0b12b);
}
.casedv>a:hover iconpark-icon{
	color: #fff;
}
.casedvlist .swiper-slide{
	border-radius: 20px;
	overflow: hidden;
}
.casedvlist .swiper-slide div{
	overflow: hidden;
}
.casedvlist .swiper-slide div img{
	display: block;
	transition: all 1s;
	width: 100%;
}
.casedvlist .swiper-slide:hover div img{
	transform: scale(1.05);
}
.casedvlist .swiper-slide h1{
	color: #808080;
	font-size: 18px;
	background-color: #fff;
	line-height: 80px;
	height: 80px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	text-align: center;
}
.casedvlist .swiper-slide:hover h1{
	color: #fff;
	background-image: linear-gradient(to right, #366031 , #f0b12b);
}
#lj {
	width: 130px;
	padding-left: 35px;
	padding-right: 25px;
	height: 55px;
	background: url(../images/ljbg_06.png) center no-repeat;
	background-size: cover;
	display: flex;
	justify-content:space-between;
	align-items: center;
	border-radius: 55px;
	margin: 0 auto;
	margin-top: 3.125rem;
}
#lj span{
	color: #ffffff;
	font-size: 14px;
	font-family: "Poppins_Light";
	text-transform: uppercase;
}
#lj iconpark-icon{
	font-size: 24px;
	color: #fff;
}
.blog{
	padding: 6.25rem 0px;
}
.blogdvbt .syservicebtleft h1{
	color: #333333;
}
.blogdv{
	width: 93.75rem;
	margin: 0 auto;
}
.blogdvbt .syservicebtleft p{
	color: #808080;
}
.blogdvbt .syservicebtright a{
	background: url(../images/ljbg_06.png) center no-repeat;
	background-size: cover;
}
.blogdvbt .syservicebtright a span {
    color: #fff;
}
.blogdvbt .syservicebtright a  iconpark-icon {
    color: #fff;
}

.innewlist {
	margin-top: 3.125rem;
}

.innewlist {
	display: flex;
	justify-content: space-between;
}

.innewlistleft {
	width: 30rem;
	box-shadow: 0px 0px 20px #dddbdb;
	border-radius: 15px;
	overflow: hidden;
}

.innewlistleft div {
	display: block;
	overflow: hidden;
	width: 100%;
}

.innewlistleft div img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.innewlistleft section {
	padding: 2.1875rem 3.125rem;
	background-color: #ffffff;
}

.innewlistleft section h1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.innewlistleft section h1 span {
	color: #4c4c4c;
	font-size: 14px;
	
}

.innewlistleft section h1 i {
	color: #808080;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.innewlistleft section h1 i iconpark-icon {
	margin-right: 5px;
	font-size: 20px;
}

.innewlistleft section h2 {
	margin-top: 1.25rem;
	margin-bottom: 0.625rem;
	height: 30px;
	line-height: 30px;
	color: #404040;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 1s;
	font-family: "Poppins_Medium";
}

.innewlistleft section p {
	color: #666666;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
}

.innewlistleft:hover div img {
	transform: scale(1.05);
}


.innewlistcenter {
	width: 23.75rem;
	background: url(../images/gewa_03.jpg) center no-repeat;	
	padding: 5rem 3.125rem;
	background-size: cover;
	border-radius: 15px;
	overflow: hidden;
	border-radius: 15px;
}

.innewlistcenter h1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.innewlistcenter h1 span {
	color: #fff;
	font-size: 14px;
}

.innewlistcenter h1 i {
	color: #fff;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.innews{
	margin: 7.5rem auto;
}
.innewlistcenter h1 i iconpark-icon {
	margin-right: 5px;
	font-size: 20px;
}

.innewlistcenter h2 {
	margin-top: 2.5rem;
	margin-bottom: 15px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: "Poppins_Medium";
}

.innewlistcenter p {
	color: #dde6df;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 14px;
}

.innewlistcenter h4 {
	display: block;
	width: 8.75rem;
	height: 40px;
	border-radius: 50px;
	text-align: center;
	line-height: 40px;
	margin-top: 6.25rem;
	font-size: 14px;
	border-color: #fff;
	border: 1px solid #fff;
	color: #fff;
	transition: all 1s;
	text-transform: uppercase;
}

.innewlistcenter:hover h4 {
	background-color: #fff;
	color: #cba12b;
}

.innewlistright {
	width: 30rem;
}

.innewlistright ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 15px;
	overflow: hidden;    
	box-shadow: 0px 0px 20px #dddbdb;
}

.innewlistright ul li a .inwleft {
	width: 11.25rem;
	overflow: hidden;
	
}

.innewlistright ul li a .inwleft img {
	display: block;
	width: 100%;
	transition: all .5s;
}

.innewlistright ul li a section {
	width: 15.625rem;
	padding: 0 1.25rem;
}

.innewlistright ul li a section h1 {
	color: #333333;
	font-size: 17px;
	margin-bottom: 5px;
	line-height: 25px;
	height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 1s;
	font-family: "Poppins_Medium";
}

.innewlistright ul li a section p {
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #666666;
	font-size: 14px;
}

.innewlistright ul {
	display: flex;
	height: 100%;
	justify-content: space-between;
	flex-direction: column;
}

.innewlistright ul li:hover img {
	transform: scale(1.05);
}

.innewlistright ul li:hover h1 {
	color: #150e52;
}

.innewlistright ul li {}

.innewlistright ul i {
	display: block;
	height: 2px;
	border-bottom: 1px solid #e6e6e6;
}

.innewlistright ul i:last-child {
	display: none;
}

.any{
	padding: 80px 0;
	background: url(../images/anybg_02.jpg) center no-repeat;
	background-size: cover;
}
.anydv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.anydv h1{
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
}
.anydv form{
	display: flex;
	justify-content: space-between;
	width: 65%;
}
.anydv form input{
	width: 18%;
	border: none;
	background-color:transparent;
	padding: 0 2%;
	height: 40px;
	outline: none;
	color: #333;
	background-color: #fff;
	font-size: 14px;
	border-radius: 5px;
} 
.anydv form input::placeholder{
	color: #b3b3b3;
}
.anydv form input:nth-child(3){
	width: 31%;
}
.anydv form button{
	width: 150px;
	height: 40px;
	line-height: 40px;
	background-color: #315f31;
	border: none;
	color: #fff;
	font-size: 14px;
	outline: none;
	border-radius: 5px;
}
.foot{
	padding-top: 5rem;
	background-color: #1a1a1a;
	background-size: cover;
}
.footdv{
	width: 97.5rem;
	margin: 0 auto;
	margin-bottom: 2.5rem;
}
.footdvleft{
	width: 325px;
}
.footdvleft img{
	display: block;
	margin-bottom: 20px;
}
.footdvleft p{
	line-height: 25px;
	font-size: 14px;
	color: #ababab;
	font-family: "Poppins_Light";
}
.footdvleft ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 35px;
}
.footdvleft ul li{
	margin-right: 10px;
}
.footdvleft ul li a{
	display: block;
	border-radius: 50%;
	overflow: hidden;
}
.footdvleft ul li a img{
	display: block;
	width: 100%;
	margin: 0;
}

.footdvright{
	width: 70%;
	display: flex;
	justify-content: space-between;
}
.footdvright dl dd a{
	color: #d6d6d6;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.footdvright dl dt a{
	color: #ffffff;
	font-size: 18px;
	font-family: "Poppins_Light";
}
.footdvright dl dt{
	border-bottom: 1px solid #515151;
	line-height: 40px;
	margin-bottom: 15px;
}
.footdvright dl section{
	display: flex;
	justify-content: space-between;
}
.footdvright dl:nth-child(2){
	width: 500px;
}
.footdvright dl:nth-child(2) section {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.footdvright dl:nth-child(2) section section{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.footdvright dl:nth-child(2) section h1 i{
	color: #d6d6d6;
	font-family: "Poppins_Light";
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 40px;
}
.footdvright dl:nth-child(2) section h1{
	color: #d6d6d6;
	font-size: 14px;
	font-family: "Poppins_Light";
}

.ewm{
	width: 120px;
}
.ewm img{
	display: block;
	width: 100%;
}
.ewm h1{
	text-align: center;
	color: #4c4c4c;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.footdv{
	display: flex;
	justify-content: space-between;
}
.footdvright dl dt a{
	text-transform: uppercase;
	
}
.footdvright dl dd a{
	text-transform: uppercase;
	line-height: 40px;
	display: block;
	transition: all 1s;
}
.footdvright dl:nth-child(2) section h1:last-child{
	line-height: 25px;
}
.ewm h1{
	margin-top: 15px;
	color: #d6d6d6;
	font-family: "Poppins_Light";
}
.footdvright dl dd a:hover{
	transform: translateX(10px);
}
.wdl{
	border-top: 1px solid #494949;
	height: 80px;
}
.wdldv{
	width: 97.5rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}
.wdldv p{
	color: #d6d6d6;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.wdldv p a{
	color: #d6d6d6;
	font-size: 14px;
	font-family: "Poppins_Light";
}

.xiangmu{
	padding: 5.625rem 0px;
	background-color: #f8f8f8;
}
.xiangmulist{
	width: 93.75rem;
	margin: 0 auto;
}
.xiangmulist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.xiangmulist ul li{
	width: 23%;
	margin: 1%;
	border-radius: 15px;
	overflow: hidden;
}
.xiangmulist ul li div{
	width: 100%;
	overflow: hidden;
}
.xiangmulist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.xiangmulist ul li:hover div img{
	transform: scale(1.05);
}
.xiangmulist ul li h1{
	color: #808080;
    font-size: 18px;
    background-color: #fff;
    line-height: 80px;
    height: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.xiangmulist ul li:hover h1 {
    color: #fff;
    background-image: linear-gradient(to right, #366031, #f0b12b);
}

.shownav {
	display: block;
	box-shadow: 0px 0px 15px #dcdcdcb8;
	height: 75px;
	position: relative;
	z-index: 2;
}

.shownav ul {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shownav ul li {
	width: 15%;
	position: relative;
}

.shownav ul li a {
	display: block;
	width: 100%;
	line-height: 75px;
	color: #4c4c4c;
	font-size: 16px;
	text-align: center;
}

.shownav ul li a:hover {
	background-image: linear-gradient(to right, #366031, #f0b12b);
	color: #fff;
}

.shownav ul li a.active {
	 background-image: linear-gradient(to right, #366031, #f0b12b);
	color: #fff;
}
.xiangmu .innewlist{
	width: 93.75rem;
	margin: 0 auto;
	justify-content: space-between;
}

.newsdvlist {
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 20px;
}

.newsdvlist ul li {
	margin-top: 20px;
	background-color: #ffffff;
	overflow: hidden;
	transition: all 1s;
	box-shadow: 0px 0px 15px #efefef;
}

.newsdvlist ul li a {
	display: flex;
	justify-content: space-between;
	background-color: #ffffff;
	align-items: center;
	transition: all 1s;
}

.newsdvlist ul li a .newsdvlistime {
	width: 12rem;
	text-align: center;
	padding: 30px 0px;
	position: relative;
	transition: all 1s;
}
.newsdvlist ul li a .newsdvlistime::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100px;
	border-right: 1px solid #e6e6e6;
	top: 24px;
	left: 0;
	opacity: 1;
	transition: all 1s;
}
.newsdvlistime span {
	color: #315f31;
	font-size: 52px;
	transition: all 1s;
	display: block;
	font-family: "Poppins_SemiBold";
	line-height: 70px;
}

.newsdvlistime i {
	color: #315f31;
	font-size: 14px;
	display: block;
	transition: all 1s;
}

.newsdvlistext {
	width: 83.75rem;
	padding: 0 3rem;
}

.newsdvlistext h1 {
	color: #4d4d4d;
	font-size: 20px;
	margin-bottom: 10px;
	transition: all 1s;
	line-height: 25px;
	height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsdvlistext p {
	line-height: 30px;
	font-size: 15px;
	color: #808080;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 60px;
	transition: all 1s;
}

.newsdvlist ul li {
	transition: all 1s;
	border-radius: 15px;
}

.newsdvlist ul li:hover a {
	background-image: linear-gradient(to right, #366031, #f0b12b);
}
.newsdvlist ul li:hover .newsdvlistime span {
	color: #fff;
}

.newsdvlist ul li:hover .newsdvlistime i {
	color: #fff;
}

.newsdvlist ul li:hover .newsdvlistext h1 {
	color: #fff;
}

.newsdvlist ul li:hover .newsdvlistext p {
	color: #e9eef6;
}
.xiangmu .innewlist .innewlistleft{
	box-shadow: 0px 0px 20px #e9e6e6;
}
.xinwenxq{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 3.75rem;
	margin-bottom: 5rem;
}
.mbx{
	margin: 0 auto;
	width: 93.75rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3.75rem;
}
.mbxleft{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mbxleft iconpark-icon{
	color: #666666;
	font-size: 20px;
	margin-right: 10px;
}
.mbxleft a{
	color: #808080;
	font-size: 14px;
	margin: 0 0.625rem;
}
.mbxleft{
	color: #808080;
	font-size: 14px;
}
.mbxleft a:last-child{
	color: #315f31;
}
.mbxright a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mbxright a iconpark-icon{
	color: #315f31;
	font-size: 20px;
	margin-right: 10px;
}
.mbxright a span{
	font-size: 14px;
	color: #315f31;
}
.xwxqleft{
	width: 70%;
}
.shownewsleftdv{
	background-color: #f7f7f7;
	padding: 3.125rem;
	border-radius: 20px;
	overflow: hidden;
}
.shownewsleftbt h1{
	color: #333333;
	font-size: 26px;
	margin-bottom: 1rem;
	font-family: "Roboto";
}
.shownewsleftbt {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 1.5625rem;
	margin-bottom: 1.5625rem;
}
.shownewsleftbt h2{
	color: #808080;
	font-size: 14px;
	font-family: "Roboto";
}
.xwxq{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.fye{
	display: flex;
	justify-content: space-between;
	margin-top: 45px;
}
.fye a{
	color: #808080;
	font-size: 15px;
	transition: all 1s;
	font-family: "Roboto";
}
.fye a:hover{
	color: #315f31;
}

.xinwxqingright {
	background-color: #fff;
	padding: 30px;
	width: calc(25% - 60px);
}

.xinwxqingright form input {
	border: 1px solid #e6e6e6;
	height: 40px;
	width: 100%;
	border: none;
	padding-left: 10px;
	outline: none;
	text-transform: uppercase;
}

.xinwxqingright form {
	position: relative;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	overflow: hidden;
	width: calc(97% - 2px);
	display: flex;
	justify-content: space-between;
	padding-left: 3%;
}

.xinwxqingright form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #5d5d5d;
	font-size: 20px;
	border: none;
	background-color: transparent;
}

.cpxqbt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.875rem;
}

.cpxqbt i {
	display: block;
	width: 4px;
	height: 20px;
	background-color: #0027dd;
}

.cpxqbt span {
	color: #4d4d4d;
	font-size: 18px;
	font-family: "Poppins_Medium";
	margin-left: 10px;
}

.cpxqbts {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.xinwxqingright ul li {
	padding-bottom: 1.875rem;
	margin-bottom: 1.875rem;
	border-bottom: 1px solid #e5e5e5;
	transition: all 1s;
}

.xinwxqingright ul li:hover {
	border-bottom: 1px solid #ccd4f8;
}

.xinwxqingright ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.xinwxqingright ul li div {
	width: 35%;
}

.xinwxqingright ul li div img {
	display: block;
	width: 100%;
}

.xinwxqingright ul li section {
	width: 60%;
	margin-left: 10px;
}

.xinwxqingright ul li section h1 {
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	transition: all 1s;
	overflow: hidden;
	font-family: "Poppins_Medium";
	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 1;
}

.xinwxqingright ul li:hover section h1 {
	color: #0027dd;
}

.xinwxqingright ul li section p {
	color: #808080;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;
}

.xinwxqingright ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}

.shownewsright{
	padding: 1.875rem;
	width: calc(27% - 3.75rem);
	background-color: #f7f7f7;
	border-radius: 20px;
	overflow: hidden;
}
.shownewsright form{
	border-radius: 50px;
	border: 1px solid #e6e6e6;
	overflow: hidden;
}
.shownewsright form input{
	border: 1px solid #e6e6e6;
	height: 40px;
	width: 100%;
	border: none;
	padding-left: 10px;
	outline: none;
	text-align: center;
	font-family: 'Roboto';
}
.shownewsright form {
	position: relative;
	background-color: #fff;
}
.shownewsright form button{
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #5d5d5d;
	font-size: 20px;
	border: none;
	background-color: transparent;
}
.cpxqbt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.875rem;
}

.cpxqbt i {
	display: block;
	width: 4px;
	height: 20px;
	background-color: #315f31;
}

.cpxqbt span {
	color: #4d4d4d;
	font-size: 18px;
	margin-left: 10px;
}
.cpxqbts{
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.shownewsright ul li{
	padding-bottom: 1.875rem;
	margin-bottom: 1.875rem;
	border-bottom: 1px solid #e5e5e5;
	transition: all 1s;
}
.shownewsright ul li:hover{
	border-bottom: 1px solid #315f31;
}
.shownewsright ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.shownewsright ul li div img{
	display: block;
	width: 100%;
}
.shownewsright ul li section{
	width: 100%;
}
.shownewsright ul li section h1{
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	transition: all 1s;
	overflow:hidden;
	font-family: "Roboto";
	text-overflow:ellipsis;
	
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:1; 
}
.shownewsright ul li:hover section h1{
	color: #315f31;
}
.shownewsright ul li section p{
	color: #808080;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow:hidden;
	font-family: "Roboto";
	text-overflow:ellipsis;
	
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2;
}
.shownewsright ul li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}
.fuwu ul li{
	padding: 5.625rem 0px;
}
.fuwu ul li .fuwuall{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fuwu ul li .fuwuall .fuwuimg{
	width: 48%;
	overflow: hidden;
	border-radius: 20px;
}
.fuwu ul li .fuwuall .fuwuimg img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.fuwu ul li:hover .fuwuall .fuwuimg img{
	transform: scale(1.05);
}
.fuwu ul li .fuwuall .fuwutext{
	width: 49%;
}
.fuwu ul li .fuwuall .fuwutext h1{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.fuwu ul li .fuwuall .fuwutext h1 i{
	color: #333333;
	font-size: 46px;
	font-family: "Impact";
}
.fuwu ul li .fuwuall .fuwutext h1 span{
	color: #333333;
	font-family: "Poppins_Medium";
	font-size: 30px;
	text-transform: uppercase;
	margin-left: 10px;
	margin-top: 18px;
	line-height: 35px;
}
.fuwu ul li .fuwuall .fuwutext p{
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	margin-top: 20px;
}
.fuwu ul li .fuwuall .fuwutext a{
	width: 130px;
    padding-left: 35px;
    padding-right: 25px;
    height: 48px;
	transition: all 1s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 55px;
    margin-top: 2.5rem;
	border: 1px solid #315f31;
}
.fuwu ul li .fuwuall .fuwutext a span{
	color: #315f31;
    font-size: 14px;
    font-family: "Poppins_Light";
    text-transform: uppercase;
}
.fuwu ul li .fuwuall .fuwutext a iconpark-icon{
	font-size: 24px;
    color: #315f31;
}
.fuwu ul li:nth-child(2n){
	background-color: #f5f5f5;
	
}
.fuwu ul li:nth-child(2n) .fuwuall{
	flex-direction: row-reverse;
}
.fuwu ul li .fuwuall .fuwutext a:hover{
	background: url(../images/ljbg_06.png) center no-repeat;
	background-size: cover;
	border-color: transparent;
}
.fuwu ul li .fuwuall .fuwutext a:hover span,.fuwu ul li .fuwuall .fuwutext a:hover iconpark-icon{
	color: #fff;
}
.showfuwu{
	padding: 5rem 0px;
}
.fuwuneirong img{
	max-width: 100%;
}
.showfuwudv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.showfuwudvleft{
	width: 48%;
	display: block;
	 position: -webkit-sticky; /* 对于 Safari */
    position: sticky;
    top: 150px; /* 图片距离其最近的具有滚动条的祖先元素顶部的距离 */
    z-index: 1000;
}
.showfuwudvleft img{
	display: block;
	width: 100%;
}
.showfuwudvright{
	width: 48%;
}
.fbt{
	line-height: 85px;
	color: #315f31;
	font-size: 30px;
	font-family: "Poppins_SemiBold";
	border-bottom: 1px solid #e6e6e6;
}
.fbt i{
	display: block;
	height: 2px;
	width: 100px;
	background-color: #315f31;
}
.lxwm{
	margin: 5.9375rem auto;
	width: 93.75rem;
}
.lxwmbt{
	margin-bottom: 3.75rem;
}
.lxwmbt h1{
	font-family: "Poppins_SemiBold";
	text-transform: uppercase;
	text-align: center;
	font-size: 40px;
	color: #333333;
}
.lxwmbt p{
	color: #808080;
	font-size: 16px;
	text-align: center;
}
.lxwmdv{
	width: 93.75rem;
	margin: 0 auto;
}
.lxwmdv ul {
	display: flex;
	justify-content: space-between;
}
.lxwmdv ul li{
	width: calc(23% - 50px);
	padding: 55px 25px;
	background-color: #f7f7f7;
	border-radius: 20px;
	overflow: hidden;
}
.lxwmdv ul li iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-color: #dee6de;
	font-size: 32px;
	color: #315f31;
	margin: 0 auto;
	margin-bottom: 20px;
	transition: all 1s;
}
.lxwmdv ul li h1{
	color: #333333;
	font-size: 20px;
	font-family: "Poppins_Medium";
	text-align: center;
	transition: all 1s;
}
.lxwmdv ul li p{
	margin-top: 10px;
	color: #666666;
	font-size: 15px;
	line-height: 28px;
	text-align: center;
	transition: all 1s;
}
.lxwmdv ul li:hover{
	background: url(../images/thj_03.jpg) center no-repeat;
	background-size: cover;
}
.lxwmdv ul li:nth-child(2):hover {
    background: url(../images/thj_031.jpg) center no-repeat;
    background-size: cover;
}
.lxwmdv ul li:nth-child(3):hover {
    background: url(../images/thj_032.jpg) center no-repeat;
    background-size: cover;
}
.lxwmdv ul li:nth-child(4):hover {
    background: url(../images/thj_033.jpg) center no-repeat;
    background-size: cover;
}
.lxwmdv ul li:hover p,.lxwmdv ul li:hover h1{
	color: #fff;
}
.lxwmdv ul li:hover iconpark-icon{
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
}
.lybt h1,.lybt p{
	color: #fff;
}
.ly{
	padding: 5.625rem 0px;
	background: url(../images/messag_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.ly form{
	width: 93.75rem;
	margin: 0 auto;
}

.ly form div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ly form div input {
	width: 47.5%;
	padding: 0 1%;
	height: 48px;
	border: none;
	line-height: 48px;
	color: #fff;
	margin: 0.5% 0;
	border-radius: 5px;
	font-size: 14px;
	outline: none;
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0.1);
}
.ly form div input::placeholder,.ly form textarea::placeholder{
	color: #fff;
	font-size: 14px;
}
.ly form textarea {
	width: 98%;
	padding: 1% 1%;
	font-size: 14px;
	border: none;
	margin-top: 0.5%;
	color: #fff;
	line-height: 30px;
	outline: none;
	font-family: 'Poppins';
	border-radius: 5px;
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0.1);
}

.ly form button {
	width: 180px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	color: #fff;
	font-size: 14px;
	border: none;
	text-transform: uppercase;
	border-radius: 50px;
	background-color: transparent;
	border: 1px solid #fff;
	transition: all 1s;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.ly form button:hover {
	background-image: linear-gradient(to right, #366031, #f0b12b);
	border: none;
	color: #fff;
}
.szab{
	background: url(../images/szbg_02.jpg) center no-repeat;
	background-size: cover;
}
.szab ul li h1 span,.szab ul li h1 i{
	color: #fff;
}
.szab ul li p{
	color: #fff;
}
.corebt{
	margin-bottom: 3.75rem;
}
.corebt h1{
	color: #fff;
    font-size: 40px;
    font-family: 'TechnaSans';
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.corebt p {
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.core{
	padding: 90px 0px;
	background: url(../images/afwq_02.jpg) center no-repeat;
	background-size: cover;
}
.coredv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.coredvleft{
	width: 25rem;
}
.coredvleft h1{
	color: rgba(255, 255, 255, 0.2);
	font-size: 180px;
	line-height: 180px;
	font-style: italic;
	font-family: "Poppins_Bold";
}
.coredvleft h2{
	color: #ffffff;
	font-size: 30px;
	font-family: "Poppins_Medium";
	margin-top: -80px;
	width: 200px;
	height: 70px;
	border-bottom: 1px solid #719071;
}
.coredvleft i{
	display: block;
	width: 30px;
	height: 5px;
	background-color: #fff;
	margin-top: -3px;
	margin-bottom: 40px;
}
.coredvleft p{
	color: #ffffff;
	font-size: 16px;
	line-height: 35px;
}
.coredvcenter{
	width: 560px;
	position: relative;
}
.coredvcenter img{
	display: block;
	margin: 0 auto;
}
.tu{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.quan{
	transform: rotate(0deg);
	animation: test 5s linear infinite;
}
@keyframes test {
    from{
        transform: rotate(0deg);
    } 
	to{
		transform: rotate(360deg);
	}
}
.coredvright{
	width: 21.875rem;
	height: 34.375rem;
	position: relative;
}
.coredvright #thumbs{
	height: 100%;
}
.coredvright #thumbs::after{
	content: "";
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 7px;
	border-right: 1px solid #fff;
}
.coredvright #thumbs .swiper-slide {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.coredvright #thumbs .swiper-slide h1{
	color: #fefefe;
	font-size: 20px;
	transition: all 1s;
}
.coredvright #thumbs .swiper-slide i{
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin-left: 30px;
	background-color: #315f31;
}
.coredvright #thumbs .swiper-slide-thumb-active h1{
	color: #fefefe;
	font-size: 24px;
	font-family: "Poppins_Medium";
}
.safety{
	padding: 5.9375rem 0rem;
}
.safetydv{
	width: 93.75rem;
	margin: 0 auto;
}
.safetydv ul{
	display: flex;
	justify-content: space-between;
}
.safetydv ul li{
	width: 18%;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	transition: all 1s;
}
.safetydv ul li img{
	margin: 0 auto;
	display: block;
}
.safetydv ul li::after {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	
}
.safetydv ul li.active::after{
	background: url(../images/ewq_03.png) center no-repeat;transition: all 1s;
}
.safetydv ul li div{
	position: absolute;
	padding:  40px;
	padding-top: 100px;
	padding-bottom: 0;
	top: 0;
	left: 0;
	z-index: 3;
}
.safetydv ul li div h1{
	color: #fefefe;
	font-size: 22px;
	font-family: "Poppins_Medium";
	margin-bottom: 20px;
}
.safetydv ul li div h2{
	color: #fefefe;
	font-size: 20px;
	font-family: "Poppins_Medium";
}
.safetydv ul li div p{
	color: #fefefe;
	font-size: 16px;
	line-height: 30px;
	opacity: 0;
	margin-top: 10px;
}
.safetydv ul li.active{
	width: 42%;
}
.safetydv ul li.active div p{
	opacity: 1;
}


.ssdv{
	width: 100%;
	background-color: #fff;
	top: 0px;
	left: 0;
	position: relative;
	z-index: 10;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
.ssdv form{
	width: 93.75rem;
	margin: 0 auto;
}
.ssdv form{
	display: flex;
	justify-content: space-between;
}
.ssdv form input{
	height: 35px;
	line-height: 35px;
	border: none;
	border:1px solid #dcdcdc;
	outline: none;
	width: 76%;
	padding: 0 1%;
}
.ssdv form button{
	border: none;
	background-color: #333333;
	color: #fff;
	width: 20%;
	font-size: 14px;
}
.mfoot{
	height: 45px;
	display: none;
}
.mfootdv{
	display: none;
}
.nrbanner img{
	display: block;
	width: 100%;
}
.nrbanner{
	position: relative;
	z-index: 2;
}
.nrbanner .btext{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0%;
	height: 100%;
	display: flex;
	align-items: center;
}
.nrbanner .btext section{
	margin: 0 auto;
	width: 95%;
	text-align: center;
}
.nrbanner .btext section h2{
	font-size: 60px;
	color: #ffffff;
	font-family: "Poppins_Bold";
	margin-bottom: 10px;
}
.nrbanner .btext section p{
	color: #ffffff;
	font-size: 17px;
}
.bannersasg .swiper-slide img{
	display: block;
	width: 100%;
} 
.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide div {
    position: absolute;
   	width: 100%;
    height: 100%;
    left: 00%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sgahhrj section{
	width: 93.75rem;
}
.bannersasg  .swiper-slide section h2{
	color: #ffffff;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	font-family: "Poppins";
}
.bannersasg  .swiper-slide section p{
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	margin-top: 15px;
	line-height: 40px;
}
.bannersasg  .swiper-slide section a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	width: 140px;
	height: 50px;
	margin: 0 auto;
	margin-top: 6.875rem;
	transition: all 1s;
	background-color: rgba(255,255,255,0.5);
	border-radius: 50px;
	padding-right: 20px;
}

.bannersasg  .swiper-slide section a iconpark-icon{
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #315f31;
	
}
.bannersasg  .swiper-slide section a span{
	color: #315f31;
	font-size: 16px;
}

.bannersasg .swiper-slide .ghej{
	position: absolute;
	bottom: 25px;
	height: 70px;
	top: auto;
	width: 100%;
	left: 0;
	margin: 0 auto;
}
.bannersasg .swiper-slide .ghej{
	display: block;
	height: auto;
	animation-name: beat;
    /*动画名称*/
    animation-duration: .5s;
    /*设置秒数*/
   	animation-timing-function: linear;
    /*速度曲线*/
    animation-iteration-count: infinite;
    /*播放次数*/
    animation-direction: alternate;
    /*逆向播放*/
    animation-play-state: running;
    /*正在运行*/
}
.bannersasg .swiper-slide .ghej img{
	display: block;
	width: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}
.bannersasg .swiper-slide .ghej span{
	text-align: center;
	display: block;
	width: 100%;
	color: #fff;

}
.bannersasg  .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
}
.bannersasg  .swiper-pagination-bullet-active{
	width: 35px;
	height: 8px;
	border-radius: 15px;
}

@media only screen and (min-width: 1000px) and (max-width: 1500px) {
	.headdv{
		width: 95%;
	}
	.sygsjjdv{
		width: 95%;
	}
	.sygsjjdvright {
	    width: 45%;
	}
	.syservicedv{
		width: 95%;
	}
	.szdv{
		width: 95%;
	}
	.syservicelist ul li .syserviceright section h1{
		font-size: 16px;
	}
	.syservicelist ul li .syserviceright section p{
		font-size: 14px;
	}
	.advgdv{
		width: 95%;
	}
	.advlistright ul li div h1{
		font-size: 17px;
	}
	.advlistright ul li div p{
		font-size: 14px;
		line-height: 25px;
		height: 50px;
	}
	.advgbt{
		width: 95%;
		margin: 0 auto;
		margin-bottom: 3.75rem;
	}
	.casedv{
		width: 95%;
	}
	.casedvlist .swiper-slide h1{
		font-size: 16px;
		
	}
	.casedvlist .swiper-slide h1{
		height: 50px;
		line-height: 50px;
	}
	.blogdv{
		width: 95%;
	}
	.innewlistleft,.innewlistcenter,.innewlistright{
		width: 30%;
	}
	.innewlistright ul li a .inwleft{
		width: 43%;
	}
	.innewlistright ul li a section{
		width: 50%;
	}
	.innewlistright ul li a section h1{
		font-size: 16px;
	}
	.anydv{
		width: 95%;
	}
	.anydv h1{
		font-size: 20px;
	}
	.anydv form input{
		width: 14%;
	}
	.innewlistcenter h2{
		font-size: 18px;
	}
	.footdv{
		width: 95%;
	}
	.footdvright dl:nth-child(2) {
	    width: 50%;
	}
	.wdldv{
		width: 95%;
	}
	.fuwu ul li .fuwuall{
		width: 95%;
	}
	.fuwu ul li .fuwuall .fuwutext p{
		font-size: 14px;
	}
	.showfuwudv{
		width: 95%;
	}
	.corebt{
		width: 95%;
		margin: 0 auto;
		margin-bottom: 3.75rem;
	}
	.coredv{
		width: 95%;
	}
	.coredvcenter{
		width: 35rem;
	}
	.coredvcenter{
		width: 400px;
	}
	.quan img{
		width: 100%;
	}
	.tu img{
		width: 300px;
	}
	.coredvright #thumbs .swiper-slide i{
		margin-left: 15px;
	}
	.safetydv{
		width: 95%;
	}
	.lxwm,.ly form{
		width: 95%;
	}
	.lxwmdv{
		width: 100%;
	}
	.xiangmulist{
		width: 95%;
	}
	.xiangmulist ul li h1{
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
	.shownav ul{
		width: 95%;
	}
	.xinwenxq{
		width: 95%;
	}
	.shownewsright form input{
		padding: 0;
	}
	.mbx{
		width: 95%;
	}
	.xiangmu .innewlist{
		width: 95%;
	}
	.innewlistleft{
		width: 32%;
	}
	.newsdvlist{
		width: 95%;
	}
	.newsdvlist ul li a .newsdvlistime{
		width: 15%;
	}
	.newsdvlistext{
		width: 80%;
	}
	.sgahhrj section {
	    width: 95%;
	}
	.bannersasg .swiper-slide section h2{
		font-size: 42px;
	}
	.bannersasg .swiper-slide section p{
	    font-size: 18px;
	    margin-top: 15px;
	    line-height: 35px;
	}
	.bannersasg .swiper-slide section a{
		margin-top: 3.875rem;
	}
	.nrbanner .btext section h2{
		font-size: 42px;
	}
}
@media only screen and (max-width: 999px) {
	.heads {
		display: none;
	}
	.htmleaf-container{
		display: block;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 9;
	}
	.htmleaf-containers{
		display: block;
		height: 50px;
	}
	.sygsjjdv{
		display: block;
		width: 95%;
	}
	.sygsjjdvleft{
		width:100%;
	}
	.sygsjjdvleft h1{
		font-size: 20px;
		line-height: 35px;
	}
	.sygsjjdvleft p{
		line-height: 30px;
		font-size: 14px;
		color: #666666;
	}
	.sygsjjdvleft a{
		width: 100px;
		padding-left: 20px;
		padding-right: 25px;
		height: 43px;
	}
	.sygsjjdvright{
		width: 100%;
		margin-top: 15px;
	}
	.szdv ul{
		flex-wrap: wrap;
	}
	.szdv ul li{
		width: 50%;
	}
	.szdv ul li h1 span{
		font-size: 32px;
	}
	.szdv ul li h1 i{
		font-size: 16px;
	}
	.szdv ul li p {
	    color: #808080;
	    margin-top: -10px;
	    font-size: 14px;
	    text-align: center;
	}
	.syservicedv{
		width: 95%;
	}
	.syservicebt{
		display: block;
	}
	.syservicebtleft h1{
		font-size: 20px;
		text-align: center;
		margin-bottom: 5px;
	}
	.syservicebtleft p{
		font-size: 14px;
		text-align: center;
	}
	.syservicebtright a{
		width: 100px;
		height: 43px;
		margin: 0 auto;
		margin-top: 15px;
	}
	.syservicelist ul{
		display: block;
	}
	.syservicelist ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.syservicelist ul li .syserviceright{
		padding: 5%;
		width: 90%;
	}
	.syservicelist ul li .syserviceright section h1{
		font-size: 16px;
	}
	.syservicelist ul li .syserviceright section p{
		font-size: 14px;
	}
	.syservicelist ul li .syserviceright iconpark-icon{
		width: 40px;
		height: 40px;
		font-size: 20px;
	}
	.syservicelist ul li:nth-child(2) a {
	    flex-direction: column;
	}
	.syservicelist ul li .syserviceright section{
		width: 85%;
	}
	.advgdv{
		width: 95%;
	}
	.advgbt h1{
		font-size: 20px;
	}
	.advgbt p{
		font-size: 14px;
	}
	.foot{
		display: none;
	}
	.advlist{
		width: 100%;
		display: block;
	}
	.advlistleft{
		width: 100%;
	}
	.advlistright{
		width: 100%;
	}
	.advlistright ul li{
		margin-top: 15px;
		padding: 2.5%;
	}
	.advlistright ul li div{
		width: 80%;
	}
	.advlistright ul li div h1{
		font-size: 16px;
	}
	.advlistright ul li div p{
		font-size: 14px;
		line-height: 25px;
		height: 50px;
		margin-top: 0;
	}
	.advlistright ul li section{
		width: 80px;
		height: 80px;
	}
	.casedv{
		width: 95%;
	}
	.casedvlist{
		width: 85%;
	}
	.casedvlist .swiper-slide h1{
		font-size: 14px;
		height: 45px;
		line-height: 45px;
	}
	.casedv>a{
		width: 20px;
		background-color: transparent;
	}
	.casedv>a:hover {
	    background-image: none;
	}
	.casedv>a:hover iconpark-icon {
	    color: #315f31;
	}
	#lj{
		width: 100px;
		height: 43px;
		margin: 0 auto;
		margin-top: 15px;
	}
	.blogdv{
		width: 95%;
	}
	.innewlistleft,.innewlistcenter{
		display: none;
	}
	.innewlistright{
		width: 100%;
	}
	.innewlistright ul li{
		margin-bottom: 15px;
	}
	.innewlistright ul li a .inwleft{
		width: 40%;
	}
	.innewlistright ul li a section{
		width: 53%;
		padding: 0 5%;
	}
	.innewlistright ul li a section h1{
		font-size: 16px;
	}
	.any{
		padding: 25px 0px;
	}
	.anydv{
		width: 95%;
		display: block;
	}
	.anydv h1{
		font-size: 20px;
		text-align: center;
		margin-bottom: 15px;
	}
	.anydv form{
		display: block;
		width: 100%;
	}
	.anydv form input{
		width: 95%;
		margin-bottom: 10px;
	}
	.anydv form input:nth-child(3){
		width: 95%;
	}
	.fuwu ul li .fuwuall{
		width: 95%;
		display: block;
	}
	.fuwu ul li .fuwuall .fuwuimg{
		width: 100%;
	}
	.fuwu ul li .fuwuall .fuwutext{
		width: 100%;
		margin-top: 15px;
	}
	.fuwu ul li .fuwuall .fuwutext h1 i{
		font-size: 24px;
	}
	.fuwu ul li .fuwuall .fuwutext h1 span{
		line-height: 40px;
		font-size: 18px;
		margin-top: 0;
	}
	.fuwu ul li .fuwuall .fuwutext p{
		margin-top: 0px;
	}
	.fuwu ul li .fuwuall .fuwutext p{
		font-size: 14px;
		line-height: 27px;
	}
	.fuwu ul li .fuwuall .fuwutext a{
		width: 100px;
        height: 40px;
        margin: 0 auto;
        margin-top: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.showfuwudv{
		display: block;
		width: 95%;
	}
	.showfuwudvleft{
		width: 100%;
		position: relative;
		top: 0;left: 0;
	}
	.showfuwudvright{
		width: 100%;
		margin-top: 20px;
	}
	.fbt{
		height: 50px;
		font-size: 18px;
		line-height: 50px;
	}
	.xiangmulist{
		width: 95%;
	}
	.xiangmulist ul li{
		width: 48%;
	}
	.xiangmulist ul li h1{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.shownav ul{
		width: 100%;
	}
	.shownav ul li{
		width: 100%;
		line-height: 45px;
	}
	.shownav{
		height: 45px;
	}
	.shownav ul li a{
		line-height: 45px;
		font-size: 14px;
	}
	.xinwenxq{
		width: 95%;
	}
	.mbx{
		width: 95%;
	}
	.mbxright{
		display: none;
	}
	.xwxq{
		display: block;
	}
	.xwxqleft{
		width: 100%;
	}
	.shownewsleftdv{
		padding: 5%;
	}
	.shownewsleftbt h1{
		font-size: 18px;
		line-height: 30px;
	}
	.shownewsleftbt h2{
		line-height: 25px;
	}
	.fye{
		margin-top: 10px;
		margin-bottom: 10px;
		display: block;
	}
	.fye p{
		line-height: 25px;
		margin: 5px 0px;
	}
	.shownewsright{
		width: 90%;
		padding: 5%;
	}
	.shownewsright form{
		margin-bottom: 10px;
	}
	.newsdvlist{
		width: 95%;
		margin-top: 0px;
	}
	.xiangmu .innewlist{
		display: none;
	}
	.newsdvlist ul li{
		margin-top: 10px;
		
	}
	.newsdvlist ul li a .newsdvlistime{
		display: none;
	}
	.newsdvlist ul li a{
		width: 100%;
	}
	.newsdvlistext{
		padding: 0;
		padding: 3%;
		width: 94%;
	}
	.newsdvlistext h1{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.newsdvlistext p{
		font-size: 14px;
	}
	.cpxqbts{
		margin: 10px 0px;
	}
	.lxwm{
		width: 95%;
	}
	.lxwmbt h1{
		font-size: 22px;
	}
	.lxwmbt p{
		font-size: 14px;
	}
	.lxwmdv{
		width: 100%;
	}
	.lxwmdv ul {
		display: block;
	}
	.lxwmdv ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.lxwmdv ul li iconpark-icon{
		width: 50px;
		height: 50px;
		font-size: 22px;
		margin-bottom: 10px;
	}
	.lxwmdv ul li h1{
		font-size: 16px;
	}
	.lxwmdv ul li p{
		font-size: 14px;
	}
	.ly form{
		width: 95%;
	}
	.ly form div input{
		width: 94%;
		line-height: 40px;
		height: 40px;
		margin-bottom: 10px;
		padding: 0 3%; 
	}
	.ly form textarea{
		width: 94%;
		line-height: 40px;
		padding: 0 3%; 
	}
	.ly form button{
		width: 150px;
		height: 40px;
		margin-top: 15px;
	}
	.szab ul li p{
		color: #fff;
	}
	.core{
		padding: 30px 0px;
	}
	.corebt h1{
		font-size: 20px;
	}
	.corebt p{
		font-size: 14px;
	}
	.coredv{
		width: 95%;
		display: block;
	}
	.coredvleft{
		width: 100%;
	}
	.coredvleft h1{
		font-size: 30px;
		margin-bottom: 10px;
		line-height: 40px;
	}
	.coredvleft h2{
		margin-top: 0;
		font-size: 18px;
		height: 40px;
	}
	.coredvleft i{
		margin-bottom: 15px;
	}
	.coredvleft p{
		font-size: 14px;
		line-height: 30px;
	}
	.coredvcenter{
		margin: 15px 0px;
		width: 100%;
	}
	.quan img{
		width: 100%;
	}
	.tu img{
		width: 70%;
	}
	.coredvright{
		width: 100%;
		margin-top: 20px;
		height: auto;
	}
	.coredvright #thumbs::after{
		display: none;
	}
	.coredvright #thumbs .swiper-slide i{
		display: block;
		margin: 0;
		width: 100%;
		border-radius:0;
		border: none;
		background-color: transparent;
		height: auto;
	}
	.coredvright #thumbs .swiper-slide-thumb-active h1{
		font-size: 18px;
	}
	.coredvright #thumbs .swiper-slide h1{
		font-size: 14px;
	}
	.coredvright #thumbs .swiper-slide{
		justify-content: center;
		flex-wrap: wrap;
	}
	.coredvright #thumbs .swiper-slide-thumb-active i{
		border-top: 1px solid #fff;
		margin-top: 10px;
	}
	.safetydv{
		width: 95%;
	}
	.safetydv ul {
		display: block;
	}
	.safetydv ul li{
		width: 100%;
		margin-bottom: 15px;
	}
	.safetydv ul li img{
		width: 100%;
	}
	.safetydv ul li div{
		padding: 5%;
	}
	.safetydv ul li div h1{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.safetydv ul li div h2{
		font-size: 16px;
	}
	.safetydv ul li div p{
		font-size: 14px;
		line-height: 28px;
		opacity: 1;
	}
	.safetydv ul li::after{
		background: url(../images/ewq_03.png) center no-repeat;
		transition: all 1s;
	}
	.safetydv ul li.active {
	    width: 100%;
	}
	.coredvcenter{
		overflow: hidden;
	}
	.bannersasg .swiper-slide section h2{
		font-size: 24px;
	}
	.sgahhrj section{
		width: 95%;
	}
	.bannersasg .swiper-slide section p{
		font-size: 14px;
		line-height: 30px;
	}
	.bannersasg .swiper-slide section a{
		display: none;
	}
	.bannersasg .swiper-slide img{
		max-width: initial;
		width: 150%;
		margin-left: -25%;
	}
	.bannersasg .swiper-slide{
		overflow: hidden;
	}
	.nrbanner .btext section h2{
		font-size: 22px;
	}
	.nrbanner .btext section p{
		font-size: 14px;
		line-height: 30px;
	}
	.nrbanner{
		overflow: hidden;
	}
	.nrbanner img{
		width: 150%;
		margin-left: -25%;
	}
	.mfoot{
		display: block;
	}
	.mfootdv {
		display: flex;
		width: 100%;
		height: 45px;
		line-height: 45px;
		justify-content: space-between;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		background-color: #315f31;
	}

	.mfootdv li {
		width: 100%;
		border-right: 1px solid #296025;
	}

	.mfootdv li a {
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.blog .blogdvbt .syservicebtright a{
		display: none;
	}
}


