@charset "utf-8";
html.active {
  overflow: hidden;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  border-radius: 0;
}


.main12 {
  padding: 80px 0;
  background:url(../../images/aboutBottomHover.jpg) no-repeat bottom center;
}
.main12 .photo_album .gallery-thumbs {
  padding-top: 5px;
}
.main12 .photo_album .gallery-thumbs::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  position: absolute;
  top: 7px;
  left: 0;
}
.main12 .photo_album .gallery-thumbs .swiper-slide {
  text-align: center;
  cursor: pointer;
}
.main12 .photo_album .gallery-thumbs .swiper-slide::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #074693;
  position: absolute;
  top: 2px;
  left: 0;
  opacity: 0;
}
.main12 .photo_album .gallery-thumbs .swiper-slide b {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #e6e6e6;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.main12 .photo_album .gallery-thumbs .swiper-slide h5 {
  font-size: 16px;
  margin-top: 20px;
}
.main12 .photo_album .gallery-thumbs .swiper-slide.swiper-slide-thumb-active::before {
  opacity: 1;
}
.main12 .photo_album .gallery-thumbs .swiper-slide.swiper-slide-thumb-active b {
  box-shadow: 0 0 0 5px rgba(25, 107, 231, 0.1);
  background-color: #074693;
  border: 1px solid #80bef2;
}
.main12 .photo_album .gallery-thumbs .swiper-slide.swiper-slide-thumb-active h5 {
  color: #074693;
}
.main12 .photo_album .gallery-top {
  margin-top: 100px;
}
.main12 .photo_album .gallery-top .swiper-slide .con {
  display: flex;
  align-items: center;
}
.main12 .photo_album .gallery-top .swiper-slide .con .left {
  width: 62%;
  padding-right: 50px;
}
.main12 .photo_album .gallery-top .swiper-slide .con .left .title {
  border-left: 2px solid #074693;
  padding-left: 50px;
}
.main12 .photo_album .gallery-top .swiper-slide .con .left .title h5 {
  font-size: 48px;
}
.main12 .photo_album .gallery-top .swiper-slide .con .left .title p {
  font-size: 18px;
  margin-top: 20px;
}
.main12 .photo_album .gallery-top .swiper-slide .con .left .describe {
  font-size: 16px;
  line-height: 2;
  padding: 60px 0 0 50px;
  text-align: justify;
}
.main12 .photo_album .gallery-top .swiper-slide .con .right {
  width: 28%;
}
.main12 .photo_album .gallery-top .swiper-slide .con .right img {
  width: 100%;
}
.main12 .photo_album .gallery-top .but-box {
  display: flex;
  padding-left: 50px;
  margin-top: 30px;
}
.main12 .photo_album .gallery-top .but-box .but {
  width: 60px;
  height: 60px;
  background-color: #b2b2b2;
  border-radius: 50%;
  background-image:url(../images/left.png);
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: center center;
  margin-right: 30px;
  cursor: pointer;
  transition: all .3s;
}
.main12 .photo_album .gallery-top .but-box .but.next {
  background-image: url(../images/right.png);
}
.main12 .photo_album .gallery-top .but-box .but:hover {
  background-color: #074693;
}
.main12 .photo_album .gallery-top .but-box .but:focus {
  outline: none;
}

}
@media (max-width: 1430px) {
  .main12 {
    padding: 0.55944056rem 0;
  }
  .main12 .photo_album .gallery-thumbs {
    padding-top: 0.03496503rem;
  }
  .main12 .photo_album .gallery-thumbs::before {
    top: 0.04895105rem;
  }
  .main12 .photo_album .gallery-thumbs .swiper-slide::before {
    top: 0.01398601rem;
  }
  .main12 .photo_album .gallery-thumbs .swiper-slide b {
    width: 0.04195804rem;
    height: 0.04195804rem;
  }
  .main12 .photo_album .gallery-thumbs .swiper-slide h5 {
    font-size: 0.11188811rem;
    margin-top: 0.13986014rem;
  }
  .main12 .photo_album .gallery-top {
    margin-top: 0.6993007rem;
  }
  .main12 .photo_album .gallery-top .swiper-slide .con .left {
    padding-right: 0.34965035rem;
  }
  .main12 .photo_album .gallery-top .swiper-slide .con .left .title {
    border-left: 0.01398601rem solid #074693;
    padding-left: 0.34965035rem;
  }
  .main12 .photo_album .gallery-top .swiper-slide .con .left .title h5 {
    font-size: 0.33566434rem;
  }
  .main12 .photo_album .gallery-top .swiper-slide .con .left .title p {
    font-size: 0.12587413rem;
    margin-top: 0.13986014rem;
  }
  .main12 .photo_album .gallery-top .swiper-slide .con .left .describe {
    font-size: 0.11188811rem;
    padding: 0.41958042rem 0 0 0.34965035rem;
  }
  .main12 .photo_album .gallery-top .but-box {
    padding-left: 0.34965035rem;
    margin-top: 0.20979021rem;
  }
  .main12 .photo_album .gallery-top .but-box .but {
    width: 0.41958042rem;
    height: 0.41958042rem;
    background-size: 0.04895105rem auto;
    margin-right: 0.20979021rem;
  }
 
}

@media (max-width: 991px) {
  body {
    padding-top: 60px;
  }
  .video_popup .con_box {
    width: 90%;
    height: auto;
    height: 400px;
  }
  .video_popup .con_box i.colse {
    font-size: 30px;
    transform: translateX(50%) rotate(45deg);
    top: 100%;
    right: 50%;
  }
  .video_popup.active {
    top: 0;
  }
  .news1 .imgbox {
    height: 3.36024218rem;
  }
  .news1 .text-box {
    padding: 15px 10px;
  }
  .news1 .text-box h5 {
    font-size: 16px;
  }
  .news1 .text-box p {
    font-size: 14px;
    margin-top: 10px;
  }
  .news2 {
    height: 150px;
    padding: 0 10px;
    top: 0;
  }
  .news2 .text-box {
    width: calc(100% - 120px);
    padding-top: 15px;
  }
  .news2 .text-box h5 {
    font-size: 18px;
  }
  .news2 .text-box .text {
    font-size: 14px;
    margin-top: 10px;
    height: 60px;
  }
  .news2 .text-box .more {
    font-size: 12px;
    background-size: 15px auto;
    padding-left: 20px;
  }
  .news2 .imgbox {
    width: 120px;
    height: 120px;
  }
  header {
    height: 60px;
  }
  header .container-box .logo {
    width: 150px;
  }
  header .container-box .logo a img {
    width: 130px;
  }
  header .container-box .right {
    width: calc(100% - 150px);
    justify-content: flex-end;
  }
  header .container-box .right .search {
    width: 18px;
    height: 18px;
    margin-right: 50px;
  }
  .banner .swiper-pagination {
    bottom: 10px;
    line-height: 1;
  }
  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
    margin: 0 3px;
    transition: all .3s;
    border: 1px solid #e62450;
  }
  .banner .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
  }
  .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #e62450;
    border-color: #e62450;
  }
  .title1 {
    padding: 30px 0;
  }
  .title1 .text h5 {
    font-size: 30px;
  }
  .title1 .text h4 {
    font-size: 20px;
    margin-top: 5px;
  }
  .title1 .text h4::before {
    width: 10px;
    height: 10px;
    border: 2px solid #074693;
    right: -20px;
  }
  .title1 .more {
    font-size: 14px;
  }
  .title1 .nav {
    font-size: 12px;
  }
  .main1 {
    background: none;
  }
  .main1 .main1-con .left {
    width: 100%;
  }
  .main1 .main1-con .left .item {
    height: 2.89606458rem;
    padding: 0.50454087rem 0.30272452rem 0;
  }
  .main1 .main1-con .left .item .title {
    font-size: 0.30272452rem;
    margin-bottom: 0.20181635rem;
  }
  .main1 .main1-con .left .item .text {
    font-size: 0.16145308rem;
  }
  .main1 .main1-con .left .item .more {
    font-size: 0.14127144rem;
    background-size: 0.20181635rem auto;
    padding-left: 0.30272452rem;
    margin-top: 0.80726539rem;
  }
  .main1 .main1-con .left .item:nth-child(1) {
    background-position: right 0.10090817rem bottom 0.10090817rem;
    background-size: 1.62462159rem auto;
  }
  .main1 .main1-con .left .item:nth-child(1):hover {
    background-position: right 0.50454087rem bottom 0.20181635rem;
  }
  .main1 .main1-con .left .item:nth-child(2) ul li a {
    font-size: 0.16145308rem;
    line-height: 0.30272452rem;
    padding-right: 0.20181635rem;
  }
  .main1 .main1-con .right {
    width: 100%;
    height: 5.79212916rem;
  }
  .main1 .main1-con .right .swiper-container .swiper-pagination {
    bottom: 10px;
  }
  .main1 .main1-con .right .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #e62450;
    margin: 0 3px;
  }
  .main2 {
    padding: 30px 0;
  }
  .main2 .swiper-container .swiper-slide a {
    height: 60px;
    background-position: right 10px center;
    padding-left: 10px;
  }
  .main2 .swiper-container .swiper-slide a .icon {
    width: 40px;
  }
  .main2 .swiper-container .swiper-slide a h5 {
    width: calc(100% - 40px);
    font-size: 18px;
  }
  .main2 .swiper-container .but-box {
    margin-top: 30px;
  }
  .main2 .swiper-container .but-box .but {
    width: 30px;
    height: 30px;
    background-size: 7px auto;
    margin: 0 5px;
  }
  .main3 .main3-con ul {
    margin: 0 -5px;
  }
  .main3 .main3-con ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main4 {
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .main4 .left a {
    width: 4.14732593rem;
    height: 1.00908174rem;
    box-shadow: 0 0 0.10090817rem rgba(230, 32, 77, 0.1);
    padding-left: 0.40363269rem;
    font-size: 0.24217962rem;
    margin-bottom: 0.20181635rem;
  }
  .main4 .left a::before {
    border-top: 0.05045409rem solid transparent;
    border-bottom: 0.05045409rem solid transparent;
    border-left: 0.05045409rem solid #ffffff;
    height: 0.35317861rem;
  }
  .main4 .left a b {
    width: 0.40363269rem;
    line-height: 0.22199798rem;
    font-size: 0.14127144rem;
    top: 0.10090817rem;
    right: 0.20181635rem;
    border-radius: 0.40363269rem;
  }
  .main6 {
    margin: 30px 0;
  }
  .main6 ul {
    margin: 0;
    display: block;
  }
  .main6 ul li {
    width: 100%;
    padding: 0;
  }
  .main7 .container-box {
    justify-content: center;
    height: auto;
    padding: 10px 0;
  }
  .main7 .container-box ul {
    justify-content: center;
  }
  .main7 .container-box ul li {
    margin: 5px 10px;
  }
  .main7 .container-box ul li a {
    font-size: 14px;
  }
  .main8 {
    padding: 10px 0;
  }
  .main8 ul {
    text-align: center;
  }
  .main8 ul li {
    width: 50%;
  }
  .main8 ul li .con p {
    font-size: 16px;
  }
  .main8 ul li .con h5 {
    font-size: 16px;
    margin-top: 10px;
    line-height: 25px;
    min-height: initial;
  }
  .main8 ul li .con img {
    width: 59px;
    margin-top: 10px;
  }
  .main8 ul li:nth-child(1) img {
    width: 150px;
  }
  .main8 ul li:nth-child(1) p {
    font-size: 14px;
  }
  .main8 ul li:nth-child(2) {
    width: 100%;
  }
  .main8 ul li:nth-child(3) {
    width: 100%;
  }
  .main8 ul li:nth-child(3) .con h5 {
    font-size: 14px;
    line-height: 25px;
  }
  footer {
    padding: 30px 0;
    font-size: 12px;
  }
  .banner2 {
    padding: 30px 0 20px;
  }
  .banner2 .title1 {
    padding-bottom: 0.58526741rem;
  }
  .title2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .title2.title2_2 h5 {
    font-size: 20px;
  }
  .title2.title2_2 h5 form {
    width: 300px;
    height: 45px;
    font-size: 13px;
    position: initial;
    transform: none;
    margin: 20px auto 0;
  }
  .title2.title2_2 h5 form input {
    width: calc(100% - 60px);
    padding: 0 10px;
  }
  .title2.title2_2 h5 form button {
    width: 60px;
  }
  .nav1 {
    margin-top: 20px;
  }
  .nav1 ul li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .nav1 ul li a {
    min-width: 100px;
    line-height: 40px;
    padding: 0 5px;
    font-size: 16px;
  }
  .main9 .main9-con {
    padding: 30px 0;
  }
  .main9 .main9-con .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .main9 .main9-con .con {
    font-size: 14px;
  }
  .main10 {
    padding: 30px 0;
  }
  .main10 .main10-con {
    margin-top: 30px;
  }
  .main10 .main10-con ul {
    margin: 0 -5px 20px;
  }
  .main10 .main10-con ul li {
    width: 33.33333%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .filtrate {
    max-height: 100px;
    overflow: hidden;
  }
  .filtrate .filtrate-con a {
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin: 0 5px 10px;
  }
  .filtrate.active {
    max-height: initial;
  }
  .filtrate-unfold {
    text-align: center;
    font-size: 16px;
    width: max-content;
    margin: 10px auto 0;
    color: #074693;
    letter-spacing: 1px;
    display: none;
  }
  .filtrate-unfold.active {
    display: block;
  }
  .news3 {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
  }
  .news3 .logo {
    width: 50px;
  }
  .news3 .imgbox {
    height: 2.82542886rem;
  }
  .news3 .text-box {
    margin-top: 10px;
  }
  .news3 .text-box h5 {
    font-size: 16px;
  }
  .news3 .text-box dl {
    margin-top: 10px;
  }
  .news3 .text-box dl dd {
    font-size: 14px;
    line-height: 25px;
  }
  .news3 .text-box .more {
    background: url(../images/icon3.png) no-repeat right 45px center / 16px auto;
    font-size: 12px;
    margin-top: 10px;
  }
  .paging .but {
    width: 40px;
    height: 40px;
    background-size: 7px auto;
  }
  .paging .num {
    margin: 0 20px;
    font-size: 14px;
  }
  .main11 {
    padding: 30px 0;
  }
  .main11 .main11-2 {
    margin-top: 30px;
  }
  .main11 .main11-2 ul {
    margin: 0 -5px;
  }
  .main11 .main11-2 ul li {
    padding: 0 5px;
    margin-bottom: 30px;
  }
  .news4 h5 {
    font-size: 14px;
    margin-top: 10px;
  }
  .main12 {
    padding: 30px 0;
  }
  .main12 .photo_album .gallery-thumbs {
    padding-top: 5px;
  }
  .main12 .photo_album .gallery-thumbs::before {
    top: 7px;
  }
  .main12 .photo_album .gallery-thumbs .swiper-slide::before {
    top: 2px;
  }
  .main12 .photo_album .gallery-thumbs .swiper-slide b {
    width: 6px;
    height: 6px;
  }
  .main12 .photo_album .gallery-thumbs .swiper-slide h5 {
    font-size: 16px;
    margin-top: 20px;
  }
  .main12 .photo_album .gallery-top {
    margin-top: 50px;
  }
  .main12 .photo_album .gallery-top .swiper-slide .con {
    display: block;
  }
  .main12 .photo_album .gallery-top .swiper-slide .con .left {
    width: 100%;
    padding-right: 0;
  }
  .main12 .photo_album .gallery-top .swiper-slide .con .left .title {
    border-left: 2px solid #074693;
    padding-left: 20px;
  }
  .main12 .photo_album .gallery-top .swiper-slide .con .left .title h5 {
    font-size: 25px;
  }
  .main12 .photo_album .gallery-top .swiper-slide .con .left .title p {
    font-size: 14px;
    margin-top: 10px;
  }
  .main12 .photo_album .gallery-top .swiper-slide .con .left .describe {
    font-size: 14px;
    padding: 20px 0 0 20px;
  }
  .main12 .photo_album .gallery-top .swiper-slide .con .right {
    width: 100%;
    margin-top: 20px;
  }
  .main12 .photo_album .gallery-top .but-box {
    padding-left: 50px;
    margin-top: 30px;
    justify-content: center;
    padding: 0;
  }
  .main12 .photo_album .gallery-top .but-box .but {
    width: 50px;
    height: 50px;
    background-size: 7px auto;
    margin: 0 10px;
  }
  
}
