.bgmax {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
html{
    overflow-x: hidden;
}
body{
    overflow-x: hidden;
}

@media (max-width: 1024px) {
    .mp {
        padding: 0 2vw;
    }
}

.mbw {
    width: 100%;
    overflow: hidden;
}

.mw1600 {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

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

.top1 {
    background: rgba(0, 0, 0, 0.41);
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 14px 0;
}

.top1 .head-index {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top1 .head-index .logo {
    width: 14%;
}

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

.top1 .head-index .dao {
    width: 68%;
}

.top1 .head-index .tel {
    font-size: 0.85rem;
    color: #fff;
    border-right: 1px solid #cbcfd5;
    padding-right: 7px;
    margin-right: 0px;
    width: 14%;
}

.top1.scroll .head-index .tel {
    color: #000;
}

.top1 .head-index .ss {
    position: relative;
    height: 21px;
    width: 21px;
    cursor: pointer;
    display: none;
}

.top1 .head-index .ss img+img {
    opacity: 0;
}

.top1 .head-index .ss.avtive img+img {
    opacity: 1;
}

.ss-bg {
    background: rgba(222, 7, 0, 0.5);
    padding: 16px 0;
    position: absolute;
    right: 0;
    top: 114px;
    display: none;
    width: 100%;
    z-index: 99;
}

/*#formsearch {*/
/*    background: #ffffff;*/
/*    width: 80%;*/
/*    margin: 0 auto;*/
/*}*/

/*@media(max-width:500px) {*/
/*    #formsearch {*/
/*        display: none;*/
/*    }*/
/*}*/

/*.xymob-seaerch-wz {*/
/*    color: #fff;*/
/*}*/

/*#formsearch input {*/
/*    line-height: 45px;*/
/*    height: 45px;*/
/*    background: none;*/
/*    border: none;*/
/*}*/

/*#formsearch input#keyword {*/
/*    text-indent: 10px;*/
/*    width: 95%;*/
/*    color: #979797;*/
/*    outline: none;*/
/*    font-size: 0.7rem;*/
/*}*/

/*#formsearch input#s_btn {*/
/*    background: #de0700;*/
/*    font-size: 0;*/
/*    width: 5%;*/
/*    outline: none;*/
/*    color: #fff;*/
/*    padding: 0;*/
/*    font-size: 0.7rem;*/
/*}*/

/*#formsearch ::-webkit-input-placeholder {*/
    /* WebKit, Blink, Edge */
/*    color: #979797;*/
/*}*/

/*#formsearch ::-moz-placeholder {*/
    /* Mozilla Firefox 4 to 18 */
/*    color: #979797;*/
/*}*/

/*#formsearch ::-moz-placeholder {*/
    /* Mozilla Firefox 19+ */
/*    color: #979797;*/
/*}*/

/*#formsearch ::-ms-input-placeholder {*/
    /* Internet Explorer 10-11 */
/*    color: #979797;*/
/*}*/

.x-header-right {
    float: right;
    margin-left: 10px;
    padding-left: 20px;
    text-align: center;
    position: relative;
    /* margin-top: 9px;*/
    width: 11%;
}

.x-header-right:before {
    /* content: '|'; */
    /* position: absolute; */
    /* left: 0; */
    /* top:0%; */
}

.x-header-right .ss_btn {
    width: 20px;
    height: 20px;
    background: url(../images/sss.png) no-repeat right center;
    cursor: pointer;
    line-height: 100px;
    height: 100px;
}

@media (max-width:1024px) {
    .x-header-right {
        /*display:none;*/
    }
}

.yy {
    position: relative;
}

.yu {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    padding-left: 0px;
    background: url("../images/yu_im1.png") no-repeat left center, url("../images/yu_im2.png") no-repeat right center;
    padding-right: 0px;
}

.yy a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    /* background: #de0700; */
    width: 27px;
    float: left;
}

.top1.scroll .head-index .yu {
    color: #000;
    font-size: 16px;
    cursor: pointer;
    padding-left: 0px;
    background: url("../images/yu_im1.png") no-repeat left center, url("../images/yu_im2.png") no-repeat right center;
    padding-right: 0px;
}

.yan {
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 9999;
    display: none;
}

.ad-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

.ad-bg .ad-index .ad-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 50px;
}

.ad-bg .ad-index .ad-list li {
    color: #fff;
}

.ad-bg .ad-index .ad-list li .img1 {
    padding-right: 40px;
}

.ad-bg .ad-index .ad-list li .img1 img {
    max-width: 100%;
}

.ad-bg .ad-index .ad-list li .wz h3 {
    font-size: 1.3365rem;
}

.ad-bg .ad-index .ad-list li .wz .w2 {
    font-size: 1.3365rem;
    padding-top: 10px;
}

.ad-bg .ad-index .ad-list li:hover .w2 {
    text-decoration: underline;
}

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

.logo2 {
    float: left;
    line-height: 75px;
    display: none;
}

.top1.scroll {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #fff;
    box-shadow: 0 5px 10px #666;
}

.top1.scroll .logo2 {
    display: block;
    width: 14%;
}

.top1.scroll .logo2 img {
    max-width: 100%;
    height: auto !important;
    width: auto !important;
}

.top1.scroll .logo {
    display: none;
}

.top1.scroll .ss {
    width: 21px;
    height: 21px;
}

.top1.scroll .x-menu>li>a {
    color: #000000;
}

.top1.scroll .x-menu>li>a:hover {
    color: #de0700;
}


/*  */

.box1 {
    background: url("../images/ab_bj.jpg");
    background-size: 100% 100%;
    padding: 5% 0;
}

.box1 .about-index {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px) {
    .box1 .about-index {
        display: block;
    }
}

.box1 .about-index .aboutl {
    width: 45%;
}

@media (max-width: 767px) {
    .box1 .about-index .aboutl {
        width: 100%;
    }
}

.box1 .about-index .aboutl .a1 {
    font-size: 0.7rem;
    width: 11.8rem;
    /*line-height: 2.5;*/
     line-height: 3.2;
    background: #de0700;
    color: #fff;
    text-align: center;
}

.box1 .about-index .aboutl .a2 {
    color: #231f20;
    font-size: 2.4rem;
    margin-top: 10px;
}

.box1 .about-index .aboutl .a3 {
    color: #808080;
    font-size: 0.8rem;
    line-height: 1.8;
    margin-top: 40px;
}
@media(max-width:992px){
    .box1 .about-index .aboutl .a3{
        margin-top:4vw;
    }
}
@media(max-width:640px){
    .box1 .about-index .aboutl .a3{
        font-size:12px;
    }
}


.box1 .about-index .aboutl .a4 {
    width: 65%;
    margin-top: 45px;
    display: none;
}

.box1 .about-index .aboutl .a4 .a4-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box1 .about-index .aboutl .a4 .a4-list li {
    text-align: center;
}

.box1 .about-index .aboutl .a4 .a4-list li .img1 img {
    max-width: 100%;
}

.box1 .about-index .aboutl .a4 .a4-list li h3 {
    font-size: 0.7rem;
    color: #808080;
    font-weight: bold;
    line-height: 3;
}

.box1 .about-index .aboutl .a4 .a4-list li:hover .img1 img {
    filter: invert(13%) sepia(100%) saturate(7492%) hue-rotate(14deg) brightness(92%) contrast(110%);
}

.box1 .about-index .aboutl .a4 .a4-list li:hover h3 {
    color: #de0700;
}

.box1 .about-index .aboutr {
    width: 50%;
}

.aboutr ul{
    display: block;
    width: 100%;
    overflow: hidden;
}
.aboutr img {
    width: 100%;
}

@media (max-width: 767px) {
    .box1 .about-index .aboutr {
        width: 100%;
    }
}

.box1 .about-index .aboutr p img {
    max-width: 100%;
}

.box1 .honor-list {
    padding: 0 40px;
    margin-top: 50px;
}

.box1 .honor-list li a {
    display: block;
    margin: 0 2%;
}

.box1 .honor-list li a .img1 {
    border: 1px solid #cccccc;
    padding: 4px;
}

.box1 .honor-list li a .img1:hover {
    border: 1px solid #de0700;
}

.box1 .honor-list li a .img1 img {
    width: 100%;
}

.box1 .honor-list .slick-arrow {
    position: absolute;
    z-index: 99;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    top: 50%;
    cursor: pointer;
    outline: none;
    border: none;
    font-size: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.box1 .honor-list .slick-arrow.slick-prev {
    left: 0;
    background: url("../images/sl_jt1.png") no-repeat top center;
    background-size: 100% 100%;
}

.box1 .honor-list .slick-arrow.slick-next {
    right: 0;
    background: url("../images/sl_jt1.png") no-repeat top center;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    background-size: 100% 100%;
}

.p-index {
    margin-top: 3%;
}

.p-index .p1-1 {
    text-align: center;
    color: #333333;
    font-size: 1.8rem;
    font-weight: bold;
}

.p-index .p1-1 span {
    color: #de0700;
}

.p-index .p1-2 {
    font-size: 0.8rem;
    color: #666666;
    text-align: center;
    background: url("../images/xt1.png") no-repeat center center;
    margin-top: 10px;
}

.p-index .p1-3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 3%;
}

@media (max-width: 767px) {
    .p-index .p1-3 {
        display: block;
    }
}

.p-index .p1-3 .p1-3l {
    width: 65.5%;
}

@media (max-width: 767px) {
    .p-index .p1-3 .p1-3l {
        width: 100%;
    }
}

.p-index .p1-3 .p1-3l .p1-3l-1 .list1 li {
    position: relative;
}

.p-index .p1-3 .p1-3l .p1-3l-1 .list1 li a {
    display: block;
}

.p-index .p1-3 .p1-3l .p1-3l-1 .list1 li a .img1 {
    overflow: hidden;
}

.p-index .p1-3 .p1-3l .p1-3l-1 .list1 li a .img1 img {
    width: 100%;
    transition: 0.5s;
}

.p-index .p1-3 .p1-3l .p1-3l-1 .list1 li a .wenzi {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 5%;
    padding-top: 3%;
    background-color: rgba(0, 0, 0, 0.25);
}

.p-index .p1-3 li {
    overflow: hidden;
}

.p-index .p1-3 li a .wenzi {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    width: 100%;
    height: 100%;
}

.p-index .p1-3 li:hover a .wenzi {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.p-index .p1-3 .p1-3l .p1-3l-1 .list1 li a .wenzi b {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    font-family: "Impact";
}

.p-index .p1-3 .p1-3l .p1-3l-1 .list1 li a .wenzi span {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    padding: 1rem 0;
}

.p-index .p1-3 .p1-3l .p1-3l-1 .list1 li a .wenzi p {
    color: #fff;
    font-size: 0.8rem;
    line-height: 2;
}

.p-index .p1-3 .p1-3l .p1-3l-1 .list1 li a .wenzi .more {
    width: 138px;
    height: 39px;
    border: 1px solid #fff;
    line-height: 37px;
    color: #fff;
    font-size: 0.75rem;
    text-align: center;
    margin-top: 1.75rem;
}

@media(max-width:640px) {
    .p-index .p1-3 .p1-3l .p1-3l-1 .list1 li a .wenzi .more {
        display: none;
    }
    /*.p-index .p1-3 li a .wenzi {*/
    /*    transform: translateY(0);*/
    /*    -webkit-transform: translateY(0);*/
    /*}*/
}

.p-index .p1-3 .p1-3l .p1-3l-1 .list1 li:hover .img1 img {
    transform: scale(1.2);
}

.p-index .p1-3 .p1-3l .p1-3l-1 .list1 li:hover .wenzi b {
    color: #de0700;
}

.p-index .p1-3 .p1-3l .p1-3l-1 .list1 li:hover .wenzi .more {
    background: #de0700;
    border-color: #de0700;
}

.p-index .p1-3 .p1-3l .p1-3l-2 {
    margin-top: 0.65rem;
}

.p-index .p1-3 .p1-3l .p1-3l-2 .list1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-index .p1-3 .p1-3l .p1-3l-2 .list1 li {
    position: relative;
}

.p-index .p1-3 .p1-3l .p1-3l-2 .list1 li a {
    display: block;
}

.p-index .p1-3 .p1-3l .p1-3l-2 .list1 li a .img1 {
    overflow: hidden;
}

.p-index .p1-3 .p1-3l .p1-3l-2 .list1 li a .img1 img {
    width: 100%;
    transition: 0.5s;
}

.p-index .p1-3 .p1-3l .p1-3l-2 .list1 li a .wenzi {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 5%;
    padding-top: 5%;
    background-color: rgba(0, 0, 0, 0.25);
}

.p-index .p1-3 .p1-3l .p1-3l-2 .list1 li a .wenzi b {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    font-family: "Impact";
}

.p-index .p1-3 .p1-3l .p1-3l-2 .list1 li a .wenzi span {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    padding: 0.5rem 0;
}

.p-index .p1-3 .p1-3l .p1-3l-2 .list1 li a .wenzi p {
    color: #fff;
    font-size: 0.8rem;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.p-index .p1-3 .p1-3l .p1-3l-2 .list1 li a .wenzi .more {
    width: 138px;
    height: 39px;
    border: 1px solid #fff;
    line-height: 37px;
    color: #fff;
    font-size: 0.75rem;
    text-align: center;
    margin-top: 1.2rem;
}

@media(max-width:640px) {
    .p-index .p1-3 .p1-3l .p1-3l-2 .list1 li a .wenzi .more {
        display: none;
    }
}

.p-index .p1-3 .p1-3l .p1-3l-2 .list1 li:nth-of-type(1) {
    width: 45%;
    margin-right: 1%;
}

.p-index .p1-3 .p1-3l .p1-3l-2 .list1 li:nth-of-type(2) {
    width: 53%;
    margin-left: 1%;
}

.p-index .p1-3 .p1-3l .p1-3l-2 .list1 li:hover .img1 img {
    transform: scale(1.2);
}

.p-index .p1-3 .p1-3l .p1-3l-2 .list1 li:hover .wenzi b {
    color: #de0700;
}

.p-index .p1-3 .p1-3l .p1-3l-2 .list1 li:hover .wenzi .more {
    background: #de0700;
    border-color: #de0700;
}

.p-index .p1-3 .p1-3r {
    width: 33.4%;
}

@media (max-width: 767px) {
    .p-index .p1-3 .p1-3r {
        width: 100%;
        margin-top: 0.65rem;
    }
}

.p-index .p1-3 .p1-3r .list1 li {
    position: relative;
}

.p-index .p1-3 .p1-3r .list1 li a {
    display: block;
}

.p-index .p1-3 .p1-3r .list1 li a .img1 {
    overflow: hidden;
}

.p-index .p1-3 .p1-3r .list1 li a .img1 img {
    width: 100%;
    transition: 0.5s;
}
.p-index .p1-3 .p1-3l .p1-3l-1 .list1 li a .img1.imges img:nth-child(2),
.p-index .p1-3 .p1-3l .p1-3l-2 .list1 li a .img1.imges img:nth-child(2),
.p-index .p1-3 .p1-3r .list1 li a .img1.imges img:nth-child(2){
    display: none;
}

@media(max-width:768px){
    .p-index .p1-3 .p1-3l .p1-3l-1 .list1 li a .img1.imges img:nth-child(1),
    .p-index .p1-3 .p1-3l .p1-3l-2 .list1 li a .img1.imges img:nth-child(1),
    .p-index .p1-3 .p1-3r .list1 li a .img1.imges img:nth-child(1){
        display: none;
    } 
    .p-index .p1-3 .p1-3l .p1-3l-1 .list1 li a .img1.imges img:nth-child(2),
    .p-index .p1-3 .p1-3l .p1-3l-2 .list1 li a .img1.imges img:nth-child(2),
    .p-index .p1-3 .p1-3r .list1 li a .img1.imges img:nth-child(2){
        display: block;
    }
}

.p-index .p1-3 .p1-3r .list1 li a .wenzi {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 5%;
    padding-top: 5%;     
    background-color: rgba(0, 0, 0, 0.25);
}

.p-index .p1-3 .p1-3r .list1 li a .wenzi b {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    font-family: "Impact";
}

.p-index .p1-3 .p1-3r .list1 li a .wenzi span {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    padding: 1rem 0;
}

.p-index .p1-3 .p1-3r .list1 li a .wenzi p {
    color: #fff;
    font-size: 0.8rem;
    line-height: 2;
}

.p-index .p1-3 .p1-3r .list1 li a .wenzi .more {
    width: 138px;
    height: 39px;
    border: 1px solid #fff;
    line-height: 37px;
    color: #fff;
    font-size: 0.75rem;
    text-align: center;
    margin-top: 1.75rem;
}

@media(max-width:640px) {
    .p-index .p1-3 .p1-3r .list1 li a .wenzi .more {
        display: none;
    }

}

.p-index .p1-3 .p1-3r .list1 li:hover .img1 img {
    transform: scale(1.2);
}

.p-index .p1-3 .p1-3r .list1 li:hover .wenzi b {
    color: #de0700;
}

.p-index .p1-3 .p1-3r .list1 li:hover .wenzi .more {
    background: #de0700;
    border-color: #de0700;
}

.hxyy-index {
    margin-top: 5%;
}

.hxyy-index .p1-1 {
    text-align: center;
    color: #333333;
    font-size: 1.8rem;
    font-weight: bold;
}

.hxyy-index .p1-1 span {
    color: #de0700;
}

.hxyy-index .p1-2 {
    font-size: 0.8rem;
    color: #666666;
    text-align: center;
    background: url("../images/xt1.png") no-repeat center center;
    margin-top: 10px;
}

.hyyy-bg {
    background: url("../images/bj2.jpg") no-repeat top center;
    background-size: 100% 100%;
    margin-top: 3%;
    padding: 5% 0;
}

.hyyy-bg .hyyy-con .hyyy-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px) {
    .hyyy-bg .hyyy-con .hyyy-list {
        display: block;
        text-align: center;
        font-size: 0;
    }
}

.hyyy-bg .hyyy-con .hyyy-list li {
    background: rgba(255, 255, 255, 0.72);
    width: 24.2%;
    padding: 2.5rem 1.5rem;
}

@media (max-width: 767px) {
    .hyyy-bg .hyyy-con .hyyy-list li {
        width: 46%;
        display: inline-block;
        margin: 0 1%;
        margin-bottom: 2%;
    }
}

.hyyy-bg .hyyy-con .hyyy-list li a {
    display: block;
}

.hyyy-bg .hyyy-con .hyyy-list li a .img {
    width: 113px;
    height: 115px;
    overflow: hidden;
    margin: 0 auto;
}

.hyyy-bg .hyyy-con .hyyy-list li a .img img {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    position: relative;
    top: 0;
    width: 100%;
    height: 200%;
}

.hyyy-bg .hyyy-con .hyyy-list li a h3 {
    text-align: center;
    color: #000000;
    font-size: 1.4rem;
    padding: 1.75rem 0;
}

.hyyy-bg .hyyy-con .hyyy-list li a p {
    font-size: 0.8rem;
    color: #444444;
    text-align: center;
    line-height: 1.8;
}

.hyyy-bg .hyyy-con .hyyy-list li a .more {
    width: 123px;
    height: 43px;
    border: 1px solid #000;
    border-radius: 30px;
    margin: 0 auto;
    text-align: center;
    line-height: 41px;
    font-size: 0.8rem;
    color: #444444;
    margin-top: 1.75rem;
}

.hyyy-bg .hyyy-con .hyyy-list li:hover {
    background: rgba(222, 7, 0, 0.72);
}

.hyyy-bg .hyyy-con .hyyy-list li:hover a .img img {
    top: -115px;
}

.hyyy-bg .hyyy-con .hyyy-list li:hover a h3 {
    color: #fff;
}

.hyyy-bg .hyyy-con .hyyy-list li:hover a p {
    color: #fff;
}

.hyyy-bg .hyyy-con .hyyy-list li:hover a .more {
    border-color: #fff;
    color: #fff;
}

.news-index {
    margin-top: 5%;
}

.news-index .p1-1 {
    text-align: center;
    color: #333333;
    font-size: 1.8rem;
    font-weight: bold;
}

.news-index .p1-1 span {
    color: #de0700;
}

.news-index .p1-2 {
    font-size: 0.8rem;
    color: #666666;
    text-align: center;
    background: url("../images/xt1.png") no-repeat center center;
    margin-top: 10px;
}

.news-index .news-con {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border: 2px solid #f1f1f2;
    margin-top: 3%;
}

@media (max-width: 767px) {
    .news-index .news-con {
        display: block;
    }
}

.news-index .news-con .newsl {
    width: 30%;
}

@media (max-width: 767px) {
    .news-index .news-con .newsl {
        width: 100%;
    }
}

.news-index .news-con .newsl .n-list1 li{
    display: none;
}

.news-index .news-con .newsl .n-list1 li.cut{
    display: block;
}

.news-index .news-con .newsl .n-list1 li a {
    display: block;
}

.news-index .news-con .newsl .n-list1 li a .w11 {
    background-color: #de0700;
    padding: 1.5rem 1.25rem;
}

.news-index .news-con .newsl .n-list1 li a .w11 h3 {
    font-size: 0.8rem;
    color: #ffffff;
    display: block;
    overflow: hidden;
text-overflow: ellipsis; 
white-space: nowrap;
}

.news-index .news-con .newsl .n-list1 li a .w11 span {
    display: block;
    color: #ffffff;
    font-size: 0.8rem;
    margin-top: 1.25rem;
}

.news-index .news-con .newsl .n-list1 li a h4 {
    color: #666666;
    font-size: 0.6rem;
    background: #f7f7f7;
    line-height: 2;
    padding: 0 0.75rem;
    padding-top: 1.2rem;
    padding-bottom: 2.5rem;
}

.news-index .news-con .newsl .n-list1 li a .img1 img {
        display:block;
    max-width: 100%;
   width: 418px;
   height: 335px;
}
@media (max-width: 1400px) {
    .news-index .news-con .newsl .n-list1 li a .img1 img {
        width:29.857vw;
        height:23.9286vw;
    }
}
@media (max-width: 767px) {
    .news-index .news-con .newsl .n-list1 li a .img1 img {
        width: 70%;
        width:65.189vw;
        height:52.15vw;
        margin:0 auto;
    }
}

.news-index .news-con .newsr {
    width: 66%;
    margin-right: 1%;
}

@media (max-width: 767px) {
    .news-index .news-con .newsr {
        width: 100%;
        margin-right: 0;
    }
}

.news-index .news-con .newsr .nsort {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 1.25rem 0;
}

.news-index .news-con .newsr .nsort li {
    border-left: 5px solid #fff;
    margin-right: 3%;
    padding-left: 1rem;
}

.news-index .news-con .newsr .nsort li a {
    display: block;
    color: #000000;
    font-size: 1rem;
}

.news-index .news-con .newsr .nsort li.cur {
    border-left: 5px solid #de0700;
}

.news-index .news-con .newsr .nsort li.cur a {
    color: #de0700;
    font-weight: bold;
}

.news-index .news-con .newsr .nsort li:hover {
    border-left: 5px solid #de0700;
}

.news-index .news-con .newsr .nsort li:hover a {
    color: #de0700;
    font-weight: bold;
}

.news-index .news-con .newsr .nlist2 {
    position: relative;
}

.news-index .news-con .newsr .nlist2 li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
    height: auto !important;
    position: relative;
}

.news-index .news-con .newsr .nlist2 .tt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    display: block;
}

.news-index .news-con .newsr .nlist2 .tt.curs {
    position: relative;
    visibility: visible;
    opacity: 1;
}

.news-index .news-con .newsr .nlist2 li .nl {
    width: 84%;
    padding: 0 1rem;
    background: #ffffff;
}

.news-index .news-con .newsr .nlist2 li .nl a {
    display: block;
}

.news-index .news-con .newsr .nlist2 li .nl a b {
    display: block;
    color: #333333;
    font-size: 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.75rem 0;
}

@media(max-width:640px){
    .news-index .news-con .newsr .nlist2 li .nl a b{
        font-size:14px;
    }
}
@media(max-width:320px){
    .news-index .news-con .newsr .nlist2 li .nl a b{
        font-size:12px;
    }
}
.news-index .news-con .newsr .nlist2 li .nl a .newsms {
    color: #888888;
    font-size: 0.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    padding-bottom: 0.75rem;
}

.news-index .news-con .newsr .nlist2 li .nr {
    width: 16%;
    background: #e8e8ea;
    text-align: center;
    padding: 1rem 0;
}

.news-index .news-con .newsr .nlist2 li .nr .d1 {
    font-size: 2rem;
    color: #666666;
    font-weight: bold;
    font-family: "Arail";
    line-height: 1.2;
}

.news-index .news-con .newsr .nlist2 li .nr .d2 {
    font-size: 0.8rem;
    color: #666666;
    font-family: "Arail";
}

.news-index .news-con .newsr .nlist2 li:hover .nl {
    background: #f7f7f7;
}

.news-index .news-con .newsr .nlist2 li:hover .nl b {
    color: #de0700;
}

.news-index .news-con .newsr .nlist2 li:hover .nr {
    background: #de0700;
}

.news-index .news-con .newsr .nlist2 li:hover .nr .d1 {
    color: #fff;
}

.news-index .news-con .newsr .nlist2 li:hover .nr .d2 {
    color: #fff;
}

.tt {
    display: none;
}

.link-bg {
    background: url("../images/lin_ba.png") no-repeat top center;
    background-size: 100% 100%;
    margin-top: 3%;
    padding: 20px 0;
}

.link-bg span {
    color: #fff;
    font-size: 0.9rem;
    width: 25%;
    display: inline-block;
    text-indent: 4rem;
}

.link-bg a {
    color: #999999;
    font-size: 0.7rem;
    padding-right: 10px;
}

.foot-bg {
    background: #151c26;
    padding: 3rem 0;
}

.foot-bg .foot-index {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px) {
    .foot-bg .foot-index {
        display: block;
        text-align: center;
    }
}

.foot-bg .foot-index .logo1 img {
    max-width: 100%;
}
@media (max-width: 640px) {
    .foot-bg .foot-index .logo1 img {
    max-width: 40%;
}
}
.foot-bg .foot-index .lx {
    display: flex;
    flex-grow: 1;
    margin-left: 20%;
    margin-right: 10%;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .foot-bg .foot-index .lx {
        margin-top: 10px;
        margin-right: 0;
        margin-left: 0;
        justify-content: center;
    }
}

.foot-bg .foot-index .lx .footlink {
    color: #fff;
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.foot-bg .foot-index .lx .footlink a {
    color: #fff;
    font-size: 0.7rem;
}

@media (max-width: 767px) {
    .foot-bg .foot-index .lx .footlink a {
        min-width: 6em;
    }
}

@media (max-width: 640px) {
.foot-bg .foot-index .lx .footlink a{
    font-size:12px;
}
}


.foot-bg .foot-index .lx .dh {
    color: #fff;
    font-size: 0.6rem;
    line-height: 2;
    margin-top: 15px;
}

.foot-bg .foot-index .lx .mdh {
    color: #fff;
    font-size: 0.6rem;
    line-height: 2;
    margin-top: 15px;
    display: none;
}

@media(max-width:640px) {
    .foot-bg .foot-index .lx .dh {
        display: none;
    }
    .foot-bg .foot-index .lx .dh {
        font-size: 14px;
    }
    .foot-bg .foot-index .lx .mdh {
        display: block;
        font-size: 14px;
    }
}

.foot-bg .foot-index .erq img {
    /*max-width: 100%;*/
}

.footer {
    background: #151c26;
    border-top: 1px solid #2d333c;
    text-align: center;
    padding: 20px 0;
    color: #999999;
    font-size: 0.6rem;
    line-height: 1.5;
}

.footer a {
    color: #999999;
}

.backToTop {
    display: none;
    width: 50px;
    height: 50px;
    background: url("../images/back_top.png") no-repeat;
    position: fixed;
    bottom: 20%;
    cursor: pointer;
    right: 5%;
}

@media(max-width:991px) {
    .backToTop {
        display: none !important;
    }
}
@media(max-width:640px){
    .footer{
        font-size:11px;
    }
}

/* 小屏幕底部 */

@media(max-width:768px) {
    body {
        padding-bottom: 50px;
    }
}

li {
    list-style: none;
    cursor: pointer;
}

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

.pf_down {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    background: #de0700;
    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("../images/btn15.png") no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l2 .ico7 {
    background: url("../images/btn16.png") no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l3 .ico7 {
    background: url("../images/btn17.png") no-repeat center;
    background-size: 20px 20px;
}

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

/* 添加修改 */

.product-detail-tab .product-detail-tabli li:nth-child(n+2){
    display: none;
}


















