/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */

@font-face {
    font-family: swiper-icons;
    src: url("../fonts/0ea6facbccd64e93b96f0b4595b7db76.woff") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}


@charset "utf-8";

/* 公共样式 */


ul,
ol {
    list-style: none outside none;
}

img {
    border: none;
    display: inline-block;
    max-width: 100%;
}

.imgDiv img {
    width: 100%;
    display: block;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}

:focus {
    outline: none !important;
}


input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #ccc;
    line-height: normal !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #ccc;
    /* line-height: normal !important; */
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ccc;
    line-height: normal !important;
}

input[type="button"],
input[type="submit"] {
    cursor: pointer;
}

video {
    width: 100%;
    /* outline: ; */
    border: 0;
    object-fit: cover;
}

.fix:before,
.fix:after,
.clear {
    display: table;
    clear: both;
    content: '';
}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: 'iconfont';
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}


/* 汉堡导航 */

.navToggle {
    width: 30px;
    height: 30px;
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    display: none;
}

.navToggle:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.navToggle .icon,
.navToggle .icon:after,
.navToggle .icon:before {
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

.navToggle .icon {
    width: 100%;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    background-color: #000000;
}

.navToggle .icon:after,
.navToggle .icon:before {
    content: "";
    width: 30px;
    height: 2px;
    display: inline-block;
    background-color: #000000;
    position: relative;
}

.navToggle .icon:before {
    top: -10px;
}

.navToggle .icon:after {
    bottom: -8px;
}

.navToggle.active .icon {
    width: 0;
}

.navToggle.active .icon:before {
    top: -5px;
    -webkit-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
    -ms-transform: translateY(4px) rotate(45deg);
}

.navToggle.active .icon:after {
    top: -7px;
    -webkit-transform: translateY(4px) rotate(-45deg);
    transform: translateY(4px) rotate(-45deg);
    -ms-transform: translateY(4px) rotate(-45deg);
}


/* input */

.inp {
    position: relative;
}

.inp input {
    width: 100%;
    height: 100%;
}

.inp input[disabled="disabled"] {
    background-color: #f7f7f7;
}

.inp label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: text;
}


/* float */

.ovh {
    overflow: hidden;
}

.cl:after {
    content: "";
    clear: both;
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}


/* position */

.rel {
    position: relative;
}

.abs {
    position: absolute;
}


/* text-align*/

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.ab {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}


@charset "utf-8";
/* - pc端显示 - */

.pc {
    display: block;
}

/* - 手机端隐藏 - */

.mbl {
    display: none;
}

.fanhuidingbu {
    position: fixed;
    top: 90%;
    transform: translateY(-90%);
    right: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    width: 40px;
    height: 40px;
}

.fanhuidingbu.active {
    visibility: visible;
    opacity: 1;
}

/*
	------------------------------------------------------------------------------------ 移动端导航 - start
	--------------------------------------------------------------------------------------------
*/

.mCSB_scrollTools .mCSB_dragger {
    left: 0;
}

.logo {
    float: left;
}

.m_nav,
.m_img {
    display: none;
}

.m_img {
    height: 45px;
    float: right;
    margin-left: 12px;
    align-items: center;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}

.m_img a .m_menuimg {
    width: 24px;
    vertical-align: top;
    display: block;
}

.m_nav {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 10000;
}

.m_nav .closecover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.m_nav .m_navList {
    position: absolute;
    width: 80%;
    top: 0px;
    background: #fff;
    height: 100%;
    z-index: 100;
    left: -80%;
    padding-top: 66px;
    overflow-y: auto;
}

.m_nav .closeicon {
    position: absolute;
    width: auto;
    right: 16px;
    top: 22px;
    z-index: 105;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
}

.m_nav .closeicon a {
    height: 22px;
    display: block;
}

.m_nav .m_navList ul li:first-child {
    border-top: 1px solid #f0f0f0;
}

.m_nav .m_navList ul li {
    border-bottom: 1px solid #f0f0f0;
}

.m_nav .m_navList ul li .m_f_a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.m_nav .m_navList ul li .m_s_nav {
    display: none;
    width: 100%;
    padding-bottom: 8px;
}

.m_nav .m_navList ul li .m_f_a a {
    flex: 1;
}

.m_nav .m_navList ul li .m_f_a i {
    width: 54px;
    height: 35px;
    box-sizing: border-box;
    padding: 0 5px;
    display: block;
}

.m_nav .icon {
    background: url(../images/plus.png) 100% no-repeat;
    background-position: 50% 50%;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}

.m_nav .icon_on {
    background: url(../images/reduce.jpg) 50% no-repeat !important;
    background-position: 50% 50%;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}

.m_nav .m_navList ul li .m_s_nav a {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 5%;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
}

.m_nav .m_navList ul li a {
    display: block;
    height: 45px;
    color: #333;
    line-height: 45px;
    padding-left: 4%;
    font-size: 15px;
}

.m_nav .m_navList ul li .m_f_a i {
    width: 54px;
    height: 35px;
    box-sizing: border-box;
    padding: 0 5px;
    display: block;
}

.tophide .header .m_img a.tow,
.header .m_img a.one {
    display: block;
}

.tophide .header .m_img a.one,
.header .m_img a.tow {
    display: none;
}

.warp {
    margin: auto;
    max-width: 1470px;
}

.m_img {
    display: none;
}

/*
	-------------移动端导航 - end-----------------*/
/* --------------------导航 ---------------------*/

.logo {
    width: 282px;
}

.header .logo .hui {
    display: block;
}

.header .logo .zheng {
    display: none;
}

.header {
    background: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 90px;
}

.header .lodo_drt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .hear_nav .nav li {
    float: left;
    cursor: pointer;
    position: relative;
}

.header .hear_nav .nav li a {
    color: #fff;
    font-size: 16px;
    line-height: 90px;
    padding: 0 30px;
    transition: all .4s;
}

.header .hear_nav .nav li.active a,
.header .hear_nav .nav li:hover a,
.header.tophide .hear_nav .nav li:hover a,
.header.tophide1 .hear_nav .nav li:hover a,
.header.active .hear_nav .nav li.cut:hover a,
.header.tophide .hear_nav .nav li.active a,
.header.tophide1 .hear_nav .nav li.active a,
.header.active .hear_nav .nav li.active a {
    color: #E60012;
}

.header .erm_heatr {
    cursor: pointer;
    width: 17px;
    height: 17px;
}

.header .erm_heatr .hui {
    display: block;
}

.header .erm_heatr .zheng {
    display: none;
}

.header .hera_sousu {
    width: 16px;
    height: 17px;
    background: url(../images/sousuo.png) no-repeat center center/100%;
    margin-right: 20px;
    margin-left: 50px;
    cursor: pointer;
}

.header .baser_cont {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header.tophide,
.header.active,
.header.tophide1 {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(3, 0, 0, 0.1);
}

.header.tophide .logo .hui,
.header.tophide1 .logo .hui,
.header.active .logo .hui,
.header.tophide .erm_heatr .hui,
.header.tophide1 .erm_heatr .hui,
.header.active .erm_heatr .hui {
    display: none;
}

.header.tophide .logo .zheng,
.header.tophide1 .logo .zheng,
.header.active .logo .zheng,
.header.tophide .erm_heatr .zheng,
.header.tophide1 .erm_heatr .zheng,
.header.active .erm_heatr .zheng {
    display: block;
}

.header.tophide .hear_nav .nav li a,
.header.tophide1 .hear_nav .nav li a,
.header.active .hear_nav .nav li a {
    color: #333;
}

.header.tophide .hera_sousu,
.header.tophide1 .hera_sousu,
.header.active .hera_sousu {
    background: url(../images/sousuo_h.png) no-repeat center center/100%;
}

/*我二维码 */

.header .haeder_wem {
    background-color: #f7f7f7;
    position: absolute;
    top: 90px;
    width: 100%;
    height: calc(100% - 90px);
    display: none;
    left: 0;
    z-index: 180;
    height: 70vh;
}

.header .haeder_wem .haeder_wem_top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 14.7%;
    left: 0;
    right: 0;
    margin: auto;
}

.header .haeder_wem .wem_top {
    width: 210px;
    margin: 0 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.header .haeder_wem .wem_top img {
    width: 183px;
    height: 183px;
    border: 4px solid #e7e7e7;
}

.header .haeder_wem .wem_top p {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    text-align: center;
}

.header .haeder_wem .guanbi_top {
    position: absolute;
    top: 21px;
    right: 0;
    width: 23px;
    height: 23px;
    cursor: pointer;
}

.header .haeder_wem .warp {
    position: relative;
    height: 100%;
}

.hear_nav .nav li .nav_hover {
    width: 211px;
    background: #fff;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: -43px;
    padding: 20px;
    transition: all .4s;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 0px 20px 0px rgba(3, 0, 0, 0.1);
    text-align: center;
}

.hear_nav .nav li:hover .nav_hover {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.hear_nav .nav li .nav_hover a {
    color: #666;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    padding: 0;
}

.hear_nav .nav li .nav_hover:hover a {
    color: #E60012;
}

.header .hear_nav .nav li:hover .nav_hover a {
    color: #666;
}

.hear_nav .nav li .nav_hover a.act,
.hear_nav .nav li .nav_hover a:hover {
    color: #E60012 !important;
}

/* ------------------导航end------------------- */
/* --------------搜索样式 ------------*/

.search_bj {
    background-color: #F7F7F7;
    position: absolute;
    top: 90px;
    width: 100%;
    height: calc(100% - 90px);
    display: none;
    left: 0;
    z-index: 180;
    height: 70vh;
}

.search_bj .sear_bj_t {
    position: relative;
    width: 77.247%;
    margin: auto;
}

.search_bj .codext {
    position: absolute;
    top: 21px;
    right: 0;
    width: 23px;
    height: 23px;
    cursor: pointer;
}

.search_bj .codext img {
    width: 100%;
}

.search_list {
    align-items: center;
    width: 100%;
    justify-content: center;
    height: 100%;
}

.search_location {
    width: 36.45%;
}

.search_bj .search_box {
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
    padding-right: 0;
    width: 700px;
    height: 68px;
    margin: auto;
    overflow: hidden;
    border-radius: 0px 4px 4px 0px;
    position: absolute;
    top: 29.4%;
    left: 0;
    right: 0;
    margin: auto;
}

.seafrch {
    border: 1px solid #999999;
    border-right: 0;
    position: relative;
    width: calc(100% - 108px);
    height: 68px;
    border-radius: 4px 0px 0px 4px;
}

.sear_bj_t {
    /* width: 100%; */
    height: 100%;
}

.search_bj .search_box .search_ico {
    width: 108px;
    height: 70px;
    cursor: pointer;
    border: 0px;
    background: #BF1623;
    color: #F6F6F6;
    font-size: 20px;
    float: right;
    border-radius: 0px 4px 4px 0px;
}

.search_bj .search_box .inp_box {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
    background: none;
    height: 66px;
    font-size: 16px;
    padding-left: 58px;
    padding-right: 24px;
    color: #666;
}

.search_bj .search_box .inp_box::-webkit-input-placeholder {
    color: #666;
}

.search_bj .search_box .inp_box::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
}

.search_bj .search_box .inp_box:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666;
}

.search_bj .search_box .inp_box:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666;
}

.icontbot {
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: 24px;
    transform: translateY(-50%);
    background: url(../images/sousuo_m.png) no-repeat center;
    width: 17px;
    height: 18px;
    background-size: 100%;
}

.i_ico {
    width: 17px;
    height: 18px;
    background: url(../images/sousuo.png) no-repeat center center;
}

.pageheader .top_r .login {
    margin-left: 28px;
    width: 80px;
    height: 34px;
    background: #BF1623;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

:focus {
    outline: auto;
}

.pageheader .top_r .login_p {
    margin-left: 33px;
}

.pageheader .top_r .login_p p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 31px;
}

.pageheader .top_r .login p {
    font-size: 16px;
    font-family: "思源黑体";
    font-weight: 400;
    color: #FFFFFF;
    line-height: 34px;
    text-align: center;
}

.pageheader .seach_btn.cur {
    background-image: url(../images/close-1col.png);
    background-repeat: no-repeat;
    background-position: center;
}

/* ------------------搜索----------------end */
/* -------------banner ----------------------*/

.banner {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.banner .imgDiv {
    position: relative;
    width: 100%;
    height: 100vh;
}

.banner .imgDiv .img_load {
    width: 100%;
    height: 100vh;
}

.banner .imgDiv .banner_text {
    position: absolute;
    top: 43%;
    left: 0;
    width: 100%;
    transform: translateY(-43%);
}

.banner .imgDiv .banner_text .banner_textcont {
    width: 48%;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    transition-delay: .2s;
    visibility: hidden;
    opacity: 0;
}

.banner .swiper-slide.swiper-slide-active .banner_text .banner_textcont {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.banner .imgDiv .banner_text .banner_textcont h3 {
    font-size: 48px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
    margin-bottom: 50px;
}

.banner .imgDiv .banner_text .banner_textcont p {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}

.banner .imgDiv .banner_text .banner_textcont .banner_more {
    width: 127px;
    height: 36px;
    background: #C40010;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
    cursor: pointer;
}

.banner .imgDiv .banner_text .banner_textcont .banner_more img {
    width: 49px;
    height: 9px;
    position: relative;
    top: -2px;
}

.banner .banPagin {
    position: absolute;
    top: 43%;
    right: 11.5%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(-43%);
}

.banner .banPagin .cutAct {
    color: #A8000E;
    font-weight: bold;
    font-size: 24px;
    font-family: Arial;
    line-height: 30px;
}

.banner .banPagin .total {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    font-family: Arial;
}

.banner .banPagin .hang {
    width: 34px;
    height: 3px;
    background: #FFFFFF;
    margin: 12px 0;
}

/* 底部 */

.banner_list {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.banner_list ul li {
    width: 25%;
    float: left;
    padding-top: 45px;
    padding-bottom: 36px;
    padding-left: 3%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    transition: all .4s;
    background: rgba(0, 0, 0, 0.4);
    height: 209px;
}

.banner_list ul li:hover {
    background: rgba(0, 46, 151, 0.3);
}

.banner_list ul li:nth-child(4) {
    border-right: 0;
}

.banner_list ul li h3 {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 18px;
}

.banner_list ul li p {
    font-weight: 400;
    color: #FFFFFF;
    font-size: 16px;
}

.banner_list ul li .div_more {
    margin-top: 36px;
}

.banner_list ul li .div_more p {
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 2px;
    display: inline-block;
}

.banner_list ul li .div_more p::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 1px;
    background: #E60012;
    bottom: 0;
}

.banner_list ul li .banquan {
    margin-top: 57px;
}

.banner_list ul li .banquan p,
.banner_list ul li .banquan p a {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.9;
    line-height: 24px;
    transition: all .4s;
}

.banner_list ul li .banquan p a:hover {
    color: #E60012;
}

/* -------------banner :end----------------- */
/* -----------------footer------------------ */

.footer {
    width: 100%;
    overflow: hidden;
    position: relative;
    /* z-index: 1; */
}

.footer .footer_main::before,
.footer_maxn_t::before {
    content: "";
    background: url(../images/footer.png) no-repeat center top/cover;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: -1;
}

.footer .footer_main {
    width: 100%;
    padding: 90px 0;
    background: #333;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.footer .footer_l {
    width: 37.22%;
    float: left;
}

.footer .footer_r {
    width: 62.78%;
    float: left;
}

.footer .footer_l .footer-logo {
    width: 323px;
    margin-bottom: 30px;
}

.footer .footer_l .footer-logo img {
    width: 100%;
}

.footer .footer_l .footer-zhpn .footer-p p,
.footer .footer_l .footer-zhpn .footer-p p a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 30px;
}

.footer .footer_l .footer-zhpn .footer-p {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 6px;
}

.footer .footer_l .footer-zhpn .footer-p::before {
    width: 284px;
    height: 1px;
    background: #FFFFFF;
    opacity: 0.1;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer .footer_l .footer-zhpn .footer-p .footer-img {
    width: 41px;
    height: 41px;
    margin-right: 13px;
}

.footer .footer_l .footer-zhpn .footer-p .footer-img img {
    width: 100%;
}

.footer .footer_l .footer-zhpn .footer-p2 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 30px;
}

.footer .footer_r dl {
    width: 17.75%;
    float: left;
}

.footer .footer_r dl:nth-child(5) {
    width: 29%;
}

.footer .footer_r dl dt {
    font-size: 16px;
    position: relative;
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.footer .footer_r dl dt::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 19px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
}

.footer .footer_r dl dd a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 26px;
    transition: all .4s;
}

.footer .footer_r dl dd a:hover {
    color: #E60012;
}

.footer .footer_r dl .wvwr_one img {
    width: 100px;
    height: 100px;
}

.footer .footer_r dl .wcdftr .wvwr_one {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer .footer_r dl .wvwr_one p {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    margin-top: 10px;
}

.footer .footer_r dl .wvwr_one:nth-child(1) {
    margin-right: 25.2%;
}

.footer_maxn_t {
    width: 100%;
    overflow: hidden;
    background: #2d2d2d;
    padding: 24px 0;
    position: relative;
    z-index: 1;
}

.footer_maxn_t .fot_t {
    width: 70%;
    float: left;
}

.footer_maxn_t .fot_t p,
.footer_maxn_t .fot_t p a {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
    transition: all .4s;
}

.footer_maxn_t .fot_t p a {
    margin: 0 8px;
}

.footer_maxn_t .fot_t p a img {
    margin-right: 2px;
}

.footer_maxn_t .fot_t p a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_maxn_t .fot_t p {
    display: flex;
    align-items: center;
}

.footer_maxn_t .fot_r p,
.footer_maxn_t .fot_r p a {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
    transition: all .4s;
}

.footer_maxn_t .fot_t p a:hover,
.footer_maxn_t .fot_r p a:hover {
    color: #E60012;
}

.footer_maxn_t .fot_r {
    width: 30%;
    float: left;
    text-align: right;
}

/* -----------------footer end------------------ */
/*开始你的内容创作之旅*/
/*-------------- b1--------------- */

.banner_ny {
    width: 100%;
    position: relative;
}

.banner_ny .ne_banner_text {
    position: absolute;
    top: 45%;
    left: 0%;
    transform: translateY(-45%);
    z-index: 1;
    width: 100%;
}

.banner_ny .ne_banner_text h3 {
    font-size: 48px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    margin-bottom: 12px;
}

.banner_ny .ne_banner_text p {
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}

/*-------------- b1 end--------------- */
/* -------------------面包靴导航---------------- */

.submenu {
    background-color: #fff;
    width: 100%;
    margin: auto;
    align-items: center;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    padding: 60px 0;
    position: relative;
}

.submenu .swiper-slide {
    width: auto;
    display: inline-block;
    /* padding: 0 10px; */
}

.submenu .swiper-slide {
    text-align: center;
}

/* .submenu .swiper-wrapper {
        justify-content: center;
    } */

.submenu .swiper-slide {
    text-align: center;
}

.submenu .swiper-slide a:hover,
.submenu .swiper-slide.cur03 a {
    color: #fff;
    background: #CF1212;
    border: 1px solid #CF1212;
}

.submenu .swiper-slide a {
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 53px;
    padding: 0 37px;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    transition: all .4s;
    margin: 0 10px;
}

.menu-button-next,
.menu-button-prev {
    width: 12px;
    height: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    cursor: pointer;
}

.submenu {
    padding-left: 24px;
    padding-right: 24px;
}

.menu-button-next {
    background: url(../images/r_hui.png) no-repeat center;
    right: 0%;
    background-size: 100%;
}

.menu-button-prev {
    background: url(../images/l_hui.png) no-repeat center;
    left: 0%;
    background-size: 100%;
}

/* .menu-button-next:hover {
        background: url(../images/r_h.png) no-repeat center;
        right: 0%;
        background-size: 100%;
    }

    .menu-button-prev:hover {
        background: url(../images/l_h.png) no-repeat center;
        left: 0%;
        background-size: 100%;
    } */

.swiper-pagination-bullet {
    border-radius: 50%;
}

/* -------------------面包靴导航 end---------------- */
/*----------------------- e1--------------- */

.zplc_e1 {
    width: 100%;
    overflow: hidden;
    padding-bottom: 97px;
}

.zplc_e1 .zplc_cont {
    width: 100%;
    overflow: hidden;
}

.zplc_e1 .zplc_cont .zplc_l {
    width: 61.9%;
    float: left;
    background: url(../images/bjt.jpg) no-repeat center bottom/cover;
    padding: 49px 50px 50px 50px;
}

.zplc_e1 .zplc_cont .zplc_r {
    width: 38.1%;
    float: left;
    background: url(../images/hippopx.jpg) no-repeat center center/cover;
    padding: 55px 65px;
}

.zplc_e1 .zplc_cont .zplc_l .zplc_ul {
    width: 100%;
    overflow: hidden;
    margin-bottom: 58px;
}

.zplc_e1 .zplc_cont .zplc_l .zplc_ul ul li {
    float: left;
    margin-bottom: 10px !important;
}

.zplc_e1 .zplc_cont .zplc_l h3 {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 20px;
}

.zplc_e1 .zplc_cont .zplc_l .fldy_e1 {
    width: 100%;
    overflow: hidden;
}

.zplc_e1 .zplc_cont .zplc_l .fldy_e1 h3 {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 0px;
}

.zplc_e1 .zplc_cont .zplc_l .fldy_e1 p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.zplc_e1 .zplc_cont .zplc_l .zplc_ul ul li:nth-child(odd) {
    width: 81px;
    height: 81px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.zplc_e1 .zplc_cont .zplc_l .zplc_ul ul li:nth-child(even) {
    width: 27px;
    height: 81px;
    margin: 0px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zplc_e1 .zplc_cont .zplc_l .zplc_ul ul li:nth-child(even) img {
    width: 27px;
}

.zplc_r .zplc_text {
    background: rgba(59, 100, 177, 0.4);
    width: 100%;
    margin: auto;
    padding: 89px 66px 131px 66px;
}

.zplc_r .zplc_text h3 {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 28px;
    text-align: center;
}

.zplc_r .zplc_text p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}

/* 建工总院 */

.jgzy_e1 {
    width: 100%;
    background: url(../images/e1-img1.jpg) no-repeat center center/cover;
    overflow: hidden;
    padding: 70px 0;
}

.jgzy_e1 .title {
    width: 100%;
}

.jgzy_e1 .title h3 {
    font-size: 36px;
    font-weight: bold;
    color: #222222;
    line-height: 38px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.jgzy_e1 .title h3::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    width: 39px;
    height: 4px;
    background: #C82128;
    display: inline-block;
    margin: auto;
}

.jgzy_swiper_main {
    margin-top: 40px;
}

.jgzy_swiper_main .jgzy_swiper .jgzy_text {
    height: 246px;
}

.jgzy_swiper_main .jgzy_swiper .jgzy_text h3 {
    font-size: 30px;
    font-family: Arial;
    font-weight: 400;
    color: #BF1623;
    line-height: 30px;
    margin-bottom: 18px;
}

.jgzy_swiper_main .jgzy_swiper .jgzy_text p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-bottom: 24px;
}

.jgzy_swiper_main .jgzy_swiper .jgzy_text .mCSB_container {
    margin-left: 36px;
}

.jgzy_swiper_main .jgzy_swiper .jgzy_text .mCSB_container.mCS_no_scrollbar {
    margin-left: 0px;
}

.jgzy_swiper_but {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.jgzy_swiper_but .jgzy_next {
    width: 50px;
    height: 50px;
    background: url(../images/icon_1.png) no-repeat center center/100%;
    cursor: pointer;
    transition: all .4s;
}

.jgzy_swiper_but .jgzy_next:hover {
    background: url(../images/icon_1_h.png) no-repeat center center/100%;
}

.jgzy_swiper_but .jgsz_span {
    margin: 0 30px;
}

.jgzy_swiper_but .jgsz_span.swiper-pagination-clickable .swiper-pagination-bullet {
    margin: 0 11px;
    width: 10px;
    height: 10px;
    background: #666;
    opacity: 1;
}

.jgzy_swiper_but .jgsz_span.swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: #D01515;
}

.jgzy_swiper_but .jgzy_prev {
    width: 50px;
    height: 50px;
    background: url(../images/icon_2.png) no-repeat center center/100%;
    cursor: pointer;
    transition: all .4s;
}

.jgzy_swiper_but .jgzy_prev:hover {
    background: url(../images/icon_2_h.png) no-repeat center center/100%;
}

/* 校园招聘 */

.xyzp_main {
    width: 100%;
    overflow: hidden;
    padding: 70px 0 123px 0;
}

.xyzp_main .title h3 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #222222;
    line-height: 38px;
    position: relative;
    padding-bottom: 20px;
}

.xyzp_main .title h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    margin: auto;
    width: 39px;
    height: 4px;
    background: #C82128;
}

.xyzp_main .xyzp_list {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 80px;
}

.xyzp_main .xyzp_list ul li {
    width: 47.6%;
    float: left;
    margin-right: 4.8%;
    background: #F6F6F6;
    padding: 0 20px;
    /* cursor: pointer; */
}

.xyzp_main .xyzp_list ul li:nth-child(2n) {
    margin-right: 0;
}

.xyzp_main .xyzp_list ul li p {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    position: relative;
    padding: 20px 0;
    padding-left: 16px;
    display: inline-block;
    border-top: 1px dashed #D2D2D2;
    width: 100%;
    transition: all .4s;
}

.xyzp_main .xyzp_list ul li:nth-child(1) p,
.xyzp_main .xyzp_list ul li:nth-child(2) p {
    border-top: 0;
}

.xyzp_main .xyzp_list ul li p::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 32px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #666666;
    border-radius: 50%;
    transition: all .4s;
}

.xyzp_main .xyzp_more {
    margin: auto;
}

.xyzp_main .xyzp_more p {
    color: #333;
    font-size: 16px;
    width: 180px;
    height: 50px;
    background: #fff;
    border: 1px solid #c2c2c2;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .4s;
}

.shzp_e3 .xyzp_more {
    margin: auto;
}

.shzp_e3 .xyzp_more p {
    color: #333;
    font-size: 16px;
    width: 180px;
    height: 50px;
    background: #fff;
    border: 1px solid #c2c2c2;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .4s;
}

/*----------------------- e1_end--------------- */
/*----------------------- e2--------------- */

.zzcz_e2 {
    width: 100%;
    overflow: hidden;
    padding: 0px 0 80px 0;
}

.zzcz_e2 .zzcg_e2_l {
    width: 53.26%;
    float: left;
}

.zzcz_e2 .zzcg_e2_l .e2_img1 {
    width: 97%;
    float: left;
    position: relative;
    z-index: 1;
}

.zzcz_e2 .zzcg_e2_l .e2_img1::before {
    position: absolute;
    top: 20px;
    left: 20px;
    content: "";
    width: 100%;
    height: 100%;
    background: #CF1212;
    z-index: -1;
}

.zzcz_e2 .zzcg_e2_r {
    width: 46.74%;
    float: left;
    padding-left: 79px;
}

.zzcz_e2 .zzcg_e2_r h3 {
    font-size: 30px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 49px;
    margin-top: 69px;
    position: relative;
    z-index: 1;
}

.zzcz_e2 .zzcg_e2_r h3::before {
    position: absolute;
    top: 19px;
    width: 174px;
    height: 1px;
    background: #CF1212;
    content: "";
    left: -182px;
}

.zzcz_e2 .zzcg_e2_r p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

/* -----------选育用留 -------*/

.xyyl_e2 {
    width: 100%;
    overflow: hidden;
    background: url(../images/img_5.jpg) no-repeat center center/cover;
}

.xyyl_e2_list {
    width: 100%;
    overflow: hidden;
}

.xyyl_e2_list li {
    width: 25%;
    float: left;
    padding: 80px 21px 105px 21px;
    transition: all .4s;
}

.xyyl_e2_list ul li .icon_e2 {
    width: 100%;
    display: flex;
    margin-bottom: 34px;
}

.xyyl_e2_list ul li .icon_e2 img {
    width: 84px;
    margin: auto;
}

.xyyl_e2_list ul li .text_e2 {
    width: 100%;
}

.xyyl_e2_list ul li .text_e2 h3 {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 34px;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.xyyl_e2_list ul li .text_e2 h3::before {
    content: "";
    width: 23px;
    height: 2px;
    background: #CF1212;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
}

.xyyl_e2_list ul li .text_e2 p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}

/* -------企业领军人物----- */

.qylj_cont {
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
}

.qylj_cont.aqi_tr {
    background: #F6F6F6;
}

.qylj_cont .title {
    width: 100%;
}

.qylj_cont .title h3 {
    font-size: 36px;
    /* font-weight: bold; */
    color: #222222;
    line-height: 38px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.qylj_cont .title h3::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    width: 39px;
    height: 4px;
    background: #C82128;
    display: inline-block;
    margin: auto;
}

.qylj_cont .qyli_swiper_cont {
    margin-top: 40px;
}

.qylj_cont .qyli_swiper .qing_comt,
.qylj_cont .qyli_swiper1 .qing_comt {
    width: 100%;
    padding: 30px 42px 30px;
    background: #F6F6F6;
    overflow: hidden;
}

.qylj_cont .qyli_swiper1 .qing_comt {
    background: #fff;
}

.qylj_cont .qyli_swiper .swiper_ul ul li,
.qylj_cont .qyli_swiper1 .swiper_ul ul li {
    width: 48.57%;
    float: left;
    margin-right: 2.85%;
    margin-top: 2.85%;
}

.qylj_cont .qyli_swiper .swiper_ul ul li:nth-child(1),
.qylj_cont .qyli_swiper .swiper_ul ul li:nth-child(2),
.qylj_cont .qyli_swiper1 .swiper_ul ul li:nth-child(1),
.qylj_cont .qyli_swiper1 .swiper_ul ul li:nth-child(2) {
    margin-top: 0;
}

.qylj_cont .qyli_swiper .swiper_ul ul li:nth-child(2n),
.qylj_cont .qyli_swiper1 .swiper_ul ul li:nth-child(2n) {
    margin-right: 0;
}

.qylj_cont .qyli_swiper .qing_comt .img_qy,
.qylj_cont .qyli_swiper1 .qing_comt .img_qy {
    width: 200px;
    float: left;
}

.qylj_cont .qyli_swiper .qing_comt .img_qy img,
.qylj_cont .qyli_swiper1 .qing_comt .img_qy img {
    width: 100%;
}

.qylj_cont .qyli_swiper .qing_comt .img_texy,
.qylj_cont .qyli_swiper1 .qing_comt .img_texy {
    width: calc(100% - 200px);
    float: left;
    padding-left: 38px;
}

.qylj_cont .qyli_swiper .qing_comt .img_texy h3,
.qylj_cont .qyli_swiper1 .qing_comt .img_texy h3 {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-top: 26px;
    margin-bottom: 30px;
}

.qylj_cont .qyli_swiper .qing_comt .img_texy p,
.qylj_cont .qyli_swiper1 .qing_comt .img_texy p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.qylj_cont .qyli_swiper .qing_comt .img_texy p.tex_p,
.qylj_cont .qyli_swiper1 .qing_comt .img_texy p.tex_p {
    height: 150px;
}

.qylj_cont .qyli_swiper .qing_comt .img_texy p.tex_p .mCustomScrollBox > .mCSB_scrollTools,
.qylj_cont .qyli_swiper1 .qing_comt .img_texy p.tex_p .mCustomScrollBox > .mCSB_scrollTools {
    right: 0 !important;
    left: auto !important;
}

.qylj_cont .qyli_swiper .qing_comt .img_texy p.tex_p .mCSB_container,
.qylj_cont .qyli_swiper1 .qing_comt .img_texy p.tex_p .mCSB_container {
    margin-right: 20px;
    /* margin-left: 36px; */
}

.qylj_cont .qyli_swiper .qing_comt .img_texy p.tex_p .mCSB_container.mCS_no_scrollbar,
.qylj_cont .qyli_swiper1 .qing_comt .img_texy p.tex_p .mCSB_container.mCS_no_scrollbar {
    margin-right: 0;
}

.jgzy_swiper_but {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.jgzy_swiper_but .qylj_next,
.jgzy_swiper_but .qylj_next1 {
    width: 50px;
    height: 50px;
    background: url(../images/icon_1.png) no-repeat center center/100%;
    cursor: pointer;
    transition: all .4s;
}

.jgzy_swiper_but .qylj_next:hover,
.jgzy_swiper_but .qylj_next1:hover {
    background: url(../images/icon_1_h.png) no-repeat center center/100%;
}

.jgzy_swiper_but .qylj_span,
.jgzy_swiper_but .qylj_span1 {
    margin: 0 30px;
}

.jgzy_swiper_but .qylj_span.swiper-pagination-clickable .swiper-pagination-bullet,
.jgzy_swiper_but .qylj_span1.swiper-pagination-clickable .swiper-pagination-bullet {
    margin: 0 11px;
    width: 10px;
    height: 10px;
    background: #666;
    opacity: 1;
}

.jgzy_swiper_but .qylj_span.swiper-pagination-clickable .swiper-pagination-bullet-active,
.jgzy_swiper_but .qylj_span1.swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: #D01515;
}

.jgzy_swiper_but .qylj_prev,
.jgzy_swiper_but .qylj_prev1 {
    width: 50px;
    height: 50px;
    background: url(../images/icon_2.png) no-repeat center center/100%;
    cursor: pointer;
    transition: all .4s;
}

.jgzy_swiper_but .qylj_prev:hover,
.jgzy_swiper_but .qylj_prev1:hover {
    background: url(../images/icon_2_h.png) no-repeat center center/100%;
}

/* 竖版pad和手机端样式 */

.mbl_pad {
    display: none;
}

.qylj_cont .mabl_gdzj_swiper {
    margin-top: 40px;
}

.qylj_cont .mabl_qyli_swiper .qing_comt,
.qylj_cont .mabl_gdzj_swiper .qing_comt {
    width: 100%;
    padding: 30px 42px 30px;
    background: #F6F6F6;
    overflow: hidden;
}

.qylj_cont .mabl_qyli_swiper .qing_comt .img_qy,
.qylj_cont .mabl_gdzj_swiper .qing_comt .img_qy {
    width: 200px;
    float: left;
}

.qylj_cont .mabl_qyli_swiper .qing_comt .img_qy img,
.qylj_cont .mabl_gdzj_swiper .qing_comt .img_qy img {
    width: 100%;
}

.qylj_cont .mabl_qyli_swiper .qing_comt .img_texy,
.qylj_cont .mabl_gdzj_swiper .qing_comt .img_texy {
    width: calc(100% - 200px);
    float: left;
    padding-left: 38px;
}

.qylj_cont .mabl_qyli_swiper .qing_comt .img_texy h3,
.qylj_cont .mabl_gdzj_swiper .qing_comt .img_texy h3 {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-top: 26px;
    margin-bottom: 30px;
}

.qylj_cont .mabl_qyli_swiper .qing_comt .img_texy p,
.qylj_cont .mabl_gdzj_swiper .qing_comt .img_texy p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.qylj_cont .mabl_qyli_swiper .qing_comt .img_texy p.tex_p,
.qylj_cont .mabl_gdzj_swiper .qing_comt .img_texy p.tex_p {
    height: 150px;
}

.qylj_cont .mabl_qyli_swiper .qing_comt .img_texy p.tex_p .mCustomScrollBox > .mCSB_scrollTools,
.qylj_cont .mabl_gdzj_swiper .qing_comt .img_texy p.tex_p .mCustomScrollBox > .mCSB_scrollTools {
    right: 0 !important;
    left: auto !important;
}

.qylj_cont .mabl_qyli_swiper .qing_comt .img_texy p.tex_p .mCSB_container,
.qylj_cont .mabl_gdzj_swiper .qing_comt .img_texy p.tex_p .mCSB_container {
    margin-right: 20px;
    /* margin-left: 36px; */
}

.qylj_cont .mabl_qyli_swiper .qing_comt .img_texy p.tex_p .mCSB_container.mCS_no_scrollbar,
.qylj_cont .mabl_gdzj_swiper .qing_comt .img_texy p.tex_p .mCSB_container.mCS_no_scrollbar {
    margin-right: 0;
}

.jgzy_swiper_but {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.jgzy_swiper_but .mab_qylj_next,
.jgzy_swiper_but .mab_gdzj_next {
    width: 50px;
    height: 50px;
    background: url(../images/icon_1.png) no-repeat center center/100%;
    cursor: pointer;
    transition: all .4s;
}

.jgzy_swiper_but .mab_qylj_next:hover,
.jgzy_swiper_but .mab_gdzj_next:hover {
    background: url(../images/icon_1_h.png) no-repeat center center/100%;
}

.jgzy_swiper_but .mab_qylj_span,
.jgzy_swiper_but .mab_gdzj_span {
    margin: 0 30px;
}

.jgzy_swiper_but .mab_qylj_span.swiper-pagination-clickable .swiper-pagination-bullet,
.jgzy_swiper_but .mab_gdzj_span.swiper-pagination-clickable .swiper-pagination-bullet {
    margin: 0 11px;
    width: 10px;
    height: 10px;
    background: #666;
    opacity: 1;
}

.jgzy_swiper_but .mab_qylj_span.swiper-pagination-clickable .swiper-pagination-bullet-active,
.jgzy_swiper_but .mab_gdzj_span.swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: #D01515;
}

.jgzy_swiper_but .mab_qylj_prev,
.jgzy_swiper_but .mab_gdzj_prev {
    width: 50px;
    height: 50px;
    background: url(../images/icon_2.png) no-repeat center center/100%;
    cursor: pointer;
    transition: all .4s;
}

.jgzy_swiper_but .mab_qylj_prev:hover,
.jgzy_swiper_but .mab_gdzj_prev:hover {
    background: url(../images/icon_2_h.png) no-repeat center center/100%;
}

.qylj_cont .qyli_swiper1 .qing_comt {
    background: #fff;
}

.qylj_cont .mabl_qyli_swiper .qing_comt {
    background: #f6f6f6;
}

.qylj_cont .mabl_gdzj_swiper .qing_comt {
    background: #fff;
}

/*----------------------- e2_end--------------- */
/* ------------------滚动条 ------------------*/

.mCS-dark-thin > .mCSB_scrollTools .mCSB_draggerRail {
    background: #D0D0D0;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 1px;
    background: #BF1623 !important;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #BF1623;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 1px;
    border-radius: 0;
}

.mCustomScrollBox > .mCSB_scrollTools {
    left: 0;
    right: auto;
}

.mCSB_container {
    margin-right: 0;
    /* margin-left: 36px; */
}

/* ----------------------分页 --------------*/

.pages {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pages {
    float: left;
    margin: 0 5px;
}

.pages a {
    border: 1px solid rgba(0, 0, 0, 0.4);
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.9);
    line-height: 33px;
    display: inline-block;
    padding: 0px 14px;
    transition: all .4s;
    margin-left: 10px;
}

.pages a.active,
.pages a:hover {
    background: #CF1212;
    border: 1px solid #CF1212;
    color: #fff;
}

/* ----------------e3--------------- */

.shzp_e3 {
    width: 100%;
    padding: 70px 0 122px 0;
}

.shzp_e3 .title h3 {
    font-size: 36px;
    font-weight: bold;
    color: #222222;
    line-height: 38px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.shzp_e3 .title h3::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    width: 39px;
    height: 4px;
    background: #C82128;
    display: inline-block;
    margin: auto;
}

.shzp_e3 .shzp_list {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 100px;
}

.shzp_e3 .shzp_list ul li {
    width: 100%;
}

.shzp_e3 .shzp_list ul li:last-child .shzp_li {
    border: 0;
}

.shzp_e3 .shzp_list ul li .shzp_li {
    width: 100%;
    background: #F6F6F6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 42px;
    border-bottom: 1px dashed #D2D2D2;
    cursor: pointer;
}

.shzp_e3 .shzp_list ul li .shzp_li h3 {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    position: relative;
    padding-left: 14px;
    transition: all .4s;
    width: 30%;
    float: left;
}

.shzp_e3 .shzp_list ul li .shzp_li h3::before {
    content: "";
    left: 0;
    position: absolute;
    top: 12px;
    width: 5px;
    height: 5px;
    background: #666666;
    border-radius: 50%;
    transition: all .4s;
}

.shzp_e3 .shzp_list ul li .shzp_li .shzp_span {
    width: 70%;
    float: left;
    text-align: right;
}

.shzp_e3 .shzp_list ul li .shzp_li .shzp_span span {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin: 0 20px;
}

.shzp_e3 .shzp_list ul li .shzp_li .shzp_span span:last-child {
    margin-right: 0;
}

.shzp_e3 .shzp_list ul li .shzp_li .shzp_span span:first-child {
    margin-left: 0;
}

.shzp_e3 .shzp_list ul li .shzp_hover {
    background: #FFFFFF;
    width: 100%;
    padding: 43px 42px 52px 42px;
    display: none;
}

.shzp_e3 .shzp_list ul li .shzp_hover h4 {
    color: #333333;
    font-size: 18px;
    line-height: 30px;
}

.shzp_e3 .shzp_list ul li .shzp_hover,
.shzp_e3 .shzp_list ul li .shzp_hover p {
    color: #666;
    font-size: 16px;
    line-height: 30px;
}

.shzp_e3 .shzp_list ul li .shzp_li.active {
    border-bottom: 1px solid #f6f6f6;
}

.shzp_e3 .shzp_list ul li .shzp_li.active h3 {
    color: #BF1623;
}

.shzp_e3 .shzp_list ul li .shzp_li.active h3::before {
    background: #BF1623;
}

.zplc_e1 .e3_img_r {
    width: 38.1%;
    float: left;
    background: url(../images/e3_img.jpg) no-repeat center center/cover;
    padding-bottom: 419px;
}

/* ----------------e3_end--------------- */
/* -------------b1------------------- */

.b1_conter {
    width: 100%;
    overflow: hidden;
    padding-bottom: 120px;
}

.b1_conter .b1_list {
    width: 100%;
    margin-bottom: 80px;
}

.b1_conter .b1_list ul li {
    width: 32.45%;
    float: left;
    margin-right: 1.32%;
    margin-bottom: 20px;
}

.b1_conter .b1_list ul li:nth-child(3n) {
    margin-right: 0;
}

.b1_conter .b1_list ul li .b1_img {
    width: 100%;
    overflow: hidden;
}

.b1_conter .b1_list ul li .b1_img img {
    width: 100%;
    transition: all .4s;
}

.b1_conter .b1_list ul li:hover .b1_img img {
    transform: scale(1.1);
}

.b1_conter .b1_list ul li .b1_text {
    width: 100%;
    padding: 20px 10px;
    transition: all .4s;
}

.b1_conter .b1_list ul li .b1_text p {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .4s;
}

/* -------------b1 end------------------- */
/* ---------------b2---------- */

.B2_comter {
    width: 100%;
    overflow: hidden;
    padding-top: 68px;
    padding-bottom: 101px;
}

.B2_comter .title {
    width: 100%;
}

.B2_comter .title h3 {
    color: #222222;
    font-size: 36px;
    line-height: 38px;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
}

.B2_comter .title h3::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    width: 39px;
    height: 4px;
    background: #C82128;
    display: inline-block;
    margin: auto;
}

.b2_comtlis_t {
    width: 100%;
    margin-top: 50px;
    background: #F7F7F7;
    margin-bottom: 58px;
}

.b2_comtlis_t .b2_comt_l {
    width: 54.9%;
    float: left;
}

.b2_comtlis_t .b2_comt_r {
    width: 45.1%;
    float: left;
    padding: 86px 80px;
}

.b2_comtlis_t .b2_comt_r h3 {
    font-size: 36px;
    font-weight: 400;
    color: #333333;
    line-height: 38px;
    margin-bottom: 36px;
}

.b2_comtlis_t .b2_comt_r .text_t,
.b2_comtlis_t .b2_comt_r .text_t p {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}

.b2_comtlis_t .b2_comt_l .Btowe_swiper {
    width: 100%;
    position: relative;
}

.b2_comtlis_t .b2_comt_l .Btowe_swiper .img_text {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.b2_comtlis_t .b2_comt_l .Btowe_swiper .img_text::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    z-index: 1;
    content: "";
}

.b2_comtlis_t .b2_comt_l .Btowe_swiper .img_text img {
    width: 100%;
}

.b2_comtlis_t .b2_comt_l .Btowe_swiper .shipin_xs {
    width: 100%;
    cursor: pointer;
}

.b2_comtlis_t .b2_comt_l .Btowe_swiper .shipin_xs img {
    width: 100%;
}

.b2_comtlis_t .b2_comt_l .Btowe_swiper .shipin_xs .bodang_t {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.b2_comtlis_t .b2_comt_l .Btowe_swiper .shipin_xs .bodang_t img {
    width: 60px;
    height: 60px;
}

.b2_comtlis_t .b2_comt_l .Btowe_swiper .Btowe_span {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.b2_comtlis_t .b2_comt_l .Btowe_swiper .Btowe_span .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    margin: 0 11px;
}

.b2_comtlis_t .b2_comt_l .Btowe_swiper .Btowe_span .swiper-pagination-bullet-active {
    background: #D01515;
}

.b2_comtlis_t .b2_comt_l .Btowe_swiper .Btowe_next {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: url(../images/b2_icon1.png) no-repeat center center/100%;
    z-index: 1;
    cursor: pointer;
    transition: all .4s;
}

.b2_comtlis_t .b2_comt_l .Btowe_swiper .Btowe_prev {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: url(../images/b2_icon2.png) no-repeat center center/100%;
    z-index: 1;
    cursor: pointer;
    transition: all .4s;
}

.B2_comter .b2_comt_xiqng {
    width: 100%;
    overflow: hidden;
    margin-bottom: 70px;
}

.B2_comter .b2_comt_xiqng h3 {
    color: #333333;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 50px;
}

.B2_comter .b2_comt_xiqng .b2_com_p,
.B2_comter .b2_comt_xiqng .b2_com_p p {
    width: 100%;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
}

.B2_comter .b2_comt_xmjx {
    width: 100%;
    overflow: hidden;
    margin-bottom: 108px;
}

.B2_comter .b2_comt_xmjx h3 {
    color: #333;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 33px;
}

.B2_comter .b2_comt_xmjx .xmjx_list {
    width: 100%;
}

.B2_comter .b2_comt_xmjx .xmjx_list ul li {
    width: 30.40%;
    margin-right: 4.4%;
    float: left;
    border: 1px solid #E5E5E5;
    padding: 10px;
}

.B2_comter .b2_comt_xmjx .xmjx_list ul li:nth-child(3n) {
    margin-right: 0;
}

.B2_comter .b2_comt_xmjx .xmjx_list ul li .xmjx_img {
    width: 88px;
    float: left;
}

.B2_comter .b2_comt_xmjx .xmjx_list ul li .xmjx_p {
    width: calc(100% - 88px);
    float: left;
    padding-left: 16px;
    padding-right: 4px;
    margin-top: 19px;
}

.B2_comter .b2_comt_xmjx .xmjx_list ul li .xmjx_p p {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.B2_xiamgocot {
    border-top: 1px solid #ECECEC;
    overflow: hidden;
}

.B2_xiamgocot .b2_pgl,
.B2_xiamgocot .b2_pgr {
    width: 50%;
    float: left;
    padding: 12px 0;
}

.B2_xiamgocot .b2_pgl {
    padding-right: 4%;
}

.B2_xiamgocot .b2_pgr {
    padding-left: 4%;
}

.B2_xiamgocot .b2_pgl p,
.B2_xiamgocot .b2_pgl p a {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .4s;
}

.B2_xiamgocot .b2_pgl p a:hover {
    color: #A8000E;
}

.B2_xiamgocot .b2_pgr p a:hover {
    color: #A8000E;
}

.B2_xiamgocot .b2_pgr p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.b2_xgxmtuijian {
    width: 100%;
    overflow: hidden;
    margin-top: 68px;
}

.b2_xgxmtuijian .title {
    width: 100%;
    overflow: hidden;
}

.b2_xgxmtuijian .title h3 {
    color: #222;
    font-size: 36px;
    line-height: 38px;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
}

.b2_xgxmtuijian .title h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 39px;
    height: 4px;
    background: #C82128;
    display: inline-block;
}

.b2_xgxmtuijian .xgtjcont_swiper {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.b2_xgxmtuijian .xgtjcont_swiper .xgtj_swiper .swiper_div {
    width: 100%;
    transition: all .4s;
}

.b2_xgxmtuijian .xgtjcont_swiper .xgtj_swiper .swiper_div .swier_img {
    width: 100%;
    overflow: hidden;
}

.b2_xgxmtuijian .xgtjcont_swiper .xgtj_swiper .swiper_div .swier_img img {
    width: 100%;
    transition: all .4s;
}

.b2_xgxmtuijian .xgtjcont_swiper .xgtj_swiper .swiper_div:hover .swier_img img {
    transform: scale(1.1);
}

.b2_xgxmtuijian .xgtjcont_swiper .xgtj_swiper .swiper_div .text_p {
    padding: 20px 0;
    width: 100%;
}

.b2_xgxmtuijian .xgtjcont_swiper .xgtj_swiper .swiper_div .text_p p {
    color: #333;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .4s;
}

.jgzy_swiper_but .xgtj_next {
    width: 50px;
    height: 50px;
    background: url(../images/icon_1.png) no-repeat center center/100%;
    cursor: pointer;
    transition: all .4s;
}

.jgzy_swiper_but .xgtj_next:hover {
    background: url(../images/icon_1_h.png) no-repeat center center/100%;
}

.jgzy_swiper_but .xgtj_span {
    margin: 0 30px;
}

.jgzy_swiper_but .xgtj_span.swiper-pagination-clickable .swiper-pagination-bullet {
    margin: 0 11px;
    width: 10px;
    height: 10px;
    background: #666;
    opacity: 1;
}

.jgzy_swiper_but .xgtj_span.swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: #D01515;
}

.jgzy_swiper_but .xgtj_prev {
    width: 50px;
    height: 50px;
    background: url(../images/icon_2.png) no-repeat center center/100%;
    cursor: pointer;
    transition: all .4s;
}

.jgzy_swiper_but .xgtj_prev:hover {
    background: url(../images/icon_2_h.png) no-repeat center center/100%;
}

.b2_xgxmtuijian .jgzy_swiper_but {
    margin-top: 50px;
}

/* ---------------b2 end---------- */
/*---------------- b3-------------------- */

.b3_conter {
    width: 100%;
    overflow: hidden;
    padding-bottom: 120px;
}

.b3_conter .b3_list_ul {
    width: 100%;
    overflow: hidden;
    margin-bottom: 60px;
}

.b3_conter .b3_list_ul ul li {
    width: 100%;
    margin-bottom: 40px;
}

.b3_conter .b3_list_ul ul li .b3_list_li {
    width: 100%;
    background: #F6F6F6;
}

.b3_conter .b3_list_ul ul li .b3_list_li .b3_list_l {
    width: 43.67%;
    float: left;
    overflow: hidden;
}

.b3_conter .b3_list_ul ul li .b3_list_li .b3_list_l img {
    width: 100%;
    transition: all .4s;
}

.b3_conter .b3_list_ul ul li .b3_list_li:hover .b3_list_l img {
    transform: scale(1.1);
}

.b3_conter .b3_list_ul ul li .b3_list_li .b3_list_r {
    width: 56.33%;
    float: left;
    padding: 70px 90px 0px 60px;
}

.b3_conter .b3_list_ul ul li .b3_list_li .b3_list_r h3 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    margin-bottom: 30px;
}

.b3_conter .b3_list_ul ul li .b3_list_li .b3_list_r .b3list_div {
    height: 140px;
}

.b3_conter .b3_list_ul ul li .b3_list_li .b3_list_r .b3list_div p {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 24px;
    margin-top: 10px;
}

.b3_conter .b3_list_ul ul li .b3_list_li .b3_list_r .b3list_div p.div-p {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.b3_conter .b3_list_ul ul li .b3_list_li .b3_list_r .b3list_div p span {
    color: #333;
}

.b3_conter .b3_list_ul ul li .b3_list_li .b3_more {
    width: 100%;
    overflow: hidden;
    margin-top: 58px;
}

.b3_conter .b3_list_ul ul li .b3_list_li .b3_more span {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    display: flex;
    align-items: center;
    transition: all .4s;
}

.b3_conter .b3_list_ul ul li .b3_list_li .b3_more span i.icon_more {
    width: 22px;
    height: 22px;
    background: url(../images/b3_icon1.png) no-repeat center center/100%;
    display: inline-block;
    margin-left: 10px;
    transition: all .4s;
}

.b3_conter .b3_list_ul ul li:nth-child(2n) .b3_list_li .b3_list_l {
    float: right;
}

/*---------------- b3 end-------------------- */
/* 视频弹框 */

.vdoBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.vdoBg.vis,
.vdoBox.vis,
.banvdoBox.vis {
    visibility: visible;
    opacity: 1;
}

.vdoBox {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    max-width: 90%;
    min-width: 300px;
    width: 1200px;
}

.tanXx {
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    font-size: 0;
    position: absolute;
    top: 0;
    right: -30px;
    /* margin-bottom: 15px; */
    cursor: pointer;
}

video {
    width: 100%;
    vertical-align: baseline;
}

/*---------------- C1-------------------- */

.c1_list {
    padding-bottom: 120px;
}

.c1_table {
    width: 100%;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0px 10px;
    margin-bottom: 90px;
}

.c1_table .column_01 col:nth-child(1) {
    width: 8.66%;
}

.c1_table .column_01 col:nth-child(2) {
    width: 40.8%;
}

.c1_table .column_01 col:nth-child(3) {
    width: 26.6%;
}

.c1_table .column_01 col:nth-child(4) {
    width: 23.94%;
}

.c1_table thead {
    width: 100%;
}

.c1_table thead tr {
    display: table-row;
}

.c1_table thead tr th {
    background: #565656;
    color: #fff;
    font-size: 18px;
    padding: 22px 0;
    font-weight: 500;
    border-right: 1px solid #fff;
}

.c1_table thead tr th:last-child {
    border: 0;
}

.c1_table tbody {
    width: 100%;
}

.c1_table tbody tr {
    display: table-row;
    margin-top: 21px;
    overflow: hidden;
}

.c1_table tbody tr td {
    background: #F6F6F6;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    padding: 22px 0;
    text-align: center;
    border-right: 1px solid #D6D6D6;
    padding: 22px 10px;
}

.c1_table tbody tr td:last-child {
    border-right: 0;
}

.c1_table tbody tr td:nth-child(4) {
    color: #333;
    font-size: 18px;
}

.c1_table tbody tr td:nth-child(2) {
    text-align: left;
    padding-left: 60px;
}

/*---------------- C1 end-------------------- */
/*---------------- C2 -------------------- */

.c2_conter {
    padding-top: 60px;
    width: 100%;
    overflow: hidden;
}

.c2_conter .c2_cont_01 {
    width: 100%;
    overflow: hidden;
}

.c2_conter .title {
    width: 100%;
    overflow: hidden;
}

.c2_conter .title h3 {
    font-size: 36px;
    font-weight: 400;
    color: #222222;
    line-height: 38px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.c2_conter .title h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    width: 39px;
    height: 4px;
    background: #C82128;
}

.c2_conter .c2_cont_01 .c2_cont01_text {
    width: 100%;
    overflow: hidden;
    margin: 48px 0;
}

.c2_conter .c2_cont_01 .c2_cont01_text,
.c2_conter .c2_cont_01 .c2_cont01_text p {
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    line-height: 30px;
}

/* BIM荣誉成果 */

.c2_BIM {
    width: 100%;
    background: url(../images/c2_img2.jpg) no-repeat center center/cover;
    padding: 63px 0 70px 0;
}

.c2_swiper {
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
}

.c2_swiper .BIM_swiper .swiper-slide img {
    width: 100%;
}

.jgzy_swiper_but .BIM_next {
    width: 50px;
    height: 50px;
    background: url(../images/icon_1.png) no-repeat center center/100%;
    cursor: pointer;
    transition: all .4s;
}

.jgzy_swiper_but .BIM_next:hover {
    background: url(../images/icon_1_h.png) no-repeat center center/100%;
}

.jgzy_swiper_but .BIM_span {
    margin: 0 30px;
}

.jgzy_swiper_but .BIM_span.swiper-pagination-clickable .swiper-pagination-bullet {
    margin: 0 11px;
    width: 10px;
    height: 10px;
    background: #666;
    opacity: 1;
}

.jgzy_swiper_but .BIM_span.swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: #D01515;
}

.jgzy_swiper_but .BIM_prev {
    width: 50px;
    height: 50px;
    background: url(../images/icon_2.png) no-repeat center center/100%;
    cursor: pointer;
    transition: all .4s;
}

.jgzy_swiper_but .BIM_prev:hover {
    background: url(../images/icon_2_h.png) no-repeat center center/100%;
}

/* BIM特色项目 */

.c2_BIM01 {
    width: 100%;
    overflow: hidden;
    padding: 70px 0;
}

.c2_BIM01 .c2_BIM01_text {
    margin-top: 38px;
}

.c2_BIM01 .c2_BIM01_text,
.c2_BIM01 .c2_BIM01_text p {
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    line-height: 30px;
}

.c2_sweip_comt {
    margin-top: 30px;
}

.c2_sweip_comt .BIm_comt {
    width: 100%;
    margin-bottom: 20px;
}

.c2_sweip_comt .jgzy_swiper_but {
    margin-top: 24px;
}

.c2_sweip_comt .BIm_comt .BIM_img {
    width: 100%;
    overflow: hidden;
}

.c2_sweip_comt .BIm_comt .BIM_img img {
    width: 100%;
}

.c2_sweip_comt .BIm_comt .BIM_text {
    width: 100%;
    padding: 20px 0;
}

.c2_sweip_comt .BIm_comt .BIM_text p {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.jgzy_swiper_but .BIM01_next {
    width: 50px;
    height: 50px;
    background: url(../images/icon_1.png) no-repeat center center/100%;
    cursor: pointer;
    transition: all .4s;
}

.jgzy_swiper_but .BIM01_next:hover {
    background: url(../images/icon_1_h.png) no-repeat center center/100%;
}

.jgzy_swiper_but .BIM01_span {
    margin: 0 30px;
}

.jgzy_swiper_but .BIM01_span.swiper-pagination-clickable .swiper-pagination-bullet {
    margin: 0 11px;
    width: 10px;
    height: 10px;
    background: #666;
    opacity: 1;
}

.jgzy_swiper_but .BIM01_span.swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: #D01515;
}

.jgzy_swiper_but .BIM01_prev {
    width: 50px;
    height: 50px;
    background: url(../images/icon_2.png) no-repeat center center/100%;
    cursor: pointer;
    transition: all .4s;
}

.jgzy_swiper_but .BIM01_prev:hover {
    background: url(../images/icon_2_h.png) no-repeat center center/100%;
}

.c2_sweip_comt .BIM02_swiper .BIM02_swiper_list {
    width: 100%;
}

.c2_sweip_comt .BIM02_swiper .BIM02_swiper_list ul li {
    width: 32.45%;
    float: left;
    margin-right: 1.32%;
}

.c2_sweip_comt .BIM02_swiper .BIM02_swiper_list ul li:nth-child(3n) {
    margin-right: 0;
}

.jgzy_swiper_but .BIM02_next {
    width: 50px;
    height: 50px;
    background: url(../images/icon_1.png) no-repeat center center/100%;
    cursor: pointer;
    transition: all .4s;
}

.jgzy_swiper_but .BIM02_next:hover {
    background: url(../images/icon_1_h.png) no-repeat center center/100%;
}

.jgzy_swiper_but .BIM02_span {
    margin: 0 30px;
}

.jgzy_swiper_but .BIM02_span.swiper-pagination-clickable .swiper-pagination-bullet {
    margin: 0 11px;
    width: 10px;
    height: 10px;
    background: #666;
    opacity: 1;
}

.jgzy_swiper_but .BIM02_span.swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: #D01515;
}

.jgzy_swiper_but .BIM02_prev {
    width: 50px;
    height: 50px;
    background: url(../images/icon_2.png) no-repeat center center/100%;
    cursor: pointer;
    transition: all .4s;
}

.jgzy_swiper_but .BIM02_prev:hover {
    background: url(../images/icon_2_h.png) no-repeat center center/100%;
}

/* 建工总院 */

.c2_jgzm {
    width: 100%;
    overflow: hidden;
    background: url(../images/c2_img13.jpg) no-repeat center center/cover;
    padding: 70px 0 100px 0;
}

.c2_jgzm .title h3 {
    color: #fff;
}

.c2_jgzm .c2_jgzm_text {
    margin-top: 38px;
    width: 100%;
    margin-bottom: 10px;
}

.c2_jgzm .c2_jgzm_text,
.c2_jgzm .c2_jgzm_text p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}

/* 正向三维设计 */

.bim_p5_comter {
    padding: 70px 0 120px 0;
}

.bim_p5_comter .c2_tab {
    width: 100%;
    margin-top: 40px;
}

.bim_p5_comter .c2_tab ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bim_p5_comter .c2_tab ul li {
    width: 200px;
    margin: 0 10px;
    float: left;
    border: 1px solid #D2D2D2;
    padding: 14px 0;
    cursor: pointer;
    transition: all .4s;
}

.bim_p5_comter .c2_tab ul li.active {
    border: 1px solid #CF1212;
    background: #CF1212;
}

.bim_p5_comter .c2_tab ul li.active p {
    color: #fff;
}

.bim_p5_comter .c2_tab ul li p {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    transition: all .4s;
}

.bim_p5_comter .c2_tab ul li:last-child {
    margin-right: 0;
}

.bim_p5_comter .c2_tab ul li:first-child {
    margin-left: 0;
}

.c2_tbp_li .c2_tbp_span {
}

.c2_tbp_ul {
    width: 100%;
}

.c2_tbp_ul ul li {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.c2_tbp_ul ul li .c2_tbp_li {
    width: 100%;
    background: #F6F6F6;
}

.c2_tbp_ul ul li .c2_tbp_li .c2_tbp_l {
    width: 43.67%;
    float: left;
}

.c2_tbp_ul ul li .c2_tbp_li .c2_tbp_l .c2_tbp_swiper .swiper-slide img {
    width: 100%;
    height: 399px;
}

.c2_tbp_ul ul li .c2_tbp_li .c2_tbp_r {
    width: 56.33%;
    float: left;
    padding: 70px 90px 0 57px;
}

.c2_tbp_ul ul li .c2_tbp_li .c2_tbp_r h3 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    margin-bottom: 30px;
}

.c2_tbp_ul ul li .c2_tbp_li .c2_tbp_r .c2_tabr_tert {
    width: 100%;
    height: 100px;
}

.c2_tbp_ul ul li .c2_tbp_li .c2_tbp_r .c2_tabr_tert p {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 30px;
    margin-bottom: 10px;
}

.c2_tbp_ul ul li .c2_tbp_li .c2_tbp_r .c2_tabr_tert p span {
    color: #333;
}

.c2_tbp_ul ul li .c2_tbp_li .c2_tbp_r .c2_im_more {
    width: 100%;
    overflow: hidden;
}

.c2_tbp_ul ul li .c2_tbp_li .c2_tbp_r .c2_im_more span {
    color: #666;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-top: 88px;
    transition: all .4s;
}

.c2_tbp_ul ul li .c2_tbp_li .c2_tbp_r .c2_im_more span i.icon_more {
    width: 22px;
    height: 22px;
    background: url(../images/b3_icon1.png) no-repeat center center/100%;
    transition: all .4s;
    display: inline-block;
    margin-left: 10px;
}

.c2_tbp_ul ul li .c2_tbp_li:hover .c2_tbp_r .c2_im_more span i.icon_more {
    background: url(../images/b3_icon2.png) no-repeat center center/100%;
    transform: translateX(4px);
}

.c2_tbp_ul .c2_tbp_span {
    position: absolute;
    bottom: 30px;
    z-index: 1;
    width: auto;
    right: 0;
    left: auto;
}

.c2_tbp_ul .c2_tbp_span {
    margin: 0 30px;
}

.c2_tbp_ul .c2_tbp_span.swiper-pagination-clickable .swiper-pagination-bullet {
    margin: 0 11px;
    width: 10px;
    height: 10px;
    background: #666;
    opacity: 1;
}

.c2_tbp_ul .c2_tbp_span.swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: #D01515;
}

.c2_tbp_list .c2_tbp_text {
    margin: 40px 0 55px 0;
}

.c2_tbp_list .c2_tbp_text p {
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    line-height: 30px;
}

/*---------------- C2 end-------------------- */
/*----------------------- d1 ------------------*/

.d1_listconter {
    width: 100%;
    overflow: hidden;
    padding-bottom: 120px;
}

.d1_listconter .d1_list_ul {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 65px;
}

.d1_listconter .d1_list_ul ul li {
    width: 100%;
    margin-bottom: 35px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.d1_listconter .d1_list_ul ul li .d1_lisr_li {
    width: 100%;
}

.d1_listconter .d1_list_ul ul li .d1_lisr_li .news_img {
    width: 477px;
    float: left;
    overflow: hidden;
}

.d1_listconter .d1_list_ul ul li .d1_lisr_li .news_img img {
    width: 100%;
    overflow: hidden;
    transition: all .4s;
}

.d1_listconter .d1_list_ul ul li:hover .d1_lisr_li .news_img img {
    transform: scale(1.1);
}

.d1_listconter .d1_list_ul ul li .d1_lisr_li .news_text {
    width: calc(100% - 477px);
    float: left;
    padding: 58px 100px 0px 67px;
}

.d1_listconter .d1_list_ul ul li .d1_lisr_li .news_text h3 {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.d1_listconter .d1_list_ul ul li .d1_lisr_li .news_text p.data {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.d1_listconter .d1_list_ul ul li .d1_lisr_li .news_text p.text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
}

.d1_listconter .d1_list_ul ul li .d1_lisr_li .news_text .nesw_more {
    width: 100%;
    margin-top: 40px;
}

.d1_listconter .d1_list_ul ul li .d1_lisr_li .news_text .nesw_more span {
    color: #666;
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: all .4s;
}

.d1_listconter .d1_list_ul ul li .d1_lisr_li .news_text .nesw_more span i.icon_more {
    width: 22px;
    height: 22px;
    background: url(../images/b3_icon1.png) no-repeat center center/100%;
    display: inline-block;
    transition: all .4s;
    margin-left: 10px;
}

/*----------------------- d1 end ------------------*/
/*----------------------- d2 ------------------*/

.D2_listrt {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 120px;
}

.D2_listrt .news_deil_title {
    width: 100%;
    margin-bottom: 40px;
}

.D2_listrt .news_deil_title h3 {
    font-size: 30px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    text-align: center;
}

.D2_listrt .news_deil_title p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.D2_listrt .news_del_text {
    margin-bottom: 74px;
}

.D2_listrt .news_del_text,
.D2_listrt .news_del_text p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.D2_listrt .news_del_text img {
    height: auto !important;
    max-width: 100%;
}

.D2_listrt .news_deil_title p span {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin: 0 10px;
}

.d2_mxiat {
    width: 100%;
    border-top: 1px solid #ECECEC;
    padding-top: 12px;
}

.d2_mxiat p,
.d2_mxiat p span,
.d2_mxiat p a {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    transition: all .4s;
}

.d2_mxiat p a:hover {
    color: #E60012;
}

/*----------------------- d2 end ------------------*/
/*----------------------- d3  ------------------*/

.d3_viode_conter {
    width: 100%;
    padding-bottom: 120px;
}

.d3_viode_list {
    width: 100%;
    margin-bottom: 50px;
}

.d3_viode_list li {
    width: 32.45%;
    float: left;
    margin-right: 1.32%;
    cursor: pointer;
    margin-bottom: 40px;
    transition: all .6s;
    position: relative;
}

.d3_viode_list li:nth-child(3n) {
    margin-right: 0;
}

.d3_viode_list li .shipin_xs {
    width: 100%;
    position: relative;
}

.d3_viode_list li .shipin_xs img:hover {
    width: 100%;
}

.d3_viode_list li .shipin_xs .bofang {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.d3_viode_list li .shipin_xs .bofang img {
    width: 60px;
    height: 60px;
}

.d3_viode_list li .d3_text {
    width: 100%;
    padding: 20px 10px;
}

.d3_viode_list li .d3_text p {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.d3_viode_list li:hover {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.d3_viode_list li::before {
    position: absolute;
    content: "";
    display: inline-block;
    background: #CF1212;
    height: 2px;
    left: 0;
    width: 0;
    bottom: 0;
    transition: all .4s;
}

/*----------------------- d3 end ------------------*/
/*----------------------- d5  ------------------*/

.d5_paer_conter {
    width: 100%;
    padding-bottom: 120px;
}

.d5_paer_conter .d5_list_ul {
    width: 100%;
    margin-bottom: 40px;
}

.d5_paer_conter .d5_list_ul li {
    width: 22.85%;
    float: left;
    margin-right: 2.86%;
}

.d5_paer_conter .d5_list_ul li:nth-child(4n) {
    margin-right: 0;
}

.d5_paer_conter .d5_list_ul li .d5_img1 {
    width: 100%;
    overflow: hidden;
    border: 1px solid #D2D2D2;
}

.d5_paer_conter .d5_list_ul li .d5_img1 img {
    width: 100%;
    transition: all .4s;
}

.d5_paer_conter .d5_list_ul li:hover .d5_img1 img {
    transform: scale(1.1);
}

.d5_paer_conter .d5_list_ul li p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 20px 0 43px 0;
}

/*----------------------- d5 end ------------------*/
/*----------------------- d4  ------------------*/

.d4_about_cont {
    width: 100%;
}

.about_de4 {
    width: 100%;
    overflow: hidden;
    background: url(../images/d4_img3.jpg) no-repeat center center/cover;
    padding-top: 77px;
}

.d4_about_cont .title {
    width: 100%;
}

.d4_about_cont .title h3 {
    font-size: 36px;
    font-weight: bold;
    color: #222222;
    line-height: 38px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.d4_about_cont .title h3::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    width: 39px;
    height: 4px;
    background: #C82128;
    display: inline-block;
    margin: auto;
}

.d4_about_cont .d4_zbout_top {
    width: 100%;
    margin-top: 58px;
    overflow: hidden;
}

.d4_about_cont .d4_zbout_top .d4_about_l {
    width: 50%;
    float: left;
}

.d4_about_cont .d4_zbout_top .d4_about_r {
    width: 50%;
    float: left;
    position: relative;
}

.d4_about_cont .d4_zbout_top .d4_about_l h3 {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 38px;
    margin-bottom: 6px;
}

.d4_about_cont .d4_zbout_top .d4_about_l h5 {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.2);
    line-height: 30px;
}

.d4_about_cont .d4_zbout_top .d4_about_l .aboput_text {
    margin-top: 36px;
    height: 556px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    text-align: justify;
}

.d4_about_l .aboput_text .mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 3px;
    background: #BF1623 !important;
}

.d4_about_l .aboput_text .mCSB_scrollTools .mCSB_draggerRail {
    width: 3px;
    border-radius: 0;
}

.d4_about_l .aboput_text .mCustomScrollBox > .mCSB_scrollTools {
    left: auto;
    right: 0;
}

.d4_about_l .aboput_text .mCSB_container {
    margin-right: 18px;
    /* margin-left: 36px; */
}

.d4_about_cont .d4_zbout_top .d4_about_r .d4_top {
    position: relative;
    width: 496px;
    float: right;
    background: url(../images/d4_img2.jpg) no-repeat center bottom/cover;
    height: 776px;
    padding-top: 86px;
    padding-left: 24px;
    padding-right: 24px;
}

.d4_about_cont .d4_zbout_top .d4_about_r .d4_top h3 {
    font-size: 36px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 38px;
    text-align: center;
    margin-bottom: 26px;
}

.d4_about_cont .d4_zbout_top .d4_about_r .d4_top p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}

.d4_about_cont .d4_zbout_top .d4_about_r .about_swiper_cont {
    position: absolute;
    top: 30%;
    right: 30px;
    width: 86.8%;
}

.d4_about_cont .d4_zbout_top .d4_about_r .about_swiper_cont .about_span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.d4_about_cont .d4_zbout_top .d4_about_r .about_swiper_cont .about_span.swiper-pagination-clickable .swiper-pagination-bullet {
    background: #FFFFFF;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 14px;
}

/* 历史沿革 */

.d4_liyg_cont {
    width: 100%;
    overflow: hidden;
    background: url(../images/d4_img6.jpg) no-repeat center center/cover;
    padding: 78px 0 100px 0;
}

.tiel_hover {
    display: none;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(3, 0, 0, 0.1);
    padding: 16px;
}

.tiel_hover .imga_timg {
    width: 100%;
}

.tiel_hover .imga_timg img {
    width: 100%;
}

.tiel_hover .yuandian {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    justify-content: space-around;
    align-items: center;
    display: flex;
    box-shadow: 0px 0px 20px 0px rgba(3, 0, 0, 0.2);
    position: relative;
    margin: auto;
    transform: translateY(-8px);
}

.tiel_hover .yuandian::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: rgba(207, 18, 18, 1);
    border-radius: 50%;
}

.tiel_hover h3 {
    font-size: 30px;
    font-family: Arial;
    font-weight: bold;
    font-style: italic;
    color: #CF1212;
    text-shadow: 0px 0px 20px rgba(3, 0, 0, 0.05);
    text-align: center;
    line-height: 36px;
}

.tiel_hover p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    text-align: center;
    height: 60px;
    margin-top: 10px;
    line-height: 30px;
}

.lsyj_swiper_cont {
    margin-top: 40px;
}

.lsyj_swiper_cont .lsyj_swiper {
    width: 100%;
    padding-bottom: 20px;
}

.lsyj_swiper_cont .lsyj_swiper .swiper-wrapper {
    display: flex;
    align-items: center;
}

.lsyj_swiper_cont .lsyj_swiper .swiper-slide:nth-child(even) .timelwr_t {
    display: flex;
    flex-direction: column-reverse;
}

.lsyj_swiper_cont .lsyj_swiper .timelwr_t h3 {
    font-size: 60px;
    font-family: Arial;
    font-weight: bold;
    font-style: italic;
    color: #333333;
    text-shadow: 0px 0px 20px rgba(3, 0, 0, 0.05);
    text-align: center;
    margin-bottom: 80px;
}

.lsyj_swiper_cont .lsyj_swiper .swiper-slide:nth-child(even) .timelwr_t h3 {
    margin-bottom: 0;
    margin-top: 80px;
}

.lsyj_swiper_cont .lsyj_swiper .swiper-slide {
    position: relative;
}

.lsyj_swiper_cont .lsyj_swiper .swiper-slide::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 1px;
    background: #D2D2D2;
    display: inline-block;
    content: "";
    z-index: -1;
}

.lsyj_swiper_cont .lsyj_swiper .timelwr_t {
    width: 80%;
    margin: auto;
}

.lsyj_swiper_cont .lsyj_swiper .timelwr_t .itewm_text p {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #666666;
    line-height: 30px;
    text-align: center;
}

.lsyj_swiper_cont .lsyj_swiper .timelwr_t i.icon_span {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    justify-content: space-around;
    align-items: center;
    display: flex;
    box-shadow: 0px 0px 20px 0px rgba(3, 0, 0, 0.2);
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.lsyj_swiper_cont .lsyj_swiper .timelwr_t i.icon_span::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #4D4D4D;
    border-radius: 50%;
}

.lsyj_swiper_cont .lsyj_swiper .timelwr_t .itewm_text {
    height: 60px;
}

.lsyj_swiper_cont .lsyj_swiper .swiper-slide.swiper-slide-duplicate.swiper-slide-duplicate-prev .timelwr_t .itewm_text p {
    color: rgba(153, 153, 153, 1);
}

.lsyj_swiper_cont .lsyj_swiper .swiper-slide.swiper-slide-duplicate.swiper-slide-duplicate-prev .timelwr_t .itewm_text h3 {
    color: rgba(153, 153, 153, 1);
}

.lsyj_swiper_cont .lsyj_swiper .swiper-slide.swiper-slide-duplicate-prev .timelwr_t h3 {
    color: rgba(153, 153, 153, 1);
}

.lsyj_swiper_cont .lsyj_swiper .swiper-slide.swiper-slide-duplicate-prev .timelwr_t p {
    color: rgba(153, 153, 153, 1);
}

.lsyj_swiper_cont .lsyj_swiper .swiper-slide.swiper-slide-active .timelwr_t h3,
.lsyj_swiper_cont .lsyj_swiper .swiper-slide.swiper-slide-active .timelwr_t p {
    color: rgba(153, 153, 153, 1);
}

.swiper-slide.swiper-slide-next .tiel_hover {
    display: block;
    z-index: 1;
}

.swiper-slide.swiper-slide-next .timelwr_t {
    display: none !important;
}

.jgzy_swiper_but .lsyj_next {
    width: 50px;
    height: 50px;
    background: url(../images/icon_1.png) no-repeat center center/100%;
    cursor: pointer;
    transition: all .4s;
    position: relative;
}

.jgzy_swiper_but .lsyj_next::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../images/icon_1_h.png) no-repeat center center/100%;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}

.jgzy_swiper_but .lsyj_next:hover::before {
    opacity: 1;
    visibility: visible;
}

.jgzy_swiper_but .lsyj_span {
    margin: 0 30px;
}

.jgzy_swiper_but .lsyj_span.swiper-pagination-clickable .swiper-pagination-bullet {
    margin: 0 11px;
    width: 10px;
    height: 10px;
    background: #666;
    opacity: 1;
}

.jgzy_swiper_but .lsyj_span.swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: #D01515;
}

.jgzy_swiper_but .lsyj_prev {
    width: 50px;
    height: 50px;
    background: url(../images/icon_2.png) no-repeat center center/100%;
    cursor: pointer;
    transition: all .4s;
    position: relative;
}

.jgzy_swiper_but .lsyj_prev::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: url(../images/icon_2_h.png) no-repeat center center/100%;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .4s;
    visibility: hidden;
}

.jgzy_swiper_but .lsyj_prev:hover::before {
    opacity: 1;
    visibility: visible;
}

.lsyj_swiper_cont .jgzy_swiper_but {
    margin-top: 20px;
}

.d4_zzjg_cont {
    width: 100%;
    padding: 78px 0 100px;
    background: #F6F6F6;
}

.d4_zzjg_cont .d4_zzjg_img {
    width: 100%;
    margin-top: 40px;
}

.d4_zzjg_cont .d4_zzjg_img img {
    max-width: 100%;
    margin: auto;
}

/* 企业资质 */

.d4_zzry_cont {
    width: 100%;
    background: url('../images/d4_img9.jpg') no-repeat center center/cover;
    padding: 77px 0 100px 0;
}

.d4_zzry_cont .title h3 {
    color: #fff;
}

.d4_zzry_cont .title h3::before {
    background: #fff;
}

.zzry_swiper_cont {
    width: 100%;
    margin-top: 50px;
}

.zzry_swiper_cont .zzry_swiper {
    width: 100%;
}

.zzry_swiper_cont .zzry_swiper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    display: -webkit-flex;
    -webkit-align-items: stretch;
    width: 100%;
}

.zzry_swiper_cont .zzry_swiper ul li {
    width: 32.38%;
    /* float: left; */
    margin-right: 1%;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.zzry_swiper_cont .zzry_swiper ul li:nth-child(3n) {
    margin-right: 0;
}

.zzry_swiper_cont .shd_li {
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    /* height: 100px; */
}

.zzry_swiper_cont .shd_li .title_jia {
    padding: 0 39px;
    float: left;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 114px;
}

.zzry_swiper_cont .shd_li .title_jia p {
    color: rgba(207, 18, 18, 1);
    font-size: 18px;
    font-weight: 400;
    color: #CF1212;
    line-height: 30px;
}

.zzry_swiper_cont .shd_li .kjjia_p {
    float: left;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* height: 100px; */
    padding: 0 40px;
    border-left: 1px solid #EEEEEE;
    width: calc(100% - 115px);
}

.zzry_swiper_cont .shd_li {
    display: flex;
    /* white-space: nowrap; */
    align-items: stretch;
    flex-wrap: wrap;
}

.zzry_swiper_cont .shd_li .kjjia_p p {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.next_icon {
    width: 50px;
    height: 50px;
    background: url(../images/b2_icon1.png) no-repeat center center/100%;
    cursor: pointer;
    transition: all .4s;
    position: relative;
}

.next_icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon_1_h.png) no-repeat center center/100%;
    visibility: hidden;
    opacity: 0;
    transition: all .4s;
}

.next_icon:hover::before {
    visibility: visible;
    opacity: 1;
}

.prev_icon {
    width: 50px;
    height: 50px;
    background: url(../images/b2_icon2.png) no-repeat center center/100%;
    cursor: pointer;
    transition: all .4s;
    position: relative;
}

.prev_icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon_2_h.png) no-repeat center center/100%;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}

.prev_icon:hover::before {
    visibility: visible;
    opacity: 1;
}

.next_icon1 {
    width: 50px;
    height: 50px;
    /*background: url(../images/icon_1.png) no-repeat center center/100%;*/
    cursor: pointer;
    transition: all .4s;
    position: relative;
}

.next_icon1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon_1_h.png) no-repeat center center/100%;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}

.next_icon1:hover::before {
    opacity: 1;
    visibility: visible;
}

.prev_icon1 {
    width: 50px;
    height: 50px;
    /*background: url(../images/icon_2.png) no-repeat center center/100%;*/
    cursor: pointer;
    transition: all .4s;
    position: relative;
}

.prev_icon1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon_2_h.png) no-repeat center center/100%;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}

.prev_icon1:hover::before {
    opacity: 1;
    visibility: visible;
}

.jgzy_swiper_but .jgzy_next:hover {
    background: url(../images/icon_1_h.png) no-repeat center center/100%;
}

.span_icon,
.span_icon1 {
    margin: 0 30px;
}

.span_icon.swiper-pagination-clickable .swiper-pagination-bullet,
.span_icon1.swiper-pagination-clickable .swiper-pagination-bullet {
    margin: 0 11px;
    width: 10px;
    height: 10px;
    background: #666;
    opacity: 1;
}

.jgzy_swiper_but .span_icon.swiper-pagination-clickable .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}

.jgzy_swiper_but .span_icon1.swiper-pagination-clickable .swiper-pagination-bullet {
    background-color: #666666;
    opacity: 1;
}

.jgzy_swiper_but .span_icon.swiper-pagination-clickable .swiper-pagination-bullet-active,
.jgzy_swiper_but .span_icon1.swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: #D01515;
}

/* 手机端 */

.zzry_swiper_cont.mbl_pad ul li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
}

.zzry_swiper_cont.mbl_pad ul li:nth-child(2n) {
    margin-right: 0;
}

.d4_rucg_cont {
    width: 100%;
    padding: 77px 0 100px 0;
}

.d4_rucg_cont .d4_text_ry {
    width: 100%;
    margin-top: 38px;
}

.d4_rucg_cont .d4_text_ry,
.d4_rucg_cont .d4_text_ry p {
    font-size: 18px;
    font-weight: 400;
    color: #222222;
    line-height: 30px;
}

.d4_rucg_cont .d4_text_ry .red {
    color: #C82128;
}

.d4_rucg_swiper {
    width: 100%;
    margin-top: 20px;
}

.d4_rucg_swiper ul li {
    width: 49.25%;
    float: left;
    margin-right: 1.5%;
    margin-top: 20px;
}

/* .d4_rucg_swiper ul li:nth-child(1),
    .d4_rucg_swiper ul li:nth-child(2) {
        margin-top: 0;
    } */

.d4_rucg_swiper ul li:nth-child(2n) {
    margin-right: 0;
}

.d4_rucg_swiper .ruch_cont {
    width: 100%;
    background: #F6F6F6;
    transition: all .4s;
}

.d4_rucg_swiper .ruch_cont .rych_img {
    width: 42.8%;
    float: left;
    overflow: hidden;
}

.d4_rucg_swiper .ruch_cont .rych_img img {
    width: 100%;
    transition: all .4s;
}

.d4_rucg_swiper .ruch_cont .ruch_title {
    width: 57.2%;
    float: left;
    padding: 38px 64px 0 40px;
}

.d4_rucg_swiper .ruch_cont .ruch_title h3 {
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    color: #C82128;
    line-height: 36px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #BFBFBF;
    margin-bottom: 14px;
}

.d4_rucg_swiper .ruch_cont .ruch_title .ryck_text {
    width: 100%;
}

.d4_rucg_swiper .ruch_cont .ruch_title .ryck_text p {
    color: #333333;
    line-height: 30px;
    font-size: 16px;
}

.d4_rucg_swiper .ruch_cont .ruch_title .ryck_text p span {
    color: #C82128;
}

/* 下载中心 */

.d4_dowen_cont {
    width: 100%;
    overflow: hidden;
    background: url(../images/d4_img11.jpg) no-repeat center center/cover;
    padding: 50px 15px 0 15px;
}

.dining_content {
    margin-top: 100px;
}

.dowen_swiper_comt {

}

.dowen_swiper_comt .dowen_swiper .swiper-slide:hover .iCOn_img {
    opacity: 1;
    visibility: visible;
}

.dowen_swiper_comt .doew_img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.dowen_swiper_comt .doew_img .iCOn_img {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    background: rgba(144, 29, 33, 0.8);
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dowen_swiper_comt .doew_img .iCOn_img img {
    width: 50px;
    /* height: 43px; */
}

.dowen_swiper_comt .doew_p {
    width: 100%;
    padding: 20px;
    position: absolute;
    left: 0;
    top: 75%;
    color: rgba(255, 255, 255, 1);
}

.dowen_swiper_comt .doew_p p {
    font-size: 24px;
    font-weight: 400;
    color: white;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*----------------------- d4 end ------------------*/
/*-----------------------  d7  ------------------*/

.d7_contact {
    width: 100%;
    overflow: hidden;
    height: 525px;
    position: relative;
    margin-top: 60px;
    margin-bottom: 80px;
}

.d7_contact .dt_tip_comt {
    position: absolute;
    top: 0;
    left: 11%;
    width: auto;
    height: 100%;
}

.d7_contact .dt_tip_comt .warp {
    width: auto;
}

.d7_contact,
.d7_contact .dt_tip_comt .dt_tip {
    height: 525px;
    /* background: url(../images/d7_imgmap.jpg) no-repeat center center/cover; */
}

.d7_contact .dt_tip_comt .dt_tip {
    width: 547px;
    float: left;
    background: rgba(255, 255, 255, 0.9);
    padding: 65px 80px;
}

.d7_contact .dt_tip_comt .dt_tip h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
    position: relative;
    padding-bottom: 39px;
}

.d7_contact .dt_tip_comt .dt_tip h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background: #C82128;
    display: inline-block;
}

.d7_contact .dt_tip_comt .dt_tip .xianxi_top {
    width: 100%;
    margin-top: 30px;
}

.d7_contact .dt_tip_comt .dt_tip .xianxi_top p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}

.d7_contact .d7_rew {
    width: 100%;
    margin-top: 24px;
}

.d7_contact .d7_rew .erm {
    width: 100px;
    float: left;
    margin-right: 65px;
}

.d7_contact .d7_rew .erm:last-child {
    margin-right: 0;
}

.d7_contact .d7_rew .erm img {
    width: 100px;
    height: 100px;
    border: 2px solid #E1E1E1;
}

.d7_contact .d7_rew .erm p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    text-align: center;
}

.d7_wdfy_cont {
    width: 100%;
    overflow: hidden;
    margin-bottom: 120px;
}

.d7_wdfy_cont ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    display: -webkit-flex;
    -webkit-align-items: stretch;
    width: 100%;
}

.d7_wdfy_cont ul::after {
    content: '';
    display: block;
    width: 32.38%;
}

.d7_wdfy_cont ul li {
    width: 32.38%;
    box-sizing: border-box;
    border: 1px solid #D2D2D2;
    padding: 40px 28px 40px 39px;
    margin-bottom: 20px;
    transition: all .4s;
}

.d7_wdfy_cont ul li h3 {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}

.d7_wdfy_cont ul li p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    padding-left: 20px;
    position: relative;
}

.d7_wdfy_cont ul li p::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 13px;
    background: url(../images/d7_icon1.png) no-repeat center center/100%;
    display: inline-block;
}

/*----------------------- d7 end ------------------*/
/*----------------------- d6  ------------------*/

.d6_conter {
    width: 100%;
    overflow: hidden;
}

.d6_conter .title h3 {
    font-size: 36px;
    font-weight: bold;
    color: #222222;
    line-height: 38px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.d6_conter .title h3::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    width: 39px;
    height: 4px;
    background: #C82128;
    display: inline-block;
    margin: auto;
}

.d6_qywh_cont {
    width: 100%;
    background: url(../images/d6_img1.jpg) no-repeat center center/cover;
    padding: 70px 0 90px 0;
}

.d6_qywh_main {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 45px;
}

.d6_qywh_main .ul_d6_ye {
    width: 67.48%;
    float: left;
    padding: 89px 73px 100px 73px;
    margin-top: 50px;
    z-index: 1;
    background: #fff url(../images/bj_d6.png) no-repeat center bottom/100%;
}

.d6_qywh_main .ul_d6_ye ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.d6_qywh_main .ul_d6_ye ul li {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.d6_qywh_main .ul_d6_ye ul li .idon_imgd6 {
    width: 65px;
    margin-bottom: 18px;
}

.d6_qywh_main .ul_d6_ye ul li .idon_imgd6 img {
    width: 100%;
}

.d6_qywh_main .ul_d6_ye ul li .idon_text {
    width: 100%;
}

.d6_qywh_main .ul_d6_ye ul li .idon_text h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    position: relative;
    padding-bottom: 6px;
    text-align: center;
}

.d6_qywh_main .ul_d6_ye ul li .idon_text h3::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    content: "";
    width: 20px;
    height: 2px;
    background: #CF1212;
}

.d6_qywh_main .ul_d6_ye ul li .idon_text p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    text-align: center;
    margin-top: 6px;
}

.d6_img_bnoer {
    width: 560px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.d6_img_bnoer img {
    width: 100%;
}

.d6_dqgz_cont {
    width: 100%;
    overflow: hidden;
}

.d6_swipe {
    width: 100%;
    /* background: #FFFFFF; */
    transition: all .4s;
    position: relative;
    cursor: pointer;
}

.d6_swipe::before {
    position: absolute;
    bottom: 0;
    width: 0%;
    content: "";
    display: inline-block;
    height: 1px;
    background: #CF1212;
    transition: all .8s;
}

.d6_swipe .img_d6 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.d6_swipe:hover .img_d6 .houer {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.d6_swipe .img_d6 .houer {
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}

.d6_swipe .img_d6 .houer img {
    width: 45px;
    height: 45px;
}

.d6_swipe .img_d6 img {
    width: 100%;
}

.d6_swipe .text_d6 {
    width: 100%;
    padding: 20px 10px;
}

.d6_swipe .text_d6 p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.d6_dy_swiper .dygz_swiper ul,
.d6_dy_swiper .dygz_swiper3 ul {
    width: 100%;
}

.d6_dy_swiper .dygz_swiper ul li,
.d6_dy_swiper .dygz_swiper3 ul li {
    width: 23.94%;
    float: left;
    margin-right: 1.4%;
    margin-bottom: 20px;
}

.d6_dy_swiper .dygz_swiper ul li:nth-child(4n),
.d6_dy_swiper .dygz_swiper3 ul li:nth-child(4n) {
    margin-right: 0;
}

.d6_dy_swiper .dygz_swiper1 ul {
    width: 100%;
    margin: 24px;
}

.d6_dy_swiper .dygz_swiper1 ul li {
    width: 23.94%;
    float: left;
    margin-right: 1.4%;
    margin-bottom: 20px;
}

.d6_dy_swiper .dygz_swiper1 ul li:nth-child(3n) {
    margin-right: 0;
}

.d6_dqgz_cont {
    padding: 70px 0 100px 0;
}

.d6_dy_swiper {
    margin-top: 45px;
}

.d6_dy_swiper .jgzy_swiper_but {
    margin-top: 20px;
}

.d6_dqgz_cont.yggh {
    background: #F6F6F6;
}

/*----------------------- d6 end ------------------*/

.img_horer {
    display: none;
}

/* 弹框swiper */

.modelTost {
    display: none;
    background: rgba(0, 0, 0, .3);
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.modelTostChile {
    width: 1200px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 80px 0;
}

.modelTost .dd {
    width: 100%;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}

.modelTost .swiper-container.lhi {
    width: 100%;
}

.modelTost .swiper-container.lhi .swiper-slide {
    position: relative;
    width: 764px;
    opacity: 0.2;
    transition: all .4s;
}

.modelTost .swiper-container.lhi .swiper-slide img {
    width: 100%;
    display: block;
}

.modelTost .swiper-container.lhi .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.modelTost .dd span {
    font-size: 44px;
    color: #fff;
    float: right;
}

.modelClose {
    float: right;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url(../images/gbred.png) no-repeat center center/100%;
}

.modelTost .swiper-container.lhi .swiper-button-next {
    width: 50px;
    height: 50px;
    background: url(../images/icon_2.png) no-repeat center center/100%;
    background-size: 100%;
    margin-top: 0;
    right: 10%;
    transition: all .4s;
}

.modelTost .swiper-container.lhi .swiper-button-next:hover {
    background: url(../images/icon_2_h.png) no-repeat center center/100%;
}

.modelTost .swiper-container.lhi .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: url(../images/icon_1.png) no-repeat center center/100%;
    background-size: 100%;
    margin-top: 0;
    left: 10%;
    transition: all .4s;
}

.modelTost .swiper-container.lhi .swiper-button-prev:hover {
    background: url(../images/icon_1_h.png) no-repeat center center/100%;
}

.modelTost .swiper-container.lhi .swiper-button-next:after,
.modelTost .swiper-container.lhi .swiper-container-rtl .swiper-button-prev:after {
    content: "";
}

.modelTost .swiper-container.lhi .swiper-button-prev:after,
.modelTost .swiper-container.lhi .swiper-container-rtl .swiper-button-next:after {
    content: "";
}

#ipo5,
#ipo2,
#ipo1,
#ipo3,
#ipo4,
#ipo6 {
    position: relative;
    top: -70px;
    left: 0;
    height: 0;
    width: 100%;
}

.modelTostChile .biaoti {
    width: 80%;
    margin: auto;
    margin-top: 28px;
}

.modelTostChile .biaoti p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 31px;
    text-align: center;
}

.d7_totle h3 {
    font-size: 36px;
    font-weight: bold;
    color: #222222;
    line-height: 38px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 39px;
}

.d7_totle h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 39px;
    height: 4px;
    background: #C82128;
}

/* ---------------------IE浏览器版本兼容调试------------------ */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
}

/* 放置全部hover效果 */

@media screen and (min-width: 1200px) {
    .xyzp_main .xyzp_list ul li p:hover {
        color: #BF1623;
    }

    .xyzp_main .xyzp_list ul li p:hover::before {
        background: #BF1623;
    }

    .shzp_e3 .shzp_list ul li .shzp_li:hover h3 {
        color: #BF1623;
    }

    .shzp_e3 .shzp_list ul li .shzp_li:hover h3::before {
        background: #BF1623;
    }

    .b2_comtlis_t .b2_comt_l .Btowe_swiper .Btowe_next:hover {
        background: url(../images/icon_1_h.png) no-repeat center center/100%;
    }

    .b2_comtlis_t .b2_comt_l .Btowe_swiper .Btowe_prev:hover {
        background: url(../images/icon_2_h.png) no-repeat center center/100%;
    }

    .b2_xgxmtuijian .xgtjcont_swiper .xgtj_swiper .swiper_div:hover {
        background: #BF1623;
    }

    .b2_xgxmtuijian .xgtjcont_swiper .xgtj_swiper .swiper_div:hover .text_p p {
        color: #fff;
    }

    .b3_conter .b3_list_ul ul li .b3_list_li:hover .b3_more span {
        color: #CF1212;
    }

    .b3_conter .b3_list_ul ul li .b3_list_li:hover .b3_more span i.icon_more {
        background: url(../images/b3_icon2.png) no-repeat center center/100%;
        transform: translateX(4px);
    }

    .bim_p5_comter .c2_tab ul li:hover {
        border: 1px solid #CF1212;
        background: #CF1212;
    }

    .bim_p5_comter .c2_tab ul li:hover p {
        color: #fff;
    }

    .d1_listconter .d1_list_ul ul li:hover .d1_lisr_li .news_text .nesw_more span i.icon_more {
        background: url(../images/b3_icon2.png) no-repeat center center/100%;
        transform: translateX(4px);
    }

    .d1_listconter .d1_list_ul ul li:hover .d1_lisr_li .news_text .nesw_more span {
        color: #CF1212;
    }

    .d3_viode_list li:hover::before {
        width: 100%;
    }

    .xyzp_main .xyzp_more p:hover {
        background-color: #A8000E;
        color: #fff;
    }

    .d4_rucg_swiper .ruch_cont:hover {
        background: #fff;
        box-shadow: 0px 0px 20px 0px rgba(3, 0, 0, 0.1);
    }

    .d6_swipe:hover {
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    }

    .d6_swipe:hover::before {
        width: 100%;
    }

    .shzp_e3 .xyzp_more p:hover {
        background-color: #A8000E;
        color: #fff;
    }

    .c2_tbp_ul ul li .c2_tbp_li:hover .c2_tbp_r .c2_im_more span {
        color: #C82128;
    }

    .d7_wdfy_cont ul li:hover {
        border: 1px solid #CF1212;
        box-shadow: 0px 0px 20px 0px rgba(3, 0, 0, 0.1);
    }

    .xyyl_e2_list li:hover {
        background: rgba(0, 0, 0, 0.3);
    }

    .b1_conter .b1_list ul li:hover .b1_text {
        background: #cf1212;
    }

    .b1_conter .b1_list ul li:hover .b1_text p {
        color: #fff;
    }
}

@supports (top: env(safe-area-inset-top)) {
    input {
        font-family: Arial;
        /* transform: translateY(-2px); */
    }

    input {
        padding-top: 8px;
        /* font-family: "å¾®è½¯é›…é»‘"; */
    }

    .layui-layer-hui .layui-layer-content {
        font-family: Arial;
    }

    .layui-layer-dialog .layui-layer-padding {
        font-family: Arial;
    }

    input::-webkit-input-placeholder {
        font-size: 15px;
    }

    input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        font-size: 15px;
    }

    input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        font-size: 15px;
    }

    input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        font-size: 15px;
    }
}

/* -------------------------f1------------------------- */

.F_search_cont {
    width: 100%;
    overflow: hidden;
    padding: 79px 0 100px 0;
}

.F_search_cont .title {
    width: 100%;
}

.F_search_cont .title h3 {
    font-size: 36px;
    font-weight: 400;
    color: #222222;
    line-height: 38px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.F_search_cont .title h3::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    width: 39px;
    height: 4px;
    background: #C82128;
    display: inline-block;
    margin: auto;
}

.F_search_cont .f1_sear_ul {
    width: 100%;
    margin-top: 37px;
    margin-bottom: 74px;
}

.F_search_cont .f1_sear_ul ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #F5F5F5;
    margin-top: 20px;
    padding: 27px 39px;
}

.F_search_cont .f1_sear_ul ul li:first-child {
    margin-top: 0;
}

.F_search_cont .f1_sear_ul ul li a.f1_ser_l {
    width: calc(100% - 80px);
    float: left;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 24px;
}

.F_search_cont .f1_sear_ul ul li a.f1_ser_r {
    width: 80px;
    float: right;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.F_search_cont .f1_sear_ul ul li a:hover {
    color: #C82128;
}

.zhaopin_ce {
    width: 100%;
    position: fixed;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
}

.zhaopin_ce .zhaopI_ty {
    width: 800px;
    border-radius: 8px;
    background-color: #fff;
    padding: 46px;
    position: relative;
}

.zhaopin_ce .zhaopI_ty p {
    font-size: 16px;
    color: #333;
    line-height: 36px;
}

.guanboa_tio {
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url(../images/gbred.png) no-repeat center center/100%;
}


.journey_back {
    margin-top: 100px;
}

.index_information {
    margin-top: 100px;
}