@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1080px) {
  .w {
    width: 1200px;
    margin: 0 auto;
  }
  .header {
    width: 100%;
    height: 100px;
    background-color: #fff;
  }
  .header .head {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
  }
  .header .head .imgs {
    width: 170px;
    height: 60px;
  }
  .header .head .click {
    position: absolute;
    left: -9999px;
    top: 0;
    font-size: 18px;
    color: #333;
  }
  .header .head .tubiao {
    width: 100%;
    height: 100%;
  }
  .header .head .tubiao img {
    width: 100%;
    height: 100%;
    vertical-align: top;
  }
  .header .head .meun ul {
    list-style: none;
    display: flex;
    align-items: center;
  }
  .header .head .meun ul li {
    margin-right: 1px;
  }
  .header .head .meun ul li a {
    font-size: 18px;
    color: #666666;
    padding: 20px 30px;
    text-decoration: none;
  }
  .header .head .meun ul li .active {
    color: #1267be;
  }
  .header .head .meun .p_5 ul {
    overflow: hidden;
  }
  .header .head .meun ul li a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #1267be;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .header .head .meun ul li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .header .head .meun ul li a:hover,
  .header .head .meun ul li a:focus,
  .header .head .meun ul li a:active {
    color: white;
  }
  .header .head .meun ul li a:hover:before,
  .header .head .meun ul li a:focus:before,
  .header .head .meun ul li a:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  .header .heads {
    display: none;
  }
  .header .menu {
    display: none;
  }
  .banner {
    width: 100%;
    height: 780px;
    box-shadow: -1350px 0px 45px -10px #555555;
  }
  .banner .swiper {
    width: 100%;
    height: 100%;
  }
  .banner .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .banner .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .banner .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .banners {
    display: none;
  }
  .mod {
    width: 100%;
    height: 820px;
    padding: 40px 0;
    box-sizing: border-box;
  }
  .mod .top {
    display: flex;
    justify-content: space-between;
  }
  .mod .top .left {
    width: 550px;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 65px 0;
    box-sizing: border-box;
  }
  .mod .top .left .title {
    font-size: 30px;
    color: #353535;
    display: flex;
    align-items: center;
  }
  .mod .top .left .title::before {
    content: "";
    width: 30px;
    height: 4px;
    background-color: #136cc7;
    display: block;
    margin-right: 24px;
  }
  .mod .top .left .conter {
    text-indent: 2em;
    font-size: 14px;
    color: #6b6b6b;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .mod .top .left .jump {
    width: 90px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #136cc7;
    box-sizing: border-box;
    border-radius: 10px;
  }
  .mod .top .left .jump .imgs {
    width: 40px;
    height: 10px;
  }
  .mod .top .left .jump .imgs img {
    width: 100%;
    height: 100%;
    vertical-align: top;
  }
  .mod .top .right {
    width: 600px;
    height: 500px;
    background: url("../assets/5.jpg") no-repeat center;
  }
  .mod .middle {
    height: 175px;
    background: linear-gradient(to right, #2296ec, #0e5db2);
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 10px;
  }
  .mod .middle .left .characters {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
  }
  .mod .middle .left .intr {
    font-size: 14px;
    color: #fff;
  }
  .enter {
    width: 100%;
    padding: 40px 0;
    box-sizing: border-box;
    background-image: url("../assets/7_02.jpg");
    background-size: 100% 100%;
  }
  .enter .title {
    position: relative;
    text-align: center;
    font-size: 30px;
    color: #fff;
  }
  .enter .title::after {
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    content: "";
    width: 30px;
    height: 4px;
    background-color: #feda00;
    display: block;
  }
  .enter .pj_7 {
    width: 100%;
    height: 470px;
    margin-top: 80px;
  }
  .enter .pj_7 .swiper {
    width: 100%;
    height: 100%;
  }
  .enter .pj_7 .swiper-slide {
    width: 285px !important;
    height: 400px !important;
  }
  .enter .pj_7 img {
    width: 100% !important;
    height: 100% !important;
  }
  .enter .pj_7 span {
    height: 7px !important;
    background-color: #feda00 !important;
    top: -2px;
  }
  .enter .swiper-horizontal > .swiper-pagination-progressbar,
  .enter .swiper-pagination-progressbar.swiper-pagination-horizontal {
    top: 450px !important;
  }
  .enter .swiper-pagination-progressbar {
    background-color: #ffffff !important;
  }
  .enter .pj_7s {
    display: none;
  }
  .ment {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ment .title {
    font-size: 30px;
    color: #353535;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ment .title::after {
    content: "";
    width: 30px;
    height: 4px;
    display: block;
    background-color: #136cc7;
    margin: 14px 0 40px 0;
  }
  .ment .conter {
    font-size: 14px;
    color: #353535;
    text-align: center;
    width: 1000px;
    margin-bottom: 40px;
  }
  .ment .imgs {
    display: flex;
    justify-content: space-between;
  }
  .ment .imgs .game {
    width: 380px;
    height: 360px;
    overflow: hidden;
  }
  .ment .imgs .game:hover img {
    transform: scale(1.5);
  }
  .ment .imgs .game img {
    transition: transform .5s;
    cursor: pointer;
  }
  .ment .imgs .conz {
    position: relative;
    width: 380px;
    height: 360px;
    overflow: hidden;
  }
  .ment .imgs .conz:hover img {
    transform: scale(1.5);
  }
  .ment .imgs .conz img {
    transition: transform .5s;
  }
  .ment .imgs .conz .more {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    z-index: 9;
    background-image: url("../assets/9.png");
    background-repeat: no-repeat;
  }
  .ment .imgs .conz .more .cat {
    position: absolute;
    left: 0;
    bottom: 26px;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    padding: 0 25px 0 70px;
    box-sizing: border-box;
  }
  .ment .imgs .conz .more .cat .left {
    width: 120px;
    height: 100%;
    background-color: #136cc7;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
  }
  .ment .imgs .conz .more .cat .right {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #353535;
  }
  .core {
    width: 100%;
    height: 700px;
    display: flex;
  }
  .core .left {
    width: 900px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../assets/13_02.jpg");
    background-repeat: no-repeat;
  }
  .core .left .product {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .core .left .product .title {
    position: relative;
    text-align: center;
    font-size: 30px;
    color: #fff;
  }
  .core .left .product .title::after {
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    content: "";
    width: 30px;
    height: 4px;
    background-color: #feda00;
    display: block;
  }
  .core .left .product .conter {
    font-size: 14px;
    color: #fff;
    text-align: center;
    width: 420px;
    margin: 60px;
  }
  .core .left .product .more {
    position: relative;
    width: 180px;
    height: 50px;
    border: 1px solid #fff;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    text-decoration: none;
  }
  .core .left .product .more .mores {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: .5;
  }
  .core .right {
    position: relative;
    height: 100%;
    box-sizing: border-box;
    width: 54%;
    display: flex;
    flex-wrap: wrap;
  }
  .core .right .left {
    width: 54%;
    height: 100%;
    background-image: url("../assets/13_03.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .core .right .right {
    width: 46%;
    height: 100%;
    background-image: url("../assets/13_04.jpg");
    background-repeat: no-repeat;
  }
  .core .right .petr {
    position: absolute;
    padding: 15px 0 15px 20px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    background: linear-gradient(to right, #136cc7, transparent);
    width: 167px;
    z-index: 999;
    left: 50px;
    top: 50px;
  }
  .core .right .conters {
    position: absolute;
    left: 110px;
    bottom: 30px;
    padding: 47px 95px;
    text-align: center;
    width: 80%;
    box-sizing: border-box;
    z-index: 2;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
  }
  .core .right .conter {
    position: absolute;
    left: 110px;
    bottom: 50px;
    z-index: 1;
    width: 80%;
    opacity: .6;
    background: linear-gradient(to right, #2d8bd1, #185ea9);
    height: 185px;
    border-radius: 10px;
  }
  .footer {
    width: 100%;
    height: 345px;
    background-image: url("../assets/18_02.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .footer .Special {
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
  }
  .footer .Special .left {
    width: 320px;
    height: 140px;
  }
  .footer .Special .left img {
    width: 100%;
    height: 100%;
    vertical-align: top;
  }
  .footer .Special .conter {
    padding-top: 13px;
  }
  .footer .Special .conter .top {
    margin-bottom: 40px;
  }
  .footer .Special .conter .top ul {
    list-style: none;
    display: flex;
  }
  .footer .Special .conter .top ul li {
    border-right: 2px solid #fff;
    margin-right: 22px;
  }
  .footer .Special .conter .top ul li a {
    font-size: 14px;
    color: #fff;
    padding-right: 15px;
    text-decoration: none;
  }
  .footer .Special .conter .top ul li:last-child {
    content: "";
    border-right: none;
    margin-right: 0;
  }
  .footer .Special .conter .go {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }
  .footer .Special .conter .go .computer {
    display: flex;
  }
  .footer .Special .conter .go .computer .phone {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }
  .footer .Special .conter .go .computer .phone img {
    width: 100%;
    height: 100%;
    vertical-align: top;
  }
  .footer .Special .conter .go .computer .phonum {
    font-size: 14px;
    color: #fff;
  }
  .footer .Special .conter .address .computer {
    display: flex;
  }
  .footer .Special .conter .address .computer .phone {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }
  .footer .Special .conter .address .computer .phone img {
    width: 100%;
    height: 100%;
    vertical-align: top;
  }
  .footer .Special .conter .address .computer .phonum {
    font-size: 14px;
    color: #fff;
  }
  .footer .Special .right {
    width: 140px;
    height: 140px;
  }
  .footer .Special .right img {
    width: 100%;
    height: 100%;
    vertical-align: top;
  }
  .footer .power {
    padding: 15px 0;
    background-color: #1f8ee6;
  }
  .footer .power .conter {
    font-size: 14px;
    color: #fff;
  }
  .footer .power .conter a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
  }
  .d_1 {
    position: relative;
    width: 100%;
  }
  .d_1 img {
    max-width: 100%;
    max-height: 100%;
  }
  .d_1 .d_2 {
    position: absolute;
    width: 140px;
    height: 80px;
    background: linear-gradient(to right, #218ee6, #145ba1);
    left: 460px;
    bottom: -40px;
    text-align: center;
    line-height: 80px;
    font-size: 18px;
    color: #fff;
  }
  .d_3 {
    padding: 40px 0;
    margin-top: 40px;
  }
  .d_3 .d_4 {
    font-size: 30px;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .d_3 .d_4::before {
    content: "";
    width: 50px;
    height: 4px;
    background-color: #1267be;
    display: block;
    margin-right: 15px;
  }
  .d_3 .d_4::after {
    content: "";
    width: 50px;
    height: 4px;
    background-color: #1267be;
    display: block;
    margin-left: 15px;
  }
  .d_3 .d_8 {
    margin: 40px 0;
    font-size: 14px;
    line-height: 30px;
  }
  .d_3 .d_8 img {
    margin-right: 20px;
  }
  .d_3 .d_8 .d_9 {
    width: 700px;
    height: 500px;
    background-color: aqua;
    overflow: hidden;
    cursor: pointer;
  }
  .d_3 .d_8 .d_9:hover img {
    transform: scale(1.5);
  }
  .d_3 .d_8 .d_9 img {
    transition: transform .5s;
  }
  .d_3 .d_8 .d_p1 {
    width: 450px;
    height: 500px;
    font-size: 14px;
    color: #666666;
    text-indent: 2em;
    line-height: 30px;
    padding: 25px 0;
    box-sizing: border-box;
  }
  .d_3 .d_p2 {
    width: 100%;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
  }
  .d_3 .d_p2 .d_p3 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .d_3 .d_p2 .d_p3 .d_p4 {
    width: 47px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .d_3 .d_p2 .d_p3 .d_p5 {
    color: #1267be;
    font-size: 14px;
    margin: 20px 0;
  }
  .d_3 .d_p2 .d_p3 .d_p6 {
    font-size: 14px;
    color: #333333;
  }
  .d_5 {
    padding: 10px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .d_5 .d_6 {
    width: 19px;
    height: 18px;
    margin-right: 8px;
  }
  .d_5 .d_7 {
    font-size: 14px;
    color: #c6c6c6;
  }
  .d_5 .d_7 span {
    color: #333333;
  }
  .d_p7 {
    padding: 40px 0;
    background-image: url("../assets/23_02.jpg");
    background-repeat: no-repeat;
  }
  .d_p7 .d_4 {
    font-size: 30px;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .d_p7 .d_4::before {
    content: "";
    width: 50px;
    height: 4px;
    background-color: #1267be;
    display: block;
    margin-right: 15px;
  }
  .d_p7 .d_4::after {
    content: "";
    width: 50px;
    height: 4px;
    background-color: #1267be;
    display: block;
    margin-left: 15px;
  }
  .d_p7 .d_p8 {
    margin-top: 40px;
  }
  .d_p7 .d_p8 .swiper {
    width: 100%;
    height: 570px;
  }
  .d_p7 .d_p8 .swiper .swiper-slide {
    width: 285px !important;
    height: 450px !important;
    cursor: pointer;
  }
  .d_p7 .d_p8 .swiper .swiper-slide:hover .y_1 {
    color: #fff;
    background: linear-gradient(to right, #1a59a7, #0496df);
  }
  .d_p7 .d_p8 .swiper .swiper-slide .d_p9 {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
  }
  .d_p7 .d_p8 .swiper .swiper-slide .d_p9 img {
    max-width: 100%;
    max-height: 100%;
  }
  .d_p7 .d_p8 .swiper .swiper-slide .y_1 {
    height: 50px;
    width: 100%;
    background-color: #e8ecf3;
    text-align: center;
    line-height: 50px;
    color: #333333;
    font-size: 18px;
  }
  .d_p7 .d_p8 .swiper .swiper-slide .active {
    color: #fff;
    background: linear-gradient(to right, #1a59a7, #0496df);
  }
  .d_p7 .d_p8 .swiper .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #00a0e8;
    opacity: 1;
  }
  .d_p7 .d_p8 .swiper .swiper-pagination-bullet-active {
    position: relative;
    background-color: #1267be;
  }
  .d_p7 .d_p8 .swiper .swiper-pagination-bullet-active::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    border: 1px solid #1669bf;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
  }
  .d_p7 .d_p8s {
    display: none;
  }
  .y_2 {
    padding: 40px 0;
  }
  .y_2 .d_4 {
    font-size: 30px;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .y_2 .d_4::before {
    content: "";
    width: 50px;
    height: 4px;
    background-color: #1267be;
    display: block;
    margin-right: 15px;
  }
  .y_2 .d_4::after {
    content: "";
    width: 50px;
    height: 4px;
    background-color: #1267be;
    display: block;
    margin-left: 15px;
  }
  .y_2 .y_3 {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
  }
  .y_2 .y_3 .y_4 {
    width: 550px;
    height: 494px;
    background-color: aqua;
    overflow: hidden;
  }
  .y_2 .y_3 .y_4 img {
    width: 100%;
    height: 100%;
    transition: transform .5s;
    cursor: pointer;
  }
  .y_2 .y_3 .y_4:hover img {
    transform: scale(1.5);
  }
  .y_2 .y_3 .y_5 {
    width: 635px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .y_2 .y_3 .y_5 .y_6 {
    font-size: 14px;
    color: #333333;
    text-indent: 2em;
    line-height: 20px;
  }
  .y_2 .y_3 .y_5 .y_7 {
    display: flex;
    justify-content: space-between;
    height: 395px;
    flex-direction: column;
  }
  .y_2 .y_3 .y_5 .y_7 .y_8 {
    width: 310px;
    height: 190px;
    overflow: hidden;
  }
  .y_2 .y_3 .y_5 .y_7 .y_8 img {
    width: 100%;
    height: 100%;
    transition: transform .5s;
    cursor: pointer;
  }
  .y_2 .y_3 .y_5 .y_7 .y_8:hover img {
    transform: scale(1.5);
  }
  .y_2 .y_3 .y_5 .y_7 .y_9 {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .y_p1 {
    padding: 40px 0;
    display: flex;
  }
  .y_p1 .y_p2 {
    width: 210px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    border: 1px solid #cccccc;
    color: #666666;
    font-size: 18px;
    margin-right: 40px;
    text-decoration: none;
  }
  .y_p1 .active {
    color: #277ad6;
    border: 1px solid #277ad6;
  }
  .y_p3 .y_p4 {
    display: flex;
    justify-content: space-between;
  }
  .y_p3 .y_p4 .y_p5 {
    width: 570px;
    height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
  }
  .y_p3 .y_p4 .y_p5:hover img {
    transform: scale(1.5);
  }
  .y_p3 .y_p4 .y_p5 img {
    max-width: 100%;
    max-height: 100%;
    transition: transform .5s;
  }
  .y_p3 .y_p4 .y_p6 .y_p7 {
    position: relative;
    font-size: 30px;
    color: #333333;
    padding-bottom: 28px;
    width: 500px;
    border-bottom: 1px solid #cccccc;
  }
  .y_p3 .y_p4 .y_p6 .y_p7::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -3px;
    width: 100px;
    height: 3px;
    transform: translateY(-50%);
    background-color: #136cc8;
  }
  .y_p3 .y_p4 .y_p6 .y_p8 {
    padding: 40px 0;
    width: 570px;
  }
  .y_p3 .y_p4 .y_p6 .y_p8 .y_p9 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
  }
  .y_p3 .y_p4 .y_p6 .y_p8 .po_1 {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
  }
  .y_p3 .y_p4 .y_p6 .po_2 {
    width: 200px;
    height: 45px;
    background-color: #277ad6;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .y_p3 .y_p4 .y_p6 .po_2 .po_3 {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    margin-right: 10px;
  }
  .y_p3 .y_p4 .y_p6 .po_2 .po_4 {
    font-size: 14px;
    color: #fff;
  }
  .y_p3 .po_5 {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
  }
  .y_p3 .po_5 .po_6 {
    width: 380px;
    height: 270px;
    overflow: hidden;
    cursor: pointer;
  }
  .y_p3 .po_5 .po_6:hover img {
    transform: scale(1.5);
  }
  .y_p3 .po_5 .po_6 img {
    width: 100%;
    height: 100%;
    transition: transform .5s;
  }
  .y_p3 .po_7 .po_8 {
    font-size: 30px;
    color: #333333;
    padding-left: 12px;
    border-left: 3px solid #277ad6;
    margin-bottom: 20px;
  }
  .y_p3 .po_7 .po_9 {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #cccccc;
    box-sizing: border-box;
  }
  .y_p3 .po_7 .po_9 .po_p1 {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    width: 510px;
  }
  .y_p3 .po_7 .po_9 .po_p2 {
    padding: 40px;
    background-color: #277ad6;
    width: 600px;
    box-sizing: border-box;
    line-height: 30px;
    color: #fff;
  }
  .y_p3 .po_p3 {
    padding: 40px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    margin-bottom: 40px;
  }
  .y_p3 .po_p3 .po_p4 {
    position: relative;
    font-size: 30px;
    color: #333333;
    padding-bottom: 28px;
    border-bottom: 1px solid #cccccc;
    width: 510px;
  }
  .y_p3 .po_p3 .po_p4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100px;
    height: 3px;
    transform: translateY(-50%);
    background-color: #136cc8;
  }
  .y_p3 .po_p3 .po_p5 {
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
  }
  .y_p3 .po_p3 .po_p5 .po_p6 {
    margin-right: 29px;
  }
  .y_p3 .po_p3 .po_p5 .po_p6 .po_p7 {
    width: 250px;
    height: 156px;
    overflow: hidden;
    cursor: pointer;
  }
  .y_p3 .po_p3 .po_p5 .po_p6 .po_p7:hover img {
    transform: scale(1.5);
  }
  .y_p3 .po_p3 .po_p5 .po_p6 .po_p7 img {
    width: 100%;
    height: 100%;
    transition: transform .5s;
  }
  .y_p3 .po_p3 .po_p5 .po_p6 .po_p8 {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
  }
  .po_p9 {
    padding: 40px 0;
  }
  .po_p9 .pf_1 {
    position: relative;
    width: 100%;
    height: 380px;
    display: flex;
    justify-content: flex-end;
  }
  .po_p9 .pf_1 .pf_2 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 600px;
    height: 290px;
    display: flex;
    justify-content: space-between;
    z-index: 2;
  }
  .po_p9 .pf_1 .pf_2 .pf_3 {
    width: 280px;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
  }
  .po_p9 .pf_1 .pf_2 .pf_3:hover img {
    transform: scale(1.5);
  }
  .po_p9 .pf_1 .pf_2 .pf_3 img {
    width: 100%;
    height: 100%;
    transition: transform .5s;
  }
  .po_p9 .pf_4 {
    position: relative;
    width: 700px;
    height: 100%;
    padding: 90px 80px;
    box-sizing: border-box;
    background-image: url("../assets/31_03.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .po_p9 .pf_4 .pf_6 .pf_7 {
    position: absolute;
    left: 150px;
    top: 90px;
    font-size: 30px;
    color: #fff;
    z-index: 3;
    display: flex;
    align-items: center;
  }
  .po_p9 .pf_4 .pf_6 .pf_7::after {
    width: 50px;
    height: 4px;
    background-color: #feda00;
    margin-left: 13px;
    content: "";
    display: block;
  }
  .po_p9 .pf_4 .pf_6 .pf_8 {
    position: absolute;
    left: 150px;
    top: 160px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    z-index: 3;
    width: 500px;
  }
  .po_p9 a {
    text-decoration: none;
  }
  .pf_9 {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .pf_9 .pf_p1 {
    width: 380px;
    height: 230px;
    margin-bottom: 28px;
    overflow: hidden;
    cursor: pointer;
  }
  .pf_9 .pf_p1:hover img {
    transform: scale(1.5);
  }
  .pf_9 .pf_p1 img {
    width: 100%;
    height: 100%;
    transition: transform .5s;
  }
  .pf_p2 {
    padding: 40px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .pf_p2 .pf_p3 {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 450px;
  }
  .pf_p2 .pf_p3 .pf_p4 {
    width: 200px;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    z-index: 0;
    color: #666666;
    cursor: pointer;
    text-decoration: none;
  }
  .pf_p2 .pf_p3 .pf_p4::before {
    content: "";
    width: 0;
    height: 0;
    border-color: transparent #f2f2f2;
    /*上下颜色 左右颜色*/
    border-width: 0 0 60px 50px;
    border-style: solid;
    display: block;
    z-index: 1;
  }
  .pf_p2 .pf_p3 .pf_p4::after {
    content: "";
    width: 0;
    height: 0;
    border-color: transparent #f2f2f2;
    /*上下颜色 左右颜色*/
    border-width: 60px 50px 0 0;
    border-style: solid;
    display: block;
    z-index: 1;
  }
  .pf_p2 .pf_p3 .active {
    background: linear-gradient(to right, #208de4, #0e5cac);
    color: #fff;
  }
  .pf_p2 .pf_p5 {
    padding: 40px 0;
    width: 100%;
    box-sizing: border-box;
  }
  .pf_p2 .pf_p5 .pf_p6 {
    height: 282px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
    text-decoration: none;
  }
  .pf_p2 .pf_p5 .pf_p6:hover {
    background-color: #fff;
  }
  .pf_p2 .pf_p5 .pf_p6:hover .py_4 img {
    transform: scale(1.5);
  }
  .pf_p2 .pf_p5 .pf_p6:hover .py_5 {
    display: block;
  }
  .pf_p2 .pf_p5 .pf_p6:hover .py_6 {
    display: none;
  }
  .pf_p2 .pf_p5 .pf_p6 .pf_p7 {
    width: 850px;
    height: 100%;
    padding: 40px 110px 40px 40px;
    box-sizing: border-box;
  }
  .pf_p2 .pf_p5 .pf_p6 .pf_p7 .pf_p8 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .pf_p2 .pf_p5 .pf_p6 .pf_p7 .pf_p9 {
    font-size: 14px;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .pf_p2 .pf_p5 .pf_p6 .pf_p7 .py_1 {
    font-size: 14px;
    color: #c6c6c6;
    margin-bottom: 30px;
  }
  .pf_p2 .pf_p5 .pf_p6 .pf_p7 .py_2 {
    width: 70px;
    height: 30px;
    background: linear-gradient(to right, #218fe6, #0d59a9);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
  }
  .pf_p2 .pf_p5 .pf_p6 .pf_p7 .py_3 {
    width: 70px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #666666;
    border-radius: 5px;
    box-sizing: border-box;
  }
  .pf_p2 .pf_p5 .pf_p6 .py_4 {
    width: 350px;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
  }
  .pf_p2 .pf_p5 .pf_p6 .py_4 img {
    width: 100%;
    height: 100%;
    transition: transform .5s;
  }
  .pf_p2 .pf_p5 .pf_p6 .py_5 {
    display: none;
  }
  .py_7 {
    display: flex;
    justify-content: center;
  }
  .py_7 .py_8 {
    padding: 10px;
    background-color: #e6ecf3;
    font-size: 14px;
    color: #333333;
    margin-right: 15px;
    text-decoration: none;
  }
  .py_7 .py_9 {
    padding: 10px;
    font-size: 14px;
    color: #333333;
    background-color: #e6ecf3;
    margin-right: 15px;
  }
  .py_7 .py_p1 {
    font-size: 14px;
    color: #333333;
    padding: 10px;
    background-color: #e6ecf3;
    text-decoration: none;
  }
  .py_7 .active {
    background-color: #1267be;
    color: #fff;
  }
  .py_7 .current {
    padding: 10px;
    font-size: 14px;
    color: #333333;
    background-color: #e6ecf3;
    margin-right: 15px;
    background-color: #1267be;
    color: #fff;
  }
  .py_7 .num {
    padding: 10px;
    font-size: 14px;
    color: #333333;
    background-color: #e6ecf3;
    margin-right: 15px;
    text-decoration: none;
  }
  .py_p2 {
    background-color: #f2f2f2;
    padding-bottom: 40px;
  }
  .py_p2 .d_5 {
    background-color: #f2f2f2;
  }
  .py_p3 {
    padding: 40px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .py_p3 .py_p4 {
    width: 380px;
    margin-bottom: 28px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
  }
  .py_p3 .py_p4:hover img {
    transform: scale(1.5);
  }
  .py_p3 .py_p4 .py_p5 {
    width: 100%;
    height: 280px;
    overflow: hidden;
  }
  .py_p3 .py_p4 .py_p5 img {
    width: 100%;
    height: 100%;
    transition: transform .5s;
  }
  .py_p3 .py_p4 .py_p6 {
    width: 100%;
    height: 175px;
    padding: 30px;
    box-sizing: border-box;
    background-color: #e5edf8;
  }
  .py_p3 .py_p4 .py_p6 .py_p7 {
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    padding-bottom: 17px;
    border-bottom: 2px solid #1268bf;
    box-sizing: border-box;
    width: 56px;
    margin-bottom: 15px;
  }
  .py_p3 .py_p4 .py_p6 .py_p8 {
    font-size: 14px;
    color: #373334;
    line-height: 20px;
  }
  .py_p9 {
    padding: 40px 0;
  }
  .py_p9 .pk_1 {
    width: 100%;
    height: 330px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .py_p9 .pk_1 .pk_2 {
    width: 550px;
    height: 100%;
  }
  .py_p9 .pk_1 .pk_2 img {
    width: 100%;
    height: 100%;
  }
  .py_p9 .pk_1 .pk_3 {
    width: 650px;
    height: 100%;
    background-color: #eaf0f5;
    padding: 40px;
    box-sizing: border-box;
  }
  .py_p9 .pk_1 .pk_3 .pk_4 {
    position: relative;
    font-size: 18px;
    color: #333333;
    padding-bottom: 16px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
    font-weight: 700;
  }
  .py_p9 .pk_1 .pk_3 .pk_4::after {
    position: absolute;
    content: "";
    width: 95px;
    height: 2px;
    background-color: #003f9a;
    left: 0;
    bottom: -2px;
  }
  .py_p9 .pk_1 .pk_3 .pk_5 {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 23px;
    box-sizing: border-box;
    margin-bottom: 15px;
    border-radius: 30px;
    box-sizing: border-box;
  }
  .py_p9 .pk_1 .pk_3 .pk_5 .pk_6 {
    width: 17px;
    height: 22px;
    margin-right: 14px;
  }
  .py_p9 .pk_1 .pk_3 .pk_5 .pk_6 img {
    width: 100%;
    height: 100%;
  }
  .py_p9 .pk_1 .pk_3 .pk_5 .pk_7 {
    font-size: 14px;
    color: #333333;
    margin-right: 20px;
  }
  .py_p9 .pk_1 .pk_3 .pk_5 .pk_8 {
    width: 22px;
    height: 20px;
    margin-right: 10px;
  }
  .py_p9 .pk_1 .pk_3 .pk_5 .pk_8 img {
    width: 100%;
    height: 100%;
  }
  .py_p9 .pk_9 {
    width: 100%;
    height: 500px;
    box-shadow: 0 0 84px -43px #004c99;
  }
  .py_p9 .pk_9 #container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: "微软雅黑";
  }
  .py_p9 .pk_4 {
    font-size: 36px;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
  }
  .pk_p1 {
    padding: 40px 0;
  }
  .pk_p1 .pk_p2 {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    text-align: center;
  }
  .pk_p1 .pk_p3 {
    font-size: 12px;
    color: #cccccc;
    text-align: center;
    margin: 20px 0;
  }
  .pk_p1 .pk_p4 {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
  }
  .footers {
    display: none;
  }
  .pg_1s {
    display: none;
  }
  .d_1s {
    display: none;
  }
  .pk_p5 {
    display: none;
  }
}
