* {
    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%;

}

.border-none {
    border: none !important;
}

.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: 1200px;
    margin: 0 auto;
    padding: 0;
}

.content {
    max-width: 1170px;
    margin: 0 auto;
}

.content-two {
    max-width: 1070px;
    margin: 0 auto;
}

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

.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;
    background-color: #000;
    position: relative;
    z-index: 999;
}

header.active {
    top: 0;
}

header>.header-flex>.wrap>ul {
    display: flex;
    justify-content: space-between;
    margin-left: 43%;
}



.hover-ul {
    display: none;
}



.banner1-phone {
    display: none;
}


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

.header-img {
    width: 30%;
}




header>.header-flex>.wrap>ul>li:hover>a {
    background-color: rgb(0, 170, 126);
}

.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: 40px;
    width: 100%;
    display: block;
}

.hover-ul>li>a:hover {
    background-color: rgb(0, 170, 126);
    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: 16px;
}

.phone-text {
    color: rgb(0, 170, 126);
    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(0, 170, 126);
    color: ivory;
}

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

.phone span {
    display: block;
    width: 21px;
    height: 7px;
    border-bottom: 3px solid rgb(0, 170, 126);
}

.banner1 {
    padding-top: 21%;
}

.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: 12px;
    height: 12px;
    background: #fff;
    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-family: 微软雅黑;
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-style: normal;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    text-align: center;
    line-height: 36px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

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

.top-nav-left {
    display: flex;
    align-items: center;
    width: 51%;
    justify-content: space-between;
}

.top-nav-left img {
    max-width: 100%;
}

.top-nav-left ul {
    width: 100%;
}

.top-nav {
    z-index: 99;
    position: relative;

}

.top-nav-left>ul>li {
    padding: 0 5%;
    position: relative; line-height:64px;
}

.top-nav-left>ul>li>a {
    line-height: 50px;
    font-family: 微软雅黑;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: rgb(51, 51, 51);
    background-color: ;
    display: inline-block;
    text-align: center;
}




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

.top-nav-right {
    display: flex;
    align-items: center;
    width: 20%;
}

.top-nav-right form {
    width: 100%;
}

.top-nav-right form .int1 {
    width: 75%;
    display: block;
    line-height: 33px;
    border: 1px solid #ddd;
}

.top-nav-right form .int2 {
    width: 25%;
    display: block;
    line-height: 35px;
    border: none;
    background-color: #3385ff;

}

.top-nav-right form {
    position: relative;
}

.top-nav-right form img {
    position: absolute;
    right: 7%;
    top: 50%;
    transform: translate(0, -50%);
}

.about-left {
    width: 59%;
}

.about-left-box1 {
    width: 35%;
}

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

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

.public-title>p {
    font-family: Arial;
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    line-height: 32px;
    color: rgb(238, 238, 238);
    position: absolute;
    left: 50%;
    top: 7%;
    transform: translate(-50%, 0);
    width: 100%;
    z-index: -1;
}

.about-left-box2 {
    width: 60%;
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 26px;
    color: rgb(102, 102, 102)
}

.about-left-box2 a {
    width: 100px;
    line-height: 30px;
    display: block;
    font-family: 微软雅黑;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 170, 126);
    border-radius: 0px;
    box-shadow: transparent 0px 0px 10px 1px;
    margin-top: 2%;
}

.about-left-box1 .img-box {
    padding-top: 80%;
}

.about-right ul li a .s1 {
    width: 63%;
    font-family: 微软雅黑;
    color: rgb(51, 51, 51);
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.about-right ul li a .s2 {
    font-family: 微软雅黑;
    color: rgb(153, 153, 153);
    font-size: 12px;
    font-style: normal;
}

.about-right ul li {
    border-bottom: 1px dashed #e3e3e3;
    padding: 8px 0;
    height: 35px;
    margin-top: 2px;
}

.about-right {
    width: 36%;
}

.about {
    padding: 30px 0;
}

.public-title1>p {
    font-size: 40px;
}

.public-title1>span {
    font-size: 30px;
}

.product-title {
    font-family: 微软雅黑;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 44px;
    color: rgb(0, 170, 126);
    padding-left: 1%;

}

.product ul li {
    width: 22%;
    margin: 1.5%;
    box-shadow: 0 0 5px #666;
}

.product ul li .frame {
    font-family: 微软雅黑;
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-style: normal;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 50px;
    border-top: 1px solid #ddd;
    margin-top: 1%;
}

.product ul li .img-box {
    height: 100%;
    width: 100%;
    display: block;
    background-color: #fff;
}





.product ul li .img-box .img {
    max-width: 70%;
    position: absolute;
    left: 0;
    top: -16%;
    right: 0;
    bottom: 0;
    margin: auto;
}

.product1 {
    background: #EEE;
    padding: 20px 0;
}

.public-a {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 170, 126);
    margin: 20px auto;
}

.aboutus .wrap {
    background-color: #fff;
    padding: 20px;
}

.aboutus-left {
    width: 100%;
}

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

}

.aboutus-right {
    width: 48%;
}

.aboutus-right .img-box {
    padding-top: 68.5%;
}

.aboutus-bottom {
    padding: 25px 0;
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 26px;
    color: rgb(51, 51, 51);
}

.aboutus {
    padding: 30px 0;
}

.wrap1 {
    margin-top: 20px;
}

.culture-left-text {
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 50px;
    color: rgb(51, 51, 51);
}

.culture-right {
    width: 30%;
}



/* 本例子css */
.picMarquee-left {
    overflow: hidden;
    position: relative;

}

.picMarquee-left .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}

.picMarquee-left .hd .prev,
.picMarquee-left .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow.png") no-repeat;
}

.picMarquee-left .hd .next {
    background-position: 0 -50px;
}

.picMarquee-left .hd .prevStop {
    background-position: -60px 0;
}

.picMarquee-left .hd .nextStop {
    background-position: -60px -50px;
}



.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {

    float: left;

    overflow: hidden;
    text-align: center;
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
}

.picMarquee-left .bd ul li .pic img {
    width: 300px;
    height: 250px;
    display: block;
    padding: 2px;

}

.picMarquee-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picMarquee-left .bd ul li .title {
    line-height: 24px;
}

/* 结束 */
.range-txt {
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 36px;
    color: rgb(51, 51, 51);
}

.partner {
    padding-bottom: 20px;
}

.news1 .about-right {
    width: 100%;
}


.news1 .about-right ul li {
    margin-bottom: 20px;
}

#header {
    background-color: rgb(0, 170, 126);

}

#header>.header-flex>.wrap>ul {

    margin-left: 0;
}

#header .list-unstyled>li>a {
    line-height: 50px;
}

.nash-txt-box {
    margin-top: 30px;
}

.nash-txt-box>span {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 26px;
    color: rgb(0, 170, 126);
}

.nash-txt {
    margin-top: 10px;
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 36px;
    color: rgb(102, 102, 102);
}

.nash {
    padding-bottom: 50px;
}

.service-box {
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    line-height: 46px;
    color: rgb(0, 0, 0);
}

.service-txt {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 30px;
    color: rgb(51, 51, 51);
    margin-left: 3%;
}

.service-txt img {
    max-width: 7%;
}

.product {
    margin-top: 20px;
}

.contact-left input {
    display: block;
    width: 100%;
    line-height: 40px;
    padding-left: 10px;
    margin-bottom: 20px;
    border: 1px solid #dcdcdc;

}

.contact {
    padding-bottom: 40px;
}

.contact-left textarea {
    line-height: 40px;
    width: 100%;
    padding-left: 10px;
    margin-bottom: 20px;
    border: 1px solid #dcdcdc;
}

.contact-left {
    width: 32%;
}

.contact form .int {
    background-color: rgb(0, 170, 126);
    color: #fff;
    padding-left: 0;
    border: none;
    margin-bottom: 0;
}



.contact-right {
    border: 1px solid #333;
    width: 65%;
}

/* 产品详情 */
.cpxq {
    width: 100%;
    padding: 40px 0;
    display: block;
    overflow: hidden;
}

.cp_ce {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.cpxq .cp_l {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
}

.cpxq .cp_mai {
    width: 50%;
}

.cpxq .cp_mr {
    width: 50%;
}

.cp_l .cp_mai .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.cp_l .cp_mai .swiper-slide {
    background-size: cover;
    background-position: center;
}

.cp_l .cp_mai .small-top {
    height: 400px;
    width: 100%;
}

.cp_l .cp_mai .small-thumbs {
    height: 200px;
    box-sizing: border-box;
    padding: 10px 0;
}

.cp_l .cp_mai .small-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
    width: 176px;
}

.cp_l .cp_mai .small-thumbs .small-slide-thumb-active {
    opacity: 1;
}

.cp_l .cp_mai .swiper-button-next {
    background-color: #000000;
    opacity: 0.1;
}

.cp_l .cp_mai .swiper-button-prev {
    background-color: #000000;
    opacity: 0.1;
}

.cp_l .cp_mr .cp_tit {
    font-size: 24px;
    color: #121212;
    font-weight: 600;
}

.cp_mr .cp_ll {
    background-color: #FBFBFB;
    width: 100%;
    color: #666666;
    font-size: 16px;
    padding: 15px;
    margin-top: 20px;
}

.cp_r {
    width: 20%;
}

.cp_r .cp_rimg {
    text-align: center;
}

.cp_r .xw_rp {
    text-align: center;
    padding-bottom: 20px;
}

.cp_r .xw_look {
    position: relative;
    padding-left: 120px;
    color: #C8C7C4;
}

.cp_r .xw_look::after {
    width: 30px;
    height: 3px;
    display: block;
    background-color: #C8C7C4;
    content: "";
    position: absolute;
    top: 50%;
    left: 20%;
}

.cp_r .xw_look::before {
    width: 30px;
    height: 3px;
    display: block;
    background-color: #C8C7C4;
    content: "";
    position: absolute;
    top: 50%;
    right: 20%;
}

.cp_r .cp_ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.cp_r .cp_ul li {
    width: 220px;
    padding: 10px 0;
    border: 1px solid #BCBCBC;
    margin-bottom: 20px;
}

.cp_ul li a {
    display: block;
}

.cp_ul li .xw_mg {
    width: 200px;
    height: 150px;
    margin: 0 auto;
}

.cp_ul .xw_mg img {
    width: 100%;
    height: 100%;
    padding: 0 20px;
}

.cp_ul .xw_txt {
    width: 100%;
    text-align: center;
    color: #000000;
}

.cp_ul .xw_txt:hover {
    color: #00aaff;
}

.news-show {
    width: 100%; margin:40px auto; margin-top:0px;
}

.news-show .txt-bt {
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 10px 0; line-height:30px;
}

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

.news-show .txt-nr {
    line-height: 28px;
    font-size: 13px;
    color: #333;
    padding: 10px 0;
}
.news-show .txt-nr img{ max-width:100% !important; height:auto !important}
.news-show .txt-nr table{ width:100% !important; height:auto !important}
.news-show .txt-nr table auto{ width:auto !important; height:auto !important}

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

/*  */
.brand ul li {
    width: 30%;
    margin: 1.5%;
    text-align: center;
}

.brand ul li:nth-child(1) .frame {
    width: 100%;
    height: 380px;
    background-color: rgb(255, 249, 153);
    border-radius: 62% 62% 0 0;
}

.brand ul li:nth-child(2) .frame {
    width: 100%;
    height: 380px;
    background-color: rgb(198, 229, 150);
    border-radius: 62% 62% 0 0;
}

.brand ul li:nth-child(3) .frame {
    width: 100%;
    height: 380px;
    background-color: rgb(191, 216, 229);
    border-radius: 62% 62% 0 0;
}


.brand ul li .frame span {
    font-family: 微软雅黑;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    line-height: 26px;
    color: rgb(51, 51, 51);
    display: block;
    text-align: center;
    margin-top: 30px;
}

.brand ul li .frame img {
    max-width: 66%;
    margin-top: 50px;
    height: 78px;
}

.brand ul li .frame .frame-text {
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 30px;
    color: rgb(51, 51, 51);

    width: 85%;
    margin: 0 auto;
    margin-top: 30px;
}


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

.product .product-nav li a {
    display: block;
    text-align: center;
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    background-color: rgb(0, 170, 126);
    color: rgb(255, 255, 255);
    font-style: normal;
    line-height: 40px;
    border-radius: 10px;

}

.fenye-span {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 30px;
    color: rgb(51, 51, 51);


}

.air-left {
    width: 53%;
}

.air-right {
    width: 43%;
}

.air-right .img-box {
    padding-top: 62%;
}

.air-left-text {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 34px;
    color: rgb(102, 102, 102);
}

.air {
    margin-top: 20px;
}

.air-left1 {
    margin-top: 30px;
}

footer {
    background-color: rgb(50, 148, 214); margin-top:50px;
}

.footer-left {
    width: 48%;
}

.footer-left ul li {
    margin: 0.5 1.5%;
}

.footer-left-box {
    padding-left:0%;
}

.footer-left ul li a {
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 26px;
    color: rgb(238, 238, 238);
}

.footer-left ul li span {
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 26px;
    color: rgb(204, 204, 204);
}

.footer-left-box-img {
    background-color: #fff;
    text-align: center;
    width: 31%;
}

.footer-left-box-txt {
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 26px;
    color: rgb(255, 255, 255);
    width: 65%;
}


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

.footer-buttom a {
    color: #FFFFFF
}

.footer-right {
    width: 38%;
}

.footer-right-box1 {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 26px;
    color: rgb(255, 255, 255);
    width: 71%;
}

.footer-right-box2 {
    width: 29%;
}

footer>.wrap {
    padding: 20px 0;
}

@media (max-width:1200px) {

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






}








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

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

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

    .top {
        display: none;
    }

    .top-nav {
        display: none;
    }

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

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

    .banner1 {
        display: none;
    }

    .phone {
        display: block;
    }

    .phone img {
        max-width: 56%;
        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;
    }


    .product ul li {
        width: 47%;
        margin: 1.5%;
        box-shadow: 0 0 5px #666;
    }

    .about-left {
        width: 100%;
    }

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

    .about-left-box1 {
        width: 100%;
    }

    .about-left-box2 {
        width: 100%;
        margin-top: 20px;
    }

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

    .public-title>span {
        font-size: 22px;
        line-height: 26px;
    }

    .product-title {
        font-family: 微软雅黑;
        font-size: 16px;

        line-height: 40px;

        padding-left: 1.5%;
    }

    .public-title>p {
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0, 0);
        line-height: 22px;
        color: rgb(153, 153, 153);
    }

    .about {
        padding: 10px 0 20px 0;
    }

    .about-left-box2 a {
        width: 80px;
        line-height: 25px;

        margin: 0 auto;
        margin-top: 20px;

    }

    .public-a {
        display: block;
        width: 80px;
        height: 30px;
        line-height: 30px;
        font-family: 微软雅黑;
        font-size: 12px;
        margin: 20px auto;
    }

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





    .contact-map {
        height: 250px;
        width: 100%;
        border: 1px solid #eee;
        margin: 20px 0;
    }




    /* 本例手机 */

    .picMarquee-left .bd ul li .pic img {
        width: 130px;
        height: 90px;

        padding: 2px;
    }

    .picMarquee-left {
        width: 100%;

    }

    .picMarquee-left-two {
        margin-top: 20px;
    }

    /*  */
    .aboutus-left {
        width: 100%;

    }

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

    .aboutus-left-txt .xs-show {
        font-family: 微软雅黑;
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        text-align: left;
        line-height: 26px;
        color: rgb(102, 102, 102);
    }

    .aboutus-left-txt .xs-show span {
        display: block;
        font-family: 微软雅黑;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
        text-align: left;
        line-height: 26px;
        color: rgb(0, 170, 126);
    }

    .culture-right {
        width: 100%;
    }

    .range-txt p {
        margin-bottom: 0;
    }

    .range-txt {
        line-height: 22px;
        font-size: 12px;
    }

    .news1 .about-right ul li {
        margin-bottom: 8px;
    }

    .news1 .about-right {
        margin-top: 0;
    }

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

    .nash-txt-box {
        margin-top: 8px;
    }

    .nash-txt-box>span {

        font-size: 16px;

    }

    .nash-txt {
        margin-top: 5px;

        font-size: 14px;
        line-height: 24px;
    }

    .nash {
        padding-bottom: 20px;
    }

    .product {
        margin-top: 0;
    }

    .product1 {

        padding: 0 0 1px 0;
    }

    .contact {
        padding-bottom: 20px;
    }

    .contact-left {
        width: 100%;
    }

    .wrap1 {
        margin-top: 0;
    }

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

    /* 产品详情 手机*/
    .cpxq .cp_l {
        width: 100%
    }

    .cpxq .cp_mai {
        width: 100%;
    }

    .cpxq .cp_mr {
        width: 100%;
    }

    .cp_l .cp_mai .small-thumbs {
        height: 150px;
        box-sizing: border-box;
        padding: 10px 0;
    }

    .cp_l .cp_mai .small-thumbs .swiper-slide {
        height: 100%;
        opacity: 0.4;
        width: 33.333%;
    }

    /*  */



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



}