﻿	@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;
	font-weight: normal;
}
*{	
	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;
}
.hong { color:#900}
.block { display:block; color:#333;}
.clear { clear:both;}
i,em {
	font-style: normal;
}
img{ 
	border: none;
	vertical-align: middle;
}
input,
button,
textarea,
select {
	outline: none;
	background: transparent;
	border: none;
	padding: 0;
}
input[type="text"] {
	-webkit-appearance: none;
}
button,
select {
	cursor: pointer;
}
.pic {
	overflow: hidden;
}
.pic img {
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
} 
li:hover .pic > img,
.pic:hover > img {
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.container {
	margin: 0 auto;
}
.clearfix { 
  *zoom: 1; 
} 
.clearfix:before, 
.clearfix:after { 
  display: table; 
  line-height: 0; 
  content: ""; 
  clear: both; 
} 
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
/*header*/
#header .head-top {
	background: #202020;
	height: 5px;
}
#header .head-top .container {
	position: relative;
}
#header .head-top .tel {
	position: absolute;
	color: #fff;
	height: 39px;
	line-height: 39px;
	background: url(../images/tel_bg.png) no-repeat left top;
	background-size: 100% 100%;
	padding: 0 60px;
	font-size: 12px;
	right: -44px;
	top: 0;
	z-index: 99;
}
#header .head-top .tel img {
	height: 14px;
	margin-right: 10px;
	position: relative;
	top: -2px;
}
#header .head-top .tel i {
	font-weight: bold;
	font-size: 14px;
}
#header .head-top .tel i:nth-of-type(1) {
	margin-right: 10px;
}
#header .logo {
	float: left;
}
#header .logo a {
	display: block;
	padding: 20px 0;
	font-size: 0;
}
#header .logo img {
	height: 62px;
}
#header .nav {
	float: right;
}
#header .nav .navbar > li {
	float: left;
	color: #000;
	position: relative;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
#header .nav .navbar > li:last-child {
	margin-right: 0;
}
#header .nav .navbar > li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: transparent; 
	position: absolute;
	left: 0;
	top: 100%;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	z-index: 9999;
}
#header .nav .navbar > li.active:after,
#header .nav .navbar > li:hover:after {
	background: #202020; 
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
#header .nav .navbar > li > a {
	color: #333;
	display: block;
	padding: 54px 25px 25px;
	font-size: 16px;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;	
}
#header .nav .navbar > li.active > a,
#header .nav .navbar > li:hover > a {
	color: #202020; 
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
#header .nav .navbar > li ul {
	position: absolute;
	min-width: 100%;
	left: 0;
	top: 100%;
	z-index: 999;
	background: #fff;
	text-align: left;
	padding: 5px 0;
	display: block;
	transform: scale(0);
	-o-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-webkit-transition: .3s;
}
#header .nav .navbar > li.open ul {
	transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-webkit-transition: .3s;
}
#header .nav .navbar > li ul  a {
	display: block;
	color: #333;
	font-size: 15px;
	padding: 5px 25px;
	white-space: nowrap;
}
#header .nav .navbar > li ul li:hover a {
	color: #202020;
}
#header .head-nav .button-bar {
	float: left;
	margin-top: 28px;
	display: none;
}
#header .head-nav .button-bar span {
	display: block;
	width: 22px;
	height: 1px;
	background: #000;
	margin-bottom: 6px;
}
#header .head-nav .button-bar span:last-child {
	margin: 0;
}
/*banner*/
#banner > img {
	width: 100%;
}
.swiper-container img {
	width: 100%;
}
.banner-swiper .swiper-button-next {
	width: 32px;
	height: 60px;
	background: url(../images/right.png) left center;
	background-size: 100% 100%;
	right: 8%;
}
.banner-swiper .swiper-button-prev {
	width: 32px;
	height: 60px;
	background: url(../images/left.png) left center;
	background-size: 100% 100%;
	left: 8%;
}
.banner-swiper  .swiper-pagination-bullet {
	opacity: 1;
	background: #8dcefd;
	width: 45px;
	height: 6px;
	border: none;
	border-radius: 0;
	background: #fff;
	margin: 0 3px !important;
}
.banner-swiper  .swiper-pagination-bullet-active {
	background: #202020;
}
/*首页内容*/
.home-box {
	padding: 60px 0;
}
.home-title {
	margin-bottom: 25px;
	color: rgb(31, 31, 31);
	text-align: center;
}
.home-title h3 {
    font-size: 30px;
    margin-bottom: 8px;
}
.home-title h4 {
  	font-size: 20px;
  	position: relative;
}
.home-title h4:after {
	content: '';
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 1px;
	background: #e1e1e1;
	left: 0;
	top: 50%;
}
.home-title h4 span {
	display: inline-block;
	padding: 0 38px;
	background: #fff;
	position: relative;
	z-index: 10;
}
#home-one {
	background: url(../images/bg_1.jpg) no-repeat left top;
	background-size: cover;
}
#home-one .home-title h4 span {
	background: #f3f3f3;
}
#home-one .pro-tab {
	text-align: center;
}
#home-one .pro-tab .tab-ul li {
	display: inline-block;
	margin: 0 3px 28px 3px;
}
#home-one .pro-tab .tab-ul li a {
	display: block;
	background: #e1e1e1;
	font-size: 16px;
	color: rgb(85, 85, 85);
	padding: 8px 40px;
}
#home-one .pro-tab .tab-ul li:hover a,
#home-one .pro-tab .tab-ul li.active a {
	color: #fff;
	background: #202020;
}
#home-one .pro-tab .tab-cont .swiper-slide li {
	float: left;
	margin-right: 2%;
	width: 23.5%;
}
#home-one .pro-tab .tab-cont .swiper-slide li:last-child {
	margin-right: 0;
}
#home-one .pro-tab .tab-cont .swiper-slide li .pic {
	background: #fff;
	border: 2px solid #fff;
  	border-radius: 12px;
  	overflow: hidden;
}
#home-one .pro-tab .tab-cont .swiper-slide li .pic img {
	width: 100%;
}
#home-one .pro-tab .tab-cont .swiper-slide li:hover .pic {
	border-color: #202020;
}
#home-one .pro-tab .tab-cont .swiper-slide li section {
	padding: 10px 0;
	position: relative;
	color: rgb(102, 102, 102);
	line-height: 2;
}
#home-one .pro-tab .tab-cont .swiper-slide li section:after {
	content: '';
	width: 28px;
	height: 3px;
	background: #969696;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -14px;
}
#home-one .pro-tab .tab-cont .swiper-slide li:hover section:after {
	background: #202020;
}
#home-one .pro-tab .tab-cont .swiper-slide li h5 {
  font-size: 18px;
  color: rgb(51, 51, 51);
  line-height: 1.556;
  display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
#home-one .pro-tab .tab-cont .swiper-slide li:hover h5 {
	color: #202020;
}
#home-two .solution li {
	float: left;
	width: 33.33%;
	position: relative;
	text-align: center;
}
#home-two .solution li .pic img {
	width: 100%;
}
#home-two .solution li section {
	background: #ededed;
	height: 100%;
	padding: 30px 25px 0;
}
#home-two .solution li section h5 {
	font-size: 18px;
	color: rgb(51, 51, 51);
  	line-height: 1.667;
  	position: relative;
  	margin-bottom: 30px;
}
#home-two .solution li section h5:after {
	content: '';
	width: 28px;
	height: 3px;
	background: #202020;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -14px;
}
#home-two .solution li section p {
	color: rgb(102, 102, 102);
	line-height: 1.8;
	height: 5.4em;
	overflow: hidden;
}
#home-two .solution li section a.btn {
  	color: rgb(102, 102, 102);
  	display: inline-block;
  	border: 1px solid #cdcdcd;
  	border-radius: 30px;
  	padding: 5px 20px;
  	margin-top: 20px;
}
#home-two .solution li:hover a.btn {
	color: #202020;
	border-color: #202020;
}
#home-two .solution li .title {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	color: #fff;
	background: #202020;
}
#home-two .solution li .title hgroup {
	width: 210px;
	padding: 10px 0;
	position: absolute;
	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%);
	border-top: 1px solid rgba(255,255,255,.9);
	border-bottom: 1px solid rgba(255,255,255,.9);
}
#home-two .solution li .title h4 {
	font-size: 20px;
	line-height: 1.3;
}
#home-two .solution li .title h5 {
	text-transform: uppercase;
	line-height: 1.857;
}
#home-three .swiper-pagination-bullet {
	opacity: 1;
	background: rgba(255, 255, 255,.3);
	width: 8px;
	height: 8px;
	border: none;
	border-radius: 50%;
}
#home-three .swiper-pagination-bullet-active {
	background: #fff;
	width: 8px;
	height: 8px;
}
#home-four .customer li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	text-align: center;
}
#home-four .customer li:last-child {
	margin-right: 0;
}
#home-four .customer li .top {
	border-radius: 50%;
	overflow: hidden;
	padding: 10px;
	background: #f0f0f0;
}
#home-four .customer li .pic {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}
#home-four .customer li .pic > img {
	width: 100%;
	border-radius: 50%;
}
#home-four .customer li .pic .over {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.6);
	display: none;
}
#home-four .customer li:hover .pic .over {
	display: block;
}
#home-four .customer li .pic .over img {
	width: 146px;
	position: absolute;
	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%);
}
#home-four .customer li p {
	font-size: 16px;
	color: rgb(31, 31, 31);
	line-height: 1.5;
	margin-top: 15px;
}
#home-four .customer li:hover p {
	color: #202020;
}
#home-five {
	background: url(../images/bg_1.jpg) no-repeat left top;
	background-size: cover;
}
#home-five .left {
	float: left;
	width: 74%;
}
#home-five .left .top {
	padding: 0 20px 0 30px;
}
#home-five .left .caption {
	position: relative;
	width: 28.5%;
	float: left;
}
#home-five .left .caption hgroup {
	background: #fff;
	text-align: center;
	border: 2px solid #202020;
	border-bottom: none;
	padding: 48px 0 40px;
	position: relative;
}
#home-five .left .caption h3 {
	font-size: 30px;
	color: rgb(31, 31, 31);
	line-height: 0.833;
	margin-bottom: 10px;
}
#home-five .left .caption hgroup h4 {
	font-size: 20px;
	color: rgb(31, 31, 31);
	line-height: 1.5;
	position: relative;
	padding-bottom: 45px;
}
#home-five .left .caption hgroup h4:after {
	content: '';
	width: 60px;
	height: 3px;
	background: #d4d4d4;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 0;
}
#home-five .left .caption section {
	position: absolute;
	width: 100%;
	background: #202020;
	left: 0;
	top: 100%;
	padding: 40px 5px 38px 15px;
	text-align: left;
}
#home-five .left .caption section h4 {
	font-size: 20px;
	color: rgb(255, 255, 255);
	line-height: 1.4;
	margin-bottom: 15px;
	text-align:center
}
#home-five .left .caption section p {
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.714;
}
#home-five .left .section {
	float: right;
	width: 69%;
	padding-top: 40px;
	left: 0;
	top: 100%;
	z-index: 99;
	color: #fff;
}
#home-five .left .section h4 {
	font-size: 18px;
	color: rgb(203, 68, 62);
	text-transform: uppercase;
	line-height: 1.556;
	margin-bottom: 8px;
}
#home-five .left .section p {
	color: rgb(51, 51, 51);
	line-height: 2;
}
#home-five .left .bottom img {
	width: 100%;
}
#home-five .right {
	float: right;
	width: 26%;
}
#home-five .right .pic {
	padding: 50px 40px;
	background: #fff;
}
#home-five .right .pic img {
	width: 100%;
}
#home-five .right p {
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #202020;
}
#home-five .right  .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 70px;
}
#home-five .right .swiper-pagination-bullet {
	opacity: 1;
	background: transparent;
	width: 11px;
	height: 11px;
	border: 1px solid #202020;
	margin: 0 3px !important;
}
#home-five .right .swiper-pagination-bullet-active {
	background: #202020;
}
#home-six .left {
	float: left;
	width: 65.8%;
}
#home-six .top {
	border-bottom: 2px solid #e8e8e8;
	margin-bottom: 30px;
}
#home-six .top ul {
	float: left;
}
#home-six .top ul li {
	float: left;
}
#home-six .top ul li a {
	display: block;
	padding: 0 20px 10px;
	color: #1d1d1d;
	font-size: 20px;
	position: relative;
}
#home-six .top ul li a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #e8e8e8;
	left: 0;
	bottom: -2px;
}
#home-six .top ul li.active a,
#home-six .top ul li:hover a {
	color: #202020;
}
#home-six .top ul li.active a:after,
#home-six .top ul li:hover a:after {
	background: #202020;
}
#home-six .top a.more {
	float: right;
	color: #666;
	margin-top: 7px;
}
#home-six .left .tab-box {
	display: none;
}
#home-six .left .tab-box dt {
	float: left;
	width: 44%;
}
#home-six .left .tab-box dt img {
	width: 100%;
}
#home-six .left .tab-box dt p {
	padding: 0 15px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 42px;
	line-height: 42px;
	background: #202020;
	font-size: 16px;
}
#home-six .left .tab-box dd {
	width: 51%;
	float: right;
}
#home-six .left .tab-box dd li {
	padding: 15px 0;
	border-bottom: 1px dotted #999;
}
#home-six .left .tab-box dd li:first-child {
	padding-top: 0;
}
#home-six .left .tab-box dd li h5 {
	color: #222;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#home-six .left .tab-box dd li p {
	line-height: 1.8;
	color: #808080;
	height: 3.6em;
	overflow: hidden;
}
#home-six .left .tab-box dd li:hover h5 {
	color: #202020;
}
#home-six .right {
	float: right;
	width: 31.6%;
}
#home-six .right .list .list-box {
	display: none;
}
#home-six .right .list li {
	background: #f1f1f1;
	cursor: pointer;
	margin-bottom: 10px;
}
#home-six .right .list li:last-child {
	margin-bottom: 0;
}
#home-six .right .list li h5 {
	height: 38px;
	line-height: 38px;
	background: url(../images/jia.png) no-repeat left center;
	background-size: auto 100%;
	padding: 0 20px 0 50px;
	color: #333;
	font-size: 16px;
}
#home-six .right .list li.active h5 {
	background: url(../images/jian.png) no-repeat left center;
	background-size: auto 100%;
}
#home-six .right .list li p {
	padding: 5px 20px 10px 50px;
	line-height: 1.8;
	color: #666;
	display: none;
	overflow: hidden;
}
#home-six .right .list li.active p {
	display: block;
}
#footer .foot-top {
	padding-top: 40px;
	background: #3c3c3c;
	color: #bebebe;
}
#footer .foot-top a {
	color: #bebebe;
}
#footer .foot-top a:hover {
	color: #fff;
}
#footer .foot-top dl {
	float: left;
	width: 18%;
}
#footer .foot-top dl dt {
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
}
#footer .foot-top dl dd {
	line-height: 2;
}
#footer .foot-top .last {
	float: right;
}
#footer .foot-top .last .tel {
	float: left;
}
#footer .foot-top .last .tel h5 {
	font-size: 16px;
	color: #fff;
}
#footer .foot-top .last .tel span {
	display: block;
	margin: 8px 0 12px;
}
#footer .foot-top .last .tel i {
	font-size: 22px;
	font-weight: bold;
	color: #c5443e;
}
#footer .foot-top .last .code {
	float: right;
	width: 100px;
	text-align: center;
	color: #fff;
	margin-left: 28px;
}
#footer .foot-top .last .code img {
	width: 100%;
	margin-bottom: 5px;
}
#footer .foot-top .link {
	border-top: 1px solid #505050;
	padding: 13px 0;
	float: left;
	width: 100%;
	margin-top: 33px;
	line-height: 1.7;
}
#footer .foot-top li {
	display:inline
}
#footer .foot-top .link span {
	font-size: 15px;	
}
#footer .foot-bottom {
	padding: 13px 0;
	text-align: center;
	background: #202020;
	color: #fff;
}
.suspend {
	width: 50px;
	position: fixed;
	bottom: 230px;
	right: 15px;
	z-index: 9999;
	display: none;
	cursor: pointer;
}
.suspend img {
	width: 100%;
}
/*产品中心*/
#content {
	padding: 30px 0 55px;
}
#content .top-info {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 15px;
	margin-bottom: 40px;
}
#content .top-info .title span {
	font-size: 30px;
	margin-right: 10px;
}
#content .top-info .title {
    font-size: 20px;
    color: rgb(31, 31, 31);
    float: left;
}
#content .top-info .located {
	float: right;
	color: #989898;
	margin-top: 16px;
}
#content .top-info .located a {
	color: #666;
}
#content .top-info .located a:hover {
	color: #000;
}
#content .left-box {
	float: left;
	width: 19.5%;
}
#content .left-box .down-link {
	margin-bottom: 10px;
}
#content .left-box .down-link dt {
	color: #333;
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	cursor: pointer;
	background: #eaebef url(../images/icon_1.png) no-repeat 91% center;
}
#content .left-box .down-link:hover dt {
	color: #fff;
	background: #202020 url(../images/icon_3.png) no-repeat 91% center;
}
#content .left-box .down-link.active:hover dt,
#content .left-box .down-link.active dt {
	color: #fff;
	background: #202020 url(../images/icon_2.png) no-repeat 91% center;
}
#content .left-box .down-link dd {
	background: #f1f1f1;
	display: none;
}
#content .left-box .down-link.active dd {
	display: block;
}
#content .left-box .down-link dd ul {
	padding: 15px 0;
}
#content .left-box .down-link dd li {
	padding: 0 25px;
	line-height: 2.5;
}
#content .left-box .down-link dd a {
	color: #333;
}
#content .left-box .down-link dd li:hover a {
	color: #202020;
	text-decoration: underline;
}
#content .left-box .solve {
	position: relative;
	margin: 20px 0;
}
#content .left-box .solve img {
	width: 100%;
}
#content .left-box .solve .over {
	position: absolute;
	right: 0;
	bottom: 15px;
	background: #202020;
	color: #fff;
	padding: 0 20px 0 0;
	z-index: 99;
	height: 30px;
	line-height: 30px;
}
#content .left-box .solve .over:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #202020;
	position: absolute;
	right: 100%;
	top: 0;
}
#content .left-box .solve .over span {
	margin-right: 25px;
}
#content .left-box .tel {
	background: #f4f4f4;
	color: #4b4b4b;
	padding: 18px 0 18px 18px;
	margin-bottom: 10px;
}
#content .left-box .tel dt {
	float: left;
	width: 46px;
	margin-right: 10px;
}
#content .left-box .tel dt img {
	width: 100%;
}
#content .left-box .tel dd {
	float: left;
	line-height: 1.5;
}
#content .left-box .tel dd span {
	font-size: 18px;
	display: block;
}
#content .left-box .code {
	background: #f4f4f4;
	color: #4b4b4b;
	padding: 18px;
	font-size: 12px;
	text-align: center;
}
#content .left-box .code .wx {
	float: left;
	width: 180px;
}
#content .left-box .code .wx:nth-child(2) {
	float: right;
}
#content .left-box .code img {
	width: 100%;
	margin-bottom: 10px;
}
#content .right-box {
	float: right;
	width: 76.9%;
}
#content .right-box .product li {
	float: left;
	margin-right: 3.5%;
	width: 31%;
	text-align: center;
	margin-bottom: 38px;
}
#content .right-box .product li:nth-child(3n) {
	margin-right: 0;
}
#content .right-box .product li .pic {
	background: #fff;
	border: 1px solid #e1e1e1;
  	border-radius: 12px;
  	overflow: hidden;
}
#content .right-box .product li .pic img {
	width: 100%;
}
#content .right-box .product li:hover .pic {
	border-color: #202020;
}
#content .right-box .product li section {
	padding: 10px 0;
	position: relative;
	color: rgb(102, 102, 102);
	line-height: 2;
}
#content .right-box .product li section:after {
	content: '';
	width: 28px;
	height: 3px;
	background: #969696;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -14px;
}
#content .right-box .product li:hover section:after {
	background: #202020;
}
#content .right-box .product li h5 {
  font-size: 18px;
  color: rgb(51, 51, 51);
  line-height: 1.556;
}
#content .right-box .product li:hover h5 {
	color: #202020;
}
.page-nav {
	text-align: center;
	color: #888;
}
.page-nav i {
	color: #464646;
	margin: 0 2px;
}
.page-nav ul {
	display: inline-block;
}
.page-nav ul li {
	display: inline-block;
}
.page-nav ul li a {
	color: #464646;
	display: block;
	border: 1px solid #dadada;
	padding: 3px 9px;
}
.page-nav ul li.active a,
.page-nav ul li a:hover {
	color: #464646;
	border: 1px solid #dadada;
	padding: 3px 9px;
	background: #202020;
	color: #fff;
	border-color: #202020;
}
.page-nav form {
	display: inline-block;
}
.page-nav select {
	border: 1px solid #dadada;
	height: 27px;
	position: relative;
	top: -1px;
}
.page-nav span {
	display: inline-block;
	border: 1px solid #dadada;
	padding: 3px 9px;
}
/*产品详情*/
#content .right-box .product-detial .pic-detial {
	margin-bottom: 30px;
}
#content .right-box .product-detial .pic-detial .left-pic {
	float: left;
	width: 44.4%;
	border: 1px solid #e1e1e1;
}
#content .right-box .product-detial .pic-detial .left-pic img {
	width: 100%;
}
#content .right-box .product-detial .pic-detial .right-info {
	float: right;
	width: 52.2%;
	color: #555;
	padding: 15px 30px 20px 30px;
	font-size: 16px;
	border: 1px solid #e1e1e1;
}
#content .right-box .product-detial .pic-detial .right-info dt {
	margin-bottom: 6px;
}
#content .right-box .product-detial .pic-detial .right-info dt span {
	color: #333;
	font-size: 28px;
	margin-right: 10px;
}
#content .right-box .product-detial .pic-detial .right-info dd {
	padding: 17px 0;
	border-bottom: 1px solid #e1e1e1;
	line-height: 1.5;
}
#content .right-box .product-detial .tab-ul {
	border-bottom: 2px solid #202020;
}
#content .right-box .product-detial .tab-ul li {
	float: left;
	margin-right: 1px;
}
#content .right-box .product-detial .tab-ul li a {
	display: block;
	padding: 12px 45px;
	color: #444;
	font-size: 16px;
	background: #eaebef;
}
#content .right-box .product-detial .tab-ul li.active a,
#content .right-box .product-detial .tab-ul li:hover a {
	color: #fff;
	background: #202020;
}
#content .right-box .product-detial .tab-box {
	padding-top: 24px;
	display: none;
}
#content .right-box .product-detial .tab-box h4 {
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
}
#content .right-box .product-detial .swiper-container {
    width: 100%;
}
#content .right-box .product-detial .swiper-slide {
    width: 100%;
}
#content .right-box .product-detial table {
	border-collapse: collapse;
	width: 100%;
}
#content .right-box .product-detial td {
	border: 1px solid #ededed;
	color: #333;
	padding: 10px 15px;
}
#content .right-box .product-detial tr:nth-child(4) td {
	background: #f9f9f9;
}
#content .right-box .product-detial tr td:first-child {
	text-align: center;
	background: #f5f5f5;
	width: 170px;
}
#content .right-box .product-detial tr:nth-child(5) td:first-child {
	width: auto;
	background: transparent;
}
#content .right-box .product-detial td img {
	width: 160px;
	margin-right: 12px;
}
#content .right-box .product-detial td img:last-child {
	margin-right: 0;
}
#content .right-box .product-detial dl {
	margin-top: 25px;
	color: #666;
}
#content .right-box .product-detial dl dt {
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
}
#content .right-box .product-detial dl dd {
	line-height: 2;
}
#content .right-box .product-detial dl dd a {
	color: #666;
}
/*解决方案*/
#content .right-box .solve-list li {
	float: left;
	width: 100%;
	background: #f3f4f6;
	color: #666;
	margin-bottom: 30px;
}
#content .right-box .solve-list li dt {
	float: left;
	width: 390px;
}
#content .right-box .solve-list li dt img {
	width: 100%;
}
#content .right-box .solve-list li dd {
	float: left;
	width: 56.5%;
	padding: 35px 30px 0;
}
#content .right-box .solve-list li dd h5 {
	font-size: 18px;
	color: rgb(51, 51, 51);
	line-height: 1.667;
	margin-bottom: 30px;
	position: relative;
}
#content .right-box .solve-list li dd h5:after {
	content: '';
	width: 28px;
	height: 3px;
	background: #202020;
	position: absolute;
	z-index: 99;
	left: 0;
	bottom: -16px;
}
#content .right-box .solve-list li dd p {
	line-height: 1.8;
	height: 5.4em;	
	overflow: hidden;
}
#content .right-box .solve-list li dd a.btn {
	color: #202020;
	display: inline-block;
	border-radius: 30px;
	border: 1px solid #202020;
	padding: 5px 20px;
	margin-top: 20px;
}	
#content .right-box .solve-list li:hover dd a.btn {
	background: #202020;
	color: #fff;
}
/*荣誉资质*/
#content .honor-list li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 30px;
}
#content .honor-list li:nth-child(4n) {
	margin-right: 0;
}
#content .honor-list .pic {
	border: 1px solid #ececec;
	border-bottom: none;
	padding: 35px 35px 20px;
}
#content .honor-list .pic img {
	width: 100%;
}
#content .honor-list li p {
	height: 53px;
	line-height: 53px;
	text-align: center;
	color: #fff;
	background: #b2b2b2;
}
#content .honor-list li:hover p {
	background: #202020;
}
/*行业资讯*/
#content .right-box .news-list li {
	float: left;
	width: 100%;
	background: #f3f4f6;
	padding: 20px 30px;
	margin-bottom: 30px;
}
#content .right-box .news-list li time {
	display: block;
	float: left;
	color: #fff;
	height: 36px;
	line-height: 36px;
	padding: 0 16px;
	position: relative;
	background: #202020;
}
#content .right-box .news-list li time:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	left: 100%;
	top: 50%;
	border-left: 9px solid #202020;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin-top: -10px;
}
#content .right-box .news-list li section {
	float: right;
	width: 83%;
}
#content .right-box .news-list li h5 {
	font-size: 18px;
	color: rgb(51, 51, 51);
	line-height: 2;
	margin-bottom: 15px;
}
#content .right-box .news-list li h5 a {
	color: rgb(51, 51, 51);
}
#content .right-box .news-list li p {
	color: rgb(102, 102, 102);
	line-height: 1.7;
	height: 3.4em;
	overflow: hidden;
}
#content .right-box .news-list li a.btn {
	color: #555;
	display: inline-block;
	border: 1px solid #dfdfe1;
	padding: 8px 20px;
	margin-top: 20px;
}
#content .right-box .news-list li:hover a.btn {
	color: #202020;
	border-color: #202020;
}
/*客户见证*/
#content .testimonials .client-list li {
	float: left;
	margin-bottom: 30px;
	background: #f3f4f6;
	padding: 20px 30px;
	width: 48.5%;
}
#content .testimonials .client-list li:nth-child(2n) {
	float: right;
}
#content .testimonials .client-list li dt {
	float: left;
	padding: 6px;
	background: #e7e7e7;
	width: 170px;
	border-radius: 50%;
}
#content .testimonials .client-list li dt img {
	width: 100%;
}
#content .testimonials .client-list li dt .pic {
	overflow: hidden;
	position: relative;
	border-radius: 50%;
}
#content .testimonials .client-list li dt .pic .over {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 99;
	left: 0;
	top: 0;
	display: none;
}
#content .testimonials .client-list li:hover dt .pic .over {
	display: block;
}
#content .testimonials .client-list li dt .pic .over img {
	width: 75px;
	position: absolute;
	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%);
}
#content .testimonials .client-list li dd {
	width: 60%;
	float: right;
}
#content .testimonials .client-list li dd h5 {
	font-size: 18px;
	color: rgb(51, 51, 51);
	line-height: 1.333;
	margin: 25px 0 10px;
}
#content .testimonials .client-list li:hover dd h5 {
	color: #202020;
}
#content .testimonials .client-list li dd p {
	color: rgb(85, 85, 85);
	line-height: 1.8;
	height: 5.4em;
	overflow: hidden;
}
/*联系我们*/
#content .contact-us .contact-left {
	float: left;
	width: 57%;
}
#content .contact-us .contact-left .img img {
	width: 100%;
}
#content .contact-us .contact-left .img {
	margin-bottom: 20px;
}
#content .contact-us .contact-left section {
	margin-bottom: 20px;
}
#content .contact-us .contact-left h5 {
	font-size: 16px;
	color: rgb(203, 68, 62);
	line-height: 1.875;
	margin-bottom: 8px;
}
#content .contact-us .contact-left section p {
	color: rgb(85, 85, 85);
	line-height: 2;
	margin-bottom: 20px;
}
#content .contact-us .contact-left section p:last-child {
	margin-bottom: 0;
}
#content .contact-us .contact-right {
	float: right;
	width: 40%;
}
#content .contact-us .contact-right .img img {
	width: 100%;
}
#content .contact-us .contact-right .tit {
	margin: 25px 0;
	border-right: 1px solid #202020;
	text-align: right;
	padding-right: 20px;
}
#content .contact-us .contact-right .tit h4 {
	font-size: 32px;
	color: rgb(203, 68, 62);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 5px;
}
#content .contact-us .contact-right .tit h5 {
	font-size: 24px;
	color: rgb(38, 38, 38);
	font-weight: bold;
	line-height: 0.917;
}
#content .contact-us .contact-right .address {
	background: #f3f4f5;
	color: rgb(68, 68, 68);
	line-height: 2.143;
	padding: 8px 0 8px 18px;
}
#content .contact-us .contact-right .contact-way {
	margin-top: 20px;
}
#content .contact-us .contact-right .contact-way h5 {
	font-size: 16px;
	color: rgb(203, 68, 62);
	line-height: 1.875;
	margin-bottom: 12px;
}
#content .contact-us .contact-right .contact-way dl {
	padding: 15px 30px;
	background: #f3f4f6;
	float: left;
	width: 100%;
}
#content .contact-us .contact-right .contact-way dt {
	float: left;
	width: 100px;
	margin-right: 25px;
	border-radius: 50%;
	overflow: hidden;
}
#content .contact-us .contact-right .contact-way dt img {
	width: 100%;
	border-radius: 50%;
}
#content .contact-us .contact-right .contact-way dd {
	float: left;
	color: rgb(85, 85, 85);
	line-height: 2;
}
#content .contact-us .contact-right .contact-way dd span {
	display: block;
}
/*下载中心*/
#content .right-box .download-list {
	margin-bottom: 30px;
}
#content .right-box .download-list li {
	float: left;
	width: 33.33%;
	background: #f2f2f2;
	text-align: center;
	padding: 25px 0;
}
#content .right-box .download-list li:nth-child(even) {
	background: #f9f8f8;
}
#content .right-box .download-list li h5 {
	font-size: 18px;
	color: rgb(30, 30, 30);
	font-weight: bold;
	line-height: 0.722;
	margin-bottom: 15px;
}
#content .right-box .download-list li p {
	color: rgb(102, 102, 102);
	line-height: 1.786;
}
#content .right-box .download-list li a.btn {
	color: rgb(203, 68, 62);
	line-height: 0.929;
	display: inline-block;
	padding: 11px 30px;
	width: 125px;
	border-radius: 30px;
	border: 1px solid rgb(203, 68, 62);
	text-align: left;
	background: url(../images/down.png) no-repeat 74% center;
	margin-top: 30px;
}
#content .right-box .download-list li:hover a.btn {
	color: #fff;
	background: rgb(203, 68, 62) url(../images/down_1.png) no-repeat 74% center;
}
/*咨询详情*/
#content .right-box .news-detial .section {
	color: #555;
	border-bottom: 1px dotted #666;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
#content .right-box .news-detial .section h4 {
	color: #333;
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 20px;
} 
#content .right-box .news-detial .section small {
	text-align: center;
	display: block;
	color: #666;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	line-height: 1.5;
	padding: 15px 0;
	margin-bottom: 20px;
}
#content .right-box .news-detial .section small span {
	margin-right: 5px;
}
#content .right-box .news-detial .section .img {
	margin-bottom: 20px;
}
#content .right-box .news-detial .section img {
	max-width: 100%;
}
#content .right-box .news-detial .section p {
	margin-bottom: 30px;
	line-height: 2;
}
#content .right-box .news-detial .section p:last-child {
	margin-bottom: 0;
}
#content .right-box .news-detial .bottom-nav li {
	float: left;
	display: block;
	max-width: 49%;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #999;
}#content .right-box .news-detial .bottom-nav li a{
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#content .right-box .news-detial .bottom-nav li:nth-child(2) {
	float: right;	
}

#content .right-box .news-detial .bottom-nav a:hover {
	color: #202020;
	text-decoration: underline;
}
#content .right-box .news-detial .bottom-nav a span {
	
}
#content .right-box .news-detial .bottom-nav a:hover span {
	color: #202020;
}
@media (min-width: 768px) {
	/*#header .nav .navbar > li:hover > ul {
		display: block;
	}*/
}
@media (min-width: 1200px) {
	.container {
	    width: 1170px;
	}
	.suspend {
		width: 50px;
		position: fixed;
		bottom: 200px;
		left: 50%;
		margin-left: 610px;
		z-index: 9999;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.container {
	    width: 970px;
	}
	#header .nav .navbar > li > a {
		padding: 54px 18px 25px;
	}
	#home-two .solution li section {
		padding: 20px 20px 0;
	}
	#home-four .customer li .pic .over img {
		width: 130px;
	}
	#home-five .left .top {
		padding: 0 10px 0 20px;
	}
	#home-five .left .caption hgroup {
		padding: 40px 0 30px;
	}
	#home-five .left .caption h3 {
		font-size: 29px;
		margin-bottom: 10px;
	}
	#home-five .left .caption hgroup h4 {
		font-size: 19px;
		padding-bottom: 38px;
	}
	#home-five .left .caption section {
		padding: 30px 5px 30px 15px;
	}
	#home-five .left .caption section h4 {
		font-size: 19px;
		margin-bottom: 12px;
	}
	#home-five .left .section {
		padding-top: 20px;
	}
	#home-five .left .section h4 {
		font-size: 17px;
	}
	#footer .foot-top dl {
		width: 17%;
	}
	#content .left-box {
		width: 22%;
	}
	#content .right-box .product-detial .pic-detial {
		margin-bottom: 20px;
	}
	#content .right-box .product-detial .pic-detial .left-pic {
		width: 46%;
	}
	#content .right-box .product-detial .pic-detial .right-info {
		padding: 10px 20px 10px;
		font-size: 15px;
	}
	#content .right-box .product-detial .pic-detial .right-info dt {
		margin-bottom: 6px;
	}
	#content .right-box .product-detial .pic-detial .right-info dt span {
		font-size: 26px;
	}
	#content .right-box .product-detial .pic-detial .right-info dd {
		padding: 14px 0;
	}
	#content .right-box .product-detial .tab-ul li a {
		padding: 11px 42px;
		font-size: 15px;
	}
	#content .right-box .product-detial .tab-box {
		padding-top: 22px;
	}
	#content .right-box .product-detial .tab-box h4 {
		font-size: 17px;
		margin-bottom: 15px;
	}
	#content .right-box .product-detial .swiper-container {
	    width: 100%;
	}
	#content .right-box .product-detial .swiper-slide {
	    width: auto;
	}
	#content .right-box .product-detial td {
		padding: 10px 15px;
	}
	#content .right-box .product-detial tr:nth-child(4) td {
		background: #f9f9f9;
	}
	#content .right-box .product-detial tr td:first-child {
		width: 160px;
	}
	#content .right-box .product-detial td img {
		width: 150px;
		margin-right: 10px;
	}
	#content .right-box .product-detial dl {
		margin-top: 20px;
	}
	#content .right-box .product-detial dl dt {
		font-size: 15px;
		margin-bottom: 10px;
	}
	#content .right-box .solve-list li dt {
		width: 340px;
	}
	#content .right-box .solve-list li dd {
		width: 54%;
		padding: 25px 20px 0;
	}
	#content .right-box .news-list li section {
		width: 80%;
	}
	#content .testimonials .client-list li {
		padding: 15px 20px;
		width: 49%;
	}
	#content .testimonials .client-list li dt {
		width: 160px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.container {
	    width: 750px;
	}
	#header .head-top {
		height: 5px;
	}
	#header .head-top .container {

	}
	#header .head-top .tel {
		height: 34px;
		line-height: 34px;
		padding: 0 50px;
		font-size: 12px;
		right: -30px;
	}
	#header .head-top .tel img {
		height: 13px;
	}
	#header .head-top .tel i {
		font-size: 13px;
	}
	#header .logo {
		float: none;
	}
	#header .logo a {
		display: block;
		padding: 25px 0 10px;
		font-size: 0;
		text-align: center;
	}
	#header .logo img {
		height: 55px;
	}
	#header .nav {
		float: none;
	}
	#header .nav .navbar > li {
		width: 12.5%;
		text-align: center;
	}
	#header .nav .navbar > li > a {
		font-size: 15px;	
		padding: 15px 0;
	}
	#header .nav .navbar > li ul  a {
		font-size: 14px;
	}
	.home-box {
		padding: 50px 0;
	}
	.home-title {
		margin-bottom: 20px;
	}
	.home-title h3 {
	    font-size: 28px;
	}
	.home-title h4 {
	  	font-size: 18px;
	}
	.home-title h4 span {
		padding: 0 33px;
	}
	#home-one .pro-tab .tab-ul li {
		margin: 0 3px 25px 3px;
	}
	#home-one .pro-tab .tab-ul li a {
		font-size: 15px;
		padding: 7px 35px;
	}
	#home-one .pro-tab .tab-cont .swiper-slide li section {
		padding: 8px 0;
	}
	#home-one .pro-tab .tab-cont .swiper-slide li section:after {
		width: 28px;
		margin-left: -14px;
	}
	#home-one .pro-tab .tab-cont .swiper-slide li h5 {
	  font-size: 16px;
	}
	#home-two .solution li section {
		padding: 15px 15px 0;
	}
	#home-two .solution li section h5 {
		font-size: 17px;
	  	margin-bottom: 15px;
	}
	#home-two .solution li section h5:after {
		width: 24px;
		bottom: -5px;
		margin-left: -12px;
	}
	#home-two .solution li section p {
		color: rgb(102, 102, 102);
		line-height: 1.6;
		height: 4.8em;
	}
	#home-two .solution li section a.btn {
	  	padding: 3px 15px;
	  	margin-top: 10px;
	}
	#home-two .solution li .title hgroup {
		width: 180px;
		padding: 8px 0;
	}
	#home-two .solution li .title h4 {
		font-size: 18px;
	}
	#home-four .customer li .top {
		padding: 6px;
	}
	#home-four .customer li .pic .over img {
		width: 110px;
	}
	#home-four .customer li p {
		font-size: 15px;
		margin-top: 10px;
	}
	#home-five .left {
		width: 100%;
		float: none;
	}
	#home-five .left .top {
		padding: 0 20px;
	}
	#home-five .left .caption hgroup {
		padding: 40px 0 35px;
	}
	#home-five .left .caption h3 {
		font-size: 28px;
		margin-bottom: 8px;
	}
	#home-five .left .caption hgroup h4 {
		font-size: 18px;
		padding-bottom: 40px;
	}
	#home-five .left .caption hgroup h4:after {
		width: 56px;
		margin-left: -28px;
	}
	#home-five .left .caption section {
		padding: 30px 20px 30px 0;
	}
	#home-five .left .caption section h4 {
		font-size: 18px;
		margin-bottom: 12px;
	}
	#home-five .left .section {
		padding-top: 20px;
	}
	#home-five .left .section h4 {
		font-size: 17px;
		margin-bottom: 5px;
	}
	#home-five .right {
		float: none;
		width: 100%;
	}
	#home-five .right .pic {
		padding: 30px 20px;
		text-align: center;
	}
	#home-five .right .pic img {
		max-width: 100%;
		width: auto;
	}
	#home-five .right p {
		height: 45px;
		line-height: 45px;
		font-size: 15px;
	}
	#home-five .right  .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 50px;
	}
	#home-five .right .swiper-pagination-bullet {
		width: 9px;
		height: 9px;
	}
	#home-six .left {
		width: 100%;
	}
	#home-six .top {
		margin-bottom: 20px;
	}
	#home-six .top ul li a {
		padding: 0 15px 8px;
		font-size: 18px;
	}
	#home-six .top a.more {
		margin-top: 4px;
	}
	#home-six .left .tab-box dt p {
		padding: 0 12px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
	#home-six .right {
		width: 100%;
		margin-top: 15px;
	}
	#home-six .right .list li h5 {
		font-size: 15px;
	}
	#footer .foot-top {
		padding-top: 30px;
	}
	#footer .foot-top dl {
		float: left;
		width: 14%;
	}
	#footer .foot-top dl dt {
		font-size: 16px;
		margin-bottom: 12px;
	}
	#footer .foot-top .last .tel h5 {
		font-size: 15px;
	}
	#footer .foot-top .last .tel span {
		margin: 8px 0 12px;
	}
	#footer .foot-top .last .tel i {
		font-size: 21px;
	}
	#footer .foot-top .last .code {
		width: 90px;
		margin-left: 25px;
	}
	#footer .foot-top .link {
		padding: 11px 0;
		margin-top: 30px;
	}
	#footer .foot-top .link span {
		font-size: 14px;	
	}
	#footer .foot-bottom {
		padding: 11px 0;
	}
	#content {
		padding: 20px 0 40px;
	}
	#content .top-info {
		padding-bottom: 12px;
		margin-bottom: 30px;
	}
	#content .top-info .title span {
		font-size: 28px;
	}
	#content .top-info .title {
	    font-size: 18px;
	}
	#content .top-info .located {
		margin-top: 14px;
	}
	#content .left-box {
		width: 22%;
	}
	#content .left-box .down-link dt {
		padding: 0 15px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
	#content .left-box .down-link dd ul {
		padding: 15px 0;
	}
	#content .left-box .down-link dd li {
		padding: 0 20px;
	}
	#content .left-box .solve {
		margin: 15px 0;
	}
	#content .left-box .solve .over {
		bottom: 15px;
		padding: 0 15px 0 0;
	}
	#content .left-box .solve .over span {
		margin-right: 20px;
	}
	#content .left-box .tel {
		padding: 10px 0 10px 10px;
	}
	#content .left-box .tel dt {
		width: 35px;
		margin-right: 5px;
	}
	#content .left-box .tel dd span {
		font-size: 14px;
	}
	#content .left-box .code {
		padding: 10px;
	}
	#content .left-box .code .wx {
		width: 70px;
	}
	#content .left-box .code img {
		margin-bottom: 6px;
	}
	#content .right-box .product li {
		margin-bottom: 30px;
	}
	#content .right-box .product li section {
		padding: 8px 0;
	}
	#content .right-box .product li h5 {
	  font-size: 16px;
	}
	#content .right-box .product-detial .pic-detial {
		margin-bottom: 20px;
	}
	#content .right-box .product-detial .pic-detial .left-pic {
		width: 46%;
	}
	#content .right-box .product-detial .pic-detial .right-info {
		padding: 0 10px 10px;
		font-size: 14px;
	}
	#content .right-box .product-detial .pic-detial .right-info dt {
		margin-bottom: 0;
	}
	#content .right-box .product-detial .pic-detial .right-info dt span {
		font-size: 22px;
	}
	#content .right-box .product-detial .pic-detial .right-info dd {
		padding: 10px 0;
	}
	#content .right-box .product-detial .tab-ul li a {
		padding: 10px 38px;
		font-size: 14px;
	}
	#content .right-box .product-detial .tab-box {
		padding-top: 20px;
	}
	#content .right-box .product-detial .tab-box h4 {
		font-size: 16px;
		margin-bottom: 12px;
	}
	#content .right-box .product-detial .swiper-slide {
	    width: auto;
	}
	#content .right-box .product-detial td {
		padding: 10px;
	}
	#content .right-box .product-detial tr td:first-child {
		width: 150px;
	}
	#content .right-box .product-detial td img {
		width: 140px;
		margin-right: 10px;
	}
	#content .right-box .product-detial dl {
		margin-top: 15px;
	}
	#content .right-box .product-detial dl dt {
		font-size: 14px;
		margin-bottom: 5px;
	}
	#content .right-box .solve-list li {
		margin-bottom: 20px;
	}
	#content .right-box .solve-list li dt {
		width: 280px;
	}
	#content .right-box .solve-list li dd {
		width: 51%;
		padding: 15px 10px 0;
	}
	#content .right-box .solve-list li dd h5 {
		font-size: 17px;
		margin-bottom: 20px;
	}
	#content .right-box .solve-list li dd h5:after {
		bottom: -10px;
	}
	#content .right-box .solve-list li dd p {
		line-height: 1.8;
		height: 5.4em;	
	}
	#content .right-box .solve-list li dd a.btn {
		padding: 5px 18px;
		margin-top: 10px;
	}	
	#content .honor-list li {
		width: 32%;
		margin-bottom: 20px;
	}
	#content .honor-list li:nth-child(4n) {
		margin-right: 2%;
	}
	#content .honor-list li:nth-child(3n) {
		margin-right: 0;
	}
	#content .honor-list .pic {
		padding: 25px 25px 10px;
	}
	#content .honor-list li p {
		height: 46px;
		line-height: 46px;
	}
	#content .right-box .news-list li {
		padding: 15px 20px;
		margin-bottom: 20px;
	}
	#content .right-box .news-list li time {
		height: 33px;
		line-height: 33px;
		padding: 0 13px;
	}
	#content .right-box .news-list li time:after {
		border-left: 6px solid #202020;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		margin-top: -8px;
	}
	#content .right-box .news-list li section {
		width: 78%;
	}
	#content .right-box .news-list li h5 {
		font-size: 17px;
		line-height: 2;
		margin-bottom: 12px;
	}
	#content .right-box .news-list li a.btn {
		padding: 6px 18px;
		margin-top: 15px;
	}
	#content .testimonials .client-list li {
		margin-bottom: 20px;
		padding: 10px 15px;
		width: 49%;
	}
	#content .testimonials .client-list li dt {
		width: 140px;
	}
	#content .testimonials .client-list li dt .pic .over img {
		width: 60px;
	}
	#content .testimonials .client-list li dd {
		width: 55%;
		float: right;
	}
	#content .testimonials .client-list li dd h5 {
		font-size: 17px;
		margin: 20px 0 10px;
	}
	#content .contact-us .contact-left .img {
		margin-bottom: 15px;
	}
	#content .contact-us .contact-left section {
		margin-bottom: 15px;
	}
	#content .contact-us .contact-left h5 {
		font-size: 15px;
		margin-bottom: 8px;
	}
	#content .contact-us .contact-left section p {
		margin-bottom: 15px;
	}
	#content .contact-us .contact-right .tit {
		margin: 20px 0;
		padding-right: 20px;
	}
	#content .contact-us .contact-right .tit h4 {
		font-size: 30px;
	}
	#content .contact-us .contact-right .tit h5 {
		font-size: 22px;
	}
	#content .contact-us .contact-right .address {
		line-height: 1.8;
		padding: 8px 0 8px 15px;
	}
	#content .contact-us .contact-right .contact-way {
		margin-top: 15px;
	}
	#content .contact-us .contact-right .contact-way h5 {
		font-size: 15px;
		margin-bottom: 10px;
	}
	#content .contact-us .contact-right .contact-way dl {
		padding: 10px;
		width: 100%;
	}
	#content .contact-us .contact-right .contact-way dt {
		margin-right: 10px;
		width: 70px;
	}
	#content .right-box .download-list {
		margin-bottom: 20px;
	}
	#content .right-box .download-list li {
		padding: 20px 0;
	}
	#content .right-box .download-list li h5 {
		font-size: 17px;
		margin-bottom: 12px;
	}
	#content .right-box .download-list li a.btn {
		padding: 9px 23px;
		width: 110px;
		margin-top: 20px;
	}
	#content .right-box .news-detial .section {
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	#content .right-box .news-detial .section h4 {
		font-size: 22px;
		margin-bottom: 15px;
	} 
	#content .right-box .news-detial .section small {
		padding: 12px 0;
		margin-bottom: 15px;
	}
	#content .right-box .news-detial .section .img {
		margin-bottom: 15px;
	}
	#content .right-box .news-detial .section p {
		margin-bottom: 25px;
	}
} 
@media (max-width: 767px) {
	.container {
	    width: 100%;
	    padding: 0 15px;
	}
	#header {
		position: relative;
	}
	#header .head-top {
		display: none;
	}
	#header .logo a {
		padding: 10px 0;
	}
	#header .logo img {
		height: 50px;
	}
	#header .nav {
		height: 0;
		padding: 0;
		border: none;
		position: absolute;
		width: 100%;
		top: 100%;
		left: 0;
	}
	#header .head-nav .button-bar {
		display: block;
		float: right;
		margin-top: 28px;
	}
	#header .nav .navbar {
		float: none;
		clear: both;
		display: none;
		position: absolute;
		width: 100%;
		background: rgba(255,255,255,.5);
		z-index: 999;
		left: 0;
		top: 100%;
		padding: 8px 15px;
	}
	#header .nav .navbar > li {
		float: none;
		margin: 0;
		line-height: 1;
		border-bottom: 1px solid #999;
	}
	#header .nav .navbar > li:after {
		display: none;
	}
	#header .nav .navbar > li.active:after,
	#header .nav .navbar > li:hover:after {
		display: none;
	}
	#header .nav .navbar > li >a {
		padding:  5px 0;
		font-size: 14px;
	}
	#header .nav .navbar > li ul {
		position: relative;
		text-align: left;
		left: 0;
		top: 0;
		background: transparent;
		display: none;
	}
	#header .nav .navbar > li ul li a {
		border: none;
		padding-left: 5px;
		font-size: 13px;
	}
	#banner .banner-swiper .swiper-button-next,
	#banner .banner-swiper .swiper-button-prev,
	#home-two .zj-group .swiper-button-next,
	#home-two .zj-group .swiper-button-prev,
	#home-three .xc-list .swiper-button-next,
	#home-three .xc-list .swiper-button-prev {
		display: none;
	}
	.banner-swiper  .swiper-pagination-bullet {
		width: 30px;
		height: 4px;
	}
	#banner .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 0px;
	}
	.home-box {
		padding: 30px 0;
	}
	.home-title {
		margin-bottom: 15px;
	}
	.home-title h3 {
	    font-size: 24px;
	}
	.home-title h4 {
	  	font-size: 16px;
	}
	.home-title h4 span {
		padding: 0 30px;
	}
	#home-one .pro-tab .tab-ul li {
		margin: 0 3px 5px 3px;
	}
	#home-one .pro-tab .tab-ul li a {
		font-size: 14px;
		padding: 7px 22px;
	}
	#home-one .pro-tab .tab-cont .swiper-slide li {
		width: 48%;
		margin-right: 4%;
		margin-top: 15px;
	}
	#home-one .pro-tab .tab-cont .swiper-slide li:nth-child(2n) {
		margin-right: 0;
	}
	#home-one .pro-tab .tab-cont .swiper-slide li section {
		padding: 8px 0;
	}
	#home-one .pro-tab .tab-cont .swiper-slide li section:after {
		width: 28px;
		margin-left: -14px;
	}
	#home-one .pro-tab .tab-cont .swiper-slide li h5 {
	  font-size: 15px;
	}
	#home-five .left {
		width: 100%;
		float: none;
	}
	#home-five .left .top {
		padding: 0 10px;
	}
	#home-five .left .caption {
		width: 100%;
		float: none;
		display:none
	}
	#home-five .left .caption hgroup {
		padding: 30px 0 25px;
	}
	#home-five .left .caption h3 {
		font-size: 24px;
		margin-bottom: 8px;
	}
	#home-five .left .caption hgroup h4 {
		font-size: 17px;
		padding-bottom: 40px;
	}
	#home-five .left .caption hgroup h4:after {
		width: 50px;
		margin-left: -25px;
	}
	#home-five .left .caption section {
		padding: 20px 10px 20px 0;
		position: relative;
	}
	#home-five .left .caption section h4 {
		font-size: 15px;
		margin-bottom: 5px;
	}
	#home-five .left .section {
		padding-top: 10px;
		float: none;
		width: 100%;
		padding-bottom: 10px;
	}
	#home-five .left .section h4 {
		font-size: 15px;
		margin-bottom: 5px;
	}
	#home-five .right {
		float: none;
		width: 100%;
	}
	#home-five .right .pic {
		padding: 20px 15px;
		text-align: center;
	}
	#home-five .right .pic img {
		max-width: 100%;
		width: auto;
	}
	#home-five .right p {
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	#home-five .right  .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 40px;
	}
	#home-five .right .swiper-pagination-bullet {
		width: 9px;
		height: 9px;
	}
	.suspend {
		width: 40px;
		bottom: 15px;
	}
	#content {
		padding: 15px 0 30px;
	}
	#content .top-info {
		padding-bottom: 12px;
		margin-bottom: 20px;
	}
	#content .top-info .title span {
		font-size: 24px;
	}
	#content .top-info .title {
	    font-size: 18px;
	    float: none;
	}
	#content .top-info .located {
		margin-top: 5px;
		float: none;
	}
	#content .right-box .product-detial .pic-detial {
		margin-bottom: 20px;
	}
	#content .right-box .product-detial .pic-detial .left-pic {
		width: 46%;
	}
	#content .right-box .product-detial .pic-detial .right-info {
		padding: 0 10px 10px;
		font-size: 14px;
	}
	#content .right-box .product-detial .pic-detial .right-info dt {
		margin-bottom: 0;
	}
	#content .right-box .product-detial .pic-detial .right-info dt span {
		font-size: 20px;
	}
	#content .right-box .product-detial .pic-detial .right-info dd {
		padding: 10px 0;
	}
	#content .right-box .product-detial .tab-ul li a {
		padding: 10px 38px;
		font-size: 14px;
	}
	#content .right-box .product-detial .tab-box {
		padding-top: 20px;
	}
	#content .right-box .product-detial .tab-box h4 {
		font-size: 16px;
		margin-bottom: 12px;
	}
	#content .right-box .product-detial .swiper-slide {
	    width: auto;
	}
	#content .right-box .product-detial td {
		padding: 10px;
	}
	#content .right-box .product-detial tr td:first-child {
		width: 150px;
	}
	#content .right-box .product-detial td img {
		width: 140px;
		margin-right: 10px;
	}
	#content .right-box .product-detial dl {
		margin-top: 15px;
	}
	#content .right-box .product-detial dl dt {
		font-size: 14px;
		margin-bottom: 5px;
	}
	#content .right-box .solve-list li {
		margin-bottom: 15px;
	}
	#content .right-box .solve-list li dt {
		width: 100%;
	}
	#content .right-box .solve-list li dd {
		width: 100%;
		padding: 15px 10px;
	}
	#content .right-box .solve-list li dd h5 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	#content .right-box .solve-list li dd h5:after {
		bottom: -10px;
	}
	#content .right-box .solve-list li dd p {
		line-height: 1.8;
		height: 5.4em;	
	}
	#content .right-box .solve-list li dd a.btn {
		padding: 5px 18px;
		margin-top: 10px;
	}
	#content .testimonials .client-list li {
		margin-bottom: 15px;
		padding: 10px;
		width: 100%;
	}
	#content .testimonials .client-list li dt {
		width: 140px;
		margin-right: 15px;
	}
	#content .testimonials .client-list li dt .pic .over img {
		width: 60px;
	}
	#content .testimonials .client-list li dd {
		width: 62%;
		float: left;
	}
	#content .testimonials .client-list li dd h5 {
		font-size: 16px;
		margin: 20px 0 6px;
	}
	#content .contact-us .contact-left  {
		width: 100%;
		margin-bottom: 15px;
	}
	#content .contact-us .contact-left .img {
		margin-bottom: 12px;
	}
	#content .contact-us .contact-left section {
		margin-bottom: 12px;
	}
	#content .contact-us .contact-left h5 {
		font-size: 14px;
		margin-bottom: 8px;
	}
	#content .contact-us .contact-left section p {
		margin-bottom: 12px;
	}
	#content .contact-us .contact-right {
		width: 100%;
	}
	#content .contact-us .contact-right .tit {
		margin: 15px 0;
		padding-right: 15px;
	}
	#content .contact-us .contact-right .tit h4 {
		font-size: 27px;
	}
	#content .contact-us .contact-right .tit h5 {
		font-size: 20px;
	}
	#content .contact-us .contact-right .address {
		line-height: 1.8;
		padding: 8px 0 8px 15px;
	}
	#content .contact-us .contact-right .contact-way {
		margin-top: 15px;
	}
	#content .contact-us .contact-right .contact-way h5 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	#content .contact-us .contact-right .contact-way dl {
		padding: 10px;
		width: 100%;
	}
	#content .contact-us .contact-right .contact-way dt {
		margin-right: 10px;
		width: 80px;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	body {
		font-size: 13px;
	}
	#home-two .solution li {
		width: 50%;
	}
	#home-two .solution li section {
		padding: 10px 10px 0;
	}
	#home-two .solution li section h5 {
		font-size: 16px;
	  	margin-bottom: 12px;
	}
	#home-two .solution li section h5:after {
		width: 24px;
		bottom: -5px;
		margin-left: -12px;
	}
	#home-two .solution li section p {
		color: rgb(102, 102, 102);
		line-height: 1.6;
		height: 4.8em;
	}
	#home-two .solution li section a.btn {
	  	padding: 3px 15px;
	  	margin-top: 10px;
	}
	#home-two .solution li .title hgroup {
		width: 160px;
		padding: 8px 0;
	}
	#home-two .solution li .title h4 {
		font-size: 16px;
	}
	#home-four .customer li {
		width: 48%;
		margin-right: 4%;
		margin-top: 10px;
	}
	#home-four .customer li:nth-child(2n) {
		margin-right: 0;
	}
	#home-four .customer li .top {
		padding: 6px;
	}
	#home-four .customer li .pic .over img {
		width: 90px;
	}
	#home-four .customer li p {
		font-size: 14px;
		margin-top: 10px;
	}
	#home-six .left {
		width: 100%;
	}
	#home-six .top {
		margin-bottom: 15px;
	}
	#home-six .top ul li a {
		padding: 0 12px 8px;
		font-size: 16px;
	}
	#home-six .top a.more {
		margin-top: 3px;
	}
	#home-six .left .tab-box dt {
		width: 47%;
	}
	#home-six .left .tab-box dt p {
		padding: 0 12px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	#home-six .left .tab-box dd li h5 {
		font-size: 14px;
		margin-bottom: 5px;
	}
	#home-six .left .tab-box dd li {
		padding: 6px;
	}
	#home-six .right {
		width: 100%;
		margin-top: 15px;
	}
	#home-six .right .list li h5 {
		height: 33px;
		line-height: 33px;
		padding: 0 10px 0 40px;
		font-size: 14px;
	}
	#home-six .right .list li p {
		padding: 5px 10px 10px 40px;
	}
	#footer .foot-top {
		padding-top: 20px;
	}
	#footer .foot-top dl {
		float: left;
		width: 25%;
	}
	#footer .foot-top dl dt {
		font-size: 15px;
		margin-bottom: 10px;
	}
	#footer .foot-top .last {
		float: left;
		margin-top: 15px;
	}
	#footer .foot-top .last .tel h5 {
		font-size: 14px;
	}
	#footer .foot-top .last .tel span {
		margin: 8px 0 10px;
	}
	#footer .foot-top .last .tel i {
		font-size: 20px;
	}
	#footer .foot-top .last .code {
		width: 80px;
		margin-left: 20px;
	}
	#footer .foot-top .link {
		padding: 11px 0;
		margin-top: 20px;
	}
	#footer .foot-top .link span {
		font-size: 14px;	
	}
	#footer .foot-bottom {
		padding: 11px 0;
	}
	#content .left-box {
		width: 100%;
		margin-bottom: 15px;
	}
	#content .left-box > dl,
	#content .left-box > div {
		width: 48% !important;
		margin-right: 4% !important; 
		float: left;
	}
	#content .left-box > dl:nth-of-type(2n),
	#content .left-box > div:nth-of-type(2n) {
		margin-right: 0 !important;
		float: right!important;
	}
	#content .left-box .down-link dt {
		padding: 0 15px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	#content .left-box .down-link dd ul {
		padding: 12px 0;
	}
	#content .left-box .down-link dd li {
		padding: 0 20px;
	}
	#content .left-box .solve {
		margin: 0 0 10px 0;
	}
	#content .left-box .solve .over {
		bottom: 15px;
		padding: 0 15px 0 0;
	}
	#content .left-box .solve .over span {
		margin-right: 20px;
	}
	#content .left-box .tel {
		padding: 10px 0 10px 10px;
	}
	#content .left-box .tel dt {
		width: 35px;
		margin-right: 5px;
	}
	#content .left-box .tel dd span {
		font-size: 14px;
	}
	#content .left-box .code {
		padding: 10px;
	}
	#content .left-box .code .wx {
		width: 70px;
	}
	#content .left-box .code img {
		margin-bottom: 6px;
	}
	#content .right-box {
		width: 100%;
	}
	#content .right-box .product li {
		margin-bottom: 20px;
		width: 48%;
		margin-right: 4%;
	}
	#content .right-box .product li:nth-child(3n) {
		margin-right: 4%;
	}
	#content .right-box .product li:nth-child(2n) {
		margin-right: 0;
	}
	#content .right-box .product li section {
		padding: 8px 0;
	}
	#content .right-box .product li h5 {
	  font-size: 15px;
	}
	#content .honor-list li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}
	#content .honor-list li:nth-child(4n) {
		margin-right: 4%;
	}
	#content .honor-list li:nth-child(2n) {
		margin-right: 0;
	}
	#content .honor-list .pic {
		padding: 25px 25px 10px;
	}
	#content .honor-list li p {
		height: 42px;
		line-height: 42px;
	}
	#content .right-box .news-list li {
		padding: 10px;
		margin-bottom: 15px;
	}
	#content .right-box .news-list li time {
		height: 33px;
		line-height: 33px;
		padding: 0 10px;
	}
	#content .right-box .news-list li time:after {
		border-left: 6px solid #202020;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		margin-top: -8px;
	}
	#content .right-box .news-list li section {
		width: 75%;
	}
	#content .right-box .news-list li h5 {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	#content .right-box .news-list li a.btn {
		padding: 6px 15px;
		margin-top: 10px;
	}
	#content .right-box .download-list {
		margin-bottom: 15px;
	}
	#content .right-box .download-list li {
		padding: 15px 0;
		width: 50%;
	}
	#content .right-box .download-list li h5 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	#content .right-box .download-list li a.btn {
		padding: 9px 20px;
		width: 100px;
		margin-top: 18px;
	}
	#content .right-box .news-detial .section {
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	#content .right-box .news-detial .section h4 {
		font-size: 19px;
		margin-bottom: 12px;
	} 
	#content .right-box .news-detial .section small {
		padding: 10px 0;
		margin-bottom: 12px;
	}
	#content .right-box .news-detial .section .img {
		margin-bottom: 12px;
	}
	#content .right-box .news-detial .section p {
		margin-bottom: 20px;
	}
}
@media (max-width: 479px) {
	body {
		font-size: 12px;
	}
	#header .logo img {
		height: 45px;
	}
	#header .head-nav .button-bar {
		margin-top: 25px;
	}
	.home-box {
		padding: 20px 0;
	}
	.home-title {
		margin-bottom: 15px;
	}
	.home-title h3 {
	    font-size: 21px;
	    margin-bottom: 5px;
	}
	.home-title h4 {
	  	font-size: 15px;
	}
	.home-title h4 span {
		padding: 0 20px;
	}
	#home-one .pro-tab .tab-ul li {
		float: left;
		width: 49%;
		margin: 0 2% 0 0;
		margin-bottom: 5px;
	}
	#home-one .pro-tab .tab-ul li:nth-child(2n) {
		margin-right: 0;
	}
	#home-one .pro-tab .tab-ul li a {
		font-size: 13px;
	}
	#home-one .pro-tab .tab-cont .swiper-slide li section:after {
		width: 22px;
		margin-left: -11px;
	}
	#home-one .pro-tab .tab-cont .swiper-slide li h5 {
	  font-size: 13px;
	}
	#home-two .solution li {
		width: 100%;
	}
	#home-two .solution li section {
		padding: 25px 10px 0;
	}
	#home-two .solution li section h5 {
		font-size: 14px;
	  	margin-bottom: 12px;
	}
	#home-two .solution li section h5:after {
		width: 24px;
		bottom: -5px;
		margin-left: -12px;
	}
	#home-two .solution li section p {
		color: rgb(102, 102, 102);
		line-height: 1.6;
		height: 4.8em;
	}
	#home-two .solution li section a.btn {
	  	padding: 3px 15px;
	  	margin-top: 10px;
	}
	#home-two .solution li .title hgroup {
		width: 160px;
		padding: 8px 0;
	}
	#home-two .solution li .title h4 {
		font-size: 15px;
	}
	#home-four .customer li {
		width: 100%;
		margin-right: 0%;
		margin-top: 10px;
	}
	#home-four .customer li .top {
		padding: 6px;
	}
	#home-four .customer li .pic .over img {
		width: 90px;
	}
	#home-four .customer li p {
		font-size: 13px;
		margin-top: 10px;
	}
	#home-five .left .caption hgroup {
		padding: 20px 0 15px;
	}
	#home-five .left .caption h3 {
		font-size: 20px;
	}
	#home-five .left .caption hgroup h4 {
		font-size: 16px;
	}
	#home-five .left .caption hgroup h4:after {
		width: 40px;
		margin-left: -20px;
	}
	#home-five .left .caption section h4 {
		font-size: 15px;
	}
	#home-five .left .section h4 {
		font-size: 14px;
	}
	#home-five .right .pic {
		padding: 15px;
	}
	#home-five .right p {
		height: 30px;
		line-height: 30px;
		font-size: 13px;
	}
	#home-five .right  .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 33px;
	}
	#home-five .right .swiper-pagination-bullet {
		width: 7px;
		height: 7px;
	}
	#home-six .left {
		width: 100%;
	}
	#home-six .top {
		margin-bottom: 12px;
	}
	#home-six .top ul li a {
		padding: 0 12px 8px;
		font-size: 15px;
	}
	#home-six .top a.more {
		margin-top: 3px;
	}
	#home-six .left .tab-box dt {
		width: 100%;
		margin-bottom: 10px;
	}
	#home-six .left .tab-box dt p {
		padding: 0 12px;
		height: 35px;
		line-height: 35px;
		font-size: 13px;
	}
	#home-six .left .tab-box dd {
		width: 100%;
	}
	#home-six .left .tab-box dd li h5 {
		font-size: 13px;
		margin-bottom: 5px;
	}
	#home-six .left .tab-box dd li {
		padding: 6px;
	}
	#home-six .right {
		width: 100%;
		margin-top: 15px;
	}
	#home-six .right .list li h5 {
		height: 30px;
		line-height: 30px;
		padding: 0 10px 0 40px;
		font-size: 13px;
	}
	#home-six .right .list li p {
		padding: 5px 10px 10px 40px;
	}
	#footer .foot-top {
		padding-top: 15px;
	}
	#footer .foot-top dl {
		float: left;
		width: 25%;
	}
	#footer .foot-top dl dt {
		font-size: 14px;
		margin-bottom: 6px;
	}
	#footer .foot-top .last {
		float: left;
		margin-top: 10px;
	}
	#footer .foot-top .last .tel h5 {
		font-size: 13px;
	}
	#footer .foot-top .last .tel span {
		margin: 8px 0 10px;
	}
	#footer .foot-top .last .tel i {
		font-size: 19px;
	}
	#footer .foot-top .last .code {
		width: 70px;
		margin-left: 15px;
	}
	#footer .foot-top .link {
		padding: 10px 0;
		margin-top: 15px;
	}
	#footer .foot-top .link span {
		font-size: 13px;	
	}
	#footer .foot-bottom {
		padding: 10px 0;
	}
	#content {
		padding: 12px 0 20px;
	}
	#content .top-info {
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	#content .top-info .title span {
		font-size: 20px;
	}
	#content .top-info .title {
	    font-size: 16px;
	}
	#content .left-box {
		width: 100%;
		margin-bottom: 10px;
	}
	#content .left-box .down-link dt {
		padding: 0 15px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	#content .left-box .down-link dd ul {
		padding: 12px 0;
	}
	#content .left-box .down-link dd li {
		padding: 0 20px;
	}
	#content .left-box .solve {
		margin: 10px 0;
	}
	#content .left-box .solve .over {
		bottom: 15px;
		padding: 0 15px 0 0;
	}
	#content .left-box .solve .over span {
		margin-right: 20px;
	}
	#content .left-box .tel {
		padding: 10px 0 10px 10px;
	}
	#content .left-box .tel dt {
		width: 35px;
		margin-right: 5px;
	}
	#content .left-box .tel dd span {
		font-size: 14px;
	}
	#content .left-box .code {
		padding: 10px;
	}
	#content .left-box .code .wx {
		width: 70px;
	}
	#content .left-box .code img {
		margin-bottom: 6px;
	}
	#content .right-box {
		width: 100%;
	}
	#content .right-box .product li {
		margin-bottom: 20px;
		width: 100%;
		margin-right: 0;
	}
	#content .right-box .product li section {
		padding: 8px 0;
	}
	#content .right-box .product li h5 {
	  font-size: 14px;
	}
	.page-nav ul li a {
		padding: 3px 8px;
		margin-bottom: 5px;
	}
	.page-nav select {
		height: 24px;
	}
	#content .right-box .product-detial .pic-detial {
		margin-bottom: 15px;
	}
	#content .right-box .product-detial .pic-detial .left-pic {
		width: 100%;
		margin-bottom: 10px;
	}
	#content .right-box .product-detial .pic-detial .right-info {
		font-size: 13px;
		width: 100%;
	}
	#content .right-box .product-detial .pic-detial .right-info dt {
		margin-bottom: 0;
	}
	#content .right-box .product-detial .pic-detial .right-info dt span {
		font-size: 18px;
	}
	#content .right-box .product-detial .pic-detial .right-info dd {
		padding: 10px 0;
	}
	#content .right-box .product-detial .tab-ul li a {
		padding: 8px 35px;
		font-size: 13px;
	}
	#content .right-box .product-detial .tab-box {
		padding-top: 15px;
	}
	#content .right-box .product-detial .tab-box h4 {
		font-size: 15px;
		margin-bottom: 12px;
	}
	#content .right-box .product-detial .swiper-slide {
	    width: auto;
	}
	#content .right-box .product-detial td {
		padding: 10px;
	}
	#content .right-box .product-detial tr td:first-child {
		width: 140px;
	}
	#content .right-box .product-detial td img {
		width: 120px;
		margin-right: 10px;
	}
	#content .right-box .product-detial dl {
		margin-top: 15px;
	}
	#content .right-box .product-detial dl dt {
		font-size: 13px;
		margin-bottom: 5px;
	}
	#content .right-box .solve-list li {
		margin-bottom: 10px;
	}
	#content .right-box .solve-list li dd {
		padding: 10px;
	}
	#content .right-box .solve-list li dd h5 {
		font-size: 14px;
		margin-bottom: 15px;
	}
	#content .right-box .solve-list li dd h5:after {
		bottom: -8px;
	}
	#content .right-box .solve-list li dd a.btn {
		padding: 5px 15px;
	}
	#content .honor-list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	#content .honor-list .pic {
		padding: 15px 15px 10px;
	}
	#content .honor-list li p {
		height: 38px;
		line-height: 38px;
	}
	#content .right-box .news-list li {
		padding: 10px;
		margin-bottom: 10px;
	}
	#content .right-box .news-list li time {
		height: 33px;
		line-height: 33px;
		padding: 0 10px;
		float: none;
		margin-bottom: 8px;
	}
	#content .right-box .news-list li time:after {
		display: none;
	}
	#content .right-box .news-list li section {
		width: 100%;
	}
	#content .right-box .news-list li h5 {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 5px;
	}
	#content .right-box .news-list li a.btn {
		padding: 6px 12px;
		margin-top: 10px;
	}
	#content .testimonials .client-list li {
		margin-bottom: 10px;
	}
	#content .testimonials .client-list li dt {
		width: 60%;
		margin-right: 0;
		margin: 0 auto !important;
		float: none;
	}
	#content .testimonials .client-list li dt .pic .over img {
		width: 60px;
	}
	#content .testimonials .client-list li dd {
		width: 100%;
		float: left;
	}
	#content .testimonials .client-list li dd h5 {
		font-size: 14px;
		margin: 10px 0 6px;
	}
	#content .contact-us .contact-left  {
		margin-bottom: 10px;
	}
	#content .contact-us .contact-left .img {
		margin-bottom: 10px;
	}
	#content .contact-us .contact-left section {
		margin-bottom: 10px;
	}
	#content .contact-us .contact-left h5 {
		font-size: 13px;
	}
	#content .contact-us .contact-left section p {
		margin-bottom: 10px;
	}
	#content .contact-us .contact-right .tit {
		margin: 10px 0;
	}
	#content .contact-us .contact-right .tit h4 {
		font-size: 24px;
	}
	#content .contact-us .contact-right .tit h5 {
		font-size: 18px;
	}
	#content .contact-us .contact-right .address {
		padding: 8px 0 8px 10px;
	}
	#content .contact-us .contact-right .contact-way {
		margin-top: 15px;
	}
	#content .contact-us .contact-right .contact-way h5 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	#content .contact-us .contact-right .contact-way dt {
		width: 75px;
	}
	#content .right-box .download-list {
		margin-bottom: 15px;
	}
	#content .right-box .download-list li {
		padding: 15px 0;
		width: 100%;
	}
	#content .right-box .download-list li h5 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	#content .right-box .download-list li a.btn {
		padding: 9px 20px;
		width: 100px;
		margin-top: 18px;
	}
	#content .right-box .news-detial .section {
		padding-bottom: 10px;
		margin-bottom: 12px;
	}
	#content .right-box .news-detial .section h4 {
		font-size: 16px;
		margin-bottom: 10px;
	} 
	#content .right-box .news-detial .section small {
		padding: 10px 0;
		margin-bottom: 10px;
	}
	#content .right-box .news-detial .section .img {
		margin-bottom: 10px;
	}
	#content .right-box .news-detial .section p {
		margin-bottom: 15px;
	}
}

.khmore { padding:30px 0px; text-align:center}
.khmore a{background: #202020 repeat-x;
	display: inline-block;
	padding: 8px 10px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer}