* {
	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.woff2');
}

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

@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.woff');
}
@font-face {
	font-family: "AlimamaShuHeiTi-Bold";
	/* Project id 2871779 */
	src: url('../fonts/AlimamaShuHeiTi-Bold.woff');
}
@font-face {
	font-family: "Rany-Bold";
	/* Project id 2871779 */
	src: url('../fonts/Rany-Bold.otf');
}
@font-face {
	font-family: "Arial-BoldMT";
	/* Project id 2871779 */
	src: url('../fonts/arialbd.ttf');
}
@font-face {
	font-family: "arial.ttf";
	/* Project id 2871779 */
	src: url('../fonts/arial.ttf');
}
@font-face {
	font-family: "Rany";
	/* Project id 2871779 */
	src: url('../fonts/Rany.ttf');
}
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;
}
input,select,textarea{
	/* background-color: red !important; */
}
.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%;
}
.content1720{
	width: 1720px;
	margin: 0 auto;
	max-width: 94%;
}

.hoverLi .pic {
	overflow: hidden;
}

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

.imgScale {
	transition: all 1s;
	display: block;
	width: 100%;
}

.header {
	position: sticky;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: #fff;
}
.header .content{
	padding: 0 2.18% 0 5.2%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .content .logo img{
	display: block;
}
.header .content .r{
	display: flex;
	align-items: center;
}
.header .content .r .nav{
	display: flex;
}
.header .content .r .nav li:not(:last-child){
	margin-right: 50px;
}
.header .content .r .nav li a{
	display: block;
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	line-height: 100px;
	transition: all .6s;
}
.header .content .r .nav li.active a,
.header .content .r .nav li:hover a{
	color: rgba(23, 72, 150, 1);
}
.header .header-email{
	display: flex;
	align-items: center;
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #000000;
	line-height: 1;
	margin: 0 60px;
}
.header .header-email .iconfont{
	font-size: 20px;
	margin-right: 6px;
}
.header .header-contactBtn{
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 48px;
	padding: 0 39px;
	background: #B81B25;
	border-radius: 24px;
}
.header .pc-aslide{
	margin-left: 44px;
}
.header .pc-aslide .iconfont{
	font-size: 24px;
	color: #174896;
	cursor: pointer;
}
.footer{
	background-color: rgba(44, 44, 44, 1);
}
.footer .footer-t{
	padding: 45px 0 60px;
	display: flex;
	justify-content: space-between;
}
.footer .footer-t-l .logo img{
	display: block;
}
.footer .footer-t-l-c{
	display: flex;
	margin-top: 18px;
	align-items: flex-start;
}
.footer .footer-t-l-c .ewm{
	display: block;
	width: 160px;
}
.footer .footer-t-l-c .text-box{
	flex: 1;
	margin-left: 36px;
}
.footer .footer-t-l-c .text-box .item{
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #B9B9B9;
	line-height: 24px;
}
.footer .footer-t-l-c .text-box .item:not(:last-child){
	margin-bottom: 12px;
}
.footer .footer-t-l-c .text-box .item .iconfont{
	color: #fff;
	margin-right: 9px;
}
.footer .footer-t-l-c .text-box .text{
	width: 280px;
}
.footer .social{
	display: flex;
	gap: 12px;
	margin-top: 20px;
}
.footer .social a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: #E2E2E2;
	border-radius: 50%;
	transition: all .6s;
}
.footer .social a .iconfont{
	font-size: 20px;
	color: rgba(44, 44, 44, 1);
	transition: all .6s;
}
.footer .social a:hover .iconfont{
	color: #fff;
}
.footer .social a:hover{
	background-color: rgba(23, 72, 150, 1);
}
.footer-t-r{
	width: 59%;
}
.footer-t-r ul{
	display: flex;
	justify-content: space-between;
}
.footer-t-r li{
	padding-right: 22px;
}
.footer-t-r .li-title{
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}
.footer-t-r .li-des{
	margin-top: 32px;
}
.footer-t-r .li-des p{
	position: relative;
	display: inline-flex;
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: rgba(185, 185, 185, 1);
	line-height: 24px;
}
.footer-t-r .li-des .item:not(:last-child){
	margin-bottom: 16px;
}
.footer-t-r .li-des p .iconfont{
	position: absolute;
	left: 0;
	margin-right: 0;
	width: 0;
	opacity: 0;
	transition: all 1s;
	font-size: 12px;
	font-weight: bold;
}
.footer-t-r .li-des p:hover .iconfont{
	width: auto;
	opacity: 1;
}
.footer-t-r .li-des p a{
	flex: 1;
	color: rgba(185, 185, 185, 1);
	transition: all 1s;
}
.footer-t-r .li-des p:hover a{
	color: #fff;
	transform: translateX(20px);
}
.footer-c{
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #B9B9B9;
	line-height: 24px;
	padding: 20px 3%;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,.3);
}
.inner-title{
	font-family: Arial;
	font-weight: 400;
	font-size: 36px;
	color: #333333;
	line-height: 1;
	text-align: center;
}
.about-title{
	text-align: center;
	font-family: Arial;
	font-weight: 400;
	font-size: 30px;
	color: #333333;
	line-height: 1;
}
.leftNav{
	position: sticky;
	background: #FFFFFF;
	border-radius: 5px;
	top: 137px;
	margin-top: 137px;
	width: 260px;
}
.leftNav a{
	font-family: Arial;
	font-weight: 400;
	font-size: 17px;
	color: rgba(51, 51, 51, 1);
	line-height: 60px;
	padding: 0 22px;
	display: block;
	/* transition: all .6s; */
	border-radius: 5px;
}
.leftNav a.active{
	background-color: rgba(23, 72, 150, 1);
	color: #fff !important;
}
.leftNav a:hover{
	color: rgba(23, 72, 150, 1);
}
.contactBox{
	padding: 80px 0 90px;
	background-color: RGBA(238, 238, 238, 1);
}
.contactBox .box-c{
	padding-left: 300px;
}
.contactBox .about-title{
	font-family: Arial;
	font-weight: bold;
	color: #D21515;
	display: flex;
	/* align-items: center; */
	text-transform: uppercase;
	cursor: pointer;
}
.contactBox .about-title .iconfont{
	font-size: 30px;
	margin-left: 20px;
	transition: all .6s;
}
.contactBox .about-title.active .iconfont{
	transform: rotate(180deg);
}
.contactBox form{
	display: block;
	margin-top: 30px;
	display: none;
}
.contactBox form .inputs{
	display: flex;
	gap: 10px;
}
.contactBox form .inputs-l{
	width: 46.19%;
}
.contactBox form .inputs-r{
	flex: 1;
}
.contactBox form .inputs .input{
	background: #FFFFFF;
	border-radius: 5px;
	border: 1px solid #F1F1F1;
	height: 60px;
	padding: 0 14px;
	display: flex;
	align-items: center;
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
}
.contactBox form .inputs .input:not(:last-child){
	margin-bottom: 10px;
}
.contactBox form .inputs .input label{
	margin-right: 16px;
}
.contactBox form .inputs .input select,
.contactBox form .inputs .input input,
.contactBox form .inputs .input textarea{
	border: none;
	outline: none;
	width: 100%;
	height: 100%;
	flex: 1;
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	resize: none;
}
.contactBox form .inputs-r .input{
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
	padding: 14px;
}
.contactBox form .inputs-r .input .textarea{
	height: auto;
	margin-top: 20px;
}
.contactBox .submit{
	width: 93px;
	height: 48px;
	line-height: 48px;
	background: #FFFFFF;
	border-radius: 5px;
	text-align: center;
	margin-top: 20px;
	cursor: pointer;
	font-size: 18px;
}
.indexContactBox{
	padding: 100px 0 80px;
}
.indexContactBox .box-c{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.indexContactBox .box-c .l{
	position: relative;
	width: 48.54%;
}
.indexContactBox .box-c .l .map,
.indexContactBox .box-c .l .map img{
	display: block;
	width: 100%;
}
.indexContactBox .box-c .l .bullet{
	position: absolute;
	width: 5px;
	height: 5px;
	background: #2F60AD;
	border-radius: 50%;
}
.indexContactBox .box-c .l .bullet1{
	left: 22.15%;
	top: 38.08%;
}
.indexContactBox .box-c .l .bullet2{
	left: 21.67%;
	top: 44.58%;
}
.indexContactBox .box-c .l .bullet3{
	left: 37.72%;
	bottom: 29.96%;
}
.indexContactBox .box-c .l .bullet4{
	left: 47.18%;
	top: 38.62%;
}
.indexContactBox .box-c .l .bullet5{
	left: 49.94%;
	top: 32.2%;
}
.indexContactBox .box-c .l .bullet6{
	left: 54.25%;
	top: 30.32%;
}
.indexContactBox .box-c .l .bullet7{
	left: 54.7%;
	bottom: 25.63%;
}
.indexContactBox .box-c .l .bullet8{
	left: 62.63%;
	top: 45.3%;
}
.indexContactBox .box-c .l .bullet9{
	left: 70.71%;
	top: 48.19%;
}
.indexContactBox .box-c .l .bullet10{
	left: 76.1%;
	top: 56.67%;
}
.indexContactBox .box-c .l .bullet11{
	right: 11.75%;
	bottom: 28.51%;
}
.indexContactBox .box-c .l .bullet12{
	right: 21%;
	top: 46%;
	transform: scale(2);
}
.indexContactBox .box-c .l .bullet13{
	right: 19.04%;
	top: 41.69%;
}
.indexContactBox .box-c .l .bullet14{
	right: 14.25%;
	top: 38.8%;
}
.indexContactBox .box-c .l .bullet::before,
.indexContactBox .box-c .l .bullet::after {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%)scale(5);
	opacity: .5;
	border-radius: 50%;
	background-color: rgba(47, 96, 173, 1);
	animation: round 3s linear infinite;
}
.indexContactBox .box-c .l .bullet::after {
	transform: translate(-50%, -50%)scale(0);
	opacity: .2;
	animation: round 3s 1s linear infinite;
}
.indexContactBox .box-c .l .bullet img{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,120%);
}
.indexContactBox .box-c .l .bullet img.left{
	left: 0;
	bottom: auto;
	top: 50%;
	transform: translate(-120%,-50%);
}
.indexContactBox .box-c .l .bullet img.right{
	left: auto;
	right: 0;
	bottom: auto;
	top: 50%;
	transform: translate(120%,-50%);
}
@keyframes round {
	0% {
		opacity: 1;
		transform: translate(-50%, -50%)scale(0);
	}

	100% {
		opacity: 0;
		transform: translate(-50%, -50%)scale(5);
	}
}
.indexContactBox .box-c .r .title{
	font-size: 30px;
	font-family: Arial-BoldMT;
	color: #174896;
	line-height: 1;
}
.indexContactBox .box-c .r{
	width: 48.83%;
}
.indexContactBox .box-c .r form .inputs{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.indexContactBox .box-c .r form .inputs .input{
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #F1F1F1;
	margin-top: 20px;
	width: 100%;
	padding: 14px;
}
.indexContactBox .box-c .r form .inputs .input.selectInput{
	width: 38.69%;
}
.indexContactBox .box-c .r form .inputs .input.nameInput{
	width: 59.28%;
}
.indexContactBox .box-c .r form .inputs .input.textarea{
	height: 150px;
}
.indexContactBox .box-c .r form .inputs .input select,
.indexContactBox .box-c .r form .inputs .input input[type="text"],
.indexContactBox .box-c .r form .inputs .input textarea{
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #333333;
	background: transparent;
	resize: none;
}
.indexContactBox .box-c .r form .inputs .input input::placeholder,
.indexContactBox .box-c .r form .inputs .input textarea::placeholder{
	color: #999;
}
.indexContactBox .box-c .r form .inputs .input.inputFile{
	border: none;
	display: flex;
	align-items: center;
	padding: 0;
	height: auto;
}
.indexContactBox .box-c .r form .inputs .input.inputFile .file-text{
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.indexContactBox .box-c .r form .inputs .input.inputFile .upload{
	position: relative;
	margin: 0 23px;
}
.indexContactBox .box-c .r form .inputs .input.inputFile input[type="file"]{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	/* cursor: pointer; */
}
.indexContactBox .box-c .r form .inputs .input.inputFile .uploadBtn{
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #999999;
	width: 107px;
	height: 37px;
	line-height: 35px;
	background: linear-gradient(0deg, #E5E5E5, #FFFFFF);
	border: 1px solid #EDEDED;
	text-align: center;
	/* cursor: pointer; */
}
.indexContactBox .box-c .r form .inputs .input.inputFile .file-name{
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #999999;
	word-break: break-all;
	flex: 1;
}
.indexContactBox .box-c .r form .submit{
	width: 93px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #174896;
	margin-top: 36px;
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
}
.banner1{
	position: relative;
}
.banner1 .banner-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	z-index: 2;
}
.banner1 .banner-box .text{
	font-family: Arial;
	font-weight: 400;
	font-size: 60px;
	color: #FFFFFF;
	line-height: 1;
}
.banner1 .pic img{
	display: block;
	width: 100%;
	object-fit: cover;
	min-height: 310px;
}
.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%;
}

.video-content {

	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

}

.modal .close {
	position: absolute;
	right: -26px;
	top: -26px;
	cursor: pointer;
	color: #fff;
	font-size: 24px;
}

.video-content video {
	display: block;
	margin: 0 auto;
	max-width: 90vw;
	max-height: 80vh;
}

.pagination ul {
	display: flex;
	flex-wrap: wrap;
}

.pagination ul li {
	width: 50px;
	height: 50px;
	border: 1px solid #DBDBDB;
	line-height: 50px;
	text-align: center;
	/* background: #FFFFFF; */
	font-size: 16px;
	color: rgba(51, 51, 51, 1);
	margin: 5px;
	cursor: pointer;
}


.pagination ul li .iconfont {
	font-size: 18px;
}

.pagination ul li:hover,
.pagination ul li.active {
	background-color: #174896;
}

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

.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
}

.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;
}
.aslideModal{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	visibility: hidden;
	pointer-events: none;
}
.aslideModal.active{
	visibility: visible;
	pointer-events: inherit;
}
.aslideModal .shadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* background-color: rgba(0,0,0,.7); */
	opacity: 0;
	transition: all .6s;
}
.aslideModal.active .shadow{
	opacity: 1;
}
.aslideContent{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .6s;
	transform: translateY(-100%);
	background-image: url(../img/aslideModal-bg.jpg);
}
.aslideModal.active .aslideContent{
	transform: translateY(0);
}
.aslideContent-t .content1720{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
.aslideContent-t .logo img{
	display: block;
}
.aslideContent-t .close{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	background: #FFFFFF;
	border-radius: 50%;
	color: #174896;
	cursor: pointer;
}
.aslideContent-t .close .iconfont{
	font-size: 30px;
}
.aslideContent-c{
	border-top: 1px solid rgba(255,255,255,.2);
}
.aslideContent-c .content1720{
	display: flex;
	justify-content: space-between;
}
.aslideContent-c-l{
	width: 69.18%;
	border-right: 1px solid rgba(255,255,255,.2);
}
.aslideContent-c-l .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 40px 25px;
}
.aslideContent-c-l .list li{
	transition: all 1s .2s;
	transform: translateY(30px);
	opacity: 0;
}
.aslideModal.active .aslideContent-c-l .list li{
	opacity: 1;
	transform: translateY(0);
}
.aslideContent-c-l .list li:nth-child(2){
	transition: all 1s .4s;
}
.aslideContent-c-l .list li:nth-child(3){
	transition: all 1s .6s;
}
.aslideContent-c-l .list li:nth-child(4){
	transition: all 1s .8s;
}
.aslideContent-c-l .list li:nth-child(5){
	transition: all 1s 1s;
}
.aslideContent-c-l .list li:nth-child(6){
	transition: all 1s 1.2s;
}
.aslideContent-c-l .list .li-t{
	margin-bottom: 20px;
}
.aslideContent-c-l .list .li-t a{
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1;
}
.aslideContent-c-l .list .li-des .item:not(:last-child){
	margin-bottom: 10px;
}
.aslideContent-c-l .list .li-des .item p{
	position: relative;
	display: inline-flex;
}
.aslideContent-c-l .list .li-des .item a{
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	color: #CBCBCB;
	line-height: 1;
	transition: all 1s;
	flex: 1;
}
.aslideContent-c-l .list .li-des .item p:hover a{
	color: #fff;
	transform: translateX(20px);
}
.aslideContent-c-l .list .li-des .item .iconfont{
	color: #fff;
	position: absolute;
	left: 0;
	margin-right: 0;
	width: 0;
	opacity: 0;
	transition: all 1s;
	font-size: 12px;
	font-weight: bold;
}
.aslideContent-c-l .list .li-des .item p:hover .iconfont{
	width: auto;
	opacity: 1;
}
.aslideContent-c-r{
	width: 25.11%;
}
.aslideContent-c-r,
.aslideContent-c-l{
	padding: 40px 0 68px;
}
.aslideContent-c-r{
	transition: all 1s .8s;
	transform: translateY(30px);
	opacity: 0;
}
.aslideModal.active .aslideContent-c-r{
	transform: translateY(0px);
	opacity: 1;
}
.aslideContent-c-r .inner-title{
	text-align: left;
	color: #fff;
	text-transform: uppercase;
}
.aslideContent-c-r .text-box{
	margin-top: 35px;
}
.aslideContent-c-r .text-box .item{
	display: flex;
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 24px;
}
.aslideContent-c-r .text-box .item:not(:last-child){
	margin-bottom: 20px;
}
.aslideContent-c-r .text-box .item .text{
	flex: 1;
	margin-left: 13px;
}
.aslideContent-c-r .ewm{
	display: block;
	margin-top: 30px;
	width: 150px;
}
.backTop{
	position: fixed;
	top: 60%;
	right: 20px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	border-radius: 50%;
	border: 1px solid #D1D2D2;
	color: #2C2C2C;
	cursor: pointer;
	z-index: 99;
}
.backTop .iconfont{
	font-size: 24px;
}
@media (max-width:1660px) {
	.header .pc-aslide{
		margin-left: 30px;
	}
	.header .header-email{
		margin: 0 40px;
	}
	.header .content .r .nav li:not(:last-child){
		margin-right: 30px;
	}
	
}
@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}

@media (max-width:1500px) {}

@media (max-width:1439px) {
	.header .content{
		padding-left: 3%;
	}
	.header .content .logo img{
		height: 50px;
	}
	.header .header-contactBtn{
		line-height: 36px;
		padding: 0 20px;
		font-size: 16px;
	}
	.header .header-email{
		margin: 0 30px;
	}
	.footer-t-r .li-title{
		font-size: 16px;
	}
	.footer-t-r .li-des p{
		font-size: 14px;
	}
	.footer .footer-t-l-c .text-box .item,
	.footer-c{
		font-size: 14px;
	}
	.footer .footer-t-l-c .text-box{
		margin-left: 20px;
	}
	.footer .footer-t-l-c .ewm{
		width: 120px;
	}
	.footer .footer-t-l-c .text-box .item:not(:last-child){
		margin-bottom: 5px;
	}
	.banner1 .banner-box .text{
		font-size: 50px;
	}
}

@media (max-width:1400px) {}

@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
}

@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
}
@media (max-width: 1300px) {
	.header .header-email{
		display: none;
	}
	.header .header-contactBtn{
		margin-left: 30px;
	}
}
@media (max-width:1280px) {
	.banner1 .banner-box .text{
		font-size: 40px;
	}
	.inner-title{
		font-size: 30px;
	}
}

@media (max-width:1199px) {
	.contactBox .box-c{
		padding-left: 0;
	}
	.about-title,.inner-title{
		font-size: 28px;
	}
	.banner1 .banner-box .text{
		font-size: 30px;
	}
	.header .pc-aslide{
		display: none;
	}
	.indexContactBox{
		padding: 60px 0;
	}
	.indexContactBox .box-c .r .title{
		font-size: 26px;
		margin-bottom: .5em;
	}
	.footer .footer-t-l-c .text-box .text{
		flex: 1;
		width: 100%;
	}
	.footer .footer-t{
		/* justify-content: center; */
		padding: 40px 0 ;
	}
	.footer .footer-t-l .logo img{
		/* margin: 0 auto; */
	}
	.footer-t-r{
		display: none;
	}
	.header .content{
		padding: 6px 3%;
	}
	.header .content .r .nav{
		display: none;
	}
	.m-right-buttom {
		display: block;
		cursor: pointer;
		user-select: none;
		margin-left: 25px;
	}

	.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: #0036B2;
		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: #0036B2;
	}

	.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: rgba(0, 54, 178, 1) !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;
	}
	.contactBox{
		padding: 70px 0;
	}
	.leftNav{
		display: none;
	}
}

@media (max-width: 1024px) {
	.contactBox{
		padding: 60px 0;
	}
	.about-title,.inner-title{
		font-size: 26px;
	}
	.banner1 .banner-box .text{
		font-size: 26px;
	}
	.indexContactBox .box-c .r .title{
		font-size: 24px;
	}
	.indexContactBox{
		padding: 50px 0;
	}
	.indexContactBox .box-c .l,
	.indexContactBox .box-c .r{
		width: 100%;
	}
	.indexContactBox .box-c .r{
		margin-top: 20px;
	}
	.indexContactBox .box-c{
		flex-direction: column;
	}
	.indexContactBox .box-c .r form .submit{
		margin-top: 20px;
	}
	.indexContactBox .box-c .r form .inputs .input.inputFile .file-text,
	.indexContactBox .box-c .r form .inputs .input select, .indexContactBox .box-c .r form .inputs .input input[type="text"], .indexContactBox .box-c .r form .inputs .input textarea{
		font-size: 16px;
	}
	.indexContactBox .box-c .r form .inputs .input{
		margin-top: 10px;
		height: 40px;
		padding: 7px;
	}
}

@media (max-width: 768px) {
	.backTop{
		width: 40px;
		height: 40px;
		right: 10px;
	}
	.backTop .iconfont{
		font-size: 18px;
	}
	.contactBox{
		padding: 50px 0;
	}
	.about-title,.inner-title{
		font-size: 24px;
	}
	.banner1 .banner-box .text{
		font-size: 24px;
	}
	.indexContactBox .box-c .r .title{
		font-size: 22px;
		line-height: 1.3;
	}
	.indexContactBox{
		padding: 40px 0;
	}
	.footer .footer-t{
		padding: 30px 0;
	}
	.pagination ul li {
		width: 36px;
		height: 36px;
		line-height: 36px;
	}

	.video-content {
		width: 85%;
	}

	.video-content video {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.contactBox .about-title .iconfont{
		font-size: 20px;
		margin-left: 10px;
	}
	.contactBox form .inputs{
		flex-direction: column;
	}
	.contactBox form .inputs-l{
		width: 100%;
	}
	.contactBox form .inputs .input{
		height: 45px;
	}
	.contactBox form .inputs .input label{
		font-size: 14px;
	}
	.contactBox form .inputs .input select, .contactBox form .inputs .input input, .contactBox form .inputs .input textarea{
		font-size: 14px;
	}
	.contactBox form .inputs .input textarea{
		height: 100px;
		flex: none;
	}
	.contactBox form .inputs-r .input{
		height: auto;
	}
	.contactBox .submit{
		height: 45px;
		line-height: 45px;
	}
}

@media (max-width: 500px) {
	.indexContactBox .box-c .l .bullet img{
		width: 20px;
	}
	.contactBox form{
		margin-top: 20px;
	}
	.contactBox{
		padding: 40px 0;
	}
	.about-title,.inner-title{
		font-size: 22px;
	}
	.banner1 .banner-box .text{
		font-size: 22px;
	}
	.indexContactBox .box-c .r .title{
		font-size: 20px;
	}
	.indexContactBox{
		padding: 30px 0;
	}
	.indexContactBox .box-c .r form .submit{
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.indexContactBox .box-c .r form .inputs .input.inputFile .uploadBtn{
		width: 80px;
	}
	.indexContactBox .box-c .r form .inputs .input.inputFile .upload{
		margin: 0 15px;
	}
	.footer .footer-t-l .logo img{
		height: 50px;
	}
	.footer .footer-t-l-c .text-box{
		margin-left: 10px;
	}
	.footer .social a{
		width: 34px;
		height: 34px;
	}
	.footer .social a .iconfont{
		font-size: 18px;
	}
	.footer .social,.footer .footer-t-l-c{
		margin-top: 12px;
	}
	.footer .footer-t{
		padding: 20px 0;
	}
	.footer-c{
		padding: 7px 0;
		font-size: 14px;
	}
	.footer .footer-t-l-c .text-box .item{
		line-height: 18px;
	}
}