.inbanner {
  position: relative;
  color: #fff;
}

.inbanner img {
  width: 100%;
}

.inbanner .inwrap.l-m-c {
  z-index: 10;
  top: auto;
  bottom: 25%;
}

.inbanner h3 {
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .inbanner {
    height: 200px;
  }

  .inbanner img {
    display: none;
  }

  .about_body .inbanner {
    background-position: right center;
  }

  .inbanner .inwrap.l-m-c {
    bottom: 20px;
  }
}

.inwrap {
  max-width: 1280px;
  margin: 0 auto;
  width: 94%;
}

/*关于我们*/

.about-part01 {
  padding: 5% 0 5%;
  /*background: url(../image/about_bg01.jpg) left bottom no-repeat #fff;*/
}

.ab01_top .ll {
  float: left;
  width: 32.899%;
  position: relative;
}

.ab01_top .ll a {
  display: block;
}

.ab01_top .ll span i {
  color: #fff;
  font-size: 60px;
}

.ab01_top .rr {
  float: right;
  width: 61%;
}

.ab01_top .rr h2 {
  color: #2e2d2d;
  margin: 10px 0 30px;
}

.ab01_top .rr p {
  color: #686868;
  line-height: 1.8;
}

.ab01_bot {
  margin: 10px 0 20px;
  /*padding: 30px 0 0;*/
  background-color:#f1f1f1;
  padding:90px 30px;
}

.ab01_bot dd {
  float: left;
  width: 20%;
  padding-left: 5%;
  border-right: 1px solid #d2d2d2;
}

.ab01_bot dd:first-child {
  padding-left: 0;
}

.ab01_bot dd:last-child {
  border: none;
}

.ab01_bot dd h4 {
  line-height: 1.2;
  color: #686868;
}

.ab01_bot dd h4 em {
  color: #ea2f39;
  margin-right: 5px;
}

.ab01_bot dd h4 i {
  font-size: 18px;
  color: #ea2f39;
}

.ab01_bot dd span {
  display: block;
  line-height: 1.2;
}

.videolist_appbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: none;
}

.videolist_appbox .video_t {
  left: 10%;
  top: 15%;
  position: absolute;
  height: 70%;
  width: 80%;
  z-index: 2;
  background: #000;
}

.videolist_appbox .mask {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.video_close {
  position: absolute;
  top: 12%;
  right: 10%;
  cursor: pointer;
  z-index: 2;
}

.about-part02 {
  padding: 5% 0 8%;
  /*background: url(../image/about_bg02.jpg) no-repeat;*/
  background-color:#e62b32;
  background-size: cover;
}

.about-part02 h2 {
  margin-bottom: 20px;
}

.about-part02 h3 {
  color: #686868;
  line-height: 1.8;
  font-size: 14px;
}

.process_figure {
  max-width: 1178px;
  height: 300px;
  margin-top: 80px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.process_figure .swiper-container {
  height: 300px;
}

.process_figure .swiper-button-prev {
  z-index: 2;
  left: -42px;
  width: 26px;
  height: 45px;
  margin-top: -22px;
  background: url(../image/dot_13.png) no-repeat;
}

.process_figure .swiper-button-next {
  z-index: 2;
  right: -42px;
  width: 26px;
  height: 45px;
  margin-top: -22px;
  background: url(../image/dot_14.png) no-repeat;
}

/*.process_figure .swiper-button-prev.swiper-button-disabled,.process_figure .swiper-button-next.swiper-button-disabled{ opacity: 1;cursor: pointer; pointer-events:visible;}

.process_figure .swiper-button-prev.disabled,.process_figure .swiper-button-next.disabled{cursor: auto;}*/

.process_figure .swiper-button-prev.swiper-button-disabled {
  background: url(../image/dot_13_dis.png) no-repeat;
}

.process_figure .swiper-button-next.swiper-button-disabled {
  background: url(../image/dot_14_dis.png) no-repeat;
}

.process_figure .line {
  position: absolute;
  z-index: 1;
  left: 30px;
  right: 30px;
  top: 50%;
  width: calc(100% - 60px);
  height: 3px;
  background: #d22934;
  display: none;
}

.process_figure li {
  position: relative;
  width: auto !important;
  height: 300px;
  margin-right: 25px;
  background: url(../image/histroy-line-bg.jpg) 0 center repeat-x;
}

.process_figure li::after {
  content: '';

  display: block;

  position: absolute;

  right: -25px;

  top: 50%;

  margin-top: -15px;

  width: 25px;

  height: 31px;

  background: url(../image/histroy-line-bg_right.png) center center no-repeat;

  -webkit-background-size: 25px 31px;

  -moz-background-size: 25px 31px;

  -o-background-size: 25px 31px;

  -ms-background-size: 25px 31px;

  background-size: 25px 31px;
}

.process_figure span {
  width: 77px;
  display: block;
  margin: 20px 0 0 40px;
  line-height: 69px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #d22934;
  border: 4px solid #fff;
  font-size: 20px;
  box-shadow: 3px 4px 22px -3px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  font-style: oblique;
}

.process_figure em {
  width: 15px;
  height: 61px;
  position: absolute;
  z-index: 2;
  left: 70px;
  top: 95px;
} /*background: url(../images/dot_15.png) no-repeat;*/

.process_figure em::after {
  content: '';

  position: absolute;

  left: 50%;

  display: block;

  height: 64%;

  width: 1px;

  background: red;
}

.process_figure em::before {
  content: '';

  position: absolute;

  left: 2px;

  display: block;

  width: 5px;

  height: 5px;

  border-radius: 50%;

  border: 3px solid #fff;

  top: 1px;
}

.process_figure li:nth-child(2n-1) em::before {
  top: auto;

  bottom: -1px;
}

.process_figure li:nth-child(2n) em::after {
  top: auto;
  bottom: 2px;
}

.process_figure li:nth-child(2n) em::before {
}

.process_figure .txt {
  margin-top: 80px;
  height: 100px;
}

.process_figure .txt dd {
  float: left;
  margin-right: 10px;
  width: 163px; /*height:100px;*/
  position: relative;
  padding: 12px 0;
  text-align: center;
  color: #000;
}

.process_figure .txt dd::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -44px;
  width: 1px;
  height: 44px;
  border-right: 1px solid #d22934;
  display: none;
}

.process_figure .txt dd::after {
  display: none;
  content: '';
  position: absolute;
  left: 50%;
  top: -34px;
  margin-left: -6px;
  width: 11px;
  height: 11px;
  border: 2px solid #d22934;
  background: #fff;
  border-radius: 50%;
}

.process_figure .txt dd:first-child::after {
  display: none;
}

.process_figure .txt dd img {
  display: block; /*width: 100px; height: 36px;*/
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.process_figure li:nth-child(2n) dd {
  top: 12px;
}

.process_figure li:nth-child(2n) span {
  margin-top: 106px;
}

.process_figure li:nth-child(2n) em {
  top: 146px;
} /*background: url(../images/dot_16.png) no-repeat;*/

.process_figure li:nth-child(2n) .txt {
  margin-top: 0;
  position: relative;
}

.process_figure li:nth-child(2n) .txt dd:before {
  top: 100px;
}

.process_figure li:nth-child(2n) .txt dd:after {
  top: 112px;
}

.about-part03 {
  padding: 5% 0 7.5%;
}

.about-part03 p {
  color: #8e8e8e;
  line-height: 1.8;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1365px) {
  .process_figure .line {
    left: 0;
    right: 0;
    width: 100%;
  }

  .process_figure .swiper-button-prev {
    left: -26px;
  }

  .process_figure .swiper-button-next {
    right: -26px;
  }

  .about-part01 {
    padding-bottom: 2%;
    background-size: contain;
  }
}

@media only screen and (max-width: 1279px) {
  .ab01_top .rr h2 {
    margin: 0 0 10px;
  }

  .video_close {
    top: 10%;
  }
}

@media only screen and (max-width: 1023px) {
  .about-part01 {
    padding-bottom: 1%;
  }

  .ab01_bot dd span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .about-part01 {
    padding-bottom: 60px;
  }

  .ab01_top .ll,
  .ab01_top .rr {
    width: 100%;
  }

  .ab01_top .ll {
    margin-bottom: 20px;
  }

  .ab01_bot {
    padding-top: 10px;
  }

  .videolist_appbox .video_t {
    width: 100%;
    height: 50%;
    top: 25%;
    left: 0;
  }

  .video_close {
    top: 20%;
    right: 5px;
  }

  .ab01_bot dd {
    width: 33.33%;
    margin-bottom: 10px;
  }

  .ab01_bot dd:first-child {
    padding-left: 5%;
  }

  .ab01_bot dd:nth-of-type(3) {
    border-right: none;
  }

  .process_figure {
    width: 100% !important;
    height: auto !important;
    margin-top: 20px;
  }

  .process_figure .swiper-wrapper {
    display: block; /*margin:0 5%; width:90%;*/
  }

  .process_figure .swiper-container {
    height: auto;
  }

  .process_figure .line {
    top: 0px;
    left: 6px;
    width: 2px;
    height: 100%;
  }

  .process_figure .swiper-button-prev {
    display: none;
  }

  .process_figure .swiper-button-next {
    display: none;
  }

  .process_figure li {
    height: auto;
    margin: 0;
    margin-bottom: 20px;
    background: none;
  }

  .process_figure li::after {
    display: none;
  }

  .process_figure span {
    width: 60px;
    height: 26px;
    line-height: 26px;
    margin: 0 0 10px 20px;
    border-radius: 0;
    border-radius: 0;
    border: none;
    font-style: inherit;
  }

  .process_figure h3 {
    position: static;
    text-align: left;
    padding-left: 30px;
  }

  .process_figure em {
    width: 14px;
    height: 14px;
    left: 0;
    top: 5px;
    border: 2px solid #d22934;
    border-radius: 50%;
    background: #fff;
  }

  .process_figure em::after,
  .process_figure em::before {
    display: none;
  }

  .process_figure .txt {
    margin-top: 0;
    height: auto;
  }

  .process_figure .txt dd {
    width: 100%;
    float: none;
    margin: 0 0 10px 20px;
    height: auto;
    padding: 10px;
  }

  .process_figure .txt dd::before,
  .process_figure .txt dd::after {
    display: none;
  }

  .process_figure li:nth-child(2n) span {
    margin-top: 0;
  }

  .process_figure li:nth-child(2n) em {
    top: 5px;
    background: #fff;
  }

  .process_figure li:last-child {
    margin-bottom: 0;
  }

  .process_figure li:nth-child(2n) dd {
    top: 0;
  }
}

@media only screen and (max-width: 374px) {
  .ab01_bot dd {
    width: 50%;
    border: none;
  }
}

/*end*/

/*发展历程*/

.history {
  padding: 5% 0;
}

.history_year {
  float: left;
  width: 180px;
  height: 588px;
}

.leftbox {
  width: 170px;
  height: 528px;
  position: relative;
  margin-top: 30px;
}

.leftbox .swiper-button-prev {
  width: 28px;
  height: 16px;
  left: auto;
  right: -7px;
  top: -30px;
  margin-top: 0;
  background: url(../image/dot_17.png) right top no-repeat;
}

.leftbox .swiper-button-next {
  width: 28px;
  height: 16px;
  right: -7px;
  top: auto;
  bottom: -30px;
  margin-top: 0;
  background: url(../image/dot_18.png) right top no-repeat;
}

.leftbox .swiper-button-prev.swiper-button-disabled,
.leftbox .swiper-button-next.swiper-button-disabled {
  pointer-events: inherit !important;
  opacity: 1;
}

.leftbox .swiper-button-prev.disabled {
  cursor: default;
  background: url(../image/dot_17_dis.png) right top no-repeat;
}

.leftbox .swiper-button-next.disabled {
  cursor: default;
  background: url(../image/dot_18_dis.png) right top no-repeat;
}

.leftbox .swiper-container {
  height: 100%;
  width: 100%;
}

.leftbox .swiper-slide {
  width: 100%;
  line-height: 88px;
  background: url(../image/dot_19.png) 148px top no-repeat;
}

.leftbox .swiper-slide a {
  color: #a1a1a1;
  display: block;
  font-size: 24px;
  text-align: right;
  padding-right: 35px;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  transform-origin: 50% 50%;
}

.leftbox .swiper-slide.on a {
  color: #e60011;
  font-size: 60px;
}

.leftbox .swiper-slide.on a:hover {
  color: #e60011 !important;
}

.leftbox .swiper-slide i {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  width: 14px;
  height: 14px;
  background: url(../image/his_cicle.png) no-repeat;
}

.leftbox .swiper-slide.on i {
  display: block;
}

.history_cons {
  float: right;
  width: calc(100% - 300px);
}

.history_cons li {
  overflow: hidden;
  margin-bottom: 50px;
}

.history_cons li:last-child {
  margin-bottom: 0;
}

.history_cons li h2 {
  margin-bottom: 40px;
  color: #686868;
}

.history_cons li h2 span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 4px solid #d91b24;
}

.history_cons dl {
  width: 100%;
  position: relative;
}

.history_cons dl::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 0px;
  width: 1px;
  height: calc(100% - 30px);
  background: #e1e1e1;
}

.history_cons dl dd {
  position: relative;
  padding-left: 140px;
  margin-bottom: 20px;
}

.history_cons dl dd i {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d91b24;
}

.history_cons dl dd em {
  position: absolute;
  left: 30px;
  top: 0;
  color: #d91b24;
}

.history_cons dl dd p {
  color: #686868;
  padding-right: 40px;
}

.history_cons dl dd .txt {
  overflow: hidden;
  background: #f9f9f9;
  margin-bottom: 28px;
}

.history_cons dl dd .txt img {
  float: left;
  width: 37%;
  max-width: 308px;
}

.history_cons dl dd .txt h3 {
  float: right;
  font-size: 16px;
  padding: 20px 5% 20px 3%;
  width: 63%;
}

@media only screen and (max-width: 1400px) {
  .leftbox .swiper-slide.on a {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1279px) {
  .history_cons {
    width: calc(100% - 220px);
  }
}

@media only screen and (max-width: 1023px) {
  .history_year {
    float: none;
    background: none;
    width: 100%;
    height: auto;
  }

  .leftbox {
    width: calc(100% - 40px);
    height: auto;
    margin: 0 auto;
  }

  .leftbox .swiper-slide {
    background: none;
    line-height: 40px;
    height: 40px;
  }

  .leftbox .swiper-slide a {
    text-align: center;
    padding: 0;
  }

  .leftbox .swiper-slide.on a {
    font-size: 24px;
  }

  .leftbox .swiper-button-prev {
    left: -26px;
    top: 10px;
    transform: rotate(269deg);
    -webkit-transform: rotate(269deg);
  }

  .leftbox .swiper-button-next {
    right: -26px;
    top: 10px;
    transform: rotate(269deg);
    -webkit-transform: rotate(269deg);
  }

  .leftbox .swiper-slide.on i {
    display: none;
  }

  .history_cons {
    width: 100%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .history_cons li {
    margin-bottom: 20px;
  }

  .history_cons li h2 {
    margin-bottom: 20px;
  }

  .history_cons dl dd {
    padding-left: 85px;
  }

  .history_cons dl dd em {
    left: 15px;
  }

  .history_cons dl dd .txt img {
    float: none;
    width: 100%;
    max-width: 100%;
  }

  .history_cons dl dd .txt h3 {
    float: none;
    width: 100%;
    padding: 5%;
    font-size: 14px;
  }

  .history_cons dl dd p {
    padding-right: 0;
  }
}

/*企业荣誉*/

.honor {
  margin: 5% 0;
}

.honor ul {
  margin: 0 -1.8%;
}

.honor li {
  float: left;
  width: 29.73%;
  margin: 15px 1.8%;
}

.honor li .box {
  width: 100%;
  border: 1px solid #bdbdbd;
  position: relative;
}

.honor li .box::after {
  content: '';
  position: absolute;
  left: 20px;
  bottom: -4px;
  width: 155px;
  height: 4px;
  background: #dc2c35;
}

.honor li .box img {
  width: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

.honor li h2 {
  padding: 20px 20px;
}

.ajLoad span.more {
  position: relative;
  transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  display: block;
  margin: 3.5% auto;
  text-align: center;
  cursor: pointer;
  width: 100px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  background: #e5252d;
}

#infscr-loading {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .honor li {
    width: 46.4%;
    margin-bottom: 0;
    margin-top: 0;
  }

  .honor li .box::after {
    left: 10px;
    width: calc(100% - 20px);
  }

  .honor li h2 {
    height: 3em;
    padding: 0;
    margin: 10px 10px;
  }

  .honor li h2 {
    font-size: 14px;
  }
}

/*企业文化*/

.culture {
  margin: 0 0 3%;
}

.culture li {
  width: 100%;
}

.culture li:first-child {
  padding: 5% 0 0;
  background: url(../image/bg07.jpg) left top no-repeat;
  background-size: cover;
}

.culture li .img {
  float: left;
  width: 50%;
  position: relative;
  overflow: hidden;
}

.culture li .txt {
  float: right;
  width: 50%;
  padding: 5%;
  position: relative;
  margin-top: 5%;
}

.culture li .txt > span {
  display: block;
  margin: 0 0 20px;
  color: #ea2f39;
}

.culture li .txt h2 {
  margin: 0 0 30px;
  color: #373737;
  line-height: 1.3;
}

.culture li .txt p {
  color: #373737;
  line-height: 1.8;
}

.culture li:nth-child(2n) .img {
  float: right;
}

.culture li:nth-child(2n) .txt {
  float: left;
}

.culture li:last-child .txt {
  margin-top: 0;
  padding-top: 40px;
}

.culture li:last-child .txt p {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1279px) {
  .culture li .txt,
  .culture li:last-child .txt {
    margin-top: 0;
    padding: 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .culture li .txt {
    padding: 20px 0 0 30px;
  }

  .culture li:nth-child(2n) .txt {
    padding: 20px 30px 0 0;
  }

  .culture li .txt span,
  .culture li .txt h2 {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .culture li .img,
  .culture li .txt {
    width: 100%;
  }

  .culture li .txt {
    padding: 20px 0 !important;
  }
}

/*社会责任*/

.duty-part {
  padding: 5% 0;
}

.duty-part > h2 {
  color: #2c2b2b;
  margin-bottom: 6%;
}

.duty_tit {
  color: #2c2b2b;
  line-height: 36px;
  margin-bottom: 20px;
}

.duty_tit em {
  margin-right: 10px;
}

.duty_tit em img {
  width: 42px;
  height: 37px;
}

.duty_con {
  position: relative;
  margin-bottom: 55px;
}

.duty_slide01 .swiper-slide h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../image/dot_23.png) left bottom repeat-x;
}

.duty_slide01 .swiper-slide h2 span {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 24px;
  color: #fff;
}

.duty_slide01 .swiper-button-prev,
.duty_slide01 .swiper-button-next {
  width: 26px;
  height: 45px;
  left: -48px;
  margin-top: -22px;
  background: url(../image/dot_13.png) no-repeat;
  background-size: cover;
}

.duty_slide01 .swiper-button-next {
  left: auto;
  right: -48px;
  background: url(../image/dot_14.png) no-repeat;
  background-size: cover;
}

.duty_slide01 .swiper-button-prev.swiper-button-disabled,
.duty_slide02 .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: url(../image/dot_13_dis1.png) no-repeat;
  background-size: cover;
}

.duty_slide01 .swiper-button-next.swiper-button-disabled,
.duty_slide02 .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: url(../image/dot_14_dis1.png) no-repeat;
  background-size: cover;
}

.duty_slide02 {
  margin-bottom: 20px;
}

.duty_slide02 .swiper-slide {
  padding: 100px 0;
}

.duty_slide02 .swiper-slide .box {
  z-index: 10;
  position: relative;
  transform: scale(1.36, 1.36);
  -webkit-transform: scale(1.36, 1.36);
  -moz-transform: scale(1.36, 1.36); /*-ms-transform:scale(1.36,1.36);*/
}

.duty_slide02 .swiper-slide h2 {
  position: absolute;
  opacity: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../image/dot_23.png) left bottom repeat-x;
}

.duty_slide02 .swiper-slide h2 span {
  display: block;
  width: 100%;
  padding: 0 5%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 24px;
  color: #fff;
}

.duty_slide02 .swiper-slide .bglayer {
  position: absolute;
  opacity: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}

.duty_slide02 .swiper-slide.swiper-slide-active .box {
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 15px;
}

.duty_slide02 .swiper-slide.swiper-slide-active h2 {
  opacity: 1;
}

.duty_slide02 .swiper-slide.swiper-slide-active .bglayer {
  opacity: 0;
}

.duty_slide02 .swiper-button-prev,
.duty_slide02 .swiper-button-next {
  width: 26px;
  height: 45px;
  left: 90px;
  margin-top: -22px;
  background: url(../image/dot_13.png) no-repeat;
  background-size: cover;
}

.duty_slide02 .swiper-button-next {
  left: auto;
  right: 90px;
  background: url(../image/dot_14.png) no-repeat;
  background-size: cover;
}

.duty_slide02 .swiper-slide-shadow-left,
.duty_slide02 .swiper-slide-shadow-right {
  display: none;
}

.duty_slide02 .swiper-slide img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.duty_slide02 .swiper-slide.swiper-slide-active img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
}

.duty_slide03 .img {
  width: 69.53%;
}

.duty_slide03 .txt {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30.47%;
  background: url(../image/bg08.jpg) no-repeat;
  background-size: cover;
}

.duty_slide03 .txt .inner {
  width: 100%;
  color: #fff;
  padding: 5% 20% 5% 12%;
}

.duty_slide03 .txt h2 {
  margin-bottom: 25px;
}

.duty_slide03 .txt p {
  line-height: 1.8;
}

.duty_slide03 .swiper-button-prev,
.duty_slide03 .swiper-button-next {
  width: 26px;
  height: 45px;
  left: 20px;
  margin-top: -22px;
  background: url(../image/dot_13_w.png) no-repeat;
  background-size: cover;
}

.duty_slide03 .swiper-button-next {
  left: auto;
  right: 20px;
  background: url(../image/dot_14_w.png) no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 1399px) {
  .duty_slide01 .swiper-button-prev {
    left: 20px;
  }

  .duty_slide01 .swiper-button-next {
    right: 20px;
  }
}

@media only screen and (max-width: 1365px) {
  .duty_slide03 {
    width: 99.99%;
  }
}

@media only screen and (max-width: 1279px) {
  .duty_slide02 .swiper-button-prev {
    left: 20px;
  }

  .duty_slide02 .swiper-button-next {
    right: 20px;
  }

  .duty_slide02 .swiper-slide {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767px) {
  .duty_slide01 .swiper-button-prev,
  .duty_slide02 .swiper-button-prev,
  .duty_slide03 .swiper-button-prev {
    left: 10px;
    width: 15px;
    height: 26px;
    margin-top: -13px;
  }

  .duty_slide01 .swiper-button-next,
  .duty_slide02 .swiper-button-next,
  .duty_slide03 .swiper-button-next {
    right: 10px;
    width: 15px;
    height: 26px;
    margin-top: -13px;
  }

  .duty_tit {
    line-height: 30px;
  }

  .duty_tit em img {
    width: 35px;
    height: 30.8px;
  }

  .duty_con {
    margin-bottom: 30px;
  }

  .duty_slide02 .swiper-slide {
    padding: 0;
  }

  .duty_slide02 .swiper-slide .box {
    transform: scale(1, 1);
  }

  .duty_slide02 .swiper-slide img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
  }

  .duty_slide02 .swiper-slide h2 span {
    font-size: 14px;
    bottom: 15px;
  }

  .duty_slide03 .img {
    width: 100%;
  }

  .duty_slide03 .txt {
    position: static;
    width: 100%;
    height: auto;
  }

  .duty_slide03 .swiper-button-prev,
  .duty_slide03 .swiper-button-next {
    top: 90px;
    margin-top: 0;
  }

  .duty_slide03 .swiper-button-prev {
    background: url(../image/dot_13.png) no-repeat;
    background-size: cover;
  }

  .duty_slide03 .swiper-button-next {
    background: url(../image/dot_14.png) no-repeat;
    background-size: cover;
  }

  .duty_slide03 .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background: url(../image/dot_13_dis1.png) no-repeat;
    background-size: cover;
  }

  .duty_slide03 .swiper-button-next.swiper-button-disabled {
    opacity: 1;
    background: url(../image/dot_14_dis1.png) no-repeat;
    background-size: cover;
  }

  .duty_slide03 .txt .inner {
    position: static;
    width: 100%;
    padding: 5%;
    height: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
  }

  .duty_slide03 .txt h2 {
    margin-bottom: 15px;
  }
}

/*新闻*/

.news-part01 {
  padding: 5% 0 6%;
  background: #f9f9f9;
}

.news-part01 .ll {
  float: left;
  width: 54.375%;
  overflow: hidden;
}

.news-part01 .rr {
  float: right;
  width: 45.625%;
}

.news-part01 .ll li {
  width: 100%;
  display: none;
}

.news-part01 .ll li .txt,
.news-part01 .swiper-button-prev,
.news-part01 .swiper-button-next {
  display: none;
}

.news-part01 .rr li {
  float: left;
  width: 100%;
  position: relative; /*overflow: hidden;*/
}

.news-part01 .rr li i {
  opacity: 0;
  position: absolute;
  z-index: 2;
  left: -13px;
  margin-top: -14px;
  top: 50%;
  font-size: 18px;
  color: #fff;
}

.news-part01 .rr li.on {
  background: url(../image/bg10.jpg) left top no-repeat;
  background-size: cover;
  position: relative;
  box-shadow: 0 0 5px #d7d7d7;
}

.news-part01 .rr li.on i {
  opacity: 1;
}

.news-part01 .rr h2 {
  margin: 22px 35px 5px;
  height: 1.5em;
  overflow: hidden;
}

.news-part01 .rr span {
  font-family: Arial, Helvetica, sans-serif;
  /*color: #ea2f39;*/
  color:#999;
  display: block;
  margin: 0 35px 5px;
}

.news-part01 .rr p {
  color: #000000;
  margin: 0 35px;
  height: 3em;
  overflow: hidden;
}

.news-part02 {
  padding: 5% 0% 4%;
}

.news-part02 ul {
  margin: 0 -2%;
}

.news-part02 li {
  float: left;
  width: 29.33%;
  margin: 0 2% 40px;
  padding: 30px 20px;
  /*border-top: 2px solid #060606;*/
  border-top: 2px solid #ddd;
}

.news-part02 li span {
  font-family: Arial, Helvetica, sans-serif;
  /*color: #ea2f39;*/
  color:#999;
  display: block;
  margin: 0 0 5px;
}

.news-part02 li h2 {
  margin: 0 0 10px;
  height: 3em;
  overflow: hidden;
}

.news-part02 li p {
  color: #686868;
  height: 4.5em;
  overflow: hidden;
}

.news-part02 li a.more {
  display: inline-block;
  margin-top: 50px;
}

.news-part02 li a.more i {
  color: #ea2d36;
  font-size: 20px;
}

@media only screen and (max-width: 1279px) {
  .news-part01 .rr p {
    height: 1.5em;
  }

  .news-part02 li {
    margin-bottom: 0;
  }

  .news-part01 .rr h2 {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 1023px) {
  .news-part01 .rr p {
    display: none;
  }

  .news-part02 li {
    width: 46%;
  }

  .news-part02 li a.more {
    margin-top: 20px;
  }

  .news-part01 .rr span {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .news-part01 .ll {
    width: 99.9%;
    height: auto !important;
  }

  .news-part01 .rr {
    display: none;
    width: 100%;
  }

  .news-part01 .ll li {
    display: block;
  }

  .news-part01 .ll li .txt,
  .news-part01 .swiper-button-prev,
  .news-part01 .swiper-button-next {
    display: block;
  }

  .news-part01 .ll li .txt {
    padding: 5% 0 0;
  }

  .news-part01 .ll li .txt span {
    color: #ea2f39;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px 0;
  }

  .news-part01 .swiper-button-prev {
    width: 15px;
    height: 26px;
    margin-top: -13px;
    background: url(../image/dot_13.png) no-repeat;
    background-size: cover;
  }

  .news-part01 .swiper-button-next {
    width: 15px;
    height: 26px;
    margin-top: -13px;
    background: url(../image/dot_14.png) no-repeat;
    background-size: cover;
  }

  .news-part02 ul {
    margin: 0;
  }

  .news-part02 li {
    width: 100%;
    padding: 5% 0;
    margin: 0px;
  }

  .news-part02 li h2,
  .news-part02 li p {
    height: auto;
  }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  pointer-events: visible;
}

.notice {
  padding: 3% 0 4.5%;
}

.notice ul {
  padding-bottom: 2%;
}

.notice li {
  padding: 40px 20px;
  border-bottom: 1px solid #dadada;
  overflow: hidden;
}

.notice li .ll {
  float: left;
  width: 84px;
  height: 84px;
  padding: 8px 0;
  line-height: 1.1;
  font-family: Arial, Helvetica, sans-serif;
  color: #ea2f39;
  text-align: center;
  background: #f1f1f1;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

.notice li .ll span {
  display: block;
}

.notice li .rr {
  float: right;
  width: calc(100% - 148px);
}

.notice li .rr h2 {
  margin-bottom: 15px;
  line-height: 1.2;
  height: 1.2em;
  overflow: hidden;
}

.notice li .rr p {
  line-height: 1.8;
  height: 3.6em;
  overflow: hidden;
  color: #686868;
}

.notice li:hover .ll {
  color: #fff;
  background: #ea2f39;
}

.notice li:hover .rr h2 a,
.notice li:hover .rr p {
  color: #ea2f39;
}

@media only screen and (min-width: 1025px) {
  .news-part02 li:hover {
    border-top: 2px solid #e4242b;
    /*background: url(../image/bg09.jpg) no-repeat;*/
    background-color:#e62b32;
    background-size: cover;
  }

  .news-part02 li:hover span,
  .news-part02 li:hover h2,
  .news-part02 li:hover p {
    color: #fff;
  }

  .news-part02 li:hover h2 a {
    color: #fff !important;
  }

  .news-part02 li:hover a.more i {
    color: #fff;
  }
}

@media only screen and (max-width: 1279px) {
  .notice li .ll {
    line-height: 1.3;
  }
}

@media only screen and (max-width: 767px) {
  .notice li {
    padding: 20px 0;
  }

  .notice li .ll {
    width: 60px;
    height: 60px;
    padding: 5px 0 0;
  }

  .notice li .rr {
    width: calc(100% - 75px);
  }

  .notice li .rr h2 {
    height: auto;
    margin-bottom: 10px;
  }

  .notice li .rr p {
    height: 4.5em;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

.weixin {
  position: fixed;
  width: 300px;
  z-index: 100000;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 1px 1px 10px #666;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.weixin .c {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../image/x.png) center center no-repeat;
  overflow: hidden;
  text-indent: 100px;
  right: 0;
  top: 0;
  font-size: 20px;
  font-style: normal;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}

.weixin h2 {
  position: relative;
  line-height: 40px;
  font-size: 16px;
  padding-left: 20px;
  font-weight: normal;
}

.weixin .img {
  padding: 10px 20px;
  text-align: center;
  border-top: 1px solid #ddd;
}

.weixin .img img {
  width: 200px;
  height: 200px;
}

.weixin p {
  margin: 0 0 30px;
  text-align: center;
}

.details-part {
  padding: 5% 0;
}

.details-part h1 {
  text-align: center;
  margin: 0 0 3%;
}

.details-part .btxt {
  padding: 20px 0;
  margin: 0 0 4%;
  text-align: center;
  color: #686868;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.details-part .btxt em {
  margin: 0 23px;
  font-size: 12px;
  vertical-align: top;
}

.details-part .conts {
  padding: 0 2%;
}

.details-part .conts .dets_slide {
  width: 73.8%;
  margin: 0 auto 40px;
  padding-top: 10px;
  position: relative;
}

.details-part .conts .dets_slide .swiper-button-prev {
  left: -60px;
  width: 26px;
  height: 45px;
  margin-top: -22px;
  background: url(../image/dot_13.png) no-repeat;
  background-size: cover;
}

.details-part .conts .dets_slide .swiper-button-next {
  right: -60px;
  width: 26px;
  height: 45px;
  margin-top: -22px;
  background: url(../image/dot_14.png) no-repeat;
  background-size: cover;
}

.details-part .conts .dets_slide .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: url(../image/dot_13_dis1.png) no-repeat;
  background-size: cover;
}

.details-part .conts .dets_slide .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: url(../image/dot_14_dis1.png) no-repeat;
  background-size: cover;
}

.details-part .conts .edit_con_original {
  color: #000000;
  line-height: 2;
}

.dets-bot {
  margin: 5% 2% 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.dets-bot .share {
  float: left;
  line-height: 25px;
}

.share p {
  color: #717171;
  margin-bottom: 15px;
}

.share .ico-box {
  float: left;
  height: 25px;
  line-height: 25px;
}

.share .ico-box a {
  width: 25px;
  height: 25px;
  margin: 0 6px 0 0;
}

.share .ico-box a:hover {
  opacity: 0.7;
}

.dets-page {
  margin: 20px 2%;
  position: relative;
}

.dets-page p {
  display: block;
  color: #000;
  width: calc(100% - 140px);
  line-height: 26px;
  margin-bottom: 5px;
  overflow: hidden;
}

.dets-page p label {
  float: left;
  color: #686868;
}

.dets-page p a {
  color: #000;
}

.dets-page a.close {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url(../image/close.png) no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 1023px) {
  .details-part .conts .dets_slide {
    width: 76%;
  }
}

@media only screen and (max-width: 767px) {
  .details-part .btxt {
    font-size: 12px;
    text-align: left;
  }

  .details-part .btxt em {
    margin: 0 5px;
  }

  .dets-page a.close {
    display: none;
  }

  .dets-page p {
    width: 100%;
  }

  .details-part .conts .dets_slide {
    width: 100%;
    margin: 0 0 20px;
  }

  .details-part .conts .dets_slide .swiper-button-prev {
    left: 10px;
    width: 15px;
    height: 26px;
    margin-top: -13px;
  }

  .details-part .conts .dets_slide .swiper-button-next {
    right: 10px;
    width: 15px;
    height: 26px;
    margin-top: -13px;
  }
}

/*产品中心*/

.product-part01 {
  padding: 5% 0;
  /*background: url(../image/bg11.jpg) center top no-repeat;*/
}

.product-part01 h2 {
  text-align: center;
  color: #2e2d2d;
  margin: 0 0 5%;
}

.product-part01 h2 a {
  color: #2e2d2d;
}

.pro_slide {
  position: relative;
  width: calc(100% - 120px);
  margin: 0 auto;
}

.pro_slide .swiper-button-prev {
  left: -60px;
  width: 25px;
  height: 45px;
  background: url(../image/dot_13.png) no-repeat;
  background-size: cover;
}

.pro_slide .swiper-button-next {
  right: -60px;
  width: 25px;
  height: 45px;
  background: url(../image/dot_14.png) no-repeat;
  background-size: cover;
}

.pro_slide .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: url(../image/dot_13_dis1.png) no-repeat;
  background-size: cover;
}

.pro_slide .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: url(../image/dot_14_dis1.png) no-repeat;
  background-size: cover;
}

.pro_slide .swiper-slide {
  background: #f1f1f1;
  position: relative;
}

.pro_slide .swiper-slide > a {
  display: block;
}

.pro_slide .txt {
  text-align: center;
  padding: 20px 0 42px;
}

.pro_slide .txt h2 {
  margin-bottom: 0;
}

.pro_slide .txt h2 span {
  display: block;
  width: 115px;
  height: 2px;
  margin: 3px auto 5px;
  background: #da2c35;
}

.pro_slide .txt h3 {
  color: #686868;
  line-height: 1.8;
}

.pro_slide .txt h3 span {
  display: block;
  height: 3.6em;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.pro_slide .txt_hover {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(229, 36, 43, 0.93);
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

.pro_slide .txt_hover .inner {
  text-align: center;
  width: 94%;
  padding: 5% 3%;
}

.pro_slide .txt_hover h2 span {
  display: block;
  width: 115px;
  height: 1px;
  margin: 5px auto;
  background: #fff;
}

.pro_slide .txt_hover h3 {
  line-height: 1.8;
}

.pro_slide .txt_hover h3 span {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.pro_slide .txt_hover p {
  padding: 5%;
  line-height: 1.8;
  text-align: left;
}

.product-part02 {
  padding: 10% 0;
  background: url(../image/bg12.jpg) no-repeat;
  background-size: cover;
}

.product-part02 li {
  float: left;
  width: 16.6666%;
  padding: 4.5% 0;
  text-align: center;
}

.product-part02 li span {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
}

.product-part02 li span img {
  width: 90px;
  height: 90px;
}

.product-part02 li span img + img {
  display: none;
}

.product-part02 li h2 {
  color: #2c2b2b;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

.product-part03 {
  margin: 5% 0 6%;
}

.product-part03 .img {
  width: 100%;
  position: relative;
}

.product-part03 .txt {
  z-index: 2;
  color: #fff;
  width: 32%;
  text-align: right;
  left: 5%;
}

.product-part03 .txt h2 {
  text-transform: uppercase;
  line-height: 1.1;
  font-family: Arial, Helvetica, sans-serif;
}

.product-part03 .txt h3 {
  line-height: 1.2;
  margin-bottom: 15px;
}

@media only screen and (min-width: 1025px) {
  .pro_slide .swiper-slide:hover .txt_hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
  }

  .pro_slide .swiper-slide:hover .txt_hover h2 {
    color: #fff;
  }

  .product-part02 li:hover {
    background: url(../image/bg03.jpg) no-repeat;
    background-size: cover;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  }

  .product-part02 li:hover span img {
    display: none;
  }

  .product-part02 li:hover span img + img {
    display: block;
  }

  .product-part02 li:hover h2 {
    color: #fff;
  }
}

@media only screen and (max-width: 1023px) {
  .product-part03 .txt {
    text-align: center;
    width: 100%;
    left: 0;
    padding: 0 5%;
  }
}

@media only screen and (max-width: 767px) {
  .pro_slide {
    width: 100%;
  }

  .pro_slide .swiper-button-prev {
    left: 10px;
    width: 15px;
    height: 26px;
    margin-top: -13px;
  }

  .pro_slide .swiper-button-next {
    right: 10px;
    width: 15px;
    height: 26px;
    margin-top: -13px;
  }

  .pro_slide .txt {
    padding: 0 0 20px;
  }

  .product-part02 {
    padding: 6% 0;
  }

  .product-part02 li {
    width: 33.33%;
    margin: 10px 0;
  }

  .product-part02 li span,
  .product-part02 li span img {
    width: 70px;
    height: 70px;
  }

  .product-part03 .img {
    height: 240px;
  }

  .product-part03 .img img {
    display: none;
  }
}

/*明星产品*/

.star-part {
  margin: 6% 0 8%;
}

.star_search {
  max-width: 580px;
  float: right;
  height: 40px;
  width: 100%;
  margin-bottom: 5%;
  border: 1px solid #dc2a33;
}

.star_search input {
  float: left;
  width: calc(100% - 124px);
  padding: 0 10px;
  border: none;
  height: 40px;
  line-height: 40px;
  background: none;
}

.star_search button {
  float: right;
  color: #fff;
  width: 124px;
  height: 38px;
  border: none;
  text-align: left;
  padding-left: 50px;
  background: url(../image/dot_24.jpg) left top no-repeat;
}

.star_list ul {
  margin: 0 -1.2%;
}

.star_list li {
  float: left;
  width: 30.93%;
  margin: 0 1.2% 2%;
  background: #f1f1f1;
  position: relative;
}

.star_list li .txt {
  text-align: center;
  padding: 20px 0 42px;
}

.star_list li .txt h2 span {
  display: block;
  width: 115px;
  height: 1px;
  margin: 3px auto 5px;
  background: #da2c35;
}

.star_list li .txt h3 {
  color: #686868;
  line-height: 1.8;
}

.star_list li .txt h3 span {
  display: block;
  height: 3.6em;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.star_list li .txt_hover {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(229, 36, 43, 0.93);
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

.star_list li .txt_hover .inner {
  text-align: center;
  width: 94%;
  padding: 5% 3%;
}

.star_list li .txt_hover h2 span {
  display: block;
  width: 115px;
  height: 1px;
  margin: 5px auto;
  background: #fff;
}

.star_list li .txt_hover h3 {
  line-height: 1.8;
}

.star_list li .txt_hover h3 span {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.star_list li .txt_hover p {
  padding: 5%;
  line-height: 1.8;
  text-align: left;
}

.star_list span.more,
.star_list button.more2 {
  background: #fff;
  color: #7b7a79;
  width: 128px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #655d4c;
}

.star_list button.more2 {
  text-align: center;
  display: block;
  margin: 0 auto;
}

@media only screen and (min-width: 1025px) {
  .star_list li:hover .txt_hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
  }

  .star_list span.more:hover,
  .star_list button.more2:hover {
    border: 1px solid #da2c35;
    color: #da2c35;
  }
}

@media only screen and (max-width: 1023px) {
  .star_search {
    max-width: 100%;
  }

  .star_list li {
    width: 47.6%;
  }
}

@media only screen and (max-width: 767px) {
  .star_list ul {
    margin: 0 0;
  }

  .star_list li {
    width: 100%;
  }

  .star_list li .txt h3 span {
    height: auto;
  }
}

.pro_list02 {
  padding: 6% 0;
  background: #f9f9f9;
}

.pro_list02 li {
  float: left;
  width: 100%;
  margin-bottom: 2.3%;
  background: #fff;
}

.pro_list02 li .img {
  float: left;
  width: 50%;
}

.pro_list02 li .txt {
  float: right;
  width: 50%;
  padding: 5% 5% 2%;
}

.pro_list02 li .txt em {
  display: block;
  width: 100px;
  height: 2px;
  margin: 25px 0 12px;
  background: #ea2f39;
}

.pro_list02 li:nth-child(2n) .img {
  float: right;
}

.pro_list02 li:nth-child(2n) .txt {
  float: left;
}

.pro_list02 li .txt p {
  line-height: 1.8;
  height: 5.4em;
  overflow: hidden;
  color: #686868;
}

.pro_list02 li .txt p span {
  display: block;
}

.pro_list02 li .txt a.more {
  display: block;
  margin-top: 40px;
}

.pro_list02 li .txt a.more i {
  color: #ea2d36;
  font-size: 20px;
}

@media only screen and (max-width: 1279px) {
  .pro_list02 li .txt {
    padding: 30px 30px;
  }

  .pro_list02 li .txt a.more {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1023px) {
  .pro_list02 li .txt {
    padding: 20px;
  }

  .pro_list02 li .txt em {
    margin: 10px 0 5px;
  }

  .pro_list02 li .txt a.more {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .pro_list02 li .img,
  .pro_list02 li .txt {
    width: 100%;
  }

  .pro_list02 li .txt p {
    height: auto;
  }
}

.pro_list03 {
  padding: 6% 0;
  background: #f9f9f9;
}

.pro_list03 li {
  float: left;
  width: 100%;
  padding: 0 6% 0 7.2%;
  margin-bottom: 4.5%;
  position: relative;
}

.pro_list03 li .img {
  float: left;
  width: 56.4%;
  position: relative;
  z-index: 2;
}

.pro_list03 li .txt {
  position: absolute;
  right: 6%;
  top: 35px;
  z-index: 1;
  width: 42.5%;
  background: #fff;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

.pro_list03 li .txt em {
  display: block;
  width: 100px;
  height: 2px;
  margin: 8px 0 25px;
  background: #ea2f39;
}

.pro_list03 li .txt .inner {
  padding: 15% 15% 15% 25%;
}

.pro_list03 li:nth-child(2n) .img {
  float: right;
}

.pro_list03 li:nth-child(2n) .txt {
  left: 7.2%;
}

.pro_list03 li:nth-child(2n) .txt .inner {
  padding: 15% 25% 15% 15%;
}

.pro_list03 li .txt p {
  line-height: 1.8;
  height: 3.6em;
  color: #686868;
  overflow: hidden;
  color: #686868;
}

.pro_list03 li .txt p span {
  display: block;
}

.pro_list03 li .txt a.more {
  display: block;
  margin-top: 35px;
}

.pro_list03 li .txt a.more i {
  color: #ea2d36;
  font-size: 20px;
}

@media only screen and (min-width: 1025px) {
  .pro_list03 li:hover .txt {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background: url(../image/bg13.jpg) right top no-repeat #fff;
  }
}

@media only screen and (max-width: 1279px) {
  .pro_list03 li {
    padding: 0;
  }

  .pro_list03 li .txt {
    right: 0;
    width: 45%;
    height: auto !important;
  }

  .pro_list03 li:nth-child(2n) .txt {
    left: 0;
  }

  .pro_list03 li .txt .inner,
  .pro_list03 li:nth-child(2n) .txt .inner {
    padding: 13% 10%;
  }

  .pro_list03 li .txt p {
    height: auto;
  }
}

@media only screen and (max-width: 1023px) {
  .pro_list03 li .txt .inner,
  .pro_list03 li:nth-child(2n) .txt .inner {
    padding: 5% 10%;
  }

  .pro_list03 li .txt a.more {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .pro_list03 li .img,
  .pro_list03 li .txt {
    width: 100%;
    float: none !important;
  }

  .pro_list03 li .txt {
    position: static;
    top: auto;
  }

  .pro_list03 li .txt .inner,
  .pro_list03 li:nth-child(2n) .txt .inner {
    padding: 5%;
  }
}

.pro-dets01 {
  padding: 5% 0 0;
}

.pro-dets01 .tt span {
  display: inline-block;
  padding-bottom: 12px;
  position: relative;
}

.pro-dets01 .tt em {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #da2a32;
}

.pro-dets01 .cc {
  /*border: 1px solid #d7d7d7;
  padding: 10px;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);*/
  padding:15px 15px 15px 0;
}

.pro-dets01 .cc .ll {
  float: left;
  width: 47.5%;
  background: #f6f6f6;
}

.pro-dets01 .cc .rr {
  float: right;
  width: 52%;
}

.pro-dets01 .cc .ll .b-box {
  overflow: hidden;
}

.pro-dets01 .cc .ll .s-box {
  position: relative;
  width: 75.5%;
  height: 66px;
  margin: 10px auto;
}

.pro-dets01 .cc .ll .s-box .swiper-slide {
  opacity: 0.7;
  background: #fff;
  height: 66px;
  overflow: hidden;
}

.pro-dets01 .cc .ll .s-box .swiper-slide.on {
  opacity: 1;
  border: 2px solid #da2a32;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.pro-dets01 .cc .ll .s-box .swiper-button-prev {
  left: -30px;
  width: 12px;
  height: 22px;
  margin-top: -11px;
  background: url(../image/dot_13.png) no-repeat;
  background-size: cover;
}

.pro-dets01 .cc .ll .s-box .swiper-button-next {
  right: -30px;
  width: 12px;
  height: 22px;
  margin-top: -11px;
  background: url(../image/dot_14.png) no-repeat;
  background-size: cover;
}

.pro-dets01 .cc .ll .s-box .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: pointer;
  pointer-events: visible;
}

.pro-dets01 .cc .ll .s-box .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  cursor: pointer;
  pointer-events: visible;
}

.pro-dets01 .cc .ll .s-box .swiper-button-prev.disabled {
  background: url(../image/dot_13_dis1.png) no-repeat;
  background-size: cover;
}

.pro-dets01 .cc .ll .s-box .swiper-button-next.disabled {
  background: url(../image/dot_14_dis1.png) no-repeat;
  background-size: cover;
}

.pro-dets01 .cc .rr ul {
  margin: 5% 8%;
}

.pro-dets01 .cc .rr li {
  margin-bottom: 25px;
  overflow: hidden;
  line-height: 1.8;
}

.pro-dets01 .cc .rr li:last-child {
  margin-bottom: 0;
}

.pro-dets01 .cc .rr li span {
  float: left;
  width: 90px;
  /*position: relative;
  font-weight: bold;*/
}

.pro-dets01 .cc .rr li span::before {
  content: '';
  position: absolute;
  right: 0;
  top: 3px;
  width: 2px;
  height: 15px;
  background: #e0e0e0;
}

.pro-dets01 .cc .rr li p {
  /*float: right;*/
  width: calc(100% - 125px);
  color: #2c2b2b;
}

.pro-dets02 {
  background: none;
  padding: 4% 0 7%;
}

@media only screen and (max-width: 1279px) {
  .pro-dets01 .cc .rr ul {
    margin: 10px 5%;
  }
}

@media only screen and (max-width: 1023px) {
  .pro-dets01 .cc .ll,
  .pro-dets01 .cc .rr {
    width: 100%;
    height: auto !important;
  }

  .pro-dets01 .cc .rr ul {
    margin: 5%;
  }
}

@media only screen and (max-width: 1023px) {
  .pro-dets01 .cc .ll .b-box {
    display: none;
  }

  .pro-dets01 .cc .ll .s-box {
    width: 100%;
    height: auto;
  }

  .pro-dets01 .cc .ll .s-box .swiper-slide {
    background: none;
  }

  .pro-dets01 .cc .ll .s-box .swiper-slide.on {
    border: none;
    box-shadow: unset;
  }

  .pro-dets01 .cc .ll .s-box .swiper-button-prev {
    left: 10px;
    width: 15px;
    height: 26px;
    margin-top: -13px;
  }

  .pro-dets01 .cc .ll .s-box .swiper-button-next {
    right: 10px;
    width: 15px;
    height: 26px;
    margin-top: -13px;
  }

  .pro-dets01 .cc .rr li {
    margin-bottom: 10px;
  }

  .pro-dets01 .cc .rr li span {
    width: 75px;
  }

  .pro-dets01 .cc .rr li p {
    width: calc(100% - 95px);
  }

  .pro-dets01 .cc .rr li span::before {
    top: 6px;
  }
}

.college-tit {
  margin: 6.3% 40px;
  border: 1px solid #e9e9e9;
}

.college-tit li {
  width: 20%;
  float: left;
  text-align: center;
  height: 54px;
  line-height: 54px;
  border-right: 1px solid #e9e9e9;
}

.college-tit li:last-child {
  border-right: none;
}

.college-tit li a {
  color: #686868;
  display: block;
}

.college-tit li.on {
  background: url(../image/dot_25.jpg) no-repeat;
  background-size: cover;
  border-right: none;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.15);
}

.college-tit li.on a {
  color: #fff !important;
}

.college-con {
  margin: 0 0 8%;
}

.college-con li {
  float: left;
  width: 48.5%;
  height: 130px;
  margin: 0 0 30px;
  border: 1px solid #e9e9e9;
  position: relative;
  z-index: 1;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

.college-con li::before {
  content: '';
  position: absolute;
  left: 25px;
  top: -1px;
  width: 150px;
  height: 4px;
  background: #d80009;
}

.college-con li:nth-child(2n) {
  float: right;
}

.college-con li .inner {
  margin: 30px 50px;
  position: relative;
  padding-left: 70px;
  z-index: 10;
  overflow: hidden;
}

.college-con li .b_layer {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  z-index: 8;
  left: -1px;
  top: -5px; /*width:calc(100% + 54px);height: 140px;*/
  width: 101%;
  height: 135px;
  background: #fff;
  border: 1px solid #d9d9d9;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}

.college-con li .b_layer::before {
  content: '';
  position: absolute;
  left: 25px;
  top: -1px;
  width: 170px;
  height: 4px;
  background: #d80009;
}

.college-con li span {
  display: block;
  position: absolute;
  left: 0;
  top: -5px;
}

.college-con li span i {
  font-size: 36px;
  color: #dd2a33;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}

.college-con li h2 {
  margin-bottom: 10px;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
}

.college-con li em {
  color: #ea2f39;
  font-family: Arial, Helvetica, sans-serif;
}

.college-con li:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1025px) {
  .college-con li:hover {
    z-index: 2;
    transform: scale(1.05); /*transform-origin:0 0;*/
  }

  .college-con li:hover .b_layer {
    opacity: 1;
  }
}

@media only screen and (max-width: 1023px) {
  .college-tit {
    margin: 5% 0;
    font-size: 14px;
  }

  .college-con li {
    width: 100%;
    float: left !important;
    margin-bottom: 20px;
    height: auto;
  }

  .college-con li .inner {
    margin: 20px 15px;
    padding-left: 50px;
  }

  .college-con li h2 {
    height: auto;
  }
}

.liter {
  margin-top: 5%;
}

/*投资者关系*/

.invest-tit {
  margin: 6% 0 5%;
  height: 82px;
  position: relative;
}

.invest-tit .line {
  position: absolute;
  left: 0;
  top: 70px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #d7d7d7;
}

.invest-tit .swiper-container {
  margin: 0 50px;
}

.invest-tit li {
  cursor: pointer;
  text-align: center;
  height: 82px;
  line-height: 82px;
  position: relative;
}

.invest-tit li span {
  display: block;
  text-align: center;
  width: 100%;
  height: 70px;
  line-height: 70px;
  color: #b9b9b9;
  font-family: Arial, Helvetica, sans-serif;
}

.invest-tit li.on span {
  color: #fff;
  font-size: 36px;
  background: url(../image/dot_26.png) center top no-repeat;
}

.invest-tit li em {
  position: absolute;
  left: 50%;
  bottom: 5px;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  background: url(../image/dot_29.png) no-repeat;
}

.invest-tit li.on em {
  width: 21px;
  height: 21px;
  margin-left: -11px;
  background: url(../image/dot_30.png) no-repeat;
}

.invest-tit .swiper-button-prev {
  width: 30px;
  height: 30px;
  left: 0;
  margin-top: -15px;
  background: url(../image/dot_27.png) no-repeat;
}

.invest-tit .swiper-button-next {
  width: 30px;
  height: 30px;
  right: 0;
  margin-top: -15px;
  background: url(../image/dot_28.png) no-repeat;
}

.invest-tit .swiper-button-prev.swiper-button-disabled,
.invest-tit .swiper-button-next.swiper-button-disabled {
  cursor: pointer;
  opacity: 1;
  pointer-events: inherit !important;
}

.invest-tit .swiper-button-prev.disabled {
  background: url(../image/dot_27_dis.png) no-repeat;
}

.invest-tit .swiper-button-next.disabled {
  background: url(../image/dot_28_dis.png) no-repeat;
}

.invest-con .edit_con_original {
  color: #686868;
}

@media only screen and (max-width: 767px) {
  .invest-tit li.on span {
    font-size: 24px;
  }
}

.journal dd {
  padding: 10px;
  border-bottom: 1px solid #efefef;
}

.journal dd span {
  padding-left: 15px;
  position: relative;
  display: block;
  margin-bottom: 5px;
  color: #ea2f39;
  font-family: Arial, Helvetica, sans-serif;
}

.journal dd span::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #ea2f39;
}

.invest-contact {
  margin-top: 5%;
  margin-bottom: 5%;
}

.invest-contact dt {
  margin-bottom: 20px;
}

.invest-contact dd {
  margin-bottom: 10px;
  color: #686868;
  line-height: 32px;
  padding-left: 32px;
  position: relative;
}

.invest-contact dd a {
  color: #686868;
}

.invest-contact dd i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  margin-right: 10px;
  vertical-align: middle;
  color: #ea2d36;
}

/*人力资源*/

.hr_index .inwrap.l-m-c {
  max-width: 1120px;
  bottom: 35%;
}

.hr_search {
  width: 100%;
  height: 48px;
  line-height: 48px;
  margin-top: 30px;
  background: rgba(255, 255, 255, 0.3);
}

.hr_search i {
  font-size: 24px;
  float: left;
  margin: 0 15px;
}

.hr_search input {
  float: left;
  width: calc(100% - 260px);
  height: 100%;
  color: #fff;
  border: none;
  background: none;
}

.hr_search input::placeholder {
  color: #fff;
}

.hr_search a {
  float: right;
  color: #fff;
}

.hr_search a i {
  float: right;
  font-size: 12px;
}

.hr_part01 {
  padding: 5% 0;
  background: #f1f1f1;
}

.hr_part01 li {
  float: left;
  width: 49.5%;
  position: relative;
}

.hr_part01 li:nth-child(2n) {
  float: right;
}

.hr_part01 li .txt {
  position: absolute;
  color: #fff;
  left: 12%;
  top: 10%;
}

.hr_part01 li span i {
  font-size: 60px;
}

.hr_part01 li h2 {
  margin-bottom: 20px;
}

.hr_part02 {
  padding: 5.5% 0 6.6%;
}

.hr_part02 h2.tit {
  color: #2c2b2b;
  text-align: center;
  margin-bottom: 4%;
}

.hr_part02 h2.tit a {
  color: #2c2b2b;
}

.hr_part02 ul {
  margin: 0 -1.5%;
}

.hr_part02 li {
  float: left;
  width: 30.33%;
  margin: 0 1.5%;
  background: #f1f1f1;
}

.hr_part02 li .txt {
  width: 100%;
  padding: 25px 28px 35px;
}

.hr_part02 li .txt span {
  display: block;
  margin-bottom: 5px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ea2f39;
}

.hr_part02 li .txt h3 {
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
}

.hr_part02 li .txt p {
  color: #686868;
  line-height: 1.8;
  max-height: 5.4em;
}

.hr_part03 {
  padding: 0 0 0;
}

.hr_part03 li {
  float: left;
  width: 30.5%;
  height: 0;
  padding-bottom: 22.27%;
  position: relative;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  overflow: hidden;
}

.hr_part03 li:nth-of-type(1) {
  padding-bottom: 44.8%;
}

.hr_part03 li:nth-of-type(2),
.hr_part03 li:nth-of-type(5) {
  width: 45.55%;
}

.hr_part03 li:nth-of-type(3),
.hr_part03 li:nth-of-type(4) {
  width: 23.95%;
  background: none;
}

.hr_part03 li:nth-of-type(5) {
  float: right;
}

.hr_part03 li .txt {
  color: #fff;
  width: 100%;
  padding: 0 6%;
  position: absolute;
  left: 0;
  top: 40px;
}

.hr_part03 li .txt p {
  margin-top: 20px;
  line-height: 1.8;
  max-height: 5.4em;
  overflow: hidden;
}

.hr_part03 li .txt em {
  display: block;
  width: 40px;
  height: 2px;
  margin-top: 15px;
  background: #da2c35;
}

.hr_part03 li .txt i {
  display: block;
  margin-top: 35px;
}

.hr_part03 li:nth-of-type(1) .txt {
  text-align: right;
  top: 50%;
}

.hr_part03 li:nth-of-type(3) .txt,
.hr_part03 li:nth-of-type(4) .txt {
  padding: 0 40px;
  color: #000;
}

.hr_part03 li:nth-of-type(3) .txt p,
.hr_part03 li:nth-of-type(4) .txt p {
  color: #686868;
}

@media only screen and (min-width: 1025px) {
  .hr_part03 li:nth-of-type(3):hover,
  .hr_part03 li:nth-of-type(4):hover {
    background: url(../image/bg14.jpg) no-repeat;
    background-size: cover;
  }

  .hr_part03 li:nth-of-type(3):hover .txt,
  .hr_part03 li:nth-of-type(4):hover .txt {
    color: #fff;
  }

  .hr_part03 li:nth-of-type(3):hover .txt em,
  .hr_part03 li:nth-of-type(4):hover .txt em {
    background: #fff;
  }

  .hr_part03 li:nth-of-type(3):hover .txt p,
  .hr_part03 li:nth-of-type(4):hover .txt p {
    color: #fff;
  }

  .hr_part03 li:hover i {
    color: #ea2f39;
  }
}

.hr_part04 {
  padding: 6% 0 0;
}

.hr_part04 li {
  width: 100%;
  background: #f5f5f5;
  overflow: hidden;
}

.hr_part04 li:first-child {
  position: relative;
}

.hr_part04 li:first-child .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  color: #fff;
  padding: 6% 8% 0 17%;
  height: 100%;
  background: rgba(224, 26, 32, 0.9);
}

.hr_part04 li .txt em {
  display: block;
  width: 40px;
  height: 2px;
  margin: 10px 0 25px;
  background: #fff;
}

.hr_part04 li .txt p {
  color: #fff;
  line-height: 1.8;
}

.hr_part04 li .txt i {
  display: block;
  margin-top: 30px;
  color: #fff;
  font-size: 12px;
}

.hr_part04 li + li .img {
  float: left;
  width: 50%;
}

.hr_part04 li + li .txt {
  float: right;
  width: 50%;
  padding: 6% 17% 0 8%;
}

.hr_part04 li + li .txt em {
  background: #da2c35;
}

.hr_part04 li + li .txt p {
  color: #686868;
}

.hr_part04 li + li .txt i {
  color: #d92629;
}

@media only screen and (max-width: 1520px) {
  .hr_part04 li:first-child .txt,
  .hr_part04 li + li .txt {
    padding-top: 4%;
  }
}

@media only screen and (max-width: 1399px) {
  .hr_index .inwrap.l-m-c {
    bottom: 25%;
  }

  .hr_part04 li:first-child .txt,
  .hr_part04 li + li .txt {
    padding: 5%;
  }
}

@media only screen and (max-width: 1279px) {
  .hr_part01 li span i {
    font-size: 40px;
  }

  .hr_part03 li .txt {
    top: 20px;
    padding: 0 25px !important;
  }

  .hr_part04 li:first-child .txt,
  .hr_part04 li + li .txt {
    padding: 30px 30px 0;
  }

  .hr_part04 li .txt i {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 1023px) {
  .hr_index .inwrap.l-m-c {
    bottom: 15%;
  }

  .hr_part03 li .txt p br {
    display: none;
  }

  .hr_part03 li .txt em,
  .hr_part03 li .txt p {
    margin-top: 10px;
  }

  .hr_part04 li .txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 3.6em;
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .hr_part01 li {
    width: 100%;
  }

  .hr_part02 ul {
    margin: 0;
  }

  .hr_part02 li {
    margin: 0 0 10px;
    width: 100%;
  }

  .hr_part03 li {
    width: 100% !important;
    height: auto !important;
    padding-bottom: 0 !important;
  }

  .hr_part03 li:nth-of-type(3),
  .hr_part03 li:nth-of-type(4) {
    height: 150px !important;
    background: url(../image/bg14.jpg) no-repeat;
    background-size: cover;
  }

  .hr_part03 li:nth-of-type(3) .txt,
  .hr_part03 li:nth-of-type(4) .txt,
  .hr_part03 li:nth-of-type(3) .txt p,
  .hr_part03 li:nth-of-type(4) .txt p {
    color: #fff;
  }

  .hr_part03 li:nth-of-type(3) .txt em,
  .hr_part03 li:nth-of-type(4) .txt em {
    background: #fff;
  }

  .hr_part04 li + li .img {
    width: 100%;
  }

  .hr_part04 li:first-child .txt,
  .hr_part04 li + li .txt {
    position: static;
    width: 100% !important;
    height: auto;
    padding: 5%;
  }

  .hr_part03 li .txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 3.6em;
    overflow: hidden;
  }
}

.job_part {
  padding: 6% 0;
}

.job_part ul {
  margin-bottom: 5%;
}

.job_part li {
  border-bottom: 1px solid #d2d2d2;
  padding: 30px;
}

.job_part li .faq-t {
  cursor: pointer;
  position: relative;
}

.job_part li .faq-t h2 {
  width: 90%;
  color: #000;
}

.job_part li .faq-t i {
  position: absolute;
  right: 0;
  top: -5px;
  color: #c3c3c3;
  font-size: 26px;
}

.job_part li.on {
  background: #fcfcfc;
}

.job_part li.on .faq-t i {
  color: #e52830;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.job_part li .faq-c {
  display: none;
  padding: 10px 0 0;
  color: #575757;
  line-height: 2;
}

.job_part li .faq-c h3 {
  overflow: hidden;
  margin-bottom: 3%;
}

.job_part li .faq-c h3 span {
  float: left;
  margin-right: 30px;
}

.job_part li .faq-c .txt a.btn {
  float: left;
  margin-top: 4.5%;
  width: 200px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #fff !important;
  background: #e5252d;
}

.job_part li .faq-c .txt a.btn i {
  font-size: 30px;
  margin-right: 5px;
  vertical-align: middle;
}

.job_part li .faq-c dl {
  float: left;
  width: 45%;
  padding-right: 5%;
  border-right: 1px solid #f0f0f0;
}

.job_part li .faq-c dl:nth-child(2n) {
  float: right;
  padding-right: 0;
  border-right: none;
}

.job_part li .faq-c dl dt {
  margin-bottom: 10px;
  color: #000;
}

.job_part li .faq-c dl dd {
  color: #686868;
}

@media only screen and (max-width: 1023px) {
  .job_part li {
    padding: 20px;
  }

  .job_part li .faq-t i {
    top: -7px;
  }

  .job_part li .faq-c dl {
    width: 100%;
    border: none;
    margin-bottom: 20px;
    padding: 0;
  }

  .job_part li .faq-c .txt a.btn {
    width: 150px;
    height: 40px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 1025px) {
  .job_part li .faq-c .txt a.btn:hover {
    opacity: 0.8;
  }
}

.campus_part {
  padding: 5% 0 4%;
  background: url(../image/bg15.jpg) left bottom repeat-x #fff;
}

.campus_part .ll {
  float: left;
  width: 420px; /*height:375px;*/
  border-radius: 5px;
  background: #ffffff;
  overflow: hidden;
}

.campus_part .rr {
  float: right;
  width: calc(100% - 470px);
}

.campus_part .rr h2 {
  border-bottom: 2px solid #d72b34;
  padding-bottom: 20px;
  margin-bottom: 26px;
}

.campus_part .rr table {
  width: 100%;
}

.campus_part .rr table tr td {
  border-bottom: 1px solid #dfdfdf;
  padding: 15px 5px;
  overflow: hidden;
}

.campus_part .rr td.w01 {
  width: 27%;
}

.campus_part .rr td.w02 {
  width: 10%;
}

.campus_part .rr td.w03 {
  width: 12%;
}

.campus_part .rr td.w04 {
  width: 18%;
}

.campus_part .rr td.w05 {
  width: 32%;
}

.campus_part .ll .calendar {
  margin: 0 0 10px;
}

.campus_part .ll .calendar h1 {
  padding: 0 20px;
  height: 80px;
  line-height: 80px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background: #d42931;
}

.campus_part .ll .calendar h1 span {
  float: left;
}

.campus_part .ll .calendar h1 a.l {
  background: url(../image/dot_13_w.png) center center no-repeat;
  width: 17px;
  height: 30px;
  display: block;
  float: left;
  cursor: pointer;
  margin: 25px 10px 0 12px;
  background-size: cover;
}

.campus_part .ll .calendar h1 a.r {
  background: url(../image/dot_14_w.png) center center no-repeat;
  width: 17px;
  height: 30px;
  display: block;
  float: left;
  cursor: pointer;
  margin: 25px 0 0 10px;
  background-size: cover;
}

.cal-box {
  background: #fdfdfd;
  padding: 0 16px;
}

.cal-box table td {
  display: inline-block;
  text-align: center;
  color: #000;
}

.cal-box table thead {
  margin-bottom: 10px;
}

.cal-box table thead td {
  border-bottom: 2px solid #f7f7f7;
  background: #fdfdfd;
  width: 55px;
  height: 55px;
  line-height: 55px;
  margin-bottom: 10px;
}

.cal-box table thead td.sun,
.cal-box table thead td.sta {
  color: #d72931;
}

.cal-box table tbody td {
  border-radius: 5px;
  font-size: 20px;
  margin: 5px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #fff;
  border: 1px solid #999999;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.cal-box table td.now {
  border: 1px solid #d72931;
  color: #d72931;
}

.cal-box table td.act {
  color: #fff;
  background: #ed5565;
  border: 1px solid #ed5565;
}

.cal-box table td.now.act {
  border: 1px solid #d42931;
}

/*针对火狐浏览器的CSS Hack:*/

@-moz-document url-prefix() {
  .cal-box table thead td {
    width: 51px;
  }

  .cal-box table tbody td {
    margin: 5px 3px;
  }
}

@media only screen and (max-width: 1279px) {
  .campus_part .ll {
    margin: 0 auto;
    float: none;
  }

  .campus_part .rr {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .campus_part .ll {
    width: 100%;
  }

  .cal-box {
    padding: 0;
  }

  .cal-box table {
    width: 100%;
  }

  .cal-box table td {
    float: left;
    width: 14.2857%;
    padding: 0;
  }

  .cal-box table thead td {
    width: 14.2857%;
  }

  .cal-box table tbody td {
    width: 12.2857%;
    margin: 1%;
  }

  .campus_part .ll .calendar h1 {
    height: 60px;
    line-height: 60px;
  }

  .campus_part .ll .calendar h1 a.l,
  .campus_part .ll .calendar h1 a.r {
    width: 13px;
    height: 21px;
    margin-top: 18px;
  }

  .campus_part .rr h2 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .ph_table,
  .ph_table thead,
  .ph_table tbody,
  .ph_table th,
  .ph_table td,
  .ph_table tr {
    display: block;
  }

  .ph_table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .ph_table tr {
    border: 1px solid #eee;
    border-bottom: 0;
    margin-bottom: 10px;
  }

  .ph_table td {
    border: none;
    border-bottom: 1px solid #eee !important;
    width: 100% !important;
    position: relative;
    padding: 10px 0 !important;
    padding-left: 5em !important;
    white-space: normal;
    text-align: left;
  }

  .ph_table td:before {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    width: 5em;
    text-indent: 10px;
    white-space: nowrap;
    text-align: left;
  }

  .ph_table td:before {
    content: attr(data-title);
  }
}

@media only screen and (max-width: 375px) {
  .cal-box table tbody td {
    height: 40px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 359px) {
  .cal-box table tbody td {
    height: 36px;
    line-height: 36px;
  }
}

/*国际化*/

.intern_part01 {
  padding: 5% 0;
  background: url(../image/bg16.jpg) center top no-repeat;
  background-size: cover;
}

.intern_part01 h2 {
  text-align: center;
  margin-bottom: 50px;
  color: #2e2d2d;
}

.intern_part01 .ll_img {
  float: left;
  width: 78.2812%;
}

.intern_part01 .rr_list {
  float: right;
  width: 15.625%;
}

.intern_part01 .rr_list li {
  margin-bottom: 70px;
}

.intern_part01 .rr_list h3 {
  color: #686868;
  line-height: 1.2;
}

.intern_part01 .rr_list h3 span {
  color: #ea2f39;
  margin-right: 5px;
  font-family: Arial, Helvetica, sans-serif;
}

.intern_part02 {
  padding: 5% 0 6.2%;
  background: #f1f1f1;
}

.intern_part02 .tab_tit {
  text-align: center;
  margin-bottom: 40px;
}

.intern_part02 .tab_tit ul {
  display: inline-block;
}

.intern_part02 .tab_tit li {
  float: left;
  cursor: pointer;
  padding: 0 10px 8px;
  line-height: 70px;
  margin: 0 20px;
}

/*.intern_part02 .tab_tit li.on {
  color: #e5252d;
  font-size: 40px;
  border-bottom: 2px solid #e5252d;
}*/

.t_clist li {
  float: left;
  width: 25%;
  background: #fafafa;
}

.t_clist li:nth-child(2n) {
  background: #fff;
}

.t_clist li .img {
  width: 100%;
}

.t_clist li .img img {
  width: 100%;
}

.t_clist li .txt {
  padding: 20px 25px 20px;
}

.t_clist li .txt h2 {
  margin-bottom: 10px;
}

.t_clist li .txt p {
  color: #686868;
  height: 4.5em;
  overflow: hidden;
}

.intern_part03 {
  padding: 7.8% 0 6.2%;
  background: url(../image/bg17.jpg) left bottom no-repeat #fff;
}

.intern_part03 .tab_tit {
  text-align: center;
  margin-bottom: 30px;
}

.intern_part03 .tab_tit li {
  float: left;
  width: 25%;
  border-right: 1px solid #d2d2d2;
  height: 90px;
  cursor: pointer;
}

.intern_part03 .tab_tit li:first-child {
  border-left: 1px solid #d2d2d2;
}

.intern_part03 .tab_tit li.on {
  color: #fff;
  background: url(../image/bg18.jpg) no-repeat;
  background-size: cover;
}

.intern_part03 .tab_tit li h3 {
  line-height: 1.2;
  color: #686868;
}

.intern_part03 .tab_tit li h3 span {
  margin-right: 5px;
  color: #ea2f39;
  font-family: Arial, Helvetica, sans-serif;
}

.intern_part03 .tab_tit li p {
  color: #000;
}

.intern_part03 .tab_tit li.on h3,
.intern_part03 .tab_tit li.on h3 span,
.intern_part03 .tab_tit li.on p {
  color: #fff;
}

.t_clist1 {
  margin: 0 -2px;
}

.t_clist1 li {
  float: left;
  width: calc(14.2857% - 2px);
  height: 44px;
  line-height: 44px;
  margin: 1px;
  text-align: center;
  color: #686868;
  background: #fafafa;
}

.intern_part04 {
  padding: 6.5% 0 4%;
}

.intern_part04 h3 {
  text-align: center;
  margin-bottom: 10px;
}

.intern_part04 .box {
  position: relative;
}

.intern_part05 {
  padding: 6.5% 0;
  background: #f1f1f1;
}

.intern_part05 h2 {
  text-align: center;
  color: #2e2d2d;
  margin-bottom: 35px;
}

.intern_part05 ul {
  margin: 0 7%;
  width: 86%;
}

.intern_part05 li {
  float: left;
  width: 20%;
  height: 117px;
  margin: 0 0 10px;
  overflow: hidden;
  position: relative;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

.intern_part05 li span img {
  display: block;
  max-width: 160px;
  max-height: 50px;
}

.intern_part05 li span img + img {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .intern_part05 li:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 15px;
    background: url(../image/bg19.jpg) no-repeat;
    background-size: cover;
  }

  .intern_part05 li:hover span img {
    display: none;
  }

  .intern_part05 li:hover span img + img {
    display: block;
  }
}

@media only screen and (max-width: 1599px) {
  /*.intern_part02 .tab_tit li.on {
    font-size: 30px;
  }*/

  .intern_part05 ul {
    width: 100%;
    margin: 0;
  }
}

@media only screen and (max-width: 1279px) {
  .intern_part01 .rr_list li {
    margin-bottom: 40px;
  }

  .intern_part02 .tab_tit li {
    line-height: 40px;
  }

  .intern_part02 .tab_tit li.on {
    font-size: 24px;
  }

  .t_clist1 li {
    width: calc(20% - 2px);
  }
}

@media only screen and (max-width: 1023px) {
  .t_clist li .txt {
    padding: 15px 10px;
  }

  .t_clist1 li {
    width: calc(25% - 2px);
  }
}

@media only screen and (max-width: 767px) {
  .intern_part01 h2,
  .intern_part02 .tab_tit,
  .intern_part05 h2 {
    margin-bottom: 20px;
  }

  
  .intern_part02 .tab_tit li.on {
    font-size: 18px;
  }

  .t_clist li {
    width: 50%;
  }

  .intern_part01 .ll_img,
  .intern_part01 .rr_list {
    width: 100%;
  }

  .intern_part01 .rr_list li {
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .intern_part02 .tab_tit li {
    margin: 0;
  }

  .intern_part03 .tab_tit li {
    height: 70px;
  }

  .t_clist1 li {
    width: calc(50% - 2px);
  }

  .intern_part05 li {
    width: 50%;
    height: 60px;
  }

  .intern_part05 li span {
    swidth: 100%;
  }

  .intern_part05 li span img {
    max-width: 100%;
    max-height: auto;
  }
}

@media only screen and (max-width: 360px) {
  .t_clist li {
    width: 100%;
  }

  .t_clist li .txt {
    padding: 5%;
  }

  .t_clist li .txt p {
    height: auto;
  }
}

/*科技研发-研发创新*/

.develop_part01 {
  padding: 4% 0 6%;
  background: url(../image/bg20.jpg) center top no-repeat;
  background-size: cover;
}

.develop_part01 h2 {
  margin-bottom: 20px;
  text-align: center;
  color: #2c2b2b;
}

.develop_part01 p {
  text-align: left;
  color: #929292;
  line-height: 1.8;
}

.develop_part01 ul {
  margin: 5% 0 0;
}

.develop_part01 li {
  float: left;
  width: 20%;
}

.develop_part01 li h3 {
  line-height: 1.2;
  color: #ea2f39;
}

.develop_part01 li h3 span {
  margin-right: 5px;
  font-family: Arial, Helvetica, sans-serif;
}

.develop_part01 li h3 sup {
  font-size: 36px;
}

.develop_part02 {
  position: relative;
}

.develop_part02 h2 {
  top: 90px;
  color: #2c2b2b;
}

.develop_part02 img {
  width: 100%;
}

.develop_part03 {
  padding: 6% 0 0;
  background: url(../image/bg15.jpg) left bottom repeat-x #fff;
}

.develop_part03 .tab_tit {
  margin-bottom: 60px;
}

.deve_list01 li {
  float: left;
  width: 25%;
  padding: 4.5% 0 0;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -webkit-transition: 0.5s all;
  text-align:center;
}

.deve_list01 li span {
  display: block;
  width: 78px;
  height: 78px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.deve_list01 li span img {
  width: 78px;
  height: 78px;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

.deve_list01 li span img + img {
  display: none;
}

.deve_list01 li .txt {
  height: 240px;
  padding: 0 37px;
  border-right: 1px solid #d0d0d0;
}

.deve_list01 li:first-child .txt {
  border-left: 1px solid #d0d0d0;
}

.deve_list01 li h2 {
  line-height: 1.2;
  height: 2.4em;
  margin-bottom: 10px;
  overflow: hidden;
  color: #000;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -webkit-transition: 0.3s all;
}

.deve_list01 li p {
  color: #686868;
  margin-bottom: 10px;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.3s all;
  -webkit-transition: 0.5s all;
}

.deve_list02 li {
  width: 20%;
}

.deve_list02 li span {
  width: 164px;
  height: 70px;
  margin-left: 15px;
}

.deve_list02 li span img {
  width: 164px;
  height: 70px;
}

.deve_list02 li h2 {
  line-height: 1.5;
  height: auto;
  margin-bottom: 30px;
}

.deve_list02 li .txt {
  height: 420px;
  padding: 0 25px;
}

.deve_list02 li .txt h2 em {
  display: block;
}

.deve_list02 li .txt h2 em i {
  text-transform: uppercase;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  border-radius: 10px;
  background: #e5242b;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
}

.develop_part04 {
  padding: 6% 0;
  background: #fff;
}

.develop_part04 h2 {
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}

.develop_part04 .tab-tit {
  margin-bottom: 40px;
}

.develop_part04 .tab-tit li {
  cursor: pointer;
  float: left;
  width: 16.6666%;
}

.develop_part04 .tab-tit li span {
  display: block;
  width: 140px;
  height: 140px;
  text-align: center;
  margin-bottom: 18px;
  border-radius: 50%;
  border: 1px solid #b8b8b8;
}

.develop_part04 .tab-tit li span img {
  width: 64px;
  height: 56px;
  margin: 42px auto;
}

.develop_part04 .tab-tit li span img + img {
  display: none;
}

.develop_part04 .tab-tit li p {
  color: #000000;
  width: 140px;
  text-align: center;
}

.develop_part04 .tab-tit li.on span {
  border: 1px solid #e5242b;
}

.develop_part04 .tab-tit li.on span img {
  display: none;
}

.develop_part04 .tab-tit li.on span img + img {
  display: block;
}

.develop_part04 .tab-tit li.on p {
  color: #e5242b;
}

.deve_list03 li {
  overflow: hidden;
  margin-bottom: 10px;
}

.deve_list03 dt {
  float: left;
  width: 110px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  background: #e5242b;
}

.deve_list03 dd {
  float: right;
  width: calc(100% - 120px);
}

.deve_list03 dd span {
  float: left;
  margin: 0 10px 10px 0;
  width: 110px;
  height: 40px;
  line-height: 40px;
  color: #000000;
  text-align: center;
  border-radius: 3px;
  background: #f1f1f1;
}

.develop_part05 {
  padding: 6% 0;
  background: #f1f1f1;
}

.develop_part05 h2 {
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}

.develop_part05 .tab-tit {
  text-align: center;
  margin-bottom: 40px;
}

.develop_part05 .tab-tit li {
  cursor: pointer;
  display: inline-block;
  width: 240px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #686868;
  background: #fff;
}

.develop_part05 .tab-tit li.on {
  color: #fff;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.15);
  background: url(../image/bg22.jpg) no-repeat;
}

.deve_box01 h3 {
  text-align: center;
  margin-bottom: 35px;
}

.deve_box01 h3 em {
  color: #e5242b;
  font-weight: bold;
}

.dev_table {
  border-left: 1px solid #d5d5d5;
  border-top: 2px solid #e5242b;
  width: 100%;
}

.dev_table tr th {
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  line-height: 18px;
  border-right: 1px solid #d5d5d5;
  background: #e1e1e1;
}

.dev_table tr td {
  text-align: center;
  color: #747474;
  padding: 15px 0;
  line-height: 18px;
  border-bottom: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}

.dev_table tr:nth-child(2n) td {
  background: #fff;
}

.develop_part06 {
  padding: 6% 0 3%;
  background: #fff;
}

.deve_list05 li {
  float: left;
  width: calc(25% - 1px);
  padding: 0 4%;
  margin-bottom: 50px;
  border-right: 1px solid #d2d2d2;
}

.deve_list05 li h3 {
  line-height: 1.2;
  color: #ea2f39;
}

.deve_list05 li h3 span,
.deve_list05 li h5 span {
  margin-right: 5px;
  font-family: Arial, Helvetica, sans-serif;
}

.deve_list05 li h5 {
  color: #2b2b2b;
}

.deve_list05 li:nth-child(4n) {
  border-right: none;
}

.deve_list06 li {
  float: left;
  width: calc(33.33% - 1px);
  padding: 0 5%;
  margin-bottom: 50px;
  border-right: 1px solid #d2d2d2;
}

.deve_list06 li h3 {
  line-height: 1.2;
  color: #ea2f39;
}

.deve_list06 li h3 span {
  margin-right: 5px;
  font-family: Arial, Helvetica, sans-serif;
}

.deve_list06 li:nth-child(3n) {
  border-right: none;
}

.develop_part07 {
  padding: 6% 0;
  background: url(../image/bg23.jpg) no-repeat;
  background-size: cover;
}

.tab_slide01 {
  position: relative;
}

.tab_slide01 .box {
  width: 100%;
  border: 1px solid #bdbdbd;
  position: relative;
  background: #fff;
}

.tab_slide01 .box::after {
  content: '';
  position: absolute;
  left: 20px;
  bottom: -4px;
  width: 155px;
  height: 4px;
  background: #dc2c35;
}

.tab_slide01 .box img {
  width: auto !important;
  max-width: 100% !important;
  max-height: 99.8% !important;
}

.tab_slide01 h2 {
  padding: 20px 20px;
}
.xfzSwi {
  position: relative;
}

.tab_slide01 .swiper-button-prev,
.tab_slide02 .swiper-button-prev,
.xfzSwi .swiper-button-prev {
  left: -80px;
  width: 26px;
  height: 45px;
  background: url(../image/dot_13.png) no-repeat;
  background-size: cover;
}

.tab_slide01 .swiper-button-next,
.tab_slide02 .swiper-button-next,
.xfzSwi .swiper-button-next {
  right: -80px;
  width: 26px;
  height: 45px;
  background: url(../image/dot_14.png) no-repeat;
  background-size: cover;
}

.tab_slide01 .swiper-button-prev.swiper-button-disabled,
.tab_slide02 .swiper-button-prev.swiper-button-disabled,
.xfzSwi .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: url(../image/dot_13_dis1.png) no-repeat;
  background-size: cover;
}

.tab_slide01 .swiper-button-next.swiper-button-disabled,
.tab_slide02 .swiper-button-next.swiper-button-disabled,
.xfzSwi .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: url(../image/dot_14_dis1.png) no-repeat;
  background-size: cover;
}

.tab_slide02 {
  position: relative;
}

.tab_slide02 dl {
  float: left;
  width: 23%;
  margin: 0 1% 2%;
}

.tab_slide02 dl dt {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #bdbdbd;
  background: #fff;
  position: relative;
}

.tab_slide02 dl dt img {
  width: 100%;
}

.tab_slide02 dl dt::after {
  content: '';
  position: absolute;
  left: 10px;
  bottom: -4px;
  width: 155px;
  height: 4px;
  background: #dc2c35;
}

.tab_slide02 dl dd {
  line-height: 1.2;
  height: 2.4em;
  overflow: hidden;
}

.develop_part08 {
  padding: 6% 0 4%;
}

.develop_part08 h2 {
  text-align: center;
  color: #2c2b2b;
  margin-bottom: 35px;
}

.develop_part08 ul {
  margin: 0 -1.5%;
}

.develop_part08 li {
  float: left;
  width: 22%;
  padding: 4% 3.5% 2%;
  margin: 0 1.5% 3%;
  border: 1px solid #bebebe;
  transition: 0.3s all;
}

.develop_part08 li h3 {
  text-align: left;
  color: #000;
  line-height: 1.2;
  height: 2.4em;
  overflow: hidden;
  margin-bottom: 15px;
  transition: 0.3s all;
}

.develop_part08 li p {
  height: 12em;
  color: #686868;
  overflow: hidden;
  transition: 0.3s all;
}

.develop_part09 {
  padding: 0 0 6%;
}

.develop_part09 img {
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .deve_list01 li:hover {
    background: url(../image/bg21.jpg) no-repeat;
    background-size: cover;
  }

  .deve_list01 li:hover span img {
    display: none;
  }

  .deve_list01 li:hover span img + img {
    display: block;
  }

  .deve_list01 li:hover .txt {
    border-right: none;
  }

  .deve_list01 li:first-child:hover .txt {
    border-left: none;
  }

  .deve_list01 li:hover h2,
  .deve_list01 li:hover p {
    color: #fff;
  }

  .deve_list02 li:hover .txt h2 em i {
    color: #e5242b;
    background: #fff;
  }

  .develop_part08 li:hover {
    border: 1px solid transparent;
    background: url(../image/bg24.jpg) no-repeat;
    background-size: cover;
  }

  .develop_part08 li:hover h3,
  .develop_part08 li:hover p {
    color: #fff;
  }
}

@media only screen and (max-width: 1520px) {
  .tab_slide01 .swiper-button-prev,
  .tab_slide02 .swiper-button-prev,
  .xfzSwi .swiper-button-prev {
    left: -35px;
  }

  .tab_slide01 .swiper-button-next,
  .tab_slide02 .swiper-button-next,
  .xfzSwi .swiper-button-next {
    right: -35px;
  }
}

@media only screen and (max-width: 1279px) {
  .develop_part01 p br {
    display: none;
  }

  .develop_part02 h2 {
    top: 40px;
  }

  .develop_part01 li h3 sup {
    font-size: 30px;
  }

  .deve_list01 li {
    padding-top: 0;
  }

  .deve_list02 li .txt {
    height: 450px;
  }

  .deve_list06 li {
    padding: 0 3%;
  }

  .develop_part03 .tab_tit {
    margin-bottom: 40px;
  }

  .tab_slide01 .swiper-button-prev,
  .tab_slide02 .swiper-button-prev,
  .xfzSwi .swiper-button-prev {
    left: 10px;
  }

  .tab_slide01 .swiper-button-next,
  .tab_slide02 .swiper-button-next,
  .xfzSwi .swiper-button-next {
    right: 10px;
  }

  .intern_part02 .tab_tit li,
  .develop_part04 .tab-tit li {
    cursor: default;
  }
}

@media only screen and (max-width: 1023px) {
  .develop_part01 li h3 sup {
    font-size: 24px;
  }

  .deve_list01 {
    padding-bottom: 5%;
  }

  .deve_list01 li .txt {
    height: auto;
    padding: 0 20px 0 0;
    border: none !important;
  }

  .deve_list01 li span {
    width: 58px;
    height: 58px;
    margin-bottom: 20px;
  }

  .deve_list01 li span img {
    width: 100%;
    height: auto;
  }

  .deve_list02 li span {
    width: 80%;
    height: auto;
  }

  .deve_list02 li span img {
    width: 100%;
    height: auto;
  }
 .develop_part03 .tab_tit{
    margin-bottom:20px;
  }
  .develop_part04 .tab-tit li span {
    width: 100px;
    height: 100px;
  }

  .develop_part04 .tab-tit li span img {
    margin: 20px auto;
  }

  .develop_part04 .tab-tit li p {
    width: 100px;
  }

  .develop_part05 .tab-tit li {
    width: 200px;
  }

  .deve_list06 li {
    width: calc(50% - 1px);
    padding: 0 5%;
  }

  .deve_list06 li:nth-child(3n) {
    border-right: 1px solid #d2d2d2;
  }

  .deve_list06 li:nth-child(2n) {
    border-right: none;
  }

  .tab_slide02 dl {
    width: 31.33%;
  }

  .develop_part08 li {
    width: 30.33%;
  }
}

@media only screen and (max-width: 767px) {
  .develop_part01 li {
    width: 50%;
    margin-bottom: 10px;
  }

  .develop_part02 h2 {
    position: static;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }

  .deve_list01 li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    padding:0 30px;
  }

  .deve_list01 li span {
    margin: 0 auto 10px;
  }

  .deve_list01 li .txt {
    padding: 0;
  }

  .deve_list01 li h2,
  .deve_list01 li p {
    margin-bottom: 5px;
  }

  .deve_list02 li span {
    width: 164px;
  }

  .deve_list03 dd {
    width: 100%;
    margin-top: 10px;
  }

  .deve_list03 dd span {
    width: calc(33.33% - 10px);
  }

  .develop_part04 h2,
  .develop_part05 h2,
  .develop_part05 .tab-tit,
  .deve_box01 h3,
  .develop_part08 h2 {
    margin-bottom: 20px;
  }

  .develop_part04 .tab-tit {
    margin-bottom: 0;
  }

  .develop_part04 .tab-tit li {
    width: 33.33%;
    margin-bottom: 20px;
  }

  .develop_part04 .tab-tit li span {
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
  }

  .develop_part04 .tab-tit li span img {
    width: 40px;
    height: 35px;
    margin: 16px auto;
  }

  .develop_part04 .tab-tit li p {
    width: 100%;
    text-align: center;
  }

  .develop_part05 .tab-tit li {
    width: 95px;
  }

  .deve_list05 li {
    width: 50%;
    padding: 0 5%;
    margin-bottom: 20px;
    border-right: none !important;
  }

  .deve_list06 li {
    width: 100%;
    margin-bottom: 20px;
    border-right: none !important;
  }

  .tab_slide02 dl {
    width: 48%;
  }

  .tab_slide02 dl dt {
    padding: 5px;
  }

  .tab_slide02 dl dt::after {
    width: 70%;
  }

  .tab_slide02 dl dd {
    height: auto;
  }

  .tab_slide01 .box {
    width: calc(100% - 2px);
  }

  .tab_slide01 .swiper-button-prev,
  .tab_slide02 .swiper-button-prev,
  .tab_slide01 .swiper-button-next,
  .tab_slide02 .swiper-button-next,
  .xfzSwi .swiper-button-prev,
  .xfzSwi .swiper-button-next {
    width: 15px;
    height: 26px;
    margin-top: -13px;
  }

  .tab_slide01 .swiper-button-prev.swiper-button-disabled,
  .tab_slide02 .swiper-button-prev.swiper-button-disabled,
  .xfzSwi .swiper-button-prev.swiper-button-disabled,
  .xfzSwi .swiper-button-prev.swiper-button-disabled {
    width: 15px;
    height: 26px;
    margin-top: -13px;
  }

  .dev_table {
    border: none;
  }

  .dev_table tr {
    border: 1px solid #d5d5d5;
    border-bottom: none;
  }

  .dev_table tr td:before {
    width: 8em;
  }

  .dev_table tr td {
    border: none;
    border-bottom: 1px solid #d5d5d5 !important;
    text-align: left;
    padding-left: 8em !important;
  }

  .develop_part08 ul {
    margin: 0;
  }

  .develop_part08 li {
    width: 100%;
    padding: 5%;
    margin: 0 0 10px;
  }

  .develop_part08 li h3,
  .develop_part08 li p {
    height: auto;
  }
}

/*搜索*/

.search-part {
  padding: 3% 0 0;
}

.search_t {
  background: #f4f4f4;
  padding: 3% 20%;
  margin-bottom: 2%;
  overflow: hidden;
}

.search_t input,
.search_t button {
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  border: none;
  outline: none;
}

.search_t input {
  padding: 0 10px;
  width: calc(100% - 140px);
  float: left;
}

.search_t button {
  background: #e60012;
  color: #fff;
  width: 140px;
  float: left;
}

.search_p {
  color: #4c4c4c;
  padding: 2%;
}

.search_p span,
.search_p i {
  color: #e60012;
}

.search_list {
  padding: 0 0 5%;
}

.search_list li {
  overflow: hidden;
  padding: 0 2%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e6e6e6;
}

.search_list p {
  float: left;
  width: 78%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search_list p i {
  color: #e60012;
}

.search_list span {
  float: right;
  width: 135px;
  text-align: center;
  font-family: arial;
}

.search_list p a {
  color: #4c4c4c;
}

.search_list span {
  color: #999999;
}

@media only screen and (max-width: 1024px) {
  .search_list p {
    width: calc(100% - 100px);
  }

  .search_list span {
    width: 90px;
  }

  .search_t input,
  .search_t button {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .search_t {
    padding: 5%;
  }

  .search_t button {
    width: 100px;
  }

  .search_t input {
    width: calc(100% - 100px);
  }

  .search_p {
    padding-bottom: 0;
  }

  .search_list li {
    height: 40px;
    line-height: 40px;
  }

  .search_list span {
    font-size: 12px;
    text-align: right;
  }
}

.connect-part {
  position: relative;
  margin-top: 5%;
  margin-bottom: 5%;
}

.cmap {
  width: 81.25%;
  height: 545px;
}

.cinfo {
  position: absolute;
  right: 35px;
  top: 0px;
  z-index: 2;
  width: 31.25%;
  background: rgba(229, 36, 43, 0.9);
}

.cinfo dl {
  padding: 25% 10%;
  color: #fff;
}

.cinfo dt {
  margin-bottom: 15%;
}

.cinfo dd {
  position: relative;
  line-height: 24px;
  padding: 10px 0;
}

.cinfo dd a {
  color: #fff !important;
}

@media only screen and (max-width: 1023px) {
  .cmap {
    width: 100%;
    height: 400px;
  }

  .cinfo {
    width: 100%;
    position: static;
  }

  .cinfo dl {
    padding: 5%;
  }

  .cinfo dt {
    margin-bottom: 5%;
  }
}

@media only screen and (max-width: 767px) {
  .cmap {
    height: 300px;
  }

  .cinfo dd {
    padding: 5px 0;
  }
}

.law-part {
  padding: 5% 0;
}

.law-part .edit_con_original {
  color: #666;
}

.sitemap {
  margin: 5% 0;
}

.sitemap li {
  float: left;
  width: 100%;
  padding: 2% 0;
  border-bottom: 1px solid #efefef;
}

.sitemap li dt {
  margin-bottom: 10px;
  position: relative;
  color: #d6000e;
  padding-left: 10px;
  font-size: 16px;
}

.sitemap li dt a {
  color: #d6000e;
}

.sitemap li dt::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 2px;
  height: 18px;
  background: #d6000e;
}

.sitemap li dd span {
  display: inline-block;
  margin: 0 5% 0 10px;
}

@media only screen and (max-width: 767px) {
  .sitemap li {
    padding: 5% 0;
  }

  .sitemap li dd span {
    margin: 0 20px 0 0;
  }
}

.xmn_bg {
  background: none !important;
}

.xmn_bg {
  background: none !important;
}

.xmn_inner {
  padding-left: 0 !important;
}

.xmn-pro-dets01 {
  padding: 5% 0 5% 0;
}

.pro-dets01 .cc .rr {
  /*float: left;

  width: 100%;*/
}

@media only screen and (max-width: 1023px) {
  .college-con li .inner {
    margin: 20px 15px;

    padding-left: 50px;
  }
}

.college-con li .inner {
  margin: 30px 0px;
}

.college-con li {
  padding: 0 25px;
}

/**/
.invest-contactForm {
  width: 710px;
  margin: 5.468% auto 6%;
}
.invest-contactForm .top {
  text-align: center;
}
.invest-contactForm .tit {
  display: inline-block;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 4px solid #e5252d;
}
.invest-contactForm .subtit {
  font-size: 18px;
  margin-top: 16px;
}
.invest-contactForm .form {
  margin-top: 5%;
}
.invest-contactForm .form li {
  margin-bottom: 20px;
  position: relative;
}
.invest-contactForm .form .label {
  padding-right: 20px;
  text-align: right;
  float: left;
  width: 100px;
  font-size: 16px;
  line-height: 40px;
}
.invest-contactForm .form .ipt {
  background: #fafafa;
  border: 1px solid #eaeaea;
  padding: 10px 18px;
  float: left;
  width: 587px;
  height: 40px;
}
.invest-contactForm .form .ver_code {
  float: right;
  margin-right: -19px;
  margin-top: -32px;
  position: relative;
  cursor: pointer;
}
.invest-contactForm .form .ver_code img {
  height: 40px;
  width: 122px;
}
.invest-contactForm .form input {
  width: 100%;
  border: none;
  height: 18px;
  line-height: 18px;
  background-color: #fafafa;
}
.invest-contactForm .form i {
  color: #e5252d;
  line-height: 40px;
  padding-left: 10px;
  font-weight: bold;
}
.invest-contactForm .btm_box {
  margin-top: 5%;
}
.invest-contactForm .sct {
  cursor: pointer;
}
.invest-contactForm .sct .ipt {
  position: relative;
  cursor: pointer;
}
.invest-contactForm .sct .ipt {
  cursor: pointer;
  background: #fafafa url(../image/triangle_icon.png) 97% center no-repeat;
}
.invest-contactForm .sct .ipt .input {
  color: #666;
}
.invest-contactForm .btm_box .submit {
  display: block;
  width: 100px;
  height: 31px;
  color: #fff !important;
  line-height: 30px;
  text-align: center;
  background-color: #e5252d;
  font-size: 16px;
  margin: 0 auto;
}
.invest-contactForm .btm_box .reset {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  color: #2f53a5;
  cursor: pointer;
}
.invest-contactForm .sct .list {
  position: absolute;
  top: 40px;
  left: 0px;
  z-index: 99;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  border: 1px solid #eee;
  border-top: 0;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  display: none;
}
.invest-contactForm .sct .list .item {
  display: block;
  line-height: 40px;
  white-space: normal;
  padding: 0 20px;
}
.foot_share {
  float: right;
  margin-top: -23px;
  margin-right: -5px;
}
.foot_share a {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.foot_share a.in {
  background: url(../image/instagram_icon.png) 0 0 no-repeat;
}
.foot_share a.fb {
  background: url(../image/facebook_icon.png) 0 0 no-repeat;
}
.foot_share a.ln {
  background: url(../image/linkedin_icon.png) 0 0 no-repeat;
}
.form_pop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.6);
}
.form_pop .dailog {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
  transform: translate(-50%, -50%);
}
.form_pop .dailog .top {
  font-weight: bold;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.form_pop .dailog .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.form_pop .cont_body {
  padding: 30px 30px 60px 30px;
}
.form_pop .option_title {
  padding-bottom: 30px;
}
.form_pop .label {
  float: left;
  padding-right: 5%;
}
.form_pop .form .input {
  width: 70%;
  float: left;
}
.form_pop .form .input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #5c6671;
  height: 32px;
  padding: 3px;
  vertical-align: middle;
  width: 95%;
}
.form_pop .form .input .xing {
  color: #f00;
}
.form_pop .form .input .validator-error {
  color: #a94442;
  padding: 1px 3px;
}
.form_pop .button-wrapper {
  text-align: center;
  margin-top: 5px;
}
.form_pop .button-wrapper .btn {
  background: #ffffff;
  border-radius: 0em;
  color: #5c6670;
  font-size: 1em;
  font-weight: 400 !important;
  letter-spacing: 0px;
  padding: 0.5em 2em;
  margin: 0 auto;
  outline: none;
  border: 0.08em solid #5c6670 !important;
  text-transform: capitalize;
  text-decoration: none;
  transition: background 0.5s, color 0.5s, border 0.5s;
}
.form_pop .button-wrapper .btn:hover {
  background-color: #ea2f39;
  border-color: #ea2f39 !important;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .invest-contactForm {
    width: 100%;
    max-width: 94%;
  }
  .invest-contactForm .form .label {
    width: 22%;
    padding-right: 2%;
    font-size: 14px;
  }
  .invest-contactForm .form .ipt {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .invest-contactForm .subtit {
    font-size: 14px;
  }
}

/* 新添加 */
/* .xfzSwi{position: relative;}
.xfzSwi .swiper-button-prev{ left:-80px; width:26px; height:45px; background: url(../image/dot_13.png) no-repeat; background-size: cover;}

.xfzSwi .swiper-button-next{ right:-80px; width:26px; height:45px; background: url(../image/dot_14.png) no-repeat; background-size: cover;}

.xfzSwi .swiper-button-prev.swiper-button-disabled{ opacity: 1; background: url(../image/dot_13_dis1.png) no-repeat;background-size: cover;}

.xfzSwi .swiper-button-next.swiper-button-disabled{ opacity: 1; background: url(../image/dot_14_dis1.png) no-repeat;background-size: cover;}


@media only screen and (max-width: 1520px) {

  .xfzSwi .swiper-button-prev{left:-35px;}

  .xfzSwi .swiper-button-next{right:-35px;}

} */
