* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

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;
}

@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 */
  src: url('../fonts/Antonio-Bold.ttf') format('truetype');
}
.content1300 {
	margin: 0 auto;
	width: 1300px;
}
.content1520{
	margin: 0 auto;
	width: 1520px;
	max-width: 94%;
}
.content1400 {
	margin: 0 auto;
	width: 1400px;
	max-width: 94%;
}

.content1200 {
	margin: 0 auto;
	width: 1200px;
}

.content1500 {
	margin: 0 auto;
	width: 1500px;
}

.content1600 {
	margin: 0 auto;
	width: 1600px;
}

.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.2);
}

.imgScale {
	transition: all 0.6s;
	display: block;
	width: 100%;
}
.header{
	position: absolute;
	z-index: 999;
	background-color: transparent;
	width: 100%;
}
.header.active{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
}
.header .l img{
	display: block;
}
.header .l .logo2{
	display: none;
}
.header.active .l .logo1{
	display: none;
}
.header.active .l .logo2{
	display: block;
}
.header .content1520{
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* padding: 24px 0; */
}
.header .c{
	position: relative;
}
.header .c .nav{
	display: flex;
}
.header .c .nav li{
	line-height: 100px;
}
.header .c .nav li a{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}
.header.active .c .nav li a{
	color: #333333;
}
.header.active .c .nav li.active>a{
    color: #4C86C3;
}
.header .c .nav li:not(:last-child){
	margin-right: 90px;
}
.header .nav .sub-nav{
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 50px 0 70px;
	z-index: 2;
}
.header .nav li:hover .sub-nav{
	display: block;
}
.header .nav .sub-nav:before{
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	width: 120vw;
	height: 100%;
	transform: translateX(-50%);
	background-color: #fff;
	z-index: -1;
}
.header .nav .sub-nav-box{
	display: flex;
}
.header .nav .sub-nav-box .pic img{
	max-width: 320px;
	max-height: 180px;
}

.header .nav .sub-nav-box .list{
	margin-left: 80px;
	display: flex;
}
.header .nav .sub-nav-box .list .item:not(:last-child){
	margin-right: 100px;
}
.header .nav .sub-nav-box .list .item a{
	position: relative;
	display: block;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	padding-left: 14px;
}
.header .nav .sub-nav-box .list .item a:hover{
	color: rgba(76, 134, 195, 1);
}
.header .nav .sub-nav-box .list .item a:before{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	background: #666666;
	border-radius: 50%;
}
.header .nav .sub-nav-box .list .item a:hover:before{
	background-color: rgba(76, 134, 195, 1);
}
.header .nav .sub-nav-box .list .item a:not(:last-child){
	margin-bottom: 30px;
}
.header .r{
	display: flex;
	align-items: center;
}
.header .r .header-search .iconfont,
.header .r .header-language .iconfont{
	font-size: 22px;
	color: #fff;
}
.header.active .r .header-search .iconfont,
.header.active .r .header-language .iconfont{
	color: #333;
}
.header .r .header-language{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	margin-left: 20px;
}
.header.active .r .header-language{
	color: #333;
}
.header .content .header-search .icon-sousuo {
	font-size: 24px;
	color: #333;
}

.header .header-search .searchbox {
	position: absolute;
	display: none;
	width: 300px;
	height: 40px;
	top: 50px;
	right: 0;
	z-index: 2;
	background-color: #fff;

}

.header .header-search .searchbox.active {
	display: flex;
}

.header .header-search .searchbox input {
	flex: 1;
	height: auto;
	border: none;
	outline: none;
	padding-left: 20px;
	box-sizing: border-box;
}

.header .header-search .searchbox .btn {
	width: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #f0f0f0;
	cursor: pointer;
}

.header .header-search .searchbox .btn .icon-sousuo {
	color: #222;
}
.search-box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100px;
	z-index: 1000;
	background-color: #fff;
	padding-top: 42px;
	overflow: visible !important;
	display: none;
}
.search-box .container{
	width: 680px;
	max-width: 94%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	border-bottom: 1px solid rgba(204, 204, 204, 1);
	padding-bottom: 10px;
}
.search-box .container input{
	flex: 1;
	margin: 0 20px;
	width: 100%;
	border: none;
	outline: none;
}
.search-box .container .iconfont{
	font-size: 20px;
}
.search-box .container .icon-guanbi{
	cursor: pointer;
	color: rgba(153, 153, 153, 1);
}
.search-box .links-box{
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 680px;
	max-width: 94%;
	background-color: #fff;
	padding: 30px 30px 60px;
	border-radius: 0px 0px 30px 30px;
	z-index: 2;
}
.search-box .links-box .links-text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.search-box .links-box .links-a a{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1;
	display: block;
	margin-top: 20px;
}
.footer{
	background-image: url(../img/footer-bg.jpg);
	background-size: cover;
}
.footer .footer-t{
	display: flex;
	justify-content: space-between;
	padding: 35px 0;
}
.footer .footer-t .l{
	display: flex;
	align-items: center;
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}
.footer .footer-t .l img{
	margin-right: 15px;
}
.footer .footer-t .r{
	display: flex;
	align-items: center;
}
.footer .footer-t .r li:not(:last-child){
	margin-right: 30px;
}
.footer .footer-t .r li{
    position: relative;
}

.footer .footer-t .r li .li-box{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 1;
	/*padding-bottom: 25px;*/
	bottom: 30px;
	background-color: #fff;
	display: none;
	box-shadow: rgb(0 0 0 / 13%) 0px 3px 7px 0px;
}
.footer .footer-t .r li:hover .li-box{
	display: block;
}
.footer .footer-t .r li .li-box .img {
	margin-bottom: 7px;
}
.footer .footer-t .r li .li-box .img img{
	display: block;
	width: 139px;
}
.footer .footer-t .r li a{
	color: #fff;
}
.footer .footer-t .r li a .iconfont{
	font-size: 24px;
}
.footer .footer-c{
	padding: 80px 0;
	border-top: 1px solid rgba(255, 255, 255, .3);
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.footer .footer-c ul{
	display: flex;
	justify-content: space-between;
}
.footer .footer-c li:last-child{
	width: 26.42%;
}
.footer .footer-c .li-title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.footer .footer-c .li-des{
	margin-top: 40px;
}
.footer .footer-c .li-des a{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	opacity: 0.8;
	display: block;
}
.footer .footer-c .li-des a:not(:last-child){
	margin-bottom: 30px;
}
.footer .footer-c .form{
	margin-top: 30px;
}
.footer .footer-c .form .input{
	height: 55px;
	background: rgba(255,255,255,.3);
	/* border: 1px solid #999999; */
	box-shadow: 2px 3px 6px 0px rgba(51,51,51,0.15);
	display: flex;
	align-items: center;
	padding: 0 20px;
	margin-bottom: 15px;
}
.footer .footer-c .form .input.textarea{
	height: 100px;
	align-items: flex-start;
	padding: 14px 20px;
}
.footer .footer-c .form .input .iconfont{
	font-size: 20px;
	color: #fff;
	margin-right: 17px;
}
.footer .footer-c .form .input input,
.footer .footer-c .form .input textarea{
	flex: 1;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: none;
	outline: none;
	resize: none;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255,255,255,.8);
	line-height: 18px;
}
.footer .footer-c .form .input input::placeholder,
.footer .footer-c .form .input textarea::placeholder{
	color: rgba(255,255,255,.8);
}
.footer .footer-c .form .input input:-moz-placeholder,
.footer .footer-c .form .input textarea::placeholder{
	color: rgba(255,255,255,.8);
}
.footer .footer-c .form .input input:-ms-input-placeholder,
.footer .footer-c .form .input textarea:-ms-input-placeholder{
	color: rgba(255,255,255,.8);
}
.footer .footer-c .form .input input::-webkit-input-placeholder,
.footer .footer-c .form .input textarea::-webkit-input-placeholder{
	color: rgba(255,255,255,.8);
}
.footer .footer-c .form .submit{
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #4C86C3;
	margin-top: 20px;
	cursor: pointer;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.footer .footer-b{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 34px;
	opacity: 0.3;
	padding: 11px 0;
}
.footer .footer-b a{
	color: #fff;
}
.banner1{
	position: relative;
}
.banner1 .pic img{
	display: block;
	width: 100%;
	min-height: 270px;
}
.banner1 .banner-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.banner1 .banner-box .title{
	display: inline-block;
	font-size: 42px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	padding-bottom: 20px;
	border-bottom: 2px solid #fff;
}
.banner1 .banner-box .des{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 30px;
}
.common-bread{
	padding: 20px 0;
}
.common-bread .content1400{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1;
}
.common-bread .content1400 .l{
	display: flex;
	flex-wrap: wrap;
	line-height: 1.5;
}
.common-bread .content1400 .l a{
	color: #666;
}
.common-bread .l .icon-right-1-copy{
	margin: 0 3px;
}
.common-box2{
	background-image: url(../img/product-box2-bg.jpg);
	padding: 80px 0 100px;
}
.common-box2 .content1400{
	background-color: #fff;
}
.common-box2 .box-c{
	width: 1137px;
	margin: 0 auto;
	max-width: 86%;
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
}
.common-box2 .box-c .l{
	width: 288px;
}
.common-box2 .box-c .zh{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.common-box2 .box-c .en{
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	color: #4C86C3;
	line-height: 1;
	margin-top: 20px;
	text-transform: uppercase;
}
.common-box2 .box-c .line{
	width: 24px;
	height: 2px;
	background: #4C86C3;
	margin-top: 40px;
}
.common-box2 .box-c .des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-top: 42px;
}
.common-box2 .box-c .r{
	flex: 1;
	margin-left: 30px;
	display: flex;
	justify-content: flex-end;
}
.common-box2 .box-c .r .form{
	width: 675px;
	max-width: 100%;
}
.common-box2 .box-c .r .form .input-box{
	display: flex;
	justify-content: space-between;
}
.common-box2 .box-c .r .form .input-box .input{
	width: 48.14%;
	height: 50px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
.common-box2 .box-c .r .form .input-box .input.textarea{
	height: 160px;
	width: 100%;
}
.common-box2 .box-c .r .form .input-box .input input,
.common-box2 .box-c .r .form .input-box .input textarea{
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	padding: 0 20px;
	resize: none;
}
.common-box2 .box-c .r .form .input-box .input textarea{
	padding: 16px 20px;
}
.common-box2 .box-c .r .form .submit{
	width: 150px;
	line-height: 50px;
	background: #4C86C3;
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FEFEFE;
	text-align: center;
	cursor: pointer;
}
.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: 40px;
	line-height: 36px;
	border: 2px solid #E8E8E8;
	text-align: center;
	margin: 5px;
	cursor: pointer;
}

.pagination ul li.large{
	width: 80px;
	color: rgba(51, 51, 51, 1);
}
.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(76, 134, 195, 1);
	border-color: rgba(76, 134, 195, 1);
}

.pagination ul li a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(174, 174, 174, .8);
	display: block;
}

.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
}
.fixed-right{
	position: fixed;
	right: 27px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
}
.fixed-right li:not(:last-child){
	margin-bottom: 5px;
}
.fixed-right li a{
	display: block;
	width: 74px;
	background: #4C86C3;
	box-shadow: 0px 5px 10px 0px rgba(125,125,125,0.15);
	border-radius: 5px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #fff;
	line-height: 1;
	padding: 13px 0;
	text-align: center;
}
/*.fixed-right li a:hover{*/
/*	background-color: rgba(156, 15, 8, 1);*/
/*	color: #fff;*/
/*}*/
.fixed-right li a .iconfont{
	font-size: 26px;
	color: #fff;
}
/*.fixed-right li a:hover .iconfont{*/
/*	color: #fff;*/
/*}*/
.fixed-right li a p{
	margin-top: 8px;
}
.fixed-right li{
	position: relative;
}
.fixed-right li:hover .li-box{
	display: block;
}
.fixed-right li .li-box{
	position: absolute;
	top: 0;
	right: 84px;
	width: 120px;
	height: 140px;
	background: #FFFFFF;
	box-shadow: 0px 5px 10px 0px rgba(125,125,125,0.15);
	border-radius: 5px;
	padding: 11px 10px;
	display: none;
}
.fixed-right li .li-box1{
	position: absolute;
	top: 0;
	right: 84px;
	height: 100%;
	width: 180px;
	line-height: 74px;
	color: #666666;
	background-color: #fff;
	text-align: center;
	font-size: 22px;
	display: none;
}
.fixed-right li:hover .li-box1{
	display: block;
}
.fixed-right li .li-box img{
	display: block;
	width: 100%;
}
.fixed-right li .li-box p{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 1;
	margin-top: 5px;
	text-align: center;
}
.m-right-buttom {
	display: none;
}
.m-navbar{
	display: none;
}
@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}

@media (max-width:1530px) {
	.content1500 {
		width: 94%;
	}
}
@media (max-width:1440px){
	.header .c .nav li:not(:last-child){
		margin-right: 50px;
	}
	.banner1 .banner-box .title{
		font-size: 36px;
	}
}

@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
}

@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
}
@media (max-width:1280px) {
	.banner1 .banner-box .title{
		font-size: 30px;
	}
}
@media (max-width:1230px) {
	.content1200 {
		width: 94%;
	}
}

@media (max-width:1199px) {
	.banner1 .banner-box .title{
		font-size: 28px;
	}
	.header .c .nav li a,.header .r .header-language{
		font-size: 16px;
	}
	.header .r .header-search .iconfont, .header .r .header-language .iconfont{
		font-size: 18px;
	}
	.header .l img{
		width: 120px;
	}
	.common-box2 .box-c .zh{
		font-size: 28px;
	}
}
@media (max-width:1024px) {
	.banner1 .banner-box .title{
		font-size: 26px;
		padding-bottom: 10px;
	}
	.banner1 .banner-box .des{
		margin-top: 15px;
	}
	.header .c .nav{
		display: none;
	}
	.header .content1520{
		padding: 10px 0;
	}
	.header .l img{
		width: 100px;
	}
	.m-right-buttom {
		display: block;
		cursor: pointer;
		user-select: none;
	}
	.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: #fff;
		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: #4C86C3;
	}
	
	.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 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: #3370FF !important;
	}
	
	.m-navbar {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		margin-right: 0;
		top: 0;
		left: 0;
		padding: 125px 4% 20px;
		background-color: #444;
		z-index: 998;
	}
	.m-navbar li a.hasNav{
		background-image: url(../img/bottom.png);
		background-position: right 10px center;
		background-repeat: no-repeat;
	}
	.m-navbar li .subNav{
		display: none;
		/* margin-top: 12px; */
	}
	.m-navbar li .subNav a{
		margin-top: 12px;
	}
	.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;
	}
	.search-box{
		height: 57px;
		padding-top: 10px;
	}
	.footer .footer-c ul{
		flex-wrap: wrap;
	}
	.footer .footer-c li:last-child{
		width: 100%;
		margin-top: 30px;
	}
	.footer .footer-c .li-des{
		margin-top: 20px;
	}
	.footer .footer-c .li-des a:not(:last-child){
		margin-bottom: 15px;
	}
	.footer .footer-c{
		padding: 40px 0;
	}
	.footer .footer-c .form{
		margin-top: 20px;
	}
	.footer .footer-c .form .input{
		height: 40px;
	}
	.footer .footer-c .form .input .iconfont{
		margin-right: 10px;
	}
	.footer .footer-t .l{
		font-size: 24px;
	}
	.footer .footer-t{
		padding: 25px 0;
	}
	.footer .footer-t .r li:not(:last-child){
		margin-right: 20px;
	}
	.common-box2 .box-c .r .form{
		width: 100%;
	}
	.common-box2 .box-c .l{
		width: 240px;
	}
	.common-box2 .box-c,.common-box2{
		padding: 40px 0;
	}
	
}
@media (max-width:768px) {
	.common-box2 .box-c .r .form .submit{
		height: 40px;
		line-height: 40px;
	}
	.common-box2 .box-c .r .form .input-box .input.textarea{
		height: 120px;
	}
	.common-box2 .box-c .r{
		margin-left: 0;
		margin-top: 35px;
	}
	.common-box2 .box-c .r .form .input-box .input{
		height: 40px;
	}
	.common-box2 .box-c{
		flex-direction: column;
	}
	.common-box2 .box-c .zh{
		font-size: 26px;
	}
	.common-box2 .box-c .line{
		margin-top: 20px;
	}
	.common-box2 .box-c .des{
		margin-top: 25px;
	}
	.common-box2 .box-c .l{
		width: 100%;
	}
	.banner1 .banner-box .des{
		font-size: 16px;
	}
	.banner1 .banner-box .title{
		font-size: 24px;
	}
	.header .l img{
		width: 70px;
	}
	.search-box .links-box{
		padding: 20px 20px 40px;
	}
	.footer .footer-t{
		flex-direction: column;
		align-items: flex-end;
	}
	.footer .footer-t .l{
		width: 100%;
	}
	.footer .footer-t .l{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.footer .footer-t .l img{
		height: 24px;
	}
	.footer .footer-c ul{
		flex-direction: column;
	}
	.footer .footer-c .li-des{
		display: none;
		margin-bottom: 10px;
	}
	.footer .footer-c .li-title{
		padding-bottom: 10px;
		border-bottom: 1px solid rgba(255,255,255,.4);
	}
	.footer .footer-c li{
		margin-bottom: 10px;
		margin-top: 0px;
	}
	.common-box2 .box-c .zh{
		font-size: 24px;
	}
}
@media (max-width:500px) {
	.banner1 .banner-box .title{
		font-size: 22px;
	}
	.search-box .links-box .links-a a{
		font-size: 14px;
		margin-top: 10px;
	}
	.search-box .links-box{
		padding: 15px 10px 30px;
	}
	.footer .footer-t .r li a .iconfont{
		font-size: 20px;
	}
	.footer .footer-c{
		padding: 30px 0;
	}
	.footer .footer-b{
		font-size: 14px;
		line-height: 1.5;
	}
	.common-box2 .box-c .zh{
		font-size: 22px;
	}
	.common-box2 .box-c .en,.common-box2 .box-c .line{
		margin-top: 10px;
	}
	.common-box2 .box-c .des{
		margin-top: 15px;
	}
	.common-box2 .box-c .r{
		margin-top: 20px;
	}
	.common-box2 .box-c .r .form .input-box .input input, .common-box2 .box-c .r .form .input-box .input textarea{
		padding: 0 10px;
		font-size: 14px;
	}
	.common-box2 .box-c .r .form .input-box .input textarea{
		padding: 10px;
	}
}