
.size46{
	font-size: 46px;
}
.banner_section{
	position: relative;
}
.banner_section .imgbg{
	display: block;
	width: 100%;
}
.banner_section .imgbg img{
	width: 100%;
}
.banner_section .maincontainer{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.banner_section .box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.banner_section .box .text{
	width: 43%;
}
.banner_section .box .text .t1{
	font-weight: bold;
	color: #1C97D6;
}
.banner_section .box .text .t2{
	margin-top: 20px;
	color: #000000;
	line-height: 2;
}
.banner_section .box .img{
	width: 49%;
	overflow: hidden;
}
.banner_section .box .img img{
	max-width: 100%;
}

.section1 .item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 7.8125%;
}
.section1 .item:nth-child(odd){
	flex-direction: row-reverse;
}
.section1 .item:last-child{
	margin-bottom: 0;
}
.section1 .item .img{
	width: 49%;
	overflow: hidden;
	border-radius: 10px;
}
.section1 .item .img img{
	display: block;
	width: 100%;
}
.section1 .item .text{
	width: 49%;
	padding-top: 2%;
	padding-bottom: 2%;
	overflow: hidden;
	box-sizing: border-box;
}
.section1 .item:nth-child(odd) .text{
	padding-left: 3%;
}
.section1 .item:nth-child(even) .text{
	padding-right: 10%;
}
.section1 .item .text .t1{
	color: #000000;
	font-weight: bold;
}
.section1 .item .text .t2{
	margin-top: 20px;
	color: #999999;
	line-height: 1.7;
}
.section1 .item .text>.t1{
	line-height: 2;
}
.section1 .item .text>.t2{
	margin-top: 45px;
	line-height: 2;
	color: #000000;
}
.section1 .item .addcontent{
	display: flex;
	justify-content: center;
}
.section1 .item .addcontent ul li{
	display: flex;
}
.section2 .box .addcontent ul{
	display: flex;
	flex-wrap: wrap;
}
.section2 .box .addcontent ul li{
	width: 31.33333333333333%;
	margin-right: 3%;
	margin-bottom: 2.5%;
}
.section2 .box .addcontent ul li:nth-child(3n){
	margin-right: 0;
}
.addcontent ul li{
	margin-bottom: 60px;
}
.addcontent ul li:last-child{
	margin-bottom: 0;
}
.addcontent ul li .icon{
	display: inline-block;
	margin-bottom: 25px;
}
.section1 .item .addcontent ul li .icon{
	margin-right: 35px;
}
.addcontent ul li .icon img{
	width: 72px;
}
.addcontent ul li .txt{
	flex: 1;
}
.addcontent ul li .txt .t1{
	color: #000000;
	font-weight: bold;
	line-height: 1;
}
.addcontent ul li .txt .t2{
	margin-top: 20px;
	color: #666666;
	line-height: 1.56;
}
.section2{
	background: #fafafa;
}
.section2 .box  .wrap{
	padding-top: 2%;
}
.section2 .box  .wrap ul{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.section2 .box  .wrap ul li{
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.section2 .box  .wrap ul li:nth-child(2n){
	margin-right: 0;
}
.section2 .box  .wrap ul li .img{
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}
.section2 .box  .wrap ul li .img img{
	display: block;
	width: 100%;
}
.section2 .box  .wrap ul li .text{
	margin-top: 25px;
	text-align: center;
	color: #333333;
}
.section3.contentbox6{
	padding-top: 110px;
	padding-bottom: 30px;
}
.section3.contentbox6 ul li .text .t2{
	margin-top: 20px;
	color: #666666;
	line-height: 1.8;
}
.section3.contentbox6 ul li i{
	width: 6px;
}
.header .logo a img{
	max-height: 47px;
}
.footer .follow ul li{
	position: relative;
}
.footer .follow ul li .qrcode{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 100%;
	width: 100px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.footer .follow ul li:hover .qrcode{
	opacity: 1;
	visibility: visible;
}
.footer .follow ul li .qrcode .img{
	overflow: hidden;
	background-color: #FFFFFF;
}
.footer .follow ul li .qrcode .img img{
	width: 100%;
	max-height: 100%;
}
.footer .follow ul li .qrcode .sjx{
	display: block;
	width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 8px;
    border-color: #FFFFFF transparent transparent transparent;
}
@media screen and (min-width: 1025px) {
	.header .logo a img,
	.footer .footer_infor .footer_logo a img{
		max-height: 2.447916666666667vw;
	}
	
	.footer .follow ul li .qrcode{
		width: 5.208333333333333vw;
	}
}
@media screen and (max-width: 1920px) and (min-width: 1025px){
	.size46{
		font-size: 2.395833333333333vw;
	}
	.banner_section .box .text .t2{
		margin-top: 1.02vw;
	}
	.section1 .item .img{
		border-radius: 0.5208333333333333vw;
	}
	.section1 .item .text .t2{
		margin-top: 0.5208333333333333vw;
	}
	.section1 .item .text>.t2{
		margin-top: 2.34375vw;
	}
	.addcontent ul li{
		margin-bottom: 3.125vw;
	}
	.addcontent ul li .icon{
		margin-bottom: 1.302083333333333vw;
	}
	.section1 .item .addcontent ul li .icon{
		margin-right: 1.822916666666667vw;
	}
	.addcontent ul li .icon img{
		width: 3.75vw;
	}
	.addcontent ul li .txt .t2{
		margin-top: 1.041666666666667vw;
	}
	
	.section2 .box  .wrap ul li .img{
		border-radius: 0.5208333333333333vw;
	}
	.section2 .box  .wrap ul li .text{
		margin-top: 1.302083333333333vw;
	}
	.section3.contentbox6 ul li .text .t2{
		margin-top: 1.041666666666667vw;
	}
	.section3.contentbox6{
		padding-top: 5.729166666666667vw;
		padding-bottom: 1.5625vw;
	}
	.section3.contentbox6 ul li .text .t2{
		margin-top: 1.041666666666667vw;
	}
	.section3.contentbox6 ul li i{
		width: 0.3125vw;
	}
}
@media screen and (max-width: 1024px){
	.header .logo a img,
	.footer .footer_infor .footer_logo a img{
		max-height: 36px;
	}
	
	.size46{
		font-size: 36px;
	}
	/*.banner_section{
		padding-top: 20%;
		padding-bottom: 18%;
	}
	.banner_section .imgbg{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.banner_section .imgbg img{
		height: 100%;
		object-fit: cover;
	}
	.banner_section .maincontainer{
		position: static;
		-webkit-transform: none;
		transform: none;
	}
	.banner_section .box .text{
		width: 45%;
	}*/
	
	.banner_section .maincontainer{
		top: 20vh;
		left: 50%;
		-webkit-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
	}
	.banner_section .box .text{
		width: 100%;
	}
	.banner_section .box .text .t2{
		margin-top: 15px;
	}
	.addcontent ul li{
		margin-bottom: 40px;
	}
	.section1 .item{
		margin-bottom: 10%;
	}
	.section1 .item .text{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.section1 .item .addcontent ul li .icon{
		margin-right: 20px;
	}
	.addcontent ul li .icon{
		margin-bottom: 20px;
	}
	.addcontent ul li .icon img{
		width: 50px;
	}
	.section1 .item:nth-child(even) .text{
		padding-right: 4%;
	}
	.section1 .item .text .t2{
		margin-top: 15px;
	}
	.section1 .item .text>.t1,
	.section1 .item .text>.t2{
		line-height: 1.7;
	}
	.section2 .box .wrap{
		padding-top: 5%;
	}
	.section3.contentbox6 {
	    padding-top: 10%;
	    padding-bottom: 3%;
	}
	.section1 .item .text .t1,
	.contentbox6 ul li .text .t1{
		font-size: 22px;
	}
	.section1 .item .text>.t2{
		font-size: 16px;
	}
	.section2 .box .wrap ul li .text.size18{
		font-size: 18px;
	}
}
@media screen and (max-width: 768px){
	.size46{
		font-size: 32px;
	}
	.banner_section .box{
		flex-wrap: wrap;
	}
	.banner_section .box .text{
		width: 100%;
	}
	.banner_section .box .img{
		margin-top: 10%;
		width: 100%;
	}
	.section1.padt120{
		padding-top: 10%;
	}
	.section1.padb120{
		padding-bottom: 12%;
	}
	.section1 .item{
		flex-wrap: wrap;
	}
	.section1 .item .img{
		margin-top: 8%;
		width: 100%;
	}
	.section1 .item .text{
		width: 100%;
	}
	.section1 .item:nth-child(odd) .text{
		padding-left: 0;
	}
	.section1 .item .addcontent{
		justify-content: flex-start;
	}
	.addcontent ul{
		width: 100%;
	}
	.section2 .box .addcontent ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 6%;
	}
	.section2.padt100{
		padding-top: 10%;
	}
	.section2.padb100{
		padding-bottom: 12%;
	}
	.section2 .box .wrap{
		padding-top: 20px;
	}
	.section2 .box .wrap ul li{
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 8%;
	}
	.section2 .box .wrap ul li:last-child{
		margin-bottom: 0;
	}
	.section3.contentbox6{
		padding-top: 12%;
        padding-bottom: 5%;
	}
	.section3.contentbox6 ul li i{
		width: 4px;
	}
}
@media screen and (max-width: 640px){
	.header .logo a img,
	.footer .footer_infor .footer_logo a img{
		max-height: 32px;
	}
	
	.size46{
		font-size: 28px;
	}
	.section1 .item .text .t1, .contentbox6 ul li .text .t1{
		font-size: 20px;
	}
	.addcontent ul li .icon img{
		width: 40px;
	}
}
@media screen and (max-width: 540px){
	.size46{
		font-size: 24px;
	}
	/*.banner_section{
        padding-top: 27%;
        padding-bottom: 20%;
    }*/
    .section1.padt120{
		padding-top: 12%;
	}
	.section1.padb120{
		padding-bottom: 15%;
	}
	.section1 .item{
		margin-bottom: 12%;
	}
	.section1 .item .addcontent ul li{
		margin-bottom: 8%;
	}
	.section1 .item .img{
		margin-top: 5%;
	}
}
@media screen and (max-width: 480px){
	.header .logo a img,
	.footer .footer_infor .footer_logo a img{
		max-height: 7.5vmin;
	}
	.size46{
		font-size: 6vmin;
	}
	.banner_section .maincontainer{
		top: 12vh;
	}
	.banner_section .box .text .t2{
		margin-top: 3.2vmin;
	}
	.section2 .box .addcontent ul li{
		margin-bottom: 8%;
	}
	.addcontent ul li .icon{
		margin-bottom: 4vmin;
	}
	.addcontent ul li .icon img{
		width: 8vmin;
	}
	.addcontent ul li .txt .t2{
		margin-top: 4vmin;
	}
	.section1 .item .text .t1, .contentbox6 ul li .text .t1{
		font-size: 4vmin;
	}
	.section1 .item .text>.t2{
		font-size: 3.6vmin;
		margin-bottom: 6%;
	}
	.section1 .item .text .t2{
		margin-top: 3.2vmin;
	}
	.section2 .box .wrap ul li .text.size18{
		margin-top: 5vmin;
		font-size: 3.6vmin;
	}
	.section3.contentbox6{
		padding-top: 15%;
		padding-bottom: 10%;
	}
	.section3.contentbox6 ul li .text .t2{
		margin-top: 4vmin;
	}
}
