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: "MontserratLight", "Arial","Microsoft YaHei","Helvetica Neue",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;
}

.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: "MontserratExtraLight"; 
    src: url('/static/default/assets/fonts/Montserrat-ExtraLight-5.otf');
}
@font-face{
    font-family: "MontserratLight"; 
    src: url('/static/default/assets/fonts/Montserrat-Light-6.otf');
}
@font-face{
    font-family: "MontserratRegular"; 
    src: url('/static/default/assets/fonts/Montserrat-Regular-8.otf');
}
@font-face{
	font-family: "MontserratSemiBold";
	src: url('/static/default/assets/fonts/Montserrat-SemiBold-9.otf');
}
@font-face{
    font-family: "MontserratMedium"; 
    src: url('/static/default/assets/fonts/Montserrat-Medium-7.otf');
}
@font-face{
	font-family: "MontserratBold";
	src: url('/static/default/assets/fonts/Montserrat-Bold-3.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);
  }
}

::-webkit-scrollbar { width: 6px; /* 竖向滚动条宽度 */ height: 6px; /* 横向滚动条宽度 */ background-color: rgba(0, 0, 0, 0.1); border-radius: 3px; }
::-webkit-scrollbar-thumb { border-radius: 3px; background-color:#0e65b6; }
::-webkit-scrollbar-thumb:hover { background-color:#0e65b6; }

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}



.comwidth{
	max-width: 1600px;
    width: 90%;
    margin: auto;
}
.headcell{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 15;
	width: 100%;
	/*-webkit-transition: all 0.4s;
	transition: all 0.4s;*/
}
.headcell.on{
	top: -45px;
}
/*20230725*/
.other_header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 15;
	width: 100%;
	background-color: #ffffff;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.other_header.on{
	top: -45px;
}
.header{
	position: relative;
	top: 0;
	left: 0;
	z-index: 15;
	width: 100%;
	background-color: #ffffff;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.headcell .warning,
.headcell .header,
.maskBox .header{
	position: relative;
}
.other_header .header{
	position: relative;
}
.mainContent#dowebok{
	padding-top: 0 !important;
}
.warning{
}
.warning.hide{
	opacity: 0;
	max-height: 60px;
}
.contentWrap{
	position: relative;
}
/*e*/
.header.line:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #e5e5e5;
}
.header .logo{
	position: relative;
}
.header .logo .visuallyhidden{
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
    width: 1px;
}
.header.active{
	position: fixed;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}
.header.act{
	position: fixed;
}
.header .wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .nav ul li{
	float: left;
	margin-right: 40px;
}
.header .nav ul li a{
	position: relative;
	display: block;
	font-family: "MontserratLight"; 
	color: #333333;
	font-size: 18px;
	text-transform: uppercase;
	padding: 30.5px 0px;
	transition: all 0.3s;
}
.header .nav ul li:hover>h2>a,
.header .nav ul li.on>h2>a{
	/*color: #0072c5;*/
	color: #0065ed;
}
.header .nav ul li a h2{
	font-size: 18px;
}
/*20230801*/
.header .nav ul li{
	margin-right: 50px;
}
.header .nav ul li.special{
	padding-left: 70px;
}
.header .nav>ul>li.spe1>h2>a:before{
	display: none;
}
/*e*/
.header .nav>ul>li>h2>a:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	width: 0;
	height: 2px;
	/*background-color: #0072c5;*/
	background-color: #0065ed;
	margin: auto;
	transition: all 0.4s;
}
.header .nav ul li.on>h2>a:before,
.header .nav ul li:hover>h2>a:before{
	width: 100%;
}
.header .nav>ul>li>h2>a>span{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 19px;
}
.header .nav ul li .w2{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	opacity: 0;
}
.header .nav ul li .w1,
.header .nav ul li .w2{
	display: block;
	width: 100%;
	max-height: 16px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.header .nav ul li.on .w1,
.header .nav ul li:hover .w1{
	opacity: 0;
}
.header .nav ul li.on .w2,
.header .nav ul li:hover .w2{
	opacity: 1;
}
.header .cellbox{
	position: absolute;
	left: 0;
	top: 83px;
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	border-top: rgba(0,0,0,0.1) solid 1px;
	opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.header .cellbox.active{
	opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.header .cellbox .row{
	max-width: 1400px;
	width: 90%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	opacity: 0;
	-webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: .8s ease-out;
    transition: .8s ease-out;
}
.header .cellbox.active .row{
	opacity: 1;
	-webkit-transform: translateY(0);
    transform: translateY(0);
}
.header .celltab{
	width: 20%;
}
.header .celltab ul li{
	padding-top: 0px;
	padding-bottom: 20px;
}
.header .celltab ul li a{
	position: relative;
	padding-top: 0px;
	padding-right: 20px;
	font-family: "MontserratMedium"; 
	color: #666666;
	font-size: 16px;
	transition: all 0.4s;
	text-transform: uppercase;
}
.header .celltab ul li.on a,
.header .celltab ul li a:hover{
	/*color: #0072c5;*/
	color: #0065ed;
}
.header .celltab ul li a i{
	position: absolute;
	right: 0;
	top: 4px;
	width: 20px;
	height: 10px;
	background: url(/static/default/assets/img/icon15.png) top right 10px no-repeat;
	transition: all 0.4s;
	opacity: 0;
}
.header .celltab ul li.on a i,
.header .celltab ul li a:hover i{
	background: url(/static/default/assets/img/icon15.png) top right 0px no-repeat;
	opacity: 1;
}
.header .cellItem{margin-top:-40px;
	width: 76.5%;
	display: flex;
	justify-content: space-between;
}
.header .cellItem .itemlist{
	display: none;
	justify-content: space-between;
	align-items: flex-start;
}
.header .cellItem .itemlist.show{
	display: flex;
}
.header .cellItem .mainImg{
	width: 37.348%;
}
.header .cellItem .mainImg a{
	padding: 0px;
}

.top_pro_nav{overflow:hidden;width:100%;margin-top:30px;}
.top_pro_nav ul{ display: grid; grid-template-columns: repeat(7,1fr); gap: 20px; }
.top_pro_nav  li{width:100%;background:#f8f8f8;text-align:center;font-size:30px;}

.header .cellItem .proList{
	width: 99%;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.header .cellItem .proList .list{
	float: left;
	width: calc((100% - 20px ) / 7);
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #f8f8f8;
}
.header .cellItem .proList .list:nth-child(6n){
	margin-right: 0;
}
.header .cellItem .proList .list a{
	padding: px 0px; 
}
.header .cellItem .proList .morelist a{
	padding: 0;
	height: 0%;
}
.header .cellItem .proList .morelist .img{
	height: 100%;
}
.header .cellItem .proList .morelist .img img{
	height: 100%;
	object-fit: cover;
}
.header .cellItem .com14{
	text-align: center;
	font-family: "MontserratMedium"; 
	color: #333333;
	padding: 20px 0px 15px;
}
.header .cellItem .mainImg h4{
	padding: 20px 0px 15px;
}
.header .cellItem .proList .list h4{
	padding: 15px 0px 5px;
}
.header .cellItem .img{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.header .cellItem .img>img{
	width: 100%;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.header .cellItem .itemlist a:hover .img>img{
	transform: scale(1);
    -webkit-transform: scale(1);
}
.header .cellItem .img .tag{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.header .cellItem .img .tag img{
	max-width: 83px;
}
.header .cellItem .mask{
	opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
}
.header .cellItem .itemlist a:hover .mask{
	opacity: 1;
}
.header .cellItem .itemlist .morelist{
	position: relative;
}
.header .cellItem .itemlist .morelist .btn{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
}
.header .cellItem .itemlist .morelist .btn span{
	display: inline-block;
	padding: 0px 20px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	font-family: "MontserratLight"; 
	color: #FFFFFF;
	font-size: 14px;
	/*background-color: #127cc9;*/
	background-color: #0065ed;
	white-space: nowrap;
	text-transform: capitalize;
}
.header .navcell{
	position: absolute;
	left: 0;
	top: 83px;
	background-color: #FFFFFF;
	width: 100%;
	box-sizing: border-box;
	border-top: rgba(0,0,0,0.1) solid 1px;
	opacity: 0;
    visibility: hidden;
    pointer-events: none;
    box-shadow: 2px 12px 35px rgba(102,102,102,0.1);
}
.header .navcell.active{
	opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.header .navcell ul{
	padding-top: 40px;
	padding-bottom: 40px;
	opacity: 0;
	-webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: .8s ease-out;
    transition: .8s ease-out;
}
.header .navcell.active ul{
	opacity: 1;
	-webkit-transform: translateY(0);
    transform: translateY(0);
}
.header .navcell ul{
	text-align: center;
	width: 100%;
}
.header .navcell ul li{
	float: none;
	display: inline-block;
	padding-right: 100px;
	margin-right: 0;
}
.header .navcell ul li:last-child{
	padding-right: 0px;
}
.header .navcell ul li a{
	font-family: "MontserratLight"; 
	color: #333333;
	font-size: 16px;
	line-height: 2;
	padding: 0;
	text-transform: capitalize;
}
.header .navcell ul li:hover a,
.header .navcell ul li.on a{
	/*color: #0072c5;*/
	color: #0065ed;
}

.header .headright{
	display: flex;
	align-items: center;
}
.searchdiv {
	position: relative;
	text-align: center;
}

.header .show-search-btn {
	/*display: block;*/
	transition-duration: .3s;
	text-align: center;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.show-search-btn img {
	
}
.show-search-btn svg{
	max-width: 24px;
	max-height: 24px;
}
.show-search-btn .ic2 {
	display: none;
}

.header .content.alter .show-search-btn .ic2,
.header.white .show-search-btn .ic2,
.header.hover .show-search-btn .ic2{
	display: inline-block;
}

.header .content.alter .show-search-btn .ic1,
.header.white .show-search-btn .ic1,
.header.hover .show-search-btn .ic1 {
	display: none;
}

.search {
	position: absolute;
	z-index: 6;
	top: 49px;
	right: 0;
	width: 700px;
	height: auto;
	overflow: hidden;
	/*height: 100%;
  	max-height: 100vh;
  	overflow-y: scroll;
  	overflow-x: hidden;*/
	-webkit-overflow-scrolling: touch;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	visibility: hidden;
	transition-property: opacity, visibility;
	transition-duration: .5s;
	transition-delay: .5s;
}

.search.search-is-open {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}

.search.search-is-open .search__container {
	transform: translateY(0) translateZ(0);
}
.search__container {
	position: relative;
	z-index: 2;
	background-color: #fff;
	transform: translateY(-100%) translateZ(0);
	transition: transform .75s cubic-bezier(.77, 0, .175, 1);
}
.search-header {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.row {
	position: relative;
}

.search-header .search-loader {
	position: absolute;
	top: 17px;
	left: 2.6vw;
}

.search-header .search-btn-close {
	position: absolute;
	top: 0;
	right: 0;
}

.search-header .search-input {
	font-size: 16px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
}

.search-header .search-input__wrapper:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #d9d9d9;
	width: 100%;
}

.search-item {
	position: relative;
	display: block;
	overflow: hidden;
	transition: background-color .2s, opacity .3s, color .3s;
	transform-origin: 0 0;
	color: #1d1d1d;
}

.search-item:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 8.333%;
	right: 8.333%;
	height: 1px;
	background-color: #d9d9d9;
}

.search-item .solr-highlight {
	background-color: rgba(101, 32, 142, .2);
}

.search-close {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 24px;
	height: 60px;
	background: url(/static/default/assets/img/close.png) no-repeat center;
	background-size: 20px 20px;
	cursor: pointer;
	z-index: 6;
	transition-duration: .5s;
}

.search-close:hover {
	transform: rotate(90deg);
}

.search .submit0 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 24px;
	height: 60px;
	background: url(/static/default/assets/img/search.png) no-repeat center;
	border: none;
	background-size: 16px 16px;
	box-sizing: border-box;
	display: block;
}

.search-header .search-input{
	display: block;
	text-indent: 40px;
	line-height: 60px;
	font-size: 16px;
	color: #333333;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
}

.menubtn{
	display: none;
	float: right;
	width: 45px;
	height: 70px;
	background: url(/static/default/assets/img/menu-icon1.png) center right no-repeat;
	background-size: 28px auto;
	cursor: pointer;
}

.menubtn.on {
	background: url(/static/default/assets/img/menu-icon2.png) center right no-repeat;
	background-size: 28px auto;
}

.m-nav{
	position: absolute;
	top: 70px;
	right: -100%;
	/*display: none;*/
	z-index: 99;
	width: 100%;
	height: calc(100vh - 70px);
	background-color: #ffffff;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.m-nav.show{
	right: 0;
}
.m-nav>ul{
	padding-top: 40px;
	width: 90%;
	margin: auto;
}
.m-nav ul li{
	float: none;
	display: block;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
}
.m-nav ul li a,
.m-nav ul li .one-level{
	display: block;
	width: 100%;
	color: #333333;
	font-size: 18px;
	line-height: 50px;
}
.m-nav ul li .one-level{
	position: relative;
}
.m-nav ul li .one-level i{
	position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 50px;
    background: url(/static/default/assets/img/icon35.png) center no-repeat;
    background-size: 9px 15px;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.m-nav ul li .one-level.on i{
	background: url(/static/default/assets/img/icon35a.png) center no-repeat;
	background-size: 9px 15px;
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.m-nav .m-subnav {
	display: none;
	border-top: #e8e8e8 solid 1px;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	box-sizing: border-box;
}
.m-nav ul li .m-subnav li a{
	display: block;
	font-size: 18px;
	color: #999999;
	padding-left: 15px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
}
.m-nav ul li .m-subnav a:hover{
	color: #00c7fd;
}
.m-nav ul li .m-subnav ul{
	display: none;
}
.m-nav ul li .m-subnav ul  li a{
	display: block;
	font-size: 16px;
	color: #999999;
	padding-left: 30px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
}
/**/
.warning{	
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #343536;
}
/*20230725*/
.maskBox .warning{
	position: relative;
}
.other_header .warning{
	position: relative;
}
/*e*/
.warning .box{
	display: flex;
	justify-content: center;
	font-family: "MontserratLight";
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
	padding: 10px 0px;
	box-sizing: border-box;
}
.warning .sp1{
	color: #00c7fd;
	text-transform: uppercase;
	margin-right: 5px;
}
.warning .box .sp{
	text-align: left;
}
/**/
.videoBox{
	position: relative;
	width: 100%;
	height: calc(100vh - 45px);
	overflow: hidden;
}
.videoBox img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.videoBox video{
   	/*position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%,-50%);
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: none!important;*/
   	position: absolute;
	left:0;
	top:0;
	z-index: 1;
	width:100%;
	height:100%;
	object-fit: cover;
}
.downward{
	position: absolute;
	left: 50%;
	bottom: 60px;
	z-index: 5;
	transform: translateX(-50%);
}
.downward .downIcon{
	position: relative;
	width: 22px;
	height: 32px;
	background: url(/static/default/assets/img/icon16a.png) center no-repeat;
}
.downward .downIcon .ic{
	position:absolute;
	left:0;
	right: 0;
	top: 6px;
	margin: auto;
	width: 2px;
	height: 7px;
	background: #FFFFFF;
	animation:wheel 1.2s infinite;
	-moz-animation:wheel 1.2s infinite;
	-webkit-animation:wheel 1.2s infinite;
}
@keyframes wheel{
	to{opacity:0;top:15px}
}
@-moz-keyframes wheel{
	to{opacity:0;top:15px}
}
@-webkit-keyframes wheel{
	to{opacity:0;top:15px}
}
/*footer*/
.footer{
	padding-top: 70px;
	/*background-color: #14151a;*/
	background: #333;
}
.footer .footLogo{
	margin-bottom: 50px;
	padding-bottom: 30px;
	/*border-bottom: rgba(255,255,255,0.06) solid 1px;*/
	border-bottom: rgba(255,255,255,0.2) solid 1px;
}
.footer .box{
	display: flex;
	justify-content: space-between;
}
.footer .tit{
	font-family: "MontserratRegular";
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 25px;
}
.footer .tit a{
	display: block;
	font-family: "MontserratRegular";
	color: #ffffff;
	font-size: 16px;
}
.footer .footNav{
	display: flex;
	justify-content: space-between;
	width: 70%;
}
.footer .footNav .item{
	width: 20%;
	box-sizing: border-box;
	padding-right: 3%;
}
.footer .footNav .item:last-child{
	padding-right: 0;
}
.footer .footNav .item ul li{
	margin-bottom: 10px;
}
.footer .footNav .item ul li a,
.footer .footNav .item ul li{
	font-family: "MontserratExtraLight";
	/*color: rgba(255,255,255,0.3);*/
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.86;
	transition: all 0.3s;
}

.footer .footNav .item ul li a{
	display: block;
}
.footer .footNav .item ul li a:hover{
	color: #ffffff;
}
.footer .footNav .item ul li p{
	position: relative;
	padding-left: 25px;
}
.footer .footNav .item ul li img{
	position: absolute;
	left: 0;
	top: 7px;
}

.footer .footNav .item1{
	width: 60%;
	box-sizing: border-box;
	padding-right: 3%;
}
.footer .footNav .item1 ul li{
	margin-bottom: 10px;
}
.footer .footNav .item1 ul li a,
.footer .footNav .item1 ul li{
	font-family: "MontserratExtraLight";
	/*color: rgba(255,255,255,0.3);*/
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.86;
	transition: all 0.3s;
}
.footer .footNav .item1 ul li h3{
	display: inline-block;
}
.footer .footNav .item1 ul li a{
	display: block;
}
.footer .footNav .item1 ul li a:hover{
	color: #ffffff;
}
.footer .footNav .item1 ul li p{
	position: relative;
	padding-left: 25px;
}
.footer .footNav .item1 ul li img{
	position: absolute;
	left: 0;
	top: 7px;
}



.footer .footright{
	max-width: 360px;
}
.footer .footform{
	margin-bottom: 20px;
}
.footer .footform .txt{
	font-family: "MontserratExtraLight"; 
	/*color: rgba(255,255,255,0.3);*/
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 12px;
}
.footer .footform form{
	/*background: #1e1f26;*/
	background-color: #FFFFFF;
	border-radius: 4px;
	overflow: hidden;
}
.footer .footform .inputText{
	float: left;
	width: calc(100% - 100px);
	padding: 0 20px;
	box-sizing: border-box;
	height: 48px;
	line-height: 48px;
	font-family: "MontserratLight"; 
	/*color: #FFFFFF;*/
	color: #333333;
	font-size: 14px;
	background: none;
	border: none;
}
.footer .footform .inputText::-webkit-input-placeholder { /* WebKit browsers */ 
	font-family: "MontserratLight"; 
	color: rgba(255,255,255,0.6); 
} 
.footer .footform .inputText:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
	font-family: "MontserratLight"; 
	color: rgba(255,255,255,0.6); 
} 
.footer .footform .inputText::-moz-placeholder { /* Mozilla Firefox 19+ */ 
	font-family: "MontserratLight"; 
	color: rgba(255,255,255,0.6); 
} 
.footer .footform .inputText:-ms-input-placeholder { /* Internet Explorer 10+ */ 
	font-family: "MontserratLight"; 
	color: rgba(255,255,255,0.6); 
} 
.footer .footform .inputButton{
	float: left;
	width: 100px;
	height: 48px;
	line-height: 48px;
	font-family: "MontserratLight"; 
	color: #FFFFFF;
	font-size: 14px;
	background: #0575ca;
	border: none;
}
.footer .footFollow ul{
	margin-top: 15px;
	overflow: hidden;
}
.footer .footFollow ul li{
	float: left;
	margin-right: 10px;
}
.footer .footFollow ul li:last-child{
	margin-right: 0px;
}
.footer .footFollow ul li a{
	/*opacity: 0.2;*/
	opacity: 0.5;
	transition: all 0.4s ;
}
.footer .footFollow ul li:hover a{
	opacity: 1;
}
.footer .footBot{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 30px;
	padding: 20px 0px;
	/*border-top: rgba(255,255,255,0.06) solid 1px;*/
	border-top: rgba(255,255,255,0.2) solid 1px;
	font-family: "MontserratExtraLight";
	/*color: rgba(255,255,255,0.1);*/
	color: rgba(255,255,255,0.5);
	font-size: 14px;
	line-height: 1.7;
}
.footer .footBot a{
	/*color: rgba(255,255,255,0.1);*/
	color: rgba(255,255,255,0.5);
	transition: all 0.3s;
}

.footer .footlinks{
	display: flex;
	align-items: flex-start;
	max-width: 68%;
	padding-right: 3%;
	box-sizing: border-box;
}
.footer .footlinks .sp1{
	font-family: "MontserratLight"; 
	padding-right: 10px;
	color: #FFFFFF;
}
.footer .footlinks .sp2{
	flex: 1;
}
.footer .footlinks a{
	color: #FFFFFF;
}
.footer .copy-right{
	/*max-width: 32%;*/
	flex: 1;
}
.footer .powered{
	display: inline-block;
}
.footer .footBot a:hover{
	color: #ffffff;
}
.footer .powered a:hover{
	color: rgba(255,255,255,0.3);
}


/*banner*/
.lunbotu{
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
}
.lunbotu .swiper-slide>a{
	display: block;
	width: 100%;
}
.lunbotu .swiper-slide>a>img,
.lunbotu .swiper-slide>img{
	width: 100%;
}
.mImg{
	display: none;
}
.i-banner{
	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;
}
.i-banner .box{
	max-width: 700px;
	width: 100%;
	padding-left: 90px;
	box-sizing: border-box;
}
.i-banner .box .t1{
	font-family: "MontserratLight"; 
	color: #FFFFFF;
	word-break: break-word;
}
.i-banner .box .t2{
	font-family: "MontserratRegular"; 
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 50px;
	word-break: break-word;
}
.moreBtn a{
	display: inline-block;
	width: 170px;
	height: 56px;
	line-height: 54px;
	border: rgba(244,246,249,0.3) solid 1px;
	border-radius: 28px;
	text-align: center;
	color: #FFFFFF;
	font-family: "MontserratLight"; 
	font-size: 14px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.moreBtn a img{
	margin-left: 10px;
}
.moreBtn a:hover{
	border: #42c9ff solid 1px;
    background-color: #42c9ff;
}
.lunbotu .swiper-button-next, .lunbotu .swiper-button-prev,
.fresorBanner .swiper-button-next, .fresorBanner .swiper-button-prev{
    position: absolute;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    z-index: 10;
    cursor: pointer;
    border: #FFFFFF solid 1px;
    border-radius: 50%;
    -moz-background-size: 20px 12px;
    -webkit-background-size: 20px 12px;
    background-size: 20px 12px;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
}
.lunbotu .swiper-button-prev, .lunbotu.swiper-container-rtl .swiper-button-next,
.fresorBanner .swiper-button-prev, .fresorBanner.swiper-container-rtl .swiper-button-next {
    background-image: url(/static/default/assets/img/icon13.png);
    left: 50px;
    right: auto;
}
.lunbotu .swiper-button-next, .lunbotu.swiper-container-rtl .swiper-button-prev,
.fresorBanner .swiper-button-next, .fresorBanner.swiper-container-rtl .swiper-button-prev {
    background-image: url(/static/default/assets/img/icon14.png);
    right: 50px;
    left: auto;
}

.fresorBanner{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.fresorBanner .swiper-slide{
	width: 100%;
}
.fresorBanner .swiper-slide>a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.fresorBanner .swiper-slide>a>img{
	width: 100%;
}
.fresorBanner .turnImg{
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #000205;
}
.fresorBanner .turnImg img{
	width: 100%;
	object-fit: cover;
    animation: scroll 20s infinite linear;
}
@keyframes scroll {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
.fresorBanner .text{
	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;
	text-align: center;
}
.fresorBanner .text .ic{
	margin-bottom: 20px;
}
.fresorBanner .text .com24,
.fresorBanner .text .com24 a{
	font-family: "MontserratMedium"; 
	color: #FFFFFF;
}
.fresorBanner .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	opacity: 1;
	background: transparent;
	border: #FFFFFF solid 1px;
}
.fresorBanner .swiper-pagination-bullet-active{
	background: #ffffff;
}
.fresorBanner.swiper-container-horizontal>.swiper-pagination-bullets, 
.fresorBanner .swiper-pagination-custom, 
.fresorBanner .swiper-pagination-fraction{
	bottom: 40px;
}
.fresorBanner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 8px;
}

.floating{
    position: fixed;
    right: 30px;
    bottom: 15vw;
    text-align: center;
    width: 14vw;
    z-index: 14;
}
/*.floating a{
	-webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.floating a img{
	width: 240px;
	height: 159px;
	-webkit-animation: floating 3s infinite ease-in-out;
    animation: floating 3s infinite ease-in-out;
}
@-webkit-keyframes floating {
    0% {
        -webkit-transform: rotateX(0deg) rotateY(0deg);
    }
    80%{
        -webkit-transform: rotateX(0deg) rotateY(360deg);
    }
    100%{
        -webkit-transform: rotateX(0deg) rotateY(360deg);
    }
}
@keyframes floating {
    0% {
        -webkit-transform: rotateX(0deg) rotateY(0deg);
    }
    80%{
        -webkit-transform: rotateX(0deg) rotateY(360deg);
    }
    100%{
        -webkit-transform: rotateX(0deg) rotateY(360deg);
    }
}*/
.floating .ic1, .floating .ic2{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    height: inherit;
    position: absolute;
    top: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: flip-front;
    animation-name: flip-front;
}
.floating .ic1{
    display: block;
    left: 0;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    z-index: 4;
}
.floating .ic2{
    left: 0;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    width: 100%;
    z-index: 5;
}
.floating .ic1, .floating .ic2{
	-webkit-animation-duration: 5s;
	animation-duration: 5s
}

.floating .ic2{
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: flip-back;
	animation-name: flip-back
}
@keyframes flip-front {
	0% {
		-webkit-transform: rotateY(-180deg);
		-ms-transform: rotateY(-180deg);
		transform: rotateY(-180deg)
	}
	50% {
		-webkit-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}
	to {
		-webkit-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		transform: rotateY(180deg)
	}
}

@keyframes flip-back {
	0% {
		-webkit-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}
	50% {
		-webkit-transform: rotateY(-180deg);
		-ms-transform: rotateY(-180deg);
		transform: rotateY(-180deg)
	}
	to {
		-webkit-transform: rotateY(-1turn);
		-ms-transform: rotateY(-1turn);
		transform: rotateY(-1turn)
	}
}






/*20230919*/
/*.maskBox{
	opacity: 0;
	visibility: hidden;
}*/
.maskBox.on{
	opacity: 1;
	visibility: visible;
}
.openBox{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 18;
	width: 100%;
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.openBox.hide{
	animation: act 1.5s ease forwards;
	-webkit-animation: act 1.5s ease forwards;
}
@keyframes act{
	0% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		transform: translate3d(0, 0, 0) scale(1)
	}
	
	100%{
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0) scale(0);
		transform: translate3d(100%, -100%, 0) scale(0)
	}
}
.openBox .wrap{
	max-width: 570px;
	width: 90%;
	margin: auto;
	text-align: center;
}
.openBox .wrap .t1{
	font-family: "MontserratMedium"; 
	color: #FFFFFF;
	margin-bottom: 30px;
}
.openBox .wrap .t2{
	font-family: "MontserratLight"; 
	color: #FFFFFF;
	line-height: 1.7;
}
.openBox .wrap .open_btn{
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.openBox .wrap .open_btn span{
	display: inline-block;
	margin: 0px 15px;
	font-family: "MontserratLight"; 
	color: #FFFFFF;
	font-size: 14px;
	/*height: 56px;
	line-height: 54px;*/
	height: 42px;
	line-height: 40px;
	min-width: 170px;
	padding: 0px 20px;
	box-sizing: border-box;
	text-align: center;
	/*border-radius: 28px;*/
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.openBox .wrap .open_btn span:hover{
	box-shadow: 0px 0px 35px rgba(255,255,255,0.4);
}
.openBox .wrap .open_btn .open_enter{
	border: #FFFFFF solid 1px;
	/*border: #42c9ff solid 1px;
	background-color: #42c9ff;*/
}
.openBox .wrap .open_btn .open_leave{
	border: #FFFFFF solid 1px;
	background-color: #FFFFFF;
	color: #000000;
}
/*20230919*/
.openBox{
	background: rgba(0,0,0,0.6);
}
.openBox .wrap{
	max-width: 720px;
	padding: 60px 50px;
	box-sizing: border-box;
	border: #FFFFFF solid 1px;
}
/**/
.index_title{
	font-family: "MontserratMedium";
	color: #000000;
}
.index_product{
	padding-top: 120px;
}
.index_product .box{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 45px;
}
.index_product .box .left_w{
	width: 51.25%;
}
.index_product .box .right_w{ 
	width: 45.5%;
	display: flex;
	flex-flow: column;
	/* flex-direction: column;
	align-items: flex-start; */
	justify-content: space-between;
}
.index_product .image-wrapper{
	position: relative;
}
.index_product .image-wrapper a{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.index_product .image-wrapper a:before{
	content: '';
	position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
    opacity: 0;
}
.index_product .image-wrapper a:hover:before{
	opacity: 1;
}
.index_product .image-wrapper a img{
	display: block;
	width: 100%;
	/*-webkit-transition: .3s ease-out;
    transition: .3s ease-out;*/
}
/*.index_product .image-wrapper a:hover img{
   	transform: scale(1.05);
    -webkit-transform: scale(1.05);
}*/
.index_product .image-wrapper a:hover{
	/*-webkit-animation-name: bounce;
	animation-name: bounce;*/
	animation: bounce 1s forwards;
	-webkit-animation:bounce 1s forwards; /*Safari and Chrome*/
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}
.index_product .image-wrapper .text{
	position: absolute;
	top: 50px;
	z-index: 3;
}
.index_product .image-wrapper .text.left{
	left: 50px;
}
.index_product .image-wrapper .text.right{
	right: 50px;
	text-align: right;
}
.index_product .image-wrapper .text .t1{
	font-family: "MontserratMedium";
	margin-bottom: 10px;
	transition: all 0.3s;
}
.index_product .image-wrapper .text .t2{
	font-family: "MontserratLight";
	line-height: 1.7;
	transition: all 0.3s;
}
.index_product .left_w .image-wrapper .text .t1{
	color: #FFFFFF;
}
.index_product .left_w .image-wrapper .text .t2{
	color: #FFFFFF;
}
.index_product .right_w .image-wrapper .text .t1,
.index_product .right_w .image-wrapper .text .t2{
	color: #FFFFFF;
}
.index_product .left_w .image-wrapper a:hover .text .t1,
.index_product .left_w .image-wrapper a:hover .text .t2{
	color: #FFFFFF;
}
.index_product .image-wrapper .text .btn{
	margin-top: 15px;
}
.index_product .image-wrapper .text .btn span{
	display: inline-block;
	padding: 0px 18px;
	height: 38px;
	line-height: 36px;
	border-radius: 19px;
	text-align: center;
	font-family: "MontserratLight";
	color: #ffffff;
	font-size: 14px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.index_product .left_w .image-wrapper .text .btn span{
	border: #ffffff solid 1px;
	/*background-color: #000000;*/
}
.index_product .right_w .image-wrapper .text .btn span{
	border: #ffffff solid 1px;
}
/*.index_product .image-wrapper a:hover .text .btn span{
	background: transparent;
	border: #ffffff solid 1px;
}*/
.index_product .image-wrapper a .text .btn span:hover{
	/*border: #42c9ff solid 1px;
    background-color: #42c9ff;*/
   	border: #0065ed solid 1px;
   	background-color: #0065ed;
}
.index_product .image-wrapper .text .btn span i{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	font-style: normal;
	font-size: 16px;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.index_product .image-wrapper .text .btn span:hover i{
	-webkit-transform: translate3d(4px,0,0);
    transform: translate3d(4px,0,0);
}
/**/
@-webkit-keyframes bounce {
	0%,
	20%,
	53%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -20px, 0) scaleY(1.1);
		transform: translate3d(0, -20px, 0) scaleY(1.1)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -10px, 0) scaleY(1.05);
		transform: translate3d(0, -10px, 0) scaleY(1.05)
	}
	80% {
		-webkit-transform: translateZ(0) scaleY(.95);
		transform: translateZ(0) scaleY(.95);
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02)
	}
}

@keyframes bounce {
	0%,
	20%,
	53%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -20px, 0) scaleY(1.1);
		transform: translate3d(0, -20px, 0) scaleY(1.1)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -10px, 0) scaleY(1.05);
		transform: translate3d(0, -10px, 0) scaleY(1.05)
	}
	80% {
		-webkit-transform: translateZ(0) scaleY(.95);
		transform: translateZ(0) scaleY(.95);
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02)
	}
}

.animatebounce{
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}
/**/
@keyframes opacityA{
	0% {
		opacity: 0;
		-webkit-transform: scale(.7);
		transform: scale(.7)
	}
	100%{
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
.backInRight{
	-webkit-animation-name: opacityA;
	animation-name: opacityA;
}
@keyframes backInRight{
	0% {
		opacity: .7;
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7)
	}
	100%{
		opacity: 1;
		-webkit-transform: translateX(0) scale(1);
		transform: translateX(0) scale(1)
	}
}
.backInRight{
	-webkit-animation-name: backInRight;
	animation-name: backInRight;
}
@-webkit-keyframes backInLeft {
	0% {
		opacity: .7;
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7)
	}
	100%{
		opacity: 1;
		-webkit-transform: translateX(0) scale(1);
		transform: translateX(0) scale(1)
	}
}
.backInLeft{
	-webkit-animation-name: backInLeft;
	animation-name: backInLeft;
}
@keyframes backInUp {
	0% {
		opacity: .7;
		-webkit-transform: translateY(1200px) scale(.7);
		transform: translateY(1200px) scale(.7)
	}
	100%{
		opacity: 1;
		-webkit-transform: translateY(0) scale(1);
		transform: translateY(0) scale(1)
	}
}
.backInUp {
	-webkit-animation-name: backInUp;
	animation-name: backInUp;
	-webkit-transition: all 2s;
	transition: all 2s;
}

/**/
.index_video{
	/*padding-top: 120px;*/
	padding-top: 60px;overflow:hidden;height:643px;
}
.index_video .comwidth{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_video .swiper-wrapper{
	align-items: stretch;
}
.index_video .swiper-wrapper .swiper-slide{
	height: auto;
}
.index_video .video-box{
	height: auto;
}
.index_video .video-box video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index_video .swiper-button-next, 
.index_video .swiper-button-prev{
    position: absolute;
    top: 50%;
    width: 43px;
    height: 43px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}
.index_video .swiper-button-next, 
.index_video .swiper-container-rtl .swiper-button-prev {
    /*background-image: url(/static/default/assets/img/icon19.png);*/
    background-image: url(/static/default/assets/img/icon19b.png);
    right: 3%;
    left: auto;
}
.index_video .swiper-button-prev, 
.index_video .swiper-container-rtl .swiper-button-next {
    /*background-image: url(/static/default/assets/img/icon18.png);*/
    background-image: url(/static/default/assets/img/icon18b.png);
    left: 3%;
    right: auto;
}
.index_video .box{
	margin-top: 45px;
}
.video-cover{
	position: relative;
}
.video-cover .play-ico{
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	text-align: center;
	transition: all 0.4s;
}
.index_video .swiper-slide-active .video-cover .play-ico{
	background: rgba(0,0,0,0);
}
.video-cover .play-ico .playTxt{
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	/*bottom: -100px;*/
	text-align: center;
	width: 100%;
	opacity: 0;
	transition: all 1s ease;
}
.index_video .swiper-slide-active .video-cover .play-ico .playTxt{
	opacity: 1;
	/*bottom: 100px;*/
}
.video-cover .play-ico .icon{
	margin-bottom: 30px;
}
.video-cover .play-ico .icon img{
	width: 46px;
}
.video-cover .play-ico .txt{
	font-family: "MontserratRegular";
	color: #FFFFFF;
	text-transform: uppercase;
	width: 90%;
	margin: auto;
	overflow: hidden;
}
.video-cover .videoImg{
	display: block;
	width: 100%;
}

/**/
.index_brand{
	padding-top: 0px;
	padding-bottom: 100px;overflow:hidden;display: flex;
}
.index_brand .box{
	margin-top: 45px;
}
.index_brand .box ul{
	display: flex;
	justify-content: space-between;
}
.index_brand .box ul li{
	/*position: relative;
	width: 32%;
	margin-right: 2%;
	overflow: hidden;*/overflow:hidden;
}
.index_brand .box ul li:nth-child(3n){
	margin-right: 0;
}
.index_brand .box ul li .mask{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: url(/static/default/assets/img/img17.png) center no-repeat;
	background-size: 100% auto;
	transition: all 0.5s;
}
.index_brand .box ul li:hover .mask{
	background: url(/static/default/assets/img/img16.png) center no-repeat;
	background-size: 100% auto;
}
.index_brand .box ul li .img{
	width: 100%;
	overflow: hidden;
}
.index_brand .box ul li .img img{
	width: 100%;
	-webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}
.index_brand .box ul li:hover .img img{
   	transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
/*.index_brand .box ul li .text{
	position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 3;
    width: 100%;
    box-sizing: border-box;
    padding: 0 7.5%;
    overflow: hidden;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.index_brand .box ul li:hover .text{
	bottom: 40px;
}*/
.index_brand .box ul li .text{
	position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 3;
    width: 100%;
    height: 155px;
    box-sizing: border-box;
    padding: 0 7.5%;
    overflow: hidden;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.index_brand .box ul li:hover .text{
	bottom: 40px;
	height: auto;
}
.index_brand .box ul li .text .t1{
	font-family: "MontserratRegular";
	color: #FFFFFF;
	margin-bottom: 20px;
}
.index_brand .box ul li .text .t2{
	font-family: "MontserratLight";
	color: #ffffff;
	line-height: 1.7;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.index_brand .box ul li:hover .text .t2{
	opacity: 1;
}


/**/
.fresor{
	background-color: #0c0e13;
}
.fresor .solution{
	padding-top: 130px;
	padding-bottom: 130px;
}
.fresor .solution .comwidth{
	position: relative;
}
.fresor .solution a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.fresor .solution .effectimg .img{
	width: 100%;
	overflow: hidden;
}
.fresor .solution .effectimg .img img{
	width: 100%;
}
.fresor .solution .text{
	position: absolute;
	left: 0;
	top: 130px;
	text-align: center;
	width: 100%;
}
.fresor .text .ic{
	margin-bottom: 15px;
}
.fresor .text .com20{
	font-family: "MontserratRegular";
	color: #FFFFFF;
	line-height: 1.7;
}
.fresor .text .com20 a{
	color: #FFFFFF;
}
.fresor .flavor{
	overflow: hidden;
}
.fresor .flavor .comwidth{
	position: relative;
}
.fresor .flavor a{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.fresor .flavor .text{
	position: absolute;
	left: 8.5%;
	top: 50%;
	transform: translateY(-50%);
}

.yw2 {
    position: absolute;
    width: 35.875%;
    height: auto;
    left: 36%;
    top: 5%;
    opacity: 0;
}

.yw2 {
    animation: moveh4 15s infinite linear;
    -webkit-animation: moveh4 15s infinite linear;
}

.yw3 {
    animation: moveh4 20s infinite linear;
    -webkit-animation: moveh4 20s infinite linear;
}

.yw1 {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.yw3 {
    left: auto;
    right: 51%;
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
}

.yw4 {
    left: 15%;
    animation-delay: 6s;
    -webkit-animation-delay: 6s;
}

.yw5 {
    left: 28%;
    /* right: 15%; */
    animation-delay: 9s;
    -webkit-animation-delay: 9s;
}

.yw6 {
    left: 36%;
}
@keyframes moveh4{
    0% {
        top: 5%;
        opacity: 0;
    }

    50% {
        top: -20%;
        opacity: .3;
    }

    100% {
        top: -40%;
        opacity: .8;
    }
}

@-webkit-keyframes moveh4 {
    0% {
        top: 5%;
        opacity: 0;
    }

    50% {
        top: -20%;
        opacity: .3;
    }

    100% {
        top: -40%;
        opacity: .8;
    }
}

.fresor .series{
	padding-top: 80px;
}
.fresor .series .gallery-thumbs ul{
	display: flex;
}
.fresor .series .gallery-thumbs ul li{
	width: 47.5%;
	margin-right: 5%;
	display: flex;
    align-items: flex-end;
    justify-content: center;
    cursor: pointer;
    padding: 15px 0px;
    border-bottom: 2px solid #191a1e;
	text-align: center;
	background-color: #191a1e;
	font-family: "MontserratLight";
	color: #7a7a7c;
	font-size: 16px;
	line-height: 1;
}
.fresor .series .gallery-thumbs ul li:nth-child(2n){
	margin-right: 0;
}
.fresor .series .gallery-thumbs ul li.on{
	border-bottom: 2px solid #00c7fd;
}
.fresor .series .gallery-thumbs .im2{
	display: none;
}
.fresor .series .gallery-thumbs ul li.on .im1{
	display: none;
}
.fresor .series .gallery-thumbs ul li.on .im2{
	display: inline-block;
}

.com72{
	font-size: 72px;
}
.com70{
	font-size: 70px;
}
.com50{
	font-size: 50px;
}
.com48{
	font-size: 48px;
}
.com38{
	font-size: 38px;
}
.com32{
	font-size: 32px;
}
.com28{
	font-size: 28px;
}
.com24{
	font-size: 24px;
}
.com20{
	font-size: 20px;
}
.com18{
	font-size: 18px;
}
.com16{
	font-size: 16px;
}
.com14{
	font-size: 14px;
}
.fresor .series .hd-content{
    display: flex;
    background-color: #191a1e;
    overflow: hidden;
	margin-top: 80px;
}
.fresor .series .hd-left {
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 8%;
    box-sizing: border-box;
}
.fresor .series .hd-right {
    width: calc(970 / 1756 *100%);
    text-align: center;
    position: relative;
}
.fresor .series .hd-left .t1{
	font-family: "MontserratMedium"; 
	color: #FFFFFF;
	margin-bottom: 15px;
}
.fresor .series .hd-left .t2{
	font-family: "MontserratRegular";
	color: #ffffff;
	margin-bottom: 40px;
}
.fresor .series .hd-left .item-list{
	font-family: "MontserratLight";
	color: #FFFFFF;
	line-height: 1.7;
}
.fresor .series .hd-left .item_w{
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}
.fresor .series .hd-left .item_w img{
	margin-right: 10px;
}
.fresor .series .hd-left .item_w .com16{
	flex: 1;
}
.fresor .series .hd-right .hdImg{
	position: relative;
	z-index: 4;
	padding-top: 65px;
	padding-bottom: 80px;
	max-width: 80%;
}
.rotate-img {
    position: absolute;
    width: 110%;
    top: 58%;
    transform: translateY(-50%);
    z-index: 3;
}
.fresor .series .rotate-img img {
    -webkit-animation: changeright 24s linear infinite;
}

@keyframes changeright {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }

}
.fresor .series .hd-slide-list{
	margin-top: 80px;
	display: flex;
	flex-wrap: wrap;
}
.fresor .series .hd-slide-list .hd-item{
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.fresor .series .hd-slide-list .hd-item:nth-child(4n){
	margin-right: 0;
}
.fresor .series .hd-slide-list .hd-item a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.fresor .series .hd-slide-list .hd-item .img{
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding: 35px 20px;
	background-color: #191a1e;
	box-sizing: border-box;
}
.fresor .series .hd-slide-list .hd-item .img img{
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.fresor .series .hd-slide-list .hd-item:hover .img img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.fresor .series .hd-slide-list .hd-item .txt{
	padding-top: 25px;
	text-align: center;
	font-family: "MontserratMedium"; 
	color: #7a7a7c;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.fresor .series .hd-slide-list .hd-item:hover .txt{
	color: #00c7fd;
}


#dowebok .section {
    position: relative;
    overflow: hidden;
}
.about_fresor{
	padding-top: 100px;
	padding-bottom: 130px;
}
.about_fresor .text{
	text-align: center;
	margin: auto;
}
.about_fresor .text .t1{
	color: #333;
	font-family: "MontserratMedium"; 
	margin-bottom: 20px;
}
.about_fresor .text .t2{
	color: #555;
	font-family: "MontserratLight"; 
	line-height: 1.7;
}
.about_fresor .box{
	margin-top: 60px;
}
.about_fresor .box .swiper-slide:nth-child(odd){
	margin-top: 150px;
}
.about_fresor .box .swiper-slide{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.about_fresor .box .swiper-slide img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.about_fresor .box .swiper-slide:hover img{
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.about_fresor .box .digit{
	position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
	padding: 0px 15px;
	box-sizing: border-box;
	font-family: "MontserratRegular";
	color: transparent;
	font-size: 92px;
	font-style: italic;
	-webkit-text-stroke-width:1px;
	-webkit-text-stroke-color: rgba(255,255,255,0.1);
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.about_fresor .box .swiper-slide:hover .digit{
	/*top: 10px;
	opacity: 1;*/
	color: #00C7FD;
	-webkit-text-stroke-width:1px;
	-webkit-text-stroke-color: #00C7FD;
}
.about_fresor .box .txt{
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	padding: 0px 16px;
	box-sizing: border-box;
}
.about_fresor .box .txt .t1{
	font-family: "MontserratRegular";
	color: #ffffff;
	margin-bottom: 10px;
}
.about_fresor .box .txt .t2{
	font-family: "MontserratLight"; 
	color: #ffffff;
	line-height: 1.7;
}
/*20230725*/
.mainContent{
	position: relative;
	padding-top: 83px;
}
/*e*/
.obanner{
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
}
.obanner>img{
	width: 100%;
}
.aboutBanner{
	height: 100vh;
}
.aboutBanner>img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.ob-img{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.obanner .textTitle{
	position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.obanner .textTitle1{
	position: absolute;
	top: 110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*20230919*/
.obanner .textTitle.productbanner{
	width: 90%;
}
/**/
.obanner .center{
	text-align: center;
}
.obanner .comwidth{
	color: #FFFFFF;
}
.obanner .comwidth .t1{
	font-family: "MontserratBold";
	text-transform: uppercase;
	margin-bottom: 10px;
}
.obanner .comwidth .t2{
	font-family: "MontserratLight";
	line-height: 1.7;
}
.obanner .comwidth .t3{
	margin-top: 30px;
	margin-bottom: 20px;
	font-family: "MontserratMedium";
}
.obanner .textTitle .max720{
	max-width: 45%;
}
.obanner .textTitle .max50{
	max-width: 50%;
}

.productbanner {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}
.productbanner .underlay{
	width: 100%;
}
.productbanner .underlay img{
	width: 100%;
}
.productbanner .imgBox{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 8;
	width: 54%;
	height: 100%;
}
.productbanner .imgBox img{
	position: absolute;
	width: 90.55%;
	-webkit-transform: translate3d(100%, -50%, 50px);
	transform: translate3d(100%,-50%, 50px);
}
.productbanner .imgBox .im1{
	left: 0;
	bottom: 0;
}
.productbanner .imgBox .im2{
	left: 40%;
    top: -30%;
}
.productbanner .imgBox .im3{
    left: 40%;
    bottom: 4%;
}
.productbanner .textTitle{
	position: absolute;
	left: 50%;
	top: 20%;
	z-index: 10;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	text-align: center;
	color: #FFFFFF;
}
.productbanner .textTitle .t1{
	font-family: "MontserratBold";
	text-transform: uppercase;
	margin-bottom: 10px;
}
.productbanner .textTitle .t2{
	font-family: "MontserratLight";
	line-height: 1.7;
}

@-webkit-keyframes showIn{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, -50%, 50px);
		transform: translate3d(100%,-50%, 50px);
	}
	100%{
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}
@keyframes showIn{
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5) translate3d(100%, -50%, 50px);
		transform: scale(0.5) translate3d(100%,-50%, 50px);
		-webkit-transform-origin: center;
		transform-origin: center;
	}
	100%{
		opacity: 1;
		-webkit-transform: scale(1) translate3d(0,0,0);
		transform: scale(1) translate3d(0,0,0);
		-webkit-transform-origin: center;
		transform-origin: center;
	}
}
.showIn{
	animation: showIn 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.2) forwards;
    -webkit-animation: showIn 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.2) forwards;
    -webkit-transform-origin: left top;
	transform-origin: left top;
}
.productbanner .imgBox .im1.showIn{
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.productbanner .imgBox .im2.showIn{
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.productbanner .imgBox .im3.showIn{
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.location{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;margin-top:50px;
}
.location .cont{
  	width: 100%;
  	overflow: hidden;
  	padding: 20px 0px;
  	text-align: left;
  	font-size: 0px;
  	font-family: "MontserratLight";
  	color: #FFFFFF;
  	font-size: 14px;
  	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.location .cont a{
	color: #FFFFFF;
}
.location .cont a,
.location .cont span{
	display: inline-block;
	vertical-align: middle;
}
.location .cont a.on,
.location .cont a:hover{
	color: #FFFFFF;
}
.location .cont span{
  	margin: 0px 6px;
}
.location.special{
	position: static;
	background-color: #f8f8f8;
}
.location.special .cont,
.location.special .cont a{
	color: #666666;
}
.location.special .cont a.on,
.location.special .cont a:hover{
	color: #0072c5;
}

.mainBlog{
	padding-top: 100px;
	padding-bottom: 130px;
}
.mainBlog .swiper-slide{
	background-color: #f9f9f9;
	overflow: hidden;
}
.mainBlog .swiper-slide a{
	display: block;
	width: 100%;
}
.mainBlog .swiper-slide .imgBox{
	float: left;
	width: 50%;
	overflow: hidden;
}
.mainBlog .box ul li .imgBox{
	width: 100%;
	overflow: hidden;
}
.mainBlog .box ul li .imgBox a{
	display: block;
	width: 100%;
	position: relative;
	padding-bottom: 66.93%;
	overflow: hidden;
}
.mainBlog .imgBox img{
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainBlog .box ul li:hover .imgBox img,
.mainBlog .swiper-slide:hover .imgBox img{
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.mainBlog .swiper-slide .text{
	float: left;
	width: 50%;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 5%;
	padding-top: 5%;
	padding-right: 30px;
}
.mainBlog .box ul li .text{
	padding-top: 20px;
}
.mainBlog .text .t1{
	font-family: "MontserratMedium"; 
	color: #000000;
}
.mainBlog .text .t2{
	font-family: "MontserratLight"; 
	color: #666666;
	line-height: 2;
	height: 114px;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mainBlog .swiper-slide .text .t1 a{
	display: block;
	height: 78px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mainBlog .box ul li .text .t1 a{
	display: block;
	width: 100%;
	overflow: hidden;    
	text-overflow:ellipsis;    
	white-space: nowrap;
}
.mainBlog .swiper-slide a .text .t2{
	height: 112px;
}
.labelcollection{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 20px auto;
	font-family: "MontserratLight"; 
	color: #999999;
	line-height: 1.7;
}
.labelcollection span{
	margin-right: 12px;
}
.labelcollection span:last-child{
	margin-right: 0px;
}
.labelcollection span img{
	display: inline-block;
	margin-right: 6px;
}
.mainBlog .arrowBox{
	position: absolute;
	left: 55%;
	bottom: 110px;
	width: 100px;
}
.mainBlog .swiper-button-next, 
.mainBlog .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 43px;
    height: 43px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}
.mainBlog .swiper-button-next, 
.mainBlog .swiper-container-rtl .swiper-button-prev {
    background-image: url(/static/default/assets/img/icon19.png);
    right: 0;
    left: auto;
}
.mainBlog .swiper-button-prev, 
.mainBlog .swiper-container-rtl .swiper-button-next {
    background-image: url(/static/default/assets/img/icon18.png);
    left: 0;
    right: auto;
}
.mainBlog .box{
	margin-top: 60px;
}
.mainBlog .box ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 40px;
}
.mainBlog .box ul li{
	width: 31.66666%;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
}
.mainBlog .box ul li:nth-child(3n){
	margin-right: 0;
}
.mainBlog .box ul li .btn a{
	display: inline-block;
	padding: 0px 18px;
	height: 38px;
	line-height: 36px;
	border-radius: 19px;
	text-align: center;
	font-family: "MontserratLight";
	color: #333333;
	font-size: 14px;
	transition: all 0.3s;
	background: transparent;
	border: #333333 solid 1px;
}
.mainBlog .box ul li .btn a:hover{
	color: #FFFFFF;
	/*background: #333333;*/
	border: #0065ed solid 1px;
    background-color: #0065ed;
}
.mainBlog .box ul li .btn a i{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	font-style: normal;
	font-size: 16px;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.mainBlog .box ul li .btn a:hover i{
	-webkit-transform: translate3d(4px,0,0);
    transform: translate3d(4px,0,0);
}

.page{
    width: 100%;
    text-align: center;
}
.page-list{
	text-align: center;
	font-size: 0;
}
.page-list a{
	display: inline-block;
	vertical-align: top;
   	padding: 0px 12px;
   	min-width: 60px;
   	height: 60px;
   	line-height: 58px;
	margin-bottom: 5px;
	margin-right: 20px;
    text-align: center;
    font-family: "MontserratLight"; 
    font-size: 16px;
    color: #666666;
    border-radius: 50%;
    border: #e8e8e8 solid 1px;
    overflow: hidden;
	box-sizing: border-box;
	transition: all 0.3s;
}
.page-list a:last-child{
	margin-right: 0;
}
.page-list a.fyprev{
	background: url(/static/default/assets/img/icon25.png) center no-repeat;
}
.page-list a.fynext{
	background: url(/static/default/assets/img/icon26.png) center no-repeat;
}
/*.page-list a.fyprev:hover{
	background: #000000 url(/static/default/assets/img/icon25a.png) center no-repeat;
}
.page-list a.fynext:hover{
	background: #000000 url(/static/default/assets/img/icon26a.png) center no-repeat;
}*/
.page-list a.fyprev:hover{
	background: #0065ed url(/static/default/assets/img/icon25a.png) center no-repeat;
}
.page-list a.fynext:hover{
	background: #0065ed url(/static/default/assets/img/icon26a.png) center no-repeat;
}
.page-list a:hover,
.page-list a.on{
    color: #ffffff;
    /*border: #000000 solid 1px;
    background-color: #000000;*/
   	border: #0065ed solid 1px;
    background-color: #0065ed;
}

.upbarBox .wrap{
	position: relative;
}
.upbarBox .wrap .imgBox{
	width: 100%;
	overflow: hidden;
}
.upbarBox .wrap .imgBox img{
	width: 100%;
}
.upbarBox .wrap .comwidth{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.upbarBox .part_pnt .comwidth{
	display: flex;
	justify-content: flex-end;
}
.upbarBox .part_tt .comwidth{
	display: flex;
	justify-content: flex-start;
}
.upbarBox .wrap .text .t1{
	font-family: "MontserratBold"; 
	color: #ffffff;
	margin-bottom: 10px;
}
.upbarBox .wrap .text .t2{
	font-family: "MontserratMedium"; 
	color: #00c7fd;
	margin-bottom: 20px;
}
.upbarBox .wrap .text .t3{
	font-family: "MontserratLight"; 
	color: #ffffff;
	line-height: 2;
	margin-bottom: 30px;
}
.upbarBox .wrap .text .btn a{
	display: inline-block;
	padding: 0px 18px;
	height: 37px;
	line-height: 35px;
	border-radius: 19px;
	text-align: center;
	font-family: "MontserratLight";
	color: #FFFFFF;
	font-size: 14px;
	transition: all 0.3s;
	background: transparent;
	border: #FFFFFF solid 1px;
}
.upbarBox .wrap .text .btn a:hover{
	/*color: #000000;
	background: #FFFFFF;*/
	color: #FFFFFF !important;
	background: #0065ed !important;
	border: #0065ed solid 1px !important;
}
.upbarBox .wrap .text .btn a i{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	font-style: normal;
	font-size: 16px;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.upbarBox .wrap .text .btn a:hover i{
	-webkit-transform: translate3d(4px,0,0);
    transform: translate3d(4px,0,0);
}



.pro_navpic{overflow:hidden;padding:100px 0 80px;}
.pro_navpic ul{ display: grid; grid-template-columns: repeat(5,1fr); gap: 20px; }
.pro_navpic ul li{
	position: relative;
	overflow: hidden;border-radius:12px;
}

.pro_navpic ul li .mask{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: url(/static/default/assets/img/img17.png) center no-repeat;
	background-size: 100% auto;
	transition: all 0.5s;
}
.pro_navpic ul li:hover .mask{
	background: url(/static/default/assets/img/img16.png) center no-repeat;
	background-size: 100% auto;
}
.pro_navpic ul li .img{ border-radius:12px;
	width: 100%;
	overflow: hidden;
}
.pro_navpic ul li .img img{
	width: 100%;
	-webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}
.pro_navpic ul li:hover .img img{
   	transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.pro_navpic ul li .text{
	position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 3;
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    padding: 0 7.5%;
    overflow: hidden;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.pro_navpic ul li:hover .text{
	bottom: 20px;
	height: auto;
}
.pro_navpic ul li .text .t1{
	font-family: "MontserratRegular";
	color: #FFFFFF;
	margin-bottom: 10px;
}
.pro_navpic ul li .text .t2{
	font-family: "MontserratLight";
	color: #ffffff;
	line-height: 1.7;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.pro_navpic ul li:hover .text .t2{
	opacity: 1;
}


.prolist{padding:60px 0;}
.prolist ul{ display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; }
.prolist li{overflow:hidden;padding:40px 40px 40px 40px;background:#f8f8f8;}
.prolist li .imgbox{width: 100%;overflow: hidden;box-sizing: border-box;}
.prolist li .imgbox img{width: 100%;-webkit-transition: all 0.5s;transition: all 0.5s;}
.prolist li .txtbox{overflow:hidden;padding-top:8%;}
.prolist li .t1{font-size:24px;color:#333;font-family: "MontserratMedium";padding-top:8px; }
.prolist li .t2{font-size:16px;color:#333;font-family: "MontserratMedium"; padding:5px 0 0 0;}
.prolist li .t3{font-size:14px;color:#666;line-height:1.3; font-family:Arial, Helvetica, sans-serif;padding-top:5px;}
.prolist li:hover .imgbox img{	-webkit-transform: scale(1.06);transform: scale(1.06);}
.prolist li:hover .t1{color:#d60000;}

.pronav{overflow:hidden;padding-top:30px;}
.pronav ul{
	display: flex;
	margin-bottom: 0px;
	flex-wrap: wrap;
}
.pronav  li{
	margin-right: 30px;
	margin-bottom: 15px;
	color: #333333;
	font-size: 18px;
	line-height: 1.5;
}
.pronav  li:last-child{
	margin-right: 0;
}
.pronav li span{
	cursor: pointer;
}
.pronav  li .on{color: #0072c5;}
.pronav  li a:hover{color: #0072c5;}

.productList{
	padding-top: 100px;
	padding-bottom: 130px;
}
.productList ul{
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
}
.productList ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;display: flex;
	justify-content: space-between; display: flex;
}
.productList ul li:nth-child(3n){
	margin-right: 0;
}
.productList ul li a{
	display: block;
	width: 100%;
	background-color: #f8f8f8;
	padding: 50px 0px;
}
.productList ul li .imgBox{
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 30px 20px 0px;
}
.productList ul li .imgBox img{
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.productList ul li:hover .imgBox img{
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.productList ul li .text{
	text-align: center;
	color: #000000;
	font-family: "MontserratMedium"; 
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.productList ul li:hover .text{
	color: #0072c5;
}

.specification .box{
	display: flex;
	justify-content:space-between;
	align-items: stretch;
}
.specification .box .imgBox{
	width: 50%;
	overflow: hidden;
}
.specification .box .imgBox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.specification .box .text{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 50%;
	box-sizing: border-box;
	padding-left: calc((100% - 1600px) / 2);
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(/static/default/assets/img/img56.png) center no-repeat;
	background-size: cover;
}
.specification .box .txt{
	
}
.specification .box .text .t1{
	font-family: "MontserratBold"; 
	color: #000000;
	margin-bottom: 10px;
}
.specification .box .text .t2{
	font-family: "MontserratLight"; 
	color: rgba(51,51,51,0.8);
	line-height: 2;
	max-width: 600px;
	margin-bottom: 40px;
}
.specification .box .text .t3{
	font-family: "MontserratLight"; 
	color: #000000;
	line-height: 1.7;
}
.specification .box .text ul{
	display: inline-block;
}
.specification .box .text ul li{
	position: relative;
	padding-left: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: rgba(0,0,0,0.1) dashed 1px;
}
.specification .box .text ul li .dot{
	position: absolute;
	left: 0;
	top: 24px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #0674ca;
}

.colorOptions{
	padding-top: 120px;
	padding-bottom: 90px;
}
.colorOptions .wrap{
	max-width: 1650px;
	width: 90%;
	margin: auto;
}
.colorOptions .title{
	text-align: center;
	font-family: "MontserratBold"; 
	color: #000000;
	text-transform: uppercase;
}
.colorOptions ul{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}
.colorOptions ul li{
	width: 20%;
	margin-bottom: 25px;
}
.colorOptions ul li:nth-child(5n){
	margin-right: 0;
}
.colorOptions ul li a{
	position: relative;
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 15px;
	box-sizing: border-box;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.colorOptions ul li a:hover{
	transform: translateY(-10px);
}
.colorOptions ul li a .upper{
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.colorOptions ul li a:hover .upper{
	box-shadow: 0px 6px 35px rgba(0,0,0,0.12);
}
.colorOptions ul li .text{
	font-family: "MontserratRegular"; 
	color: #ffffff;
	text-align: center;
	padding-bottom: 30px;
}
.colorOptions ul li .imgBox{
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
}
.colorOptions ul li .imgBox img{
	max-width: 78.7%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.colorOptions ul li a:hover .imgBox img{
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.colorOptions ul li .ic{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 90px;
}
.colorOptions ul li .ic img{
	position: absolute;
	left: 100%;
	bottom: 60px;
	width: 50px;
	opacity: 0;
	-webkit-transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.colorOptions ul li:hover .ic img{
	left: 0;
	bottom: 0;
	width: 77.576%;
	opacity: 1;
}

.ListDisplay{
	padding-top: 64px;
	background: url(/static/default/assets/img/img68.png) top center repeat-x;
	background-size: auto 64px;
}
.ListDisplay .item{
	position: relative;
	background: #f8f8f8;
	overflow: hidden;
}
.ListDisplay .item .text,
.ListDisplay .item .imgBox{
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.ListDisplay .item:nth-child(even) .imgBox{
	float: right;
}
.ListDisplay .item .imgBox img{
	width: 100%;
}
.ListDisplay .item .text{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.ListDisplay .item:nth-child(even) .text{
	right: auto;
	left: 0;
}
.ListDisplay .item .text:nth-child(odd){
	padding-left: 8%;
	padding-right: calc((100% - 1600px) / 2);
}
.ListDisplay .item .text:nth-child(even){
	padding-right: 8%;
	padding-left: calc((100% - 1600px) / 2);
}
.ListDisplay .item .text .t1{
	color: #000000;
	font-family: "MontserratBold";
	line-height: 1.1;
	margin-bottom: 30px;
}
.ListDisplay .item .text .t2{
	color: rgba(51,51,5,0.8);
	font-family: "MontserratLight"; 
	line-height: 1.7;
}
.ListDisplay .item .text .t3{
	color: #00c7fd;
	font-family: "MontserratMedium"; 
	margin-bottom: 20px;
}
.pbg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.mbg{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.feature .item{
	position: relative;
}
.feature .item1{
	padding-top: 110px;
	padding-bottom: 40px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.feature .title{
	text-align: center;
	color: #000000;
	font-family: "MontserratBold";
}
.feature .text .t1{
	color: #000000;
	font-family: "MontserratBold";
	margin-bottom: 20px;
}
.feature .text .t2{
	line-height: 1.7;
	color: #666666;
	font-family: "MontserratLight";
	margin-top: 10px;
}
.feature .box{
	position: relative;
	overflow: hidden;
}
.feature .item1 .text{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 50%;
	padding-left: 100px;
	box-sizing: border-box;
}
.feature .item1 .imgBox{
	float: left;
	width: 50%;
	overflow: hidden;
	text-align: center;
}
.feature .item1 .imgBox img{
	max-width: 100%;
}

.feature .item2{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.feature .item2 .box{
	padding-top: 180px;
}
.feature .item2 .text{
	position: absolute;
	left: 0;
	top: 45%;
	transform: translateY(-50%);
	width: 50%;
	padding-left: 100px;
	box-sizing: border-box;
}
.feature .item2 .imgBox{
	position: relative;
	float: right;
	width: 50%;
	overflow: hidden;
	text-align: center;
}
.feature .item2 .imgBox img{
	max-width: 100%;
}
.feature .item2 .imgBox .bg{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}
.feature .item2 .imgBox .bg img{
	max-width: 100%;
}

.feature .item3{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.feature .item3 .box{
	padding-top: 180px;
	padding-bottom: 90px;
}
.feature .item3 .text{
	position: absolute;
	right: 0;
	top: 50%;
	width: 50%;
	transform: translateY(-50%);
	padding-left: 100px;
	box-sizing: border-box;
}
.feature .item3 .imgBox{
	position: relative;
	float: left;
	width: 50%;
	overflow: hidden;
	text-align: center;
}
.feature .item3 .imgBox img{
	max-width: 100%;
}

.feature .item4{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.feature .item4 .box{
	padding-top: 180px;
}
.feature .item4 .text{
	position: absolute;
	left: 0;
	top: 50%;
	width: 50%;
	transform: translateY(-50%);
	padding-left: 100px;
	box-sizing: border-box;
}
.feature .item4 .text .t1{
	color: #FFFFFF;
}
.feature .item4 .text .t2{
	color: #FFFFFF;
	margin-top: 30px;
}
.feature .item4 .imgBox{
	position: relative;
	float: right;
	width: 50%;
	overflow: hidden;
	text-align: center;
}
.feature .item4 .imgBox img{
	max-width: 100%;
}

.feature .section{
	position: relative;
}
.feature .section .imgBox{
	width: 100%;
	overflow: hidden;
}
.feature .section .imgBox img{
	width: 100%;
}
.feature .section .title{
	position: absolute;
	left: 50%;
	top: 120px;
	transform: translateX(-50%);
	text-align: center;
	color: #000000;
	font-family: "MontserratBold";
}
.feature .section .textBox{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	color: #000000;
	font-family: "MontserratBold";
}
.feature .section .textBox.white{
	color: #FFFFFF;
}
.feature .section .textBox .txt{
	width: 50%;
	text-align: left;
	padding-left: 6%;
	padding-right: 6%;
	box-sizing: border-box;
}
.feature .section1 .textBox,
.feature .section3 .textBox{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.feature .section .textBox .t2{
	opacity: 0.5;
	margin-top: 20px;
	line-height: 1.7;
	font-family: "MontserratLight";
}
.feature .section .textBox.white .t2{
	opacity: 1;
}
.feature .section2 .textBox{
	top: 18%;
    transform: translate(-50%,0%);
}



#dowebok .section .pagebg{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
#dowebok .section .pagebg.none{
	display: none;
}
/*@media only screen and (min-width: 1025px){
	.section .pagebg {
		-o-transform: scale(1.2, 1.2);
		-ms-transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		-webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
		-o-transition: ease 2s;
		-ms-transition: ease 2s;
		-moz-transition: ease 2s;
		-webkit-transition: ease 2s;
		transition: ease 2s;
	}
	.section.active .pagebg {
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}*/

.introduce{
}
.introduce_li{
	position: relative;
}
.introduce_li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,114,197,0.2);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.introduce_li:hover:before{
	background: rgba(0,114,197,0.8);
}
.introduce_li .img{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	/*padding-bottom: 121.875%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;*/
}
.introduce_li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.introduce_li .text{
	position: absolute;
    left: 0;
    top: 88%;
    width: 100%;
    text-align: center;
    z-index: 5;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.introduce_li:hover .text{
	/*bottom: auto;*/
	top: 50%;
	transform: translateY(-50%);
}
.introduce_li .text .tit{
	margin-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: "MontserratMedium";
	color: #ffffff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;    
	text-overflow:ellipsis;    
	white-space: nowrap;
}
.introduce_li:hover .text .tit{
	overflow: inherit;
	white-space: normal;
}
.introduce_li .text .line{
	margin: 30px auto;
	width: 70px;
	height: 3px;
	background-color: #FFFFFF;
	opacity: 0;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.introduce_li:hover .text .line{
	opacity: 1;
}
.introduce_li .text .subtit{
	position: relative;
    padding-left: 15.6%;
	padding-right: 15.6%;
    font-family: "MontserratLight";
	color: #ffffff;
	line-height: 1.7;
	opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.introduce_li:hover .text .subtit{
	opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.mission{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.mission:before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/static/default/assets/img/img86.png) center no-repeat;
	background-size: cover;
}
.mission .imgBox{
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.mission .imgBox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mission .text{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 50%;
	padding-left: 8.8%;
	padding-right: calc((100% - 1600px) / 2);
	box-sizing: border-box;
}
.mission .text .t1{
	font-family: "MontserratBold";
	color: #000000;
	margin-bottom: 30px;
}
.mission .text .t2{
	font-family: "MontserratLight";
	color: rgba(51,51,51,0.8);
	line-height: 1.7;
}


.history{
}
.history .title{
	text-align: center;
	font-family: "MontserratMedium";
	color: #ffffff;
}
.history .box{
	position: relative;
	margin-top: 110px;
	padding: 0px 60px;
	box-sizing: border-box;
}
.history .box:before{
	content: '';
	position: absolute;
	left: 0;
	top: 64px;
	width: 100%;
	height: 1px;
	background: #FFFFFF;
}
.history .swiper-wrapper{
	display: flex;
	align-items: stretch;
}
.history .swiper-slide{
	height: auto;
}
.history .swiper-slide .slideBox{
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 100%;
	padding-left: 60px;
	padding-right: 60px;
	box-sizing: border-box;
}
.history .swiper-slide .time{
	color: rgba(255,255,255,0.6);
	font-family: "MontserratBold";
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.history .swiper-slide:hover .time,
.history .swiper-slide-active .time{
	color: #FFFFFF;
}
.history .swiper-slide .drop{
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #FFFFFF;
	margin-top: 25px;
	margin-bottom: 20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.history .swiper-slide-active .drop,
.history .swiper-slide:hover .drop{
	background-color: #00c7fd;
}
.history .swiper-slide .txt{
	font-family: "MontserratLight"; 
	color: rgba(255,255,255,0.6);
	line-height: 1.7;
	margin-bottom: 30px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.history .swiper-slide-active .txt,
.history .swiper-slide:hover .txt{
	color: #FFFFFF;
}
.history .swiper-slide .img{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.history .swiper-slide .img:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.history .swiper-slide-active .img:before,
.history .swiper-slide:hover .img:before{
	background: transparent;
}
.history .swiper-slide .img img{
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.history .swiper-slide:hover .img img{
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.history .swiper-button-next, 
.history .swiper-button-prev{
    position: absolute;
    top: 42px;
    width: 44px;
    height: 44px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 8px 11px;
    -webkit-background-size: 8px 11px;
    background-size: 8px 11px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    border-radius: 50%;
}
.history .swiper-button-next, 
.history .swiper-container-rtl .swiper-button-prev {
    background-image: url(/static/default/assets/img/icon28a.png);
    right: 0;
    left: auto;
}
.history .swiper-button-prev, 
.history .swiper-container-rtl .swiper-button-next {
    background-image: url(/static/default/assets/img/icon27a.png);
    left: 0;
    right: auto;
}
.history .swiper-button-next.swiper-button-disabled{
	opacity: 1;
	background-image: url(/static/default/assets/img/icon28.png);
}
.history .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background-image: url(/static/default/assets/img/icon27.png);
}

.design{
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.design .text{
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: center;
	flex-wrap: wrap;
	width: 50%;
	padding-left: calc((100% - 1600px) / 2);
	padding-right: 8.8%;
	box-sizing: border-box;
	background: url(/static/default/assets/img/img91.png) center no-repeat;
	background-size: cover;
}
.design .text .t1{
	font-family: "MontserratBold";
	color: #000000;
	margin-bottom: 30px;
}
.design .text .t2{
	font-family: "MontserratLight";
	color: rgba(51,51,51,0.8);
	line-height: 1.7;
}
.design .imgBox{
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.design .imgBox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#fp-nav{
	display: none;
}
.acotBox,
.acotBox .swiper-container{
	height: 100vh;
}
.acotBox .swiper-slide{
	position: relative;
}
.acotBox .comwidth{ 
	position: absolute;
	left: 50%;
	top: 25%;
	transform: translateX(-50%);
}
.acotBox .comwidth .text1{color:#FFF}
.acotBox .img{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.acotBox .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.acotBox .text1{
	max-width: 560px;
	width: 100%;
}
.acotBox .text1 .t1-1{
	font-family: "MontserratBold";
	color: #ffffff;
	margin-bottom: 30px;
}
.acotBox .text .t2-1{
	font-family: "MontserratLight";
	color: #ffffff;
	line-height: 1.8;
}
.acotBox .swiper-pagination-bullet{
	width: 50px;
	height: 2px;
	background: rgba(255,255,255,0.3);
	border: none;
	border-radius: 0;
	opacity: 1;
}
.acotBox .swiper-pagination-bullet-active{
	background: rgba(255,255,255,1);
}
.acotBox .swiper-container-horizontal>.swiper-pagination-bullets, 
.acotBox .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 30px;
}
.acotBox .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0px 6px;
}


.reviews{
	padding-top: 100px;
	padding-bottom: 130px;
}
.reviews ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.reviews ul li{
	width: 31.66666%;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
	cursor: pointer;
}
.reviews ul li:nth-child(3n){
	margin-right: 0;
}
.reviews ul li .imgBox{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.reviews ul li .imgBox .img img{
	width: 100%;
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.reviews ul li .imgBox .icon{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 46px;
	height: 46px;
	background: url(/static/default/assets/img/icon17.png) center no-repeat;
	background-size: 100% auto;
}
.reviews ul li .imgBox:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}
.reviews ul li .text{
	text-align: center;
	font-family: "MontserratLight";
	color: #000000;
	line-height: 1.7;
	padding: 18px;
	box-sizing: border-box;
}
/**/
.bigPicLayer {
	display: none;
	max-width: 1200px;
	width: 90%;
	height: 675px;
	position: fixed;
	z-index: 17;
	top: 40% !important;
	margin-top: -180px;
	padding: 10px;
}
.bigPicLayer .close {
	display: block;
	width: 38px;
	height: 38px;
	background: url(/static/default/assets/img/closebtn.png) no-repeat;
	right: -50px;
	top: -50px;
	position: relative;
	position: absolute;
	z-index: 12;
}
.bigPicLayer .close em {
	width: 1px;
	height: 50px;
	background: #009690;
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -0.5px;
	top: 100%;
}
.bigPicLayer .imgDiv {
	text-align: center;
}
.bigPicLayer .imgDiv img {
	width: 100%;
}
.bigPicLayer .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%;
}
#Layer1 {
	position: fixed;
	z-index: 9;
	background: #000000;
	top: 0;
	left: 0;
	width: 100% !important;
}
/*.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;
}*/

.profile_title{
	font-family: "MontserratMedium";
	color: #000000;padding-top:60px;
}
.profile_idea_box{display: flex;height: 380px;margin:40px 0 80px;}
.profile_idea_item{width: 33.33%;height: 100%;margin-right: 20px;padding: 40px;box-sizing: border-box;position: relative;cursor: pointer;transition: all linear 500ms;}
.profile_idea_item:last-child{margin-right: 0px;}
.profile_idea_item .bg{width: 100%;height: 100%; position: absolute;top: 0;left: 0px;z-index: 0;transition: all linear 320ms;}
.profile_idea_item .bg img{width: 100%;height: 100%;display: block;position: absolute;left: 0px;top: 0px;object-fit: cover;transition: all linear 320ms; }
.profile_idea_item .bg .bg1{opacity: 1;}
.profile_idea_item .bg .bg2{opacity: 0;}

.profile_idea_item .bg{width: 100%;height: 100%;display: block;position: absolute;top: 0px;left: 0px;z-index: 0;}

.profile_idea_item .box{width: 100%;height: 100%;position: relative;z-index:1;}
.profile_idea_item .slogan{width: 100%;position: absolute;bottom: 0px;font-size: 17px;line-height: 30px;color: #333;transition: all linear 320ms;}
.profile_idea_item .top_box{display: flex;align-items: center;}
.profile_idea_item .title{font-size: 26px;color: #0e65b6;line-height: 32px;transition: all linear 320ms;}
.profile_idea_item .icon{width: 75px;height: 75px;position: relative;overflow: hidden;margin-right: 25px;}
.profile_idea_item .icon img{width: 100%;height: 100%;display: block;position: absolute;top: 0px;left: 0px;transition: all linear 320ms;}
.profile_idea_item .icon .icon1{opacity: 1;z-index: 1;}
.profile_idea_item .icon .icon2{opacity: 0;z-index: 0;}

.profile_idea_item.on .bg .bg2{opacity: 1;}
.profile_idea_item.on {width: 780px;}
.profile_idea_item.on .icon .icon1{opacity: 0;z-index: 0;}
.profile_idea_item.on .icon .icon2{opacity: 1;z-index: 1;}
.profile_idea_item.on .bg .bg1{opacity: 0;}
.profile_idea_item.on .title{color: #fff;}
.profile_idea_item.on .slogan{color: #fff;}

.wenhua_list{overflow:hidden;margin-top:20px;}
.wenhua_list ul{display:grid;grid-template-columns: repeat(1,1fr);gap:10px}
.wenhua_list li{background:#f6f6f6;text-align:center;padding:40px 20px;}
.wenhua_list li .icon{width:64px;height:auto;margin:0 auto;}
.wenhua_list li .icon img{width:100%;}
.wenhua_list li .title{font-size:22px;color:#333;padding:15px 0 15px;}
.wenhua_list li p{font-size:15px;color:#666;line-height:1.31}


@media (min-width:648px) and (max-width:3840px) {
.wenhua_list{display:none;}
}


@media screen and (max-width: 1440px) {
	.bigPicLayer {
		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 {
		left: 50% !important;
		margin-left: -300px;
		box-sizing: border-box;
	}
	.bigPicLayer .imgDiv {
		height: 169px;
	}
}
@media only screen and (max-width: 767px){
	.bigPicLayer {
		display: none;
		position: fixed;
		width: 94%;
		height: auto;
		margin-left: 0px;
		top: 35% !important;
		left: 3% !important;
		z-index: 17;
	}
	
	.bigPicLayer .close {
		display: block;
		width: 40px;
		height: 40px;
		right: 0;
		top: -15%;
		position: absolute;
		background-size: cover;
		z-index: 10;
	}
.pro_navpic ul{ display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.pronav{display:none;}
.prolist ul{ display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.prolist li{overflow:hidden;padding:20px 20px 20px 20px;background:#f8f8f8;}
.prolist li .t1{font-size:18px;color:#333;font-family: "MontserratMedium";padding-top:8px; }
.prolist li .t2{font-size:14px;color:#333;font-family: "MontserratMedium"; padding:5px 0 0 0;}
.prolist li .t3{font-size:12px;color:#666;line-height:1.3; font-family:Arial, Helvetica, sans-serif;padding-top:5px;}



}
@media only screen and (max-width: 480px){
	.bigPicLayer .close {
		width: 36px;
		height: 36px;
	}
	
}


.news{
	padding-top:50px;
	padding-bottom: 80px;
	border-top: 1px solid #e5e5e5;
}
.news .box{
	overflow: hidden;
}
.news .largeImage{
	position: relative;
	float: left;
	width: 68.75%;
}
.news .miniImage{
	position: relative;
	float: right;
	width: 28.75%;
}
.news .box a{
	position: relative;
	display: block;
	width: 100%;
}
.news .largeImage .imgBox a:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url(/static/default/assets/img/img106.png) center bottom no-repeat;
	background-size: 100% auto;
}
.news .miniImage .imgBox a:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url(/static/default/assets/img/img108.png) center bottom no-repeat;
	background-size: 100% auto;
}
.news .box .imgBox{
	width: 100%;
	overflow: hidden;
}
.news .box .imgBox img{
	width: 100%;
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.news .miniImage:hover .imgBox img,
.news .box .swiper-slide:hover .imgBox img,
.news .newList ul li:hover .imgBox img{
	-webkit-transform: scale(1);
	transform: scale(1);
}
.news .box .text{
	position: absolute;
	left: 0px;
	bottom: 32px;
	z-index: 2;
	max-width: 780px;
	width: 100%;
	box-sizing: border-box;
	padding: 0px 36px;
}
.news .largeImage .text{
	width: 85%;
}
.news .box .text .t1 a{
	font-family: "MontserratMedium";
	color: #FFFFFF;
	margin-bottom: 15px;
}
.news .box .text .t2{
	font-family: "MontserratLight";
	color: rgba(255,255,255,0.6);
	line-height: 1.7;
	height: 48px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news .largeImage .swiper-pagination{
	text-align: right;
}
.news .largeImage .swiper-container-horizontal>.swiper-pagination-bullets, 
.news .largeImage .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 32px;
	padding: 0px 36px;
	box-sizing: border-box;
}
.news .largeImage .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	opacity: 0.3;
	background-color: #FFFFFF;
}
.news .largeImage .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #FFFFFF;
}
.news .newList{
	padding-top: 80px;
}
.news .newList ul{
	padding-bottom: 40px;
}
.news .newList ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: #e5e5e5 solid 1px;
}
.news .newList ul li .imgBox{
	width: 35%;
	overflow: hidden;
}
.news .newList ul li .imgBox .img{
	position: relative;
	padding-bottom: 64.28571428571429%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.news .newList ul li:hover .imgBox .img{
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.news .newList ul li .imgBox a{
	display: block;
	width: 100%;
}
.news .newList ul li .imgBox .img img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*20230919*/
.news .newList ul li .text{
	width: 65%;
	padding-left: 3.75%;
	padding-right: 6%;
	box-sizing: border-box;
}
.news .newList ul{
	max-width: 1280px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.searchResult .news .newList ul li .text{
	width: 100%;
}
.news .newList ul li .text .t1{
	font-family: "MontserratMedium"; 
	color: #000000;
	margin-bottom: 15px;text-align:left;
}
.news .newList ul li .text .t1 a{
	display: block;
	width: 100%;
	white-space: nowrap;
  	text-overflow: ellipsis;
  	overflow: hidden;
}
.news .newList ul li .text .t2{
	font-family: "MontserratLight"; 
	color: #666666;
	line-height: 1.7;
	margin-top: 10px;
	margin-bottom: 30px;
	height: 72px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news .newList ul li .btn a{
	display: inline-block;
	padding: 0px 18px;
	height: 38px;
	line-height: 36px;
	border-radius: 19px;
	text-align: center;
	font-family: "MontserratLight";
	color: #333333;
	font-size: 14px;
	transition: all 0.3s;
	background: transparent;
	border: #333333 solid 1px;
}
.news .newList ul li .btn a:hover{
	color: #FFFFFF;
	/*background: #333333;*/
	background: #0065ed;
	border: #0065ed solid 1px;
}
.news .newList ul li .btn a i{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	font-style: normal;
	font-size: 16px;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.news .newList ul li .btn a:hover i{
	-webkit-transform: translate3d(4px,0,0);
    transform: translate3d(4px,0,0);
}
/**/
.newDetail{
	padding-top:80px;
	padding-bottom: 130px;
}
.newDetail .box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newDetail .box .left_w{
	float: left;
	width: 70.625%;
}
.newDetail .box .right_w{
	float: right;
	width: 20.625%;
}
.newDetail .box .right_w .tit_r{color:#000;}

.newDetail .box .title .t1{
	font-family: "MontserratMedium";
	color: #000000;
}
.newDetail .box .detailNav{
	/*display: none;*/
	display: inline-block;
	background: #f9f9f9;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 1px 1px #0000000d;
    margin-bottom: 1em;
    padding: 10px;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
}
.newDetail .box .detailNav a{
	font-family: "MontserratRegular";
	background: #f9f9f9;
    display: block;
    color: #000;
    line-height: 1.7;
    padding: 5px 0px;
}
.newDetail .box .content{
	padding: 30px 0px;
	font-family: "MontserratLight";
	color: #666666;
	font-size: 14px;
	line-height: 2;
}
.newDetail .box .content h2{
	font-family: "MontserratMedium";
	color: #000000;
	margin-bottom: 10px;
}
.newDetail .subtitle{
	color: #000000;
	font-family: "MontserratRegular";
	margin-bottom: 20px;
}
.newDetail .swiperImg .swiper-slide a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.newDetail .swiperImg .swiper-slide a img{
	width: 100%;
}
.newDetail .thumNew ul li{
	display: flex;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: #e5e5e5 solid 1px;
}
.newDetail .thumNew ul li .thumbnail{
	width: 33.3334%;
}
.newDetail .thumNew ul li .thumbnail a{
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 63.63636363636364%;
	overflow: hidden;
}
.newDetail .thumNew ul li .thumbnail img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/*background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.newDetail .thumNew ul li:hover .thumbnail img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.newDetail .thumNew ul li .text{
	width: 66.6666%;
	padding-left: 20px;
	box-sizing: border-box;
}
.newDetail .thumNew ul li .text .t1{
	margin-bottom: 5px;
	line-height: 1.5;
	color: #222222;
	font-family: "MontserratLight";
	height: 42px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newDetail .thumNew ul li .text .t2{
	color: #666666;
	font-family: "MontserratLight";
}
.expression{
	padding-top: 100px;
	padding-bottom: 130px;
}
.gridBox {
	width: 100%;
	list-style: none;
	padding: 0;
	overflow: hidden;
}

.gridBox li {
	display: block;
	float: left;
	width: 20%;
	padding: 10px;
	box-sizing: border-box;
	opacity: 0;
}
.gridBox li:nth-child(1),
.gridBox li:nth-child(3),
.gridBox li:nth-child(5){
	margin-top: 40px;
}
.gridBox li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
	opacity: 1;
}
.gridBox li a{
	position: relative;
	display: block;
	width: 100%;
}
.gridBox li a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.gridBox li:hover a:before{
	opacity: 0;
}
.gridBox li a img{
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.gridBox li:hover a img{
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.gridBox li a,
.gridBox li img {
	outline: none;
	border: none;
	display: block;
	max-width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

/* Effect 1: opacity */
.gridBox li.animate {
	-webkit-animation: fadeIn 0.65s ease forwards;
	animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
	0% { }
	100% { opacity: 1; }
}

@keyframes fadeIn {
	0% { }
	100% { opacity: 1; }
}



.InquiryForm{
	padding-top: 130px;
	padding-bottom: 130px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.contact .InquiryForm{
	background-color: #f9f9f9;
}
.InquiryForm .inquiry{
}
.InquiryForm .inquiry .txtli {
	margin-bottom: 25px;
}
.InquiryForm .inquiry .txtli .half {
	float: left;
	width: calc((100% - 30px) / 2);
	margin-right: 30px;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.InquiryForm .inquiry .txtli .half:nth-child(2n) {
	margin-right: 0;
}
.InquiryForm .inquiry .txtli .t1 {
	font-family: "MontserratLight"; 
	color: #999999;
}
.InquiryForm .inquiry .txtli .textli .t1 {
	width: 100%;
}
.InquiryForm .inquiry .txtli .t1 .must {
	display: inline-block;
	margin-left: 3px;
	color: #e54848;
}
.InquiryForm .inquiry .txtli .t2 {
	margin-bottom: 12px;
	margin-top: 12px;
	background-color: #FFFFFF;
	border: #e2e2e2 solid 1px;
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 18px;
}
.InquiryForm .inquiry .txtli .t2 select{
	display: block;
	width: 100%;
	font-family: "MontserratLight";
    color: #666666;
    font-size: 18px;
	line-height: 58px;
	height: 58px;
	padding-left: 20px;
	padding-right: 50px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	background: #ffffff url(/static/default/assets/img/icon29.png) center right 20px no-repeat;
	background-size: 10px auto;
	cursor:pointer;
    box-sizing: border-box;
    border: none;
}
.InquiryForm .inquiry .txtli .t2 input {
	width: 100%;
	font-family: "MontserratLight"; 
	color: #666666;
	font-size: 18px;
	height: 58px;
	line-height: 58px;
	border: none;
	background: none;
	outline: none;
	padding: 0px 20px;
	box-sizing: border-box;
}
.InquiryForm .inquiry .txtli textarea {
	width: 100%;
	min-height: 180px;
	padding: 25px 20px;
	resize: none;
	border: none;
	background: none;
	outline: none;
	font-family: "MontserratLight"; 
	color: #666666;
	box-sizing: border-box;
	font-size: 18px;
}
.InquiryForm .inquiry .txtli .t2 input::-webkit-input-placeholder,
.InquiryForm .inquiry .txtli textarea::-webkit-input-placeholder{
    color: #999999;
}
.InquiryForm .inquiry .txtli .t2 input::-moz-placeholder,
.InquiryForm .inquiry .txtli textarea::-moz-placeholder{ 
    color: #999999;
}
.InquiryForm .inquiry .txtli .t2 input:-moz-placeholder,
.InquiryForm .inquiry .txtli textarea:-moz-placeholder{ 
    color: #999999;
}
.InquiryForm .inquiry .txtli .t2 input:-ms-input-placeholder,
.InquiryForm .inquiry .txtli textarea:-ms-input-placeholder{
    color: #999999;
}
.InquiryForm .inquiry .btnBox{
	display: flex;
	align-items: center;
	margin-top: 40px;
	overflow: hidden;
}
.InquiryForm .inquiry .btn {
	width: 380px;
	text-align: center;
	background-color: #0072c5;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 10px;
	margin-right: 60px;
}
.InquiryForm .inquiry .btn input{
	width: 100%;
	height: 72px;
	line-height: 72px;
	font-family: "MontserratRegular"; 
	color: #ffffff;
	font-size: 20px;
	background: none;
	border: none;
	outline: none;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.InquiryForm .inquiry .btnBox .txt{
	flex: 1;
	color: #666666;
	font-size: 18px;
	line-height: 1.7;
	font-family: "MontserratLight"; 
}
.InquiryForm .inquiry .btnBox .txt span{
	color: #0072c5;
}

.faq{
	padding-top: 90px;
	padding-bottom: 120px;
}
.faq .item{
	margin-bottom: 70px;
}
.faq .item:last-child{
	margin-bottom: 0px;
}
.faq .title{
	font-family: "MontserratMedium"; 
	color: #000000;
	margin-bottom: 30px;
}
.faqList ul li{
	position: relative;
	padding: 0px 40px;
	margin-bottom: 20px;
	background-color: #f9f9f9;
}
.faqList ul li:before{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 4px;
	height: 0px;
	background: #0073c9;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.faqList ul li.on:before{
	height: 100%;
}
.faqList ul li .crosshead{
    position: relative;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "MontserratRegular"; 
    color: #000000;
    line-height: 1.7;
    box-sizing: border-box;
    transition: all 0.4s ease;
    cursor: pointer;
}
.faqList ul li.on .crosshead{
	color: #0072c5;
}
.faqList ul li .ic{
    position: absolute;
    top: 22px;
    right: 0;
    width: 24px;
    height: 24px;
    background: url(/static/default/assets/img/icon30.png) center no-repeat;
    background-size: 24px 24px;
}
.faqList ul li.on .ic{
    background: url(/static/default/assets/img/icon30a.png) center no-repeat;
    background-size: 24px 24px;
}
.faqList ul li .text {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #cccccc;
    font-family: "MontserratLight"; 
    color: #666666;
    font-size: 14px;
    line-height: 1.7;
}


.Global{
	padding-top: 100px;
	padding-bottom: 130px;
	background-color: #fcfdff;
}
.searchbox form{
	max-width: 600px;
	width: 90%;
	margin: auto;
	border-radius: 35px;
	overflow: hidden;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
	background-color: #FFFFFF;
}
.searchbox .inputText{
	float: left;
	width: calc(100% - 70px);
	font-family: "MontserratLight"; 
	color: #666666;
	font-size: 16px;
	height: 70px;
	line-height: 70px;
	border: none;
	background: url(/static/default/assets/img/icon31.png) left 35px center no-repeat;
	outline: none;
	padding-left: 70px;
	padding-right: 20px;
	box-sizing: border-box;
}
.searchbox .inputText::-webkit-input-placeholder{
    color: #cccccc;
}
.searchbox .inputText::-moz-placeholder{ 
    color: #cccccc;
}
.searchbox .inputText:-moz-placeholder{ 
    color: #cccccc;
}
.searchbox .inputText:-ms-input-placeholder{
    color: #cccccc;
}
.searchbox .inputBtn{
	width: 70px;
	color: #FFFFFF;
	font-size: 20px;
	height: 70px;
	line-height: 70px;
	border: none;
	background: #0072c5;
	outline: none;
	box-sizing: border-box;
	border-radius: 35px;
	text-transform: uppercase;
}

.Global .text{
	text-align: center;
	max-width: 1130px;
	margin: auto;
}
.Global .text .t1{
	color: #333;
	font-family: "MontserratMedium"; 
	margin-bottom: 20px;
}
.Global .GlobalImg{
	position: relative;
	margin-top: 60px;
}
.Global .GlobalImg .imgBox{
	width: 100%;
	overflow: hidden;
}
.Global .GlobalImg .imgBox img{
	width: 100%;
}
.Global .GlobalImg .aniText{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.Global .GlobalImg .aniText .txt{
	color: #000000;
	font-family: "MontserratLight"; 
	font-size: 14px;
}
.Global .GlobalImg .aniText ul li {
	position: absolute;
}
.Global .GlobalImg .aniText ul li.d1{
	left: 12%;
    top: 25%;
}
.Global .GlobalImg .aniText ul li.d2{
	left: 48%;
    top: 41%;
}
.Global .GlobalImg .aniText ul li.d3{
	right: 38%;
    top: 10%;
}
.Global .GlobalImg .aniText ul li.d4{
	right: 25%;
    top: 18%;
}
.Global .GlobalImg .aniText ul li .dotBox{
	position: relative;
	width: 35px;
	height: 35px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Global .GlobalImg .aniText ul li .dot{
	width: 9px;
	height: 9px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #0072c5;
	z-index: 2;
}
.Global .GlobalImg .aniText ul li .pulse{
	position: absolute;
	left: 0;
	top: 0;
	width: 35px;
	height: 35px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
	opacity: 0;
	-webkit-animation: warn 2s ease-out;
	-moz-animation: warn 2s ease-out;
	animation: warn 2s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background: rgba(0,114,197,0.2);
}
.Global .GlobalImg .aniText ul li .pulse1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 35px;
	height: 35px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
	opacity: 0;
	-webkit-animation: warn 2s ease-out;
	-moz-animation: warn 2s ease-out;
	animation: warn 2s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	animation-delay: 0.5s;
	background: rgba(0,114,197,0.2);
}
@keyframes warn {
	0% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.75;
	}
	25% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 1;
	}
	50% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
		opacity: 1;
	}
	75% {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 0.75;
	}
}

.Global .areaList{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 70px;
}
.Global .areaList .item{
	width: 46.25%;
	margin-right: 7.5%;
	margin-bottom: 40px;
}
.Global .areaList .item:nth-child(2n){
	margin-right: 0;
}
.Global .areaList .item .title{
	color: #000000;
	font-family: "MontserratMedium"; 
	padding-bottom: 25px;
	border-bottom: #e2e3e5 solid 1px;
	margin-bottom: 40px;
}
.Global .areaList .itemBox ul{
	display: flex;
	flex-wrap: wrap;
}
.Global .areaList .itemBox ul li{
	width: calc((100% - 80px) / 3);
	margin-right: 40px;
	margin-bottom: 20px;
}
.Global .areaList .itemBox ul li:nth-child(3n){
	margin-right: 0;
}
.Global .areaList .itemBox ul li .img{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	overflow: hidden;
	border: #e2e2e2 solid 1px;
	box-sizing: border-box;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.Global .areaList .itemBox ul li:hover .img{
	border: #000000 solid 1px;
}
.Global .areaList .itemBox ul li .img img{
	max-width: 100%;
}
.Global .areaList .itemBox ul li .text{
	color: #666666;
	font-family: "MontserratLight";
	font-size: 14px;
	padding: 15px 10px;
	box-sizing: border-box;
	text-align: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.Global .areaList .itemBox ul li .text a{
	color: #666666;
}
.Global .areaList .itemBox ul li:hover .text,
.Global .areaList .itemBox ul li:hover .text a{
	color: #000000;
}
.Global .stageBox ul{
	display: flex;
	margin-bottom: 25px;
	flex-wrap: wrap;
}
.Global .stageBox ul li{
	margin-right: 30px;
	margin-bottom: 15px;
	color: #333333;
	font-size: 18px;
	line-height: 1.5;
}
.Global .stageBox ul li:last-child{
	margin-right: 0;
}
.Global .stageBox ul li span{
	cursor: pointer;
}
.Global .stageBox ul li:hover,
.Global .stageBox ul li.on{
	color: #0072c5;
}
.Global .itemcell .itemBox{
	/*position: absolute;
	opacity: 0;
    visibility: hidden;
    pointer-events: none;*/
   display: none;
}
.Global .itemcell .itemBox.show{
	/*position: relative;
	opacity: 1;
    visibility: visible;
    pointer-events: auto;*/
   display: block;
}
/*.Global .itemcell .itemBox ul{
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: .5s ease-out;
    transition: .5s ease-out;
}
.Global .itemcell .itemBox.show ul{
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}*/

.download{
	padding-top: 100px;
	padding-bottom: 130px;
	background-color: #f7f8f9;
}
.download .box{
	margin-top: 60px;
}
.download .box ul{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	/*justify-content: space-between;*/
	overflow: hidden;
	margin-bottom: 40px;
}
.download .box ul li{
	float: left;
	width: calc((100% - 120px) / 4);
	margin-left: 15px;
	margin-right: 15px;
	/*width: calc((100% - 90px) / 4);
	margin-right: 30px;*/
	margin-bottom: 40px;
	text-align: center;
	background-color: #FFFFFF;
}
/*.download .box ul li:nth-child(4n){
	margin-right: 0;
}*/
.download .box ul li .imgBox{
	width: 100%;
	overflow: hidden;
	padding-top: 30px;
}
.download .box ul li .imgBox img{
	max-width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.download .box ul li:hover .imgBox img{
	-webkit-transform: scale(0.96);
	transform: scale(0.96);
}
.download .box ul li .text{
	font-family: "MontserratMedium"; 
	color: #000000;
	padding: 20px;
	box-sizing: border-box;
}
.download .box ul li .dlarea{
	padding: 0px 30px 15px;
	box-sizing: border-box;
}
.download .box ul li .dlarea a{
	display: flex;
	justify-content: space-between;
	color: #333333;
	font-family: "MontserratLight"; 
	line-height: 1.7;
	padding: 16px 0px;
	box-sizing: border-box;
	border-bottom: #e8e8e8 solid 1px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.download .box ul li .dlarea a:last-child{
	border-bottom: none;
}
.download .box ul li .dlarea a:hover{
	color: #0072c5;
}
.download .box ul li .dlarea a .txt{
	flex: 1;
	text-align: left;
}
.download .box ul li .dlarea a .icon{
	width: 30px;
	height: 27px;
	background: url(/static/default/assets/img/icon32.png) center no-repeat;
	background-size: 23px auto;
}
.download .box ul li .dlarea a .icon{
	width: 30px;
	height: 27px;
	background: url(/static/default/assets/img/icon32.png) center no-repeat;
	background-size: 23px auto;
}
.download .box ul li .dlarea a:hover .icon{
	background: url(/static/default/assets/img/icon32a.png) center no-repeat;
	background-size: 23px auto;
}

.verification{
	background-color: #f8f8f8;
}
.verification .box{
	padding-top: 100px;
	padding-bottom: 130px;
	background: #FFFFFF url(/static/default/assets/img/img125.png) center no-repeat;
	background-size: cover;
}
.verification .title{
	text-align: center;
	margin-bottom: 30px;
}
.verification .title .t1{
	font-family: "MontserratBold"; 
	color: #000000;
	margin-bottom: 10px;
}
.verification .title .t2{
	font-family: "MontserratLight"; 
	color: #666666;
}
.VerifyForm form{
	max-width: 600px;
	width: 90%;
	margin: auto;
	overflow: hidden;
	background-color: #FFFFFF;
}
.VerifyForm .inputText{
	float: left;
	width: calc(100% - 150px);
	font-family: "MontserratLight"; 
	color: #666666;
	font-size: 14px;
	height: 60px;
	line-height: 58px;
	border: none;
	background: none;
	outline: none;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	border: #e2e2e2 solid 1px;
	border-right: none;
}
.VerifyForm .inputText::-webkit-input-placeholder{
    color: #cccccc;
}
.VerifyForm .inputText::-moz-placeholder{ 
    color: #cccccc;
}
.VerifyForm .inputText:-moz-placeholder{ 
    color: #cccccc;
}
.VerifyForm .inputText:-ms-input-placeholder{
    color: #cccccc;
}
.VerifyForm .inputBtn{
	width: 150px;
	font-family: "MontserratLight"; 
	font-size: 16px;
	color: #ffffff;
	height: 60px;
	line-height: 60px;
	border: none;
	background: #0072c5;
	outline: none;
	box-sizing: border-box;
}
.verification .imgBox{
	max-width: 1142px;
	width: 100%;
	margin: 80px auto 0px;
	overflow: hidden;
}
.verification .imgBox img,
.verification .imgBox video{
	width: 100%;
}

.contactInfor{
	padding-top: 130px;
	padding-bottom: 130px;
	background: #ffffff url(/static/default/assets/img/img130.png) bottom center no-repeat;
	background-size: 100% auto;
}
.contactInfor ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.contactInfor ul li{
	width: 22%;
	margin-right: 4%;
	text-align: center;
}
.contactInfor ul li:nth-child(4n){
	margin-right: 0;
}
.contactInfor ul li .icon{
	width: 100%;
	overflow: hidden;
}
.contactInfor ul li .icon img{
	max-width: 45.5%;
}
.contactInfor ul li .text{
	margin-top: 25px;
}
.contactInfor ul li .text .t1{
	font-family: "MontserratMedium"; 
	color: #000000;
}
.contactInfor ul li .text .t2{
	font-family: "MontserratLight"; 
	color: #0072c5;
	line-height: 1.7;
	margin-top: 10px;
}

.compliance{
	position: relative;
	padding-top: 100px;
	padding-bottom: 130px;
	background-color: #ffffff;
	overflow: hidden;
}
/*.compliance #EffectCanvas{
	position: absolute !important;
}*/
.compliance #comCanvas{
	position: absolute;
	left: 0;
	top: 0;
	min-width: 100%;
	height: 100%;
	opacity: 0.15;
}
.compliance .box{
	position: relative;
}
.compliance ul{
	margin-bottom: 80px;
}
.compliance ul li{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 40px 0px;
}
.compliance ul li:last-child{
	border-bottom: #e5e5e5 solid 1px;
}
.compliance ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: #e5e5e5;
}
.compliance ul li:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 1px;
	background: #0072c5;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.compliance ul li:hover:after{
	width: 100%;
}
.compliance ul li a{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}
.compliance ul li .text{
	display: flex;
	width: 76.5%;
	padding-right: 5%;
	box-sizing: border-box;
	color: #000000;
	font-family: "MontserratRegular"; 
}
.compliance ul li .text .t1{
	width: 12%;
	padding-right: 20px;
	box-sizing: border-box;
}
.compliance ul li .text .t2{
	width: 88%;
}
.compliance ul li .text .t2 .sp{
	padding-left: 40px;
	box-sizing: border-box;
	background: url(/static/default/assets/img/icon34.png) top left no-repeat;
	background-size: 29px auto;
}
.compliance ul li .imgBox{
	position: relative;
	width: 23.5%;
}
.compliance ul li .imgBox a{
	position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    display: block;
    width: 100%;
    height: 100%;
}
.compliance ul li .imgBox:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,114,197,0.2) url(/static/default/assets/img/icon33.png) center no-repeat;
	background-size: 42px auto;
	opacity: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.compliance ul li:hover .imgBox:before{
	opacity: 1;
}
.compliance ul li .imgBox img{
	width: 100%;
}

@media only screen and (min-width: 1025px){
	#dowebok .section .pagebg {
		-o-transform: scale(1.2, 1.2);
		-ms-transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		-webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
		-o-transition: ease 2s;
		-ms-transition: ease 2s;
		-moz-transition: ease 2s;
		-webkit-transition: ease 2s;
		transition: ease 2s;
	}
	#dowebok .section.active .pagebg {
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	.obanner.aboutBanner .comwidth .t1,
	.obanner.aboutBanner .comwidth .t3,
	.obanner.aboutBanner .comwidth .t2{
		-moz-animation: DownMove 1s ease;
		-webkit-animation: DownMove 1s ease;
		animation: DownMove 1s ease;
	}
	@-moz-keyframes DownMove{
		0%{
			transform: translateY(100px);
			opacity: 0.5;
		}
		100%{
			transform: translateY(0px);
			opacity: 1;
		}
	}
	@-webkit-keyframes DownMove{
		0%{
			transform: translateY(100px);
			opacity: 0.5;
		}
		100%{
			transform: translateY(0px);
			opacity: 1;
		}
	}
	@keyframes DownMove{
		0%{
			transform: translateY(100px);
			opacity: 0.5;
		}
		100%{
			transform: translateY(0px);
			opacity: 1;
		}
	}
	.mission .text .t1,
	.mission .text .t2,
	.history .title,
	.history .box,
	.design .text .t1,
	.design .text .t2,
	.acotBox .text{
		opacity: 0;
		transform: translateY(300px);
		transition: all 1.2s ease;
	}
	#dowebok .section.active .mission .text .t1,
	#dowebok .section.active .mission .text .t2,
	#dowebok .section.active .history .title,
	#dowebok .section.active .history .box,
	#dowebok .section.active .design .text .t1,
	#dowebok .section.active .design .text .t2,
	#dowebok .section.active .acotBox .text{
		opacity: 1;
		transform: translateY(0);
	}
}
@media screen and (max-width: 1680px){
	
	/**/
	.com72{
		font-size: 64px;
	}
	.com70{
		font-size: 60px;
	}
	.com32{
		font-size: 30px;
	}
	.openBox .wrap .open_btn span{
		min-width: 150px;
		height: 50px;
    	line-height: 48px;
	}
	.lunbotu .swiper-button-next, .lunbotu .swiper-button-prev, .fresorBanner .swiper-button-next, .fresorBanner .swiper-button-prev{
		width: 70px;
	    height: 70px;
	    margin-top: -35px;
	}
	.moreBtn a{
		width: 150px;
		height: 50px;
    	line-height: 48px;
	}
	.i-banner .box .t2{
		margin-bottom: 40px;
	}
	/*20230801*/
	.header .nav ul li{
		margin-right: 40px;
	}
	.header .nav ul li a{
		font-size: 16px;
		/*padding: 32px 0px;*/
		padding-top: 32px;
		padding-bottom: 32px;
	}
	.header .nav ul li a h2{
		font-size: 16px;
	}
	.header .celltab ul li a{
		padding-top: 0px;
	}
	/**/
	/**/
	.index_product{
		padding-top: 100px;
	}
	.index_video{
		/*padding-top: 100px;*/
		padding-top: 50px;
	}
	.index_brand{
		padding-top: 100px;
		padding-bottom: 110px;
	}
	/**/
	.introduce_li .text{
		top: 85%;
	}
	.mission .text {
		padding-left: 5%;
		padding-right: 5%;
	}
	.design .text{
		padding-left: 5%;
		padding-right: 5%;
	}
	/**/
	.history .box{
		margin-top: 90px;
	}
	.history .swiper-slide .slideBox {
	    padding-left: 50px;
	    padding-right: 50px;
	}
	/**/
	.mainBlog .swiper-slide .text{
		padding-top: 50px;
	}
	.mainBlog .arrowBox{
		bottom: 70px;
	}
	.labelcollection{
		margin: 15px auto;
	}
	/**/
	.mainBlog .swiper-slide .text .t1 a{
		height: 74px;
	}
	/**/
	.specification .box .text{
		padding-left: 5%;
	}
	.ListDisplay .item .text:nth-child(odd){
		padding-right: 5%;
	}
	.ListDisplay .item .text:nth-child(odd){
		padding-left: 5%;
	}
	/**/
	.feature .section .title{
		top: 90px;
	}
	/**/
	.Global .stageBox ul li{
		margin-bottom: 10px;
	}
	/**/
	.index_brand .box ul li .text{
	    bottom: -40px;
	}
	.index_brand .box ul li:hover .text{
		bottom: 40px;
	}
}
@media screen and (max-width: 1440px){
	.header .logo a img{
		max-width: 200px;
	}
	.header .nav ul li{
		margin-right: 36px;
	}
	.header .navcell ul li{
		padding-right: 70px;
	}
	.productbanner .textTitle{
		top: 15%;
	}
	/**/
	/*.footer{
		padding-top: 90px;
	}
	.footer .footLogo{
		margin-bottom: 60px;
	}
	.footer .footLogo a img{
		max-width: 182px;
	}
	.footer .footNav{
		width: 64%;
	}
	.footer .footBot{
		margin-top: 50px;
		padding: 35px 0px;
	}*/
	.footer .footLogo a img{
		max-width: 182px;
	}
	.footer .footNav{
		width: 64%;
	}
	.footer .footBot{
		margin-top: 32px;
	}
	/**/
	.com72{
		font-size: 56px;
	}
	.com70{
		font-size: 54px;
	}
	.com50{
		font-size: 42px;
	}
	.com48{
		font-size: 40px;
	}
	.com38{
		font-size: 32px;
	}
	.com32{
		font-size: 28px;
	}
	.com28{
		font-size: 24px;
	}
	.com24{
		font-size: 20px;
	}
	.com20{
		font-size: 18px;
	}
	.com18{
		font-size: 16px;
	}
	.com16{
		font-size: 14px;
	}
	/**/
	.openBox .wrap .open_btn span{
		height: 46px;
    	line-height: 44px;
	}
	.lunbotu .swiper-button-next, .lunbotu .swiper-button-prev, .fresorBanner .swiper-button-next, .fresorBanner .swiper-button-prev{
		width: 60px;
	    height: 60px;
	    margin-top: -30px;
	}
	.moreBtn a{
		height: 44px;
    	line-height: 42px;
	}
	.i-banner .box .t2{
		margin-bottom: 30px;
	}
	/**/
	.index_product{
		padding-top: 80px;
	}
	.index_product .box .left_w{
		width: 52.45%;
	}
	.index_product .box .right_w{
		width: 43.5%;
	}
	.index_product .image-wrapper .text .btn span,
	.mainBlog .box ul li .btn a{
		height: 34px;
    	line-height: 32px
	}
	.index_video{
		/*padding-top: 80px;*/
		padding-top: 40px;
	}
	.index_brand{
		padding-top: 80px;
		padding-bottom: 100px;
	}
	/**/
	.introduce_li .text .line{
		margin: 25px auto;
	}
	.introduce_li .text .subtit{
		padding-left: 12%;
		padding-right: 12%;
	}
	/**/
	.history .box{
		margin-top: 80px;
	}
	.history .box:before{
		top: 55px;
	}
	.history .swiper-slide .slideBox{
		padding-left: 40px;
    	padding-right: 40px;
	}
	.history .swiper-slide .drop{
		margin-top: 20px;
	}
	.history .swiper-button-next, .history .swiper-button-prev{
		top: 34px;
	}
	/**/
	.mainBlog{
		padding-top: 90px;
    	padding-bottom: 110px;
	}
	.mainBlog .swiper-slide .text .t1 a{
		height: 68px;
	}
	.labelcollection span{
		margin-right: 8px;
	}
	.page-list a{
		min-width: 56px;
	    height: 56px;
	    line-height: 54px;
	}
	/**/
	.compliance{
		padding-top: 90px;
		padding-bottom: 110px;
	}
	.compliance ul li .text .t2 .sp{
		background: url(/static/default/assets/img/icon34.png) top left no-repeat;
	    background-size: 27px auto;
	}
	/**/
	.contactInfor{
		padding: 110px 0px;
	}
	.InquiryForm{
		padding: 110px 0px;
	}
	.InquiryForm .inquiry .txtli .t2 input,
	.InquiryForm .inquiry .txtli .t2 select{
		height: 54px;
		line-height: 54px;
		font-size: 16px;
	}
	.InquiryForm .inquiry .txtli textarea,
	.InquiryForm .inquiry .btnBox .txt{
		font-size: 16px;
	}
	.InquiryForm .inquiry .btn input{
		height: 68px;
		line-height: 68px;
		font-size: 18px;
	}
	/**/
	.download{
		padding-top: 80px;
    	padding-bottom: 100px;
	}
	/**/
	.expression {
	    padding-top: 80px;
	    padding-bottom: 100px;
	}
	/**/
	.faq{
		padding-top: 80px;
		padding-bottom: 100px;
	}
	/**/
	.fresorBanner .text .ic img,
	.fresor .text .ic img{
		max-height: 50px;
	}
	.fresor .solution{
		padding-top: 110px;
    	padding-bottom: 110px;
	}
	.fresor .solution .text{
		top: 100px;
	}
	.fresor .series .gallery-thumbs ul li .img img{
		max-height: 40px;
	}
	.fresor .series .hd-content{
		margin-top: 60px;
	}
	.fresor .series .hd-slide-list{
		margin-top: 60px;
	}
	.about_fresor {
	    padding-top: 120px;
	    padding-bottom: 120px;
	}
	.about_fresor .box .swiper-slide:nth-child(odd){
		margin-top: 120px;
	}
	/**/
	.Global{
		padding-top: 90px;
    	padding-bottom: 100px;
	}
	.Global .areaList{
		margin-top: 60px;
	}
	/*.Global .areaList .itemBox ul li{
		width: calc((100% - 60px) / 4);
		margin-right: 20px;
		margin-bottom: 15px;
	}
	.Global .areaList .itemBox ul li:nth-child(4n){
		margin-right: 0;
	}*/
	.Global .areaList .itemBox ul li .text{
		padding: 10px;
	}
	/**/
	.news {
	    padding-top: 80px;
	    padding-bottom: 110px;
	}
	.news .newList{
		padding-top: 70px;
	}
	.news .newList ul li{
		padding-bottom: 35px;
    	margin-bottom: 35px;
	}
	/**/
	.newDetail{
		padding-top: 90px;
		padding-bottom: 100px;
	}
	.newDetail .box .left_w{
		width: 70%;
	}
	.newDetail .box .right_w{
		width: 24%;
	}
	/**/
	.productList {
	    padding-top: 80px;
	    padding-bottom: 110px;
	}
	.productList ul li a{
		padding: 20px 0px 40px;
	}
	/**/
	.colorOptions {
	    padding-top: 90px;
	    padding-bottom: 60px;
	}
	.specification .box .text .t2{
		margin-bottom: 20px;
	}
	.specification .box .text ul li{
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.specification .box .text ul li .dot{
		top: 20px;
	}
	.feature .item2 .box{
		padding-top: 150px;
	}
	.feature .item2 .text{
		top: 35%;
	}
	.specification .box .text .t1,
	.colorOptions .title,
	.ListDisplay .item .text .t1,
	.feature .title .com70,
	.feature .text .t1,
	.feature .section .textBox .com70{
		font-size: 44px;
	}
	.ListDisplay .item .text .t1{
		margin-bottom: 20px;
	}
	.ListDisplay .item .text .t3{
		margin-bottom: 10px;
	}
	.feature .text .t1{
		margin-bottom: 10px;
	}
	/**/
	.reviews{
		padding-top: 80px;
    	padding-bottom: 110px;
	}
	.verification .box{
		padding-top: 80px;
    	padding-bottom: 110px;
	}
	.verification .imgBox{
		margin-top: 70px;
	}
	/**/
	.feature .section .title{
		top: 80px;
	}
	.feature .section2 .textBox{
		top: 15%;
	}
}
@media screen and (max-width: 1366px){
	.header .navcell ul li{
		padding-right: 60px;
	}
	.mainBlog .swiper-slide .text{
		padding-top: 40px;
	}
	.mainBlog .arrowBox{
		bottom: 60px;
	}
}
@media screen and (max-width: 1280px){
	.header .logo a img{
		max-width: 180px;
	}
	.header .nav ul li h2 a{
		padding: 28px 0px;
		font-size: 15px;
	}
	.header .nav>ul>li>h2>a>span{
		height: 19px;
	}
	.header .nav ul li .w1, .header .nav ul li .w2{
		max-height: 14px;
	}
	.header .celltab ul li a{
		padding-top: 0px !important;
		padding-right: 20px !important;
	}
	.header .navcell,
	.header .cellbox{
		top: 75px;
	}
	.header .navcell ul{
		padding: 35px 0px;
	}
	.header .navcell ul li{
		padding-right: 50px;
	}
	/**/
	.footer .footLogo a img{
		max-width: 164px;
	}
	/*20230801*/
	.search{
		top: 45px;
	}
	/*e*/
	/*20230725*/
	.mainContent{
		padding-top: 75px;
	}
	/*e*/
	/**/
	.com72{
		font-size: 50px;
	}
	.com70{
		font-size: 48px;
	}
	.com32{
		font-size: 26px;
	}
	/**/
	.index_product{
		padding-top: 70px;
	}
	.index_product .box{
		margin-top: 35px;
	}
	.index_product .image-wrapper .text .btn span,
	.mainBlog .box ul li .btn a{
		height: 34px;
    	line-height: 32px
	}
	/*.index_video{
		padding-top: 70px;
	}*/
	.index_video .box{
		margin-top: 35px;
	}
	.index_brand{
		padding-top: 70px;
		padding-bottom: 90px;
	}
	.index_brand .box{
		margin-top: 35px;
	}
	.introduce_li .text .line {
	   	margin: 20px auto;
	    height: 2px;
	}
	.mainBlog{
		padding-top: 80px;
    	padding-bottom: 90px;
	}
	.mainBlog .swiper-slide .text .t1 a{
		height: 64px;
	}
	.mainBlog .text .t2{
		line-height: 1.8;
		height: 100px;
	}
	.page-list a{
		min-width: 50px;
	    height: 50px;
	    line-height: 48px;
	    margin-right: 15px;
	}
	/**/
	.compliance{
		padding-top: 80px;
		padding-bottom: 90px;
	}
	.compliance ul{
		margin-bottom: 70px;
	}
	.compliance ul li .text .t2 .sp{
		background: url(/static/default/assets/img/icon34.png) top left no-repeat;
	    background-size: 26px auto;
	}
	/**/
	.download{
		padding-top: 70px;
    	padding-bottom: 90px;
	}
	.download .box ul li .dlarea{
		padding-bottom: 10px;
	}
	.download .box ul li .dlarea a{
		padding: 12px 0px;
	}
	.expression {
	    padding-top: 70px;
    	padding-bottom: 90px;
	}
	/**/
	.fresorBanner .text .ic img,
	.fresor .text .ic img{
		max-height: 45px;
	}
	.fresor .solution{
		padding-top: 90px;
    	padding-bottom: 90px;
	}
	.fresor .solution .text{
		top: 90px;
	}
	.fresor .series .gallery-thumbs ul li .img img{
		max-height: 35px;
	}
	.fresor .series .hd-content{
		margin-top: 50px;
	}
	.fresor .series .hd-slide-list{
		margin-top: 50px;
	}
	.about_fresor {
	    padding-top: 100px;
	    padding-bottom: 100px;
	}
	.about_fresor .box .swiper-slide:nth-child(odd){
		margin-top: 90px;
	}
	.fresor .series .hd-left .item_w img{
		max-width: 30px;
	}
	.about_fresor .box .digit{
		font-size: 80px;
	}
	/**/
	.Global{
		padding-top: 80px;
    	padding-bottom: 80px;
	}
	.Global .areaList .item .title{
		margin-bottom: 30px;
	}
	.Global .areaList{
		margin-top: 50px;
	}
	/**/
	.news {
	    padding-top: 70px;
	    padding-bottom: 90px;
	}
	.news .box .text{
		padding: 0px 30px;
	}
	.news .newList{
		padding-top: 60px;
	}
	.news .newList ul li{
		padding-bottom: 30px;
    	margin-bottom: 30px;
	}
	.news .largeImage .swiper-container-horizontal>.swiper-pagination-bullets, .news .largeImage .swiper-pagination-custom, .swiper-pagination-fraction{
		padding: 0px 30px;
	}
	/**/
	.newDetail{
		padding-top: 80px;
		padding-bottom: 90px;
	}
	.newDetail .box .left_w{
		width: 68%;
	}
	.newDetail .box .right_w{
		width: 27%;
	}
	/**/
	.productList {
	    padding-top: 70px;
	    padding-bottom: 90px;
	}
	.colorOptions {
	    padding-top: 80px;
	    padding-bottom: 50px;
	}
	.specification .box .text .t1, 
	.colorOptions .title, 
	.ListDisplay .item .text .t1, 
	.feature .title .com70, 
	.feature .text .t1,
	.feature .section .textBox .com70{
		font-size: 40px;
	}
	.feature .item2 .text{
		padding-left: 60px;
	}
	.feature .item3 .text{
		padding-left: 60px;
	}
	.feature .item4 .text{
		padding-left: 60px;
	}
	.reviews{
		padding-top: 70px;
    	padding-bottom: 90px;
	}
	.verification .box{
		padding-top: 70px;
    	padding-bottom: 90px;
	}
	.verification .imgBox{
		margin-top: 60px;
	}
	.feature .section .title{
		top: 70px;
	}
}
@media screen and (max-width: 1220px){
	.header .logo a{
		height: 70px;
		line-height: 70px;
	}
	.header .logo a img{
		max-height: 20px;
	}
	.header .nav{
		display: none;
	}
	.header .show-search-btn{
		width: 30px;
		height: 100%;
	}
	.searchdiv{
		position: static;
	}
	.search{
		top: 70px;
		right: auto;
		left: 50%;
		margin-left: -50vw;
		width: 100vw;
	}
	.search-header{
		padding: 0;
		width: 90%;
		margin: auto;
	}
	.menubtn{
		display: block;
	}
	/**/
	.footer {
	    padding-top: 70px;
	}
	.footer .footNav{
		display: none;
	}
	.footer .footLogo{
		margin-bottom: 40px;
	}
	.footer .footLogo a img{
		max-height: 20px;
	}
	.footer .footBot{
		margin-top: 40px;
		padding: 20px 0px;
		flex-wrap: wrap;
	}
	.footer .footlinks{
		max-width: 100%;
		width: 100%;
		margin-bottom: 20px;
	}
	.footer .copy-right{
		text-align: center;
		width: 100%;
	}
	/**/
	.mainBlog .text .t2{
		height: 56px;
		-webkit-line-clamp: 2;
	}
	
}
@media screen and (max-width: 1024px){
	.mImg{
		display: block;
	}
	.pImg{
		display: none;
	}
	.lunbotu .swiper-button-next, .lunbotu .swiper-button-prev, .fresorBanner .swiper-button-next, .fresorBanner .swiper-button-prev {
	    width: 50px;
	    height: 50px;
	    margin-top: -25px;
	}
	.com72{
		font-size: 44px;
	}
	.com70{
		font-size: 42px;
	}
	.com50{
		font-size: 36px;
	}
	.com48{
		font-size: 34px;
	}
	.com38{
		font-size: 28px;
	}
	.com32{
		font-size: 24px;
	}
	.com28{
		font-size: 20px;
	}
	.com24{
		font-size: 18px;
	}
	.com20{
		font-size: 16px;
	}
	/**/
	.i-banner .box{
		padding-left: 50px;
	}
	.lunbotu .swiper-button-prev, .lunbotu.swiper-container-rtl .swiper-button-next, .fresorBanner .swiper-button-prev, .fresorBanner.swiper-container-rtl .swiper-button-next{
		left: 20px;
	}
	.lunbotu .swiper-button-next, .lunbotu.swiper-container-rtl .swiper-button-prev, .fresorBanner .swiper-button-next, .fresorBanner.swiper-container-rtl .swiper-button-prev{
		right: 20px;
	}
	.location .cont span{
		margin: 0;
	}
	.floating{
		width: 60vw;
	}
	.productbanner .textTitle{
		top: 10%;
	}
	/*20230725*/
	.mainContent{
		padding-top: 70px;
	}
	/*e*/
	/**/
	.index_product .image-wrapper .text{
		top: 35px;
	}
	.index_product .image-wrapper .text.left{
		left: 35px;
	}
	.index_product .image-wrapper .text.right{
		right: 35px;
	}
	.index_product .image-wrapper .text .btn span,
	.mainBlog .box ul li .btn a{
		height: 32px;
		line-height: 30px;
	}
	.index_brand .box ul li .text .t1{
		margin-bottom: 15px;
	}
	.index_brand .box ul li .text{
		bottom: -50px;
	}
	.index_brand .box ul li:hover .text{
		bottom: 30px;
	}
	.index_video{
		padding-top: 30px;
	}
	/**/
	/*20230725*/
	.headcell{
		/*position: static;*/
	}
	/*e*/
	.aboutBanner,
	.aboutBanner>img{
		height: auto;
	}
	.obanner .comwidth .t3{
		margin-top: 20px;
	}
	.obanner .textTitle .max50,
	.obanner .textTitle .max720{
		max-width: 100%;
	}
	.aboutBanner .textTitle{
		top: 10%;
		transform: translate(-50%, 0);
	}
	.introduce_li .img,
	.introduce_li .img img{
		height: auto;
	}
	.mission,
	.mission .imgBox,
	.mission .imgBox img{
		height: auto;
	}
	.section{
		position: relative;
	}
	.section .pagebg{
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		overflow: hidden;
	}
	.history{
		padding: 13% 0;
	}
	.history .box{
		margin-top: 60px;
	}
	.history .box:before{
		top: 50px;
	}
	.history .swiper-button-next, .history .swiper-button-prev{
		top: 29px;
	}
	.design,
	.design .imgBox,
	.design .imgBox img{
		height: auto;
	}
	.acotBox, 
	.acotBox .swiper-container,
	.acotBox .img,
	.acotBox .img img{
		height: auto;
	}
	.acotBox .swiper-pagination-bullet{
		width: 40px;
	}
	.acotBox .comwidth{
		top: 16%;
	}
	.mainBlog{
		padding-top: 70px;
		padding-bottom: 80px;
	}
	.mainBlog .box ul{
		margin-bottom: 20px;
	}
	.mainBlog .box ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 6%;
	}
	.mainBlog .box ul li:nth-child(3n){
		margin-right: 4%;
	}
	.mainBlog .box ul li:nth-child(2n){
		margin-right: 0;
	}
	.mainBlog .swiper-slide .text .t1 a{
		height: 58px;
	}
	.compliance{
		padding-top: 70px;
		padding-bottom: 80px;
	}
	.compliance ul{
		margin-bottom: 60px;
	}
	.compliance ul li{
		padding: 35px 0px;
	}
	.compliance ul li .text .t1{
		width: 90px;
	}
	.compliance ul li .text .t2 .sp{
		background: url(/static/default/assets/img/icon34.png) top left no-repeat;
	    background-size: 23px auto;
	}
	/**/
	.contactInfor{
		padding: 90px 0px;
	}
	.InquiryForm{
		padding: 90px 0px;
	}
	.InquiryForm .inquiry .txtli .t2 input,
	.InquiryForm .inquiry .txtli .t2 select{
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}
	.InquiryForm .inquiry .txtli textarea,
	.InquiryForm .inquiry .btnBox .txt{
		font-size: 14px;
	}
	.InquiryForm .inquiry .btn input{
		height: 64px;
		line-height: 64px;
		font-size: 16px;
	}
	/**/
	.searchbox form{
		border-radius: 30px;
	}
	.searchbox .inputText{
		width: calc(100% - 60px);
		height: 60px;
		line-height: 60px;
		padding-left: 60px;
		background: url(/static/default/assets/img/icon31.png) left 25px center no-repeat;
	}
	.searchbox .inputBtn{
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 18px;
	}
	.download .box{
		margin-top: 50px;
	}
	.download .box ul{
		margin-bottom: 35px;
	}
	.download .box ul li{
		/*width: calc((100% - 60px) / 3);*/
		width: calc((100% - 90px) / 3);
	}
	/*.download .box ul li:nth-child(4n){
		margin-right: 30px;
	}
	.download .box ul li:nth-child(3n){
		margin-right: 0px;
	}*/
	/**/
	.gridBox li{
		width: 25%;
	}
	.gridBox li:nth-child(1),
	.gridBox li:nth-child(3),
	.gridBox li:nth-child(5){
		margin-top: 0;
	}
	/**/
	.faq{
		padding-top: 70px;
		padding-bottom: 80px;
	}
	.faq .item{
		margin-bottom: 60px;
	}
	.faqList ul li{
		padding: 0px 30px;
	}
	/**/
	.fresorBanner.swiper-container-horizontal>.swiper-pagination-bullets, .fresorBanner .swiper-pagination-custom, .fresorBanner .swiper-pagination-fraction{
		bottom: 20px;
	}
	.fresorBanner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 6px;
	}
	.fresorBanner .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	.fresorBanner .text .ic img,
	.fresor .text .ic img{
		max-height: 40px;
	}
	.fresorBanner .turnImg img{
		height: 100%;
	}
	.fresor .solution{
		padding-top: 70px;
    	padding-bottom: 70px;
	}
	.fresor .solution .text{
		top: 70px;
	}
	.fresor .series{
		padding-top: 70px;
	}
	.fresor .series .gallery-thumbs ul li .img img{
		max-height: 30px;
	}
	.about_fresor {
	    padding-top: 80px;
	    padding-bottom: 80px;
	}
	.about_fresor .box .swiper-slide:nth-child(odd){
		margin-top: 70px;
	}
	.fresor .series .hd-left .item_w img{
		max-width: 27px;
	}
	.fresor .series .hd-left .t1{
		margin-bottom: 10px;
	}
	.fresor .series .hd-left .t2{
		margin-bottom: 30px;
	}
	.fresor .series .hd-slide-list .hd-item .txt{
		padding-top: 20px;
	}
	.about_fresor .box .digit{
		font-size: 72px;
	}
	.about_fresor .box .txt{
		bottom: 30px;
	}
	/**/
	.Global{
		padding-top: 70px;
    	padding-bottom: 70px;
	}
	.Global .GlobalImg{
		margin-top: 50px;
	}
	.Global .areaList{
		margin-top: 40px;
	}
	.Global .areaList .item{
		margin-bottom: 30px;
	}
	.Global .stageBox ul{
		margin-bottom: 15px;
	}
	.Global .areaList .itemBox ul li{
		width: calc((100% - 40px) / 3);
		margin-right: 20px;
	}
	.Global .areaList .itemBox ul li:nth-child(3n){
		margin-right: 0;
	}
	.Global .areaList .itemBox ul li .text{
		padding: 10px;
	}
	.Global .GlobalImg .aniText ul li{
		transform: scale(0.9);
		transform-origin: center;
	}
	.Global .GlobalImg .aniText ul li.d1 {
	    left: 10%;
	    top: 24%;
	}
	.Global .GlobalImg .aniText ul li.d2{
		top: 40%;
	}
	.Global .GlobalImg .aniText ul li.d3{
		right: 37%;
		top: 9%;
	}
	.Global .GlobalImg .aniText ul li.d4 {
	    right: 23%;
	    top: 14%;
	}
	/**/
	.news {
	    padding-top: 60px;
	    padding-bottom: 80px;
	}
	.news .box .text{
		padding: 0px 25px;
	}
	.news .newList ul{
		padding-bottom: 30px;
	}
	.news .newList ul li .text{
		padding-right: 0;
	}
	.news .newList ul li .text .t2{
		margin-bottom: 20px;
	}
	.news .largeImage .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	.news .largeImage .swiper-container-horizontal>.swiper-pagination-bullets, .news .largeImage .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 28px;
		padding: 0px 25px;
	}
	/**/
	.newDetail{
		padding-top: 70px;
		padding-bottom: 80px;
	}
	/**/
	.obanner .textTitle.productbanner{
		top: 20%;
		-webkit-transform: translate(-50%, 0%);
    	transform: translate(-50%, 0%);
    	width: 90%;
	}
	.productList {
	    padding-top: 60px;
	    padding-bottom: 80px;
	}
	.upbarBox .wrap .comwidth{
		top: 15%;
		-webkit-transform: translate(-50%, 0%);
    	transform: translate(-50%, 0%);
	}
	.upbarBox .part_pnt .comwidth{
		justify-content: flex-start;
	}
	.productList ul{
		margin-bottom: 40px;
	}
	.productList ul li{
		width: 31%;
	    margin-right: 3.5%;
	    margin-bottom: 3.5%;
	}
	.productList ul li a{
		padding: 10px 0px 30px;
	}
	.productbanner .imgBox{
		display: none;
	}
	/**/
	.obanner .textTitle1{
		top: 80px;
	}
	/**/
	.colorOptions {
	    padding-top: 70px;
	    padding-bottom: 40px;
	}
	.colorOptions ul li{
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 3.5%;
	}
	.colorOptions ul li:nth-child(5n){
		margin-right: 3.5%;
	}
	.colorOptions ul li:nth-child(3n){
		margin-right: 0;
	}
	.colorOptions ul li a{
		padding-left: 0px;
		padding-bottom: 0px;
	}
	.colorOptions ul li .ic{
		display: none;
	}
	.specification .box .text .t1, 
	.colorOptions .title, 
	.ListDisplay .item .text .t1, 
	.feature .title .com70, 
	.feature .text .t1,
	.feature .section .textBox .com70{
		font-size: 32px;
	}
	.ListDisplay .item .text .t3{
		font-size: 20px;
	}
	.feature .item1{
		padding-top: 80px;
	}
	.feature .item2 .text{
		padding-left: 50px;
	}
	.feature .item3 .text{
		padding-left: 50px;
	}
	.feature .item4 .text{
		padding-left: 50px;
	}
	.reviews{
		padding-top: 60px;
    	padding-bottom: 70px;
	}
	.reviews ul{
		margin-bottom: 0;
	}
	.verification .box{
		padding-top: 60px;
    	padding-bottom: 70px;
	}
	.verification .imgBox{
		margin-top: 50px;
	}
	.VerifyForm .inputText{
		width: calc(100% - 120px);
		height: 56px;
    	line-height: 54px;
	}
	.VerifyForm .inputBtn{
		width: 120px;
		height: 56px;
    	line-height: 54px;
    	font-size: 14px;
	}
	.feature .section .title{
		top: 10%;
	}
	.feature .section .textBox{
		top: 15%;
		transform: translate(-50%, 0);
	}
	.feature .section1 .textBox,
	.feature .section3 .textBox{
		justify-content: center;
	}
	.feature .section .textBox .txt{
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 991px){
	.mainBlog .swiper-slide .imgBox{
		float: none;
		width: 100%;
	}
	.mainBlog .swiper-slide .text{
		float: none;
		width: 100%;
		padding: 40px 40px 100px;
	}
	.mainBlog .arrowBox{
		left: 30px;
		bottom: 60px;
	}
	
}

@media screen and (max-width: 768px){
.profile_idea_box{display:none;}
.wenhua_list{display:block;}

	.com48{
		font-size: 30px;
	}
	.com32{
		font-size: 28px;
	}
	.com20{
		font-size: 14px;
	}
	.openBox .wrap .t1{
		margin-bottom: 20px;
	}
	.openBox .wrap .open_btn{
		margin-top: 35px;
	}
	.index_product{
		padding-top: 60px;
	}
	.index_product .box{
		flex-wrap: wrap;
	}
	.index_product .box .left_w,
	.index_product .box .right_w{
		width: 100%;
	}
	.index_product .image-wrapper{
		margin-bottom: 50px;
	}
	.index_product .box .right_w .image-wrapper:last-child{
		margin-bottom: 0px;
	}
	.index_video{
		position: relative;
		padding-top: 20px;
	}
	.index_video .box{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.index_video .right_w{
		position: absolute;
		left: 50%;
		bottom: 10px;
		transform: translateX(-50%);
	}
	.index_video .swiper-slide-active .video-cover .play-ico .playTxt{
		bottom: 50px;
	}
	.video-cover .play-ico .icon{
		margin-bottom: 20px;
	}
	.index_brand {
	    padding-top: 60px;
	    padding-bottom: 80px;
	}
	.index_brand .box ul li .mask{
		background: url(/static/default/assets/img/img16.png) center no-repeat;
		background-size: 100% auto;
	}
	.index_brand .box ul li .text{
		bottom: 30px;
		height: auto;
	}
	.index_brand .box ul li .text .t2{
		opacity: 1;
	}
	.introduce_li:before{
		background: rgba(0,114,197,0.8);
	}
	.introduce_li .text{
		/*bottom: auto;*/
		top: 50%;
		transform: translateY(-50%);
	}
	.introduce_li .text .tit{
		overflow: inherit;
		white-space: normal;
	}
	.introduce_li .text .line{
		opacity: 1;
	}
	.introduce_li .text .subtit{
		opacity: 1;
	    visibility: visible;
	    -webkit-transform: translateY(0px);
	    transform: translateY(0px);
	}
	.mission .text{
		position: static;
		width: 100%;
		transform: none;
		padding: 10% 5%;
		box-sizing: border-box;
	}
	.mission .text .t1{
		margin-bottom: 20px;
	}
	.mission .imgBox{
		width: 100%;
	}
	.history .swiper-wrapper{
		align-items: auto;
	}
	.history .swiper-slide .slideBox{
		display: block;
	}
	.design{
		flex-wrap: wrap;
	}
	.design .text,
	.design .imgBox{
		width: 100%;
	}
	.design .text{
		padding: 10% 5%;
	}
	.design .text .t1{
		margin-bottom: 20px;
	}
	.acotBox .comwidth{
		top: 15%;
	}
	.acotBox .text .t1{
		margin-bottom: 20px;
	}
	.acotBox .swiper-pagination-bullet{
		width: 30px;
	}
	/**/
	.mainBlog .box{
		margin-top: 50px;
	}
	.mainBlog .box ul li{
		width: 100%;
		margin-right: 0px !important;
		margin-bottom: 50px;
	}
	.mainBlog .box ul li .text{
		padding-top: 30px;
	}
	.mainBlog .box ul li .text .t1{
		font-size: 22px;
	}
	.mainBlog .swiper-slide .text .t1 a{
		height: 68px;
	}
	.compliance {
	    padding-top: 60px;
	    padding-bottom: 70px;
	}
	.compliance ul li {
	    padding: 30px 0px;
	}
	.compliance ul li .com32{
		font-size: 20px;
	}
	/**/
	.contactInfor{
		padding: 80px 0px 50px;
	}
	.contactInfor ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 6%;
	}
	.contactInfor ul li:nth-child(2n){
		margin-right: 0;
	}
	.contactInfor ul li .icon img{
		max-width: 130px;
		width: 45%;
	}
	.InquiryForm{
		padding: 70px 0px 80px;
	}
	.InquiryForm .inquiry .txtli{
		margin-bottom: 20px;
	}
	.InquiryForm .inquiry .txtli .half{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.InquiryForm .inquiry .txtli .half:last-child{
		margin-bottom: 0px;
	}
	.InquiryForm .inquiry .btn{
		width: 240px;
		margin-right: 30px;
	}
	/**/
	.download {
	    padding-top: 60px;
	    padding-bottom: 80px;
	}
	.download .box ul{
		margin-bottom: 30px;
	}
	.download .box ul li{
		/*width: calc((100% - 30px) / 2);*/
		width: calc((100% - 60px) / 2);
	}
	/*.download .box ul li:nth-child(4n){
		margin-right: 30px;
	}
	.download .box ul li:nth-child(3n){
		margin-right: 30px;
	}
	.download .box ul li:nth-child(2n){
		margin-right: 0px;
	}*/
	.expression {
	    padding-top: 60px;
	    padding-bottom: 80px;
	}
	.gridBox li{
		width: 33.33%;
	}
	/**/
	.faq {
	    padding-top: 60px;
	    padding-bottom: 70px;
	}
	.faq .item{
		margin-bottom: 50px;
	}
	.faqList ul li{
		padding: 0px 25px;
	}
	.faqList ul li:before{
		width: 3px;
	}
	/**/
	.fresorBanner .text .ic{
		margin-bottom: 15px;
	}
	.fresorBanner .text .ic img,
	.fresor .text .ic img{
		max-height: 27px;
	}
	.fresor .solution{
		padding-top: 60px;
    	padding-bottom: 60px;
	}
	.fresor .text .ic{
		margin-bottom: 10px;
	}
	.fresor .series{
		padding-top: 60px;
	}
	.fresor .series .gallery-thumbs ul li .img img{
		max-height: 20px;
	}
	.about_fresor {
	    padding-top: 70px;
	    padding-bottom: 70px;
	}
	.about_fresor .box .swiper-slide:nth-child(odd){
		margin-top: 60px;
	}
	.fresor .series .hd-left .item_w img{
		max-width: 24px;
	}
	.fresor .series .hd-left .t2{
		margin-bottom: 25px;
	}
	.about_fresor .box .digit{
		font-size: 66px;
	}
	.fresor .series .hd-content{
		flex-wrap: wrap;
	}
	.fresor .series .hd-left{
		padding-top: 60px;
		margin-bottom: 40px;
	}
	.fresor .series .hd-right{
		width: 100%;
	}
	.fresor .series .hd-slide-list .hd-item{
		width: 48%;
	    margin-right: 4%;
	    margin-bottom: 4%;
	}
	.fresor .series .hd-slide-list .hd-item:nth-child(4n){
		margin-right: 4%;
	}
	.fresor .series .hd-slide-list .hd-item:nth-child(2n){
		margin-right: 0;
	}
	/**/
	.Global{
		padding-top: 60px;
    	padding-bottom: 30px;
	}
	.Global .GlobalImg{
		margin-top: 40px;
	}
	.Global .GlobalImg .aniText ul li{
		transform: scale(0.8);
		transform-origin: center;
	}
	.Global .areaList .item{
		width: 100%;
		margin-right: 0;
	}
	.Global .GlobalImg .aniText ul li.d1 {
	    left: 9%;
	    top: 20%;
	}
	.Global .GlobalImg .aniText ul li.d2{
		top: 38%;
		left: 47%;
	}
	.Global .GlobalImg .aniText ul li.d3 {
	    right: 36%;
	    top: 7%;
	}
	.Global .GlobalImg .aniText ul li.d4 {
	    right: 22%;
	    top: 13%;
	}
	/**/
	.news {
	    padding-top: 50px;
	    padding-bottom: 70px;
	}
	.news .largeImage{
		width: 100%;
	}
	.news .largeImage .swiper-container-horizontal>.swiper-pagination-bullets, .news .largeImage .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 25px;
	}
	.news .miniImage{
		width: 100%;
		margin-top: 30px;
	}
	.news .newList{
		padding-top: 50px;
	}
	.news .newList ul{
		padding-bottom: 20px;
	}
	.news .newList ul li .imgBox{
		width: 45%;
	}
	.news .newList ul li .text{
		width: 55%;
	}
	.news .newList ul li .text .t2{
		height: 48px;
		display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	}
	/**/
	.newDetail {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	.newDetail .box .left_w{
		width: 100%;
	}
	.newDetail .box .right_w{
		width: 100%;
		margin-top: 40px;
	}
	.newDetail .subtitle .com24{
		font-size: 24px;
	}
	.newDetail .thumNew{
		margin-top: 30px;
	}
	.newDetail .thumNew ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.newDetail .thumNew ul li{
		width: 48%;
		margin-right: 4%;
	}
	.newDetail .thumNew ul li:nth-child(2n){
		margin-right: 0;
	}
	/**/
	.obanner .productbanner{
		top: 16%;
	}
	.productList {
	    padding-bottom: 70px;
	}
	.upbarBox .wrap .comwidth{
		top: 10%;
	}
	.productList ul{
		margin-bottom: 30px;
	}
	.productList ul li{
		width: 48%;
	    margin-right: 4%;
	    margin-bottom: 4%;
	}
	.productList ul li:nth-child(3n){
		margin-right: 4%;
	}
	.productList ul li:nth-child(2n){
		margin-right: 0;
	}
	/**/
	.specification .box{
		flex-wrap: wrap;
	}
	.specification .box .text{
		width: 100%;
	}
	.specification .box .imgBox{
		width: 100%;
	}
	.colorOptions ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.colorOptions ul li:nth-child(5n){
		margin-right: 4%;
	}
	.colorOptions ul li:nth-child(3n){
		margin-right: 4%;
	}
	.colorOptions ul li:nth-child(2n){
		margin-right: 0;
	}
	.colorOptions ul li a{
		padding-left: 0px;
		padding-bottom: 0px;
	}
	.ListDisplay .item .text{
		position: static;
		transform: none;
		padding-top: 60px;
		padding-bottom: 40px;
	}
	.ListDisplay .item .text, .ListDisplay .item .imgBox{
		float: none;
		width: 100%;
	}
	.feature .item1 .text{
		position: static;
		padding-left: 0;
		width: 100%;
		transform: none;
		text-align: center;
		margin-top: 20px;
	}
	.feature .item1 .imgBox{
		float: none;
		width: 100%;
	}
	.feature .item2 .box{
		padding-top: 70px;
	}
	.feature .item2 .text{
		position: static;
		transform: none;
		width: 70%;
		margin-bottom: 40px;
		padding-left: 0;
	}
	.feature .item3 .box{
		padding-top: 120px;
	}
	.feature .item3 .text{
		padding-left: 0;
		width: 40%;
	}
	.feature .item3 .imgBox{
		width: 60%;
	}
	.feature .item4 .box{
		padding-top: 70px;
	}
	.feature .item4 .text{
		padding-left: 0;
		width: 100%;
		position: static;
		transform: none;
		margin-bottom: 40px;
	}
	.feature .item4 .imgBox{
		width: 100%;
		text-align: center;
	}
	.feature .item4 .imgBox img{
		max-width: 70%;
	}
	.specification .box .text .t1, .colorOptions .title, .ListDisplay .item .text .t1, .feature .title .com70, .feature .text .t1, .feature .section .textBox .com70{
		font-size: 30px;
	}
	.feature .item1 .imgBox img,
	.feature .item2 .imgBox img{
		max-width: 70%;
	}
	.reviews ul{
		margin-bottom: 20px;
	}
	.reviews ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 15px;
	}
	.reviews ul li:nth-child(3n){
		margin-right: 4%;
	}
	.reviews ul li:nth-child(2n){
		margin-right: 0;
	}
	
}
@media screen and (max-width: 767px){
	.news .newList ul li .imgBox{
		width: 100%;
	}
	.news .newList ul li .text{
		width: 100%;
		margin-top: 30px;
		padding-left: 0px;
	}
	
	.header .logo a {padding-top:10px;
	    height:auto;
	    
	}
	.header .logo a img{
		max-height: 30px;
	}
	
}
@media screen and (max-width: 540px){
	.header .logo a {padding-top:10px;
	    height:auto;
	    
	}
	.header .logo a img{
		max-height: 30px;
	}
	.search{
		top: 60px;
	}
	.menubtn{
		height: 60px;
		background: url(/static/default/assets/img/menu-icon1.png) center right no-repeat;
		background-size: 24px auto;
	}
	.menubtn.on {
		background: url(/static/default/assets/img/menu-icon2.png) center right no-repeat;
		background-size: 24px auto;
	}
	.m-nav{
		top: 60px;
		height: calc(100vh - 60px);
	}
	.m-nav>ul{
		padding-top: 20px;
	}
	/*20230725*/
	.mainContent{
		padding-top: 60px;
	}
	/*e*/
	/**/
	.footer {
	    padding-top: 50px;
	}
	.footer .footLogo{
		margin-bottom: 30px;
	}
	.footer .footLogo a img{
		max-height: 16px;
	}
	.footer .footright{
		max-width: 100%;
	}
	.footer .tit{
		margin-bottom: 20px;
	}
	.footer .footlinks{
		flex-wrap: wrap;
	}
	.footer .footlinks .sp1{
		display: block;
		width: 100%;
		padding-right: 0px;
	}
	.footer .footlinks .sp2{
		display: block;
		width: 100%;
	}
	.footer .footform .inputText,
	.footer .footform .inputButton{
		height: 42px;
    	line-height: 42px;
	}
	/**/
	.com72{
		font-size: 40px;
	}
	.com70{
		font-size: 36px;
	}
	.com50{
		font-size: 28px;
	}
	.com48{
		font-size: 26px;
	}
	.com38{
		font-size: 24px;
	}
	.com32{
		font-size: 22px;
	}
	.com28{
		font-size: 18px;
	}
	.com18{
		font-size: 14px;
	}
	.i-banner .box .t2{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.lunbotu .swiper-button-next, .lunbotu .swiper-button-prev, .fresorBanner .swiper-button-next, .fresorBanner .swiper-button-prev{
		width: 40px;
		height: 40px;
		margin-top: -20px;
		-moz-background-size: 15px auto;
	    -webkit-background-size: 15px auto;
	    background-size: 15px auto;
	}
	.lunbotu .swiper-button-prev, .lunbotu.swiper-container-rtl .swiper-button-next, .fresorBanner .swiper-button-prev, .fresorBanner.swiper-container-rtl .swiper-button-next{
		left: 12px;
	}
	.lunbotu .swiper-button-next, .lunbotu.swiper-container-rtl .swiper-button-prev, .fresorBanner .swiper-button-next, .fresorBanner.swiper-container-rtl .swiper-button-prev{
		right: 12px;
	}
	.moreBtn a{
		width: 140px;
		height: 40px;
		line-height: 38px;
	}
	.i-banner .box .t2{
		margin-bottom: 20px;
	}
	.floating{
		right: -10px;
		bottom: 185px;
	}
	/**/
	.location .cont{
		padding: 15px 0px;
	}
	/**/
	.openBox .wrap .t1{
		margin-bottom: 15px;
	}
	.openBox .wrap .open_btn{
		margin-top: 30px;
	}
	.openBox .wrap .open_btn span{
		min-width: 140px;
		height: 42px;
    	line-height: 40px;
    	margin: 0px 10px;
	}
	.index_product{
		padding-top: 50px;
	}
	.index_product .box{
		margin-top: 30px;
	}
	.index_product .image-wrapper{
		margin-bottom: 40px;
	}
	.index_product .image-wrapper .text{
		top: 30px;
	}
	.index_product .image-wrapper .text.left{
		left: 30px;
	}
	.index_product .image-wrapper .text.right{
		right: 30px;
	}
	.index_video {
	    position: relative;
	    /*padding-top: 50px;
	    padding-bottom: 90px;*/
	   	padding-top: 0px;
	}
	.index_video .box{
		margin-top: 30px;
	}
	.index_video .swiper-button-next, .index_video .swiper-button-prev{
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
	.index_brand{
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.index_brand .box{
		margin-top: 30px;
	}
	/**/
	.mission .text,
	.design .text{
		padding: 60px 40px 40px;
	}
	.history{
		padding: 70px 0px;
	}
	.history .box{
		margin-top: 50px;
	}
	.history .swiper-slide .slideBox{
		padding: 0px 10px;
	}
	.mainBlog{
		padding-top: 50px;
   	 	padding-bottom: 70px;
	}
	.mainBlog .swiper-slide .text{
		padding: 40px 30px 100px;
	}
	.mainBlog .swiper-slide .text .t1 a{
		height: 58px;
	}
	.mainBlog .box ul{
		margin-bottom: 10px;
	}
	.mainBlog .box ul li .text .t1{
		font-size: 20px;
	}
	.mainBlog .box ul li{
		margin-bottom: 40px;
	}
	.page-list a {
	    min-width: 45px;
	    height: 45px;
	    line-height: 43px;
	    margin-right: 12px;
	    font-size: 14px;
	}
	.compliance {
	    padding-top: 50px;
	    padding-bottom: 60px;
	}
	.compliance ul{
		margin-bottom: 50px;
	}
	.compliance ul li .text{
		padding-right: 20px;
	}
	.compliance ul li .text .t1{
		width: 70px;
		padding-right: 10px;
	}
	.compliance ul li .text .t2 .sp{
		padding-left: 30px;
		background: url(/static/default/assets/img/icon34.png) top left no-repeat;
    	background-size: 20px auto;
	}
	.compliance ul li .com32{
		font-size: 18px;
	}
	.compliance ul li .imgBox:before{
		background: rgba(0,114,197,0.2) url(/static/default/assets/img/icon33.png) center no-repeat;
    	background-size: 32px auto;
	}
	/**/
	.contactInfor{
		padding: 70px 0px 40px;
	}
	.contactInfor ul li .icon img{
		max-width: 100px;
		width: 40%;
	}
	.InquiryForm{
		padding: 60px 0px;
	}
	.InquiryForm .inquiry .txtli{
		margin-bottom: 15px;
	}
	.InquiryForm .inquiry .txtli .half{
		margin-bottom: 15px;
	}
	.InquiryForm .inquiry .txtli .t2 input,
	.InquiryForm .inquiry .txtli .t2 select{
		height: 45px;
		line-height: 45px;
	}
	.InquiryForm .inquiry .btn{
		width: 180px;
	}
	.InquiryForm .inquiry .btn input {
	    height: 54px;
	    line-height: 54px;
	    font-size: 15px;
	}
	.InquiryForm .inquiry .btnBox{
		display: block;
	}
	.InquiryForm .inquiry .btnBox .txt{
		display: block;
		width: 100%;
		margin-top: 20px;
	}
	.InquiryForm .inquiry .txtli textarea{
		min-height: 150px;
	}
	/**/
	.searchbox .inputText{
		font-size: 15px;
	}
	.download {
	    padding-top: 50px;
	    padding-bottom: 70px;
	}
	.download .box ul li{
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 30px;
		margin-left: 0 !important;
	}
	.download .box ul li .dlarea{
		padding-bottom: 15px;
	}
	.download .box ul li .dlarea a{
		padding: 15px 0px;
	}
	/**/
	.expression {
	    padding-top: 50px;
	    padding-bottom: 70px;
	}
	.gridBox li{
		width: 50%;
	}
	/**/
	.faq {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.faq .item{
		margin-bottom: 40px;
	}
	.faq .title{
		margin-bottom: 20px;
	}
	.faqList ul li{
		padding: 0px 20px;
	}
	.faqList ul li:before{
		width: 2px;
	}
	.faqList ul li .crosshead,
	.faqList ul li .text{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.faqList ul li .ic{
		top: 15px;
		width: 21px;
	    height: 21px;
	    background: url(/static/default/assets/img/icon30.png) center no-repeat;
	    background-size: 21px 21px;
	}
	.faqList ul li.on .ic {
	    background: url(/static/default/assets/img/icon30a.png) center no-repeat;
	    background-size: 21px 21px;
	}
	/**/
	.fresor .solution {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.fresor .solution .text{
		top: 56px;
	}
	.fresor .series{
		padding-top: 50px;
	}
	.fresor .series .hd-content{
		margin-top: 40px;
	}
	.fresor .series .gallery-thumbs ul li{
		font-size: 14px;
	}
	.fresor .series .gallery-thumbs ul li .img img{
		max-height: 15px;
		margin-right: 5px;
	}
	.fresor .series .hd-slide-list .hd-item{
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 40px;
	}
	.fresor .series .hd-slide-list .hd-item .txt{
		padding-top: 25px;
	}
	.about_fresor{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.about_fresor .box{
		margin-top: 50px;
	}
	/**/
	.Global .areaList .item .title{
		padding-bottom: 15px;
		margin-bottom: 25px;
	}
	.Global .GlobalImg .aniText ul li {
	    transform: scale(0.6);
	    transform-origin: center;
	}
	.Global .GlobalImg .aniText ul li.d1 {
	    left: 7.5%;
    	top: 17%;
	}
	.Global .GlobalImg .aniText ul li.d2{
		top: 34%;
    	left: 46%;
	}
	.Global .GlobalImg .aniText ul li.d3 {
	    right: 34%;
    	top: 4%;
	}
	.Global .GlobalImg .aniText ul li.d4 {
	    right: 19%;
    	top: 9%;
	}
	/**/
	.news {
	    padding-bottom: 60px;
	}
	.news .newList{
		padding-top: 30px;
	}
	/**/
	.newDetail {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.newDetail .thumNew ul li{
		width: 100%;
		margin-right: 0;
	}
	.newDetail .subtitle .com24{
		font-size: 22px;
	}
	.productList{
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.productList ul{
		margin-bottom: 20px;
	}
	.productList ul li{
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 30px;
	}
	/*.productList ul li{
		width: calc((100% - 20px) / 2);
	    margin-right: 20px;
	    margin-bottom: 20px;
	}
	.productList ul li:nth-child(3n){
		margin-right: 20px;
	}
	.productList ul li:nth-child(2n){
		margin-right: 0;
	}*/
	.upbarBox .wrap .text .t1{
		margin-bottom: 5px;
	}
	.upbarBox .wrap .text .t2{
		margin-bottom: 10px;
	}
	.upbarBox .wrap .text .t3{
		margin-bottom: 15px;
	}
	/**/
	.specification .box .text{
		padding-top: 40px;
    	padding-bottom: 40px;
	}
	.colorOptions{
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.colorOptions ul{
		margin-top: 30px;
	}
	.colorOptions ul li{
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 20px;
	}
	.colorOptions ul li .imgBox{
		padding: 30px 0px;
	}
	.feature .item1{
		padding-top: 50px;
	}
	.feature .item2 .box{
		padding-top: 60px;
	}
	.feature .item2 .text{
		padding-left: 0;
		top: 32%;
	}
	.feature .item3 .box {
	    padding-top: 90px;
	    padding-bottom: 70px;
	}
	.feature .item3 .text{
		padding-left: 0px;
	}
	.feature .item4 .box{
		padding-top: 60px;
	}
	.feature .item4 .text{
		padding-left: 0;
	}
	.feature .item4 .text .t2{
		margin-top: 20px;
	}
	.specification .box .text .t1, .colorOptions .title, .ListDisplay .item .text .t1, .feature .title .com70, .feature .text .t1, .feature .section .textBox .com70{
		font-size: 24px;
	}
	.reviews{
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.reviews ul{
		margin-bottom: 10px;
	}
	.reviews ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.reviews ul li:nth-child(3n){
		margin-right: 0;
	}
	.verification .box{
		padding-top: 50px;
    	padding-bottom: 60px;
	}
	.verification .imgBox{
		margin-top: 40px;
	}
	.verification .title{
		margin-bottom: 20px;
	}
	.VerifyForm form{
		width: 100%;
	}
	.VerifyForm .inputText{
		height: 50px;
    	line-height: 48px;
	}
	.VerifyForm .inputBtn{
		height: 50px;
    	line-height: 48px;
	}
	.acotBox .swiper-pagination-bullet{
		width: 20px;
	}
	.acotBox .swiper-container-horizontal>.swiper-pagination-bullets, .acotBox .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 20px;
	}
	.feature .section .title{
		top: 8%;
	}
	.feature .section .textBox{
		top: 13%;
		transform: translate(-50%, 0);
	}
	.feature .section .textBox .t2{
		margin-top: 10px;
	}
	.Global .stageBox ul li{
		font-size: 16px;
	}
}
@media screen and (max-width: 414px){
	.com72{
		font-size: 32px;
	}
	.com70{
		font-size: 30px;
	}
	.com50{
		font-size: 26px;
	}
	.com48{
		font-size: 24px;
	}
	.com38{
		font-size: 22px;
	}
	.com32{
		font-size: 20px;
	}
	/**/
	.footer .footLogo {
		padding-bottom: 25px;
	    margin-bottom: 25px;
	}
	/**/
	.location .cont{
		padding: 12px 0px;
	}
	/**/
	.index_product{
		padding-top: 40px;
	}
	.index_product .image-wrapper{
		margin-bottom: 30px;
	}
	.index_video .right_w{
		bottom: 0;
	}
	.index_video .swiper-button-next, .index_video .swiper-button-prev{
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
	.index_video{
		/*padding-top: 40px;
   	    padding-bottom: 70px;*/
	}
	.moreBtn a{
		width: 130px;
	    height: 36px;
	    line-height: 34px;
	}
	.moreBtn a img{
		margin-left: 6px;
	}
	.obanner .comwidth .t3{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.video-cover .play-ico .icon img{
		width: 42px;
	}
	.history{
		padding: 60px 0px;
	}
	.history .box{
		margin-top: 40px;
	}
	.history .box:before{
		top: 43px;
	}
	.history .swiper-slide .drop{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.history .swiper-button-next, .history .swiper-button-prev{
		width: 40px;
		height: 40px;
		margin-top: -20px;
		top: 43px;
	}
	.mainBlog{
		padding-bottom: 60px;
	}
	.mainBlog .swiper-slide .text{
		padding: 30px 30px 100px;
	}
	.mainBlog .box{
		margin-top: 40px;
	}
	.compliance ul li{
		padding: 25px 0px;
	}
	.compliance ul li .text .t1{
		width: 60px;
		padding-right: 10px;
	}
	.compliance ul li .text .t2 .sp{
		padding-left: 25px;
		background: url(/static/default/assets/img/icon34.png) top left no-repeat;
    	background-size: 18px auto;
	}
	.compliance ul li .com32{
		font-size: 16px;
	}
	.compliance ul li .imgBox:before{
		background: rgba(0,114,197,0.2) url(/static/default/assets/img/icon33.png) center no-repeat;
    	background-size: 28px auto;
	}
	.page-list a {
	    min-width: 40px;
	    height: 40px;
	    line-height: 38px;
	}
	/**/
	.contactInfor {
	    padding: 60px 0px 30px;
	}
	.InquiryForm{
		padding: 50px 0px;
	}
	.InquiryForm .inquiry .btn{
		width: 150px;
	}
	.InquiryForm .inquiry .txtli .t2 input,
	.InquiryForm .inquiry .txtli .t2 select{
		height: 42px;
		line-height: 42px;
	}
	.InquiryForm .inquiry .txtli textarea{
		min-height: 120px;
	}
	/**/
	.searchbox .inputText {
	    width: calc(100% - 56px);
	    height: 56px;
	    line-height: 56px;
	    padding-left: 50px;
	    background: url(/static/default/assets/img/icon31.png) left 20px center no-repeat;
	}
	.searchbox .inputBtn{
		width: 56px;
		height: 56px;
    	line-height: 56px;
	}
	.download{
		padding-bottom: 50px;
	}
	.download .box{
		margin-top: 45px;
	}
	.download .box ul{
		margin-bottom: 10px;
	}
	.expression {
	    padding-top: 40px;
	    padding-bottom: 60px;
	}
	.gridBox li{
		padding: 8px;
	}
	/**/
	.mainBlog .swiper-button-next, .mainBlog .swiper-button-prev{
		width: 40px;
		height: 40px;
	}
	.mainBlog .swiper-slide .text .t1 a{
		height: 48px;
	}
	/**/
	.fresorBanner .text .ic{
		margin-bottom: 10px;
	}
	.fresorBanner .text .ic img, .fresor .text .ic img{
		max-height: 24px;
	}
	.fresorBanner.swiper-container-horizontal>.swiper-pagination-bullets, .fresorBanner .swiper-pagination-custom, .fresorBanner .swiper-pagination-fraction{
		bottom: 16px;
	}
	.fresorBanner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 5px;
	}
	.fresorBanner .swiper-pagination-bullet{
		width: 7px;
		height: 7px;
	}
	.fresor .solution .text{
		top: 40px;
	}
	.fresor .series .gallery-thumbs ul li{
		font-size: 12px;
	}
	.fresor .series .gallery-thumbs ul li .img img{
		max-height: 12px;
	}
	.fresor .series .hd-left{
		padding-top: 50px;
		margin-bottom: 30px;
	}
	.fresor .series .hd-slide-list{
		margin-top: 40px;
	}
	/*.fresor .series .hd-slide-list .hd-item{
		width:calc((100% - 20px) / 2);
	    margin-right: 20px;
	    margin-bottom: 30px;
	}
	.fresor .series .hd-slide-list .hd-item:nth-child(4n){
		margin-right: 20px;
	}
	.fresor .series .hd-slide-list .hd-item:nth-child(2n){
		margin-right: 0;
	}
	.fresor .series .hd-slide-list .hd-item .txt{
		padding-top: 16px;
	}*/
	.about_fresor{
		padding-top: 50px;
	}
	.about_fresor .text .t1{
		margin-bottom: 15px;
	}
	/**/
	.Global{
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.Global .GlobalImg{
		margin-top: 30px;
	}
	.Global .areaList{
		margin-top: 30px;
	}
	.Global .areaList .item{
		margin-bottom: 20px;
	}
	.Global .areaList .itemBox ul li{
		width: calc((100% - 20px) / 2);
	}
	.Global .areaList .itemBox ul li:nth-child(4n){
		margin-right: 20px;
	}
	.Global .areaList .itemBox ul li:nth-child(3n){
		margin-right: 20px;
	}
	.Global .areaList .itemBox ul li:nth-child(2n){
		margin-right: 0;
	}
	.Global .GlobalImg .aniText ul li {
	    transform: scale(0.4);
	    transform-origin: center;
	}
	.Global .GlobalImg .aniText ul li.d1 {
	    left: 5%;
    	top: 11%;
	}
	.Global .GlobalImg .aniText ul li.d2{
		top: 29%;
    	left: 43%;
	}
	.Global .GlobalImg .aniText ul li.d3 {
	    right: 32%;
    	top: 0;
	}
	.Global .GlobalImg .aniText ul li.d4 {
	    right: 16%;
    	top: 3%;
	}
	.newDetail {
	    padding-top: 40px;
	}
	.newDetail .subtitle .com24{
		font-size: 20px;
	}
	.newDetail .thumNew{
		margin-top: 20px;
	}
	.productList {
	    padding-top: 40px;
	}
	/**/
	.feature .item1 .imgBox img, .feature .item2 .imgBox img{
		max-width: 94%;
	}
	.feature .item2 .box{
		padding-top: 50px;
	}
	.feature .item4 .box{
		padding-top: 50px;
	}
	.ListDisplay{
		padding-top: 50px;
		background: url(/static/default/assets/img/img68.png) top center repeat-x;
    	background-size: auto 50px;
	}
	.ListDisplay .item .text{
		padding-top: 50px;
		padding-bottom: 40px;
	}
	.specification .box .text .t1, .colorOptions .title, .ListDisplay .item .text .t1, .feature .title .com70, .feature .text .t1, .feature .section .textBox .com70{
		font-size: 21px;
	}
	.verification .box{
		padding-top: 40px;
    	padding-bottom: 50px;
	}
	.VerifyForm .inputText{
		width: calc(100% - 100px);
		height: 46px;
    	line-height: 44px;
	}
	.VerifyForm .inputBtn{
		width: 100px;
		height: 46px;
    	line-height: 44px;
	}
	.verification .imgBox{
		margin-top: 30px;
	}
	.feature .section1 .textBox{
		top: 15%;
	}
}


/*20230801*/
.bigPicLayer {
    display: none;
    width: 1000px;
    height: 556px;
    position: fixed;
	z-index:1000;

    top: 40% !important;
    margin-top: -180px;

}
.video-js{
	height:550px;
}


.bigPicLayer .close {
    display: block;
    width: 38px;
    height: 38px;
    background: url(/static/default/assets/img/closebtn.png) no-repeat;
    right: -50px;
    top: -50px;
    position: relative;
    position: absolute;
    z-index: 1000;
}

.bigPicLayer .close em {
    width: 1px;
    height: 50px;
    background: #009690;
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -0.5px;
    top: 100%;
}

.bigPicLayer .imgDiv {
    text-align: center;
}

.bigPicLayer .imgDiv img {
    width: 100%;
}

.bigPicLayer .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: 999;
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: #000;
}




@media screen and (max-width: 1004px) {
    .bigPicLayer {
        display: none;
        width: 100%;
        height: 100$;
        position: fixed;
        z-index: 1000;
        top: 40% !important;
        margin-top: -100px;
  
    }
	
	.video-js{
	height:350px;
}

   
    .bigPicLayer .close {
        display: block;
        width: 48px;
        height: 48px;
        background: url(/static/default/assets/img/m5_off.png?v=2020) no-repeat;
        right: 40px;
        top: -50px;
        position: relative;
        position: absolute;
        z-index: 222;
    }

    .bigPicLayer .close em {
        width: 1px;
        height: 20px;
        background: #0a448d;
        display: none;
        position: absolute;
        left: 50%;
        margin-left: -0.5px;
        top: 100%;
    }
	#tanchu .wrap{
		text-align:center;
		margin:0 auto
	}
     #CuPlayer iframe{
	  width:90%;
	  height:170px;
      }
    .bigPicLayer .imgDiv {
        height: 169px;
    }

}



/*20230814*/
.lunbotu .swiper-button-next.swiper-button-disabled, 
.lunbotu .swiper-button-prev.swiper-button-disabled{
	opacity: 0;
}
.nano-details .mobile {
    display: none;
}
.nano-details .relative {
    position: relative!important;
}
.nano-details .wrapper {
    overflow: hidden;
}
.nano-details .relative .img-icon, 
.nano-details .relative .img-box, 
.nano-details .relative .video-box {
    font-size: 0;
    line-height: 0;
}
.nano-details .height-normal {
    height: 860px;
    overflow: hidden;
}
.nano-details .section{
    max-width: 1440px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.nano-details .absolute-row-center {
    position: absolute!important;
    left: 50%;
    top: 0;
    transform: translate(-50%);
}
.nano-details .content h2 {
    word-wrap: break-word;
}
.nano-details .content h2{
    word-wrap: break-word;
}
.nano-details .upox h2 {
	font-family: "MontserratBold";
    font-size: 48px;
    letter-spacing: .01em;
    /*line-height: 55px;*/
    line-height: 1.145833333333333;
}
.nano-details .upox h2 small,
.nano-details .upox h3{
	font-family: "MontserratSemiBold";
    font-size: 35px;
    /*line-height: 40px;*/
   	line-height: 1.142857142857143;
    display: block;
    font-weight: 400;
    margin-top: 10px;
}
.nano-details .upox p {
	/*font-family: "MontserratRegular"; */
	font-family: "MontserratLight"; 
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: .6px;
}
.nano-details .scroll-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nano-details .scroll-wrapper .img-box {
   /* height: 305px;*/
    display: inline-block;
}
.nano-details .scroll-wrapper .img-box img {
    height: inherit;
    width: auto;
}
.nano-details .fr {
    float: right;
}
.nano-details .part5 .fr,
.nano-details .part6 .fl,
.nano-details .part7 .fr{
	max-width: 770px;
}
.nano-details .text-center {
    text-align: center!important;
}
.nano-details .absolute-center {
    position: absolute!important;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
/*.nano-details .margin-top-little {
    margin-top: 30px!important;
}
.nano-details .margin-bottom-none {
  margin-bottom: 0;
}
.nano-details .margin-top-normal {
  margin-top: 60px ;
}
.nano-details .margin-bottom-normal {
  margin-bottom: 60px ;
}
.nano-details .padding-top-normal {
  padding-top: 60px !important;
}
.nano-details .padding-left-normal {
  padding-left: 60px !important;
}
.nano-details .padding-right-normal {
  padding-right: 60px !important;
}
.nano-details .padding-bottom-normal {
  padding-bottom: 60px;
}
.nano-details .margin-top-big {
  margin-top: 90px !important;
}
.nano-details .margin-bottom-big {
  margin-bottom: 90px !important;
}
.nano-details .margin-left-big {
  margin-left: 90px !important;
}
.nano-details .margin-right-big {
  margin-right: 90px !important;
}
.nano-details .margin-top-bigger {
    margin-top: 110px!important;
}
.nano-details .margin-bottom-little {
  margin-bottom: 35px !important;
}
.nano-details .margin-top-little {
  margin-top: 30px !important;
}
.nano-details .margin-bottom-bigger {
  margin-bottom: 110px !important;
}
.nano-details .padding-bottom-bigger {
  padding-bottom: 110px!important;
}
.nano-details .padding-top-bigger {
  padding-top: 110px!important;
}
.nano-details .content p:not(:last-child), 
.nano-details .content dl:not(:last-child), 
.nano-details .content ol:not(:last-child), 
.nano-details .content ul:not(:last-child), 
.nano-details .content blockquote:not(:last-child), 
.nano-details .content pre:not(:last-child), 
.nano-details .content table:not(:last-child) {
    margin-bottom: 30px;
}*/
.nano-details .container {
    position: relative;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.nano-details .one-fourth {
    width: calc(25% - 20px);
}
.nano-details .container .column{
	margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 18px;
}
.nano-details .image-wrapper {
    transform-style: preserve-3d;
    perspective: 1000px;
}
.nano-details .image-wrapper .image-box {
    font-size: 0;
    line-height: 0;
    transition: all .3s ease-in-out;
    text-align: center;
}
.nano-details .video iframe, .nano-details .video object, .nano-details .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.nano-details .flex-justify-between {
    justify-content: space-between;
    display: flex!important;
}
.nano-details .flex-justify-center {
    justify-content: center;
    display: flex!important;
}
/**/
.nano-details .relative .img-box img{
	width: 100%;
}
.nano-details .part1 .textBox{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
}
.nano-details .part1 .textBox span{
	display: inline-block;
}
.nano-details .part1 .textBox h2{
	font-family: "MontserratSemiBold";
	font-size: 90px;
	line-height: 1.22222;
}
.nano-details .part1 .textBox h2{
	font-family: 'AcmeGothicExtrawideSemibold';
	font-size: 49px;
	margin-bottom: 35px;
}
.nano-details .textBox h2 img{
	max-width: 72%;
}
.nano-details .part3 .upox h2{
	margin-top: 120px;
}
.nano-details .part3 .scroll-wrapper{
	margin-top: 120px;
}
.nano-details .part4 .upox h2{
	/*margin-top: 180px;*/
	margin-top: 110px;
}
.nano-details .part4 .upox .txt{
	margin-bottom: 50px;
}
.nano-details .part5 .upox h2{
	font-size: 40px;
}
.nano-details .part5 .upox .txt{
	margin-bottom: 50px;
}
.nano-details .part6 .upox h2{
	margin-bottom: 50px;
}
.nano-details .part7 .upox h2{
	margin-top: 80px;
	margin-bottom: 50px;
}
.nano-details .part7 .img-icon.img{
	margin-top: 60px;
}
.nano-details .part7 .img-icon.icon{
	width: 250px;
}
.nano-details .part7 .img-icon img{
	max-width: 100%;
}
.nano-details .part8{
	padding-top: 100px;
	padding-bottom: 50px;
}
.nano-details .part8 .section{
	max-width: 1100px;
	width: 90%;
	margin: auto;
}
.nano-details .part8 .img-icon{
	width:270px;
	display: inline-block;
}
.nano-details .part8 .upox h2{
	margin-top: 10px;
	margin-bottom: 23px;
}
.nano-details .part8 .upox p{
	letter-spacing: inherit;
}
.nano-details .part8 .img-box{
 	margin-top: 60px;
}
.nano-details .part9{
	padding-top: 100px;
	padding-bottom: 120px;
}
.nano-details .part9 h2{
	font-family: "MontserratBold";
    font-size: 40px;
    letter-spacing: .01em;
    line-height: 55px;
}
.nano-details .part9 .container{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin-top: 50px;
}
/*.nano-details .part9 .image-wrapper .image-box{
	border-radius: 40px;
}
.nano-details .part9 .image-wrapper:hover .image-box {
    box-shadow: 0 2px 12px #00000040;
}*/
.nano-details .container .column{
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.nano-details .container .column:hover{
   /* box-shadow: 0 2px 12px #00000040;*/
  	box-shadow: 0 8px 20px #00000040;
}
.nano-details .part9 .image-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.nano-details .container .column{
	/*background-color: #FFFFFF;*/
    border-radius: 40px;
    overflow: hidden;
}
.nano-details .part9 .txtBox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 16px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	min-height: 40px;
}
.nano-details .part9 .txtBox .t1{
	font-family: "MontserratLight";
	color: #000000;
	font-size: 12px;
	line-height: 1.2;
	text-transform: uppercase;
	/*padding-right: 10px;*/
	min-width: 110px;
	box-sizing: border-box;
}
.nano-details .part9 .txtBox .t1 span{
	display: inline-block;
	padding: 0px 8px;
	border-radius: 20px;
	border: #000000 solid 1px;
}
.nano-details .part9 .txtBox .t2{
	position: relative;
	padding-left: 14px;
	font-family: "MontserratSemiBold";
	color: #000000;
	font-size: 13px;
	line-height: 1.1;
	text-transform: uppercase;
	box-sizing: border-box;
}
.nano-details .part9 .txtBox .t2:before{
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #000000;
}
.nano-details .part10 .fl{
	max-width: 670px;
}
.nano-details .part10 .upox h2{
	margin-top: 160px;
	margin-bottom: 50px;
}
.nano-details .part11 .upox h2{
	margin-top: 100px;
	margin-bottom: 50px;
}
.nano-details .part11 ul{
	font-size: 19px;
	/*font-family: "MontserratMedium";*/
	font-family: "MontserratLight"; 
	line-height: 1.5;
}
.nano-details .part11 ul li{
	margin-left: 18px;
	margin-right: 18px;
}
.nano-details .flex-right{
	display: flex;
	justify-content: flex-end;
}
.nano-details .flex-right .textBox{
	width: 47%;
}
.nano-details .flex-right h2{
	/*margin-top: 100px;*/
	margin-top: 90px;
}
.nano-details .flex-right .txt{
	margin-bottom: 36px;
}
/*.nano-details .flex-right .imgBox{
	margin-top: 20px;
}
.nano-details .flex-right .imgBox img{
	max-width: 90%;
}*/
/**/
@media screen and (max-width: 1680px){
	/*.nano-details .part1 .textBox h2{
		font-size: 40px;
		margin-bottom: 30px;
	}
	.nano-details .part1 .textBox h2{
		font-size: 64px;
	}*/
	.nano-details .upox h2{
		font-size: 42px;
	}
	.nano-details .upox h2 small,
	.nano-details .upox h3{
		font-size: 32px;
	}
	.nano-details .upox p{
		font-size: 18px;
	}
	.nano-details .part9 h2{
		font-size: 36px;
	}
	.nano-details .part5 .upox h2{
		font-size: 36px;
	}
	.nano-details .height-normal{
		height: 680px;
	}
	.nano-details .part3 .upox h2,
	.nano-details .part3 .scroll-wrapper{
		margin-top: 90px;
	}
	.nano-details .part4 .upox h2{
		/*margin-top: 120px;*/
		margin-top: 90px;
	}
	.nano-details .part7 .upox h2 {
	    margin-top: 60px;
	}
	.nano-details .part7 .img-icon.img{
		margin-top: 50px;
	}
	.nano-details .part9 .txtBox .t2{
		font-size: 12px;
	}
	.nano-details .part10 .upox h2{
		margin-top: 120px;
	}
	.nano-details .part11 ul{
		font-size: 18px;
	}
	.nano-details .part4 .upox .txt,
	.nano-details .part5 .upox .txt,
	.nano-details .part6 .upox h2,
	.nano-details .part7 .upox h2,
	.nano-details .part10 .upox h2,
	.nano-details .part11 .upox h2{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 1440px){
	.nano-details .part1 .textBox h2{
		font-size: 36px;
	}
	.nano-details .part1 .textBox h2{
		font-size: 56px;
	}
	.nano-details .upox h2{
		font-size: 36px;
	}
	.nano-details .upox p{
		font-size: 16px;
	}
	.nano-details .upox h2 small,
	.nano-details .upox h3{
		font-size: 28px;
	}
	.nano-details .part5 .upox h2{
		font-size: 32px;
	}
	.nano-details .part9 h2{
		font-size: 32px;
	}
	.nano-details .height-normal{
		height: 640px;
	}
	.nano-details .part3 .scroll-wrapper{
		margin-top: 70px;
	}
	.nano-details .part7 .upox h2{
		margin-top: 50px;
	}
	.nano-details .part7 .img-icon.img{
		margin-top: 40px;
	}
	.nano-details .part8{
		padding-top: 80px;
	}
	.nano-details .part8 .img-box{
		margin-top: 50px;
	}
	.nano-details .part9 {
	    padding-top: 80px;
	    padding-bottom: 100px;
	}
	.nano-details .part11 .upox h2{
		margin-top: 70px;
	}
	.nano-details .part11 ul{
		font-size: 16px;
	}
	.nano-details .flex-right h2{
		margin-top: 80px;
	}
	.nano-details .flex-right .txt{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 1280px){
	.nano-details .height-normal{
		height: 570px;
	}
	.nano-details .part4 .upox h2{
	/*	margin-top: 100px;*/
		margin-top: 65px;
	}
	.nano-details .part7 .upox h2{
		margin-top: 30px;
	}
	.nano-details .part1 .textBox h2{
		font-size: 32px;
	}
	.nano-details .part1 .textBox h2{
		font-size: 50px;
	}
	.nano-details .part10 .upox h2{
		margin-top: 100px
	}
	.nano-details .part4 .upox .txt, 
	.nano-details .part5 .upox .txt, 
	.nano-details .part6 .upox h2, 
	.nano-details .part7 .upox h2, 
	.nano-details .part10 .upox h2, 
	.nano-details .part11 .upox h2{
		margin-bottom: 30px;
	}
	.nano-details .flex-right h2{
		margin-top: 70px;
	}
}
@media screen and (max-width: 1024px){
	.nano-details .upox h2{
		font-size: 32px;
	}
	.nano-details .upox h2 small,
	.nano-details .upox h3{
		font-size: 24px;
	}
	.nano-details .upox p{
		font-size: 14px;
	}
	.nano-details .part3 .upox h2, .nano-details .part3 .scroll-wrapper{
		margin-top: 70px;
	}
	.nano-details .height-normal{
		height: 460px;
	}
	.nano-details .part4 .upox h2{
		/*margin-top: 70px;*/
		margin-top: 50px;
	}
	.nano-details .part7 .img-icon.img{
		margin-top: 30px;
		width: 66%;
	}
	.nano-details .part7 .img-icon.icon{
		width: 180px;
	}
	.nano-details .part8{
		padding-top: 70px;
	}
	.nano-details .part8 .img-icon{
		width: 200px;
	}
	/*.nano-details .one-fourth{
		width: calc(33.33% - 20px);
	}*/
	.nano-details .part9{
		padding-top: 70px;
    	padding-bottom: 80px;
	}
	.nano-details .part10 .upox h2{
		margin-top: 70px;
	}
	.nano-details .flex-right h2{
		margin-top: 60px;
	}
	
}
@media screen and (max-width: 991px){
	.nano-details .desk {
	    display: none;
	}
	.nano-details .mobile {
	    display: block;
	    font-size: 0;
	    line-height: initial;
	}
	.nano-details .section{
		width: 88.533333%;
		box-sizing: border-box;
		margin: auto;
	}
	/*.nano-details .part1 .textBox{
		width: 90%;
		-webkit-transform: translate(-50%, 0%);
    	transform: translate(-50%, 0%);
    	top: 68px;
    	text-align: center;
	}
	.nano-details .part1 .textBox h2{
		font-size: 72px;
		line-height: 1.111111111111111;
	}
	.nano-details .part1 .textBox h2{
		font-size: 49px;
		margin-bottom: 20px;
	}
	.nano-details .part1 .textBox h2 img{
		max-width: 50vw;
	}*/
	/*.nano-details .margin-bottom-none {
		margin-bottom: 0!important;
	}
	.nano-details .margin-top-littler {
		margin-top: 2.6667vw !important;
	}
	
	.nano-details .margin-bottom-littler {
		margin-bottom: 2.6667vw !important;
	}
	
	.nano-details .margin-top-little {
		margin-top: 4vw !important;
	}
	
	.nano-details .margin-bottom-little {
		margin-bottom: 4vw !important;
	}
	
	.nano-details .margin-bottom-normal {
		margin-bottom: 8vw !important;
	}
	
	.nano-details .margin-top-normal {
		margin-top: 8vw !important;
	}
	
	.nano-details .margin-top-big {
		margin-top: 12vw !important;
	}
	
	.nano-details .margin-bottom-big {
		margin-bottom: 12vw !important;
	}
	
	.nano-details .margin-bottom-bigger {
		margin-bottom: 14.6667vw !important;
	}
	
	.nano-details .margin-top-bigger {
		margin-top: 14.6667vw !important;
	}
	
	.nano-details .margin-top-biggest {
		margin-top: 26.6667vw !important;
	}
	
	.nano-details .padding-right-litter {
		padding-right: 2.6667vw !important;
	}
	
	.nano-details .padding-left-litter {
		padding-left: 2.6667vw !important;
	}
	
	.nano-details .padding-right-little {
		padding-right: 5.3333vw !important;
	}
	
	.nano-details .padding-left-little {
		padding-left: 5.3333vw !important;
	}
	
	.nano-details .padding-left-right-little {
		padding-left: 5.3333vw !important;
		padding-right: 5.3333vw !important;
	}
	
	.nano-details .padding-top-normal {
		padding-top: 8vw !important;
	}
	
	.nano-details .padding-left-right-normal {
		padding-left: 8vw!important;
		padding-right: 8vw!important;
	}
	
	.nano-details .padding-bottom-bigger {
		padding-bottom: 14.6667vw !important;
	}
	
	.nano-details .padding-top-bigger {
		padding-top: 14.6667vw !important;
	}
	
	.nano-details .mobile .upox .margin-top-big {
		margin-top: 12vw !important;
	}
	
	.nano-details .mobile .upox .margin-bottom-bigger {
		margin-bottom: 14.6667vw !important;
	}*/
	
	.nano-details .height-normal {
		height: 133.333vw;
		position: relative;
	}
	
	.nano-details .height-normal>p {
		margin: 0 !important;
	}
	
	.nano-details .height-normal>img {
		height: inherit;
		width: auto;
		max-width: -webkit-fit-content;
		max-width: fit-content;
		margin-left: 50%;
		transform: translateX(-50%);
	}
	/*.nano-details .content h2 {
	    font-size: 1.5em;
	    margin-bottom: 0.6666em;
	    word-wrap: break-word;
	}*/
	.nano-details .upox h2 {
	    /*font-size: 6.6667vw!important;
	    line-height: 1.4!important;*/
	   	font-family: "MontserratBold";
	   	font-size: 72px;
	   	line-height: 1.111111111111111;
	}
	.nano-details .upox h2 {
	    /*font-size: 4.6vw!important;
	    line-height: 1.4!important;*/
	   	font-size: 48px;
	   	line-height: 1.145833333333333;
	}
	.nano-details .part5 .upox h2{
		font-size: 48px;
	   	line-height: 1.145833333333333;
	}
	.nano-details .upox h2 small,
	.nano-details .upox h3{
		font-size: 35px;
	   	line-height: 1.142857142857143;
	}
	.nano-details .upox p {
	    /*font-size: 3.2vw;
	    line-height: 1.4;*/
	   	font-size: 24px;
	    line-height: 1.25;
	}
	.nano-details .part3{
		padding-bottom: 90px;
	}
	.nano-details .part3 .upox h2, 
	.nano-details .part3 .swiper-container{
		margin-top: 80px;
	}
	.nano-details .mobile-auto-swiper.upbar-nano .img-box{
		max-width: 80%;
	}
	.nano-details .swiper-container .swiper-notification {
	    position: absolute;
	    left: 0;
	    top: 0;
	    pointer-events: none;
	    opacity: 0;
	    z-index: -1000;
	}
	.nano-details .mobile-auto-swiper .img-box {
	    width: 18.6667vw;
	    margin: 0 auto;
	}
	.nano-details .mobile-auto-swiper.upbar-nano .img-box {
	    width: 100%;
	}
	.nano-details .mobile-page-swiper .swiper-pagination {
	    background-color: #e2e2e2;
	    width: 57.6667vw;
	    margin: 0 auto;
	    border-radius: 3.3333vw;
	}
	.nano-details .mobile-page-swiper .swiper-pagination .swiper-pagination-bullet {
	    background-color: #e2e2e2;
	    color: #000000;
	    height: 6.6667vw;
	    line-height: 6.6667vw;
	    width: 49%;
	    border-color: transparent;
	    border-radius: 3.3333vw;
	    margin: 0;
	}
	.nano-details .mobile-page-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	    background-color: #000000;
	    color: #ffffff;
	}
	.nano-details .mobile-page-swiper .swiper-pagination .swiper-pagination-bullet:nth-child(1)::before {
	    content: 'SPECIFICATIONS';
	    font-size: 2.1333vw;
	}
	.nano-details .mobile-page-swiper .swiper-pagination .swiper-pagination-bullet:nth-child(2)::before {
	    content: 'Product Size';
	    font-size: 2.1333vw;
	}
	.nano-details .part9 .container{
		width: 100%;
	}
	.nano-details .one-half{
		width: calc((100% - 18px) / 2);
	}
	.nano-details .container .column {
	    margin-left: 0;
	    margin-right: 18px;
	}
	.nano-details .container .column:nth-child(2n){
		margin-right: 0;
	}
	.nano-details .one-fifth {
	    width: calc(33.33% - 4vw);
	}
	.nano-details .mobile-page-swiper .swiper-pagination{
		position: static;
		margin-top: 20px;
	}
	.nano-details .flex-justify-center {
	    display: flex!important;
	    justify-content: center;
	}
	.nano-details .part4 .upox .txt, 
	.nano-details .part5 .upox .txt, 
	.nano-details .part6 .upox h2, 
	.nano-details .part7 .upox h2, 
	.nano-details .part10 .upox h2, 
	.nano-details .part11 .upox h2{
		margin-bottom: 37px;
	}
	.nano-details .part4 .upox h2{
		margin-top: 70px;
	}
	.nano-details .part5 .upox h2{
		margin-top: 70px;
	}
	.nano-details .absolute-row-bottom {
	    position: absolute!important;
	    left: 50%;
	    bottom: 0;
	    transform: translate(-50%);
	}
	.nano-details .part6 .absolute-row-bottom {
		bottom: 58px;
	}
	.nano-details .part7 .textBox{
		width: 88.533333%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 58px;
	}
	.nano-details .part7 .textBox h2{
		margin-bottom: 15px;
	}
	.nano-details .part7 .upox h2{
		margin-top: 70px;
	}
	.nano-details .part7 .img-icon{
		margin-top: 30px;
	}
	.nano-details .part7 .img-icon img{
		max-width: 38%;
	}
	.nano-details .part7 .imgBox{
		width: 100%;
		text-align: center;
		position: relative;
    	top: -40px;
	}
	.nano-details .part7 .imgBox img{
		max-width: 100%;
	}
	.nano-details .part8{
		padding-top: 58px;
		padding-bottom: 58px;
	}
	.nano-details .part8 .section{
		text-align: right;
		width: 88.533333%;
	}
	.nano-details .part8 .section h2{
		margin-top: 0;
	}
	.nano-details .part8 .img-box{
		margin-top: 50px;
		text-align: left;
	}
	.nano-details .part8 .img-box img{
		max-width: 38%;
	}
	.nano-details .part8 .imgBox{
		margin-top: 50px;
	}
	.nano-details .part8 .imgBox img{
		width: 100%;
	}
	.nano-details .part9{
		padding-top: 58px;
		padding-bottom: 40px;
	}
	.nano-details .part9 .column{
		border-radius: 4vw;
	}
	.nano-details .part10{
		padding-top: 58px;
		padding-bottom: 58px;
	}
	.nano-details .part11 .absolute-row-center{
		top: 58px;
	}
	.nano-details .part11 .upox h2{
		margin-top: 0;
		margin-bottom: 23px;
	}
	/*.nano-details .part9 .one-half{
		width: 100%;
		margin-right: 0 !important;
	}*/
	.nano-details .part9 .image-wrapper .image-box img{
		width: 100%;
	}
	.nano-details .part9 .txtBox{
		flex-wrap: wrap;
		min-height: 1px;
		padding: 15px 25px;
		/*padding: 6px 16px;*/
	}
	.nano-details .part9 .txtBox .t1{
		display: block;
		width: 100%;
		margin-bottom: 5px;
		font-size: 13px;
		line-height: 15px;
	}
	.nano-details .part9 .txtBox .t2{
		display: block;
		width: 100%;
		font-size: 13px;
		line-height: 15px;
	}
	.nano-details .flex-right .textBox{
		width: 100%;
	}
	.nano-details .flex-right h2{
		margin-top: 70px;
	}
}
@media screen and (max-width: 768px){
	.nano-details .part1 .textBox h2{
		font-size: 56px;
	}
	.nano-details .part1 .textBox h2{
		font-size: 40px;
	}
	.nano-details .upox h2,
	.nano-details .part5 .upox h2{
		font-size: 40px;
	}
	.nano-details .upox h2 small,
	.nano-details .upox h3{
		font-size: 30px;
	}
	.nano-details .upox p{
		font-size: 20px;
	}
}
@media screen and (max-width: 640px){
	.nano-details .part1 .textBox h2{
		font-size: 56px;
	}
	.nano-details .part1 .textBox h2{
		font-size: 36px;
	}
	.nano-details .upox h2,
	.nano-details .part5 .upox h2{
		font-size: 32px;
	}
	.nano-details .upox h2 small,
	.nano-details .upox h3{
		font-size: 24px;
	}
	.nano-details .upox p{
		font-size: 18px;
	}
	.nano-details .part3 .upox h2, .nano-details .part3 .swiper-container{
		margin-top: 70px;
	}
	.nano-details .part3{
		padding-bottom: 70px;
	}
	.nano-details .part4 .upox .txt, 
	.nano-details .part5 .upox .txt, 
	.nano-details .part6 .upox h2, 
	.nano-details .part7 .upox h2, 
	.nano-details .part10 .upox h2, 
	.nano-details .part11 .upox h2{
		margin-bottom: 25px;
	}
	.nano-details .part8 .imgBox{
		margin-top: 40px;
	}
	.nano-details .flex-right .txt{
		margin-bottom: 25px;
	}
	.nano-details .part7 .upox h2{
		margin-top: 60px;
	}
}
@media screen and (max-width: 540px){
	.nano-details .part1 .textBox h2{
		font-size: 44px;
	}
	.nano-details .part1 .textBox h2{
		font-size: 32px;
		margin-bottom: 15px;
	}
	.nano-details .upox h2,
	.nano-details .part5 .upox h2{
		font-size: 28px;
	}
	.nano-details .upox h2 small,
	.nano-details .upox h3{
		font-size: 20px;
	}
	.nano-details .upox p{
		font-size: 14px;
	}
	.nano-details .part3 .upox h2, .nano-details .part3 .swiper-container{
		margin-top: 60px;
	}
	.nano-details .part3{
		padding-bottom: 60px;
	}
	.nano-details .part4 .upox h2{
		margin-top: 60px;
	}
	.nano-details .part5 .upox h2{
		margin-top: 60px;
	}
	.nano-details .part4 .upox .txt, 
	.nano-details .part5 .upox .txt, 
	.nano-details .part6 .upox h2, 
	.nano-details .part7 .upox h2, 
	.nano-details .part10 .upox h2, 
	.nano-details .part11 .upox h2{
		margin-bottom: 20px;
	}
	.nano-details .part7 .upox h2{
		margin-top: 50px;
	}
	.nano-details .part8 .img-box{
		margin-top: 40px;
	}
	.nano-details .part8 .imgBox{
		margin-top: 30px;
	}
	.nano-details .part9 .container{
		margin-top: 40px;
	}
	.nano-details .flex-right h2{
		margin-top: 60px;
	}
	.nano-details .flex-right .txt{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 480px){
	.nano-details .part1 .textBox h2{
		font-size: 36px;
	}
	.nano-details .part1 .textBox h2{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.nano-details .upox h2,
	.nano-details .part5 .upox h2{
		font-size: 24px;
	}
	.nano-details .upox h2 small,
	.nano-details .upox h3{
		font-size: 18px;
		margin-top: 6px;
	}
	.nano-details .part3 .upox h2, .nano-details .part3 .swiper-container{
		margin-top: 40px;
	}
	.nano-details .part3{
		padding-bottom: 50px;
	}
	.nano-details .part4 .upox h2{
		margin-top: 40px;
	}
	.nano-details .part5 .upox h2{
		margin-top: 40px;
	}
	.nano-details .part4 .upox .txt, 
	.nano-details .part5 .upox .txt, 
	.nano-details .part6 .upox h2, 
	.nano-details .part7 .upox h2, 
	.nano-details .part10 .upox h2, 
	.nano-details .part11 .upox h2{
		margin-bottom: 15px;
	}
	.nano-details .part6 .absolute-row-bottom{
		bottom: 40px;
	}
	.nano-details .part7 .upox h2{
		margin-top: 40px;
	}
	.nano-details .part8{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.nano-details .part8 .imgBox{
		margin-top: 20px;
	}
	.nano-details .part8 .img-box{
		margin-top: 30px;
	}
	.nano-details .part9{
		padding-top: 40px;
	}
	.nano-details .part9 .container{
		margin-top: 30px;
	}
	.nano-details .part10{
		padding-top: 40px;
	}
	.nano-details .part11 .absolute-row-center{
		top: 40px;
	}
	.nano-details .flex-right h2{
		margin-top: 40px;
	}
	.nano-details .flex-right .txt{
		margin-bottom: 15px;
	}
}

/*20230825*/
.nano-details .video-box{
	width: 100%;
	overflow: hidden;
}
.nano-details .video-box video{
	width: 100%;
}
@media screen and (max-width: 991px){
	.nano-details .video-box{
		display: none;
	}
}
/*20230831*/
.Pvideo{
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100vh;
}
.Pvideo video{
	position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%,-50%);
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: none!important;
}
@media screen and (max-width: 991px){
	.Pvideo{
		display: none;
	}
}

/*20230915*/
.acotBox .swiper-button-next, 
.acotBox .swiper-button-prev{
    position: absolute;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    z-index: 10;
    cursor: pointer;
    border: #FFFFFF solid 1px;
    border-radius: 50%;
    -moz-background-size: 20px 12px;
    -webkit-background-size: 20px 12px;
    background-size: 20px 12px;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
}
.acotBox .swiper-button-prev, .acotBox .swiper-container-rtl .swiper-button-next{
    background-image: url(/static/default/assets/img/icon13.png);
    left: 50px;
    right: auto;
}
.acotBox .swiper-button-next, .acotBox .swiper-container-rtl .swiper-button-prev{
    background-image: url(/static/default/assets/img/icon14.png);
    right: 50px;
    left: auto;
}
.acotBox .swiper-button-next.swiper-button-disabled, 
.acotBox .swiper-button-prev.swiper-button-disabled{
	opacity: 0;
}
@media screen and (max-width: 1680px){
	.acotBox .swiper-button-next, .acotBox .swiper-button-prev{
		width: 70px;
	    height: 70px;
	    margin-top: -35px;
	}
	.acotBox .text{
		padding-left: 5%;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 1440px){
	.acotBox .swiper-button-next, .acotBox .swiper-button-prev{
		width: 60px;
	    height: 60px;
	    margin-top: -30px;
	}
}
@media screen and (max-width: 1024px){
	.acotBox .swiper-button-next, .acotBox .swiper-button-prev{
		width: 50px;
	    height: 50px;
	    margin-top: -25px;
	}
	.acotBox .swiper-button-prev, 
	.acotBox .swiper-container-rtl .swiper-button-next{
		left: 20px;
	}
	.acotBox .swiper-button-next, 
	.acotBox .swiper-container-rtl .swiper-button-prev{
	    right: 20px;
	}
}

@media screen and (max-width: 540px){
.acotBox .swiper-container{
	height:393px;
}
}

@media screen and (max-width: 540px){
	.acotBox .text{
		padding-left: 40px;
		padding-right: 40px;
	}
	.acotBox .swiper-button-next, .acotBox .swiper-button-prev{
		width: 40px;
	    height: 40px;
	    margin-top: -20px;
	}
	.acotBox .swiper-button-prev, 
	.acotBox .swiper-container-rtl .swiper-button-next{
		left: 12px;
	}
	.acotBox .swiper-button-next, 
	.acotBox .swiper-container-rtl .swiper-button-prev{
	    right: 12px;
	}
}


#preloader_1 {
    position: relative;
    width: 52px;
    margin: auto;
}
#preloader_1 span{
	display:block;
	bottom: 0px;
	width: 6px;
	height: 4px;
	background:#999999;
	position:absolute;
	-webkit-animation: preloader_1 1.5s	infinite ease-in-out;
	-moz-animation: preloader_1 1.5s infinite ease-in-out;
	-ms-animation: preloader_1 1.5s	infinite ease-in-out;
	-o-animation: preloader_1 1.5s infinite ease-in-out;
	animation: preloader_1 1.5s	infinite ease-in-out;
}
#preloader_1 span:nth-child(2){
	left: 11px;
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-ms-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s;
}
#preloader_1 span:nth-child(3){
	left: 22px;
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-ms-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s;
}
#preloader_1 span:nth-child(4){
	left: 33px;
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
}
#preloader_1 span:nth-child(5){
	left: 44px;
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-ms-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s;
}
@-webkit-keyframes preloader_1 {
    0% {height:4px;-webkit-transform:translateY(0px);background:#999999;}
    25% {height:24px;-webkit-transform:translateY(12px);background:#0072c5;}
    50% {height:4px;-webkit-transform:translateY(0px);background:#999999;}
    100% {height:4px;-webkit-transform:translateY(0px);background:#999999;}
}

@-moz-keyframes preloader_1 {
    0% {height:4px;-moz-transform:translateY(0px);background:#999999;}
    25% {height:24px;-moz-transform:translateY(12px);background:#00c7fd;}
    50% {height:4px;-moz-transform:translateY(0px);background:#999999;}
    100% {height:4px;-moz-transform:translateY(0px);background:#999999;}
}

@-ms-keyframes preloader_1 {
    0% {height:4px;-ms-transform:translateY(0px);background:#999999;}
    25% {height:24px;-ms-transform:translateY(12px);background:#00c7fd;}
    50% {height:4px;-ms-transform:translateY(0px);background:#999999;}
    100% {height:4px;-ms-transform:translateY(0px);background:#999999;}
}

@keyframes preloader_1 {
    0% {height:4px;transform:translateY(0px);background:#999999;}
    25% {height:24px;transform:translateY(12px);background:#00c7fd;}
    50% {height:4px;transform:translateY(0px);background:#999999;}
    100% {height:4px;transform:translateY(0px);background:#999999;}
}
@media screen and (max-width: 540px){
	#preloader_1{
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}



/**/
.searchResult{
	padding-top: 100px;
}
.searchResult .news{
	padding-top: 0;
	border-top: none;
}
@media screen and (max-width: 1536px){
	.searchResult{
		padding-top: 80px;
	}
}
@media screen and (max-width: 768px){
	.searchResult{
		padding-top: 70px;
	}
}
@media screen and (max-width: 540px){
	.searchResult{
		padding-top: 60px;
	}
	.searchResult .news .newList{
		padding-top: 40px;
	}
}
@media screen and (max-width: 480px){
	.searchResult{
		padding-top: 50px;
	}
}

.upbarBox .wrap .comwidth .text,
.upbarBox .part_pnt .comwidth .text{
	width: 39%;
}
@media screen and (max-width: 1024px){
	.upbarBox .wrap .comwidth .text,
	.upbarBox .part_pnt .comwidth .text{
		width: 100%;
	}
}
/*20230918*/
/*视频弹窗样式*/
.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: relative;
	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%;
}
.indexexample #Layer1 {
	position: fixed;
	z-index: 9;
	background: #000000;
	top: 0;
	left: 0;
	width: 100% !important;
}
/*.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{
	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;
	}
	
}


/**/
.openBox .wrap .open_btn span{
	height: 42px;
    line-height: 40px;
}
@media only screen and (max-width: 991px){
	.openBox .wrap{
		padding: 50px 40px;
	}
}
@media only screen and (max-width: 540px){
	.openBox .wrap{
		padding: 7% 5%;
	}
}
@media only screen and (max-width: 480px){
	.openBox .wrap .open_btn span{
		max-width: 46%;
		min-width: 116px;
		margin-left: 2%;
		margin-right: 2%;
		padding: 0px;
	}
}

.addvideoBox{
	position: relative;
	width: 100%;
}
.iframeBox{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.iframeBox iframe, .iframeBox object, .iframeBox embed{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.adddiv{
	position: relative;
}
.adddiv .videoBox{
	height: 100vh;
}
.maskBox .adddiv .warning{
	position: absolute;
	z-index: 5;
}

/*20230925*/
.news .largeImage .swiper-button-next, 
.news .largeImage .swiper-button-prev{
	width: 40px;
	height: 40px;
	margin-top: -20px;
	-moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.news .largeImage .swiper-button-prev, 
.news .largeImage .swiper-container-rtl .swiper-button-next {
    background-image: url(/static/default/assets/img/icon18b.png);
    left: 20px;
    right: auto;
}
.news .largeImage .swiper-button-next, 
.news .largeImage .swiper-container-rtl .swiper-button-prev {
    background-image: url(/static/default/assets/img/icon19b.png);
    right: 20px;
    left: auto;
}
.news .largeImage .text{
	max-width: 900px;
	width: 100%;
	padding: 0px 80px;
}
@media only screen and (max-width: 1440px){
	.news .largeImage .text{
		max-width: 100%;
	}
}
@media only screen and (max-width: 1024px){
	.news .largeImage .swiper-button-next, .news .largeImage .swiper-button-prev{
		width: 36px;
		height: 36px;
		margin-top: -18px;
	}
	.news .largeImage .text{
		padding-left: 70px;
		padding-right: 70px;
	}
}
@media only screen and (max-width: 540px){
	.news .largeImage .swiper-button-next, .news .largeImage .swiper-button-prev{
		width: 32px;
		height: 32px;
		margin-top: -16px;
	}
	.news .largeImage .swiper-button-prev, 
	.news .largeImage .swiper-container-rtl .swiper-button-next {
	    left: 15px;
	}
	.news .largeImage .swiper-button-next, 
	.news .largeImage .swiper-container-rtl .swiper-button-prev {
	    right: 15px;
	}
	.news .largeImage .text{
		padding-left: 55px;
		padding-right: 55px;
	}
}
@media only screen and (max-width: 480px){
	.news .largeImage .swiper-button-prev, 
	.news .largeImage .swiper-container-rtl .swiper-button-next {
	    left: 10px;
	}
	.news .largeImage .swiper-button-next, 
	.news .largeImage .swiper-container-rtl .swiper-button-prev {
	    right: 10px;
	}
	.news .largeImage .text{
		padding-right: 45px;
	}
}

.newDetail .box .content a{
	display:contents;
	color: #0065ed;
}


/**/
@media only screen and (min-width: 1025px){
	.adddiv .videoBox{
		height: auto;
	}
	.adddiv .videoBox video{
		position: static;
		height: auto;
	}
}

 .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 ====== */

 /*-----------------------------------------------------------------------------------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----------------------------------------------------------------*/