@charset "utf-8";
.clearfix:before,
.clearfix:after{content: " "; display: table;}
.clearfix:after{clear: both;}


/*顶部条*/
.head_wrap{  position:fixed;left:0px;top:0px; z-index:999; }
.nav_btn{  transition:all 600ms; width:100px;height:100px; background:#d7000f;  float:left; transform:translateY(-150%);position:relative;z-index:55;   }
.head_logo { transition:all 1000ms 400ms ease-in-out;  height:100px; background:#000;  float:left; transform:translateX(-150%);opacity:0;   }
.head_logo img{ transition:all 800ms 1500ms; transform:scale(0); }
.head_wrap.animadd .nav_btn{ transform:translateY(0%); }
.head_wrap.animadd .head_logo{ transform:translateX(0%);opacity:1; }
.head_wrap.animadd .head_logo img{ transform:scale(1); }
/*导航按钮*/
.nav_btn{opacity: 1;top:0px;float: left;width: 100px;background:#d7000f;height:100px;position: relative;cursor: pointer;-webkit-transition:all 0.5s ease-out;transition:all 0.5s ease-out;}
.other_header .nav_btn{opacity: 0;top:80px;}
.nav_btn span{display: inline-block;width: 45px;height: 1px;background-color: #fff;
  position: absolute;top: 50%;left:50%;
  margin-left: -22px;
}
.nav_btn span:after{content:'';display: inline-block;width: 45px;height: 1px;
  background-color: #fff;position: absolute;top: 14px;left:0px;
  transition:transform 0.3s ease-out;
}
.nav_btn span:before{content:'';display: inline-block;width: 45px;height: 1px;
  background-color: #fff;position: absolute;top: -14px;left:0px;
  transition:transform 0.3s ease-out;
}

.nav_btn:hover span:after{
  transition:transform 0.3s ease-out;
  transform: translateX(5px);
}
.nav_btn:hover span:before{
  transition:transform 0.3s ease-out;
  transform: translateX(-5px);
}


.nav_btn.anim span:after{
  -webkit-animation: nav_btn 2s infinite;
  -moz-animation: nav_btn 2s infinite;
  -o-animation: nav_btn 2s infinite;
  -ms-animation: nav_btn 2s infinite;
  animation: nav_btn 2s infinite;
}
.nav_btn.anim span{
  -webkit-animation: nav_bt 2s infinite;
  -moz-animation: nav_bt 2s infinite;
  -o-animation: nav_bt 2s infinite;
  -ms-animation: nav_bt 2s infinite;
  animation: nav_bt 2s infinite;
}
.nav_btn.anim span:before{
  -webkit-animation: nav_b 2s infinite;
  -moz-animation: nav_b 2s infinite;
  -o-animation: nav_b 2s infinite;
  -ms-animation: nav_b 2s infinite;
  animation: nav_b 2s infinite;
}
@keyframes nav_btn{
  0%{
    width: 45px;  
    }
  50%{
    width: 35px; 
  }
  100%{
    width: 45px; 
  }
}
@keyframes nav_bt{
  0%{
    width: 45px; 
  }
  50%{
    width: 30px; 
  }
  100%{
    width: 45px; 
  }
}
@keyframes nav_b{
  0%{
    width: 45px; 
  }
  50%{
    width: 35px; 
  }
  100%{
    width: 45px; 
  }
}
/*导航按钮结束*/

.slide_nav .nav_colse { position: absolute; right: 0px; top: 0px; width: 50px;  height: 50px; background: #000;cursor: pointer; text-align: center; line-height: 50px;color: #fff;font-size: 16px;  }
.slide_nav { transition:all 300ms;   opacity: 1;position: fixed;top: 0px;left: 0px;bottom: 0px;width: 30%;transform:translateX(-100%);   background: #1c1c1f;z-index: 999999;}
.slide_nav .n_logo{height: 100px;line-height: 100px;padding-left: 75px;}
.slide_nav .n_logo img{vertical-align: middle;max-width: 100%;}
.slide_nav .nav{overflow: hidden;position: relative;z-index: 99999;}
.slide_nav .nav.overY{overflow-y: auto;}
.slide_nav ul li{color: #fff;position: relative;}
.slide_nav ul li>a{display: block;padding-left:75px; line-height:60px;   color: #fff;font-size: 15px;border-bottom: 1px solid #212124;position: relative;}
.nav ul li a p{ display:block;width:11px; height:60px;  position: absolute;right: 30px;top: 0%; background: url(jia.png) no-repeat center;}
.slide_nav ul li.activ>a p{ background: url(jian.png) no-repeat center;  }
.slide_nav ul li>a i{ position: relative;z-index: 2; font-style:inherit; }
.slide_nav ul li>a span{ line-height:60px;height:60px; display:block; position: absolute;top: 0px;left: 0px;background: #d7000f;width: 0%;z-index: 0;-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out;}
.slide_nav ul li:hover>a span{ width: 100%;}
.slide_nav ul li.activ>a span{ width: 100%;}

.slide_nav.cfaaa {transform:translateX(0%);     }

@media only screen and (max-width: 1600px){
 
}
@media only screen and (max-width: 1400px){
  .slide_nav{width: 300px;}
  .slide_nav .n_logo{padding-left: 45px;}
  .slide_nav ul li>a{padding-left:45px;}
  .slide_nav ul li dd>a{padding-left: 60px;}
}
@media only screen and (max-width:800px){

}
@media only screen and (max-width: 767px){
  .slide_nav{width: 100%; }

}

@media (min-width: 1439px){

}
@media ( min-width: 980px ) and (max-width: 1438px){

}
@media ( min-width:768px ) and (max-width: 979px){

}

@media (max-width: 767px){
 
}

/*LOGO+电话条*/

.index_nav_con { width:100%; height:65px; background:#fff;  box-sizing:border-box; border-radius:5px;overflow:hidden;   }


@media (min-width: 1439px){
  .index_nav_con { width:92%; margin:auto;  }
}
@media ( min-width: 980px ) and (max-width: 1438px){
   .index_nav_con {   width:96%; margin:0 2%;   }
}

@media (max-width: 979px){
  .index_nav_wrap { display:none;}

}
@media (max-width: 767px){
    .index_nav_con { display:none;}
}


/*菜单导航*/

.move_nav_icon { width: 40px;height: 40px;position: absolute; top: 50%;transform: translateY(-50%) scale(0.8);z-index: 6;right:14px; }
.move_nav_icon ul { height: 40px; }
.move_icon { margin-top: 7px;height: 4px; }
.move_icon span { background:#ddd; }
.move_icon .move_icon_max{ display:block; width:30px; height:3px; margin-left:5px; float:left; border-radius:10px;  transition:1s;         }
.move_nav_icon:hover { cursor:pointer;   }
.mob_nav_wrap { overflow:hidden; position:relative; height:60px; background:#000;  }
.mob_head_logo {  padding:0 60px 0 25px; box-sizing:border-box;width:100%;overflow:hidden;  height:60px; }
.mob_head_logo a{ overflow:hidden; display:block;height:60px;width:100%; text-align:left;  }
.mob_head_logo img{  max-height:100%; }
.mob_sousuo { width: 40px;height: 40px; position: absolute; top: 50%;transform: translateY(-50%); right:13px;  line-height:40px;text-align:center; }
.mob_sousuo i { font-size:22px;  color:#ddd;    }

.selectnav{ position: fixed;z-index:2000;width:100%;overflow: hidden;left:0; top:0;bottom:0px;  background:rgba(0,0,0,0.4);display:none;  }
.selectnav2{ overflow: hidden; background: #fff;width: 30%; position: absolute;right:0px; height:100%;  padding-top:30px;  }
.selectnav ul li { width: 100%; background: #fff; height:42px; font-size: 16px;line-height: 42px; }
.selectnav ul li a {display: block; padding-left: 10%; color:#555;  }

@media (min-width:979px) {
  .mob_nav_wrap { display:none; }
  
}
@media (max-width: 767px){
    .nav_wrap {display:none; }
    .head_wrap { height:60px;display:none; }

}
@media (max-width: 480px) {
}

 @media ( min-width: 768px)and ( max-width: 979px ){
  .mob_nav_wrap {  display:block; }
  .head_wrap { display:none; }
  .head_wrap { height:80px;  }
  .mob_head_logo { height:80px;  }
  .mob_head_logo a { height:80px;  }
  .mob_nav_wrap { height:80px;  }
}

/*手机头部*/

.prodcut_con {  }
.pro_con ul{ width:100%; box-sizing:border-box;/*height:240px;*/}
.pro_con ul li{transition:300ms all;  cursor:pointer; box-sizing:border-box;position:relative; height:240px;border-radius:6px;border:1px solid #eee; box-sizing:border-box;   }
.pro_index_con_img { height:240px;width:185px;box-sizing:border-box; display:table-cell;position:absolute;left:0px;top:0px; overflow:hidden;text-align:center;vertical-align:middle;float:left;  }
.pro_index_con_img .proimg{width:185px; height:240px;display: table-cell;vertical-align: middle;}
.pro_con_tit {   padding-left:185px; width:95%;box-sizing:border-box;  }
.pro_con_tit h2{ width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:normal;font-size:16px;color:#333;margin-top:25%;     }
.pro_con_tit p { font-size:14px;color:#696969;max-height:60px;line-height:28px; margin-top:12px;overflow:hidden;    }
.pro_con_tit a { transition:300ms all;font-size:12px;   display:block;border:1px solid #eee;border-radius:3px;width:110px;text-align:center;line-height:42px;margin-top:15px;   }
.pro_con ul li:hover {  box-shadow:0 10px 18px rgba(0,0,0,0.2);margin-top:-5px !important; }
.pro_con_tit a:hover { background:#e7a902; color:#fff;  } 
@media (min-width: 1439px){
  .pro_con { width:1340px; margin:auto;margin-top:20px;  }
}
@media ( min-width: 980px ) and (max-width: 1438px){
   .pro_con {  width:96%; margin:0 2%; margin-top:20px;   }
}

@media (min-width: 767px){
  .pro_con {  }
  .pro_con ul li {float:left; width:32%; /*margin-left :2%;*/ margin-right :2%; float:left; margin-top:20px;}
  /*.pro_con ul li:nth-child(1) { margin-left:0%; }*/
}
@media (max-width: 767px){
    .pro_con ul {  height:auto;  }
	.pro_con { width:100%; overflow:hidden;  }
	.pro_con ul li { width:94%;height:130px; margin:0 3%; margin-top:10px;  }
    .pro_con_tit p { display:none; }
    .pro_index_con_img { height:128px; width: 150px;  }
    .pro_index_con_img .proimg{ height:128px; width: 150px; }
    .pro_index_con_img .proimg{ max-height:128px;max-width:150px; }
    .pro_con_tit { padding-left:165px;  }
    .pro_con_tit h2{margin-top:15%; }
	.pro_con ul li:hover {box-shadow: 0 10px 18px rgba(0,0,0,0.2);margin-top: 0px;}    
    .pro_index_con_img img { height:128px; width: auto;  }
	/*.pro_con ul li:nth-child(2n+2) { margin-right:0%; }
	.pro_con ul li:nth-child(n+5) { display:none; }*/
	.pro_con ul li{ margin-right:0%; }
    .pro_con_ganggao { height:80px;margin:0px 2%; margin-top:10px; width:96%; background-size:auto 100%!important;  }
    .pro_con_tit a {  width: 80px;line-height: 32px;    }
}
@media ( min-width: 768px ) and (max-width: 979px){
    .pro_con_ganggao {  height:130px;background-size:auto 100%!important;  }
    .pro_con ul li { height:130px;margin-top:10px;  }
    .pro_con_tit p { display:none; }
    .pro_index_con_img { height:128px; width: 140px;  }
    .pro_con_tit { padding-left:120px;  }
    .pro_index_con_img img { height:128px; width: auto;  }
	.pro_con_tit a {  width: 80px;line-height: 32px;    }
    .pro_con ul { height:auto;overflow:hidden; }
    .pro_con { width:94%;margin:0 auto; }
 
}

/*推荐产品*/

.index_about_wrap {  overflow:hidden;width:100%; margin-top:20px; }
.about_wrap { width:100%; overflow:hidden;  }
.about_img { width:38%;  float:left; height:335px;border-radius:5px;overflow:hidden;   }
.about_con { width:60%; float:right; background:#f9f9f9; height:335px; border-radius:5px;    }
.about_con h2 {  height:50px;box-sizing:border-box; line-height:49px; font-size:20px;  font-weight:normal;width:94%;margin:0 3%; margin-top:20px;color:#333;    }
.about_con p{ text-align:justify;text-indent:28px;  color:#999;font-size:14px; height:185px;box-sizing:border-box;padding:5px 22px 15px;line-height:28px; 
               display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp:7; overflow: hidden;     }
.about_con a { transition:300ms all;font-size:12px; margin-left:20px;  display:block;border:1px solid #eee;border-radius:3px;width:110px;text-align:center;line-height:42px;margin-top:5px;   }
.about_con a:hover { background:#e7a902; color:#fff;  } 
@media (min-width: 1439px){
  .about_wrap { width:1340px; margin:auto;  }
}
@media ( min-width: 980px ) and (max-width: 1438px){
  .about_wrap {   width:96%; margin:0 2%;   }
}
@media (min-width: 980px){

}
 @media ( min-width: 768px)and ( max-width: 979px ){
 .about_wrap { height:250px; width:94%;margin:0 auto;  }
 .about_con h2 {  margin-top:15px; }
 .index_about_wrap {  background-size:100% auto!important; margin-top:5px;    }
 .about_con p { height:120px; }
 .index_tit_ry {padding: 0 22px; }
 .index_about_wrap { margin-top:15px;  }
 .about_img { height:250px; }
    .about_con { height:250px;}
  
}

 @media (min-width: 768px){
  .certificate_img li{ float:left; } 
}
 @media (max-width: 767px){
   .index_about_wrap {  background:none!important; }
   .about_con { width:100%;  margin-top:10px; }
   .about_con h2 { margin-top:0px; }
   .index_about_wrap{ margin-top:0px; }
   .about_con_img { display:none; }
   .about_wrap { height:auto;}
   .about_img { display:none;}
   .about_con p {  height:175px; padding-top:0px; }
  
   

}

/*关于我们*/

.application_wrap { overflow:hidden;   }
.application_wrap li {  float:left; background:#999; margin-right:2%;margin-bottom:2%; border-radius:5px;overflow:hidden;position:relative;  } 
.application_wrap li:nth-child(1) {  width:49%; height:390px;    }
.application_wrap li:nth-child(2) {  width:49%; height:390px; margin-right:0%;  }
.application_wrap li:nth-child(3) {  width:32%; height:300px; margin-bottom:0px;   }
.application_wrap li:nth-child(4) {  width:32%; height:300px; margin-bottom:0px;   }
.application_wrap li:nth-child(5) {  width:32%; height:300px; margin-bottom:0px; margin-right:0%;  }
.application_wrap li a {display:block;  transition:300ms all;opacity:0;max-width:80%;padding:0 35px;box-sizing:border-box;background:#e7a902;color:#000;position:absolute;left:50%;top:50%;line-height:60px;transform:translate(-50%,-50%); border-radius:30px;z-index:99;    }
.application_wrap li:hover a { opacity:1;     }
.application_wrap li span{ transition:300ms all; content:"";width:100%;height:100%;position:absolute;left:0px;top:0px;background:rgba(0,0,0,0.2);transform:translateY(100%);     }
.application_wrap li:hover span{ transform:translateY(0%);      }

@media (min-width: 1439px){
  .application_wrap { width:1340px; margin:auto;  margin-top:20px; }
}
@media ( min-width: 980px ) and (max-width: 1438px){
  .application_wrap {   width:96%; margin:0 2%; margin-top:20px;   }
}

 @media ( min-width: 768px)and ( max-width: 979px ){
    .application_wrap { width:94%;margin:0 auto;    margin-top:15px;}
    .application_wrap li:nth-child(1) {   height:250px;    }
    .application_wrap li:nth-child(2) {   height:250px;    }
    .application_wrap li:nth-child(3) {   height:180px;    }
    .application_wrap li:nth-child(4) {   height:180px;    }
    .application_wrap li:nth-child(5) {   height:180px;    }
    .application_wrap li a { padding: 0 10px; height:32px; line-height:32px; max-width:100%;box-sizing:border-box;width:100%;text-align:center;  border-radius:0; }


}


 @media (max-width: 767px){
   .application_wrap { width:92%;margin:15px auto 0; }
   .application_wrap li:nth-child(n){  height:100px; background-size:100% 100%!important;  }
   .application_wrap li a { height:32px; max-width:100%;padding:0px;width:100%;line-height:32px;border-radius:0px; text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;  }

}



/*解决方案*/

.news_wrap {  margin-top:20px; overflow:hidden;margin-bottom:20px;    }
.news_img {  width:40%; float:left; height:330px; position:relative; border-radius:5px;overflow:hidden;   }
.news_img p{  position:absolute;left: 0px;bottom:0px;   width:100%; background:rgba(0,0,0,0.6); color:#fff; height:88px;padding:15px 20px; box-sizing:border-box; line-height:29px; font-size:14px; }
.news_con {  }
.news_con h2 { height: 50px;box-sizing: border-box;line-height: 49px;font-size: 20px; font-weight: normal; width: 94%; margin: 0 3%; margin-top: 20px;color: #333;}
.news_con h2 a { transition: all 0.5s; color: #999; float: right;font-size: 12px;padding-right: 10px;}
.news_con h2 a:hover{  color:#e9b002; transform:translateX(8px);    }
.news_con_ul { width: 94%; margin: 0 3%;    }
.news_con_ul li {  font-size:15px; color:#555;width:100%;  }
.news_con_ul li a{  font-size:15px; color:#555;display:block;line-height:42px;    }
.news_con_ul li a span:nth-child(1){  float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;     }
.news_con_ul li a span:nth-child(2){  float:right; color:#999;  }
.news_con_ul li a:hover { color:#e9b002; cursor:pointer;    }
.news_con_ul li a:hover span:nth-child(2){ color:#e9b002;}
@media (min-width: 1439px){
  .news_wrap { width:1340px; margin:auto; margin-top:20px;  }
}
@media ( min-width: 980px ) and (max-width: 1438px){
  .news_wrap {   width:96%; margin:0 2%; margin-top:20px;   }
}
 @media ( min-width: 768px)and ( max-width: 979px ){
    .news_con_tit h2 {         }
    .news_con_tit h2 a {  line-height:36px; }
    .news_img { display:none;}
    .news_con h2 {  margin-top:0px; }
}

@media ( min-width:980px){
     .news_con {width:60%; float:right;   }

}

@media (min-width: 767px){
    .news_con_ul li{ float:left; }
   
}

 @media ( max-width: 767px){
    .news_con_ul { padding:0 0px; overflow:hidden;box-sizing:border-box;   }
    .news_img { display:none;}
    .news_con {width:100%;  }
    .news_con_ul li a span:nth-child(1) { width:60%;}
    .news_wrap { margin-top:0px; margin-bottom:5px; }
    .news_con h2 {  margin-top:0px;  }

}

/*新闻资讯*/

.link_wrap { margin-top:20px; overflow:hidden; position:relative;   }
.link_wrap h2 { font-weight:normal;font-size:16px; color:#333; position:absolute;left:0px;top:0px; line-height:28px;  }
.link_wrap ul{  padding-left:80px;      }
.link_wrap ul li { float:left;  padding-right:15px;    }
.link_wrap ul li a{ color:#999; line-height:28px; font-size:14px;}
.link_wrap ul li a:hover{ color:#e9b002; }
@media (min-width: 1439px){
  .link_wrap { width: 1340px;margin:auto; margin-top:20px;  }
}
@media ( min-width: 980px ) and (max-width: 1438px){
  .link_wrap {   width:96%; margin:0 2%;   }
}
 @media ( min-width: 768px)and ( max-width: 979px ){
    .link_wrap {  width:94%; margin:0 auto; }
  
}
  @media (max-width: 767px){
    .link_wrap { width:94%;margin:0 auto;   }
    .link_wrap h2 {  display:none;}
    .link_wrap ul {  padding:0;text-align:center;  width:100%;height:auto;overflow:hidden;margin-right:0px;   }
    .link_wrap ul li { padding-right:0px;width:20%;padding:0 3px;box-sizing:border-box; }
    .link_wrap ul li a{ width:100%;display:block;overflow:hidden;text-overflow:ellipsis; white-space:nowrap;    }
    .link_wrap ul li:nth-child(n+16) {display:none; }
}

/*友情链接*/

/*底部*/
.bottom{ width:100%; overflow: hidden;padding-bottom:20px;background:#e9b002; margin-top:15px; border-top:1px solid #eee;
}
.bottom .bottom_c{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.bottom .bottom_c .iconbox{
    width: 100%;
    height:160px;
    border-bottom:1px solid #eee;
}
.bottom .bottom_c .iconbox ul li{
    float:left;
    width:25%;
    height:160px;
}
.bottom .bottom_c .iconbox ul li img{
    float:left;
    margin-top: 44px;
}
.bottom .bottom_c .iconbox ul li .p1{
    color:#545454;
    font-size:17px;
    margin-top: 40px;
    line-height: 40px;
    margin-left:20px;
    float:left;
}
.bottom .bottom_c .iconbox ul li .p2{
    color:#999;
    font-size:14px;
    line-height: 40px;
    margin-left:20px;
    float:left;
}
@media only screen and (max-width:64em) {
    .bottom .bottom_c .iconbox ul li{
        width:25%;
    }
    .bottom .bottom_c .iconbox{
        height:auto;
        overflow: hidden;
    }
    .bottom .bottom_c .iconbox ul li .p2{font-size: 12px;}
}
@media only screen and (max-width:48em) {
    .bottom .bottom_c .iconbox ul li{
        width:50%;
    }
}
.bottom .bottom_c .fdh{
    width:100%;
    overflow: hidden;    
 
}
.bottom .bottom_c .fdh li{
    float:left;
    width:140px;
}
.bottom .bottom_c .fdh li+li{
    
}
.bottom .bottom_c .fdh .f1{ float:left; padding-top:15px; }
.bottom .bottom_c .fdh .fdh_left{  float:left; }
.bottom .bottom_c .fdh .lisright{  float:right; }
.bottom .bottom_c .fdh .f1 a{  line-height: 42px; display: block;float:left;width:140px;  font-size:15px; color:#fff; overflow:hidden;white-space:nowrap;text-overflow:ellipsis;      }
.bottom .bottom_c .fdh .a1{display: block; width:123px; font-size:14px; color:#fff;line-height:32px;
       transition: 0.5s; overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}
.bottom .bottom_c .fdh .a1:hover{
    color:#fff;
    transition: 0.5s;
}
.bottom .bottom_c .fdh .fdh_right{
    float:right;
}
.bottom .bottom_c .fdh .fdh_right .ewm{
    margin-top: 26px; width:100px;
}
.bottom .bottom_c .fdh .fdh_right .ewm img{
    width:100px;
}
@media only screen and (max-width:48em) {
    .bottom .bottom_c .fdh .fdh_right{display: none;}
    .bottom .bottom_c .fdh .fdh_left{display: none;}
    .bottom{padding:0;}
    .bottom .bottom_c .fdh{display: none}
    .bottom .bottom_c .iconbox{border:none;}
}
@media only screen and (max-width:30em) {
	.bottom{display:none}
}
.bottom .bottom_c .fdh .fdh_right .pp1,.bottom .bottom_c .fdh .fdh_right2 .pp1{
    color:#999;
    font-size:14px;

}
.bottom .bottom_c .fdh .fdh_right2 .pp2{
    color:#555;
    font-size:25px;
}
.bottom .bottom_c .fdh .fdh_right2{
    margin-right:15px;
    float:right;
    margin-top:29px;
}
@media only screen and (max-width:48em) {
    .bottom .bottom_c .fdh .fdh_right2{display: none;}
}
.bottom2{
    width:100%;
   height:42px;
    background: #cc9a02;
}
@media only screen and (max-width:30em) {
	.bottom2 {width: 100%;background: #cc9a02; }
 
}

@media only screen and (max-width:64em) {
	.bottom .bottom_c .fdh .fdh_right2{display:none;}

}
.bottom2 .bottom2_c{width:92%; margin:0 auto;}
.bottom2 .bottom2_c .bottom_con_xinxi{color:#fff; font-size:12px; line-height: 2.5rem; float:left;}
.bottom2 .bottom2_c .bottom_con_links{color:#fff; font-size:12px; line-height: 2.5rem; float:right;}
.bottom2 .bottom2_c .bottom_con_xinxi a,.bottom2 .bottom2_c .bottom_con_links a{color:#fff;}
.bottom2 .bottom2_c .bottom_con_xinxi a:hover,.bottom2 .bottom2_c .bottom_con_links a:hover{text-decoration: underline;}

.jq22-container+.jq22-container{
    display: none;
}

.lisright{ float:right;}
.lisright p{color:#fff; text-align:center; font-size:14px; margin-top:40px;}
.lisright h2 {color:#fff; text-align:center; font-size:24px; font-weight:bold; }
.lisright h3 {color:#fff; text-align:center; font-size:14px; font-weight:normal;}


@media only screen and (max-width:30em) {
	.bottom2 .bottom2_c .bottom_con_xinxi{width:100%;text-align:center; line-height:24px;} 
    .bottom2 .bottom2_c .bottom_con_links{width:100%;text-align:center; line-height:24px;} 
    .jq22-container{display: none}  
    .jq22-container+.jq22-container{display: block;}
    .jq22-container+.jq22-container{height:400px !important;}
    .jq22-container+.jq22-container .mySlideshow{height:400px !important;}
}

@media only screen and (min-width:30em) {.bottom2 .bottom2_c .bottom_con_links{ float:right;}
}
@media ( min-width: 768px)and ( max-width: 979px ){.bottom2 .bottom2_c .bottom_con_links{line-height: 70px;}}

/*底部*/


.bottom2{
    height:42px;
}

.duoduan {  float:right;  }
.duoduan li{  float:left; padding:0 0px; position:relative;  }
.duoduan li:hover {  background:rgba(255,255,255,0.2);  }
.duoduan li p{  display:none;  position:absolute;width:100px;height:110px;left:-0px; top:-130px; padding:10px;background:#fff;line-height:024px!important; color:#555!important;  font-size:12px; }
.duoduan li:hover p { display:block;   }
.duoduan li p img{ width:100%;}
@media only screen and (max-width:60em) {

    .duoduan { display:none;}
    .bottom2 { min-height:50px; height:auto;  }
}

/*手机底部联系菜单*/
