@media (min-width: 1440px) {
    .container {
        width: 1410px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1588px;
    }
}


.x-menu {
    width: 58.75%;
    float: left;
}

.x-menu>li {
    float: left;
    position: relative;
    margin: 0 .15vw;
}

.x-menu>li>a {
    display: block;
    padding: 0 .8vw;
    font-size: 14px;
    color: #000000;
    line-height: 2.4;
}

.x-menu>li>a:hover {
    background: #80b400;
    color: #fff;
}

.x-menu>li.active>a {
    background: #80b400;
    color: #fff;
}

.wrapper>li {
    position: relative;
}

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

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 200px;
    left: -70px;
    top: 114px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}

.x-sub-menu>li>a:hover {
    background: #e9eaeb;
}

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

/* ÃƒÂ©Ã‚Â¦Ã¢â‚¬â€œÃƒÂ©Ã‚Â¡Ã‚ÂµbannerÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â
.x-banner .owl-carousel {
    position: relative;
}

.x-banner .owl-carousel .banner-item a {
    display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
    right: 0;
}

.x-banner .owl-carousel .owl-nav button.owl-prev,
.x-banner .owl-carousel .owl-nav button.owl-next {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    background: #424246;
    height: 65px;
    width: 50px;
    margin-top: -32.5px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-banner .owl-carousel .owl-nav button.owl-prev:hover,
.x-banner .owl-carousel .owl-nav button.owl-next:hover {
    background: #ab001a;
}

.x-banner .owl-carousel .owl-nav .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
    background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
    background-position: -26px -480px;
}

@media (max-width: 990px) {

    .x-banner .owl-carousel .owl-nav button.owl-prev,
    .x-banner .owl-carousel .owl-nav button.owl-next {
        height: 40px;
        width: 30px;
        margin-top: -20px;
    }

    .x-banner .owl-carousel .owl-nav .iconfont {
        font-size: 20px;
    }
}

.x-banner .owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    right: 210px;
    text-align: center;
    font-size: 0;
    bottom: 50%;
    transform: translateY(50%);
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
    display: block;
    vertical-align: middle;
    font-size: 12px;
    outline: none;
    background: #fff;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    border: 1px solid #fff;
    margin: 20px 0px;
}

.x-banner .owl-carousel .owl-dots button span {
    font: 400 30px/40px "Bahnschrift";
    color: #fff;
    display: none;
    margin-left: 22px;
    margin-top: -13px;
}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
    opacity: .5;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
    opacity: 1;
    background: #80b400;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active span {
    display: block;
}

@media (max-width: 990px) {
    .x-banner .owl-carousel .owl-dots button.owl-dot {
        font-size: 12px;
    }
}
 */
.wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header {
    line-height: 104px;
}

/* .header.cur {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99999;
    background: #fff;
} */

.header .logo {
    width: 22%;
}

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

.header .nav {
    width: 72%;
}

.header .nav .menu {
    width: 73%;
}

.header .nav .menu .wrapper>li>a {
    font: 400 16px/104px "Microsoft YaHei UI";
    color: #333333;
    display: block;
    position: relative;
}

.x-banner {
    position: relative;
}

.gl {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    z-index: 9999;
    -webkit-animation: myfirst 1.5s infinite;
    animation: myfirst 1.5s infinite;
}

@-webkit-keyframes myfirst {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    50% {
        -webkit-transform: translate(0px, -10px);
        transform: translate(0px, -10px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes myfirst {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    50% {
        -webkit-transform: translate(0px, -10px);
        transform: translate(0px, -10px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

.header .nav .menu .wrapper>li>a:hover {
    background: url(//cdn.myxypt.com/1ec8b793/21/08/c080238617c331721151e2a8db03a3886065b9c4.jpg) no-repeat center 70px;
}

.header .nav .search {
    width: 19%;
}

.header .nav .search #formsearch {
    /*background: #80b400;*/
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    padding: 0 15px;
    color: #fff;
    border:1px solid #80b400;
}

.header .nav .search #formsearch #keyword {
    padding: 0;
    border: none;
    background: none;
    outline: none;
    line-height: 36px;
    width: 82%;
}

.header .nav .search #formsearch #s_btn {
    padding: 0;
    border: none;
    outline: none;
    width: 17px;
    height: 18px;
    background: url(//cdn.myxypt.com/1ec8b793/21/08/b2e537ef8fc86752e378487234be4d0622e4f8f0.png) no-repeat center;
}

.header ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #80b400;
}

.header :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #80b400;
}

.header ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.header :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #80b400;
}

.about {
    padding: 80px 0;
}

@media (max-width: 992px) {
    .about {
        padding: 30px 0;
    }
}

@media (max-width: 992px) {
    .about .wrapper {
        display: block;
    }
}

.about .about-img {
    width: 50%;
}

@media (max-width: 992px) {
    .about .about-img {
        width: 100%;
    }
}

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

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

.about .about-con {
    width: 46%;
}

@media (max-width: 992px) {
    .about .about-con {
        width: 100%;
        margin-top: 30px;
    }
}

.about .about-con strong {
    font: 600 48px/62px "Arial";
    color: #298997;
}

.about .about-con span {
    font: 500 40px/62px "Arial";
    color: #298997;
    padding-left: 5px;
}

@media (max-width: 1200px) {
    .about .about-con strong {
        font: 600 24px/52px "Arial";
    }

    .about .about-con span {
        font: 500 24px/62px "Arial";
        color: #298997;
    }
}

.about .about-con h2 {
    font: 500 30px/40px "Microsoft YaHei UI";
    color: #333333;
    margin: 20px 0 30px;
}

@media (max-width: 1440px) {
    .about .about-con h2 {
        margin: 10px 0 10px;
    }
}

@media (max-width: 1200px) {
    .about .about-con h2 {
        font: 500 20px/30px "Microsoft YaHei UI";
        margin: 5px 0 0px;
    }
}

.about .about-con p {
    font: 400 14px/28px "Microsoft YaHei UI";
    color: #666666;
}

.about .about-con a {
    display: block;
    width: 152px;
    height: 60px;
    background: url(//cdn.xypt.top/6fc97f55/21/04/2e11651199f9e82fd6dd8524d991f0b84e9ffd85.png) no-repeat center;
    font: 400 16px/32px "Microsoft YaHei UI";
    color: #80b400;
    padding-left: 46px;
    padding-top: 9px;
    margin-top: 30px;
}

.about .about-con a:hover {
    background: url(//cdn.xypt.top/6fc97f55/21/04/ec2491d49b7bd526ed7abdd149899ec0a22274bd.png) no-repeat center;
    color: #fff;
}

@media (max-width: 1200px) {
    .about .about-con a {
        margin-top: 20px;
    }
}

.num {
    background: url(//cdn.xypt.top/6fc97f55/21/04/a0e4525b23f914222eddf81bceaf4e4201146139.png) no-repeat center;
    padding: 50px 0;
}

@media (max-width: 1200px) {
    .num {
        background-size: cover;
    }
}

@media (max-width: 1200px) {
    .num .wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }
}

.num li {
    width: 25%;
    text-align: center;
}

@media (max-width: 992px) {
    .num li {
        width: 45%;
    }
}

.num li p {
    font: 400 15px/25px "Microsoft YaHei UI";
    color: #ffffff;
}

.num li p strong {
    font: 400 52px/62px "Bahnschrift";
    color: #fff;
    vertical-align: top;
}

.product {
    padding: 35px 0;
    background: url(//static.xypt.net.cn/1ec8b793/21/07/944c2636794e00e8b2e2130d082389bb801a8eac.jpg) no-repeat top center;
    position: relative;
}

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

.product .product-title .pt-left {
    display: flex;
}

@media (max-width: 992px) {
    .product .product-title .pt-left {
        width: 100%;
    }
}

.product .product-title .pt-left strong {
    font: 600 36px/62px "Arial";
    color: #fff;
}


.product-title>.wrapper .nmore a {
    display: block;
    width: 152px;
    height: 60px;
    background: url(//cdn.xypt.top/6fc97f55/21/04/2e11651199f9e82fd6dd8524d991f0b84e9ffd85.png) no-repeat center;
    font: 400 16px/32px "Microsoft YaHei UI";
    color: #80b400;
    padding-left: 46px;
    padding-top: 9px;
}

.nsort {
    text-align: center;
    font-size: 0;
}

.nsort li {
    display: inline-block;
}

.nsort li a {
    display: block;
    color: #333333;
    font-size: 17px;
    width: 143px;
    background: url(//cdn.xypt.top/6fc97f55/21/04/90d332390e0370b2ca7e6b91502040e188c71316.png) no-repeat right center;
}

.nsort li:last-child a {
    background: none;
}

.qie {
    position: relative;
}

.qie .news-list {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}

.qie .news-list {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.qie .news-list.active {
    position: static;
    opacity: 1;
    visibility: visible;
}

.nsort li.active a {
    color: #80b400;
}

.product-title>.wrapper .nmore a:hover {
    color: #fff;
    background: url(//cdn.xypt.top/6fc97f55/21/04/ec2491d49b7bd526ed7abdd149899ec0a22274bd.png) no-repeat center;
}

@media (max-width: 992px) {
    .product .product-title .pt-left strong {
        font: 600 24px/42px "Arial";
    }
}

.product .product-title .pt-left h2 {
    font: 400 30px/62px "Microsoft YaHei";
    color: #fff;
    padding-left: 20px;
}

@media (max-width: 992px) {
    .product .product-title .pt-left h2 {
        font: 400 18px/40px "Microsoft YaHei";
        margin-top: 0px;
    }
}

.product .product-title .pt-cate {
    width: 37%;
}

@media (max-width: 1440px) {
    .product .product-title .pt-cate {
        width: 140%;
    }
}

@media (max-width: 1200px) {
    .product .product-title .pt-cate {
        display: none;
    }
}

.product .product-title .pt-cate a {
    display: inline-block;
    font: 400 17px/66px "Microsoft YaHei UI";
    padding-left: 17px;
    color: #333333;
}

.product .product-title .pt-cate li.active a {
    color: #80b400;
    background: url(//cdn.xypt.top/6fc97f55/21/04/b64b5d19e8518351aaa9ff54e5f3663df50fbe4b.png) no-repeat left;
}

.product .product-list {
    margin-top: 60px;
    overflow: hidden;
}

@media (max-width: 992px) {
    .product .product-list {
        margin-top: 20px;
    }
}


.product .product-list .swiper-button-prev {
    left: 6%;
    background: url(//static.xypt.net.cn/1ec8b793/21/07/6e0e69754aa9a3fc6af308027eade7094f9756dc.png) no-repeat top center;
    z-index: 999;
    opacity: 1;
    top: 60%;
    width: 15px;
    height: 27px;
}

.product .product-list .swiper-button-next {
    right: 6%;
    background: url(//static.xypt.net.cn/1ec8b793/21/07/856db3d098dde2ee29c073bc84ee4a839013178d.png) no-repeat top center;
    z-index: 999;
    opacity: 1;
    top: 60%;
    width: 15px;
    height: 27px;
}

.product .product-list .product-box {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.product .product-list .product-box .img {
    display: block;
    overflow: hidden;
}

.product .product-list .product-box img {
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.product .product-list .product-box h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    /*background: rgba(41, 137, 151, 0.87);*/
}

.product .product-list .product-box h3 a {
    display: block;
    font: 400 18px/68px "Microsoft YaHei UI";
    color: #ffffff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.product .product-list .product-box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product .product-list .product-box:hover h3 {
    background: #80b400;
}

.product .product-list .adv-box {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    /*border: 3px solid #fff;*/

}

.bj1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /*background: url(//static.xypt.net.cn/1ec8b793/21/07/6b937c477d9a4d4dddd0c8b3465478af0373fb1f.png) no-repeat bottom center;*/
    height: 272px;
    width: 292px;
    background-size: 292px 272px;
}

.product .product-list .adv-box img {
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.product .product-list .adv-box .adv-con {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    padding: 10px 5% 0;
    text-align: center;
}
.product .product-list .adv-box .adv-con a{
    
}

.product .product-list .adv-box .adv-con h3 {
    font: 500 16px/34px "Microsoft YaHei UI";
    color: #fff;
    margin-bottom: 15px;
    overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; 
}


.product .product-list .adv-box .adv-con p {
    height: 0;
    overflow: hidden;
    font: 400 15px/25px "Microsoft YaHei UI";
    color: #ffffff;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.product .product-list .adv-box .adv-con p a{
    color: #fff;
}
.product .product-list .adv-box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product .product-list .adv-box:hover .adv-con p {
    height: 40px;
}

.qie {
    margin-top: 60px;
}


.xinwen {
    background: #fff;
}


.product .news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
}

@media (max-width: 992px) {
    .product .news-list {
        display: block;
        margin-top: 30px;
    }
}

/* .product-list { position: relative; }
.product-list .product-list-container { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.product-list .product-list-container { opacity: 0; visibility: hidden; transition: all .5s ease; }
.product-list .product-list-container.active { position: static; opacity: 1; visibility: visible;  } */
.product .news-list .news-con {
    width: 31%;
    float: left;
    background: #e8f2f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
}

@media (max-width: 992px) {
    .product .news-list .news-con {
        width: 100%;
        margin-bottom: 10px;
    }
}

.product .news-list .news-con img {
    width: 100%;
}

.product .news-list .news-con .news-c {
    width: 90%;
}

@media (max-width: 992px) {
    .product .news-list .news-con .news-c {
        padding: 10px 0;
    }
}

.product .news-list .news-con .news-c h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.product .news-list .news-con .news-c h3 a {
    font: 400 18px/28px "Microsoft YaHei UI";
    color: #333333;
}

.product .news-list .news-con .news-c h3 a:hover {
    color: #80b400;
}

.product .news-list .news-con .news-c p {
    font: 400 13px/39px "Microsoft YaHei UI";
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 15px 0 20px;
}

@media (max-width: 1440px) {
    .product .news-list .news-con .news-c p {
        margin: 0px;
    }
}

.product .news-list .news-con .news-c span {
    display: block;
    font: 400 13px/26px "Microsoft YaHei UI";
    color: #999999;
}

.case {
    position: relative;
    margin-bottom: 35px;
}

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

.case .case-list img {
    width: 100%;
}

.case .case-t {
    position: absolute;
    right: 9%;
    bottom: -47px;
    width: 520px;
    background: #fff;
    z-index: 999;
    border-radius: 5px;
}

@media (max-width: 1200px) {
    .case .case-t {
        position: static;
        width: 100%;
    }
}

.case .case-t .case-w {
    padding: 35px 30px;
}

@media (max-width: 1200px) {
    .case .case-t .case-w {
        padding: 15px;
    }
}

.case .case-t .case-w p {
    font: 400 15px/30px "Microsoft YaHei UI";
    color: #666666;
}

.case .case-t .case-h {
    background: #298997;
    padding: 40px 50px;
    border-radius: 5px;
}

.case .case-t .case-h h2 {
    float: left;
    font: 400 36px/46px "Microsoft YaHei UI";
    color: #ffffff;
}

.case .case-t .case-h .case-arr {
    float: right;
    position: relative;
    margin-top: 25px;
}

.case .case-t .case-h .case-arr .swiper-button-next,
.case .case-t .case-h .case-arr .swiper-button-prev {
    position: static;
    width: 15px;
    height: 27px;
    background-size: 15px 27px;
    margin-top: -13.5px;
    outline: none;
}

.case .case-t .case-h .case-arr .swiper-button-next {
    float: right;
    background-image: url(//cdn.xypt.top/6fc97f55/21/04/a4e286b4c3b593b79ebfaa5be097f8558b1f07a3.png);
    margin-left: 15px;
}

.case .case-t .case-h .case-arr .swiper-button-prev {
    float: left;
    background-image: url(//cdn.xypt.top/6fc97f55/21/04/0d595780ed8f31c6c35ff8a31397943ab9882e0b.png);
    margin-right: 15px;
}





/**/
.n-list1 {
    border-top: 1px solid #e6e6e6;
    margin-top: 1%;
    padding-top: 2%;
}

.n-list1 li {
    float: left;
    width: 48%;
    padding: 22px 0;
    border-bottom: 1px solid #e6e6e6;
}

.n-list1 li:nth-of-type(5) {
    border-bottom: none;
}

.n-list1 li:nth-of-type(6) {
    border-bottom: none;
}

.n-list1 li:nth-child(2n) {
    float: right;
}

.n-list1 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.n-list1 li a .date {
    width: 15.44502617801047%;
    background: #53b5c3;
    text-align: center;
    color: #fff;
    padding: 2% 0;
}

.n-list1 li a .date .d1 {
    font-size: 30px;
}

.n-list1 li a .date .d2 {
    font-size: 18px;
    padding-top: 1%;
}

.n-list1 li a .wz {
    width: 81.04575163398693%;
}

.n-list1 li a .wz .w1 {
    color: #595858;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.n-list1 li a .wz .w2 {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
}

.n-list1 li a .wz .w3 {
    color: #777777;
    font-size: 14px;
}

.n-list1 li:hover a .wz .w1 {
    color: #53b5c3;
}

.himg1 {
    margin-top: 2%;
    margin-bottom: 5%;
}

.himg1 p img {
    max-width:100%; height:auto !important;width:auto !important;
}


p {
    margin: 0;
}


.link {
    margin: 10px 0;
}

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

.foot-bg {
    background: #79aa00;
    padding: 2% 0;
    padding-bottom: 1%;
}

.foot-index {
    display: flex;
    justify-content: space-between;
}

.foot-index .foot1 {
    width: 16.5%;
}

.foot-index .foot1 h3 {
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
    padding-bottom: 10px;
}

.foot-index .foot1 .fnav a {
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    line-height: 36px;
    display: inline-block;
    width: 50%;
}

.foot-index .foot2 {
    width: 35%;
}

.foot-index .foot2 h3 {
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
    padding-bottom: 10px;
}

.foot-index .foot2 ul li {
    display: inline-block;
    width: 49%;
}

.foot-index .foot2 ul li a {
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    line-height: 36px;
    white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.foot-index .foot3 {
    width: 30%;
}

.foot-index .foot3 h3 {
    color: #fff;
    font-size: 22px;
    padding-bottom: 10px;
}

.foot-index .foot3 p {
    color: #ffffff;
    font-size: 14px;
    line-height: 36px;
}

.foot-index .foot3 p a {
    color: #ffffff;
}

.foot-index .foot4 {
    /*width: 15.11335012594458%;*/
    width: 20%;
    text-align: center;
    color: #fff;
}

.foot-index .foot4 p {
    line-height: 40px;
}

.foot-index .foot4 img {
    max-width: 90%;
}

.foot-cop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 1);
    margin-top: 1%;
    padding-top: 1%;
}

.foot-cop a {
    color: rgba(255, 255, 255, 1);
}


/*ÃƒÂ¦Ã¢â‚¬Â°Ã¢â‚¬Â¹ÃƒÂ¦Ã…â€œÃ‚ÂºÃƒÂ¥Ã‚ÂºÃ¢â‚¬Â¢ÃƒÂ©Ã†â€™Ã‚Â¨*/
@media(max-width: 1200px) {
    
    
    .product .product-list .adv-box .adv-con h3{
        font-size:20px;
    }
    .xypg-right-content {
        overflow: hidden;
    }

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

    .xinwen .product-title>.wrapper {
        display: block;
    }

    .nsort {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .db {
        display: block !important;
    }

    .product .product-list .product-box {
        margin-bottom: 20px;
        width: 48%;
    }

    .product .product-list .product-box h3 a {
        font-size: 14px;
    }

    .case {
        margin-bottom: 0;
    }

    .product .product-list .adv-box .adv-con h3 {
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .n-list1 li {
        float: none;
        width: 100%;
    }

    .n-list1 li:nth-child(2n) {
        float: none;
        width: 100%;
    }

    .n-list1 li a .wz .w1 {
        font-size: 14px;
    }

    .n-list1 li a .wz .w2 {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .n-list1 li a .wz .w2 {
        margin: 5px 0;
        line-height: 18px;
    }

    .n-list1 li a .wz .w3 {
        font-size: 12px;
    }

    .n-list1 li a .date .d1 {
        font-size: 18px;
    }

    .n-list1 li a .date .d2 {
        font-size: 14px;
    }

    .foot-index {
        display: block;
    }

    .foot-index .foot3 {
        width: 100%;
    }

    .foot-cop {
        display: block;
    }
}

.dbb {
    height: 50px;
}


@media(max-width: 640px) {
    .xinwen .product-title .wrapper {
        display: block;
    }

    .nsort li a {
        width: 100px;
    }

    .product-title>.wrapper .nmore a {
        display: none;
    }

    .qie {
        margin-top: 0;
    }

}

/*phone底部导航*/

li {
    list-style: none;
}

.q_d_m {
    float: left;
    width: 100%;
    height: 50px;
}

.pf_down {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    background: #191919;
    z-index: 999;
    border-top: 1px solid #fff;
}

.pf_down li {
    width: 33.333333%;
    float: left;
    text-align: center;
    padding: 7px 0 4px 0;
    border-right: 1px solid #fff;
}

.pf_down li .ico7 {
    width: 100%;
    float: left;
    height: 20px;
}

.pf_down li .d_name {
    width: 100%;
    float: left;
    margin-top: 4px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}

.pf_down li.l1 .ico7 {
    background: url(//static.xypt.net.cn/1ec8b793/21/07/050ec8baa3c0b6720ced14fddafabc6781b15fb2.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l2 .ico7 {
    background: url(//static.xypt.net.cn/1ec8b793/21/07/b27782d5783d04829e7b11078996191b9621ad90.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l3 .ico7 {
    background: url(//static.xypt.net.cn/1ec8b793/21/07/dabfb34b65dc90b620476dd6656a57cea9a54948.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li:nth-child(3n) {
    border: none;
}

@media(max-width:768px) {
    .foot-bg {
        padding-bottom: 20%;
    }
}