/*初始化样式*/
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: #000;
    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;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wh {
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 15px;
}

.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.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}



/*头部样式*/
.top1 {
    height: 32px;
    line-height: 32px;
    background: #e9e9e9;
    font-size: 14px;
    letter-spacing: 2px;
    color: #777777;
}

.top1 a {
    color: #777;
}

.top2 {
    height: 123px;
    line-height: 123px;
}

.top2 .logo {
    width: 19.722%;
}

.top2 .logo a {
    display: block;
}

.top2 .logo a img {
    max-width: 100%;
}

.menu {
    width: 75%;
    padding-top: 15px;
    line-height: 107px;
}

/* 导航样式 */
.x-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.x-menu>li {
    position: relative;
    margin: 0 0.96rem;
}

.x-menu>li>a {
    display: block;
    font-size: 18px;
    color: #000000;
    white-space: nowrap;
    height: 107px;
    line-height: 107px;
    text-align: center;
}

.x-menu>li::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #000000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    opacity: 0;
}

.x-menu>li:hover::after {
    opacity: 1;
}

.x-menu>li>a:hover {
    background-color: #ff8a0000;
}



.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 150%;
    left: -25%;
    top: 123px;
    background: #fff;
    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: 18px;
    color: #666666;
}

.x-sub-menu>li>a:hover {
    background: #019350;
    color: #fff;

}

.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;
}







.top2 .ss {
    width: 39px;
    height: 20px;
    position: relative;
}

.ss .ss-btn {
    cursor: pointer;
    font-size: 0;
    line-height: 1;
}

.ss #formsearch {
    position: absolute;
    right: 0;
    top: 64px;
    z-index: 999;
    display: none;
    width: 259px;
    line-height: 1;
}

.ss #formsearch input {
    line-height: 30px;
    height: 30px;
    border: none;
    outline: none;
}

.ss #formsearch #keyword {
    width: 183px;
    padding-left: 10px;
}

.ss #formsearch #s_btn {
    width: 50px;
    background: #d6c570;
    color: #fff;
    text-align: center;
    padding: 0;
}


.top2 .k2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #000000;
    padding-left: 25px;
    background: url(//cdn.myxypt.com/8e25523e/21/10/af9a023329b37ee04e596206dc58525a1d06c4b4.png) no-repeat left center;
}




.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {}

.banner .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
}

.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
    transition: 6s linear;
    transform: scale(1, 1);
}

.banner img {
    width: 100%;
}


@media(max-width: 1440px) {
    .x-menu>li {
        margin: 0 .7rem;
    }
}

@media(max-width: 1366px) {
    .top2 .logo {
        width: 16.722%;
    }

    .menu {
        width: 81%;
    }
}

@media(max-width: 1024px) {
    .top2 .k2 {
        display: none;
    }


}

@media(max-width: 992px) {
    body {
        padding-top: 60px;
    }
}



.p1 {
    position: relative;
    padding: 4.55rem 0 4.65rem;
    background: url(//cdn.myxypt.com/8e25523e/21/10/3a65018956a7c67af5020b25d05190cf3539d8a0.jpg) no-repeat center center;
    background-size: cover;
    z-index: 0;
}

.p1 .p1a {
    width: 45.56%;
    padding-top: 1.4rem;
}

.p1::before {
    content: "";
    width: 10.3rem;
    height: 2px;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    left: 0;
    top: 10.95rem;
    z-index: -1;
}

.p1 .p1a>h3 {
    font-size: 2.2rem;
    color: #1c1c1c;
    margin-bottom: 1.3rem;
}

.p1 .p1a>p {
    font-size: 1rem;
    line-height: 2;
    color: #333333;
}

.p1 .p1a>p:nth-of-type(1) {
    margin-bottom: 0.7rem;
}

.p1 .p1a>a.more {
    display: block;
    line-height: 36px;
    width: 176px;
    background-color: #3b3b3b;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
}




.p1 .p1b {
    width: 50.1389%;
    overflow: hidden;
}

.p1 .p1b img {
    display: block;
    width: 100%;
    transition: all ease .5s;
}

.p1 .p1b:hover img {
    transform: scale(1.1);
}

@media(max-width: 1600px) {
    .p1::before {
        display: none;
    }
}

@media(max-width: 768px) {
    .p1 .p1b {
        width: 100%;
        margin-top: 3%;
    }

    .p1 .p1a {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .p1 {
        padding: 2.5rem 0 3rem;
    }

    .p1 .p1a>p {
        font-size: 14px;
    }

    .p1 .p1b {
        margin-top: 3%;
    }
}



.p2 {
    background: url(//cdn.myxypt.com/8e25523e/21/10/a78b69d5f173b907f901fa054977e529d3a765fb.jpg) no-repeat center center;
    background-size: cover;
    padding: 5.4rem 0 5.1rem;
}

.p2a>.wh>h3 {
    font-size: 1.8rem;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    padding-bottom: 0.8rem;
    background: url(//cdn.myxypt.com/8e25523e/21/10/e97775aa299cb9787f9e7cff6d0d805dbe668281.jpg) no-repeat bottom center;
    margin-bottom: 1.65rem;
    font-weight: 700;
}

.p2a>.wh>p {
    font-size: 1.1rem;
    font-weight: normal;
    color: #ffffff;
    width: 58.26%;
    margin: 0 auto;
    text-align: center;
}

.p2a>.wh a.more {
    width: 10.2rem;
    line-height: 2.3rem;
    border-radius: 1.13rem;
    border: solid 2px #ffffff;
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    display: block;
    margin: 3.6rem auto 0;
}

.p2b {
    position: relative;
}

.p2b::before {
    content: "";
    height: 1px;
    width: 100%;
    background: url(//cdn.myxypt.com/8e25523e/21/10/4c447cd661498fcb1db8633e680621880757b7fa.png) repeat-x center center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.p2b1 {
    margin-top: 5.2rem;
}

.p2b1 li a {
    display: flex;
    width: 6.2rem;
    height: 6.2rem;
    background-color: rgba(250, 250, 250, .8);
    border-radius: 50%;
    flex-direction: column;
    align-items: center;
    padding-top: 1rem;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.p2b1 li a div.img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.7rem;
    height: 2.4rem;
    margin-bottom: 0.15rem;
}

.p2b1 li a div.img img {
    max-width: 100%;
}

.p2b1 li a div.img img.img2 {
    display: none;
}

.p2b1 li a h3 {
    font-size: 0.9rem;
    font-weight: normal;
    color: #000000;
}


.p2b1 li a:before,
.p2b1 li a {
    transition: all .35s;
    transition-timing-function: cubic-bezier(.31, -.105, .43, 1.59);
}



.p2b1 li a::before {
    content: "";
    width: 120%;
    height: 120%;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 90%;
    left: -110%;
    background: rgba(181, 11, 21, .8);
    z-index: -1;
}


.p2b1 li a:focus:before,
.p2b1 li a:hover:before {
    top: -10%;
    left: -10%;
}

.p2b1 li a:hover div.img img.img1 {
    display: none;
}

.p2b1 li a:hover div.img img.img2 {
    display: inline-block;
}

.p2b1 li a:hover h3 {
    color: #fff;
}




.p2c {
    padding: 3.4rem 0 3.5rem;
    background: url(//cdn.myxypt.com/8e25523e/21/10/c1ad900424f4297d0b4add8ebe1a8532f8647770.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
}

.p2c .p2c1 {
    justify-content: space-around;
}

.p2c .p2c1 h3.counter {
    font-family: "Impact";
    font-size: 2.57rem;
    color: #fff;
    display: inline-block;
    line-height: 1;
}

.p2c .p2c1 span {
    font-family: "Impact";
    font-size: 2.57rem;
    color: #fff;
    display: inline-block;
    line-height: 1;
}

.p2c .p2c1 p {
    font-size: 0.82rem;
    font-weight: normal;
    color: #c6c6c6;
    margin-top: 1.04rem;
}


@media(max-width: 767px) {
    .p2a>.wh>h3 {
        font-size: 24px;
        padding-bottom: 1.15rem;
    }

    .p2a>.wh>p {
        width: 100%;
        font-size: 16px;
    }

    .p2a>.wh a.more {
        font-size: 16px;
    }

    .p2b::before {
        display: none;
    }

    .p2b1 {
        justify-content: flex-start;
    }

    .p2b1 li+li {
        margin-left: 2.5%;
    }

    .p2b1 li:last-child {
        margin-right: auto;
        margin-left: 2.5%;
    }

    .p2b1 li {
        margin-bottom: 7%;
        width: 31%;
    }

    .p2b1 li a {
        width: 100%;
        height: auto;
        justify-content: center;
        padding: 18% 0;
    }

    .p2b1 li a div.img {
        width: auto;
        min-height: 50px;
        margin-bottom: 7%;
    }

    .p2b1 li a h3 {
        font-size: 16px;
    }

    .p2c .p2c1 li {
        width: 48.8%;
        margin-bottom: 4%;
    }

    .p2c .p2c1 h3.counter {
        font-size: 3.5rem;
    }

    .p2c .p2c1 p {
        font-size: 14px;
    }
}




.index-title {
    color: #161616;
    text-align: center;
}

.index-title h3 {
    font-size: 1.8rem;
    font-weight: 700;
}

.index-title p {
    font-size: 1.8rem;
    font-weight: normal;
}

.p3 {
    padding-top: 3.4rem;
}

.p3a {
    margin-top: 2.6rem;
}

.p3a li {
    width: 24.3%;
    margin-bottom: 1rem;
}

.p3a li a {
    display: block;
    position: relative;
}


.p3a li a div.img {
    overflow: hidden;
}

.p3a li a div.img img {
    display: block;
    width: 100%;
    transition: all ease .5s;
}

.p3a li a:hover div.img img {
    transform: scale(1.1);
}

.p3a li a .cont {
    width: 0%;
    height: 0%;
    background-color: rgba(255, 255, 255, .85);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all ease .5s;
}



.p3a li a .cont h3 {
    font-size: 20px;
    font-weight: normal;
    color: #353535;
    width: 72.52%;
    text-align: center;
    border-bottom: 1px solid #d0cfce;
    padding-bottom: 0.8rem;
    opacity: 0;
}

.p3a li a .cont p {
    font-size: 16px;
    font-weight: normal;
    color: #abaaa9;
    margin-top: 0.4rem;
    /* width: 72.52%; */
    padding-bottom: 1rem;
    background: url(//cdn.myxypt.com/8e25523e/21/10/98e0ab9e4f1af63e89ab9073a7273cf3e6800ef6.png) no-repeat bottom center;
    opacity: 0;
}

.p3a li a:hover .cont {
    width: 89.43%;
    height: 87.59%;
    opacity: 1;
}

.p3a li a:hover .cont h3,
.p3a li a:hover .cont p {
    opacity: 1;
}

@media(max-width: 1024px) {
    .p3a li a .cont h3 {
        font-size: 16px;
    }

    .p3a li a .cont p {
        font-size: 14px;
        padding: 0 10px 20px;
        text-align: center;
    }
}



@media(max-width: 768px) {
    .p3a li {
        width: 49.3%;
    }

}

@media(max-width: 767px) {
    .index-title h3 {
        font-size: 24px;
    }

    .index-title p {
        font-size: 18px;
    }

    .p3a li a .cont {
        position: static;
        opacity: 1;
        width: auto;
        height: auto;
        transform: initial;
        left: initial;
        top: initial;
        background: #fff;
        padding: 0 4px;
    }

    .p3a li a .cont h3 {
        width: 100%;
        color: #000;
        opacity: 1;
        line-height: 2.4;
        padding: 0;
        border: none;
    }

    .p3a li a .cont p {
        display: none;
    }

    .p3a li a:hover .cont {
        width: auto;
        height: auto;
        opacity: 1;
    }

}



.p4 {
    background: #f5f5f5 url(//cdn.myxypt.com/8e25523e/21/10/c6245a2574a56339bc7e229c09da48a5e086661b.jpg) no-repeat top center;
    padding-top: 2.3rem;
    margin-top: 3rem;
    padding-bottom: 2.95rem;
}

.p4 .index-title {
    color: #fff;
}


.p4a {
    margin-top: 2.2rem;
    background-color: #ffffff;
    box-shadow: 0px 10px 32px 8px rgba(0, 63, 82, 0.1);
}

.p4a .p4prev {
    width: 40px;
    height: 40px;
    background: url(//cdn.myxypt.com/8e25523e/21/10/209528273098c9b8355fdde2dc2dc4cf1c1ddba7.png) no-repeat center center;
    margin: 0 1.4rem 0 1.5rem;
    outline: none;
    cursor: pointer;
}

.p4a .p4next {
    width: 40px;
    height: 40px;
    background: url(//cdn.myxypt.com/8e25523e/21/10/e6214c906d62f7023b3c25ebacfc4187f46ff18c.png) no-repeat center center;
    margin: 0 1.4rem 0 1.5rem;
    outline: none;
    cursor: pointer;
}




.p4a .p4-swiper {
    flex: 1;
    overflow: hidden;
}

.p4a li a {
    display: block;
    padding: 2.4rem 0 2.5rem;
    text-align: center;
    transition: all ease .3s;
}

.p4a li a div.img {
    height: 44px;
    line-height: 44px;
    margin-bottom: 1.5rem;
}

.p4a li a div.img img {
    max-width: 100%;
}


.p4a li a .cont h3 {
    font-size: 18.71px;
    font-weight: normal;
    line-height: 35px;
    color: #000000;
}

.p4a li a .cont p {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    opacity: 0.4;
}

.p4a li a .cont span.more {
    display: block;
    width: 29px;
    height: 29px;
    background: url(//cdn.myxypt.com/8e25523e/21/10/a3e61edf36f845dd560b2b9018d6cf755ae5f87d.png) no-repeat center center;
    margin: 2rem auto 0;
    border-radius: 50%;

}

.p4a li:hover a .cont span.more,
.p4a li.swiper-slide-active a .cont span.more {
    background: url(//cdn.myxypt.com/8e25523e/21/10/96140ef03dc5921b44c6d7c56245bb0dd682c4bb.png) no-repeat center center;
    box-shadow: 0px 2px 29.1px 2.9px rgba(59, 59, 59, 0.2);
    background-size: 100% 100%;
}





.p4a li:hover a,
.p4a li.swiper-slide-active a {
    background-color: rgba(158, 24, 32, .08);
}

.p4a li:hover a .cont h3,
.p4a li.swiper-slide-active .cont h3 {
    color: #981119;
}

.p4a li:hover a .cont p,
.p4a li.swiper-slide-active a .cont p {
    color: #981119;
}



.p4tab {
    margin-top: 3.85rem;
    position: relative;
}

.p4tab::before {
    content: "";
    width: 27px;
    height: 25px;
    background: url(//cdn.myxypt.com/8e25523e/21/10/ee6192730e4c863ec03101860ed25270ca0ac1e6.png) no-repeat center center;
    position: absolute;
    top: -2.45rem;
    left: 50%;
    transform: translateX(-50%);
}

.p4tab .p4b {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}


.p4tab .p4b.active {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    position: static;
}



.p4tab a.more {
    width: 176px;
    line-height: 36px;
    background-color: #3b3b3b;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    display: block;
    margin: 2.1rem auto 0;
}


.p4b li {
    width: 23.95%;
}

.p4b li a {
    display: block;
    overflow: hidden;
}

.p4b li a img {
    width: 100%;
    transition: all ease .3s;
}

.p4b li:hover a img {
    transform: scale(1.1);
}



@media(max-width: 768px) {
    .p4b li {
        width: 48.8%;
        margin-bottom: 2%;
    }
}

@media(max-width: 767px) {
    .p4a .p4prev {
        margin: 0 0.8rem;
    }

}


.p5 {
    background: url(//cdn.myxypt.com/8e25523e/21/10/e6025f18e9fdf0fda548d6265c310b2ca2e60911.jpg) no-repeat center center;
    background-size: cover;
    padding: 3rem 0 4.65rem;
    background-attachment: fixed;
}

.p5 .index-title {
    color: #fff;
}

.p5 .p5a {
    width: 67.15%;
    margin: 2.3rem auto 5.2rem;
    font-size: 0.9rem;
    line-height: 2;
    color: #ffffff;
    text-align: center;
}

.p5b .p5prev {
    width: 30px;
    height: 50px;
    background: rgba(245, 245, 245, .6) url(//cdn.myxypt.com/8e25523e/21/10/a0f404d40dff1f70bac377ff37a5a68d3d0d58c5.png) no-repeat center center;
    margin-right: 2.2rem;
    outline: none;
}

.p5b .p5prev:hover {
    background: rgba(245, 245, 245, .6) url(//cdn.myxypt.com/8e25523e/21/10/372d28fd0ef5cb54c8c887258a9035cd77f99a9d.png) no-repeat center center;
    transform: rotate(180deg);
}

.p5b .p5next {
    width: 30px;
    height: 50px;
    background: rgba(245, 245, 245, .6) url(//cdn.myxypt.com/8e25523e/21/10/a0f404d40dff1f70bac377ff37a5a68d3d0d58c5.png) no-repeat center center;
    transform: rotate(180deg);
    margin-left: 2.3rem;
    outline: none;
    margin-right: 0;
}

.p5b .p5next:hover {
    background: rgba(245, 245, 245, .6) url(//cdn.myxypt.com/8e25523e/21/10/372d28fd0ef5cb54c8c887258a9035cd77f99a9d.png) no-repeat center center;
    transform: initial;
}

.p5b .p5-swiper {
    flex: 1;
    overflow: hidden;
}

.p5b .p5-swiper li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.p5b .p5-swiper li a img {
    max-width: 100%;
}


@media(max-width: 767px) {
    .p5 .p5a {
        width: 100%;
        font-size: 14px;
        margin: 2.3rem auto;
    }

    .p5b .p5next {
        margin-left: 0.5rem;
    }

    .p5b .p5prev {
        margin-right: 0.5rem;
    }
}



.p6 {
    padding: 2.5rem 0 3.05rem;
}

.p6 .index-title {
    margin-bottom: 2.5rem;
}

.p6 .p6a {
    width: 63.54%;
}

.p6 .p6a1 {
    justify-content: flex-start;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 13px;
    margin-bottom: 2rem;
}

.p6 .p6a1 li {
    position: relative;
}

.p6 .p6a1 li a div.img {
    width: 27px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.7rem;
}

.p6 .p6a1 li a div.img img {
    max-width: 100%;
}

.p6 .p6a1 li a h3 {
    font-size: 22px;
    font-weight: normal;
    color: #505050;
    padding-right: 1.5rem;
}

.p6 .p6a1 li+li {
    margin-left: 1.5rem;
}

.p6 .p6a1 li.active::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #f1d896;
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
}

.p6tab {
    position: relative;
}

.p6tab .p6a2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}

.p6tab .p6a2.active {
    position: static;
    z-index: 9;
    visibility: visible;
    opacity: 1;
}


.p6a2 .img {
    width: 39.39%;
    overflow: hidden;
}

.p6a2 .img img {
    width: 100%;
    transition: all ease .3s;
}

.p6a2 .img:hover img {
    transform: scale(1.1);
}

.p6a2a {
    width: 57.55%;
    flex-direction: column;
    justify-content: space-between;
}

.p6a2a li {
    flex: 1;
}

.p6a2a li+li {
    margin-top: 2rem;
}

.p6a2a li a {
    height: 100%;
}

.p6a2a li a div.time {
    width: 85px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #dcdcdc;
    margin-right: 0.75rem;
    transition: all ease .3s;
}

.p6a2a li a div.time h3 {
    font-size: 0.96rem;
    font-weight: 700;
    color: #222222;
    transition: all ease .3s;
}

.p6a2a li a div.time span {
    font-size: 0.84rem;
    color: #666666;
    padding-bottom: 0.4rem;
    position: relative;
    transition: all ease .3s;
}

.p6a2a li a div.time span::after {
    content: "";
    width: 19px;
    height: 3px;
    background-color: #3b3b3b;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all ease .3s;
}

.p6a2a li a .cont {
    flex: 1;
    padding-left: 0.8rem;
    border-left: 1px solid #e5e5e5;
}

.p6a2a li a .cont h3 {
    font-size: 0.96rem;
    font-weight: normal;
    color: #333333;
    margin-bottom: 0.4rem;
    padding-top: 0.5rem;
    transition: all ease .3s;
}

.p6a2a li a .cont p {
    font-size: 0.84rem;
    line-height: 1.42;
    color: #999999;
    padding-bottom: 0.2rem;
}

.p6a2a li a:hover div.time {
    background-color: #3b3b3b;
}

.p6a2a li a:hover div.time h3 {
    color: #fff;
}

.p6a2a li a:hover div.time span {
    color: #fff;
}

.p6a2a li a:hover div.time span::after {
    background-color: #fff;
}

.p6a2a li a:hover .cont h3 {
    font-weight: 700;
}




.p6b {
    width: 32.5%;
}

.p6b1 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 13px;
    margin-bottom: 2rem;
}

.p6b1 h3 {
    font-size: 23.11px;
    font-weight: normal;
    color: #505050;
    padding-left: 48px;
    background: url(//cdn.myxypt.com/8e25523e/21/10/614f4422d1792f3a30b063a4a923e35cdec6bf88.png) no-repeat 6px center;
}

.p6b1 a.inquiry {
    font-size: 19.19px;
    font-weight: normal;
    color: #444444;
}

.p6b2a {
    margin-bottom: 15px;
}

.p6b2a span {
    width: 78px;
    text-align-last: justify;
    font-size: 19px;
    font-weight: normal;
    color: #505050;
    margin-right: 1rem;
}

.p6b2a input {
    outline: none;
    background: none;
    border: none;
    height: 44px;
    border: solid 1px #e5e5e5;
    flex: 1;
    font-size: 16px;
    color: #000;
    line-height: 44px;
    padding: 0 6px;
}

.p6b2a textarea {
    outline: none;
    background: none;
    border: none;
    resize: none;
    flex: 1;
    height: 73px;
    border: solid 1px #e5e5e5;
    font-size: 16px;
    line-height: 1.7;
    color: #000;
    overflow: hidden;
    padding: 4px;
}

.p6b2a.code {
    justify-content: flex-start;
}

.p6b2a.code input {
    flex: initial;
    width: 114px;
    margin-right: 0.8rem;
}

.p6b2a.code span.change {
    font-size: 17px;
    font-weight: normal;
    color: #444444;
    width: auto;
    margin-left: 0.7rem;
    cursor: pointer;
}

.p6b2 input[type="submit"] {
    outline: none;
    background: none;
    border: none;
    width: 119px;
    line-height: 44px;
    background-color: #3b3b3b;
    font-size: 19.19px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    border-radius: 4px;
    margin-left: 5rem;
}


@media(max-width: 1366px) {
    .p6b2a span {
        width: 68px;
        font-size: 17px;
        margin-right: 0.7rem;
    }
}


@media(max-width: 1024px) {
    .p6b2a span {
        width: auto;
        margin-right: 0;
        font-size: 14px;
    }

    .p6b2a textarea {
        height: 51px;
    }

    .p6b2a input {
        height: 34px;
    }

    .p6b2a {
        margin-bottom: 10px;
    }

    .p6b2 input[type="submit"] {
        line-height: 34px;
        font-size: 15px;
        margin-left: 4rem;
    }
}

@media(max-width: 768px) {
    .p6 .p6a {
        width: 100%;
    }

    .p6b {
        width: 100%;
        margin-top: 3%;
    }

    .p6b2 input[type="submit"] {
        margin-left: 2rem;
    }

}

@media(max-width: 767px) {
    .p6 .p6a1 li a div.img img {
        max-width: 84%;
    }

    .p6 .p6a1 li a h3 {
        font-size: 15px;
    }

    .p6a2 .img {
        width: 100%;
    }

    .p6a2a {
        width: 100%;
        margin-top: 3%;
    }

    .p6a2a li a div.time {
        padding: 1.4rem 0;
    }

    .p6a2a li a div.time h3 {
        font-size: 18px;
    }

    .p6a2a li a div.time span {
        font-size: 17px;
    }

    .p6a2a li a div.time h3 {
        font-size: 21px;
    }

    .p6a2a li a .cont h3 {
        font-size: 16px;
    }

    .p6a2a li a .cont p {
        font-size: 14px;
    }

    .p6b {
        margin-top: 6%;
    }

    .p6b1 h3 {
        line-height: 25px;
        font-size: 16px;
        padding-left: 39px;
    }

    .p6b1 a.inquiry {
        font-size: 15px;
    }
}



.p7 {
    background: url(//cdn.myxypt.com/8e25523e/21/10/18c45169207b31aecbb7a1a10aa9e245310ab8d3.jpg) no-repeat center center;
    background-size: cover;
    padding: 4rem 0 1.5rem;
}

.p7a1 {
    width: 53.125%;
}

.p7a .flexd{
    justify-content: left! important;
}

.p7a1 dl{
    width: 15%;
}

.p7a1 dl:nth-child(2){
    width: 35%;
}

.p7a1 dl dt {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.8rem;
}

.p7a1 dl dd a {
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    line-height: 2.1;
}
.p7a1 dl dd a:hover {
    color: #9d171f;
}

.p7a1 dl:nth-child(2) dd{
    float: left;
    width: 50%;
}

.p7a2 {
    padding: 0.7rem 1.5rem 0.7rem 0.8rem;
    justify-content: center;
    border: 1px solid #ffffff;
    height: 100%;
}

.p7a2 .p7a2a img {
    display: inline-block;
    width: 5.2rem;
    height: 5.2rem;
    margin-right: 1.8rem;
}

.p7a2 .p7a2b {
    text-align: center;
    margin-left: 3rem;
}

.p7a2 .p7a2b h3 {
    font-size: 0.9rem;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 1.3rem;
}

.p7a2 .p7a2b p {
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
}

.p7b {
    margin-top: 4.8rem;
}

.p7b li a div.img {
    width: 2.7rem;
    height: 2.7rem;
    border: solid 1px rgba(255, 255, 255, .43);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.75rem;
    transition: all ease .3s;
}

.p7b li a div.img img {
    max-width: 100%;
}

.p7b li a div.img img.img2 {
    display: none;
}

.p7b li a h3 {
    font-size: 0.84rem;
    font-weight: normal;
    color: #ffffff;
}

.p7b li a:hover div.img {
    background-color: #ffffff;
}

.p7b li a:hover div.img img.img2 {
    display: inline-block;
}

.p7b li a:hover div.img img.img1 {
    display: none;
}


.p7c {
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    margin-top: 1.5rem;
}

.p7c a::after {
    content: "、";
}

.p8 {
    background-color: #151515;
    padding: 0.8rem 0;
    font-size: 14px;
    line-height: 1.42;
    color: #ffffff;
    text-align: center;
}

.p8 a {
    color: #ffffff;
}

@media(max-width: 1024px) {
    .p7a2 .p7a2b {
        margin-left: 0;
    }

    .p7a2 .p7a2a img {
        margin-right: 1rem;
    }
}

@media(max-width: 768px) {
    .p7a1 {
        width: 100%;
        margin-bottom: 5%;
    }

    .p7b li {
        width: 48.8%;
        margin-bottom: 1%;
    }

    .p7b li a {
        justify-content: flex-start;
    }

    .p7b li a h3 {
        flex: 1;
        line-height: 1.6;
    }
}

@media(max-width: 767px) {

    .p7a2a {
        width: 100%;
    }

    .p7a2 .p7a2a p {
        display: flex;
        justify-content: space-between;
    }

    .p7a2 .p7a2a img {
        height: auto! important;
        width: 48%! important;
        margin-right: 0;
    }

    .p7a2 .p7a2b {
        margin-top: 3%;
    }

    .p7a2 .p7a2b h3 {
        font-size: 20px;
    }

    .p7a2 .p7a2b p {
        font-size: 16px;
    }

    .p7a2 {
        padding: 2rem 15px;
    }

    .p7b li {
        width: 100%;
    }

    .p7b li a div.img {
        width: 4.5rem;
        height: 4.5rem;
    }

    .p7b li a h3 {
        font-size: 16px;
    }

    @media(max-width: 767px) {
        .p8 {
            padding: 1.4rem 0;
        }
    }

}


/*手机底部*/
@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/8e25523e/21/10/11acbfdfd0739d1c9e4dd177b837afabe9da556e.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-home2 {
    background: url(//cdn.myxypt.com/8e25523e/21/10/0d90d783c05b05f519febbbd38a22341ad85f6f5.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-phone {
    background: url(//cdn.myxypt.com/8e25523e/21/10/49a7618e69d8403fb61fa4ae6a9967e56afdd462.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-contact {
    background: url(//cdn.myxypt.com/8e25523e/21/10/b93a4b1699a2e8c3c1cafef0b11a44bb6e0cfa4a.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-phone:before {
    font-size: 0;
}

.footer ul li a {
    border-left: 1px solid #fff;
}

.footer ul li:nth-child(1) a {
    border: none;
}




/*内页左侧样式*/
.page-product-inquiry a {
    color: #fff;
}
