html{ background:#fff; color:#000000; overflow-x:hidden;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,form,input,textarea,p{margin:0 auto;padding:0;}img{border:0;}ol,ul,li{list-style:none;}h1,h2,h3{font-weight:normal;font-size:100%;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-weight:inherit;font-size:inherit;font-family:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}a{color:inherit;text-decoration:none;}
/*******CSS reset*************/
body{ background:#fff; color:#000000; font-size:14px; font-family:'微软雅黑';}
a{ color:#000000;}
a:hover{color:#2e3955;}

/*******CSS reset*************/
.f12{font-size:12px;}
.f16{font-size:16px;}
.bold{font-weight:bold;}
.white{color:#fff;}
.left{float:left;}
.right{float:right;}
.t_r{text-align:right; width: 25%;}
.clear{clear:both;}
.relative{position:relative;}
.absolute{position:absolute;}
.rel_center{position:relative;}
.hidden{display:none;}
.jj_pic{ float:left; margin:5px 13px 0 0;}
.nr_pic{ text-align:center; position:relative; width:100%;}
.red{ color:#f00; font-weight:bold; padding-left:10px;}
.nr_red{ color:#f00; font-weight:bold;}



.scale:hover img {
    transform: scale(1.1, 1.1);
}
.scale img{ transition:transform 1s ease 0s}



#indexNews li {
	height:34px;
	background: url(../images/icon.png) no-repeat left center;
	padding-left: 15px;
	line-height: 34px;
	border-bottom: 1px solid #e2e2e2;
	transition:0.3s all 0s linear;
}
#indexNews li:hover{ padding-left: 20px;}
#indexNews li:hover a{  color: #058a5b;}


.Newstime {
	color:#afb0b4;
	font-size:12px;
	float: right;
}

#lxwm_nr {
	margin: 0 20px 20px;
	font-size:14px;
}
#lxwm_nr p {
	line-height: 35px;
	border-bottom: 1px dotted #ccc;
	padding-left: 20px;
}
#prev_next{ border-top:1px solid #ccc; margin-top:10px; padding-top:5px;}
#prev_next li{ padding-left:10px; height:30px; line-height:30px;}

#con_lx{ height:auto; overflow:hidden; line-height:2.0; font-size:14px; width:90%; margin-bottom:20px;}
#con_lx p{ border-bottom:1px dotted #ccc; line-height:35px; padding-left:20px; transition:0.3s all 0s linear; }
#con_lx p:hover{ background:#efefef; color:#000; border-bottom:1px solid #ccc; padding-left:30px;}

#lx_wx{ float:right; padding:50px 50px 0 0;}

#ys_nr1 .font p{
  -webkit-animation: float ease-in-out 1.5s infinite;
  animation: float ease-in-out 1.5s infinite;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.imgB { width: 100%;  top: 0; left: 0; position: relative;  opacity: 1;}
.imgT { width: 100%;top: 0;left: 0; position: absolute;
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
.pic:hover .imgT{
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/** header **/
#top{ background: #fff;}
#logo{ padding:2%; width: 65%; text-align: left; float: left;}
#logo img{ width: 100%;}
#top_tel{ float: right; width: 23%; background: url(../images/top_tel.png) no-repeat left center; padding-left: 6%; color: #2e3955; font-family: impact; font-size: 12px; margin: 4% 2% 2% 0; background-size: 16%;}
#nav_line{ background: #2e3955; height: 30px; line-height: 30px; color: #fff; padding: 0 2%;}
#nav_line a{ color: #fff;}

#nav{ width:100%; background: #2e3955; height: 60px; color:#fff;}
#nav ul li{ width: 25%; font-size: 14px; padding: 0 3%; height:60px; line-height:60px; text-align:center; color:#fff;}
#nav ul li a { color: #ff0;}

/*nav*/
.lnav { width:100%; height:100px; background-color:#2e3955;border-top:1px solid #ffffff;}
.lnav ul li { width:24.5%; height:50px; line-height:50px; font-size:16px; float:left; text-align:center; border-bottom:1px solid #ffffff; border-right:1px solid #ffffff;}
.lnav ul li a { color:#fdfdfa; text-decoration:none;  display:block;}



.slideBox{ position:relative; overflow:hidden; margin:0 auto;  max-width:640px;/* 设置焦点图最大宽度 */ }
.slideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:0; right:0; z-index:1; }
.slideBox .hd li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#333; text-indent:-9999px; overflow:hidden; margin:0 6px;   }
.slideBox .hd li.on{ background:#fff;  }
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; text-align:center; height:auto; overflow:hidden;  }
.slideBox .bd li img{  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; color:#fff;  text-align:left;  }


/** footer **/
.footer{ height:70px; overflow: hidden; right:0; bottom:0; float:left; z-index: 20; width:100%; position: fixed; background-color:#2e3955;}
.f1{ width:100%; background:url(../images/lx1.png) no-repeat center 20%;  background-size: 28px; height:100%; float:left;  text-align:center;}
.f2{ width:100%; background:url(../images/lx2.png) no-repeat center 20%; background-size: 28px;  height:100%; float:left; text-align:center;}
.f3{ width:100%; background:url(../images/lx3.png) no-repeat center 20%;  background-size: 28px; height:100%; float:left; text-align:center;}
.f4{ width:100%; background:url(../images/lx4.png) no-repeat center 20%;  background-size: 28px; height:100%; float:left; text-align:center;}
.footer a{ color:#fff; display: block; width: 25%; height: 100%;float: left; line-height:100px; text-align: center; background-color:#2e3955;}
.kb50{ height: 70px;}
.kb10{ height: 10px;}
.red{ color: #fc9202;}


/** main **/ 
.main{ width:100%; height:auto; overflow:hidden; padding:5% 0;}

.title{ background: url(../images/title_bj.png) no-repeat left top; width: 96%; background-size: 100%; height: 30px; line-height: 30px; overflow: hidden;}
.title .left{ height: 30px; color: #fff; padding-left: 2%;}
.title .right{ height: 30px; color: #fff; padding-right: 2%;}
.title .right a{ color: #fff;}



#pro_list{ padding: 2%; background: #2e3955;}
#pro_list li{ line-height: 30px; border: 1px solid #fff; overflow: hidden; text-align: center; width: 22%; float: left; margin:1%;}
#pro_list li a{ color: #fff; font-size: 12px;}

#cpnr{}
#cpnr li{ float: left; width: 42%; margin: 2%; text-align: center; font-size: 13px; background: #f6f6f6; padding: 2%;}
#cpnr li img{ width: 100%; height:210px;}
#cpnr li p{ border: 1px solid #e7e7e7; height: 30px; line-height: 30px; width: 50%; text-align: center; color: #666666; margin-top: 2%;}


/** sidebar **/



/** zy **/ 
.content{ padding: 2% 2% 5%; line-height: 30px;}
#content_zy{ line-height: 30px; padding: 2% 0 0; height: auto; overflow: hidden;}

.backtop a{ display: block; width: 80%; padding: 15px;background: url('../images/address.png') no-repeat 20% center;  background-color: #f86a00; border-radius: 4px; margin: 0 auto; color: white; font-size: 18px; text-align: center;}

/************************************/
.page{margin:10px 20px 15px 0;}
.page a{display:inline-block;height:18px;line-height:18px;border:1px solid #dbdbdb;padding:0 2px 0;}
.page a:hover{background:#404040;color:#fff;border:none;height:20px;line-height:20px;padding:0 3px 0;}
.current {padding:0 6px 0;height:18px;line-height:18px;background:#404040;color:#fff;}
/***************global*****************/
.pro{ padding-top: 2%;}
.pro li{ float: left; width: 42%; margin: 2%; text-align: center; background: #f6f6f6; padding: 2%;}
.pro li img{ width: 100%; height:210px; border: 1px solid #d5d5d5;}
.pro li p{ border: 1px solid #e7e7e7; height: 30px; line-height: 30px; width: 50%; text-align: center; color: #666666; margin-top: 2%;}
/*************index&goods**************/
.news{ width:100%;}
.news li{width:100%;height:40px;text-indent:2em;line-height:40px; font-size:14px; border-bottom:1px dotted #ccc; background:url(../images/icon.png) no-repeat 20px center; transition:0.3s all 0s linear; padding-left:10px; white-space: nowrap;text-overflow: ellipsis; overflow: hidden;}
.news li:hover{background-color:#efefef; border-bottom:1px solid #ccc;}
.news li:hover a{color:#000;}
/****************news*****************/
.news_title{color:#da020d;text-align:center;line-height:40px;}
.meta{color:#999;text-align:center; width:100%; line-height:28px; border:1px solid #efefef; margin-bottom:10px; background:#f8f8f8;}
/***********news_info**************/
.jobs li{ height:auto; margin:23px 18px 18px 28px;border-bottom:1px dotted #666; position:relative;}
.jobs a{ position:absolute; right:0; top:0;float:right;width:71px;height:34px;color:#fff;text-align:center;line-height:34px; display:block; background:#f00;}
.jobs strong{color:#da020d;}
.jobs p{/*margin:6px 0 -134px 156px;*/line-height:35px;}
/***************jobs***************/
.rel_center{ text-align:center; left:50%;}
.pro_name{display:block;color:#141414;text-align:center; font-weight: bold; font-size:20px; margin-bottom: 3%;}
.info_title{margin:10px 0 0 0;width:100%;height:40px; background: #f9f9f9; margin-bottom:3%;}
.info_title b{display:inline-block;padding-left:10px;height:100%;background:#2e3955;color:#fff;line-height:40px; font-weight: normal; font-size: 14px; padding: 0 5%;}
.info_title a{margin:8px;width:15px;height:15px;background-position:0 -426px;}
/********goods_info&jobs_info*******/
.order{margin:5% 0 5% 3%;line-height:40px;}
.order img{vertical-align:-5px;cursor:pointer;}
#submit{width:55px;height:29px;color:#000;cursor:pointer; background:url(../images/button.gif) none center;}
/**************order&message********/
#banner{position:relative;overflow:auto;}
#banner li {float:left;}
.banner .dots li.active {
background: #fff;
opacity: 1;
}
.banner .dots li {
display: inline-block;
width: 10px;
height: 10px;
margin: 0 4px;
text-indent: -999em;
border: 2px solid #fff;
border-radius: 6px;
cursor: pointer;
opacity: .4;
-webkit-transition: background .5s, opacity .5s;
-moz-transition: background .5s, opacity .5s;
transition: background .5s, opacity .5s;
}

/*sitemap*/
.mesmore{margin-top:5px;}
.mesmore:hover{color:#da020d;text-decoration:underline;}

.sitemap{ width:996px; float:left; /*border:3px solid #f0f0f0;*/ margin-top:10px; margin-bottom:10px;}
.m1{ height:20px; line-height:20px; margin-top:20px; margin-left:20px;}
.m2{ margin-left:20px; margin-top:20px; line-height:25px;}
.m2 span{ font-size:14px; font-weight:bold;}
.m2t{ border:1px solid #f0f0f0; width:800px; padding-left:4px; margin-top:2px; padding:10px; margin-bottom:20px;}
.m2t ul{}
.m2t ul li{ list-style-type:none; float:left; width:150px;}
.m2t ul li a:hover{ color:red}

.f{ float:right; margin-right:10px; _margin-top:7px;}