/* 手机版*/

.m-top {
    width: 100%;
    padding: 8px;
}

.m-logo img {
    width: 240px;
}

.btn {
    position: absolute;
    z-index: 99;
    z-index: 98;
    right: 12px;
    top: 10px;
    width: 35px;
    text-align: center;
}

.btn span {
    display: block;
    width: 35px;
    height: 4px;
    margin: 6px 0;
    background-color: #0b70a8;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.cross span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
}

.cross span:nth-of-type(2) {
    opacity: 0;
}

.cross span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
}


.m-nav {
    position: absolute;
    z-index: 99;
    right: -150px;
    top: 0;
    width: 150px;
    height: 100%;
    padding-top: 66px;
    background: #0b70a8;
}

.m-nav li a {
    display: block;
    font: 400 16px/36px '微软雅黑';
    color: #fff;
    text-align: center;
}

.m-menu {
    margin: 0 auto;
}

.m-menu li {
    float: left;
    width: 33.3%;
    padding: 5px;
}

.m-menu li a {
    display: block;
    font: 400 14px/36px 'Microsft yahei';
    color: #1a1a1a;
    text-align: center;
    background: rgba(255, 255, 255, .6)
}

.wrapper {
    position: relative;
    overflow-x: hidden;
}

.m-search{
    padding: 8px 40px 8px 8px;
    position: relative;
}

.m-search input {
    width: 100%;
    padding: 0 10px 0;
    font: 400 12px/30px '微软雅黑';
    color: #1a1a1a;
    border: 1px solid #aaaaaa;
}

.m-search .m-submit {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 32px;
    height: 32px;
}

.m-search .m-submit input {
    width: 32px;
    height: 32px;
    font-size: 0;
    background: #aaaaaa url('../images/search.jpg') no-repeat center center;
}


header {
    display: none;
}

@media (min-width:1200px) {
    .top {
        font: 400 12px/36px '微软雅黑';
        color: #dcdcdc;
        background: #666;
    }
    .top-left {
        text-align: left;
    }
    .top-right {
        text-align: right;
    }
    header {
        display: block;
        position: relative;
        z-index: 99;
    }
    .head-top {
        background: url('../images/top_bg.jpg');
        background-size: 100% 100%;
    }
    .head-top .container {
        position: relative;
        padding-top: 100px;
    }
    .logo {
        position: absolute;
        left: 0;
        top: 8px;
    }

    .search {
        position: absolute;
        right: 0;
        top: 28px;
        padding-right: 42px;
    }
    .search input {
        width: 260px;
        padding: 0 10px 0;
        font: 400 12px/42px '微软雅黑';
        color: #1a1a1a;
        border: 1px solid #aaaaaa;
    }
    .search .submit {
        position: absolute;
        right: 1px;
        top: 0;
        width: 44px;
        height: 44px;
    }
    .search .submit input {
        width: 44px;
        height: 44px;
        font-size: 0;
        background: #aaaaaa url('../images/search.jpg') no-repeat center center;
    }

    .nav {
        background: #f8f8f8;
        border-top: 1px solid #dfdfdf;
    }
    .nav .level {
        position: relative;
        z-index: 99;
        margin: 0 1px;
        float: left;
        text-align: center;
    }

    .nav .level a {
        display: block;
        padding: 0 52px;
        text-align: center;
        font: 400 16px/54px '微软雅黑';
        color: #3f3f3f;
    }
    .nav .level ul {
        display: none;
        position: absolute;
        z-index: 11;
        left: 0;
        top: 53px;
        width: 100%;
        background: #f8f8f8;
    }
    .nav .level ul a {
        padding: 0 5px;
        font: 400 14px/42px '微软雅黑';
    }
    .nav .level a:hover {
        background: #dfdfdf;
    }
    .nav .level.active a {
        background: #dfdfdf;
    }
}


/* 公共部分 */

.public {
    display: none;
}

@media (min-width:1200px) {
    .public {
        display: block;
        padding: 50px 0;
        background: #7f7f7f url('../images/public_bg.jpg') no-repeat center 0;
    }
    .public .container {
        position: relative;
    }
    .public-left {
        float: left;
        width: 345px;
        padding-top: 15px;
        text-align: left;
    }
    .public-title {
        font: bold 18px/30px '微软雅黑';
        color: #fff;
    }
    .public-li {
        float: left;
        
        padding:0 25px;
    }
    .public-title {
        padding-bottom: 15px;
        font: bold 18px/30px '微软雅黑';
    }
    .public-li li a {
        display: block;
        font: 400 16px/30px '微软雅黑';
        color: #dddddd;
    }

    .public-ewm {
        position: absolute;
        right: 0;
        top: 35px;
    }
    .public-ewm p {
        float: left;
        padding-right: 20px;
    }
}





/* 网站页脚 */

footer {
    padding: 12px 0;
    text-align: center;
    font-size: 0;
    background: #7f7f7f;
    border-top: 1px solid #9f9f9f;
}

footer a {
    display: inline-block;
    padding: 0 5px;
    font: 400 16px/30px '微软雅黑';
    color: #dfdfdf;
}

footer .supper {
    padding-left: 100px;
    background: url('../images/supper.png') no-repeat 0 center;
}
.foot-right{
    display: none;
}

@media (min-width:1200px) {
    footer {}
    .foot-right {
        display: block;
    }
    .foot-right ul {
        float: right;
    }
    .foot-right li {
        float: left;
        padding: 7px 0;
    }
    .foot-right li a {
        display: block;
        padding: 0 5px;
        font: 400 16px/1 '微软雅黑';
        color: #dfdfdf;
        border-right: 1px solid #a6a6a6;
    }
    .foot-right li:last-child a {
        border: 0;
    }
}