@font-face {
    font-family: pingFang;
    src: url(../fonts/PINGFANG_MEDIUM.TTF) format('trueType');
}

@font-face {
    font-family: gotham;
    src: url(../fonts/Gotham-Medium.otf) format('OpenType');
}

html, body {
    font-family: pingFang;
}

header {
    width: 100%;
    height: 98px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 0 0.64rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

header .logo img {
    display: block;
    height: 41px;
}

header .flex {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

header .search-btn {
    display: block;
    width: 17px;
    margin-left: 0.1rem;
    cursor: pointer;
}

header.ed {
    background-color: rgba(0, 0, 0, 0.4);
}

.menu {
    display: none;
}

.meng {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
}

.search-child {
    display: none;
    position: absolute;
    top: 98px;
    right: 0;
    width: 480px;
    height: 56px;
    background-color: #d92129;
    font-size: 0;
    z-index: 102;
}
@media screen and (max-width: 980px) {
    .search-child {
        width: 100%;
    }    
}
.search-child input {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
}

.search-child .input {
    width: 80%;
    padding: 0 25px;
}

.search-child .input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
}

.search-child .btn {
    width: 20%;
}

nav ul {
    display: flex;
    display: -webkit-flex;
}

nav li {
    position: relative;
    margin: 0 0.25rem;
}

nav li>a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 98px;
    outline: none;
}

nav .child {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

nav .child a {
    display: block;
    color: #333;
    font-size: 15px;
    line-height: 36px;
    padding: 0 25px;
    text-align: center;
    white-space: nowrap;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
nav .child a:hover {
    color: #fff;
    background-color: #d92129;
}
.hm {
    height: 100%;
    position: relative;
}

.hm::-webkit-scrollbar {
    display: none;
}

.swiper-fullpage {
    width: 100%;
    height: 100%;
}

.swiper-fullpage .swiper-pagination {
    right: auto;
    left: 0.52rem;
}

.swiper-fullpage .swiper-pagination-bullet {
    width: auto;
    height: auto;
    display: flex !important;
    display: -webkit-flex !important;
    align-items: center;
    -webkit-align-items: center;
    opacity: 1;
    background-color: transparent;
    text-align: left;
    margin: 8px 0 !important;
}

.swiper-fullpage .swiper-pagination-bullet .cir {
    width: 11px;
    height: 11px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    margin-right: 0.12rem;
}

.swiper-fullpage .swiper-pagination-bullet .cir span {
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #fff;
    margin: auto;
}

.swiper-fullpage .swiper-pagination-bullet p {
    color: #fff;
    font-size: 12px;
    opacity: 0;
}

.swiper-fullpage .swiper-pagination-bullet.hong .cir {
    border: 1px solid #d92129;
}

.swiper-fullpage .swiper-pagination-bullet.hong .cir span {
    background-color: #d92129;
}

.swiper-fullpage .swiper-pagination-bullet.hong p {
    color: #d92129;
}

.swiper-fullpage .swiper-pagination-bullet-active p {
    opacity: 1;
}

.swiper-banner {
    width: 100%;
    height: 100%;
}

.swiper-banner .swiper-slide .img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.swiper-banner .swiper-slide .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.swiper-banner .swiper-slide .txt h4 {
    font-size: 0.5rem;
    font-weight: bold;
    line-height: 0.58rem;
    margin-bottom: 0.4rem;
    white-space: nowrap;
}

.swiper-banner .swiper-slide .txt h6 {
    font-size: 0.24rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.swiper-banner .swiper-button-prev, .swiper-banner .swiper-button-next {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background-size: auto auto;
    margin-top: 0;
    outline: none;
    top: auto;
}

.swiper-banner .swiper-button-prev:hover, .swiper-banner .swiper-button-next:hover {
    border-color: #fff;
}

.swiper-banner .swiper-button-prev {
    left: 0.64rem;
    bottom: 0.48rem;
    background-image: url(../images/icon-prev.png);
}

.swiper-banner .swiper-button-next {
    right: 0.64rem;
    bottom: 0.48rem;
    background-image: url(../images/icon-next.png);
}

.icon-scroll {
    position: absolute;
    bottom: 0.5rem;
    width: 18px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1;
}

.icon-scroll img {
    display: block;
    width: 100%;
    animation: myDown 0.5s infinite alternate;
    -webkit-animation: myDown 0.5s infinite alternate;
}

@keyframes myDown {
    from {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
    to {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }
}

@-webkit-keyframes myDown {
    from {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
    to {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }
}

.hm-title {
    text-align: center;
}

.hm-title h5 {
    color: #333;
    font-size: 32px;
    font-weight: bold;
}

.hm-title .en {
    color: #c3c3c3;
    font-size: 18px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 0.15rem;
}

.hm-title .icon {
    display: block;
    margin: 0 auto;
}

.more {
    display: block;
    width: 143px;
    height: 40px;
    margin: 0 auto;
    border: 2px solid #d92129;
    border-radius: 20px;
    line-height: 36px;
    text-align: center;
    color: #d92129;
    font-size: 14px;
}

.hm-ind {
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 2.6rem;
}

.hm-ind .content {
    width: 100%;
}

.hm-about {
    background: url(../images/bg1.jpg) center/cover;
}

.hm-about .hm-title {
    margin-bottom: 0.79rem;
}

.hm-about .flex {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.hm-about .text {
    width: 49%;
}

.hm-about .text .desc {
    color: #333;
    font-size: 16px;
    line-height: 42px;
    height: 210px;
    overflow: hidden;
    margin-bottom: 0.75rem;
}

.hm-about .text .a {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    text-align: center;
}

.hm-about .text .a a {
    width: 31.5%;
    height: 115px;
    background-color: #f8f8f8;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
}

.hm-about .text .a a:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #d92129;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.hm-about .text .a a .icon img {
    height: 0.4rem;
    margin: 0 auto 0.17rem;
}

.hm-about .text .a a .icon .s {
    display: block;
}

.hm-about .text .a a .icon .h {
    display: none;
}

.hm-about .text .a a p {
    color: #333;
    font-size: 16px;
}

.hm-about .text .a a:hover {
    background-color: #fff5f5;
}

.hm-about .text .a a:hover:after {
    opacity: 1;
}

.hm-about .text .a a:hover .icon .s {
    display: none;
}

.hm-about .text .a a:hover .icon .h {
    display: block;
}

.hm-about .text .a a:hover p {
    color: #d92129;
    font-weight: bold;
}

.hm-about .img {
    width: 47%;
    height: 3.95rem;
}

.hm-about .vid {
    width: 100%;
    height: 100%;
    position: relative;
}

.hm-about .vid .tu {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hm-about .vid .play {
    display: block;
    width: .7rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.hm-about .more {
    margin-top: 1.1rem;
}

.hm-bus {
    background-image: url(../images/bg3.jpg);
    background-position: center;
    background-size: cover;
}

.hm-bus .hm-title {
    margin-bottom: 0.35rem;
    margin-top: 1rem;
}

/*.hm-bus .items {*/
/*    width: 100%;*/
/*    display: flex;*/
/*    display: -webkit-flex;*/
/*    flex-wrap: wrap;*/
/*    -webkit-flex-wrap: wrap;*/
/*    justify-content: space-between;*/
/*    -webkit-justify-content: space-between;*/
/*}*/

.swiper-yw .swiper-slide {
    height: 7.3rem;
    position: relative;
    border: 0.02rem solid transparent;
    margin-bottom: 0.3rem;
    overflow: hidden;
}

.swiper-yw .swiper-slide .img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-yw .swiper-slide .txt {
    position: absolute;
    bottom: 0.3rem;
    left: 0;
    right: 0;
    padding: 0 .3rem;
}

.swiper-yw .swiper-slide .txt h6 {
    color: #fff;
    font-size: 18px;
}

.swiper-yw .swiper-slide .txt .en {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-family: gotham;
    text-transform: uppercase;
}

.swiper-yw .swiper-slide:hover {
    border-color: #fff;
}

.swiper-yw .swiper-slide:hover .img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.hm-bus .more {
    margin-top: 0.1rem;
    color: #fff;
    border-color: #fff;
}

.hm-news {
    background: url(../images/bg2.jpg) center/cover;
}

.hm-news .hm-title {
    margin-bottom: 0.45rem;
}

.hm-news .hm-title h5 {
    color: #fff;
}

.hm-news .hm-title .en {
    color: #fff;
}

.hm-news .layui-tab {
    margin: 0 auto;
}

.hm-news .layui-tab-title {
    border: none;
    text-align: center;
    margin-bottom: 0.3rem;
}

.hm-news .layui-tab-title li {
    width: 133px;
    height: 40px;
    border-radius: 20px;
    margin: 0 0.15rem;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    line-height: 40px;
    padding: 0;
}

.hm-news .layui-tab-title .layui-this {
    color: #fff;
    background-color: #d92129;
}

.hm-news .layui-tab-title .layui-this:after {
    display: none;
}

.hm-news .layui-tab-content {
    padding: 0;
    width: 100%;
}

.hm-news .layui-tab-item {
    width: 100%;
}

.hm-news .flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.hm-news .lf {
    display: block;
    width: 50%;
    height: 3.96rem;
    position: relative;
}

.hm-news .lf .img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hm-news .lf .me {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.hm-news .lf .text {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 0 .3rem .35rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.hm-news .lf .txt {
    width: 82%;
}

.hm-news .lf .txt h6 {
    color: #fff;
    font-size: .2rem;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .1rem;
}

.hm-news .lf .txt .desc {
    color: rgba(255, 255, 255, .5);
    font-size: 13px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hm-news .lf .text .date {
    color: #fff;
    text-align: right;
}

.hm-news .lf .text .date .mon {
    font-size: 18px;
}

.hm-news .lf .text .date .day {
    font-size: 13px;
}

.hm-news .items {
    width: 48%;
}

.hm-news .item {
    display: block;
    width: 100%;
    height: .9rem;
    background-color: #fff;
    position: relative;
    /*margin-bottom: .12rem;*/
    margin-bottom:0.19rem;
    padding-left: 1.24rem;
}

.hm-news .item:last-child {
    margin-bottom: 0;
}

.hm-news .item .date {
    width: 1.24rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.hm-news .item .date .day {
    color: #333;
    font-size: .32rem;
    font-weight: bold;
    margin-bottom: .08rem;
    line-height: 1;
}

.hm-news .item .date .mon {
    color: #999;
    font-size: 13px;
    line-height: 1;
}

.hm-news .item h6 {
    color: #333;
    font-size: 16px;
    line-height: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hm-news .item:hover .date .day {
    color: #d92129;
}

.hm-news .item:hover h6 {
    color: #d92129;
}

.hm-news .more {
    margin-top: 0.3rem;
    color: #fff;
    border-color: #fff;
}

.footer {
    height: 460px;
}

footer {
    width: 100%;
    height: 460px;
    background: url(../images/f-bg.jpg) center / cover no-repeat;
    padding: .4rem 2.6rem .7rem;
    position: relative;
}

footer .logo {
    margin-bottom: 0.3rem;
}

footer .logo img {
    display: block;
    height: 43px;
    margin: 0 auto;
}

footer .fx {
    width: 100%;
    padding: .2rem 0 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

footer .p p {
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    padding-left: 40px;
    white-space: nowrap;
    background-position: left center;
    background-repeat: no-repeat;
}

footer .p .ph {
    background-image: url(../images/icon-ph.png);
}

footer .p .email {
    background-image: url(../images/icon-email.png);
}

footer .p .addr {
    background-image: url(../images/icon-addr.png);
}

footer .p .yb {
    background-image: url(../images/icon-yx.png);
}

footer .erweima {
    width: 140px;
    text-align: center;
}

footer .erweima img {
    display: block;
    width: 100%;
    margin-bottom: 0.15rem;
}

footer .erweima p {
    color: #fff;
    font-size: 13px;
}

.f-nav {
    padding-bottom: 0.4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.f-nav a {
    color: #fff;
    font-size: 16px;
    margin: 0 0.5rem;
}

.f-btm {
    width: 100%;
    text-align: center;
    /*display: flex;*/
    /*display: -webkit-flex;*/
    /*justify-content: space-between;*/
    /*-webkit-justify-content: space-between;*/
    /*align-items: center;*/
    /*-webkit-align-items: center;*/
    padding: .2rem 2.6rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.f-btm p, .f-btm a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.f-link {
    width: 100%;
    padding: 0 2.6rem;
    position: absolute;
    /*bottom: 1.3rem;*/
    bottom:0.5rem;
    left: 0;
    right: 0;
}

.f-link .a {
    width: 100%;
    padding: 0.15rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.f-link .a span, .f-link .a a {
    color: #979797;
    font-size: 14px;
    line-height: 1.5;
}

.f-link .a a {
    margin-right: 15px;
}

.f-link .a a:hover {
    color: #fff;
}

.width1200 {
    width: 1200px;
    margin: 0 auto;
}

.nav li>a {
    color: #333;
}

.zhanwei {
    height: 100px;
}

.result {
    border-top: 2px solid #f2f2f2;
}

.result .title {
    text-align: center;
    padding: 1rem 0 0.56rem;
}

.result .title h5 {
    color: #333;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 31px;
}

.result .title .line {
    width: 84px;
    height: 4px;
    margin: 0 auto;
    background-color: #cccccc;
    margin-bottom: 22px;
}

.result .title .p {
    color: #333;
    font-size: 16px;
}

.result .title .p span {
    color: #d92129;
}

.result .items {
    border-top: 2px solid #f2f2f2;
}

.result .item {
    display: block;
    width: 100%;
    padding: 0.36rem 0 0.24rem;
    border-bottom: 2px solid #f2f2f2;
}

.result .item h6 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 13px;
}

.result .item .desc {
    color: #666;
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 0.28rem;
}

.result .item .m {
    color: #888;
    font-size: 14px;
}

.result .item:hover h6 {
    color: #d92129;
}

.result .page {
    padding: 34px 0 43px;
}

.page {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.page a, .page strong {
    display: block;
    margin: 0 4px;
    padding: 0 12px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #e5e5e5;
    color: #333;
    font-size: 13px;
}

.page strong {
    border-color: #d92129;
    color: #d92129;
}

.ins-banner {
    width: 100%;
    height: 6.5rem;
    position: relative;
}

.ins-banner .img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.ins-banner .txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 0 2.6rem;
    color: #fff;
}

.ins-banner .txt h5 {
    font-size: 0.44rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
}

.ins-banner .txt .en {
    font-size: 0.18rem;
    font-family: gotham;
    text-transform: uppercase;
    white-space: nowrap;
}

.brand {
    width: 100%;
    padding: 0 2.6rem;
    background-color: #f5f5f5;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.sec-nav {
    display: flex;
    display: -webkit-flex;
    margin: 0;
}

.sec-nav .layui-tab-title {
    height: initial;
    width: 100%;
}

.sec-nav a {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 0.72rem;
    margin-right: 0.6rem;
    position: relative;
}

.sec-nav a:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sec-nav a.active {
    color: #d92129;
}

.sec-nav a.active:after {
    background-color: #d92129;
}

.b-br {
    height: .72rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding-left: 24px;
    background: url(../images/icon-h.png) left center no-repeat;
    color: #333;
    font-size: 12px;
}

.b-br a {
    color: #333;
    margin: 0 5px;
}

.ins {
    width: 100%;
    padding: .5rem 0 0.65rem;
}

.ins .title {
    text-align: center;
    margin-bottom: 1.15rem;
}

.ins .title h5 {
    color: #333;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0.1rem;
}

.ins .title .en {
    font-size: 16px;
    font-family: gotham;
    text-transform: uppercase;
    white-space: nowrap;
    color: #b2b2b2;
}

.ins .title .ju {
    display: block;
    margin: 13px auto;
}

.intro {
    width: 100%;
    padding: 0 2.6rem;
}

.intro ul {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 36px;
}

.intro li {
    width: 25%;
    border-bottom: 3px solid #f2f2f2;
    padding: 0 0 0.44rem;
    position: relative;
    text-align: center;
}

.intro li:after {
    content: "";
    display: block;
    width: 1px;
    height: 0.59rem;
    background-color: #d92129;
    position: absolute;
    right: 0;
    top: 0;
}

.intro li:last-child:after {
    display: none;
}

.intro li .num {
    color: #d92129;
    font-size: 14px;
    margin-bottom: 0.1rem;
}

.intro li .num strong {
    font-size: 36px;
    font-family: gotham;
    margin-right: 8px;
}

.intro li p {
    color: #888;
    font-size: 16px;
}

.intro li:hover {
    border-color: #d92129;
}

.intro .desc {
    color: #333;
    font-size: 16px;
    line-height: 2.6;
}

.intro .desc img {
    max-width: 100%;
}

.arch {
    width: 100%;
    padding: 0 2.6rem;
}

.arch img {
    display: block;
    width: 100%;
}

.leader {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 0 2.6rem;
}

.leader .item {
    width: 30.8%;
    margin-right: 3.8%;
    margin-bottom: 0.9rem;
    text-align: center;
    padding: 0 0 0.25rem;
    border-bottom: 3px solid #eee;
}

.leader .item:nth-child(3n) {
    margin-right: 0;
}

.leader .item h6 {
    color: #d92129;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 13px;
}

.leader .item .line {
    width: 18px;
    height: 2px;
    margin: 0 auto 17px;
    background-color: #d92129;
}

.leader .item .desc {
    color: #888;
    font-size: 16px;
    line-height: 1.5;
}

.bshare-custom {
    display: flex !important;
    display: -webkit-flex !important;
    color: #666;
    font-size: 14px;
}

.lj {
    width: 100%;
    padding: 0.55rem 2.6rem 0;
}

.lj .items {
    width: 100%;
}

.lj .item {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
    margin-bottom: 0.35rem;
    border: 1px solid #dcdcdc;
    padding: 0.3rem 1.15rem 0.35rem 0.6rem;
    background-color: #fff;
}

.lj .item .r {
    width: 10.9rem;
}

.lj .item h6 {
    color: #555;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lj .item .desc {
    color: #888;
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 0.17rem;
}

.lj .item .date {
    width: 69px;
    height: 69px;
    background-color: #f6f6f6;
    font-family: gotham;
    text-align: center;
    padding: 5px 0 0;
}

.lj .item .date .day {
    color: #555;
    font-size: 36px;
}

.lj .item .date .mon {
    color: #888;
    font-size: 12px;
}

.lj .item .d {
    width: 96px;
    height: 25px;
    border: 1px solid #f2f2f2;
    color: #888;
    font-size: 12px;
    padding: 0 0.07rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.lj .item .d .icon .s {
    display: block;
}

.lj .item .d .icon .h {
    display: none;
}

.lj .item:hover {
    border-color: #d92129;
    box-shadow: 8px 8px 16px rgba(255, 154, 158, 0.5);
}

.lj .item:hover .date {
    background-color: #d92129;
}

.lj .item:hover .date .day, .lj .item:hover .date .mon {
    color: #fff;
}

.lj .item:hover h6 {
    color: #d92129;
}

.lj .item:hover .d {
    color: #fff;
    background-color: #d92129;
    border-color: #d92129;
}

.lj .item:hover .d .icon .s {
    display: none;
}

.lj .item:hover .d .icon .h {
    display: block;
}

.lj .page {
    padding: 0.15rem 0 0.6rem;
}

.manual {
    padding: 0.95rem 2.6rem 1.05rem;
}

.manual .title {
    margin-bottom: 0.95rem;
}

.manual .head {
    width: 100%;
    min-height: 4.12rem;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 0.66rem;
}

.manual .head .img {
    background-color: #f6f6f6;
    display: flex;
    display: -webkit-flex;
    width: 50%;
}

.manual .head .img img {
    display: block;
    max-width: 100%;
    max-height: 1.42rem;
    margin: auto;
}

.manual .head .text {
    width: 50%;
    background-color: #fff;
    padding: 0.54rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.manual .head .txt {
    width: 100%;
}

.manual .head .txt h6 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0.35rem;
}

.manual .head .txt .desc {
    color: #666;
    font-size: 15px;
    line-height: 2;
}

.manual .items {
    width: 100%;
}

.manual .item {
    width: 100%;
    min-height: 4.12rem;
    display: flex;
    display: -webkit-flex;
}

.manual .item:nth-child(odd) {
    flex-direction: row;
    -webkit-flex-direction: row;
}

.manual .item:nth-child(even) {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}

.manual .item .img {
    background-color: #f6f6f6;
    background-position: center;
    background-size: cover;
    display: flex;
    display: -webkit-flex;
    width: 50%;
}

.manual .item .text {
    width: 50%;
    background-color: #f6f6f6;
    padding: 0.54rem 0.75rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.manual .item .txt {
    width: 100%;
}

.manual .item .txt h6 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0.35rem;
}

.manual .item .txt .desc {
    color: #666;
    font-size: 15px;
    line-height: 2;
}

.style {
    padding: 0.9rem 2.6rem 0.55rem;
}

.style .title {
    margin-bottom: 0.75rem;
}

.style .items {
    width: 100%;
    padding: 0 0 0.2rem;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.style .item {
    width: 49%;
    height: 3.78rem;
    margin-bottom: 0.3rem;
    margin-right: 2%;
    position: relative;
    background-position: center;
    background-size: cover;
}

.style .item:nth-child(3n) {
    margin-right: 0;
}

.style .item:nth-child(3n+1) {
    width: 100%;
    height: 4.8rem;
    margin-right: 0;
}

.style .item p {
    width: 100%;
    color: #333;
    font-size: 16px;
    text-align: center;
    line-height: 0.54rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
}

.style .item:hover p {
    background-color: rgba(217, 33, 41, 0.7);
    color: #fff;
}

.news {
    width: 100%;
    padding: 0.7rem 2.6rem 0.6rem;
}

.swiper-news-head {
    width: 100%;
    margin-bottom: 0.6rem;
}

.swiper-news-head .swiper-slide {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.swiper-news-head .txt {
    width: 46%;
}

.swiper-news-head .txt h6 {
    color: #333;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.25rem;
}

.swiper-news-head .txt .desc {
    color: #333;
    font-size: 14px;
    line-height: 30px;
    height: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    margin-bottom: 0.65rem;
}

.swiper-news-head .txt .f {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.swiper-news-head .txt .date {
    color: #999;
    font-size: 14px;
}

.swiper-news-head .txt .mo {
    color: #d92129;
    font-size: 14px;
    text-decoration: underline;
}

.swiper-news-head .img {
    display: block;
    width: 47%;
    background-position: center;
    background-size: cover;
}
.swiper-news-head .swiper-slide:hover .txt h6 {
    color: #d92129;
}
.news .items {
    width: 100%;
    padding: 0 0 .3rem;
}

.news .item {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding: 0.36rem 0 0.32rem 0.64rem;
    border-bottom: 1px solid #eee;
}

.news .item .date {
    text-align: center;
}

.news .item .date .d {
    color: #333;
    font-size: 0.48rem;
    font-family: gotham;
    line-height: 1;
}

.news .item .date .mon {
    color: #999;
    font-size: 0.18rem;
    font-family: gotham;
}

.news .item .txt {
    width: 85%;
    padding-left: 0.5rem;
    border-left: 1px solid #eee;
}

.news .item .txt h6 {
    color: #333;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news .item .txt .desc {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news .item:hover .txt h6 {
    color: #d92129;
}
.news .item:hover .date .d {
    color: #d92129;
}
.hm-dang {
    background: url(../images/bg4.jpg) center/cover;
}

.video {
    width: 100%;
    padding: 0 2.6rem;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.video .item {
    width: 24.4%;
    margin-right: .8%;
    margin-bottom: .2rem;
}

.video .item:nth-child(4n) {
    margin-right: 0;
}

.video .item .img {
    width: 100%;
    height: 1.9rem;
    position: relative;
}

.video .item .img .tu {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video .item .img .icon {
    display: block;
    width: .32rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
}

.video .item .img .play {
    opacity: 1;
}

.video .item .img .played {
    opacity: 0;
}

.video .item .img .me {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.video .item .img .date {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: .2rem;
    bottom: .15rem;
    z-index: 2;
}

.video .item p {
    color: #333;
    font-size: 16px;
    line-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video .item:hover .img .play {
    opacity: 0;
}

.video .item:hover .img .played {
    opacity: 1;
}

.business {
    width: 100%;
    padding: 0 2.6rem;
}

.business .item {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    margin-bottom: .26rem;
}

.business .item:nth-child(odd) {
    flex-direction: row;
    -webkit-flex-direction: row;
}

.business .item:nth-child(even) {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}

.business .item .txt {
    width: 50%;
    padding: 1rem .65rem .6rem;
    background-color: #f8f8f8;
}

.business .item .txt h6 {
    color: #333;
    font-size: .24rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: .25rem;
}

.business .item .txt .desc {
    color: #666;
    font-size: 15px;
    line-height: 2;
}

.business .item .img {
    width: 50%;
}

.business .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail {
    width: 100%;
    padding: .6rem 3.6rem .3rem;
}
.detail h1 {
    text-align: center;
    color: #333;
    font-size: .3rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: .25rem;
}
.detail .bas {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: .3rem;
}
.detail .bas span {
    color: #666;
    font-size: 14px;
}
.detail .bas .b {
    margin: 0 .18rem;
}
.detail .desc {
    display: block;
    width: 100%;
    color: #333;
    font-size: 16px;
    line-height: 2;
    margin-bottom: .4rem;
}
.detail .desc img {
    max-width: 100%;
    height: initial !important;
}
.p-n {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.p-n a {
    display: block;
    width: 35%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 15px;
}
.p-n a span {
    color: #666;
}

@media screen and (max-width: 1400px) {
    header {
        height: 66px;
    }
    .search-child {
        top: 66px;
    }
    .zhanwei {
        height: 68px;
    }
    .header .menu .bar {
        background-color: #333;
    }
    .hm-about .text .desc {
        font-size: 14px;
        line-height: 30px;
        height: 180px;
        margin-bottom: 0.3rem;
    }
    .sec-nav a {
        font-size: 14px;
    }
    .intro .desc {
        font-size: 14px;
        line-height: 2;
    }
    .leader .item .desc {
        font-size: 14px;
    }
    .lj .item .r {
        width: 10.3rem;
    }
    .manual .head .txt .desc {
        font-size: 14px;
    }
    .manual .item .txt .desc {
        font-size: 14px;
    }
    .business .item .txt .desc {
        font-size: 14px;
    }
}

@media screen and (max-width: 1279px) {
    header.ed {
        background-color: rgba(0, 0, 0, 0.8);
    }
    nav {
        display: none;
        position: fixed;
        top: 66px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.8);
        padding: 0 10px;
    }
    nav ul {
        display: block;
        height: 100%;
        overflow-y: auto;
    }
    nav li {
        margin: 0;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    }
    nav li>a {
        line-height: 60px;
        text-align: center;
        font-size: 18px;
    }
    nav .child {
        position: static;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        background-color: transparent;
        display: block;
    }
    nav .child a {
        color: #fff;
    }
    .menu {
        display: block;
        margin-left: 30px;
    }
    .menu .bar {
        width: 30px;
        height: 4px;
        background-color: #fff;
        margin: 5px 0;
    }
    .menu.ed .bar:nth-child(1) {
        transform: translateY(9px) rotate(-45deg);
    }
    .menu.ed .bar:nth-child(2) {
        opacity: 0;
    }
    .menu.ed .bar:nth-child(3) {
        transform: translateY(-9px) rotate(45deg);
    }
    .b-br {
        display: none;
    }
    .width1200 {
        width: 960px;
    }
    .hm-news .lf .txt h6 {
        font-size: 15px;
    }
    .hm-news .lf .txt .desc, .hm-news .item .date .mon {
        font-size: 12px;
    }
    .video {
        padding: 0 .2rem;
    }
    .video .item .img .date, .video .item p {
        font-size: 13px;
    }
    .business {
        padding: 0 .2rem;
    }
    .business .item .txt h6 {
        font-size: 16px;
    }
    .business .item .txt .desc {
        font-size: 13px;
    }
    .news, .dj, .lj, .manual, .style {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }
    .swiper-news-head .txt h6 {
        font-size: 16px;
    }
    .news .item .txt h6 {
        font-size: 16px;
    }
    .news .item .txt .desc {
        font-size: 12px;
    }
    .detail {
        padding-left: .4rem;
        padding-right: .4rem;
    }
}

@media screen and (max-width: 980px) {
    .swiper-banner .swiper-slide .txt h4 {
        font-size: 36px;
        line-height: 1.3;
    }
    .swiper-banner .swiper-slide .txt h6 {
        font-size: 16px;
    }
    .hm-about .flex {
        display: block;
    }
    .hm-about .text {
        width: 100%;
    }
    .hm-about .img {
        width: 100%;
        height: 6rem;
        margin-top: 0.5rem;
    }
    .hm-bus .items {
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    .hm-bus .item {
        height: 4.4rem;
    }
    footer {
        padding-left: .4rem;
        padding-right: .4rem;
    }
    .f-link {
        padding: 0 .4rem;
        bottom: .8rem;
    }
    footer .fx {
        display: block;
    }
    footer .erweima {
        margin: 20px auto 0;
    }
    .f-btm {
        /*padding: 0.4rem 0.2rem;*/
        padding: 0 0.2rem;
        display: block;
        text-align: center;
        height: initial;
    }
    .f-link {
        bottom: 100px;
    }
    .ins-banner .txt h5 {
        font-size: 32px;
    }
    .ins-banner .txt .en {
        font-size: 15px;
    }
    .intro, .brand, .arch, .leader {
        padding: 0 0.2rem;
    }
    .sec-nav {
        width: 100%;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .sec-nav a {
        line-height: 60px;
        margin: 0 0.2rem;
    }
    .style .item {
        height: 5.4rem;
    }
    .style .item:nth-child(3n+1) {
        height: 6rem;
    }
    .width1200 {
        width: 750px;
    }
    .hm-news .flex {
        display: block;
    }
    .hm-news .lf {
        width: 100%;
        margin-bottom: .4rem;
    }
    .hm-news .items {
        width: 100%;
    }
    .business .item {
        display: block;
    }
    .business .item .txt {
        width: 100%;
    }
    .business .item .img {
        width: 100%;
        height: 8rem;
    }
    .swiper-news-head .swiper-slide {
        display: block;
    }
    .swiper-news-head .txt {
        width: 100%;
        margin-bottom: 0.3rem;
    }
    .swiper-news-head .txt .desc {
        font-size: 12px;
        line-height: 25px;
        height: 100px;
        -webkit-line-clamp: 4;
    }
    .swiper-news-head .img {
        width: 100%;
        height: 300px;
    }
    .news .item .date .d {
        font-size: 20px;
    }
    .news .item .date .mon {
        font-size: 14px;
    }
    .detail h1 {
        font-size: 20px;
    }
}

@media screen and (max-width: 750px) {
    header {
        height: 1.2rem;
        padding: 0 0.2rem;
    }
    header .logo img {
        height: 0.5rem;
    }
    .swiper-fullpage .swiper-pagination {
        display: none;
    }
    .swiper-banner .swiper-slide .txt h4 {
        font-size: 0.48rem;
    }
    .swiper-banner .swiper-slide .txt h6 {
        font-size: 0.3rem;
        white-space: normal;
    }
    .hm-ind {
        padding: 1.2rem 0.2rem 0;
    }
    .hm-about .hm-title {
        margin-bottom: 0.5rem;
    }
    .hm-title h5 {
        font-size: 0.4rem;
    }
    .hm-title .en {
        font-size: 0.3rem;
    }
    .hm-about .img {
        height: 4rem;
    }
    .hm-about .more {
        margin-top: 0.4rem;
    }
    .hm-about .text .desc {
        font-size: 0.24rem;
        line-height: 0.4rem;
        height: 1.2rem;
    }
    .hm-about .text .a a {
        height: 1.5rem;
    }
    .hm-bus .hm-title {
        margin-top: 0;
    }
    .hm-bus .item {
        height: 3.4rem;
    }
    .hm-bus .item .txt .en {
        font-size: 0.2rem;
    }
    .hm-news .layui-tab-title li {
        width: 1.8rem;
        height: 0.6rem;
        line-height: 0.6rem;
        border-width: 0.02rem;
        font-size: .24rem;
    }
    .hm-news .lf {
        height: 2.4rem;
    }
    .hm-news .lf .text {
        padding-bottom: .1rem;
    }
    .hm-news .item {
        height: .8rem;
    }
    .hm-news .item h6 {
        font-size: .3rem;
        line-height: .8rem;
    }
    .hm-news .lf .txt .desc, .hm-news .item .date .mon {
        font-size: .24rem;
    }
    .hm-news .more {
        margin-top: 0.3rem;
    }
    .footer footer {
        height: 100%;
    }
    footer {
        padding: 0.4rem 0.2rem 0;
        height: initial;
    }
    footer .logo {
        display: none;
    }
    .f-nav {
        display: none;
    }
    footer .fx {
        padding: 0;
    }
    footer .p p {
        padding: 0.1rem 0 0.1rem 40px;
        line-height: 1.5;
        white-space: normal;
    }
    footer .erweima {
        width: 2.2rem;
    }
    .f-link, .f-btm {
        position: static;
    }
    .f-link {
        padding: 0 0.2rem;
        margin-top: 0.4rem;
    }
    .f-btm {
        /*padding: 0.2rem;*/
    }
    .f-btm p, .f-btm a {
        font-size: 0.24rem;
    }
    .f-link {
        bottom: 1.6rem;
    }
    .f-link .a a {
        white-space: nowrap;
    }
    .ins-banner .txt {
        padding: 0 0.2rem;
        text-align: center;
    }
    .ins-banner .txt h5 {
        font-size: 0.48rem;
    }
    .ins-banner .txt .en {
        font-size: 0.3rem;
    }
    .intro ul {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .intro li {
        width: 50%;
        margin-bottom: 0.3rem;
    }
    .intro li:after {
        display: none;
    }
    .leader .item {
        width: 100%;
        margin-right: 0;
    }
    .page a {
        display: none;
    }
    .page .wap {
        display: block;
    }
    .sec-nav a {
        line-height: 1.3;
        padding: 0.3rem 0;
    }
    .manual .head {
        display: block;
    }
    .manual .head .img {
        width: 100%;
        height: 4rem;
    }
    .manual .head .text {
        width: 100%;
        padding: 0.4rem 0.3rem;
    }
    .manual .item {
        display: block;
        margin-bottom: 0.2rem;
    }
    .manual .item .img {
        height: 3.8rem;
        width: 100%;
    }
    .manual .item .text {
        width: 100%;
    }
    .style .item {
        width: 100%;
        margin-right: 0;
    }
    .style .item:nth-child(3n+1) {
        height: 5.4rem;
    }
    .width1200 {
        width: 100%;
    }
    .result {
        padding: 0 0.2rem;
    }
    .result .title h5 {
        font-size: 0.48rem;
        margin-bottom: 0.3rem;
    }
    .video .item {
        width: 100%;
        margin-right: 0;
    }
    .video .item .img {
        height: 4.2rem;
    }
    .video .item p {
        line-height: 30px;
    }
    .business .item .img {
        height: 4.4rem;
    }
    .swiper-news-head .img {
        height: 4rem;
    }
    .news .item {
        padding-left: 0;
    }
    .news .item .txt {
        width: 80%;
        padding-left: 0.2rem;
    }
    .news .item .date .mon {
        font-size: 0.24rem;
    }
    .news .item .txt h6 {
        font-size: 0.3rem;
    }
    .detail h1 {
        font-size: .36rem;
    }
    .detail .bas {
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
    }
    .detail .bas .b {
        padding: .1rem 0;
    }
    .footer {
        height: 520px;
    }
}