@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: '微软雅黑';
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
    padding: 0;
    margin: 0;
    font-weight: normal;
}
i,em{
    font-style: normal;
}
ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color:inherit;
}
a:focus{ outline:none;border:none}
img,
input {
    border: 0;
}
img{display: block;padding: 0;border: none;-ms-interpolation-mode: bicubic;max-width: 100%;max-height: 100%;}
input,button{border: none;outline: none;color:inherit;background-color: transparent;}
.f0{
    font-size: 0;
}
input[type='text']:focus-visible{
    outline: none;
}


.clear:after{
    float: none;
    clear: both;
    display: block;
    content: '';
    visibility: hidden;

}


.px1300{
    max-width: 1300px;
    margin: 0 auto;
}

.icon img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: all 0.3s ease-in;
}
.pic {
    position: relative;

    overflow: hidden;
}
.pic .a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in;
}
.bg-mask:hover .pic .a {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.eclip {display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.l2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.aline_r {position: relative;background-image: linear-gradient( #8d030a, #8d030a);background-position: 0 100%;background-size: 0 1px;background-repeat: no-repeat;transition: background-size .5s;}
.alin_r:hover .aline_r{background-size: 100% 1px; color: #8d030a}
body{
   /* min-width: 1320px;*/
    overflow-x: hidden;
    background: url("../images/body.jpg") no-repeat top center;
}
html,body{
    -webkit-text-size-adjust:none;
}
.head{
    height: 280px;
    padding-top: 96px;
}
.head a,.head img{
    display: block;
    width: 712px;
}
.head .logo{
    margin-left: 125px;
}
.nav{
    background: #8d030a;
}
.nav>ul{
    width: 77.54%;
}
.nav>ul li{
    float: left;
    width: 12.5%;
    position: relative;
    text-align: center;
}
.nav>ul li a{
    display: block;
    font-size: 20px;
    line-height: 56px;
    color: #fff;
}
.nav>ul li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 2px;
    height: 17px;
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%);
}
.nav>ul li:first-child:before{
    display: none;
}
.nav>ul li .sub_nav{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #8d030a;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 999;
}
.nav>ul li .sub_nav a{
    display: block;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    padding: 5px 10px;
    transition: .5s;
}
.nav>ul li .sub_nav a:hover{
    color: #8d030a;
    background: #fff;
}
.nav>ul li .sub_nav .box{
    padding: 5px 0;
}
.nav>ul li:hover .sub_nav{
    opacity: 1;
    visibility: visible;
}
.search{
    width: 220px;
    position: relative;
    margin-top: 12px;
}
.search .inp{
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 33px;
    height: 33px;
    background: #f0d4d4;
    padding-left: 15px;
    padding-right: 45px;
    border-radius: 50px;
    color: rgba(70, 70, 70, 0.74);
}
.search .inp::placeholder{
    color: rgba(70, 70, 70, 0.74);
}
.search .inp::-ms-input-placeholder{
    color: rgba(70, 70, 70, 0.74);
}
.search .inp::-moz-placeholder{
    color: rgba(70, 70, 70, 0.74);
}
.search .inp::-webkit-input-placeholder{
    color: rgba(70, 70, 70, 0.74);
}
.search .sum{
    position: absolute;
    right: 0;
    top: 0;
    width: 33px;
    height: 33px;
    padding: 10px;
    background: #efa516;
    border-radius: 50%;
}

.foot{
    background: #8d030a;
    padding-top: 24px;
    padding-bottom: 15px;
}
.foot p{
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

.wap{
    display: none;
}
.w-top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}
.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
    width: 25px;
    height: 25px;
}
.wap-menu img {
    height: 25px;

}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}
@media screen and (max-width: 1300px){
    .px1300{
        max-width: none;
        width: 100%;
        padding: 0 15px;
    }
}
@media screen and (max-width: 1024px){
    .pc{
        display: none;
    }
    .head{
        height: auto;
        padding: 20px 0;
        margin-top: 60px;
    }
    .head .logo{
        margin: 0 auto;
    }
    .head a, .head img{
        width: auto;
        max-width: 80%;
        margin: 0 auto;
    }
    .wap{
        display: block;
    }
    .wap-header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #8d030a;
        padding: 10px;
        z-index: 999;

    }

    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }
    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink a {
        font-size: 14px;
        margin: 5px 0;

        display: inline-block;
        background: #fff;
        color: #8d030a;
        line-height: 30px;
        padding: 0 15px;
        border-radius: 5px;
    }
    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid #fff;
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }
    .m-search input[type="text"]::placeholder {
        color: #fff;
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }
    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #8d030a;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
    }
    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }
    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }
    .m-nav ul li ul {
        display: none;
    }
    .m-nav ul li ul li {
        border: none;
    }
    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }
    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }
    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url('../images/nav-icon.png') no-repeat center center;
        background-size: 10px 12px;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }

    .foot{
        padding: 10px 0;
    }
    .foot p{
        font-size: 14px;
        line-height: 24px;
    }
}
@media screen and (max-width: 768px){
.foot p span{
    display:block;
}
}
@media screen and (max-width: 1300px){

}
@media screen and (max-width: 1300px){

}
@media screen and (max-width: 1300px){

}