*{
    list-style-type: none;
    text-decoration: none;
    padding: 0;
}
body{
    margin: 0;
    color: black;
    background-color: #f8f8f8;
    font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif
}
a{
    color: #7b6138;
}
.NoContent{
    width: 100%;
    text-align: center;
    min-height: 200px;
    font-size: 16px;
    padding: 30px 0;
    color: #bbbbbb;
    letter-spacing: 3px;
}
.pd-15{
    padding: 15px;
}
.header{
    display: block;
    height: 80px;
    background-color: white;
    box-shadow: 0 0 15px #adadad;
    position: relative;
    z-index: 100;
}
.container{
    margin: auto;
    padding: 0 15px;
    max-width: 1170px;
    position: relative;
}
.header-title{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    font-weight: bold;
    padding: 15px 0;
}
.header-title img{
    height: 100%;
}

.header-nav{
    position: absolute;
    right: 15px;
    top: 0;
}
.m_nav_btn{
    position: absolute;
    font-size: 26px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    top: 15px;
    text-align: center;
    /* background-color: #e9e9e9; */
    border-radius: 3px;
    /* border: 1px solid; */
    right: 15px;
    display: none;
}
.m_nav_btn i{
    font-size:inherit;
}
.nav-list{
    padding: 0;
    margin: 0;
    line-height: 78px;
    font-size: 16px;
}
.list-item{
    display: inline-block;
    padding: 0 10px;
    position: relative;
}
.list-item.active:after{
	content:"";
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	border-bottom: 3px solid #7b6138;
}
.nav-link{
    display: block;
}
.dropdown-menus a{
	line-height: 50px;
}
.nav-link.has-down:after {
    content: "\e611";
    margin-left: 7px;
    font-size: 13px;
}
.list-item:hover .dropdown-menus{
    display: block;
}
.list-item:hover .has-down:after{
    content: "\e613";
}

.dropdown-menus{
    display: none;
    position: absolute;
    padding: 10px 0;
    background-color: white;
    left: 0;
    /* transform: translate(-50%,0) !important; */
    min-width: 130px;
    z-index: 1;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
}
.dropdown-menus .list-item{
    display: block;
    padding: 0 18px;
}

.banner{
    display: block;
    position: relative;
}
.swiper-slide a{
    height: 600px;
    display: block;
    background-position: center;
    background-size: cover;
}
.swiper-button-next, .swiper-button-prev{
    color: white;
    padding: 8px 15px;
    background-color: rgb(0 0 0 / 20%);
    border-radius: 7px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 30px;
}
.swiper-pagination-bullet-active{
    width: 30px;
    border-radius: 8px;
    transition: width .4s;
}

.index-item{
    margin-top: 5%;
}
.item-title{
    text-align: center;
}
.item-title h2{
    font-size: 22px;
    margin: 0;
}
.item-title p{
    color: #999999;
    font-size: 16px;
}
.ImgText{
    display: flex;
    align-items: center;
    margin-top: 50px;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 25px 5px #e9e9e9;
    flex-wrap: nowrap;
}
.ImgText+.ImgText{
    margin-top: 8%;
}
.ImgText .text{
    flex: 1;
    padding: 5%;
}
.ImgText-r .text{
    text-align: right;
}
.ImgText .text h3{
    margin: 0;
    display: block;
}
.ImgText .text h3 label{
    padding: 20px 0px;
    padding-right: 50px;
    border-bottom: 1px solid #000;
    letter-spacing: .5em;
}
.ImgText-r .text h3 label{
    padding-right: 0;
    padding-left: 50px;
}
.ImgText .text p{
    margin-top: 45px;
    color: rgb(0 0 0 / 50%);
    line-height: 30px;
    letter-spacing: 2px;
}
.ImgText .image-back{
    width: 50%;
    padding-bottom: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about{
    padding: 6% 0;
    background-color: #ededed;
}
.about-wrap{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.about-wrap .about-image{
    width: 48%;
    padding-bottom: 500px;
    border-radius: 10px;
    position: relative;
}
.about-wrap .about-image:before{
    content: "";
    position: absolute;
    right: -20px;
    top: -20px;
    width: 95%;
    height: 95%;
    border-radius: 10px;
    border: 1px solid #c1c1c1;
    z-index: 1;
}
.about-wrap .about-image:after{
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-image: inherit;
    background-position: center;
    background-size: cover;
    border-radius: inherit;
}
.about-wrap .about-text{
    flex: 1;
    margin-left: 3%;
    padding: 2%;
    color: #555;
}
.about-wrap .about-text h3{
    margin: 0;
    font-size: 24px;
}
.about-wrap .about-text h3 span{
    font-size: 16px;
    color: #999;
    font-weight: 100;
    margin-left: 3%;
}
.about-wrap .about-content{
    line-height: 1.8;
    margin-top: 3%;
    white-space: pre-wrap;
    letter-spacing: 3px;
}
.more-link{
    display: inline-block;
    padding: 10px 18px;
    margin-top: 4%;
    border: 1px solid;
    border-radius: 25px;
    font-size: 14px;
}
.choose-us{
    padding: 5% 0;
    color: white;
    position: relative;
}
.choose-us:before{
    content:"";
    background-image: inherit;
    filter: brightness(0.35);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
}

.footer{
    text-align: center;
    padding: 4% 0 15px;
    background-color: #161616;
    color: white;
    margin-top: 5%;
}
.footer a{
    color: #d39e4b;
    padding: 3px 5px;
}
.footer p{
    margin:4px 0;
}
.footer-info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 4%;
}
.footer-info .footer-l{
    flex: 1;
    text-align: left;
    min-width: 230px;
}
.footer-info .footer-l h4{
    margin: 0;
    font-size: 20px;
    margin-bottom: 20px;
}
.footer-info .footer-l p{
    margin-top: 8px;
}
.footer-info .footer-qrcode{
    padding: 15px 0;
}
.footer-info .footer-qrcode img{
    width: 150px;
}
.footer-bottom{
    margin-top: 3%;
    padding-top: 15px;
    border-top: 1px solid rgb(204 204 204 / 10%);
}

.h-image{
    padding-bottom: 21%;
    background-position: center;
    background-size: cover;
}

.h-image.dark{
    filter: brightness(0.45);
}

mask{
    background-color: black;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    display: none;
    opacity: .4;
}
mask.closeNav{
    display: none;
}

.location{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 70%);
    color: white;
}
.breadcrumb{
    padding: 9px 0;
    line-height: 25px;
    font-size: 14px;
    position: relative;
}
.breadcrumb a{
    display: inline-block;
    margin: 0 5px;
    color: #e5b569;
}
.breadcrumb span{
    margin: 0 4px;
}
.row{
    margin: auto -1%;
    /* margin-top: 2%; */
    display: flex;
    flex-wrap: wrap;
}
.pro-item{
    width: 23%;
    margin: 1%;
    background-color: white;
    padding: 2%;
    box-sizing: border-box;
}
.pro-item:hover{
    box-shadow: 0 0 15px 5px #e9e9e9;
}
.pro-item .image{
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: #e7e7e7;
}
.NoImage{
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    padding: 5%;
    top: 50%;
    text-align: center;
    font-size: 30px;
    color: #d3d3d3;
    text-shadow: 2px 2px white;
    letter-spacing: 9px;
}
.pro-item .image img{
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    display: block;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    border: 0;
    transition: transform 0.3s ease;
}
.pro-item h5{
    margin: 10px 0;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro-item p{
    margin-top: 12px;
    margin-bottom: 0;
    color: #939393;
    font-size: 14px;
}
.pro-item .tags-b{
    margin-top: 15px;
    line-height: 30px;
    height: 30px;
}
.pro-item .tags-b .detail{
    float: right;
    font-size: 13px;
}
.pro-item .tags-b .tag_link{
    display: inline-block;
}
.pro-item .tags-b .tag_link a{
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    padding: 3px 5px;
    color: #a3a3a3;
    font-size: 12px;
}
.pages{
    display: block;
    margin: 20px auto;
    font-size: 16px;
    text-align: center;
}
.pages a,.pages span{
    display: inline-block;
    padding: 5px 13px;
    margin: 0 5px;
}
.pages a{
    color: white;
    background-color: #7b6138;
    border-radius: 3px;
}
.pages span{color: #959595;}

.LogContent{
    letter-spacing: 1.5px;
    font-size: 16px;
    padding: 15px 0;
    min-height: 400px;
}
.LogContent img{
    max-width: 100%;
}
.log_cover{
    max-width: 500px;
    margin: auto;
}
.web-info{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(calc(-50% - 20px)) !important;
    text-align: center;
    color: white;
}
.web-info h1{
    font-size: 26px;
    text-shadow: 2px 2px 3px #00adff;
    display: block;
    padding: 0 20px;
}
.web-info p{
    display:block;
    text-shadow: 2px 2px 3px #00adff;
    font-size: 15px;
}
.web-info a{
    color: #ffbe5a;
    display: inline-block;
}
.web-info time, .web-info span, .web-info a{
    margin: 0 6px;
    display: inline-block;
}
.post-tags{
    margin-top: 30px;
    display: block;
}
.post-tags a{
    border: 1px solid #d7d7d7;
    padding: 5px 10px;
    border-radius: 3px;
    margin-right: 5px;
    display: inline-block;
}

.choose-us-content{
    font-size: 16px;
    letter-spacing: 4px;
    white-space: pre-wrap;
    color: white;
}

.fixed{
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 150;
}
.fixed-item{
    color: black;
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 6px;
    border-radius: 3px;
    position: relative;
    display: block;
    cursor: pointer;
}
.fixed-item:hover .tips{
    display:block;
}
.fixed-qq{
    background-color: #0ab6dd;
    color: white;
}
.fixed-weixin{
    background-color: #05d12a;
    color: white;
}
.fixed-email{
    background-color: #c7a500;
    color: white;
}
.fixed-tel{
    background-color: #d55800;
    color: white;
}
.fixed-top{
    display:none;
}
.fixed-item i{
    font-size: 20px;
}
.fixed-item .tips{
    display: none;
    background-color: white;
    color: #000;
    position: absolute;
    z-index: 1;
    right: 48px;
    padding: 8px;
    border-radius: 5px;
    line-height: 2;
    bottom: 0;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 25%);
}
.fixed-item img{
    max-width:150px;
}

.container.news{
    /*max-width: 960px;*/
    margin-top: 5%;
}
.news_row{}
.news_row .news-item{
    display: flex;
    padding: 5% 15px;
    letter-spacing: 1.3px;
    flex-wrap: wrap;
}
.news_row .news-item:hover{
    background-color: rgb(255 240 215 / 40%);
}
.news-item+.news-item{
    border-top: 1px solid rgb(0 0 0 / 5%);
}
.news_row .news-item .newsimg{
    width: 150px;
    background-position: center;
    background-size: cover;
    position: relative;
    background-color: #e7e7e7;
    text-align: center;
}
.newsimg .NoImage{
    font-size: 22px;
}
.news_row .news-item .newscontent{
    flex: 1;
    margin-left: 15px;
    padding: 15px 0;
}
.news_row .news-item .newscontent h5{
    margin: 0;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_row .news-item .newscontent p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 15px 0 0;
    color: #707070;
}
.news_row .news-item .newscontent a{
    margin-top: 15px;
    text-align: right;
    display: block;
}
.subtitle{
    text-align: center;
    margin: 30px 0 25px;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}
.ContactsUs{
    display: flex;
    margin: auto;
    margin-bottom: 30px;
    font-size: 16px;
    max-width: 700px;
    flex-wrap: wrap;
}
.ContactsUs span{
    width: 31.33%;
    text-align: center;
    display: block;
    line-height: 30px;
    padding: 0 1%;
}

.yy_comment-header{
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 8px;
    padding: 3px 8px;
    border-left: 3px solid #17b3a5;
    color: #17b3a5;
}
.yy_comment-header label{
    float: left;
}
.yy_comment-header a{
    float: right;
    display: inline-block;
    color:#17b3a5;
}
.yy_comment-wrap{
    color: #4b4b4b;
}
.yy_comment-wrap a{
    color: #17b3a5;
}
.yy_comment-wrap .yy_comment_item{
    overflow: hidden;
    padding: 8px 0;
}
.yy_comment_item+.yy_comment_item{
	margin-top: 20px;
}
.yy_comment_item .avatar{
    float: left;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    overflow: hidden;
}
.yy_comment_item .avatar img{
    width: 100%;
    height: 100%;
}
.yy_comment_item .comment-infos,.yy_comment_item .comment-infos-unGravatar{
    margin-left: 52px;
}
.yy_comment_item .comment-infos-unGravatar{}
.comment_content_head{
    overflow: hidden;
}
.comment_content_head b{
    vertical-align: middle;
}
.comment_content_head .yy_comment_time{
    margin-left: 5px;
    font-size: 12px;
}
.yy_comment_content{
    white-space: pre-wrap;
    word-break: break-all;
}
.comment_content_foot{
    font-size: 12px;
    color: var(--yylog-FG-2);
}
.comment_content_foot .comment_replay_btn{
    float: right;
    margin-right: 8px;
}

.yy_comment_children{
	margin-left:52px;
	margin-top: 14px;
}
.yy_comment_children .yy_comment_children{
	margin-left:0;
}
.form_textarea_head{
    overflow: hidden;
    margin: 0 5px;
}
.form_textarea_head .avatar{
    /* float: left; */
    width: 30px;
    height: 30px;
    border-radius: 3px;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
}
.form_textarea_head .avatar img{
    width: 100%;
    height: 100%;
}
.form_textarea_head label{
	vertical-align:middle;
	display: inline-block;
	margin-left: 5px;
}
.form_textarea{
    background-color: #ffffff;
    padding: 8px;
    margin: 5px;
    border-radius: 3px;
}
.form_textarea textarea{
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    display: block;
    border:0;
    line-height: 24px;
    background-color: transparent;
    resize: none;
}
div+.form_textarea{
    margin-top: 10px;
}
.comment-info{display: flex;}
.comment-info div{
    width: 100%;
    margin: 5px;
}
.comment-info input{
    width: 100%;
    box-sizing: border-box;
    padding: 8px 10px;
    border: 0;
    border-radius: 3px;
    background-color: white;
}
.cookieTip{
    margin: 5px;
    font-size: 14px;
    display: block;
}
.cookieTip i{
    vertical-align: middle;
    margin-right:3px;
}
.null{
    text-align: center;
    color: #b5b5b5;
    padding: 50px 0;
}
.submit-wrap{
    text-align: right;
    margin-top: 8px;
}
.submit-wrap .commBtn{
    background-color: #17b3a5;
    color: white;
    border: none;
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 3px;
    letter-spacing: 2px;
}
@media screen and (max-width: 600px) {
    .comment-info{display: block;}
    .comment-info div{
        margin: 2% 0;
    }
    .form_textarea,.form_textarea_head{
        margin:0;
    }
}

.about-content{
	margin:30px 0;
	white-space: pre-wrap;
}

.yy-text{line-height: 1.8; font-size: 16px;}
.yy-text h1,
.yy-text h2,
.yy-text h3,
.yy-text h4,
.yy-text h5,
.yy-text h6{color: #3A3A3A;}
.yy-text h1{font-size: 32px;}
.yy-text h2{font-size: 24px;}
.yy-text h3{font-size: 18px;}
.yy-text h4{font-size: 16px;}
.yy-text h5{font-size: 14px;}
.yy-text h6{font-size: 13px;}
.yy-text ul,
.yy-text ol{padding-left: 15px;}
.yy-text ul li{margin-top: 5px; list-style-type: disc;}
.yy-text ol li{margin-top: 5px; list-style-type: decimal;}
.yy-text-em,
.yy-word-aux{color: #999 !important; padding-left: 5px !important; padding-right: 5px !important;}
.yy-text p{margin: 15px 0;}
.yy-text p:first-child{margin-top: 0;}
.yy-text p:last-child{margin-bottom: 0;}
.yy-text a:not(.yy-btn){color: #01AAED;}
.yy-text a:not(.yy-btn):hover{text-decoration: underline;}
.yy-text blockquote:not(.yy-elem-quote){padding: 5px 15px; border-left: 5px solid #eee;}
.yy-text pre > code:not(.yy-code){padding: 15px; font-family: "Courier New",Consolas,"Lucida Console";}

.anim {
    -webkit-animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-duration: .3s;
    animation-fill-mode: both
}
@keyframes slide-right {
    from {
        transform: translate3d(-100%,0,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@keyframes slide-right-out {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(-100%,0,0)
    }
}

@keyframes downbit {
    0% {
        opacity: .3;
        transform: translate3d(0,-5px,0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

@keyframes leftbit {
    0% {
        opacity: .3;
        transform: translate3d(8px,0,0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

.anim-slide-right {
    animation-name: slide-right
}

.anim-slide-right-out {
    animation-name: slide-right-out
}

.anim-downbit {
    animation-name: downbit
}
.anim-leftbit {
    animation-name: leftbit
}

@media screen and (max-width:768px){
    .m_nav_btn{
        display: inline-block;
    }
    .header-nav{
        right: unset;
        left: 0;
        top: 0;
        position: fixed;
        z-index: 100;
        width: 300px;
        background-color: white;
        height: 100%;
        box-shadow: 0 0 20px 5px #1e1e1e;
        overflow-y: auto;
        display: none;
    }
    .open-navi{
        display: block;
    }
    mask.closeNav{
        display: block;
    }
    .nav-list{
        padding: 15px;
    }
    .header-nav .list-item{
        display:block;
    }
    .header-nav .list-item+.list-item{
        border-top: 1px solid #e7e7e7;
    }
    .dropdown-menus{
        position:unset;
        display: block;
        box-shadow: unset;
        padding: 0;
        border-top: 1px solid #e7e7e7;
    }
    .nav-link.has-down:after{
        display: none;
    }
    .swiper-slide a{
        height: 250px;
    }
    .ImgText,.about-wrap{
        flex-wrap: wrap;
    }
    .ImgText .image-back,.about-image{
        width: 100% !important;
        padding-bottom: 70%  !important;
    }
    .ImgText .text{
        text-align: left;
    }
    .ImgText .text h3 label{
        padding: 20px 50px 20px 0;
    }
    .ImgText .text p{
        letter-spacing: 1px;
    }
    .about-wrap .about-text{
        margin:0;
        padding: 4% 0;
    }
    .about-wrap .about-image:before,
	.list-item.active:after{
        display:none !important;
    }
    .about-wrap .about-content{
        letter-spacing:1px;
    }
    .h-image{
        padding-bottom: 40%;
    }
    .pro-item{
        width: 48%;
    }
    .NoImage{
        font-size:25px;
    }
    .web-info{
        transform: translateY(calc(-50% - 17px)) !important;
    }
    .web-info h1{
        font-size:20px;
    }
    .breadcrumb{
        padding: 6px 0;
        font-size: 14px;
    }
    .news_row .news-item .newsimg{
        width: 100%;
        height: 200px;
    }
    .news_row .news-item .newscontent{
        margin-left: 0;
        margin-top: 5px;
        width: 100%;
    }
    .ContactsUs span{
        width: 100%;
    }
}
@media screen and (max-width:410px){
    .pro-item{
        width: 98%;
    }
}