* {margin:0;padding: 0;}
*, *:after, *:before {box-sizing: border-box;}
html.ac-gn-noscroll, html.ac-gn-noscroll body {overflow: hidden!important;height: 100%!important;}
html.ac-gn-noscroll-long {overflow-y: scroll!important;}
html {width: 100%;height: 100%;color: #353535;}
body{font-size:13px;background: #FFFFFF;width: 100%;min-height: 100%;overflow-x: hidden;
    font-family: "Microsoft Yahei";color: #000000;}
a{color: #000000;}
button,input{outline:0;}
.my-custom-select{outline:0;}
a:hover{text-decoration: none;color: #000000;}
p{margin-bottom: 0;}
select,input,textarea{font-size: 14px;}
input::-webkit-input-placeholder{color:#bababa;}
input:-moz-placeholder{color:#bababa;}
input::-moz-placeholder {color:#bababa;}
input:-ms-input-placeholder{color:#bababa;}

.main{width: 100%;position: relative;overflow: hidden;height: 100%;}
.main:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

#videoarea{width: 100%;background: #000;}

.hiddencontent{display: none!important;transition: width .4s ease;}

.pagination{padding: 30px 15px;display: block;overflow: hidden;text-align: center;}
.pagination li{display:inline-block;line-height: 35px;height: 35px;margin: 2px;}
.pagination li a{display: block;height: 35px;line-height: 35px;padding: 0px 15px;border-radius: 3px;text-decoration: none;background-color: #f8f8f8;color: #c9c9c9;}
.pagination li a:hover{background: #009481;color: #FFF;}
.pagination li span{display: block;height:35px;line-height: 35px;padding: 0px 15px;border-radius:3px;text-decoration: none;background-color: #f8f8f8;color: #c9c9c9;}
.pagination li.active span{background: #009481;color: #FFF;}
@media only screen and (min-width:768px ) {
.pagination{padding: 50px 20px;}
}

.lf{float: left;}
.rh{float: right;}

.notfind{font-size: 16px;text-align: center;padding: 50px;}

.panel-must-tp{color: red;}

.detail-content-header{padding: 20px;background: #f0efed;border-radius: 5px;font-weight: 700;color: #404040;margin-bottom: 20px;}

.headerBefore{width: 255px;transition: width .4s ease;float: left;height: 100%;overflow: hidden;}
.headerBeforeWidth{}
.headerBefore-hidden{width: 50px;transition: width .4s ease;}
.contentBefore{overflow: hidden;transition: left .4s ease;}


.content{transition: left .4s ease;overflow: hidden;}

.blockquote{background: #e9ebf5;font-size: 16px;overflow: hidden;line-height:60px;height: 60px;padding-left: 20px;}
.blockquote .title{font-weight: 600;margin-right: 10px;}
.blockquote .title-y{font-weight: 100;}

.search-div{display: none;}
@media only screen and (min-width:768px ) {
    .search-div{display: block;width: 200px;float: right;margin-top: 11px;position: relative;margin-right: 15px;}
    .search-div-btn{position: absolute;top: 1px;right: 1px;width: 36px;height: 36px;line-height: 36px;padding: 0px 11px;cursor: pointer;background:#FFF url('../ico/search-btn.png') no-repeat center center;background-size: 20px;border: 0;}
}


.mheader{
    background-color: #f0efed;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    position: relative;
    z-index: 55;
}
.mheader-logo{-ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    width: 128px;
    /*margin-right: calc(100vw - 170px - 150px);*/
}
.mheader-logo a {width: 100%;height: 100%;}
.mheader-logo a img{width: 100%;height: 100%;}
.mheader-buttons{width: 100px;height: 50px;position: absolute;top: 0;right: 0;}
.mheader-buttons .mheader-menu-button{
    display: block;
    float:left;
    background-image: url('../ico/menu-ico.png');
    width: 50px;height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px;
    cursor: pointer;
    border-left: 1px #e8e7e4 solid;
    border-right: 1px #e8e7e4 solid;
}
.mheader-menu-button-close{background-image: url('../ico/menu-ico-close.png') !important;}
.mheader-buttons .mheader-search-button{
    display: block;
    float:left;
    background-image: url('../ico/search-icon.svg');
    width: 50px;height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    cursor: pointer;
}


.header {background: #faf9f7;position: fixed;top:0;bottom: 0px;left: 0;z-index: 30;height: 100%;transition: width .4s ease;overflow: hidden;}
/*.navVisible {width: 255px;}*/

.header-logo{height: 100px;width: 255px;}
.header-logo img{width: 100%;height:100%;}
.header-body{height: 100%;}


.header-buttons{height: 100%;background-color: #f0efed;width: 50px;position: absolute;}
.header-buttons .header-menu-button{display: block;background-image: url('../ico/menu-icon.svg');width: 50px;height: 50px;background-repeat: no-repeat;background-position: center center;background-size: 24px 13px;cursor: pointer;}
.header-buttons .header-menu-button:hover{background-image: url('../ico/menu-icon-hover.svg');}
.header-buttons .header-search-button{display: block;background-image: url('../ico/search-icon.svg');width: 50px;height: 50px;background-repeat: no-repeat;background-position: center center;background-size: 20px;cursor: pointer;}
.header-buttons .header-search-button:hover{background-image: url('../ico/search-icon-hover.svg');}
.header-buttons .header-like-button{display: block;width: 50px;height: 50px;padding: 20px;position: fixed;left: 0;
    bottom: 0;}
.header-buttons .header-like-button img{display: block;width: 10px;}



.header-menu{background-color: #faf9f7;position: relative;
    left: 55px;
    transition: left .4s ease;
    width: 200px;
    padding: 27px 23px 25px 20px;
    height: 100%;
    /*height: calc(100vh - 155px);*/
    overflow: hidden;
}
.header-menu:hover{ overflow: auto;}
.header-menu-title{color: #807d79;font-weight: 500;margin-bottom: 11px;}
.header-menu-btns{ margin-bottom: 30px;}
.header-menu-btns a{display: block;line-height: 25px;}
.header-menu-items{width: 160px;}
.header-menu-items #catid-28{display: none;}
.header-menu-item-title{font-size: 13px;cursor:pointer;border-bottom: solid 1px #f0efed;line-height: 40px;text-transform: none;}
.header-menu-item-title i{font-size: 13px;float: right;}
.header-menu-item .submenu li a{color: #807d79;font-size: 12px;display: block;padding: 8px 0px;}
.header-menu .ziliao{margin-top: 80px;}
.header-menu .weixin{margin-top: 80px;margin-bottom: 100px;}
.header-menu .weixin img{width: 80px;}

.mobile{left: 0;width: 100%;padding: 30px;}
.mobile .header-menu-items{width: 100%;}
.mobile .header-menu-item .submenu li a{}
.mobile .ziliao{margin-top: 30px;}
.mobile .weixin{margin-top: 20px; margin-bottom: 0;}

.mheader-buttons-form{position: absolute;overflow: hidden;height:0px;top: 50px;transition: width .4s ease;}
.mheader-buttons-form input{width: 100%;margin-bottom: 15px;}
.mheader-buttons-form .mheader-search-close{display: block;width: 40px;height: 40px;margin: 0 auto;border: 1px solid #c7c7c7;border-radius: 90px;height: 40px;line-height: 40px;text-align: center;cursor: pointer;}
.mheader-buttons-form-v{height:250px;background: #FFF;overflow: hidden;z-index: 40;width: 100%;padding: 50px 30px;transition: width .4s ease;box-shadow: 0 10px 10px 0 rgba(0,0,0,.1);}
.header-search{position: fixed;overflow: hidden;height: 100%;width: 0px;left: 50px;top: 0px;background: #FFF;transition: width .4s ease;}
.header-search .header-search-close{display: block;width: 50px;height: 50px;position: absolute; right: 10px;top: 10px;}
.header-search .header-search-close i{font-size: 30px;cursor: pointer;}
.header-search .layui-form{padding: 200px 100px;}
.header-search .layui-form input{margin-bottom: 15px;}
.header-search-v{width:500px;transition: width .4s ease;z-index:40;box-shadow: 0 10px 10px 0 rgba(0,0,0,.1);}

#mybanner .carousel-item img{display: block;width: 100%;}
#mybanner .carousel-control-prev-icon{background: url('../ico/mybanner-left.png') no-repeat center center;width: 30px;height: 30px;background-size: 30px;}
#mybanner .carousel-control-next-icon{background: url('../ico/mybanner-right.png') no-repeat center center;width: 30px;height: 30px;background-size: 30px;}
#mybanner .carousel-indicators li{width: 10px;height: 10px;border: 1px solid #FFF;background: none;border-radius: 90px;}
#mybanner .carousel-indicators li.active{background:#FFF;}
#mybanner .carousel-caption{background-color: #f9f9f9;padding: 20px;text-align: left;position: relative;left: 0px;min-height: 160px;}
#mybanner .carousel-caption .title{font-size:18px;margin-bottom: 10px;color: #0C0C0C;font-weight: 700;}
#mybanner .carousel-caption .subtitle{font-size: 14px;color: #b1b1b1;}
#mybanner .carousel-caption .banner-more{display: block;width:70px;height: 30px;line-height:30px;font-size: 16px;padding-right:35px;color: #000;margin-top: 10px;background: url('../ico/right-lv.png') no-repeat right center;background-size: 30px;}
@media only screen and (min-width:768px ) {
#mybanner .carousel-control-prev-icon{width: 70px;height: 70px;background-size: 70px;}
#mybanner .carousel-control-next-icon{width: 70px;height: 70px;background-size: 70px;}
#mybanner .carousel-caption{position: absolute;bottom: 30px;left: 20px;right:20px;background: none;}
#mybanner .carousel-caption .title{font-size: 30px;color: #FFF;margin-bottom: 20px;}
#mybanner .carousel-caption .subtitle{font-size: 16px;color: #b1b1b1;}
#mybanner .carousel-caption .banner-more{color: #177684;margin-top: 10px;}
}
@media only screen and (min-width:1200px ) {
#mybanner .carousel-caption{bottom: 70px;width:1000px; left: 50%;margin-left: -500px;background-color: rgba(255, 255, 255, 0.75);
    border-radius: 10px;box-shadow: 0px 0px 20px #676767;}
#mybanner .carousel-caption .title{font-size: 36px;color: #117ec6;}
#mybanner .carousel-caption .subtitle{font-size: 18px;color: #333;}
}

.mobile-news{padding: 15px;}
.mobile-news li{padding: 10px 0px;}
.mobile-news-title{font-size: 18px;}
.mobile-news li p{color: #888888;}
.index-news .n-box{display: block;overflow: hidden;margin: 5px;box-shadow: 0 0 5px #ccc;padding: 15px;}
.index-news .n-box .n-title{padding-bottom: 10px;font-size: 18px;color: #c92b2f;}
.index-news .n-box .n-title i{float: right;}
.index-news .n-box .n-p{padding-top: 10px;font-size: 16px;color:#888;}
.index-news .n-box img{display: block;width: 100%;}
.index-news #swiper2{position: relative;overflow: hidden;}
.index-news #swiper2 .thumb{height: 70px;width: auto;float: left;margin-right: 15px;}
.index-news #swiper2 h5{font-size: 13px;}
.index-news #swiper2 p{display: none;}
.index-news #swiper2 .swiper-pagination-bullets{text-align: right;z-index: 999;}
.index-news ul{overflow: hidden;}
.index-news li .index-news-info{display: block;padding: 20px;margin: 15px;box-shadow: 0 0 20px 0 rgba(0,0,0,.1);}
.index-news li .index-news-info .index-news-title{color:#177684;font-weight: 800;font-size: 16px;line-height: 40px;}
.index-news li .index-news-info h2{font-size: 16px;margin-bottom: 10px;line-height: 20px;}
.index-news li .index-news-info p{color: #888;margin-bottom: 10px;}
.index-news li .index-news-info span{display: block;color:#177684;font-weight: 800;}
@media only screen and (min-width:992px ) {
.index-news .n-box{margin: 10px;box-shadow: 0 0 15px #ccc;padding: 15px;}
.index-news .n-box .n-title{font-size: 25px;padding: 0px 0px 10px 0px;}
.index-news .n-box .n-p{font-size: 16px;padding-top: 10px;}
.index-news .news-baner{}
.index-news #swiper2{max-height: 154px;}
.index-news #swiper2 .thumb{height: 154px;}
.index-news #swiper2 h5{font-size: 20px;}
.index-news #swiper2 p{display: block;color: #888888;font-size: 16px;}
.index-news #swiper2 .swiper-pagination-bullets{position: absolute;}
.index-news li .index-news-info{min-height: 260px;position: relative;}
.index-news li .index-news-info span{position: absolute;bottom: 20px;}
}
@media only screen and (min-width:1200px ) {
.index-news{width: 1200px;padding-top: 30px;}
.index-news #swiper2{max-height: 191px;}
.index-news #swiper2 .thumb{height: 191px;}
.index-news .n-box{padding: 15px;}
.index-news .n-box:hover{box-shadow: 0 0 15px #929090;}
.index-news li .index-news-info{min-height: 260px;}
}

.box-title-border{border-width: 1px 1px 0px 1px;border-style: solid;border-color: #e8e8e8;height: 40px;margin: 40px 20px;text-align: center;}
.box-title{background: #FFF;display: inline-block;margin-top: -28px;padding: 0px 20px;}
.box-title h2{text-align: center;font-size: 20px;}
.box-title p{text-align: center;color: #888;}
@media only screen and (min-width:768px ) {
.box-title-border{margin: 80px 20px 40px 20px;}
}
@media only screen and (min-width:1200px ) {
.box-title-border{}
.box-title{padding: 0px 50px;}
.box-title h2{font-size: 22px;}
}


.index-zt ul{overflow: hidden;}
.index-zt li a{display: block;padding-bottom: 15px;background: #f9f9f9;margin-bottom: 10px;border-radius: 5px;}
.index-zt li a img{display: block;width: 100%;}
.index-zt li a .info{ color: #177684;font-weight: 800;margin-top: 10px;}
.index-zt li a .info .time{color: #888;margin-left: 5px;font-weight: normal;}
.index-zt .layui-col-md4 a .cate{padding: 15px 15px 0px 15px;}
.index-zt .layui-col-md4 a .title{padding:15px;font-size: 20px;}
.index-zt .layui-col-md4 a .description{padding:0px 15px;font-size: 16px;color: #888;}
.index-zt .layui-col-md4 a p{padding:15px;font-size: 15px;font-weight: bold;}
.list-more{padding: 20px;text-align: center;}
.index-more-btn{padding: 10px 20px;background: #e4e4e4;border-radius: 90px;font-size: 14px;}
@media only screen and (min-width:768px ) {
.index-zt li{padding: 10px;}
.index-zt .layui-col-md4 a .title{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.index-zt .layui-col-md4 a .description{}
.index-zt .layui-col-md4 a p{}
}
@media only screen and (min-width:970px ) {
.index-zt ul{display: flex;flex-direction: row;}
.index-zt li a{display: flex;flex-direction: column;height: 100%;}
.index-zt li a:hover{box-shadow: 0px 0px 10px #bdbdbd;background: #FFFFFF;}
}

.investor-index{padding: 30px 15px;}
.investor-list-title{border-bottom: 1px solid #ddd;display: flex;flex-direction: row;justify-content: space-between;align-items: center;padding: 15px 0px;margin-top: 50px;}
.investor-list-title h3{font-size: 22px;}
.investor-list-title a{font-size: 16px;color: #888;}
.investor-list li{height: 42px;line-height: 42px;border-bottom: 1px dashed #eee;}
.investor-list li a{display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #535353;font-size: 16px;}
.investor-list li a span{float: right;font-size: 14px;}
.Investor-news-list{padding:15px;}
.Investor-news-list li{height: 42px;line-height: 42px;border-bottom: 1px dashed #eee;}
.Investor-news-list li a{display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #535353;font-size: 16px;}
.Investor-news-list li a span{float: right;font-size: 14px;}



.index-product{overflow: hidden;}
.index-product-list a{border: 1px solid #d8d8d8;display: block;padding: 2px;border-radius: 5px;width: 48%;margin: 1%;float: left;}
.index-product-list a .category-title{font-size: 16px;font-weight: bold;color: #000;text-align: center;padding: 5px;}
.index-product-list a img{display: block;width: 100%;}
.index-product-list a p{color: #a56d1b;text-align: center;padding: 15px;}
.index-product #swiper-product img{display: block;width: 100%;}
.index-product #swiper-product .swiper-slide a{border: 1px solid #d8d8d8;display: block;padding: 2px;border-radius: 5px;}
.index-product #swiper-product .category-title{font-size: 25px;color: #000;text-align: center;padding: 15px;}
.index-product #swiper-product .swiper-slide a p{color: #a56d1b;text-align: center;padding: 15px;}


.link{padding-bottom: 30px;}
.link-logo{margin-bottom: 20px;display: flex;flex-direction: row;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.link-logo a{display: block;width: 33.33%;padding: 5px;}
.link-logo a img{display: block;width: 100%;}
.link-text a{display: inline-block;float: left;padding: 5px;font-size: 16px;margin-right:10px;}
@media only screen and (min-width:768px ) {
.link-logo{margin-bottom: 20px;display: flex;flex-direction: row;flex-wrap: wrap;align-items: center;justify-content: flex-start;}
.link-logo a{display: block;width:auto;padding: 5px;}
.link-logo a img{display: block;width: auto;}
}


.news-list{width: 100%;padding: 0px 0px 20px 0px;}
.news-list-ul{overflow: hidden;padding: 15px;}
.news-list-ul li{overflow: hidden;padding: 12px 0px;}
.news-list-li-thumb{width: 100px;height: 75px;float: left;margin-right: 10px;overflow: hidden;}
.news-list-li-thumb img{display: block;width: 100%;}
.news-list-li-info{overflow: hidden;}
.news-list-li-info .description{display: none;}
.news-list-li-info .title{display: block;font-size: 16px;line-height:20px;}
.news-list-li-info .time{color: #888;font-size: 12px;}
.news-list-li-info .more{color: #177684;font-size: 14px;font-weight: bold;margin-top: 5px;display: block;}
@media only screen and (min-width:768px ) {
.news-list{width: 100%;padding: 0px 0px 20px 0px;}
.news-list-ul li{position: relative;padding: 40px 0;border-bottom: 1px #f2f2f2 solid;}
.news-list-li-thumb{width: 250px;height: 188px;float: left;margin-right: 20px;}
.news-list-li-info{}
.news-list-li-info .title{font-size:22px;line-height: 25px;margin-bottom: 10px;}
.news-list-li-info .time{font-size: 14px;margin-bottom: 10px;}
.news-list-li-info .description{display:block;color: #888;font-size: 16px;margin-bottom: 10px;}
.news-list-li-info .more{color: #177684;font-size: 14px;font-weight: bold;}
}
@media only screen and (min-width:1200px ) {
.news-list{max-width: 900px;padding: 80px 0px;}
}


.list-title{text-align: center;border-color: #dcdcdc;border-width: 1px 1px 0px 1px;border-style: solid;margin:50px 10px 20px 10px;}
.list-title .text{height: 30px;line-height: 30px;display: inline-block;position: relative;top: -15px;background: #FFF;
padding: 0px 10px;}
.list-title .text a{padding: 0px 2px;font-size: 15px;color: #a5a5a5;}
.list-title .text a.on{font-weight: bold;color: #000;}
@media only screen and (min-width:768px ) {
.list-title{text-align: center;height: 30px;margin: 50px 0px 20px 0px;}
}

.page-title{text-align: center;height: 30px;border-color: #dcdcdc;border-width: 1px 1px 0px 1px;border-style: solid;margin: 30px 0;}
.page-title .text{height: 30px;line-height: 30px;display: inline-block;position: relative;top: -15px;background: #FFF;
    padding: 0px 20px;}
.page-title .text a{padding: 0px 2px;font-size: 26px;font-family: serif;font-weight: 700;}
.page-title .text a.on{font-weight: bold;}
@media only screen and (min-width:768px ) {
.page-title{margin: 50px 0;}
.page-title .text a{font-size: 36px;}
}

.news-detail{max-width: 750px;}
.news-detail .layui-row{padding: 20px;padding: 20px 5px;}
.news-detail-category-name{color: #007bbc;font-weight: 700;text-transform: uppercase;font-size: 12px;margin-bottom: 10px;}
.news-detail-category-name-bg{width: 90%;height: 30px;background-image: radial-gradient(100% 40px at 50% 0,rgba(0,0,0,.06) 0,rgba(0,0,0,0) 50%,transparent 100%);}
.news-detail-title{line-height: 30px;margin-bottom: 16px;font-size: 25px;}
.news-detail-meta{color: #b3b3b3;}
.news-detail-meta a{color: #b3b3b3;margin-right: 5px;}
.news-detail-meta span{margin-right: 5px;}
.news-detail-description{padding: 10px 20px;
    color: #888888;
    background-color: #F9F9F9;
    border-left: 4px solid #eaeaea;
    font-size: 15px;
    margin: 30px 0;
    line-height: 25px;}
.detail-content{padding:15px;line-height: 30px !important;color: #333333 !important;text-align: justify;word-wrap: break-word;font-family:"PingFang SC",sans-serif !important; text-decoration:none !important;border:0 !important;font-size: 16px !important;letter-spacing: 0.5px !important;}
.detail-content img{display: block; max-width:100% !important; height:auto !important;margin:5px auto;}
.detail-content p,
.detail-content span,
.detail-content div,
.detail-content b,
.detail-content strong,
.detail-content em,
.detail-content font,
.detail-content a{
    line-height: 30px !important;
    color: #666666;
    text-align: justify;
    word-wrap: break-word;
    font-family:"PingFang SC","Microsoft YaHei",sans-serif !important;
    text-decoration:none !important;
    border:0 !important;
    font-size: 16px !important;
}
.news-detail .content p,
.news-detail .content div{margin-bottom:10px !important;}
.news-detail .content a:hover{color:red !important;}
.detail-content #attachment-img{display: inline-block;}
@media only screen and (min-width:768px ) {
.news-detail{padding: 80px 0px;}
.news-detail-category-name-bg{width: 350px;height: 30px;}
.news-detail-title{line-height: 40px;margin-bottom: 16px;font-size: 36px;font-family: serif;font-weight: 700;}
}



.product-list{width: 100%;padding: 0px 0px 20px 0px;}
.product-list .list-title{border: 0;}
.product-list .text{text-align: center;}
.product-list .text a{display: inline-block;background: #f0efed;border-radius: 90px;padding: 0px 10px;margin: 2px;}
.product-list .text a.on{background: #009288;color: #FFF;}
.product-list-ul{overflow: hidden;padding: 20px;}
.product-list-ul li{display: block;width: 100%;}
.product-list-li-thumb{display: block;width: 100%;}
.product-list-li-thumb img{display: block;width: 100%;height: auto;border-radius: 10px;}
.product-list-li-info{display: block;width: 100%;padding: 15px 0px;}
.product-list-li-info .title{font-size: 22px;color: #0C0C0C;line-height: 40px;}
.product-list-li-info p{font-size: 14px;color: #888;line-height: 20px;margin-top: 3px;display: block;}
.product-list-li-info .more{font-size: 14px;color: #177684;font-weight: 700;display: block;margin-top: 10px;}
@media only screen and (min-width:768px ) {
.product-list{padding: 0px 0px 20px 0px;}
.product-list .list-title{  border-color: #dcdcdc;border-width: 1px 1px 0px 1px;border-style: solid;}
.product-list .text a{display: inline-block;background:none;padding: 0;}
.product-list .text a.on{background: none;color: #000;}
.product-list-ul li{display:flex;padding: 20px 0px;}
.product-list-li-thumb{width: 200px;padding-top: 15px;}
.product-list-li-thumb img{display: block;width: 100%;height: auto;}
.product-list-li-info{padding: 0px 0px 0px 20px;overflow: hidden;flex: 1;}
.product-list-li-info .title{font-size: 22px;color: #0C0C0C;}
.product-list-li-info p{font-size: 14px;color: #888;line-height: 20px;margin-top: 3px;display: block;}
.product-list-li-info .more{font-size: 14px;color: #177684;font-weight: 700;display: block;margin-top: 10px;}
}
@media only screen and (min-width:1200px ) {
.product-list{width: 1100px;padding: 80px 0px;}
.product-list-ul{padding: 0px;}
.product-list-ul li{display:inline-block;width: 544px;vertical-align: top;margin-top: 30px;}
.product-list-li-thumb{width: 200px;float: left;padding-top: 15px;}
.product-list-li-info{float: left;width: 300px;margin-left: 20px;padding:0px;}
}


.product-detail{padding: 20px;}
.detail-thumb img{display: block;width: 100%;border-radius:10px;border: 0;margin-bottom: 20px;}
.product-detail-li-info{padding: 10px;border-radius: 10px;margin-bottom: 20px;}
.product-detail-li-info p{color: #5d5d5d;font-size: 14px;margin-bottom: 5px;}
@media only screen and (min-width:768px ) {
.product-detail{padding: 80px 0px;max-width: 750px;}
.product-detail-header{overflow: hidden;padding: 30px 0px;}
.product-detail-header .detail-thumb{width: 280px;float: left;margin-right: 20px;}
.product-detail-header .product-detail-li-info p{font-size: 16px;margin-bottom: 12px;}
}


.stock-page{padding: 0px 0px 20px 0px;}
.stock-page .sz002864{margin-bottom: 20px;}
.stock-page .sz002864 p{display: inline-block;background: #f5f5f5;padding: 2px 10px;border-radius: 90px;margin: 5px;}
.stock-page .sz002864 p span{color: #ff2525;}
.stock-page-btns{padding:30px 0px;text-align: center;}
@media only screen and (min-width:768px ) {
.stock-page{padding: 80px 0px;max-width: 900px;}
}

.questions{padding: 20px;}
.questions li{padding: 20px 0px;border-bottom: 1px solid #e0e0e0;}
.questions-title{font-size: 16px;color: #333;font-weight: bold;}
.questions li .time{color: #b7b7b7;font-weight: normal;}
.questions .add-questions{}
.questions .reply{font-size: 15px;color: #333;border: 1px solid #f9f9f9;background-color: #fbfcfd;padding: 10px;border-radius: 4px;margin: 10px 0px;}
@media only screen and (min-width:768px ) {
.questions{padding: 80px 0px;max-width: 900px;}
}

.latest-list{padding: 0px 0px 20px 0px;}
.latest-list-ul{}
.latest-list-ul li{display: block;padding: 10px;}
.latest-list-ul li a{display: block;height: 100%;background: #FFFFFF;box-shadow: 0px 0px 10px #cecece;}
.latest-list-ul li img{display: block;width: 100%;}
.latest-list-ul li .cate{padding: 15px 15px 0px 15px;}
.latest-list-ul li .title{padding: 15px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 20px;}
.latest-list-ul li .description{padding:0px 15px;color: #888;font-size: 16px;}
.latest-list-ul li .time{padding:15px;}
@media only screen and (min-width:970px ) {
.latest-list{padding: 80px 0px;}
.latest-list-ul{display: flex;flex-direction: row;flex-wrap: wrap;}
.latest-list-ul li{display: block;width: 33.33%;}
.latest-list-ul li a:hover{box-shadow: 0px 0px 10px #969696;}
}

.about_top{height: 100px;background: url("../image/about_top_pc.jpg") no-repeat center center;}

.document-list{width: 100%;padding: 0px 0px 20px 0px;}
.document-list-ul{overflow: hidden;display: flex;flex-wrap: wrap;padding: 15px;}
.document-list-ul li{display: flex;flex-direction: column;justify-content: space-between;width: 96%;margin:2%;background-color: #f1f1f1;}
.document-list-li-thumb{text-align: center;}
.document-list-li-thumb img{width: 100%;display: block;}
.document-list-li-info{padding: 15px;text-align: center;}
.document-list-li-info p{font-size: 16px;line-height: 20px;display: block;margin-bottom: 10px;text-overflow: ellipsis;
    white-space: nowrap;overflow: hidden;}
.document-list-li-info .layui-btn{color: #FFFFFF;}
@media only screen and (min-width:768px ) {
.document-list{width: 100%;padding: 0px 0px 20px 0px;}
.document-list-ul li{width: 23%;margin:1%;}
}
@media only screen and (min-width:1200px ) {
.document-list{max-width: 900px;padding: 80px 0px;}
.document-list-ul{padding: 0px;}
}


.job-list{max-width: 750px;}
.news-detail .layui-row{padding: 20px;padding: 20px 5px;}
@media only screen and (min-width:768px ) {
.job-list{padding: 80px 0px;}
}


.search-list{width: 100%;padding: 0px 0px 20px 0px;}
.search-list-ul{}
.search-list-ul{overflow: hidden;padding: 15px;}
.search-list-ul li{overflow: hidden;padding: 15px 0px;}
.search-list-li-thumb{width: 100px;height: 75px;float: left;margin-right: 10px;}
.search-list-li-thumb img{display: block;width: 100%;}
.search-list-li-info{overflow: hidden;}
.search-list-li-info .description{display: none;}
.search-list-li-info .title{display: block;font-size: 16px;line-height: 20px;}
.search-list-li-info .more{color: #177684;font-size: 14px;font-weight: bold;}
@media only screen and (min-width:768px ) {
.search-list{width: 900px;padding: 80px 0px;}
.search-list-ul li{position: relative;padding: 40px 0;border-bottom: 1px #f2f2f2 solid;}
.search-list-li-thumb{width: 200px;height: 150px;float: left;margin-right: 20px;}
.search-list-li-info{}
.search-list-li-info .title{font-size: 18px;line-height: 25px;margin-bottom: 10px;font-weight: bold;}
.search-list-li-info .description{display:block;color: #888;font-size: 14px;margin-bottom: 10px;line-height: 24px;}
.search-list-li-info .more{color: #177684;font-size: 14px;font-weight: bold;}
}



.my-form{}
.my-form .layui-form-label{width:118px;margin-right: 30px;text-align: left;padding: 9px 0px;color: #9a9a9a;}
.my-form .layui-input-block{margin-left: 150px;}
.my-form .layui-form-item{margin-bottom: 30px;}
.my-form .layui-footer{position: fixed;left:1px;right: 0;bottom: 0;line-height:70px;background-color: #fff;padding: 10px 0;text-align: center;box-shadow: 0 -1px 2px 0 rgba(0,0,0,.05);z-index: 9999;}
.my-custom-select{
    width: 100%;
    height: 38px;
    line-height: 1.3;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: #fff;
    border-radius: 2px;
    padding-left: 5px;
    transition: box-shadow 0.25s ease;
    vertical-align: middle;
}
.my-custom-select option{
    height: 38px;
    line-height: 1.3;
}
.my-custom-select .my-custom-select-tips{
    color: #999;
}

.custom-radio label{display: inline-block;height: 18px;line-height: 18px;margin-right: 10px;margin-top: 10px;}

.custom-radio label input[type="radio"] {position: absolute;opacity: 0;}
.custom-radio label .radio-label{font-style: normal;}
.custom-radio label input[type="radio"] + .radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    margin-right:5px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.custom-radio label input[type="radio"]:checked + .radio-label:before {
    background-color: #5FB878;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.custom-radio label input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #5FB878;
}
.custom-radio label input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.custom-radio label input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}


.care-detail ul li{display: block;padding:10px;}
.care-detail ul li a{display: block;height: 100%;background: #FFFFFF;box-shadow: 0px 0px 10px #cecece;}
.care-detail ul li img{display: block;width: 100%;}
.care-detail ul li .title{padding: 15px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 20px;}
.care-detail ul li .description{color: #888;font-size: 16px;padding:0px 15px 15px 15px;}
@media only screen and (min-width:768px ) {
.care-detail ul{display: flex;flex-wrap: wrap;flex-direction: row;}
.care-detail ul li{display: block;width: 33.33%;}
.care-detail ul li a:hover{box-shadow: 0px 0px 10px #969696;}
}

.pc-footer{background-color: #efeeec;}
@media only screen and (min-width:768px ) {
    .pc-footer{padding-top: 30px;}
    .pc-footer-title{color: #888;padding:6px 0;}
    .footer-li{display: block;width: 12.5%;float: left;}
    .footer-li .footer-title{display: block;color: #333333;font-size: 16px;font-weight: 600;padding: 6px 0px;}
    .footer-li .menu a{display: block;color: #888;padding: 2px 0px;}
    #footer-more{padding-left: 50px;}
    #footer-more li{display: block;padding: 2px 0px;color: #888;margin-bottom: 5px;}
    #footer-more li span{color: #333333;font-weight: 600;padding: 6px 0px;}
    #footer-more li span i{display: inline-block;width:100%;}
    #footer-more li.address span{display:block;font-size: 16px;}
    .pc-footer .info{padding: 15px 0px;border-top: 1px solid #d6d6d6;color: #afafaf;margin-top: 20px;}
    .footer-bg{background: url('../image/footer-bg.jpg') no-repeat center center;height: 80px;}
    .footer-bg .layui-container{overflow: hidden;padding: 30px 0;}
    .footer-bg .gongsi-logo{width: 250px;display: inline-block;float: left;}
    .footer-bg .pc-icp{display:inline-block;height: 20px;line-height: 20px;float: right;color: #fff;font-size: 14px;}
}

.preNext{padding: 20px 0px;}
.preNext a{display: block;padding: 7px 0px;font-size: 14px;}
.preNext a strong{margin-right: 5px;color: #969696;font-weight: normal;}

.job-in{padding: 15px}
.job-in .layui-form-item{margin-bottom: 10px;}
.job-in .layui-form-label{width: 100%;}
.job-in .layui-input-inline{margin: 0;width: 100%;}
.job-in .layui-input-block{margin-left: 0;}
@media only screen and (min-width:768px ) {
.job-in {padding: 60px 0px}
.job-in .layui-form-item{margin-bottom: 30px;}
.job-in .layui-form-label{width: 118px;}
.job-in .layui-input-inline{margin: 0;float: left;width: 190px;margin-right: 10px;}
.job-in .layui-input-block{margin-left: 150px;}
}


.weixin-cp{display: none;}
@media only screen and (min-width:768px ) {
.weixin-cp{display: block;background: #FAFAFA;border-radius: 10px;position: relative;overflow: hidden;padding: 30px;margin: 20px 0px;}
.weixin-cp img{width: 15%;float: left;}
.weixin-cp .weixin-cp-rh{width: 80%;float: right;padding: 20px 0;font-size: 15px;color: #888;}
}

.mfooter-cp{background: url(../image/m-footer-bg.jpg) no-repeat center center;height: 80px;padding: 20px;}
.mfooter-cp .m-logo-text{width: 50%;height: auto;display: block;margin: 0 auto;}
.mfooter-cp .m-text-cp{text-align: center;display: block;color: #faf9f7;margin-top: 5px;}
.mfooter-img {overflow: hidden;}
.mfooter-img img{display: block;width: 100%;border:0;}


.my-bshare{display: none;}
@media only screen and (min-width:768px ) {
.my-bshare{display: block; position: fixed;width: 50px;height: 150px;right: 10px;top: 50%;margin-top: -75px;}
.my-bshare a{display: block;width: 40px!important;height: 40px!important;}
.my-bshare a.bshare-weixin{background: url("../ico/my-bshare-weixin.png") no-repeat center center;background-size: 35px;}
.my-bshare a.bshare-qzone{background: url("../ico/my-bshare-qq.png") no-repeat center center;background-size: 35px;}
.my-bshare a.bshare-sinaminiblog{background: url("../ico/my-bshare-weibo.png") no-repeat center center;background-size: 35px;}
#bsWXBox .bsTop{width: 100%!important;}
#bsWXBox .bsFrameDiv div{height: 210px!important;width: 210px!important;}
#bsWXBox .bsFrameDiv div img{margin: 15px!important;}
}


.kefu{position: fixed;width: 50px;height: 55px;bottom: 50px;right: 5px;z-index: 999;}
.kefu .kefu_appeal, .kefu .kefu_qrcode,.kefu .kefu_backtotop {
    display: none;
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    padding: 10px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
    -moz-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
    box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
    cursor: pointer;
}
.kefu .kefu_backtotop{display: block;}
.kefu img {width: 100%;height: 100%;}
@media only screen and (min-width:768px ) {
.kefu {height: 165px;}
.kefu .kefu_appeal, .kefu .kefu_qrcode, .kefu .kefu_backtotop {display: block;}
.kefu .kefu_appeal{position: relative;}
.kefu .kefu_appeal_show{display: none;position: absolute;left: -140px;top: -50px;background: #ffffff;width: 140px;padding: 10px;box-shadow: 0px 0px 3px #bdbdbd;}
.kefu .kefu_appeal_show h3{font-size: 14px;color: #333;font-weight:600;line-height: 24px;padding: 5px}
.kefu .kefu_appeal_show ul li {line-height: 40px;height:40px;border-bottom: solid 1px #E6E4E4;overflow: hidden;}
.kefu .kefu_appeal_show ul li span {color: #777;display: inline-block;}
.kefu .kefu_appeal_show ul li a{display: inline-block;width: 79px;height: 25px;}
.kefu .kefu_appeal_show ul li a img {width: 100%;height: 100%;}
.kefu .kefu_appeal:hover .kefu_appeal_show{display: block;}

.kefu .kefu_qrcode{position: relative;}
.kefu .kefu_qrcode .kefu_qrcode_show{display: none;width: 140px;height: 140px;position: absolute;left: -140px;top: -20px;background: #FFF;padding: 20px;box-shadow: 0px 0px 3px #bdbdbd;}
.kefu .kefu_qrcode:hover .kefu_qrcode_show{display: block;}
.kefu #back-to-top {display: none;cursor: pointer;}
}