body {font-size:14px;font-family:Microsoft Yahei; }
*{margin:0; padding:0;	}
dl {margin:0;}
dt {font-weight:normal;}
ul, li {list-style-type:none;margin:0;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
a {color: #333;text-decoration:none;-o-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
a:hover {text-decoration:none;color:inherit;}
a:focus {text-decoration:none;color:inherit;}
img { border:0;vertical-align:middle;}
table {border-collapse:collapse;}
input {border:0;}
.wrap {
    width:100%;
	overflow:hidden;
    min-width: 320px;
    margin: 0px auto;
    max-width: 640px;
	box-sizing:border-box;
	position:relative;
	padding-bottom: 47px;
}
/*公共样式勿删除*/
.clearfix:after {content: " ";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.clearfix {zoom: 1;}
.container {width:1200px; margin:0 auto;}
.f_b {font-weight:bold;}
.v_m {vertical-align:middle;}
.v_t {vertical-align:top;}
.fl { float:left;}
.fr {float:right;}
.db {display:block;}
.dnb {display:inline-block;}
.d_n {display:none;}
.bod_r50 {border-radius:50%;}
.bod_r {border-radius:5px;}
.p20 {padding:20px;}
.pt5 {padding-top:5px;}
.pb5 {padding-bottom:5px;}
.pl5 {padding-left:5px;}
.pr5 {padding-right:5px;}
.pt10 {padding-top:10px;}
.pb10 {padding-bottom:10px;}
.pl10 {padding-left:10px;}
.pr10 {padding-right:10px;}
.pt15 {padding-top:15px;}
.pl15 {padding-left:15px;}
.pr15 {padding-right:15px;}
.pb15 {padding-bottom:15px;}
.pr20 {padding-right:20px;}
.pb20 {padding-bottom:20px;}
.pl20 {padding-left:20px;}
.pt20 {padding-top:20px;}
.pr25 {padding-right:25px;}
.pb25 {padding-bottom:25px;}
.pl25 {padding-left:25px;}
.pt25 {padding-top:25px;}
.pr30 {padding-right:30px;}
.pb30 {padding-bottom:30px;}
.pl30 {padding-left:30px;}
.pt30 {padding-top:30px;}
.mt5 {padding-top:5px;}
.mb5 {margin-bottom:5px;}
.ml5 {margin-left:5px;}
.mr5 {margin-right:5px;}
.mt10 {margin-top:10px;}
.mb10 {margin-bottom:10px;}
.ml10 {margin-left:10px;}
.mr10 {margin-right:10px;}
.mt15 {margin-top:15px;}
.ml15 {margin-left:15px;}
.mr15 {margin-right:15px;}
.mb15 {margin-bottom:15px;}
.mr20 {margin-right:20px;}
.mb20 {margin-bottom:20px;}
.ml20 {margin-left:20px;}
.ml80 {margin-left:80px;}
.mt20 {margin-top:20px;}
.mr25 {margin-right:25px;}
.mb25 {margin-bottom:25px;}
.ml25 {margin-left:25px;}
.mt25 {margin-top:25px;}
.mr30 {margin-right:30px;}
.mb30 {margin-bottom:30px;}
.ml30 {margin-left:30px;}
.mt30 {margin-top:30px;}
.t_c {text-align:center;}
.t_r {text-align:right;}
.t_l {text-align:left;}
.f36 {font-size:36px;}
.f32 {font-size:32px;}
.f30 {font-size:30px;}
.f28 {font-size:28px;}
.f24 {font-size:24px;}
.f22 {font-size:22px;}
.f20 {font-size:20px;}
.f12 {font-size:12px;}
.f18 {font-size:18px;}
.f16 {font-size:16px;}
.f14 {font-size:14px;}
.bod {border:1px solid #eee;}
.b_t {border-top:1px solid #eee;}
.b_r {border-right:1px solid #eee;}
.bb_d {border-bottom:1px dotted #ddd;}
.bb {border-bottom:1px solid #eee;}
.b_l {border-left:1px solid #eee;}
.lh30 {line-height:30px;}
.lh24 {line-height:24px;}
.t_d {text-decoration:underline;}
.p_r {position:relative;}
.c_p {cursor:pointer;}
.c_6 {color:#666;}
.white { color:#fff;}
.red {color:#f01414;}
.c_9 {color:#999;}
.yellow {color:#fcdd80;}
.blue{color:#1684c9;}
.bgf {background:#fff;}
.orange {color:#ff9000;}
.box_s {box-shadow:0 0 20px #ccc;}
.td2 {text-indent:2em;}
.bgcolor {background:#f5f5f5;}
.green {color:#45b29b;}
.p10 {padding:10px;}
.p15 {padding:15px;}
.p20 {padding:20px;}
.p30 {padding:30px;}
.active {color:#1684c9;}
.container {
	width:1200px;
	margin:0 auto;
}
.top {
	background:#f6f6f6;
	line-height:40px;
}
.top a {
	display:inline-block;
	padding:0 10px;
}
.header {
	padding:20px 0;
}
.logo dl {
	float:left;
	width:150px;
	border-left:1px solid #666666;
	padding-left:10px;
	color:#1684c9;
	margin-left:10px;
}
.logo dt {
	font-size:18px;
	font-weight:bold;
	color:#666666;
}
.nav {
	background: #039432;
	line-height: 55px;
}
.nav li {
	float:left;
	width:12.5%;
	text-align:center;
}
.nav li a {
	display:block;
	color:#fff;
}
.nav li a.on,.nav li a:hover {
	background:#f9770a;
}
.footer {
	background:#282828;
	color:#b6b6b6;
	padding:30px 0;
}
.footer a {
	color:#b6b6b6;
	display:inline-block;
	padding:0 20px;
	border-right:1px dotted #b6b6b6;
}
.footer a:last-child {
	border:none;
}
.f_left {
	width:326px;
	box-sizing:border-box;
	padding-left:35px;
}
.f_center {
	width:570px;
	box-sizing:border-box;
	border-right:1px dotted #b6b6b6;
	border-left:1px dotted #b6b6b6;
	line-height:24px;
	padding-left:20px;
}
.f_right {
	text-align:center;
}
.f_right span {
	display:inline-block;
	margin-left:30px;
}
.partpadding {
	padding:50px 0;
}
.col-3 {
	width:33.333%;
	box-sizing:border-box;
	float:left;
	padding-left:20px;
	padding-right:20px;
}
.title {
	margin:0;
	border-bottom:1px solid #eee;
	padding-bottom:15px;
	line-height:20px;
}
.title b {
	color:#1684c9;
	border-left:5px solid #1684c9;
	padding-left:10px;
	font-size:20px;
}
.newsul li {
	line-height:45px;
	border-bottom:1px dotted #ccc;
	background:url(../images/01_03.png) left center no-repeat;
	padding-left:20px;
}
.newsul li a {
	display:block;
	width:70%;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.newsul li span {
	font-size:12px;
	color:#999;
}
.newsimg img {
	width:100%;
	height:155px;
}
.swiper-container2 img {
	width:100%;
	height:242px;
}

.aq {
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
}
.aq dt {
	padding:10px 0;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.aq dd {
	color:#999;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:2;
overflow: hidden;
}
.lc {
	background:#f7f7f7;
	padding:50px 0;
	text-align:center;
}
.lc h2 {
	font-size:24px;
}
.lc  p {
	color:#666;
	padding:15px 0 30px;
}
.swiper-container2 a {
	display:block;
	padding:25px;
}
.swiper-button-next2 {
	background:url(../images/shouye_73.png) center no-repeat;
	width:50px;
	height:80px;
	right:-50px;
	margin-top:-40px;
}
.swiper-button-prev2 {
	background:url(../images/shouye_70.png) center no-repeat;
	width:50px;
	height:80px;
	left:-50px;
	margin-top:-40px;
}
.fenlei {
	width:270px;
}
.fenlei dl {
	text-align:center;
	color:#fff;
	background:#1684c9;
	padding:20px 0;
	line-height:32px;
}
.fenlei dl dt {
	font-size:24px;
}
.fenlei ul {
	border:1px solid #eee;
}
.fenlei li {
	line-height:48px;
	border-bottom:1px solid #eee;
}
.fenlei li a {
	display:block;
	padding-left:90px;
}
.fenlei li:last-child {
	border:none;
}
.fenlei li a span {
	padding-left:10px;
}
.pro_right {
	width:925px;
}
.pro_right {
	text-align:center;
	margin-right:-20px;
}
.pro_right img {
	width:100%;
	height:187px;
}
.pro_right p {
	padding:10px 0 20px;
}
.rightside {
	width:158px;
	border:1px solid #ddd;
	position:fixed;
	top:50%;
	right:10px;
	text-align:center;
	background:#fff;
	z-index:999;
	line-height:28px;
	margin-top:-205px;
}
.rightside .bgcolor {
	background:#eaeaea;
	padding:15px 0 8px;
	color:#666;
}
.rightside h3 {
	margin:0;
	background:#f28437;
	color:#fff;
	font-size:16px;
	padding:7px 0;
}
.rightside li {
	border-bottom:1px solid #eee;
	padding:5px 0;
}

/**/
.mainbgcolor {
	background:#ececec;
	padding:50px 0;
}
.leftmenu {
	width:235px;
}
.leftmenu h3 {
	margin:0;
	background:#1684c9;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	line-height:60px;
	padding-left:34px;
}
.ul1 li a {
	border-bottom:1px solid #ddd;
	display:block;
	padding-left:52px;
	line-height:48px;
	background:url(../images/hexin_05.png) 30px center no-repeat;
}
.ul1 li a:hover {
	color:#1684c9;
}
.article {
	padding:0 10px;
}
.article li {
	border-bottom:1px dashed #ddd;
	line-height:40px;
	background:url(../images/07_03.png) left center no-repeat;
	padding-left:20px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.article li:last-child {
	border:none;
}
.tel {
	background:#1684c9;
	padding:20px 10px;
	color:#fff;
}
.tel dl {
	background:url(../images/shouye_115.png) left center no-repeat;
	padding-left:55px;
}
.tel dl dd {
	font-size:24px;
}
.banner {
	background:url(../images/news_02.jpg) center no-repeat;
	height:360px;
	color:#fff;
	text-align:center;
	font-size:38px;
}
.banner h3 {
	font-size:40px;
	padding-top:130px;
	margin-top:0;
}
.r_box {
	width:940px;
	min-height:641px;
}
.title_info {
	line-height:50px;
	border-bottom:1px solid #eee;
	padding:0 20px;
}
.title_info b {
	color:#1684c9;
	font-size:18px;
}
.page {
	text-align:center;
	padding:30px 0;
}
.page a {
	display:inline-block;
	padding:6px 12px;
	border:1px solid #ddd;
	color:#666;
}
.page a.on,.page a:hover {
	border:1px solid #1684c9;
	color:#1684c9;
}

/**/
.banner08 {
	background:url(../images/conus_02.jpg) center no-repeat;
}
.c_left {
	font-size:16px;
	line-height:42px;
	width:540px;
}
.c_right {
	text-align:center;
}
.c_right span {
	display:inline-block;
	padding-right:30px;
}
/**/
.banner05 {
	background:url(../images/05_02.jpg) center no-repeat;
}
.prolist li {
	width:33.333%;
	float:left;
}
.prolist li a {
	display:block;
	border:1px solid #eee;
	padding:10px;
	text-align:center;
	margin:15px;
}
.prolist li a p {
	padding-top:10px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.prolist li a img {
	width:100%;
	height:178px;
	border:1px solid #eee;
	box-sizing:border-box;
}
/**/
.banner04 {
	background:url(../images/04_02.jpg) center no-repeat;
}
/**/
.banner03 {
	background:url(../images/03_02.jpg) center no-repeat;
}
/**/
.banner02 {
	background:url(../images/02_02.jpg) center no-repeat;
}
.about_title {
	text-align:center;
	padding:30px 0;
}
.about_title h2 {
	font-weight:bold;
	font-size:24px;
	line-height:36px;
}
.about_list1 .col-3{
	text-align:center;
	font-size:16px;
	padding-bottom:35px;
}

.more01 {
	display:inline-block;
	border:1px solid #1684c9;
	color:#1684c9;
	padding:5px 20px;
}
.about_list2 li a {
	border:none;
	padding:0;
	margin:5px;
}
.newsitem {
	line-height:24px;
	color:#666;
	margin:30px 0;
}
.new_list {
	line-height:24px;
}
/**/
.banner06 {
	background:url(../images/06_02.jpg) center no-repeat;
}
.searvicetitle {
	background:url(../images/fuwu_05.png) left center no-repeat;
	padding-left:20px;
	font-weight:bold;
	color:#1684c9;
	font-size:18px;
}
.table {
	border-bottom:1px solid #ececec;
	border-left:1px solid #ececec;
	margin:20px 0;
}
.table th,.table td {
	padding:10px 15px;
	border-top:1px solid #ececec;
	border-right:1px solid #ececec;
	font-weight:normal;
	text-align:center;
}
.table th {
	background:#ececec;
}
