@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg') format('svg');
}


/* css初始化 */

body {
    font-size: 14px;
    font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif, "SimHei", "PingFang SC", "Source Han Sans CN";
    color: #333333;
    padding: 0!important;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

@media only screen and (max-width:1024px) {
    body {
        font-size: 16px;
    }
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
    margin: 0;
    padding: 0;
    font-style: normal;
}

.h1,
.h2,
.h3,
h1,
h2,
h3,
p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    list-style: none;
}

input,
select,
button,
textarea {
    font-size: 14px;
    border: 0;
    background: none;
    outline: none;
    vertical-align: middle;
    font-family: "Microsoft YaHei", "Alibaba-PuHuiTi-Regular", Arial, Tahoma, sans-serif, "SimHei", "PingFang SC", "Source Han Sans CN";
}

button {
    overflow: visible;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    border: none;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

a:hover {
    text-decoration: none !important;
    color: var(--main-color);
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

button:focus {
    outline: none;
}


/* 整体 */

.e_m {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
    display: none;
}

.e_m .n_r {
    width: 285px;
    padding: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.e_m .n_r img {
    width: 100%;
    height: auto;
    display: block;
}

.e_m .n_r p {
    font-size: 15px;
    color: #888;
    margin-top: 10px;
}

@media only screen and (max-width: 640px) {
    .e_m .n_r {
        width: 230px;
        padding: 15px;
    }
    .e_m .n_r p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 992px) {
    html.on {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden;
    }
}

@media only screen and (max-width: 992px) {
    body.on {
        transform: translateX(-60%);
        -webkit-transform: translateX(-60%);
        -moz-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
        -o-transform: translateX(-60%);
    }
}

@media only screen and (max-width: 992px) {
    .sj_bj {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        z-index: 999999999999999999999;
        display: none;
    }
}

 :focus {
    outline: none;
}

 :root {
    --main-color: #c8161e;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.header {
    width: 100%;
    position: fixed;
    z-index: 9999999999999;
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.header.on {
    background-color: rgba(255, 255, 255, 0.8);
    top: 0;
    box-shadow: 0 2px 8px #ddd;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .logo>a {
    display: flex;
    align-items: center;
}

.header .logo>a .logo_wz {
    margin-left: 12px;
    text-align: center;
}

.header .logo>a h3 {
    font-size: 24px;
    font-weight: bold;
}

.header .logo>a h4 {
    font-size: 14px;
    font-weight: bold;
}

.header .en a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
}

.header .en a:hover {
    color: var(--main-color);
}

.header .nav ul {
    width: 100%;
    display: flex;
}

.header .nav ul li {
    position: relative;
    height: 100px;
    background-size: 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 48px;
    text-align: center;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.header .nav ul li:hover {
    background-size: 100% 100%;
}

.header .nav ul li.on {
    background-size: 100% 100%;
}

.header .nav ul li:after {
    width: 0;
    height: 2px;
    background-color: var(--main-color);
    position: absolute;
    left: 50%;
    bottom: 24px;
    content: "";
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header .nav ul li:hover:after {
    width: 100%;
}

.header .nav ul li.on:after {
    width: 100%;
}

.header .nav .y_j {
    position: relative;
}

.header .nav .y_j i {
    display: none;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header .nav .y_j a {
    display: block;
    font-size: 20px;
    color: #000;
}

.header .nav ul li:hover .y_j a {
    font-weight: bold;
    color: var(--main-color);
}

.header .nav ul li.on .y_j a {
    color: var(--main-color);
    font-weight: bold;
}

.header .nav .e_j {
    width: 150px;
    background-color: #fff;
    box-shadow: 0 0 5px #aaa;
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header .nav ul li:hover .e_j {
    opacity: 1;
    visibility: inherit;
    z-index: 999;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.header .nav .e_j a {
    font-size: 14px;
    text-align: center;
    display: block;
    padding: 5px 0;
}

.header .nav .e_j a:first-child {
    padding-top: 10px;
}

.header .nav .e_j a:last-child {
    padding-bottom: 10px;
}

.header .nav .e_j a:hover {
    background-color: var(--main-color);
    color: #fff;
}

.header_sea {
    margin: 0 25px;
}


/* header  an */

.header .an {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 65px;
    height: 27px;
    width: 40px;
    display: none;
}

.header .an span {
    width: 40px;
    height: 3px;
    background-color: #000;
    display: block;
    position: absolute;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header .an span.a1 {
    top: 0;
    left: 0;
}

.header .an span.a2 {
    top: 12px;
    left: 0;
}

.header .an span.a3 {
    top: 24px;
    left: 0;
}

.header .an.n span.a2 {
    display: none;
}

.header .an.n span.a1 {
    top: 10px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
    top: 10px;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}


/* .header .container {
    position: relative;
} */

.header .head_icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px;
}

.header .header_ls {
    display: flex;
    align-items: center;
    margin-left: 60px;
}


/* 模态框 */

.search {
    position: fixed;
    top: 100px;
    width: 100%;
    background-color: var(--main-color);
    height: 80px;
    display: none;
    z-index: 9999;
}

.search>.container {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 100px;
}

.search label {
    position: relative;
    margin: 0 0 0 50px;
    flex: 1;
}

.search label .hr {
    /* content: ''; */
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -8px;
    background-color: #131313;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.search button {
    margin: 0px 60px 0 30px;
}

.search i {
    margin-right: 40px;
    font-size: 22px;
    cursor: pointer;
    color: #fff;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.search i:hover {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.search label input {
    font-size: 17px;
    color: #fff;
    width: 100%;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.search label input::placeholder {
    color: #fff;
}

.search label input:focus {
    padding-left: 10px;
}

.search label input:focus~.hr {
    width: 100%;
    background-color: #fff;
}

.header .header_l {
    display: flex;
    align-items: center;
}

.header_l .logo {
    height: 65px;
}

.header .header_l .header_dh {
    margin-left: 50px;
    color: var(--main-color);
    font-size: 16px;
}

.header .header_l .header_dh img {
    margin-right: 5px;
}

.header .header_r {
    display: flex;
    align-items: center;
}


/* 模态框 end*/

.container {
    padding: 0 30px;
    max-width: 100%;
}

@media only screen and (min-width: 992px) {
    .container {
        max-width: 100%;
        padding: 0 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 100%;
        padding: 0 60px;
    }
}

@media only screen and (min-width: 1250px) {
    .container {
        max-width: 1280px;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1250px) {
    .container {
        max-width: 1230px;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 992px) {
    .container {
        max-width: 100%;
        padding: 0 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .header .logo {
        margin: 15px 0;
    }
}

@media only screen and (max-width: 992px) {
    .header .en {
        margin-right: 40px;
    }
    .header_h {
        display: block;
    }
    .header .logo>a {
        position: static;
    }
    .header_sea {
        margin-left: 0;
        margin-right: 30px;
    }
    .header .nav {
        width: 60%;
        padding: 10px 5% 0;
        margin: 0;
        background-color: #141414;
        height: 100%;
        position: fixed;
        top: 0;
        right: -60%;
        z-index: 9999;
        overflow: auto;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .header .nav ul {
        width: 100%;
        display: block;
    }
    .header .nav ul li:nth-child(2) {
        margin-left: 0;
    }
    .header .nav ul li {
        width: 100%;
        height: auto;
        text-align: left;
        background: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        float: none;
        margin: 0;
        padding: 0;
        display: block;
    }
    .header .nav ul li:after {
        display: none;
    }
    .header .nav .y_j i {
        display: block;
        width: 100%;
        padding-right: 10px;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 16px;
        text-align: right;
        color: #ddd;
        line-height: 73px;
        z-index: 99;
    }
    .header .nav ul li:hover .y_j i {
        color: #ddd;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .header .nav ul li.on .y_j i {
        color: #ddd;
    }
    .header .nav .y_j a {
        /* padding: 15px 0; */
        font-size: 22px;
        line-height: 70px;
        color: #fff;
        display: block;
        font-weight: 400;
    }
    .header .nav .y_j a>span {
        display: none;
    }
    .header .nav ul li:hover .y_j a {
        color: #fff;
        border-bottom: 3px solid transparent;
    }
    .header .nav ul li.on .y_j a {
        color: #fff;
        border-bottom: 3px solid transparent;
    }
    .header_h {
        height: 65px;
    }
    .header .head_icon {
        top: 0;
        margin-top: 0;
        right: 20%;
    }
    .header .nav .e_j {
        width: 100%;
        background: none;
        box-shadow: none;
        position: relative;
        left: auto;
        top: auto;
        padding: 5px 0;
        margin-left: 0;
        opacity: 1;
        visibility: inherit;
        display: none;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }
    .header .nav ul li:hover .e_j {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .header .nav .e_j a {
        font-size: 18px;
        line-height: 29px;
        text-align: left;
        color: #fff;
    }
    .header .an {
        display: block;
    }
    /* 640 */
    .header .header_ls {
        margin-left: 0;
        margin-right: 70px;
    }
    .header .an {
        right: 5% !important;
    }
    .header .header_r {
        margin-right: 9%;
    }
}

.pc_ban {
    width: 100%;
    overflow: hidden;
}

.pc_ban img {
    width: 100%;
}

.pc_ban .swiper-slide {
    position: relative;
}

.pc_ban .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    letter-spacing: 2px;
}

.pc_ban .text h1 {
    margin-bottom: 10px;
    font-size: 36px;
}

.pc_ban .text h5 {
    font-size: 15px;
    text-transform: uppercase;
}

.pc_ban .swiper-slide img {
    transition: all 5s;
    -o-transition: all 5s;
    -ms-transition: all 5s;
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
}

.pc_ban .swiper-slide-active img {
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.pc_ban .swiper-button-prev,
.pc_ban .swiper-button-next {
    color: #fff;
    transform: scale(0);
    font-size: 30px;
    /* font-weight: bold; */
    margin-top: -25px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_ban .swiper-button-prev {
    left: 0%;
    margin-left: 3%
}

.pc_ban .swiper-button-next {
    right: 0%;
    margin-right: 3%;
}

.pc_ban:hover .swiper-button-prev {
    left: 2%;
    transform: scale(1);
}

.pc_ban:hover .swiper-button-next {
    transform: scale(1);
    right: 2%;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
}

.pc_ban .swiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 6px;
    border-radius: 20px;
    background-color: #fff;
    margin: 0 5px;
    opacity: 1;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.pc_ban .swiper-pagination .swiper-pagination-bullet-active {
    width: 44px;
}

.sy_capital {
    padding: 100px 0;
}

.sy_capital .capital_l {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sy_capital a.more {
    font-size: 18px;
    display: inline-block;
    color: var(--main-color);
    font-weight: bold;
    text-align: center;
    font-style: italic;
}

.sy_capital a.more i {
    display: block;
    width: 76px;
    height: 2px;
    background-color: var(--main-color);
    margin: 5px 0 0;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.sy_capital a.more:hover i {
    width: 0;
}

.sy_capital .capital_l_top {
    display: flex;
    align-items: flex-end;
}

.sy_capital h2 {
    font-weight: bold;
    font-style: 30px;
    color: var(--main-color);
    margin-right: 15px;
}

.sy_capital h4 {
    font-size: 24px;
    font-weight: 600;
}

.sy_capital h4 strong {
    color: var(--main-color);
    font-weight: 600;
}

.sy_capital h3 {
    color: var(--main-color);
    font-weight: bold;
    font-style: 24px;
}

.sy_capital .capital_text {
    font-size: 16px;
    line-height: 2;
    margin: 20px 0 50px;
}

.banquan {
    background-color: #f7f7f7;
}

.banquan .container {
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

@media only screen and (max-width:1024px) {
    .capital_l_bottom {
        margin: 30px 0;
    }
    .sy_capital .capital_text {
        font-size: 18px;
    }
}

.ny_ban .container {
    position: relative;
}

.ny_ban img {
    width: 100%;
}

.ny_ban .sjx {
    width: auto;
    position: absolute;
    right: 95px;
    bottom: 40px;
    z-index: 1;
    cursor: pointer;
    border-radius: 100%;
}

.ny_ban .sjx:hover {
    box-shadow: 3px 3px 8px #eee;
}

.ny_ban .sjx~.video {
    display: none;
}

.ny_bt {
    padding: 65px 0 25px;
    text-align: center;
}

.ny_bt h2 {
    font-size: 30px;
}

.ny_bt i {
    width: 53px;
    height: 3px;
    margin: 15px auto;
    display: block;
    background-color: var(--main-color);
}

.ny_bt h5 {
    font-size: 19px;
    text-transform: uppercase;
}

.ny_bt h4{
    font-size: 18px;
    margin-top: 30px;
}
/* about */

.about_text {
    font-size: 16px;
    line-height: 2.2;
}

.about_row {
    padding: 40px 0 60px;
}

.about_row .about_hover {
    min-height: 370px;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.about_row .about_ma {
    background-color: rgba(200, 22, 30, .75);
    padding: 25px;
    width: 100%;
    text-align: center;
    color: #fff;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.about_row .about_hover:hover .about_ma {
    opacity: 0;
}

.about_row .about_ma h3 {
    font-size: 22px;
}

.about_row .about_mask {
    background-color: rgba(200, 22, 30, .75);
    padding: 30px 110px;
    height: 100%;
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: bottom center;
    transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.about_row .about_hover:hover .about_mask {
   transform: scaleY(1);

}

.about_row .about_mask h3 {
    font-size: 22px;
    margin-bottom: 30px;
    opacity: 0;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.about_row .about_hover:hover h3{
    opacity: 1;
}
.about_row .about_mask .about_hover_text {
    font-size: 17px;
    line-height: 1.8;
    opacity: 0;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.about_row .about_hover:hover .about_hover_text{
    opacity: 1;
}
@media only screen and (max-width:1024px) {
    .ny_ban .sjx {
        width: 40px;
    }
    .about_row .col-lg-6 {
        margin-bottom: 25px;
    }
}


/* about end */


/* news */

.news .ny_bt {
    margin-bottom: 15px;
}

.news_row .row {
    margin: 0 -8px;
}

.news_row .row .col-lg-4 {
    padding: 0 8px;
    margin-bottom: 40px;
}

.news_row .row a {
    display: block;
    box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.12);
}

.news_row .row a:hover {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.12);
}

.news_row .news_img {
    overflow: hidden;
}

.news_row .news_img img {
    width: 100%;
}

.news_row .news_img:hover img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.news_row .news_content {
    background-color: #f7f7f7;
    padding: 20px;
}

.news_row .news_content .news_h4 {
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-bottom: 10px;
}

.news_row .news_content .news_des {
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    color: #333333;
}

.news_row a.more {
    margin: 30px auto 66px;
    font-size: 18px;
    display: block;
    color: var(--main-color);
    font-weight: bold;
    text-align: center;
    font-style: italic;
}

.news_row a.more i {
    display: block;
    width: 76px;
    height: 2px;
    background-color: var(--main-color);
    margin: 5px auto 0;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.news_row a.more:hover i {
    width: 0;
}

@media only screen and (max-width:1024px) {
    .news_row .news_content .news_h4 {
        font-size: 20px;
    }
}

.news_list_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_list_row li {
    flex: 0 0 46%;
    max-width: 46%;
    margin-bottom: 20px;
    position: relative;
    padding-left: 60px;
}

.news_list_row li .news_list_time {
    width: 120px;
    height: 100px;
    background-color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    color: #fff;
    position: absolute;
    left: 0;
    top: calc(50% - 50px);
}

.news_list_row li .news_list_time h4 {
    font-size: 24px;
}

.news_list_row li .news_list_time i {
    width: 68px;
    height: 1px;
    background-color: #fff;
    margin: 8px 0;
}

.news_list_row li .news_list_time h5 {
    font-size: 16px;
}

.news_list_row li .news_list_content {
    background-color: #f7f7f7;
    padding: 25px 30px 25px 85px;
    line-height: 1.5;
}

.news_list_row li .news_list_content h3 {
    font-size: 18px;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.news_list_row li .news_list_content>div {
    color: #444;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

@media only screen and (max-width:1024px) {
    .news_list_row li {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .news_list_row li .news_list_content h3 {
        font-size: 20px;
    }
}


/* news end */


/* pages */

.pages {
    display: flex;
    justify-content: center;
    padding: 25px 0 70px;
}

.pages span,
.pages a {
    padding: 5px 15px;
    border: 1px solid #eee;
    font-size: 18px;
    margin: 0 5px;
}

.pages span:hover,
.pages a:hover {
    color: #fff;
    background-color: var(--main-color);
}

.pages a.current-page {
    color: #fff;
    background-color: var(--main-color);
}


/* pages end */


/* case */

.case_row {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 70px;
    margin: 0 -15px;
}
.case_col{
    flex: 0 0 33.3%;
    max-width: 33.3%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 15px;
    margin-bottom: 30px;
}
.case_img {
    width: 100%;
    padding: 90px;
    border: 1px solid #ececec;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 225px;
}
/*.case_img img{*/
/*    max-height: 225px;*/
/*}*/
/*.case_img:nth-child(5n) {
    border-right: none;
}

.case_img:nth-last-child(-n+5) {
    border-bottom: none;
}*/

.case_img:hover {
    /* transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1); */
    z-index: 1;
    /* border: none; */
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
}

.case_img:hover img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

@media only screen and (max-width:1024px) {
    .case_col{
        flex: 0  0 50%;
        max-width: 50%;
    }
    .case_img{
        padding: 10px ;
    }
    .case_img:nth-child(5n) {
        border-right: 1px solid #ececec;
    }
    .case_img:nth-last-child(-n+5) {
        border-bottom: 1px solid #ececec;
    }
    /*.case_img:nth-child(3n) {*/
    /*    border-right: none;*/
    /*}*/
    /*.case_img:nth-last-child(-n+3) {*/
    /*    border-bottom: none*/
    /*}*/
    .header_sea{
        height: 22px;
    }

}


/* case end */


/* about_style */

.about_style .about_row .row {
    margin: 0 -3px;
}

.about_style .about_row .col-lg-3 {
    padding: 0 3px;
}

.about_style .about_row .about_ma {
    background-color: rgba(0, 0, 0, .35);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 35px;
}

.about_row .about_ma h3 {
    font-weight: bold;
}

.about_style .about_row .about_mask {
    background-color: rgba(0, 0, 0, .6);
    padding: 20px 42px 70px;
    justify-content: flex-end;
    text-align: center;
}

.about_style .about_row .about_mask h3 {
    font-weight: bold;
    margin-bottom: 18px;
}


/* about_style end */


/* contact */

.contact .contact_ban {
    position: relative;
}

.contact .contact_text {
    width: 307px;
    position: absolute;
    left: 110px;
    top: calc(50% - 375px /2);
    background-color: #fff;
}

.contact .contact_text .contact_bt {
    padding: 40px 0 35px;
    text-align: center;
    border-bottom: 1px solid #c5c5c5;
}

.contact .contact_text .contact_bt h2 {
    font-size: 20px;
}

.contact .contact_text .contact_bt i {
    width: 34px;
    height: 2px;
    background-color: var(--main-color);
    margin: 10px auto;
    display: block;
}

.contact .contact_text .contact_bt h5 {
    font-size: 12px;
}

.contact .contact_text .contact_xx {
    padding: 30px 40px;
}

.contact .contact_text .contact_xx li {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.8;
}

.contact .contact_text .contact_xx .text {
    flex: 1;
}

.contact .contact_text .contact_bottom {
    min-height: 85px;
    background-color: var(--main-color);
    padding: 15px 50px 0 70px;
    color: #fff;
    font-size: 12px;
    position: relative;
}

.contact .contact_text .contact_bottom::before {
    content: '';
    background: url(../images/contact_icon.png) no-repeat;
    width: 15px;
    height: 13px;
    position: absolute;
    top: 20px;
    left: 40px;
}

.contact_img {
    padding: 60px 0 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contact_img .two {
    text-align: center;
    margin: 0 50px;
}

.contact_img .two img {
    width: 105px;
    display: block;
}

.contact_img .two span {
    font-size: 16px;
    margin-top: 10px;
}

@media only screen and (max-width:1024px) {
    .contact .contact_text {
        position: static;
        width: 100%;
    }
    .contact .contact_text .contact_bt h2 {
        font-size: 30px;
    }
    .contact .contact_text .contact_bt i {
        width: 60px;
        height: 2px;
        margin: 15px auto;
    }
    .contact .contact_text .contact_bt h5 {
        font-size: 20px;
    }
    .contact .contact_text .contact_xx li {
        font-size: 20px;
    }
    .contact .contact_text .contact_bottom {
        font-size: 16px;
    }
    .contact .contact_text .contact_bottom::before {
        background-size: 100%;
        width: 19px;
        height: 18px;
    }
    .contact_img .two {
        margin: 0 40px;
    }
}



/* contact end */


.news_up ul a{
    background: linear-gradient(to right , #fff 5%, #f7f7f7 5%);
    padding: 30px 140px;
    display: block;
    position: relative;



}
.news_up ul .news_up_time{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 100px;
    background-color: var(--main-color);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}
.news_up ul .news_up_time h3{
    font-weight: bold;
    font-size: 24px;
}
.news_up ul .news_up_time h5{
    font-size: 16px;
}
.news_up ul img{
    margin-bottom: 10px;
}

.news_up ul .news_up_title{
    color: #333;
    font-size: 16px;

}

.news_down li .title{
    font-size: 18px;
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 15px;
}

.news_down li  .news_down_des{
    padding: 15px 35px;
    background-color: #f7f7f7;
    border-left: 5px solid var(--main-color);
    margin-bottom: 15px;

}

.news_down li:last-child{
    margin-bottom: 65px;
}

@media only screen and (max-width: 992px) {
    .news_down li .title{
        font-size: 22px;
    }
    .news_up ul li{
        margin-bottom: 30px;
    }
    .news_up ul .news_up_time h5{
        font-size: 18px;
    }
    .news_up ul a{
        padding: 30px 30px 30px 135px;

    }
}