.banner {
    position: relative;
    width: 100%;
    height: 682px;
    overflow: hidden;
    /* background: url(../images/banner.jpg) no-repeat center top / cover; */
}
.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 682px;
    background: url(../images/banner.jpg) no-repeat center top / cover;
}
.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.banner-content .text02 {
    margin-top: 40px;
    font-size: 36px;
    color: white;
}
.banner-content .btn {
    width: 100%;
    margin-top: 120px;
}
.banner-content .btn a {
    display: block;
    width: 258px;
    height: 50px;
    margin: 0 auto;
    background-color: #e60012;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color: white;
}
.banner-down {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 82px;
    padding-top: 20px;
    text-align: center;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .2), #080707);
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, .2), #080707);
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, .2), #080707);
    background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, .2), #080707);
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, .2), #080707);
}
.one-box {
    margin: 100px 0;
}
.one-left___img {
    position: relative;
    width: 100%;
    height: 430px;
}
.one-left__right {
    position: absolute;
    right: 28px;
    bottom: 20px;
}
.one-right__text {
    margin-top: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    text-align: justify;
}
.one-right__btns {
    margin-top: 20px;
}
.one-right__btns .btn {
    position: relative;
    display: block;
    width: 100%;
    height: 140px;
    background-color: #f5f6f7;
    color: #e60012;
    transition: all 0.2s linear;
}
.one-right__btns .btn:hover {
    background-color: #e60012;
    color: white;
}
.one-right__btns .btn .btn-texts {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.btn-texts p:nth-child(1) {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}
.btn-texts p:nth-child(1) span {
    font-size: 16px;
    font-weight: normal;
}
.btn-texts p:nth-child(2) {
    font-size: 16px;
    margin: 15px 0 0;
}
.btn-size .btn-texts p:nth-child(1) {
    font-size: 22px;
    font-weight: bold;
}
.one-right__more {
    margin-top: 20px;
}
.one-right__more a {
    font-size: 16px;
    color: #343c5c;
}
.two-box {
    padding: 100px 0;
    background-color: #f5f6f7;
}
.two-title {
    text-align: center;
}
.two-content {
    margin-top: 50px;
}
.two-content .two-group {
    width: 100%;
    margin-bottom: 40px;
    padding: 30px;
    background-color: white;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
    transition: all 0.2s linear;
}
.two-content .two-group:hover {
    box-shadow: 3px 3px 8px rgba(0, 0, 0, .3);
}
.two-content .two-group.left {
    border-radius: 40px 5px 5px;
}
.two-content .two-group.right {
    border-radius: 5px 40px 5px 5px;
}
.two-group .group-name p {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    color: #343c5c;
}
.two-content .two-group.left .group-name p,
.two-content .two-group.left .group-text {
    text-align: right;
}
.two-content .two-group.right .group-name p,
.two-content .two-group.right .group-text {
    text-align: left;
}
.two-content .two-group .group-text {
    min-height: 50px;
    margin-top: 30px;
    font-size: 16px;
    color: #666;
}
.three-box .three-title {
    margin: 70px 0;
    text-align: center;
}
.three-box .swiper-container {
    position: relative;
    width: 100%;
    height: 412px;
    background: #000;
  }
.three-box .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 412px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.three-box .swiper-slide .swiper-group {
    width: 800px;
    margin: 0 auto;
    padding-top: 70px;
    color: white;
}
.three-box .swiper-pagination-clickable .swiper-pagination-bullet {
    opacity: 1;
    background-color: white;
}
.three-box .swiper-pagination-white .swiper-pagination-bullet-active {
    background-color: #b40c1c;
}
.swiper-group .group-name {
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
}
.swiper-group .group-name span {
    margin-left: 10px;
    font-size: 20px;
    font-weight: normal;
}
.swiper-group .group-text {
    line-height: 25px;
    font-size: 16px;
    text-align: justify;
}
.four-box {
    margin: 90px 0;
}
.four-title {
    text-align: center;
}
.swiper-container01 {
    position: relative;
    height: 380px;
    overflow: hidden;
}
.swiper-container01 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.four-swiper__group .name {
    margin-top: 20px;
}
.four-swiper__group .name p {
    margin: 0 0 5px;
}
.four-swiper__group .name .color_z {
    font-size: 18px;
    color: #343c5c;
}
.four-swiper__group .name .color_h {
    font-size: 14px;
    color: #4d4d4d;
}
.four-swiper__group .name .hr {
    width: 15px;
    height: 2px;
    margin: 10px auto;
    background-color: #f1707a;
}
.swiper-container01 {
    margin-top: 50px;
}
.swiper-container01 .swiper-slide .img {
    width: 195px;
    height: 195px;
    overflow: hidden;
    border-radius: 195px;
    text-align: center;
    vertical-align: top;
    font-size: 0;
    box-sizing: content-box;
}
.swiper-container01 .swiper-slide .img img
{
    width: 195px;
    height: 195px;
}
.swiper-container01 .swiper-slide.swiper-slide-active .img {
    width: 195px;
    height: 195px;
    overflow: hidden;
    border-radius: 195px;
    text-align: center;
    vertical-align: top;
    font-size: 0;
    box-sizing: content-box;
    border: #e5e5e5 solid 8px;
}

.swiper-container01 .swiper-button-prev,
.swiper-container01 .swiper-button-next
{
    width: 28px;
    height: 30px;
    z-index: 5;
    outline: medium;
    -webkit-tap-highlight-color: rgba(255,255,255,0)
}
.swiper-container01 .swiper-button-prev:focus,
.swiper-container01 .swiper-button-next:focus {
    -webkit-tap-highlight-color:rgba(255,255,255,0);
    outline: medium;
}
.swiper-container01 .swiper-button-prev {
    background-image: url(../images/four_prev.png);
    background-size: 28px 30px;
}
.swiper-container01 .swiper-button-next {
    background-image: url(../images/four_next.png);
    background-size: 28px 30px;
}
.six-box {
    padding: 60px 0;
    background-color: #f5f6f7;
}
.six-title {
    text-align: center;
}
.six-content {
    margin-top: 60px;
}
.six-group {
    width: 100%;
    margin-bottom: 30px;
}
.six-group .img img{
    width: 100%;
    height: 200px;
}
.six-group .text {
    text-align: center;
}
.six-group .text p {
    margin: 0;
}
.six-group .text .intro {
    margin: 8px 0;
    font-size: 14px;
    text-align: center;
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
}
.six-group .text .intro a{ color:black;}
.six-group .text .intro a:hover { color: #343c5c; }
.six-group .text .time { font-size: 14px; color: #989898; }
.six-more {
    margin-top: 0;
    text-align: center;
}
.seven-box {
    margin: 40px 0;
}
.seven-imgs {
    height: 55px;
    line-height: 55px;
    text-align: center;
}
.seven-imgs .img {
    display: inline-block;
    margin-right: 40px;
}
.seven-imgs .img:last-of-type {
    margin-right: 0;
}
.seven-imgs .img img {
    vertical-align: middle;
}
.all-updown {
    animation: updown 2s linear infinite;
    -webkit-animation: updown 2s linear infinite;
    -moz-animation: updown 2s linear infinite;
    -o-animation: updown 2s linear infinite;
    -ms-animation: updown 2s linear infinite;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
}
.hover-right img {
    transition: all 0.2s linear;
}
.hover-right:hover img {
    margin-left: 5px;
}
@keyframes updown {
    0% {
        padding-top: 0;
        opacity: 1;
    }
    50% {
        padding-top: 10px;
        opacity: 0.2;
    }
    100% {
        padding-top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes updown {
    0% {
        padding-top: 0;
        opacity: 1;
    }
    50% {
        padding-top: 10px;
        opacity: 0.2;
    }
    100% {
        padding-top: 0;
        opacity: 1;
    }
}

@-moz-keyframes updown {
    0% {
        padding-top: 0;
        opacity: 1;
    }
    50% {
        padding-top: 10px;
        opacity: 0.2;
    }
    100% {
        padding-top: 0;
        opacity: 1;
    }
}

@-o-keyframes updown {
    0% {
        padding-top: 0;
        opacity: 1;
    }
    50% {
        padding-top: 10px;
        opacity: 0.2;
    }
    100% {
        padding-top: 0;
        opacity: 1;
    }
}
@media screen and (max-width: 1025px) {
    .banner {
        height: 400px;
    }
    .banner-content .text01 .img01 {
        width: 40px;
    }
    .banner-content .text01 .img02 {
        width: 70%;
    }
    .banner-content .text02 {
        margin-top: 20px;
        font-size: 32px;
    }
    .banner-content .btn {
        margin-top: 35px;
    }
    .one-left {
        display: none;
    }
    .one-box {
        margin: 60px 0;
    }
    .btn-texts p:nth-child(1) {
        font-size: 16px;
    }
    .btn-texts p:nth-child(1) span {
        font-size: 12px;
        font-weight: normal;
    }
    .btn-texts p:nth-child(2) {
        font-size: 12px;
        margin: 5px 0 0;
    }
    .btn-size .btn-texts p:nth-child(1) {
        font-size: 18px;
        font-weight: bold;
    }
    .one-right__btns .btn {
        height: 100px;
    }
    .one-right__more {
        text-align: center;
    }
    .one-right__title img {
        width: 300px;
    }
    .two-group .group-name p {
        font-size: 18px;
    }
    .two-content .two-group .group-text {
        min-height: 65px;
        font-size: 14px;
    }
    .three-box .swiper-slide .swiper-group {
        width: 90%;
    }
    .six-group {
        padding: 0 50px;
    }
    .six-group .img img{
        height: 330px;
    }
    .seven-imgs {
        height: auto;
        line-height: normal;
    }
    .seven-imgs .img {
        display: inline-block;
        width: 45%;
        height: 98px;
        margin: 0 2% 10px 0;
        text-align: center;
        line-height: 98px;
        border: #e9e9e9 solid 2px;
        font-size: 0;
    }
    .seven-imgs .img:nth-child(2n) {
        margin-right: 0;
    }
    .seven-imgs .img:nth-child(2) img {
        width: 80%;
    }
    .swiper-container01 .swiper-slide.swiper-slide-next .img {
        border: none;
    }
    .swiper-container01 .swiper-slide.swiper-slide-active .img {
        width: 195px;
        height: 195px;
        overflow: hidden;
        border-radius: 195px;
        text-align: center;
        vertical-align: top;
        font-size: 0;
        box-sizing: content-box;
        border: #e5e5e5 solid 8px;
    }
}

@media screen and (max-width: 767px) {
    .banner {
        height: 400px;
    }
    .banner-content .text01 .img01 {
        width: 35px;
    }
    .banner-content .text01 .img02 {
        width: 85%;
    }
    .banner-content .text02 {
        margin-top: 15px;
        font-size: 25px;
    }
    .banner-content .btn {
        margin-top: 35px;
    }
    .banner-content .btn a {
        width: 160px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
    .two-box {
        padding: 60px 0;
    }
    .two-title img {
        width: 80%;
    }
    .two-content .two-group {
        margin-bottom: 15px;
        padding: 15px;
    }
    .two-content .two-group.left,
    .two-content .two-group.right {
        border-radius: 5px;
    }
    .two-content .two-group .group-text {
        min-height: 40px;
    }
    .one-right__title img,
    .three-box .three-title img,
    .four-title img,
    .six-title img {
        width: 90%;
    }
    .three-box .three-title {
        margin: 50px 0;
    }
    .swiper-group .group-name {
        line-height: 40px;
        font-size: 18px;
        font-weight: bold;
    }
    .swiper-group .group-name span {
        display: block;
        font-size: 16px;
        padding-left: 20px;
        font-weight: bold;
        line-height: normal;
    }
    .swiper-group .group-text {
        font-size: 14px;
    }
    .three-box .swiper-slide .swiper-group {
        padding-top: 40px;
    }
    .four-box {
        margin: 50px 0;
    }
    .six-box {
        margin: 30px 0;
    }
    .six-group {
        padding: 0 20px;
    }
    .six-group .img img{
        height: 280px;
    }
    .banner-down {
        height: 50px;
        padding-top: 10px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #080707);
        background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), #080707);
        background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), #080707);
        background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0), #080707);
        background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), #080707);
    }
    .banner-down img {
        width: 25px;
    }
}