@charset "utf-8";
/****reset***/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, label {
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
}
a img {
	border: 0px;
	outline: none;
}
img {
	padding: 0;
	margin: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
input, button, textarea, select {
	font-family: inherit;
	font-size: 12px;
	vertical-align: middle;
	outline: none;
}
a {
	text-decoration: none;
	outline: none;
	color: #444;
}
a:hover {
	text-decoration: none;
}
.clear {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
body {
	font-size: 12px;
	font-family: Arial, "Microsoft YaHei";
	color: #444;
}
.wrapper {
	/*width: 1200px;*/

	width:80%;
	margin: 0 auto;
}
.header {
	overflow: hidden;
}
.logo {
	float: left;
	padding-top: 20px;
}
nav {
	position: relative;
	top: 0;
	z-index: 9999999;
}
.nav {
	float: right;
	line-height: 92px;
}
.nav>li {
	float: left;
	width: 110px;
	text-align: center;
}
.nav>li>a {
	font-size: 17px;
	color: #666;
	display: block;
	transition: all 0.4s linear;
}
.nav>li:hover>a {
	color: #fff;
	background: #39b3a6;
	cursor: pointer;
}
.nav>li.on>a {
	background: #39b3a6;
	color: #fff;
	transition: all 0.4s linear;
}
.navul {
	display: none;
	position: absolute;
	z-index: 9999;
	width: 200px;
}
.navul>li {
	display: block;
	overflow: hidden;
}
.navul>li>a {
	display: block;
	color: #29a59f!important;
	font-size: 14px;
	overflow: hidden;
	line-height: 40px;
	text-align: center;
	background: rgba(255,255,255,0.9)!important;
	transition: all 0.4s linear;
}
.navul>li>a:hover {
	color: #fff!important;
	background: #29a59f!important;
	cursor: pointer;
}
.nav>li:hover>.navul {
	display: block;
}
.index_yycj {
	width: 100%;
	overflow: hidden;
}
.index_title {
	overflow: hidden;
	text-align: center;
	padding: 50px 0;
}
.index_title h1 {
	font-size: 36px;
	color: #27abb3;
	font-weight: bold;
}
.index_title i {
	display: block;
	height: 1px;
	width: 80px;
	background: #27abb3;
	margin: 15px auto;
}
.index_title h2 {
	font-size: 14px;
	color: #bdbdbd;
}
.index_yycj_con {
}
.index_yycj_con li {
	float: left;
	width: 31%;
	text-align: center;
	padding: 1%;
}
.index_yycj_con li:nth-child(3n+1){
	margin-left:0.5%;
}

.index_yycj_con li img {
	width: 100%;
	transition: all 1s;
	display: block;
	overflow: hidden;
}
.index_yycj_con li p {
	font-size: 16px;
	color: #666;
	display: block;
	padding-top: 20px;
}
.index_yycj_con li img:hover {
	box-shadow: #999 0px 0px 6px;
	filter: alpha(Opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.more {
	text-align: center;
	margin-top: 30px;
}
.index_gsjj {
	width: 100%;
	margin-top: 50px;
	background: #f2f2f2;
	padding: 50px 0;
	overflow: hidden;
}





.gsjj_title {
	overflow: hidden;
	text-align: right;
}
.gsjj_title h1 {
	color: #27abb3;
	font-size: 46px;
	text-transform: uppercase;
	font-family: "Bodoni Bd BT";
}
.gsjj_title i {
	display: block;
	height: 1px;
	width: 80px;
	background: #27abb3;
	margin: 15px 570px;
}
.gsjj_title h2 {
	color: #666;
	font-size: 28px;
}
.index_gsjj_con {
	overflow: hidden;
}
.index_gsjj_con txt {
	display: block;
	color: #888;
	font-size: 14px;
	line-height: 1.8em;
	padding-top: 30px;
}
.more1 {
	text-align: right;
	margin-top: 30px;
}
.index_news {
	width: 100%;
	overflow: hidden;
}
.index_news_con {
	overflow: hidden;
}


@media screen and (min-width:900px) {
	
	
	.index_gsjj_l {
		float: left;
		/*width: 650px;*/
		width:60%;
	}
	
	.index_news_con li {
		width: 32%;
		float: left;
		margin-left: 1%;
		/*margin: 0 9px;*/
		/*border: 1px solid #f2f2f2;*/
	}
	.index_gsjj_r {
		float: right;
		width:28%;
	}
}


.index_news_con li img {
	width: 100%;
	transition: all 1s;
}
.index_news_con li img:hover {
	filter: alpha(Opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	box-shadow: #999 0px 0px 6px;
}
.index_news_con li txt {
	display: block;
	width: 92%;
	margin: 0 auto;
	padding: 20px 0;
}
.index_news_con li h1 {
	font-size: 16px;
	color: #444;
}
.index_news_con li h2 {
	font-weight: bold;
	color: #999;
	display: block;
	padding: 15px 0;
}
.index_news_con li h3 {
	color: #999;
	font-size: 14px;
}
.index_news_con li a {
	color: #2badb1;
	font-size: 14px;
	display: block;
	padding-top: 15px;
}

@media screen and (max-width:960px) {

	
}



.index_cgal {
	width: 100%;
	overflow: hidden;
	background: #f2f2f2;
	margin-top: 50px;
	padding-bottom: 50px;
}
.index_cgal_con {
}




.index_cgal_con li {
	float: left;
	width: 23%;
	text-align: center;
	transition: all 1s;
	padding: 0.5%;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}





.index_cgal_con li:nth-child(4n+1){
	margin-left:2%
}
.index_cgal_con li img {
	width: 100%;
	height: 260px;
	transition: all 1s;
}
.index_cgal_con li p {
	font-size: 16px;
	color: #666;
	display: block;
	width: 200px;
	margin: 0 auto;
	border-radius: 35px;
	margin-top: 20px;
	padding: 8px 0;
}
.index_cgal_con li:hover {
	box-shadow: #999 0px 0px 15px;
	transform: scale(1.1);
	border-radius: 30px;
	background: #fff;
}
.index_cgal_con li img:hover {
	border-radius: 5px;
	box-shadow: #999 0px 0px 6px;
}
.index_cgal_con li:nth-child(4n) {
	border-right: 1px solid #ddd;
}
.main {
	overflow: hidden;
	width: 100%;
	margin: 50px 0;
}
.main_l {
	/*width: 300px;*//* width: 265px; */
	width:20%;
	float: left;
	background: #39b3a6;
}
.left_title {
	overflow: hidden;
}
.left_title_t {
	text-align: center;
	padding: 30px 40px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.left_title_t h1 {
	font-size: 32px;
	color: #fff;
	font-weight: bold;
}
.left_title_t h2 {
	font-size: 18px;
	color: rgba(255,255,255,0.78);
	text-transform: uppercase;
	font-weight: bold;
}
.left_title_b {
	overflow: hidden;
	padding-bottom: 50px;
	padding-top: 30px;
}
.left_title_b li {
	line-height: 44px;
}
.left_title_b li i {
	display: block;
	background: rgba(255,255,255,0.3);
	height: 1px;
	width: 225px;
	;
}
.left_title_b li a {
	font-size: 18px;
	color: #fff;
	background: url("../images/left_icon.png") no-repeat left center;
	padding-left: 25px;
	display: block;
	margin-left: 20px;
	margin-top: 20px;
}
.left_title_b li a:hover {
	background: url("../images/left_icon_on.png") no-repeat left center;
	color: #2badb1;
}
.left_title_b li:hover {
	background: url("../images/left_hover.png") no-repeat;
}
.left_title_b li.on {
	background: url("../images/left_hover.png") no-repeat;
}
.left_title_b li.on a {
	background: url("../images/left_icon_on.png") no-repeat left center;
	color: #2badb1;
}
.main_r {
	width: 70%;
	float: right;
	overflow: hidden;
}
.main_r_t {
	color: #bbb;
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}
.main_r_t em {
	color: #2badb1;
}
.main_r_b {
	overflow: hidden;
}
.main_r_b img{ max-width:100%; height: auto!important;}
.about_con {
	color: #666;
	line-height: 1.8em;
	font-size: 16px;
}
.hzhb_con {
	overflow: hidden;
}
.hzhb_con li {
	float: left;
	width: 263px;
	padding: 15px;
}
.hzhb_con li img {
	width: 100%;
	box-shadow: #ccc 0px 0px 6px;
	transition: all 1s linear;
}
.hzhb_con li img:hover {
	cursor: pointer;
	transform: scale(1.1);
}
.cgal_con {
	overflow: hidden;
}
.cgal_con li {
	float: left;
	text-align: center;
	width: 31%;
	margin: 0 1%;
	margin-bottom: 30px;
	height:320px;
}
.cgal_con li img {
	width: 100%!important;
}
.cgal_con li p {
	font-size: 16px;
	color: #444;
	padding-top: 30px;
}
.cgal_con li img:hover {
	filter: alpha(Opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.cgal_d_con {
	overflow: hidden;
}
.cgal_d_con h1 {
	text-align: center;
	max-width: 100%;
}
.cgal_d_con h2 {
	text-align: center;
	color: #2badb1;
	font-size: 22px;
	display: block;
	padding: 30px 0;
}
.cgal_d_con h3 {
	font-size: 16px;
	line-height: 1.8em;
	color: #666;
}
.zswd_con {
	overflow: hidden;
}
.zswd_con li {
	width: 48%;
	margin: 0 1%;
	float: left;
	margin-bottom: 50px;
	line-height: 1.8em;
}
.zswd_con li h1 {
	font-size: 20px;
	color: #666;
	background: url("../images/zswd_Q.png") no-repeat left top;
	padding-left: 100px;
	margin-bottom: 15px;
	height: 52px;
	padding-top: 10px;
}
.zswd_con li h2 {
	font-size: 14px;
	color: #999;
	background: url("../images/zswd_A.png") no-repeat left top;
	padding-left: 100px;
	line-height: 1.8em;
}
.news_con {
	overflow: hidden;
}
.news_con li {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}
.news_con li img {
	float: left;
	padding-right: 30px;
}
.news_con li h1 {
	font-size: 18px;
	color: #666;
}
.news_con li h2 {
	font-weight: bold;
	color: #999;
	display: block;
	padding: 10px 0;
}
.news_con li h3 {
	font-size: 14px;
	color: #999;
}
.news_con li a {
	display: block;
	padding-top: 18px;
}
.news_d_con {
	overflow: hidden;
}
.news_d_con h1 {
	color: #2badb1;
	font-size: 22px;
}
.news_d_con h2 {
	font-weight: bold;
	color: #999;
	display: block;
	padding: 20px 0;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 20px;
}
.news_d_con h3 {
	font-size: 16px;
	color: #666;
	line-height: 1.8em;
}
/*底部*/
.footer {
	width: 100%;
	background: url("../images/foot_bg.jpg") repeat-x;
	overflow: hidden;
}
.foot1 {
	padding: 50px 0;
	overflow: hidden;
}
.foot1_l {
	/*float: left;*/
}
.foot1_l ul {
	float: left;
	padding-right: 65px;
}
.foot1_l ul li.on {
	padding-bottom: 15px;
	font-size: 16px;
	color: #fff;
}
.foot1_l ul li a {
	font-size: 14px;
	color: #bde1da;
	line-height: 28px;
}
.foot1_r {
	width: 520px;
	float: right;
}
.foot1_r_l {
	font-size: 36px;
	color: #fff;
	font-weight: 1000;
	background: url("../images/tel.png") no-repeat;
	padding-left: 70px;
	float: left;
	height: 54px;
	margin-top: 30px;
}
.foot1_r_r {
	float: right;
}
.foot1_r_r p {
	color: #bde1da;
	text-align: center;
	font-size: 14px;
	padding-top: 10px;
}
.foot2 {
	overflow: hidden;
	border-top: 1px solid #0fd1c4;
	font-size: 14px;
	padding: 20px 0;
}
.foot2 h1 {
	float: left;
	color: #bde1da;
}
.foot2 h2 {
	float: right;
}
.foot2 h2 a {
	color: #bde1da;
}
.logo{
	/*width:calc(100% - 885px);*/;
		width:calc(100% - 885px);
	text-align:center;
}
