/* 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: 676px;
  height: 395px;
  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: 676px;
  height: 395px;
  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 {
  width: 100%;
  background: url(../images/headBg.png) top center no-repeat;
}
body li {
  list-style: none;
}
.noDesktop {
  display: none;
}
/*头图部分*/
.g-head {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 913px;
  position: relative;
}
.g-head .u-title {
  position: absolute;
  top: 156px;
}
.g-head .u-subTitle {
  position: absolute;
  top: 434px;
  left: 203px;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/*滚动文字*/
.g-gdwz {
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 90px 0px 90px;
  height: 280px;
  font-size: 18px;
  line-height: 48px;
  color: #000;
  overflow: hidden;
}
/*part1要闻*/
.g-part1 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  margin-top: 90px;
}
.g-part1:after {
  content: "";
  display: block;
  clear: both;
}
.g-part1 .m-part1_l {
  width: 600px;
  float: left;
}
.g-part1 .m-part1_r {
  width: 464px;
  float: right;
}
.g-part1 .m-part1_r h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: normal;
}
.g-part1 .m-part1_r h2 a {
  color: #000;
}
.g-part1 .m-part1_r p {
  font-size: 16px;
  line-height: 32px;
  color: #666;
  text-indent: 2em;
  margin-top: 10px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #ccb9a2;
}
.g-part1 .m-part1_r p a {
  color: #d33639;
}
.g-part1 .m-part1_r ul li {
  background: url(../images/icon1.png) 0 4px no-repeat;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 20px;
  font-size: 18px;
  line-height: 18px;
  margin-top: 28px;
}
.g-part1 .m-part1_r ul li a {
  color: #000;
}
.g-part1 .m-part1_r ul .moreLi {
  font-size: 14px;
  line-height: 14px;
  background: none;
  overflow: hidden;
  margin-top: 14px;
}
.g-part1 .m-part1_r ul .moreLi a {
  float: right;
  color: #d33639;
}
.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: 15px;
  bottom: 18px;
}
.g_importantNews .slideBox .hd ul li {
  background-color: #f2e4d6;
}
.g_importantNews .slideBox .hd ul li.on {
  background-color: #d33639;
}
.titlePic {
  display: block;
  width: 494px;
  height: auto;
  margin: 0 auto 55px;
}
/*part2宣传片*/
.g-part2Box {
  width: 100%;
  height: 837px;
  background: url(../images/xcpBox_bg.jpg) top center no-repeat;
  margin-top: 70px;
}
.g-part2Box .u-xcpTitle {
  margin: 0 auto 25px;
}
.m-video_box {
  width: 1000px;
  height: 563px;
  padding: 18px 19px 19px 19px;
  background: #b64444 url(../images/video_bg.png) 0 0 no-repeat;
  margin-left: auto;
  margin-right: auto;
}
.m-title {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.m-title .u-moreBtn {
  position: absolute;
  font-size: 14px;
  color: #ca8010;
  bottom: 13px;
  right: 367px;
}
.u-hslsTitle {
  margin-bottom: 30px;
}
/*part3*/
.g-part3 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.g-part3 ol {
  width: 1230px;
  zoom: 1;
}
.g-part3 ol:after {
  content: "";
  display: block;
  clear: both;
}
.g-part3 ol .m-part3Li {
  float: left;
  margin-right: 30px;
  margin-top: 25px;
  width: 380px;
  height: 428px;
}
.g-part3 ol .m-part3Li div {
  width: 380px;
  height: 260px;
  position: relative;
}
.g-part3 ol .m-part3Li div img {
  width: 380px;
  height: 260px;
  vertical-align: middle;
}
.g-part3 ol .m-part3Li div p {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  line-height: 38px;
  height: 38px;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
  background: rgba(255, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.g-part3 ol .m-part3Li div p a {
  color: #fff;
  font-size: 16px;
}
.g-part3 ol .m-part3Li ul {
  margin-top: 8px;
}
.g-part3 ol .m-part3Li ul li {
  padding-left: 25px;
  width: 355px;
  background: url(../images/icon2.jpg) 10px 14px no-repeat;
  font-size: 16px;
  line-height: 32px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.g-part3 ol .m-part3Li ul li a {
  color: #333;
}
/*part4*/
.u-jsnhTitle {
  margin-top: 60px;
  margin-bottom: 15px;
}
.g-part4Box {
  width: 100%;
  height: 755px;
  padding-top: 40px;
  background: url(../images/jsnhBox_bg.jpg) top center no-repeat;
}
.g-part4 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
.g-part4:after {
  content: "";
  display: block;
  clear: both;
}
.g-part4 ul {
  float: left;
  border-left: 3px solid #d6850f;
  height: 214px;
  width: 447px;
  margin-left: 120px;
  margin-bottom: 56px;
}
.g-part4 ul li {
  width: 424px;
  margin-left: 22px;
  font-size: 18px;
  line-height: 18px;
  margin-top: 21px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
}
.g-part4 ul li a {
  color: #333;
}
/*part5*/
.u-sxtkTitle {
  margin-bottom: 20px;
}
.g-part5 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.g-part5 ul {
  width: 1224px;
  zoom: 1;
}
.g-part5 ul:after {
  content: "";
  display: block;
  clear: both;
}
.g-part5 ul li {
  float: left;
  margin: 32px 24px 0 0;
  width: 282px;
}
.g-part5 ul li img {
  width: 282px;
  height: 160px;
  vertical-align: middle;
  margin-bottom: 2px;
}
.g-part5 ul li p {
  width: 282px;
  height: 35px;
  background: url(../images/iconBg1.png) 0 0 repeat;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.g-part5 ul li p a {
  color: #fff;
}
/*part6*/
.g-part6 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  margin-top: 53px;
}
.g-part6:after {
  content: "";
  display: block;
  clear: both;
}
.u-sdyyTitle {
  margin-bottom: 30px;
}
.m-part6_l {
  float: left;
  width: 600px;
  position: relative;
}
.m-part6_l ul {
  width: 455px;
  height: 215px;
  padding: 35px 0 0 35px;
  background: url(../images/sdyy_bg.png) top left no-repeat;
}
.m-part6_l ul li {
  padding-left: 16px;
  background: url(../images/icon2.jpg) 0 7px no-repeat;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
}
.m-part6_l ul li a {
  color: #333;
}
.u-hsgsTitle {
  margin-top: 9px;
  margin-bottom: 29px;
}
.m-part6_r {
  float: right;
}
.m-part6_r ul {
  width: 565px;
  background: url(../images/hsgs_bg.png) top right no-repeat;
}
.m-part6_r ul li {
  width: 440px;
  margin-left: 40px;
}
.u-moreBtn2 {
  position: absolute;
  font-size: 14px;
  color: #ca8010;
  top: 46px;
  right: 70px;
}
/*part7*/
.u-hswyTitle {
  margin-top: 70px;
  margin-bottom: 40px;
}
.g-part7UpBox {
  width: 100%;
  height: 338px;
  background: url(../images/hswyBox_bg.jpg) bottom center no-repeat;
}
.g-part7Up {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.g-part7Up ul {
  width: 1230px;
  zoom: 1;
}
.g-part7Up ul:after {
  content: "";
  display: block;
  clear: both;
}
.g-part7Up ul li {
  float: left;
  width: 380px;
  height: 260px;
  margin-right: 30px;
  position: relative;
}
.g-part7Up ul li img {
  width: 380px;
  height: 260px;
  vertical-align: middle;
}
.g-part7Up ul li p {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  line-height: 38px;
  height: 38px;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
  background: rgba(255, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.g-part7Up ul li p a {
  color: #fff;
  font-size: 16px;
}
.g-part7Down {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 26px;
  margin-bottom: 30px;
}
.g-part7Down ul {
  zoom: 1;
}
.g-part7Down ul:after {
  content: "";
  display: block;
  clear: both;
}
.g-part7Down ul li {
  float: left;
  width: 560px;
  margin: 0 20px 20px 20px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #e5e5e5;
}
.g-part7Down ul li h3 {
  font-size: 22px;
  line-height: 22px;
  color: #444;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 15px;
}
.g-part7Down ul li h3 a {
  color: #444;
}
.g-part7Down ul li p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.g-part7Down ul li p a {
  color: #fa3c33;
}
/*响应式*/
@media only screen and (max-width: 414px) {
  .noDesktop {
    display: block;
  }
  .noMobile {
    display: none;
  }
}