﻿@charset "utf-8";
@font-face{
	font-family:'foundrygridnikw';
	src:url('Gridnik.ttf') format('truetype');
}
body {
	   font: 14px/1.8 "微软雅黑","Hiragino Sans GB","冬青黑体",tahoma,"times new roman",helvetica,arial;
	font-size: 14px;
	background: #fff;
}
body,h2,ul,p,dl,h4,h5,h3,dl,dt,dd,h6 {
	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;
}
i,em {
	font-style: normal;
}
img{ 
	border: none;
	vertical-align: middle;
	width: auto;
	max-width: 100%;
}
input,
button,
textarea,
select {
	outline: none;
	background: transparent;
	border: none;
	padding: 0;
	font: 14px/1.8 "微软正黑体","Microsoft JhengHei","Microsoft Yahei","微软雅黑","Hiragino Sans GB","冬青黑体",tahoma,"times new roman",helvetica,arial;
}
input[type="text"] {
	-webkit-appearance: none;
}
button,
select {
	cursor: pointer;
}
video {
	width: 100%;
	vertical-align: margin-top;
}
a.mao {
	visibility: hidden;
	width: 0;
	height: 0;
}
#alink {
	display: block;
	/*width: 0;
	height: 0;
	visibility: hidden;*/
	background: #000;
	height: 10px;
}
.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;
}
.pic {
	overflow: hidden;
}
.pic img {
	width: 100%;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	opacity: 1;
	filter: alpha(opacity=100);
}
li:hover .pic img,
a:hover .pic img,
.pic: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;
	opacity: .7;
	filter: alpha(opacity=70);
}
/*header*/
#header {
	position: relative;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	background: #465069;
	border-bottom: 5px solid #e08632;
}
#header.index-head {
	position: fixed;
}
#header.fixed {
	background: rgba(70,80,105,.8);
	position: fixed;
}
#header.fixed .head-nav {
	height: 65px;
	line-height: 65px;
}
#header .head-nav {
	position: relative;
	z-index: 1000;
	height: 88px;
	line-height: 88px;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
#header .logo {
	float: left;
	font-size: 0;
	height: 100%;
	margin-left: 35px;
}
#header .logo a {
	display: block;
	font-size: 0;
}
#header .logo img {
	height: 42px;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
#header.fixed .head-nav .logo img {
	height: 35px;
}
#header .nav {
	float: right;
	height: 100%;
}
#header .nav .navbar {
	float: left;
	height: 100%;
}
#header .nav .navbar > li {
	height: 100%;
	float: left;
	color: #000;
	margin-right: 65px;
}
#header .nav .navbar > li:last-child {
	margin-right: 0;
}
#header .nav .navbar > li > a {
	color: #fff;
	display: block;
	height: 100%;
	font-size: 16px;
}
#header .nav .navbar > li.active > a,
#header .nav .navbar > li:hover > a {
	color: #bbb;
}
#header .nav .navbar > li .dropdown {
	border-top: 5px solid #e08632;
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	z-index: 999;
	text-align: center;
	background:rgba(255,255,255,0.9);
	padding: 35px 0;
	color: #545454;
	text-align: left;
}
#header .nav .navbar > li .dropdown .info {
	float: left;
	width: 480px;
	color: rgb(84, 84, 84);
	text-align: left;
}
#header .nav .navbar > li .dropdown .info h4 {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 8px;
}
#header .nav .navbar > li .dropdown .info p {
	line-height: 2;
}
#header .nav .navbar > li .dropdown .info a {
	color: rgb(84, 84, 84);
	margin-top: 40px;
}
#header .nav .navbar > li .dropdown .info a:hover {
	text-decoration: underline;
	color: #4c5e7b;
}
#header .nav .navbar > li .dropdown ul {
	float: left;
	margin-left: 50px;
	line-height: 1;
}
#header .nav .navbar > li .dropdown ul li {
	margin-bottom: 10px;
}
#header .nav .navbar > li .dropdown ul li i {
	margin-right: 5px;
}
#header .nav .navbar > li .dropdown ul a {
	font-size: 16px;
	color: rgb(84, 84, 84);
}
#header .nav .navbar > li .dropdown ul li:hover a {
	color: #e08632;
}
#header .nav .navbar > li .dropdown .container {
	position: relative;
}
#header .nav .navbar > li .dropdown .logos {
	float: right;
	font-size: 0;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#header .nav .navbar > li .dropdown .logos a {
	display: table-cell;
	vertical-align: middle;
}
#header .nav .navbar > li .dropdown .logos img {
	height: 42px;
}
#header .head-nav .button-bar {
	float: right;
	margin-top: 18px;
	display: none;
}
#header .head-nav .button-bar span {
	display: block;
	width: 22px;
	height: 1px;
	background: #fff;
	margin-bottom: 6px;
}
#header .head-nav .button-bar span:last-child {
	margin: 0;
}
#header .nav .head-form {
	float: right;
	height: 100%;
	color: #fff;
	font-size: 20px;
	margin-left: 50px;
	position: relative;
	padding: 0 30px;
	background: #505b76;
}
#header.fixed .nav .head-form {
	background: rgba(80,91,118,.2);
}
#header .nav .head-form .search-btn {
	cursor: pointer;
	font-size: 0;
	width: 18px;
	font-size: 18px;
}
#header .nav .head-form .search-btn img {
	width: 18px;
	margin-top: -2px;
}
#header .nav .head-form .search-btn i {
	font-size: 18px;
	display: none;
}
#header .nav .head-form form {
	position: absolute;
	height: 100%;
	right: 100%;
	top: 0;
	z-index: 1001;
	width: 1070px;
	display: none;
	background: transparent;
}
#header .nav .head-form form input {
	display: block;
	width: 100%;
	color: #fff;
	height: 100%;
	font-size: 16px;
	padding-left: 8px;
}
#header .nav .head-form form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #fff; opacity:1; 
}

#header .nav .head-form form input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;opacity:1;
}

#header .nav .head-form form input:-ms-input-placeholder{
    color: #fff;opacity:1;
}

#header .nav .head-form form input::-webkit-input-placeholder{
    color: #fff;opacity:1;
}
#header .nav .lang {
	cursor: pointer;
	float: right;
	margin-left: 135px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
#header .nav .lang a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	background: #505b76;
	margin-top: 27px;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	margin-left: 8px;
}
#header.fixed .nav .lang a {
	margin-top: 17px;
}
#header .nav .lang a:first-child {
	margin-left: 13px;
}
#header .nav .lang a:hover {
	color: #505b76;
	background: #fff;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
/*banner*/
#banner {
	position: relative;
	z-index: 1;
	overflow: hidden;
	color: #fff;
}
#banner video {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#banner > img {
	width: 100%;
	display: none;
}
#banner .article {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9;
	left: 0;
	top: 0;
	text-align: center;
	background: rgba(0,0,0,.2);
}
#banner .article section {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.swiper-container img {
	width: 100%;
}
#banner .article section h2 {
	font-size: 48px;
	font-family: 'foundrygridnikw';
	text-transform: uppercase;
}
#banner .article section h3 {
	font-size: 36px;
}
.top-tit {
	margin-bottom: 30px;
	text-align: center;
}
.top-tit h3 {
	color: #373737;
	font-size: 28px;
}
.can-help {
	padding: 30px 0 60px;
}
.can-help dd {
	position: relative;
	top: -50px;
	background: #fff;
	width: 90%;
	left: 5%;
	border-top: 4px solid #e08632;
	padding: 15px;
}
.can-help h5 {
	font-size: 20px;
    color: #373737;
    display: inline;
    margin-bottom: 10px;
}
.can-help p {
	color: #656565;
    margin-top:10px;
	line-height: 1.8;
}
.start-time .swiper-container,.pro-swiper  {
	padding-bottom: 50px;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
	top: auto;
	bottom: 0;
	left: 50%;
	margin: 0;
	width: 29px;
	height: 29px;
	background: url(../images/left.png) no-repeat center center;
	background-size: 100% 100%;
	margin-left: -34px;
}
.swiper-container .swiper-button-next {
	background: url(../images/right.png) no-repeat center center;
	background-size: 100% 100%;
	margin-left: 5px;
}
.start-time {
	background: #f7f6f6;
	padding: 35px 0 30px;
}
.start-time .time {
	width: 100px;
	height: 100px;
	line-height: 84px;
	text-align: center;
	border-radius: 50%;
	background: #c7c7c7;
	color: #a1a1a1;
	padding: 8px;
	font-size: 20px;
	font-family: 'foundrygridnikw';
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.start-time .time time {
	display: block;
	border-radius: 50%;
	background: #fff;
	width: 100%;
	height: 100%;
}
.start-time .gallery-thumbs .swiper-slide {
	position: relative;
	cursor: pointer;
}
.start-time .gallery-thumbs .swiper-slide:hover .time,
.start-time .gallery-thumbs .swiper-slide-active .time {
	background: #e08632;
	color: #e08632;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.start-time .gallery-thumbs .swiper-slide:hover .time {
	font-size: 28px;
    font-weight:bold;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.start-time .gallery-thumbs .swiper-slide .ico {
	position: absolute;
	z-index: 9;
	right: 0;
	top: 0;
}
.start-time .gallery-thumbs .swiper-slide .ico img {
	width: 24px;
}
.gallery-top {
	border-top: 1px solid #e5e5e5;
	margin-top: 20px;
}
.start-time .swiper-container.gallery-top {
	padding-bottom: 0;
}
.gallery-top .swiper-slide {
	padding-top: 18px;
	color: #717171;
} 
.welcome {
	padding: 75px 0;
}
.welcome .article {
	float: left;
	width: 49.5%;
	color: #6c6b6b;
}
.welcome .article h4 {
	color: #373737;
	font-size: 26px;
}
.welcome .article p {
	line-height: 1.8;
	margin-top: 25px;
}
.welcome .article a.btn {
	display: block;
	margin-top: 10px;
	color: #fff;
	text-align: center;
	background: #e08632;
	width: 135px;
	padding: 11px 0;
	border: 1px solid #e08632;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.welcome .article a.btn:hover {
	background: #fff;
	color: #e08632;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.welcome .right-pic {
	float: right;
	width: 44.5%;
}
.welcome .right-pic li {
	float: left;
	width: 61%;
	margin-bottom: 14px;
}
.welcome .right-pic li:nth-child(2) {
	float: right;
	width: 35%;
}
.welcome .right-pic li:nth-child(3) {
	width: 73%;
	float: right;
	margin-bottom: 0;
}
.welcome .right-pic li:nth-child(1) {
	padding-top: 75px;
}
.welcome .right-pic li img {
	width: 100%;
}
.top-tit p {
	color: #6c6b6b;
	line-height: 1.8;
	margin-top: 10px;
}
.our-product {
	padding: 50px 0;
	background: url(../images/bg.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.our-product .swiper-slide {
	overflow: hidden;
}
.our-product .swiper-slide a {
	display: block;
}
.our-product .swiper-slide dd {
	border: 1px solid #ddd;
	background: #fff;
	padding: 13px 10px 20px;
	color: #868686;
}
.our-product .swiper-slide dd h5 {
	font-size: 17px;
	color: #4c5e7b;
     text-align:center;
}
.our-product .swiper-slide dd p {
	/*margin-top: 10px;*/
	line-height: 1.6;
	/*height: 6.4em;*/
	overflow: hidden;
}
.home-news {
	padding: 40px 0 50px;
}
.home-news h4 {
	color: #373737;
	font-size: 28px;
	margin-bottom: 25px;
}
.home-news .md-news {
	float: left;
	width: 48.7%;
}
.home-news .md-news dl {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.home-news .md-news dl:last-child {
	margin-bottom: 0;
}
.home-news .md-news dl dt {
	float: left;
	width: 190px;
}
.home-news .md-news dl dd {
	float: right;
	width: 64%;
	color: #706f6d;
}
.home-news .md-news dl dd .top time {
	display: block;
	float: left;
	margin-right: 10px;
	color: #fff;
	font-family: 'foundrygridnikw';
	background: #e08632;
	width: 48px;
	height: 48px;
	line-height: 1.3;
	text-align: center;
	padding-top: 7px;
}
.home-news .md-news dl dd .top time span {
	display: block;
}
.home-news .md-news dl dd .top .tit {
	float: left;
	width: 83%;
	line-height: 1.5;
	color: #999;
}
.home-news .md-news dl dd .top .tit h5 {
	font-size: 16px;
	color: #373737;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.home-news .md-news dl dd p {
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
.home-news .md-news dl dd a {
	color: #706f6d;
}
.home-news .md-news dl dd a:hover {
	text-decoration: underline;
	color: #e08632;
}
.home-news .hy-news {
	float: right;
	width: 49.5%;
}
.home-news .hy-news li {
	float: left;
	width: 100%;
	height: 52px;
	line-height: 50px;
	border: 1px solid #e1dedf;
	padding: 0 18px;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	margin-bottom: 12px;
}
.home-news .hy-news li:last-child {
	margin-bottom: 0;
}
.home-news .hy-news li img {
	float: left;
	width: 23px;
	margin-right: 22px;
	margin-top: 13px;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.home-news .hy-news li a {
	color: #888786;
	display: block;
	width: 90%;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.home-news .hy-news li:hover {
	border-color: #e08632; 
}
.home-news .hy-news li:hover img {
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.home-news .hy-news li:hover a {
	color: #e08632;
}
/*footer*/
.foot-pc {
	border-top: 8px solid #e08632;
	background: #465069;
	color: #fff;
	overflow: hidden;
}
.foot-top {
	padding: 35px 0 45px;
}
.foot-top a {
	color: #fff;
}
.foot-top a:hover {
	text-decoration: underline;
}
.foot-top dl {
	float: left;
	margin-left: 140px;
}
.foot-top dl dt {
	font-size: 16px;
	margin-bottom: 15px;
}
.foot-top dl:nth-child(1) {
	width: 270px;
	margin-left: 0;
}
.foot-top dl li {
	float: left;
	width: 50%;
	margin-bottom: 8px;
}
.foot-top dl li:nth-child(5) {
	width: 100%;
}
.foot-top dl li i {
	margin-right: 3px;
}
.foot-top dl:nth-child(2) dd {
	margin-bottom: 8px;
}
.foot-top .map {
	float: right;
	position: relative;
	width: 350px;
}
.foot-top .map > img {
	width: 100%;
}
.foot-top .map .tc {
	position: absolute;
	right: 10px;
	top: 40%;
}
.foot-top .map .tc img {
	width: 17px;
	margin-right: 5px;
}
.foot-bottom {
	border-top: 1px solid #56617c;
	height: 80px;
	line-height: 80px; 
}
.foot-bottom p {
	float: left;
}
.foot-bottom p img {
	margin-left: 10px;
}
.foot-bottom .select {
	margin-top: 22px;
	float: right;
	width: 190px;
	height:36px;
	line-height: 36px;
	box-sizing: content-box;
	border: 1px solid #56617c;
	color: #56617c;
	position: relative;
	cursor: pointer;
}
.foot-bottom .select span {
	display: block;
	padding: 0 6px;
}
.foot-bottom .select span i {
	float: right;
	margin-top: 11px;
}
.foot-bottom .select ul {
	position: absolute;
	z-index: 10;
	width: 100%;
	bottom: 100%;
	left: -1px;
	background: #465069;
	border: 1px solid #56617c;
	box-sizing: content-box;
	display: none;
}
.foot-bottom .select ul a {
	display: block;
	padding: 0 6px;
	color: #56617c;
	height: 35px;
	line-height: 35px;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.foot-bottom .select:hover {
	color: #fff;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.foot-bottom .select:hover span i {
	transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
} 
.foot-bottom .select:hover ul {
	display: block;
}
.foot-bottom .select ul li:hover a {
	color: #fff;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}











.remodal {
	margin-bottom: 0;
	padding: 30px 40px;
	box-shadow: 0 0 2px 1px #ddd;
	text-align: left;
	color: #808080;
}
.remodal-overlay {
	background: rgba(255,255,255,.7);
}
.remodal-close {
	width: 30px;
	height: 30px;
	top: 15px;
	left: auto;
	right: 30px;
	background: url(../images/close.png) no-repeat left top;
	background-size: 100%;
}
.remodal-close:before {
	display: none;
}
.remodal h4 {
	font-size: 16px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 15px;
	color: #333;
}
.pic-moadl {
	border-radius: 0 !important;
	padding-top: 55px !important;
	padding-bottom: 50px !important;
	max-width: 80% !important;
	min-width: 1170px;
	text-align: center;
}
.video-modal {
	padding: 40px;
}
.video-modal  .remodal-close {
	right: 10px;
	top: 10px;
}
.lightboxOverlay {
    background: rgba(255,255,255,.86);
}
.lb-data .lb-close {
    width: 36px;
    height: 36px;
    opacity: 1;
    background-size: 100% auto;
    position: fixed;
    top: 20px;
    right: 20px;
}

/*手机底部*/
.mobile-foot {
	background: #465069;
	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: #465069;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
/*gotop*/
.cbbfixed {position: fixed;right:0;transition: bottom ease .3s;bottom: 52px;z-index: 3;cursor:pointer;bottom: 20px;display: none;}
.cbbfixed .cbbtn {width: 40px;height: 40px;display: block;background: #e08632;}
.cbbfixed .gotop {transition: background-color ease .3s;margin-top: 1px;}
.cbbfixed .gotop .up-icon{float:left;margin:14px 0 0 9px;width:23px;height:12px;background: url(../images/side-icon02.png);}
.cbbfixed .gotop:hover {background-color:rgba(224,134,50,.5);}
.cbbfixed .weixin {background: #dadbdd;}
.cbbfixed .weixin div {background: url(../images/code.jpg) no-repeat left top;width: 150px;height: 150px;position: absolute;left: -150px;top: -69px;opacity: 0;transform: scale(0);    -webkit-transform: scale(0);transition: transform ease .3s,opacity ease .3s;-webkit-transition: all ease .3s;display:none;background-size: cover;}
.cbbfixed .weixin:hover div {display: block;transform: scale(1);-webkit-transform: scale(1);opacity: 1;*display:block;}
.cbbfixed .weixin .weixin-icon{float: left;margin:12px 0 0 11px;width:18px;height: 18px; background: url(../images/side-icon01.png);}
/*关于我们*/
#banner-pic img {
	width: 100%;
}
.located {
	background: #f5f5f5;
	height: 100px;
	line-height: 100px;
	border-bottom: 1px solid #e6e9e8; 
	overflow: hidden;
}
.located i {
	color: #e08632;
	font-size: 22px;
	position: relative;
	top: 1px;
	margin-right: 15px;
}
.located a {
	color: #e08632;
}
.located a span {
	margin-left: 3px;
}
.located a:nth-of-type(1) {
	margin-right: 70px;
	position: relative;
}
.located a:nth-of-type(1):after {
	content: '';
	right: -30px;
	top: -50px;
	position: absolute;
	width: 1px;
	height: 130px;
	transform:rotateZ(16deg);
	-o-transform:rotateZ(16deg);
	-moz-transform:rotateZ(16deg);
	-ms-transform:rotateZ(16deg);
	-webkit-transform:rotateZ(16deg);
	background: #cfd7da;
	z-index: 9;
}
.located a:hover {
	color: #666;
}
.about-page {
	padding: 30px 0 55px;
}
.about-page .article .pic {
	position: relative;
}
.about-page .article .pic .start {
	text-align: center;
	position: absolute;
	z-index: 99;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.about-page .article .pic .start img {
	width: 47px;
}
.about-page .article p {
	color: rgb(116, 116, 116);
	line-height: 2;
	margin-top: 20px;
	text-indent: 2em;
}
.about-page .about-list {
	margin-top: 20px;
}
.about-page .about-list li {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-top: 20px;
}
.about-page .about-list li:nth-child(2n) {
	margin-right: 0;
}
.about-page .about-list li h5 {
	font-size: 20px;
	color: rgb(55, 55, 55);
	text-transform: uppercase;
	line-height: 1.5;
	text-align: center;
	display: inline-block;
	width: 125px;
	border-bottom: 1px solid #e08632;
	margin-bottom: 10px;
}
/*服务项目*/
.service-page {
	padding: 40px 0 70px;
}
.service-page .fw-list li {
	margin-bottom: 30px;
}
.service-page .fw-list li:last-child {
	margin-bottom: 0;
}
.text-tit {
	margin-bottom: 6px;
}
.text-tit h5 {
	display: inline-block;
	font-size: 20px;
	color: rgb(55, 55, 55);
        border-bottom: 1px solid #e08632;
	text-transform: uppercase;
	line-height: 1.9;
	text-align: center;
	position: relative;
	margin-bottom: 6px;
}
.text-tit h5:after {
	content: '';
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.text-tit p {
	color: rgb(102, 101, 101);
	text-transform: uppercase;
	line-height: 1.714;
}
/*服务详情*/
.service-detial {
	padding: 40px 0 70px;
	color: rgb(102, 101, 101);
}
.service-detial img {
	width: 100%;
}
.service-detial .section {
	line-height: 1.7;
}
.service-detial .section p {
	line-height: 1.7;
	margin-top: 20px;
}
.service-detial .lx dl {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-top: 40px;
	background: #f6f6f6;
	color: rgb(102, 101, 101);
	text-transform: uppercase;
	height: 75px;
	line-height: 75px;
	padding: 0 0 0 45px;
}
.service-detial .lx dl dt {
	float: left;
	width: 32px;
	margin-right: 30px;
}
.service-detial .lx dl dt img {
	width: 100%;
}
.service-detial .lx dl:nth-child(2) {
	margin-right: 0;
}
/*产品应用*/
.product-page {
	padding: 30px 0 60px;
}
.cp-swiper {
	position: relative;
}
.cp-swiper .swiper-button-next,
.cp-swiper .swiper-button-prev {
	left: -80px;
	background: url(../images/left_1.png) no-repeat left top;
	background-size: 100%;
	width: 57px;
	height: 57px;
	margin-top: -28px;
}
.cp-swiper .swiper-button-next {
	left: auto;
	right: -80px;
	background: url(../images/right_1.png) no-repeat left top;
	background-size: 100%;
}
.cp-swiper .swiper-slide .bottom {
	padding: 13px 10px 20px;
	border: 1px solid #ddd;
	border-top: none;
}
.cp-swiper .swiper-slide {
	overflow: hidden;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.cp-swiper .swiper-slide h5 {
	font-size: 16px;
    text-align:center;
	color: rgb(76, 94, 123);
	line-height: 1.5;
	/*margin-bottom: 10px;*/
}
.cp-swiper .swiper-slide p {
	color: rgb(134, 134, 134);
	line-height: 1.6;
	/*height: 6.4em;*/
	overflow: hidden;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.cp-swiper .swiper-slide:hover {
	box-shadow: 0 0 4px 4px #eee;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.cp-swiper .swiper-slide:hover p {
	color: rgb(76, 94, 123);
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
/*产品二级*/
.product-second .top {
	border-bottom: 1px solid #ddd;
	padding: 20px 0 35px;
}
.product-second .top h5 {
	font-size: 16px;
	color: rgb(224, 134, 50);
	line-height: 1.5;
	margin-bottom: 8px;
}
.product-second .top p {
	color: rgb(92, 92, 92);
	line-height: 1.6;
}
.product-second .pro-second li {
	float: left;
	width: 23.875%;
	margin-right: 1.5%;
	margin-top: 18px;
}
.product-second .pro-second li:nth-child(4n) {
	margin-right: 0;
}
.product-second .pro-second li p {
	text-align: center;
	color: rgb(84, 83, 83);
	line-height: 1.5;
	padding: 13px 0;
	border: 1px solid #ddd;
	border-top: none;
}
.product-second .pro-second li:hover p {
	color: #fff;
	background: #465069;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	border-color: #465069;
}
.product-second .pro-second li .pic {
	position: relative;
}
.product-second .pro-second li .pic .hover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	background: rgba(0,0,0,.5);
	transform: scale(0) rotateZ(360deg);
	-o-transform: scale(0) rotateZ(360deg);
	-ms-transform: scale(0) rotateZ(360deg);
	-moz-transform: scale(0) rotateZ(360deg);
	-webkit-transform: scale(0) rotateZ(360deg);
	transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.product-second .pro-second li:hover .pic .hover {
	transform: scale(1) rotateZ(0);
	-o-transform: scale(1) rotateZ(0);
	-ms-transform: scale(1) rotateZ(0);
	-moz-transform: scale(1) rotateZ(0);
	-webkit-transform: scale(1) rotateZ(0);
	opacity: 1;
	filter: alpha(opacity=100);
	transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
} 
.product-second .pro-second li .pic .hover img {
	width: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.pages-nav {
	text-align: center;
	padding: 25px 0 60px;
}
.pages-nav li {
	display: inline-block;
	margin: 0 2px;
}
.pages-nav li .page-link{
	display: block;
	font-size: 16px;
	color: rgb(153, 154, 154);
	border: 1px solid #c6c4c4;
	height: 42px;
	line-height: 40px;
	padding: 0 18px;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.pages-nav li:hover .page-link,
.pages-nav li.active .page-link {
	color: #fff;
	background: #e08632;
	border-color: #e08632;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
/*产品详情*/
.pro-detial {
	padding: 26px 0;
}
.pro-detial .pic-detial img {
	max-width: 100%;
	width: auto;
}
.pro-detial .pic-detial .left {
	float: left;
	width: 41%;
}
.pro-detial .pic-detial .right {
	float: right;
	width: 56%;
}
.pro-detial .pic-detial .right h5 {
	font-size: 18px;
	color: rgb(65, 65, 65);
	text-transform: uppercase;
	line-height: 1.333;
	margin-bottom: 15px;
}
.pro-detial .pic-detial .right table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 15px;
}
.pro-detial .pic-detial .right th {
	text-align: center;
	font-weight: normal;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	background: #2d3b50;
	padding: 13px 0;
}
.pro-detial .pic-detial .right td {
	color: rgb(83, 82, 82);
	text-transform: uppercase;
	border: 1px solid #ddd;
	text-align: center;
	padding: 13px 0;
}
.pages {
	padding: 13px 0;
	border-top: 1px dotted #ddd;
	margin-top: 35px;
}
.pages li {
	color: rgb(77, 77, 78);
	text-transform: uppercase;
	line-height: 1.857;
}
.pages li a {
	color: rgb(77, 77, 78);
}
.pages li:hover a {
	color: #e08632;
	text-decoration: underline;
}
/*加入我们*/
.join-us {
	padding: 30px 0 100px;
}
.join-us .use-people {
	margin-bottom: 50px;
}
.join-us .job p {
	color: rgb(87, 86, 86);
	line-height: 2.143;
}
.join-us .job p i {
	color: #e08632;
}
.join-us .job .zp-list li {
	float: left;
	text-align: center;
	width: 250px;
	height: 100px;
	line-height: 90px;
	border: 1px solid #e1dfe0;
	border-radius: 10px;
	margin: 20px 20px 0 0;
}
.join-us .job .zp-list li img {
	max-height: 100%;
	height: auto;
	width: auto;
}
.join-us .job .job-table {
	width: 100%;
	overflow-x: auto;
	margin-top: 20px;
}
.join-us .job .job-table table {
	width: 100%;
	border-collapse: collapse;
}
.join-us .job .job-table th {
	font-weight: normal;
	font-size: 16px;
	color: rgb(110, 110, 110);
	background: #f5f5f5;
	padding: 13px 0;
	border: 1px solid #e1dfe0;
}
.join-us .job .job-table td {
	padding: 8px 0;
	border: 1px solid #e1dfe0;
	color: rgb(110, 110, 110);
	text-align: center;
}
.join-us .job .job-table td a {
	display: inline-block;
	border-radius: 5px;
	color: rgb(110, 110, 110);
	border: 1px solid #ede9ea;
	width: 115px;
	padding: 8px 0;
}
.join-us .job .job-table td a:hover {
	background: #ede9ea;
} 
.job-modal .tit {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 25px;
}
.job-modal h3 {
	margin-bottom: 15px;
	color: #666;
	font-size: 20px;
}
.job-modal .tit small {
	font-size: 14px;
}
.job-modal .tit small span {
	margin-right: 25px;
}
.job-modal .tit small span:last-child {
	margin-right: 0;
}
.job-modal dl {
	margin-top: 22px;
}
.job-modal dl dt {
	margin-bottom: 12px;
}
.job-modal dl dd {
	line-height: 2;
}
.job-modal .mail {
	color: #e08632;
	margin-top: 22px;
}
.job-modal .job-box {
	display: none;
}
/*用人理念*/
.chose-people {
	padding: 45px 0 60px;
}
.chose-people .text-tit {
	text-align: center;
}
.chose-people .chose-list li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-top: 18px;
	border: 1px solid #e9e7e8;
	padding: 15px 15px 20px;
	color: rgb(101, 101, 101);
	text-transform: uppercase;
	line-height: 1.714;
}
.chose-people .chose-list li:hover {
	box-shadow: 0 0 2px 2px #eee;
}
.chose-people .chose-list li:nth-child(1) {
	background: url(../images/xz_1.png) no-repeat 93% 15px;
	background-size: 90px;
} 
.chose-people .chose-list li:nth-child(1) p:nth-child(3) {
	text-indent: 1em;
}
.chose-people .chose-list li:nth-child(1) p:nth-child(6) {
	padding-left: 80px;
}
.chose-people .chose-list li:nth-child(1) p:nth-child(7) {
	padding-left: 150px;
}
.chose-people .chose-list li:nth-child(4) {
	background: url(../images/xz_2.png) no-repeat 93% 88%;
	background-size: 89px;
}
.chose-people .chose-list li:nth-child(9) {
	background: url(../images/xz_3.png) no-repeat 93% 86%;
	background-size: 113px;
}
.chose-people .chose-list li:nth-child(2) dd,
.chose-people .chose-list li:nth-child(3) dd {
	text-indent: 1em;
}
.chose-people .chose-list li:nth-child(3n) {
	margin-right: 0;
}
.chose-people .chose-list li h5 {
	font-size: 14px;
}
.chose-people .chose-list li h4 {
	font-size: 18px;
	margin-top: 26px;
	font-style: italic;
}
.chose-people .chose-list li dd span {
	display: block;
	float: left;
	width: 6em;
}
.chose-people .chose-list li dd i {
	float: left;
	display: block;
	width: 74%;
}
/*联系我们*/
.contact-us .contact-info {
	padding: 35px 0 85px;
	color: #686868;
}
.contact-us .address {
	float: left;
	width: 31%;
}
.contact-us .address li {
	line-height: 2.3;
}
.contact-us .address .code {
	margin-top: 20px;
}
.contact-us .address .code img {
	width: 140px;
}
.contact-us .form {
	float: right;
	width: 62%;
}
.contact-us .form p {
	line-height: 2.3;
}
.contact-us .form .fg {
	float: left;
	width: 48%;
	margin-right: 4%;
}
.contact-us .form .fg:nth-child(2n+1) {
	margin-right: 0;
}
.contact-us .form label {
	display: block;
	line-height: 2.3;
}
.contact-us .form input {
	color: #686868;
	padding-left: 8px;
	border: 1px solid #cdccd2;
	height: 40px;
	line-height: 38px;
	width: 100%;
}
.contact-us .form .tg {
	float: left;
	width: 100%;
}
.contact-us .form .tg textarea {
	float: left;
	border: 1px solid #cdccd2;
	padding: 5px;
	color: #686868;
	width: 92%;
	resize: none;
	height: 95px;
}
.contact-us .form .tg button {
	float: right;
	width: 50px;
	text-align: center;
	color: #fff;
	background: #e08632;
	height: 95px;
	border: 1px solid #e08632;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.contact-us .form .tg button:hover {
	background: #fff;
	color: #e08632;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.map img {
	width: 100%;
}
/*新闻中心*/
.news .news-list li {
	float: left;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
	color: #a5a4a4;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.news .news-list li dt {
	float: left;
	width: 235px;
}
.news .news-list li dd {
	float: right;
	width: 78%;
}
.news .news-list li dd h5 {
	color: #535353;
	font-size: 18px;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .news-list li dd small {
	display: block;
	font-size: 14px;
}
.news .news-list li dd small span {
	margin-right: 8px;
}
.news .news-list li dd small span:last-child {
	margin-right: 0;
}
.news .news-list li dd p {
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 15px;
}
.news .news-list li dd a {
	color: #706f6d;
}
.news .news-list li:hover {
	color: #666;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.news .news-list li:hover dd a {
	text-decoration: underline;
	color: #e08632;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.mail-modal,
.form-modal {
	border-radius: 30px;
	color: #a2a2a2;
	padding-top: 65px;
	padding-bottom: 65px;
}
.form-modal a {
	color: #465069;
}
.form-modal .fg {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #d8d5d5;
	height: 55px;
	line-height: 53px;
	float: left;
	overflow: hidden;
	margin-bottom: 25px;
}
.form-modal .fg input {
	float: left;
	height: 100%;
	color: #a2a2a2;
	padding-left: 10px;
	width: 88%;
}
.form-modal .fg button {
	float: right;
	color: #fff;
	text-align: center;
	width: 70px;
	background: #465069;
	height: 100%;
}
.mail-modal h3 {
	text-align: center;
	color: #757677;
	font-size: 18px;
	margin-bottom: 10px;
}
.mail-modal label {
	display: block;
	color: #b0b0b0;
	line-height: 2.3;
	padding-left: 5px;
}
.mail-modal input {
	height: 55px;
	line-height: 53px;
	color: #b0b0b0;
	padding-left: 10px;
	width: 100%;
	border-radius: 10px;
	border: 1px solid #d8d5d5;
}
.mail-modal form button {
	background: #465069;
	width: 245px;
	height: 55px;
	line-height: 53px;
	border: 1px solid #465069;
	color: #fff;
	font-size: 18px;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	border-radius: 10px;
	margin: 25px auto 0;
	display: block;
}
.mail-modal form button:hover {
	background: #fff;
	color: #465069;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
/*新闻详情*/
.located .top-nav {
	float: right;
}
.located .top-nav li {
	float: left;
	margin-right: 5px;
	padding: 0 20px;
	position: relative;
}
.located .top-nav li:after {
	content: '';
	position: absolute;
	width: 100%;
	bottom: 30px;
	z-index: 9;
	background: #e08632;
	height: 1px;
	left: 0;
	display: none;
}
.located .top-nav li.active:after,
.located .top-nav li:hover:after {
	display: block;
}
.located .top-nav li:last-child {
	margin-right: 0;
}
.located .top-nav a {
	color: #414040;
	font-size: 20px;
	margin: 0;
}
.located .top-nav a:after {
	display: none;
}
.news-detial .title {
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 35px 0 15px;
}
.news-detial .title h3 {
	color: #535353;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}
.news-detial .title small {
	font-size: 14px;
	display: block;
	color: #9a9a9a;
}
.news-detial .title small span {
	margin: 0 5px;
}
.news-detial .article {
	color: #9a9a9a;
}
.news-detial .article p {
	line-height: 2;
	text-indent: 2em;
}
.news-detial .article .img {
	margin: 15px 0 30px;
	text-align: center;
}
.news-detial .article img {
	width: 61%;
}
.news-detial .article .back {
	line-height: 2;
}
.news-detial .article .back a {
	color: #9a9a9a;
	margin-left: 10px;
}
.news-detial .article .back a:hover {
	text-decoration: underline;
	color: #333;
}
/*证书资质*/
.certificate {
	padding-bottom: 80px;
}
.certificate .zs-list li {
	float: left;
	margin-right: 3%;
	width: 22.75%;
	height: 42%;
	margin-top: 30px;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.certificate .zs-list li p{
	white-space: nowrap;  
	overflow:hidden;
	text-overflow:ellipsis; 
}
.certificate .zs-list li:nth-child(4n) {
	margin-right: 0;
}
.certificate .zs-list li:hover {
	box-shadow: 0 0 2px 3px #ccc;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
/*历史*/
.history .start-time {
	background: #fff;
}
.history .start-time .time-slide {
	position: relative;
	padding-bottom: 40px;
}
.history .start-time .gallery-thumbs {
	height: 800px;
	padding-bottom: 0;
}
.history .start-time .time-slide .swiper-slide {
	float: left;
	width: 100%;
	padding: 15px 0 0 15px;
}
.history .start-time .time-slide .swiper-slide .left .time {
	color: #a1a1a1;
}
.history .start-time .time-slide .swiper-slide:hover .left .time {
	transform: scale(1.1);
}
.history .start-time .time-slide .swiper-slide dl {
	float: left;
	width: 100%;
	overflow: hidden;
}
.history .start-time .time-slide .swiper-button-next,
.history .start-time .time-slide .swiper-button-prev {
	top: auto;
    bottom: 0;
    left: 50%;
    margin: 0;
    width: 29px;
    height: 29px;
    background: url(../images/left.png) no-repeat center center;
    background-size: 100% 100%;
    margin-left: -34px;
}
.history .start-time .time-slide .swiper-button-next {
	background: url(../images/right.png) no-repeat center center;
    background-size: 100% 100%;
    margin-left: 5px;
}
.history .start-time .gallery-thumbs .left {
	float: left;
	position: relative;
	width: 120px;
}
.history .start-time .gallery-thumbs .right {
	float: left;
	width: 87%;
	margin-left: 25px;
	border-bottom: 1px solid #e5e5e5;
}
.history .start-time .gallery-thumbs .right dt {
	float: left;
	width: 280px;
	margin-right: 30px;
}
.history .start-time .gallery-thumbs .right dt img {
	width: 100%;
}
.history .start-time .gallery-thumbs .right dd {
	line-height: 1.8;
	color: #91908f;
	height: 130px;
}
.history .start-time .gallery-thumbs .right time {
	color: #e08632;
}
.black .remodal-overlay {
	background: rgba(0,0,0,.7);
}
/*悬浮*/
.suspend {
	position: fixed;
	z-index: 9999;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.suspend li {
	width: 45px;
	height: 45px;
	font-size: 18px;
	text-align: center;
	line-height: 45px;
	background: #465069;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	margin-bottom: 1px;
}
.suspend li:last-child {
	margin-bottom: 0;
}
.suspend li:nth-child(2) {
	font-size: 0;
}
.suspend li a {
	display: block;
        font-size: 16px;
	color: #fff;
	position: relative;
}
.suspend li a .code {
	display: none;
	z-index: 9999;
	width: 120px;
	position: absolute;
	right: 100%;
	bottom: 0;
}
.suspend li a:hover .code {
	display: block;
}
.suspend li a .code img {
	width: 100%;
}
.suspend li:hover {
	background: #e08632;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
/*手机头部*/
.mobile-header {
	display: none;
	position: fixed;
	z-index: 9999;
	width: 100%;
	left: 0;
	top: 0;
	border-bottom: 3px solid #e08632
}
.text-center {
    text-align: center;
}
.top-search-mobile {
    display: none;
    background-color: #fff;
    padding: 20px 0;
    text-align: center;
}
.top-search-mobile .search-box-mobile {
    border: none;
    border-bottom: solid 1px #aeadb3;
    padding: 10px 30px 8px 5px;
    font-size: 14px;
    color: #222d38;
    width: 190px;
    margin-right: 40px;
    background-repeat: no-repeat;
    background-position: 2px center;
    line-height: inherit;
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    user-select: text;
}
.top-search-mobile .btn-small {
    padding: 8px 10px 8px 10px;
    font-size: 14px;
    transition: all .25s ease-out;
    color: #e08632;
    background-color: transparent;
    border-radius: 2px;
    border: solid 1px #e08632;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
.mobile-header-top-row {
    position: relative;
    height: 60px;
    margin-right: 0;
    background: #465069;
}
.mobile-brand {
    width: 225px;
    display: block;
    margin: 0 auto;
}
.mobile-brand img {
    margin-top: 15px;
    width: 100%;
}
.static-left {
    position: absolute;
    left: 15px;
    top: 20px;
    font-size: 0;
}
.search-link-mobile img {
    width: 18px;
}
.static-right {
    position: absolute;
    right: 10px;
    top: 10px;
}
.navbar-toggle {
    margin-right: -10px;
    margin-top: 2px;
    display: block;
        position: relative;
    float: right;
    padding: 9px 10px;
        margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
    width: 22px;
    transition: all .2s;
    display: block;
    height: 2px;
    border-radius: 1px;
    margin-top: 4px;
}
.navbar-toggle .icon-bar:first-child {
	margin-top: 0;
}
.navbar-toggle.open .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    background-color: #fff;
}
.navbar-toggle.open .middle-bar {
    opacity: 0;
}
.navbar-toggle.open .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    background-color: #fff;
}
.mobile-header-menu {
	background: #465069;
	display: none;
	position: fixed;
	z-index: 9999;
	width: 100%;
	left: 0;
	top: 63px;
	overflow: auto;
}
.mobile-header-menu.down {
	top: 140px;
}
.mobiletopmenu > ul > li {
	border-bottom: solid 1px #777;
    position: relative;
    color: #fff;
}
.mobiletopmenu ul li a {
    font-size: 14px;
    color: #fff;
    padding: 10px 15px;
    display: block;
    font-weight: normal;
    transition: all .25s ease-out;
}
.mobiletopmenu ul>li .mobile-sub-menu {
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    top: 12px;
    right: 15px;
    cursor: pointer;
    background-color: transparent;
}
.mobiletopmenu ul>li .mobile-sub-menu:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    content: "";
    position: absolute;
    background-color: #fff;
    transition: transform .25s ease-out;
}
.mobiletopmenu ul>li .mobile-sub-menu:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    content: "";
    position: absolute;
    background-color: #fff;
    transition: transform .25s ease-out;
}
.mobiletopmenu ul>li .mobile-sub-menu.open:before {
    transform: rotate(90deg);
}
.mobiletopmenu ul>li .mobile-sub-menu.open:after {
    transform: rotate(180deg);
}
.mobiletopmenu .mobiletopmenusub {
    display: none;
    transition: all .25s ease-out;
    border-bottom: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    border-top: 1px solid #777;
}
.mobiletopmenu ul li ul li a {
    padding: 6px 20px;
    color: #fff;
    font-size: 14px;
    display: block;
    transition: all .25s ease-out;
}
.top-flags-mobile {
    display: inline-block;
    float: none;
    vertical-align: top;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
}
.top-flags-mobile li {
    float: left;
    margin: 0 5px;
}
.navbar-nav.top-flags-mobile>li>a {
	display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: none;
    border-radius: 50%;
    background: #fff;
    color: #465069;
}
.cp-img {
	text-align: center;
}
@media (min-width: 768px) {
	#header .nav .navbar > li .dropdown {
		visibility: hidden;
		opacity: 0;
		filter: alpha(opacity=0);
		transition: opacity .2s ease .05s;
		-o-transition: opacity .2s ease .05s;
		-moz-transition: opacity .2s ease .05s;
		-webkit-transition: opacity .2s ease .05s;
	}
	#header .nav .navbar > li:hover > .dropdown {
		opacity: 1;
		filter: alpha(opacity=100);
		visibility: visible;
	}
}
@media (min-width: 1250px) and (max-width: 1700px) {
	#header .nav .navbar > li {
		margin-right: 20px;
	}
	#header .nav .head-form {
		margin-left: 10px;
		padding: 0 15px;
	}
	#header .nav .head-form form {
		width: 700px;
	}
	#header .nav .lang {
		margin-left: 30px;
	}
}
@media (min-width: 992px) and (max-width: 1249px) {
	#header .head-nav {
		height: auto;
		line-height: 1;
	}
	#header .logo {
		float: none;
		text-align: center;
		margin-left: 0;
		padding: 15px 0;
	}
	#header .logo a {
		display: inline;
	}
	#header .logo img {
		height: 38px;
	}
	#header .nav {
		float: none;
		height: 50px;
		line-height: 50px;
	}
	#header .nav .navbar {
		float: left;
		height: 100%;
	}
	#header .nav .navbar > li {
		margin-right: 50px;
	}
	#header .nav .navbar > li > a {
		font-size: 15px;	
	}
	#header .nav .navbar > li .dropdown {
		padding: 25px 0;
	}
	#header .nav .navbar > li .dropdown .info {
		width: 420px;
	}
	#header .nav .navbar > li .dropdown .info h4 {
		font-size: 15px;
	}
	#header .nav .navbar > li .dropdown .info a {
		margin-top: 40px;
	}
	#header .nav .navbar > li .dropdown ul {
		margin-left: 30px;
	}
	#header .nav .navbar > li .dropdown ul a {
		font-size: 15px;
	}
	#header .nav .navbar > li .dropdown .logos img {
		height: 38px;
	}
	#header .nav .head-form {
		margin-left: 20px;
		padding: 0 20px;
	}
	#header .nav .head-form form {
		width: 917px;
	}
	#header .nav .head-form form input {
		font-size: 15px;
	}
	#header .nav .lang {
		margin-left:0px;
	}
	#header .nav .lang a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-top: 10px;
	}
	#header .nav .lang a:first-child {
		margin-left: 13px;
	}
}
@media (min-width: 1200px) {
	.container {
	    width: 1170px;
	}
	#banner {
		height: 580px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.container {
	    width: 970px;
	}
	#banner {
		height: 480px;
	}
	#banner .article section h2 {
		font-size: 45px;
	}
	#banner .article section h3 {
		font-size: 33px;
	}
	.top-tit {
		margin-bottom: 25px;
	}
	.top-tit h3 {
		font-size: 24px;
	}
	.can-help {
		padding: 25px 0 50px;
	}
	
	.start-time .swiper-container,.pro-swiper  {
		padding-bottom: 40px;
	}
	.welcome {
		padding: 60px 0;
	}

	.welcome .article h4 {
		font-size: 24px;
	}
	.welcome .right-pic li:nth-child(1) {
		padding-top: 62px;
	}
	.our-product {
		padding: 40px 0;
	}
	.our-product .swiper-slide dd {
		padding: 10px 10px 15px;
	}
	.our-product .swiper-slide dd h5 {
		font-size: 16px;
	}
	.our-product .swiper-slide dd p {
		margin-top: 5px;
	}
	.home-news {
		padding: 30px 0 40px;
	}
	.home-news h4 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.home-news .md-news {
		width: 48.7%;
	}
	.home-news .md-news dl {
		margin-bottom: 30px;
	}
	.home-news .md-news dl dt {
		width: 170px;
	}
	.home-news .md-news dl dd {
		width: 62%;
	}
	.home-news .md-news dl dd .top time {
		margin-right: 10px;
		width: 43px;
		height: 43px;
		padding-top: 4px;
	}
	.home-news .md-news dl dd .top .tit {
		width: 80%;
	}
	.home-news .md-news dl dd .top .tit h5 {
		font-size: 16px;
	}
	.home-news .md-news dl dd p {
		margin-top: 6px;
		margin-bottom: 8px;
	}
	.home-news .hy-news {
		width: 49.5%;
	}
	.home-news .hy-news li {
		height: 47px;
		line-height: 45px;
		padding: 0 15px;
		margin-bottom: 12px;
	}
	.home-news .hy-news li img {
		width: 20px;
		margin-right: 18px;
		margin-top: 12px;
	}
	.home-news .hy-news li a {
		width: 90%;
	}
	.foot-top {
		padding: 25px 0 35px;
	}
	.foot-top dl {
		margin-left: 60px;
	}
	.foot-top dl dt {
		font-size: 15px;
		margin-bottom: 13px;
	}
	.foot-top dl:nth-child(1) {
		width: 240px;
	}
	.foot-top .map {
		width: 320px;
	}
	.foot-top .map .tc {
		right: 10px;
		top: 40%;
	}
	.foot-top .map .tc img {
		width: 17px;
	}
	.foot-bottom {
		height: 70px;
		line-height: 70px; 
	}
	.foot-bottom .select {
		width: 180px;
		height:36px;
		line-height: 36px;
		margin-top: 17px;
	}
	.located {
		height: 90px;
		line-height: 90px;
	}
	.about-page {
		padding: 30px 0 45px;
	}
	.about-page .article .pic .start img {
		width: 42px;
	}
	.about-page .article p {
		margin-top: 18px;
	}
	.about-page .about-list {
		margin-top: 18px;
	}
	.about-page .about-list li {
		margin-top: 18px;
	}
	.about-page .about-list li h5 {
		font-size: 18px;
		width: 120px;
	}
	.service-page {
		padding: 30px 0 60px;
	}
	.service-page .fw-list li {
		margin-bottom: 25px;
	}
	.text-tit h5 {
		font-size: 18px;
		min-width: 110px;
	}
	.text-tit h5:after {
		width: 110px;
	}
	.service-detial {
		padding: 30px 0 60px;
	}
	.service-detial .section p {
		margin-top: 13px;
	}
	.service-detial .lx dl {
		margin-top: 30px;
		height: 65px;
		line-height: 65px;
		padding: 0 0 0 35px;
	}
	.service-detial .lx dl dt {
		width: 30px;
		margin-right: 25px;
	}
	.join-us {
		padding: 25px 0 80px;
	}
	.join-us .use-people {
		margin-bottom: 40px;
	}
	.join-us .job .zp-list li {
		width: 230px;
		height: 90px;
		line-height: 80px;
		margin: 16px 16px 0 0;
	}
	.join-us .job .job-table {
		margin-top: 16px;
	}
	.join-us .job .job-table th {
		font-size: 16px;
		padding: 10px 0;
	}
	.join-us .job .job-table td {
		padding: 6px 0;
	}
	.join-us .job .job-table td a {
		width: 100px;
		padding: 7px 0;
	}
	.job-modal .tit {
		padding-bottom: 20px;
	}
	.job-modal h3 {
		margin-bottom: 13px;
		font-size: 18px;
	}
	.job-modal .tit small {
		font-size: 14px;
	}
	.job-modal .tit small span {
		margin-right: 20px;
	}
	.job-modal dl {
		margin-top: 20px;
	}
	.job-modal dl dt {
		margin-bottom: 10px;
	}
	.job-modal .mail {
		margin-top: 20px;
	}
	.chose-people {
		padding: 35px 0 50px;
	}
	.chose-people .chose-list li:nth-child(1) p:nth-child(6) {
		padding-left: 70px;
	}
	.chose-people .chose-list li:nth-child(1) p:nth-child(7) {
		padding-left: 130px;
	}
	.chose-people .chose-list li dd i {
		width: 69%;
	}
	.contact-us .contact-info {
		padding: 30px 0 70px;
	}
	.contact-us .address .code img {
		width: 130px;
	}
	.contact-us .form .tg textarea {
		width: 90%;
	}
	.news .news-list li dt {
		width: 220px;
	}
	.news .news-list li dd {
		width: 76%;
	}
	.mail-modal,
	.form-modal {
		padding-top: 55px;
		padding-bottom: 55px;
	}
	.located .top-nav a {
		font-size: 18px;
	}
	.news-detial .title {
		padding: 30px 0 10px;
	}
	.news-detial .title h3 {
		font-size: 18px;
		margin-bottom: 8px;
	}
	.news-detial .title small {
		font-size: 14px;
	}
	.news-detial .article .img {
		margin: 13px 0 20px;
	}
	.news-detial .article img {
		width: 61%;
	}
	.news-detial .article .back a {
		margin-left: 6px;
	}
	.certificate {
		padding-bottom: 70px;
	}
	.certificate .zs-list li {
		margin-right: 2%;
		width: 23.5%;
		margin-top: 25px;
	}
	.pic-moadl {
		max-width: 90% !important;
		min-width: 950px !important;
	}
	.history .start-time .gallery-thumbs {
		height: 750px;
		padding-bottom: 0;
	}
	.history .start-time .time-slide .swiper-slide {
		float: left;
		width: 100%;
	}
	.history .start-time .gallery-thumbs .left {
		width: 120px;
	}
	.history .start-time .gallery-thumbs .right {
		width: 84%;
		margin-left: 25px;
		padding-bottom: 15px;
	}
	.history .start-time .gallery-thumbs .right dt {
		width: 250px;
		margin-right: 20px;
	}
	.history .start-time .gallery-thumbs .right dd {
		height: 110px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.container {
	    width: 750px;
	}
	#header .head-nav {
		height: auto;
		line-height: 1;
	}
	#header .logo {
		float: none;
		text-align: center;
		margin-left: 0;
		padding: 13px 0;
	}
	#header .logo a {
		display: inline;
	}
	#header .logo img {
		height: 33px;
	}
	#header .nav {
		float: none;
		height: 45px;
		line-height: 45px;
	}
	#header .nav .navbar {
		float: left;
		height: 100%;
	}
	#header .nav .navbar > li {
		margin-right: 21px;
	}
	#header .nav .navbar > li > a {
		font-size: 14px;	
	}
	#header .nav .navbar > li .dropdown {
		padding: 15px 0;
	}
	#header .nav .navbar > li .dropdown .info {
		width: 300px;
	}
	#header .nav .navbar > li .dropdown .info h4 {
		font-size: 14px;
	}
	#header .nav .navbar > li .dropdown .info p {
		line-height: 1.6;
	}
	#header .nav .navbar > li .dropdown .info a {
		margin-top: 30px;
	}
	#header .nav .navbar > li .dropdown ul {
		margin-left: 30px;
	}
	#header .nav .navbar > li .dropdown ul a {
		font-size: 14px;
	}
	#header .nav .navbar > li .dropdown .logos img {
		height: 33px;
	}
	#header .nav .head-form {
		margin-left: 10px;
		padding: 0 15px;
	}
	#header .nav .head-form form {
		width: 705px;
	}
	#header .nav .head-form form input {
		font-size: 14px;
	}
	#header .nav .lang {
		margin-left: 0px;
	}
	#header .nav .lang a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-top: 7px;
	}
	#header .nav .lang a:first-child {
		margin-left: 13px;
	}
	#banner .article section h2 {
		font-size: 42px;
	}
	#banner .article section h3 {
		font-size: 30px;
	}
	.top-tit {
		margin-bottom: 20px;
	}
	.top-tit h3 {
		font-size: 22px;
	}
	.can-help {
		padding: 20px 0 40px;
	}
	
	.start-time .swiper-container,.pro-swiper  {
		padding-bottom: 40px;
	}
	.swiper-container .swiper-button-next,
	.swiper-container .swiper-button-prev {
		width: 24px;
		height: 24px;
		margin-left: -29px;
	}
	.swiper-container .swiper-button-next {
		margin-left: 5px;
	}
	.start-time {
		padding: 25px 0 20px;
	}
	.start-time .time {
		width: 90px;
		height: 90px;
		line-height: 74px;
		padding: 8px;
		font-size: 19px;
	}
	.start-time .gallery-thumbs .swiper-slide:hover .time {
		font-size: 21px;
	}
	.start-time .gallery-thumbs .swiper-slide .ico img {
		width: 20px;
	}
	.gallery-top {
		margin-top: 15px;
	}
	.gallery-top .swiper-slide {
		padding-top: 15px;
	} 
	.welcome {
		padding: 50px 0;
	}
	.welcome .article {
		width: 53%;
	}
	.welcome .article h4 {
		font-size: 22px;
	}
	.welcome .article p {
		margin-top: 18px;
	}
	.welcome .article a.btn {
		width: 110px;
		padding: 9px 0;
	}
	.welcome .right-pic li {
		margin-bottom: 10px;
	}
	.welcome .right-pic li:nth-child(1) {
		padding-top: 48px;
	}
	.our-product {
		padding: 30px 0;
	}
	.our-product .swiper-slide dd {
		padding: 10px 10px 15px;
	}
	.our-product .swiper-slide dd h5 {
		font-size: 15px;
	}
	.our-product .swiper-slide dd p {
		margin-top: 5px;
	}
	.home-news {
		padding: 25px 0 30px;
	}
	.home-news h4 {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.home-news .md-news {
		width: 48.7%;
	}
	.home-news .md-news dl {
		margin-bottom: 30px;
	}
	.home-news .md-news dl dt {
		width: 150px;
	}
	.home-news .md-news dl dd {
		width: 57%;
	}
	.home-news .md-news dl dd .top time {
		margin-right: 5px;
		width: 43px;
		height: 43px;
		padding-top: 4px;
	}
	.home-news .md-news dl dd .top .tit {
		width: 76%;
	}
	.home-news .md-news dl dd .top .tit h5 {
		font-size: 15px;
	}
	.home-news .md-news dl dd p {
		margin-top: 3px;
		margin-bottom: 3px;
	}
	.home-news .hy-news {
		width: 49.5%;
	}
	.home-news .hy-news li {
		height: 42px;
		line-height: 40px;
		padding: 0 10px;
		margin-bottom: 11px;
	}
	.home-news .hy-news li img {
		width: 18px;
		margin-right: 15px;
		margin-top: 11px;
	}
	.home-news .hy-news li a {
		width: 90%;
	}
	.foot-top {
		padding: 20px 0 30px;
	}
	.foot-top dl {
		margin-left: 20px;
	}
	.foot-top dl dt {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.foot-top dl:nth-child(1) {
		width: 180px;
	}
	.foot-top .map {
		width: 240px;
	}
	.foot-top .map .tc {
		right: -10px;
		top: 34%;
	}
	.foot-top .map .tc img {
		width: 15px;
	}
	.foot-bottom {
		height: 60px;
		line-height: 60px; 
	}
	.foot-bottom .select {
		width: 170px;
		height:30px;
		line-height: 30px;
		margin-top: 15px;
	}
	.foot-bottom .select span i {
		margin-top: 6px;
	}
	.foot-bottom .select ul a {
		height: 30px;
		line-height: 30px;
	}
	.located {
		height: 80px;
		line-height: 80px;
	}
	.about-page {
		padding: 25px 0 35px;
	}
	.about-page .article .pic .start img {
		width: 36px;
	}
	.about-page .article p {
		margin-top: 15px;
	}
	.about-page .about-list {
		margin-top: 15px;
	}
	.about-page .about-list li {
		margin-top: 15px;
	}
	.about-page .about-list li h5 {
		font-size: 16px;
		width: 100px;
	}
	.service-page {
		padding: 25px 0 50px;
	}
	.service-page .fw-list li {
		margin-bottom: 20px;
	}
	.text-tit h5 {
		font-size: 16px;
		min-width: 100px;
	}
	.text-tit h5:after {
		width: 100px;
	}
	.service-detial {
		padding: 25px 0 45px;
	}
	.service-detial .section p {
		margin-top: 13px;
	}
	.service-detial .lx dl {
		margin-top: 20px;
		height: 55px;
		line-height: 55px;
		padding: 0 0 0 25px;
	}
	.service-detial .lx dl dt {
		width: 26px;
		margin-right: 20px;
	}
	.product-page {
		padding: 25px 0 50px;
	}
	.cp-swiper .swiper-button-next,
	.cp-swiper .swiper-button-prev {
		left: -70px;
		width: 52px;
		height: 52px;
		margin-top: -26px;
	}
	.cp-swiper .swiper-button-next {
		right: -70px;
	}
	.cp-swiper .swiper-slide .bottom {
		padding: 10px 10px 15px;
	}
	.cp-swiper .swiper-slide h5 {
		font-size: 15px;
		margin-bottom: 8px;
	}
	.product-second .top {
		padding: 16px 0 30px;
	}
	.product-second .top h5 {
		font-size: 15px;
		margin-bottom: 4px;
	}
	.product-second .pro-second li {
		width: 32%;
		margin-right: 2%;
		margin-top: 15px;
	}
	.product-second .pro-second li:nth-child(4n) {
		margin-right: 2%;
	}
	.product-second .pro-second li:nth-child(3n) {
		margin-right: 0;
	}
	.product-second .pro-second li p {
		padding: 10px 0;
	}
	.product-second .pro-second li .pic .hover img {
		width: 50px;
	}
	.pages-nav {
		padding: 20px 0 45px;
	}
	.pages-nav li a {
		font-size: 15px;
		height: 38px;
		line-height: 36px;
		padding: 0 15px;
	}
	.pro-detial {
		padding: 20px 0;
	}
	.pro-detial .pic-detial .left {
		width: 41%;
	}
	.pro-detial .pic-detial .right {
		width: 56%;
	}
	.pro-detial .pic-detial .right h5 {
		font-size: 17px;
		margin-bottom: 12px;
	}
	.pro-detial .pic-detial .right table {
		margin-top: 12px;
	}
	.pro-detial .pic-detial .right th {
		padding: 10px 0;
	}
	.pro-detial .pic-detial .right td {
		padding: 10px 0;
	}
	.pages {
		padding: 10px 0;
		margin-top: 26px;
	}
	.join-us {
		padding: 20px 0 60px;
	}
	.join-us .use-people {
		margin-bottom: 30px;
	}
	.join-us .job .zp-list li {
		width: 200px;
		height: 80px;
		line-height: 70px;
		margin: 14px 14px 0 0;
	}
	.join-us .job .job-table {
		margin-top: 14px;
	}
	.join-us .job .job-table th {
		font-size: 15px;
		padding: 10px 0;
	}
	.join-us .job .job-table td {
		padding: 6px 0;
	}
	.join-us .job .job-table td a {
		width: 90px;
		padding: 7px 0;
	}
	.job-modal .tit {
		padding-bottom: 15px;
	}
	.job-modal h3 {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.job-modal .tit small {
		font-size: 14px;
	}
	.job-modal .tit small span {
		margin-right: 15px;
	}
	.job-modal dl {
		margin-top: 15px;
	}
	.job-modal dl dt {
		margin-bottom: 10px;
	}
	.job-modal .mail {
		margin-top: 15px;
	}
	.chose-people {
		padding: 30px 0 40px;
	}
	.chose-people .chose-list li {
		width: 32%;
		margin-right: 2%;
		margin-top: 12px;
		padding: 10px;
	}
	.chose-people .chose-list li:nth-child(1) {
		background: url(../images/xz_1.png) no-repeat 93% 10px;
		background-size: 80px;
	} 
	.chose-people .chose-list li:nth-child(1) p:nth-child(6) {
		padding-left: 30px;
	}
	.chose-people .chose-list li:nth-child(1) p:nth-child(7) {
		padding-left: 80px;
	}
	.chose-people .chose-list li:nth-child(4) {
		background: url(../images/xz_2.png) no-repeat 93% 90%;
		background-size: 80px;
	}
	.chose-people .chose-list li:nth-child(9) {
		background: url(../images/xz_3.png) no-repeat 93% 87%;
		background-size: 100px;
	}
	.chose-people .chose-list li h5 {
		font-size: 14px;
	}
	.chose-people .chose-list li h4 {
		font-size: 16px;
		margin-top: 20px;
	}
	.chose-people .chose-list li dd i {
		width: 61%;
	}
	.contact-us .contact-info {
		padding: 25px 0 60px;
	}
	.contact-us .address {
		float: left;
		width: 36%;
	}
	.contact-us .address li {
		line-height: 2;
	}
	.contact-us .address .code {
		margin-top: 15px;
	}
	.contact-us .address .code img {
		width: 110px;
	}
	.contact-us .form p {
		line-height: 2;
	}
	.contact-us .form label {
		line-height: 2;
	}
	.contact-us .form input {
		height: 36px;
		line-height: 34px;
	}
	.contact-us .form .tg textarea {
		width: 90%;
		height: 80px;
	}
	.contact-us .form .tg button {
		width: 40px;
		height: 80px;
	}
	.news .news-list li {
		padding: 16px 0;
	}
	.news .news-list li dt {
		width: 210px;
	}
	.news .news-list li dd {
		width: 70%;
	}
	.news .news-list li dd h5 {
		font-size: 17px;
	}
	.mail-modal,
	.form-modal {
		border-radius: 30px;
		padding-top: 55px;
		padding-bottom: 55px;
	}
	.form-modal .fg {
		height: 50px;
		line-height: 48px;
		margin-bottom: 20px;
	}
	.mail-modal h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.mail-modal label {
		line-height: 2;
	}
	.mail-modal input {
		height: 50px;
		line-height: 48px;
	}
	.mail-modal form button {
		width: 220px;
		height: 50px;
		line-height: 48px;
		font-size: 16px;
		margin: 20px auto 0;
	}
	.located .top-nav li {
		padding: 0 15px;
	}
	.located .top-nav li:after {
		bottom: 25px;
	}
	.located .top-nav a {
		font-size: 16px;
	}
	.news-detial .title {
		padding: 25px 0 10px;
	}
	.news-detial .title h3 {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.news-detial .title small {
		font-size: 14px;
	}
	.news-detial .article .img {
		margin: 13px 0 20px;
	}
	.news-detial .article img {
		width: 61%;
	}
	.news-detial .article .back a {
		margin-left: 6px;
	}
	.certificate {
		padding-bottom: 60px;
	}
	.certificate .zs-list li {
		margin-right: 2%;
		width: 23.5%;
		margin-top: 20px;
	}
	.history .start-time .history-cont {
		padding: 30px 0 60px;
		margin-top: 20px;
	}
	.history .start-time .history-cont .swiper-slide {
		padding: 25px 15px;
	}
	#banner {
		height: 380px;
	}
	.pic-moadl {
		max-width: 90% !important;
		min-width: 730px !important;
	}
	.history .start-time .gallery-thumbs {
		height: 700px;
		padding-bottom: 0;
	}
	.history .start-time .gallery-thumbs .left {
		width: 110px;
	}
	.history .start-time .gallery-thumbs .right {
		width: 80%;
		margin-left: 25px;
		padding-bottom: 15px;
	}
	.history .start-time .gallery-thumbs .right dt {
		width: 220px;
		margin-right: 20px;
	}
	.history .start-time .gallery-thumbs .right dd {
		height: 100px;
	}
} 
@media (max-width: 767px) {
	body {
		padding-bottom: 51px;
		padding-top: 63px;
	}
	.pic-moadl {
		max-width: 98% !important;
		min-width: auto !important;
	}
	.top-search-mobile .search-box-mobile {
	    margin-right: 0px;
	}
	.mobile-header {
		display: block;
	}
	.suspend {
		display: none;
	}
	#header {
		display: none;
	}
	.suspend li {
		width: 40px;
		height: 40px;
		font-size: 16px;
		line-height: 40px;
	}
	.suspend li img {
		width: 16px;
	}
	#header {
		background: rgba(70,80,105,.5);
	}
	#header .nav .navbar > li.active .dropdown,
	#header .nav .navbar > li .dropdown {
		top: 0;
	}
	#header .nav .navbar > li:hover > .dropdown,#header .nav .navbar > li.show > .dropdown {
		top: 0;
	}
	.cbbfixed  {
		bottom: 52px !important;
	}
	.foot-top {
		display: none;
	}
	.mobile-foot {
		display: block;
	}
	.container {
		padding: 0 15px;
	}
	#header .head-nav {
		height: 50px;
		line-height: 50px;
		padding: 0 15px;
	}
	#header .head-nav .button-bar {
		display: block;
	}
	#header .logo {
		float: left;
		text-align: center;
		margin-left: 0;
	}
	#header .logo a {
		display: inline;
	}
	#header .logo img {
		height: 30px;
	}
	#header .nav {
		line-height: 1;
		height: auto;
		float: none;
		position: absolute;
		width: 100%;
		padding: 5px 15px;
		left: 0;
		top: 55px;
		background: rgba(70,80,105,.5);
		display: none;
	}
	#header .nav .navbar {
		float: none;
		height: auto;
	}
	#header .nav .navbar > li {
		margin-right: 0;
		float: none;
		position: relative;
	}
	#header .nav .navbar > li > a {
		font-size: 14px;
		padding: 5px 0;	
	}
	#header .nav .navbar > li:hover > a,
	#header .nav .navbar > li.active > a {
		color: #fff;
	}
	#header .nav .navbar > li .dropdown {
		top: 0;
		padding: 5px 10px;
		display: none;
		background: transparent;
		width: 100%;
		border: none;
		position: relative;
	}
	#header .nav .navbar > li .dropdown .info {
		display: none;
	}
	#header .nav .navbar > li .dropdown ul {
		margin-left: 0;
		float: none;
	}
	#header .nav .navbar > li .dropdown ul a {
		font-size: 14px;
		color: #fff;
	}
	#header .nav .navbar > li .dropdown ul li:hover a {
		color: #fff;
	}
	#header .nav .navbar > li .dropdown .logos {
		display: none;
	}
	#header .nav .head-form {
		margin-left: 0;
		padding: 0 0 5px 0;
		float: none;
		background: transparent;
	}
	#header .nav .head-form .search-btn {
		display: none;
	}
	#header .nav .head-form form {
		height: 35px;
		line-height: 33px;
		width: 100%;
		position: relative;
		left: 0;
		top: 0;
		right: 0;
		border: 1px solid #fff;
		display: block;
		border-radius: 5px;
	}
	#header .nav .head-form form input {
		font-size: 14px;
	}
	#header .nav .lang {
		display: none;
	}


	.foot-pc {
		display: none;
	}
	.remodal {
		padding: 15px;
	}
	.remodal-close {
		width: 15px;
		height: 15px;
		right: 10px;
		top: 10px;
	}


	#banner > img {
		display: block;
	}
	#banner video {
		display: none;
	}
	.start-time time {
		font-weight: bold;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	body {
		font-size: 13px;
	}
	.remodal {
		padding: 10px 15px;
	}
	.remodal-close {
		width: 15px;
		height: 15px;
		top: 10px;
		right: 10px;
	}
	.video-modal {
		padding: 30px 15px;
	}
	#banner .article section h2 {
		font-size: 36px;
	}
	#banner .article section h3 {
		font-size: 25px;
	}
	.top-tit {
		margin-bottom: 15px;
	}
	.top-tit h3 {
		font-size: 20px;
	}
	.can-help {
		padding: 15px 0 30px;
	}
	.can-help dd {
		top: -40px;
		padding: 10px;
	}
	.can-help h5 {
		margin-bottom: 5px;
		font-size: 15px;
	}
	.start-time .swiper-container,.pro-swiper  {
		padding-bottom: 35px;
	}
	.swiper-container .swiper-button-next,
	.swiper-container .swiper-button-prev {
		width: 24px;
		height: 24px;
		margin-left: -29px;
	}
	.swiper-container .swiper-button-next {
		margin-left: 5px;
	}
	.start-time {
		padding: 20px 0 15px;
	}
	.start-time .time {
		width: 80px;
		height: 80px;
		line-height: 70px;
		padding: 5px;
		font-size: 18px;
	}
	.start-time .gallery-thumbs .swiper-slide:hover .time {
		font-size: 20px;
	}
	.start-time .gallery-thumbs .swiper-slide .ico img {
		width: 13px;
	}
	.gallery-top {
		margin-top: 15px;
	}
	.gallery-top .swiper-slide {
		padding-top: 13px;
	} 
	.welcome {
		padding: 40px 0;
	}
	.welcome .article {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.welcome .article h4 {
		font-size: 20px;
	}
	.welcome .article p {
		margin-top: 15px;
	}
	.welcome .article a.btn {
		width: 90px;
		padding: 7px 0;
	}
	.welcome .right-pic {
		width: 100%;
		float: none;
	}
	.welcome .right-pic li {
		margin-bottom: 10px;
		width: 65%;
	}
	.welcome .right-pic li:nth-child(2) {
		float: left;
		width: 33%;
		margin-left: 2%;
	}
	.welcome .right-pic li:nth-child(1) {
		padding-top: 38px;
	}
	.our-product {
		padding: 20px 0;
	}
	.our-product .swiper-slide dd {
		padding: 10px;
	}
	.our-product .swiper-slide dd h5 {
		font-size: 14px;
	}
	.our-product .swiper-slide dd p {
		margin-top: 5px;
	}
	.home-news {
		padding: 20px 0 25px;
	}
	.home-news h4 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.home-news .md-news {
		width:100%;
	}
	.home-news .md-news dl {
		margin-bottom: 15px;
	}
	.home-news .md-news dl dt {
		width: 150px;
	}
	.home-news .md-news dl dd {
		width: 64%;
	}
	.home-news .md-news dl dd .top time {
		margin-right: 5px;
		width: 41px;
		height: 41px;
		padding-top: 5px;
	}
	.home-news .md-news dl dd .top .tit {
		width: 83%;
	}
	.home-news .md-news dl dd .top .tit h5 {
		font-size: 14px;
	}
	.home-news .md-news dl dd p {
		margin-top: 3px;
		margin-bottom: 3px;
	}
	.home-news .hy-news {
		width: 100%;
		margin-top: 15px;
	}
	.home-news .hy-news li {
		height: 42px;
		line-height: 40px;
		padding: 0 10px;
		margin-bottom: 10px;
	}
	.home-news .hy-news li img {
		width: 18px;
		margin-right: 15px;
		margin-top: 11px;
	}
	.home-news .hy-news li a {
		width: 90%;
	}
	.located {
		height: 60px;
		line-height: 60px;
	}
	.located i {
		font-size: 22px;
		margin-right: 13px;
	}
	.located a:nth-of-type(1) {
		margin-right: 50px;
	}
	.located a:nth-of-type(1):after {
		right: -20px;
	}
	.about-page {
		padding: 20px 0 25px;
	}
	.about-page .article .pic .start img {
		width: 30px;
	}
	.about-page .article p {
		margin-top: 12px;
	}
	.about-page .about-list {
		margin-top: 12px;
	}
	.about-page .about-list li {
		margin-top: 12px;
	}
	.about-page .about-list li h5 {
		font-size: 14px;
		width: 80px;
	}
	.service-page {
		padding: 20px 0 35px;
	}
	.service-page .fw-list li {
		margin-bottom: 15px;
	}
	.text-tit h5 {
		font-size: 14px;
		min-width: 90px;
		margin-bottom: 3px;
	}
	.text-tit h5:after {
		width: 90px;
	}
	.service-detial {
		padding: 20px 0 35px;
	}
	.service-detial .section p {
		margin-top: 10px;
	}
	.service-detial .lx dl {
		margin-top: 15px;
		height: 45px;
		line-height: 45px;
		padding: 0 0 0 15px;
		width: 100%;
		margin-right: 0;
	}
	.service-detial .lx dl dt {
		width: 20px;
		margin-right: 15px;
	}
	.product-page {
		padding: 20px 0 40px;
	}
	.cp-swiper .swiper-button-next,
	.cp-swiper .swiper-button-prev {
		display: none;
	}
	.cp-swiper .swiper-slide .bottom {
		padding: 10px 10px 13px;
	}
	.cp-swiper .swiper-slide h5 {
		font-size: 14px;
		margin-bottom: 6px;
	}
	.product-second .top {
		padding: 13px 0 20px;
	}
	.product-second .top h5 {
		font-size: 14px;
		margin-bottom: 4px;
	}
	.product-second .pro-second li {
		width: 48%;
		margin-right: 4%;
		margin-top: 12px;
	}
	.product-second .pro-second li:nth-child(4n) {
		margin-right: 4%;
	}
	.product-second .pro-second li:nth-child(2n) {
		margin-right: 0;
	}
	.product-second .pro-second li p {
		padding: 10px 0;
	}
	.product-second .pro-second li .pic .hover img {
		width: 45px;
	}
	.pages-nav {
		padding: 15px 0 30px;
	}
	.pages-nav li a {
		font-size: 14px;
		height: 35px;
		line-height: 33px;
		padding: 0 12px;
	}
	.pro-detial {
		padding: 15px 0;
	}
	.pro-detial .pic-detial .left {
		width: 100%;
		margin-bottom: 10px;
		float: none;
	}
	.pro-detial .pic-detial .right {
		width: 100%;
		float: none;
	}
	.pro-detial .pic-detial .right h5 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.pro-detial .pic-detial .right table {
		margin-top: 10px;
	}
	.pro-detial .pic-detial .right th {
		padding: 10px 0;
	}
	.pro-detial .pic-detial .right td {
		padding: 10px 0;
	}
	.pages {
		padding: 10px 0;
		margin-top: 20px;
	}
	.join-us {
		padding: 15px 0 40px;
	}
	.join-us .use-people {
		margin-bottom: 20px;
	}
	.join-us .job .zp-list li {
		width: 180px;
		height: 65px;
		line-height: 60px;
		margin: 10px 10px 0 0;
	}
	.join-us .job .zp-list li img {
		height: 80%;
	}
	.join-us .job .job-table {
		margin-top: 10px;
	}
	.join-us .job .job-table table {
		min-width: 530px;
	}
	.join-us .job .job-table th {
		font-size: 14px;
		padding: 8px 0;
	}
	.join-us .job .job-table td {
		padding: 4px 0;
	}
	.join-us .job .job-table td a {
		width: 80px;
		padding: 6px 0;
	}
	.job-modal .tit {
		padding-bottom: 10px;
	}
	.job-modal h3 {
		margin-bottom: 10px;
		font-size: 15px;
	}
	.job-modal .tit small {
		font-size: 13px;
	}
	.job-modal .tit small span {
		margin-right: 8px;
	}
	.job-modal dl {
		margin-top: 10px;
	}
	.job-modal dl dt {
		margin-bottom: 6px;
	}
	.job-modal .mail {
		margin-top: 10px;
	}
	.chose-people {
		padding: 20px 0 30px;
	}
	.chose-people .chose-list li {
		width: 49%;
		margin-top: 12px;
		padding: 10px;
	}
	.chose-people .chose-list li:nth-child(3n) {
		margin-right: 2%;
	}
	.chose-people .chose-list li:nth-child(2n) {
		margin-right: 0;
	}
	.chose-people .chose-list li:nth-child(1) {
		background: url(../images/xz_1.png) no-repeat 93% 10px;
		background-size: 70px;
	} 
	.chose-people .chose-list li:nth-child(1) p:nth-child(6) {
		padding-left: 30px;
	}
	.chose-people .chose-list li:nth-child(1) p:nth-child(7) {
		padding-left: 70px;
	}
	.chose-people .chose-list li:nth-child(4) {
		background: url(../images/xz_2.png) no-repeat 93% 90%;
		background-size: 70px;
	}
	.chose-people .chose-list li:nth-child(9) {
		background: url(../images/xz_3.png) no-repeat 93% 87%;
		background-size: 90px;
	}
	.chose-people .chose-list li h5 {
		font-size: 13px;
	}
	.chose-people .chose-list li h4 {
		font-size: 14px;
		margin-top: 15px;
	}
	.chose-people .chose-list li dd i {
		width: 58%;
	}
	.contact-us .contact-info {
		padding: 20px 0 40px;
	}
	.contact-us .address {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.contact-us .address li {
		line-height: 2;
	}
	.contact-us .address .code {
		margin-top: 10px;
	}
	.contact-us .address .code img {
		width: 90px;
	}
	.contact-us .form {
		float: none;
		width: 100%;
	}
	.contact-us .form p {
		line-height: 2;
	}
	.contact-us .form .fg {
		float: left;
		width: 48%;
		margin-right: 4%;
	}
	.contact-us .form label {
		line-height: 2;
	}
	.contact-us .form input {
		height: 35px;
		line-height: 33px;
	}
	.contact-us .form .tg textarea {
		width: 90%;
		height: 70px;
	}
	.contact-us .form .tg button {
		width: 36px;
		height: 70px;
	}
	.news .news-list li {
		padding: 15px 0;
	}
	.news .news-list li dt {
		width: 170px;
	}
	.news .news-list li dd {
		width: 60%;
	}
	.news .news-list li dd h5 {
		font-size: 15px;
		margin-bottom: 6px;
	}
	.news .news-list li dd small {
		font-size: 13px;
	}
	.news .news-list li dd small span {
		margin-right: 8px;
	}
	.news .news-list li dd p {
		margin-top: 6px;
		margin-bottom: 8px;
	}
	.mail-modal,
	.form-modal {
		border-radius: 10px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.form-modal .fg {
		height: 46px;
		line-height: 44px;
		margin-bottom: 16px;
	}
	.form-modal .fg input {
		width: 87%;
	}
	.form-modal .fg button {
		width: 55px;
	}
	.mail-modal h3 {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.mail-modal label {
		line-height: 2;
	}
	.mail-modal input {
		height: 46px;
		line-height: 44px;
	}
	.mail-modal form button {
		width: 200px;
		height: 46px;
		line-height: 44px;
		font-size: 15px;
		margin: 15px auto 0;
	}
	.located .top-nav li {
		padding: 0 10px;
	}
	.located .top-nav li:after {
		bottom: 15px;
	}
	.located .top-nav a {
		font-size: 15px;
		margin: 0;
	}
	.news-detial .title {
		padding: 20px 0 10px;
	}
	.news-detial .title h3 {
		font-size: 15px;
		margin-bottom: 8px;
	}
	.news-detial .title small {
		font-size: 13px;
	}
	.news-detial .article .img {
		margin: 10px 0 15px;
	}
	.news-detial .article img {
		width: 61%;
	}
	.news-detial .article .back a {
		margin-left: 6px;
	}
	.certificate {
		padding-bottom: 40px;
	}
	.certificate .zs-list li {
		margin-right: 2%;
		width: 32%;
		margin-top: 15px;
	}
	.certificate .zs-list li:nth-child(4n) {
		margin-right: 2%;
	}
	.certificate .zs-list li:nth-child(3n) {
		margin-right: 0;
	}
	.history .start-time .history-cont {
		padding: 25px 0 40px;
		margin-top: 15px;
	}
	.history .start-time .history-cont .swiper-container {
		width: 420px;
	}
	.history .start-time .history-cont .swiper-slide {
		padding: 15px 10px;
	}
	.history .start-time .gallery-thumbs .right dt {
		width: 200px;
	}
	.history .start-time .history-cont .swiper-slide dd {
		width: 47%;
		padding-top: 25px;
	}
	.history .start-time .gallery-thumbs {
		height: 650px;
		padding-bottom: 0;
	}
	.history .start-time .gallery-thumbs .swiper-slide {
		padding: 15px 0 0 5px;
	}
	.history .start-time .gallery-thumbs .left {
		width: 90px;
	}
	.history .start-time .gallery-thumbs .right {
		width: 75%;
		margin-left: 15px;
		padding-bottom: 15px;
	}
	.history .start-time .gallery-thumbs .right dt {
		width: 180px;
		margin-right: 10px;
	}
	.history .start-time .gallery-thumbs .right dd {
		height: 90px;
	}
}
@media (max-width: 479px) {
	body {
		font-size: 12px;
	}
	.video-modal {
		padding-top: 20px; 
	}
	.video-modal  .remodal-close {
		top: 5px;
		right: 5px;
	}
	#header .logo img {
		height: 26px;
	}
	#banner .article section h2 {
		font-size: 26px;
	}
	#banner .article section h3 {
		font-size: 18px;
	}
	.top-tit {
		margin-bottom: 10px;
	}
	.top-tit h3 {
		font-size: 17px;
	}
	.can-help {
		padding: 15px 0 20px;
	}
	.can-help dd {
		top: -40px;
		padding: 10px;
	}
	.can-help h5 {
		margin-bottom: 0;
		font-size: 14px;
	}
	.start-time .swiper-container,.pro-swiper  {
		padding-bottom: 30px;
	}
	.swiper-container .swiper-button-next,
	.swiper-container .swiper-button-prev {
		width: 20px;
		height: 20px;
		margin-left: -25px;
	}
	.swiper-container .swiper-button-next {
		margin-left: 5px;
	}
	.start-time {
		padding: 15px 0;
	}
	.start-time .time {
		width: 80px;
		height: 80px;
		line-height: 70px;
		padding: 5px;
		font-size: 18px;
	}
	.start-time .gallery-thumbs .swiper-slide:hover .time {
		font-size: 20px;
	}
	.start-time .gallery-thumbs .swiper-slide .ico img {
		width: 13px;
	}
	.gallery-top {
		margin-top: 12px;
	}
	.gallery-top .swiper-slide {
		padding-top: 10px;
	} 
	.welcome {
		padding: 25px 0;
	}
	.welcome .article {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.welcome .article h4 {
		font-size: 17px;
	}
	.welcome .article p {
		margin-top: 10px;
	}
	.welcome .article a.btn {
		width: 90px;
		padding: 7px 0;
	}
	.welcome .right-pic {
		width: 100%;
		float: none;
	}
	.welcome .right-pic li {
		margin-bottom: 10px;
		width: 100%;
		float: none;
	}
	.welcome .right-pic li:nth-child(2) {
		float: none;
		width: 100%;
	}
	.welcome .right-pic li:nth-child(3) {
		width: 100%;
		float: none;
	}
	.welcome .right-pic li:nth-child(1) {
		padding-top: 0;
	}
	.our-product {
		padding: 15px 0;
	}
	.our-product .swiper-slide dd {
		padding: 10px;
	}
	.our-product .swiper-slide dd h5 {
		font-size: 13px;
	}
	.our-product .swiper-slide dd p {
		margin-top: 5px;
	}
	.home-news {
		padding: 15px 0 20px;
	}
	.home-news h4 {
		font-size: 17px;
		margin-bottom: 10px;
	}
	.home-news .md-news {
		width:100%;
	}
	.home-news .md-news dl {
		margin-bottom: 15px;
	}
	.home-news .md-news dl dt {
		width: 100%;
		margin-bottom: 10px;
	}
	.home-news .md-news dl dd {
		width:100%;
	}
	.home-news .md-news dl dd .top time {
		margin-right: 5px;
		width: 36px;
		height: 36px;
		padding-top: 5px;
	}
	.home-news .md-news dl dd .top .tit {
		width: 83%;
	}
	.home-news .md-news dl dd .top .tit h5 {
		font-size: 13px;
	}
	.home-news .md-news dl dd p {
		margin-top: 3px;
		margin-bottom: 3px;
	}
	.home-news .hy-news {
		width: 100%;
		margin-top: 15px;
	}
	.home-news .hy-news li {
		height: 36px;
		line-height: 34px;
		padding: 0 10px;
		margin-bottom: 10px;
	}
	.home-news .hy-news li img {
		width: 15px;
		margin-right: 10px;
		margin-top: 9px;
	}
	.located {
		height: 40px;
		line-height: 40px;
	}
	.located i {
		font-size: 20px;
		margin-right: 10px;
	}
	.located a:nth-of-type(1) {
		margin-right: 40px;
	}
	.located a:nth-of-type(1):after {
		right: -18px;
	}
	.about-page {
		padding: 15px 0 20px;
	}
	.about-page .article .pic .start img {
		width: 25px;
	}
	.about-page .article p {
		margin-top: 10px;
	}
	.about-page .about-list {
		margin-top: 10px;
	}
	.about-page .about-list li {
		margin-top: 10px;
		width: 100%;
		margin-right: 0;
	}
	.about-page .about-list li h5 {
		font-size: 13px;
		width: 80px;
	}
	.service-page {
		padding: 15px 0 25px;
	}
	.service-page .fw-list li {
		margin-bottom: 12px;
	}
	.text-tit h5 {
		font-size: 13px;
		min-width: 80px;
		margin-bottom: 3px;
	}
	.text-tit h5:after {
		width: 80px;
	}
	.service-detial {
		padding: 15px 0 25px;
	}
	.service-detial .section p {
		margin-top: 10px;
	}
	.service-detial .lx dl {
		margin-top: 12px;
		height: 40px;
		line-height: 40px;
		padding: 0 0 0 10px;
		width: 100%;
		margin-right: 0;
	}
	.service-detial .lx dl dt {
		width: 18px;
		margin-right: 10px;
	}
	.product-page {
		padding: 15px 0 25px;
	}
	.cp-swiper .swiper-button-next,
	.cp-swiper .swiper-button-prev {
		display: none;
	}
	.cp-swiper .swiper-slide .bottom {
		padding: 10px 10px 13px;
	}
	.cp-swiper .swiper-slide h5 {
		font-size: 13px;
		margin-bottom: 4px;
	}
	.product-second .top {
		padding: 10px 0 15px;
	}
	.product-second .top h5 {
		font-size: 13px;
		margin-bottom: 4px;
	}
	.product-second .pro-second li {
		width: 100%;
		margin-right: 0;
		margin-top: 12px;
	}
	.product-second .pro-second li p {
		padding: 10px 0;
	}
	.product-second .pro-second li .pic .hover img {
		width: 40px;
	}
	.pages-nav {
		padding: 10px 0 20px;
	}
	.pages-nav li {
		margin: 2px;
	}
	.pages-nav li a {
		font-size: 13px;
		height: 28px;
		line-height: 26px;
		padding: 0 10px;
	}
	.pro-detial {
		padding: 13px 0;
	}
	.pro-detial .pic-detial .left {
		width: 100%;
		margin-bottom: 10px;
		float: none;
	}
	.pro-detial .pic-detial .right {
		width: 100%;
		float: none;
	}
	.pro-detial .pic-detial .right h5 {
		font-size: 14px;
		margin-bottom: 6px;
	}
	.pro-detial .pic-detial .right table {
		margin-top: 10px;
	}
	.pro-detial .pic-detial .right th {
		padding: 8px 0;
	}
	.pro-detial .pic-detial .right td {
		padding: 8px 0;
	}
	.pages {
		padding: 8	px 0;
		margin-top: 15px;
	}
	.join-us {
		padding: 15px 0 25px;
	}
	.join-us .use-people {
		margin-bottom: 15px;
	}
	.join-us .job .zp-list li {
		width: 32%;
		height: 55px;
		line-height: 45px;
		margin: 10px 10px 0 0;
		margin-right: 2%;
	}
	.join-us .job .zp-list li:last-child {
		margin-right: 0;
	}
	.join-us .job .zp-list li img {
		height: 70%;
	}
	.join-us .job .job-table {
		margin-top: 10px;
	}
	.join-us .job .job-table table {
		min-width: 500px;
	}
	.join-us .job .job-table th {
		font-size: 13px;
		padding: 8px 0;
	}
	.join-us .job .job-table td {
		padding: 4px 0;
	}
	.join-us .job .job-table td a {
		width: 80px;
		padding: 6px 0;
	}
	.job-modal .tit {
		padding-bottom: 10px;
	}
	.job-modal h3 {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.job-modal .tit small {
		font-size: 12px;
	}
	.job-modal .tit small span {
		margin-right: 5px;
	}
	.job-modal dl {
		margin-top: 10px;
	}
	.job-modal dl dt {
		margin-bottom: 6px;
	}
	.job-modal .mail {
		margin-top: 10px;
	}
	.chose-people {
		padding: 15px 0 20px;
	}
	.chose-people .chose-list li {
		width: 100%;
		margin-right: 0;
		margin-top: 10px;
		padding: 6px;
	}
	.chose-people .chose-list li:nth-child(1) {
		background-size: 60px;
	} 
	.chose-people .chose-list li:nth-child(1) p:nth-child(6) {
		padding-left: 30px;
	}
	.chose-people .chose-list li:nth-child(1) p:nth-child(7) {
		padding-left: 60px;
	}
	.chose-people .chose-list li:nth-child(4) {
		background-size: 60px;
	}
	.chose-people .chose-list li:nth-child(9) {
		background-size: 80px;
	}
	.chose-people .chose-list li h5 {
		font-size: 13px;
	}
	.chose-people .chose-list li h4 {
		font-size: 13px;
		margin-top: 10px;
	}
	.chose-people .chose-list li dd i {
		width: 73%;
	}
	.contact-us .contact-info {
		padding: 15px 0 25px;
	}
	.contact-us .address {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.contact-us .address li {
		line-height: 2;
	}
	.contact-us .address .code {
		margin-top: 10px;
	}
	.contact-us .address .code img {
		width: 80px;
	}
	.contact-us .form {
		float: none;
		width: 100%;
	}
	.contact-us .form p {
		line-height: 2;
	}
	.contact-us .form .fg {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.contact-us .form label {
		line-height: 2;
	}
	.contact-us .form input {
		height: 32px;
		line-height: 30px;
	}
	.contact-us .form .tg textarea {
		width: 88%;
		height: 60px;
	}
	.contact-us .form .tg button {
		width: 32px;
		height: 60px;
	}
	.news .news-list li {
		padding: 10px 0;
	}
	.news .news-list li dt {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.news .news-list li dd {
		width: 100%;
		float: none;
	}
	.news .news-list li dd h5 {
		font-size: 14px;
		margin-bottom: 6px;
	}
	.news .news-list li dd small {
		font-size: 12px;
	}
	.news .news-list li dd small span {
		margin-right: 8px;
	}
	.news .news-list li dd p {
		margin-top: 6px;
		margin-bottom: 8px;
	}
	.mail-modal,
	.form-modal {
		border-radius: 10px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.form-modal .fg {
		height: 40px;
		line-height: 38px;
		margin-bottom: 10px;
	}
	.form-modal .fg input {
		width: 82%;
	}
	.form-modal .fg button {
		width: 45px;
	}
	.mail-modal h3 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.mail-modal label {
		line-height: 2;
	}
	.mail-modal input {
		height: 40px;
		line-height: 38px;
	}
	.mail-modal form button {
		width: 170px;
		height: 40px;
		line-height: 38px;
		font-size: 14px;
		margin: 12px auto 0;
	}
	.located .top-nav li {
		padding: 0 5px;
		margin-right: 0;
	}
	.located .top-nav li:after {
		bottom: 8px;
	}
	.located .top-nav a {
		font-size: 13px;
		margin: 0;
	}
	.news-detial .title {
		padding: 15px 0 10px;
	}
	.news-detial .title h3 {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.news-detial .title small {
		font-size: 12px;
	}
	.news-detial .article .img {
		margin: 6px 0 10px;
	}
	.news-detial .article img {
		width: 85%;
	}
	.news-detial .article .back a {
		margin-left: 6px;
	}
	.certificate {
		padding-bottom: 20px;
	}
	.certificate .zs-list li {
		margin-right: 0;
		width: 100%;
		margin-top: 10px;
	}
	.history .start-time .history-cont {
		padding: 15px 0 25px;
		margin-top: 10px;
	}
	.history .start-time .history-cont .swiper-container {
		width: 95%;
	}
	.history .start-time .history-cont .swiper-slide {
		padding: 10px;
	}
	.history .start-time .gallery-thumbs .right dt {
		width: 100%;
		margin-bottom: 10px;
	}
	.history .start-time .history-cont .swiper-slide dd {
		width: 100%;
		padding-top: 0px;
	}
		.history .start-time .history-cont {
		padding: 25px 0 40px;
		margin-top: 15px;
	}
	.history .start-time .history-cont .swiper-container {
		width: 420px;
	}
	.history .start-time .history-cont .swiper-slide {
		padding: 15px 10px;
	}
	.history .start-time .gallery-thumbs .right dt {
		width: 200px;
	}
	.history .start-time .history-cont .swiper-slide dd {
		width: 47%;
		padding-top: 25px;
	}
	.history .start-time .gallery-thumbs {
		height: 530px;
		padding-bottom: 0;
	}
	.history .start-time .gallery-thumbs .swiper-slide {
		padding: 10px 0 0 5px;
	}
	.history .start-time .gallery-thumbs .left {
		width: 88px;
	}
	.history .start-time .gallery-thumbs .right {
		width: 71%;
		margin-left: 10px;
		padding-bottom: 15px;
	}
	.history .start-time .gallery-thumbs .right dt {
		width: 140px;
		margin-right: 10px;
		margin-bottom: 0;
	}
	.history .start-time .gallery-thumbs .right dd {
		height: 80px;
	}
}