﻿@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, img, dl, dt, dd, table, th, td, blockquote, fieldset, div, strong, label, em {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 160%;
}
ul, ol, li {
	list-style: none;
}
img, input, button {
	margin: 0;
	padding: 0;
	font-size: 14px;
	vertical-align: middle;
}
body {
	font: 14px/1.5em "Microsoft YaHei", Arial, Helvetica, sans-serif;
	color: #444;
	text-align: left;
}
a {
	color: #444;
	outline: none;
}
a:link {
	color: #444;
	outline: none;
}
a:hover {
	color: #C00;
	text-decoration: none;
}
/* header */
.header {
	width: 1160px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 32px;
	padding-bottom: 32px;
}
.header .header_logo {
	float: left;
}
.header .header_form {
	float: right;
}
.header .form-control {
	border-right: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.header .form-inline {
	margin-top: 20px;
}
.header .btn {
	height: 34px;
	background-color: #eee;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.header .btn:hover {
	background-color: #ddd;
}
@media (max-width:768px) {
	.header {
		width: 96%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.header .form-inline {
		display: none;
	}
}
/* menu */
.menuBg {
	width: 100%;
	background-color: #32a2e3;
}
.menuBg .menu {
	padding: 0;
}
.navbar {
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #108bd3;
}
.navbar-nav .glyphicon {
	margin-left: 10px;
	font-size: 10px;
}
.navbar-collapse {
	padding: 0;
}
.navbar-nav > li > a {
	width: 146px;
	margin: 0;
	padding: 0;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	border: none;
}
.navbar-nav > li > a {
	color: #fff;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
	color: #fff;
	background-color: #108bd3;
}
.navbar-nav > .open > a, .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #108bd3;
}
.dropdown-menu {
	background-color: #fff;
}
.dropdown-menu > li > a {
	width: 146px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom: 1px solid #ddd;
	font-size: 15px;
	color: #333;
	text-align: center;
}
.dropdown-menu > li > a.last-child {
	border-bottom: none;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: #32a2e3;
	color: #fff;
	border-bottom: 1px solid #32a2e3;
}
@media (max-width:768px) {
	.nav > li {
		display: inline-block;
		width: 24%;
	}
	.navbar-nav {
		margin: 0;
		padding-top: 6px;
		padding-bottom:6px;
	}
	.navbar-nav > li > a {
		width: 100%;
		font-size: 15px;
		text-align: center;
		line-height: 28px;
		text-indent: 0;
		border: none;
	}
	.navbar-toggle {
		margin-bottom: 0;
		padding: 8px 9px;
		background-image: none;
	}
	.navbar-toggle .icon-bar {
		width: 28px;
		height: 3px;
		background-color: #fff;
	}
	.navbar-nav > li > .dropdown-menu {
		display: none;
	}
}
/* mainban */
.mainban {	
	margin-right:auto;
	margin-left:auto;
}
.mainban .carousel-inner img{
	min-height:160px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
}
/* mainNews*/
.mainNews {
	margin-top: 48px;
	padding: 0;
}
.mainNews .row {
	margin-right: 0;
	margin-left: 0;
}
.mainNews_lf {
	padding-left: 0;
	padding-right: 0;
}
.mainNews .carousel-indicators {
	bottom: 110px;
	left: 0;
	width: 96%;
	margin-left: 0;
	text-align: right;
}
.mainNews .carousel-inner dl {
	height:100px;
	padding: 12px 15px 16px 15px;
	background-color: #32a2e3;
}
.mainNews .carousel-inner dl dt {
	margin-bottom: 5px;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}
.mainNews .carousel-inner dl dd {
	color: #b3dcf8;
}
.mainNews_rg {
	padding-right: 0;
}
.mainNews_rg .company_icon {
	background: url(../images/icon01.png) no-repeat left center;
}
.mainNews_rg .dynamic_icon {
	background: url(../images/icon02.png) no-repeat left center;
}
.mainNews_rg h2 {
	height: 62px;
	line-height: 62px;
	padding-left: 48px;
	font-size: 24px;
	color: #32a2e3;
}
.mainNews_rg h2 span {
	font-size: 18px;
	color: #20a16e;
}
.mainNews_rg dt {
	margin-bottom: 15px;
}
.mainNews_rg dd {
	padding-left: 14px;
	height: 28px;
	line-height: 28px;
	background: url(../images/icon03.png) no-repeat left center;
	overflow: hidden;
	zoom: 1;
}
.mainNews_rg dd a {
	float: left;
}
.mainNews_rg dd span {
	padding-right: 5px;
	float: right;
	color: #818181;
}
@media (max-width:768px) {
	.mainNews .carousel-inner dl {
		height:inherit;
	}
	.mainNews {
		margin-top: 5px;
	}
	.mainNews .mainNews_lf {
		display: none;
	}
	.mainNews_rg {
		padding-right: 15px;
		padding-left: 15px;
	}
	.mainNews_rg .company_icon {
		background: url(../images/icon01-1.png) no-repeat left center;
	}
	.mainNews_rg .dynamic_icon {
		background: url(../images/icon02-1.png) no-repeat left center;
	}
	.mainNews_rg h2 {
		height:54px;
		height:54px;
		padding-left: 34px;
		font-size: 16px;
	}
	.mainNews_rg h2 span {
		font-size: 14px;
	}
}
/* mainBusiness */
.mainBusiness {
	margin-top: 20px;
	padding-right: 0;
	padding-left: 0;
}
.mainBusiness .mainBusiness_tit {
	height: 60px;
	margin-right: 0;
	margin-left: 0;
	border-bottom: 1px solid #d5d5d5;
}
.mainBusiness .mainBusiness_tit h2 {
	line-height: 60px;
	padding-left: 44px;
	font-size: 24px;
	color: #32a2e3;
	background: url(../images/icon04.png) no-repeat left center;
}
.mainBusiness .mainBusiness_tit h2 span {
	font-size: 18px;
	color: #20a16e;
}
.mainBusiness .mainBusiness_tit .text-right {
	line-height: 60px;
}
.mainBusiness .mainBusiness_pic {
	margin-top: 25px;
	margin-right: 0;
	margin-left: 0;
}
.mainBusiness dl {
	padding-right: 10px;
	padding-left: 10px;
}
.mainBusiness img {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
.mainBusiness dd {
	line-height: 48px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background-color: #32a2e3;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
@media (max-width:768px) {
	.mainBusiness {
		margin-top: 0;
		padding-right: 10px;
		padding-left: 10px;
	}
	.mainBusiness .mainBusiness_tit {
		margin-right: 5px;
		margin-left: 5px;
	}
	.mainBusiness .mainBusiness_pic {
		margin-top: 15px;
	}
	.mainBusiness .mainBusiness_tit .col-md-8 {
		padding-left: 0;
	}
	.mainBusiness dl {
		margin-bottom: 10px;
		padding-right: 5px;
		padding-left: 5px;
	}
	.mainBusiness dd {
		height: 40px;
		line-height: 38px;
		font-size: 16px;
	}
	.mainBusiness .mainBusiness_tit h2 {
		line-height:70px;
		padding-left: 34px;
		font-size: 16px;
		background: url(../images/icon04-1.png) no-repeat left center;
	}
	.mainBusiness .mainBusiness_tit h2 span {
		font-size: 14px;
	}
	.mainBusiness .mainBusiness_tit .text-right {
		display: none;
	}
}
/* cont */
.cont {
	min-height: 640px;
	height: auto;
	margin-top: 40px;
}
.cont_banner {
	width: 100%;
    text-align: :center;
}
.cont_banner img {
margin-right:auto;
margin-left:auto;
}
.sidebar h2 {
	height: 50px;
	line-height: 50px;
	padding-left: 15px;
	font-size: 20px;
	color: #fff;
	background-color: #108bd3;
}
.sidebar ul li {
	font-size: 16px;
}
.sidebar ul li a {
	display: block;
	height: 46px;
	line-height: 46px;
	padding-left: 32px;
	border-right: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	background: url(../images/icon06.png) no-repeat 15px center;
	background-color: #f0f0f0;
}
.sidebar ul li a:hover {
	color: #fff;
	border-right: 1px solid #32a2e3;
	border-left: 1px solid #32a2e3;
	border-bottom: 1px solid #32a2e3;
	background: url(../images/icon07.png) no-repeat 15px center;
	background-color: #32a2e3;
}
.sidebar ul li .active {
	color: #fff;
	border-right: 1px solid #32a2e3;
	border-left: 1px solid #32a2e3;
	border-bottom: 1px solid #fff;
	background: url(../images/icon07.png) no-repeat 15px center;
	background-color: #32a2e3;
}
@media (max-width:768px) {
	.cont {
		min-height: inherit;
		margin-top: 10px;
	}
	.sidebar {
		margin-bottom: 15px;
		padding-right:8px;
		padding-left:8px;
	}
	.sidebar h2 {
		padding-left: 0;
		text-align: center;
		font-size: 20px;
		color: #444;
		font-weight: bold;
		background-color: #fff;
	}
	.sidebar ul {
		margin-top: 5px;
		overflow: hidden;
		zoom: 1;
	}
	.sidebar ul li {
		float: left;
		width:23%;
		font-size:12px;
		margin-right:1%;
		margin-left:1%;
		margin-bottom: 6px;
		text-align:center;
	}
	.sidebar ul li a {
		display: block;
		height: 40px;
		color:#fff;
		line-height: 38px;
		padding-left: 2px;
		padding-right: 2px;
		background: none;
		border: none;
		background-color: #32a2e3;
	}
	.sidebar ul li a:hover {
		border: none;
		background:none;
		background-color: #108bd3;		
	}
	.sidebar ul li .active {
		color: #fff;
		border: none;
		background: none;
		background-color: #32a2e3;
	}
	.cont_banner img{
		min-height:120px;
		height:auto;
	}
}
/* cont_about */
.cont_tit {
	height: 50px;
	line-height: 50px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d5d5d5;
	overflow: hidden;
	zoom: 1;
}
.cont_tit strong {
	font-size: 24px;
	font-weight: normal;
}
.cont_tit span {
	font-size: 15px;
}
.cont_about {
	font-size: 15px;
	line-height: 180%;
}
.cont_about h3 {
	margin-bottom: 20px;
	font-size: 24px;
	text-align: center;
	line-height: 180%;
}
.cont_about p {
	margin-bottom: 15px;
	line-height: 200%;
}
@media (max-width:768px) {
	.cont_tit {
		height: 44px;
		margin-bottom: 20px;
		overflow: hidden;
		zoom: 1;
	}
	.cont_tit strong {
		line-height: 44px;
		font-size: 18px;
		font-weight: normal;
	}
	.cont_about {
		font-size: 14px;
	}
	.cont_about h3 {
		font-size: 18px;
	}
}
/* cont_news */
.cont_news dl {
	margin-bottom: 12px;
	padding-bottom: 16px;
	border-bottom: 1px dashed #d1d1d1;
}
.cont_news dl dt {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	overflow: hidden;
	zoom: 1;
}
.cont_news dl .cont_time {
	margin-bottom: 5px;
	color: #666;
}
.cont_news dl dd a {
	color: #666;
}
.cont_news dl dd a:hover {
	color: #C00;
}
.cont_news li {
	height: 46px;
	line-height: 44px;
	padding-left: 20px;
	font-size: 15px;
	background: url(../images/icon03.png) no-repeat 5px center;
	border-bottom: 1px dashed #ccc;
}
.newsInfo_cont h3 {
	margin-bottom: 5px;
	font-size: 22px;
	text-align: center;
}
.newsInfo_cont h4 {
	margin-bottom: 20px;
	font-size: 15px;
	text-align: center;
	color: #818181;
}
.newsInfo_cont .newsInfo_text {
	margin-bottom: 50px;
}

.newsInfo_text img {
  display: block;
  max-width: 100%;
  height: auto;
}
.newsInfo_cont .newsInfo_pic {
	margin-top: 50px;
	text-align: center;
}
.newsInfo_cont .newsInfo_pic li {
	margin-bottom: 40px;
}
.newsInfo_cont .newsInfo_pic li img {
	border-radius: 10px;
}
.newsInfo_cont p {
	margin-bottom: 20px;
	text-indent: 2em;
}
.newsInfo_cont .pager li {
	margin-right: 5px;
	margin-left: 5px;
}
.newsInfo_cont .pager a {
	padding-right: 50px;
	padding-left: 50px;
}
@media (max-width:768px) {
	.newsInfo_cont h3 {
		font-size: 18px;
	}
}
.industrial_park {
	font-size: 15px;
	line-height: 180%;
}
.industrial_park h3 {
	margin-bottom: 20px;
	font-size: 24px;
	text-align: center;
	line-height: 180%;
}
.industrial_park h4 {
	font-size: 18px;
}
.industrial_park h5 {
	font-size: 18px;
	color: #32a2e3;
}
.industrial_park p {
	margin-bottom: 15px;
	line-height: 180%;
}
@media (max-width:768px) {
	.industrial_park h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
}
.cont_join {
	line-height: 160%;
	overflow: hidden;
	zoom: 1;
}
.cont_join h3 {
	margin-bottom: 20px;
	font-size: 24px;
	text-align: center;
	line-height: 180%;
}
@media (max-width:768px) {
	.cont_join h3 {
		font-size: 18px;
	}
}
.cont_join p {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 180%;
}
.cont_join dl {
	margin-bottom: 15px;
	border: 1px solid #ddd;
	border-bottom: none;
}
.cont_join dl dt {
	padding-left: 15px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #32a2e3;
	border-bottom: 1px solid #ddd;
	background-color: #f5f5f5;
}
.cont_join dl dd {
	padding: 10px 15px;
	color: #666;
	line-height: 180%;
	border-bottom: 1px solid #ddd;
}
.cont_join dl dd strong {
	font-size: 14px;
	color: #111;
	font-weight: normal;
}
.contContact dl {
	margin-top: 12px;
	margin-left: 10px;
	zoom: 1;
	overflow: hidden;
}
.contContact dd {
	margin-left: 16px;
	font-size: 15px;
}
.contContact dd p {
	line-height: 160%;
}
.contContact dd strong {
	font-size: 18px;
}
.contContact dd span {
	font-size: 16px;
	color: #818181;
	font-weight: normal;
	text-transform: uppercase;
}
@media (max-width:768px) {
	.contContact h3 {
		font-size: 18px;
		text-align:center;
	}
	.contContact dl{
		margin-top: 15px;
	}
	.contContact dd p{
		width:220px;
		word-wrap:break-word; 
	}
}
.cont_join ul {
	margin-bottom: 20px;
}
.cont_join ul li {
	height: 46px;
	line-height: 44px;
	border-bottom: 1px dashed #ddd;
	background: url(../images/icon03.png) no-repeat 5px center;
	overflow: hidden;
	zoom: 1;
}
.cont_join ul li a {
	float: left;
	padding-left: 20px;
	font-size: 15px;
}
.cont_join ul li span {
	float: right;
	color: #818181；
}
/* bottom */
.bottomBg {
	margin-top: 60px;
	padding-top: 40px;
	padding-bottom: 36px;
	background-color:#01558f;
}
.bottomBg .row {
	margin-right: 0;
	margin-left: 0;
}
.bottomBg dl dt {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: normal;
}
.bottomBg dl dt a {
	color: #fff;
}
.bottomBg dl dd {
	line-height: 30px;
	padding-left: 16px;
	background: url(../images/icon05.png) no-repeat left center;
}
.bottomBg dl dd a {
	color:#a4b7cc;
}
.bottomBg dl dd a:hover {
	color: #fff;
}
.copyrightBg {
	height: 50px;
	padding-top: 15px;
	color:#a3b1c1;
	background-color:#004072;
}
.copyright {
	padding-left: 0;
	padding-right: 0;
	color: #fff;
}
.copyrightBg a {
	padding-left: 10px;
	color:#a3b1c1;
}
.copyrightBg a:hover {
	color: #fff;
}
@media (max-width:768px) {
	.bottomBg {
		margin-top: 20px;
		padding-top: 20px;
		padding-bottom: 1px;
	}
	.bottomBg dl {
		margin-bottom: 15px;
	}
	.bottomBg dl dt{
		margin-bottom:5px;
	}
	.bottomBg dl dd {
		line-height: 26px;
		padding-left: 15px;
	}
	.bottomBg .col-xs-4{
		padding-right:0;
		padding-left:0;	
	}
	.copyrightBg .text-left{
		text-align:center;
	}
	.copyrightBg .text-right {
		display: none;
	}
}
.floating_ck {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top:-120px;
	z-index: 9999;
}
.floating_ck dl dd {
	position: relative;
	width: 80px;
	height: 80px;
	background-color: #32a2e3;
	border-bottom: solid 1px #60baf9;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 20%;
	cursor: pointer;
}
.floating_ck dl dd:hover .floating_left {
	display: block;
	background-color:#fff;
	border-top-left-radius:7px;
	border-bottom-left-radius:7px;
	box-shadow:#ccc 0 0 20px; 
}
.icon_service {
	background-image: url(../images/icon/icon_service.png);
}
.icon_tel {
	background-image: url(../images/icon/icon_tel.png);
}
.icon_weixin {
	background-image: url(../images/icon/icon_weixin.png);
}
.floating_ck dd span {
	color: #fff;
	display: block;
	padding-top: 50px;
}
.floating_left {
	position: absolute;
	left: -160px;
	top: 0px;
	width: 160px;
	height: 80px;
	background-color: #32a2e3;
	display: none;
}
.floating_left a {
	line-height: 80px;
}
.floating_tel {
	height: 160px;
	top: -80px;
}
.floating_tel p {
	padding-top: 18px;
	padding-left: 15px;
	line-height: 180%;
	text-align: left;
}
.floating_ewm {
	height: 162px;
	top: -82px;
}
.floating_ewm i {
	background-image: url(../images/weixin.png);
	display: block;
	width: 145px;
	height: 145px;
	margin: auto;
	margin-top: 8px;
}
@media (max-width:768px) {
	.floating_ck {
		display: none;
	}
}
