@charset "utf-8";
/* CSS Document */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
    margin:0px;
    padding:0px;
    border:0px;
    font-size:100%;
    background:transparent;
    text-decoration:none;
}
html{
    min-width:1200px;
}
ol,ul li{
    list-style:none;
}
input,textarea,button{ 
    outline:none;font-family:"Microsoft Yahei";
    margin:0;
    padding:0;
}
input,textarea{ 
    outline:none;
}
blockquote,q{
    quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
    content:'';content:none;
}
img{ 
    margin:0; padding:0;vertical-align: middle;width: auto;height: auto;max-width: 100%
}
ins{
    text-decoration:none;
}
a{ 
    text-decoration:none;
}
a:focus{  
    outline:none;  
} 
del{
    text-decoration:line-through;
}
table{
    border-spacing:0;
}
textarea{ 
    resize:none;overflow:auto
}
em,i{ 
    font-style:normal
}
fieldset,img { 
    border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
    font-style:normal; 
    font-weight:normal; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 
q:before,q:after { 
    content:''; 
} 
abbr,acronym { 
    border:0; 
} 
body{
    font-family: "Hiragino Sans GB","Microsoft YaHei",SimHei,SimSun,sans-serif; 
    font-size:14px;
    /*background:url(../images/bg_bg.png) repeat; */
    background:#fff;
    width:100%; 
    margin:0 auto;
}
.body2{
   background:#FEF5E6;
}
body,a{
    color:#666;
}
/*-----------------公共class---------------*/
.pr{
    position: relative;
}
.pa{
    position: absolute;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.clear{
    clear:both; 
    visibility: hidden; 
    display: block;
    font-size: 0; 
    height: 0; 
    line-height: 0;
}
.clearfix:after{
    display: block;
    content: '';
    clear:both;
}
.mt10{
    margin-top:10px;
}
.mt15{
    margin-top:15px;
}
.mt20{
    margin-top:20px;
}
.mt30{
    margin-top:30px;
}
.mt40{
    margin-top:40px;
}
.mr10{
    margin-right: 10px
}
.ml10{
    margin-left: 10px
}
.ml20{
    margin-left: 20px
}
.dis_ib{
    display: inline-block;
}
.fw600{
    font-weight: 600
}
.fz_0{
    font-size: 0
}
.fc_36{
    color: #363636
}
.ft_12{
    font-size:12px;
}
.ft_13{
    font-size:13px;
}
.ft_14{
    font-size:14px;
}
.ft_16{
    font-size: 16px;
}
.ft_18{
    font-size: 18px;
}
.ft_26{
    font-size: 26px;
}
.web_c{
    width: 1100px;
    margin: 0 auto;
}
.bg_f{
    background: #fff
}
.hide{
    display: none
}
.hidden{
    visibility:hidden;
}
.curr_font{
    color:#F3A000;
}
.text_center{
    text-align: center;
}
.text_left{
    text-align: left;
}
.text_right{
    text-align: right;
}
.pl20{
    padding-left: 20px
}
.pl30{
    padding-left: 30px
}
.ver_m{
    vertical-align: middle;
}
.red_f{
    color: #F14444
}
.center_column{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.table{
    width: 100%;
    display: table;
    vertical-align: middle;
    text-align: center;
}
.table_cell{
    display: table-cell;
    vertical-align: middle;
}
.ver_i{display:inline-block;height:100%;vertical-align:middle}
.web_c_900{width:900px;margin:0 auto;}
.web_c_950{width:950px;margin:0 auto;}
.web_c_1000{width:1000px;margin:0 auto;}
.ellipsis{white-space: nowrap;overflow:hidden;text-overflow: ellipsis;}
.over_h{overflow:hidden;}
.web_cont{ width: 1200px; margin: 0 auto;}
/*header_menu*/
 .heaader_menu{
    position: absolute;
    z-index: 3;
    width: 100%;
}
.header_menu{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}
.header_menu.dark{
    position: fixed;
    background:rgba(98,98,98,0.9);
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#BB626262,endColorStr=#BB626262);
    box-shadow: 0 0 40px 0;
}
.header_menu.dark .logo{
    width: 83%
}
.header_menu.dark .slogan{
    margin-left: -5px
}
.dark .header_menu_wrap .menu_list li.curr{
    border-radius: 0
}
.header_menu_wrap{
    padding:0 40px 0 70px;
    line-height: 80px
}
.dark .header_menu_wrap,.dark .header_menu_wrap .menu_list li{
    line-height: 55px
}
.header_menu_wrap .slogan{
    margin-left: 30px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
    vertical-align: middle;
    display: inline-block;
}
.header_menu_wrap .slogan i{
    font-family: fzlt;
    font-size: 20px;
}
.header_menu_wrap .menu_list li{
    float: left;
    margin: 0 15px;
    padding: 0 20px;
    line-height: 80px;
}
.header_menu_wrap .menu_list li.curr{
    background: #fff;
    border-radius: 0 0 15px 15px
}
.header_menu_wrap .menu_list li.curr a{
    color:#272727;
}
.menu_list li a{
    color:#fff;
}
/*footer*/
.foot{ width:100%; overflow:hidden; }
.foot .web_cont{padding:80px 0 20px;}
.foot_l{ width:460px; float: left;}
.foot_l div{ color: #fff; text-align: left; line-height: 30px; margin-bottom: 30px;}
.foot_m{ float: left; text-align: center; width:280px; margin-top: 80px;}
.foot_r{ float: right; width: 460px; text-align: right;}
.foot_r div{ color: #fff; text-align: right; line-height: 30px; margin-bottom: 30px;}
.foot_r p{ 
    display: inline-block;
    width: 280px;
    vertical-align: middle;
}
.foot_r img{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.foot_bt{ width: 100%; height: 52px; line-height: 52px; color: #fff; text-align: center; border-top: 1px solid #727684;}
/*floor*/
.floor {
    position: fixed;
    top: 50%;
    right: 0px;
    z-index: 994;
    margin-top: -74px;
    display: none
}
.floor .zx-a {
    margin-bottom: 1px;
    text-align: center;
    background: #fff;
    position: relative;
        width: 47px;
    height: 47px;
}
.floor .zx-a>a {
    width: 47px;
    height: 47px;
    display: table-cell;
    vertical-align: middle;
    box-shadow: 0px 2px 10px 2px #D3D1D1
}
.floor .zx-a:hover{
    background: #EFEFEF
}
.floor .zx-a p {
    position: absolute;
    top: 0;
    right: 48px;
    width: 120px;
    height: 47px;
    line-height: 47px;
    background: #fff;
    color:#515151;
    font-size: 15px;
    display: none;
    box-shadow: 0px 2px 10px 2px #D3D1D1
}
.floor .zx-a .ewm {
    width: 125px;
    height: 126px;
}
