﻿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:#333;}

/*******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%;}
.nr_pic img{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 {
	background: #fff;
	height: auto;
	transition:0.3s all 0s linear;
	margin-bottom: 2%;
}
#indexNews li .left{ width: 30%;}
#indexNews li .left img{ width: 100%;}
#indexNews li .right{ width: 66%; padding: 2%; color: #999999;}
#indexNews li .right a{ color: #000;}

.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 **/
#logo{ padding:2%; width: 96%; text-align: left;}
#logo img{ width: 100%;}
#nav{ width:100%; background: #2299ee; height: 72px;}
#nav a{ display:block; float:left; width: 25%; font-weight: bold; height:35px; line-height:35px; text-align:center; color:#fff;}
#nav a:hover{ color: #ff0;}

.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 **/
#end{ background: #2299ee; line-height: 25px; color: #fff; font-size: 12px; text-align: center; padding: 3% 0; margin-bottom: 2%;}

.footer{ height:60px; overflow: hidden; right:0; bottom:0; float:left; z-index: 20; width:100%; position: fixed; background-color:#2299ee;}
.f1{ width:100%; background:url(../images/lx1.png) no-repeat center 20%;  background-size: 25px; height:100%; float:left;  text-align:center;}
.f2{ width:100%; background:url(../images/lx2.png) no-repeat center 20%; background-size: 25px;  height:100%; float:left; text-align:center;}
.f3{ width:100%; background:url(../images/lx3.png) no-repeat center 20%;  background-size: 25px; height:100%; float:left; text-align:center;}
.f4{ width:100%; background:url(../images/lx4.png) no-repeat center 20%;  background-size: 25px; height:100%; float:left; text-align:center;}
.footer a{ color:#fff; display: block; width: 25%; height: 100%;float: left; line-height:85px; text-align: center; background-color:#2299ee;}
.kb50{ height: 50px;}
.kb10{ height: 10px;}
.red{ color: #fc9202;}


/** main **/ 
.main{ width:100%; height:auto; overflow:hidden; padding:0;}
.title{ height: 40px; line-height: 40px; border-bottom: 1px solid #efefef;}
.title .left{ background: #333; line-height: 40px; color: #fff; font-weight: bold; font-size: 16px; padding: 0 20px;}
.title .right{ color: #333; font-weight: bold; padding-right: 2%;}
.title .right a{ color: #333;}
.title .right a:hover{ color: #000;}

#pro_list{ padding: 1% 1%; text-align: center;}
#pro_list li{     display: inline-block;
    border: 0.5px solid #fff;
    background: #2299ee;
    text-align: center;
    line-height: 30px;
    width: 32%;
    height: 35px;
overflow: hidden;}
#pro_list li a{ color: #fff; font-size: 12px;}

#cpnr{ padding-top: 2%;}
#cpnr li{ float: left; width: 46%; height: 170px; margin: 2%; text-align: center; background: #f0f0f0;}
#cpnr li a{ color: #000;font-size: 12px}
#cpnr li img{ width: 99%; height: 140px; border: 1px solid #f0f0f0;}

.hui{ background: url(../images/bj.jpg) no-repeat center top; width: 100%; height: auto; overflow: hidden;}
.ys_tit{ color: #333333; font-size: 20px; background: url(../images/ys_tit.png) no-repeat center bottom; height: 40px; text-align: center;}
.ys_content{ color: #666666; padding: 20px 0 0; text-align: center;}
.more{ width: 126px; height: 35px; background: #333; line-height: 35px; text-align: center; color: #fff; border-radius: 5px; margin-top: 20px;}

#gsjj_pic{ float: left; width: 40%;}
#gsjj_pic img{ width: 100%;}
#gsjj{ float: right; width: 100%; line-height: 23px; text-indent: 2em;}
#gsjjlb{ padding: 2% 0 3%; text-align: center;}
#gsjjlb li{ display: inline-block; width: 32%; height: 40px; line-height: 40px; background: #333; color: #fff;}
#gsjjlb li:hover{ background: #d80000;}


#xwlb{ padding: 2% 0 3%; text-align: center;   }
#xwlb li{ display: inline-block; width: 30%; height: 40px; line-height: 40px; color: #333333; border: 1px solid #cbc8c8; cursor:pointer;}
#xwlb li:hover{ height: 40px; color: #333; border:1px solid #333; }

.order_index{ padding: 0 10%;}
.order_index input{ border: none; border-bottom: 1px solid #e3e3e3; height: 40px; line-height: 40px; width: 92%; color: #666666; padding-left: 30px;}
.order_index textarea{ border: none; border-bottom: 1px solid #e3e3e3; background:url(../images/ly4.png) no-repeat left 5px; padding-left: 30px; line-height: 30px; width: 92%; margin-top: 10px; color: #666666;}




/** 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: 46%; margin: 2%; text-align: center;}
.pro li img{ width: 100%; height: 100%; border: 1px solid #d5d5d5;}

/*************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.jpg) 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:#333;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;}

/* foot_menu */
#foot_menu{
      line-height: 20px;
    height: 43px;
    position: fixed;
    bottom: 0;
    z-index: 900;
    width: 100%;
    background: rgba(0,0,0,0.7);
    padding: 12px 0;
    max-width: 640px;
    margin: 0 auto;
}
#foot_menu a{
      color: #fff;
    text-decoration: none;
    height: 43px;
    width: 24.3%;
    text-align: center;
    display: block;
    float: left;
    font-size: 14px;
    border-right: 1px solid #a8a8a8;
}
#foot_menu a{
      color: #fff;
    text-decoration: none;
    height: 43px;
    width: 24.3%;
    text-align: center;
    display: block;
    float: left;
    font-size: 14px;
    border-right: 1px solid #a8a8a8;
}
#foot_menu span{
      text-transform: uppercase;
    display: block;
    color: #fff;
}