@charset "utf-8";
body {
	font: 14px "Roboto", "Arial", sans-serif;
	background: #fff;
	color: rgb(102, 102, 102);
	overflow-x: hidden;
}
body,h2,ul,p,dl,h4,h5,h3,dl,dt,dd {
	padding: 0;
	margin:0;
	font-weight: normal;
}
* {
	box-sizing: border-box;
}
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,select,textarea {
	background: transparent;
	outline: none;
	border: none;
 
	color: #6d6e66;
	font-size: 14px;
}
input[type="text"] {
	-webkit-appearance: none;
	color: #000;
}
button,select {
	cursor: pointer;
}
form textarea:-moz-placeholder,
form input:-moz-placeholder { 
	color: rgb(73, 73, 73); opacity:1; 
}
form textarea::-moz-placeholder,
form input::-moz-placeholder {
    color: rgb(73, 73, 73);opacity:1;
}
form textarea:-ms-input-placeholder,
form input:-ms-input-placeholder{
    color: rgb(73, 73, 73);opacity:1;
}
form textarea::-webkit-input-placeholder,
form input::-webkit-input-placeholder{
    color: rgb(73, 73, 73);opacity:1;
}
video {
	width: 100%;
	vertical-align: middle;
}
.pic {
	overflow: hidden;
}
.pic img {
	width: 100%;
	transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	opacity: 1;
	filter: alpha(opacity=100);
}
a:hover .pic img,
li: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: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/*opacity: .7;*/
	filter: alpha(opacity=70);
}
.inline{ display:none; line-height:1.8;}
.inline img{ max-width:100%;}
#content{ min-height:500px;}
.container {
	margin: 0 auto;
}
.clearfix { 
  *zoom: 1; 
} 
.clearfix:before, 
.clearfix:after { 
  display: table; 
  line-height: 0; 
  content: ""; 
  clear: both; 
} 
.visible-xs{display: none;}
/*header*/
#header .head-top {
	font-size: 13px;
	color: rgb(255, 255, 255);
	background: #1068ae;
	height: 36px;
	line-height: 36px;
}
#header .head-top span.left {
	float: left;
}
#header .head-top .right {
	float: right;
}
#header .head-top .right li {
	display: inline-block;
	margin: 0 8px;
	position: relative;
	cursor: pointer;
}
#header .head-top .right li:last-child {
	margin-right: 0;
}
#header .head-top .right li .code {
	position: absolute;
	z-index: 9999;
	top: 100%;
	width: 180%;
	left: -40%;
	transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	visibility: hidden;

}
#header .head-top .right li .code img{width: auto; max-width: 100%;}
#header .head-top .right li:hover .code {
	transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	visibility: visible;
}
#header .head-top .right li a {
	color: #fff;
}
#header .head-top .right li:hover a {
	color: #FFF;
}
#header .head-bottom {
	position: relative;
	width: 100%;
	height: 99px;
	line-height: 99px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
#header.fixed .head-bottom {
	left: 0;
	top: 0;
	height: 70px;
	line-height: 69px;
	position: fixed;
	width: 100%;
	background: rgba(255,255,255,.7);
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	z-index: 99999;
	border-bottom: 1px solid #eee;
}
#header .head-bottom .logo {
	float: left;
	font-size: 0;
	position: relative;
	z-index: 1000;
}
#header .head-bottom .logo img {
	height: 69px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
#header.fixed .head-bottom .logo img {
	height: 45px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
#header .menubox{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
#header .menubox .container {
	height: 100%;
}
#header .menubox .menu {
	height: 100%;
}
#header .menubox .menu ul {
	float: left;
	height: 100%;
	margin-left: 105px;
}
#header .menubox .menu ul li{
	float: left;
	height: 100%;
	position: relative;
	margin-left: 50px;
}
#header .menubox .menu ul li a {
	display: block;
	position: relative;
	color: rgb(73, 73, 73);
	height: 100%;
	text-align: center;
	font-size: 16px;
}
#header .menubox .menu ul li.active > a,
#header .menubox .menu ul li:hover > a {
	color: rgb(16, 104, 174);
}
#header .menubox .menu ul li dl {
	border-top:solid #1068ae 2px;
	position: absolute;
	min-width: 140px;
	left: 50%;
	margin: 0;
	display: none;
	z-index: 999;
	transform: translate(-50%);
	-o-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-webkit-transform: translate(-50%);
}
#header .menubox .menu ul li dl dd a{
	background: #fff;
	color: #333;
	line-height: 35px;
	padding: 0 15px;
	border-bottom: 1px solid rgba(170, 170, 170, 0.2);
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	white-space: nowrap;
}
#header .menubox .menu ul li dl dd a:hover{
	background: rgba(16, 104, 174,1);
	color:#FFF;
}
.menu-handler {
	width: 28px;
	height: 50px;
	cursor: pointer;
	display: none;
	float: right;
	position: relative;
	margin-top: 15px;
}
.menu-handler .burger {
	width: 28px;
	height: 4px;
	background: #1068ae;
	display: block;
	position: absolute;
	z-index: 5;
	top: 15px;
	left: 50%;
	margin: 0px 0px 0px -14px;
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center;
}
.menu-handler .burger-2 {
	top: 23px;
}

.menu-handler .burger-3 {
	top: 31px;
}
#bg-santai {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	z-index: 10003;
}
.touchevents #bg-santai {
	cursor: pointer;
}
.open {
    position: relative !important;
    right: 240px;
}
#header .head-bottom .head-search {
	float: right;
	width: 20px;
	height: 100%;
	position: relative;
}
#header .head-bottom .head-search .search-btn {
	color: #1068ae;
	font-size: 20px;
	cursor: pointer;
}
#header .head-bottom .head-search .search-btn i:nth-child(2) {
	display: none;
}
#header .head-bottom .head-search .search-btn:hover {
	color: rgb(73, 73, 73);
}
#header .head-bottom .head-search form {
	position: absolute;
	width: 1000px;
	background: #fff;
	top: 0;
	right: 100%;
	z-index: 10001;
	display: none;
}
#header.fixed .head-bottom .head-search form {
	background: rgba(255,255,255,.6);
}
#header .head-bottom .head-search form input {
	width: 100%;
	font-size: 15px;
	color: rgb(73, 73, 73);
	padding-left: 8px;
}
#home-banner {
	position: relative;
}
#home-banner .swiper-slide img {
	width: 100%;
}
#home-banner .hover {
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,.2);
}
#home-banner .hover .section {
	position: absolute;
	width: 100%;
	bottom: 20%;
}
#home-banner .hover .section .img img {
	height: 210px;
}

#home-banner .swiper-container .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d3d3d3;
  opacity: 1;
}
#home-banner .swiper-container .swiper-pagination-bullet-active {
  background-color: #1068ae;
}

.ban_float{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;justify-content:center;align-items:center}
.ban_float .text{text-align:center;color:#FFF;/*max-width:40vw*/}

@keyframes dong{
0%{
    -webkit-transform: scale3d(.3,.3,.3);
    opacity: 0.8;
    transform: scale3d(.3,.3,.3);
}

15%{
 -webkit-transform: scale3d(1.8,1.8,1.8);
    opacity: 1;
    transform: scale3d(1.8,1.8,1.8);
}

70%{
transform:translate(0,0);
opacity:1
}

}
/*.ban_float .text .h2{font-size:54px;font-weight:bold;margin-bottom:15px;opacity:0;transform:translate(300px,0);  color:rgb(16, 104, 174);text-shadow:2px 2px 0px #fff;}
.ban_float .text .p{font-size:22px;opacity:0;line-height:30px;transform:translate(300px,0); background:rgba(0,0,0,0.3); padding:10px 15px; border-radius:25px;}
.swiper-slide-active .ban_float .text .h2{transform:translate(0,0);transition:all 1.5s 1.5s;opacity:1}
.swiper-slide-active .ban_float .text .p{transform:translate(0,0);transition:all 1.5s 2s;opacity:1}*/
.ban_float .text .h2{font-size:54px;font-weight:bold;margin-bottom:15px;opacity:0;transform:translate(-480px,-100px);  color:rgb(16, 104, 174);text-shadow:2px 2px 0px #fff; color:rgb(211,168,9); margin-bottom:40px;}
.ban_float .text .p{font-size:22px;opacity:0;line-height:30px;transform:translate(-480px,-100px); background:rgba(0,0,0,0.3); padding:10px 15px; border-radius:25px;}
.swiper-slide-active .ban_float .text .h2{animation:dong 5s ease-in-out 0s 1 normal;
-moz-animation:dong 5s ease-in-out 0s 1 normal;
-webkit-animation:dong 5s ease-in-out 0s 1 normal;
-o-animation:dong 5s ease-in-out 0s 1 normal;
opacity:1}
.swiper-slide-active .ban_float .text .p{animation:dong 5s ease-in-out 0s 1 normal;
-moz-animation:dong 5s ease-in-out 0s 1 normal;
-webkit-animation:dong 5s ease-in-out 0s 1 normal;
-o-animation:dong 5s ease-in-out 0s 1 normal;
opacity:1}


.home-service{padding: 80px 0 ; background-color:#f1f1f1;}
.home-service .home-tit h3{
	background: #f1f1f1;
	}
.home-service .home-tit h4 span {
    background: #f1f1f1;
}

.home-service li {
	float: left;
	text-align: center;
	width: 25%;
	color: rgb(102, 102, 102);
	margin-top: 20px;
	text-align: center;
}
.home-service li:nth-child(4n+5){clear: both;}
.home-service li dt {
	display: inline-block;
	background: #000;
	color: #fff;
	font-size: 40px;
	width: 120px;
	height: 120px;
	line-height: 100px;
	border-radius: 50%;
	margin-bottom: 20px;
	transition: all 0.5s;
	border:solid #ddd 10px;
}
.home-service li  p{color: rgb(102, 102, 102);}
.home-service li a:hover h2{    color: rgb(16, 104, 174);}

.home-service li:nth-child(1) dt{ background:#00a0e9;}
.home-service li:nth-child(2) dt{ background:#e4007f;}
.home-service li:nth-child(3) dt{ background:#fff100;}
.home-service li:hover dt{transform: rotateY(180deg); transition: all 0.5s;}
.home-service li dd h2{ font-size:18px; color:#333;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.home-service li dd {
	line-height: 1.8;
	padding:0 15px;
}
.flat-icon {
		  text-align: center;
     
      display: inline-block;
      line-height: 100%;
      overflow: hidden;
      text-transform: uppercase;
      width: 40px;
      font-size: 50px;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
    }

.home-pro {
	padding: 80px 0;
}
.home-tit {
	text-align: center;
	color: rgb(81, 81, 81);
	
	position: relative;
}
.home-tit:after {
	content: '';
	z-index: 2;
	position: absolute;
	width: 168px;
	height: 25px;
	border: 1px dotted #b6b6b6;
	top: -12px;
	left: 50%;
	transform: translate(-50%);
	-o-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-webkit-transform: translate(-50%);
}
.home-tit h3 {
	font-size: 25px;
	margin-bottom: 13px;
	line-height: 1;
	display: inline-block;
	position: relative;
	background: #fff;
	z-index: 9;
	padding: 0 15px;
	color:#1068ae;
}
.home-tit h4 {
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 1;
	position: relative;
}
.home-tit h4 span {
	display: inline-block;
	padding: 0 20px;
	position: relative;
	z-index: 9;
	background: #fff;
}
.home-tit h4:after {
	content: '';
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 1px;
	border-top: 1px dotted #b6b6b6;
	left: 0;
	top: 50%;
}
.home-tit h5 {
	font-size: 12px;
	color: rgb(105, 105, 105);
	text-transform: uppercase;
	line-height: 1;
}

ul.sub-tit{text-align:center;padding:0;margin:20px 0 10px;}
ul.sub-tit li{display:inline-block; position:relative;}
ul.sub-tit li li{width: 100%;}
ul.sub-tit li a{display:block;width: 100%;font-size:14px;padding:10px 28px;border:1px #efefef solid;color:#4b4b4b;background-color:#fff;transition:.3s;transform-origin:top; text-align:center;}
ul.sub-tit li a.on,ul.sub-tit li.active a,ul.sub-tit li a:hover{color:#fff;transition:.3s;background-color:#1068ae;transform-origin:bottom;border:1px #1068ae solid}
ul.sub-tit li:hover>.dropdown-menu{display:block;}
ul.sub-tit li li a{padding: 10px 0;}

.isub-tit ul.sub-tit,.isub-tit2 ul.sub-tit{ margin-bottom:20px;}

ul.sub-tit .dropdown-menu {
    margin-top: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    border: none;
    transition: all 0.36s ease;
    box-shadow: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 127.16px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu>li>a {
    display: block;
    clear: both;
    white-space: nowrap;
	min-width: 127.16px;
}

.home-pro .cp-list{ margin-right:-15px; margin-left:-15px; margin-top:20px;}
.cp-list:hover li:not(:hover){ -webkit-filter: grayscale(100%); filter: grayscale(100%);  }
.home-pro .cp-list li {
	float: left;
	width: 33.33%;
	text-align: center;
	position: relative;
	padding:15px;
}

.home-pro .cp-list li .hover {
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 8px;
	text-align: center;
}
.home-pro .cp-list li .hover .in-box {
	display: table;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.home-pro .cp-list li .hover .hover-bg {
	width: 100%;
	height: 100%;
	background-color: rgba(221, 221, 221,.3);
	transition: .6s;
	-o-transition: .6s;
	-moz-transition: .6s;
	-webkit-transition: .6s;
}

.home-pro .cp-list li:hover .hover .hover-bg {
	transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transition: .6s;
	-o-transition: .6s;
	-moz-transition: .6s;
	-webkit-transition: .6s;
}
.home-pro .cp-list li:hover .pic{
	box-shadow: 1px 1px 15px rgba(0,0,0,.2);}
.home-pro .cp-list li .hover .section {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}
.home-pro .cp-list li .hover h4 {
	font-size: 19px;
	color: rgb(255, 255, 255);
	margin-bottom: 10px;
}
.home-pro .cp-list li .hover .btn {
	display: inline-block;
	padding: 0 5px;
	height: 30px;
	line-height: 28px;
	color: #fff;
	border: 1px solid #fff;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	font-style: 12px;
	display:none;
}
.home-pro .cp-list li:hover .hover .btn{ display:inline-block;}
.home-pro .cp-list li .hover .btn:hover {
	background: #fff;
	color: rgb(16, 104, 174);
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
a.pro-more{
	position:relative;
    color: #fff;
	text-align:center;
    background: #1068ae;
    display:block;
    width: 115px;
    height: 45px;
    line-height: 43px;
	margin:15px auto 0;
    border: 1px solid #1068ae;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
	}
a.pro-more:hover {
    color: #1068ae;
    background: transparent;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.home-about a.pro-more{ display:none;}

.home-about {
	padding: 80px 0 ;
	background: url(../images/bg_1.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.home-about .home-tit h3 {
	background: #f1f1f1;
}
.home-about .home-tit h4 span {
	background: #f1f1f1;
}
.home-about .about-info {
	position: relative;
}
.home-about .about-info .tit {
	position: absolute;
	z-index: 9;
	left: 45px;
	bottom: 0;
	color: #fff;
	width: 160px;
}
.home-about .about-info .tit .logo {
	height: 140px;
	line-height: 138px;
	font-size: 0;
	text-align: center;
	border: 2px solid #1068ae;
}
.home-about .about-info .tit .logo img{ width:100%;}

.home-about .about-info .tit .text {
	width: 100%;
	display: table;
	height: 320px;
	background: rgba(16,104,174,.8);
	padding-left: 10px;
}
.home-about .about-info .tit .text .section {
	display: table-cell;
	vertical-align: middle;
}
.home-about .about-info .tit .text h4 {
	font-size: 18px;
	margin-bottom: 2px;
}
.home-about .about-info .tit .text span {
	width: 22px;
	height: 1px;
	display: block;
	margin-top: 20px;
	background: #fff;
}
.home-about .top {
	color: rgb(81, 81, 81);
	text-align: justify;
	line-height: 2;
	height: 6em;
	overflow: hidden;
	  text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	margin: 40px 0 30px;
	width: 550px;
	margin-left: 250px;
	border-bottom: none;
	text-indent:2em;
}
.home-about .bottom {
	position: relative;
}
.home-about .bottom .img {
	width: 840px;
}
.home-about .bottom .img img {
	width: 100%;
}
.home-about .bottom .info-list {
	position: absolute;
	z-index: 10;
	left: 840px;
	bottom: 0;
	color: #333;
	text-align: center;
}
.home-about .bottom .info-list ul {
	background: #ddd;
	width: 270px;
	padding: 35px 0;
}
.home-about .bottom .info-list ul li {
	margin-bottom: 30px;
}
.home-about .bottom .info-list ul li:last-child {
	margin-bottom: 0;
}
.home-about .bottom .info-list h4 {
	font-size: 35px;
 
	margin-bottom: 5px;
}
.home-about .bottom .info-list h4 i {
	font-size: 14px;
}
.home-about .bottom .info-list p {
	line-height: 1.6;
}
.home-about .bottom .info-list a.btn {
	font-size: 12px;
	color: #fff;
	position: absolute;
	left: 100%;
	top: 105px;
	background: #1068ae;
	display: block;
	width: 115px;
	height: 45px;
	line-height: 43px;
	border: 1px solid #1068ae;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transform: translate(-50%);
	-o-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-webkit-transform: translate(-50%);
}
.home-about .bottom .info-list a.btn:after {
	position: absolute;
	content: '';
	width: 22px;
	height: 45px;
	left: 50%;
	top: 100%;
	border: 2px solid #1068ae;
	border-left: none;
	border-top: none;
}
.home-about .bottom .info-list a.btn:before {
	position: absolute;
	content: '';
	width: 22px;
	height: 45px;
	left: 50%;
	bottom: 100%;
	border: 2px solid #1068ae;
	border-left: none;
	border-bottom: none;
}
.home-about .bottom .info-list a.btn:hover {
	color: #1068ae;
	background: transparent;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.home-news {
	padding: 80px 0;
}
.home-news .news-info {
	position: relative;
	margin-top: 40px;
	padding-left: 55px;
}
.home-news .news-info .left {
	float: left;
	width: 448px;
	padding-bottom: 20px;
	position: relative;
	background: url(../images/bg_2.png) no-repeat left bottom;
	background-size: 100%;
}
.home-news .news-info .left .hover {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-align: center;
	/*background: rgba(255,255,255,.2);*/
}
.home-news .news-info .left .hover .start{ background-color:rgba(16,104,174,.8); color:#FFF; line-height:40px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.home-news .news-info .left a:hover .start{  background-color:rgba(16,104,174,1)}
.home-news .news-info .left .hover img {
	width: 60px;
	height: 60px;
	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-news .news-info .xw-list {
	float: right;
	width: 640px;
}
.home-news .news-info .xw-list li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	transition: .6s;
	-o-transition: .6s;
	-moz-transition: .6s;
	-webkit-transition: .6s;
}
.home-news .news-info .xw-list li:hover{ background-color:#eee;} 
.home-news .news-info .xw-list li:last-child {
	margin-bottom: 0;
}
.home-news .news-info .xw-list li dt {
	float: left;
	width: 98px;
	height: 94px;
	background: #1068ae;
	color: #fff;
	text-align: center;
	padding-top: 12px;
}
.home-news .news-info .xw-list li dt i {
	display: block;
	font-size: 30px;
	margin-bottom: 5px;
}
.home-news .news-info .xw-list li dd {
	float: right;
	width: 525px;
}
.home-news .news-info .xw-list li dd h5 {
	font-size: 15px;
	line-height: 2.2;
	width: 100%;
	overflow: hidden;white-space: nowrap;
	text-overflow: ellipsis;
	color: #3a3a3a;
}
.home-news .news-info .xw-list li:hover dd h5 {
	color: #1068ae;
}
.home-news .news-info .xw-list li dd p {
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	color: rgb(102, 102, 102);
	text-indent:2em;
}
.home-news .news-info  a.btn {
	text-align: center;
	font-size: 12px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 80px;
	background: #1068ae;
	display: block;
	width: 110px;
	height: 45px;
	line-height: 43px;
	border: 1px solid #1068ae;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	z-index: 10;
}
.home-news .news-info a.btn:after {
	position: absolute;
	content: '';
	width: 22px;
	height: 45px;
	right: 50%;
	top: 100%;
	border: 2px solid #1068ae;
	border-right: none;
	border-top: none;
}
.home-news .news-info a.btn:before {
	position: absolute;
	content: '';
	width: 22px;
	height: 45px;
	right: 50%;
	bottom: 100%;
	border: 2px solid #1068ae;
	border-right: none;
	border-bottom: none;
}
.home-news .news-info a.btn:hover {
	color: #1068ae;
	background: transparent;
	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: 25px;
	height: 25px;
	top: 10px;
	left: auto;
	right: 10px;
	background: url(../images/close.png) no-repeat left top;
	background-size: 100%;
}
.remodal-close:before {
	display: none;
}
.home-hz {
	padding-bottom: 35px;
}
.home-hz li {
	float: left;
	text-align: center;
	width: 20%;
	margin-top: 35px;
}
.home-hz li img {
	max-width: 82%;
}
.pc-foot {
	color: #666;
	background: url(../images/foot_bg.jpg) no-repeat left top;
	background-size: 100% 49px;
	padding-bottom: 15px;
}
.pc-foot a {
	color: #666;
}
.pc-foot a:hover {
	text-decoration: underline;
	color: #1068ae;
}
.pc-foot dl {
	float: left;
}
.pc-foot dl:nth-child(1) {
	margin-left: 40px;
	width: 210px;
}
.pc-foot dl:nth-child(2) {
	margin-left: 115px;
	width: 420px;
}
.pc-foot dl:nth-child(1) li {
	float: left;
	width: 50%;
	margin-bottom: 10px;
}
.pc-foot dl:nth-child(2) li {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	line-height: 16px;
}
.pc-foot dl:nth-child(2) li:nth-child(3) i{ font-size:13px;}
.pc-foot dl:nth-child(2) li .ico {
	float: left;
	width: 20px;
	text-align: center;
	font-size: 16px;
	color: #1068ae;
	margin-right: 15px;
}
.pc-foot dl:nth-child(2) li span {
	display: block;
	float: left;
	width: 85%;
}
.pc-foot dl dt {
	color: #f8f8f9;
	font-size: 16px;
	height: 49px;
	line-height: 49px;
	margin-bottom: 20px;
}
.pc-foot dl dt i {
	font-size: 12px;
	margin-left: 15px;
}
.pc-foot dl:nth-child(3) {
	margin-left: 100px;
	width: 230px;
}
.pc-foot dl:nth-child(3) dd{
	display: flex;
	justify-content: center;}
.pc-foot dl .code {
	float: left;
	width: 120px;
	margin-right: 20px;
}
.pc-foot dl .code img {
	width: 100%;
}
.pc-foot dl:nth-child(3) p {
	
	line-height: 2.1;
	margin-top: 25px;
}
.copyright{ text-align:center; border-top: 1px solid #f1f1f1; padding-top:15px; margin-top:5px;}
.copyright .gn {
    display: inline-block;
    padding-left: 22px;
    background: url(../images/ga.png) left center no-repeat;
}


.top02 {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 100;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fafafa;
    color: #00457c;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out
}
.top02:hover {
    background: #1068ae;
}

.top02:hover i{
    color: #fff
}

.top02 i {
    position: relative;
    z-index: 10;
    display: block;
    color: #333;
    font-size: 24px;
	line-height:40px;
}

.top02:after {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #fafafa;
    content: "";
    opacity: .3;
    animation: zding 1s infinite linear
}

.top02.active {
    display: inline-block
}
@keyframes zding {
    from {
        transform: scale(.7)
    }

    to {
        transform: scale(1)
    }
}
/*手机底部*/
.mobile-foot {
	background: #1068ae;
	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: #1068ae;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
#banner-pic {
	position: relative;
	height: 215px;
}
#banner-pic img {
	width: 100%;
}
#banner-pic .section {
	position: absolute;
	z-index: 9;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}
#banner-pic .section h3 {
	font-size: 28px;
	margin-bottom: 10px;
 
	text-transform: uppercase;
	text-shadow: 0px 2px 1px rgba(6, 0, 1, 0.11);
}
#banner-pic .section h4 {
	font-size: 24px;
	text-shadow: 0px 2px 1px rgba(6, 0, 1, 0.11);
}
.about-tit {
	padding: 35px 0;
	color: #333;
	text-align: center;
}
.about-tit h3 {
	font-size: 24px;
	margin-bottom: 5px;
}
.about-tit h4 {
	font-size: 13px;
}
.about-intro .article {
	padding: 30px 0 50px;
	background: #fafafa;
}
.about-intro .article h4 {
	font-size: 13px;
	color: #333;
	margin-bottom: 10px;
}
.about-intro .article h5 {
	font-size: 16px;
	margin-bottom: 10px;
}
.about-intro .article p {
	line-height: 2;
}
.about-intro .article ul {
	width:100%;
	max-width: 900px;
	display: inline-block;
	text-align:center;
}
.about-intro .article li {
	float: left;
	margin-top: 30px;
}
.about-intro .article li:nth-child(2) {
	display: inline-block;
	float: none;
}
.about-intro .article li:nth-child(3) {
	float: right;
} 
.about-intro .article li dt {
	float: left;
	font-size: 36px;
	margin-right: 20px;
	line-height: 2;
	height: 61px;
	line-height: 61px;

}
.about-intro .article li:nth-child(1) dt img {
	height: 30px;
}
.about-intro .article li dt img {
	height: 36px;
}
.about-intro .article li dd {
	float: left;
	text-align: left;
}
.about-intro .article li dd span {
	display: block;
	font-size: 28px;
	color: #868686;
	margin-bottom: 5px;
}
.about-intro .article li dd span strong{ font-weight:normal;}
.about-intro .article li dd em {
	font-size: 14px;
}
.about-fc {
	padding-bottom: 140px;
	background: #fafafa;
}
.about-fc .pic-text {
	height: 347px;
	background: url(../images/bg_3.jpg) no-repeat left center;
	background-size: 100% 100%;
}
.about-fc .pic-text .in-box {
	height: 308px;
	background: #1068ae;
	position: relative;
	top: 160px;
	padding: 45px 45px 0 0;
	color: #fff;
}
.about-fc .pic-text .in-box .img {
	width: 560px;
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 9;
}
.about-fc .pic-text .in-box .img img {
	width: 100%;
}
.about-fc .pic-text .in-box .section {
	width: 500px;
	float: right;
}
.about-fc .pic-text .in-box .section h4 {
	font-size: 20px;
	position:relative;
}
.about-fc .pic-text .in-box .section h4 i{ position:absolute; right:0; top:0;}
.about-fc .pic-text .in-box .section h4 i a{ font-size:14px; color:#FFF;}
.about-fc .pic-text .in-box .section span {
	display: block;
	width: 20px;
	height: 1px;
	margin-top: 8px;
	background: #fff;
}
.about-fc .pic-text .in-box .section p {
	line-height: 2;
	margin-top: 15px;
	text-indent:2em;
}
.about-js {
	padding: 40px 0 75px;	
}
.about-js .js {
	position: relative;
}
.about-js .js:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #d2d2d2;
	position: absolute;
	z-index: 8;
	left: 0;
	top: 43px;
}
.about-js .js-swiper {
	padding: 0 28px;
	position: relative;
	z-index: 9;
}
.about-js .js-swiper:after,
.about-js .js-swiper:before {
	content: '';
	width: 7px;
	height: 7px;
	position: absolute;
	z-index: 9;
	background: #c2c2c2;
	border-radius: 50%;
	border-radius: 50%;
	left: 0;
	top: 40px;
}
.about-js .js-swiper:after {
	left: auto;
	right: 0;
}
.about-js .js-swiper .swiper-container {
	padding-bottom: 45px;
}
.about-js .js-swiper h4 {
	color: #656565;
}
.about-js .js-swiper h4 time {
	font-size: 20px;
	color: #404040;
}
.about-js .js-swiper em {
	display: block;
	height: 5px;
	background: #c2c2c2;
	margin: 15px 0 10px;
}
.about-js .js-swiper .swiper-slide-active em,
.about-js .js-swiper .swiper-slide:hover em {
	background: #1068ae;
}
.about-js .js-swiper p {
	color: #656565;
	line-height: 1.8;
}
.about-js .js-swiper .swiper-button-next,
.about-js .js-swiper .swiper-button-prev {
	top: auto;
	left: 50%;
	bottom: 0;
	margin: 0;
	background: url(../images/arrow.png) no-repeat left center;
	width: 34px;
	height: 22px;
	margin-left: -34px;
}
.about-js .js-swiper .swiper-button-next {
	left: auto;
	right: 50%;
	background: url(../images/arrow.png) no-repeat right center;
	margin-right: -34px;
}

.pic-list{display: flex;flex-flow: wrap;margin:0 -1%; padding-bottom:10px;}
.pic-list li{width: 23%;margin:0 1% 20px;overflow: hidden;}

.pic-list .img{display: block;overflow: hidden;}
.pic-list img{transition: all 0.5s; width:100%; border:solid #eee 1px;}
.pic-list .p{text-align: center;padding:10px 0;min-height: 71px; border-bottom: 3px solid #f0f0f0;font-size: 18px;color: #444444;position: relative;}
.pic-list .p:after{position: absolute;content: "";width:0;transition: all 0.5s; height: 3px;background-color: #3c98db;bottom:-3px;left: 0;display: block;}
.pic-list li:hover .p:after{width: 100%;transition: all 0.5s;}
.pic-list li:hover img{transform: scale(1.1);transition: all 0.5s;}
.pic-list li:hover img{transform: scale(1.1);transition: all 0.5s;}


.honor-detail,.honor-detail img{ max-width:600px;}

/*产品中心*/
.pro{ padding:0;}
.pro .cp-list li{ padding:0 15px; margin-bottom:30px; width:25%;}
.pro .cp-list{ margin-top:0; }

/*联系我们*/

.contact-us {
	padding: 0 0 30px;
}
#allmap{width:100%;height:400px; font-size:14px;}
#allmap .title1{ font-size:16px; font-weight:bold;}
.contact-us .contact-lx {
	padding: 20px 0;
}
.contact-us .contact-lx .lx-list li {
	float: left;
	text-align: center;
	width: 33.33%;
	color: rgb(102, 102, 102);
	margin-top: 20px;
	text-align: center;
}
.contact-us .contact-lx .lx-list li dt {
	display: inline-block;
	background: #1068ae;
	color: #fff;
	font-size: 40px;
	width: 85px;
	height: 85px;
	line-height: 85px;
	border-radius: 50%;
	margin-bottom: 20px;
	-webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -o-transition: -o-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out;
}
.contact-us .contact-lx .lx-list li:hover dt{-webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);}
.contact-us .contact-lx .lx-list li dd {
	line-height: 1.8;
}
.contact-us .contact-form .form .fg {
	float: left;
	width: 49%;
	margin-bottom: 15px;
	height: 48px;
	line-height: 46px;
	border: 1px solid #e0e0e0;
}
.contact-us .contact-form .form .fg input {
	height: 100%;
	padding-left: 8px;
	width:100%;
}
.contact-us .contact-form .form .fg:nth-child(2n) {
	float: right;
}
.contact-us .contact-form .form textarea {
	width: 100%;
	border: 1px solid #e0e0e0;
	padding: 8px;
	resize: none;
	height: 177px;
	clear: both;
	display: block;
	font: 14px "Roboto", "Arial", sans-serif;
}
.contact-us .contact-form .form button {
	display: block;
	width: 150px;
	height: 48px;
	line-height: 44px;
	margin: 25px auto 0;
	font-size: 16px;
	border: 2px solid #1068ae;
	color: #1068ae;
	text-align: center;
	transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.contact-us .contact-form .form button:hover {
	background: #1068ae;
	color: #fff;
	transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
/*新闻*/
.news-page {
	padding: 0 0 15px;
}

.news-page .news-list li {
	float: left;
	padding: 15px 0;
	width: 100%;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	height: auto;
}
.news-page .news-list li:hover{ background-color:#fafafa}
.news-page .news-list li a {
	display: block;
	/*float: left;*/
	position: relative;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.news-page .news-list li dt {
	float: left;
	width: 	23%;
}
.news-page .news-list li dd {
	float:right;
	color: #666;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	width: 75%;
}
.news-page .news-list li dd h4 {
	color: #000;
	font-size: 16px;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	margin: 13px 0 20px;
	float: left;
	width: 100%;
}
.news-page .news-list li:hover dd h4 {
	color: rgb(16, 104, 174);
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.news-page .news-list li dd h4 span {
	display: block;
	float: left;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-page .news-list li dd h4 time {
	float: right;
}
.news-page .news-list li dd p {
	line-height: 2;
	height: 6em;
	overflow: hidden;
	clear: both;
	text-indent:2em;
}
/*新闻详情*/
.news-detial {
	color: #666;
	padding: 40px 0;
	line-height: 2;
}
.service-detail{
	color: #666;
	padding: 0 0 40px;
	line-height: 2;
	}
.news-detial  img,.service-detail img{ display:block; margin:0 auto; max-width:100%;}

.news-detial .tit {
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px dotted #b6b6b6;
	margin-bottom: 25px;
}
.news-detial h3 {
	color: #535151;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 1.5;
}
.news-detial p {
	line-height: 2;
	margin-bottom: 15px;
}
.news-detial .bottom {
	margin-top: 30px;
}
.news-detial .bottom a {
	color: rgb(16, 104, 174);
	border-radius: 5px;
	border: 1px solid rgb(16, 104, 174);
	padding: 8px 20px;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.news-detial .bottom a:hover {
	background: rgb(16, 104, 174);
	color: #fff;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.news-detial .bottom a i {
	margin-right: 5px;
}
.news-detial .bottom a:last-child i {
	margin: 0 0 0 5px;
}
.pages-nav {
	text-align: center;
	color: #636363;
	padding: 0 0 30px;
}
.pages-nav .page {
	display: inline-block;
}
.pages-nav ul {
	display: inline-block;
}
.pages-nav ul li{
	display: inline-block;
	margin: 0 3px;
	background: #eee;
	color: #636363;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}
.pages-nav ul li a{
	color: #636363;
}
.pages-nav ul li.active{
	background: rgb(16, 104, 174);
	color: #fff;
}
.pages-nav ul li:hover{
	background: rgb(16, 104, 174);
	color: #fff;
}
.pages-nav ul li:hover a{
	color: #fff;
}
.pages-nav span {
	display: inline-block;
	background: #eee;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}
.pages-nav span i {
	font-size: 14px;
	margin: 0 2px;
}
.hz-list {
	padding: 40px 0 20px;
	text-align: center;
}
.hz-list a img{ width:100%;
	-webkit-filter: grayscale(100%); 
-moz-filter: grayscale(100%); 
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%); 
filter: grayscale(100%); 
filter: gray; }
.hz-list a:hover img{ 
-webkit-filter: grayscale(0); 
-moz-filter: grayscale(0); 
-ms-filter: grayscale(0); 
-o-filter: grayscale(0); 
filter: grayscale(0); 
filter:;}


.detail-pic{ text-align:center;}
.detail-pic img{display: inline; max-width:350px; margin-bottom:10px;}

.jz{display: flex;
    justify-content: center;
    align-items: center
}
/*合作伙伴*/
.partner-page {
	padding: 0 0 40px;
}
.partner-list li {
	float: left;
	width: 23%;
    margin: 0 1% 20px;
	text-align: center;
	margin-bottom:30px;
}
.partner-list li a {
	display: block;
}
.partner-list li img {
	position: relative;
	width:100%;
	
	top: 0;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.partner-list li:hover img {
	top: -10px;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
/*.partner-list li:nth-child(4n) {
	margin-right: 0;
}
*/
/*人才中心*/
.job_ul {
    padding: 0px;
    width: 100%;
}
.job_ul > li {
    width: 100%;
    line-height: 44px;
    text-align: left;
    background: #f1f1f1;
    margin-bottom: 1px;
    position: relative;
	list-style:none;
}
.job_ul > li a {
    font-size: 16px;
    color: #383737;
    margin-left: 2%;
}
.job_ul > li i {
    position: absolute;
    right: 20px;
    top: 14px;
    color: #a09f9f;
}
.job_content {
    width: 100%;
    padding: 2%;
    border: 1px solid #f1f1f1;
    border-top: none;
    margin-bottom: 8px;
    display: none;
	background:#fafafa;
}
.job_content p.job_tit {
    color: #343434;
}
.job_content p {
    font-size: 14px;
    color: #7b7979;
    margin-bottom: 5px;
}

.job_content p {
    font-size: 14px;
    color: #848383;
    margin-bottom: 5px;
}
.job_ul > li.active .job_content {
    display: block;
}
.job_ul > li.active .fa-plus-circle {
    display: none;
}
.job_ul > li.active .fa-minus-circle {
    display: block;
}
.job_ul > li .fa-minus-circle {
    display: none;
}
.job_bottom{ font-size:18px; color:#383737;}
.job_img img{ width:100%;}
#ps{line-height:2; max-width:600px;display:none; font-size:16px;}
@media (min-width: 1200px) {
	.container {
	    width: 1170px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.container {
	    width: 970px;
	}
	#header .menubox .menu ul {
		margin-left: 90px;
	}
	#header .menubox .menu ul li {
		margin-left: 30px;
	}
	#header .head-bottom .head-search form {
		width: 850px;
	}
	#home-banner .hover .section {
		bottom: 10%;
	}
	#home-banner .hover .section .img img {
		height: 160px;
	}
	#home-banner .mouse {
		margin-top: 40px;
	}
	#home-banner .mouse img {
		height: 45px;
	}
	.home-pro {
		padding: 60px 0 100px;
	}
	.home-tit:after {
		width: 160px;
		height: 25px;
		top: -15px;
	}
	.home-tit h3 {
		font-size: 23px;
		margin-bottom: 10px;
		padding: 0 12px;
	}
	.home-tit h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.home-tit h4 span {
		padding: 0 20px;
	}
	.home-pro .cp-list li {
		margin-top: 30px;
	}
	.home-pro .cp-list li .hover h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.home-pro .cp-list li .hover a.btn {
		width: 95px;
		height: 30px;
		line-height: 28px;
		margin-top: 40px;
	}
	.home-about {
		padding: 60px 0 70px;
	}
	.home-about .about-info .tit {
		width: 140px;
		left: 25px;
	}
	.home-about .about-info .tit .logo {
		height: 120px;
		line-height: 118px;
	}
	.home-about .about-info .tit .logo img {
		height: 75px;
	}
	.home-about .about-info .tit .text {
		height: 270px;
		padding-left: 25px;
	}
	.home-about .about-info .tit .text h4 {
		font-size: 17px;
	}
	.home-about .about-info .tit .text span {
		width: 20px;
		margin-top: 16px;
	}
	.home-about .top {
		margin: 30px 0 20px;
		width: 450px;
		margin-left: 190px;
	}
	.home-about .bottom .img {
		width: 710px;
	}
	.home-about .bottom .info-list {
		left: 710px;
	}
	.home-about .bottom .info-list ul {
		width: 230px;
		padding: 30px 0;
	}
	.home-about .bottom .info-list ul li {
		margin-bottom: 20px;
	}
	.home-about .bottom .info-list h4 {
		font-size: 32px;
	}
	.home-about .bottom .info-list h4 i {
		font-size: 14px;
	}
	.home-about .bottom .info-list a.btn {
		top: 100px;
		width: 100px;
		height: 42px;
		line-height: 40px;
	}
	a.btn:before,
	a.btn:after {
		width: 20px;
		height: 43px;
	}
	.home-news {
		padding: 60px 0;
	}
	.home-news .news-info {
		margin-top: 20px;
		padding-left: 50px;
	}
	.home-news .news-info .left {
		width: 380px;
		padding-bottom: 16px;
	}
	.home-news .news-info .left .hover img {
		width: 50px;
		height: 50px;
	}
	.home-news .news-info .xw-list {
		float: right;
		width: 520px;
	}
	.home-news .news-info .xw-list li {
		margin-bottom: 10px;
	}
	.home-news .news-info .xw-list li dt {
		width: 80px;
		height: 78px;
		padding-top: 6px;
	}
	.home-news .news-info .xw-list li dt i {
		font-size: 27px;
	}
	.home-news .news-info .xw-list li dd {
		width: 430px;
	}
	.home-news .news-info .xw-list li dd h5 {
		font-size: 15px;
		line-height: 1.8;
	}
	.home-news .news-info .xw-list li dd p {
		line-height: 1.7;
		height: 3.4em;
	}
	.home-news .news-info  a.btn {
		width: 100px;
		height: 40px;
		line-height: 38px;
	}
	.home-hz {
		padding-bottom: 25px;
	}
	.home-hz li {
		margin-top: 25px;
	}
	.pc-foot dl:nth-child(2) {
		margin-left: 140px;
	}
	.pc-foot dl:nth-child(3) {
		margin-left: 90px;
	}
	#banner-pic .section h3 {
		font-size: 36px;
		margin-bottom: 10px;
	}
	#banner-pic .section h4 {
		font-size: 22px;
	}
	.about-tit {
		padding: 30px 0;
	}
	.about-tit h3 {
		font-size: 22px;
	}
	.about-intro .article {
		padding: 20px 0 40px;
	}
	.about-intro .article h4 {
		font-size: 17px;
		margin-bottom: 6px;
	}
	.about-intro .article h5 {
		font-size: 15px;
		margin-bottom: 6px;
	}
	.about-intro .article ul {
		width: 100%;
	}
	.about-intro .article li {
		margin-top: 20px;
	}
	.about-intro .article li dt {
		margin-right: 15px;
		height: 61px;
		line-height: 61px;
	}
	.about-intro .article li:nth-child(1) dt img {
		height: 27px;
	}
	.about-intro .article li dt img {
		height: 33px;
	}
	.about-intro .article li dd span {
		font-size: 26px;
		margin-bottom: 5px;
	}
	.about-intro .article li dd em {
		font-size: 14px;
	}
	.about-fc {
		padding-bottom: 100px;
	}
	.about-fc .pic-text {
		height: 320px;
	}
	.about-fc .pic-text .in-box {
		height: 270px;
		top: 130px;
		padding: 25px 25px 0 0;
	}
	.about-fc .pic-text .in-box .img {
		width: 480px;
		left: 15px;
		bottom: 15px;
	}
	.about-fc .pic-text .in-box .section {
		width: 410px;
	}
	.about-fc .pic-text .in-box .section h4 {
		font-size: 19px;
	}
	.about-fc .pic-text .in-box .section span {
		margin-top: 5px;
	}
	.about-fc .pic-text .in-box .section p {
		margin-top: 10px;
	}
	.about-js {
		padding: 0px 0 65px;	
	}
	.tabBox {
		padding-bottom: 100px;
	}
	.pp-dw {
		padding: 20px 0 70px;
	}
	.pp-list ul li {
		margin-top: 30px;
	}
	.contact-us {
		padding: 50px 0 120px;
	}
	.contact-us .contact-lx {
		padding: 10px 0;
	}
	.contact-us .contact-lx .lx-list li {
		margin-top: 15px;
	}
	.contact-us .contact-lx .lx-list li dt {
		font-size: 37px;
		width: 80px;
		height: 80px;
		line-height: 80px;
		margin-bottom: 15px;
	}
	.contact-us .contact-form .form .fg {
		margin-bottom: 12px;
		height: 45px;
		line-height: 43px;
	}
	.contact-us .contact-form .form textarea {
		height: 160px;
	}
	.contact-us .contact-form .form button {
		width: 140px;
		height: 45px;
		line-height: 41px;
		margin: 20px auto 0;
		font-size: 15px;
	}
	.hz-list {
		padding: 30px 0;
	}
	.partner-page {
		padding: 0 0 30px;
	}
	.partner-list li {
		margin-bottom:30px;
	}
	.partner-list li:hover img {
		top: -10px;
	}
}
@media (max-width: 991px) {
	.visible-xs{display: block;}
	body {
	    -webkit-transition: all .3s ease .2s;
	    -moz-transition: all .3s ease .2s;
	    transition: all .3s ease .2s;
	    position: relative;
	    right: 0px;
	    padding: 116px 0 51px;
	}
	#header {
		position: fixed;
		z-index: 1000;
		width: 100%;
		background: #fff;
		left: 0;
		top: 0;
		-webkit-transition: all .3s ease .2s;
	    -moz-transition: all .3s ease .2s;
	    -ms-transition: all .3s ease .2s;
	    transition: all .3s ease .2s;
	}
	.container {
	    width: 100%;
	    padding: 0 15px;
	}
	#header .head-top span.left {
		display: none;
	}
	#header .head-bottom {
		height: 80px;
		line-height: 80px;
	}
	#header .head-bottom .logo {
		float: left;
		font-size: 0;
		position: relative;
		z-index: 1000;
	}
	#header .head-bottom .logo img {
		height: 60px;
	}
	.menu-handler{
		display: block;
	}
	#header .menubox{
	    display: inline-block;
	    position: fixed;
	    background-color: #fff;
	    float: right;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    width: 0px;
	    line-height: 0;
	    z-index: 1000;
	    zoom: 1;
	    height: 100%;
	    overflow-x: hidden;
	    overflow-y: auto;
	    -webkit-overflow-scrolling: touch;
	    -webkit-transform: perspective(600px) rotateY(90deg);
	    -moz-transform: perspective(600px) rotateY(90deg);
	    -ms-transform: perspective(600px) rotateY(90deg);
	    transform: perspective(600px) rotateY(90deg);
	    -webkit-transform-origin: left center 0;
	    -moz-transform-origin: left center 0;
	    -ms-transform-origin: left center 0;
	    transform-origin: left center 0;
	    -webkit-transform-style: preserve-3d;
	    -moz-transform-style: preserve-3d;
	    -ms-transform-style: preserve-3d;
	    transform-style: preserve-3d;
	    -webkit-transition: all .3s ease .2s;
	    -moz-transition: all .3s ease .2s;
	    -ms-transition: all .3s ease .2s;
	    transition: all .3s ease .2s;
	    opacity: 0;
    	left: auto;
	}
	.open #header {
		left: -240px;
		-webkit-transition: all .3s ease .2s;
	    -moz-transition: all .3s ease .2s;
	    -ms-transition: all .3s ease .2s;
	    transition: all .3s ease .2s;
	}
	.open .mobile-foot {
		left: -240px;
		-webkit-transition: all .3s ease .2s;
	    -moz-transition: all .3s ease .2s;
	    -ms-transition: all .3s ease .2s;
	    transition: all .3s ease .2s;
	}
	.open #header .menubox{
		-webkit-transform: perspective(600px) rotateY(0deg);
	    -moz-transform: perspective(600px) rotateY(0deg);
	    -ms-transform: perspective(600px) rotateY(0deg);
	    transform: perspective(600px) rotateY(0deg);
	    width: 240px;
	    opacity: 1;
	}
	#header .menubox .container{
		width: auto;
		padding: 20px 0 0;
	}
	#header .menubox .menu ul {
		margin: 0;
		height: auto;
	}
	#header .menubox .menu ul li{
		width: 100%;
		margin: 0;
		float: left;
		height: auto;
	}
	#header .menubox .menu ul li a{
	    padding: 0px 30px;
	    height: 40px;
	    line-height: 39px;
	    font-size: 14px;
	    position: relative;
	    display: block;
	    text-align: left;
	    width: 100%;
	    border-bottom: 1px solid #666;
	}
	#header .head-bottom .head-search {
		float: right;
		width: 100%;
		height: 40px;
		position: relative;
	}
	#header .head-bottom .head-search .search-btn {
		display: none;
	}
	#header .head-bottom .head-search form {
		position: relative;
		width: 100%;
		right: 0;
		display: block;
		height: 40px;
		line-height: 39px;
		border-bottom: 1px solid #666;
	}
	#header .head-bottom .head-search form input {
		width: 100%;
		font-size: 14px;
		padding-left: 8px;
	}
	#header .menubox .menu ul li dl{
		width: 100%;
		margin-left: 0;
		left: 0;
		position: static;
		transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		-moz-transform: translate(0);
		-webkit-transform: translate(0);
	}
	#header .menubox .menu ul li dl dd a{
		height: auto;
		border: none;
	}
	#header .menubox .menu ul li.on>a:after{
		display: none;
	}
	.pc-foot {
		display: none;
	}
	.mobile-foot {
		display: block;
		-webkit-transition: all .3s ease .2s;
	    -moz-transition: all .3s ease .2s;
	    -ms-transition: all .3s ease .2s;
	    transition: all .3s ease .2s;
	}
	
	#header .head-top .right{ float:none; text-align:center; font-size:12px;}
	#header .head-top .right ul li:last-child{ display:none;}
	.ban_float .text .h2{ font-size:22px;}
	.ban_float .text .p{ font-size:14px;}
	.home-service li dt {
   
    font-size: 20px;
    width: 60px;
    height: 60px;
    line-height: 50px;
    margin-bottom: 0px;
    border: solid #ddd 5px;
}

.about-intro .article li dd{ float:none;}
.isub-tit ul.sub-tit li{ width:33.33%; float:left;}
ul.sub-tit .dropdown-menu li{width:100%;}
.dropdown-menu>li>a {
	width:100%;
}

.pro .cp-list li{ width:33.33%;}

}
@media (min-width: 768px) and (max-width: 991px) {
	.container {
	    width: 750px;
	}
	#home-banner .hover .section {
		bottom: 10%;
	}
	#home-banner .hover .section .img img {
		height: 130px;
	}
	#home-banner .mouse {
		margin-top: 20px;
	}
	#home-banner .mouse img {
		height: 35px;
	}
	.home-service{ padding:50px 0;}
	.home-pro {
		padding: 50px 0 50px;
	}
	.pro {
		padding: 0;
	}
	.home-tit:after {
		width: 150px;
		height: 22px;
		top: -12px;
	}
	.home-tit h3 {
		font-size: 21px;
		margin-bottom: 10px;
		padding: 0 12px;
	}
	.home-tit h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.home-tit h4 span {
		padding: 0 20px;
	}
	.home-pro .cp-list li {
		margin-top: 25px;
	}
	.home-pro .cp-list li .hover h4 {
		font-size: 17px;
		margin-bottom: 10px;
	}
	.home-pro .cp-list li .hover a.btn {
		width: 90px;
		height: 28px;
		line-height: 26px;
		margin-top: 30px;
	}
	.home-about {
		padding: 40px 0 50px;
	}
	.home-about .about-info .tit {
		width: 130px;
		left: 20px;
	}
	.home-about .about-info .tit .logo {
		height: 110px;
		line-height: 108px;
	}
	.home-about .about-info .tit .logo img {
		height: 65px;
	}
	.home-about .about-info .tit .text {
		height: 228px;
		padding-left: 10px;
	}
	.home-about .about-info .tit .text h4 {
		font-size: 16px;
	}
	.home-about .about-info .tit .text span {
		width: 20px;
		margin-top: 16px;
	}
	.home-about .top {
		margin: 20px 0 10px;
		width: 380px;
		margin-left: 170px;
	}
	.home-about .bottom .img {
		width: 570px;
	}
	.home-about .bottom .info-list {
		left: 570px;
	}
	.home-about .bottom .info-list ul {
		width: 150px;
		padding: 20px 0;
	}
	.home-about .bottom .info-list ul li {
		margin-bottom: 15px;
	}
	.home-about .bottom .info-list h4 {
		font-size: 29px;
	}
	.home-about .bottom .info-list h4 i {
		font-size: 14px;
	}
	.home-about .bottom .info-list a.btn {
		display:none;
		top: 90px;
		width: 85px;
		height: 40px;
		line-height: 38px;
	}
	.home-about a.pro-more{ display:block;}
	a.pro-more{
		
    width: 100px;
    height: 40px;
    line-height: 38px;
	font-size:12px;
		}
	a.btn:before,
	a.btn:after {
		width: 16px;
		height: 40px;
	}
	.home-news {
		padding: 40px 0;
	}
	.home-news .news-info {
		margin-top: 20px;
		padding-left: 0;
	}
	.home-news .news-info .left {
		width: 100%;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.home-news .news-info .left .hover img {
		width: 50px;
		height: 50px;
	}
	.home-news .news-info .xw-list {
		float: right;
		width: 100%;
		margin-bottom: 15px;
	}
	.home-news .news-info .xw-list li {
		margin-bottom: 10px;
	}
	.home-news .news-info .xw-list li dt {
		width: 75px;
		height: 72px;
		padding-top: 6px;
	}
	.home-news .news-info .xw-list li dt i {
		font-size: 25px;
	}
	.home-news .news-info .xw-list li dd {
		width: 87%;
	}
	.home-news .news-info .xw-list li dd h5 {
		font-size: 14px;
		line-height: 1.8;
	}
	.home-news .news-info .xw-list li dd p {
		line-height: 1.7;
		height: 3.4em;
	}
	.home-news .news-info  a.btn {
		clear: both;
		width: 100px;
		height: 40px;
		line-height: 38px;
		position: relative;
		left: 0;
		bottom: 0;
		margin: 0 auto;
	}
	.home-news .news-info a.btn:before,
	.home-news .news-info a.btn:after {
		display: none;
	}
	.home-hz {
		padding-bottom: 25px;
	}
	.home-hz li {
		margin-top: 25px;
	}
	#banner-pic .section h3 {
		font-size: 34px;
		margin-bottom: 5px;
	}
	#banner-pic .section h4 {
		font-size: 20px;
	}
	.about-tit {
		padding: 25px 0;
	}
	.about-tit h3 {
		font-size: 20px;
	}
	.about-intro .article {
		padding: 18px 0 30px;
	}
	.about-intro .article h4 {
		font-size: 16px;
		margin-bottom: 6px;
	}
	.about-intro .article h5 {
		font-size: 15px;
		margin-bottom: 6px;
	}
	.about-intro .article ul {
		width: 100%;
	}
	.about-intro .article li {
		margin-top: 16px;
	}
	.about-intro .article li dt {
		margin-right: 10px;
		height: 58px;
		line-height: 58px;
	}
	.about-intro .article li:nth-child(1) dt img {
		height: 24px;
	}
	.about-intro .article li dt img {
		height: 30px;
	}
	.about-intro .article li dd span {
		font-size: 24px;
		margin-bottom: 2px;
	}
	.about-intro .article li dd em {
		font-size: 14px;
	}
	.about-fc {
		padding-bottom: 40px;
	}
	.about-fc .pic-text {
		height: 250px;
	}
	.about-fc .pic-text .in-box {
		height: 230px;
		top: 50px;
		padding: 15px 15px 0 0;
	}
	.about-fc .pic-text .in-box .img {
		width: 320px;
		left: 10px;
		bottom: 10px;
	}
	.about-fc .pic-text .in-box .section {
		width: 360px;
	}
	.about-fc .pic-text .in-box .section h4 {
		font-size: 17px;
	}
	.about-fc .pic-text .in-box .section span {
		margin-top: 5px;
	}
	.about-fc .pic-text .in-box .section p {
		margin-top: 10px;
		line-height: 1.6;
	}
	.about-js {
		padding: 10px 0 55px;	
	}
	.about-js .js:after {
		top: 41px;
	}
	.about-js .js-swiper {
		padding: 0 20px;
	}
	.about-js .js-swiper:after,
	.about-js .js-swiper:before {
		top: 38px;
	}
	.about-js .js-swiper .swiper-container {
		padding-bottom: 35px;
	}
	.about-js .js-swiper h4 time {
		font-size: 18px;
	}
	
	.pic-list li {
    width: 31.33%;
    margin: 0 1% 20px;
}
	

	.contact-us {
		padding: 30px 0 90px;
	}
	.contact-us .contact-lx {
		padding: 5px 0;
	}
	.contact-us .contact-lx .lx-list li {
		margin-top: 10px;
	}
	.contact-us .contact-lx .lx-list li dt {
		font-size: 34px;
		width: 70px;
		height: 70px;
		line-height: 70px;
		margin-bottom: 10px;
	}
	.contact-us .contact-form .form .fg {
		margin-bottom: 10px;
		height: 40px;
		line-height: 38px;
	}
	.contact-us .contact-form .form textarea {
		height: 130px;
	}
	.contact-us .contact-form .form button {
		width: 120px;
		height: 40px;
		line-height: 36px;
		margin: 15px auto 0;
		font-size: 14px;
	}
	.news-page {
		padding: 30px 0 40px;
	}
	.news-page .news-list li {
		padding: 13px 0;
	}
	.news-page .news-list li dd p {
    height: 4em;
}
	.news-page .news-list li dd h4 {
		font-size: 15px;
		margin: 10px 0 15px;
	}
	.news-detial {
		padding: 30px 0;
	}
	.news-detial .tit {
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	.news-detial h3 {
		margin-bottom: 13px;
		font-size: 18px;
	}
	.news-detial p {
		margin-bottom: 13px;
	}
	.news-detial .bottom {
		margin-top: 20px;
	}
	.news-detial .bottom a {
		padding: 6px 20px;
	}
	.pages-nav {
		padding: 16px 0;
	}
	.pages-nav span i {
		font-size: 13px;
	}
	.hz-list {
		padding: 20px 0;
	}
	.partner-page {
		padding: 0 0 50px;
	}
	.partner-list li {
		width: 31.33%;
    margin: 0 1% 20px;
	}
	.partner-list li:hover img {
		top: -6px;
	}
		
.ban_float .text .h2{transform:translate(-100px,-50px); }
.ban_float .text .p{transform:translate(-100px,-50px);}
}
@media (min-width: 480px) and (max-width: 767px) {
	body {
		font-size: 13px;
	}
	#home-banner .hover .section {
		bottom: 5%;
	}
	#home-banner .hover .section .img img {
		height: 100px;
	}
	#home-banner .mouse {
		margin-top: 20px;
	}
	#home-banner .mouse img {
		height: 25px;
	}
	.home-service{ padding:40px 0;}
	.home-pro {
		padding: 40px 0 40px;
	}
	.home-tit:after {
		width: 130px;
		height: 22px;
		top: -12px;
	}
	.home-tit h3 {
		font-size: 19px;
		margin-bottom: 10px;
		padding: 0 12px;
	}
	.home-tit h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.home-tit h4 span {
		padding: 0 20px;
	}
	.home-pro .cp-list li {
		width: 50%;
	}
	.home-pro .cp-list li .hover h4 {
		font-size: 16px;
		margin-bottom: 6px;
	}
	.home-pro .cp-list li .hover a.btn {
		width: 90px;
		height: 28px;
		line-height: 26px;
		margin-top: 30px;
	}
	.home-about {
		padding: 30px 0;
	}
	.home-about .about-info .tit {
		position: relative;
		width: auto;
		left:0;
		margin-top: 15px;
	}
	.home-about .about-info .tit .logo {
		height: 90px;
		width: 100px;
		line-height: 86px;
		border-bottom: 2px solid #1068ae;
		float: left;
	}
	.home-about .about-info .tit .logo img {
		height: 58px;
	}
	.home-about .about-info .tit .text {
		height: 90px;
		padding-left: 10px;
		float: left;
		width:calc(100%/1 - 100px);
		/*width: 77%;*/
	}
	.home-about .about-info .tit .text h4 {
		font-size: 15px;
	}
	.home-about .about-info .tit .text span {
		width: 20px;
		margin-top: 13px;
	}
	.home-about .top {
		margin: 10px 0;
		width: 100%;
		margin-left: 0;
		clear: both;
	}
	.home-about .bottom .img {
		width: 100%;
	}
	.home-about .bottom .info-list {
		left: 0;
		position: relative;
	}
	.home-about .bottom .info-list ul {
		width: 100%;
		padding: 15px 0;
		float: left;
		margin: 15px 0;
	}
	.home-about .bottom .info-list ul li {
		margin-bottom: 15px;
		float: left;
		width: 33.33%;
	}
	.home-about .bottom .info-list h4 {
		font-size: 26px;
		margin-bottom: 0;
	}
	.home-about .bottom .info-list h4 i {
		font-size: 13px;
	}
	.home-about .bottom .info-list a.btn {
		position: relative;
		top: 0;
		width: 85px;
		height: 38px;
		line-height: 36px;
		clear: both;
		left: 50%;
	}
	a.btn:before,
	a.btn:after {
		display: none;
	}
	.home-news {
		padding: 30px 0;
	}
	.home-news .news-info {
		margin-top: 15px;
		padding-left: 0;
	}
	.home-news .news-info .left {
		width: 100%;
		padding-bottom: 12px;
		margin-bottom: 5px;
	}
	.home-news .news-info .left .hover img {
		width: 40px;
		height: 40px;
	}
	.home-news .news-info .xw-list {
		float: right;
		width: 100%;
		margin-bottom: 10px;
	}
	.home-news .news-info .xw-list li {
		margin-bottom: 10px;
	}
	.home-news .news-info .xw-list li dt {
		width: 66px;
		height: 62px;
		padding-top: 6px;
	}
	.home-news .news-info .xw-list li dt i {
		font-size: 22px;
		margin-bottom: 2px;
	}
	.home-news .news-info .xw-list li dd {
		width: 83%;
	}
	.home-news .news-info .xw-list li dd h5 {
		font-size: 14px;
		line-height: 1.5;
	}
	.home-news .news-info .xw-list li dd p {
		line-height: 1.5;
		height: 3em;
	}
	.home-news .news-info  a.btn {
		clear: both;
		width: 85px;
		height: 38px;
		line-height: 36px;
		position: relative;
		left: 0;
		bottom: 0;
		margin: 0 auto;
	}
	.remodal {
		padding: 20px 25px;
	}
	.remodal-close {
		width: 15px;
		height: 15px;
		top: 6px;
		right: 6px;
	}
	.home-hz {
		padding-bottom: 15px;
	}
	.home-hz li {
		margin-top: 15px;
	}
	#banner-pic .section h3 {
		font-size: 30px;
		margin-bottom: 5px;
	}
	#banner-pic .section h4 {
		font-size: 19px;
	}
	.about-tit {
		padding: 20px 0;
	}
	.about-tit h3 {
		font-size: 18px;
	}
	.about-intro .article {
		padding: 15px 0 20px;
	}
	.about-intro .article h4 {
		font-size: 15px;
		margin-bottom: 6px;
	}
	.about-intro .article h5 {
		font-size: 14px;
		margin-bottom: 6px;
	}
	.about-intro .article ul {
		width: 100%;
	}
	.about-intro .article li {
		margin-top: 12px;
		width: 33.33%;
		text-align: center;
		padding: 0 15px;
	}
	.about-intro .article li dt {
		margin-right: 0;
		height: 35px;
		line-height: 35px;
		float: none;
	}
	.about-intro .article li:nth-child(1) dt img {
		height: 21px;
	}
	.about-intro .article li dt img {
		height: 27px;
	}
	.about-intro .article li dd {
		text-align: center;
	}
	.about-intro .article li dd span {
		font-size: 20px;
		margin-bottom: 2px;
	}
	.about-intro .article li dd em {
		font-size: 13px;
	}
	.about-fc {
		padding-bottom: 0;
	}
	.about-fc .pic-text {
		height: auto;
		padding: 15px 0;
	}
	.about-fc .pic-text .in-box {
		height: auto;
		top: 0;
		padding: 10px;
	}
	.about-fc .pic-text .in-box .img {
		position: relative;
		width: 100%;
		left: 0;
		bottom: 0;
	}
	.about-fc .pic-text .in-box .section {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.about-fc .pic-text .in-box .section h4 {
		font-size: 16px;
	}
	.about-fc .pic-text .in-box .section span {
		margin-top: 5px;
	}
	.about-fc .pic-text .in-box .section p {
		margin-top: 10px;
		line-height: 1.6;
	}
	.about-js {
		padding: 10px 0 45px;	
	}
	.about-js .js:after {
		top: 39px;
	}
	.about-js .js-swiper {
		padding: 0 20px;
	}
	.about-js .js-swiper:after,
	.about-js .js-swiper:before {
		top: 36px;
	}
	.about-js .js-swiper .swiper-container {
		padding-bottom: 30px;
	}
	.about-js .js-swiper h4 time {
		font-size: 17px;
	}

	.contact-us {
		padding: 20px 0 60px;
	}
	.contact-us .contact-lx {
		padding: 5px 0;
	}
	.contact-us .contact-lx .lx-list li {
		margin-top: 10px;
		width: 50%;
	}
	.contact-us .contact-lx .lx-list li dt {
		font-size: 30px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		margin-bottom: 10px;
	}
	.contact-us .contact-form .form .fg {
		margin-bottom: 10px;
		height: 40px;
		line-height: 38px;
	}
	.contact-us .contact-form .form textarea {
		height: 130px;
	}
	.contact-us .contact-form .form button {
		width: 120px;
		height: 40px;
		line-height: 36px;
		margin: 15px auto 0;
		font-size: 14px;
	}
	.news-page {
		padding: 20px 0 30px;
	}
	.news-page .news-list li {
		padding: 10px 0;
	}
	.news-page .news-list li dt {
		width: 	23%;
	}
	.news-page .news-list li dd {
		width: 75%;
	}
	.news-page .news-list li dd h4 {
		font-size: 14px;
		margin: 5px 0 10px;
	}
	.news-page .news-list li dd h4 span {
		width: 70%;
	}
		.news-detial {
		padding: 20px 0;
	}
	.news-detial .tit {
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.news-detial h3 {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.news-detial p {
		margin-bottom: 10px;
	}
	.news-detial .bottom {
		margin-top: 20px;
	}
	.news-detial .bottom a {
		padding: 6px 18px;
	}
	.pages-nav {
		padding: 13px 0;
	}
	.pages-nav span i {
		font-size: 13px;
	}
	.hz-list {
		padding: 20px 0;
	}
	.partner-page {
		padding: 0px 0 40px;
	}
	.partner-list li {
		    width: 31.33%;
    margin: 0 1% 20px;
	}
	/*.partner-list li:nth-child(4n) {
		margin-right: 2%;
	}
	.partner-list li:nth-child(3n) {
		margin-right: 0;
	}*/
	.partner-list li:hover img {
		top: -6px;
	}
	.pic-list li {
    width: 31.33%;
    margin: 0 1% 20px;
}
.detail-pic img{ max-width:100%;}
.ban_float .text .h2{transform:translate(-100px,-50px); }
.ban_float .text .p{transform:translate(-100px,-50px);}
}
@media (max-width: 479px) {
	body {
		font-size: 12px;
		padding: 90px 0 51px;
	}
	input,button,select,textarea {
		font-size: 12px;
	}
	#header .head-top {
		height: 30px;
		line-height: 30px;
	}
	#header .head-top .right {
		width: 100%;
	}
	#header .head-top .right li {
		margin: 0 1px;
	}
	#header .head-bottom {
		height: 60px;
		line-height: 60px;
		box-shadow: 1px 1px 10px rgba(0,0,0,.1);
	}
	#header .head-bottom .logo img {
		height: 45px;
	}
	.menu-handler {
		margin-top: 5px;
	}
	#home-banner .hover .section {
		bottom: 5%;
	}
	#home-banner .hover .section .img img {
		height: 75px;
	}
	#home-banner .mouse {
		margin-top: 10px;
	}
	#home-banner .mouse img {
		height: 20px;
	}
	#home-banner .swiper-button-next,#home-banner .swiper-button-prev{ display:none;}
	.ban_float .text .h2{text-shadow:1px 1px 0px #fff;}
	
	.ban_float .text .p{ display:none;}
	.home-tit h5{ display:none;}
	.home-service{ padding:30px 0;}
	.home-service li dd{ padding:0; font-size:12px;}
	.home-pro {
		padding: 30px 0 30px;
	}
	.pro{ padding:0;}
	.home-tit:after {
		width: 110px;
		height: 20px;
		top: -11px;
	}
	.home-tit h3 {
		font-size: 17px;
		margin-bottom: 10px;
		padding: 0 12px;
	}
	.home-tit h4 {
		font-size: 15px;
		margin-bottom: 8px;
	}
	.home-tit h4 span {
		padding: 0 10px;
	}
	
	ul.sub-tit>li{width:50%;float:left;}
	ul.sub-tit>li>a{padding:10px 0;width:100%;}
	
	.home-service li dd h2{ font-size:14px;}
	.home-service li p{ display:none;}
	.home-pro .cp-list li {
		width: 50%;
	}
	.home-pro .cp-list{ margin-top:5px;}
	.home-pro .cp-list li .hover h4 {
		font-size: 16px;
		margin-bottom: 6px;
	}
	.home-pro .cp-list li .hover a.btn {
		width: 90px;
		height: 28px;
		line-height: 26px;
		margin-top: 20px;
	}
	.home-about {
		padding: 25px 0;
	}
	.home-about .about-info .tit {
		position: relative;
		width: auto;
		left: 0;
		margin-top: 12px;
	}
	.home-about .about-info .tit .logo {
		height: 75px;
		width: 80px;
		line-height: 71px;
		border-bottom: 2px solid #1068ae;
		float: left;
	}
	
	.home-about .about-info .tit .text {
		height: 75px;
		padding-left: 10px;
		float: left;
		width:calc(100%/1 - 80px);
		/*width: 72%;*/
	}
	.home-about .about-info .tit .text h4 {
		font-size: 13px;
	}
	.home-about .about-info .tit .text span {
		width: 20px;
		margin-top: 10px;
	}
	.home-about .top {
		margin: 6px 0;
		width: 100%;
		margin-left: 0;
		clear: both;
	}
	.home-about .bottom .img {
		width: 100%;
	}
	.home-about .bottom .info-list {
		left: 0;
		position: relative;
	}
	.home-about .bottom .info-list ul {
		width: 100%;
		padding: 12px 0;
		float: left;
		margin: 10px 0;
	}
	.home-about .bottom .info-list ul li {
		    margin-bottom: 15px;
    float: left;
    width: 33.33%;
	}
	.home-about .bottom .info-list ul li p:last-child{ display:none;}
	.home-about .bottom .info-list h4 {
		font-size: 23px;
		margin-bottom: 0;
	}
	.home-about .bottom .info-list h4 i {
		font-size: 12px;
	}
	
	.home-about .bottom .info-list a.btn {
		position: relative;
		top: 0;
		width: 80px;
		height: 36px;
		line-height: 34px;
		clear: both;
		left: 50%;
	}
	a.pro-more{width: 80px;
		height: 36px;
		line-height: 34px;}
	a.btn:before,
	a.btn:after {
		display: none;
	}
	.home-news {
		padding: 30px 0;
	}
	.home-news .news-info {
		margin-top: 12px;
		padding-left: 0;
	}
	.home-news .news-info .left {
		width: 100%;
		padding-bottom: 10px;
		margin-bottom: 5px;
	}
	.home-news .news-info .left .hover img {
		width: 36px;
		height: 36px;
	}
	.home-news .news-info .xw-list {
		float: right;
		width: 100%;
		margin-bottom: 10px;
	}
	.home-news .news-info .xw-list li {
		margin-bottom: 10px;
	}
	.home-news .news-info .xw-list li dt {
		width: 60px;
		height: 58px;
		padding-top: 6px;
	}
	.home-news .news-info .xw-list li dt i {
		font-size: 19px;
		margin-bottom: 2px;
	}
	.home-news .news-info .xw-list li dd {
		width: 77%;
	}
	.home-news .news-info .xw-list li dd h5 {
		font-size: 13px;
		line-height: 1.5;
	}
	.home-news .news-info .xw-list li dd p {
		line-height: 1.5;
		height: 3em;
	}
	.home-news .news-info  a.btn {
		clear: both;
		width: 85px;
		height: 35px;
		line-height: 33px;
		position: relative;
		left: 0;
		bottom: 0;
		margin: 0 auto;
	}
	.remodal {
		padding: 10px 15px;
	}
	.remodal-close {
		width: 10px;
		height: 10px;
		top: 3px;
		right: 3px;
	}
	.home-hz {
		padding-bottom: 15px;
	}
	.home-hz li {
		width: 33.33%;
		margin-top: 15px;
	}
	#banner-pic{ display:none;}
	#banner-pic .section h3 {
		font-size: 25px;
		margin-bottom: 5px;
	}
	#banner-pic .section h4 {
		font-size: 16px;
	}
	.about-tit {
		padding: 15px 0;
	}
	.about-tit h3 {
		font-size: 16px;
	}
	.about-intro .article {
		padding: 12px 0 15px;
	}
	.about-intro .article h4 {
		font-size: 14px;
		margin-bottom: 6px;
	}
	.about-intro .article h5 {
		font-size: 13px;
		margin-bottom: 6px;
	}
	.about-intro .article ul {
		width: 100%;
	}
	.about-intro .article li {
		margin-top: 10px;
		width: 33.33%;
		text-align: center;
		padding: 0 10px;
	}
	.about-intro .article li dt {
		margin-right: 0;
		height: 32px;
		line-height: 32px;
		float: none;
	}
	.about-intro .article li:nth-child(1) dt img {
		height: 20px;
	}
	.about-intro .article li dt img {
		height: 25px;
	}
	.about-intro .article li dd {
		text-align: center;
	}
	.about-intro .article li dd span {
		font-size: 18px;
		margin-bottom: 2px;
	}
	.about-intro .article li dd em {
		font-size: 13px;
	}
	.about-fc {
		padding-bottom: 0;
	}
	.about-fc .pic-text {
		height: auto;
		padding: 15px 0;
	}
	.about-fc .pic-text .in-box {
		height: auto;
		top: 0;
		padding: 10px;
	}
	.about-fc .pic-text .in-box .img {
		position: relative;
		width: 100%;
		left: 0;
		bottom: 0;
	}
	.about-fc .pic-text .in-box .section {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.about-fc .pic-text .in-box .section h4 {
		font-size: 15px;
	}
	.about-fc .pic-text .in-box .section span {
		margin-top: 5px;
	}
	.about-fc .pic-text .in-box .section p {
		margin-top: 10px;
		line-height: 1.6;
	}
	.about-js {
		padding: 10px 0 25px;	
	}
	.about-js .js:after {
		top: 38px;
	}
	.about-js .js-swiper {
		padding: 0 20px;
	}
	.about-js .js-swiper:after,
	.about-js .js-swiper:before {
		top: 35px;
	}
	.about-js .js-swiper .swiper-container {
		padding-bottom: 30px;
	}
	.about-js .js-swiper h4 time {
		font-size: 16px;
	}
	
.pic-list li {
    width: 48%;
}
.pro .cp-list li{ width:50%;}

.home-pro .cp-list{margin-right: -5px; margin-left: -5px;}
.home-pro .cp-list li{ padding:0 5px; margin-bottom:10px;}	

	.contact-us {
		padding: 20px 0 40px;
	}
	.contact-us .contact-lx {
		padding: 5px 0;
	}
	.contact-us .contact-lx .lx-list li {
		margin-top: 10px;
		width: 100%;
	}
	.contact-us .contact-lx .lx-list li dt {
		font-size: 24px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		margin-bottom: 10px;
	}
	.contact-us .contact-form .form .fg {
		margin-bottom: 10px;
		height: 40px;
		width: 100%;
		line-height: 38px;
	}
	.contact-us .contact-form .form textarea {
		height: 100px;
	}
	.contact-us .contact-form .form button {
		width: 120px;
		height: 40px;
		line-height: 36px;
		margin: 15px auto 0;
		font-size: 14px;
	}
	.news-page {
		padding: 20px 0 30px;
	}
	.news-page .news-list li {
		padding: 10px 0;
	}
	.news-page .news-list li dt {
		width: 	100%;
	}
	.news-page .news-list li dd {
		margin-left: 0;
		width: 100%;
	}
	.news-page .news-list li dd h4 {
		font-size: 13px;
		margin: 8px 0 8px;
	}
	.news-page .news-list li dd h4 span {
		width: 75%;
	}
	.news-detial {
		padding: 15px 0;
	}
	.news-detial .tit {
		padding-bottom: 10px;
		margin-bottom: 13px;
	}
	.news-detial h3 {
		margin-bottom: 10px;
		font-size: 15px;
	}
	.news-detial p {
		margin-bottom: 10px;
	}
	.news-detial .bottom {
		margin-top: 15px;
	}
	.news-detial .bottom a {
		padding: 4px 15px;
	}
	.pages-nav {
		padding: 10px 0 15px;
	}
	.pages-nav ul li {
		margin: 5px 1px;
	}
	.hz-list {
		padding: 10px 0;
	}
	.partner-page {
		padding: 0 0 20px;
	}
	.partner-list li {
		    width: 48%;
		    margin: 0 1% 15px;
	}
	.partner-list li:nth-child(4n) {
		margin-right: 2%;
	}
	.partner-list li:nth-child(2n) {
		margin-right: 0;
	}
	.partner-list li:hover img {
		top: -6px;
	}
	
	.hidden-xs{ display:none!important;}
	.pic-list{ padding-bottom:0;}
	.pic-list .p{ font-size:14px;}
	.detail-pic img{ max-width:100%;}
	
.ban_float .text .h2{transform:translate(-100px,-50px); }
.ban_float .text .p{transform:translate(-100px,-50px);}
}