* {
	margin: 0;
	padding: 0;
}

.width {
	width: 1200px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
	-moz-transition: .3s ease;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

img {
	border: 0;
	max-width: 100%;
}

.imgs {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

li {
	list-style-type: none;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	font-family: "微软雅黑";
	overflow-x: hidden;
}

.desc {
	color: #333333;
	font-size: 14px;
	line-height: 1.875em;
}

.desc a {
	color: #005ca1;
}

.desc table {
	width: 100%;
	border-collapse: collapse;
}

.desc table td {
	border: 1px solid #ddd !important;
}

.top {
	height: 40px;
	line-height: 40px;
	background: #eaeaea;
	color: #333;
	font-size: 14px;
}

.top1 {
	float: left;
}

.top2 {
	float: right;
}

.top2 a {
	float: right;
	display: block;
	width: 24px;
	height: 24px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	margin-top: 8px;
	margin-left: 15px;
}

.top2 a:hover {
	background-color: #eee;
	pointer-events: auto;
}

.top2 a:hover img {
	filter: alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.top_btn1 {
	background: url(../img/qq.png) center no-repeat #ddd;
}

.top_btn2 {
	background: url(../img/wechat.png) center no-repeat #ddd;
}

.top2 a img {
	position: absolute;
	z-index: 999;
	width: 100px;
	top: 45px;
	margin-left: -38px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-moz-transition: .3s ease;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	pointer-events: none;
}

.nav_bg {
	height: 135px;
}

.logo {
	float: left;
	font-size: 0;
	margin-top: 15px;
	margin-left: 30px;
}

.logo img {
	height: 105px;
}

.nav {
	float: right;
	font-size: 16px;
	font-weight: bold;
	margin-right: 14px;
}

.nav a {
	position: relative;
	float: left;
	color: #333;
	line-height: 45px;
	margin-left: 65px;
	margin-top: 45px;
}

.nav a:hover {
	color: #0c754c;
}

.nav a:hover::after {
	width: 100%;
	left: 0;
}

.nav a::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	background: #0c754c;
	left: 50%;
	bottom: 0;
	-moz-transition: .3s ease;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.cur {
	color: #0c754c !important;
}



.flexslider {
	position: relative;
	width: 100%;
	height: 500px;
	margin: 0 auto;
	overflow: hidden;
}

.flexslider .slides {
	position: relative;
	z-index: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 500px;
}

.flex-control-nav {
	position: absolute;
	bottom: 4%;
	z-index: 2;
	width: 100%;
	text-align: center;
}

.flex-control-nav li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	*display: inline;
	zoom: 1;
}

.flex-control-nav a {
	display: inline-block;
	width: 8px;
	height: 8px;
	overflow: hidden;
	cursor: pointer;
	font-size: 0;
	background: #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: .3s ease;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.flex-control-nav a:hover {
	background: #005ca1;
}

.flex-control-nav .flex-active {
	background: #005ca1;
}

.flexslider .flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 0;
}

.flexslider .flex-direction-nav li a {
	display: block;
	width: 15%;
	height: 500px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.flexslider .flex-direction-nav li a.flex-prev {
	left: 0;
	background: url(../img/prev.png) 40% 50% no-repeat;
	background-size: 50px;
}

.flexslider .flex-direction-nav li a.flex-next {
	right: 0;
	background: url(../img/next.png) 60% 50% no-repeat;
	background-size: 50px;
}

.flexslider .flex-direction-nav li a:hover {
	filter: alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.flexslider .flex-direction-nav li a.flex-prev:hover {
	background-position: 30% 50%;
}

.flexslider .flex-direction-nav li a.flex-next:hover {
	background-position: 70% 50%;
}

.search_bg {
	padding: 25px 0;
	box-shadow: 0 5px 10px #f3f3f3;
	margin-bottom: 5px;
}

.search_bg .width {
	text-align: justify;
	line-height: 0;
	font-size: 0;
}

.search_bg .width:after {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	content: '';
	vertical-align: top;
}

.s1 {
	display: inline-block;
	vertical-align: middle;
}

.s2 {
	display: inline-block;
	vertical-align: middle;
	margin-top: 10px;
}

.s3 {
	display: inline-block;
	vertical-align: middle;
}

.s1_p1 {
	text-align: center;
}

.s1_p1 p {
	display: inline-block;
	vertical-align: middle;
	line-height: 22px;
}

.s1_p1 .s1_p11 {
	font-size: 30px;
	color: #333;
	font-weight: bold;
	margin-right: 10px;
}

.s1_p1 .s1_p12 {
	font-size: 18px;
	color: #333;
	text-align: left;
}

.s1_p1 .s1_p12 span {
	color: #0c754c;
}

.s1_p2 {
	font-size: 16px;
	background: #0c754c;
	color: #fff;
	text-align: center;
	line-height: 30px;
	margin-top: 5px;
}

.search1 {
	float: left;
	width: 270px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ddd;
	color: #666;
	font-size: 14px;
	background: none;
	outline: none;
	padding: 0 10px;
}

.search2 {
	float: left;
	background: url(../img/search.png) 14px center no-repeat #0c754c;
	width: 70px;
	height: 32px;
	color: #fff;
	border: none;
	outline: none;
	cursor: pointer;
	padding-left: 20px;
	-moz-transition: .3s ease;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.search2:hover {
	background-color: #0072c8;
}

.s21 {
	font-size: 14px;
	color: #999;
	line-height: 30px;
	margin-top: 3px;
}

.s21 span {
	color: #333;
}

.s21 a {
	color: #999;
}

.s21 a:hover {
	color: #0c754c;
}

.s3 p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	background: url(../img/tel.png) left center no-repeat;
	padding-left: 50px;
}

.s3 p span {
	color: #f3183c;
	font-size: 22px;
	font-weight: bold;
}

.product {
	padding: 50px 0;
}

.title {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #0c754c;
	line-height: 35px;
	margin-bottom: 30px;
}

.title span {
	color: #e6e6e6;
	font-size: 28px;
}

.pro1_bg {
	width: 1226.5px;
	margin-bottom: -25px;
}

.pro1 {
	float: left;
	display: block;
	width: 280px;
	color: #666;
	margin-right: 26.5px;
	margin-bottom: 25px;
}

.pro1:hover {
	color: #005ca1;
}

.pro1:hover .pro1_picbg {
	border-color: #005ca1;
}

.pro1:hover .pro1_picbg::after {
	filter: alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pro1:hover .pro1_pic {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.pro1_picbg {
	position: relative;
	width: 278px;
	height: 278px;
	border: 1px solid #ddd;
	overflow: hidden;
	-moz-transition: .3s ease;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.pro1_picbg::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 266px;
	height: 266px;
	border: 6px solid #0c754c;
	/* background: url(../img/pro_hover.png) center no-repeat; */
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-moz-transition: .3s ease;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.pro1_pic {
	position: relative;
	width: 100%;
	height: 100%;
	-moz-transition: .3s ease;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.pro1 p {
	text-align: center;
	font-size: 14px;
	padding-top: 8px;
}

.pro2_bg {
	width: 1230px;
	margin-bottom: -25px;
}

.pro2_bg .pro1 {
	margin-right: 30px;
}

.about {
	padding: 60px 0;
	background: url(../img/about_bg.jpg) center no-repeat;
	border-top: 1px solid #eee;
}

.about .width {
	text-align: justify;
	line-height: 0;
	font-size: 0;
	position: relative;
}

.about .width:after {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	content: '';
	vertical-align: top;
}

.about1 {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
}

.about2 {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
}

.title2 {
	position: relative;
	font-size: 24px;
	color: #ccc;
	line-height: 35px;
	margin-top: 10px;
}

.title2 span {
	font-size: 32px;
	font-weight: bold;
	color: #333;
	padding: 0 10px 0 20px;
}

.title2::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	width: 8px;
	height: 40px;
	background: #f3183c;
}

.about_t {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	margin: 30px 0 20px;
}

.about1 .desc {
	font-size: 15px;
}

.about2_bg {
	position: absolute;
	right: 0;
	width: 520px;
	height: 330px;
	background: #0c754c;
	margin-top: -15px;
}
.about_name{
	position: absolute;
	z-index: 99;
	top: 340px;
	left: 190px;
	font-size: 22px;
	font-weight: bold;
}

.vdo {
	position: relative;
	z-index: 2;
	float: right;
	margin-right: 20px;
}

.vdo2 {
	margin-bottom: 25px;
}

.about_more {
	display: block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #0c754c;
	text-align: center;
	font-size: 14px;
	color: #0c754c;
	margin-top: 15px;
}

.about_more:hover {
	background: #0c754c;
	color: #fff;
}

.case {
	padding: 60px 0;
	background: url(../img/case_bg.jpg) center no-repeat;
}

.case .title span {
	color: #bbb;
}

.case1_bg {
	width: 1226.5px;
}

.case1 {
	float: left;
	display: block;
	width: 280px;
	margin-right: 26.5px;
}

.case1:hover .case1_pic::after {
	top: 0;
	filter: alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.case1_pic {
	position: relative;
	width: 100%;
	height: 380px;
	overflow: hidden;
}

.case1_pic::after {
	content: '';
	position: absolute;
	top: 325px;
	width: 100%;
	height: 100%;
	background: url(../img/case1_hover.png) center no-repeat rgba(0, 0, 0, 0.5);
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-moz-transition: .3s ease;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.case1 p {
	text-align: center;
	font-size: 15px;
	background: #0c754c;
	color: #fff;
	padding: 12px 0;
}

.honor_bg {
	padding: 50px 0;
	background: #f3f3f3;
}

.equipment {
	float: left;
	width: 790px;
}

.honor {
	float: right;
	width: 360px;
}

.title3 {
	position: relative;
	font-size: 16px;
	color: #999;
	line-height: 30px;
	margin-bottom: 30px;
}

.title3 span {
	font-size: 24px;
	color: #0c754c;
	padding-right: 10px;
}

.title3 a {
	position: absolute;
	right: 0;
	color: #999;
	font-size: 14px;
}

.title3 a:hover {
	color: #0c754c;
}

.mr_frbox {
	position: relative;
	background: #ffffff;
	padding: 40px 0;
	margin-top: 30px;
}

.mr_frbox .mr_frUl {
	width: 695px;
	height: 255px;
	margin: 0 auto;
	overflow: hidden;
}

.mr_frBtnL,
.mr_frBtnR {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-family: "宋体";
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	background-color: #666666;
}

.mr_frBtnL {
	left: 5px;
}

.mr_frBtnR {
	right: 5px;
}

.equ1 {
	float: left;
	position: relative;
	width: 340px;
	height: 255px;
	margin-right: 15px;
}

.equ1:hover::after {
	filter: alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.equ1:hover p {
	filter: alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.equ1::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-moz-transition: .3s ease;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.equ1 p {
	position: relative;
	z-index: 2;
	font-size: 16px;
	text-align: center;
	line-height: 255px;
	color: #fff;
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-moz-transition: .3s ease;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.mr_frbox2 {
	position: relative;
	background: #fff;
	padding: 17.5px 0;
}

.mr_frbox2 .mr_frUl {
	width: 200px;
	height: 300px;
	margin: 0 auto;
	overflow: hidden;
}

.mr_frbox2 .mr_frBtnL {
	background: #666;
	left: 10px;
}

.mr_frbox2 .mr_frBtnL:hover {
	background: #777;
}

.mr_frbox2 .mr_frBtnR {
	background: #0c754c;
	right: 10px;
}

.mr_frbox2 .mr_frBtnR:hover {
	background: #0072c8;
}

.hon1 {
	float: left;
	position: relative;
	width: 200px;
	height: 300px;
	color: #666;
}

.hon1:hover {
	color: #005ca1;
}

.hon1_pic {
	width: 200px;
	height: 280px;
}

.hon1 p {
	position: absolute;
	z-index: 2;
	width: 200px;
	bottom: 0;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}

.news {
	padding: 50px 0;
}

.news1_bg {
	width: 1220px;
}

.news1 {
	float: left;
	display: block;
	width: 570px;
	padding: 8px;
	background: #fafafa;
	border: 1px solid #ddd;
	margin-right: 20px;
	margin-bottom: 20px;
}

.news1:hover {
	background: #fff;
}

.news1:hover .news1_pic {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.news1_picbg {
	float: left;
	width: 200px;
	height: 140px;
	overflow: hidden;
}

.news1_pic {
	position: relative;
	width: 100%;
	height: 100%;
	-moz-transition: 1s ease;
	-webkit-transition: 1s ease;
	transition: 1s ease;
}

.news1_p {
	float: left;
	width: 350px;
	height: 140px;
	margin-left: 15px;
}

.news1_t {
	color: #717171;
	padding: 12px 0 10px;
}

.news1_p .desc {
	line-height: 22px;
}

.news_more {
	display: block;
	width: 140px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #666;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	margin: 10px auto 0;
}

.news_more:hover {
	background: #0c754c;
	color: #fff;
	border-color: #0c754c;
}

.news2_bg {
	margin-bottom: -20px;
}

.news2_bg .news1 {
	width: 882px;
}

.news2_bg .news1_p {
	width: 660px;
}

.foot {
	padding: 40px 0;
	background: #353535;
}

.foot a:hover {
	color: #fff;
}

.foot .width {
	text-align: justify;
	line-height: 0;
	font-size: 0;
}

.foot .width:after {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	content: '';
	vertical-align: top;
}

.foot_logo {
	display: inline-block;
	vertical-align: top;
}

.f1 {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 30px;
}

.f1_t1 {
	color: #b9b9b9;
	margin-bottom: 10px;
}

.f1_t1 a {
	color: #b9b9b9;
}

.f1_t2 {
	color: #7b7b7b;
}

.f1_t2 a {
	color: #7b7b7b;
}

.copy {
	background: #1b1b1b;
	text-align: center;
	color: #7b7b7b;
	font-size: 14px;
	padding: 15px 0;
}

.copy a {
	color: #7b7b7b;
}

.copy a:hover {
	color: #fff;
}

.ban {
	height: 400px;
}

.body {
	padding: 50px 0;
}

.left {
	float: left;
	width: 250px;
}

.right {
	float: right;
	width: 900px;
}

.left_t {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	background: #0c754c;
	color: #fff;
	line-height: 75px;
}

.left_nav {
	background: #f5f5f5;
}

.left_nav a {
	display: block;
	line-height: 50px;
	font-size: 15px;
	color: #333;
	font-weight: bold;
	padding: 0 25px;
	border-top: 1px solid #e6e6e6;
}

.left_nav a:hover {
	background: #f0f0f0;
	color: #005ca1;
}

.cur2 {
	background: #f0f0f0 !important;
	color: #0c754c !important;
}

.left_con {
	width: 248px;
	border: 1px solid #ddd;
	margin-top: 15px;
}

.left_t2 {
	text-align: center;
	color: #666;
	font-weight: bold;
	padding: 20px 0;
}

.left_tel {
	text-align: center;
	color: #005ca1;
	font-weight: bold;
	font-size: 22px;
	background: url(../img/left_tel.png) center top no-repeat;
	padding-top: 55px;
}

.left_p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin: 20px 15px 15px;
	padding-top: 15px;
	border-top: 1px solid #ddd;
}

.left_p p {
	padding: 0.3em 0;
}

.left_p a {
	color: #666;
}

.left_p a:hover {
	color: #005ca1;
}

.right_t {
	font-size: 14px;
	color: #666;
	background: url(../img/home.png) left center no-repeat;
	padding-left: 26px;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
}

.right_t a {
	color: #666;
}

.right_t a:hover {
	color: #005ca1;
}

.about_desc {
	font-size: 15px;
}

.hon2_bg {
	width: 913px;
	margin-bottom: -20px;
}

.hon2 {
	float: left;
	display: block;
	width: 215px;
	font-size: 14px;
	text-align: center;
	color: #666;
	margin-right: 13px;
	margin-bottom: 20px;
}

.hon2:hover {
	color: #005ca1;
}

.hon2:hover .hon2_pic {
	border-color: #005ca1;
}

.hon2_pic {
	position: relative;
	width: 213px;
	height: 298px;
	border: 1px solid #ddd;
	-moz-transition: .3s ease;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.hon2 p {
	padding-top: 8px;
}

.hon_t {
	font-size: 18px;
	text-align: center;
	color: #005ca1;
	margin-bottom: 20px;
}

.hon_pic img {
	border: 1px solid #ddd;
}

.page {
	margin-top: 40px;
}

.page,
.page span,
.page p,
.page a {
	padding: 4px;
	font-size: 14px;
	color: #aaa;
}

.page a {
	color: #666;
}

.page a:hover {
	color: #005ca1;
}

.pro_pic {
	float: left;
	width: 448px;
	font-size: 0;
}

.pro_pic img {
	border: 1px solid #ddd;
}

.pro_right {
	float: right;
	width: 420px;
}

.pro_t {
	font-size: 20px;
	color: #005ca1;
	font-weight: bold;
	padding: 15px 0;
}

.pro_tel {
	font-size: 14px;
	color: #666;
	border-top: 2px solid #eee;
	margin-top: 15px;
	padding-top: 15px;
}

.pro_tel span {
	color: #f3183c;
	font-size: 20px;
}

.pro_more {
	display: block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #005ca1;
	font-size: 14px;
	background: #005ca1;
	color: #fff;
	margin-top: 20px;
}

.pro_more:hover {
	background: none;
	color: #005ca1;
}

.pro_t2 {
	font-size: 16px;
	font-weight: bold;
	color: #999;
	background: url(../img/detail.jpg) left bottom repeat-x;
	padding-bottom: 15px;
	margin: 20px 0;
}

.pro_t2 span {
	color: #005ca1;
}

.case2_bg {
	width: 1230px;
	margin-bottom: -20px;
	min-height: 800px;
}

.case2 {
	float: left;
	display: block;
	width: 280px;
	color: #666;
	font-size: 14px;
	text-align: center;
	margin-right: 30px;
	margin-bottom: 20px;
}

.case2:hover {
	color: #005ca1;
}

.case2:hover .case2_picbg {
	border-color: #005ca1;
}

.case2_picbg {
	width: 270px;
	height: 203px;
	padding: 4px;
	border: 1px solid #ddd;
	-moz-transition: .3s ease;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.case2_pic {
	position: relative;
	width: 100%;
	height: 100%;
}

.case2 p {
	padding-top: 8px;
}

/* 施工现场 */
.xiancheng_bg {
	width: 1230px;
	margin-bottom: -20px;
	min-height: 700px;
}

.xiancheng {
	float: left;
	display: block;
	width: 280px;
	color: #666;
	font-size: 14px;
	text-align: center;
	margin-right: 40px;
	margin-bottom: 20px;
}

.xiancheng:hover {
	color: #005ca1;
}

.xiancheng:hover .xiancheng_picbg {
	border-color: #005ca1;
}

.xiancheng_picbg {
	width: 210px;
	height: 280px;
	padding: 4px;
	border: 1px solid #ddd;
	-moz-transition: .3s ease;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.xiancheng_pic {
	position: relative;
	width: 100%;
	height: 100%;
}

.xiancheng p {
	padding-top: 8px;
	padding-right: 50px;
}


.news_t1 {
	text-align: center;
	font-size: 20px;
	color: #005ca1;
}

.news_t2 {
	text-align: center;
	font-size: 14px;
	color: #999;
	background: url(../img/detail.jpg) left bottom repeat-x;
	padding: 15px 0 20px;
	margin-bottom: 20px;
}

.contact {
	text-align: justify;
	line-height: 0;
	font-size: 0;
}

.contact:after {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	content: '';
	vertical-align: top;
}

.contact_desc {
	display: inline-block;
	vertical-align: middle;
	max-width: 900px;
	font-size: 15px;
}

.contact_pic {
	display: inline-block;
	vertical-align: middle;
	width: 424px;
	height: 268px;
	background: url(../img/contact.jpg) right center no-repeat;
}

.contact_t {
	font-size: 18px;
	color: #005ca1;
	margin: 40px 0 20px;
}

.feedback {
	text-align: justify;
	line-height: 0;
	font-size: 0;
}

.feedback:after {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	content: '';
	vertical-align: top;
}

.feedback_t {
	display: inline-block;
	vertical-align: middle;
	width: 680px;
}

.feedback_pic {
	display: inline-block;
	vertical-align: middle;
	width: 146px;
	height: 148px;
	background: url(../img/feedback.jpg) center no-repeat;
}

.message {
	font-size: 14px;
	color: #666;
	line-height: 42px;
	margin-top: 40px;
}

.message td {
	padding-bottom: 10px;
}

.message img {
	position: absolute;
	height: 42px;
}

.in1 {
	height: 24px;
	line-height: 24px;
	border: 1px solid #ddd;
	outline: none;
	padding: 8px 10px;
	font-size: 14px;
	color: #666;
	width: 350px;
}

.in2 {
	height: 144px;
	line-height: 24px;
	border: 1px solid #ddd;
	outline: none;
	padding: 8px 10px;
	font-size: 14px;
	color: #666;
	resize: none;
	font-family: "微软雅黑";
	width: 680px;
	margin-bottom: -16px;
}

.in3 {
	float: left;
	display: block;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #005ca1;
	font-size: 14px;
	background: #005ca1;
	color: #fff;
	outline: none;
	cursor: pointer;
	-moz-transition: .3s ease;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.in4 {
	background: #666;
	border-color: #666;
	margin-left: 10px;
}

.in3:hover {
	background: none;
	color: #005ca1;
}

.in4:hover {
	color: #666;
}




/* blue #005ca1 */
/* light-blue #0072c8 */
/* red #f3183c */
