* {
    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%;
}
.pagin{position:relative; margin:20px; font-size:14px;}
.pagin .blue{color:#056dae;font-style:normal;}
.pagin .paginList{position:absolute;right:12px;top:0;}
.pagin .paginList .paginItem{float:left;}
.pagin .paginList .paginItem a{float:left;width:31px;height:28px;border:1px solid #DDD; text-align:center;line-height:30px;border-left:none;color:#3399d5;}
.pagin .paginList .paginItem:first-child a{border-left:1px solid #DDD;}
.pagin .paginList .paginItem:first-child a{border-bottom-left-radius:5px;border-top-left-radius:5px;}
.pagin .paginList .paginItem:last-child a{border-bottom-right-radius:5px;border-top-right-radius:5px;}
.pagin .paginList .paginItem.current,.pagin .paginList .paginItem.current a{background:#f5f5f5; cursor:default;color:#737373;}
.pagin .paginList .paginItem:hover{background:#f5f5f5;}
.pagin .paginList .paginItem.more,.pagin .paginList .paginItem.more a:hover{ cursor:default;}
.pagin .paginList .paginItem.more:hover{background:#FFF;}
.pagin .paginList .paginItem.more a{color:#737373;}
.message{ float:left; width:30%;margin-top:15px;}
.jlfanye{ /*float:right;*/ width:100%;}
.jlfanye a{ padding:5px;  border: solid 1px #dedede; /*float:left;*/ min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#f00;}
.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: 1200px;
    margin: 0 auto;
    padding: 0;
}
.index-wrap {
    max-width: 1800px;
    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;
}

.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: #efefef;
    position: relative;
    z-index: 999;
    border: 1px solid #efefef;
    border-left: none;
    border-right: none;
}

header.active {
    top: 0;
}

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



.hover-ul {
    display: none;
}



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


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

.header-img {
    width: 30%;
}

.header-box {
    padding: 2px 0;
    background-color: #f3d5d5;/*#0b984f;*/
}



.list-unstyled>li {
    width: calc(100%/6);
    text-align: center;
    position: relative;
    border: 1px solid #f3d5d5;
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.list-unstyled>li:nth-child(6) {
    border-right: 1px solid #f3d5d5;
}

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

.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: #ff8400;
    ;

    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: 0;
}

.phone-text {
    color: #0b984f;
    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: #0b984f;
    color: ivory;
}

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

.phone span {
    display: block;
    width: 21px;
    height: 7px;
    border-bottom: 3px solid #0b984f;
}

.banner1 {
    padding-top: 29.6%;
}

.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: 18px;
    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: 50px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.list-unstyled>li:hover {
    background-color: #ff8400;
    ;
}




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

.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: 48%;
    justify-content: space-between;
}

.top-nav-left>span {
    font-size: 24px;
    color: #000;
    margin-top: 3.2%;
}

.top-nav {
    padding: 20px 0;
}

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

.top-nav-right {

    width: 20%;
}

.top-nav-right-text {
    margin-left: 10px;
}

.top-nav-right-text p span {
    font-size: 25px;
    font-family: "宋体";
    font-weight: normal;
}

.top-nav-right-text>span {
    color: #333333;
    font-size: 16px;
}

.top-nav-right-text>p {
    color: #ff8400;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    font-family: " Arial";
}

.top-nav-middle ul li {
    text-align: center;
}

.top-nav-middle ul li p {
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.top-nav-middle {
    width: 25%;
}

/* 产品展示 */



.product1 {
    padding:   50px 0;
}

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

.page-left {
    width: 236px;
}

.page-pro {
    position: relative;
}

.pro-title {
    position: relative;
    padding: 38px 0;
   /* border: 2px solid #0b984f;*/
    border-bottom: none;

}

.pro-title:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
}

.pro-title .t1 {
    line-height: 26px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.pro-title .t2 {
    line-height: 16px;
    font-size: 24px;
    padding-top: 10px;
    color: #333;
    font-family: "Arial";
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.pro-title-t2-span1 {
    display: none;
}

.page-pro>ul {
    display: block;
   /* border: 2px solid #0b984f;*/
    border-top: none;
    background: #fff;
    padding: 10px 0;

}

.page-pro>ul>li {
    line-height: 40px;
    padding: 6px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.page-pro>ul>li>ul>li {
    line-height: 39px;
    padding: 6px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    border-bottom: 1px dashed #b8b8b8;
}

.page-pro>ul>li>a {
    font-size: 18px;
    color: #333;
    text-align: center;
    background-color: #efefef;
   /* border-radius: 20px;*/
    padding-left: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.page-pro>ul>li>a span {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-left: 6%;
}

.page-pro>ul>li>ul>li>a {
    display: block;
    color: #eee;
    padding-left: 15%;
    font-size: 16px;
    color: #2c2c2c;
}

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

.page-pro>ul>li>ul {
   /* display: none;*/
}



.page-pro>ul>li>a i {
    margin-left: 20px;
    color: #fff;
}

.page-right {
    width: calc(100% - 256px);
}

.index-page-right {
    width: calc(100% - 0px);
}

.page-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 58px;
}

.page-title .t1 {
    font-size: 24px;
    color: #333;
}

.pro-ul {
    display: flex;
    flex-wrap: wrap;
}

.pro-ul li {
    width: 23%;
    margin: 1%;
}

.pro-ul li a {
    display: block;
    text-align: center;
    transition: 0.5s;
}



.pro-ul li .pic {
    width: 100%;
    position: relative;
    border-top: none;
    overflow: hidden;
}

.product1 .pro-ul .frame {
    background-color: rgb(255, 132, 0, .6);
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    z-index: 9999;
    transition: all .6s;
}

.product1 .pro-ul li:hover .frame {
    left: 0;
}

.pro-ul li .pic .pro-img {
    transition: all .5s;
    overflow: hidden;
}

.pro-ul li:hover .pro-img {
    transform: scale(1.2);
}

.pro-ul li .txt {
    color: #333333;
    font-size: 16px;
    line-height: 50px;

}

.pro-ul li .pic .pro-img {
    position: relative;
    overflow: hidden;
}

.pro-ul li .pic .pro-img:before {
    content: "";
    display: block;
    padding-top: 93.6%;
}

.page-left-img img {
    margin-left: 2.3%;
    margin-top: 3%;
}

.page-left-img-text {
    margin-left: 2.3%;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 30px;
    font-size: 14px;
}

.page-left-img {
    border: 2px solid #dfdfdf;
}



.page-right .pro-ul li a .s1 {
    overflow: hidden;
    width: 63%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: left;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.page-right .pro-ul li a .s2 {
    font-size: 14px;
    color: #666666;
}

.page-right .swiper-wrapper img {
    max-width: 100%;
}

.page-right .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.page-right-title {
    width: 98%;
    margin: 0 auto;
    border-bottom: 1px solid #dbdbdb;
    line-height: 28px;
    position: relative;
    padding-bottom: 15px;
}


.page-right-title1 {
    font-size: 16px;
    color: #333333;
}

.page-right-title1>span {
    font-size: 16px;
    color: #333333;
}

.pro-ul1 {
    margin-top: 15px;
}

.page-right-title2 a {
    font-size: 16px;
    color: #333333;
}

.product1 {
    background-color: #efefef;
}

.product1 .frame-txt .frame-txt {
    text-align: center;
}

.product-back {
    background-color: #efefef;
}

.product1 .pro-title .t1 b {
    font-size: 52px;
    font-family: "Arial";
}

.product-back .public-title .pp {
    color: #e2e9e8;

}

.pro-ul li a .frame-txt p {
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    color: #333;
}

.pro-ul li a .frame .frame-txt-box {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.pro-ul li a .frame .frame-txt-box .frame-txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.page-left-txt {
    border: 2px solid #efefef;
    margin-top: 15px;
    padding: 15px;
    background-color:#fff;

}

.page-left-txt span {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    line-height: 43px;
}

.page-left-txt-p {
    line-height: 25px;
    font-size: 14px;
    color: #333333;
}

.product2 .page-pro>ul>li>a {
 
    color: #333333;
    background-color:#efefef;

}

.product2 .pro-title .t1 {
    color: #333;
}

.product2 .pro-title .t2 {
    color: #333;
    font-size: 20px;
}

.product2 .pro-title .t1 b {
    font-size: 52px;
    font-family: "Arial";
}

.product2 .pro-title .t1 span {
    line-height: 26px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.product2 .page-pro>ul {

    background: #fff;
}

.product2 .page-pro>ul>li>ul>li>a {

    color: #333;
}

.page-right-title-index {
    text-align: center;
    font-size: 20px;
    border: 1px solid #d7d7d7;
    line-height: 46px;
    border-radius: 20px;
    box-shadow: 0 0 5px #eee;
    width: 98%;
    margin: 0 0 45px 0;
}









/* 产品展示结束 */


.welcome-title {
    text-align: center;
    font-size: 24px;
    color: #333333;
    font-family: "Arial";
    line-height: 32px;
    text-transform: uppercase;
}

.welcome {
    padding-bottom: 50px;
}

.welcome-title span {
    line-height: 26px;
    font-size: 14px;
    color: #999999;
    font-family: "Arial";
    display: block;
}

.welcome-title p {
    font-size: 28px;
	font-weight:bold;
    color: #0b984f;
    line-height: 42px;
    font-family: "Microsoft Ya Hei UI";
}

.welcome-title {
    padding: 60px 0 50px 0;
}


.welcome ul li a {
    display: block;
    text-align: center;
}

.welcome ul li a span {
    line-height: 36px;
    display: block;
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.welcome ul li a p {
    line-height: 26px;
    display: block;
    font-size: 14px;
    color: #999999;
    text-align: center;
    margin-top: 3px;
    position: relative;
    padding-bottom: 15px;
}

.welcome ul li a p::before {
    display: block;
    content: "";
    background-color: #0b984f;
    position: absolute;
    width: 22%;
    height: 3px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}

.welcome ul li a {
    position: relative;
}

.welcome ul li a .img1 {
    position: absolute;
    top: 4%;
    right: -18%;
    z-index: -1;
}


.back-txt span {
    font-size: 30px;
    line-height: 55px;
    color: #fff;
    font-family: "HiraginoSansGb";
    font-weight: bold;
}

.back-txt p {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 45px;
    color: #fff;
    font-family: "HiraginoSansGb";
    font-weight: bold;
}

.back-img {
    text-align: center;
}

.back-left {
    width: 60%;
    padding-left: 2%;
}

.back-right {
    width: 40%;
    text-align: center;
}

.advantage-title .p1 {
    font-size: 36px;
    color: #333333;
    line-height: 48px;
    text-align: center;

}

.advantage-title .p1 span {
    font-size: 120px;
    color: #0b984f;
    font-weight: bold;
}

.advantage-title .p2 {
    text-transform: uppercase;
    font-size: 38px;
    color: #333333;
    text-align: center;
}

.advantage-title {
    padding: 40px 0 20px 0;
}

.advantage-txt {
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    margin-top: 20px;
}

.advantage ul li a {
    display: block;
    width: 137px;
    line-height: 38px;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    border: 2px solid #333333;
    margin-top: 40px;
}

.advantage ul li span {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.advantage-txt-box1 {
    margin-top: 45px;
}

.about {
    position: relative;
    z-index: -2;
}

.public-title span {
    font-size: 34px;
    font-weight: bold;
    line-height: 47px;
    display: block;
    text-align: center;
    color: #333;
}

.public-title {
    position: relative;
}

.public-title .img1 {
    position: absolute;
    right: 44%;
    top: 38%;
}

.public-title .img2 {
    position: absolute;
    left: 44%;
    top: 38%;
}

.public-title p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    text-align: center;
}

.public-title .pp {
    color: #9dbfe1;
    font-size: 63px;
    text-transform: uppercase;
    font-family: "Arial";
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
}

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


.about-txt-title span {
    font-size: 20px;
    color: #0b984f;
    font-weight: bold;
}

.about-txt-title {
    position: relative;
}

.about-txt-title p {
    /*font-size: 104px;
    color: #f7faf8;
    font-weight: bold;
    position: absolute;
    top: -21%;
    text-transform: uppercase;
    z-index: -1;*/

}

.about-txt {
    background-color: #ffff;
    width: 55%;
    padding: 98px 360px 98px 118px;
    position: relative;
    z-index: -2;



}

.about-txt-p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-top: 33px;


}

.about>.flex {
    position: relative;
}

.about>.flex .about-img img {
    position: absolute;
    top: 50%;
    left: 16%;
    transform: translate(0, -50%);
}


.case .public-title span {
    color: #0b984f;
}


.case .public-title p {
    color: #333333
}





.case .public-title .pp {
    color: #f4f9f5;
}



.public-title1 .img2 {
    position: absolute;
    left: 40%;
    top: 38%;
}

.public-title1 .img1 {
    position: absolute;
    right: 40%;
    top: 38%;
}

.case-middle-box>a {
    display: none;
}

.case-middle-box>.aa {
    display: block;
}

.case-left ul li a span {
    font-size: 20px;
    color: #333333;
    line-height: 32px;
    font-weight: bold;
}

.case-left ul li a p {
    text-transform: uppercase;
    font-size: 14px;
    color: #153;
    line-height: 26px;
}

.case {
    padding-bottom: 50px;
}

.case-left ul li a {
    padding: 12px 0;
    display: block;
    width: 100%;
    height: 80px;
    border: 2px solid #0b984f;
    padding-left: 32px;
}

.case-left ul li a:hover span {
    color: #fff;
}

.case-left ul li a:hover p {
    color: #fff;
}

.case-left ul li a:hover {
    background-color: #0b984f;

}

.case-left ul li {
    margin-bottom: 5px;
    margin-top: 5px;
}

.case-left {
    width: 25%;
}

.case-middle {
    width: 48.5%;
}


.case-right {
    width: 25%;
}

.case-right .img-box-fa {
    position: relative;
}

.case-right .frame {
    background-color: rgb(92, 90, 89, .6);
    position: absolute;
    bottom: 0;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.case-middle .img-box {
    padding-top: 72.2%;
}

.case-right .img-box {

    padding-top: 65%;
}

.case-right .img-box1 {
    margin-top: 30px;
}

.news {
    background-color: #e9f6ef;
}

.news .public-title span {
    color: #333;
}

.news .public-title .pp {
    color: #dce8e2;
}



.news .public-title p {
    color: #333333;
}

.news-left {
    width: 30%;
}

.news-left .img-box {
    padding-top: 62%;
}

.news-left .frame {
    background-color: #ffff;
    padding-left: 15px;
}

.news-left .frame span {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    display: block;
    line-height: 68px;
    border-bottom: 1px solid #f0f0f0;
}

.news-left .frame .txt {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 28px;
    margin-top: 20px;
}

.news-left {
    background-color: #fff;
}

.news-left a .anniu {
    width: 100px;
    line-height: 41px;
    font-size: 14px;
    color: #fff;
    background-color: #0b984f;
    text-align: center;
    margin: 28px 0;
}

.news-left a .anniu1 {
    width: 42px;
    line-height: 41px;
    font-size: 14px;
    color: #fff;
    background-color: #a9a9a9;
    text-align: center;
    margin: 28px 0;

}

.news-left1 .frame {
    background-color: #ffff;
    padding-left: 15px;
    padding-bottom: 10px;
}

.news-left1 ul li {
    margin-top: 13px;
    margin-bottom: 14px;
}

.news .news-left1 {
    width: 30%;
}

.news-left1 .frame span {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    display: block;
    line-height: 65px;
    border-bottom: 1px solid #f0f0f0;
}

.news-left1 .frame .txt {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 26px;
    margin-top: 16px;
}

.news {
    padding-bottom: 50px;
}

.contact .public-title .pp {
    color: #249e55;
}

.contact-left22 {
    height: 250px;
}

.contact-left {
    width: 49%;
}


.contact-right span {
    font-size: 20px;
    color: #fff;
}

.contact-right form input,
.contact-right form textarea {
    width: 100%;
    margin-bottom: 8px;
    line-height: 40px;
    padding-left: 10px;
}

.contact-right form .int {
    width: 25%;
    padding-left: 0;
    background-color: #ff8400;
    color: #fff;
    font-size: 16px;
    border: none;
}

.contact-right form {
    margin-top: 16px;
}

.contact {
    padding-bottom: 50px;
}









/* 产品轮播 */


.certificate {
    padding-bottom: 50px;
}

.certificate .banner3 {
    padding-top: 138%;
}

.certificate .banner2 {
    position: relative;
}

.certificate .banner2 .swiper-slide {
    width: 19%;
}




.certificate .swiper-button-prev {
    width: 45px;
    height: 45px;
    background-color: #0b984f;
    border-radius: 50%;
    position: absolute;
    left: -5%;
    background: url(../images/index-09038_03.png) no-repeat center center, #0b984f;
    outline: none;
}

.certificate .swiper-button-next {
    position: absolute;
    right: -5%;
    width: 45px;
    height: 45px;
    background-color: #0b984f;
    border-radius: 50%;
    background: url(../images/index-09039_03.png) no-repeat center center, #0b984f;
    outline: none;
}




/*  */
.aboutus {
    margin-top: 15px;
}
 
.aboutus span {
   /* font-size: 20px;
    color: #0b984f;
    font-weight: bold;*/
        font-size: 16px;
    color: #333333;
    line-height: 27px;
    margin-top: 20px;
} 

.page-right-title11 {
    width: 100%;

}

.aboutus-txt {
    font-size: 16px;
    color: #333333;
    line-height: 27px;
    margin-top: 20px;
}

.news-ul li {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    padding: 2px;
    transition: all .8s;
}

.news-ul li a {
    display: flex;
    color: #333;
}

.news-ul li a .txt {
    width: calc(100% - 263px);
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    padding: 0 20px;
}

.news-ul li a .txt .txt-bt {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.news-ul li a .txt .txt-bt .t1 {
    font-size: 18px;
    font-weight: bold;
}

.news-ul li a .txt .txt-bt .t2 {
    font-size: 12px;
}

.news-ul li a .txt .txt-nr {
    line-height: 22px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
}

.news-ul li a h5 {
    width: 100%;
    text-align: right;
}

.news-ul li a h5 span {
    display: inline-block;
    width: 100px;
    line-height: 32px;
    font-size: 12px;
    color: #333;
    background: #efefef;
    text-align: center;
    transition: 0.5s;
    border-radius: 5px;
}

.news-ul {
    margin-top: 15px;
}

.news-ul li:hover .img_cover {
    transform: scale(1.1);
}

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

.news-ul li:hover a .txt-bt .t1 {
    color: #0b984f;
}

.news-ul li:hover h5 span {
    color: #fff;
}

.news-ul .img_cover {
    padding-top: 66%;
    transition: all .8s;
}

.news-ul li a .pic {
    width: 263px;
    position: relative;
    overflow: hidden;
}

.contact11 {
    margin-top: 20px;
}

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

}

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

.contact11 .contact-left {
    width: 28%;
}

.contact44 .page-left-txt-p {
    line-height: 22px;
    font-size: 14px;
    color: #333333;
}

.contact11 form .int {
    background-color: #0b984f;
    color: #fff;
    padding-left: 0;
    border: none;
    margin-bottom: 0;
}

.contact33 .contact-left {
    width: 100%;
}

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

.contact11 .contact-right {
    border: 1px solid #333;
    width: 67%;
    height: 250px;
}

.news-show {
    width: 100%;
}

.news-show .txt-bt {
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 20px 0 5px 0;
}

.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 {
    background-color: #212121;
}

.footer-left {
    width: 40%;
}


.footer-left span {
    color: #fff;
    font-size: 16px;
    display: block;
    border-bottom: 1px dotted #fff;
    line-height: 50px;
    width: 51%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.footer-left .footer-left-ul-noe {
    margin-top: 15px;
}

.footer-left .footer-left-ul-noe li a {
    color: #999999;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.footer-left .footer-left-ul-noe li a:hover {
    color: #0b984f;
    ;
}

.footer-left>div {
    width: 32%;
}

.footer-middle p span {
    font-size: 24px;
    color: #fff;
    font-family: "Arial";
    margin-left: 2%;
}

.footer-middle p img {
    margin-top: -2%;
}

.footer-middle {
    width: 35%;
}

.footer-middle-txt {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin-top: 18px;
}

.footer-right-img p {
    font-size: 14px;
    color: #999999;
    text-align: center;
    margin-top: 10px;
}

.footer-right-img {
    text-align: center;
}

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





.footer-buttom {
    margin: 0 auto;
    text-align: center;
    color: #999999;
    font-size: 14px;
    padding: 12px 0;
    border-top: 1px solid #373737;
    line-height: 26px;
}

.footer-buttom a {
    color: #FFFFFF
}




















@media (max-width:1200px) {

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






}




@media (max-width:1730px) {
    .about-txt {
        background-color: #ffff;
        width: 55%;
        padding: 98px 200px 98px 200px;
        position: relative;
        z-index: -2;
    }
}

@media (max-width:1442px) {
    .about-txt {
        background-color: #ffff;
        width: 55%;
        padding: 98px 50px 98px 177px;
        position: relative;
        z-index: -2;
    }

    .about>.flex .about-img img {
        position: absolute;
        top: 50%;
        left: 8%;
        transform: translate(0, -50%);
    }
}

@media (max-width:1254px) {
    .about-txt-p {
        font-size: 14px;
        line-height: 24px;
        color: #333333;
        margin-top: 33px;
    }
}

@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: 82%;
        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: 15px;
    }

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

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

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

    .page-pro>ul {
        display: block;
        border: none;
        border-top: none;
        background: #fff;
        padding: 5px0;
    }


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

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

    .certificate {
        padding-bottom: 20px;
    }




    /* 产品中心手机*/

    .page-right .swiper-wrapper .swiper-slide {
        width: 47%;
        margin: 1.5%;
    }

    .page-title {
        display: none;
    }

    .pro-title {
        position: relative;
        background-color: #0b984f;
        padding: 5px 0px;
        border: 2px solid #0b984f;
    }

    .page-pro>ul>li {
        line-height: 38px;
    }

    .page-pro>ul>li>ul>li {
        line-height: 35px;
    }

    .pro-title .t1 {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        padding: 6px 8px;
        align-items: center;
    }

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

    .pro-title-t2-span1 {
        display: block;
    }

    .pro-ul li .txt {
        font-size: 14px;
        line-height: 30px;
    }

    .page-pro ul {
        display: none;
    }

    .product1 {
        padding: 20px 0;
    }



    .page-pro>ul>li>a {
        font-size: 14px;
    }

    .page-pro>ul>li>ul>li>a {
        font-size: 12px;
    }

    .page-right-title {

        border-bottom: 1px solid #dbdbdb;
        line-height: 28px;
        position: relative;
        padding: 10px 0;
    }



    /*  */
    .welcome ul li a p {
        display: none;
    }

    .welcome ul li a span {
        line-height: 28px;
        font-size: 12px;
        color: #333333;
        text-align: center;
        margin-top: 3px;
    }

    .welcome ul li a img {
        max-width: 70%;
    }

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

    .welcome-title {
        text-align: center;
        font-size: 16px;
        color: #333333;
        font-family: "Arial";
        line-height: 24px;
    }

    .welcome-title span {
        line-height: 22px;
        font-size: 12px;
        color: #999999;
        font-family: "Arial";
        display: block;
    }

    .welcome-title p {
        font-size: 16px;
        color: #0b984f;
        line-height: 24px;
        font-family: "Microsoft Ya Hei UI";
    }

    .back-txt span {
        font-size: 16px;
        line-height: 25px;
        color: #fff;
        font-family: "HiraginoSansGb";
        font-weight: bold;
    }

    .back-txt p {
        text-transform: uppercase;
        font-size: 12px;
        line-height: 16px;
        color: #fff;
        font-family: "HiraginoSansGb";
        font-weight: bold;
    }

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

    .advantage ul li {
        width: 100%;
        text-align: center;
    }

    .advantage-txt-box {
        margin-top: 15px;
    }

    .advantage ul li a {
        display: block;
        width: 100px;
        line-height: 26px;
        border-radius: 20px;
        text-align: center;
        font-size: 12px;
        color: #333333;
        border: 2px solid #333333;
        margin: 0 auto;
        margin-top: 12px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        margin-top: 12px;

    }

    .advantage ul li span {
        display: block;
        text-align: center;
        font-size: 16px;
        color: #333333;
        font-weight: bold;
    }


    .advantage-txt {
        font-size: 13px;
        color: #333333;
        line-height: 20px;
        margin-top: 10px;
        text-align: left;
    }

    .advantage-txt-box1 {
        margin-top: 20px;
    }

    .advantage ul li img {
        max-width: 70%;
    }

    .page-right .pro-ul li a .s1 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-size: 14px;
        color: #333333;
        font-weight: bold;
    }

    .advantage-title .p1 {
        font-size: 16px;
        color: #333333;
        line-height: 24px;
        text-align: center;
    }

    .advantage-title .p1 span {
        font-size: 38px;
        color: #0b984f;
        font-weight: bold;
    }

    .advantage-title .p2 {
        text-transform: uppercase;
        font-size: 16px;
        color: #333333;
        text-align: center;
    }

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

    .public-title .img1 {
        display: none;
    }

    .public-title .img2 {
        display: none;
    }

    .public-title .pp {
        display: none;
    }

    .public-title span {
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        display: block;
        text-align: center;
        color: #fff;
    }

    .public-title p {
        font-size: 12px;
        color: #fff;
        line-height: 21px;
        text-align: center;
    }

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

    .about>.flex .about-img img {
        position: relative;
        ;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }

    .about-txt {
        background-color: #ffff;
        width: 100%;
        padding: 10px;
        position: relative;
        z-index: -2;
        padding-top: 20px;
    }

    .about-txt-title span {
        font-size: 16px;
        color: #0b984f;
        font-weight: bold;
    }

    .about-txt-p {
        font-size: 14px;
        line-height: 22px;
        color: #333333;
        margin-top: 5px;
    }

    .about-txt-title p {
        display: none;
    }

    .case-left {
        width: 100%;
    }

    .case-middle {
        width: 100%;
        margin-top: 15px;
    }

    .case-right .img-box1 {
        margin-top: 15px;
    }

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

    .case-left ul li {
        margin: 0;
        width: 30%;
        margin: 1.5%;
    }

    .case-left ul li a p {
        text-transform: uppercase;
        font-size: 14px;
        color: #153;
        line-height: 20px;
    }

    .case-left ul li a span {
        font-size: 12px;
        color: #333333;
        line-height: 20px;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .case-left ul li a {
        padding: 0;
        text-align: center;
        width: 100%;
        height: 48px;
        border: 2px solid #0b984f;
        padding-left: 0;
    }

    .case-left ul {
        display: flex;
        flex-wrap: wrap;
    }




    .case {
        padding-bottom: 20px;
    }

    .news-left {
        width: 100%;
    }

    .news-left1 .frame {
        background-color: #ffff;
        padding-left: 15px;
        padding-bottom: 10px;
    }

    .news .news-left1 {
        width: 100%;
    }

    .news-left .frame span {
        font-size: 14px;
        color: #333333;
        font-weight: bold;
        display: block;
        line-height: 50px;
        border-bottom: 1px solid #f0f0f0;
    }

    .news-left .frame .txt {
        font-size: 13px;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 22px;
        margin-top: 8px;
    }

    .news-left a .anniu {
        width: 70px;
        line-height: 28px;
        font-size: 12px;
        color: #fff;
        background-color: #0b984f;
        text-align: center;
        margin: 20px 0;
    }

    .news-left a .anniu1 {
        width: 30px;
        line-height: 28px;
        font-size: 12px;
        color: #fff;
        text-align: center;
        margin: 20px 0;
    }

    .news-left1 .frame span {
        font-size: 14px;
        color: #333333;
        font-weight: bold;
        display: block;
        line-height: 50px;
        border-bottom: 1px solid #f0f0f0;
    }

    .news-left1 .frame .txt {
        font-size: 13px;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 22px;
        margin-top: 8px;
    }

    .news {
        padding-bottom: 20px;
    }

    .contact-left {
        width: 100%;
    }

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

    .contact-right span {
        font-size: 16px;
        color: #fff;
    }

    .contact-right form .int {
        width: 100%;
        padding-left: 0;
        background-color: #ff8400;
        color: #fff;
        font-size: 16px;
        border: none;
    }

    .contact {
        padding-bottom: 20px;
    }

    .welcome {
        padding-bottom: 20px;
    }

    .product2 .pro-title .t1 b {
        display: none;
    }

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

    }

    .page-right-title1 {
        font-size: 13px;
        color: #333333;
    }

    .page-right-title1>span {
        font-size: 13px;
        color: #333333;
    }

    .page-right-title2 a {
        font-size: 13px;
        color: #333333;
    }

    .page-right-title11 {
        width: 98%;
        margin: 0 auto;

    }

    .aboutus span {
        font-size: 16px;
        color: #0b984f;
    }

    .aboutus-txt {
        font-size: 13px;
        color: #333333;
        line-height: 22px;
        margin-top: 13px;
    }

    .news-ul li {
        padding: 1.5%;
    }

    .news-ul li a .pic {
        width: 130px;
    }

    .news-ul li a .txt {
        padding: 0 0 0 10px;
        width: calc(100% - 130px);
    }

    .news-ul li a .txt .txt-bt .t1 {
        font-size: 15px;
    }

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

    .news-ul li a h5 span {
        display: none;
    }

    .news-ul li a .txt .txt-nr {
        font-size: 12px;
    }

    .contact11 .contact-left {
        width: 100%;
    }


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

    .page-right .pro-ul li a .s2 {
        font-size: 12px;
        color: #666666;
    }

    .product1 .pro-title .t1 b {
        display: none;
    }




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


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



    .footer-right {
        display: none;
    }

    .footer-left {
        width: 100%;
    }

    .footer-left span {
        color: #fff;
        font-size: 14px;
        display: block;
        border-bottom: 1px dotted #fff;
        line-height: 50px;
        width: 52%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .footer-left .footer-left-ul-noe li a {
        color: #999999;
        line-height: 27px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-size: 13px;
    }

    .footer-middle {
        width: 100%;
        margin-top: 20px;
    }

    .footer-middle p span {
        font-size: 18px;
        color: #fff;
        font-family: "Arial";
        margin-left: 2%;
    }

    .footer-middle-txt {
        font-size: 12px;
        color: #999999;
        line-height: 22px;
        margin-top: 13px;
    }




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



}