* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'HarmonyOS Sans SC', 'SimSun', 'SimHei', 'Arial', 'sans-serif';
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Medium";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Medium.ttf') format('truetype');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Medium.ttf') format('truetype');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Light";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Light.ttf') format('truetype');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Bold";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Bold.ttf') format('truetype');
}

@font-face {
	font-family: "Poppins";
	/* Project id 3544394 */
	src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}

@font-face {
	font-family: "Century Gothic";
	/* Project id 3544394 */
	src: url('../fonts/GOTHIC.TTF') format('truetype');
}

@font-face {
	font-family: "Antonio";
	/* Project id 3544394 */
}

a:link,
a:active,
a:visited,
a:hover,
	{
	background: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}

.content1300 {
	margin: 0 auto;
	width: 1300px;
	max-width: 94%;
}
.content1440 {
	margin: 0 auto;
	width: 1440px;
	max-width: 94%;
}
.content1400 {
	margin: 0 auto;
	width: 1400px;
	max-width: 94%;
}

.content1240 {
	margin: 0 auto;
	width: 1240px;
	max-width: 94%;
}

.content1200 {
	margin: 0 auto;
	width: 1200px;
	max-width: 94%;
}

.content1500 {
	margin: 0 auto;
	width: 1500px;
	max-width: 94%;
}

.content1600 {
	margin: 0 auto;
	width: 1600px;
	max-width: 94%;
}

.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.05);
}

.imgScale {
	transition: all 1s;
	display: block;
	width: 100%;
}
.indexTitle .title{
	font-size: 40px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	display: flex;
	align-items: center;
}
.indexTitle .title .bullet{
	width: 15px;
	height: 15px;
	background: #D4000C;
	border-radius: 50%;
	box-shadow: 11px 0 rgba(235, 235, 235, 1);
	margin-left: 19px;
}
.indexTitle .des{
	font-size: 24px;
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	color: #333333;
	line-height: 40px;
	margin-top: 10px;
	text-transform: uppercase;
}
.indexTitle1 .title,
.indexTitle1 .des{
	color: #fff;
}
.header {/* 
	;
	left: 0;
	top: 0; */
	/* position: relative; */
	
	position: absolute;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	padding: 0 5.2%;
	/*box-shadow: 0px 0px 25px 0px rgba(42, 42, 42, 0.1);*/
	
}
.header.active1{
    position: fixed;
    z-index: 9999;
}
.header .content{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header.active {
	background-color: transparent;
}
.header .nav{
	display: flex;
}
.header .nav li{
	position: relative;
}
.header .nav li.active>a,
.header .nav li:hover>a{
	color: rgba(212, 0, 12, 1);
}
.header .nav li>a{
	display: block;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(68, 68, 68, 1);
	line-height: 90px;
}
.header.active .nav li>a{
    color: #fff;
}
.header .nav li:not(:last-child){
	margin-right: 60px;
}
.header .nav li .subNav{
	position: absolute;
	padding: 20px 0;
	width: 130px;
	background-color: #fff;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}
.header .nav li:hover .subNav{
	display: block;
}
.header .nav li .subNav a{
	display: block;
	font-size: 15px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 36px;
	text-align: center;
}
.header .nav li .subNav a:hover{
	color: rgba(212, 0, 12, 1);
}
.header .nav li .subNav1{
	position: fixed;
	left: 0;
	width: 100%;
	background-color: #fff;
	padding: 60px 0;
	z-index: -1;
	box-shadow: 0px 0px 25px 0px rgba(42, 42, 42, 0.1);
	display: none;
}
.header .nav li:hover .subNav1{
	display: block;
}
.header .nav li .subNav1 .content1400{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .nav li .subNav1-l .items{
	display: flex;
}
.header .nav li .subNav1-l .items .item:not(:last-child){
	margin-right: 120px;
}
.header .nav li .subNav1-l .item-title{
	font-size: 24px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 1;
}
.header .nav li .subNav1-l .item:hover .item-title{
	color: #D4000C;
}
.header .nav li .subNav1-l .line{
	width: 30px;
	height: 2px;
	background: #D4000C;
	margin-top: 20px;
}
.header .nav li .subNav1-l .item-des{
	margin-top: 16px;
}
.header .nav li .subNav1-l .item-des a{
	display: block;
	font-size: 15px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 36px;
}
.header .nav li .subNav1-l .item-des a:hover{
	color: rgba(212, 0, 12, 1);
}
.header .nav li .subNav1-r{
	border-left: 1px solid rgba(229, 229, 229, 1);
	padding-left: 40px;
}
.header .nav li .subNav1-r a{
	display: flex;
	width: 145px;
	border-bottom: 1px solid rgba(229, 229, 229, 1);
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 1;
	padding: 33px 0;
}
.header .nav li .subNav1-r a:hover{
	color: rgba(212, 0, 12, 1);
}
.header .nav li .subNav1-r a:first-child{
	padding-top: 0;
}
.header .nav li .subNav1-r a .iconfont{
	color: RGBA(11, 11, 11, 1);
}
.header .nav li .subNav1-r a:hover .iconfont{
	color: rgba(212, 0, 12, 1);
}
.header .logo{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.header .logo img{
	display: block;
}
.header .r{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
}
.header .r .tel{
	display: flex;
	align-items: center;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 500;
	color: #444444;
	line-height: 28px;
}
.header .r .tel .icon{
	width: 30px;
	height: 30px;
	border: 2px solid rgba(220, 220, 220, .5);
	border-radius: 50%;
	text-align: center;
	margin-right: 11px;
}
.header.active .r .tel .icon{
    border-color: #fff;
    color: #fff;
}
.header .r .tel .icon .iconfont{
	font-size: 20px;
}
.header .r .searchBtn{
	margin-left: 35px;
	cursor: pointer;
}
.header .r .searchBtn .iconfont{
	font-size: 20px;
	color: RGBA(88, 88, 88, 1);
}
.header.active .r .tel,
.header.active .r .searchBtn .iconfont{
    color: #fff;
}
.header .searchBox{
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0 5.2%;
	text-align: right;
	display: none;
	background-color: #fff;
	z-index: -1;
	box-shadow: 0px 0px 25px 0px rgba(42, 42, 42, 0.1);
}
.header .searchBox form{
	height: 70px;
	display: inline-flex;
	align-items: center;
	width: 870px;
	max-width: 100%;
}
.header .searchBox form .icon-sousuo{
	color: RGBA(61, 61, 61, 1);
	font-size: 20px;
}
.header .searchBox form input{
	flex: 1;
	width: 100%;
	border: none;
	outline: none;
	margin: 0 19px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #AAAAAA;
	line-height: 28px;
}
.header .searchBox form input::placeholder{
	color: rgba(170, 170, 170, 1);
}
.header .searchBox .icon-guanbi{
	color: #000;
	font-size: 20px;
	cursor: pointer;
}
.commonMore{
	display: block;
	width: 180px;
	height: 52px;
	border-radius: 4px;
	background: linear-gradient(to left, #D4000C, #FD7457);
	padding: 2px;
	transition: all .6s;
}
.commonMore .moreContainer{
	display: flex;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 4px;
	padding: 0 25px;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 500;
	color: #D4000C;
	transition: all .6s;
}
.commonMore .moreContainer:hover{
	background-color: transparent;
	color: #fff;
}
.commonMore .moreContainer .iconfont{
	position: relative;
	font-size: 5px;
	z-index: 3;
	transform: scale(.75);
}
.commonMore .moreContainer .iconfont::after{
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%)scale(1.1);
	right: -4px;
	width: 22px;
	height: 22px;
	border: 2px solid #D4000C;
	opacity: 0.3;
	border-radius: 50%;
	border-left-color: transparent;
	transition: all .6s;
}
.commonMore:hover .moreContainer .iconfont::after{
	border-color: #fff;
	border-left-color: transparent;
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0%, 0px, 0);
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}
.m_right {
	display: none;
}

.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55);
	display: none;
	z-index: 999;
}

.modal .shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.pagination ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.pagination ul li {
	width: 48px;
	height: 48px;
	background: #E8E8E8;
	line-height: 48px;
	text-align: center;
	/* background: #FFFFFF; */
	font-size: 14px;
	color: rgba(102, 102, 102, 1);
	margin: 5px;
	cursor: pointer;
}
.pagination ul li .iconfont {
	font-size: 18px;
}

.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(212, 0, 12, 1);
}

.pagination ul li a {
	color: rgba(153, 153, 153, 1);
	display: block;
}

.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
}
.footer{
	background-image: url(../img/footer-bg2.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left bottom;
	background-color: RGBA(245, 245, 245, 1);
}
.footer-t{
	background-image: url(../img/footer-bg1.jpg);
	background-size: cover;
	padding: 60px 0;
}
.footer-t .content1400{
	display: flex;
	justify-content: space-between;
}
.footer-t .indexTitle .title,
.footer-t .indexTitle .des{
	color: #fff;
}
.footer-t .indexTitle .title .bullet{
	width: 15px;
	height: 15px;
	background: rgba(255, 255, 255, .8);
	border-radius: 50%;
	box-shadow: 11px 0 rgba(255, 255, 255, .4);
}
.footer-t .commonMore{
	background: transparent;
	border: 2px solid #fff;
}
.footer-t .commonMore .moreContainer{
	background-color: transparent;
	color: #fff;
}
.footer-t .commonMore .moreContainer .iconfont::after{
	border-color: rgba(255, 255, 255);
	border-left: transparent;
}
.footer-c{
	padding-top: 60px;
}
.footer-c-t{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-c-t .logo img{
	max-height: 100px;
}
.footer-c-t .friendLinks{
	position: relative;
}
.footer-c-t .friendLinks-t{
	width: 210px;
	height: 48px;
	border: 1px solid #E0E0E0;
	border-radius: 5px;
	display: flex;
	padding: 0 24px;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.footer-c-t .friendLinks-b{
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
	z-index: 2;
	display: none;
}
.footer-c-t .friendLinks-b a{
	display: block;
	line-height: 2.3;
	padding: 0 24px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	transition: all .6s;
}
.footer-c-t .friendLinks:hover .friendLinks-b{
	display: block;
}
.footer-c-t .friendLinks-b a:hover{
	background-color: rgba(212, 0, 12, .8);
	color: #fff;
}
.footer-c-c{
	margin-top: 46px;
	border-top: 1px solid rgba(215, 217, 219, .5);
	border-bottom: 1px solid rgba(215, 217, 219, .5);
	padding-top: 45px;
	padding-bottom: 30px;
}
.footer-c-c ul{
	display: flex;
	justify-content: space-between;
}
.footer-c-c .li-title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.footer-c-c .li-des{
	margin-top: 22px;
	display: flex;
}
.footer-c-c .li-des .text-box:not(:last-child){
	margin-right: 36px;
}
.footer-c-c .li-des a{
	display: block;
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 2;
	
}
.footer-c-c .li-des a.text-title{
	color: rgba(0, 0, 0, 1);
}
.footer-c-c .li-des a:not(.text-title):hover{
	color: rgba(212, 0, 12, 1);
}
.footer-c-c .msg{
	margin-top: 85px;
	display: flex;
	justify-content: space-between;
}
.footer-c-c .msg-l .tel{
	font-size: 36px;
	font-family: Arial;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.footer-c-c .msg-l .text-box{
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
	margin-top: 12px;
}
.footer-c-c .msg-l .text-box p{
	display: flex;
	align-items: center;
}
.footer-c-c .msg-l .text-box .iconfont{
	font-size: 22px;
	margin-right: 5px;
	color: RGBA(150, 150, 150, 1);
}
.footer-c-c .msg-r{
	display: flex;
	align-items: center;
}
.footer-c-c .msg-r .ewm{
	display: flex;
	align-items: center;
}
.footer-c-c .msg-r .ewm .ewm-text{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #777777;
	line-height: 18px;
	margin: 0 20px;
}
.footer-c-c .msg-r .icon{
	width: 50px;
	height: 50px;
	line-height: 49px;
	text-align: center;
	border: 1px solid #DCDCDC;
	border-radius: 50%;
	color: RGBA(142, 142, 142, 1);
}
.footer-c-c .msg-r .icon .iconfont{
	font-size: 22px;
}
.footer-b .content1400{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #777777;
	line-height: 29px;
	padding: 25px 0;
}
.footer-b a{
	color: #777;
}
.banner1{
	position: relative;
}
.banner1 .pic img{
	display: block;
	width: 100%;
	min-height: 343px;
	object-fit: cover;
}
.banner1 .banner-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.banner .swiper-slide .title,
.banner1 .banner-box .zh{
	position: relative;
	font-size: 54px;
	font-family: HarmonyOS Sans SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1.22;
}
.banner1 .banner-box .zh::before{
	position: absolute;
	content: "";
	top: 10px;
	left: -47px;
	width: 33px;
	height: 14px;
	background-image: url(../img/dianzui.png);
	background-size: cover;
}
.banner1 .banner-box .en{
	font-size: 40px;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	opacity: 0.5;
	text-transform: uppercase;
	margin-top: 15px;
}
.banner1 .icon{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 80px;
}
.banner1 .icon img{
	display: block;
	animation: drop 3s linear infinite;
}
@keyframes drop{
	0%{
		transform: translateY(0);
		opacity: 1;
	}
	50%{
		transform: translateY(60px);
		opacity: .2;
	}
	100%{
		transform: translateY(0);
		opacity: 1;
	}
}

.m-right-buttom {
	display: none;
}

.m-navbar {
	display: none;
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0%, 0px, 0);
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}
@media (max-width:1600px) {
	.banner1 .banner-box{
		padding: 0 40px;
	}
}

@media (max-width:1500px) {
	
}
@media (max-width:1440px) {
	.header,.header .searchBox{
		padding: 0 3%;
	}
	.header .nav li:not(:last-child){
		margin-right: 40px;
	}
	.banner .swiper-slide .title, .banner1 .banner-box .zh{
		font-size: 40px;
	}
	.banner1 .banner-box .en{
		font-size: 30px;
	}
	.header .nav li .subNav1-l .items .item:not(:last-child){
		margin-right: 70px;
	}
	.indexTitle .title{
		font-size: 36px;
	}
}
@media (max-width:1400px) {
	
}
@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
}

@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
}

@media (max-width:1280px) {
	.banner1 .banner-box .en{
		font-size: 28px;
	}
	.banner .swiper-slide .title, .banner1 .banner-box .zh{
		font-size: 36px;
	}
	.indexTitle .title{
		font-size: 30px;
	}
}

@media (max-width:1199px) {
	.banner1 .icon{
		bottom: 60px;
	}
	.banner1 .icon img{
		width: 36px;
	}
	.banner1 .banner-box .zh::before{
		top: 0;
		left: -30px;
		width: 20px;
		height: 9px;
	}
	.banner1 .banner-box .en{
		font-size: 26px;
	}
	.banner .swiper-slide .title, .banner1 .banner-box .zh{
		font-size: 28px;
	}
	.indexTitle .title{
		font-size: 28px;
	}
	.indexTitle .title .bullet{
		margin-left: 10px;
		width: 10px;
		height: 10px;
	}
	.indexTitle .des{
		font-size: 22px;
		line-height: 1;
	}
	.header .searchBox form{
		height: 50px;
	}
	.header .r .searchBtn{
		margin: 0;
	}
	.header .content{
		height: 60px;
	}
	.header .nav{
		display: none;
	}
	.m-right-buttom {
		display: block;
		cursor: pointer;
		user-select: none;
		margin: 0 20px;
	}

	.m-right-buttom .in {
		height: 30px;
		width: 19px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.m-right-buttom span,
	.m-right-buttom span:after,
	.m-right-buttom span:before {
		display: block;
		height: 2px;
		width: 19px;
		background: #333;
		transition: top .2s linear
	}

	.header.active .m-right-buttom span,
	.header.active .m-right-buttom span:after,
	.header.active .m-right-buttom span:before {
		background: #D4000C;
	}

	.m-right-buttom span {
		transition: all .2s .4s ease, background 0s;
		position: relative
	}

	.m-right-buttom span:after,
	.m-right-buttom span:before {
		position: absolute;
		left: 0;
		content: '';
		transform-origin: 50% 50%;
		transition: top .2s .4s ease, transform .4s ease;
		height: 2px
	}

	.m-right-buttom span:before {
		top: 6px
	}

	.m-right-buttom span:after {
		top: -6px
	}

	.m-right-buttom.active span,
	.header.active .m-right-buttom.active span {
		transition: all .2s 0s ease;
		background: 0 0
	}

	.m-right-buttom.active span:after,
	.m-right-buttom.active span:before {
		transition: top .2s ease, transform .2s .3s ease;
		top: 0;
		width: 19px
	}

	.m-right-buttom.active span:before {
		transform: rotate3d(0, 0, 1, 45deg)
	}

	.m-right-buttom.active span:after {
		transform: rotate3d(0, 0, 1, -45deg)
	}
	.m-navbar.active li{
		border-radius: 5px;
		background-color: #f0f0f0;
	}
	.m-navbar.active li .subNav {
		display: none;
		background-color: #f0f0f0;
		padding: 0 25px;
		border-radius: 0 0 5px 5px;
	}

	.m-navbar.active li .subNav a {
		margin-top: 0;
		background-color: transparent;
		padding: 10px 0 !important;
		border-radius: 0;
		font-size: 14px;
	}
	.m-navbar.active li .subNav .item-title{
		padding: 10px 0 0;
	}
	.m-navbar.active li .subNav a:not(:last-child) {
		border-bottom: 1px solid rgba(193, 199, 208, 0.7);
	}

	.m-navbar ul {
		display: block;
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch
	}

	.m-navbar li {
		display: block;
		width: 100%;
		opacity: 0;
		transform: translateY(32px);
		transition: all .4s ease;
		margin: 0;
	}

	.m-navbar.active li {
		opacity: 1;
		transform: translateY(0);
	}

	.m-navbar li:hover a {
		color: #747474 !important;
	}

	.m-navbar li.active a {
		color: #D4000C !important;
	}

	.m-navbar {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		margin-right: 0;
		top: 0;
		left: 0;
		padding: 100px 4% 20px;
		background-color: #444;
		z-index: 998;
	}

	.m-navbar li+li {
		margin-top: 12px
	}

	.m-navbar li+li {
		margin-left: 0;
		padding: 0
	}

	.m-navbar li+li:after {
		display: none
	}

	.m-navbar li a {
		padding: 9px !important;
		background: #fafafa;
		color: #121212;
		height: auto;
		border-radius: 5px;
		font-weight: 400;
		display: block;
	}
	.footer-c-c ul{
		display: none;
	}
	.footer-c{
		padding-top: 40px;
	}
	.footer-c-c{
		padding: 30px 0;
		margin-top: 30px;
	}
	.footer-c-c .msg{
		margin-top: 0;
	}
}
@media (max-width: 1024px) {
	.banner1 .banner-box .en{
		font-size: 24px;
		margin-top: 5px;
	}
	.banner .swiper-slide .title, .banner1 .banner-box .zh{
		font-size: 26px;
	}
	.indexTitle .title{
		font-size: 26px;
	}
	.indexTitle .des{
		font-size: 20px;
	}
	.footer-c-c .msg{
		flex-direction: column;
	}
	.footer-c-c .msg-r{
		justify-content: center;
		margin-top: 30px;
	}
	.footer-b .content1400{
		padding: 5px 0;
	}
	.commonMore{
		height: 45px;
		width: 140px;
	}
	.commonMore .moreContainer{
		padding: 0;
		justify-content: center;
	}
	.footer-t{
		padding: 50px 0;
	}
}
@media (max-width: 768px) {
	.banner1 .banner-box .en{
		font-size: 22px;
	}
	.commonMore .moreContainer{
		font-size: 14px;
	}
	.commonMore{
		width: 120px;
		height: 40px;
	}
	.footer-t{
		padding: 40px 0;
	}
	.footer-t .content1400{
		flex-direction: column;
	}
	.footer-t .commonMore{
		margin-top: 20px;
	}
	.indexTitle .title,.banner .swiper-slide .title, .banner1 .banner-box .zh{
		font-size: 24px;
	}
	.indexTitle .des{
		font-size: 18px;
	}
	.footer-c-c .msg-l .tel{
		font-size: 30px;
	}
	.footer-c-t .friendLinks-t{
		height: 40px;
	}
	.pagination ul li{
		width: 36px;
		height: 36px;
		line-height: 36px;
	}
	.header .logo img{
		width: 160px;
	}
	.header .content{
		height: 50px;
	}
	.header .searchBox form{
		height: 45px;
	}
	.footer-b .content1400{
		line-height: 20px;
		text-align: center;
		justify-content: center;
	}
	.footer-c{
		padding-top: 30px;
	}
	.footer-c-t .logo img{
		height: 27px;
	}
}	
@media (max-width: 500px) {
	.banner1 .banner-box .en{
		font-size: 20px;
	}
	.footer-t{
		padding: 30px 0;
	}
	.indexTitle .title,.banner .swiper-slide .title, .banner1 .banner-box .zh{
		font-size: 22px;
	}
	.indexTitle .des{
		font-size: 16px;
	}
	.footer-c-t .friendLinks-t{
		width: 160px;
		padding: 0 15px;
	}
	.footer-c-t .friendLinks-b a{
		padding: 0 15px;
	}
	.footer-c-c .msg-l .tel{
		font-size: 26px;
	}
	.header .r .tel{
		display: none;
	}
	.header .content{
		height: 45px;
	}
	.header .searchBox form input{
		margin: 0 15px;
	}
	.footer-c{
		padding-top: 25px;
	}
	.footer-c-c{
		padding: 20px 0;
		margin-top: 25px;
	}
	.footer-c-c .msg-r{
		margin-top: 14px;
	}
	.footer-c-c .msg-r .ewm img{
		width: 80px;
	}
	.footer-c-c .msg-r .ewm .ewm-text{
		margin: 0 10px;
	}
	.footer-c-c .msg-r .icon{
		height: 40px;
		width: 40px;
		line-height: 38px;
	}
}

.box6 {
	background: url(../img/box6-bj.png) no-repeat;
	background-size: cover;
	padding: 10.66666vw 0 12.4vw;
}

.box6 .box1-top p {
	color: #fff;
	margin-bottom: 10.8vw;
	font-family: HarmonyOS_Sans_SC_Regular;
	font-weight: bold;
}

.box6 .box2-boxb {
	margin-top: 8vw;
	color: #fff;
}

.box6 .box2-boxb a {
	color: #fff;
	border-color: #fff;
}