html{ background:#fff; color:#4e4e4e; 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:#4e4e4e; font-size:14px; font-family:'微软雅黑';}
a{ color:#4e4e4e;}
a:hover{color:#108d47;}

/*******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;}
.clear{clear:both;}
.relative{position:relative;}
.absolute{position:absolute;}
.rel_center{position:relative;}
.hidden{display:none;}
.jj_pic{ float:left; margin:0 10px 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:35px;
	line-height:35px;
	font-size:12px;
	float:left; width:46%;
	background:url(../Image/icon.png) no-repeat left center;
	padding-left:25px;
	border-bottom:1px dotted #ccc;
	transition:0.3s all 0s linear;
}
#indexNews li:hover{ border-bottom:1px solid #999; background:url(../Image/icon.png) no-repeat 10px center;}

.Newstime {
	color:#afb0b4;
	font-size:12px;
}
#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 li: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_bj{ width: 100%; height:100px;}
#top_index{ width:1200px; height:100px;}
#top_right{ float: right; height: auto; overflow: hidden; width:850px;}
#logo{ float:left; padding:5px 0 0;}
#top_tel{ float:right; background: url(../Image/tel.jpg) no-repeat left center; margin:15px 0 0; color:#1b8942; font-size:18px; padding-left: 40px;}
#nav{ float:right; width:850px; height:30px; padding-top: 20px;}
#nav a{ display:block; float:left; width:106px; font-size: 14px; height:30px; line-height:30px; text-align:center; color:#444444; transition:0.3s all 0s linear;}
#nav a:hover{ background: #2e8c4b; height: 30px; line-height: 30px; color: #fff;}


.flash{ width:100%; height:499px; margin:0 auto; text-align:center; position:relative; z-index:0; }
.flash .flashBox {position:relative; margin:0 auto; width:1000px; height:499px; }
/*修改尺寸1920 {position:absolute; width:1920px; left:-460px;}*/
/*修改尺寸1440 {position:absolute; width:1440px; left:-221px;}*/
.flash .flashBox .bd{position:absolute;  width:1920px; left:-460px;}
.flash .flashBox .bd img{width:100%; height:499px;}


/** footer **/
#end_end{ height: 40px; line-height: 40px; background: #121212; color: #444444; text-align: center;}
#end_bj{ background:url(../Image/end_line.png) repeat-x center 52px #262626; width:100%; height:auto; overflow:hidden;}
#end{ width:1200px; height:auto; overflow: hidden; line-height:2.0; color:#676767; padding:14px 0 30px;}
#end .end_title{ color: #fff; font-size: 18px; font-weight: bold; float: left; border-bottom: 5px solid #1f8645;}
#end .left{ width: 550px;}
#end .left a{ padding: 0 20px 0 0;}
#end .right{ width: 420px;}
#end a{ color:#676767;}
#end a:hover{ color:#fff;}


/** main **/ 
.main{ width:1200px; height:auto; overflow:hidden; padding:30px 0; line-height:2.0;}
#pic li{ width: 380px; height: 182px; overflow: hidden; position: relative; float: left; margin: 0 10px;}

.picScroll-left{ width:1312px;  overflow:hidden; position:relative; }
.picScroll-left .prev{ display:block;  width:28px; height:51px; float:right; margin-left:5px; margin-top:100px;  overflow:hidden; cursor:pointer;}
.picScroll-left .next{ display:block;  width:28px; height:51px; float:left; margin-right:5px; margin-top:100px;  overflow:hidden; cursor:pointer;}
.picScroll-left .bd{ padding:7px; float:left;  }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 10px; width:288px; height:238px; float:left; position: relative; overflow:hidden; text-align:center; background: #000;  }
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ width:280px; height:230px; border: 4px solid #f0f0f0; transition:0.3s all 0s linear;}
.picScroll-left .bd ul li:hover img{ opacity: 0.4;}
.picScroll-left .bd ul li .pic_title{ position: absolute; color:#fff; background: url(../Image/jh.png) no-repeat center -60px; font-size: 16px; z-index: 100; top: 0; padding-top: 250px; width: 280px; text-align: center; left: 0; height: 50px; transition:0.2s all 0s linear;}
.picScroll-left .bd ul li:hover .pic_title{ position: absolute; color:#fff; background: url(../Image/jh.png) no-repeat center 80px; font-size: 16px; z-index: 100; top: 0; padding-top: 160px; width: 280px; text-align: center; left: 0; height: 50px;}

#hui{ background: #f2f2f2; width: 100%; height: auto; overflow: hidden; margin-top: 30px;}
#hui .right{ width: 491px; height: 192px; overflow: hidden;}
#hui .left{ width: 670px; height: auto; overflow: hidden; background: url(../Image/gsjj_line.png) no-repeat left bottom; height: 192px;}
#hui .left span{ color: #1f1f1f; font-weight: bold; font-size: 20px;}

#xwlb{ float: right; width: 830px;}
#xwlb li { border:1px solid #d0d0d0; padding:15px; width:355px; height: 58px; float:left; margin-right: 28px; margin-bottom: 20px;}
#xwlb li .right{ width: 275px; color:#9e9e9e; font-size: 12px; line-height: 1.6;}
#xwlb li .right a{ color:#4e4e4e; font-size: 14px;}
#xwlb li .info_date{ color: #fff; float:left; width:60px; height:58px; font-size: 12px; text-align:center; background:#999999; line-height: 1.3; transition:0.3s all 0s linear;}
#xwlb li .info_date span{ font-size:30px; color:#fff; width:60px;}
#xwlb li:hover .info_date{ background: #108d47;}



/** sidebar **/
#sidebar{ width:252px; height:auto; overflow:hidden; float:left;}
#main_right{ width:894px; height:auto; overflow:hidden; float:right;}

#zi_banner{ width: 100%; height: 270px; background: url(../Image/zi_banner.jpg) no-repeat center top;}

#pro_list{ background:url(../Image/cpbt.jpg) no-repeat center top #0e9041; padding: 76px 0 0;}
#pro_list li{ height:65px; text-align:left; padding-left: 40px; line-height:65px; font-size: 18px; transition:0.3s all 0s linear;}
#pro_list li:hover{ background:#2ca95d;}
#pro_list li a{ color:#fff;}


.content{ padding: 20px 0 0; line-height: 2.0;}

#title_zy{ border-bottom: 2px solid #0e9041; height: 40px; line-height: 40px;}
#title_zy .left{ background: url(../Image/home.png) no-repeat left center; padding-left: 40px; font-size: 18px; font-weight: bold; color: #545454;}

/** zy **/ 

#content_zy{ line-height: 2.0; padding: 20px 0 0;}

.news_lb li{ border-bottom:1px dashed #ccc; padding:10px 10px 10px 35px; color:#999; background:url(../Image/xw_icon.png) no-repeat left 22px;}
.news_lb li a{ color:#000;}





/************************************/
.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 li{float:left; margin:0 5px 10px; background:#d0d0d0; padding: 5px; width:276px; height:260px; text-align:center; border:1px solid #efefef; font-size:14px; transition:0.3s all 0s linear;}
.pro img{ width:276px; height:221px;}
.pro a{color:#000; font-size:14px;}
.pro li:hover{ background:#0e9041;}
.pro li:hover a{ color:#fff;}
/*************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(../Image/icon.jpg) no-repeat 20px center; transition:0.3s all 0s linear; padding-left:10px;}
.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:#da020d;text-align:center; font-size:18px;}
.info_title{margin:10px 0 0 0;width:100%;height:30px;background:#999; margin-bottom:10px;}
.info_title b{display:inline-block;padding-left:10px;height:100%;border-right:1px solid #fff;background:#656565;color:#fff;line-height:30px;}
.info_title a{margin:8px;width:15px;height:15px;background-position:0 -426px;}
/********goods_info&jobs_info*******/
.order{margin:20px 0 20px 350px;line-height:40px;}
.order img{vertical-align:-5px;cursor:pointer;}
#submit{width:55px;height:29px;color:#000;cursor:pointer; background:url(../Image/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;}