@charset "utf-8";

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: black;
}

li {
  list-style-type: none;
}

h2 {
  font-size: 16px;
}


body,
div,
p,
h1 {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  display: block;
  max-width: 100%;
}



/* banner */

.js-silder {
  position: relative;
  min-width: 320px;
}

.silder-scroll {
  width: 100%;
  overflow: hidden;
}

.silder-main {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.silder-main-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.silder-main-img img {
  width: 100%;
}

.js-silder-ctrl {
  width: 100%;
  text-align: center;
  display: none;
}

.silder-ctrl-prev,
.silder-ctrl-next {
  position: absolute;
  top: 0;
  width: 8%;
  height: 100%;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  font-family: "宋体";
  font-size: 52px;
  font-weight: 600;
  text-shadow: #666 2px 2px 5px;
}

.silder-ctrl-prev {
  left: 0;
  text-align: left;
}

.silder-ctrl-next {
  right: 0;
  text-align: right;
}

.silder-ctrl-prev>span,
.silder-ctrl-next>span {
  position: absolute;
  top: 60%;
  margin-top: -40px;
}

.silder-ctrl-prev>span {
  left: 0;
}

.silder-ctrl-next>span {
  right: 0;
}

.silder-ctrl-con {
  display: inline-block;
  width: 4%;
  padding: 10px 0;
  margin: 0 10px;
  cursor: pointer;
}

.silder-ctrl-con>span {
  display: block;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  padding: 5px 0;
  cursor: pointer;
  background-color: #e4e4e4;
}

.silder-ctrl-con.active>span {
  background-color: #7bbedf;
}

@media (max-width: 768px) {

  .silder-ctrl-prev,
  .silder-ctrl-next {
    width: 10%;
    font-size: 26px;
    margin-top: -25px;
  }

  .silder-ctrl-con {
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0 5px;
  }

  .silder-ctrl-con>span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 0;
  }
}

/* bannerEnd */



/* 轮播 */
.friend {
  height: 265px;
  margin: 0 auto;
  overflow: hidden;
  width: 1200px;
}

.mr_frbox {
  height: 275px;
  padding: 24px 0px 0px;
}

.mr_frBtnL {
  cursor: pointer;
  display: inline;
  float: left;
  height: 46px;
  margin: 160px 10px 0 0;
  width: 28px;
}

.mr_frUl {
  float: left;
  height: 202px;
  width: 1047px;
  margin-left: 10px;
}

.mr_frBtnR {
  float: right;
  margin-top: 160px;
  cursor: pointer;
  width: 28px;
  height: 46px;
}

.mr_frUl ul li {
  display: inline;
  float: left;
  height: 245px;
  width: 260px;
  overflow: hidden;
  position: relative;
  margin-left: 55px;
}

.mr_frUl ul li a img {
  /*display:block;*/
  width: 100%;
  height: 200px;
}

.mr_zhe {
  width: 300px;
  position: absolute;
  top: 0;
  background: rgba(78, 164, 181, 0.65) none repeat scroll 0 0 !important;
  /*实现FF背景透明，文字不透明*/
  filter: Alpha(opacity=80);
  background: #4ea4b5;
  /*实现IE背景透明*/
  /*height:389px;*/
  left: 0;
  right: 0;
}

.mr_zhe_i h1 {
  text-align: center;
  font-size: 182px;
  height: 138px;
  line-height: 138px;
  margin-top: 72px;
  margin-bottom: 64px;
  font-weight: bold;
  color: #fff;
}

.mr_zhe_p {
  margin-bottom: 60px;
}

.mr_zhe_p h3 {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
}

.mr_zhe_p h3 span {
  display: block;
  margin: 0 auto;
  width: 260px;
  font-size: 18px;
  border-bottom: 1px solid #f4f4f4;
}

.mr_zhe_hover {
  bottom: -596px;
  height: 200px;
  position: absolute;
  width: 300px;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
  /*实现FF背景透明，文字不透明*/
  filter: Alpha(opacity=80);
  background: #0a0a0a;
  /*实现IE背景透明*/
}

.mr_zhe_hover h1 {
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin: 22px 0;
  color: #fff;
}

#mr_fu li span {
  text-align: center;
  font-size: 20px;
  margin-top: 13px;
  display: block;
  color: black;
  font-weight: 600;
}

.tempWrap {
  left: -90px;
}

/* end */

@media(max-width:766px) {
  .lx_ph {
    display: block;
  }
}

@media(min-width:768px) {
  .lx_ph {
    display: none;
  }
}

.container {
  width: 1200px;
  margin: auto;
}

.js-silder {
  float: left;
  width: 100%;
}

.head {
  width: 100%;
  height: 100px;
  float: left;
  background: #00984b;
}

.logo {
  float: left;
  padding: 25px 0;
}

.phone {
  float: right;
  padding: 1.8% 0;
}

#left {
  float: left;
}

#right {
  float: right;
}

/* nav */
.nav_bg {
  width: 100%;
  float: left;
  background: #004a25;
  height: 50px;
}

.zd_nav {
  width: 980px;
  height: 50px;
  float: right;
}

.zd_nav ul {
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
}

.zd_nav li {
  float: left;
  width: 12.5%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  position: relative;
}

.zd_nav li a {
  color: #FFF;
  text-decoration: none;
  display: block;
}

.zd_nav li a.link {
  float: left;
  width: 100%;
}

.zd_nav ul li a:hover {
  background: #004a25;
  display: block;
}

.zd_nav dl {
  width: 100%;
  border: 1px solid #004a25;
  font-size: 12px;
  background: #004a25;
  position: absolute;
  top: 38px;
  left: 0px;
  z-index: 999;
}

.zd_nav dl dd {
  width: 100%;
  margin: 0px;
}

.zd_nav dl dd a {
  color: white;
  width: 100%;
}

.zd_nav dl dd a:hover {
  color: #000;
  background: #00984b;
}




/* mod-menu */
.mold_open_hover,
.mold_open {
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.mold_open {
  background-position: 0 -6px;
}

.mold_open_hover {
  background-position: 0 0;
}

.mod-menu {
  position: relative;
  z-index: 1000;
  left: -1px;
  margin-left: 0px;
}

.menu-cont-list a:hover {
  text-decoration: underline;
}

.mod-menu .menu-item {
  width: 220px;
  border-top: solid 1px #dddddd;
  border-bottom: solid 2px #dddddd;
  position: relative;
  z-index: 22;
  margin: 0;
  padding: 0;
}

.mod-menu .menu-item li {
  height: 47px;
  line-height: 47px;
  background: white;
  border-top: solid 1px #dddddd;
  opacity: 0.985;
}

.mod-menu .menu-item li.mouse-bg {
  position: relative;
  z-index: 22;
  margin-right: -4px;
}

.mod-menu .menu-item a {
  color: black;
  font-size: 16px;
  padding-left: 33px;
  display: block;
  height: 45px;
  border-top: solid 1px #f1f2f7;
}

.mod-menu .menu-item a:hover {
  text-decoration: none;
}

.mod-menu .menu-cont {
  position: absolute;
  left: 220px;
  top: 1px;
  background: #fff;
  width: 573px;
  border: solid 1px #dddddd;
  box-shadow: 2px 0 10px rgba(175, 173, 174, 0.25);
  z-index: 20;
  opacity: 0.98;
}

.mod-menu .menu-cont-list {
  padding: 0 30px;
}

.mod-menu .menu-cont-list li {
  border-bottom: dotted 1px #f0bfd3;
  padding: 10px 0;
}

.mod-menu .menu-cont-list li:last-child {
  border-bottom: none;
}

.mod-menu .menu-cont-list h3 {
  font-size: 14px;
  font-weight: 700;
}

.mod-menu .menu-cont-list h3 a {
  color: #222;
}

.mod-menu .menu-list-link a {
  color: #666;
  line-height: 24px;
}

.mod-menu .menu-list-link .long-string {
  color: #ccc;
  font-size: 12px;
  padding: 0 10px;
}

.l_nav {
  width: 220px;
  float: left;
}

.fw_tt {
  width: 220px;
  height: 50px;
  background: url(../images/fwfl.png) no-repeat;
  background-size: 100% 100%;
  color: white;
  line-height: 50px;
  text-align: center;
}

.kds {
  float: left;
  width: 100%;
  background: #00984b;
  height: 50px;
}

.kds_t {
  color: white;
  float: left;
  height: 50px;
  line-height: 50px;
  margin-left: 20px;
  width: 80%;
  overflow: hidden;
}

.kds img {
  float: left;
  padding: 10px 0;
}

.fwxm {
  width: 100%;
  float: left;
}

.dx_pc {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 20px;
  float: left;
}

.dx_pc img {
  width: 100%;
  max-width: 470px;
  display: block;
  float: none;
  margin: auto;
}

.fwm_l,
.fwm_r {
  float: left;
  width: 100%;
}

.fwm_l {
  max-width: 285px;
}

.fwm_r {
  max-width: 860px;
  margin-left: 50px;
}

.fwm_r a {
  display: block;
  width: 25%;
  float: left;
  text-align: center;
}

.fwm_r a:nth-of-type(5),
.fwm_r a:nth-of-type(6),
.fwm_r a:nth-of-type(7),
.fwm_r a:nth-of-type(8) {

  margin-top: 15px;

}

.fwm_r img {
  float: none;
  margin: auto;
  display: block;
}

.lx_z {
  margin-top: 10px;
  width: 100%;
  float: left;
  font-size: 24px;
  text-align: center;

}

.jyxc {
  float: left;
  width: 100%;
}

.pc_li {
  width: 25%;
  float: left;
  margin-top: 20px;
}

.pc_li img {
  width: 100%;
  max-width: 280px;
  height: 210px;
  float: none;
  margin: auto;
  display: block;
  object-fit: cover;
  flex: 1;
}

.pc_li div {
  margin-top: 10px;
  width: 100%;
  float: left;
  text-align: center;
}

.about {
  float: left;
  width: 100%;
}

.abt {
  float: left;
  width: 100%;
  background: url(../images/ab1.png) no-repeat;
  background-size: 100% 100%;
  padding: 60px 0;
}

.ab_l,
.ab_r {
  float: left;
  width: 100%;
}

.ab_l {
  max-width: 580px;
}

.ab_r {
  max-width: 600px;
  margin-left: 20px;
  color: white;
  font-size: 14px;
  height: 290px;
  overflow: hidden;
  line-height: 2.1;
}

.more {
  float: left;
  margin-top: 25px;
  margin-left: 20px;
}

.ys {
  width: 985px;
  float: none;
  display: block;
  margin: auto;
}

.gg {
  width: 100%;
  float: left;
}

.gg img {
  width: 100%;
}

.ns {
  width: 100%;
  float: left;
}

.ns_l,
.ns_r {
  float: left;
  width: 100%;
}

.ns_l {
  max-width: 600px;
  padding: 30px;
  background: #f5f5f5;
}

.ns_l img {
  width: 100%;
  height: auto;
  max-width: 540px;
  max-height: 230px;
  object-fit: cover;
  flex: 1;
}

.ns_r {
  max-width: 570px;
  margin-left: 30px;
}

.nsl_d {
  margin-top: 30px;
  height: 130px;
  width: 100%;
  overflow: hidden;
}

.nsld_t {
  font-size: 20px;
  color: #004a25;
  font-weight: 600;
}

.nsld_d {
  font-size: 12px;
  line-height: 1.8;
}

.n_more {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.n_more img {
  width: 100px;
  display: block;
  margin: auto;
}

.ns_r {
  width: 100%;
  float: left;
}

.nsr_li {
  width: 100%;
  float: left;
  padding: 20px;
  height: 140px;
  overflow: hidden;
  margin-top: 15px;
  background: #f5f5f5;
}

.nsr_li:nth-of-type(1) {
  margin-top: 0px;
}

.nsrl_d {
  width: 100%;
  float: left;
  height: 75px;
  overflow: hidden;
  font-size: 12px;
  line-height: 2;
}

.zj {
  width: 100%;
  float: left;
}

.zj img {
  width: 100%;
  max-width: 510px;
  float: none;
  display: block;
  margin: auto;
}

.qy {
  float: left;
  width: 100%;
}

.qy_li {
  width: 120px;
  height: 40px;
  line-height: 40px;
  float: left;
  border-radius: 15px;
  text-align: center;
  margin-left: 34px;
  margin-top: 20px;
  background-color: #00984b;
}

.qy_li:nth-of-type(1),
.qy_li:nth-of-type(9) {
  margin-left: 0px;
}

.qy_li a {
  color: white;
  font-size: 20px;
  display: block;
  width: 100%;
  height: 100%;
}

.qy_bg {
  width: 100%;
  float: left;
  background: #fafafa;
}

.foot {
  float: left;
  width: 100%;
  background: #343434;
  padding: 65px 0;
  margin-top: 80px;
}

.ft_l,
.ft_l img,
.ft_l div {
  float: left;
  width: 140px;
  height: 170px;
}

.ft_l img {
  height: 140px;
}

.ft_l div {
  text-align: center;
  color: #c1c1c1;
  font-size: 20px;
  margin-top: 10px;
  height: auto;
}

.ft_r {
  float: right;
  width: 83.5%;
  color: #c1c1c1;
}

.tw_con {
  float: left;
  width: 100%;
  margin-top: 80px;
}

.twc_l {
  float: left;
  width: 320px;
}

.twcl_t {
  width: 100%;
  float: left;
  height: 60px;
  padding-left: 30px;
  color: white;
  line-height: 60px;
  background: #00984b;
  margin-top: 50px;
  font-size: 22px;
}

.twcl_t:nth-of-type(1) {
  margin-top: 0px;
}

.twcl_dl {
  width: 100%;
  padding: 30px;
  background: #fafafa;
  float: left;
}

.twcl_li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border-bottom: 1px dashed #969696;
  float: left;
}

.twcl_c img {
  width: 220px;
}

.twcl_c {
  line-height: 2;
}

.twc_r {
  margin-left: 60px;
  float: left;
  width: 100%;
  max-width: 820px;
  font-size: 14px;
  line-height: 1.8;
}

.sc_t {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  text-align: center;
}

.sct_t {
  font-size: 28px;
  font-weight: 600;
  width: 100%;
  float: left;
}

.sct_d {
  color: #8e8e8e;
  font-size: 16px;
  width: 100%;
  float: left;
}

.sc_fy {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.scf {
  width: 48%;
  float: left;
  text-align: left;
}

.scf:nth-of-type(2) {
  text-align: right;
}

.tw_ns,
.tw_pc {
  float: left;
  width: 820px;
  margin-left: 60px;
}

.twn_li {
  background: #fafafa;
  padding: 30px;
  float: left;
  width: 100%;
  height: 230px;
  overflow: hidden;
  margin-top: 20px;
}

.twn_li:nth-of-type(1) {
  margin-top: 0px;
}

.twnl_t {
  width: 100%;
  float: left;
  border-bottom: 1px solid black;
}

.twnt {
  float: left;
  width: 75%;
  font-size: 24px;
  font-weight: 600;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
}

.twnd {
  float: right;
  line-height: 35px;
}

.twnl_d {
  margin-top: 20px;
  float: left;
  width: 100%;
  overflow: hidden;
  height: 75px;
  font-size: 14px;
  line-height: 1.8;
  word-break: break-all;
}

.twnl_more {
  margin-top: 10px;
  width: 100%;
  float: left;
}

.fy {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  margin-top: 20px;
}

.twc_li {
  float: left;
  width: 190px;
  height: 160px;
  margin-bottom: 20px;
  margin-left: 7px;
}

.twc_li img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  flex: 1;
}

.twc_li div {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

/* 回到顶部 */
.box {
  position: fixed;
  right: 10px;
  bottom: 10px;
  height: 50px;
  width: 50px;
  text-align: center;
  padding-top: 20px;
  background-color: #00984b;
  border-radius: 20%;
  overflow: hidden;
}

.box:hover:before {
  top: 50%
}

.gg{margin-top:40px;}

.box:hover .box-in {
  visibility: hidden;
}

.box:before {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '回到顶部';
  width: 40px;
  color: white;
  font-weight: bold;
}

.box-in {
  visibility: visible;
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 3px solid black;
  border-color: white transparent transparent white;
  transform: rotate(45deg);
}


@media(max-width:766px) {

  .l_nav,
  .twc_l,
  .phone,
  .zd_pc,.zd_nav {
    display: none;
  }

  .container,
  .tw_pc {
    width: 100%;
  }

  .tw_pc {
    margin-left: 0px;
  }

  .fy {
    padding: 10px;
  }

  .twc_li {
    float: none;
    margin: auto;
  }

  .foot {
    margin-top: 20px;
  }

  .ft_r,
  .ft_l,
  .ft_l img,
  .ft_l div {
    width: 100%;
    float: none;
    margin: auto;
    padding: 10px;
  }

  .ft_r {
    margin-top: 20px;
  }

  .ft_l img {
    width: 140px;
    display: block;
  }

  .kds {
    padding: 0 10px;
  }

  .head {
    height: auto;
  }

  .logo {
    padding: 15px;
  }

  img {
    display: block;
    max-width: 100%;
    border: 0
  }

  .zd_nav {
    width: 100%;
  }

  .fwm_r{
    margin: 0;
    padding: 0;
  }

  /*---------------------------------------------------------------------------------------------------------------手机站导航开始----------*/
  .sp_header {
    height: 50px;
    overflow: hidden;
    background: #004a25;
    position: relative;
    z-index: 10;
    width: 100%;
    -moz-box-sizing: border-box;
    /*Firefox3.5+*/
    -webkit-box-sizing: border-box;
    /*Safari3.2+*/
    -o-box-sizing: border-box;
    /*Opera9.6*/
    -ms-box-sizing: border-box;
    /*IE8*/
    box-sizing: border-box;
  }



  .sp_logo img {
    margin: auto;
    max-height: 30px;
  }

  .sp_nav {
    width: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 40px;
    margin-top: 5px;
    border:2px solid white;
    border-radius: 5px;
    margin-right: 10px;
  }

  .sp_nav span {
    margin-top: 6px;
    display: block;
    background: white;
    width: 30px;
    height: 4px;
    position: absolute;
    left: 9px;
    transition: all ease 0.35s;
    border-radius:15px;
  }

  .sp_nav span:nth-of-type(1) {
    top: 0px
  }

  .sp_nav span:nth-of-type(2) {
    top: 10px
  }

  .sp_nav span:nth-of-type(3) {
    top: 20px
  }

  .sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
  }

  .sp_nav_se span:nth-of-type(2) {
    width: 0
  }

  .sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
  }

  .sjj_nav {
    display: none;
    position: relative;
    z-index: 9;
    background: #eee;
    width: 100%;
    height: calc(100% - 104px);
    font-size: 14px;
    line-height: 40px;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
  }

  .nav_show {
    top: 0px
  }

  .sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
  }

  .sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
  }

  .sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
  }

  .sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
  }

  .sjj_nav ul{
    width: 100%;
    margin: 0;
    padding:10px;
  }
  
  .sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
  }

  .sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
  }

  .sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
  }

  .sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
  }

  .sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
  }

  .sjj_nav ul li ul {
    display: none
  }

  .sjj_nav ul li a {
    color: #666;
    width: 80%
  }

  .sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
  }

  .sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
  }

  .sjj_nav ul li .sjj_nav_i_se svg {
    fill: #c9141e
  }

  .sjj_nav ul li ul li>ul {
    margin-left: 10px
  }

  /*---------------------------------------------------------------------------------------------------------------手机站导航结束----------*/
  .dx_pc{
    margin-top:20px;
    margin-bottom: 10px;
  }


  .fwm_l{
    float: none;
    margin: auto;
  }
  .fxmm_li{
    width: 33.333%;
    float: left;
    margin-top:10px;
  }
  .fxmm_li:nth-of-type(7),.fxmm_li:nth-of-type(10){
    width: 15%;
  }
  .fxmm_ph{
    margin-top:10px;
    width: 100%;
    float: left;
  }
  .fxmm_ph img{
    display: block;
    width: 100%;
    float: none;
    margin: auto;
  }
  .fxmm_li div{
    width: 100%;
    float: left;
    text-align: center;
    margin-top:5px;
  }
  .fxmm_li img{
    width: 85px;
    display: block;
    margin: auto;
  }
  .ab_r{padding: 10px;}
  .ns_r,.ab_r{
    margin-left: 0px;
  }
  .bn_m{
    float: left;
    width: 100%;
  }
  .js-silder,.kds,.fwxm,.more,.ys,.gg1,.ns_r,.g2,.twnd{
    display: none;
  }
  .bn_m,.more_m,.ys1,.mgg1{
    display: block;
  }
  .pc_li{
    width: 50%;
    padding:5px;
  }
  .pc_li img{
    height: 140px;
  }
  .pc_li div{
    height:21px;
    overflow: hidden;
  }
  .pc_li{margin-top:5px;}
  .abt{background: none;}
  .ab_r{color: black;height: 295px;}
  .more_m{
    margin-top:20px;
    float: left;
    width: 100%;
  }
  .more_m img{
    width: 130px;
    margin-top:20px;
    display: block;
    float: none;
    margin:auto;
  }
  .nsld_d{
    font-size: 14px;
  }
  .zj img{
    padding: 10px;
  }
  .qy_li:nth-of-type(1), .qy_li:nth-of-type(9),.qy_li{
    width: 21.6%;
    margin:7px;
  }
  .twc_r,.tw_ns{
    margin-left: 0px;
    padding: 10px;
  }
  .tw_ns{
    width: 100%;
  }
  .foot{padding:30px 0;}
  .gg{margin-top:20px;}
}

@media(min-width:768px){
  .bn_m,.fwxm_m,.sjj_nav,.sp_header,.more_m,.ys1,.mgg1{
    display: none;
  }
}