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




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

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

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



.top1 {
    height: 44px;
    background-color: #f47821;
    line-height: 41px;
}


.top1a .top1a1 {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    padding-left: 36px;
    background: url(//cdn.myxypt.com/2507dfe6/21/08/8d5fc85e6c17bf7b7dc46e5d890c9b2404985421.png) no-repeat left center;
}

.top1a .top1a1 strong {
    font-size: 18px;
}

.top_ewm {
    width: 24px;
    height: 44px;
    background: url(//cdn.myxypt.com/2507dfe6/21/08/f78aea61d4f540a1423ff93e7edc3d124665c759.png) no-repeat center center;
    position: relative;
    margin-left: 22px;
    cursor: pointer;
}


.top_ewm .img {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    width: 100px;
    height: 0;
    transition: all ease .3s;
}

.top_ewm .img img {
    width: 100%;
    height: 100%;
}

.top_ewm:hover .img {
    height: 100px;
    opacity: 1;
}



.top1b {
    justify-content: flex-end;
    font-size: 13px;
    font-weight: normal;
    color: #ffffff;
}

.top1b a {
    color: #ffffff;
}

.top1b .topLink {
    margin-left: 20px;
}

.top1b form {
    width: 196px;
    height: 31px;
    background-color: #ffffff;
    border-radius: 16px;
    line-height: 31px;
}

.top1b form input {
    outline: none;
    background: none;
    border: none;
}

.top1b form input[name="wd"] {
    width: 160px;
    font-size: 14px;
    font-weight: normal;
    color: #5f5f5f;
    padding-left: 15px;
}

.top1b form input[type="submit"] {
    width: 18px;
    height: 18px;
    background: url(//cdn.myxypt.com/2507dfe6/21/08/ecbf52de09baa03e7a3693ee9b70330293918f39.png) no-repeat center center;
}



.top2 {
    height: 120px;
}

.top2 .logo {
    line-height: 120px;
    width: 15.3%;

}

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

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

.x-menu>li {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center;
    height: 120px;
    align-items: center;
}

.x-menu>li>a {
    font-size: 20px;
    color: #333333;
    white-space: nowrap;
    line-height: 90px;
    height: 90px;
    text-align: center;
    width: auto;
    padding: 0 0.78vw;
    position: relative;
    font-weight: 700;
}

.x-menu>li>a::after {
    content: "";
    height: 5px;
    background-color: #f47821;
    border-radius: 2.5px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all ease .3s;
}

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

.top2.bj .x-menu>li>a {
    color: #000;
}

.x-menu>li>a:hover {
    /* background-color: #ff8a00; */
    /* border-bottom: 3px solid #68ff00; */
    color: #f47821;
}

.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);
    background: #fff;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 102%;
    left: 0%;
    top: 120px;
    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: 14px;
    color: #666666;
    line-height: 2.6;
}

.x-sub-menu>li>a:hover {
    background: #f47821;
    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;
}


/* banner 放大 */
.banner-item {
    overflow: hidden;
}

.banner-item img {
    opacity: .9;
    transition: opacity 500ms linear 0s
}

.active .banner-item img {
    opacity: 1;
    animation-name: fang;
    animation-duration: 8s;
    animation-direction: alternate;
}


@keyframes fang {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.08);
    }
}


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





.p1 {
    background-color: #f5f5f5;
    padding: 3.75rem 0 5.45rem;
    position: relative;
    overflow: hidden;
}



.p1::before {
    position: absolute;
    content: '';
    background: url(//cdn.myxypt.com/2507dfe6/21/08/a25fa85b2f8ff1d9455efb1f4d16e441ec93fd47.png)no-repeat;
    bottom: 0%;
    width: 100%;
    left: 0;
    height: 344px;
    transform: none;
    animation-name: ale;
    animation-duration: 6000ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}



.p1a {
    width: 50.25%;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    position: relative;
}

.p1a .img {
    text-align: right;
    width: 87.4%;
    /* overflow: hidden; */
}

.p1a .img img {
    max-width: 100%;
    transition: all ease 1s;
}

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

.p1a1 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.p1a1 li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 18px;
}

.p1a1 li span.kuai {
    width: 89px;
    height: 34px;
    background-color: #d4c599;
    border-radius: 6px;
    margin-right: 18px;
}

.p1a1 li span.text {
    font-size: 22px;
    font-weight: normal;
    color: #333333;
}

.p1a1 li:nth-child(2) span.kuai {
    background-color: #7bc1d3;
}

.p1a1 li:nth-child(3) {
    margin-bottom: 0;
}

.p1a1 li:nth-child(3) span.kuai {
    background-color: #63bd5b;
}


.p1b {
    width: 39.375%;
    padding-top: 4.6rem;
    position: relative;
    z-index: 999;
}

.p1b1 h3 {
    font-size: 1.9rem;
    color: #333333;
    margin-bottom: 1.8rem;
    line-height: 1.3;
    position: relative;
}

.p1b1 h3::before {
    content: "";
    width: 40px;
    height: 22px;
    background: url(//cdn.myxypt.com/2507dfe6/21/08/96701f6594321d8c2156d0721302a0ec96467aa5.png) no-repeat center center;
    position: absolute;
    left: -59px;
    top: 15%
}

.p1b1 p {
    font-size: 0.9rem;
    line-height: 2;
    color: #333333;
}

.p1b1 a {
    display: block;
    width: 190px;
    line-height: 46px;
    border-radius: 6px;
    background: #f47821 url(//cdn.myxypt.com/2507dfe6/21/08/f68fcacfb69565786602359348b69a700d563c13.png) no-repeat 40px center;
    font-size: 18px;
    color: #ffffff;
    padding-left: 75px;
    margin-top: 3.6rem;

}

@keyframes ale {
    from {
        transform: translate3d(0px, -30px, 0px)
    }

    to {
        transform: translate3d(0px, 30px, 0px)
    }
}




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

    .p1b {
        width: 100%;
    }

    .p1b1 h3 {
        padding-left: 60px;
    }

    .p1b1 h3::before {
        left: 0;
    }
}

@media(max-width: 767px) {
    .p1a {
        align-items: flex-start;
    }

    .p1a .img {
        width: 100%;
    }

    .p1a1 {
        position: static;
        left: initial;
        bottom: initial;
    }

    .p1a1 li span.kuai {
        width: 69px;
        height: 24px;
        margin-right: 8px;
    }

    .p1a1 li span.text {
        line-height: 1;
        font-size: 14px;
    }

    .p1b1 h3 {
        font-size: 20px;
    }

    .p1b1 p {
        font-size: 14px;
    }

    .p1b1 a {
        font-size: 14px;
        width: 140px;
        line-height: 40px;
        border-radius: 6px;
        background: #f47821 url(//cdn.myxypt.com/2507dfe6/21/08/f68fcacfb69565786602359348b69a700d563c13.png) no-repeat 18px center;
        padding-left: 48px;
    }
}





.index-title {
    text-align: center;
}

.index-title p {
    font-size: 1.2rem;
    color: #333333;
}

.index-title h3 {
    font-size: 2.1rem;
    color: #333333;
    margin: 0.4rem 0 1rem;
}

.index-title h3 span {
    color: #f47821;
}

.index-title h4 {
    font-size: 0.9rem;
    font-weight: normal;
    color: #808080;
}

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

    .index-title h3 {
        font-size: 24px;
        margin: 0.5rem 0;
    }

    .index-title h4 {
        font-size: 14px;
        line-height: 1.7;
    }
}







.p2 {
    padding: 3.75rem 0 2.9rem;
}

.p2a {
    margin-top: 2.6rem;
}

.p2a1 {
    width: 20.125%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.p2a1a {
    background-color: #f47821;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #feffff;
    padding: 0.6rem 0 0.8rem;
}

.p2a1a h3 {
    font-size: 1.6rem;
    margin-bottom: 0.4rem;
}

.p2a1a p {
    font-size: 0.8rem;
    font-weight: normal;
}

.p2a1b {
    flex: 1;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    border: 1px solid #c9c9c9;
}

.p2a1b li {
    min-height: 3rem;
    line-height: 3rem;
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #c9c9c9;
}

.p2a1b li:last-child {
    border-bottom: 0;
}

.p2a1b li a {
    display: block;
    width: auto;
    margin-left: 3.4rem;
    font-size: 0.9rem;
    color: #484949;
    height: 2rem;
    line-height: 2rem;
    font-weight: 700;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.p2a1b li::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 5.5px;
    position: absolute;
    left: 1.85rem;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #7d7d7d;
}

.p2a1b li.on a {
    background: url(//cdn.myxypt.com/2507dfe6/21/08/7c551bc5761d8a10c3372460f8693aeaf1519d8d.png) repeat-x bottom left;
    color: #f47821;
}

.p2a1b li.on::before {
    border: 1px solid #f47821;
}


.p2a1c {
    background: url(//cdn.myxypt.com/2507dfe6/21/08/6789871a40058a21a23f62e275e8b916b163b591.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    padding: 1.2rem 0 1.1rem;
    color: #ffffff;
}

.p2a1c h3 {
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 0.2rem;
    padding-top: 2.1rem;
    background: url(//cdn.myxypt.com/2507dfe6/21/08/8b7e7e32060abe32236ece702c11e010423a2c08.png) no-repeat top center;
}

.p2a1c p {
    font-size: 1.53rem;
    font-weight: 700;
}


.p2-tab {
    width: 78.75%;
}

.p2-tab .p2a2 {
    height: 100%;
}

.p2-tab ul {
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
    height: 100%;
}

.p2-tab ul li {
    width: 100%;
}

.p2-tab ul li div.bigimg {
    width: 57.14%;
    border: solid 1px #dcdcdc;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width:1440px){
    .p2-tab ul li div.bigimg{
        margin-bottom:1%;
    }
}

.p2-tab ul li div.bigimg img {
    max-width: 100%;
}

.p2-tab ul li div.cont {
    border: solid 1px #dcdcdc;
    width: 41.82%;
    padding: 1.5rem 2.8rem 1.3rem 2.6rem;
}

@media(max-width:1440px){
    .p2-tab ul li div.cont{
        margin-bottom:1%;
    }
}


.p2-tab ul li div.cont h3 {
    font-size: 1.1rem;
    color: #030000;
    margin-bottom: 1.3rem;
}

.p2-tab ul li div.cont h4 {
    font-size: 0.9rem;
    color: #030000;
    padding-left: 31px;
    background: url(//cdn.myxypt.com/2507dfe6/21/08/1c0ff2628fdcdecdd5623052595bfa1052046f88.png) no-repeat left center;
    margin-bottom: 0.6rem;
}

.p2-tab ul li div.cont p {
    font-size: 0.8rem;
    color: #858585;
    line-height: 1.8125;
}

.p2-tab ul li .contimg {
    margin-top: 1.2rem;
}

.p2-tab ul li .contimg .img1 {
    flex: 1;
}

.p2-tab ul li .contimg .img1:last-child {
    margin-left: 3px;
}

.p2-tab ul li .contimg .img1 img {
    width: 100%;
}

.p2-tab ul li .btn {
    width: 83%;
    margin: 1.2rem auto 0;
}

.p2-tab ul li .btn a {
    background-color: #59a244;
    font-size: 15px;
    color: #ffffff;
    flex: 1;
    text-align: center;
    line-height: 35px;
}

.p2-tab ul li .btn a:last-child {
    margin-left: 6px;
    background-color: #f47821;
}


@media(max-width:1366px) {
    .p2a1b li a {
        font-size: 0.8rem;
        margin-left: 2.4rem;
    }

    .p2a1b li::before {
        left: 1rem;
    }

    .p2-tab ul li div.cont {
        padding: 1.5rem 0.8rem 1.3rem 1rem;
    }
}


@media(max-width:1024px) {
    .p2-tab ul li .btn {
        width: 100%;
    }
}

@media(max-width:768px) {
    .p2a1c {
        display: none;
    }

    .p2a1b {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .p2a1b li {
        flex: initial;
        width: 33%;
    }

    .p2a1b li:nth-last-child(-n+3) {
        border-bottom: none;
    }

    .p2a1 {
        width: 100%;
        margin-bottom: 3%;
    }

    .p2-tab {
        width: 100%;
    }

    .p2-tab ul li {
        margin-bottom: 2%;
    }

    .p2-tab ul li div.bigimg {
        width: 50%;
    }

    .p2-tab ul li div.cont {
        width: 48.82%;
    }
}




@media(max-width: 767px) {
    .p2a1b li {
        padding: 0.5rem 0;
    }

    .p2a1b li a {
        line-height: 3rem;
        height: 3rem;
        font-size: 14px;
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .p2a1b li::before {
        display: none;
    }

    .p2a1a {
        padding: 1.5rem 0;
    }

    .p2a1a h3 {
        font-size: 18px;
    }

    .p2a1a p {
        font-size: 14px;
    }

    .p2-tab ul li div.bigimg {
        width: 100%;
    }

    .p2-tab ul li div.cont {
        width: 100%;
    }

    .p2-tab ul li div.cont h3 {
        font-size: 18px;
    }

    .p2-tab ul li div.cont h4 {
        font-size: 16px;
    }

    .p2-tab ul li div.cont p {
        font-size: 14px;
    }

    .p2-tab ul li .btn a {
        font-size: 13px;
    }
}




.p3 {
    position: relative;
}

.p3img .img {
    height: 100%;
}

.p3img img {
    width: 100%;
    height: 100%;
}


.p3a {
    position: absolute;
    left: 50%;
    top: 0;
    right: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    padding-top: 3.75rem;
    color: #fff;
    z-index: 999
}

.p3-title h3 {
    font-size: 1.2rem;
}

.p3-title h4 {
    font-size: 2.1rem;
    margin: 1rem 0 1.2rem;
}

.p3-title p {
    font-size: 0.9rem;
    color: #dcdcdc;
}

.p3a1 {
    margin-top: 3.8rem;
}

.p3a1 li {
    width: 14.875%;
}

.p3a1 li a {
    display: block;
    width: 100%;
    border: solid 2px #f7f7f7;
    padding: 1.2rem 0.5rem 1.5rem 1.4rem;
    color: #f7f7f7;
    transition: all ease .3s;
}

.p3a1 li a em {
    font-style: normal;
    font-size: 1.71rem;
    font-weight: 700;
    display: block;
    margin-bottom: 1.6rem;
    line-height: 1;
}

.p3a1 li a h3 {
    font-size: 1rem;
    margin-bottom: 0.4rem;
}

.p3a1 li a span {
    font-size: 0.8rem;
    font-weight: normal;
}

.p3a1 li.active a {
    background-color: #f47821;
    border: solid 2px #f47821;
}



.p3img {
    position: relative;
}

.p3img .img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}

.p3img .img {
    opacity: 0;
    visibility: hidden;
    /*transition: all .s ease;*/
}

.p3img .img.active {
    position: static;
    opacity: 1;
    visibility: visible;
}





.p3a .more a {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    font-weight: bold;
    color: #f7f7f7;
    margin-top: 3.8rem;
}

.p3a .more a span {
    font-family: "SimSun";
    font-size: 1.2rem;
}

.p3a .more a:hover {
    display: block;
}







@media(max-width: 1440px) {
    .p3a {
        padding-top: 1.4rem;
    }

    .p3-title h4 {
        margin: 0.4rem 0 0.5rem;
    }

    .p3a1 {
        margin-top: 1.6rem;
    }

    .p3a1 li a {
        padding: 1.2rem 0.5rem;
    }

    .p3a .more a {
        margin-top: 2rem;
    }
}

@media(max-width: 1366px) {
    .p3a1 li {
        width: 16%;
    }
}

@media(max-width: 768px) {
    .p3img {
        margin-top: 2rem;
    }

    .p3a {
        position: relative;
        background: #222831;
        padding-bottom: 2rem;
    }

    .p3-title {
        display: none;
    }

    .p3a1 li {
        width: 32%;
        margin-bottom: 2%;
    }

    .p3a .more a {
        margin-top: 1rem;
    }
}


@media(max-width: 767px) {
    .p3a1 li a span {
        display: none;
    }

    .p3a1 li a em {
        font-size: 20px;
    }

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

    .p3a .more a {
        font-size: 18px;
    }
}





.p4 {
    background: url(//cdn.myxypt.com/2507dfe6/21/08/a57db9ecf791e633e938597d334d6535285f0d42.jpg) no-repeat top center;
    background-size: 100% auto;
    padding-top: 4.1rem;
}

.p4a {
    margin-top: 2.3rem;
}

.p4a1 {
    width: 44.375%;
}

.p4a1 li {
    height: 100%;
    position: relative;
}

.p4a1 li a img {
    width: 100%;
    height: 100%;
}

.p4a1 li a h3 {
    line-height: 2.65rem;
    background-color: rgba(0, 0, 0, .43);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0.97rem;
    color: #ffffff;

}


.p4a2 {
    width: 54.3125%;
    align-content: space-between;
}

.p4a2 li a {
    display: block;
}

.p4a2 li {
    width: 48.79%;
}

.p4a2 li a {
    display: block;
    width: 100%;
}

.p4a2 li a img {
    width: 100%;
    height: 100%;
}

.p4a a.img {
    display: block;
    width: 100%;
    overflow: hidden;
}

.p4a a.img img {
    transition: all ease .8s;
}

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

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

    .p4a2 {
        width: 100%;
    }

    .p4a2 li {
        margin-bottom: 2%;
    }
}

@media(max-width: 767px) {
    .p4a1 li a h3 {
        line-height: 3rem;
        font-size: 16px;
    }
}


.p5 {
    background: url(//cdn.myxypt.com/2507dfe6/21/08/7e8b69162b978c430314f9f9a97c468c05c5a088.jpg) no-repeat center center;
    background-size: cover;
    margin-top: 3.6rem;
    overflow: hidden;
    width: 100%;
}


.p5a {
    width: 31.45%;
    background: url(//cdn.myxypt.com/2507dfe6/21/08/00d9510474952631789e6accbe945894aabaebde.png) no-repeat left top;
    padding-left: 3.15rem;
    margin-top: 4.75rem;
    color: #ffffff;
    margin-left: 8rem;
}

.p5a h3 {
    font-size: 1.2rem;
}

.p5a h4 {
    font-size: 2.1rem;
    margin: 0.7rem 0 1.6rem;
}

.p5a .p5-key {
    font-size: 1.3rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.p5a .p5-key p+p {
    margin-left: 1rem;
}

.p5a .p5a1 {
    font-size: 0.8rem;
    line-height: 2.25;
    margin-top: 1.5rem;
}

.p5a .p5-more a {
    display: block;
    width: 149px;
    line-height: 43px;
    background-color: #ffffff;
    border-radius: 6px;
    font-size: 16px;
    font-weight: normal;
    ;
    color: #333333;
    text-align: center;
    margin-top: 3rem;
}

.p5b {
    width: 58.69%;
    flex-wrap: nowrap;
}

.p5b li {
    position: relative;
}

.p5b li:nth-child(2) {
    margin-left: -13.33%;
}

.p5b li:nth-child(3) {
    margin-left: -13.33%;
}

.p5b a {
    display: block;
    mix-blend-mode: soft-light;
}

.p5b a:hover {
    mix-blend-mode: normal;
}

.page-product-inquiry a {
    color: #fff;
}

@media(max-width: 1600px) {

    .p5a {
        margin-left: 15px;
        padding-left: 2.2rem;
        width: 37.45%;

    }

    .p5b li {
        width: 39%;
        height: 100%;
    }

    .p5b li a {
        display: block;
        height: 100%;
    }

    .p5b li a img {
        height: 100%;
    }

    .p5b li:nth-child(2) {
        margin-left: -9.33%;
    }

}

@media(max-width: 1366px) {
    .p5a {
        margin-top: 2.75rem;
    }
}

@media(max-width: 768px) {
    .p5 {
        position: relative;
        padding-top: 4rem;
    }

    .p5b {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .p5b a:hover {
        mix-blend-mode: soft-light;
    }

    .p5a {
        width: 100%;
        padding: 0 15px 4rem 2rem;
        position: relative;
        z-index: 9;
    }
}

@media(max-width: 767px) {
    .p5a {
        background-size: 4% auto;
    }

    .p5a h3 {
        font-size: 15px;
    }

    .p5a h4 {
        font-size: 24px;
    }

    .p5a .p5-key {
        font-size: 16px;
    }

    .p5a .p5a1 {
        font-size: 14px;
    }

    .p5a .p5-more a {
        width: 120px;
        line-height: 38px;

    }
}


.p6a {
    margin-top: 3.25rem;
}

.p6a .p6a1 {
    width: 43.375%;
    margin: 0 1rem;
}

.p6a .p6a1 li {
    flex: 1;
    line-height: 2.15rem;
    background-color: #e5e5e5;
    border-radius: 1.08rem;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 700;
    color: #333333;
    cursor: pointer;
    transition: all ease .2s;
}

.p6a .p6a1 li.active {
    background-color: #f47821;
    color: #fff;
}

.p6a .p6a1 li+li {
    margin-left: 1.1rem;
}

.p6a .line {
    flex: 1;
    height: 1px;
    background-color: #eaeaea;
}


.p6-swiper {
    overflow: hidden;
}

.p6-swiper li a {
    display: block;
}

.p6-swiper li a img {
    width: 100%;
}


.p6b {
    margin-top: 2.45rem;
}

.p6b1 {
    position: relative;
}

.p6b1 .p6next {
    width: 4.8rem;
    height: 1.95rem;
    background: #f47821 url(//cdn.myxypt.com/2507dfe6/21/08/5f0e2feaf11cfec4e2c66beea2c62e8f218abb2c.png) no-repeat center center;
    box-shadow: 0px 3px 6px 0px rgba(29, 29, 29, 0.27);
    right: 0;
    top: 50%;
    transform: translateX(106%) translateY(-50%);
    position: absolute;
    outline: none;
    cursor: pointer;
    z-index: 999;
}

.p6b1 .p6prev {
    width: 4.8rem;
    height: 1.95rem;
    background: #f47821 url(//cdn.myxypt.com/2507dfe6/21/08/5f0e2feaf11cfec4e2c66beea2c62e8f218abb2c.png) no-repeat center center;
    box-shadow: 0px 3px 6px 0px rgba(29, 29, 29, 0.27);
    left: 0;
    top: 50%;
    transform: translateX(-106%) translateY(-50%) rotate(180deg);
    position: absolute;
    outline: none;
    cursor: pointer;
    z-index: 999;
}




.p6b {
    position: relative;
}

.p6b .p6b1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}

.p6b .p6b1 {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.p6b .p6b1.active {
    position: static;
    opacity: 1;
    visibility: visible;
}

@media(max-width: 1600px) {
    .p6b {
        width: 85%;
        margin: 2.45rem auto 0;
    }
}

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

    .p6b {
        width: 72%;
    }
}

@media(max-width: 767px) {
    .p6a .p6a1 {
        width: 100%;
        margin: 0;
    }

    .p6a .line {
        display: none;
    }

    .p6a .p6a1 li {
        font-size: 15px;
        line-height: 3.3rem;
    }

    .p6a .p6a1 li+li {
        margin-left: 0.5rem;
    }

    .p6b1 .p6next,
    .p6b1 .p6prev {
        display: none;
    }

    .p6b {
        width: 100%;
        margin: 1.45rem auto 0;
    }
}




.p7 {
    background: url(//cdn.myxypt.com/2507dfe6/21/08/42a2327a1651f5284eba03b542e88d439beae98d.jpg) no-repeat center center;
    margin-top: 3.75rem;
    background-size: cover;
    padding-top: 3.3rem;
    padding-bottom: 2.1rem;
}

.p7 .index-title p {
    color: #ffffff;
}

.p7 .index-title h3 {
    color: #ffffff;
}

.p7 .index-title h4 {
    color: #ffffff;
}

.p7a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2.15rem;
    margin-top: 1.4rem;
    border-top: 1px solid rgba(255, 255, 255, .4);
    margin-bottom: 2.35rem;
}

.p7a li {
    width: 17.25%;
    line-height: 48px;
    background-color: #ffffff;
    border-radius: 1.2rem;
    font-size: 18px;
    letter-spacing: 1.1px;
    color: #333333;
    text-align: center;
    margin: 0 0.7rem;
    cursor: pointer;
}

.p7a li.active {
    background-color: #59a244;
    color: #fff;
}

.p7b-swiper {
    overflow: hidden;
}

.p7b-swiper .p7b1 a {
    display: block;
}

.p7b-swiper .p7b1 a img {
    width: 100%;
}

.p7b-swiper li .p7b1:first-child {
    margin-bottom: 1.45rem;
}


.p7b {
    position: relative;
}

.p7b .p7b-swiper {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}

.p7b .p7b-swiper {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.p7b .p7b-swiper.active {
    position: static;
    opacity: 1;
    visibility: visible;
}

.p7b .p7-pagination {
    margin-top: 3.5rem;
    text-align: center;
}

.p7b .p7-pagination .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #ffffff;
    border-radius: 0.25rem;
    opacity: 1;
    outline: none;
    margin: 0 0.45rem;
}

.p7b .p7-pagination .swiper-pagination-bullet-active {
    width: 2.95rem;
    height: 0.5rem;
    background-color: #f47821;
    border-radius: 0.25rem;
}

@media(max-width: 1024px) {
    .p7a li {
        width: 28.25%;
    }
}

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

@media(max-width: 767px) {
    .p7a li {
        font-size: 14px;
        width: 48%;
    }

    .p7b-swiper li .p7b1:first-child {
        margin-bottom: 1rem;
    }
}



.p8 {
    padding-top: 3.7rem;
}
.p8 .index-title h3 {
    color: #f47821;
}

.p8cont {
    margin-top: 2rem;
}

.p8a {
    border: solid 1px #e7e7e7;
    flex: 1;
}

.p8a:last-child {
    margin-left: 1.65rem;
}

.p8a .img {
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
}

.p8a .img img {
    width: 100%;
    transition: all ease .8s;
}

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

.p8a1a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25.89%;
    padding: 5.3rem 0 4.75rem;
    border-right: solid 1px #e3e3e3;
}

.p8a1a h3 {
    font-family: "Arial";
    font-size: 1.2rem;
    font-weight: normal;
    color: #333333;
    margin-bottom: 1.1rem;
}

.p8a1a h4 {
    font-size: 1rem;
    color: #333333;
    margin-bottom: 1.8rem;
}

.p8a1a a {
    display: block;
    width: 5.7rem;
    line-height: 1.8rem;
    background-color: #f47821;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}


.p8a1b {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0.6rem;
    flex: 1;
}

.p8a1b li {
    height: 50%;
}

.p8a1b li:first-child {
    border-bottom: 1px dashed #e3e3e3;
}

.p8a1b li a {
    display: block;
    padding: 1.2rem 1.2rem 1rem 1.55rem;
}

.p8a1b li a span {
    font-family: "Arial";
    font-size: 14px;
    color: #999999;
    display: block;
    margin-bottom: .6rem;
}

.p8a1b li a h3 {
    font-size: 18px;
    color: #f47821;
    margin-bottom: 0.8rem;
}

.p8a1b li a p {
    font-size: 15px;
    line-height: 1.67;
    color: #666666;
}

@media(max-width: 768px) {
    .p8a {
        flex: initial;
        width: 100%;
        margin-bottom: 3%;
    }

    .p8a:last-child {
        margin-left: 0;
    }
}

@media(max-width: 767px) {
    .p8a1a {
        width: 100%;
        padding: 1.5rem 0;
        border-radius: none;
        border-bottom: solid 1px #e3e3e3;
    }

    .p8a1a h3 {
        font-size: 18px;
        margin-bottom: 0.6rem;
    }

    .p8a1a h4 {
        font-size: 20px;
        margin-bottom: 1.3rem;
    }

    .p8a1a a {
        width: 9.7rem;
        line-height: 2.8rem;
    }

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

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



.p9 {
    background: url(//cdn.myxypt.com/2507dfe6/21/08/3f012378b3c480f90c643f7e09769a2c843d38aa.jpg) no-repeat center center;
    background-size: cover;
    margin-top: 4.6rem;
}

.p9a {
    background-color: #f47821;
    border-radius: 6px;
    width: 100%;
    line-height: 30px;
    padding: 1.3rem 6.6rem;
    transform: translateY(-25px);
    font-size: 0.9rem;
    font-weight: normal;
    color: #ffffff;
    position: relative;
}

.p9a span {
    padding-left: 2.1rem;
    background: url(//cdn.myxypt.com/2507dfe6/21/08/5e49d2bcb911778d8925657fc6a0ca616069a0d4.png) no-repeat left center;
    line-height: 30px;
    display: inline-block;
    margin-right: 1.1rem;
}

.p9a a {
    color: #fff;
}

.p9a::before {
    content: "";
    width: 15px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 5px;
    transform: translateX(-100%);
    background: url(//cdn.myxypt.com/2507dfe6/21/08/613219e04e5faae41e4179a3e1f8ba1e5c2ba73b.png) no-repeat center center;
}

.p9a::after {
    content: "";
    width: 15px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 5px;
    transform: translateX(100%);
    background: url(//cdn.myxypt.com/2507dfe6/21/08/2547e31d03fc903c2d1bc50d6f17fba657777201.png) no-repeat center center;
}


.p9b {
    max-width: 1390px;
    padding: 0 15px;
    margin: 0 auto;
    padding-top: 2.9rem;
}

.p9b1 {
    width: 19.48%;
}

.p9b1a {
    width: 100%;
    background: url(//cdn.myxypt.com/2507dfe6/21/08/e2a1c6bef22310d7fc02582e95872474c4b40cbc.png) no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.2rem 0.9rem;
    margin-bottom: 1.2rem;
}

.p9b1a p {
    flex: 1;
}

.p9b1a p img {
    width: 100%;
}

.p9b1a p:last-child {
    margin-left: 0.65rem;
}

@media(max-width:780px){
    .p9b1a p{
        flex: 0;
    }
}

.p9b1b img {
    width: 100%;
}


.p9b2 {
    margin-right: auto;
    margin-left: 2.45rem;
}

.p9 h3.title {
    font-family: "Arial";
    font-size: 1.3rem;
    color: #f9f9f9;
    position: relative;
    padding-bottom: 1.5rem;
    line-height: 1;
}

.p9 h3.title:after {
    content: "";
    width: 2.2rem;
    height: 2px;
    background-color: #bfbfbf;
    position: absolute;
    left: 0;
    bottom: 0;
}

.p9b2 h4 {
    font-size: 0.9rem;
    color: #f9f9f9;
    margin-top: 1.55rem;
    margin-bottom: 0.5rem;
}

.p9b2 p {
    font-size: 0.84rem;
    color: #f9f9f9;
    line-height: 2.2rem;
    padding-left: 30px;
}

.p9b2 p:nth-of-type(1) {
    background: url(//cdn.myxypt.com/2507dfe6/21/08/71b484ac3f67cdd1112045acbd608990b768c595.png) no-repeat left center;
}

.p9b2 p:nth-of-type(2) {
    background: url(//cdn.myxypt.com/2507dfe6/21/08/f4d72c77d4fc923b185ab2440552b34281556374.png) no-repeat left center;
}

.p9b3 {
    margin-left: auto;
    margin-right: 7.5rem;
    width: 14%;
}

.p9b3 .p9b3a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0.9rem;
}

.p9b3 .p9b3a li {
    width: 50%;
}

.p9b3 .p9b3a li a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2.6;
    font-size: 0.8rem;
    color: #f9f9f9;
}

.p9b3 .p9b3a li:nth-child(2n) a {
    text-align: right;
}

.p9b4 .p9b4a {
    padding-left: 43px;
    background: url(//cdn.myxypt.com/2507dfe6/21/08/9be064c8fb8142f825a48d970cf28b3d2adfa555.png) no-repeat left center;
    margin-top: 1.55rem;
}

.p9b4 .p9b4a p {
    font-size: 1.45rem;
    font-weight: 700;
    color: #f9f9f9;
}

.p9b4 .p9b4a span {
    font-size: 0.7rem;
    letter-spacing: 0.39rem;
    color: #f9f9f9;
}

.p9b4 a.inquiry {
    width: 130px;
    line-height: 36px;
    background: #f47821 url(//cdn.myxypt.com/2507dfe6/21/08/1c3a48c83125cd8ca0d4ca95d1afaa7115497b9a.png) no-repeat 24px center;
    font-size: 14px;
    font-weight: normal;
    color: #f9f9f9;
    padding-left: 50px;
    display: block;
    margin-top: 1.3rem;
}



.copyright {
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding: 0.8rem 0;
    font-size: 14px;
    color: #f9f9f9;
    line-height: 1.7;
    text-align: center;
    margin-top: 4.5rem;
}

.copyright a {
    color: #f9f9f9;
}

@media(max-width: 768px) {
    .p9b1 {
        width: 43.48%;
    }

    .p9b4 {
        margin-top: 4%;
    }

    .p9b4 .p9b4a {
        margin-top: 1rem;
    }
}

@media(max-width: 767px) {
    .p9b1 {
        width: 100%;
    }

    .p9b2 {
        margin: 0;
        width: 100%;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .p9 h3.title {
        font-size: 20px;
    }

    .p9b2 h4 {
        font-size: 16px;
    }

    .p9b2 p {
        font-size: 14px;
    }

    .p9b4 .p9b4a p {
        font-size: 18px;
    }

    .p9b4 .p9b4a span {
        font-size: 14px;
    }
}




/*手机底部*/
@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/2507dfe6/21/08/76327e32a3eb559536e84f65fe9fa070b4c1086f.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-home2 {
    background: url(//cdn.myxypt.com/2507dfe6/21/08/ae7ee622fff6d05f5dcc1d4582f00206c253a8a0.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-phone {
    background: url(//cdn.myxypt.com/2507dfe6/21/08/c5cf3727ff8e05f6a6c1894d4856dfa57c49f8d8.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-contact {
    background: url(//cdn.myxypt.com/2507dfe6/21/08/a8544bfec48f9cce8ca6c3a27c52505b7531efac.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;
}