/*手机页面头部*/
@charset "utf-8";

@font-face{font-family:"Century Gothic Bold";src:url("../fonts/Century Gothic Bold.woff2") format("woff2"),url("../fonts/Century Gothic Bold.woff") format("woff"),url("../fonts/Century Gothic Bold.ttf") format("truetype"),url("../fonts/Century Gothic Bold.eot") format("embedded-opentype"),url("../fonts/Century Gothic Bold.svg") format("svg");font-weight:400;font-style:normal}
@font-face{font-family:SourceHanSerifSC-Bold;src:url(../fonts/SourceHanSerifSC-Bold.eot);src:url(../fonts/SourceHanSerifSC-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/SourceHanSerifSC-Bold.woff) format("woff"),url(../fonts/SourceHanSerifSC-Bold.ttf) format("truetype"),url(../fonts/SourceHanSerifSC-Bold.svg#SourceHanSerifSC-Bold) format("svg");font-style:normal;font-weight:400}
.datefont{font-family:"Century Gothic Bold"}
.spfont{font-family:SourceHanSerifSC-Bold}

/**{box-sizing:border-box;margin:0;padding:0;  font-family: "Microsoft YaHei",  -apple-system, BlinkMacSystemFont, "PingFang SC","Lantinghei SC", "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif;}*/
/*html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*/
/*body{margin:0;position: relative;overflow-x:hidden;}*/
/*article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}*/
/*h1,h2,h3,h4,h5,h6{margin:0;padding:0;line-height:1.2em;font-weight:normal;}*/
/*ol,ul{list-style:none}*/
/*audio,canvas,progress,video{display:inline-block;vertical-align:baseline}*/
/*audio:not([controls]){display:none;height:0}*/
/*[hidden],template{display:none}*/
/*a{color:#222;background-color:transparent;-webkit-tap-highlight-color:transparent;text-decoration: none;}*/
/*a:active,a:hover{outline:0;text-decoration:none}*/
/*a:hover{color:#c80d17}*/
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:700}
dfn{font-style:italic}
mark{color:#000;background:#ff0}
small{font-size:80%}
sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{padding:0;border:none;-ms-interpolation-mode:bicubic;max-width:100%;max-height:100%}
address,cite,dfn,em,var,i{font-style: normal;}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{height:0;border: none; border-top: 2px solid #f4f3f2; -webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}
:focus{outline:0}
button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}
button{overflow:visible;border: none}
button,select{text-transform:none}
button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
input{line-height:normal;-webkit-appearance:none}
input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}
input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}


.none{display: none}
.check:checked,.check:not(:checked){position:absolute;left:-9999px;opacity:0}
.check:checked+label,.check:not(:checked)+label{position:relative;display:inline-block;
    height:14px;font-size:14px;cursor:pointer;padding-left: 20px;}
.check+label:after,.check+label:before{position:absolute;top:2px;left:0;z-index:0;width:16px;height:13px;
    border-radius:3px;content:'';background: #000}
.check:checked+label:after{background: #ca140d}



::-webkit-input-placeholder{color:999;opacity:.54}
::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}


.flex{display:flex;justify-content:space-between;flex-wrap:wrap}
.flex-left{display:flex;flex-wrap:wrap}
.flex-center{display:flex;flex-wrap:wrap;justify-content: center;}
.flex-right{display:flex;flex-wrap:wrap;justify-content: flex-end;}
.flex-v-center{display:-webkit-flex;display:flex;flex-direction:column;justify-content:center}
.flex-v-bottom{display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: left;}

.trans{transition:all .5s}
.trans-mask{display:block;overflow:hidden;width:100%;cursor:pointer;position: relative;}
.trans-mask img{-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.trans-mask:hover img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}


.wp{width:92%;margin:0 auto;max-width:1400px}

.trans-line:before{content:'';position:absolute;width:60px;height:100%;margin-top:0px;margin-left:-120px;overflow:hidden;z-index:6;background:-moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0) 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,0.4)),color-stop(100%,rgba(255,255,255,0)));background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0) 100%);background:-o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0) 100%);-webkit-transform:skewX(-25deg);transform:skewX(-25deg)}
.trans-line:hover:before{-webkit-animation:aniBlink .6s ease-out forwards;-moz-animation:aniBlink .6s ease-out forwards;
    -o-animation:aniBlink .6s ease-out forwards;  animation:aniBlink .6s ease-out forwards}
@keyframes aniBlink{
    from{margin-left:-50%}
    to{margin-left:120%}
}
@-webkit-keyframes aniBlink{
    from{margin-left:-50%}
    to{margin-left:120%}
}

@keyframes go{
    0%{transform: translateX(0);}
    50%{transform: translateX(10px);}
    100%{transform: translateX(0);}
}

/*移动端导航开始*/
.menu-btn{z-index:999;overflow:hidden;margin-left:15px;width:32px;height:36px;background:0 0;text-indent:-5260px;opacity:1;position: relative;z-index: 999;}
.menu-btn .line-1,.menu-btn .line-2,.menu-btn .line-3{position:absolute;top:50%;right:50%;display:block;right: 0;
    width:32px;height:2px;background:#c80d17;transition:all .4s cubic-bezier(.165,.84,.44,1) 0s;transition-property:transform,width,margin,background-color}
.menu-btn .line-1{margin-top:-10px;width:28px}
.menu-btn .line-3{margin-top:10px;width:28px}
.drawerMenu-open .menu-btn .line-1{visibility:hidden}
.drawerMenu-open .menu-btn .line-2{margin-top:0!important;width:32px;-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.drawerMenu-open .menu-btn .line-3{margin-top:0!important;width:32px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}



.searchbtn{width: 30px;text-align: center;line-height: 40px}
.searchbtn i{color: #c80d17;font-size: 18px}
.mobNav{position: fixed;top:50px;left: 0;right: 0;bottom: 0; background: rgba(255,255,255,.95);z-index: 98;padding-top: 53px;padding: 40px 5% 30px;display: none}
.mobNav ul{height: 70vh;overflow: auto}
.mobNav ul li{padding: 15px 0;border-bottom: 1px solid #ddd}
.mobNav ul li:last-child{border-bottom: 0}
.mobNav ul li .navp a{font-size: 15px;color: #c80d17;font-weight: bold;}
.mobNav ul li .navp i{display: block;width: 16px;transition: .3s;transform-origin: center;margin-right: 5px}
.mobNav ul li.on .navp i{transform: rotate(-45deg);}
.mobNav ul li .subNavm{margin-top: 10px;padding-left: 10px;display: none}
.mobNav ul li .subNavm a{display: block;line-height: 30px;font-size:14px }

.headerm{display: none;position: fixed;left: 0;right: 0;top:0;z-index: 99;box-shadow: 0 0 10px rgba(0,0,0,.2);background: #fff;height: 60px;padding-right: 3%}
.headerm .logo {background: #c80d17;padding: 0 2%}
.headerm .logo img{height: 40px}
.serm{height: 20px;display: inline-block;}
.wplinksm{font-size: 15px;margin-bottom: 20px}
.wplinksm a{color:#c80d17 }
.wplinksm span{margin: 0 10px;opacity: .5}
/*搜索开始*/
.hidden_search .text { width: 100%; height: 36px; padding: 0; font-size: 14px; color: #444;background: none;border:none;font-family: "Microsoft Yahei";}
.hidden_search .btn{display:block;cursor:pointer;position:absolute;right:0;top:0;height:36px;width:40px;border:none;border-radius:50%;
    overflow:hidden;font-size:14px;color:#8f0e16;background:0 0;background: url(../img/ser1.png) no-repeat center;background-size: 20px 20px}
.hidden_search .search_wrap { border: 1px solid #e4eaec; border-radius: 20px; position: relative; padding-right: 45px; padding-left: 20px; width: 82% }
.hidden_search .close_btn { position: absolute; right: 20px; top: 32%;  width: 35px; height: 35px;
    -webkit-transition: 0.5s; transition: 0.5s; font-size: 26px;background: url(../img/close.png) no-repeat center; background-size: 50% }
.hidden_search .close_btn:hover{ color: #530794; }

.cd-popup { position: fixed; left: 0; top: 0; height: 100%; width: 100%;background: rgba(0,0,0,.7);visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999;  opacity: 0;}
.cd-popup.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container { position: relative;  padding: 30px 40px 30px 30px; background: #fff; width: 60%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.is-visible .cd-popup-container { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.cd-popup0, .cd-popup1, .cd-popup2, .cd-popup3 { position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.3); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999; }
.cd-popup0.is-visible, .cd-popup1.is-visible, .cd-popup2.is-visible, .cd-popup3.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container0, .cd-popup-container1, .cd-popup-container2, .cd-popup-container3 { position: relative; padding: 40px; background: #fff; width: 60%; margin: 0 auto; top: 20%; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.cd-popup-container1 { top: 10%; }
.is-visible .cd-popup-container0, .is-visible .cd-popup-container1, .is-visible .cd-popup-container2, .is-visible .cd-popup-container3 { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.sear_p{float: left;margin: 20px 0 0 5%;width: 90%;-webkit-border-radius: 5px;border-radius: 5px;background: #fff;}
.sear_txt{float: left;height: 30px;font-size: 12px;line-height: 30px;border: none;width: calc(100% - 35px);background: none;color: #666;text-indent: 5px;}
/*搜索结束*/
.wrapper02 {position:relative;height: 1rem;width: 100%;overflow: hidden;margin:0 auto;background:#BB1214}
.wrapper02 .scroller {position:absolute}
.wrapper02 .scroller li {height: 1rem;color:#333;float: left;line-height: 1rem;font-size: .3rem;text-align: center}
.wrapper02 .scroller li a{color:#ffffff;display:block;margin:0 .3rem}
.wrapper02 .scroller li.on{background:#D2292B}
.wrapper02 .scroller li.on a{color:#fff;}

@media screen and (max-width:1024px){
    .k{
        width: 100%;
    }
.top,.navBar{
    display: none;
}
.headerm{
    display: flex;
}
.banner{
height:auto;
}
.container_bg{
    width: calc(100% - 30px);
    margin-top: -90px;
    overflow: hidden;
}
    .container{
        width: calc(100% - 50px);
    }
    .con_top{
        overflow: hidden;
    }
    .foucs{
        width: 100%;
        float: none;
    }
    .slideBox{
        width: 100%;
    }
    .slideBox .bd{
        height: 100%;
    }
    .slideBox .bd img{
        width: 100%;
        height: 310px;
    }
    .slideBox .hd{
        top: 248px;
    }
    .slideBox .prev, .slideBox .next{
        top: 270px;
    }
    .rdzx{
        width: 100%;
        float: none;
        margin: 30px 0;
        padding:0;
    }
    .rdzx ul li a{
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }
    .jdsjj{
        width: 100%;
        height: auto;
    }
    .jdsjj .img img{
        width: 100%;
    }
    .jdsjj .text p{
        height: auto;
    }
    .jdal{
        width: 100%;
    }
    .jdfw{
        width: 100%;
        margin: 30px 0;
    }
    .Contact{
        width: 100%;
    }
    .zi_pa{
        left: 0;
        margin-left: 0;
    }
   .map_box iframe{
    width:100%!important;
}
    #dituContent{
    width:100%!important;
} 

    /*子页面*/
    .zibannerbox{
    height:336px;
}
.zibannerbox .zibanner{
   background-size: 100% 70%!important;
}
    .zibannerbox .zi_bg{
        background: none;
    }
    .content_left{
        display: none;
    }
   .main_left{
    background: url(../img/left_bg.png) left center no-repeat;

} 
   .main_r{
    display: none;
}
.wrapper02{
   display: block;
}
    .content_r{
        width: 100%;
    }
}
@media screen and (max-width:500px){
  .k{
        width: 100%;
    }
.top,.navBar{
    display: none;
}
.headerm{
    display: flex;
}
.headerm .logo img{
  height:30px;
}
.banner{
    height: 200px;
}
.flexslider .slides img{
height:200px;
}
.hidden_search .search_wrap{
width:65%;
}
.container_bg{
    width: calc(100% - 30px);
    margin-top: -90px;
    overflow: hidden;
}
    .container{
        width: calc(100% - 50px);
    }
    .con_top{
        overflow: hidden;
    }
    .foucs{
        width: 100%;
        float: none;
        height:354px;
    }
    .slideBox{
        width: 100%;
    }
    .slideBox .bd{
        height: 100%;
    }
    .slideBox .bd img{
        width: 100%;
        height:230px;
    }
    .slideBox .hd{
        top: 168px;
    }
    .slideBox .prev, .slideBox .next{
        top: 188px;
    }
    .rdzx{
        width: 100%;
        float: none;
        margin: 30px 0;
        padding:0;
    }
    .rdzx ul li a{
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }
    .jdsjj{
        width: 100%;
        height: auto;
    }
    .jdsjj .img img{
        width: 100%;
    }
    .jdsjj .text p{
        height: auto;
    }
    .jdal{
        width: 100%;
    }
    .jdfw{
        width: 100%;
        margin: 30px 0;
    }
    .Contact{
        width: 100%;
    }
    .zi_pa{
        left: 0;
        margin-left: 0;
    }
   .map_box iframe{
    width:100%!important;
}
    #dituContent{
    width:100%!important;
} 

    /*子页面*/

.zibannerbox{
  height: 250px;
}
.zibannerbox .zibanner{
   background: url(../img/sj_zibanner.jpg) center center no-repeat!important;
   background-size: cover!important;
}
    .zibannerbox .zi_bg{
        background: none;
    }
    .content_left{
        display: none;
    }
.zi_pa{
  background: none;
}
   .main_r{
    display: none;
}
.wrapper02{
   display: block;
}
    .content_r{
        width: 100%;
    }
.content_r .rdzx_list ul li a{
   padding-left:15px;
}
#vsb_content iframe{
width:100%;
}
.fydzs_b .dzal .dzal_title{
width: 50px;
margin-top: -74px;
}
.fydzs_b .dzal .dzal_title span{
font-size: 18px;
width: 50px;
line-height: 50px;
min-height: 148px;
}
.fydzs_b .dzal{
min-height: 148px;
}
.fydzs_b .dzal .infor_box{
margin-left: 50px;
}
.fydzs_b .dzal .infor_box .infor{
padding: 10px 0 10px 10px;
min-height: 148px;
}
.fydzs_b .dzal .infor_box .infor p{
font-size: 14px;
line-height: 34px;
}
.jdal_list .jdal_box .mc{

font-size: 18px;
margin-right: 20px;
}
.fyfxpg li p{
    line-height: 30px!important;
    height: 66px!important;

}
}
@media screen and (max-width:375px){
.foucs{
   height:290px;

}

.headerm .logo img{
height:25px;
}
.slideBox .hd ul li{
  width:60px;
    font-size: 12px;
}
.slideBox .hd ul li p{
font-size: 18px;
}
.slideBox .hd{
top: 118px;
}
.slideBox .bd img{
  height: 180px;
}
.slideBox .prev, .slideBox .next{
 top: 135px;
}
.dz_title h2{
font-size: 20px;
}
.rdzx ul li a{
  font-size: 14px;
}
.jdsjj .text p{
 font-size: 14px;
}
.jdal ul li a{
font-size: 14px;
}
.jdfw ul{
margin: 15px -6px 0;
}
.jdfw ul li .fw_box{
    margin: 0 6px;
}
.jdfw ul li .fw_box img{
  margin: 21px 10px 0 10px;
}
.jdfw ul li .fw_box p{
font-size: 16px;
}

.zibannerbox{
  height: 250px;
}
.zibannerbox .zibanner{
   background-size: 100% 72%!important;
}


.main_left h1{
font-size: 20px;

}
#vsb_content .fyright{
float: none!important;
}
#vsb_content .fyright .fydzimg{
    width: 100%!important;
}
#vsb_content .fyright .fydzimg img{
width: 100%!important;
}
#vsb_content .fyright .fydzwz{

padding: 0!important;
width: 100%!important;
}
.fyfxpg li p{
font-size: 14px!important;
}
}