
.banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 420px;
    position: relative;
}

.where {
    background: #f2f2f2;
}

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

.where-tab a:hover,
.where-tab a.on {
    color: #0059a6;
}

.where-link {
    display: flex;
    height: 60px;
    align-items: center;
}

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

.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;
    pointer-events: none;
}

.where-link a:hover {
    color: #0059a6;
}

.where-select {
    position: relative;
}

.where-select select {
    display: none;
}

.sub-tit {
    font-size: 24px;
    color: #101010;
    position: relative;
    padding-left: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}

.sub-tit:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 23px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #eca71d;
}

.main {
    padding: 50px 0 120px;
}

.about-wrapper .txt {
    font-size: 16px;
    line-height: 1.8;
    color: #101010;
    text-align: justify;
    margin-right: 30px;
    height: 408px;
    overflow-y: auto;
    padding-right: 20px;
    margin-top: 10px;
}

.about-wrapper .txt::-webkit-scrollbar,
.core-detail .txt::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #ddd;
    border-radius: 0;
}

.about-wrapper .txt::-webkit-scrollbar-thumb,
.core-detail .txt::-webkit-scrollbar-thumb {
    background-color: #eca71d;
    border-radius: 0;
}

.about-video {
    width: 604px;
    margin-top: 8px;
}

.about-video .pic {
    position: relative;
    cursor: pointer;
}

.about-video .pic img {
    display: block;
    width: 100%;
}

.about-video .pic:before {
    content: '';
    display: block;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.about-video .pic:after {
    content: '\e87e';
    font-family: 'iconfont';
    color: #fff;
    font-size: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
}

.about-video .pic:hover:before {
    background: rgba(0, 0, 0, .4);
}

.about-video .pic.no-video {
    pointer-events: none;
}
.about-video .pic.no-video:after,
.about-video .pic.no-video:before,
.about-video .pic.no-video p {
    display: none;
}


.history-bg {
    background: url(../image/history.jpg) no-repeat center bottom;
    background-size: 100% auto;
}

.history-list {
    position: relative;
    margin: 50px auto 0;
    max-width: 870px;
}

.history-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
    padding-bottom: 100px;
}

.history-list li:last-of-type {
    padding-bottom: 0;
}

.history-list li:before,
.history-list-line:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 262px;
    width: 1px;
    height: 100%;
    background: #d6d6d6;
    pointer-events: none;
    z-index: 0;
}

.history-list li:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 255px;
    background: #fff;
    overflow: hidden;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 3px solid #4d7ba2;
    box-sizing: border-box;
}

.history-list .date {
    width: 352px;
    padding-left: 16px;
    font-size: 16px;
    color: #101010;
    margin-top: -15px;
}

.history-list .date span {
    font-size: 36px;
    color: #0059a6;
    margin-right: 18px;
}

.history-list .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: -4px;
    overflow: hidden;
}

.history-list .pic {
    width: 220px;
    font-size: 0;
    margin-right: 30px;
    display: none;
}

.history-list .pic img {
    width: 100%;
    height: auto;
}

.history-list .txt {
    font-size: 16px;
    color: #565656;
    line-height: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.history-list .txt p {
    margin-bottom: 12px;
    position: relative;
    padding-left: 10px;
}

.history-list .txt p:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #565656;
    pointer-events: none;
}

.history-list-line {
    position: relative;
    max-width: 870px;
    margin: 0 auto;
    height: 200px;
}

.history-list-line:before {
    background: -webkit-linear-gradient(top, rgba(214, 214, 214, 1), rgba(214, 214, 214, 0));
    background: linear-gradient(to bottom, rgba(214, 214, 214, 1), rgba(214, 214, 214, 0));
}

.team-list {
    overflow: hidden;
}

.team-list li {
    background: #f8f8f8;
    padding: 30px 50px 35px 60px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.team-list .name {
    font-size: 18px;
    color: #0059a6;
}

.team-list .info {
    font-size: 16px;
    color: #565656;
    margin-top: 5px;
}

.team-list .text {
    font-size: 16px;
    color: #101010;
    line-height: 1.8;
    margin-top: 15px;
    text-align: justify;
}

.leader-words {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.leader-words .txt {
    font-size: 16px;
    line-height: 30px;
    color: #101010;
    text-align: justify;
    margin-right: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.leader-words h1 {
    font-size: 36px;
    line-height: 60px;
    color: #205b9e;
}

.leader-words h1 span {
    margin-left: 1em;
}

.leader-words h1.ls {
    letter-spacing: 3.2px;
}

.leader-words .red {
    color: red;
}

.leader-words p {
    margin-bottom: 30px;
}

.leader-words .pic {
    margin-top: 12px;
    width: 480px;
}

.leader-words .pic img {
    display: block;
    width: 100%;
    height: auto;
}

.company-list li:before {
    background: #ddd;
}

.company-list li {
    padding-bottom: 60px;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.company-list li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}

.company-list li:last-of-type:before {
    display: none;
}

.company-list .pic {
    width: 360px;
    height: 220px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #f8f8f8;
}

.company-list .pic img {
    max-width: 90%;
    max-height: 80%;
}

.company-list .txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin-left: 40px;
    padding-top: 25px;
}

.company-list .name {
    color: #205b9e;
    font-size: 24px;
    line-height: 1.5;
}

.company-list .info {
    color: #101010;
    font-size: 16px;
    line-height: 1.8175;
    margin-top: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
}

.company-list .link {
    margin-top: 22px;
}

.company-list .link a,
.market-list .link {
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
    color: #205b9e;
    position: relative;
    padding-right: 34px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.market-list .link {
    margin-top: 20px;
}

.company-list .link a:after,
.market-list .link:after {
    content: '\e67f';
    font-family: 'iconfont';
    color: #101010;
    font-size: 30px;
    position: absolute;
    right: 0;
    line-height: 24px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.company-list .link a:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

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

.notice-list a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    background: #f8f8f8;
}

.notice-list .date {
    background: #f8f3ed;
    width: 140px;
    height: 120px;
    color: #eca71d;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

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

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

.notice-list .tit {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    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 .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
    color: #205b9e;
    padding-right: 25px;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.notice-list .link:after {
    content: '\e67f';
    font-family: 'iconfont';
    color: #565656;
    font-size: 38px;
    display: inline-block;
    vertical-align: -8px;
    margin-left: 5px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.notice-list a:hover .link {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    color: #ffc107;
}

.notice-list a:hover .link:after {
    color: #ffc107;
}

.notice-list a:hover .tit p {
    color: #205b9e;
}

.media-list .date {
    height: 160px;
}

.notice-list .txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin: 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: 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: 14px;
    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 .name {
    color: #205b9e;
}

.notice-list a:hover .info {
    color: #eca71d;
}

.page {
    font-size: 0;
    margin-top: 30px;
    text-align: center;
}

.page .page-item a {
    display: inline-block;
    font-size: 14px;
    color: #565656;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin: 0 3px;
}

.page a:before {
    border-color: #ddd;
}

.page .btn {
    width: 80px;
}

.page .num {
    width: 38px;
}

.page .num.on {
    color: #fff;
    background: #eca71d;
}

.page .num.on:before {
    display: none;
}

.page a:hover {
    color: #eca71d;
}

.news-top>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.news-top .pic {
    width: 540px;
    height: 320px;
    position: relative;
    overflow: hidden;
}

.news-top .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
}

.news-top>a:hover .pic img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.news-top .txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin: 0 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 320px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.news-top .txt>div {
    width: 100%;
}

.news-top .txt a {
    display: block;
}

.news-top .tit {
    font-size: 22px;
    color: #205b9e;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news-top .date {
    color: #eca71d;
    font-size: 16px;
    margin-top: 12px;
}

.news-top .info {
    color: #101010;
    line-height: 2.1;
    font-size: 16px;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
}

.right-arr {
    text-align: right;
    position: relative;
    font-size: 14px;
    color: #205b9e;
    line-height: 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.news-top .right-arr {
    margin-top: 25px;
}

.right-arr:after {
    content: '\e67f';
    font-family: 'iconfont';
    color: #565656;
    font-size: 34px;
    display: inline-block;
    vertical-align: -6px;
    margin-left: 5px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

a:hover .right-arr {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    color: #eca71d;
}

a:hover .right-arr:after {
    color: #eca71d;
}

.list-btn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
}

.list-btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    background: #dbdbdb;
    width: 100%;
    margin-left: 106px;
}

.list-btn div {
    cursor: pointer;
    width: 38px;
    height: 38px;
    border-radius: 4px;
    background: #dbdbdb;
    color: #fff;
    line-height: 38px;
    text-align: center;
    font-size: 22px;
    margin-right: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.list-btn div.on {
    background: #eca71d;
}

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

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

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

.news-detail-wrapper * {
    max-width: 100%;
    margin: 0 auto;
}

.news-detail-wrapper p {
    padding: 15px 0;
}

.news-detail-wrapper video {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 800px;
}

.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: #eca71d;
}

.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 !important;
}

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

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

.bsBox {
    box-sizing: content-box !important;
}

.news-list .news-top .pic {
    width: 400px;
    height: 220px;
}

.news-list .news-top .txt {
    height: 220px;
}

.news-list .news-top .tit {
    font-size: 20px;
}

.news-list .news-top .info {
    -webkit-line-clamp: 2;
}

.news-list .news-top .link {
    margin-top: 20px;
}

.news-list li {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #dadada;
}

.news-list-matrix {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

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

.news-list-matrix .news-top>a {
    display: block;
}

.news-list-matrix .news-top .pic {
    width: auto;
    height: 0;
    padding-top: 54.5%;
}

.news-list-matrix .news-top .txt {
    margin: 0;
    padding: 25px 25px 50px;
    border: 1px solid #dadada;
    /* border-top: none; */
    display: block;
    height: auto;
}

.news-list-matrix .news-top .tit {
    font-size: 16px;
    color: #101010;
    line-height: 26px;
    height: 52px;
}

.news-list-matrix .news-top .date {
    margin-top: 30px;
}

.news-list-matrix .news-top .info,
.news-list-matrix .news-top .right-arr {
    display: none;
}

.news-list-matrix .news-top .tit {
    -webkit-line-clamp: 2;
}

.news-list-matrix li {
    padding-bottom: 0;
    border: none;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.news-list-matrix li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .12);
}

.download-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.download-list li {
    width: calc(50% - 20px);
    margin: 0 40px 40px 0;
    background: #f8f8f8;
}

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

.download-list a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.download-list .pic-logo {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 256px;
    height: 176px;
    margin: 2px;
}

.download-list .txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-top: 26px;
    margin: 0 20px 0 30px;
    position: relative;
}

.download-list .tit {
    font-size: 18px;
    color: #101010;
    line-height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
}

.download-list .date {
    font-size: 16px;
    color: #eca71d;
    margin-top: 30px;
}

.download-list .right-arr {
    position: absolute;
    bottom: 20px;
    right: 0;
}

.download-list .pic {
    width: 260px;
}

.download-list .pic img {
    display: block;
    height: auto;
    width: 100%;
}

.responsibility .txt {
    padding-top: 45px;
}

.responsibility .tit {
    height: auto;
    -webkit-line-clamp: 1;
}

.responsibility .date {
    margin-top: 10px;
}

.hr-list .trigger {
    background: #f4f4f4;
    padding: 32px 40px;
    position: relative;
    cursor: pointer;
}

.hr-list .trigger .tit {
    font-size: 18px;
    color: #205b9e;
    line-height: 1.5;
}

.hr-list .trigger .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 14px;
    color: #565656;
    margin-top: 8px;
    line-height: 1.5;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hr-list .trigger .info p {
    margin-right: 30px;
}

.hr-list .trigger .info p span {
    color: #eca71d;
}

.hr-list .trigger:before {
    content: '\e689';
    font-family: 'iconfont';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    height: 100%;
    width: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #eca71d;
    font-size: 14px;
}

.hr-list>li {
    margin-bottom: 20px;
    overflow: hidden;
}

.hr-list>li.on .trigger:before {
    background: #205b9e;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.hr-list .detail {
    display: none;
    padding: 32px 40px 0;
    line-height: 1.5;
    color: #565656;
    text-align: justify;
}

.hr-list .detail p.tit {
    font-size: 16px;
    color: #205b9e;
}

.hr-list .detail ul {
    list-style-type: decimal;
    list-style-position: inside;
    font-size: 14px;
    margin-top: 4px;
}

.hr-list .detail ul li {
    padding: 4px 0;
}

.hr-list>li.on .detail {
    display: block;
}

.hr-list li.over a {
    pointer-events: none;
    cursor: default;
}

.hr-list li.over .trigger {
    cursor: default;
}

.hr-list .trigger font {
    color: #868686;
}

.hr-list .trigger font.red {
    color: #f44336;
}

.hr-list .trigger .right-arr {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    color: #868686;
}

.hr-list .trigger .right-arr:after {
    color: #868686;
}

.hr-list li.ing .trigger .right-arr:after {
    color: #222;
}

.hr-list li.ing .trigger .right-arr {
    color: #205b9e;
}

.hr-list li.over .trigger:before,
.hr-list li.ing .trigger:before {
    display: none;
}

.hr-list li.ing .trigger:hover .right-arr,
.hr-list li.ing .trigger:hover .right-arr:after {
    color: #eca71d;
}

.contact-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-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: #205b9e;
    margin-left: 30px;
}

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

.contact-info .tit {
    font-size: 18px;
    color: #205b9e;
}

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

.contact-info .num {
    color: #eca71d;
    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;
    padding: 7px;
    margin-top: 80px;
}

.contact-map:before {
    border: 2px solid #dadada;
}

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

.core-bg {
    background: url(../image/core_bg.jpg) no-repeat center;
    background-size: cover;
    height: 820px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.core-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
}

.core-tab a {
    display: block;
    line-height: 60px;
    font-size: 18px;
    color: #565656;
    padding: 0 30px;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 5px;
}

.core-tab a:hover {
    color: #205b9e;
}

.core-tab a.on {
    color: #fff;
    background: #205b9e;
}

.tab-wrapper {
    padding-top: 35px;
    max-width: 800px;
    text-align: justify;
    display: none;
}

.tab-wrapper .tit {
    font-size: 20px;
    color: #205b9e;
    line-height: 1.5;
    margin-bottom: 15px;
}

.tab-wrapper .txt {
    font-size: 16px;
    color: #101010;
    line-height: 1.8;
}

.video-btn {
    margin-top: 30px;
    display: none;
}

.video-btn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    background: -webkit-linear-gradient(top, #fff, rgba(236, 167, 29, .34));
    background: linear-gradient(to bottom, #fff, rgba(236, 167, 29, .34));
    font-size: 18px;
    color: #565656;
    width: 240px;
    line-height: 80px;
    text-align: center;
}

.video-btn span:before {
    content: '\e87e';
    font-family: 'iconfont';
    color: #eca71d;
    font-size: 40px;
    vertical-align: middle;
    margin-right: 16px;
}

.video-btn[data-video] {
    display: block;
}

.market-list {
    margin-top: 60px;
}

.market-list a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.market-list .pic {
    width: 360px;
}

.market-list .pic img {
    display: block;
    width: 100%;
    height: auto;
}

.market-list .txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin-left: 40px;
    padding-top: 17px;
}

.market-list .tit {
    font-size: 24px;
    color: #205b9e;
    line-height: 1.5;
}

.market-list .info {
    font-size: 16px;
    color: #101010;
    line-height: 1.8;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.market-list li {
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.market-list li:before {
    background: #dadada;
}

.market-list li:last-of-type:before {
    display: none;
}

.market-list a:hover .link {
    transform: translateX(10px);
}

.party-head {
    padding: 50px 0;
}

.party-bottom {
    padding: 40px 0 80px;
    /* background: #f8f8f8; */
    border-top: 1px solid #ddd;
}

.single-words {
    font-size: 16px;
    color: #101010;
    line-height: 1.8;
}

.six-list {
    height: 460px;
    position: relative;
    margin-top: 50px;
}

.six-list .tit {
    width: 222px;
    height: 222px;
    position: relative;
    font-size: 24px;
    color: #205b9e;
    line-height: 40px;
    background: url(../image/circle.png) no-repeat center;
    background-size: contain;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.six-list .item {
    position: absolute;
    background: #f2f2f2;
    width: 230px;
    height: 110px;
    border-radius: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    justify-content: right;
    padding: 6px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.six-list .item p {
    color: #3e71ab;
    font-size: 16px;
    font-weight: bold;
    padding: 0 18px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: right;
}

.six-list .item .pic {
    width: 98px;
    height: 98px;
    background: #fff;
    overflow: hidden;
    border-radius: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
}

.six-list .item .pic:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    box-sizing: border-box;
    z-index: 1;
    pointer-events: none;
    border-radius: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.six-list .item .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.six-list .item:hover {
    background: #318fe3;
}

.six-list .item:hover p {
    color: #fff;
}

.six-list .item:hover .pic:before {
    display: none;
}

.six-list .item:nth-of-type(1) {
    top: -120px;
    left: -182px;
}

.six-list .item:nth-of-type(2) {
    top: -120px;
    right: -182px;
}

.six-list .item:nth-of-type(3) {
    top: 60px;
    left: -285px;
}

.six-list .item:nth-of-type(4) {
    top: 60px;
    right: -285px;
}

.six-list .item:nth-of-type(5) {
    bottom: -120px;
    left: -182px;
}

.six-list .item:nth-of-type(6) {
    bottom: -120px;
    right: -182px;
}

.six-list .item:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.six-list .item:nth-of-type(2n) p {
    text-align: left;
}

.banner-car {
    position: absolute;
    right: 0;
    bottom: 10px;
    -webkit-animation: car 12s .1s infinite;
    animation: car 12s .1s infinite;
    z-index: 1;
}

.banner-flag {
    position: absolute;
    bottom: 0;
    left: 30px;
    height: 320px;
    z-index: 0;
}

@keyframes car {
    0% {
        -webkit-transform: translateX(110%);
        transform: translateX(110%);
    }
    45% {
        -webkit-transform: translateX(-25vw);
        transform: translateX(-25vw);
    }
    65% {
        -webkit-transform: translateX(-25vw);
        transform: translateX(-25vw);
    }
    100% {
        -webkit-transform: translateX(-100vw);
        transform: translateX(-100vw);
    }
}

@-webkit-keyframes car {
    0% {
        -webkit-transform: translateX(110%);
    }
    45% {
        -webkit-transform: translateX(-25vw);
    }
    65% {
        -webkit-transform: translateX(-25vw);
    }
    100% {
        -webkit-transform: translateX(-100vw);
    }
}

.sub-text {
    font-size: 16px;
    color: #101010;
    text-align: justify;
    line-height: 1.8;
}

.strategy {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 30px;
}

.strategy-btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    background: #fff;
}

.strategy-btn li {
    height: 80px;
    line-height: 80px;
    position: relative;
    margin-right: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    padding-left: 32px;
    background: #f5f5f5;
}

.strategy-btn li span {
    color: #205b9e;
    font-size: 24px;
    margin-right: 15px;
    vertical-align: -3px;
}

.strategy-btn li:last-of-type {
    margin-bottom: 0;
}

.strategy-btn li:after {
    content: '\e68b';
    font-family: 'iconfont';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    background: #eca71d;
    color: #fff;
    height: 100%;
    text-align: center;
}

.strategy-btn li.on {
    background: #f8f3ed;
    margin-right: 0;
    color: #205b9e;
}

.strategy-btn li.on:after {
    display: none;
}

.strategy-txt {
    background: #f8f3ed;
    padding: 0 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    width: 850px;
}

.strategy-txt li {
    display: none;
    position: relative;
    padding: 60px 48px 55px 55px;
    font-size: 16px;
    color: #101010;
    line-height: 1.8;
    text-align: justify;
}

.strategy-txt li:before,
.strategy-txt li:after {
    content: '\e880';
    font-family: 'iconfont';
    color: #d5cbb6;
    font-size: 40px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.1;
}

.strategy-txt li:after {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    content: '\e730';
}

.strategy-txt .tit {
    font-size: 18px;
}

.strategy-txt .tit span {
    color: #205b9e;
    font-size: 24px;
    margin-right: 15px;
    vertical-align: -3px;
}

.strategy-txt .txt {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    color: #101010;
}

.goal-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 50px 0 70px;
}

.goal-list li {
    background: #f8f8f8;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: calc((100% - 60px) / 4);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 30px 15px 45px 40px;
}

.goal-list i {
    color: #205b9e;
    font-size: 60px;
    width: 64px;
    margin-right: 10px;
    margin-top: 8px;
}

.goal-list li>div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.goal-list .num {
    font-size: 48px;
    color: #eca71d;
}

.goal-list .num span {
    font-size: 14px;
    color: #000;
    margin-left: 10px;
}

.goal-list .tit {
    margin-top: 10px;
}

.mode-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.mode-info {
    background: #f8f8f8;
    height: 280px;
    width: 780px;
    padding: 20px 30px 0 26px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.mode-hand {
    cursor: pointer;
    margin-top: 10px;
    margin-right: 15px;
}

.mode-hand img {
    width: 100%;
    display: block;
}

.mode-info .txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.mode-info .tit {
    font-size: 18px;
    color: #c00000;
    text-align: center;
    line-height: 1.5;
    margin-top: 5px;
}

.mode-info .sub {
    font-size: 14px;
    color: #101010;
    text-align: center;
    margin-top: 12px;
}

.mode-info ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.mode-info li {
    width: 154px;
}

.mode-info i {
    display: block;
    text-align: center;
    font-size: 35px;
    color: #205b9e;
}

.mode-info .name {
    font-size: 14px;
    font-weight: bold;
    color: #205b9e;
    margin-top: 14px;
    text-align: center;
}

.mode-info .info {
    font-size: 14px;
    color: #101010;
    line-height: 1.6;
    margin-top: 12px;
}

.mode-tab {
    width: 580px;
    background: #f8f3ed;
    height: 280px;
}

.mode-tab dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    background: #fff;
    height: 57px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.mode-tab dd {
    color: #101010;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    width: calc((100% - 20px) / 3);
    background: #f5f5f5;
    cursor: pointer;
    height: 48px;
}

.mode-tab ul {
    padding: 35px 35px 0;
    font-size: 16px;
    color: #101010;
    line-height: 28px;
    text-align: justify;
}

.mode-tab li {
    display: none;
}

.mode-tab li .tit {
    font-size: 16px;
    font-weight: bold;
    color: #205b9e;
    margin-bottom: 5px;
    display: none;
}

.mode-tab dd.on {
    height: 57px;
    background: #f8f3ed;
    color: #205b9e;
    font-weight: bold;
}

.six-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    width: 100%;
    max-width: 1100px;
    padding: 40px 70px 40px 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    z-index: 99;
}

.six-wrapper .pic {
    width: 55%;
}

.six-wrapper .pic img {
    display: block;
    width: 100%;
}

.six-wrapper .txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin-left: 40px;
    padding-top: 45px;
}

.six-wrapper .tit {
    font-size: 18px;
    color: #101010;
}

.six-wrapper .info {
    font-size: 14px;
    line-height: 2;
    text-align: justify;
    color: #565656;
    margin-top: 15px;
}

.close-six {
    position: absolute;
    top: 30px;
    right: 35px;
    color: #aaa;
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.close-six:hover {
    color: #eca71d;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 98;
    display: none;
}

.six-wrapper .inside {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.single-pic img {
    max-width: 100%;
    height: auto;
    /* display: block; */
}

.pic-video {
    cursor: pointer;
}

.pic-video:before {
    content: '\e87e';
    font-family: 'iconfont';
    font-size: 44px;
    display: block;
    position: absolute;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: rgba(0, 0, 0, .3);
    pointer-events: none;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.pic-video:hover:before {
    background: rgba(0, 0, 0, .2);
}

.core-detail {
    width: 500px;
    /* background: rgba(0, 89, 166, .88); */
    background: rgba(200,136,39, .88);
    padding: 30px 40px 35px 45px;
    color: #fff;
    position: relative;
}

.core-detail .head {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    cursor: pointer;
}

.core-detail .tit {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

.core-detail .btn {
    position: relative;
    line-height: 30px;
    font-size: 14px;
    padding-left: 28px;
}

.core-detail .btn[data-src=""] {
    display: none;
}

.core-detail .btn:before {
    content: '\e87e';
    font-family: 'iconfont';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 30px;
    color: #eca71d;
    font-size: 19px;
    pointer-events: none;
}

.core-detail .txt {
    font-size: 14px;
    line-height: 2.1;
    text-align: justify;
    max-height: 300px;
    overflow-y: auto;
    padding-right: 20px;
    flex: 1;
}

.core-swiper .swiper-button-next,
.core-swiper .swiper-button-prev {
    color: #eca71d;
    -webkit-filter: drop-shadow(1px 2px 2px rgba(149, 151, 10, 0.4));
    filter: drop-shadow(1px 2px 2px rgba(149, 151, 10, 0.4));
}

.core-detail .title {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
    line-height: 30px;
}

.core-detail .title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4em;
    height: 2px;
    background: #eca71d;
}

.core-detail .intro {
    margin-top: 30px;
}

.core-detail .intro li {
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
}

.core-detail .intro li:before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #fff;
}

.core-detail .link {
    margin-top: 25px;
    text-align: right;
}

.core-detail .link a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    transition: all .4s;
}

.core-detail .link a span {
    margin-left: 5px;
}

.core-detail .link a:hover {
    color: #eca71d;
    transform: translateX(4px);
}

.core-detail.long {
    width: 1000px;
}

.core-detail .back {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    color: #eca71d;
    font-size: 30px;
    cursor: pointer;
    z-index: 1;
    transition: all .4s;
}

.core-detail .back:hover {
    transform: scale(1.1);
}

.core-detail .detail {
    display: flex;
    margin-top: 30px;
}

.core-pics {
    width: 450px;
    position: relative;
    margin-left: 20px;
}

.core-pics .swiper-container {
    height: 300px;
}

.core-pics .about-video {
    margin: 0;
    width: 100%;
}

.core-pics .about-video .pic:after {
    font-size: 45px;
}

.core-pics .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
}

.core-pics .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
}

.core-pics .swiper-pagination-bullet-active {
    background: #eca71d;
}

.core-projects {
    margin-top: 30px;
    position: relative;
}

.core-projects a {
    display: block;
    position: relative;
}
.culture2 .core-projects a {
    cursor: default;
}
.core-projects .pic {
    position: relative;
    height: 0;
    padding-top: 66%;
    overflow: hidden;
}

.core-projects .pic .tit {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    line-height: 3.2;
    color: #fff;
    font-size: 16px;
    background: rgba(0, 0, 0, .6);
    padding-left: 2em;
}

.core-projects .pic img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
}

.core-projects .pic:hover img {
    transform: scale(1.05);
}

.core-projects .swiper-button-next,
.core-projects .swiper-button-prev {
    color: #eca71d;
}

.core-projects .swiper-button-prev {
    left: -50px;
}

.core-projects .swiper-button-next {
    right: -50px;
}

.pager {
    text-align: center;
    font-size: 0;
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

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

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

.pager a:hover {
    color: #eca71d;
}

.pager a:hover:before {
    border-color: #eca71d;
}

.pager a.cur {
    background: #eca71d;
    color: #fff;
    border-color: #eca71d;
}

.pager a.cur:before {
    border-color: #eca71d;
}

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

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

.pager .btn {
    width: 78px;
}

.pager .num {
    width: 34px;
}

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

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

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

.pager .set:focus {
    border-color: #eca71d;
}

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

.pager .go {
    width: 60px;
}

.mobile-show {
    display: none !important;
}

.culture1 {
    background: url(../image/culture_01.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 50px 0 100px;
}

.culture1-list {
    display: flex;
}

.culture1-list li {
    width: 33.3%;
    position: relative;
}

.culture1-list .tit {
    font-size: 24px;
    color: #205b9e;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-bottom: 1em;
    text-align: center;
}

.culture1-list dd {
    position: relative;
    color: #000;
    line-height: 36px;
    color: #111;
    font-size: 16px;
    padding-left: 15px;
}

.culture1-list dd:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #205b9e;
    margin-top: -2px;
}

.culture1-list li:not(:last-of-type):after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 90%;
    background: #d9d9d9;
    top: 7%;
    right: 0;
}

.culture2 {
    padding: 90px 0;
    background: url(../image/culture_02.jpg) no-repeat center;
    background-size: cover;
}

@media screen and (max-width: 1440px) {
    .strategy-btn {
        width: 400px;
        -webkit-box-flex: unset;
        -webkit-flex: unset;
        flex: unset;
    }
    .strategy-txt {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        width: auto;
    }
    .mode-wrapper {
        display: block;
    }
    .mode-info,
    .mode-tab {
        width: 100%;
    }
    .mode-tab {
        margin-top: 50px;
    }
    .mode-info .txt {
        -webkit-box-flex: unset;
        -webkit-flex: unset;
        flex: unset;
        margin-left: 50px;
    }
    .mode-info .txt li {
        margin-right: 35px;
        width: auto;
        max-width: 150px;
    }
}

@media screen and (max-width: 1240px) {
    .banner {
        height: 40vw;
    }
    .banner-car {
        width: 40vw;
        bottom: 5px;
    }
    .banner-flag {
        height: 26vw;
    }
    .about-wrapper {
        display: block;
    }
    .about-video {
        margin-top: 20px;
        width: 100%;
        max-width: 600px;
        height: auto;
    }
    .about-video video {
        height: auto;
    }
    .history-list .date span {
        font-size: 30px;
        margin-right: 12px;
    }
    .history-list li:before,
    .history-list-line:before {
        left: 220px;
    }
    .history-list li:after {
        left: 213px;
    }
    .history-list .date {
        width: 270px;
        margin-top: -10px;
    }
    .leader-words h1 {
        font-size: 30px;
        line-height: 1.8;
    }
    .leader-words h1.ls {
        letter-spacing: 0;
    }
    .leader-words .pic {
        width: 40%;
    }
    .company-list .name {
        font-size: 20px;
    }
    .company-list .txt {
        margin-left: 20px;
    }
    .news-detail .bshare-custom {
        display: none;
    }
    .news-list-matrix li {
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
    }
    .news-list-matrix .news-top .txt {
        padding: 20px 20px 35px;
    }
    .download-list li {
        margin: 0 0 30px 0;
        width: 100%;
    }
    .contact-info li {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    .contact-info .txt.code {
        margin-left: 35px;
    }
    .market-list .txt {
        margin-left: 20px;
        padding-top: 10px;
    }
    .market-list .pic {
        width: 300px;
    }
    .market-list .tit {
        font-size: 18px;
    }
    .market-list .info {
        margin-top: 10px;
        font-size: 14px;
    }
    .goal-list i {
        font-size: 50px;
        width: 1.1em;
    }
    .goal-list li {
        padding: 30px 15px;
    }
    .goal-list .num {
        font-size: 40px;
    }
    .goal-list .num span {
        font-size: 12px;
    }
    .about-wrapper .txt {
        overflow-y: visible;
        padding-right: 0;
        margin-right: 0;
        height: auto;
    }
}

@media screen and (max-width: 960px) {
    .where-tab {
        display: none;
    }
    .where-link {
        height: 48px;
    }
    .where-link>* {
        /* line-height: 48px;
        height: 48px; */
        font-size: 14px;
    }
    .where-select {
        padding-right: 36px;
    }
    .where-select:after {
        content: '\e689';
        font-family: 'iconfont';
        color: #919191;
        width: 26px;
        height: 26px;
        text-align: center;
        border: 1px solid #ddd;
        top: 50%;
        right: 0;
        position: absolute;
        transform: translateY(-50%);
        background: #fff;
        font-size: 14px;
        pointer-events: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .where-select select {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        opacity: 0;
    }
    .list-btn {
        display: none;
    }
    .news-list {
        /* margin-top: 40px; */
        /* padding-top: 40px; */
        /* border-top: 1px solid #dadada; */
    }
    .news-top .pic {
        width: 400px;
        height: 240px;
    }
    .news-top .txt {
        height: 240px;
        margin: 0 0 0 20px;
    }
    .news-top .tit {
        font-size: 20px;
    }
    .tab-wrapper {
        max-width: 100%;
    }
    .strategy-btn {
        display: none;
    }
    .strategy-txt {
        -webkit-box-flex: unset;
        -webkit-flex: unset;
        flex: unset;
        width: 100%;
        display: block;
        background: none;
        padding: 0;
    }
    .strategy-txt .tit {
        display: block;
    }
    .strategy-txt li:before,
    .strategy-txt li:after {
        display: none;
    }
    .strategy-txt li {
        padding: 20px 20px;
        display: block !important;
        margin-bottom: 10px;
        background: #f8f3ed;
    }
    .goal-list {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .goal-list li {
        width: calc((100% - 10px) / 2);
        margin-bottom: 10px;
    }
    .mode-hand {
        width: 120px;
        height: auto;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
    }
    .mode-info .txt {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        margin-left: 15px;
    }
    .core-pics {
        width: 300px;
    }
    .core-pics .swiper-container,
    .core-detail .txt {
        height: 200px;
    }
    .core-detail.long {
        width: 94%;
    }
}

@media screen and (max-width: 800px) {
    .six-list .tit {
        width: 106px;
        height: 106px;
        font-size: 14px;
        line-height: 20px;
    }
    .six-list .item .pic {
        display: none;
    }
    .six-list .item p {
        text-align: center !important;
        font-size: 12px;
    }
    .six-list .item {
        width: 110px;
        height: 44px;
    }
    .six-list .item:nth-of-type(1) {
        top: -44px;
        left: -70px;
    }
    .six-list .item:nth-of-type(2) {
        top: -44px;
        right: -70px;
    }
    .six-list .item:nth-of-type(3) {
        top: 33px;
        left: -122px;
    }
    .six-list .item:nth-of-type(4) {
        top: 33px;
        right: -122px;
    }
    .six-list .item:nth-of-type(5) {
        bottom: -44px;
        left: -70px;
    }
    .six-list .item:nth-of-type(6) {
        bottom: -44px;
        right: -70px;
    }
    .six-list {
        height: 200px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .main {
        /* padding: 20px 0 50px; */
		padding: 20px 0 212px;
    }
    .border-bottom:before {
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }
    .where-tab {
        display: none;
    }
    .about-wrapper .txt {
        font-size: 14px;
        margin: 0;
    }
    .sub-tit {
        font-size: 18px;
        padding-left: 12px;
        margin-bottom: 20px;
    }
    .sub-tit:before {
        height: 19px;
    }
    .history-list li {
        display: block;
        padding-left: 30px;
        padding-bottom: 40px;
    }
    .history-list li:before,
    .history-list-line:before {
        left: 0;
        -webkit-transform: scaleX(.5);
        transform: scaleX(.5);
    }
    .history-list li:after {
        width: 12px;
        height: 12px;
        border-width: 2px;
        left: -5px;
        top: 7px
    }
    .history-list li:before {
        top: 8px;
    }
    .history-list .date {
        margin-top: 0;
        padding-left: 0;
        font-size: 14px;
    }
    .history-list .date span {
        font-size: 24px;
        margin-right: 10px;
    }
    .history-list .info {
        display: block;
        margin-top: 15px;
    }
    .history-list .pic {
        margin: 0 0 15px 0;
    }
    .history-list .txt {
        font-size: 14px;
    }
    .history-list-line {
        height: 100px;
    }
    .history-list {
        margin-top: 30px;
    }
    .history-bg {
        background-size: 260% auto;
    }
    .team-list li {
        padding: 20px;
    }
    .team-list .name {
        font-size: 16px;
    }
    .team-list .info,
    .team-list .text {
        font-size: 14px;
    }
    .team-list .text {
        margin-top: 12px;
    }
    .leader-words {
        display: block;
    }
    .leader-words .pic {
        width: 100%;
    }
    .leader-words .txt {
        margin: 0;
        overflow: hidden;
        font-size: 14px;
        line-height: 1.7;
    }
    .leader-words h1 {
        font-size: 4.4vw;
    }
    .leader-words .txt p {
        margin-bottom: 15px;
    }
    .company-list .name {
        font-size: 16px;
    }
    .company-list li {
        display: block;
        padding-bottom: 20px;
        margin-bottom: 25px;
    }
    .company-list .pic {
        height: 40vw;
        width: 100%;
    }
    .company-list .txt {
        padding-top: 15px;
        margin-left: 0;
    }
    .company-list .info {
        font-size: 14px;
        margin-top: 10px;
    }
    .company-list .link {
        margin-top: 10px;
    }
    .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;
    }
    .media-list .date {
        height: 90px;
        padding: 0 15px;
    }
    .page {
        text-align: left;
    }
    .page a {
        font-size: 12px;
        height: 32px;
        line-height: 32px;
        margin-bottom: 6px;
    }
    .page .num {
        width: 32px;
    }
    .page .btn {
        width: 70px;
    }
    .page a:before {
        border-color: #d9d9d9;
    }
    .news-detail-wrapper img {
        width: 100% !important;
        height: auto !important;
    }
    .news-detail-tit {
        font-size: 18px;
        padding: 0 30px;
    }
    .news-detail-info {
        font-size: 12px;
        margin-top: 15px;
        padding-bottom: 15px;
        border-bottom-width: 1px;
    }
    .news-detail-wrapper {
        font-size: 14px;
        padding: 20px 0 30px;
    }
    .news-detail-wrapper p {
        padding: 8px 0;
    }
    .news-choose a {
        font-size: 12px;
    }
    .news-top>a {
        display: block;
    }
    .news-top .pic {
        width: 100% !important;
        height: auto !important;
        padding-top: 0 !important;
    }
    .news-top .txt {
        margin-left: 0;
        margin-right: 0;
        height: auto;
        margin-top: 10px;
    }
    .news-top .tit {
        font-size: 16px;
        -webkit-line-clamp: 2;
        line-height: 1.6;
    }
    .news-top .info {
        font-size: 14px;
    }
    .news-top .right-arr {
        margin-top: 10px;
    }
    .news-top .pic img {
        position: static;
        height: auto !important;
    }
    .news-list {
        /* margin-top: 30px; */
        /* padding-top: 30px; */
    }
    .news-list-matrix li {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .news-list-matrix .news-top .tit {
        font-size: 14px;
        height: auto;
    }
    .news-list-matrix .news-top .date {
        margin-top: 12px;
        font-size: 12px;
    }
    .news-list-matrix .news-top .txt {
        padding: 15px 20px 20px;
    }
    .download-list .pic-logo {
        width: 140px;
        height: 100px;
    }
    .download-list .pic-logo img {
        width: 50%;
    }
    .download-list .txt {
        padding-top: 15px;
        margin: 0 20px;
    }
    .download-list .tit {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }
    .download-list .date {
        font-size: 12px;
        margin-top: 8px;
    }
    .download-list .right-arr {
        font-size: 12px;
        bottom: 10px;
        line-height: 24px;
    }
    .download-list .right-arr:after {
        font-size: 28px;
    }
    .download-list li {
        margin-bottom: 20px;
    }
    .responsibility .pic {
        width: 140px;
    }
    .hr-list .trigger {
        padding: 15px 35px 15px 15px;
    }
    .hr-list .trigger .tit {
        font-size: 14px;
    }
    .hr-list .trigger:before {
        width: 24px;
        font-size: 10px;
    }
    .hr-list .trigger .info {
        margin-top: 5px;
        font-size: 12px;
    }
    .hr-list .trigger .info p {
        margin-right: 15px;
    }
    .hr-list .detail {
        padding: 15px 10px;
        font-size: 13px;
    }
    .hr-list .detail p.tit {
        font-size: 14px;
    }
    .hr-list>li {
        margin-bottom: 10px;
    }
    .contact-info li {
        width: 100%;
        margin-bottom: 10px;
    }
    .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 li {
        height: 104px;
    }
    .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;
    }
    .core-tab a {
        font-size: 14px;
        width: 100%;
        text-align: center;
        height: auto;
        padding: 15px 0;
        line-height: 1.1;
    }
    .core-tab {
        margin-top: 0;
    }
    .tab-wrapper {
        padding-top: 25px;
    }
    .tab-wrapper .tit {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .tab-wrapper .txt {
        font-size: 14px;
    }
    .video-btn span {
        width: 150px;
        line-height: 50px;
        font-size: 14px;
    }
    .video-btn span:before {
        font-size: 30px;
        margin-right: 10px;
    }
    .core-bg {
        padding: 100px 0;
        height: auto;
    }
    .core-detail {
        width: 92%;
        height: auto;
        padding: 20px 20px 30px;
    }
    .core-detail .tit {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        margin-right: 15px;
        font-size: 15px;
    }
    .core-detail .btn {
        font-size: 12px;
        padding-left: 20px;
    }
    .core-detail .btn:before {
        font-size: 16px;
    }
    .core-swiper .swiper-button-next {
        right: 0;
    }
    .core-swiper .swiper-button-prev {
        left: 0;
    }
    .core-swiper .swiper-button-next:after,
    .core-swiper .swiper-button-prev:after {
        font-size: 25px;
    }
    .core-detail .txt {
        font-size: 13px;
    }
    .market-list .pic {
        width: 180px;
    }
    .market-list .txt {
        margin-left: 15px;
        padding-top: 0;
    }
    .market-list .tit {
        font-size: 16px;
    }
    .party-head {
        padding: 20px 0;
    }
    .party-bottom {
        padding: 20px 0 40px;
    }
    .single-words {
        font-size: 14px;
        line-height: 1.6;
    }
    .sub-text {
        font-size: 14px;
    }
    .strategy-txt .tit {
        font-size: 16px;
    }
    .strategy-txt .tit span {
        font-size: 18px;
        vertical-align: -1px;
        margin-right: 10px;
    }
    .strategy-txt .txt {
        font-size: 14px;
        margin-top: 4px;
    }
    .mode-info {
        height: auto;
        padding-bottom: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .mode-info .txt ul {
        display: block;
    }
    .mode-info .txt li {
        max-width: 100%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .mode-tab {
        height: auto;
        padding-bottom: 10px;
        margin-top: 20px;
    }
    .mode-wrapper {
        margin-top: 30px;
    }
    .close-six {
        right: 10px;
        top: 10px;
    }
    .six-wrapper .txt {
        padding-top: 5px;
        margin-left: 15px;
    }
    .six-wrapper {
        padding: 30px 30px 30px 20px;
    }
    .six-wrapper .pic {
        width: 40%;
    }
    .news-top>.flex {
        display: block;
    }
    .mode-info .res {
        display: flex;
        align-items: center;
        padding-top: 5px;
    }
    .mode-info .res>* {
        margin-top: 0;
        margin-right: 10px;
    }
    .mobile-hide {
        display: none !important;
    }
    .mobile-show {
        display: block !important;
    }
    .mode-info ul {
        width: 100%;
        margin-top: 10px;
    }
    .mode-info ul li {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
    .mode-info .txt {
        flex: unset;
        margin-top: 9px;
        margin-right: 44px;
    }
    .mode-hand {
        margin-right: 10px;
    }
    .hr-list .trigger .right-arr {
        top: 10px;
        right: 10px;
        transform: translateY(0);
    }
    .culture1-list {
        display: block;
    }
    .culture1-list li {
        width: 90%;
        padding-bottom: 20px;
        margin: 0 auto 20px;
    }
    .culture1-list li:not(:last-of-type):after {
        top: auto;
        bottom: 0;
        width: 100%;
        height: 1px;
        transform: scaleY(.5);
    }
    .culture1-list .tit {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .culture1-list dd {
        font-size: 14px;
        line-height: 2;
        padding-left: 12px;
    }
    .culture1 {
        padding: 25px 0 20px;
    }
    .culture2 {
        padding: 30px 0;
    }
}

@media screen and (max-width: 600px) {
    .core-detail .title {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .core-detail .back {
        font-size: 26px;
    }
    .core-detail .detail {
        display: block;
    }
    .core-pics {
        margin: 25px 0 0 0;
        width: 100%;
    }
    .core-pics .swiper-container {
        height: 60vw;
    }
    .core-pics .about-video {
        height: 100%;
    }
    .market-list .link {
        margin-top: 10px;
    }
    .pager a {
        margin-bottom: 8px;
        border: none;
        font-size: 12px;
        height: 32px;
        line-height: 32px;
        margin-bottom: 6px;
    }
    .pager .num {
        width: 32px;
    }
    .pager .btn {
        width: 70px;
    }
}

@media screen and (max-width: 480px) {
    .market-list {
        margin-top: 30px;
    }
    .market-list .pic {
        width: 100%;
    }
    .market-list a {
        display: block;
    }
    .market-list .txt {
        margin: 15px 0 0 0;
    }
    .market-list li {
        padding-bottom: 20px;
        margin-bottom: 25px;
    }
    .goal-list {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .goal-list li {
        padding: 20px 15px;
    }
    .goal-list i {
        font-size: 36px;
    }
    .goal-list .num {
        font-size: 36px;
    }
    .goal-list .tit {
        font-size: 12px;
        margin-top: 5px;
    }
    .goal-list .num span {
        font-size: 10px;
    }
    .mode-info .txt {
        margin-left: 0;
    }
    .mode-info {
        padding: 20px 15px 30px;
    }
    .mode-hand {
        width: 56px;
    }
    .mode-info .info,
    .mode-info .sub {
        font-size: 12px;
    }
    .mode-info .tit {
        font-size: 16px;
    }
    .mode-info .info {
        margin-top: 5px;
    }
    .mode-tab dd {
        font-size: 14px;
    }
    .mode-tab ul {
        padding: 20px 20px;
        font-size: 14px;
    }
    .six-wrapper .txt {
        padding-top: 0;
    }
    .six-wrapper .tit {
        font-size: 16px;
    }
    .six-wrapper .info {
        font-size: 13px;
        line-height: 1.8;
        margin-top: 8px;
    }
    .six-wrapper {
        padding: 30px 25px 30px 15px;
    }
    .close-six {
        font-size: 20px;
    }
    .core-projects {
        margin-top: 0;
    }
    .core-projects .pic .tit {
        font-size: 12px;
        text-align: center;
    }
    .core-projects {
        padding: 0 30px;
    }
    .core-projects .swiper-button-prev {
        left: -10px;
    }
    .core-projects .swiper-button-prev:after {
        font-size: 26px;
    }
    .core-projects .swiper-button-next {
        right: -10px;
    }
    .core-projects .swiper-button-next:after {
        font-size: 26px;
    }
}



/*20220428*/
.news-detail-wrapper p {
	text-indent: 2em;
}
.news-detail-wrapper img {
	display: block;
	margin: 0 auto;
}