*{
	box-sizing: border-box;
}

a {
  color: #000000;
  text-decoration:none;
}

a:active,
a:hover,
a:focus,
a:visited{
  text-decoration: none !important;
  color: #000000;
}

img{
  image-rendering: -webkit-optimize-contrast;
}

body {
  background-color: #F8F8F8;
  margin:0;
  /*font-family: PingFang SC-Heavy, PingFang SC!important;*/
  font-family: pingfang SC,PingFang SC-Heavy,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,simsun,sans-serif!important;
}


.dn{
  display: none !important;
}

.pc{
	width: 100%;
}

.pc .container{
	width: 1200px;
	margin:0 auto;
}

.pc .head{
	width: 100%;
	height: 150px;
	background-size: cover;
	background-position: center center;
	background-repeat:no-repeat;
	background-image: url(https://bontop.oss-accelerate.aliyuncs.com/winwin/images/bg.png);
	position: fixed;
	left: 0;
	top:0;
	z-index: 999;
}

.pc .head .head-box{
	display: flex;
	align-items: center;
	height: 100%;
}

.pc .head .head-box .logo{
	width: 214px;
	margin-right: 118px;
}

.pc .head .head-item{
	width: 124px;
	height: 100%;	
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 800;
	color: #666666;
	flex-shrink: 0;
}

.pc .head .head-item .txt{
	position: relative;
}

.pc .head .head-item .txt .line{
	width: 20px;
	height: 4px;
	background: #333333;
	left:0;
	top:41px;
	position: absolute;
	display: none;
}

.pc .head .head-item:hover{
	color: #333333;
}

.pc .head .head-item:hover .line{
	display: block;
}

.pc .banner-box {
    width: 100%;
    height: 1080px;
    position: relative;
}

.pc .banner-box .swiper-slide{
	width: 100%;
    height: 100%;
    background-size: cover;
	background-position: center center;
	background-repeat:no-repeat;
	position: relative;
}

.pc .banner-box .swiper-slide .bg{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	overflow: hidden;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1;
}

.pc .banner-box .swiper-slide .bg img{
	height: 100%;
	width: auto;
}

.pc .banner-box .banner-btn{
	position: relative;
	height: 100%;
	z-index: 2;
}

.pc .banner-box .banner-btn .btn1{	
	width: 175px;
	height: 62px;
	background: #483C00;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	bottom: 180px;
	z-index: 2;
	font-size: 25px;
	color: #FFFFFF;
}

.pc .banner-box .banner-btn .btn1.active{
	background: #FFE672;
	border: 2px solid #333333;
	color: #333333;
}

.pc .banner-box .banner-btn .btn2{
	width: 175px;
	height: 62px;
	border: 1px solid #483C00;
	position: absolute;
	left: 9px;
	bottom: 170px;
	z-index: 1;
}

.pc .banner-page-box{
/*	width: 100%;
	height: 100%;*/
	z-index: 3;
	left: 0;
	position: absolute;
	bottom:0px;
	width: 100%;
	height: 20px;
}

.pc .banner-pagination-main{
	position: absolute;
	height: 20px;
	width: 100%;
	bottom: 0;
}

.pc .banner-page-box .banner-pagination{
	z-index: 4;
	bottom:40px;
	left: 0;
	position: absolute;
}

.pc .banner-page-box .swiper-pagination-bullet{
	margin:0 !important;
	border-radius: 0;
	width: 50px;
	height: 4px;
	background: #FFFFFF;
	margin-right: 5px !important;
	opacity:1;
}

.pc .banner-page-box .swiper-pagination-bullet-active{
	width: 50px;
	height: 10px;
	background: #483C00;
}

.pc .about-box{
	position: relative;
	min-height: 1204px;
	overflow: hidden;
}

.pc .about-box .bg{
	position: absolute;
	top:0;
	/*right: 1013px;*/
	right: 39.5%;
	height: 1204px;
}

.pc .about-main{
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
    z-index: 2;
}

.pc .about-main .title{
	margin-top: 100px;
	font-size: 40px;
	color: #333333;
	font-weight: 800;
}

.pc .about-main .des{
	margin-top: 5px;
	font-size: 18px;
	color: #999999;
}

.pc .about-main .about-type{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

.pc .about-main .about-type .type-item{
	width: 186px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 800;
	color: #333333;
	cursor: pointer;
}

.pc .about-main .about-type .type-item.active{
	background: #FFE672;
	box-shadow: 0px 3px 50px 1px rgba(0,0,0,0.03);
	border-radius: 10px 10px 10px 10px;
}

.pc .about-main .about-content{
	width: 100%;
	margin-top: 50px;
	background: #FFFFFF;
	box-shadow: 0px 3px 50px 1px rgba(0,0,0,0.03);
	border-radius: 20px;
	padding: 50px;
}

.pc .about-main .about-content-txt{
	position: relative;
}

.pc .about-main .about-content-txt .txt{
	font-size: 18px;
	color: #333333;
	white-space: pre-wrap;
	height: 292px;
	overflow: hidden;
}

.pc .about-main .about-content-txt .shadow{
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 67px;
	background: linear-gradient(0deg, #FFFFFF 0%, rgba(51,51,51,0) 100%);
}

.pc .about-main .toggle{
	height: 57px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
/*	display: none;*/
}


.pc .about-main .toggle .icon{
	width: 22px;
	height: auto;
}


.pc .about-main .img{
	width: 1100px;
	height: auto;
	/*margin-top: 30px;*/
}

.pc .about-content.active .about-content-txt .txt{
	height: auto;
}

.pc .about-content.active .shadow{
	display: none;
}

.pc .about-content.active .toggle{
	display: none;
}

.pc .about-content.active .img{
	margin-top: 30px;
}

.pc .worth-content{
	width: 100%;
	margin-top: 50px;
	background: #FFFFFF;
	box-shadow: 0px 3px 50px 1px rgba(0,0,0,0.03);
	border-radius: 20px;
	padding: 30px;
	display: flex;
}

.pc .worth-content .l{
	margin-right: 30px;
	width: 570px;
}

.pc .worth-content .img{
	width: 275px;
	height: 307px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.pc .worth-content .img img{
	width: 425px;
	height: 457px;
}

.pc .worth-content .t{
	display: flex;
	justify-content: space-between;
}

.pc .worth-content .b{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}


.pc .worth-title{
	position: relative;	
}

.pc .worth-title .txt{
	position: relative;
	z-index: 2;
	font-size: 20px;
	font-weight: 800;
	color: #333333;
}

.pc .worth-title .baseline{
	width: 46px;
	height: 14px;
	background: #FFE672;
	border-radius: 7px 7px 7px 7px;
	bottom: -4px;
	z-index: 1;
	position: absolute;
	left: 0;
}

.pc .worth-txt{
	font-size: 16px;
	color: #999999;
	white-space: pre-wrap;
	margin-top: 15px;
}

.pc .worth-content .r .line{
	width: 540px;
	height: 1px;
	background-color: #F1F1F1;
	margin-top: 16px;
	margin-bottom: 16px;
}

.pc .advantage-box{
	position: relative;
	min-height: 1257px;
	margin-top:-170px;
	overflow: hidden;
}

.pc .advantage-box.mt0{
	margin-top: 0;
}

.pc .advantage-box .bg{
	position: absolute;
	top:0;
	left: 42.4%;
	height: 1257px;
}

.pc .advantage-main{
	margin-top: 313px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.pc .advantage-main .title{
	font-size: 40px;
	color: #333333;
	font-weight: 800;
}

.pc .advantage-main .des{
	margin-top: 5px;
	font-size: 18px;
	color: #999999;
}

.pc .advantage-content{
	display: flex;
	justify-content: space-between;
}

.pc .advantage-content .content-item{
	width: 386px;
	height: 354px;
	background: #FFFFFF;
	box-shadow: 0px 3px 50px 1px rgba(0,0,0,0.03);
	border-radius: 20px 20px 20px 20px;
	padding: 50px 50px 0 50px;
	text-align: left;
}

.pc .advantage-content .content-item.mt{
	margin-top: 20px;
}

.pc .advantage-content .content-item .img{
	width: 97px;
	height: auto;
}

.pc .advantage-content .content-item .txt1{
	margin-top: 30px;
	color: #333333;
	font-weight: 800;
	font-size: 20px;
}

.pc .advantage-content .content-item .txt2{
	margin-top: 30px;
	color: #999999;
	font-size: 16px;
}

.pc .advantage-content .content1{
	margin-top: -70px;
}

.pc .advantage-content .content2{
	margin-top: 30px;
}

.pc .advantage-content .content3{
	margin-top: 130px;
}

.pc .intro-box{
	position: relative;
	min-height: 1000px;
	padding-top: 150px;
	padding-bottom: 100px;
}

.pc .intro-box .bg{
	position: absolute;
	top:455px;
	right: 30.47%;
	height: 903px;
}

.pc .intro-main{	
	text-align: center;
	position: relative;
	z-index: 2;
	/*padding: 0 50px;*/
}

.pc .intro-main .title{
	font-size: 40px;
	color: #333333;
	font-weight: 800;
}

.pc .intro-main .des{
	margin-top: 5px;
	font-size: 18px;
	color: #999999;
}

.pc .intro-main .content{
	margin-top: 30px;
	font-size: 18px;
	color: #333333;
}

.pc .intro-main .intro-wrap{
	width: 100%;
	margin-top: 50px;
}

.pc .intro-main .intro_carousel .swiper-slide{
	
}

.pc .intro-main .intro_carousel img{
	max-width: 100%;
	height: auto;
	/*box-shadow: 0px 0px 50px 1px rgba(0,0,0,0.15);*/
	box-shadow: 0px 0px 50px 1px rgba(0,0,0,0.03);
}

.pc .scan-box{
	position: relative;
	min-height: 750px;
	padding-top: 50px;
	overflow: hidden;
}

.pc .scan-box .bg{
	position: absolute;
	top:50px;
	/*left: 26.56%;*/
	right: 11.836%;
	height: 702px;
}

.pc .scan-main{	
	position: relative;
	z-index: 2;
	padding-top: 50px;
	padding-bottom: 85px;
	display: flex;
	/*padding: 0 50px;*/
}

.pc .scan-main .item{
	width: 211px;
	height: 78px;
	background: #FFFFFF;
	box-shadow: 0px 3px 50px 1px rgba(0,0,0,0.03);
	border-radius: 20px 20px 20px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.pc .scan-main .item .icon{
	width: 46px;
	height: auto;
	margin-right: 15px;
}

.pc .scan-main .item .txt{
	font-size: 20px;
	color: #333333;
	font-weight: 800;
}

.pc .scan-main .item.active{
	background-color: #333333;
}

.pc .scan-main .item.active .txt{
	color: #FFE672;
}

.pc .scan-main .l .item:first-child{
	margin-top: 0;
}

.pc .scan-main .l .item:nth-child(odd){
	margin-left: 146px;
}

.pc .scan-main .l .item:nth-child(even){
	margin-left: 0;
}

.pc .scan-main .m{
	width: 416px;
	height: 568px;
	background: #FFFFFF;
	box-shadow: 0px 3px 50px 1px rgba(0,0,0,0.03);
	border-radius: 20px 20px 20px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-left: 35px;
	margin-right: 35px;
}

.pc .scan-main .m img{
	width: 286px;
	height: auto;
}

.pc .scan-main .m .txt{
	margin-top: 16px;
	font-size: 20px;
	color: #333333;	
}

.pc .scan-main .r .item:first-child{
	margin-top: 0;
}

.pc .scan-main .r .item:nth-child(odd){
	margin-left: 146px;
}

.pc .scan-main .r .item:nth-child(even){
	margin-left: 0;
}

.pc .office-box{
	position: relative;
	min-height: 1200px;
	padding-top: 150px;
	overflow: hidden;
}

.pc .office-box .bg{
	position: absolute;
	top:150px;
	width: 100%;
	height: 970px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.pc .office-box .bg img{
	height: 100%;
	width: auto;
}

.pc .office-main{
	position: relative;
	z-index: 2;
	text-align: center;
	padding-top: 50px;
}

.pc .office-main .title{
	font-size: 40px;
	color: #333333;
	font-weight: 800;
}

.pc .office-main .des{
	margin-top: 5px;
	font-size: 18px;
	color: #999999;
}

.pc .office-main .content{
	margin-top: 30px;
	font-size: 18px;
	color: #333333;
}

.pc .office-main .t{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 30px;
}

.pc .office-main .b{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 20px;
}

.pc .office-main .item{
	width: 386px;
	height: 482px;
	background: #FFFFFF;
	box-shadow: 0px 3px 50px 1px rgba(0,0,0,0.03);
	border-radius: 20px 20px 20px 20px;
	padding: 30px 35px 0 35px;
	text-align: center;
}

.pc .office-main .img{
	width: 315px;
	height: auto;
}

.pc .office-main .bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 42px;
}

.pc .office-main .bottom .icon1{
	width: 70px;
	height: auto;
}

.pc .office-main .bottom .icon2{
	width: 70px;
	height: auto;
}

.pc .office-main .bottom .txt{
	font-size: 20px;
	font-weight: 800;
	color: #333333;
}

.pc .office-main .item.active{
	height: 556px;
}


.pc .cooperate-box{
	min-height: 1420px;
	position: relative;
	padding-top: 150px;
	overflow: hidden;
}

.pc .cooperate-box .bg1{
	position: absolute;
	top:150px;
	width: 100%;
	height: 1272px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.pc .cooperate-box .bg1 img{
	height: 100%;
	width: auto;
}

.pc .cooperate-box .bg2{
	position: absolute;
	bottom:0px;
	width: 100%;
	height: 751px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	z-index: 1;
}

.pc .cooperate-box .bg2 img{
	height: 100%;
	width: auto;
}

.pc .cooperate-main{
	position: relative;
	z-index: 2;
	text-align: center;
	padding-top: 50px;
}

.pc .cooperate-main .title{
	font-size: 40px;
	color: #333333;
	font-weight: 800;
}

.pc .cooperate-main .des{
	margin-top: 5px;
	font-size: 18px;
	color: #999999;
}

.pc .cooperate-list{
	width: 100%;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pc .cooperate-item{
	margin-top: 20px;
	width: 224px;
	height: auto;
}

.pc .cooperate-link{
	margin-top: 214px;
	display: flex;
}

.pc .cooperate-link .h{
	height: 42px;
	display: flex;
	align-items: center;
}

.pc .cooperate-link .content{
	width: 346px;
	margin-top: 30px;
	font-size: 14px;
	color: #333333;
	text-align: left;
	line-height: 35px;
}

.pc .cooperate-link .m{
	margin-left: 50px;
	margin-right: 50px;
}

.pc .cooperate-link .l .h img{
	height: 41px;
	width: auto;
}

.pc .cooperate-link .m .h img{
	height: 36px;
	width: auto;
}

.pc .cooperate-link .r .h{
	font-size: 18px;
	color: #333333;
	font-weight: 800;
}

.pc .cooperate-link .r .link-item{
	/*margin-top: 13px;*/
	font-size: 14px;
	color: #333333;
	text-align: left;
	line-height: 33px;
}

.pc .cooperate-link .link-list .link-item:first-child{
	margin-top: 30px;
}

.pc .copyright{
	margin-top: 50px;
	width: 100%;
	border-top:1px solid rgba(0,0,0,0.15);
	padding-top: 30px;
	padding-left: 50px;
	text-align: left;
}

.pc .copyright a{
	width: 714px;
	font-size: 14px;
	color: #333333;
}

.pc .contact-box{
	padding-top: 150px;
}

.pc .contact-main{
	padding-top: 50px;
	background: #FFFFFF;
	border-radius: 20px;
	text-align: center;
	overflow: hidden;
}

.pc .contact-main .title{
	font-size: 40px;
	color: #333333;
	font-weight: 800;
}

.pc .contact-main .des{
	margin-top: 5px;
	font-size: 18px;
	color: #999999;
}

.pc .contact-list {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pc .contact-item{
	width: 400px;
}

.pc .contact-item .img{
	width: 40px;
	height: auto;
}

.pc .contact-item .txt1{
	margin-top: 20px;
	font-size: 20px;
	color: #333333;
	font-weight: 800;
}

.pc .contact-item .txt2{
	color: #666666;
	font-size: 16px;
	width: 242px;
	height: 51px;
	margin: 20px auto 0;
}

.pc .contact-list .line{
	width: 1px;
	height: 142px;
	background-color: #F1F1F1;
	flex-shrink: 0;
}

.pc .contact-box .map{
	margin-top: 30px;
	width: 100%;
	height: 490px;
	overflow: hidden;
}

.pc .contact-box .map img{
	width: 100%;
}

@media only screen and (max-height:1200px) {
	.pc .head{
		height: 120px;
	}

	.pc .banner-box{
		height: 1020px;
	}
}

@media only screen and (max-height:1080px) {
	.pc .head{
		height: 110px;
	}

	.pc .banner-box{
		height: 960px;
	}
}

@media only screen and (max-height:960px) {
	.pc .head{
		height: 100px;
	}

	.pc .banner-box{
		height: 930px;
	}
}

@media only screen and (max-height:800px) {
	.pc .head{
		height: 90px;
	}

	.pc .banner-box{
		height: 790px;
	}
}

.pc .banner-box {
	max-height: 100vh;
}

/*@media only screen and (max-width:2560px) {
	.pc .btn1{
		bottom: calc( 100% / (100px * 2) ) !important;
	}
}*/