@font-face {
    font-family: 'Alibaba-PuHuiTi-Bold';
    src: url('../fonts/alibaba-puhuiti-bold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Alibaba-PuHuiTi-Heavy';
    src: url('../fonts/alibaba-puhuiti-heavy.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Alibaba-PuHuiTi-Light';
    src: url('../fonts/alibaba-puhuiti-light.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Alibaba-PuHuiTi-Medium';
    src: url('../fonts/alibaba-puhuiti-medium.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Alibaba-PuHuiTi-Regular';
    src: url('../fonts/alibaba-puhuiti-regular.ttf');
    font-weight: normal;
    font-style: normal;
}




html{
	height: 100%;
	overflow-x: hidden;
}
body{
	height: 100%;
	background-color: #fff;
}

ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: #333;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-decoration: none;
}
a:hover {
	color: #f9650a;
	text-decoration: none;
}
a:focus,
a:active {
	outline: none;
	text-decoration: none;
}
section{
	padding: 20px 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.container{
	width: 100%;
	margin: 0 auto;
	max-width: 1630px;
}
@media (min-width: 768px) {
	body > section {
  		padding: 30px 0;
	}
}
@media (min-width: 992px) {
	body > section {
  		padding: 35px 0;
	}
	.container-nav{
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
		max-width: 1630px;
	}
}
@media (min-width: 1200px) {
	body > section {
  		padding: 45px 0;
	}
}
.container-1200{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1230px;
}
.container-1620{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1630px;
}

.my-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.scrollToTop {
	color: #fff;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	background-color: #f9650a;
	z-index: 1005;
	display: none;
	border-radius:5px;
}
.scrollToTop i {
	line-height: 40px;
	font-size: 16px;
}
.scrollToTop:hover{
	opacity:0.7;
}

 .header{
	 background-color: #000;
 }
.fixed{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 9999;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
.navbar-nav{
	margin-top: 0px;
	margin-bottom: 0px;
}
/* first level menu */
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border-top: 0;
}
.navbar.navbar-default {
	margin: 0px;
	border: none;
	background-color: #000;
	z-index: 111;
}
.navbar.navbar-default .navbar-nav{
	background-color: #222;
}
/* first level menu items */
.navbar-default .navbar-nav > li > a {
	text-transform: capitalize;
	font-size: 14px;
	color: #131313;
	z-index: 102;
}
.navbar-default .navbar-nav > li > a:hover {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
/* first level active menu items on hover/focus */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #f9650a;
	background-color: transparent;
}
/* first level active menu items when opened */
.main-navigation .navbar-nav > .open > a,
.main-navigation .navbar-nav > .open > a:hover,
.main-navigation .navbar-nav > .open > a:focus {
	color: #f9650a;
	background-color: transparent;
}
/* first level active menu items when clicked */
.main-navigation .navbar-nav > .open > a:active,
.main-navigation .navbar-nav > .open.active > a:active {
	background-color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #33CC33;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.main-navigation .navbar-nav > .open > a:active + ul,
.main-navigation .navbar-nav > .open.active > a:active + ul {
	display: none;
}
/* second level menu */
.dropdown-menu {
	width: auto;
	/* min-width: 150px; */
	min-width: 100%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	background-color: rgba(250,250,250,0.9);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	z-index: 101;
}
/* second level menu items */
.dropdown-menu > li > a {
	padding: 8px 20px;
	font-size: 14px;
	color: #666666;
	border-bottom: 1px solid #DDDDDD;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
/* second level menu items on focus/hover and when opened */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu .menu > .active > a,
.dropdown-menu .menu > .active > a:hover,
.dropdown-menu .menu > .active > a:focus {
	color: #018fd7;
}
/* third level menu */
.dropdown-menu .dropdown-menu {
	top: 0px;
	left: 100% !important;
	padding-top: 0;
	margin-left: -1px;
	border-left: none;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	border-top: 1px solid #f1f1f1;
}
/* dropdown animations */
.animated.main-navigation .open .dropdown-menu,
.open .dropdown-animation {
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	/* -webkit-animation-name: fadeInUpSmall;
	animation-name: fadeInUpSmall; */
}
.open .dropdown-animation {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}
.animated.main-navigation .dropdown-menu .open .dropdown-menu {
	/* -webkit-animation-name: fadeInLeftSmall;
	animation-name: fadeInLeftSmall; */
}
/* mobile menu toggle button */
.navbar-default .navbar-toggle {
	border: none;
	margin-top: 10px;
	margin-right: 5px;
}
/* mobile menu toggle button on hover/focus */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #f9650a;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #f9650a;
}
.main-navigation .navbar-brand{
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
}
.main-navigation .navbar-brand img{
	height: 30px;
	margin-top: 5px;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;

}
.main-navigation .navbar-nav > li.mega-menu{
	position: static !important;
}
.dropdown-menu.product-menu{
	border-radius: 0;
	padding: 15px 0;
	width: 100%;
	box-shadow: none;
	border-top: 1px solid #eee;
}
/**** animations **/
@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}
/**** fadeInDownSmall *****/
@-webkit-keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*** fadeInLeftSmall ***/
@-webkit-keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.navbar.navbar-default{
		border-radius: 0px;
		border: none;
	}
	.navbar.navbar-default .navbar-nav{
		float: none;
	}
	.navbar-default .navbar-nav > li{
		float: none;
		display: block;
	}
	.main-navigation .navbar-header{
		float: none !important;
	}
	.main-navigation .navbar-toggle{
		display: block;
	}
	.navbar-collapse.collapse{
		display: none !important;
	}
	.collapse.in{
		display: block !important;
	}
}
@media (min-width:992px) {
	.main-navigation .navbar-header{
		float: left !important;
	}
	.main-navigation .navbar-toggle{
		display: none;
	}
	.navbar-collapse.collapse{
		display: block !important;
		float: right;
	}
	.navbar.navbar-default{
		margin: 0px;
		background-color: transparent;
		border-color: transparent;
		border-radius: 0px;
		border: none;
	}
	.navbar.navbar-default .navbar-nav{
		background-color: transparent;
		float: left;
	}
	.main-navigation .navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}
	.main-navigation .navbar-right > li:last-child > .dropdown-menu {
		right: 0;
		left: auto;
	}
	.navbar-nav li.dropdown a:hover{
		background: none;
	}
	.main-navigation .navbar-nav {
		float: right;
	}
	.navbar-default .navbar-nav > li{
		float: left;
		margin: 0 8px;
	}
	.navbar-default .navbar-nav > li:before,
	.navbar-default .navbar-nav > li:after{
		display: table;
  		content: " ";
	}
	.navbar-default .navbar-nav > li:after{
		clear: both;
	}
	.navbar-default .navbar-nav > li > a{
		color: #333;
		line-height: 40px;
		font-size: 16px;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 15px;
		background-color: transparent!important;
	}
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:hover{
		color: #f9650a;
	}
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
	    color: #f9650a;
	}
	.main-navigation .navbar-nav > .open > a,
	.main-navigation .navbar-nav > .open > a:hover,
	.main-navigation .navbar-nav > .open > a:focus {
	    color: #f9650a;
	}
	.main-navigation .navbar-header .logo{
		float: left;
	}
	.main-navigation .navbar-brand {
	    padding-top: 10px;
	    padding-bottom: 10px;
		padding-left: 0;
	}
	.main-navigation .navbar-brand img{
		height: 50px;
	}

	.dropdown-menu{
		border: none;
		background-color: #fff;
		border-radius: 0 0 5px 5px;
		padding-top: 0;
		padding-bottom: 5px;
		box-shadow: 0 5px 10px rgba(0,0,0,.2);
	}
	.dropdown-menu > li > a{
		color: #555;
		font-size: 14px;
		border-bottom: none;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.dropdown-menu > li > a:hover{
		color: #f9650a !important;
	}
	.nav .open > a{
		background-color: #fff!important;
		color: #f9650a;
	}
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
		background-color: #fff;
	}
	

}
/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	.main-navigation .navbar-brand img{
		height: 64px;
	}
	.main-navigation .navbar-nav > li {
		margin-left: 10px;
		margin-right: 10px;
	}
	.main-navigation .navbar-nav > li >a {
		font-size: 15px;
		padding-top: 22px;
		padding-bottom: 22px;
	}
	.navbar-default .navbar-nav > li.line span{
		margin-top: 42px;
	}
}
@media (min-width:1400px) {
	.main-navigation .navbar-nav > li {
		margin-left: 13px;
		margin-right: 13px;
	}
	.main-navigation .navbar-nav > li >a {
		font-size: 16px;
		padding-top: 22px;
		padding-bottom: 22px;
	}
	.navbar-default .navbar-nav > li.line span{
		margin-top: 47px;
	}
}
@media (min-width:1600px) {
	.main-navigation .navbar-nav > li {
		margin-left: 20px;
		margin-right: 20px;
	}
	.main-navigation .navbar-nav > li >a {
		font-size: 18px;
	}
}

@media (max-width:992px) {
	.navbar-nav .open .dropdown-menu{
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #aaa;
		background-color: transparent;
	}
	.navbar-default .navbar-nav > li > a {
		border-bottom: 1px solid #444;
		color: #aaa;
		text-transform: uppercase;
	}
	.navbar-default .navbar-nav > li:last-child > a {
		border-bottom: 1px solid transparent;
	}
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus{
		color: #f9650a;
	}
	.main-navigation .navbar-nav > .open > a,
	.main-navigation .navbar-nav > .open > a:hover,
	.main-navigation .navbar-nav > .open > a:focus {
		border-color: #f9650a;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		color: #f9650a;
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
		color: #f9650a!important;
	}
	.navbar-default .navbar-nav .open .dropdown-menu {
		background-color: #000;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a,
	.navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 12px 15px 12px 30px;
		color: #aaa;
		border-color: #444;
		background-color: transparent;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
	}
	.navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
		padding-left: 40px;
	}
	.navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
		padding-left: 60px;
	}
	.dropdown>a:before {
		right: 32px;
	}
	.dropdown .dropdown>a:before {
		right: 36px;
	}

}

.lang-menu{
	height: auto;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #000;
}
.lang-menu li{
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #333;
}
.lang-menu li:last-child{
	border-bottom: none;
}
.lang-menu li a{
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding-left: 45px;
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	color: #aaa;
}
.lang-menu li a.en{
	background-image: url(../images/en2.png);
}
.lang-menu li a.cn{
	background-image: url(../images/cn2.png);
}
.lang-menu li a:hover{
	color: #f9650a;
}

.lang-wrap{
	height: auto;
	position: relative;
	float: right;
	padding: 10px 15px;
}
.open-lang{
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background-color: #f9650a;
	border-radius: 50%;
	cursor: pointer;
}
.lang-outer{
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 999;
	background-color: #fff;
	display: none;
}

.bank-nav{
	background-color: #000;
}

/******************
 * 幻灯样式   *
 *****************/
.section-banner{
	padding: 0;
	position: relative;
}
/******************
 * 底部和版权
 *****************/
footer{
	display: block;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #f9650a;
	padding-left: 3.125vw;
	/* padding-right: 3.125vw; */
}
.foot-flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.foot-lt-1{
	width: 100%;
	padding-right: 3%;
	border-right: 1px solid #f9650a;
	padding-top: 50px;
	padding-bottom: 50px;
}
.foot-logo{
	height: auto;
	overflow: hidden;
	margin-bottom: 25px;
}
.foot-logo img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.foot-code-web{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
}
.lang-en .foot-code-web{
	font-family: 'GothamBold';
}
.lang-zh_cn .foot-code-web{
	font-weight: bold;
}
.foot-code-sml{
	height: auto;
	overflow: hidden;
	color: #999;
	font-size: 14px;
	margin-top: 5px;
}
.foot-code-form{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}
.foot-code-form input{
	display: block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	border: none;
	outline: none;
	background-color: #fff;
	padding-left: 15px;
	padding-right: 100px;
	color: #999;
	font-size: 15px;
}
.foot-code-form button{
	display: block;
	width: 100px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	border: none;
	outline: none;
	cursor: pointer;
	background-color: #f9650a;
	position: absolute;
	top: 0;
	right: 0;
}
.foot-rt-1{
	width: 100%;
}

.foot-wrap-line{
	height: auto;
	overflow: hidden;
}
.foot-rows{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
	padding-left: 3.125vw;
	padding-right: 3.125vw;
	padding-bottom: 40px;
	position: relative;
}
.foot-rows.hasDian{
	border-bottom: 1px solid #f9650a;
	margin-top: 20px;
}
.foot-rows.hasDian::after{
	content: '';
	width: 5px;
	height: 5px;
	background-color: #f9650a;
	border-radius: 1px;
	position: absolute;
	left: -3px;
	bottom: -3px;
}
.col-item{
	position: relative;
	min-height: 1px;
	flex: 0 0 100%;
}
.foot-wrap{
	margin-bottom: 0;
}
.foot-title{
	color: #fff;
	font-size: 16px;
	line-height: 47px;
	text-transform: uppercase;
	position: relative;
	border-bottom: 1px solid #565759;
	padding-left: 5px;
}
.foot-title2{
	color: #fff;
	font-size: 16px;
	line-height: 47px;
	text-transform: uppercase;
	position: relative;
	padding-left: 5px;
}
.foot-title i{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 10px;
	cursor: pointer;
	font-size: 12px;
}
.foot-title i:before{
	content: "";
	width: 16px;
	height: 1px;
	background-color: #eee;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
}
.col-item .foot-title i:after{
	content: "";
	width: 1px;
	height: 16px;
	background-color: #eee;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -8px;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
}
.col-item.cur .foot-title i:after{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
.foot-inner{
	height: auto;
	overflow: hidden;
	display: none;
	margin: 10px 0;
}
.foot-list{
	overflow: hidden;
}
.foot-list li{
	font-size: 14px;
	line-height: 2;
}
.foot-list li a{
	color: #fff;
}
.foot-list li a:hover{
	color: #f9650a;
}

.foot-contact-info{
	color: #fff;
	font-size: 15px;
	line-height: 1.5;
	height: auto;
	overflow: hidden;
}
.foot-contact-info a{
	color: #fff;
	margin-right: 15px;
}
.foot-contact-info a:hover{
	color: #fff;
}
.foot-contact-info span{
	font-size: 20px;
}
.full-copyright{
	padding-left: 3.125vw;
	padding-right: 3.125vw;
	height: auto;
	overflow: hidden;
	background-color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
}
.copyright{
	color: #fff;
	font-size: 14px;
	line-height: 2;
	text-align: center;
}
.copyright a{
	color: #999;
}
.copyright a:hover{
	color: #fff;
}
.foot-support{
	float: right;
	color: #999;
	font-size: 14px;
	line-height: 2;
}
.foot-support a{
	color: #fff;
}
.foot-support a:hover{
	color: #fff;
}
.foot-contact-wrap{
	height: auto;
	overflow: hidden;
	position: relative;
}

.foot-logo{
	height: auto;
	overflow: hidden;
}
.foot-logo img{
	max-width: 100%;
	height: auto;
}
.foot-wechat{
	height: auto;
	overflow: hidden;
	max-width: 150px;
	margin-top: 20px;
}
.foot-wechat img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.name-tel{
	height: auto;
	overflow: hidden;
}
.name-tel .webname{
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}
.name-tel .webname span{
	display: inline-block;
	color: #fff;
	margin-right: 5px;
}
.foot-dizhi{
	height: auto;
	overflow: hidden;
}
.foot-dizhi span{
	display: inline-block;
	color: #fff;
	margin-right: 5px;
}
@media (min-width:768px) {
	.foot-lt-1{
		width: 40%;
	}
	.foot-rt-1{
		width: 60%;
	}
}
@media (min-width:992px) {
	.foot-title,
	.foot-title2{
		font-size: 16px;
		border-bottom: none;
		margin-bottom: 15px;
		padding-left: 0;
	}
	.foot-title i{
		display: none;
	}
	.foot-inner{
		display: block !important;
	}
	.copyright{
		float: left;
	}
	.foot-contact-wrap{
		margin-top: 0;
	}
	.col-item{
		flex: 0 0 auto;
	}
	
	.copyright{
		font-size: 16px;
	}
	
	.foot-wrap-line{
		border-top: 1px solid #002f5a;
		padding-top: 20px;
	}
	.foot-rows.hasDian{
		margin-top: 50px;
	}
	.foot-lt-1{
		width: 35%;
	}
	.foot-rt-1{
		width: 65%;
	}
		
}
@media (min-width:1200px) {
	.foot-code-web{
		font-size: 18px;
	}
	.foot-code-sml{
		font-size: 16px;
	}
	.foot-wechat{
		max-width: 100px;
		margin-top: 0;
	}
	.name-tel .webname{
		float: left;
	}
	.name-tel .webname.nnmm{
		margin-right: 40px;
	}
	.foot-lt-1{
		width: 30%;
	}
	.foot-rt-1{
		width: 70%;
	}

}
@media (min-width:1400px) {
	.col-item{
		flex: 0 0 auto;
	}
	.col-item.col-foot-x6{
		flex: 0 0 auto;
	}
	.foot-title,
	.foot-title2{
		font-size: 18px;
	}
	.foot-list li{
		font-size: 16px;
	}
	.foot-wechat{
		max-width: 120px;
	}
	.foot-lt-1{
		width: 26%;
	}
	.foot-rt-1{
		width: 74%;
	}
		
}
@media (min-width:1600px) {
	.foot-title,
	.foot-title2{
		font-size: 20px;
	}
	.foot-wechat{
		max-width: 160px;
	}
	.foot-lt-1{
		width: 26%;
	}
	.foot-rt-1{
		width: 74%;
	}
}

.section-product{
	background-color: #fff;
}

.section-about{
	background-image: url(../images/about-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-color: #000;
	background-size: cover;
	padding-right: 3.125vw;
}
.about-pic{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	position: relative;
	z-index: 999;
}
.about-pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.about-pic a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.about-outer{
	height: auto;
	overflow: hidden;
	position: relative;
	padding-left: 15px;
}
.about-wbname{
	color: #fff;
	height: auto;
	overflow: hidden;
	font-size: 16px;
	margin-bottom: 15px;
}
.lang-en .about-wbname{
	font-family: 'GothamBold';
}
.lang-zh_cn .about-wbname{
	font-weight: bold;
}
.about-wbname.white{
	color: #fff;
}
.about-intro{
	color: #fff;
	font-size: 14px;
	line-height: 2;
	overflow: hidden;
}
.about-intro.white{
	color: #fff;
}
.about-intro a{
	color: #fff;
}
.about-intro a:hover{
	color: #fff;
}
.about-more{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.about-more a{
	display: inline-block;
	background-color: #f9650a;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 25px;
	border-radius: 20px;
}
.about-more a i{
	vertical-align: middle;
	margin-left: 5px;
}
.about-more a:hover{
	color: #f9650a;
	background-color: #fff;
}

.publick-small{
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.shuzhi-outer{
	height: auto;
	overflow: hidden;
	position: relative;
	background-color: #f9650a;
	margin-bottom: 50px;
	margin-top: 30px;
	padding-left: 3.125vw;
	padding-right:  3.125vw;
}
.shuzhi-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	float: left;
	padding: 45px 0;
}
.shuzhi-list li{
	width: 33.333333%;
	border-right: 1px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	flex-direction: column;
	padding: 5px 15px;
}
.shuzhi-list li:first-child{
	border-left: 1px solid #fff;
}
.shuzhi-list li .num{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shuzhi-list li .num span,
.shuzhi-list li .num font{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	margin-right: 5px;
	vertical-align: middle;
}
.lang-en .shuzhi-list li .num span,
.lang-en .shuzhi-list li .num font{
	font-family: 'GothamBold';
}
.lang-zh_cn .shuzhi-list li .num span,
.lang-zh_cn .shuzhi-list li .num font{
	font-weight: bold;
}
.shuzhi-list li .title{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}

.gun-product{
	flex: 1;
	height: auto;
	overflow: hidden;
}

@media (min-width:768px) {
	.about-wbname{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.shuzhi-list li .num span,
	.shuzhi-list li .num font{
		font-size: 20px;
	}

}
@media (min-width:992px) {
	.about-outer{
		width: 60%;
		float: left;
		padding-right: 30px;
		padding-left: 3.125vw;
	}
	.about-pic{
		width: 40%;
		float: left;
		margin-top: 0;
	}
	.about-more{
		margin-top: 40px;
	}
	.about-more a{
		line-height: 64px;
		font-size: 18px;
		border-radius: 32px;
		padding: 0 50px;
	}
	.about-wbname{
		font-size: 18px;
	}
	.shuzhi-list{
		width: 52%;
	}
	.shuzhi-list li .num span,
	.shuzhi-list li .num font{
		font-size: 24px;
	}
	.shuzhi-outer{
		margin-top: -160px;
		padding-right: 0;
	}

}
@media (min-width:1200px) {
	.about-intro{
		font-size: 16px;
	}
	.about-wbname{
		font-size: 24px;
	}
	.shuzhi-list li .num{
		font-size: 16px;
	}
	.shuzhi-list li .num span,
	.shuzhi-list li .num font{
		font-size: 30px;
	}
	.shuzhi-outer{
		margin-top: -220px;
	}
	
}
@media (min-width:1400px) {
	.about-wbname{
		font-size: 30px;
	}
	.about-intro{
		font-size: 18px;
	}
	.shuzhi-outer{
		margin-top: -180px;
	}
	
}
@media (min-width:1500px) {
	.shuzhi-outer{
		margin-top: -220px;
	}
}
@media (min-width:1650px) {
	.shuzhi-outer{
		margin-top: -260px;
	}
}

input:focus,
textarea:focus,
button:focus{
	outline: none;
}
.myinput-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.myinput-control:-ms-input-placeholder {
  color: #fff;
}
.myinput-control::-webkit-input-placeholder {
  color: #fff;
}

.inner-banner{
	width: 100%;
}
.inner-banner img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.section-inner{
	background-color: #fff;
	padding-left: 3.125vw;
	padding-right: 3.125vw;
}

.main-top{
	padding-top: 10px;
	padding-left: 0;
	margin-top: 10px;
	border-bottom: 1px solid #DDDDDD;
}
.main-top span{
	display: inline-block;
	float: left;
	color: #33cc33;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}

.main-content{
	padding: 20px;
	background-color: #FFFFFF;
	margin-top: 20px;
	border: 1px solid #EEEEEE;
	border-radius: 5px;
}
.content-body{
	color: #444444;
	font-size: 14px;
	line-height: 2;
}
.content-body img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
@media (min-width:768px) {
	.main-top{
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 0px;
	}
}
/** 联系我们 **/
.contact-form{
	height: auto;
	overflow: hidden;
}
.contact-form .btn-primary{
	font-size: 16px;
	background-color: #33cc33;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: none;
}
/*新闻列表*/
.news-list{
	background-color: #FFFFFF;
	margin-top: -15px;
}
.news-list ul li{
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #DDDDDD;
	padding: 15px 0;
}
.news-list ul li a{
	display: block;
}
.news-title{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}
.new-brief{
	color: #999;
	font-size: 12px;
}
.news-pic{
	width: 100%;
}
.news-pic img{
	display: block;
	max-width: 100%;
}
@media (min-width:768px) {
	.news-title{
		margin-top: 0px;
		font-size: 16px;
	}
}

.pro-item{
	margin-bottom: 30px;
}
.pro-item a{
	display: block;
	border: 1px solid #D9D9D9;
}
.pro-pic{
	overflow: hidden;
}
.pro-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.pro-title{
	font-size: 14px;
	line-height: 40px;
	margin-top: 10px;
	border-top: 1px solid #D9D9D9;
	padding-left: 15px;
	padding-right: 60px;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pro-title i{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	text-align: center;
	float: right;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #D9D9D9;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pro-info{
	font-size: 12px;
	color: #888888;
	margin-bottom: 20px;
	margin-top: 10px;
}
.pro-in-title{
	color: #000;
	font-size: 16px;
	line-height: 1.2;
	margin-top: 15px;
}
.pro-in-info{
	margin-top: 20px;
	font-size: 12px;
	line-height: 1.75;
	color: #666666;
}
@media (min-width:768px) {
	.pro-in-title{
		margin-top: 0px;
	}
}

@media (min-width: 992px) {

	.innerpath.breadcrumb{
		float: right;
		margin-bottom: 0px;
		background-color: transparent;
		padding: 0;
		margin-right: 15px;
	}
	.innerpath.breadcrumb li{
		font-size: 14px;
	}
}

.download-list-outer{
	border: 1px solid #ddd;
	padding: 15px 10px;
	margin-bottom: 25px;
	transition: all ease-in-out .8s;
	-webkit-transition: all ease-in-out .8s;
	-moz-transition: all ease-in-out .8s;
	-ms-transition: all ease-in-out .8s;
}
.download-list-outer:hover{
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .12);
	box-shadow: 0 0 16px rgba(0, 0, 0, .12);
	background-color: #fff;
}
.download-list-outer .pic{
	overflow: hidden;
	margin-bottom: 15px;
}
.download-list-outer .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	transition: all ease-in-out .8s;
	-webkit-transition: all ease-in-out .8s;
	-moz-transition: all ease-in-out .8s;
	-ms-transition: all ease-in-out .8s;
}
.download-list-outer:hover .pic img{
	opacity: 0.8;
}
.download-list-outer .intro{
	color: rgb(51,51,51);
	font-size: 14px;
	line-height: 1.5;
}
.download-list-outer .more{
	text-align: right;
	font-size: 14px;
	margin-top: 8px;
	transition: all ease-in-out .8s;
	-webkit-transition: all ease-in-out .8s;
	-moz-transition: all ease-in-out .8s;
	-ms-transition: all ease-in-out .8s;
}
.download-list-outer .more a{
	color: #666;
}
.download-list-outer .more i{
	font-size: 12px;
	padding-right: 5px;
}
.download-list-outer:hover .more a{
	color: #f9650a;
}

/******************
 * 内页代码,宽屏代码
 *****************/
.full-path .breadcrumb{
	background-color: transparent;
	padding: 0px;
}
.full-path .breadcrumb li i{
	padding-right: 10px;
	font-size: 16px;
	color: #33cc33;
}
.full-main{
	background-color: #FFFFFF;
	padding: 20px;
}
.full-name{
	color: #33cc33;
	font-size: 16px;
	font-weight: bold;
}
.full-content{
	margin-top: 25px;
	line-height: 2;
	font-size: 16px;
}
.full-content img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.full-content video,
.full-content iframe,
.full-content embed{
	max-width: 100%;
	height: auto;
}

.photo-box{
	overflow: hidden;
}
.photo-box a{
	display: block;
}
.photo-pic{
	overflow: hidden;
	border: 1px solid #DDDDDD;
	padding: 10px;
}
.photo-pic img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.photo-title{
	text-align: center;
	height: 45px;
	line-height: 45px;
}

.xinwen-outer{
	border-bottom: 1px solid #EEEEEE;
	padding: 20px 0;
}
.xinwen-outer a{
	display: block;
}
.xinwen-pic{
	border: 1px solid #ddd;
}
.xinwen-title{
	font-size: 16px;
}
.xinwen-intro{
	color: #777;
	font-size: 14px;
	margin-top: 10px;
}
.xinwen-time{
	margin-top: 10px;
	color: #999;
	font-size: 12px;
}

.full-news-list{
	overflow: hidden;
}
.full-news-list ul li{
	padding: 20px 0;
	border-bottom: 2px solid #DDDDDD;
	position: relative;
	margin-top: 20px;
}
.full-news-list ul li:after{
	width: 0px;
	height: 2px;
	background-color: #33cc33;
	position: absolute;
	left: 0px;
	bottom: -2px;
	transition: all ease-in-out 0.6s;
	-webkit-transition: all ease-in-out 0.6s;
	-moz-transition: all ease-in-out 0.6s;
	-ms-transition: all ease-in-out 0.6s;
}
.full-news-list ul li:hover:after{
	width: 100%;
}
.full-news-list ul li a{
	display: block;
}
.full-news-pic{
	width: 220px;
	float: left;
}
.full-news-rt{
	margin-left: 240px;
}
.full-news-ttl{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
}
.full-news-intro{
	margin-top: 5px;
	color: #666666;
}
.full-date{
	margin-top: 10px;
	font-size: 12px;
	color: #999999;
}
.full-date i{
	padding-right: 10px;
}
.full-news-title{
	text-align: center;
	font-size: 16px;
	color: #000000;
	margin-top: 20px;
}
.full-news-other{
	text-align: center;
	color: #999999;
	font-size: 12px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 15px;
	margin-top: 5px;
}
.full-product-item{
	position: relative;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
  	transform: translateZ(0);
  	-webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
  	-webkit-transition-property: transform;
  	transition-property: transform;
}
/*.full-product-item:hover{
	-webkit-box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);

  	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
  	transform: translateY(-5px);
}*/
.full-product-pic {
	border: 1px solid #ddd;
}
.full-product-item a{
	display: block;
}
.full-product-name{
	text-align: center;
	font-size: 16px;
	padding-top: 15px;
	color: #f9650a;
}
.full-product-brief{
	text-align: left;
	font-size: 14px;
	color: #666666;
	margin-bottom: 15px;
	margin-top: 5px;
	height: 60px;
	line-height: 30px;
	overflow: hidden;
}
.full-product-more{
	font-size: 14px;
	margin-top: 10px;
}
.full-product-more span{
	display: inline-block;
	line-height: 34px;
	padding: 0 10px;
	border: 1px solid #f9650a;
}
.full-product-more span i{
	margin-left: 5px;
	color: #f9650a;
}
.full-product-sort{
	color: #f9650a;
	font-size: 16px;
	margin-bottom: 20px;
}

.full-video-content{
	margin-top: 20px;
}
.full-video-content iframe,
.full-video-content embed{
	display: block;
	width: 90%;
	height: 260px;
	margin: 0 auto;
}
.full-news-name{
	font-size: 16px;
	padding: 0 10px;
	border-top: 1px solid #DDDDDD;
	padding-top: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.full-news-brief{
	font-size: 14px;
	color: #777;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	margin-top: 10px;
	padding: 0 10px;
}
.full-news-time{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 2;
	color: #AAAAAA;
	padding: 0 10px;
}
.full-news-time span{
	display: inline-block;
	vertical-align: initial;
}
.full-news-time span i{
	padding-right: 5px;
}
.full-news-time span.news-time-left{
	float: left;
}
.full-news-time span.clicks{
	float: right;
}

.xinwen-more{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 16px;
}
.xinwen-more span{
	display: inline-block;
	color: #fff;
	background-color: #f9650a;
	height: 40px;
	line-height: 40px;
	padding: 0 40px;
}
@media (min-width: 768px) {
	.full-video-content iframe,
	.full-video-content embed{
		height: 350px;
	}
	.xinwen-more{
		text-align: right;
	}
}
@media (min-width: 992px) {
	.full-video-content iframe,
	.full-video-content embed{
		height: 400px;
	}
	.xinwen-title{
		font-size: 18px;
	}
}
@media (min-width: 1200px) {
	.full-video-content iframe,
	.full-video-content embed{
		height: 500px;
	}
	.xinwen-title{
		font-size: 20px;
	}
	.xinwen-intro{
		font-size: 16px;
	}
}

.full-sort{
	background-color: #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	padding: 25px 0;
}

.white-box-wrap{
	background-color: #FFFFFF;
}
.full-sort-title{
	color: #f9650a;
	font-size: 16px;
	text-align: left;
	line-height: 24px;
}
.full-sort-title h5{
	margin: 0;
	float: right;
	line-height: 24px;
	font-size: 16px;
}
.full-sort-title h5 i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 14px;
}
.full-sort-title h5 a{
	color: #666;
}
.full-sort-title h5 a:hover{
	color: #f9650a;
}
.full-line{
	height: 0;
	border-top: 1px solid #333;
	margin: 10px 0 25px 0;
}
.full-content{
	margin-top: 25px;
	line-height: 2;
	color: #fff;
}

.full-content a{
	color:#f9650a
}
.full-content img{
	max-width: 100%;
	height: auto;
}
.full-content-title{
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
}
.full-content-icon{
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
	color: #bbb;
}
.full-content-icon span{
	margin-right: 5px;
	margin-left: 15px;
	font-size: 18px;
	vertical-align: middle;
}
.full-contact-title{
	color: #333333;
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 10px;
}
.full-contact-title:after{
	width: 30px;
	height: 1px;
	background-color: #ED1B24;
	position: absolute;
	left: 0;
	bottom: 0;
}
.full-iframe{
	margin-bottom: 20px;
}
.full-iframe iframe{
	width: 100%;
	height: 450px;
	border: none;
}
.full-contact-content{
	color: #565656;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 20px;
}
.full-contact-content img{
	max-width: 100%;
	height: auto;
}

.full-map{
	height: 450px;
	overflow: hidden;
	margin-top: 30px;
	background-color: #f1efef;
	padding: 30px;
}

.contact-team-name{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.section-feedback{
	background-color: #000;
	background-image: url(../images/feedback-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	padding-left: 3.125vw;
	padding-right: 3.125vw;
}
.fbk-wrap{
	height: auto;
	overflow: hidden;
}
.fbk-wrap .kong-head{
	text-align: right;
}
.fbk-wrap .news-head{
	text-align: right;
}
.fbk-biao{
	height: auto;
	overflow: hidden;
}
.msg-biao{
	height: auto;
	overflow: hidden;
}

@media (min-width: 992px) {
	.full-contact-content{
		font-size: 16px;
	}
	.contact-team-name{
		font-size: 24px;
	}
}

.form-group input[type='file'],
.form-group input[type="text"]{
	display: block;
	width: 100%;
	line-height: 40px;
	padding: 0 15px;
	border: 1px solid #eee;
}
.form-group textarea{
	display: block;
	width: 100%;
	line-height: 25px;
	padding: 6px 15px;
	border: 1px solid #eee;
	height: 90px;
}
.form-group button{
	display: inline-block;
	line-height: 40px;
	border-radius: 5px;
	padding: 0 50px;
	color: #fff;
	text-transform: uppercase;
	background-color: #f9650a;
	border: none;
}

.partner-list{
	margin-bottom: 30px;
}
.partner-pic{
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
}
.partner-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.down-wrap{
	border: 1px solid #ddd;
	padding: 15px 50px 15px 25px;
	background-color: #fff;
	position: relative;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.down-wrap a{
	display: block;
}
.down-wrap .title{
	font-size: 16px;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.down-wrap .intro{
	font-size: 14px;
	line-height: 2;
	margin-top: 5px;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.down-wrap::after{
	font-family: 'iconfont';
	content: "\e6be";
	font-size: 30px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.down-wrap:hover{
	background-color: #f9650a;
}
.down-wrap:hover .title,
.down-wrap:hover .intro{
	color: #fff;
}
.down-wrap:hover::after{
	color: #fff;
}

.top_zone{
	width:100%;
	min-width:1200px;
	overflow:hidden;
	height:40px;
	line-height:40px;
}
#top_zone1{
  background: #000;
}
#top_zone2{
	color:#ccc;
}
#top_l{
	color: #fff;
}
#top_l a{
	/*用于多城市链接*/
	margin-left:10px;
	color: #fff;
}
#top_zone2 a{
	color: #fff;
}
#top_link{
	float: right;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
}
#top_link a{
	margin-left:10px;
	color: #fff;
	display: inline-block;
	float: left;
}
#top_link a i{
	font-size:16px;
	margin-right:10px;
}

/*---分页--*/
.pagination{
	padding: 20px 0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
	width:100%;
	overflow: hidden;
}

.pagination a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:3px 10px;
	border:1px solid #ccc;
	margin:0 2px;
	color: #999;
}
.pagination .current{
	background:#a9041b;
	border-color:#a9041b;
	color:#FFF;
	font-weight:700;
}

.downloadlist li a{
	display: block;
}
.downloadlist li i{
	margin-right: 10px;
}
.downloadlist li:hover{
	background: #f0f0f0;
}
.downloadlist li:hover .badge{
	background: #0077ce;
}

.full-product-pic2{
	height: auto;
	overflow: hidden;
	position: relative;
}
.full-product-pic2 img{
	max-width: 100%;
	height: auto;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.full-product-pic2 i{
	display: block;
	position: absolute;
	font-size: 36px;
	z-index: 2;
	opacity: 0;
	background-size: 100%;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	top: 20%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 2) 0s;
	z-index: 3;
	color: rgba(255,255,255,.8);
}
.full-product-item:hover .full-product-pic2 i{
	 top: 50%;
	 opacity: 1;
}
.full-product-item:hover .full-product-pic2 img{
	transform: scale(1.1);
}
.full-news-name2{
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 18px;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	word-break: break-all;
	overflow: hidden;
	height: 36px;
	margin-top: 12px;
	padding-left: 10px;
	padding-right: 10px;
}
.video-names{
	font-size: 13px;
	line-height: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
.video-names img{
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	vertical-align: middle;
	border-radius: 50%;
}

.section-contact{
	background-image: url(../images/contact-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.contact-intro{
	max-width: 1400px;
	margin: 0 auto;
	text-align: center;
	line-height: 2;
	font-size: 14px;
}

@media (min-width: 768px) {
	.contact-intro{
		font-size: 16px;
	}

}
@media (min-width: 992px) {
	.contact-intro{
		font-size: 18px;
	}

}
@media (min-width: 1200px) {
	.contact-intro{
		font-size: 20px;
	}
}

.social-list{
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.social-list li{
	float: left;
	margin-right: 15px;
}
.social-list li a{
	color: #fff;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
}
.social-list li span{
	display: inline-block;
	font-size: 20px;
}
.social-list li a.facebook{
	background-color: #3a5a98;
}
.social-list li a.twitter{
	background-color: #65a2d9;
}
.social-list li a.linkedin{
	background-color: #75b73b;
}
.social-list li a.youtube{
	background-color: #ca2128;
}
.social-list li a.instagram{
	background-color: #6c27b3;
}

/******************
 * in-about
 *****************/
.section-cer{
	background-color: #fff;
	padding-left: 3.125vw;
	padding-right: 3.125vw;
}
.kong-head.cer{
	text-align: right;
}
.news-head.cer{
	text-align: right;
}
.cer-more{
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 20px;
	position: relative;
	z-index: 111;
}
#baguetteBox-overlay .full-image{
	padding: 30px 0;
}
.owl-cer.owl-carousel{
	padding: 0 60px;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.owl-cer.owl-carousel .item{
	height: auto;
	overflow: hidden;
	position: relative;
}
.owl-cer.owl-carousel .item a{
	display: block;
	width: 100%;
	height: 100%;
}
.owl-cer.owl-carousel .item .pic{
	height: auto;
	overflow: hidden;
}
.owl-cer.owl-carousel .item .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.owl-cer.owl-carousel .item .title{
	margin-top: 0;
	margin-bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -105%;
	text-align: center;
	padding: 15px 15px;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	font-size: 16px;
	transition: .5s;
}
.owl-cer.owl-carousel .item:hover .title{
	bottom: 0;
}
.owl-cer.owl-theme .owl-controls .owl-nav div{
	width: 46px;
	height: 46px;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	text-align: center;
	line-height: 46px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: #f9650a;
}
.owl-cer.owl-theme .owl-controls .owl-nav div i{
	font-size: 20px;
}
.owl-cer.owl-theme .owl-controls .owl-nav div.owl-next{
	left: auto;
	right: 0;
}
 
.about-video{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.about-video iframe,
.about-video video{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.in-about-wrap{
	height: auto;
	overflow: hidden;
}
.in-about-list{
	height: auto;
	overflow: hidden;
}
.in-about-list li{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	align-items: center;
	padding: 10px 0;
	flex-wrap: wrap;
}
.in-about-list li .pic-wrap,
.in-about-list li .about-content-box{
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.in-about-list li .pic-wrap .pic{
	height: auto;
	overflow: hidden;
}
.in-about-list li .pic-wrap .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.in-about-list li .about-content-box .title{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
}
.in-about-list li .about-content-box .intro{
	font-size: 14px;
	line-height: 2;
	color: #666;
}

.cer-list{
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	transition: .5s;
}
.cer-list li{
	padding: 0 10px;
	width: 50%;
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	transition: .5s;
}
.cer-list li .wrap{
	height: auto;
	overflow: hidden;
}
.cer-list li .wrap a{
	display: block;
	width: 100%;
	height: 100%;
}
.cer-list li .wrap .pic{
	height: auto;
	overflow: hidden;
}
.cer-list li .wrap .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	transition: .5s;
}
.cer-list li .wrap:hover .pic img{
	transform: scale(1.1);
}
.cer-list li .wrap .title{
	margin-top: 0;
	margin-bottom: 0;
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 10px 15px;
	margin-top: 15px;
}

.section-factory{
	background-color: #fff;
	padding-left: 3.125vw;
	padding-right: 3.125vw;
}
.zhanlan-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	margin-bottom: 5px;
	flex-wrap: wrap;
}
.zhanlan-list li{
	height: auto;
	overflow: hidden;
	font-size: 12px;
	margin-right: 15px;
}
.zhanlan-list li a{
	color: #000;
	display: inline-block;
	padding: 15px 15px;
	background-color: #f1efef;
	border-radius: 8px;
}
.zhanlan-list li a:hover{
	background-color: #f9650a;
}
.zhanlan-list li.active a{
	background-color: #f9650a;
}
.zhanlan-table{
	height: auto;
	overflow: hidden;
}

.zhanhui-oouter{
	height: auto;
	overflow: hidden;
	display: none;
}
.zhanhui-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 30px;
}
.zhanhui-list li{
	width: 50%;
	padding: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}
.zhanhui-list li .wrap{
	height: auto;
	overflow: hidden;
}
.zhanhui-list li a{
	display: block;
	width: 100%;
	height: 100%;
}
.zhanhui-list li .pic{
	height: auto;
	overflow: hidden;
}
.zhanhui-list li .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	transition: .5s;
}
.zhanhui-list li:hover .pic img{
	transform: scale(1.1);
}
.zhanhui-list li .title{
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 0;
}
.zhanlan-more{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	text-align: center;
	position: relative;
	z-index: 11;
}

.section-after{
	background-color: #fff;
	padding-left: 3.125vw;
	padding-right: 3.125vw;
}
.section-after.wenhuaa{
	padding-bottom: 0;
}
.section-after.wenhuaa .news-head.after{
	margin-bottom: 10px;
}
.kong-head.after{
	text-align: left;
}
.news-head.after{
	text-align: left;
}
.full-after{
	background-color: #1a1a1a;
	padding-left: 3.125vw;
	/* padding-right: 3.125vw; */
	padding-bottom: 60px;
}
.after-map{
	height: auto;
	overflow: hidden;
	
}
.after-map img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.after-outer{
	height: 100%;
	position: relative;
}
.after-yuan{
	height: auto;
	overflow: visible;
}
.after-yuan img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.after-other{
	height: auto;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 20px;
	color: #fff;
}
.after-more{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	text-transform: uppercase;
}
.after-more i{
	display: inline-block;
	margin-left: 10px;
	font-size: 18px;
}
.after-desp{
	height: auto;
	overflow: hidden;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 40px;
}
.lang-en .after-desp{
	font-family: 'GothamBold';
}
.lang-zh_cn .after-desp{
	font-weight: bold;
}

.shuzhi-after-list{
	max-width: 60vw;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #f9650a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 444;
	border-radius: 90px 0 0 90px;
	bottom: -70px;
	padding: 35px 60px;
}
.shuzhi-after-list li{
	color: #fff;
	text-align: center;
	padding: 0 20px;
	max-width: 270px;
	border-right: 1px solid #fff;
}
.shuzhi-after-list li .num{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shuzhi-after-list li .num span,
.shuzhi-after-list li .num font{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	margin-right: 5px;
	vertical-align: middle;
}
.shuzhi-after-list li .title{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}

.full-jianje{
	background-color: #fff;
	padding-top: 20px;
	overflow: hidden;
	height: auto;
}
.jianje-left{
	width: 100vw;
	padding: 15px;
	position: relative;
	z-index: 888;
}
.jianje-pic1{
	height: auto;
	overflow: hidden;
}
.jianje-pic1 img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.jianje-pic2{
	height: auto;
	overflow: hidden;
}
.jianje-pic2 img{
	max-width: 100%;
	height: auto;
}
.jianje-right{
	height: auto;
	overflow: hidden;
	width: 100vw;
}
.kong-head.inabout,
.news-head.inabout{
	text-align: left;
}
.jianje-webname{
	height: auto;
	overflow: hidden;
	color: #000;
	font-size: 16px;
}
.lang-en .jianje-webname{
	font-family: 'GothamBold';
}
.lang-zh_cn .jianje-webname{
	font-weight: bold;
}
.jianje-outer{
	background-color: #1f1f1f;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.in-about-intro{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	font-size: 14px;
	line-height: 2;
	color: #000;
}
.in-about-more{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	z-index: 111;
}
.jianje-head{
	margin-top: 15px;
	padding-left: 15px;
}

.full-wenhua{
	height: auto;
	overflow: hidden;
	padding: 20px 0;
}
.wenhua-row{
	position: relative;
}

.wenhua-pic1{
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
	}
	.wenhua-pic1 img{
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.wenhua-nrbox{
		width: 100%;
		position: relative;
		background-color: #222;
		padding: 15px 15px 15px 15px;
		float: left;
	}
	.wenhua-info{
		height: auto;
		overflow: hidden;
		color: #fff;
		font-size: 12px;
		line-height: 2;
		padding-top: 0;
		padding-bottom: 40px;
	}
	.wenhua-pic2{
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		margin-top: 0;
	}
	.wenhua-pic2 img{
		display: block;
		width: 100%;
		margin: 0 auto;
		height: auto;
	}
	.wenhua-2nrbox{
		width: 100%;
		position: relative;
		float: left;
		padding: 0 15px 15px 15px;
		background-color: #222;
	}

@media (min-width: 768px) {
	.in-about-list li .pic-wrap,
	.in-about-list li .about-content-box{
		width: 50%;
	}
	.in-about-list li:nth-child(2n) .about-content-box{
		order: -1;
	}
	.cer-list li{
		width: 33.333333%;
	}
	.zhanhui-list li{
		width: 33.333333%;
	}
	.zhanlan-list li{
		font-size: 14px;
	}
	.zhanlan-list li a{
		padding-left: 25px;
		padding-right: 25px;
	}
	.full-after{
		height: 500px;
		margin-top: 50px;
	}
	.after-map{
		width: 60vw;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 11;
	}
	.after-yuan{
		width: 22vw;
		height: auto;
		position: absolute;
		bottom: -60px;
		left: 25vw;
		z-index: 22;
		
	}
	.shuzhi-after-list li .num span,
	.shuzhi-after-list li .num font {
	  font-size: 20px;
	}
	.full-jianje{
		padding-top: 40px;
		position: relative;
	}
	.jianje-left{
		padding: 0;
		width: 100vw;
	}
	
	.jianje-right{
		width: 100vw;
	}
	.jianje-head{
		padding-left: 15px;
		background-color: #000;
		margin-top: 20px;
	}
	.jianje-outer{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.jianje-webname{
		font-size: 18px;
	}
	.jianje-pic1{
		width: 50%;
		float: left;
	}
	.jianje-pic2{
		width: 50%;
		float: left;
	}
	.wenhua-pic1{
		width: 51.5625%;
		height: auto;
		overflow: hidden;
		float: left;
	}
	.wenhua-pic1 img{
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.wenhua-nrbox{
		width: 48.4375%;
		position: relative;
		background-color: #222;
		padding: 15px 3.125vw 15px 15px;
		float: left;
	}
	/* .wenhua-nrbox::before{
		content: '';
		width: 120%;
		height: 100%;
		background-color: #222;
		position: absolute;
		left: -20%;
		top: 0;
		z-index: -1;
	} */
	.wenhua-info{
		height: auto;
		overflow: hidden;
		color: #fff;
		font-size: 12px;
		line-height: 2;
		padding-top: 0;
		padding-bottom: 40px;
	}
	.wenhua-pic2{
		width: 45.3125%;
		height: auto;
		overflow: hidden;
		float: left;
		margin-top: 0;
	}
	.wenhua-pic2 img{
		display: block;
		width: 100%;
		margin: 0 auto;
		height: auto;
	}
	.wenhua-2nrbox{
		width: 54.6875%;
		position: relative;
		float: left;
		padding: 0 15px 15px 3.125vw;
		background-color: #222;
	}
	/* .wenhua-2nrbox::before{
		content: '';
		width: 120%;
		height: 120%;
		background-color: #222;
		position: absolute;
		left: 0;
		top: -15%;
		z-index: -1;
	} */
	
}
@media (min-width: 992px) {
	.in-about-list li .about-content-box .title{
		font-size: 20px;
	}
	.in-about-list li .about-content-box .intro{
		font-size: 16px;
	}
	.cer-more{
		margin-top: -120px;
	}
	.cer-list li{
		width: 25%;
	}
	.zhanhui-list li{
		width: 25%;
	}
	.zhanlan-list li a{
		padding-left: 35px;
		padding-right: 35px;
	}
	.after-desp{
		font-size: 20px;
	}
	.full-after{
		height: 500px;
		margin-top: 50px;
	}
	.after-map{
		width: 60vw;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 11;
	}
	.after-yuan{
		width: 22vw;
		height: auto;
		position: absolute;
		bottom: -60px;
		left: 25vw;
		z-index: 22;
		
	}
	.shuzhi-after-list li .num span,
	.shuzhi-after-list li .num font {
	  font-size: 24px;
	}
	.jianje-webname{
		font-size: 24px;
	}
	.in-about-intro{
		font-size: 16px;
	}
	
	.jianje-pic1{
		width: 50%;
		float: left;
	}
	.jianje-pic2{
		width: 50%;
		float: left;
	}
	.jianje-head{
		padding-left: 15px;
		background-color: #000;
		margin-top: 30px;
	}
	.jianje-outer{
		padding-left: 15px;
		background-color: #1f1f1f;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-right: 20px;
	}
	
	.wenhua-pic1{
		width: 51.5625%;
		height: auto;
		overflow: hidden;
		margin-top: 60px;
		float: left;
	}
	.wenhua-pic1 img{
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.wenhua-nrbox{
		width: 48.4375%;
		position: relative;
		background-color: #222;
		padding: 40px 3.125vw 40px 40px;
		float: left;
	}
	.wenhua-nrbox::before{
		content: '';
		width: 120%;
		height: 100%;
		background-color: #222;
		position: absolute;
		left: -20%;
		top: 0;
		z-index: -1;
	}
	.wenhua-info{
		height: auto;
		overflow: hidden;
		color: #fff;
		font-size: 12px;
		line-height: 2;
		padding-top: 0;
		padding-bottom: 40px;
	}
	.wenhua-pic2{
		width: 45.3125%;
		height: auto;
		overflow: hidden;
		float: left;
		margin-top: -60px;
	}
	.wenhua-pic2 img{
		display: block;
		width: 100%;
		margin: 0 auto;
		height: auto;
	}
	.wenhua-2nrbox{
		width: 54.6875%;
		position: relative;
		float: left;
		padding: 0 40px 40px 3.125vw;
	}
	.wenhua-2nrbox::before{
		content: '';
		width: 120%;
		height: 120%;
		background-color: #222;
		position: absolute;
		left: 0;
		top: -15%;
		z-index: -1;
	}
	
}

@media (min-width: 1200px) {
	.cer-list{
		margin-left: -15px;
		margin-right: -15px;
	}
	.cer-list li{
		padding: 0 15px;
		width: 20%;
	}
	.zhanlan-list{
		margin-top: -150px;
	}
	.zhanlan-list li{
		font-size: 16px;
	}
	.zhanhui-list{
		margin-top: 100px;
	}
	.zhanlan-list li a{
		padding-left: 45px;
		padding-right: 45px;
	}
	.after-more{
		font-size: 16px;
	}
	.after-desp{
		font-size: 24px;
	}
	.full-after{
		height: 600px;
		margin-top: 50px;
	}
	.after-map{
		width: 60vw;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 11;
	}
	.after-yuan{
		width: 22vw;
		height: auto;
		position: absolute;
		bottom: -60px;
		left: 25vw;
		z-index: 22;
		
	}
	.shuzhi-after-list li .num {
	  font-size: 16px;
	}
	.shuzhi-after-list li .num span,
	.shuzhi-after-list li .num font {
	  font-size: 30px;
	}
	.jianje-webname{
		font-size: 20px;
	}
	.in-about-intro{
		font-size: 14px;
	}
	.jianje-left{
		padding: 0;
		width: 50%;
		float: left;
		/* position: absolute;
		left: 0;
		top: 40px; */
	}
	.jianje-pic2{
		padding-right: 7.8125vw;
	}
	.jianje-right{
		width: 50%;
		position: relative;
		z-index: 11;
		color: #fff;
		float: left;
	}
	.jianje-outer{
		padding-left: 6vw;
		background-color: #1f1f1f;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-right: 3.125vw;
	}
	.jianje-pic1{
		width: 100%;
		float: none;
	}
	.jianje-pic2{
		width: 100%;
		float: none;
	}
	.jianje-head{
		padding-left: 6vw;
		background-color: #000;
		margin-top: 0;
	}
	
	.wenhua-pic1{
		width: 51.5625%;
		height: auto;
		overflow: hidden;
		margin-top: 60px;
		float: left;
	}
	.wenhua-pic1 img{
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.wenhua-nrbox{
		width: 48.4375%;
		position: relative;
		background-color: #222;
		padding: 40px 3.125vw 40px 40px;
		float: left;
	}
	.wenhua-nrbox::before{
		content: '';
		width: 120%;
		height: 100%;
		background-color: #222;
		position: absolute;
		left: -20%;
		top: 0;
		z-index: -1;
	}
	.wenhua-info{
		height: auto;
		overflow: hidden;
		color: #fff;
		font-size: 14px;
		line-height: 2;
		padding-top: 0;
		padding-bottom: 40px;
	}
	.wenhua-pic2{
		width: 45.3125%;
		height: auto;
		overflow: hidden;
		float: left;
		margin-top: -60px;
	}
	.wenhua-pic2 img{
		display: block;
		width: 100%;
		margin: 0 auto;
		height: auto;
	}
	.wenhua-2nrbox{
		width: 54.6875%;
		position: relative;
		float: left;
		padding: 0 40px 40px 3.125vw;
	}
	.wenhua-2nrbox::before{
		content: '';
		width: 120%;
		height: 120%;
		background-color: #222;
		position: absolute;
		left: 0;
		top: -15%;
		z-index: -1;
	}
	
}
@media (min-width: 1400px) {
	.zhanlan-list li{
		font-size: 18px;
	}
	.after-more{
		font-size: 18px;
	}
	.after-desp{
		font-size: 30px;
	}
	.full-after{
		height: 700px;
		margin-top: 50px;
	}
	.after-map{
		width: 60vw;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 11;
	}
	.after-yuan{
		width: 22vw;
		height: auto;
		position: absolute;
		bottom: -60px;
		left: 25vw;
		z-index: 22;
		
	}
	.in-about-intro{
		font-size: 16px;
	}
	.jianje-head{
		padding-left: 3vw;
		background-color: #f1efef;
		margin-top: 0;
	}
	.jianje-outer{
		padding-left: 3vw;
		background-color: #f1efef;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-right: 3.125vw;
	}
	
	.wenhua-pic1{
		width: 51.5625%;
		height: auto;
		overflow: hidden;
		margin-top: 60px;
		float: left;
	}
	.wenhua-pic1 img{
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.wenhua-nrbox{
		width: 48.4375%;
		position: relative;
		background-color: #f1efef;
		padding: 40px 3.125vw 40px 40px;
		float: left;
	}
	.wenhua-nrbox::before{
		content: '';
		width: 120%;
		height: 100%;
		background-color: #f1efef;
		position: absolute;
		left: -20%;
		top: 0;
		z-index: -1;
	}
	.wenhua-info{
		height: auto;
		overflow: hidden;
		color: #000;
		font-size: 16px;
		line-height: 2;
		padding-top: 20px;
		padding-bottom:40px;
	}
	.wenhua-pic2{
		width: 45.3125%;
		height: auto;
		overflow: hidden;
		float: left;
		margin-top: -60px;
	}
	.wenhua-pic2 img{
		display: block;
		width: 100%;
		margin: 0 auto;
		height: auto;
	}
	.wenhua-2nrbox{
		width: 54.6875%;
		position: relative;
		float: left;
		padding: 40px 40px 40px 3.125vw;
	}
	.wenhua-2nrbox::before{
		content: '';
		width: 120%;
		height: 120%;
		background-color: #222;
		position: absolute;
		left: 0;
		top: -15%;
		z-index: -1;
	}
	
}
@media (min-width: 1600px) {
	.zhanlan-list li{
		font-size: 24px;
	}
	.full-after{
		height: 800px;
		margin-top: 50px;
	}
	.after-map{
		width: 66vw;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 11;
	}
	.after-yuan{
		width: 25vw;
		height: auto;
		position: absolute;
		bottom: -60px;
		left: 18vw;
		z-index: 22;
		
	}
	
	
}


.full-top-warn{
	height: auto;
	overflow: hidden;
	position: relative;
	background-color: #000;
	padding: 2vw 0;
	transition: .5s;
}
.full-top-warn.hide{
	display: none;
}
.full-top-warn.show{
	display: block;
}
.top-warn{
	width: 100%;
	max-width: 1200px;
	padding: 0 15px;
	padding-right: 50px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
}
.lang-en .top-warn span{
	font-family: 'GothamBold';
}
.lang-zh_cn .top-warn span{
	font-weight: bold;
}
.warn-baibai{
	position: absolute;
	top: 5px;
	right: 10px;
	color: #f9650a;
	display: inline-block;
	font-size: 20px;
	cursor: pointer;
	display: none;
}
.section-bgvideo{
	padding: 0;
	height: auto;
	overflow: hidden;
	position: relative;
}
.bgvideo-outer{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.bgvideo-outer video{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 0;
	margin: 0;
	padding: 0;
	min-height: 300px;
	max-height: 800px;
}
.index-video-flex{
	max-width: 1000px;
	padding: 15px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.index-video-flex h1{
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
}
.index-video-flex h3{
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.2;
	color: #fff;
	font-size: 14px;
	margin-top: 5px;
}
.index-vdo-more{
	height: auto;
	overflow: hidden;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-top: 30px;
	z-index: 1;
}
.index-vdo-more a{
	display: inline-block;
	width: 150px;
	line-height: 46px;
	height: 46px;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	margin: 10px 10px;
	font-size: 14px;
}
.index-vdo-more a.white{
	border: 1px solid #fff;
}
.index-vdo-more a.white:hover{
	background-color: #f9650a;
	border-color: #f9650a;
}
.index-vdo-more a.huang{
	background: -moz-linear-gradient(to right,#c43800,#ff692c);
	background: -webkit-gradient(linear,center left,center right,from(#c43800),to(#ff692c));
	background: -webkit-linear-gradient(to right,#c43800,#ff692c);
	background: -o-linear-gradient(to right,#c43800,#ff692c);
	background: -ms-linear-gradient(to right,#c43800,#ff692c);
	background: linear-gradient(to right,#c43800,#ff692c);
}
.index-vdo-more a.huang::after{
	content: '';
	width: 100%;
	height: 46px;
	border: 1px solid #ff692c;
	position: absolute;
	left: 6px;
	top: 6px;
	z-index: -1;
}

.section-news{
	background-color: #000;
	padding-left: 3.125vw;
	padding-right: 3.125vw;
	padding-top: 0;
}
.kong-head{
	height: auto;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: bolder;
	-webkit-text-stroke:1px #f9650a;
	color: transparent;
	font-family: 'GothamBold';
	line-height: 1.2;
}
.news-head{
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #f9650a;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1.15;
	margin-bottom: 15px;
	margin-top: 0;
}
.lang-en .news-head{
	font-family: 'GothamBold';
}
.lang-zh_cn .news-head{
	font-weight: bold;
}
.kong-head.product{
	writing-mode: tb-rl;
	white-space: nowrap;
	float: left;
}
.news-head.product{
	writing-mode: tb-rl;
	white-space: nowrap;
	float: left;
}
.kong-head.about{
	writing-mode: tb-rl;
	white-space: nowrap;
	float: right;
}
.news-head.about{
	writing-mode: tb-rl;
	white-space: nowrap;
	float: right;
}

.owl-news.owl-carousel{
	height: auto;
	overflow: hidden;
}
.owl-news.owl-carousel .item{
	height: auto;
	overflow: hidden;
}
.owl-news.owl-carousel .item a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.owl-news.owl-carousel .item .pic{
	height: auto;
	overflow: hidden;
}
.owl-news.owl-carousel .item .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	transition: 1s;
}
.owl-news.owl-carousel .item .in-box{
	height: auto;
	overflow: hidden;
	padding: 15px;
	background-color: #000;
	transition: 1s;
}
.owl-news.owl-carousel .item .title{
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}
.owl-news.owl-carousel .item .intro{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	max-height: 50px;
	margin-top: 10px;
}
.owl-news.owl-carousel .item .date{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
	margin-top: 15px;
}
.owl-news.owl-carousel .item .more{
	height: auto;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	background-color: #f9650a;
	line-height: 44px;
	transition: 1s;
	position: relative;
}
.owl-news.owl-carousel .item:hover .pic img{
	transform: scale(1.5) rotate(15deg);
}
.owl-news.owl-carousel .item:hover .in-box{
	background-color: #2c2c2c;
}

.full-adv{
	height: auto;
	overflow: hidden;
	background-color: #000;
	padding-top: 15px;
	padding-bottom: 40px;
}
.adv-outer{
	height: auto;
	overflow: hidden;
	position: relative;
}
.adv-outer ul{
	max-width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.adv-outer ul li{
	width: 100%;
	padding: 0 15px;
	height: auto;
	overflow: hidden;
}
.adv-outer ul li .ico{
	height: auto;
	overflow: hidden;
	text-align: center;
}
.adv-outer ul li .ico i{
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #333;
	background-color: #fff;
	border-radius: 50%;
	font-size: 30px;
	transition: .5s;
}
.adv-outer ul li .title{
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: 20px;
	color: #fff;
	font-size: 16px;
	transition: .5s;
	position: relative;
	padding-bottom: 20px;
}
.adv-outer ul li .title::after{
	content: '';
	width: 40px;
	height: 2px;
	background-color: #f9650a;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 0;
}
.adv-outer ul li .brief{
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 15px;
}
.adv-outer ul li:hover .ico i{
	color: #fff;
	background-color: #f9650a;
	transform: rotate(360deg);
}

@media (min-width: 768px) {
	.kong-head{
		font-size: 48px;
	}
	.news-head{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.adv-outer::after{
		content: '';
		width: 100%;
		height: 1px;
		background-color: #545454;
		position: absolute;
		left: 0;
		top: 116px;
	}
	.adv-outer ul li{
		width: 33.333333%;
	}
	.adv-outer ul li .ico i{
		width: 86px;
		height: 86px;
		line-height: 86px;
		font-size: 48px;
	}
}
@media (min-width: 992px) {
	.full-top-warn{
		padding: 1.041666vw 0;
	}
	.top-warn{
		font-size: 16px;
	}
	.index-video-flex h3{
		font-size: 16px;
	}
	.index-vdo-more a{
		font-size: 16px;
		width: 188px;
	}
	.index-video-flex h1{
		font-size: 30px;
	}
	.kong-head{
		font-size: 64px;
	}
	.news-head{
		font-size: 30px;
		margin-bottom: 35px;
	}
	.owl-news.owl-carousel .item .in-box{
		padding: 20px;
	}
	.owl-news.owl-carousel .item .title{
		font-size: 20px;
	}
	.owl-news.owl-carousel .item .intro{
		font-size: 18px;
	}
	.owl-news.owl-carousel .item .date{
		font-size: 16px;
	}
	.owl-news.owl-carousel .item .more{
		font-size: 16px;
	}
	.owl-news.owl-carousel .item .more{
		left: -110%;
	}
	.owl-news.owl-carousel .item:hover .more{
		left: 0;
	}
	.adv-outer ul li .title{
		font-size: 18px;
		margin-top: 61px;
	}
	.adv-outer ul li .brief{
		font-size: 16px;
		margin-bottom: 0;
	}
}
@media (min-width: 1200px) {
	.index-video-flex h3{
		font-size: 18px;
	}
	.index-video-flex h1{
		font-size: 36px;
	}
	.kong-head{
		font-size: 70px;
	}
	.news-head{
		font-size: 36px;
		margin-bottom: 45px;
	}
}

.pc-head-outer{
	transition: 1s;
}
/** pc -nav **/
.pc-nav-bar{
	padding-left: 21.125vw;
	padding-right: 16.5vw;
	background-color: #f9650a;
	/* position: relative; */
	transition: .5s;
}
.pc-nav-bar.fixed{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
}
.pc-nav-outer{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	height: 60px;
	justify-content: space-between;
}
.head-you{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	height: 100%;
}
.pc-nav-logo{
	height: auto;
	overflow: hidden;
	float: left;
}
.pc-nav-logo a{
	display: block;
}
.pc-nav-logo img{
	max-width: 100%;
	height: 44px;
	transition: .5s;
}
.pc-lang-wrap{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 100;
	height: 100%;
	float: right;
	margin-left: 30px;
}
.pc-open-lang{
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 16px;
	transition: .5s;
}
.pc-open-lang i{
	display: inline-block;
	color: #f9650a;
	font-size: 20px;
	margin-right: 5px;
}
.pc-open-lang span{
	display: inline-block;
	margin-left: 5px;
	font-size: 14px;
}
.pc-lang-menu{
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #000;
	z-index: 101;
	padding: 5px 12px;
	transform: translateY(20px);
	transition: .5s;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.pc-lang-menu li{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	padding: 5px;
}
.pc-lang-menu li a{
	color: #fff;
	line-height: 30px;
	padding-left: 38px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 26px;
	display: inline-block;
}
.pc-lang-menu li a.en{
	background-image: url(../images/en2.png);
}
.pc-lang-menu li a.cn{
	background-image: url(../images/cn2.png);
}
.pc-lang-wrap:hover .pc-lang-menu{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.pc-lang-menu li a:hover{
	color: #f9650a;
}
.pc-search-form{
	height: 42px;
	overflow: hidden;
	position: relative;
	margin-left: 15px;
}
.pc-search-wrap{
	height: auto;
	overflow: hidden;
	position: relative;
}
.pc-search-wrap input{
	height: 42px;
	line-height: 42px;
	width: 290px;
	border: none;
	outline: none;
	background-color: #f9650a;
	border-radius: 22px;
	color: #999;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 40px;
	transition: .5s;
}
.pc-search-wrap button{
	display: block;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	color: #fff;
	background-color: #f9650a;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2px;
	border: none;
	outline: none;
	cursor: pointer;
}
.pc-search-wrap button i{
	display: inline-block;
	font-size: 35px;
	vertical-align: top;
}
.pc-navbar-nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}
.pc-navbar-nav > li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 0 1px;
	transition: .5s;
	position: relative;
	z-index: 999;
}
.pc-navbar-nav > li > a{
	color: #fff;
	font-size: 22px;
	text-transform: capitalize;
	display: inline-block;
	padding: 0 12px;
}
.pc-navbar-nav > li > a:hover{
	color: #fff;
}
.pc-navbar-nav > li.active > a{
	color: #fff;
}
.pc-navbar-nav > li.mega-product{
	position: static !important;
}
.pc-nav-product{
	position: absolute;
	height: calc(100vh);
	padding: 60px 0 20px;
	top: 100%;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999999;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(30px);
	transition: .5s;
	padding-left: 3.125vw;
	padding-right: 3.125vw;
}

.pc-navbar-nav li.mega-product:hover .pc-nav-product{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}
.pc-tab-nav{
	height: auto;
	overflow: hidden;
	float: right;
	margin-right: 20px;
}
.pc-tab-nav h3{
	height: auto;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 85px;
}
.pc-tab-nav h3 a{
	font-size: 16px;
	color: #6f6f6f;
	position: relative;
	line-height: 1.65;
	display: inline-block;
}
.pc-tab-nav h3 a::after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 30px;
	background-color: #6f6f6f;
	transition: .5s;
}
.pc-tab-nav h3.active a{
	color: #f9650a;
}
.pc-tab-nav h3.active a::after{
	width: 100%;
	background-color: #f9650a;
}
.pc-tab-list{
	height: auto;
	overflow: hidden;
	position: relative;
	display: none;
	transition: .5s;
}
.pc-tab-sort{
	height: auto;
	overflow: hidden;
	padding: 1%;
}
.pc-tab-sort a{
	display: block;
}
.pc-tab-sort .pic{
	height: auto;
	overflow: hidden;
}
.pc-tab-sort .pic img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	transform: scale(1.05);
	transition: .5s;
}
.pc-tab-sort .pic:hover img{
	transform: scale(1);
}
.pc-tab-sort h4{
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #6f6f6f;
	font-size: 14px;
	transition: .5s;
	margin-top: 25px;
	margin-bottom: 0;
}
.pc-tab-sort:hover h4{
	color: #f9650a;
}
.pc-nav-items{
	height: auto;
	overflow: hidden;
	position: relative;
	background-color: #f1efef;
	/* margin-bottom: 25px;
	padding-bottom: 5px; */
	padding: 8% 0 4%;
	margin-bottom: 14%;
}
.pc-nav-items a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.pc-nav-items .pic{
	width: 56%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.pc-nav-items .pic img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	transition: .5s;
	transform: scale(1.05);
}
.pc-nav-items .pic:hover img{
	transform: scale(1);
}
.pc-nav-items .title{
	padding: 0 5px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.about-menu{
	position: absolute;
	left: 0;
	top: 100%;
	width: auto!important;
	background-color: #000;
	padding: 10px 15px;
	transition: .5s;
	transform: translateY(30px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.about-menu a{
	display: block;
	height: auto;
	overflow: hidden;
	color: #999;
	font-size: 14px;
	white-space: nowrap;
	line-height: 24px;
	margin: 6px 0;
}
.about-menu a:hover{
	color: #f9650a;
}
.pc-navbar-nav > li:hover .about-menu{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

.my-container{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.my-container.about{
	align-items: flex-start;
}

.owl-product.owl-carousel{
	height: auto;
	overflow: hidden;
}
.owl-product.owl-carousel .item{
	height: auto;
	overflow: hidden;
	position: relative;
}
.owl-product.owl-carousel .item a{
	display: block;
	width: 100%;
	height: 100%;
}
.owl-product.owl-carousel .item .pic{
	height: auto;
	overflow: hidden;
	transition: .8s;
	/* background-size:cover;
	 background-position:center;
	 -webkit-transition:-webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	 transition:-webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	 -o-transition:transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	 transition:transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	 transition:transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),-webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	 -webkit-backface-visibility:hidden;
	 backface-visibility:hidden;
	 color:#fff */
}
.owl-product.owl-carousel .item .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	transition: .7s;
}
.owl-product.owl-carousel .item .title{
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
}
.owl-product.owl-carousel .item .info{
	color: #999;
	font-size: 16px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 10px;
}
.owl-product.owl-carousel .item .bianban{
	height: auto;
	overflow: hidden;
	position: relative;
}
.owl-product.owl-carousel .item:hover .pic{
	background-color: #333;
	/* -webkit-transform:rotateY(-180deg);
	 transform:rotateY(-180deg);
	 -webkit-transform-style:preserve-3d;
	 transform-style:preserve-3d;
	 
	 -webkit-transition:-webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	  transition:-webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	  -o-transition:transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	  transition:transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	  transition:transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),-webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1) */
}
.owl-product.owl-carousel .item:hover .pic img{
	transform: scale(1.1);
}
.owl-product.owl-carousel .item .fanmian{
	 position:absolute;
	 top:0;
	 left:0;
	 width:100%;
	 height:100%;
	 background-size:100% 100%;
	 -webkit-transform:rotateY(180deg);
	 transform:rotateY(180deg);
	 -webkit-transform-style:preserve-3d;
	 transform-style:preserve-3d;
	 overflow: hidden;
	 
	 background-size:cover;
	  background-position:center;
	  -webkit-transition:-webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	  transition:-webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	  -o-transition:transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	  transition:transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	  transition:transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),-webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	  -webkit-backface-visibility:hidden;
	  backface-visibility:hidden;
	  color:#fff
}
.owl-product.owl-carousel .item .fanmian .fapic{
	height: auto;
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.owl-product.owl-carousel .item .fanmian .fapic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.owl-product.owl-carousel .item:hover .fanmian{
	-webkit-transform:rotateY(0deg);
	 transform:rotateY(0deg);
	 -webkit-transform-style:preserve-3d;
	 transform-style:preserve-3d;
	
	-webkit-transition:-webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	 transition:-webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	 -o-transition:transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	 transition:transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	 transition:transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),-webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1)
}

.shuxing-zi{
	height: 100%;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	float: left;
	width: 90px;
	transition: .5s;
}
.shuxing-zi.about{
	float: right;
	justify-content: flex-end;
	background-color:#fff;
	z-index: 999;
}

.section-video{
	background-color: #000;
	padding-left: 3.125vw;
}
.owl-video.owl-carousel{
	height: auto;
	overflow: hidden;
}
.owl-video.owl-carousel .item{
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 10px;
}
.owl-video.owl-carousel .item a{
	display: block;
	width: 100%;
	height: auto;
}
.owl-video.owl-carousel .item .pic{
	height: auto;
	overflow: hidden;
}
.owl-video.owl-carousel .item .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	transition: .5s;
}
.owl-video.owl-carousel .item:hover .pic img{
	transform: scale(1.1);
}
.owl-video.owl-carousel .item .cover{
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 2px solid transparent;
	transition: .5s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,.5);
}
.owl-video.owl-carousel .item .cover .vdplay{
	max-width: 60px;
	height: auto;
	overflow: hidden;
}
.owl-video.owl-carousel .item .cover .vdplay img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.owl-video.owl-carousel .item .cover::before{
	content: '';
	width: 0;
	height: 0;
	border-top: 100px solid #f9650a;
	border-right: 100px solid transparent;
	position: absolute;
	left: -10px;
	top: -10px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: .5s;
	transform: rotate(-45deg);
}
.owl-video.owl-carousel .item:hover .cover{
	border-color: #f9650a;
}
.owl-video.owl-carousel .item:hover .cover::before{
	opacity: 1;
	visibility: visible;
	transform: rotate(0);
}
.owl-video.owl-theme .owl-controls .owl-nav div{
	padding: 0;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background-color: #f9650a;
	width: 78px;
}
.owl-video.owl-theme .owl-controls .owl-nav div i{
	font-size: 24px;
}

.container-inner{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.inner-nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.inner-nav li{
	font-size: 16px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.inner-nav li a{
	display: inline-block;
	color: #666;
	position: relative;
	padding-bottom: 6px;
}
.lang-en .inner-nav li{
	font-family: 'GothamBold';
}
.lang-zh_cn .inner-nav li{
	font-weight: bold;
}
.inner-nav li a::after{
	content: '';
	width: 30px;
	height: 1px;
	background-color: #666;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: .5s;
}
.inner-nav li a:hover,
.inner-nav li.active a{
	color: #f9650a;
}
.inner-nav li a:hover::after,
.inner-nav li.active a::after{
	background-color: #f9650a;
	width: 100%;
}
.hamgn-30{
	margin-top: 20px;
}

.in-news-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	transition: .5s;
}
.in-news-list li{
	width: 50%;
	padding: 0 10px;
	margin-bottom: 10px;
	transition: .5s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.full-news-item{
	height: auto;
	overflow: hidden;
	position: relative;
	background-color: #1a1a1a;
	padding: 15px;
}
.full-news-item a{
	display: block;
	width: 100%;
	height: 100%;
}
.full-news-item .pic{
	height: auto;
	overflow: hidden;
}
.full-news-item .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	transition: .5s;
}
.full-news-item:hover .pic img{
	transform: scale(1.1);
}
.full-news-item .title{
	height: auto;
	overflow: hidden;
	font-size: 16px;
	color: #ddd;
	line-height: 1.5;
	transition: .5s;
}
.full-news-item .brief{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	color: #999;
	line-height: 2;
	margin-top: 15px;
	margin-bottom: 10px;
	max-height: 84px;
}
.full-news-item:hover .title{
	color: #f9650a;
}

.inner-product-nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	flex-wrap: wrap;
}
.inner-product-nav li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 10px 2px;
	font-size: 12px;
}
.inner-product-nav li a{
	display: inline-block;
	color: #000;
	background-color: #f1efef;
	line-height: 2;
	padding: 10px 10px;
	border-radius: 5px;
	position: relative;
	z-index: 111;
}
.inner-product-nav li.active a{
	background-color: #f9650a;
}
.inner-product-nav li a::before,
.inner-product-nav li a::after{
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	transition: .5s;
	z-index: -1;
	border-radius: 5px;
}
.inner-product-nav li a::before{
	left: 0;
}
.inner-product-nav li a::after{
	right: 0;
}
.inner-product-nav li:hover a::before{
	width: 100%;
	background-color: #f9650a;
}
.inner-product-nav li:hover a::after{
	width: 100%;
	background-color: #f9650a;
}

.in-product-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}
.in-product-list li{
	width: 50%;
	height: auto;
	overflow: hidden;
	padding: 0 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}
.in-product-item{
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.in-product-item a{
	display: block;
	width: 100%;
	height: 100%;
}
.in-product-item .pic{
	height: auto;
	overflow: hidden;
	position: relative;
	transition: .5s;
	padding: 4px;
	border-radius: 4px;
	z-index: 12;
}
.in-product-item .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	background-color: #f1efef;
	position: relative;
	z-index: 999;
	border-radius: 4px;
	transition: .5s;
	transform: scale(1.05);
}
.in-product-item:hover .pic img{
	background-color: #f1efef;
	transform: scale(1);
}
.in-product-item .pic::before{
	content: '';
	position: absolute;
	z-index: 1;
	left: -50%;
	top: -50%;
	width: 200%;
	height: 200%;
	background-color: #f9650a;
	background-repeat: no-repeat;
	background-size: 50% 50%;
	background-position: 0 0, 100% 0;
	background-image: linear-gradient(#f9650a, #f9650a), linear-gradient(#000, #000);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: .5s;
}
.in-product-item:hover .pic::before{
	-webkit-animation: rotate 4s linear infinite;
	animation: rotate 4s linear infinite;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.in-product-item .pic .in-pic{
	height: auto;
	overflow: hidden;
	border-radius: 4px;
}
.in-product-item .title{
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes rotate {
	100% {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.full-content-product{
	height: auto;
	overflow: hidden;
	background-color: #fff;
	padding: 20px 3.125vw;
	margin: 0 auto;
}
.in-product-content-title{
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1200px;
}
.in-product-content-title h1{
	display: inline-block;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 16px;
}
.in-product-content-title a{
	display: inline-block;
	line-height: 2;
	background-color: #000;
	color: #fff;
	padding: 5px 25px;
	border-radius: 5px;
	line-height: 30px;
}
.in-product-content{
	height: auto;
	overflow: hidden;
}
.in-product-content img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.in-partner-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.in-partner-list li{
	padding: 0 10px;
	width: 33.333333%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
}
.in-partner-list li .wrap{
	height: auto;
	overflow: hidden;
}
.in-partner-list li .wrap a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.in-partner-list li .pic{
	height: auto;
	overflow: hidden;
}
.in-partner-list li .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.in-partner-list li .cover{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.6);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: .5s;
}
.in-partner-list li .title{
	color: #fff;
	font-size: 14px;
}
.in-partner-list li:hover .cover{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.in-video-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -5px;
	margin-right: -5px;
	flex-wrap: wrap;
	height: auto;
	overflow: hidden;
}
.in-video-list li{
	padding: 0 5px;
	width: 100%;
	position: relative;
	transition: .5s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
}
.in-video-list li .wrap{
	height: auto;
	overflow: hidden;
	background-color: #fff;
	padding: 0;
}
.in-video-list li .wrap a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.in-video-list li .wrap .pic{
	height: auto;
	overflow: hidden;
	position: relative;
}
.in-video-list li .wrap .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	transition: .5s;
}
.in-video-list li .wrap .title{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.65;
	margin-top: 0;
	color: #000;
}
.in-video-list li .wrap:hover .pic img{
	transform: scale(1.1);
}
.in-video-list li .in-box{
	padding: 15px 15px;
}
.in-video-list li .in-box .time{
	color: #666;
}

.in-contact-banner{
	width: 100%;
	background-color: #000;
	position: relative;
}
.in-contact-banner img{
	display: block;
	width: 100%;
	height: 250px;
	object-fit: cover;
	margin: 0 auto;
	transition: .5s;
}
.in-contact-cover{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 20px 40px;
}
.in-contact-wrap{
	height: auto;
	overflow: hidden;
	color: #fff;
	text-align: center;
	padding: 16px 0;
}
.in-contact-wrap h1{
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 20px;
	transition: .5s;
}
.lang-en .in-contact-wrap h1{
	font-family: 'GothamBold';
}
.lang-zh_cn .in-contact-wrap h1{
	font-weight: bold;
}
.in-contact-wrap h4{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.5;
	transition: .5s;
}

.in-section-contact{
	padding-left: 15px;
	padding-right: 15px;
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}
.in-contact-info{
	padding: 25px 0 25px 25px;
	position: relative;
	background-color: #f1efef;
}
.in-contact-wrap-1{
	position: relative;
}
.kong-head.contact{
	text-align: left;
}
.news-head.contact{
	text-align: left;
}
.in-contact-row-1{
	position: relative;
	margin-top: 20px;
}
.in-contact-left{
	width: 100%;
	padding-left: 20px;
	float: left;
	height: auto;
	overflow: hidden;
}
.in-contact-webname{
	color: #000;
	font-size: 16px;
	padding-left: 60px;
}
.in-contact-list{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.in-contact-list li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
}
.in-contact-list li i{
	display: block;
	width: 44px;
	height: 44px;
	text-align: center;
	margin-right: 25px;
}
.in-contact-list li .box{
	flex: 1;
}
.in-contact-list li .box .title{
	height: auto;
	overflow: hidden;
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.in-contact-list li .box .nerong{
	height: auto;
	overflow: hidden;
	color: #000;
	font-size: 18px;
}
.in-contact-list li .box .dianhuar{
	height: auto;
	overflow: hidden;
	color: #000;
	font-size: 16px;
}
.lang-en .in-contact-list li .box .dianhuar{
	font-family: 'GothamBold';
}
.lang-zh_cn .in-contact-list li .box .dianhuar{
	font-weight: bold;
}
.app-list{
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.app-list .icons-app{
	width: 60px;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-right: 15px;
	margin-bottom: 15px;
}
.app-list .icons-app a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.app-list .icons-app span{
	font-size: 36px;
	display: inline-block;
	color: #25d366;
}
.app-list .icons-app .appnames{
	text-align: center;
	height: auto;
	overflow: hidden;
	color: #000;
}
.in-contact-right{
	width: 40%;
	padding-left: 60px;
	height: auto;
	overflow: hidden;
}
.in-contact-pic{
	width: 38vw;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}
.in-contact-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.section-maps{
	padding-left: 3.125vw;
	padding-right: 3.125vw;
}
.in-contact-form{
	height: auto;
	overflow: hidden;
}
.in-contact-fbk-info{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #fff;
	font-size: 14px;
}
.in-contact-fbk-info span{
	display: inline-block;
	color: #f9650a;
}
.lang-en .in-contact-fbk-info span{
	font-family: 'GothamBold';
}
.lang-zh_cn .in-contact-fbk-info span{
	font-weight: bold;
}

.in-contact-group{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.in-contact-group label{
	display: block;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.in-contact-input{
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 111;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.in-contact-input i{
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 5px;
	/* top: 12px; */
	color: #808080;
	font-size: 18px;
	text-align: center;
}
.in-contact-input input{
	display: block;
	width: 100%;
	background-color: #f1efef;
	border: 1px solid #424242;
	height: 58px;
	line-height: 56px;
	color: #999;
	font-size: 14px;
	font-family: inherit;
	padding-left: 40px;
	padding-right: 15px;
	border-radius: 4px;
	outline: none;
	padding-top: 0;
	padding-bottom: 0;
}
.in-contact-input textarea{
	display: block;
	width: 100%;
	background-color: #f1efef;
	border: 1px solid #424242;
	height: 130px;
	line-height: 50px;
	color: #999;
	font-size: 14px;
	font-family: inherit;
	padding-left: 40px;
	padding-right: 15px;
	border-radius: 4px;
	outline: none;
	padding-top: 0;
	padding-bottom: 0;
	resize: none;
}
.in-contact-input button{
	display: inline-block;
	width: 180px;
	line-height: 46px;
	height: 46px;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	margin: 10px 18px 18px 0;
	font-size: 14px;
	border: none;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 18px;
	z-index: 11;
}
.in-contact-input button::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
	background: -moz-linear-gradient(to right,#c43800,#ff692c);
	background: -webkit-gradient(linear,center left,center right,from(#c43800),to(#ff692c));
	background: -webkit-linear-gradient(to right,#c43800,#ff692c);
	background: -o-linear-gradient(to right,#c43800,#ff692c);
	background: -ms-linear-gradient(to right,#c43800,#ff692c);
	background: linear-gradient(to right,#c43800,#ff692c);
}
.in-contact-input button::after{
	content: '';
	width: 100%;
	height: 46px;
	border: 1px solid #ff692c;
	position: absolute;
	left: 6px;
	top: 6px;
	z-index: -11;
}

a.color-more{
	display: inline-block;
	width: 200px;
	color: #fff;
	text-align: center;
	height: 54px;
	line-height: 54px;
	background: -moz-linear-gradient(to right,#c43800,#ff692c);
	background: -webkit-gradient(linear,center left,center right,from(#c43800),to(#ff692c));
	background: -webkit-linear-gradient(to right,#c43800,#ff692c);
	background: -o-linear-gradient(to right,#c43800,#ff692c);
	background: -ms-linear-gradient(to right,#c43800,#ff692c);
	background: linear-gradient(to right,#c43800,#ff692c);
	position: relative;
	box-sizing: 111;
	margin-bottom: 10px;
	margin-right: 10px;
	text-transform: uppercase;
}
a.color-more::after{
	content: '';
	width: 100%;
	height: 100%;
	border: 1px solid #ff692c;
	position: absolute;
	left: 6px;
	top: 6px;
	z-index: -11;
}


@media (min-width: 768px) {
	.shuxing-zi{
		width: 120px;
	}
	.owl-video.owl-carousel .item .cover .vdplay{
		max-width: 80px;
	}
	.inner-nav li{
		margin-right: 30px;
	}
	.in-news-list li{
		width: 33.333333%;
	}
	.inner-product-nav li{
		font-size: 14px;
		margin: 10px 6px;
	}
	.in-product-list{
		margin-left: -10px;
		margin-right: -10px;
	}
	.in-product-list li{
		padding: 0 10px;
		margin-bottom: 15px;
	}
	.in-partner-list li{
		width: 25%;
	}
	.in-video-list li{
		width: 33.333333%;
	}
	.in-contact-banner img{
		height: 300px;
	}
	.in-contact-wrap h1{
		font-size: 24px;
	}
	.in-contact-wrap h4{
		font-size: 16px;
	}
	.in-contact-left{
		padding-left: 30px;
	}
	.in-contact-webname{
		font-size: 18px;
	}
	.app-list .icons-app{
		margin-right: 30px;
	}
	.pc-nav-items .title{
		font-size: 12px;
	}
	
}
@media (min-width: 992px) {
	.pc-navbar-nav > li{
		margin: 0 5px;
	}
	.pc-navbar-nav > li > a{
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.pc-open-lang{
		font-size: 14px;
	}
	.pc-nav-logo img{
		height: 30px;
	}
	.owl-product.owl-carousel .item{
		max-width: 440px;
	}
	.owl-product.owl-carousel .item .title{
		font-size: 16px;
	}
	.shuxing-zi{
		width: 160px;
	}
	.owl-video.owl-carousel .item .cover .vdplay{
		max-width: 100px;
	}
	.in-news-list{
		margin-left: -15px;
		margin-right: -15px;
	}
	.in-news-list li{
		padding-left: 15px;
		padding-right: 15px;
	}
	.inner-product-nav{
		margin-bottom: 40px;
	}
	.in-product-list li{
		width: 33.333333%;
		margin-bottom: 20px;
	}
	.in-product-item .title{
		font-size: 18px;
	}
	.in-product-content-title h1{
		font-size: 18px;
	}
	.in-partner-list li{
		width: 20%;
	}
	.in-video-list{
		margin-left: -10px;
		margin-right: -10px;
	}
	.in-video-list li{
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.in-video-list li .wrap .title{
		font-size: 16px;
	}
	.in-contact-banner img{
		height: 360px;
	}
	.in-contact-wrap h1{
		font-size: 30px;
	}
	.in-contact-wrap h4{
		font-size: 18px;
	}
	.in-section-contact{
		padding-left: 3.125vw;
		padding-right: 0;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.in-contact-wrap-1{
		padding-right: 3.125vw;
	}
	.in-contact-row-1{
		margin-top: 35px;
	}
	.in-contact-left{
		padding-left: 40px;
	}
	.in-contact-pic{
		width: 35vw;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 999;
	}
	.in-contact-list li .box .dianhuar{
		font-size: 20px;
	}
	.in-contact-webname{
		font-size: 18px;
	}
	.in-contact-list li .box .nerong{
		font-size: 18px;
	}
	.in-contact-left{
		width: 52vw;
	}
	.app-list .icons-app{
		margin-right: 15px;
	}
	.in-contact-fbk-info{
		font-size: 16px;
	}
	.in-contact-fbk-info{
		margin-top: 80px;
		margin-bottom: 60px;
	}
	.msg-biao{
		width: 66%;
		float: right;
	}
	
	
}
@media (min-width: 1200px) {
	.pc-navbar-nav > li{
		margin: 0 8px;
	}
	.pc-navbar-nav > li > a{
		font-size: 16px;
	}
	.pc-search-form{
		display: none;
	}
	.pc-nav-logo img{
		height: 40px;
	}
	.pc-tab-nav{
		margin-right: 30px;
	}
	.owl-product.owl-carousel .item .title{
		font-size: 18px;
	}
	.inner-nav li{
		font-size: 18px;
		margin-right: 50px;
	}
	.in-news-list li{
		width: 33.333%;
	}
	.inner-product-nav li{
		font-size: 18px;
		margin: 10px;
	}
	.inner-product-nav li a{
		padding: 10px 30px;
	}
	.in-product-list{
		margin-left: -15px;
		margin-right: -15px;
	}
	.in-product-list li{
		padding: 0 15px;
		width: 25%;
		margin-bottom: 25px;
	}
	.in-product-content-title h1{
		font-size: 24px;
	}
	.in-partner-list li{
		width: 16.666666%;
	}
	.in-video-list{
		margin-left: -15px;
		margin-right: -15px;
	}
	.in-video-list li{
		padding: 0 15px;
		width: 25%;
		margin-bottom: 30px;
	}
	.in-video-list li .wrap .title{
		font-size: 16px;
	}
	.hamgn-30{
		margin-top: 30px;
	}
	.in-contact-banner img{
		height: 420px;
	}
	.in-contact-wrap h1{
		font-size: 36px;
	}
	.in-contact-wrap h4{
		font-size: 20px;
	}
	.in-section-contact{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.in-contact-left{
		padding-left: 60px;
	}
	.in-contact-pic{
		width: 36vw;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 999;
	}
	.in-contact-list li .box .dianhuar{
		font-size: 24px;
	}
	.in-contact-webname{
		font-size: 20px;
	}
	.in-contact-list li .box .nerong{
		font-size: 20px;
	}
	.app-list .icons-app{
		margin-right: 25px;
	}
	.in-contact-fbk-info{
		margin-top: 80px;
		margin-bottom: 60px;
	}
	.msg-biao{
		width: 64%;
		float: right;
	}
	.pc-nav-items .title{
		font-size: 14px;
	}
	
}
@media (min-width: 1400px) {
	.pc-navbar-nav > li{
		margin: 0 3px;
	}
	.pc-navbar-nav > li > a{
		font-size: 16px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.pc-search-wrap input{
		width: 220px;
	}
	.pc-open-lang{
		font-size: 14px;
	}
	.pc-search-form{
		display: block;
	}
	.pc-nav-logo img{
		height: 44px;
	}
	.pc-tab-nav{
		margin-right: 40px;
	}
	.owl-product.owl-carousel .item .title{
		font-size: 20px;
	}
	.in-product-item .title{
		font-size: 18px;
	}
	.in-partner-list li{
		width: 12.5%;
	}
	.in-contact-banner img{
		height: 500px;
	}
	.in-contact-wrap h1{
		font-size: 48px;
	}
	.in-contact-wrap h4{
		font-size: 24px;
	}
	.in-contact-pic{
		width: 36vw;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 999;
	}
	.in-contact-list li .box .dianhuar{
		font-size: 30px;
	}
	.in-contact-webname{
		font-size: 30px;
	}
	.in-contact-list li .box .nerong{
		font-size: 20px;
	}
	.app-list .icons-app{
		margin-right: 40px;
	}
	.msg-biao{
		width: 60%;
	}
	.in-contact-fbk-info{
		margin-top: 80px;
		margin-bottom: 60px;
	}
	.in-contact-fbk-info{
		font-size: 18px;
	}
	
}
@media (min-width: 1600px) {
	.pc-navbar-nav > li{
		margin: 0 10px;
	}
	.pc-navbar-nav > li > a{
		font-size: 16px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.pc-search-wrap input{
		width: 250px;
	}
	.pc-open-lang{
		font-size: 16px;
	}
	.pc-tab-nav{
		margin-right: 50px;
	}
	.pc-tab-nav h3 a{
		font-size: 20px;
	}
	.in-contact-left{
		padding-left: 80px;
	}
	.in-contact-pic{
		width: 38vw;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 999;
	}
	.in-contact-list li .box .dianhuar{
		font-size: 36px;
	}
	.in-contact-list li .box .nerong{
		font-size: 24px;
	}
	.app-list .icons-app{
		margin-right: 50px;
	}
}
@media (min-width: 1700px) {
	.pc-navbar-nav > li{
		margin: 0 8px;
	}
	.pc-navbar-nav > li > a{
		font-size: 18px;
	}
	.pc-search-wrap input{
		width: 2px;
	}
	.pc-open-lang{
		font-size: 18px;
	}
	.app-list .icons-app{
		margin-right: 60px;
	}
}
@media (min-width: 1800px) {
	.pc-navbar-nav > li{
		margin: 0 15px;
	}
	.pc-navbar-nav > li > a{
		font-size: 22px;
	}
	.app-list .icons-app{
		margin-right: 70px;
	}
}


.video-wrap{
	height: auto;
	overflow: hidden;
}
.video-outer{
	height: auto;
	overflow: hidden;
	padding-bottom: 20px;
	padding-top:20px;
}
.video-panel{
	height: auto;
	overflow: hidden;
	position: relative;
}
.video-sort{
	height: auto;
	overflow: hidden;
	line-height: 48px;
	border: 1px solid #000000;
	background-color: #333;
	color: #fff;
	font-size: 16px;
	padding-left: 30px;
	border-radius: 5px;
	position: relative;
	padding-right: 40px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.video-sort i{
	display: inline-block;
	text-align: center;
	line-height: 1;
	position: absolute;
	font-size: 20px;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.video-outer.active .video-sort,
.video-sort:hover{
	color: #fff;
	background-color: #f9650a;
	border-color: #f9650a;
}
.video-sort:hover i{
	color: #fff;
}
.video-outer.active .video-sort i{
	/* transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg); */
	color: #fff;
}

.video-list{
	height: auto;
	overflow: hidden;
}
.video-list ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-left: -5px;
	
}
.video-list ul li{
	width: 50%;
	height: auto;
	overflow: hidden;
	min-height: 1px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 40px;
}
/* .video-list ul li{
	width: 50%;
	height: auto;
	overflow: hidden;
	min-height: 1px;
	float: left;
	padding: 0 5px;
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
} */
.video-list ul li a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.video-list ul li .pic{
	height: auto;
	overflow: hidden;
	position: relative;
}
.video-list ul li .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	transition: .5s;
}
.video-list ul li .videos{
	height: 0;
	position: relative;
	padding-bottom: 75%;
}
.video-list ul li .videos video{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	border: 0;
}
.video-list ul li .videos embed,
.video-list ul li .videos iframe{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	border: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.video-list ul li .title{
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 15px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.video-list ul li:hover .pic img{
	transform: scale(1.1);
}
@media (min-width: 992px) {
	.video-list ul{
		margin-left: -15px;
		margin-right: -15px;
	}
	.video-list ul li{
		padding: 0 15px;
		width: 25%;
	}
	
}

.warn-cover{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.7);
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.warn-cover.on{
	opacity: 1;
	visibility: visible;
}
.warn-outer{
	width: 100%;
	max-width: 640px;
	height: auto;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	padding: 15px;
}
.warn-inner{
	height: auto;
	overflow: hidden;
	background-color: rgba(255,255,255,1);
	padding: 20px 0;
	border-radius: 10px;
	position: relative;
}
.warn-logo{
	height: auto;
	overflow: hidden;
}
.warn-logo img{
	display: block;
	margin: 0 auto;
	height: 80px;
}
.warn-title{
	text-align: center;
	color: #000;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1;
	border-bottom: 1px solid #ddd;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 10px;
}
.warn-title img{
	display: inline-block;
	height: 40px;
	margin-right: 15px;
}
.warn-info{
	text-align: center;
	padding: 20px 15px;
	color: #333;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 36px;
}
.warn-btns{
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: 0;
	margin-bottom: 20px;
}
.warn-btns a{
	display: inline-block;
	margin: 5px;
	line-height: 42px;
	text-align: center;
	width: 140px;
	border-radius: 22px;
	font-size: 16px;
	text-transform: uppercase;
}
.warn-btns a.minor{
	color: #fff;
	background-color: #000;
}
.warn-btns a.adult{
	background-color: #f9650a;
	color: #fff;
}
.warn-close{
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-image: url(../images/close.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	top: 5px;
	right: 5px;
}
.warn_cert{
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding: 20px 15px;
	text-align: center;
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 36px;
}

/** 070E **/
.full-hqd-section{
	width: 100%;
	padding: 0;
}
.full-hqd-section.color-1{
	background-color: #2a2a2a;
}
.video-070e{
	height: auto;
}
.video-070e video{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	object-fit: cover;
	border: none;
	outline: none;
}
.hqd-favo{
	height: auto;
	overflow: hidden;
	background: #fff;
}
.hqd-big-title{
	text-align: center;
	color: #232323;
	padding: 0 15px;
	margin-top: 50px;
	font-family: 'Alibaba-PuHuiTi-Bold';
	font-weight: bold;
	font-size: 24px;
}
.hqd-sml-info{
	text-align: center;
	color: #232323;
	padding: 0 15px;
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 24px;
}
.fav-list-8{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	height: auto;
	overflow: hidden;
	position: relative;
	background: #fff;
}
.fav-list-8 li{
	width: 12.5%;
	height: auto;
	overflow: hidden;
	position: relative;
	transition: .5s;
	
}
.fav-list-8 li .pic{
	height: auto;
	overflow: hidden;
}
.fav-list-8 li .pic img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	transition: .5s;
}
.fav-list-8 li:hover .pic img{
	transform: scale(1.1);
}
/* .fav-list-8 li:nth-child(1){
	top: 50px;
} */
.fav-list-8 li.active{
	top: 0!important;
}
.ban-070e{
	height: auto;
	overflow: hidden;
	position: relative;
	background-image: url(../images/bg-070e.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: cover;
	padding: 90px 0;
	/* min-width: 1200px; */
	padding-left: 0;
	transition: .5s;
}
.product-sort-container{
	height: auto;
	overflow: hidden;
}
.product-sort-container .swiper-slide{
	height: auto;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	padding: 20px 0 20px 20px;
	border-radius: 10px 0 0 10px;
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between; */
}
.product-sort-container .swiper-slide .sort-pic-rt{
	width: 100vw;
	height: auto;
	overflow: hidden;
	float: right;
	position: relative;
	transform: translateX(100px);
	transition: .5s;
}
.product-sort-container .swiper-slide .sort-pic-rt img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.product-sort-container .swiper-slide .sort-box-lt{
	/* flex: 1; */
	width: 100vw;
	padding-right: 20px;
	padding-left: 20px;
	transform: translateX(-100px);
	transition: .5s;
	/* display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%; */
}
.product-sort-container .swiper-slide.swiper-slide-active .sort-pic-rt{
	transform: translateX(0);
}
.product-sort-container .swiper-slide.swiper-slide-active .sort-box-lt{
	transform: translateX(0);
}
.product-sort-container .four-box{
	height: auto;
	overflow: hidden;
}
.product-sort-container .four-box h1{
	color: #232323;
	text-transform: uppercase;
	margin-top: 0;
	font-size: 18px;
	font-family: 'Alibaba-PuHuiTi-Bold';
	font-weight: bold;
}
.product-sort-container .four-box .info{
	height: auto;
	overflow: hidden;
	color: #232323;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 15px;
}

.pagination-wrap{
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.my-pagination{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.my-pagination li{
	margin: 0 25px;
	color: #6a6a6a;
	background-color: transparent;
	width: auto;
	height: auto;
	text-align: center;
	font-size: 36px;
	line-height: 40px;
	font-family: 'impactregular';
	opacity: 1;
	position: relative;
	padding-bottom: 24px;
}
.my-pagination li::after{
	content: '';
	width: 10px;
	height: 10px;
	background-color: #6a6a6a;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	transition: .5s;
}
.my-pagination li.swiper-pagination-bullet-active{
	color: #fff;
}
.my-pagination li.swiper-pagination-bullet-active::after{
	background-color: #fff;
}

.one-box{
	height: auto;
	overflow: hidden;
}
.one-box .in-row{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 5px 0;
}
.one-box .in-row .sp-ico{
	width: 40px;
	height: auto;
	overflow: hidden;
}
.one-box .in-row .sp-ico img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.one-box .in-row .sp-info{
	flex: 1;
	padding-left: 20px;
}
.one-box .in-row .sp-info h3{
	color: #000000;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
	font-family: 'Alibaba-PuHuiTi-Bold';
}
.one-box .in-row .sp-info h4{
	color: #000000;
	font-size: 14px;
	text-transform: capitalize;
}

@media (min-width: 768px) {
	.hqd-big-title{
		font-size: 24px;
	}
	
	.product-sort-container .swiper-slide{
		height: auto;
		overflow: hidden;
		position: relative;
		background-color: #fff;
		padding: 20px 0 20px 20px;
		border-radius: 40px 0 0 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.one-box .in-row{
		margin: 10px 0;
	}
	.product-sort-container .swiper-slide .sort-pic-rt{
		width: 62.5vw;
		height: auto;
		overflow: hidden;
		float: right;
		position: relative;
		transform: translateX(100px);
	}
	.product-sort-container .swiper-slide .sort-box-lt{
		width: 21.5vw;
		padding-right: 20px;
		padding-left: 20px;
		transform: translateX(-100px);
	}
	.ban-070e{
		padding-left: 5vw;
	}
	.one-box .in-row .sp-info h3{
		font-size: 18px;
	}
	.one-box .in-row .sp-info h4{
		font-size: 14px;
	}
	.product-sort-container .four-box h1{
		font-size: 18px;
	}
	.product-sort-container .four-box .info{
		font-size: 14px;
		margin-bottom: 0;
	}
	.one-box .in-row .sp-ico{
		width: 60px;
	}
}

@media (min-width: 992px) {
	.hqd-big-title{
		font-size: 70px;
	}
	.hqd-sml-info{
		margin-bottom: 40px;
	}
	
	.one-box .in-row{
		margin: 15px 0;
	}
	.ban-070e{
		padding-left: 12vw;
	}
	.one-box .in-row .sp-info h3{
		font-size: 18px;
	}
	.one-box .in-row .sp-info h4{
		font-size: 14px;
	}
	.product-sort-container .four-box h1{
		font-size: 18px;
	}
	.product-sort-container .four-box .info{
		font-size: 14px;
	}
	.one-box .in-row .sp-ico{
		width: 60px;
	}
}

@media (min-width: 1200px) {
	.ban-070e{
		padding-left: 16vw;
	}
	.one-box .in-row .sp-info h3{
		font-size: 20px;
	}
	.one-box .in-row .sp-info h4{
		font-size: 16px;
	}
	.product-sort-container .four-box h1{
		font-size: 20px;
	}
	.product-sort-container .four-box .info{
		font-size: 16px;
	}
	.one-box .in-row .sp-ico{
		width: 60px;
	}
}

@media (min-width: 1400px) {
	.one-box .in-row .sp-info h3{
		font-size: 24px;
	}
	.one-box .in-row .sp-info h4{
		font-size: 16px;
	}
	.product-sort-container .four-box h1{
		font-size: 30px;
	}
	.product-sort-container .four-box .info{
		font-size: 18px;
	}
	.one-box .in-row .sp-ico{
		width: 80px;
	}
}
@media (min-width: 1700px) {
	.one-box .in-row .sp-info h3{
		font-size: 30px;
	}
	.one-box .in-row .sp-info h4{
		font-size: 20px;
	}
	.product-sort-container .four-box h1{
		font-size: 50px;
	}
	.product-sort-container .four-box .info{
		font-size: 20px;
	}
	.one-box .in-row .sp-ico{
		width: 90px;
	}
}

/** 069B **/
.public-video{
	height: 55.5vw;
	overflow: hidden;
	position: relative;
}
.public-video video{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: none;
	outline: 0;
	object-fit: cover;
}
.favorite-069b{
	padding-top: 20px;
	position: relative;
	overflow: hidden;
	padding-bottom: 40px;
}
.container-069b{
	max-width: 1730px;
	padding: 0 15px;
	margin-left: auto;
	margin-right: auto;
}
.h1-069b-1{
	margin-top: 40px;
	margin-bottom: 0;
	text-align: center;
	color: #1cb4cd;
	font-size: 18px;
	font-family: 'Alibaba-PuHuiTi-Bold';
	font-weight: bold;
}
.h1-069b-1 font{
	display: inline-block;
	color: #fff;
}
.p-069b-1{
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin-top: 15px;
	margin-bottom: 0;
}

.fav-069b-list{
	margin-top: 20px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
}
.fav-069b-list li{
	padding: 5px;
	width: 33.333333%;
	height: auto;
	overflow: hidden;
	transition: 1s;
	/* display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center; */
}
.fav-069b-list li.two{
	margin-top: 30px;
}
.fav-069b-list li img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.move-dai{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	
}
.shang-dai{
	width: 100%;
	height: auto;
	
	position: absolute;
	left: 15%;
	right: 0;
	bottom: 0;
	z-index: 102;
	transition: 2s;
	animation-delay: .5s;
}
.shang-dai.on{
	left: 0;
}
.shang-dai img{
	display: block;
	width: 100%;
	height: auto;
	/* object-fit: cover; */
}
.xia-dai{
	width: 100%;
	height: auto;
	
	position: absolute;
	left: -15%;
	right: 0;
	bottom: 0;
	z-index: 101;
	transition: 2s;
}
.xia-dai.on{
	left: 0;
}
.xia-dai img{
	display: block;
	width: 100%;
	height: auto;
	/* object-fit: cover; */
}
.fav-ten-069b{
	margin-top: 30px;
	margin-bottom: 30px;
	/* margin-left: auto;
	margin-right: auto; */
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}
.fav-ten-069b li{
	/* width: 320px; */
	width: 50%;
	padding: 12px;
	height: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 0;
	transition: .5s;
}
.fav-ten-069b li .wrap{
	position: relative;
	border-radius: 160px;
	transition: .5s;
	overflow: hidden;
}
.fav-ten-069b li .wrap .sj-bg{
	height: auto;
	overflow: hidden;
	z-index: 100;
	border-radius: 160px;
	transition: .5s;
}
.fav-ten-069b li .wrap .sj-bg img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.fav-ten-069b li .sj-pic{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	/* top: 22%; */
	bottom: 0;
	/* width: 41.875%; */
	/* width: 26%; */
	width: 100%;
	z-index: 110;
	overflow: hidden;
	height: 84.2%;
	transition: 1.5s;
	padding-bottom: 15px;
}
.fav-ten-069b li .sj-pic img{
	max-width: 60%;
	height: auto;
	display: block;
	margin: 0 auto;
	transition: .5s;
}
.fav-ten-069b li .wrap .sj-move{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20%;
	z-index: 105;
	transition: .5s;
	transition-delay: 0.2s;
	opacity: 0;
	visibility: hidden;
}
.fav-ten-069b li .wrap .sj-move img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	transition: .5s;
}
.fav-ten-069b li .wrap .sj-title{
	position: absolute;
	left: 0;
	right: 0;
	top: 5%;
	padding: 0 15px;
	color: #fff;
	font-size: 12px;
	line-height: 1.25;
	text-align: center;
	font-family: 'Alibaba-PuHuiTi-Bold';
	text-transform: uppercase;
}
.fav-ten-069b li:hover .wrap{
	border-radius: 10px;
}
.fav-ten-069b li:hover .wrap .sj-bg{
	border-radius: 10px;
}
.fav-ten-069b li:hover .sj-pic{
	width: 26%;
	transition: .5s;
}
.fav-ten-069b li:hover .sj-pic img{
	
	max-width: 100%;
}
.fav-ten-069b li:hover .wrap .sj-move{
	bottom: 0;
	opacity: 1;
	visibility: visible;
}

.neng-liang{
	height: auto;
	overflow: hidden;
}
.neng-liang img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.as-good-title{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 30px;
	font-family: 'Alibaba-PuHuiTi-Bold';
	font-weight: bold;
}
.as-good-sml{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 50px;
}
.good-biao{
	height: auto;
	overflow: hidden;
	position: relative;
	max-width: 586px;
}
.biaotu{
	display: block;
	width: 100%;
	height: auto;
	opacity: 0;
	visibility: hidden;
}
.good-biao .pic{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	transition: 1s;
	width: 0;
	height: 100%;
	/* left: -100%; */
}
.good-biao .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.good-biao .biao-tu-2{
	transition-delay: 0.2s;
}
.good-biao .biao-tu-3{
	transition-delay: 0.2s;
}
.good-biao .biao-tu-4{
	transition-delay: 0.2s;
}
.good-biao .biao-tu-5{
	transition-delay: 0.2s;
}
.good-biao .biao-tu-6{
	transition-delay: 0.2s;
}

.good-biao.on .pic{
	width: 100%;
}

.Last-Drop{
	height: auto;
	overflow: hidden;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.Last-Drop li{
	height: auto;
	overflow: hidden;
}
.Last-Drop li.li-dp-1{
	width: 43%;
}
.Last-Drop li.li-dp-2{
	width: 52%;
}
.Last-Drop li .drop-pic{
	height: auto;
	overflow: hidden;
}
.Last-Drop li .drop-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.drop-title{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	font-family: 'Alibaba-PuHuiTi-Bold';
}
.drop-sml{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
}
.drop-num{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.drop-num img{
	max-width: 100%;
	height: auto;
}

.Easily-switch{
	height: auto;
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.Easily-switch li{
	height: auto;
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.Easily-switch li.wdli-1{
	width: 42%;
}
.Easily-switch li.wdli-2{
	width: 55%;
}
.Easily-switch li .title{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 20px;
	width: 100%;
	font-weight: bold;
	font-family: 'Alibaba-PuHuiTi-Bold';
}
.Easily-switch li .sml-txt{
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
}
.tutu-row{
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.tutu-row .tuya{
	margin: 30px 10px;
	max-width: 205px;
	height: auto;
	overflow: hidden;
}
.tutu-row .tuya img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.tutu-row .tuya .tuttl{
	height: auto;
	overflow: hidden;
	color: #fff;
	text-align: center;
	margin-top: 15px;
}
.easil-pic{
	height: auto;
	overflow: hidden;
	width:100%;
}
.easil-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.easil-pic video{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.full-Foremost{
	padding: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.full-Foremost .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.full-Foremost .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.full-Foremost .for-rt{
	width: 100%;
	padding-right: 2%;
	padding-left: 2%;
}
.full-Foremost .for-rt .title{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	font-family: 'Alibaba-PuHuiTi-Bold';
}
.full-Foremost .for-rt .sml-txt{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	color: #fff;
	font-size: 14px;
}
.full-Foremost .for-rt .for-pic{
	height: auto;
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/* align-items: center;
	justify-content: left; */
	margin: 20px 0;
}
.full-Foremost .for-rt .for-pic .item{
	height: auto;
	overflow: hidden;
	padding: 10px;
	width: 33.333333%;
}
.full-Foremost .for-rt .for-pic .item .img{
	max-width: 130px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.full-Foremost .for-rt .for-pic .item .img img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.full-Foremost .for-rt .for-pic .item .wenzi-1{
	height: auto;
	overflow: hidden;
	color: #fff;
	text-align: center;
	margin-top: 15px;
	font-size: 14px;
}
.full-Foremost .for-rt .for-pic .item .wenzi-2{
	height: auto;
	overflow: hidden;
	color: #fff;
	text-align: center;
	margin-top: 5px;
	font-size: 12px;
}
.full-warn-vv{
	padding: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.full-warn-vv .pic{
	width: 62%;
}
.full-warn-vv .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.full-warn-vv .war-rt{
	width: 38%;
	padding-left: 5%;
	padding-right: 10%;
	color: #fff;
}
.full-warn-vv .war-rt .title{
	font-size: 18px;
	margin-top: 15px;
}
.full-warn-vv .war-rt .sml-txt{
	margin-top: 15px;
	font-size: 12px;
}
.full-warn-vv .war-rt .bzge{
	margin-top: 30px;
}
.full-warn-vv .war-rt .bzge table{
	width: 100%;
}
.full-warn-vv .war-rt .bzge table tr td{
	font-size: 14px;
	line-height: 2;
	padding: 5px;
}
.full-warn-vv .war-rt .bzge table tr td.td-r{
	text-align: right;
	color: #33bcd1;
}


@media (min-width: 480px) {
	.favorite-069b{
		padding-bottom: 70px;
	}
}
@media (min-width: 768px) {
	.h1-069b-1{
		font-size: 24px;
	}
	.p-069b-1{
		font-size: 14px;
	}
	.fav-069b-list{
		margin-top: 30px;
	}
	.fav-069b-list li.two{
		margin-top: 40px;
	}
	.favorite-069b{
		padding-bottom: 90px;
	}
	.fav-ten-069b li{
		width: 25%;
	}
	.as-good-sml{
		font-size: 14px;
	}
	.drop-title{
		font-size: 24px;
		text-align: right;
	}
	.drop-sml{
		font-size: 16px;
		text-align: right;
	}
	.Easily-switch li .title{
		font-size: 24px;
	}
	.Easily-switch li .sml-txt{
		font-size: 16px;
	}
	.tutu-row{
		margin-top: 80px;
	}
	.tutu-row .tuya .tuttl{
		font-size: 16px;
	}
	.full-Foremost .for-rt .title{
		font-size: 24px;
	}
	.full-Foremost .for-rt .sml-txt{
		font-size: 16px;
	}
	.full-Foremost .for-rt .for-pic .item .wenzi-1{
		font-size: 16px;
	}
	.full-Foremost .for-rt .for-pic .item .wenzi-2{
		font-size: 14px;
	}
	.full-Foremost .pic{
		width: 56.5%;
	}
	.full-Foremost .for-rt{
		width: 43.5%;
		padding-right: 5%;
		padding-left: 2%;
	}
	.full-warn-vv .war-rt .title{
		font-size: 24px;
	}
	.full-warn-vv .war-rt .sml-txt{
		font-size: 14px;
	}
	.full-warn-vv .war-rt .bzge table tr td{
		font-size: 16px;
	}
	
}
@media (min-width: 992px) {
	.favorite-069b{
		padding-bottom: 90px;
	}
	.h1-069b-1{
		font-size: 30px;
	}
	.p-069b-1{
		font-size: 24px;
	}
	
	.fav-069b-list{
		margin-top: 40px;
	}
	.fav-069b-list li.two{
		margin-top: 60px;
	}
	.as-good-sml{
		font-size: 16px;
	}
	
	.as-good-title{
		font-size: 20px;
		margin-top: 20px;
	}
	.drop-title{
		font-size: 30px;
	}
	.drop-sml{
		font-size: 18px;
	}
	.Easily-switch li .title{
		font-size: 30px;
	}
	.Easily-switch li .sml-txt{
		font-size: 18px;
	}
	.tutu-row{
		margin-top: 120px;
	}
	.tutu-row .tuya .tuttl{
		font-size: 20px;
	}
	.full-Foremost .for-rt .title{
		font-size: 30px;
	}
	.full-Foremost .for-rt .sml-txt{
		font-size: 20px;
	}
	.full-Foremost .for-rt .for-pic .item .wenzi-1{
		font-size: 18px;
	}
	.full-Foremost .for-rt .for-pic .item .wenzi-2{
		font-size: 16px;
	}
	.full-warn-vv .war-rt .title{
		font-size: 30px;
	}
	.full-warn-vv .war-rt .sml-txt{
		font-size: 16px;
	}
	.full-warn-vv .war-rt .bzge table tr td{
		font-size: 18px;
	}
	
}
@media (min-width: 1200px) {
	.favorite-069b{
		padding-bottom: 120px;
	}
	.h1-069b-1{
		font-size: 80px;
	}
	.fav-ten-069b li{
		width: 20%;
	}
	.fav-069b-list li.two{
		margin-top: 80px;
	}
	.as-good-title{
		font-size: 24px;
		margin-top: 20px;
	}
	.as-good-sml{
		font-size: 18px;
	}
	.drop-title{
		font-size: 70px;
	}
	.drop-sml{
		font-size: 22px;
	}
	.Easily-switch li .title{
		font-size: 50px;
	}
	.Easily-switch li .sml-txt{
		font-size: 26px;
	}
	.tutu-row .tuya .tuttl{
		font-size: 24px;
	}
	.full-Foremost .for-rt .title{
		font-size: 50px;
	}
	.full-Foremost .for-rt .sml-txt{
		font-size: 24px;
	}
	.full-Foremost .for-rt .for-pic .item .wenzi-1{
		font-size: 24px;
	}
	.full-Foremost .for-rt .for-pic .item .wenzi-2{
		font-size: 18px;
	}
	.full-warn-vv .war-rt .title{
		font-size: 60px;
		font-family: 'Alibaba-PuHuiTi-Bold';
		font-weight: bold;
	}
	.full-warn-vv .war-rt .sml-txt{
		font-size: 20px;
	}
	.full-warn-vv .war-rt .bzge table tr td{
		font-size: 20px;
	}
	
}
@media (min-width: 1300px) {
	.favorite-069b{
		padding-bottom: 120px;
	}
	/* .move-dai{
		height: 260px;
	} */
	.as-good-title{
		font-size: 60px;
		margin-top: 20px;
	}
	.as-good-sml{
		font-size: 24px;
	}
}
@media (min-width: 1400px) {
	.favorite-069b{
		padding-bottom: 150px;
	}
	/* .move-dai{
		height: 260px;
	} */
	.as-good-title{
		margin-top: 80px;
	}
}
@media (min-width: 1600px) {
	.favorite-069b{
		padding-bottom: 180px;
	}
	/* .move-dai{
		height: 290px;
	} */
	.fav-ten-069b li .wrap .sj-title{
		font-size: 20px;
		font-weight: bold;
	}
	
}
@media (min-width: 1800px) {
	.favorite-069b{
		padding-bottom: 220px;
	}
	/* .move-dai{
		height: 340px;
	} */
}
.fav-069b-list.on li{
	margin-top: 0;
}

/** 080 **/
.swiper-red{
	height: 56.25vw;
	min-height: 360px;
	position: relative;
	overflow: hidden;
}
.gallery-top{
	height: 100%;
}
.gallery-top .swiper-slide{
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: cover;
	/* padding-left: 10.677083vw; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.gallery-top .swiper-slide .swiper-inner{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.gallery-top .swiper-slide .swiper-inner .pic{
	width: 31.25vw;
	height: 39.583333vw;
	overflow: hidden;
	position: absolute;
	bottom: -25%;
	/* left: 0; */
	left: 10.677083vw;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
	transition-delay: .5s;
}
.gallery-top .swiper-slide .swiper-inner .pic img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.gallery-top .swiper-slide.swiper-slide-active .swiper-inner .pic{
	bottom: 0;
	opacity: 1;
	visibility: visible;
}

.swiper-container.gallery-thumbs{
	width: 27.604166vw;
	height: 46.666666vw;
	background-color: #eee;
	border-radius: 50px 0 0 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 100;
	padding-top: 5.625vw;
}
.swiper-container.gallery-thumbs .swiper-slide{
	height: 100%;
	background-color: #eee;
}
.swiper-container.gallery-thumbs .swiper-slide .pic{
	width: 47.2%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.swiper-container.gallery-thumbs .swiper-slide .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.swiper-container.gallery-thumbs .swiper-slide .title{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.45;
	height: 60px;
	text-align: center;
}
.lang-zh_cn .swiper-container.gallery-thumbs .swiper-slide .title{
	font-weight: bold;
}
.lang-en .swiper-container.gallery-thumbs .swiper-slide .title{
	font-family: 'GothamBold';
}
.swiper-container.gallery-thumbs .swiper-pagination{
	bottom: 70px;
}
.swiper-container.gallery-thumbs .swiper-pagination .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	background-color: #b5b5b5;
	opacity: 1;
}
.swiper-container.gallery-thumbs .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #d2d2d2;
}

.swiper-red .swiper-txt{
	width: 22.395833vw;
	position: absolute;
	z-index: 102;
	left: 47.395833vw;
	top: 16vw;
}
.swiper-red .my-buttom{
	height: auto;
	overflow: hidden;
	margin-top: 35px;
}
.swiper-red .my-arrow{
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	cursor: pointer;
	/* position: absolute;
	z-index: 101;
	top: 50%;
	left: 50%; */
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	float: left;
}
.swiper-red .my-arrow.my-next{
	background-image: url(../images/next.png);
	margin-left: 10px;
}
.swiper-red .my-arrow.my-prev{
	background-image: url(../images/prev.png);
	margin-left: 0;
}
.swiper-red .swiper-txt h1{
	margin-top: 0;
	color: #1d1d1f;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 15px;
}
.swiper-red .swiper-txt p{
	color: #1d1d1f;
	font-size: 12px;
}
.lang-zh_cn .swiper-red .swiper-txt h1{
	font-weight: bold;
}
.lang-en .swiper-red .swiper-txt h1{
	font-family: 'GothamBold';
}

.full-meter{
	padding: 25px 0;
	height: auto;
	overflow: hidden;
	background-image: url(../images/materialsbg1.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.meter-flex{
	width: 100%;
	max-width: 1644px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.meter-top{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.meter-top h1{
	width: 100%;
	text-align: center;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
	color: #000000;
	font-weight: bold;
	font-family: 'Alibaba-PuHuiTi-Bold';
}
.meter-top .meter-sml{
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	margin-top: 15px;
	color: #1d1d1f;
}
.meter-list{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -5px;
	margin-right: -5px;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 20px;
}
.meter-list li{
	padding: 0 5px;
	width: 100%;
}
.meter-list li .pic{
	height: auto;
	overflow: hidden;
}
.meter-list li .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.meter-list li .title{
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.meter-more{
	height: auto;
	overflow: hidden;
	text-align: center;
}
.meter-more a{
	display: inline-block;
	color: #fff;
	background-color: #1b1b1b;
	padding: 0 25px;
	height: 59px;
	line-height: 59px;
	border-radius: 30px;
	text-transform: capitalize;
	font-family: 'Alibaba-PuHuiTi-Bold';
	font-size: 24px;
}
.meter-more img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.full-xiangxi{
	padding: 25px 0;
	height: auto;
	overflow: hidden;
	background-image: url(../images/infobg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.xiangxi-wrap{
	height: auto;
	overflow: hidden;
}
.xiangxi-pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
}
.xiangxi-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.xiangxi-info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.xiangxi-info h1{
	margin-top: 0;
	margin-bottom: 0;
	color: #000000;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Alibaba-PuHuiTi-Bold';
}
.xiang-xi-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}
.xiang-xi-list li{
	width: 50%;
	padding: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.xiang-xi-list li .pic{
	width: 44px;
	height: auto;
	overflow: hidden;
	margin-right: 15px;
}
.xiang-xi-list li .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.xiang-xi-list li .title{
	height: auto;
	overflow: hidden;
	line-height: 1.25;
	color: #000;
	font-size: 14px;
}
.xiangxi-brief{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	font-size: 14px;
}
.full-baozg{
	padding: 30px 0;
	height: auto;
	overflow: hidden;
	background-image: url(../images/packbg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.baozg-wrap{
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	max-width: 1450px;
}
.swiper-baozg{
	height: auto;
	overflow: hidden;
	padding: 15px;
}

.gallery-thumbs-baozg{
	position: relative;
	padding-top: 0;
	width: 100%;
	height: auto;
	float: left;
}
.gallery-thumbs-baozg .swiper-slide{
	background-color: #eee;
	border-radius: 40px;
}
.gallery-thumbs-baozg .swiper-slide .pic{
	height: auto;
	overflow: hidden;
	padding: 20px;
}
.gallery-thumbs-baozg .swiper-slide .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.gallery-thumbs-baozg .swiper-pagination{
	position: relative;
	margin-top: 25px;
	bottom: 0;
	height: auto;
	overflow: hidden;
}
.gallery-thumbs-baozg .swiper-pagination .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	background-color: #b5b5b5;
	opacity: 1;
}
.gallery-thumbs-baozg .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #d2d2d2;
}

.gallery-top-baozg{
	width: 100%;
	height: auto;
	overflow: hidden;
	float: right;
	margin-top: 246px!important;
}
.swiper-table{
	height: auto;
	overflow: hidden;
}
.swiper-table table{
	width: 100%;
}
.swiper-table table tr td{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	padding: 10px 0;
	color: #707070;
}
.swiper-table table tr td.baoz-tdrt{
	text-align: right;
	color: #000000;
}


@media (min-width: 768px) {
	.swiper-container.gallery-thumbs .swiper-slide .title{
		font-size: 16px;
		height: 70px;
	}
	.swiper-red .swiper-txt h1{
		font-size: 20px;
	}
	.swiper-red .swiper-txt p{
		font-size: 14px;
	}
	.swiper-red .my-arrow{
		width: 30px;
		height: 30px;
	}
	.swiper-container.gallery-thumbs .swiper-pagination{
		bottom: 80px;
	}
	.swiper-red .my-arrow.my-next{
		margin-left: 20px;
	}
	.swiper-container.gallery-thumbs{
		border-radius: 80px 0 0 0;
	}
	.full-meter{
		padding: 40px 0;
	}
	.meter-top h1{
		font-size: 30px;
	}
	.meter-top .meter-sml{
		font-size: 16px;
	}
	.meter-list{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.meter-list li{
		width: 33.333333%;
	}
	.meter-list li .title{
		font-size: 16px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.full-xiangxi{
		padding: 30px 0;
	}
	.xiangxi-info{
		margin-top: 0;
	}
	.xiangxi-pic{
		width: 51%;
	}
	.xiangxi-info{
		width: 49%;
		padding-left: 30px;
		max-width: 790px;
	}
	.xiang-xi-list li{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.xiang-xi-list li .pic{
		width: 54px;
	}
	.xiang-xi-list li .title{
		font-size: 16px;
	}
	.xiangxi-brief{
		font-size: 16px;
	}
	.full-baozg{
		padding: 60px 0;
	}
	.swiper-table table tr td{
		font-size: 14px;
	}
	
	.gallery-thumbs-baozg{
		position: relative;
		padding-top: 0;
		width: 48.5%;
		height: auto;
		float: left;
	}	
	.gallery-top-baozg{
		width: 44%;
		height: auto;
		overflow: hidden;
		float: right;
		margin-top: 106px!important;
	}
	
}
@media (min-width: 992px) {
	.swiper-container.gallery-thumbs .swiper-slide .title{
		font-size: 20px;
		height: 80px;
	}
	.swiper-red .swiper-txt h1{
		font-size: 24px;
	}
	.swiper-red .swiper-txt p{
		font-size: 16px;
	}
	.swiper-red .my-arrow{
		width: 36px;
		height: 36px;
	}
	.swiper-container.gallery-thumbs .swiper-pagination{
		bottom: 90px;
	}
	.swiper-red .my-arrow.my-next{
		margin-left: 30px;
	}
	.swiper-container.gallery-thumbs{
		border-radius: 110px 0 0 0;
	}
	.full-meter{
		padding: 50px 0;
	}
	.meter-top{
		align-items: center;
		justify-content: space-between;
	}
	.meter-top h1{
		max-width: 46%;
		font-size: 32px;
		text-align: left;
		font-family: 'Alibaba-PuHuiTi-Bold';
		font-weight: bold;
	}
	.meter-top .meter-sml{
		max-width: 46%;
		font-size: 18px;
		text-align: right;
	}
	.meter-list{
		margin-left: -10px;
		margin-right: -10px;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.meter-list li .title{
		font-size: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.full-xiangxi{
		padding: 60px 0;
	}
	.xiangxi-info h1{
		font-size: 24px;
		margin-bottom: 25px;
	}
	.xiang-xi-list li{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.xiang-xi-list li .pic{
		width: 60px;
	}
	.xiang-xi-list li .title{
		font-size: 16px;
	}
	.xiangxi-brief{
		font-size: 16px;
	}
	.full-baozg{
		padding: 80px 0;
	}
	.swiper-table table tr td{
		font-size: 18px;
	}
	.gallery-top-baozg{
		margin-top: 176px!important;
	}
	
}
@media (min-width: 1200px) {
	.swiper-container.gallery-thumbs .swiper-slide .title{
		font-size: 24px;
		height: 100px;
	}
	.swiper-red .swiper-txt h1{
		font-size: 30px;
	}
	.swiper-red .swiper-txt p{
		font-size: 20px;
	}
	.swiper-red .my-arrow{
		width: 48px;
		height: 48px;
	}
	.swiper-container.gallery-thumbs .swiper-pagination{
		bottom: 120px;
	}
	.swiper-red .my-arrow.my-next{
		margin-left: 40px;
	}
	.swiper-container.gallery-thumbs{
		border-radius: 150px 0 0 0;
	}
	.full-meter{
		padding: 60px 0;
	}
	.meter-top h1{
		font-size: 50px;
	}
	.meter-top .meter-sml{
		font-size: 24px;
	}
	.meter-list{
		margin-left: -19px;
		margin-right: -19px;
	}
	.meter-list li{
		padding: 0 19px;
	}
	.meter-list{
		margin-top: 70px;
		margin-bottom: 70px;
	}
	.meter-list li .title{
		font-size: 24px;
		margin-top: 30px;
		margin-bottom: 30px;
		padding: 0 12%;
	}
	.full-xiangxi{
		padding: 100px 0;
	}
	.xiangxi-info h1{
		font-size: 30px;
	}
	.xiang-xi-list li{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.xiang-xi-list li .pic{
		width: 76px;
	}
	.xiang-xi-list li .title{
		font-size: 20px;
	}
	.xiangxi-brief{
		font-size: 20px;
	}
	.full-baozg{
		padding: 110px 0;
	}
	.swiper-table table tr td{
		font-size: 24px;
	}
	.gallery-top-baozg{
		margin-top: 196px!important;
	}
	
}
@media (min-width: 1400px) {
	.swiper-container.gallery-thumbs .swiper-slide .title{
		font-size: 30px;
		height: 180px;
	}
	.swiper-red .swiper-txt h1{
		font-size: 36px;
	}
	.swiper-red .swiper-txt p{
		font-size: 24px;
	}
	.swiper-red .my-arrow{
		width: 58px;
		height: 58px;
	}
	.swiper-container.gallery-thumbs .swiper-pagination{
		bottom: 200px;
	}
	.full-meter{
		padding: 80px 0;
	}
	.meter-top h1{
		font-size: 65px;
	}
	.meter-top .meter-sml{
		font-size: 30px;
	}
	.meter-list{
		margin-top: 90px;
		margin-bottom: 90px;
	}
	.meter-list li .title{
		font-size: 28px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.full-xiangxi{
		padding: 130px 0;
	}
	.xiangxi-info h1{
		font-size: 70px;
	}
	.xiang-xi-list li{
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.xiang-xi-list li .pic{
		width: 96px;
	}
	.xiang-xi-list li .title{
		font-size: 30px;
	}
	.xiangxi-brief{
		font-size: 24px;
	}
	.full-baozg{
		padding: 155px 0;
	}
	.swiper-table table tr td{
		font-size: 36px;
	}
	
}
.gallery-top.gallery-top-powder .swiper-slide .swiper-inner .pic,
.gallery-top.gallery-top-yellow .swiper-slide .swiper-inner .pic{
	bottom: 0;
	opacity: 1;
	visibility: visible;
}


.in-video-ding{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.in-video-ding li{
	padding: 0 15px;
	height: auto;
	overflow: hidden;
	width: 100%;
	margin-top: 15px;
}
.in-video-ding li .wrap{
	height: auto;
	overflow: hidden;
	background-color: #fff;
}
.in-video-ding li .wrap a{
	display: block;
	width: 100%;
	height: auto;
}
.in-video-ding li .wrap .pic{
	height: auto;
	overflow: hidden;
}
.in-video-ding li .wrap .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.in-video-ding li .wrap .pic iframe{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.in-video-ding li .in-box{
	padding: 15px;
}
.in-video-ding li .in-box .title{
	margin: 0;
	height: auto;
	overflow: hidden;
	font-size: 16px;
	color: #000;
}
.in-video-ding li .in-box .time{
	color: #666;
	font-size: 14px;
	margin-top: 10px;
}

.public-video.video-2{
	height: auto;
	background-color: #fff;
	padding: 2vw 0;
	margin-left: auto;
	margin-right: auto;
}
.public-video.video-2 .in-shiping{
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	overflow: hidden;
	border-radius: 20px;
	position: relative;
}
.video-play-082{
	display: block;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	right: 30px;
	bottom: 30px;
}
.video-play-082 img{
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

@media (min-width: 768px) {
	.in-video-ding li{
		width: 50%;
	}
}
.section-full-product img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.in-contact-input .telhd{
	width: 50%;
	background-color: #f1efef;
	border: 1px solid #424242;
	height: 58px;
	line-height: 56px;
	color: #999;
	font-size: 14px;
	font-family: inherit;
	padding-left: 40px;
	padding-right: 15px;
	border-radius: 4px;
	outline: none;
	padding-top: 0;
	padding-bottom: 0;
}
.in-contact-input .telnum{
	flex: 1;
	margin-left: 4px;
	padding-left: 15px;
}

/** banners **/
.index-banner{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.index-banner .index-swiper{
	width: 100%;
	height: 100%;
}
.index-banner .index-swiper .slide-item{
	overflow: hidden;
	background-color: #000;
}
.index-banner .index-swiper .slide-item .bg-pic{
	height: auto;
	overflow: hidden;
}
.index-banner .index-swiper .slide-item .bg-pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.index-banner .index-swiper .slide-item .swiper-item-inner{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move{
	height: auto;
	overflow: hidden;
	transition: 0.5s;
}
.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move .pic{
	width: 100%;
	height: auto;
	z-index: 4;
	overflow: hidden;
	position: relative;
}
.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move .pic img{
	width: 100%;
	height: auto;
	z-index: 5;
	-moz-transition: all 6s linear;
	-o-transition: all 6s linear;
	transition: all 6s linear;
	position: relative;
}
.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move.move-b1-1{
	transform: translateY(-30px);
}
.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move.move-b1-2{
	transform: translateY(30px);
}
.index-banner .index-swiper .slide-item.swiper-slide-active .swiper-item-inner .swiper-pic-move.move-b1-1,
.index-banner .index-swiper .slide-item.swiper-slide-active .swiper-item-inner .swiper-pic-move.move-b1-2{
	transform: translateY(0);
}

.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-inner-text{
	position: absolute;
	bottom: 1.2vw;
	left: 0;
	right: 0;
	z-index: 201;
	color: #fff;
	font-size: 1.041666vw;
	transform: translateY(30px);
	opacity: 0;
	visibility: hidden;
	line-height: 1.5;
	transition: 0.5s;
}
.index-banner .index-swiper .slide-item.swiper-slide-active .swiper-item-inner .swiper-inner-text{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition-delay: 0.2s;
}

.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move.move-b2-1{
	width: 11.458333vw;
	position: absolute;
	left: 15.260416vw;
	top: 0;
	bottom: 0;
	margin-left: -30px;
	opacity: 0;
	visibility: hidden;
}
.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move.move-b2-2{
	width: 11.458333vw;
	position: absolute;
	left: 28.645833vw;
	top: 0;
	bottom: 0;
	margin-top: 30px;
	opacity: 0;
	visibility: hidden;
}
.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move.move-b2-3{
	width: 11.458333vw;
	position: absolute;
	left: 41.197916vw;
	top: 0;
	bottom: 0;
	margin-left: 30px;
	opacity: 0;
	visibility: hidden;
}
.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move.move-b2-4{
	width: 34.895833vw;
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	height: 20.833333vw;
	opacity: 0;
	visibility: hidden;
}
.index-banner .index-swiper .slide-item.swiper-slide-active .swiper-item-inner .swiper-pic-move.move-b2-1{
	margin-left: 0;
	transition-delay: 0.2s;
	opacity: 1;
	visibility: visible;
}
.index-banner .index-swiper .slide-item.swiper-slide-active .swiper-item-inner .swiper-pic-move.move-b2-2{
	margin-top: 0;
	transition-delay: 0.4s;
	opacity: 1;
	visibility: visible;
}
.index-banner .index-swiper .slide-item.swiper-slide-active .swiper-item-inner .swiper-pic-move.move-b2-3{
	margin-left: 0;
	transition-delay: 0.2s;
	opacity: 1;
	visibility: visible;
}
.index-banner .index-swiper .slide-item.swiper-slide-active .swiper-item-inner .swiper-pic-move.move-b2-4{
	right: 0;
	transition-delay: 0.4s;
	opacity: 1;
	visibility: visible;
}

.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move.move-b3-1{
	width: 20.833333vw;
	position: absolute;
	left: 14.479166vw;
	top: 8.229166vw;
	height: 7.8125vw;
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
}
.index-banner .index-swiper .slide-item.swiper-slide-active .swiper-item-inner .swiper-pic-move.move-b3-1{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move.move-b3-2{
	width: 30.208333vw;
	position: absolute;
	left: 9.635416vw;
	top: 17.1875vw;
	height: 10.416666vw;
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
}
.index-banner .index-swiper .slide-item.swiper-slide-active .swiper-item-inner .swiper-pic-move.move-b3-2{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	transition-delay: 0.2s;
}
.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move.move-b3-3{
	width: 30.208333vw;
	position: absolute;
	left: 9.635416vw;
	top: 28.645833vw;
	height: 4.6875vw;
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
}
.index-banner .index-swiper .slide-item.swiper-slide-active .swiper-item-inner .swiper-pic-move.move-b3-3{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	transition-delay: 0.4s;
}
.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move.move-b3-4{
	width: 16.5625vw;
	position: absolute;
	right: 0;
	top: 0;
	height: 6.770833vw;
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	z-index: 666;
}
.index-banner .index-swiper .slide-item.swiper-slide-active .swiper-item-inner .swiper-pic-move.move-b3-4{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	transition-delay: 0.2s;
}
.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move.move-b3-5{
	width: 53.645833vw;
	position: absolute;
	right: 0;
	top: 0;
	height: 41.666666vw;
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
}
.index-banner .index-swiper .slide-item.swiper-slide-active .swiper-item-inner .swiper-pic-move.move-b3-5{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	transition-delay: 0.4s;
}

/**4**/
.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move.move-b4-1{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateX(30px);
}
.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move.move-b4-2{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-30px);
}

.index-banner .index-swiper .slide-item.swiper-slide-active .swiper-item-inner .swiper-pic-move.move-b4-1{
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	transition-delay: 0.4s;
}
.index-banner .index-swiper .slide-item.swiper-slide-active .swiper-item-inner .swiper-pic-move.move-b4-2{
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	transition-delay: 0.4s;
}

/**5**/
.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move.move-b5-1{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
}
.index-banner .index-swiper .slide-item.swiper-slide-active .swiper-item-inner .swiper-pic-move.move-b5-1{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	transition-delay: 0.6s;
}
.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move.move-b5-2{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-30px);
}
.index-banner .index-swiper .slide-item.swiper-slide-active .swiper-item-inner .swiper-pic-move.move-b5-2{
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	transition-delay: 0.4s;
}
.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move.move-b5-3{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateX(30px);
}
.index-banner .index-swiper .slide-item.swiper-slide-active .swiper-item-inner .swiper-pic-move.move-b5-3{
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	transition-delay: 0.4s;
}

/** 6 **/
.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move.move-b6-1{
	width: 29.6875vw;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 14.583333vw;
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
}
.index-banner .index-swiper .slide-item.swiper-slide-active .swiper-item-inner .swiper-pic-move.move-b6-1{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	transition-delay: 0.4s;
}
.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move.move-b6-2{
	width: 40.625vw;
	position: absolute;
	right: 0;
	top: 0;
	height: 8.854166vw;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-30px);
}
.index-banner .index-swiper .slide-item.swiper-slide-active .swiper-item-inner .swiper-pic-move.move-b6-2{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	transition-delay: 0.4s;
}
.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move.move-b6-3{
	width: 28.125vw;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 7.8125vw;
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
}
.index-banner .index-swiper .slide-item.swiper-slide-active .swiper-item-inner .swiper-pic-move.move-b6-3{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	transition-delay: 0.4s;
}
.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move.move-b6-4{
	width: 43.229166vw;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateX(30px);
	z-index: 111;
}
.index-banner .index-swiper .slide-item.swiper-slide-active .swiper-item-inner .swiper-pic-move.move-b6-4{
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	transition-delay: 0.4s;
}
.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move.move-b6-5{
	width: 6.770833vw;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateX(30px);
	z-index: 111;
}
.index-banner .index-swiper .slide-item.swiper-slide-active .swiper-item-inner .swiper-pic-move.move-b6-5{
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	transition-delay: 0.4s;
}

/* 7 */
.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move.move-b7-1{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-30px);
	z-index: 111;
}
.index-banner .index-swiper .slide-item.swiper-slide-active .swiper-item-inner .swiper-pic-move.move-b7-1{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	transition-delay: 0.4s;
}
.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move.move-b7-2{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	z-index: 111;
}
.index-banner .index-swiper .slide-item.swiper-slide-active .swiper-item-inner .swiper-pic-move.move-b7-2{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	transition-delay: 0.6s;
}
.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move.move-b7-3{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateX(30px);
	z-index: 111;
}
.index-banner .index-swiper .slide-item.swiper-slide-active .swiper-item-inner .swiper-pic-move.move-b7-3{
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	transition-delay: 0.8s;
}
.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move.move-b7-4{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	z-index: 111;
}
.index-banner .index-swiper .slide-item.swiper-slide-active .swiper-item-inner .swiper-pic-move.move-b7-4{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	transition-delay: 1s;
}

.index-banner .index-swiper .swiper-button-next,
.index-banner .index-swiper .swiper-button-prev{
	color: #fff;
	width: 30px;
	height: 30px;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(234,85,24,.7);
	background-size: 6px auto;
	cursor: pointer;
	border-radius: 50%;
}
.index-banner .index-swiper .swiper-button-next{
	right: 10px;
	left: auto;
}
.index-banner .index-swiper .swiper-button-prev{
	left: 10px;
}
.index-banner .index-swiper .swiper-button-next:focus,
.index-banner .index-swiper .swiper-button-prev:focus{
	outline: none;
}

/** 9 **/
.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move.move-b9-1{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-30px);
}
.index-banner .index-swiper .slide-item.swiper-slide-active .swiper-item-inner .swiper-pic-move.move-b9-1{
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	transition-delay: 0.4s;
}
.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move.move-b9-2{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateX(30px);
}
.index-banner .index-swiper .slide-item.swiper-slide-active .swiper-item-inner .swiper-pic-move.move-b9-2{
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	transition-delay: 0.4s;
}
.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move.move-b9-3{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
}
.index-banner .index-swiper .slide-item.swiper-slide-active .swiper-item-inner .swiper-pic-move.move-b9-3{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	transition-delay: 0.6s;
}
.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move.move-b9-4{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
}
.index-banner .index-swiper .slide-item.swiper-slide-active .swiper-item-inner .swiper-pic-move.move-b9-4{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	transition-delay: 0.8s;
}
.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move.move-b9-5{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
}
.index-banner .index-swiper .slide-item.swiper-slide-active .swiper-item-inner .swiper-pic-move.move-b9-5{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	transition-delay: 1s;
}

/** 10 **/
.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move.move-b10-1{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
	transition: 0.8s;
}
.index-banner .index-swiper .slide-item.swiper-slide-active .swiper-item-inner .swiper-pic-move.move-b10-1{
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	transition-delay: 0.4s;
}
.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move.move-b10-2{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
	transition: 0.8s;
}
.index-banner .index-swiper .slide-item.swiper-slide-active .swiper-item-inner .swiper-pic-move.move-b10-2{
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	transition-delay: 0.6s;
}
.index-banner .index-swiper .slide-item .swiper-item-inner .swiper-pic-move.move-b10-3{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
	transition: 0.8s;
}
.index-banner .index-swiper .slide-item.swiper-slide-active .swiper-item-inner .swiper-pic-move.move-b10-3{
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	transition-delay: 0.8s;
}


.idx-cp-sortlist{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -3px;
	margin-right: -3px;
	margin-bottom: 15px;
}
.idx-cp-sortlist li{
	width: 100%;
	padding: 3px;
	text-align: center;
}
.idx-cp-sortlist li a{
	display: block;
	color: #000;
	background-color: #f1efef;
	border-radius: 10px;
	line-height: 2;
	padding: 10px 0;
	font-size: 12px;
	border-bottom: 5px solid transparent;
}
.lang-zh_cn .idx-cp-sortlist li a{
	font-weight: 700;
}
.lang-en .idx-cp-sortlist li a{
	font-family: 'GothamBold';
}
.idx-cp-sortlist li.on a{
	/*border-bottom-color: #f9650a;*/
	background-color: #f9650a;
}
.idx-tab-bbx{
	height: auto;
	overflow: hidden;
	background-color: #f1efef;
	border-radius: 10px;
}
.idx-tab-item{
	height: auto;
	overflow: hidden;
	display: none;
}
.idx-cp-cplist{
	height: auto;
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.idx-cp-cplist li{
	width: 50%;
	padding: 10px;
	position: relative;
}
.idx-cp-cplist li .wrap{
	height: auto;
	overflow: hidden;
	position: relative;
}
.idx-cp-cplist li .wrap a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.idx-cp-cplist li .wrap .pic{
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 15px;
}
.idx-cp-cplist li .wrap .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	transition: 0.5s;
}
.idx-cp-cplist li .wrap .title{
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #000;
	font-size: 14px;
	transition: 0.5s;
	margin-top: 10px;
}
.idx-cp-cplist li .wrap:hover .pic img{
	transform: scale(1.05);
}
.idx-cp-cplist li .wrap:hover .title{
	color: #f9650a;
}
.idx-tab-tutu{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.idx-tab-tutu img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.idx-cp-cplist li .wrap .pic span{
	display: block;
	width: 30px;
	height: 16px;
	background-image: url(../images/xinxin.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: absolute;
	top: 10px;
	left: 10px;
	transition: 0.5s;
}
.pc-nav-items .pic span{
	display: block;
	width: 30px;
	height: 16px;
	background-image: url(../images/xinxin.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: absolute;
	top: 10px;
	left: 10px;
	transition: 0.5s;
}

.pc-nav-items .qizi{
	display: block;
	width: 30px;
	height: 35px;
	background-image: url(../images/qizi.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
}

.idx-cp-cplist li .qizi{
    display: block;
	width: 30px;
	height: 35px;
	background-image: url(../images/qizi.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: absolute;
	top: 5px;
	left: 5px;
	transition: 0.5s;
}

@media (min-width: 480px) {
	.idx-cp-sortlist li{
		width: 33.333333%;
	}
	.idx-cp-sortlist li a{
		font-size: 12px;
	}
	.idx-cp-cplist li{
		width: 20%;
	}
}
@media (min-width: 768px) {
	.idx-cp-sortlist{
		margin-left: -12px;
		margin-right: -12px;
	}
	.idx-cp-sortlist li{
		padding: 12px;
		
	}
	.idx-cp-sortlist li a{
		font-size: 16px;
	}
	.idx-cp-cplist li{
		width: 20%;
	}
	.idx-cp-cplist li .wrap .pic span{
		width: 30px;
		height: 16px;
	}
	.pc-nav-items .pic span{
		width: 30px;
		height: 16px;
	}
}
@media (min-width: 992px) {
	.idx-cp-sortlist li a{
		font-size: 20px;
	}
	.idx-cp-cplist li .wrap .title{
		font-size: 16px;
	}
	.idx-cp-cplist li .wrap .pic span{
		width: 44px;
		height: 24px;
	}
	.pc-nav-items .qizi{
	    width: 40px;
	    height: 47px;
	}
	.idx-cp-cplist li .qizi{
	    width: 40px;
	    height: 47px;
	}
}
@media (min-width: 1200px) {
	.idx-cp-sortlist li a{
		font-size: 24px;
	}
	.idx-cp-cplist li .wrap .title{
		font-size: 18px;
	}
	.idx-cp-cplist li .wrap .pic span{
		width: 60px;
		height: 33px;
	}
	.pc-nav-items .pic span{
		width: 44px;
		height: 24px;
	}
	.pc-nav-items .qizi{
	    width: 72px;
	    height: 84px;
	}
	.idx-cp-cplist li .qizi{
	    width: 72px;
	    height: 84px;
	}
}
@media (min-width: 1400px) {
	.idx-cp-sortlist li a{
		font-size: 36px;
	}
	.idx-cp-cplist li .wrap .title{
		font-size: 20px;
	}
}