﻿@charset "utf-8";
/* CSS Document */

/*****Basic Element*****/
* {
	padding: 0;
	margin: 0;
	font-family: "", "黑体";
}
*:focus {
	outline:none;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
}
img {
	border: none;
}
img{max-width:100%}
body {
}
/*****Generic Classes*****/
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.ww {
	width: 950px;
	margin: 0 auto;
}
/*****Basic Layout*****/
#wrap {
	position: relative;
}
/*****Top*****/
#top {
	height:35px;
	background:#ededed;
	font-size:14px;
	color:#0088de;
	line-height:34px;
	overflow:hidden;
}
input,textarea {outline: none}
.rslides {position: relative;list-style: none;overflow: hidden;width: 100%;padding: 0;margin: 0;}
.rslides li {-webkit-backface-visibility: hidden;position: absolute;display: none;width: 100%;left: 0;top: 0;}
.rslides li:first-child {position: relative;display: block;float: left;}
.rslides img {display: block;height: auto;float: left;width: 100%;border: 0;}
.slide_container {margin-bottom: 50px;position: relative;width: 100%;}
.slide {position: relative;list-style: none;overflow: hidden;width: 100%;padding: 0;margin: 0;}
.slide li {position: absolute;width: 100%;left: 0;top: 0;}
.slide img {display: block;position: relative;z-index: 1;height: auto;width: 100%;border: 0;}
.slide .caption {display: block;position: absolute;z-index: 2;font-size: 20px;text-shadow: none;color: #fff;background: #000;background: rgba(0,0,0, .8);left: 0;right: 0;bottom: 0;padding: 10px 20px;margin: 0;max-width: none;}
.slide_nav {position: absolute;-webkit-tap-highlight-color: rgba(0,0,0,0);top: 52%;left: 0;opacity: 0.7;z-index: 3;text-indent: -9999px;overflow: hidden;text-decoration: none;height: 61px;width: 38px;background: transparent url("../images/themes.gif") no-repeat left top;margin-top: -45px;}
.slide_nav:active {opacity: 1.0;}
.slide_nav.next {left: auto;background-position: right top;right: 0;}
#top a {
	color:#0088de;
}
#top p {
	max-width:px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin-top: 1px;
}
#top a.qq {
	display:inline-block;
	height:34px;
	padding-left:30px;
	/*background:url(../images/icon_qq_03.png) no-repeat 5px center;*/
	background:url(../images/icon_qq_03.png) no-repeat 5px 9px;
	padding-top: 2px;
}
#top .form {
	background:#fff;
	border:1px #0088de solid;
	border-radius:4px;
	height:20px;
	margin:7px 0 0 10px;
	font-size:0;
}
#top input {
	display:inline-block;
	vertical-align:top;
	height:20px;
	line-height:20px;
	border:0;
	background:none;
	font-size:14px;
	color:#333;
	padding:0 10px;
}
#top .btn_ser {
	width:24px;
	background:url(../images/btn_search_03.png) no-repeat center center;
	cursor:pointer;
	padding:0;
	vertical-align:top;
}
/*****Header*****/
#header {
	overflow:hidden;
	padding:15px 0;
}
#header .tel {
	font-weight:bold;
	font-size:24px;
	color:#0088de;
	padding:25px 0 25px 60px;
	background:url(../images/phone_032.png) no-repeat left center;
}
/*****导航*****/
#nav {
	height:30px;
	background:#0088de;
}
.nav > li {
	padding:0 40px;
	position:relative;
}
.nav > li > a {
	font-size:14px;
	color:#fff;
	line-height:30px;
}
.nav .sub {
	display:none;
	position:absolute;
	left:12px;
	top:30px;
	background:#0088de8f;
	z-index:99999;
	width:130px;
	/*text-align:center;*/
	padding:5px 0;
}
.nav .sub li{
	overflow: hidden;
}
.nav .sub li a {
	display:block;
	height:28px;
	line-height:28px;
	font-size:12px;
	color:#fff;
	margin-left: 38px;
}
.nav .sub li:hover {
	background:#0088de;
}
/*****Banner*****/
.flexslider {
	width: 100%;
	margin: 0 auto;
	position: relative;
	height: 400px;
	overflow: hidden;
	background: url(../images/loading.gif) 50% no-repeat;
}
.slides {
	position: relative;
	z-index: 1;
}
.slides li {
	height: 400px;
}
.flex-control-nav {
	position: absolute;
	bottom: 10px;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.flex-control-nav li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
 *display:inline;
	zoom: 1;
}
.flex-control-nav a {
	display: inline-block;
	width: 12px;
	height: 12px;
	line-height: 40px;
	overflow: hidden;
	background: url(../images/dot.png) right 0 no-repeat;
	cursor: pointer;
}
.flex-control-nav .flex-active {
	background-position: 0 0;
}
/*.flex-direction-nav {*/
	/*position: absolute;*/
	/*z-index: 3;*/
	/*width: 100%;*/
	/*top: 45%;*/
/*}*/
/*.flex-direction-nav li a {*/
	/*display: block;*/
	/*width: 50px;*/
	/*height: 50px;*/
	/*overflow: hidden;*/
	/*cursor: pointer;*/
	/*position: absolute;*/
/*}*/
/*.flex-direction-nav li a.flex-prev {*/
	/*left: 40px;*/
	/*background: url(../images/prev.png) center center no-repeat;*/
/*}*/
/*.flex-direction-nav li a.flex-next {*/
	/*right: 40px;*/
	/*background: url(../images/next.png) center center no-repeat;*/
/*}*/
/*产品分类*/
.cate {
	padding: 45px 0 30px 0;
}
.cate ul {
	padding-left:90px;
}
.cate li {
	text-align: center;
	padding-bottom: 30px;
}
.cate li a {
	display: block;
	width: 260px;
	padding-top: 160px;
}
.cate li a h3 {
	font-size: 18px;
	color: #616161;
}
.cate li a span {
	display: block;
	font-size: 18px;
	color: #616161;
}
.cate li a.cate1 {
	background: url(../images/icon_cate1_03.png) no-repeat center top;
}
/*.cate li a.cate1:hover {
	background: url(../images/icon_cate1_h_03.png) no-repeat center top;
}*/
.cate li a.cate2 {
	background: url(../images/icon_cate2_03.png) no-repeat center top;
}
/*.cate li a.cate2:hover {
	background: url(../images/icon_cate2_h_03.png) no-repeat center top;
}*/
.cate li a.cate3 {
	background: url(../images/icon_cate3_03.png) no-repeat center top;
}
/*.cate li a.cate3:hover {
	background: url(../images/icon_cate3_h_03.png) no-repeat center top;
}*/
/*公司简介*/
.intitle {
	text-align:center;
	padding-bottom:30px;
	border-top:2px #0088de solid;
}
.intitle h2 {
	display:inline-block;
	font-size:24px;
	line-height:26px;
	color:#0088de;
	background:#fff;
	margin-top:-16px;
	padding:0 20px;
}
.intitle span {
	display:block;
	font-weight:normal;
	font-size:24px;
	color:#ababab;
}
.formore {
	width: 106px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin: 40px auto 0;
	background: #0088de;
	font-size: 12px;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.formore a {
	color: #fff;
	display: block;
	font-size: 12px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.formore a:after {
	background: #fff;
	content: "";
	height: 155px;
	left: -75px;
	opacity: 0.2;
	position: absolute;
	top: -50px;
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
	-webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 50px;/*z-index: -10;*/
}
.formore a:hover:after {
	left: 120%;
	-webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.formore a:hover {
 *background: #98427b;
	background: #98427b\0/;
}
.about {
	padding-bottom:40px;
}
.about img {
	border:1px #cacaca solid;
}
.about .nr {
	width:495px;
	font-size:14px;
	color:#585858;
	line-height:35px;
}
.about .formore {
	margin-top:70px;
}
/*产品展示*/
.product {
	background: #f1f1f1;
	padding:60px 0 40px 0;
}
.product .intitle h2 {
	background:#f1f1f1;
}
.product li {
	width: 272px;
	margin-right: 67px;
	text-align: center;
}
.product li .imgbox {
	width: 272px;
	height: 250px;
	position:relative;
	overflow: hidden;
}
.product li .imgbox .ceng {
	position:absolute;
	top:0;
	left:0;
	width:272px;
	height:250px;
	line-height:250px;
	background:url(../images/black_03.png);
	text-align:center;
	font-size:14px;
	color:#fff;
	transition:0.5s;
	transform:scale(0);
}
.product li a:hover .imgbox .ceng {
	display:block;
	transition:0.5s;
	transform:scale(1);
	text-decoration:underline;
}
.product li img {
	display: block;
	    margin: 0 auto;
	height: 250px;
	opacity: 1;
	transform: scale(1, 1);
	transition-timing-function: ease-out;
	transition-duration: 400ms;
}
.product li a:hover img {
	transform: scale(1.1, 1.1);
	transition-timing-function: ease-out;
	transition-duration: 400ms;
}
.product li p {
	text-align: center;
	font-size: 14px;
	color: #616161;
	overflow: hidden;
	tect-overflow: ellipsis;
	white-space: nowrap;
	padding-top: 25px;
}
.product li a:hover p {
	color: #0088de;
}
.product .formore {
	margin-top:60px;
}
/*****首页新闻资讯*****/
.news {
	padding:50px 0 40px 0;
}
.news li {
	width: 430px;
	padding: 0 0px 45px 0px;
}
.news li img {
	display: block;
	width: 144px;
	height: 80px;
	border: 1px #f1f1f1 solid;
}
.news li .bt {
	width: 241px;
	font-size: 14px;
	line-height: 30px;
}
.news li a {
	color: #616161;
}
.news li a:hover {
	color: #0088de;
}
.news .formore {
	margin-top:20px;
}
.contact {
	/*height:590px;*/
	padding-top:58px;
	background:#0088de  url(../images/bg_map_03.jpg) no-repeat center top;
}
.contact h2 {
	font-weight:normal;
	font-size:24px;
	color:#fff;
	line-height:26px;
	padding-bottom:40px;
}
.contact h2 span {
	display:block;
	font-size:30px;
	line-height:30px;
}
.contact .map {
	width:447px;
}
.contact .message {
	width:447px;
	overflow: hidden;
}
.mesbox {
	padding-bottom:8px;
}
.mesbox p {
	padding-left:20px;
	line-height:40px;
	font-size:12px;
	color:#fff;
}
.inbox {
	width:447px;
	height:38px;
	line-height:38px;
	border:1px #e4e4e4 solid;
	background:#fff;
	font-size:0;
	overflow:hidden;
}
.inbox span {
	font-size:12px;
	color:#9b9b9b;
	height:38px;
	line-height:38px;
	padding-left:10px;
	display:inline-block;
	vertical-align:middle;
}
.inbox input {
	display:inline-block;
	vertical-align:middle;
	border:0;
	width:350px;
	height:38px;
	line-height:38px;
	font-size:12px;
}
.areabox .inbox {
	height:114px;
}
.areabox .inbox textarea {
	display:inline-block;
	vertical-align:top;
	height:114px;
	font-size:12px;
	line-height:38px;
	overflow:auto;
	width:400px;
	border:0;
}
.yanz {
	width:320px;
	margin-right:7px;
}
.yanz input {
	width:230px;
}
.btn_tj {
	display:block;
	width:447px;
	height:52px;
	line-height:52px;
	background:#fff;
	border:0;
	font-size:18px;
	color:#000;
	cursor:pointer;
}
/*****Footer*****/
#footer {
	background: #3a3f42;
	/*padding: 25px 0 50px 0;*/
	padding: 20px 0 50px 0;
}
.links {
	border-bottom: 1px #fff solid;
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin-bottom: 45px;
}
.links ul {
	/*padding-left: 30px;*/
	/*height: 39px;*/
	height:36px;
	overflow: hidden;
}
.links li {
	padding-bottom: 20px;
}
.links a {
	color: #fff;
	/*margin: 0 20px;*/
	margin: 0 18px;
}
.links a:hover {
	color: #ddd;
}
.binfo {
	width: 385px;
	font-size: 12px;
	color: #fff;
	line-height: 35px;
}
.binfo a {
	color: #fff;
}
#footer img {
	margin:10px 0px 0px  22px;
}
#footer .btel {
	font-size: 30px;
	color: #fff;
	line-height: 48px;
	padding-left: 60px;
	margin-top: 46px;
	background: url(../images/phone_033.png) no-repeat left center;
}
/*****在线客服飘窗*****/
#kefu {
	position: fixed;
	right: 0;
	bottom: 200px;
	z-index: 9999;
	width: 140px;
	background: #0088de;
	/*padding: 15px 0;*/
	padding: 15px 0px 10px 0px;
}
#kefu h2 {
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	padding-bottom: 8px;
}
#kefu h2 span {
	display: block;
	font-size: 11px;
}
#kefu li {
	border-top: 1px #fff solid;
	/*border-bottom: 1px #fff solid;*/
	margin:0px 7px -1px 7px;
}
#kefu li a {
	display: block;
	height: 46px;
	line-height: 46px;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/icon_qq2_03.png) no-repeat 15px center;
	padding-left: 55px;
}
#kefu li a:hover {
	color: #ddd;
}
#kefu .phone {
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	padding-left: 45px;
	background: url(../images/phone_03.png) no-repeat 15px center;
}






















