* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: Arial, "微软雅黑", "Microsoft Yahei";
  font-size: 16px;
  line-height: 1.6;
}

ul {
  list-style-type: none;
}

a {
  color: #333;
  text-decoration: none;
}

/** =======================
 * Contenedor Principal
 ===========================*/

.nav-pc {
  width: 100%;
  max-width: 1200px;
  height: 104px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}
.nav-pc .logo1 {
  display: block;
  width: 230px;
  position: absolute;
  top: 0px;
  left: 10px;
}
.nav-pc .nav-pc-t {
  height: 18px;
  line-height: 18px;
  width: 100%;
  float: left;
  text-align: right;
  margin-top: 26px;
}
.nav-pc .nav-pc-t li {
  display: inline-block;
  margin-left: 20px;
}
.nav-pc .nav-pc-t li span {
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  margin-right: 18px;
}
.nav-pc .nav-pc-t li.nav-pc-t-lag a {
  padding: 0 5px;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  border-right: 1px solid #333;
  transition: all 0.3s ease;
}
.nav-pc .nav-pc-t li.nav-pc-t-lag a:last-child {
  border-right: 0px solid #333;
}
.nav-pc .nav-pc-t li.nav-pc-t-lag a:hover {
  color: #e60000;
}
.nav-pc .nav-pc-t li:last-child {
  margin-right: 20px;
}
.nav-pc .nav-pc-t li.nav-pc-t-lag span {
  margin-right: 10px;
}
.nav-pc .nav-pc-b {
  height: 60px;
  line-height: 60px;
  width: 100%;
  text-align: right;
}
.nav-pc .nav-pc-b li {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
.nav-pc .nav-pc-b li span {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 0px;
  background: #e60000;
  transition: all 0.3s ease;
}
.nav-pc .nav-pc-b li:hover span {
  width: 100%;
  left: 00%;
}

.nav-pc .nav-pc-b li .down {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 60px;
  left: 0;
  display: none;
  padding: 10px 5px;
  z-index: 900;
}
.nav-pc .nav-pc-b li .down a {
  display: block;
  font-size: 15px;
  color: #333;
  line-height: 24px;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.nav-pc .down a:hover {
  background: #215caa;
  color: #fff !important;
}

.nav-mob {
  display: none;
  width: 100%;
  height: 50px;
  padding: 0px 10px;
  position: relative;
}
.nav-mob .logo2 {
  width: 150px;
  display: block;
}
.nav-mob-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  right: 10px;
}
.nav-mob-b {
  position: absolute;
  top: 50px;
  left: 0px;
  width: 100%;
  height: auto;
  background: rgba(0, 62, 161, 0.8);
  z-index: 500;
  padding: 20px 10px;
  display: none;
}
.nav-mob-b a {
  color: #fff;
  font-size: 15px;
}
.nav-mob-b li {
  line-height: 36px;
  padding: 0 10px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.nav-mob-b li .down {
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  display: none;
}

.nav-mob-b li .down a {
  display: block;
}

@media (max-width: 900px) {
  .nav-pc {
    display: none;
  }
  .nav-mob {
    display: block;
  }
}

.banner {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  position: absolute;
}
.banner .swiper-container .swiper-slide {
  background-size: cover;
  background-position: center center;
}
.banner-b {
  position: absolute;
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0px;
  left: 0px;
  z-index: 200;
}
.banner-pro {
  width: calc(50% + 0px);
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 400;
}
.banner-pro li {
  width: 100%;
  height: 135px;
  overflow: hidden;
  padding-left: calc(100% - 600px);
  position: relative;
}
.banner-pro .pic {
  width: 90px;
  height: 90px;
  margin-top: 22px;
  border: 1px solid #fff;
  float: left;
  z-index: 220;
  position: relative;
}
.banner-pro .pic img {
  display: block;
  width: 100%;
}
.banner-pro .txt {
  width: calc(100% - 225px);
  float: left;
  z-index: 220;
  position: relative;
  padding-right: 40px;
  padding-left: 20px;
}
.banner-pro .txt h4 {
  font-size: 18px;
  color: #fff;
  margin-top: 35px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.banner-pro .txt p {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  height: 40px;
  width: 100%;
  overflow: hidden;
}
.banner-pro .red {
  width: 00%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(230, 0, 0, 0.8);
  z-index: 210;
  transition: all 0.5s ease;
  overflow: hidden;
}
.banner-pro .red .red1 {
  display: block;
  width: 135px;
  right: -135px;
  transition: all 0.5s 0.3s ease;
  position: absolute;
}
.banner-pro .redcut {
  width: 100%;
}
.banner-pro .redcut .red1 {
  right: 0px;
  display: none;
}
.banner-pro li span {
  position: absolute;
  display: block;
  width: 160px;
  height: 1px;
  top: 0px;
  left: calc(100% - 600px);
  z-index: 220;
  background: #fff;
}
.banner-pro a:first-child li span {
  display: none;
}
.banner-pro a:hover li span {
  display: none;
}
.banner-pro a:hover + a li span {
  display: none;
}

@media (max-width: 1220px) {
  .banner-pro li {
    width: 100%;
    height: 135px;
    overflow: hidden;
    padding-left: 10px;
    position: relative;
  }
  .banner-pro li span {
    left: 10px;
  }
}
@media (max-width: 900px) {
  .banner-pro {
    width: 100%;
  }
  .banner-b {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .banner-pro .red .red1 {
    display: none;
  }
  .banner-pro .txt {
    width: calc(100% - 90px);
    padding-left: 10px;
    padding-right: 10px;
  }
}

.new {
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}
.new-l {
  width: calc(100% - 840px);
  height: auto;
  overflow: hidden;
  float: left;
}
.new-l h6 {
  font-weight: 900;
  font-size: 14px;
  color: #999;
}
.new-l h5 {
  font-weight: 500;
  font-size: 40px;
  color: #333;
}
.new-l a {
  font-weight: 500;
  font-size: 14px;
  color: #999;
  transition: all 0.3s ease;
}
.new-l a:hover {
  color: #e60000;
}
.new-r {
  width: 840px;
  height: auto;
  overflow: hidden;
  float: left;
}

.new-r .swiper-slide .pic {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
}
.new-r .swiper-slide .pic img {
  width: 100%;
  display: block;
}
.new-r .swiper-slide h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-r .swiper-slide span {
  font-size: 12px;
  color: #999;
  display: block;
  margin-bottom: 10px;
  font-weight: 900;
}
.new-r .swiper-slide p {
  font-size: 14px;
  color: #999;
  display: block;
  margin-bottom: 10px;
  font-weight: 900;
}
.new-r .swiper-slide .more {
  display: block;
  width: 95px;
  height: 34px;
  background: #e60000;
  text-align: center;
  transition: all 0.2s ease;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 0px;
}
.new-r .swiper-slide .more b {
  display: block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  border: 0px dashed #fff;
  transition: all 0.2s ease;
}
.new-r .swiper-slide .more:hover {
  padding: 3px;
}
.new-r .swiper-slide .more:hover b {
  height: 28px;
  line-height: 28px;
  border: 1px dashed #fff;
}

@media (max-width: 1220px) {
  .new-l {
    width: calc(100% - 720px);
  }
  .new-r {
    width: 720px;
  }

  .new-l h5 {
    font-size: 36px;
  }
}

@media (max-width: 960px) {
  .new-l {
    width: 100%;
    padding-left: 10px;
    margin-bottom: 40px;
  }
  .new-r {
    width: 100%;
    padding-left: 10px;
  }

  .new {
    padding-left: 0px;
  }
  .new-r .swiper-slide h3 {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .new {
    margin-top: 40px;
  }

  .new-r .swiper-slide .pic {
    margin-bottom: 15px;
  }
}

.abo {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-top: 80px;
  background: url(../img/016.png) center center;
  background-size: cover;
}
.abo .blue {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  overflow: hidden;
  background: url(../img/017.png) center center;
  background-size: cover;
  top: 0px;
  left: 0px;
}

.abo .txt {
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding: 50px 10px;
  margin: 0 auto;
  overflow: hidden;
}
.abo .txt h1 {
  font-size: 45px;
  font-weight: 500;
  color: #fff;
  padding-top: 50px;
  position: relative;
}
.abo .txt h1 b {
  position: relative;
  z-index: 210;
  font-weight: 500;
  font-size: 40px;
}
.abo .txt h1 span {
  position: absolute;
  z-index: 200;
  color: rgba(255, 255, 255, 0.06);
  font-weight: 100;
  top: 0px;
  left: 0px;
  font-size: 70px;
}
.abo .txt p {
  font-size: 16px;
  line-height: 2;
  position: relative;
  z-index: 210;
  width: 70%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
  color: #fff;
}

.abo .txt .more {
  display: block;
  width: 95px;
  height: 34px;
  background: #fff;
  text-align: center;
  transition: all 0.2s ease;
  position: relative;
  z-index: 210;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  padding: 0px;
}
.abo .txt .more b {
  display: block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  border: 0px dashed #666;
  transition: all 0.2s ease;
}
.abo .txt .more:hover {
  padding: 3px;
}
.abo .txt .more:hover b {
  height: 28px;
  line-height: 28px;
  border: 1px dashed #666;
}

@media (max-width: 900px) {
  .abo .txt p {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .abo .txt h1 {
    font-size: 36px;
    padding-top: 30px;
  }

  .abo .txt h1 span {
    font-size: 40px;
  }
  .abo .txt {
    padding: 40px 20px;
  }
  .abo {
    margin-top: 20px;
  }
}

.foot {
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding: 40px 10px;
  margin: 0 auto;
  overflow: hidden;
}
.foot .f-logo {
  width: 280px;
  padding-right: 50px;
  height: auto;
  overflow: hidden;
  float: left;
}
.foot .f-logo img {
  width: 100%;
  display: block;
  margin-top: 50px;
  max-width: 280px;
}
.foot .f-txt {
  width: 130px;
  height: auto;
  overflow: hidden;
  float: left;
}
.foot .f-txt h1 {
  height: auto;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
  font-weight: 500;
}
.foot .f-txt a {
  display: block;
  font-weight: 500px;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.foot .f-txt a:hover {
  color: #e60000;
}
.foot .f-con {
  width: calc(100% - 770px);
  padding-right: 50px;
}
.foot .f-con p {
  display: block;
  width: 100%;
  font-weight: 500;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
}
.foot .f-con span {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.foot .f-con span img {
  display: block;
  width: 100%;
}
.foot .f-con .link {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 20px;
}
.foot .f-con .link a {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  float: left;
}
.foot .f-ewm {
  width: 100px;
}
.foot .f-ewm .pic {
  display: block;
  max-width: 100px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.foot .f-ewm .pic img {
  display: block;
  max-width: 100px;
  width: 100%;
}
.foot .f-ewm .pic span {
  font-size: 14px;
  color: #666;
  text-align: center;
  display: block;
  margin-top: 10px;
}
.foot2 {
  text-align: center;
  font-size: 14px;
  color: #eee;
  line-height: 20px;
  padding: 20px;
  background: #333;
}
.foot2 a {
  color: #eee;
}
@media (max-width: 1000px) {
  .foot .f-txt {
    display: none;
  }
  .foot .f-con {
    display: block;
    width: 380px;
  }
  .foot .f-ewm {
    display: block;
  }
}

@media (max-width: 800px) {
  .foot .f-con {
    display: block;
    width: calc(100% - 380px);
  }
}

@media (max-width: 700px) {
  .foot .f-logo {
    width: 100%;
    margin-bottom: 30px;
    max-width: 280px;
  }
  .foot .f-logo img {
    margin-top: 0px;
  }
  .foot .f-con {
    width: calc(100% - 100px);
  }
}

.banner-in {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.banner-in img {
  width: 100%;
  display: block;
}
.about-in {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  border-bottom: 1px #b8b8b8 solid;
}
.about-in2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  margin-top: 50px;
  max-width: 1200px;
  padding: 0 15px;
  padding-bottom: 80px;
}
.about-l {
  width: 240px;
  height: auto;
  overflow: hidden;
  float: left;
  padding-top: 20px;
}
.about-l h5 {
  font-size: 32px;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
}
.about-l h6 {
  font-size: 14px;
  font-weight: 900;
  color: #999;
  margin-bottom: 20px;
}
.about-l .link {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about-l .link a {
  width: 200px;
  line-height: 30px;
  position: relative;
  padding: 0 26px 0 18px;
  margin-bottom: 10px;
  font-size: 16px;
  display: block;
  transition: all 0.3s ease;
  word-wrap: break-word;
}
.about-l .link a.cut {
  color: #fff;
  background: #e60000;
}
.about-l .link a b {
  display: block;
  width: 9px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 26px;
  background: url(../img/027.png);
}
.about-l .link a:hover {
  color: #fff;
  background: #e60000;
}
.about-r {
  width: calc(100% - 240px);
  height: auto;
  overflow: hidden;
  float: left;
  padding-top: 20px;
  padding-left: 40px;
}
.about-r h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}

.about-r p {
  font-size: 16px;
  text-align: 2;
}

.about-in .a0 {
  display: block;
  width: 18px;
  height: 18px;
  border: 1px #b8b8b8 solid;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 232px;
  background: #fff;
}
.about-in .a1 {
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 240px;
  background: #b8b8b8;
}

.contact-in h3 {
  font-size: 36px;
  text-align: center;
  font-weight: 500;
}
.contact-in ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 60px;
}
.contact-in ul li {
  width: 25%;
  height: auto;
  overflow: hidden;
  float: left;
  padding: 0 15px;
}
.contact-in ul li .blue {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #2761be;
}
.contact-in ul li .blue .blue-box {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 35px 20px;
}
.contact-in ul li .blue .blue-box .pic {
  width: 60px;
  height: 60px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
}
.contact-in ul li .blue .blue-box h4 {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
.contact-in ul li .blue .blue-box p {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  word-wrap: break-word;
}

#dituContent {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 15px;
  height: 400px;
}
.map {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  margin-top: 60px;
}
.map img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 900px) {
  .contact-in ul li {
    width: 50%;
    margin-bottom: 15px;
  }
  .about-l {
    display: none;
  }
  .about-r {
    width: calc(100% - 0px);
    padding-left: 0px;
    padding-top: 0px;
  }
  .about-in .a0 {
    display: none;
  }
  .about-in .a1 {
    display: none;
  }
  .about-r h3 {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .contact-in h3 {
    font-size: 30px;
  }
  .contact-in ul li {
    width: 100%;
    padding: 0px;
  }
  .map {
    margin-top: 30px;
    padding: 0px;
  }
}

.renzai {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.renzai h1 {
  width: 100%;
  height: 54px;
  overflow: hidden;
  font-size: 30px;
  color: #666;
  border-bottom: 1px solid #666;
  line-height: 36px;
  font-weight: 500;
}
.renzai p {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 18px;
  color: #666;
  font-weight: 500;
  margin: 15px 0;
}
.renzai-b {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.renzai-b-l {
  width: calc(100% - 450px);
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  background: center center;
  background-size: cover;
}
.renzai-b-r {
  width: 450px;
  height: auto;
  overflow: hidden;
  float: right;
  padding: 80px 30px;
  color: #fff;
  font-size: 18px;
  background: #003ea1;
}

@media (max-width: 900px) {
  .renzai-b-l {
    width: 100%;
    height: 310px;
    position: static;
  }
  .renzai-b-r {
    width: 100%;
    padding: 30px;
    font-size: 16px;
  }
}

.join-l {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 30px;
}
.join-l li {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 24px;
  padding: 30px;
  background: #eeeeee;
}
.join-l li .join-box {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.join-l li .join-box .join-box-c {
  width: calc(100% - 400px);
  padding: 15px 40px;
  font-size: 16px;
  color: #666;
  line-height: 2;
  min-height: 220px;
  margin-left: 200px;
}
.join-l li .join-box .join-box-l {
  width: 200px;
  height: 60px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -30px;
  padding-left: 20px;
}
.join-l li .join-box .join-box-l h3 {
  font-size: 24px;
  font-weight: 500;
  color: #666;
}
.join-l li .join-box .join-box-l span {
  font-size: 14px;
  font-weight: 500;
  color: #666;
}
.join-l li .join-box b {
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 200px;
  top: 0px;
  background: #ccc;
}
.join-l li .join-box .join-box-r {
  width: 200px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}
.join-l li .join-box .join-box-r a {
  width: 140px;
  height: 50px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -25px;
  border: 1px #ccc solid;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  font-size: 16px;
  color: #666;
  transition: all 0.3s ease;
}
.join-l li .join-box .join-box-r a:hover {
  border: 1px #2761be solid;
  background: #2761be;
  color: #fff;
}

@media (max-width: 900px) {
  .join-l li .join-box .join-box-l {
    position: static;
    width: 100%;
    float: none;
    margin-left: 0px;
    height: auto;
    overflow: hidden;
    margin-top: 0px;
    padding-left: 0px;
  }
  .join-l li .join-box .join-box-c {
    position: static;
    width: 100%;
    float: none;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .join-l li .join-box .join-box-r {
    position: static;
    width: 100%;
    float: none;
    margin-left: 0px;
    height: auto;
    overflow: hidden;
  }
  .join-l li .join-box .join-box-r a {
    position: static;
    display: block;
    overflow: hidden;
    margin-top: 0px;
  }
  .join-l li .join-box b {
    display: none;
  }
}

.join-d {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 60px;
}
.join-d h1 {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
}
.join-d span {
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  color: #999;
  display: block;
  width: 100%;
}
.join-m {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: 4px #e2e2e2 solid;
  margin-top: 40px;
  border-top: 4px #e2e2e2 solid;
}
.join-m-t {
  width: 50%;
  height: auto;
  overflow: hidden;
  float: left;
  padding: 0 40px;
}
.join-m-t h4 {
  font-weight: 18px;
  margin-bottom: 40px;
}
.join-m-t p {
  font-weight: 16px;
  line-height: 2;
}
.join-mail {
  margin-top: 20px;
  color: #003ea1;
  font-size: 18px;
  font-weight: bold;
  padding: 0 40px;
}
.join-mail a {
  color: #003ea1;
  font-size: 18px;
}
.join-mail a:hover {
  color: #003ea1;
  font-size: 18px;
  text-decoration: underline;
}
@media (max-width: 900px) {
  .join-m-t {
    width: 100%;
    margin-bottom: 20px;
  }
  .join-m-t h4 {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .join-m-t {
    padding: 0 20px;
  }
  .join-mail {
    padding: 0 20px;
  }
}

.new-in .new-r {
  width: calc(100% - 40px);
  overflow: hidden;
  margin-bottom: 30px;
  margin-left: 20px;
  padding-left: 0px;
}

.new-b {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0 20px;
  padding-top: 30px;
}
.new-b li {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
  padding-left: 100px;
}
.new-b li .tim {
  width: 76px;
  height: 56px;
  position: absolute;
  left: 0px;
  right: 0px;
  background: #003ea1;
}
.new-b li .tim b {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 26px;
  margin-top: 5px;
  color: #fff;
}
.new-b li .tim span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.new-b li h3 {
  font-size: 18px;
  transition: all 0.3s ease;
}
.new-b li p {
  font-size: 14px;
  color: #999;
  line-height: 2;
  margin-top: 5px;
}
.new-b li h3:hover {
  color: #003ea1;
}

.page {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.page a {
  display: inline-block;
  padding: 0 15px;
  height: 35px;
  overflow: hidden;
  text-align: center;
  background: #f7f7f7;
  border: 1px solid #ececec;
  margin: 3px;
  line-height: 35px;
  transition: all 0.3s ease;
}
.page a:hover {
  background: #003ea1;
  border: 1px solid #003ea1;
  color: #fff;
}
.page a.cut {
  background: #003ea1;
  border: 1px solid #003ea1;
  color: #fff;
}

.news-txt {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 60px;
}
.news-txt-t {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.news-txt-t h3 {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.news-txt-t span {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #999;
}
.news-txt-b {
  margin-top: 40px;
}
.news-txt-b p {
  word-wrap: break-word;
}
.news-txt-b img {
  max-width: 100%;
}

.n-p {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 40px;
  text-align: center;
}
.n-p a {
  display: inline-block;
}
.n-p a.n-p-p {
  float: left;
}
.n-p a.n-p-n {
  float: right;
}

@media (max-width: 900px) {
  .new-in .new-r li {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .new-in .new-r li p {
    height: 44px;
    overflow: hidden;
  }
  .new-in .new-r li h3 {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .new-b li h3 {
    font-size: 16px;
  }
  .new-b li p {
    height: 84px;
    overflow: hidden;
  }
}

@media (max-width: 450px) {
  .new-in .new-r {
    width: calc(100% - 00px);
    overflow: hidden;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .new-in .new-r li {
    width: 100%;
    padding: 0 0px;
  }
  .new-in .new-r li p {
    height: auto;
  }
  .new-b {
    padding: 0 0px;
    padding-top: 30px;
  }
}

.pro-in-l {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.pro-in-l li {
  width: 50%;
  height: auto;
  overflow: hidden;
  padding: 0 15px;
  margin-bottom: 30px;
  float: left;
}
.pro-in-b {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.pro-in-l li img {
  display: block;
  width: 100%;
}
.pro-in-t {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0px;
  bottom: 0px;
  background: #003ea1;
  padding-top: 20px;
  transition: all 0.3s ease;
  text-align: center;
}
.pro-in-t h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}
.pro-in-t h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.pro-in-t span {
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0px;
  right: 30px;
}
.pro-in-b:hover .pro-in-t {
  background: #e60000;
}

.pro-in-d {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-left: 80px;
  padding-right: 80px;
}
.pro-in-d-t {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
}
.pro-in-d-t h3 {
  font-size: 30px;
}
.pro-in-d-t h4 {
  font-size: 24px;
  font-weight: 500;
}
.pro-in-d-b {
  font-size: 18px;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  word-wrap: break-word;
}

.pro-in-s {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-width: 1360px;
  padding: 0 80px;
  position: relative;
}
.pro-in-s .swiper-slide img {
  display: block;
  width: 100%;
}
.pro-in-s .swiper-button-prev,
.pro-in-s .swiper-button-next {
  width: 50px;
  height: 86px;
  margin-top: -43px;
}
.pro-in-s .swiper-button-next,
.pro-in-s .swiper-container-rtl .swiper-button-prev {
  background-image: url(../img/043.png);
  right: 0px;
  background-size: cover;
}
.pro-in-s .swiper-button-prev,
.pro-in-s .swiper-container-rtl .swiper-button-next {
  background-image: url(../img/042.png);
  left: 0px;
  background-size: cover;
}

@media (max-width: 1000px) {
  .pro-in-t h4 {
    font-size: 20px;
  }
  .pro-in-t h5 {
    font-size: 16px;
  }
  .pro-in-t {
    height: 80px;
    padding-left: 30px;
    padding-top: 15px;
  }
  .pro-in-t span {
    width: 80px;
    height: 80px;
    right: 20px;
  }
  .pro-in-s {
    padding: 0 00px;
  }
  .pro-in-d {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pro-in-s .swiper-button-prev,
  .pro-in-s .swiper-button-next {
    background-color: rgba(255, 255, 255, 0.5);
    width: 30px;
    height: 51px;
    margin-top: -26px;
  }
}
@media (max-width: 800px) {
  .pro-in-l {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .pro-in-l li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .pro-in-t h4 {
    font-size: 18px;
  }
  .pro-in-t h5 {
    font-size: 14px;
  }
  .pro-in-t {
    height: 70px;
    padding-left: 20px;
    padding-top: 12px;
  }
  .pro-in-t span {
    width: 70px;
    height: 70px;
    right: 0px;
  }
}

@media (max-width: 600px) {
  .pro-in-l {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .pro-in-l li {
    padding: 0 5px;
    margin-bottom: 10px;
    width: 50%;
  }
  .pro-in-b {
    padding-bottom: 60px;
  }
  .pro-in-t h4 {
    font-size: 16px;
    font-weight: 500;
  }
  .pro-in-t h5 {
    font-size: 13px;
  }
  .pro-in-t {
    height: 60px;
    padding-left: 10px;
    padding-top: 8px;
  }
  .pro-in-t span {
    display: none;
  }

  .about-in2 {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 450px) {
  .pro-in-l {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .pro-in-l li {
    padding: 0 0px;
    margin-bottom: 10px;
    width: 100%;
  }
  .pro-in-b {
    padding-bottom: 60px;
  }
  .pro-in-t h4 {
    font-size: 18px;
  }
  .pro-in-t h5 {
    font-size: 14px;
  }
  .pro-in-t {
    height: 68px;
    padding-left: 10px;
    padding-top: 8px;
  }
  .pro-in-t span {
    display: none;
  }
}
