body {
    background: #fff;
}

.main-container, .application-swiper, .dynamic {
    margin: 0 auto;
    font-size: 16px;
    position: relative;
    width: 1100px;
}

.banner {
    height: 400px;
    overflow: hidden;
}

.banner .swiper-button-next {
    width: 35px;
    height: 35px;
    background-size: 35px;
    right: 40px;
    background-image: url(../images/home_right.png);
}

.banner .swiper-button-prev {
    width: 35px;
    height: 35px;
    left: 40px;
    background-size: 35px;
    background-image: url(../images/home_left2.png);
}


/*.banner .swiper-img {
    height: 500px;
}*/

.about-us .about-img-wrap {
    display: inline-block;
    position: relative;
    height: 455px;
    background: #d1d9e2;
    z-index: 1;
}

.about-us .about-img {
    position: relative;
    top: -50px;
    right: 15px;
    width: 402px;
    height: 490px;
}

.about-us .about-content-wrap {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-top: 44px;
    margin-left: 114px;
}

.about-us .about-en-title {
    line-height: 1;
    font-weight: 400;
    font-size: 60px;
    color: #3e3e3e;
    font-family: bebasneueregular;
}

.about-us .about-cn-title {
    font-weight: 400;
    font-size: 24px;
    color: #3e3e3e;
    margin-top: 7px;
}

.about-us .about-split {
    width: 2px;
    height: 36px;
    margin-top: 6px;
    background: #888888;
}

.about-us .about-company-name {
    font-size: 24px;
    color: #3e3e3e;
    margin-top: 35px;
}

.about-us .about-content {
    font-size: 14px;
    color: #333333;
    margin-top: 6px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.about-us .about-more {
    float: right;
    margin-top: 30px;
    width: 115px;
    height: 35px;
    background: #18477f;
    color: #fff;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
}

.about-us .about-more::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 12px;
    background: url(../images/home-rightarrow.png) no-repeat center/100%;
    margin-left: 6px;
}

.about-us .about-more:hover {
    background: #215898;
}

.about-us .about-more:active {
    background: #143c6c;
}

.product-introduce {
    margin-top: 100px;
}

.product-introduce .product-en-title {
    font-family: bebasneueregular;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    font-size: 60px;
    color: #3e3e3e;
}

.product-introduce .product-cn-title {
    font-weight: 400;
    text-align: center;
    font-size: 24px;
    color: #3e3e3e;
    margin-top: 4px;
}

.product-introduce .product-split {
    height: 2px;
    width: 36px;
    margin: 20px auto;
    background: #888888;
}

.product-introduce .product-swiper {
    height: 360px;
}

.product-introduce .product-title {
    color: #000;
}

.product-introduce .product-swiper .swiper-slide {
    height: 85%;
    border: 1px solid #b0b0b0;
    border-radius: 20px;
    padding: 20px 14px;
    text-align: center;
    background-color: #fff;
}

.product-introduce .product-swiper .swiper-slide:hover {
    background-color: #18477f;
    border-color: #18477f;
    color: #fff;
}

.product-introduce .swiper-pagination-bullet-active {
    background: #2b3b53;
}

.product-introduce .product-img {
    width: 114px;
    height: 114px;
    display: block;
    margin: 25px auto;
}

.product-introduce .product-content {
    margin-top: 10px;
    color: #888888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    letter-spacing: 2px;
    height: 62px;
}

.product-introduce .product-swiper .swiper-slide:hover .product-content {
    color: #fff;
}

.product-introduce .product-swiper .swiper-slide:hover .product-title {
    color: #fff;
}

.application-case {
    margin-top: 110px;
    height: 486px;
    position: relative;
}

.application-case .application-en-title {
    font-family: bebasneueregular;
    font-weight: 400;
    font-size: 60px;
    color: #3e3e3e;
    line-height: 1;
}

.application-case .application-cn-title {
    font-weight: 400;
    font-size: 24px;
    color: #3e3e3e;
    margin-top: 7px;
}

.application-case .application-split {
    width: 2px;
    height: 36px;
    margin-top: 16px;
    background: #888888;
}

.application-case .application-background {
    background: #18477f;
    height: 325px;
    position: absolute;
    width: 100%;
    z-index: 0;
    bottom: 0;
}

.application-case .application-swiper {
    height: 100%;
}

.application-case .application-header {
    position: absolute;
    left: 46px;
    top: 0;
    z-index: 1;
}

.application-case .swiper-slide {
    text-align: center;
    font-size: 0;
    position: relative;
}

.application-case .swiper-slide .case-item {
    display: inline-block;
    height: 100%;
    vertical-align: top;
    text-align: left;
}

.application-case .img-wrap {
    width: 580px;
}

.application-case .text-wrap {
    position: relative;
    background-color: #fff;
    padding: 215px 46px 46px 46px;
    width: 520px;
}

.application-case .swiper-slide .case-item-img {
    width: 100%;
    height: 100%;
}

.application-case .case-h3 {
    font-size: 24px;
}

.application-case .case-p {
    font-size: 14px;
    margin-top: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    line-height: 1.6;
}

.application-case .case-more {
    float: left;
    margin-top: 33px;
    width: 115px;
    height: 35px;
    background: #18477f;
    color: #fff;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
}

.case-more::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 12px;
    background: url(../images/home-rightarrow.png) no-repeat center/100%;
    margin-left: 6px;
}

.application-case .case-more:hover {
    background: #215898;
}

.application-case .case-more:active {
    background: #143c6c;
}

.application-case .application-father .swiper-button-next {
    background-image: url(../images/home-right.png);
    background-size: contain;
    border: 1px solid #fff;
    top: auto;
    right: -80px;
    bottom: 14px;
    height: 27px;
    width: 30px;
    opacity: .85;
    outline: none;
}

.application-case .application-father .swiper-button-next:hover, .application-case .application-father .swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 0.35);
}

.application-case .application-father .swiper-button-prev {
    background-image: url(../images/home-left.png);
    top: auto;
    bottom: 14px;
    left: auto;
    background-size: contain;
    border: 1px solid #fff;
    right: -40px;
    height: 27px;
    width: 30px;
    opacity: .85;
    outline: none;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .45!important;
}

.dynamic {
    margin: 115px auto;
    text-align: center;
}

.dynamic .dynamic-en-title {
    font-family: bebasneueregular;
    line-height: 1;
    font-weight: 400;
    font-size: 60px;
    color: #3e3e3e;
}

.dynamic .dynamic-cn-title {
    font-weight: 400;
    font-size: 24px;
    color: #3e3e3e;
    margin-top: 15px;
}

.dynamic .dynamic-split {
    width: 36px;
    height: 2px;
    background: #888888;
    margin: 20px auto 46px;
}

.dynamic .dynamic-box {
    height: 400px;
    position: relative;
}

.dynamic .dynamic-ul::after:hover {
    background: #215898;
}

.dynamic .dynamic-ul .dynamic-li {
    margin-bottom: 16px;
    height: 76px;
}

.dynamic .dynamic-ul .dynamic-left {
    display: inline-block;
    width: 19%;
    font-size: 16px;
    vertical-align: middle;
    border-right: 1px solid #ffffff;
}

.dynamic .dynamic-ul .dynamic-left .dynamic-date {
    font-size: 44px;
    font-weight: 600;
}

.dynamic .dynamic-ul .dynamic-left .dynamic-y-m {
    font-size: 14px;
}

.dynamic .dynamic-ul .dynamic-right {
    display: inline-block;
    width: 78%;
    font-size: 14px;
    vertical-align: middle;
}

.dynamic .dynamic-ul .dynamic-right:hover p , .dynamic-topnew .dynamic-topnew-a:hover p {
      text-decoration: underline;
}


.dynamic .dynamic-ul .dynamic-right .dynamic-title, .dynamic .dynamic-ul .dynamic-right .dynamic-content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 12px 0 12px 10px;
    text-align: left;
    font-size: 14px;
    color: #fff;
}

.dynamic .dynamic-ul .dynamic-right .dynamic-title {
    font-weight: 600;
}

.dynamic .dynamic-topnew {
    position: absolute;
    width: 62%;
    background: #fff;
    left: 40%;
    top: 48px;
    bottom: 48px;
    font-size: 0;
    padding: 40px 16px 0 20px;
}

.dynamic .dynamic-topnew .dynamic-topnew-left {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 14px;
    height: 100%;
}

.dynamic .dynamic-topnew .dynamic-topnew-left .dynamic-topnew-date {
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
}

.dynamic .dynamic-topnew .dynamic-topnew-left .dynamic-topnew-date .year {
    color: #999;
    font-size: 14px;
    margin-left: 8px;
}

.dynamic .dynamic-topnew .dynamic-topnew-left .dynamic-topnew-title {
    text-align: left;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 34px 0 16px;
    color: #333333;
}

.dynamic .dynamic-topnew .dynamic-topnew-left .dynamic-topnew-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    color: #333333;
    text-align: left;
    height: 62px;
}

.dynamic .dynamic-topnew .dynamic-topnew-right {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    padding-left: 14px;
    height: 100%;
}

.dynamic .dynamic-topnew .dynamic-topnew-left .dynamic-more {
    float: left;
    margin-top: 20px;
    width: 120px;
    height: 35px;
    background: #18477f;
    color: #fff;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
}

.dynamic-more::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 12px;
    background: url(../images/home-rightarrow.png) no-repeat center/100%;
    margin-left: 6px;
}

.dynamic .dynamic-topnew .dynamic-topnew-left .dynamic-more:hover {
    background: #215898;
}

.dynamic-ul-wrap {
    height: 100%;
    width: 50%;
    background: url(../images/home_xinxi_banner.png) center/cover no-repeat;
    color: #fff;
    height: 100%;
    padding: 40px 140px 0 20px;
    position: relative;
}

.dynamic-a {
    position: absolute;
    bottom: 36px;
    left: 40px;
    width: 36px;
    height: 30px;
    line-height: 30px;
    border: 1px solid;
    font-size: 20px;
    opacity: .8;
    cursor: pointer;
}

.dynamic-a:hover {
    background-color: rgba(255, 255, 255, 0.35);
}

.dynamic-a::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/home-rightarrow.png) no-repeat center/100%;
}

.swiper-pagination-bullet {
    width: 10px!important;
    height: 10px!important;
}

.application-father {
    font-size: 16px;
    position: relative;
    width: 1100px;
    z-index: 1;
    margin: 0 auto;
        height: 100%;
}

.dynamic-topnew-a{
  width: 100%;
}
