html{ background:#fff; color:#666666; 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:#666666; font-size:14px; font-family:'微软雅黑';}
a{ color:#666666;}
a:hover{color:#1a5eb2;}

/*******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{ margin-top: 10px;}
#indexNews li {
	height:40px;
	line-height: 40px;
	padding-left: 15px;
	border-bottom: 1px dashed #ccc;
	background: url(../Image/icon.png) no-repeat left center;
	transition:0.3s all 0s linear;
}
#indexNews li:hover{ background: url(../Image/icon.png) no-repeat left center #1a5eb2; padding-left: 25px;}
#indexNews li:hover a{ color: #fff;}


.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:60%; margin-bottom:20px;  float: left;}
#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_line_bj{ height: 30px; background: #f4f4f4; width: 100%;}
#top_line{ width: 1200px; height: 30px; line-height: 30px;}
#top_line a{ padding: 0 10px;}

#top_index{ width:1200px; height:130px;}
#logo{ float: left; padding: 50px 0 0 0;margin-top:-25px;}

.ss{ width:274px; height:30px; float: right; margin-top: 50px;}
.sou_left{float:left; background: #fff; width:200px; height:26px; border: 2px solid #e4e4e4; text-align:left; color:#535353; line-height:26px; padding-left:10px;}
.ss_pic{ float:right;}

#top_tel{ background: url(../Image/tel.png) no-repeat left top; padding: 15px 0 0 45px; margin-left:20px; float: right; margin-top: 40px; color: #f00; font-size:40px; font-family: impact;}

#nav_bj{ width: 100%; height: 50px; background: #1a5eb2;}
#nav{ width:1200px; height:50px;}
#nav a{ display: block; width: 133px; float: left; font-size: 16px; color:#fff; height: 50px; line-height:50px; text-align: center; transition:all 0.3s linear 0s;}
#nav a:hover{ background: #262e1e;}

.flash{ width:100%; height:500px; margin:0 auto; text-align:center; position:relative;}
.flash .flashBox {position:relative; margin:0 auto; width:1000px; height:500px; }
/*修改尺寸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:500px;}


/** footer **/
#end_end_nr{ width: 100%; height: 76px; line-height: 38px; color: #fff; font-size: 18px; background: #2c3824; text-align: center;}
#end_end_nr a{ color: #fff;}
#end_end_nr a:hover{ color: #ff0;}
#end_end_nr2{ width: 100%; height: 55px; line-height: 38px; color: #fff; font-size: 16px ;/* background: #2c3824; */ text-align: center;}
#end_end_nr2 a{ color: #fff;}
#end_end_nr2 a:hover{ color: #ff0;}

#end{ width:100%; background: #1a5eb2; height:auto; overflow: hidden;}
#end_nr{ width:1200px; height:auto; overflow: hidden; color: #fff; padding: 30px 0;}
#end_nr a{color: #97bdff;}
#end_nr a:hover{color: #5aab09;}

#end_nr .left{ margin-right: 150px;}
.end_title{ color: #fff; font-size: 18px;line-height: 2.0;}
#end_nr .left a{ float: left; width: 183px;line-height: 2.0;}
#end_nr .right{ width: 550px;}
#end_nr .right .left{ width: 90%; margin: 0 ;}
#end_nr .right .right{ width: 50%;}



#content_zy1 img{
	width: 100% !important;
}
/** main **/ 
.main{ width:1200px; height:auto; overflow:hidden; padding:30px 0;}

.index_prolist{ background:url(../Image/cpbt.jpg) no-repeat center top; width:240px; padding:120px 0 0; float: left;}
.index_prolist ul{ padding: 10px 0; border: 1px solid #e6e6e6;}
.index_prolist ul li{ position: relative; height:33px; line-height:33px; padding-left:50px; overflow: hidden;}
.index_prolist ul li p{ position: absolute; z-index: 0; left: -240px; width: 237px; height: 33px; background: #262e1e; border-left: 3px solid #5aab09; transition:all 0.3s linear 0s;}
.index_prolist ul li:nth-child(2n){ background: #efefef;}
.index_prolist ul li a{ position: absolute; height: 33px; z-index: 1; color: #000; font-size: 16px;}
.index_prolist ul li:hover p{ left: 0;}
.index_prolist ul li:hover a{ color: #fff;}

#left_tel{ background: url(../Image/left_tel.png) no-repeat 15px center #1a5eb2; height: 75px; margin-top: 10px; padding: 15px 0 0 40px;}
#left_tel p{ font-size: 22px; font-weight: bold; color: #68b120;}
#left_tel p span{ color: #fff; font-size: 12px; font-weight: normal; padding-right: 10px;}


#cpzs > ul > .selected a{text-decoration:none;} 
.index_proright{ width:930px; float:right;}
.picFocus{ width:930px; position:relative;  overflow:hidden; zoom:1; }
.picFocus .bd{ width: 930px; height: 468px; }
.picFocus .bd li{ background: #1a5eb2; }
.picFocus .bd a img{ width:625px; height:468px; display:block; float: left;}
.picFocus .bd li .text{ float:right; width:242px; color: #fff; padding: 80px 20px 80px 40px;}
.picFocus .bd li .text .bt{ background: url(../Image/line.png) no-repeat left bottom; height: auto; overflow: hidden; line-height: 45px; color: #fff; font-size: 24px; font-weight: bold;}
.picFocus .bd li .text .content{ padding: 20px 0; }
.picFocus .bd li .text .more{ margin-top: 20px; background: #5aab09; width: 150px; height: 30px; line-height: 30px; text-align: center; transition:0.3s all 0s linear;}
.picFocus .bd li .text .more a{ color: #fff;}
.picFocus .bd li:hover .text .more{ background: #f90;}

.picFocus .hd{ width:100%; overflow:hidden; }
.picFocus .hd ul{ margin-top:10px; overflow:hidden; zoom:1; }
.picFocus .hd ul li{ float:left; text-align:center; width:223px; height: 168px; border: 1px solid #e8e8e8; margin:0 7px 0 0;  }
.picFocus .hd ul li img{ width:223px; height:168px; cursor:pointer; }


#scroolZone li{ width:253px; height:225px; background: #f9f9f9; border: 1px solid #ccc; padding: 5px; float:left; margin:0 15px 15px 0; text-align:center; transition:all 0.3s linear 0s;}
#scroolZone li img{ max-width:253px; height:196px; padding-bottom: 5px;}
#scroolZone li:hover{ background: #333; color: #fff;}





#albj{ background: url(../Image/albj.jpg) no-repeat center top; width: 100%; height: 420px;}
#gsjjbj{ width: 100%; background: url(../Image/rybj.png) no-repeat center top; height: 465px;}

.picScroll-left{ width:1256px; margin-top: 40px; overflow:hidden; }
.picScroll-left .prev{ display:block;  width:18px; height:35px; float:right; margin-left:5px; margin-top:100px;  overflow:hidden; cursor:pointer;}
.picScroll-left .next{ display:block;  width:18px; height:35px; 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 7px; width:281px; height:210px; border: 2px solid #fff; background: #000; float:left; position: relative; overflow:hidden;}
.picScroll-left .bd ul li img{ width:281px; height:210px; transition:0.3s all 0s linear;}
.picScroll-left .bd ul li .altitle{ position: absolute; z-index: 999; border-bottom: 1px solid #fff; left: 28px; right: 28px; top: -100px; height: 30px; transition:0.3s all 0s linear;}
.picScroll-left .bd ul li .altitle a{color: #fff; font-size: 18px;}
.picScroll-left .bd ul li .alcontent{ position: absolute; z-index: 999; left: -250px; top: 105px; width: 225px; color: #fff; line-height: 26px; transition:0.2s all 0s linear;}
.picScroll-left .bd ul li:hover a img{ opacity: 0.4;}
.picScroll-left .bd ul li:hover .altitle{ top: 50px;}
.picScroll-left .bd ul li:hover .alcontent{ left: 28px;}

#ysbj{ background: url(../Image/ysbj.png) no-repeat 40px top; width: 580px; height: 462px; padding: 127px 0 0 620px; overflow: hidden; margin-top: 30px; margin-bottom: 30px;}
#ysbj .fontbt{ background: url(../Image/ysfont.png) no-repeat left top; width: 232px; height: 40px; line-height: 40px; text-align: center; color: #fff; font-size: 20px; float: left; transition:all 0.3s linear 0s;}
#ysbj .content{ float: left; line-height: 30px; padding: 20px 0 0 10px; font-size: 16px;}
#ysbj .content span{ color: #5aab09;}
#ysbj .fontbt:hover{ padding-left: 10px; color: #ff0;}

#gsjjbj .left{ padding: 20px 0 0 30px;}
#gsjjbj .right{ color: #fff; width: 720px; padding: 20px 30px 0 0; line-height: 28px;}
#gsjjbj .right ul{ padding-top: 20px;}
#gsjjbj .right ul li{ float: left; width: 170px; height: 40px; background: #5aab09; margin-right: 10px; text-align: center; line-height: 40px; transition:all 0.3s linear 0s;}
#gsjjbj .right ul li a{ color: #fff;}
#gsjjbj .right ul li:hover{ background: #ffc600;}
#gsjjbj .right ul li:hover a{ color: #000;}

#spzx{ width: 368px; border: 1px solid #e3e3e3; border-top: 5px solid #1a5eb2; float: left; padding: 15px;}
.title{ border-bottom: 1px solid #e3e3e3; height: 30px; line-height: 30px;}
.title .left{ color: #1a5eb2; font-weight: bold;}
.title .left span{ color: #666666; font-family: arial; font-weight: normal; padding-left: 5px;}
#xwzx{ float: right; border: 1px solid #e3e3e3; border-top: 5px solid #1a5eb2; padding: 15px; width: 750px;}


.slideBox{ width:368px; height:276px; overflow:hidden; position:relative; float: left;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; text-align: center;}
.slideBox .bd img{ max-width:368px; height:276px; }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../Image/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }



#marqueedivcontrol{width:1200px; height:250px; overflow:hidden; margin:30px 0 0; float:left;}
#marqueedivcontrol li{ float:left; overflow: hidden; width:292px; height:250px; margin-right:20px; text-align:center; transition:0.3s all 0s linear;}
#marqueedivcontrol li a{ display: block; overflow: hidden; width:290px; height:218px; margin-bottom: 5px; border: 1px solid #eeeeee;}
#marqueedivcontrol li img{ width:290px; height:218px; }
.cpgd{width:3120px;}


.yspic{ width: 579px; height: 165px; overflow: hidden; margin-top: 20px;}
.ysfont{ width: 579px; padding-top: 30px; margin-top: 20px;}
.ysfont div{ color: #666666; font-size: 16px; padding: 15px 10px 0; line-height: 30px;}
.ysfont div span{ color: #1a5eb2;}

/** sidebar **/
#sidebar{ width:240px; height:auto; overflow:hidden; float: left;}
#main_right{ width:930px; height:auto; overflow:hidden; float: right;}

#zi_banner{ width: 100%; height: 298px; background: url(../Image/zi_banner.jpg) no-repeat center top; position:relative; z-index:0; margin-top: -50px;}

.pro_list{ background:url(../Image/cpbt.jpg) no-repeat center top; width:240px; padding:120px 0 0;}
.pro_list ul{ padding: 10px 0; border: 1px solid #e6e6e6;}
.pro_list ul li{ position: relative; height:30px; line-height:30px; padding-left:50px; overflow: hidden;}
.pro_list ul li p{ position: absolute; z-index: 0; left: -240px; width: 237px; height: 30px; background: #262e1e; border-left: 3px solid #5aab09; transition:all 0.3s linear 0s;}
.pro_list ul li:nth-child(2n){ background: #f2f2f2;}
.pro_list ul li a{ position: absolute; height: 30px; z-index: 1; color: #000;}
.pro_list ul li:hover p{ left: 0;}
.pro_list ul li:hover a{ color: #fff;}


#lxwm{ background:url(../Image/lxwm.jpg) no-repeat center top #1a5eb3; color: #fff; width:230px; padding:90px 5px 10px; line-height: 28px; margin-top: 10px; height: 100px;}
#lxwm p{ font-size:38px; color:#FFFFFF;font-family:impact; text-align: center;}

#title_zy{ height: 45px; line-height: 45px; border: 2px solid #1a5eb2;}
#title_zy .left{ background: #1a5eb2; color: #fff; font-size: 16px; padding: 0 30px;}
#title_zy .right{ padding-right: 20px; width: 500px; text-align: right;}

/** zy **/ 
.content{  line-height: 2.0; height:120px;}
/*padding: 5px 0 0;*/
.end_nr{line-height: 50px;  font-size: 16px;text-indent:2em; width: 487px;}
/*margin:0 4px;*/
#content_zy{ line-height: 28px; padding: 30px 0 0; height: auto; overflow: hidden;}
#content_zy1{ line-height: 28px; padding: 30px 0 0; height: auto; overflow: hidden;}

.new_li_content li{ background: #fff; height:110px; padding:10px; margin-bottom: 10px; border:1px #999 dotted; transition:all 0.4s linear 0s;}
.news_title_content{ height:110px; width:720px;  padding:0 10px;}
.new_li_content li img{ margin:0 10px;}
.news_li_content{ color:#999; font-size:12px;}
.new_li_content li:hover{ background:#1a5eb2;}
.new_li_content li:hover .news_li_content{ color:#fff; font-size:12px;}
.new_li_content li:hover a{ color:#fff}
.news_li_title .time_news2{ margin:0 15px;transition:all 0.2s linear 0s;}
.new_li_content li:hover .news_li_title{ color:#ff0; font-weight:bold;}
.new_li_content li:hover .time_news2{ margin:0 25px;}

#marqueedivcontrola{width:240px; height:650px; overflow:hidden; margin:20px 0 0;}
#marqueedivcontrola li{ float:left; overflow: hidden; width:240px; height:250px; text-align:center; transition:0.3s all 0s linear;}
#marqueedivcontrola li a{ display: block; overflow: hidden; width:238px; height:188px; margin-bottom: 5px; border: 1px solid #eeeeee;}
#marqueedivcontrola li img{ width:238px; height:179px; }
.cpgda{width:250px;}

#por_left{width:400px; height:auto; margin-right:20px; float:left; text-align: center;}
#por_right{float:left; line-height:2.0; width: 450px; height:auto; overflow:hidden;}
#cpms{ border-bottom: 1px dashed #ccc; border-top: 1px dashed #ccc; padding: 20px 0; margin-bottom: 20px;}
#cpms span{ color: #cc0000;}
.dg1{ width: 155px; height: 30px; line-height: 30px; text-align: center; color: #fff; background: #0c46a6; float: left; transition:all 0.3s linear 0s;}
.dg2{ width: 155px; height: 30px; line-height: 30px; text-align: center; color: #fff; background: #ffa200; float: left; margin-left: 20px; transition:all 0.3s linear 0s;}
.dg2 a{ color: #fff;}
.dg1 a{ color: #fff;}
.dg1:hover{ background: #d80000;}
.dg2:hover{ background: #d80000;}

.info_nr{ width: 450px;}

/************************************/
.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 10px 15px; width:283px; height:260px; border: 1px solid #ccc; text-align:center; background: #fff; font-size:14px; transition:0.3s all 0s linear;}
.pro img{ max-width:283px; height:212px;}
.pro li .pro_pic{width:278px; height:209px; background: #fff; overflow: hidden;}
.pro a{ color:#333; font-size:14px;}
.pro li:hover{ background:#cc332e;}
.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:#141414;text-align:left; font-weight: bold; font-size:30px; margin-bottom: 10px;}
.info_title{ margin:20px 0 0 0; width:100%;height:40px; background: #ebebeb; margin-bottom:10px;}
.info_title b{display:inline-block;padding-left:10px;height:100%;background:#2765be;color:#fff;line-height:40px; font-weight: normal; font-size: 16px; padding: 0 30px;}
.info_title a{margin:8px;width:15px;height:15px;background-position:0 -426px;}
/********goods_info&jobs_info*******/
.order{margin:20px 0 20px 385px;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;}