﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
label,
legend,
caption,
tbody,
tfoot,
thead,
header,
section,
footer {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	list-style: none;
}

a,
a:visited {
	text-decoration: none;
	color: inherit;
}

html,
body {
	
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
	color: #333;
	font-family: "微雅软黑", "Microsoft Yahei", "宋体";
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
}

ul,
dl,
ol {
	list-style: none;
}

ul,
dl,
ol,
dt,
dd,
p,
h1,
h2,
h3,
h4,
div,
span,
font {
	margin: 0;
	padding: 0;
}
/*通用代码*/
.cls {
	clear: both;
}

.wrap {
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
}

/*列表栏目*/
#pages {
	padding: 14px 0 10px;
	text-align: center;
	font-size: 12px;
	margin-top: 50px;
}

#pages>a {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #333;
	padding: 0 10px
}

#pages>a.a1 {
	width: 56px;
	padding: 0
}

#pages>a:hover {
	background: #f1f1f1;
	color: #000;
	text-decoration: none
}

#pages>span {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #333;
	padding: 0 10px
}


/*header*/
.itop{
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #666;
	background: #f0f0f0;overflow:hidden;
}

.ilogo{
	width: 100%;
	height: 56px;
	padding: 32px 0;
}
.l-logo{
	float: left;
	height: 56px;
}
.l-logo img{
	width: 120px;
	height: 56px;
	float: left;
}
.l-logo-txt{
	float: left;
	position: relative;
	margin-left: 25px;
}

.l-logo-txt h1{
	font-size: 28px;
	font-weight: bold;
	color: #006eb6;
	line-height:30px;
}
.l-logo-txt span{
	display: block;
	color: #282828;
	margin: 0 auto;
	text-align: center;
	width:80%;
	background: #fff;
	font-size:18px;
	line-height:20px;
	margin-top: 4px;
}
.l-logo-txt:after{
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background: #ccc;
	position: absolute;
	bottom: 8px;
	z-index: -1;
}

.r-phone{
	float: right;
	height: 45px;
	padding-left: 60px;
	background: url(../img/iphone.png) no-repeat left;
	margin-top: 5px;
}
.r-phone span{
	display: block;
	color: #666;
	line-height: 16px;
}
.r-phone p{
	font-family: impact;
	font-size: 25px;
	line-height: 30px;
	color: #ff7600;
}

/*nav*/
nav{
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: url(../img/navbj.png) repeat-x left;
	position: relative;
	z-index: 9999;
}
nav ul li{
	width: 12.5%;
	float: left;
	text-align: center;
}
nav ul li a{
	display: block;font-size:15px; font-weight:bold;
}
nav ul li a:hover{
	background: url(../img/navbj02.png) repeat-x left;
	color: #fff;
}
nav ul li dl{
	background: #007ed0;
	display: none;
}
nav ul li dl dd{
	border-bottom: 1px solid #fff;
}
nav ul li:hover dl{
	display: block;
}
/*ban*/
.iban {
	width: 100%;
	height: 450px;
}
.fullSlide {
	width: 100%;
	position: absolute;
	height: 450px;
	background: #000;
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 450px;
	overflow: hidden;
	text-align: center;
}

.fullSlide .bd li a {
	display: block;
	height: 450px;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 20px;
}

.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:42px;height:11px;margin:1px;overflow:hidden;background:#fff;filter:alpha(opacity=50);opacity:0.5;line-height:999px;}
.fullSlide .hd ul .on{background:#f00;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:0;z-index:1;width:40px;height:60px;background:url(../img/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:0;background-position:-6px -137px;}

/*ipro*/
.ipro{
	width: 100%;
	margin-top: 80px;
}

.ipro-l{
	width: 20%;
	float: left;
}

.ipro-l-t p{
	font-family: arial;
	font-size: 25px;
	font-weight: bold;
	color: #006cb2;
}
.ipro-l-t span{
	font-size: 22px;
	font-weight: bold;
	color: #282828;
}
.ipro-l-nav ul{
	margin-top: 15px;
}
.ipro-l-nav ul li{
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #006cb2;
	color: #fff;
	margin-right: 15px;
	margin-top: 12px;
	float: left;
}
.ipro-l-nav ul li:nth-of-type(2n){
	margin-right: 0;
}

.ipro-l-nav ul li:hover{
	background: #ff7600;
}
.ipro-l-nav ul li a{
	display: block;
	margin: 0 10px;font-size:15px;
	background: url(../img/iprobj.png) right no-repeat;
}

.ipro-l>img{
	width: 100%;
	height: auto;
	margin-top: 20px;
	display: block;
}
.ipro-l-search{
	margin-top: 18px;
}
.ipro-l-search form {
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 0;
	background: #fff;
}

.search-txt {
	display: inline-block;
	width: 65%;
	height: 33px;
	padding: 0 1%;
	border: 1px solid #ccc;
	background: none;
	float: left;
}

.search-btn {
	display: inline-block;
	width: 30%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	padding: 0;
	border: 0;
	background: #006cb2;
	color: #fff;
	cursor: pointer;
	float: right;
}
.search-btn:hover{
	background: #ff7600;
}

.ipro-r{
	width: 78%;
	float: right;
}
.ipro-r ul li{
	width: 32%;
	float: left;
	margin-right: 1.3%;
	margin-top: 28px;
}
.ipro-r ul li:nth-of-type(3n){
	margin-right: 0;
}
.ipro-r ul li img{
	width: 100%;
	height: auto;
	display: block;
}
.ipro-r ul li a{
	display: block;
	height: 80px;
	background: #eee;
}
.ipro-r ul li a span{
	display: block;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	color: #333;
}
.ipro-r ul li a i{
	display: block;
	width: 29px;
	height: 30px;
	margin: 3px auto 0 auto;	
	background: url(../img/ifdj01.png) center no-repeat;
}
.ipro-r ul li a:hover{
	background: #006cb2;
}
.ipro-r ul li a:hover span{
	color: #fff;
}
.ipro-r ul li a:hover i{
	background: url(../img/ifdj02.png) center no-repeat;
}


/*优势*/
.iadv{
	width: 100%;
	margin-top: 80px;
	background: #eee;
	padding:20px 0px;
}

.iadv-l{
	width: 27%;
	border-right: 1px solid #fff;
	padding-right: 2%;
	float: left;
}
.iadv-l h4{
	font-family: arial;
	font-weight: bold;
	font-size: 35px;
	color: #006cb2;
	margin-top: 22px;
}
.iadv-l span{
	font-size: 22px;
	display: block;
	color:#282828;font-weight:bold;
	margin: 0px 0 22px 0;
}
.iadv-l p{
	color: #666;
	line-height: 2;
}
.iadv-l a{
	display: block;
	width: 50%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 2px solid #006cb2;
	color: #006cb2;
	margin-top: 20px;
	font-size:14px;
}
.iadv-l a:hover{
	background: #006cb2;
	color: #fff;
}

.iadv-r{
	width: 70%;
	float: right;
}
.iadv-r ul li{
	width: 24%;margin-right:1%;
	height: auto;
	float: left;
	text-align: center;
}
.iadv-r ul li i{
	display: block;
	width: 40px;
	height: 40px;
	margin: 20px auto 15px auto;
}
.iadv-r ul li:nth-of-type(1) i{
	background: url(../img/iadvbj.png) left 0 top 0 no-repeat;
}
.iadv-r ul li:nth-of-type(2) i{
	background: url(../img/iadvbj.png) left -40px top 0 no-repeat;
}
.iadv-r ul li:nth-of-type(3) i{
	background: url(../img/iadvbj.png) left -80px top 0 no-repeat;
}
.iadv-r ul li:nth-of-type(4) i{
	background: url(../img/iadvbj.png) left -120px top 0 no-repeat;
}
.iadv-r ul li:nth-of-type(5) i{
	background: url(../img/iadvbj.png) left -160px top 0 no-repeat;
}
.iadv-r ul li:nth-of-type(6) i{
	background: url(../img/iadvbj.png) left -200px top 0 no-repeat;
}
.iadv-r ul li:nth-of-type(7) i{
	background: url(../img/iadvbj.png) left -240px top 0 no-repeat;
}
.iadv-r ul li:nth-of-type(8) i{
	background: url(../img/iadvbj.png) left -280px top 0 no-repeat;
}
.iadv-r ul li h4{
	font-size: 15px;
	font-weight: bold;
	color: #006cb2;
}
.iadv-r ul li p{
	width: 100%;
	margin: 10px auto 0 auto;
	line-height:22px;
	color: #666;
}

/*广告*/
.igg{
	width: 100%;
	height: 164px;
	margin: 40px 0;
}
.igg>.wrap{
	position: relative;
	background: url(../img/gg01.jpg) center no-repeat;
}
.igg>.wrap p{
	position: absolute;
	bottom: 10px;
	left: 20px;
	color: #fff;
	font-size: 15px;
}


/*关于*/
.iabout{
	width: 100%;
	height: 450px;
}
.iabout>.wrap{
	position: relative;
	background: url(../img/iabout.jpg) center no-repeat;
}

.iabout-txt{
	width:50%;
	height: 350px;
	padding: 2%;
	box-sizing: border-box;
	background: rgba(0,108,178,0.85);
	position: absolute;
	top: 50px;
	right: 0;
	color: #fff;
}
.iabout-txt h4{
	font-size: 25px;font-weight:bold;
}
.iabout-txt p{
	line-height: 2;
	margin-top: 20px;
}
.iabout-txt a{
	display: block;
	width:40%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	margin-top:20px;
}
.iabout-txt a:hover{
	background: #fff;
	color: #006cb2;
}

/*title*/
.ititle{
	text-align: center;
}
.ititle h4{
	font-size: 30px;
	font-weight: bold;
	color: #006cb2;
}
.ititle h4 span{
	color: #ff7600;
}
.ititle p{
	color: #666;
	margin-top: 6px;
	font-size:18px;
}
.ititle p:after{
	content: "";
	display: block;
	width: 200px;
	height: 1px;
	background: #ff7600;
	margin: 10px auto 0 auto;
}


/*案例*/
.icase{
	width: 100%;
	margin-top: 80px;
}
.icase-b{
	margin-top: 20px;
}
.icase-b ul{display:block; width:100%;}
.icase-b ul li{
	width: 47%;
	height: auto;
	
	border: 1px solid #e1e1e1;
	padding:0.5%;
	float: left;
	margin-right:1%;margin-bottom:15px;
}

.icase-b ul li:hover{
	border-color: #006cb2;
}
.icase-b ul li a{
	display: block;
}
.icase-b ul li a img{
	width: 35%;
	
	float: left;
}
.icase-txt{
	width:62%;
	height: auto;
	box-sizing: border-box;
	padding: 2%;
	background: #f0f0f0f0;
	float: right;
}

.icase-b ul li:hover .icase-txt{
	background: #006cb2;
	color: #fff;
}
.icase-txt h4{
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid #999;
	padding-bottom: 6px;
	margin-bottom: 4px;
}

.icase-b ul li:hover .icase-txt h4{
	border-color: #fff;
}
.icase-txt p{
	color: #666;
	line-height: 20px;
	height:80px; overflow:hidden;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.icase-txt span{
	display: block;
	text-align: right;
	color: #ff7600;
}
.icase-txt span em{
	float:left;
}
.icase-b ul li:hover .icase-txt p,
.icase-b ul li:hover .icase-txt span{
	color: #fff;
}

.icase>.wrap>a{
	display: block;
	margin: 20px auto 0 auto;
	width: 20%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #006cb2;
	color: #fff;
}
.icase>.wrap>a:hover{
	background: #ff7600;
}


/*news*/
.inews{
	margin-top: 80px;
}

.inews-b{
	margin-top: 30px;
}

.inews-b-l{
	width: 50%;
	float: left;
}
.inews-b-l img{
	width: 100%;display: block;
}

.inews-b dl{
	width:100%;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.inews-b dl dt{
	height: 19px;
	line-height: 19px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 8px;
}
.inews-b dl dt span{
	display: inline-block;
	width: 95px;
	height: 19px;
	font-size: 13px;
	text-align: center;
	background: #ff7600;
	color: #fff;
	margin-right: 20px;
	font-weight: normal;
}
.inews-b dl dd{
	line-height:22px;
	color: #666;
}

.inews-b-l dl{
	margin-top: 21px;
}

.inews-b-r {
	width:48%;
	float: right;
}
.inews-b-r dl{
	margin-top: 18px;
}
.inews-b-r dl:first-of-type{
	margin-top: 0;
}

.inews>.wrap>a{
	display: block;
	margin: 40px auto 0 auto;
	width: 20%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #006cb2;
	color: #fff;
}
.inews>.wrap>a:hover{
	background: #ff7600;
}

/*footer*/
footer{
	width: 100%;
	/* margin-top: 80px; */
	padding: 30px 0;
	background: #006cb2;
	color: #fff;
}
footer dl{
	float: left;width:40%;
}

footer dt{
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}
footer dt h4{
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
}
footer dt p{
	font-size: 17px;
	font-weight: bold;
	margin:5px auto;
}
footer dd{
	line-height: 22px;
}
.ft-m{
	float:left; width:26%;margin-left:10%;
}
.ft-m ul{
	width: 200px;
}
.ft-m ul li{
	width: 55px;
	float: left;
	margin-right: 45px;
}

.ft-r{
	float:right; width:10%;
}

.ft-r dl dd img{
	width: 100%;
	
	display: block;
}
.ft-r dt{
	margin-bottom: 16px;
}


.content {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 60px
}

.lbox {
	width: 20%;
	float: left;
}

.lbox h5 {
	display: block;
	
	line-height: 50px;
	font-size: 21px;
	color: #006eb6;font-weight:bold;
	border-bottom: 1px solid #ccc;
}
.lbox h5 span{
	font-size: 13px;
	color: #999;font-weight:normal;
}
.lbox ul {
	border-bottom: 1px solid #ccc;
	margin-top: 5px;
	padding: 0px;
}

.lbox ul li {
	padding: 0 10px;
	line-height: 40px;
	font-size: 13px;
	background: #eee;
	color: #333;
	margin-bottom: 10px;
}

.lbox ul li:hover {
	background: #006eb6;
	color: #fff;
}

.lbox ul li a {
	display: block;font-size:15px; font-weight:bold;
}

.lbox dl {
	font-size: 14px;
	margin-bottom: 15px;
	padding: 0 25px;
	color: #666;
}

.lbox dl dd {
	line-height: 35px;
	border-bottom: 1px dashed #ccc;
}

.lbox dl dd:hover {
	color: #006eb6;
	border-color: #006eb6;
}

.lbox dl dd a {
	display: block;
}

.lbox-pro {
	margin-top: 30px;
}

.rbox {
	width:78%;
	float: right;
}

.rbox-t {
	position: relative;
	height: 52px;
	line-height: 52px;
	border-bottom: 1px solid #ccc;
}

.rbox-t h5 {
	font-size: 21px;
	color: #006eb6;font-weight:bold;
}
.content-pos{
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 40px;
	color: #666;
}
.rbox-b {
	line-height: 2;
	margin-top: 10px;
	font-size: 13px;
}
.prenext {
	display: block;
	position: relative;
	padding: 60px 0;
	font-size: 14px;
	color: #333;
}

.prenext a {
	color: #666;
}

.prenext a:hover {
	color: #006eb6;
}

.news-list ul li {
	padding-bottom: 15px;
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
}

.news-list a {
	display: block;
}

.news-list h3 {
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #333;
}

.news-list ul li {
	color: #666;
}

.news-list h5 {
	font-size: 12px;
	color: #aaa;
}

.news-list a>span {
	line-height: 35px;
	text-align: center;
	color: #3598db;
	margin-top: 10px;
	font-weight: bold;
}
.news-list a>span:hover{
	color: #ff7600;
	
}
.news-nr h5 {
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 25px;
	color: #333;
	text-align: center;
}

.news-nr h4 {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #aaa;
	font-size: 12px;
	text-align: center;
	margin-bottom: 15px;
}
.pro-list ul li {
	float: left;
	width:32%;
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin-right:1.3%;
	margin-bottom:20px;
}


.pro-list ul li:hover {
	color: #006eb6;
	border-color: #006eb6;
}

.pro-list ul li a {
	display: block;
}

.pro-list ul li a img {
	width:97%; padding:1%; border:1px solid #e1e1e1;
}

.pro-list ul li a span {
	display: block;
	line-height:40px; height:40px; font-size:15px;
}

.case-list ul li{
	width: 100%;
	height:auto;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 9px;
	margin: 0 15px 20px 0;
	float: left;
}
.z3{color:#ff7600; font-size:20px;}

.case-list ul li:hover{
	border-color: #006cb2;
}
.case-list ul li a{
	display: block;
}
.case-list ul li a img{
	width: 25%;
	float: left;
}

.case-list ul li:hover .case-txt{
	background: #006cb2;
	color: #fff;
}
.case-list h4{
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid #999;
	padding-bottom: 6px;
	margin-bottom: 4px;
}

.case-list ul li:hover .case-txt h4{
	border-color: #fff;
}
.case-txt{
	width: 72%;
	padding:1%;
	
	float: right;
	position: relative;
}
.case-txt p{
	color: #666;
	line-height: 1.7;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.case-txt span{
	display: block;
	position:static;
	color: #ff7600;
	margin-top:20px;
}
.case-list ul li:hover .case-txt p,
.case-list ul li:hover .case-txt span{
	color: #fff;
}




#preview {
	float: left;
	margin: 0px auto;
	width: 400px;
}

.jqzoom {
	width: 400px;
	height: 300px;
	position: relative;
	border: solid 1px #cccccc;
}

.zoomdiv {
	left: 859px;
	height: 400px;
	width: 400px;
}

.list-h li {
	float: left;
}

#spec-n5 {
	width: 420px;
	height: 56px;
	padding-top: 6px;
	overflow: hidden;
}

#spec-left {
	background: url(images/left.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 5px;
}

#spec-right {
	background: url(images/right.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 5px;
}

#spec-list {
	width: 350px;
	float: left;
	overflow: hidden;
	margin-left: 8px;
	display: inline;
}

#spec-list ul li {
	float: left;
	margin-right: 0px;
	display: inline;
	width: 62px;
}

#spec-list ul li img {
	padding: 2px;
	border: 1px solid #ccc;
	width: 50px;
	height: 50px;
}


/*jqzoom*/

.jqzoom {
	position: relative;
	padding: 0;
}

.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 1px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: url(i/loading.gif) #fff no-repeat center center;
	border: 1px solid #e4e4e4;
	display: none;
	text-align: center;
	overflow: hidden;
}

.bigimg {
	width: 700px;
	height: 473px;
}

.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	border: 1px solid #aaa;
	background: #FEDE4F 50% top no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	cursor: move;
}

#spec-list {
	position: relative;
	width: 366px;
	margin-right: 8px;
}

#spec-list div {
	margin-top: 0;
}

.proright {
	float: right;
	width: 480px;
	height: 245px;
}

.proright h2 {
	text-align: left;
	font-size: 18px;
	color: #006eb6;
	font-weight: normal;
	margin-bottom: 10px;
	font-family: "微软雅黑";
}

.prodetails {
	margin-top: 10px;
	color: #333;
}

.proright .summary {
	line-height: 24px;
	height: auto !important;
	height: 220px;
	min-height: 220px;
	color: #333;
}
.proright .summary b{
	color: #333;
}
.prodetails h3 {
	font-family: "微软雅黑";
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	height: 40px;
	line-height: 40px;
	background: #006eb6;
	text-indent: 15px;
	margin-bottom: 15px;
	border: none;
	margin-top: 15px;
}

.prodetails p {
	padding: 0 10px
}

.prodetails h6 {
	font-size: 12px;
	font-weight: normal;
	margin-left: 15px;
}

.prodetails h6 strong {
	color: #ed1c22;
}
.case-list ul li{
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.case-list-l img{
	box-sizing: border-box;
	width: 180px;
	height: 130px;
	border: 1px solid #ccc;
	padding: 3px;
	float: left;
}
.case-list-r {
	float: right;
	width: 640px;
}
.case-list-r h3{
	font-size: 16px;
	color: #006eb6;
	font-weight: bold;
	margin-top: 6px;
}
.case-list-r p span{
	color: #f00;
}

.search-nr{
	font-size: 13px;
}
.search-nr ul li {
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 32px;
	float: left;
}

.search-nr ul li img {
	width: 286px;
	height: 191px;
	float: left;
}
.search-nr a{
	display: block;
}
.search-nr a:hover h3{
	color: #006FD6;
}
.search-nr h3 {
	color: #333;
	font-size: 15px;
}
.search-nr p{
	color: #666;
}
.hzhb {
	width: 100%;
	height: 80px;
	margin: 0 auto;
	margin-top: 50px;
	background: #f5f5f5;
}
.hzhb_1{
	max-width: 1200px;
	padding:20px 0px;
	margin: 0 auto;
	
}
.hzhb_1 span {
	font-size:16px;
	font-weight:bold;
	color:#0F0F0F;
	float:left;
}
.hzhb_1 li{margin-left:10px;
	line-height: 16px;
	float: left;
}
.hzhb_1 li a{color:#666;} 
.news_rd {
	position: relative;
	width: 100%;
	border-top: 1px solid #ccc;
}
.news_rd p {font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;}
.news_list {
	position: relative;
	width: 100%;
	height: 175px;
}
.news_txt{
	position: absolute;
	width: 830px;
	left: 0px;
	top: 0px;
}
.news_wz{
	clear: both;
	margin-top: 22px;
}
.news_wz li {
    border-bottom: 1px dotted #CCC;
    width: 48%;
    float: left;
    margin: 1%;}
.rdwz a{
	color: #333;
	font-size: 14px;}
.rdwz span{
	float:right;
}
.rdwz h4{
	margin: 0;
	padding: 0;
	outline: 0;
}
/*-------------------------------------------------------------*/

.btn3{display:none;}
#banner{display:block;cursor:pointer;width:100%;height:500px;position:relative;margin:0px auto;z-index:2;}
#banner .imglist{width:100%;height:500px;position:absolute;top:0px;left:0px;}
#banner .imglist a{display:block; width:100%; height:500px; cursor:pointer;}
#banner .img01{background:url(../img/ban01.jpg) no-repeat center top;}
#banner .img02{background:url(../img/ban02.jpg) no-repeat center top;}


#banner .left{display:block;position:absolute;left:5%; top:240px;width:40px; height:74px;background:url(../img/focus_btn.png) no-repeat 0px  top;z-index:7;}
#banner .right{display:block;position:absolute; right:5%; top:240px;width:40px; height:74px;background:url(../images/focus_btn.png) no-repeat -36px top;z-index:8;}
.btn{position:absolute;bottom:10px;left:47%;display:block;padding:2px 15px; border-radius:11px;z-index:3;}
.btn li{float:left;height:4px;width:28px;margin:0px 4px; background:#fff; cursor:pointer;}
.btn .hover{background:#ff7600;}