#slider {
    width: 100%;
    margin: 0 auto;
}

.controls li {
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    margin-top: -20px !important;
}

.controls li:hover {
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
}

.controls li img {
    vertical-align: middle;
}

.controls li:nth-child(1) {
    left: 50px;
}

.controls li:nth-child(2) {
    right: 50px;
}

.nav_pagi {
    text-align: center;
    padding-top: 25px;
}

.pagination {
    overflow: auto;
    margin: 0 !important;
    margin-left: -36px !important;
    bottom: 35px !important;
}

.pagination li {
    background: #fff;
    width: 15px !important;
    height: 15px !important;
    transition: all .3s;
}

.pagination li.active {
    background: var(--theme-color);
    width: 35px !important;
}

.title_bar {
    text-align: center;
}

.responsive {
    width: 100%;
    height: auto;
    display: block;
}

.cate_ltitle {
    color: #2e1533;
    font-size: 82px;
    line-height: 84px;
}

.cate_mid {
    color: #7b9491;
    font-size: 30px;
    line-height: 36px;
    margin-top: 50px;
}

#procate .fl p {
    color: #676767;
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 80px;
    line-height: 40px;
}

#procate .fl {
    width: 48%;
}

#procate .fr {
    position: absolute;
    width: 52%;
    height: 100%;
    right: 0;
    top: 0;
}

.view_more a {
    display: inline-block;
    width: 210px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: var(--theme-color);
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid var(--theme-color);
}

.view_more a:hover {
    background: #fff;
    color: var(--theme-color);
}

.catefl_content {
    width: 83%;
}

#procate {
    margin: 150px 0;
}

#procate .container1 {
    position: relative;
}

.view_more {
    margin-bottom: 25px;
}

.cate_right li {
    width: 48%;
    float: left;
    margin-left: 2%;
    overflow: hidden;
    margin-bottom: 2%;
    height: 49%;
    position: relative;
    box-shadow: 1px 5px 12px rgba(0, 0, 0, .3);
}

.cate_right li a {
    display: inline-block;
    color: #fff;
    padding: 5px 12px;
    border: 2px solid #fff;
    margin-top: 20px;
    transition: all .6s;
}

.cate_right li a:hover {
    background: #fff;
    color: var(--theme-color);
}

.mid_content {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -42px;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
}

.cate_right li:hover .mid_content {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.cate_right li:nth-child(3),
.cate_right li:nth-child(4) {
    margin-bottom: 0;
    bottom: 0;
}

.cate_right li img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.cate_right {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.cate_border {
    position: absolute;
    border: 6px solid #fff;
    width: 94%;
    height: 94%;
    top: 3%;
    left: 3%;
    box-sizing: border-box;
    text-align: center;
    z-index: 100;
}

.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #000;
    z-index: 99;
    transition: all .5s;
    transform: scale(0);
}

.cate_right li:hover .mask {
    opacity: .6;
    transform: scale(1);
}

.cate_border h3 {
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
}

.cate_pure {
    width: 296px;
    height: 296px;
    position: absolute;
    top: 50%;
    margin-top: -148px;
    left: 51%;
    margin-left: -148px;
    background-size: cover;
    z-index: 100;
}

.cate_pbg {
    background: url("http://demo.seatuo.com/vipdemo/M104/Template/104/css/cate.png")
        /*tpa=http://chesi5.waimaoyun.com.cn/Template/104/css/cate.png*/
        /*tpa=http://m301.seo.com.cn/images/m301/blue/cate.png*/
        no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    transition: all .3s;
}

.cate_span {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    font-size: 36px;
    color: #c9b176;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    margin-left: -84px;
}

.rotate {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -webkit-animation: rotate 10s linear infinite;
    -moz-animation: rotate 10s linear infinite;
    -o-animation: rotate 10s linear infinite;
    animation: rotate 10s linear infinite;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(359deg);
    }
}

#about .fl {
    width: 75%;
    position: relative;
}

.about_img li img {
    max-width: 100%;
    display: block;
}

.about_left {
    position: relative;
    z-index: 100;
}

.left_control {
    background: #f2f2f2;
    height: 120%;
    width: 280px;
    position: absolute;
    bottom: 0;
    left: -90px;
    z-index: 10;
}

.control_bar li {
    width: 5px;
    height: 5px;
    border: 1px solid #292929;
    border-radius: 50%;
    margin-bottom: 20px;
    background: #fff;
    cursor: pointer;
}

.control_bar {
    position: absolute;
    top: 53%;
    left: 25px;
}

.active1 {
    background: var(--theme-color) !important;
    border: 1px solid var(--theme-color) !important;
}

#about .fr {
    margin-left: 5%;
    width: 20%;
}

#about .fr p {
    color: #56534c;
    font-size: 18px;
    margin: 85px 0 60px 0;
}

#recommend {
    overflow: hidden;
}

#recommend .cate_ltitle {
    text-align: center;
    margin: 80px 0;
}

#recommend li {
    float: left;
    margin-right: 8%;
    width: 28%;
    position: relative;
    margin-top: -185px;
}

#recommend li:nth-child(3) {
    margin-right: 0;
}

.recommend_content {
    background: #8ecac4;
    margin-top: 300px;
    position: relative;
}

.mask_reco {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("http://demo.seatuo.com/vipdemo/M104/Template/104/css/reco_bg.jpg")
        /*tpa=http://chesi5.waimaoyun.com.cn/Template/104/css/reco_bg.jpg*/
        /*tpa=http://m301.seo.com.cn/images/m301/blue/reco_bg.jpg*/
        no-repeat;
    background-size: cover;
}

.reco_top {
    position: relative;
}

.reco_img {
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    padding: 20px;
}

.cycle_box {
    background: url("http://demo.seatuo.com/vipdemo/M104/Template/104/css/cycle.png")
        /*tpa=http://chesi5.waimaoyun.com.cn/Template/104/css/cycle.png*/
        /*tpa=http://m301.seo.com.cn/images/m301/blue/cycle.png*/
        no-repeat;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.reco_img img {
    width: 100%;
    display: block;
    border-radius: 50%;
}

.reco_bottom {
    padding: 45px 0 140px 0;
    text-align: center;
    color: #fff;
}

.reco_bottom h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 5px;
}

.reco_bottom h3 a {
    color: #fff;
    font-size: 30px;
}

.reco_bottom p {
    font-size: 24px;
    line-height: 33px;
    margin: 20px auto;
    width: 80%;
    height: 60px;
    overflow: hidden;
}

.learn_more {
    transition: all .3s;
}

.learn_more:hover {
    padding-left: 20px;
}

.learn_more:hover a,
.learn_more:hover i {
    color: #2e1533;
}

.learn_more a {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}

.learn_more i {
    vertical-align: middle;
    display: inline-block;
    margin-top: -6px;
    margin-left: 10px;
    transition: all .3s;
}

#product .cate_ltitle {
    padding: 70px 0;
    text-align: center;
}

.product_li li {
    width: 23%;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%;
    position: relative;
    transition: all .3s;
    overflow: hidden;
}

.product_li li img {
    max-width: 100%;
}

.product_li li:before {
    position: absolute;
    content: '';
    width: 50%;
    left: -50%;
    height: 100%;
    background: #000;
    opacity: .5;
    top: 0;
    transition: all .3s;
}

.product_li li:after {
    position: absolute;
    content: '';
    width: 50%;
    right: -50%;
    height: 100%;
    background: #000;
    opacity: .5;
    top: 0;
    transition: all .3s;
}

.pro_topimg img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.product_li li h3 {
    position: absolute;
    top: 50%;
    width: 80%;
    left: 10%;
    text-align: center;
    z-index: 100;
    opacity: 0;
    transition: all .3s;
    transform: translateY(-50%);
}

.product_li li h3 a {
    color: #fff;
    font-size: 18px;
}

.product_li li:nth-child(4n) {
    margin-right: 0;
}

.product_li li:hover:after {
    right: 0;
}

.product_li li:hover:before {
    left: 0;
}

.product_li li:hover h3 {
    opacity: 1;
}

#product {
    padding-bottom: 30px;
}

#product .view_more {
    text-align: center;
    margin-top: 25px;
}

#news {
    padding: 100px 0;
    background: #fafafa;
}

#news .cate_ltitle {
    text-align: center;
}

.news_top {
    color: #2c5d5a;
    text-align: center;
    font-size: 30px;
}

#news .news_top {
    margin: 30px 0 60px 0;
}

.new_contents {
    position: relative;
}

.new_contents .fl {
    width: 65%;
    margin-right: 2%;
    background: #fff;
    position: absolute;
    height: 100%;
}

.new_contents .fr {
    width: 33%;
    background: #fff;
    position: relative;
    border-bottom: 2px solid #f1f1f1;
}

.new_contents .fr:after {
    content: '';
    width: 100%;
    height: 11px;
    background: var(--theme-second-color);
    left: 0;
    top: 0;
    position: absolute;
}

.news_imgli a img {
    max-width: 100%;
    display: block;
}

.news_imgli li {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    border-bottom: 2px solid #f1f1f1;
}

.newbot_cont {
    padding: 60px 12%;
}

.pubdate_img {
    color: #7b9491;
    font-size: 24px;
}

.new_right h3 a,
.newbot_cont h3 a {
    color: #2e1533;
    font-size: 48px;
    line-height: 70px;
    margin: 15px 0;
    display: inline-block;
    height: 140px;
}

.new_right h3 a {
    font-size: 30px;
    line-height: 46px;
}

.img_more {
    color: var(--theme-second-color);
    font-size: 22px;
    text-transform: uppercase;
    display: inline-block;
    background: url("http://demo.seatuo.com/vipdemo/M104/Template/104/css/news_arrow.png")
        /*tpa=http://chesi5.waimaoyun.com.cn/Template/104/css/news_arrow.png*/
        /*tpa=http://m301.seo.com.cn/images/m301/blue/news_arrow.png*/
        no-repeat center right;
    padding-right: 80px;
    margin-top: 15px;
}

.img_more:hover {
    background: url("http://demo.seatuo.com/vipdemo/M104/Template/104/css/news_arrow1.png")
        /*tpa=http://chesi5.waimaoyun.com.cn/Template/104/css/news_arrow1.png*/
        /*tpa=http://m301.seo.com.cn/images/m301/blue/news_arrow1.png*/
        no-repeat center right;
}

.new_right li {
    padding: 45px 13%;
}

.new_right li p {
    color: #676767;
    font-size: 15px;
    margin: 6px 0;
    height: 75px;
    overflow: hidden;
}

#defind {
    background: url("http://demo.seatuo.com/vipdemo/M104/Template/104/css/defindbg.jpg")
        /*tpa=http://chesi5.waimaoyun.com.cn/Template/104/css/defindbg.jpg*/
        /*tpa=http://m301.seo.com.cn/images/m301/blue/defindbg.jpg*/
        no-repeat;
    background-size: cover;
    padding: 200px 0;
}

.defind_content li {
    float: left;
    width: 30%;
    background: #fff;
}

.defind_content {
    position: relative;
}

.defind_content li:nth-child(2) {
    background: url("http://demo.seatuo.com/vipdemo/M104/Template/104/css/defind1.jpg")
        /*tpa=http://chesi5.waimaoyun.com.cn/Template/104/css/defind1.jpg*/
        /*tpa=http://m301.seo.com.cn/images/m301/blue/defind1.jpg*/
        no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
    left: 30%;
    top: 0;
}

.defind_content li:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.defind_content li:nth-child(3) {
    margin-left: 60%;
    width: 40%;
}

.defind_font {
    padding: 100px 16%;
}

.defind_title {
    color: #2e1533;
    font-size: 32px;
    margin-bottom: 15px;
}

.defind_font .defind_wrap:nth-child(1) p {
    background: url("http://demo.seatuo.com/vipdemo/M104/Template/104/css/point.png")
        /*tpa=http://chesi5.waimaoyun.com.cn/Template/104/css/point.png*/
        /*tpa=http://m301.seo.com.cn/images/m301/blue/point.png*/
        no-repeat left center;
    padding-left: 12px;
}

.defind_font .defind_wrap:nth-child(1) {
    margin-bottom: 50px;
}

.defind_wrap p {
    color: #676767;
    font-size: 17px;
    line-height: 34px;
}

.defind_tt {
    color: #2e1533;
    font-size: 82px;
    line-height: 100px;
    padding-left: 40px;
    margin-top: 50%;
    position: relative;
    z-index: 100;
}

.search_content_box {
    position: absolute;
    z-index: 1000;
    width: 100%;
    background: #fff;
    top: 38px;
}

.search_content_box .item {
    padding: 5px;
    line-height: 50px;
    height: 50px;
}

.pic_box {
    border: 1px solid #eee;
    width: 50px;
    height: 50px;
    display: inline-block;
    overflow: hidden;
}

.pic_box img {
    max-width: 100%;
    display: block;
}

.search_content_box .item .name {
    margin-left: 10px;
    line-height: 50px;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    font-size: 16px;
}

#about {
    margin-top: 150px;
}

@media(max-width: 991px) {
    #about {
        margin-top: 30px;
    }
}