@charset "utf-8";

.wp{
    width: 14rem;
    margin: 0 auto;
    max-width: 96%;
}
.flex-v-center{display:-webkit-flex;display:flex;flex-direction:column;justify-content:center}
.flex{display:flex;justify-content:space-between;flex-wrap:wrap}
.head .wp{
    position: relative;
    z-index: 3;
    /* width: 100%; */
    /* padding:0 .44rem; */
    max-width: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.logo img{
    display: block;
    height: 1.05rem;
}
.logo .img2{
    display: none;
}
.header-right{
    width: calc(100% - 550px);
    position: relative;
}
.top_link
{
    position:absolute;
    top:-20px;
    right: 60px;
}
.top_link ul li img
{
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: bottom;
    margin-right: 6px;
}
.top_link ul li a
{
    font-size: 16px;
    color:#fff;
}
.header-right .top{
        width: 30px;
        height: 30px;
        line-height: 30px;
        position: relative;
        margin-left: 30px;
        float: right;
        box-sizing: border-box;
}
}
.header-right .top .li a{
    display: flex;
    align-items: center;
    font-size: .18rem;
    color: #ffffff;
    line-height: .33rem;
}
.header-right .top .li a img{
    display: block;
    width: .20rem;
    margin-right: .08rem;
}

.search{
    width: 2.12rem;
    height: .33rem;
    position: relative;
    margin-left: .35rem;
}

.search .inpt{
    display: block;
    width: 100%;
    height: .33rem;
    line-height: .33rem;
    font-size: .12rem;
    color: rgba(255, 255, 255, 0.35);
    padding-left: .11rem;
    padding-right: .35rem;
    background: rgba(255, 255, 255, 0.17);
}
.search .subm{
    position: absolute;
    right: .11rem;
    top: .1rem;
    width: .15rem;
    height: .14rem;
}
input::placeholder{
    color: rgba(255, 255, 255, 0.35);
}
input::-moz-placeholder{
    color: rgba(255, 255, 255, 0.35);
}
#nav{
}
#nav li{
    position: relative;
}

#nav li h2{
    font-size: .2rem;
    color: #fff;
    line-height: .56rem;
}
#nav li h2 a{
    display: block;
    color: #ffffff;
}
#nav ul li h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: .6s;
    width: 0;
    height: .04rem;
    background: #8f0b12;
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
}

#nav ul li.on h2:after, #nav ul li:hover h2:after {
    opacity: 1;
    visibility: visible;
    width: .38rem;
    margin-left: -.19rem;
}
/*#nav ul li.on h2, #nav ul li:hover h2{
    color: #0771A3;
}*/
#nav ul li .sub {
    position: absolute;
    top: 100%;
    min-width: 1.4rem;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
    transform-origin: top;
}

#nav ul li .sub .box {
    padding: 0;
    background: #f9f9f9;
    text-align: center;
    box-shadow: 0 0 60px rgba(0,0,0,.1);
}

#nav ul li .sub a {
    padding: .12rem .1rem;
    line-height: 1.375;
    transition: .6s;
    font-size: .14rem;
    color: #666666;
    text-align: center;
    white-space: nowrap;
    display: block;
    width: 100%;
    border-bottom: rgba(0,0,0,.02) 1px solid;
}

#nav ul li .sub a:hover {
    color: #fff;
    background: #f0222c;
}

#nav ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}




/*wap*/

.wap-head {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding-right: 15px;
    padding-left: 15px;
    background: linear-gradient(-90deg, #8f0b12 0%, #8f040e 100%);
    height: .75rem;
}

.big-nav {
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105vw;
    top: 0;
    padding: .9rem 20px 30px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: linear-gradient(180deg, #8f0b12 0%, #a4151e 100%);
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);

}

body.navShow .big-nav {
    pointer-events: auto;
    right: 0;
    opacity: 1;
    visibility: visible;
}

.big-nav .list_box0 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.big-nav .list_box0 .li {
    font-size: 14px;
    color: #e8e8e8;
    display: inline-block;
    transition: .6s;
    margin-right: 0.2rem;
    margin-left: 0;
    position: relative;
    line-height: .36rem;
    border: 1px solid #fff;
    border-radius: .05rem;
    padding: 0 .1rem;
}

.big-nav .list_box0 .li a {
    color: #fff;
}

.big-nav .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 1.04rem;
    bottom: 0;
    overflow-y: auto;
}

.list_box_nav_mobile {
    width: 100%;
    height: 100%;
    padding: 0 0 10px;
    overflow: hidden;
    overflow-y: scroll;
    margin: 0;
    flex: 1;
}

.list_box_nav_mobile > li {
    width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin: 0 auto;
}

.list_box_nav_mobile > li .con {
    position: relative
}

.list_box_nav_mobile > li .a {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    line-height: .64rem;
    color: rgba(255, 255, 255, .8);
    padding: 0;
    font-size: .2rem;
    display: flex;
    position: relative;
    transition: .5s;
}

.list_box_nav_mobile > li i {
    opacity: 1;
    filter: alpha(opacity=100);
    width: .64rem;
    height: .64rem;
    background: url('../images/nav-icon.png') center no-repeat;
    background-size: auto .12rem !important;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
}

.list_box_nav_mobile > li.on1 i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

.list_box_nav_mobile > li.on .a {
    color: rgba(255, 255, 255, 1);
}

/*三级导航 开始*/
.list_box_nav_mobile > li .list {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none
}

.list_box_nav_mobile > li .list a {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, .6);
    line-height: 2.5;
}

.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}


.wap_search {
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    overflow: hidden;
    width: 100%;
    height: 60px;
    display: block;
}

.wap_search .header-search {
    height: 40px;
    border-radius: 0;
    background: rgb(255 255 255);
    position: relative;
    width: 100%;
    margin: 10px auto;
}

.wap_search .input {
    font-size: 14px;
    color: #646464;
    height: 40px;
    line-height: 40px;
    padding: 0 .24rem;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
    background: none;
    width: calc(100% - 40px);
}

.wap_search .btn_blue {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: url("../images/search.png") center no-repeat #be9470;
    background-size: .2rem;
    border-radius: 0;
}

.wap_search .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53;
}

.ar_wap{display: none}






.head:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 2.59rem;
    top: 0;
    background: url("../images/h-mask.png") repeat-x top center/100% 99%;
    z-index: 2;
    transition: .5s;
}


.head{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    /* padding: .29rem 0; */
    transition: .5s;
}
.head.xg1{
    /* padding: .2rem 0; */
    background: #9e1416;
    box-shadow: 0 0 .3rem rgba(0, 0, 0, 0.2);
}
.head.xg1:after{
    height: .05rem;
    background: #8f0b12;
}
.head.xg1 .logo .img2{
    display: block;
    /* height: .62rem; */
}

.head.xg1 .logo .img1{
    display: none;
}
.head.xg1 .header-right .top{
    /* display: none; */
}

.head.xg1 #nav li h2{
    color: #000;
}
























* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    outline: none;
}
 
  

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.zhong {
    max-width: 1400px;
    margin: 0 auto;

}

html {
    overflow-x: hidden;
}

html,
body {
    color: #333;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    /* background: #f5f5f5; */
    min-width: 1500px;
}

body {
    font-size: 16px;

}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #666666;
}

a:hover {
    text-decoration: none;
    color: #9d1416;
    transition: all 0.3s;
}

img,
input {
    border: 0;
    outline: none;
}

.wap {
    display: none !important;
}

.top>img.wap {
    display: none;
}


.icon:hover img {
    animation: jello 1s linear;
}
.modulepic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.modulepic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

a:hover .modulepic img {
    transform: scale(1.05);
}


@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }

}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.px1314 {
    max-width: 1314px;
    margin: 0 auto;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.px1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.px1650 {
    max-width: 1650px;
    margin: 0 auto;
}



/* 定位搜索框 */


.search {
    width: 320px;
    margin: 0 auto;
    position: relative;
    float: right;
    background: rgba(255, 255, 255, 0.94);
}

input,
button {
    border: none;
    outline: none;
}

.search .text {
    padding-right: 60px;
    padding-left: 15px;
    height: 51px;
    font-size: 14px;
    background: none;
    color: #333;
    display: block;
    width: 100%;
}

.search .button {
    width: 29px;
    height: 29px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    color: #c80b0d;
}

.search input::-webkit-input-placeholder {
    color: #999999;
}

.search input::-moz-input-placeholder {
    color: #999999;
}

.search input::-ms-input-placeholder {
    color: #999999;
}

/* 定位搜索框 */

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.pic img:hover {
    transform: scale(1.05);
}




/* 公共代码版块 */

.titline i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#b30203, #b30203);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

a:hover .titline i {
    background-size: 100% 1px;
}



/* 大红盒子做背景部分： */
.redBg {
    background: url(../images/maxBack.png);
    /* padding-bottom: 56px; */
}

.logo {
    float: left;
    padding-top: 32px;
    padding-bottom: 32px;
}

.logo a {
    /* display: block; */
    /* max-width: 4.65rem; */
}

.logo img {
    width: 100%;
    height: 100%;
}

.nav {
    float: right;
    padding-top: 35px;
    /* padding-left: 103px; */
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.nav .search-switch {
}

.nav .search-switch img {
    display: block;
    cursor: pointer;
}
.nav ul{
    clear: both;
    display: flex;
    margin-top: 15px;
}
.nav .navLi {
    position: relative;
    float: left;
    margin-left: 30px;
}

.navLi a {
    display: block;
    text-align: center;
    font-family: SourceHanSansCN-Bold;
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
    display: block;
}

.navLi ul {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) scaleY(0);
    transform-origin: center top;
    width: 170px;
    z-index: 11;
    background: #9e1416;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 10px 0;
    transition: all 0.3s;
    display: block;
    margin-top: 0;
}

.navLi:hover ul {
    transform: translateX(-50%) scaleY(1);

}

.navLi ul a:hover {
    color: #bcb8b8;

}

.nav .navLi>a {
    border-bottom: 2px solid transparent;
}

.nav .navLi:hover>a {
    border-bottom: 2px solid #ffffff;
}

.nav .navLi ul li a {
    font-size: 16px;
    color: #fff;
}

.nav .navLi ul li a:hover {
    background: #fff;
    color: #9e1416;
}



/* 移动端导航模块： */
.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.top>img {
    display: block;
    width: 100%;
}

.wap {
    display: none !important;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

/* 页脚模块： */
.footer {
    width: 100%;
    background-color: #323232;
    background: url(../images/footer_bg.png) no-repeat;
    background-size: cover;
    padding: 35px 0 0 0;
    /* background: #444; */
}

.footer .zhong {
    display: flex !important;
    justify-content: space-between;
}

.footer .friend {

    /* 图上间距是33，但是要把ul已经设的22下内边距考虑到，因此大盒子只要再设11的下内边距就行 */

overflow: hidden;

/* margin-right: 25%; */

width: 540px;
}

.footer p {
    font-size: 20px;
    color: #ffffff;
    line-height: 40px;
}

.footer .friend .friend_link {
    padding-bottom: 5px;
}

.friend .friend_son {
    float: left;
    font-family: SourceHanSansCN-Regular;
    display: flex;
    flex-wrap: wrap;
}

.friend .friend_son2 {
    padding-right: 0;

}

.friend .friend_son li {
    width: 33.33% !important;
}

.friend .friend_son li a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
}

.footer .bottom {
    width: 100%;
    text-align: center;
    padding: 5px 10px;
    background-color: #313131;
    margin-top: 25px;
}

.footer .bottom p {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    line-height: 30px;
}

.footer .connect {}

.connect .connectUl li {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
}

.connect p {
    padding-bottom: 5px;
}

.footer .QRcode {
    text-align: center;
}

.footer .QRcode .QRkuang {
    background-color: #ffffff;
    width: 115px;
    margin: 0 auto;
}

.footer .QRcode .QRkuang img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.footer .QRcode p {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #ffffff;
}


/* 定位搜索框 */

.b-top {
    line-height: 0.4rem;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.t-search-zzc {
    position: fixed;
    z-index: 99998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

.t-search {
    padding: 0 0 0.1rem 0;
    display: none;
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
}

.t-search>div {
    min-width: 5rem;
    margin: 0 auto;
    position: relative;
    padding-right: 0.5rem;
    padding: 0.05rem 0;
    background: #fff;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 0.7rem 0 0.2rem;
    font-size: 0.16rem;
    height: 0.3rem;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 0.4rem;
    width: 0.4rem;
    background: #9e1416;
}

.search-btn input {
    display: block;
    width: 0.2rem;
    margin: 0.1rem auto;
}
