@font-face {
	font-family: 'BebasNeue';
	src: url(/fonts/BebasNeue.ttf) format('truetype'), url(/fonts/BebasNeue.eot) format('eot'), url(/fonts/BebasNeue.woff) format('woff'), url(/fonts/BebasNeue.woff2) format('woff2')
}

.container {
	width: 1550px
}

.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
}

#mobile {
	position: fixed;
	top: 0;
	right: -280px;
	width: 280px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	z-index: 22;
	height: 100%
}

#mobile:before {
	content: '';
	width: 200%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;
	display: block;
	background: rgba(0, 0, 0, .13);
	z-index: -1;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

#mobile .mobile-logo {
	position: absolute;
	left: 100%;
	width: 100vw;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #111;
	-o-box-shadow: 0 0 10px rgba(255, 255, 255, .2);
	-webkit-box-shadow: 0 0 10px rgba(255, 255, 255, .2);
	box-shadow: 0 0 10px rgba(255, 255, 255, .2);
	display: none
}

#mobile .mobile-logo img {
	max-height: 30px;
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle
}

#mobile #menu-on {
	width: 40px;
	height: 40px;
	background: #f5f5f5;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	cursor: hand;
	z-index: 1
}

#mobile #menu-on i {
	width: 23px;
	height: 2px;
	background: #222;
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center
}

#mobile #menu-on i.line1 {
	top: 12px
}

#mobile #menu-on i.line2 {
	top: 19px
}

#mobile #menu-on i.line3 {
	top: 26px
}

#mobile .menu-content {
	width: 100%;
	height: 100%;
	display: block;
	background: #222;
	padding: 40px 10% 60px;
	overflow-y: auto;
	color: #fff
}

#mobile .menu-content::-webkit-scrollbar {
	width: 3px;
	border-radius: 1.5px
}

#mobile .menu-content::-webkit-scrollbar-button {
	display: none
}

#mobile .menu-content::-webkit-scrollbar-track {
	background-color: #222
}

#mobile .menu-content::-webkit-scrollbar-thumb {
	background-color: #eee
}

#mobile .menu-content h3 {
	font-size: 20px;
	color: inherit;
	text-transform: capitalize;
	margin-bottom: 10px
}

#mobile .menu-content h3 i {
	font-size: 16px;
	position: relative;
	top: -1px
}

#mobile .menu-content .menu-logo {
	display: block
}

#mobile .menu-content .menu-logo img {
	margin: 0 auto
}

#mobile .menu-content .menu-list {
	margin: 40px 0
}

#mobile .menu-content .menu-list ul li {
	font-size: 15px;
	color: inherit;
	text-transform: uppercase;
	line-height: 20px
}

#mobile .menu-content .menu-list ul li a {
	padding: 8px 0;
	display: block
}

#mobile .menu-content .menu-list ul li a:hover {
	color: #0088ce;
	text-decoration: underline
}

#mobile .menu-content .menu-list ul li li a {
	position: relative;
	padding-left: 15px;
	font-size: 13px;
	line-height: 18px
}

#mobile .menu-content .menu-list ul li li a:after {
	content: '';
	width: 6px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

#mobile .menu-content .menu-list ul li li li a {
	padding-left: 25px
}

#mobile .menu-content .menu-list ul li li li a:after {
	width: 12px
}

#mobile .menu-content .mob-search form {
	position: relative
}

#mobile .menu-content .mob-search form input {
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	border: none;
	padding: 0 15px;
	font-size: 14px;
	color: #000
}

#mobile .menu-content .mob-search form input[type=submit] {
	width: 45px;
	height: 45px;
	background: url("../images/icon-search-white.png") no-repeat center center #222;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0
}

#mobile .menu-content .mob-yuy {
	margin: 40px 0
}

#mobile .menu-content .mob-yuy ul li {
	margin-bottom: 10px;
	color: inherit;
	font-size: 14px
}

#mobile .menu-content .mob-yuy ul li img {
	max-width: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px
}

#mobile .menu-content .mob-share ul li {
	width: 30px;
	height: 30px;
	border-radius: 3px;
	background: #333;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	margin-right: 3px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

#mobile .menu-content .mob-share ul li:hover {
	background: #0088ce
}

#mobile .menu-content #menu-off {
	margin-top: 40px;
	cursor: pointer;
	cursor: hand
}

#mobile.active {
	right: 0
}

#mobile.active:before {
	left: 0
}

#mobile.active #menu-on i.line1 {
	-webkit-transform: translateX(-50%) rotateZ(45deg);
	-moz-transform: translateX(-50%) rotateZ(45deg);
	-ms-transform: translateX(-50%) rotateZ(45deg);
	transform: translateX(-50%) rotateZ(45deg);
	top: 12px;
	margin-left: 3px
}

#mobile.active #menu-on i.line2 {
	opacity: 0
}

#mobile.active #menu-on i.line3 {
	-webkit-transform: translateX(-50%) rotateZ(-45deg);
	-moz-transform: translateX(-50%) rotateZ(-45deg);
	-ms-transform: translateX(-50%) rotateZ(-45deg);
	transform: translateX(-50%) rotateZ(-45deg);
	top: 28px;
	margin-left: 3px
}

#mobile.white .mobile-logo {
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	background: #fff
}

#mobile.white .menu-content {
	background: #fff;
	color: #000
}

#mobile.white .menu-content .menu-list ul li li a:after {
	background: #000
}

#mobile.white .menu-content .mob-search form input {
	border: 1px solid #000
}

#mobile.white .menu-content .mob-search form input[type=submit] {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
}

#header .menu-btn {
	display: inline-block;
	vertical-align: middle;
	cursor: hand;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-top: 20px
}

#header .menu-btn span {
	width: 38px;
	display: block
}

#header .menu-btn span i {
	display: block;
	height: 6px;
	border-radius: 3px;
	background: #000;
	position: relative;
	overflow: hidden;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

#header .menu-btn span i:nth-child(2) {
	margin: 9px 0
}

#header .menu-btn span i:after {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #0088ce;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

#header .menu-btn:hover span i:after {
	width: 45%
}

#header .menu-btn:hover span i:nth-child(2):after {
	width: 75%
}

#header .menu-btn:hover span i:nth-child(3):after {
	width: 55%
}

#header {
	position: relative;
	background: #fff;
	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.h-header {
	position: fixed;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	-o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

#header .h-top {
	background: #000;
	height: 50px;
	line-height: 50px;
	padding: 0 10%
}

#header .h-top .column p {
	line-height: 50px;
	font-family: 'BebasNeue'
}

#header .h-top .column .icon {
	padding-right: 10px;
	position: relative
}

#header .h-top .column .icon .fa {
	font-size: 18px;
	margin-right: 12px;
	color: #fff
}

#header .h-top .column .icon:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 18px;
	background: #474747;
	right: 0;
	top: 14px;
	z-index: 3
}

#header .h-top .column .topbar-img img {
	margin: 12px 0 0 15px
}

#header .h-top .column:nth-child(1) p a {
	color: #fff;
	padding: 0 20px 0 0
}

#header .h-top .column:nth-child(1) p a .fa {
	color: #00aeec;
	margin-right: 8px;
	font-size: 16px
}

#header .h-top .column:nth-child(1) p a:nth-child(2) {
	position: relative;
	padding-left: 20px
}

#header .h-top .column:nth-child(1) p a:nth-child(2):after {
	content: '';
	position: absolute;
	width: 1px;
	height: 18px;
	background: #474747;
	left: 0;
	top: -1px;
	z-index: 3
}

#header .h-top .column:nth-child(1) p a:nth-child(2):before {
	content: '';
	position: absolute;
	width: 1px;
	height: 18px;
	background: #474747;
	right: 0;
	top: -1px;
	z-index: 3
}

#header .h-top .column:nth-child(1) p a:nth-child(3) {
	padding-left: 20px
}

#header .nav {
	position: relative;
	padding: 20px 10%
}

#header .nav .h-search {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99
}

#header .nav .h-search .fa {
	color: #333
}

#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(../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(../images/close.png) no-repeat;
	position: absolute;
	right: 25px;
	top: 15px;
	cursor: pointer
}

#header .nav .language {
	position: relative;
	height: 80px;
	line-height: 80px;
	margin-right: 20px
}

#header .nav .language span {
	height: 80px;
	display: block;
	cursor: pointer;
	color: #000;
	font-family: 'Anton', sans-serif
}

#header .nav .language .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 140px;
	background: #0088ce;
	text-align: left;
	z-index: 101
}

#header .nav .language .sub-menu li {
	line-height: normal
}

#header .nav .language .sub-menu li a {
	font-size: 15px;
	color: #fff;
	display: block;
	padding: 10px 18px
}

#header .nav .language .sub-menu li:hover {
	background: #222
}

#header .nav .menu-box {
	padding: 0;
	line-height: 80px;
	height: 80px;
	position: relative;
	padding-right: 40px;
	padding-left: 40px
}

#header .nav .menu-box .menu>li {
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	margin: 0 20px;
	vertical-align: top
}

#header .nav .menu-box .menu>li>a {
	font-size: 16px;
	color: #333;
	display: block;
	position: relative;
	font-family: 'Anton', sans-serif
}

#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: #fff
}

#header .nav .menu-box .menu>li:hover>a {
	color: #333
}

#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: #0088ce;
	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
}

#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 .menu-box .menu>li.menu-item-19480 .sub-menu {
	width: 250px
}

#banner {
	position: relative
}

.layer {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background: rgba(0, 0, 0, .6)
}

.down-bg {
	position: absolute;
	width: 329px;
	height: 49px;
	background: url(../images/down-bg.png) no-repeat center;
	background-size: cover;
	z-index: 3;
	left: 50%;
	margin-left: -165px;
	bottom: 0
}

.down-bg img {
	display: block;
	margin: 20px auto 0
}

#banner {
	position: relative
}

#banner .text {
	width: 50%;
	position: absolute;
	left: 12%;
	top: 30%;
	z-index: 5;
	font-family: 'Anton', sans-serif
}

#banner .text h2 {
	color: #fff;
	font-size: 21px
}

#banner .text h3 {
	color: #fff;
	font-size: 62px
}

#banner .text a.more {
	display: block;
	width: 256px;
	height: 68px;
	margin-top: 20px;
	line-height: 68px;
	background: #fff;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	color: #0088ce;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease
}

#banner .text a.more:hover {
	background: #0088ce;
	color: #fff
}

#index-body .tit {
	text-align: center
}

#index-body .tit h2 {
	color: #0088ce;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Anton', sans-serif
}

#index-body .tit h3 {
	font-family: 'Anton', sans-serif;
	color: #1a1a1a;
	font-size: 56px;
	margin: 10px 0
}

#index-body .tit p {
	font-size: 16px;
	color: #1a1a1a;
	font-weight: 500
}

#index-body .i-product {
	padding: 75px 0 80px
}

#index-body .i-product .product-list {
	padding: 0 5%;
	margin-top: 50px
}

#index-body .i-product .product-list .slick-arrow {
	position: absolute;
	cursor: pointer;
	width: 23px;
	height: 42px;
	background: url(../images/left.png) no-repeat center;
	left: -40px;
	top: 42%;
	z-index: 8;
	color: rgba(255, 255, 255, 0);
	border: none
}

#index-body .i-product .product-list .slick-next {
	background: url(../images/right.png) no-repeat center;
	left: auto;
	right: -40px
}

#index-body .i-product .product-list ul li {
	padding: 10px 15px
}

#index-body .i-product .product-list ul li .img {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	-o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

#index-body .i-product .product-list ul li .img p {
	text-align: center;
	font-size: 18px;
	padding: 20px 15px;
	font-weight: 700
}

#index-body .i-application {
	padding: 70px 0 140px;
	background: #18181a;
	position: relative
}

#index-body .i-application .tit h3,
#index-body .i-application .tit p {
	color: #fff
}

#index-body .i-application .i-service {
	margin-top: 40px
}

#index-body .i-application .i-service .grid-box {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	background: #fff
}

#index-body .i-application .i-service .grid-box .column {
	width: 66.6%
}

#index-body .i-application .i-service .grid-box .column .factory-1 {
	position: relative
}

#index-body .i-application .i-service .grid-box .column .factory-1 .slick-arrow {
	position: absolute;
	cursor: pointer;
	width: 44px;
	height: 44px;
	background: url(../images/left-arrow.png) no-repeat center;
	left: 45%;
	bottom: 10%;
	z-index: 8;
	color: rgba(255, 255, 255, 0);
	border: none
}

#index-body .i-application .i-service .grid-box .column .factory-1 .slick-next {
	background: url(../images/right-arrow.png) no-repeat center;
	left: calc(45% + 66px)
}

#index-body .i-application .i-service .grid-box .column:nth-child(2) {
	width: 33.3%;
	padding: 5% 3%
}

#index-body .i-application .i-service .grid-box .column:nth-child(2) h2 {
	color: #333;
	font-size: 33px
}

#index-body .i-application .i-service .grid-box .column:nth-child(2) p {
	color: #666;
	line-height: 30px;
	margin: 10px 0
}

#index-body .i-application .i-service .grid-box .column:nth-child(2) ul {
	margin: 20px 0
}

#index-body .i-application .i-service .grid-box .column:nth-child(2) ul li {
	color: #666;
	line-height: 30px;
	margin: 10px 0
}

#index-body .i-application .i-service .grid-box .column:nth-child(2) ul li .fa {
	color: #0088ce;
	font-size: 18px;
	margin-right: 6px
}

#index-body .i-application .i-service .grid-box .column:nth-child(2) a.more {
	display: block;
	width: 256px;
	height: 68px;
	margin-top: 20px;
	line-height: 68px;
	background: #0088ce;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	font-family: 'Anton', sans-serif
}

#index-body .i-why {
	padding: 100px 0
}

#index-body .i-why .grid-box .column {
	padding: 0 3%;
	border-right: 1px solid #e9e6e4
}

#index-body .i-why .grid-box .column .img {
	min-height: 73px
}

#index-body .i-why .grid-box .column h2 {
	color: #333;
	font-size: 24px;
	font-family: 'Anton', sans-serif;
	margin: 20px 0
}

#index-body .i-why .grid-box .column p {
	color: #666;
	font-weight: 500
}

#index-body .i-why .grid-box .column:last-child {
	border-right: none
}

#index-body .i-apart {
	background: url(../images/bg_03.jpg) no-repeat top center;
	background-size: cover;
	padding: 100px 0 50px
}

#index-body .i-apart .tit h3 {
	color: #fff;
	text-transform: uppercase
}

#index-body .i-apart p.p {
	padding: 30px 10% 0;
	color: #fff;
	font-size: 16px;
	text-align: center
}

#index-body .i-apart .i-video {
	margin-top: 40px
}

#index-body .i-apart .i-video .play {
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 44%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: rgba(0, 174, 236, .54);
	cursor: pointer;
	cursor: hand
}

#index-body .i-apart .i-video .play2 {
	left: auto;
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	right: 40%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: rgba(0, 174, 236, .54);
	cursor: pointer;
	cursor: hand
}

#index-body .i-apart .i-video .play2 img {
	display: inline-block;
	vertical-align: middle;
	position: relative
}

#index-body .i-apart .i-video .play img {
	display: inline-block;
	vertical-align: middle;
	position: relative
}

#index-body .i-apart .i-video .play:after,
#index-body .i-apart .i-video .play:before {
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: inherit;
	background: rgba(0, 174, 236, .35);
	-webkit-animation: ks 2s linear infinite;
	-o-animation: ks 2s linear infinite;
	-ms-animation: ks 2s linear infinite;
	-moz-animation: ks 2s linear infinite;
	animation: ks 2s linear infinite;
	z-index: -1
}

#index-body .i-apart .i-video .play2:after,
#index-body .i-apart .i-video .play2:before {
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: inherit;
	background: rgba(0, 174, 236, .35);
	-webkit-animation: ks 2s linear infinite;
	-o-animation: ks 2s linear infinite;
	-ms-animation: ks 2s linear infinite;
	-moz-animation: ks 2s linear infinite;
	animation: ks 2s linear infinite;
	z-index: -1
}

#index-body .i-apart .i-video .play:after {
	-webkit-animation-delay: .5s;
	-o-animation-delay: .5s;
	-ms-animation-delay: .5s;
	-moz-animation-delay: .5s;
	animation-delay: .5s
}

#index-body .i-apart .i-video .play2:after {
	-webkit-animation-delay: .5s;
	-o-animation-delay: .5s;
	-ms-animation-delay: .5s;
	-moz-animation-delay: .5s;
	animation-delay: .5s
}

#index-body .i-apart .i-video img {
	display: block;
	margin: 0 auto
}

#index-body .i-news {
	padding: 80px 0
}

#index-body .i-news .news-list {
	margin-top: 60px
}

#index-body .i-news ul li {
	padding: 10px 20px
}

#index-body .i-news ul li .img {
	position: relative
}

#index-body .i-news ul li .img img {
	position: relative;
	z-index: 2;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease
}

#index-body .i-news ul li .img .layer {
	padding: 5%;
	padding-top: 8%;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #fff;
	left: 0;
	top: 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	-o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	opacity: 0;
	filter: alpha(opacity=100)
}

#index-body .i-news ul li .img .layer h2 {
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	color: #7c7c7c;
	margin-bottom: 30px
}

#index-body .i-news ul li .img .layer p {
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	color: #7c7c7c;
	margin-top: 20px
}

#index-body .i-news ul li .img .layer time {
	color: #333;
	font-size: 20px;
	font-weight: 700;
	display: block;
	margin: 0 auto;
	text-align: center
}

#index-body .i-news ul li:hover img {
	opacity: 0;
	filter: alpha(opacity=100)
}

#index-body .i-news ul li:hover .layer {
	opacity: 1;
	filter: alpha(opacity=100)
}

#index-body .i-contact {
	background: #00457b;
	padding: 80px 0
}

#index-body .i-contact .column {
	width: 20%
}

#index-body .i-contact .column a.more {
	display: block;
	width: 256px;
	height: 68px;
	margin-top: 20px;
	line-height: 68px;
	background: #0088ce;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	font-family: 'Anton', sans-serif
}

#index-body .i-contact .column a.more:hover {
	background: #000
}

#index-body .i-contact .column:nth-child(1) {
	width: 80%;
	padding-right: 3%
}

#index-body .i-contact .column:nth-child(1) h2 {
	font-size: 50px;
	color: #fff;
	font-family: 'Anton', sans-serif
}

@-webkit-keyframes ks {
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}

	10% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	80% {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		opacity: .3
	}

	to {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}

@-o-keyframes ks {
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}

	10% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	80% {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		opacity: .3
	}

	to {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}

@-moz-keyframes ks {
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}

	10% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	80% {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		opacity: .3
	}

	to {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}

@keyframes ks {
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}

	10% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	80% {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		opacity: .3
	}

	to {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}

#footer {
	background: #161618;
	padding-bottom: 50px
}

#footer a:hover {
	color: #0088ce !important
}

#footer .footer-top {
	padding: 100px 0 40px
}

#footer .footer-top .f-logo {
	margin-bottom: 50px
}

#footer .footer-top .column:nth-child(2) ul li {
	margin-bottom: 35px;
	color: #fff
}

#footer .footer-top .column:nth-child(2) ul li h3 {
	font-size: 16px;
	margin-bottom: 10px
}

#footer .footer-top .column:nth-child(2) ul li p {
	font-size: 24px
}

#footer .footer-top .column:nth-child(2) ul li .fa {
	margin-top: 20px;
	font-size: 20px;
	margin-right: 15px
}

#footer .footer-top .column:nth-child(2) ul li .grid-box .column {
	width: 40%
}

#footer .footer-top .column:nth-child(2) ul li .grid-box .column:nth-child(2) {
	width: 60%
}

#footer .footer-top .column:nth-child(2) ul li .grid-box .column:nth-child(2) #ewm {
	width: 120px
}

#footer .footer-bottom .container {
	border-top: 1px solid #454546;
	padding: 20px 0
}

#footer .footer-bottom p {
	color: #fff;
	font-size: 16px;
	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
}

#footer .footer-bottom .list li {
	float: right;
	margin: 0 15px
}

#footer .footer-bottom .list li a {
	display: block;
	line-height: 30px;
	color: #fff
}

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:1600px) {
	.container {
		width: 1400px
	}

	#header .nav .menu-box .menu>li {
		margin: 0 20px
	}

	#banner .text h3 {
		font-size: 42px
	}

	#index-body .tit h3,
	#index-body .i-contact .column:nth-child(1) h2 {
		font-size: 35px
	}

	#index-body .i-application .i-service .grid-box .column:nth-child(2) {
		padding: 2% 3%
	}
}

@media screen and (max-width:1400px) {
	.container {
		width: 1200px
	}

	#header .nav .menu-box .menu>li {
		margin: 0 10px
	}

	#index-body .i-application .i-service .grid-box .column:nth-child(2) h2 {
		font-size: 24px
	}

	#index-body .i-application .i-service .grid-box .column:nth-child(2) ul li {
		margin: 0
	}

	#footer .footer-top .column:nth-child(2) ul li p {
		font-size: 20px
	}
}

@media screen and (max-width:1200px) {
	.container {
		width: 970px
	}

	#header .nav .menu-box .menu>li {
		margin: 0 6px
	}

	#index-body .i-application .i-service .grid-box .column,
	#index-body .i-application .i-service .grid-box .column:nth-child(2) {
		width: 100%
	}

	#index-body .tit h3,
	#index-body .i-contact .column:nth-child(1) h2 {
		font-size: 25px
	}
}

@media screen and (max-width:1000px) {
	.container {
		width: 700px
	}

	#banner .text {
		top: 12%
	}

	#banner .text h2 {
		font-size: 18px
	}

	#banner .text h3 {
		font-size: 24px
	}

	#banner .text a.more,
	#index-body .i-application .i-service .grid-box .column:nth-child(2) a.more {
		width: 190px;
		height: 46px;
		line-height: 46px
	}

	#index-body .i-why .grid-box .column {
		width: 50%;
		margin: 0 0 20px;
		border: none
	}
}

@media screen and (max-width:700px) {
	.container {
		width: 100%
	}

	#index-body .i-application,
	#index-body .i-why,
	#index-body .i-contact,
	#footer .footer-top {
		display: none
	}

	#footer {
		padding-bottom: 10px
	}
}

@media screen and (max-width:500px) {
	#banner .text h3 {
		font-size: 16px
	}

	#banner .text a.more,
	#index-body .i-application .i-service .grid-box .column:nth-child(2) a.more {
		display: none
	}

	.down-bg {
		background: 0 0
	}

	#index-body .i-product,
	#index-body .i-news {
		padding: 30px 0
	}

	#index-body .tit h3,
	#index-body .i-contact .column:nth-child(1) h2 {
		font-size: 20px
	}

	#index-body .i-product .product-list {
		padding: 0 15px;
		margin-top: 20px
	}

	#index-body .i-product .product-list ul li .img p,
	#index-body .i-news ul li .img .layer h2,
	#index-body .i-news ul li .img .layer time {
		font-size: 16px
	}

	#index-body .i-news ul li .img .layer {
		position: relative;
		top: 100%;
		opacity: 1;
		filter: alpha(opacity=100)
	}

	#footer .footer-bottom p {
		width: 100%;
		text-align: center
	}
}

.inner-banner {
	position: relative;
	height: 450px
}

.inner-banner .text {
	text-align: center;
	padding: 10% 0
}

.inner-banner .text h2,
.inner-banner .text h1 {
	font-style: normal;
	font-size: 2rem;
	color: #fff
}

.inner-banner .text .banner-breack {
	font-size: 1.2rem;
	color: #fff;
	padding-top: 15px
}

.about-page {
	font-family: roboto, sans-serif
}

.about-page .abt-1 {
	padding: 3rem 0
}

.about-page .abt-1 ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between
}

.about-page .abt-1 ul li {
	text-align: center
}

.about-page .abt-1 ul li span {
	font-weight: 900;
	font-style: normal;
	font-size: 2.4rem;
	color: #00aeec
}

.about-page .abt-1 ul li h5 {
	font-size: 16px;
	color: #5f5f5f
}

.about-page .abt-2 {
	padding-bottom: 4rem
}

.about-page .abt-2 .grid-box .left {
	vertical-align: middle
}

.about-page .abt-2 .grid-box .left .ig {
	position: relative
}

.about-page .abt-2 .grid-box .left .ig .play {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 10rem;
	height: 10rem;
	cursor: pointer
}

.about-page .abt-2 .grid-box .left img {
	width: 100%
}

.about-page .abt-2 .grid-box .right {
	vertical-align: middle;
	padding-left: 2rem
}

.about-page .abt-2 .grid-box .right .text h2 {
	font-size: 1.8rem;
	font-weight: 700;
	color: #2c2c2c
}

.about-page .abt-2 .grid-box .right .text p {
	font-size: 14px;
	color: #5f5f5f;
	margin-top: 20px
}

.about-page .abt-2 .grid-box .right .text .link {
	display: inline-block;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	color: #00aeec;
	margin-top: 3.5rem
}

.about-page .abt-2 .grid-box .right .text .link:hover {
	text-decoration: underline
}

.about-page .abt-3 h2 {
	font-size: 1.8rem;
	text-align: center;
	font-weight: 700;
	color: #2c2c2c
}

.about-page .abt-3 ul {
	margin-top: 20px
}

.about-page .abt-3 ul li {
	display: inline-block;
	padding: 0 10px
}

.about-page .abt-3 ul li .ig {
	text-align: center
}

.about-page .abt-3 ul li .ig img {
	display: inline-block;
	margin-bottom: 10px
}

.about-page .abt-3 ul li .ig h4 {
	font-size: 20px;
	font-weight: 700
}

.about-page .abt-4 {
	padding: 7rem 0
}

.about-page .abt-4 h2 {
	font-size: 1.8rem;
	text-align: center;
	font-weight: 700;
	color: #2c2c2c
}

.about-page .abt-4 ul {
	margin-top: 20px
}

.about-page .abt-4 ul li {
	display: inline-block;
	padding: 0 5px 20px
}

.about-page .abt-4 ul li .ig {
	text-align: center
}

.about-page .abt-4 ul li .ig img {
	display: inline-block;
	margin-bottom: 10px
}

.about-page .abt-4 ul li .ig h4 {
	font-size: 20px;
	font-weight: 700
}

.about-page .abt-5 {
	text-align: center
}

.about-page .abt-5 h2 {
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.2;
	font-weight: 700;
	color: #2c2c2c
}

.about-page .abt-5 h4 {
	font-size: 20px;
	color: #2c2c2c;
	font-weight: 700;
	font-style: normal
}

.about-page .abt-5 ul.grid-box {
	margin-top: 30px
}

.about-page .abt-5 ul.grid-box li {
	display: inline-block;
	padding: 5px
}

.about-page .abt-5 ul.grid-box li .text {
	background-color: #ebf1f2;
	padding: 40px 2rem
}

.about-page .abt-5 ul.grid-box li .text h4 {
	margin-bottom: 20px
}

.about-page .abt-5 ul.grid-box li .text ul {
	text-align: left
}

.about-page .abt-5 ul.grid-box li .text ul li {
	position: relative;
	padding-left: 20px
}

.about-page .abt-5 ul.grid-box li .text ul li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #333
}

.about-page .abt-6 {
	text-align: center;
	background-color: #ebf1f2;
	padding: 3rem 0;
	margin: 7rem 0
}

.about-page .abt-6 h2 {
	font-size: 1.8rem;
	text-align: center;
	font-weight: 700;
	color: #2c2c2c;
	margin-bottom: 20px
}

.about-page .abt-6 p {
	font-size: 14px;
	color: #5f5f5f
}

.about-page .abt-7 {
	padding: 1rem
}

.about-page .abt-7 .grid-box .left {
	vertical-align: middle
}

.about-page .abt-7 .grid-box .left img {
	width: 100%
}

.about-page .abt-7 .grid-box .right {
	vertical-align: middle;
	padding-right: 2rem
}

.about-page .abt-7 .grid-box .right .text h5 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin: 20px 0 15px;
	color: #00aeec
}

.about-page .abt-7 .grid-box .right .text h2 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
	color: #2c2c2c
}

.about-page .abt-7 .grid-box .right .text p {
	font-size: 14px;
	color: #5f5f5f;
	margin-top: 20px
}

.about-page .abt-7 .grid-box .right .text .link {
	display: inline-block;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	color: #00aeec;
	margin-top: 3.5rem
}

.about-page .abt-7 .grid-box .right .text .link:hover {
	text-decoration: underline
}

.about-page .abt-8 {
	text-align: center;
	border-top: 1px solid #ddd;
	padding: 4rem 0
}

.about-page .abt-8 .title {
	text-align: center
}

.about-page .abt-8 .title h3 {
	font-size: 36px;
	font-weight: 700;
	color: #222c47
}

.about-page .abt-8 .title p {
	font-size: 14px;
	margin: 0 auto 40px;
	max-width: 780px
}

.about-page .factory-list {
	margin-top: 30px
}

.about-page .factory-list ul li {
	padding: 0 20px
}

@media screen and (max-width:1200px) {

	.about-page .abt-2,
	.about-page .abt-4 {
		padding: 4rem 0
	}

	.about-page .abt-1 ul li {
		width: 50%
	}

	.about-page .abt-2 .grid-box .left {
		width: 100%
	}

	.about-page .abt-2 .grid-box .right {
		width: 100%;
		text-align: center;
		padding-top: 20px;
		padding-left: 0
	}

	.about-page .abt-2 .grid-box .right .text .link {
		margin-top: 20px
	}

	.about-page .abt-7 .grid-box .left {
		width: 100%
	}

	.about-page .abt-7 .grid-box .right {
		width: 100%;
		text-align: center;
		padding: 20px 0
	}

	.about-page .abt-7 .grid-box .right .text .link {
		margin-top: 20px
	}
}

.product-page {
	background-color: #f7f8fa;
	padding: 5rem 0
}

.product-page .grid-box .side {
	width: 30%;
	box-shadow: 12px 16px 70px 0 rgba(69, 82, 139, .1)
}

.product-page .grid-box .side h2 {
	padding: 26px 30px;
	font-size: 22px;
	background-color: #222c47;
	color: #fff
}

.product-page .grid-box .side ul.list {
	background-color: #fff;
	padding: 25px 30px
}

.product-page .grid-box .side ul.list>li:first-child {
	padding-top: 0
}

.product-page .grid-box .side ul.list>li {
	font-size: 16px;
	font-weight: 700;
	color: #222c47;
	border-bottom: 1px solid #e6e6e6;
	padding: 25px 0;
	overflow: hidden
}

.product-page .grid-box .side ul.list>li a {
	display: block
}

.product-page .grid-box .side ul.list>li ul {
	display: none
}

.product-page .grid-box .side ul.list>li ul li {
	font-size: 14px;
	font-weight: 400;
	color: #a2a7b3;
	padding-left: 1em;
	margin: 8px 0
}

.product-page .grid-box .side ul.list>li ul li:hover {
	color: #000
}

.product-page .grid-box .pro {
	position: relative;
	width: 70%;
	padding-left: 20px
}

.product-page .grid-box .pro .top {
	position: absolute;
	bottom: 100%
}

.product-page .grid-box .pro .top h2 {
	font-size: 2.1rem;
	font-weight: 700;
	color: #222c47
}

.product-page .grid-box .pro .top .con {
	font-size: 14px;
	color: #4d4d4d
}

.product-page .grid-box .pro .center .box.grid-box .list.column {
	padding: 0 20px 20px 0
}

.product-page .grid-box .pro .center .box.grid-box .list.column:hover .ig.grid-box {
	box-shadow: 12px 16px 70px 0 rgba(69, 82, 139, .1)
}

.product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box {
	display: block;
	background-color: #fff;
	box-shadow: 4px 5px 20px 0 rgba(69, 82, 139, .1);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	padding: 20px 40px
}

.product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box .left {
	padding-right: 15px
}

.product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box .left h4 {
	font-size: 16px;
	font-weight: 700;
	color: #222c47;
	padding-bottom: 15px
}

.product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box .left i {
	font-size: 20px;
	color: #00aeec
}

.product-page .m-page {
	text-align: center;
	padding-top: 20px
}

.product-page .productintro {
	padding: 6px;
	margin: 10px 0;
	border: solid 1px #eee;
	border-radius: 5px;
	color: #222c47
}

.product-page .m-page a,
.product-page .m-page span {
	display: inline-block;
	margin: 2px 4px;
	min-width: 30px;
	line-height: 30px;
	color: #555;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	border-radius: 100px
}

.product-page .m-page a:hover {
	color: #00aeec
}

.product-page .m-page span {
	background-color: #00aeec;
	color: #fff
}

@media screen and (max-width:992px) {
	.product-page .grid-box .side {
		display: none
	}

	.product-page .grid-box .pro {
		width: 100%
	}

	.product-page .grid-box .pro .center .productintro {
		display: none !important
	}
}

@media screen and (max-width:700px) {
	.product-page .grid-box .pro .center .box.grid-box .list.column {
		width: 100%
	}

	.product-page .grid-box .pro .center .productintro {
		display: none !important
	}
}

.prodet-page .det-1 {
	padding: 4rem 0
}

.prodet-page .det-1 .grid-box .left {
	width: 45%;
	text-align: center;
	padding-right: 1rem
}

.prodet-page .det-1 .grid-box .left .ig {
	max-width: 500px;
	margin: auto
}

.prodet-page .det-1 .grid-box .left .img {
	border: 1px solid #d8dce4;
	margin-bottom: 10px
}

.prodet-page .det-1 .grid-box .left ul {
	margin: 0 -4px
}

.prodet-page .det-1 .grid-box .left ul li {
	display: inline-block;
	padding: 0 5px
}

.prodet-page .det-1 .grid-box .left ul li a {
	display: block;
	border: 1px solid #d8dce4
}

.prodet-page .det-1 .grid-box .left ul li a img {
	margin: auto
}

.prodet-page .det-1 .grid-box .right {
	width: 55%;
	padding-left: 2rem
}

.prodet-page .det-1 .grid-box .right h2,
.prodet-page .det-1 .grid-box .right h1 {
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.2;
	color: #222c47;
	border-bottom: 1px solid #d8dce4;
	padding-bottom: 1.5rem;
	margin-bottom: 2rem
}

.prodet-page .det-1 .grid-box .right .text h4 {
	font-weight: 600;
	font-size: 22px;
	color: #222c47
}

.prodet-page .det-1 .grid-box .right .text ul li {
	font-size: 16px;
	color: #262e42;
	margin: 1rem 0
}

.prodet-page .det-1 .grid-box .right .text .more {
	margin-top: 2rem
}

.prodet-page .det-1 .grid-box .right .text .more a {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	width: 100%;
	max-width: 220px;
	text-align: center;
	color: #fff;
	background-color: #00aeec;
	border-radius: 25px;
	padding: 15px 0
}

.prodet-page .det-2 h2 {
	position: relative;
	font-size: 16px;
	color: #394048;
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
	margin: 2rem 0
}

.prodet-page .det-2 h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 5px;
	border-radius: 5px;
	background-color: #00aeec
}

.prodet-page .det-3 {
	padding: 40px 0
}

.prodet-page .det-3 h2 {
	font-size: 2.1rem;
	font-weight: 700;
	color: #222c47;
	text-align: center;
	margin-bottom: 20px
}

.prodet-page .det-re {
	padding-bottom: 4rem
}

.prodet-page .det-re h2 {
	font-size: 2.1rem;
	font-weight: 700;
	color: #222c47;
	text-align: center;
	margin-bottom: 20px
}

.prodet-page .det-re .box {
	padding-top: 2rem
}

.prodet-page .det-re .box ul li {
	display: inline-block;
	padding: 8px
}

.prodet-page .det-re .box ul li .ig {
	display: block;
	text-align: center;
	box-shadow: 0px 0px 15px 0 rgba(69, 82, 139, .1);
	padding: 20px 40px 20px;
	transition: .5s
}

.prodet-page .det-re .box ul li .ig img {
	display: inline-block
}

.prodet-page .det-re .box ul li .ig h4 {
	font-size: 15px;
	font-weight: 700;
	color: #222c47;
	margin-top: 2rem
}

.prodet-page .det-re .box ul li .ig:hover {
	box-shadow: 0px 0px 15px 0 rgba(69, 82, 139, .2)
}

@media screen and (max-width:992px) {
	.prodet-page .det-1 .grid-box .left {
		width: 100%;
		padding-right: 0
	}

	.prodet-page .det-1 .grid-box .right {
		width: 100%;
		padding-top: 2rem;
		padding-left: 0
	}
}

.inner-page {
	font-size: 14px;
	line-height: 1.8;
	position: relative;
	z-index: 1
}

.inner-page p {
	line-height: 1.8;
	color: #333;
	font-size: 16px
}

.inner-page .text {
	color: #828893;
	font-size: 16px
}

.inner-page .text .con table tr td {
	text-align: center
}

.inner-page .text p {
	color: inherit
}

.inner-page .pageintro {
	color: #828893;
	font-size: 16px;
	margin: 0 auto;
	line-height: 30px
}

.inner-page i.small-tit {
	color: #00aeec;
	font-size: 18px;
	text-transform: uppercase;
	font-family: "POPPINS-MEDIUM"
}

.inner-page h3.title {
	color: #111;
	text-transform: capitalize;
	font-size: 32px;
	line-height: 38px;
	margin: 15px 0;
	position: relative;
	font-family: "POPPINS-SEMIBOLD"
}

.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 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: #00aeec;
	color: #fff;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-family: "POPPINS-MEDIUM";
	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-family: "POPPINS-MEDIUM";
	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: 20px
}

.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: #00aeec none repeat scroll 0 0;
	color: #fff;
	border-left: 4px solid #072948
}

.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-family: "POPPINS-MEDIUM";
	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: #00aeec 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-family: 'Poppins', sans-serif;
	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: #00aeec
}

.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: #00aeec 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("../images/sidebar-info.jpg") 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: #00aeec;
	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-family: "POPPINS-MEDIUM";
	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;
	font-family: 'Ubuntu', sans-serif;
	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-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 14px;
	border: 2px solid #fff;
	color: #00aeec;
	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-right {
	width: 66%;
	padding-left: 15px
}

.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: #00aeec
}

.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-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 20px;
	cursor: pointer;
	cursor: hand
}

.faq-page .faq-2 .left ul li h4 span {
	margin-right: 5px;
	color: #00aeec
}

.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: 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 {
	width: 100%
}

.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 time {
	position: absolute;
	width: 65px;
	height: 65px;
	top: -35px;
	background: #00aeec none repeat scroll 0 0;
	color: #fff;
	line-height: 23px;
	text-align: center;
	border-radius: 5px;
	display: block;
	font-family: "POPPINS-MEDIUM";
	font-weight: 500;
	font-size: 20px;
	padding: 8px 0;
	left: 15px
}

.news-page .news-list ul li .box .content h3 {
	margin-top: 25px;
	font-family: "POPPINS-MEDIUM";
	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: #00aeec
}

.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: #00aeec;
	border-left: 1px solid #00aeec;
	font-size: 16px;
	font-family: "POPPINS-REGULAR";
	-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: #00aeec none repeat scroll 0 0;
	color: #fff;
	line-height: 23px;
	text-align: center;
	border-radius: 5px;
	display: block;
	font-family: "POPPINS-MEDIUM";
	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;
	font-family: "POPPINS-REGULAR"
}

.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: #00aeec;
	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,
.newdet-page .news-content .content div {
	line-height: 30px;
	font-size: 14px
}

.newdet-page .news-content .share {
	text-align: left
}

.newdet-page .news-content .share h4 {
	display: inline-block;
	vertical-align: middle;
	font-family: "POPPINS-REGULAR";
	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: #00aeec
}

.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: #00aeec;
	text-decoration: underline
}

.contact-page {
	padding: 70px 0
}

.contact-page .button-group .button {
	background: #00aeec !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: #00aeec 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;
	font-family: "POPPINS-MEDIUM"
}

.contact-page .contact-2 .right ul li p {
	font-size: 15px;
	color: #111;
	text-transform: capitalize;
	line-height: normal;
	letter-spacing: 1px
}

.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-family: "POPPINS-MEDIUM";
	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: #00aeec;
	color: #fff
}

@media screen and (max-width:1250px) {
	.inner-page .sidebar-box .sidebar-left .sidebar-nav {
		padding: 15px
	}

	.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
	}

	.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
	}
}

@media screen and (max-width:1000px) {
	.inner-page h3.title {
		font-size: 24px;
		line-height: 26px
	}

	.gallery-page,
	.faq-page .faq-1,
	.faq-page .faq-2,
	.news-page,
	.newdet-page,
	.service-page,
	.contact-page {
		padding: 40px 0
	}

	.contact-page .contact-2 {
		padding-top: 40px
	}

	.inner-page .sidebar-box .sidebar-left {
		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 h3.title {
		font-size: 20px !important;
		line-height: 24px
	}

	.faq-page .faq-2 .left ul li h4 {
		font-size: 14px
	}

	.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
	}
}

@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
	}

	.gallery-page .gallery-list ul li .box h5 {
		font-size: 14px
	}
}

@media screen and (max-width:500px) {
	.faq-page .faq-2 .left ul li h4 {
		padding: 8px
	}

	.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
	}
}

.info-middle img {
	width: 50%
}

.support-page .box .gallery-item {
	padding: 3.5rem 0
}

.support-page .title .grid-box .left {
	vertical-align: bottom
}

.support-page .title .grid-box .left .text h3 {
	font-size: 1.8rem;
	font-weight: 900;
	color: #2c2c2c
}

.support-page .title .grid-box .left .text .con {
	font-size: 15px;
	color: #5f5f5f
}

.support-page .title .grid-box .right {
	vertical-align: bottom;
	text-align: right
}

.support-page .title .grid-box .right .more a {
	font-family: roboto, sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #00aeec
}

.inner-page.support-page .list .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 40px;
	border: none;
	color: #000;
	background-color: #fff;
	padding: 0 20px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.inner-page.support-page .list .slick-arrow:hover {
	color: #fff;
	background-color: #00aeec
}

.inner-page.support-page .list .slick-prev {
	left: 20%
}

.inner-page.support-page .list .slick-next {
	right: 20%
}

.inner-page.support-page .list {
	position: relative;
	padding: 2.5rem 0
}

.inner-page.support-page .list ul li {
	display: inline-block
}

.inner-page.support-page .list ul .draggable {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important
}

.inner-page.support-page .list ul .slick-slide {
	transform: scale(1);
	transition: .5s;
	opacity: 0
}

.inner-page.support-page .list ul .slick-slide.slick-active {
	opacity: 1
}

.inner-page.support-page .list ul .slick-slide.slick-active+div {
	transform: scale(1.2);
	position: relative;
	z-index: 2
}

.inner-page.support-page .list ul .slick-slide.slick-center {
	position: relative;
	z-index: 3 !important;
	transform: scale(1.4) !important
}

.inner-page.support-page .list ul .slick-slide.slick-center+div+div {
	transform: scale(1);
	z-index: 1 !important
}

@media screen and (max-width:1300px) {
	.inner-page.support-page .list ul .slick-slide.slick-center {
		transform: scale(1.2) !important
	}

	.inner-page.support-page .list ul .slick-slide.slick-active+div {
		transform: scale(1)
	}
}

@media screen and (max-width:700px) {
	.inner-page.support-page .list ul .slick-slide {
		opacity: 1
	}

	.inner-page.support-page .list ul .slick-slide.slick-center {
		transform: scale(1) !important
	}

	.inner-page.support-page .list ul li {
		padding: 0 10px
	}
}

.gallery-page .lg-1 .box .list {
	position: relative;
	padding: 2.5rem 0 5rem;
	overflow: hidden
}

.gallery-page .lg-1 .box .list:after {
	content: '\20';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 50px;
	bottom: 151px;
	width: 500px;
	background-color: #f7f8fa;
	border-radius: 0 50px 0 0
}

.gallery-page .lg-1 .box .list .ig .grid-box .left .text {
	max-width: 520px;
	padding: 3rem 20px 3rem 0
}

.gallery-page .lg-1 .box .list .ig .grid-box .left .text span.tit {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1em;
	color: #222c47
}

.gallery-page .lg-1 .box .list .ig .grid-box .left .text h3 {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1em;
	color: #222c47;
	margin: 20px 0 15px
}

.gallery-page .lg-1 .box .list .ig .grid-box .left .text .con {
	font-size: 14px;
	color: #262e42;
	margin-bottom: 15px
}

.gallery-page .lg-1 .box .list .ig .grid-box .right .text {
	position: relative;
	padding-left: 60px
}

.gallery-page .lg-1 .box .list .ig .grid-box .right .text .nav-a {
	position: absolute;
	left: 0;
	width: 60px;
	top: 0;
	border-radius: 50px 0 0;
	overflow: hidden
}

.gallery-page .lg-1 .box .list .ig .grid-box .right .text .nav-a a {
	display: inline-block;
	margin-bottom: 1px;
	width: 60px;
	line-height: 60px;
	background-color: #222c47;
	color: #fff;
	text-align: center;
	opacity: .3;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

.gallery-page .lg-1 .box .list .ig .grid-box .right .text .nav-a a.active {
	opacity: 1
}

.gallery-page .lg-1 .box .list .ig .grid-box .right .text .img img {
	width: 100%;
	border-radius: 0 50px
}

.gallery-page .lg-1 .box .list .ig .grid-box .right .text .img h4 {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #222c47;
	margin-top: 20px
}

.gallery-page .lg-1 .box .list:nth-child(even):after {
	left: auto;
	right: 0;
	border-radius: 0 0 0 50px;
	width: 580px
}

.gallery-page .lg-1 .box .list:nth-child(even) .ig .grid-box .left {
	position: relative;
	left: 50%
}

.gallery-page .lg-1 .box .list:nth-child(even) .ig .grid-box .left .text {
	text-align: right;
	margin-left: auto;
	padding: 3rem 0 3rem 20px
}

.gallery-page .lg-1 .box .list:nth-child(even) .ig .grid-box .right {
	position: relative;
	left: -50%
}

@media screen and (max-width:860px) {
	.gallery-page .lg-1 .box .list .ig .grid-box .left {
		width: 100%
	}

	.gallery-page .lg-1 .box .list .ig .grid-box .left .text {
		padding: 20px 0
	}

	.gallery-page .lg-1 .box .list .ig .grid-box .right {
		width: 100%
	}

	.gallery-page .lg-1 .box .list:nth-child(even) .ig .grid-box .left {
		left: 0
	}

	.gallery-page .lg-1 .box .list:nth-child(even) .ig .grid-box .left .text {
		text-align: left;
		padding: 20px 0;
		margin-left: 0
	}

	.gallery-page .lg-1 .box .list:nth-child(even) .ig .grid-box .right {
		left: 0
	}
}

.service-page .ser-1 {
	background-color: #f5f7fa
}

.service-page .ser-1 .grid-box .left {
	width: 40%;
	vertical-align: middle
}

.service-page .ser-1 .grid-box .left .text {
	padding: 1.5rem 0
}

.service-page .ser-1 .grid-box .left .text h3 {
	font-size: 1.8rem;
	font-weight: 700;
	color: #485984;
	margin-bottom: 20px
}

.service-page .ser-1 .grid-box .left .text .con {
	font-size: 14px;
	color: #262e42;
	margin-bottom: 15px
}

.service-page .ser-1 .grid-box .left .text ul li {
	position: relative;
	padding-left: 20px;
	margin: 10px 0
}

.service-page .ser-1 .grid-box .left .text ul li i {
	position: absolute;
	left: 0;
	top: 4px;
	font-size: 16px;
	margin-right: 8px;
	color: #0aab0a
}

.service-page .ser-1 .grid-box .left .text ul li span {
	display: inline-block;
	font-size: 16px;
	color: #262e42
}

.service-page .ser-1 .grid-box .right {
	width: 60%;
	vertical-align: middle
}

.service-page .ser-2 {
	margin: 80px auto
}

.service-page .ser-2 .title {
	position: relative
}

.service-page .ser-2 .title i {
	z-index: -1;
	position: absolute;
	bottom: 45%;
	left: 0;
	font-size: 100px;
	color: #f5f5f5;
	opacity: .9
}

.service-page .ser-2 .title h3 {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	color: #222c47
}

.service-page .ser-2 .top .grid-box .text {
	font-size: 14px;
	color: #262e42;
	max-width: 500px;
	padding-right: 10px;
	margin: 20px auto 20px 0
}

.service-page .ser-2 .bot ul {
	margin: 0 -10px
}

.service-page .ser-2 .bot ul li {
	position: relative;
	padding: 0 10px;
	margin: 40px 0 20px
}

.service-page .ser-2 .bot ul li .ig {
	position: relative;
	max-width: 214px
}

.service-page .ser-2 .bot ul li .ig:after {
	content: '1';
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 100px;
	font-weight: 700;
	line-height: 80px;
	color: #e9edf4;
	opacity: .5
}

.service-page .ser-2 .bot ul li .ig img {
	position: relative;
	z-index: 1;
	margin: 5px 0 20px
}

.service-page .ser-2 .bot ul li .ig h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.1;
	color: #222c47
}

.service-page .ser-2 .bot ul li:nth-child(2) .ig:after {
	content: '2'
}

.service-page .ser-2 .bot ul li:nth-child(3) .ig:after {
	content: '3'
}

.service-page .ser-2 .bot ul li:nth-child(4) .ig:after {
	content: '4'
}

.service-page .ser-3 {
	text-align: center;
	background-color: #f5f7fa;
	padding: 4rem 0
}

.service-page .ser-3 .grid-box {
	border-radius: 30px;
	overflow: hidden
}

.service-page .ser-3 .grid-box .column .text {
	background-color: #fff;
	padding: 7.5rem 0
}

.service-page .ser-3 .grid-box .column .text h3 {
	font-size: 1.2rem;
	font-weight: 700;
	color: #222c47;
	margin: auto auto 20px
}

.service-page .ser-3 .grid-box .column .text .con {
	font-size: 16px;
	color: #262e42;
	margin: 0 auto;
	max-width: 320px
}

.service-page .ser-3 .grid-box .column .text .more {
	margin-top: 2.9rem
}

.service-page .ser-3 .grid-box .column .text .more a {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;
	padding: 15px 30px;
	background-color: #00aeec;
	color: #fff;
	border-radius: 100px;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	-webkit-box-shadow: 0 16px 30px 0 rgba(56, 83, 113, .2);
	box-shadow: 0 16px 30px 0 rgba(56, 83, 113, .2)
}

.service-page .ser-3 .grid-box .column .text .more a:hover {
	opacity: .8
}

.service-page .ser-3 .grid-box .right {
	border-left: 1px solid #ddd
}

.service-page .ser-3 .grid-box .right .text .more a {
	background-color: #526390
}

.service-page .ser-4 {
	margin: 5rem 0
}

.service-page .ser-4 .grid-box .left {
	width: 40%;
	vertical-align: middle
}

.service-page .ser-4 .grid-box .left .ig {
	max-width: 430px;
	margin: auto
}

.service-page .ser-4 .grid-box .left .ig img {
	width: 100%
}

.service-page .ser-4 .grid-box .right {
	width: 60%;
	padding-left: 20px;
	vertical-align: middle
}

.service-page .ser-4 .grid-box .right .text {
	max-width: 660px;
	margin-left: auto
}

.service-page .ser-4 .grid-box .right .text h3 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
	color: #222c47;
	margin: 20px 0 30px;
	max-width: 400px
}

.service-page .ser-4 .grid-box .right .text ul li {
	margin: 20px 0
}

.service-page .ser-4 .grid-box .right .text ul li .txt {
	position: relative;
	padding-left: 20px
}

.service-page .ser-4 .grid-box .right .text ul li .txt:before {
	position: absolute;
	left: 0;
	top: 5px;
	content: '\f14a';
	font: normal normal normal 18px/1 FontAwesome;
	color: #0aab0a
}

.service-page .ser-4 .grid-box .right .text ul li .txt h4 {
	font-size: 18px;
	font-weight: 700;
	color: #222c47
}

.service-page .ser-4 .grid-box .right .text ul li .txt .con {
	font-size: 14px
}

.service-page .ser-5 {
	padding: 35px 0;
	background-color: #2a344e
}

.service-page .ser-5 .grid-box .left {
	width: 80%;
	vertical-align: middle
}

.service-page .ser-5 .grid-box .left h3 {
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	margin: 0 20px 0 0
}

.service-page .ser-5 .grid-box .right {
	width: 20%;
	vertical-align: middle;
	text-align: right
}

.service-page .ser-5 .grid-box .right .more a {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;
	padding: 15px 30px;
	background-color: #00aeec;
	color: #fff;
	border-radius: 100px;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	-webkit-box-shadow: 0 16px 30px 0 rgba(56, 83, 113, .2);
	box-shadow: 0 16px 30px 0 rgba(56, 83, 113, .2);
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

.service-page .ser-5 .grid-box .right .more a:hover {
	background-color: #d62b39
}

@media screen and (max-width:992px) {
	.service-page .ser-1 .grid-box .left {
		width: 100%
	}

	.service-page .ser-1 .grid-box .right {
		width: 100%
	}

	.service-page .ser-2 .top .grid-box .column {
		width: 100%
	}

	.service-page .ser-2 .bot ul li {
		width: 50%
	}

	.service-page .ser-2 .bot ul li .ig {
		margin: auto
	}

	.service-page .ser-3 .grid-box .column {
		width: 100%
	}

	.service-page .ser-3 .grid-box .column.right {
		border-left: none;
		border-top: 1px solid #ddd
	}

	.service-page .ser-4 .grid-box .left {
		width: 100%
	}

	.service-page .ser-4 .grid-box .right {
		width: 100%
	}
}

@media screen and (max-width:700px) {
	.inner-banner {
		height: 200px
	}

	.service-page .ser-5 .grid-box .left {
		width: 100%;
		text-align: center;
		margin-bottom: 20px
	}

	.service-page .ser-5 .grid-box .right {
		width: 100%;
		text-align: center
	}
}

@media screen and (max-width:700px) {
	.about-page .abt-1 {
		padding: 2rem 0
	}

	.about-page .abt-8 .title h3 {
		font-size: 20px
	}

	#index-body .i-apart .i-video .play {
		left: 30%
	}

	#index-body .i-apart .i-video .play2 {
		right: 2%
	}
}

.prodet-page .det-1 .grid-box .left ul li {
	width: 25%;
	float: left
}

@media screen and (max-width:500px) {
	.inner-page {
		margin-top: 50px
	}

	#footer .footer-bottom .list {
		display: none
	}

	.contact-page .contact-2 {
		padding-top: 0
	}

	.grid-box.three>.column {
		width: 100%
	}

	.grid-box.four>.column {
		width: 50%
	}

	.about-page .abt-7 {
		padding: 20px 0
	}

	.about-page .abt-5 h2,
	.about-page .abt-4 h2,
	.about-page .abt-3 h2,
	.about-page .abt-7 .grid-box .right .text h2,
	.about-page .abt-2 .grid-box .right .text h2,
	.about-page .abt-1 ul li span,
	.prodet-page .det-1 .grid-box .right h2,
	.prodet-page .det-1 .grid-box .right h1,
	.prodet-page .det-3 h2,
	.prodet-page .det-re h2 {
		font-size: 20px
	}

	.about-page .abt-4 ul li .ig h4 {
		font-size: 16px;
		font-weight: 700
	}

	.product-page .grid-box .pro .top h2 {
		display: none
	}

	.product-page {
		padding: 1rem 0
	}

	#footer .footer-bottom .list li {
		margin: 0 10px
	}
}

.inner-page .m-page {
	padding: 10px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-top: 30px;
	font-size: 14px;
	color: #333
}

.inner-page .m-page a,
.inner-page .m-page span {
	margin: 0 10px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.inner-page .m-page a:hover,
.inner-page .m-page .cud {
	color: #2079bb
}
