.about-cont {
    width: 100%;
    /* height: 300px; */
    padding: 30px 0;
    background-color: #f2f2f2;
}

.about-cont .about {
    /* height: 400px; */
    /* color: #fff; */
}

.about-cont .about > span {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #005356;
    text-align: center;
    display: block;
}

.about-cont .about .tt {
    text-align: center;
    font-size: 32px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    /* font-weight: bold; */
    /* color: #FFFFFF; */
    margin-bottom: 50px;
}

.about-cont .about .desc p {
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 10px;
}

.about-list {
    margin-top: 50px;
}

.about-list .about-list-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.about-list .about-list-item .img {
    width: 600px;
    height: 458px;
    background: #F7FFFF;
    overflow: hidden;
    border-radius: 10px 10px 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-list .about-list-item .img img {
    width: 90%;
}

.about-list .about-list-item .txt {
    width: 580px;
    text-align: center;
    padding-top: 77px;
}

.about-list .about-list-item .txt .tt {
    width: 407px;
    height: 56px;
    background: url(../images/image39.png) 0 0 no-repeat;
    display: flex;
    align-items: center;
    color: #fff;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 20px;

}

.about-list .about-list-item .txt .desc {
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
    text-align: left;
}

.news-nav {
    margin-top: 50px;
    padding-bottom: 22px;
    margin-bottom: 36px;
    border-bottom: 1px solid #E2E2E2;
}

.news-nav a {
    font-size: 28px;
    padding-bottom: 20px;
    color: #999999;

}

.news-nav a:nth-child(1) {
    margin-right: 130px;
}

.news-nav a.active {
    color: #005356;
    border-bottom: 5px solid #005356;
}

.news-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 245px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.news-list a .time {
    width: 200px;
    height: 245px;
    border-right: 1px solid #eee;
    text-align: center;
}

.news-list a .time .date {
    /* width: 100%; */
    width: 65px;
    text-align: center;
    font-size: 64px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #DADADA;
    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.news-list a .time .year {
    width: 95px;
    height: 24px;
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #DADADA;
    margin: 0 auto;
}

.news-list a .txt {
    width: 469px;
    height: 245px;
}

.news-list a .txt .tt {
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 24px;
}

.news-list a .txt .desc {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 1.8em;
}

.news-list a .img {
    width: 437px;
    height: 245px;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}

.news-list a .img img {
    width: 100%;
    height: 100%;
}

.news-list a .txt .more {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #999;
    color: #999;
    margin-top: 25px;
    border-radius: 6px;
    transition: 0.5s ease;
}

.news-list a .txt .more span {
    font-size: 12px;
    margin-left: 15px;
}

.news-list a .txt .more:hover {
    background-color: #005356;
    color: #fff;
}

.product-item {
    margin-top: 35px;
}

.product-item .title {
    width: 381px;
    height: 70px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/goods_title.png) 0 0 no-repeat;
    font-size: 30px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #DBB389;
    margin: 0 auto;
    margin-bottom: 15px;
}

.product-item .list {
    margin-top: 25px;
    position: relative;
    overflow: hidden;
    height: 394px;
    padding-bottom: 60px;

}

.product-item .list a {
    display: block;
    cursor: pointer;
    transition: 0.5s ease;
    background-color: #fff;
    position: relative;
    transition: 0.5s ease;
}

.product-item .list .img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

    height: 294px;
}

.product-item .list .img img {
    width: 100%;
}

.product-item .list a .tt {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}

.product-item .list a p {
    width: 90%;
    margin: 0 auto;
    color: #CDAE7C;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-item .list a .price {
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 300;
    color: #333333;
    text-align: center;
    margin-top: 10px;
}

.product-item .list a::before {
    content: "";
    width: 0%;
    height: 8px;
    background: #AA3F40;
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.1);
    transition: 0.5s ease;
    position: absolute;
    bottom: 0;
    left: 0;
}

.product-item .list a:hover:before {
    content: "";
    left: 0;
    width: 100%;
}

.product-item .list a:hover {
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.1);
}

.swiper-pagination-bullet {


    width: 140px;
    height: 4px;
    background: #B1B1B1;
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;

}


.product-item .list .swiper-pagination-bullet.swiper-pagination-bullet-active {

    width: 140px;
    height: 4px;
    background: #AA3F40;
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;

}

.pages {

    /* padding-top: 30px; */

    margin: 10px auto;

    display: table;

    /* margin-top: 60px; */


}


#pages {


    /* float: right; */

    margin: 10px auto;

    display: table;

}


#pages li {

    list-style: none;

    float: left;

    width: 32px;

    display: inline-block;

    margin-left: 10px;

    text-align: center;

    border: 1px solid #ccc;

    height: 32px;

    line-height: 32px;

    transition: 0.5s ease;

    cursor: pointer;

    border-radius: 6px;

}


#pages li:hover {

    background-color: #005b60;

}


#pages li a {

    padding: 0;

    font-size: 16px;

    line-height: inherit;

    border: none;

    display: block;

    width: 100%;

    height: 100%;

    color: #333;

}


#pages li a:hover {

    background-color: #005b60;

    color: #fff;

}


#pages li.active {

    background-color: #005b60;

    color: #fff;

    border: 1px solid #005b60;

}


#pages li.active a {

    color: #fff;

}


#pages li span {

    font-size: 16px;

}


#pages li.disabled {

    color: #ccc;

}







.pagination {


    /* float: right; */

    margin: 10px auto;

    display: table;

}


.pagination li {

    list-style: none;

    float: left;

    width: 32px;

    display: inline-block;

    margin-left: 10px;

    text-align: center;

    border: 1px solid #ccc;

    height: 32px;

    line-height: 32px;

    transition: 0.5s ease;

    cursor: pointer;

    border-radius: 6px;

}


.pagination li:hover {

    background-color: #005b60;

}


.pagination li a {

    padding: 0;

    font-size: 16px;

    line-height: inherit;

    border: none;

    display: block;

    width: 100%;

    height: 100%;

    color: #333;

}


.pagination li a:hover {

    background-color: #005b60;

    color: #fff;

}


.pagination li.active {

    background-color: #005b60;

    color: #fff;

    border: 1px solid #005b60;

}


.pagination li.active a {

    color: #fff;

}


.pagination li span {

    font-size: 16px;

}


.pagination li.disabled {

    color: #ccc;

}

.contact-main {
    display: flex;
    height: 517px;
    margin-top: 30px;
}

.contact-main .left {
    width: 564px;
    height: 417px;
    padding-left: 36px;
    padding-top: 100px;
    background: url(../images/image104.png) 0 0 no-repeat;
}

.contact-main .left .tt {
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 35px;
}

.contact-main .left .tt:before {
    content: "";
    width: 32px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 43px 43px 43px 43px;
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: 0;
}

.contact-main .left .p {
    display: flex;
    align-items: center;
    height: 50px;
    margin-bottom: 40px;
}

.contact-main .left .p span {
    background-color: #6cc0c2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    margin-right: 16px;
}

.contact-main .left .p p:nth-child(1) {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    margin-bottom: 8px;
}

.contact-main .left .p p:nth-child(2) {
    color: #fff;
    font-size: 12px;
}

.contact-main .form {
    width: 564px;
    height: 417px;
    padding-left: 36px;
    padding-top: 100px;
    background-color: #fff;
}

.contact-main .form .tt {
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #005356;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 35px;
}

.contact-main .form .tt:before {
    content: "";
    width: 32px;
    height: 2px;
    background: #005356;
    border-radius: 43px 43px 43px 43px;
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: 0;
}

.contact-main .form .input {
    display: flex;
    width: 100%;
}

.contact-main .form .input span {
    width: 15%;
    font-weight: 700;
    display: flex;
    padding-top: 10px;
}

.contact-main .form input {
    display: block;
    width: 72%;
    height: 36px;
    float: left;
    border-radius: 5px;
    padding-left: 10px;
    margin-bottom: 14px;
    border: 1px solid #efefef;
}

.contact-main .form input:nth-child(2) {
    float: right;
}

.contact-main .form textarea {
    width: 72%;
    height: 100px;
    border-radius: 5px;
    padding-left: 10px;
    margin-bottom: 14px;
    padding-top: 5px;
    border: 1px solid #efefef;
}

.contact-main .form button {
    width: 72%;
    height: 36px;
    border-radius: 29px 29px 29px 29px;
    background: #005356;
    outline: none;
    color: #fff;
    display: block;
    cursor: pointer;
    /*padding-left: 10px;*/
    border: 1px solid #005356;
}

.show-news .title {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 25px;

    border-bottom: 1px solid #C1C1C1;
    margin-bottom: 25px;
    position: relative;
}

.show-news .title h1 {
    font-size: 28px;
    margin-bottom: 15px;
}

.show-news .title .ts {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #999;
}

.show-news .title:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 126px;
    height: 6px;
    left: 537px;
    background: #005356;
    border-radius: 28px 28px 28px 28px;
    opacity: 1;
}

.show-news .cont img {
    max-width: 100%;
    width: auto;
}

.show-news .cont p {
    line-height: 1.78em;
    font-size: 16px;
    margin-bottom: 5px;
}

.show-product {
    background-color: #fff;
}

.show-product .top {
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
    /*height: 800px;*/
    padding: 65px 0;
}

.show-product .top .left {
    width: 300px;
    text-align: center;
    padding-top: 80px;
}

.show-product .top .left .tc {
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-bottom: 24px;
}

.show-product .top .left .tt {
    font-size: 36px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #005356;
    margin-bottom: 40px;
}

.show-product .top .left .ttf {
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-bottom: 40px;
}

.show-product .top .left .price {
    font-size: 40px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.show-product .top .left .price span {
    font-size: 20px;
}

.show-product .top .right {
    width: 900px;
    /*overflow: hidden;*/
    display: flex;
    position: relative;
    padding-bottom: 90px;
    justify-content: space-between;
}

.show-product .top .right .wxmp {
    width: 260px;
    height: 52px;
    background: #005357;
    border-radius: 26px 26px 26px 26px;
    opacity: 1;
    outline: none;
    color: #fff;
    display: block;
    cursor: pointer;
    /*padding-left: 10px;*/
    border: 1px solid #005356;
    position: absolute;
    bottom: 0;
    left: 20%;
}

.mySwiper2 {
    width: 532px;
    /*height: 532px;*/
    position: relative;
    overflow: hidden;
    padding: 0 30px;
    padding-bottom: 30px;
}

.mySwiper2 .swiper-slide {
    width: 532px;
    /*height: 532px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.mySwiper2 img {
    width: 100%;
    /*height: 100%;*/
}

.mySwiper {
    width: 185px;
    height: 585px;
    overflow: hidden;
}

.mySwiper .swiper-slide {
    width: 183px;
    height: 185px !important;
    border: 1px solid #e7e7e7;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.mySwiper .swiper-slide-thumb-active {
    border: 1px solid #154744;
}

.mySwiper2 .swiper-button-next,
.mySwiper2 .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;
}

.mySwiper2 .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    color: #999999;
    padding: 0 !important;
    border-radius: 50%;
    right: 0px;
    /* border-radius: 10px 0 0 10px; */
    font-size: 15px
}

.mySwiper2 .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    /*background-color: #fff;*/
    padding: 0 !important;
    left: 0px;
    border-radius: 50%;
    /* border-radius: 0 10px 10px 0; */
    font-size: 15px;
}

.mySwiper2 .swiper-button-next.swiper-button-disabled,
.mySwiper2 .swiper-button-prev.swiper-button-disabled {

    opacity: 1;
    /*background-color: rgba(255, 255, 255, 0.8);*/
}

.mySwiper2 .swiper-button-next:after,
.mySwiper2 .swiper-button-prev:after {

    font-size: 18px;
    color: #999;
}


.mySwiper2 .swiper-pagination {
    bottom: 0px;

    display: inline-block;
    width: 100%;

    margin: 0;

}

.mySwiper2 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 25px 0 0;
    opacity: 1;
    background: #D9D9D9;
    border-radius: 50%;
    transition: all .25s;

}

.mySwiper2 .swiper-pagination-bullet-active {
    position: relative;

    background: #005356;
}

/*.mySwiper2 .swiper-pagination-bullet-active:before {*/
/*    position: absolute;*/

/*    width: 12px;*/
/*    height: 12px;*/
/*    border-radius: 50%;*/
/*    display: block;*/
/*    content: "";*/
/*    opacity: 1;*/

/*    background: #005356;*/
/*}*/
.show-product-content {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.show-product-content .desc {
    width: 500px;
}

.show-product-content .desc .tt {
    padding-bottom: 24px;
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #005356;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 30px;
}

.show-product-content .desc:nth-child(1) .p {
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 1.7em;
}

.show-product-content .desc:nth-child(2) .p {
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    margin-bottom: 10px;
}

.goods-title {
    width: 407px;
    height: 56px;
    background: url(../images/image39.png) 0 0 no-repeat;
    display: flex;
    align-items: center;
    color: #fff;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 25px;
    margin-top: 40px;
    font-size: 20px;
}

.goods-list {
    display: flex;
}

.goods-list .goods-list-item {
    width: 285px;
    margin-right: 20px;
}

.goods-list .goods-list-item .img {
    width: 285px;
    height: 285px;
    background: #F6F6F6;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.goods-list .goods-list-item .img img {
    width: 100%;
    /*height: 100%;*/
}

.goods-list .goods-list-item:nth-child(4) {
    margin-right: 0;
}

.goods-list .goods-list-item .tt {
    margin-top: 24px;
    margin-bottom: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
}

.goods-list .goods-list-item .tts {
    text-align: center;
    margin-bottom: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.goods-list .goods-list-item a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 128px;
    height: 34px;
    border-radius: 28px 28px 28px 28px;
    opacity: 1;
    border: 1px solid #333333;
    color: #333333;
    margin: 0 auto;
}


.search-list {
    margin-top: 25px;
    position: relative;
    padding-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
}

.search-list a {
    width: 285px;
    display: block;
    cursor: pointer;
    transition: 0.5s ease;
    background-color: #fff;
    position: relative;
    transition: 0.5s ease;
    padding-bottom: 25px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.search-list a:nth-child(4n) {
    margin-right: 0;
}

.search-list .img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

    height: 294px;
}

.search-list .img img {
    width: 100%;
}

.search-list a .tt {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}

.search-list a p {
    width: 90%;
    margin: 0 auto;
    color: #CDAE7C;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-list a .price {
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 300;
    color: #333333;
    text-align: center;
    margin-top: 10px;
}

.search-list a::before {
    content: "";
    width: 0%;
    height: 8px;
    background: #AA3F40;
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.1);
    transition: 0.5s ease;
    position: absolute;
    bottom: 0;
    left: 0;
}

.search-list a:hover:before {
    content: "";
    left: 0;
    width: 100%;
}

.search-list a:hover {
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.sousuo .form{
    width: 600px;
    height: 50px;
    background-color: white;
    display: flex;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 25px;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
    overflow: hidden;
}
.sousuo input:nth-child(1) {
    border: none;
    outline: none;
    width: 450px;
    height: 100%;
    padding-left: 10px;
    font-size: 16px;
}
.sousuo input:nth-child(2) {
    cursor: pointer;
    font-size: 20px;
    width: 100px;
    height: 100%;
    background-color: #154744;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}