body, dl, dd, ul, ol ,h1, h2, h3, h4 ,form, input, button, textarea, p, th, td{ margin:0; padding:0;}
body{ font:12px/1.5 Arial,'Microsoft YaHei'; color:#222222; font-size:12px; background: #fff;}
img{vertical-align: middle; border:none;}
ul,ol{list-style:none outside none;}
table{border-collapse:collapse; border-spacing:0;}
button, input, select, textarea {font-size: 100%; vertical-align:middle;}
a{ color:#333333; text-decoration:none; blr:expression(this.onFocus=this.blur()); }
a:hover{ text-decoration:none; text-decoration:none!important; color: #008301; }
:focus {outline: 0 none;}
h1,h2,h3{ font-size:100%; font-weight:normal;}
button, input[type="button"], input[type="reset"], input[type="submit"] {cursor: pointer; -webkit-appearance: button;-moz-appearance: button;}
.text,.btn,textarea{font-family:arial,'Microsoft YaHei';}
.clearfix:after{ content:"."; clear:both; height:0; visibility:hidden; display:block;}
.clearfix{*zoom:1;}
em,i{ font-style:normal;}
li{ list-style:none;}
h3{ font-weight:normal;}
.fl{float: left;}
.fr{float: right;}
.wrap{ width: 1200px; margin: auto;}
a,
img,
.mien_title,
.ind_pro_item,
.ind_party_title,
.news_first_title,
.nav_two_list{
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
img { max-width: 100%; }
/*头部*/
.head{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1024;
  background:#fff;
}
.logo{
  float: left;
  padding-top: 15px;
  overflow: hidden;
}
.logo span{
  margin: 0 18px;
}
.navs{
  float: right;
}
.navs li{
  float: left;
  line-height: 80px;
  margin:0 19px;
  color: #222;
  position: relative;
  z-index: 999;
}
.navs li>a{
  display: block;
  font-size: 16px;
  text-align: center;
}
.navs li:before,.navs li:after{
  position: absolute;
  left: 50%;
  opacity: 0;
  transform: TranslateX(-50%);
  content: ""
}
.navs li:before{
  bottom: 12px;
  width: 100%;
  height: 5px;
  background:#008301 ;
}
.navs li:after{
  bottom: 17px;
  border:4px solid transparent;
  border-bottom-color: #008301;
}
.navs li>a:hover,.navs li.on>a{ color: #008301 }
.navs li.on:before,.navs li:hover:before,
.navs li.on:after,.navs li:hover:after{
  opacity: 1;
}

.nav_two_list{
  position: absolute;
  top: 120%;
  left: 50%;
  width:140px;
  transform: TranslateX(-50%);
  background: #fff;
  opacity: 0;
  visibility:hidden;
}
.nav_two_list a{
  display: block;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
}
.nav_two_list a:hover{
  color: #fff;
  background: #008301;
}
.navs li:hover .nav_two_list{
  top: 100%;
  opacity: 1;
  visibility: inherit;
}
.navs.none{ display: none; }




.ind_search{
  float: right;
  margin-left: 19px;
  position: relative;
  line-height: 80px;
  z-index: 1;
}
.ind_btn{
  display: block;
  width:28px;
  height:80px;
  border:none;
  cursor: pointer;
  background: url('../images/search.png') no-repeat center;
}
.ind_search_pos{
  position: absolute;
  top:24px;
  left: -172px;
  width:160px;
  height:32px;
  line-height: 32px;
  padding: 0 20px;
  border-bottom: 1px solid #ccc;
  z-index: -1;
  opacity: 0;
  visibility:hidden;
}
.ind_search_text{ border:none; width:95%; background: none }
.close{
  position: absolute;
  top: 12px;
  left: 0;
  width:12px;
  height: 12px;
  cursor: pointer;
  background: url('../images/close.png') no-repeat ;
}
.ind_search.show .ind_search_pos{
  opacity: 1;
  visibility:inherit;
  z-index: 99;
}
.ind_search.show .ind_btn{
  opacity: 0;
  visibility:hidden;
}
.ind_sub{
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width:28px;
  height:32px;
  border:none;
  cursor: pointer;
  z-index: 99;
  background: url('../images/search.png') no-repeat center;
}


/*nav*/
.nav__trigger { float: right; width: 30px; height: 30px; position: relative; right: 0; top:19px; z-index: 9999; display: none; cursor: pointer; }
.nav__icon { display: block; position: absolute; width: 30px; height: 5px; top: 0; left: 0; background-color:#008301; -webkit-transition-property: background-color, -webkit-transform; transition-property: background-color, -webkit-transform; transition-property: background-color, transform; transition-property: background-color, transform, -webkit-transform; -webkit-transition-duration: 300ms; transition-duration: 300ms; }
.nav__icon:before, .nav__icon:after { content: ''; display: block; width: 30px; height: 5px; position: absolute; background: #008301; -webkit-transition-property: margin, -webkit-transform; transition-property: margin, -webkit-transform; transition-property: margin, transform; transition-property: margin, transform, -webkit-transform; -webkit-transition-duration: 300ms; transition-duration: 300ms; }
.nav__icon:before { margin-top: 20px; }
.nav__icon:after { margin-top: 10px; }
.zjq-mnav { width: 82%; height: 100%; padding: 0 0; position: fixed; z-index: 1024; opacity: 0; -webkit-transition-property: all; transition-property: all; -webkit-transition-duration: 300ms; transition-duration: 300ms; -webkit-transform: translateX(-100%); transform: translateX(-100%); left: 0; top: 0; overflow: hidden; }
.zjq-msons { margin: 14px 10px; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
.zjq-msons dt { font-size: 14px; margin-bottom: 8px; line-height: 1.6rem; text-align: center; }
.zjq-msons a { color: #fff }
.zjq-msons dd { line-height: 24px; margin-left: -20px }
.zjq-msons dd a { margin-left: 20px; display: inline-block; color: #e9e8e8 }
.nav--active{ overflow: hidden; }
.nav--active .nav__trigger { opacity: 0.5; }
.nav--active .nav__icon { top: 8px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.nav--active .nav__icon:before { display: none; }
.nav--active .nav__icon:after { margin-top: 0; -webkit-transform: rotate(90deg); transform: rotate(90deg); }
.nav--active .zjq-mnav { top: 0; opacity: 1; height: 100%; background: #008301; -webkit-transform: translateX(0); transform: translateX(0); padding: 3rem 0; }

/*轮播图*/
.slide-img { overflow: hidden; position: relative; height: 600px; margin-top: 80px;}
.slide-img li,.slide-b{ height: 100%;}
.slide-img li{ background-size: cover!important}
.slide-img .flex-control-nav {
  position: absolute;
  bottom: 10px;
  left: 0;
  width:100%;
  height: auto;
  text-align: center;
  z-index: 999;
}
.slide-img .flex-control-nav li{
  display: inline-block;
}
.slide-img .flex-control-nav li a{
  display: block;
  width:50px;
  height: 8px;
  margin: 0 7px;
  text-indent: -9999px;
  cursor: pointer;
  background: rgba(255,255,255,.5);
}
.slide-img .flex-control-nav li a.flex-active{
  background: rgba(255,255,255,1);
}

.slide-img .flex-direction-nav {
  display: none;
}

.pad{
  padding-top: 40px;
}

.ind_pro_head{
  text-align: center;
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  margin-bottom: 26px;
  text-transform: uppercase;
}
.ind_pro_head h3{
  font-size: 26px;
  color: #222;
  font-weight: 700;
}

.ind_pro_owl{
  display: block;
}
.ind_pro_owl .owl-stage-outer{padding:10px 0;}
.ind_pro_item{
  box-shadow: 0 0 10px rgba(0,0,0,.1)
}
.ind_pro_img{
  height: 278px;
  text-align: center;
  overflow: hidden;
}
.ind_pro_con{
  text-align: center;
  padding:20px 10px;
}
.ind_pro_title{
  font-size: 18px;
  line-height: 18px;
}
.ind_pro_hr{
  display: block;
  width:30px;
  height: 5px;
  background: #008301;
  margin: 10px auto;
}
.ind_pro_more{
  font-size: 14px;
  color: #333;
}
.ind_pro_owl .owl-nav{ display: none;}

.ind_pro_owl .owl-dots{
  text-align: center;
  margin-top: 20px;
}
.ind_pro_owl .owl-dot {
  display: inline-block;
  padding:3px;
  margin: 0 3px;
  border-radius: 50%;
  border:1px solid transparent;
}
.ind_pro_owl .owl-dot span{
  display: block;
  width:6px;
  height: 6px;
  border-radius: 50%;
  background: #ccc;
}
.ind_pro_owl .owl-dot.active{
  border-color: #cccccc;
}

.ind_party_img{
  float: right;
  width:600px;
  height: 354px;
  overflow: hidden;
}
.ind_party_list{
  margin-right: 600px;
  padding-right: 30px;
}
.ind_party_list li{
  padding:14px 0;
  border-bottom: 1px solid #dddddd;
}
.ind_party_title{
  font-size: 18px;
  line-height: 34px;
  padding-left: 24px;
  height: 34px;
  overflow: hidden;
  background: url('../images/icon3.png') no-repeat left center;
}
.ind_party_desc{
  font-size: 14px;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.ind_abt{
  text-align: center;
  margin-top: 40px;
  padding: 56px 0;
  background: url('../images/picbg1.jpg') no-repeat center top;
  background-size: cover;
}
.ind_abt_name{
  font-size: 24px;
  font-weight: 700;
  color: #222;
  line-height: 30px;
}
.ind_abt_enname{
  font-size: 16px;
  line-height: 30px;
  color: #222;
}
.ind_abt_desc{
  margin: 20px 0;
  line-height: 26px;
  font-size: 14px;
  color: #222;
}
.ind_abt_more{
  display: inline-block;
  width:106px;
  height: 38px;
  line-height: 38px;
  padding:0 36px;
  font-size: 16px;
  color: #fff;
  text-align: left;
  position: relative;
  background: #008301;
  border:1px solid #008301;
}
.ind_abt_more:before{
  position: absolute;
  top: 50%;
  right: 36px;
  width:28px;
  height: 12px;
  background:url('../images/pic.png') no-repeat right center ;
  transform: TranslateY(-50%);
  content:"";
}
.ind_abt_more:hover{
  background: none;
}


.ind_news{ margin-bottom: 40px; }
.ind_news_box{margin-top: 26px;}
.tempWrap{ width:600px; }
.ind_news_img li{
  width:600px;
  height:354px;
  overflow: hidden;
}

.ind_news_list{
  width:600px;
}
.ind_news_list li{
  height:87px;
  padding:15px 0;
  padding-right: 25px;
  margin-left: 25px;
  position: relative;
  z-index: 1;
  border-bottom: 1px dashed #dddddd;
}
.ind_news_bg{
  position: absolute;
  top: 0;
  right: 0;
  width:624px;
  height:100%;
  opacity: 0;
  visibility:hidden;
  background: url('../images/picbg.png') no-repeat;
  z-index: -1;
}
.ind_news_date{
  float: left;
  width:94px;
  color: #999999;
  font-size: 16px;
  padding-top: 8px;
  text-align: center;
}
.ind_day{
  display: block;
  font-size: 30px;
}
.ind_news_con{
  margin-left: 114px;
}
.ind_news_title{
  font-size: 18px;
  line-height: 28px;
  height: 28px;
  margin-bottom: 8px;
  overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.ind_news_desc{
  font-size: 14px;
  line-height: 26px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.ind_news_list li:hover .ind_news_date,
.ind_news_list li:hover .ind_news_title a,
.ind_news_list li:hover .ind_news_desc,
.ind_news_list li.on .ind_news_date,
.ind_news_list li.on .ind_news_title a,
.ind_news_list li.on .ind_news_desc{
  color: #fff;
}
.ind_news_list li:hover .ind_news_bg,
.ind_news_list li.on .ind_news_bg{
  opacity: 1;
  visibility:inherit;
}

/*底部*/
.foot{
  padding-top: 50px;
  background: #333333;
  overflow: hidden;
}
.foot_nav{
  float: left;
  width:994px;
}
.foot_nav li{
  float: left;
  width:113px;
  min-height: 154px;
  margin-right: 50px;
  color: #cccccc;
  border-right: 1px solid #575757;
}
.foot_nav li:last-child{margin-right: 0;}
.foot_nav_title{
  font-size: 16px;
  margin-bottom: 10px;
}
.foot_nav_link a{
  display: block;
  line-height: 24px;
  font-size: 14px;
  color: #ccc;
}
.foot_nav_link a:hover{ color: #008301;}

.foot_web{
  float: right;
  width:98px;
  height: 98px;
}

.foot_cont{
  font-size: 14px;
  color: #999999;
  margin-top: 20px;
  line-height: 38px;
  border-bottom: 1px solid #606060;
}
.foot_cont span{
  display: inline-block;
  margin-right: 24px;
  padding-left: 28px;
  background: no-repeat left center;
}
.foot_cont .foot_hot{background-image: url('../images/tel.png');}
.foot_cont .foot_fax{background-image: url('../images/fax.png');}

.foot_btm{
  padding:14px 0;
  line-height: 24px;
  font-size: 14px;
  color: #999999;
  text-align: center;
}
.foot_btm a{
  color: #999;
}


.banner{
  height: 360px;
  margin-top: 80px;
  background-size: cover!important;
}
.main{
  padding:40px 0;
}
.catalog{
  float: left;
  width:250px;
}
.catalog_head{
  height: 76px;
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 15px;
  padding:24px 0 0 30px;
  background: url('../images/icon.jpg') no-repeat ;
}
.catalog_head p{
  font-size: 14px;
  text-transform: uppercase;
}
.cata_ul li{position: relative;}
.cata_ul>li>a{
  display: block;
  font-size: 16px;
  padding-left: 20px;
  line-height: 48px;
  position: relative;
  border-bottom: 1px solid #dddddd;
}
.cata_ul>li>a:before{
  position: absolute;
  top: 50%;
  right: 20px;
  width:7px;
  height: 15px;
  margin-top: -7px;
  background: url('../images/icon4.png') no-repeat ;
  content:"";
}
.cata_ul>li:hover>a:before,.cata_ul>li.on>a:before{
  background-image: url('../images/icon5.png');
}
.cata_ul>li:hover>a,.cata_ul>li.on>a{
  background: #444444;
  color: #fff;
}

.cate_two{
  position: relative;
  top: 100%;
  left: 0;
  padding:14px 20px;
}
.cate_two a{
  display: block;
  line-height: 36px;
  font-size: 14px;
}

.main_cont{
  margin-left: 310px;
}
.box{
  font-size: 14px;
  line-height: 30px;
  color: #222;
}
.cate_two .on_clr{ color: #008301 }

.honor_list li{
  float: left;
  max-width: 428px;
  height: 283px;
  overflow: hidden;
  margin-right: 30px;
  margin-bottom: 30px;
  border:1px solid #dddddd;
}
.honor_list li:nth-child(2n){
  margin-right: 0;
}


.pagings{
  text-align: center;
}
.pags_item{
  display: inline-block;
  padding:5px 10px;
  margin: 0 5px;
  font-size: 14px;
  background: #eeeeee;
}
.cur,.pags_item:hover{
  color: #fff;
  background: #008301;
}

.article{ overflow: hidden;}
/*党政专栏*/
.col_list li{
  float: left;
  width:430px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.col_list li:nth-child(2n){
  margin-right: 0;
}
.col_img{
  height: 265px;
  overflow: hidden;
}
.col_con{
  padding:20px;
  border:1px solid #f2f2f2;
  border-top: none;
}
.col_title{
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.col_desc{
  font-size: 14px;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 12px;
}
.col_b{
  line-height: 26px;
  padding-top: 15px;
  font-size: 14px;
  border-top: 1px solid #ddd;
}
.col_date{
  float: left;
  color: #999999;
}
.col_more{
  float: right;
  color: #008301;
}

.art_head{
  text-align: center;
  font-size: 14px;
  color: #666666;
  margin-bottom: 20px;
  line-height: 26px;
}
.art_head h3{
  font-size: 20px;
  color: #222;
  line-height: 50px;
}


/*新闻中心*/
.news_list li{
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px dashed #dddddd;
  margin-bottom: 20px;
}
.news_img{
  float: left;
  width:300px;
  height: 185px;
  overflow: hidden;
}
.news_first_con{
  margin-left: 330px;
}
.news_first_title{
  font-size: 16px;
  padding-top: 10px;
  margin-bottom: 8px;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.news_first_desc{
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 16px;
  height: 90px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.news_date{
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  color: #999999;
}

/*企业风采*/
.mien_list li{
  float: left;
  width:430px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mien_list li:nth-child(2n){
  margin-right: 0;
}
.mien_img{
  height: 265px;
  overflow: hidden;
}
.mien_title{
  padding-left: 20px;
  line-height: 58px;
  font-size: 16px;
  border-left: 4px solid #008301;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.mien_list li:hover .mien_title{
  color: #fff;
  background: #008301;
}
.prod_owl { display: block; }
.prod_owl .owl-nav{
  position: absolute;
  bottom: 0;
  right: 0;
}
.prod_owl .owl-prev,.prod_owl .owl-next{
  float: left;
  width:40px;
  height: 40px;
  text-indent: -9999px;
  background:no-repeat center #f2f2f2;
}
.prod_owl .owl-prev{
  background-image: url('../images/prev1.png');
}
.prod_owl .owl-next{
  background-image: url('../images/next.png');
}
.prod_owl .owl-prev:hover{
  background-image: url('../images/next1.png');
  background-color: #008301;
}
.prod_owl .owl-next:hover{
  background-image: url('../images/prev.png');
  background-color: #008301;
}

.prod_name{
  margin-top: 24px;
  line-height: 40px;
  font-size: 22px;
  color: #008301;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 20px;
  border-bottom: 1px solid #008301;
}
.prod_parameter {
  font-size: 14px;
  line-height: 34px;
  overflow: hidden;
}
.str{
  float: left;
}
.prod_in{
  display: block;
  margin-left: 90px;
}


/*资料下载*/
.load_list li{
  float: left;
  width:206px;
  height: 170px;
  padding-top: 36px;
  margin: 0 19px 20px 0;
  text-align: center;
  background: url('../images/load_bg.jpg') no-repeat center top;
  background-size: cover;
  border:1px solid #dddddd;
}
.load_list li:nth-child(4n){
  margin-right: 0
}
.load_list a{
  display: block;
  height: 100%;
}
.load_title{
  font-size: 14px;
  line-height: 22px;
  margin: 14px 0;
}
.load_btn{
  padding-left: 25px;
  font-size: 14px;
  color: #008301;
  background: url('../images/loads.png') no-repeat left center;
}

/*科技项目*/
.item_item{
  overflow: hidden;
  margin-bottom: 30px;
}
.item_img{
  width:380px;
  height: 250px;
  overflow: hidden;
}
.item_con{
  padding:34px 20px;
}
.item_item:nth-child(odd) .item_con{
  margin-right: 400px;
}
.item_item:nth-child(even) .item_con{
  margin-left: 400px;
}
.item_title{
  line-height: 32px;
  font-size: 20px;
  color: #1a901b;
  padding-left: 22px;
  margin-bottom: 16px;
  position: relative;
}
.item_title:before{
  position: absolute;
  top: 10px;
  left: 0;
  width:12px;
  height: 12px;
  background: #1a901b;
  content:"";
}
.item_desc{
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}

.equ_head{
  overflow: hidden;
  line-height: 24px;
  padding-bottom: 18px;
  border-bottom: 2px solid #008301;
  margin-bottom: 30px;
}
.equ_name{
  float: left;
  font-size: 22px;
  color: #008301;
  font-weight: 700;
}
.equ_type{
  float: right;
  font-size: 16px;
}

.equ_list li{
  float: left;
  width:45%;
  padding-right: 1%;
  margin-bottom: 10px;
  padding-left: 4%;
  background: url('../images/icon6.png') no-repeat left 5px;
}

/*团队介绍*/
.team_list li{
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 30px;
  border-bottom: 1px solid #dddddd;
}
.team_img{
  float: left;
  width:220px;
  height: 220px;
  overflow: hidden;
}
.team_con{
  margin-left: 260px;
}
.team_name{
  font-size: 18px;
  line-height: 32px;
  padding-top: 24px;
}
.team_position{
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 15px;
}
.team_desc{
  font-size: 14px;
  line-height: 26px;
}

.cont_list{ margin-top: 30px; }
.cont_list li{
  float: left;
  width:29%;
  padding:0 2%;
  text-align: center;
}
.cont_list h4{
  margin: 10px 0;
}

/*在线留言*/
.message{ margin-top: 52px; }
.msg_items{ margin-bottom: 15px; overflow: hidden}
.msg_name{
  float: left;
  width:132px;
  padding-right: 20px;
  line-height: 38px;
  text-align: right;
  font-size: 14px;
}
.required{
  font-size: 20px;
  color: #ff0000;
}
.msg_inp{
  width:298px;
  height:36px;
  padding:0 10px;
  border:1px solid #dddddd;
}
.code{
  width:158px;
  margin-right: 15px;
}
.verimg{
  width:85px;
  height: 38px;
  cursor: pointer;
}
.msg_textarea{
  width:498px;
  height:118px;
  padding:10px;
  resize: none;
}
.sub_btn{
  width:130px;
  height:40px;
  font-size: 14px;
  color: #fff;
  border:none;
  background: #008301;
}
.sub_btn:hover{
  color: #008301;
  background: #ddd;
}
.conts_list{
  margin-top: 50px;
}
.conts_list li{
  float: left;
  width:33.3%;
  text-align: center;
}
.conts_name{
  font-size: 16px;
  line-height: 30px;
  margin: 12px 0;
}

/*人才招聘*/
.gagebox{
  margin-top: 30px;
  margin-bottom: 30px;
}
.gage-head{
    height: 44px;
    margin-bottom: 10px;
    background: #858585;
}
.gage-head dt{
    float: left;
    width: 25%;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 44px;
}
.gage-dl{ margin-bottom: 5px;}
.gage-dl dt{
    height: 36px;
    cursor: pointer;
    background: #ebebeb;
}
.gage-dl dt span{
    float: left;
    width: 25%;
    font-size: 12px;
    color: #666;
    font-weight: 700;
    text-align: center;
    line-height: 36px;
}
.todlbox{
    padding: 36px;
    display: none; 
    background: #f8f8f8;
}
.gagebox .pagings{text-align: center; padding-top: 40px;}


.check{
  display: inline-block;
  padding:5px 10px;
  font-size: 14px;
  color: #fff;
  line-height: 100%;
  background: #cdcdcd;
}
.check:hover,.gage-dlshow .check{
  color: #fff;
  background: #008301;
}



.ind_pro_item:hover{
  transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
}

.ind_pro_item:hover img,
.col_list li:hover img,
.news_list li:hover img,
.mien_list li:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.ind_party_title:hover,
.news_first_title:hover{
  transform: translate(10px,0);
  -webkit-transform: translate(10px,0);
  -moz-transform: translate(10px,0);
  -o-transform: translate(10px,0);
  -ms-transform: translate(10px,0);
}
/**/
.mn-cont-head{
  font-size: 14px;
  line-height: 34px;
}
.searlist{
  margin-top: 30px;
  min-height: 350px;
}
.searlist li {
  float: left; 
  width: 46%; 
  padding: 0 2%; 
  margin-right: 0;
  font-size: 14px;
   margin-bottom: 15px; 
   line-height: 34px;
 }
.seartitle { 
  float: left;
  width: 70%; 
  overflow: hidden; 
  text-overflow: ellipsis; 
  white-space: nowrap 
}
.new-more { 
  float: right;
}



























