* {
  margin: 0px;
  padding: 0px;
  /*word-break:break-all;*/
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
a[href]:after {
  content: normal;
}
*:focus {
  outline: none;
}
ul > li {
  list-style: none;
}
ul {
  margin-bottom: 0;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Arial, \5FAE\8F6F\96C5\9ED1;
  font-size: 13px;
  line-height: 20px;
  color: #666;
  text-decoration: none;
}
.tj {
  text-align: justify;
}
.module-spzj {
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #e3e6ee;
  border-radius: 5px;
  background-size: auto 100%;
  background-image: url(dn-zjzp.png);
}
.module-spzj h2 {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  background: url(dn_spzj-yl.png) no-repeat top left;
  padding: 12px 90px 12px 32px;
  text-align: center;
}
.module-spzj .content {
  padding-left: 30px;
  padding-top: 11px;
  padding-bottom: 22px;
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  width: 69.8%;
  text-align: justify;
}
.module-spzj .content a {
  color: #333;
}
a:hover {
  color: #828282 !important;
  text-decoration: none;
}
.channel {
  margin-bottom: 25px;
  position: relative;
}
.channel:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  z-index: -1;
  bottom: 0;
  border-bottom: 1px solid #cdd1db;
}
.channel h4 {
  display: inline-block;
  background: #2e3342;
  padding: 13px 24px 10px 24px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  position: relative;
}
.channel h4:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  height: 100%;
  width: 5px;
  background: #b8b8b8;
  border-right: 1px solid #fff;
}
.channel h4:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(dn_jiao.png) no-repeat right top;
  position: absolute;
  right: -20px;
  bottom: 0px;
}
.channel a {
  float: right;
  line-height: 42px;
  color: #2e3342;
  font-size: 15px;
}
.channel.mtbd {
  margin-top: 30px;
}
.news-list li a {
  color: #2e3342;
}
.news-list li {
  font-size: 14px;
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  overflow: hidden;
}
.news-list li:last-child {
  margin-bottom: 0;
}
.news-list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  background: url(news_icon.png) no-repeat left top;
}
.news-list li span {
  color: #9ea7c4;
  float: right;
  font-size: 15px;
}
@media (max-width: 767px) {
  .news-list li span {
    float: left;
  }
}

.module-hyjn {
  padding-left: 20px;
  padding-top: 22px;
  padding-bottom: 20px;
}
.module-hyjn h5 {
  color: #2e3342;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 11px;
}
.module-hyjn p {
  margin-bottom: 0;
}
.module-hyjn .content {
  color: #595856;
  line-height: 27px;
  padding-right: 18px;
  text-align: justify;
}
.bggray {
  background: #f2f3f6;
}
.padding-clear {
  padding: 0 !important;
}

.piclist li p {
  color: #2e3342;
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
}

.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}
.nbs-flexisel-ul {
  position: relative;
  width: 9999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.nbs-flexisel-inner {
  overflow: hidden;
  height: 240px;
}
.nbs-flexisel-item {
  float: left;
  margin: 0;
  padding: 0px;
  position: relative;
  line-height: 0px;
}
.team-left {
  margin: 0 12px;
}
.team-left .hover-img {
  overflow: hidden;
  position: relative;
}
.nbs-flexisel-item > img {
  cursor: pointer;
  position: relative;
}
.hover-img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.3s;
}
.hover-img:hover img {
  transform: scale(1.2);
  transition: all 0.3s;
}
.yrxm {
  overflow: hidden;
}
.foot {
  background: #2e3342;
}
.foot .tophalf {
  padding: 30px 0 30px 0;
  overflow: hidden;
}
.foot .remark {
  padding: 10px 0;
  background: #193a5b;
  color: #6788ac;
  font-size: 13px;
  border-top: #255689 solid 1px;
  text-align: center;
}
.foot .secondhalf {
  padding: 12px 0;
  border-top: #255689 solid 1px;
  background: rgba(38, 45, 52, 0.4);
  color: #daebf3;
  font-size: 13px;
  text-align: center;
  line-height: 24px;
}
.foot .secondhalf img {
  display: inline-block;
  margin-left: 15px;
}
.foot .secondhalf a {
  color: #daebf3;
}
.foot .secondhalf a:hover {
  color: #77baff;
}
.footlogo {
  margin-right: 20px;
}
.copyright {
  font-size: 12px;
  line-height: 21px;
  color: #f7f7f7;
  display: block;
  overflow: hidden;
  padding-left: 20px;
  border-left: 1px solid #7a7a7a;
}
.copyright .cas {
  width: 262px;
  border-right: #48669a solid 1px;
  display: block;
  overflow: hidden;
  float: left;
  margin: 4px 18px 0 0;
  text-align: center;
  padding-right: 15px;
}
.copyright .cas img {
}
.copyright .left {
  width: 100%;
  font-size: 13px;
  line-height: 22px;
  color: #fff;
  display: block;
  overflow: hidden;
  text-align: left;
}
.copyright .left a {
  color: #fff;
}
.copyright .left a:hover {
  color: #77baff;
}
.copyright .left img {
  display: inline-block;
  margin-left: 10px;
  margin-top: -2px;
}
.copyright .rightbz {
  width: 280px;
  display: block;
  overflow: hidden;
  float: right;
  margin: 20px 0 0 0;
}
.copyright .rightjb {
  width: 78px;
  display: block;
  overflow: hidden;
  float: right;
  margin-right: 14px;
}
.copyright .rightwx {
  width: 78px;
  display: block;
  overflow: hidden;
  float: right;
}
.news-list {
  min-height: 210px;
}
.news-list li a {
  width: 83%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
}
.hover-img img {
  width: 100%;
  height: 200px;
}
.sxsh {
  width: 300px;
  height: 205px;
}

#pages,
#page {
  text-align: center;
}
#pages a,
#page a,
#page span {
  border: 1px solid #e8e8e8;
  min-width: 40px;
  display: inline-block;
  text-align: center;
  height: 40px;
  color: #333;
  line-height: 38px;
  padding: 0 9px;
  margin: 0 3px;
  border-radius: 3px;
}
#pages .curr,
#page .current {
  border: 1px solid #444444;
  min-width: 40px;
  background: #444444;
  display: inline-block;
  text-align: center;
  height: 40px;
  color: #fff;
  line-height: 38px;
}
#pages a:hover,
#page a:hover {
  background: #444444;
  color: #fff !important;
}
.more.hidden-lg.hidden-md.hidden-sm {
  width: 100%;
  display: inline-block;
  padding: 12px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #444;
  border-color: #444;
  color: #fff;
  display: block;
  margin: 0 auto;
}

.text .doctitle {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-top: 36px;
  margin-bottom: 12px;
  color: #000000;
  line-height: 1.4;
}
.text .doctitle[data-v-dp] {
  margin-bottom: 16px;
}
.qtinfo {
  border-bottom: 1px solid #cdd1db;
  padding-bottom: 10px;
  margin-bottom: 25px;
  font-size: 14px;
  color: #838383;
}
.qtinfo a {
  color: #838383;
}

.con {
  font-size: 16px;
  line-height: 1.8 !important;
  color: #333;
}

.left {
  float: left;
}
.right {
  float: right;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}

@media (max-width: 1199px) {
  .module-spzj {
    background-position: 109% 0;
  }
  .module-spzj .content {
    line-height: 24px;
    width: 70.8%;
  }
  .module-hyjn {
    padding-top: 13px;
    padding-bottom: 6px;
  }
  .module-hyjn .content {
    line-height: 23px;
  }
  .sxsh {
    padding-top: 27px;
  }
  .hover-img img {
    width: 100%;
    height: 155px;
  }
  .sxsh {
    width: 227px;
    height: 183px;
  }
  .news-list li a {
    width: 80%;
  }
  .nbs-flexisel-inner {
    height: 194px;
  }
}
@media (max-width: 991px) {
  .module-spzj {
    background: #e3e6ee;
  }
  .module-spzj .content {
    width: 100%;
    padding-right: 30px;
    line-height: 28px;
  }
  .copyright {
    border-left: 0;
    width: 100%;
  }
  .copyright .left {
    text-align: center;
  }
  .footlogo {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .blue {
    float: none;
    text-align: center;
    margin-top: 20px;
  }
  .news-list li a {
    width: 72%;
  }
  .sxsh {
    padding-top: 61px;
  }
  .module-hyjn .content {
    line-height: 19px;
  }
  .sxsh {
    width: 172px;
    height: 179px;
  }
}
@media (max-width: 767px) {
  .sxsh {
    padding-top: 0;
  }
  .module-hyjn {
    padding-top: 18px;
    padding-bottom: 13px;
  }
  .mobmt {
    margin-bottom: 40px;
  }
  .news-list li a {
    width: 100%;
    white-space: normal;
    line-height: 25px;
  }
  .news-list li:before {
    top: 6px;
  }
  .module-spzj .content a {
    display: block;
  }
  .module-spzj .content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .module-hyjn .content {
    line-height: 24px;
  }
  .hover-img img {
    width: 100%;
    height: 125px;
  }
  .sxsh {
    width: 100%;
    height: auto;
  }
  .nbs-flexisel-inner {
    height: 158px;
  }
}
@media (max-width: 380px) {
  .hover-img img {
    width: 100%;
    height: 120px;
  }
}

.fgcontent {
  font-size: 16px;
  line-height: 2;
  color: #333;
}

.hyzs {
  position: relative;
}
#messContents {
  height: 320px;
  background: #ffffff;
  margin-bottom: 30px;
}
#messContent li {
  padding: 6px 0;
}
#messContent .message {
  overflow: hidden;
}
#messContent .message h4 {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  margin: 0 0 10px;
  background: #f2f3f6;
  padding: 10px 20px;
}
#messContent .message span {
  font-size: 17px;
  color: #333;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  line-height: 1.1;
}
#messContent .message span em {
  font-size: 14px;
  color: #3d3d3d;
  font-style: normal;
  margin-left: 10px;
  font-weight: 500;
}
#messContent .message span i {
  font-size: 14px;
  color: #9ea7c4;
  font-style: normal;
  margin-left: 10px;
  font-weight: 500;
}
#myForm {
  font-size: 16px;
}
#myForm .form-control {
  height: 38px;
  font-size: 14px;
  padding: 8px 10px;
}
#myForm textarea.form-control {
  height: auto;
  padding-top: 5px;
}
#sub {
  border-color: unset;
  background: #2e3342;
}
#sub:hover {
  border-color: #444;
}
.message-sub {
  overflow: hidden;
  background: #f2f3f6;
  background: -webkit-linear-gradient(top, #f2f3f6 10%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f2f3f6 10%, #ffffff 10%);
  background: linear-gradient(to bottom, #f2f3f6 10%, #ffffff 100%);
  padding: 30px 30px 0 16px;
}
.message-sub .form-horizontal .control-label {
  font-size: 15px;
  color: #3d3d3d;
  padding-top: 9px;
}
.message-sub .form-group {
  margin-bottom: 20px;
}
.btn {
  font-size: 14px;
  padding: 8px 26px;
  margin-right: 12px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .message-sub {
    padding-top: 10px;
  }
  .message-sub .form-group {
    margin-bottom: 10px;
  }
}

.ly-list {
  margin-bottom: 30px;
}
.ly-list li a {
  color: #333;
}
.ly-list li {
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 22px;
}
.ly-list li:last-child {
  margin-bottom: 0;
}
.ly-list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  background: url(news_icon.png) no-repeat left top;
}
.ly-list li span {
  font-size: 17px;
  color: #333;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  line-height: 1.1;
}
.ly-list li span em {
  font-size: 14px;
  color: #3d3d3d;
  font-style: normal;
  margin-left: 10px;
  font-weight: 500;
}
.ly-list li span i {
  font-size: 14px;
  color: #9ea7c4;
  font-style: normal;
  margin-left: 10px;
  font-weight: 500;
}
.ly-list li h4 {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  margin: 0 0 10px;
  background: #f2f3f6;
  padding: 10px 20px;
}

/*---PAGES---*/
.fy-box {
  margin-top: 35px;
}
.comp-pages {
}
.comp-pages.comp-page-01 .page-pc a {
  background: #ededed;
}
.comp-pages.comp-page-01 .page-pc a,
.comp-pages.comp-page-01 .page-pc span {
  border: none !important;
}
.comp-pages.comp-page-02 .page-pc a,
.comp-pages.comp-page-02 .page-pc span {
  border-radius: 20px;
}
.comp-pages.comp-page-03 .page-pc a,
.comp-pages.comp-page-03 .page-pc span {
  border: none !important;
  border-radius: 20px;
}
.comp-pages .page-pc {
  text-align: center;
}
.comp-pages .page-pc ul li {
  display: inline-block;
  vertical-align: bottom;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  text-align: center;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #d4d4d4;
  margin-left: 2px;
  margin-right: 2px;
  background: #ffffff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.comp-pages .page-pc a:hover,
.comp-pages .page-pc span:hover,
.comp-pages .page-pc a.active,
.comp-pages .page-pc span.active {
  background: #444444;
  border: 1px solid #ffffff;
  color: #fff !important;
}
.comp-pages .page-pc span {
  background: #444444;
  border: 1px solid #ffffff;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #444444;
  border: 1px solid #444444;
  display: none !important;
}
.comp-pages .page-phone:hover,
.comp-pages .page-phone:active {
  color: #fff;
}
.comp-pages .page-pc em {
  font-style: normal;
  font-size: 15px;
  color: #999;
  margin-right: 15px;
}
@media (max-width: 767px) {
  /*分页*/
  .comp-pages .page-pc {
    display: none;
  }
  .comp-pages .page-phone {
    display: block !important;
  }
}

.banner {
  height: 26.042vw;
  background-size: cover;
  padding: 2.344vw 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #121321;
}
.banner .img-box {
  width: 15vw;
  height: auto;
  overflow: hidden;
  float: left;
  margin-right: 100px;
}
.banner .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .txt-box {
  overflow: hidden;
  padding-top: 5vw;
}
.banner .txt-box h2 {
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin: 0 0 30px;
}
.banner .txt-box h3 {
  font-size: 20px;
  color: #ffffff;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 1921px) {
  .banner .container {
    width: 70%;
  }
  .banner .txt-box {
    padding-top: 6vw;
  }
}
@media (max-width: 1440px) {
  .banner .txt-box h2 {
    font-size: 45px;
    margin-bottom: 20px;
  }
  .banner .txt-box h3 {
    font-size: 18px;
  }
  .banner .img-box {
    margin-right: 80px;
  }
}
@media (max-width: 1280px) {
  .banner .container {
    width: 77%;
  }
  .banner .txt-box h2 {
    font-size: 40px;
  }
  .banner .txt-box h3 {
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  .banner .txt-box h2 {
    font-size: 35px;
  }
  .banner .txt-box h3 {
    font-size: 15px;
  }
  .banner .img-box {
    margin-right: 40px;
  }
}
@media (max-width: 991px) {
  .banner .txt-box h2 {
    font-size: 26px;
    margin-bottom: 16px;
  }
  .banner .txt-box h3 {
    font-size: 14px;
  }
  .banner .img-box {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .banner .container {
    width: 100%;
  }
  .banner {
    height: 47.042vw;
    background-position: 25% 100%;
  }
  .banner .txt-box {
    padding-top: 12vw;
  }
  .banner .txt-box h2 {
    font-size: 17px;
    margin-bottom: 12px;
    line-height: 1.5;
  }
  .banner .txt-box h3 {
    font-size: 12px;
  }
  .banner .img-box {
    width: 28vw;
    margin-right: 16px;
  }
}

.fg-box {
  background: #e3e6ee;
  background: -webkit-linear-gradient(top, #e3e6ee 10%, #ffffff 100%);
  background: -ms-linear-gradient(top, #e3e6ee 10%, #ffffff 10%);
  background: linear-gradient(to bottom, #e3e6ee 10%, #ffffff 100%);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.fg-box .fg-con {
  background: url(dn-fgbg.png) no-repeat top right;
}
.fg-box .fg-con h2 {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  background: url(dn_spzj-yl.png) no-repeat top left;
  padding: 12px 90px 12px 32px;
  text-align: center;
}
.fg-box .fg-con h4 {
  padding: 16px 30px;
  margin: 0;
  font-size: 15px;
  color: #333;
  line-height: 1.8;
}

.partfour {
  padding-top: 10px;
}
