/*å…¬å¸ç®€ä»‹*/
.fix {
  *zoom: 1;
  *clear: both;
}
.fix:before,
.fix:after {
  display: table;
  clear: both;
  content: '';
}
.l {
  float: left;
}
.r {
  float: right;
}
.anchorPoint{
  height: 80px;
  margin-top: -80px;
}
.t-indent {
  text-indent: 2em;
}
.t_f2start.mb0{
  padding-bottom: 0;
}
.t_f1kuai6 .t_f1k3tit{
  text-align: left;
}
.m-txtPicb1 {
  font-size: 14px;
  padding: 10px 0 50px;
  line-height: 1.5;
}
.m-txtPicb1 * {
  line-height: 1.5;
}
.m-txtPicb1 .pt {
  margin-bottom: 55px;
}
.m-txtPicb1 .pt .desc,
.m-txtPicb1 .pt .desc * {
  line-height: 2.28;
}
.m-txtPicb1 .pt .l,
.m-txtPicb1 .pt .r {
  width: 48%;
}
.m-txtPicb1 .pt .text {
  color: #404040;
}
.m-txtPicb1 .pt .text .ltd {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.m-txtPicb1 .pt .text .ltd .gp {
  color: #005caa;
  font-size: 19px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 15px;
}
.m-txtPicb1 .pt .text .t {
  font-size: 18px;
  margin: 15px 0 25px;
  font-weight: bold;
}
.m-txtPicb1 .pt.pt2 .desc {
  margin-top: 15px;
}
.m-txtPicb1 .pt .video_box {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  display: block;
}
.m-txtPicb1 .pt .video_box img {
  display: block;
  width: 100%;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.m-txtPicb1 .pt .video_box:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.m-txtPicb1 .pt .video_box:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 73px;
  height: 73px;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  background: url(../img/b-play.png);
}
#certify {
  position: relative;
}
#certify .con {
  background-color: #F6F6F6;
  padding-bottom: 20px;
  -webkit-box-shadow: 0 0 12px #ddd;
          box-shadow: 0 0 12px #ddd;
}
#certify .con .pic {
  position: relative;
  height: 0;
  padding-top: 115%;
  overflow: hidden;
}
#certify .con .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 90%;
  max-height: 90%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
}
#certify .t_f1k5tit {
  text-align: center;
}
#certify .swiper-button-next:after,
#certify .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
}
#certify .swiper-pagination {
  display: none;
}
#certify .swiper-container {
  -webkit-perspective: 120px;
  -moz-perspective: 120px;
  -o-perspective: 120px;
  perspective: 120px;
}
#certify .swiper-wrapper {
  -webkit-transform-origin: center center;
     -moz-transform-origin: center center;
      -ms-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
#certify .swiper-slide {
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
  width: 340px;
  height: 500px;
}
#certify .swiper-button-prev {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  /* background: url(https://h5.org.cn/images/ga11.png) center center no-repeat;
  background-size: contain; */
  background: #005caa;
}
#certify .swiper-button-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #005caa;
}
.ul-listb1 {
  font-size: 0;
}
.ul-listb1 li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
.ul-listb1 .con {
  padding: 12px 20px 40px;
  border-left: 1px solid #ebebeb;
  margin-bottom: 50px;
}
.ul-listb1 .con:hover .icon img {
  -webkit-transform: rotateY(-180deg);
     -moz-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.ul-listb1 .con:hover .tit {
  color: #183255;
}
.ul-listb1 .icon {
  height: 80px;
  overflow: hidden;
  margin-bottom: 30px;
}
.ul-listb1 .icon img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.ul-listb1 .tit {
  font-size: 24px;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 8px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.5;
}
.ul-listb1 .desc {
  font-size: 16px;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #5d5d5d;
  line-height: 1.5;
}
.m-ysbox1{
  margin-bottom: 50px;
}
.m-ysbox1 .gp {
  margin-top: 100px;
}
.m-ysbox1 .con {
  position: relative;
  overflow: hidden;
}
.m-ysbox1 .odd .con .left {
  float: left;
  width: 41.45%;
}
.m-ysbox1 .odd .con .right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18.76%;
  overflow: hidden;
}
.bigimgs .img {
  position: relative;
  height: 0;
  padding-top: 81%;
  overflow: hidden;
}
.m-ysbox1 .odd .con .center {
  position: absolute;
  right: 18.9%;
  top: 71px;
  left: 42%;
  z-index: 10;
  overflow: hidden;
  padding: 60px 0;
  padding-left: 4%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.m-ysbox1 .title {
  color: #dddddd;
  font-size: 26px;
}
.m-ysbox1 .odd .title {
  position: absolute;
  right: 0;
  top: 0;
}
.m-ysbox1 .odd .title .tit01 {
  display: inline-block;
  margin-right: 35px;
  position: relative;
}
.m-ysbox1 .odd .title .tit01::after {
  content: '';
  position: absolute;
  right: 50%;
  bottom: -70px;
  height: 58px;
  background: #dddddd;
  width: 1px;
}
.m-ysbox1 .odd .title .tit02 {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.m-ysbox1 .odd .slick-dots {
  position: absolute;
  left: 105%;
  bottom: 10px;
  text-align: left;
}
.m-ysbox1 .odd .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.m-ysbox1 .odd .slick-dots li {
  margin: 0;
  padding: 0;
  width: 4px;
  height: 6px;
  margin-right: 16px;
}
.m-ysbox1 .odd .slick-dots li button {
  background: #868686;
  padding: 0;
  color: #868686;
  width: 4px;
  height: 6px;
}
.m-ysbox1 .odd .slick-dots li.slick-active button {
  background: #e75425;
  padding: 0;
  color: #e75425;
  width: 4px;
  height: 6px;
}
.m-ysbox1 .odd .slick-dots li button:before {
  content: '';
}
.m-ysbox1 .even {
  margin-top: 150px;
}
.m-ysbox1 .even .con .left {
  float: right;
  width: 41.45%;
}
.smimgs .img {
  position: relative;
  height: 0;
  padding-top: 85.06%;
  overflow: hidden;
}
.bigimgs .img img,
.smimgs .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-ysbox1 .even .con .right {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 18.76%;
  overflow: hidden;
}
.m-ysbox1 .even .con .center {
  position: absolute;
  left: 18.9%;
  top: 71px;
  right: 42%;
  z-index: 10;
  overflow: hidden;
  padding: 60px 0;
  padding-right: 4%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.m-ysbox1 .con .center .txtbox {
  display: block;
}
.m-ysbox1 .con .center .txtbox .tit {
  font-size: 24px;
  color: #183255;
}
.m-ysbox1 .con .center .txtbox .time {
  padding: 10px 0 10px 18px;
  color: #5d5d5d;
  background: url(../img/b-time.png) no-repeat left center;
  -webkit-background-size: 14px 14px;
       -o-background-size: 14px;
          background-size: 14px;
}
.m-ysbox1 .con .center .txtbox .desc {
  color: #5d5d5d;
  /*overflow: hidden;*/
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 2.5;
  height: 4.5em;
}
.m-ysbox1 .even .title {
  position: absolute;
  left: 0;
  top: 0;
  color: #dddddd;
}
.m-ysbox1 .even .title .tit01 {
  display: inline-block;
  position: relative;
}
.m-ysbox1 .even .title .tit01::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -70px;
  height: 58px;
  background: #dddddd;
  width: 1px;
}
.m-ysbox1 .even .title .tit02 {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-right: 35px;
}
.m-ysbox1 .even .slick-dots {
  position: absolute;
  right: 105%;
  bottom: 10px;
  text-align: right;
}
.m-ysbox1 .even .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.m-ysbox1 .even .slick-dots li {
  margin: 0;
  padding: 0;
  width: 4px;
  height: 6px;
  margin-right: 16px;
}
.m-ysbox1 .even .slick-dots li button {
  background: #868686;
  padding: 0;
  color: #868686;
  width: 4px;
  height: 6px;
}
.m-ysbox1 .even .slick-dots li.slick-active button {
  background: #e75425;
  padding: 0;
  color: #e75425;
  width: 4px;
  height: 6px;
}
.m-ysbox1 .even .slick-dots li button:before {
  content: '';
}
.m-ysbox2 {
  overflow: hidden;
}
.m-ysbox2 .ll,
.m-ysbox2 .rr {
  float: left;
  width: 50%;
}
.m-ysbox2 .t1 {
  font-size: 40px;
  color: #CFB67B;
  border-left: 1px solid #CFB67B;
  padding: 10px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 20px;
}
.m-ysbox2 .inbox {
  text-align: center;
  font-size: 0;
}
.m-ysbox2 .rr .top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.m-ysbox2 .rr .top .p::before,
.m-ysbox2 .rr .top .p::after {
  background: -webkit-gradient(linear, right top, left top, from(#183255), to(rgba(24, 50, 85, 0)));
  background: -webkit-linear-gradient(right, #183255, rgba(24, 50, 85, 0));
  background: -moz- oldlinear-gradient(right, #183255, rgba(24, 50, 85, 0));
  background: -o-linear-gradient(right, #183255, rgba(24, 50, 85, 0));
  background: linear-gradient(to left, #183255, rgba(24, 50, 85, 0));
}
.m-ysbox2 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.m-ysbox2 .top .b {
  width: 60px;
  height: 60px;
  background-color: #183255;
  font-size: 40px;
  color: #fff;
  text-align: center;
  line-height: 60px;
}
.m-ysbox2 .top .p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  text-align: center;
  position: relative;
  line-height: 60px;
  letter-spacing: 4px;
  padding-left: 4px;
}
.m-ysbox2 .top .p::after,
.m-ysbox2 .top .p::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#183255), to(rgba(24, 50, 85, 0)));
  background: -webkit-linear-gradient(left, #183255, rgba(24, 50, 85, 0));
  background: -moz- oldlinear-gradient(left, #183255, rgba(24, 50, 85, 0));
  background: -o-linear-gradient(left, #183255, rgba(24, 50, 85, 0));
  background: linear-gradient(to right, #183255, rgba(24, 50, 85, 0));
}
.m-ysbox2 .top .p::after {
  top: auto;
  bottom: 0;
}
.m-ysbox2 .dib {
  display: inline-block;
  text-align: left;
}
.m-ysbox2 .line {
  font-size: 14px;
  color: #333;
  margin-bottom: 14px;
}
.m-ysbox2 .line em {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  line-height: 16px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-right: 5px;
  background-color: #183255;
}
.m-ysbox2 .line span {
  display: inline-block;
  vertical-align: middle;
}
.m-ysbox2 .line * {
  line-height: 1.5;
}
.row-gbl{
  margin-bottom: 20px;
}
.row-gbl .bg{
  position: relative;
  height: 0;
  padding-top: 32%;
  overflow: hidden;
}
.row-gbl .img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.row-fw1{
  position: relative;
}
.row-fw1 .r{
  width: auto;
}
.row-fw1 .txt{
  position: absolute;
  top: 50%;
  /*left: 0;*/
  right:15%;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 16px;
  z-index: 2;
  text-align: center;
}
.row-fw1 .txt .h3{
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 1.5;
  margin-top: 0;
}
.row-fw1 .img::before{
 content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left, #1f354e 30%, rgba(31, 53, 78, 0) 80%);
    position: absolute;
    left: 0;
    top: 0;
}
.row-fw1 .lk{
  display: inline-block;
  padding: 5px 20px;
  line-height: 1.5;
  font-size: 16px;
  color: #fff;
  background-color: #F6B54B;
  transition: .4s;
}
.row-fw1 .lk:hover{
  background-color: #e75425;
}
.row-fw2{
  position: relative;
}
.row-fw2 .r{
  width: auto;
}
.row-fw2 .txt{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 16px;
  z-index: 2;
  text-align: center;
}
.row-fw2 .txt .h3{
  margin-top: 0;
}
.row-fw2 .txt .p{
  line-height: 1.5;
}

.row-fw2 .icon img{
  display: block;
  height: 210px;
  margin: 0 auto 20px;
}
.row-fw3{
  position: relative;
}
.row-fw3 .txt{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  max-height: 100%;
  overflow-y: auto;
  padding: 12px 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.row-fw3 .txt .h3{
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.5;
  margin-top: 0;
}
.row-fw3 .txt p{
  line-height: 1.5;
}


@media screen and (max-width: 1400px) {
  #certify .swiper-slide {
    width: 17.7vw;
    height: 26vw;
  }
}
@media screen and (max-width: 1199px) {
  #certify .swiper-container {
    padding-bottom: 40px;
  }
  #certify .swiper-slide {
    width: auto;
    height: auto;
  }
  #certify .con {
    -webkit-box-shadow: 0 0 4px #ddd;
            box-shadow: 0 0 4px #ddd;
  }
  #certify .swiper-button-next,
  #certify .swiper-button-prev {
    display: none;
  }
  #certify .swiper-pagination {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .m-txtPicb1 .pt .l,
  .m-txtPicb1 .pt .r {
    width: 100%;
  }
  .m-txtPicb1 .pt .r {
    margin-top: 50px;
  }
  .m-txtPicb1 .pt img {
    width: 100%;
  }
  .m-txtPicb1 .pt .text .ltd {
    font-size: 18px;
  }
  .m-txtPicb1 .pt .text .ltd .gp {
    display: block;
    margin: 0;
    font-size: 16px;
  }
  .m-txtPicb1 .pt .text .t {
    font-size: 16px;
    margin: 10px 0;
  }
  .m-txtPicb1 .pt .r {
    margin-top: 20px;
  }
  .m-txtPicb1 .pt {
    margin-bottom: 20px;
  }
  .ul-listb1 li {
    width: 33.33%;
  }
  .ul-listb1 .icon {
    height: 50px;
    margin-bottom: 5px;
  }
  .ul-listb1 .tit {
    font-size: 18px;
  }
  .ul-listb1 .desc {
    font-size: 14px;
  }
  .ul-listb1 .con {
    padding: 10px;
    margin-bottom: 20px;
  }
  .m-ysbox1 .gp {
    margin-top: 32px;
  }
  .m-ysbox1 .title {
    font-size: 20px;
  }
  .m-ysbox1 .odd .title {
    position: static;
    margin-bottom: 8px;
  }
  .m-ysbox1 .even .title {
    position: static;
    margin-bottom: 8px;
  }
  .m-ysbox1 .odd .title .tit02 {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    float: left;
    margin-right: 16px;
  }
  .m-ysbox1 .even .title .tit02 {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
  .m-ysbox1 .odd .con .left {
    width: 100%;
  }
  .m-ysbox1 .odd .con .right {
    display: none;
  }
  .m-ysbox1 .odd .con .center {
    position: relative;
    right: 0;
    left: 0;
    width: 100%;
    top: 0;
    padding: 16px 0;
  }
  .m-ysbox1 .even .con .left {
    width: 100%;
  }
  .m-ysbox1 .even .con .right {
    display: none;
  }
  .m-ysbox1 .even .con .center {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    padding: 16px 0;
  }
  .m-ysbox1 .odd .slick-dots,
  .m-ysbox1 .even .slick-dots {
    right: 0;
    left: auto;
    text-align: right;
  }
  .m-ysbox2 .ll,
  .m-ysbox2 .rr {
    float: none;
    width: auto;
  }
  .m-ysbox2 .rr .top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .m-ysbox2 .rr .top .p::before,
  .m-ysbox2 .rr .top .p::after {
    background: -webkit-gradient(linear, left top, right top, from(#183255), to(rgba(24, 50, 85, 0)));
    background: -webkit-linear-gradient(left, #183255, rgba(24, 50, 85, 0));
    background: -moz- oldlinear-gradient(left, #183255, rgba(24, 50, 85, 0));
    background: -o-linear-gradient(left, #183255, rgba(24, 50, 85, 0));
    background: linear-gradient(to right, #183255, rgba(24, 50, 85, 0));
  }
  .m-ysbox2 .t1 {
    font-size: 20px;
  }
  .m-ysbox2 .top {
    margin-bottom: 20px;
  }
.row-gbl{
  margin-bottom: 10px;
}
  .row-gbl .bg{
    padding-top: 45%;
  }
  .row-fw1 .r{
    float: none;
  }

  .row-fw2 .icon img{
    height: 12vw;
  }
  .row-fw1 .txt .h3,
  .row-fw2 .txt .h3,
  .row-fw3 .txt .h3{
    font-size: 18px;
  }
  .row-fw2 .txt,
  .row-fw3 .txt{
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .ul-listb1 li {
    width: 50%;
  }
}
/*# sourceMappingURL=./new250711.css.map */