@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*边框和内边距宽度不计算在元素宽度内 font-family: "微软雅黑";*/
    font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
    font-weight: 330;
    font-size:14px;
    color: #333333;
    outline:none;
}
a {
    text-decoration: none;
    color: #333333;
}
p {
    font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}
li {
    list-style: none;
}
input {
    outline: none;
}
img {
    border: 0;
}
body {
    background: #f2f0f2;
}
@font-face {
    /*font-properties引入字体*/
    font-family: GothamRounded Light;
    src:url('../fonts/GothamRounded-Light.otf');
}
@font-face {
    font-family: MYingHeiPRC W3;
    src:url('../fonts/MYingHeiPRC-W3.ttf');
}
.warp{
    width:1200px; 
    margin:0 auto;
}
.clear {
    clear: both;
}
.overflow {
    overflow: hidden;
}
.fw400{
    font-weight: 400 !important;
}
.block{
    display:block;
}
.lh24{
    line-height:24px;
}

.bg-bai{
    background: #fff !important;
}
.bg-f6{
    background: #f6f6f6 !important;
}
.bg-lan{
    background: #0099ff !important;
}
.col-hon{
    color: #ff0e0e !important;
}
.col-lv{
    color: #07ba36 !important;
}
.col-33{
    color: #333 !important;
}
.col-66{
    color: #666 !important;
}
.col-99{
    color: #999 !important;
}
.col-lan{
    color: #0090e4 !important;
}
.fl{
    float:left !important;
}
.fr{
    float:right !important;
}
.text_left{
    text-align: left;
}
.text_cen{
    text-align: center;
}
.text_right{
    text-align: right;
}


.mt5{
    margin-top: 5px !important;
}
.mt10{
    margin-top: 10px !important;
}
.mt12{
    margin-top: 12px !important;
}
.mt15{
    margin-top: 15px !important;
}
.mt20{
    margin-top: 20px !important;
}
.mt25{
    margin-top: 25px !important;
}
.mt30{
    margin-top: 30px !important;
}
.mt35{
    margin-top: 35px !important;
}
.mt40{
    margin-top: 40px !important;
}
.mt50{
    margin-top: 50px !important;
}
.mt60{
    margin-top: 60px !important;
}
.mt70{
    margin-top: 70px !important;
}



.fs12{
    font-size: 12px !important;
}
.fs13{
    font-size: 13px !important;
}
.fs14{
    font-size: 14px !important;
}
.fs15{
    font-size: 15px !important;
}
.fs16{
    font-size: 16px !important;
}
.fs17{
    font-size: 17px !important;
}
.fs18{
    font-size: 18px !important;
}

.fs24{
    font-size: 24px !important;
}

/*导航*/ 
.header{
    width: 100%;
    height: 90px;
    background: #fff;
    text-align: center;
    position: fixed;
    z-index: 999;
    box-shadow: 2px 2px 10px #ddd;
}
.header .logo{
    width: 150px;
    height: 75px;
    float: left;
    margin-top: 7px;
}
.header .logo img{
    width: 150px;
    height: 75px;
}
/*.header p{
    font-size: 16px;
    margin: 35px 18px 0;
    float: left;
}*/
.header li{
    font-size: 16px;
    margin: 35px 18px 0;
    display: inline-block;
    border-bottom: 2px solid #fff;
}
.header li a{
    height:52px;
    color: #333;
    font-weight: 600;
    display: block;
}
.header li:hover{
    border-bottom: 2px solid #0099ff; 
}
.header li:hover a{
    color: #0099ff;
}
.header .active{
    border-bottom: 2px solid #0099ff; 
}
.header .active a{
    color: #0099ff;
}
.header .yuyan{
    width: auto;
    height: 30px;
    line-height: 30px;
    float: right;
    font-size: 16px;
    color: #666;
    margin-right: 20px;
    margin-top: 35px;
    position: relative;
    overflow: unset !important;
}
.header .yuyan:after{
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/yuyan.png) no-repeat;
    float: right;
    margin-top: 7px;
}
.header .yuyan img{
    width: auto;
    height: 30px;
    float: left;
    margin-right: 5px;
}
.header .yuyan:hover .yybox{
    display: block;
}
.header .yuyan .yybox{
    width: auto;
    min-width: 120px;
    position: absolute;
    padding: 5px 10px 10px;
    background: #fff;
    top: 30px;
    left: -10px;
    display: none; 
    box-shadow: 2px 2px 10px #ccc;
    border-radius: 5px;
}
.header .yuyan .yybox a{
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #666;
    display: block;
    margin-top: 5px;
}
.header .geren{
    width: auto;
    height: 30px;
    line-height: 30px;
    float: right;
    font-size: 16px;
    color: #666;
    margin-top: 35px;
    position: relative;
    padding-left: 15px;
    border-left: 1px solid #ddd;
    overflow: unset !important;
}
.header .geren:after{
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/yuyan.png) no-repeat;
    float: right;
    margin-top: 7px;
}
.header .geren img{
    width: auto;
    height: 30px;
    float: left;
    margin-right: -3px;
}
.header .geren:hover .yybox{
    display: block;
}
.header .geren .yybox{
    width: auto;
    min-width: 120px;
    position: absolute;
    padding: 5px 10px 10px;
    background: #fff;
    top: 30px;
    left: -10px;
    display: none; 
    box-shadow: 2px 2px 10px #ccc;
    border-radius: 5px;
}
.header .geren .yybox a{
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #666;
    display: block;
    margin-top: 5px;
}
.header .sousuo{
    width: auto;
    height: 30px;
    float: right;
    margin-top: 36px;
}
.header .sousuo .ss{
    width: 25px;
    height: 25px;
    background: url(../images/sousuo.png) no-repeat;
    background-size: 100%;
    background: none\9;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sousuo.png',sizingMethod='scale');
    cursor: pointer;
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
}
.header .warp{
    position: relative;
}
.header .sbox{
    width: 614px;
    height: 50px;
    border-bottom: 1px solid #a9a9a9;
    background: #fff;
    float: left;
    color: #999;
    display: none;
    left: 293px;
    top: 15px;
    position: absolute;
    display: none;
}
.header .sbox input{
    border: 0px;
    height: 49px;
    width: 510px;
    float: left;
    margin-left: 30px;
}
.header .sbox .ss{
    width: 25px;
    height: 25px;
    background: url(../images/sousuo.png) no-repeat;
    background-size: 100%;
    background: none\9;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sousuo.png',sizingMethod='scale');
    cursor: pointer;
    float: left;
    margin-top: 10px;
}
.header .sbox .gb{
    width: 25px;
    height: 25px;
    background: url(../images/nav_menug.png) no-repeat;
    background-size: 100%;
    background: none\9;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nav_menug.png',sizingMethod='scale');
    cursor: pointer;
    float: right;
    margin-top: 10px;
}
/*导航 end*/
/*底部*/
.footer{
    width: 100%;
    background: #f0f0f0;
    float: left;
    padding: 60px 0;
}
.footer ul{
    width: 100%;
    float: left;
}
.footer ul li{
    width: 145px;
    float: left;
}
.footer ul li h2{
    width: 100%;
    font-size: 16px;
    font-weight: 800;
    float: left;
    margin-bottom: 20px;
}
.footer ul li p{
    width: 100%;
    color: #666;
    line-height: 30px;
    float: left;
}
.footer ul li .lx_left{
    width: 330px;
    float: left;
}
.footer ul li .lx_left h4{
    font-size: 36px;
    font-weight: 36px;
    color: #0099ff;
    font-family: 微软雅黑;
}
.footer ul li .lx_left p{
    line-height: 22px;
}
.footer ul li p:hover{
    color: #0099ff;
}
.footer ul li .lx_left>div{
    width: 55px;
    height: 55px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}
.footer ul li .lx_left .weixin:hover .down{
    display: block;
}
.footer ul li .lx_left .weixin .down{
    width: 160px;
    height: 160px;
    padding: 15px;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    left: -50px;
    bottom: 60px;
    display: none;
    z-index: 5;
}
.footer ul li .lx_left .weixin .down img{
    width: 100%;
    height: 100%;
    float: left;
    background: #ddd;
}
.footer ul li .lx_right{
    width: 290px;
    float: left;
}
.footer ul li .lx_right img{
    margin-top: 15px;
}
.copy{
    width: 100%;
    background: #f0f0f0;
    float: left;
    border-top: 1px solid #ddd;
    padding: 30px 0;
}
.copy p{
    color: #666666;
    line-height: 26px;
}
.copy a{
    color: #666666;
    line-height: 26px;
    font-weight: 800;
}
/*底部 end*/
/*分页*/
.page{
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
}
.page ul li{display: inline-block;}
.page ul li:hover span,.page ul li:hover a{
    background: #0084ff;
    color: #fff;
}
.page ul li a{
    width: 35px;
    height: 35px;
    line-height: 33px;
    border: 1px solid #f2f2f2;
    color: #666666;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 3px;
    color: #999;
    background: #fff;
}
.page span{
    width: 35px;
    height: 35px;
    line-height: 33px;
    border: 1px solid #f2f2f2;
    color: #666666;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 3px;
    color: #999;
    background: #fff;
}
.page .active span{
    background: #0084ff;
    color: #fff;
}
/*分页 end*/   
/*响应式移动导航*/ 
.nav_menu{
    display: none;
}
.nav_menubox{
    display: none;
}
.footer1{display: none}
@media screen and (max-width:1199px) {
    body {
        min-width: 100%;
    }
    .warp{width:100% !important; margin:0 auto;}
    .header{display: none !important;}
    .nav_menu{
        width: 100%;
        height: 56px;
        background:#fff;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
    }
    .nav_menu .logo{
        /*width: 150px;*/
        height: 30px;
        margin-top: 8px;
        margin-left: 10px;
        float: left;
    }
    .nav_menu .logo img{
        /*width: 150px;*/
        height: 40px;
    }
    .nav_menu .yuyan{
        width: auto;
        height: 30px;
        line-height: 30px;
        float: right;
        font-size: 16px;
        color: #666;
        margin-right: 20px;
        margin-top: 10px;
        position: relative;
    }
    .nav_menu .yuyan img{
        width: auto;
        height: 30px;
        float: left;
        margin-right: 5px;
    }
    .nav_menu .yuyan:hover .yybox{
        display: block;
    }
    .nav_menu .yuyan .yybox{
        width: auto;
        min-width: 120px;
        position: absolute;
        padding: 5px 10px 10px;
        background: #fff;
        top: 30px;
        left: -10px;
        display: none; 
        box-shadow: 2px 2px 10px #ccc;
        border-radius: 5px;
    }
    .nav_menu .yuyan .yybox a{
        width: 100%;
        height: 30px;
        line-height: 30px;
        color: #666;
        display: block;
        margin-top: 5px;
    }
    .nav_menu .nav_mright{
        width: 32px;
        height: 32px;
        background-size: 100%;
        float: right;
        margin-top: 10px;
        margin-right: 10px;
        position: relative;
    }
    .nav_menu .nav_mright .img1{
        position: absolute;
        z-index: 6;
        background: #fff;
    }
    .nav_menu .nav_mright .img2{
        position: absolute;
        z-index: 1
    }
    .nav_menubox{
        width: 100%;
        padding-bottom: 20px;
        background: #fff;
        display: none;
        position: fixed;
        top: 55px;
        z-index: 99;
        left: 0;
        height: auto;
    }
    .MenuPanel  
    {  
        
    }  
    .MenuTitle  
    {  
        width:100%;  
        height:40px; 
        line-height: 40px; 
        font-size:16px;  
        padding-left:10px;  
        /* padding-top:5px;*/  
        border-bottom:#ddd 1px solid;  
    }  
    .MenuContent {  
        width:100%;  
        font-size:16px; 
        height: auto;
    }  
    .MenuContent a{
        width:100%;  
        height:40px;
        line-height: 40px;
        font-size:16px;
        padding-left: 20px;
        display: block;
        background: #f6f6f6;
        border-bottom:#ddd 1px solid; 
    }
    .footer{display: none}
    .copy{
        padding: 15px;
    }
}
/*响应式移动导航 end*/
