* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'SourceHanSansCN' !important;
}

@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 */
}
@font-face {
	font-family: "SourceHanSansCN";
	/* Project id 3544394 */
	src: url('../fonts/SourceHanSansCN-Normal.otf');
}

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%;
}

.content90 {
	width: 1712px;
	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%;
}

.main {
	padding-top: 150px;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}

.header.active {
	background-color: #fff;
}

.header-t {
	background-color: #F7F7FA;
	padding: 10px 0;
}

.header-t .content90 {
	display: flex;
	justify-content: flex-end;
}

.header-t .content90 a {
	min-width: 80px;
	height: 30px;
	line-height: 30px;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px 1px rgba(1, 155, 255, 0.3);
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	padding: 0 10px;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	text-align: center;
}

.header-t .content90 a:not(:last-child) {
	margin-right: 25px;
}

.header-t .content90 a:hover {
	background: linear-gradient(130deg, #06B1E5 0%, #0071F6 100%);
	color: #fff;
}

.header-c {
	position: relative;
	background-color: #fff;
}

.header-c .content90 {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}

.header-c .logo img {
	display: block;
	height: 83px;
}

.header-c .nav {
	position: absolute;
	left: 50%;
	width: 57.87%;
	top: 0;
	height: 100%;
	transform: translateX(-50%);
}

.header-c .nav ul {
	display: flex;
	justify-content: space-between;

}

.header-c .nav li>a {
	display: block;
	font-size: 18px;
	font-family: HarmonyOS Sans SC-Regular, HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	line-height: 100px;
}

.header-c .nav li:hover>a,
.header-c .nav li.active>a {
	color: #0071F6;
}

.header-c .nav li .subNav {
	position: absolute;
	left: 0;
	padding: 40px 50px 40px 80px;
	background: #F7F7FA;
	display: none;
}

.header-c .nav li .subNav.subNav1 {
	left: auto;
	right: -200px;
}

.header-c .nav li .subNav .subNavContainer {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	min-height: 180px;
}

.header-c .nav li .subNav .items {
	display: flex;
}
.header-c .nav li .subNav .items:not(:last-child){
    margin-bottom: 30px;
}
.header-c .nav li .subNav .item {
	width: 190px;
}

.header-c .nav li .subNav .item:not(:last-child) {
	margin-right: 20px;
}

.header-c .nav li .subNav .item-t {
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.header-c .nav li .subNav .item-t:hover{
	color: #0071F6;
}
.header-c .nav li .subNav .item-des {
	margin-top: 24px;
}

.header-c .nav li .subNav .item-des a {
	display: flex;
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 3;
	transition: all .6s;
}

.header-c .nav li .subNav .item-des a:hover {
	color: #0071F6;
}

.header-c .nav li .subNav .item-des .iconfont {
	width: 0;
	opacity: 0;
	transition: all .6s;
	margin-right: 0;
}

.header-c .nav li .subNav .item-des a:hover .iconfont {
	width: 16px;
	opacity: 1;
	margin-right: 5px;
}

.header-c .searchBox {
	width: 18.1%;
	border-radius: 22px 22px 22px 22px;
	opacity: 1;
	border: 1px solid #06B1E5;
	overflow: hidden;
}

.header-c .searchBox form {
	display: flex;
	height: 41px;
}

.header-c .searchBox input {
	flex: 1;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	font-size: 16px;
	font-family: HarmonyOS Sans SC-Regular, HarmonyOS Sans SC;
	font-weight: 400;
	color: #333;
	line-height: 1;
	border: none;
	outline: none;
}

.header-c .searchBox input::placeholder {
	color: #999;
}

.header-c .searchBox .submit {
	width: 27.4%;
	text-align: center;
	line-height: 39px;
	color: #fff;
	cursor: pointer;
	border-radius: 22px;
	background: linear-gradient(133deg, #06B1E5 0%, #0071F6 100%);
}

.banner1 {
	position: relative;
}

.banner1 .pic img {
	display: block;
	width: 100%;
	height: 380px;
	object-fit: cover;
}

.banner1 .banner-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.banner1 .banner-box .en {
	font-size: 30px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	text-transform: uppercase;
}

.banner1 .banner-box .zh {
	font-size: 30px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 20px;
}

.footer {
	background-color: RGBA(247, 247, 250, 1);
	padding: 63px 0 40px;
}

.footer .footer-t {
	display: flex;
	justify-content: space-between;
}

.footer-l .logo img {
	display: block;
}

.footer-l .onlineShopping {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-family: HarmonyOS Sans SC-Regular, HarmonyOS Sans SC;
	font-weight: 400;
	color: #019BFF;
	line-height: 1;
	margin-top: 10px;
	padding-left: 15px;
}

.footer-l .onlineShopping .icon {
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
	text-align: center;
	background-color: RGBA(6, 177, 229, 1);
	margin-right: 15px;
}

.footer-l .onlineShopping .icon .iconfont {
	font-size: 22px;
	color: #fff;
}

.footer-c {
	flex: 1;
	margin: 0 100px;
}

.footer-c ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.footer-c ul li{
	width: 130px;
}
.footer-c ul li:not(:last-child) {
	
}

.footer-c .li-title {
	font-size: 18px;
	font-family: HarmonyOS Sans SC-Bold, HarmonyOS Sans SC;
	font-weight: bold;
	color: #326095;
	line-height: 1;
}

.footer-c .li-des {
	margin-top: 30px;
}

.footer-c .li-des a {
	display: block;
	font-size: 14px;
	font-family: HarmonyOS Sans SC-Regular, HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
}

.footer-c .li-des a:hover {
	color: #0071F6;
}

.footer-r {
	display: flex;
}

.footer-r .ewm-box:not(:last-child) {
	margin-right: 50px;
}

.footer-r .ewm-box img {
	display: block;
	width: 130px;
}

.footer-r .ewm-text {
	text-align: center;
	font-size: 14px;
	font-family: HarmonyOS Sans SC-Regular, HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	margin-top: 12px;
}

.footer .footer-b {
	margin-top: 130px;
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #656565;
	line-height: 24px;
}

.footer .footer-b a {
	color: #656565;
}

.innerBox {
	background-color: rgba(247, 247, 250, 1);
}

.innerBox .content1600 {
	width: 1400px;
	max-width: 94%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.productList-innerBox .content1600 {
	width: 1600px;
	max-width: 94%;
}

.commonBread {
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #999999;
	line-height: 28px;
	display: flex;
	align-items: center;
	min-height: 72px;
	flex-wrap: wrap;
}

.commonBread a {
	color: #333;
}

.commonBread .icon-youjiantou11 {
	margin: 0 20px;
}

.commonBread a.active,
.commonBread a:hover {
	color: rgba(0, 113, 246, 1);
}

.commonNav .swiper-slide {
	position: relative;
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 72px;
	width: auto;
}

.commonNav .swiper-slide.active,
.commonNav .swiper-slide:hover {
	color: rgba(0, 113, 246, 1);
}

.commonNav .swiper-slide::before {
	position: absolute;
	content: "";
	width: 0;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	height: 2px;
	background-color: rgba(0, 113, 246, 1);
	transition: all .6s;
}

.commonNav .swiper-slide.active::before,
.commonNav .swiper-slide:hover::before {
	width: 100%;
}

.commonNav .swiper-slide:not(:last-child) {
	margin-right: 50px;
}

.innerForm {
	width: 1080px;
	max-width: 100%;
	margin: 0 0 0 auto;
}

.innerForm .title {
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	line-height: 1;
}

.innerForm .title span {
	color: #FF2B2B;
}

.innerForm .inputBox {
	margin-top: 29px;
	display: flex;
	justify-content: space-between;
}

.innerForm .formBox:not(:last-child) {
	margin-bottom: 33px;
}

.innerForm .inputBox .inputs {
	width: 53.24%;
}

.innerForm .inputBox .inputs1 {
	width: 39.81%;
}

.innerForm .inputBox .inputs .input {
	display: flex;
	align-items: center;
}

.innerForm .inputBox .inputs .input.textarea {
	align-items: flex-start;
}

.innerForm .inputBox .inputs .input:not(:last-child) {
	margin-bottom: 30px;
}

.innerForm .inputBox .inputs label {
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	width: 90px;
}

.innerForm .inputBox .inputs1 label {
	width: 73px;
}

.innerForm .inputBox .inputs .input.textarea label {
	margin-top: 12px;
}

.innerForm .inputBox .inputs .input input,
.innerForm .inputBox .inputs .input textarea {
	flex: 1;
	width: 100%;
	margin-left: 30px;
	height: 50px;
	background: #F7F7FA;
	border-radius: 6px;
	padding: 0 26px;
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: rgba(0, 113, 246, 1);
	border: none;
	outline: none;
}

.innerForm .inputBox .inputs .input textarea {
	height: 130px;
	padding-top: 13px;
	resize: none;
}

.innerForm .inputBox .inputs .input input::placeholder,
.innerForm .inputBox .inputs .input textarea::placeholder {
	color: #999;
}

.innerForm .inputBox .submit {
	margin-left: 30px;
	width: 189px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: linear-gradient(135deg, #05A7E8, #0181F2);
	border-radius: 6px;
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: -15px;
	cursor: pointer;
}

.developmentTool .titleBox {
	border-bottom: 1px solid rgba(153, 153, 153, 1);
	padding-bottom: 23px;
}

.developmentTool .titleBox .en {
	font-size: 30px;
	font-family: HarmonyOS Sans SC;
	font-weight: 900;
	color: #333333;
	line-height: 1;
	text-transform: uppercase;
}

.developmentTool .titleBox .zh {
	font-size: 24px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-top: 16px;
}

.developmentTool-box1 .titleBox {
	width: calc(100% - 560px);
}

.developmentTool-box1 .list li:not(:last-child) {
	margin-bottom: 77px;
}

.developmentTool-box1 .list .li-c {
	display: flex;
}

.developmentTool-box1 .list .li-c-l {
	padding-top: 34px;
	flex: 1;
	margin-right: 40px;
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
}

.developmentTool-box1 .list .li-c-l .text-des {
	color: rgba(102, 102, 102, 1);
	margin-top: 22px;
}

.developmentTool-box1 .list .li-c-l .more {
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #0071F6;
	border-radius: 20px;
	font-size: 14px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 30px;
}

.developmentTool-box1 .list .li-c-r {
	width: 520px;
}

.developmentTool-box2 {
	margin-top: 80px;
}

.developmentTool-box2 .list {
	margin-top: 48px;
	box-shadow: 5px 9px 30px 0px rgba(226, 226, 226, 0.3);
}

.developmentTool-box2 .list li {
	border: 1px solid #EAEEF2;
}

.developmentTool-box2 .list li:not(:last-child) {
	border-bottom: none;
}

.developmentTool-box2 .list li a {
	display: block;
	padding: 38px;
}

.developmentTool-box2 .list li .text-title {
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}

.developmentTool-box2 .list li:hover .text-title {
	color: #0071F6;
}

.developmentTool-box2 .list li .text-des {
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #999999;
	line-height: 1.875;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.developmentTool-box2 .list li .more {
	font-size: 14px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #0071F6;
	line-height: 1;
	margin-top: 20px;
}

.developmentTool-box2 .pagination {
	margin-top: 40px;
}
.fixedRight{
	position: fixed;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
}
.fixedRight li{
	position: relative;
	width: 72px;
	height: 72px;
	background: #FFFFFF;
	box-shadow: 0px 3px 10px 1px rgba(1,155,255,0.2);
	border-radius: 5px 5px 5px 5px;
	opacity: 1;
	margin-bottom: 18px;
}
.fixedRight li:first-child .subBox1{
    width: 240px;
}
.fixedRight li a{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.fixedRight li a{
	font-size: 12px;
	font-family: HarmonyOS Sans SC-Regular, HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 1;
}
.fixedRight li a .icon{
	margin-bottom: 5px;
}
.fixedRight li a .iconfont{
	font-size: 30px;
	color: RGBA(6, 177, 229, 1);
}
.fixedRight li a .iconfont.icon-weixin{
	color: RGBA(36, 219, 90, 1);
}
.fixedRight li a .iconfont.icon-yangpinshenqing{
	color: RGBA(240, 147, 96, 1);
}
.fixedRight li .subBox{
	position: absolute;
	right: 82px;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: 0px 3px 12px 1px rgba(1,155,255,0.2);
	border-radius: 10px 10px 10px 10px;
	padding: 20px 0;
	white-space: nowrap;
	background-color: #fff;
	display: none;
}
.fixedRight li .subBox.subBox2{
	padding: 0;
}
.fixedRight li:hover .subBox{
	display: block;
}
.fixedRight li .subBox1 .subBox1-t{
	padding: 0 20px;
}
.fixedRight li .subBox2 .subBox1-t{
	padding: 0;
}
.fixedRight li .subBox1 .subBox1-t:not(:last-child){
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid rgba(51, 51, 51, .2);
}
.fixedRight li .subBox1 .subBox1-t .text-title{
	font-size: 12px;
	font-family: HarmonyOS Sans SC-Regular, HarmonyOS Sans SC;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
}
.fixedRight li .subBox1 .subBox1-t .text-des{
	font-size: 12px;
	font-family: HarmonyOS Sans SC-Regular, HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
}
.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%;
}

.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;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #999999;
	line-height: 1;
}

.pagination ul>span {
	margin: 0 5px;
}

.pagination ul li {
	min-width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #DEDEDE;
	text-align: center;
	font-size: 14px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #999999;
	margin: 5px;
	cursor: pointer;
}


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

.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(0, 113, 246, 1);
	border-color: rgba(0, 113, 246, 1);
	box-shadow: 3px 4px 20px 0px rgba(0, 113, 246, 0.2);
}

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

.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;
}

@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}
@media (max-width:1600px) {
	.content90{
		width: 94%;
	}
}
@media (max-width:1550px) {
	.footer-c{
		margin: 0 50px;
	}
	.footer-r .ewm-box:not(:last-child){
		margin-right: 25px;
	}
}

@media (max-width:1440px) {
	.main{
		padding-top: 120px;
	}
	.header-c .logo img,
	.footer-l .logo img{
		height: 55px;
	}
	.footer-c ul li{
		width: 120px;
	}
	.footer-c{
		margin: 0 0 0 50px;
	}
	
	.header-c .searchBox{
		width: 16%;
	}
	.header-c .nav{
		width: 54%;
		min-width: 650px;
	}
	.header-c .nav li>a{
		/*font-size: 16px;*/
		line-height: 70px;
	}
	.header-c .content90{
		height: 70px;
	}
}

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

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

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

@media (max-width:1280px) {
	.developmentTool-box1 .list .li-c-r{
		width: 450px;
	}
}

@media (max-width:1199px) {
	.developmentTool .titleBox .en{
		font-size: 28px;
	}
	.developmentTool .titleBox .zh{
		font-size: 22px;
	}
	.footer-l .onlineShopping .icon{
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin-right: 5px;
	}
	.footer-l .onlineShopping{
		margin-top: 0;
	}
	.footer{
		padding: 40px 0;
	}
	.footer .footer-t{
		align-items: flex-start;
	}
	.footer .footer-t .footer-l{
		display: flex;
		align-items: center;
	}
	.footer-c{
		display: none;
	}
	.footer .footer-b{
		margin-top: 30px;
	}
	.header-c .nav{
		display: none;
	}
	.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: rgba(0, 113, 246, 1);
		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: rgba(0, 113, 246, 1);
	}

	.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: 140px 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;
	}
	.banner1 .banner-box .en,
	.banner1 .banner-box .zh{
		font-size: 28px;
	}
	.innerBox .content1600{
		flex-direction: column-reverse;
	}
	.commonNav{
		width: 100%;
	}
	.commonNav .swiper-slide{
		font-size: 16px;
		line-height: 50px;
	}
	.commonNav .swiper-slide:not(:last-child){
		margin-right: 30px;
	}
	.commonBread{
		width: 100%;
		line-height: 2;
		font-size: 14px;
		min-height: 0;
	}
	.innerBox{
		padding-bottom: 10px;
	}
	.commonBread .icon-youjiantou11{
		margin: 0 10px;
	}
	.commonNav .swiper-slide.active::before, .commonNav .swiper-slide:hover::before{
		display: none;
	}
	.developmentTool-box2{
		margin-top: 60px;
	}
	.product-details .r5 .developmentTool-box1 .list .li-c-r{
		width: 400px;
	}
	.product-details .r5 .developmentTool-box1 .titleBox{
		width: calc(100% - 440px);
	}
}

@media (max-width: 1024px) {
	.fixedRight li a .iconfont{
		font-size: 22px;
	}
	.fixedRight li{
		width: 60px;
		height: 60px;
	}
	.fixedRight{
		right: 10px;
	}
	.fixedRight li .subBox{
		right: 70px;
	}
	.developmentTool-box2{
		margin-top: 55px;
	}
	.developmentTool-box2 .list li a{
		padding: 25px;
	}
	.developmentTool-box2 .list li .text-des{
		margin-top: 10px;
	}
	.developmentTool-box2 .list{
		margin-top: 30px;
	}
	.developmentTool .titleBox .zh{
		margin-top: 10px;
	}
	.developmentTool-box1 .list .li-c-r{
		width: 40%;
	}
	.developmentTool-box1 .list .li-c-l{
		padding-top: 20px;
		margin-right: 30px;
		font-size: 14px;
		line-height: 1.7;
	}
	.developmentTool-box1 .list .li-c-l .text-des{
		margin-top: 15px;
	}
	.developmentTool .titleBox .en{
		font-size: 26px;
	}
	.developmentTool .titleBox .zh{
		font-size: 20px;
	}
	.innerForm .inputBox .inputs label{
		font-size: 16px;
		width: 80px;
	}
	.innerForm .inputBox .inputs .input input, .innerForm .inputBox .inputs .input textarea{
		margin-left: 20px;
		padding: 0 15px;
		font-size: 14px;
		height: 45px;
	}
	.innerForm .inputBox .inputs .input textarea{
		padding: 13px 20px;
	}
	.innerForm .inputBox .inputs1{
		width: 41.81%;
	}
	.innerForm .inputBox .inputs .input:not(:last-child){
		margin-bottom: 20px;
	}
	.innerForm .inputBox .inputs .input textarea{
		height: 100px;
	}
	.innerForm .inputBox .submit{
		height: 45px;
		line-height: 45px;
		margin: 0 0 0 20px;
	}
	.innerForm .inputBox{
		margin-top: 20px;
	}
	
	.banner1 .banner-box .en,
	.banner1 .banner-box .zh{
		font-size: 26px;
	}
	.banner1 .banner-box .zh{
		margin-top: 10px;
	}
	.header-t .content90 a{
		font-size: 12px;
		line-height: 25px;
		height: 25px;
		min-width: 60px;
	}
	.header-c .content90{
		height: 50px;
	}
	.header-c .logo img{
		height: 50px;
	}
	.header-c .searchBox{
		width: 200px;
	}
	.header-c .searchBox form{
		height: 30px;
	}
	.header-c .searchBox .submit{
		line-height: 28px;
	}
	.header-c .searchBox input{
		font-size: 14px;
	}
	.main{
		padding-top: 95px;
	}
	.developmentTool-box2 .pagination{
		margin-top: 30px;
	}
	.developmentTool-box1 .titleBox{
		width: calc(60% - 30px);
	}
	.developmentTool-box1 .list li:not(:last-child){
		margin-bottom: 45px;
	}
	.developmentTool-box1 .list .li-c-l .more{
		margin-top: 20px;
	}
}

@media (max-width: 768px) {
	.fixedRight li .subBox{
		padding: 13px 0;
	}
	.fixedRight li .subBox1 .subBox1-t{
		padding: 0 15px;
	}
	.fixedRight li .subBox1 .subBox1-t:not(:last-child){
		padding-bottom: 10px ;
		margin-bottom: 10px;
	}
	.developmentTool-box2{
		margin-top: 45px;
	}
	.developmentTool-box2 .pagination{
		margin-top: 25px;
	}
	.developmentTool .titleBox .en{
		font-size: 24px;
	}
	.developmentTool .titleBox .zh{
		font-size: 18px;
	}
	.innerForm .inputBox{
		flex-direction: column-reverse;
	}
	.innerForm .inputBox .inputs{
		width: 100%;
	}
	.innerForm .inputBox .inputs1{
		margin-bottom: 20px;
	}
	.innerForm .formBox:not(:last-child){
		margin-bottom: 25px;
	}
	.banner1 .banner-box .en,
	.banner1 .banner-box .zh{
		font-size: 24px;
	}
	.footer{
		padding: 30px 0;
	}
	.footer .footer-t{
		flex-direction: column;
		align-items: center;
	}
	.footer-r{
		margin-top: 10px;
	}
	.footer .footer-b{
		margin-top: 20px;
		font-size: 12px;
		flex-direction: column;
		align-items: center;
	}
	.pagination ul li {
		min-width: 36px;
		height: 36px;
		line-height: 36px;
	}

	.video-content {
		width: 85%;
	}

	.video-content video {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.banner1 .pic img{
		height: 340px;
	}
	.developmentTool-box1 .list .li-c{
		flex-direction: column;
	}
	.developmentTool-box1 .list .li-c-r{
		width: 500px;
		max-width: 100%;
		margin-top: 30px;
	}
	.developmentTool-box1 .titleBox{
		width: 100%;
	}
}

@media (max-width: 500px) {
	.developmentTool-box1 .list li:not(:last-child){
		margin-bottom: 30px;
	}
	.developmentTool-box2 .list li a{
		padding: 20px;
	}
	.developmentTool-box2{
		margin-top: 35px;
	}
	.developmentTool .titleBox .en{
		font-size: 22px;
	}
	.developmentTool .titleBox .zh{
		font-size: 16px;
	}
	.innerForm .inputBox .inputs .input:not(:last-child){
		margin-bottom: 10px;
	}
	.innerForm .inputBox .inputs label{
		font-size: 14px;
		width: 60px;
	}
	.innerForm .inputBox .inputs .input input{
		height: 40px;
	}
	.innerForm .inputBox .submit{
		height: 40px;
		line-height: 40px;
	}
	.commonNav .swiper-slide{
		font-size: 14px;
		line-height: 40px;
	}
	.commonNav .swiper-slide:not(:last-child){
		margin-right: 20px;
	}
	.banner1 .banner-box .en,
	.banner1 .banner-box .zh{
		font-size: 22px;
	}
	.footer{
		padding: 20px 0;
	}
	.header-c .logo img{
		height: 40px;
	}
	.header-c .searchBox{
		width: 160px;
	}
	.header-c .searchBox .submit{
		width: 24%;
	}
	.header-t .content90 a:not(:last-child){
		margin-right: 15px;
	}
	.footer-r .ewm-text{
		margin-top: 6px;
	}
	.footer .footer-b{
		margin-top: 10px;
	}
}