/* 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;
}
/*响应式头尾样式，如果专题不做响应式，可以不用引用*/
@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;
  }
}
/*轮播图*/
.g_importantNews .slideBox {
  width: 600px;
  height: 380px;
  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: 380px;
  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: 60px;
}
.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;
}
body {
  width: 100%;
}
body li {
  list-style: none;
}
.noDesktop {
  display: none;
}
/*头图部分*/
.g-head {
  width: 100%;
  height: 687px;
  background: url(../images/headBg1.jpg) top center no-repeat;
}
.g-part1 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  background: url(../images/icon_bg.png) top right no-repeat;
  height: 394px;
  padding-top: 14px;
  margin-top: 60px;
}
.g-part1:after {
  content: "";
  display: block;
  clear: both;
}
.g-part1 .slideBox1 {
  width: 600px;
  float: left;
}
.g-part1 .m-part1_r {
  width: 350px;
  margin-left: 20px;
  float: left;
}
.g-part1 .m-part1_r h2 {
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  color: #222;
  margin-top: 15px;
  margin-bottom: 5px;
}
.g-part1 .m-part1_r h2 a {
  color: #222;
}
.g-part1 .m-part1_r p {
  font-size: 14px;
  line-height: 28px;
  color: #333;
  text-indent: 2em;
  padding-bottom: 15px;
  border-bottom: 1px dashed #c0c0c0;
}
.g-part1 .m-part1_r p a {
  color: #a61d22;
}
.g-part1 .m-part1_r ul {
  zoom: 1;
  margin-top: 25px;
}
.g-part1 .m-part1_r ul:after {
  content: "";
  display: block;
  clear: both;
}
.g-part1 .m-part1_r ul li {
  color: #444;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 16px;
}
.g-part1 .m-part1_r ul li a {
  color: #444;
  margin-left: 3px;
}
.g-part1 .m-part1_r ul .u-more {
  float: right;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  color: #a61d22;
  margin-top: 0px;
  margin-bottom: 0px;
}
.g-part1 .m_imgTitle {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.g-part1 .m_imgTitle a {
  color: #FFFFFF;
  font-size: 16px;
  padding-left: 10px;
}
.g_importantNews .slideBox .hd {
  right: 15px;
  bottom: 15px;
}
.g_importantNews .slideBox .hd ul li {
  background-color: #fff;
}
.g_importantNews .slideBox .hd ul li.on {
  background-color: #a61d22;
}
.g-part2 {
  margin-top: 80px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  height: 390px;
  padding: 44px 0;
  background: url(../images/icon_bg2.png) center no-repeat;
}
.m-slide2 {
  position: relative;
  width: 1000px;
  height: 388px;
  overflow: hidden;
}
.m-slide2 .hd2 {
  position: relative;
  z-index: 4;
  top: 168px;
}
.m-slide2 .hd2 .prev {
  position: absolute;
  display: block;
  width: 27px;
  height: 52px;
  cursor: pointer;
  left: 0px;
  background: url(../images/prev.png) 0 0 no-repeat;
}
.m-slide2 .hd2 .next {
  position: absolute;
  display: block;
  width: 27px;
  height: 52px;
  cursor: pointer;
  right: 0px;
  background: url(../images/next.png) 0 0 no-repeat;
}
.m-slide2 .bd2 {
  width: 930px;
  margin: 0 auto;
}
.m-slide2 .bd2 ul {
  overflow: hidden;
  zoom: 1;
}
.m-slide2 .bd2 ul:after {
  content: "";
  display: block;
  clear: both;
}
.m-slide2 .bd2 ul li {
  position: relative;
  float: left;
  width: 290px;
  height: 388px;
  overflow: hidden;
  margin: 0 10px;
}
.m-slide2 .bd2 ul li img {
  width: 290px;
  height: 308px;
  vertical-align: middle;
}
.m-slide2 .bd2 ul li dl {
  background: url(../images/icon_bg3.png) 0 0 no-repeat;
  padding: 15px 10px 0 10px;
  width: 270px;
  height: 65px;
  color: #fff;
  overflow: hidden;
}
.m-slide2 .bd2 ul li dl dt {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
}
.m-slide2 .bd2 ul li dl dt a {
  color: #fff;
}
.m-slide2 .bd2 ul li dl dd {
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.g_fullScreenImgs {
  margin-top: 80px;
}
.g-part4Box {
  width: 100%;
  height: 592px;
  background: url(../images/bg1.png) top center no-repeat;
  margin-top: 80px;
}
.g-part4 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  height: 592px;
}
.g-part4:after {
  content: "";
  display: block;
  clear: both;
}

.g-part4 .m_video_box {
  width: 656px;
  height: 369px;
  padding: 9px 22px;
  float: left;
  background: url(../images/icon_bg4.png) center no-repeat;
  margin-top: 86px;
}

.g-part4 .m-right {
  float: right;
  width: 246px;
  height: 469px;
  background: url(../images/phone_new.png) 0 0 no-repeat;
  padding: 70px 15px 0 15px;
}
.g-part4 .slideBox2 {
  position: relative;
  width: 246px;
}
.g-part4 .slideBox2 .hd2 {
  position: absolute;
  z-index: 4;
  left: 78px;
  bottom: -40px;
}
.g-part4 .slideBox2 .hd2 ul {
  zoom: 1;
}
.g-part4 .slideBox2 .hd2 ul:after {
  content: "";
  display: block;
  clear: both;
}
.g-part4 .slideBox2 .hd2 ul li {
  float: left;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  border-radius: 50px;
  background-color: #ccc;
}
.g-part4 .slideBox2 .hd2 ul li.on {
  width: 20px;
  background-color: #e63a3a;
}
.g-part4 .slideBox2 .bd2 {
  width: 246px;
}
.g-part4 .slideBox2 .bd2 ul {
  overflow: hidden;
  zoom: 1;
}
.g-part4 .slideBox2 .bd2 ul li img {
  width: 246px;
  height: 396px;
  vertical-align: middle;
}

.g-part5 {
  width: 1104px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  background: url(../images/glydb_bg.png) top center no-repeat;
  padding-top: 78px;
  height: 207px;
}
.g-part5 ul {
  width: 972px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
.g-part5 ul:after {
  content: "";
  display: block;
  clear: both;
}
.g-part5 ul li {
  float: left;
  width: 118px;
  margin: 0 14px;
  padding: 8px;
  background: url(../images/con_bg1.png) 0 0 no-repeat;
}
.g-part5 ul li img {
  width: 110px;
  height: 110px;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
}
.g-part5 ul li p {
  width: 100%;
  text-align: center;
  margin-top: 27px;
  font-size: 18px;
  line-height: 18px;
  color: #282828;
}
.g-part5 ul li p a {
  color: #282828;
}

/*响应式*/
@media only screen and (max-width: 414px) {
  .noDesktop {
    display: block;
  }
  .noMobile {
    display: none;
  }
  .mobHead {
    width: 100%;
    height: auto;
  }
  .g-part1 {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    background: none;
    height: unset;
    padding-top: 0px;
    margin-top: 40px;
  }
  .g-part1 .slideBox {
    width: 100%;
    height: unset;
    float: none;
  }
  .g-part1 .slideBox .bd img {
    width: 100%;
    height: auto;
  }
  .g-part1 .m-part1_r {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
    float: none;
  }

  .g-part2 {
    margin-top: 40px;
    width: 100%;
    height: 390px;
    padding: 0;
    background: none;
  }
  .m-slide2 {
    width: 290px;
    height: 388px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }
  .m-slide2 .hd2 {
    top: 168px;
  }
  .m-slide2 .bd2 {
    width: 100%;
  }
  .m-slide2 .bd2 ul li {
    width: 290px;
    height: 388px;
    margin: 0;
  }

  .g_fullScreenImgs {
    margin-top: 30px;
  }
  .g_fullScreenImgs .m-title {
    background-size: 340%;
  }
  .g_fullScreenImgs .m-title .more-box {
    width: 100%;
  }
  .g_fullScreenImgs .m-title .more-box a {
    right: 8px;
  }
  .g_fullScreenImgs .m_fullImgsWrap {
    margin: 20px 0 0 0;
  }
  .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon {
    width: 100%;
    height: auto;
  }
  .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs {
    width: 100%;
    position: static;
  }
  .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs ul {
    width: 100%;
    height: auto;
  }
  .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs ul li {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
    left: 0;
  }
  .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs ul li img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs ul li .m_imgTitle {
    width: 100%;
    left: 0;
    bottom: 0;
    margin: 0;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
  .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd {
    height: auto;
  }
  .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .mask-left,
  .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .mask-right {
    display: none;
  }

  .g-part4Box {
    height: unset;
    background: none;
    margin-top: 40px;
  }
  .g-part4 {
    width: 100%;
    height: unset;
  }
  .g-part4 .m_video_box {
    width: 100%;
    height: unset;
    padding: 0px;
    float: none;
    background: none;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .g-part4 .m_video_box #video {
    margin-left: auto;
    margin-right: auto;
  }
  .g-part4 .m-right {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }

  .m-glydbTitle {
    display: block;
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .g-part5 {
    width: 320px;
    margin-top: 30px;
    background: none;
    padding-top: 0;
    height: unset;
  }
  .g-part5 ul {
    width: 100%;
  }
  .g-part5 ul li {
    margin: 0 13px 20px 13px;
  }

}
