/*头部*/

.header {
	position: fixed;
	width: 100%;
	z-index: 99;
}

.header .head2 {
	height: 8.25rem;
	position: relative;
	background: rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.header .head2 .wel {
	line-height: 2.8rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.header .head2 .wel h1 {
	color: #FFF;
	font-weight: 500;
}

.header .head2 .wel .douyin a {
	color: #FFF;
}

.header .head2:hover .wel {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header .head2:hover .wel h1 {
	color: #333;
}

.header .head2:hover .wel .douyin a {
	color: #333;
}

.header .head2 .logo a {
	display: block;
}

.header .head2 .logo a img {
	height: 3.2rem;
	/* 	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1); */
}

.header .head2 .logo .name {
	margin-left: .5rem;
	font-weight: bold;
}

.header .head2 .logo .name h2 {
	color: #222;
	font-size: 1.65rem;
	line-height: 1.8rem;
}

.header .head2 .logo .name span {
	color: #222;
	font-size: 1.2rem;
}

.header .head2:hover .logo .name span {
	color: #333;
}

.header .head2:hover {
	background: #fff;
}

.header .head2:hover .logo a img {
	-webkit-filter: none;
	filter: none;
}

.header .head2:hover #menu .nav_a1 li>a {
	color: #353535;
}

.header .head2:hover #menu .nav_a1 li>a span::after {
	background: -webkit-linear-gradient(bottom, #00923f 0%, #4bb13f 100%);
	background: -moz-linear-gradient(bottom, #00923f 0%, #4bb13f 100%);
	background: -o-linear-gradient(bottom, #00923f 0%, #4bb13f 100%);
	background: linear-gradient(0deg, #00923f 0%, #4bb13f 100%);
}

.header.sticky .head2 .wel {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header.sticky .head2 .wel h1 {
	color: #333;
}

.header.sticky .head2 .wel .douyin a {
	color: #333;
}

.header.sticky .head2 {
	background: #fff;
}

.header.sticky .head2 .logo .name span {
	color: #333;
}

.header.sticky .head2 #menu .nav_a1 li>a {
	color: #353535;
}

.header.sticky .head2 #menu .nav_a1 li>a span::after {
	background: -webkit-linear-gradient(bottom, #00923f 0%, #00923f 100%);
	background: -moz-linear-gradient(bottom, #00923f 0%, #00923f 100%);
	background: -o-linear-gradient(bottom, #00923f 0%, #00923f 100%);
	background: linear-gradient(0deg, #00923f 0%, #00923f 100%);
}

#menu {}

#menu .nav_a1 li {
	position: relative;
}

#menu .nav_a1 li a {
	display: block;
	color: #fff;
	line-height: 5.42rem;
	font-weight: 500;
}

#menu .nav_a1 li>a {
	font-size: 1.1rem;
	padding-left: 3.5rem;
}

@media (max-width: 1366px) {

	#menu .nav_a1 li>a {
		font-size: 1.1rem;
		padding-left: 2.2rem;
	}

}

@media (max-width: 1200px) {

	#menu .nav_a1 li>a {
		font-size: 1.1rem;
		padding-left: 1.4rem;
	}

}

#menu .nav_a1 li>a span {
	position: relative;
	display: block;
}

#menu .nav_a1 li>a span::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 2px;
	background: #fff;
	transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1),
		-webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1),
		-moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1),
		-o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
}

#menu .nav_a1 li .sec1 {
	position: absolute;
	top: 100%;
	width: 180%;
	left: -20%;
	background: white;
	z-index: 99999;
	text-align: center;
	padding: 0.5rem 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	line-height: 1;
	border-top: 1px solid rgba(51, 51, 51, 0.2);
}


#menu .nav_a1 li .sec1 dl a {
	color: #1c1c1c;
	font: 500 1.025rem/1.4em "alph";
	padding: 0.6rem 0;
}

#menu .nav_a1 li .sec1 dl a:hover {
	color: #258bc9;
}

#menu .nav_a1 li:hover .sec1 {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

#menu .nav_a1 li:hover>a,
#menu .nav_a1 li.active>a {
	font-weight: 600;
}

#menu .nav_a1 li:hover>a span::after,
#menu .nav_a1 li.active>a span::after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

.sticky {
	position: fixed;
	top: 0;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
	-webkit-animation: sticky 1s;
	-moz-animation: sticky 1s;
	-o-animation: sticky 1s;
	animation: sticky 1s;
	background: #FFF;
}


/* 底部 */
footer {
	background: #222;
	padding: 2rem 0;
}

footer .foot-nav {
	padding: 1.5rem 0;
}

footer .foot-nav .foot-lx {}
footer .foot-nav .foot-lx h3 {
	color: #00923f;
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: .5rem;
}
footer .foot-nav .foot-lx .items {
	margin: .5rem 0;
	color: #fff;
}

footer .foot-nav .foot-lx .items i {
	margin-right: .5rem;
}

footer .foot-nav .item h2 {
	color: #fff;
	font-size: 1.3rem;
	font-weight: 400;
	margin-bottom: .5rem;
	position: relative;
}
footer .foot-nav .item h2::after {
	content: '';
	position: absolute;
	width: 2.4rem;
	height: 1px;
	background: #00923f;
	left: 0;
	top: 2.5rem;
}
footer .foot-nav .item .foot1 a {
	display: block;
	color: #ccc;
	font-family: 'gilroy_light';
	line-height: .6rem;
}

footer .foot-nav .item .foot1 a:hover {
	color: #00923f;
}


.copy {
	font-size: 1rem;
	padding: 2rem 0 1rem 0;
	color: #fff;
	border-top: 1px solid #333;
	margin-top: 2rem;
}

.copy a {
	color: #fff;
}

.copy a:hover {
	color: #00923f;
}

.fp-viewing-section2 .head,
.fp-viewing-section3 .head,
.fp-viewing-section4 .head,
.fp-viewing-section5 .head {
	display: none;
}

@media (max-width: 990px) {

	.fp-tableCell,
	.fp-section.fp-table,
	.fp-slide.fp-table {
		height: auto !important;
	}


}

@media (max-width: 768px) {}

#dowebok {
	background: #fff;
}


/* BANNER */
.pc-banner {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.pc-banner .mySwipera .swiper-slide {
	cursor: pointer;
}

.pc-banner .mySwipera .swiper-slide picture {
	position: relative;
}

.pc-banner .mySwipera .swiper-slide picture img {
	width: 100%;
}

.section1{
	background: url(../images/bg01.jpg) no-repeat center;
	background-size: cover;
	padding: 8rem 0;
}

.section1 .box {}
.section1 .left {
	position: relative;
	width: 45%;
}

.section1 .left .img1 {
	position: relative;
	width: 100%;
	padding-bottom: 75%;
	border: 7px solid #fff;
	overflow: hidden;
	box-shadow: 0px 2px 13px 1px rgba(0, 0, 0, 0.2);
}

.section1 .left .img2 {
	position: absolute;
	right: -8%;
	bottom: 10%;
	width: 52%;
	box-shadow: 0px 2px 13px 1px rgba(0, 0, 0, 0.2);
}

.section1 .left .img1 img,
.section1 .left .img2 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s ease;
}
.section1 .left .img2 div {
    position: relative;
    width: 100%;
    padding-bottom: 70%;
    border: 7px solid #fff;
    overflow: hidden;
}


.section1 .right {
	width: 47%;
	color: #fff;
}
.section1 .right h3{
	font-size: 2.8rem;
}
.section1 .right .text{
	margin: 1rem 0;
	font-size: 1.2rem;
	line-height: 2rem;
	
}

.digital {
	margin: 3rem 0;
}

.digital li {
	width: 24%;
	text-align: center;
	color: #fff;
	border-right: 1px solid #fff;
}
.digital li:last-child{
	border-right: 0;
}

.digital li b {
	font-size: 4rem;
	font-weight: bold;
	font-family: 'gilroy_bold';
}

.digital li em {
	font-size: 1rem;
	font-weight: bold;
	font-family: 'gilroy_bold';
}

.digital li p {
	font-size: 14px;
}

.section2 {
	background: url(../images/bg02.jpg) no-repeat center;
	background-size: cover;
	padding: 8rem 0;
	position: relative;
}
.section2::before{
	content: '';
	position: absolute;
	background: url(../images/yewubg.png) no-repeat left;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.section2 .left{
	z-index: 2;
	width: 35%;
}
.section2 .left .tit{

}
.section2 .left .tit em{
	font-family: 'gilroy_bold';
	font-size: 3rem;
	color: rgba(255, 255, 255, 0.4);
	font-weight: bold;

}
.section2 .left .tit h2{
	font-size: 2rem;
	color: #FFF;
	margin-top: -2rem;
}
.section2 .left .tubiao{
	margin: 2rem 0;
}
.section2 .left .tubiao i img{
	max-width: 100%;
}
.section2 .left .text{
	color: #FFF;
	font-size: 1.3rem;
	line-height: 2rem;
	margin-bottom: 3rem;
}
.section2 .left .more{
	padding: .8rem 2.8rem;
}
.section2 .left .more a{
	color: #FFF;
	font-size: 1rem;
}

.section2 .right{
	width: 60%;
	z-index: 9;
}
.section2 .right .item{
	width: 45%;
	text-align: center;
}
.section2 .right .item .img{
	position: relative;
	border: 1px solid #00a0e8;
	padding: 2rem;
	border-radius: 100%;
	animation: a2 20s linear 0s infinite;
}
@keyframes a2{100% {transform: rotate(360deg);}}
.section2 .right .item .img::before, .section2 .right .item .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #00a0e8;
}
.section2 .right .item .img:after {
    top: auto;
    bottom: -40px;
    width: 40px;
    height: 40px;
    background: #91c443;
}
.section2 .right .item .img img{
	max-width: 93%;
	border: .8rem solid #00a0e8;	
	border-radius: 50%;
}
.section2 .right .item:nth-child(2) .img img{
	border: .8rem solid #91c443;	
}

.section2 .right .item .name{
	color: #FFF;
	font-size: 1.2rem;
	margin-top: 2rem;
	font-weight: bold;
}
.section2 .right .item .name b{
	color: #91c443;
	font-size: 2rem;
}


.section3 {
	background: url(../images/bg03.jpg) no-repeat center;
	background-size: cover;
	padding: 8rem 0;
}

.section3 .tit {
	text-align: center;
}
.section3 .tit em{
	font-family: 'gilroy_bold';
	font-size: 3rem;
	color: rgba(255, 255, 255, 0.4);
	font-weight: bold;

}
.section3 .tit h2{
	font-size: 2rem;
	color: #FFF;
	margin-top: -2rem;
}
.section3 .tit p{
	margin: 1rem 0;
	font-size: 1rem;
	color: #FFF;
}
.section3 .box .img {
	margin:.5rem;
	background: #FFF;
	padding: 1.2rem;
}

.section3 .box .swiper-pagination2 {
	text-align: center;
	margin-top: 2rem;
}

.section3 .box .swiper-pagination2 span {
	background: rgba(255, 255, 255, 0.8);
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	margin: 0 0.4rem !important;
	opacity: 1;
}


.section3 .box .swiper-pagination2 span.swiper-pagination-bullet-active {
	background: #00923f;
}

.section3 .box .swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: inherit;
}

.section4 {
	background: url(../images/bg04.jpg) no-repeat center;
	background-size: cover;
	padding: 8rem 0;
}

.section4 .tit {
	text-align: center;
	margin-bottom: 2rem;
}
.section4 .tit em{
	font-family: 'gilroy_bold';
	font-size: 3rem;
	color: rgba(0, 0, 0, 0.2);
	font-weight: bold;
	text-transform: uppercase;

}
.section4 .tit h2{
	font-size: 2rem;
	color: #222;
	margin-top: -2rem;
}
.section4 .tit p{
	margin: 1rem 0;
	font-size: 1rem;
	color: #333;
}

.section4 .box .item{
	width: 48%;
	background: #FFF;
	border-radius: .6rem;
}

.section4 .box .item .name{
	font-size: 1.5rem;
	width: 9%;
	padding-right: 6%;
	text-align: center;
	writing-mode: vertical-rl;
}
.section4 .box .item .img{
	width: 75%;
	background: #f2f2f2;
	padding: 5%;
	border-radius:0 .6rem .6rem 0;
}
.section4 .box .item .img .text{
	font-size: 1.1rem;
	padding: 0 .5rem;
}

.section5 {
	background: url(../images/bg05.jpg) no-repeat center;
	background-size: cover;
	padding: 8rem 0;
}

.section5 .tit {
	margin-bottom: 2rem;
}
.section5 .tit em{
	font-family: 'gilroy_bold';
	font-size: 3rem;
	color: rgba(255, 255, 255, 0.4);
	font-weight: bold;
	text-transform: uppercase;

}
.section5 .tit h2{
	font-size: 2rem;
	color: #fff;
	margin-top: -2rem;
}
.section5 .tit p{
	margin: 1rem 0;
	font-size: 1rem;
	color: #fff;
}

.section5 .box .item{
	width: 48%;
	border-radius: .6rem;
}
.section5 .box .item .img img{
	width: 100%;
	border-radius: .6rem;
}
.section5 .box .item .text{
	margin: 2rem 0;
	font-size: 1.2rem;
	color: #FFF;
}

.section5 .box .item .name{
	text-align: center;
	font-size: 1.2rem;
	border-radius: .6rem;
	background: #FFF;
	padding: 1.1rem 0;
	
}
.section5 .box .item .name:hover{
	text-align: center;
	font-size: 1.2rem;
	border-radius: .6rem;
	color: #FFF;
	background: #FFF;
	padding: 1.1rem 0;
	background: -webkit-linear-gradient(14deg, #00a0e8 -20.93%, #91c443 126.57%);
	background: -moz-linear-gradient(14deg, #00a0e8 -20.93%, #91c443 126.57%);
	background: -o-linear-gradient(14deg, #00a0e8 -20.93%, #91c443 126.57%);
	background: linear-gradient(76deg, #00a0e8 -20.93%, #91c443 126.57%);
	
}



@media screen and (max-width: 1024px) {


}

@media screen and (max-width: 990px) {
	.header {
		display: none;
	}
	.section1,.section2,.section3,.section4,.section5{
		padding: 6rem 0;
	}


}


@media screen and (max-width: 768px) {

	.header {
		display: none;
	}
	footer .foot-nav .item{
		display: none;
	}
	footer .foot-nav .item:nth-child(1){
		display: block;
	}
	
	.section1,.section2,.section3,.section4,.section5{
		padding: 4rem 0;
	}
	.section1 .left{
		width: 100%;
		margin-bottom: 1rem;
	}
	.section1 .left .img2{
		display: none;
	}
	.section1 .left .img1{
		border: 0;
	}
	.section1 .right{
		width: 100%;
	}
	.section1 .right h3{
		font-size: 2rem;
	}
	.section2 .left{
		width: 100%;
	}
	.section2 .right{
		width: 100%;
	}
	.digital li{
		width: 48%;
	}
	.digital li:nth-child(2){
		border-right: 0;
	}
	.section4 .box .item{
		width: 100%;
		margin-bottom: 1rem;
	}
	.section5 .box .item{
		width: 100%;
		margin-bottom: 1rem;
	}


}