/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

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

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

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

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #009b4c;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

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

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

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

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

.wh {
    width: 1200px;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}



/*头部样式*/
.wh1600 {
    max-width: 1630px;
    margin: 0 auto;
    padding: 0 15px;
}



.logo {
    line-height: 80px;
}



.top2 {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
}

.top2 .k2a {
    position: relative;
}

.top2 .k2a .k2-btn {
    width: 26px;
    height: 26px;
    background: url(../images/sss.png) no-repeat center center;
    cursor: pointer;
    border-radius: 50%;
}

.top2 .k2a form {
    position: absolute;
    width: 239px;
    height: 50px;
    background-color: #ffffff;
    top: 53px;
    right: 0;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
}

.top2 .k2a form input {
    outline: none;
    background: none;
    border: none;
}

.top2 .k2a form input[name='wd'] {
    font-size: 12px;
    font-weight: normal;
    color: rgba(0, 0, 0, .5);
    padding-left: 16px;
    width: 192px;
    height: 50px;
    line-height: 50px;
}

.top2 .k2a form input[type="submit"] {
    width: 16px;
    height: 16px;
    background: url(//cdn.myxypt.com/78c50846/22/01/c119f42621da3716937fc2d6f91ccd6c36f005c9.png) no-repeat center center;
    height: 50px;
    line-height: 50px;
}

.top2 .k2b {
    font-size: 18px;
    color: #000000;
    padding-left: 44px;
    background: url(../images/tel.png) no-repeat left center;
    margin-left: 1.15rem;
    font-weight: 700;
}





/* 导航样式 */

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

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

.x-menu>li>a {
    display: block;
    font-size: 18px;
    color: #000;
    white-space: nowrap;
    line-height: 80px;
    height: 80px;
    text-align: center;
    padding: 0 1.5rem;
}



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

.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: 80px;
    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: #f08200;
    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-w {
    width: 74.48%;
    padding: 0 15px;
    margin: 0 auto;
    position: absolute;
    height: 100%;
}

.box-container {
    width: 100%;
    height: 100%;
    overflow: hidden;

}



.box-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden !important;
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 20px 0;
    display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 20px;
}


.bannerSwiper,
.banner-wrapper {
    width: 100%;
    height: 100%;
}

.banner-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}

.banner-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: banner 30s linear infinite;
}

.banner-slide .container {
    position: absolute;
    height: 100%;
}

.bannerTxt {
    position: absolute;
    left: 0;
    top: 35%;
    text-align: left;
    z-index: 99;
}

.bannerTxt>h2 {
    font-size: 2.8rem;
    color: #fff;
    font-weight: bold;
    margin: 0;
    margin-bottom: 0.75rem;
}

.bannerTxt>p {
    font-size: 2rem;
    color: #fff;
    margin: 0;
    margin-bottom: 2.5rem;
    letter-spacing: 0.3rem;
}

.bannerTxt>a {
    font-size: 16px;
    color: #fff;
    padding: 10px 30px;
    background: #6eb92b;
    border-radius: 0px;
}




@keyframes banner {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}



@media(max-width: 1600px) {
    .banner-w {
        width: 88%;
    }
}



@media(max-width: 1440px) {
    .bannerTxt>h2 {
        font-size: 34px;
    }

    .bannerTxt>p {
        font-size: 26px;
        letter-spacing: 0.1rem;
    }

    .x-menu>li>a {
        padding: 0 1rem;
        font-size: 16px;
    }
}


@media(max-width: 1024px) {
    body {
        height: 100%;
    }

    .logo {
        width: 15%;
    }

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

    .box-container {
        width: 100%;
        height: auto;
        overflow: initial;
        overflow-x: hidden;
    }

    .box-container>.swiper-wrapper>.swiper-slide {
        height: auto;
        display: block;
    }

    .box-container>.swiper-wrapper {
        display: block;
    }
}

@media(max-width: 767px) {
    .bannerTxt>h2 {
        font-size: 18px;
    }

    .bannerTxt>p {
        font-size: 13px;
    }

    .bannerTxt>a {
        padding: 4px 12px;
        font-size: 12px;
    }
}




.box-slide2 {
    width: 100%;
    height: 100%;
    background: url(../images/p2.jpg) no-repeat center center;
    background-size: cover;
}

.box-slide .wh1600 {
    width: 100%;
    height: 100%;
}

.box-cont {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 80px;
}


.p2-tab-cont {
    position: relative;
    width: 100%;
}

.p2-tab-cont-item {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
}

.p2-tab-cont-item.active {
    opacity: 1;
    position: static;
    z-index: 999;
}

.p2a {
    position: relative;
    width: 30%;
    height: 100%;
}

.p2a .p2a-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.p2a .p2a-swiper li {
    background-color: rgba(255, 255, 255, .8);
    padding: 2.5rem 3rem 2.1rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.p2a .p2a-swiper li h3 {
    font-size: 1.8rem;
    color: #333333;
    text-align: left;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

.p2a .p2a-swiper li p {
    font-size: 0.8rem;
    letter-spacing: 0.08rem;
    color: #333333;
    line-height: 1.8;
    margin-bottom: auto;
    margin-top: 2rem;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;

}

.p2a .p2a-swiper li a {
    width: 10rem;
    height: 50px;
    line-height: 50px;
    justify-content: center;
    background-color: #f08200;
    font-size: 20px;
    letter-spacing: 2px;
    color: #ffffff;
}

.p2a .p2a-swiper li a img {
    max-width: 100%;
    margin-left: 0.5rem;
}




.p2b {
    width: 56%;
    padding-bottom: 158px;
}

.p2b .p2b-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.p2b .p2b-swiper li {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.p2b .p2b-swiper li div.img {
    height: 148px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p2b .p2b-swiper li div.img img {
    height: 100%;
    width: auto;
    -webkit-text-size-adjust: initial;
     transform: scale(1.2);
   
}

.p2b .p2b-swiper li.swiper-slide-active div.img {
    height: 300px;
     /*transform: scale(1.3);*/
}



.p2-tab-li {
    width: 60%;
    position: absolute;
    bottom: 0;
    right: 0;

}

.p2-tab-li li {
    width: 16.667%;
    height: 100px;
}

.p2-tab-li li a {
    width: 100%;
    height: 100%;
    border: 4px solid #ffffff;
    padding: 14px;
    flex-direction: column;
    align-items: initial;
    transition: all ease .3s;
}

.p2-tab-li li a span {
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    line-height: 1;
    width: 100%;
    text-align: right;
    justify-content: space-between;
}

.p2-tab-li li a h3 {
    font-size:17px;
    font-weight: normal;
    color: #ffffff;
    line-height: 1;
    text-align: left;
    width: 100%;
}

.p2-tab-li li.active a {
    border: 4px solid rgba(255, 255, 255, .1);
    background-color: rgba(255, 255, 255, .8);
}

.p2-tab-li li.active a span {
    color: #000000;
}

.p2-tab-li li.active a h3 {
    color: #333333;
}


@media(max-width: 1440px) {
    .p2a {
        width: 32%;
    }

    .p2a .p2a-swiper li {
        padding: 2.5rem 15px;
    }

    .p2-tab-li li {
        width: 18.667%;
    }

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

@media(max-width: 1024px) {
    .box-cont {
        padding: 10% 0;
    }

    .p2b .p2b-swiper li div.img {
        height: 110px;
    }

    .p2b .p2b-swiper li.swiper-slide-active div.img {
        height: 150px;
    }

    .p2b {
        padding-bottom: 142px;
        width: 60%;
    }

    .p2-tab-li {
        width: 65%;
    }

    .p2-tab-li li a {
        padding: 7px;
    }

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




@media(max-width: 768px) {
    .box-slide2 {
        background: url(../images/mp1.jpg) no-repeat center center;
        background-size: cover;
    }

    .mp2a {
        justify-content: center;
    }

    .mp2a li {
        width: 28%;
        margin: 0 2%;
    }

    .mp2a li a {
        display: block;
        font-size: 16px;
        color: #333333;
        border: 3px solid #fff;
        transition: all ease .3s;
        padding: 6% 0;
        color: #fff;
    }

    .mp2a li:hover a {
        background-color: rgba(255, 255, 255, .8);
        border-color: rgba(255, 255, 255, .1);
        color: #333333;
    }

    .mp2a li:nth-last-child(-n+2) {
        margin-top: 2%;
    }

    .mp2b {
        margin-top: 5%;
    }

    .mp2b li {
        width: 49%;
        background-color: rgba(255, 255, 255, .8);
        padding: 4% 0 0;
        margin-bottom: 2%;
    }

    .mp2b li div.img {
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mp2b li div.img img {
        max-height: 100%;
        width: auto;
    }

    .mp2b li h3 {
        font-size: 18px;
        font-weight: 700;
        color: #333333;
        text-align: center;
        margin-top: 3%;
        line-height: 2.3;
    }
}


@media(max-width: 767px) {
    .box-cont {
        padding: 15% 0;
    }

    .mp2a li {
        width: 30%;
        margin: 0 1%;
    }

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

    .mp2b li div.img {
        height: 120px;
    }

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









/* 优势 */
.boxSlide {
    width: 100%;
    height: 100%;
}

.box-slide3 {
    background: url(../images/d2.jpg);
}

.slide3 {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
}

.ys-box {
    flex: 1;
    overflow: hidden;
    transition: 2s;
    line-height: 0;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.ys-box::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(45, 51, 55, .6);
    top: 0;
    left: 0;
    transition: all 1s;
}

.ys-box>img:nth-child(1) {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .5s;
}

.ys-box:hover {
    flex: 1 1 50%;
}

.ys-box:hover>img:nth-child(1) {
    width: 100%;
    height: 100%;
}

.adv-ioc {
    position: absolute;
    top: 38%;
    left: 0;
    width: 100%;
    z-index: 4;
    text-align: center;
    transition: all .5s;
}

.adv-ioc-img img {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: solid 2px #fff;
    padding: 1.1rem;
}

.adv-ioc h2 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fefeff;
    margin-top: 1.05rem;
}

.adv-ioc p {
    color: #fefeff;
    font-size: 0.8rem;
    margin-top: 1rem;
}

.ys-box:hover::after {
    opacity: 0;
}

.ys-box:hover .adv-ioc {
    opacity: 0;
}

.ys-box:hover .adv-text {
    opacity: 1;
    bottom: 10%
}

.adv-text {
    position: absolute;
    bottom: 0;
    left: 10%;
    z-index: 4;
    width: 80%;
    padding: 15px 30px;
    background-color: #f08200;
    color: #fff;
    opacity: 0;
    transition: all .5s;
}

.adv-text p {
    line-height: 2;
    font-size: 0.8rem;
    margin: 0;
    text-align: center;
}



@media(max-width: 1024px) {
    .box-slide3 {
        height: 500px;
    }
}


@media(max-width: 768px) {

    .box-slide3 {
        height: auto;
    }

    .slide3 {
        flex-wrap: wrap;
    }

    .ys-box {
        flex: initial;
        width: 50%;
    }

    .adv-ioc {
        top: 50%;
        transform: translateY(-50%);
    }

    .adv-text {
        left: 50%;
        bottom: 50%;
        transform: translate(-50%, 50%);
        padding: 15px;
    }

    .ys-box:hover .adv-text {
        bottom: 50%;
    }
}

@media(max-width: 767px) {
    .ys-box {
        border: none;
    }

    .adv-text {
        display: none;
    }

    .adv-ioc h2 {
        font-size: 16px;
    }

    .adv-ioc p {
        font-size: 14px;
        margin-top: 1.6rem;
    }
}





.p4 {
    background: url(../images/gc.jpg) no-repeat center center;
    background-size: cover;
}

.p4 .wh1600 {
    height: auto;
}

.p4-title {
    position: absolute;
    left: 8rem;
    top: 15%;
    z-index: 99;
    text-align: left;
}

.p4-title h3 {
    font-size: 3rem;
    color: #ffffff;
}

.p4-title h4 {
    font-size: 2.4rem;
    color: #ffffff;
    margin-top: 1rem;
}





.p4-cont {
    width: 100%;
}

.p4a-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.p4a-swiper li {
    width: 100vw;
}

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


.p4-cont .p4-item {
    position: absolute;
    left: 8rem;
    bottom: 10%;
    z-index: 99;
    width: 640px;
}

.p4-cont .p4b-swiper {
    width: 100%;
    overflow: hidden;
    text-align: left;
}

.p4-cont .p4b-swiper .swiper-slide h3 {
    font-size: 1.8rem;
    color: #ffffff;
    margin-bottom: 1.4rem;
}

.p4-cont .p4b-swiper .swiper-slide p {
    font-size: 0.8rem;
    letter-spacing: 2px;
    color: #ffffff;
    line-height: 1.68;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}






.p4-cont .p4c-swiper {
    width: 100%;
    overflow: hidden;
}

.p4-cont .p4c-swiper li {
    display: flex;
    justify-content: space-between;
    align-items: center;
   
}

.p4-cont .p4c-swiper li a {
    width: 29.27%;
    overflow: hidden;
     background: #fff
}

.p4-cont .p4c-swiper li a img {
    width: 100%;
    transition: all ease .3s;
}

.p4-cont .p4c-swiper li a:hover img {
    transform: scale(1.1);
}



.p4-pagination {
    text-align: left;
    margin: 2rem 0 2.5rem;
}

.p4-pagination .swiper-pagination-bullet {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 40px;
    height: 40px;
    background-color: transparent;
    position: relative;
    margin: 0;
    transform: rotate(-90deg);
    opacity: 1;
    outline: none;
}

.p4-pagination .swiper-pagination-bullet svg {
    opacity: 0;
}

.p4-pagination .init,
.p4-pagination .hover {
    /* opacity: 0;
    filter: alpha(opacity=0); */

}

.p4-pagination .swiper-pagination-bullet .hover {
    stroke-dasharray: 314 0;
    stroke: none;
}

.p4-pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255);
    transform: translate(-50%, -50%);
    border-radius: 100%;
}

.p4-pagination .swiper-pagination-bullet-active:before {
    content: attr(data-line);
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: auto;
    border-radius: initial;
    background: transparent;
    transform: translate(-50%, -50%) rotate(90deg);
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
}

.p4-pagination .swiper-pagination-bullet-active svg {
    opacity: 1;
}

.p4-pagination .swiper-pagination-bullet-active .init,
.p4-pagination .swiper-pagination-bullet-active .hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.p4-pagination .swiper-pagination-bullet-active .hover {
    stroke: #f08200;
    animation: circle-chart-fill 3s reverse;
}

@keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 314;
    }
}


@media(max-width: 1600px) {
    .p4-title {
        left: 15px;
    }

    .p4-cont .p4-item {
        left: 15px;
    }

    .p4-title h3 {
        font-size: 2.3rem;
    }

    .p4-title h4 {
        font-size: 1.8rem;
        margin-top: 0.7rem;
    }

    .p4-cont .p4b-swiper .swiper-slide h3 {
        margin-bottom: 0.6rem;
    }

    .p4-pagination {
        margin: 1rem 0 1.5rem;
    }
}

@media(max-width: 1440px) {

    .p4-cont .p4-item {
        bottom: 4%;
    }

    .p4-title h3 {
        font-size: 2.1rem;
    }

    .p4-cont .p4b-swiper .swiper-slide h3 {
        font-size: 1.5rem;
    }

    .p4-title h4 {
        font-size: 1.6rem;
        margin-top: 0.5rem;
    }

    .p4-pagination {
        margin: 0.7rem 0 1rem;
    }
}


@media(max-width: 1366px) {
    .p4 .box-cont {
        padding: 0;
    }
}

@media(max-width: 768px) {
    .p4-cont .p4-item {
        bottom: 30%;
        width: 80%;
    }
}

@media(max-width: 767px) {
    .p4-title {
        left: 0;
        top: 6%;
    }

    .p4-title h3 {
        font-size: 26px;
    }

    .p4-title h4 {
        font-size: 24px;
        margin-top: 12px;
    }

    .p4-cont .p4b-swiper .swiper-slide h3 {
        font-size: 20px;
    }

    .p4-cont .p4b-swiper .swiper-slide p {
        font-size: 14px;
    }

    .p4-pagination {
        margin: 1.5rem 0;
    }

    .p4-cont .p4c-swiper li a {
        width: 31%;
    }

    .p4-cont .p4-item {
        bottom: 15%;
    }
}




.box-slide5 {
    width: 100%;
    height: 100%;
    background: url(../images/p3.jpg) no-repeat center center;
    background-size: cover;
}

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

.p5-title h4 {
    font-size: 1.2rem;
    font-weight: normal;
    color: #e2e2e2;
    margin-bottom: 1.4rem;
}

.p5-title p {
    font-size: 1.8rem;
    color: #ffffff;
    line-height: 1.47;
}


.p5-cont {
    margin-top: 3.1rem;
}

.p5a {
    width: 40%;
    text-align: left;
}

.p5a h3 {
    font-size: 1.8rem;
    color: #ffffff;
    padding-bottom: 1.3rem;
    position: relative;
    margin-bottom: 1.2rem;
}

.p5a h3::after {
    content: "";
    width: 5rem;
    height: 0.35rem;
    background-color: #f08200;
    position: absolute;
    bottom: 0;
    left: 0;
}

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

.p5a a {
    display: block;
    width: 10rem;
    height: 40px;
    background-color: #f08200;
    font-size: 0.9rem;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin-top: 1.2rem;
}




.p5b {
    width: 50%;
    overflow: hidden;
}

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

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



@media(max-width: 1440px) {
    .p5-title h4 {
        margin-bottom: 0.5rem;
    }

    .p5-title p {
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .p5b {
        width: 44%;
    }

    .p5a {
        width: 51%;
    }

    .p5a h3 {
        font-size: 1.5rem;
        padding-bottom: 1rem;
        margin-bottom: 0.8rem;
    }

    .p5a p {
        font-size: 16px;
    }

    .p5-cont {
        margin-top: 2rem;
    }
}

@media(max-width: 1024px) {
    .p5a p {
        font-size: 14px;
        line-height: 1.8;
    }
}

@media(max-width: 768px) {
    .p5b {
        width: 100%;
        order: 1;
        margin-bottom: 4%;
    }

    .p5a {
        width: 100%;
        order: 2;
    }
}

@media(max-width: 767px) {
    .p5-title h4 {
        font-size: 20px;
        font-weight: 700;
    }

    .p5-title p {
        font-size: 14px;
        line-height: 1.8;
    }

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

    .p5a a {
        width: 12rem;
        font-size: 14px;
        line-height: 35px;
        height: 35px;
    }
}




.box-slide6 {
    width: 100%;
    height: 100%;
    background: url(../images/p6.jpg) no-repeat center center;
    background-size: cover;
}





.p6-title {
    color: #ffffff;
}

.p6-title h4 {
    font-size: 2.4rem;
    margin-bottom: 0.9rem;
}

.p6-title p {
    font-size: 1.05rem;
    font-weight: normal;
}


.p6a {
    width: 50%;
    text-align: left;
    flex-direction: column;
}


.p6b {
    width: 46.5%;
    text-align: left;
}


.p6-cont {
    margin-top: 3rem;
}

.p6a1 {
    height: 52px;
    border-top: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
    margin-bottom: 14px;
}

.p6a1a li {
    margin-right: 16px;
}

.p6a1a li a {
    display: block;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 700;
    padding-left: 1rem;
    position: relative;
}

.p6a1a li a::after {
    content: "";
    width: 0.3rem;
    height: 26px;
    background-color: #f08200;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

.p6a1a li.active a {
    color: #f08200;
}

.p6a1a li.active a::after {
    opacity: 1;
}

.p6a1 a.more {
    font-size: 0.8rem;
    color: #ffffff;
}


.p6a-tab {
    position: relative;
}

.p6a-tab-item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
}

.p6a-tab-item.active {
    position: static;
    z-index: 99;
    opacity: 1;
}

.p6a2 {
    margin-bottom: 1.8rem;
}

.p6a2 li a div.img {
    width: 37.25%;
    overflow: hidden;
    border: 1px solid #bcbab9;
    height: 100%;
}

.p6a2 li a div.img img {
    width: 100%;
    transition: all ease .3s;

}


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


.p6a2 li a .cont {
    width: 60%;
}

.p6a2 li a .cont h3 {
    font-size: 0.9rem;
    font-weight: normal;
    letter-spacing: 0.01rem;
    color: #ffffff;
    margin-bottom: 1rem;
}

.p6a2 li a .cont .text {
    font-size: 14.01px;
    line-height: 1.78;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.p6a2 li a .cont span.more {
    width: 9rem;
    line-height: 30px;
    background-color: #f08200;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 1rem;
}

.p6a3 {
    flex-direction: column;
}

.p6a3 li+li {
    margin-top: 1.3rem;
}

.p6a3 li a {
    padding: 0.5rem 0;
    border: 1px solid #b9b9b9;
}

.p6a3 li a div.time {
    width: 116px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #b9b9b9;
}

.p6a3 li a div.time h3 {
    font-size: 1.52rem;
    color: #ffffff;
}

.p6a3 li a div.time h4 {
    font-size: 1.05rem;
    color: #ffffff;
    font-weight: normal;
}

.p6a3 li a div.cont {
    width: calc(100% - 138px);
    padding-right: 4.3rem;
    position: relative;
    font-size: 0.9rem;
    font-weight: normal;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p6a3 li a div.cont::after {
    content: "";
    width: 1.55rem;
    height: 1.55rem;
    background: url(../images/mm.png) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    right: 1.9rem;
    top: 50%;
    transform: translateY(-50%);
}




.p6b {
    flex-direction: column;
}

.p6b1 {
    height: 52px;
    border-top: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
    width: 100%;
}

.p6b1 h3 {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    padding-left: 1rem;
    position: relative;
    color: #f08200;
}

.p6b1 h3::after {
    content: "";
    width: 0.3rem;
    height: 26px;
    background-color: #f08200;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.p6b1 a.more {
    font-size: 0.8rem;
    color: #ffffff;
}

.p6b2 {
    flex-direction: column;
    flex: 1;
    padding-top: 1.6rem;
    width: 100%;
}

.p6b2 li {
    width: 100%;
}

.p6b2 li a {
    border-bottom: 1px dashed #aaaaaa;
    display: block;
    padding: 0 1.4rem 0.8rem 2.1rem;
    position: relative;
    width: 100%;
}

.p6b2 li+li {
    /* margin-top: 1.2rem; */
}

.p6b2 li a h3 {
    font-size: 0.9rem;
    font-weight: normal;
    color: #ffffff;
    line-height: 25px;
    margin-bottom: 11px;
}

.p6b2 li a h3::before {
    content: 'Q';
    width: 25px;
    height: 25px;
    background: #f08200;
    text-align: center;
    line-height: 25px;
    font-size: 14.76px;
    font-weight: normal;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
}

.p6b2 li a P {
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    color: rgba(255, 255, 255, .6);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}



@media(max-width: 1440px) {
    .p6-cont {
        margin-top: 1rem;
    }

    .p6-title h4 {
        font-size: 2rem;
        margin-bottom: 0.56rem;
    }

    .p6-title p {
        font-size: 0.8rem;
    }

    .p6a1 {
        margin-bottom: 10px;
    }

    .p6a2 {
        margin-bottom: 1rem;
    }

    .p6a3 li+li {
        margin-top: 0.5rem;
    }

    .p6a3 li a div.time h3 {
        font-size: 1rem;
    }

    .p6a3 li a div.time h4 {
        font-size: 0.8rem;
    }

    .p6b1 {
        height: 40px;
    }

    .p6b2 {
        padding-top: 1rem;
    }

    .p6b2 li a h3 {
        margin-bottom: 8px;
    }

    .p6b2 li a {
        padding: 0 1.4rem 0.5rem 2.1rem;
    }
}


@media(max-width: 1366px) {
    .p6a1 {
        height: 40px;
    }

    .p6a1a li a {
        font-size: 0.9rem;
    }

    .p6a2 li a .cont h3 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .p6a2 li a .cont span.more {
        margin-top: 10px;
    }

    .p6a2 li a div.img {
        width: 25%;
    }

    .p6a2 li a .cont {
        width: 71%;
    }

    .p6a2 li a .cont .text {
        -webkit-line-clamp: 2;
    }

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

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

    .p6b {
        width: 100%;
    }

    .p6b2 li+li {
        margin-top: 2%;
    }
}

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

    .p6-title p {
        font-size: 14px;
    }

    .p6-cont {
        width: 100%;
    }

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

    .p6a2 li a div.img {
        width: 100%;
        order: 1;
        margin-bottom: 2%;
    }

    .p6a2 li a .cont {
        width: 100%;
        order: 2;
    }

    .p6a3 li a div.time {
        width: 80px;
    }

    .p6a3 li a div.time h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .p6a3 li a div.time h4 {
        font-size: 14px;
    }

    .p6a3 li a div.cont {
        width: calc(100% - 90px);
        font-size: 15px;

    }

    .p6a3 li a div.cont::after {
        width: 2rem;
        height: 2rem;
    }

    .p6b1 h3 {
        font-size: 16px;
    }

    .p6b1 a.more {
        font-size: 14px;
    }

    .p6a1 a.more {
        font-size: 14px;
    }

    .p6b2 li a {
        padding: 0 1.6rem 0.7rem 3.4rem;
    }

    .p6b2 li a h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

}


.box-slide7 {
    height: auto !important;
}

.p7 {
    width: 100%;
    background: #333333;
    text-align: left;
    padding-top: 3.65rem;
}

.p7a .p7a1 {
    width: 19.375%;
}

.p7a .p7a1 a {
    display: block;
}

.p7a .p7a1 a img {
    max-width: 100%;
}




.p7a2 {
    width: 64.25%;
}

.p7a2 dl dt {
    font-size: 1.2rem;
    font-weight: normal;
    color: #ffffff;
    padding-bottom: 0.8rem;
    position: relative;
    margin-bottom: 1.2rem;
}

.p7a2 dl dt::after {
    content: '';
    width: 2.25rem;
    height: 2px;
    background-color: #f08200;
    position: absolute;
    bottom: 0;
    left: 0;
}

.p7a2 dl dd a {
    font-size: 0.8rem;
    line-height: 1.875;
    letter-spacing: 0.08rem;
    color: #ffffff;
}

.p7a2 .ft_contact p {
    font-size: 0.8rem;
    line-height: 1.875;
    letter-spacing: 0.08rem;
    color: #ffffff;
}



.p7a3 img {
    width: 7.65rem;
    height: 7.65rem;
    border: 1px solid #d5d5d5;
}

.p7a3 p {
    font-size: 0.9rem;
    font-weight: normal;
    letter-spacing: 0.05rem;
    color: #ffffff;
    text-align: center;
    margin-top: 0.5rem;
}



.copyright {
    margin-top: 2.2rem;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 0.8rem 0;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.07rem;
    color: rgba(255, 255, 255, .5);
}

.copyright a {
    color: rgba(255, 255, 255, .5);
}


/*友情链接*/

.f_link a {
    color: #666;
}

/*内页左侧样式*/

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

@media(max-width: 768px) {
    .p7a2 {
        width: 53%;
    }
}

@media(max-width: 767px) {
    .p7a .p7a1{
        width: 100%;
        text-align: center;
        margin-bottom: 8%;
    }
    .p7a .p7a1 a img{
        max-width: 70%;
    }
    .p7a2{
        width: 100%;
        margin-bottom: 8%;
    }
    .p7a2 dl dt{
        font-size: 18px;
    }
    .p7a2 .ft_contact p{
        font-size: 14px;
    }
    .p7a3 img{
        width: 12rem;
        height: 12rem;
    }
    .p7a3 p{
        font-size: 14px;
    }
    .copyright{
        text-align: center;
    }
}








@media (max-width:768px) {
    .db {
        display: block !important;
    }
}
@media (max-width:640px) {
    .p4{
        padding:120px 0;
    }
    .mp2a li a{
        font-size:12px;
    }
}

.dbb {
    height: 70px;
}

.footer {
    width: 100%;
    margin-top: 6px;
    position: fixed;
    z-index: 110;
    bottom: 0;
    left: 0;
}

.footer1 {
    max-width: 100%;
    margin: 0 auto;
    background: #f08200;
    display: -webkit-box;
}

.footer a {
    -webkit-box-flex: 1;
    display: -webkit-box;
    color: #fff;
}

.footer span {
    width: 74px;
    display: block;
    margin: 0 auto;
    text-align: right;
    font: 100 13px/70px "微软雅黑";
    color: #fff;
    height: 70px;
}

.footer span.span1 {
    background: url(../images/918dcfc51fed2f964b76527184b5c8f912c7160e.png) center 14px no-repeat;
    background-size: 24px 23px;
    line-height: 100px;
    text-align: center;
}

.footer span.span2 {
    background: url(../images/630db66428d9af644a59c628ab16d01722cb1a30.png)center 12px no-repeat;
    background-size: 29px 26px;
    line-height: 100px;
    text-align: center;
}

.footer span.span3 {
    background: url(../images/47710de8d99f8aee4be0c514460b5a402d9ad58c.png) center 15px no-repeat;
    background-size: 23px 23px;
    line-height: 100px;
    text-align: center;
}