﻿body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    /*overflow-x: hidden;*/
    background: #fff;
    color: #555;
    font-size: 0.14rem;
    font-family: "Microsoft YaHei", "宋体", "Arial", "黑体", sans-serif;
}

td,
th,
caption {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   /* font-weight: normal;*/
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    /*font-weight: normal;*/
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top !important;
    border: none;

}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font: 14px "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}

table {
    border-collapse: collapse;
}

html {
  /*overflow-x: hidden;*/
  overflow-y: scroll;
}
/*导航栏选中样式*/
/*
.ons{
  border-bottom: 3px solid red;
}
.h_nav a:hover{
  border-bottom: 3px solid red;
}
*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

/*公共类*/
.fl {
    float: left
}

.fr {
    float: right
}

.al {
    text-align: left
}

.ac {
    text-align: center
}

.ar {
    text-align: right
}

.hide {
    display: none
}
.m_nav_btn,.m_header_nav{
	display: none;
}
.common_btn {
    width: .9rem;
    height: .9rem;
    padding: .18rem 0;
    background-color: #0068b7;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    border: none;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
}

.common_btn span {
    display: block;
    width: .42rem;
    height: .04rem;
    margin: 0.1rem auto 0;
    font-size: 0;
    background: #FFFFFF;
    transition: all 0.3s ease 0s;
}
.common_btn.active span{
  background: #006db8;
}

.common_btn.active{
   position: fixed;
   background: none;
}
.common_btn.active span:first-child {
    width: .42rem;
    transform: rotate(45deg) translate(.12rem, 0.11rem);
}

.common_btn.active span:first-child+span {
    display: none;
}

.common_btn.active span:last-child {
    transform: rotate(-45deg) translate(-0.01rem, 0.02rem);
}

/*头部*/
.header_warper li a{
    font-size: .16rem;
}
.h_t_header{
    position: relative;
    z-index: 99;
    height: 0.9rem;
    line-height: 0.9rem;
    box-shadow: 0px 3px 7.52px 0.48px rgba(0, 0, 0, 0.1);
    text-shadow: 0px 3px 7.52px rgba(0, 0, 0, 0.1);
}

.h_nav,
.search,
.nav_btn,
.header_warper li {
    float: left;
}
.search{
  margin-right: .9rem;
}
.h_logo {
    float: left;
    height: 0.9rem;
    padding: 0.16rem 0 0.16rem 0.7rem;
    box-sizing: border-box;
}

.h_logo img {
    height: 100%;
}

.h_r_content {
    float: right;
}

.h_nav ul {
    padding-right: .5rem;
}
/*
.h_nav li {
    position: relative;
}*/
.ons, .nav_j li.dian{
  background:url(../images/dian.jpg) no-repeat 3px;
}
/*
.nav_j li a:hover{border-bottom: 3px red solid;}*/

.nav_a_line:hover{background:url(../images/bg_nav.jpg) repeat-x bottom;}
.h_b_nav_wraper{position: absolute;left: 0; display:none;}
/*
.h_nav li:after {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    width: 2px;
    background-color: #787878;
    top: 50%;
    margin-top: -1px;
    right: -1px;
    overflow: hidden;
}*/

.h_nav li:last-child:after {
    display: none;
}

.h_nav li a {
    display: block;
    padding: 0 .2rem;
}

.h_r_content .search a {
    display: block;
    width: .9rem;
    height: .9rem;
    padding-top: .3rem;
    line-height: 0;
    font-size: 0;
    text-align: center;
    background-color: #f6f6f6;
    box-sizing: border-box;
}

.h_r_content .search img {
    width: .31rem;
    height: .31rem;
}
/*.h_b_nav_wraper {
    width: 100%;
    height: .53rem;
    line-height: .53rem;
    background:url(../images/nav_bg.png)  repeat-x 0;
    box-shadow: 0px 3px 7.52px 0.48px rgba(0, 0, 0, 0.1);
    text-shadow: 0px 3px 7.52px rgba(0, 0, 0, 0.1);*/
}
.h_b_nav {
    position: relative;
    width: 14.58rem;
    margin: 0 auto;
}
.h_b_nav ul{
    position: absolute;
    top: 0px;
    right: 0px;
}
.h_b_nav a{
    position: relative;
    display: block;
    padding: 0 .2rem;
    color: #fff;
}
.h_b_nav a .home_icon{
    position: absolute;
    top: .15rem;
    left: -.2rem;
    display: block;
    height: .18rem;
    width: .18rem;
    background: url(../images/home_icon.png) no-repeat;
    background-size: .18rem .18rem;
}
.content {
    width: 13rem;
    margin: 0 auto;
}
.common_company_data ul{
    overflow: hidden;
    text-align: center;
}
.common_company_data li:first-child{
    border-left: 1px dashed #dedede;
}
.common_company_data li{
    width: 20%;
    float: left;
    border-right: 1px dashed #dedede;
    box-sizing: border-box;
}
/*.common_company_data img{
    width: 35px;
    height: 35px;
}*/
.common_company_data  p{
    font-size: .18rem;
    color: #555555;
    margin:.16rem 0;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      font-size: 12px;
}
.common_company_data span{
    font-size: .4rem;
    color: #333;
    font-weight: bold;
}
.common_company_data em{
    font-size: .16rem;
    color: #555;
}
.common_company_data i {
    font-style: normal;
}
.footer{
    position: relative;
    padding-top: .64rem;
    box-sizing: border-box;
    background: url(../images/footer_bg.png) no-repeat;
    background-size: cover;
    color: #fff;
}
.footer_content{
    padding:.0 0rem 0.5rem 0.9rem;
    overflow: hidden;
    box-sizing: border-box;
}
.footer .left_site{
    float: left;
    margin-right: .96rem;
}
.footer .left_site img{
    width: 1.94rem;
    height: 1.2rem;
    margin-bottom: .44rem;
}
.footer .left_site .desc{
    font-size: .16rem;
}
.footer .left_site .desc i,.footer .left_site .addres i{
    height: 16px;
    width: 16px;
    display: inline-block;
    background: url(../images/phone_icon.png) no-repeat;
    background-size: 100%;
    vertical-align:top;
    margin-right: 5px;
}
.footer .left_site .number{
    font-size: .3rem;
    font-weight: bold;
    padding:.22rem 0;
}
.footer .left_site .addres{
    font-size: .16rem;
}
.footer .left_site .addres i{
    background: url(../images/addre_icon.png) no-repeat;
}
.footer .centent_nav{
    float: left;
}
.footer .centent_nav a{
    color: #fff;
}
.footer .centent_nav dl{
    width: 1.7rem;
    float: left;
    overflow: hidden;
}
.footer .centent_nav dt{
    font-size: .22rem;
    font-weight: bold;
    margin-bottom: .28rem;
}
.footer .centent_nav dd{
    line-height: 28px;
    /*float: left;*/
}
.footer .centent_nav dd a{
    font-size: 14px;
}
.footer .right_code{
    float: left;
}
.footer .right_code .code_box{
    width: 2.76rem;
    display: flex;
    display:-ms-flexbox;
}
.footer .right_code img{
    width: 1.3rem;
    height: 1.3rem;
}
.footer .right_code div{
    text-align: center;
    padding-right: 10px
}
.footer .right_code div span{
    display: block;
    font-size: .14rem;
    line-height: .5rem;
}
.footer_bottom{
    padding-left: 1rem;
    width: 100%;
    border-top: 1px solid #518db5;
    height: .7rem;
    line-height: .7rem;
    color: #e8f5ff;
    font-size: .14rem;
    box-sizing: border-box;
}
.footer_bottom p{
    float: left;
}
.footer_bottom .b_link{
    padding-left: .3rem;
}
.footer_bottom .b_link a{
    font-size: .14rem;
    padding:0 .1rem;
    color: #e8f5ff;
}
.footer .select-link {
  margin-top: 20px;
}
.footer .select-link select{
  width: 100%;
  height: 30px;
  border: none;
  outline: none;
  text-align: center;
  text-align-last: center;
}
.footer .select-link select option{
  width: 100%;
  text-align: center;
  border: none;
}
.commit_main_title{
  text-align: center;
  padding: 50px 0;
}
.commit_main_title h4{
  font-size: .42rem;
  color: #333333;
  font-weight: bold;
  padding-bottom: .16rem;
}
.commit_main_title h3{
  font-size: .3rem;
  color: #006db8;
  font-weight: bold;
  padding-bottom: .26rem;
}
.commit_main_title .line{
  height: .05rem;
  width: .45rem;
  background: #006db8;
  margin: 0 auto;
}
.commit_btn_box span{
  display: inline-block;
  width: .72rem;
  height: .68rem;
  cursor: pointer;
  outline:none
}
.commit_btn_box .prev{
  background: url(../images/prev.png) no-repeat;
  background-size: 100%;

}
.commit_btn_box .next{
  background: url(../images/next.png)  no-repeat;
  background-size: 100%;
}
.commit_btn_box .prev:hover{
  background-image: url(../images/prev_hover.png);
}
.commit_btn_box .next:hover{
  background-image: url(../images/next_hover.png);
}
.common_banner {
  width: 100%;
  height: 266px;
  background: url(../images/gyzb_banner.png) center center no-repeat;
  background-size: cover;
}
.page{
  position: relative;
  width: 480px;
  margin: 0 auto;
}
.page .cont{
  overflow: hidden;
  width: 345px;
  margin: 0 auto;
  text-align: center;
}
.page .cont span{
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  width: 36px;
  display: block;
  float: left;
  background: #eeeeee;
  cursor: pointer;
}
.page .cont span.active{
  background: #006db8;
  color: #fff;
}
.page .cont span + span{
  margin-left: 7.5px;
}
.page{
  position: relative;
}
.page .left_btn{
  position: absolute;
  left: 0;
  top: 0;
}

.page .right_btn{
  position: absolute;
  right: 0;
  top: 0;
}
.page .next{
 background: url(../images/page_right1.png);
}
.page .prev{
   background: url(../images/page_left1.png);
  
}
.page .nexts{
  background: url(../images/page_right.png);
}
.page .prevs{
   background: url(../images/page_left.png);
 
}
.page .next,.page .prev{
  width: 38px;
  height: 36px;
}
.page .nexts,.page .prevs{
  width: 45px;
  height: 36px;
}
.page .left_btn div,.page .right_btn div{
  float: left;
  cursor: pointer;
}
.page .prevs,.page .next{
  margin-right: 6px;
}
.swiper_box{
  position: relative;
}
.swiper_box .swiper_btn_box .btn{
  width: 1.14rem;
  height: 1rem;
  position: absolute;
  outline: none;
  top: 50%;
  margin-top: -.5rem;
  z-index: 3;
  
}
.swiper_box .swiper_btn_box .left_btn{
  left: .2rem;
  background: url(../images/ldgh_btn.png) no-repeat;
  background-size: 100%;
}
.swiper_box .swiper_btn_box .left_btn:hover{
  background-image: url(../images/ldgh_btn_on.png)
}
.swiper_box .swiper_btn_box .right_btn{
  right: .2rem;
  background: url(../images/ldgh_right_btn.png) no-repeat;
  background-size: 100%;
}
.swiper_box .swiper_btn_box .right_btn:hover{
  background-image: url(../images/ldgh_right_btn_on.png)
}
.commit_item_list{
  padding:.7rem 0 .24rem 0;
}
.commit_item_list .item_row {
  overflow: hidden;
  flex-direction:row;

}
.commit_item_list .item_row .item_box{
  width: 4rem;
  flex: 1;
  padding:.1rem;
  background: #f1f8fd;
  box-sizing: border-box;
  margin-bottom: .4rem;
  float:left;
}
.commit_item_list .item_row .item_box + .item_box {
  margin-left: .5rem;
}
.commit_item_list .item_row .item .img{
  width: 100%;
  min-height:280px;
  max-height:280px;
}
.commit_item_list .item_row .item p{
  margin:.14rem 0;
  font-size: .16rem;
  color: #333333;
  line-height: .26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.commit_item_list .item_row .item a{
  display: block;
  padding: .1rem 0;
}
.b_commit_title{
  padding-bottom: .5rem;
  border-bottom: 1px solid #eeeeee;
}
.b_commit_title p{
  text-align: center;
  font-size: .16rem;
  line-height: .28rem;
}
.commit-plate_item{
  position: relative;
  overflow: hidden;
  margin-top: .68rem;
}
.commit-plate_item .plate_title{
  border-bottom: 1px solid #dedede;
}
.commit-plate_item .plate_top{
  padding-bottom: .5rem;
}
.commit-plate_item .plate_title h3{
  position: relative;
  display: inline-block;
  font-size: .24rem;
  font-weight: bold;
  color: #006db8;
  padding-bottom: .22rem;
}
.commit-plate_item .plate_title h3:after{
  content: '';
  display: block;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #e60012;
}
.commit-plate_item .plate_title{
  margin-bottom: .22rem;
}
.commit-plate_item .plate_top p{
  font-size: .16rem;
  line-height: .28rem;
  margin-top: .1rem;
}
.commit-plate_item .plate_top p span{
  font-weight: bold;
}
.commit-plate_item .plate_top,.plate_cont{
  width: 7.5rem;
  float: right;
}
.commit-plate_item .plate_bottom{
  padding: .42rem 0 .14rem 0;
  width: 100%;
  float: left;
  background: #f1f8fd;
}
.commit-plate_item .plate_bottom li{
  width: 33.3333%;
  float: left;
  padding:0 .04rem 0 .3rem;
  box-sizing: border-box;
  border-left: 1px solid #eeeeee;
  margin-bottom: .4rem;

}
.commit-plate_item .plate_bottom i{
  height: 35px;
  width: 35px;
  display: block;
  background: url(../images/shzr_icon1.png) no-repeat;
  background-size: 100%;
}
.commit-plate_item .plate_bottom .n{
  padding:.1rem 0;
  font-size: .42rem;
  font-weight: bold;
  color: #333;
}
.commit-plate_item .plate_bottom .t{
  font-size: .14rem;
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  position: relative;
}
.commit-plate_item .plate_bottom .icon.r{
  background: url(../images/shzr_icon2.png) no-repeat;
  background-size: 100%;

}
.commit-plate_item .plate_bottom .icon.b{
  background: url(../images/shzr_icon5.png) no-repeat;
  background-size: 100%;
}
.commit-plate_item .plate_bottom .icon.x{
  background: url(../images/shzr_icon3.png) no-repeat;
  background-size: 100%;
}
.commit-plate_item .plate_bottom .icon.f{
  background: url(../images/shzr_icon4.png) no-repeat;
  background-size: 100%;
}
.commit-plate_item .p_img{
  position: absolute;
  left: 0px;
  top: 0;
}
.commit-plate_item .p_img img{
  width: 4.5rem;
  height: 5.8rem;
}
.commit-plate_item1 .plate_top,.commit-plate_item1 .plate_cont{
  float: left;
}
.commit-plate_item1 .p_img{
  right: 0;
  left: auto;
}
.commit-plate_item1 .p_img img{
  width: 4.48rem;
  height: 4.94rem;
}




.commit_new_list_box{
  overflow: hidden;
}
.commit_new_list_box .item{
  width: 6.35rem;
  /*height: .8rem;*/
  float: left;
  background: #fff;
  margin-bottom: .3rem;
}
.commit_new_list_box .item a{
  font-size: .16rem;
  color: #333;
  display: block;
  line-height: .8rem;
  height: .8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  position: relative;
}
.commit_new_list_box .item i{
  display: inline-block;
  width: 21px;
  height: 21px;
  margin:0 .17rem 0 .33rem;
  vertical-align: middle;
  background: url(../images/zbwh_icon.png) no-repeat;
  /*background-size: .21rem .21rem;*/
  position: relative;
  top: -3px;
}
.commit_new_list_box .item:nth-child(even){
  float: right;
}
.commit_new_list_box .list_box{
  overflow: hidden;
}
.commit_new_list_box .page{
  margin:.2rem auto .8rem auto;
}

.commit_tab_header{
  text-align: center;
  padding: .46rem 0;
  border-bottom: 1px solid #a8adb1;
  margin-bottom: .4rem;
}
.commit_tab_header li{
  display: inline-block;
  font-weight: bold;
  color: #333;
  font-size: .26rem;
  padding: .16rem .34rem;
  cursor: pointer;
}
.commit_tab_header li.on{
  background: #006db8;
  color: #fff;
}


.commit_swiper_box .swiper-slide{
  width: 5.9rem;
}
.commit_swiper_box .swiper-slide img{
  width: 5.68rem;
  height: 3.7rem;
}
.commit_swiper_box .p_text{
 padding:10px 0;
}
.commit_swiper_box .imgText{
  width: 100%;
  height: 100%;
  padding:.12rem .12rem 0 .12rem;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
.commit_swiper_box .imgText img{
  opacity: 0.6;
}
.commit_swiper_box .imgText p{
  font-size: 12px;
  line-height: .46rem;
  padding-right: 20px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  position: relative;
 
}

.commit_swiper_box .imgText p i{
  height: 100%;
  width: 20px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: url(../images/ldgh_jia.png) center center no-repeat;
  background-size: 20px 20px;
  display: block;
  cursor: pointer;
}
.commit_swiper_box .swiper-slide-active .imgText{
  background: #006db8;
}
.commit_swiper_box .swiper-slide-active img{
  opacity: 1;
}
.commit_swiper_box .swiper-slide-active p{
  padding-right: 30px;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.h_r_nav_box {
  background: #f1f8fd;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 6rem;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 9998;
  padding: .3rem;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.h_r_nav_box.on {
  transform: translateX(0);
}
.h_r_nav_box dl{
  overflow: hidden;
  padding: .1rem 0;
  border-bottom: 1px solid #ddedf8;
  line-height: .25rem;
}
.h_r_nav_box dt{
  font-size: .2rem;
  color: #333333;
  font-weight: bold;
  padding-bottom: 10px;
}
.h_r_nav_box dd a{
  color: #555;
  font-size: .14rem;
  float: left;
  margin-right: .18rem;
}
@media screen and (max-width: 1024px) {
  .pagination li a,.pagination li span{font-size:12px;} 
  .h_r_nav_box{
    width: 8rem;
  }
  .h_r_nav_box dl{
    line-height: .3rem;
  }
   .footer .centent_nav dd a{
        font-size: 12px;
   }
   .footer .left_site{
        margin-right: 10px;
   }
   .footer .centent_nav dd{
     line-height: 22px;
   }
   .footer .right_code div span{
    line-height: 18px;
   }
   .footer .select_box{
    display: none;
   }
}
@media screen and (max-width: 768px) {
   .h_r_nav_box dl{
      line-height: .4rem;
    }
    .h_nav li a {
        padding: 0 .15rem;
    }
    .footer .right_code{
        display: none;
   }
   .footer .left_site{
      margin-right: 40px;
   }
   .footer .centent_nav dl{
        width: auto;
      margin-right: 20px;
   }
   .page{
    width: 100%;
   }
   .h_b_nav{
      width: 17rem;
   }
   .commit_item_list .item_row .item p{
    line-height: 0.46rem;
  }
  .b_commit_title p{
    font-size: 14px;
    line-height: 24px;
  }
  .commit-plate_item .plate_top p{
    font-size: 14px;
    line-height: 18px;
  }
  .commit-plate_item{
    padding:30px 0;
  }
  .commit-plate_item .p_img{
    position: relative;
  }
  .commit-plate_item .p_img img{
    width: 100%;
    height: auto;
  }
  .commit-plate_item .plate_top{
    padding: 20px 0;
  }
  .commit-plate_item .plate_top,.commit-plate_item .plate_cont{
    width: 100%;
  }
  .commit-plate_item .plate_top h3{
    font-size: 16px;
      padding-bottom: 12px;
  }
  .commit-plate_item .plate_top p{
    margin-top: 20px;
  }
  .commit-plate_item .plate_bottom{
    padding:10px;
    box-sizing: border-box;
  }

   .commit_new_list_box .item{
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .commit_new_list_box.item:nth-child(even){
    float: none;
  }
  .commit_new_list_box .item a{
    font-size: 14px;
      color: #333;
      display: block;
      line-height: 40px;
      height: 40px;
        overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;

  }
  .commit_new_list_box .item i{
    margin: 0 8px 0 17px;
  }



}
@media screen and (max-width: 414px) {
    .page .cont span {
        height: 30px;
        line-height: 30px;
        width: 30px;
        font-size: 12px;
    }
    .pagination li a,.pagination li span{font-size:12px;} 
    .h_b_nav_wraper{
      display: none;
    }
		.common_btn{
			display: block;
			height: 60px;
			width: 60px;
			padding:8px;
			background:#0068b7;
			position: absolute;
			top: 0px;
			box-sizing: border-box;
			right: 0px;
		}
		.common_btn span{
			  width: 34px;
		    height: 3px;
		    margin: 9px auto 0;
		}
		.common_btn.active span:last-child,.common_btn.active span:first-child{
			width: 40px;
		}
		.common_btn.active span:last-child{
			transform: rotate(-45deg) translate(1px, 0px);
		}
		.common_btn.active span:first-child{
			transform: rotate(45deg) translate(10px, 7px);
		}
		    
		.header_warper{
			height: 0px;
			padding-bottom: 60px;
		} 
		.h_t_header{
			width: 100%;
			z-index: 4;
			background: #fff;
			position: fixed;
		}

		.m_header_nav{
			display: block;
			position: fixed;
			width: 100px;
      height: 100%;
			top: 60px;
			right: 0px;
			bottom: 0;
			background: #f1f8fe;
			z-index: 4;
			overflow: hidden;
			padding: 10px;
			box-sizing: border-box;
			-webkit-transform: translateX(100%);
	    transform: translateX(100%);
	    -webkit-transition: all .3s ease-in;
	    transition: all .3s ease-in;
		}
		.m_header_nav.on{
			transform: translateX(0);
		}
		.m_header_nav ul{
      padding-bottom: 100px;
			text-align: center;
   /*   height: 100%;*/
    /*  flex-direction: column;
      display: flex;*/
		}
/*    .m_header_nav ul li{
      flex: 1
    }*/
		.m_header_nav ul a{
      font-size: 12px;
			line-height: 30px;
			display: block;
		}
		.h_t_header{
			height: 60px;
			line-height: 60px;
		}
		.h_logo{
			height: 50px;
			padding:5px;
			box-sizing:	content-box;
		}
		.h_r_content{
			display: none;
		}
   .content{
   	width: 90%;
   }
   .footer{
   		height: auto;
   		background-size: cover;
   }
   .footer .left_site img{
   	width: 100px;
   	height: auto;
   }
   .footer .left_site,.footer .centent_nav,.footer .right_code{
   		float: none;
   }
   .footer .left_site{
   	margin-bottom: 20px;
   }
   .footer .centent_nav{
   	overflow: hidden;
   }
   .footer .centent_nav dl{
   	height: auto;
   	padding:10px 0;
   }
   .footer .centent_nav dl dt{
   		font-size: 14px;
   }
   .footer .centent_nav dd{
	   	float: left;
	   	margin-right: 10px;
   }
   .footer_bottom{
   	height: auto;
   	line-height: auto;
   	position: relative;
   	line-height: 20px;
   	padding:10px 0 10px 1.0rem;
   }
   .footer_bottom p{
   	float: none;
   }
   .footer_bottom .b_link{
   	padding-left: 0;
   }
   .footer .right_code{
    display: block;
   }
   .footer .right_code img{
    width: 130px;
    height: 130px;
    margin:10px;
   }
   .footer .right_code div span{
    line-height: 20px;
    font-size: 14px;
   }
   .footer .right_code .code_box{
    width: auto;
    padding:20px 0;
   }
   .common_company_data span{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
   }
   .footer .left_site .desc,.footer .left_site .number,.footer .left_site .addres,.footer_bottom p,.footer_bottom .b_link a,.common_company_data em{
    font-size: 12px;
   }
   .footer .left_site .number,.footer_bottom p{
    color: #fff;
   }
   .common_banner{
    background-position: -1300px center;
    height: 150px;
    background-size: auto;
  }
  .commit_main_title{
    padding: 30px 0;
  }
  .commit_main_title h4{
    font-size: 21px;
  }
  .commit_main_title h3{
    font-size: 15px;
  }
  .commit_main_title .line{
    height: 2px;
    width: 22px;
  } 
  .commit_main_title .line{
    position: absolute;
    /*bottom: -1px;*/
    left: 50%;margin-left: -11px;
    /*width: .45rem;*/
  }
  .page .left_btn{
    float: left;
  }
  .page{
    overflow: hidden;
  }
  .page .right_btn{
    float: right;
  }
  .page .left_btn,.page .right_btn{
    position: relative;
    overflow: hidden;
  }
  .page .cont{
    margin-bottom: 10px;
  }
  .swiper_box .swiper_btn_box .btn{
    width: 57px;
    height: 50px;
    margin-top: -25px;
  }
  .commit_item_list .item_row {
    display: block;
  }
  .commit_item_list .item_row .item_box{
    display: block;
    margin: 0 auto;
    width: 100%;
    padding:15px;
    margin-bottom: 20px;
  }
  .commit_item_list .item_row .item_box + .item_box{
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .commit_item_list .item_row .item p{
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
  }
  .commit-plate_item .plate_bottom .n,.commit-plate_item .plate_bottom .t,.commit-plate_item .plate_title h3{
    font-size: 12px;
  }
  .commit_tab_header{    
      padding: 20px 0;
      margin-bottom: 10px;
  }
  .commit_tab_header li{
    font-size: 14px;
    line-height: 26px;
  }
  .commit_swiper_box .swiper-slide{
    width: 200px;
    height: auto;
  }
  .commit_swiper_box .swiper-slide img{
    width: 190px;
    height: auto;
  }
  .commit_swiper_box .imgText{
    padding:5px 5px 0px 5px;
  }
  .commit_swiper_box .imgText p{
    line-height: 30px;
    padding-right: 30px;
  }
  .commit_swiper_box .swiper-slide-active p{
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    padding-right: 30px;
  }
  .h_r_nav_box{
    width: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
  }
  .common_btn{
    position: fixed;
  }
  .h_r_nav_box dl{
    padding: 10px 0;
    line-height: 18px;
  }
  .h_r_nav_box dt{
    font-size: 14px;
  }
  .h_r_nav_box dd a{
    font-size: 12px;
    margin-right: 5px;
  }
  .ny{
  	overflow:scroll;overflow-y:hidden
  	/*overflow-y:hidden;*/
  }
}


