﻿@font-face {
    font-family: 'Test';
    src: 
    url('../Css/font-awesome/fonts/zajzdb.woff') format('woff'),
    url('../Css/font-awesome/fonts/zajzdb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'F37 Bobby';
    src: 
    url('../Css/font-awesome/fonts/F37Bobby-RegularIt.woff2') format('woff2'),
    url('../Css/font-awesome/fonts/F37Bobby-RegularIt.woff') format('woff'),
    url('../Css/font-awesome/fonts/F37Bobby-RegularIt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FZZhengHeiS-DB-GB';
    src:
     url('../Css/font-awesome/fonts/fangzhengzhengzhonghei.woff2') format('woff2'),
     url('../Css/font-awesome/fonts/fangzhengzhengzhonghei.woff') format('woff'),
     url('../Css/font-awesome/fonts/fangzhengzhengzhonghei.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PingFang SC';
    src: url('../Css/font-awesome/fonts/SourceHanSansSC-VF.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'F37 Bobby2';
    src: 
    url('../Css/font-awesome/fonts/F37Bobby-Light.woff2') format('woff2'),
    url('../Css/font-awesome/fonts/F37Bobby-Light.woff') format('woff'),
    url('../Css/font-awesome/fonts/F37Bobby-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




.container{max-width:89.5833vw;}

/*网站公共样式*/
.info-content{line-height:2;padding-bottom:30px;}
a{color:#333;text-decoration:none;}                                            
a:hover{color:#d5a353;}
a:focus{color:#d5a353;}
a.btn-more{transition:all 0.5s ease;-moz-transition:all 0.5s ease; /* Firefox 4 */-webkit-transition:all 0.5s ease; /* Safari and Chrome */-o-transition:all 0.5s ease; /* Opera */}
a.btn-more:hover{border-color:#780001;color:#780001;}
.banner{height:500px\9!important;overflow:hidden\9!important;overflow:hidden;} /*兼容ie低版*/
.text-yellow{color: rgb(200, 163, 88);}
.font-size-15{font-size:15px;}
.font-size-13{font-size:13px;}



/*遮罩层*/
.mask-bg{position:fixed;width: 100%;height:100%;display:none;height:100vh;background-color: rgba(0, 0, 0, .7);overflow:hidden;z-index:100;top: 0;left: 0;}
.mask-bg.active{display:block;}



/*首页模块样式*/
.product-module-box {position:relative;}
.module-title{clear:both;text-align:center;margin:30px 0px 30px 0px;}
.module-title .cn-title{display:block;color:#333;line-height:48px;font-family: SimSun;font-weight: bold;}
.module-title span{font-size: 18px;background:url(../images/24tel.png) no-repeat center left;background-size: 34px;padding: 20px 0 20px 50px;}



/*自定义导航动画，也可以用animater.css中的动画，需要在script.js中修改*/
.nav .animated,.sub-nav .animated{animation-duration:0.4s;-webkit-animation-duration:0.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.navSlide{animation-name:navSlide;-webkit-animation-name:navSlide;}
@keyframes navSlide{0%{transform:translateY(100%);-webkit-transform:translateY(100%);-ms-transform:translateY(100%);-moz-transform:translateY(100%);-o-transform:translateY(100%);opacity:0;visibility:visible;}100%{transform:translateY(0);-webkit-transform:translateY(0);-ms-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);opacity:1;}}



/*主菜单*/
@media (min-width:1000px) /*pc端*/
{
.headers{position:absolute;top:0;z-index:100;width: 100%;}/*smalltop*/
.headers .container .row{margin: 5px 0;}
.logo h3{font-size: 2.4rem;position: relative;top: 6px;left: 16px;color:#fff;}
.logo:hover h3{color:#fff;}
.logo img{width: 8.8542vw;max-height: 2.0833vw;float: left;}

.navs > ul > li{line-height: 70px!important;}
.headers .logo{padding-top: 10px!important;padding-bottom: 10px;}

.document-flow{position: fixed;z-index: 999;right: 0;left: 0;top:0;}/*top*/
.header {padding:0px 0;}
.header .logo{padding-top: 1.1458vw;display:block}
.img2{display:none;}

.nav{width: 100%;position: absolute;}
.nav>ul>li{float:left;text-align:center;line-height:4.1667vw; margin-right: 5.7292vw;}
.nav>ul>li>ul{position:absolute;}
.nav>ul>li>a{font-size:1.145835vw;display: block;width: 100%;color:#fff;font-family: FZZhengHeiS-DB-GB;font-weight: normal;letter-spacing: 0px;}
/* .nav>ul>li>a:hover,.nav>ul>li.current>a{color:#BFDFDB ;font-weight: normal;} */

.nav li:hover> ul{visibility: inherit;opacity: 1;}
.nav ul li ul li a{display:block;width:100%;text-align:center;font-size:0.9375vw;transition:.3s linear;color:#fff;line-height: 20px;white-space: nowrap;}
/* .nav ul li ul li a:hover{text-decoration:none;font-size:14px;padding-left:10px;color:#fff;} */
.nav ul li{position:relative;}
.nav ul li .arrow{display:none}
.nav ul li ul{background-color: rgba(255, 255, 255, 0.2023);visibility: hidden;opacity: 0; position:absolute;left: 50%;transform: translateX(-50%); top:3.125vw;z-index:2;padding: 1.0417vw 1.3021vw;border: 1px solid #BFDFDB;border-radius: 0.4167vw; transition: all .3s;} 二级ul样式
.nav ul li ul li ul{left:100%;top:0px; display:none;}/*三级以后ul样式*/
.nav ul li ul li{
    /* display:none; */
    margin-bottom: 1.0417vw;
}
.nav ul li ul li:last-child{margin-bottom: 0;}
.header .scrolled{background: rgba(255, 255, 255,1);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);transition:background-color 0.3s ease,box-shadow 0.3s ease;height: 4.1667vw;width: 100%;position: fixed;z-index: 999;right: 0;left: 0;top:0;}
.header .scrolled .nav > ul > li > a{color:#007F6E;background-color:transparent;transition:all 0.3s ease}
/* .header .scrolled .nav > ul > li > a:hover,.header.scrolled .nav > ul > li.current > a{color:#fff;background-color:#BFDFDB} */
.header .scrolled .img1{display: none;}
.row .img3{visibility: hidden;opacity: 0;max-height: 2.6042vw;float: left;max-width: 100%;vertical-align: middle; }
.header .scrolled .img3{visibility: visible;opacity: 1;}
.header .scrolled .nav ul li ul{background-color: #fff !important;}
.header .scrolled .nav ul li ul li a{color: #007F6E !important;}
/* .header .scrolled .nav>ul>li>a:hover .header .scrolled .nav ul li a{color:#BFDFDB ;} */
.nav>ul>li>a:hover {
  color: #BFDFDB !important;
}
.nav>ul>li>ul>li>a:hover {
  color: #BFDFDB !important;
}
.scrolled .nav>ul>li>ul>li>a:hover {
  color: #BFDFDB !important;
}
.header .scrolled .nav-search {border-color: #007F6E !important;}
.header .scrolled .nav-search input{color: #007F6E !important;}
.header .scrolled .nav-search .width_search{display: none;}
.header .scrolled .nav-search .green_search{display: block;}
/* .header .scrolled .nav ul li {color: #007F6E;} */

.nav-search input:-webkit-autofill {
        box-shadow: 0 0 0px 1000px transparent inset !important;
        -webkit-text-fill-color: #fff !important;
        -webkit-background-clip:text;

      }

.row .left{width: 28.5% !important;}
.row .right{position: relative; width: 71.5% !important;}
.nav-search{display: flex;align-items: center; justify-content: space-between; position: absolute;right: 0; top: 50%; transform: translateY(50%); width: 13.5417vw; height: 2.0833vw;padding: 0 1.0417vw;border-radius: 1.5625vw;border: 1px solid #fff;font-size: 1.6rem;}
.nav-search input{width: 80%;}
.nav-search input{background-color: transparent; height: 100%;border: none;outline: none;color: #fff;}
.nav-search img{width: 0.9896vw; height: 0.9896vw;}
.nav-search .width_search{display: block;}
.nav-search .green_search{display: none;}

}

@media (max-width:1000px) /*手机端*/
{
.nav-search{display: none;} 
.document-flow{position: fixed;z-index: 999;right: 0;left: 0;top:0;}/*top*/
.logo img{max-height:48px;float: left;}
.header .container .row{margin: 6px 0 6px 10px;}
.header .container .row .logo-boxs{padding-left:0;}
.header .logo{display: block;max-width: 80%;color: #fff;}
.header .nav-toggle{color: #fff;position:absolute;right:0;top:0;font-size:25px;min-width:60px;height:60px;line-height:60px;text-align:center;cursor:pointer;z-index:1;}
.header .nav-toggle.active{color:#ccc;}
.header .row .left,.header .container{padding-left:0;padding-right: 0;background-color: #000;}
.logo h3{font-size: 2.0rem;position: relative;top: 8px;left: 8px;}
.nav-toggle{position: absolute;top: 24px;right: 20px;}
.nav-toggle .fa{font-size: 24px;}
.img1{display:none;}

.nav{position:fixed;z-index:999;top:0px;right:0px;width:0px;background:#fff;height:100%;height:100vh;opacity:0;transition: all 0.2s linear;overflow-y:auto}
.nav.active{opacity:1;width:300px;max-width:60%}
.nav ul li{line-height: 45px;text-align:left}
.nav ul li ul{display:none;} /*二级ul样式*/
.nav ul li a{padding-left:30px;display:block;color:#999;font-size:15px;line-height:3.5;border-bottom: 1px solid #dcdcdc}
.nav ul li ul li a{padding-left:60px;font-size:14px;background-color:#eeeeee}
.nav ul li ul li ul li a{padding-left:90px;}
.nav ul li ul li ul li li a{padding-left:120px;}
.nav ul li{position:relative;}
.nav ul li .arrow{position:absolute;right:0px;top:0px;width:50px;height:50px;line-height:50px; text-align:center;transition-duration:0s}
.nav ul li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}

.nav ul li.current > a{color:#5a342b;}
.nav ul li.active > ul{display:block}
.nav ul li.active > .arrow{transform:rotate(90deg)}
.row .img3{display: none; }

.video-name{font-size: 12px !important; top: 10px !important; left: 10px !important;}
    .nav > ul > li {
        margin-right: 0 !important;
    }
}



/*bootom*/
/* @media (min-width:1000px){
footer{text-align:left;margin-top:90px;padding-top:50px;line-height:2;}
footer .copyright{padding: 30px 0;}
footer .linkFoot li{width:12.5%;}
footer .phoneFoot{text-align:right;}
footer .ewmFoot{margin-top:30px;text-align: right;}
footer .ewmFoot p{width:20px;float:left;margin-left: 30px;line-height: 1.5;}
footer .copy-right{padding-top:20px;}

}
@media (max-width:1000px){
footer{margin-top:30px;padding-top: 20px;}
footer .copyright{padding: 20px 0 20px;}
footer .linkFoot li{padding-right:10px;}
footer .ewmFoot p{padding-bottom:10px;text-align:center;}
footer .copy-right{padding-top:10px;}

}
footer{width:100%;min-height:95px;background:#222;color:rgb(170, 170, 170);}
footer a{color:rgb(170, 170, 170);}
footer .footNav{margin-bottom: 20px;}
footer .footNav li{display:inline-block;padding-right:40px;}
footer .footNav li a{color: #c8a358;}
footer .footNav li a:hover{color: rgb(170, 170, 170);}
footer .linkFoot{margin-top:10px;}
footer .linkFoot li{display:inline-block;}
footer .ewmFoot img{height:110px;width:110px;}
 */

 
footer{background:#007c6b;color:#fff;font-family:'PingFang SC',sans-serif;font-size:0.7292vw;padding:2.0833vw 0 0;position: relative; z-index: 99;}
footer .container{max-width:75vw;margin:0 auto;display:flex;flex-direction:column;padding: 0 1.0417vw !important;}
.footer-top{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;border-bottom:0.0521vw solid #006a5a;padding-bottom:1.5625vw}
.footer-logo{display:flex;flex-direction:column;align-items:flex-start;gap:0.8333vw}
.footer-logo img{width:11.9792vw;height:auto}
.footer-section{display:flex;flex-direction:column;gap:0.5208vw;min-width:6.25vw;font-family: PingFang SC; }
.footer-section h4{font-size:1.25vw;font-weight: normal; margin-bottom:0.5208vw;font-family: FZZhengHeiS-DB-GB;}
.footer-section ul{list-style:none;padding:0;margin:0}
.footer-section li{margin-bottom:0.7813vw}
.footer-section li a{color:#fff;text-decoration:none;transition:opacity 0.2s;font-size: 1.0417vw;}
.footer-section li a:hover{opacity:0.8}
.footer-qrcode{text-align:center}
.footer-qrcode img{width:6.25vw;height:6.25vw;}
.footer-icons{display:flex;gap:2.6042vw;margin-top:0.5208vw;flex-wrap:wrap;justify-content:center}
.footer-icons img{width:2.6042vw;height:2.6042vw;object-fit:contain;transition:transform 0.3s ease}
/* .footer-icons img:hover{transform:scale(1.1)} */
.footer-bottom{display: flex; align-items: center;gap: 5.2083vw;text-align:center;justify-content: center;font-size:0.625vw;color:#dcdcdc;padding:1.0417vw 0;background:#015f4e;line-height:1.8}
.footer-bottom .footer-bottom-list{display: flex;align-items: center;gap: 1.0417vw;}
.footer-bottom .footer-bottom-list .footer-bottom-item{width: 4.6875vw;height: 2.0833vw;}
.footer-bottom .footer-bottom-list .footer-bottom-item img{width: 100%;height: 100%;object-fit: contain;}
.footer-bottom .copyright p{text-align: left;font-family: PingFang SC;}

.icon-with-qr{position:relative;display:inline-block}
.icon-with-qr .qr-popup{width: 6.25vw;height: 6.25vw;position:absolute;bottom:145%;left:50%;transform:translateX(-50%);background:#fff;padding:0.5208vw;border-radius:0.625vw;box-shadow:0 0.2083vw 0.625vw rgba(0,0,0,0.2);
    opacity: 0;
    transition: all .3s;
    visibility: hidden;
    z-index:10;}
.icon-with-qr:hover .qr-popup{opacity: 1;visibility: visible;}
.icon-with-qr .qr-popup img{width: 100%;height: 100%;}

.icon-with-qr .qr-popup::after{content:'';position:absolute;top:100%;left:50%;transform:translateX(-50%);border-width:0.5208vw;border-style:solid;border-color:#fff transparent transparent transparent}
@media (max-width:1780px){
/* .main-bg .container{max-width: 89.58% !important;} */
/* .header .scrolled{height: 72px !important;} */
/* .nav-search{
   font-size: 1.5rem;
} */
/* .nav>ul>li>a{font-size: 2.2rem; }
.nav>ul>li>ul>li>a{font-size: 1.8rem; } */
    
}
@media (max-width:1680px){
/* .main-bg .container .logo a{padding-top: 35px !important;} */
/* .header .scrolled{height: 63px !important;} */
/* .nav-search{font-size: 1.4rem;} */
/* .nav>ul>li>a{font-size: 1.95rem; }
.nav>ul>li>ul>li>a{font-size: 1.65rem; } */
}

@media (max-width:1440px){
/* footer .container{max-width:80% !important;} */
/* .main-bg .container .logo a{padding-top: 40px !important;} */
/* .header .scrolled{height: 58px !important;} */
/* .nav-search{font-size: 1.3rem;} */
/* .nav>ul>li>a{font-size: 1.75rem; }
.nav>ul>li>ul>li>a{font-size: 1.65rem; } */
}

@media (max-width:1280px){
/* .header .scrolled{height: 45px !important;} */
/* .nav-search{font-size: 1.2rem;} */
/* .nav>ul>li>a{font-size: 1.6rem; }
.nav>ul>li>ul>li>a{font-size: 1.4rem; } */
}

@media (max-width:1000px){
.nav-search{display: none ;}

.main-bg .container{max-width: 100% !important;}

.container{max-width: 100% !important; width: 100%;padding:0 10px;}
.footer-top{justify-content: center;}
.footer-top .footer-logo{width: 100%; margin-bottom: 20px;}

/* .footer-logo, .footer-section, .footer-qrcode{width: 100%;} */
.footer-logo, .footer-section, .footer-qrcode .footer-icons{gap: 3.125vw;justify-content: space-between;}
.footer-logo,.footer-section,.footer-qrcode{align-items:center;text-align:center}
.footer-logo img{
    width: 140px;
}
.footer-section{width: 25%;}
.footer-qrcode{width: 56%;}
.footer-icons img{
    width: 20px;
    height: 20px;
}
.copyright{
    font-size: 8px;
}
.footer-section h4{font-size:15px}
.footer-section li{margin-bottom: 10px;}
.footer-section li a{font-size:13px}
.footer-icons{justify-content:center}
.footer-bottom{padding:20px; margin: 0 auto; flex-direction: column;gap: 20px;}
.footer-bottom .footer-bottom-list{display: flex;align-items: center;gap: 10px;}
.footer-bottom .footer-bottom-list .footer-bottom-item{width: 80px;height: 40px;background: #D8D8D8;border-radius: 8px;}
.footer-bottom .copyright p{text-align: center;}
.icon-with-qr .qr-popup{display: none;}

}
@media (min-width:1000px){.footer-top{flex-direction:row;align-items:center}
.footer-section{text-align:left}
.footer-qrcode{text-align:center}
.fa{
    display: none;
}
}




/*子栏目样式*/
.sub-nav-box .sub-nav>ul>li{text-align:center;line-height:60px;display: inline-block;}
.sub-nav-box .sub-nav>ul>li>ul{position:absolute;}
.sub-nav-box .sub-nav>ul>li>a{background-color: #f4f4f4;}
.sub-nav-box .sub-nav li:hover> ul{display:block;}
.sub-nav-box .sub-nav> ul > li > ul::before {display:block;margin:0px auto;text-align: center;position:absolute;top:-8px;left: 45%;content: "";width: 0;height: 0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom: 8px solid #ed8e82;}
.sub-nav-box .sub-nav> ul > li > ul li ul::before{display:block;margin:0px auto;text-align: center;position:absolute;top:20px;left:-10px;content: "";width: 0;height: 0;border-bottom:5px solid transparent;border-right:5px solid transparent;border-top: 5px solid transparent;border-left: 5px solid #fff;}
.sub-nav-box .sub-nav ul li ul li a{display:block;width:100%;text-align:center;color:#fff;line-height:50px} 
.sub-nav-box .sub-nav ul li ul li a:hover{text-decoration:none;color:#fff;background:rgba(0, 0, 0, 0.1);}

.sub-nav-box .sub-nav ul li{position:relative;}
.sub-nav-box .sub-nav ul li .arrow{display:none}
.sub-nav-box .sub-nav ul li ul{background-color:#ed8e82;display:none;position:absolute;left:0;z-index:2;width:100%;} /*二级ul样式*/
.sub-nav-box .sub-nav ul li ul li ul{left:100%;top:0px; display:none;}/*三级以后ul样式*/

@media screen and (min-width:1000px){
.sub-nav-box{margin:0px auto 40px;text-align: center;}
.sub-nav-box .sub-nav > ul > li{margin: 0 15px;}
.sub-nav-box .sub-nav>ul>li>a{padding:20px 74px;font-weight: bold;}
.contactus .sub-nav-box .sub-nav > ul > li > a{padding: 20px 118px;}
.newsnav .sub-nav-box .sub-nav > ul > li > a{padding: 20px 168px;}
.sub-nav-box .sub-nav >ul>li.active >a{background: url(../images/nav.png) no-repeat center;color: #fff;background-size:cover;}
}
@media screen and (max-width:1000px){
.sub-nav-box .sub-nav{padding-bottom:20px}
.sub-nav-box .sub-nav>ul>li{margin-right: 10px;}
.sub-nav-box .sub-nav>ul>li>a{width: 100%;height: 34px;display: inline-block;font-size: 13px;overflow: hidden;}
.sub-nav-box .sub-nav ul li{width:46%;line-height: 34px;}
.sub-nav-box .sub-nav ul li ul li,.sub-nav-box .sub-nav ul li ul::before{display:none;}
.sub-nav-box .sub-nav >ul>li.active >a{background:#c8a358;color: #fff;}
}


/*图片列表*/
.images-list .row .item a{display: block;overflow: hidden;text-align: center;}
.images-list .row .item img{display:block;width:100%;height:auto;transition: all 0.3s ease-out 0s;}
.images-list .row .item a:hover img{transform:scale(1.1,1.1);}
    

/*移动端固定栏目按钮*/
.float-nav-toggle{z-index: 10;display: block;text-align: center;position: fixed;left: 6px;bottom: 60px;color: #fff;font-size: 18px;width: 40px;height: 40px;line-height: 40px;background-color: rgba(13, 13, 13, 0.6);border-radius: 20px;}
@media (max-width: 767px) {.display-xs-block {display: block !important;}}


/*移动端固定导航栏*/
.footer-fixed{position:fixed;left:0;bottom:0;overflow:hidden;width:100%;padding:6px 0px 2px;color:#fff;z-index:9;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;border-top: 0.2rem solid #000;background: #fff;}
.footer-fixed ul{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;text-align: center;}
.footer-fixed ul li a{width:100%;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size: 13px;}
.footer-fixed ul li p{font-size:1.3rem;}
.footer-fixed.active{transform:translateX(2.8rem);z-index:9;}
.footer-fixed2{font-size: 2.8rem;padding-top: 0.6rem;}
.footer-fixed i{display:block;}
.footer-fixed .fa{font-size:22px;}
@media (min-width:1000px){.footer-fixed{display:none!important;}}
@media (max-width:1000px){footer{padding-bottom:40px;}}

/*手机端置顶*/
#gotoptop_icon{position: fixed;z-index: 10;right: 4.8177%;bottom: 90px;width: 3.125vw;height: 3.125vw;cursor: pointer;}
/* #gotoptop_icon:hover{background: url(../images/top.png) no-repeat;background-position: 0 -42px;} */
@media (max-width:1000px){#gotoptop_icon{display:none !important;}}


/*内容页公共用*/
@media (min-width:1000px){
.same-padding{padding-top:50px;}
.breadcrumb{margin-bottom:40px;padding: 15px 0px 10px;}
}
@media (max-width:1000px){
.same-padding{padding-top:40px;}
.breadcrumb{margin-bottom:30px;}

}
.breadcrumb{border-bottom: 1px solid #d9d9d9;}
.breadcrumb > li + li::before {content: ">>";padding: 0 5px;color: rgb(200, 163, 88);}
.breadcrumb > li{font-size:13px;}
.breadcrumb img{max-height:16px;position:relative;bottom:2px;}

.page ul li .fa{padding-right: 10px;}
.page ul li:hover a{text-decoration:underline;color:#048BCD;}
.page ul li:hover{color:#048BCD;}

.pagination > li > a, .pagination > li > span{padding: 4px 10px;}
.card1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}
.card2{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height: 42px;}
.card4{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;word-break: break-all;height: 80px;}



/*分页样式*/
@media (min-width:1000px){
.headlineBoxs{margin:30px 0 50px;}
.headlineBoxs img{padding:10px 0;}

.PageMore{margin:20px 0 60px;}
.PageMore a{padding: 10px 70px;}
}
@media (max-width:1000px){
.headlineBoxs{margin-bottom:20px;}

.PageMore{text-align:center;margin:10px 0 30px;}
.PageMore a{padding: 6px 40px;}
}
.headlineBoxs{text-align:center;}
.headlineBoxs .tit{font-size: 20px;font-weight:bold;}

.PageMore{text-align:center;}
.PageMore a{display:inline-block;text-align: center;background-color: #c8a358;-moz-border-radius: 30px 30px 30px 30px;-webkit-border-radius: 30px 30px 30px 30px;border-radius: 30px 30px 30px 30px;color:#fff;}
.PageMore a:hover{background-color: #000;color:#fff;}

/*分页-产品中心*/
@media (min-width:1000px){
.productPage-box li{padding-bottom:30px;}
.productPage-box li .title{font-size: 16px;}
.productPage-box .circle-box{background-color: #f8f8f8;padding: 16px;}
.show{ position:relative;}/*鼠标触发下拉遮罩样式*/
.show img{display:block;width:100%;}
.show .mask{width:100%;height:100%;background:rgba(3, 3, 3, 0.66);position:absolute;bottom:0;
    left:0;transition:0.3s linear;overflow:hidden;display:flex;justify-content:center;align-items:center;opacity:0; }
.show:hover .mask{opacity:1;}
.show .mask img{max-width:45px;max-height:45px;}
}
@media (max-width:1000px){
.productPage-box li{padding-bottom:10px;}
.display-die{display:none;}
}
.productPage-box li{text-align: center;}
.productPage-box li .title{line-height:1.5;padding:10px;font-weight:bold;}
.productPage-box li a.title:hover{color:#d5a353;}
.productPage-box li .introduct{font-size:12px;padding-bottom:6px;}
.productPage-box li .price{font-size: 16px;color: #d5a353;font-weight: bold;padding-bottom:6px;}






/*分页-新闻中心*/
.newsPage-list li{border-bottom:1px solid #e2e2e2;padding-bottom: 14px;margin-bottom: 14px;}



/*分页-关于我们*/
@media (min-width:1000px){
.brandPage-bg{padding: 50px 0 40px;margin: 20px 0 30px;}
}
@media (max-width:1000px){
.brandPage-bg{padding: 30px 0 0;margin: 20px 0 ;}
.headlineBoxs-jdan .gallery-top{margin-bottom:20px;}
}
.brandPage-bg{background-color:#f8f8f8;}
.headlineBoxs-jdan .home-gallery-thumbs{bottom: 15px;right: 15px;}
.home-gallery-thumbs img{cursor:pointer;}


/*分页-招商加盟*/
@media (min-width:1000px){
.supportPage{margin:10px 0 50px;}
.supportPage .headlineBoxs{margin: 0 0 20px;text-align: left;}
.supportPage li{padding-bottom:16px;}
.supportPage .left{padding-right:0;padding-left:0;}
.supportPage .right{padding-right:0;text-align:right;}
.supportPage .boxs{background-color: #f8f8f8;padding: 30px 36px 2px;}
}
@media (max-width:1000px){
}



/*分页-在线留言*/
@media (min-width:1000px){
.pexels-photo{margin-top:50px;}
.store-bg{margin: 80px 0 -90px;padding: 30px 0 20px;}
.store-bg .sy_mk{margin-top:-30px;}
}
@media (max-width:1000px){
.pexels-photo{margin-top:20px;}
.store-bg{margin: 30px 0 -40px;padding: 20px 0 20px;}

}
.pexels-photo img{border-radius: 20px;}
.store-bg{background-color:#f8f8f8;}
.marqueelefts {height: auto;max-width: 1200px;overflow: hidden;margin: 0px auto;}/*左移动*/
.marqueelefts ul{float:left;}
.marqueelefts li{float:left;margin:0 5px;display:inline;width:250px;height:auto;overflow:hidden;text-align:center;}
.marqueelefts li .pic{display:block;width:250px;height:auto;padding:10px;overflow:hidden;}
.marqueelefts li .pic img{height:100%;width:100%;}
.marqueelefts li .txt{text-align:center;height:auto;line-height:260px;}
.marqueelefts .marquee1_1>li>p{text-align:center;margin: 0 auto;display:inline-block;}


/*分页-联系我们*/
@media (min-width:1000px){
.ContactComBoxs .boxs{padding:30px 40px;}
.ContactComBoxs .boxs li .account{width:90%;float:left;}
.ContactComBoxs .boxs li .Img{width:10%;float:left;}
.ContactComBoxs .col-md-6:nth-child(1),.ContactComBoxs .col-md-6:nth-child(2){margin-bottom:30px;}
.mapContact{padding: 0 4%;}
}
@media (max-width:1000px){
.ContactComBoxs .boxs{padding:15px;}
.ContactComBoxs .boxs li .account{width:85%;float:left;}
.ContactComBoxs .boxs li .Img{width:15%;float:left;}
.ContactComBoxs .col-md-6:not(:last-child){margin-bottom:15px;}

}
.ContactComBoxs{margin-top:30px;}
.ContactComBoxs .boxs{background-color:#f8f8f8;}
.ContactComBoxs .boxs .tit{font-size: 15px;font-weight:bold;margin-bottom:20px;}
.ContactComBoxs .boxs li{background-color:#fff;margin-bottom:10px;overflow: hidden;}
.ContactComBoxs .boxs li img{width:40px;}
.ContactComBoxs .boxs li .account{padding-top:10px;padding-left:10px;}




/*加盟流程*/
@media (min-width:1000px){
.Services-boxs-Home .Services-list > div{min-height: 164px;}
}
@media (max-width:1000px){
.Services-boxs-Home .Services-list > div{min-height: 180px;}
}
.wp-timeline_content{position: relative;top: 170px;min-height: 400px;min-width: 1200px;}
.timeline-box{float: left;}
#timeline_content li{height: 50px;line-height: 50px;}
#timeline_content li{color: #4497fd;font-size: 12px;position: relative;float: left;height: 45px;line-height: 45px;margin-bottom: 15px;}
.icon-shijian{color: #000000;}
.icon-shijian{background-color: transparent;color: #c8a358;font-size: 24px !important;padding: 0 2px;}
#timeline_content .year > span{color: #c8a358;font-family: microsoft yahei;font-size: 16px;font-weight: normal;text-decoration: none;}
#timeline_content .year span{position: absolute;top: 24px;left: 0;cursor: default;font-weight: normal;float: left;}
#timeline_content .year > .line{margin-left: 28px;}
#timeline_content .line{background-color: #ebebeb;height: 1px;width: 127px;}
#timeline_content .line{margin-top: 26px;}
#timeline_content .m1 > .icnbox{background-image: url(../images/default.png);background-repeat: no-repeat;}
#timeline_content .m2 > .icnbox{background-image: url(../images/default2.png) !important;background-repeat: no-repeat;}
#timeline_content .m3 > .icnbox{background-image: url(../images/default3.png) !important;background-repeat: no-repeat;}
#timeline_content .m4 > .icnbox{background-image: url(../images/default4.png) !important;background-repeat: no-repeat;}

#timeline_content .month > .icnbox{background-color: #000000;height: 50px;width: 50px;}
#timeline_content .month > .icnbox{float: left;}
#timeline_content .month > .icnbox{display: inline-block;cursor: pointer;background: #000 url(../images/default.png) no-repeat center center;background-color: #c8a358;background-repeat: no-repeat;background-image: url("../images/default.png");height: 45px;width: 45px;-webkit-border-radius: 50%;-moz-border-radius: 50%;-o-border-radius: 50%;border-radius: 50%;}
#timeline_content .month > .details{color: #5a5a5a;position: absolute;top: 45px;left: -5px;background-color: transparent;min-height: 50px;z-index: 10;}
#timeline_content .month > .details > i.tline{background-color: #d9d9d9;margin-left: 30px;width: 1px;}
#timeline_content .month > .details > i.tline{display: inline-block;background-color: #ebebeb;margin: 2px 0 2px 27px;margin-left: 27px;height: 30px;width: 1px;}
#timeline_content .month > .details > .popbox{background-color: #f7f7f7;background-image: none;width: 200px;}
#timeline_content .month > .details > .popbox{background-color: #f7f7f7;width: 175px;overflow: hidden;}
#timeline_content .month > .details > .popbox > .title{background-color: #222;color: #fff;font-size: 14px;font-weight: normal;text-align: left;text-decoration: none;padding: 0 10px;}
#timeline_content .month > .details > .popbox > .conts{color: #5a5a5a;}
#timeline_content .month > .details > .popbox > .conts{font-size: 12px;padding: 8px;line-height: 150%;overflow: hidden;margin-bottom: -20px;min-height: 88px;}
#timeline_content .month > .details > .popbox > .date{color: #dadada;font-size: 12px;font-weight: normal;text-align: right;text-decoration: none;}
#timeline_content .line{background-color: #ebebeb;height: 1px;width: 127px;}
#timeline_content .line{margin-top: -20px;}
#timeline_content .month > .line{margin-left: 50px;}
#timeline_content .month > .details > .popbox > .date{color: #dadada;font-size: 12px;font-weight: normal;text-align: right;text-decoration: none;}
#timeline_content .month > .details > .popbox > .date{color: #dadada;display: inline-block;line-height: 140%;padding: 3px 0;text-align: right;text-indent: 8px;width: 97%;}
.wp-timeline_content .line2{margin-top: 24px!important;}
.wp-timeline_content .popbox2{margin-top: -16px;}
#timeline_content .month > .icnbox:hover{background-color:#222;}





