﻿@charset "utf-8";
.menu-button{position:relative;margin:5px;height:36px;width:36px;cursor:pointer;}
.menu-left{float:left;margin-right:1.5em;}
.sidebar{margin:0;padding-top:1em;color:white;}
.sidebar h6{display: block;height: 45px;color: #fff;line-height: 45px;padding-left: 5%;font-size: 16px;margin: 0px;font-weight: normal;}
.h2{color: #fff;}
.h3{height: 40px;line-height: 40px;font-size: 14px;color: #fff;}
.sidebar li{margin:.5em 0;padding:0 1em;line-height:32px;}
.sidebar hr{margin:2em auto;border:0;padding:0;width:80%;height:1px;background-color:white;}
/*主要样式*/
.subNav{cursor:pointer;}
.navContent{display:none;color:#999;}
/*小于1600大于1200稍微调整下字体*/
@media screen and (max-width: 1600px) and (min-width:1200px) {
    .nav ul li .a1{font-size:14px}
    .nav ul li .div1 .p1 a{font-size:12px}
    .foot_top ul{margin-left:60px}
    .nav ul li .div1 .p1{width:58.1%}
    }
    /*移动端导航*/
    @media screen and (max-width: 1024px) and (min-width: 0px){
    .header{display:none}
    .nav{display: none;}
    .moblie_head{display:block !important;height:55px;background:#63065f;top:0px;left:0px;width:100%;z-index:9999;border-bottom:1px solid #ddd}
    .moblie_head .h1{padding-top:0px !important;width: 55% !important;text-align: center !important;}
    .moblie_head .h1 img{height:35px !important}
    .moblie_head .fl{padding-top:15px;width: 15%;text-align: center;}
    .moblie_head .fl a img{height:16px;vertical-align:top}
    .footer{height: auto;padding: 0px;width: 100%;}
    .footer_main{width: 100%;}
    .s6,.s7,.s6 a{width: 100%;text-align: center;margin: 0px;display: block;line-height: 25px;font-size: 12px;}
    .b3{width: 31%;margin-left: 20%;}
    .b4{width: 30%;}
    input.search-submit{background: url(fdj.png) #63065f; border: none; width: 25px; height: 25px;}
    }