/* 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: 594px;
  height: 418px;
  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: 594px;
  height: 418px;
  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;
  }
}
body li {
  list-style: none;
}
.noDesktop {
  display: none;
}
/*头图部分*/
.g-head {
  width: 100%;
  height: 794px;
  background: url(../images/headBg.jpg) top center no-repeat;
}
/*导航*/
.g-nav {
  width: 100%;
  height: 71px;
  padding-top: 46px;
  background: url(../images/nav_bg.jpg) top center no-repeat;
}
.m-nav {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
.m-nav:after {
  content: "";
  display: block;
  clear: both;
}
.m-nav a {
  display: block;
  height: 36px;
  float: left;
  border-right: 4px solid #fff;
  text-align: center;
  width: 196px;
}
.m-nav a span {
  display: none;
}
.u-title {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  margin-top: 80px;
  margin-bottom: 50px;
}
.u-title img {
  width: 100%;
  height: auto;
}

.u-title .u-more{
    position: absolute;
    top: 33px;
    right: 430px;
    color: #e05454;
    font-size: 14px;
    font-style: italic;
}

.g-part1 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
.g-part1:after {
  content: "";
  display: block;
  clear: both;
}
.g-part1 .m-part1_l {
  width: 586px;
  float: left;
}
.g-part1 .m-part1_l dl {
  margin-bottom: 10px;
}
.g-part1 .m-part1_l dl dt {
  color: #222;
  font-size: 20px;
  line-height: 48px;
  font-weight: bold;
}
.g-part1 .m-part1_l dl dt a {
  color: #222;
}
.g-part1 .m-part1_l dl dd {
  font-size: 16px;
  line-height: 32px;
  color: #888e8e;
  text-indent: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.g-part1 .m-part1_l ul {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #9d9d9d;
}
.g-part1 .m-part1_l ul li {
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  line-height: 40px;
}
.g-part1 .m-part1_l ul li a {
  color: #333;
}
.g-part1 .m-part1_r {
  width: 594px;
  float: right;
}
.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: 18px;
  padding-left: 10px;
}
.g_importantNews .slideBox .hd {
  right: 10px;
  bottom: 15px;
}
.g_importantNews .slideBox .hd ul li {
  background-color: #fdfaf5;
}
.g_importantNews .slideBox .hd ul li.on {
  background-color: #e63a3a;
}
.g-xyjm {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.m-xyjm {
  zoom: 1;
  width: 1233px;
}
.m-xyjm:after {
  content: "";
  display: block;
  clear: both;
}
.m-xyjm dl {
  margin: 0 33px 35px 0;
  float: left;
  padding: 4px 4px 5px 4px;
  width: 370px;
  height: 496px;
  background: url(../images/bg1.png) center no-repeat;
}
.m-xyjm dl dt img {
  width: 370px;
  height: 395px;
  vertical-align: middle;
}
.m-xyjm dl dd {
  width: 330px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  font-size: 17px;
  line-height: 30px;
  color: #524e4e;
}
.m-xyjm dl dd a {
  color: #524e4e;
}
.g-xylx {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.g-xylx ul {
  width: 1260px;
  zoom: 1;
}
.g-xylx ul:after {
  content: "";
  display: block;
  clear: both;
}
.g-xylx ul li {
  float: left;
  width: 190px;
  height: 269px;
  padding-right: 30px;
  padding-top: 5px;
  margin-right: 32px;
  text-align: center;
  background: url(../images/icon2.png) right top no-repeat;
}
.g-xylx ul li img {
  width: 166px;
  height: 166px;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
}
.g-xylx ul li h3 {
  font-size: 18px;
  line-height: 28px;
  color: #e05454;
  margin: 19px 0 4px;
}
.g-xylx ul li p {
  font-size: 16px;
  line-height: 32px;
  color: #293546;
}
.g-xylx .m-lxUp {
  margin-bottom: 60px;
}
.g-xylx .m-lxDown {
  margin-left: 128px;
}
.g-lxjm {
  width: 1202px;
  margin-left: auto;
  margin-right: auto;
  height: 527px;
  background: url(../images/bg3.png) bottom center no-repeat;
}
.m-tab {
  zoom: 1;
  width: 1008px;
  margin-bottom: 42px;
  margin-left: auto;
  margin-right: auto;
}
.m-tab:after {
  content: "";
  display: block;
  clear: both;
}
.m-tab li {
  float: left;
  width: 130px;
  height: 42px;
  padding-top: 13px;
  background: url(../images/title_bg.png) top center no-repeat;
  text-align: center;
  font-size: 26px;
  line-height: 26px;
  color: #fff;
  font-weight: bold;
  margin: 0 7px;
  cursor: pointer;
}

.m-tab li a {
  color: #fff;
}

.m-tab li.on {
  background-image: url(../images/title_bg_on.png);
}
.m-lxjmCon {
  display: none;
  width: 1150px;
  height: 384px;
  margin-left: 34px;
  overflow-y: auto;
}
.m-lxjmCon ul {
  zoom: 1;
}
.m-lxjmCon ul:after {
  content: "";
  display: block;
  clear: both;
}
.m-lxjmCon ul li {
  float: left;
  margin: 0 11px 28px 11px;
  position: relative;
  width: 260px;
  height: 178px;
}
.m-lxjmCon ul li img {
  width: 260px;
  height: 178px;
  vertical-align: middle;
}
.m-lxjmCon ul li p {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 28px;
  line-height: 28px;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
  background: rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.m-lxjmCon ul li p a {
  color: #FFFFFF;
  font-size: 16px;
}
.g-jyyl {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
.slideBox2 {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.slideBox2 .hd2 {
  position: absolute;
  z-index: 4;
  right: 20px;
  bottom: 15px;
}
.slideBox2 .hd2 ul {
  zoom: 1;
}
.slideBox2 .hd2 ul:after {
  content: "";
  display: block;
  clear: both;
}
.slideBox2 .hd2 ul li {
  float: left;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  border-radius: 50px;
  background-color: #fdfaf5;
}
.slideBox2 .hd2 ul li.on {
  width: 20px;
  background-color: #e63a3a;
}
.slideBox2 .bd2 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.slideBox2 .bd2 ul {
  overflow: hidden;
  zoom: 1;
}
.slideBox2 .bd2 ul li {
  position: relative;
  width: 1200px;
  height: 420px;
  overflow: hidden;
}
.slideBox2 .bd2 ul li img {
  width: 786px;
  height: 420px;
  vertical-align: middle;
}
.slideBox2 .bd2 ul li div {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 370px;
  height: 350px;
  background: url(../images/bg4.png) center no-repeat;
  padding: 70px 23px 0 30px;
  color: #fff;
}
.slideBox2 .bd2 ul li div h3 {
  font-size: 20px;
  line-height: 30px;
  border-bottom: 2px solid #8ea6c5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.slideBox2 .bd2 ul li div h3 a {
  color: #fff;
}
.slideBox2 .bd2 ul li div p {
  font-size: 16px;
  line-height: 32px;
  text-indent: 2em;
}
.fixed_menu {
  display: none;
  position: fixed;
  background: url(../images/fixed.png) 0 0 no-repeat;
  width: 104px;
  height: 148px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  padding: 50px 0 0 0;
  right: 1%;
  top: 10%;
  z-index: 100;
}
.fixed_menu a {
  display: block;
  color: #333;
  margin-bottom: 20px;
}
/*响应式*/
@media only screen and (max-width: 414px) {
  .noDesktop {
    display: block;
  }
  .noMobile {
    display: none;
  }
  .mobHead {
    width: 100%;
    height: auto;
  }
  .g-nav {
    height: unset;
    padding-top: 20px;
    padding-bottom: 20px
        background: none;
    background-color: #b72f20;
  }
  .m-nav {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .m-nav a {
    height: unset;
    border-right: none;
    text-align: center;
    width: 50%;
  }
  .m-nav a img {
    display: none;
  }
  .m-nav a span {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 38px;
  }
  .u-title {
    width: 100%;
    height: unset;
    margin-top: 50px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .u-title img {
    margin-left: -48%;
    width: 200%;
  }

  .u-title .u-more{
    top: 44%;
    right: 16%;
  }

  .g-part1 {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
  }
  .g-part1 .m-part1_l {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .g-part1 .m-part1_l dl dt {
    line-height: 36px;
  }
  .g-part1 .m-part1_r {
    width: 100%;
    float: none;
  }
  .g-part1 .m-part1_r .slideBox {
    width: 100%;
    height: unset;
  }
  .g-part1 .m-part1_r .slideBox img {
    width: 100%;
    height: auto;
  }
  .g-xyjm {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
  }
  .m-xyjm {
    width: 100%;
  }
  .m-xyjm dl {
    margin: 0 0 30px 0;
    float: none;
    padding: 0px;
    width: 100%;
    height: unset;
    background: none;
  }
  .m-xyjm dl dt img {
    width: 100%;
    height: auto;
  }
  .m-xyjm dl dd {
    width: 100%;
  }
  .g-xylx {
    width: 100%;
  }
  .g-xylx ul {
    width: 100%;
  }
  .g-xylx ul li {
    width: 50%;
    height: unset;
    padding-right: 0px;
    padding-top: 0px;
    margin-right: 0px;
    background: none;
    margin-bottom: 20px;
  }
  .g-xylx ul li img {
    width: 90%;
    height: auto;
  }
  .g-xylx ul li h3 {
    font-size: 16px;
    line-height: 26px;
    margin: 19px 0 4px;
    height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .g-xylx .m-lxUp {
    margin-bottom: 0px;
  }
  .g-xylx .m-lxDown {
    display: none;
    margin-left: 0px;
  }
  .g-lxjm {
    width: 100%;
    height: unset;
    background: none;
  }
  .m-tab {
    width: 300px;
  }
  .m-tab li {
    margin: 0 10px 6px;
  }
  .m-lxjmCon {
    width: 100%;
    height: unset;
    margin-left: 0px;
  }
  .m-lxjmCon ul li {
    float: left;
    margin: 0 1% 20px;
    width: 48%;
    height: unset;
  }
  .m-lxjmCon ul li img {
    width: 100%;
    height: auto;
  }
  .g-jyyl {
    width: 100%;
    margin-bottom: 50px;
  }
  .slideBox2 {
    width: 100%;
  }
  .slideBox2 .bd2 {
    width: 100%;
  }
  .slideBox2 .bd2 ul li {
    width: 100%;
    height: unset;
  }
  .slideBox2 .bd2 ul li img {
    width: 100%;
    height: auto;
  }
  .slideBox2 .bd2 ul li div {
    display: none;
  }
}
