@font-face {
	font-family:Philosopher;src:url(../fonts/Philosopher-Regular-4.woff2);font-display:swap
}
@font-face{
    font-family:PuHuiTiBold;
    src:url(../fonts/AlibabaPuHuiTi-3-85-Bold.woff);
    font-display:swap
}
 @font-face{
    font-family:PuHuiTiMedium;
    src:url(../fonts/AlibabaPuHuiTi-3-65-Medium.woff);
    font-display:swap
}
 @font-face{
    font-family:PuHuiTiRegular;
    src:url(../fonts/AlibabaPuHuiTi-3-55-Regular.woff);
    font-display:swap
}
 body{
    font-family:PuHuiTiRegular;
    color:#333
}
button,input,select,textarea {
	outline: 0
}
.scale {
	transition: .6s all
}
.scale:hover {
	transform: scale(1.06)
}
@keyframes rotate360 {
	to {
		transform: rotate(360deg)
	}
}
.auto-container {
	width: 1400px;
	margin-left: auto;
	margin-right: auto
}
.line-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}
.line-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.line-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}
.line-4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}
.btn_effect1 {
	place-items: center;
	position: relative;
	transition: all .5s cubic-bezier(.26,.06,0,1),background-color .5s cubic-bezier(.26,.06,0,1),border-color .5s cubic-bezier(.26,.06,0,1)
}
.btn_effect1>span {
	overflow: hidden;
	width: 100%;
	display: block;
	line-height: normal
}
.btn_effect1 .effect_label {
	display: block;
	position: relative;
	text-align: center;
	transform: translateZ(0);
	transition: transform .5s cubic-bezier(.47,.16,.24,1) .3s
}
.btn_effect1 .effect_label>span {
	display: block;
	width: 100%
}
.btn_effect1 .effect_label>span:nth-child(2) {
	left: 0;
	opacity: 0;
	padding-right: 0;
	position: absolute;
	top: 0;
	transform: translate3d(0,200%,0);
	transition: transform .6s cubic-bezier(.43,.05,.17,1),opacity .4s cubic-bezier(.26,.06,0,1)
}
.btn_effect1:hover .effect_label {
	transform: translate3d(0,-100%,0);
	transition: transform .4s cubic-bezier(.47,.16,.24,1)
}
.btn_effect1:hover .effect_label>span:nth-child(2) {
	opacity: 1;
	transform: translate3d(0,100%,0);
	transition: transform .7s cubic-bezier(.47,.16,.24,1) .3s;
	/* color: #ffffff; */
}

.banner_box {
	width: 100%;
	position: relative;
	padding-bottom: 30px;
	/* background: #f6f6f6; */
}
.banner_box .img_box .swiper-container{}
.banner_box .img_box .swiper-wrapper{}
.banner_box .img_box .swiper-slide{
    text-align: center;
}
.banner_box .img_box .swiper-slide{}
.banner_box .img_box .swiper-pagination{}
.banner_box .img_box .swiper-pagination .swiper-pagination-bullet{
    opacity: 1;
    background: #ffffff;
    width: 10px;
    height: 10px;
}
.banner_box .img_box .swiper-pagination .swiper-pagination-bullet-active{
    background: #0070bd;
}
.banner_box .img_box img {
	max-width: 100%;
	width: 100%;
}
.banner_box .form_box {
	position: absolute;
	top: 58px;
	right: 43px;
	max-width: 480px;
	background: #0070bd;
	padding: 50px;
	border-radius: 5px;
	z-index: 2;
}
.banner_box #hmessage{} 
.banner_box .form_box .form_head {
	text-align: center;
	color: #fff
}
.banner_box .form_box .form_head img {
	max-width: 80px;
	margin-bottom: 5px
}
.banner_box .form_box .form_head p {
	font-family: 'PuHuiTiBold';
	font-size: 40px
}
.banner_box .form_box .form_head span {
	font-size: 16px;
	line-height: 24px
}
.banner_box .form_box .form_main {
	margin-top: 30px
}
.banner_box .form_box .form_main .input input,.banner_box .form_box .form_main textarea {
	border: 0;
	width: 100%;
	margin-bottom: 6px;
	padding-left: 15px;
	border-radius: 5px;
	font-size: 16px;
	line-height: 24px
}
.banner_box .form_box .form_main .input input {
	line-height: 50px
}
.banner_box .form_box .form_main textarea {
	height: 175px;
	padding: 15px;
	resize: none
}
.banner_box .form_box .form_main .btn_effect1 {
	border: 0;
	border-radius: 5px;
	height: 50px;
	line-height: 50px;
	width: 100%;
	background: #ffffff;
	color: #0070bd;
	font-size: 18px;
	font-family: 'PuHuiTiBold';
}
.banner_box .form_box .form_main .btn_effect1:hover {
	color: #0070bd
}
.banner_box .form_box>p {
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-top: 25px
}
.section_head {
	text-align: center
}
.section_head .block_title {
	position: relative;
	font-family: 'PuHuiTiBold';
	font-size: 36px;
	max-width: 80%;
	margin: auto;
	line-height: 46px;
	margin-bottom: 10px
}
.section_head .block_title:before {
	content: '';
	display: block;
	width: 78px;
	height: 59px;
	background: url(/res/magic/images/loading_04.png);
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -55px;
}
.section_head .block_title span {
	color: #0070bd
}
.section_head .block_remark {
	font-size: 16px;
	line-height: 26px;
	max-width: 65%;
	margin: auto
}
.section1 {
	padding-top: 90px;
	/* background: #f6f6f6; */
}
.section1 .section1_box {
	display: flex
}
.section1 .section1_box .item {
	width: 25%;
	text-align: center;
	padding: 3%;
}
.section1 .section1_box .item .img_box img {
	max-width: 70px;
	margin-bottom: 20px;
	transition: all .4s linear
}
.section1 .section1_box .item .text_box p {
	font-size: 26px;
	font-family: 'PuHuiTiBold';
}
.section1 .section1_box .item .text_box span {
	font-size: 16px;
	display: inline-block;
	max-width: 90%;
	margin-top: 15px
}
.section1 .section1_box .item:hover .img_box img {
	transform: rotate(45deg)
}
.section2 {
	border-bottom: 1px solid #e9e9e9;
	padding-top: 90px;
	padding-bottom: 60px
}
.section2 .section2_box {
	padding: 50px 0
}
.section2 .section2_box .swiper-slide .img_box {
	text-align: center
}
.section2 .section2_box .swiper-slide .img_box:hover {
	box-shadow: 0 0 34px rgba(0,0,0,.15)
}
.section3 {
	padding-top: 90px;
	padding-bottom: 50px
}
.section3 .section3_box {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px
}
.section3 .section3_box .item {
	width: 25%;
	padding-right: 10px;
	margin-bottom: 20px
}
.section3 .section3_box .item .img_box {
	overflow: hidden
}
.section3 .section3_box .item .img_box img {
	max-width: 100%
}
.section3 .section3_box .item .text_box {
	color: #333333;
}
.section3 .section3_box .item .text_box p {
	font-size: 20px;
	font-family: 'PuHuiTiMedium';
	margin: 15px 0;
	color: #0070bd;
}
.section3 .section3_box .item .text_box span {
	font-size: 16px;
	white-space: pre-line;
	width: 100%
}
.section3 .section3_box .item .other {
	margin: 15px 0
}
.section4 {
	margin-bottom: 80px
}
.section4 .section4_box {
	border-radius: 5px;
	background-color: #0070bd;
	box-shadow: 0 0 16px 0 #008bca3b;
	display: flex;
	justify-content: space-between;
	padding: 30px 40px;
	align-items: center
}
.section4 .section_head {
	text-align: left;
	color: #fff;
	max-width: 55%
}
.section4 .section_head .block_title {
	max-width: 100%;
	margin-bottom: 0;
}
.section4 .section_head .block_title:before {
	display: none
}
.section4 .section_head .block_remark {
	max-width: 100%
}
.section4 .section4_box .right {
	border: 0;
	border-radius: 5px;
	background: #2c2c2c;
	/* color: #fff; */
	font-size: 18px;
	font-family: 'PuHuiTiBold';
}
.section4 .section4_box .right .btn_effect1 {
	color: #ffffff;
	padding: 20px 27px;
	display: inline-block
}
.section4 .section4_box .right .btn_effect1:hover {
	/* color: #0070bd; */
}
.section5 {
	padding: 90px 0
}
.section5 .section_head {
	color: #fff
}
.section5 .section_head .block_title {
	margin-bottom: 30px
}
.section5 .section_head .block_remark {
	white-space: pre-line;
	font-size: 16px;
	line-height: 30px;
	max-width: 70%
}
.section5 .section5_box {
	max-width: 71.5%;
	margin: auto;
	margin-top: 50px;
	position: relative
}
.section5 .section5_box .img_box {
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	z-index: 1
}
.section5 .section5_box .img_box img:last-child {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
	animation: rotate360 3s linear infinite
}
.section5 .section5_box .iframe_box {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 5px;
	overflow: hidden;
	z-index: -1
}
.section6 {
	padding: 90px 0;
	margin-bottom: 90px;
	border-bottom: 1px solid #e9e9e9
}
.section6 .auto-container {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between
}
.section6 .section_head {
	margin-bottom: 25px
}
.section6 .section_head .block_title {
	max-width: 100%;
	font-size: 26px;
	line-height: normal;
	margin-bottom: 5px;
	font-family: 'Philosopher';
}
.section6 .section_head .block_title:before {
	display: none
}
.section6 .section_head .block_remark {
	max-width: 100%;
	font-size: 18px
}
.section6 .section6_box {
	display: flex;
	flex-wrap: wrap;
	width: 69.285%;
	justify-content: space-between;
	gap: 20px;
}
.section6 .section6_box .item {
	/* width: 49.4845%; */
	/* margin-bottom: 10px; */
	/* border-radius: 5px; */
	/* overflow: hidden; */
	flex: 0 0 calc((100% - 1 * 20px) / 2);
}
.section6 .section6_box .item:nth-last-child(1),.section6 .section6_box .item:nth-last-child(2) {
	/* margin-bottom: 0; */
}
.section6 .section6_box .item .img_box {
	/* padding-right: 10px; */
	width: 100%;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
}
.section6 .section6_box .item .img_box a{
    display: block;
    height: 100%;
    overflow: hidden;
}
.section6 .section6_box .item .img_box a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section6 .section6_form {
	width: 28.571%;
	margin-right: 2.1428%;
	background: #d8d8d8;
	padding: 30px 24px;
	border-radius: 5px
}
.section6 .section6_form .input input,.section6 .section6_form textarea {
	border: 0;
	width: 100%;
	margin-bottom: 6px;
	padding-left: 15px;
	border-radius: 5px;
	font-size: 16px;
	line-height: 24px
}
.section6 .section6_form .input input {
	line-height: 50px
}
.section6 .section6_form textarea {
	height: 120px;
	padding: 15px;
	resize: none
}
.section6 .section6_form .btn_effect1 {
	border: 0;
	border-radius: 5px;
	height: 50px;
	line-height: 50px;
	width: 100%;
	background: #ffffff;
	color: #0070bd;
	font-size: 18px;
	font-family: 'PuHuiTiBold';
}
.section6 .section6_form .btn_effect1:hover {
	color: #0070bd
}
.section6 .section6_form>p {
	font-size: 16px;
	text-align: center;
	margin-top: 20px
}
.section7 {
	padding-bottom: 70px;
	border-bottom: 1px solid #e9e9e9
}
.section7 .section7_box {
	position: relative;
	margin-top: 90px
}
.section7 .section7_box .section7_item_box {
	display: flex;
	flex-wrap: wrap;
	padding-top: 60px
}
.section7 .section7_box .section7_item_box .item {
	width: 50%;
	margin-bottom: 30px
}
.section7 .section7_box .section7_item_box .item:nth-child(even) {
	padding-left: 27%
}
.section7 .section7_box .section7_item_box .item:nth-child(odd) {
	padding-right: 27%
}
.section7 .section7_box .section7_item_box .item i {
	font-style: normal;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: #d6d6d6;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	font-family: 'PuHuiTiBold';
	margin-bottom: 10px
}
.section7 .section7_box .section7_item_box .item p {
	font-size: 24px;
	font-family: 'PuHuiTiBold';
	margin-bottom: 10px
}
.section7 .section7_box .section7_item_box .item span {
	font-size: 16px;
	line-height: 26px
}
.section7 .section7_box .section7_icon {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	z-index: -1;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center
}
.section8 {
	padding: 90px 0;
	border-bottom: 1px solid #e9e9e9
}
.section8 .section8_box {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.section8 .section8_box .item {
	width: 49.2857%;
	margin-bottom: 20px;
	position: relative
}
.section8 .section8_box .item .img_box {
	overflow: hidden
}
.section8 .section8_box .item .text_box {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgb(0 0 0 / 50%);
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding: 0 10px;
	font-size: 24px;
	font-family: 'PuHuiTiBold';
	color: #fff
}
.section9 {
	padding: 100px 0
}
.section9 .section_head {
	text-align: left
}
.section9 .section_head .block_title {
	max-width: 100%
}
.section9 .section_head .block_title:before {
	display: none
}
.section9 .section_head .block_remark {
	max-width: 100%
}
.section9 .auto-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.section9 .section9_box {
	max-width: 67.1428%
}
.section9 .section9_item_box {
	margin-top: 53px;
	display: flex;
	justify-content: space-between
}
.section9 .section9_item_box .item_box {
	width: 49.3%
}
.section9 .section9_item_box .item_box .item {
	border-top-left-radius: 30px;
	background: #f3f3f3;
	position: relative;
	margin-bottom: 13px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	cursor: pointer;
	transition: all .4s linear
}
.section9 .section9_item_box .item_box .item:last-child {
	margin-bottom: 0
}
.section9 .section9_item_box .item_box .item .item_head,.section9 .section9_item_box .item_box .item .text_box {
	padding-left: 60px;
	padding-right: 35px;
	width: 100%
}
.section9 .section9_item_box .item_box .item .item_head {
	min-height: 80px;
	display: flex;
	align-items: center
}
.section9 .section9_item_box .item_box .item:before {
	content: '?';
	display: block;
	width: 40px;
	height: 40px;
	background: #c9c9c9;
	border-radius: 30px 0;
	font-size: 22px;
	font-family: 'PuHuiTiBold';
	text-align: center;
	line-height: 40px;
	position: absolute;
	top: 0;
	color: #ffffff;
	transition: background .4s linear
}
.section9 .section9_item_box .item_box .item .item_head .title {
	font-size: 20px;
	font-family: 'PuHuiTiBold';
	transition: all .4s linear
}
.section9 .section9_item_box .item_box .item:hover .item_head .title{
	color: #ffffff;
}
.section9 .section9_item_box .item_box .item .text_box {
	font-size: 16px;
	white-space: pre-line;
	padding-bottom: 40px;
}
.section9 .section9_item_box .item_box .item.active,.section9 .section9_item_box .item_box .item.active:hover{
	background: #c9c9c9;
}
.section9 .section9_item_box .item_box .item:hover {
	background: rgb(0 112 189 / 50%);
}

.section9 .section9_item_box .item_box .item.active:before,.section9 .section9_item_box .item_box .item:hover:before {
	background: #0070bd;
	color: #fff
}
.section9 .section9_icon {
	max-width: 28.5714%;
	border-radius: 5px;
	overflow: hidden
}
.section10 {
	position: relative
}
.section10 .auto-container {
	display: flex;
	color: #fff;
	padding: 65px 0;
	position: relative;
	z-index: 2
}
.section10:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 50%;
	height: 100%;
	background: rgb(0 160 233 / 10%);
	z-index: 1
}
.section10 .section10_from {
	width: 50%;
	padding-right: 8.5714%
}
.section10 .section_head {
	text-align: left
}
.section10 .section_head .block_title {
	max-width: 100%
}
.section10 .section_head .block_title:before {
	display: none
}
.section10 .section_head .block_remark {
	max-width: 100%
}
.section10 .section10_from form {
	margin-top: 30px
}
.section10 .section10_from .input {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.section10 .section10_from .input>div {
	width: 49.14%;
	margin-bottom: 10px
}
.section10 .section10_from .input input,.section10 .section10_from textarea {
	width: 100%;
	font-size: 16px;
	border: 0;
	border-radius: 5px;
	color: #222
}
.section10 .section10_from .input input {
	padding-left: 15px;
	height: 50px;
	line-height: 50px
}
.section10 .section10_from textarea {
	padding: 15px;
	height: 200px;
	resize: none
}
.section10 .section10_from .btn_effect1 {
	border: 0;
	background: #0070bd;
	font-size: 18px;
	font-family: 'PuHuiTiBold';
	border-radius: 5px;
	padding: 20px 42px;
	margin-top: 15px
}
.section10 .section10_contact {
	width: 50%;
	padding-left: 11.0714%
}
.section10 .section10_contact .section_head {
	padding-bottom: 30px;
	border-bottom: 1px solid rgb(255 255 255 / 20%)
}
.section10 .section10_contact .section10_main {
	padding: 45px 0;
	border-bottom: 1px solid rgb(255 255 255 / 20%)
}
.section10 .section10_contact .section10_main .item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px
}
.section10 .section10_contact .section10_main .item:last-child {
	margin-bottom: 0
}
.section10 .section10_contact .section10_main .item .icon_box {
	margin-right: 15px
}
.section10 .section10_contact .section10_main .item .icon_box img {
	width: 30px
}
.section10 .section10_contact .section10_main .item .text_box {
	max-width: 80%
}
.section10 .section10_contact .section10_main .item .text_box a {
	font-size: 24px;
	font-family: 'PuHuiTiBold';
	color: #fff;
	display: inline-block;
	width: 100%
}
.section10 .section10_contact .section10_bottom a:hover,.section10 .section10_contact .section10_main .item .text_box a:hover {
	opacity: .7
}
.section10 .section10_contact .section10_bottom {
	padding-top: 35px
}
.section10 .section10_contact .section10_bottom a,.section10 .section10_contact .section10_bottom p {
	font-size: 16px;
	line-height: 40px
}
.section10 .section10_contact .section10_bottom a {
	color: #fff
}
.loading-box {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 999;
  text-align: center;
  top: 0;
  padding-top: 20%;
  display: none;
}
@media (max-width:1600px) {
	.banner_box .form_box {
		padding: 15px 20px;
        top: 20px;
	}
	.banner_box .form_box .form_main .input input {
		line-height: 45px
	}
	.banner_box .form_box .form_main textarea {
		height: 130px
	}
}
@media (max-width:1400px) {
	.auto-container {
		max-width: 96%
	}
	.banner_box .form_box .form_head p {
		font-size: 30px
	}
	.banner_box .form_box .form_head span {
		font-size: 14px
	}
	.banner_box .form_box .form_main .input input,.banner_box .form_box .form_main textarea {
		font-size: 14px
	}
	.banner_box .form_box .form_main .input input {
		line-height: 40px
	}
	.banner_box .form_box .form_main .btn_effect1 {
		font-size: 16px
	}
	.banner_box .form_box>p {
		font-size: 14px
	}
	.section_head .block_title {
		font-size: 30px;
		line-height: 36px
	}
	.section1 {
		padding-top: 60px
	}
	.section1 .section1_box .item .text_box p {
		font-size: 20px
	}
	.section1 .section1_box .item .text_box span {
		font-size: 14px
	}
	.section2 {
		padding-top: 60px;
		padding-bottom: 40px
	}
	.section2 .section_head .block_remark {
		font-size: 14px;
		line-height: 24px
	}
	.section3 {
		padding-top: 60px;
		padding-bottom: 25px
	}
	.section3 .section3_box .item .text_box p {
		font-size: 16px;
	}
	.section3 .section3_box .item .text_box span {
		font-size: 15px;
	}
	.section4 {
		margin-bottom: 60px
	}
	.section4 .section4_box .right {
		font-size: 16px
	}
	.section5 {
		padding: 60px 0
	}
	.section5 .section_head .block_remark {
		font-size: 16px;
		line-height: 24px
	}
	.section6 {
		padding: 60px 0;
		margin-bottom: 60px
	}
	.section6 .section6_form .input input,.section6 .section6_form textarea {
		font-size: 14px
	}
	.section6 .section6_form .input input {
		line-height: 40px
	}
	.section6 .section6_form textarea {
		line-height: normal
	}
	.section6 .section6_form>p {
		font-size: 14px
	}
	.section7 {
		padding-bottom: 50px
	}
	.section7 .section7_box {
		margin-top: 50px
	}
	.section7 .section7_box .section7_item_box .item:nth-child(even) {
		padding-left: 20%
	}
	.section7 .section7_box .section7_item_box .item:nth-child(odd) {
		padding-right: 20%
	}
	.section7 .section7_box .section7_item_box .item p {
		font-size: 20px;
	}
	.section7 .section7_box .section7_item_box .item span {
		font-size: 16px;
		line-height: 22px
	}
	.section7 .section7_box .section7_icon img {
		max-width: 410px
	}
	.section8 {
		padding: 60px 0
	}
	.section8 .section8_box .item .text_box {
		font-size: 22px;
		height: 50px;
		line-height: 50px
	}
	.section9 {
		padding: 60px 0
	}
	.section9 .section9_item_box .item_box .item .item_head {
		min-height: 60px
	}
	.section9 .section9_item_box .item_box .item .item_head .title {
		font-size: 16px
	}
	.section9 .section9_item_box .item_box .item .text_box {
		font-size: 14px;
		padding-bottom: 30px
	}
	.section10 .auto-container {
		padding: 45px 0
	}
	.section10 .section10_from .input input,.section10 .section10_from textarea {
		font-size: 14px
	}
	.section10 .section10_from .input input {
		line-height: 45px;
		height: 45px
	}
	.section10 .section10_from textarea {
		height: 150px
	}
	.section10 .section10_from .btn_effect1 {
		font-size: 16px;
		padding: 15px 36px
	}
	.section10 .section10_contact .section10_main {
		padding: 30px 0
	}
	.section10 .section10_contact .section10_main .item {
		margin-bottom: 15px
	}
	.section10 .section10_contact .section10_main .item .text_box a {
		font-size: 20px
	}
	.section10 .section10_contact .section10_bottom {
		padding-top: 20px
	}
	.section10 .section10_contact .section10_bottom a,.section10 .section10_contact .section10_bottom p {
		line-height: 30px
	}
}
@media (max-width:768px) {
	.banner_box {
		overflow: hidden;
		
	}
	.banner_box .img_box {
		margin-bottom: 10px
	}
	.banner_box .form_box {
		padding: 20px;
		position: unset;
	}
	.section_head .block_title {
		font-size: 20px;
		line-height: normal;
		max-width: 100%
	}
	.section_head .block_title:before {
		/*top: -35px*/
	}
	.section_head .block_remark {
		max-width: 100%
	}
	.section1 {
		padding-top: 40px
	}
	.section1 .section1_box {
		flex-wrap: wrap;
		margin-top: 15px
	}
	.section1 .section1_box .item {
		width: 50%;
		padding: 10px
	}
	.section1 .section1_box .item .img_box img {
		max-width: 60px;
		margin-bottom: 15px
	}
	.section1 .section1_box .item .text_box p {
		font-size: 16px;
	}
	.section1 .section1_box .item .text_box span {
		max-width: 100%;
		margin-top: 10px;
		font-size: 15px;
	}
	.section2 {
		padding-bottom: 20px
	}
	.section2 .section2_box {
		padding: 30px 0
	}
	.section3 .section3_box {
		margin-top: 30px;
		justify-content: space-between
	}
	.section3 .section3_box .item {
		width: 49%;
		padding: 0;
		margin-bottom: 10px
	}
	.section3 .section3_box .item .text_box p {
		-webkit-line-clamp: 2;
		min-height: 52px
	}
	.section4 {
		margin-bottom: 40px
	}
	.section4 .section4_box {
		flex-direction: column;
		padding: 30px
	}
	.section4 .section_head {
		max-width: 100%;
		margin-bottom: 20px;
		text-align: center
	}
	.section4 .section_head .block_title {
		margin-bottom: 20px
	}
	.section4 .section_head .block_remark {
		line-height: 24px;
	}
	.section4 .section4_box .right .btn_effect1 {
		padding: 15px 20px
	}
	.section5 {
		padding-bottom: 40px
	}
	.section5 .section_head .block_remark {
		max-width: 100%
	}
	.section5 .section5_box {
		max-width: 100%;
		margin-top: 40px
	}
	.section5 .section5_box .img_box img {
		max-width: 100%
	}
	.section5 .section5_box .img_box img:last-child {
		max-width: 50px
	}
	.section5 .section5_box .iframe_box iframe {
		height: 100%
	}
	.section6 {
		padding: 40px 0;
		margin-bottom: 60px
	}
	.section6 .auto-container {
		display: flex;
		flex-direction: column
	}
	.section6 .section6_box {
		width: 100%;
		margin-bottom: 20px;
		gap: 15px;
	}
	.section6 .section6_box .item {
		/* margin-bottom: 10px; */
		width: 100%;
		flex: 0 0 calc((100% - 1 * 15px) / 2);
	}
	.section6 .section6_box .item:nth-last-child(1),.section6 .section6_box .item:nth-last-child(2) {
		/* margin-bottom: 10px; */
	}
	.section6 .section6_box .item .img_box {
		/* padding: 0; */
	}
	.section6 .section6_box .item .img_box img {
		max-width: 100%
	}
	.section6 .section6_form {
		width: 100%;
		padding: 25px
	}
	.section7 {
		padding-bottom: 30px
	}
	.section7 .section7_box {
		margin-top: 0
	}
	.section7 .section7_box .section7_item_box {
		padding-top: 40px
	}
	.section7 .section7_box .section7_item_box .item {
		margin-bottom: 20px;
		width: 100%
	}
	.section7 .section7_box .section7_item_box .item:nth-child(even) {
		padding: 0
	}
	.section7 .section7_box .section7_item_box .item:nth-child(odd) {
		padding: 0
	}
	.section7 .section7_box .section7_item_box .item i {
		background: #0070bd;
		color: #fff
	}
	.section7 .section7_box .section7_icon {
		display: none
	}
	.section7 .section7_box .section7_icon img {
		max-width: 355px
	}
	.section8 {
		padding-bottom: 40px
	}
	.section8 .section8_box {
		margin-top: 40px
	}
	.section8 .section8_box .item {
		width: 100%;
		margin-bottom: 10px
	}
	.section8 .section8_box .item .img_box img {
		max-width: 100%
	}
	.section8 .section8_box .item .text_box {
		font-size: 18px
	}
	.section9 {
		padding: 40px 0
	}
	.section9 .auto-container {
		flex-direction: column
	}
	.section9 .section9_box {
		max-width: 100%
	}
	.section9 .section9_item_box {
		margin-top: 40px;
		flex-wrap: wrap
	}
	.section9 .section9_item_box .item_box {
		width: 100%;
		margin-bottom: 10px
	}
	.section9 .section9_item_box .item_box .item,.section9 .section9_item_box .item_box .item:last-child{
    margin-bottom: 20px;
}
	.section9 .section9_item_box .item_box .item .item_head {
		padding-left: 45px;
		padding-right: 10px;
		/* display: flex; */
		/* align-items: center; */
		min-height: 35px;
	}
	.section9 .section9_item_box .item_box .item:before {
		width: 35px;
		height: 35px;
		border-radius: 20px 0
	}
	.section9 .section9_item_box .item_box .item .item_head .title {
		font-size: 18px;
	}
	.section9 .section9_item_box .item_box .item .text_box {
		padding: 0 20px;
		padding-bottom: 20px;
		margin-top: -10px;
		font-size: 16px
	}
	.section9 .section9_icon {
		max-width: 100%;
		margin-top: 20px
	}
	.section9 .section9_icon img {
		max-width: 100%;
		width: 100%;
		height: 300px;
		object-fit: cover
	}
	.section10 .auto-container {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		padding-bottom: 70px
	}
	.section10:before {
		width: 100%;
		height: 53%
	}
	.section10 .section10_from {
		width: 100%;
		padding-right: 0;
		margin-bottom: 60px
	}
	.section10 .section10_from .input>div {
		width: 100%
	}
	.section10 .section10_contact {
		width: 100%;
		padding-left: 0
	}
	.section10 .section10_contact .section10_main {
		padding: 25px 0
	}
	.section10 .section10_contact .section10_main .item .text_box a {
		font-size: 18px
	}
	.section10 .section10_contact .section10_bottom a {
		display: inline-block;
		width: 100%;
		text-align: center
	}
}