/* 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: 660px;
  height: 330px;
  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: 660px;
  height: 330px;
  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: 70px;
}
.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 li {
  list-style: none;
}
.noDesktop {
  display: none;
}
/*头图部分*/
.g-head {
  width: 100%;
  height: 459px;
  background: url(../images/headBg.jpg) top center no-repeat;
}
.g-part1 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  margin-top: 70px;
}
.g-part1:after {
  content: "";
  display: block;
  clear: both;
}
.g-part1 .m-part1_l {
  width: 660px;
  float: left;
}
.g-part1 .m-part1_r {
  width: 500px;
  float: right;
}
.g-part1 .m-part1_r h2 {
  font-size: 24px;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #555;
  margin-bottom: 15px;
}
.g-part1 .m-part1_r h2 a {
  color: #555;
}
.g-part1 .m-part1_r p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  text-indent: 2em;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ddd;
}
.g-part1 .m-part1_r p a {
  color: #1960b7;
}
.g-part1 .m-part1_r ul li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  line-height: 18px;
  margin-top: 28px;
  color: #333;
  padding-left: 20px;
  background: url(../images/icon_blue.png) 0px 4px no-repeat;
}
.g-part1 .m-part1_r ul li a {
  color: #333;
}
.g-part1 .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-part1 .m_imgTitle a {
  color: #FFFFFF;
  font-size: 18px;
  padding-left: 10px;
}
.g_importantNews .slideBox .hd {
  right: 10px;
  bottom: 18px;
}
.g_importantNews .slideBox .hd ul li {
  background-color: #fff;
}
.g_importantNews .slideBox .hd ul li.on {
  background-color: #e2a841;
}
.titlePic {
  display: block;
  width: 1198px;
  height: auto;
  margin: 90px auto 0;
}
/*part2*/
.g-part2 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.g-part2 ul {
  width: 1260px;
  zoom: 1;
  margin-top: 20px;
}
.g-part2 ul:after {
  content: "";
  display: block;
  clear: both;
}
.g-part2 ul li {
  width: 545px;
  padding-left: 25px;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 60px;
  margin-top: 16px;
  background: url(../images/icon_blue.png) 0 16px no-repeat;
  line-height: 44px;
  font-size: 22px;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform .3s;
  color: #333;
}
.g-part2 ul li a {
  color: #333;
}
.g-part2 ul li:hover {
  width: 555px;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  -ms-transform: translateX(5px);
  padding-left: 15px;
  background: url(../images/icon_white.png) 9px 16px no-repeat;
  background-color: #e2a841;
  z-index: 9px;
  color: #fff;
}
.g-part2 ul li:hover a {
  color: #fff;
  padding-left: 10px;
}
.g-part2 .u-more {
  zoom: 1;
}
.g-part2 .u-more:after {
  content: "";
  display: block;
  clear: both;
}
.g-part2 .u-more a {
  float: right;
  display: block;
  color: #e2a841;
  font-size: 18px;
  line-height: 26px;
  margin-top: 8px;
}
.tpgs_title {
  margin-top: 50px;
}
.g_fullScreenImgs {
  margin-top: 50px;
}
/*响应式*/
@media only screen and (max-width: 414px) {
  .noDesktop {
    display: block;
  }
  .noMobile {
    display: none;
  }
  .mobHead {
    width: 100%;
    height: auto;
  }
  .m-title {
    display: block;
    width: 60%;
    margin: 40px auto 0;
  }
  .m-title3 {
    width: 40%;
  }
  .g-part1 {
    width: 98%;
    margin-top: 10px;
  }
  .g-part1 .m-part1_l {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .g-part1 .m-part1_l .slideBox {
    width: 100%;
    height: unset;
  }
  .g-part1 .m-part1_l .slideBox img {
    width: 100%;
    height: auto;
  }
  .g-part1 .m-part1_r {
    width: 100%;
    float: none;
  }
  .g-part1 .m-part1_r h2 {
    font-size: 20px;
    line-height: 28px;
    white-space: normal;
    text-overflow: none;
    overflow: visible;
  }
  .g-part1 .m-part1_r ul li {
    white-space: normal;
    text-overflow: none;
    overflow: visible;
    line-height: 28px;
    margin-top: 10px;
    background: url(../images/icon_blue.png) 0px 9px no-repeat;
  }
  .g-part1 .m_imgTitle {
    height: 40px;
    line-height: 40px;
  }
  .g-part1 .m_imgTitle a {
    font-size: 16px;
  }
  .titlePic {
    width: 55%;
    height: auto;
    margin: 0 auto 30px;
  }
  .g-part2 {
    width: 98%;
  }
  .g-part2 ul {
    width: 100%;
    margin-top: 0px;
  }
  .g-part2 ul li {
    width: 95%;
    padding-left: 5%;
    float: left;
    margin-right: 0px;
    background: url(../images/icon_blue.png) 0 13px no-repeat;
    line-height: 36px;
    font-size: 18px;
    white-space: normal;
    text-overflow: none;
    overflow: visible;
  }
  .g-part2 ul li:hover {
    width: 95%;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -ms-transform: translateX(0px);
    padding-left: 5%;
    background: url(../images/icon_blue.png) 0 13px no-repeat;
    background-color: unset;
    color: #333;
  }
  .g-part2 ul li:hover a {
    color: #333;
    padding-left: 0px;
  }
  .g-part2 .u-more {
    zoom: 1;
  }
  .g-part2 .u-more:after {
    content: "";
    display: block;
    clear: both;
  }
  .g-part2 .u-more a {
    float: right;
    display: block;
    color: #e2a841;
    font-size: 18px;
    line-height: 26px;
    margin-top: 8px;
  }
  .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;
  }
}
