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

a:visited {
    color: #5a5a5a;
}

a:hover,
a:active,
a:focus {
    color: #234995;
    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: 1590px;
    padding: 0 15px;
    margin: 0 auto;
}



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

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

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




/*头部样式*/
.top1 {
    height: 39px;
    color: #666666;
    line-height: 39px;
    font-size: 12px;
    border-bottom: 1px solid #eaeaea;
}

.top1 a {
    color: #666666;
}

.top2 {
    height: 100px;
    overflow: hidden;
}

.logo {
    line-height: 100px;
}

.top2 .k2 {
    background: url(//cdn.myxypt.com/35275a3c/21/04/7d41019e98619695de27146bb055e74d448d609d.png) no-repeat left center;
    padding-left: 64px;
}

.top2 .k2 h3 {
    font-size: 16px;
    letter-spacing: 1px;
    color: #333333;
    font-weight: 400;
}

.top2 .k2 p {
    font-family: "Arial";
    font-size: 24px;
    letter-spacing: 1px;
    color: #333333;
    line-height: 26px;
}

/*热门搜索*/
.sou {
    height: 4rem;
    width: 81.354%;
    background-color: #1562aa;
    padding-left: 8.9rem;
    color: #ffffff;
    margin-top: -4rem;
    position: relative;
    z-index: 9999;
}

.sou a {
    color: #fff;
    padding-left: 10px;
}

.hotSearch {
    align-items: flex-end;
    flex: 1;
    justify-content: flex-start;
}

.hotSearch span {
    font-size: 0.9rem;
}

.hotSearch p {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.8;
}

#formsearch {
    width: 36%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#formsearch input {
    outline: none;
    background: none;
    border: none;
}

#formsearch input#keyword {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    padding-left: 10px;
    flex: 1;
    border-bottom: 1px solid #fff;
}

#formsearch input#keyword::placeholder {
    font-size: 14px;
    color: #ffffff;
}

#formsearch input#s_btn {
    width: 4rem;
    height: 4rem;
    background: #f37f18 url(//cdn.myxypt.com/35275a3c/21/04/c097d5b5c09cc46674843c5bea9ea19155d4c08a.png) no-repeat center center;
    margin-left: 0.8rem;
}

@media(max-width: 768px) {
    .sou {
        position: static;
        margin: 0;
        width: 100%;
        padding: 0 0 0 15px;
    }

    #formsearch {
        margin-left: 30px;
    }
}

@media(max-width: 767px) {
    .sou {
        display: none;
    }

}





/* 导航样式 */
#menu {
    background-color: #1562aa;
}

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

.x-menu>li {
    position: relative;
    flex: 1;
}

.x-menu>li:nth-child(3) .x-sub-menu {
    width: 300px;
    left: -28%;
}

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

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

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

.x-menu>li>a:hover::after {
    content: "";
    width: 65px;
    height: 5px;
    background-color: #f37f18;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.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: 100%;
    left: 0%;
    top: 60px;
    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: #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;
}


/* banner */

ul,
ol,
li {
    list-style-type: none;
}

.tp-simpleresponsive .button.green,
.tp-simpleresponsive .button:hover.green,
.tp-simpleresponsive .purchase.green,
.tp-simpleresponsive .purchase:hover.green {
    background-color: #21a117;
    -webkit-box-shadow: 0 3px 0 0 #104d0b;
    -moz-box-shadow: 0 3px 0 0 #104d0b;
    box-shadow: 0 3px 0 0 #104d0b
}

.tp-simpleresponsive .button.blue,
.tp-simpleresponsive .button:hover.blue,
.tp-simpleresponsive .purchase.blue,
.tp-simpleresponsive .purchase:hover.blue {
    background-color: #1d78cb;
    -webkit-box-shadow: 0 3px 0 0 #0f3e68;
    -moz-box-shadow: 0 3px 0 0 #0f3e68;
    box-shadow: 0 3px 0 0 #0f3e68
}

.tp-simpleresponsive .button.red,
.tp-simpleresponsive .button:hover.red,
.tp-simpleresponsive .purchase.red,
.tp-simpleresponsive .purchase:hover.red {
    background-color: #cb1d1d;
    -webkit-box-shadow: 0 3px 0 0 #7c1212;
    -moz-box-shadow: 0 3px 0 0 #7c1212;
    box-shadow: 0 3px 0 0 #7c1212
}

.tp-simpleresponsive .button.orange,
.tp-simpleresponsive .button:hover.orange,
.tp-simpleresponsive .purchase.orange,
.tp-simpleresponsive .purchase:hover.orange {
    background-color: #f70;
    -webkit-box-shadow: 0 3px 0 0 #a34c00;
    -moz-box-shadow: 0 3px 0 0 #a34c00;
    box-shadow: 0 3px 0 0 #a34c00
}

.tp-simpleresponsive .button.darkgrey,
.tp-simpleresponsive .button.grey,
.tp-simpleresponsive .button:hover.darkgrey,
.tp-simpleresponsive .button:hover.grey,
.tp-simpleresponsive .purchase.darkgrey,
.tp-simpleresponsive .purchase:hover.darkgrey {
    background-color: #555;
    -webkit-box-shadow: 0 3px 0 0 #222;
    -moz-box-shadow: 0 3px 0 0 #222;
    box-shadow: 0 3px 0 0 #222
}

.tp-simpleresponsive .button.lightgrey,
.tp-simpleresponsive .button:hover.lightgrey,
.tp-simpleresponsive .purchase.lightgrey,
.tp-simpleresponsive .purchase:hover.lightgrey {
    background-color: #888;
    -webkit-box-shadow: 0 3px 0 0 #555;
    -moz-box-shadow: 0 3px 0 0 #555;
    box-shadow: 0 3px 0 0 #555
}

.fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0
}

.fullwidthbanner-container {
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden
}

.fullwidthbanner-container .fullwidthbanner {
    width: 100%;
    position: relative
}

.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
    position: absolute;
    visibility: hidden;
    font-size: 1.4em -webkit-font-smoothing:antialiased !important
}

.tp-simpleresponsive img {
    max-width: none
}

.noFilterClass {
    filter: none !important
}

.tp-bannershadow {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}


.caption.fullscreenvideo {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video {
    width: 100% !important;
    height: 100% !important;
    display: none
}

.tp-caption.fullscreenvideo {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
    width: 100% !important;
    height: 100% !important;
    display: none
}

.fullscreenvideo .vjs-loading-spinner {
    visibility: none;
    display: none !important;
    width: 0;
    height: 0
}

.fullscreenvideo .vjs-control-bar.vjs-fade-out,
.fullscreenvideo .vjs-control-bar.vjs-fade-in,
.fullscreenvideo .vjs-control-bar.vjs-fade-out.vjs-lock-showing,
.fullscreenvideo .vjs-control-bar.vjs-fade-in.vjs-lock-showing {
    visibility: hidden !important;
    opacity: 0 !important;
    display: none !important;
    width: 0;
    height: 0;
    overflow: hidden
}

.fullcoveredvideo.video-js,
.fullcoveredvideo video {
    background: transparent !important
}

.fullcoveredvideo .vjs-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.tp-dottedoverlay {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.tpclear {
    clear: both
}

.tp-bullets {
    /* display: none; */
    z-index: 9;
    position: absolute;
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1 !important;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -webkit-transform: translateZ(5px);
    bottom: 5.4rem !important;
}

.tp-bullets.hidebullets {
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    width: 0.7rem;
    height: 0.7rem;
    background-color: #ffffff;
    float: left;
    margin: 0 0.75rem;
    border-radius: 50%;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s
}

.tp-bullets.simplebullets.round .bullet.last {
    margin-right: 3px
}

.tp-bullets.simplebullets.round-old .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets.square .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets.square-old .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets.navbar .bullet.first {
    margin-left: 0 !important
}

.tp-bullets.simplebullets.navbar .bullet.last {
    margin-right: 0 !important
}

.tp-bullets.simplebullets.navbar-old .bullet.first {
    margin-left: 0 !important
}

.tp-bullets.simplebullets.navbar-old .bullet.last {
    margin-right: 0 !important
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
    background-position: top left
}


.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet.selected {
    width: 3rem;
    height: 0.7rem;
    background-color: #ffffff;
    border-radius: 0.32rem;
}

.tparrows {
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -webkit-transform: translateZ(5px)
}

.tparrows.hidearrows {
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.tp-leftarrow.navbar-old.thumbswitharrow {
    margin-right: 10px
}

.tp-rightarrow.navbar-old.thumbswitharrow {
    margin-left: 0
}

.tp-leftarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: rgba(0, 0, 0, .3);
    width: 30px;
    height: 110px;
    left: 0 !important;
    top: 50% !important;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    display: none !important;
}

.tp-leftarrow.default:before {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    margin: 50px 0 0 10px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #fff
}

.tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: rgba(0, 0, 0, .3);
    width: 30px;
    height: 110px;
    right: 0 !important;
    top: 50% !important;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    display: none !important;
}

.tp-rightarrow.default:before {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    margin: 50px 0 0 9px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #fff
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
    background: #fb4848
}

.tp-bullets.tp-thumbs {
    z-index: 1000;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: 0;
    margin: 0;
    float: left;
    -ms-filter: "alpha(opacity=50)";
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.tp-thumbs img {
    width: 100%
}

.tp-bannertimer {
    height: 2px;
    background: #fff;
    background: rgba(255, 255, 255, .2);
    position: absolute;
    z-index: 200;
    top: 0;
    right: 0
}

.tp-bannertimer.tp-bottom {
    bottom: 0;
    height: 5px;
    top: auto
}

@media only screen and (min-width:0) and (max-width:479px) {
    .responsive .tp-bullets {
        display: none
    }

    .responsive .tparrows {
        display: none
    }
}

.vjs-tech {
    margin-top: 1px
}

.tp-caption .vjs-default-skin .vjs-big-play-button {
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    line-height: 30px;
    vertical-align: top;
    padding: 0
}

.tp-caption .vjs-default-skin .vjs-big-play-button:before {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
    text-shadow: none !important;
    color: #fff;
    font-size: 18px
}

.tp-caption .vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
    box-shadow: none;
    -webkit-box-shadow: none
}

.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

.tp-simpleresponsive a {
    text-decoration: none
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.tp-simpleresponsive>ul>li {
    list-stye: none;
    position: absolute;
    visibility: hidden
}

.tp-loader {
    margin: -30px -30px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 60px;
    height: 60px
}

.tp-loader:before,
.tp-loader:after {
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    border-radius: 50%;
    background-color: #fb4848;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out
}

.tp-loader:after {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0)
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0)
    }
}

@media(max-width: 768px) {
    .tp-bullets {
        bottom: 0.8rem !important;
    }
}

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





/* 产品展示 */
.p1 {
    margin-top: 4.15vw;
    padding-left: 2.81vw;
    align-items: flex-start;
}

.p1a {
    width: 300px;
    margin-right: 2.2rem;
}

.p1a1 {
    width: 100%;
    height: 5.35rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(//cdn.myxypt.com/35275a3c/21/04/f4aee44caff627b20e40adda7231c6792b23687b.png) no-repeat center center;
    background-size: cover;
}


.p1a1 h3 {
    font-size: 1.8rem;
    color: #ffffff;

}

.p1a2 {
    margin-top: 4px;
}

.p1a2 li a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #666666;
    padding-left: 0.6rem;
    line-height: 36px;
    background: #efefef url(//cdn.myxypt.com/35275a3c/21/04/b8459ee69ecbb57da9c54253942a3f5a2ad15bd0.png) no-repeat 270px center;
    margin-bottom: 4px;
    transition: all ease .1s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p1a2 li a:hover {
    background: #f37f18 url(///cdn.myxypt.com/35275a3c/21/04/f920cb01acf15e4e45084f9d20e73ef8953e4d0a.png) no-repeat 270px center;
    color: #fff;
}


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

.p1b li {
    width: 24.18%;
}

.p1b li a {
    display: block;
}

.p1b li a div.img {
    border: 1px solid #9e9e9e;
}

.p1b li a div.img img {
    display: block;
    width: 100%;
}

.p1b li a h3 {
    font-size: 0.9rem;
    font-weight: normal;
    color: #333333;
    margin: 0.9rem 0 2.2rem;
    text-align: center;
    transition: all ease .1s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p1b li:hover a h3 {
    color: #f37f18;
}

@media(max-width: 1600px) {
    .p1b li {
        width: 32%;
    }

    .p1b li:nth-last-child(-n+2) {
        display: none;
    }
}

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


@media(max-width: 768px) {
    .p1 {
        padding: 0 15px;
    }

    .p1a {
        width: 100%;
        margin-right: 0;
    }

    .p1a1 {
        width: 60%;
        margin: 0 auto;
    }

    .p1a2 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 2rem;
    }

    .p1a2 li {
        width: 33%;
    }

    .p1a2 li a {
        font-size: 14px;
        background-color: #efefef;
    }

    .p1a2 li a:hover {
        background-color: #f37f18;
    }

}

@media(max-width: 500px) {
    .p1a {
        position: relative;
    }
    .p1a1 {
        background: url(//static.xypt.net.cn/88a02719/21/07/4a4597a013ee09a706798895e9316b56dc9572fa.jpg) no-repeat center center;
        background-size: 100% 100%;
        justify-content: flex-start;
        padding-left: 4%;
    }
    .p1a2 {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 99;
        background: #f0f0f0;
        display: none;
        padding: 0 2%;
        margin: 0;
    }

    .butt {
        width: 25px;
        height: 25px;
        background: url(//static.xypt.net.cn/88a02719/21/07/00cf738c7774240a275a5d0805ea966323a7b20e.png) no-repeat center center;
        background-size: 100% 100%;
        border-radius: 50%;
        position: absolute;
        right: 4%;
        top: 29%;
        transition: all ease .1s;
    }
.butt.clicked {
    transform: rotate(180deg);
}
    .p1a1 {
        width: 100%;
    }

    .p1a2 li {
        width: 49%;
        display: inline-block;
    }
    .p1a2 li a {
        border-bottom: 1px solid #c8c8c8;
    }
 
.p1b {
    margin-top: 20px;
}
    .p1b li a h3 {
        font-size: 14px;
    }
}


.p2 {
    background: url(//cdn.myxypt.com/35275a3c/21/04/dbafb47e0fe9c9a99059256a205a6897f2770808.jpg) no-repeat center center;
    background-size: cover;
    padding: 5.8rem 0 5.05rem 9rem;
    margin-top: 4.8rem;
}

.p2 .p2a {
    position: relative;
}

.p2-title {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

.p2-title h3 {
    font-size: 1.8rem;
    color: #ffffff;
    position: relative;
    padding-top: 1rem;
}

.p2-title h3 span {
    color: #f37f18;
}

.p2-title h3::before {
    content: "";
    width: 30px;
    height: 3px;
    background-color: #f37f18;
    position: absolute;
    top: 0;
    left: 0;
}

.p2-title p {
    font-size: 1rem;
    font-weight: normal;
    color: #ffffff;
    margin-top: 0.8rem;
}

.p2a-swiper {
    overflow: hidden;
}

.p2a-swiper li a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.p2a-swiper li a .img {
    width: 75.2%;
    margin-top: 7.15rem;
    position: relative;
    z-index: 2;
}

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

.p2a-swiper li .cont {
    width: 77.5%;
    background: #fff;
    margin-left: -7.6rem;
    position: relative;
    z-index: 1;
    padding: 3.4rem 12rem 3.4rem 10rem;
}

.p2a-swiper li .cont .conta .conta1 {
    display: flex;
    align-items: center;
    color: #333333;
}

.p2a-swiper li .cont .conta .conta1 h3 {
    font-size: 1.8rem;
    font-weight: normal;
}

.p2a-swiper li .cont .conta .conta1 h4 {
    font-size: 1.5rem;
    font-weight: normal;
}

.p2a-swiper li .cont .conta h5 {
    font-size: 0.7rem;
    font-weight: normal;
    color: #666666;
    margin: 0.7rem 0 1.4rem;
}

.p2a-swiper li .cont .conta p {
    font-size: 0.8rem;
    line-height: 2.2;
    color: #333333;
    background: url(//cdn.myxypt.com/35275a3c/21/04/4ea38372edabf306c4e3d3f6bf208b11f6d2de5a.png) no-repeat top left;
    padding-top: 1.5rem;
}


.p2a-swiper li .tel {
    display: flex;
    align-items: center;
    margin-top: 3.5rem;
}

.p2a-swiper li .tel span {
    width: 10rem;
    line-height: 2.8rem;
    background-color: #f37f18;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
}

.p2a-swiper li .tel1 {
    color: #666666;
    padding-left: 56px;
    background: url(//cdn.myxypt.com/35275a3c/21/04/4cd4ad0d53fd2acf0fc36241d7ea6cc415ca6dfe.png) no-repeat left center;
    margin-left: 1.4rem;
}

.p2a-swiper li .tel1 h3 {
    font-size: 0.7rem;
    font-weight: normal;
}

.p2a-swiper li .tel1 p {
    font-family: Impact;
    font-size: 1.2rem;
}

.p2-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 5%;
    left: 63%;
    transform: translateX(-50%);
    z-index: 999;
}

.p2prev {
    width: 1.3rem;
    height: 2.4rem;
    background: url(//cdn.myxypt.com/35275a3c/21/04/06611cc93bf0a8472d1c5b42d120f989d34486cf.png) no-repeat center center;
    background-size: cover;
    outline: none;
    margin-right: 0.5rem;
}


.p2next {
    width: 1.3rem;
    height: 2.4rem;
    background: url(//cdn.myxypt.com/35275a3c/21/04/731bfc2dc737c06ac3de0189a5c17822afe7b63b.png) no-repeat center center;
    background-size: cover;
    outline: none;
    margin-left: 0.5rem;
}

.p2-pagination .swiper-pagination-bullet {
    width: 0.95rem;
    height: 0.95rem;
    background-color: #ffffff;
    opacity: 1;
    margin: 0 0.7rem;
    outline: none;
}

.p2-pagination .swiper-pagination-bullet-active {
    background-color: #f37f18;
}

@media(max-width: 1600px) {
    .p2a-swiper li .cont {
        padding: 3.4rem 7rem 3.4rem 10rem;
    }

    .p2a-swiper li a .img {
        width: 77.2%;
        margin-top: 10.15rem;
    }
}


@media(max-width: 1440px) {
    .p2 {
        padding: 5.8rem 0 5.05rem 4rem;
    }

    .p2a-swiper li .cont {
        padding: 3.4rem 3rem 3.4rem 6rem;
        margin-left: -4.6rem;
    }
}

@media(max-width: 1366px) {
    .p2-button {
        bottom: 0;
    }
}

@media(max-width: 768px) {
    .p2 {
        padding: 5rem 15px;
    }

    .p2-title {
        position: static;
        margin-bottom: 30px;
    }

    .p2a-swiper li a {
        flex-wrap: wrap;
    }

    .p2a-swiper li .cont {
        margin-left: 0;
        width: 100%;
        padding: 2rem 25px;
    }

    .p2a-swiper li a .img {
        width: 100%;
        margin-top: 0;
    }

    .p2-button {
        position: static;
        width: 100%;
        left: initial;
        transform: initial;
        margin-top: 2rem;
    }
}




@media(max-width: 500px) {
    .p2-title h3 {
        font-size: 22px;
    }

    .p2-title p {
        font-size: 16px;
    }

    .p2a-swiper li .cont .conta .conta1 h3,
    .p2a-swiper li .cont .conta .conta1 h4 {
        font-size: 16px;
    }

    .p2a-swiper li .cont .conta h5 {
        font-size: 14px;
    }

    .p2a-swiper li .cont .conta p {
        font-size: 14px;
        line-height: 1.9;
    }

    .p2a-swiper li .tel {
        margin-top: 2rem;
    }

    .p2a-swiper li .tel span {
        font-size: 14px;
    }

    .p2a-swiper li .tel1 h3 {
        font-size: 14px;
    }

    .p2a-swiper li .tel1 p {
        font-size: 18px;
    }

    .p2a-swiper li .tel1 {
        padding-left: 37px;
        background-size: 18% auto;
    }
}




.index-title {
    position: relative;
    z-index: 0;
    padding: 1rem 0 0 2.35rem;
}

.index-title::before {
    content: "";
    width: 4.05rem;
    height: 4.05rem;
    background-color: rgba(36, 121, 238, .1);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}

.index-title h3 {
    font-size: 1.89rem;
    color: #1562aa;
}

.index-title p {
    display: inline-block;
    font-size: 1.3rem;
    color: #333333;
    position: relative;
}

.index-title p::after {
    content: "";
    width: 3.05rem;
    height: 3px;
    background-color: #7d7d7d;
    position: absolute;
    right: -4rem;
    top: 50%;
    transform: translateY(-50%);
}


.p3 {
    margin-top: 4.8rem;
}

.p3-swiper {
    overflow: hidden;
    margin-top: 1.3rem;
}

.p3-swiper li a {
    display: block;
    position: relative;
}

.p3-swiper li a div.img {
    position: relative;
    cursor: default;
}

.p3-swiper li a div.img::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    transition: all ease .3s;
}

.p3-swiper li a div.img img {
    cursor: default;
    display: block;
    width: 100%;
}

.p3-swiper li a h3 {
    cursor: default;
    font-size: 1.28rem;
    line-height: 3.65rem;
    color: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1rem;
    transition: all ease .3s;
}

.p3-swiper li:hover a div.img::before {
    opacity: 0;
}

.p3-swiper li:hover a h3 {
    opacity: 0;
}

.p3a {
    position: relative;
}

.p3next {
    width: 2.7rem;
    height: 2.7rem;
    background: #aeaeae url(//cdn.myxypt.com/35275a3c/21/04/731bfc2dc737c06ac3de0189a5c17822afe7b63b.png) no-repeat center center;
    position: absolute;
    right: -4.15rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    outline: none;
    border-radius: 50%;
    background-size: 27% auto;
}

.p3prev {
    width: 2.7rem;
    height: 2.7rem;
    background: #aeaeae url(//cdn.myxypt.com/35275a3c/21/04/06611cc93bf0a8472d1c5b42d120f989d34486cf.png) no-repeat center center;
    position: absolute;
    left: -4.15rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    outline: none;
    border-radius: 50%;
    background-size: 27% auto;
}

.p3next:hover {
    background: #f37f18 url(//cdn.myxypt.com/35275a3c/21/04/731bfc2dc737c06ac3de0189a5c17822afe7b63b.png) no-repeat center center;
    transition: all ease .3s;
    background-size: 27% auto;
}

.p3prev:hover {
    background: #f37f18 url(//cdn.myxypt.com/35275a3c/21/04/06611cc93bf0a8472d1c5b42d120f989d34486cf.png) no-repeat center center;
    transition: all ease .3s;
    background-size: 27% auto;
}



@media(max-width: 1600px) {
    .p3a {
        width: 90%;
        margin: 1.5rem auto 0;
    }
}

@media(max-width: 1440px) {
    .p3a {
        width: 85%;
        margin: 1.5rem auto 0;
    }
}

@media(max-width: 768px) {
    .p3next {
        right: -3rem;
    }

    .p3prev {
        left: -3rem;
    }
}

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

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

    .p3next {
        right: -3rem;
    }

    .p3prev {
        left: -3rem;
    }

    .p3-swiper li a h3 {
        font-size: 12px;
    }
}







.p4 {
    margin-top: 4.8rem;
}

.p4a1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 3rem;
}



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

.p4a1 li a div.img {
    cursor: default;
    width: 4.65rem;
    height: 4.65rem;
    border: solid 1px #333333;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease .3s;
}

.p4a1 li a div.img img {
    cursor: default;
    max-width: 100%;
}

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

.p4a1 li a h3 {
    cursor: default;
    padding-top: 2.1rem;
    margin-top: 1.4rem;
    text-align: center;
    font-size: 0.8rem;
    color: #444444;
    position: relative;
}

.p4a1 li a h3::before {
    content: "";
    height: 1.25rem;
    background-color: #999999;
    width: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.p4a1 li a span {
    cursor: default;
    font-size: 0.6rem;
    color: #666666;
    text-align: center;
    display: block;
    margin-top: 0.3rem;
}

.p4a1 li:hover div.img {
    background-color: #0e487f;
    border: 1px solid #0e487f;
    transform: translateY(-1.5rem);
}

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


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

.p4a1 li a::after {
    content: "";
    width: 0.85rem;
    height: 1.7rem;
    position: absolute;
    right: -3.3rem;
    top: 16%;
    background: url(//cdn.myxypt.com/35275a3c/21/04/6f0652a25b10b4334d04581ed9896a2d83dd8141.png) no-repeat center center;
    background-size: cover;
}


.p4a1 li:last-child a::after {
    display: none;
}

@media(max-width: 1366px) {
    .p4a1 li a::after {
        right: -2.7rem;
    }
}

@media(max-width: 1024px) {
    .p4a1 li a::after {
        right: -2rem;
    }
}

@media(max-width: 768px) {
    .p4a1 {
        flex-wrap: wrap;
    }

    .p4a1 li {
        width: 25%;
        margin-bottom: 8%;
    }

    .p4a1 li a::after {
        display: none;
    }

    .p4a1 li a div.img {
        margin: 0 auto;
    }

    .p4a1 li:hover div.img {
        background-color: #0e487f;
        border: 1px solid #0e487f;
        transform: initial;
    }
}

@media(max-width:500px) {
    .p4a1 li a div.img img {
        max-width: 44%;
    }

    .p4a1 li {
        width: 33%;
    }

    .p4a1 li:last-child {
        margin-right: auto;
    }

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

    .p4a1 li a span {
        font-size: 14px;
    }
}




.p5 {
    background-color: #0e487f;
    padding: 3.5rem 0 3rem;
    margin-top: 4.75rem;
}


.p5a {
    margin-left: 3.4rem;
    width: 29.68%;
}

.p5a img {
    width: 100%;
}

.p5b {
    width: 60.7%;
}

.p5b h3 {
    font-size: 2.4rem;
    color: #fff;
    padding-top: 1.4rem;
}

.p5b h3 span {
    color: #f37f18;
}

.p5b h4 {
    font-size: 1.5rem;
    color: #ffffff;
    margin-top: 2.2rem;
    display: inline-block;
    border-bottom: 1px solid #cfe3ff;
    padding-bottom: 1.2rem;
    padding-right: 2.6rem;
    margin-bottom: 0.6rem;
}

.p5b p {
    font-size: 0.8rem;
    line-height: 2;
    color: #ffffff;
}

.p5b1 {
    display: flex;
    align-items: center;
    margin-top: 3.5rem;
}

.p5b1 a {
    width: 11.05rem;
    height: 2.95rem;
    border-radius: 1.45rem;
    border: solid 1px #ffffff;
    font-size: 0.9rem;
    color: #ffffff;
    line-height: 2.95rem;
    text-align: center;
    margin-right: 1.45rem;
    transition: all ease .3s;
}

.p5b1 a:hover {
    background-color: #f37f18;
    border: solid 1px #f37f18;
}

@media(max-width: 1366px) {
    .p5 .df {
        align-items: center;
    }
}

@media(max-width: 768px) {
    .p5a {
        margin-left: 0;
        width: 100%;
    }

    .p5b {
        width: 100%;
    }
}


@media(max-width: 500px) {
    .p5b h3 {
        font-size: 24px;
    }

    .p5b h4 {
        font-size: 22px;
        margin-top: 1rem;
    }

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

    .p5b1 {
        margin-top: 2rem;
    }

    .p5b1 a {
        font-size: 14px;
    }
}

.p6 .p6-title {
    margin-top: 4.8rem;
}

.p6 .p6-title a.more {
    width: 8rem;
    height: 1.8rem;
    border-radius: 0.88rem;
    border: solid 1px #f37f18;
    line-height: 1.8rem;
    font-size: 0.9rem;
    color: #f37f18;
    text-align: center;
}


.p6a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 2.1rem;
}

.p6a li {
    width: 24.36%;
}

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

.p6a li>a {
    padding: 0.45rem;
    border-radius: 0.5rem;
    border: 1px solid #d2d2d2;
    transition: all ease .3s;
}

.p6a li div.img {
    position: relative;
    overflow: hidden;
}

.p6a li div.img::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(21, 98, 170, .85) url(//cdn.myxypt.com/35275a3c/21/04/cd3f8e4c740b963316ca829ffdd1ae5260f39304.png) no-repeat center center;
    border-radius: 0.5rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    font-size: 2.98rem;
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: all ease .3s;
}

.p6a li div.img img {
    width: 100%;
    transition: all ease .3s;
}

.p6a li h3 a {
    font-size: 0.8rem;
    font-weight: normal;
    color: #333333;
    text-align: center;
    margin: 0.6rem 0 1.2rem;
}

.p6a li:hover div.img::after {
    opacity: 1;
}

.p6a li:hover div.img img {
    transform: scale(1.2);
}

.p6a li:hover>a {
    border: 1px solid #1562aa;
}

.p6a li:hover h3 a {
    color: #1562aa;
}

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


@media(max-width: 767px) {
    .p6 .p6-title a.more {
        font-size: 16px;
        height: 2.4rem;
        line-height: 2.4rem;
    }

    .p6a li h3 a {
        font-size: 14px;
    }
}









.p7 {
    background-color: #0e487f;
    padding: 3rem 0 3.4rem;
    margin-top: 4.5rem;
}

.p7-title h3 {
    font-size: 1.8rem;
    color: #fff;
    position: relative;
    padding-top: 1rem;
}

.p7-title h3::after {
    content: "";
    width: 1.5rem;
    height: 3px;
    background-color: #f37f18;
    position: absolute;
    top: 0;
    left: 0;
}

.p7-title h3 span {
    color: #ff8300;
}

.p7 .p7-swiper {
    margin-top: 3.2rem;
    overflow: hidden;
}

.p7 .swiper-slide {
    width: 14.74%;
    margin-right: 0.65rem;
}

.p7 .swiper-slide a.img {
    display: block;
    background: url(//cdn.myxypt.com/35275a3c/21/04/adef18988997a1b2122e8b5c66af6a613fa0dac3.png) no-repeat center center;
    background-size: cover;
    padding: 0.25rem;
}

.p7 .swiper-slide a.img img {
    width: 100%;
}

.p7 .swiper-slide h3 a {
    display: block;
    font-size: 0.8rem;
    font-weight: normal;
    color: #ffffff;
    margin-top: 0.6rem;
    text-align: center;
    transition: all ease .3s;
}

.p7 .swiper-slide:hover h3 a {
    color: #f37f18;
}


@media(max-width: 1024px) {
    .p7 .swiper-slide {
        width: 24%;
        margin-right: 0.65rem;
    }
}

@media(max-width: 767px) {
    .p7 .swiper-slide {
        width: 48%;
        margin-right: 0.85rem;
    }

    .p7 .swiper-slide a.img {
        padding: 5px;
    }

    .p7-title h3 {
        font-size: 22px;
    }

    .p7 .swiper-slide h3 a {
        font-size: 14px;
    }
}



.p8 {
    padding-top: 6.7rem;
}

.p8a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;

}


.p8a a.more {
    font-size: 0.8rem;
    color: #999999;
    padding-right: 3.3rem;
    position: relative;
}

.p8a a.more::after {
    content: "";
    width: 2.7rem;
    height: 1px;
    background-color: #bfbfbf;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p8a1 {
    display: flex;
    align-items: flex-start;
}

.p8a1a {
    width: 5rem;
    height: 8.5rem;
    position: absolute;
    bottom: -5rem;
    left: 2rem;

}

.p8a1a h3 {
    font-size: 1.2rem;
    color: #ffffff;
    writing-mode: horizontal-tb;
    writing-mode: tb-rl
}

.p8a1a span {
    font-size: 0.9rem;
    line-height: 1.3rem;
    color: #ffffff;
    display: inline-block;
    transform: rotate(90deg);
}

.p8sort {
    margin-left: 10.5rem;
}

.p8sort li a {
    display: block;
    font-size: 1rem;
    color: #333333;
    position: relative;
    margin-right: 3rem;
}


.p8sort li:first-child a::after {
    content: "";
    width: 2px;
    height: 1rem;
    background-color: #535353;
    position: absolute;
    right: -1.4rem;
    top: 50%;
    transform: translateY(-50%);
}

.p8b1 {
    margin-top: 2.6rem;
}

.p8b1 li a {
    display: flex;
}

.p8b1 li a div.img {
    width: 43%;
}

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

.p8b1 li a .cont {
    flex: 1;
    background-color: #f4f4f4;
    padding: 2.8rem 2.2rem 2rem 2.3rem;
}

.p8b1 li a .cont h3 {
    font-size: 0.8rem;
    color: #555555;
    margin-bottom: 1.1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p8b1 li a .cont p {
    font-size: 0.7rem;
    line-height: 1.7;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.p8b2 {
    margin-top: 1.6rem;
}

.p8b2 li {
    width: 23.7%;
    margin-right: 14%;
    overflow: hidden;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 0.5rem;
    margin-bottom: 1.2rem;
}

.p8b2 li:nth-child(3n) {
    margin-right: 0;
}

.p8b2 li a {
    display: block;
}

.p8b2 li a h3 {
    font-size: 14px;
    line-height: 1.85;
    color: #555555;
    margin-bottom: 0.5rem;
    transition: all ease .3s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.p8b2 li a p {
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.p8b2 li:hover a h3 {
    color: #f37f18;
}

.p8sort li.cur a {
    color: #1562aa;
    font-weight: 700;
}

@media(max-width: 1366px) {
    .p8b1 li a .cont {
        padding: 1.4rem 2.2rem 1rem 2.3rem;
    }
}

@media(max-width: 1024px) {
    .p8a1a {
        bottom: -3rem;
    }

    .p8b2 li {
        width: 29.7%;
        margin-right: 5%;
    }
}

@media(max-width: 768px) {
    .p8a {
        flex-wrap: wrap;
    }

    .p8a1 {
        flex-wrap: wrap;
        width: 100%;
    }

    .p8sort {
        width: 100%;
        margin-left: 0;
        margin-top: 3rem;
        justify-content: flex-start;
    }

    .p8a a.more {
        display: none;
    }

    .p8b1 li a {
        flex-wrap: wrap;
    }

    .p8b1 li a div.img {
        width: 100%;
    }

    .p8b1 li a div.img img {
        width: 100%;
    }

    .p8b2 li {
        width: 100%;
        margin-right: 0;
    }

}

@media(max-width: 767px) {
    .p8sort li a {
        font-size: 18px;
    }

    .p8b1 li a .cont {
        padding: 1.3rem 10px;
    }

    .p8b1 li a .cont h3 {
        font-size: 14px;
    }

    .p8b1 li a .cont p {
        font-size: 13px;
    }

    .p8b2 li a p {
        font-size: 12px;
    }
}


.p9 .wh1200 {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}

.p9 {
    background-color: #2d2f30;
    padding-top: 2rem;
    margin-top: 3.6rem;
}

h3.title {
    font-size: 14px;
    line-height: 2.1;
    color: #f5f4f9;
    position: relative;
    padding-bottom: 9px;
    font-weight: 400;
    margin-bottom: 0.9rem;
}

h3.title::after {
    content: "";
    width: 1.55rem;
    height: 1px;
    background-color: #f37f18;
    position: absolute;
    bottom: 0;
    left: 0;
}

.p9a1 {
    display: flex;
    width: 28.75%;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

.p9a1a {
    display: flex;
    flex-wrap: wrap;
}

.p9a1a1 {
    /*margin-left: 93px;*/
    /*width: 65%;*/
    /* margin-right: 1.6rem;*/
}

.p9a1a1 div.img img {
    display: block;
    width: 100%;
}

.p9a1a1 P {
    font-size: 14px;
    color: #f5f4f9;
    margin-top: 0.6rem;
    text-align: center;
}

.p9a2 {
    width: 37.5%;
    padding: 0 6rem 0 4.5rem;
    background: url(//cdn.myxypt.com/35275a3c/21/04/78f7ca89dbdeebea3ede77bd4041ec0de3b2bda5.png) no-repeat left center, url(//cdn.myxypt.com/35275a3c/21/04/78f7ca89dbdeebea3ede77bd4041ec0de3b2bda5.png) no-repeat right center;
}

.p9a2a {
    font-family: Impact;
    font-size: 1.59rem;
    color: #f5f4f9;
    background: url(//cdn.myxypt.com/35275a3c/21/04/e319a52979e56dde181eda8b761f73fca6ab4604.png) no-repeat left center;
    padding-left: 0.8rem;
}

.p9a2b {
    font-size: 0.7rem;
    line-height: 1.7;
    color: #f5f4f9;
}


.p9a3 {
    width: 172px;
}

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

.p9a3a p {
    font-size: 14px;
    line-height: 28px;
    color: #f5f4f9;
    width: 50%;
}

.p9a3a p a {
    color: #f5f4f9;
}

.p9b {
    margin-top: 2.15rem;
    padding: 1.1rem 0;
    background: url(//cdn.myxypt.com/35275a3c/21/04/1fbdd2461b51f7cf8c95bc1f8de10c2e69c1d996.png) no-repeat top center;
    font-size: 14px;
    ;
    line-height: 1.7;
    color: #f5f4f9;
    text-align: center;
}

.p9b a {
    color: #f5f4f9;
}

.f_link {
    color: #ffffff;
}

.f_link a {
    color: #ffffff;
    margin-right: 1.4rem;
    white-space: nowrap;
}


@media(max-width: 768px) {
    .p9a1 {
        width: 47.75%;
    }

    .p9a2 {
            width: 100%;
    padding: 0;
    background: initial;
    margin-top: -45%;
    padding-left: 49%;
    }
    .p9 .x-region{
    display: none;
    
}
.p9 .zycs{
    display: none;
    
}
.f_link{
    display: none;
}
}
@media(max-width: 400px) {
    .p9a1 {
        width: 47.75%;
    }

    .p9a2 {
            width: 100%;
    padding: 0;
    background: initial;
    margin-top: -53%;
    padding-left: 49%;
    }
    .p9 .x-region{
    display: none;
    
}
.p9 .zycs{
    display: none;
    
}
.f_link{
    display: none;
}
}


@media(max-width: 500px) {
    h3.title {
        font-size: 16px;
    }

    .p9a1 {
        width: 80%;
        align-content:flex-start;
    }

    .p9a2a {
        font-size: 20px;
    }

    .p9a2b {
        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/35275a3c/21/04/ac48a26497b7c25dc01a8cea51cc27b20cacfaa4.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-home2 {
    background: url(//cdn.myxypt.com/35275a3c/21/04/4f2c5d1537c16df8311accb931538f6803952e1f.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-phone {
    background: url(//cdn.myxypt.com/35275a3c/21/04/4e01e510150c56af7afde94bad5c70061e29c4bd.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-contact {
    background: url(//cdn.myxypt.com/35275a3c/21/04/6d21eec966756bb2cd34b74482f5203113789b7d.png) no-repeat;
    width: 20px;
    height: 20px;
}

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

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

.pro-extend1 {
    font-size: 14px;
    color: #000;
    line-height: 1.6
}


/*内页左侧样式*/

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

/* 资讯详情页排版 */
.xypg-detail-con p {
   padding: 5px 20px;
    line-height: 28px;
    font-size: 16px;
    color: #262626;
    letter-spacing: 0.2px;
    text-indent: 0em;
    margin-bottom: 20px;
}
.xypg-detail-con b {
    font-size: 16px;
}
#xypg-detail-con p {
   padding: 5px 20px;
    line-height: 28px;
    font-size: 16px;
    color: #262626;
    letter-spacing: 0.2px;
    text-indent: 2em;
    margin-bottom: 20px;
}
.xypg-detail-con h1 {
   padding: 5px 20px;
    line-height: 28px;
    font-size: 16px;
    color: #262626;
    letter-spacing: 0.2px;
    text-indent: 2em;
    margin-bottom: 20px;
}
.xypg-detail-con h2 {
   padding: 5px 20px;
    line-height: 28px;
    font-size: 16px;
    color: #262626;
    letter-spacing: 0.2px;
    text-indent: 2em;
    margin-bottom: 20px;
}

.xypg-detail-con h3 {
   padding: 5px 20px;
    line-height: 28px;
    font-size: 16px;
    color: #262626;
    letter-spacing: 0.2px;
    text-indent: 2em;
    margin-bottom: 20px;
}
.xypg-detail-con h4 {
   padding: 5px 20px;
    line-height: 28px;
    font-size: 16px;
    color: #262626;
    letter-spacing: 0.2px;
    text-indent: 2em;
    margin-bottom: 20px;
}
.accountability {
	padding: 0 0 15px 0;
	line-height: 22px;
}
.xypg-detail-con div {
   padding: 5px 20px;
    line-height: 28px;
    font-size: 16px;
    color: #262626;
    letter-spacing: 0.2px;
    text-indent: 2em;
    margin-bottom: 20px;
}
.xypg-detail-con span {
   padding: 5px 20px;
    line-height: 28px;
    font-size: 16px;
    color: #2c1313;
    letter-spacing: 0.2px;
    text-indent: 2em;
    margin-bottom: 20px;
}
#xypg-detail-con div {
   padding: 5px 20px;
    line-height: 28px;
    font-size: 16px;
    color: #262626;
    letter-spacing: 0.2px;
    text-indent: 2em;
    margin-bottom: 20px;
}
.xypg-detail-con blockquote {
    font-size: 17px;
    border-left: 6px solid #00a185;
    padding: 30px 20px 5px 20px;
    box-sizing: border-box;
    line-height: 1.8;
    font-weight: 500;
    background: #f3f5f7;
    margin-bottom: 30px;
}
#xypg-detail-con blockquote {
    font-size: 17px;
    border-left: 6px solid #00a185;
    padding: 30px 20px 5px 20px;
    box-sizing: border-box;
    line-height: 1.8;
    font-weight: 500;
    background: #f3f5f7;
    margin-bottom: 30px;
}
/* 资讯详情页排版 */
