@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;}
body{
  
    overflow-x: hidden;
}

.head {
    position: relative;
}
.head .img .img{
    display: block;
    width: 100%;
}
.head .h-t{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background: #c00000;
    z-index: 3;
}
.head .h-t .nav>ul{
    font-size: 0;
    text-align: center;
}
.head .h-t .nav>ul>li{
    display: inline-block;
    position: relative;
    line-height: 60px;
    text-align: center;
    padding: 0 18px;
    margin: 0 25px;
}
.head .h-t .nav>ul>li>a{
    display: block;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.head .h-t .nav>ul>li ul{
    position: absolute;
    left: 50%;
    width: 150px;
    top: 100%;
    background: #fff;
    margin-left: -75px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 5px 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 99;
}
.head .h-t .nav>ul ul a{
    display: block;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    color: #333;
}
.head .h-t .nav>ul ul a:hover{
    color: #c00000;
}
.head .h-t .nav>ul>li:hover ul{
    opacity: 1;
    visibility: visible;
}
.head .h-t .nav>ul>li:after{
    position: absolute;
    content: '';
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 4px;
    transition: .5s;
    background: #eba863;
}
.head .h-t .nav>ul>li:hover:after,
.head .h-t .nav>ul>li.active:after{
    right: 0;
    left: 0;
}
.head .h-t .nav>ul>li:hover>a,
.head .h-t .nav>ul>li.active>a{
    font-size: 20px;
    font-weight: 600;
}

.foot{
    padding-top: 48px;
    padding-bottom: 35px;
    background: #c00000;
}
.foot p{
    text-align: center;
    font-size: 0;
}
.foot p a,
.foot p span{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 28px;
    margin: 0 22px;
    color: #fff;
}


.wap{
    display: none;
}
.w-top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 25px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}
.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
width: 100%;
    height: 100%;
}
.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}
@media screen and (max-width: 1300px){
    .px1300{
        padding: 0 10px;
    }
    
}
@media screen and (max-width: 1024px){
    .pc{
        display: none;
    }
    .wap{
        display: block;
    }
    .wap-header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #c00000;
        padding: 10px;
        z-index: 999;

    }

    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }
    .m-logo img {
        max-height: 55px;
        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: #004980;
        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: #c00000;
        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-top:20px;
        padding-bottom:20px
    }
    .foot p a, .foot p span{
        font-size:14px;
    }
   }