body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	font-family:微软雅黑;
	background-color: #fff;
	color: #000;
	margin:0px;
	padding:0px;
}
ul, ol, dl {
	margin:0px;
	padding:0px;
	border:0px;
}
img {
	margin:0px;
	padding:0px;
	border:0px;
}
h1, h2, h3, h4, h5, h6, p{
	margin:0px;
	padding-right:20px;
	padding-left:20px; 
}
	
a img {
	border:none;
}

a:link {
	color: #666;
	text-decoration: none; 
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #007d8f;

}

.bottom_div a:link {
	color: #fff;
	text-decoration: none; 
}
.bottom_div a:visited {
	color: #fff;
	text-decoration: none;
}
.bottom_div a:hover, a:active, a:focus {
	text-decoration: none;
	color: #fff;
}
.clear{ clear:both;}


 figcaption,figure{display:block;margin:0px;padding:0px;}
.overlay-figure {
	position: relative;
	display: table;
	border: solid 1px #fff;
}

.overlay-figure-content {
	-webkit-transform: scale(1.0) translateZ(0);
	-moz-transform: scale(1.0) translateZ(0);
		 transform: scale(1.0) translateZ(0);
	-webkit-transition: -webkit-transform 0.5s ease 0.25s;
	 -moz-transition:    -moz-transform 0.5s ease 0.25s;
		  transition:         transform 0.5s ease 0.25s;
}

.overlay-figure:hover
.overlay-figure-content {
	-webkit-transform: scale(1.02) translateZ(0);
	   -moz-transform: scale(1.02) translateZ(0);
			transform: scale(1.02) translateZ(0);
}

.overlay-figure-content > img {
    display: block;
}

.overlay-figure-background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	background-image: linear-gradient(to bottom, rgba(38,50,72, 0.5), rgba(38,50,72, 0.85));
}

.overlay-figure:hover
.overlay-figure-background {
  opacity: 1;
}

.overlay-figure-caption {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	font-family: adobe-clean, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: white;
	opacity: 0;
	-webkit-transition: opacity ease 0.25s;
	 -moz-transition: opacity ease 0.25s;
		  transition: opacity ease 0.25s;
}

.overlay-figure:hover
.overlay-figure-caption {
    opacity: 1;
}

.overlay-figure-caption
.contents {
  display: table;
  width: 100%;
  height: 100%;
}

.overlay-figure-caption
.contents-stack {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 1%;
}

.overlay-figure-caption
.title {
	color:#fff;
	display: block;
	margin-bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(-100%) translateZ(0);
	 -moz-transform: translateY(-100%) translateZ(0);
		  transform: translateY(-100%) translateZ(0);
	-webkit-transition: -webkit-transform 0.5s ease 0.25s, opacity 0.15s ease 0.25s;
	 -moz-transition:    -moz-transform 0.5s ease 0.25s, opacity 0.15s ease 0.25s;
		  transition:         transform 0.5s ease 0.25s, opacity 0.15s ease 0.25s;
}

.overlay-figure:hover 
.title {
	color:#fff;
	opacity: 1;
	-webkit-transform: translateY(0) translateZ(0);
	 -moz-transform: translateY(0) translateZ(0);
		  transform: translateY(0) translateZ(0);
}

.overlay-figure
.separator {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 2px;
	width: 30%;
	background-color: white;
	-webkit-transform: scaleX(0) translateZ(0);
	 -moz-transform: scaleX(0) translateZ(0);
		  transform: scaleX(0) translateZ(0);
	-webkit-transition: -webkit-transform 0.25s ease 0.25s;
	 -moz-transition:    -moz-transform 0.25s ease 0.25s;
		  transition:         transform 0.25s ease 0.25s;
}

.overlay-figure:hover
.separator {
	-webkit-transform: scaleX(1) translateZ(0);
	 -moz-transform: scaleX(1) translateZ(0);
		  transform: scaleX(1) translateZ(0);
}

.overlay-figure-caption 
.text {
	color:#fff;
	display: block;
	margin-top: 0;
	opacity: 0;
	padding-top:8px;
	-webkit-transform: translateY(100%) translateZ(0);
	 -moz-transform: translateY(100%) translateZ(0);
		  transform: translateY(100%) translateZ(0);
	-webkit-transition: -webkit-transform 0.5s ease 0.25s, opacity 0.15s ease 0.25s;
	 -moz-transition:    -moz-transform 0.5s ease 0.25s, opacity 0.15s ease 0.25s;
		  transition:         transform 0.5s ease 0.25s, opacity 0.15s ease 0.25s;
}

.overlay-figure:hover
.text {
	color:#fff;
	opacity: 1;
	-webkit-transform: translateY(0) translateZ(0);
	 -moz-transform: translateY(0) translateZ(0);
		  transform: translateY(0) translateZ(0);
}


/* ~~ top样式 开始 ~~ */
.top_div{
	width:100%;
	height:80px;
	background-color:#2a2a2a;
}

.top_div_div{
	width:1124px;
	margin:0 auto;
	height:80px;
}
.top_div_left{
	float:left;
	width:250px;
	height:80px;
	
}
.top_div_left img{
	padding:0;
	margin:0;
	border:0;
}

.top_div_right{
	width:100%;
	color:#fff;
	
}
.top_div_right_div{
	width:874px;
	height:80px;
	padding-left:250px;
}
.top_div_right_div ul{
	height:80px;
	list-style:none;
		
}
.top_div_right_div li{
	width:130px;
	float:right;
	list-style:none;
	text-align:center;
	height:80px;
	line-height:80px; 
	vertical-align:middle;
	cursor:pointer;	
	  
 }
.top_div_right_div a{
	transition:color 0.5s, background 0.5s; -webkit-transition: color 0.5s, background 0.5s; -moz-transition: color 0.5s, background 0.5s; -o-transition: color 0.5s, background 0.5s;
}
.icons {
	overflow: hidden; display: inline-block; -ms-zoom: 1;  background-repeat: no-repeat;
}
.icon_close {
	background-image:url(../images/top_nav01_sel.png); 
	width:70px; 
	height:50px;	
	line-height:50px; 
	vertical-align:middle;
}
.icon_close:hover {
    background-image:url(../images/top_nav01_item.png);
}


.icons2 {
	overflow: hidden; display: inline-block; -ms-zoom: 1;  background-repeat: no-repeat;
}
.icon_close2 {
	background-image:url(../images/top_nav02_item.png); 
	width:70px; 
	height:50px;	
	line-height:50px; 
	vertical-align:middle;
}
.icon_close2:hover {
    background-image:url(../images/top_nav02_sel.png);
}
 
.icons3 {
	overflow: hidden; display: inline-block; -ms-zoom: 1;  background-repeat: no-repeat;
}
.icon_close3 {
	background-image:url(../images/top_nav03_item.png); 
	width:70px; 
	height:50px;	
	line-height:50px; 
	vertical-align:middle;
}
.icon_close3:hover {
    background-image:url(../images/top_nav03_sel.png);
}
 
.icons4{
	overflow: hidden; display: inline-block; -ms-zoom: 1;  background-repeat: no-repeat;
}
.icon_close4 {
	background-image:url(../images/top_nav04_item.png); 
	width:70px; 
	height:50px;	
	line-height:50px; 
	vertical-align:middle;
}
.icon_close4:hover {
    background-image:url(../images/top_nav04_sel.png);
}

.icons5{
	overflow: hidden; display: inline-block; -ms-zoom: 1;  background-repeat: no-repeat;
}
.icon_close5 {
	background-image:url(../images/top_nav05_item.png); 
	width:70px; 
	height:50px;	
	line-height:50px; 
	vertical-align:middle;
}
.icon_close5:hover {
    background-image:url(../images/top_nav05_sel.png);
}

/* ~~ top样式 结束 ~~ */

/* ~~banner 开始 ~~ */

.banner{
	width:100%;
	height:520px;
	background-color:#2f9fed;
}
.banner_div{
	width:1124px;
	margin:0 auto;
	height:520px;
}

/* ~~ banner 结束 ~~ */

/* ~~四大功能开始 ~~ */

.function{
	width:100%;
	height:370px;
	background-color:#f7f7f7;
}
.function_div{
	width:1124px;
	margin:0 auto;
	height:370px;
}
.function_div ul{
	width:25%;
	float:left;
	height:370px;
	list-style:none;
}
.function_div li{
	list-style:none;
	height:125px;
	margin-bottom:15px;
	margin-top:30px;
	text-align:center;
}

.function_div li a {
	transition:color 0.4s, background 0.4s; -webkit-transition: color 0.4s, background 0.4s; -moz-transition: color 0.4s, background 0.4s; -o-transition: color 0.4s, background 0.4s;
}
.function_icons {
	overflow: hidden; display: inline-block; -ms-zoom: 1; background-image: url(../images/function_tu.png); background-repeat: no-repeat;
}
.function_icon_close {
	background-position:0px 0px; width:125px; height:125px; 
}
.function_icon_close:hover {
	background-position:0px -174px;
}



.function_icons2 {
	overflow: hidden; display: inline-block; -ms-zoom: 1; background-image: url(../images/function_tu.png); background-repeat: no-repeat;
}
.function_icon_close2 {
	background-position:-194px 0px; width:125px; height:125px; 
}
.function_icon_close2:hover {
	background-position:-194px -174px;
}



.function_icons3 {
	overflow: hidden; display: inline-block; -ms-zoom: 1; background-image: url(../images/function_tu.png); background-repeat: no-repeat;
}
.function_icon_close3 {
	background-position:-389px 0px; width:125px; height:125px; 
}
.function_icon_close3:hover {
	background-position:-389px -174px;
}



.function_icons4 {
	overflow: hidden; display: inline-block; -ms-zoom: 1; background-image: url(../images/function_tu.png); background-repeat: no-repeat;
}
.function_icon_close4 {
	background-position:-582px 0px; width:125px; height:125px; 
}
.function_icon_close4:hover {
	background-position:-582px -174px;
}



.function_div h4{
	color:#4f4f4f;
	text-align:center;
	font-weight:bold;
	margin:0px;
	font-size:22px;
}
.function_div p{
	color:#a5a5a5;
	margin-top:10px;
	font-size:16px;
}


/* ~~四大功能结束 ~~ */

/* ~~成功案例开始 ~~ */

.case{
	width:100%;
	height:700px;
	background-color:#f7f7f7;
	border-top:8px #f7f7f7 solid;
}
.case_div{
	width:1124px;
	margin:0 auto;
	height:700px;
	text-align:center;
}

h2{ 
	font-size:36px; 
	color:#444444; 
	font-weight:normal;
}
h2 span{ 
	font-size:16px; 
	color:#9a9a9a; 
	font-weight:bold;
}
h3{ 
	font-size:30px; 
	color:#444444; 
	font-weight:normal;
	margin-top:15px;
}
.case_div p{
	text-align:center;
	font-size:18px;
	font-weight:normal;
	color:#007d8f;
	margin-top:10px;
}
.case_div ul{
	list-style:none;
	margin-top:25px;
}
 .case_div_li{
	list-style:none;
	float:left;
	border:2px #f7f7f7 solid;
}
 .case_div_li2{
	list-style:none;
	float:left;
	border:2px #f7f7f7 solid;
}
 .case_div_li3{
	list-style:none;
	float:left;
	border:2px #f7f7f7 solid;
}
.hz_img{
	padding:0px;
	border:0px;
	margin:0px;
	float:left;
	height:27px;
	vertical-align:middle;
	line-height:27px;
}
.hz_font{
	float:left;
	font-size:17px;
	padding-left:8px;
	height:27px;
	vertical-align:middle;
	line-height:27px;
}


/* ~~成功案例结束 ~~ */

/* ~~联系我们开始 ~~ */

.about{
	width:100%;
	height:450px;
	background-color:#f7f7f7;
	border-top:8px #f7f7f7 solid;
}
.about_div{
	width:1124px;
	margin:0 auto;
	height:450px;
	text-align:center;
}
.about_div ul{
	list-style:none;
	padding-top:30px;
}
.about_div_li{
	list-style:none;
	width:396px;
	float:left;
}
.about_div_li2{
	list-style:none;
	text-align:left;
	color:#666;
	margin-top:20px;
	line-height:2em;
	font-size:17px;
}
.about_div_li2 p span{
	color:#444;
	font-size:20px;
}

.about_div_li2 a:link {
	color: #444;
	text-decoration: none; 
}
.about_div_li2 a:visited {
	color: #444;
	text-decoration: none;
}
.about_div_li2 a:hover, a:active, a:focus {
	text-decoration: none;
	color: #007d8f;

}


/* ~~联系我们结束 ~~ */

/* ~~地图开始 ~~ */
.map{
	width:100%;
	height:250px;
	background-color:#f0eddd;
	border-top:1px #dfdfdf solid;
	border-bottom:1px #dfdfdf solid;
}
.map_div{
	width:1124px;
	margin:0 auto;
	height:250px;
	text-align:center;
	background-image:url(../images/map_bg.png);
}
.map_div p{
	padding-top:55px;
	font-size:20px;
	padding-left:280px;
	color:#444444;
	margin:0px;
}


/* ~~地图结束 ~~ */


/* ~~给我们留言开始 ~~ */

.comments{
	width:100%;
	height:360px;
	background-image:url(../images/comments_tu1.png);
}
.comments_div{
	width:1124px;
	margin:0 auto;
	height:360px;
	line-height:2em;
}
.comments_div ul{
	list-style:none;
	float:left;
	width:360px;
	margin-top:30px;
	text-align:left;
	padding:0px 20px 0px 0px;
}
.comments_div ol{
	list-style:none;
	float:left;
	width:320px;
	margin-top:20px;
	text-align:left;
	padding:0px 20px 0px 0px;
}
.comments_div ol span{
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	color:00afcc;
}
.comments_div_lia{
	list-style:none;
	margin-top:10px;
	color:#666;
}

.comments_div_lib{
	list-style:none;
	margin-top:15px;
	height:38px;
	vertical-align:middle;
	line-height:38px;
	color:#666;
}

.comments_div_li2{
	list-style:none;
	margin-top:10px;
	padding-right:45px;
	color:#666;
}
.comments_div_li3{
	list-style:none;
	margin-top:10px;
	padding-left:30px;
	color:#666;
}

.comments_div_input{
	color:#c3c3c3;
	height:26px;
	width:280px;
	padding-left:10px;
	border:1px #d4d4d4 solid;
}
.comments_div textarea{
	color:#c3c3c3;
	height:100px;
	width:320px;
	border:1px #d4d4d4 solid;
}

h4{
	font-size:20px;
	font-weight:normal;
	color:#444;
	margin:0px;
	padding:0px;
	
}
.comments_padding{
	padding-left:30px;
}

.comments_button{
	width:220px;
	height:40px;
	cursor:pointer;	
	padding:4px 0px;
	margin:0px;
	-moz-border-radius:4px;   
    -webkit-border-radius:4px; 
	border-radius:4px;
	border:2px #009db3 solid;
	background-color:#fff;
	text-alight:center;
	color:#009db3;
	font-size:18px;
}
.comments_button2{
	width:220px;
	height:40px;
	cursor:pointer;	
	padding:4px 0px;
	margin:0px;
	-moz-border-radius:4px;   
    -webkit-border-radius:4px; 
	border-radius:4px;
	border:2px #009db3 solid;
	background-color:#fff;
	text-alight:center;
	color:#fff;
	background-color:#009db3;
	font-size:18px;
}


/* ~~给我们留言结束 ~~ */
/* ~~版权开始 ~~ */

.bottom{
	width:100%;
	height:80px;
	background-color:#2a2a2a;
}
.bottom_div{
	width:1124px;
	margin:0 auto;
	height:70px;
	line-height:30px; 
	vertical-align:middle;
	text-align:center;
	color:#fff;
	padding-top:10px;
	font-weight:normal;
}
.bottom_font{
	color:#009db3;
}

/* ~~版权结束 ~~ */
