*{padding: 0; margin: 0; text-decoration: none; outline: none; list-style: none; font-family: "微软雅黑";}
body {
overflow-x: hidden;}
.clear {
clear: both;}
.head_bg {
width: 100%; background: #fff; height:70px;}
.head{ height: 70px; width: 100%; _overflow: hidden;  box-shadow: 4px 0px 30px #d9d9d9; background-color: #fff;}

img{ border: none;}
.logo{ float: left; _margin-left:45px; margin-top: 24px; margin-left: 20px;}
.navlist li{ float: left; line-height: 70px; color: #404040; padding:0 15px; font-size:14px;}
.navlist li:hover{ color: #3c7be2; }
.navlist { float: left; margin-left: 25px; overflow: hidden; display: block;}
/*.search{ margin-top: 17px; padding-left: 10px; width: 200px; padding-right:40px;  background: url(../w_images/search.png) 220px 8px no-repeat; height:36px ; border: 1px solid #adadad; color: #8c8c8c; border-radius:4px; line-height: 36px; float: left;}*/
/*.submit{ display:block; cursor:pointer;z-index:6666; position: absolute; width: 40px; height: 36px; right:0px; top: 17px; opacity: 0; cursor: pointer;filter:alpha(opacity=0);}*/
.searchk{ position: relative; width: 252px;float: right;}
@media screen and (max-width: 1420px) {
    /*.search{
        width:140px;
        background: url(../w_images/search.png) 160px 8px no-repeat;
    }*/
    .searchk{   width:192px;}
}
.login{ float: right; line-height: 70px; margin-right: 40px; margin-left: 40px;}
.login a{ color: #737373; font-size: 13px;}
    .login a:hover {
        color: #3c7be2;
    }
.login span{ width: 1px; height: 20px; background-color: #737373; display: inline-block; position: relative;top: 5px; margin: 0 10px;}
.footer {
    width: 100%;
    background-color: #323042;
    overflow: hidden;
    height: 80px;
    position: absolute;
   
}
.footer_zt {
    width: 1200px;
    margin: 0 auto;
}
.footer_nr {
    width: 1200px;
    margin:0 auto;
    overflow: hidden;
    text-align: center;
    padding-bottom: 10px;
    color: #bfbfbf;
    margin-top: 13px;
}
.footer_nr ul {
    padding: 0;
   
    overflow: hidden;
}
.footer_nr ul li {
    padding: 0 6px;
    
    font-size: 12px;
    display: inline-block;
}
.footer_nr ul li a {
    color: #bfbfbf;
}
.footer_ba {
    width: 1200px;
    height: auto;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #bfbfbf;
    margin-top: 15px;
}

/**页码**/
.year a:hover {
    background-color: #3c7be2;
    padding: 5px 10px;
    color: #fff;
    overflow: hidden;
    transition: all 0.3s;
}
.year a {
    border: 1px #f5f5f5 solid;
    padding: 5px 10px;
    margin-right: 10px;
    color: #555;
    background-color: #fff;
    font-size:14px;
}
.year span {
    background: #3c7be2;
    border: 1px solid #3c7be2;
    border-radius: 3px;
    color: #fff !important;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: normal !important;
}
.head_main {
    width: 1366px;
    margin: 0 auto;
}

/***导航下拉*/
.menu {float: left; margin-left: 50px;}


.menu ul li {
    float: left;
    width:75px;
    text-align: center;
    padding:0 10px;
    font-size: 14px;
    transition: .4s;
    line-height: 70px;

}
    .menu ul li .nav_a {
        color: #2d3436;
        display: block;
        height: 68px;
        line-height: 68px;
        border-bottom: 2px solid #fff;
    }

        .menu ul li .nav_a:hover {
            color: #3c7be2;
            transition: .5s;
            _border-bottom: 2px solid #3c7be2;
            cursor: pointer;
        }
        .menu ul li .nav_on  {
            color: #3c7be2;
            transition: .5s;
            border-bottom: 2px solid #3c7be2;
        }
.menu_nav {
position: relative;}
.menu_nav:hover .box {
    height: auto;
}


.menu ul li .box {
    height: 0px;
    overflow: hidden;
    transition: .5s;
    left: 0px;
    background-color: transparent;
    background: #fff;
    color: #3c7be2;
    position: absolute;
    z-index: 99999;
    width: 95px;
    font-size: 13px;
}

    .menu ul li .box li {
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 13px;
    }
        .menu ul li .box li:first-child {
            border-top: 2px solid #3c7be2;
        }
.menu ul li .box li:last-child {
            padding-bottom: 10px;
        }
.menu ul li .box li a {
    display: block;
  
    color: #555;
    height: 40px ;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}
    .menu ul li .box li a:hover {
        color: #3c7be2;
       
    }
    .clearfix:after {
        content: '';
        display: block;
        clear: both;
    }
/**暂无**/
.zanwu {text-align: center;}
.zanwu img { display: block; margin:0 auto; width: 150px; margin-top: 30px;}
.zanwu span { color: #888; font-size: 14px;}
/**分页**/
.fenye{font-size: 14px; color: #555; padding-bottom: 15px;}
.fenye a{background: #fff; border: 1px solid #f5f5f5; border-radius: 3px;padding: 4px 10px; color: #555;}
    .fenye span {
        background: #3c7be2;
        border: 1px solid #3c7be2;
        border-radius: 3px;
        color: #fff !important;
        padding: 5px 10px;
    }
