/* 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: 510px;
  height: 350px;
  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: 510px;
  height: 350px;
  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 {
  color: #222;
}
body li {
  list-style: none;
}
.noDesktop {
  display: none;
}
.g-page {
  width: 100%;
  min-width: 1000px;
  background: url(../images/headBg.png) top center no-repeat;
}
/*头图部分*/
.g-head {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  height: 450px;
  padding-top: 150px;
  text-align: center;
}
.g-head .headTitle {
  margin-bottom: 45px;
}
/*banner*/
.g-banner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
.g-banner:after {
  content: "";
  display: block;
  clear: both;
}
.g-banner span {
  float: left;
  display: block;
  font-size: 32px;
  line-height: 100px;
  color: #fff;
}
.g-banner span a {
  color: #fff;
}
.g-banner span.on {
  font-weight: bold;
  background: url(http://imgtopics.neamco.com/47055.files/images/icon1.png) top center no-repeat;
}
.g-banner .midSpan {
  margin: 0 134px;
}
.g-toutiao {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  height: 377px;
  padding-top: 56px;
  color: #444;
}
.g-toutiao:after {
  content: "";
  display: block;
  clear: both;
}
.g-toutiao .dyPic {
  position: relative;
  float: left;
  padding: 0 20px 20px 0;
}
.g-toutiao .dyTxt h2 {
  font-size: 30px;
  line-height: 50px;
}
.g-toutiao .dyTxt p {
  text-indent: 2em;
  font-size: 18px;
  line-height: 36px;
}
.g-part1Box {
  width: 100%;
  height: 990px;
  margin-top: 60px;
  background: url(../images/zjfc_bg.png) bottom center no-repeat;
}
.g-part1 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.g-part1 .m-partHead {
  margin-bottom: 42px;
  position: relative;
}
.g-part1 .m-partHead .more {
  position: absolute;
  bottom: 5px;
  right: 0px;
}
.m-picScroll_left {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.m-picScroll_left .phd {
  position: relative;
  z-index: 4;
  top: 324px;
}
.m-picScroll_left .phd .prev {
  position: absolute;
  display: block;
  width: 36px;
  height: 85px;
  cursor: pointer;
  left: 0px;
  background: url(../images/prevBtn.png) 0 0 no-repeat;
}
.m-picScroll_left .phd .next {
  position: absolute;
  display: block;
  width: 36px;
  height: 85px;
  cursor: pointer;
  right: 0px;
  background: url(../images/nextBtn.png) 0 0 no-repeat;
}
.m-picScroll_left .pbd {
  width: 928px;
  margin: 0 auto;
}
.m-picScroll_left .pbd ul {
  overflow: hidden;
  zoom: 1;
}
.m-picScroll_left .pbd ul li {
  width: 260px;
  float: left;
  _display: inline;
  overflow: hidden;
  margin: 0 24.5px;
}
.m-picScroll_left .pbd ul li dl {
  margin-bottom: 34px;
  color: #4d4f4e;
}
.m-picScroll_left .pbd ul li dl dt {
  background: url(../images/icon1.png) top center no-repeat;
}
.m-picScroll_left .pbd ul li dl dt a {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  width: 219px;
  height: 219px;
  margin-left: 28px;
}
.m-picScroll_left .pbd ul li dl dt img {
  width: 219px;
  height: 219px;
}
.m-picScroll_left .pbd ul li dl dd h3 {
  font-size: 20px;
  line-height: 48px;
  text-align: center;
}
.m-picScroll_left .pbd ul li dl dd h3 a {
  color: #4d4f4e;
}
.m-picScroll_left .pbd ul li dl dd p {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  height: 90px;
}
.g-part2 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.g-part2 .hczj_tit {
  margin-bottom: 50px;
}
.g-part2 .m-video_box {
  width: 1000px;
}
.g-part3 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.g-part3 .m-partHead {
  position: relative;
  margin-bottom: 43px;
}
.g-part3 .m-partHead .more {
  position: absolute;
  bottom: 5px;
  right: 0px;
}
.m-part3Con {
  zoom: 1;
}
.m-part3Con:after {
  content: "";
  display: block;
  clear: both;
}
.m-part3Con .m-part3_l {
  float: left;
  width: 440px;
}
.m-part3Con .m-part3_l li {
  color: #3c3c3c;
  margin-bottom: 26px;
}
.m-part3Con .m-part3_l li h3 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 4px;
}
.m-part3Con .m-part3_l li h3 a {
  color: #3c3c3c;
}
.m-part3Con .m-part3_l li p {
  text-indent: 2em;
  font-size: 14px;
  line-height: 22px;
}
.m-part3Con .m-part3_l li p a {
  color: #88daa6;
}
.m-part3Con .m-part3_r {
  float: right;
  width: 510px;
  height: 350px;
}
.m-part3Con .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;
}
.m-part3Con .m_imgTitle a {
  color: #FFFFFF;
  font-size: 18px;
  padding-left: 10px;
}
.m-part3Con .g_importantNews .slideBox .hd ul li {
  background: #cecdd0;
}
.m-part3Con .g_importantNews .slideBox .hd ul li.on {
  background: #fff;
}
.g-part4Box {
  width: 100%;
  margin-top: 60px;
  background: url(http://imgtopics.neamco.com/47055.files/images/hyyc_bg.png) bottom center no-repeat;
}
.g-part4 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 130px;
}
.g-part4 .dsj_tit {
  margin-bottom: 40px;
}
.g-part4 dl {
  zoom: 1;
  margin-bottom: 42px;
}
.g-part4 dl:after {
  content: "";
  display: block;
  clear: both;
}
.g-part4 dl dt {
  float: left;
  width: 132px;
  height: 33px;
  font-size: 20px;
  line-height: 33px;
  color: #444;
  padding-left: 18px;
  background: url(../images/icon2.png) 0 0 no-repeat;
}
.g-part4 dl dd {
  float: right;
  padding: 0 120px 0 10px;
  width: 650px;
  background: -webkit-linear-gradient(left, #fbf8f5, #dfbda0);
  background: -moz-linear-gradient(left, #fbf8f5, #dfbda0);
  background: -ms-linear-gradient(left, #fbf8f5, #dfbda0);
  background: -o-linear-gradient(left, #fbf8f5, #dfbda0);
  background: linear-gradient(left, #fbf8f5, #dfbda0);
}
.g-part4 dl dd p {
  font-size: 20px;
  line-height: 33px;
  color: #444;
}
.g-part4 dl dd p a {
  color: #444;
}
