*{
	margin: 0;
	padding: 0;
}
html{
	font-size: 40px;
}
body{
	font-size: 16px;
	background-color: #F8F8F8;
}
@media (max-width:320px) {
	html{
		font-size: 18px;
	}
}
@media (max-width:375px) {
	html{
		font-size: 20px;
	}
}
@media (max-width:414px) {
	html{
		font-size: 22px;
	}
}

header{
	position: fixed;
	background: #FFFFFF;
	width: 100%;
	height: 3.2rem;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	z-index: 999;
}

header>a{
	margin-left: 1rem;
}
header>a>img{
	width: 5.3rem;
	height: 2rem;
}

header>label{
	margin-right: 1rem;
	width: 0.8rem;
	height: 0.65rem;
	background-repeat: no-repeat;
	background-position: center;
	background: url(../img/gd.png);
	position: relative;
}
header>input{
	display: none;
}
header .dropMenu{
	visibility: hidden;
	width: 8.95rem;
	height: 12.7rem;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	background-color: #111111;
	position: absolute;
	top: 3.2rem;
	right: 0;
	list-style: none;
}
header .dropMenu>li>a{
	text-decoration: none;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
header .dropMenu>li>a>span{
	color: #FFFFFF;
	font-size: 0.6rem;
}
header .dropMenu>li>a>p{
	width: 0.25rem;
	height: 0.45rem;
	background: url(../img/gdb.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
header .dropMenu>li>a:hover >span{
	color: #AED048;
}
header .dropMenu>li>a:hover >p{
	background: url(../img/gdd.png);
}
.opc{
	visibility: visible !important;
}

main .applicationBg{
	width: 100%;
	margin-top: 3.2rem;
	background-image: url(../img/bg_application.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 12rem;
	overflow: hidden;
	visibility: visible;
}
main .applicationBg>h2{
	text-transform: uppercase;
	font-size: 1.2rem;
	color: #ADD048;
	width: max-content;
	margin: 4.5rem auto 0;
	
}
main .applicationBg>h3{
	width: max-content;
	color: #FFFFFF;
	font-size: 0.9rem;
	margin: 0.475rem auto 0;
}
main{
	overflow: hidden;
}

main .banner2{
	/* height: 18.25rem; */
	overflow: hidden;
	box-sizing: border-box;
	
}
main .banner2 .swiper-wrapper{
	
}

main .swiper-pagination{
	top: auto !important;
	bottom: 0rem !important;
}

main .swiper-pagination>span{
	background: #AED048 !important;
}

main .banner2 .swiper-slide{
	width: 50%;
	box-sizing: border-box;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #CDCDCD;
} 
main .yyhangye{
	width: 90.5%;
	/* overflow: hidden; */
	margin: 0 auto;
}
main .yyhangye>h4{
	font-size: 0.9rem;
	color: #333333;
	margin: 1.5rem auto 1rem;
	width: max-content;
}
main .yyhangye .hangyeItem{
	width: 100%;
	height: 8rem;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #CDCDCD;
	box-sizing: border-box;
	padding: 0.5rem;
}
main .yyhangye .hangyeItem .top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
main .yyhangye .hangyeItem .top .topLeft>h2{
	color: #AED048;
	font-size: 1.2rem;
	
}
main .yyhangye .hangyeItem .top .topLeft>h3{
	font-size: 0.6rem;
	color: #333333;
}
main .yyhangye .hangyeItem .top>img{
	
}
main .yyhangye .hangyeItem>img{
	width: 6.5rem;
}

main .footer{
	margin-top: 2rem;
	width: 100%;
	background: url(../img/bg2.png);
	padding: 1rem;
	box-sizing: border-box;
}
main .footer .footerTop{
	display: flex;
	justify-content: space-between;
}

main .footer .footerTop .footerTopLeft>img{
	display: block;
	margin: 0 auto;
}
main .footer .footerTop .footerTopLeft>p{
	font-size: 0.6rem;
	color: #FFFFFF;
	width: max-content;
	margin-top: 0.5rem;
}
main .footer .footerTop .footerTopRight>p{
	text-align: right;
	font-size: 0.6rem;
	color: #FFFFFF;
}
main .footer .footerTop .footerTopRight>p:nth-of-type(2){
	margin-top: 0.5rem;
}
main .footer .footerTop .footerTopRight>p:nth-of-type(3){
	margin-top: 0.25rem;
}
main .footer .footerTop .footerTopRight>h2{
	font-size: 0.75rem;
	color: #B8D55F;
	text-align: right;
	margin-top: 0.5rem;
}
main .footer>p{
	font-size: 0.6rem;
	color: #58595A;
	width: max-content;
	margin: 0.25rem auto 0;
}
main .footer>p:first-of-type{
	margin-top: 1.5rem;
}

