@charset "utf-8";
/****
修改记录：
*1 .foot-bright 的值7.8%改为9.8%
*2 末尾(max-width:480px)下增加.nav-top{padding:15px 20px;} 
*3
****/

* {
    padding: 0;
    margin: 0;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    max-width: 1920px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
}

.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}



        .search:hover input.text{
            width: 130px !important;
padding-right:40px  !important;
            opacity: 1;
            padding: 0 5px;
            border: 1px solid #fff;}


.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.px1280 {
    max-width: 1280px;
    margin: 0 auto;
}

.px1200 {
    max-width: 1200px;
    margin: 0 auto;
}


/* 内页公共样式 */

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    z-index: 9999;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 30px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}


/* nav */

.head {
    position: relative;
}

.head-top {
   /* position: absolute; */
    z-index: 999;
    width: 100%;
    top: 0;
    background:#a82923;
    border-top: 6px solid #7c2625;
    padding-top: 15px;
}

.logo {
    float: left;
    margin-left: 60px;
}

.logo a {
    font-size: 0;
    line-height: 80px;
}

.logo a img {
    display: block;
    height: 100px;
    vertical-align: middle;
    transition: all 0.3s;
}

.nav {
    float: right;
    margin-right: 60px;
    background-size: 100% 100%;
}

.nav>ul {
    float: right;
}

.nav>ul>li {
    display: inline-block;
    text-align: center;
    position: relative;
    background: ;
}

.nav>ul>li>a {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 80px;
    position: relative;
    padding: 0 25px;
    transition: all 0.3s;
}

.nav>ul>li:hover>a {
    color: #fae385;
}

.nav>ul>li:hover>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #fae385;
}

.nav>ul>li>span {
    display: none;
    position: absolute;
    right: 0;
    top: 15px;
    cursor: pointer;
}

.nav>ul>li:hover ul {
    /* display: block; */
}

.nav>ul>li.active>a {
    color: #fae385;
}

.nav>ul>li.active>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #fae385;
}

.nav>ul>li>ul {
    width: 100%;
    position: absolute;
    top: 200%;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    z-index: 9;
    opacity: 0;
    display: none;
}

.nav>ul>li>ul li:hover {
    background: #a82923;
}

.nav>ul>li>ul li a {
    display: block;
    padding: 15px 10px;
    color: #333;
}

.nav>ul>li>ul li a:hover {
    color: #fff;
}

.nav-top {
    float: right;
}

.nav-top>ul {
    overflow: hidden;
    float: left;
    margin-top: 8px;
}

.nav-top>ul>li {
    float: left;
    padding: 0 15px;
    border-left: 1px solid #fff;
}

.nav-top>ul>li:first-child {
    border: none;
}

.nav-top>ul>li>a {
    display: block;
    font-size: 0;
}

.nav-top>ul>li>a img {
    height: 15px;
    vertical-align: middle;
    margin-right: 5px;
}

.nav-top>ul>li>a span {
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    vertical-align: middle;
}

.nav-top>ul>li>a:hover span {
    color: #fff;
}

.search {
    float: right;
    position: relative;
    height: 30px;
    margin-left: 30px;
}

.search input {
    outline: none;
    line-height: 20px;
    color: #000;
    position: relative;
    width: 0;
    height: 30px;
    right: 0;
    top: 0;
    opacity: 1;
    transition: all 0.3s;
    border: none;
}

.search img {
    position: absolute;
    right: 10px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    vertical-align: text-bottom;
}

.search .button {
    position: absolute;
    top: 50%;
    right: 10px;
    bottom: 0;
    height: 20px;
    margin-top: -10px;
    background: none;
    border: none;
    display: none;
    transition: all 0.3s;
    color: #333;
}

.search .button input {
    top: 0;
    right: 0;
    width: auto;
    height: 20px;
    width: 20px;
    z-index: 9999;
    border: none;
}

.search:hover>input {
    width: 170px;
    opacity: 1;
    padding: 0 5px;
    border: 1px solid #fff;
}

.search:hover .button {
    display: block;
    opacity: 1;
    cursor: pointer;
    outline: none;
}

.footer-top {
    padding: 28px 0;
    background: #9c1b15;
}

.footer-top-child ul {
    overflow: hidden;
}

.footer-top-child ul li {
    float: left;
    padding: 0 10px;
    border-left: 1px solid #fff;
}

.footer-top-child ul li:first-child {
    border: none;
}

.footer-top-child ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
}

.footer-bottom {
    background: #a82923;
    padding: 20px 0;
}

.foot-bleft {
    float: left;
    width: 40%;
}

.foot-bleft p,.foot-bleft p a {
    font-size: 14px;
    color: #fff;
    line-height: 36px;
}

.foot-bmid {
    float: left;
    width: 34%;
    margin-left: 2%;
}

.foot-bmid a {
    display: block;
}

.foot-bmid a img {
    display: block;
    width: 100%;
}

.foot-bright {
    float: right;
    width: 9.8%;
}

.foot-bright img {
    display: block;
    width: 100%;
}

.foot-bright p {
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
}

@media screen and (max-width:1680px) {
    .logo {
        margin-left: 20px;
    }
    .nav {
        margin-right: 20px;
    }
    .logo a img {
        height: 75px;
    }
    .nav>ul>li>a {
        padding: 0 15px;
        font-size: 18px;
        line-height: 60px;
    }
    .nav>ul>li>ul li a {
        font-size: 14px;
        padding: 15px 0;
        text-align: center;
    }
}

@media screen and (max-width:1280px) {
    .logo {
        margin-left: 20px;
    }
    .nav {
        margin-right: 20px;
    }
    .logo a img {
        height: 50px;
    }
    .nav>ul>li>a {
        padding: 0 10px;
        font-size: 14px;
        line-height: 45px;
    }
    .nav>ul>li>ul li a {
        font-size: 14px;
        padding: 15px 0;
        text-align: center;
    }
    .footer-top-child {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-top {
        padding: 20px 0;
    }
    .footer-top-child ul li {
        margin: 5px 0;
    }
    .footer-bottom>div {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width:1024px) {
    .pc {
        display: none;
    }
    .wap {
        display: block;
    }
    .head-top {
        top: 0;
        padding: 0 0 0 15px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: rgb(141, 39, 36);
        border: none;
    }
    .logo {
        margin-left: 0;
        padding: 5px 0;
    }
    .logo a {
        line-height: 60px;
    }
    .logo a img {
        height: 50px;
    }
    .head.active {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 60px;
        z-index: 999;
    }
    .nav-top {
        float: none;
        padding: 15px 30px;
    }
    .nav-top>ul {
        float: none;
    }
    .nav-top>ul>li {
        line-height: 30px;
    }
    .nav-top>ul>li>a span {
        font-size: 14px;
    }
    .nav {
        position: fixed;
        z-index: 9999;
        left: 100%;
        top: 60px;
        width: 100%;
        bottom: 0;
        margin-right: 0;
        overflow-y: scroll;
        background: rgba(141, 39, 36, 0.8);
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }
    .nav>ul {
        background: none;
        padding: 0 30px;
        width: auto;
        float: none;
    }
    .nav>ul>li {
        float: none;
        width: auto;
        display: block;
        text-align: left;
        padding: 15px 0;
        margin: 0;
        height: auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .nav>ul>li>a {
        font-size: 14px;
        line-height: normal;
        padding-top: 0;
        top: 0;
        color: #fff;
        height: auto;
    }
    .nav>ul>li:hover>a {
        background: none;
        color: #fff;
    }
    .nav>ul>li:hover>a:after {
        content: none;
        background: none;
    }
    .nav>ul>li.active>a {
        background: none;
    }
    .nav>ul>li.active>a::after {
        content: none;
    }
    .nav>ul>li>span {
        display: none;
        position: absolute;
        right: 0;
        top: 14px;
        cursor: pointer;
    }
    .nav>ul>li>span {
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
    .nav>ul>li>span.active {
        transform: rotatez(90deg);
    }
    .nav>ul>li>ul {
        position: static;
        padding: 0;
opacity:1;
        width: auto;
        background: none;
        padding-left: 30px;
        box-shadow: none;
    }
    .nav>ul>li>ul>li {
        display: block;
        text-align: left;
        padding: 15px 0;
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .nav>ul>li>ul>li:last-child {
        border: none;
    }
    .nav>ul>li>ul>li a {
        color: #fff;
        padding: 0;
        text-align: left;
    }
    .nav>ul>li>ul>li:hover {
        background: none;
    }
    .nav>ul>li:hover ul {
        display: none;
    }
    .search {
        float: none;
        width: auto;
        padding: 15px 0;
        line-height: normal;
        margin-left: 0;
    }
    .search:hover input.text {
        width: 85% !important;
        padding: 0 13% 0 2% !important;
    }
    .search input.text {
        position: static;
        width: 85% !important;
        padding: 0 13% 0 2% !important;
        opacity: 1;
        background: none;
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
    .search input[type="text"]::-webkit-input-placeholder {
        color: #fff;
    }
    .search img {
        position: absolute;
        right: 2.5%;
        /* top: 41px; */
    }
    .search .button {
        right: 2.5%;
    }
    .footer-bottom {
        padding: 30px 0;
    }
    .foot-bleft {
        width: 45%;
    }
}

@media screen and (max-width:768px) {
    .logo a img {
        height: 40px;
    }
    .top {
        top: 13px;
    }
    .nav {
        top: 50px;
    }
    .wap-menu img {
        height: 24px;
    }
    .footer-bottom {
        padding: 15px 0;
    }
    .foot-bright p {
        font-size: 12px;
    }
    .foot-bleft {
        float: none;
        width: auto;
        text-align: center;
    }
    .foot-bright {
        float: none;
        width: auto;
    }
    .foot-bmid {
        float: none;
        width: auto;
        margin: 15px auto;
    }
    .foot-bmid a img {
        max-width: 75%;
        margin: 0 auto;
    }
    .foot-bright {
        max-width: 50%;
        margin: 0 auto;
    }
    .foot-bright img {
        max-width: 100px;
        margin: 0 auto;
    }
}

@media screen and (max-width:480px) {
    .wap-menu img {
        height: 20px;
    }
    .nav-top {
        padding: 15px 20px;
    }
}