﻿@charset "utf-8";
body {
	font-family: "Microsoft YaHei",SimHei,"宋体",simsun,sans-serif;
	font-size: 14px;
	background: #fff;
}
body,h2,ul,p,dl,h4,h5,h3,dl,dt,dd {
	padding: 0;
	margin:0;
}
*{	
	box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);  
	-moz-tap-highlight-color:rgba(0, 0, 0, 0);  
	-ms-tap-highlight-color:rgba(0, 0, 0, 0);  
	-o-tap-highlight-color:rgba(0, 0, 0, 0);  
	tap-highlight-color:rgba(0, 0, 0, 0);
}
ul {
	list-style: none;
}
a,a:link,a:hover,a:visited,a:active {
	text-decoration: none;
   border:none;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   -webkit-tap-highlight-color:transparent;
   outline:none;
}
i,em {
	font-style: normal;
}
img{ 
	border: none;
	vertical-align: middle;
}
input,
button,
textarea,
select {
	outline: none;
	background: transparent;
	border: none;
	padding: 0;
	box-shadow: 0 0 0 0;
}
input[type="text"] {
	-webkit-appearance: none;
}
button,
select {
	cursor: pointer;
}
.news-cont .news-list .pic img { height:229px; }
#banner-pic .container div { font-size: 24px; }
.collapse .nav .cursor { border-top: 2px #f00 solid; }
.collapse .nav li:hover { border-top: 2px #f00 solid; }
#content h1,#news-detial h1 { font-size:26px;font-weight: 600;margin-bottom: 20px;text-align: center; }
/* 分页 */
.k_pagelist { height:34px; }
.k_pagelist em { display:inline-block; padding:0 13px; height:34px; text-align:center; line-height:34px; margin: 0 3px; border-radius:5px; border:#dddddd solid 1px; overflow:hidden; font-size:13px; color:#999999;font-weight:bold;font-style:normal;}
.k_pagelist strong { display:inline-block; padding:0 13px; height:34px; text-align:center; line-height:34px; margin: 0 3px; border-radius:5px; border:#dddddd solid 1px; overflow:hidden; font-size:13px; color:#999999;}
.k_pagelist a{ display:inline-block; padding:0 13px; height:34px; text-align:center; line-height:34px; margin: 0 3px; border-radius:5px; border:#dddddd solid 1px; overflow:hidden; font-size:13px; color:#999999;}
.k_pagelist a:hover{ background:#f73232; color:#fff;}
/*图片*/
.pro-swiper .swiper-container .swiper-wrapper .swiper-slide .pic img { height: 280px; }
.home-five .container .left .pic { height:181px; }
.pic {
	overflow: hidden;
}

.pic img {
	width: 100%;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.pic:hover img,
li:hover .pic  img {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
/*头部*/
#header	{
	width: 100%;
	height: 80px;
	z-index: 9999;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}

#header .container {
	position: relative;
}
#header .navbar {
	background: rgba(255,255,255,.9);
	margin: 0;
	border-radius: 0;
	border-right: none;
	height: 90px;
	line-height: 90px;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.navbar-brand {
	height: 90px;
	line-height: 90px;
	padding: 0 0 0 15px;
	background: url(logo.png) no-repeat;
    width: 278px;
    height: 56px;
    margin-top: 16px;
    display: block;
    text-indent: -999px;
	font-size: 0;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.navbar-brand img {
	height: 56px;
	display: inline-block;
}
#header .navbar-collapse {
	background: transparent;
	border:none;
	float: right;
}
#header .navbar-nav {
	float: right;
}
.navbar-default {
	border:none;
}
.navbar-default .navbar-nav>li>a {
	font-size: 16px;
	color: rgb(51, 51, 51);
	height: 90px;
	line-height: 90px;
	padding: 0 25px;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.navbar-default .navbar-nav>li.active:hover>a,
.navbar-default .navbar-nav>li.active>a,
.navbar-default .navbar-nav>li:hover>a {
	color: #149df0;
	background: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background: transparent;
	color: #149df0;
}
#header .navbar-nav > li:last-child {
	position: absolute;
	z-index: 99;
	background: #fff;
	right: 0;
	top: 100%;
	width: 250px;
	height: 36px;
	line-height: 36px;
	z-index: 888;
	margin-right: 0;
	border-radius: 5px;
	overflow: hidden;
	display: none;
}
#header .navbar-nav > li form {
	height: 100%;
}
#header .navbar-nav > li input {
	color: #4a4949;
	font-size: 13px;
	float: left;
	padding-left: 8px;
	width: 200px;
}
#header .navbar-nav > li button {
	float: right;
	font-size: 14px;
	text-align: center;
	width: 50px;
	height: 100%;
	line-height: 30px;
	background: #0ea8eb;
	color: #fff;
}
#header .search-ico {
	float: right;
	color: #4a4949;
	font-size: 16px;
	cursor: pointer;
	height: 100%;
}
#header .search-ico:hover,
#header .search-ico.show {
	color: #003568;
}
#banner .bannerBox .fifthBanner .rightBox .fifthImg .fifthWord {
	float: right;
}
#banner .bannerBox .leftBox .title {
	font-size: 40px !important;
}
.home-one li {
	float: left;
	width: 25%;
	position: relative;
}
.home-one li:hover img {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.home-one li .over {
	color: #fff;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 99;
	padding: 0 5%;
	line-height: 1.5;
}
.home-one li:last-child .over {
	
}
.home-one li .over h3 {
	font-size: 28px;
	margin-bottom: 10px;
	text-align: center;
}
.home-one li .over p{
	text-align: center;
}
.box {
	padding: 50px 0;
}
.top-tit {
	text-align: center;
	font-size: 16px;
	color: #8d8b8c;
	line-height: 1.7;
	margin-bottom: 40px;
}
.top-tit span {
	color: #333;
	font-size: 28px;
	margin-bottom: 10px;
}
.top-tit p {
	width: 900px;
	margin: 0 auto;
}
.home-two .advance {
	margin: 0 auto;
	width: 980px;
	color: #8d8b8c;
	line-height: 1.7;
	position: relative;
}
.home-two .advance li {
	float: left;
	width: 34%;
	text-align: right;
	height: 265px;
	padding-right: 5%; 
	margin-top: 10px;
}
.home-two .advance li:nth-child(2n) {
	float: right;
	text-align: left;
	padding-left: 5%;
	padding-right: 0;
}
.home-two .advance li .icon {
	width: 92px;
	height: 92px;
	position: relative;
	float: right;
}
.home-two .advance li:nth-child(2n) .icon {
	float: left;
}
.home-two .advance li .icon > img {
	width: 100%;
}
.home-two .advance li .icon .line {
	position: absolute;
	left: 90px;
	top: 50%;
	margin-top: -2px;
}
.home-two .advance li:nth-child(2n) .icon .line {
	right: 90px;
	left: auto;
}
.home-two .advance li .icon .line img {
	width: 104px;
}
.home-two .advance li:nth-child(2) .icon .line img {
	width: 120px;
}
.home-two .advance li:nth-child(3) .icon .line img {
	width: 80px;
}
.home-two .advance li:nth-child(4) .icon .line img {
	width: 80px;
}
.home-two .advance .ind_why_t {
	color: #01b9ff;
	font-size: 20px;
	text-align: center;
	margin-bottom: 12px;
}
.home-two .advance li section {
	clear: both;
	overflow: hidden;
}
.home-two .advance .center {
	position: absolute;
	width: 38%;
	left: 31%;
	top: 35%;
	z-index: 99;
}
.home-two .advance .center img {
	width: 100%;
}
.top-title {
	text-align: center;
	font-size: 16px;
	color: #8d8b8c;
	line-height: 1.7;
	margin-bottom: 40px;
}
.top-title p {
	color: #333;
	font-size: 28px;
	position: relative;
}
.top-title p:after {
	position: absolute;
	content: '';
	height: 1px;
	width: 30px;
	bottom: -13px;
	left: 50%;
	margin-left: -15px;
	background: #333;
}
.top-title.white p {
	color: #fff;
}
.top-title.white p:after {
	background: #fff;
}
.home-three {
	background: url(bg_1.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.home-three .plane .nav-tabs {
	float: left;
	width: 29.5%;
	background: transparent;
	border: none;
}
.home-three .plane .nav-tabs li {
	float: none;
	text-align: center;
	padding: 0 6px;
	background: transparent;
	cursor: pointer;
}
.home-three .plane .nav-tabs li a {
	display: block;
	color: #fff;
	padding: 15px 0;
	font-size: 17px;
	border-radius: 0;
	background: rgba(93,98,101,.5);
	border: none;
}
.home-three .plane .nav-tabs li img {
	height: 22px;
}
.home-three .plane .nav-tabs li:nth-child(2) img {
	height: 24px;
}
.home-three .plane .nav-tabs li:nth-child(3) img {
	height: 33px;
}
.home-three .plane .nav-tabs li:nth-child(4) img,
.home-three .plane .nav-tabs li:nth-child(5) img {
	height: 19px;
}
.home-three .plane .nav-tabs li i {
	display: block;
	margin-top: 8px;
}
.home-three .plane .nav-tabs li.active,
.home-three .plane .nav-tabs li:hover {
	background: url(bg_2.jpg) no-repeat left top;
	background-size: 100% 100%;
}
.home-three .plane .nav-tabs li.active a,
.home-three .plane .nav-tabs li:hover a {
	background: transparent;
}
.home-three .plane .tab-content {
	width: 62.5%;
	float: right;
	color: #fff;
}
.home-three .plane .tab-pane {
	padding-top: 25px;
}
.home-three .plane .tab-content h4,.home-three .plane .tab-content h2 {
	font-size: 20px;
}
.home-three .plane .tab-content p {
	line-height: 1.8;
	margin: 20px 0 40px;
}
.home-three .plane .tab-content a {
	color: #fff;
}
.home-three .plane .tab-content a:hover {
	color: #149df0;
}
.home-three .plane .tab-content a i {
	margin-left: 5px;
}
.home-three .plane .tab-pane li {
	float: left;
	width: 31%;
	margin-right: 3%;
	margin-top: 35px;
}
.home-three .plane .tab-pane li:last-child {
	margin-right: 0;
}
.home-three .plane .tab-pane li img {
	width: 100%;
	height: 183px;
}
.home-four .pro-swiper .swiper-container {
	padding-bottom: 15px;
}
.home-four .pro-swiper .swiper-container section {
	padding: 15px 0;
	line-height: 1.7;
	text-align: center;
}
.home-four .pro-swiper .swiper-container p {
	font-size: 16px;
	color: #333;
	margin-bottom: 8px;
	font-weight: bold;
	line-height: 1.5;
}
.home-four .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0;
	font-size: 0;
	line-height: 1;
}
.home-four .swiper-container .swiper-pagination-bullet {
	width: 11px;
	height: 11px;

}
.home-four .swiper-container .swiper-pagination-bullet-active {
	background: #149df0;
}
/*.owl-carousel .owl-dots {
	text-align: center;
}
.owl-carousel .owl-dot {
	background: #7e7d7d;
	border-radius: 50%;
	margin: 0 3px;
	width: 11px;
	height: 11px;
	display: inline-block;
}
.owl-carousel .owl-dot.active {
	background: #149df0;
}*/
.home-five {
	background: #f4f6fa;
}
.home-five p {
	color: #2ead31;
	font-size: 28px;
	margin-bottom: 10px;
	background: #e8e8e8;
	line-height: 50px;
}
.home-five .left {
	width: 31%;
	margin-right: 2%;
	float: left;
}
.home-five .left li {
	margin-bottom: 15px;
	line-height: 1.8;
	font-size: 16px;
	color: #a7a7a8;
}
.home-five .left li:last-child {
	margin-bottom: 0;
}
.home-five .left li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #C5201D;
}
.home-five .left li a:hover {
	color: #149df0;
}
.home-five .left li a h5 { font-size: 18px;border-bottom: 2px #ccc solid;padding: 10px 0 2px 0; }
.home-five .right {
	float: right;
	width: 61.5%;
}
.home-five .right li {
	float: left;
	width: 47%;
	margin-top: 7px;
}
.home-five .right li:nth-child(2) {
	float: right;
}
.home-five .right li h5 {
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	margin: 15px 0 10px;
}
.home-five .right li p {
	line-height: 1.8;
	color: #7b7a7a;
}
.foot-top {
	color: #fff;
	background: url(bg_3.jpg) no-repeat left top;
	background-size: 100% 100%;
	height: 75px;
	line-height: 75px;
}
.foot-top span {
	font-size: 24px;
}
.foot-top i {
	font-size: 20px;
}
.foot-top i a {
	display: inline-block;
	width: 105px;
	text-align: center;
	height: 33px;
	line-height: 31px;
	border: 1px solid #fff;
	font-size: 16px;
	margin: 0 16px;
	color: #fff;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.foot-top i a:hover {
	color: #149df0;
	background: #fff;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.foot-center {
	background: #373d41;
	padding: 30px 0;
	overflow: hidden;
}
.foot-center dl {
	float: left;
	width: auto;
	margin-right: 2%;
}
.foot-center dl dd { width:186px;overflow: hidden; }
.foot-center dl img {
	width: 60%;
	margin-top: 6px;
}
.foot-center dt {
	color: #fff;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
}
.foot-center dd {
	margin-bottom: 5px;
	font-size: 15px;
}
.foot-center dd:last-child {
	margin-bottom: 0;
}
.foot-center dd a,.foot-center dd p {
	color: #b2b4b5;
}
.foot-center dd a:hover {
	color: #fff;
}
.foot-bottom {
	padding: 15px 0;
	background: #4b5054;
	color: #c6c8c9;
	line-height: 1.7;
}
.foot-bottom .container .link a { margin: 0 3px 0 3px; }
.foot-bottom a {
	color: #c6c8c9;
}
.foot-bottom a:hover {
	color: #fff;
}
.foot-bottom .left {
	float: left;
}
.foot-bottom .left .link a {
	margin-right: 10px;
}
.foot-bottom .left .link a:last-child {
	margin-right: 0;
}
.foot-bottom .right {
	float: right;
	margin-top: 1.5em;
}
.foot-bottom .right ul {
	font-size: 14px;
}
.foot-bottom .right li {
	display: inline-block;
}
/*产品展示*/
#banner-pic {
	background: url(banner_1.jpg) no-repeat center center;
	height: 400px;
	width:100%;
	background-size: auto 100%;
	color: #fff;
	overflow: hidden;
}
#banner-pic .container {
	position: relative;
	height: 100%;
}
#banner-pic > img {
	width: 100%;
}
#banner-pic section {
	position: absolute;
	width: 545px;
	left: 15px;
	top: 50%;
	line-height: 1.8;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#banner-pic section h3 {
	margin-bottom: 15px;
	font-size: 24px;
}
.product-brand .brand-swiper .swiper-container {
	padding: 20px 0 55px;
}
.product-brand .brand-swiper .swiper-slide {
	font-size: 0;
	height: 90px;
	line-height: 84px;
	border: 2px solid transparent;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
}
.product-brand .brand-swiper .swiper-slide.active {
	border: 2px solid #159cf1;
}
.product-brand .brand-swiper .swiper-slide.active .pic {
	border: 1px solid transparent;
}
.product-brand .brand-swiper .swiper-slide .pic {
	border: 1px solid #d3d2d2;
	border-radius: 3px;
}
.product-brand .brand-swiper .swiper-slide .pic img {
	max-height: 100%;
	width: auto;
}
.product-brand .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 20px;
	font-size: 0;
	line-height: 1;
}
.product-brand .swiper-container .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
}
.product-brand .swiper-container .swiper-pagination-bullet-active {
	background: #159cf1;
}
.brand-cont .tab-box {
	display: none;
}
.brand-cont .tab-box.active {
	display: block;
}
.brand-cont .list li {
	float: left;
	width: 100%;
	padding: 70px 0;
	color: #535151;
}
.brand-cont .list li:nth-child(odd) {
	background: #eee;
}
.brand-cont .list li dt {
	width: 370px;
	float: left;
}
.brand-cont .list li dt .pic img {
	max-width: 100%;
	width: auto;
}
.brand-cont .list li dd {
	width: 61%;
	float: right;
}
.brand-cont .list li:nth-child(even) dt {
	float: right;
}
.brand-cont .list li:nth-child(even) dd {
	float: left;
}
.brand-cont .list li h4 {
	font-size: 28px;
}
.brand-cont .list li p {
	line-height: 2;
	margin: 20px 0 45px;
}
.brand-cont .list li dd a {
	color: #535151;
	display: block;
	width: 125px;
	text-align: center;
	height: 36px;
	line-height: 34px;
	border: 1px solid #d5d4d4;
	border-radius: 3px;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.brand-cont .list li:hover dd a {
	color: #fff;
	background: #159cf1;
	border-color: #159cf1;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
/*产品二级*/
#banner-pic.pro-second {
	background: url(banner_3.jpg) no-repeat center center;
	background-size: auto 100%;
}
.pro-intro {
	background: #f4f6fa;
	padding: 30px 0;
	color: #535151;
}
.pro-intro h2 {
	font-size: 28px;
	color: #535151;
	margin-bottom: 20px;
	text-align: center;
}
.pro-intro p {
	line-height: 2;
	display: none;
}
.pro-intro p:nth-of-type(1) {
	display: block;
}
.pro-intro a {
	color: #535151;
	display: block;
	width: 125px;
	height: 36px;
	line-height: 34px;
	border: 1px solid #d5d4d4;
	border-radius: 3px;
	text-align: center;
	float: right;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.pro-intro a:hover {
	color: #fff;
	background: #159cf1;
	border-color: #159cf1;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.pro-intro a i {
	margin-left: 5px;
}
.pro-intro a.opend i {
	transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.pro-box {
	padding: 30px 0;
	border-bottom: 1px solid #eee;
}
.video-swiper .swiper-container {
	padding-bottom: 35px;
}
.video-swiper .swiper-slide .pic {
	position: relative;
}
.video-swiper .swiper-slide .pic img { height: 197px; }
.video-swiper .swiper-slide .pic .start {
	position: absolute;
	z-index: 99;
	width: 65px;
	height: 65px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.video-swiper .swiper-slide .pic .start img {
	transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}
.video-swiper .swiper-slide p {
	color: #352b2c;
	line-height: 1.7;
	margin-top: 15px;
	text-align: center;
}
.video-swiper .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0;
	font-size: 0;
	line-height: 1;
}
.video-swiper .swiper-container .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
}
.video-swiper .swiper-container .swiper-pagination-bullet-active {
	background: #149df0;
}
.modal-content {
	border: none;
	border-radius: 0;
	box-shadow: 0 0 0 !important;
}
.modal-body {
	padding: 0;
	border-radius: 0;
	background: transparent;
}
.modal-body video {
	width: 100%;
}
.pro-box h3 {
	color: #535151;
	font-size: 28px;
	margin-bottom: 20px;
	text-align: center;
}
.pro-tj .nav-tabs {
	border: none;
}
.pro-tj .nav-tabs li {
	width: 24.1%;
	margin-right: 1.2%;
	border: 1px solid #eee;
	text-align: center;
	position: relative;
	font-size: 16px;
}
.pro-tj .nav-tabs li:last-child {
	margin-right: 0;
}
.pro-tj .nav-tabs li.active {
	background: url(bg_4.jpg) no-repeat left top;
	background-size: 100% 100%;
}
.pro-tj .nav-tabs li:after {
	content: '';
	width: 16px;
	height: 14px;
	position: absolute;
	z-index: 99;
	top: 98%;
	left: 50%;
	background: url(arrow.png) no-repeat top center;
	background-size: 100%;
	transform: translate(-50%);
	-o-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-webkit-transform: translate(-50%);
	display: none;
}
.pro-tj .nav-tabs li.active:after {
	display: block;
}
.pro-tj .nav-tabs li.active a,
.pro-tj .nav-tabs li a {
	padding: 10px 0;
	border-radius: 0;
	color: #535151;
	background: transparent;
	border: none;
}
.pro-tj .nav-tabs li.active a {
	color: #fff;
}
.pro-tj .tab-content {
	margin-top: 50px;
}
.tab-content .tab-pane {overflow:hidden;}
.pro-tj .tab-pane dt {
	float: left;
	width: 280px;
}
.pro-tj .tab-pane section {
	margin-bottom: 20px;
}
.pro-tj .tab-pane section:last-child {
	margin-bottom: 0;
}
.pro-tj .tab-pane dd {
	float: right;
	width: 73%;
}
.pro-tj .tab-pane dd h4 {
	color: #3a3939;
	font-size: 16px;
}
.pro-tj .tab-pane dd a {
	color: #159cf1;
	margin: 10px 30px 0 0;
	display: inline-block;
}
.pro-tj .tab-pane dd a:hover {
	text-decoration: underline;
}
.pro-all .nav-tabs {
	border: none;
}
.pro-all .nav-tabs li {
	width: 15%;
	margin-right: 1.2%;
	border: 1px solid #eee;
	text-align: center;
	position: relative;
	font-size: 16px;
}
.pro-all .nav-tabs li:hover { background: url(bg_4.jpg) no-repeat; }
.pro-all .nav-tabs li:last-child {
	margin-right: 0;
}
.pro-all .nav-tabs li.active {
	background: url(bg_4.jpg) no-repeat left top;
	background-size: 100% 100%;
}
.pro-all .nav-tabs li.active a,
.pro-all .nav-tabs li a {
	padding: 10px 0;
	border-radius: 0;
	color: #535151;
	background: transparent;
	border: none;
}
.pro-all .nav-tabs li.active a {
	color: #fff;
}
.pro-all .tab-content {
	margin-top: 30px;
}
.pro-all .tab-pane li {
	float: left;
	width: 24%;
	margin-right: 14%;
	margin-bottom: 30px;
}
.pro-all .tab-pane li:nth-child(3n) {
	margin-right: 0;
}
.pro-all .tab-pane li h4 {
	color: #3a3939;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pro-all .tab-pane li a {
	color: #159cf1;
	display: block;
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pro-all .tab-pane li a:hover {
	text-decoration: underline;
}
.pro-all .tab-pane li a i {
	margin-right: 5px;
}
.solution .list li,.success .list li {
	float: left;
	width: 48%;
	margin-bottom: 30px;
}
.solution .list li:nth-child(2n),.success .list li:nth-child(2n) {
	float: right;
}
.solution .list li dt,.success .list li dt {
	float: left;
	width: 220px;
}
.solution .list li dd,.success .list li dd {
	color: #535151;
	line-height: 2;
	float: right;
	width: 56%;
}
.solution .list li dd h4,.success .list li dd h4 {
	font-size: 18px;
	margin-bottom: 10px;
}
.success .list li {
	display: none;
}
.success .list li:nth-child(1),
.success .list li:nth-child(2),
.success .list li:nth-child(3),
.success .list li:nth-child(4) {
	display: block;
}
.success .list a.more {
	display: block;
	clear: both;
	margin: 0 auto;
	color: #535151;
	border: 1px solid #eee;
	border-radius: 3px;
	text-align: center;
	width: 120px;
	height: 36px;
	line-height: 34px;
}
.success .list a.more i {
	margin-left: 5px;
}
.success .list a.more:hover {
	color: #fff;
	background: #159cf1;
	border-color: #159cf1;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.success .list a.more.opend i {
	transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.pro-box:last-child {
	border: none;
}
.pro-box .tit {
	text-align: center;
	margin-bottom: 30px;
	color: #535151;
}
.pro-box .tit h3 {
	margin-bottom: 10px;
}
.support .list li {
	float: left;
	width: 33.3%;
	text-align: center;
}
.support .list li img {
	width: 185px;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.support .list li:hover img {
	transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.support .list li  p {
	color: #159cf1;
	margin-top: 20px;
	font-size: 16px;
}
.support .list li:hover p {
	text-decoration: underline;
}
/*产品三级*/
.pro-detial {
	padding-top: 30px;
}
.pro-detial .top {
	border-top: 1px solid #dcdcdc;
	padding: 13px 0;
	line-height: 1.7;
}
.pro-detial .top .located {
	float: left;
	color: #9d9e9f;
}
.pro-detial .top .located a {
	color: #9d9e9f;
}
.pro-detial .top .ul-link {
	float: right;
	color: #505151;
}
.pro-detial .top .ul-link li {
	display: inline-block;
	margin: 0 2px;
}
.pro-detial .top .ul-link li a {
	color: #505151;
}
.pro-detial .top a:hover {
	color: #159cf1;
}
.pro-detial .section {
	color: #535151;
}
.pro-detial .section .info {
	padding: 25px 0 0;
	line-height: 2;
}
.pro-detial .section .info section {
	height: 346px;
}
.pro-detial .section .info h2 {
	font-size: 28px;
	color: #535151;
	margin-bottom: 5px;
	text-align: center;
}
.pro-detial .section .info p {
	overflow: hidden;
}
.pro-detial .section .info a {
	color: #535151;
	display: block;
	width: 125px;
	height: 36px;
	line-height: 34px;
	border: 1px solid #d5d4d4;
	text-align: center;
	border-radius: 3px;
	float: right;
	margin-top: 10px;
}
.pro-detial .section .info a i {
	margin-left: 5px;
}
.pro-detial .section .info a:hover {
	color: #fff;
	background: #159cf1;
	border-color: #159cf1;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.pro-detial .section .info a.opend i {
	transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.cp-swiper .swiper-cont {
	position: relative;
	padding: 0 110px;
}
.cp-swiper .swiper-slide {
	text-align: center;
}
.cp-swiper .swiper-slide img {
	max-width: 100%;
	height: 400px;
}
.cp-swiper .swiper-button-prev, 
.cp-swiper .swiper-button-next {
	left: 0;
	width: 110px;
	height: 112px;
	background: url(left.jpg) no-repeat left center;
	background-size: 100%;
	opacity: 1;
	margin-top: -56px;
}
.cp-swiper .swiper-button-next {
	left: auto;
	right: 0;
	background: url(right.jpg) no-repeat left center;
	background-size: 100%;
}
.cp-swiper .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0;
	font-size: 0;
	line-height: 1;
}
.cp-swiper .swiper-container .swiper-pagination-bullet {
	width: 11px;
	height: 11px;

}
.cp-swiper .swiper-container .swiper-pagination-bullet-active {
	background: #149df0;
}
.detial-tab .nav-tabs {
	border: none;
}
.detial-tab .nav-tabs li {
	width: 15.75%;
	margin-right: 1.1%;
	border: 1px solid #eee;
	text-align: center;
	position: relative;
	font-size: 16px;
}
.detial-tab .nav-tabs li:last-child {
	margin-right: 0;
}
.detial-tab .nav-tabs li.active {
	background: url(bg_4.jpg) no-repeat left top;
	background-size: 100% 100%;
}
.detial-tab .nav-tabs li.active a,
.detial-tab .nav-tabs li a {
	padding: 10px 0;
	border-radius: 0;
	color: #535151;
	background: transparent;
	border: none;
}
.detial-tab .nav-tabs li.active a {
	color: #fff;
}
.detial-tab .tab-content {
	margin-top: 25px;
	line-height: 2.5;
}
.detial-tab .tab-pane dl {
	margin-bottom: 10px;
}
.detial-tab .tab-pane dt {
	font-size: 18px;
	font-weight: normal;
}
.detial-tab .tab-pane dd {
	line-height: 2.5;
}
/*解决方案*/
#banner-pic.solution-banner {
	background: url(banner_4.jpg) no-repeat center center;
	background-size: auto 100%;
}
.cont-nav {
	padding: 10px 0 10px;
	background: #f7f7f7;
	margin-bottom: 2%;
}
.cont-nav li {
	display: inline-block;
	border: 1px solid #e2e0e1;
	margin: 0 2px;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.cont-nav li.active,
.cont-nav li:hover {
	background: url(bg_4.jpg) no-repeat left top;
	background-size: 100% 100%;
	border: 1px solid transparent;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.cont-nav li a {
	display: block;
	padding: 10px;
	font-size: 16px;
	min-width: 185px;
	color: #535151;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.cont-nav li.active a,
.cont-nav li:hover a {
	color: #fff;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.solution {
	padding-bottom: 30px;
}
.solution .jj-list li {
	float: left;
	width: 33.33%;
	text-align: center;
	padding: 30px 0;
	border-right: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
}
.solution .jj-list li:nth-child(3n) {
	border-right: none;
}
.solution .jj-list li:nth-child(1),
.solution .jj-list li:nth-child(2),
.solution .jj-list li:nth-child(3) {
	border-top: none;
}
.solution .jj-list li .icon {
	margin-bottom: 12px;
}
.solution .jj-list li .icon img {
	height: 92px;
}
.solution .jj-list li dl {
	display: inline-block;
	text-align: left;
	width: 150px;
}
.solution .jj-list li dl dt {
	text-align: center;
	font-weight: normal;
	color: #4a4a4a;
	font-size: 28px;
}
.solution .jj-list li dl dd {
	line-height: 2.5;
}
.solution .jj-list li dl dd a {
	color: #4a4a4a;
	display: block;
	padding-left: 3em;
}
.solution .jj-list li:nth-child(2) dl dd a {
	padding-left: 1.5em;
}
.solution .jj-list li dl dd a i {
	margin-right: 5px;
}
/*行业解决方案*/
.solution .industry-list li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 25px;
	position: relative;
}
.solution .industry-list li:nth-child(3n) {
	margin-right: 0;
}
.solution .industry-list li .over {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,.3);
	color: #fff;
	font-size: 24px;
	padding-left: 25px;
	height: 65px;
	line-height: 65px;
}
.solution .industry-list li .over i {
	float: right;
	margin-right: 15px;
	margin-top: 20px;
}
/*服务支持*/
#banner-pic.service-banner {
	background: url(banner_5.jpg) no-repeat center center;
	background-size: auto 100%;
}
.service {
	padding: 30px 0 50px;
	color: #352b2c;
}
.service .key h4 {
	font-size: 18px;
	margin-bottom: 25px;
}
.service .key li {
	float: left;
	width: 23.125%;
	margin-right: 2.5%;
	margin-bottom: 30px;
}
.service .key li:nth-child(4n) {
	margin-right: 0;
}
.service .key li a {
	color: #352b2c;
	font-size: 18px;
	text-align: center;
	display: block;
	padding: 10px 0;
	border: 1px solid #e6e6e6;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.service .key li a:hover {
	background: #159cf1;
	border-color: #159cf1;
	color: #fff;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
/*服务支持详情*/
.service .service-detial { overflow: hidden; }
.service .service-detial,.detial-tab .down-box {
	border: 1px solid #e6e6e6;
}
.service .service-detial h2,.detial-tab .down-box h4 {
	font-size: 23px;
	padding: 12px 20px;
	background: #f2f2f2;
}
.service .service-detial .detial-cont,.detial-tab .down-box .detial-cont {
	padding: 22px 20px;
}
.service .service-detial .detial-cont dl,.detial-tab .down-box .detial-cont dl {
	margin-bottom: 25px;
}
.service .service-detial .detial-cont dl:last-child,.detial-tab .down-box .detial-cont dl:last-child {
	margin-bottom: 0;
}
.service .service-detial .detial-cont dt,.detial-tab .down-box .detial-cont dt {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 15px;
}
.service .service-detial .detial-cont dd, .detial-tab .down-box .detial-cont dd {
	line-height: 1.7;
}
.service .service-detial .detial-cont li, .detial-tab .down-box .detial-cont li {
	float: left;
	width: 50%;
	padding-left: 10px;
}
.service .service-detial .detial-cont li i, .detial-tab .down-box .detial-cont li i {
	margin-right: 5px;
	font-size: 12px;
	color: #c61c38;
	position: relative;
	top: -1.5px;
	transform: scale(.75);
	-o-transform: scale(.75);
	-ms-transform: scale(.75);
	-moz-transform: scale(.75);
	-webkit-transform: scale(.75);
}
.service .service-detial .detial-cont li a, .detial-tab .down-box .detial-cont li a {
	color: #159cf1;
}
.service .service-detial .detial-cont li a:hover, .detial-tab .down-box .detial-cont li a:hover {
	text-decoration: underline;
}
/*关于我们/*/
#banner-pic.about-banner {
	background: url(banner_6.jpg) no-repeat center center;
	background-size: auto 100%;
}
.intro-cont section {
	color: #59595b;
	line-height: 2;
	margin-bottom: 30px;
}
.intro-cont section dt {
	color: #159cf1;
	font-weight: normal;
	text-transform: uppercase;
}
.intro-cont section dd {
	line-height: 2;
	text-indent: 1em;
}
/*联系我们*/
#banner-pic.contact-banner {
	background: url(banner_2.jpg) no-repeat center center;
	background-size: auto 100%;
}
.contact .top {
	padding: 40px 0;
	color: #585757;
}
.contact .form {
	width: 62%;
	float: right;
}
.contact .form .fg {
	float: left;
	width: 48%;
	margin-bottom: 15px;
}
.contact .form .fg:nth-child(2n) {
	float: right;
}
.contact .form .tg {
	clear: both;
	margin-bottom: 15px;
}
.contact .form label {
	display: block;
	font-weight: normal;
	margin-bottom: 8px;
}
.contact .form input,
.contact .form textarea {
	border: 1px solid #b1b0c1;
	width: 100%;
}
.contact .form input {
	height: 40px;
	line-height: 38px;
	padding-left: 8px;
}
.contact .form textarea {
	height: 160px;
	padding: 5px 8px;
	line-height: 1.5;
	resize: none;
}
.contact .form button {
	float: right;
	background: url(bg_4.jpg) no-repeat left top;
	background-size: 100% 100%;
	color: #fff;
	height: 40px;
	line-height: 40px;
	width: 75px;
}
.contact .address {
	width: 30%;
	float: left;
	line-height: 2.4;
}
.contact .address .code {
	border: 1px solid #b1b0c1;
	width: 170px;
	padding: 5px;
	line-height: 0;
	margin-top: 10px;
}
.contact .address .code img {
	width: 100%;
}
.contact .map img {
	width: 100%;
}
/*新闻中心*/
#banner-pic.news-banner {
	background: url(banner_7.jpg) no-repeat center center;
	background-size: auto 100%;
}
.news-cont .news-list li {
	float: left;
	width: 100%;
	color: #9a9a9a;
	padding: 30px 0;
	border-bottom: 1px solid #f3f1f1;
}
.news-cont .news-list li:nth-child(1) {
	padding-top: 0;
}
.news-cont .news-list li dt {
	float: left;
	width: 305px;
}
.news-cont .news-list li dd {
	float: right;
	width: 71%;
	line-height: 2;
}
.news-cont .news-list li dd h4 {
	font-size: 18px;
	color: #535151;
}
.news-cont .news-list li dd time {
	display: block;
	margin: 12px 0 8px;
}
.news-cont .news-list li dd a {
	color: #535151;
	display: inline-block;
	margin-top: 10px;
}
.news-cont .news-list li dd a i {
	margin-left: 5px;
}
.news-cont .news-list li:hover dd a {
	color: #159cf1;
}
.page-nav {
	text-align: center;
	padding-top: 35px;
	clear: both;
}
.page-nav li {
	display: inline-block;
	margin: 0 1px;
}
.page-nav li a {
	display: block;
	padding: 11px 18px;
	color: #656565;
	border: 1px solid #999;
	font-size: 16px;
}
.page-nav li:hover a,
.page-nav li.active a {
	color: #159cf1;
	border-color: #159cf1;
}
/*新闻详情*/
#news-detial {
	color: #666;
	padding: 10px 0 70px;
}
#news-detial .tit {
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 25px;
}
#news-detial h2 {
	color: #535151;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 1.5;
}
#news-detial .cont {
	margin-bottom: 30px;
}
#news-detial p {
	line-height: 2;
	margin-bottom: 15px;
}
#news-detial .bottom a {
	color: #159cf1;
	border-radius: 5px;
	border: 1px solid #159cf1;
	padding: 8px 20px;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
#news-detial .bottom a:hover {
	background: #159cf1;
	color: #fff;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
#news-detial .bottom a i {
	margin-right: 5px;
}
#news-detial .bottom a:last-child i {
	margin: 0 0 0 5px;
}
/*手机底部*/
.mobile-foot {
	background: #01b9ff;
	padding: 8px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	display: none;
}
.mobile-foot a {
	color: #fff;
	height: 35px;
	line-height: 33px;
	border: 1px solid #fff;
	border-radius: 4px;
	text-align: center;
	padding: 0 15px;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.mobile-foot a i {
	margin-right: 5px;
}
.mobile-foot a:hover {
	background: #fff;
	color: #1a3f73;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
@media (min-width: 1200px) {
	#header.fixed {
		border-bottom: 1px solid #dcdcdc;
	}
	#header.fixed .navbar,
	#header.fixed .navbar-brand,
	#header.fixed .navbar-default .navbar-nav>li>a {
		height: 80px;
		line-height: 80px;
		transition: .3s;
		-o-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
	}
	#header.fixed .navbar-nav > li input {
		border: 1px solid #dcdcdc;
		height: 36px;
		line-height: 34px;
		border-radius: 5px 0 0 5px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#header .navbar {
		height: 70px;
		line-height: 70px;
	}
	.navbar-brand {
		height: 70px;
		line-height: 70px;
	}
	.navbar-brand img {
		height: 51px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 16px;
		height: 70px;
		padding: 0 18px;
		line-height: 70px;
	}
	.navbar-collapse {
		padding: 0;
	}
	#header.fixed {
		border-bottom: 1px solid #dcdcdc;
	}
	#header.fixed .navbar,
	#header.fixed .navbar-brand,
	#header.fixed .navbar-default .navbar-nav>li>a {
		height: 60px;
		line-height: 60px;
		transition: .3s;
		-o-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
	}
	#header.fixed .navbar-nav > li input {
		border: 1px solid #dcdcdc;
		height: 36px;
		line-height: 34px;
		border-radius: 5px 0 0 5px;
	}
	#banner {
		padding-top: 70px;
	}
	#banner .bannerBox .leftBox .title {
		font-size: 36px !important;
	}
	#banner .bannerBox .leftBox .solgan {
		font-size: 20px !important;
	}
	#banner .bannerBox .leftBox .intro {
		font-size: 18px !important;
	}
	.home-one li .over h3 {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.box {
		padding: 40px 0;
	}
	.top-tit {
		font-size: 15px;
		margin-bottom: 30px;
	}
	.top-tit span {
		font-size: 26px;
	}
	.top-tit p {
		width: 850px;
	}
	.home-two .advance {
		width: 980px;
	}
	.home-two .advance li .icon {
		width: 88px;
		height: 88px;
	}
	.home-two .advance li .icon .line {
		left: 86px;
	}
	.home-two .advance li:nth-child(2n) .icon .line {
		right: 86px;
	}
	.home-two .advance .ind_why_t {
		font-size: 19px;
		margin-bottom: 10px;
	}
	.home-two .advance .center {
		width: 38%;
		left: 31%;
		top: 35%;
	}
	.top-title {
		font-size: 15px;
		margin-bottom: 30px;
	}
	.top-title p {
		font-size: 26px;
	}
	.home-three .plane .nav-tabs li a {
		padding: 13px 0;
		font-size: 16px;
	}
	.home-three .plane .tab-pane {
		padding-top: 20px;
	}
	.home-three .plane .tab-content h4,.home-three .plane .tab-content h2 {
		font-size: 19px;
	}
	.home-three .plane .tab-content p {
		margin: 20px 0 30px;
	}
	.home-three .plane .tab-pane li {
		margin-top: 85px;
	}
	.home-four .swiper-container {
		padding-bottom: 13px;
	}
	.home-four .swiper-container .swiper-slide section {
		padding: 13px 0;
	}
	.home-four .swiper-container .swiper-slide h4 {
		margin-bottom: 8px;
	}
	.home-four .swiper-container .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
	.home-five p {
		font-size: 26px;
	}
	.home-five .left li {
		margin-bottom: 13px;
		font-size: 15px;
	}
	.home-five .right li {
		width: 47%;
		margin-top: 7px;
	}
	.home-five .right li h5 {
		font-size: 15px;
	}
	.foot-top {
		height: 70px;
		line-height: 70px;
	}
	.foot-top span {
		font-size: 24px;
		margin-right: 35px;
	}
	.foot-top i {
		font-size: 18px;
	}
	.foot-top i a {
		width: 100px;
		font-size: 15px;
		margin: 0 15px;
	}
	.foot-center {
		padding: 25px 0;
	}
	.foot-center dl {
		width: 18%;
	}
	.foot-center dl:last-child {
		width: 80px;
	}
	.foot-center dt {
		margin-bottom: 8px;
		font-size: 15px;
	}
	.foot-center dd {
		font-size: 14px;
	}
	.foot-bottom {
		padding: 13px 0;
	}
	#banner-pic {
		height: 360px;
	}
	#banner-pic section h3 {
		margin-bottom: 13px;
		font-size: 22px;
	}
	.brand-cont .list li {
		padding: 60px 0;
	}
	.brand-cont .list li dt {
		width: 350px;
	}
	.brand-cont .list li dd {
		width: 59%;
	}
	.brand-cont .list li h4 {
		font-size: 26px;
	}
	.brand-cont .list li p {
		margin: 18px 0 40px;
	}
	.brand-cont .list li dd a {
		width: 120px;
	}
	.pro-intro {
		padding: 30px 0;
	}
	.pro-intro h2 {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.pro-intro a {
		width: 120px;
		height: 36px;
		line-height: 34px;
	}
	.pro-box {
		padding: 25px 0;
	}
	.video-swiper .swiper-container {
		padding-bottom: 30px;
	}
	.video-swiper .swiper-slide .pic .start {
		width: 60px;
		height: 60px;
	}
	.video-swiper .swiper-slide p {
		margin-top: 13px;
	}
	.video-swiper .swiper-container .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
	.pro-box h3 {
		font-size: 26px;
		margin-bottom: 18px;
	}
	.pro-tj .nav-tabs li {
		font-size: 15px;
	}
	.pro-tj .nav-tabs li:after {
		width: 15px;
	}
	.pro-tj .nav-tabs li.active a,
	.pro-tj .nav-tabs li a {
		padding: 10px 0;
	}
	.pro-tj .tab-content {
		margin-top: 40px;
	}
	.pro-tj .tab-pane dt {
		width: 255px;
	}
	.pro-tj .tab-pane section {
		margin-bottom: 18px;
	}
	.pro-tj .tab-pane dd {
		width: 70%;
	}
	.pro-tj .tab-pane dd h4 {
		font-size: 15px;
	}
	.pro-tj .tab-pane dd a {
		margin: 8px 25px 0 0;
	}
	.pro-all .nav-tabs li {
		font-size: 15px;
	}
	.pro-all .nav-tabs li:last-child {
		margin-right: 0;
	}
	.pro-all .nav-tabs li.active a,
	.pro-all .nav-tabs li a {
		padding: 10px 0;
	}
	.pro-all .tab-content {
		margin-top: 25px;
	}
	.pro-all .tab-pane li {
		width: 29%;
		margin-right: 6.5%;
		margin-bottom: 25px;
	}
	.pro-all .tab-pane li h4 {
		font-size: 15px;;
	}
	.pro-all .tab-pane li a {
		margin-top: 10px;
	}
	.solution .list li,.success .list li {
		float: left;
		width: 49%;
		margin-bottom: 25px;
	}
	.solution .list li dt,.success .list li dt {
		width: 200px;
	}
	.solution .list li dd,.success .list li dd {
		width: 53%;
		line-height: 1.8
	}
	.solution .list li dd h4,.success .list li dd h4 {
		font-size: 17px;
		margin-bottom: 10px;
	}
	.pro-box .tit {
		margin-bottom: 25px;
	}
	.pro-box .tit h3 {
		margin-bottom: 10px;
	}
	.support .list li img {
		width: 160px;
	}
	.support .list li  p {
		margin-top: 18px;
		font-size: 15px;
	}
	.pro-detial {
		padding-top: 20px;
	}
	.pro-detial .top {
		padding: 12px 0;
	}
	.pro-detial .section .info {
		padding: 23px 0 0;
	}
	.pro-detial .section .info h2 {
		font-size: 26px;
		margin-bottom: 23px;
	}
	.pro-detial .section .info a {
		width: 120px;
		height: 33px;
		line-height: 31px;
	}
	.cp-swiper .swiper-cont {
		padding: 0 100px;
	}
	.cp-swiper .swiper-button-prev, 
	.cp-swiper .swiper-button-next {
		width: 100px;
		height: 100px;
		margin-top: -50px;
	}
	.cp-swiper .swiper-container .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
	.detial-tab .nav-tabs li {
		font-size: 15px;
	}
	.detial-tab .tab-content {
		margin-top: 22px;
	}
	.detial-tab .tab-pane dt {
		font-size: 17px;
	}
	.solution .jj-list li .icon img {
		height: 86px;
	}
	.solution .jj-list li dl dt {
		font-size: 26px;
	}
	.solution .industry-list li {
		margin-bottom: 20px;
	}
	.solution .industry-list li .over {
		font-size: 22px;
		padding-left: 20px;
		height: 60px;
		line-height: 60px;
	}
	.solution .industry-list li .over i {
		margin-right: 12px;
		margin-top: 21px;
	}
	.service {
		padding: 25px 0 40px;
	}
	.service .key h4 {
		font-size: 17px;
		margin-bottom: 23px;
	}
	.service .key li {
		margin-bottom: 25px;
	}
	.service .key li a {
		font-size: 17px;
		padding: 10px 0;
	}
	.service .service-detial h2,.detial-tab .down-box h4 {
		font-size: 21px;
	}
	.service .service-detial .detial-cont dt,.detial-tab .down-box .detial-cont dt {
		font-size: 15px;
	}
	.contact .top {
		padding: 50px 0;
	}
	.news-cont .news-list li {
		padding: 25px 0;
	}
	.news-cont .news-list li dt {
		width: 280px;
	}
	.news-cont .news-list li dd {
		width: 68%;
		line-height: 1.8;
	}
	.news-cont .news-list li dd h4 {
		font-size: 17px;
	}
	.news-cont .news-list li dd time {
		margin: 10px 0 8px;
	}
	.news-cont .news-list li dd a {
		margin-top: 8px;
	}
	.page-nav {
		padding-top: 30px;
	}
	.page-nav li a {
		padding: 10px 17px;
		font-size: 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#news-detial {
		padding: 30px 0 50px;
	}
	#news-detial .tit {
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	#news-detial h2 {
		font-size: 18px;
		margin-bottom: 13px;
	}
	#news-detial .cont {
		margin-bottom: 25px;
	}
	#news-detial p {
		line-height: 2;
		margin-bottom: 13px;
	}
	#news-detial .bottom a {
		padding: 6px 18px;
	}
	#banner .bannerBox .leftBox .title {
		font-size: 32px !important;
	}
	#banner .bannerBox .leftBox .solgan {
		font-size: 18px !important;
	}
	#banner .bannerBox .leftBox .intro {
		font-size: 16px !important;
	}
	#banner .bannerBox .leftBox .tryBtn {
		width: 100px;
		height: 36px;
		line-height: 36px;
	}
	.home-one li {
		width: 50%;
		height: 250px;
	}
	.home-one li .over h3 {
		font-size: 24px;
	}
	.box {
		padding: 30px 0;
	}
	.top-tit {
		font-size: 14px;
		margin-bottom: 25px;
	}
	.top-tit span {
		font-size: 24px;
	}
	.top-tit p {
		width: 90%;
	}
	.home-two .advance {
		width: 100%;
	}
	.home-two .advance li {
		height: 280px;
	}
	.home-two .advance li .icon {
		width: 75px;
		height: 75px;
	}
	.home-two .advance li .icon .line {
		left: 73px;
	}
	.home-two .advance li:nth-child(2n) .icon .line {
		right: 73px;
	}
	.home-two .advance li .icon .line img {
		width: 96px;
	}
	.home-two .advance li:nth-child(2) .icon .line img {
		width: 112px;
	}
	.home-two .advance li:nth-child(3) .icon .line img {
		width: 45px;
	}
	.home-two .advance li:nth-child(4) .icon .line img {
		width: 45px;
	}
	.home-two .advance .ind_why_t {
		font-size: 17px;
		margin-bottom: 10px;
	}
	.home-two .advance .center {
		width: 284px;
		left: 50%;
		margin-left: -142px;
		top: 33%;
	}
	.top-title {
		font-size: 14px;
		margin-bottom: 25px;
	}
	.top-title p {
		font-size: 24px;
	}
	.home-three .plane .nav-tabs li a {
		padding: 12px 0;
		font-size: 15px;
	}
	.home-three .plane .nav-tabs li img {
		height: 22px;
	}
	.home-three .plane .nav-tabs li:nth-child(2) img {
		height: 24px;
	}
	.home-three .plane .nav-tabs li:nth-child(3) img {
		height: 33px;
	}
	.home-three .plane .nav-tabs li:nth-child(4) img,
	.home-three .plane .nav-tabs li:nth-child(5) img {
		height: 19px;
	}
	.home-three .plane .tab-content {
		width: 62.5%;
	}
	.home-three .plane .tab-pane {
		padding-top: 15px;
	}
	.home-three .plane .tab-content h4,.home-three .plane .tab-content h2 {
		font-size: 18px;
	}
	.home-three .plane .tab-content p {
		margin: 15px 0 25px;
	}
	.home-three .plane .tab-pane li {
		width: 32%;
		margin-right: 2%;
		margin-top: 75px;
	}
	.home-four .swiper-container {
		padding-bottom: 10px;
	}
	.home-four .swiper-container .swiper-slide section {
		padding: 10px 0;
	}
	.home-four .swiper-container .swiper-slide h4 {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.home-four .swiper-container .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
	.home-five p {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.home-five .left {
		width: 33%;
		float: left;
	}
	.home-five .left li {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.home-five .right {
		width: 61.5%;
	}
	.home-five .right li {
		width: 48%;
		margin-top: 7px;
	}
	.home-five .right li h5 {
		font-size: 14px;
		margin: 13px 0 8px;
	}
	.foot-top {
		height: 70px;
		line-height: 70px;
	}
	.foot-top span {
		font-size: 22px;
		margin-right: 20px;
	}
	.foot-top i {
		font-size: 17px;
	}
	.foot-top i a {
		width: 95px;
		font-size: 14px;
		margin: 0 12px;
	}
	.foot-center {
		padding: 25px 0;
	}
	.foot-center dl {
		width: 17%;
	}
	.foot-center dl:last-child {
		width: 76px;
	}
	.foot-center dt {
		margin-bottom: 8px;
		font-size: 15px;
	}
	.foot-center dd {
		font-size: 14px;
	}
	.foot-bottom {
		padding: 10px 0;
	}
	#banner-pic {
		height: 340px;
	}
	#banner-pic section {
		width: 545px;
	}
	#banner-pic section h3 {
		margin-bottom: 13px;
		font-size: 20px;
	}	
	.brand-cont .list li {
		padding: 50px 0;
	}
	.brand-cont .list li dt {
		width: 300px;
	}
	.brand-cont .list li dd {
		width: 56%;
	}
	.brand-cont .list li h4 {
		font-size: 24px;
	}
	.brand-cont .list li p {
		margin: 15px 0 30px;
	}
	.brand-cont .list li dd a {
		width: 110px;
	}
	.pro-intro {
		padding: 25px 0;
	}
	.pro-intro h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.pro-intro a {
		width: 110px;
		height: 33px;
		line-height: 31px;
	}
	.pro-box {
		padding: 20px 0;
	}
	.video-swiper .swiper-container {
		padding-bottom: 25px;
	}
	.video-swiper .swiper-slide .pic .start {
		width: 55px;
		height: 55px;
	}
	.video-swiper .swiper-slide p {
		margin-top: 10px;
	}
	.video-swiper .swiper-container .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
	.pro-box h3 {
		font-size: 24px;
		margin-bottom: 18px;
	}
	.pro-tj .nav-tabs li {
		font-size: 14px;
	}
	.pro-tj .nav-tabs li:after {
		width: 14px;
	}
	.pro-tj .nav-tabs li.active a,
	.pro-tj .nav-tabs li a {
		padding: 8px 0;
	}
	.pro-tj .tab-content {
		margin-top: 30px;
	}
	.pro-tj .tab-pane dt {
		width: 220px;
	}
	.pro-tj .tab-pane section {
		margin-bottom: 15px;
	}
	.pro-tj .tab-pane dd {
		width: 67%;
	}
	.pro-tj .tab-pane dd h4 {
		font-size: 15px;
	}
	.pro-tj .tab-pane dd a {
		margin: 5px 20px 0 0;
	}
	.pro-all .nav-tabs li {
		font-size: 14px;
	}
	.pro-all .nav-tabs li.active a,
	.pro-all .nav-tabs li a {
		padding: 8px 0;
	}
	.pro-all .tab-content {
		margin-top: 20px;
	}
	.pro-all .tab-pane li {
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 20px;
	}
	.pro-all .tab-pane li h4 {
		font-size: 14px;;
	}
	.pro-all .tab-pane li a {
		margin-top: 8px;
	}
	.solution .list li,.success .list li {
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}
	.solution .list li dt,.success .list li dt {
		width: 200px;
		margin-right: 20px;
	}
	.solution .list li dd,.success .list li dd {
		float: left;
		width: 69%;
		line-height: 1.8
	}
	.solution .list li dd h4,.success .list li dd h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.pro-box .tit {
		margin-bottom: 20px;
	}
	.pro-box .tit h3 {
		margin-bottom: 10px;
	}
	.support .list li img {
		width: 145px;
	}
	.support .list li  p {
		margin-top: 15px;
		font-size: 15px;
	}
	.pro-detial {
		padding-top: 15px;
	}
	.pro-detial .top {
		padding: 10px 0;
	}
	.pro-detial .top .located {
		float: left;
	}
	.pro-detial .top .ul-link {
		float: left;
	}
	.pro-detial .top .ul-link li {
		display: inline-block;
		margin: 0 2px;
	}
	.pro-detial .section .info {
		padding: 20px 0 0;
	}
	.pro-detial .section .info h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.pro-detial .section .info a {
		width: 110px;
		height: 33px;
		line-height: 31px;
		margin-top: 8px;
	}
	.cp-swiper .swiper-cont {
		padding: 0 90px;
	}
	.cp-swiper .swiper-button-prev, 
	.cp-swiper .swiper-button-next {
		width: 90px;
		height: 90px;
		margin-top: -45px;
	}
	.cp-swiper .swiper-container .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	.detial-tab .nav-tabs li {
		width: 15.75%;
		margin-right: 1.1%;
		font-size: 14px;
	}
	.detial-tab .nav-tabs li.active a,
	.detial-tab .nav-tabs li a {
		padding: 8px 0;
	}
	.detial-tab .tab-content {
		margin-top: 15px;
	}
	.detial-tab .tab-pane dl {
		margin-bottom: 10px;
	}
	.detial-tab .tab-pane dt {
		font-size: 16px;
	}
	.cont-nav {
		padding: 15px 0 20px;
	}
	.cont-nav li a {
		padding: 10px;
		font-size: 15px;
		min-width: 175px;
	}
	.solution {
		padding-bottom: 25px;
	}
	.solution .jj-list li {
		padding: 25px 0;
	}
	.solution .jj-list li .icon {
		margin-bottom: 12px;
	}
	.solution .jj-list li .icon img {
		height: 82px;
	}
	.solution .jj-list li dl {
		width: 150px;
	}
	.solution .jj-list li dl dt {
		font-size: 24px;
	}
	.solution .jj-list li dl dd a {
		padding-left: 3em;
	}
	.solution .jj-list li:nth-child(2) dl dd a {
		padding-left: 1.5em;
	}
	.solution .industry-list li {
		margin-bottom: 15px;
	}
	.solution .industry-list li .over {
		font-size: 20px;
		padding-left: 20px;
		height: 55px;
		line-height: 55px;
	}
	.solution .industry-list li .over i {
		margin-right: 12px;
		margin-top: 17px;
	}
	.service {
		padding: 20px 0 30px;
	}
	.service .key h4 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.service .key li {
		margin-bottom: 20px;
	}
	.service .key li a {
		font-size: 16px;
		padding: 8px 0;
	}
	.service .service-detial h2,.detial-tab .down-box h4 {
		font-size: 21px;
		padding: 10px 15px;
	}
	.service .service-detial .detial-cont,.detial-tab .down-box .detial-cont {
		padding: 20px 15px;
	}
	.service .service-detial .detial-cont dl,.detial-tab .down-box .detial-cont dl {
		margin-bottom: 20px;
	}
	.service .service-detial .detial-cont dt,.detial-tab .down-box .detial-cont dt {
		font-size: 14px;
		margin-bottom: 13px;
	}
	.intro-cont section {
		margin-bottom: 20px;
	}
	.contact .top {
		padding: 40px 0;
	}
	.contact .form {
		width: 58%;
	}
	.contact .form .fg {
		width: 48%;
		margin-bottom: 12px;
	}
	.contact .form .tg {
		margin-bottom: 12px;
	}
	.contact .form label {
		margin-bottom: 5px;
	}
	.contact .form input {
		height: 36px;
		line-height: 34px;
	}
	.contact .form textarea {
		height: 140px;
	}
	.contact .form button {
		height: 36px;
		line-height: 36px;
		width: 70px;
	}
	.contact .address {
		width: 40%;
		line-height: 2.2;
	}
	.contact .address .code {
		width: 150px;
	}
	.news-cont .news-list li {
		padding: 20px 0;
	}
	.news-cont .news-list li dt {
		width: 260px;
	}
	.news-cont .news-list li dd {
		width: 62%;
		line-height: 1.8;
	}
	.news-cont .news-list li dd h4 {
		font-size: 16px;
	}
	.news-cont .news-list li dd time {
		margin: 5px 0;
	}
	.news-cont .news-list li dd a {
		margin-top: 8px;
	}
	.page-nav {
		padding-top: 25px;
	}
	.page-nav li a {
		padding: 8px 15px;
		font-size: 14px;
	}
}
@media (max-width:991px) {
	#header .navbar {
		height: 65px;
		line-height: 65px;
	}
	.navbar-brand {
		height: 65px;
		line-height: 65px;
	}
	.navbar-brand img {
		height: 45px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 15px;
		height: 65px;
		line-height: 65px;
	}
	#header .navbar-nav > li:last-child {
		position: relative;
		z-index: 99;
		background: transparent;
		right: 0;
		top: 0;
		width: 100%;
		height: 36px;
		line-height: 36px;
		z-index: 888;
		margin-right: 0;
		border-radius: 5px;
		display: block;
		border: 1px solid #dcdcdc;
	}
	#header .navbar-nav > li form {
		height: 100%;
	}
	#header .navbar-nav > li input {
		color: #4a4949;
		font-size: 13px;
		float: left;
		padding-left: 8px;
		width: 92%;
	}
	#header .navbar-nav > li button {
		float: right;
		font-size: 14px;
		text-align: center;
		width: 50px;
		height: 100%;
		line-height: 30px;
		background: #0ea8eb;
		color: #fff;
	}
	#banner {
		padding-top: 65px;
	}
	#header .container {
		position: static;
	}
	.navbar-brand {
		padding: 0 15px;
	}
	.navbar-header {
		width: 100%;
		margin: 0 !important;
	}
	.navbar-default .navbar-toggle {
		display: block;
		float: right;
		margin: 18px 0 0 0;
		border: none;
		padding-right: 0;
	}
	#header .main-menu {
	    background: rgba(15,38,58,.9)!important;
	    z-index: 9999;
	    width: 100%;
	    position: absolute;
	}
	.navbar-toggle {
		display: block;
		margin-right: 0;
	}
	.navbar-collapse.collapse {
		display: none !important;
		width: 100%;
		background: transparent;
	}
	.collapse.in {
		display: block !important;
	}
	#header .navbar-collapse {
		float: none;
		width: 100%;
		margin: 0;
		background: rgba(255,255,255,.9);
		position: absolute;
		top: 100%;
		left: 0;
	}
	#header .navbar-nav {
	    padding: 10px 15px;
	    position: relative;
		margin: 0 auto;
		width: 750px;
		float: none;
	}
	#header .navbar-nav>li {
	    display: block;
	    text-align: left;
	    float: none;
	}
	#header .navbar-nav>li>a {
	   height: 35px;
	   line-height: 35px;
	   font-size: 15px;
	   padding: 0;
	}
	
	.navbar-collapse {
		padding: 0;
	}
	#header .search-ico {
		display: none;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background: #4a4949;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background: transparent;
	}
	#banner .bannerBox  .leftBox .title {
		font-size: 42px;
	}
	#banner .bannerBox  .leftBox .solgan {
		font-size: 20px;
		white-space: nowrap;
		line-height: 1.5;
	}
	#banner .bannerBox  .leftBox .intro {
		font-size: 18px;
		white-space: nowrap;
		line-height: 1.5;
	}
	#banner .bannerBox  .fifthBanner .rightBox .fifthImg .fifthWord {
		width: 360px;
		padding: 140px 0 0 0;
	}
	#banner .bannerBox .fifthBanner .rightBox .fifthImg .fifthWord .fifthWordOne {
		left: 15px;
	}
	#banner .bannerBox .fifthBanner .rightBox .fifthImg .fifthWord .fifthWordOne .fifthWordOneOne {
		width: 330px;
	}
	#banner .bannerBox .fifthBanner .rightBox {
		padding-left: 0;
	}
}
@media (max-width: 767px) {
	body {
		padding-bottom: 51px;
	}
	#header .navbar {
		height: 60px;
		line-height: 60px;
	}
	.navbar-brand {
		height: 60px;
		line-height: 60px;
	}
	.navbar-brand img {
		height: 45px;
	}
	.navbar-default .navbar-toggle {
		margin: 15px 0 0 0;
		padding-right: 0;
	}
	#banner {
		padding-top: 60px;
	}
	.navbar-brand {
		padding: 0 15px;
	}
	.navbar-brand img {
		height: 38px;
	}
	#header .navbar-nav {
		width: 100%;
	}
	#header .navbar-nav>li>a {
	   height: 30px;
	   line-height: 30px;
	   font-size: 14px;
	}
	.navbar-default .navbar-brand {
		padding-left: 0;
	}
	.navbar-collapse {
		padding: 0;
	}
	.box {
		padding: 20px 0;
	}
	.top-tit {
		font-size: 13px;
		margin-bottom: 20px;
	}
	.top-tit span {
		font-size: 22px;
	}
	.top-tit p {
		width: 90%;
	}
	.home-two .advance {
		width: 100%;
		padding: 0 15px;
	}
	.home-two .advance li {
		height: auto;
		padding: 0;
		width: 49%;
		text-align: center;
	}
	.home-two .advance li:nth-child(2n) {
		text-align: center;
		padding: 0;
	}
	.home-two .advance li .icon {
		width: 70px;
		height: 70px;
		float: none;
		margin: 0 auto 10px;
	}
	.home-two .advance li:nth-child(2n) .icon {
		float: none;
		margin: 0 auto 10px;
	}
	.home-two .advance li .icon .line {
		display: none;
	}
	.home-two .advance .ind_why_t {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.home-two .advance p {
		height: 11.9em;
		overflow: hidden;
	}
	.home-two .advance .center {
		display: none;
	}
	.top-title {
		font-size: 13px;
		margin-bottom: 20px;
	}
	.top-title p {
		font-size: 22px;
	}
	.home-three .plane .nav-tabs {
		float: none;
		margin-bottom: 15px;
		width: 100%;
	}
	.home-three .plane .nav-tabs li {
		float: left;
		width: 20%;
		padding: 0;
		height: 66px;
	}
	.home-three .plane .nav-tabs li a {
		padding: 8px 0;
		font-size: 13px;
		height: 100%;
	}
	.home-three .plane .nav-tabs li i {
		margin-top: 5px;
	}
	.home-three .plane .nav-tabs li img {
		height: 15px;
		margin-top: 12px;
	}
	.home-three .plane .nav-tabs li:nth-child(2) img {
		height: 20px;
		margin-top: 7px;
	}
	.home-three .plane .nav-tabs li:nth-child(3) img {
		height: 27px;
		margin-top: 0;
	}
	.home-three .plane .nav-tabs li:nth-child(4) img,
	.home-three .plane .nav-tabs li:nth-child(5) img {
		height: 17px;
		margin-top: 10px;
	}
	.home-three .plane .tab-content {
		width: 100%;
	}
	.home-three .plane .tab-pane {
		padding-top: 0px;
	}
	.home-three .plane .tab-content h4,.home-three .plane .tab-content h2 {
		font-size: 16px;
	}
	.home-three .plane .tab-content p {
		margin: 10px 0 15px;
	}
	.home-three .plane .tab-pane li {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}
	.home-five p {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.home-five .left {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	.home-five .left li {
		margin-bottom: 10px;
		font-size: 13px;
	}
	.home-five .right {
		width: 100%;
	}
	.home-five .right li {
		width: 48%;
		margin-top: 0px;
	}
	.home-five .right li h5 {
		font-size: 14px;
		margin: 10px 0 5px;
	}
	.foot-top {
		padding: 10px 0;
		height: auto;
		line-height: 1.5;
	}
	.pc-foot {
		display: none;
	}
	.mobile-foot {
		display: block;
	}
	.product-brand .brand-swiper .swiper-container {
		padding: 15px 0 35px;
	}
	.product-brand .brand-swiper .swiper-slide {
		height: 85px;
		line-height: 79px;
	}
	.product-brand .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 15px;
	}
	.product-brand .swiper-container .swiper-pagination-bullet {
		width: 7px;
		height: 7px;

	}
	#banner-pic {
		height: 300px;
	}
	#banner-pic section {
		width: 100%;
		padding-right: 15px;
	}
	#banner-pic section h3 {
		margin-bottom: 13px;
		font-size: 18px;
	}
	.brand-cont .list li {
		padding: 50px 0;
	}
	.brand-cont .list li dt {
		width:100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.brand-cont .list li dd {
		width: 100%;
	}
	.brand-cont .list li h4 {
		font-size: 22px;
	}
	.brand-cont .list li p {
		margin: 13px 0 20px;
	}
	.brand-cont .list li dd a {
		width: 90px;
		height: 33px;
		line-height: 31px;
	}
	.pro-all .nav-tabs li {
		font-size: 14px;
		width: 48%;
		margin-right: 4%;
		margin-bottom: 10px;
	}
	.pro-all .nav-tabs li:nth-child(2n) {
		margin-right: 0;
	}
	.pro-all .nav-tabs li.active a,
	.pro-all .nav-tabs li a {
		padding: 6px 0;
	}
	.pro-all .tab-content {
		margin-top: 10px;
	}
	.pro-all .tab-pane li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	.pro-all .tab-pane li:nth-child(3n) {
		margin-right: 2%;
	}
	.pro-all .tab-pane li:nth-child(2n) {
		margin-right: 0;
	}
	.pro-all .tab-pane li h4 {
		font-size: 13px;;
	}
	.pro-all .tab-pane li a {
		margin-top: 8px;
	}
	.solution .list li,.success .list li {
		float: left;
		width: 100%;
		margin-bottom: 15px;
	}
	.solution .list li dt,.success .list li dt {
		width: 180px;
		margin-right: 15px;
	}
	.solution .list li dd,.success .list li dd {
		float: left;
		width: 56%;
		line-height: 1.8;
	}
	.solution .list li dd h4,.success .list li dd h4 {
		font-size: 15px;
		margin-bottom: 8px;
	}
	.pro-detial {
		padding-top: 10px;
	}
	.pro-detial .top {
		padding: 8px 0;
	}
	.pro-detial .top .located {
		float: left;
	}
	.pro-detial .top .ul-link {
		float: left;
	}
	.pro-detial .section .info {
		padding: 15px 0 0;
	}
	.pro-detial .section .info h2 {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.pro-detial .section .info a {
		width: 100px;
		height: 33px;
		line-height: 31px;
		margin-top: 8px;
	}
	.cp-swiper .swiper-cont {
		padding: 0 70px;
	}
	.cp-swiper .swiper-button-prev, 
	.cp-swiper .swiper-button-next {
		width: 70px;
		height: 70px;
		margin-top: -35px;
	}
	.cp-swiper .swiper-container .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	.detial-tab .nav-tabs li {
		width: 15.75%;
		margin-right: 1.1%;
		font-size: 14px;
	}
	.detial-tab .nav-tabs li.active a,
	.detial-tab .nav-tabs li a {
		padding: 6px 0;
	}
	.detial-tab .tab-content {
		margin-top: 12px;
	}
	.detial-tab .tab-pane dl {
		margin-bottom: 10px;
	}
	.detial-tab .tab-pane dt {
		font-size: 15px;
	}
	.solution .industry-list li {
		margin-bottom: 10px;
		width: 49%;
	}
	.solution .industry-list li:nth-child(3n) {
		margin-right: 2%;
	}
	.solution .industry-list li:nth-child(2n) {
		margin-right: 0;
	}
	.solution .industry-list li .over {
		font-size: 18px;
		padding-left: 15px;
		height: 50px;
		line-height: 50px;
	}
	.solution .industry-list li .over i {
		margin-right: 10px;
		margin-top: 16px;
	}
	.contact .top {
		padding: 30px 0;
	}
	.contact .form {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.contact .form .fg {
		width: 48%;
		margin-bottom: 12px;
	}
	.contact .form .tg {
		margin-bottom: 12px;
	}
	.contact .form label {
		margin-bottom: 5px;
	}
	.contact .form input {
		height: 33px;
		line-height: 31px;
	}
	.contact .form textarea {
		height: 100px;
	}
	.contact .form button {
		height: 33px;
		line-height: 33px;
		width: 65px;
	}
	.contact .address {
		clear: both;
		float: none;
		width: 100%;
		line-height: 2.2;
	}
	.contact .address .code {
		width: 120px;
	}
	.news-cont .news-list li {
		padding: 15px 0;
	}
	.news-cont .news-list li dt {
		width: 100%;
		margin-bottom: 10px;
	}
	.news-cont .news-list li dd {
		width: 100%;
		line-height: 1.8;
	}
	.news-cont .news-list li dd h4 {
		font-size: 15px;
	}
	.news-cont .news-list li dd time {
		margin: 5px 0;
	}
	.news-cont .news-list li dd a {
		margin-top: 8px;
	}
	.page-nav {
		padding-top: 20px;
	}
	.page-nav li a {
		padding: 6px 12px;
		font-size: 13px;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	body {
		font-size: 13px;
	}
	#news-detial {
		padding: 25px 0 40px;
	}
	#news-detial h2 {
		font-size: 17px;
		margin-bottom: 13px;
	}
	#news-detial .cont {
		margin-bottom: 20px;
	}
	#news-detial p {
		line-height: 2;
		margin-bottom: 13px;
	}
	#news-detial .bottom a {
		padding: 6px 16px;
	}
	.home-one li {
		width: 50%;
	}
	.home-one li .over h3 {
		font-size: 22px;
	}
	.home-four .swiper-container {
		padding-bottom: 10px;
	}
	.home-four .swiper-container .swiper-slide section {
		padding: 10px 0;
	}
	.home-four .swiper-container .swiper-slide h4 {
		font-size: 13px;
		margin-bottom: 5px;
	}
	.home-four .swiper-container .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	.pro-intro {
		padding: 20px 0;
	}
	.pro-intro h2 {
		font-size: 22px;
		margin-bottom: 8px;
	}
	.pro-intro a {
		width: 90px;
		height: 31px;
		line-height: 29px;
	}
	.pro-box {
		padding: 20px 0;
	}
	.video-swiper .swiper-container {
		padding-bottom: 20px;
	}
	.video-swiper .swiper-slide .pic .start {
		width: 50px;
		height: 50px;
	}
	.video-swiper .swiper-slide p {
		margin-top: 10px;
	}
	.video-swiper .swiper-container .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	.pro-box h3 {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.pro-tj .nav-tabs li {
		width: 48%;
		margin-right: 4%;
		font-size: 14px;
	}
	.pro-tj .nav-tabs li:nth-child(2n) {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.pro-tj .nav-tabs li:after {
		width: 13px;
	}
	.pro-tj .nav-tabs li.active a,
	.pro-tj .nav-tabs li a {
		padding: 6px 0;
	}
	.pro-tj .tab-content {
		margin-top: 15px;
	}
	.pro-tj .tab-pane dt {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.pro-tj .tab-pane dt .pic img {
		width: auto;
		max-width: 100%;
	}
	.pro-tj .tab-pane section {
		margin-bottom: 15px;
	}
	.pro-tj .tab-pane dd {
		width: 100%;
	}
	.pro-tj .tab-pane dd h4 {
		font-size: 14px;
	}
	.pro-tj .tab-pane dd a {
		margin: 5px 15px 0 0;
	}
	.pro-box .tit {
		margin-bottom: 20px;
	}
	.pro-box .tit h3 {
		margin-bottom: 10px;
	}
	.support .list li {
		width: 50%;
		margin-bottom: 10px;
	}
	.support .list li img {
		width: 110px;
	}
	.support .list li  p {
		margin-top: 12px;
		font-size: 14px;
	}
	.cont-nav {
		padding: 15px 0 20px;
	}
	.cont-nav li a {
		padding: 10px;
		font-size: 14px;
		min-width: 140px;
	}
	.solution {
		padding-bottom: 20px;
	}
	.solution .jj-list li {
		padding: 20px 0;
	}
	.solution .jj-list li .icon {
		margin-bottom: 10px;
	}
	.solution .jj-list li .icon img {
		height: 76px;
	}
	.solution .jj-list li dl {
		width: 140px;
	}
	.solution .jj-list li dl dt {
		font-size: 22px;
	}
	.solution .jj-list li dl dd a {
		padding-left: 3em;
	}
	.solution .jj-list li:nth-child(2) dl dd a {
		padding-left: 1.5em;
	}
	.service {
		padding: 15px 0 20px;
	}
	.service .key h4 {
		font-size: 15px;
		margin-bottom: 15px;
	}
	.service .key li {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 15px;
	}
	.service .key li:nth-child(4n) {
		margin-right: 2%;
	}
	.service .key li:nth-child(3n) {
		margin-right: 0%;
	}
	.service .key li a {
		font-size: 15px;
		padding: 8px 0;
	}
	.service .service-detial h2,.detial-tab .down-box h4 {
		font-size: 18px;
		padding: 10px 15px;
	}
	.service .service-detial .detial-cont,.detial-tab .down-box .detial-cont {
		padding: 15px;
	}
	.service .service-detial .detial-cont dl,.detial-tab .down-box .detial-cont dl {
		margin-bottom: 15px;
	}
	.service .service-detial .detial-cont dt,.detial-tab .down-box  .detial-cont dt{
		font-size: 13px;
		margin-bottom: 10px;
	}
	.intro-cont section {
		margin-bottom: 20px;
	}
	#header .navbar-nav > li input {
		width: 88%;
	}
}
@media (max-width: 479px) {
	body {
		font-size: 12px;
	}
	button {
		font-size: 13px !important;
	}
	input,
	select,
	textarea {
		font-size: 12px !important;
	}
	#header .navbar {
		height: 80px;
		line-height: 80px;
	}
	.navbar-brand img {
		height: 35px;
	}
	.navbar-default .navbar-toggle {
		margin: 25px 5px 0 0;
	}
	#banner {
		padding-top: 50px;
	}
	#news-detial {
		padding: 20px 0 30px;
	}
	#news-detial h2 {
		font-size: 15px;
		margin-bottom: 12px;
	}
	#news-detial .cont {
		margin-bottom: 15px;
	}
	#news-detial p {
		line-height: 2;
		margin-bottom: 10px;
	}
	#news-detial .bottom a {
		padding: 5px 15px;
	}
	.home-one li {
		width: 100%;
	}
	.home-one li .over h3 {
		font-size: 19px;
	}
	.box {
		padding: 15px 0;
	}
	.top-tit {
		font-size: 12px;
		margin-bottom: 15px;
	}
	.top-tit span {
		font-size: 20px;
	}
	.top-tit p {
		width: 90%;
	}
	.home-two .advance li {
		width: 100%;
		text-align: left;
	}
	.home-two .advance li:nth-child(2n) {
		text-align: left;
	}
	.home-two .advance li .icon {
		width: 60px;
		height: 60px;
		margin: 0 auto 6px;
	}
	.home-two .advance .ind_why_t {
		font-size: 15px;
		margin-bottom: 6px;
	}
	.home-two .advance p {
		height: auto;
		overflow: hidden;
	}
	.home-two .advance .center {
		display: none;
	}
	.top-title {
		font-size: 12px;
		margin-bottom: 20px;
	}
	.top-title p {
		font-size: 20px;
	}
	.home-three .plane .nav-tabs li {
		height: 62px;
	}
	.home-three .plane .nav-tabs li a {
		padding: 3px 0;
		font-size: 12px;
	}
	.home-three .plane .nav-tabs li img {
		height: 13px;
		margin-top: 12px;
	}
	.home-three .plane .nav-tabs li:nth-child(2) img {
		height: 18px;
		margin-top: 7px;
	}
	.home-three .plane .nav-tabs li:nth-child(3) img {
		height: 25px;
		margin-top: 0;
	}
	.home-three .plane .nav-tabs li:nth-child(4) img,
	.home-three .plane .nav-tabs li:nth-child(5) img {
		height: 15px;
		margin-top: 10px;
	}
	.home-three .plane .tab-content {
		width: 100%;
	}
	.home-three .plane .tab-pane {
		padding-top: 0px;
	}
	.home-three .plane .tab-content h4,.home-three .plane .tab-content h2 {
		font-size: 15px;
	}
	.home-three .plane .tab-content p {
		margin: 10px 0 12px;
	}
	.home-three .plane .tab-pane li {
		margin-top: 15px;
	}
	.home-four .swiper-container {
		padding-bottom: 8px;
	}
	.home-four .swiper-container .swiper-slide section {
		padding: 6px 0;
	}
	.home-four .swiper-container .swiper-slide h4 {
		font-size: 12px;
		margin-bottom: 3px;
	}
	.home-four .swiper-container .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
	}
	.home-five p {
		font-size: 20px;
	}
	.home-five .left {
		margin-bottom: 12px;
	}
	.home-five .left li {
		margin-bottom: 5px;
		font-size: 12px;
	}
	.home-five .right li {
		width: 100%;
		margin-top: 0px;
		margin-top: 10px;
	}
	.home-five .right li:first-child {
		margin-top: 0;
	}
	.home-five .right li h5 {
		font-size: 13px;
		margin: 10px 0 5px;
	}
	#banner-pic {
		height: 270px;
	}
	#banner-pic section h3 {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.brand-cont .list li {
		padding: 30px 0;
	}
	.brand-cont .list li h4 {
		font-size: 18px;
	}
	.brand-cont .list li p {
		margin: 10px 0 15px;
	}
	.brand-cont .list li dd a {
		width: 80px;
		height: 31px;
		line-height: 29px;
	}
	.pro-intro {
		padding: 20px 0;
	}
	.pro-intro h2 {
		font-size: 18px;
		margin-bottom: 8px;
	}
	.pro-intro a {
		width: 85px;
		height: 31px;
		line-height: 29px;
	}
	.pro-box {
		padding: 15px 0;
	}
	.video-swiper .swiper-container {
		padding-bottom: 15px;
	}
	.video-swiper .swiper-slide .pic .start {
		width: 50px;
		height: 50px;
	}
	.video-swiper .swiper-slide p {
		margin-top: 10px;
	}
	.video-swiper .swiper-container .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	.pro-box h3 {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.pro-tj .nav-tabs li {
		width: 48%;
		margin-right: 4%;
		font-size: 13px;
	}
	.pro-tj .nav-tabs li:nth-child(2n) {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.pro-tj .nav-tabs li:after {
		width: 13px;
	}
	.pro-tj .nav-tabs li.active a,
	.pro-tj .nav-tabs li a {
		padding: 6px 0;
	}
	.pro-tj .tab-content {
		margin-top: 5px;
	}
	.pro-tj .tab-pane dt {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.pro-tj .tab-pane dt .pic img {
		width: auto;
		max-width: 100%;
	}
	.pro-tj .tab-pane section {
		margin-bottom: 12px;
	}
	.pro-tj .tab-pane dd {
		width: 100%;
	}
	.pro-tj .tab-pane dd h4 {
		font-size: 13px;
	}
	.pro-tj .tab-pane dd a {
		margin: 5px 10px 0 0;
	}
	.pro-all .nav-tabs li {
		font-size: 13px;
	}
	.pro-all .tab-content {
		margin-top: 10px;
	}
	.pro-all .tab-pane li {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 15px;
	}
	.pro-all .tab-pane li:nth-child(3n) {
		margin-right: 0%;
	}
	.pro-all .tab-pane li a {
		margin-top: 6px;
	}
	.solution .list li,.success .list li {
		float: left;
		width: 100%;
		margin-bottom: 15px;
	}
	.solution .list li dt,.success .list li dt {
		width: 100%;
		text-align: center;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.solution .list li dd,.success .list li dd {
		float: left;
		width: 100%;
		line-height: 1.8;
	}
	.solution .list li dd h4,.success .list li dd h4 {
		font-size: 14px;
		margin-bottom: 8px;
	}
	.pro-box .tit {
		margin-bottom: 15px;
	}
	.pro-box .tit h3 {
		margin-bottom: 10px;
	}
	.support .list li {
		width: 50%;
		margin-bottom: 10px;
	}
	.support .list li img {
		width: 95px;
	}
	.support .list li  p {
		margin-top: 10px;
		font-size: 13px;
	}
	.pro-detial {
		padding-top: 10px;
	}
	.pro-detial .section .info {
		padding: 12px 0 0;
	}
	.pro-detial .section .info h2 {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.pro-detial .section .info a {
		width: 90px;
		height: 30px;
		line-height: 28px;
	}
	.cp-swiper .swiper-cont {
		padding: 0 70px;
	}
	.cp-swiper .swiper-button-prev, 
	.cp-swiper .swiper-button-next {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
	.cp-swiper .swiper-container .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
	}
	.detial-tab .nav-tabs li {
		width: 32%;
		margin-right: 2%;
		font-size: 13px;
		margin-bottom: 10px;
	}
	.detial-tab .nav-tabs li:nth-child(3n) {
		margin-right: 0;
	}
	.detial-tab .nav-tabs li.active a,
	.detial-tab .nav-tabs li a {
		padding: 6px 0;
	}
	.detial-tab .tab-content {
		margin-top: 10px;
	}
	.detial-tab .tab-pane dt {
		font-size: 14px;
	}
	.cont-nav {
		padding: 10px 0 15px;
	}
	.cont-nav li a {
		padding: 8px;
		font-size: 13px;
		min-width: 95px;
	}
	.about-us .cont-nav li a {
		min-width: 75px;
	}
	.solution {
		padding-bottom: 20px;
	}
	.solution .jj-list li {
		padding: 10px 0;
		width: 50%;
	}
	.solution .jj-list li:nth-child(3n) {
		border-right: 1px solid #dcdcdc;
		border-top: 1px solid #dcdcdc;
	}
	.solution .jj-list li:nth-child(2n) {
		border-right: none;
	}
	.solution .jj-list li:nth-child(5),
	.solution .jj-list li:nth-child(6) {
		display: none;
	}
	.solution .jj-list li .icon {
		margin-bottom: 10px;
	}
	.solution .jj-list li .icon img {
		height: 66px;
	}
	.solution .jj-list li dl {
		width: 140px;
	}
	.solution .jj-list li dl dt {
		font-size: 22px;
	}
	.solution .jj-list li dl dd a {
		padding-left: 3em;
	}
	.solution .jj-list li:nth-child(2) dl dd a {
		padding-left: 1.5em;
	}
	.solution .industry-list li {
		width: 100%;
	}
	.solution .industry-list li:nth-child(3n) {
		margin-right: 0;
	}
	.solution .industry-list li:nth-child(2n) {
		margin-right: 0;
	}
	.solution .industry-list li .over {
		font-size: 16px;
		height: 45px;
		line-height: 45px;
	}
	.solution .industry-list li .over i {
		margin-top: 15px;
	}
	.service {
		padding: 15px 0 15px;
	}
	.service .key h4 {
		font-size: 14px;
		margin-bottom: 12px;
	}
	.service .key li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 15px;
	}
	.service .key li:nth-child(4n) {
		margin-right: 4%;
	}
	.service .key li:nth-child(2n) {
		margin-right: 0%;
	}
	.service .key li a {
		font-size: 14px;
		padding: 8px 0;
	}
	.service .service-detial h2,.detial-tab .down-box h4 {
		font-size: 16px;
		padding: 10px;
	}
	.service .service-detial .detial-cont,.detial-tab .down-box .detial-cont {
		padding: 10px;
	}
	.service .service-detial .detial-cont dl,.detial-tab .down-box .detial-cont dl {
		margin-bottom: 15px;
	}
	.service .service-detial .detial-cont dt,.detial-tab .down-box  .detial-cont dt{
		font-size: 13px;
		margin-bottom: 8px;
	}
	.service .service-detial .detial-cont dd li,.detial-tab .down-box  .detial-cont dd li{
		width: 100%;
	}
	.intro-cont section {
		margin-bottom: 15px;
	}
	.contact .top {
		padding: 20px 0;
	}
	.contact .form {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.contact .form .fg {
		width: 100%;
		margin-bottom: 10px;
	}
	.contact .form .tg {
		margin-bottom: 10px;
	}
	.contact .form input {
		height: 31px;
		line-height: 29px;
	}
	.contact .form textarea {
		height: 80px;
	}
	.contact .form button {
		height: 31px;
		line-height: 31px;
		width: 60px;
	}
	.contact .address {
		clear: both;
		float: none;
		width: 100%;
		line-height: 2.2;
	}
	.contact .address .code {
		width: 100px;
	}
	.news-cont .news-list li {
		padding: 12px 0;
	}
	.news-cont .news-list li dd h4 {
		font-size: 14px;
		line-height: 1.5;
	}
	.news-cont .news-list li dd time {
		margin: 5px 0;
	}
	.news-cont .news-list li dd a {
		margin-top: 5px;
	}
	.page-nav {
		padding-top: 15px;
	}
	.page-nav li a {
		padding: 3px 9px;
		font-size: 12px;
	}
	#header .navbar-nav > li input {
		width: 82%;
	}
}
.footer_c_p { width:280px!important; }
.top_lx { height: 30px;z-index: 9999;background: #f1f1f1; }
.top_lx p { line-height:30px; }
.top_lx_l { float:left; }
.top_lx_r { float:right;color: #009241;font-weight: 600; }

@media screen and (max-width: 998px) {
    .top_lx {
        display: none;
    }
}
