@charset "utf-8";

html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 瀹嬩綋, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #009b4c;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*婊氬姩*/
#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800% !important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800% !important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


.wh {
    max-width: 1430px;
    padding: 0 15px;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}



/*澶撮儴鏍峰紡*/
.pics_wrap {
    width: 100%;
    overflow: hidden;
}

.top2 {
    height: 126px;
    overflow: hidden;
}

.top2 .wh {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 81px;
}

.logo {
    line-height: 126px;
}

.top2 .logotext p:nth-of-type(1) {
    font-size: 28px;
    font-weight: 700;
    color: #001a5d;
}

.top2 .logotext p:nth-of-type(2) {
    background-color: #c01f25;
    border-radius: 13.6px;
    line-height: 28px;
    padding: 0 63px;
    font-size: 14px;
    color: #ffffff;
    margin-top: 0.2rem;
    text-align: center;
}


.top2 .k2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: url(//cdn.myxypt.com/8cf8837b/21/10/b390f25f8e808b5e4ea961fc6cee8705b2e6f3ae.png) no-repeat left center;
    padding-left: 47px;
}

.top2 .k2 h3 {
    font-size: 24px;
    color: #333333;
}

.top2 .k2 p {
    font-size: 23px;
    color: #183684;
    font-weight: 700;
}













/* 瀵艰埅鏍峰紡 */
#menu {
    background-color: #183684;
    height: 3rem;
    line-height: 3rem;
}

.x-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.x-menu>li {
    position: relative;
}

.x-menu>li>a {
    display: block;
    font-size: 0.9rem;
    color: #fff;
    white-space: nowrap;
    padding: 0 1.56vw;
    position: relative;
}

.x-menu>li>a:hover::after {
    content: "";
    width: 3.5rem;
    height: 6px;
    background-color: #2c75ef;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.top2.bj .x-menu>li>a {
    color: #fff;
}

.x-menu>li>a:hover {}

.x-menu>li.active>a {}

.x-menu>li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    /*height: 40px;*/
    opacity: 0;
    top: 100%;
}

.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    /* border-top: 3px solid rgba(0, 168, 228, .76); */
    background: #183684;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 150%;
    left: -25%;
    top: 3rem;
    background: #183684;
    padding: 10px 0 1.05rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li {
    padding: 0 0.9rem;
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 0.7rem;
    color: #fff;
    line-height: 1.85rem;
    border-bottom: 2px dashed #dedfe0;
}

.x-sub-menu>li>a:hover {
    background: initial;
}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}
.html5zoo-text-wrapper-0{
    height: 100% !important;
}
.html5zoo-text-0{
    padding: 0 !important;
    width: 100%  !important;
    height: 100%  !important;
    position: absolute !important;
}
.html5zoo-title-0{
  width: auto !important;
    height: auto !important;
    position: absolute !important;
    left: 50% !important;
     top: 55% !important;
    transform: translateX(-50%) translateY(-50%) !important;
    background: #fff;
    border: 1px solid rgba(0,0,0,.8);
    color: rgba(0,0,0,.8)!important;
    padding:  0 10px !important;
    opacity:  0 !important;
    transition: all ease .4s !important;
}
.html5zoo-text-0:hover  .html5zoo-title-0{
      opacity:  1 !important;
}
.html5zoo-text-bg-0 {
    width: auto !important;
    height: auto !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translateX(-50%) translateY(-50%) !important;
}
.html5zoo-bullet-wrapper-0 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.html5zoo-bullet-wrapper-0 div {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background: #878e8f !important;
}

.html5zoo-bullet-wrapper-0 .active {
    background: #183684 !important;
}
@media(max-width:500px) {
    .html5zoo-nav {
        margin-top: -16px !important;
    }
}





.p1 {
    padding: 1.65rem 0 1.35rem;
}

.p1 .wh {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.p1a {
    border-left: 5px solid #183684;
    padding-left: 1.4rem;
}

.p1a h3 {
    font-size: 1.35rem;
    color: #183684;
    margin-bottom: 0.85rem;
}

.p1a h3 span {
    color: #d2150c;
}

.p1a p {
    font-size: 0.9rem;
    color: #333333;
}

.p1b .hotSearch {
    /*font-size: 0.75rem;*/
    font-size: 0.66rem;
    color: #403f3f;
    margin-bottom: 0.8rem;
}

.p1b .hotSearch a {
    color: #403f3f;
    margin-right: 5px;
}

#formsearch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.9rem;
    width: 16.55rem;
    border: solid 1px rgba(75, 71, 71, 0.26);
}

#formsearch input {
    outline: none;
    background: none;
    border: none;
}

#formsearch input[type="text"] {
    width: 83%;
    padding-left: 1rem;
    font-size: 0.66rem;
    color: #686868;
}

#formsearch input[type="text"]::placeholder {
    font-size: 0.66rem;
    color: #686868;
}

#formsearch input[type="submit"] {
    width: 16%;
    height: 100%;
    background: #183684 url(//cdn.myxypt.com/8cf8837b/21/10/ff0539703e13fb42b3c1a9ceab084a86f1fbf946.png) no-repeat center center;

}


@media(max-width: 500px) {
    .p1b {
        display: none;
    }

    .p1a h3 {
        font-size: 20px;
    }

    .p1a p {
        font-size: 14px;
    }
}



.box2 {
    background: url(//cdn.myxypt.com/8cf8837b/21/10/bd1eede44b8e27ab18b1a05cc82125dd3bfde21b.jpg) no-repeat top center;
    background-size: cover;
    padding-bottom: 3.9rem;
}


.p2a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 3.15rem 0 2.75rem;
    border-bottom: 1px solid rgba(185, 190, 196, .43);
}

.p2a li {
    width: 25%;
}

.p2a li a {
    padding-left: 2.3rem;
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(185, 190, 196, .43);
}

.p2a li:last-child a {
    border: none;
}

.p2a li div.img {
    width: 3.2rem;
    height: 3.2rem;
    border: 1px solid #183684;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 1.1rem;
    transition: all ease .36s;
}

.p2a li:hover div.img {
    transform: rotateY(180deg);
}

.p2a li div.img img {
    max-width: 100%;
}

.p2a li a .cont span {
    font-size: 0.6rem;
    color: #999999;
}

.p2a li a .cont h3 {
    font-size: 1.2rem;
    color: #333333;
    margin: 0.3rem 0 0.2rem;
}

.p2a li a .cont p {
    font-size: 0.8rem;
    color: #333333;
}

@media(max-width: 768px) {
    .p2a li {
        width: 50%;
        margin-bottom: 4%;
    }

    .p2a li:nth-child(2) a {
        border: none;
    }
}

@media(max-width: 500px) {
    .p2a li {
        border: none;
    }

    .p2a li a {
        border: none;
        padding-left: 0;
        justify-content: center;
    }

    .p2a li a div.img {
        width: 4.5rem;
        height: 4.5rem;
    }

    .p2a li a div.img img {
        width: 50%;
    }

    .p2a li:last-child a div.img img {
        width: 30%;
    }



    .p2a li a .cont span {
        font-size: 12px;
    }

    .p2a li a .cont h3 {
        font-size: 20px;
    }

    .p2a li a .cont p {
        font-size: 14px;
    }
}



.index-title {
    text-align: center;
}

.index-title h3 {
    font-size: 2.1rem;
    color: #183684;
}

.index-title p {
    font-size: 0.8rem;
    color: #323232;
    position: relative;
    margin-top: 0.5rem;
}

.index-title p:after {
    content: "";
    width: 5.9rem;
    height: 4px;
    background-color: #183684;
    border-radius: 1px;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
}


.p3 .index-title {
    margin-top: 2.9rem;
}




.p3a {
    display: flex;
    justify-content: space-between;
    margin-top: 4.7rem;
    overflow: hidden;
}


.p3a1 {
    width: 279px;
}

.p3a1a {
    background-color: #183684;
    padding-top: 1.95rem;
    text-align: center;
    padding-bottom: 1.65rem;
}

.p3a1a h3 {
    font-size: 1.6rem;
    color: #ffffff;
}

.p3a1a p {
    font-size: 0.7rem;
    color: #ffffff;
    background: url(//cdn.myxypt.com/8cf8837b/21/10/0dedc8527dae6660933cfbde6beb5d398fc37bce.png) no-repeat center center;
    margin-top: 1.1rem;
}

.p3a1b {
    border-right: 5px solid #033572;
    border-left: 5px solid #033572;
    padding: 25px 18px;
}

.p3a1b li {
    width: 100%;
    line-height: 35px;

}

.p3a1b li>a {
    display: block;
    font-size: 0.8rem;
    color: #ffffff;
    text-indent: 1rem;
    background-color: #183684;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p3a1b li>a:after {
    content: "";
    width: 19px;
    height: 19px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: url(//cdn.myxypt.com/8cf8837b/21/10/061f2b76ccdc983bd4d4c09609f698038ca3e0e8.png) no-repeat center center;
    background-size: cover;
}

.p3a1b li .con {
    padding: 5px 0 10px;
    display: none;
}
.p3a1b li:nth-child(1) .con {
    display: block;
}
.p3a1b li:nth-child(2) .con {
    display: block;
}
.p3a1b li:nth-child(3) .con {
    display: block;
}

.p3a1b li:nth-child(4) .con {
    display: block;
}

.p3a1b li:nth-child(5) .con {
    display: block;
}
.p3a1b li:last-child .con {
    display: block;
}




.p3a1b li .con a {
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 35px;
    padding-left: 38px;
    background: url(//cdn.myxypt.com/8cf8837b/21/10/2e68448c85f1294e32b97ed939a51195ec76ad81.png) no-repeat 8px center;
}

.p3a1c {
    padding: 1.7rem 0 1.2rem 4.6rem;
    background: url(//cdn.myxypt.com/8cf8837b/21/10/c4984991ecbffd9ce1eac848ffcb68789fb6ec9e.png) no-repeat center center;
    background-size: cover;
}

.p3a1c h3 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 14px;
}

.p3a1c p {
    font-size: 22.75px;
    line-height: 24px;
    color: #ffffff;
}
.prolist_in_box {
     width: 77.57%;
     position: relative;
     z-index: 99999
}
.p3b2-c {
      width: 77.57%;
}
@media(max-width: 992px) {
 .p3b2-c {
      width: 100%;
}   
}
.p3b2 {
    /*width: 100%;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 99999px*/
  width: 100%;
    
/*display: none;*/
}
.p3b2:nth-child(1) {
    right: 0
}
.p3b2b {
      width: 100%;
    background: #ffffff url(//cdn.myxypt.com/8cf8837b/21/10/8c08ea3baed4b1b2cb3d495e0ae8814e5762b5be.png) no-repeat top center;
    background-size: 100% auto;
      padding: 2.15rem 3rem 2rem 3rem;
    position: relative;
border: solid 1px rgba(6, 0, 1, 0.16);
          
 
}
.p3b2-swiper {
   overflow: hidden;
  width: 100%
}

.p3b2b:hover {
    border: solid 1px #183684;
}

.p3prev {
    width: 3.1rem;
    height: 2.3rem;
    background: url(//cdn.myxypt.com/8cf8837b/21/10/2325100f86cda52cfc16dfbb78b57dda4df08052.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 1.65rem;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    z-index: 99999;
}

.p3next {
    width: 3.1rem;
    height: 2.3rem;
    background: url(//cdn.myxypt.com/8cf8837b/21/10/b6fd8f101c5a7db46296fb84477ddf2fdbeabc2e.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 1.65rem;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    z-index: 99999;
}

.p3b2-swiper li {
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 100% !important;*/
}

.p3b2-swiper li .cont {
    margin-right: 2.8rem;
    width: 41%
}
.p3b2-swiper li .img {
    width: 42%
}
.p3b2-swiper li .img img{
    max-width: 100%;
}
.p3b2-swiper li .cont h3 {
    font-size: 1.4rem;
    color: #183684;
    margin-bottom: 0.7rem;
}

.p3b2-swiper li .cont p {
    font-size: 0.93rem;
    color: #333333;
    margin-bottom: 1.3rem;
}

.p3b2-swiper li .cont h4 {
    font-size: 0.9rem;
    color: #000000;
    margin-bottom: 0.5rem;
}

.p3b2-swiper li .cont span {
    font-size: 0.93rem !important;
    color: #000000;
}



.p3b2-swiper li .cont .more {
    font-size: 0;
}

.p3b2-swiper li .cont .more a {
    display: inline-block;
    width: 6.85rem;
    height: 2.25rem;
    background-color: #183684;
    transform: skewX(-45deg);

}

.p3b2-swiper li .cont .more a:last-child {
    background-color: #454545;
}

.p3b2-swiper li .cont .more a span {
    display: inline-block;
    transform: skewX(45deg);
    font-size: 0.78rem;
    color: #ffffff;
    text-align: center;
    line-height: 2.25rem;
    width: 100%;
}

.p3b2-swiper li .com-img {
    margin: initial;
}



.p3b2a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-content: space-between;
    margin-top: 1.1rem;
}

.p3b2a li {
    width: 31.58%;
    margin-bottom: 1.45rem;
}

.p3b2a li:nth-last-child(-n+3) {
    /*margin-bottom: 0;*/
}

.p3b2a li a {
    display: block;
}

.p3b2a li a div.img {
    border: 1px solid rgba(6, 0, 1, 0.16);
    border-bottom: none;
    transition: all ease .36s;
}

.p3b2a li a div.img:hover {
    border: 1px solid #183684;
    border-bottom: none;
}

.p3b2a li a div.img img {
    display: block;
    width: 100%;
    height: 100%;

}

.p3b2a li a h3 {
    height: 2.45rem;
    background-color: #454545;
    line-height: 2.45rem;
    font-size: 0.8rem;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



@media(max-width: 1024px) {
    .p3a1b li .con a {
        padding-left: 22px;
    }

    .p3a1c {
        padding: 1.7rem 0 1.2rem 1.6rem;
    }

}

@media(max-width: 992px) {
    .p3a1 {
        display: none;
    }

    .p3b2 {
        width: 100%;
    }

    .p3b2-swiper {
        padding: 2.15rem 0;
    }

    .p3b2-swiper li {
        flex-wrap: wrap;
    }

    .p3b2-swiper li .cont {
        width: 100%;
        margin-right: 0;
        order: 2;
        padding-left: 10%;
    }

    .p3b2-swiper li .img {
        width: 100%;
        order: 1;
        /*display: flex;*/
        /*justify-content: center;*/
        /*align-content: center;*/
        margin-bottom: 4%;
    }

}

@media(max-width: 500px) {
    .p3b2-swiper li .img{
        position:relative;
        overflow: hidden;
        /*width: 310px;*/
        /*height: 310px;*/
        /*flex: 1;*/
    }
      .p3b2-swiper li .img img {
          position: relative;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          max-width: 100%;
      }
    .com-img{
        display:block;
    }
    .com-img:hover img{
        transform: initial;
    }
    .p3b2-swiper li .img img{
    max-width: 100%;
    width: auto;
    /*height: auto;*/
}
    .p3b2b{
        padding: 2rem 1rem;
    }
    .p3b2-swiper li .cont h3 {
        font-size: 20px;
    }

    .p3b2-swiper li .cont p {
        font-size: 14px;
    }

    .p3b2-swiper li .cont h4 {
        font-size: 16px;
    }

    .p3b2-swiper li .cont .more a {
        height: 2.6rem;
    }

    .p3b2-swiper li .cont .more a span {
        line-height: 2.6rem;
    }

    .p3b2a li {
        width: 49%;
    }

    .p3b2a li a h3 {
        font-size: 14px;
    }

    .index-title h3 {
        font-size: 24px;
    }

    .index-title p {
        font-size: 16px;

    }
}



.box3 img {
    max-width: 100%;
    display: block;
}





.p4 {
    padding-top: 2.65rem;
    overflow: hidden;
}

.p4 .wh {
    position: relative;
}

.p4-swiper {
    margin-top: 4.2rem;
    overflow: hidden;
}

.p4-swiper li a {
    display: block;
}

.p4-swiper li a div.img {
    background-color: #ffffff;
    border: solid 1px rgba(6, 0, 1, 0.16);
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: none;
}

.p4-swiper li a div.img img {
    max-width: 100%;
}

.p4-swiper li a h3 {
    width: 100%;
    height: 2.4rem;
    background-color: #f0f0f0;
    transition: all ease .36s;
    line-height: 2.4rem;
    font-size: 0.75rem;
    color: #333333;
    text-align: center;
    font-weight: 400;
}

.p4-swiper li:hover a h3 {
    background-color: #183684;
    color: #fff;
}

.p4prev {
    width: 1.7rem;
    height: 1.75rem;
    background: url(//cdn.myxypt.com/8cf8837b/21/10/e81f6b7febe11aa4f6cc0d3e6d4492d87e087b33.png) no-repeat center center;
    border-radius: 50%;
    position: absolute;
    left: -3rem;
    top: 65%;
    transform: translateY(-50%);
    outline: none;
}

.p4next {
    width: 1.7rem;
    height: 1.75rem;
    background: url(//cdn.myxypt.com/8cf8837b/21/10/e81f6b7febe11aa4f6cc0d3e6d4492d87e087b33.png) no-repeat center center;
    border-radius: 50%;
    position: absolute;
    right: -3rem;
    top: 65%;
    transform: translateY(-50%) rotate(180deg);
    outline: none;
}
@media(max-width: 1440px) {
    .p4-swiper {
        width: 80%;
        margin: 4.2rem  auto 0;
    }
     .p4prev{
        left: 3rem;
    }
    .p4next {
        right: 3rem;
    }
}
@media(max-width: 768px) {
   .p4-swiper {
        width: 85%;
        margin: 4.2rem  auto 0;
    }
     .p4prev{
        left: 1rem;
        background-size: cover;
    }
    .p4next {
        right: 1rem;
         background-size: cover;
    } 
}
@media(max-width: 500px) {
    .p4-swiper li a h3 {
        font-size: 14px;
    }
   
}




.p5 {
    background: url(//cdn.myxypt.com/8cf8837b/21/10/d2621292fb6bf2ab712f942458f84b06a2134a1b.jpg) no-repeat top center;
    background-size: cover;
    margin-top: 3.3rem;
    padding-top: 3.1rem;
    padding-bottom: 2rem;
    overflow: hidden;
}

.p5a {
    margin-top: 4rem;
}

.p5a li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.p5a li:nth-child(2n) {
    flex-direction: row-reverse;
}

.p5a li div.img {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p5a li div.img img {
    max-width: 100%;
}

.p5a li .cont {
    width: 50%;
    padding-left: 2.1rem;
}

.p5a li .cont .conta {
    display: flex;
}

.p5a li .cont .conta h3 {
    width: 4.25rem;
    height: 4rem;
    background: url(//cdn.myxypt.com/8cf8837b/21/10/7af16e255f04358af300be127091555dd3611682.png) no-repeat center center;
    background-size: cover;
    padding: 1rem 0 0 0.7rem;
    font-family: "Arial";
    font-size: 2.2rem;
    color: #ffffff;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    text-align: center;
    margin-right: 1rem;
}

.p5a li .cont .conta1 h4 {
    font-size: 1.5rem;
    /*color: #333333;*/
    /*font-weight: 400;*/
    border-bottom: 1px solid rgba(37, 66, 139, .28);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    color: #183684;
    font-weight: 700;
}

.p5a li .cont .conta1 h4 span {
    color: #183684;
    font-weight: 700;
    margin-left: 1.3rem;
}

.p5a li .cont .conta1 p {
    font-size: 0.9rem;
    line-height: 1.65rem;
    color: #333333;
}
.p5a li .cont .conta1 h1 {
    font-size: 1.1rem;
    line-height: 2.65rem;
        color: #183684;
    font-weight: 700;
}

.p5a li .cont .conta1>a {
    width: 7.5rem;
    height: 2.3rem;
    background-color: #25428b;
    border-radius: 6px;
    font-size: 0.9rem;
    color: #ffffff;
    line-height: 2.3rem;
    text-align: center;
    display: block;
    margin-top: 1.6rem;
}


@media(max-width: 768px) {
    .p5a li div.img {
        width: 100%;
    }

    .p5a li .cont {
        width: 100%;
    }
}

@media(max-width: 500px) {
    .p5a li .cont {
        padding-left: 1rem;
    }

    .p5a li .cont .conta1 {
        max-width: 80%;
    }

    .p5a li .cont .conta1 h4 {
        font-size: 16px;
    }

    .p5a li .cont .conta1 p {
        font-size: 14px;
    }

    .p5a li {
        margin-bottom: 1.8rem;
    }
}


.p6 {
    background: url(//cdn.myxypt.com/8cf8837b/21/10/c4885507b9315b33f38eac5efc67c65dbcea2aab.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 3.05rem;
    padding-bottom: 4rem;
}

.p6 .index-title h3 {
    color: #fff;
}

.p6 .index-title p {
    color: #fff;
}

.p6 .index-title p::after {
    background: #fff;
}


.p6a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 3.9rem;
}

.p6a li {
    width: 18.333%;
    margin-bottom: 1.15rem;
}

.p6a li a.img {
    display: block;
}

.p6a li a.img img {
    max-width: 100%;
}


@media(max-width: 768px) {
    .p6a li {
        width: 31%;
    }
}

@media(max-width: 500px) {
    .p6a li {
        width: 49%;
    }

    .p6a li:last-child {
        display: none;
    }
}

.p7 {
    position: relative;
}

.p7 .img img {
    width: 100%;
}

.p7 .img .img2 {
    display: none;
}

.p7a {
    width: 55%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding-right: 8.7%;
    padding-top: 10rem;

}

.p7a {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.p7a .p7a-t {
    text-align: right;
}

.p7a .p7a-t h3 {
    font-size: 2.46rem;
    color: #ffffff;
}

.p7a .p7a-t h4 {
    font-size: 3.68rem;
    color: #ffffff;
    opacity: 0.4;
    line-height: 0.1;
    font-weight: 400;
}

.p7a .p7a-t h5 {
    font-size: 1.72rem;
    color: #4c7eff;
    font-weight: 700;
    margin: 1.1rem 0 2.9rem;
}

.p7a .p7a-t h5 span {
    font-size: 2.33rem;
}

.p7a .cont {
    width: 29rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.p7a .cont p {
    font-size: 0.9rem;
    line-height: 1.65rem;
    ;
    color: #ffffff;
}

.p7a .cont a {
    width: 7.5rem;
    height: 2.3rem;
    background-color: #4c7eff;
    border-radius: 6px;
    line-height: 2.3rem;
    text-align: center;
    font-size: 0.9rem;
    color: #ffffff;
    margin-top: 5.1rem;
}

@media(max-width: 1700px) {
    .p7a {
        padding-top: 5rem;
    }
}

@media(max-width: 1440px) {
    .p7a .p7a-t h5 {
        margin: 1.1rem 0;
    }

    .p7a .cont a {
        margin-top: 2rem;
    }
}

@media(max-width: 768px) {
    .p7a {
        width: 100%;
        padding: 0;
        position: initial;
        align-items: flex-start;
        padding-left: 4%;
    }

    .p7 .img .img1 {
        display: none;
    }

    .p7 .img .img2 {
        display: block;
    }

    .p7a .p7a-t {
        text-align: left;
        margin-top: 1.8rem;
    }

    .p7a .p7a-t h4 {
        display: none;
    }

    .p7a .cont {
        width: 100%;
    }

    .p7a .p7a-t h3 {
        color: #000;
    }

    .p7a .cont p {
        color: #000;
    }

    .p7a .cont {
        align-items: flex-start;
    }
}

@media(max-width: 500px) {
    .p7a .cont p {
        font-size: 14px;
        line-height: 1.8;
    }
}

.box8 {
    background: url(//cdn.myxypt.com/8cf8837b/21/10/30e7a8abea23bed68a2e45fcfb90fe594134c8f3.jpg) no-repeat top center;
    background-size: cover;
}





.p8a {
    background-image: linear-gradient(110deg,
            #0b2b50 0%,
            #1557a2 100%),
        linear-gradient(#1558a6,
            #1558a6);
    background-blend-mode: normal,
        normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.p8a li {
    width: 25%;

}

.p8a li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 1.85rem 0;
    background: url(//cdn.myxypt.com/8cf8837b/21/10/79cadea827084c3ebc069509aacf4e5b96022f02.png) no-repeat right center;
}

.p8a li:last-child a {
    background: initial;
}

.p8a li a .cont {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.2rem;
    height: 2.45rem;
    line-height: 2.45rem;
}

.p8a li a .cont .conta h3 {
    font-family: "Impact";
    font-size: 3rem;
    color: #ffffff;
    display: inline-block;
}

.p8a li a .cont .conta span {
    font-family: "Impact";
    font-size: 3rem;
    color: #ffffff;
    display: inline-block;
}

.p8a li a .cont h4 {
    font-size: 0.8rem;
    color: #ffffff;
    font-weight: 400;
    margin-top: -2rem;
    margin-left: 6px;
}

.p8a li a>p {
    font-size: 0.9rem;
    color: #ffffff;
}

@media(max-width: 500px) {
    .p8a {
        margin-top: 4%;
    }

    .p8a li {
        width: 50%;
    }

    .p8a li a {
        background: initial;
    }

    .p8a li a>p {
        font-size: 14px;
    }
}



.p9 .p9-c {
    background: #fff;
    margin-top: 1.35rem;
    padding: 0 1.5rem 4.45rem;
}

.p9a {
    margin-bottom: 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 4.3rem;
    border-bottom: 1px solid #dedede;
}

.p9a .tab-li {
    display: flex;
    align-items: center;
}

.p9a .tab-li li {
    font-size: 1.26rem;
    color: #333333;
    cursor: pointer;
    font-weight: 700;
    margin-right: 1.3rem;
    position: relative;
}

.p9a .tab-li li:first-child::after {
    content: "/";
    font-size: 1.26rem;
    position: absolute;
    right: -1rem;
    top: 50%;
    transform: translateY(-50%);
}

.p9a .tab-li li.active {
    color: #183684;
}

a.index-more {
    width: 3.8rem;
    height: 1.1rem;
    line-height: 1.1rem;
    background: url(//cdn.myxypt.com/8cf8837b/21/10/2a33cbba641c559992e0bb0abf90f5a3544fa4e8.jpg) no-repeat center center;
    background-size: cover;
    font-size: 0.75rem;
    color: #ffffff;
    text-align: center;
}

.index-more span {
    margin-left: 8px;
}

.p9 .tab-main {
    padding: 0 2.5rem;
    position: relative;

}

.p9 .tab-main .p9-swiper {
    overflow: hidden;

}

.p9 .tab-main .p9-swiper .swiper-slide a {
    display: block;
}

.p9 .tab-main .p9-swiper .swiper-slide a img {
    width: 100%;
}

.p9prev {
    width: 1.75rem;
    height: 1.75rem;
    background: url(//cdn.myxypt.com/8cf8837b/21/10/e81f6b7febe11aa4f6cc0d3e6d4492d87e087b33.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    z-index: 99;
}


.p9next {
    width: 1.75rem;
    height: 1.75rem;
    background: url(//cdn.myxypt.com/8cf8837b/21/10/e81f6b7febe11aa4f6cc0d3e6d4492d87e087b33.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    outline: none;
    z-index: 99;
}



.tab-con .tab-main {
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.tab-con .tab-main.active {
    height: auto;
    opacity: 1;
}

@media(max-width: 500px) {
    .p9a .tab-li li {
        font-size: 18px;
    }

    a.index-more {
        width: 4.8rem;
        height: 2.1rem;
        line-height: 2.1rem;
    }

    .p9 .tab-main {
        padding: 0;
    }

    .p9next,
    .p9prev {
        display: none;
    }
}


.p10 {
    margin-top: 1.7rem;
}

.p10>.wh {
    margin-top: 2.2rem;
}

.p10 .con {
    padding: 3.65rem 2.9rem 2.25rem;
    background: #fff;
}

.p10a {
    padding: 0 1.9rem 2.8rem 2.3rem;
 
}

.p10a-swiper {
    overflow: hidden;
}

.p10a .swiper-slide a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.p10a .swiper-slide a img {
    max-width: 100%;
}

.p10a,
.p10b {
    position: relative;
}

.p10aprev {
    width: 1.75rem;
    height: 1.75rem;
    background: url(//cdn.myxypt.com/8cf8837b/21/10/e81f6b7febe11aa4f6cc0d3e6d4492d87e087b33.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: -2.9rem;
    top: 36%;
    transform: translateY(-50%);
    outline: none;
    z-index: 99;
}


.p10anext {
    width: 1.75rem;
    height: 1.75rem;
    background: url(//cdn.myxypt.com/8cf8837b/21/10/e81f6b7febe11aa4f6cc0d3e6d4492d87e087b33.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: -2.9rem;
    top: 36%;
    transform: translateY(-50%) rotate(180deg);
    outline: none;
    z-index: 99;
}


.p10b {
       border-bottom: 1px solid #d7d7d7;
    margin-bottom: 3rem;
    padding-bottom: 2rem
}
.p10b-swiper {
    overflow: hidden;
}

.p10b .swiper-slide a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.p10b .swiper-slide a img {
    max-width: 100%;
}

.p10bprev {
    width: 1.75rem;
    height: 1.75rem;
    background: url(//cdn.myxypt.com/8cf8837b/21/10/e81f6b7febe11aa4f6cc0d3e6d4492d87e087b33.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: -2.9rem;
    top: 36%;
    transform: translateY(-50%);
    outline: none;
    z-index: 99;
}


.p10bnext {
    width: 1.75rem;
    height: 1.75rem;
    background: url(//cdn.myxypt.com/8cf8837b/21/10/e81f6b7febe11aa4f6cc0d3e6d4492d87e087b33.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: -2.9rem;
    top: 36%;
    transform: translateY(-50%) rotate(180deg);
    outline: none;
    z-index: 99;
}

@media(max-width: 500px) {

    .p10anext,
    .p10aprev,
    .p10bnext,
    .p10bprev {
        display: none;
    }

    .p10a {
        padding: 0 1.5rem 2.3rem;
    }
}

.p11 {
    padding-top: 1.65rem;
}

.p11>.wh {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.p11a {
    border: solid 1px rgba(171, 167, 167, .7);
    width: 66.64%;
    padding-right: 1.2rem;
}

.p11a1 {
    height: 3.1rem;
    line-height: 3.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 1.15rem;
    border-bottom: 1px solid #c4c4c4;
}

.p11a1a {
    display: flex;
    align-items: center;

}

.p11a1a li a {
    font-size: 1.2rem;
    color: #222222;
    font-weight: 700;
    margin-right: 2.15rem;
    position: relative;
}

.p11a1a li:hover a {
    color: #183684;
}

.p11a1a li:nth-child(1) a:after {
    content: "/";
    font-size: 1.2rem;
    color: #183684;
    position: absolute;
    right: -1.2rem;
    top: 50%;
    transform: translateY(-50%);
}

.p11a2 {
    padding-left: 1.2rem;

}

.p11a2a {
    display: flex;
    justify-content: space-between;
    margin-top: 1.2rem;
}

.p11a2a h3 {
    width: 17.8%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #183684;
    font-size: 2.01rem;
    color: #ffffff;

}

.p11a2a div.img {
    width: 82.2%;
}

.p11a2a div.img img {
    height: 100%;
    display: block;
    max-width: 100%;
}

.p11a2b {
    padding-top: 0.6rem;
}

.p11a2b li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3.7rem;
    line-height: 3.7rem;
    border-bottom: 1px dashed rgba(209, 207, 207, .5);
}
.p11a2b li:hover  a h3 {
    color: #183684;
}
.p11a2b li a h3 {
    font-size: 0.9rem;
    color: #26211f;
    font-weight: 400;
}

.p11a2b li a h3 span {
    color: #183684;
    margin-right: 1rem;
}

.p11a2b li a>span {
    font-size: 0.8rem;
    color: #26211f;
}

.p11b {
    width: 30.86%;
    border: solid 1px rgba(171, 167, 167, .7);
}

.p11b .p11a1 {
    padding-right: 0.7rem;
}

.p11b .p11a1a li a::after {
    display: none !important;
}

.p11b2 {
    padding: 0.8rem 0.9rem
}

.p11b2 div.img img {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 1.6rem;
}

.p11b2a a {
    display: block;
    padding-bottom: 1.8rem;
    border-bottom: 1px dashed #d1cfcf;
    margin-bottom: 1.3rem;

}

.p11b2a a h3 {
    font-size: 1rem;
    color: #26211f;
    font-weight: 400;
    position: relative;
    padding-bottom: 0.6em;
    padding-left: 1.65rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.p11b2a a:hover h3 {
    color: #183684;
}
.p11b2a a h3::before {
    content: "问";
    width: 1.15rem;
    height: 1.85rem;
    background-color: #183684;
    line-height: 1.85rem;
    text-align: center;
    font-size: 0.74rem;
    color: #ffffff;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.p11b2a a p {
    font-size: 0.8rem;
    line-height: 1.2;
    color: #7d7c7c;
    position: relative;
    padding-left: 1.65rem;
}

.p11b2a a p::before {
    content: "答";
    width: 1.15rem;
    height: 1.85rem;
    background-color: #d2150c;
    line-height: 1.85rem;
    text-align: center;
    font-size: 0.74rem;
    color: #ffffff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.p11b2a li:last-child a {
    margin-bottom: 0;
}


@media(max-width: 1024px) {
    .p11a2b li a {
        height: 2.5rem;
        line-height: 2.5rem;
    }
}

@media(max-width:768px) {
    .p11a {
        width: 100%;
        margin-bottom: 4%;
    }

    .p11b {
        width: 100%;
    }
}

@media(max-width:500px) {
    .p11a1a li a {
        font-size: 18px;
    }

    .p11a2a h3 {
        width: 26.8%;
    }

    .p11a2a div.img img {
        height: auto;
    }
.p11a2b li a {
    height: 3rem;
    line-height: 3rem;
}
    .p11a2b li a h3 {
        font-size: 14px;
        overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }

    .p11b2a a h3 {
        font-size: 14px;
        padding-left: 2rem;
    }

    .p11b2a a h3::before {
        width: 1.6rem;
        height: 2.2rem;
        line-height: 2.2rem;
        font-size: 14px;
    }

    .p11b2a a p::before {
        width: 1.6rem;
        height: 2.2rem;
        line-height: 2.2rem;
        font-size: 14px;
    }

    .p11b2a a p {
        font-size: 14px;
        padding-left: 2rem;
        line-height: 1.5;
    }
}

.p12 {
    line-height: 3.5rem;
    background: #183684;
    margin-top: 2.6rem;
}

.p12 span {
    font-size: 0.9rem;
    color: #ffffff;
    margin-right: 0.8rem;
}

.p12 span em {
    font-size: 1.2rem;
    color: #e0e0e0;
    font-style: normal;
}

.p12 a {
    font-size: 0.8rem;
    color: #ffffff;
    margin-right: 2rem;
    position: relative;
}

.p12 a:nth-child(4) {
    color: #ffffff;
}


.p12 a::after {
    content: "-";
    font-size: 0.8rem;
    color: #ffffff;
    position: absolute;
    right: -1rem;
    top: 50%;
    transform: translateY(-50%);
}

.p12 a:last-child::after {
    display: none;
}

.p13 {
    background: #03122e;
    padding: 2.9rem 0 0 0;
}

.p13a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.p13a1 {
    width: 33%;
    background: url(//cdn.myxypt.com/8cf8837b/21/10/d00085a1fea672136f651327722434e6db3f6971.png) no-repeat right center;
}

.p13a1 .img img {
    max-width: 100%;
    margin-bottom: 1.8rem;
}

.p13a1>P {
    font-size: 0.9rem;
    line-height: 1.3;
    color: #eaeaea;
}

.p13a2 {
    width: 44.44%;
    padding: 0 6.3rem 0 4.8rem;
    background: url(//cdn.myxypt.com/8cf8837b/21/10/d00085a1fea672136f651327722434e6db3f6971.png) no-repeat right center;
}

.p13a2 h3 {
    font-size: 1.06rem;
    color: #ffffff;
    position: relative;
    margin-bottom: 2.3rem;
}

.p13a2 h3::after {
    content: "";
    width: 4.75rem;
    height: 3px;
    background-color: #d2150c;
    position: absolute;
    bottom: -0.6rem;
    left: 0;
}

.p13a2a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.p13a2a a {
    font-size: 0.9rem;
    line-height: 2.4rem;
    color: #eaeaea;
    width: 33%;
}


.p13a3 {
    width: 19.4%;
    padding-left: 5.7rem;
}

.p13a3 h3 {
    font-size: 1.06rem;
    color: #ffffff;
    position: relative;
    margin-bottom: 1.6rem;
}

.p13a3 h3::after {
    content: "";
    width: 4.75rem;
    height: 3px;
    background-color: #d2150c;
    position: absolute;
    bottom: -0.6rem;
    left: 0;
}

.copy {
    font-size: 14px;
    line-height: 1.6;
    color: #c5c5c5;
    padding: 0.7rem 0;
    text-align: center;
    background-color: #030f26;
    margin-top: 2rem;
}

.copy a {
    color: #c5c5c5;
}


@media(max-width: 992px) {
    .p13a1 {
        width: 50%;
    }

    .p13a3 {
        width: 50%;
    }
}

@media(max-width: 500px) {
    .p13a1 {
        width: 100%;
        background: initial;
        margin-bottom: 4%;
    }

    .p13a1>P {
        font-size: 14px;
        line-height: 1.6;
    }

    .p13a3 {
        width: 50%;
        padding-left: 0;
        /*margin: 0 auto;*/
    }

    .p13a3 h3 {
        font-size: 18px;
        margin-bottom: 2.6rem;
    }
    .p13a3 h3::after{
        bottom: -1.1rem;
    }
}





/*鎵嬫満搴曢儴*/
@media (max-width:768px) {
    .db {
        display: block !important;
    }
}


.dbb {
    height: 50px;
}

/* 椤佃剼 */
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #000;
}

.footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
    padding: 10px 0;
    font-size: 0;
}

.footer ul li.active {
    background: #000;
}

.footer ul li a {
    display: block;
    color: #fff;
}

.footer ul li .iconfont {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
}


.footer li .icon-home {
    background: url(//cdn.myxypt.com/8cf8837b/21/10/5a0ac4910ee1873085919fe7c15c91d6db070281.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-home2 {
    background: url(//cdn.myxypt.com/8cf8837b/21/10/cfb1d6feda5356ef0380e84401fdf54139299b5b.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-phone {
    background: url(//cdn.myxypt.com/8cf8837b/21/10/ea00a14f4afe0832d17b07233a4f4f0e1a5a8ca3.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-contact {
    background: url(//cdn.myxypt.com/8cf8837b/21/10/37bba6a251d723df4fa4bdd9b2fc2b50c496957c.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-phone:before {
    font-size: 0;
}

.footer ul li a {
    border-left: 1px solid #fff;
}
@media(max-width: 768px) {
    body {
        padding-top: 89px;
    }
}





.xypg-product-detail {
    color: #000
}







@media (max-width: 990px) {
  .page-product-detail-effect {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    pointer-events: none;
  }











