.common-header {
    height: 150px;
    width: 100%;
    background: rgba(21, 71, 68, 0.8);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    position: absolute;
    z-index: 4;
}

.common-header .top {
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    margin-top: 27px;
    font-size: 14px;
}

.common-header .top .wxmp span {
    display: inline-block;
    transform: rotate(90deg);
}

.common-header .nav {
    display: flex;
    margin-top: 35px;
}

.common-header .nav .left {
    width: 1000px;
    justify-content: space-between;
    display: flex;
}

.common-header .nav .left a {
    display: flex;
    width: 200px;
    text-align: center;
    justify-content: center;
    padding-bottom: 15px;
    font-size: 16px;
    color: #15A48E;

    color: #ffffff;
    position: relative;
}

.common-header .nav .left a::before {
    content: "";
    position: absolute;
    width: 0;
    bottom: 0;
    transition: 0.5s ease;
    border-bottom: 5px solid #108881;
}

.common-header .nav .left .active::before {
    content: "";
    position: absolute;
    width: 84px;
    bottom: 0;
    border-bottom: 5px solid #108881;
}

.common-header .nav .left a:hover::before {
    content: "";
    position: absolute;
    width: 84px;
    bottom: 0;
    border-bottom: 5px solid #108881;
}

.common-header .nav .right {
    width: 200px;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 16px;
    border-left: 1px solid #ffffff;
}
.common-header .nav .right input{
    background:url(../images/search.png)  0 0 no-repeat;
    color: transparent;
    border: none;
}
.common-header .nav .right img {
    width: 16px;
    height: 16px;
}

#banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: all .8s .2s;
}

#banner img {
    width: 100%;
}

#banner .swiper-pagination {
    bottom: 58px;
    left: 5%;
    display: inline-block;
    width: 400px;
    float: left;
    margin: 0;
    text-align: left;
}

#banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 25px 0 0;
    opacity: 1;
    background: #ffffff;
    border-radius: 50%;
    transition: all .25s;

}

#banner .swiper-pagination-bullet-active {
    position: relative;
}

#banner .swiper-pagination-bullet-active:before {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: block;
    content: "";
    opacity: 1;
    border: 1px solid #FFFFFF;
}

.xssl {
    position: absolute;
    bottom: 55px;
    font-size: 30px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    z-index: 999999;
    right: 5%;
}
.wxmp{
    cursor: pointer;
}
.xxian {
    font-size: 30px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}

.zongshu {
    font-size: 18px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}

.index-goods1 {
    background-color: #F3F2EC;
    padding: 50px 0;

}

.common-title {
    width: 430px;
    text-align: center;
    position: relative;
}

.common-title img {
    width: 430px;
    height: 70px;
    /* position: absolute; */
}

.common-title .tt {
    width: 430px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}

.common-title .p {
    margin-top: 10px;
    font-size: 12px;
    color: #999;
}

.common-title a {
    display: inline-block;
    font-size: 14px;
    margin-top: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #108881;
}

.index-goods1 .top {
    /* width: 1160px; */

    margin-top: 30px;
    height: 337px;
    display: flex;
}

.index-goods1 .top .left {
    width: 570px;
    background-color: #FFFFFF;
    padding: 30px 0 30px 30px;

}

.index-goods1 .top .left .tt {

    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.index-goods1 .top .left .desc {

    width: 323px;
    line-height: 25px;
    margin-bottom: 50px;

}

.index-goods1 .top .left a {
    width: 129px;
    height: 32px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.index-goods1 .top .left a::before {
    content: "查看详情";
    color: #fff;
    position: absolute;
    z-index: 2;
    font-size: 14px;
}

.index-goods1 .top .right {
    width: 600px;
    height: 337px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #FFFFFF;
}

.index-goods1 .top .right img {
    max-width: 100%;
    width: auto;
}

.index-goods1 .bottom {
    margin-top: 25px;
    position: relative;
    overflow: hidden;
    height: 394px;
}

.index-goods1 .bottom a {
    display: block;
    cursor: pointer;
    transition: 0.5s ease;
    background-color: #fff;
}

.index-goods1 .bottom .img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

    height: 294px;
}

.index-goods1 .bottom .img img {
    width: 100%;
}

.index-goods1 .bottom a .tt {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.index-goods1 .bottom a p {
    color: #CDAE7C;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-goods1 .bottom a span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-top: 10px;
    display: none;
    transition: 0.5s ease;
}



.index-goods1 .bottom a:hover {
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.1);
}

.index-goods2 {
    background-color: #F3F2EC;
    padding: 50px 0;
    padding-top: 100px;
    position: relative;
    background: url(../images/goods2_bj.png) 0 0 no-repeat;
    height: 700px;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.index-goods2 .common-title .p {
    color: #fff;
}

.index-goods2 .common-title a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.index-goods2 .goods_ab_img {

    position: absolute;

}

.index-goods2 .wzuo {
    right: 0;
    top: 0;
}

.index-goods2 .wyou {
    left: 0;
    top: 0;
}

.index-goods2 .yq {
    bottom: 0;
    margin: 0 auto;
}

.index-goods2 .list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.index-goods2 .list .list_item {
    width: 410px;
    position: relative;
}

.index-goods2 .list .list_item .img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 134px;
    height: 134px;
    background: #D9D9D9;
    border-radius: 50%;
    opacity: 1;
    overflow: hidden;
    margin: 0 auto;
    border: 3px solid #fff;
}

.index-goods2 .list .list_item .img img {
    width: 100%;
    height: 100%;
}

.index-goods2 .list .list_item .text {
    width: 140px;
    margin: 0 auto;
    display: flex;
    margin-top: 50px;
    color: #fff;
}

.index-goods2 .list .list_item .text .desc {
    writing-mode: vertical-rl;
    text-orientation: upright;
    height: 240px;
    overflow: hidden;
    /** 隐藏超出的内容 **/
    word-break: break-all;
    text-overflow: ellipsis;
    /** 多行 **/
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 3;
    line-height: 2.2em;
    color: #fff;
    padding-top: 15px;
    margin-right: 15px;
}

.index-goods2 .list .list_item .text .tt .yuan {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    opacity: 1;
    /* border: 1px solid; */
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/Ellipse.png) 0 0 no-repeat;
    margin-bottom: 10px;
}

.index-goods2 .list .list_item .text .tt .xian {
    width: 0px;
    height: 18px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #FFFFFF;
    margin: 10px auto;
}

.index-goods2 .list .list_item .text .tt .zi {
    writing-mode: vertical-rl;
    text-orientation: upright;
    /* height: 180px; */
    overflow: hidden;
    /** 隐藏超出的内容 **/
    word-break: break-all;
    text-overflow: ellipsis;
    /** 多行 **/
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 1;
    line-height: 2em;
    color: #fff;
    font-size: 20px;

}

.index-goods2 .list .list_item:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 411px;
    width: 1px;
    height: 300px;
    background-color: #4f8683;
}


.index-goods3 {
    background-color: #fff;
    padding: 50px 0;
    position: relative;
    height: 839px;
}

.index-goods3 .top {
    width: 1013px;
    height: 570px;
    background: #D9D9D9;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    overflow: hidden;
    margin-top: 35px;
}

.index-goods3 .top img {
    width: 100%;
    height: 100%;
}

.index-goods3 .bottom {
    width: 746px;
    height: 420px;
    background: #FAF9F7;
    box-shadow: 0px 0px 25px 0px rgba(21, 113, 121, 0.2);
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
}

.index-goods3 .bottom .bottom_tit {
    font-size: 25px;
    padding-top: 35px;
    text-align: center;
}

.index-goods3 .bottom .bottom_p {
    font-size: 14px;
    margin-top: 16px;
    text-align: center;
}

.index-goods3 .bottom .list {
    width: 700px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.index-goods3 .bottom .list a {
    width: 162px;
}

.index-goods3 .bottom .list a .img {
    width: 162px;
    height: 162px;
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}

.index-goods3 .bottom .list a .img img {
    width: 100%;
    height: 100%;
}

.index-goods3 .bottom .list a .tt {
    margin-top: 16px;
    margin-bottom: 35px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.index-goods3 .bottom .list a .more {
    text-align: center;
    margin: 0 auto;
    display: flex;
}


.index-goods4 {
    background-color: #F3F2EC;
    padding: 50px 0;
    padding-top: 100px;
    position: relative;
    background: url(../images/good4-bj.jpg) 0 0 no-repeat;
    height: 675px;
    background-size: cover;
    display: flex;
    align-items: center;
    margin-top: 35px;
}

.index-goods4 .goods4 {
    height: 675px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 0 60px;
}

.index-goods4 .goods4 .swiper-slide {
    width: 1200px;
    display: flex;
    height: 530px;
    justify-content: center;
    align-items: center;
}

.index-goods4 .goods4 .swiper-slide .content {
    width: 393px;
    height: 276px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
}

.index-goods4 .goods4 .swiper-slide .content .tt {
    width: 90%;
    margin: 0 auto;
    margin-top: 36px;
    margin-bottom: 36px;
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.index-goods4 .goods4 .swiper-slide .content .desc {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 36px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
    color: #FFFFFF;
    overflow: hidden;
    /** 隐藏超出的内容 **/
    word-break: break-all;
    text-overflow: ellipsis;
    /** 多行 **/
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 3;
    /** 显示的行数 **/
}

.index-goods4 .goods4 .swiper-slide .content .more {
    width: 90%;
    margin: 0 auto;
    display: flex;
}

.index-goods4 .goods4 .swiper-slide .content .more a:nth-child(1) {
    width: 120px;
    height: 34px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #FFFFFF;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.index-goods4 .goods4 .swiper-slide .content .more a:nth-child(2) {
    width: 120px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #FFFFFF;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-goods4 .goods4 .swiper-button-next,
.index-goods4 .goods4 .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
}

.index-goods4 .goods4 .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    background-color: #fff;
    padding: 0 !important;
    border-radius: 50%;
    right: 0px;
    /* border-radius: 10px 0 0 10px; */
    font-size: 15px
}

.index-goods4 .goods4 .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    background-color: #fff;
    padding: 0 !important;
    left: 5px;
    border-radius: 50%;
    /* border-radius: 0 10px 10px 0; */
    font-size: 15px;
}

.index-goods4 .goods4 .swiper-button-next.swiper-button-disabled,
.index-goods4 .goods4 .swiper-button-prev.swiper-button-disabled {

    opacity: 1;
    background-color: rgba(255, 255, 255, 0.8);
}

.index-goods4 .goods4 .swiper-button-next:after,
.index-goods4 .goods4 .swiper-button-prev:after {

    font-size: 18px;
    color: #333;
}

.index-goods4 .goods4 .swiper-pagination-bullet {



    width: 10px !important;

    height: 10px !important;

    opacity: 1;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.5);



    margin-right: 8px !important;

}



.index-goods4 .goods4 .swiper-pagination-bullet.swiper-pagination-bullet-active {

    background-color: #fff;

}

.index-goods5 .list {
    margin-top: 25px;
}

.index-goods5 .list a {
    display: flex;
    height: 340px;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.index-goods5 .list a .img {
    width: 600px;
    height: 340px;
    position: absolute;
    left: 0;
}

.index-goods5 .list a .img img {
    width: 100%;
    height: 100%;
}

.index-goods5 .list a .text {
    width: 600px;
    height: 240px;
    position: absolute;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.index-goods5 .list a .text .tt {
    width: 95%;
    height: 30px;
    margin: 0 auto;
    font-size: 25px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.index-goods5 .list a .text .desc {
    width: 95%;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 25px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
    overflow: hidden;
    /** 隐藏超出的内容 **/
    word-break: break-all;
    text-overflow: ellipsis;
    /** 多行 **/
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 4;
    /** 显示的行数 **/
}

.index-goods5 .list a .text span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 134px;
    height: 46px;
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
    border: 1px solid #2FA39F;
    font-size: 16px;
    transition: 0.5s ease
}

.index-goods5 .list a .text span:hover {
    background-color: #2FA39F;
    color: #fff;
}

.index-goods5 .list a:nth-child(2) .text {
    left: 0;
}

.index-goods5 .list a:nth-child(2) .img {
    left: 50%;
}

.index-about {
    background-color: #F3F2EC;
    position: relative;
    background: url(../images/Group\ 78.png) 0 0 no-repeat;
    height: 700px;
    background-size: 100% 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 75px;
}

.index-about .about {
    height: 400px;
    color: #fff;
}

.index-about .about .tt {
    text-align: center;
    font-size: 32px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.index-about .about .desc p {
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.8em;
    margin-bottom: 10px;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.numCount {
    height: 235px;
    position: relative;
    z-index: 2;
    margin-top: -180px;
    background: url(../images/Frame\ 1407.png) 0 0 no-repeat;
}

.numCount ul {
    display: flex;
    height: 235px;
    align-items: center;

}

.numCount li {
    width: 33%;
    text-align: center;
    border-right: 1px solid #fff;
}

.numCount li:nth-child(3) {
    border-right: 0px solid #fff;
}

.numCount li .item {
    margin: 0 10px;
}

.numCount li .numU {
    line-height: 1.3;
    margin-bottom: 15px;
}

.numCount li .numCX {
    font-size: 54px;
    color: #fff;
}

.numCount li .numU .unitC {
    font-size: 48px;
    line-height: 1.3;
    color: #fff;
    margin-left: 0.3em;
}

.numCount li .numU sup {
    vertical-align: top;
}

.numCount li .numU sub {
    vertical-align: baseline;
}

.numCount li .indc {
    color: #fff;
    font-size: 20px;
}

.index-shxz {
    width: 100%;
    height: 300px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    margin-top: 50px;
    /* margin-top: -180px; */
    background: url(../images/选取颜色\ 5\ 1.png) 0 0 no-repeat;
}

.index-shxz .shxz {
    display: flex;
    height: 300px;
    align-items: center;
}

.index-shxz .shxz .shxz-item {
    width: 33%;
    text-align: center;
}

.index-shxz .shxz .shxz-item .tt {
    margin-top: 24px;
    margin-bottom: 16px;
    color: #fff;
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
}

.index-shxz .shxz .shxz-item p {
    width: 256px;
    font-size: 16px;
    margin: 0 auto;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.6em;
}

.index-shxz .shxz .shxz-item a {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 15px;
    border-radius: 4px 4px 4px 4px;
    transition: 0.5s ease;
}

.index-shxz .shxz .shxz-item a span {
    font-size: 12px;
}

.index-shxz .shxz .shxz-item a:hover {
    background-color: #fff;
    color: #044D58;
}

.index-news .list {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.index-news .list a {
    width: 384px;
    height: 340px;
    /* overflow: hidden; */
    display: block;
}

.index-news .list a .bjs {
    width: 384px;
    height: 340px;
    position: absolute;
    z-index: 2;
}

.index-news .list a .img {
    width: 370px;
    height: 207px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 0px;

}
.index-news .list a .img img{
    width: 100%;
    height: 100%;
}
.index-news .list a .txt {
    width: 360px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

.index-news .list a .txt .tt {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 700;
}

.index-news .list a .txt .more {
    width: 104px;
    height: 30px;
    border-radius: 46px 46px 46px 46px;
    opacity: 1;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #005b60;
}

.footer {
    background-color: #005b60;
    padding: 40px 0;
    margin-top: 60px;
}

.footer .top {
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .top span {
    display: block;
    width: 547px;
    height: 0px;
    opacity: 1;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.footer .top img {
    width: 45px;
    height: 45px;
}

.footer .nav {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.footer .nav .nav-item {
    width: 64px;
    text-align: left;
    /* margin-right: 100px; */
}

.footer .nav .nav-item .tt {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.footer .nav .nav-item a {
    color: #fff;
    opacity: 0.7;
    display: block;
    margin-bottom: 16px;
}

.footer .nav .contact {
    width: 400px;
    color: #fff;
}

.footer .nav .contact>p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.8em;
}

.footer .nav .contact>p span {
    margin-right: 5px;
    font-size: 18px;
}

.footer .nav .contact .ewm {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.footer .nav .contact .ewm img {
    margin-right: 20px;
}

.footer .nav .contact .ewm p {
    color: #fff;
    opacity: 0.7;
    font-size: 16px;
    margin-bottom: 15px;
}

.icp {
    background-color: #005256;
    height: 36px;
}

.icp .icp-main {
    display: flex;
    align-items: center;
    height: 36px;

    justify-content: space-between;
}

.icp .icp-main a {
    font-size: 12px;
    color: #fff;
    opacity: 0.7;
}