* {
    margin: 0;
    padding: 0;
}

body,
ul,
ol,
li,
p,
span,
a,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
tr,
dl,
dd,
select,
option,
input {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}



a {
    text-decoration: none !important;
}

input,
textarea {
    outline: none;
}

video {
    width: 100%;
}



.menu-nav {
    transition: all .3s;
}

.border-none {
    border: none;
}

.block {
    display: block;
}

.none {
    display: none;
}

.xs-show {
    display: none !important;
}

.no-margin {
    margin: 0;
}


.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.wrap {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0;
}

.cor-md-1 {
    width: 100%;
}

.cor-md-2 {
    width: 47%;
    margin: 1.5%;
}

.cor-md-3 {
    width: 30.333333%;
    margin: 1.5%;
}

.cor-md-4 {
    width: 22%;
    margin: 1.5%;
}

.cor-md-5 {
    width: 17%;
    margin: 1.5%;
}

.cor-md-6 {
    width: 13.666666%;
    margin: 1.5%;
}

.md-pa-20 {
    padding: 20px 0;
}

.md-ma-20 {
    margin: 20px 0;
}

.md-pa-to-20 {
    padding-top: 20px;
}

.md-pa-bo-20 {
    padding-bottom: 20px;

}

.md-ma-to-20 {
    margin-top: 20px;
}

.md-ma-bo-20 {
    margin-bottom: 20px;

}

.md-pa-to-50 {
    padding-top: 50px;
}

.md-pa-bo-50 {
    padding-bottom: 50px;

}

.md-ma-to-50 {
    margin-top: 50px;
}

.md-ma-bo-50 {
    margin-bottom: 50px;

}

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

}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.align-items-center {
    align-items: center;

}

.align-items-start {
    align-items: flex-start;

}

.align-items-end {
    align-items: flex-end;

}

.align-items-baseline {
    align-items: baseline;

}

.align-items-stretch {
    align-items: stretch;

}

.no-wrap {
    flex-wrap: nowrap;

}

.text-indent {
    text-indent: 2em;
}

.wrap-reverse {
    flex-wrap: wrap-reverse;
}

.enlarge,
.shadow,
.up,
.rotate {
    transition: all .8s !important;
}

.enlarge:hover {
    transform: scale(1.1);
}


.up:hover {
    transform: translateY(-10px);
}


.shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px #999;

}

ul li:hover .rotate {
    transform: rotateY(360deg);
}


.img-box {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 100%
}


.img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

img {
    max-width: 100%;
}

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

header {
    width: 100%;
    transition: top .3s;
    position: relative;
    z-index: 999;
}

header .logo {
    width: 20%;
}

header.active {
    top: 0;
}

header>.header-flex>.wrap>ul {
    display: flex;
    justify-content: space-between;
    width: 65%;
}



.hover-ul {
    display: none;
}



.big-banner .banner1-phone {
    display: none;
}


.header-flex {
    max-width: 1200px;
    margin: 0 auto;
}

.header-img {
    width: 30%;
}




.list-unstyled>li {
    width: calc(100%/6);
    text-align: center;
    position: relative;
}


.hover-ul {
    width: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, 0);
}

.hover-ul>li {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.hover-ul>li>a {
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 32px;
    width: 100%;
    display: block;
}

.hover-ul>li>a:hover {
    background-color: rgb(1, 143, 250);
    color: #fff;
}

.phone {
    width: 100%;
    background-color: #fff;
    display: none;
}

.phone-ul-img {
    width: 330px;
    height: 100px;
}

.phone-nav #span1 {
    position: relative;
    transition: all .2s;
}

.phone-nav #span2 {
    position: relative;
    transition: all .3s;
}

.phone-flex {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.phone-nav {
    margin-top: 14px;
}

.phone-text {
    color: rgb(1, 143, 250);
    font-size: 20px;
    font-weight: bold;
}

.phone-ul {
    position: absolute;
    right: 0;
    z-index: 10;
    display: none;
    width: 35%;
    text-align: center;
    z-index: 9999999;
}

.phone-ul li {
    width: 100%;
    background-color: #ffff;
    border: 1px solid #eeee;
    line-height: 30px;
    color: #000;
    text-align: center;
    opacity: .8;
    filter: alpha(opacity=80);
    /* IE */
    -moz-opacity: 0.8;
    /* 老版Mozilla */
    -khtml-opacity: 0.8;
    /* 老版Safari */
}

.phone-ul li a {
    color: #000;
    text-decoration: none !important;
    font-size: 14px;
    display: block;
    width: 100%;
}

.phone-ul li:hover {
    background-color: rgb(1, 143, 250);
    color: ivory;
}

.phone-ul li:hover a {
    color: #fff;
}

.phone span {
    display: block;
    width: 21px;
    height: 7px;
    border-bottom: 3px solid rgb(1, 143, 250);
}

.banner1 {
    padding-top: 34%;
}

.banner1-img {
    background: url(images/文字1.png) no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.banner .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 45px;
    z-index: 1;
    width: 100%;
    font-size: 0;
}

.banner .swiper-pagination span {
    margin: 0 5px;
    width: 14px;
    background-color: #333333;
    height: 14px;
    border-radius: 50%;
}


.hot {
    width: 100%;
    height: 58px;
    background: #000;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    border-top: solid 2px #fff;
}

.hot .row div a {
    display: block;
    color: #fff;
    padding: 8px 0;
}

.hot>.qr-box {
    position: fixed;
    left: 50%;
    bottom: 7%;
    transform: translate(-50%, 0);
    width: 95%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 0;
    display: none;
    box-shadow: 0 0 5px #666;

}

.hot>.qr-box .qr-img {
    width: 120px;
}

.hot h6 {
    font-size: 12px;
    line-height: 20px;
}

.list-unstyled>li>a {
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: rgba(0, 0, 0);
    display: inline-block;
    text-align: center;
    line-height: 76px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}



.list-unstyled>li:hover>a {
    background-color: rgb(1, 143, 250);
    color: #fff;
}
.list-unstyled>li.on>a {
    background-color: rgb(1, 143, 250);
    color: #fff;
}

.top {
    height: 29px;
    background-color: #eeeeee;
}

.top ul {
    display: flex;
    justify-content: space-between;
    line-height: 29px;
}

.top ul li {
    font-size: 14px;
}

.top ul li a {
    color: #333;
}

.about-title span {
    font-family: 微软雅黑;
    font-size: 35px;
    font-weight: bold;
    font-style: normal;
    color: rgb(0, 0, 0);
    background-color: transparent;
    line-height: 38px;
    text-decoration: none;
}

.about-title p {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    color: rgb(230, 35, 27);
    background-color: transparent;
    line-height: 30px;
    text-decoration: none;

}

.about-left-txt {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(51, 51, 51);
    background-color: transparent;
    line-height: 24px;
    text-decoration: none;
    text-align: left;
}

.about-left>span {
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    color: rgb(1, 143, 250);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
    margin-top: 12px;
    display: block;
}

.about-left {
    width: 81%;
    border-style: solid;
    border-color: rgb(1, 143, 250);
    border-width: 4px;
    box-shadow: 0px 0px 10px 1px transparent;
    padding: 65px 206px 40px 40px;
    position: relative;
}

.about-left>img {
    position: absolute;
    left: 2%;
    top: -19%;
    max-width: 6.8%;
}

.about>.wrap>.flex {
    position: relative;
    margin-top: 50px;
}

.about-right {
    width: 34%;
    position: absolute;
    right: 0;
}

.about {

    padding: 50px 0;
}

.about-right img {
    transition: all .6s;
}

.about-right img:hover {
    transform: translateY(-5px);
}

.about-title {
    padding-left: 10%;
}

.advantage-left-txt {
    font-family: 微软雅黑;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: transparent;
    line-height: 36px;
    text-decoration: none;
    text-align: left;
}

.advantage-left-txt p {
    font-family: 微软雅黑;
    font-size: 35px;
    font-weight: bold;
    font-style: normal;
    color: rgb(230, 35, 27);
    background-color: rgba(0, 0, 0, 0);
    line-height: 40px;
    text-decoration: none;
    text-align: left;
}

.advantage-left>span {
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0);
    line-height: 26px;
    text-decoration: none;
    text-align: left;
    margin-top: 213px;
    display: block;
}

.advantage-left {
    background-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 4px;
    box-shadow: 0px 0px 10px 1px transparent;
    padding: 19px 0px 64px 15px;
    position: relative;
    width: 37%;
}

.advantage>.wrap>.flex {
    position: relative;
}

.advantage {
    padding: 35px 0;
}

.advantage-left>img {
    position: absolute;
    right: -49%;
    top: 53%;
    transform: translate(0, -50%);
    display: block;
    width: 100%;
}

.advantage-right ul li span {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    color: rgb(51, 51, 51);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
}

.advantage-right-txt {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(51, 51, 51);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
    margin-top: 10px;
}

.advantage-right ul{
    margin-bottom: 40px; line-height:34px;
}

.public-title span {
    display: block;
    font-family: 微软雅黑;
    font-size: 35px;
    font-weight: bold;
    font-style: normal;
    color: rgb(51, 51, 51);
    background-color: transparent;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
}

.public-title p {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    color: rgb(230, 35, 27);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
    margin-top: 14px;
}

.public-title {
    padding: 45px 0;
}

.factor ul li a {
    display: block;
    width: 100%;
    text-align: center;
}

.factor ul li a span {
    font-family: 微软雅黑;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    color: rgb(51, 51, 51);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
    display: block;
    margin-top: 13px;
}

.factor ul li a .factor-txt {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(153, 153, 153);
    background-color: transparent;
    line-height: 22px;
    text-decoration: none;
    text-align: center;
    margin-top: 13px;
}

.factor ul li a img {
    max-width: 18.5%;
}

.factor ul li {
    margin-bottom: 4%;
}

.factor ul .teshu {
    margin-bottom: 14%;
}

.factor>.wrap {
    position: relative;
}

.factor>.wrap>a>img {
    position: absolute;
    left: 50%;
    top: 56%;
    transform: translate(-50%, -50%);
    transition: all .6s;
    display: block;
}

.factor>.wrap {
    max-width: 1250px;
}

.product ul li a span {
    display: block;
    font-size: 16px;
    font-family: 微软雅黑;
    font-style: normal;
    color: rgb(230, 35, 27);
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product ul li a .img-box {
    padding-top: 95%;
    border-color: rgb(1, 143, 250);
    border-style: solid;
    border-width: 4px;
}

.product ul li {
    background-color: #fff;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
}

.news ul li a .s1 {
    display: block;
    width: 80px;
    padding: 20px 0;
    text-align: center;
    background: #F2F2F2;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-right: 15px;
    font-size: 14px;
    font-family: 微软雅黑;
    font-style: normal;
    color: rgb(0, 0, 0);
    text-align: center;

}

.news {
    padding-bottom: 35px;
}

.news ul li a .s2 {
    font-size: 16px;
    font-family: 微软雅黑;
    font-style: normal;
    color: #000000;
    font-weight: bold;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 13;
    -webkit-box-orient: vertical;

}
	.news ul li a .s4{ height:38px; line-height:38px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:16px; display:block}
	.news ul li a .s3{ font-size:14px; font-weight:normal; line-height:30px; height:60px; overflow:hidden; margin-top:6px; display:block}

.news ul li {
    border-bottom: 1px dashed #ddd;
    padding: 8px 0;
    margin-top: 2px;
    margin-bottom: 30px;
}

.contact .public-title span {
    color: #fff;
}

.contact>.wrap {
    max-width: 890px;
}

.contact-left {
    width: 49%;
}

.contact-left .img-box {
    padding-top: 205%;
    background-color: #fff;
}

.contact-right {
    width: 49%;
}

.contact-right form input,
.contact-right form textarea {
    padding-left: 10px;
    border-color: #dcdcdc;
    background-color: #F7F9FB;
    line-height: 46px;
    border: none;
    width: 100%;
    margin-bottom: 13px;
}

.contact-right form .int1 {
    width: 55%;
}

.contact-right form .int2 {
    padding: 0;
    font-size: 16px;

}



.contact-right form input,
.contact-right form textarea::-webkit-input-placeholder {
    font-size: 16px;
}

.contact>.wrap {
    position: relative;
}

.contact>.wrap .img {
    position: absolute;
    left: -12%;
    top: 28%;
    transform: translate(-50%, -50%);
}

.aboutus-title {
    font-family: 微软雅黑;
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    color: rgb(0, 0, 0);
    background-color: transparent;
    line-height: 28px;
    text-decoration: none;
    text-align: center;
    padding: 40px 0;
}

.aboutus-txt  {
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: rgb(0, 0, 0);
    background-color: transparent;
    line-height: 36px;
    text-decoration: none;
    text-align: left;
}

.aboutus {
    padding-bottom: 50px;
}

.product1-nav-ul li {
    width: calc(100%/8);
    margin: 1%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product1-nav-ul li a {
    display: block;
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: rgb(1, 143, 250);
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    line-height: 50px;
    padding: 0 5px;
}

.product1-ul li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: rgb(0, 0, 0);
    text-decoration: none;
    line-height: 30px;
    text-align: center;
    height: 60px;
    padding: 0 5px;
}

.product1-ul li {
    background: #fff;
    margin-bottom: 10px;
    box-sizing: border-box;
    box-shadow: -2px 5px 10px #eee;
    float: left;
    border-radius: 6px;
}

.product1 {
    padding-bottom: 50px;
}

.contact1-txt {
    font-family: 微软雅黑;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    color: rgb(0, 0, 0);
    background-color: transparent;
    line-height: 29px;
    text-decoration: none;
    text-align: left;
}

.contact1-txt span {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    color: rgb(0, 0, 0);
    background-color: transparent;
    line-height: 29px;
    text-decoration: none;
    text-align: left;
    display: block;
}

.contact1 .map {
    width: 100%;
    height: 400px;
    margin-top:35px;
}

.contact1 {
    padding-bottom: 35px;
}

.news-show {
    width: 100%;
}

.news-show .txt-bt {
    font-size: 20px;
    color: #333;
    text-align: center;
    padding: 40px 0 5px 0; font-weight:bold; line-height:26px;
}

.news-show .txt-date {
    font-size: 13px;
    color: #333;
    text-align: center;
}

.news-show .txt-nr {
    line-height: 28px;
    font-size: 13px;
    color: #333;
    padding: 10px 0;
}


.page-show img {
    display: block;
    max-width: 100%;
    margin: 20px auto;
    text-align: center;
}
















/* 底部导航 */

.footer-nav ul li a {
    font-family: 微软雅黑;
    font-size: 14px;
    color: rgb(51, 51, 51);
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    display: block;
    text-align: center;
}

.footer-nav ul li a:hover {
    color: rgb(230, 35, 27);
}

.footer-nav {
    max-width: 550px;
    margin: 0 auto;
}

.footer-nav ul {
    display: flex;
    justify-content: space-around;
    padding: 12px 0;
}

.footer-nav ul .footer-li-none {
    border: none;
}

.footer-nav ul li {
    padding: 0 4px;
    width: 14.28%;
    text-align: center
}

/*  */

.footer-img {
    text-align: center;
    padding: 10px 0;
}



.footer-buttom {
    font-family: 微软雅黑;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: rgb(153, 153, 153);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
    padding: 12px 0;
}

.footer-buttom a {
    font-family: 微软雅黑;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: rgb(153, 153, 153);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
}





@media (max-width:1200px) {

    .container,
    .footer-content,
    .wrap {
        max-width: 96% !important;
    }






}








@media (max-width:769px) {
    header {
        display: none;
    }

    .xs-show {
        display: block !important;
    }

    .xs-hide {
        display: none !important;
    }

    .xs-pa-20 {
        padding: 20px 0 !important;
    }

    .xs-ma-20 {
        margin: 20px 0 !important;
    }

    .xs-pa-to-20 {
        padding-top: 20px !important;
    }

    .xs-pa-bo-20 {
        padding-bottom: 20px !important;

    }

    .xs-ma-to-20 {
        margin-top: 20px !important;
    }

    .xs-ma-bo-20 {
        margin-bottom: 20px !important;

    }

    .cor-xs-1 {
        width: 100% !important;
    }

    .cor-xs-2 {
        width: 47% !important;
        margin: 1.5% !important;
    }

    .cor-xs-3 {
        width: 30.333333% !important;
        margin: 1.5% !important;
    }

    .cor-xs-4 {
        width: 22% !important;
        margin: 1.5% !important;
    }

    .cor-xs-5 {
        width: 17% !important;
        margin: 1.5% !important;
    }

    .cor-xs-6 {
        width: 13.666666% !important;
        margin: 1.5% !important;
    }

    .top {
        display: none;
    }

    .top-nav {
        display: none;
    }

    .banner .swiper-pagination span {
        display: none;
    }

    .big-banner .banner1-phone {
        display: block;
        padding-top: 53%;
    }

    .big-banner .banner1 {
        display: none;
    }

    .phone {
        display: block;
    }

    .phone img {
        max-width: 60%;
        justify-content: space-between;
    }

    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }



    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }





    .page-left {
        width: 100%;
    }

    .page-right {
        width: 100%;
    }

    .page-left-img-text {
        display: none;
    }



    .page-left-img img {
        display: none;
    }



    .pro-title-phone-none {
        display: none;
    }

    .pro-ul {
        margin-top: 20px;
    }

    .pro-ul li {
        width: 47%;
        margin: 1.5%;
    }

    .pro-title .t1 {
        font-size: 16px;
    }

    .page-pro ul li {
        padding: 1px 0;
    }



    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }

    .certificate {
        padding-bottom: 20px;
    }


    .about-title span {
        font-family: 微软雅黑;
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
        color: rgb(0, 0, 0);
        background-color: transparent;
        line-height: 25px;
        text-decoration: none;
    }

    .about-title p {
        font-family: 微软雅黑;
        font-size: 12px;
        font-weight: bold;
        font-style: normal;
        color: rgb(230, 35, 27);
        background-color: transparent;
        line-height: 15px;
        text-decoration: none;
    }

    .about-left {
        width: 100%;
        border-style: solid;
        border-color: rgb(1, 143, 250);
        border-width: 4px;
        box-shadow: 0px 0px 10px 1px transparent;
        /* padding: 65px 206px 40px 40px; */
        position: relative;
        padding: 10px;
    }

    .about-right {
        position: relative;
        width: 100%;
    }



    .public-title span {
        display: block;
        font-family: 微软雅黑;
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
        color: rgb(51, 51, 51);
        background-color: transparent;
        line-height: 26px;
        text-decoration: none;
        text-align: center;
    }

    .public-title p {
        font-family: 微软雅黑;
        font-size: 12px;
        font-weight: bold;
        font-style: normal;
        color: rgb(230, 35, 27);
        background-color: transparent;
        line-height: 12px;
        text-decoration: none;
        text-align: center;
        margin-top: 5px;
    }

    .advantage-right ul li span {
        font-family: 微软雅黑;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        color: rgb(51, 51, 51);
        background-color: transparent;
        line-height: 22px;
        text-decoration: none;
        text-align: left;
    }

    .advantage-right-txt {
        font-family: 微软雅黑;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        color: rgb(51, 51, 51);
        background-color: transparent;
        line-height: 19px;
        text-decoration: none;
        text-align: left;
        margin-top: 2px;
    }

    .advantage-right ul {
        margin-bottom: 20px; line-height:24px; font-size:14px;
    }
	.advantage-right ul span{ font-size:16px !important;}

    .public-title {
        padding: 20px 0;
    }

    .advantage {
        padding: 0;
    }

    .product ul li a span {
        display: block;
        font-size: 14px;
        font-family: 微软雅黑;
        font-style: normal;
        color: rgb(230, 35, 27);
        font-weight: bold;
        line-height: 40px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .contact>.wrap .img {
        display: none;
    }

    .contact-left {
        width: 100%;
        text-align: center;
    }

    .contact-right {
        width: 100%;
        margin-top: 20px;
    }

    .contact {
        padding-bottom: 10px;
    }

    .news {
        padding-bottom: 0;
    }

    .footer-img img {
        max-width: 60%;
    }

    .about {
        padding: 20px 0;
    }

    .about>.wrap>.flex {
        position: relative;
        margin-top: 20px;
    }

    .factor>.wrap>a>img {
        display: none;
    }

    .factor ul li a img {
        max-width: 35.5%;
    }

    .factor ul li a span {
        font-family: 微软雅黑;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        color: rgb(51, 51, 51);
        background-color: transparent;
        line-height: 23px;
        text-decoration: none;
        text-align: center;
        display: block;
        margin-top: 6px;
    }

    .factor ul li a .factor-txt {
        font-family: 微软雅黑;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        color: rgb(153, 153, 153);
        background-color: transparent;
        line-height: 18px;
        text-decoration: none;
        text-align: center;
        margin-top: 6px;
    }

    .factor ul li {
        margin-bottom: 1.5%;
    }

    .factor ul .teshu {
        margin-bottom: 3%;
    }

    .news ul li {
        border-bottom: 1px dashed #ddd;
        padding: 8px 0;
        margin-top: 2px;
        margin-bottom: 20px;
    }

    .about-left-txt img,
    .about-left>span img {
        max-width: 6%;
    }


    .aboutus-title {
        font-family: 微软雅黑;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        color: rgb(0, 0, 0);
        background-color: transparent;
        line-height: 28px;
        text-decoration: none;
        text-align: center;
        padding: 20px 0;
    }

    .aboutus-txt p {
        font-family: 微软雅黑;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        color: rgb(0, 0, 0);
        background-color: transparent;
        line-height: 23px;
        text-decoration: none;
        text-align: left;
        text-indent: 2em;
    }

    .aboutus {
        padding-bottom: 20px;
    }

    .product1-nav-ul li {
        width: calc(100%/5);
        margin: 1%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .product1-nav-ul li a {
        display: block;
        font-family: 微软雅黑;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        color: rgb(255, 255, 255);
        background-color: rgb(1, 143, 250);
        line-height: 40px;
        text-decoration: none;
        text-align: center;
        border-radius: 5px;
        line-height: 36px;
        padding: 0 3px;
    }

    .product1-ul li a p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-family: 微软雅黑;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        color: rgb(0, 0, 0);
        text-decoration: none;
        line-height: 30px;
        text-align: center;
        height: 45px;
        padding: 0 3px;
    }

    .product1 {
        padding-bottom: 20px;
    }

    .contact1-txt span {
        font-family: 微软雅黑;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        color: rgb(0, 0, 0);
        background-color: transparent;
        line-height: 24px;
        text-decoration: none;
        text-align: left;
        display: block;
    }

    .contact1-txt {
        font-family: 微软雅黑;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        color: rgb(0, 0, 0);
        background-color: transparent;
        line-height: 22px;
        text-decoration: none;
        text-align: left;
    }

    .contact1 .map {
        width: 100%;
        height: 250px;
        margin-top: 20px;
    }

    .contact1 {
        padding-bottom: 20px;
    }

    .news ul li a .s2 {
        font-size: 14px;
        font-family: 微软雅黑;
        font-style: normal;
        color: #000000;
        font-weight: bold;
        width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 13;
        -webkit-box-orient: vertical;
    }
	.news ul li a .s4{ height:30px; line-height:30px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:15px; display:block}
	.news ul li a .s3{ font-size:12px; font-weight:normal; line-height:24px; height:48px; overflow:hidden; display:block}

    .news ul li a .s1 {
        display: block;
        width: 68px;
        padding: 15px 0;
        text-align: center;
        background: #F2F2F2;
        overflow: hidden;
        border: 1px solid #ddd;
        border-radius: 2px;
        margin-right: 15px;
        font-size: 12px;
        font-family: 微软雅黑;
        font-style: normal;
        color: rgb(0, 0, 0);
        text-align: center;
    }

    .footer-nav {
        display: none;
    }

    .footer-content {
        display: none;
    }

    .footer-buttom {
        padding: 20px 22px;
        font-size: 13px;
        color: #333;
        text-align: center;
        background: #eee;
    }

    .footer-buttom a {
        color: #333;
        font-size: 13px;
    }

    .footer-phone {
        background-color: #fff;
    }

    .footer-phone form {
        padding: 0 30px 0 30px;
    }

    .footer-phone form input {
        width: 100%;
        margin-bottom: 20px;
        height: 40px;
    }

    .footer-phone form .int2 {
        height: 80px;
    }

    .footer-phone form .int3 {
        background-color: #d9534f;
        color: #fff;
        border: none;
        outline: none;
    }

    .footer-phone form .int3:hover {
        background-color: #d43f3a;
    }


    .footer-phone form {
        display: block;
        border: 1px solid #fff;
    }

    .footer-phone-two {
        display: none;
    }

    .footer-phone form input {
        border: 1px solid #dcdcdc;
    }



}