@font-face {
    font-family: '华文黑体';
    src: url('../fonts/华文黑体.ttf') format('truetype');
    font-weight: normal;
}


/* 移动端 */

.gp-menu-nav,
.gp-menu-header-icon-out>span {
    /* background-color: #fff; */
}

.gp-ser {
    height: 16px;
}

.gp-search {
    line-height: 16px;
    border-radius: 16px;
    margin-top: 9px;
}

.gp-search input.notxt {
    height: 16px;
}

.gp-search .notxt1 {
    top: 0%;
}


/* 头部 */

.headertop {
    background: url(../images/topbg.png) no-repeat;
    overflow: hidden;
    background-size: cover;
    padding: 15px 0;
}

.logo {
    width: 42.9%;
    overflow: hidden;
    display: block;
    float: left;
}

.logo2 {
    width: 22.5%;
    display: block;
    float: left;
}

.back {
    display: block;
    padding: 8px 30px;
    margin-top: 34px;
    background: rgba(0, 0, 0, .12);
    line-height: 20px;
}

.back span {
    width: 22px;
    height: 18px;
    margin-right: 10px;
}


/* 导航 */

.nav ul li:hover .subNav {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    display: block;
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.nav>ul>li>a {
 /*   font-weight: bold; */
    color: #221;
    font-size: 20px;
    display: block;
    width: 100%;
    position: relative;
}

nav {
    position: relative;
}

.nav>ul>li.on .subNav {
    display: block;
}

.nav>ul>li {
    display: block;
    float: left;
    padding: 20px 0;
    z-index: 50;
    width: calc(100% / 7);
    text-align: center;
}

.nav>ul>li>a::before {
    content: '';
    display: block;
    width: 1px;
    height: 22px;
    background: #d6d6d6;
    position: absolute;
    left: 0;
    top: 0px;
}

.nav>ul:after {
    content: '';
    display: block;
    width: 1px;
    height: 22px;
    background: #d6d6d6;
    position: absolute;
    right: 0;
    top: 22px;
}

.subUl>li {
    width: calc(100% / 7);
    display: block;
    float: left;
    position: relative;
    min-height: 395px;
}

.subUl>li::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .15);
    position: absolute;
    left: 1px;
    top: 20px;
}

.subUl>li:last-child:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .15);
    position: absolute;
    right: 1px;
    top: 20px;
}

.subUl>li dd a {
    font-size: 16px;
    line-height: 16px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    display: block;
    margin: 0px 5%;
}

.subUl>li dd .thirdUl li a {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
}

.nav>ul>li.on>a {
    color: #94070a;
    position: relative;
}

.nav>ul>li.on>a::after {
    content: '';
    display: block;
    width: 8px;
    height: 15px;
    background: url(../images/on.png) no-repeat;
    position: absolute;
    left: calc(50% - 8px);
    /* top: 0; */
    bottom: -27px;
}

.dh {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.nav>li span.gp-f12 {
    line-height: 45px;
}

.subNav {
    background: rgba(0, 0, 0, .6);
    /* background: -webkit-linear-gradient(bottom, rgba(158, 6, 8, 48), rgba(158, 6, 8, 0)); */
    /* Safari 5.1 - 6.0 */
    /* background: -o-linear-gradient(bottom, rgba(158, 6, 8, 48), rgba(158, 6, 8, 0)); */
    /* Opera 11.1 - 12.0 */
    /* background: -moz-linear-gradient(bottom, rgba(158, 6, 8, 48), rgba(158, 6, 8, 0)); */
    /* Firefox 3.6 - 15 */
    /* background: linear-gradient(to bottom, rgba(158, 6, 8, 48), rgba(158, 6, 8, 0)); */
    left: 0px;
    width: 100%;
    top: 66px;
    padding: 37px 0;
    padding-top: 19px;
}

.gp-menu-nav {
    background: #9a1518;
}


/* footer */

footer {
    background: url(../images/footerbg.png) no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.footerL,
.footerR {
    width: 47.92%;
    position: relative;
}

.footerLog {
    width: 416px;
    height: 74px;
    overflow: hidden;
}

.wx {
    display: inline-block;
    line-height: 36px;
    text-align: center;
}

.ewm {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-top: 6px;
}

.ftit {
    display: block;
    /* line-height: 33px; */
    margin-bottom: 10px;
    font-weight: bold;
}

.footerUl {
    padding-left: 14px;
}

.footerUl li {
    padding-left: 23px;
    width: calc(50% - 23px);
    display: block;
    float: left;
    position: relative;
}

.footerUl li a {
    line-height: 23px;
    padding: 5px 0;
    display: block;
}

.footerUl li::before {
    content: '';
    display: block;
    width: 16px;
    height: 7px;
    background: url(../images/fb.png) no-repeat;
    position: absolute;
    left: 0;
    top: 14px;
}

.gotopout {
    width: 40px;
    height: 40px;
    background: url(../images/zhi.png);
    position: absolute;
    left: 183px;
    bottom: 0px;
}

@media screen and (max-width:1400px) {
    .back {
        margin-top: 10px;
    }
    .footerLog {
        width: 316px;
    }
}

@media screen and (max-width:1300px) {}

@media screen and (max-width:1200px) {}

@media screen and (max-width:996px) {
    .nav {
        display: none;
    }
    .back {
        margin-top: 14px;
        margin-right: 23px;
        display: none;
    }
    .footerL,
    .footerR {
        width: 100%;
    }
    .gp-menu-nav {
        display: block !important;
    }
    .back2 {
        display: block !important;
        float: left;
        margin-left: 24px;
    }
}

@media screen and (max-width:767px) {
    .back {
        padding: 3px 4px;
        margin-right: 30px;
        margin-top: 2px;
    }
}

@media screen and (max-width:479px) {
    .gp-menu-header-icon {
        transform: scale(.7);
    }
    .back {
        display: none;
    }
    .wx {
        float: left;
    }
    .footerUl li {
        width: calc(100% - 23px);
    }
    .footerLog {
        width: 280px;
        height: 40px;
    }
}