@charset "utf-8";
.banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 220px;
    position: relative;
}

.where {
    background: #eee;
    font-size: 14px;
    line-height: 30px;
}

.where .container {
    height: 70px;
}

.where a,
.where span {
    display: block;
}

.where .home {
    font-size: 16px;
    color: #707070;
    margin-right: 10px;
}

.where .link {
    color: #000;
}

.where .arr {
    margin: 0 10px;
    position: relative;
    width: 6px;
    height: 30px;
}

.where .arr:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 6px solid #707070;
    border-bottom: 4px solid transparent;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.where-select {
    position: relative;
    padding-right: 42px;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
}

.where .cur {
    color: #bc252b;
    font-weight: bold;
}

.where-select-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    padding-top: 45px;
    z-index: 3;
    display: none;
}

.where-select-wrapper ul {
    background: #fff;
    padding: 8px 0 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .12);
    max-height: 240px;
    overflow-y: auto;
}

.where-select-wrapper a {
    color: #565656;
    line-height: 30px;
    padding-left: 12px;
    -webkit-transition: all 0s;
    transition: all 0s;
}

.where-select-wrapper a:hover {
    background: #d40000;
    color: #fff;
}

.where-select:after {
    content: '\e60c';
    font-family: 'iconfont';
    display: block;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    line-height: 27px;
    border: 1px solid #777;
    color: #777;
    text-align: center;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-size: 13px;
}

.where-select:hover:after {
    background: #c79738;
    border-color: #c79738;
    color: #fff;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.where-select:hover .where-select-wrapper {
    display: block;
}

.main {
    padding: 45px 0 50px;
}

.about-detail {
    color: #565656;
}

.about-detail h1 {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}

.about-detail p {
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}

.about-detail ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    margin: 50px 0;
}

.about-detail li {
    width: 400px;
}

.about-detail li .num {
    font-size: 52px;
    color: #c79738;
    font-weight: bold;
    position: relative;
}

.about-detail li .num.add:after {
    content: '+';
    font-size: 36px;
    margin-left: 10px;
    font-weight: normal;
    vertical-align: 4px;
    margin-right: -24px;
}

.about-detail li .name {
    font-size: 16px;
    line-height: 1.2;
    padding-top: 12px;
    margin-top: 22px;
    position: relative;
}

.about-detail li .name:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #bfbfbf;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}

.gray {
    background: #f6f6f6;
}

.strategy-map {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.left-border {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    padding-left: 13px;
    line-height: 23px;
    position: relative;
    margin-bottom: 30px;
    height: 23px;
}

.left-border a {
    color: #000;
}

.left-border:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #d40000;
    width: 5px;
    height: 100%;
}

.strategy-map .item {
    margin-bottom: 25px;
    font-size: 14px;
    color: #000;
    padding-left: 11px;
}

.strategy-map .item .city {
    font-weight: bold;
    padding-left: 20px;
    position: relative;
    line-height: 24px;
    margin-bottom: 5px;
}

.strategy-map .item .city:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    background: #c79738;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-top: -5px;
}

.strategy-map .item dl {
    padding-left: 20px;
    margin-bottom: 5px;
    line-height: 24px;
}

.strategy-map .item dt {
    display: inline-block;
    font-weight: bold;
    color: #c79738;
}

.strategy-map .item dd a {
    display: inline-block;
}

.strategy-map .item dd a:hover {
    color: #d40000;
}

.strategy-map .item dd em {
    font-style: normal;
    color: #c79738;
}

.strategy-map-01 {
    margin-right: 66px;
    position: relative;
    margin-top: 5px;
}

.strategy-map-01 p,
.strategy-map-02 p {
    position: absolute;
    z-index: 1;
    line-height: 20px;
    color: #222;
    font-size: 14px;
}

.strategy-map-01 .red {
    color: #d40000;
    font-weight: bold;
}

.strategy-map-02 {
    margin-top: 90px;
    position: relative;
}

.team-list li {
    margin-bottom: 15px;
    background: #f8f3ed;
}

.team-list h4 {
    font-size: 22px;
    color: #c99235;
}

.team-list h5 {
    font-size: 16px;
    color: #444;
    margin-top: 15px;
}

.team-list article {
    padding: 28px 35px 0 52px;
}

.team-list p {
    font-size: 14px;
    line-height: 30px;
    color: #565656;
    margin-top: 12px;
}

.team-list .pic {
    width: 200px;
    height: 240px;
}

.team-list .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.honor-list {
    margin-bottom: 15px;
}

.honor-list .trigger {
    background: #f6f6f6;
    position: relative;
    height: 50px;
    line-height: 50px;
    padding-left: 26px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.honor-list .trigger p {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.honor-list .trigger:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #d40000;
    pointer-events: none;
    z-index: 1;
}

.honor-list .trigger:after {
    content: '\e6b4';
    font-family: 'iconfont';
    color: #b9b9b9;
    font-size: 20px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #eee;
    text-align: center;
    line-height: 50px;
    z-index: 0;
    pointer-events: none;
}

.honor-list.on .trigger {
    background: #c41230;
}

.honor-list.on .trigger p {
    color: #fff;
}

.honor-list.on .trigger:before {
    display: none;
}

.honor-list.on .trigger:after {
    color: #fff;
    background: #a0a0a0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.honor-list table {
    width: 100%;
}

.honor-list th,
.honor-list td {
    height: 50px;
    padding-left: 26px;
    text-align: left;
}

.honor-list th {
    background: #f6f6f6;
    color: #565656;
    font-size: 16px;
}

.honor-list td {
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
}

.honor-list .t3 {
    width: 140px;
}

.honor-list .list {
    display: none;
}

.honor-list.on .list {
    display: block;
}

.honor-list .btn {
    cursor: pointer;
    user-select: none;
}

.honor-list .btn:hover {
    color: #c79738;
}

.honor-list .detail {
    padding: 20px 30px 40px 0;
    line-height: 1.7;
}

.honor-list .on td {
    color: #c79738;
    font-weight: bold;
}

.qualification-big .swiper-container {
    --swiper-navigation-color: #c79738;
    --swiper-navigation-size: 50px;
}

.qualification-big .swiper-slide {
    padding: 20px 0;
}

.qualification-big figure {
    position: relative;
    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;
    height: 600px;
    width: 900px;
    margin: 0 auto;
}

.qualification-big figure img {
    display: block;
    max-width: 100%;
    max-height: 600px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .12);
}

.qualification-big figcaption {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #565656;
    margin-top: 25px;
}

.qualification-small {
    background: #d40000;
    height: 370px;
    position: relative;
}

.qualification-small img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.qualification-small .swiper-slide {
    padding: 30px 0;
}

.qualification-small figure {
    width: 220px;
    height: 300px;
    position: relative;
    margin: 0 auto;
}

.qualification-small figure:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    -webkit-transition: all .3s;
    transition: all .3s;
}

.qualification-small figcaption {
    position: absolute;
    bottom: 20px;
    color: #fff;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    padding: 0 10px;
    /*white-space: nowrap;*/
    -webkit-transition: all .3s;
    transition: all .3s;
}

.qualification-small .swiper-scrollbar {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    position: absolute;
    background: #cb6626;
    border-radius: 0;
}

.qualification-small .swiper-scrollbar-drag {
    background: #c79738;
    border-radius: 0;
}

.qualification-small .swiper-slide-thumb-active img {
    box-shadow: 0 0 12px rgba(0, 0, 0, .24);
}

.qualification-small .swiper-slide-thumb-active figcaption,
.qualification-small .swiper-slide-thumb-active figure:before {
    opacity: 0;
}

.org-pic {
    display: block;
    margin: 0 auto 50px;
    max-width: 100%;
}

.org-list {
    margin-bottom: 30px;
}

.org-list dt {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #f4efd2;
    color: #d40000;
    line-height: 20px;
    padding-bottom: 10px;
    margin-bottom: 18px;
}

.org-list dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 4px 15px;
}

.org-list dd a {
    display: block;
    line-height: 28px;
    font-size: 14px;
    color: #565656;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.org-list dd a span {
    color: #c8973a;
}

.org-list dd a:hover,
.org-list dd a:hover span,
.org-list .icon:hover:before {
    color: #d40000;
}

.org-list .icon:before {
    content: '\e618';
    display: block;
    font-family: 'iconfont';
    color: #488bf4;
    width: 20px;
    font-size: 18px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.news-top .pic {
    width: 618px;
    overflow: hidden;
    position: relative;
    height: 360px;
    margin-right: 40px;
}

.news-top .pic img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.news-top a:hover .pic img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.news-top .date {
    background: #e5cfa4;
    width: 70px;
    height: 66px;
    text-align: center;
}

.news-top .day {
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #c99235;
    font-size: 30px;
    font-weight: bold;
}

.news-top .mon {
    font-size: 14px;
    line-height: 26px;
    color: #c99235;
}

.news-top .tit {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 18px;
    color: #565656;
}

.news-top .info {
    font-size: 14px;
    line-height: 24px;
    color: #868686;
    margin-top: 20px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news-top .more {
    margin-top: 90px;
    color: #d40000;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-list li {
    margin: 0 20px 20px 0;
    width: calc((100% - 40px) / 3);
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.news-list li:nth-of-type(3n) {
    margin-right: 0;
}

.news-list li a {
    display: block;
}

.news-list .pic {
    height: 0;
    padding-top: 58.5%;
    position: relative;
}

.news-list .pic img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news-list .txt {
    padding: 15px 17px 0;
    font-weight: bold;
    height: 115px;
}

.news-list .tit {
    font-size: 16px;
    color: #565656;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-list .date {
    margin-top: 8px;
    color: #c79738;
    font-size: 16px;
}

.news-list li:hover {
    box-shadow: 0 0 14px rgba(0, 0, 0, .25);
}

.page {
    font-size: 0;
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.page>* {
    font-size: 14px;
    color: #555;
    height: 34px;
    display: block;
}

.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 #ece1cd;
    box-sizing: border-box;
    -webkit-transition: all .15s;
    transition: all .15s;
}

.page a:hover {
    color: #c79738;
}

.page a:hover:before {
    border-color: #c79738;
}

.page a.cur {
    background: #c79738;
    color: #fff;
    border-color: #c79738;
}

.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 #ece1cd;
    background: #fff;
    width: 48px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 0;
    color: #000;
}

.page .set:focus {
    border-color: #c79738;
}

.page .ye {
    margin: 0 10px;
}

.page .go {
    width: 60px;
}

.news-tit {
    font-weight: bold;
    color: #565656;
    font-size: 16px;
}

.news-info {
    padding-bottom: 6px;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 15px;
    position: relative;
}

.news-info .date {
    color: #c79738;
    font-size: 14px;
    line-height: 24px;
}

.news-info .view {
    position: relative;
    color: #dbdbdb;
    font-size: 14px;
    margin-left: 60px;
    line-height: 24px;
}

.news-info .view:before {
    content: '\e617';
    font-family: 'iconfont';
    margin-right: 5px;
}

.news-info .bshare-custom {
    position: absolute;
    bottom: 8px;
    right: 0;
}

.news-info .bshare-custom a {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 30px;
}

.news-info .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-info .bshare-custom a.bshare-weixin {
    background: #04BE02;
}

.news-info .bshare-custom a.bshare-sinaminiblog {
    background: #f44336;
}

.bsBox {
    box-sizing: content-box !important;
}

.news-detail {
    font-size: 14px;
    color: #565656;
    line-height: 2;
    padding: 20px 0 30px;
    text-align: justify;
}

.news-detail * {
    max-width: 100%;
}

.news-detail p {
    padding: 10px 0;
}

.news-choose {
    clear: both;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.news-choose p {
    width: 50%;
    background: #f6f6f6;
    height: 46px;
}

.news-choose p:last-of-type {
    background: #d40000;
}

.news-choose a {
    display: block;
    line-height: 46px;
    text-align: center;
    color: #222;
    font-size: 14px;
}

.news-choose p:last-of-type a {
    color: #fff;
}

.media-list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.media-list li {
    background: #f8f3ed;
    width: calc((100% - 36px) / 3);
    margin: 0 18px 20px 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.media-list li:nth-of-type(3n) {
    margin-right: 0;
}

.media-list a {
    display: block;
    padding: 11px 14px 0;
    height: 330px;
}

.media-list .pic {
    background: #fff;
    height: 140px;
}

.media-list .pic img {
    max-width: 94%;
    max-height: 94%;
}

.media-video-list .pic .media-img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.media-video-list .pic .media-logo {
    display: block;
    max-width: 120px;
    max-height: 40px;
    position: absolute;
    bottom: 8px;
    right: 8px;
}

.media-list .tit {
    font-size: 16px;
    color: #565656;
    font-weight: bold;
    margin-top: 20px;
    padding: 0 4px;
    line-height: 1.4;
}

.media-list .date {
    color: #c79738;
    font-size: 15px;
    font-weight: bold;
    padding: 0 4px;
    margin-top: 12px;
}

.media-list .info {
    font-size: 14px;
    line-height: 24px;
    color: #565656;
    padding: 0 4px;
    margin-top: 10px;
    text-align: justify;
}

.media-list li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .24);
}

.business-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.business-list ul li {
    width: 320px;
    height: 230px;
    margin: 0 10px 10px 0;
}

.business-list ul li a {
    display: block;
    position: relative;
}

.business-list li figure {
    height: 230px;
    overflow: hidden;
}

.business-list li img {
    -webkit-transition: all .4s;
    transition: all .4s;
    width: 100%;
    height: 100%;
    display: block;
}

.business-list li:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.business-list li figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
    background: rgba(199, 151, 56, .8);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.business-list li:hover figcaption {
    background: rgba(212, 0, 0, .95);
}

.business-list summary {
    width: 210px;
    font-size: 14px;
    line-height: 24px;
    color: #565656;
    background: #f6f6f6;
    padding: 24px 16px 0;
    text-align: justify;
    height: 710px;
}

.business-list summary p {
    margin-bottom: 10px;
}

.project-big {
    position: relative;
}

.project-big .swiper-container {
    --swiper-navigation-color: #c79738;
    --swiper-navigation-size: 50px;
}

.project-big figure {
    height: 640px;
    position: relative;
    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;
}

.project-big figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.project-small {
    margin-top: 20px;
    position: relative;
    height: 180px;
}

.project-small .swiper-slide {
    padding: 10px;
}

.project-small figure {
    height: 134px;
    overflow: hidden;
    position: relative;
    background: #f6f6f6;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.project-small img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-small .swiper-slide-thumb-active figure {
    box-shadow: 0 0 12px rgba(0, 0, 0, .3);
}

.project-small .swiper-scrollbar {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    position: absolute;
    background: #e9d5af;
    border-radius: 0;
}

.project-small .swiper-scrollbar-drag {
    background: #c79738;
    border-radius: 0;
}

.project-info {
    background: #d40000;
    color: #fff;
    padding: 30px 35px 40px;
    margin-top: 35px;
}

.project-info h5 {
    font-size: 16px;
}

.project-info p {
    font-size: 14px;
    line-height: 2;
    text-align: justify;
    margin-top: 12px;
}

.project-info .left-border {
    color: #fff;
}

.project-info .left-border:before {
    background: #fff;
}

.business-center {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.business-center li {
    width: calc((100% - 36px) / 3);
    margin: 0 18px 24px 0;
}

.business-center li:nth-of-type(3n) {
    margin-right: 0;
}

.business-center a {
    display: block;
    position: relative;
}

.business-center figure {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.business-center img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.business-center figcaption {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 186px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, .9);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(199, 151, 56, .6);
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.business-center li:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.business-center li:hover figcaption {
    background: rgba(212, 0, 0, .95);
    border-color: rgba(212, 0, 0, .95);
}

.sub-tab a {
    display: block;
    width: 210px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #565656;
    line-height: 50px;
    margin-right: 2px;
    background: #f6f6f6;
}

.sub-tab a.on {
    background: #d40000;
    color: #fff;
}

.company-list {
    margin-top: 30px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.company-list li {
    width: 388px;
    background: #fdfdfd;
    margin: 0 18px 18px 0;
}

.company-list li:nth-of-type(3n) {
    margin-right: 0;
}

.company-list a {
    display: block;
    height: 316px;
    position: relative;
}

.company-list figure {
    height: 226px;
    overflow: hidden;
}

.company-list img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.company-list figcaption {
    height: 90px;
    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;
    font-weight: bold;
    color: #565656;
    font-size: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-image: url(../images/bg_01.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.company-list li:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.company-list li:hover figcaption {
    background-color: rgba(212, 0, 0, 1);
    color: #fff;
}

.company-detail {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.company-detail aside {
    width: 386px;
}

.company-detail figure img {
    width: 100%;
    display: block;
}

.company-detail ul {
    margin-top: 25px;
}

.company-detail li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    line-height: 24px;
    margin-bottom: 16px;
    font-size: 14px;
}

.company-detail li .iconfont {
    font-size: 27px;
    color: #e3e3e3;
    width: 36px;
    text-align: center;
    margin-right: 12px;
}

.company-detail li .name {
    width: 5em;
    color: #333;
}

.company-detail li .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    color: #868686;
}

.company-detail main {
    overflow-y: auto;
    width: 770px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 30px;
    color: #565656;
    text-align: justify;
    max-height: 450px;
}

.company-detail main p {
    margin-bottom: 10px;
}

.company-detail main::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #eee;
    border-radius: 0;
}

.company-detail main::-webkit-scrollbar-thumb {
    background-color: #d40000;
    border-radius: 0;
}

.awards {
    margin-top: 30px;
}

.awards table {
    width: 100%;
    color: #565656;
}

.awards th {
    background: #f6f6f6;
    height: 50px;
    text-align: left;
    padding-left: 28px;
    font-size: 16px;
}

.awards td {
    border-bottom: 1px solid #ddd;
    height: 50px;
    padding-left: 28px;
    font-size: 14px;
}

.high-tech {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.high-tech li {
    width: 388px;
    margin: 0 18px 18px 0;
}

.high-tech li:nth-of-type(3n) {
    margin-right: 0;
}

.high-tech a {
    display: block;
    position: relative;
    height: 286px;
    overflow: hidden;
}

.high-tech img {
    display: block;
    width: 100%;
    height: 100%;
}

.high-tech figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background: -webkit-linear-gradient(left, rgba(199, 151, 56, .8), rgba(199, 151, 56, .4));
    background: linear-gradient(to right, rgba(199, 151, 56, .8), rgba(199, 151, 56, .4));
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 1;
}

.high-tech li:hover figcaption {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
}

.high-tech article {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 45px 30px 0;
    background: rgba(212, 0, 0, .7);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.high-tech li:hover article {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.high-tech h5 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px;
}

.high-tech p {
    font-size: 14px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.tech-article {
    margin-bottom: 30px;
}

.tech-article h5 {
    width: 445px;
    background: #f8f3ed url(../images/tech_tit.png) no-repeat right center;
    font-size: 16px;
    font-weight: bold;
    color: #c79738;
    height: 38px;
    line-height: 38px;
    padding-left: 16px;
}

.tech-article main h6 {
    font-weight: bold;
    color: #565656;
    font-size: 16px;
    margin-bottom: 15px;
}

.tech-article main {
    padding: 15px;
}

.tech-article main p {
    font-size: 14px;
    line-height: 24px;
    color: #565656;
    text-align: justify;
    margin-bottom: 10px;
}

.tech-history {
    margin-left: 15px;
}

.tech-history li {
    position: relative;
}

.tech-history li:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 88px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 1px solid #d40000;
}

.tech-history li:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 88px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #d40000;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.tech-history .year {
    width: 88px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: bold;
    color: #565656;
    font-size: 18px;
}

.tech-history .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-left: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.tech-history li:not(:first-of-type) .info {
    padding-top: 18px;
}

.tech-history li:last-of-type .info {
    border-bottom: none;
}

.idea-list li {
    padding: 45px 0 50px;
    position: relative;
}

.idea-list li:before {
    content: '\e61b';
    font-family: 'iconfont';
    color: #c8973a;
    font-size: 33px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.idea-list li:nth-of-type(even) {
    background: #f6f6f6;
}

.idea-list li:nth-of-type(even):before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

.idea-list article {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 0 80px 0 130px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.idea-list li:nth-of-type(even) article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.idea-list main {
    width: 380px;
}

.idea-list li:nth-of-type(3) aside {
    margin-left: 44px;
}

.idea-list li:nth-of-type(4) aside {
    margin-left: 55px;
}

.idea-list h4 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.idea-list h5 {
    font-size: 18px;
    color: #c8973a;
    margin: 14px 0 18px;
    font-weight: bold;
}

.idea-list p {
    font-size: 14px;
    color: #565656;
    line-height: 30px;
}

.year-swiper {
    position: relative;
}

.year-swiper:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50px;
    width: 1100px;
    height: 1px;
    background: #dcdcdc;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.year-swiper .swiper-container {
    width: 1100px;
    margin: 0 auto;
    z-index: 1;
}

.year-swiper .swiper-prev,
.year-swiper .swiper-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.year-swiper .swiper-prev:before,
.year-swiper .swiper-next:before {
    font-family: 'iconfont';
    display: block;
    color: #dcdcdc;
    content: '\e68f';
    font-size: 34px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.year-swiper .swiper-prev:hover:before,
.year-swiper .swiper-next:hover:before {
    color: #d40000;
}

.year-swiper .swiper-prev {
    left: 0;
}

.year-swiper .swiper-prev:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.year-swiper .swiper-next {
    right: 0;
}

.year-swiper .swiper-slide {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    height: 110px;
    text-align: center;
}

.year-swiper .year {
    font-size: 16px;
    color: #868686;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 34px;
    font-family: 'Microsoft Yahei';
}

.year-swiper em {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    background: #fff;
    border: 2px solid #dcdcdc;
    border-radius: 100%;
    padding: 4px;
}

.year-swiper em:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #dcdcdc;
}

.year-swiper .swiper-slide.on em {
    border-color: #d40000;
}

.year-swiper .swiper-slide.on em:before {
    background: #d40000;
}

.year-swiper .swiper-slide.on .year {
    color: #000;
}

.year-swiper .swiper-slide.on .year span {
    font-size: 24px;
    margin-right: 3px;
}

.culture-year {
    padding: 45px 0 0 0;
}

.responsibility-wrapper h5 {
    font-weight: bold;
    color: #d40000;
    font-size: 16px;
    border-bottom: 1px solid #f4efd2;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 5px;
}

.responsibility-wrapper h5 span {
    font-size: 24px;
    margin-right: 3px;
}

.responsibility li {
    padding: 30px 0;
}

.responsibility li:nth-of-type(even) {
    background: #f6f6f6;
}

.responsibility li:last-of-type {
    padding-bottom: 50px;
}

.culture-h1 {
    font-size: 16px;
    font-weight: bold;
    color: #565656;
}

.culture-h5 {
    color: #c8973a;
    font-weight: bold;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 30px;
}

.project-big.culture-big figure {
    height: 500px;
}

.project-big.culture-big figure img {
    box-shadow: 0 0 16px rgba(0, 0, 0, .3);
    object-fit: unset;
    height: 500px;
    width: auto;
}

.project-big.culture-big figcaption {
    width: 740px;
    margin: 25px auto 0;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.project-small.culture-small {
    background: #d40000;
    margin-top: 40px;
    height: auto;
    padding: 0 36px;
}

.project-small.culture-small figure {
    height: 194px;
}

.project-small.culture-small .swiper-slide {
    padding: 54px 12px;
}

.project-small.culture-small .swiper-slide-thumb-active figure {
    box-shadow: 0 0 14px rgba(0, 0, 0, .3);
}

.contact-detail {
    padding: 60px 0 80px;
}

.contact-detail h2 {
    font-size: 30px;
    color: #333;
    letter-spacing: 3px;
}

.contact-flex {
    padding-right: 60px;
    position: relative;
    padding-bottom: 45px;
    margin-bottom: 70px;
}

.contact-flex:before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: -2%;
    height: 1px;
    width: 104%;
    background: -webkit-linear-gradient(left, #888, #888 3px, transparent 3px, transparent);
    background: linear-gradient(to right, #888, #888 3px, transparent 3px, transparent);
    background-size: 9px 100%;
    pointer-events: none;
}

.contact-flex aside {
    margin-left: 75px;
}

.contact-flex aside img {
    display: block;
}

.contact-flex .map img {
    border: 1px solid #d2d2d2;
}

.contact-flex .map {
    font-size: 14px;
}

.no-before:before {
    display: none !important;
}

.contact-num {
    margin-top: 35px;
}

.contact-num li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 40px;
}

.contact-num .iconfont {
    font-size: 42px;
    color: #e3e3e3;
    width: 70px;
    line-height: 48px;
}

.contact-num .tit {
    line-height: 48px;
    font-size: 20px;
    color: #333;
}

.contact-num .txt {
    color: #868686;
    font-size: 20px;
    font-family: 'Microsoft Yahei';
    margin-top: 8px;
    line-height: 1.7;
}

.contact-map {
    font-size: 0;
    position: relative;
}

.contact-map img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feedback p {
    font-size: 14px;
    color: #565656;
}

.feedback main {
    margin-top: 30px;
    flex-wrap: wrap;
}

.feedback .flex>div {
    margin-bottom: 20px;
}

.feedback .txt {
    width: 586px;
}

.feedback .long textarea,
.feedback .txt input,
.feedback .code {
    width: 100%;
    background: #f6f6f6;
    border: none;
    outline: none;
    color: #333;
    font-size: 14px;
    box-sizing: border-box;
    font-family: 'Microsoft Yahei';
}

.feedback .txt input,
.feedback .code {
    height: 50px;
    border-radius: 50px;
    padding-left: 20px;
}

.feedback .txt input::placeholder,
.feedback .long textarea::placeholder,
.feedback .code::placeholder {
    font-weight: bold;
    color: #666;
}

.feedback .long,
.feedback .btn {
    width: 100%;
}

.feedback .long textarea {
    height: 180px;
    padding: 14px 20px;
    border-radius: 12px;
    resize: none;
}

.feedback .btn {
    text-align: center;
    padding-top: 10px;
}

.feedback .btn input {
    width: 180px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #565656;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 50px;
    margin: 0 8px;
}

.feedback .btn input[type=submit] {
    background: #d40000;
    color: #fff;
}

.feedback .code {
    width: 586px;
}

.feedback .code-img {
    height: 50px;
    width: auto;
    margin: 0 28px;
    cursor: pointer;
}

.feedback .code-change {
    font-size: 14px;
    color: #00bcd4;
    cursor: pointer;
    line-height: 50px;
}

.sitemap-ul dl {
    border-bottom: 1px solid #dbdbdb;
    padding: 25px 8px;
    display: flex;
    line-height: 30px;
}

.sitemap-ul dt a {
    display: block;
    font-size: 18px;
    color: #bc252b;
    position: relative;
    padding-left: 27px;
}

.sitemap-ul dt a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 6px solid transparent;
    border-left: 11px solid #bc252b;
    border-bottom: 6px solid transparent;
    transform: translateY(-50%);
}

.sitemap-ul dt {
    width: 180px;
}

.sitemap-ul dd {
    flex: 1;
    flex-wrap: wrap;
    display: flex;
}

.sitemap-ul dd a {
    display: block;
    font-size: 16px;
    color: #565656;
    margin-right: 40px;
}

.sitemap-ul dd a:hover {
    color: #bc252b;
}

.sitemap-ul dl:last-of-type {
    border: none;
}

.video-list {
    display: flex;
    flex-wrap: wrap;
}

.video-list li {
    width: 388px;
    height: 286px;
    background: #fff;
    transition: all .3s;
    margin: 0 18px 18px 0;
}

.video-list li:nth-of-type(3n) {
    margin-right: 0;
}

.video-list a {
    display: block;
    height: 100%;
}

.video-list .pic {
    height: 226px;
    overflow: hidden;
    position: relative;
}

.video-list .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-list .tit {
    text-align: center;
    font-size: 16px;
    color: #565656;
    line-height: 1.4;
    margin-top: 20px;
    font-weight: bold;
}

.video-list .pic:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    transition: all .3s;
}

.video-list .pic:after {
    content: '\e87c';
    display: block;
    font-family: 'iconfont';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, .43);
    border-radius: 100%;
    text-align: center;
    line-height: 42px;
    color: #fff;
    transform: translate(-50%, -50%);
    font-size: 17px;
    text-indent: 2px;
}

.video-list li:hover {
    box-shadow: 0 0 14px rgba(0, 0, 0, .3);
}

.video-list li:hover .pic:before {
    background: rgba(0, 0, 0, .44);
}

.video-detail video {
    width: 100%;
    height: 700px;
    display: block;
}

.video-article {
    margin-top: 35px;
    color: #565656;
    text-align: justify;
}

.video-article h1 {
    font-size: 24px;
    font-weight: bold;
}

.video-article h4 {
    color: #c79738;
    font-size: 16px;
    font-weight: bold;
    margin-top: 3px;
}

.video-article p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

.media-list .video {
    position: relative;
}

.media-list .video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    transition: all .3s;
}

.media-list .video:after {
    content: '\e87c';
    display: block;
    font-family: 'iconfont';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, .43);
    border-radius: 100%;
    text-align: center;
    line-height: 42px;
    color: #fff;
    transform: translate(-50%, -50%);
    font-size: 17px;
    text-indent: 2px;
}

.honor-list.join th {
    background: #e5e5e5;
}

.honor-list.join .list {
    display: block;
}

.company-tab {
    margin-bottom: 30px;
}

.company-tab a {
    display: block;
    background: #f6f6f6;
    font-size: 16px;
    color: #565656;
    line-height: 50px;
    width: calc((100% - 8px) / 5);
    text-align: center;
    font-weight: bold;
}

.company-tab a:not(:last-of-type) {
    margin-right: 2px;
}

.company-tab a.on {
    color: #fff;
    background: #c41230;
}

.company-intro {
    padding-top: 0;
}

.develop-wrapper {
    margin-top: 30px;
    position: relative;
}

.develop-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 45px;
    width: 1px;
    background: #e5e5e5;
    height: 100%;
}

.develop-wrapper .icon {
    width: 60px;
    height: 60px;
    background: #f8f3ed url(../images/icon_ding.png) no-repeat center 17px;
    border-radius: 100%;
    margin-left: 15px;
    position: relative;
    z-index: 1;
}

.develop-wrapper li {
    position: relative;
    display: flex;
    padding-top: 30px;
}

.develop-wrapper .date {
    position: relative;
    margin-left: 9px;
    width: 37px;
    height: 64px;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    border-left: 1px dashed #ddd;
    border-radius: 64px 0 0 64px;
    z-index: 1;
    background: #fff;
    line-height: 62px;
}

.develop-wrapper .date div {
    color: #d40000;
    margin-left: 13px;
    font-size: 24px;
    font-weight: bold;
    white-space: nowrap;
}

.develop-wrapper .date div span {
    font-size: 16px;
}

.develop-wrapper .txt {
    background: #f8f3ed;
    width: 915px;
    margin-left: 105px;
    padding: 25px 0 20px 30px;
    font-size: 14px;
    color: #444;
    margin-top: 32px;
}

.develop-wrapper .pic {
    display: flex;
    margin-top: 26px;
}

.develop-wrapper .info {
    position: relative;
    padding-right: 30px;
}

.develop-wrapper .info:before {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: -13px;
    background: #c79738;
    width: 4px;
    height: 4px;
    border-radius: 100%;
}

.develop-wrapper .pic .item {
    width: 276px;
    margin-right: 15px;
}

.develop-wrapper .pic .item img {
    display: block;
    width: 100%;
}

.develop-wrapper .pic .item .tit {
    text-align: center;
    margin-top: 20px;
    line-height: 1.3;
}

.develop-wrapper .more {
    cursor: pointer;
    user-select: none;
    position: relative;
    width: 48px;
    height: 48px;
    background: #d40000;
    border-radius: 100%;
    margin-left: 21px;
    margin-top: 28px;
}

.develop-wrapper .more:before {
    content: '\e775';
    font-family: 'iconfont';
    color: #fff;
    line-height: 48px;
    text-align: center;
    font-size: 22px;
    display: block;
    width: 100%;
    transform: rotate(90deg);
}

.rencai-list li {
    display: flex;
    margin-bottom: 45px;
    font-size: 14px;
}

.rencai-list .pic {
    width: 200px;
    position: relative;
}

.rencai-list .pic img {
    display: block;
    width: 100%;
    height: 240px;
}

.rencai-list .tit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .86));
    font-weight: bold;
    padding: 30px 18px 15px;
    line-height: 20px;
}

.rencai-list .txt {
    flex: 1;
    margin-left: 30px;
}

.rencai-list .name {
    color: #fff;
}

.rencai-list .info {
    color: #c8973a;
}

.rencai-list .txt {
    line-height: 24px;
    text-align: justify;
}

.yuanshi {
    overflow: hidden;
}

.yuanshi .tit {
    width: 445px;
    background: #f8f3ed url(../images/tech_tit.png) no-repeat right center;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    height: 38px;
    line-height: 38px;
    padding-left: 16px;
}

.yuanshi .tit span {
    color: #c79738;
}

.yuanshi .txt {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    text-align: justify;
    color: #565656;
    padding: 0 16px;
}

.yuanshi li {
    margin-bottom: 35px;
    overflow: hidden;
    clear: both;
}

.single-article {
    font-size: 14px;
    line-height: 24px;
    color: #565656;
    text-align: justify;
}

.nenggong-select select {
    width: 210px;
    height: 46px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    color: #444;
}

.nenggong-list {
    margin-top: 30px;
}

.nenggong-list ul {
    display: flex;
    flex-wrap: wrap;
}

.nenggong-list li {
    width: 200px;
    margin-right: 50px;
    margin-bottom: 30px;
}

.nenggong-list li:nth-of-type(5n) {
    margin-right: 0;
}

.nenggong-list a {
    display: block;
    position: relative;
    height: 240px;
}

.nenggong-list img {
    display: block;
    width: 100%;
    height: 240px;
}

.nenggong-list .tit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .86));
    font-weight: bold;
    padding: 30px 18px 15px;
    line-height: 20px;
}

.nenggong-list .name {
    color: #fff;
}

.nenggong-list .info {
    color: #c8973a;
}

.nenggong-list .txt {
    display: none;
}

.nenggong-detail {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10000;
    width: 1200px;
    height: auto;
    background: #fff;
    padding: 70px 40px 130px;
    transform: translate(-50%, -50%);
    display: none;
}

.nenggong-detail .pic img {
    display: block;
    width: 200px;
    height: 240px;
}

.nenggong-detail .iconfont {
    cursor: pointer;
    position: absolute;
    top: -50px;
    right: 0;
    color: #fff;
    font-size: 35px;
    user-select: none;
}

.nenggong-detail .detail {
    margin-left: 15px;
}

.nenggong-detail .name {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.nenggong-detail .info {
    font-size: 16px;
    color: #c79738;
    font-weight: bold;
    margin-top: 8px;
}

.nenggong-detail .txt {
    margin-top: 24px;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}

.politics-study {
    display: flex;
    justify-content: space-between;
}

.politics-study .pic a {
    width: 618px;
    height: 360px;
    display: block;
    overflow: hidden;
}

.politics-study .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.politics-study .pic a:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.politics-study .list {
    width: 542px;
    margin-top: -12px;
}

.politics-study .list li {
    border-bottom: 1px solid #ddd;
}

.politics-study .list li:last-of-type {
    border: none;
}

.politics-study .list a {
    display: flex;
    justify-content: space-between;
    line-height: 47px;
}

.politics-study .list p {
    font-size: 16px;
    color: #565656;
    height: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}

.politics-study .list span {
    display: block;
    color: #c79738;
    margin-left: 20px;
}

.politics-study .list a:hover p {
    color: #d40000;
}

.train-info {
    padding: 50px 0;
}

.train-info ul {
    display: flex;
    justify-content: space-between;
}

.train-info li {
    width: 338px;
    height: 380px;
    background: #e6cfa5;
    padding: 50px 22px 0;
    text-align: center;
}

.train-info i {
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    background: #fff;
    margin: 0 auto;
    line-height: 110px;
    font-size: 63px;
    color: #d40000;
}

.train-info .tit {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    margin-top: 40px;
}

.train-info .txt {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin-top: 18px;
}

.train-thoughts {
    background: #f6f6f6;
    padding: 50px 0 70px;
}

.train-tit {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 24px;
}

.train-thoughts p {
    font-size: 14px;
    color: #565656;
    line-height: 2;
    text-align: justify;
}

.train-projects {
    padding: 50px 0 70px;
}

.train-projects .flex {
    justify-content: center;
}

.train-projects ul {
    margin: 0 33px;
}

.train-projects li {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 2;
    color: #565656;
}

.train-projects li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #c79738;
    margin-right: 5px;
}

.high-tech-article {
    font-size: 14px;
    color: #565656;
    line-height: 1.8;
}

.high-tech-article>p {
    margin-bottom: 10px;
}

.dgjs-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.dgjs-list li {
    width: calc(50% - 30px);
    margin-bottom: 50px;
    text-align: center;
}

.dgjs-list li:nth-of-type(odd) {
    margin-right: 60px;
}

.dgjs-list img {
    width: 100%;
    height: 384px;
    display: block;
}

.dgjs-list .tit {
    margin-top: 2px;
    background: #f3e9cd;
    line-height: 3.4;
}

.contact-num.flex {
    width: 100%;
}

.contact-num.flex li {
    width: 33.3%;
}