.container {
	width: 1313px
}

.images-box {
	overflow: hidden;
	position: relative
}

.images-box img {
	transition: 1s ease;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-ms-transition: 1s ease;
	-o-transition: 1s ease
}

.images-box:hover img {
	transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
	-webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
	-moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
	-ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
	-o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0)
}

.scroll-box {
	overflow: hidden;
	position: relative
}

.scroll-box ul {
	width: 9999px
}

.scroll-box ul li {
	float: left
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 500
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " "
}

.clearfix:after {
	height: 0;
	clear: both;
	visibility: hidden
}

.ui.container {
	padding: 0 15px;
	position: relative
}

.ui.container>.item {
	padding-left: 0;
	padding-right: 0
}

.ui.menu {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border: none;
	margin: 0;
	box-shadow: 0 0 0 0 #fff;
	-webkit-box-shadow: 0 0 0 0 #fff;
	-moz-box-shadow: 0 0 0 0 #fff;
	-ms-box-shadow: 0 0 0 0 #fff;
	-o-box-shadow: 0 0 0 0 #fff;
	min-height: auto;
	background: 0 0
}

.ui.header:first-child {
	margin-top: 0
}

.ui.header {
	margin: 0;
	font-weight: 500
}

.item {
	border-left: none !important;
	border-right: none !important
}

.item:before,
.item:after {
	display: none !important
}

#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	transition: .5s ease;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-ms-transition: .5s ease;
	-o-transition: .5s ease
}

#header .nav {
	position: relative;
	padding: 30px 3%
}

#header .nav .h-search {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99
}

#header .nav .h-search .iconfont {
	color: #fff
}

#header .nav .search-box {
	line-height: normal;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none
}

#header .nav .search-box form {
	position: absolute;
	top: 45%;
	left: 50%;
	width: 60%;
	margin-left: -30%
}

#header .nav .search-box form input {
	background: 0 0;
	outline: none;
	border: none
}

#header .nav .search-box form input[type=text] {
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	font-size: 26px;
	color: #000;
	padding: 10px 0
}

#header .nav .search-box form input[type=submit] {
	width: 22px;
	height: 22px;
	background: url(/pc/cn/images/tc-zoom.png) no-repeat;
	position: absolute;
	right: 15px;
	top: 20px
}

#header .nav .search-box form input[type=submit]:hover {
	opacity: .7;
	filter: alpha(opacity=70)
}

#header .nav .search-box .close {
	width: 30px;
	height: 30px;
	background: url(/pc/cn/images/close.png) no-repeat;
	position: absolute;
	right: 25px;
	top: 15px;
	cursor: pointer
}

#header .nav .logo {
	width: 20%
}

#header .nav .menu-box {
	padding: 0;
	line-height: 68px;
	height: 68px;
	position: relative;
	width: 60%;
	text-align: center
}

#header .nav .menu-box .menu>li {
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	margin: 0 25px;
	vertical-align: top
}

#header .nav .menu-box .menu>li>a {
	font-size: 18px;
	color: #fff;
	display: block;
	position: relative;
	font-weight: 700
}

#header .nav .menu-box .menu>li>a:after {
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background: #e63946
}

#header .nav .menu-box .menu>li:hover>a {
	color: #e63946
}

#header .nav .menu-box .menu>li:hover>a:after {
	width: 80%;
	left: 10%
}

#header .nav .menu-box .menu>li .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 180px;
	background: #e63946;
	text-align: left;
	z-index: 101;
	display: none
}

#header .nav .menu-box .menu>li .sub-menu li {
	transition: .2s ease-in;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-ms-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	line-height: normal;
	position: relative
}

#header .nav .menu-box .menu>li .sub-menu li .sub-menu {
	left: 100%;
	top: 0;
	display: none !important
}

#header .nav .menu-box .menu>li .sub-menu li:hover .sub-menu {
	display: block !important
}

#header .nav .menu-box .menu>li .sub-menu li a {
	font-size: 15px;
	color: #fff;
	display: block;
	padding: 10px 18px
}

#header .nav .menu-box .menu>li .sub-menu li:hover {
	background: #222
}

#header .nav .language {
	width: 20%;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	line-height: 68px;
	height: 68px
}

#header .nav .language ul li {
	color: #fff;
	font-size: 18px;
	float: left;
	padding: 0 8px;
	font-weight: 700
}

#header .nav .language ul li:hover {
	color: #e63946
}

#header .nav .language p {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	background: url(/pc/cn/images/phone.png) no-repeat left center;
	padding-left: 38px
}

#banner {
	background: #1a1a1b;
	position: relative
}

#banner .text {
	position: absolute;
	left: 10%;
	top: 35%;
	z-index: 2
}

#banner .text h2 {
	color: #fff;
	font-weight: 700;
	font-size: 90px;
	line-height: 70px;
	text-transform: uppercase
}

#banner .text h2 span {
	font-size: 50px
}

#banner .banner-img {
	position: absolute;
	right: 0;
	bottom: -173px;
	z-index: 2;
	width: 50%
}

#banner .banner-img ul li {
	padding: 0 40px
}

#banner .more-text {
	position: absolute;
	left: 0;
	bottom: 20%;
	z-index: 2
}

#banner .more-text .more {
	margin-top: -10px;
	padding-left: 22%;
	position: relative;
	z-index: 2
}

#banner .more-text .more a {
	display: block;
	width: 210px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	text-transform: capitalize;
	float: left;
	color: #fff
}

#banner .more-text .more a.more1 {
	background: #e63946;
	margin-right: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px
}

#banner .more-text .more a.more2 {
	width: 230px;
	background: url(/pc/cn/images/play-btn.png) no-repeat right center
}

#banner .learn-more {
	position: absolute;
	left: 1%;
	bottom: 12%;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg)
}

#banner .learn-more a {
	color: #fff
}

#banner .learn-more a .iconfont {
	color: #e63946;
	margin-left: 20px;
	font-size: 16px
}

#index-body {
	background: #edede9
}

#index-body h2.h2 {
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%
}

#index-body h2 p {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	width: 100%
}

#index-body h2.h2 span {
	color: #e63946
}

#index-body p.p {
	color: #7e7c7b;
	line-height: 30px;
	margin-top: 10px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif
}

#index-body .i-product {
	padding: 150px 0 60px
}

#index-body .i-product .prolist {
	margin-top: 40px
}

#index-body .i-product .prolist ul li {
	padding: 0 15px;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease
}

#index-body .i-product .prolist ul li .img {
	background: #d8dad7;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
	padding: 20px
}

#index-body .i-product .prolist ul li .img h2 {
	font-size: 22px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease
}

#index-body .i-product .prolist ul li .img p {
	padding: 10px 0 30px;
	transition: .3s ease;
	color: #777;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-ms-transition: 1s ease;
	-o-transition: 1s ease;
	height: 179px;
	overflow: hidden
}

#index-body .i-product .prolist ul li:hover .img p {
	height: auto
}

#index-body .i-product .prolist ul li:hover .img {
	background: linear-gradient(to bottom, #e63946 65%, #1a1a1b 35%)
}

#index-body .i-product .prolist ul li:hover .img h2,
#index-body .i-product .prolist ul li:hover .img p {
	color: #fff
}

#index-body .i-product .prolist ul .slick-slide {
	opacity: 1;
	filter: alpha(opacity=100)
}

#index-body .i-product .prolist ul .slick-slide.slick-active {
	opacity: 1;
	filter: alpha(opacity=100)
}

#index-body .i-cat {
	background: #edede9;
	padding: 65px 0
}

#index-body .i-cat .cat-product {
	margin-top: 88px
}

#index-body .i-cat .cat-product ul li {
	padding: 0 10px
}

#index-body .i-cat .cat-product ul li .img {
	position: relative;
	padding: 30px 0 0 30px
}

#index-body .i-cat .cat-product ul li .img:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 165px;
	height: 165px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: #fff
}

#index-body .i-cat .cat-product ul li .text {
	padding-top: 30px
}

#index-body .i-cat .cat-product ul li .text h2 {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 700
}

#index-body .i-about {
	padding: 50px 0 100px;
	position: relative
}

#index-body .i-about .solution-img {
	position: absolute;
	right: 20px;
	bottom: -87px;
	z-index: 5
}

#index-body .i-about .init-1 {
	width: 80%;
	padding-bottom: 50px;
	border-bottom: 1px solid #dadadc
}

#index-body .i-about .init-1 h2 {
	margin-bottom: 50px
}

#index-body .i-about .init-1 p {
	color: #888;
	font-size: 16px;
	line-height: 30px
}

#index-body .i-about .init-2 {
	margin-top: 50px;
	width: 50%
}

#index-body .i-about .init-2 ul li {
	padding-left: 48px;
	background: url(/pc/cn/images/So1.png) no-repeat left top;
	margin-bottom: 40px
}

#index-body .i-about .init-2 ul li h3 {
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px
}

#index-body .i-about .init-2 ul li p {
	color: #888;
	line-height: 30px
}

#index-body .i-about .init-2 ul li:nth-child(2) {
	background: url(/pc/cn/images/So2.png) no-repeat left top
}

#index-body .i-about .init-2 ul li:nth-child(3) {
	background: url(/pc/cn/images/So3.png) no-repeat left top
}

#index-body .i-why {
	padding: 124px 0 80px;
	background: url({label:liuchegn}) no-repeat center;
	background-size: cover
}

#index-body .i-why h2.h2 {
	color: #fff
}

#index-body .i-why .grid-box .column {
	border-right: 1px solid #353439;
	border-bottom: 1px solid #353439;
	padding: 6% 3% 5%;
	cursor: pointer
}

#index-body .i-why .grid-box .column .img {
	height: 60px
}

#index-body .i-why .grid-box .column .img img {
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease
}

#index-body .i-why .grid-box .column h3 {
	font-size: 26px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 15px 0;
	font-family: 'Roboto', sans-serif
}

#index-body .i-why .grid-box .column p {
	color: #aaa;
	min-height: 96px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif
}

#index-body .i-why .grid-box .column:nth-child(3),
#index-body .i-why .grid-box .column:nth-child(6) {
	border-right: none
}

#index-body .i-why .grid-box .column:nth-child(4),
#index-body .i-why .grid-box .column:nth-child(5),
#index-body .i-why .grid-box .column:nth-child(6) {
	border-bottom: none
}

#index-body .i-why .grid-box .column:hover img {
	transform: rotateY(180deg);
	transition: all 1.2s ease
}

#index-body .i-hot-product {
	padding: 136px 0 90px
}

#index-body .i-hot-product .i-hot-poduct-list {
	margin-top: 60px;
	position: relative
}

#index-body .i-hot-product .i-hot-poduct-list .slick-arrow {
	position: absolute;
	cursor: pointer;
	width: 30px;
	height: 30px;
	background: url(/pc/cn/images/prev_01.jpg) no-repeat center;
	left: 20px;
	bottom: 0;
	z-index: 8;
	color: rgba(255, 255, 255, 0);
	border: none
}

#index-body .i-hot-product .i-hot-poduct-list .slick-next {
	background: url(/pc/cn/images/next_03.jpg) no-repeat center;
	left: 60px
}

#index-body .i-hot-product .i-hot-poduct-list ul {
	padding-bottom: 30px
}

#index-body .i-hot-product .i-hot-poduct-list ul li {
	padding: 0 15px 30px
}

#index-body .i-hot-product .i-hot-poduct-list ul li .text {
	background: #fff;
	position: relative;
	padding: 20px 30px 30px;
	z-index: 8
}

#index-body .i-hot-product .i-hot-poduct-list ul li .text h2 {
	width: 50%;
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

#index-body .i-hot-product .i-hot-poduct-list ul li .text .star {
	width: 50%
}

#index-body .i-hot-product .i-hot-poduct-list ul li .text .star .iconfont {
	font-size: 12px;
	margin-right: 1px;
	color: #e63946
}

#index-body .i-hot-product .i-hot-poduct-list ul li .text p {
	padding-top: 10px;
	color: #9e9e9e;
	height: 50px
}

#index-body .i-factory {
	padding: 48px 0 88px
}

#index-body .i-factory .init-1 {
	background: url({label:2006img}) no-repeat center;
	padding: 82px 0
}

#index-body .i-factory .init-1 p {
	text-align: center;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 42px;
	font-weight: 700
}

#index-body .i-factory .init-2 {
	margin-top: 50px
}

#index-body .i-factory .init-2 h2.h2 {
	text-align: left;
	margin-bottom: 50px
}

#index-body .i-factory .init-2 ul li {
	padding: 0 60px
}

#index-body .i-factory .init-2 ul li h3 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase
}

#index-body .i-factory .init-2 ul li p {
	line-height: 30px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif
}

#index-body .i-video {
	margin-top: 50px
}

#index-body .i-video .grid-box .column:nth-child(2) {
	padding-left: 20px
}

#index-body .i-video .grid-box .column:nth-child(2) .text {
	width: 100%;
	padding: 10% 38% 10% 6%;
	background: #fff
}

#index-body .i-video .grid-box .column:nth-child(2) .text h2 {
	padding-bottom: 30px;
	background: url(/pc/cn/images/line.png) no-repeat left bottom
}

#index-body .i-video .grid-box .column:nth-child(2) .text p {
	font-size: 16px;
	line-height: 30px;
	margin: 30px 0;
	font-family: 'Roboto', sans-serif
}

#index-body .i-video .grid-box .column:nth-child(2) .text .three {
	color: #fff
}

#index-body .i-video .grid-box .column:nth-child(2) .text .three ul li {
	background: #262626;
	padding: 20px;
	width: 32%;
	margin-right: 1.3%;
	float: left;
	text-align: center
}

#index-body .i-video .grid-box .column:nth-child(2) .text .three ul li h3 {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px
}

#index-body .i-video .grid-box .column:nth-child(2) .text .three ul li p {
	font-size: 15px;
	padding: 5px 0;
	margin: 0
}

#index-body .i-news {
	padding: 120px 0
}

#index-body .i-news h2.h2,
#index-body .i-news p.p {
	text-align: left
}

#index-body .i-news .news-list {
	margin-top: 50px;
	position: relative
}

#index-body .i-news .news-list .slick-arrow {
	position: absolute;
	cursor: pointer;
	width: 30px;
	height: 30px;
	background: url(/pc/cn/images/prev_01.jpg) no-repeat center;
	left: 20px;
	bottom: 0;
	z-index: 8;
	color: rgba(255, 255, 255, 0);
	border: none
}

#index-body .i-news .news-list .slick-next {
	background: url(/pc/cn/images/next_03.jpg) no-repeat center;
	left: 60px
}

#index-body .i-news .news-list ul {
	padding-bottom: 90px
}

#index-body .i-news .news-list ul li {
	padding: 0 20px
}

#index-body .i-news .news-list ul li .img {
	background: #fff
}

#index-body .i-news .news-list ul li img {
	height: 180px;
	display: block;
	margin: 0 auto
}

#index-body .i-news .news-list ul li .text {
	position: relative;
	z-index: 8;
	background: #fff;
	padding: 30px;
	text-align: center
}

#index-body .i-news .news-list ul li .text h2 {
	color: #333;
	font-size: 18px;
	/* height: 30px; */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

#index-body .i-news .news-list ul li .text p {
	/* padding: 20px 0 30px; */
	color: #aaa;
	font-family: 'Roboto', sans-serif;
	/* height: 120px */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

#index-body .i-news .news-list ul li .text time {
	font-size: 16px;
	text-transform: uppercase
}

#footer a:hover {
	color: #e63946 !important
}

#footer .footer-top {
	background: #232222;
	padding: 66px 0 30px
}

#footer .footer-top .f-top {
	margin-bottom: 40px
}

#footer .footer-top .f-top .column {
	width: 70%
}

#footer .footer-top .f-top .column:nth-child(2) {
	width: 30%;
	padding-left: 10%
}

#footer .footer-top .f-top .column:nth-child(2) #ewm {
	width: 120px
}
.grid-box.five>.column #ewmimg {
	width: 120px;
	margin-top:10px;
}

#footer .footer-top .icon {
	margin-top: 55px
}

#footer .footer-top .icon .fa {
	width: 25px;
	height: 25px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	margin-right: 8px;
	line-height: 25px;
	text-align: center;
	background: #3a5a98;
	font-size: 16px;
	color: #fff
}

#footer .footer-top .icon .fa-twitter {
	background: #44546b
}

#footer .footer-top .icon .fa-youtube {
	background: #ca2128
}

#footer .footer-top .icon .fa-linkedin {
	background: #60caef
}

#footer .footer-top h2 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
	text-transform: capitalize
}

#footer .footer-top p {
	color: #949494;
	font-size: 14px
}

#footer .footer-top ul li {
	line-height: 30px;
	color: #939390;
	font-size: 12px
}

#footer .footer-bottom {
	background: #1a1a1a;
	padding: 10px 0
}

#footer .footer-bottom p {
	color: #fff;
	line-height: 30px
}

#footer .footer-bottom p img {
	height: 30px
}

#footer .footer-bottom p a {
	color: #fff
}

#footer .footer-bottom p a:hover {
	color: #fff !important
}

svg {
	max-height: 30px;
	width: auto;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	fill: #fff
}

svg text {
	fill: #fff
}

svg:hover {
	fill: #fff
}

svg g.en {
	display: block
}

svg g.cn {
	display: none
}

@media screen and (max-width:1900px) {
	#header .nav .language p {
		font-size: 14px
	}
}

@media screen and (max-width:1800px) {
	#banner .banner-img {
		width: 44%
	}

	#banner .text h2 {
		font-size: 78px
	}

	#index-body .i-video .grid-box .column:nth-child(2) .text {
		padding: 10% 6% 3%
	}
}

@media screen and (max-width:1600px) {
	.container {
		width: 1400px
	}

	#header .nav .menu-box .menu>li {
		margin: 0 14px
	}

	#header .nav .language ul li {
		font-size: 14px;
		padding: 0 3px
	}
}

@media screen and (max-width:1400px) {
	.container {
		width: 1200px
	}

	#header .nav .menu-box .menu>li>a {
		font-size: 16px
	}

	#header .nav .menu-box .menu>li {
		margin: 0 10px
	}

	#index-body h2.h2,
	#index-body .i-cat .cat-product ul li .text h2,
	#index-body .i-about .init-2 ul li h3,
	#index-body .i-why .grid-box .column h3,
	#index-body .i-factory .init-1 p,
	#index-body .i-factory .init-2 ul li h3,
	#index-body .i-video .grid-box .column:nth-child(2) .text .three ul li h3,
	#index-body .i-product .prolist ul li .img h2 {
		font-size: 20px
	}

	#index-body .i-about .solution-img {
		width: 50%
	}

	#index-body .i-video .grid-box .column:nth-child(2) .text .three ul li {
		padding: 8px
	}

	#banner .text h2 {
		font-size: 50px;
		line-height: 50px
	}
}

@media screen and (max-width:1200px) {
	.container {
		width: 970px
	}

	#banner .banner-img {
		bottom: -50px
	}

	#banner .more-text img {
		width: 50%
	}

	#index-body .i-product {
		padding: 60px 0
	}

	#index-body .i-product .prolist {
		margin-top: 30px
	}

	#index-body .i-hot-product {
		padding: 30px 0
	}

	#index-body .i-cat {
		padding: 30px 0
	}

	#index-body .i-video .grid-box.two>.column {
		width: 100%
	}

	#index-body .i-video .grid-box .column:nth-child(2) {
		padding-left: 0
	}
}

@media screen and (max-width:1000px) {
	.container {
		width: 700px
	}

	#index-body .i-about .solution-img {
		width: 40%
	}

	#index-body .i-why .grid-box .column p {
		font-size: 14px
	}
}

@media screen and (max-width:700px) {
	.container {
		width: 100%
	}

	#banner .text h2 {
		font-size: 30px;
		line-height: 30px
	}

	#banner .learn-more a,
	#index-body .i-why,
	#index-body .i-about,
	#index-body .i-factory,
	#footer .footer-top {
		display: none
	}

	#banner .more-text .more {
		left: 4%
	}

	#index-body .i-news {
		padding: 30px 0
	}

	#footer .footer-bottom p {
		text-align: center;
		display: block;
		width: 100%
	}
}

@media screen and (max-width:500px) {
	#banner .more-text {
		display: none
	}

	#banner .banner-img {
		width: 37%;
		bottom: -20px
	}

	#banner .text h2 {
		font-size: 25px
	}

	#index-body .i-product {
		padding: 30px 0
	}

	#index-body .i-cat .cat-product,
	#index-body .i-news .news-list {
		margin-top: 30px
	}

	#index-body .i-video .grid-box .column:nth-child(2) .text {
		height: 450px !important
	}

	#index-body .i-video .grid-box .column:nth-child(2) .text p {
		font-size: 14px;
		line-height: 28px;
		margin: 10px 0 20px
	}
}

#m-header-wrapper {
	display: none
}

#m-header-wrapper .overlay {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9998;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	display: none
}

#m-header-wrapper .m-header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 45px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	transition: .3s
}

#m-header-wrapper .m-header.active {
	left: 200px
}

#m-header-wrapper .m-header .container {
	height: 100%;
	position: relative
}

#m-header-wrapper .m-header .container .toggle-btn {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2
}

#m-header-wrapper .m-header .container .toggle-btn span {
	display: block;
	width: 20px;
	height: 2px;
	background: #333;
	margin-bottom: 5px;
	transition: .3s
}

#m-header-wrapper .m-header .container .toggle-btn span:last-of-type {
	margin-bottom: 0
}

#m-header-wrapper .m-header .container .toggle-btn.active span:nth-of-type(1) {
	transform: rotate(45deg);
	transform-origin: left center
}

#m-header-wrapper .m-header .container .toggle-btn.active span:nth-of-type(2) {
	opacity: 0
}

#m-header-wrapper .m-header .container .toggle-btn.active span:nth-of-type(3) {
	transform: rotate(-45deg);
	transform-origin: left center
}

#m-header-wrapper .m-header .container .logo {
	text-align: center;
	position: relative;
	left: 33%;
	top: 50%;
	transform: translateY(-50%);
	width: 26%
}

#m-header-wrapper .m-header .container .logo img {
	width: 90px;
	height: auto !important
}

#m-header-wrapper .m-toggle-nav {
	position: fixed;
	width: 200px;
	height: 100%;
	left: -200px;
	top: 0;
	overflow-y: auto;
	background: #333;
	z-index: 9999;
	transition: .3s;
	padding: 15px 0
}

#m-header-wrapper .m-toggle-nav.active {
	left: 0
}

#m-header-wrapper .m-toggle-nav h1 {
	font: 14px sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 0 15px 20px
}

#m-header-wrapper .m-toggle-nav h2 {
	font: 14px sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 0 15px 20px
}

#m-header-wrapper .m-toggle-nav h1 .icon {
	font-size: 14px;
	color: #fff;
	margin-right: 10px
}

#m-header-wrapper .m-toggle-nav h2 .icon {
	font-size: 14px;
	color: #fff;
	margin-right: 10px
}

#m-header-wrapper .m-toggle-nav .menu-box {
	padding-bottom: 25px
}

#m-header-wrapper .m-toggle-nav .menu-box .menu>li>a {
	display: block;
	font: 12px/40px sans-serif;
	color: #fff;
	padding-left: 15px;
	text-transform: uppercase;
	position: relative
}

#m-header-wrapper .m-toggle-nav .menu-box .menu>li>a i {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	color: #fff;
	display: none;
	transition: .3s
}

#m-header-wrapper .m-toggle-nav .menu-box .menu>li>a i.active {
	transform: translateY(-50%) rotate(180deg)
}

#m-header-wrapper .m-toggle-nav .menu-box .menu>li .sub-menu {
	background: #000;
	padding: 5px 0;
	display: none
}

#m-header-wrapper .m-toggle-nav .menu-box .menu>li .sub-menu li .sub-menu {
	display: block;
	padding: 5px 10px
}

#m-header-wrapper .m-toggle-nav .menu-box .menu>li .sub-menu li a {
	display: block;
	font: 12px/40px sans-serif;
	padding-left: 15px;
	color: #fff;
	text-transform: uppercase
}

#m-header-wrapper .m-toggle-nav .search-box {
	padding: 15px 15px 35px;
	position: relative
}

#m-header-wrapper .m-toggle-nav .search-box input[type=text] {
	width: 100%;
	height: 30px;
	border: none;
	outline: none;
	padding: 0 40px 0 10px;
	font: 12px sans-serif;
	color: #333
}

#m-header-wrapper .m-toggle-nav .search-box button {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 15px;
	top: 15px;
	border: none;
	outline: none;
	text-align: center;
	background: #000
}

#m-header-wrapper .m-toggle-nav .search-box button i {
	font-size: 12px;
	line-height: 30px;
	color: #fff
}

#m-header-wrapper .m-toggle-nav .lan h1 {
	padding-bottom: 10px;
	position: relative
}

#m-header-wrapper .m-toggle-nav .lan h2 {
	padding-bottom: 10px;
	position: relative
}

#m-header-wrapper .m-toggle-nav .lan h1 i.icon-down {
	position: absolute;
	right: 15px;
	top: 1px;
	font-size: 16px;
	color: #fff;
	transition: .3s
}

#m-header-wrapper .m-toggle-nav .lan h2 i.icon-down {
	position: absolute;
	right: 15px;
	top: 1px;
	font-size: 12px;
	color: #fff;
	transition: .3s
}

#m-header-wrapper .m-toggle-nav .lan h1 i.icon-down.active {
	transform: rotate(180deg)
}

#m-header-wrapper .m-toggle-nav .lan h2 i.icon-down.active {
	transform: rotate(180deg)
}

#m-header-wrapper .m-toggle-nav .lan ul {
	background: #000;
	display: none
}

#m-header-wrapper .m-toggle-nav .lan ul li a {
	display: block;
	font: 12px/30px sans-serif;
	color: #fff;
	padding-left: 15px
}

@media screen and (max-width:1100px) {
	#m-header-wrapper {
		display: block
	}
}

.inner-banner {
	height: 400px;
	background-size: cover;
	background-position: center center;
	position: relative;
	text-align: center;
	padding-top: 180px;
	color: #fff;
	z-index: 1
}

.inner-banner:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
	z-index: -1
}

.inner-banner h3 {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	display: inline-block;
	text-transform: uppercase
}

.inner-banner .mbx {
	font-size: 16px
}

.inner-banner .mbx a,
.inner-banner .mbx span {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	line-height: 24px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.inner-banner .mbx a:first-child:before {
	content: "\e65d";
	font-family: "iconfont";
	color: #e63946;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	font-size: 20px
}

.inner-banner .mbx a:hover {
	color: #e63946
}

.inner-page {
	font-size: 14px;
	line-height: 1.8;
	position: relative;
	z-index: 1
}

.inner-page p {
	line-height: 1.3;
	color: #333;
	font-size: 16px
}

.inner-page .text {
	color: #828893
}

.about-page .about-1 .right .text {
	height: 400px;
	overflow-y: scroll
}

.about-page .about-1 .right .text p {
	line-height: 26px;
	font-size: 14px
}

.inner-page .text p {
	color: inherit
}

.inner-page i.small-tit {
	color: #e63946;
	font-size: 18px;
	text-transform: uppercase
}

.inner-page h3.title {
	color: #111;
	text-transform: capitalize;
	font-size: 32px;
	line-height: 38px;
	margin: 15px 0;
	position: relative
}

.inner-page h3.title.mt0 {
	margin-top: 0
}

.inner-page .form ul {
	margin: -5px
}

.inner-page .form ul li {
	padding: 5px
}

.inner-page .form ul li.wid-100 {
	width: 100%
}
.inner-page .form ul li.wid-100 .submit{
	    background: #e63946;
	    color: #fff;
	    -webkit-transition: .5s;
	    -moz-transition: .5s;
	    -ms-transition: .5s;
	    -o-transition: .5s;
	    transition: .5s;
	    font-size: 14px;
	    text-transform: uppercase;
		width: 100%;
		padding: 10px 15px;
		border: medium none;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
	width: 100%;
	padding: 10px 15px;
	background: #f8f9fa none repeat scroll 0 0;
	border: medium none;
	font-size: 14px
}

.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
	color: #242424
}

.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
	color: #242424
}

.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
	color: #242424
}

.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
	color: #242424
}

.inner-page .form ul li textarea {
	height: 120px;
	resize: vertical
}

.inner-page .form ul li input[type=submit] {
	background: #e63946;
	color: #fff;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-size: 14px;
	text-transform: uppercase
}

.inner-page .form ul li input[type=submit]:hover {
	background: #222
}

.inner-page .sidebar-box .sidebar-left {
	width: 34%;
	padding-right: 15px
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav {
	padding: 30px;
	background: #edeff2
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li {
	margin: 5px 0
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a {
	display: block;
	text-transform: uppercase;
	color: #072948;
	font-size: 14px;
	padding: 15px 20px;
	background: #fff;
	border-left: 4px solid #333;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a i {
	float: right;
	font-size: 12px
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a {
	background: #fbf9f7;
	border-color: #d7d7d7
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a:before {
	content: '-';
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover>a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li.active>a {
	background: #e63946 none repeat scroll 0 0;
	color: #fff;
	border-left: 4px solid #072948
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .children li {
	padding-left: 20px
}

.inner-page .sidebar-box .sidebar-left .sidebar-pdf {
	margin: 30px 0
}

.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4 {
	color: #111;
	font-size: 22px;
	text-transform: capitalize;
	line-height: 25px;
	font-weight: 500;
	margin-bottom: 40px;
	position: relative;
	display: inline-block
}

.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:after {
	position: absolute;
	height: 4px;
	width: 30%;
	background: #e63946 none repeat scroll 0 0;
	content: "";
	left: 0;
	bottom: -20px
}

.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:before {
	position: absolute;
	content: "";
	bottom: -20px;
	left: 35%;
	height: 4px;
	width: 15px;
	background: #ddd none repeat scroll 0 0
}

.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a {
	display: block;
	text-align: left;
	text-transform: uppercase;
	color: #111;
	font-weight: 600;
	font-size: 14px;
	padding: 15px 30px;
	border: 1px solid #eee;
	letter-spacing: 1px;
	margin-bottom: 10px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i {
	margin-right: 5px;
	color: #e63946
}

.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i.fa-download {
	float: right;
	margin-top: 6px;
	color: #111
}

.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover {
	background: #e63946 none repeat scroll 0 0;
	color: #fff
}

.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover i {
	color: inherit
}

.inner-page .sidebar-box .sidebar-left .sidebar-info {
	padding: 30px;
	background: url("{label:Cultureimg}") center center;
	background-size: cover;
	position: relative;
	z-index: 1;
	text-align: center;
	color: #fff
}

.inner-page .sidebar-box .sidebar-left .sidebar-info:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #e63946;
	z-index: -1;
	opacity: .83
}

.inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
	color: #fff;
	font-size: 25px;
	text-transform: capitalize;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 15px
}

.inner-page .sidebar-box .sidebar-left .sidebar-info p {
	color: inherit
}

.inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 20px 0;
	display: block;
	font-size: 1.5rem
}

.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	border: 2px solid #fff;
	color: #e63946;
	background: #fff none repeat scroll 0 0;
	padding: 12px 35px;
	letter-spacing: 1px;
	margin-top: 10px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact:hover {
	background: 0 0;
	color: #fff
}
.inner-page .sidebar-box .sidebar-left .downimg{
	width: 30%;
}
.inner-page .sidebar-box .sidebar-right {
	width: 66%;
	padding-left: 15px
}

.inner-page .m-page {
	text-align: right;
	float: none;
	margin: 30px -5px 0
}

.inner-page .m-page a,
.inner-page .m-page span {
	display: inline-block;
	text-align: center;
	width: 45px;
	height: 35px;
	font-size: 15px;
	line-height: 35px;
	border-radius: 5px;
	color: #111;
	font-weight: 500;
	-moz-box-shadow: 0 2px 10px 0 #d8dde6;
	-o-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin: 5px
}

.inner-page .m-page a:hover {
	background: #e63946 none repeat scroll 0 0;
	color: #fff
}

.about-page .about-1 {
	padding: 70px 0
}

.about-page .about-1 .left {
	width: 42%;
	padding-right: 15px;
	vertical-align: middle
}

.about-page .about-1 .left .box2 {
	position: relative;
	z-index: 1
}

.about-page .about-1 .left .box2:after {
	content: '';
	width: 100%;
	height: 100%;
	background: #e63946;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: -1
}

.about-page .about-1 .left .box2:before {
	content: '';
	background: rgba(0, 0, 0, .34) none repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.about-page .about-1 .left .box2 .play {
	position: absolute;
	color: #fff;
	bottom: 20px;
	right: 20px;
	text-transform: uppercase;
	font-size: 16px;
	z-index: 1;
	cursor: pointer;
	cursor: hand
}

.about-page .about-1 .left .box2 .play i {
	background: #e63946 none repeat scroll 0 0;
	border: 2px solid #e63946;
	border-radius: 100px;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	height: 58px;
	line-height: 15px;
	margin: 0 10px 0 0;
	padding: 20px;
	text-align: center;
	width: 58px
}

.about-page .about-1 .right {
	width: 58%;
	padding-left: 15px;
	vertical-align: middle
}

.about-page .about-1 .right h5 {
	color: #111;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 20px;
	margin-top: 35px;
	position: relative;
	line-height: 30px;
	margin-bottom: 10px
}

.about-page .about-1 .right h5:before {
	position: absolute;
	height: 4px;
	width: 10%;
	background: #e63946 none repeat scroll 0 0;
	content: "";
	left: 0;
	top: -20px
}

.about-page .about-1 .right h5:after {
	position: absolute;
	content: "";
	top: -20px;
	left: 11%;
	height: 4px;
	width: 15px;
	background: #ddd none repeat scroll 0 0
}

.about-page .about-1 .right .text ul {
	display: inline-block;
	width: 100%;
	margin: 20px 0
}

.about-page .about-1 .right .text ul li {
	color: #111;
	margin: 5px 0;
	text-transform: capitalize;
	padding-left: 15px;
	position: relative;
	font-size: 16px;
	width: 50%;
	float: left
}

.about-page .about-1 .right .text ul li:after {
	content: "\f101";
	position: absolute;
	left: 0;
	top: 0;
	font-family: "FontAwesome";
	color: #e63946
}

.about-page .about-2 {
	background: #f8f9fc;
	padding: 70px 0
}

.about-page .about-2 .left {
	padding-right: 15px
}

.about-page .about-2 .right {
	padding-left: 15px
}

.about-page .about-2 .right .content {
	background: #fff none repeat scroll 0 0;
	padding: 20px 5px;
	border-radius: 5px
}

.about-page .about-2 .right .content li {
	text-transform: capitalize;
	color: #333;
	padding: 5px 15px;
	display: inline-block;
	position: relative;
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	font-size: 15px
}

.about-page .about-2 .right .content li i {
	color: #e63946;
	margin-right: 10px
}

.about-page .about-3 {
	padding: 70px 0;
	background: #e63946;
	color: #fff;
	text-align: center
}

.about-page .about-3 h3,
.about-page .about-3 p {
	color: inherit
}

.about-page .about-3 p {
	max-width: 850px;
	display: block;
	margin: 30px auto
}

.about-page .about-3 a.more {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	border: 2px solid #fff;
	color: #e63946;
	background: #fff none repeat scroll 0 0;
	padding: 12px 35px;
	letter-spacing: 1px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.about-page .about-3 a.more:hover {
	background: 0 0;
	color: #fff
}

.about-page .about-4 {
	padding: 70px 0
}

.about-page .about-4 .top {
	display: block
}

.about-page .about-4 .top .left {
	vertical-align: middle
}

.about-page .about-4 .top .right {
	text-align: right;
	vertical-align: middle
}

.about-page .about-4 .top .right a.more {
	display: inline-block;
	vertical-align: middle;
	color: #e63946;
	line-height: 40px;
	height: 40px;
	padding: 0 10px;
	font-size: 18px;
	position: relative;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	z-index: 1
}

.about-page .about-4 .top .right a.more:after {
	content: '';
	height: 100%;
	width: 2px;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	background: #e63946;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	z-index: -1
}

.about-page .about-4 .top .right a.more i {
	margin-left: 5px
}

.about-page .about-4 .top .right a.more:hover {
	color: #fff
}

.about-page .about-4 .top .right a.more:hover:after {
	width: 100%
}

.about-page .about-4 .bottom {
	padding-top: 50px
}

.about-page .about-4 .bottom ul {
	margin: -15px
}

.about-page .about-4 .bottom ul li {
	padding: 15px
}

.about-page .about-4 .bottom ul li .box {
	box-shadow: 0 0 15px rgba(72, 73, 121, .3);
	padding: 10px;
	border-radius: 5px
}

.about-page .about-4 .bottom ul li .box a.img-box {
	margin-bottom: 10px;
	display: block
}

.about-page .about-4 .bottom ul li .box h5 {
	display: block;
	color: #111;
	font-size: 22px;
	padding: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.about-page .about-4 .bottom ul li .box:hover h5 {
	background: #e63946;
	color: #fff
}

.faq-page .faq-1 {
	padding: 70px 0;
	text-align: center;
	background: #edeff2
}

.faq-page .faq-1 .search {
	max-width: 550px;
	display: block;
	margin: 20px auto;
	position: relative
}

.faq-page .faq-1 .search input {
	width: 100%;
	border: medium none;
	color: #111;
	left: 0;
	padding: 0 70px 0 15px;
	border-radius: 30px;
	background: #fff;
	display: block;
	line-height: 50px;
	height: 50px
}

.faq-page .faq-1 .search input::-webkit-input-placeholder {
	color: #242424
}

.faq-page .faq-1 .search input:-moz-placeholder {
	color: #242424
}

.faq-page .faq-1 .search input::-moz-placeholder {
	color: #242424
}

.faq-page .faq-1 .search input:-ms-input-placeholder {
	color: #242424
}

.faq-page .faq-1 .search button {
	width: 50px;
	position: absolute;
	top: 0;
	right: 0;
	background: 0 0;
	border: none;
	line-height: 50px;
	height: 50px;
	color: #e63946
}

.faq-page .faq-1 p {
	max-width: 770px;
	display: block;
	margin: 0 auto
}

.faq-page .faq-2 {
	padding: 70px 0
}

.faq-page .faq-2 .left {
	width: 66%;
	padding-right: 15px
}

.faq-page .faq-2 .left ul li {
	margin-bottom: 15px;
	border: 1px solid #eee
}

.faq-page .faq-2 .left ul li:last-child {
	margin-bottom: 0
}

.faq-page .faq-2 .left ul li h4 {
	display: block;
	text-align: left;
	padding: 15px;
	background: #f7f7f7 none repeat scroll 0 0;
	color: #111;
	border-radius: 0;
	font-weight: 400;
	font-size: 20px;
	cursor: pointer;
	cursor: hand
}

.faq-page .faq-2 .left ul li h4 span {
	margin-right: 5px;
	color: #e63946
}

.faq-page .faq-2 .left ul li .content {
	padding: 20px 30px;
	display: none
}

.faq-page .faq-2 .right {
	width: 34%;
	padding-left: 15px
}

.faq-page .faq-2 .right .box2 {
	padding: 30px;
	background: #edeff2
}

.faq-page .faq-2 .right .box2 h3.title {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 30px
}

.faq-page .faq-2 .right .box2 .form ul li {
	width: 100%
}

.service-page {
	padding: 70px 0
}

.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:first-child {
	display: none
}

.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li ul {
	display: none !important
}

.service-page h3.title {
	font-size: 24px
}

.service-page .form {
	padding-top: 30px
}

.news-page {
	padding: 70px 0
}

.news-page .news-list ul {
	margin: -15px
}

.news-page .news-list ul li {
	padding: 15px
}

.news-page .news-list ul li:last-child {
	margin-bottom: 0
}

.news-page .news-list ul li a.img-box {
	display: block
}

.news-page .news-list ul li a.img-box img {
	height: 180px;
	display: block;
	margin: 0 auto
}

.news-page .news-list ul li .box {
	padding: 10px;
	-moz-box-shadow: 0 0 10px rgba(72, 73, 121, .15);
	-o-box-shadow: 0 0 10px rgba(72, 73, 121, .15);
	box-shadow: 0 0 10px rgba(72, 73, 121, .15)
}

.news-page .news-list ul li .box .content {
	padding: 20px;
	position: relative
}

.news-page .news-list ul li .box .content p {
	height: 72px;
	overflow: hidden;
	font-size: 12px;
	line-height: 26px
}

.news-page .news-list ul li .box .content time {
	position: absolute;
	width: 65px;
	height: 65px;
	top: -35px;
	background: #e63946 none repeat scroll 0 0;
	color: #fff;
	line-height: 23px;
	text-align: center;
	border-radius: 5px;
	display: block;
	font-weight: 500;
	font-size: 16px;
	padding: 8px 0;
	left: 15px
}

.news-page .news-list ul li .box .content h3 {
	margin-top: 25px;
	font-size: 20px;
	margin-bottom: 15px;
	color: #111;
	display: inline-block;
	line-height: 28px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	height: 54px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.news-page .news-list ul li .box .content h3:hover {
	color: #e63946
}

.news-page .news-list ul li .box .content a.more {
	text-transform: capitalize;
	font-weight: 500;
	padding: 5px 0 5px 20px;
	margin-top: 20px;
	display: inline-block;
	color: #e63946;
	border-left: 1px solid #e63946;
	font-size: 16px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.news-page .news-list ul li .box .content a.more i {
	-webkit-transition: .5s padding-left;
	-moz-transition: .5s padding-left;
	-ms-transition: .5s padding-left;
	-o-transition: .5s padding-left;
	transition: .5s padding-left
}

.news-page .news-list ul li .box .content a.more:hover {
	color: #111;
	border-left: 1px solid #111
}

.news-page .news-list ul li .box .content a.more:hover i {
	padding-left: 5px
}

.newdet-page {
	padding: 70px 0
}

.newdet-page .news-content h3.title {
	font-size: 24px
}

.newdet-page .news-content a.img-box {
	display: block
}

.newdet-page .news-content a.img-box img {
	width: 100%
}

.newdet-page .news-content time {
	width: 65px;
	height: 65px;
	margin-top: -35px;
	background: #e63946 none repeat scroll 0 0;
	color: #fff;
	line-height: 23px;
	text-align: center;
	border-radius: 5px;
	display: block;
	font-weight: 500;
	font-size: 20px;
	padding: 8px 0;
	left: 15px;
	position: relative;
	z-index: 1
}

.newdet-page .news-content .tag {
	font-size: 14px;
	color: #828893
}

.newdet-page .news-content .tag em {
	color: #000
}

.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
	display: inline-block;
	vertical-align: middle
}

.newdet-page .news-content .tag div {
	margin-left: 15px
}

.newdet-page .news-content .tag div i {
	color: #e63946;
	margin-right: 5px
}

.newdet-page .news-content .content {
	padding: 15px 0;
	margin: 10px 0;
	border-top: 1px #eee dashed;
	border-bottom: 1px #eee dashed;
	text-align: left
}

.newdet-page .news-content .content p {
	padding: 5px 0
}

.newdet-page .news-content .share {
	text-align: left
}

.newdet-page .news-content .share h4 {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	font-size: 14px
}

.newdet-page .news-content .share ul {
	display: inline-block
}

.newdet-page .news-content .share ul li {
	width: auto;
	padding: 5px
}

.newdet-page .news-content .share ul li a {
	display: block;
	padding: 0 15px;
	line-height: 32px;
	height: 32px;
	border-radius: 5px;
	background: #edeff2;
	font-size: 12px;
	color: #666;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.newdet-page .news-content .share ul li a:hover {
	color: #fff;
	background: #e63946
}

.newdet-page .news-content .m-link {
	padding-top: 15px;
	text-align: left;
	margin-top: 15px;
	border-top: 1px #eee dashed
}

.newdet-page .news-content .m-link a {
	font-size: 14px;
	color: #666;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.newdet-page .news-content .m-link a:hover {
	color: #e63946;
	text-decoration: underline
}

.contact-page {
	padding: 70px 0
}

.contact-page .button-group .button {
	background: #e63946 !important
}

.contact-page .amap-copyright,
.contact-page .amap-logo {
	display: none !important
}

.contact-page .contact-2 {
	padding-top: 70px
}

.contact-page .contact-2 .left {
	width: 55%;
	padding-right: 15px
}

.contact-page .contact-2 .left .form {
	-moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
	-o-box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
	box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
	padding: 30px
}

.contact-page .contact-2 .right {
	width: 45%;
	padding-left: 15px
}

.contact-page .contact-2 .right h3.title {
	position: relative;
	padding-bottom: 15px
}

.contact-page .contact-2 .right h3.title:after {
	position: absolute;
	height: 4px;
	width: 18%;
	background: #e63946 none repeat scroll 0 0;
	content: "";
	left: 0;
	bottom: 0
}

.contact-page .contact-2 .right h3.title:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 20%;
	height: 4px;
	width: 20px;
	background: #ddd none repeat scroll 0 0
}

.contact-page .contact-2 .right ul {
	padding-top: 20px;
	margin: -10px
}

.contact-page .contact-2 .right ul li {
	padding: 10px
}

.contact-page .contact-2 .right ul li.wid-100 {
	width: 100%
}

.contact-page .contact-2 .right ul li h6 {
	font-size: 14px;
	margin-bottom: 7px;
	text-transform: capitalize;
	color: #828893
}

.contact-page .contact-2 .right ul li p {
	font-size: 15px;
	color: #111;
	line-height: normal;
	letter-spacing: 1px
}

.product-page {
	padding: 70px 0
}

.product-page .product-list ul {
	margin: -10px
}

.product-page .product-list ul li {
	padding: 10px
}

.product-page .product-list ul li .box {
	display: block;
	background: #fff;
	-moz-box-shadow: 0 0 8px rgba(125, 125, 125, .2);
	-o-box-shadow: 0 0 8px rgba(125, 125, 125, .2);
	box-shadow: 0 0 8px rgba(125, 125, 125, .2)
}

.product-page .product-list ul li .box a.img-box {
	display: block
}

.product-page .product-list ul li .box .content {
	display: block;
	padding: 20px 10px;
	text-align: center
}

.product-page .product-list ul li .box .content .bz {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	border-bottom: 1px solid #eee;
	margin-bottom: 6px
}

.product-page .product-list ul li .box .content .bz .list {
	display: flex;
	align-items: center;
	margin: 5px 6px
}

.product-page .product-list ul li .box .content .bz .list span {
	font-size: 16px
}

.product-page .product-list ul li .box .content .bz .list .cir {
	margin-left: 6px;
	border: 1px solid #000;
	width: 16px;
	height: 16px;
	line-height: 1
}

.product-page .product-list ul li .box .content .bz .list .cir i {
	font-size: 12px;
	opacity: 0
}

.product-page .product-list ul li .box .content .bz .list.active .cir i {
	opacity: 1
}

.product-page .product-list ul li .box .content h3 {
	font-size: 16px;
	color: #111;
	height: 56px;
	overflow: hidden;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.product-page .product-list ul li .box .content h3:hover {
	color: #e63946
}

.product-page .product-list ul li .box .content h5 {
	display: block;
	font-size: 14px;
	color: #e63946;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: uppercase;
	font-weight: 700
}

.product-page .product-list ul li .box .content p {
	display: block;
	font-size: 12px;
	color: #888;
	line-height: 20px;
	font-family: "opensans-Regular";
	margin: 5px 0 10px;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden
}

.product-page .product-list ul li .box .content a.more {
	display: inline-block;
	vertical-align: middle;
	line-height: 28px;
	height: 28px;
	padding: 0 10px;
	border: 1px solid #e63946;
	font-size: 12px;
	font-family: "Poppins-Bold";
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	color: #e63946
}

.product-page .product-list ul li .box .content a.more i {
	margin-left: 5px
}

.product-page .product-list ul li .box .content a.more:hover {
	color: #fff;
	background: #e63946
}

.prodet-page {
	padding: 70px 0
}

.prodet-page .product-box .prodet-1 .left {
	width: 60%
}

.prodet-page .product-box .prodet-1 .left a {
	display: block;
	border: 1px solid #eee
}

.prodet-page .product-box .prodet-1 .left a img {
	width: 100%
}

.prodet-page .product-box .prodet-1 .left ul {
	margin: -5px;
	padding: 0
}

.prodet-page .product-box .prodet-1 .left ul li {
	padding: 5px
}

.prodet-page .product-box .prodet-1 .left ul li i,
.prodet-page .product-box .prodet-1 .left ul li span {
	display: none !important
}

.prodet-page .product-box .prodet-1 .left ul li img {
	display: block;
	margin: 0 auto
}

.prodet-page .product-box .prodet-1 .left ul .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-indent: -9999em;
	width: 40px;
	height: 40px;
	border: none;
	background-color: rgba(0, 0, 0, .3);
	z-index: 1;
	background-size: 8px;
	background-position: center center;
	background-repeat: no-repeat
}

.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-prev {
	background-image: url("/pc/cn/images/banner-btn-l.png");
	left: 10px
}

.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
	background-image: url("/pc/cn/images/banner-btn-r.png");
	right: 10px
}

.prodet-page .product-box .prodet-1 .right {
	padding-left: 15px;
	width: 40%
}

.prodet-page .product-box .prodet-1 .right h3.title {
	font-size: 24px
}

.prodet-page .product-box .prodet-1 .right .share {
	padding: 10px 0
}

.prodet-page .product-box .prodet-1 .right .share h4 {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px
}

.prodet-page .product-box .prodet-1 .right .share ul {
	display: inline-block;
	vertical-align: middle
}

.prodet-page .product-box .prodet-1 .right .share ul li {
	width: auto;
	color: #666;
	margin: 5px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.prodet-page .product-box .prodet-1 .right .share ul li:hover {
	color: #e63946
}

.prodet-page .product-box .prodet-1 .right a.tel {
	font-size: 18px;
	color: #e63946;
	display: block
}

.prodet-page .product-box .prodet-1 .right a.contact {
	display: inline-block;
	vertical-align: middle;
	line-height: 32px;
	height: 32px;
	background: #e63946;
	color: #fff;
	padding: 0 25px;
	font-size: 14px;
	margin-top: 10px
}

.prodet-page .product-box .prodet-2 {
	padding: 30px 0
}

.prodet-page .product-box .prodet-2 .options ul {
	background: #f8f8f8
}

.prodet-page .product-box .prodet-2 .options ul li {
	width: auto;
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
	color: #3d474a;
	border-radius: 0;
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	cursor: pointer;
	cursor: hand
}

.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
	color: #fff;
	background: #e63946
}

.prodet-page .product-box .prodet-2 .ret {
	padding-top: 20px
}

.prodet-page .product-box .prodet-2 .ret p {
	padding: 5px 0
}

.prodet-page .product-box .prodet-2 .ret table {
	margin: 5px 0
}

.prodet-page .product-box .prodet-2 .ret table td {
	border: 1px solid #eee;
	font-size: 14px
}

.prodet-page .product-box .prodet-2 .ret table td p {
	padding: 0
}

.prodet-page .product-box .prodet-2 .ret table tr:nth-child(even) {
	background: #f9f9f9
}

.prodet-page .product-box .prodet-3 h3.title {
	font-size: 24px
}

.prodet-page .product-box .prodet-3 ul {
	margin: -10px
}

.prodet-page .product-box .prodet-3 ul li {
	padding: 10px
}

.prodet-page .product-box .prodet-3 ul li .box {
	display: block;
	background: #fff;
	-moz-box-shadow: 0 0 8px rgba(125, 125, 125, .2);
	-o-box-shadow: 0 0 8px rgba(125, 125, 125, .2);
	box-shadow: 0 0 8px rgba(125, 125, 125, .2)
}

.prodet-page .product-box .prodet-3 ul li .box a.img-box {
	display: block
}

.prodet-page .product-box .prodet-3 ul li .box .content {
	display: block;
	padding: 20px 10px;
	text-align: center
}

.prodet-page .product-box .prodet-3 ul li .box .content h3 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	color: #111;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
	color: #e63946
}

.prodet-page .product-box .prodet-3 ul li .box .content h5 {
	display: block;
	font-size: 14px;
	color: #e63946;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: uppercase;
	font-weight: 700
}

.prodet-page .product-box .prodet-3 ul li .box .content p {
	display: block;
	font-size: 12px;
	color: #888;
	line-height: 20px;
	font-family: "opensans-Regular";
	margin: 5px 0 10px;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden
}

.prodet-page .product-box .prodet-3 ul li .box .content a.more {
	display: inline-block;
	vertical-align: middle;
	line-height: 28px;
	height: 28px;
	padding: 0 10px;
	border: 1px solid #e63946;
	font-size: 12px;
	font-family: "Poppins-Bold";
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	color: #e63946
}

.prodet-page .product-box .prodet-3 ul li .box .content a.more i {
	margin-left: 5px
}

.prodet-page .product-box .prodet-3 ul li .box .content a.more:hover {
	color: #fff;
	background: #e63946
}

.prodet-con-page {
	padding: 0
}

.prodet-con-page .contact-2 .left {
	width: 100%
}

.gallery-page {
	padding: 70px 0
}

.gallery-page .gallery-list ul {
	margin: -15px
}

.gallery-page .gallery-list ul li {
	padding: 15px
}

.gallery-page .gallery-list ul li .box {
	box-shadow: 0 0 10px rgba(72, 73, 121, .3);
	padding: 10px;
	border-radius: 5px
}

.gallery-page .gallery-list ul li .box a.img-box {
	margin-bottom: 10px;
	display: block
}

.gallery-page .gallery-list ul li .box h5 {
	display: block;
	color: #111;
	font-size: 18px;
	padding: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.gallery-page .gallery-list ul li .box:hover h5 {
	background: #e63946;
	color: #fff
}

.transition_1 {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}

.join-page {
	padding: 90px 0
}

.join-page .container {
	max-width: 1300px
}

.join-page .init-1 .container .tips {
	font-size: 22px;
	text-align: center
}

.join-page .init-1 .container .tips_des {
	margin-top: 10px;
	font-size: 16px;
	color: #909399;
	text-align: center
}

.join-page .init-1 .container .tips_des p {
	margin-top: 6px
}

.join-page .init-1 .container .list_cont {
	margin: 10px -14px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.join-page .init-1 .container .list_cont .list {
	display: block;
	padding: 0 14px;
	margin-top: 30px
}

.join-page .init-1 .container .list_cont .list .box {
	position: relative;
	padding: 40px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .08);
	box-shadow: 0 0 20px rgba(0, 0, 0, .08);
	height: 100%;
	cursor: pointer;
	min-height: 360px
}

.join-page .init-1 .container .list_cont .list .box:before {
	content: '';
	width: 63px;
	height: 63px;
	background-color: #e63946;
	position: absolute;
	top: 41px;
	right: 41px;
	border-radius: 100px;
	z-index: -1
}

.join-page .init-1 .container .list_cont .list .box .img {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	background-color: #e63946;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	border: 2px solid #e63946
}

.join-page .init-1 .container .list_cont .list .box .img img {
	width: 30px;
	height: 24px;
	-webkit-filter: grayscale(1) brightness(5);
	filter: grayscale(1) brightness(5);
	-webkit-transform: rotate(-40deg);
	-moz-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
	transform: rotate(-40deg)
}

.join-page .init-1 .container .list_cont .list .box .title {
	font-size: 24px;
	font-weight: 700;
	margin-top: 10px
}

.join-page .init-1 .container .list_cont .list .box .title_2 {
	margin-top: 20px;
	font-size: 32px;
	line-height: 1.4
}

.join-page .init-1 .container .list_cont .list .box .des {
	margin-top: 12px;
	font-size: 14px;
	color: #909399
}

.join-page .init-1 .container .list_cont .list .box:hover {
	color: #fff
}

@keyframes scale-up-right {
	0% {
		-webkit-transform: scale(.2);
		transform: scale(.2);
		-webkit-transform-origin: 90% 20%;
		transform-origin: 90% 20%;
		border-bottom-left-radius: 400px;
		border-bottom-right-radius: 400px;
		border-top-right-radius: 400px;
		border-top-left-radius: 400px
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 90% 20%;
		transform-origin: 90% 20%;
		border-radius: 0
	}
}

.join-page .init-1 .container .list_cont .list .box:hover:before {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	-webkit-animation: scale-up-right .6s cubic-bezier(.25, .46, .45, .94) both;
	animation: scale-up-right .6s cubic-bezier(.25, .46, .45, .94) both
}

.join-page .init-1 .container .list_cont .list .box:hover p {
	color: #fff
}

.join-page .init-1 .container .list_cont .list .box:hover .img {
	background: #fff
}

.join-page .init-1 .container .list_cont .list .box:hover .img img {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-filter: grayscale(0) brightness(1);
	filter: grayscale(0) brightness(1)
}

.join-page .init-1 .container .list_cont .list .box:hover .des {
	color: #fff
}

.join-page .init-2 {
	margin-top: 70px
}

.join-page .init-2 .container .tips {
	font-size: 22px;
	text-align: center
}

.join-page .init-2 .container .tips_des {
	font-size: 16px;
	color: #909399;
	text-align: center;
	margin-top: 10px
}

.join-page .init-2 .container .swiper {
	margin-top: 50px;
	padding: 50px 0;
	overflow: hidden
}

.join-page .init-2 .container .swiper .swiper-wrapper .swiper-slide {
	z-index: 0
}

.join-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .box {
	-webkit-filter: brightness(.6);
	filter: brightness(.6);
	position: relative;
	display: block;
	opacity: 0
}

.join-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .box img {
	display: block;
	width: 100%
}

.join-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .box .shaodw {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.join-page .init-2 .container .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
	z-index: 1
}

.join-page .init-2 .container .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev .box {
	opacity: 1;
	-webkit-transform: translateX(20%);
	-moz-transform: translateX(20%);
	-ms-transform: translateX(20%);
	-o-transform: translateX(20%);
	transform: translateX(20%)
}

.join-page .init-2 .container .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
	z-index: 2
}

.join-page .init-2 .container .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .box {
	opacity: 1;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-filter: brightness(1);
	filter: brightness(1)
}

.join-page .init-2 .container .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
	z-index: 1
}

.join-page .init-2 .container .swiper .swiper-wrapper .swiper-slide.swiper-slide-next .box {
	opacity: 1;
	-webkit-transform: translateX(-20%);
	-moz-transform: translateX(-20%);
	-ms-transform: translateX(-20%);
	-o-transform: translateX(-20%);
	transform: translateX(-20%)
}

.join-page .init-2 .container .s_page {
	position: relative;
	top: 0;
	left: 0;
	margin-top: 20px;
	text-align: center
}

.join-page .init-2 .container .s_page .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #909399;
	margin: 0 6px;
	opacity: 1
}

.join-page .init-2 .container .s_page .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #e63946
}

.joinlist-page {
	padding: 50px 0
}

.joinlist-page .tips_title {
	font-size: 22px;
	text-align: center
}

.joinlist-page .tips_des {
	margin-top: 10px;
	color: #909399;
	font-size: 16px;
	text-align: center
}

.joinlist-page .search_cont {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.joinlist-page .search_cont input {
	border: 1px solid #c0c4cc;
	background-color: #fff
}

.joinlist-page .search_cont .text {
	font-size: 14px;
	padding: 10px 20px;
	width: -webkit-calc(-110%);
	width: -moz-calc(-110%);
	width: calc(100% - 210px)
}

.joinlist-page .search_cont .submit {
	width: 196px;
	height: 60px;
	padding: 10px 20px;
	margin-left: auto;
	font-size: 16px;
	background-color: #e63946;
	color: #fff;
	border: none
}

.joinlist-page .search_cont .submit:hover {
	background-color: #000
}

.joinlist-page .content_c {
	margin-top: 40px
}

.joinlist-page .content_c .tips {
	font-size: 14px;
	color: #606266;
	padding: 0 0 14px 20px;
	border-bottom: 1px solid #e5e5e5
}

.joinlist-page .content_c .list_cont .list {
	border-bottom: 1px solid #e5e5e5
}

.joinlist-page .content_c .list_cont .list .top {
	padding: 50px 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	cursor: pointer;
	position: relative
}

.joinlist-page .content_c .list_cont .list .top .left {
	width: -webkit-calc(-130%);
	width: -moz-calc(-130%);
	width: calc(100% - 230px)
}

.joinlist-page .content_c .list_cont .list .top .left .name {
	font-size: 24px
}

.joinlist-page .content_c .list_cont .list .top .left .info {
	color: #606266;
	font-size: 14px;
	margin-top: 10px
}

.joinlist-page .content_c .list_cont .list .top .right {
	width: 210px;
	margin-left: auto;
	text-align: right
}

.joinlist-page .content_c .list_cont .list .top .right .salary {
	font-size: 24px;
	line-height: 1.2;
	color: #e63946
}

.joinlist-page .content_c .list_cont .list .top .right .time {
	font-size: 14px;
	color: gray;
	margin-top: 18px
}

.joinlist-page .content_c .list_cont .list .middle {
	display: none
}

.joinlist-page .content_c .list_cont .list .middle .cont_c {
	padding: 30px 20px;
	background-color: #f3f4f5
}

.joinlist-page .content_c .list_cont .list .middle .cont_c .list_2 {
	margin-top: 30px
}

.joinlist-page .content_c .list_cont .list .middle .cont_c .list_2:first-child {
	margin-top: 0
}

.joinlist-page .content_c .list_cont .list .middle .cont_c .list_2 .title {
	font-size: 20px;
	margin-bottom: 10px
}

.joinlist-page .content_c .list_cont .list .middle .cont_c .list_2 .cont {
	font-size: 14px;
	color: #606266;
	line-height: 2
}

.joinlist-page .content_c .list_cont .list .middle .cont_c .more {
	margin-top: 34px;
	display: block;
	width: 200px;
	height: 40px;
	background-color: #e63946;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 16px
}

.joinlist-page .content_c .list_cont .list .middle .cont_c .more:hover {
	background-color: #000
}

.joinlist-page .content_c .list_cont .list .btn {
	text-align: center;
	padding: 10px
}

.joinlist-page .content_c .list_cont .list .btn img {
	width: 34px;
	display: inline-block;
	cursor: pointer
}

.joinform-page .init-1 {
	padding: 50px 0;
	text-align: center
}

.joinform-page .init-1 .container .tips {
	font-size: 22px
}

.joinform-page .init-1 .container .tips_des {
	font-size: 16px;
	color: #909399;
	margin-top: 10px
}

.joinform-page .init-2 {
	padding: 40px 0;
	background-color: #f3f4f5
}

.joinform-page .init-2 .container .list {
	margin-top: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 14px
}

.joinform-page .init-2 .container .list:first-child {
	margin-top: 0
}

.joinform-page .init-2 .container .list .tips {
	font-size: 24px;
	color: #303133;
	width: 100%
}

.joinform-page .init-2 .container .list input,
.joinform-page .init-2 .container .list textarea {
	background-color: #fff;
	border: none;
	padding: 18px 16px;
	margin-top: 35px
}

.joinform-page .init-2 .container .list .name,
.joinform-page .init-2 .container .list .year,
.joinform-page .init-2 .container .list .sex,
.joinform-page .init-2 .container .list .phone,
.joinform-page .init-2 .container .list .education {
	width: 400px
}

.joinform-page .init-2 .container .list .sex {
	cursor: pointer;
	position: relative;
	margin-top: 35px
}

.joinform-page .init-2 .container .list .sex input {
	margin-top: 0;
	height: 100%
}

.joinform-page .init-2 .container .list .sex .shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.joinform-page .init-2 .container .list .sex .fa {
	position: absolute;
	top: 18px;
	right: 20px;
	font-size: 20px;
	color: #c2c2c2
}

.joinform-page .init-2 .container .list .sex ul {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	left: 0;
	display: none
}

.joinform-page .init-2 .container .list .sex ul li {
	padding: 18px 20px;
	font-size: 14px;
	border-top: 1px solid #f2f2f2;
	background-color: #fff
}

.joinform-page .init-2 .container .list .sex ul li:first-child {
	border: none
}

.joinform-page .init-2 .container .list .sex ul li:hover {
	background-color: #333;
	color: #fff
}

.joinform-page .init-2 .container .list .address,
.joinform-page .init-2 .container .list .subject {
	width: -webkit-calc(-350%);
	width: -moz-calc(-350%);
	width: calc(100% - 440px)
}

.joinform-page .init-2 .container .list .honor {
	width: 100%
}

.joinform-page .init-2 .container .list .upload {
	width: 50%;
	background-color: #fff;
	margin-top: 35px;
	position: relative
}

.joinform-page .init-2 .container .list .upload input {
	margin-top: 0;
	height: 320px;
	opacity: 0;
	position: relative;
	z-index: 2;
	cursor: pointer;
	width: 100%
}

.joinform-page .init-2 .container .list .upload .cont {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #909399
}

.joinform-page .init-2 .container .list .upload .cont img {
	width: 70px;
	display: inline-block
}

.joinform-page .init-2 .container .list .upload .cont .text {
	margin-top: 14px
}

.joinform-page .init-2 .container .list .upload_2 {
	width: 100%;
	background-color: rgba(255, 255, 255, 0);
	padding: 0;
	margin-top: 10px;
	display: none;
	text-decoration: underline
}

.joinform-page .init-2 .container .btn_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 40px
}

.joinform-page .init-2 .container .btn_list .btn {
	margin-top: 20px;
	cursor: pointer;
	width: 160px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	background-color: #909399;
	border: none
}

.joinform-page .init-2 .container .btn_list .btn:hover {
	background-color: #000
}

.joinform-page .init-2 .container .btn_list .submit_btn {
	background-color: #e63946
}

.joinform-page .init-2 .container .btn_list .reset_btn {
	margin-left: 40px
}

@media screen and (max-width:1250px) {
	.inner-page .sidebar-box .sidebar-left .sidebar-nav {
		padding: 15px
	}

	.prodet-page .product-box .prodet-1 .left {
		width: 100%
	}

	.prodet-page .product-box .prodet-1 .right {
		width: 100%;
		padding-left: 0;
		padding-top: 20px
	}

	.inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
		font-size: 20px
	}

	.inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
		font-size: 1.2rem;
		margin: 15px 0
	}

	.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
		padding: 6px 25px
	}

	.product-page .product-list ul li {
		width: 50% !important
	}

	.inner-banner h3 {
		font-size: 34px;
		line-height: 34px
	}

	.inner-banner .mbx {
		font-size: 14px
	}

	.inner-page h3.title {
		font-size: 28px;
		line-height: 28px
	}

	#mapContainer {
		height: 300px !important
	}

	.news-page .news-list ul li .box .content h3 {
		font-size: 20px;
		line-height: 24px
	}

	.faq-page .faq-2 .left ul li h4 {
		font-size: 16px;
		padding: 12px
	}

	.faq-page .faq-2 .right .box2 {
		padding: 20px 10px
	}

	.faq-page .faq-2 .right .box2 h3.title {
		margin-bottom: 20px
	}

	.inner-page .form ul li input,
	.inner-page .form ul li textarea {
		padding: 8px 15px
	}

	.about-page .about-1 .right h5 {
		font-size: 16px;
		line-height: 24px
	}

	.about-page .about-1 .right .text ul {
		margin: 10px 0
	}

	.about-page .about-1 .right .text ul li {
		font-size: 14px;
		margin: 3px 0
	}

	.inner-page i.small-tit {
		font-size: 16px
	}

	.about-page .about-4 .bottom ul li .box h5 {
		font-size: 18px
	}

	.joinform-page .init-2 .container .list input,
	.joinform-page .init-2 .container .list textarea {
		width: 100%
	}

	.joinform-page .init-2 .container .list .name,
	.joinform-page .init-2 .container .list .year,
	.joinform-page .init-2 .container .list .sex,
	.joinform-page .init-2 .container .list .phone,
	.joinform-page .init-2 .container .list .education {
		width: 100%
	}

	.joinform-page .init-2 .container .list .address,
	.joinform-page .init-2 .container .list .subject {
		width: 100%
	}
}

@media screen and (max-width:1000px) {
	.inner-page .container {
		width: 100%
	}

	.inner-page h3.title {
		font-size: 24px;
		line-height: 26px
	}

	.about-page .about-1 .right h5 {
		font-size: 14px;
		line-height: 20px
	}

	.about-page .about-1,
	.about-page .about-2,
	.about-page .about-3,
	.gallery-page,
	.faq-page .faq-1,
	.faq-page .faq-2,
	.prodet-page,
	.product-page,
	.news-page,
	.newdet-page,
	.service-page,
	.contact-page,
	.about-page .about-4 {
		padding: 40px 0
	}

	.contact-page .contact-2 {
		padding-top: 40px
	}

	.about-page .about-2 .right .content li {
		font-size: 13px;
		padding: 2px 10px
	}

	.about-page .about-3 a.more {
		padding: 6px 25px
	}

	.about-page .about-4 .top .right a.more {
		font-size: 16px;
		line-height: 34px;
		height: 34px
	}

	.about-page .about-4 .bottom ul li {
		padding: 10px
	}

	.about-page .about-4 .bottom ul {
		margin: -10px
	}

	.about-page .about-4 .bottom ul li .box h5 {
		font-size: 16px;
		padding: 5px
	}

	.inner-page .sidebar-box .sidebar-left {
		width: 100%;
		padding: 0;
		margin-bottom: 20px
	}

	.inner-page .sidebar-box .sidebar-left ul .children,
	.inner-page .sidebar-box .sidebar-left .sidebar-info {
		display: none
	}

	.faq-page .faq-2 .left {
		width: 100%;
		padding-right: 0
	}

	.faq-page .faq-2 .right {
		width: 100%;
		padding-left: 0;
		padding-top: 20px
	}

	.inner-page .sidebar-box .sidebar-right {
		width: 100%;
		padding-left: 0
	}

	.gallery-page .gallery-list ul li .box h5 {
		font-size: 16px
	}

	.inner-page .m-page {
		text-align: center
	}

	.inner-page .m-page a,
	.inner-page .m-page span {
		width: 35px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
		-moz-box-shadow: 0 2px 5px 0 #d8dde6;
		-o-box-shadow: 0 2px 5px 0 #d8dde6;
		box-shadow: 0 2px 5px 0 #d8dde6
	}

	.inner-page h3.title {
		font-size: 20px !important;
		line-height: 24px
	}

	.faq-page .faq-2 .left ul li h4 {
		font-size: 14px
	}

	.inner-banner {
		height: 300px;
		padding-top: 120px
	}

	.inner-banner h3 {
		font-size: 28px;
		line-height: 28px
	}

	.product-page .product-list ul li {
		width: 33.333% !important
	}

	.news-page .news-list ul li .box .content time,
	.newdet-page .news-content time {
		font-size: 16px;
		width: 50px;
		height: 50px;
		line-height: 20px;
		top: -25px
	}

	.newdet-page .news-content time {
		top: 0;
		margin-top: -25px
	}

	.news-page .news-list ul li .box .content a.more {
		font-size: 14px;
		padding: 2px 0 2px 15px
	}

	.contact-page .contact-2 .right ul li p {
		font-size: 13px
	}

	.contact-page .contact-2 .right ul li h6 {
		margin-bottom: 3px
	}

	.about-page .about-4 .bottom {
		padding-top: 30px
	}

	.join-page .init-1 .container .list_cont .list {
		width: 100%
	}

	.join-page .init-2 .container .swiper {
		padding: 0
	}

	.join-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .box {
		opacity: 1
	}

	.join-page .init-2 .container .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .box {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}

	.join-page .init-2 .container .swiper .swiper-wrapper .swiper-slide.swiper-slide-next .box {
		-webkit-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0)
	}

	.join-page .init-2 .container .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev .box {
		-webkit-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0)
	}
}

@media screen and (max-width:700px) {
	.contact-page .contact-2 .left {
		width: 100%;
		padding-right: 0
	}

	.contact-page .contact-2 .right {
		width: 100%;
		padding-left: 0;
		padding-top: 30px
	}

	.inner-page .form ul li {
		width: 100% !important
	}

	.product-page .product-list ul li {
		width: 50% !important
	}

	.gallery-page .gallery-list ul li .box h5 {
		font-size: 14px
	}

	.about-page .about-1 .left,
	.about-page .about-2 .left,
	.about-page .about-4 .top .left {
		padding-right: 0;
		width: 100%
	}

	.about-page .about-1 .right,
	.about-page .about-2 .right,
	.about-page .about-4 .top .right {
		width: 100%;
		padding-top: 30px;
		padding-left: 0
	}

	.about-page .about-4 .top .right {
		text-align: left;
		padding-top: 20px
	}

	.about-page .about-4 .bottom ul li .box h5 {
		font-size: 14px
	}

	.inner-banner {
		display: none
	}

	.inner-page {
		margin-top: 50px
	}

	.grid-box.three>.column {
		width: 100%
	}

	.joinform-page .init-2 .container .list .upload {
		width: 100%
	}
}

@media screen and (max-width:500px) {
	.inner-banner h3 {
		font-size: 24px;
		line-height: 24px
	}

	.about-page .about-1 .right .text ul li {
		font-size: 12px
	}

	.faq-page .faq-2 .left ul li h4 {
		padding: 8px
	}

	.product-page .product-list ul li {
		width: 50% !important
	}

	.prodet-page .product-box .prodet-2 .options ul li {
		font-size: 13px;
		padding: 0 10px
	}

	.inner-page p,
	.inner-page {
		font-size: 13px;
		line-height: 1.8
	}

	.news-page .news-list ul li .box .content h3 {
		font-size: 16px;
		line-height: 20px
	}

	.contact-page .contact-2 .left .form {
		padding: 10px
	}

	.button-group .button:nth-child(2) {
		display: none
	}

	.button-group {
		padding: 5px !important;
		bottom: 0 !important;
		right: 15px !important
	}

	.inner-banner {
		height: 240px;
		padding-top: 80px;
		display: none
	}

	.join-page {
		padding: 40px 0
	}

	.join-page .init-1 .container .list_cont .list .box {
		padding: 20px 16px
	}

	.join-page .init-1 .container .list_cont .list .box .title_2 {
		font-size: 24px
	}

	.join-page .init-1 .container .list_cont .list .box:before {
		top: 22px;
		right: 17px
	}

	.join-page .init-2 {
		margin-top: 40px
	}

	.join-page .init-2 .container .swiper {
		margin-top: 20px
	}

	.joinlist-page .search_cont {
		margin-top: 20px
	}

	.joinlist-page .search_cont .text {
		width: 100%
	}

	.joinlist-page .search_cont .submit {
		width: 100%;
		margin-top: 10px;
		height: auto
	}

	.joinlist-page .content_c .tips {
		padding-left: 0;
		text-align: center
	}

	.joinlist-page .content_c .list_cont .list .top {
		padding: 20px 0;
		text-align: center
	}

	.joinlist-page .content_c .list_cont .list .top .left {
		width: 100%
	}

	.joinlist-page .content_c .list_cont .list .top .right {
		width: 100%;
		text-align: center;
		margin-top: 20px
	}

	.joinlist-page .content_c .list_cont .list .top .right .time {
		margin-top: 10px
	}

	.joinlist-page .content_c .list_cont .list .middle {
		display: block
	}

	.joinlist-page .content_c .list_cont .list .btn img {
		width: 26px
	}

	.joinlist-page .content_c .list_cont .list .middle .cont_c .more {
		width: 100%
	}

	.joinform-page .init-2 .container .btn_list .btn {
		width: 100%
	}

	.joinform-page .init-2 .container .btn_list .reset_btn {
		margin-left: 0
	}
}

.inner-page.about-page .about-1 .text>div {
	height: 400px;
	overflow-y: scroll
}

.about-page .about-1 .about-1-bottom {
	padding-top: 60px
}

.about-page .about-1 .about-1-bottom ul {
	margin: 0 -15px
}

.about-page .about-1 .about-1-bottom ul li {
	padding: 0 15px
}

.about-page .about-1 .about-1-bottom ul li a {
	display: block
}

.about-page .about-1 .about-1-bottom ul .slick-dots {
	text-align: center;
	padding-top: 40px
}

.about-page .about-1 .about-1-bottom ul .slick-dots li {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	border: 2px solid #a98e60;
	padding: 0;
	margin: 0 5px;
	display: inline-block;
	cursor: pointer;
	cursor: hand
}

.about-page .about-1 .about-1-bottom ul .slick-dots li.slick-active {
	background: #a98e60
}

.about-page .about-1 .about-1-bottom ul .slick-dots li button {
	display: none
}

.abt-1-1 .grid-box .column .ig {
	text-align: center
}

.abt-1-1 .grid-box .column .ig h4 {
	font-size: 2.8rem;
	color: #000
}

.abt-1-1 .grid-box .column .ig h4 span {
	font-size: 18px;
	font-weight: 700
}

.abt-1-1 .grid-box .column .ig p {
	font-size: 16px;
	color: #999
}

.init-history {
	padding: 0;
	background: url(/pc/en/images/pc-history.jpg) no-repeat bottom
}

.inner-page.about-page .about-1 .text>div::-webkit-scrollbar,
.inner-page.about-page .about-1 .text>div::-webkit-scrollbar {
	width: 3px;
	border-radius: 1.5px
}

.inner-page.about-page .about-1 .text>div::-webkit-scrollbar-button,
.inner-page.about-page .about-1 .text>div::-webkit-scrollbar-button {
	display: none
}

.inner-page.about-page .about-1 .text>div::-webkit-scrollbar-track,
.inner-page.about-page .about-1 .text>div::-webkit-scrollbar-track {
	background-color: #eee
}

.inner-page.about-page .about-1 .text>div::-webkit-scrollbar-thumb,
.inner-page.about-page .about-1 .text>div::-webkit-scrollbar-thumb {
	background-color: #e63946
}

.support-page {
	padding: 60px 0
}

.support-page .head-box {
	text-align: center;
	margin-bottom: 50px
}

.support-page .head-box h3 {
	font-size: 22px;
	margin-bottom: 20px
}

.support-page .head-box p {
	line-height: 1.8em
}

.support-page .con-box .left,
.support-page .con-box .right {
	width: 50%;
	font-size: 14px;
	line-height: 24px;
	color: #777
}

.support-page .con-box .left h3,
.support-page .con-box .right h3 {
	font-size: 24px;
	padding-bottom: 26px;
	color: #000
}

.support-page .con-box .left.text1 {
	padding-right: 50px;
	padding-top: 40px
}

.support-page .con-box .left.text1 p {
	font-size: 14px;
	line-height: 24px;
	color: #777
}

.support-page .con-box .right.text1 {
	padding-left: 50px;
	padding-top: 40px
}

.support-page .con-box .right p {
	font-size: 14px;
	line-height: 24px;
	color: #777
}

.support-page .con-box h3 {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 15px
}

.support-page .con-box h3:before {
	position: absolute;
	height: 4px;
	width: 10%;
	background: #e63946 none repeat scroll 0 0;
	content: "";
	left: 0;
	bottom: 0
}

.support-page .con-box h3:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 11%;
	height: 4px;
	width: 15px;
	background: #ddd none repeat scroll 0 0
}

#history {
	color: #fff;       
	padding: 70px 0;
	background: url(/pc/cn/images/videbga.jpg) center center;
	background-attachment: fixed
}

.posrelative {
	position: relative
}

.j-swiper-container-cn2 {
	padding: 20px 0 250px !important
}

.cn21 {
	width: 100%;
	height: 3px;
	background: #d7e4f4;
	cursor: pointer
}

.cn21 i {
	display: block;
	width: 24px;
	height: 24px;
	background: #fff;
	border-radius: 24px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-top: -12px;
	margin-left: -12px;
	transition: .25s
}

.cn21 i em {
	background: #e63946;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	display: block;
	margin: 6px auto;
	transition: .25s
}

.cn21txt {
	padding: 15px;
	text-align: center;
	position: absolute;
	width: 98%;
	top: 35px;
	left: 1%
}

.cn21txt span {
	display: inline-block;
	width: 20px;
	height: 9px;
	background: url(/pc/cn/images/cn2jt_05.png) no-repeat center;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 0;
	margin-top: -9px;
	opacity: 0
}

.cn21txt h3 {
	font-size: 18px;
	font-weight: 400
}

.cn21txt p {
	font-size: 16px;
	line-height: 23px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	color: #fff
}

.cn2_btn {
	background: 0 0;
	border: 1px solid #ddd;
	color: #999;
	line-height: 36px
}

.m6_btn {
	width: 38px;
	height: 38px;
	background: #fff;
	color: #e63946;
	text-align: center;
	line-height: 38px;
	/* padding-top: 10px; */
	font-size: 20px;
	position: absolute;
	top: 50%;
	border-radius: 38px;
	cursor: pointer;
	margin-top: -19px;
	display:flex;
	align-items: center;
	justify-content: center;
}

.cn2_btn_l {
	position: absolute;
	left: 0;
	top: 0;
	margin-left: -60px;
	margin-top: 4px
}

.cn2_btn_r {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -60px;
	margin-top: 4px
}

.m6_btn:hover {
	background: #e63946;
	color: #fff
}

.cn21:hover em {
	background: #fff
}

.cn21:hover i {
	background: #e63946
}

.cn21:hover .cn21txt {
	color: #fff;
	background: #e63946
}

.cn21:hover .cn21txt span {
	opacity: 1
}

.cn21:hover p {
	color: #fff
}

@media screen and (max-width:700px) {
	.abt-1-1 .grid-box .column {
		width: 50%
	}

	.abt-1-1 .grid-box .column .ig h4 {
		font-size: 1.3rem
	}

	.prodet-page .product-box .prodet-2 .ret .fl,
	.prodet-page .product-box .prodet-2 .ret .fr {
		width: 100% !important
	}

	.support-page .con-box .left,
	.support-page .con-box .right {
		width: 100% !important;
		padding-bottom: 10px
	}

	.support-page .con-box .right.text1 {
		padding: 0 0 10px
	}

	.gallery-page .gallery-list ul li {
		width: 50% !important
	}

	#banner .text h2 span {
		font-size: 26px
	}

	.newdet-page .news-content .content p {
		width: 100% !important
	}

	.inner-page .sidebar-box .sidebar-left {
		display: none
	}
}

.prodet-page .product-box .prodet-2 .ret table,
.prodet-page .product-box .prodet-2 .ret table tbody {
	width: 100%
}

@media screen and (max-width:500px) {
	.prodet-page table {
		display: block
	}
}