/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
    /*overflow-x: hidden;*/
    /*overflow-y: hidden;*/
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #0d62ca;
    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;
}

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

.flexd1 .topLink {
    margin-top: 2rem;
}

.wh {
    max-width: 1230px;
    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: 31px;
    background: #b7b7b7;
    color: #fff;
    line-height: 31px;
    overflow: hidden;
    font-size: 14px;
    width: 100%;
    color: #fff;
}

.top1 a {
    color: #fff;
}


.top2 {
    overflow: hidden;
}

.logo a {
    line-height: 102px;
}

.top2 .logotext {
    padding-left: 24px;
    margin-left: 18px;
    background: url(//cdn.myxypt.com/a8049df0/21/09/72e2403b17d79f96c8a8615b5de0537a796a5e2e.png) no-repeat left 24px;
    padding-top: 10px;
}

.top2 .logotext p {
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 2px;
    color: #605f5f;
    font-weight: 700;
}

.top2 .k2 {
    padding-left: 67px;
    background: url(//cdn.myxypt.com/a8049df0/21/09/a31305ce6dd4a58514f3bf788188dcc61e8d270a.png) no-repeat left center;
}

.top2 .k2 h3 {
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    margin-bottom: 7px;
}

.top2 .k2 p {
    font-size: 30px;
    color: #333333;
    font-weight: 700;
    line-height: 1;
    font-family: "arial";
}







/*导航栏样式*/
#menu {
    background: #f5f5f5;
}


.nav li {
    text-align: center;
    position: relative;
    z-index: 999;
    flex: 1;
}

.nav li a {
    display: block;
    line-height: 65px;
    color: #333333;
    height: 65px;
    padding: 0;
    font-size: 16px;
    padding: 0;
}

.nav li:hover>a {
    color: #fff;
    text-decoration: none;
    background-color: #0d62ca;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #0d62ca;
}

.nav .sec {
    height: 0;
    background: #0d62ca;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 65px;
    left: 0px;
    width: 100%;
}

.nav .sec a {
    background: #0d62ca;
    color: #fff;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}

.nav .sec a:hover {
    background: #f5f5f5;
    text-decoration: none;
    color:#000;
}

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




.p1 {
    padding: 1rem 0;
    border-bottom: 1px solid #eeeeee;
}

.p1 .hotSearch {
    font-size: 14px;
    font-weight: normal;
    color: #666666;
}

.p1 .hotSearch a {
    color: #666666;
    margin-right: 5px;
}

.p1 form {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

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

.p1 form input[name="wd"] {
    height: 38px;
    width: 418px;
    font-size: 14px;
    color: #999999;
    background-color: #f5f5f5;
    padding-left: 20px;
}


.p1 form input[type="submit"] {
    width: 82px;
    height: 38px;
    background: #0d62ca url(//cdn.myxypt.com/a8049df0/21/09/96bb66d3a6ce7e99f41d526386df8fa4b347e0db.png) no-repeat center center;
}






.p2 {
    padding-top: 4.8rem;
    position: relative;
    z-index: 0;
    margin-bottom: 1.5rem;
}

.p2::after {
    content: "";
    background: url(//cdn.myxypt.com/a8049df0/21/09/4631169f5a8d1d170e67832f97ee72f8a247e0d0.png) no-repeat center center;
    background-size: cover;
    width: 86.14%;
    height: 792px;
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.p2a {
    width: 51.58%;
}

.p2a img {
    display: block;
    width: 100%;
}


.p2b {
    width: 42.83%;
}

.p2b .p2b1 {
    margin-top: 1.2rem;
    padding-bottom: 2.2rem;
    background: url(//cdn.myxypt.com/a8049df0/21/09/00705358834a849a06d2fd715969f92fa8f72729.png) no-repeat bottom center;
    background-size: 100% auto;
}

.p2b .p2b1 h3 {
    font-size: 33px;
    color: #000000;
    margin-bottom: 0.5rem;
}

.p2b .p2b1 p {
    font-size: 22px;
    font-weight: normal;
    color: #555555;
}

.p2b .p2b2 {
    margin-top: 2.5rem;
}

.p2b .p2b2 li {
    width: 50%;
    margin-bottom: 3.5rem;
    position: relative;
}

.p2b .p2b2 li:nth-child(odd)::before {
    content: "";
    width: 1px;
    height: 62px;
    background-color: #e2e2e2;
    position: absolute;
    right: 2.6rem;
    top: 50%;
    transform: translateY(-50%);
}

.p2b .p2b2 li a {
    display: block;
}

.p2b .p2b2 li a h3 {
    position: relative;
    display: inline-block;
}

.p2b .p2b2 li a h3 strong {
    font-family: Impact;
    font-size: 52px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}

.p2b .p2b2 li a span {
    width: 26px;
    height: 26px;
    background-color: #e43a24;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    position: absolute;
    right: 0;
    transform: translateX(110%);
    top: 0;
    border-radius: 50%;
}

.p2b .p2b2 li:last-child a h3::after {
    content: "+";
    font-size: 30px;
    font-weight: 700;
    color: #333333;
    position: absolute;
    right: 0;
    transform: translateX(110%);
    bottom: 4px;
}

.p2b .p2b2 li:last-child a span {
    transform: translateX(160%);
}


.p2b .p2b2 li a p {
    font-size: 0.9rem;
    font-weight: normal;
    color: #666666;
}


@media(max-width: 1024px) {
    .p2::after {
        width: 100%;
    }

    .p2b .p2b1 h3 {
        font-size: 25px;
    }

    .p2b .p2b1 p {
        font-size: 19px;
    }
}


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

    .p2b {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .p2b .p2b1 h3 {
        font-size: 21px;
    }

    .p2b .p2b1 p {
        font-size: 15px;
    }

    .p2b .p2b2 li a h3 strong {
        font-size: 38px;
    }

    .p2b .p2b2 li a span {
        width: 20px;
        height: 20px;
    }

    .p2b .p2b2 li:last-child a span {
        transform: translateX(190%);
    }

    .p2b .p2b2 li a p {
        font-size: 15px;
    }
}


.p3 {
    margin-bottom: 2.95rem;
}

.p3 .p3-title {
    background-color: #0d62ca;
    height: 53px;
    padding: 0 10px;
}

.p3 .p3-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 53px;
}

.p3 .p3-title a.more {
    width: 101px;
    height: 36px;
    line-height: 36px;
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    color: #555555;
}
.p3 .p3-title a.more:hover{
    background-color: #eaeaea;
}

.p3-intro {
    font-size: 14px;
    line-height: 30px;
    color: #555555;
    margin: 1.2rem 0 1.5rem;
}

.p3a li {
    width: 31.58%;
}

.p3a li {
    display: block;
    position: relative;
    overflow: hidden;
}

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

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

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

.p3a li .conta {
    width: 100%;
    background-color: rgba(13, 98, 202, .7);
    padding: 0.6rem 1rem 0.4rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all ease .3s;
}

.p3a li .conta h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 8px;
}

.p3a li .conta p{
    font-size: 14px;
    line-height: 23px;
    color: #fff;
}


.p3a li a .conta span {
    width: 135px;
    line-height: 39px;
    background-color: #e43a24;
    color: #fff;
    display: block;
    font-size: 14px;
    text-align: center;
    margin: 0.8rem auto 0;
}


.p3a li a .contb {
    width: 100%;
    position: absolute;
    bottom: -100%;
    transition: all ease .3s;
    text-align: center;
}


.p3a li a .contb {
    background-color: rgba(13, 98, 202, .4);
    padding: 1.5rem 1.7rem 2rem;
    color: #ffffff;
}


.p3a li a .contb h3 {
    font-size: 18px;
    margin-bottom: 1.2rem;

}

.p3a li a .contb p {
    font-size: 14px;
    line-height: 30px;
}




@media(max-width: 768px) {
    .p3a li {
        width: 100%;
        margin-bottom: 3%;
    }
  

    .p3a li a .contb {
        display: none;
    }

    .p3a li:hover a .conta {
        bottom: 0%;
        opacity: 1;
    }

    .p3a li a .conta span {
        width: 100px;
        line-height: 30px;
        margin: 0.5rem auto 0;
    }

}

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

    .p3 .p3-title a.more {
        height: 30px;
        line-height: 30px;
    }

    .p3-intro {
        line-height: 1.6;
    }

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

    .p3a li a {
        height: auto;
    }



    .p3a li a div.img img {
        height: auto;
    }

    .p3a li a .conta span {
        margin: 1.3rem auto 0;
    }
}



.p4 {
    background: url(//cdn.myxypt.com/a8049df0/21/09/fdae061c3ece138c2c00d52daade688694219c70.jpg) repeat-y center center;
    background-attachment: fixed;
    background-size: cover;
    padding: 3.7rem 0 2.7rem;
    color: #ffffff;
    text-align: center;
}



.p4 p:nth-of-type(1) {
    font-size: 1.7rem;
    margin-bottom: 1.1rem;
    font-weight: 700;
}

.p4 p:nth-of-type(2) {
    font-size: 1.1rem;
}

.p4btn {
    justify-content: center;
    align-items: center;
    margin-top: 2.1rem;
}

.p4btn h3 {
    line-height: 52px;
    background: url(//cdn.myxypt.com/a8049df0/21/09/a10f6b08e48bfaa4b33e2743ed5b688ed1c83e62.png) no-repeat left center;
    font-size: 1.5rem;
    color: #000000;
    font-family: "Arial";
    padding-left: 78px;
    color: #fff;
}

.p4btn a.inquiry {
    width: 175px;
    line-height: 53px;
    background: #e43a24 url(//cdn.myxypt.com/a8049df0/21/09/b791bd5fe1dd13293fef35fdbe50afaf67963669.png) no-repeat 18px center;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    padding-left: 59px;
    text-align: left;
    margin-left: 2.25rem;
    display: none;
}

@media(max-width: 767px) {
    .p4 {
        background: url(//cdn.myxypt.com/a8049df0/21/09/74a38a9bbe00ab0d6823a0d8ce850f550125c6b8.jpg) no-repeat center center;
        background-attachment: initial;
    }

    .p4 p:nth-of-type(1) {
        font-size: 22px;
    }

    .p4 p:nth-of-type(2) {
        font-size: 16px;
    }

    .p4btn h3 {
        line-height: 40px;
        padding-left: 35px;
        background-size: 15% auto;
        font-size: 20px;
    }

    .p4btn a.inquiry {
        width: 130px;
        line-height: 40px;
        margin-left: 1rem;
        padding-left: 40px;
        background: #e43a24 url(//cdn.myxypt.com/a8049df0/21/09/b791bd5fe1dd13293fef35fdbe50afaf67963669.png) no-repeat 12px center;
        background-size: 15% auto;
        padding-left: 40px;
        font-size: 16px;

    }
}



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

.index-title h3 {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 25px;
}

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


.p5 {
    padding-top: 3.1rem;
}


.p5a {
    margin-top: 1.8rem;
    position: relative;
    padding-top: 1.4rem;
}

.p5a::after {
    content: "";
    width: 10000%;
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: #e5e5e5;
    z-index: -1;
}

.p5a li {
    flex: 1;
    position: relative;
    margin: 0 1rem;
}

.p5a li::before {
    content: "";
    height: 4px;
    background-color: #e43a24;
    width: 100%;
    position: absolute;
    top: -1.45rem;
    left: 50%;
    transform: translateX(-50%);
    transition: all ease .2s;
    opacity: 0;
}

.p5a li a {
    justify-content: center;
}

.p5a li a div.img {
    width: 55px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

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

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

.p5a li a .cont h3 {
    font-size: 18px;
    font-weight: normal;
    color: #333333;
}

.p5a li a .cont p {
    font-family: "Arial";
    font-size: 14px;
    color: #3d3d3d;
    opacity: 0.5;
}

.p5a li:hover::before {
    opacity: 1;
}

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

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

.p5a li:hover .cont h3 {
    color: #e43a24;
    font-weight: 700;
}

.p5b {
    margin-top: 1.5rem;
}

.p5b1 {
    width: 44.91%;
}

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

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

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

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

.p5b1 li a h3 {
    line-height: 3.3rem;
    background-color: rgba(0, 0, 0, .6);
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    transition: all ease .3s;
}

.p5b1 li:hover a h3 {
    background-color: rgba(228, 58, 36, .6);
}




.p5b2 {
    width: 53.84%;
    align-content: space-between;
}

.p5b2 li {
    width: 49%;
}

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

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

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

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

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


.p5b2 li a h3 {
    line-height: 2.3rem;
    background-color: rgba(0, 0, 0, .6);
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    transition: all ease .3s;
}

.p5b2 li:hover a h3 {
    background-color: rgba(228, 58, 36, .6);
}

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

    .p5a li a div.img {
        width: 20px;
        margin-right: 4px;
    }

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

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

@media(max-width: 767px) {
    .index-title h3 {
        font-size: 23px;
        margin-bottom: 12px;
    }

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

    .p5a li {
        flex: initial;
        width: 49.33%;
        margin-bottom: 4%;
    }

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

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

    .p5a li a div.img {
        width: 28px;
        margin-right: 10px;
    }

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

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

    .p5b {
        margin-top: 0;
    }

    .p5b1 {
        width: 100%;
    }

    .p5b2 {
        width: 100%;
    }

    .p5b2 li {
        margin: 2% 0;
    }

    .p5b2 li a h3 {
        font-size: 14px;
        line-height: 2.8rem;
    }
}




.p6 {
    background-color: rgba(248, 248, 248, 1);
    padding: 2rem 0 3.5rem;
    margin-top: 3.1rem;
}
.p6 .index-title{
  
   padding-bottom: 2rem;
}
.p6 .index-title h3{
   
    margin-bottom: 12px;
}

.p6-swiper {
    overflow: hidden;
    padding: 15px;
    margin: -15px;
}

.p6-swiper li a {
    display: flex;
    width: 100%;
    height: 100%;
    background: #fff;
    justify-content: center;
    align-items: center;
    height: 121px;
    border: solid 1px #eeeeee;
}

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



.p6-swiper li:hover a {
    box-shadow: 1px 1px 17px 5px #ebebeb;

}

@media(max-width: 767px) {
    .p6-swiper {
        padding: 8px;
        margin: 8px;
    }

    .p6-swiper li a {
        height: 96px;
    }
}











.p7 {
    margin-top: 2.9rem;
}

.p7 .index-title h3 {
    margin-bottom: 12px;
}



.p7cont {
    margin-top: 2.1rem;
}

.p7a {
    width: 56.67%;
}

.p7a1 {
    margin-bottom: 1.5rem;
}

.p7a1a li a {
    font-size: 22px;
    color: #333333;
    font-weight: 700;
}

.p7a1a li.cur a {
    color: #0d62ca;
}

.p7a1a li+li a {
    margin-left: 2.5rem;
}

.p7a1 a {
    font-size: 13.56px;
    color: #999999;
}

.p7a1 a:hover {
    color: #0d62ca;
}

.p7a2a .p7a2a1 li {
    width: 47.94%;
}

.p7a2a .p7a2a1 li a {
    display: block;
}

.p7a2a .p7a2a1 li a div.img {
    overflow: hidden;
}

.p7a2a .p7a2a1 li a div.img img {
    display: block;
    width: 100%;
    transition: all ease .3s;
}

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

.p7a2a .p7a2a1 li a h3 {
    font-size: 16px;
    color: #000000;
    margin: 0.8rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p7a2a .p7a2a1 li a p {
    font-size: 14px;
    line-height: 1.71;
    color: #777777;
}

.p7a2a .p7a2a1 li a p span.more {
    color: #e43a24;
}

.p7a2a .p7a1a2 {
    margin-top: 2rem;
}

.p7a2a .p7a1a2 li a {
    padding: 0.8rem 0;
    border-bottom: 2px solid #efefef;
}

.p7a2a .p7a1a2 li a h3 {
    width: 80%;
    font-size: 15px;
    font-weight: normal;
    color: #777777;
    padding-left: 1.4rem;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p7a2a .p7a1a2 li a h3::before {
    content: "";
    width: 11px;
    height: 11px;
    border: solid 2px #a9a9a9;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p7a2a .p7a1a2 li a span {
    width: 20%;
    text-align: right;
    font-family: "Arial";
    font-size: 13.56px;
    font-weight: normal;
    color: #777777;
}

.p7a2a .p7a1a2 li:hover h3 {
    color: #0d62ca;
}

.p7a2a .p7a1a2 li:hover h3::before {
    background-color: #0d62ca;
    border: 2px solid #0d62ca;
}



.p7b {
    width: 40.75%;
}

.p7b1 {
    margin-bottom: 2rem;
}

.p7b1 h3 {
    font-size: 22px;
    font-weight: normal;
    color: #333333;
    font-weight: 700;
}

.p7b1 a {
    font-size: 13.56px;
    font-weight: normal;
    color: #999999;
}

.p7b1 a:hover {
    color: #0d62ca;
}

.p7b2 {
    background-color: #f6f6f6;
    overflow: hidden;
    height: 554px;
}

.p7b2 .bd {
    height: 100%;
}

.p7b2 .bd .tempWrap {
    height: 100% !important;
}

.p7b2 li {
    height: 3.6rem;
    line-height: 3.6rem;
}

.p7b2 li a {
    display: block;
    border-bottom: 2px solid #ffffff;
    align-items: center;
    height: 100%;
    font-size: 15px;
    color: #777777;
    padding: 0 2.4rem 0 2.5rem;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p7b2 li a:before {
    content: "";
    width: 11px;
    height: 11px;
    border: solid 2px #a9a9a9;
    border-radius: 50%;
    position: absolute;
    left: 0.95rem;
    top: 50%;
    transform: translateY(-50%);
}

.p7b2 li a::after {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background: #d6d6d6 url(//cdn.myxypt.com/a8049df0/21/09/ed1c78ed852d20f51876123acff9cf556150cf14.png) no-repeat center center;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.p7b2 li:hover a {
    background: #0d62ca;
    color: #fff;
}

.p7b2 li:hover a::before {
    background-color: #ffffff;
    border: 2px solid #fff;
}

.p7b2 li:hover a::after {
    background: #ffffff url(//cdn.myxypt.com/a8049df0/21/09/6f6a18a4828b0df7e8a00ae87e7403eb72244d5d.png) no-repeat center center;
}

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

    .p7b {
        width: 100%;
        margin-top: 5%;
    }

    .p7b2 {
        height: 250px !important;
    }
}

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

    .p7a2a .p7a2a1 li {
        width: 100%;
        margin-bottom: 3%;
    }

    .p7a2a .p7a1a2 {
        margin-top: 1rem;
    }

    .p7a2a .p7a1a2 li a h3 {
        width: 68%;
    }

    .p7a2a .p7a1a2 li a span {
        width: 30%;
    }

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

    .p7b2 li a {
        padding: 0 2.4rem 0 2.6rem;
    }
}






.p8 {
    background-color: #4a4a4a;
    padding-top: 2.55rem;
    padding-bottom: 15px;
    margin-top: 4.45rem;
    color: #fff;
}

.p8 a {
    color: #fff;
}

.p8a {
    font-size: 14px;
    line-height: 1.7;
    padding-top: 0.8rem;
}

.p8a .p8a1 img {
    max-width: 100%;
    margin-bottom: 2.2rem;
}


.p8b {
    border-left: 1px solid rgba(255, 255, 255, .1);
    border-right: 1px solid rgba(255, 255, 255, .1);
    padding: 0.9rem 2.5rem 0;
    min-height: 13.25rem;
}

.p8b h3.title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1.4rem;
}

.p8b1 li a {
    display: inline-block;
    font-size: 14px;
    line-height: 2.42;
}

.p8b1 li a:hover {
    text-decoration: underline;
}

.p8b1b {
    margin-left: 6.2rem;
}

.p8c {
    border-right: 1px solid rgba(255, 255, 255, .1);
    padding: 0.9rem 10px 0 0;
}

.p8c h3.title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1.4rem;
}

.p8c p {
    font-size: 14px;
    line-height: 2.42;
    color: #ffffff;
    padding-left: 1.8rem;
}

.p8c p:nth-of-type(1) {
    background: url(//cdn.myxypt.com/a8049df0/21/09/f847c5ef884499a2b0b8a5e5eafca257e8e4de40.png) no-repeat left center;
}

.p8c p:nth-of-type(2) {
    background: url(//cdn.myxypt.com/a8049df0/21/09/dca48cc7071f908afe29fbacd7dfeab24fec3380.png) no-repeat left center;
}

.p8c p:nth-of-type(3) {
    background: url(//cdn.myxypt.com/a8049df0/21/09/f3fed2e45d83356c9f932f56a4cb08590edaefcb.png) no-repeat left center;
}

.p8c p:nth-of-type(4) {
    background: url(//cdn.myxypt.com/a8049df0/21/09/38f1eb6847198a0462aa4e126778d464c09c887a.png) no-repeat left center;
}

.p8d .ewm {
    margin-bottom: 0.6rem;
    font-size: 14px;
    text-align: center;
}

.p8d .ewm img {
    width: 4.8rem;
    height: 4.8rem;
    margin-bottom: 0.3rem;
}

.p8region {
    margin-top: 2rem;
    font-size: 13px;
    line-height: 2;
    color: rgba(250, 250, 250, .7);
}

.p8region a {
    color: rgba(250, 250, 250, .7);
    margin-right: 6px;
}

.flink {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    color: #333333;
    padding: 1.1rem 0;
}


.flink a {
    font-size: 14px;
    color: #666666;
    margin-right: 6px;
    font-weight: 400;
}



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

    .p8c {
        border: none;
    }

    .p8d {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 30%;
    }
}

@media(max-width: 767px) {
    .p8c p {
        font-size: 13px;
        padding-left: 2rem;

    }

    .p8c p:nth-of-type(4) {
        background: url(//cdn.myxypt.com/a8049df0/21/09/38f1eb6847198a0462aa4e126778d464c09c887a.png) no-repeat left 7px;
    }

    .p8d {
        width: 60%;
        margin: 3% 0;
    }

    .p8d .ewm img {
        width: 8rem;
        height: 8rem;
    }
}







/*手机底部*/
@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/a8049df0/21/05/acbcc8cef9b5dda008c3b323a6058cae1ec30e6d.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-home2 {
    background: url(//cdn.myxypt.com/a8049df0/21/05/3c440755cee76bb0475bc3c1a8fbb64a3c572d4e.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-phone {
    background: url(//cdn.myxypt.com/a8049df0/21/05/24d1d38a1aea6afb677942f21d559688bb8072d4.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-contact {
    background: url(//cdn.myxypt.com/a8049df0/21/05/4e8578d9ea578cb54ff4ce0a9be3c08ac8581ff4.png) no-repeat;
    width: 20px;
    height: 20px;
}

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

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


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





/*内页样式*/
@media (min-width: 991px) {
    .page-wrap-left {
        display: none;
    }

}

@media (max-width: 768px) {
    .xypg-left-con2 .xypg-left-nav {
        display: none !important;
    }

    .xypg-right-content img {
        width: 100% !important;
        height: auto !important;
    }
}



.containers {
    max-width: 1300px;
    margin: 0 auto;
    padding: 3% 15px;
}



/* 内页左侧导航栏样式 */

.xypg-left-con2 .xypg-left-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3%;
}

.xypg-left-con2 .xypg-left-nav>li {
    width: 18%;
    position: relative;
    text-align: center;
    background: #f7f7f7;
    border-right: 1px solid #dedede;
}

.xypg-left-con2 .xypg-left-nav>li:last-child {
    border: none;
}

.xypg-left-con2 .xypg-left-nav>li>a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c;
    padding: 15px 18px;
}


.xypg-left-con2 .xypg-left-nav>li:hover>a,
.xypg-left-con2 .xypg-left-nav>li.clicked>a {
    color: #fff;
    background: #007fce;
}