/*
 *	Created by Edward on 24/03/14
 *	Copyright (c) 2024 ishutime.com All rights reserved
*/

@font-face {
	font-family: 'iconfont';
	src: url('iconfont.woff2?t=1663740079843') format('woff2'),
		url('iconfont.woff?t=1663740079843') format('woff'),
		url('iconfont.ttf?t=1663740079843') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: SourceHanSans;
	/*src: url(https://website-ishutime.oss-cn-chengdu.aliyuncs.com/SourceHanSansCN-Regular.TTF) */
}

@font-face {
	font-family: din;
	src: url(../fonts/din-bold-webfont.woff2);
}

body,
html {
	color: #494949;
	font-family: SourceHanSans, "Microsoft YaHei", '微软雅黑', "Arial";
	font-weight: 500;
}
textarea,input{
	font-family: SourceHanSans, "Microsoft YaHei", '微软雅黑', "Arial";
	font-size: 14px;
}
sup {
    vertical-align: super;
    font-size: 12px;
}
#container{
	background: #fff;
}

.prevIcon,
.nextIcon {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	border: 1px solid rgba(255, 255, 255, .5);
	cursor: pointer;
	z-index: 50;
}

.prevIcon:hover {
	border: 1px solid rgba(255, 255, 255, 1);
}

.prevIcon:hover::after {
	opacity: 1;
}

.nextIcon:hover::after {
	opacity: 1;
}

.prevIcon {
	left: 1%;
}

.nextIcon {
	right: 1%;
}

.nextIcon:hover {
	border: 1px solid rgba(255, 255, 255, 1);
}

.prevIcon::after,
.nextIcon::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	content: '';
	background: center center no-repeat;
	background-size: cover;
	opacity: 0.5;
}

.prevIcon::after {
	background-image: url(../images/prevIcon.png);
}

.nextIcon::after {
	background-image: url(../images/nextIcon.png);
}

b {
	font-weight: 500;
}


.banner_box {
	width: 100%;
	height: 100vh;
	position: relative;
	transition: all 0.5s;
	opacity: 0;
	overflow: hidden;
}

.banner_box.active{
	opacity: 1;
}


.kv_area {
	width: 100%;
	height: 100%;
	position: relative;
}

.kv_in {
	position: relative;
	width: 100%;
	height: 100%;
	background: #faf9f7;
	overflow: hidden;
}

.kv {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	opacity: 0;
	transition: 1.0s ease-in-out;
}

.kv.pre {
	z-index: 20;
}

.kv.show {
	opacity: 1;
}

.kv .ph_area {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.kv .ph_out {
	position: relative;
	height: 100%;
}

.kv .ph {
	position: absolute;
	left: 0;
	transform: scale(1.15);
	top: 0;
	width: 100%;
	height: 100%;
	background: no-repeat center center;
	background-size: cover;
	transition: 6.5s cubic-bezier(0.61, 1, 0.88, 1);
}

.kv.show .ph {
	transform: translateX(0%) scale(1);
}

.home_video {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	object-fit: cover;
}

/* .kv01 .slogan{
	left: 50%;
	margin-left: -365px;
} */

.kv02 .slogan{
	top: 40%;
}

.kv02 .ph,
.kv03 .ph {
	background-position: center bottom;
}

.kv01 .ph {
	background-position: center top;
	background-image: url(https://website-ishutime.oss-cn-chengdu.aliyuncs.com/xinta/images/banner1.jpg);
}




.kv02 .ph {
	background-position: center top;
	background-image: url(https://website-ishutime.oss-cn-chengdu.aliyuncs.com/xinta/images/banner3.jpg);
}
.kv03 .ph {
	background-position: center top;
	background-image: url(https://website-ishutime.oss-cn-chengdu.aliyuncs.com/xinta/images/banner2.jpg);
}

.slogan {
	width: 38%;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -19%;
	top: 50%;
	color: #fff;
	z-index: 35;
	-webkit-transform: translateY(-50%) ;
	line-height: 1.2;
}

.kv03 .slogan .t{
	overflow: inherit;
}

.kv03 .slogan .t img{
	-webkit-transform: translateY(0%);
	
}

.swiper-slide-active.kv03 .slogan .t.t1 img {
    -webkit-transform: translateY(0%) translateX(-55%);
	opacity: 1;
}

.swiper-slide-active.kv03 .slogan .t.t2 img {
    -webkit-transform: translateY(0%) translateX(60%);
	opacity: 1;
}

.kv03 .slogan .t2{
	position: absolute;
	top: 6vw;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%);
	
}

.kv03 .slogan .t1{
	left: 50%;
	-webkit-transform: translateX(-50%);
	top: -6vw;
}

.kv03 .slogan .t1 img{
	-webkit-transform: translateX(-35%);
	opacity: 0;
}

.kv03 .slogan .t2 img{
	-webkit-transform: translateX(45%);
	opacity: 0;
}

.kv01 .slogan{
	left: 5%;
	top: 28%;
	margin-left: 0px;
}

.kv02 .slogan .t p{
	position: relative;
}

.kv02 .slogan::before,.kv02 .slogan::after{
	width: 0vw;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0%;
	content: '';
	background: #fff;
	-webkit-transition: all 2s cubic-bezier(0.215, 0.610, 0.355, 1) .5s;
}

.kv02 .slogan::before{
	left: 3vw;
	
}

.kv02 .slogan::after{
	left: auto;
	right: 3vw;
}

.kv02.swiper-slide-active .slogan::before{
	left: -7vw;
	width: 10vw;
}

.kv02.swiper-slide-active .slogan::after{
	left: auto;
	width: 10vw;
	right: -7vw;
}

.kv03 .slogan .t{
	overflow: inherit;
}

.swiper-slide-active .slogan .t.t2::before {
	transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .8s;
	width: 23%;
	left: 0%;
}

.swiper-slide-active .slogan .t.t2::after {
	transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .8s;
	width: 23%;
	right: 0%;
}

.slogan .cn1 {
	font-size: 6vw;
	text-align: center;
	font-family: kurd;
}

.slogan .cn2 {
	font-size: 2.5vw;
}

.scroll_txt {
	width: 50%;
	height: auto;
	position: absolute;
	left: 25%;
	text-align: center;
	bottom: 0%;
	z-index: 35;
	color: #fff;
	font-size: 12px;
	line-height: 1.7;
	opacity: 0;
	-webkit-transition: all 2s;
}

.bannerSwiper{
	height: 100vh;
}

.bannerSwiper .img{
	width:100%;
	height:100%;
	min-height:100%;
	transition:1s linear 2s;
	transform:scale(1.1,1.1);
}

.bannerSwiper .swiper-pagination-bullet{
	width: 35px;
	height: 5px;
	border-radius: 0px;
	background: rgba(255,255,255,0.5);
	opacity: 1;
	margin: 0px 7px !important;
	position: relative;
	outline: none;
}

.bannerSwiper .swiper-pagination-bullet::after{
	width: 0%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	content: '';
	background: #fff;
}

.bannerSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity: 1;
}
.bannerSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
	animation: bannerAnimate 6s linear 1 forwards;
}

@-webkit-keyframes bannerAnimate{
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
	}
}


.bannerSwiper .swiper-pagination{
	width: auto;
	left: 5%;
	bottom: 7%;
}

.bannerSwiper .img img{
	width: 100%;
	height: 100%;
}



.bannerSwiper .swiper-slide-active .img,.bannerSwiper .swiper-slide-duplicate-active .img{
		transition:7s ease;
		transform:scale(1,1);
}

.swiper-button-next, .swiper-button-prev{
	color: #fff;
}

.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 24px;
}


header {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0vw;
	display: flex;
	align-items: center;
	padding: 0px 5%;
	z-index: 30;
	justify-content: space-between;
}

header.active {
	background: #fff;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
}

header.active .logo img:nth-child(2) {
	opacity: 1;
}

header.active .logo img:nth-child(1) {
	opacity: 0;
}

header.active .nav_center .li .firstLab a {
	color: #3e3e3e;
}

header.active .search img:nth-child(2) {
	opacity: 1;
}

header.active .search img:nth-child(1) {
	opacity: 0;
}

header::before {
	width: 0%;
	height: 1px;
	position: absolute;
	left: 0px;
	top: 0px;
	content: '';
	background: rgba(255, 255, 255, .5);
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1);
	display: none;
}

header::after {
	width: 0%;
	height: 1px;
	position: absolute;
	left: 5%;
	bottom: 0px;
	content: '';
	background: rgba(255, 255, 255, .5);
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

header.show::after,
header.show::before {
	width: 90%;
}

.logo {
	width: 200px;
	position: relative;
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1);
	opacity: 0;
	left: 25px;
}

.logo img {
	transition: all .4s;
}

.logo img:nth-child(2) {
	position: absolute;
	left: 0%;
	top: 0%;
	opacity: 0;
}

header.show .logo {
	opacity: 1;
	left: 0px;
}

.search {
	width: 80px;
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) 0.9s;
	transform: scale(0);
	padding: 0px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;

}

header.show .search {
	transform: scale(1);
}

header.active .search {
	color: #3e3e3e;
}

nav {
	width: calc(100% - 400px);
	display: flex;
	position: relative;
}

.nav_center {
	width: 100%;
	display: flex;
	position: relative;
}

.nav_center .li{
	width: calc(100% / 7);
	position: relative;
	text-align: center;
	line-height: 80px;
	left: 25px;
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1);
	font-size: 18px;
	opacity: 0;
}

.nav_center .li:nth-child(2) {
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .15s;
}

.nav_center .li:nth-child(3) {
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .4s;
}

.nav_center .li:nth-child(4) {
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .45s;
}

.nav_center .li:nth-child(5) {
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .6s;
}

.nav_center .li:nth-child(6) {
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .75s;
}

.nav_center .li:nth-child(7) {
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .9s;
}

.nav_center .li:nth-child(8) {
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) 1s;
}

.nav_center .li .firstLab{
	width: 100%;
	position: relative;
}

.nav_center .li .firstLab a{
	color: #fff;
}

.nav_center .li .secondLab{
	width: 100%;
	position: absolute;
	height: auto;
	left: 0px;
	top: 98px;
	background: #fff;
	padding:15px 10px;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
	box-shadow: 10px 10px 30px rgba(0,0,0,.1);
}

.nav_center .li:hover .secondLab{
	top: 88px;
	opacity: 1;
	visibility: visible;
}

.nav_center .li .secondLab::before{
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: -5px;
	content: '';
}

.nav_center .li .secondLab::after{
	width: 100%;
	height: 10px;
	position: absolute;
	left: 0px;
	top: -10px;
	content: '';
}


.nav_center .li .secondLab a{
	height: auto;
	padding: 10px 0px;
	line-height: 20px;
	position: relative;
	display: block;
	color: #3e3e3e;
	font-size: 16px;
}


.nav_center .li .secondLab a:hover{
	color: #006db2;
}




/* nav a::after{
	width: 0%;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	content: '';
	background: #fff;
	transition: all .5s;
	border-radius: 5px;
}

nav a:hover::after{
	width: 100%;
	left: 0%;
} */



header.show .nav_center .li {
	opacity: 1;
	left: 0px;
}

.slogan .t {
	position: relative;
	overflow: hidden;
}




.slogan .t p {
	display: block;
	position: relative;
}

.slogan .t img {
	-webkit-transform: translateY(100%);
}

.swiper-slide-active .slogan .t img {
	-webkit-transform: translateY(0%);
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .3s;
}

.swiper-slide-active .slogan .t.t2 img {
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .4s;
}

.swiper-slide-active.kv03 .slogan .t img {
    -webkit-transition: all 3s cubic-bezier(0.215, 0.610, 0.355, 1) .4s !important;
}

.swiper-slide-active .slogan .t.t3 img {
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .6s;
}

.swiper-slide-active .slogan .t.t4 img {
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .7s;
}

.slogan .cn3,
.slogan .cn4 {
	text-align: center;
	position: relative;
}

.slogan.con {
	width: 50%;
	left: 25%;
	color: #231815;
}

.slogan .cn3 {
	text-transform: uppercase;
	font-size: 4vw;
	line-height: 1;
}

.slogan .cn4 {
	font-size: 20px;
	margin-top: 1vw;
	letter-spacing: 1vw;
	display: flex;
	justify-content: center;
}

.slogan .cn4 p {
	width: auto;
	display: flex;
	justify-content: center;
}

.slogan .cn4 p span {
	display: block;
	width: 1.5vw;
}

.product {
	width: 100%;
	height: 100vh;
	position: relative;
}

.first_box {
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/bg1.jpg) center center no-repeat;
	background-size: cover;
	z-index: 5;
	/* transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1);*/
	/* -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 0%); */
}

.first_box.active {
	-webkit-clip-path: polygon(0% 0, 100% 0, 100% 0%, 0% 0%);
}

.second_box {
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/xinta_bg.jpg) center center no-repeat;
	background-size: cover;
}

.first_box .box {
	width: 90%;
	position: absolute;
	left: 5%;
	top: 20%;
	color: #fff;
}

.first_box .box .name {
	font-size: 48px;
	position: relative;
	height: auto;
	margin-bottom: 1vw;
}

.first_box .box .des {
	width: 100%;
	height: auto;
	position: relative;
	line-height: 2;
	font-size: 18px;
}

.pro1 {
	width: 80%;
	height: auto;
	position: absolute;
	left: 10%;
	bottom: -15%;
}

.pro_list {
	width: 80%;
	position: absolute;
	left: 10%;
	bottom: -15%;
}

.pro_list ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.pro_list ul li {
	width: 27%;
	position: relative;
	transform-origin: center bottom;
}

.pro_list ul li .thum {
	pointer-events: none;
}

.pro_list ul li .detail {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	bottom: 0%;
	opacity: 0;
}

.pro_list ul li .detail .de_box {
	width: 80%;
	height: auto;
	position: absolute;
	left: 10%;
	top: 15%;
}

.pro_list ul li .title {
	color: #fff;
	font-size: 24px;
	margin-bottom: 1vw;
}


.icon2 {
	width: 162px;
	height: auto;
	position: absolute;
	right: 10%;
	top: 20%;
	opacity: 0;
}

.sub_name {
	width: auto;
	height: auto;
	position: absolute;
	left: 10%;
	top: 20%;
	opacity: 0;
	font-size: 42px;
}

.sub_name p {
	position: relative;
}

.icon2 img {
	position: relative;
}

.pro_list ul li .name {
	font-size: 18px;
	position: relative;
	line-height: 2;
	text-align: center;
}

.pro_list ul li .plus {
	width: 50px;
	height: 50px;
	position: absolute;
	border: 1px solid rgba(0, 0, 0, .3);
	line-height: 48px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: -70px;
	border-radius: 50%;
	color: #3e3e3e;
	font-size: 24px;
	cursor: pointer;
	display: none;
}

.pro_list ul li .plus span {
	-webkit-animation: rotateAnimate 3s ease infinite;
	display: block;
}

@-webkit-keyframes rotateAnimate {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

.app_box {
	position: relative;
	width: 100%;
	height: 100vh;
}

.app_bg {
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 0px;
	top: 0px;
}

.app_bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
}

.appbg2 {
	opacity: 0;
}

.app_box .w1400 {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	position: relative;
	justify-content: space-between;
}

.app_list {
	width: 100%;
	position: relative;
	margin-top: 3vw;
}

.app_list ul {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.app_list ul li {
	width: 18.5%;
	position: relative;
	transform: translateX(25%);
	opacity: 0;
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0s;
}

.app_list ul li a .icon{
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
	line-height: 48px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	font-size: 24px;
}

.app_list ul li:nth-child(2){
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.1s;
}

.app_list ul li:nth-child(3){
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.2s;
}

.app_list ul li:nth-child(4){
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.3s;
}

.app_list ul li:nth-child(5){
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.4s;
}

.app_list ul li:nth-child(6){
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.5s;
	display: none;
}

.app_list.is-inview ul li{
	transform: translateX(0%);
	opacity: 1;
}

.app_list ul li a {
	display: block;
	position: relative;
}

.app_list ul li .thum::after {
	width: 100%;
	height: 50%;
	left: 0px;
	display: block;
	position: absolute;
	bottom: 0px;
	content: '';
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .65));
	
	transition: all .5s;
}

.app_list ul li:hover .thum::after{
	background: linear-gradient(180deg, rgba(7, 112, 180, 0), rgba(7, 112, 180, .85));
}

.app_list ul li a .inner {
	padding-top: 160%;
}

.app_left {
	width: 30%;
	color: #fff;
	position: relative;
	top: 30vh;
	opacity: 0;
}

.gz_name {
	font-size: 2.3vw;
	margin-bottom: 1vw;
	position: relative;
}

.gz_name p div{
	transform: translateX(50%);
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1);
	opacity: 0;
}

.gz_name p div:nth-child(2){
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.05s;
}

.gz_name p div:nth-child(3){
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.1s;
}

.gz_name p div:nth-child(4){
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.15s;
}
.gz_name p div:nth-child(5){
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.2s;
}
.gz_name p div:nth-child(6){
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.25s;
}
.gz_name p div:nth-child(7){
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.3s;
}
.gz_name p div:nth-child(8){
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.35s;
}
.gz_name p div:nth-child(9){
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.4s;
}
.gz_name p div:nth-child(10){
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.45s;
}
.gz_name p div:nth-child(11){
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.5s;
}
.gz_name p div:nth-child(12){
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.55s;
}
.gz_name p div:nth-child(13){
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.6s;
}
.gz_name p div:nth-child(14){
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.65s;
}
.gz_name p div:nth-child(15){
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.7s;
}
.gz_name p div:nth-child(16){
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.75s;
}
.gz_name p div:nth-child(17){
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.8s;
}

.gz_name.is-inview p div{
	transform: translateX(0%);
	opacity: 1;
}

.gz_name::after{
	/* content: "";
	position: absolute;
	left: -50%;
	top: 0;
	width: 200%;
	height: 100%;
	z-index: 99;
	pointer-events: none;
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 100%); */
}



.gz_name.pos{
	position: absolute;
	z-index: 5;
	color: #fff;
	width: 100%;
	top: 10vh;
}

.gz_name.w,
.gz_des.w {
	color: #fff;
}

.gz_des {
	width: 100%;
	font-size: 16px;
	line-height: 2;
	position: relative;
}

.about_box {
	width: 100%;
	height: 100vh;
	position: relative;
	background: url(../images/about_bg.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
}

.about_img {
	width: 42vw;
	height: auto;
	position: absolute;
	left: 7.5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
}

.xt {
	width: 60%;
	height: auto;
	position: absolute;
	right: 0%;
	bottom: 0%;
}

.xt img {
	position: relative;
	top: 15vh;
}

.bar {
	width: 72px;
	height: auto;
	position: absolute;
	right: 3%;
	top: calc(100vh - 450px);
	z-index: 100;
}

.barbox{
	width: 100%;
	height: 100%;
	position: relative;

}
.barTop{
	width: 72px;
	height: 255px;
	background: #fff;
	border-radius: 50px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
	position: relative;
	top: 35px;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
	pointer-events: none;
	opacity: 0;
}
.bar.active .barTop{
	pointer-events: auto;
	top: 0px;
	opacity: 1;
}


.toTop{
	width: 72px;
	height: 72px;
	position: relative;
	display: block;
	text-align: center;
	line-height: 72px;
	margin-top: 15px;
	font-size: 28px;
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1) .2s;
	opacity: 0;
	border-radius: 50%;
	transform: translateX(140%) rotate(180deg);
	box-shadow: 10px 10px 20px rgba(0,0,0,.1);
}

.toTop::before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	content: '';
	background: #fff;
	border-radius: 50%;
	-webkit-transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.toTop::after{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	content: '';
	background: #006db2;
	border-radius: 50%;
	-webkit-transform: scale(0);
	-webkit-transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.toTop:hover::before{
	-webkit-transform: scale(1.1);
	opacity: 0;
}
.toTop:hover::after{
	-webkit-transform: scale(1.1);
}

.toTop i{
	position: relative;
	z-index: 5;
	-webkit-transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.toTop:hover i{
	color: #fff;
	-webkit-transform: scale(1.2);
}

.bar.active .toTop{
	opacity: 1;
	transform: translateX(0px) rotate(0deg);
	
}

.barTop a{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	justify-content: center;
	margin-bottom: 12px;
	cursor: pointer;
	color: rgba(0, 0, 0, .7)
}

.barTop a:hover{
	color: rgba(0, 0, 0, 1)
}

.barTop a:last-child{
	margin-bottom: 0px;
}

.barTop a .icon{
	font-size: 32px;
	text-align: center;
	line-height: 1;
}

.barTop a:nth-child(2) .icon{
	font-size: 36px;
}

.barTop a p{
	font-size: 12px;
}

.mouse_icon {
	width: 26px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -13px;
	bottom: 5%;
	z-index: 20;
}

.mouse_icon::after {
	width: 3px;
	height: 8px;
	border-radius: 5px;
	position: absolute;
	left: 50%;
	margin-left: -1.5px;
	top: 10px;
	content: '';
	background: #fff;
	-webkit-animation: mouseMove 1.5s ease infinite;
}

@-webkit-keyframes mouseMove {

	0%,
	100% {
		top: 10px;
	}

	50% {
		top: 15px;
	}
}

.more {
	width: 174px;
	height: auto;
	position: relative;
	margin-top: 3vw;
	cursor: pointer;
}

.num_list {
	width: 100%;
	height: auto;
	margin-top: 3vw;
	margin-bottom: 3vw;
}

.about_warp .num_list{
	margin-top: 0px;
}

.num_list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about_img .more {
	margin-top: 5vw;
}

.num_list ul li {
	width: 25%;
	position: relative;
	margin-bottom: 0vw;
}


.num_list.even ul li {
	width: 50%;
	margin-top: 1vw;
}

.num_list ul li:nth-child(2) {
	transition-delay: 1.1s;
}

.num_list ul li:nth-child(3) {
	transition-delay: 1.2s;
}

.num_list ul li {
	opacity: 1;
	transform: translateY(0px);
}

.num_list ul li .num {
	font-size: 20px;
	font-family: din;
	line-height: 1;
	display: flex;
	color: #006db2;
	align-items: flex-end;
}

.num_list ul li .num i {
	font-style: normal;
}

.num_list ul li .num span,
.num_list ul li .num i {
	font-size: 70px;
}

.num_list.even ul li .num span {
	font-size: 80px;
}

.num_list ul li .num b {
	position: relative;
	font-weight: normal;
	font-size: 18px;
	font-family: none;
	margin-bottom: 15px;
	margin-left: 5px;
}

.num_list ul li .num b.b {
	position: absolute;
	right: 0px;
	top: -30px;
}

.num_list ul li .txt {
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #006db2;
}

.s_icon {
	width: 30px;
	height: 30px;
	position: relative;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	font-size: 22px;
}

.s_icon:hover{
	opacity: 0.7;
}

.version {
	width: 30px;
	height: 30px;
	position: relative;
	line-height: 30px;
	text-align: center;
	cursor: pointer;

	transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1);
}

header.active .version {
	-webkit-transform: scale(1);
}

.version .icon {
	font-size: 20px;
}

.version .languge {
	width: 80px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	background: #fff;
	top: 50px;
	padding: 10px 0px;
	-webkit-transition: all .5s;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
}

.version:hover .languge {
	top: 40px;
	opacity: 1;
	visibility: visible;
}

.version .languge a {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 1.4;
	position: relative;
	margin-bottom: 10px;

}

.version .languge a:last-child {
	margin-bottom: 0px;
}

.version .languge a p {
	position: relative;
	display: inline-block;
	z-index: 2;
}

.version .languge a p::before {
	content: "";
	width: 0;
	height: 5px;
	background: #006db2;
	position: absolute;
	right: 0%;
	bottom: 0;
	transition: 0.4s;
	z-index: -1;
	opacity: .4;
}

.version .languge a.active p::before,
.version .languge a:hover p::before {
	width: 100%;
	right: auto;
	left: 0%;
}

.gz_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2vw;
	
}

.hot_line {
	display: flex;
	align-items: center;
	width: auto;
	position: relative;
	z-index: 2;
}

.hot_line .icon {
	width: 70px;
	height: 70px;
	background: #006db2;
	border-radius: 50%;
	line-height: 70px;
	text-align: center;
	color: #fff;
	font-size: 42px;
}

.hot_line .info {
	margin-left: 10px;
	color: #006db2;
	font-size: 14px;
}

.hot_line .info b {
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}

.boxes.pro {
	background: url(../images/product_bg.jpg) center center no-repeat;
	background-size: cover;
}

.gz_top .gz_name {
	margin-bottom: 0px;
}

.case_box .gz_top .gz_name{
	font-size: 2vw;
}

.case_box .pxhd_list.even ul li{
	width: 100%;
	margin-right: 0%;
}

.case_box .pxhd_list.even ul li .name{
	font-size: 24px;
	margin-top: 25px;
}

.product_list {
	width: 100%;
	position: relative;
}

.product_list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.detail_top::before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	content: '';
	background: rgba(0, 0, 0, .3);
}

.detail_top .w100{
	position: relative;
	z-index: 5;
}

.product_list ul li {
	width: 23%;
	height: auto;
	position: relative;
	transform: translateX(25%);
	opacity: 0;
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0s;
}

.product_list ul li:nth-child(2){
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.1s;
}

.product_list ul li:nth-child(3){
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.2s;
}

.product_list ul li:nth-child(4){
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.3s;
}

.product_list.is-inview ul li{
	transform: translateX(0%);
	opacity: 1;
}

.product_list ul li .inner img,.app_list ul li .inner img{
	transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.product_list ul li:hover .inner img,.app_list ul li:hover .inner img{
	-webkit-transform: scale(1.1);
}

.product_list ul li .thum,.app_list ul li .thum{
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.product_list ul li:hover .thum{
	-webkit-transform: scale(0.975);
}

.app_list ul li:hover .thum{
	-webkit-transform: scale(0.975);
}

.product_list a {
	display: block;
	position: relative;
	
}

.product_list .img {
	width: 90%;
	position: absolute;
	left: 5%;
	top: 40%;
}

.product_list .inner {
	padding-top: 150%;
}

.product_list .title {
	width: 100%;
	position: absolute;
	top: 10%;
	padding: 0px 5%;
	text-align: center;
	color: #fff;
	font-size: 1.8vw;
	font-family: din;
	transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.product_list ul li:last-child .title{
	font-size: 1.5vw;
	line-height: 1.5;
}


.product_list .des {
	width: 100%;
	position: absolute;

	padding: 0px 5%;
	color: #fff;
	font-size: 14px;
	top: 20%;
	opacity: 1;
	line-height: 1.7;
	transition: all .6s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.product_list .des .row {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
	font-size: 16px;
}

.product_list .des .row .r {
	width: 80px;
}

.product_list .des .row .d {
	width: calc(100% - 80px);
}

.more_btn {
	width: 55px;
	height: 55px;
	position: absolute;
	left: 50%;
	top: 65%;
	-webkit-transform: translateX(-50%) scale(0);
	border-radius: 50%;
	border: 1px solid #fff;
	opacity: 0;
	transition: all .7s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.zlSwiper .swiper-slide .more_btn{
	left: 15%;
	opacity: 1;
	-webkit-transform: translateX(-50%) scale(1);
	top: 40%;
	border-color: #3e3e3e;
}

.product_list ul li:hover .more_btn{
	top: 55%;
	-webkit-transform: translateX(-50%) scale(1);
	opacity: 1;
}

.more_btn img {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
}

.more_common{
	width: 155px;
	height: 48px;
	position: relative;
	overflow: hidden;
	display: flex;
	border-radius: 50px;
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.more_common:hover{
	-webkit-transform: scale(1.1);
}

.more_common::after{
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border: 1px solid #3e3e3e;
	position: absolute;
	left: 0%;
	top: 0%;
	content: '';
	border-radius: 50px;
}

.more_common:hover{
	
	color: #fff;
}
.more_common:hover p{
	left: 45%;
}
.more_common p{
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.more_common::before{
	width: 155px;
	height: 155px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	content: '';
	background: #3e3e3e;
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	position: absolute;
	border-radius: 50%;
	
}

.more_common:hover::before{
	transform: translate(-50%, -50%) scale(1.1);
	
}

.more_common .img{
	width: 16px;
	height: 16px;
	position: absolute;
	right: 35px;
	top: 52%;
	opacity: 0;
	-webkit-transform: translateY(-50%) scale(0) rotate(0deg);
	transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.more_common:hover .img{
	opacity: 1;
	right: 25px;
	-webkit-transform: translateY(-50%) scale(1) rotate(0deg);
}

.more_common .img img{
	opacity: 1;
	transition: all 0.5s;
}

.more_common .img img:nth-child(2){
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	opacity: 0;
}

/* .more_btn:hover svg{
	
	-webkit-animation: draw 2s linear forwards;
}
.more_btn svg path {
	
	stroke-width: 40;
	fill: none;
	stroke: #fff;
	
	stroke-linecap: round;
	
}

@keyframes draw {
	from {
		 stroke-dasharray: 0, 600px;
		}
		to {
		  stroke-dasharray: 600px, 0;
		}
} */

.boxes.app {
	background: url(../images/app_bg.jpg?v=2024) center center no-repeat;
	background-size: cover;
}

.app_list ul li a .name {
	text-align: center;
	color: #fff;
	position: absolute;
	padding: 10px 5%;
	font-size: 1.4vw;
	bottom: 10%;
	width: 100%;
	z-index: 2;
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.app_list ul li a .more_btn{
	top: auto;
	bottom: 0%;
}

.app_list ul li:hover a .more_btn{
	bottom: 15%;
	opacity: 1;
	-webkit-transform: translateX(-50%) scale(1);
}

.app_list ul li:hover a .name{
	bottom: 30%;
}

.news_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news_box .left {
	width: 60%;
	display: flex;
	justify-content: space-between;
}

.news_box .focus {
	width: calc(50% - 15px);
	display: block;
	position: relative;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	transform: translateY(5vh);
	opacity: 0;
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0s;
}

.news_box .focus:nth-child(2){
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.1s;
}

.news_box .focus.is-inview{
	transform: translateY(0%);
	opacity: 1;
}

.news_box .focus .showBox {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	background: url(../images/hover_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 50px 35px;
	-webkit-transition: all .5s;
	opacity: 0;
	visibility: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news_box .focus .showBox .wfMore {}

.news_box .focus:hover .showBox {
	opacity: 1;
	visibility: visible;
}

.news_box .focus .info {
	width: 100%;
	height: 56%;
	position: relative;
	background: #fff;
	padding: 2vw;
}

.news_box .focus .info .time,
.news_box .focus .showBox .time {
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 14px;
	opacity: 0.7;
}

.news_box .focus .info .time i,
.news_box .focus .showBox .time i {
	width: 20px;
	height: 20px;
	position: relative;
	line-height: 20px;
	font-size: 16px;
}

.news_box .focus .info .time p,
.news_box .focus .showBox .time p {
	width: calc(100% - 20px);
}

.news_box .focus .info .name,
.news_box .focus .showBox .name {
	width: 100%;
	height: 70px;
	position: relative;
	font-size: 22px;
	line-height: 35px;
	margin-bottom: 15px;
	overflow: hidden;
}

.news_box .focus .showBox .name {
	margin-bottom: 30px;
	font-size: 28px;
	line-height: 40px;
	height: auto;
	-webkit-line-clamp: 5;
}

.news_box .focus .info .des,
.news_box .focus .showBox .des {
	width: 100%;
	height: 75px;
	position: relative;
	font-size: 16px;
	line-height: 25px;
	opacity: .7;
	-webkit-line-clamp: 3;
	overflow: hidden;
	
}
.news_box .focus .info .des{
	margin-bottom: 75px;
}
.news_box .focus .showBox .des {
	font-size: 16px;
	line-height: 25px;
	height: auto;
	margin-bottom: 0vw;
	-webkit-line-clamp: 5;
}

.news_list li a {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
}

.news_list li a .thum {
	width: 45%;
	border-radius: 5px;
	overflow: hidden;
}

.news_list li a .thum .inner img{
	-webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.news_list li a:hover .thum .inner img{
	-webkit-transform: scale(1.1);
}

.news_list li a .info {
	width: 52%;
}

.news_list li a .time {
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 12px;
	margin-bottom: 5px;
}

.news_list li a .time i {
	width: 20px;
	height: 20px;
	position: relative;
	line-height: 20px;
	font-size: 16px;
}

.news_list li a .time p {
	width: calc(100% - 20px);
}

.news_list li a .name {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 5px;
}

.news_list li a .name b{
	background: linear-gradient(#006db2, #006db2) 0 100% / 0 1px no-repeat;
	text-decoration: none;
	transition: background .6s cubic-bezier(0.215, 0.610, 0.355, 1);
	display: inline;
}
.news_list li a:hover .name{
	color: #006db2;
}
.news_list li a:hover .name b{
	background-size: 100% 1px;
}

.news_list li a .des{
	font-size: 14px;
	opacity: 0.7;
}
.news_list li a .thum .inner,.news_box .focus .thum .inner{
	padding-top: 60%;
}
.news_list ul{
	width: 100%;
	height: auto;
	position: relative;
}
.news_list li {
	width: 100%;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 15px;
	margin-bottom: 15px;
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.1s;
	transform: translateY(5vh);
	opacity: 0;
}

.news_list li:nth-child(2n){
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.2s;
}

.news_list li:nth-child(3n){
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.3s;
}

.news_list li.is-inview{
	transform: translateY(0vh);
	opacity: 1;
}

.news_list li:last-child{
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.news_box .list {
    width: calc(40% - 30px);
	position: relative;
}

.news_list li a .thum .inner{
	padding-top: 50%;
}

.footer{
	width: 100%;
	position: relative;
	background: url(../images/footer.jpg) center center no-repeat;
	background-size: cover;
	padding: 5vw 0% 25px 0%;
}

.footerTop{
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	padding-bottom: 25px;
	margin-bottom: 45px;
	align-items: center;
}

.footerTop .flogo{
	width: 200px;
}

.fbtns{
	width: auto;
	display: flex;
	position: relative;
}


.fbtns a{
	display: flex;
	color: #fff;
	position: relative;
	width: 135px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 50px;
	justify-content: center;
	background: #006db2;
	margin-left: 15px;
	overflow: hidden;
	transition: all .4s cubic-bezier(0.215, 0.610, 0.355, 1);
	cursor: pointer;
}

.fbtns a p{
	position: relative;
}

.fbtns a:hover{
	transform: scale(1.1);
}

.fbtns a::before{
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	background: #6eb92b;
	border-radius: 50%;
	transition: all .4s cubic-bezier(0.215, 0.610, 0.355, 1);
	content: '';
}
.fbtns a:hover::before{
	transform: translate(-50%, -50%) scale(3);
}
.footerCenter{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.fnav{
	width: 60%;
	position: relative;
}

.infoR{
	width: 35%;
	position: relative;
	text-align: right;
	color: #fff;
	border-left: 1px solid rgba(255, 255, 255, .3);
}

.fnav ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.fnav ul li{
	width: calc(100% / 6);
	position: relative;
}

.fnav ul li a{
	width: 100%;
	color: rgba(255, 255, 255, .5);
	text-align: center;
	display: block;
	line-height: 20px;
	padding: 10px 0px;
	font-size: 14px;
}

.fnav ul li a:first-child{
	color: #fff;
	font-size: 16px;
}

.fnav ul li a:hover{
	color: #fff;
}

.lxAd{
	width: 100%;
	display: flex;
	position: relative;
	justify-content: flex-end;
	margin-bottom: 10px;
}

.lxt{
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}

.lxAd .txt{
	width: auto;
	display: flex;
	align-items: center;
}

.lxAd .txt .icon{
	font-size: 20px;
	margin-right: 5px;
}

.ewmrow{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-top: 35px;
}

.ewmrow p{
	color: rgba(255, 255, 255, .5);
	font-size: 14px;
	display: block;
	margin-top: 5px;
}

.copyright{
	width: 100%;
	padding-top: 25px;
	margin-top: 45px;
	border-top: 1px solid rgba(255, 255, 255, .3);
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	color: rgba(255, 255, 255, .3);
}

.copyright a{
	color: rgba(255, 255, 255, .3);
}

.copyright a:hover{
	color: rgba(255, 255, 255, .7);
}

.contact_box {
	padding: 0px;
}

.contact_box .w1400 {
	width: 550px;
	height: auto;
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
}

.con_list {
	width: 100%;
	position: relative;
	background: #fff;
	box-shadow: 15px 15px 30px rgba(0, 0, 0, .1);
	border-radius: 20px 0px 20px 0px;
	padding: 55px 35px;
}

.con_list li {
	width: 100%;
	display: flex;
	margin-bottom: 35px;
}

.con_list li:last-child {
	margin-bottom: 0px;
}

.con_list li .icon{
	width: 55px;
	height: 55px;
	border-radius: 50%;
	line-height: 55px;
	text-align: center;
	position: relative;
	background: #267ab8;
	text-align: center;
	color: #fff;
	font-size: 28px;
}



.con_list li .txt {
	width: auto;
	margin-left: 10px;
}

.con_list li .txt{
	width: calc(100% - 65px);
}

.con_list li .txt p {
	font-size: 20px;
	color: #006db2;
	display: block;
	margin-bottom: 5px;
}
.con_list li .txt b{
	display: block;
}
.sub-banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.sub-banner .img{
	width: 100%;
	position: relative;
	overflow: hidden;
}

.sub-banner img{
	-webkit-transform: scale(1.2) translateX(-5%);
	-webkit-animation: imgAnimate 20s linear 1;
}

.news_list.in ul{
	width: 100%;
	display: flex;
	position: relative;
	flex-wrap: wrap;
}

.news_list.in ul li{
	width: 31%;
	position: relative;
	margin-right: 3.5%;
	margin-bottom: 3vw;
	border-bottom: none;
	padding-bottom: 0px;
}

.news_list.in ul li:nth-child(3n){
	margin-right: 0%;
}
.news_list.in li a{
	position: relative;
	padding: 20px;
	transition: all .5s;
	border-radius: 10px;
}

.news_list.in li:hover a{
	box-shadow: 15px 15px 30px rgba(0, 0, 0, .1);
}

.news_list.in li a .thum{
	width: 100%;
	margin-bottom: 20px;
}
.news_list.in li a .name{
	font-size: 24px;
	margin-bottom: 15px;
}

.news_list.in li a .name b{
	background: linear-gradient(#006db2, #006db2) 0 100% / 0 2px no-repeat;
	text-decoration: none;
	transition: background .6s cubic-bezier(0.215, 0.610, 0.355, 1);
	display: inline;
}
.news_list.in li a:hover .name{
	color: #006db2;
}
.news_list.in li a:hover .name b{
	background-size: 100% 2px;
}

.news_list.in li a .thum .inner{
	padding-top: 60%;
}

.news_list.in li a .des{
	width: 100%;
	font-size: 16px;
	margin-bottom: 50px;
}

.news_list.in li a .info{
	width: 100%;
}

.news_list.in li a .time{
	margin-bottom: 0px;
	font-size: 14px;
	color: rgba(0, 0, 0, .5);
}

@-webkit-keyframes imgAnimate{
	0%{
		-webkit-transform: scale(1.1) translateX(-5%);
	}
	100%{
		-webkit-transform: scale(1.1) translateX(0%);
	}
}


.rcln_box{
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
}

.rcln_box .left{
	width: 45%;
}

.rc_icons{
	width: 45%;
	position: relative;
}

.rc_icons ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.rc_icons ul li{
	width: 30%;
	position: relative;
	margin-right: 5%;
	margin-bottom: 3vw;
}

.rc_icons ul li:nth-child(even){
	-webkit-transition: all 1s ease 0.4s;
}

.rc_icons ul li:nth-child(3n){
	-webkit-transition: all 1s ease 0.5s;
}

.rc_icons ul li:nth-child(n+4){
	margin-bottom: 0px;
}

.rc_icons ul li:nth-child(3n){
	margin-right: 0%;
}

.rc_icons ul li .icon{
	width: 100px;
	height: auto;
	position: relative;
	background: #006db2;
	border-radius: 50%;
	margin: 0px auto;
	padding: 27px;
}

.rc_icons ul li .icon::before{
	width: 122px;
	height: 122px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	content: '';
	background: url(../images/icon_huan.png);
}

.rc_icons ul li p{
	text-align: center;
	display: block;
	position: relative;
	margin-top: 25px;
	font-size: 18px;
	color: #006db2;
}

.rcln_box .left .name{
	font-size: 24px;
	margin-bottom: 10px;
}

.activeSwiper{
	position: relative;
	padding: 5vw 0px;
	background: #fff;
	perspective: 1200px;
	padding-top: 2vw;
}

.activeSwiper .swiper-pagination{
	bottom: 3vw;
}
.activeSwiper .swiper-wrapper{
	transform-style: preserve-3d;
}
.activeSwiper .swiper-slide{
	border-radius: 0px;
	overflow: hidden;
	-webkit-transition: all .6s;
	width: 35%;
}
.activeSwiper .swiper-slide.swiper-slide-prev{
	transform: translateX(6.8075px) translateZ(-20.4213px) rotateY(20.75deg);
}

.activeSwiper .swiper-slide.swiper-slide-active{
	transform: translateX(0px) translateZ(0px) rotateY(0deg);
}

.activeSwiper .swiper-slide.swiper-slide-next{
	transform: translateX(-6.8075px) translateZ(-20.4213px) rotateY(-20.75deg);
}

.activeSwiper .inner{
	padding-top: 65%;
}

.joinR{
	width: auto;
	display: flex;
	align-items: center;
}

.joinR .je{
	width: auto;
	display: flex;
	align-items: center;
	position: relative;
}

.joinR .je .icon{
	width: 50px;
	height: 50px;
	position: relative;
	background: #006db2;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	border-radius: 50%;
	margin-right: 10px;
}
.joinR .zplink{
	display: block;
	background: #006db2;
	position: relative;
	border-radius: 50px;
	margin-left: 20px;
}

.apps{
	width: 100%;
	position: relative;
}

.apps ul{
	width: 100%;
	display: flex;
	position: relative;
	flex-wrap: wrap;
}

.apps ul li{
	width: 48%;
	position: relative;
	margin-right: 4%;
	margin-bottom: 4vw;
	border-radius: 10px;
	overflow: hidden;
}

.apps ul li:nth-child(even){
	-webkit-transition: all 1s ease 0.4s;
}

.apps ul li .thum::after{
	width: 100%;
	height: 70%;
	left: 0px;
	display: block;
	position: absolute;
	bottom: 0px;
	content: '';
	background: linear-gradient(180deg, rgba(7, 112, 180, 0), rgba(7, 112, 180, .85));
}

.apps ul li:nth-child(even){
	margin-right: 0%;
}

.apps ul li .inner{
	padding-top: 60%;
}

.apps ul li .name{
	width: 80%;
	height: auto;
	position: absolute;
	left: 10%;
	top: 75%;
	z-index: 5;
	color: #fff;
	font-size: 24px;
	transition: all 0.4s cubic-bezier(0.215, 0.610, 0.355, 1);
}
.apps ul li .name2{
	opacity: 0;
	top: 10%;
}
.apps ul li .thum{
	background: #006db2;
}

.apps ul li:hover .name1{
	opacity: 0;
}

.apps ul li:hover .name2{
	opacity: 1;
	top: 15%;
}

.apps ul li .inner img{
	transition: all 1s;
}
.apps ul li:hover .inner img{
	transform: scale(1.05);
	opacity: 0.2;
}
.apps ul li .more_btn{
	opacity: 1;
	top: 50%;
	left: auto;
	right: 0%;
	-webkit-transform: translateX(0%) translateY(-50%);
	width: 50px;
	height: 50px;
}

.apps ul li .alist{
	width: 80%;
	height: auto;
	position: absolute;
	left: 10%;
	top: 35%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	opacity: 0;
	transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1);
	pointer-events: none;
	z-index: 5;
}

.apps ul li:hover .alist{
	top: 30%;
	opacity: 1;
	pointer-events: auto;
}

.apps ul li .alist a{
	width: 46%;
	display: block;
	position: relative;
	color: #fff;
	padding: 1.1vw 0px;
	text-transform: uppercase;
	transition: all 0.35s;
}

.apps ul li .alist a::before{
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%) scale(0);
	content: '';
	background: #fff;
	border-radius: 50%;
	transition: all .25s;
}

.apps ul li .alist a:hover::before{
	transform: translateY(-50%) scale(1);
}

.apps ul li .alist a:hover{
	padding-left: 0.75vw;
}

.apps ul li .alist a::after{
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: '';
	background: rgba(255, 255, 255, .5);
}

.apps ul li .alist a img{
	width: 15px;
	position: absolute;
	right: 0%;
	top: 50%;
	-webkit-transform: translateY(-50%);
}

.app_menu{
	width: 360px;
	background: #fff;
	box-shadow: 15px 15px 30px rgba(0, 0, 0, .1);
	border-radius: 0px 0px 10px 10px;
	overflow: hidden;
}

.app_menu .name{
	position: relative;
	font-size: 24px;
	background: url(../images/menu_bg.jpg) center center no-repeat;
	background-size: cover;
	color: #fff;
	padding:35px 25px;
	border-radius: 10px 5px 0px 0px;
	padding-bottom: 45px;
}

.app_menu ul{
	display: block;
	width: 100%;
	padding: 25px;
	border-radius: 10px 0px 0px 0px;
	position: relative;
	margin-top: -10px;
	background: #fff;
}

.app_menu ul li{
	width: 100%;
	position: relative;
	margin-bottom: 25px;
}

.app_menu ul li.active .title{
	color: #006db2;
	border-color: #006db2;
}

.app_menu ul li .title{
	position: relative;
	width: 100%;
	line-height: 60px;
	font-size: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .5);
	cursor: pointer;
}

.app_menu ul li:last-child .title{
	border-bottom: none;
}

.app_menu ul li .title i{
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
	content: '';
	font-size: 14px;
	text-align: right;
}

.app_detail{
	width: calc(100% - 410px);
	font-size: 16px;
	line-height: 2;
}

.app_detail .name{
	font-size: 24px;
	position: relative;
	margin-bottom: 0.5vw;
}

.app_same{
	width: 100%;
	position: relative;
}

.app_same .title{
	font-size: 24px;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 1.5vw;
	margin-bottom: 2.5vw;
}


.app_menu ul li .ls{
	width: 100%;
	position: relative;
	padding-top: 10px;
	display: none;
}

.app_menu ul li.active .ls{
	display: block;
}

.app_menu ul li .ls a{
	display: block;
	position: relative;
	line-height: 40px;
	color: rgba(0, 0, 0, .5);
}

.zp_list{
	position: relative;
	width: 100%;
}

.zp_list ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	
}

.zp_list ul li{
	width: 23.5%;
	position: relative;
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 1.5vw;
	margin-right: 2%;
	box-shadow: 10px 10px 20px rgba(0,0,0,.05);
	border: 1px solid rgba(0, 0, 0, .05);
}

.zp_list ul li:nth-child(4n){
	margin-right: 0%;
}

.zp_list ul li .ztop{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 15px;
}

.zp_list ul li .dy{
	width: 100%;
	position: relative;
	margin-bottom: 15px;
	color: #006db2;
}

.zp_list ul li .place{
	font-size: 14px;
	opacity: 0.5;
}

.zp_list ul li .icon{
	width: 30px;
	height: auto;
	background: #fff;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, .05);
}
.zp_list ul li .info{
	width: calc(100% - 35px);
	margin-left: 5px;
}
.zp_list ul li .info .title{
	font-size: 24px;
}
.zp_list ul li .info .place{
	font-size: 14px;
	opacity: 0.6;
}

.zp_list ul li .des{
	width: 100%;
	position: relative;
	-webkit-line-clamp: 3;
	line-height: 25px;
	font-size: 14px;
	height: 75px;
	margin-bottom: 25px;
	display: none;
}


.zlSwiper .swiper-slide{
	width: 31%;
	position: relative;
}

.zlSwiper .swiper-slide a{
	display: block;
	width: 100%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.zlSwiper .swiper-slide a .inner{
	padding-top: 130%;
}

.zlSwiper .swiper-slide a .name{
	width: 85%;
	height: auto;
	position: absolute;
	padding-bottom: 15px;
	left: 7.5%;
	top: 7.5%;
	font-size: 24px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #3e3e3e;
}

.zlSwiper .swiper-slide a .name p{
	font-size: 1.8vw;
}

.zlSwiper .swiper-slide a .des{
	width: 85%;
	height: auto;
	position: absolute;
	left: 7.5%;
	top: 20%;
	line-height: 2;
	    font-size: 1vw;
}
.jszc_list{
	position: relative;
	width: 100%;
	
}

.fk_box{
	padding-top: 5vw;
}

.jszc_list ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.jszc_list ul li{
	width: 31%;
	position: relative;
	margin-right: 3.5%;
	margin-bottom: 3vw;
}

.jszc_list ul li:nth-child(2n){
	-webkit-transition: all 1s ease 0.4s;
}


.jszc_list ul li:nth-child(3n){
	margin-right: 0%;
	-webkit-transition: all 1s ease 0.5s;
}


.jszc_list ul li:nth-child(n+4){
	margin-bottom: 0px;
}

.jszc_list ul li .inner{
	padding-top: 60%;
}

.service_bg{
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 0%;
	top: 0%;
}

.service_bg img{
	width: 100%;
	height: 100%;
}

.jszc{
	padding-top: 5vw;
	position: relative;
}

.jszc_list ul li a{
	position: relative;
	display: block;
	border-radius: 10px;
	overflow: hidden;
}

.jszc_list ul li a .name{
	width: 80%;
	height: auto;
	position: absolute;
	left: 3vw;
	top: 3vw;
	font-size: 1.8vw;
	transition: all 0.6s;
}

.jszc_list ul li:hover a .name{
	top: 2.5vw;
}
.jszc_list ul li .inner img{
	-webkit-transition: all 1s;
}
.jszc_list ul li:hover .inner img{
	-webkit-transform: scale(1.05);
}
.jszc_list ul li .more_btn{
	left: 15%;
	top: 45%;
	border: 1px solid #3e3e3e;
}
.jszc_list ul li:hover .more_btn{
	-webkit-transform: translateX(-50%) scale(1);
	opacity: 1;
	top: 35%;
}
.cpxj{
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 5vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cpxj_left{
	width: 46%;
	position: relative;
}

.rows_xj{
	width: 100%;
	height: auto;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 2vw;
	margin-bottom: 2vw;
}

.rows_xj .des{
	margin-bottom: 2vw;
	line-height: 1.7;
	font-size: 0.9vw;
}

.rows_xj .xtbtn{
	margin-left: 0px;
}

.xtbtn{
	display: flex;
	color: #fff;
	position: relative;
	width: 135px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 50px;
	justify-content: center;
	background: #006db2;
	margin-left: 15px;
	cursor: pointer;
	overflow: hidden;
	transition: all .4s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.xtbtn p{
	position: relative;
}

.xtbtn::before{
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	background: #6eb92b;
	border-radius: 50%;
	transition: all .4s cubic-bezier(0.215, 0.610, 0.355, 1);
	content: '';
}

.xtbtn:hover{
	transform: scale(1.1);
}

.xtbtn:hover::before{
	transform: translate(-50%, -50%) scale(3);
}

.xtbtn.c{
	margin: 0px auto;
}

.rows_cx{
	width: 100%;
	position: relative;
}

.rows_cx .name{
	margin-bottom: 2vw;
}

.rows_cx .name b{
	display: block;
	font-size: 24px;
	margin-bottom: 5px;
}

.sj_row{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}

.sj_row .rws{
	width: 53%;
	position: relative;
}

.sj_row .rws:nth-child(2){
	width: calc(42% - 125px);
}

.sj_row .rws .rt{
	font-size: 16px;
	color: #006db2;
	margin-bottom: 5px;
}

.r_input{
	width: 100%;
	position: relative;
}

.r_input input{
	width: 100%;
	display: block;
	position: relative;
	border: none;
	height: 40px;
	border-radius: 3px;
	padding-left: 10px;
	outline: none;
	
}

.r_submit{
	width: 125px;
	position: relative;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
	background: #006db2;
	cursor: pointer;
	overflow: hidden;
	transition: all .4s cubic-bezier(0.215, 0.610, 0.355, 1);
	color: #fff;
	font-size: 14px;
}

.r_submit p{
	position: relative;
}

.r_submit::before{
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	background: #6eb92b;
	border-radius: 50%;
	transition: all .4s cubic-bezier(0.215, 0.610, 0.355, 1);
	content: '';
}


.r_submit:hover::before{
	transform: translate(-50%, -50%) scale(3);
}

.r_input.f input{
	width: calc(100% - 100px);
	border-radius: 3px 0px 0px 3px;
}

.r_input.f .send_yzm{
	width: 100px;
	height: 40px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: #006db2;
	border-radius:0px 3px 3px 0px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
}

.r_input.f .send_yzm:hover{
	opacity: 0.9;
}

.r_input.f .send_yzm.disable{
	background: #666;
	cursor: no-drop;
}

.rows_recod{
	width: 100%;
	margin-top: 2vw;
}

.rows_recod .name{
	font-size: 16px;
	color: #006db2;
	margin-bottom: 5px;
}

.rs_con{
	width: 100%;
	height: auto;
	position: relative;
	background: rgba(255,255,255,.5);
	border-radius: 3px;
	min-height: 150px;
}

.rs_con ol{
	width: 100%;
	display: none;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	background: rgba(255, 255, 255, .5);
}

.rs_con.active ol{
	display: flex;
}

.rs_con ul{
	display: block;
	width: 100%;
	position: relative;
	font-size: 14px;
}
.rs_con ul li{
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
	font-size: 12px;
}

.rs_con ol li{
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
}

.rs_con ol li>div,.rs_con ul li>div{
	line-height: 20px;
	padding: 5px 0px;
	width: 15%;
	text-align: center;
}
.rs_con ul li>div{
	padding: 3px 0px;
}
.rs_con ol li>div:nth-child(1),.rs_con ul li>div:nth-child(1){
	width: 25%;
}
.rs_con ol li>div:nth-child(2),.rs_con ol li>div:nth-child(4),.rs_con ul li>div:nth-child(2),.rs_con ul li>div:nth-child(4){
	width: 30%;
}

.rs_con ul li>div:nth-child(4),.rs_con ul li>div:nth-child(2),.rs_con ul li>div:nth-child(1){
	font-size: 12px;
}

.rs_con ol li>div{
	padding: 10px 0px;
}

.gz_name.c{
	text-align: center;
	margin-bottom: 2vw;
}

.form_box{
	width: 800px;
	height: auto;
	margin: 0px auto;
	position: relative;
	margin-bottom: 3vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form_box .label_row{
	width: 45%;
	position: relative;
	margin-bottom: 2vw;
}

.form_box .label_row label{
	color: #006db2;
	margin-bottom: 5px;
	display: block;
}

.form_box .label_row input{
	width: 100%;
	display: block;
	position: relative;
	border: none;
	height: 40px;
	border-radius: 3px;
	padding-left: 15px;
	outline: none;
}

.form_box .label_row:last-child{
	width: 100%;
	margin-bottom: 0px;
}

.form_box .label_row textarea{
	width: 100%;
	border: none;
	outline: none;
	padding: 15px;
	border-radius: 3px;
}

.support_detail{
	width: calc(100% - 410px);
	padding: 35px;
	border-radius: 10px;
	box-shadow: 15px 15px 30px rgba(0, 0, 0, .1);
}

.support_detail .gz_name{
	font-size: 2vw;
	margin-bottom: 2vw;
}

.pxhd_list{
	width: 100%;
	height: auto;
	position: relative;
}

.pxhd_list ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.pxhd_list ul li{
	width: 32%;
	position: relative;
	display: block;
	margin-right: 2%;
	margin-bottom: 2.5vw;
}

.pxhd_list ul li:nth-child(3n){
	margin-right: 0%;
}

.pxhd_list ul li .inner{
	padding-top: 60%;
}

.pxhd_list ul li .thum{
	border-radius: 10px;
}

.pxhd_list ul li .name{
	width: 100%;
	margin-top: 15px;
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 5px;
}

.pxhd_list ul li .des{
	font-size: 14px;
	opacity: 0.6;
	margin-bottom: 1vw;
}

.pxhd_list ul li .time{
	font-size: 14px;
	opacity: 0.6;
}

.fqa_list{
	position: relative;
}

.fqa_list ul li{
	width: 100%;
	height: auto;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 2vw;
	margin-bottom: 2vw;
}

.fqa_list ul li .f_top{
	width: 100%;
	display: flex;
	align-items: self-start;
	position: relative;
	margin-bottom: 15px;
}

.fqa_list ul li .f_bot{
	width: 100%;
	display: flex;
	position: relative;
	margin-bottom: 25px;
}

.f_btn{
	width: 135px;
	height: 48px;
	position: relative;
	overflow: hidden;
	display: flex;
	border-radius: 50px;
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	justify-content: center;
	border: 1px solid #3e3e3e;
	color: #3e3e3e;
	line-height: 46px;
	margin-left: 33px;
	font-size: 14px;
	cursor: pointer;
	transition: all .4s;
}


.f_btn p{
	position: absolute;
	left: 25px;
	
}

.f_btn span{
	width: 12px;
	height: 12px;
	position: absolute;
	display: block;
	right: 25px;
	top: 50%;
	margin-top: -6px;
}

.f_btn span::before{
	width: 12px;
	height: 1px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: '';
	background: #3e3e3e;
	transition: all .4s;
}

.f_btn span::after{
	width: 1px;
	height: 12px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
	content: '';
	background: #3e3e3e;
	transition: all .4s;
}
.f_btn:hover.f_btn.active{
	background: #3e3e3e;
	color: #fff;
}
.f_btn:hover span::before{
	background: #fff;
}

.f_btn:hover span::after,.f_btn.active span::after{
	transform: translate(-50%, -50%) rotate(90deg);
}

.fqa_list ul li .f_bot .icon{
	width: 28px;
	position: relative;
	top: 2.5px;
}

.fqa_list ul li .f_bot .des{
	width: calc(100% - 33px);
	line-height: 30px;
	position: relative;
	margin-left: 5px;
	color: rgba(0, 0, 0, .6);
	height: 60px;
	overflow: hidden;
	transition: all .5s;
}

.other_linsk{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	position: relative;
}
.other_linsk .more_common{
	margin-left: 0px;
}
.fqa_list ul li.active .f_bot .des{
	height: auto;
}

.fqa_list ul li .f_top .icon{
	width: 28px;
}

.fqa_list ul li .f_top .name{
	width: calc(100% - 33px);
	margin-left: 5px;
	line-height: 28px;
	font-size: 18px;
}

.pdf_list{
	position: relative;
	width: 100%;
}

.pdf_list ul li{
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 1.5vw;
	margin-bottom: 1.5vw;
}

.pdf_list ul li .icon{
	width: 50px;
}

.pdf_list ul li .see{
	width: 125px;
	display: flex;
	justify-content: space-between;
}

.pdf_list ul li .see a{
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	display: block;
	position: relative;
	font-size: 24px;
	border: 1px solid rgba(0, 0, 0, .5);
	color: rgba(0, 0, 0, .5);
	border-radius: 50%;
}

.pdf_list ul li .see a:hover{
	border: 1px solid rgba(0, 0, 0, .9);
	color: rgba(0, 0, 0, .9);
}

.pdf_list ul li .name{
	width: calc(100% - 200px);
	position: relative;
}

.pdf_list ul li .name b{
	display: block;
	font-size: 18px;
	position: relative;
}

.pdf_list ul li .name p{
	color: rgba(0, 0, 0, .5);
	font-size: 14px;
	display: block;
	margin-top: 5px;
}

.about_warp{
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
}

.about_warp .left{
	width: 50%;
}

.about_warp .right{
	width: 45%;
}

.a_imgs{
	width: 100%;
	position: relative;
	margin-top: 0vw;
}

.a_imgs img{
	position: relative;
	top: 8vw;
}

.boxes.about{
	padding-bottom: 0px;
}

.honor-box {
	padding: 0px;
	background: #eff0f2;
}

.honor-box .left {
	width: 400px;
	height: auto;
	position: absolute;
	left: 5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
}
.swiper-pagination-bullet-active{
	background: #006db2;
}
.honor-bg {
	width: 100%;
	height: auto;
	position: relative;
}

.hornorSwiper{
	padding-bottom: 50px;
}

.hornorSwiper .hrows{
	width: 100%;
	position: relative;
	padding: 0px 30px;
	height: 72px;
	margin-bottom: 15px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	font-size: 18px;
	line-height: 1.5;
}

.hornorSwiper .hrows p{
	display: block;
	width: 100%;
}

.hornorSwiper .hrows::before,.hornorSwiper .hrows::after{
	width: 26px;
	height: 72px;
	position: absolute;
	top: 0px;
	content: '';
}

.hornorSwiper .hrows::before{
	background: url(../images/leaf_l.png);
	left: 0px;
}

.hornorSwiper .hrows::after{
	background: url(../images/leaf_r.png);
	right: 0px;
}

.his_box{
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.his_box .left{
	width: 40%;
	position: relative;	
}

.his_box .left .thum{
	border-radius: 10px;
	overflow: hidden;
}

.his_list{
	width: 50%;
	position: relative;
	margin-top: 3vw;
}

.his_list ul li{
	margin-bottom: 5vw;
	color: #006db2;
}

.his_list ul li .year{
	font-family: din;
	font-size: 4vw;
}

.his_list ul li .des{
	width: 100%;
	height: auto;
	line-height: 2;
	font-size: 18px;
}


.pro_serie{
	width: 100%;
	height: 100vh;
	position: relative;
	padding: 0px;
	background: #000;
}
.serie{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.serie img{
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	left: 0px;
	top: 0px;
	opacity: 0;
	-webkit-transition: all 1s;
}

.serie img.active{
	opacity: 0.7;
}

.pro_serie ul{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	display: flex;
}

.pro_serie ul li{
	width: calc(100% / 3);
	height: 100%;
	position: relative;
	cursor: pointer;
}

.pro_serie ul li .name{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 5vw 3vw;
	color: #fff;
	text-align: center;
	font-size: 18px;
	z-index: 10;
	-webkit-transition: all 1s;
}

.pro_serie ul li .name b{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	font-size: 1.8vw;
	padding-bottom: 1vw;
	margin-bottom: 1vw;
	-webkit-transition: all 0.5s;
	line-height: 1.3;
}

.pro_serie ul li .name b i{
	font-style: normal;
}

.pro_serie ul li .name b span{
	display: block;
	width: 100%;
	font-size: 1vw;
	text-transform: uppercase;
	font-family: din;
}

.pro_serie ul li .name b::after{
	width: 1px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -0.5px;
	bottom: -10px;
	content: '';
	background: #fff;
	-webkit-transition: all 1s;
}

.pro_serie ul li:hover .name b::after,.pro_serie ul li.active .name b::after{
	height: 40px;
	bottom: 0px;
}

.pro_serie ul li:hover .name b,.pro_serie ul li.active .name b{
	padding-bottom: 60px;
	margin-bottom: 15px;
}

.pro_serie ul li::after{
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: linear-gradient(-180deg, rgba(0, 0, 0, 0), rgba(0, 98, 173, .75));
	content: '';
	opacity: 0;
	-webkit-transition: all .5s;
}

.pro_serie ul li:hover::after,.pro_serie ul li.active::after{
	opacity: 1;
}

.pro_serie ul li .name p{
	-webkit-transition: all 0.5s;
}

.pro_serie ul li:hover .name p,.pro_serie ul li.active .name p{
	letter-spacing: 1px;
}

.product_cate{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.product_cate ul{
	display: flex;
	width: 100%;
	position: relative;
	justify-content: space-between;
}

.product_cate ul li{
	width: 32%;
	position: relative;
}

.product_cate ul li a{
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
}

.product_cate ul li:nth-child(2),.pxhd_list ul li:nth-child(2n){
	-webkit-transition: all 1s ease 0.4s;
}

.pxhd_list ul li:nth-child(3n){
	-webkit-transition: all 1s ease 0.5s;
}

.product_cate ul li a .thum{
	background: url(../images/cate_bg.jpg) no-repeat;
	background-size: cover;
}

.product_cate ul li a .thum .img{
	position: relative;
	transition: all 1s;
}

.product_cate ul li:nth-child(3) a:hover .thum .img{
	-webkit-transform: translateY(-50%) scale(1.1);
}

.product_cate ul li a:hover .thum .img{
	transform: scale(1.1);
}

.product_cate ul li:nth-child(1) a .thum,.product_cate ul li:nth-child(2) a .thum{
	border-radius: 10px;
}

.pxhd_list.one ul li{
	width: 100%;
	margin-right: 0%;
	margin-bottom: 1vw;
}

.pxhd_list.one ul li a{
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	align-items: center;
}

.pxhd_list.one ul li a .thum{
	width: 100%;
	position: relative;
}
.pxhd_list.one ul li a .name{
	width: 100%;
	font-size: 24px;
	margin: 0px;
	-webkit-line-clamp: 1;
	margin-top: 25px;
	margin-bottom: 5px;
	line-height: 1.7;
}

.product_cate ul li:nth-child(1),.product_cate ul li:nth-child(2){
	background: #f7f7f7;
	border-radius: 0px 0px 10px 10px;
}

.product_cate ul li:nth-child(3) a{
	height: 30%;
	display: flex;
	align-items: center;
	border-radius: 5px;
	overflow: hidden;
}

.product_cate ul li:nth-child(3) a .thum{
	width: 100%;
	height: 100%;
}

.product_cate ul li:nth-child(3) a .thum .img{
	width: 60%;
	position: absolute;
	right: 0%;
	top: 50%;
	-webkit-transform: translateY(-50%);
}

.product_cate ul li:nth-child(3) a .name{
	width: auto;
	height: auto;
	position: absolute;
	left: 2vw;
	bottom: 2vw;
	font-size: 1.4vw;
}

.product_cate ul li:nth-child(3) a .name p{
	font-size: 16px;
}

.product_cate ul li:nth-child(3){
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
}
.product_cate ul li a .info{
	width: 100%;
	padding: 25px;
	position: relative;
}

.product_cate ul li a .info .name{
	font-size: 2vw;
	line-height: 1.7;
	position: relative;
	display: block;
	margin-bottom: 0.5vw;
}

.product_cate ul li a .info .name b,.product_cate ul li:nth-child(3) a .name b,.pxhd_list ul li .name b{
	background: linear-gradient(#006db2, #006db2) 0 100% / 0 2px no-repeat;
	text-decoration: none;
	transition: background .6s cubic-bezier(0.215, 0.610, 0.355, 1);
	display: inline;
}
.pxhd_list ul li .name b{
	background: linear-gradient(#006db2, #006db2) 0 100% / 0 1px no-repeat;
}
.product_cate ul li:nth-child(3) a .name .b{
	position: relative;
}

.product_cate ul li:nth-child(3) a:hover .name .b{
	color: #006db2;
}

.product_cate ul li a:hover .info .name,.pxhd_list ul li:hover .name{
	color: #006db2;
}

.pxhd_list ul li:hover .inner img{
	transform: scale(1.05);
}

.product_cate ul li a:hover .info .name b,.product_cate ul li:nth-child(3) a:hover .name b,.pxhd_list ul li:hover .name b{
	background-size: 100% 2px;
}

.pxhd_list ul li:hover .name b{
	background-size: 100% 1px;
}

.product_cate ul li a .des{
	width: 100%;
	position: relative;
	font-size: 14px;
	line-height: 1.7;
	transition: all .6s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.product_cate ul li a .des .row{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
	font-size: 16px;
}

.product_cate ul li a .des .row .r{
	width: 80px;
}

.product_cate ul li a .des .row .d{
	width: calc(100% - 80px);
}

.case_box{
	width: 100%;
	position: relative;
	background: url(../images/case_bg.jpg) center center no-repeat;
	background-size: cover;
}

.case_box .left{
	width: 48%;
	position: relative;
}

.case_box .right{
	width: 48%;
	position: relative;
}

.pxhd_list.even{
	margin-top: 2vw;
}
.pxhd_list.even ul li{
	width: 48%;
	margin-right: 4%;
}

.pxhd_list.even ul li:nth-child(3n){
	margin-right: 4%;
}

.pxhd_list.even ul li:nth-child(2n){
	margin-right: 0%;
}

.cxjs{
	position: relative;
	margin-top: 2vw;
}

.cxjs p{
	display: block;
	position: relative;
	width: 100%;
	padding-left: 15px;
	line-height: 35px;
	font-size: 18px;
	display: block;
	margin-bottom: 5px;
}

.cxjs p::after{
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0px;
	top: 13.5px;
	content: '';
	background: #006db2;
	border-radius: 50%;
}

.prodetail_top{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.prodetail_top .img{
	width: 45%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.prodetail_top .pic{
	width: 50%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.prodetail_top .img .inner{
	padding-top: 60%;
}

.prodetail_top .info{
	width: 50%;
}

.prodetail_top .info .name{
	font-size: 3vw;
	display: block;
	margin-bottom: 10px;
}

.prodetail_top .info .des{
	width: 100%;
	height: auto;
	position: relative;
}

.prodetail_top .info .des .rows{
	width: 100%;
	display: flex;
	margin-bottom: 10px;
	line-height: 30px;
	align-items: flex-start;
}


.prodetail_top .info .des .rows.s .d{
	color: #006db2;
	text-decoration: underline;
}

.prodetail_top .info .des .rows.s:hover .d{
	color: #6eb92b;
}

.prodetail_top .info .des .rows .t{
	width: 120px;
	display: flex;
	align-items: center;
}

.prodetail_top .info .des .rows .t .i{
	width: 40px;
	height: 40px;
	background: #006db2;
	border-radius: 50%;
	position: relative;
	margin-right: 5px;
	padding: 8px;
}

.prodetail_top .info .des .rows .t .x{
	width: calc(100% - 45px);
}

.prodetail_top .info .des .rows .d{
	width: calc(100% - 125px);
	padding: 5px 0px;
}

.pdetail_name{
	font-size: 24px;
	position: relative;
	margin-top: 3vw;
	display: flex;
}

.pd_sx{
	width: auto;
	display: flex;
	font-size: 16px;
	align-items: center;
	margin-left: 25px;
}

.pd_sx a{
	width: auto;
	display: flex;
	align-items: center;
	position: relative;
	color: #006db2;
	margin-left: 10px;
	cursor: pointer;
}

.pd_sx a:hover{
	color: #6eb92b;
}

.pd_sx a:hover::after{
	background: #6eb92b;
}

.pd_sx a::after{
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: '';
	background: #006db2;
}

.pd_sx a .txt{
	margin-left: 3px;
}

.pd_cat{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 5;
	background: #fff;
	padding: 1vw 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pd_cat ul{
	width: calc(100% - 200px);
	display: flex;
	position: relative;
	flex-wrap: wrap;
}

.proSearch{
	width: 100%;
	height: 45px;
	border: 1px solid #006db2;
	line-height: 43px;
	text-align: center;
	color: #006db2;
	border-radius: 50px;
	cursor: pointer;
	background: #e8f2f8;
	display: flex;
	justify-content: space-between;
}

.proSearch input{
	width: calc(100% - 45px);
	border: none;
	outline: none;
	background: transparent;
	padding-left: 15px;
}

.proSearch .proBtn{
	width: 45px;
	height: 45px;
	position: relative;
}

.pd_cat ol{
	width: 180px;
}

.pd_cat ul li{
	width: 125px;
	height: auto;
	position: relative;
	margin-right: 15px;
	margin-bottom: 15px;
}

.pd_cat ul li.active{
	z-index: 5;
}

.pd_cat ul li .name{
	width: 100%;
	height: 45px;
	border: 1px solid #006db2;
	line-height: 45px;
	text-align: center;
	color: #006db2;
	border-radius: 50px;
	cursor: pointer;
}

.pd_cat ul li .name p{
	position: absolute;
	width: calc(100% - 40px);
	left: 15px;
	top: 0px;
	font-size: 14px;
	text-align: center;
}

.pd_cat ul li .name span{
	width: 12px;
	height: 12px;
	position: absolute;
	display: block;
	right: 10px;
	top: 50%;
	margin-top: -6px;
}

.pd_cat ul li .name span::before{
	width: 12px;
	height: 1px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: '';
	background: #006db2;
	
}

.pd_cat ul li .name span::after{
	width: 1px;
	height: 12px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
	content: '';
	background: #006db2;
	
}

.pd_cat ul li.active .name{
	background: #006db2;
	color: #fff;
}

.pd_cat ul li.active .name span::before,.pd_cat ul li.active .name span::after{
	background: #fff;
}
.pd_cat ul li.active .name span::after{
	opacity: 0;
}
.pd_cat ul li.active .ls{
	display: block;
}

.ziBox{
	width: 500px;
	height: auto;
	position: absolute;
	background: #fff url(../images/zi_bg.jpg) center top no-repeat;
	background-size: cover;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 5px;
	padding: 50px;
}

.ziBox .name{
	width: 100%;
	text-align: center;
	position: relative;
	font-size: 28px;
	margin-bottom: 2vw;
	color: #fff;
}
.ziform{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
	margin-bottom: 3vw;
}

.ziform .rows{
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(0,109,178, 0.5);
	color: #006db2;

}

.ziform .jianli{
	width: 150px;
	position: absolute;
	height: 35px;
	left: 80px;
	top: 10px;
	cursor: pointer;
	pointer-events: none;
	display: flex;
	font-size: 14px;
	align-items: center;
}

.ziform .jianli .txt{
	margin-left: 5px;
}

.ziform .rows.jl input{
	opacity: 0;
	width: 150px;
	height: 35px;
	position: relative;
	top: 10px;
	cursor: pointer;
	font-size: 0;
}

.xtbtn.zipBar{
	margin: 0px auto;
}

.xtbtn.downBar{
	margin: 0px auto;
}

.ziform .rows label{
	width: 80px;
	display: block;
	line-height: 55px;
	color: #006db2;
	font-size: 14px;
}

.ziform .rows input{
	width: calc(100% - 80px);
	display: block;
	border: none;
	outline: none;
	height: 55px;
	background: transparent;
	color: #006db2;
}

.ziform .rows input::placeholder{
	color: rgba(0, 109, 178, 0.5);
}

.zi_close{
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
}

.zi_close:hover{
	opacity: 0.7;
}

.pd_cat ul li .ls{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	top: 45px;
	background: #eaeff5;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
	font-size: 14px;
	border-top: none;
	display: none;
	padding: 10px 0px;
	max-height: 240px;
	overflow: auto;
}
.pd_cat ul li .ls p{
	padding: 2.5px 20px;
	line-height: 20px;
	cursor: pointer;
	color: rgba(0, 0, 0, .5);
}

.pd_cat ul li .ls p:hover{
	color: rgba(0, 0, 0, .8);
}


.pd_content{
	width: 100%;
	position: relative;
	margin-top: 0vw;
	overflow-x: auto;
}

.c-table th{
	background: #f3f3f3;
	position: relative;
}

.c-table td{
	font-size: 14px;
	transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.c-table td:nth-child(1){
	color: #006db2;
}

.addDot{
	width: 30px;
	height: 30px;
	position: absolute;
	background: #006db2;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-size: 10px;
	border-radius: 50%;
}

.tbody a.c_ion{
	width: 30px;
	height: 30px;
	display: block;
	cursor: pointer;
	margin: 0px auto;
}
.tbody a.c_ion img{
	transition: all .35s;
}

.tbody a.c_ion:hover img{
	transform: scale(1.2);
}

.tbody  a.c_ion.n{
	cursor: no-drop;
	opacity: 0.5;
}

.tbody  a.c_ion:hover{
	opacity: 0.7;
}

.c-table th{
	height: 60px;
	text-align: center;
	padding-top: 10px;
}

.c-table td{
	height: 50px;
	text-align: center;
}

.c-table th>.cell span{
	display: block;
	position: relative;
	font-size: 12px;
}

.c-table th{
	vertical-align: top;
}

.xt_talbel .ci{
	width: 10px;
	height: 100%;
	position: absolute;
	right: 5px;
	top: 0%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	padding: 0px;
	line-height: 1;
}

.xt_talbel .ci .c_up{
	width: 10px;
	height: 10px;
	cursor: pointer;
	position: relative;
	margin-bottom: 3px;
}

.xt_talbel .ci .c_down{
	width: 10px;
	height: 10px;
	cursor: pointer;
	position: relative;
}

.xt_talbel .ci .c_up::after,.xt_talbel .ci .c_down::after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px;
	border-color: transparent transparent #fff transparent;
	content: '';
	display: block;
	opacity: 0.25;
}

.xt_talbel .ci .c_down:hover::after,.xt_talbel .ci .c_down.active::after,.xt_talbel .ci .c_up:hover::after,.xt_talbel .ci .c_up.active::after{
	opacity: 1;
}

.xt_talbel .ci .c_down::after{
	border-color:#fff transparent  transparent transparent ;
}

#particles-js {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.carBox {
    width: 600px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    background-color: #fff;
}

.carBox .name {
    width: 100%;
    height: auto;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
	display: flex;
}

.carBox .name b{
	display: block;
	width: 50%;
	position: relative;
	color: #3e3e3e;
	background: #eaebf0;
	cursor: pointer;
}

.carBox .name b.active{
	background-color: #006db2;
	color: #fff;
}

.carBox .name b.active::after{
	width: 0px;
	height: 0px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #006db2;
	position: absolute;
	left: 50%;
	margin-left: -7px;
	content: '';
	bottom: -6px;
}

.selects,
.car_td {
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 50px;
	font-size: 14px;
}

.car_table {
    width: 100%;
    height: auto;
    position: relative;
}

.selects .car_row {
    font-size: 16px;
}

.selects .car_row,
.car_td .nums {
    width: calc(100% / 3);
    height: auto;
    text-align: center;
    font-weight: bold;
}

.car_td .nums {
    font-weight: normal;
}

.car_td .nums.c {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.car_td .del,
.car_td .add {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #3e3e3e;
    line-height: 26px;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
    display: none;
}

.car_td .car_input {
    width: 90%;
    margin-left: 5%;
}

.car_td .car_input input {
    width: 100%;
    display: block;
    border: 1px solid rgba(0, 0, 0, .1);
    height: 40px;
    text-align: center;
    outline: none;
	font-size: 14px;
	color: rgba(0, 0, 0, .5);
}

.delete {
    cursor: pointer;
}

.delete:hover {
    color: #006db2;
}

.car_info {
    position: relative;
    width: 100%;
    height: auto;
    background: #f9f8fb;
    padding: 25px 100px;
}

.car_info .tr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.car_info .tr label {
    width: 100px;
    height: auto;
    line-height: 40px;
    font-size: 16px;
}

.car_info .tr input {
    width: calc(100% - 100px);
    outline: none;
    border: 1px solid rgba(0, 0, 0, .1);
	text-indent: 10px;
	font-size: 14px;
}

.car_info .tr.tip {
    justify-content: center;
    opacity: .7;
    padding-top: 15px;
    margin-bottom: 25px;
	font-size: 14px;
}

.car_submit {
    width: 165px;
    height: auto;
    line-height: 45px;
    margin: 0px auto;
    text-align: center;
    font-size: 16px;
    background-color: #1a69b1;
    color: #fff;
    cursor: pointer;
}

.car_submit:hover,
.car_close:hover {
    opacity: .9;
}

.car_submit.active {
    cursor: no-drop;
    background: #666;
}

.car_close {
    width: 45px;
	height: 45px;
	position: absolute;
	right: -50px;
	top: 0px;
	background-color: #006db2;
	color: #fff;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
}

.car_table {
    width: 100%;
    height: auto;
    position: relative;
}

.table_tips {
    width: 220px;
    height: auto;
    border: 1px solid #006db2;
    line-height: 46px;
    text-align: center;
    margin: 50px auto;
    font-size: 16px;
    color: #006db2;
    cursor: pointer;
    border-radius: 3px;
    opacity: .7;
	display: block;
}

.table_tips.active{
	display: none;
}

.table_tips:hover {
    opacity: 1;
}

.submit_btn.active{
	opacity: 0.5;
	cursor: no-drop;
}

.carBar .sls,.demoBar .jlj {
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
    background: red;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 0px;
    border-radius: 50%;
    display: none;
}

.carBar.active .sls,.demoBar.active .jlj {
    display: block;
}

.cbox{
	width: 100%;
	position: relative;
	display: none;
}

.cbox.active{
	display: block;
}

.fbtns.ns{
	width: 100%;
	position: relative;
	justify-content: center;
	margin-bottom: 2vw;
}

.fbtns.ns a{
	width: 155px;
	height: 56px;
	line-height: 56px;
	font-size: 20px;
	background: transparent;
	border-radius: 5px;
	margin-left: 25px;
	color: #006db2;
	border: 1px solid #006db2;
}
.fbtns.ns a:first-child{
	margin-left: 0px;
}

.fbtns.ns a::before{
	width: 60px;
	height: 60px;
	background: #006db2;
}

.fbtns.ns a:hover{
	color: #fff;
	transform: scale(1);
}

.fbtns a.active::before {
    transform: translate(-50%, -50%) scale(3);
}

.fbtns a.active{
    transform: scale(1);
	color: #fff;
}



.car_info .tr.yp_row.active{
	display: none;
}

.searchContent {
	width: 100%;
	height: auto
}

.searchContent .scResult {
	width: 100%;
	height: auto;
	background: #006db2;
	color: #fff;
	font-weight: 700;
	text-indent: 45px;
	font-size: 20px;
	line-height: 40px;
	position: relative
}

.searchContent .scResult.b{
	background: #006db2;
}

.searchContent .scResult:after {
	width: 25px;
	height: 25px;
	position: absolute;
	left: 10px;
	top: 7.5px;
	background: url(../images/result_icon.png?v=1) no-repeat;
	background-size: cover;
	content: ''
}

.resultTips {
	width: 100%;
	height: auto;
	line-height: 40px;
	font-size: 14px
}

.resultTips span {
	color: #e10101;
	padding: 0 3px;
	font-weight: 700
}

.noData {
	width: 200px;
	height: 200px;
	margin: 0px auto;
	font-size: 14px;
	text-align: center;
	display: none;
	position: relative;
}

.noData::after{
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: 30px;
	background: url(../images/noData_img.png) no-repeat;
	background-size: cover;
	opacity: .2;
	content: '';
}

.noData p{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 60%;
	color: rgba(0,0,0,.2);
}

.noData.active {
	display: block
}

.zxdh{
	width: 300px;
	height: auto;
	position: absolute;
	right: 120%;
	top: -1vw;
	background: #fff;
	color: #3e3e3e;
	padding: 15px;
	border-radius: 3px 0px 0px 3px;
	box-shadow: 0px 0px 30px rgba(0,0,0,.1);
	transition: all .35s;
	transform: translateX(-1vw);
	opacity: 0;
	pointer-events: none;
	line-height: 1.6;
}

.zxdh::after{
	width: 2vw;
	height: 100%;
	position: absolute;
	right: -2vw;
	top: 0%;
	content: '';
}

.barTop a:hover .zxdh{
	transform: translateX(0vw);
	opacity: 1;
	pointer-events: auto;
}

.zxdh::before{
	width: 0px;
	height: 0px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #fff;
	content: '';
	position: absolute;
	right: -5px;
	top: 50%;
	margin-top: -5px;
}

.barTop .zxdh p{
	margin-bottom: 0px;
	font-size: 16px;
}

.xt_talbel{
	position: relative;
	
}

.xt_talbel .theadtr,.tbody{
	width: 100%;
	display: table;
	border-collapse:collapse;
}
.tbody{
	border-bottom: 1px solid #eceef1;
}
.xt_talbel .theadtr{
	background: #006db2;
	color: #fff;
	font-weight: bold;
	position: relative;
	z-index: 2;
}
.xt_talbel .theadtr .cell,.tbody .tr .cell{
	display: table-cell;
	/* border: 1px solid #eceef1; */
	vertical-align: middle;
	width: calc(90vw / 11);
	text-align: center;
	border-bottom: none;
	line-height: 1.2;
	padding: 15px 0px;
	position: relative;
}

.xt_talbel .theadtr .cell span{
	font-size: 12px;
	font-weight: normal;
}

.tbody .tr{
	width: 100%;
	display: table;
	background: #f9f9f9;
}

.tbody .tr:nth-child(even){
	background: #eaeff5;
}

.tbody .tr .cell{
	font-size: 14px;
}

.tbody .tr .cell:first-child{
	color: #006db2;
}

@media screen and (max-width: 1600px){
	.tbody .tr .cell,.xt_talbel .theadtr .cell{
		
		font-size: 14px;
	}
	
}

@media screen and (max-width: 1440px) {
	.news_list li{
		padding-bottom: 13px;
		margin-bottom: 13px;
	}
	.news_box .focus .info .des{
		margin-bottom: 55px;
	}
	.news_box .focus .showBox .name{
		font-size: 1.6vw;
	}
	nav a{
		font-size: 16px;
	}
	.product_list .des .row .r {
	    width: 70px;
	    font-size: 14px;
	}
	.product_list .des .row .d {
	    width: calc(100% - 70px);
		font-size: 14px;
	}
	.product_list ul li .more_btn{
		display: none;
	}
	.news_box .focus .info .name, .news_box .focus .showBox .name{
		height: 60px;
		line-height: 30px;
		font-size: 18px;
	}
	.news_list.in li a .name{
		font-size: 20px;
	}
	.news_list li a .name{
		font-size: 16px;
	}
	.nav_center .li .secondLab a{
		font-size: 16px;
		padding: 6px 0px;
	}
}

@media screen and (max-width: 1366px) {
	.news_list li{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.news_box .focus .info .des{
		margin-bottom: 45px;
	}
	.news_box .focus .info .name{
		font-size: 20px;
		line-height: 30px;
		height: 60px;
	}
	.news_box .focus .info .des{
		font-size: 14px;
		margin-bottom: 35px;
	}
	.app_list ul li a .name{
		font-size: 20px;
	}
	.news_list.in li a .name{
		font-size: 18px;
	}
	.news_list.in li a .des{
		font-size: 14px;
	}
	.nav_center .li .secondLab a{
		font-size: 14px;
	}
}

@media screen and (max-width: 1200px) {
	nav a {
	    font-size: 14px;
	    padding: 0px 0.75vw;
	}
	.app_list ul li a .name{
		font-size: 16px;
		bottom: 5%;
	}
	.num_list ul li .txt{
		font-size: 14px;
	}
	.news_box .focus .info .name {
	    font-size: 16px;
	    line-height: 25px;
	    height: 50px;
	}
	.news_box .focus .info .time p, .news_box .focus .showBox .time p{
		font-size: 12px;
	}
	.fnav{
		font-size: 55%;
	}
	.infoR{
		width:40%;
		font-size: 14px;
	}
	.fnav ul li a{
		padding: 5px 0px;
	}
	.ewmrow p{
		font-size: 12px;
	}
	.gz_des{
		font-size: 14px;
	}
	.cxjs p{
		line-height: 25px;
		font-size: 14px;
	}
	.cxjs p::after{
		top: 8px;
	}
	.pxhd_list ul li .name{
		font-size: 16px;
	}
	.hornorSwiper .hrows{
		height: 55px;
		margin-bottom: 5px;
		padding: 0px 25px;
		font-size: 16px;
	}
	.hornorSwiper .hrows::before, .hornorSwiper .hrows::after{
		width: 20px;
		height: 55px;
		background-size: cover;
	}
	.hornorSwiper .hrows::before{
		background-size: cover;
	}
	.his_list ul li .des{
		font-size: 16px;
	}
	.pro_serie ul li .name{
		font-size: 14px;
	}
	.rows_xj .des,.rows_cx .name p{
		font-size: 14px;
	}
	.news_list.in ul li{
		width: 32%;
		margin-right: 2%;
	}
	.detail_top .w100,.detail_box{
		width: 90%;
	}
	.con_list{
		padding: 2vw;
	}
	.con_list li .txt p{
		font-size: 16px;
	}
	.con_list li .txt b{
		font-size: 14px;
	}
	.con_list li{
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 1199px) {
	nav a{
		padding: 0px;
	}
}

@media screen and (max-width: 900px) {
	#nav-icon2{
		display: block;
	}
	nav {
	    display: block;
	    position: fixed;
	    left: 0;
	    top: 60px;
	    margin-left: 0;
	    background: rgba(0, 0, 0, .7);
	    width: 100%;
	    height: calc(100vh - 60px);
	    opacity: 0;
	    visibility: hidden;
	    -webkit-transition: all .6s cubic-bezier(.23, 1, .32, 1);
	    pointer-events: none;
	}
	header {
	    height: 60px;
	    background: #fff;
	    padding: 0px 5%;
		z-index: 200;
	}
	#nav-icon2 span {
	    background: #3e3e3e;
	}
	.logo img:nth-child(1) {
	    opacity: 0;
	}
	.logo img:nth-child(2) {
	    opacity: 1;
	}
	.logo{
		width: 35vw;
	}
	.hot_line{
		display: none;
	}
	.gz_name{
		font-size: 6vw;
		margin-bottom: 3vw;
		line-height: 40px;
	}
	.product_list ul li{
		width: 48%;
		margin-bottom: 4vw;
	}
	.product_list ul li:nth-child(n+3){
		margin-bottom: 0px;
	}
	.product_list .title{
		font-size: 5vw;
		top: 15%;
	}
	.product_list ul li:last-child .title{
		font-size: 4vw;
		font-weight: bold;
	}
	.product_list .des{
		display: none;
	}
	.boxes{
		padding: 10vw 0px;
	}
	.app_list ul li{
		width: 48%;
		margin-bottom: 4vw;
	}
	
	.app_list ul li a .inner {
	    padding-top: 100%;
	}
	.product_list ul li .thum, .app_list ul li .thum{
		border-radius: 5px;
	}
	.about_img {
	    width: 90%;
	    height: auto;
	    position: relative;
	    left: 5%;
	    top: 0%;
	    -webkit-transform: translateY(0%);
	}
	.num_list ul li .num span, .num_list ul li .num i{
		font-size: 40px;
	}
	.num_list ul li .num b{
		font-size: 12px;
	}
	.num_list ul li .txt {
	    font-size: 12px;
		text-align: center;
	}
	.num_list ul li .num b{
		margin-bottom: 5px;
	}
	.num_list ul li .num b.b{
		top: -20px;
	}
	.num_list{
		margin-bottom: 10vw;
	}
	.more_common{
		width: 125px;
		height: 40px;
		font-size: 14px;
	}
	.num_list ul li .num{
		justify-content: center;
	}
	.about_box{
		height: auto;
		padding: 20vw 0px;
		padding-bottom: 30%;
		padding-top: 10vw;
	}
	.news_box .left,.news_box .list{
		width: 100%;
	}
	.news_box .focus .info .des{
		display: none;
	}
	.news_box .focus{
		width: 48%;
	}
	.gz_top{
		margin-bottom: 4vw;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.news_box .focus .info .name{
		margin-bottom: 5px;
	}
	.news_box .focus .info .time, .news_box .focus .showBox .time{
		font-size: 12px;
		line-height: 18px;
	}
	.app_list ul li a .more_btn{
		display: none;
	}
	.news_box .focus .info{
		height: auto;
		padding: 3vw;
	}
	.news_box .left{
		margin-bottom: 4vw;
	}
	.news_list li a .des{
		display: none;
	}
	.news_list li a .name{
		margin-bottom: 0px;
		-webkit-line-clamp: 3;
	}
	.fnav{
		display: none;
	}
	.infoR{
		width: 100%;
		border-left: none;
		text-align: left;
	}
	.lxAd{
		justify-content: flex-start;
	}
	.ewmrow{
		justify-content: flex-start;
		margin-top: 15px;
	}
	.footerTop .flogo{
		display: none;
	}
	.fbtns{
		width: 100%;
	}
	.footerTop{
		padding-bottom: 30px;
		margin-bottom: 25px;
		padding-top: 25px;
	}
	.fbtns a{
		margin-left: 0px;
		margin: 0px 5px;
		width: 115px;
		height: 40px;
		line-height: 40px;
		border-radius: 5px;
		font-size: 14px;
	}
	.copyright{
		padding-top: 15px;
		margin-top: 25px;
	}
	.copyright{
		flex-wrap: wrap;
	}
	.footer{
		padding-bottom: 15px;
	}
	.bar{
		position: fixed;
		right: 3%;
		top: 60%;
		width: 62px;

	}
	.toTop{
		display: none;
	}
	.barTop{
		opacity: 1;
		pointer-events: auto;
		width: 62px;
		height: 215px;
		top: 0%;
	}
	.barTop a .icon{
		font-size: 24px;
	}
	.barTop a:nth-child(2) .icon{
		font-size: 28px;
	}
	.carBar .sls, .demoBar .jlj{
		width: 15px;
		height: 15px;
		line-height: 15px;
	}
	nav.active {
	    opacity: 1;
	    visibility: visible;
	    pointer-events: auto;
	}
	.nav_center{
		background: #f9f9f9;
		flex-wrap: wrap;
		padding: 7vw 5%;
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	
	.sub-banner{
		margin-top: 60px;
	}
	
	.product_cate ul li{
		width: 48%;
		margin-bottom: 5vw;
	}
	.product_cate ul{
		flex-wrap: wrap;
	}
	.product_cate ul li a .des{
		display: none;
	}
	.product_cate ul li a .info .name{
		font-size: 5vw;
		margin-bottom: 0px;
	}
	.product_cate ul li a .info{
		padding: 3vw 0px;
	}
	.product_cate ul li:nth-child(1), .product_cate ul li:nth-child(2){
		border-radius: 5px;
		overflow: hidden;
		background: transparent;
	}
	.product_cate ul li:nth-child(3){
		width: 100%;
		justify-content: space-between;
		margin-bottom: 0px;
	}
	.product_cate ul li:nth-child(3) a:last-child{
		margin-bottom: 0px;
	}
	.product_cate ul li:nth-child(3) a{
		width: 48%;
		height: auto;
		flex-wrap: wrap;
		margin-bottom: 5vw;
	}
	.product_cate ul li:nth-child(3) a .thum .img{
		width: 100%;
		position: relative;
		top: 0%;
		-webkit-transform: translateY(0%);
	}
	.product_cate ul li:nth-child(3) a .name{
		width: 100%;
		position: relative;
		left: 0%;
		bottom: 0%;
		color: #3e3e3e;
		padding: 3vw 0px;
	}
	.product_cate ul li:nth-child(3) a .thum{
		height: auto;
	}
	.product_cate ul li:nth-child(3) a .name p{
		font-size: 5vw;
	}
	.product_cate ul li:nth-child(3) a .name .b{
		font-size: 14px;
	}
	.product_cate ul li:nth-child(1) a .thum, .product_cate ul li:nth-child(2) a .thum{
		border-radius: 0px;
	}
	.case_box .left,.case_box .right{
		width: 100%;
	}
	.pxhd_list.even{
		margin-top: 5vw;
	}
	.pxhd_list ul li .des{
		display: none;
	}
	.pxhd_list ul li .name{
		font-size: 14px;
	}
	.about_warp{
		flex-wrap: wrap;
	}
	.about_warp .left{
		width: 100%;
	}
	.about_warp .num_list{
		margin-bottom: 3vw;
		margin-top: 3vw;
	}
	.singePage{
		font-size: 14px;
	}
	.about_warp .right{
		width: 100%;
		margin-bottom: 5vw;
	}
	.his_box .left,.his_list{
		width: 100%;
	}
	.his_box .left .thum{
		height: 50vw;
	}
	.his_list ul li .des{
		font-size: 14px;
	}
	.his_list ul li .year{
		font-size: 8vw;
	}
	.pro_serie{
		height: auto;
		
	}
	.pro_serie ul{
		height: 50%;
		top: auto;
		bottom: 0%;
		position: relative;
		flex-wrap: wrap;
		width: 90%;
		margin-left: 5%;
		margin-top: 40vw;
	}
	.pro_serie ul li{
		width: 50%;
		height: 25vh;
		background: rgba(0, 0, 0, .2);
		border: 1px solid rgba(255,255,255,.5);
	}
	
	.pro_serie ul li:last-child{
		border-left: none;
	}
	
	.pro_serie ul li:nth-child(1){
		margin-right: 50%;
		border-bottom: none;
	}
	.pro_serie ul li .name b::after{
		display: none;
	}
	.pro_serie ul li::after{
		display: none;
	}
	.pro_serie ul li .name{
		text-align: left;
		padding: 5vw;
		bottom: auto;
		top: 0%;
		height: 100%;
	}
	.pro_serie ul li .name b{
		font-size: 5vw;
	}
	.pro_serie ul li .name b span{
		font-size: 3vw;
	}
	.pro_serie ul li .name p{
		width: calc(100% - 10vw);
		height: auto;
		position: absolute;
		left: 5vw;
		bottom: 5vw;
		font-size: 14px;
	}
	.pro_serie ul li .name p br{
		display: none;
	}
	.pxhd_list ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 5vw;
	}
	
	.pxhd_list ul li:nth-child(3n){
		margin-right: 4%;
	}
	
	.pxhd_list ul li:nth-child(2n){
		margin-right: 0%;
	}
	
	.pxhd_list ul li .time{
		font-size: 12px;
	}
	
	.zlSwiper .swiper-slide .more_btn{
		display: none;
	}
	.zlSwiper{
		padding-bottom: 40px;
	}
	.zlSwiper .swiper-slide a .name p{
		font-size: 4.5vw;
	}
	.zlSwiper .swiper-slide a .name{
		padding-bottom: 10px;
	}
	.zlSwiper .swiper-slide a .des{
		font-size: 14px;
		line-height: 1.7;
		top: 25%;
		display: none;
	}
	.zlSwiper .swiper-slide a .inner {
	    padding-top: 170%;
	}
	.zlSwiper .swiper-slide a{
		border-radius: 5px;
	}
	.service_bg{
		height: 100%;
	}
	.cpxj_left{
		width: 100%;
		margin-bottom: 10vw;
	}
	.xtbtn{
		width: 115px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.rows_xj .des{
		margin-bottom: 4vw;
	}
	.rows_xj{
		padding-bottom: 5vw;
		margin-bottom: 5vw;
	}
	.sj_row .rws{
		width: 65%;
		margin-bottom: 15px;
	}
	.sj_row .rws:nth-child(2) {
	    width: 30%;
		margin-bottom: 15px;
	}
	.sj_row .rws .rt{
		font-size: 14px;
	}
	.r_input.f .send_yzm{
		width: 80px;
	}
	.r_input.f input {
	    width: calc(100% - 80px);
	}
	.jszc_list ul li{
		width: 48%;
		margin-right: 4%;
	}
	
	.jszc_list ul li:nth-child(3n){
		margin-right: 4%;
	}
	
	.jszc_list ul li:nth-child(2n){
		margin-right: 0%;
	}
	
	.jszc_list ul li a .name{
		font-size: 4vw;
		left: 5vw;
		top: 5vw;
	}
	.jszc_list ul li .inner {
	    padding-top: 100%;
	}
	.jszc_list ul li .more_btn{
		display: none;
	}
	.news_list.in ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 5vw;
	}
	.news_list.in ul li:nth-child(3n){
		margin-right: 4%;
	}
	.news_list.in ul li:nth-child(2n){
		margin-right: 0%;
	}
	.news_list.in li a{
		padding: 0px;
	}
	.news_list.in li a .name {
	    font-size: 14px;
		margin-bottom: 5px;
	}
	.news_list.in li a .thum{
		margin-bottom: 10px;
	}
	.news_list.in li a .time{
		font-size: 12px;
		line-height: 16px;
	}
	.news_list li a .time i{
		width: auto;
		height: auto;
		font-size: 12px;
		margin-right: 3px;
		line-height: 16px;
	}
	#page li{
		width: 35px;
		font-size: 12px;
		line-height: 35px;
	}
	.detail_top{
		padding: 30vw 0px 10vw;
	}
	.detail_top .info{
		font-size: 12px;
		margin-bottom: 0px;
	}
	.detail_top .title{
		font-size: 5vw;
	}
	.detail_box{
		padding: 5vw 0%;
	}
	.contact_box>img{
		display: none;
	}
	.contact_box .w1400{
		width: 90%;
		position: relative;
		left: 0%;
		top: 0%;
		transform: translateY(0%);
	}
	.con_list {
		padding: 5vw 0px;
		box-shadow: none;
	}
	.tbody .tr .cell,.xt_talbel .theadtr .cell{
		width: 90px;
		font-size: 12px;
	}
	.xt_talbel .theadtr .cell{
		font-size: 12px;
	}
	.pd_cat ul li .name{
		font-size: 14px;
	}
	.xt_talbel .theadtr .cell span{
		font-size: 10px;
	}
	.prodetail_top{
		flex-wrap: wrap;
	}
	.prodetail_top .img{
		width: 100%;
		margin-bottom: 5vw;
	}
	.prodetail_top .info{
		width: 100%;
	}
	.prodetail_top .info .des{
		font-size: 14px;
	}
	.prodetail_top .info .des .rows .t {
	    width: 100%;
	}
	.prodetail_top .info .des .rows .d {
	    width: 100%;
	}
	.prodetail_top .info .des .rows .t .i{
		width: 30px;
		height: 30px;
	}
	.prodetail_top .info .des .rows .t .i{
		padding: 5px;
	}
	.prodetail_top .info .des .rows{
		margin-bottom: 0px;
		flex-wrap: wrap;
		margin-bottom: 4vw;
	}
	.pdetail_name{
		font-size: 5vw;
	}
	.pd_cat ul li{
		width: 32%;
		margin-right: 2%;
	}
	.pd_cat ul li:nth-child(3n){
		margin-right: 0%;
	}
	.rcln_box{
		flex-wrap: wrap;
	}
	.rcln_box .left{
		width: 100%;
	}
	.rc_icons{
		width: 100%;
	}
	.rc_icons ul li .icon{
		padding: 18px;
		width: 60px;
	}
	.rc_icons ul li .icon::before{
		width: 70px;
		height: 70px;
		background-size: cover;
	}
	.rc_icons ul li p{
		margin-top: 5px;
		font-size: 16px;
	}
	.rc_icons ul li{
		margin-bottom: 5vw;
	}
	.activeSwiper .swiper-slide.swiper-slide-prev,.activeSwiper .swiper-slide.swiper-slide-next{
	    transform: translateX(0px) translateZ(0px) rotateY(0deg);
	}
	.activeSwiper{
		padding-bottom: 40px;
	}
	.joinR .je .txt{
		font-size: 14px;
	}
	.joinR .zplink{
		width: 120px;
		margin-left: 10px;
	}
	.joinR .je .icon {
	    width: 40px;
	    height: 40px;
	    line-height: 40px;
	    font-size: 16px;
	    margin-right: 5px;
	}
	.zp_list ul li{
		width: 100%;
		padding: 5vw;
	}
	.other_linsk .more_common p{
		width: 100%;
		text-align: center;
	}
	.other_linsk .more_common .img{
		display: none;
	}
	.other_linsk .more_common {
	    margin-left: 5px;
	    width: 100px;
	    font-size: 12px;
	}
	.zp_list ul li .info .place{
		font-size: 12px;
	}
	.zp_list ul li .info .title{
		font-size: 16px;
	}
	.joinR{
		width: 100%;
		margin-top: 5vw;
	}
	.r_submit{
		width: 100px;
	}
	.search{
		color: #3e3e3e;
		margin-right: 50px;
	}
	.searchGroup{
		padding: 10vw;
		width: 90%;
	}
	.product_list ul li,.app_list ul li{
		transform: translateX(0%) translateY(25%);
	}
	.product_list.is-inview ul li,.app_list.is-inview ul li{
		transform: translateX(0%) translateY(0%);
	}
	.case_box .gz_name{
		font-size: 5.5vw;
	}
	.about_box .gz_name{
		font-size: 5vw;
		line-height: 1.4;
	}
	.about_box .gz_name p:nth-child(1){
		
	}
	.more_common .img{
		display: none;
	}
	.more_common p{
		width: 100%;
		text-align: center;
	}
	.more_common{
		width: 105px;
	}
	.prodetail_top .info .name{
		font-size: 8vw;
		margin-bottom: 1vw;
	}
	.ndc_npnews .post_next, .ndc_npnews .post_prev,.ndc_back p{
		font-size: 12px;
	}
	.ndc_back span{
		width: 20px;
		margin-bottom: 0px;
	}
	.banner_box,.bannerSwiper{
		height: 60vw;
	}
	.banner_box{
		margin-top: 60px;
		overflow: hidden;
	}
	.slogan{
		width: 50%;
		margin-left: -25%;
	}
	.mouse_icon{
		display: none;
	}
	.bannerSwiper .swiper-pagination-bullet{
		width: 20px;
		height: 3px;
		margin: 0px 3px !important;
	}
	.swiper-button-next, .swiper-button-prev{
		display: none;
	}
	.search{
		-webkit-transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0s;
	}
	.carBox{
		width: 90%;
	}
	.car_close{
		width: 35px;
		height: 35px;
		right: 0px;
		top: -40px;
		line-height: 35px;
	}
	.carBox .name{
		line-height: 50px;
		font-size: 16px;
	}
	.selects, .car_td{
		line-height: 40px;
		font-size: 12px;
	}
	.car_td .car_input input{
		height: 30px;
		font-size: 12px;
	}
	.car_info{
		padding: 25px 5vw;
	}
	.car_info .tr label{
		font-size: 14px;
		width: 70px;
		line-height: 35px;
	}
	.car_info .tr input{
		width: calc(100% - 70px);
	}
	.car_info .tr.tip{
		font-size: 12px;
	}
	.car_submit{
		width: 105px;
		line-height: 35px;
		font-size: 14px;
	}
	.selects .car_row{
		font-size: 14px;
	}
	.toast{
		font-size: 12px;
	}
	.fbtns.ns{
		margin-bottom: 5vw;
	}
	.fbtns.ns a {
	    width: 105px;
	    height: 46px;
	    line-height: 46px;
	    font-size: 16px;
	    background: #3e3e3e;
	    border-radius: 5px;
	    margin-left: 5px;
	}
	.news_list.in li:hover a {
	    box-shadow: none;
	}
	.honor-box .left{
		width: 90%;
		position: relative;
		left: 5%;
		top: 0%;
		-webkit-transform: translateY(0%);
	}
	.honor-bg{
		position: absolute;
		left: 0%;
		bottom: 0%;
	}
	.hornorSwiper .hrows{
		font-size: 14px;
		height: 45px;
	}
	.hornorSwiper .hrows::before, .hornorSwiper .hrows::after{
		width: 16px;
		height: 45px;
	}
	.boxes.honor-box{
		padding-bottom: 75vw;
	}
	.barTop a p{
		opacity: 0.6;
		font-size: 10px;
	}
	.table_tips{
		font-size: 14px;
		line-height: 40px;
		width: 140px;
	}
	.more_common:hover p {
	    left: 50%;
	}
	.app_list ul li:nth-child(6){
		display: block;
	}
	.app_list ul li:nth-child(6) .thum::after{
		width: 100%;
		height: 100%;
		background: #006db2;
		opacity: 0.5;
	}
	.apps ul li{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 5vw;
	}
	.apps ul li .name{
		width: 90%;
		left: 5%;
		font-size: 5vw;
	}
	.apps ul li .more_btn{
		width: 40px;
		height: 40px;
	}
	.more_btn img{
		width: 12px;
		height: 12px;
	}
	.apps ul li .alist{
		width: 90%;
		left: 5%;
	}
	.apps ul li .alist a{
		font-size: 14px;
		padding: 10px 0px;
	}
	.app_menu,.app_detail{
		width: 100%;
	}
	.app_menu .name{
		font-size: 5vw;
		padding-bottom: 25px;
		padding: 20px 25px;
	}
	.app_menu ul li .title{
		line-height: 40px;
		font-size: 3.5vw;
	}
	.app_menu ul li .ls a{
		font-size: 14px;
		line-height: 30px;
	}
	.app_menu ul li{
		margin-bottom: 10px;
		width: 49%;
	}
	.app_menu ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.app_menu ul li .ls{
		padding-top: 5px;
	}
	.app_menu{
		margin-bottom: 5vw;
		box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
		border-radius: 0px 0px 5px 5px;
	}
		font-size: 5vw;
	.app_same .title{
	}
	
	.pdf_list ul li .icon{
		width: 30px;
	}
	.pdf_list ul li{
		
		padding-bottom: 4.5vw;
		margin-bottom: 4.5vw;
	}
	.pdf_list ul li .see a{
		width: 40px;
		height: 40px;
		line-height: 38px;
		font-size: 16px;
	}
	.pdf_list ul li .see{
		width: 90px;
	}
	.pdf_list ul li .name{
		width: calc(100% - 140px);
	}
	.pdf_list ul li .name b{
		font-size: 3.5vw;
		line-height: 1.4;
	}
	.pdf_list ul li .name p{
		font-size: 12px;
		margin-top: 0px;
	}
	.support_detail{
		width: 100%;
		padding: 25px;
		border-radius: 5px;
	}
	.support_detail .gz_name {
	    font-size: 5vw;
	    margin-bottom: 5vw;
	}
	.fqa_list ul li .f_top .icon,.fqa_list ul li .f_bot .icon{
		width: 20px;
	}
	.fqa_list ul li .f_top .name{
		font-size: 3.5vw;
		width: calc(100% - 25px);
	}
	.fqa_list ul li .f_top{
		margin-bottom: 5px;
	}
	.fqa_list ul li .f_bot .des{
		width: calc(100% - 25px);
		line-height: 25px;
		font-size: 14px;
		height: 50px;
	}
	.fqa_list ul li .f_bot{
		margin-bottom: 15px;
	}
	.fqa_list ul li{
		padding-bottom: 4vw;
		margin-bottom: 4vw;
	}
	.f_btn{
		width: 100px;
		height: 40px;
		line-height: 38px;
		margin-left: 25px;
		font-size: 12px;
	}
	.f_btn p{
		left: 15px;
	}
	.f_btn span{
		right: 15px;
	}
	.fqa_list ul li .f_top .icon{
		margin-top: 2.5px;
	}
	.fqa_list ul li:last-child{
		border-bottom: none;
		padding-bottom: 0vw;
		margin-bottom: 0vw;
	}
	.bannerSwiper .swiper-pagination{
		bottom: 3%;
	}
	.about_box{
		background-position: 70% 50%;
	}
	.gz_name{
		font-weight: bold;
	}
	.news_box .focus .showBox{
		display: none;
	}
	.app_list ul li:nth-child(6) a .name{
		font-size: 14px;
		bottom: auto;
		top: 55%;
	}
	.product_list ul li:hover .title {
	    top: 15%;
	}
	.news_list li a .thum .inner {
	    padding-top: 60%;
	}
	.product_cate ul li:nth-child(3) a:hover .thum .img {
	    -webkit-transform: translateY(0%) scale(1);
	}
	.honor-bg img{
		position: relative;
		width: 150%;
		max-width: none;
		left: -50%;
	}
	.pro_serie ul li:hover .name p, .pro_serie ul li.active .name p {
	    letter-spacing: 0px;
	}
	.about_img .gz_des{
		width: 75%;
	}
	.about_img .num_list{
		width: 70%;
	}
	.about_img .num_list ul li{
		width: 50%;
		margin-bottom: 5vw;
	}
	.about_img .num_list ul li:nth-child(n+3){
		margin-bottom: 0px;
	}
	.about_img .num_list ul li .txt{
		font-size: 14px;
		text-align: left;
	}
	.about_img .num_list ul li .num{
		text-align: left;
	}
	.barTop .zxdh p{
		font-size: 14px;
		line-height: 1.7;
		opacity: 1;
	}
	.zxdh{
		width: 250px;
	}
	.zxdh{
		top: -5vw;
	}
	.car_info{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.car_info .tr{
		width: 48%;
		margin-bottom: 5px;
	}
	.car_info .tr label,.car_info .tr input{
		width: 100%;
	}
	.car_info .tr label{
		line-height: 20px;
		font-size: 12px;
		color: rgba(0, 0, 0, .5);
		margin-bottom: 3px;
	}
	.car_info .tr input{
		height: 30px;
		font-size: 12px;
		line-height: 28px;
	}
	.car_info .tr.tip{
		width: 100%;
	}
	.car_td{
		line-height: 30px;
	}
	.car_td .car_input input{
		height: 25px;
	}
	.nav_center .li{
		width: 100%;
	}
	.nav_center .li .secondLab{
		display: none;
	}
	.nav_center .li .firstLab a {
	    color: #3e3e3e;
		padding: 0px;
		font-size: 20px;
	}
	.nav_center .li{
		line-height: 60px;
		-webkit-transition: none !important;
		overflow: hidden;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}
	.nav_center .li .firstLab{
		transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1) .2s;
		width: 100%;
		transform: translateY(100%);
	}
	
	.nav_center .li:nth-child(2) .firstLab{
		transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.25s;
	}
	
	.nav_center .li:nth-child(3) .firstLab{
		transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.3s;
	}
	.nav_center .li:nth-child(4) .firstLab{
		transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.35s;
	}
	.nav_center .li:nth-child(5) .firstLab{
		transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.4s;
	}
	.nav_center .li:nth-child(6) .firstLab{
		transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.45s;
	}
	.nav_center .li:nth-child(7) .firstLab{
		transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.5s;
	}
	
	nav.active .nav_center .li .firstLab{
		transform: translateY(0%);
	}
	.nav_center .li:last-child{
		border-bottom: none;
	}
	.fk_box {
	    padding-top: 15vw;
	}
	.rows_cx .name b{
		font-size: 20px;
	}
	.pdetail_name{
		flex-wrap: wrap;
	}
	.pd_sx {
	    width: 100%;
	    margin-left: 0px;
	    margin-top: 5px;
	    margin-bottom: 15px;
	}
	.pd_cat ul,.pd_cat ol{
		width: 100%;
	}
	.pd_cat ul li{
		margin-bottom: 5px;
	}
	.pd_cat{
		margin-bottom: 15px;
	}
	.ziBox {
		width: 90%;
		padding: 40px 20px;
	}
	.ziform .rows input{
		height: 50px;
	}
	.ziform .rows label{
		line-height: 50px;
	}
	.ziBox .name{
		font-size: 20px;
	}
	.app_menu.yyly ul li{
		width: 100%;
	}
	.searchBtn{
		width: 120px;
		height: 40px;
		line-height: 40px;
		color: #3e3e3e;
	}
	.pxhd_list.one ul li a .name{
		font-size: 14px;
	}
	.case_box .gz_top .gz_name {
	    font-size: 5.5vw;
	}
	.case_box .pxhd_list.even ul li .name {
	    font-size: 16px;
	    margin-top: 10px;
	}
	.case_box .left{
		margin-bottom: 5vw;
	}
}