/* CSS Document */
/*全局基础设置css*/
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a img {
  border: none;
}
a:focus {
  outline: none;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
img {
  border: none;
}
input,
select,
textarea {
  outline: 0;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
var,
em {
  font-weight: normal;
  font-style: normal;
}
ul,
ol,
dl {
  list-style: none;
}
.g_importantNews .slideBox {
  width: 600px;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.g_importantNews .slideBox .hd {
  overflow: hidden;
  position: absolute;
  right: 30px;
  bottom: 15px;
  z-index: 1;
}
.g_importantNews .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  list-style: none;
}
.g_importantNews .slideBox .hd ul li {
  float: left;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  background: #d6b128;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.g_importantNews .slideBox .hd ul li.on {
  background: #ffffff;
  width: 20px;
  border-radius: 10px;
}
.g_importantNews .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.g_importantNews .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  position: relative;
}
.g_importantNews .slideBox .bd img {
  width: 600px;
  height: 400px;
  display: block;
}
.g_importantNews .m_ulList {
  margin-top: 30px;
}
.g_importantNews .m_ulList li {
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px;
}
.g_importantNews .m_ulList li a {
  color: #000000;
  padding-left: 10px;
}
.g_importantNews .m_ulList li span {
  color: #033e8f;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .web_w {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .g-mobile .g_importantNews .slideBox {
    width: 100%;
    height: auto;
  }
  .g-mobile .g_importantNews .slideBox .bd img {
    width: 100%;
    height: auto;
  }
}
.g_fullScreenImgs {
  margin-top: 50px;
}
.g_fullScreenImgs .m_fullImgsWrap {
  overflow: hidden;
  zoom: 1;
  position: relative;
  margin-bottom: 45px;
}
.g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon {
  width: 960px;
  height: 510px;
  margin: auto;
  position: relative;
}
.g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon img {
  width: 950px;
  height: 500px;
}
.g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs {
  overflow: visible;
  position: absolute;
}
.g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs ul {
  width: 960px;
  height: 510px;
  zoom: 1;
}
.g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs ul:after {
  content: "";
  display: block;
  clear: both;
}
.g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs ul li {
  background: #fff;
  padding: 5px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 950px;
  height: 500px;
  overflow: hidden;
  left: 1920px;
}
.g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs ul li a {
  display: inline-block;
  position: relative;
}
.g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs ul li .m_imgTitle {
  position: absolute;
  color: #FFFFFF;
  bottom: 5px;
  left: 0;
  width: 950px;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
  margin-left: 5px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 18px;
}
.g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs ul li .m_imgTitle a {
  color: #FFFFFF;
}
.g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd {
  height: 510px;
}
.g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_prev,
.g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_next {
  width: 50px;
  height: 50px;
  line-height: 70px;
  display: block;
  filter: alpha(opacity=70);
  opacity: .7;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  margin-left: 5px;
  z-index: 3;
  background: #000;
  text-align: center;
}
.g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_prev img,
.g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_next img {
  width: 18px;
  height: 30px;
}
.g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_prev:hover {
  background-color: #303030;
}
.g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_prev:hover img {
  display: inline;
}
.g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_next {
  margin: -25px 5px 0 0;
  right: 0;
}
.g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_next:hover {
  background-color: #303030;
}
.g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_next:hover img {
  display: inline;
}
.g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .mask-left,
.g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .mask-right {
  padding: 5px;
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  width: 950px;
  height: 500px;
  left: -960px;
  filter: alpha(opacity=50);
  opacity: .5;
  background: #fff;
  overflow: hidden;
}
.g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .mask-right {
  left: 960px;
}
.g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .disabled {
  background-color: #eee;
}
.g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .active {
  z-index: 2;
  left: 0;
}
@media only screen and (max-width: 750px) {
  .g-mobile .g_pub_header_box,
  .g-mobile .g_pub_footer_box {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .g-mobile .m_head_nav,
  .g-mobile .m_foot_nav {
    display: none;
  }
  .g-mobile .g_pub_footer {
    height: auto !important;
    zoom: 1 !important;
  }
  .g-mobile .g_pub_footer:after {
    content: "" !important;
    display: block !important;
    clear: both !important;
  }
  .g-mobile .g_pub_footer .u_logo.foot {
    width: 100%;
    margin-left: 0;
  }
}
body {
  font-family: "Microsoft YaHei";
}
.u_webHeader {
  display: none;
}
.g_bdw {
  background: url(../images/header.jpg?v=01) top center no-repeat;
  width: 100%;
  position: relative;
  zoom: 1;
  /*左布局*/
  /*右布局*/
  /*banner条*/
}
.g_bdw:after {
  content: "";
  display: block;
  clear: both;
}
.g_bdw .m_l_main {
  float: left;
}
.g_bdw .m_r_main {
  float: right;
}
.g_bdw .m_banner {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.g_bdw .m_banner a {
  position: absolute;
  font-size: 14px;
  color: #777777;
  right: 30px;
  top: 55px;
}
.g_bdw .m_header {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 873px;
  position: relative;
}
.g_bdw .m_header .m_h_img1 {
  position: absolute;
  top: 140px;
  left: 132px;
}
.g_bdw .m_list {
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.g_bdw .m_list .m_title {
  font-size: 20px;
  color: #000000;
  margin-bottom: 15px;
}
.g_bdw .m_list .m_title a {
  color: #000000;
}
.g_bdw .m_list .m_zy {
  color: #777777;
  font-size: 16px;
  text-indent: 2em;
  line-height: 30px;
}
.g_bdw .m_list .m_zy a {
  color: #033e8f;
}
.g_bdw .m_imgTitle {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.g_bdw .m_imgTitle a {
  color: #FFFFFF;
  font-size: 18px;
  padding-left: 10px;
}
.g_bdw .g_headerLine {
  background: url(../images/header_line.png?v=01) left no-repeat;
  height: 116px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.g_bdw .g_headerLine .m_con {
  margin-left: 191px;
  width: 993px;
}
.g_bdw .g_headerLine .m_title {
  font-size: 38px;
  font-weight: bold;
  color: #FFFFFF;
}
.g_bdw .g_headerLine .m_title a {
  color: #FFFFFF;
}
.g_bdw .g_headerLine .m_zy {
  font-size: 14px;
  color: #fed478;
  line-height: 22px;
  text-indent: 2em;
  margin-top: 10px;
}
.g_bdw .g_headerLine .m_zy a {
  color: #FFFFFF;
}
.g_bdw .g_importantNews {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 52px;
}
.g_bdw .g_importantNews .m_l_main {
  width: 600px;
}
.g_bdw .g_importantNews .m_r_main {
  width: 547px;
}
.g_bdw .g_importantNews .m_con {
  zoom: 1;
}
.g_bdw .g_importantNews .m_con:after {
  content: "";
  display: block;
  clear: both;
}
.g_bdw .g_importantNews .m_imgTitle {
  background: url(../images/imgTitleBg.png?v=01) no-repeat;
  height: 89px;
  width: 100%;
  font-weight: bold;
  line-height: 130px;
}
.g_bdw .g_importantNews .slideBox .hd ul li {
  background: #FFFFFF;
}
.g_bdw .g_importantNews .slideBox .hd ul li.on {
  background: #fed478;
}
.g_bdw .g_importantNews .m_title {
  line-height: 48px;
  font-size: 30px;
  font-weight: bold;
  color: #555555;
}
.g_bdw .g_importantNews .m_title a {
  color: #555555;
}
.g_bdw .g_importantNews .m_zy {
  color: #666666;
}
.g_bdw .g_importantNews .m_ulList li {
  color: #555555;
  line-height: 42px;
  margin-bottom: 0;
}
.g_bdw .g_importantNews .m_ulList li span {
  color: #555555;
}
.g_bdw .g_part2 {
  margin-top: 60px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
.g_bdw .g_part2:after {
  content: "";
  display: block;
  clear: both;
}
.g_bdw .g_part2 .m_l_main {
  width: 600px;
}
.g_bdw .g_part2 .m_l_main .m_banner {
  width: 100%;
  background: url(../images/banner1.png?v=01) center no-repeat;
  height: 88px;
  margin-bottom: 50px;
}
.g_bdw .g_part2 .m_l_main .m_banner a {
  width: 60px;
  height: 20px;
  right: 0px;
  top: 60px;
}
.g_bdw .g_part2 .m_r_main {
  width: 550px;
}
.g_bdw .g_part2 .m_r_main .m_banner {
  margin-bottom: 50px;
  width: 100%;
  background: url(../images/banner2.png?v=01) center no-repeat;
  height: 88px;
}
.g_bdw .g_part2 .m_r_main .m_banner a {
  width: 60px;
  height: 20px;
  right: 0px;
  top: 60px;
}
.g_bdw .g_part2 .m_r_main .m_con {
  background: url(../images/part2_bg.jpg?v=01) no-repeat;
  width: 100%;
  height: 488px;
  overflow: hidden;
}
.g_bdw .g_part2 .m_r_main .m_con .m_imgWrap {
  float: left;
  width: 294px;
  height: 390px;
  margin-top: 25px;
  margin-left: 22px;
}
.g_bdw .g_part2 .m_r_main .m_con .m_imgWrap img {
  width: 294px;
  height: 390px;
}
.g_bdw .g_part2 .m_r_main .m_con .m_textLists {
  float: right;
  margin-right: 26px;
  width: 190px;
}
.g_bdw .g_part2 .m_r_main .m_con .m_textLists .m_textList {
  height: 70px;
  margin-top: 5px;
  overflow: hidden;
  background: #FFFFFF;
}
.g_bdw .g_part2 .m_r_main .m_con .m_textLists .m_textList:hover {
  background: #d4d4d4;
}
.g_bdw .g_part2 .m_r_main .m_con .m_textLists .m_textList:first-child {
  margin-top: 25px;
}
.g_bdw .g_part2 .m_r_main .m_con .m_textLists .m_textList .m_title {
  line-height: 24px;
  color: #666666;
  width: 172px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
.g_bdw .g_part2 .m_r_main .m_con .m_textLists .m_textList .m_title a {
  color: #666666;
}
.g_bdw .g_part2 .m_lists {
  height: 488px;
  overflow-y: auto;
}
.g_bdw .g_part2 .m_list {
  width: 580px;
  border-top: 1px dashed #d4d4d4;
  border-bottom: none;
}
.g_bdw .g_part2 .m_list:first-child {
  border-top: none;
}
.g_bdw .g_part2 .m_list:first-child .m_title {
  margin-top: 0;
}
.g_bdw .g_part2 .m_list .m_title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 48px;
  color: #555555;
  margin-top: 10px;
}
.g_bdw .g_part2 .m_list .m_title a {
  color: #555555;
}
.g_bdw .g_part2 .m_list .m_zy {
  font-size: 16px;
  line-height: 30px;
  color: #888888;
}
.g_bdw .g_part3 {
  margin-top: 60px;
}
.g_bdw .g_part3 .m_banner {
  background: url(../images/banner3.png?v=01) center no-repeat;
  height: 110px;
  width: 100%;
}
.g_bdw .g_part3 .m_banner .m_link {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 110px;
  position: relative;
}
.g_bdw .g_part3 .m_banner a {
  position: absolute;
  width: 60px;
  height: 20px;
  right: 6px;
  top: 75px;
}
.g_bdw .g_part3 .m_con {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/*新加*/
.m_imgsWrap{margin-top: 50px; width: 1200px; margin-left: auto; margin-right: auto;}
.m_imgsWrap ul{overflow: hidden; clear: both; margin-right:-26px;}
.m_imgsWrap ul li{float: left; width: 280px; margin-right: 26px; margin-bottom:20px; height:275px;}
.m_imgsWrap ul li:first-child{margin-left: 0;}
.m_imgsWrap ul li .m_imgs{width: 280px; height: 200px; overflow: hidden;}
.m_imgsWrap ul li .m_imgs img{width: 280px; height: 200px; transition: all 0.8s;}
.m_imgsWrap ul li .m_imgs img:hover{transform: scale(1.1);}
.m_imgsWrap ul li .m_title{font-size: 18px; margin-top:15px; line-height: 30px; color: #000; text-align: center;}
.m_imgsWrap ul li .m_title a{color: #000;}
.g_bdw .g_part3 .m_con .m_list {
  padding-top: 30px;
  border-top: 1px dashed #d4d4d4;
  zoom: 1;
}
.g_bdw .g_part3 .m_con .m_list:first-child {
  border-top: none;
  padding-top: 0;
}
.g_bdw .g_part3 .m_con .m_list:after {
  content: "";
  display: block;
  clear: both;
}
.g_bdw .g_part3 .m_con .m_list .m_l_main {
  position: relative;
}
.g_bdw .g_part3 .m_con .m_list .m_l_main .m_num {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  background: url(../images/icon.png) no-repeat;
  width: 67px;
  height: 67px;
  line-height: 67px;
  text-align: center;
  font-size: 18px;
}
.g_bdw .g_part3 .m_con .m_list .m_l_main .m_imgWrap {
  width: 200px;
  height: 200px;
  margin-top: 20px;
}
.g_bdw .g_part3 .m_con .m_list .m_l_main .m_imgWrap img {
  width: 200px;
}
.g_bdw .g_part3 .m_con .m_list .m_r_main {
  margin-top: 20px;
  width: 960px;
  zoom: 1;
}
.g_bdw .g_part3 .m_con .m_list .m_r_main:after {
  content: "";
  display: block;
  clear: both;
}
.g_bdw .g_part3 .m_con .m_list .m_r_main .m_textCon {
  float: left;
  margin-left: 15px;
  width: 856px;
}
.g_bdw .g_part3 .m_con .m_list .m_r_main .m_textCon .m_title {
  font-size: 24px;
  font-weight: bold;
  color: #555555;
}
.g_bdw .g_part3 .m_con .m_list .m_r_main .m_textCon .m_title a {
  color: #555;
}
.g_bdw .g_part3 .m_con .m_list .m_r_main .m_textCon .m_title a:hover {
  color: #ea2833;
}
.g_bdw .g_part3 .m_con .m_list .m_r_main .m_textCon .m_zy {
  line-height: 30px;
  font-size: 16px;
  color: #888888;
  text-indent: 0;
}
.g_bdw .g_fullScreenImgs {
  margin-top: 75px;
}
.g_bdw .g_fullScreenImgs .m_banner {
  background: url(../images/banner4.png?v=01) center no-repeat;
  height: 110px;
  width: 100%;
  margin-bottom: 0;
}
.g_bdw .g_fullScreenImgs .m_banner .m_link {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 110px;
  position: relative;
}
.g_bdw .g_fullScreenImgs .m_banner a {
  position: absolute;
  width: 60px;
  height: 20px;
  right: 6px;
  top: 75px;
}
.g_bdw .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs ul li .m_imgTitle {
  text-align: left;
  bottom: 0;
  margin-left: 0;
}
.g_bdw .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs ul li .m_imgTitle a {
  padding-left: 15px;
}
.g_bdw .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs ul li {
  padding: 0;
}
.g_bdw .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_prev,
.g_bdw .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_next {
  width: 52px;
  height: 90px;
}
.g_bdw .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_prev img,
.g_bdw .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_next img {
  width: 52px;
  height: 90px;
}
.g_bdw .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_prev {
  margin-left: 0;
}
.g_bdw .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_next {
  margin-right: 10px;
}
.g_bdw .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .mask-left,
.g_bdw .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .mask-right {
  padding: 0;
}
.g_bdw .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd,
.g_bdw .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon {
  height: 500px;
}
@media only screen and (max-width: 750px) {
  .web_w {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .g-mobile .u_webHeader {
    display: block;
  }
  .g-mobile .m_header {
    display: none;
  }
  .g-mobile .g_bdw {
    background: none;
  }
  .g-mobile .g_bdw .m_r_main,
  .g-mobile .g_bdw .m_l_main {
    float: none;
  }
  .g-mobile .g_bdw .m_banner {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    background-size: cover;
  }
  .g-mobile .g_bdw .m_banner img {
    width: 100%;
  }
  .g-mobile .g_bdw .m_banner a {
    right: 0;
    top: 0;
  }
  .g-mobile .g_bdw .g_headerLine {
    margin-top: 1rem;
    width: 100%;
    height: auto;
    background: none;
  }
  .g-mobile .g_bdw .g_headerLine .m_con {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .g-mobile .g_bdw .g_headerLine .m_title {
    font-size: 1.2rem;
    color: #000000;
  }
  .g-mobile .g_bdw .g_headerLine .m_title a {
    color: #000000;
  }
  .g-mobile .g_bdw .g_headerLine .m_zy {
    color: #000000;
  }
  .g-mobile .g_bdw .g_importantNews {
    width: 100%;
  }
  .g-mobile .g_bdw .g_importantNews .m_l_main {
    width: 100%;
  }
  .g-mobile .g_bdw .g_importantNews .m_imgTitle a {
    font-size: 0.9rem;
  }
  .g-mobile .g_bdw .g_importantNews .m_r_main {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
  }
  .g-mobile .g_bdw .g_importantNews .m_title {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .g-mobile .g_bdw .g_importantNews .m_ulList {
    margin-top: 0;
  }
  .g-mobile .g_bdw .g_part2 {
    width: 100%;
  }
  .g-mobile .g_bdw .g_part2 .m_l_main {
    width: 100%;
  }
  .g-mobile .g_bdw .g_part2 .m_r_main {
    width: 100%;
  }
  .g-mobile .g_bdw .g_part2 .m_r_main .m_con {
    height: auto;
    background: #ececec;
    padding-bottom: 5%;
  }
  .g-mobile .g_bdw .g_part2 .m_r_main .m_con .m_imgWrap {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .g-mobile .g_bdw .g_part2 .m_r_main .m_con .m_textLists {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    zoom: 1;
  }
  .g-mobile .g_bdw .g_part2 .m_r_main .m_con .m_textLists:after {
    content: "";
    display: block;
    clear: both;
  }
  .g-mobile .g_bdw .g_part2 .m_r_main .m_con .m_textLists .m_textList {
    float: left;
    width: 46%;
    margin-left: 2%;
  }
  .g-mobile .g_bdw .g_part2 .m_r_main .m_con .m_textLists .m_textList .m_title {
    width: 90%;
    font-size: 1rem;
  }
  .g-mobile .g_bdw .g_part2 .m_r_main .m_con .m_textLists .m_textList:first-child {
    margin-top: 5px;
  }
  .g-mobile .g_bdw .g_part2 .m_list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .g-mobile .g_bdw .g_part2 .m_list .m_title {
    font-size: 1.2rem;
  }
  .g-mobile .g_bdw .g_part3 .m_banner {
    width: 100%;
    background-size: 230%;
  }
  .g-mobile .g_bdw .g_part3 .m_banner .m_link {
    width: 100%;
  }
  .g-mobile .g_bdw .g_part3 .m_banner a {
    top: 2rem;
  }
  .g-mobile .g_bdw .g_part3 .m_banner a span {
    color: #FFFFFF;
  }
  .g-mobile .g_bdw .g_part3 .m_con {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  .g-mobile .g_bdw .g_part3 .m_con .m_list .m_l_main {
    width: 56%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  .g-mobile .g_bdw .g_part3 .m_con .m_list .m_l_main .m_imgWrap {
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }
  .g-mobile .g_bdw .g_part3 .m_con .m_list .m_r_main {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  .g-mobile .g_bdw .g_part3 .m_con .m_list .m_r_main .m_l_main {
    float: left;
  }
  .g-mobile .g_bdw .g_part3 .m_con .m_list .m_r_main .m_textCon {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
  }
  .g-mobile .g_bdw .g_part3 .m_con .m_list .m_r_main .m_textCon .m_title {
    font-size: 1.2rem;
  }
  .g-mobile .g_bdw .g_fullScreenImgs {
    padding-bottom: 3rem;
  }
  .g-mobile .g_bdw .g_fullScreenImgs .m_banner {
    width: 100%;
    background-size: 230%;
  }
  .g-mobile .g_bdw .g_fullScreenImgs .m_banner .m_link {
    width: 100%;
  }
  .g-mobile .g_bdw .g_fullScreenImgs .m_banner a {
    top: 2rem;
  }
  .g-mobile .g_bdw .g_fullScreenImgs .m_banner a span {
    color: #FFFFFF;
  }
  .g-mobile .g_bdw .g_fullScreenImgs #main {
    display: none;
  }
  .g-mobile .g_bdw .g_fullScreenImgs .slideBox .bd ul li {
    position: relative;
  }
  .g-mobile .g_bdw .g_fullScreenImgs .slideBox .bd img {
    width: 100%;
    height: auto;
  }
  .g-mobile #header .preNav{width:100%;}
  .g-mobile #header .preNav .rightNav{display:none;}
  .g-mobile #footer{width:90%;}
  .g-mobile .m_imgsWrap{
  	width: 100%;
  }
  .g-mobile .m_imgsWrap li{float: none; margin-left: auto; margin-right: auto;}
  .g-mobile .m_imgsWrap li:first-child{margin-left: auto; margin-right: auto;}
}
