body, button, dd, div, dl, form, h1, h2, h3, h4, h5, h6, html, img, input, li, ol, p, ul {
    margin: 0;
    padding: 0;
    border: 0
}

* {
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family:Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    overflow-x: hidden;
}

button, input, textarea,select{
   -webkit-appearance: none;
   resize: none;
   outline: none;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
   border: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
.none{
	display:none;
}

.online_x{
	cursor:pointer;
}
button:hover,
input[type=submit]:hover {
    cursor: pointer
}

button:focus,
input:active,
input:focus,
textarea:focus {
   /* border: 0*/
  	outline: 0 none;
  	outline-color: transparent;
}

a {
    color: #333;
    display: inline-block;
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none;
  
}

a:active {
    text-decoration: none
}
li{
	list-style: none;
}

::-webkit-scrollbar { width: 8px; /* 竖向滚动条宽度 */ height: 6px; /* 横向滚动条宽度 */ background-color: rgba(0, 0, 0, 0.1); border-radius: 3px; }
::-webkit-scrollbar-thumb { border-radius: 3px; background-color:#0042ae }
::-webkit-scrollbar-thumb:hover { background-color:#333 }



.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1
}
@font-face{
    font-family: "HarmonyOSSansSCRegular"; 
    /*src: url('../fonts/HarmonyOS_Sans_SC_Regular.ttf');*/
   	src: url('https://fwfonts.oss-cn-beijing.aliyuncs.com/shanshang/fonts/HarmonyOS_Sans_SC_Regular.ttf');
}
@font-face{
    font-family: "HarmonyOSSansSCLight"; 
    /*src: url('../fonts/HarmonyOS_Sans_SC_Light.ttf');*/
   	src: url('https://fwfonts.oss-cn-beijing.aliyuncs.com/shanshang/fonts/HarmonyOS_Sans_SC_Light.ttf');
}
@font-face{
    font-family: "HarmonyOSSansSCBold"; 
    /*src: url('../fonts/HarmonyOS_Sans_SC_Bold.ttf');*/
   	src: url('https://fwfonts.oss-cn-beijing.aliyuncs.com/shanshang/fonts/HarmonyOS_Sans_SC_Bold.ttf');
}
@font-face{
    font-family: "MontserratRegular"; 
    /*src: url('../fonts/manrope-regular-6.otf');*/
   	src: url('https://fwfonts.oss-cn-beijing.aliyuncs.com/shanshang/fonts/manrope-regular-6.otf');
}

@-webkit-keyframes fadeInUpSmall{
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpSmall{
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpSmall{
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
}

@keyframes fadeup{
    0% {
        transform: translateY(20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.fadeup{
    -webkit-animation-name: fadeup;
    animation-name: fadeup;
}

@keyframes faderight{
    0% {
        transform: translateX(20px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.faderight{
    -webkit-animation-name: faderight;
    animation-name: faderight;
}

@keyframes fadeleft{
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.fadeleft{
    -webkit-animation-name: fadeleft;
    animation-name: fadeleft;
}

.comwidth{
	width: 83.33333333%;
	margin-left: auto;
	margin-right: auto;
}
.header{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 15;
	width: 100%;
}
.header:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.1);
}
.header.on,
.header.white,
.header.act{
	background-color: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}
.header.on:before{
	background: transparent;
}
.header .box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .box .logo{
	padding-left: 1.66666666666667vw;
}
.header .box .logo a img{
	max-width: 9.6875vw;
}
.header .box .logo a .ic2{
	display: none;
}
.header.on .box .logo a .ic2,
.header.white .box .logo a .ic2,
.header.act .box .logo a .ic2{
	display: inline-block;
}
.header.on .box .logo a .ic1,
.header.white .box .logo a .ic1,
.header.act .box .logo a .ic1{
	display: none;
}
.header .wrap{
	display: flex;
	align-items: center;
}
.header .nav{
	position: relative;
	padding-right: 1.04166666666667vw;
}
.header .nav ul{
	display: flex;
}
.header .nav>ul>li{
	padding-left: 1.04166666666667vw;
	padding-right: 1.04166666666667vw;
}
.header .nav>ul>li:first-child{
	padding-left: 0;
}
.header .nav>ul>li.special{
	position: static;
}
.header .nav>ul>li>a{
	position: relative;
	font-family: "HarmonyOSSansSCRegular"; 
	color: #FFFFFF;
	font-size: 0.9375vw;
	line-height: 4.6875vw;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header.on .nav>ul>li>a,
.header.white .nav>ul>li>a,
.header.act .nav>ul>li>a{
	color: rgba(0,0,0,0.8);
}
.header .nav>ul>li:hover>a{
	color: #e60012;
}
.header .nav>ul>li>a:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 3px;
	background: #e60012;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header .nav>ul>li:hover>a:before{
	width: 100%;
}
.header .cellbox{
	position: fixed;
	left: 0;
	top: 4.6875vw;
	width: 100%;
	background: #FFFFFF url(/static/default/assets/img/navcellbg.png) right bottom no-repeat;
	background-size: 19.16666666666667% auto;
	padding-top: 3.125%;
	padding-bottom: 4.6875%;
	padding-left: 4.6875%;
	padding-right: 4.6875%;
	box-sizing: border-box;
	/*box-shadow: 0px 5px 32px rgba(0,0,0,0.1);*/
	box-shadow: 0px 20px 32px rgba(0,0,0,0.1);
	border-top: rgba(129,129,129,0.1) solid 1px;
	display: none;
}
.header .cellbox ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.header .cellbox ul li h3 a{
	position: relative;
	display: block;
	width: 100%;
	padding-left: 1vw;
	padding-bottom: 0.78vw;
	color: #000000;
	font-size: 0.9vw;
	border-bottom: rgba(0,0,0,0.06) solid 1px;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header .cellbox ul li:hover h3 a{
	color: #e4000d;
}
.header .cellbox ul li h3 a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0.4vw;
	width: 0.52083333333333vw;
	height: 0.52083333333333vw;
	background-color: #cdcdcd;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header .cellbox ul li:hover h3 a:before{
	background-color: #e40311;
}
.header .cellbox ul li ul{
	display: block;
	margin-top: 1vw;
	min-width: 10.4vw;
}
.header .cellbox ul li ul li{
	display: block;
	width: 100%;
	margin-bottom: 0.5vw;
}
.header .cellbox ul li ul li a{
	font-size: 0.73333333333333vw;
	color: rgba(0,0,0,0.6);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header .cellbox ul li ul li:hover a{
	color: #e4000d;
}
/**/
.header .nav .drop-down {
    position: absolute;
    top: 4.6875vw;
    left: 0;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    /*min-width: 33.85416666666667vw;*/
   	min-width: 100%;
    box-shadow: 0px 20px 32px rgba(0,0,0,0.1);
    background: #FFFFFF;
    text-align: center;
    overflow: hidden;
}
.header .nav .drop-down .downlist{
	display: flex;
	align-items: stretch;
}
.header .nav .drop-down .downlist ul{
	display: block;
	float: left;
	width: 50%;
	padding: 2.08333333333333vw;
	padding-bottom: 8.5vw;
	box-sizing: border-box;
	background: #FFFFFF url(/static/default/assets/img/icon71.png) left 1.40625vw bottom no-repeat;
	background-size: 10.20833333333333vw auto;
}
.header .nav .drop-down .downlist ul li{
	display: block;
	text-align: left;
}
.header .nav .drop-down a{
	position: relative;
	display: flex;
	align-items: center;
	white-space: nowrap;
	font-size: 0.833333333333vw;
	color: rgba(0,0,0,0.6);
	height: 1.875vw;
	padding-top: 0;
	padding-bottom: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header .nav .drop-down a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.21vw;
	width: 0.42vw;
	height: 0.42vw;
	background: #e60012;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header .nav .drop-down ul li.on a:before,
.header .nav .drop-down ul li a:hover:before{
	opacity: 1;
}
.header .nav .drop-down ul li.on a,
.header .nav .drop-down a:hover{
	padding-left: 1.25vw;
	color: #e60012;
}
.header .nav .drop-down .imgBox{
	float: left;
	position: relative;
	width: 50%;
	overflow: hidden;
}
.header .nav .drop-down .imgBox:before{
	content: '';
	position: absolute;
	z-index: 2;
	/*top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-left: #FFFFFF solid 8.61979166666667vw;
	border-top: transparent solid 8.61979166666667vw;
	border-bottom: transparent solid 8.61979166666667vw;*/
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: url(/static/default/assets/img/icon72.png) right center no-repeat;
	background-size: 100% 100%;
}
.header .nav .drop-down .imgBox img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/**/
.header .formicon span,
.header .formicon a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.6875vw;
	height: 4.6875vw;
	background: #e60012;
}
.header .formicon span img,
.header .formicon a img{
	width: 1.04166666666667vw;
}
.header .formicon span .ic2,
.header .formicon a .ic2{
	display: none;
}
/**/
/*Ã¤Â¾Â§Ã¨Â¾Â¹Ã¦Â Â*/
.sidebar{
	position: fixed;
	top: 50%;
    right: 0;
    z-index: 12;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sidebar>ul{
}
.sidebar>ul>li{
	position: relative;
	text-align: center;
	cursor: pointer;
	margin-bottom: 1px;
}
.sidebar ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 3.125vw;
	height: 3.125vw;
	text-align: center;
	border-radius: 0.26vw;
	overflow: hidden;
	background: #ffffff;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}
.sidebar ul li.on a, .sidebar ul li:hover a{
	background-color: #ffffff;
	text-decoration:none;
}
.sidebar ul li.istop a{
	background: #e60012;
}
.sidebar ul li a .img{
	display: block;
	width: 100%;
	overflow: hidden;
}
.sidebar ul li a img{
	display: block;
	margin: auto;
	width: 41.66666666666667%;
}
.sidebar ul li.istop a img{
	width: 18.33333333333333%;
}

.sidebar ul li .secondary{
	display: none;
	position: absolute;
	right: 3.5vw;
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	min-width: 100%;
	padding: 0.6vw;
	background: #ffffff;
	box-shadow: 0px 8px 29px rgba(6,63,55,0.2);
	border-radius: 0.78125vw;
    box-sizing: border-box;
    white-space: nowrap;
}
.sidebar ul li .secondary::before{
	content: '';
	position: absolute;
	top: 0;
	right: -0.5vw;
	bottom: 0;
	margin: auto;
	width: 0;
    height: 0;
	border-top: 0.41666666666667vw solid transparent;
    border-bottom: 0.41666666666667vw solid transparent;
    border-left: 0.52083333333333vw solid #ffffff;
}
.sidebar ul li .codeimg{
	text-align: center;
	width: 5.72916666666667vw;
}
.sidebar ul li .codeimg img{
	display: block;
	width: 100%;
}
.sidebar ul li .secondary .txtli{
	min-width: 8vw;
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.sidebar ul li .secondary .txtli img{
	width: 1vw;
	margin-right: 0.35vw;
}
.sidebar ul li .txt{
	text-align: center;
	margin-top: 0.3vw;
	color: #666666;
	font-size: 0.72916666666667vw;
}
/**/
.m-nav{
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	height: calc(100vh - 70px);
	display: none;
	z-index: 99;
	background-color: #FFFFFF;
	overflow-y: scroll;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.m-nav ul{
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 10px;
}
.m-nav>ul{
	padding-top: 20px;
	padding-left: 5%;
    padding-right: 5%;
}
.m-nav>ul>li{
	width: 100%;
    text-align: left;
    border-bottom: #e5e5e5 solid 1px;
    box-sizing: border-box;
    list-style: none;
}
.m-nav ul li a,
.m-nav ul li .headtitle{
	display: block;
    line-height: 1.7;
    color: #666666;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.m-nav>ul>li>a,
.m-nav>ul>li>.headtitle{
	font-size: 18px;
    padding: 15px 0px;
}
.m-nav ul li:hover>a,
.m-nav ul li .headtitle.on{
	color: #e60012;
}
.m-nav ul li ul li .headtitle,
.m-nav>ul>li>ul>li>a{
	font-size: 16px;
    padding: 10px 0px;
}
.m-nav ul li .headtitle{
	position: relative;
	padding-right: 28px;
}
.m-nav ul li .headtitle i{
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    height: 100%;
    background: url(/static/default/assets/img/icon70.png) center no-repeat;
    background-size: 6px auto;
    transition: all 0.4s ease;
}
.m-nav ul li .headtitle.on i{
    background: url(/static/default/assets/img/icon70a.png) center no-repeat;
    background-size: 6px auto;
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.m-nav ul li ul{
	display: none;
}
.m-nav>ul>li>ul{
	border-top: #e5e5e5 solid 1px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.m-nav ul li  ul li ul li a{
	font-size: 15px;
    padding: 8px 0px;
}

/**/
.menubtn {
	display: none;
	float: right;
	width: 40px;
	height: 70px;
	background: url(/static/default/assets/img/menu-icon1.png) center right no-repeat;
	background-size: 28px 28px;
	cursor: pointer;
}
.menubtn.on{
	background: url(/static/default/assets/img/menu-icon2.png) center right no-repeat;
	background-size: 28px 28px;
}
.header.on .menubtn,
.header.white .menubtn,
.header.act .menubtn{
	background: url(/static/default/assets/img/menu-icon1a.png) center right no-repeat;
	background-size: 28px 28px;
}
.header.on .menubtn.on,
.header.white .menubtn.on,
.header.act .menubtn.on{
	background: url(/static/default/assets/img/menu-icon2a.png) center right no-repeat;
	background-size: 28px 28px;
}
/**/

.footer{
	padding-top: 6.25%;
	background: #323232 url(/static/default/assets/img/footbg.png) center right 5% no-repeat;
	background-size: 26.40625%;
}
.footer .wrap{
	display: flex;
	justify-content: space-between;
	padding-bottom: 7.5vw;
}
.footer .footleft{
	width: 40%;
}
.footer .footlogo a img{
	max-width: 9.6875vw;
}
.footer .footleft .text{
	margin-top: 1.2vw;
	color: rgba(255,255,255,0.6);
	font-size: 14px;
	line-height: 1.5;
}
.footer .footshare{
	margin-top: 1.875vw;
}
.footer .footshare ul{
	display: flex;
}
.footer .footshare ul li{
	position: relative;
	margin-right: 0.625vw;
	padding-bottom: 1.30208333333333vw;
}
.footer .footshare ul li a{
	/*width: 54px;
	height: 54px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.8125vw;
	height: 2.8125vw;;
	background: rgba(255,255,255,0.04);
	border-radius: 50%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.footer .footshare ul li:hover a{
	background: rgba(255,255,255,0.2);
}
.footer .footshare ul li a img{
	width: 64.81481481481481%;
	opacity: 0.66666666666666667;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.footer .footshare ul li:hover a img{
	opacity: 1;
}
.footer .footshare ul li .codeBox{
	position: absolute;
	top: 2.8125vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
}
.footer .footshare ul li:hover .codeBox{
	display: block;
}
.footer .footshare ul li .codeBox i{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 0;
	height: 0;
	border-top: 0.72916666666667vw solid transparent;
	border-left: 0.36458333333333vw solid transparent;
	border-right: 0.36458333333333vw solid transparent;
	border-bottom: 0.72916666666667vw solid #ffffff;
}
.footer .footshare ul li .codeBox .img{
	width: 7.57083333333333vw;
}
.footer .footshare ul li .codeBox .img img{
	width: 100%;
}
.footer .footright{
	width: 48%;
	overflow: hidden;
}
.footer .footinfor{
	float: left;
	width: 100%;
	margin-right: 12%;
}
.footer .footinfor:nth-child(2n){
	margin-right: 0;
}
.footer .footinfor .title{
	color: #FFFFFF;
	font-size: 1.04166666666667vw;
	padding-bottom: 1.04166666666667vw;
	border-bottom: rgba(255,255,255,0.06) solid 1px;
}
.footer .footinfor ul{
	margin-top: 0.8vw;
}
.footer .footinfor ul li{
	margin-bottom: 0.8vw;
}
.footer .footinfor ul li .t1{
	color: rgba(255,255,255,0.4);
	font-size: 0.72916666666667vw;
	margin-bottom: 5px;
}
.footer .footinfor ul li .t2{
	color: #ffffff;
	font-size: 0.83333333333vw;
	line-height: 1.6;
}
.footer .footinfor ul li .digit{
	/*font-family: "MontserratRegular";*/
	font-size: 1.04166666666667vw; 
	color: #FFFFFF;
	line-height: 1.6;
}
.footer .copyright{
	padding-top: 1vw;
	padding-bottom: 1vw;
	font-size: 0.72916666666667vw;
	line-height: 1.7;
	border-top: rgba(255,255,255,0.06) solid 1px;
	overflow: hidden;
}
.footer .copyright a{
	color: rgba(255,255,255,0.4);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.footer .copyright a:hover{
	color: #FFFFFF;
}
.footer .copyright .TechSupport{
	float: right;
}
.footer .copyright .TechSupport a{
	color: rgba(255,255,255,0.2);
}
.footer .copyright .TechSupport:hover a{
	color: rgba(255,255,255,0.5);
}

.size50{
	font-size: 2.60416666666667vw;
}
.size40{
	font-size: 2.08333333333333vw;
}
.size30{
	font-size: 1.5625vw;
}
.size24{
	font-size: 1.25vw;
}
.size22{
	font-size: 1.14583333333333vw;
}
.size20{
	font-size: 1.04166666666667vw;
}
.size18{
	font-size: 0.9375vw;
}
.size16{
	font-size: 0.83333333333333vw;
}
.size14{
	font-size: 0.72916666666667vw;
}
.size12{
	font-size: 0.625vw;
}
.bannerContent{
	position: relative;
}
.lunbotu{
	position: relative;
	z-index: 1;
	width: 100%;
	    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.lunbotu :root {
   --swiper-theme-color: #007aff;
}
.lunbotu .swiper-slide a{
	position: relative;
	display: block;
	width: 100%;
}
.lunbotu .swiper-slide>a>img,
.lunbotu .swiper-slide>img{
	width: 100%;
	height: auto;
    min-height: 100%;
	/*-webkit-transition: 1s linear 2s;
	transition: 1s linear 2s;*/
    /*-webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);*/
}
/*.lunbotu .swiper-slide-active>a>img, 
.lunbotu .swiper-slide-duplicate-active>a>img
.lunbotu .swiper-slide-active>img, 
.lunbotu .swiper-slide-duplicate-active>img{
    -webkit-transition: 2.5s linear;
    transition: 2.5s linear;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}*/
.mImg{
	display: none;
}
.lunbotu{
	/* transform: translate3d(0,0,0); */
	/* overflow: hidden; */
}
.lunbotu .swiper-slide{
	transform: translate3d(0,0,0);
}
.bannerText{
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 100%;
	box-sizing: border-box;
	padding-left: 4.6875%;
	padding-right: 4.6875%;
}
.bannerText .box{
	width: 100%;
	padding-bottom: 3.38vw;
}
.bannerText .box .img{
	margin-bottom: 1.5625vw;
}
.bannerText .box .img img{
	width: 22.13541666666667vw;
}
.bannerText .box .size40{
	font-family: "HarmonyOSSansSCLight"; 
	color: #FFFFFF;
	line-height: 1.6;
}
.bannerText .box .size40 span{
	font-family: "HarmonyOSSansSCBold"; 
}
.bannerNew{
	position: absolute;
	left: 0;
	bottom: 60px;
	width: 100%;
}
.bannerNew .swiper-container{
	width: 100%;
	padding-left: 3.125%;
	/*padding-right: 3.125%;*/
	box-sizing: border-box;
}
.bannerNew a{
	display: flex;
	align-items: center;
	background: #FFFFFF;
}
.bannerNew a .img{
	width: 33.33333333%;
	overflow: hidden;
}
.bannerNew a .img .pic{
	position: relative;
	width: 100%;
	padding-bottom: 100%;
}
.bannerNew a .img img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.bannerNew a:hover .img img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.bannerNew a .text{
	width: 66.66666667%;
	font-family: "HarmonyOSSansSCRegular"; 
	/*font-size: 16px;*/
	/*font-size: 0.83333333333333vw;*/
	color: rgba(0,0,0,0.6);
	line-height: 1.7;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    padding-left: 5.6%;
    padding-right: 3%;
    box-sizing: border-box;
}
.bannerNew a .text p{font-size:13px;}
.bannerNew a h3{
	color: #000000;
	/*font-size: 20px;*/
	/*font-size: 1.04166666666667vw;*/
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.bannerNew a:hover h3{
	color: #e60012;
}
/**/
.obanner{
	position: relative;
	z-index: 5;
}
.obanner>img{
	width: 100%;
}
.bannerImg{
	display: none;
	width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bannerTitle{
	position: absolute;
	left: 0;
	bottom: 6.25vw;
	width: 100%;
}
.bannerTitle.oTitle{
	bottom: 4.16666666666667vw;
}
.bannerTitle .comwidth{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.bannerTitle .line{
	flex: 1;
	height: 1px;
	background: rgba(255,255,255,0.2);
	margin-bottom: 1.2vw;
}
.comTitle{
	position: relative;
	padding-left: 3.64583333333333vw;
	padding-right: 2vw;
}
.comTitle i{
	position: absolute;
	left: 0.3vw;
	top: 0.9vw;
	width: 1.3vw;
	height: 1.3vw;
	background: #e70012;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.comTitle span{
	display: block;
	font-family: "HarmonyOSSansSCBold"; 
	color: rgba(255,255,255,0.4);
	font-size: 1.04166666666667vw;
	text-transform: uppercase;
	margin-bottom: 0.2vw;
}
.comTitle h2{
	font-family: "HarmonyOSSansSCBold"; 
	color: #FFFFFF;
	font-size: 2.08333333333333vw;
}
.currentTitle{
	position: relative;
	padding-left: 2vw;
}
.currentTitle .rubric{
	position: relative;
	z-index: 5;
	padding-right: 2.08333333333333vw;
	padding-bottom: 0.6vw;
	font-family: "HarmonyOSSansSCBold"; 
	color: #FFFFFF;
	font-size: 1.04166666666667vw;
	display: block;
}
.currentTitle .rubric i{
	position: absolute;
	right: 0;
	top: 0.35vw;
	width: 0.78125vw;
	height: 0.78125vw;
	background: url(/static/default/assets/img/icon21.png) center no-repeat;
	background-size: 100% auto;
}
.currentTitle .subordinate{
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding-top: 2.86458333333333vw;
	min-width: 12.76041666666667vw;
	/*display: none;*/
	opacity: 0;
	visibility: hidden;
	margin-top: 1vw;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.currentTitle:hover .subordinate{
	/*display: block;*/
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}
.currentTitle .subordinate .box{
	position: relative;
	padding-top: 15px;
	border-radius: 0.5vw;
	/*box-shadow: 0px 5px 32px rgba(0,0,0,0.1);
	overflow: hidden;*/
}
.currentTitle .subordinate i{
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	width: 0;
	height: 0;
	/*border-left: transparent solid 10px;
	border-right: transparent solid 10px;
	border-bottom: #FFFFFF solid 15px;*/
	border-left: transparent solid 16px;
	border-right: transparent solid 16px;
	border-bottom: #FFFFFF solid 24px;
}
.currentTitle .subordinate ul{
	background: #FFFFFF;
	border-radius: 0.5vw;
	padding: 1vw 1.875vw 1.5vw;
	box-shadow: 0px 5px 32px rgba(0,0,0,0.1);
}
.currentTitle .subordinate ul li{
	margin-bottom: 5px;
}
.currentTitle .subordinate ul li:last-child{
	margin-bottom: 0;
}
.currentTitle .subordinate ul li a{
	display: block;
	width: 100%;
	position: relative;
	padding-left: 1.30208333333333vw;
	padding-top: 0.5vw;
	padding-bottom: 0.5vw;
	box-sizing: border-box;
	color: rgba(0,0,0,0.6);
	font-size: 0.83333333333333vw;
	white-space: nowrap;
	border-bottom: rgba(0,0,0,0.1) solid 1px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.currentTitle .subordinate ul li:hover a{
	color: #e70012;
}
.currentTitle .subordinate ul li a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0.85vw;
	width: 0.46875vw;
	height: 0.46875vw;
	background: #ababab;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.currentTitle .subordinate ul li:hover a:before{
	background: #e70012;
}
/**/
.i-title{
	display: block;
	width: 100%;
}
.index_product .i-title{
	max-width: 32.3vw;
}
.index_solution .i-title{
	max-width: 34vw;
}
.index_about .i-title{
	max-width: 35vw;
}
.i-title small{
	display: block;
	text-transform: uppercase;
	font-family: "HarmonyOSSansSCBold"; 
	/*font-size: 20px;*/
	/*font-size: 1.04166666666667vw;*/
	color: rgba(0,0,0,0.2);
	margin-bottom: 0.25vw;
}
.i-title h2{
	font-family: "HarmonyOSSansSCBold"; 
	/*font-size: 40px;*/
	/*font-size: 2.08333333333333vw;*/
	color: #000000;
}
.i-title h2 span{
	display: inline-block;
	color: #194189;
}
.i-title .text{
	margin-top: 0.9vw;
	/*font-size: 16px;*/
	/*font-size: 0.8333333333vw;*/
	color: rgba(0,0,0,0.6);
	line-height: 1.4;
}
.i-title.white small{
	color: rgba(255,255,255,0.2);
}
.i-title.white h2{
	color: #ffffff;
}
.i-title.white .text{
	color: rgba(255,255,255,0.6);
}
.index_solution .i-title.white .text{
	color: #FFFFFF;
}
.index_product{
	padding-top: 6.25%;
	padding-bottom: 5%;
}
.index_product .box{
	position: relative;
	margin-top: -4vw;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index_product .box ul{
	width: 48.75%;
	margin-right: 2.5%;
}
.index_product .box ul:nth-child(odd){
	margin-top: 10vw;
}
.index_product .box ul:nth-child(2n){
	margin-right: 0;
}
.index_product .box ul li{
	margin-bottom: 5%;
	background: url(/static/default/assets/img/img5.png) center no-repeat;
	background-size: cover;
}
.index_product .box ul li:nth-child(2n){
	margin-right: 0;
}
.index_product .box ul li a{
	position: relative;
	display: flex;
	align-items: flex-start;
	padding: 10% 6% 6% 6%;
	box-sizing: border-box;
	min-height: 25vw;
}
.index_product .box ul li .text{
	width: 49%;
	box-sizing: border-box;
}
.index_product .box ul li .text h3{
	color: #000000;
	/*font-size: 1.5625vw;*/
	/*font-size: 30px;*/
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.index_product .box ul li a:hover .text h3{
	color: #00389d;
}
.index_product .box ul li .text .txt{
	margin-top: 1vw;
	color: rgba(0,0,0,0.6);
	/*font-size: 0.83333333vw;*/
	line-height: 1.6;
	min-height: 3.9vw;
}
.index_product .box ul li .morebtn{
	margin-top: 1.5vw;
}
.morebtn span,
.morebtn a{
	display: flex;
	align-items: center;
	color: #000000;
	font-size: 0.8333333vw;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.morebtn a:hover,
.morebtn span:hover,
.index_product .box ul li:hover .morebtn span{
	color: #e60012;
}


.index_news .newlist ul li.on a .morebtn span{
	color: #666; line-height:20px;font-size:14px;
}

.morebtn i{
	position: relative;
	display: inline-block;
	margin-right: 0.8vw;
	width: 1.51041666666667vw;
	height: 1.51041666666667vw;
	background: url(/static/default/assets/img/icon6.png) center no-repeat;
	background-size: 100% auto;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.index_about .morebtn i{
	background: url(/static/default/assets/img/icon7.png) center no-repeat;
	background-size: 100% auto;
}
/*.morebtn i:before{
	content: '→';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #000000;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.morebtn i:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1.04166666666667vw;
	height: 1.04166666666667vw;
	border: #000000 solid 1px;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 36% 91%;
	transform-origin: 36% 91%;
}*/
.index_about .morebtn{
	margin-top: 2.6vw;
}
.index_about .morebtn a{
	color: #FFFFFF;
}
.index_about .morebtn a:hover{
	color: #e60012;
}
.morebtn a:hover i,
.morebtn span:hover i,
.index_product .box ul li:hover .morebtn span i,
.index_news .newlist ul li.on a .morebtn span i{
	background: url(/static/default/assets/img/icon7.png) center no-repeat;
	background-size: 100% auto;
}
.index_product .box ul li .img{
	/*position: absolute;
	right: 6%;
	top: 16%;*/
	width: 51%;
	overflow: hidden;
}
.index_product .box ul li .img img{
	width: 100%;
	/*-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;*/
}
/*.index_product .box ul li:hover .img img{
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}*/
.index_product .box .viewAll{
	position: absolute;
	bottom: 5%;
	right: 0;
}
.viewAll a{
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;padding:10px 20px;text-align:center;background:#fafafa;
	color: #000000;
	font-size: 15px;
	border: rgba(0,0,0,0.15) solid 1px;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	white-space: nowrap;
}
.viewAll a:hover{
	color: #e60012;
}

.index_solution{
	position: relative;
}
.index_solution .box{
	position: absolute;
	left: 0;
	top: 6.25vw;
	z-index: 11;
	width: 100%;
}
.index_solution .solutionCarousel,
.index_solution .solutionTab{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.index_solution .solutionCarousel .swiper-slide{
	opacity: 0;
	visibility: hidden;
}
.index_solution .solutionCarousel .swiper-slide-active {
	opacity: 1;
	visibility: visible;
}
.index_solution .solutionCarousel .swiper-slide a{
	width: 100%;
	overflow: hidden;
}
.index_solution .solutionCarousel .swiper-slide .img img{
	width: 100%;
	-webkit-transition: 1s linear 2s;
	transition: 1s linear 2s;
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.index_solution .solutionCarousel .swiper-slide-active .img img, 
.index_solution .solutionCarousel .swiper-slide-duplicate-active .img img{
    -webkit-transition: 3s linear;
    transition: 3s linear;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.index_solution .solutionTab{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
}
.index_solution .solutionTab .swiper-slide{
	position: relative;
	padding: 1.875vw 0;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}
.index_solution .solutionTab .swiper-slide:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 0%;
	height: 0.15833333333333vw;/*height: 0.20833333333333vw;*/
	background: #e60012;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.index_solution .solutionTab .swiper-slide-thumb-active:before{
	width: 100%; 
}
.index_solution .solutionTab .swiper-slide-thumb-active{background: rgba(25,65,137,0.8);}
.index_solution .solutionTab .swiper-slide:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.15);
	backdrop-filter: blur(5px);
}
.index_solution .solutionTab .icon img{
	width: 2.03125vw;
}
.index_solution .solutionTab .icon .ic2{
	display: none;
}
.index_solution .solutionTab .swiper-slide-thumb-active .icon .ic1{
	display: none;
}
.index_solution .solutionTab .swiper-slide-thumb-active .icon .ic2{
	display: inline-block;
}
.index_solution .solutionTab .txt{
	margin-top: 0.6vw;
	color: #fff;text-transform: uppercase;
	/*font-size: 1.04166666666667vw;*/
}
.index_solution .solutionTab .swiper-slide-thumb-active .txt{
	color: #fff;
}


.index_about{
	padding-top: 6.25vw;
	padding-bottom: 6.25vw;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.index_about .i-title{
	min-height: 26vw;
	box-sizing: border-box;
}
.index_about .wrap{
	margin-top: 2.8125vw;
}
.index_about .wrap ul{
	display: flex;
	justify-content: flex-end;
}
.index_about .wrap ul li{
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	/*min-width: 9vw;
	min-height: 9vw;
	margin-right: 3.66vw;*/
	width: 9vw;
	height: 9vw;
	margin-bottom: 1.8vw;
	margin-right: 2.4vw;
}
.index_about .wrap ul li:last-child{
	margin-right: 0;
}
.index_about .wrap ul li:before{
	content: '';
	position: absolute;
	/*left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);*/
	background: rgba(230,0,18,0.6);
	z-index: -1;
	left: 24%;
	top: 45%;
    width: 90%;
    padding-bottom: 90%;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -15%);
}
.index_about .wrap ul li:nth-child(1):before{
	background: rgba(230,0,18,0.6);
}
.index_about .wrap ul li:nth-child(2):before{
	background: rgba(0,160,64,0.6);
}
.index_about .wrap ul li:nth-child(3):before{
	background: rgba(0,176,236,0.6);
}
.index_about .wrap ul li .t1{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	color: #FFFFFF;
	/*font-size: 1.04166666666667vw;*/
	margin-bottom: 0.5vw;
}
.index_about .wrap ul li .sp{
	display: flex;
	align-items: flex-start;
}
.index_about .wrap ul li .sp span{
	font-family: "HarmonyOSSansSCBold"; 
	color: #FFFFFF;
	/*font-size: 1.25vw;*/
	margin-right: 10px;
}
.index_about .wrap ul li .sp span.timer{
	line-height: 1;
}
.index_about .wrap ul li .t2{
	color: #FFFFFF;
	/*font-size: 0.83333333vw;*/
}

.prod_zshd{}
.prod_zshd .box{display: flex;align-items: flex-start;justify-content: space-between;}
.prod_zshd .box .proTab{width: 60%;padding-top:12px;}
.prod_zshd .swiper{position: relative;width: 100%;overflow: hidden;}
.prod_zshd ul li {}
.prod_zshd ul li span{
	display: block;
	min-width: 1.375vw;
	box-sizing: border-box;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	cursor: pointer;border:1px solid #CCC;
}
.prod_zshd .swiper-slide-thumb-active span,
.prod_zshd ul li:hover span,
.prod_zshd ul li.active span{color: #FFFFFF;background: #fff;border: #e60012 solid 2px;}

.prod_zshd .wrap .swiper{width: 100%;overflow: hidden;}

.prod_zshd .wrap{border:1px solid #CCC;}
.prod_zshd .wrap .newBox{display: flex;justify-content: space-between;align-items: stretch;justify-content: center; 
    align-items: center;}
.prod_zshd .wrap .newBox img{width:500px;}

.index_news{
	padding-top: 7.8125%;
}
.index_news .box{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.index_news .box .newsTab{
	padding-top: 1.042vw;
	width: 35%;
}
.newsTab .swiper{
	position: relative;
	width: 100%;
	overflow: hidden;
}
/*.newsTab ul{
	display: flex;
	align-items: center;
}
.newsTab ul li{
	margin-right: 0.46875vw;
}*/
.newsTab ul li span{
	display: block;
	/*min-width: 9.375vw;*/
	width: 100%;
	color: #000000;
	/*font-size: 1.04166666666667vw;*/
	line-height: 3.125vw;
	border: rgba(0,0,0,0.1) solid 1px;
	box-sizing: border-box;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	cursor: pointer;
}
.newsTab .swiper-slide-thumb-active span,
.newsTab ul li:hover span,
.newsTab ul li.active span{
	color: #FFFFFF;
	background: #e60012;
	border: #e60012 solid 1px;
}

.index_news .wrap .swiper{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.index_news .wrap{
	margin-top: 2.60416666666667vw;
}
.index_news .wrap .newBox{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.index_news .mainnew{
	width: 50.125%;
}
.index_news .mainnew .swiper-v{
	position: relative;
	z-index: 15;
	width: 100%;
	overflow: hidden;
}
.index_news .mainnew .swiper-v .swiper-pagination{
	position: absolute;
	left: 0;
	bottom: 3.11850311850312%;
	width: 100%;
	padding-left: 4.158%;
	padding-right: 4.158%;
	box-sizing: border-box;
	text-align: left;
}
.index_news .mainnew .swiper-v .swiper-pagination-bullet{
	width: 0.72916666666667vw;
	height: 0.72916666666667vw;
	margin-right: 0.72916666666667vw;
	background: rgba(255,255,255,0.2);
	opacity: 1;
	border-radius: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.index_news .mainnew .swiper-v .swiper-pagination-bullet-active{
	background: #e60012;
}
.index_news .mainnew a{

}
.index_news .mainnew a .text .date{
	/*font-size: 0.83333333vw;*/
	color: rgba(0,0,0,0.6);
}
.index_news .mainnew a .text h3{
	color: #000000;
	/*font-size: 1.25vw;*/
	margin-top: 0.5vw;
	line-height: 1.7;
}
.index_news .mainnew a .img{
	width: 100%;
	overflow: hidden;
	margin-top: 0;
}
.index_news .mainnew a .img img{
	width: 100%;
	/*-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;*/
}
/*.index_news .mainnew a:hover .img img{
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}*/
.index_news .newlist{
	width: 45%;
	border-bottom: rgba(0,0,0,0.06) solid 3px;
}
.index_news .newlist ul li a{
	position: relative;
	display: block;
	width: 100%;
	padding-top: 1.56vw;
	padding-bottom: 1.56vw;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	height: 4.8vw;
	overflow: hidden;
	box-sizing: border-box;
}
.index_news .newlist ul li a:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	z-index: 1;
	width: 100%;
	height: 3px;
	background: rgba(0,0,0,0.06);
}
.index_news .newlist ul li a:after{
	content: '';
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	margin: auto;
	z-index: 2;
	width: 0;
	height: 3px;
	background: #00389d;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.index_news .newlist ul li.on a:after{
	right: auto;
	left: 0;
	width: 100%;
}
.index_news .newlist ul li.on a{
	height: 11.4vw;
}
.index_news .newlist a h3{
	color: rgba(0,0,0,0.6);
	/*font-size: 1.25vw;*/
	line-height: 1.7;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.index_news .newlist ul li.on a h3{
	min-height: 1.5vw;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.index_news .newlist a h3.size24{
	font-size: 1.04166666666667vw;
}
.index_news .newlist ul li.on a h3.size24{
	font-size: 1.25vw;
}
.index_news .newlist ul li.on a h3,
.index_news .newlist ul li:hover a h3{
	color: #000000;
}
.index_news .newlist a .morebtn{
	margin-top: 10px;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.index_news .newlist ul li:hover a .morebtn span {color: #666; line-height:20px;font-size:14px;}


.index_news .newlist ul li.on a .morebtn{
	opacity: 1;
}
.othercontent{
	padding-top: 4.6875vw;
}
/**/
.position{
	display: flex;
	align-items: center;
	padding: 0.78125vw 0;
	color: #a3a3a3;
	font-size: 14px;
	line-height: 1.7;
}
.position .box{
	display: flex;
	align-items: center;
	padding-left: 1.66666666666667vw;
	padding-right: 1.66666666666667vw;
	box-sizing: border-box;
}
.position .comwidth{
	display: flex;
	align-items: center;
}
.position a{
	display: flex;
	align-items: center;
	color: #a3a3a3;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.position a img{
	margin-right: 0.2vw;
	max-width: 0.78125vw;
}
.position a:hover, .position a.on{
	color: #000000;
}
.position span{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.2vw;
}
/**/
.othercontent .newdetails .topic{
	background: #f7f7f7 url(/static/default/assets/img/img61.png) right 1.25% bottom no-repeat;
	background-size: 19.16666666666667% auto;
}
.newdetails .topic .title .comwidth{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.newdetails .topic .title .text h2{
	font-family: "HarmonyOSSansSCBold"; 
	color: #000000;
}
.newdetails .topic .title .text .txt{
	display: flex;
	margin-top: 1.3vw;
	color: rgba(0,0,0,0.6);
}
.newdetails .topic .title .text .txt span{
	margin-right: 2vw;
}
.newdetails .topic .title .text .txt span:last-child{
	margin-right: 0;
}
.EmployeeInterviewDetails .topic .title .text{
	width: 100%;
	padding: 3.125% 4%;
	box-shadow: 0px 0px 49px rgba(0,0,0,0.06);
	box-sizing: border-box;
	background-color: #FFFFFF;
}
.EmployeeInterviewDetails .topic .title .text h2,
.EmployeeInterviewDetails .topic .title .text .txt{
	width: 66%;
}
.EmployeeInterviewDetails{
	position: relative;
	z-index: 6;
}
.EmployeeInterviewDetails .topic{
	position: relative;
	z-index: 10;
	margin-top: -3vw;
}
.EmployeeInterviewDetails .topic .infor{
	position: absolute;
	right: 0;
	top: -30%;
	background: #e6e6e6;
	padding: 3.125vw;
	box-sizing: border-box;
	width: 33.125%;
}
.EmployeeInterviewDetails .topic .infor .t1{
	color: #000000;
}
.EmployeeInterviewDetails .topic .infor .t2{
	margin-top: 0.9vw;
	color: #000000;
}


.returnList{
}
.returnList a{
	width: 7.375vw;
	height: 2.86458333333333vw;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	background: #194189;
}
.returnList a i{
	display: inline-block;
	margin-right: 0.5vw;
	width: 0.72916666666667vw;
	height: 0.72916666666667vw;
	background: url(/static/default/assets/img/icon49.png) center no-repeat;
	background-size: 100% auto;
}
.specifics .wrap{
	display: flex;
	justify-content: space-between;
}
.specifics .wrap .left_w{
	width: 62.5%;
}
.specifics .wrap .right_w{
	width: 28.125%;
}
.specifics .details{
	color: rgba(0,0,0,0.6);
	line-height: 1.7;
}
.specifics .details h3{
	font-family: "HarmonyOSSansSCBold"; 
	color: #000000;
	font-size: 1.04166666666667vw;
}
.specifics .details img{
	max-width: 100%;
	height: auto;
}
.specifics .details video{
	max-width: 100%;
	height: auto !important;
}
.AutomationDetails .specifics .part{
	padding-bottom: 4.16666666666667vw;
}
.AutomationDetails .specifics .details h2{
	border-bottom: rgba(0,0,0,0.1) solid 1px;
}
.AutomationDetails .specifics .details h2 span{
	position: relative;
	display: inline-block;
	font-family: "HarmonyOSSansSCBold"; 
	color: #000000;
	font-size: 1.5625vw;
	padding-bottom: 1.1vw;
}
.AutomationDetails .specifics .details h2 span:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.10416666666667vw;
	background: #e60012;
}
.AutomationDetails .specifics .details .text{
	margin-top: 2vw;
}
.AutomationDetails .specifics .details .text .substance{
	margin-bottom: 1.5vw;
}
.AutomationDetails .specifics .details .text .substance .wz{
	position: relative;
	padding-left: 1.5625vw;
}
.AutomationDetails .specifics .details .text .substance .wz:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0.4vw;
	width: 0.625vw;
	height: 0.625vw;
	background: #e60012;
	transform: rotate(45deg);
}
.Recommended{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-left: 0.5vw;
	padding-right: 0.5vw;
	padding-top: 0.5vw;
	padding-bottom: 8%;
	box-sizing: border-box;
	margin-top: 1vw;
}
.Recommended .swiper-slide a{
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	width: 100%;
	box-shadow: 0px 0px 16px rgba(0,0,0,0.11);
}
.Recommended .swiper-slide .img{
	width: 57.14285714285714%;
	overflow: hidden;
	background-color: #fafafa;
}
.Recommended .swiper-slide .img img{
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.Recommended .swiper-slide a:hover .img img{
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.Recommended .swiper-slide .txt{
	width: 42.85714285714286%;
	box-sizing: border-box;
	padding-left: 2.6vw;
	padding-right: 1.2vw;
	padding-top: 1.6vw;
	padding-bottom: 1.6vw;
}
.Recommended .swiper-slide .txt .t1{
	min-height: 6.25vw;
	line-height: 1.5;
	color: #000000;
}
.Recommended .swiper-slide .txt .t2{
	margin-top: 1vw;
}
.Recommended .swiper-slide .txt .t2 span{
	position: relative;
	color: rgba(0,0,0,0.6);
	display: inline-block;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.Recommended .swiper-slide a:hover .txt .t2 span{
	color: #e60012;
}
.Recommended .swiper-slide .txt .t2 span:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,0.2);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.Recommended .swiper-slide a:hover .txt .t2 span:before{
	background: #e60012;
}
.Recommended .swiper-button-next, 
.Recommended .swiper-button-prev{
	position: absolute;
    top: auto;
    bottom: 0.3vw;
    transform: none;
    z-index: 10;
    cursor: pointer;
}
.CommonButton{
	width: 1.45833333333333vw;
   	height: 1.45833333333333vw;
   	background: none !important;
}
.Recommended .swiper-button-next, 
.Recommended.swiper-container-rtl .swiper-button-prev {
    /*background-image: url(/static/default/assets/img/icon35a.png); 
    background-size: 100% 100%;*/
    left: 6%;
}
.Recommended .swiper-button-prev, 
.Recommended.swiper-container-rtl .swiper-button-next {
    /*background-image: url(/static/default/assets/img/icon34a.png); 
    background-size: 100% 100%;
    left: 34.5%;*/
   	left: 1%;
    right: auto;
}
.CommonButton.swiper-button-next:before, 
.CommonButton.swiper-button-prev:before{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 0.625vw;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.CommonButton.swiper-button-next:before{
	content: '→';
} 
.CommonButton.swiper-button-prev:before{
	content: '→';
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.CommonButton.swiper-button-next:after, 
.CommonButton.swiper-button-prev:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	background: #e60012;
	border: #e60012 solid 1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.CommonButton.swiper-button-next.swiper-button-disabled{
	opacity: 1;
}
.CommonButton.swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}
.CommonButton.swiper-button-next.swiper-button-disabled:after, 
.CommonButton.swiper-button-prev.swiper-button-disabled:after{
	background: none;
	border: rgba(0,0,0,0.5) solid 1px;
}
.CommonButton.swiper-button-next.swiper-button-disabled:before, 
.CommonButton.swiper-button-prev.swiper-button-disabled:before{
	color: rgba(0,0,0,0.4);
}
.OtherCases .title{
	font-family: "HarmonyOSSansSCBold"; 
}
.OtherCases ul{
	margin-top: 1vw;
}





.OtherInterviews .title,
.RelatedNews .title{
	padding-bottom: 0.78125vw;
	border-bottom: rgba(0,0,0,0.06) solid 0.1vw;
}
.OtherInterviews .title h3,
.RelatedNews .title h3{
	font-family: "HarmonyOSSansSCBold"; 
	color: #000000;
}
.RelatedNews ul li a{
	display: block;
	width: 100%;
	color: #000000;
	line-height: 1.6;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-top: 1.25vw;
	padding-bottom: 1.25vw;
	border-bottom: rgba(0,0,0,0.06) solid 0.05vw;
}
.RelatedNews ul li:hover a{
	color: #e60012;
}
.OtherInterviews ul li{
	padding-top: 1vw;
	padding-bottom: 1vw;
	border-bottom: rgba(0,0,0,0.06) solid 0.05vw;
}
.OtherInterviews ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.OtherInterviews ul li .img{
	position: relative;
	width: 17.77777777777778%;
	padding-bottom: 17.77777777777778%;
	overflow: hidden;
}
.OtherInterviews ul li .img img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.OtherInterviews ul li .text{
	width: 74%;
	overflow: hidden;
	color: #000000;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.OtherInterviews ul li a:hover .text{
	color: #e60012;
}
.detailTitle{
	padding-top: 2.08333333333333vw;
	padding-bottom: 1.7vw;
	margin-bottom: 1vw;
}
.detailTitle span{
	position: relative;
	display: inline-block;
	min-width: 22.39583333333333vw;
	padding-top: 0.9vw;
	padding-bottom: 0.9vw;
	padding-left: 1.5vw;
	padding-right: 1.5vw;
	color: #FFFFFF;
	background: #e60012;
}
.detailTitle span:before{
	content: '';
	position: absolute;
	right: -2.08333333333333vw;
	top: -2.08333333333333vw;
	width: 2.08333333333333vw;
	height: 2.08333333333333vw;
	background: #00a040;
}
.detailTitle span:after{
	content: '';
	position: absolute;
	left: -4.53125vw;
	bottom: -1.7vw;
	width: 9.0625vw;
	height: 1.7vw;
	background: #00b0ec;
}
/*20250210修改*/
.detail_profile{
/*	margin-top: 6%;*/
	margin-bottom: 6%;
	padding: 6% 0;
	background: #f1f1f1;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 640px) {
	.detail_profile{
		margin-bottom: 8%;
	}
}
.detail_profile .imgBox{
	width: 32.3%;
	overflow: hidden;
}
.detail_profile .imgBox img{
	width: 100%;
}
.detail_profile .textBox{
	width: 67.7%;
	padding: 0 5%;
	box-sizing: border-box;
}
.detail_profile .textBox .t1{
	color: #000000;
	margin-bottom: 0.8vw;
}
.detail_profile .textBox .t1 span{
	display: inline-block;
	margin-left: 1.2vw;
	color: #e60012;
}
.detail_profile .textBox .t2{
	color: rgba(0,0,0,0.6);
	line-height: 1.7;
}


.prvenext ul{
	display: flex;
}
.prvenext ul li{
	width: 50%;
}
.prvenext ul li a{
	display: block;
	width: 100%;
	padding-top: 2.34375vw;
	padding-bottom: 2.34375vw;
	box-sizing: border-box;
	background-color: #eeeeee;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.prvenext ul li a:hover{
	background: #194189;
}
.prvenext ul li .t1{
	color: rgba(0,0,0,0.6);
	margin-bottom: 0.2vw;
}
.prvenext ul li .t2{
	color: #000000;
	white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.prvenext ul li a:hover .t1{
	color: rgba(255,255,255,0.6);
}
.prvenext ul li a:hover .t2{
	color: #ffffff;
}
.prveli a{
	padding-left: 8.33333333333333vw;
	padding-right: 2.6vw;
	text-align: left;
}
.nextli a{
	padding-right: 8.33333333333333vw;
	padding-left: 2.6vw;
	text-align: right;
}
/**/
.index_video{
	padding-top: 4.375%;
	padding-bottom: 7%;
}
.index_video .box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.index_video .box .viewAll{
	padding-top: 1.25vw;
}
.index_video .wrap{
	margin-top: 2.604vw;
	margin-left: auto;
	margin-right: auto;
	width: calc(83.33333333% + 1.04166666666667vw);
	box-sizing: border-box;
	overflow: hidden;
}
.index_video .wrap .swiper{
	position: relative;
	width: 100%;
	padding-bottom: 3.2%;
}

.index_video .wrap .swiper-slide{
	padding-left: 0.52083333333333vw;
	padding-right: 0.52083333333333vw;
	box-sizing: border-box;
}
.index_video .swiper-scrollbar {
    position: relative;
    touch-action: none;
    background: rgba(0,0,0,0.06);
}
.index_video .swiper-horizontal>.swiper-scrollbar, 
.index_video .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    margin-left: auto;
    margin-right: auto;
    height: 0.15625vw;
    width: calc(100% -  1.04166666666667vw);
}
.index_video .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: #00389d;
    left: 0;
    top: 0;
}
.videoli{
	width: 100%;
}
.videoli .videoImg{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.videoli .videoImg .img{
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
}
.videoli .videoImg .img img{
	width: 100%;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.videoli:hover .videoImg .img img{
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}
.videoli .videoImg .img:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
}
.videoli .videoImg .playIcon{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 5;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 2.86458333333333vw;
}
.videoli .videoImg .playIcon img{
	width: 100%;
}
.videoli .playTxt{
	padding: 6.73% 6.73% 9.2%;
	box-shadow: 0px 0px 16px rgba(0,0,0,0.11);
}
.videoli .playTxt .date{
	color: #E60012;
	margin-bottom: 0.5vw;
}
.videoli .playTxt h3{
	color: #000000;
	/*font-size: 1.04166666666667vw;*/
	line-height: 1.6;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.videoli .playTxt .sortTxt{
	position: relative;
	margin-top: 3vw;
}
.videoli .playTxt .sortTxt:before{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #e5e5e5;
}
.videoli .playTxt .sortTxt span{
	position: relative;
	background: #FFFFFF;
	display: inline-block;
	max-width: 100%;
	padding-right: 0.8vw;
	box-sizing: border-box;
	background: #FFFFFF;
	color: rgba(0,0,0,0.6);
}
.videoli:hover .playTxt h3{
	color: #e4000d;
}

.bigPicLayer.indexexample{
	display: none;
	max-width: 1200px;
	width: 90%;
	height: 675px;
	position: fixed;
	z-index: 17;
	top: 40% !important;
	margin-top: -180px;
	padding: 10px;
}
.bigPicLayer.indexexample .video-js{
	height: auto;
}
.bigPicLayer.indexexample .close {
	display: block;
	width: 38px;
	height: 38px;
	background: url(/static/default/assets/img/closebtn.png) no-repeat;
	right: -50px;
	top: -50px;
	position: absolute;
	z-index: 12;
}
.bigPicLayer.indexexample .close em {
	width: 1px;
	height: 50px;
	background: #009690;
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -0.5px;
	top: 100%;
}
.bigPicLayer.indexexample .imgDiv {
	text-align: center;
}
.bigPicLayer.indexexample .imgDiv img {
	width: 100%;
}
.bigPicLayer.indexexample .imgDiv span {
	display: block;
	text-align: center;
	font-size: 18px;
	margin-top: 16px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
}
/*.video_all{
	position:fixed; 
	top:0; 
	left:0; 
	z-index: 9; 
	display:none; 
	width:100%; 
	height:100%; 
	opacity:0.5; 
	-moz-opacity:0.5; 
	filter:alpha(opacity=50);
	background-color:#000;
}*/
/**/
#Layer1 {
    position: fixed;
    background: #000000;
    top: 0;
    left: 0;
    width: 100% !important;
	z-index: 16;
}
@media screen and (max-width: 1440px) {
	.bigPicLayer.indexexample{
		display: none;
		width: 600px;
		height: 350px;
		position: fixed;
		z-index: 111;
		top: 40% !important;
		margin-top: -100px;
		padding: 10px;
	}
}
@media screen and (max-width: 1004px) {
	.bigPicLayer.indexexample{
		left: 50% !important;
		margin-left: -300px;
		box-sizing: border-box;
	}
	.bigPicLayer.indexexample .imgDiv{
		height: 169px;
	}
}
@media only screen and (max-width: 767px){
	.bigPicLayer.indexexample{
		display: none;
		position: fixed;
		width: 94%;
		height: auto;
		margin-left: 0px;
		top: 35% !important;
		left: 3% !important;
		z-index: 17;
	}
	.bigPicLayer.indexexample .close{
		display: block;
		width: 40px;
		height: 40px;
		right: 0;
		top: -15%;
		position: absolute;
		background-size: cover;
		z-index: 10;
	}
	
}
@media only screen and (max-width: 480px){
	.bigPicLayer.indexexample .close{
		width: 36px;
		height: 36px;
	}
}
.padT180{
	padding-top: 9.375%;
}
.padT170{
	padding-top: 8.33333333333333%;
}
.padT150{
	padding-top: 7.8125%;
}
.padT140{
	padding-top: 7.29%;
}
.padT120{
	padding-top: 6.25%;
}
.padT100{
	padding-top: 5.20833333333333%;
}
.padT90{
	padding-top: 4.6875vw;
}
.padT65{
	padding-top: 3.38541666666667%;
}
.padT50{
	padding-top: 2.60416666666667%;
}
.padB90{
	padding-bottom: 4.6875vw;
}
.padB100{
	padding-bottom: 5.20833333333333%;
}
.padB120{
	padding-bottom: 6.25%;
}
.padB140{
	padding-bottom: 7.29166666666667%;
}
.padB150{
	padding-bottom: 7.8125%;
}
.padB180{
	padding-bottom: 9.375%;
}
.padB200{
	padding-bottom: 10.4%;
}
.padB250{
	padding-bottom: 13.02083333333333%;
}
/*product*/
.productCenter{
}
.productCenter .headline{
	text-align: center;
	padding-bottom: 4.375%;
	border-bottom: rgba(0,0,0,0.1) solid 1px;
}
.productCenter .headline small{
	color: rgba(0,0,0,0.8);
}
.productCenter .headline h2{
	margin-top: 0.8vw;
	font-family: "HarmonyOSSansSCBold"; 
	color: #000000;
}
.productCenter .headline .txt{
	margin-top: 0.8vw;
	color: rgba(0,0,0,0.5);font-size:14px;padding:0 10%;line-height:1.5;
}
.productCenter .wrap{
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-top: 3.5%;
}
.productCenter .left_w{
	width: 16.25%;
}
.productCenter .right_w{
	width: 77.875%;
}
.productNav{
	position: relative;
	max-height: calc(100vh - 8.33333333333333vw);
	overflow-y: auto;
}
.productNav.fixed{
	position: fixed;
	top: 6.25vw;
}
.productNav>ul>li{
	margin-bottom: 5%;
}
.productNav>ul>li:last-child{
	margin-bottom: 0;
}
.productNav ul li .title{
	font-family: "HarmonyOSSansSCBold"; 
	color: #000000;
	padding-bottom: 0.58125vw;
	margin-bottom: 1vw;
	border-bottom: rgba(0,0,0,0.1) solid 1px;
}
.productNav ul li .on {color: #d80000;}
.productNav ul li ul li{
	margin-bottom: 0.7vw;
}
.productNav ul li ul li a{
	position: relative;
	padding-right: 1.8vw;
	width: 100%;
	box-sizing: border-box;
	color: rgba(0,0,0,0.6);
	line-height: 1.5;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.productNav ul li ul li:hover a,
.productNav ul li ul li.on a{
	color: #e60012;
}
.productNav ul li ul li a i{
	position: absolute;
	right: 0;
	top: 0;
	width: 1.8vw;
	height: 100%;
	background: url(/static/default/assets/img/icon22.png) center no-repeat;
	background-size: 0.26041666666667vw auto;
}
.productNav ul li ul li:hover a i,
.productNav ul li ul li.on a i{
	background: url(/static/default/assets/img/icon23.png) center no-repeat;
	background-size: 0.26041666666667vw auto;
}

.productCenter .productList{
	margin-top: 0%;
}
.productList .box{
	margin-bottom: 0%;
}
.productList .box:last-child{
	margin-bottom: 0;
}
.productList .box .title{
	margin-bottom: 2%;
}
.productList .box .title h3{
	font-family: "HarmonyOSSansSCBold"; 
	color: #000000;
}
.productList .box ul{
	display: flex;
	flex-wrap: wrap;
}
.productList .box ul li{
	width: 32.10272873194221%;
	margin-right: 1.84590690208668%;
	margin-bottom: 1.84590690208668%;
}
.productList .box ul li:nth-child(3n){
	margin-right: 0;
}
.productList .box ul li a{
	position: relative;
	display: block;
	width: 100%;
	background: url(/static/default/assets/img/img29.png) top center no-repeat;
	background-size: 100% auto;
	border: rgba(129,129,129,0.3) solid 1px;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.productList .box ul li:hover a{
	border: #194189 solid 1px;
}
.productList .box ul li .imgBox{
	/*padding-left: 0.78125vw;
	padding-right: 0.78125vw;
	text-align: center;
	margin-bottom: 0.5vw;*/
	text-align: center;
	padding-left: 3.75%;
	padding-right: 3.75%;
	margin-bottom: 2.5%;
}
.productList .box ul li .imgBox img{
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.productList .box ul li:hover .imgBox img{
	-webkit-transform: scale(1);
	transform: scale(1);
}
.productList .box ul li .textBox{
	text-align: center;
	padding-bottom: 1.5vw;
	padding-left: 9%;padding-top:1%;
	padding-right: 9%;
	box-sizing: border-box;
}
.productList .box ul li .textBox h4{
	color: #010101;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;color:#666;
}
.productList .box ul li:hover .textBox h4{
	color: #e60012;
}
.productList .box ul li .textBox .txt{
	margin-top: 0.6vw;
	color: rgba(0,0,0,0.6);
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.productList .box ul li .textBox .icon{
	display: flex;
	justify-content: center;
	margin-top: 1.5vw;
}
.productList .box ul li .textBox .icon span{
	display: inline-block;
	/*width: 1.51041666666667vw;
	height: 1.51041666666667vw;
	background: url(/static/default/assets/img/icon24.png) center no-repeat;
	background-size: 100% auto;*/
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: relative;
	color: #000000;
	font-size: 0.521vw;
}
.productList .box ul li .textBox .icon span:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	width: 1.04166666666667vw;
	height: 1.04166666666667vw;
	border: #000000 solid 1px;
	box-sizing: border-box;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.productList .box ul li:hover .textBox .icon span{
	color: #FFFFFF;
	/*background: url(/static/default/assets/img/icon25.png) center no-repeat;
	background-size: 100% auto;*/
}
.productList .box ul li:hover .textBox .icon span:before{
	border: #e60012 solid 1px;
	background-color: #e60012;
}
/*product details*/
.DetailedPlan .details .comwidth{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.DetailedPlan .details .left_w{
	width: 41.25%;
}
.DetailedPlan .details .right_w{
	width: 53.5%;
	border-top: #e5e5e5 solid 1px;
	border-bottom: #e5e5e5 solid 1px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding-top: 0%;
	padding-bottom: 1%;
}
.DetailedPlan .details .left_w .swiper{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.DetailedPlan .details .left_w .swiper .img{
	width: 100%;
	overflow: hidden;text-align:center;
}
.DetailedPlan .details .left_w .swiper .img img{
	width: 76%;
}
.DetailedPlan .details .right_w .textBox .title span{
	display: block;
	color: #e60012;
}
.DetailedPlan .details .right_w .textBox .title h2{
	font-family: "HarmonyOSSansSCBold"; 
	color: #000000;
}
.DetailedPlan .details .right_w .textBox .text{
	margin-top: 1.5vw;
	color: rgba(0,0,0,0.6);
	line-height: 1.6;
}
.DetailedPlan .details .right_w .textBox .text .t1{
	color: #000000;
	margin-bottom: 0.5vw;
}
.DetailedPlan .details .right_w .textBox .text .t2{
border-top:1px solid #e5e5e5;padding-top:20px;
}
.DetailedPlan .details .right_w .textBox .btn{
	margin-top: 2.60416666666667vw;
	padding-bottom: 1.5vw;
}
.DetailedPlan .details .right_w .textBox .btn ul{
	display: inline-block;
}
.DetailedPlan .details .right_w .textBox .btn ul li{
	position: relative;
}
.DetailedPlan .details .right_w .textBox .btn ul li .codeBox{
	position: absolute;
	left: 11.5vw;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 0.9vw;
	display: none;
	width: 10vw;
}
.DetailedPlan .details .right_w .textBox .btn ul li:hover .codeBox{
	display: block;
}
.DetailedPlan .details .right_w .textBox .btn ul li .codeBox .img{
	padding: 0.78125vw;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.06);
}
.DetailedPlan .details .right_w .textBox .btn ul li .codeBox .img img{
	display: block;
	width: 100%;
}
.DetailedPlan .details .right_w .textBox .btn ul li .codeBox .triangle{
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	/*width: 0;
	height: 0;
	border-bottom: transparent solid 0.5vw;
	border-top: transparent solid 0.5vw;
	border-right: #FFFFFF solid 0.78125vw;*/
	width: 0.98958333333333vw;
	height: 1.51041666666667vw;
	background: url(/static/default/assets/img/icon59.png) center no-repeat;
	background-size: 100% auto;
}
.DetailedPlan .details .right_w .textBox .btn a,
.DetailedPlan .details .right_w .textBox .btn span{
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 6.71666666666667vw;
	height: 2.16458333333333vw;
	line-height: 2.16458333333333vw;
	margin-bottom: 0.5vw;
	border: rgba(0,0,0,0.06) solid 1px;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
/*20250115*/
.DetailedPlan .details .right_w .textBox .btn a,
.DetailedPlan .details .right_w .textBox .btn span{
	background: #e2e2e2;
	border: #dadada solid 1px;
	color: #666;
}
/*end*/
.DetailedPlan .details .right_w .textBox .btn a:hover,
.DetailedPlan .details .right_w .textBox .btn span:hover{
	background: #194189;
	border: #194189 solid 1px;
	color: #FFFFFF;
}
.DetailedPlan .details .right_w .textBox .btn a i,
.DetailedPlan .details .right_w .textBox .btn span i{
	display: inline-block;
	margin-right: 0.5vw;
	width: 0.72916666666667vw;
	height: 0.83333333333333vw;
}
/*20250115*/
/*.DetailedPlan .details .right_w .textBox .btn a i{
	background: url(/static/default/assets/img/icon57.png) center no-repeat;
	background-size: 100% auto;
}
.DetailedPlan .details .right_w .textBox .btn span i{
	background: url(/static/default/assets/img/icon58.png) center no-repeat;
	background-size: 100% auto;
}*/
.DetailedPlan .details .right_w .textBox .btn a i{
	background: url(/static/default/assets/img/icon57a.png) center no-repeat;
	background-size: 100% auto;
}
.DetailedPlan .details .right_w .textBox .btn span i{
	background: url(/static/default/assets/img/icon58a.png) center no-repeat;
	background-size: 100% auto;
}
.DetailedPlan .details .right_w .textBox .btn a:hover i{
	background: url(/static/default/assets/img/icon57a.png) center no-repeat;
	background-size: 100% auto;
}
.DetailedPlan .details .right_w .textBox .btn span:hover i{
	background: url(/static/default/assets/img/icon58a.png) center no-repeat;
	background-size: 100% auto;
}
/*.DetailedPlan .details .right_w .textBox .btn a i img,
.DetailedPlan .details .right_w .textBox .btn span i img{
	width: 100%;
}
.DetailedPlan .details .right_w .textBox .btn a i .ic2,
.DetailedPlan .details .right_w .textBox .btn span i .ic2{
	display: none;
}
.DetailedPlan .details .right_w .textBox .btn a:hover i .ic1,
.DetailedPlan .details .right_w .textBox .btn span:hover i .ic1{
	display: none;
}
.DetailedPlan .details .right_w .textBox .btn a:hover i .ic2,
.DetailedPlan .details .right_w .textBox .btn span:hover i .ic2{
	display: inline-block;
}*/
.DetailedPlan .details .swiper-button-next, 
.DetailedPlan .details .swiper-button-prev{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}
.DetailedPlan .details .swiper-button-next, 
.DetailedPlan .details .swiper-container-rtl .swiper-button-prev{
	right: 2.60416666666667vw;outline: none;box-sizing: border-box;
}
.DetailedPlan .details .swiper-button-prev, 
.DetailedPlan .details .swiper-container-rtl .swiper-button-next{
	left: 2.60416666666667vw;outline: none;box-sizing: border-box;
}
.DetailedPlan .particulars .part{
	padding-bottom: 2%;
}
.DetailedPlan .particulars .part .title{
	margin-bottom: 1.25%;
}
.DetailedPlan .particulars .part .title h3{
    font-family: "HarmonyOSSansSCBold";
	color: #000000;
}
.DetailedPlan .particulars .part .title .txt{
	margin-top: 0.8vw;
	color: rgba(0,0,0,0.6);
	line-height: 1.6;
}
.DetailedPlan .particulars .ProductFeatures1 .box{
	display: flex;
	align-items: center;
	border: #e6e6e6 solid 1px;
	box-sizing: border-box;padding:20px 0;
}
.DetailedPlan .particulars .ProductFeatures1 .textBox{
	width: 50.625%;
	padding: 2.5% 3%; 
	box-sizing: border-box;font-size:16px;color:#555;line-height:1.5;
}
.DetailedPlan .particulars .ProductFeatures1 .textBox ul li{
	position: relative;
	padding-left: 1.5vw;
	margin-bottom: 2vw;
}
.DetailedPlan .particulars .ProductFeatures1 .textBox ul li:last-child{
	margin-bottom: 0;
}
.DetailedPlan .particulars .ProductFeatures1 .textBox ul li:before{
	content: '';
	position: absolute;
	left: 0.2vw;
	top: 0.36vw;
	/*width: 12px;
	height: 12px;*/
	width: 0.625vw;
	height: 0.625vw;
	background: #e60012;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.DetailedPlan .particulars .ProductFeatures1 .textBox ul li .t1{
	color: #000000;
	margin-bottom: 0.625vw;
}
.DetailedPlan .particulars .ProductFeatures1 .textBox ul li .t2{
	color: rgba(0,0,0,0.6);
	line-height: 1.6;
}
.DetailedPlan .particulars .ProductFeatures1 .imgBox{
	width: 49.375%;
	overflow: hidden;text-align:center;
}
.DetailedPlan .particulars .ProductFeatures1 .imgBox img{
	display: block;
	width: 60%;margin:0 auto;
}
.DetailedPlan .particulars .ProductFeatures2 .wrap{
	display: flex;
	justify-content: space-between;
}
.DetailedPlan .particulars .ProductFeatures2 .swiper{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-left: 1px;
	padding-right: 1px;
	box-sizing: border-box;
}
.DetailedPlan .particulars .arrowbox{
	position: relative;
	width: 3.8vw;
}
.DetailedPlan .particulars .swiper-button-next, 
.DetailedPlan .particulars .swiper-container-rtl .swiper-button-prev{
	right: 0;
}
.DetailedPlan .particulars .swiper-button-prev, 
.DetailedPlan .particulars .swiper-container-rtl .swiper-button-next{
	left: 0;
}
/*.DetailedPlan .particulars .part .swiper-button-next, 
.DetailedPlan .particulars .part .swiper-button-prev{
	top: 0;
	transform: none;
}*/
.DetailedPlan .particulars .ProductFeatures2 .swiper-wrapper{
	display: flex;
	align-items: stretch;
}
.DetailedPlan .particulars .ProductFeatures2 .swiper-slide{
	height: auto;
	border: #e5e5e5 solid 1px;
	box-sizing: border-box;
}
.DetailedPlan .particulars .ProductFeatures2 .swiper-slide a{
	display: block;
	width: 100%;
}
.DetailedPlan .particulars .ProductFeatures2 .swiper-slide .imgBox{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.DetailedPlan .particulars .ProductFeatures2 .swiper-slide .imgBox img{
	width: 100%;
}
.DetailedPlan .particulars .ProductFeatures2 .swiper-slide .textBox{
	padding: 10% 8%;
	box-sizing: border-box;
	text-align: center;
}
.DetailedPlan .particulars .ProductFeatures2 .swiper-slide .textBox .t1{
	color: #000000;
	margin-bottom: 5%;
}
.DetailedPlan .particulars .ProductFeatures2 .swiper-slide .textBox .t2{
	color: rgba(0,0,0,0.6);
	line-height: 1.6;
}
.PerformanceCharacteristics .box>ul{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.PerformanceCharacteristics .box>ul>li{
	display: flex;
	align-items: center;
	width: calc((100% - 15px) / 2);
	margin-right: 15px;
	margin-bottom: 15px;
	border: #e6e6e6 solid 1px;
	box-sizing: border-box;
	padding: 5% 7.5%;
}
.PerformanceCharacteristics .box ul li:nth-child(2n){
	margin-right: 0;
}
.PerformanceCharacteristics .box ul li .text{
	color: #000000;
	line-height: 1.6;
}
.PerformanceCharacteristics .box ul li .text li{
	position: relative;
	padding-left: 1.875vw;
	box-sizing: border-box;
	margin-bottom: 1vw;
}
.PerformanceCharacteristics .box ul li .text li:before{
	content: '';
	position: absolute;
    left: 0.2vw;
    top: 0.54vw;
    /*width: 12px;
    height: 12px;*/
   	width: 0.625vw;
   	height: 0.625vw;
    background: #e60012;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ScopeOfApplication .box ul{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.ScopeOfApplication .box ul li{
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
	margin-bottom: 20px;
	border: #e6e6e6 solid 1px;
	box-sizing: border-box;
	padding: 5% 4.0625%;
}
.ScopeOfApplication .box ul li:nth-child(3n){
	margin-right: 0;
}
.DetailedPlan .particulars .part .subtitle{
	position: relative;
	padding-left: 1.5625vw;
	padding-bottom: 1.5vw;
	border-bottom: #e5e5e5 solid 1px;
	margin-bottom: 1.5vw;
}
.DetailedPlan .particulars .part .subtitle:before{
	content: '';
	position: absolute;
    left: 0.2vw;
    top: 0.36vw;
    /*width: 12px;
    height: 12px;*/
   	width: 0.625vw;
   	height: 0.625vw;
    background: #e60012;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.DetailedPlan .particulars .part .subtitle:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 4.16666666666667vw;
	height: 0.10416666666667vw;
	background: #e60012;
}
.ScopeOfApplication .box ul li .text{
	color: rgba(0,0,0,0.6);
	line-height: 1.6;
}
/**/
.ProductSize .box ul{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.ProductSize .box ul li{
	width: calc((100% - 20px) / 2);
	margin-right: 20px;
	margin-bottom: 20px;
	border: #e6e6e6 solid 1px;
	box-sizing: border-box;
	padding: 5%;
}
.ProductSize .box ul li:nth-child(2n){
	margin-right: 0;
}
.ProductSize .box ul li .text{
	color: rgba(0,0,0,0.6);
	line-height: 1.6;
}
.SpecificationParameters{color:#666;line-height:1.5;font-size:16px;}
.SpecificationParameters table{
	width: 100% !important;
	border: none;
	border: #dcdcdc solid 0.0520833333333333vw;
    text-align: center;
    line-height: 1.7;
}
.SpecificationParameters table th{
	font-size: 1.04166666666667vw;
	color: #000000;
	font-weight: normal;
	height: 3.3125vw;
	text-align: center;
	padding: 10px 5px;
	box-sizing: border-box;
	border-top: #dcdcdc solid 0.1041666666666667vw;
	border-right: #dcdcdc solid 0.0520833333333333vw;
}
.SpecificationParameters table th:last-child{
	border-right: none;
}
.SpecificationParameters table td{
	height: 2.22916666666667vw;
	color: #666;
	font-size: 0.83333333333333vw;
	padding: 0.5vw 0.25vw;
	box-sizing: border-box;
	border-top: #dcdcdc solid 0.0520833333333333vw;
	border-right: #dcdcdc solid 0.0520833333333333vw;
	width: auto !important;
	word-break:break-all;
}
.SpecificationParameters table td:last-child{
	border-right: none;
}


.firstRow  { 
background-color:#CC9900;
top:expression(this.offsetParent.scrollTop);
z-index:10;
position:relative;
}

tr:first-child {
    /* 样式 */
    background-color: #f2f2f2;
}

table {
    border-collapse: collapse;
}
table th {



    border-style: solid;
    border-color: #dcdcdc;
    background-color: #dedede;
    text-align: center;

}
table td {


    border-style: solid;
    border-color: #dcdcdc;
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
}






.SpecificationParameters .text{
	margin-top: 1vw;
	color: rgba(0,0,0,0.6);
}

.ProcessingExamples .wrap{
	display: flex;
	justify-content: space-between;
}
.ProcessingExamples .box .swiper{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-left: 1px;
	padding-right: 1px;
	box-sizing: border-box;
}
.ProcessingExamples .box .swiper-wrapper{
	align-items: stretch;
}
.ProcessingExamples .box .swiper-slide{
	height: auto;
	border: #e5e5e5 solid 1px;
	box-sizing: border-box;
}
.ProcessingExamples .box .swiper-slide a{
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding-bottom: 12%;
}
.ProcessingExamples .box .swiper-slide .imgBox{
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 8%;
}
.ProcessingExamples .box .swiper-slide .imgBox img{
	width: 100%;
}
.ProcessingExamples .box .swiper-slide .text{
	color: #000000;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
.DetailedPlan .particulars .atlas .imgBox{
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.DetailedPlan .particulars .atlas .imgBox img{
	max-width: 100%;
}
.ApplicationCases .wrap{
	display: flex;
	justify-content: space-between;
}
.ApplicationCases .box{
	position: relative;
}
.ApplicationCases .swiper{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.ApplicationCases .swiper .swiper-slide a{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.ApplicationCases .swiper .swiper-slide .imgBox{
	width: 100%;
	overflow: hidden;
}
.ApplicationCases .swiper .swiper-slide .imgBox img{
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.ApplicationCases .swiper .swiper-slide:hover .imgBox img{
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.ApplicationCases .swiper .swiper-slide .textBox{
	position: absolute;
	left: 0;
	bottom: 4%;
	width: 100%;
	padding-left: 5.6%;
	padding-right: 5.6%;
	box-sizing: border-box;
	color: #ffffff;
	display: flex;
	align-items: center;
}
.ApplicationCases .swiper .swiper-slide .textBox img{
	display: inline-block;
	margin-right: 0.5vw;
}
.ProductVideo .swiper{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.ProductVideo .swiper .wrap{
	position: relative;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.ProductVideo .video{
	position:relative;
	overflow:hidden;
	width: 60%;
	height: 60%;
	margin: 10% auto 0 auto;
}
.ProductVideo .video-cover{
	/*position:absolute;
	z-index:10;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.3);*/
	position: relative;
	display: flex;
	justify-content: center;
	text-align: center;
}
.ProductVideo .swiper .imgBox{
	position: relative;
	width: 55.1875%;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	/*opacity: 0;
	transition: all .3s;*/
}
/*.ProductVideo .swiper .swiper-slide-active .imgBox{
	opacity: 1;
    transition-delay: .3s;
}*/
.ProductVideo .swiper .imgBox .videoImg{
	display:block;
	width:100%;
}
.ProductVideo .play-ico{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	width: 5.20833333333333vw;
}
.ProductVideo .swiper .textBox{
	width: 41.25%;
	border-top: #e5e5e5 solid 1px;
	border-bottom: #e5e5e5 solid 1px;
	box-sizing: border-box;
	color: rgba(0,0,0,0.6);
	line-height: 1.6;
	padding-top: 2.75%;
}
.ProductVideo .swiper .textBox h3{
	color: #000000;
	transform: translateX(60%);
	transition: all 0.5s ease;
}
.ProductVideo .swiper .textBox .txt{
	margin-top: 0.78vw;
	transform: translateX(100%);
	transition: all 0.5s ease;
}
.ProductVideo .swiper .swiper-slide-active .textBox h3,
.ProductVideo .swiper .swiper-slide-active .textBox .txt{
	transform: translateX(0);
}
.ProductVideo .swiper-button-next, 
.ProductVideo .swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: 2vw;
    transform: none;
    z-index: 10;
    cursor: pointer;
    background: none !important;
}
.DetailedPlan .particulars .ProductVideo .swiper-button-prev, 
.DetailedPlan .particulars .ProductVideo .swiper-container-rtl .swiper-button-next {
    left: auto;
    right: 3vw;
}
.DetailedPlan .particulars .ProductVideo .swiper-button-next, 
.DetailedPlan .particulars .ProductVideo .swiper-container-rtl .swiper-button-prev {
    right: 0.5vw;
    left: auto;
}
.ProductVideo .swiper-pagination{
	padding-left: 58.75%;
	box-sizing: border-box;
	color: #c6c6c6;
	font-size: 0.83333333333333vw;
	text-align: left;
	bottom: 2vw;
	z-index: 9;
}
.ProductVideo .swiper-pagination-current{
	font-size: 1.25vw;
	color: #000000;
}
/**/
.comnav ul{
	display: flex;
	align-items: center;
}
.comnav ul li{
	margin-right: 0.47vw;
}
.comnav ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 9.375vw;
	height: 3.125vw;
	border:rgba(0,0,0,0.1) solid 1px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	color: #000000;
	font-size: 20px;
}
.comnav ul li.on a{
	background-color: #E60012;
	color: #FFFFFF;
	border: #E60012 solid 1px;
}
.TechnicalVideo .box ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3.125%;
}
.TechnicalVideo .box ul li{
	width: 32.5%;
	margin-right: 1.25%;
	margin-bottom: 2.25%;
}
.TechnicalVideo .box ul li:nth-child(3n){
	margin-right: 0;
}



/**/
.news .box{
	width: 89.58333333333333vw;
	margin-left: auto;
	margin-right: auto;
}
.news .box ul{
	padding-bottom: 0.16666666666667vw;
}
.news .box ul li{
	padding: 2.60416666666667vw 3.125vw;
	box-sizing: border-box;
	border-bottom: rgba(0,0,0,0.06) solid 1px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.news .box ul li:hover{
	background-color: rgba(162,162,162,0.06);
	border-bottom: rgba(162,162,162,0.06) solid 1px;
}
.news .box ul li a{
	display: flex;
	align-items: center;
}
.news .box ul li .imgBox{
	width: 33.125%;
	overflow: hidden;
}
.news .box ul li .imgBox img{
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.news .box ul li:hover .imgBox img{
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.news .box ul li .textBox{
	width: 66.875%;
	max-width: 47.39vw;
	padding-left: 4%;
	box-sizing: border-box;
}
.news .box ul li .textBox .date{
	color: #0051ac;
}
.news .box ul li .textBox h3{
	margin-top: 0.5vw;
	color: #000000;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.news .box ul li:hover .textBox h3{
	color: #e60012;
}
.news .box ul li .textBox .txt{
	margin-top: 1vw;
	color: rgba(0,0,0,0.6);
	line-height: 1.5;font-size:14px;
}
.news .box ul li .textBox .more{
	margin-top: 2vw;
}
.news .box ul li .textBox .more span{
	display: inline-block;
	position: relative;
	padding-left: 1.45833333333333vw;
	color: rgba(0,0,0,0.6);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.news .box ul li:hover .textBox .more span{
	color: #e60012;
}
.news .box ul li .textBox .more i{
	position: absolute;
	left: 0;
	top: 0.2vw;
	width: 0.88541666666667vw;
	height: 0.72916666666667vw;
	background: url(/static/default/assets/img/icon28.png) center left no-repeat;
	background-size: 100% auto;
	/*-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;*/
}
.news .box ul li:hover .textBox .more i{
	background: url(/static/default/assets/img/icon29.png) center left no-repeat;
	background-size: 100% auto;
}
/*.news .box ul li .textBox .more i:before{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0.15625vw;
	width: 0.5vw;
	height: 0.5vw;
	border-left: transparent solid 0.0520833333333333vw;
	border-right: rgba(0,0,0,0.6) solid 0.0520833333333333vw;
	border-top: transparent solid 0.0520833333333333vw;
	border-bottom: rgba(0,0,0,0.6) solid 0.0520833333333333vw;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.news .box ul li .textBox .more i:after{
	content: '';
	position: absolute;
	left: 0.45vw;
    top: 0.25vw;
	width: 0.0520833333333333vw;
	height: 0.75vw;
	background: rgba(0,0,0,0.6);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.news .box ul li:hover .textBox .more i:before{
	border-right: #e60012 solid 1px;
	border-bottom: #e60012 solid 1px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.news .box ul li:hover .textBox .more i:after{
	background: #e60012;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}*/

/**/
.CPDtitle{
	color: rgba(0,0,0,0.6);
	line-height: 1.7;
}
.CPDtitle span{
	display: block;
	font-family: "HarmonyOSSansSCBold"; 
	color: #000000;
}
.CPDtitle .txt{
	margin-top: 0.5vw;
}
.Idea .CPDtitle{
	position: absolute;
	left: 0;
	top: 0;
}
.Idea{
	position: relative;
}
.Idea:before{
	content: '';
	position: absolute;
	top: 3.75vw;
	right: 6.25vw;
	width: 2.08333333333333vw;
	height: 11.71875vw;
	background: rgba(0,160,64,0.4);
}
.Idea:after{
	content: '';
	position: absolute;
	bottom: 2vw;
	z-index: 2;
	right: 3.90625vw;
	width: 9.11458333333333vw;
	height: 4.375vw;
	background: rgba(230,0,18,0.2);
}
.Idea .box{
	position: relative;
}
.Idea .box:before{
	content: '';
	position: absolute;
	top: 8.02083333333333vw;
	left: 0;
	width: 25vw;
	height: 4.16666666666667vw;
	background: rgba(0,176,236,0.4);
}
.Idea .box .comwidth{
	position: relative;
	display: flex;
	justify-content: flex-end;
}
.Idea .box .textBox{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 49.0625%;
	background-color: #FFFFFF;
	padding: 3.125vw;
	box-sizing: border-box;
	box-shadow: 0px 0px 49px rgba(0,0,0,0.06);
	min-height: 66.6%;
	display: flex;
	align-items: center;
}
.Idea .box .textBox:before{
	content: '';
	position: absolute;
	right: 7.2%;
	top: -3.125vw;
	width: 6.875vw;
	height: 4.32291666666667vw;
	background: url(/static/default/assets/img/icon33.png) center no-repeat;
	background-size: 100% auto;
}
.Idea .box .textBox .content{
	width: 100%;
	min-height: 9.6875vw;
}
.Idea .box .textBox .contentlogo{
	position: absolute;
	left: 3.125vw;
	bottom: 3.125vw;
	width: 100%;
}
.Idea .box .textBox .contentlogo:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
	width: calc(100% - 6.25vw);
	height: 1px;
	background: rgba(0,0,0,0.06);
}
.Idea .box .textBox .contentlogo span{
	display: inline-block;
	padding-right: 1.25vw;
	background: #FFFFFF;
}
.Idea .box .imgBox{
	width: 72.0625%;
}
.Idea .box .imgBox .img{
	width: 100%;
}
.Idea .box .imgBox .img img{
	width: 100%;
	-webkit-transition: 1s linear 2s;
	transition: 1s linear 2s;
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.Idea .box .imgBox .swiper-slide-active .img img, 
.Idea .box .imgBox .swiper-slide-duplicate-active .img img{
    -webkit-transition: 3s linear;
    transition: 3s linear;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.Idea .box .swiper{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.ideaTab ul{
	display: flex;
}
.ideaTab ul li{
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 6.7%;
	color: #000000;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	cursor: pointer;
	padding-bottom: 0.28vw;
}
.ideaTab ul li:last-child{
	margin-right: 0;
}
.ideaTab ul li:hover,
.ideaTab ul li.on{
	color: #e60012;
}
.ideaTab ul li:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 1px;
	background: #e60012;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.ideaTab ul li:hover:before,
.ideaTab ul li.on:before{
	width: 100%;
}
.ideaTab ul li .icon{
	display: flex;
	align-items: center;
	margin-right: 0.5vw;
}
.ideaTab ul li .icon img{
	width: 1.09375vw;
}
.ideaTab ul li .icon .ic2{
	display: none;
}
.ideaTab ul li:hover .icon .ic2,
.ideaTab ul li.on .icon .ic2{
	display: inline-block;
}
.ideaTab ul li:hover .icon .ic1,
.ideaTab ul li.on .icon .ic1{
	display: none;
}
.ideaContent{
	margin-top: 2vw;
}
.ideaContent ul li{
	opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 0;
}
.ideaContent ul li.on{
	opacity: 1;
    visibility: visible;
    pointer-events: auto;
    height: auto;
}
.ideaContent ul li .text{
	color: rgba(0,0,0,0.6);
	line-height: 1.6;
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: .8s ease-out;
    transition: .8s ease-out;
}
.ideaContent ul li.on .text{
	opacity: 1;
	-webkit-transform: translateY(0);
    transform: translateY(0);
}

.EmployeeInterviews{
	position: relative;
	background: url(/static/default/assets/img/img43.jpg) bottom center no-repeat;
	background-size: cover;
}
.EmployeeInterviews:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 5.52083333333333vw;
	width: 13.75vw;
	height: 1.04166666666667vw;
	background: rgba(0,160,64,0.4);
}
.EmployeeInterviews .comwidth{
	position: relative;
}
.EmployeeInterviews .comwidth:before{
	content: '';
	position: absolute;
	right: 0;
	bottom: 3.90625vw;
	width: 20.83333333333333vw;
	height: 3.75vw;
	background: rgba(0,176,236,0.4);
}
.EmployeeInterviews .comwidth:after{
	content: '';
	position: absolute;
	right: -2.5vw;
	bottom: 1.40625vw;
	width: 2.5vw;
	height: 2.5vw;
	background: rgba(230,0,18,0.4);
}
.EmployeeInterviews .swiper{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 3.75%;
}
.EmployeeInterviews .swiper .swiper-wrapper{
	align-items: stretch;
}
.EmployeeInterviews .swiper .swiper-slide{
	position: relative;
	overflow: hidden;
}
.EmployeeInterviews .item{
	height: 20.83333333333333vw;
	overflow: hidden;
}
.EmployeeInterviews .swiper .swiper-slide-active .item{
	height: 100%;
}
.EmployeeInterviews .item a{
	display: block;
	width: 100%;
	height: 100%;
}
.EmployeeInterviews .item .imgBox{
	width: 100%;
	overflow: hidden;
}
.EmployeeInterviews .item .imgBox img{
	width: 100%;
}
.EmployeeInterviews .item .textBox{
	position: absolute;
	left: 5.76923076923077%;
	bottom: 1.5625vw;
	width: 88.46153846153846%;
	background-color: #FFFFFF;
	opacity: 0;
	-webkit-transform: translateY(45%);
	transform: translateY(45%);
	/*-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;*/
}
.EmployeeInterviews .swiper-slide .item .textBox.w1{
	padding: 4.80769230769231% 7.29166666666667%;
	box-sizing: border-box;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.EmployeeInterviews .swiper-slide .item .textBox.w2{
	visibility: hidden;
	padding: 5.38461538461538% 7.29166666666667%;
	box-sizing: border-box;
}
.EmployeeInterviews .swiper-slide-active .item .textBox.w1{
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(45%);
	transform: translateY(45%);
}
.EmployeeInterviews .swiper-slide-active .item .textBox.w2{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.EmployeeInterviews .item .textBox h3{
	font-family: "HarmonyOSSansSCBold"; 
	color: #000000;
}
.EmployeeInterviews .item .textBox.w1 h3{
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.EmployeeInterviews .item .textBox .text{
	margin-top: 0.5vw;
	color: #999999;
	line-height: 2;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.EmployeeInterviews .item .textBox .more{
	margin-top: 1vw;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.EmployeeInterviews .item .textBox .more span{
	color: #000000;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.EmployeeInterviews .item:hover .textBox .more span{
	color: #e60012;
}
/*.EmployeeInterviews .item .textBox .more span i{
	display: inline-block;
	margin-left: 0.5vw;
	width: ;
}*/
.EmployeeInterviews .swiper-slide-active .item .textBox .text,
.EmployeeInterviews .swiper-slide-active .item .textBox .more{
	opacity: 1;
}
.EmployeeInterviews .swiper-button-next, 
.EmployeeInterviews .swiper-button-prev{
	position: absolute;
    top: auto;
    bottom: 7.29166666666667vw;
    transform: none;
    z-index: 10;
    /*width: 2.08333333333333vw;
    height: 2.08333333333333vw;*/
    cursor: pointer;
    /*-moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;*/
   	width: 1.45833333333333vw;
   	height: 1.45833333333333vw;
   	background: none !important;
}
.EmployeeInterviews .swiper-button-next, 
.EmployeeInterviews.swiper-container-rtl .swiper-button-prev {
    /*background-image: url(/static/default/assets/img/icon35a.png); 
    background-size: 100% 100%;*/
    left: 37.875%;
}
.EmployeeInterviews .swiper-button-prev, 
.EmployeeInterviews.swiper-container-rtl .swiper-button-next {
    /*background-image: url(/static/default/assets/img/icon34a.png); 
    background-size: 100% 100%;
    left: 34.5%;*/
   	left: 34.8%;
    right: auto;
}
.EmployeeInterviews .swiper-button-next:before, 
.EmployeeInterviews .swiper-button-prev:before{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgba(0,0,0,0.4);
	font-size: 0.625vw;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.EmployeeInterviews .swiper-button-next:hover:before, 
.EmployeeInterviews .swiper-button-prev:hover:before{
	color: #ffffff;
}
.EmployeeInterviews .swiper-button-next:before{
	content: '→';
} 
.EmployeeInterviews .swiper-button-prev:before{
	content: '→';
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.EmployeeInterviews .swiper-button-next:after, 
.EmployeeInterviews .swiper-button-prev:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border: rgba(28,29,29,0.1) solid 1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.EmployeeInterviews .swiper-button-next:hover:after, 
.EmployeeInterviews .swiper-button-prev:hover:after{
	background: #e60012;
	border: #e60012 solid 1px;
}



.cation-middle{
	padding: 3.125% 3.75%;
	box-sizing: border-box;
	box-shadow: 0px 0px 49px rgba(0,0,0,0.06);
}
.cation-middle .box{
	width: 100%;
	padding-top: 1vw;
}
.cation-list{
	display: flex;
	margin-bottom: 0.5vw;
}
.cation-list dt{
    width: 6.25vw;
    position: relative;
    color: #000000;
}
.cation-list dd {
	flex: 1;
}
.cation-list dd a {
    color: rgba(0,0,0,0.6);
    margin-right: 1.8vw;
    margin-bottom: 0.3vw;
}
.cation-list dd a:last-child{
	margin-right: 0;
}
.cation-list dd a.on, .cation-list a:hover {
    color: #e60012;
}

.recruitList{
	margin-top: 1.25vw;
}
.recruitList ul li{
	margin-bottom: 0.78125%;
	box-shadow: 0 0 49px rgba(0,0,0,0.06);
}
.recruitList ul li .crosshead{
	position: relative;
	padding: 1.42% 6% 1.42% 3.75%;
	color: rgba(0,0,0,0.6);
	line-height: 1.7;
	display: flex;
	background: url(/static/default/assets/img/icon36.png) top 1.4vw right 3.75% no-repeat;
	background-size: 1.45833333333333vw auto;
	cursor: pointer;
}
.recruitList ul li.on .crosshead{
	background: url(/static/default/assets/img/icon37.png) top 1.4vw right 3.75% no-repeat;
	background-size: 1.45833333333333vw auto;
}
.recruitList ul li .crosshead:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0.20833333333333vw;
	height: 0; 
	background: #e60012;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.recruitList ul li.on .crosshead:before{
	height: 1.25vw;
}
.recruitList ul li .crosshead h3{
	width: 40%;
	box-sizing: border-box;
	padding-right: 2%;
	color: #000000;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.recruitList ul li:hover .crosshead h3,
.recruitList ul li.on .crosshead h3{
	color: #e60012;
}
.recruitList ul li .crosshead .info{
	display: flex;
	width: 60%;
	padding-top: 0.16vw;
}
.recruitList ul li .crosshead .info .infoli{
	min-width: 12%;
	margin-right: 4%;
}
.recruitList ul li .crosshead .info .infoli:last-child{
	margin-right: 0;
}
.recruitList ul li .content{
	padding: 3.5% 3.75%;
	display: none;
	border-top: rgba(0,0,0,0.06) solid 1px;
}
.recruitList ul li .content .text{
	/*display: column;*/ /* Ã¦Ë†â€“Ã¨â‚¬â€¦ inline-block */
    /*column-count: 2;
    column-gap: 4%;
   	max-height: 32vw;*/
    width: 100%;
    color: #999999;
    line-height: 1.7;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.recruitList ul li .content .text .item{
    /*break-inside: avoid;
    max-width: 27vw;
    width: 100%;*/
   	width: 48.65%;
   	margin-right: 2.7%;
}
.recruitList ul li .content .text .item:nth-child(2n){
	margin-right: 0;
}
.recruitList ul li .content .text .item .itemli{
	max-width: 30vw;
	width: 100%;
	margin-bottom: 1.67vw;
}
.recruitList ul li .content .text h5{
	color: #000000;
	margin-bottom: 0.35vw;
}
.recruitList ul li .content .deliver{
	margin-top: 2.60416666666667vw;
	color: #e70617;
}
.recruitList ul li .content .deliver a{
	color: #e70617;
}

.ServiceCenter .box{
	margin-top: 3.125%;
}
.ServiceCenter .box>ul>li{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding-top: 3.125%;
	padding-bottom: 3.125%;
	border-top: rgba(0,0,0,0.06) solid 1px;
}
.ServiceCenter .box>ul>li:last-child{
	border-bottom: rgba(0,0,0,0.06) solid 1px;
}
.ServiceCenter .box ul li .textBox{
	position: relative;
	width: 40%;
}
.ServiceCenter .box ul li .textBox .iconbg{
	position: absolute;
	left: 0;
	bottom: 1vw;
	width: 4.375vw;
}
.ServiceCenter .box ul li .textBox .iconbg img{
	width: 100%;
}
.ServiceCenter .box ul li .textBox .subtit{
	position: relative;
	padding-left: 0;
	font-family: "HarmonyOSSansSCBold"; 
	color: #000000;
}
.ServiceCenter .box ul li .textBox p{font-size:15px;color:#666;line-height:1.4;padding-top:15px;}
.ServiceCenter .box ul li .textBox .subtit img{
	position: absolute;
	left: 0;
	top: 0.2vw;
	width: 1.14583333333333vw;
}
.ServiceCenter .box ul li .imgBox{
	width: 56.875%;
}
.ServiceCenter .box ul li .imgBox ul{
	display: flex;
}
.ServiceCenter .box ul li .imgBox ul li{
	width: 45%;
	margin-right: 5%;
	overflow: hidden;
}
.ServiceCenter .box ul li .imgBox ul li img{
	width: 100%;
}
.Collection{
	position: relative;
	display: flex;
	justify-content: flex-end;
}
.Collection .wrap{
	/*max-width: 1254px;
	width: 100%;*/
	position: relative;
	width: 78.375%;
}
.Collection .wrap .img{
	position: relative;
	width: 100%;
}
.Collection .wrap .img img{
	width: 100%;
}
.Collection .wrap .point{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.Collection .wrap .point ul{
	position: relative;
	width: 100%;
	height: 100%;
}
.Collection .wrap .point ul li{
	position: absolute;
	z-index: 2;
}
.Collection .wrap .point ul li.a1{
	right: 39.5%;
    bottom: 14.6%;
}
.Collection .wrap .point ul li.a2{
	right: 31.5%;
    bottom: 22.8%;
}
.Collection .wrap .point ul li.a3{
	right: 42%;
    bottom: 36%;
}
.Collection .wrap .point ul li .round{
	position: relative;
	z-index: 2;
	width: 0.83333333333333vw;
	height: 0.83333333333333vw;
	border-radius:50%;
	background: #989898;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.Collection .wrap .point ul li:hover .round,
.Collection .wrap .point ul li.on .round{
	background: #e60012;
}
.Collection .wrap .point ul li span{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #FFFFFF;
	border-radius: 50%;
}
.Collection .wrap .point ul li .spot{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 1.45833333333333vw;
	height: 1.45833333333333vw;
	animation: opac 2s infinite;
	border-radius: 50%;
	background: #FFFFFF;
}
@-webkit-keyframes opac{
	from {
		opacity:1;
		width: 100%;
		height:100%;
	}
	to {
		opacity: 0.8;
		width: 200%;
		height: 200%;
	}
}
.Collection .wrap .point ul li .s1{
	
}
.Collection .wrap .point ul li .s2{
	animation-delay: 1s;
}
.Collection .wrap .point ul li .s3{
	animation-delay: 1.5s;
}

.Collection .w1{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 17.75%;
}
.Collection .locationTab{
	width: 100%;
}
.Collection .locationTab ul li{
	position: relative;
	padding-right: 1vw;
	padding-top: 1.0416666666667vw;
	padding-bottom: 1.0416666666667vw;
	color: rgba(0,0,0,0.6);
	border-bottom: rgba(152,152,152,0.2) solid 0.10416666666667vw;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
} 
.Collection .locationTab ul li:hover,
.Collection .locationTab ul li.on{
	color: #e60012;
	border-bottom: #e60012 solid 0.10416666666667vw;
}
/*.Collection .locationTab ul li:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0%;
	height: 0.10416666666667vw;
	background: #e60012;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.Collection .locationTab ul li:hover:before,
.Collection .locationTab ul li.on:before{
	width: 100%;
}*/
.Collection .locationTab ul li i{
	position: absolute;
	right: 0;
	top: 0;
	width: 1vw;
	height: 100%;
	background: url(/static/default/assets/img/icon46.png) right center no-repeat;
	background-size: 0.41666666666667vw auto;
}
.Collection .locationTab ul li:hover i,
.Collection .locationTab ul li.on i{
	background: url(/static/default/assets/img/icon47.png) right center no-repeat;
	background-size: 0.41666666666667vw auto;
}
.Collection .w2{
	position: absolute;
	left: 0;
	top: 58%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 38.75%;
}
.Collection .w2 .swiper{
	position: relative;
	width: 100%;
	padding: 16px;
	overflow: hidden;
	box-sizing: border-box;
}
.Collection .w2 .swiper .swiper-slide{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.Collection .w2 .swiper .swiper-slide-active{
	opacity: 1;
	visibility: visible;
}
.Collection .w2 .swiper .imgBox{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.Collection .w2 .swiper .imgBox .icon{
	position: absolute;
	/*left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 2.8vw;*/
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.Collection .w2 .swiper .imgBox .icon img{
	width: 2.8vw;
}
.Collection .w2 .swiper .imgBox .img img{
	width: 100%;
}
.Collection .w2 .swiper .textBox{
	padding: 6.5%;
	box-sizing: border-box;
	box-shadow: 0px 0px 16px rgba(200,200,200,0.21);
	background-color: #FFFFFF;
}
.Collection .w2 .swiper .textBox h3{
	font-family: "HarmonyOSSansSCBold";
	color: #000000;
}
.Collection .w2 .swiper .textBox ul{
	margin-top: 0.5vw;
	color: rgba(0,0,0,0.6);
	line-height: 1.7;
}
.Collection .w2 .swiper .textBox ul li{
	padding-top: 0.6vw;
	padding-bottom: 0.6vw;
	border-bottom: rgba(0,0,0,0.06) solid 1px;
}
.Collection .w2 .swiper .textBox ul li:last-child{
	border-bottom: none;
}



.teamTitle h3{
	font-family: "HarmonyOSSansSCBold"; 
	color: #000000;
}
.teamTitle .text{
	margin-top: 1.5vw;
	color: rgba(0,0,0,0.6);
	line-height: 1.6;
}
.teamTitle .text ul li{
	/*list-style: disc;*/
	position: relative;
	padding-left: 0.78125vw;
}
.teamTitle .text ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0.35vw;
	width: 0.625vw;
	height: 0.625vw;
	background: #8b8b8b;
	border-radius: 50%;
}
.staff-size{
	background: url(/static/default/assets/img/img55.png) left bottom no-repeat;
	background-size: 48.54166666666667% auto;
}
.staff-size .box{
	display: flex;
}
.staff-size .imgBox{
	width: 38.75%;
	overflow: hidden;
}
.staff-size .imgBox img{
	width: 100%;
}
.staff-size .textBox{
	width: 61.25%;
	box-sizing: border-box;
	padding-right: 12%;
}
.staff-size .textBox ul{
	margin-top: 5.8%;
	display: flex;
}
.staff-size .textBox ul li{
	display: flex;
	align-items: center;
	min-width: 28.65%;
	margin-right: 7.5%;
	padding-top: 1vw;
	border-top: rgba(0,0,0,0.1) solid 1px;
}
.staff-size .textBox ul li:last-child{
	margin-right: 0;
}
.staff-size .textBox ul li .t1{
	display: flex;
	align-items: flex-start;
	color: #E60012;
	font-family: "HarmonyOSSansSCBold"; 
	line-height: 1;
	margin-right: 10px;
}
.staff-size .textBox ul li .t2 .unit{
	color: #000000;
}
.staff-size .textBox ul li .t2 .kind{
	color: rgba(0,0,0,0.6);
}

.Capabilities{
	position: relative;
}
.Capabilities .teamTitle{
	position: absolute;
	left: 0;
	top: 5.72916666666667vw;
	z-index: 12;
	width: 100%;
	text-align: center;
}
.Capabilities .teamTitle h3{
	color: #FFFFFF;
}
.Capabilities .swiperImg{
	/*position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;*/
}
.Capabilities .swiperImg .swiper1{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.Capabilities .swiperImg .swiper1 .swiper-slide{
	width: 100%;
}
.Capabilities .swiperImg .swiper1 .swiper-slide .img{
	width: 100%;
	overflow: hidden;
}
.Capabilities .swiperImg .swiper1 .swiper-slide img{
	display: block;
	width: 100%;
	-webkit-transition: 1s linear 2s;
	transition: 1s linear 2s;
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.Capabilities .swiperImg .swiper1 .swiper-slide-active img, 
.Capabilities .swiperImg .swiper1 .swiper-slide-duplicate-active img{
    -webkit-transition: 3s linear;
    transition: 3s linear;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.Capabilities .swiperText{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 12;
	width: 100%;
}
.Capabilities .swiper2{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.Capabilities .swiper2 .swiper-slide{
	position: relative;
}
.Capabilities .swiper2 .slideli{
	position: relative;
	cursor: pointer;
	/*-webkit-transform: translateY(50%);
	transform: translateY(50%);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;*/
}
/*.Capabilities .swiper2 .swiper-slide-active .slideli,
.Capabilities .swiper2 .swiper-slide-thumb-active .slideli{
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}*/
.Capabilities .swiper2 .slideli:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 0%;
	height: 0.41666666666667vw;
	background-color: #e60012;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.Capabilities .swiper2 .swiper-slide-thumb-active .slideli:before{
	width: 100%;
}
.Capabilities .swiper2 .slideli .imgBox{
	width: 100%;
	overflow: hidden;
	pointer-events: none;
	/*-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateY(30%);
	transform: translateY(30%);*/
}
/*.Capabilities .swiper2 .swiper-slide-active .imgBox{
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}*/
.Capabilities .swiper2 .swiper-slide-thumb-active .slideli .imgBox{
	pointer-events: auto;
}
.Capabilities .swiper2 .slideli .imgBox img{
	width: 100%;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.Capabilities .swiper2 .swiper-slide-thumb-active .slideli .imgBox img{
	opacity: 1;
}
.Capabilities .swiper2 .slideli .textBox{
	position: relative;
	box-shadow: 0px 14px 16px rgba(200,200,200,0.21);
}
.Capabilities .swiper2 .slideli .textBox .front,
.Capabilities .swiper2 .slideli .textBox .Back{
	padding: 6.6% 8.4% 8.4%;
	box-sizing: border-box;
}
.Capabilities .swiper2 .slideli .textBox .front{
	color: rgba(0,0,0,0.6);
	line-height: 1.7;
	background-color: #FFFFFF;
	opacity: 0;
    -webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.Capabilities .swiper2 .swiper-slide-thumb-active .slideli .textBox .front{
	opacity: 1;
}
.Capabilities .swiper2 .slideli .textBox .Back{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
    backdrop-filter: blur(6px);
    color: #FFFFFF;
    line-height: 1.7;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.Capabilities .swiper2 .swiper-slide-thumb-active .slideli .textBox .Back{
	opacity: 0;
}
.field{
	background: url(/static/default/assets/img/img59.png) left bottom no-repeat;
	background-size: 48.4375% auto;
}
.field .box{
	display: flex;
}
.field .box .textBox{
	width: 57.3125%;
	padding-right: 8%;
	box-sizing: border-box;
}
.field .box .imgBox{
	width: 42.6875%;
}

.contactInfor .box{
	margin-bottom: 4.375%;
}
.contactInfor .box .title{
	margin-bottom: 2.1875%;
}
.contactInfor .box .title h3{
	font-family: "HarmonyOSSansSCBold"; 
	color: #000000;
}
.contactInfor .box>ul{
	display: flex;
	flex-wrap: wrap;
}
.contactInfor .box>ul>li{
	position: relative;
	width: 49.375%;
	margin-right: 1.25%;
	margin-bottom: 1.25%;
	padding: 4.375% 5%;
	background: url(/static/default/assets/img/img60.jpg) center no-repeat;
	background-size: cover;
	box-sizing: border-box;
}
.contactInfor .box>ul>li:nth-child(2n){
	margin-right: 0;
}
.contactInfor .box ul li .site{
	position: relative;
	font-family: "HarmonyOSSansSCBold"; 
	color: #000000;
	padding-bottom: 1.2vw;
	border-bottom: rgba(0,0,0,0.1) solid 1px;
	margin-bottom: 1vw;
}
.contactInfor .box ul li .site:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 16.9%;
	height: 0.1vw;
	background: #e70618;
}
.contactInfor .box ul li .corp{
	color: #000000;
	margin-bottom: 0.8vw;
}
.contactInfor .box ul li ul{
	color: rgba(0,0,0,0.6);
	line-height: 1.6;
}
.contactInfor .box ul li ul li{
	margin-bottom: 0.3vw;
}
/**/
.SolutionsTitle h3{
	display: flex;
	align-items: center;
	font-family: "HarmonyOSSansSCBold";
	color: #000000; 
}
.SolutionsTitle h3 img{
	display: inline-block;
	margin-right: 1.30208333333333vw;
	width: 2.03125vw;
}
.SolutionsTitle .txt{
	margin-top: 1vw;
	color: rgba(0,0,0,0.6);
	line-height: 1.6;
}
.Solutions .imgBox{
	width: 100%;
	overflow: hidden;
	margin-top: 2.8125%;
	text-align: center;
}
.Solutions .imgBox img{
	width: 100%;
}
.TurnkeyProject .box{
	margin-top: 2.5%;
}
.TurnkeyProject .box ul{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.TurnkeyProject .box ul li{
	position: relative;
	width: 32.5%;
	margin-right: 1.25%;
	margin-bottom: 1.25%;
	min-height: 23.4375vw;
	box-sizing: border-box;
	box-shadow: 0px 0px 16px rgba(0,0,0,0.11);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 3.75%;
}
.TurnkeyProject .box ul li:nth-child(3n){
	margin-right: 0;
}
.TurnkeyProject .box ul li .textBox .icon img{
	width: 4.16666666666667vw;
}
.TurnkeyProject .box ul li .textBox .icon .ic2{
	display: none;
}
.TurnkeyProject .box ul li:hover .textBox .icon .ic2{
	display: inline-block;
}
.TurnkeyProject .box ul li:hover .textBox .icon .ic1{
	display: none;
}
.TurnkeyProject .box ul li .textBox .text{
	margin-top: 3.125vw;
	color: rgba(0,0,0,0.6);
	line-height: 1.5;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.TurnkeyProject .box ul li:hover .textBox .text{
	color: #e60012;
}
.TurnkeyProject .box ul li .serial{
	position: absolute;
	right: 0;
	bottom: 0;
	color: #ffffff;
	font-family: "HarmonyOSSansSCBold"; 
}
.TurnkeyProject .box ul li .serial:before{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 0;
	height: 0;
	border: 2.5vw solid #dcdcdc;
	border-color: transparent #dcdcdc #dcdcdc transparent;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.TurnkeyProject .box ul li:hover .serial:before{
	border: 2.5vw solid #e60012;
	border-color: transparent #e60012 #e60012 transparent;
}
.TurnkeyProject .box ul li .serial span{
	display: inline-block;
	padding-right: 0.4vw;
	margin-bottom: 0.4vw;
}
.CustomerCases .box{
	margin-top: 2.5%;
}
.CustomerCases .box ul{
	display: flex;
	flex-wrap: wrap;
}
.CustomerCases .box ul li{
	position: relative;
	width: 32.5%;
	margin-right: 1.25%;
	box-sizing: border-box;
}
.CustomerCases .box ul li:nth-child(3n){
	margin-right: 0;
}
.caseli{
	margin-bottom: 1.04166666666667vw;
	box-shadow: 0px 0px 16px rgba(0,0,0,0.11);
}
.caseli a{
	display: block;
	width: 100%;
}
.caseli .imgBox{
	width: 100%;
	overflow: hidden;
}
.caseli .imgBox img{
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.caseli:hover .imgBox img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.caseli .text{
	text-align: center;
	padding: 1.1vw;
	box-sizing: border-box;
	color: #000000;
	line-height: 1.5;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.caseli:hover .text{
	color: #e60012;
}
.accessory .box{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.accessory .box .left_w{
	width: 20%;
}
.accessory .box .right_w{
	width: 76.25%;
}
.accessory .ac_tab{
	padding-bottom: 8vw;
}
.accessory .ac_tab.fixed{
	position: fixed;
	top: 6.25vw;
	z-index: 10;
}
.accessory .ac_tab .comwidth{
	width: 100%;
}
.accessory .ac_tab ul{
	position: relative;
	color: rgba(0,0,0,0.6);
}
.accessory .ac_tab ul:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0.104166666666667vw;
	height: 100%;
	background: rgba(0,0,0,0.1);
}
.accessory .ac_tab ul li{
	position: relative;
	padding-left: 1.8vw;
	padding-right: 1vw;
	padding-top: 0.78vw;
	padding-bottom: 0.78vw;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	cursor: pointer;
}
.accessory .ac_tab ul li.on,
.accessory .ac_tab ul li:hover{
	color: #e60012;
}
.accessory .ac_tab ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0.104166666666667vw;
	height: 100%;
	background: #e60012;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
/*.accessory .ac_tab ul li:hover:before,*/
.accessory .ac_tab ul li.on:before{
	opacity: 1;
}
.accessory .ac_switch .title{
	border-bottom: rgba(0,0,0,0.1) solid 1px;
}
.accessory .ac_switch .title span{
	display: inline-block;
	position: relative;
	padding-bottom: 1vw;
	color: #000000;
	font-family: "HarmonyOSSansSCBold"; 
}
.accessory .ac_switch .title span:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.10416666666667vw;
	background-color: #e60012;
}
.accessory .ac_switch .switchli{
	padding-bottom: 5.20833333333333vw;
}
/*.accessory .ac_switch .switchli:last-child{
	padding-bottom: 0;
}*/
.accessory .ac_switch .switchli .content{
	margin-top: -6.25vw;
	padding-top: 6.25vw;
}
.accessory .ac_switch .wrap{
	margin-top: 2vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
.accessory .ac_switch .wrap .w1{
	width: 44.26229508196721%;
}
.accessory .ac_switch .wrap .w2{
	width: 55.73770491803279%;
	padding-left: 6.9%;
	padding-right: 6.9%;
	box-sizing: border-box;
}
.accessory .ac_switch .wrap .swiper1{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.accessory .ac_switch .wrap .swiper2{
	position: relative;
	width: 100%;
	overflow: hidden;
	max-width: 28.125vw;
}
.accessory .ac_switch .wrap .swiper1 .swiper-slide .img{
	width: 100%;
	overflow: hidden;
}
.accessory .ac_switch .wrap .swiper1 .swiper-slide .img a{
	display: block;
	width: 100%;
	background: #fafafa;
	overflow: hidden;
}
.accessory .ac_switch .wrap .swiper1 .swiper-slide .img img{
	width: 100%;
}
.accessory .ac_switch .wrap .swiper1 .swiper-slide  .txt{
	display: none;
}
@media screen and (min-width: 1025px){
	.accessory .ac_switch .wrap .swiper2 .swiper-wrapper{
		flex-wrap: wrap;
		transform: translate3d(0px,0px,0px) !important;
	}
}
.accessory .ac_switch .wrap .swiper2 .swiper-slide{
	width: 45%;
	margin-right: 10%;
	margin-bottom: 4.444444444%;
}
.accessory .ac_switch .wrap .swiper2 .swiper-slide:nth-child(2n){
	margin-right: 0;
}
.accessory .ac_switch .wrap .swiper2 .txt{
	cursor: pointer;
}
.accessory .ac_switch .wrap .swiper2 .txt a,
.accessory .ac_switch .wrap .swiper2 .txt span{
	position: relative;
	display: block;
	width: 100%;
	color: rgba(0,0,0,0.6);
	padding-top: 0.6vw;
	padding-bottom: 0.6vw;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-bottom: rgba(0,0,0,0.1) solid 1px;
}
.accessory .ac_switch .wrap .swiper2 .swiper-slide-thumb-active .txt a{
	padding-left: 1vw;
	color: #e60012;
	border-bottom: rgba(230,0,18,0.1) solid 1px;
}
.accessory .ac_switch .wrap .swiper2 .txt span{
	display: none;
}
.accessory .ac_switch .wrap .swiper2 .swiper-slide-thumb-active .txt span{
	color: #e60012;
	border-bottom: rgba(230,0,18,0.1) solid 1px;
}
.accessory .ac_switch .wrap .swiper2 .swiper-slide .txt a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0.1041666666666667vw;
	height: 0%;
	background: #e60012;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accessory .ac_switch .wrap .swiper2 .swiper-slide-thumb-active .txt a:before{
	height: 1vw;
}

.ApplicationDetails .particulars{
	margin-top: 2.60416666666667vw;
}
.ApplicationDetails .particulars .wrap{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 5.625vw;
}
.ApplicationDetails .particulars .wrap .imgBox{
	width: 41.25%;
	overflow: hidden;
}
.ApplicationDetails .particulars .wrap .imgBox img{
	width: 100%;
}
.ApplicationDetails .particulars .wrap .textBox{
	width: 53.5%;
	border-top: rgba(0,0,0,0.1) solid 1px;
	border-bottom: rgba(0,0,0,0.1) solid 1px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-top: 3%;
	padding-bottom: 3%;
	box-sizing: border-box;
}
.ApplicationDetails .particulars .wrap .textBox .text{
	max-width: 30.2vw;
}
.ApplicationDetails .particulars .wrap .textBox .text span{
	color: #E60012;
	display: block;
	margin-bottom: 5px;
}
.ApplicationDetails .particulars .wrap .textBox .text h2{
	font-family: "HarmonyOSSansSCBold"; 
	color: #000000;
}
.ApplicationDetails .particulars .wrap .textBox .txt{
	margin-top: 1.25vw;
	color: rgba(0,0,0,0.6);
	line-height: 1.6;
}
.ApplicationDetails .particulars .part{
	margin-bottom: 5.625vw;
}
.ApplicationDetails .particulars .part .title{
	margin-bottom: 2.5%;
}
.ApplicationDetails .particulars .part .title h3{
	font-family: "HarmonyOSSansSCBold"; 
	color: #000000;
}
.ApplicationDetails .particulars .part .box{
	display: flex;
	flex-direction: row-reverse;
	border: rgba(0,0,0,0.1) solid 1px;
}
.ApplicationDetails .particulars .part .box .text{
	width: 56.6875%;
	padding: 4% 5%;
	color: rgba(0,0,0,0.6);
	line-height: 1.7;
}
.ApplicationDetails .particulars .part .box .text ul li{
	position: relative;
	padding-left: 1.66666666666667vw;
}
.ApplicationDetails .particulars .part .box .text ul li:before{
	content: '';
	position: absolute;
	left: 0.2vw;
	top: 0.4vw;
	width: 0.625vw;
	height: 0.625vw;
	background: #e60012;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.ApplicationDetails .particulars .part .box .img{
	width: 43.3125%;
	overflow: hidden;
	text-align: center;
}
.ApplicationDetails .particulars .part .box .img img{
	width: 100%;
}
.ApplicationDetails .particulars .part .swiper{
	position: relative;
	width: 100%;
	overflow: hidden;
	border: none;
}
.ApplicationDetails .particulars .part .swiper a{
	display: block;
	width: 100%;
	border: rgba(0,0,0,0.1) solid 1px;
	box-sizing: border-box;
}
.ApplicationDetails .particulars .part .swiper .pic{
	width: 100%;
	overflow: hidden;
}
.ApplicationDetails .particulars .part .swiper .pic img{
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.ApplicationDetails .particulars .part .swiper a:hover  .pic img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.ApplicationDetails .particulars .part .swiper .txt{
	padding: 10%;
	box-sizing: border-box;
	text-align: center;
}
.ApplicationDetails .particulars .part .swiper .txt .t1{
	color: rgba(0,0,0,0.6);
}
.ApplicationDetails .particulars .part .swiper .txt .t2{
	margin-top: 0.4vw;
	color: #000000;
}
.ApplicationDetails .particulars .part .swiper .txt .t3{
	margin-top: 1vw;
}
.ApplicationDetails .particulars .part .swiper .txt .t3 span{
	display: inline-block
	color: #000000;
	text-decoration: underline;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.ApplicationDetails .particulars .part .swiper a:hover .txt .t3 span{
	color: #e60012;
}
.ApplicationDetails .swiper-pagination{
	display: none;
}
/**/
.introduce .title{
	margin-bottom: 1.5vw;
}
.introduce .title h3{
	font-family: "HarmonyOSSansSCBold"; 
	color: #000000;
}
.introduce .profile{
	padding-bottom: 80px;
}
.introduce .profile .box{
	display: flex;
	justify-content: space-between;
}
.introduce .profile .box .textBox{
	width: 46.875%;
	color: rgba(0,0,0,0.6);
	line-height: 1.6;
}
.introduce .profile .number{
	width: 45.5%;
}
.introduce .intro .number{
	margin-top: 10%;
}
.introduce .number ul{
	display: flex;
	flex-wrap: wrap;
}
.introduce .number ul li{
	display: flex;
	align-items: center;
	margin-bottom: 5.5%;
	padding-top: 3.3%;
	border-top: #e5e5e5 solid 1px;
}
.introduce .profile .number ul li{
	width: 30.4%;
	margin-right: 4.4%;
}
.introduce .profile .number ul li:nth-child(3n){
	margin-right: 0;
}
.introduce .intro .number ul li{
	max-width: 11.45833333333333vw;
	width: 47.8%;
	margin-right: 4.4%;
}
.introduce .intro .number ul li:nth-child(2n){
	margin-right: 0;
}
.introduce .number ul li .t1{
	display: flex;
	align-items: flex-start;
	margin-right: 0.5vw;
	font-family: "HarmonyOSSansSCBold"; 
	color: #e60012;
}
.introduce .number ul li .t2 .sp1{
	color: #000000;
	margin-bottom: 0.25vw;
}
.introduce .number ul li .t2 .sp2{
	color: rgba(0,0,0,0.6);
}
.introduce .wrap{background:#194189;
	/*background: url(/static/default/assets/img/img101.jpg) top 3.125% center no-repeat;
	background-size: 100% auto;*/
}
.introduce .wrap .advantage .box{
	position: relative;
	padding-top: 5.08333333333333%;
	padding-bottom: 5.29166666666667%;
}
.introduce .wrap .advantage .box .strength{width: 100%;}
.introduce .wrap .advantage .box .subtit{color:#fff;text-transform: uppercase;font-weight:bold;font-size:30px;padding-bottom:30px;}
.introduce .wrap .advantage .box .strength ul{display:grid;grid-template-columns: repeat(4,1fr);gap:20px}
.introduce .wrap .advantage .box .strength ul li{position: relative;border:3px solid #fff; border-radius:15px;}

.introduce .wrap .advantage .box .strength ul li .img{border-radius:15px;
	width: 100%;
	overflow: hidden;
}
.introduce .wrap .advantage .box .strength ul li .img img{
	width: 100%;
}

.introduce .wrap .advantage .box .GlobalMap{
	position: absolute;
	right: 2.34375%;
	top: 0;
	width: 59.79166666666667%;
	/*width: 64.58333333333333%;
	box-sizing: border-box;
	padding-left: 2.39583333333333%;
	padding-right: 2.39583333333333%;*/
}

.introduce .shili{
	background: url(/static/default/assets/img/about_shili.jpg) top 3.125% center no-repeat;
	background-size: 100% auto;
}
.introduce .shili .comwidth{
	display: flex;
	justify-content: flex-end;
}
.introduce .shili .text .t1{
	color: #333;
	line-height: 1.5;
	padding-top: 50px;
}
.introduce .shili .qysl .box{
	padding-top: 2.08333333333333%;
	padding-bottom: 7.29166666666667%;
}
.introduce .shili .qysl .box .sllt{width: 30.5%;padding-top:20%;}
.introduce .shili .qysl .box .slrt{width: 59.79166666666667%;}


.introduce .wrap .content{
	position: relative;
	padding-bottom: 14.0625%;
}
.introduce .wrap .content .comwidth{
	display: flex;
	justify-content: flex-end;
}
.introduce .wrap .content .comwidth .intro{
	width: 41.25%;
}
.introduce .wrap .content .comwidth .intro .text .t1{
	color: #000000;
	line-height: 1.5;
	margin-bottom: 1.5vw;
}
.introduce .wrap .content .comwidth .intro .text .t2{
	color: rgba(0,0,0,0.6);
	line-height: 1.6;
}
.introduce .wrap .content .MapBox{
	position: absolute;
	left: 3.28125%;
	top: 0;
	width: 47.96875%;
	overflow: hidden;
}
.introduce .wrap .content .MapBox img{
	width: 100%;
}
/**/
.MapBox .mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.MapBox .mask.b1{
	z-index: 1;
}
.MapBox .mask.b2{
	z-index: 2;
}
.MapBox .mask.b1 img,
.MapBox .mask.b2 img{
	opacity: 0;
}
.MapBox.animated .mask.b0 img{
	opacity: 0;
}
.MapBox.animated .mask.b1 img{
	transform-origin: center;
	animation: op1 1.5s forwards;
}
.MapBox.animated .mask.b2 img{
	animation: op2 1s forwards;
	animation-delay: 1s;
}
@-webkit-keyframes op1{
	0%{
		opacity: 0;
		transform: scale(1);
	}
	50%{
		opacity: 0.5;
		/*transform: scale(1.015);*/
	}
	100%{
		opacity: 1;
		transform: scale(1);
	}
}
@-webkit-keyframes op2{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
/**/
.introduce .wrap .notion .comwidth>ul{
	display: flex;
	flex-wrap: wrap;
}
.introduce .wrap .notion .comwidth>ul>li{
	width: 49.375%;
	margin-right: 1.25%;
	margin-bottom: 1.25%;
	padding: 3.75% 4.375%;
	box-sizing: border-box;
	box-shadow: 0px 0px 49px rgba(0,0,0,0.06);
}
.introduce .wrap .notion .comwidth>ul>li:nth-child(2n){
	margin-right: 0;
}
.introduce .wrap .notion .comwidth ul li .subtit{
	position: relative;
	display: flex;
	padding-right: 3vw;
	box-sizing: border-box;
	border-bottom: rgba(0,0,0,0.1) solid 1px;
}
.introduce .wrap .notion .comwidth ul li .subtit span{
	position: relative;
	padding-bottom: 1.3vw;
	font-family: "HarmonyOSSansSCBold"; 
}
.introduce .wrap .notion .comwidth ul li .subtit span:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #d71518;
}
.introduce .wrap .notion .comwidth ul li .subtit img{
	position: absolute;
	right: 0;
	top: 0;
	width: 2.13541666666667vw;
}
.introduce .wrap .notion .comwidth ul li .text{
	margin-top: 1.5vw;
	color: rgba(0,0,0,0.6);
	line-height: 1.6;
}
.introduce .wrap .notion .comwidth ul li ul li{
	margin-bottom: 1.2vw;
}
.introduce .wrap .notion .comwidth ul li ul li .size20{
	color: #000000;
	margin-bottom: 0.25vw;
}
.future{
	position: relative;
}
.future .content{
	position: sticky;
    top: 0;
    overflow: hidden;
    width: 100%;
    /*height: 52.08333333333333vw;*/
    height: 100vh;
}
.future .imgBg{
	/*width: 70%;
    transform: translateY(40vh);
    opacity: 0.3;
    margin: 0 auto;*/
    overflow: hidden;
    width: 100%;
}
.future .imgBg img{
	width: 100%;
	max-width: 100%;
	height: 100vh;
	object-fit: cover;
}
.future .textBox{
	position: absolute;
	left: 0;
	/*top: 6.77083333333333vw;*/
	/*top: 8.5vw;*/
	top: 5.6vw;
	width: 100%;
	text-align: center;
}
.future .comwidth .title{
	/*transform: translateY(100px);
	opacity: 0;*/
}
.future .textBox .title .icon{
	margin-bottom: 1.5vw;
}
.future .textBox .title h3{
	color: #FFFFFF;
	font-family: "HarmonyOSSansSCBold"; 
}
.future .textBox .text{
	margin-top: 1.3vw;
	color: #FFFFFF;
	line-height: 1.6;
}
.future .textBox .text span{
	display: block;
	/*-webkit-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;*/
}
.future .textBox .text span.active{
	color: #FFFFFF;
}
@-webkit-keyframes fadeInUpScale{
    from {
        opacity: 0.3;
        width: 70%;
        -webkit-transform: translateY(40vh);
        transform: translateY(40vh);
    }

    to {
        opacity: 1;
        width: 100%;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUpScale{
    from {
        opacity: 0.3;
        width: 70%;
        -webkit-transform: translateY(40vh);
        transform: translateY(40vh);
    }

    to {
        opacity: 1;
        width: 100%;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUpScale{
    -webkit-animation-name: fadeInUpScale;
    animation-name: fadeInUpScale;
}


/**/
.SampleDownloadBox{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100vh;
	display: none;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background: rgba(0,0,0,0.4);
}
.SampleDownloadBox.on{
	display: flex;
}
.SampleDownloadBox .box{
	position: relative;
	width: 50.52083333333333%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	display: flex;
	align-items: stretch;
}
.SampleDownloadBox .box .left_w{
	width: 41.23711340206186%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.SampleDownloadBox .box .productImg{
	width: 100%;
	overflow: hidden;
}
.SampleDownloadBox .box .productImg a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.SampleDownloadBox .box .left_w .img{
	width: 100%;
	overflow: hidden;
}
.SampleDownloadBox .box .left_w .img img{
	width: 100%;
}
.SampleDownloadBox .box .left_w .text{
	margin-top: 0.5vw;
	color: #000000;
	font-size: 0.8333333333333333vw;
	padding-bottom: 1.5vw;
}
.SampleDownloadBox .box .right_w{
	width: 58.76288659793814%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(/static/default/assets/img/img111.png) center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 8.2% 6.9% 5.9% 5.87%;
}
.SampleDownloadBox .box .wrap{
	width: 100%;
}
.SampleDownloadBox .box .wrap .title{
	position: relative;
}
.SampleDownloadBox .box .wrap .title .tit{
	position: relative;
	margin-bottom: 1.5vw;
}
.SampleDownloadBox .box .wrap .title .tit span{
	position: relative;
	display: inline-block;
	padding-bottom: 0.75vw;
	color: #000000;
	font-size: 1.041666666666667vw;
}
.SampleDownloadBox .box .wrap .title .tit span:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.1vw;
	background: #000000;
}
.SampleDownloadBox .box .wrap .title .tit:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.1vw;
	background: rgba(0,0,0,0.1);
}
.SampleDownloadBox .box .wrap .title .text{
	position: absolute;
	right: 0;
	top: 0.5vw;
	color: rgba(0,0,0,0.6);
}
.SampleDownloadBox .box .formli{
	display: flex;
	align-items: center;
	margin-bottom: 0.5vw;
}
.SampleDownloadBox .box .formli:last-child{
	margin-bottom: 0;
}
.SampleDownloadBox .box .formli .sp{
	width: 17%;
	color: #000000;
	font-size: 0.8333333333333333vw;
}
.SampleDownloadBox .box .formli .other{
	width: 83%;
}
.SampleDownloadBox .box .formli .other .codeBox{
	display: flex;
	justify-content: space-between;
}
.SampleDownloadBox .box .formli .txt{
	display: flex;
	align-items: center;
	width: 100%;
    overflow: hidden;
     font-family: "HarmonyOSSansSCRegular";
    color: #333333;
	font-size: 0.72916666666667vw;
    height: 2.083333333333333vw;
    border: rgba(0,0,0,0.1) solid 1px;
    padding: 0 1vw;
    box-sizing: border-box;
    background: none;
}
.SampleDownloadBox .box .formli .phoneNums{
	display: flex;
	align-items: center;
	width: calc(100% - 6.25vw);
    overflow: hidden;
     font-family: "HarmonyOSSansSCRegular";
    color: #333333;
	font-size: 0.72916666666667vw;
    height: 2.083333333333333vw;
    border: rgba(0,0,0,0.1) solid 1px;
    padding: 0 1vw;
    box-sizing: border-box;
    background: none;
}
.SampleDownloadBox .box .formli .getverify-code-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 6.25vw;
	text-align: center;
	overflow: hidden;
	font-family: "HarmonyOSSansSCRegular";
    color: #FFFFFF;
	font-size: 0.72916666666667vw;
    height: 2.083333333333333vw;
    border: rgba(0,0,0,0.1) solid 1px;
    border-left: none;
    box-sizing: border-box;
    background: #000000;
}
.SampleDownloadBox .box .formli input::-webkit-input-placeholder{
	font-family: "HarmonyOSSansSCRegular";
	color: rgba(0,0,0,0.4);
}
.SampleDownloadBox .box .formli input:-moz-placeholder{
	font-family: "HarmonyOSSansSCRegular";
	color: rgba(0,0,0,0.4);
}
.SampleDownloadBox .box .formli input::-moz-placeholder{
	font-family: "HarmonyOSSansSCRegular";
	color: rgba(0,0,0,0.4);
}
.SampleDownloadBox .box .formli input:-ms-input-placeholder{
	font-family: "HarmonyOSSansSCRegular";
	color: rgba(0,0,0,0.4);
}
.SampleDownloadBox .box .formbtn{
	margin-top: 1.5vw;
}
.SampleDownloadBox .box .formbtn input{
	width: 8.33333333333333vw;
	text-align: center;
	overflow: hidden;
	font-family: "HarmonyOSSansSCRegular";
    color: #FFFFFF;
	font-size: 0.8333333333333333vw;
    height: 2.60416666666667vw;
    line-height: 2.60416666666667vw;
    box-sizing: border-box;
    background: #000000;
}

.SampleDownloadBox .box .closeBtn{
	position: absolute;
	right: 1.3vw;
	top: 1vw;
	width: 2vw;
	height: 2vw;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.SampleDownloadBox .box .closeBtn img{
	width: 40%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.SampleDownloadBox .box .closeBtn:hover img{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
/**/
@media screen and (max-width: 1024px){
	.header .box{
		padding-left: 5%;
		padding-right: 5%;
		box-sizing: border-box;
	}
	.header .box .logo{
		padding-left: 0;
	}
	.header .box .logo a img{
		max-width: 50%;
		max-height: 50px;
	}
	.header .nav{
		display: none;
	}
	.header .formicon span,
	.header .formicon a{
		width: 50px;
		height: 70px;
		background: transparent;
	}
	.header .formicon span img,
	.header .formicon a img{
		width: 22px;
	}
	.header.white .formicon span .ic2,
	.header.on .formicon span .ic2,
	.header.act .formicon span .ic2{
		display: inline-block;
	}
	.header.white .formicon span .ic1,
	.header.on .formicon span .ic1,
	.header.act .formicon span .ic1{
		display: none;
	}
	.header.white .formicon a .ic2,
	.header.on .formicon a .ic2,
	.header.act .formicon a .ic2{
		display: inline-block;
	}
	.header.white .formicon a .ic1,
	.header.on .formicon a .ic1,
	.header.act .formicon a .ic1{
		display: none;
	}
	.menubtn{
		display: block;
	}
	/**/
	.footer{
		padding-top: 60px;
		background: #323232 url(/static/default/assets/img/footbg.png) center right 5% no-repeat;
    	background-size: 35%;
	}
	.footer .wrap{
		padding-bottom: 50px;
	}
	.footer .footleft{
		width: 38%;
	}
	.footer .footright{
		width: 51%;
	}
	.footer .footlogo a img{
		max-width: 50%;
		max-height: 50px;
	}
	.footer .footleft .text{
		margin-top: 25px;
		font-size: 14px;
	}
	.footer .footshare ul li{
		margin-right: 10px;
		margin-bottom: 25px;
	}
	.footer .footshare ul li a{
		/*width: 54px;
		height: 54px;*/
		width: 48px;
		height: 48px;
	}
	.footer .footshare ul li .codeBox{
		top: 42px;
	}
	.footer .footshare ul li .codeBox i{
		border-top: 12px solid transparent;
	    border-left: 7px solid transparent;
	    border-right: 7px solid transparent;
	    border-bottom: 12px solid #ffffff;
	}
	.footer .footshare ul li .codeBox .img{
		width: 90px;
		height: 90px;
	}
	.footer .footinfor .title{
		font-size: 18px;
		padding-bottom: 18px;
	}
	.footer .footinfor ul{
		margin-top: 15px;
	}
	.footer .footinfor ul li{
		margin-bottom: 15px;
	}
	.footer .footinfor ul li .t1{
		font-size: 14px;
	}
	.footer .footinfor ul li .t2{
		font-size: 14px;
	}
	.footer .footinfor ul li .digit{
		/*font-family: "HarmonyOSSansSCRegular";
		-webkit-tap-highlight-color: #ffffff !important;*/
		font-size: 18px;
		background: #FFFFFF;
	    background-clip: text;
	    -webkit-background-clip: text;
	    -webkit-text-fill-color: transparent;
	    font-weight: bold;
	}
	.footer .copyright{
		padding-top: 20px;
	    padding-bottom: 20px;
	    font-size: 14px;
	    text-align: center;
	}
	.footer .copyright .TechSupport{
		float: none;
		display: block;
	}
	/**/
	.pImg{
		display: none;
	}
	.mImg{
		display: block;
	}
	.obanner>img{
		height: 50vmin;
		object-fit: cover;
	}
	.bannerTitle{
		bottom: 40px;
	}
	.bannerTitle.oTitle{
		bottom: 40px;
	}
	.bannerTitle .line,
	.currentTitle{
		display: none;
	}
	.comTitle{
		padding-left: 40px;
    	padding-right: 0;
	}
	.comTitle i{
		/*top: 20px;*/
		top: 50%;
		left: 4px;
	    width: 22px;
	    height: 22px;
	    margin-top: -13px;
	}
	.comTitle span{
		font-size: 18px;
		margin-bottom: 6px;
	}
	.comTitle h2{
		font-size: 32px;
	}
	/**/
	.comwidth{
		width: 90%;
	}
	.size50{
		font-size: 28px;
	}
	.size40{
		font-size: 32px;
	}
	.size30{
		font-size: 24px;
	}
	.size24{
		font-size: 20px;
	}
	.size22{
		font-size: 18px;
	}
	.size20{
		font-size: 16px;
	}
	.bannerNew a h3.size20{
		font-size: 20px;
		margin-bottom: 3px;
	}
	.size18{
		font-size: 16px;
	}
	.size16{
		font-size: 14px;
	}
	.size14{
		font-size: 14px;
	}
		.size13{
		font-size: 13px;
	}
	.size12{
		font-size: 12px;
	}
	.index_product .i-title{
		max-width: 540px;
	}
	.index_solution .i-title{
		max-width: 640px;
	}
	.index_about .i-title{
		max-width: 580px;
	}
	.i-title small{
		margin-bottom: 5px;
	}
	.i-title .text{
		margin-top: 20px;
	}
	.sidebar ul li a{
		width: 50px;
		height: 50px;
		border-radius: 4px;
	}
	.sidebar ul li .secondary{
		right: 70px;
		padding: 10px;
		border-radius: 10px;
	}
	.sidebar ul li .secondary::before{
		right: -10px;
		border-top: 8px solid transparent;
	    border-bottom: 8px solid transparent;
	    border-left: 10px solid #ffffff;
	}
	.sidebar ul li .codeimg{
		width: 110px;
	}
	.sidebar ul li .secondary .txtli{
		min-width: 140px;
	}
	.sidebar ul li .secondary .txtli img{
		width: 20px;
		margin-right: 6px;
	}
	.sidebar ul li .txt{
		margin-top: 5px;
		font-size: 14px;
	}
	.bannerNew{
		position: static;
		padding-top: 8%;
		padding-bottom: 2%;
		padding-left: 5%;
		padding-right: 5%;
		box-sizing: border-box;
		overflow: hidden;
	}
	.bannerNew .swiper-container{
		padding-left: 0;
	}
	.bannerNew a{
		background: rgba(0,0,0,0.04);
	}
	.index_product .box{
		margin-top: 40px;
	}
	.index_product .box ul li .text .txt{
		margin-top: 15px;
	}
	.index_product .box ul li .morebtn{
		margin-top: 20px;
	}
	.index_product .box ul:nth-child(odd){
		margin-top: 0;
	}
	.index_product .box ul li a{
		/*min-height: 27vw;*/
		min-height: 27vmin;
	}
	.index_product .box .viewAll{
		position: static;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5%;
	}
	.morebtn i{
		margin-right: 10px;
	    width: 20px;
	    height: 20px;
	}
	.morebtn span, .morebtn a{
		font-size: 14px;
	}
	.index_about .morebtn{
		margin-top: 50px;
	}
	.index_video .box .viewAll{
		padding-top: 25px;
	}
	.viewAll a{
		font-size: 15px;
    	padding-left: 25px;
    	line-height: 40px;
	}
	.viewAll a:before,
	.viewAll a:after{
		width: calc(100% - 20px);
	}
	.viewAll a i{
		width: 40px;
		height: 40px;
		margin-left: 20px;
	}
	.index_product .box{
		align-items: stretch;
	}
	.index_product .box ul{
		display: inline-flex;
		justify-content: flex-start;
		flex-direction: column;
	}
	.index_product .box ul li{
		flex: 1;
	}
	.index_solution .solutionTab .icon img{
		width: 30px;
	}
	.index_about{
		padding-top: 10%;
		padding-bottom: 10%;
	}
	.index_about .wrap{
		margin-top: 8%;
	}
	.index_about .wrap ul li{
		padding: 12px;
		/*margin-right: 3.2vw;*/
		margin-right: 3.2vmin;
		min-width: 100px;
		min-height: 100px;
	}
	.index_about .wrap ul li .sp span{
		margin-right: 5px;
	}
	.index_solution .solutionTab .swiper-slide{
		padding: 15px 0px;
	}
	.index_solution .solutionTab .txt{
		margin-top: 10px;
	}
	.index_solution .solutionCarousel .swiper-slide .img img{
		min-height: 52vmax;
		object-fit: cover;
	}
	.index_news .box .newsTab{
		width: 45%;
		padding-top: 25px;
	}
	.newsTab ul li span{
		line-height: 2.4;
	}
	.index_news .wrap{
		margin-top: 40px;
	}
	.index_news .wrap .newBox{
		align-items: flex-start;
	}
	.index_news .newlist ul li a{
		height: auto;
		padding-top: 13px;
		padding-bottom: 13px;
	}
	.index_news .newlist ul li.on a{
		height: auto;
	}
	.index_news .newlist a h3.size24{
		font-size: 16px;
	}
	.index_news .mainnew a .text h3{
		margin-top: 10px;
	}
	.index_news .mainnew a .img{
		margin-top: 20px;
	}
	.index_news .newlist ul li.on a h3{
		min-height: 1px;
		overflow: hidden;
	    text-overflow: ellipsis;
	    -webkit-line-clamp: 1;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	}
	.index_news .newlist ul li.on a h3.size24{
		font-size: 16px;
	}
	.index_news .newlist ul li.on a:after{
		width: 0%;
	}
	.index_news .newlist ul li:hover a:after{
		right: auto;
		left: 0;
		width: 100%;
	}
	.index_news .newlist a .morebtn{
		opacity: 1;
		margin-top: 8px;
	}
	.index_news .newlist ul li.on a .morebtn span {
	    color: #000000;
	}
	.index_news .newlist ul li:hover a .morebtn span {
	   color: #666; line-height:20px;font-size:14px;
	}
	.index_news .newlist ul li.on a .morebtn span i {
	    background: url(/static/default/assets/img/icon6.png) center no-repeat;
	    background-size: 100% auto;
	}
	.index_news .newlist ul li:hover a .morebtn span i {
	    background: url(/static/default/assets/img/icon7.png) center no-repeat;
	    background-size: 100% auto;
	}
	.index_video .wrap{
		margin-top: 40px;
		width: calc(90% + 20px);
	}
	.index_video .wrap .swiper-slide{
		padding-left: 10px;
		padding-right: 10px;
	}
	.index_video .swiper-scrollbar {
	    position: relative;
	    touch-action: none;
	    background: rgba(0,0,0,0.06);
	}
	.videoli .videoImg .playIcon{
		width: 40px;
	}
	.videoli .playTxt{
		padding: 25px;
	}
	.videoli .playTxt .sortTxt{
		margin-top: 25px;
	}
	.index_video .wrap .swiper{
		padding-bottom: 50px;
	}
	.index_video .swiper-horizontal>.swiper-scrollbar, 
	.index_video .swiper-scrollbar.swiper-scrollbar-horizontal {
	    height: 3px;
	    width: calc(100% -  20px);
	}
	/**/
	.othercontent{
		padding-top: 70px;
	}
	.position{
		display: none;
		padding: 15px 0;
	}
	.position a img{
		max-width: 15px;
		margin-right: 5px;
	}
	.position span{
		margin: 0 5px;
	}
	/*ApplicationDetails*/
	.ApplicationDetails .particulars{
		margin-top: 40px;
	}
	.ApplicationDetails .particulars .wrap .textBox .text{
		max-width: 100%;
	}
	.ApplicationDetails .particulars .wrap .textBox .txt{
		margin-top: 15px;
	}
	.ApplicationDetails .particulars .part .title h3.size30{
		font-size: 26px;
	}
	.ApplicationDetails .particulars .part .box .text{
		padding: 30px;
	}
	.ApplicationDetails .particulars .part .box .text ul li{
		padding-left: 20px;
	}
	.ApplicationDetails .particulars .part .box .text ul li:before{
		left: 5px;
	    top: 8px;
	    width: 8px;
	    height: 8px;
	}
	.ApplicationDetails .particulars .part .swiper .txt{
		padding: 25px 20px;
	}
	.ApplicationDetails .particulars .part .swiper .txt .t2{
		margin-top: 5px;
	}
	.ApplicationDetails .particulars .part .swiper .txt .t3{
		margin-top: 10px;
	}
	
	.AutomatedIndustry .size30{
		font-size: 27px;
	}
	.SolutionsTitle h3 img{
		width: 32px;
		margin-right: 15px;
	}
	.SolutionsTitle .txt{
		margin-top: 20px;
	}
	.Solutions .imgBox{
		margin-top: 40px;
	}
	.TurnkeyProject.padB100,
	.CustomerCases.padB100{
		padding-bottom: 20px;
	}
	.TurnkeyProject .box,
	.CustomerCases .box{
		margin-top: 30px;
	}
	.TurnkeyProject .box ul li,
	.CustomerCases .box ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.TurnkeyProject .box ul li:nth-child(3n),
	.CustomerCases .box ul li:nth-child(3n){
		margin-right: 4%;
	}
	.TurnkeyProject .box ul li:nth-child(2n),
	.CustomerCases .box ul li:nth-child(2n){
		margin-right: 0;
	}
	.TurnkeyProject .box ul li .serial:before{
		border: 36px solid #dcdcdc;
	    border-color: transparent #dcdcdc #dcdcdc transparent;
	}
	.TurnkeyProject .box ul li:hover .serial:before {
	    border: 36px solid #e60012;
	    border-color: transparent #e60012 #e60012 transparent;
	}
	.TurnkeyProject .box ul li .serial span{
		padding-right: 5px;
    	margin-bottom: 5px;
	}
	.caseli .text{
		padding: 25px 20px;
	}
	.TurnkeyProject .box ul li{
		min-height: 1%;
		padding: 60px 30px;
	}
	.TurnkeyProject .box ul li .textBox .icon img{
		width: 15%;
		max-width: 45px;
	}
	.TurnkeyProject .box ul li .textBox .text{
		margin-top: 25px;
	}
	.specifics .wrap .right_w{
		width: 32%;
	}
	.OtherCases ul{
		margin-top: 25px;
	}
	.OtherCases .caseli{
		margin-bottom: 25px;
	}
	.OtherCases .caseli .text{
		padding: 20px 10px;
	}
	.AutomationDetails .specifics .part{
		padding-bottom: 30px;
	}
	.AutomationDetails .specifics .details h2 span{
		font-size: 24px;
	}
	.AutomationDetails .specifics .details .text{
		margin-top: 20px;
	}
	.AutomationDetails .specifics .details .text .substance .wz:before{
		top: 7px;
	    width: 8px;
	    height: 8px;
	}
	.AutomationDetails .specifics .details .text .substance{
		margin-bottom: 20px;
	}
	.AutomationDetails .specifics .details .text .substance .wz{
		padding-left: 15px;
	}
	.Recommended{
		margin-top: 10px;
		padding-left: 10px;
	    padding-right: 10px;
	    padding-top: 10px;
	    padding-bottom: 56px;
	}
	.Recommended .swiper-slide .txt{
		padding-left: 25px;
	    padding-right: 15px;
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	.Recommended .swiper-slide .txt .t2{
		margin-top: 10px;
	}
	.Recommended .swiper-slide a{
		box-shadow: 0px 0px 10px rgba(0,0,0,0.11);
	}
	.Recommended .swiper-button-next, .Recommended .swiper-button-prev{
		bottom: 6px;
	}
	.CommonButton{
		width: 24px;
	    height: 24px;
	}
	.CommonButton.swiper-button-next:before, .CommonButton.swiper-button-prev:before{
		font-size: 10px;
	}
	.Recommended .swiper-button-prev, .Recommended.swiper-container-rtl .swiper-button-next{
		left: 10px;
	}
	.Recommended .swiper-button-next, .Recommended.swiper-container-rtl .swiper-button-prev{
		left: 50px;
	}
	/*CareerDevelopment*/
	.ideaContent{
		margin-top: 20px;
	}
	.Idea:before{
		top: 9%;
	    right: 3%;
	    width: 2%;
	    height: 20%;
	}
	.Idea:after{
		bottom: 5%;
	    right: 2.5%;
	    width: 12%;
	    height: 11%;
	}
	.Idea .box:before{
		top: 27%;
	    width: 25%;
	    height: 15%;
	}
	
	.Idea .box .textBox{
		align-items: flex-start;
		padding: 40px 30px 30px 30px;
	}
	.ideaTab ul{
		display: block;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		font-size: 0;
		text-align: left;
	}
	.ideaTab ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}
	.ideaTab ul::-webkit-scrollbar-button {
		background-color: rgba(0, 0, 0, 0);
	}
	.ideaTab ul::-webkit-scrollbar-track {
		background-color: rgba(0, 0, 0, 0);
	}
	.ideaTab ul::-webkit-scrollbar-track-piece {
		background-color: rgba(0, 0, 0, 0);
	}
	.ideaTab ul::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0);
	}
	.ideaTab ul::-webkit-scrollbar-corner {
		background-color: rgba(0, 0, 0, 0);
	}
	.ideaTab ul::-webkit-scrollbar-resizer {
		background-color: rgba(0, 0, 0, 0);
	}
	.ideaTab ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}
	.ideaTab ul li{
		display: inline-block;
		vertical-align: middle;
		margin-right: 25px;
		padding-bottom: 5px;
	}
	.ideaTab ul li .icon{
		display: inline-block;
		position: relative;
		top: -2px;
		margin-right: 10px;
	}
	.ideaTab ul li .icon img{
		width: 18px;
	}
	.ideaTab ul li span{
		display: inline-block;
	}
	.Idea .box .textBox:before{
	    top: -18%;
	    width: 17%;
	    height: 28%;
	}
	.Idea .box .textBox .contentlogo{
		left: 30px;
    	bottom: 30px;
    	width: calc(100% - 60px);
	}
	.Idea .box .textBox .contentlogo:before{
		left: auto;
		right: 0;
		bottom: -2px;
		width: 72%;
	}
	.Idea .box .textBox .contentlogo span{
		width: 28%;
		padding-right: 20px;
	}
	.Idea .box .textBox .contentlogo span img{
		max-width: 100%;
	}
	/*.EmployeeInterviews:before{
		bottom: 6%;
	    width: 16%;
	    height: 2%;
	}
	.EmployeeInterviews .comwidth:before{
		
	}
	.EmployeeInterviews .comwidth:after {
	    right: -2.5vw;
	    bottom: 1.40625vw;
	    width: 2.5vw;
	    height: 2.5vw;
	}*/
	.EmployeeInterviews .item{
		height: 36vmin;
	}
	.EmployeeInterviews .item .textBox{
		width: calc(100% - 60px);
		bottom: 30px;
		left: 30px;
	}
	.EmployeeInterviews .swiper-slide .item .textBox.w1{
		padding: 20px 30px;
	}
	.EmployeeInterviews .swiper-slide .item .textBox.w2{
		padding: 25px 30px;
	}
	.EmployeeInterviews .item .textBox h3.size20{
		font-size: 20px;
	}
	.EmployeeInterviews .item .textBox .text{
		margin-top:15px;
	}
	.EmployeeInterviews .item .textBox .more{
		margin-top: 15px;
	}
	.EmployeeInterviews .swiper-button-next, .EmployeeInterviews .swiper-button-prev{
		bottom: 80px;
	    width: 28px;
	    height: 28px;
	}
	.EmployeeInterviews .swiper-button-next, .EmployeeInterviews.swiper-container-rtl .swiper-button-prev{
		left: 58%;
	}
	.EmployeeInterviews .swiper-button-prev, .EmployeeInterviews.swiper-container-rtl .swiper-button-next{
		left: 52.5%;
	}
	.EmployeeInterviews .swiper-button-next:before, .EmployeeInterviews .swiper-button-prev:before{
		font-size: 12px;
	}
	.cation-middle{
		padding: 30px;
	}
	.cation-middle .box.size16{
		padding-top: 15px;
		font-size: 16px;
	}
	.cation-list{
		display: block;
		margin-bottom: 15px;
	}
	.cation-list:last-child{
		margin-bottom: 0;
	}
	.cation-list dt{
		width: 100%;
		margin-bottom: 15px;
	}
	.cation-list dd a{
		margin-right: 20px;
    	margin-bottom: 10px;
	}
	.recruitList{
		margin-top: 16px;
	}
	.recruitList ul li{
		margin-bottom: 16px;
	}
	.recruitList ul li .crosshead{
		padding: 18px 54px 18px 30px;
		background: url(/static/default/assets/img/icon36.png) top 23px right 30px no-repeat;
	    background-size: 24px auto;
	}
	.recruitList ul li.on .crosshead {
	    background: url(/static/default/assets/img/icon37.png) top 23px right 30px no-repeat;
	    background-size: 24px auto;
	}
	.recruitList ul li .crosshead:before{
		width: 2px;
	}
	.recruitList ul li.on .crosshead:before{
		height: 20px;
	}
	.recruitList ul li .crosshead h3.size20{
		font-size: 20px;
	}
	.recruitList ul li .crosshead .info.size16{
		font-size: 16px;
	}
	.recruitList ul li .content{
		padding: 30px;
	}
	.recruitList ul li .content .text .item{
		width: 47%;
   	 	margin-right: 6%;
	}
	.recruitList ul li .content .text .item .itemli{
		max-width: 100%;
		margin-bottom: 30px;
	}
	.recruitList ul li .content .text h5.size16{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.recruitList ul li .content .deliver{
		margin-top: 30px;
	}
	/*ContactUs*/
	.contactInfor .box:last-child{
		margin-bottom: 0;
	}
	.contactInfor .box .title{
		margin-bottom: 25px;
	}
	.contactInfor .box>ul>li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
		padding: 4%;
	}
	.contactInfor .box>ul>li:nth-child(2n){
		margin-right: 0;
	}
	.contactInfor .box ul li .site{
		padding-bottom: 18px;
		margin-bottom: 18px;
	}
	.contactInfor .box ul li .corp{
		margin-bottom: 12px;
	}
	/*EmployeeInterviewDetails*/
	.EmployeeInterviewDetails .topic{
		margin-top: -7%;
	}
	.newdetails .topic .title .text .txt{
		margin-top: 20px;
	}
	.newdetails .topic .title .text .txt span{
		margin-right: 20px;
	}
	.EmployeeInterviewDetails .topic .infor{
		padding: 30px;
	}
	.EmployeeInterviewDetails .topic .infor .t2{
		margin-top: 10px;
	}
	.detailTitle{
		padding-top: 20px;
		padding-bottom: 15px;
    	margin-bottom: 15px;
	}
	.detailTitle span{
		min-width: 1px;
	    padding-top: 10px;
	    padding-bottom: 10px;
	    padding-left: 15px;
	    padding-right:15px;
	}
	.detailTitle span:before{
		right: -20px;
	    top: -20px;
	    width: 20px;
	    height: 20px;
	}
	.detailTitle span:after{
		left: -40px;
	    bottom: -15px;
	    width: 90px;
	    height: 15px;
	}
	.OtherInterviews .title, .RelatedNews .title{
		padding-bottom: 15px;
	}
	.OtherInterviews ul li{
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.OtherInterviews ul li .img{
		width: 21%;
		padding-bottom: 21%;
	}
	.prvenext ul li a{
		padding-top: 20px;
    	padding-bottom: 20px;
	}
	.prveli a{
		padding-left: 10%;
		padding-right: 5%;
	}
	.nextli a{
		padding-right: 10%;
		padding-left: 5%;
	}
	.prvenext ul li .t1{
		margin-bottom: 10px;
	}
	/*newdetails*/
	.returnList{
		display: none;
	}
	.specifics .details h3{
		font-size: 20px;
	}
	/*new*/
	.comnav ul{
		display: block;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		font-size: 0;
		text-align: left;
	}
	.comnav ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}
	.comnav ul::-webkit-scrollbar-button {
		background-color: rgba(0, 0, 0, 0);
	}
	.comnav ul::-webkit-scrollbar-track {
		background-color: rgba(0, 0, 0, 0);
	}
	.comnav ul::-webkit-scrollbar-track-piece {
		background-color: rgba(0, 0, 0, 0);
	}
	.comnav ul::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0);
	}
	.comnav ul::-webkit-scrollbar-corner {
		background-color: rgba(0, 0, 0, 0);
	}
	.comnav ul::-webkit-scrollbar-resizer {
		background-color: rgba(0, 0, 0, 0);
	}
	.comnav ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}
	.comnav ul li{
		display: inline-block;
		margin-right: 20px;
	}
	.comnav ul li a{
		min-width: 130px;
    	height: auto;
    	padding-top: 10px;
    	padding-bottom: 10px;
    	font-size: 16px;
	}
	.news .box ul{
		padding-bottom: 50px;
	}
	.news .box ul li{
		padding: 30px;
	}
	.news .box ul li .textBox{
		max-width: 66.875%;
	}
	.news .box ul li .textBox h3{
		margin-top: 6px;
	}
	.news .box ul li .textBox .txt{
		margin-top: 12px;
	}
	.news .box ul li .textBox .more{
		margin-top: 15px;
	}
	.news .box ul li .textBox .more span{
		padding-left: 23px;
	}
	.news .box ul li .textBox .more i{
		top: 2px;
		width: 17px;
		height: 14px;
	}
	
	/*team*/
	.staff-size .textBox{
		padding-right: 5%;
	}
	.staff-size .textBox ul li{
		padding-top: 12px;
	}
	.Capabilities{
		padding-top: 80px;
	}
	.Capabilities .swiperImg{
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
	}
	.Capabilities .swiperImg .swiper1{
		height: 100%;
	}
	.Capabilities .swiperImg .swiper1 .swiper-slide .img{
		height: 100%;
	}
	.Capabilities .swiperImg .swiper1 .swiper-slide img{
		height: 100%;
		object-fit: cover;
	}
	.Capabilities .teamTitle{
		position: static;
	}
	.Capabilities .swiperText{
		position: static;
		margin-top: 50px;
	}
	.field .box .textBox{
		padding-right: 5%;
	}
	.teamTitle .text{
		margin-top: 15px;
	}
	.teamTitle .text ul li{
		padding-left: 15px;
	}
	.teamTitle .text ul li:before{
		top: 6px;
	    width: 8px;
	    height: 8px;
	}
	/*TechnicalServiceOutlets*/
	.ServiceCenter .box>ul>li{
		flex-wrap: wrap;
		padding-top: 30px;
    	padding-bottom: 30px;
	}
	.ServiceCenter .box ul li .textBox{
		width: 100%;
	}
	.ServiceCenter .box ul li .textBox .subtit{
		padding-left: 32px;
	}
	.ServiceCenter .box ul li .textBox .subtit img{
		top: 1px;
		width: 22px;
	}
	.ServiceCenter .box ul li .textBox .iconbg{
		display: none;
	}
	.ServiceCenter .box ul li .imgBox{
		width: 100%;
		margin-top: 30px;
	}
	.CPDtitle .txt{
		margin-top: 10px;
	}
	.Collection .locationTab ul li{
		padding-right: 20px;
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	.Collection .locationTab ul li i{
		width: 20px;
		background: url(/static/default/assets/img/icon46.png) right center no-repeat;
		background-size: 6px auto;
	}
	.Collection .locationTab ul li:hover i,
	.Collection .locationTab ul li.on i{
		background: url(/static/default/assets/img/icon47.png) right center no-repeat;
		background-size: 6px auto;
	}
	.Collection .wrap .point ul li .round{
		width: 10px;
		height: 10px;
	}
	.Collection .wrap .point ul li .spot{
		width: 18px;
		height: 18px;
	}
	.Collection .w2 .swiper .imgBox .icon img{
		width: 12%;
		max-width: 50px;
	}
	.Collection .w2 .swiper .textBox{
		padding: 25px;
	}
	.Collection .w2 .swiper .textBox ul{
		margin-top: 5px;
	}
	.Collection .w2 .swiper .textBox ul li{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	/*TechnicalVideo*/
	.TechnicalVideo .box ul{
		margin-bottom: 30px;
	}
	.TechnicalVideo .box ul li{
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 3%;
	}
	.TechnicalVideo .box ul li:nth-child(3n){
		margin-right: 3%;
	}
	.TechnicalVideo .box ul li:nth-child(2n){
		margin-right: 0;
	}
	.videoli .playTxt .date{
		margin-bottom:6px;
	}
	.videoli .playTxt .sortTxt span{
		padding-right: 15px;
	}
	/*about*/
	.introduce .profile .box{
		flex-wrap: wrap;
	}
	.introduce .profile .box .textBox{
		width: 100%;
	}
	.introduce .profile .number{
		width: 100%;
		margin-top: 40px;
	}	
	.introduce .title{
		margin-bottom: 20px;
	}
	.introduce .title h3.size30{
		font-size: 26px;
	}
	.introduce .wrap .notion .comwidth ul li .subtit span.size30,
	.future .textBox .title h3.size30{
		font-size: 26px;
	}
	.introduce .number ul li .t1{
		margin-right: 10px;
	}
	.introduce .number ul li .t1 .size50{
		font-size: 40px;
	}
	.introduce .number ul li .t1 .size20{
		font-size: 18px;
	}
	.introduce .wrap .content{
		padding-bottom: 10%;
	}
	.introduce .wrap .advantage .subtit.size24{
		font-size: 24px;
	}
	.introduce .wrap .advantage .box{
		margin-top: 30px;
		padding-bottom: 10%;
	}
	.introduce .wrap .advantage .box .strength{
		width: 100%;
	}
	.introduce .wrap .advantage .box .strength ul li{
		margin-bottom: 30px;
	}
	
	.introduce .wrap .advantage .box .GlobalMap{
		position: relative;
		right: 0;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10%;
	}
	
	.introduce .wrap .content .comwidth .intro{
		width: 100%;
	}
	.introduce .wrap .content .comwidth .intro .text .t1{
		margin-bottom: 20px;
	}
	.introduce .intro .number{
		margin-top: 6%;
	}
	.introduce .intro .number ul li{
		max-width: 30.4%;
		width: 30.4%;
    	margin-right: 4.4%;
	}
	.introduce .intro .number ul li:nth-child(2n){
		margin-right: 4.4%;
	}
	.introduce .intro .number ul li:nth-child(3n){
		margin-right: 0;
	}
	.introduce .wrap .notion .comwidth ul li .subtit{
		padding-right: 50px;
	}
	.introduce .wrap .notion .comwidth ul li .subtit span{
		padding-bottom: 20px;
	}
	.introduce .wrap .notion .comwidth ul li .subtit img{
		width: 41px;
	}
	.introduce .wrap .notion .comwidth ul li .text.size16{
		font-size: 16px;
		margin-top: 25px;
	}
	.introduce .wrap .notion .comwidth ul li ul li{
		margin-bottom: 20px;
	}
	.introduce .wrap .notion .comwidth ul li ul li .size20{
		font-size: 20px;
		margin-bottom: 4px;
	}
	.introduce .wrap .content .MapBox{
		position: relative;
		left: 0;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.introduce .wrap .notion .comwidth>ul>li{
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 30px; 
		padding: 40px;
	}
	.future .textBox{
		/*top: 15%;*/
		top: 8%;
	}
	.future .imgBg img{
		min-height: 70vh;
		object-fit: cover;
	}
	.future .textBox .title .icon{
		margin-bottom: 25px;
	}
	.future .textBox .text.size16{
		margin-top: 25px;
		font-size: 16px;
	}
	/*product*/
	.productCenter .left_w{
		width: 20%;
	}
	.productCenter .right_w{
		width: 76%;
	}
	.productCenter .headline{
		padding-bottom: 30px;
	}
	.productCenter .headline h2{
		margin-top: 4px;
	}
	.productCenter .headline .txt{
		margin-top: 15px;
	}
	.productCenter .wrap{
		padding-top: 50px;
	}
	.productNav.fixed{
		top: 80px;
	}
	.productNav{
		max-height: 100%;
		overflow: hidden;
	}
	.productNav>ul>li{
		margin-bottom: 40px;
	}
	.productNav ul li .title{
		padding-bottom: 15px;
    	margin-bottom: 20px;
	}
	.productNav ul li .title.size20{
		font-size: 20px;
	}
	.productNav ul li ul.size16{
		font-size: 16px;
	}
	.productNav ul li ul li{
		margin-bottom: 6px;
	}
	.productNav ul li ul li a{
		padding-right: 35px;
	}
	.productNav ul li ul li a i{
		width: 35px;
	    background: url(/static/default/assets/img/icon22.png) center no-repeat;
	    background-size: 5px auto;
	}
	.productNav ul li ul li:hover a i,
	.productNav ul li ul li.on a i{
		background: url(/static/default/assets/img/icon23.png) center no-repeat;
		background-size: 5px auto;
	}

	.productList .box .title{
		margin-bottom: 20px;
	}
	.productList .box .title .size24{
		font-size: 24px;
	}
	.productCenter .productList{
		margin-top: 40px;
	}
	.productList .box ul li{
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 3%;
	}
	.productList .box ul li:nth-child(3n){
		margin-right: 3%;
	}
	.productList .box ul li:nth-child(2n){
		margin-right: 0;
	}
	.productList .box ul li .imgBox{
		margin-bottom: 10px;
	}
	.productList .box ul li .textBox{
		padding-bottom: 40px;
	}
	.productList .box ul li .textBox .txt{
		margin-top: 10px;
	}
	.productList .box ul li .textBox .icon{
		margin-top: 20px;
	}
	.productList .box ul li .textBox .icon span{
		width: 20px;
		height: 20px;
		font-size: 12px;
	}
	.productList .box ul li .textBox .icon span:before{
		top: 42%;
		width: 100%;
		height: 100%;
	}
	.productList .box ul li .textBox h4.size20{
		font-size: 20px;
	}
	.productList .box ul li .textBox .txt.size16{
		font-size: 16px;
	}
	/*product details*/
	.DetailedPlan .details.padT50{
		padding-top: 40px;
	}
	.DetailedPlan .details .comwidth{
		flex-wrap: wrap;
	}
	.DetailedPlan .details .left_w{
		width: 100%;
	}
	.DetailedPlan .details .swiper-button-next, .DetailedPlan .details .swiper-container-rtl .swiper-button-prev{
		right: 3%;
	}
	.DetailedPlan .details .swiper-button-prev, .DetailedPlan .details .swiper-container-rtl .swiper-button-next{
		left: 3%;
	}
	.DetailedPlan .details .right_w{
		width: 100%;
		padding-top: 40px;
		padding-bottom: 40px;
		border-top: none;
	}
	.DetailedPlan .details .right_w .textBox .text{
		margin-top: 15px;
	}
	.DetailedPlan .details .right_w .textBox .text .t1{
		margin-bottom: 10px;
	}
	.DetailedPlan .details .right_w .textBox .btn{
		margin-top: 40px;
    	padding-bottom: 20px;
	}
	.DetailedPlan .details .right_w .textBox .btn a, .DetailedPlan .details .right_w .textBox .btn span{
		min-width: 180px;
	    height: 48px;
	    line-height: 48px;
	    margin-bottom: 15px;
	}
	.DetailedPlan .details .right_w .textBox .btn a i, .DetailedPlan .details .right_w .textBox .btn span i{
		margin-right: 10px;
	    width: 14px;
	    height: 16px;
	}
	.DetailedPlan .details .right_w .textBox .btn ul li .codeBox{
		left: 200px;
		padding-left: 15px;
		width: 170px;
	}
	.DetailedPlan .details .right_w .textBox .btn ul li .codeBox .triangle{
		width: 20px;
    	height: 30px;
	}
	.DetailedPlan .details .right_w .textBox .btn ul li .codeBox .img{
		padding: 10px;
	}
	.DetailedPlan .particulars .part .title .txt{
		margin-top: 10px;
	}
	.DetailedPlan .particulars .ProductFeatures1 .box{
		flex-wrap: wrap;
	}
	.DetailedPlan .particulars .ProductFeatures1 .textBox{
		width: 100%;
		padding: 40px 30px;
	}
	.DetailedPlan .particulars .ProductFeatures1 .imgBox{
		width: 100%;
	}
	.DetailedPlan .particulars .part .title{
		margin-bottom: 25px;
	}
	.DetailedPlan .particulars .arrowbox{
		width: 64px;
	}
	.DetailedPlan .particulars .ProductFeatures1 .textBox ul li,
	.PerformanceCharacteristics .box ul li .text li,
	.DetailedPlan .particulars .part .subtitle{
		padding-left: 25px;
	}
	.DetailedPlan .particulars .ProductFeatures1 .textBox ul li{
		margin-bottom: 30px;
	}
	.PerformanceCharacteristics .box ul li .text li{
		margin-bottom: 10px;
	}
	.DetailedPlan .particulars .part .subtitle{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.DetailedPlan .particulars .ProductFeatures1 .textBox ul li:before,
	.PerformanceCharacteristics .box ul li .text li:before,
	.DetailedPlan .particulars .part .subtitle:before{
		left: 4px;
	    top: 7px;
	    width: 10px;
	    height: 10px;
	}
	.DetailedPlan .particulars .ProductFeatures1 .textBox ul li .t1.size20,
	.DetailedPlan .particulars .ProductFeatures2 .swiper-slide .textBox .t1.size20{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.DetailedPlan .particulars .ProductFeatures1 .textBox ul li .t2.size16,
	.DetailedPlan .particulars .ProductFeatures2 .swiper-slide .textBox .t2.size16{
		font-size: 16px;
	}
	.DetailedPlan .particulars .ProductFeatures2 .swiper-slide .textBox{
		padding: 30px 25px;
	}
	.PerformanceCharacteristics .box>ul>li,
	.ScopeOfApplication .box ul li,
	.ProductSize .box ul li{
		padding: 30px;
	}
	.SpecificationParameters table th{
		font-size: 16px;
		height: 60px;
	}
	.SpecificationParameters table td{
		font-size: 14px;
		padding: 6px 4px;
		height: 48px;
	}
	.SpecificationParameters .text{
		margin-top: 20px;
	}
	.ProcessingExamples .box .swiper-slide a{
		padding-bottom: 40px;
	}
	.ProcessingExamples .box .swiper-slide .imgBox{
		padding: 30px;
	}
	.ProcessingExamples .box .swiper-slide .text.size16{
		font-size: 16px;
	}
	.ApplicationCases .swiper .swiper-slide .textBox{
		bottom: 30px;
		padding-left: 30px;
    	padding-right: 30px;
	}
	.ApplicationCases .swiper .swiper-slide .textBox img{
		margin-right: 10px;
	}
	.ApplicationCases .swiper .swiper-slide .textBox .size20{
		font-size: 18px;
	}
	.ProductVideo .swiper .wrap{
		flex-wrap: wrap;
	}
	.ProductVideo .swiper .imgBox{
		width: 100%;
	}
	.ProductVideo .swiper .textBox{
		padding-top: 30px;
		padding-bottom: 80px;
		width: 100%;
	}
	.ProductVideo .swiper .textBox .txt{
		margin-top: 10px;
	}
	.ProductVideo .swiper-pagination{
		padding-left: 0;
		bottom: 30px;
		font-size: 14px;
	}
	.ProductVideo .swiper-pagination-current{
		font-size: 20px;
	}
	.ProductVideo .swiper-button-next, .ProductVideo .swiper-button-prev{
		bottom: 30px;
	}
	.DetailedPlan .particulars .ProductVideo .swiper-button-next, .DetailedPlan .particulars .ProductVideo .swiper-container-rtl .swiper-button-prev{
		right: 10px;
	}
	.DetailedPlan .particulars .ProductVideo .swiper-button-prev, .DetailedPlan .particulars .ProductVideo .swiper-container-rtl .swiper-button-next{
		right: 50px;
	}
	.ProductVideo .play-ico{
		width: 10%;
	}
	.ProductVideo .swiper .textBox h3.size24{
		font-size: 20px;
	}
	/*Industry Applications*/
	.SolutionsTitle h3.size30,
	.accessory .ac_switch .title span.size30{
		font-size: 26px;
	}
	.accessory .ac_switch .title span{
		padding-bottom: 20px;
	}
	.accessory .ac_tab{
		position: absolute;
		top: 0;
		width: 100% !important;
		background-color: #FFFFFF;
		border-bottom: rgba(0,0,0,0.1) solid 1px;
		padding-bottom: 0;
	}
	.accessory .ac_tab.fixed{
		top: 70px;
		left: 0;
	}
	.accessory .ac_tab.fixed .comwidth{
		width: 90%;
	}
	.accessory .ac_tab ul{
		font-size: 20px;
	}
	.accessory .ac_tab ul:before{
		top: auto;
		bottom: 0;
		width: 100%;
	    height: 1px;
	    display: none;
	}
	.accessory .ac_tab ul li{
		padding: 20px;
	}
	.accessory .ac_tab ul li:before{
		top: auto;
		bottom: 0;
	    width: 100%;
	    height: 1px;
	}
	.accessory .ac_tab ul{
		display: block;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		text-align: left;
	}
	.accessory .ac_tab ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}
	.accessory .ac_tab ul::-webkit-scrollbar-button {
		background-color: rgba(0, 0, 0, 0);
	}
	.accessory .ac_tab ul::-webkit-scrollbar-track {
		background-color: rgba(0, 0, 0, 0);
	}
	.accessory .ac_tab ul::-webkit-scrollbar-track-piece {
		background-color: rgba(0, 0, 0, 0);
	}
	.accessory .ac_tab ul::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0);
	}
	.accessory .ac_tab ul::-webkit-scrollbar-corner {
		background-color: rgba(0, 0, 0, 0);
	}
	.accessory .ac_tab ul::-webkit-scrollbar-resizer {
		background-color: rgba(0, 0, 0, 0);
	}
	.accessory .ac_tab ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}
	.accessory .ac_tab ul li{
		display: inline-block;
	}
	.accessory .box .left_w{
		position: relative;
		height: 66px;
		width: 100%;
	}
	.accessory .box .right_w{
		width: 100%;
		margin-top: 40px;
	}
	.accessory .ac_switch .wrap{
		margin-top: 30px;
	}
	.accessory .ac_switch .wrap .w1,
	.accessory .ac_switch .wrap .w2{
		width: 100%;
	}
	.accessory .ac_switch .wrap .w2{
		padding-left: 0;
		padding-right: 0;
	}
	.accessory .ac_switch .wrap .swiper2{
		max-width: 100%;
		margin-bottom: 30px;
	}
	.accessory .ac_switch .wrap .swiper2 .swiper-slide{
		width: auto;
		margin-bottom: 0;
		margin-right: 0;
		padding-right: 30px;
		/*margin-right: 30px;
		margin-bottom: 30px;*/
	}
	/*.accessory .ac_switch .wrap .swiper2 .swiper-slide:nth-child(2n){
		margin-right: 30px;
	}*/
	.accessory .ac_switch .wrap .swiper2 .swiper-slide-thumb-active .txt span{
		padding-left: 0;
	}
	.accessory .ac_switch .wrap .swiper2 .txt.size16{
		font-size: 16px;
	}
	.accessory .ac_switch .wrap .swiper2 .txt a{
		display: none;
	}
	.accessory .ac_switch .wrap .swiper2 .txt a,
	.accessory .ac_switch .wrap .swiper2 .txt span{
		padding-top: 10px;
    	padding-bottom: 10px;
	}
	.accessory .ac_switch .wrap .swiper2 .txt span{
		display: block;
	}
	.accessory .ac_switch .wrap .swiper2 .swiper-slide-thumb-active .txt a{
		padding-left: 0;
	}
	.accessory .ac_switch .wrap .swiper2 .swiper-slide .txt a:before{
		display: none;
	}
	.accessory .ac_switch .switchli{
		padding-bottom: 50px;
	}
	.accessory .ac_switch .switchli .content{
		margin-top: -140px;
		padding-top: 140px;
	}
	/*Career Development*/
	.CPDtitle span.size30,
	.contactInfor .box .title h3.size30{
		font-size: 26px;
	}
	
	/**/
	.SampleDownloadBox .box{
		max-width: 800px;
		width: 90%;
	}
	.SampleDownloadBox .box .left_w .text{
		margin-top: 5px;
	    font-size: 16px;
	    padding-bottom: 30px;
	}
	.SampleDownloadBox .box .right_w{
		padding-top: 6%;
		padding-right: 50px;
	}
	.SampleDownloadBox .box .wrap .title .tit{
		margin-bottom: 25px;
	}
	.SampleDownloadBox .box .wrap .title .tit span{
		padding-bottom: 15px;
		font-size: 20px;
	}
	.SampleDownloadBox .box .wrap .title .tit span:before{
		height: 2px;
	}
	.SampleDownloadBox .box .wrap .title .tit:after{
		height: 2px;
	}
	.SampleDownloadBox .box .formli{
		margin-bottom:10px;
	}
	.SampleDownloadBox .box .formli .sp{
		min-width: 60px;
		width: auto;
		font-size: 16px;
	}
	.SampleDownloadBox .box .formli .other{
		/*width: calc(100% - 60px);*/
		flex: 1;
	}
	.SampleDownloadBox .box .formli .txt{
		font-size: 14px;
	    height: 40px;
	    padding: 0 16px;
	}
	.SampleDownloadBox .box .formli .phoneNums{
		width: calc(100% - 100px);
		font-size: 14px;
	    height: 40px;
	    padding: 0 16px;
	}
	.SampleDownloadBox .box .formli .getverify-code-btn{
		width: 100px;
		font-size: 14px;
	    height: 40px;
	    border: rgba(0,0,0,0.1) solid 1px;
	}
	.SampleDownloadBox .box .formbtn{
		margin-top: 30px;
	}
	.SampleDownloadBox .box .formbtn input{
		width: 160px;
		font-size: 16px;
	    height: 50px;
	    line-height: 50px;
	}
	.SampleDownloadBox .box .closeBtn{
		right: 16px;
		top: 16px;
		width: 40px;
		height: 40px;
	}
}
@media screen and (max-width: 768px){
	/**/
	.footer .wrap{
		flex-wrap: wrap;
		padding-bottom: 30px;
	}
	.footer .footleft{
		width: 100%;
	}
	.footer .footright{
		margin-top: 40px;
		width: 100%;
	}
	.footer .footshare{
		display: none;
	}
	.footer .copyright{
		text-align: center;
	}
	.footer .copyright a{
		display: inline;
	}
	.footer .copyright .infor a{
		margin-right: 10px;
	}
	.footer .copyright .TechSupport{
		display: inline-block;
	}
	/*.footer .footinfor ul li .digit{
		font-family: "MontserratRegular";
	}*/
	/**/
	.size40{
		font-size: 28px;
	}
	.size30{
		font-size: 20px;
	}
	.size24{
		font-size: 18px;
	}
	.size22{
		font-size: 17px;
	}
	.bannerNew a h3.size20{
		font-size: 18px;
	}
	.obanner>img{
		height: 60vmin;
	}
	.comTitle{
		padding-left: 35px;
	}
	.comTitle i{
	    width: 20px;
	    height: 20px;
	    margin-top: -12px;
	}
	.comTitle span{
		font-size: 16px;
		margin-bottom: 0px;
	}
	.comTitle h2{
		font-size: 28px;
	}
	/**/
	.index_product .box ul{
		width: 100%;
		margin-right: 0;
	}
	.index_product .box ul li a{
		min-height: 1px;
    	padding: 6%;
	}
	.index_product .box .viewAll{
		margin-top: 20px;
	}
	.index_solution .solutionCarousel .swiper-slide .img img{
		min-height: 64vmax;
	}
	.index_about .wrap ul li{
		min-width: 90px;
    	min-height: 90px;
    	margin-right: 30px;
	}
	.index_about .morebtn{
		margin-top: 40px;
	}
	.index_news .box{
		display: block;
	}
	.index_news .box .newsTab{
		max-width: 100%;
		width: auto;
		min-width: 45%;
	}
	.index_news .wrap .newBox{
		display: block;
	}
	.index_news .mainnew{
		width: 100%;
	}
	.index_news .newlist{
		width: 100%;
		margin-top: 30px;
		border-bottom: rgba(0,0,0,0.06) solid 2px;
	}
	.index_news .newlist ul li a{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.index_news .newlist ul li a:before,
	.index_news .newlist ul li a:after{
		height: 2px;
	}
	.index_solution .solutionTab .icon img{
		width: 27px;
	}
	/*ApplicationDetails*/
	.ApplicationDetails .particulars .wrap{
		flex-wrap: wrap;
		margin-bottom: 60px;
	}
	.ApplicationDetails .particulars .wrap .imgBox{
		width: 100%;
	}
	.ApplicationDetails .particulars .wrap .textBox{
		width: 100%;
		padding: 30px 0;
	}
	.ApplicationDetails .particulars .part{
		margin-bottom: 50px;
	}
	.ApplicationDetails .particulars .part .title{
		margin-bottom: 25px;
	}
	.ApplicationDetails .particulars .part .title h3.size30{
		font-size: 24px;
	}
	.ApplicationDetails .particulars .part .box{
		flex-wrap: wrap;
	}
	.ApplicationDetails .particulars .part .box .img{
		width: 100%;
	}
	.ApplicationDetails .particulars .part .box .text{
		width: 100%;
	}
	/**/
	.padT180{
		padding-top: 70px;
	}
	.padT170{
		padding-top: 60px;
	}
	.padT140{
		padding-top: 60px;
	}
	.padT150{
		padding-top: 60px;
	}
	.padT120{
		padding-top: 60px;
	}
	.padT100{
		padding-top: 50px;
	}
	.padT90{
		padding-top: 40px;
	}
	.padT65{
		padding-top: 45px;
	}
	.padB200{
		padding-bottom: 70px;
	}
	.padB180{
		padding-bottom: 70px;
	}
	.padB150{
		padding-bottom: 60px;
	}
	.padB140{
		padding-bottom: 60px;
	}
	.padB100{
		padding-bottom: 50px;
	}
	.padB120{
		padding-bottom: 60px;
	}
	.padB90{
		padding-bottom: 40px;
	}
	.padB250{
		padding-bottom: 70px;
	}
	/**/
	.AutomatedIndustry .size30{
		font-size: 24px;
	}
	.SolutionsTitle h3 img{
		width: 32px;
		margin-right: 10px;
	}
	.TurnkeyProject .box ul li{
		padding: 50px 30px;
		margin-bottom: 30px;
	}
	.TurnkeyProject .box ul li .textBox .text{
		margin-top: 20px;
	}
	.TurnkeyProject .box ul li .serial:before{
		border: 32px solid #dcdcdc;
	    border-color: transparent #dcdcdc #dcdcdc transparent;
	}
	.TurnkeyProject .box ul li:hover .serial:before {
	    border: 32px solid #e60012;
	    border-color: transparent #e60012 #e60012 transparent;
	}
	.TurnkeyProject .box ul li .serial span{
		padding-right: 6px;
    	margin-bottom: 6px;
	}
	/**/
	.specifics .wrap{
		flex-wrap: wrap;
	}
	.specifics .wrap .left_w{
		width: 100%;
	}
	.specifics .wrap .right_w{
		margin-top: 40px;
		width: 100%;
	}
	.AutomationDetails .specifics .details h2 span{
		font-size: 20px;
	}
	.AutomationDetails .specifics .part{
		padding-bottom: 25px;
	}
	.AutomationDetails .specifics .part:last-child{
		padding-bottom: 0;
	}
	.OtherCases .title .size24{
		font-size: 20px;
	}
	.OtherCases ul{
		display: flex;
		flex-wrap: wrap;
	}
	.OtherCases .caseli{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.OtherCases .caseli:nth-child(2n){
		margin-right: 0;
	}
	/*CareerDevelopment*/
	.Idea .box .comwidth{
		flex-wrap: wrap;
	}
	.CPDtitle span.size30{
		font-size: 24px;
	}
	.Idea:before,
	.Idea:after,
	.Idea .box:before{
		display: none;
	}
	.Idea .box .comwidth{
		justify-content: flex-start;
	}
	.Idea .CPDtitle{
		position: static;
	}
	.Idea .box .textBox{
		position: relative;
		width: 100%;
		padding-bottom: 70px;
	}
	.Idea .box .textBox:before{
		top: -13%;
		width: 80px;
		height: 50px;
		background: url(/static/default/assets/img/icon33.png) center no-repeat;
    	background-size: 100% auto;
	}
	.ideaTab ul{
		font-size: 18px;
	}
	.ideaContent{
		min-height: 80px;
	}
	.Idea .box .imgBox{
		width: 100%;
		margin-top: 25px;
	}
	.EmployeeInterviews:before,
	.EmployeeInterviews:after,
	.EmployeeInterviews .comwidth:after,
	.EmployeeInterviews .comwidth:before{
		display: none;
	}
	.EmployeeInterviews .swiper-slide .item .textBox.w1{
		display: none;
	}
	.EmployeeInterviews .swiper-slide .item .textBox.w2{
		visibility: visible;
	    opacity: 1;
	    -webkit-transform: translateY(0);
	    transform: translateY(0);
	    padding-bottom: 90px;
	}
	.EmployeeInterviews .item .textBox h3{
		overflow: hidden;
	    text-overflow: ellipsis;
	    -webkit-line-clamp: 1;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	}
	.EmployeeInterviews .swiper-button-next, .EmployeeInterviews .swiper-button-prev{
		bottom: 60px;
	}
	.EmployeeInterviews .swiper-button-prev, .EmployeeInterviews.swiper-container-rtl .swiper-button-next{
		left: 70px;
	}
	.EmployeeInterviews .swiper-button-next, .EmployeeInterviews.swiper-container-rtl .swiper-button-prev{
		left: 120px;
	}
	.EmployeeInterviews .swiper-button-next:before, 
	.EmployeeInterviews .swiper-button-prev:before{
		color: #ffffff;
	}
	.EmployeeInterviews .swiper-button-next:after, 
	.EmployeeInterviews .swiper-button-prev:after{
		background: #e60012;
		border: #e60012 solid 1px;
	}
	.recruitList ul li .crosshead{
		display: block;
	}
	.recruitList ul li .crosshead h3{
		width: 100%;
		padding-right: 20px;
	}
	.cation-middle .box.size16{
		font-size: 14px;
	}
	.recruitList ul li .crosshead .info{
		width: 100%;
		padding-top: 5px;
		padding-right: 20px;
		box-sizing: border-box;
	}
	.recruitList ul li .crosshead .info .infoli{
		min-width: 1px;
		margin-right: 20px;
	}
	.recruitList ul li .crosshead{
		background: url(/static/default/assets/img/icon36.png) top 27px right 30px no-repeat;
	    background-size: 24px auto;
	}
	.recruitList ul li.on .crosshead {
	    background: url(/static/default/assets/img/icon37.png) top 27px right 30px no-repeat;
	    background-size: 24px auto;
	}
	.recruitList ul li.on .crosshead:before{
		height: 52%;
	}
	.recruitList ul li .crosshead h3.size20{
		font-size: 18px;
	}
	.recruitList ul li .crosshead .info.size16{
		font-size: 14px;
	}
	.recruitList ul li .content .text .item{
		width: 100%;
		margin-right: 0 !important;
	}
	.recruitList ul li .content .text .item .itemli{
		margin-bottom: 20px;
	}
	.recruitList ul li .content .text .item .itemli:last-child{
		margin-bottom: 10px;
	}
	/*ContactUs*/
	.EmployeeInterviewDetails .topic{
		margin-top: 0;
	}
	.EmployeeInterviewDetails .topic .infor{
		position: static;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		padding: 25px;
	}
	.EmployeeInterviewDetails .topic .title .text h2, .EmployeeInterviewDetails .topic .title .text .txt{
		width: 100%;
	}
	.EmployeeInterviewDetails .topic .title .text{
		padding-top: 50px;
		padding-left: 0;
		padding-right: 0;
		box-shadow: none;
	}
	.contactInfor .box .title h3.size30{
		font-size: 24px;
	}
	.OtherInterviews .title h3.size24, .RelatedNews .title h3.size24{
		font-size: 20px;
	}
	/*newdetails*/
	.RelatedNews ul li a{
		padding-top: 18px;
    	padding-bottom: 18px;
	}
	/*new*/
	.news .box ul li{
		padding: 0;
		margin-bottom: 30px;
		background-color: rgba(162,162,162,0.06);
		border-bottom: rgba(162,162,162,0.06) solid 1px;
	}
	.news .box ul li:last-child{
		margin-bottom: 0;
	}
	.news .box ul li a{
		flex-wrap: wrap;
	}
	.news .box ul li .imgBox{
		width: 100%;
	}
	.news .box ul li .textBox{
		width: 100%;
		max-width: 100%;
		padding: 30px;
	}
	/*team*/
	.teamTitle h3.size30{
		font-size: 24px;
	}
	.staff-size .box{
		flex-wrap: wrap;
	}
	.staff-size .textBox{
		width: 100%;
	}
	.staff-size .textBox ul{
		margin-top: 30px;
	}
	.staff-size .imgBox{
		width: 100%;
		margin-top: 40px;
	}
	.Capabilities{
		padding-top: 70px;
	}
	.Capabilities .swiperText{
		margin-top: 40px;
	}
	.Capabilities .swiper2 .swiper-slide .slideli .imgBox{
		pointer-events: auto;
	}
	.Capabilities .swiper2 .swiper-slide .slideli .imgBox img{
		opacity: 1;
	}
	.Capabilities .swiper2 .slideli .textBox .front{
		padding: 30px 35px;
	}
	.Capabilities .swiper2 .swiper-slide .slideli .textBox .front{
		opacity: 1;
	}
	.Capabilities .swiper2 .swiper-slide .slideli .textBox .Back{
		opacity: 0;
		display: none;
	}
	.Capabilities .swiper2 .swiper-slide .slideli:before{
		width: 100%;
	}
	.field .box{
		flex-wrap: wrap;
	}
	.field .box .textBox{
		width: 100%;
		padding-right: 0;
	}
	.field .box .imgBox{
		width: 100%;
		margin-top: 30px;
	}
	/*TechnicalServiceOutlets*/
	.ServiceCenter .box ul li .imgBox ul{
		flex-wrap: wrap;
	}
	.ServiceCenter .box ul li .imgBox ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.ServiceCenter .box ul li .imgBox ul li:last-child{
		margin-bottom: 0;
	}
	.Collection{
		display: block;
	}
	.Collection .w1{
		top: 5%;
		transform: none;
		width: 30%;
	}
	.Collection .w2{
		position: static;
		transform: none;
		width: 100%;
		margin-top: 30px;
	}
	.Collection .locationTab ul li{
		padding-top: 12px;
		padding-bottom: 12px;
	}
	/**/
	.videoli .playTxt .sortTxt{
		margin-top: 20px;
	}
	/*about*/
	.introduce .title h3.size30{
		font-size: 24px;
	}
	.introduce .wrap .notion .comwidth ul li .subtit span.size30,
	.future .textBox .title h3.size30{
		font-size: 24px;
	}
	.introduce .number ul li .t1 .size50{
		font-size: 32px;
	}
	.introduce .wrap .advantage .subtit.size24{
		font-size: 22px;
	}
	.introduce .wrap .advantage .box .strength ul li{
		margin-bottom: 25px;
	}


	.introduce .wrap .notion .comwidth>ul>li{
		padding: 35px;
	}
	.introduce .wrap .notion .comwidth ul li .subtit img{
		width: 38px;
	}
	.introduce .wrap .notion .comwidth ul li .text.size16{
		font-size: 14px;
	}
	.introduce .wrap .notion .comwidth ul li ul li .size20{
		font-size: 18px;
	}
	.future .imgBg img {
	    min-height: 77vh;
	}
	.future .textBox .title .icon{
		margin-bottom: 20px;
	}
	.future .textBox .title .icon img{
		max-width: 8.2%;
	}
	.future .textBox .text.size16{
		margin-top: 20px;
		font-size: 14px;
	}
	/*product*/
	.productCenter .wrap{
		padding-top: 30px;
	}
	.productCenter .left_w{
		width: 100%;
	}
	.productCenter .right_w{
		width: 100%;
		margin-top: 40px;
	}
	.productCenter .wrap{
		flex-wrap: wrap;
	}
	.productList .box .title h3.size24{
		font-size: 20px;
	}
	/*product*/
	.DetailedPlan .particulars .part{
		padding-bottom: 50px;
	}
	.DetailedPlan .particulars .part .title h3.size30{
		font-size: 24px;
	}
	.DetailedPlan .particulars .ProductFeatures1 .textBox{
		padding: 35px 25px;
	}
	.DetailedPlan .particulars .ProductFeatures1 .textBox ul li .t1.size20, .DetailedPlan .particulars .ProductFeatures2 .swiper-slide .textBox .t1.size20{
		font-size: 18px;
	}
	.DetailedPlan .particulars .ProductFeatures1 .textBox ul li .t2.size16, .DetailedPlan .particulars .ProductFeatures2 .swiper-slide .textBox .t2.size16{
		font-size: 14px;
	}
	.DetailedPlan .particulars .ProductFeatures1 .textBox ul li{
		margin-bottom: 25px;
	}
	.PerformanceCharacteristics .box>ul>li, .ScopeOfApplication .box ul li, .ProductSize .box ul li{
		padding: 30px 25px;
	}
	.ScopeOfApplication .box ul li{
		width: calc((100% - 20px) / 2);
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.ScopeOfApplication .box ul li:nth-child(3n){
		margin-right: 20px;
	}
	.ScopeOfApplication .box ul li:nth-child(2n){
		margin-right: 0;
	}
	.ApplicationCases .swiper .swiper-slide .textBox .size20{
		font-size: 16px;
	}
	/*Industry Applications*/
	.accessory .ac_tab ul{
		font-size: 18px;
	}
	.accessory .ac_tab ul li{
		padding: 18px;
	}
	.SolutionsTitle .txt{
		margin-top: 15px;
	}
	.accessory .ac_switch .title span{
		padding-bottom: 15px;
	}
	.SolutionsTitle h3.size30, .accessory .ac_switch .title span.size30{
		font-size: 24px;
	}
	.accessory .ac_switch .wrap{
		margin-top: 20px;
	}
	.accessory .ac_switch .wrap .swiper2 .swiper-slide{
		/*margin-right: 25px;
    	margin-bottom: 25px;*/
    	padding-right: 25px;
	}
	.Solutions .imgBox{
		margin-top: 30px;
	}
	/**/
	.contactInfor .box .title h3.size30{
		font-size: 24px;
	}
	/**/
	.SampleDownloadBox .box{
		flex-wrap: wrap;
	}
	.SampleDownloadBox .box .left_w{
		width: 100%;
		display: none;
	}
	.SampleDownloadBox .box .right_w{
		width: 100%;
		padding: 60px;
	}
	.SampleDownloadBox .box .wrap .title{
		margin-bottom: 25px;
	}
	.SampleDownloadBox .box .wrap .title .tit{
		margin-bottom: 15px;
	}
	.SampleDownloadBox .box .wrap .title .text{
		position: static;
	}
	.SampleDownloadBox .box .formli{
		margin-bottom: 15px;
	}
	.SampleDownloadBox .box .formbtn{
		margin-top: 40px;
		text-align: center;
	}
	.introduce .wrap .advantage .box .strength ul{display:grid;grid-template-columns: repeat(2,1fr);gap:10px}
}
@media screen and (max-width: 640px){
	.header .box .logo a img{
		max-height: 40px;
	}
	.header .formicon span,
	.header .formicon a{
		width: 40px;
		height: 60px;
	}
	.header .formicon span img,
	.header .formicon a img{
		width: 20px;
	}
	.menubtn{
		height: 60px;
		background: url(/static/default/assets/img/menu-icon1.png) center right no-repeat;
    	background-size: 25px 25px;
	}
	.menubtn.on {
	    background: url(/static/default/assets/img/menu-icon2.png) center right no-repeat;
	    background-size: 25px 25px;
	}
	.header.on .menubtn,
	.header.white .menubtn,
	.header.act .menubtn{
		background: url(/static/default/assets/img/menu-icon1a.png) center right no-repeat;
		background-size: 25px 25px;
	}
	.header.on .menubtn.on,
	.header.white .menubtn.on,
	.header.act .menubtn.on{
		background: url(/static/default/assets/img/menu-icon2a.png) center right no-repeat;
		background-size: 25px 25px;
	}
	.othercontent{
		padding-top: 60px;
	}
	.m-nav{
		top: 60px;
		height: calc(100vh - 60px);
	}
	.m-nav>ul>li>a,
	.m-nav>ul>li>.headtitle{
	    padding: 12px 0px;
	}
	.m-nav ul li  ul li .headtitle,
	.m-navul>li>ul>li>a{
	    padding: 5px 0px;
	}
	.m-nav ul li  ul li ul li a{
	    padding: 5px 0px;
	}
	.obanner>img{
		height: 64vmin;
	}
	
	.bannerNew{display:none;}
	/**/
	.footer{
		padding-top: 50px;
		background: #323232 url(/static/default/assets/img/footbg.png) bottom 30% right 5% no-repeat;
    	background-size: 60%;
	}
	.footer .footlogo a img{
		max-height: 40px;
	}
	.footer .footinfor{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.footer .footinfor:last-child{
		margin-bottom: 0;
	}
	/*ApplicationDetails*/
	.ApplicationDetails .particulars{
		margin-top: 35px;
	}
	.ApplicationDetails .particulars .wrap{
		margin-bottom: 50px;
	}
	.ApplicationDetails .particulars .part{
		margin-bottom: 40px;
	}
	.ApplicationDetails .particulars .part .box .text{
		padding: 25px;
	}
	.ApplicationDetails .particulars .part .title h3.size30{
		font-size: 22px;
	}
	/*AutomatedIndustry*/
	.AutomatedIndustry .size30{
		font-size: 22px;
	}
	.Solutions .imgBox{
		margin-top: 25px;
	}
	.CustomerCases.padB100{
		padding-bottom: 0;
	}
	.TurnkeyProject .box ul li, .CustomerCases .box ul li{
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 25px;
	}
	.AutomationDetails .specifics .part{
		padding-bottom: 20px;
	}
	.AutomationDetails .specifics .details .text{
		margin-top: 15px;
	}
	.OtherCases .caseli{
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 30px;
	}
	.OtherCases .caseli .text{
		padding: 25px 20px;
	}
	.padT180{
		padding-top: 60px;
	}
	.padT170{
		padding-top: 50px;
	}
	.padB180{
		padding-bottom: 60px;
	}
	.padB200{
		padding-bottom: 60px;
	}
	.padT100{
		padding-top: 40px;
	}
	.padB100{
		padding-bottom: 40px;
	}
	/*Automation Details*/
	.AutomationDetails .specifics .details .text .substance:last-child{
		margin-bottom: 0;
	}
	.Recommended{
		padding-bottom: 10px;
	}
	.Recommended .swiper-slide a{
		flex-wrap: wrap;
	}
	.Recommended .swiper-slide .img{
		width: 100%;
	}
	.Recommended .swiper-slide .txt{
		width: 100%;
		padding: 25px 20px;
		text-align: center;
	}
	.Recommended .swiper-button-next, .Recommended .swiper-button-prev{
		bottom: auto;
		/*top: 33vmin;*/
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-top: -5px;
	}
	.Recommended .swiper-button-prev, .Recommended.swiper-container-rtl .swiper-button-next{
		left: 6%;
	}
	.Recommended .swiper-button-next, .Recommended.swiper-container-rtl .swiper-button-prev{
		left: auto;
		right: 6%;
	}
	/*CareerDevelopment*/
	.ideaTab ul{
		font-size: 16px;
	}
	.ideaTab ul li{
		margin-right: 20px;
	}
	.ideaTab ul li .icon{
		margin-right: 5px;
	}
	.EmployeeInterviews .swiper{
		/*padding-left: 20px;
		padding-right: 20px;*/
		box-sizing: border-box;
	}
	.EmployeeInterviews .swiper-slide .item .textBox.w2{
		padding-bottom: 30px;
	}
	.EmployeeInterviews .swiper-button-next, .EmployeeInterviews .swiper-button-prev{
		bottom: auto;
		top: 50%;
	}
	.EmployeeInterviews .swiper-button-prev, .EmployeeInterviews.swiper-container-rtl .swiper-button-next{
		/*left: 10px;*/
		left: 3%;
	}
	.EmployeeInterviews .swiper-button-next, .EmployeeInterviews.swiper-container-rtl .swiper-button-prev{
		left: auto;
		/*right: 10px;*/
		right: 3%;
	}
	.CPDtitle span.size30{
		font-size: 22px;
	}
	.Idea .box .textBox:before{
		top: -12%;
		width: 70px;
		height: 44px;
		background: url(/static/default/assets/img/icon33.png) center no-repeat;
    	background-size: 100% auto;
	}
	/*ContactUs*/
	.contactInfor .box .title h3.size30{
		font-size: 22px;
	}
	.contactInfor .box{
		margin-bottom: 25px;
	}
	.contactInfor .box>ul>li{
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 25px;
	}
	/*EmployeeInterviewDetails*/
	.detail_profile{
		flex-wrap: wrap;
		padding-top: 0;
		padding-bottom: 0;
	}
	.detail_profile .imgBox{
		width: 100%;
	}
	.detail_profile .textBox{
		width: 100%;
		padding: 25px;
	}
	.prvenext ul{
		flex-wrap: wrap;
		padding-bottom: 60px;
	}
	.prvenext ul li{
		width: 100%;
	}
	.prvenext ul li a{
		display: flex;
		padding-top: 10px;
		padding-bottom: 5px;
		background: none;
	}
	.prvenext ul li a:hover{
		background: none;
	}
	.prveli a{
		padding-left: 5%;
	}
	.nextli a{
		padding-right: 5%;
		text-align: left;
	}
	.prvenext ul li .t1{
		padding-top: 1px;
		margin-right: 10px;
		margin-bottom: 0;
	}
	.prvenext ul li .t2{
		flex: 1;
		
	}
	.prvenext ul li a:hover .t1,
	.prvenext ul li a:hover .t2{
		color: #e60012;
	}
	/*new*/
	.comnav ul li{
		margin-right: 15px;
	}
	.comnav ul li a{
		padding-top: 9px;
    	padding-bottom: 9px;
	}
	
	/*team*/
	.Capabilities{
		padding-top: 60px;
	}
	.Capabilities .swiperText{
		margin-top: 30px;
	}
	.teamTitle h3.size30{
		font-size: 22px;
	}
	/*TechnicalServiceOutlets*/
	.ServiceCenter .box ul li .imgBox{
		margin-top: 25px;
	}
	.Collection .wrap{
		width: 100%;
	}
	/*TechnicalVideo*/
	.TechnicalVideo .box ul{
		margin-bottom: 20px;
	}
	.TechnicalVideo .box ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.TechnicalVideo .box ul li:nth-child(3n){
		margin-right: 0;
	}
	/*about*/
	.introduce .profile{
		padding-bottom: 20px;
	}
	.introduce .title h3.size30{
		font-size: 22px;
	}
	.introduce .wrap .notion .comwidth ul li .subtit span.size30, .future .textBox .title h3.size30{
		font-size: 22px;
	}
	.introduce .profile .number{
		margin-top: 35px;
	}
	/*.introduce .profile .number ul li{
		flex-wrap: wrap;
	}
	.introduce .number ul li .t1{
		width: 100%;
	}
	.introduce .number ul li .t2{
		width: 100%;
	}*/
	.introduce .number ul li .t1 .size50{
		font-size: 28px;
	}
	.introduce .number ul li .t1 .size20{
		font-size: 16px;
	}


	.introduce .wrap .content .MapBox{
		margin-top: 5%;
	}
	.future .imgBg img{
		min-height: 100vh;
	}
	.introduce .wrap .notion .comwidth ul li .subtit{
		padding-right: 45px;
	}
	.introduce .wrap .notion .comwidth ul li .subtit img{
		width: 36px;
	}
	/*product details*/
	.DetailedPlan .particulars .arrowbox{
		position: static;
		width: 0;
	}
	.DetailedPlan .particulars .part{
		position: relative;
	}
	.DetailedPlan .particulars .part .swiper-button-next, .DetailedPlan .particulars .part .swiper-button-prev{
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.DetailedPlan .particulars .part.ApplicationCases .swiper-button-next, .DetailedPlan .particulars .part.ApplicationCases .swiper-button-prev{
		margin-top: 10px;
	}
	.DetailedPlan .particulars .part.ProductFeatures2 .swiper-button-next, .DetailedPlan .particulars .part.ProductFeatures2 .swiper-button-prev{
		/*top: 39%;*/
		top: 38vmin;
		transform: none !important;
	}
	.DetailedPlan .particulars .swiper-button-prev, .DetailedPlan .particulars .swiper-container-rtl .swiper-button-next{
		left: 3%;
	}
	.DetailedPlan .particulars .swiper-button-next, .DetailedPlan .particulars .swiper-container-rtl .swiper-button-prev{
		right: 3%;
	}
	.PerformanceCharacteristics .box>ul>li, .ScopeOfApplication .box ul li, .ProductSize .box ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}
	.DetailedPlan .particulars .part.ProcessingExamples .swiper-button-next, .DetailedPlan .particulars .part.ProcessingExamples .swiper-button-prev{
		/*top: 52%;*/
		top: 46vmin;
		transform: none !important;
	}
	.ProductVideo .box{
		position: relative;
	}
	.ProductVideo .swiper .textBox{
		padding-top: 25px;
	}
	.DetailedPlan .particulars .part.ProductVideo .swiper-button-next, .DetailedPlan .particulars .part.ProductVideo .swiper-button-prev{		
		/*top: 25vmin;*/
		top: auto;
		transform: none !important;
	}
	/*.DetailedPlan .particulars .ProductVideo .swiper-button-next, .DetailedPlan .particulars .ProductVideo .swiper-container-rtl .swiper-button-prev{
		right: 3%;
	}
	.DetailedPlan .particulars .ProductVideo .swiper-button-prev, .DetailedPlan .particulars .ProductVideo .swiper-container-rtl .swiper-button-next{
		right: auto;
		left: 3%;
	}*/
	.DetailedPlan .particulars .ProductFeatures1 .textBox ul li, .PerformanceCharacteristics .box ul li .text li, .DetailedPlan .particulars .part .subtitle{
		padding-left: 20px;
	}
	.DetailedPlan .particulars .ProductFeatures1 .textBox ul li:before, .PerformanceCharacteristics .box ul li .text li:before, .DetailedPlan .particulars .part .subtitle:before{
		width: 8px;
		height: 8px;
	}
	.SpecificationParameters table th{
		font-size: 15px;
	}
	.DetailedPlan .particulars .part .title h3.size30{
		font-size: 22px;
	}
	/*Industry Applications*/
	.accessory .ac_tab.fixed{
		top: 60px;
	}
	.accessory .ac_tab ul{
		font-size: 16px;
	}
	.accessory .ac_tab ul li{
		padding: 15px;
	}
	.accessory .box .right_w{
		margin-top: 30px;
	}
	.accessory .ac_switch .switchli{
		padding-bottom: 40px;
	}
	.accessory .ac_switch .switchli .content{
		margin-top: -125px;
		padding-top: 125px;
	}
	.SolutionsTitle h3.size30, .accessory .ac_switch .title span.size30{
		font-size: 22px;
	}
	.accessory .ac_switch .wrap .swiper2 .txt.size16{
		font-size: 15px;
	}
	.contactInfor .box .title h3.size30{
		font-size: 22px;
	}
	/**/
	.SampleDownloadBox .box .right_w{
		padding: 50px;
	}
}
@media screen and (max-width: 540px){
	.size40{
		font-size: 24px;
	}
	.size30{
		font-size: 18px;
	}
	.size24{
		font-size: 16px;
	}
	.i-title .text{
		margin-top: 15px;
	}
	.bannerNew{
		padding-top: 50px;
	    padding-bottom: 0;
	}
	/**/
	.comTitle{
		padding-left: 30px;
	}
	.comTitle i{
	    width: 16px;
	    height: 16px;
	    margin-top: -10px;
	}
	.comTitle span{
		font-size: 15px;
	}
	.comTitle h2{
		font-size: 24px;
	}
	/**/
	.index_product{
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.index_product .box{
		margin-top: 35px;
	}
	.index_product .box ul li{
		margin-bottom: 25px;
	}
	.index_product .box ul li a{
		padding: 35px 30px;
	}
	.index_solution .box{
		top: 50px;
	}
	.index_solution .solutionTab .icon img{
		width: 24px;
	}
	.index_solution .solutionCarousel .swiper-slide .img img{
		min-height: 75vmax;
	}
	.index_about{
		padding-top: 50px;
		padding-bottom: 90px;
	}
	.index_about .wrap{
		margin-top: 80px;
	}
	.index_about .wrap ul{
		justify-content: center;
	}
	.index_about .wrap ul li{
	    min-width: 1px;
	    min-height: 1px;
	    margin-right: 0;
	    width: 33.33%;
	}
	.index_about .wrap ul li:before{
		left: 33%;
	    top: 50%;
	    width: 70%;
	    height: auto;
	    padding-bottom: 70%;
	    -webkit-transform: rotate(45deg) translate(-50%, -50%);
	    transform: rotate(45deg) translate(-50%, -15%);
	}
	.index_about .morebtn{
		margin-top: 30px;
	}
	.index_news{
		padding-top: 50px;
	}
	.index_news .wrap{
		margin-top: 35px;
	}
	.index_video{
		position: relative;
		padding-top: 50px;
    	padding-bottom: 130px;
	}
	.index_video .box{
		display: block;
	}
	.index_video .wrap{
		margin-top: 35px;
	}
	.index_video .box .viewAll{
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		bottom: 50px;
	}
	.index_video .wrap .swiper{
		padding-bottom: 40px;
	}
	.index_video .swiper-horizontal>.swiper-scrollbar, 
	.index_video .swiper-scrollbar.swiper-scrollbar-horizontal {
	    height: 2px;
	}
	/**/
	.padT150{
		padding-top: 50px;
	}
	.padT140{
		padding-top: 50px;
	}
	.padT120{
		padding-top: 50px;
	}
	.padB100{
		padding-bottom: 40px;
	}
	.padB120{
		padding-bottom: 50px;
	}
	.padB150{
		padding-bottom: 50px;
	}
	.padB140{
		padding-bottom: 50px;
	}
	.padT65{
		padding-top: 40px;
	}
	.padT180{
		padding-top: 50px;
	}
	.padB180{
		padding-bottom: 50px;
	}
	.padB200{
		padding-bottom: 50px;
	}
	/*ApplicationDetails*/
	.ApplicationDetails .particulars{
		margin-top: 30px;
	}
	.ApplicationDetails .particulars .wrap .textBox{
		padding: 25px 0px;
	}
	.SolutionsTitle h3 img{
		width: 25px;
		margin-right: 8px;
	}
	/*CareerDevelopment*/
	.Idea .box .imgBox{
		margin-top: 20px;
	}
	.Idea .box .textBox{
		padding: 30px 25px 70px 25px
	}
	.EmployeeInterviews .swiper{
		margin-top: 20px;
	}
	.EmployeeInterviews .swiper-slide .item .textBox.w2{
		padding: 25px;
	}
	.EmployeeInterviews .item .textBox .text,
	.EmployeeInterviews .item .textBox .more{
		margin-top: 10px;
	}
	/*.CPDtitle span.size30{
		font-size: 20px;
	}*/
	.cation-middle{
		padding: 25px;
	}
	.recruitList ul li .crosshead{
		padding: 15px 49px 15px 25px;
		background: url(/static/default/assets/img/icon36.png) top 25px right 25px no-repeat;
	    background-size: 24px auto;
	}
	.recruitList ul li.on .crosshead {
	    background: url(/static/default/assets/img/icon37.png) top 25px right 25px no-repeat;
	    background-size: 24px auto;
	}
	.recruitList ul li .content{
		padding: 20px 25px;
	}
	.recruitList ul li .content .deliver{
		margin-top: 20px;
	}
	.recruitList ul li .crosshead .info{
		padding-top: 0;
	}
	.Idea .box .textBox:before{
		width: 60px;
		height: 38px;
	}
	/*ContactUs*/
	.contactInfor .box{
		margin-bottom: 20px;
	}
	.contactInfor .box .title h3.size30{
		font-size: 20px;
	}
	.contactInfor .box>ul>li{
		padding: 25px;
	}
	.contactInfor .box ul li .site{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	/*EmployeeInterviewDetails*/
	.EmployeeInterviewDetails .topic .title .text{
		padding-top: 40px;
	}
	.newdetails .topic .title .text .txt{
		margin-top: 15px;
	}
	.EmployeeInterviewDetails .topic .infor{
		padding: 20px;
	}
	.EmployeeInterviews .item .textBox h3.size20{
		font-size: 18px;
	}
	/*new*/
	.comnav ul li a{
		min-width: 110px;
	}
	.news .box ul li .textBox{
		padding: 25px;
	}
	/*team*/
	.staff-size .textBox ul li{
		padding-top: 10px;
	}
	.Capabilities{
		padding-top: 50px;
	}
	.Capabilities .swiper2 .slideli .textBox .front{
		padding: 25px 30px;
	}
	/*TechnicalServiceOutlets*/
	.ServiceCenter .box ul li .textBox .subtit{
		font-size: 16px;
	}
	.ServiceCenter .box ul li .textBox .subtit img{
		top: 2px;
		width: 20px;
	}
	.Collection .w1{
		width: 40%;
	}
	.Collection .wrap .point ul li .round{
		width: 8px;
		height: 8px;
	}
	.Collection .wrap .point ul li .spot{
		width: 16px;
		height: 16px;
	}
	.Collection .w2{
		margin-top: 20px;
	}
	.Collection .w2 .swiper{
		padding: 12px;
	}
	.Collection .w2 .swiper .textBox{
		padding: 25px;
	}
	/*about*/
	.introduce .title {
		margin-bottom: 15px;
	}
	.introduce .number ul li{
		padding-top: 20px;
	}
	.introduce .profile .number ul li{
		width: 47%;
		margin-right: 6%;
		margin-bottom: 6%;
	}
	.introduce .profile .number ul li:nth-child(3n){
		margin-right: 6%;
	}
	.introduce .profile .number ul li:nth-child(2n){
		margin-right: 0;
	}
	.introduce .number ul li .t1 .size50{
		font-size: 24px;
	}
	.introduce .number ul li .t2 .sp2{
		font-size: 12px;
	}
	.introduce .wrap .advantage .subtit.size24{
		font-size: 20px;
	}
	.introduce .wrap .advantage .box{
		margin-top: 25px;
	}
	.introduce .wrap .advantage .box .strength ul li{
		margin-bottom: 20px;
	}

	.introduce .wrap .advantage .box .GlobalMap{
		margin-top: 15%;
	}

	.introduce .wrap .notion .comwidth>ul>li{
		padding: 30px;
		margin-bottom: 20px;
	}
	.introduce .wrap .notion .comwidth ul li .subtit{
		padding-right: 40px;
	}
	.introduce .wrap .notion .comwidth ul li .subtit span{
		padding-bottom: 15px;
	}
	.introduce .wrap .notion .comwidth ul li .subtit img{
		width: 32px;
	}
	.introduce .wrap .notion .comwidth ul li .text.size16{
		margin-top: 20px;
	}
	.introduce .wrap .notion .comwidth ul li ul li{
		margin-bottom: 15px;
	}
	.introduce .wrap .notion .comwidth ul li ul li .size20{
		font-size: 17px;
	}
	.future .textBox{
		/*top: 100px;*/
		top: 60px;
	}
	/*product*/
	.productNav ul li .title.size20{
		font-size: 18px;
		padding-bottom: 10px;
    	margin-bottom: 15px;
	}
	.productNav ul li ul.size16{
		font-size: 15px;
	}
	.productList .box ul li .textBox{
		padding-bottom: 30px;
	}
	.productList .box ul li .textBox h4.size20{
		font-size: 18px;
	}
	.productList .box ul li .textBox .txt.size16{
		margin-top: 5px;
		font-size: 14px;
	}
	.productList .box ul li{
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 25px;
	}

	/*product details*/
	.DetailedPlan .details.padT50{
		padding-top: 30px;
	}
	.DetailedPlan .particulars .part{
		padding-bottom: 40px;
	}
	.DetailedPlan .particulars .part .title{
		margin-bottom: 20px;
	}
	.DetailedPlan .details .right_w{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.DetailedPlan .details .right_w .textBox .btn a, .DetailedPlan .details .right_w .textBox .btn span{
		min-width: 150px;
	}
	.DetailedPlan .details .right_w .textBox .btn ul li .codeBox{
		left: 150px;
		width: 130px;
	}
	.DetailedPlan .details .right_w .textBox .btn ul li .codeBox .img{
		padding: 5px;
	}
	.DetailedPlan .details .right_w .textBox .btn ul li .codeBox .triangle{
		width: 16px;
		height: 24px;
	}
	.DetailedPlan .details .right_w .textBox .btn{
		margin-top: 30px;
	}
	.DetailedPlan .particulars .ProductFeatures1 .textBox{
		padding: 30px 20px;
	}
	.DetailedPlan .particulars .ProductFeatures2 .swiper-slide .textBox{
		padding: 25px 20px;
	}
	.PerformanceCharacteristics .box>ul>li, .ScopeOfApplication .box ul li, .ProductSize .box ul li{
		padding: 25px 20px;
		margin-bottom: 20px;
	}
	.ProcessingExamples .box .swiper-slide a{
		padding-bottom: 30px;
	}
	.ProcessingExamples .box .swiper-slide .imgBox{
		padding: 25px;
	}
	.ProductVideo .swiper-pagination-current{
		font-size: 18px;
	}
	.DetailedPlan .particulars .part.ProcessingExamples .swiper-button-next, .DetailedPlan .particulars .part.ProcessingExamples .swiper-button-prev{
		top: 47vmin;
	}
	.ProductVideo .play-ico{
		width: 12%;
	}
	/*Industry Applications*/
	.accessory .ac_tab ul li{
		padding: 15px 10px;
	}
	/**/
	.videoli .playTxt h3.size22{
		font-size: 16px;
	}
	/**/
	.SampleDownloadBox .box .right_w{
		padding: 40px 50px 40px 40px;
	}
	.SampleDownloadBox .box .wrap .title .tit span{
		font-size: 18px;
	}
	.SampleDownloadBox .box .formli .sp{
		font-size: 15px;
	}
	.SampleDownloadBox .box .formbtn{
		margin-top: 30px;
	}
	.SampleDownloadBox .box .formbtn input{
		width: 140px;
	    font-size: 15px;
	    height: 42px;
	    line-height: 42px;
	}
}
@media screen and (max-width: 480px){
	.size50{
		/*font-size: 6vw;*/
		font-size: 6vmin;
	}
	.index_about .wrap ul li .t2.size16{
		/*font-size: 3.38164251207729vw;*/
		font-size: 3.38164251207729vmin;
	}
	.size40{
		font-size: 22px;
	}
	.ApplicationDetails .particulars .wrap .textBox .text h2.size40{
		font-size: 22px;
	}
	.size30{
		font-size: 18px;
	}
	.size24{
		font-size: 16px;
	}
	.i-title .text{
		margin-top: 10px;
	}
	.bannerNew{
		padding-top: 40px;
	}
	.obanner>img{
		height: 70vmin;
	}
	/**/
	.bannerTitle,
	.bannerTitle.oTitle{
		bottom: 30px;
	}
	.comTitle{
		padding-left: 25px;
	}
	.comTitle i{
	    width: 14px;
	    height: 14px;
	    margin-top: -9px;
	}
	.comTitle span{
		font-size: 14px;
	}
	.comTitle h2{
		font-size: 22px;
	}
	/**/
	.index_product{
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.index_product .box{
		margin-top: 30px;
	}
	.index_product .box ul li a{
		padding: 30px 25px;
	}
	.index_solution .box{
		top: 40px;
	}
	.index_solution .solutionTab .txt{
		margin-top: 6px;
	}
	.index_solution .solutionTab .txt.size20{
		font-size: 3.6231884057971vmin;
	}
	.index_about{
		padding-bottom: 80px;
	}
	.index_about .wrap{
		margin-top: 80px;
	}
	.index_about .wrap ul li .sp span{
		margin-right: 2px;
	}
	.index_news{
		padding-top: 40px;
	}
	.index_news .wrap{
		margin-top: 30px;
	}
	.index_video{
		padding-top: 40px;
	}
	.index_video .wrap{
		margin-top: 30px;
	}
	.index_video .wrap .swiper{
		padding-bottom: 30px;
	}
	.index_video .swiper-horizontal>.swiper-scrollbar, 
	.index_video .swiper-scrollbar.swiper-scrollbar-horizontal {
	    height: 2px;
	}
	/*ApplicationDetails*/
	.ApplicationDetails .particulars .wrap{
		margin-bottom: 40px;
	}
	.ApplicationDetails .particulars .part .box .text{
		padding: 20px;
	}
	/*AutomatedIndustry*/
	.AutomatedIndustry .size30{
		font-size: 20px;
	}
	.Solutions .imgBox{
		margin-top: 25px;
	}
	.caseli .text,
	.OtherCases .caseli .text{
		padding: 20px;
	}
	.Recommended .swiper-slide .txt{
		padding: 20px;
	}
	/*newdetails*/
	.specifics .details h3{
		font-size: 18px;
	}
	.RelatedNews ul li a{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.news .box ul{
		padding-bottom: 45px;
	}
	.news .box ul li{
		margin-bottom: 25px;
	}
	.page-list a{
		margin-right: 6px;
	}
	.comnav ul li{
		margin-right: 12px;
	}
	.comnav ul li a{
		padding-top: 8px;
    	padding-bottom: 8px;
    	font-size: 15px;
	}
	.ideaTab ul li{
		margin-right: 15px;
	}
	.Idea .box .textBox:before{
		top: -9%;
		width: 50px;
		height: 31px;
	}
	/*about*/
	.introduce .wrap .notion .comwidth>ul>li{
		padding: 25px;
	}
	.introduce .wrap .advantage .box .GlobalMap{
		margin-top: 15%;
	}
	
	/*product details*/
	.DetailedPlan .particulars .part{
		padding-bottom: 30px;
	}
	.DetailedPlan .particulars .part .title h3.size30{
		font-size: 20px;
	}
	.SpecificationParameters table th{
		font-size: 14px;
	}
	.DetailedPlan .particulars .part.ProcessingExamples .swiper-button-next, .DetailedPlan .particulars .part.ProcessingExamples .swiper-button-prev{
		top: 57vmin;
	}
	.DetailedPlan .details .right_w .textBox .btn ul li a,
	.DetailedPlan .details .right_w .textBox .btn ul li span{
		font-size: 14px;
	}
	.DetailedPlan .details .right_w .textBox .btn a, .DetailedPlan .details .right_w .textBox .btn span{
		min-width: 140px;
	}
	.DetailedPlan .details .right_w .textBox .btn ul li .codeBox {
	    left: 140px;
	    width: 120px;
	}
	.DetailedPlan .details .right_w .textBox .btn ul li .codeBox .triangle{
		width: 14px;
		height: 21px;
	}
	.SpecificationParameters table th{
		font-size: 14px;
	}
	.SpecificationParameters table td{
		font-size: 12px;
	}
	/*Industry Application*/
	.accessory .ac_switch .wrap .swiper2 .swiper-slide{
    	padding-right: 20px;
	}
	/*Career Development*/
	.recruitList ul li .crosshead{
		background: url(/static/default/assets/img/icon36.png) top 25px right 20px no-repeat;
	    background-size: 24px auto;
	}
	.recruitList ul li.on .crosshead {
	    background: url(/static/default/assets/img/icon37.png) top 25px right 20px no-repeat;
	    background-size: 24px auto;
	}
	.recruitList ul li .crosshead h3.size20{
		font-size: 16px;
	}
	/**/
	.sidebar ul li a{
		width: 40px;
		height: 40px;
	}
	.sidebar ul li .secondary{
		right: 60px;
	}
	.sidebar ul li .codeimg{
		width: 100px;
	}
	/**/
	.SolutionsTitle h3.size30, 
	.accessory .ac_switch .title span.size30,
	.introduce .title h3.size30,
	.introduce .wrap .notion .comwidth ul li .subtit span.size30, 
	.future .textBox .title h3.size30,
	.ApplicationDetails .particulars .part .title h3.size30,
	.CPDtitle span.size30,
	.contactInfor .box .title h3.size30,
	.teamTitle h3.size30{
		font-size: 20px;
	}
	.introduce .wrap .notion .comwidth ul li ul li .size20{
		font-size: 16px;
	}
	/**/
	.SampleDownloadBox .box .wrap .title .tit span{
		padding-bottom: 12px;
		font-size: 18px;
	}
	.SampleDownloadBox .box .right_w{
		padding: 10% 8% 10% 8%;
	}
	.SampleDownloadBox .box .formli{
		margin-bottom: 12px;
	}
	.SampleDownloadBox .box .formli .sp{
		min-width: 50px;
		font-size: 15px;
	}
	.SampleDownloadBox .box .closeBtn{
		right: 15px;
    	top: 15px;
		width: 36px;
		height: 36px;
	}
	.SampleDownloadBox .box .formli .txt,
	.SampleDownloadBox .box .formli .phoneNums{
		padding: 0 5%;
	}
	.SampleDownloadBox .box .formli .txt, 
	.SampleDownloadBox .box .formli .phoneNums,
	.SampleDownloadBox .box .formli .getverify-code-btn{
		font-size: 14px;
		height: 36px;
	}
	.SampleDownloadBox .box .formli .phoneNums{
		width: calc(100% - 100px);
	}
	.SampleDownloadBox .box .formli .getverify-code-btn{
		width: 100px;
	}
	.SampleDownloadBox .box .formbtn{
		margin-top: 35px;
	}
	.SampleDownloadBox .box .formbtn input{
		font-size: 15px;
		width: 130px;
	    height: 40px;
	    line-height: 40px;
	}
}
/*@media screen and (max-width: 360px){
	.SampleDownloadBox .box .wrap .title{
		margin-bottom: 7.85vmin; 	
	}
	.SampleDownloadBox .box .wrap .title .tit span{
		padding-bottom: 3.6vmin;
		font-size: 4.34vmin;
	}
	.SampleDownloadBox .box .right_w{
		padding: 10% 8% 10% 8%;
	}
	.SampleDownloadBox .box .formli{
		margin-bottom: 3.6vmin;
	}
	.SampleDownloadBox .box .formli .sp{
		min-width: 13vmin;
		font-size: 3.6vw;
	}
	.SampleDownloadBox .box .closeBtn{
		right: 2.9vmin;
    	top: 2.9vmin;
		width: 9.7vmin;
		height: 9.7vmin;
	}
	.SampleDownloadBox .box .formli .txt,
	.SampleDownloadBox .box .formli .phoneNums{
		padding: 0 5%;
	}
	.SampleDownloadBox .box .formli .txt, 
	.SampleDownloadBox .box .formli .phoneNums,
	.SampleDownloadBox .box .formli .getverify-code-btn{
		font-size: 3.38vmin;
		height: 9.6vmin;
	}
	.SampleDownloadBox .box .formli .phoneNums{
		width: calc(100% - 25vmin);
	}
	.SampleDownloadBox .box .formli .getverify-code-btn{
		width: 25vmin;
	}
	.SampleDownloadBox .box .formbtn{
		margin-top: 7.5vmin;
	}
	.SampleDownloadBox .box .formbtn input{
		font-size: 3.6vmin;
		width: 34vmin;
	    height: 10vmin;
	    line-height: 10vmin;
	}
}*/

.formicon{
	cursor: pointer;
}
.MessageBox{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100vh;
	display: none;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background: rgba(0,0,0,0.4);
}
.MessageBox.on{
	display: flex;
}
.MessageBox .box{
	position: relative;
	width: 62.5%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	display: flex;
	align-items: stretch;
}
.MessageBox .box .left_w{
	width: 43.33333333333333%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.MessageBox .box .left_w .img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.MessageBox .box .left_w .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.MessageBox .box .right_w{
	width: 56.66666666666667%;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	padding: 4.8% 6.4%;
}
.MessageBox .box .wrap{
	width: 100%;
}
.MessageBox .box .wrap .title{
	color: #000000;
	margin-bottom: 1.25vw;
}
.MessageBox .box .wrap form{
	display: flex;
	flex-wrap: wrap;
}
.MessageBox .box .formli{
	width: 49.5%;
	margin-right: 1%;
	margin-bottom: 0.58%;
}
.MessageBox .box .formli:nth-child(2n){
	margin-right: 0;
}
.MessageBox .box .formli .txt{
	display: flex;
	align-items: center;
	width: 100%;
    overflow: hidden;
     font-family: "HarmonyOSSansSCRegular";
    color: #333333;
	font-size: 0.8333333333333vw;
    height: 2.60416666666667vw;
    border: rgba(0,0,0,0.1) solid 1px;
    padding: 0 1vw;
    box-sizing: border-box;
    background: #FFFFFF;
}
.MessageBox .box .textli .txt{
	display: flex;
	align-items: center;
	width: 100%;
    overflow: hidden;
     font-family: "HarmonyOSSansSCRegular";
    color: #333333;
	font-size: 0.8333333333333vw;
    height: 2.60416666666667vw;
    border: rgba(0,0,0,0.1) solid 1px;
    padding: 0 1vw;
    box-sizing: border-box;
    background: #FFFFFF;
}
.MessageBox .box .formli input::-webkit-input-placeholder,
.MessageBox .box .textli textarea::-webkit-input-placeholder{
	font-family: "HarmonyOSSansSCRegular";
	color: rgba(0,0,0,0.6);
}
.MessageBox .box .formli input::-moz-placeholder,
.MessageBox .box .textli textarea::-moz-placeholder{
    font-family: "HarmonyOSSansSCRegular";
	color: rgba(0,0,0,0.6);
}
.MessageBox .box .formli input:-moz-placeholder,
.MessageBox .box .textli textarea:-moz-placeholder{ 
    font-family: "HarmonyOSSansSCRegular";
	color: rgba(0,0,0,0.6);
}
.MessageBox .box .formli input:-ms-input-placeholder,
.MessageBox .box .textli textarea:-ms-input-placeholder{ 
    font-family: "HarmonyOSSansSCRegular";
	color: rgba(0,0,0,0.6);
}
.MessageBox .box .textli{
	width: 100%;
	padding: 0.75vw 1vw;
    box-sizing: border-box;
    background: #FFFFFF;
    border: rgba(0,0,0,0.1) solid 1px;
}
.MessageBox .box .textli textarea{
	width: 100%;
    background: none;
    border: none;
    outline: none;
    font-family: "SourceHanSerifCNRegular";
    color: #666666;
    font-size: 0.8333333333333vw;
    line-height: 1.7;
    min-height: 4.2vw;
    padding: 0;
}
.MessageBox .box .formbtn{
	margin-top: 1vw;
}
.MessageBox .box .formbtn input{
	width: 8.33333333333333vw;
	text-align: center;
	overflow: hidden;
	font-family: "HarmonyOSSansSCRegular";
    color: #FFFFFF;
	font-size: 0.8333333333333333vw;
    height: 2.08333333333333vw;
    line-height: 2.08333333333333vw;
    box-sizing: border-box;
    background: #e60012;
}

.MessageBox .box .closeBtn{
	position: absolute;
	right: 1.3vw;
	top: 1vw;
	width: 2vw;
	height: 2vw;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.MessageBox .box .closeBtn img{
	width: 50%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.MessageBox .box .closeBtn:hover img{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
@media screen and (max-width: 1024px){
	.MessageBox .box{
		max-width: 800px;
		width: 90%;
	}
	.MessageBox .box .closeBtn{
		right: 12px;
    	top: 12px;
		width: 40px;
		height: 40px;
	}
	.MessageBox .box .closeBtn img{
		width: 40%;
	}
	.MessageBox .box .wrap .title{
		margin-bottom: 20px;
	}
	.MessageBox .box .left_w{
		width: 48%;
	}
	.MessageBox .box .right_w{
		width: 52%;
	}
	.MessageBox .box .formli{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.MessageBox .box .formli .txt{
		font-size: 14px;
	    height: 40px;
	    padding: 0 15px;
	}
	.MessageBox .box .textli .txt{
		font-size: 14px;
	    height: 50px;
	    padding: 0 15px;
	}
	.MessageBox .box .textli{
		padding: 10px 15px;
	}
	.MessageBox .box .textli textarea{
		font-size: 14px;
		min-height: 80px;
	}
	.MessageBox .box .formbtn{
		margin-top: 25px;
	}
	.MessageBox .box .formbtn input{
		font-size: 14px;
		width: 140px;
	    height: 40px;
	    line-height: 40px;
	}
}
@media screen and (max-width: 768px){
	.MessageBox .box .left_w{
		width: 100%;
		display: none;
	}
	.MessageBox .box .right_w{
		width: 100%;
		padding: 8%;
	}
	.MessageBox .box .wrap .title{
		max-width: 90%;
	}
}
@media screen and (max-width: 540px){
	.MessageBox .box .right_w{
		padding: 40px;
	}
	.MessageBox .box .closeBtn{
		right: 10px;
		top: 10px;
	}
}
@media screen and (max-width: 480px){
	.MessageBox .box .right_w{
		padding: 10% 8% 10% 8%;
	}
	.MessageBox .box .formli .txt{
		height: 36px;
		padding: 0 5%;
	}
	.MessageBox .box .textli .txt{
		height: 50px;
		padding: 0 5%;
	}
	.MessageBox .box .textli{
		padding: 3% 5%;
	}
	.MessageBox .box .textli textarea{
		min-height: 60px;
	}
	.MessageBox .box .formbtn input{
		height: 36px;
		line-height: 36px;
	}
}

.Idea .box .imgBox .swiper-slide,
.Capabilities .swiperImg .swiper1 .swiper-slide{
	visibility: hidden;
}
.Idea .box .imgBox .swiper-slide-active,
.Capabilities .swiperImg .swiper1 .swiper-slide-active{
	visibility: visible;
}

.MessageBox .box .textli{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 0.58%;
}
.MessageBox .box .textli .o1{
        max-width: 50%;
}
.MessageBox .box .textli .o2{
        max-width: 50%;
}
.MessageBox .box .textli .o2 img{
        max-width:100%;
        width: auto;
}

.Solutions .imgBox video{
        max-width: 100%;
        width: 100%;
}


.lunbotu .video-box{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.lunbotu .video-box video{
	width:100%;
	height:100%;
	object-fit:cover;
}


.DetailedPlan .particulars .ProductFeatures2 .swiper{
	padding:1px;
}

.lunbotu{
    min-height: 52.08333333333333vw;
}
.lunbotu .swiper-slide>a>img, .lunbotu .swiper-slide>img{
    min-height: 52.08333333333333vw;
}
@media screen and (max-width: 1024px){
    .lunbotu,
    .lunbotu .swiper-slide>a>img, .lunbotu .swiper-slide>img{
            min-height: 1px;
    }
    .lunbotu .video-box{
        display: block;
    }
}

/**/
.ProductVideo .wrap{
	display: flex;
    justify-content: space-between;
}
.ProductVideo .swiper .imgBox{
	width: 100%;
}
.ProductVideo .swiper .textBox{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-top: none;
	border-bottom: none;
	text-align: center;
	width: 100%;
	padding: 0 5%;
	box-sizing: border-box;
}
.ProductVideo .play-ico{
	position: static;
	transform: none;
	display: block;
	margin: auto;
	max-width: 18%;
}
.ProductVideo .swiper .textBox h3{
	transform: none;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.ProductVideo .swiper .textBox h3.size24{
	font-size: 1.9vw;
}
@media screen and (max-width: 1024px){
	.ProductVideo .swiper .textBox h3.size24{
		font-size: 20px;
	}
}
@media screen and (max-width: 768px){
	.ProductVideo .swiper .textBox h3.size24{
		font-size: 18px;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 640px){
	.ProductVideo .swiper-button-next, .ProductVideo .swiper-button-prev{
		top: 50% !important;
	    -webkit-transform: translateY(-50%) !important;
	    transform: translateY(-50%) !important;
	    bottom: auto;
	}
	.DetailedPlan .particulars .ProductVideo .swiper-button-prev, .DetailedPlan .particulars .ProductVideo .swiper-container-rtl .swiper-button-next{
		left: 3%;
	}
}

.TechnicalVideo .box ul{
        align-items:stretch;
}
.TechnicalVideo .box ul li .videoli{
        height:100%;
        box-shadow: 0px 0px 16px rgba(0,0,0,0.11);
}
.TechnicalVideo .box ul li .videoli .playTxt{
        box-shadow:none;
}

.lunbotu .video-box{
    position: static;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide{
	height: auto;
}
.lunbotu .swiper-wrapper{
	align-items: flex-start;
	transition-property: transform,height;
}
@media screen and (min-width: 1025px){
	.lunbotu .video-box video{
		max-height: 52.08333333333333vw;
	}
}


.footer .wrap{
	flex-wrap: wrap;
}
@media screen and (min-width: 1024px){
	.footer .wrap{
		padding-bottom: 4vw;
	}
}
.OtherFootInfor{
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.OtherFootInfor ul{
	padding-top: 1.2vw;
	border-top: rgba(255,255,255,0.06) solid 1px;
	width: 48%;
	margin-top: 0.6vw;
	display: flex;
	flex-wrap: wrap;
}
.OtherFootInfor ul li{
	display: flex;
	width: 44%;
    margin-right: 12%;
    margin-top: 7px;
    margin-bottom: 7px;
    color: #FFFFFF;
    line-height: 1.7;
}
.OtherFootInfor ul li:nth-child(2n){
	margin-right: 0;
}
.OtherFootInfor ul li .sp1{
	margin-right: 10px;
}
.OtherFootInfor ul li .sp2{
	flex: 1;
	word-break: break-all;
}
@media screen and (max-width: 1024px){
	.OtherFootInfor ul{
		width: 100%;
		/*justify-content: space-between;*/
		padding-top: 25px;
		margin-top: 20px;
	}
	/*.OtherFootInfor ul li{
		margin-right: 0 !important;
	}
	.OtherFootInfor ul li:nth-child(odd){
		width: 38%;
	}
	.OtherFootInfor ul li:nth-child(even){
		width: 51%;
	}*/
	.OtherFootInfor ul li{
		width: 23.5%;
		margin-right: 2%;
	}
	.OtherFootInfor ul li:nth-child(2n){
		margin-right: 2%;
	}
	.OtherFootInfor ul li:nth-child(3n){
		margin-right: 2%;
	}
	.OtherFootInfor ul li:nth-child(4n){
		margin-right: 0;
	}
	.OtherFootInfor ul li{
		display: flex;
		flex-wrap: wrap;
	}
	.OtherFootInfor ul li .sp1{
		width: 100%;
		margin-right: 0;
	}
	.OtherFootInfor ul li .sp2{
		width: 100%;
	}
}
@media screen and (max-width: 768px){
	.OtherFootInfor ul li{
		width: 30%;
    	margin-right: 5%;
	}
	.OtherFootInfor ul li:nth-child(4n){
		margin-right: 5%;
	}
	.OtherFootInfor ul li:nth-child(2n){
		margin-right: 5%;
	}
	.OtherFootInfor ul li:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (max-width: 640px){
	.OtherFootInfor ul li{
		width: 47.5%;
    	margin-right: 5%;
	}
	.OtherFootInfor ul li:nth-child(4n){
		margin-right: 5%;
	}
	.OtherFootInfor ul li:nth-child(3n){
		margin-right: 5%;
	}
	.OtherFootInfor ul li:nth-child(2n){
		margin-right: 0;
	}
	/*.OtherFootInfor ul li{
		width: 100%;
		margin-right: 0 !important;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.OtherFootInfor ul li .sp1{
		width: auto;
		margin-right: 15px;
	}
	.OtherFootInfor ul li .sp2{
		flex: 1;
		width: auto;
	}*/
}

.index_news .box .newsTab{
        padding-right: 1px;
}
.obanner>img{
        height:auto;
}

.productCenter .right_w{
	margin-top: -6vw;
	padding-top: 6vw;
}
@media screen and (max-width: 1024px){
	.productCenter .right_w{
		margin-top: -80px;
		padding-top: 80px;
	}
}
@media screen and (max-width: 768px){
	.productCenter .productList{
		margin-top: 25px;
	}

}

.index_video .swiper-wrapper,
.TechnicalVideo .box ul{
	align-items: stretch;
}
.index_video .swiper-wrapper .swiper-slide{
	height: auto;
}
.index_video .videoli,
.TechnicalVideo .box ul li .videoli{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.index_video .videoli .playTxt,
.TechnicalVideo .box ul li .videoli .playTxt{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.OtherFootInfor ul li .sp2{
    display:flex;
}
@media screen and (max-width: 1024px){
    .OtherFootInfor ul li .sp2 span{
        background: #FFFFFF;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: bold;
    }
}


/*20240402*/
@media screen and (min-width: 1025px){
	.sidebar ul li .secondary{
		display: block;
		padding: 0.1vw 0.1vw 0.5vw 0.1vw;
		top: auto;
		transform: none;
		right: 0;
		bottom: calc(100% + 0.78vw);
		box-shadow: 0px 8px 29px rgb(154,154,154,0.2);
	}
	.sidebar ul li .secondary:before{
		top: auto;
		right: 1.4vw;
		bottom: -0.5vw;
		border-top: 0.52083333333333vw solid #ffffff;
	    border-right: 0.41666666666667vw solid transparent;
	    border-left: 0.41666666666667vw solid transparent;
	    border-bottom: none;
	}
	.sidebar ul li .txt{
		margin-top: 0;
	}
}
.sidebar ul li .codeimg{
	overflow: hidden;
	border-radius: 0.78vw 0.78vw 0 0;
}
.footer .footshare{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footer .QRcode{
	margin-left: 1.5vw;
}
.footer .QRcode .QRcodeItem .img{
	margin: auto;
	text-align: center;
}
.footer .QRcode .QRcodeItem .img img{
	max-width: 6.5vw;
}
.footer .QRcode .QRcodeItem .txt{
	font-size: 0.72916666666667vw;
	color: rgba(255,255,255,0.4);
	text-align: center;
	margin-top: 0.5vw;
}
@media screen and (max-width: 1024px){
	.sidebar ul li .secondary{
		display: none;
	}
	.footer .footleft{
		width: 44%;
	}
	.footer .QRcode{
		margin-left: 10px;
	}
	.footer .QRcode .QRcodeItem .img img{
		max-width: 100px;
	}
	.footer .QRcode .QRcodeItem .txt{
		font-size: 14px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 768px){
	.footer .footleft{
		width: 100%;
	}
	.footer .footshare{
		margin-top: 30px;
	}
		.footer .QRcode{
		margin-left: 0px;margin-right:20px;
	}
	.footer .QRcode .QRcodeItem .txt{font-size:12px;}
}
@media screen and (max-width: 480px){
	.footer .footshare ul{
		flex: 1;
	}
	.footer .footshare ul li a{
		width: 40px;
		height: 40px;
	}
	.footer .QRcode{
		width: 24%;
	}
	.footer .QRcode .QRcodeItem .img img{
		max-width: 100%;
	}
	.footer .footshare ul li .codeBox{
		top: 35px;
	}
	.footer .footshare ul li .codeBox i {
	    border-top: 10px solid transparent;
	    border-left: 6px solid transparent;
	    border-right: 6px solid transparent;
	    border-bottom: 10px solid #ffffff;
	}
	.footer .footshare ul li .codeBox .img{
		width: 80px;
		height: 80px;
	}
	.footer .QRcode .QRcodeItem .txt{
		white-space: nowrap;
	}
	.sidebar ul li .secondary{
		padding: 4px;
	}
	.sidebar ul li .codeimg{
		width: 90px;
	}
	.sidebar ul li .txt{
		margin-top: 0;
		padding-bottom: 3px;
		font-size: 12px;
	}
}
@media screen and (max-width: 360px){
	.footer .footshare ul li a{
		width: 9.6vmin;
		height: 9.6vmin;
	}
	.footer .QRcode .QRcodeItem .txt{
		font-size: 3.7vmin;
	}
}
.index_solution .solutionCarousel .swiper-slide a{
        display: block;
}



/*20240710*/
.footer .footshare{
	flex-wrap: wrap;
}
.footer .footshare ul{
	width: 100%;
}
.footer .QRcode{
	margin-left: 0;
	padding-top: 1vw;
}

.footer .wrap{
	position: relative;
	justify-content: flex-end;
}
.footer .footleft{
	position: absolute;
	left: 0;
	top: 0;
}
.footer .add-hotline{
	margin-top: 2.083333333333333vw;
}
.footer .add-hotline .t1{
	color: rgba(255,255,255,0.6);
	font-size: 1.041666666666667vw;
}
.footer .add-hotline .t2{
	font-family: "HarmonyOSSansSCBold";
	color: #FFFFFF;
	font-size: 20px;
}
.contactInfor .add-hotline{
	margin-bottom: 5%;
}
.contactInfor .add-hotline .t1{
	color: rgba(0,0,0,0.6);
	font-size: 1.041666666666667vw;
}
.contactInfor .add-hotline .t2{
	font-family: "HarmonyOSSansSCBold";
	color: #000000;
	font-size: 2.604166666666667vw;
}
@media screen and (max-width: 1024px){
	.footer .footshare {
		flex-wrap: nowrap;
	}
	.footer .footshare ul{
		width: auto;
	}
	.footer .wrap{
		justify-content: space-between;
	}
	.footer .footleft{
		position: static;
	}
	.footer .add-hotline{
		margin-top: 30px;
	}
	.footer .add-hotline .t1{
		font-size: 16px;
	}
	.footer .add-hotline .t2{
		font-size: 36px;
	}
	.contactInfor .add-hotline{
		margin-bottom: 50px;
	}
	.contactInfor .add-hotline .t1{
		font-size: 16px;
	}
	.contactInfor .add-hotline .t2{
		font-size: 36px;
	}
}
@media screen and (max-width: 640px){
	.footer .add-hotline .t2{
		font-size: 32px;
	}
	.contactInfor .add-hotline{
		margin-bottom: 40px;
	}
	.contactInfor .add-hotline .t2{
		font-size: 32px;
	}
}

/*20240722*/
@media screen and (min-width: 1025px){
	.lunbotu .swiper-slide a{
		height: 52.08333333333333vw;
		overflow: hidden;
	}
	.lunbotu .swiper-slide a>img{
		min-height: 52.08333333333333vw;
	}
	.lunbotu .video-box video{
		max-height: 52.08333333333333vw;
	}
}
@media screen and (max-width: 1024px){
	.lunbotu.swiper-autoheight, .lunbotu.swiper-autoheight .swiper-slide{
		/*height: 100%;*/
	}
	.lunbotu .swiper-wrapper{
		align-items:stretch;
	}
}


/*20241205*/
.header .wrap{
	align-items: stretch;
}
.consulting{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 0 1.14vw;
	background: #e60012;
}
.consulting .t1{
	width: 100%;
	color: #FFFFFF;
	font-size: 0.7333333333333333vw;
}
.consulting .t2{
	width: 100%;
	font-family: "HarmonyOSSansSCBold"; 
	color: #FFFFFF;
	font-size: 1vw;
}

.sidebar ul li.formicon span{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    /*width: 3.125vw;
    height: 3.125vw;*/
   	width: 5.72916666666667vw;
	height: 5.72916666666667vw;
    text-align: center;
    border-radius: 0.26vw;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	background: #e60012;
}
.sidebar ul li.formicon span .img{
	display: block;
	width: 100%;
	overflow: hidden;
}
.sidebar ul li.formicon span img{
	display: block;
	margin: auto;
	width: 36%;
}
.sidebar ul li.formicon span .sp{
	/*margin-top: 0.27vw;
	font-size: 0.625vw;*/
	color: #FFFFFF;
	margin-top: 0.7vw;
	font-size: 0.83333333333333vw;
}


.branches{
	padding-top: 1.2vw;
	border-top: rgba(255, 255, 255, 0.06) solid 1px;
	width: 48%;
	margin-top: 0.6vw;
}
.branches .subtit{
	color: #FFFFFF;
	font-size: 1.041666666666667vw;
}
.branches dl{
	display: flex;
	flex-wrap: wrap;
	margin-top: 1vw;
	font-size: 0.83333333333vw;
	row-gap: 0.625vw;
	column-gap: 1.041666666666667vw;
	max-width: 24.21875vw;
	width: 100%;
}
.branches dl dd{
	color: #FFFFFF;
}
.branches .txt{
	margin-top: 1.5vw;
	color: #FFFFFF;
	font-size: 0.83333333333vw;
}
.branches .txt>div{
	margin-bottom: 0.625vw;
}

.m-consulting{
	padding-left: 5%;
    padding-right: 5%;
    padding-top: 3.5%;
}
.m-consulting .t1{
	font-size: 18px;
}
.m-consulting .t2{
	margin-top: 5px;
	font-size: 25px;
	font-family: "HarmonyOSSansSCBold"; 
}
@media screen and (min-width: 1025px){
	.sidebar ul li a{
		width: 5.72916666666667vw;
		height: 5.72916666666667vw;
	}
}
@media screen and (max-width: 1024px){
	.consulting{
		display: none;
	}
	.sidebar ul li.formicon span{
		width: 50px;
        height: 50px;
        border-radius: 4px;
	}
	.sidebar ul li.formicon span .sp{
		margin-top: 5px;
		font-size: 12px;
		display: none;
	}
	
	
	.branches{
		width: 100%;
        padding-top: 25px;
        margin-top: 20px;
	}
	.branches .subtit{
		font-size: 18px;
	}
	.branches dl{
		font-size: 14px;
		margin-top: 18px;
    	row-gap: 15px;
    	column-gap: 15px;
    	max-width: 390px;
	}
	.branches .txt{
		margin-top: 18px;
	    font-size: 14px;
	}
	.branches .txt>div{
		margin-bottom: 12px;
	}
}
@media screen and (max-width: 768px){
	.sidebar ul li.formicon span .sp{
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.sidebar ul li.formicon span{
		width: 40px;
        height: 40px;
	}
	
}

 /*-----------------------------------------------------------------------------------page end----------------------------------------------------------------*/

 .pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:0rem;margin:50px 0 0 0;}
 
 .page-link{position:relative;display:block;padding:10px 10px;margin-left:-1px;line-height:1;color:#007bff;background-color:#fff;border:1px solid #dee2e6}
 .page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}
 .page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 0 rgba(0,123,255,.25)}
 .page-item:first-child .page-link{margin-left:0;border-top-left-radius:8px;border-bottom-left-radius:8px}
 .page-item:last-child .page-link{border-top-right-radius:8px;border-bottom-right-radius:8px}
 .page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}
 .page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}
 .pagination-lg .page-link{padding:.1rem .1rem;font-size:20px;line-height:1}
 .pagination-lg .page-item:first-child .page-link{border-top-left-radius:8px;border-bottom-left-radius:8px}
 .pagination-lg .page-item:last-child .page-link{border-top-right-radius:8px;border-bottom-right-radius:8px}
 .pagination-sm .page-link{padding:.1rem .1rem;font-size:20px;line-height:1}
 .pagination-sm .page-item:first-child .page-link{border-top-left-radius:8px;border-bottom-left-radius:8px}
 .pagination-sm .page-item:last-child .page-link{border-top-right-radius:8px;border-bottom-right-radius:8px}
 .clean-block.clean-catalog .pagination{-ms-flex-pack:center;justify-content:center}
 
 /*-----------------------------------------------------------------------------------page end----------------------------------------------------------------*/
 

 
 
 .vh-21{overflow:hidden;height:auto;margin-bottom:-21px;}
 
 /* ====== go top start ====== */
.gotop {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 70px;
	position: fixed;
	right: 20px;
	z-index: 10;
	width:45px;
	height:45px;
	display:none;
}
.gotop:hover {
    background-color: rgba(0, 0, 0, 0.6);
}
.gotop a {
	display: block;
	height: 40px;
	overflow: hidden;
	width: 45px;
	font-size:24px;
	color:#FFF;
	text-align:center;
	line-height:40px;
}
.gotop a:hover{color:#FFF}
/* ====== go top end ====== */


