@charset "UTF-8";
p {
  margin: 0;
}

input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

/* 通用样式 */
.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mx1600 {
  max-width: 1630px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.head-bg {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 20px 0;
}

.head-bg.cur {
  position: fixed;
}

.head-bg .head-index {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head-bg .head-index .headl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head-bg .head-index .headl .top-ad {
  margin-left: 1.5625vw;
}

.head-bg .head-index .headr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 40.625vw);
}

.tdh {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  line-height: 56px;
  display: none;
  margin-right: 10px;
  width: calc(100% - 33vw);
}

.tdh h2 {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  line-height: 56px;
}

.head-bg.cur .tdh {
  display: block;
}

/*搜索和热门搜索*/
.ss {
  position: relative;
}

.hotSearch a {
  margin-right: 6px;
}

.headr #formsearch {
  position: absolute;
  right: 0;
  top: 75px;
  z-index: 999;
  display: none;
  width: 214px;
  background: #fff;
}

.headr #formsearch input {
  line-height: 30px;
  height: 30px;
  border: none;
  outline: none;
}

.headr #formsearch #keyword {
  width: 160px;
  padding-left: 10px;
}

.headr #formsearch #s_btn {
  width: 50px;
  background: #206ab1;
  color: #fff;
  float: right;
  text-align: center;
  padding: 0;
}

.ss-btn {
  line-height: 56px;
}

.wh2 {
  max-width: 1635px;
  padding: 0 15px;
  margin: 0 auto;
}

@media (max-width: 1366px) {
  .dao {
    width: 53.5vw;
  }
}

@media (max-width: 1024px) {
  .dao {
    width: 43.5vw;
  }
  .x-menu > li > a {
    font-size: 13px;
  }
}

/**/
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: -webkit-flex;
}

.box2 {
  margin-top: 6.25vw;
}

.bt1 {
  text-align: center;
  color: #206ab1;
  font-size: 2.5vw;
  font-weight: bold;
}

.bt1 span {
  color: #4f4f4f;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .bt1 {
    font-size: 20px;
  }
}

.pbox {
  margin-top: 3.95833333333333vw;
}

.pleft {
  width: 17.36%;
}

.pleft .pp {
  height: 4.0625vw;
  line-height: 3.25;
  border-radius: 5px 5px 0px 0px;
  padding-left: 8%;
  padding-right: 8%;
  background: url(../images/84868a2cff493dd4f6b0634d0445931889124455.png) no-repeat top center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pleft .pp h3 {
  color: #ffffff;
  font-size: 1.25vw;
}

.pleft .pp .img1 img {
  max-width: 100%;
}

.psort {
  padding: 10% 5% 26% 5%;
  background: url(../images/6646f25e977163fad1f87db9f5a4ccb056bba90b.png) no-repeat top center;
  background-size: 300px 561px;
  height: 29.21875vw;
  overflow: hidden;
}

.psort li {
  margin-bottom: 2%;
}

.psort li a {
  display: block;
  color: #808080;
  line-height: 2.3;
  font-size: 1.5625vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-indent: 18px;
}

.psort li a:hover {
  color: #fff;
  background: url(../images/77e52a578c9ed196e81458de1c9a5c82a27b1e67.png) no-repeat top center;
  background-size: 250px 69px;
}

.pbox2 {
  background: url(../images/c847bf7c0f8a59586476ecba3c9969ada293326b.png) no-repeat top center;
  padding: 6% 5px;
  background-size: 300px 110px;
}

.w1 {
  color: #ffffff;
  font-size: 0.9375vw;
  text-align: center;
  letter-spacing: 2px;
}

.ptel {
  color: #ffffff;
  font-size: 1.35416666666667vw;
  font-family: 'Arial';
  font-weight: bold;
  margin-left: 10%;
  margin-top: 5px;
  padding-left: 12%;
  background: url(../images/9938b87f604574bcbda1f1337cb10b4496aaa413.png) no-repeat left center;
  letter-spacing: -1px;
}

.pright {
  width: 79%;
}

.plist li {
  margin-bottom: 3vw;
  width: 23%;
}

.plist li a.img {
  border: 1px solid #eeeeee;
  display: block;
}

.plist li a.img img {
  width: 100%;
  height: 100%;
}

.plist li h3 a {
  display: block;
  background: #eeeeee;
  font-size: 0.9375vw;
  color: #444444;
  font-weight: normal;
  line-height: 2.6666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

@media (max-width: 1800px){
   .plist li{
    margin-bottom:1.2vw;
    } 
}


@media (max-width: 1600px){
    .psort{
            height: 32.21875vw;
    }
}

@media (max-width: 1024px) {
  .plist li h3 a {
    font-size: 14px;
  }
}

@media (max-width: 996px) {
  .pbox {
    display: block;
  }
  .pleft {
    width: 100%;
  }
  .pleft .pp {
    display: none;
  }
  .pleft .psort {
    background: none;
    height: auto;
    padding: 0;
  }
  .pleft .psort li {
    display: inline-block;
    width: 10%;
  }
  .pleft .psort li a {
    text-indent: 0;
  }
  .pleft .pbox2 {
    display: none;
  }
  .pright {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .pleft .psort li {
    width: 18%;
  }
  .pleft .psort li a {
    font-size: 13px;
  }
  .plist li {
    width: 49%;
  }
}

/**/
.reason-bg {
  background: url(../images/cd026ca0f891b6215e6a68d8d4afba6d76ab698e.jpg) no-repeat top center;
  background-size: cover;
  padding: 4.16666666666667vw 0;
  margin-top: 3.64583333333333vw;
}

.bt2 {
  color: #fff;
}

.bt2 span {
  color: #999999;
}

.reason-con {
  background: url(../images/a38a18932b9db6122dc73f8bb3c8ef1d0c0a5ef5.png) no-repeat center center;
  background-size: 34.375% auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4.6875vw;
}

.reason-con .reason1 {
  width: 32.65625vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: -12px;
}

.reason-con .reason1 .reason1-list li {
  height: 10.26041666666667vw;
  padding-left: 7.03125vw;
}

.reason-con .reason1 .reason1-list li b {
  display: block;
  color: #000000;
  font-size: 1.875vw;
  padding-top: 1.5625vw;
}

.reason-con .reason1 .reason1-list li .ww {
  color: #000000;
}

.reason-con .reason1 .reason1-list li .ww p {
  line-height: 1.8;
  font-size: 0.9375vw;
}

.reason-con .reason1 .reason1-list li:nth-of-type(1) {
  margin-bottom: 5.0125vw;
}

.reason-con .reason-img {
  display: none;
}

.reason-con .reason2 {
  width: 32.65625vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: -12px;
}

.reason-con .reason2 .reason1-list li {
  height: 10.26041666666667vw;
  padding-right: 7.03125vw;
  text-align: right;
}

.reason-con .reason2 .reason1-list li b {
  display: block;
  color: #000000;
  font-size: 1.875vw;
  padding-top: 1.5625vw;
}

.reason-con .reason2 .reason1-list li .ww {
  color: #000000;
}

.reason-con .reason2 .reason1-list li .ww p {
  line-height: 1.8;
  font-size: 0.9375vw;
}

.reason-con .reason2 .reason1-list li:nth-of-type(1) {
  margin-bottom: 5.0125vw;
}

@media (max-width: 1200px) {
  .reason-index {
    padding: 0 18vw;
  }
  .reason-con {
    display: block;
    background: none;
  }
  .reason-con .reason1 {
    display: block;
    width: 100%;
    margin-top: 0;
  }
  .reason-con .reason1 .reason1-list li {
    position: relative;
    height: 12.25vw;
  }
  .reason-con .reason1 .reason1-list li b {
    font-size: 2.5vw;
    padding-top: 1.5vw;
  }
  .reason-con .reason1 .reason1-list li .ww p {
    font-size: 16px;
  }
  .reason-con .reason1 .reason1-list li:nth-of-type(1) {
    background-image: url(../images/33ef1396ea356bc9dc3b7ff0778651e1e4646605.png) !important;
    background-size: 100% auto;
    padding-left: 8.33333333333333vw;
    margin-bottom: 2.91666666666667vw;
  }
  .reason-con .reason1 .reason1-list li:nth-of-type(2) {
    background-image: url(../images/099487ca30d1680b60b1b0b5dcc7296b75084ccb.png) !important;
    background-size: 100% 86%;
    padding-left: 8.33333333333333vw;
    margin-bottom: 2.91666666666667vw;
  }
  .reason-con .reason-img {
    display: block;
    margin-bottom: 2.91666666666667vw;
  }
  .reason-con .reason-img img {
    width: 100%;
  }
  .reason-con .reason2 {
    display: block;
    width: 100%;
    margin-top: 0;
  }
  .reason-con .reason2 .reason1-list li {
    position: relative;
    height: 12.25vw;
    text-align: left;
    padding-right: 0;
  }
  .reason-con .reason2 .reason1-list li b {
    font-size: 2.5vw;
    padding-top: 1.5vw;
  }
  .reason-con .reason2 .reason1-list li .ww p {
    font-size: 16px;
  }
  .reason-con .reason2 .reason1-list li:nth-of-type(1) {
    background-image: url(../images/9c85a54663a1d085dd894a0aebf036a29e763e58.png) !important;
    background-size: 100% auto;
    padding-left: 8.33333333333333vw;
    margin-bottom: 2.91666666666667vw;
  }
  .reason-con .reason2 .reason1-list li:nth-of-type(2) {
    background-image: url(../images/2257f7420ea49de1b4b2bd371dd531b90d068dfa.png) !important;
    background-size: 100% auto;
    padding-left: 8.33333333333333vw;
    margin-bottom: 2.91666666666667vw;
  }
}

@media (max-width: 1024px) {
  .reason-con .reason1 .reason1-list li b {
    font-size: 20px;
  }
  .reason-con .reason1 .reason1-list li .ww p {
    font-size: 14px;
  }
  .reason-con .reason2 .reason1-list li b {
    font-size: 20px;
  }
  .reason-con .reason2 .reason1-list li .ww p {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .reason-index {
    padding: 0;
  }
  .reason-con .reason1 .reason1-list li {
    height: 130px;
    overflow: hidden;
  }
  .reason-con .reason2 .reason1-list li {
    height: 130px;
    overflow: hidden;
  }
  .reason-con .reason1 .reason1-list li:nth-of-type(1) {
    padding-left: 12.28225806451613vw;
  }
  .reason-con .reason1 .reason1-list li:nth-of-type(2) {
    padding-left: 12.28225806451613vw;
  }
  .reason-con .reason2 .reason1-list li:nth-of-type(1) {
    padding-left: 12.28225806451613vw;
  }
  .reason-con .reason2 .reason1-list li:nth-of-type(2) {
    padding-left: 12.28225806451613vw;
  }
}

@media (max-width: 767px) {
  .reason-con .reason1 .reason1-list li {
    height: 131px;
    overflow: hidden;
  }
  .reason-con .reason2 .reason1-list li {
    height: 134px;
    overflow: hidden;
  }
  .reason-con .reason1 .reason1-list li:nth-of-type(1) {
    
    background-image: url(../images/29215865e096ba544157ce8a98d2dbd1d2436f79.png) !important;
    padding-left:0;
  }
  .reason-con .reason1 .reason1-list li:nth-of-type(2) {
        background-image: url(../images/ccaaaf8ddd071da74bc093c3c52029d8a26fc305.png) !important;
    padding-left:0;
  }
  .reason-con .reason2 .reason1-list li:nth-of-type(1) {
        background-image: url(../images/5a293ace1c42f3df84395b25b07d20a41ce41d85.png) !important;
    padding-left:0;
  }
  .reason-con .reason2 .reason1-list li:nth-of-type(2) {
       background-image: url(../images/8ad7a66c710898b1a045b83c74b72326120a9489.png) !important;
    padding-left:0;
  }
  
 .reason-con .reason1 .reason1-list li b{
      line-height:3;
  }
   .reason-con .reason2 .reason1-list li b{
      line-height:3;
  }
  .reason-con .reason1 .reason1-list li .ww p{
       line-height:1.5;
  }
  .reason-con .reason2 .reason1-list li .ww p{
      line-height:1.5;
  }
  
  .reason-con .reason1 .reason1-list li:nth-of-type(1) b{
      padding-left: 14.28225806451613vw;
  }
    .reason-con .reason1 .reason1-list li:nth-of-type(1) p{
      padding-left: 5.28225806451613vw;
  }
  
  .reason-con .reason1 .reason1-list li:nth-of-type(2) b{
      padding-left: 14.28225806451613vw;
  }
    .reason-con .reason1 .reason1-list li:nth-of-type(2) p{
      padding-left: 5.28225806451613vw;
  }
  
  .reason-con .reason2 .reason1-list li:nth-of-type(1) b{
      padding-left: 15.28225806451613vw;
  }
    .reason-con .reason2 .reason1-list li:nth-of-type(1) p{
      padding-left: 5.28225806451613vw;
  }
  .reason-con .reason2 .reason1-list li:nth-of-type(2) b{
      padding-left: 15.28225806451613vw;
  }
    .reason-con .reason2 .reason1-list li:nth-of-type(2) p{
      padding-left: 5.28225806451613vw;
  }
}

/**/
.about-bg {
  background: #f6f6f6;
  padding-top: 6.25vw;
  padding-bottom: 4.6875vw;
}

.about-bg .about-index .about-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4.16666666666667vw;
}

.about-bg .about-index .about-con .abl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  /*width: 65vw;*/
    width: 100%;
}

.about-bg .about-index .about-con .abl .ab1 {
  /*width: 34.21875vw;*/
  width: 52.644%;
  background: #fff;
  position: absolute;
  padding: 1.25vw;
}

.about-bg .about-index .about-con .abl .ab1 b {
  display: block;
  color: #206ab1;
  font-size: 1.875vw;
  margin-bottom: 1.66666666666667vw;
}

.about-bg .about-index .about-con .abl .ab1 p {
  color: #101010;
  font-size: 16px;
  line-height: 2;
  text-indent: 2em;
}

.about-bg .about-index .about-con .abl .ab1 .more {
  width: 132px;
  height: 40px;
  border: 1px solid #206aab;
  float: right;
  margin-top: 1.04166666666667vw;
}

.about-bg .about-index .about-con .abl .ab1 .more a {
  display: block;
  color: #206aab;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
}

.about-bg .about-index .about-con .abl .ab2 {
  /*width: 40.57291666666667vw;*/
  /*margin-left: 24.375vw;*/
  width: 50%;
  margin-left: auto;
}

.about-bg .about-index .about-con .abl .ab2 img {
  max-width: 100%;
}

.about-bg .about-index .about-con .ab3 {
  /*width: calc(100% - 67.5vw);*/
  width: 19%;
  background: #fff;
  position: relative;
  text-align: center;
}

.about-bg .about-index .about-con .ab3 .slick-arrow.slick-prev {
  cursor: pointer;
  outline: none;
  border: none;
  font-size: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  z-index: 99;
  width: 13px;
  height: 23px;
  margin-top: -11.5px;
  top: 50%;
  left: 8px;
  background: url(../images/106212a6c54f27694ff8b14810ce28ddcf33a192.png) no-repeat top center;
}

.about-bg .about-index .about-con .ab3 .slick-arrow.slick-next {
  cursor: pointer;
  outline: none;
  border: none;
  font-size: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  z-index: 99;
  width: 13px;
  height: 23px;
  margin-top: -11.5px;
  top: 50%;
  right: 8px;
  background: url(../images/c22f0aa026a80bc03f2c285122b5704d2c438ed8.png) no-repeat top center;
}

.about-bg .about-index .about-con .ab3 .img1 {
  margin: 1.45833333333333vw;
  margin-top: 0.8vw;
  margin-bottom: 0.5vw;
}

.about-bg .about-index .about-con .ab3 .img1 img {
  width: 100%;
}

.about-bg .about-index .about-con .ab3 h3 {
  background: #206aab;
  color: #fff;
  font-size: 1.14583333333333vw;
  line-height: 2;
}

.about-bg .about-index .about-img {
  margin-top: 2.91666666666667vw;
}

.about-bg .about-index .about-img .about-list-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-bg .about-index .about-img .about-list-img li {
  width: 23%;
}

.about-bg .about-index .about-img .about-list-img li .img1 img {
  width: 100%;
}

.about-bg .about-index .about-num {
  background: #fff;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.2);
  margin-top: 3.95833333333333vw;
}

.about-bg .about-index .about-num .c2-con ul {
  text-align: center;
}

.about-bg .about-index .about-num .c2-con ul li {
  display: inline-block;
  padding: 2.60416666666667vw 2.64583333333333vw;
}

.about-bg .about-index .about-num .c2-con ul li .www {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-bg .about-index .about-num .c2-con ul li .www .wz {
  text-align: left;
}

.about-bg .about-index .about-num .c2-con ul li .www .wz .img1 img {
  max-width: 100%;
}

.about-bg .about-index .about-num .c2-con ul li .www .wz .w11 {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.25vw;
}

.about-bg .about-index .about-num .c2-con ul li .www .shu {
  display: flex;
  align-items: flex-end;
  margin-left: 10px;
}

.about-bg .about-index .about-num .c2-con ul li .www .shu .timer {
  color: #206aab;
  font-size: 3.16666666666667vw;
  font-family: "Impact";
  line-height: 1;
  letter-spacing: -4px;
  font-weight: normal;
}

.about-bg .about-index .about-num .c2-con ul li .www .shu .n {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.25vw;
  margin-left: 5px;
}

.about-bg .about-index .about-num .c2-con ul li + li {
  background: url(../images/b67ba7cf1f3ffe9b94d6b195fdb6beb92f471a17.png) no-repeat left center;
}

@media (max-width: 996px) {
  .about-bg .about-index .about-con {
    display: block;
  }
  .about-bg .about-index .about-con .abl {
    display: block;
    width: 100%;
    position: relative;
  }
  .about-bg .about-index .about-con .abl .ab1 {
    width: 100%;
    position: relative;
  }
  .about-bg .about-index .about-con .abl .ab2 {
    width: 100%;
    margin: 0;
  }
  .about-bg .about-index .about-con .abl .ab2 img {
    width: 100%;
  }
  .about-bg .about-index .about-con .ab3 {
    width: 100%;
  }
  .about-bg .about-index .about-con .ab3 h3 {
    font-size: 16px;
  }
  .about-bg .about-index .about-num .c2-con ul li {
    padding: 2.60416666666667vw 4.645833vw;
  }
}

@media (max-width: 767px) {
  .about-bg .about-index .about-img .about-list-img {
    flex-wrap: wrap;
  }
  .about-bg .about-index .about-img .about-list-img li {
    width: 49%;
    margin-bottom: 2%;
  }
  .about-bg .about-index .about-con .abl .ab1 b {
    font-size: 20px;
  }
  .about-bg .about-index .about-num .c2-con ul li {
    padding: 2.60416666666667vw 0;
    width: 49%;
  }
  .about-bg .about-index .about-num .c2-con ul li + li {
    background: none;
  }
  .about-bg .about-index .about-num .c2-con ul li .www {
    display: block;
  }
  .about-bg .about-index .about-num .c2-con ul li .www .wz .w11 {
    font-size: 14px;
  }
  .about-bg .about-index .about-num .c2-con ul li .www .wz {
    text-align: center;
  }
  .about-bg .about-index .about-num .c2-con ul li .www .shu {
    margin-left: 0;
    display: block;
  }
  .about-bg .about-index .about-num .c2-con ul li .www .shu .timer {
    font-size: 20px;
    letter-spacing: 0;
  }
}

/**/
.news-index {
  margin-top: 5.20833333333333vw;
  margin-bottom: 6.25vw;
}

.news-index .news-con {
  margin-top: 3.64583333333333vw;
}

.news-index .news-con .n-title {
  border-bottom: 1px solid #cecece;
  padding: 12px 0;
  position: relative;
  margin-bottom: 1.875vw;
}

.news-index .news-con .n-title .img1 {
  margin-right: 26px;
  float: left;
  line-height: 28px;
}

.news-index .news-con .n-title b {
  color: #206ab1;
  font-size: 1.04166666666667vw;
  font-weight: bold;
  float: left;
}

.news-index .news-con .n-title::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 2px;
  background: #206ab1;
  bottom: -1px;
  left: 0;
}

.new_tab {
  display: flex;
  justify-content: space-between;
}

.new_tj {
  width: 31.30208333333333vw;
}

.new_tj li {
  list-style: none;
}

.new_tj li .imgs {
  display: block;
  width: 100%;
}

.new_tj li .imgs img {
  width: 100%;
  max-height:300px;
}

.new_tj li h3 {
  margin-top: 1.5625vw;
  color: #303030;
}

.new_tj li h3 a {
  display: block;
  color: #303030;
  font-size: 0.9375vw;
}

.new_tj li p {
  margin-top: 15px;
  font-size: 14px;
  color: #666666;
}

.new_tj li:hover h3 a {
  color: #206ab1;
}

.new_zx {
  width: calc(100% - 35.41666666666667vw);
}

.new_zx li {
  display: block;
  border-bottom: 1px dashed #cecece;
  padding-bottom: 1.04166666666667vw;
}

.new_zx li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.n_time {
  display: block;
  white-space: nowrap;
  text-align: center;
  flex-shrink: 0;
  width: auto;
  padding-right: 3%;
}

.n_time span {
  font-size: 2.5vw;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #7e7e7e;
}

.n_time p {
  font-size: 0.83333333333333vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: #7e7e7e;
  flex-shrink: 0;
}

.new_zx li:nth-child(n+2) {
  margin-top: 2.08333333333333vw;
}

.new_zx .wzs {
  display: block;
  flex-grow: 1;
  overflow: hidden;
}

.new_zx .wzs h3 {
  line-height: 1;
  margin-bottom: 2%;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-size: 0.83333333333333vw;
}

.new_zx .wzs p {
  color: #666666;
  font-size: 14px;
}

.new_zx li .wzs:hover h3 {
  font-weight: bold;
  color: #206ab1;
}

.news2 {
  display: flex;
  width: 100%;
  margin-top: 2.5vw;
  align-items: center;
}

.news2_tits {
  display: block;
  width: 5.3125vw;
  margin-right: 1.45833333333333vw;
  position: relative;
  padding-bottom: 2.3vw;
}

.news2_tits h1 {
  font-size: 1.04166666666667vw;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #206ab1;
}

.news2_tits h2 {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #b4b4b4;
  line-height: 30px;
}

.news2_tits .swiper-button-next,
.news2_tits .swiper-button-prev {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/648278e988117fb8178f1292bbefe699d9acac86.png");
  width: 2.65625vw;
  height: 23px;
  top: auto;
  bottom: 0;
  background-size: 2.65625vw 12px;
}

.news2_tits .swiper-button-next::after,
.news2_tits .swiper-button-prev::after {
  display: none;
}

.news2_tits .swiper-button-prev {
  background-color: #206ab1;
  left: 0;
}

.news2_tits .swiper-button-next {
  background-color: #6e6e6e;
  left: 2.65625vw;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.news2_cons {
  display: block;
  width: calc(100% - 6.77083333333333vw);
}

.news2_cons li {
  background-color: #f2f2f2;
}

.news2_cons li a {
  display: block;
  padding: 15px 20px;
}

.news2_cons li h3 {
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #303030;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news2_cons li p {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 9px;
  padding-top: 0.2em;
}

.news2_cons li h3,
.news2_cons li p {
  display: block;
  padding-left: 44px;
  position: relative;
}

.news2_cons li h3::before,
.news2_cons li p::before {
  content: "问";
  display: block;
  width: 22px;
  height: 22px;
  background-color: #206ab1;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 22px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.3px;
  color: #ffffff;
  border-radius: 50%;
}

.news2_cons li h3::after,
.news2_cons li p::after {
  content: "：";
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #303030;
  position: absolute;
  left: 30px;
  top: 0;
}

.news2_cons li p::before {
  content: "答";
  background-color: #5c5c5c;
}

@media (max-width: 1460px) {
  .news {
    padding: 1.37vw 0 2.74vw;
  }
  .new_cons {
    margin-top: 1.78vw;
  }
  .new_lis li span {
    font-size: 1.507vw;
  }
}

@media (max-width: 1200px) {
  .new_lis li a {
    font-size: 13px;
  }
  .new_tab li h3 {
    font-size: 17px;
  }
  .n_time span {
    font-size: 45px;
  }
  .new_zx li:nth-child(n+2) {
    margin-top: 3%;
  }
}

@media (max-width: 1024px) {
  .new_lis li span {
    font-size: 18px;
  }
  .new_tab li h3 {
    font-size: 16px;
  }
  .new_tab li p {
    font-size: 13px;
  }
  .n_time span {
    font-size: 42px;
  }
  .new_tab li p {
    font-size: 13px;
  }
  .news2_cons li p {
    height: 45px;
    overflow: hidden;
  }
}

@media (max-width: 996px) {
  .news-index .news-con .n-title b {
    font-size: 2.041667vw;
  }
  .news {
    padding: 10px 0 20px;
  }
  .new_cons {
    margin-top: 15px;
  }
  .new_lis li a {
    font-size: 12px;
  }
  .new_lis {
    margin-top: 5%;
  }
  .new_tab li p {
    font-size: 12px;
  }
  .n_time span {
    font-size: 36px;
  }
  .new_lis ul {
    padding-bottom: 8px;
  }
  .new_lis li span::after {
    bottom: -8.5px;
  }
}

@media (max-width: 767px) {
  .new_tab {
    flex-wrap: wrap;
  }
  .new_tj {
    width: 100%;
  }
  .n_time {
    padding: 0 0.5em;
    width: 5em;
  }
  .new_zx {
    width: 100%;
    margin-top: 5vw;
  }
  .new_lis ul {
    padding-bottom: 5px;
  }
  .new_lis li span::after {
    bottom: -5.5px;
  }
  .new_lis li span {
    font-size: 17px;
  }
  .new_tab li h3 {
    margin-top: 3%;
  }
  .news2_tits {
    display: none;
  }
  .news2_cons {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .new_lis li span {
    font-size: 16px;
  }
  .news-index .news-con .n-title b {
    font-size: 20px;
  }
  .new_tj li h3 a {
    font-size: 14px;
  }
  .new_zx .wzs h3 {
    font-size: 14px;
  }
  .new_zx .wzs p {
    font-size: 12px;
  }
}

/**/
.foot-bg {
  background: url(../images/d5d01b4b49ee57ecd78ffadda7368886269405fe.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 2.08333333333333vw;
}

.foot-bg .foot-index .link {
  color: #fff;
}

.foot-bg .foot-index .link span {
  display: inline-block;
  float: left;
}

.foot-bg .foot-index .link span img {
  max-width: 100%;
}

.foot-bg .foot-index .link a {
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
  line-height: 37px;
}

.foot-bg .foot-nei {
  display: flex;
  justify-content: space-between;
  margin-top: 2.86458333333333vw;
}

.foot-bg .foot-nei .flogo img {
  max-width: 100%;
}

.foot-bg .foot-nei .fnav {
  display: flex;
  justify-content: space-between;
}

.foot-bg .foot-nei .fnav dl {
  margin-left: 5.20833333333333vw;
}

.foot-bg .foot-nei .fnav dl dt {
  font-weight: bold;
  color: #fff;
  font-size: 1.1vw;
  line-height: 1.8;
  margin-bottom: 10px;
}

.foot-bg .foot-nei .fnav dl dt span {
  display: block;
  width: 44px;
  height: 2px;
  background: #a11f24;
}

.foot-bg .foot-nei .fnav dl dd a {
  display: block;
  color: #ffffff;
  font-size: 0.9375vw;
  line-height: 2;
}

.foot-bg .foot-nei .fnav dl p {
  color: #ffffff;
  font-size: 0.9375vw;
  line-height: 2;
}

.foot-bg .foot-nei .ferq img {
  max-width: 100%;
}

.foot-bg .foot-nei .ferq p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 2;
}

.foot-bg .foot-cop {
  border-top: 1px solid #86919b;
  margin-top: 1.5625vw;
  padding: 1.5625vw 0;
}

.foot-bg .foot-cop .foot-cop-index {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}

.foot-bg .foot-cop .foot-cop-index a {
  color: #fff;
}

@media (max-width: 1024px) {
  .foot-bg .foot-nei .fnav dl dt {
    font-size: 1.675vw;
  }
}

@media (max-width: 1000px) {
  .foot-bg .foot-nei .fnav dl dt {
    font-size: 1.375vw;
  }
}

@media (max-width: 767px) {
  .foot-bg .foot-nei {
    display: block;
    text-align: center;
  }
}




/*phone底部导航*/

li {
    list-style: none;
}

.q_d_m {
    float: left;
    width: 100%;
    height: 50px;
}

.pf_down {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    background: #191919;
    z-index: 999;
    border-top: 1px solid #fff;
}

.pf_down li {
    width: 33.333333%;
    float: left;
    text-align: center;
    padding: 7px 0 4px 0;
    border-right: 1px solid #fff;
}

.pf_down li .ico7 {
    width: 100%;
    float: left;
    height: 20px;
}

.pf_down li .d_name {
    width: 100%;
    float: left;
    margin-top: 4px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}

.pf_down li.l1 .ico7 {
    background: url(../images/004a0e4a8777fcebb667efa5b3a950f0c020ee8a.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l2 .ico7 {
    background: url(../images/e9214af5eb9d3fc7b1b7cc5bb65e875986f950d8.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l3 .ico7 {
    background: url(../images/42093cba9832a259eb4adcc8706450c9e268117a.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li:nth-child(3n) {
    border: none;
}


@media (max-width: 767px) {
  .foot-bg {
      padding-bottom:15%;
  }
}










