﻿@charset "utf-8";
@import url("../css/common/grid.css");/*网格*/
@import url("../css/common/layout.css");/*整体框架*/
@import url("../css/common/icon.css");/*图标*/
@import url("../css/navi/navi_02.css");/*02导航*/
@import url("../css/banner.css");/*幻灯片*/
@import url("../css/navi/classify_01.css");/*侧栏样式*/
@import url("../css/adorner/01/A_style.css");/*01装饰器*/
@import url("../css/adorner/02/A_style.css");/*02装饰器*/
@import url("../css/links.css");/*友情链接*/
@import url("../css/kefu.css");/*在线客服*/
@import url("../css/common/doc.css");/*自定义文档*/
html {
	overflow-x: hidden;
}
/*首页关于我们*/
.index_01 {
	margin-top: 50px;
	margin-bottom: 20px;
}
.index_01 ul {
	width: 1200px;
	margin: 0px auto;
}
.index_01 ul li {
	float: left;
	width: 33.33%;
	text-align: center;
	padding-top: 120px;
	background-size: 25%;
	background-repeat: no-repeat;
	background-position: top center;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.index_01 ul li:hover {
	background-size: 30%;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.index_01 ul li.con01 {
	background-image: url(../img/ui_01.png);
}
.index_01 ul li.con02 {
	background-image: url(../img/ui_02.png);
}
.index_01 ul li.con03 {
	background-image: url(../img/ui_03.png);
}
.index_01 ul li h2 a {
	font-weight: normal;
	color: #2b2b2b;
	font-size: 18px;
	line-height: 36px;
	display: block;
	margin-bottom: 10px;
}
.index_01 ul li h2 a:hover {
	text-decoration: none;
	
}
.index_01 ul li span {
	display: block;
	height: 85px;
	color: #707070;
	line-height: 24px;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
}
.index_02 {
	background: url(../img/index_about_bg.jpg) no-repeat center;
	height: 350px;
}
.index_about {
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
}
.index_about_title {
	text-align: center;
	background: url(../img/index_about_bt.png) no-repeat top center;
	height: 68px;
	margin-bottom: 20px;
}
.index_about_title h2 {
	line-height: 75px;
	font-weight: normal;
	font-size: 22px;
	color: #fff;
}
.index_about_info {
	width: 750px;
	margin: 0 auto;
}
.index_about_info span {
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	display: block;
}
.index_about .about_more a {
	background: #0a77bd;
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	font-size: 14px;
	color: #fff;
	margin: 20px auto;
	border-radius: 35px;
	-webkit-box-shadow: 0 0px 15px rgba(255, 255, 255, .6);
	-moz-box-shadow: 0 0px 15px rgba(255, 255, 255, .6);
	-o-box-shadow: 0 0px 15px rgba(255, 255, 255, .6);
	box-shadow: 0 0px 15px rgba(255, 255, 255, .6);
}
.index_about .about_more a:hover {
	-webkit-box-shadow: 0 0px 25px rgba(255, 255, 255, .9);
	-moz-box-shadow: 0 0px 25px rgba(255, 255, 255, .9);
	-o-box-shadow: 0 0px 25px rgba(255, 255, 255, .9);
	box-shadow: 0 0px 25px rgba(255, 255, 255, .9);
	background: #067ecc;
}
/*首页产品*/
.index_03 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.index_pro {
	width: 1200px;
	margin: 0 auto;
}
.index_pro li {
	float: left;
	width: 550px;
	height: 410px;
	margin-left: 25px;
	margin-right: 25px;
	border-radius: 10px;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	-webkit-box-shadow: 0 0px 45px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0px 45px rgba(0, 0, 0, .3);
	-o-box-shadow: 0 0px 45px rgba(0, 0, 0, .3);
	box-shadow: 0 0px 45px rgba(0, 0, 0, .3);
}
.index_pro li:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	-webkit-box-shadow: 0 0px 45px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0px 45px rgba(0, 0, 0, .5);
	-o-box-shadow: 0 0px 45px rgba(0, 0, 0, .5);
	box-shadow: 0 0px 45px rgba(0, 0, 0, .5);
}
.index_pro li h1 {
	font-weight: normal;
	font-size: 30px;
	color: #2b2b2b;
	padding-left: 50px;
	padding-top: 50px;
	margin-bottom: 20px;
}
.index_pro li span {
	padding-left: 50px;
	display: block;
	width: 355px;
	height: 150px;
	font-size: 14px;
	color: #2b2b2b;
	line-height: 26px;
	margin-bottom: 35px;
}
.index_pro li p a {
	background: #0a77bd;
	width: 200px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	display: block;
	font-size: 14px;
	color: #fff;
	margin-left: 50px;
	border-radius: 35px;
}
.index_pro li p a:hover {
	-webkit-box-shadow: 0 0px 25px rgba(255, 255, 255, .9);
	-moz-box-shadow: 0 0px 25px rgba(255, 255, 255, .9);
	-o-box-shadow: 0 0px 25px rgba(255, 255, 255, .9);
	box-shadow: 0 0px 25px rgba(255, 255, 255, .9);
	background: #067ecc;
}
/*首页案例css*/
.index_04 {
	height: 490px;
	background: url(../img/index_case_bg.jpg) no-repeat top;
}
.index_case {
	width: 1200px;
	margin: 0 auto;
}
.index_case_tab {
	width: 1200px;
	overflow: hidden;
}
.index_case_tab .tab-hd {
	margin-top: 35px;
	margin-bottom: 20px;
	height: 42px;
	color: #404040;
	text-align: center;
}

.index_case_tab .tab-hd li {
	display: inline-block;
	height: 42px;
	width: 125px;
	margin-left: 5px;
	margin-right: 5px;
}
.index_case_tab .tab-hd li a {
	display: block;
	border: 1px solid #086cac;	
	color: #086cac;
	height: 42px;
	line-height: 42px;	
	background: none;
	border-radius: 35px;	
	font-size: 14px;
}
.index_case_tab .tab-hd li a:hover {
	color: #fff;
	background: #086cac;
}
.index_case_tab .tab-hd li.on  a{
	color: #fff;
	background: #086cac;
}


.index_case_tab .tab-bd {
	padding: 5px;
}
.index_case_tab .tab-bd ul {
	overflow: hidden;
	zoom: 1;
}

#box01{
	position: relative;
	width: 800px;
	height: 330px;
	margin: 40px auto;
}
#box01 ul{
	position: relative;
	width: 800px;
	height: 330px;
}
#box01 li{
	position: absolute;
	border: 1px solid #fff;
	list-style: none;
	background: #000;
	width: 0;
	height: 0;
	top: 146px;
	left: 377px;
	z-index: 0;
	cursor: pointer;
	overflow: hidden;
	border-radius: 10px;
}
#box01 li img{
	width: 100%;
	height: 100%;
	vertical-align: top;
}
#box01 li div{
	position: absolute;
	bottom: -50px;
	width: 100%;
	height: 50px;
	background: #000;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#box01 li div:hover{
	bottom: 0px;
	filter: alpha(opacity=100);
	opacity: 1;
}
#box01 li div p{
	text-align:center;
}
#box01 li div p a{
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	width: 100%;
	display: block;
}
#box01 .prev{
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	left: -80px;
	margin-top: -40px;
	overflow: hidden;
	text-indent: -999px;
	filter: alpha(opacity=30);
	opacity: 0.3;	
	cursor: pointer;
	background: url(../img/page_left.png) no-repeat center;
}
#box01 .next{
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	right: -80px;
	margin-top: -40px;
	overflow: hidden;
	text-indent: -999px;
	filter: alpha(opacity=30);
	opacity: 0.3;	
	cursor: pointer;
	background: url(../img/page_right.png) no-repeat center;
}
#box01 .prev:hover{
	filter: alpha(opacity=80);
	opacity: 0.8;	
}
#box01 .next:hover{
	filter: alpha(opacity=80);
	opacity: 0.8;	
}

#copyright {
	padding-top: 10px;
	text-align: center;
}

#box02{
	position: relative;
	width: 800px;
	height: 330px;
	margin: 40px auto;
}
#box02 ul{
	position: relative;
	width: 800px;
	height: 330px;
}
#box02 li{
	position: absolute;
	border: 1px solid #fff;
	list-style: none;
	background: #000;
	width: 0;
	height: 0;
	top: 146px;
	left: 377px;
	z-index: 0;
	cursor: pointer;
	overflow: hidden;
	border-radius: 10px;
}
#box02 li img{
	width: 100%;
	height: 100%;
	vertical-align: top;
}
#box02 li div{
	position: absolute;
	bottom: -50px;
	width: 100%;
	height: 50px;
	background: #000;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#box02 li div:hover{
	bottom: 0px;
	filter: alpha(opacity=100);
	opacity: 1;
}
#box02 li div p{
	text-align:center;
}
#box02 li div p a{
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	width: 100%;
	display: block;
}
#box02 .prev{
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	left: -80px;
	margin-top: -40px;
	overflow: hidden;
	text-indent: -999px;
	filter: alpha(opacity=30);
	opacity: 0.3;	
	cursor: pointer;
	background: url(../img/page_left.png) no-repeat center;
}
#box02 .next{
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	right: -80px;
	margin-top: -40px;
	overflow: hidden;
	text-indent: -999px;
	filter: alpha(opacity=30);
	opacity: 0.3;	
	cursor: pointer;
	background: url(../img/page_right.png) no-repeat center;
}
#box02 .prev:hover{
	filter: alpha(opacity=80);
	opacity: 0.8;	
}
#box02 .next:hover{
	filter: alpha(opacity=80);
	opacity: 0.8;	
}


/*首页新闻轮播*/
.index_05{
	width: 1200px;
	margin: 60px auto;
}
.index_news_left{
	float: left;
	width: 600px;
}
.ladyScroll {
	width: 600px;
	height: 430px;
	margin: 0px auto;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.ladyScroll .prev {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 210px;
	left: 10px;
	z-index: 100;
	cursor: pointer;
	filter: alpha(opacity=60);
	opacity: 0.6;		
	background: url(../img/left_ui.png) no-repeat;
}
.ladyScroll .next {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 210px;
	right: 10px;
	z-index: 100;
	cursor: pointer;
	filter: alpha(opacity=60);
	opacity: 0.6;		
	background: url(../img/right_ui.png) no-repeat;
}
.ladyScroll .prev:hover {
	filter: alpha(opacity=100);
	opacity: 1;	
}
.ladyScroll .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;	
}

.ladyScroll .scrollWrap {
	width: 600px;
	margin-left: 0px;
	overflow: hidden;
	position: absolute;
}
.ladyScroll dl {
	float: left;
	width: 600px;
	height: 430px;
	overflow: hidden;
	border-radius: 10px;
	text-align: center;
	position: relative;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;	
}
.ladyScroll dt {
	margin: 0 auto;
	width: 600px;
	overflow: hidden;
}
.ladyScroll img {
	display: block;
	width: 600px;
	height: 430px;
border-radius: 10px;	
}
.ladyScroll dd {
	width: 560px;
	padding: 20px;
	height: 130px;
	color: #fff;
	text-align: left;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: -110px;
	background: url(../img/heise.png) repeat;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;	
}
.ladyScroll dl:hover dd {
	bottom: 0;	
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;	
}
.ladyScroll dd h2 a {
	color: #ddd;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	display: block;
	line-height: 26px;
}
.ladyScroll dd h2 a:hover {
	color: #fff;
	text-decoration: underline;
}

.ladyScroll dd span{
	line-height: 22px;
	font-size: 14px;
	color: #bababa;
	height: 70px;
	overflow: hidden;
	display: block;
	margin-bottom: 5px;
}
.ladyScroll dd p{
	color: #aaa;
	font-size: 12px;
	font-family: Arial, "Times New Roman";
}

.index_news_right{
	float: right;
	width: 550px;
}
.index_news_title{
	text-align: center;
	background: url(../img/index_news_bt.png) center top no-repeat; 
	height: 107px;
	margin-bottom: 20px;
}
.index_news_title h2{
	line-height: 107px;
	font-size: 26px;
	font-weight: normal;
	color: #666;
}
.index_news_list{
	border-bottom:  1px solid #ddd;
	border-top:  1px solid #ddd;
	padding-bottom: 15px;
	padding-top: 15px;
}
.index_news_list ul{
	margin-bottom: 15px;
	margin-top: 15px;
}
.index_news_list ul li{
	margin-bottom: 5px;
	line-height: 22px;
	text-align: center;
}
.index_news_list ul li a{
	font-size: 14px;
	color: #707070;
}
.index_news_list ul li a:hover{
	text-decoration: underline;
	color: #086cac;
}
.index_news_list ul li.first a{
	font-size: 18px;
	color: #086cac;
}


/*首页联系*/
.index_06{
	width: 100%;
	background:#086cac;
	height: 210px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.index_cont{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.index_cont_touxiang {
	padding-bottom: 20px;
	padding-top: 10px;
}
.index_cont_touxiang a{
	display: block;
	width: 65px;
	height: 65px;
	margin: 0 auto;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;	
}
.index_cont_touxiang a img{
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;	
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity:0.8;	
}
.index_cont_touxiang a:hover img{
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity:1;	
}

.index_cont_info{
	margin-bottom: 10px;
}
.index_cont_info p{
	font-size: 16px;
	color: #fff;
	line-height: 28px;
}
.index_cont_more a{
	border: 1px #fff solid;
	display: block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	border-radius: 35px;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
}
.index_cont_more a:hover{
	background: #fff;
	color: #086cac;
}

/*底部css*/
.footer{
	background: #2b2b2b;
}
.footer_jz{
	width: 1200px;
	margin: 0 auto;	
}
.footer_01{
	margin-bottom: 10px;
	padding-top: 35px;
}
.footer_left{
	float:left;
	width: 330px;
	text-align: left;
	margin-top: 20px;
}
.footer_left h3{
	font-size: 18px;
	color: #fff;
	line-height: 26px;
	font-weight: normal;
	margin-bottom: 10px;
}
.footer_left span{
	color: #707070;
	font-size: 14px;
	line-height: 22px;
}
.footer_center {
	width: 600px;
	float: left;
	margin: 20px 0 0 100px;
}
.footer_center h3 {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    font-weight: normal;
    margin-bottom: 10px;
}
.footer_center .content a {
    color: #707070;
    font-size: 14px;
    line-height: 22px;
    padding-right: 10px;
}
.footer_right{
	float: right;
	width: auto;
	text-align: right;
}

.footer_02{
	border-bottom: 1px solid #707070;
	border-top: 1px solid #707070;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.footer_nav{
	float:left;
	width: 750px;
}
.footer_nav li{
	display: inline-block;
	margin-right: 50px;
}
.footer_nav li a{
	color: #ccc;
	font-size: 14px;
}
.footer_nav li a:hover{
	text-decoration: underline;
	color: #086cac;
}

.footer_top{
	float:right;
}
.footer_top a{
	color: #086cac;
	font-size: 14px;
}
.footer_top a:hover{
	text-decoration: underline;
	color: #eee;
}

.footer_03{
	padding-bottom: 30px;
	padding-top: 10px;
}
.footer_03 p{
	display: inline-block;
	color: #ccc;
	font-size: 12px;
	margin-right: 10px;
}
.footer_03 a{
	color: #eee;
	margin-left: 5px;
}
.footer_03 a:hover{
	text-decoration: underline;
	color: #086cac;
}


/*内页全局控制*/
.main_jz{
	width:1200px;
	margin:0 auto;
	}
.register{
	width:1200px;
	margin:0 auto;
}

/*资质荣誉*/
.honor{
	width:950px;
	}
.honor li{
	float:left;
	width:210px;
	margin-bottom:30px;
	margin-left:8px;
	margin-right:8px;
	border-bottom: 2px solid #ddd;
	padding-bottom: 15px;
	}
.honor li:hover{
	border-bottom: 2px solid #086cac;
}
.honor li a{
	display:block;
	overflow:hidden;
	width:210px;
	height:180px;
    text-align: center;
	}
.honor li a img{
	width:auto;
    max-width:210px;
	height:180px;
	border: none;
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.45s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}
.honor li a img:hover{
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.45s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	overflow:hidden;
	z-index:999;
	}
.honor li p{
	text-align:center;
	line-height:30px;
	font-size:14px;
	color:#333;
display: block;
    overflow: hidden;
height:30px;
}




/*产品css*/
.products_list li{
	float:left;
	width:280px;
	padding:10px;
	}

.products_list li .zxProCon{
	width: 280px;
	height: 280px;
	border-radius: 10px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.products_list li .zxProCon .sTit img{
	width:280px;
	height:280px;
	}
.zxProConHov{
	position: absolute;
	width: 280px;
	height: 280px;
	display: none;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	background-image: url(../img/heise.png);
	background-repeat: repeat;
}
.zxProConHov img{
	position:relative;
	vertical-align: middle;
	margin-top:-30px;
	top:50%;
	}
.zxProConHov:hover{text-decoration: none;color: #fff;}
.products_list li p{
	text-align:center;
	}
.products_list li p a{
	line-height:36px;
	font-size:14px;
	}
.products_list li p a:hover{
	color: #086cac;
	text-decoration: underline;
}

.products_list h1 {
	text-align: center;
	font-family: "微软雅黑", "黑体";
	font-size: 24px;
	line-height: 65px;
	font-weight: normal;
	color: #009b4c;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ddd;
}

.products_detail_right{
	position: relative;
	height: 350px;
}
.products_detail_right h2{
	font-size: 22px;
	font-weight: normal;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 10px;
	line-height: 36px;
	margin-bottom: 20px;
}
.products_detail_right span{
	display: block;
	max-height: 220px;
	line-height: 22px;
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
	overflow: hidden;
}
.products_detail_right a{
	font-size: 14px;
    line-height: 42px;
    color: #fff;
    background-color: #aaa;
    text-align: center;
    display: block;
    height: 42px;
    width: 130px;
    position: absolute;
    bottom: 0;	
	border-radius: 35px;
}
.products_detail_right a:hover{
	 background-color: #086cac;
}


/*新闻列表*/
.news_list li{
	padding-bottom: 25px;
	padding-top:25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	height:250px;
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.45s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}
.news_list li .news_pic{
	float:left;
	width:350px;
	height:250px;
    border-radius: 10px;
	overflow:hidden;
	}
.news_list li .news_pic a{
	background:#000;
	display:block;
	}
.news_list li .news_pic a img{
	width:350px;
	height:250px;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	}
.news_list li .news_pic a:hover img{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}
.news_list li .news_con{
	float:left;
	width:500px;
	height:250px;
	margin-left:30px;
	}
.news_list li .news_con .news_time{
	width:100%;
	height:50px;
	margin-top:10px;
	margin-bottom:15px;
	}
.news_con .news_time h4{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #666;
    font-weight: normal;
	width:75px;
	float:left;
	}
.news_con .news_time h4 span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #aaa;
	display:inline-block;
}
.news_con .news_time h2{
	width:400px;
	float:left;
	margin-left:15px;
	}
.news_con .news_time h2 a{
    font-family: "微软雅黑", "黑体";
    font-size: 18px;
    font-weight: normal;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    height: 50px;
    display: block;
	}
.news_con .news_time h2 a:hover{
	color: #086cac;
	text-decoration: underline;
	}
.news_con .news_info{
	width:100%;
	clear:both;
	}
.news_con .news_info span{
	display:block;
	height:110px;
	line-height:22px;
	overflow:hidden;
	font-size:14px;
	color:#888;
	margin-bottom:15px;
	}
.news_con .news_info p {
	width: 130px;
    height: 42px;
    background-color: #086cac;
    border-radius: 35px;
	}
.news_con .news_info p a{
	line-height: 42px;
	background-image: url(../img/jiantou.png);
	background-repeat: no-repeat;
	background-position: 25px center;
	height: 42px;
	display: block;
	overflow:hidden;
	width: 130px;
	font-size: 12px;
	font-family: "微软雅黑", "黑体";
	color: #086cac;
	text-align: left;
	text-indent: -30px;
	}
.news_con .news_info p a:hover{
	color: #fff;
	}
.news_con .news_info p:hover{
	background-color: #086cac;
	}
.news_con .news_info p a:hover{
	background-position: 220px;
	color: #fff;
	text-indent: 38px;
	}


/*联系我们*/
.con_left{
	float:left;
	width:550px;
	margin-top:35px;
	}
.con_right{
	float: right;
	width:520px;
	margin-top:35px;
	padding-left: 80px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #ddd;
	margin-bottom: 35px;
	}
.con_title{
	margin-bottom:20px;
	}
.con_title h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #888;
	font-weight: normal;
	text-transform: uppercase;
	}
.con_title h2{
	font-family: "微软雅黑", "黑体";
	font-size: 22px;
	color: #086cac;
	margin-bottom:10px;
	font-weight: normal;
	text-transform: uppercase;
	}
.con_title p{
	width:50px;
	height:3px;
	background:#086cac;
	}

.lianxi-body li{
	width:100%;
	float:left;
	margin-bottom:15px;
	}
.lianxi-body li p{
	font-size:16px;
	line-height:30px;
	color:#333;
	display:inline-block;
	}

.con_right li{
	float:left;
	margin-bottom:15px;
	}
.con_right span{
	font-size: 16px;
	font-weight: normal;
	color: #666;
	}


/*案例列表*/
.case_list{
	width:900px;
	margin:0 auto;
	}
.case_list li{
	position:relative;
	overflow:hidden;
	float:left;
	width:280px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:15px;
	border-radius: 10px;
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}
.case_list_img{
	overflow:hidden;
	width:280px;
	height:280px;
	}
.case_list_img img{
	width:280px;
	height:280px;
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}
.case_list_img:hover img{
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	overflow:hidden;
	z-index:9;
	}

.case_list li .case_con{
	position: absolute;
	text-align:center;
	height: 280px;
	width: 100%;
	bottom:-240px;
	padding-top:0px;
	z-index: 999;
	background-image: url(../img/heise.png);
	background-repeat: repeat;
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}
.case_list li .case_con h3{
	color: #fff;
	line-height: 40px;
	margin-bottom:10px;
	font-size: 16px;
	font-family: "微软雅黑", "黑体";
	font-weight: normal;
	}
.case_list li .case_con p a{
	display:block;
	width:130px;
	height:42px;
	line-height:42px;
	color:#fff;
	font-size:12px;
	margin:0 auto;
	background:#086cac;
	border-radius: 35px;
	}
.case_list li .case_con p a:hover{
	background:#00ad4d;	
	}
	
.case_list li:hover .case_con{
	bottom:0px;
	padding-top:80px;
	height:200px;
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}
.case_de_title h1{
	border-bottom: 1px dashed #ddd;
	padding-bottom: 15px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 22px;
	color: #222;
	font-weight: normal;
	margin-top: 35px;
}
.text_title{
	padding-bottom: 0px;
	text-align: center;
	font-size: 22px;
	color: #222;
	font-weight: normal;
	margin-top: 35px;	
}




.sitemap h1{
	font-weight: normal;
	font-size: 22px;
}
.sitemap ul{
	margin-bottom: 35px;
}
.sitemap ul li h3{
	margin-bottom: 15px;
}
.sitemap ul li h3 a{
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
}
.sitemap ul li ul li{
	line-height: 30px;
}
.sitemap ul li ul li a{
	font-size: 14px;
}
.sitemap ul li ul li a:hover{
	text-decoration: underline;
	color: #086cac;
}









