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: #27499d; }
: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,
.head,
.logo,
.ind_search_text,
.navs li:before,
.ind_pro_item,
.ind_pro_more,
.video_news_play,
.video_news_btn,
.video_news_pos,
.video_play,
.news_first_title,
.sub_btn,
.slide-img .flex-direction-nav li{
  -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: 100px;
  z-index: 1024;
  background:#fff;
}
.logo{
  float: left;
  padding-top: 13px;
  overflow: hidden;
}
.navs{
  float: right;
  margin-top: 27px;
}
.navs li{
  float: left;
  line-height: 48px;
  margin:0 25px;
  position: relative;
  z-index: 999;
}
.navs li>a{
  display: block;
  font-size: 16px;
  color: #222;
  text-align: center;
}
.navs li:before{
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 5px;
  opacity: 0;
  background: #27499d;
  content: ""
}
.navs li>a:hover,.navs li.on>a{ color: #27499d }
.navs li.on:before,.navs li:hover:before{
  opacity: 1;
  bottom: 0
}

.language{
  float: right;
  font-size: 18px;
  color: #666666;
  margin-left: 20px;
  margin-top: 27px;
  position: relative;
  line-height: 48px;
}
.present{
  display: block;
  width:44px;
  cursor: pointer;
  position: relative;
}
.present:before{
  position: absolute;
  top: 50%;
  right: 0;
  width:10px;
  height:6px;
  margin-top: -3px;
  background: url('../images/arrow.png') no-repeat;
  content:"";
}

.language_cn{
  position: absolute;
  top: 48px;
  opacity: 0;
  font-size: 16px;
  line-height: 24px;
  visibility:hidden;
}
.language:hover .language_cn{
  opacity: 1;
  visibility:inherit;
}

.ind_search{
  float: right;
  margin-top: 27px;
  margin-left: 50px;
  position: relative;
  line-height: 48px;
}
.ind_sub{
  display: block;
  width:28px;
  height:48px;
  border:none;
  cursor: pointer;
  background: url('../images/search.png') no-repeat center;
}
.ind_search_text{
  position: absolute;
  top: 48px;
  left: -130px;
  width:100px;
  height:22px;
  padding: 0 10px;
  background: #fff;
  opacity: 0;
  visibility:hidden;
}
.ind_search:hover .ind_search_text{
  left: -100px;
  opacity: 1;
  visibility:inherit;
}

/*nav*/
.nav__trigger { float: right; width: 30px; height: 30px; position: relative; right: 0; top:22px; z-index: 9999; display: none; cursor: pointer; }
.nav__icon { display: block; position: absolute; width: 30px; height: 5px; top: 0; left: 0; background-color:#0d6fb8; -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: #0d6fb8; -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: #0d6fb8; -webkit-transform: translateX(0); transform: translateX(0); padding: 3rem 0; }

/*轮播图*/
.slide-img { overflow: hidden; position: relative; height: 600px; margin-top: 100px;}
.slide-img li,.slide-b{ height: 100%;}
.slide-img li{ background-size: cover!important}
.slide-img .flex-control-nav {
  display: none;
}

.slide-img .flex-direction-nav {
  position: absolute;
  top:50%;
  left: 0;
  margin-top: -25px;
  width: 100%;
  text-align: center;
  height: auto;
  z-index: 999;
}
.slide-img .flex-direction-nav li{
  width:50px;
  height: 50px;
  text-indent: -99999px;
}
.slide-img .flex-direction-nav li a{ display: block; height: 100%; }
.slide-img .flex-direction-nav li:nth-child(1){
  float: left;
  margin-left: 10%;
  background: url('../images/prev.png') no-repeat;
}
.slide-img .flex-direction-nav li:nth-child(2){
  float: right;
  margin-right: 10%;
  background: url('../images/next.png') no-repeat;
}
.slide-img .flex-direction-nav li:hover{ opacity: .5; }


.pad{
  padding-top: 60px;
}
.ind_main{
  padding-bottom: 60px;
  background: url('../images/logo_bg.png') no-repeat 22% 60px;
}

.ind_abt_img{
  float: right;
  width: 600px;
  height: 370px;
  overflow: hidden;
}
.ind_abt_con{
  margin-right: 600px;
  padding-right: 60px;
  padding-top: 36px;
}
.ind_abt_con_name{
  font-size: 24px;
  color: #222;
  font-weight: 700;
  margin-bottom: 30px;
}
.ind_abt_con_desc{
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 30px;
}
.ind_abt_con_more{
  display: block;
  width: 130px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 40px;
  background: #ddd;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.ind_abt_con_more:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #27499d;
    border-radius: 100%;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.ind_abt_con_more:hover{
  color: #27499d;
}
.ind_abt_con_more:hover:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.ind_pro_head{
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
}

.ind_pro_owl{
  margin-top: 30px;
  display: block;
}
.owl-stage-outer{
  padding-bottom: 15px;
}
.ind_pro_item{
  width: 276px;
  height: 338px;
  border-radius: 8px;
  padding-top: 30px;
  position: relative;
  background: #f5f5f5;
}
.ind_pro_item:hover{
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1)
}
.ind_pro_title{
  font-size: 20px;
  font-weight: 700;
  font-family: "arial";
  line-height: 25px;
  padding-left: 26px;
  position: relative;
  margin-bottom: 5px;
}
.ind_pro_title:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 25px;
  background: #90c31f;
  content: "";
}
.ind_pro_txt{
  margin-left: 26px;
  margin-bottom: 28px;
}
.ind_pro_img{
  width: 230px;
  height: 230px;
  margin: auto;
  overflow: hidden;
}
.ind_pro_more{
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  text-indent: -999px;
  border-radius: 46px;
  overflow: hidden;
  background: url('../images/plus.png') no-repeat center #27499d;
}
.ind_pro_more:hover{
  width: 130px;
  color: #fff;
  text-indent: 0;
  background-image: none;
}
.ind_pro_owl .owl-nav{
  display: none
}
.ind_pro_owl .owl-dots{
  text-align: center;
  margin-top: 15px;
}
.ind_pro_owl  .owl-dot{
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 6px;
  border: 1px solid transparent;
}
.ind_pro_owl  .owl-dot span{
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  margin-top: 3px;
  border-radius: 50%;
  background: #ccc;
}
.ind_pro_owl  .owl-dot.active{
  border: 1px solid #999;
}
.ind_pro_owl  .owl-dot.active span{
  background: #999;
}

.ind_news_list{margin-top: 30px;}
.ind_news_list li{
  float: left;
  width: 375px;
  margin-right: 36px;
}
.ind_news_list li:nth-child(3n){margin-right: 0}
.ind_news_date{
  color: #aaa;
  font-size: 14px;
}
.day{
  font-size: 24px;
  font-weight: 700;
}
.ind_news_hr{
  display: block;
  width: 16px;
  height: 3px;
  margin: 12px 0 10px;
  background: #aaa;
}
.ind_news_title{
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.ind_news_desc{
  font-size: 14px;
  line-height: 26px;
  height: 52px;
  margin: 10px 0;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.ind_news_more{
  display: inline-block;
  color: #27499d;
  line-height: 26px;
  margin-bottom: 22px;
}
.ind_news_img{
  height: 230px;
  overflow: hidden;
}


.foot{
  height: auto;
  overflow: hidden;
  background: #333333;
}
.foot_l{
  float: left;
  width: 900px;
  padding-top: 24px;
}
.logo_foot{
  float: left;
  width: 73px;
  height: 60px;
  margin-right: 18px;
}
.foot_conts{
  font-size: 14px;
  line-height: 28px;
  color: #aaa;
}

.foot_conts span{
  margin-right: 20px;
  display: inline-block;
}
.foot_l_copy{
  font-size: 14px;
  line-height: 59px;
  color: #aaa;
  margin-top: 20px;
  border-top: 1px solid #444;
}
.foot_l_copy a{color: #aaa;}
.foot_web{
  float: right;
  margin-top: 40px;
}


/* 走进仁合峻成 */
.banner{
  height: 400px;
  margin-top: 100px;
  background-size: cover!important;
}

.abt_cont{
  padding: 50px 0;
}
.abt_content{
  float: left;
  width: 500px;
  height: 378px;
  padding: 106px 45px;
  background: url('../images/abt_03.jpg') no-repeat;
}
.abt_content_box{
  height: 288px;
  padding: 42px 40px ;
  font-size: 14px;
  line-height: 30px;
  background: #fff;
  overflow: hidden;
  border-bottom: 5px solid #27499d;
}
.content{
  height: 288px;
  overflow: hidden;
}


.abt_culture{
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  padding: 60px 0;
  background: url('../images/abt_09.jpg') no-repeat center top;
}
.abt_culture_name{
  font-size: 30px;
  font-weight: 700;
  color: #27499d;
  line-height: 42px;
  text-align: center;
  position: relative;
  margin-bottom: 35px;
  z-index: 1;
}
.abt_en{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 50px;
  color: #e6ecf9;
  line-height: 42px;
  text-transform: uppercase;
  text-align: center;
  z-index: -1;
}

.abt_honor{
  padding:45px 0;
}
.honor_list{ display: block; }
.honor_item{
  float:left;
  border:1px solid #ddd;
  overflow: hidden;
}
.honor_list .owl-nav{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -17px;
}
.honor_list .owl-prev,
.honor_list .owl-next{
  position: absolute;
  top: 0;
  width: 21px;
  height: 34px;
  text-indent: -9999px;
  overflow: hidden;
  background: no-repeat center;
}
.honor_list .owl-prev{
  left: -42px;
  background-image: url('../images/prev1.png')
}
.honor_list .owl-next{
  right: -42px;
  background-image: url('../images/next1.png');
}

.honor_list .owl-prev:hover,
.honor_list .owl-next:hover{
  opacity: 0.5;
}

/* 资讯中心 */
.list,.article{
  padding: 50px 0;
}
.cata_ul{
  text-align: center;
}
.cata_ul>li{
  display: inline-block;
  margin: 0 10px;
  position: relative;
}
.cata_ul>li>a{
  display: block;
  width: 180px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  background: #f6f6f6;
}
.cata_ul>li:hover>a,.cata_ul>li.on>a{
  color: #fff;
  background: #90c31f;
}
.second_level{
  position: absolute;
  top: 46px;
  left: 50%;
  width:520px;
  font-size: 14px;
  padding-top: 14px;
  line-height: 26px;
  transform: TranslateX(-50%);
  display: none;
}
.second_level li{
  float: left;
  margin: 0 15px;
}
.second_level a:hover,.second_level li a.active{ color: #90c31f; }
.second_level.show{ display: block; }

.video_news{margin-top: 30px;}
.video_news li{
  float: left;
  width: 380px;
  margin-right: 30px;
  margin-bottom: 24px;
}
.video_news li:nth-child(3n){
  margin-right: 0
}
.video_news_imgs{
  position: relative;
  width: 380px;
  height: 235px;
  overflow: hidden;
}
.video_news_btn{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
}
.video_news_play{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 57px;
  height: 57px;
  margin: -28px 0 0 -28px;
  background: url('../images/video.png') no-repeat center;
  opacity: 0;
}
.video_news_title{
  font-size: 16px;
  line-height: 28px;
  margin-top: 14px;
  text-align: center;
  overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.video_news li:hover .video_news_btn{
  opacity: 1;
}
.video_news li:hover .video_news_play{
  opacity: 1;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}

.video_news_pos_bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility:hidden; 
  background: rgba(0, 0, 0, .3);
  z-index: 2024;
}
.video_play{
  position: fixed;
  top: -50%;
  left: 50%;
  padding: 30px;
  background: #fff;
  opacity: 0;
  transform: Translate(-50%,-50%);
  z-index: 2045;
}
.close{
  position: absolute;
  top: -23px;
  right: -23px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  border-radius: 50%;
  background:url('../images/close.png') no-repeat center #fff;
}


.video_news li.active .video_news_pos_bg{
  opacity: 1;
  visibility:inherit;
}
.video_news li.active .video_play{
  top: 50%;
  opacity: 1;
}

.pagings {
  text-align: center;
}
.pags_item{
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 0 5px;
  background: #eeeeee;
}
.pags_item.cur{
  color: #fff;
  background: #90c31f;
}


.news_list{margin: 30px 0;}
.news_list li{
  padding-bottom: 20px;
  border-bottom: 1px dashed #dddddd;
  margin-bottom: 20px;
}
.news_list li:last-child{margin-bottom: 0;}
.news_img{
  float: left;
  width: 300px;
  height: 180px;
  overflow: hidden;
}
.news_first_con{
  margin-left: 300px;
  padding-left: 30px;
  padding-top: 24px;
}
.news_first_title{
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_first_desc{
  font-size: 14px;
  line-height: 26px;
  height: 52px;
  margin-bottom: 16px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.news_date{
  color: #999;
}
.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);
}
.news_list li:hover img,
.ind_news_list li:hover img,
.honor_item: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);}


.news_info_head{
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  color: #999;
  line-height: 30px;
  margin-bottom: 15px;
}
.news_info_head h3{
  font-size: 20px;
  color: #222;
}
.box{
  font-size: 14px;
  line-height: 26px;
}


/* 产品中心 */
.prod_list,.prod_info{margin-top: 55px;}
.prod_list li{
  float: left;
  width: 380px;
  margin-right: 30px;
  margin-bottom: 24px;
}
.prod_list li:nth-child(3n){margin-right: 0}
.prod_imgs{
  height: 235px;
  overflow: hidden;
  border:1px solid #ddd;
}
.prod_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);
}

.prod_info_owl {
  float: left;
  width: 598px;
  height: 368px;
  overflow: hidden;
  display: block;
  position: relative;
  border:1px solid #ddd;  
}
.prod_conts {float: right; width:580px; margin: 20px 0 0; }
.prod_info_owl .owl-nav{
  position: absolute;
  bottom: 0px;
  right:0px;
  width:100px;
  height:50px;
}
.prod_info_owl .owl-prev,.prod_info_owl .owl-next {
  float: left;
  width:50px;
  height:50px;
  text-indent: -9999px;
  cursor: pointer;
  background: no-repeat center #f6f6f6;
}
.prod_info_owl .owl-prev{
  background-image: url('../images/next2.png');
}
.prod_info_owl .owl-next{
  background-image: url('../images/prev2.png');
}
.prod_info_owl .owl-prev:hover{
  background-color: #90c31f;
  background-image: url('../images/next3.png');
}
.prod_info_owl .owl-next:hover{
  background-color: #90c31f;
  background-image: url('../images/prev3.png');
}

.prod_conts_name{
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
}
.prod_conts_desc{
  font-size: 14px;
  line-height: 26px;
  height:234px;
  overflow: hidden;
}
.prod_conts_load{
  display: block;
  width:90px;
  height:46px;
  font-size: 14px;
  color: #fff;
  margin: 24px 0 40px;
  line-height: 46px;
  padding-left: 60px;
  background: url('../images/load.png') no-repeat 35px center #27499d;
}
.prod_conts_load:hover{
  color: #fff;
  background-color: rgba(39,73,157,.8);
}

.prod_info_box{margin-top: 30px;}
.prod_info_nav{
  background: #eeeeee;
}
.prod_info_sp{
  float: left;
  width:116px;
  height:40px;
  cursor: pointer;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
}
.prod_info_sp.on,.prod_info_sp:hover{
  color: #fff;
  background-color: #27499d;
}
.prod_info_item{
  margin-top: 24px;
  display: none;
}
.prod_info_item.active{display: block;}


/*行业知识*/
.knowledge_list{margin-top: 34px;}
.knowledge_list li{
  padding-bottom: 20px;
  padding-left: 40px;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 20px;
}
.knowledge_title{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
  position: relative;
}
.knowledge_title:before{
  position: absolute;
  top: 0;
  left: -40px;
  width:24px;
  height:22px;
  background: url('../images/icon.png') no-repeat ;
  content:"";
}
.knowledge_desc{
  font-size: 14px;
  line-height: 26px;
  /*height:78px;*/
  overflow: hidden;
  margin-bottom: 14px;
}
.knowledge_desc.show{
  height:auto!important;
}
.knowledge_btns{
  font-size: 14px;
  color: #27499d;
  cursor: pointer;
}


/*联系我们*/
.content_box{
  margin-top: 30px;
}
/*留言反馈*/
.msg_desc{
  font-size: 14px;
  line-height: 26px;
}
.message{ margin-top: 52px; }
.msg_items{ margin-bottom: 15px; }
.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: #27499d;
}
.sub_btn:hover{
  color: #27499d;
  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;
}


/**/
.search_top{
  margin-top: 130px;
}
.mn-cont-head{
  font-size: 14px;
  line-height: 34px;
}
.searlist{
  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;
}



































