﻿@charset "utf-8";
.banner {
    height: 380px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.where:before {
    background: #d9d9d9;
}

.where-tab a {
    display: block;
    font-size: 16px;
    color: #565656;
    line-height: 60px;
    position: relative;
    margin-right: 44px;
    float: left;
}

.where-tab a:hover,
.where-tab a.on {
    color: var(--red1);
}

.where-tab a.on:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--red1);
}

.where-link>* {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 60px;
    height: 60px;
}

.where-link span {
    width: 30px;
    position: relative;
}

.where-link span:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid #888;
    border-bottom: 4px solid transparent;
}

.where-link .home {
    color: #888;
    margin-right: 10px;
}

.where-link a.cur {
    color: #999;
}

.where-link a:hover {
    color: var(--red1);
}

.common-list {}

.common-list li {
    width: calc((100% - 80px) / 3);
    margin: 0 40px 60px 0;
}

.common-list li:nth-of-type(3n) {
    margin-right: 0;
}

.scale-pic {
    height: 0;
    overflow: hidden;
    position: relative;
}

.scale-pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.news-list .scale-pic {
    padding-top: 55%;
}

.news-list li {
    background: #fff;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.news-list .txt {
    padding: 25px 25px 0;
    height: 180px;
}

.news-list .date {
    font-size: 16px;
    color: var(--red1);
    line-height: 1.5;
}

.news-list .tit {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin: 20px 0 0;
    text-align: justify;
    -webkit-line-clamp: 2;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.news-list .info {
    font-size: 14px;
    line-height: 26px;
    color: #888;
    text-align: justify;
    -webkit-line-clamp: 2;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: none;
}

.news-list li:hover,
.party-list li:hover,
.display-list li:hover,
.house-list li:hover,
.project-list li:hover,
.achievement li:hover {
    box-shadow: 0 0px 10px 6px rgba(0, 0, 0, .2);
}

.news-list li:hover .tit,
.news-list li:hover .info,
.party-list li:hover .tit,
.display-list li:hover .tit,
.house-list li:hover .tit,
.achievement li:hover tit {
    color: var(--red1);
}

.page {
    text-align: center;
    font-size: 0;
    margin-bottom: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page>* {
    font-size: 14px;
    color: #555;
    height: 34px;
    display: block;
    vertical-align: middle;
}

.page a {
    text-align: center;
    line-height: 34px;
    margin: 0 4px;
    position: relative;
}

.page a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border: 1px solid #b8b8b8;
    box-sizing: border-box;
    -webkit-transition: all .15s;
    transition: all .15s;
}

.page a:hover {
    color: var(--red1);
}

.page a:hover:before {
    border-color: var(--red1);
}

.page a.cur {
    background: var(--red1);
    color: #fff;
    border-color: var(--red1);
}

.page .dot {
    margin: 0 10px;
}

.page .dot:before {
    display: none;
}

.page .btn {
    width: 78px;
}

.page .num {
    width: 34px;
}

.page span {
    line-height: 34px;
}

.page .to {
    margin: 0 8px 0 20px;
}

.page .set {
    border: 1px solid #b8b8b8;
    background: transparent;
    width: 48px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 0;
    color: #000;
}

.page .set:focus {
    border-color: var(--red1);
}

.page .ye {
    margin: 0 10px;
}

.page .go {
    width: 60px;
}

.main-tab {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-tab a {
    font-size: 18px;
    display: block;
    line-height: 46px;
    padding: 0 33px;
    margin-right: 10px;
    background: #e6e6e6;
    position: relative;
}

.main-tab a.on:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid var(--red1);
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.main-tab a:hover {
    color: var(--red1);
    border-color: var(--red1);
}

.main-tab a.on {
    background: var(--red1);
    color: #fff;
    border-color: var(--red1);
}

.sub-container {
    padding: 50px 0 0 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.main-tit {
    font-size: 24px;
    color: #101010;
    line-height: 1.5;
    position: relative;
    padding-left: .833em;
    margin-bottom: 50px;
}

.main-tit:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.22em;
    height: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: var( --red1);
}

.article {
    font-size: 16px;
    color: #565656;
    line-height: 1.875;
    padding-bottom: 80px;
}

.article p {
    text-indent: 2em;
    margin-bottom: 30px;
}

footer {
    background: #eaeaea;
    padding: 40px 0 30px;
}

.footer-up {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-bottom: 40px;
}

.footer-up::after {
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #cecece;
    position: absolute;
    pointer-events: none;
}

.footer-t1 {
    font-size: 20px;
    color: #424242;
    line-height: 1.5;
}

.footer-number {
    font-size: 30px;
    line-height: 1.5;
    margin: 5px 0 25px;
    color: var(--red1);
    font-weight: bold;
}

.footer-number a {
    color: var(--red1);
}

.footer-t2 {
    font-size: 14px;
    line-height: 30px;
    color: #565656;
}

.footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.footer-nav dl {
    margin-left: 45px;
}

.footer-nav dt a {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: #565656;
}

.footer-nav dd a {
    display: block;
    line-height: 1.5;
    color: #868686;
    font-size: 14px;
}

.footer-nav dt {
    margin-bottom: 17px;
}

.footer-nav dd {
    margin-bottom: 15px;
}

.footer-nav a:hover {
    color: var(--red1);
}

.footer-down {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 26px;
    font-size: 14px;
    line-height: 28px;
    color: #565656;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.footer-bei img {
    height: 28px;
    vertical-align: middle;
    margin-right: 15px;
}

.footer-down a {
    color: #565656;
}

.footer-down a:hover {
    color: var(--red1);
}

.company-info {
    padding: 20px 0 140px;
}

.company-info .year {
    color: var(--red1);
    font-size: 35px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: 'Microsoft Yahei';
    text-indent: 32px;
}

.company-info h1 {
    font-size: 22px;
    margin-bottom: 25px;
    margin-top: 10px;
    text-indent: 32px;
}

.company-info p {
    line-height: 1.875;
    margin-bottom: 25px;
    text-align: justify;
}

.video-trigger video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.video-trigger {
    position: relative;
    height: 560px;
    margin-top: 60px;
}

.video-trigger-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.video-trigger-cover:after {
    content: '\e607';
    font-family: 'iconfont';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    background: var(--red1);
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    border-radius: 100%;
    font-size: 36px;
    pointer-events: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 1;
}

.video-trigger-cover:hover:after {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.culture-bg {
    background: url(../../images/sub_about3_02.jpg) no-repeat center bottom;
    background-size: cover;
    padding-bottom: 80px;
}

.culture-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.culture-icon li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.culture-icon i {
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    text-align: center;
    background: var(--red1);
    line-height: 140px;
    color: #fff;
    font-size: 74px;
    font-weight: normal;
    margin: 0 auto;
}

.culture-icon .t1 {
    font-size: 22px;
    line-height: 1.5;
    margin: 28px 0;
    color: var(--red1);
}

.culture-icon .t2 {
    font-size: 18px;
    color: #565656;
}

.news-bg {
    background: #f8f8f8;
    padding-bottom: 40px;
}

.article .img-wrapper img {
    width: 100%;
    display: block;
    height: auto;
}

.pictures {
    padding: 30px 0 80px;
}

.pictures-view {
    background: #f9f7f4;
    position: relative;
}

.pictures-view .tit {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 60px;
    color: var(--red1);
    margin-top: 50px;
}

.pictures-view .swiper-slide {
    height: 680px;
    text-align: center;
}

.pictures-view img {
    width: auto;
    height: 475px;
    object-fit: contain;
    box-shadow: 10px -6px 12px rgba(0, 0, 0, .3);
}

.pictures-view .swiper-button-next,
.pictures-view .swiper-button-prev {
    color: #868686;
}

.pictures-view .swiper-button-next {
    right: 8%;
}

.pictures-view .swiper-button-prev {
    left: 8%;
}

.pictures-view .swiper-button-prev:after {
    content: '\e6b3';
    font-family: 'iconfont';
    font-weight: lighter;
    font-size: 70px;
}

.pictures-view .swiper-button-next:after {
    content: '\e895';
    font-family: 'iconfont';
    font-weight: lighter;
    font-size: 70px;
}

.pictures-choose {
    background: #f0f0f0;
    padding: 0 78px;
    position: relative;
    margin-top: 10px;
}

.pictures-choose .swiper-button-next,
.pictures-choose .swiper-button-prev {
    color: #868686;
    width: 60px;
    height: 100%;
    top: 0;
    margin: 0;
    background: var(--red1);
    opacity: 1;
}

.pictures-choose .swiper-button-next {
    right: 0;
}

.pictures-choose .swiper-button-prev {
    left: 0;
}

.pictures-choose .swiper-button-prev:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 12px solid #fff;
    border-bottom: 7px solid transparent;
}

.pictures-choose .swiper-button-next:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 12px solid #fff;
    border-bottom: 7px solid transparent;
}

.pictures-choose .swiper-button-disabled {
    background: #d9d9d9 !important;
    opacity: 1 !important;
}

.pictures-choose .swiper-button-prev.swiper-button-disabled:after {
    border-right: 12px solid #565656;
}

.pictures-choose .swiper-button-next.swiper-button-disabled:after {
    border-left: 12px solid #565656;
}

.pictures-choose .swiper-slide {
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 20px 15px;
}

.pictures-choose .swiper-slide .pic {
    width: 288px;
    height: 200px;
    position: relative;
}

.pictures-choose .swiper-slide .pic img {
    width: 100%;
    height: 100%;
}

.pictures-choose .swiper-slide .pic:before {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .6);
    pointer-events: none;
}

.pictures-choose .swiper-slide-thumb-active .pic:before {
    display: none;
}

.history-swiper .swiper-container {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.history-swiper .swiper-container:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #eaeaea;
    z-index: 0;
    pointer-events: none;
}

.history-swiper .swiper-prev,
.history-swiper .swiper-next {
    font-size: 42px;
    color: var(--red1);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    z-index: 1;
}

.history-swiper .swiper-prev.swiper-button-disabled,
.history-swiper .swiper-next.swiper-button-disabled {
    opacity: .2;
}

.history-swiper .swiper-slide {
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 110px;
    color: #868686;
}

.history-swiper .swiper-slide.on {
    color: var(--red1);
}

.history-swiper .swiper-slide .year {
    font-size: 30px;
    font-family: 'Microsoft Yahei';
    position: relative;
    height: 100%;
    cursor: pointer;
}

.history-swiper .swiper-slide .year:after {
    content: '\e606';
    font-family: 'iconfont';
    display: block;
    position: absolute;
    bottom: 20px;
    font-size: 14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.about-events {
    position: relative;
    margin-top: 50px;
}

.about-events:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--red1);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.about-events li {
    position: relative;
    overflow: hidden;
}

.about-events .item {
    width: 50%;
}

.about-events li:nth-of-type(odd) .item {
    float: right;
    padding: 0 30px 0 35px;
}

.about-events li:nth-of-type(even) .item {
    float: left;
    padding: 0 35px 0 30px;
}

.about-events li:nth-of-type(even) .date {
    text-align: right;
}

.about-events li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 2px solid var(--red1);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
}

.about-events .date {
    color: var(--red1);
    font-size: 20px;
    margin-bottom: 10px;
}

.about-events .txt {
    text-align: justify;
    color: #565656;
    line-height: 1.875;
}

.about-events .txt p {
    margin-bottom: 20px;
}

.about-events-line {
    position: relative;
    height: 150px;
}

.about-events-line:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(229, 1, 20, 1) 20%, rgba(229, 1, 20, 0));
    background: linear-gradient(to bottom, rgba(229, 1, 20, 1) 20%, rgba(229, 1, 20, 0));
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.about-events-wrapper {
    display: none;
}

.history-container {
    padding-bottom: 80px;
}

.news-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 50px;
}

.news-header .pic {
    display: block;
    width: 600px;
    height: 390px;
}

.news-header .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.news-header .txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 40px 40px 30px;
}

.news-header .date {
    font-size: 30px;
    color: var(--red1);
    margin-bottom: 18px;
}

.news-header .tit a {
    display: block;
    line-height: 1.5;
    font-size: 24px;
    color: #565656;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.news-header .info {
    margin-top: 40px;
}

.news-header .info a {
    font-size: 16px;
    color: #868686;
    line-height: 2;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.news-header .info a:hover,
.news-header .tit a:hover {
    color: #d91519;
}

.business-article {
    padding: 0 0 100px;
    color: #565656;
    line-height: 1.875;
}
.business-article img {
    width:100%;
}

.business-article p {
    text-indent: 2em;
    font-size: 16px;
}

.business-article h3 {
    font-size: 20px;
    color: var(--red1);
    text-align: center;
    margin: 8px 0;
}

.business-article ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.business-article ul li {
    text-align: center;
}

.business-article ul li .tit {
    font-size: 16px;
    color: #565656;
    line-height: 80px;
    background: #f8f8f8;
}

.business-article ul li .pic>img {
    display: block;
    width: 100%;
    height: auto;
}

.business-article p img {
    display: block;
}

.business-article ul.three,
.business-article ul.four {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.business-article ul.three li {
    width: calc((100% - 80px) / 3);
    margin: 0 40px 40px 0;
}

.business-article ul.four li {
    width: calc((100% - 120px) / 4);
    margin: 0 40px 40px 0;
}

.business-article ul.three li:nth-child(3n) {
    margin-right: 0;
}

.business-article ul.four li:nth-child(4n) {
    margin-right: 0;
}

.business-article ul.four li .inside {
    height: 0;
    padding-top: 75%;
    position: relative;
    background: #e5e5e5;
}

.business-article ul.four li .inside img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60%;
    height: 60%;
    object-fit: contain;
}

.business-article ul li a:hover .tit {
    color: var(--red1);
    font-weight: bold;
}

.products-nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.products-nav a {
    display: block;
    color: #565656;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    line-height: 38px;
    padding: 0 29px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.products-nav a.on {
    color: #fff;
    background: var(--red1);
    border-color: var(--red1);
}

.products-nav a:hover {
    border-color: var(--red1);
}

.know-more {
    margin-top: 50px;
    text-align: center;
}

.know-more a {
    color: var(--red1);
    font-size: 14px;
}

.know-more a:hover {
    text-decoration: underline;
}


/* :root {
    --margin-size: 30px;
    --data-num: 1;
}

.business-article ul li {
    width: calc((100% - (var(--margin-size)) * (var(--data-num) - 1)) / var(--data-num));
} */


.contact-my {
	width:auto;
	margin-top:60px;
}
.contact-my h3 {
    font-size: 20px;
    color: var(--red1);
    text-align: center;
    margin-bottom:30px;
}


.contact-sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-sub li {
    background: #f8f8f8;
    width: calc((100% - 60px) / 3);
}


.contact-sub .txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	line-height:30px;
	padding:30px 40px;
}

.contact-sub .tit {
    font-size: 18px;
	font-weight:bold;
    color:#101010;
}

.contact-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-info li {
    background: #f8f8f8;
    width: calc((100% - 60px) / 4);
    height: 140px;
}

.contact-info .flex {
    height: 100%;
}

.contact-info .iconfont {
    font-size: 48px;
    color: var(--red1);
    margin-left: 30px;
}

.contact-info .txt {
    margin-left: 22px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 185px;
}

.contact-info .tit {
    font-size: 18px;
    color: var(--red1);
}

.contact-info .info {
    font-size: 16px;
    color: #101010;
    line-height: 1.8;
    margin-top: 10px;
}

.contact-info .num {
    color: #565656;
    font-size: 22px;
    margin-top: 12px;
}

.contact-info img {
    display: block;
    padding: 2px;
    margin-left: 25px;
    width: 136px;
    height: 136px;
}

.contact-info .tips {
    font-size: 14px;
    line-height: 1.7;
    color: #101010;
    margin-top: 12px;
}

.contact-info .txt.code {
    max-width: 100%;
}

.contact-map {
    position: relative;
    margin-top: 80px;
}

.contact-map>img {
    width: 100%;
    height: auto;
    display: block;
}

.recruit {
    padding-bottom: 60px;
}

.recruit table {
    width: 100%;
    color: #565656;
    text-align: left;
    border: 2px solid #d9d9d9;
    font-size: 16px;
    line-height: 20px;
}

.recruit th {
    padding: 19px 28px;
    background: #f8f8f8;
}

.recruit td {
    padding: 27px 28px;
}

.recruit td a:hover {
    color: var(--red1);
}

.recruit-detail {
    padding-bottom: 80px;
}

.recruit-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 2px solid #d9d9d9;
}

.recruit-table h1 {
    font-size: 18px;
    color: var(--red1);
    width: 100%;
    text-align: center;
    line-height: 60px;
    background: #f8f8f8;
}

.recruit-table .t1,
.recruit-table .t2 {
    font-size: 16px;
    color: #565656;
}

.recruit-table .t1 {
    width: 33.33%;
    border-bottom: 1px solid #ececec;
    line-height: 60px;
    padding-left: 50px;
}

.recruit-table .t1 span {
    width: 5.5em;
    display: inline-block;
    vertical-align: middle;
}

.recruit-table .t2 {
    padding: 40px 50px;
    line-height: 20px;
    width: 100%;
}

.recruit-table .t2 p {
    padding: 8px 0;
}

.recruit-table .t2 .t3 {
    width: 5.5em;
}

.recruit-table .t2 .btn {
    margin-top: 50px;
    text-align: center;
}

.recruit-table .t2 .btn a {
    display: inline-block;
    width: 160px;
    color: #fff;
    font-size: 18px;
    background: var(--red1);
    line-height: 50px;
}

.apply-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, .65);
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.apply-box {
    background: #fff;
    color: #565656;
    width: 100%;
    overflow: hidden;
    max-height: 80vh;
    overflow-y: auto;
    max-width: 680px;
}

.apply-box .t1 {
    border-bottom: 1px solid #ececec;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 54px;
    padding: 0 0 0 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.apply-box .t1 p {
    color: var(--red1);
    font-size: 18px;
}

.apply-box .t1 i {
    font-weight: bold;
    color: #a8a8a8;
    cursor: pointer;
    width: 54px;
    text-align: center;
    font-size: 22px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.apply-box .t1 i:hover {
    color: var(--red1);
}

.apply-box table {
    margin: 0 auto;
}

.apply-box form {
    padding: 40px 0 80px;
}

.apply-box .t2 {
    width: 90px;
}

.apply-box td {
    padding: 16px 0;
}

.apply-box input[type=text] {
    height: 50px;
    border: 1px solid #d9d9d9;
    line-height: 48px;
    padding: 0 12px;
    width: 320px;
    box-sizing: border-box;
}

.apply-box input[readonly] {
    border: 1px solid #ededed;
    outline: none;
    background: #ededed;
    cursor: default;
}

.apply-box input[type=radio] {
    margin-right: 5px;
    accent-color: var(--red1)
}

.apply-box label {
    margin-right: 25px;
    cursor: pointer;
}

.file-name {
    width: 320px;
    height: 50px;
    background: #d6d6d6;
    position: relative;
}

.file-tips {
    font-size: 12px;
    color: #808080;
    margin-top: 5px;
}

.file-name input[type=file] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: transparent;
    cursor: pointer;
}

.file-name input[type=text] {
    background: #d6d6d6;
    border-color: #d6d6d6;
}

.apply-box input[type=submit],
.apply-box input[type=reset] {
    width: 136px;
    height: 46px;
    color: #fff;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
}

.apply-box .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.apply-box input[type=submit] {
    background: var(--red1);
}

.apply-box input[type=reset] {
    background: #a6a6a6;
}

body.show-apply {
    overflow: hidden;
    height: 100vh;
}

body.show-apply .apply-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.contact-table form {
    padding: 80px 100px 50px 0;
    background-size: auto 100%;
    background-color: #f8f8f8;
    background-position: left center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.contact-table {
    padding-bottom: 100px;
}

.contact-table h3 {
    font-size: 18px;
    color: var(--red1);
    text-align: center;
    margin-bottom: 25px;
}

.contact-table td {
    padding: 10px 0;
    font-size: 16px;
    color: #565656;
}

.contact-table input[type=text] {
    width: 595px;
    height: 52px;
    border: 1px solid #d9d9d9;
    background: #fff;
    box-sizing: border-box;
    padding-left: 15px;
    color: #000;
}

.contact-table .t1 {
    width: 88px;
}

.contact-table textarea {
    width: 595px;
    height: 160px;
    border: 1px solid #d9d9d9;
    background: #fff;
    box-sizing: border-box;
    padding: 15px 15px;
    color: #000;
}

.contact-table input[type=submit],
.contact-table input[type=reset] {
    width: 136px;
    height: 48px;
    color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    cursor: pointer;
    margin-right: 13px;
}

.contact-table input[type=submit] {
    background: var(--red1);
}

.contact-table input[type=reset] {
    background: #a6a6a6;
}

.invest-table {
    padding-bottom: 80px;
}

.invest-table table {
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
}

.invest-table table td {
    padding: 10px 0;
    box-sizing: content-box;
    font-size: 14px;
    color: #565656;
}


/* .apply-box input[type=radio]::checked {
    background-color: var(--red1);
} */

.invest-table .t1 {
    width: 800px;
}

.invest-table .flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 55px;
}

.invest-table .t2 {
    margin-left: 20px;
}

.invest-table .t2 img {
    display: block;
}

.invest-table .h3 {
    font-size: 18px;
    color: var(--red1);
    margin-bottom: 30px;
    text-align: center;
}

.news-detail {
    padding: 60px 0 80px;
}

.news-detail-tit {
    font-size: 24px;
    color: #383838;
    text-align: center;
    line-height: 1.4;
}

.news-detail-info {
    font-size: 16px;
    color: #868686;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 35px;
    border-bottom: 2px solid #e5e5e5;
}

.news-detail-info span {
    color: var(--red1);
}

.news-detail-wrapper {
    padding: 30px 10px 40px;
    line-height: 1.8;
    font-size: 16px;
    color: #565656;
}

.news-detail-wrapper * {
    max-width: 100% !important;
}

.news-detail-wrapper p {
    padding: 15px 0;
    text-indent: 2em;
}

.news-detail-wrapper img {
    display: block;
}

.news-choose {
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.news-choose div {
    padding: 5px 0;
}

.news-choose a {
    display: inline-block;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

.news-choose a:hover {
    color: var(--red1);
}

.news-detail .bshare-custom {
    clear: both;
    overflow: hidden;
    padding-bottom: 10px;
    margin-top: 20px;
}

.news-detail .bshare-custom span,
.news-detail .bshare-custom a {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 30px;
}

.news-detail .bshare-custom a {
    padding: 0;
    width: 30px;
    height: 30px;
    margin: 0 8px 0 0;
    background: transparent;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    border-radius: 100%;
    text-decoration: none;
}

.news-detail .bshare-custom a.bshare-weixin {
    background: #04BE02;
}

.news-detail .bshare-custom a.bshare-sinaminiblog {
    background: #f44336;
}

.notice-list {
    padding-bottom: 10px;
}

.notice-list li {
    margin-bottom: 20px;
}

.notice-list a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #f8f8f8;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.notice-list i {
    font-size: 40px;
    color: #b4b4b4;
    margin-right: 30px;
}

.notice-list .date {
    background: #f2f2f2;
    width: 140px;
    height: 120px;
    color: var(--red1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.notice-list .day {
    font-size: 30px;
    line-height: 1.1;
}

.notice-list .mon {
    font-size: 18px;
    line-height: 1.1;
    margin-top: 10px;
}

.notice-list .tit {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.notice-list .tit p {
    font-size: 16px;
    line-height: 1.5;
    color: #101010;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.notice-list .txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.notice-list .name {
    font-size: 18px;
    color: #101010;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.notice-list .info {
    font-size: 16px;
    color: #565656;
    line-height: 2.14;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 12px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.notice-list a:hover .info {
    color: var(--red1);
    font-weight: bold;
}

.notice-list a:hover {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.notice-list a:hover i {
    color: var(--red1);
}

@media screen and (max-width: 1440px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .where-tab a {
        margin-right: 25px;
    }
    .pictures-ch .news-header .txt {
        padding-right: 0;
    }
    .news-header .pic {
        width: 400px;
        height: 260px;
    }
    .news-header .date {
        font-size: 26px;
    }
    .news-header .tit a {
        font-size: 22px;
    }
    .news-header .info {
        margin-top: 25px;
    }
    .footer-up,
    .footer-down {
        display: block;
    }
    .footer-nav {
        display: none;
    }
    .video-trigger {
        height: auto;
        margin-top: 30px;
    }
    .video-trigger video {
        height: auto;
    }
    .pictures-view .swiper-slide {
        height: 62vw;
    }
    .pictures.honor-pic .pictures-view img {
        width: auto;
        height: 40vw;
        box-shadow: 6px -5px 9px rgba(0, 0, 0, .3);
    }
    .pictures-choose1 .swiper-slide {
        padding: 0 40px;
        width: auto;
    }
    .pictures-choose .swiper-slide {
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    .border-bottom:before {
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }
    .where-tab {
        display: none;
    }
    .where-link>* {
        line-height: 48px;
        height: 48px;
        font-size: 14px;
    }
    .common-list li {
        width: calc((100% - 20px) / 2);
        margin: 0 20px 20px 0 !important;
    }
    .common-list li:nth-of-type(2n) {
        margin-right: 0 !important;
    }
    .news-list .tit {
        font-size: 14px;
        margin: 8px 0;
    }
    .news-list .txt {
        padding: 15px 18px 0;
        height: 115px;
    }
    .news-list .info,
    .news-list .date {
        font-size: 12px;
    }
    .news-list .info {
        line-height: 1.7;
    }
    .main-tab {
        margin-bottom: 30px;
    }
    .main-tab a {
        font-size: 14px;
        padding: 0 20px;
        line-height: 34px;
    }
    .page a {
        margin-bottom: 8px;
        border: none;
    }
    .page a:before {
        width: 200%;
        height: 200%;
        -webkit-transform: scale(.5);
        transform: scale(.5);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    .news-header .flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .news-header {
        padding: 30px 0;
    }
    .news-header .date {
        font-size: 18px;
    }
    .news-header .pic,
    .news-header .pic img {
        width: 100%;
        height: auto;
    }
    .news-header .txt {
        display: block;
        padding: 15px 10px 0;
    }
    .news-header .tit a {
        font-size: 16px;
    }
    .news-header .info a {
        font-size: 14px;
    }
    .news-header .date {
        margin-bottom: 8px;
    }
    .news-header .info {
        margin-top: 12px;
    }
    .news-detail .bshare-custom a.return-list,
    .project-detail-back a.return-list {
        font-size: 12px;
        padding: 0 8px;
    }
    .news-detail-tit {
        font-size: 18px;
    }
    .news-detail {
        padding: 30px 0;
    }
    .news-detail-info {
        font-size: 12px;
        padding-bottom: 12px;
        border-width: 1px;
        margin-top: 11px;
    }
    .news-detail-wrapper img {
        display: block;
        width: 100% !important;
        height: auto !important;
    }
    .news-detail-wrapper {
        font-size: 14px;
    }
    .news-detail-wrapper p {
        padding: 6px 0;
    }
    footer {
        padding: 20px 0 15px;
    }
    .footer-t1 {
        font-size: 16px;
    }
    .footer-number {
        font-size: 20px;
        margin: 0 0 8px 0;
    }
    .footer-t2 {
        font-size: 12px;
        line-height: 1.7;
    }
    .footer-up {
        padding-bottom: 15px;
    }
    .footer-down {
        font-size: 12px;
        line-height: 24px;
        padding-top: 15px;
    }
    .footer-bei img {
        height: 24px;
        margin-right: 10px;
    }
    .main-tit {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .sub-container {
        padding-top: 30px;
    }
    .article {
        font-size: 14px;
        padding-bottom: 40px;
    }
    .article p {
        margin-bottom: 1.5em;
    }
    .banner {
        height: 36vw;
    }
    .company-info .year {
        font-size: 28px;
        text-indent: 28px;
    }
    .company-info h1 {
        text-indent: 28px;
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 15px;
    }
    .company-info {
        padding-top: 0;
    }
    .culture-icon {
        display: block;
    }
    .culture-icon i {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 40px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .culture-icon .t1 {
        font-size: 18px;
        margin: 0;
    }
    .culture-icon .t2 {
        font-size: 14px;
        padding-bottom: 5px;
    }
    .culture-icon li {
        margin-bottom: 20px;
        position: relative;
        padding-left: 95px;
        height: 80px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: left;
    }
    .culture-bg {
        padding-bottom: 30px;
    }
    .news-bg {
        padding-bottom: 40px;
    }
    .article .img-wrapper {
        overflow-x: auto;
    }
    .article .img-wrapper img {
        min-width: 900px;
    }
    .pictures.honor-pic .pictures-choose {
        padding: 0 30px;
    }
    .pictures.honor-pic .pictures-choose .swiper-slide {
        padding: 10px 5px;
    }
    .pictures.honor-pic .pictures-choose .swiper-slide .pic {
        width: 100px;
        height: 75px;
    }
    .pictures-choose1 .swiper-button-next,
    .pictures-choose1 .swiper-button-prev {
        width: 30px;
    }
    .pictures-choose1 .swiper-button-next:after,
    .pictures-choose1 .swiper-button-prev:after {
        font-size: 18px;
    }
    .pictures-choose1 {
        margin-top: 20px;
        padding: 0 40px;
    }
    .pictures-choose1 .swiper-slide {
        padding: 0 30px;
    }
    .pictures-choose1 .swiper-slide img {
        width: 80px;
        height: 120px;
    }
    .pictures-choose1 .swiper-slide-thumb-active:before {
        width: 200%;
        height: 200%;
        -webkit-transform: scale(.5);
        transform: scale(.5);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    .pictures-view1 img {
        width: 280px;
    }
    .pictures-view1 .swiper-slide {
        height: auto;
        padding: 20px 0 30px;
    }
    .pictures-view1 .tit {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .pictures-choose {
        padding: 0 30px;
    }
    .pictures-choose .swiper-slide {
        height: auto;
        padding: 15px 5px 12px;
    }
    .pictures-choose .swiper-button-next,
    .pictures-choose .swiper-button-prev {
        width: 30px;
    }
    .pictures-choose .swiper-slide .pic {
        width: 100px;
        height: 60px;
    }
    .pictures-choose .swiper-slide .tit {
        font-size: 12px;
    }
    .pictures-choose .swiper-slide-thumb-active:before {
        width: 200%;
        height: 200%;
        -webkit-transform: scale(.5);
        transform: scale(.5);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    .pictures-choose .swiper-button-next:after,
    .pictures-choose .swiper-button-prev:after {
        font-size: 18px;
    }
    .pictures-view .tit {
        font-size: 18px;
        margin: 5vw 0;
    }
    .pictures-view .swiper-button-prev:after,
    .pictures-view .swiper-button-next:after {
        font-size: 30px;
    }
    .pictures-view .swiper-button-prev {
        left: 10px;
    }
    .pictures-view .swiper-button-next {
        right: 10px;
    }
    .pictures {
        padding: 10px 0 30px;
    }
    .history-swiper .swiper-slide .year {
        font-size: 20px;
    }
    .history-swiper .swiper-slide .year:after {
        bottom: 12px;
        font-size: 12px;
    }
    .history-swiper .swiper-slide {
        padding: 0 20px;
        height: 70px;
        width: auto;
    }
    .history-swiper .swiper-prev,
    .history-swiper .swiper-next {
        font-size: 28px;
    }
    .about-events li:nth-of-type(odd) .item {
        float: left !important;
        padding-left: 40px;
    }
    .about-events li:nth-of-type(even) .date {
        text-align: left;
    }
    .about-events li .item {
        width: 100% !important;
        padding: 0 0 30px 30px !important;
    }
    .about-events li:last-of-type .item {
        padding-bottom: 0 !important;
    }
    .about-events .txt p:last-child {
        margin-bottom: 0;
    }
    .about-events li:before {
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .about-events:before,
    .about-events-line:before {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: 8px;
    }
    .about-events .txt {
        font-size: 14px;
        line-height: 1.8;
    }
    .about-events .txt p {
        margin-bottom: 15px;
    }
    .view-more a {
        padding: 0 80px;
        line-height: 48px;
    }
    .about-history {
        padding: 40px 0 60px;
    }
    .history-container {
        padding-bottom: 50px;
        min-height: 50vh;
    }
    .news-header .flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .news-header {
        padding: 10px 0 30px;
        display: block;
    }
    .news-header .date {
        font-size: 18px;
    }
    .news-header .pic,
    .news-header .pic img {
        width: 100%;
        height: auto;
    }
    .news-header .txt {
        display: block;
        padding: 15px 10px 0;
    }
    .news-header .tit a {
        font-size: 16px;
    }
    .news-header .info a {
        font-size: 14px;
    }
    .news-header .date {
        margin-bottom: 8px;
    }
    .news-header .info {
        margin-top: 12px;
    }
    .business-article ul {
        display: block;
    }
    .business-article ul li {
        width: 100% !important;
        margin: 0 0 20px 0 !important;
    }
    .business-article ul li .tit {
        font-size: 14px;
        line-height: 3;
    }
    .business-article p {
        font-size: 14px;
    }
    .business-article h3 {
        font-size: 16px;
    }
    .business-article {
        padding-bottom: 40px;
    }
	
	
	.contact-sub li {
    width: 100%;
	margin-bottom:10px;
}


    .contact-info li {
        width: 100%;
        margin-bottom: 10px;
        height: 104px;
    }
    .contact-info .tit {
        font-size: 16px;
    }
    .contact-info .iconfont {
        font-size: 42px;
        margin-left: 15px;
    }
    .contact-info .info {
        font-size: 14px;
        margin-top: 8px;
        line-height: 1.5;
    }
    .contact-info .txt {
        max-width: 100%;
        padding-right: 20px;
    }
    .contact-info .txt.code {
        margin-left: 20px;
    }
    .contact-info .num {
        font-size: 19px;
    }
    .contact-info img {
        width: 100px;
        height: 100px;
        margin-left: 0;
    }
    .contact-info .tips {
        line-height: 1.5;
        margin-top: 7px;
    }
    .contact-map {
        padding: 0;
        margin-top: 10px;
        height: 60vw;
    }
    .contact-map:before {
        border-width: 1px;
    }
    .contact-map>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .recruit {
        padding-bottom: 40px;
        overflow-x: auto;
    }
    .recruit table {
        font-size: 12px;
        border: none;
    }
    .recruit th {
        padding: 8px;
    }
    .recruit td {
        padding: 8px;
        border-bottom: 1px solid #d9d9d9;
    }
    .recruit table {
        min-width: 600px;
    }
    .recruit-table {
        border-width: 0;
    }
    .recruit-table h1 {
        font-size: 16px;
        line-height: 40px;
    }
    .recruit-table .t1 {
        width: 100%;
        font-size: 14px;
        line-height: 2.5;
        padding: 0 15px;
    }
    .recruit-table .t2 {
        padding: 20px 15px;
        font-size: 14px;
    }
    .recruit-table .t2 p {
        padding: 5px 0;
    }
    .recruit-table .t2 .btn a {
        font-size: 14px;
        width: 120px;
        line-height: 40px;
    }
    .apply-box .t1 p {
        font-size: 16px;
    }
    .apply-box .t1 i {
        font-size: 20px;
    }
    .apply-box form {
        padding: 20px 0;
        font-size: 14px;
    }
    .apply-box .t2 {
        width: 6em;
    }
    .apply-box input[type=text],
    .file-name {
        width: 230px;
        height: 36px;
    }
    .apply-box td {
        padding: 10px 0;
    }
    .file-tips {
        font-size: 10px;
    }
    .apply-box input[type=submit],
    .apply-box input[type=reset] {
        width: 110px;
        height: 36px;
        font-size: 14px;
    }
    .apply-box .btn {
        padding-top: 10px;
    }
    .recruit-detail {
        padding-bottom: 40px;
    }
    .contact-table {
        padding-bottom: 40px;
    }
    .contact-table h3 {
        font-size: 14px;
        text-align: left;
        margin-bottom: 10px;
    }
    .contact-table table {
        width: 100%;
    }
    .contact-table input[type=text] {
        width: 100%;
        height: 40px;
    }
    .contact-table textarea {
        width: 100%;
        height: 120px;
    }
    .contact-table .t1 {
        font-size: 12px;
        width: 5.5em;
        white-space: nowrap;
    }
    .contact-table .t2 {
        width: auto;
    }
    .contact-table form {
        padding: 30px 15px;
        display: block;
    }
    .contact-table td {
        padding: 5px 0;
    }
    .contact-table input[type=submit],
    .contact-table input[type=reset] {
        width: 100px;
        height: 38px;
        font-size: 12px;
    }
    .invest-table {
        padding-bottom: 40px;
    }
    .invest-table table {
        border-spacing: 1px;
    }
    .invest-table table td {
        font-size: 12px;
        padding: 8px 0;
    }
    .invest-table .flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .invest-table .t1,
    .invest-table .t2 {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .invest-table .t2 img {
        width: 100%;
        height: auto;
    }
    .invest-table .h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .news-choose a {
        font-size: 12px;
    }
    .notice-list .date {
        width: auto;
        padding: 0 12px;
        height: 70px;
    }
    .notice-list .day {
        font-size: 20px;
    }
    .notice-list .mon {
        font-size: 10px;
        margin-top: 2px;
    }
    .notice-list .link {
        font-size: 12px;
        padding-right: 8px;
    }
    .notice-list .tit {
        margin: 0 10px;
    }
    .notice-list .tit p {
        font-size: 12px;
    }
    .notice-list .link:after {
        font-size: 20px;
    }
    .notice-list .txt {
        margin: 0 15px;
    }
    .notice-list .name {
        font-size: 14px;
    }
    .notice-list .info {
        font-size: 12px;
        margin-top: 6px;
        line-height: 1.6;
    }
    .notice-list a i {
        font-size: 24px;
        margin-right: 8px;
    }
    .notice-list {
        padding-bottom: 10px;
    }
    .products-nav a {
        font-size: 12px;
        padding: 0 15px;
        line-height: 32px;
    }
}

@media screen and (max-width: 480px) {
    .common-list li {
        width: 100%;
        margin: 0 0 20px !important;
    }
    .news-list .txt {
        height: auto;
        padding-bottom: 25px;
    }
    .main {
        padding: 25px 0 40px;
    }
}