@charset "UTF-8";


/** banner-container */
.banner-container {
    height: 420px;
    width: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-wrapper {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}



.media {
    width:450px;
    height: 300px;
    /* position: relative;*/
}

.flex-l {
    flex: 11;
}

.flex-m {
    flex: 3;
}

.flex-r {
    flex: 9;
}

.media-flex {
    flex: 9;
}

.words-flex {
    flex: 11;
}

.words-flex-r {
    flex: 8;
}


.desc {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-top: 5px;
}


.detail-half {
    margin: 30px auto 40px;
    font-size: 14px;
    color: #666;
    line-height: 15px;
}


a.primary {
    background: #38f;
    padding: 12px 42px;
    color: #fff;
}


a.button {
    font-size: 14px;
    padding: 12px 22px;
    text-decoration: none;
    border-radius: 2px;
}

a.ml20 {
    margin-left: 20px;
}

a.white {
    border: 1px solid #38f;
    padding: 11px 21px;
}

.intro-img-4cjc-1800 {
    background-size: 317px 232px;
    width: 317px;
    height: 232px;
    background-color: #F8F8F8;
    object-fit: contain;
    margin: 0 0;
    padding: 0 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro-img-4cjc-1800 img {
    max-width: 100%; /* 图片宽度不超过父容器宽度 */
    max-height: 100%; /* 图片高度不超过父容器高度 */
    /*transition: width 0.5s ease-in-out;*/
    transition: width 2s ease-in-out 0.5s;
}


#index-banner-1 {
    background-image: url(/static/intro/img/index/banner-1.jpg);
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.index-company-dynamics-honor .one-half-left {
    float: left;
    width: 48%;
    position: relative;
    z-index: 1;
}

.index-company-dynamics-honor .one-half-right {
    float: right;
    width: 48%;
}

.index-company-dynamics-honor h2 {
    position: relative;
    line-height: 48px;
    margin-bottom: 5%;
    overflow: hidden;
}

.index-company-dynamics-honor h2 a {
    float: right;
    position: relative;
}

.index-company-dynamics-honor h2 a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #FF6F00;
}

.index-company-dynamics-honor .one-half-left li dt {
    float: left;
    width: 40%;
    position: relative;
}

.index-company-dynamics-honor .one-half-left li dd {
    float: right;
    width: 55%;
}

.index-company-dynamics-honor .one-half-left li dd h3:hover a {
    cursor: pointer;
    text-decoration: none;
    color: #FF6F00;
}

.index-company-dynamics-honor .one-half-left li dd h3+span {
    display: block;
    color: #C6083A;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2% 0;
}

.index-company-dynamics-honor .one-half-left li dd h3+span+p {
    height: 4.5em;
    color:#434343;
    overflow: hidden;
    margin-bottom: 3%;
}


.index-company-dynamics-honor .one-half-right li dt {
    float: left;
    width: 47%;
    position: relative;
}

.index-company-dynamics-honor .one-half-right li dd {
    float: right;
    width: 47%;
}


.index-company-dynamics-honor .one-half-right a {
    height: auto;
    width: auto;
}

