@charset "utf-8";/* CSS Document*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, select, th, td {
	padding: 0px;
	margin: 0px;
	color: #333;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
address, cite, dfn, em, var {
	font-style: normal
}
small {
	font-size: 13px
}
ul, ol {
	list-style-type: none;
	list-style-image: none
}
a {
	color: #333;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #016abc;
	text-decoration: none;
}
sup {
	vertical-align: text-top
}
sub {
	vertical-align: text-bottom
}
legend {
	color: #000
}
img {
	border: 0;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
div {
	zoom: 1;
}
.clear {
	clear: both;
}
.fix:after {
	display: table;
	clear: both;
	content: "";
}
.fix {
	zoom: 1;
}
.le {
	float: left;
	display: inline;
}
.ri {
	float: right;
	display: inline;
}
.b {
	font-weight: bold;
}
.hidden {
	display: none;
}
.width {
	width:1200px;
	margin:0 auto;
}

body {
	width:100%;
	background-color:#f0f0f0;
	overflow-x: hidden;
}
/*hdwrap部分开始*/
.hdwrap {
	background: url("../images/hdWp.gif") repeat-x scroll left top;
    height: 207px;
    margin: 0 auto;
    width: 100%;
}
.hd_top ,.hd_top a {
	height:30px;
	line-height:30px;
	color:#a4a4a4;
	overflow: hidden;
}
.hd_top a:hover{
	color: #016abc;
	text-decoration: none;	
}
.x1 {
	background: url("../images/x1.jpg") no-repeat;
    padding-left: 25px;
}
.x2 {
	background: url("../images/x2.jpg") no-repeat;
    padding-left: 25px;
}
.hd_mid {
	height:131px;
}
.flogo {
	margin-top:20px;
	height:95px;
	width:500px;
	position: relative;
}
.flogo span {
	left:230px;
	width:230px;
	top:20px;
	position: absolute;
	display:block;	
}
.flogo  a{
	display:block;
	width:230px;
}
.flogo h2 {
	color:#016abc;
	font-size:24px;
}
.flogo h3 {
	color:#999;
	font-size:16px;
}
.ftel {
	color:#646464;
	margin:45px 45px 0 0 ;
	background: url("../images/ftel.png") no-repeat scroll left 2px;
	padding-left:56px;
}
.ftel span {
	font-size:30px;
	color:#016abc;
}
/*search部分*/
.search {
	width:268px;	
	margin:54px 0 0 70px;	
}
.search input,.search button {
	border: 1px solid #e5e5e5;
	border-radius: 4px;	
}
.search input{
	height:32px;
	width:200px;
	color:#666;	
}
.search button{
	height:34px;
	width:60px;
	color:#fafafa;
	background-color: #016abc;
}

/*实线solid_img*/
.solid_img {
	height:3px;
	width:100%;
	margin:15px 0 5px 0;
	background:url(../images/solid_img.gif) repeat-x;
}
/*********************nav**************/
/*
nav {
	height:45px;
	width:100%;
	background-color:#0279d5;
}
nav ul {
	padding: 0;
}
nav ul>li {
	text-align: center;
}
nav ul li {
	float: left;
	position: relative;
	border-left:solid 1px #026dc0;
}
nav ul li a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	padding: 0px 15px;
	height: 45px;
	line-height: 45px;
	text-transform: uppercase;
}
nav ul li:hover>a {
	color: #fff;
}
nav ul li:hover a, nav ul li.current a {
	background: #016abc;
}
nav ul li:hover ul {
	display: block;
}
nav ul li ul {
	display: none;
	position: absolute;
	background: rgba(90,91,92,0.8);
	opacity: 0;
	z-index: 100;
	top:150px;
	width: 130%;
	margin-top:10px;
	border-radius: 4px;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}
nav ul li ul li {
	width: 100%;
	overflow: hidden;
}
nav ul li ul li:hover {
	background: none;
}
nav ul li ul li a {
	border-top: 1px solid #016dc1;
	color: #fff;
	font-size: 12px;
	padding: 13px 12px;
	display: block;
	text-transform: capitalize;
	height: auto;
	line-height: 100%;
}
nav ul li:hover ul li a {
	background: #0279d5;
	color: #fff;
}
nav ul li ul li:last-child a {
	border-bottom: none;
}
nav ul li ul li:nth-child(1) a {
	border-top: none;
}
nav ul li ul li a:hover {
	background: rgba(64,64,64,0.6);
	color: #fff;
}
nav ul li ul li:hover a {
	color: #fff;
}
nav ul li ul li a b {
	opacity: 0;
	position: relative;
	left: 50px;
	transition: All 0.2s ease-in-out;
	-webkit-transition: All 0.2s ease-in-out;
	-moz-transition: All 0.2s ease-in-out;
	-o-transition: All 0.2s ease-in-out;
}
nav ul li ul li a:hover b {
	opacity: 1;
	left: 0;
}
*/
.h_nav{
	height:45px;
	width:100%;
	background-color:#0279d5;	
}
.h_nav dl{
	float:left;
	position: relative;
	border-left:solid 1px #026dc0;
}
.h_nav .cur {
	border-left:none;
}
.h_nav dl:hover {
	background:#026dc0;
}
.h_nav dl dt,.h_nav dl dd {
	text-align:center;
}
.h_nav dl a {
	color:#fff;
	font-size:16px;
	height:45px;
	line-height:45px;
	padding:0 15px;
	display: inline-block;
}
.h_nav dl dd {
	position: absolute;
	display: none;
	width:130%;
	z-index:100;
	background: #0279d5;
}
.h_nav dl dd a {
	color:#fff;
	font-size:12px;
	display: block;
	height:35px;
	line-height:35px;
	border-bottom:1px solid #026dc0;
	overflow: hidden;
}
.h_nav dl dd a:hover {
	background:rgba(90,91,92,0.8);
}
.h_nav dl:hover dd {
	display:block;
}
.active {
	background:#026dc0;
}

/*********************banner**************/
/*
.slideboxss {
	width: 100%;
	display:block;
}
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flexslider {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.no-js .slides > li:first-child {
	display: block;
}
.flex-control-nav {
	position: absolute;
	bottom: 20px;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.flex-control-nav li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 6px;
*display:inline;
	zoom: 1;
}
.flex-control-nav a {
	display: inline-block;
	cursor: pointer;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	float: left;
	text-indent: -2000px;
}
.flex-control-nav .flex-active {
	background: #016abc;
}
.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 50%;
}
*/
/*聚焦图片部分css*/
.focusBox {
	position: relative; 
	height:500px; 
	overflow: hidden;
}
.focusBox .pic{ 
	position:relative;
	width:1440px;
	margin:0 auto;	
	z-index:0; 
}
.focusBox .pic img { 
	width:1440px; 
	height:500px; 
	display: block; 
}
.focusBox .hd { 
	width:100%; 
	position: absolute; 
	bottom: 10px; 
	text-align: center; 
	font-size:0; 
	z-index:1; 
	}
.focusBox .hd li{
	margin: 0 5px; 
	background: url(../images/dot.png) no-repeat 0 -16px; 
	height: 16px; overflow: hidden; 
	width: 16px; 
	cursor: pointer;
	display:inline-block; 
	*display:inline; zoom:1;  
	_background: url(../images/dot8.png) no-repeat 0 -16px;
	}
.focusBox .hd .on{ 
	background-position:0 0; 
}
.focusBox .pica {
	height: 90px;
	position: absolute; 
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;    
}
.focusBox .prev, .focusBox .next { 
	width: 60px; 
	height: 90px; 
	margin: -60px 0 0; 
	display: none; 
	background: url(../images/ctr.png) no-repeat 0 0; 
	position: absolute; 
	top: 50%; 
	z-index: 10; 
	cursor: pointer; 
	text-indent: -9999px; 
	filter:alpha(opacity=20);
	opacity:0.2;  
}
.focusBox .prev { 
	left: -70px; 
}
.focusBox .next { 
	background-position: 0 -90px; 
	right: -70px; 
}
.focusBox .prev:hover, .focusBox .next:hover { 
	filter:alpha(opacity=50) !important;
	opacity:0.5 !important;  
}
/******************PARTNER**********************/
.partner {	
	padding-top:10px;
	background-color:#fff;	
	position: relative;
}
.partner-main{
	padding-bottom:10px;
	background: url(../images/cor_l.gif) repeat-x left bottom; 	
}
.partner-l a {
	color: #5e5e5e;
    font-size: 22px;
    text-decoration: none;
    display: block;
}
.partner-l span {
	color: #bdbdbd;
    display: block;
    font: 16px "Times New Roman";
    padding-top: 4px;
    text-transform: uppercase;
}
.more {
	position: absolute;
    left: 1156px;
    top: 48px;
}
.partner-container {
	height:128px;
	margin:0 auto;
	padding-top:10px;
	width:1092px;
	overflow: hidden;
}
#ISL_Cont ul {
	position:relative;
	width:100%;
	height:100%;
	z-index:1;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-transition-property:-webkit-transform;
	transition-property:-webkit-transform;
	-o-transition-property:transform;
	transition-property:transform;
	transition-property:transform,-webkit-transform;
	-webkit-box-sizing:content-box;
	box-sizing:content-box	
}
#ISL_Cont ul li {
	margin: 0 9px;
	display: block;
	width: 164px;
	height:128px;
	text-align: center;	
}
#ISL_Cont img{
	width: 162px;
	height: 91px;
	overflow: hidden;
	display: block;
	border: 1px #e0e0e0 solid;
}
#ISL_Cont ul li:hover img {
	border: 1px #016abc solid;
}
#ISL_Cont span {
	line-height: 35px;
	display: block;
}
#Left_Arrow,#Right_Arrow {
	height:27px;
	width:27px;
	position: absolute;
	top: 110px;	
	display:block;
	z-index:10;
}
#Left_Arrow {
	left: 1150px;	
}
#Right_Arrow {
	left: 18px;
}
/**************product产品部分******************/
.product  {
	height:910px;
	margin-bottom:15px;
}

.product-box {
	width:221px;
}
.product-box .pro-til {   
    color: #fff;
    font-size: 20px;    
    overflow: hidden;    
    text-align: center;
	background:url(../images/sub_til.jpg) no-repeat scroll 0 0;
	padding-top: 10px;
	height: 65px;
}
.content-main .side-til{
	background:url(../images/fen_h22.jpg) no-repeat scroll 0 0;	
	height:73px;
}
.content-main .side-til h2 {
	padding-top: 20px;
	color: #fff;
	text-align: center;
	font-size:20px;
}
.product-box .pro-til i , .content-main .side-til i{   
    font: 14px "Arial";
    text-transform: uppercase;
}
.product-box .pro-til i {
	color: #da9d9c;
}
.content-main .side-til i {
	color:#fff;
}
.product-box .pro_list ,.content-main .side_list {
	background: #fff repeat scroll 0 0;
    /*height: 830px;*/
    overflow: hidden;
}
.product-box .pro_list h3 ,.content-main .side_list h3{
    background: #6e6e6e url(../images/item1.gif) no-repeat scroll 31px 12px;
    font: 15px/35px "Microsoft YaHei";
    height: 35px;
    padding-left: 66px;
}
.product-box .pro_list h3 a ,.content-main .side_list h3 a {
	color:#fff;
}
.product-box .pro_list h3:hover ,.content-main .side_list h3:hover{
	background:#6e6e6e url(../images/item2.gif) no-repeat scroll 30px 8px;
}
.product-box .pro_list h3:hover a ,.content-main .side_list h3:hover a {
	font-size:18px;
	text-decoration:none;
}
.product-box .pro_list .pro_ul,.content-main .side_ul {
	font: 14px/32px "Microsoft YaHei";
    padding: 10px 20px ;
}
.product-box .pro_list .pro_ul li ,.content-main .side_ul li {
    border-bottom: 1px dashed #d2d1d0;
    height: 32px;
    vertical-align: top;	
}
.product-box .pro_list .pro_ul li a ,.content-main .side_ul li a{
	background:url(../images/fen_jt2.gif) no-repeat scroll 1px 12px;
    color: #636363;
    display: block;
    padding-left: 15px;
}
.product-box .pro_list .pro_ul li:hover a ,.content-main .side_ul li:hover a{
	color:#016abc;
	text-decoration:none;
}
.pro_box {
	width:962px;
}
.pro_box .box_t {
    background:url(../images/p_top.gif) no-repeat scroll 0 0;
    height: 5px;
}
.pro_box .box_b {
    background:url(../images/p_bot.gif) no-repeat scroll 0 0;
    height: 5px;
}
.pro_box .abox {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
    padding: 0 22px 0 17px;
}
.pro_box .abox .box_1 {
    border-bottom: 1px solid #dadada;
    height: 48px;
}
.pro_box .abox .box_1 .le {
    min-width: 200px;
    padding: 4px 0 0 12px;
    position: relative;
}
.pro_box .abox .box_1 .le em {
	background: #d4d4d4 none repeat scroll 0 0;
    height: 40px;
    left: 2px;
    overflow: hidden;
    position: absolute;
    top: 5px;
    width: 4px
}
.pro_box .abox .box_1 .le a {
	color: #484848;
    display: block;
    font: 18px "Microsoft YaHei";
}
.pro_box .abox .box_1 .le a:hover {
	color:#016abc;
}
.pro_box .abox .box_1 .le i {
    color: #cecece;
    display: block;
    font: 14px "Arial";
    text-transform: uppercase;
}

.pro_box .abox .box_1 span {
	float: right;
    font-size: 12px;
    font-style: normal;
    margin-right: 10px;
    margin-top: 20px;
}
.pro_box .abox .box_2 {
	padding-top:17px;
	height:230px;
}
.pro_box .abox .box_2 li {
	float:left;
	height:220px;
	padding:0 5px;
}
.pro_box .abox .box_2 li dt {
    border: 1px solid #cdcdcd;
    height: 198px;
    line-height: 204px;
    text-align: center;
    width: 218px;
}
.pro_box .abox .box_2 li dt:hover {
	border: 1px solid #016abc;
}
.pro_box .abox .box_2 li dt img {
    height: 194px;
    padding-top: 2px;
    width: 216px;
}
.pro_box .abox .box_2 li dd {
	height: 30px;
    line-height: 30px;
    text-align: center;
    width: 218px;
}
.pro_box .abox .box_2 li dd a {
	font-size:14px;
}
.pro_box .abox .box_2 li dd:hover a{
	color:#016abc;
	text-decoration:none;
}
/**************product产品部分结束******************/

/*宣传部分slogan*/
.slogan {
	width:100%;
	height:148px;
	position: relative;
}
.slogan-width {
	height:134px;
	background-color:#0B8FF4;
}
.slogan-1440 {
	height:148px;
	width:1440px;
	left:0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background:url(../images/slogan-1440.gif) no-repeat;
	position: absolute;
}
.slogan-12 {
	width:100%;
	height:90px;
	position: relative;
	background:url(../images/slogan-12.jpg) repeat-x;
}
.slogan-1200 {
	height:90px;
	background:url(../images/slogan-1200.jpg) no-repeat;
	left:0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	position: absolute;
}
.slogan-1200 p {
	color:#fff;
	font-size:14px;
	right:160px;
	top:5px;
	position: absolute;
}
.slogan-1200 p em,.slogan-1200-140 p em {
	font-size:20px;
	font-weight:bold;
}
.slogan-1200 a {
	color:#fff;
	position: absolute;
	right:180px;
	top:58px;
	font-size:14px;
}
.slogan-140{
	width:100%;
	height:140px;
	position: relative;
	background:url(../images/slogan-140.jpg) repeat-x;
}
.slogan-1200-140 {
	height:140px;
	background:url(../images/slogan-1200-140.jpg) no-repeat;
	left:0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	position: absolute;	
}
.slogan-1200-140 p {
	color:#fff;
	font-size:16px;
	right:130px;
	top:40px;
	position: absolute;	
}
.slogan-1200-140  span{
	color:#fff;
	position: absolute;
	right:150px;
	top:101px;
	font-size:16px;	
}
.slogan-1200-140 span a {
	color:#fff;
}
/*优势介绍部分开始*/
.slogan_box{
	height:980px; 
	overflow:hidden;
	font-family:"Microsoft YaHei"; 
	font-size:14px; 
	color:#333; 
	clear:both;
}
.slogan_xc{
	padding:10px 0 0;
	background:url(../images/abt_sd.jpg) center 466px no-repeat;
}
.slogan_xc em{ 
	margin:0 10px 0 0;
	float:left; 
	font-style:normal; 
	font-size:52px; 
	color:#fff; 
	font-family:Didot; 
	font-weight:100; 
	display:inline-block; 
	float:left;
	width:46px; 
	text-align:center;
	padding:4px 0 0; 
	line-height:78px;
	height:78px;
	background:url(../images/slogan_tt.gif) center top no-repeat;
}
.slogan_xc dt b{ 
	font-size:36px; 
	line-height:48px; 
	color:#088cf7;
}
.slogan_xc dt span{
	font-size:20px; 
	line-height:22px; 
	color:#333; 
	font-weight:bold;
}
.slogan_xc dt i{
	font-style:normal;
	font-size:12px; 
	line-height:14px; 
	color:#858585; 
	text-transform:uppercase;
}
.slogan_xc .slogan_in li{ 
	width:390px;
	line-height:38px; 
	height:38px;
	background:url(../images/slogan_line.gif) left bottom repeat-x; 
	clear:both;
}
.slogan_xc .slogan_in li p{
	padding:0 0 0 20px;
	background:url(../images/slogan_ic.gif) left 15px no-repeat;
}
.slogan_xc .slogan_in .last{ 
	background:none;
}
.slogan_xc dd{
	padding:5px 0 0 38px;
}
.slogan_u{
	padding:30px 0 0 60px;
	height:435px; 
	overflow:hidden;
	background:url(../images/slogan1.jpg) 594px 30px no-repeat;
}
.slogan_dl1{
	height:220px; 
	overflow:hidden;
}
.slogan_dl3{
	height:220px; 
	overflow:hidden;
}
.slogan_b{
	padding:35px 0 0 610px;
	height:440px; 
	overflow:hidden;
	background:url(../images/slogan2.jpg) 22px 50px no-repeat;
}
/*优势介绍部分结束*/
/******************case**********************/
.case {	
	padding-top:10px;
	background-color:#fff;	
	position: relative;
}
.case-main{
	padding-bottom:10px;
	background: url(../images/cor_l.gif) repeat-x left bottom; 	
}
.case-l a {
	color: #5e5e5e;
    font-size: 22px;
    text-decoration: none;
    display: block;
}
.case-l:hover a,.partner-l:hover a ,.about-l:hover a,.honor-l:hover a{
	color:#016abc;
}
.case-l span {
	color: #bdbdbd;
    display: block;
    font: 16px "Times New Roman";
    padding-top: 4px;
    text-transform: uppercase;
}
.more {
	position: absolute;
    left: 1156px;
    top: 48px;
}
.case-container {
	height:210px;
	margin:0 auto;
	padding-top:10px;
	width:1150px;
	overflow: hidden;
}
#ISL_Cont1 ul,#ISL_Cont4 ul {
	position:relative;
	width:100%;
	height:100%;
	z-index:1;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-transition-property:-webkit-transform;
	transition-property:-webkit-transform;
	-o-transition-property:transform;
	transition-property:transform;
	transition-property:transform,-webkit-transform;
	-webkit-box-sizing:content-box;
	box-sizing:content-box	
}
#ISL_Cont1 ul li,#ISL_Cont4 ul li{
	margin: 0 10px;
	display: block;
	width: 210px;
	height:196px;
	text-align: center;		
}
#ISL_Cont1 img,#ISL_Cont4 img{
	width: 208px;
	height: 156px;
	padding:1px;
	overflow: hidden;
	display: block;	
	border: 1px #e0e0e0 solid;
}
#ISL_Cont1 ul li:hover img,#ISL_Cont4 ul li:hover img{
	border: 1px #016abc solid;
}
#ISL_Cont1 span,#ISL_Cont4 span {
	line-height: 35px;
	display: block;
}
#Left_Arrow1,#Right_Arrow1,#Left_Arrow4,#Right_Arrow4  {
	height:24px;
	width:10px;
	position: absolute;
	top: 150px;	
	display:block;
	z-index:10;
}
#Left_Arrow1,#Left_Arrow4 {
	left: 1170px;	
}
#Right_Arrow1 ,#Right_Arrow4{
	left: 18px;
}
/*客户见证部分*/
.case_dl {
	height:168px;
	padding-top:10px;
}
.case_dl dl {
	width:560px;
	margin-left:20px;
}
.case_dl dl dt img {
	height:136px;
	width:186px;
	padding:1px;
	overflow:hidden;
	border: 1px #e0e0e0 solid;
}
.case_dl dl dt img:hover {
	border: 1px #016abc solid;
}
.case_dl dl dd {
	display:block;
	width:340px;
}
.case_dl dl dd h4 {
	font-size:14px;
	height:30px;
	line-height:28px;
	border-bottom:1px #e0e0e0 solid;
}
.case_dl dl dd p {
	padding-top:5px;
	line-height:24px;
}
.case_dl dl dd span a {
	color:#016abc;
	margin-top:25px;
	display:block;	
}
/*企业介绍部分*/
.about{
	padding:15px 0 0;
	height:300px; 
	overflow:hidden;
	background:url(../images/abt_sd2.gif) 740px 15px no-repeat;
}
.about-l,.honor-l{
	background:url(../images/abt_tp_ic.gif) left bottom no-repeat;
	height:43px; 
	line-height:37px;
	overflow:hidden;
}
.about-l h3,.honor-l h3{ 
	float:left;
	margin:0 6px 0 0;
}
.about-l h3 a,.honor-l h3 a{
	font-size:18px;
	color:#5e5e5e; 
	font-weight:bold;
}
.about-l span,.honor-l span{ 
	font-size:12px; 
	font-family:Didot; 
	text-transform:uppercase; 
	color:#bfbfbf;
}
.about-l .pub_more{
	font-size:12px;
	color:#626262; 
	font-family:Arial;
	text-transform:uppercase;
}
.pub_more:hover{ 
	color:#016abc;
}
.about-box{
	width:720px; 
	overflow:hidden;
}
.about-r dl{
	padding:14px 0 0;
	width:720px;
	overflow:hidden;
}
.about-r dt{
	overflow:hidden; 
	float:left;
	height:230px;
	padding:0 0 14px;
	background:url(../images/abt_sd.gif) center bottom no-repeat;
}
.about-r dt img{
	width:280px;
	height:230px; 
	overflow:hidden;
	padding:1px; 
	border:1px #e2e2e2 solid; 
	background:#fff;
}
.about-r dd{ 
	float:right;
	width:400px; 
	overflow:hidden;
}
.about-r dd h4{
	padding:2px 0 4px;
	}
.about-r dd a{ 
	color:#333;
	font-size:16px;
}
.about-r dd a:hover{
	color:#016abc; 
}
.about-r dd p{
	font-size:12px; 
	color:#333; 
	line-height:25px;
	height:165px;
	padding:4px 0 0; 
	text-align:justify;
}
.about-r span a{ 
	color:#016abc; 
	font-size:12px; 
}
.about-r span a:hover{
	color:#016abc; 
}
/*荣誉证书*/
.honor-box{
	width:420px; 
	overflow:hidden;
}
.honor-r ul{
	padding:11px 0 0;
}
.honor-r li{ 
	margin:0 9px;
	display:inline;
	overflow:hidden;
	width:180px;
	text-align:center
}
.honor-r li a img{
	width:176px;
	height:216px;
	padding:1px;
	border:1px solid #ccc;
	overflow:hidden; 
	display:block;
}
.honor-r li a img:hover{
	border:1px solid #016abc;
}
.honor-r span{ 
	line-height:28px; 
	display:block;
}
.honor-r .to_l,.honor-r .to_r{
	margin-top:100px;
}
/*新闻中心部分*/
.news {
	height: 376px;
	padding: 10px 0;
	overflow: hidden;
}
.news-box1 {
	width: 400px;
	overflow: hidden;
	padding: 0 38px 0 0;
	background: url(../images/info_sd2.gif) 418px 10px no-repeat;
}
.news-l {
	background: url(../images/abt_tp_ic.gif) left bottom no-repeat;
	height: 43px;
	line-height: 37px;
	overflow: hidden;
}
.news-l h3 {
	float: left;
	margin: 0 6px 0 0;	
}
.news-l span {
	font-size: 12px;
	font-family: Didot;
	text-transform: uppercase;
	color: #bfbfbf;	
}
.news-r dl {
	padding: 14px 0 0;
	width: 400px;
	height: 106px;
	overflow: hidden;
}
.news-r dt {
	overflow: hidden;
	float: left;
	height: 96px;
	padding: 0 0 11px;
	background: url(../images/info_sd.gif) center bottom no-repeat;
}
.news .news-r dt img {
	width: 126px;
	height: 92px;
	overflow: hidden;
	padding: 2px;
}
.news .news-r dd {
	float: right;
	width: 260px;
	overflow: hidden;	
}
.news .news-r dd h4 {
	padding: 2px 0 4px;
}
.news .news-r dd a {
	font-size:14px;
}
.news .news-r dd span a{
	color:#016abc;
}
.news-r ul li {
	line-height: 34px;
	padding: 0 0 0 14px;
	border-bottom: 1px #9f9f9f dotted;
	background: url(../images/info_ic.gif) left 14px no-repeat;
	overflow: hidden;
	height: 34px;	
}
.news-r ul li span {
	float: right;
}
.news-box2 {
	width: 300px;
	overflow: hidden;
}
.news-right {
	padding: 1px 0 0 12px;
	line-height: 24px;
}.news-right {
	padding: 1px 0 0 12px;
    line-height: 24px;
}
.news-right dl{
	padding:16px 0 15px 0; 
	border-bottom:1px #c4c4c4 dashed;
}
.news-right dt{
	background:url(../images/que.gif) 2px 5px no-repeat;
	margin:0 0 6px;
	padding:0 0 0 28px;
}
.news-right dd{
	background:url(../images/ans.gif) 2px 5px no-repeat;
	padding:0 0 0 28px;
}
.msg {
	width:900px;
	margin:0 auto;
	padding-top:10px;
}
.msg .msg_a {
	border-bottom: 3px solid #016abc;
    height: 36px;
    line-height: 36px;
    margin: 10px 40px 20px 20px;
    width: 850px;
}
.msg .msg_b {
	margin: 10px 40px 20px 20px;
    width: 850px;
}
.msg .msg_b table{
	margin:0 auto;
}
.tab_l {
	text-align: right;
    width: 160px;
}
.msg .msg_b tr {
	height:34px;
	line-height:34px;
}
.tab_r img {
	height:24px;
	width:80px;
	margin-left:10px;
	vertical-align: middle;
}
.msg input {
	height:20px;
}
.red_x {
	color: red;
}
.msgcode {
	background: #016abc none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    line-height: 30px;
    width: 80px;
	display:block;
}
/*友情链接部分*/
.links {
	height:65px;
	margin-top:10px;
}
.links span {
	width:120px;
	height:63px;
	margin:1px 5px;
}
.link {
	width:1040px;
	height:54px;
	padding:2px 10px;
	border-left:1px solid #ccc;
}
.link li {
	line-height:27px;
	margin:2px 7px;
}
.link li a {
	font-size:14px;
}
/*底部开始*/
.foot{
	height:199px; 
	background:url(../images/ftWp.gif) left top repeat-x;
	margin:0 auto;
}
.footer{
	height:199px; 
	position:relative;
}
.ft_nav{
	font-size:12px;
	text-align:center;
	height:29px; 
	line-height:29px;
	color:#fff;
	position: absolute;
}
.ft_nav a{
	color:#fff;
	padding:0 15px;
	display:inline-block;
}
.ft_menu {
	top:60px;
	position: absolute;
}
.ft_wz{ 
	color:#666; 
	line-height:24px;
	padding-left:480px;
	background:url(../images/ft_l.gif) 460px 8px no-repeat;
}
.ft_wz span{ 
	display:inline-block;
	margin:0 20px;
}
.ft_wz a {
	color:#666;
}
.ft_wz a:hover {
	color:#666;
}
.ft_logo{
	left:205px;	
	top:10px;
	position: absolute;
}
.ft_ga {
	background:url(../images/ga.png) 5px no-repeat;
}
.ft_ga a:hover{
	color: #016abc;
	text-decoration: none;
}
/*底部结束*/

/*其他页面*/
/***topnav***/
.topnav {
	height:240px;
}

/***content***/
.content-main {
	padding:10px 0;
}
.side-l {
	width:228px;
	padding-bottom:10px;
}
.side-list ,.contact{
	margin-bottom:10px;
}
.side-l h4 {
	background: url(../images/zs_nav.jpg) no-repeat;
    color: #fff;
    display: block;
    height: 35px;
    line-height: 35px;
	font-size:14px;
}
.side-l h4 span {
	padding-left:10px;
}
.side-box ,.contact-box{
	border: 1px solid #ccc;
    padding: 12px 5px 10px;
    line-height: 24px;
}
.side-list h5 {
	background-color: #e2e2e2;
    display: block;
}
.side-list h5 a {
	padding-left: 25px;
    color: #333;
    font-family: bold;
}
.side-box li a{
	background: url(../images/fen_jt2.gif) no-repeat scroll 30px 3px;
    padding-left: 40px;
}
.side-list .active {
	background-color:transparent; 
}
.side-list .active a {
	color:#026dc0;
}
.dianhua {
	background: url(../images/teln.gif) no-repeat scroll 0 18px;
    line-height: 24px;
    padding: 10px 0 10px 60px;
}
.contact-box span {
	color: #016abc;
    font-size: 18px;
    font-weight: bold;
}
.contact-box p{
	line-height:24px;
}
.side-r {
	width:956px;
	padding-bottom:10px;
}
.abs {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #016abc;
    border-left: 8px solid #016abc;
}
.abs span {
	padding:0 5px;
}
.content {
	border: 1px solid #ccc;
    margin-top: 5px;
}
.about-nr {
    font-size: 14px;
    line-height: 24px;
    margin-left: 19px;
    padding: 10px 0;
    text-align: justify;
    width: 920px;
}
.news-nr ul {
	line-height: 25px;
    padding: 10px;
}
.news-nr ul span {
    padding: 0 10px 0 8px;
}
.news-nr dl {
	border-bottom: 1px dashed #cccccc;
    line-height: 22px;
    padding: 0 5px;
}
.news-nr dl a {
	background: url(../images/ico10.gif) no-repeat scroll 0 6px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    padding-left: 10px;
}
.news-nr dd {
	font-size: 12px;
    height: 45px;
    margin-bottom: 10px;
    overflow: hidden;
    padding-left: 10px;
	color:#666;
}
/*产品页面部分*/
.content-list {
	margin-top: 10px;
}
/*产品筛选部分*/
.shaixuan{
	padding:14px;
	border-bottom:1px dashed #ccc;
}
.row{
	height:32px;
	line-height:32px;
	margin-bottom:5px;
}
.row-l{
	margin-right:10px;
	text-align:right;
	width:135px;
}
.row-r .btn,.row-r .active{
	display:inline-block;
	padding:0 10px;	
	border-radius: 2px	
}
.row-r .btn:hover{
	background:#d8d8d8;
	color:#333;
}
.row-r .active{
	color:#fff;
}
/*产品列表*/
.content-list ul {
	margin-top:3px;
	border-top:1px dashed #ccc;
}
.content-list dl {
	float: left;
	height: 210px;
	padding: 10px 14px;
	width: 210px;
}
.content-list dl dt {
	height: 164px;
	width: 210px;
}
.content-list dl dt img {
	border: 1px solid #d6d6d6;
	height: 160px;
	padding: 1px;
	width: 206px;
}
.content-list dl dt img:hover {
	border: 1px solid #016abc;
}
.content-list dl dd {
	height: 40px;
	line-height: 20px;
	margin-top: 3px;
	text-align: center;
	width: 210px;
}
.content-list p{
	font-size:16px;
	line-height:28px;
	padding-left:28px;
	border-bottom:1px dashed #ccc;
}
/*荣誉证书部分*/
.ryzs dl{
	display: inline-block;
	float: left;
	height: 256px;
	padding: 14px;
	width: 161px;	
}
.ryzs dl dt {
	height: 230px;
	width: 161px;
}
.ryzs dl img {
	border: 1px solid #d6d6d6;
	height: 226px;
	padding: 1px;
	width: 157px;
}
.ryzs dl:hover img {
	border: 1px solid #016abc;
}
.ryzs dl dd {
	height: 24px;
	line-height: 24px;
	margin: 2px 0 0;
	text-align: center;
	width: 161px;
}
.hzhb dl{
	display: inline-block;
	float: left;
	height: 104px;
	padding: 10px 25px;
	width: 140px;
}
.hzhb dl dt {
	height: 74px;
	width: 137px;
}
.hzhb dl img {
	border: 1px solid #d6d6d6;
	height: 70px;
	padding: 1px;
	width: 133px;
}
.hzhb dl:hover img {
	border: 1px solid #016abc;
}
.hzhb dl dd {
	height: 24px;
	line-height: 24px;
	margin: 2px 0 0;
	text-align: center;
	width: 125px;
}
.khjz dl {
	height:170px;
	width:920px;
	display: inline-block;
    border-bottom: 1px dashed #ccc;
	margin:15px;
}
.khjz dl dt {
	width:190px;
	height:140px;
}
.khjz dl dt img {
	padding: 1px;
    border: 1px #d6d6d6 solid;
    width: 186px;
    height: 136px;
}
.khjz dl dt:hover img {
	border: 1px solid #016abc;
}
.khjz dl dd {
	padding-top:10px;
	width:675px;
}
.khjz dl dd h4,.khjz dl dd h5 {
	line-height:22px;
	color:#666;
}
.khjz dl dd h4 a{
	font-size:14px;
	color:#333;
}
.khjz dl dd p {
	line-height:22px;
}
.khjz dl dd span{
	padding-top:20px;
	display:block;
}

.content-news {
	height: 205px;
	margin: 10px 0;
}
.content-news  h3 {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #016abc;
	border-left: 8px solid #016abc;
	display: block;
	color: #016abc;
}
.content-news  h3 span {
	padding-left:10px;
}
.content-news ul{
	height:170px;
	border:1px solid #ccc;
	border-top:none;
}
.content-news ul li{
	height: 28px;
	line-height: 28px;
	padding: 0 6px;
	width: 462px;
}
.content-news ul li a {
	background: url(../images/ico55.gif) no-repeat scroll 0 5px;
	padding-left: 12px;
}
.content-news ul li span {
	
}
.nr-l,.nr-r {
	margin:10px 0;
	border: 1px solid #ccc;
}
.nr-l {
	width:840px;
}
.nr-l h2{
	border-bottom: 1px dashed #cccccc;
	color: #333;
	font-size: 22px;
	line-height: 40px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	text-align: center;
}
.nr-l .info {
	color: #bcbbbb;
	line-height: 28px;
	margin-bottom: 10px;
	text-align: center;
}
.nr-l .info span {
	margin-right: 10px;
}
.nr-l .arcbody{
	line-height: 30px;
	padding: 0 20px;
	font-size: 14px;
	word-break: break-all;
}
.nr-l .next{
	height: 60px;
	line-height: 30px;
	margin: 10px 0;
	font-weight: bold;
	padding: 0 20px;
}
.nr-l .next span {
	display:block;
}
.nr-l .arckey{
	border-bottom: 1px solid #ccc;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	padding: 0 20px;
}
.nr-l .arckey span {
	font-weight:bold;
}
.nr-l .rela{
	width: 800px;
    margin: 0 auto;
}
.nr-l .rela h4 {
	font-size: 14px;
	line-height: 25px;
	text-indent: 10px;
}
.nr-l .rela .relist{
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 5px 0;
	width: 798px;
	height: 115px;
}
.nr-l .rela .relist li{
	background: url(../images/ico10.gif) no-repeat scroll 10px 9px;
	line-height: 23px;
	margin-left: 10px;
	text-indent: 20px;
	width: 385px;
}
.nr-l .protj {
	height: 210px;
}
.nr-l .protj h4 {
	border-bottom: 1px solid #ccc;
	padding-left: 10px;
	line-height:26px;
}
.nr-l .protj dl {
	height: 160px;
	overflow: hidden;
	padding: 9px;
	width: 149px;
}
.nr-l .protj dt {
	border: 1px solid #ccc;
	height: 119px;
	line-height: 0;
	padding: 1px;
	width: 145px;
}
.nr-l .protj dt:hover {
	border: 1px solid #016abc;
}
.nr-l .protj dt img {
	height: 119px;
	width: 145px;
}
.nr-l .protj dd {
	font-size: 12px;
    line-height: 18px;
    text-align: center;
    padding-top: 5px;
}
.nr-r {
	width:350px;
}
.nr-r h4 {
	background: #e2e2e2;
    color: #333;
    line-height: 28px;
    text-indent: 15px;
}
.nr-r h4 a {
	color:#333;
}
.nr-r .sideMenu,.nr-r .nr_rr ul {
	width:330px;
	margin:0 auto;
}
.nr-r .sideMenu ul {
	margin-bottom:5px;
	height:90px;
}
.nr-r .sideMenu dt img{
	border: 1px solid #ccc;
    height: 79px;
    padding: 1px;
    width: 100px;
}
.nr-r .sideMenu dt:hover img {
	border: 1px solid #016abc;
}
.nr-r .sideMenu h5 {
	line-height: 25px;
    display: block;
}
.nr-r .sideMenu h5 a {
	color:#666;
}
.nr-r .sideMenu dd {
	width:210px;
	padding:6px;
	line-height:20px;
}
.nr-r .nr_rr {
	margin-top:10px;
}
.nr-r .nr_rr ul {
	background:url(../images/news_list_bg.gif) no-repeat scroll 0 6px;
	margin: 10px;	
}
.nr-r .nr_rr ul li {
	padding-left:25px;
	line-height:24px;
	overflow: hidden;
}
/*产品内容页部分css*/
.pro-l{
	width:956px;
	margin:10px 0;
}
.pro_box {
	height:364px;
}
/*产品内容页图片放大部分css*/
#preview{  
	float:left;
	text-align:center; 
	width:402px;
}
.jqzoom{ 
	width:400px; 
	height:300px; 
	position:relative;
}
.zoomdiv{ 
	left:859px; 
	height:300px; 
	width:400px;
}
.list-h li{ 
	float:left;
}
#spec-n5{
	width:400px; 
	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:1px;
}
#spec-right{
	background:url(../images/right.gif) no-repeat; 
	width:10px; 
	height:45px; 
	float:left;
	cursor:pointer; 
	margin-top:1px;
}
#spec-list{ 
	width:325px; 
	float:left; 
	overflow:hidden; 
	margin-left:2px; 
	display:inline;
}
#spec-list ul li{ 
	float:left; 
	margin-right:0px; 
	display:inline; 
	width:70px;
}
#spec-list ul li img{ 
	padding:2px ; 
	border:1px solid #ccc; 
	width:56px; 
	height:42px;
}

/*jqzoom  */
.jqzoom{
	position:relative;
	padding:0;
}
.zoomdiv{
	z-index:100;
	position:absolute;
	top:1px;
	left:0px;
	width:400px;
	height:300px;
	border:1px solid #e4e4e4;
	display:none;
	text-align:center;
	overflow: hidden;
}
.bigimg{
	width:800px;
	height:600px;
}
.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:372px; 
	margin-right:6px;
}
#spec-list div{ 
	margin-top:0;
	margin-left:-30px; 
	*margin-left:0;
}

.pro_box2 {
	padding:0 20px 0 10px;
	width:510px;
}
.pro_box2 h3 {
	border-bottom: 1px dashed #ccc;
    font-size: 18px;
    line-height: 34px;
    padding: 0 8px;
    margin-bottom: 16px;
}
.pro_box2 h4 {
	font-size: 16px;
    line-height: 28px;
    padding-left: 20px;
    font-weight: normal;
}
.pro_box2 h4  span {
	color:#016abc;
}
.pro_box2 h4 .tel{
	font-size: 20px;
    font-weight: bold;
}
.pro_box2 h5{
	height: 32px;
    line-height: 32px;
    margin-top: 20px;
    text-align: center;
}
.pro_box2 h5 a {
	display: block;
    background: #016abc none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    width: 120px;
    text-decoration: none;
    float: left;
    margin: 0 24px;
}
.pro_nr {
	
}
.pro_nr .nr01{
	height: 37px;
    line-height: 37px;
    background: #006dbf url(../images/zs_nav1.jpg) no-repeat;
    color: #fff;
    margin-bottom: 10px;
}
.pro_nr .nr01 span {
	font-size: 14px;
    padding-left: 17px;
    font-weight: bold;
}
.pro_nr .nr02{
	width:930px;
	padding:10px;
}
.pro_nr .nr02 p {
	line-height:28px;
	font-size:14px;
}
.pro_nr .nr03 {	
	line-height: 32px;   
	font-size:14px;
	height:32px;
	padding-bottom:10px;
	display:block;
	background:url(../images/nr0311.png) no-repeat;
}
.pro_nr .nr030{
	width:920px;
	height:32px;
	margin-left:30px;
	border-bottom: #016abc solid 4px;
}
.pro_nr .nr031 {
	font-weight:bold;
}
.pro_nr .nr032 i{
	font-style:normal;
	color:#016abc;
	font-weight:bold;
	font-size:20px;
}
.pro_nr .nr04 {
	padding-bottom:10px;
}
.pro_nr .nr04 p {
	font-size:17px;
}
.pro_nr .nr04 .p1{
	line-height:36px;
}
.pro_nr .nr04 .p1 span {
	padding-left:30px;
}
.pro_nr .nr_key{
	border-top: 1px dashed #ccc;
    font-size: 14px;
    line-height: 35px;
    margin-top: 15px;
    padding-left: 5px;
}
.pro_nr .nr_msg .msg_a{
	background-color: #ccc;
    height: 36px;
    line-height: 36px;
    margin-bottom: 10px;
}
.pro_nr .nr_msg .msg_b{
	margin: 10px 40px 20px 20px;
}
.pro_nr .nr_msg .msg_b table {
	margin:0 auto;
}
.pro_nr .nr_msg .msg_b tr {
	height: 34px;
    line-height: 34px;
}
.pro_nr .nr_msg .tab_r input {
	height:20px;
}
.pro_nr .nr_msg .tab_r .msgcode{
	margin-right:15px;
}
/*搜索结果部分*/
.search_con {
	padding:10px;
}
.search_tit {
	line-height:25px;
	text-indent:10px;
}
.search_dl {
	margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    color: #666;
    height: 160px;
    overflow: hidden;
}
.search_dl img {
	width: 211px;
    height: 154px;
	margin-left:10px;
	padding:1px;
	border:1px solid #ccc;
    display: block;
}
.search_dl img:hover {
	border:1px solid #016abc;
}
.search_dl dt {
	width:230px;
	height:158px;
}
.search_dl dd {
	width:580px;
}
.search_dl .d2 {
	height:125px;
	padding-top:10px;
	line-height:22px;
}
.search_dl dd a{
	color:#016abc;
}
/***分页css***/
.page ,.page-nr{
	height:30px;
	line-height:30px;
	text-align:center;
	border:1px solid #ccc;
	margin:10px 15px;
	padding:5px;
}
.page {
	width:912px;
}
.page-nr {
	width:790px;
}
.page-l{
	padding-left:10px;
}
.page-r {
	padding-right:5px;
}
.page-num {
	margin-right:3px;
}
.page a,.page-nr a {
	height:28px;
	line-height:28px;
	padding:6px 4px;
	border: 1px solid #ccc;
}
.page a:hover ,.page-nr a:hover{
	background-color:#016abc;
	color:#fff;
	border: none;
}
.page select,.page-nr select{
	height:29px;
	line-height:29px;
	border: 1px solid #ccc;
}
.page select option,.page-nr select option{
	height:20px;
	line-height:20px;
}
/**在线客服**/
.online {
	position: fixed;
	bottom: 100px;
	right: 10px;
	width: 60px;
	z-index: 999;
	color: #999;
}
.online a {
	color: #666;
}
.online a:hover {
	text-decoration: none;
}
.online dl {
	background: #27a8e1;
	padding: 10px 5px;
	margin-bottom: 1px;
	position: relative;
}
.online dl dd {
	color: #fff;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}
.online dl dd i {
	font-size: 25px;
}
.online dl:hover {
	background: #1781bd;
}
.online dl dt {
	position: absolute;
	top: 0px;
	right: 60px;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 9999;
	display: none;
	padding: 10px 15px;
	font-weight: normal;
}
.online dl dt h3 {
	display: block;
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
.online dl dt h3 i {
	margin-right: 5px;
}
.online dl dt h3 span {
	float: right;
	cursor: pointer;
}
.online dl dt input {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 15px;
	height: 40px;
	line-height: 40px;
	padding: 3px 5px;
	width: 100%;
}
.online dl dt button {
	margin: 10px 0;
	border: none;
	border-radius: 5px;
	width: 100%;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	background: #28a7e1;
	color: #fff;
	cursor: pointer;
}
/*
.d-md-block {
	display: block !important;
}
.d-none {
	display: none !important;
}
*/
