/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav {
	margin-top: 10px
}
.owl-theme .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: #f6811a;
	color: #FFF;
	text-decoration: none
}
.owl-theme .owl-nav .disabled {
	opacity: .3;
	cursor: default
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 15px
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	outline: none;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #f6811a
}
/*初始设定*/



#banner {
	position: relative;
	font-size: 0px;
}
#banner .owl-item {
}
#banner .owl-item .item {
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#banner .item a {
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

@media(min-width:768px) {
#banner .owl-item .item {
	width: 100%;
	height: 400px;
}
#banner .owl-item .item a {
	display: block;
	width: 100%;
	height: 100%;
}
#banner .owl-item .item a img {
	display: none;
}
}
#banner .owl-nav {
	margin: 0px;
}
#banner .owl-nav button {
	position: absolute;
	z-index: 2;
	top: 0%;
	width: 90px;
	height: 100%;
	margin: 0px;
	outline: none;
}
#banner .owl-nav button.owl-prev {
	left: 0px;
	background: -webkit-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 65%, rgba(0,0,0,0.06) 100%);
	background: -o-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 65%, rgba(0,0,0,0.06) 100%);
	background: linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 65%, rgba(0,0,0,0.06) 100%);
}
#banner .owl-nav button.owl-next {
	right: 0px;
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 65%, rgba(0,0,0,0.06) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 65%, rgba(0,0,0,0.06) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 65%, rgba(0,0,0,0.06) 100%);
}
#banner .owl-nav button i {
	font-size: 42px;
	color: #fff;
}
#banner .owl-nav button:hover i {
	color: #f6811a;
}

@media(min-width:992px) {
#banner .owl-item .item {
	width: 100%;
	height: 440px;
}
}

@media(min-width:1200px) {
#banner .owl-item .item {
	width: 100%;
	height: 600px;
}
}

@media(max-width:768px) {
#banner .owl-nav button {
	width: 60px;
}
#banner .owl-nav button i {
	font-size: 36px;
	color: #fff;
}
}
/*banner按钮*/
#banner .owl-nav.disabled+.owl-dots {
	margin-top: 0px;
}
#banner .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 28px;
	margin-top: 0px;
}
#banner .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}
#banner .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	margin: 5px 7px;
	background: #fff;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}
#banner .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #f6811a;
}

@media(max-width:768px) {
#banner .owl-dots {
	bottom: 30px;
}
#banner .owl-dots .owl-dot span {
	width: 9px;
	height: 9px;
	margin: 5px 7px;
}
}
/*banner翻页*/

#index-ad {
	background: #fafafa;
}
.index-ad {
	text-align: center;
	padding: 0px 30px;
}
.index-ad .item {
	position: relative;
}
.index-ad .item:after {
	content: "";
	position: absolute;
	z-index: 1;
	right: -13px;
	top: 0px;
	display: inline-block;
	width: 1px;
	height: 100%;
	background-color: #e0e0e0;
}
.index-ad .item span {
	display: inline-block;
	width: 68px;
	height: 68px;
	padding: 10px;
	margin-right: 10px;
	font-size: 35px;
	line-height: 45px;
	color: #fff;
	background: #015cb9;
	border-radius: 50%;
}
.index-ad pre {
	border: none;
	padding: none;
	background: none;
	font-family: Arial, "微软雅黑", Microsoft YaHei;
	margin: 10px 0px 20px;
	font-size: 21px;
	color: #444;
	font-weight:bold;
}
/* 首页优势 */

#index-wap-product a {
	display: block;
	font-size: 0px;
	line-height: 0px;
	margin-bottom: 10px;
}
#index-wap-product p {
	display: inline-block;
	width: 100%;
	padding: 10px 10px 5px;
	margin: 0px;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
#index-wap-product small {
	display: inline-block;
	width: 100%;
	padding: 5px 10px 10px;
	margin: 0px;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
	color: #666;
	background: #fafafa;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

@media(max-width:768px) {
#index-wap-product {
	padding: 0px 5%;
}
}
/*首页产品*/


#index-device {
}
#index-device .item img {
	padding: 5px;
	background: #fff;
	transition: all .3s;
}
#index-device .item:hover img {
	background: #f6811a;
}
#index-device .item span {
	display: inline-block;
	width: 100%;
	color: #333;
	text-align: center;
	margin: 10px 0px;
}
#index-device .owl-nav button {
	position: absolute;
	top: 45%;
	margin-top: -56px;
	width: 42px;
	height: 42px;
	background: none;
	outline: none;
	transition: all .3s;
}
#index-device .owl-nav button.owl-prev {
	left: -60px;
}
#index-device .owl-nav button.owl-next {
	right: -60px;
}
#index-device .owl-nav button i {
	font-size: 42px;
	color: #333;
	opacity: .5;
}
#index-device .owl-nav button:hover i {
	color: #f6811a;
	opacity: 1;
}
/*首页设备展示*/


.index-a-list {
	padding: 30px 0px;
}
.index-a-list li {
	display: flex;
	align-items: flex-start;
	padding: 40px 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.index-a-list li>h3, .index-a-list li>h3 strong, .index-a-list li>h3 span {
	margin-top: 0px;
	font-size: 18px;
	line-height: 1.2em;
	color: #fff;
}
.index-a-list li>h3 {
	position: relative;
	z-index: 1;
	width: 35%;
	margin-right: 35px;
	padding-bottom: 50px;
}
.index-a-list li>h3:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 0%;
	width: 20px;
	height: 2px;
	background-color: #fff;
}
.index-a-list li>h3 strong {
	display: inline-block;
	margin-bottom: 10px;
}
.index-a-list li .index-a-list-r span {
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
	font-size: 30px;
	line-height: 42px;
	padding-right: 80px;
	font-weight: bold;
	text-align: right;
	color: #ebebeb;
}
.index-a-list li .index-a-list-r p {
	line-height: 2em;
	color: #ebebeb;
}
.index-a-list .owl-nav {
}
.index-a-list .owl-nav button {
	position: absolute;
	top: 70px;
	margin-top: -15px;
	width: 30px;
	height: 42px;
	margin: 0px !important;
	background: #f6811a;
	outline: none;
	transition: all .3s;
}
.index-a-list .owl-nav button.owl-prev {
	right: 30px;
}
.index-a-list .owl-nav button.owl-next {
	right: 0px;
}
.index-a-list .owl-nav button i {
	font-size: 30px;
	color: #fff;
	opacity: .5;
}
.index-a-list .owl-nav button:hover i {
	opacity: 1;
}

@media(max-width:468px) {
.index-a-list li {
	display: block;
}
.index-a-list li>h3 {
	position: relative;
	z-index: 1;
	width: 100%;
	margin-right: 0;
	padding-bottom: 20px;
}
.index-a-list li .index-a-list-r span {
	display: none;
}
.index-a-list .owl-nav button {
	position: absolute;
	top: 20px;
	margin-top: -15px;
	width: 30px;
	height: 42px;
	margin: 0px !important;
	background: #f6811a;
	outline: none;
	transition: all .3s;
}
.index-a-list .owl-nav button i {
	opacity: 1;
}
}
/*首页优势*/

#nav-honor{
	padding: 30px 30px 10px;
	text-align: center;
	background: #fafafa;
}
#nav-honor .item span{
	display: inline-block;
	margin: 10px 0px 0px;
	color: #4d4d4d;
}#nav-honor .item a:hover span{
	color: #f6811a;
}
#nav-honor .owl-dots{
	margin-top: 5px;
}
#nav-honor .owl-dots .owl-dot span{
	margin: 4px;
}
/*内页导航右侧荣誉*/

#bottom-product{
	padding:20px 15px 10px;
	border: 1px solid #ebebeb;
}
#bottom-product a {
	display: block;
	margin: 0px !important;
	font-size: 0px;
	line-height: 0px;
	margin-bottom: 10px;
}
#bottom-product p {
	display: inline-block;
	width: 100%;
	padding: 10px 10px 5px;
	margin: 0px;
	font-size: 14px;
	line-height: 1em;
	color: #4d4d4d;
	text-align: center;
	background: #fafafa;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
#bottom-product small {
	display: inline-block;
	width: 100%;
	padding: 5px 10px 10px;
	margin: 0px;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
	color: #666;
	background: #fafafa;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
#bottom-product .owl-dots{
	margin-top: 5px;
}

@media(max-width:768px) {
#bottom-product {
	padding: 0px 5%;
}
}
/*内页底部产品推荐*/

#about-img a {
	display: block;
}
#about-img a .enlarge-img {
	overflow: hidden;
	transition: all .4s;
}
#about-img a:hover .enlarge-img {
	box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.3);
}
#about-img a .enlarge-img img {
	transform: scale(1);
	transition: all .4s;
}
#about-img a:hover .enlarge-img img {
	transform: scale(1.1);
}
/*关于我们*/
#about-honor .item {
	padding: 20px;
	border: 1px solid #ebebeb;
}
#about-honor .item a {
	display: flex;
	align-items: center;
}
#about-honor .item a .honor-img {
	width: 40%;
	text-align: center;
}
#about-honor .item a .honor-img img {
	display: inline-block;
	width: auto;
	max-width: 100%;
	max-height: 200px;
}
#about-honor .item a .honor-title {
	width: 60%;
	padding: 0 5%;
	text-align: center;
}
#about-honor .item a .honor-title p {
	font-size: 24px;
}

@media(max-width:768px) {
#about-honor .item a .honor-title p {
	font-size: 18px;
}
}
#about-honor .item a .honor-title span {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0px 25px;
	margin-top: 30px;
	font-size: 14px;
	line-height: 42px;
	color: #4d4d4d;
	border: 1px solid #666;
	transition: all .4s;
}
#about-honor .item a .honor-title span:hover {
	color: #fff;
	background: #f6811a;
	border: 1px solid #f6811a;
}
#about-honor .item a .honor-title span:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0%;
	width: 0%;
	height: 100%;
	background-color: #f6811a;
	transition: all .4s;
}
#about-honor .item a .honor-title spanr:after {
	content: "";
	width: 100%;
	height: 100%;
}
#about-honor .owl-nav button {
	width: 42px;
	height: 42px;
	outline: none;
	background: none;
	transition: all .3s;
}
#about-honor .owl-nav button:hover {
	background: none;
}
#about-honor .owl-nav button i {
	font-size: 42px;
	line-height: 42px;
	color: #333;
	opacity: .5;
	transition: all .3s;
}
#about-honor .owl-nav button:hover i {
	color: #f6811a;
	opacity: 1;
}
/*荣誉*/


#service {
	padding-top: 15px;
}

@media(min-width:992px) {
#service .item a {
	position: relative;
	display: block;
	background: #000;
	overflow: hidden;
}
#service .item a img {
	opacity: 1;
	transition: all .4s;
}
#service .item a:hover img {
	opacity: 0.5;
}
.service-text1 {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 100%;
	width: 100%;
	height: 100%;
	padding: 20% 25px;
	opacity: 0;
	transition: all .6s;
}
#service .item a:hover .service-text1 {
	top: 0%;
	opacity: 1;
}
.service-text1 b {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	margin-bottom: 15px;
}
.service-text1 p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	height: 96px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
}
.service-text1 span {
	display: inline-block;
	padding: 0px 25px;
	margin-top: 10px;
	line-height: 36px;
	color: #fff;
	border: 1px solid #ebebeb;
	transition: all .4s;
}
.service-text1 span:hover {
	border: 1px solid #f6811a;
	background: #f6811a;
}
}

@media(max-width:992px) {
#service .item a {
}
#service .item a img {
}
#service .item a:hover img {
}
.service-text1 b {
	display: inline-block;
	font-size: 16px;
	color: #f6811a;
	margin-top: 25px;
	margin-bottom: 15px;
}
.service-text1 p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	height: 96px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
}
.service-text1 span {
	display: inline-block;
	padding: 0px 25px;
	margin-top: 10px;
	line-height: 36px;
	color: #fff;
	border: 1px solid #f6811a;
	background: #f6811a;
	transition: all .4s;
}
}

@media(max-width:768px) {
.service-text1 {
	text-align: center;
	padding-bottom: 15px;
}
}
/*服务*/
