@charset "UTF-8";
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

abbr,
acronym,
fieldset,
img {
    border: 0;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

q:after,
q:before {
    content: "";
}

.col-c,
.col-l {
    float: left;
}

.col-r,
.col_r {
    float: right;
}

.c {
    clear: both;
}

em {
    font-weight: 400;
    font-style: normal;
}

.dn {
    display: none;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

body {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Microsoft Yahei", sans-serif;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #c41818;
}

img,
video {
    max-width: 100%;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

input,
select,
textarea {
    font-size: 14px;
    color: #333;
    font-family: "Microsoft Yahei", sans-serif;
    outline: 0;
    border: none;
}

select::-ms-expand {
    display: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: #a0a0a0;
}

::-moz-placeholder {
    color: #a0a0a0;
}

::-ms-input-placeholder {
    color: #a0a0a0;
}

.ani,
a {
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}

* {
    -wekit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

.unselect {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
::-webkit-scrollbar-track {
    background: none;
}
::-webkit-scrollbar-thumb {
    background: #ece2da;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #ece2da;
}

.wp {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
}
.banner {
    position: relative;
    overflow: hidden;
    margin-bottom: -110px;
}
.banner .swiper-slide {
    height: 839px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner .dots {
    position: absolute;
    bottom: 138px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
}
.banner .dots .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: #fff;
    opacity: 1;
    margin: 0 10px;
}
.banner .dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #edb067;
}
.g-tit1 {
    margin-bottom: 40px;
    background: url("../images/tit-bg.png") no-repeat bottom center;
}
.g-tit1 img {
    display: block;
    margin: 0 auto 16px;
}
.g-tit1 .line {
    height: 1px;
    background: #c79c6f;
}
.g-tit1 .desc {
    text-align: center;
    width: 172px;
    height: 24px;
    background: #c79c6f;
    color: #f4ecd0;
    margin: 0 auto;
}
.footer {
    font-family: SimSun;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 13px solid #ae0000;
    text-align: center;
    margin-top: 40px;
}
.index-row0 {
    position: relative;
    display: flex;
    align-items: center;
    width: 1123px;
    height: 228px;
    margin: 0 auto;
    background: url("../images/dy-bg.png") no-repeat center center;
    padding: 0 88px 0 68px;
    z-index: 2;
}
.index-row0 .yh {
    position: absolute;
    width: 76px;
    height: 76px;
}
.index-row0 .yh.yh1 {
    left: 36px;
    top: -30px;
}
.index-row0 .yh.yh2 {
    right: 46px;
    bottom: -30px;
}
.index-row0 .tit {
    flex: 0 0 58px;
}
.index-row0 .line {
    width: 1px;
    height: 86px;
    background: #ecc382;
    margin: 0 49px 0 31px;
}
.index-row0 .desc {
    font-size: 18px;
    line-height: 2;
}
.index-row1 {
    padding: 70px 0 80px;
}
.swiper-achievements {
    position: relative;
}
.swiper-achievements .box {
    overflow: hidden;
}
.swiper-achievements .box .swiper-slide:hover .pic::after {
    height: 100%;
    background: linear-gradient(0deg, rgba(175, 2, 2, 0.8) 0%, #af0202 100%);
    opacity: 0.89;
    border-bottom: 4px solid #d2a81e;
}
.swiper-achievements .box .swiper-slide:hover .tit {
    display: none;
}
.swiper-achievements .box .swiper-slide:hover .desc {
    display: block;
}
.swiper-achievements .box .pic {
    position: relative;
    padding-top: 67.38%;
}
.swiper-achievements .box .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-achievements .box .pic::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 87px;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.swiper-achievements .box .tit {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding: 0 20px;
    position: absolute;
    bottom: 24px;
    left: 0;
    width: 100%;
}
.swiper-achievements .box .desc {
    display: none;
    position: absolute;
    left: 32px;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}
.swiper-achievements .swiper-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 52px;
    background-size: 48px auto;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 20;
    cursor: pointer;
}
.swiper-achievements .swiper-arrow.swiper-next {
    right: -88px;
    background-image: url("../images/next.png");
}
.swiper-achievements .swiper-arrow.swiper-prev {
    left: -88px;
    background-image: url("../images/prev.png");
}
.swiper-achievements .dots {
    display: none;
    text-align: center;
    margin-top: 10px;
}
.swiper-achievements .dots .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
    margin: 0 3px;
}
.swiper-achievements .dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #edb067;
}

.answer-sheet {
    overflow: hidden;
    margin: 0 -30px;
    padding: 25px 0 15px;
}
.answer-sheet li {
    float: left;
    width: 50%;
}
.answer-sheet li .inner {
    margin: 0 30px 60px;
}
.answer-sheet li .inner .pic {
    position: relative;
    padding-top: 44.91%;
    margin-bottom: 55px;
}
.answer-sheet li .inner .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.answer-sheet li .inner .pic .tit {
    position: absolute;
    left: 0;
    right: 56px;
    bottom: -30px;
    height: 71px;
    background: #f7d86e;
    border-radius: 0 35px 35px 0;
    font-size: 24px;
    color: #fff;
    line-height: 54px;
    font-weight: bold;
    z-index: 2;
}
.answer-sheet li .inner .pic .tit::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 8px;
    bottom: 8px;
    left: 0;
    background: #ae0000;
    border-radius: 0 35px 35px 0;
}
.answer-sheet li .inner .pic .tit span {
    position: relative;
    z-index: 2;
    padding-left: 36px;
}
.answer-sheet li .inner .desc {
    font-size: 16px;
    color: #454545;
    line-height: 28px;
    text-indent: 2em;
    margin-bottom: 16px;
}
.answer-sheet li .inner .more {
    display: block;
    font-size: 16px;
    color: #ae0000;
    line-height: 28px;
}
.answer-sheet li .inner .more:hover {
    text-decoration: underline;
}
.prospect-sheet {
    overflow: hidden;
    margin: 0 -30px;
    padding: 10px 0 36px;
}
.prospect-sheet li {
    float: left;
    width: 50%;
}

.prospect-sheet li .inner {
    padding: 0 0 22px;
    margin: 0 30px 22px;
    border-bottom: 1px dashed #e1e1e1;
}
.prospect-sheet li .inner .tit {
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 22px;
    color: #222222;
    line-height: 28px;
}
.prospect-sheet li .inner .tit:hover {
    color: #c41818;
}
.prospect-sheet li .inner .line {
    width: 43px;
    height: 5px;
    background: #c41818;
    margin: 20px 0 15px;
}
.prospect-sheet li .inner .desc {
    font-size: 16px;
    color: #888888;
    line-height: 24px;
    margin-bottom: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 72px;
}
.prospect-sheet li .inner .date {
    font-size: 16px;
    color: #888888;
}
.index-row4 {
    overflow: hidden;
}
.index-row4 .col-l {
    width: 570px;
}
.index-row4 .col-r {
    width: 570px;
}
.swiper-medium {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.swiper-medium .swiper-slide .pic {
    position: relative;
    padding-top: 48.25%;
}
.swiper-medium .swiper-slide .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.swiper-medium .swiper-slide .tit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56px;
    font-size: 22px;
    background: rgba(0, 0, 0, 0.78);
    line-height: 56px;
    padding: 0 70px 0 20px;
    color: #fff;
    font-weight: bold;
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.swiper-medium .dots {
    position: absolute;
    bottom: 20px;
    right: 10px;
    left: auto;
    width: auto;
    font-size: 0;
    z-index: 2;
}
.swiper-medium .dots .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #ffffff;
    opacity: 1;
    margin: 0 6px;
}
.swiper-medium .dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #c41818;
}
.medium-news li .tit {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 36px;
    padding-left: 10px;
}
.medium-news li .tit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #a40000;
    border-radius: 1px;
}
.enterprise-news {
    margin-top: -30px;
}
.enterprise-news li {
    position: relative;
    padding: 30px 0 30px 120px;
    border-top: 1px dashed #dbdbdb;
}
.enterprise-news li:first-child {
    border-top: none;
}
.enterprise-news li .date {
    position: absolute;
    top: 25px;
    left: 0;
    color: #c41818;
    text-align: right;
}
.enterprise-news li .date strong {
    display: block;
    font-size: 36px;
}
.enterprise-news li .tit {
    display: block;
    font-weight: bold;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 12px;
}
.enterprise-news li .desc {
    font-size: 16px;
    color: #888888;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
}
@media only screen and (max-width: 1399px) {
    body {
        zoom: 0.9;
    }
}
@media only screen and (max-width: 1299px) {
    body {
        zoom: 0.8;
    }
}
@media only screen and (min-width: 1200px) {
    .prospect-sheet li:nth-child(n + 3) .inner {
        border-bottom: none;
    }
}



@media only screen and (max-width: 1199px) {
    body {
        zoom: 1;
    }
    .banner{
        margin-bottom: 30px;
    }
    .banner .dots{
        bottom: 10px;
    }
    .banner .dots .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        margin: 0 3px;
    }
    .index-row0 {
        zoom: 0.8;
    }
    .swiper-achievements .swiper-arrow.swiper-next{
        right: 0;
    }
    .swiper-achievements .swiper-arrow.swiper-prev{
        left: 0;
    }
    .index-row4 .col-l{
        float: none;
        width: auto;
        margin-bottom: 30px;
    }
    .index-row4 .col-r{
        float: none;
        width: auto;
    }
    .answer-sheet{
        margin: 0;
    }
    .answer-sheet li{
        float: none;
        width: auto;
        margin-bottom: 20px;
    }
    .answer-sheet li .inner{
        margin: 0 0 20px;
    }
    .prospect-sheet{
        margin: 0;
    }
    .prospect-sheet li{
        float: none;
        width: auto;
        margin-bottom: 20px;
    }
    .prospect-sheet li .inner{
        margin: 0 0 20px;
    }
}
@media only screen and (max-width: 959px) {
    .index-row0{
        width: auto;
        height: auto;
        background-size: 100% 100%;
        zoom: 1;
        padding: 10px 20px 20px;
    }
    .index-row0 .desc{
        font-size: 14px;
    }

    .swiper-achievements .box .tit{
        font-size: 18px;
    }
    .footer{
        padding: 15px;
        margin-top: 20px;
        border-top-width: 2px;
    }
}
@media only screen and (max-width: 767px) {
    .swiper-achievements .dots{
        display: block;
    }
    .swiper-achievements .swiper-arrow{
        display: none;
    }
    .banner .swiper-slide{
        height: 260px;
    }
    .g-tit1{
        margin-bottom: 20px;
    }
    .g-tit1 img{
        height: 30px;
    }
    .enterprise-news li{
        padding: 20px 0 20px 80px;
    }
    .enterprise-news li .tit{
        font-size: 18px;
    }
    .enterprise-news li .desc{
        font-size: 14px;
    }
    .enterprise-news{
        margin-top: -20px;
    }
    .swiper-medium .swiper-slide .tit{
        font-size: 18px;
        padding: 0 70px 0 10px;
    }
    .prospect-sheet{
        padding: 0;
    }
    .prospect-sheet li .inner .tit{
        font-size: 18px;
    }
    .prospect-sheet li .inner .line{
        width: 30px;
        height: 4px;
        margin: 10px 0;
    }
    .prospect-sheet li .inner .desc{
        font-size: 14px;
    }
    .answer-sheet li .inner .pic .tit{
        font-size: 16px;
        right: 30px;
    }
    
    .answer-sheet li .inner .pic .tit span{
        padding-left: 10px;
    }
    .swiper-achievements .swiper-arrow{
        background-size: 20px auto;
    }
    .index-row1{
        padding: 30px 0;
    }
    .index-row0 .yh{
        width: 30px;
        height: 30px;
    }
    .index-row0 .yh.yh1{
        top: -10px;
        left: 10px;
    }
    .index-row0 .yh.yh2{
        bottom: -10px;
        right: 10px;
    }
    .index-row0 .line{
        margin: 0 10px;
    }
    .answer-sheet li .inner .pic .tit{
        height: 50px;
        line-height: 36px;
    }
    .swiper-medium .dots .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        margin: 0 3px;
        bottom: 22px;
    }
    .answer-sheet{
        padding: 0;
    }
}
@media only screen and (max-width: 369px) {
    .banner .swiper-slide{
        height: 240px;
    }
}