@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    min-width: 1300px;
}

@media screen and (min-width:1025) {
    body.on {
        padding-top: 50px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
em {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
    outline: none;
}

.icon img {
    transition: all 0.3s;
}

.icon:hover img {
    animation: icon-yh 0.6s linear;
}

@keyframes icon-yh {
    0% {
        transform: rotateZ(0);
    }
    10% {
        transform: rotateZ(10deg);
    }
    20% {
        transform: rotateZ(0);
    }
    30% {
        transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(0);
    }
    50% {
        transform: rotateZ(10deg);
    }
    60% {
        transform: rotateZ(0);
    }
    70% {
        transform: rotateZ(-10deg);
    }
    80% {
        transform: rotateZ(0);
    }
    90% {
        transform: rotateZ(10deg);
    }
    100% {
        transform: rotateZ(0);
    }
}

.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

body .clear {
    float: none !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.px1300 {
    max-width: 1300px;
    margin: 0 auto;
}

.text_r1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text_r2 {
    white-space: pre-wrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text_r3 {
    white-space: pre-wrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* nav */

.head.t60 {
    top: 60px;
}

.head {
    background: #ce2d1b;
    position: relative;
}
.head::before{
    content: "";
    position: absolute;
    width: 100%;
    right: 50%;
    bottom: 0;
    margin-right: 670px;
    height: 65px;
    background: #e1292a; 
}
.head::after{
    content: "";
    position: absolute;
    right: 50%;
    margin-right: 650px;
    bottom: 0;
    border-top: 65px solid transparent;
    border-left: 20px solid #e1292a;

}
.head-top {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    z-index: 999;
}

.logo {
    float: left;
}

.logo a {
    display: block;
    font-size: 0;
    line-height: 70px;
}

.logo a img {
    vertical-align: middle;
    transition: all 0.3s;
}

.search {
    float: right;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    color: #d6d6d6;
    font-size: 0;
    text-align: right;
}

.search span {
    display: inline-block;
    font-size: 12px;
    color: #999;
    line-height: 12px;
    vertical-align: middle;
}

.search a {
    display: inline-block;
    font-size: 14px;
    color: #999999;
    vertical-align: middle;
    margin-left: 10px;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 12px;
}

.search a img {
    vertical-align: middle;
    margin-right: 5px;
}

.search a:first-child+a {
    border-left: 1px solid #999;
}

.search a:hover {
    color: #c61217;
}

.search-box {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.search-box div {
    margin-top: 12px;
    float: right;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    padding-left: 20px;
    border: 1px solid #fff;
}

.search-box input[type="text"] {
    width: 160px;
    padding: 0 10px 0 0;
    line-height: 36px;
    height: 36px;
    background: none;
    color: #fff;
    vertical-align: middle;
    transition: all 0.3s;
    font-size: 14px;
}

.search-box input.p-submit {
    width: 28px;
    color: #fff;
    height: auto;
    font-size: 14px;
    vertical-align: middle;
    /* background: url(../images/search2.png) no-repeat; */
    background-position: left center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0;
    padding-right: 8px;
}

.search-box img {
    display: block;
    height: 17px;
    margin-top: 9px;
    cursor: pointer;
}

.t-search {
    background: #223356;
    padding: 10px 0;
    display: none;
}

.t-search>div {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: 5px 0;
    background: #fff;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 70px 0 20px;
    height: 30px;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #9b0c14;
}

.search-btn input {
    display: block;
    width: 20px;
    margin: 10px auto;
}

.head.on {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    border: none;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    padding: 10px 0;
}


.nav {
    transition: all 0.5s;
    padding-right: 240px;
    position: relative;
}

.nav>ul {
    font-size: 0;
    transition: all 0.5s;
}

.nav>ul>li {
    display: inline-block;
    width: 16%;
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    text-align: center;
}

/* .nav>ul>li::before {
    content: "";
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 12px;
    height: 22px;
    background: url(../images/deg-line2.png) no-repeat;
    background-position: center center;
} */

.nav>ul>li:first-child::before {
    content: none;
}

.nav>ul>li>a {
    font-size: 18px;
    line-height: 60px;
    color: #fff;
    position: relative;
}

.nav>ul>li>a:after {
    content: "";
    width: 1px;
    height: 0;
    background: #c61217;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all 0.3s;
}

.nav>ul>li>a:before {
    content: "";
    left: 50%;
    right: 50%;
    height: 1px;
    background: #c61217;
    position: absolute;
    bottom: -1px;
    transition: all 0.3s;
}

.nav>ul>li ul {
    display: none;
    position: absolute;
    top: 100%;
    padding: 10px 0;
    width: 200px;
    background: #fff;
    overflow: hidden;
    border-top: 1px solid #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-top: 1px solid transparent;
    z-index: 99999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.nav>ul>li ul li {
    padding: 5px 10px;
    text-align: center;
}

.nav>ul>li ul li a {
    display: block;
    font-size: 14px;
    color: #333;
    padding: 10px 0;
}

.nav>ul>li ul li a:hover {
    color: #fff;
    background: #c61217;
}

.nav>ul>li:hover {
    background: #fff;
}

.nav>ul>li:hover::before {
    content: none;
}

.nav>ul>li:hover+li::before {
    content: none;
}

.nav>ul>li:hover>a {
    color: #c61217;
}

.nav>ul>li.active {
    background: #fff;
}

.nav>ul>li.active>a {
    color: #c61217;
}

.nav>ul>li.active>a::before {
    left: 0;
    right: 0;
}

.nav>ul>li.on>a:after {
    height: 15px;
    bottom: -16px;
}

.nav>ul>li.on>a::before {
    left: 0;
    right: 0;
}

.pic {
    display: block;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.pic img:hover {
    transform: scale(1.05);
}

.banner {
    width: 100%;
    position: relative;
}

.banner a {
    display: block;
    width: 100%;
}

.banner img {
    display: block;
    width: 100%;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-prev,
.banner .slick-next {
    width: 30px;
    height: 45px;
    z-index: 9;
}

.banner .slick-prev {
    background: url(../images/banner-l.png) no-repeat;
    background-position: center center;
    left: 100px;
}

.banner .slick-next {
    background: url(../images/banner-r.png) no-repeat;
    background-position: center center;
    left: auto;
    right: 100px;
}
 
.footer{
    text-align: center;
    color: #fff;
    background: #ca0a17;
    line-height: 70px;
}
.footer p span{
    margin: 0 10px;
}
