/* ------------------------banner--------------------------- */

.container-banner {
    width: 100%;
    overflow: hidden;
}

.container-banner>.swiper-container {
    width: 100%;
    position: relative;
}

.container-banner .swiper-slide {
    height: 880px;
    overflow: hidden;
    position: relative;
}
.container-banner .swiper-slide video{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.banner-loading{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.banner-loading i{
    width: 32px;
    height: 32px;
    background-image: url('../images/loading.gif');
    display: inline-block;
    background-repeat: no-repeat;
}

@media all and (max-width:1700px) {
    .container-banner .swiper-slide {
        height: 680px;
    }
}

@media all and (max-width:1460px) {
    .container-banner .swiper-slide {
        height: 580px;
    }
}

@media all and (max-width:1380px) {
    .container-banner .swiper-slide {
        height: 480px;
    }
}


@media all and (max-width:900px) {
    .container-banner .swiper-slide {
        height: 180px;
    }
}

.container-banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    -webkit-transition: all 0.4s ease 1.2s;
    -moz-transition: all 0.4s ease 1.2s;
    -ms-transition: all 0.4s ease 1.2s;
    -o-transition: all 0.4s ease 1.2s;
    transition: all 0.4s ease 1.2s;
}

.container-banner .swiper-slide-active img {
    transition-delay: 0.4s !important;
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: all 5s ease;
    -moz-transition: all 5s ease;
    -ms-transition: all 5s ease;
    -o-transition: all 5s ease;
    transition: all 5s ease;
}

.banner-text {
    position: relative;
}

.banner-text h2 {
    position: absolute;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 4px;
    top: 380px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 99;
    opacity: 0;
}

.banner-text h2 a {
    color: #557cb5;
}

.banner-text h3 {
    position: absolute;
    font-size: 36px;
    top: 400px;
    letter-spacing: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 99;
    opacity: 0;text-shadow: 1px 1px 1px #000; text-align:center; line-height:56px; width:70%; font-weight: bold; font-family: Arial, Helvetica, sans-serif
}

.swiper-slide-active .banner-text h2 {
    animation: bannerup 1s ease both;
}

.swiper-slide-active .banner-text h3 {
    animation: bannerri 1s ease both;
}

#banner-pagination {
    bottom: 30px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #557cb5;
     
}

/* ------------------------technology----------------------------- */

.technology {
    width: 100%;
    background-color: #f5f5f5;
    overflow: hidden;
    padding: 50px 0 30px 0;
    position: relative;
}

.technology-content {
    width: 1300px;
    margin: 0 auto;
}

.technology-content>div {
    float: left;
}

.technology-left {
    width: 39.4%;
}

.technology-left img {
    width: 100%;
}

/* ---------------- */

.technology-right {
    width: 45.6%;
    position: absolute;
    top: 16%;
    left: 36%;
    padding-bottom: 40px;
    background-color: #fefefe;
    opacity: 0.85;
    overflow: hidden;
}

.technology-right h2 {
    font-size: 24px;
    color: #41b2b1;
    text-align: center;
    margin-top: 50px;
}

.technology-list {
    overflow: hidden;
}

.technology-list li {
    float: left;
    width: 25%;
    text-align: center;
    margin-top: 30px;
}

.technology-list li h5 {
    width: 64px;
    height: 64px;
    overflow: hidden;
}

.technology-list li img {
    width: 64px;
    height: 64px;
}

.technology-list li img {
    width: 64px;
    height: 64px;
}

.technology-list li h6 {
    font-size: 12px;
    color: #868686;
    margin-top: 10px;
    height: 28px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.technology-list li img:hover {
    transform: scale(1.06);
}

.technology-list li:hover h6 {
    color: #557cb5;
}

.technology-right h3 {
    font-size: 14px;
    color: #557cb5;
    text-align: center;
    margin-top: 70px;
}

.technology-right h3:hover {
    color: #41b2b1;
}

/* ---------------------------product--------------------------- */

.product {
    width: 100%;
    overflow: hidden;
    text-align: center; padding-top:80px
}

.product-title {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.product-title h4 {
    font-size: 36px;
    color: #557cb5;
}

/* -------------------------- */

.product-box {
    width: 100%;
    background: url(../images/product-bg.png) no-repeat bottom; 
    overflow: hidden;
    padding-bottom: 110px;
}

.product-content {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}

/* -----L----- */

.product-list-l {
    padding-top: 84px;
    overflow: hidden; margin-bottom:20px
}

.product-list-l li {
    height: 280px;
    float: left;
}

.product-list-l li:nth-child(1) {
    width: 59.5%;
}

.product-list-l h2 {
    font-size: 24px;
    color: #0d0d0d;
    text-align: left;
    
    margin-top: 16px;
}

.product-list-l p {
    font-size: 16px;
    color: #617481;
    text-align: left;
    width: 90%;
     
    line-height: 26px;
    margin-top: 16px;
    height: auto  ;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; margin-bottom:30px
}

.product-list-l h4 {
    width: 126px;
    height: 34px;
    border-radius: 30px;
    text-align: center;
    line-height: 34px;
    font-size: 12px;
    background-color: #557cb5;
    color: #ffffff;
   
    margin-top: 22px;
}

.product-list-l h4:hover {
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#557cb5), to(#04538e));
    background: -moz-linear-gradient(top, #557cb5, #04538e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#557cb5', endColorstr='#04538e');
}

.product-list-l li:nth-child(2) {
    width: 40.5%;
    background-color: #fafafa;
    position: relative;
}

.pro-l-pic {
    position: absolute;
    overflow: hidden;
    top: -30%;
    left:25%;
    transition: all 1s ease;
}

.pro-l-pic img {
    width: 100%;
    transition: all 1s ease;
}

.pro-l-pic:hover {
    transform: translateY(-10px);
}

/* ------R------- */

.product-list-r {
    padding-top: 84px;
    overflow: hidden;
}

.product-list-r li {
    height: 280px;
    float: left;
}

.product-list-r li:nth-child(1) {
    width: 40.5%;
    background-color: #eeeeee;
    position: relative;
}

.pro-r-pic {
    position: absolute;
    overflow: hidden;
    top: -30%;
    right: 15%;
    z-index: 9;
    transition: all 1s ease;
}
 
.pro-r-pic img {
    width: 100%;
    transition: all 1s ease;
}

.pro-r-pic:hover {
    transform: translateY(-10px);
}

.product-list-r li:nth-child(2) {
    width: 59.5%;
}

.product-list-r h2 {
    font-size: 24px;
    color: #0d0d0d;
    text-align: left;
    margin-left: 6%;
    margin-top: 16px;white-space:nowrap; overflow:hidden;text-overflow:ellipsis;
}

.product-list-r p {
    font-size: 16px;
    color: #617481;
    text-align: left;
    width: 100%;
    margin-left: 6%;
    line-height: 26px;
    margin-top: 16px;
    height: auto  ;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; margin-bottom: 30px;
}

.product-list-r h4 {
    width: 126px;
    height: 34px;
    border-radius: 30px;
    text-align: center;
    line-height: 34px;
    font-size: 12px;
    background-color: #557cb5;
    color: #ffffff;
    margin-left: 6%;
    margin-top: 22px;
}

.product-list-r h4:hover {
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#557cb5), to(#04538e));
    background: -moz-linear-gradient(top, #557cb5, #04538e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#557cb5', endColorstr='#04538e');
}

/* ------------------------- */

/* -------------------------memoria------------------------------ */

.memoria {
    width: 100%;
    padding-bottom: 60px;
    overflow: hidden;
}

.memoria-content {
    width: 1288px;
    margin: 0 auto;
}

.memoria-title {
    width: 100%;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
    overflow: hidden;
}

.memoria-title h3 {
    font-size: 36px;
    color: #557cb5;
}

.memoria-title p {
    font-size: 14px;
    color: #d7d7d7;
}

.swiper-container-two {
    width: 1288px;
    height: 360px;
    overflow: hidden;
    position: relative;
}

.memoria-person li {
    width: 33.33333333333%;
    float: left;
    text-align: center;
    padding-bottom: 40px;
}

.person-pic-1 {
    width: 122px;
    height: 122px;
    margin-top: 40px;
    transition: all 1s ease;
	border-radius:100%;
}

.person-pic-1:hover {
    transform: scale(1.1);
}

.memoria-person h3 {
    font-size: 18px;
    color: #557cb5;
    margin-top: 20px;
}

.memoria-person p {
    font-size: 12px;
    color: #7b8a94;
    margin-top: 10px;
    width: 70%;
    margin-left: 15%;
    line-height: 22px;
    overflow: hidden;
display: -webkit-box;
text-overflow: ellipsis;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}

.person-pic-2 {
    width: 28px;
    height: 25px;
    margin-top: 40px;
}

.swiper-button-right {
    position: absolute;
    top: 40%;
    left: 0%;
    z-index: 1;
    cursor: pointer;
}

.swiper-button-left {
    position: absolute;
    top: 40%;
    right: 0%;
    z-index: 1;
    cursor: pointer;
}

.swiper-button-right:hover {
    border: 1px solid #557cb5;
}

.swiper-button-left:hover {
    border: 1px solid #557cb5;
}

/* ------------------------origin------------------------------ */

.origin {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.origin-box {
    width: 100%;
    height: auto  ;
   background-color: #f1f3f5;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* background: rgba(0,46,91,.75); */
    /* background-attachment: inherit; */
}

.origin-content {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}

.origin-title {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 30px;
    text-align: center;
    overflow: hidden;
}

.origin-title h4 {
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
}

.origin-matter {
    overflow: hidden; padding:60px 0
    
}

.origin-matter ul li {
    width: 25%;
    float: left;
}

.origin-matter ul li img {
    width: 32px;
    height: 32px;
    float: left;
    margin-top: 10px;
    margin-left: 80px;
}

.origin-matter ul li div {
    overflow: hidden;
    padding-left: 20px;
}

.origin-matter ul li div span {
    font-size: 40px;
    color: #13191f;
    text-align: left;
    font-family: 'Trueno SemiBold';
    font-weight: 900;
}

.origin-matter ul li div a {
    font-size: 40px;
    color: #13191f
    text-align: left;
}

.origin-matter ul li div p {
    font-size: 14px;
   color: rgba(19,25,31,.65);
}

/* ------------------------news----------------------------- */

.news {
    width: 100%;
    overflow: hidden;
    padding-bottom: 80px; padding-top:80px
}

.news-content {
    width: 1300px;
    margin: 0 auto;
}

.news-title {
    width: 100%;
    margin-top: 70px;
    margin-bottom: 40px;
    text-align: center;
    overflow: hidden;
}

.news-title h4 {
    font-size: 36px;
    color: #557cb5;
}

/* ----------- */

.news-matter {
    width: 100%; height:auto; overflow:hidden; padding-top:30px
}

.news-matter ul li {
    float: left;
    width: 33.333333333333333333%;
    height: 350px;
    background-color:#f1f3f5;
    overflow: hidden;
}

.news-matter ul li img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: all 1s ease;
}

.news-matter ul li img:hover {
    transform: scale(1.1);
}
.news-shadow-one {
    -moz-box-shadow: 4px -4px 15px 0px #f5f5f5;
    -webkit-box-shadow: 4px -4px 15px 0px #f5f5f5;
    box-shadow: 4px -4px 15px 0px #f5f5f5;
}

.news-shadow-two {
    -moz-box-shadow: -1px 4px 15px 0px #f5f5f5;
    -webkit-box-shadow: -1px 4px 15px 0px #f5f5f5;
    box-shadow: -1px 4px 15px 0px #f5f5f5;
}

.news-shadow-three {
    -moz-box-shadow: 1px 4px 15px 0px #f5f5f5;
    -webkit-box-shadow: 1px 4px 15px 0px #f5f5f5;
    box-shadow: 1px 4px 15px 0px #f5f5f5;
}
/* .news-shadow-one:hover {
    -moz-box-shadow: 4px -4px 15px 0px #f5f5f5;
    -webkit-box-shadow: 4px -4px 15px 0px #f5f5f5;
    box-shadow: 4px -4px 15px 0px #f5f5f5;
}

.news-shadow-two:hover {
    -moz-box-shadow: -1px 4px 15px 0px #f5f5f5;
    -webkit-box-shadow: -1px 4px 15px 0px #f5f5f5;
    box-shadow: -1px 4px 15px 0px #f5f5f5;
}

.news-shadow-three:hover {
    -moz-box-shadow: 1px 4px 15px 0px #f5f5f5;
    -webkit-box-shadow: 1px 4px 15px 0px #f5f5f5;
    box-shadow: 1px 4px 15px 0px #f5f5f5;
} */

.news-matter ul li h2 {
    font-size: 16px;
    color: #3c3950;
    font-weight: bold;
    text-align: left;
    margin-top: 60px;
    width: 84%;
    margin-left: 8%; line-height:30px
}

.news-matter ul li p {
    font-size: 14px;
    color: #5f727f;
    width: 84%;
    margin-left:8%;
    text-align: left;
    margin-top: 10px;
    line-height: 24px;overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:4;
}

.news-matter ul li h4 {
    font-size: 12px;
    color: #557cb5;
    text-align: left;
    margin-top: 20px; margin-left:8%
}

.news-matter ul li h4:hover {
    font-weight: bold;
}

/* ------------------------events----------------------------- */

.events {
    width: 100%;
    overflow: hidden;
    background-color: #f5f5f5;
}

.event-title {
    width: 100%;
    margin-top: 70px;
    margin-bottom: 30px;
    text-align: center;
}

.event-title h4 {
    font-size: 36px;
    color: #557cb5;
}

.event-title p {
    font-size: 14px;
    color: #a9a9a9;
    margin-top: 10px;
}

.event-title p:hover {
    color: #557cb5;
}

.event-list ul li {
    width: 25%;
    height: 300px;
    overflow: hidden;
    float: left;
    position: relative;
}

.list-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease;
}

.event-list ul li:hover .list-img {
    transform: scale(1.1);
}

.list-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(24, 41, 62, .55);
    /* opacity: 0; */
}

/* .event-list ul li:hover .list-mask {
    opacity: 1;
} */

.list-mask div {
    position: absolute;
    /*left: 40px;*/
    bottom: 40px;
	margin: 0 28px;
}

.list-mask div p {
    font-size: 14px;
    color: #ffffff;
    opacity: .66;
}

.list-mask div h4 {
    font-size: 18px;
    color: #ffffff;
    margin-top: 10px;
}

/* ----------------------------------------------------- */

/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {
    .banner-text h2 {
        font-size: 34px;
        letter-spacing: 3px;
        top: 280px;
    }
    .banner-text h3 {
        font-size: 30px;
        top: 250px; line-height:45px
        
    }
}

@media all and (max-width:1460px) {}

@media all and (max-width:1380px) {
    .technology-right {
        top: 7.5%;
        left: 46%;
    }
}

@media all and (max-width:1320px) {
    .banner-text h2 {
        font-size: 26px;
        letter-spacing: 2px;
        top: 230px;
    }
    .banner-text h3 {
        font-size: 24px;
        top: 290px;
        letter-spacing: 1px;
    }
}

@media all and (max-width:1240px) {
    .technology-content {
        width: 100%;
    }
    .product-content {
        width: 100%;
    }
    .memoria-content {
        width: 100%;
    }
    .swiper-container-two {
        width: 100%;
    }
    .origin-content {
        width: 100%;
    }
    .news-content {
        width: 100%;
    }
}

/* ------------------------手机端-------------------------- */

@media all and (max-width:900px) {
    #banner-pagination {
        bottom: 8px;
    }
    .banner-text h2 {
        font-size: 18px;
        letter-spacing: 0;
        top: 30px;
    }
    .banner-text h3 {
        font-size: 13px;
        top: 90px;
        letter-spacing: 0; line-height:22px; width:90%
    }
	.product-list-r p{
		width:95%;overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:4;height: auto; font-size:14px   ;
	}
    .technology-content {
        width: 96%;
        margin-left: 2%;
    }
    .technology-left {
        width: 100%;
    }
    .technology {
        padding: 20px 0 111px 0;
    }
    .technology-right {
        width: 100%;
        position: absolute;
        top: 16%;
        left: 0%;
        padding-bottom: 40px;
    }
    .technology-right h2 {
        font-size: 16px;
        margin-top: 30px;
    }
    .technology-list li {
        width: 25%;
    }
    .technology-right h3 {
        margin-top: 60px;
    }
    .product-title {
        margin-top: 20px;
    }
    .product-title h4 {
        font-size: 24px;
    }
    .product-content {
        width: 96%;
        margin-left: 2%;
    }
    .product-list-l li:nth-child(1) {
        width:50%;
    }
    .product-list-l li:nth-child(2) {
        width: 50%;height: 220px;
    }
    .product-list-l {
        padding-top:20px;margin-bottom:0
    }
    .product-list-l h2 {
        font-size: 18px;
        margin-top: 10px;
    }
	.product-list-r { padding-top: 34px;overflow:hidden; }
    .pro-l-pic {
        top: 6%;
        left: 0;
    }
    .product-list-r li:nth-child(1) {
        width: 50%;
    }
    .pro-r-pic {
        top: -16%;
        right: 10%;
    }
    .product-list-r li:nth-child(2) {
        width: 50%;
    }
    .product-list-r h2 {
        font-size: 18px;
        margin-top: 12px;
    }
    .product-box {
        padding-bottom: 0px;
    }
    .memoria-title h3 {
        font-size: 24px;
    }
    .memoria-content {
        width: 96%;
        margin-left: 2%;
    }
    .memoria-title {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .memoria-person h3 {
        font-size: 12px;
        margin-top: 16px;
        height: 28px;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .memoria-person p {
        width: 90%;
        margin-left: 5%;
        height: 90px;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        margin-top: 0;
    }
    .person-pic-1 {
        width: 62px;
        height: 62px;
        margin-top: 30px;
    }
    .person-pic-2 {
        margin-top: 20px;
    }
    .swiper-button-right {
        position: absolute;
        top: auto;
        left: 32%;
        bottom: 0;
        z-index: 1;
        cursor: pointer;
    }
    .swiper-button-left {
        position: absolute;
        top: auto;
        bottom: 0;
        right: 32%;
        z-index: 1;
        cursor: pointer;
    }
    .memoria {
        padding-bottom: 20px;
    }
	.product {
  width: 100%;
  overflow:
hidden;
  text-align: center;
  padding-top: 20px;padding-bottom: 20px;
}
    .origin-title h4 {
        font-size: 24px;
    }
    .origin-matter ul li {
        width: 50%;
        float: left;
        margin-top: 20px;
    }
    .origin-title {
        margin-top: 60px;
    }
	.origin-box{
        height: auto;
        background-attachment: unset;
	}
    .origin-matter {
        margin-top: 0px;padding: 0 0 20px;
    }
    .origin-matter ul li div span {
        font-size: 24px;
    }
    .origin-matter ul li div a {
        font-size: 24px;
    }
    .origin-matter ul li img {
        margin-left: 20px;
    }
    .news-title h4 {
        font-size: 24px;;
    }
    .news-title {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .news-matter ul li {
        width: 100%;
        height: auto  ;
       /* margin-top: 20px;*/
    }
    .news-matter ul li h2 {
        font-size: 16px;
        margin-top: 10px;width: 90%;
  margin-left:5%;
    }
    .news-matter ul li p {
        width: 90%;
        margin-left: 5%;
        margin-top: 5px;-webkit-line-clamp: 2;
    }
    .news-matter ul li h4 {
        margin-top: 10px;margin-left: 5%; margin-bottom:20px
    }
    .news-matter ul li img {
        height: 232px;
    }
    .news {
        width: 96%;
        margin-left: 2%;
        padding-bottom: 26px;padding-top: 20px;
    }
	.news-matter {
    width: 100%; height:auto; overflow:hidden; padding-top:0
}
    .event-title h4 {
        font-size: 24px;
    }
    .event-title {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .event-list ul{
        margin-left: -2%;
    }
    .event-list ul li {
        width: 48%;
        height: 220px;
        margin-left: 2%;
        margin-top: 2%;
    }
    .list-mask {
        opacity: 1;
    }
    .list-mask div {
        left: 16px;
        bottom: 40px;
		margin: 0;
    }
    .product-list-l p {
        width: 88%;
		height: auto; font-size:14px;overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:4;
    }
    .pro-l-pic img {
        width: 100%;
    }
    .pro-r-pic img {
        width: 100%;
    }
	.product-list-r li {
  height: 220px;
  float: left;
}
}


.g-tit1{text-align: center;position: relative;z-index: 2;margin-bottom: 50px;}

.g-tit1 .left{text-align: left;}

.g-tit1 .cn{position: relative;z-index: 2;}

.g-tit1 h2{font-size: 40px;font-weight: normal;line-height: 1.1;

	margin-bottom: 15px;font-weight: bold;color: #557cb5;

}

.g-tit1 span{font-size: 16px;color: #333;}

.g-tit1 .en{ 

	font-size: 40px;text-transform: capitalize  ;

	font-family:ariblk;line-height: 1.1;font-weight: bold;

	color: #557cb5;font-style: normal;

}
.flexbet{display: flex;justify-content: space-between;align-items: center;}
.flexcen{display: flex;justify-content: center;align-items: center;}
.indexDiv2{padding:68px 0; }
 .wrap {
  width: 1300px;
  margin: 0 auto;
}
@media only screen and (max-width:1300px){
 .wrap {
  width: 96%;
  margin: 0 auto;
}
}
@media only screen and (max-width:992px){
.g-tit1 {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
.g-tit1 h2{font-size: 20px;font-weight: normal;line-height: 1.1;

	margin-bottom: 15px;font-weight: bold;color: #557cb5;

}	
.g-tit1 .en{ font-size: 30px;

}	
}
.indexDiv2 .bdDiv{margin-top:60px;}
.indexDiv2 .bdDiv ul li{height: 25.57vw;min-height: 350px;flex: 1 1 auto;width: 16.6%;color: #fff;transition: all .6s;position: relative;margin-right: 10px; }
.indexDiv2 .bdDiv ul li:last-child{margin-right: 0; }
.indexDiv2 .bdDiv ul li:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;bottom: 0;background: rgba(0, 0, 0, 0.5);display: none; }
.indexDiv2 .bdDiv ul li .conDiv{position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;flex-direction: column;padding: 3vw 1vw;z-index: 1;overflow: hidden;align-items: stretch;text-align: center;}
.indexDiv2 .bdDiv ul li .conDiv .num{font-size: 36px; }
.indexDiv2 .bdDiv ul li .conDiv .textDiv{display: flex;flex-direction: column;align-items: stretch; }
.indexDiv2 .bdDiv ul li .conDiv .title{font-size: 18px;margin: 10px 0 0; }
.indexDiv2 .bdDiv ul li .conDiv .iconDiv{width: 80px;height: 80px;border: 1px solid #fff;border-radius: 50%;margin: 0 auto; }
.indexDiv2 .bdDiv ul li .conDiv .iconDiv img{width: 40px; }
.indexDiv2 .bdDiv ul li .conDiv .p{display: none;margin-top: 10px; }
.indexDiv2 .bdDiv ul li .conDiv .tag{justify-content: flex-start;display: none;flex-wrap: wrap; }
.indexDiv2 .bdDiv ul li .conDiv .tag span{display: block;padding: 3px 20px;border: 1px solid #fff;color: #fff;margin-right: 20px;margin-top: 10px;flex-wrap: wrap; }
.indexDiv2 .bdDiv ul li:hover{width: 49.7126%;}
.indexDiv2 .bdDiv ul li:hover .conDiv{text-align: left; }
.indexDiv2 .bdDiv ul li:hover .conDiv .iconDiv{margin: 0;width: 100px;height: 100px; }
.indexDiv2 .bdDiv ul li:hover .conDiv .iconDiv img{width: 54px; }
.indexDiv2 .bdDiv ul li:hover .conDiv .title{text-align: left;font-size: 26px;font-weight: bold }
.indexDiv2 .bdDiv ul li:hover .conDiv .p{display: block; }
.indexDiv2 .bdDiv ul li:hover .conDiv .tag{display: flex; }
.indexDiv2 .bdDiv ul li:hover:before{display: block;}
@media only screen and (max-width:992px){
	.flexbet {
  display: block  ;
  justify-content: space-between;
  align-items: center;
}
.indexDiv2 {padding:20px 0;}
.indexDiv2 .bdDiv ul li{height: 25.57vw;min-height: 200px;flex: 1 1 auto;width: 49%;color: #fff;transition: all .6s;position: relative;margin-right: 2%; float:left; margin-bottom:2% }
.indexDiv2 .bdDiv ul li:nth-child(2n){margin-right:0; }	
.indexDiv2 .bdDiv {
  margin-top: 20px;
}	
}
.sy_ys{width:100%; padding:90px 0; background:url(../images/bn_bj.jpg) no-repeat center / cover fixed; overflow:hidden;}
.sy_ys .gy_bt h3{color:#fff;}
.sy_ys .gy_bt em{background-color:#fff;}
.sy_ys li{ float:left; width:33.33%}
.sy_ys li{border-right:1px solid rgba(255,255,255,.3);}
.sy_ys li:last-child{border-right:0;}
.sy_ys .n_r{text-align:center; padding:15px 30px;}
.sy_ys .t_b{width:90px; padding:5px; border:2px solid #fff; border-radius:50%; margin:0 auto 30px;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_ys .n_r:hover .t_b{transform:rotateY(180deg);
-webkit-transform:rotateY(180deg);
-moz-transform:rotateY(180deg);
-ms-transform:rotateY(180deg);
-o-transform:rotateY(180deg);}
.sy_ys .t_b img{width:100%; height:auto; display:block;}
.sy_ys h4{font-size:20px; font-weight:bold; line-height:32px; color:#fff; margin-bottom:10px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.sy_ys p{color:#fff; line-height:24px;}
@media only screen and (max-width:992px){
.sy_ys{padding:20px 0;}
.sy_ys .row{margin:0 -10px;}
.sy_ys .col-md-4{padding:0 10px;}
.sy_ys .n_r{padding:30px 15px;}
.sy_ys .t_b{width:80px; margin:0 auto 20px;}
.sy_ys h4{font-size:20px; line-height:32px; margin-bottom:6px;}
.sy_ys p{font-size:14px; line-height:22px;  }

.sy_ys li{ float:left; width:100%}
.sy_ys li{border-bottom:1px solid rgba(255,255,255,.3); border-right:0}
.sy_ys li:last-child{border-right:0;border-bottom:0;}


}
@media only screen and (max-width:640px){
.sy_ys{padding:40px 0 20px;}
.sy_ys .gy_bt{margin-bottom:0;}
.sy_ys .row{margin:0;}
.sy_ys .col-md-4{padding:0; border-right:0; border-bottom:1px solid rgba(255,255,255,.3);}
.sy_ys .col-md-4:last-child{border-bottom:0;}
.sy_ys .n_r{padding:20px 0;}
.sy_ys .t_b{width:70px; border:1px solid #fff;}
.sy_ys h4{font-size:18px; line-height:28px;}


}

.hzhb { height: auto; overflow:hidden; padding:80px 0}
.hzhb li { width:15.8%;-moz-box-sizing: border-box; /*Firefox3.5+*/
-webkit-box-sizing: border-box; /*Safari3.2+*/
-o-box-sizing: border-box; /*Opera9.6*/
-ms-box-sizing: border-box; /*IE8*/
box-sizing: border-box; border:#eee 1px solid; height:120px; display:table; float:left; text-align:center; position:relative;background: #fff; margin-right:1%;border-radius: 10px;overflow: hidden; margin-bottom:1%}
.hzhb li:nth-child(6n){margin-right:0; }
.hzhb li a { width:200px; height:120px; display:block;margin: 0 auto;}
.hzhb li .nrjz {display: table-cell;vertical-align: middle;text-align:center; width:200px; height:120px; margin:0 auto}
.hzhb li .nrjz img {margin: 0 auto;}
.hzhb li.bodnno { border-bottom:none}
.hzhb li.bodrno { border-right:none}
.hzhb li.bodtno { border-top:none}
.gg01_tc{ width:100%; height:120px;position:absolute;top:1px;left:0; text-align:center;display:table;

}


.index4{padding:80px 0 0; position: relative; background:#f1f3f5;}
.index4 .text{width:48%; float:left; padding:0 0 35px 0;}
.index4 .text .H4{font-size:36px; color:#ccc; text-transform: uppercase; font-weight: bolder; font-family: Arial;}
.index4 .text .bold{font-size: 40px;
  text-transform: capitalize;
  font-family: ariblk;
  line-height: 1.1;
  font-weight: bold;
  color: #557cb5;
  font-style: normal;}
.index4 .text .thin{font-weight:normal;}
.index4 .text .H5{font-size:36px; color:#313131; padding:25px 0 20px 0; position: relative;font-weight: bold;}
.index4 .text .H5::after{width:40px; height: 1px; content: ""; position: absolute; bottom:0; left: 0; background-color:#666666; opacity: .3;}
.index4 .text .p{font-size:16px; color:#333; line-height: 30px; margin: 20px 0 30px; text-align:justify;overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:10;}
.more2{display:block; width:163px; height: 38px; line-height: 38px; background-color:#557cb5;border:1px solid #557cb5;  text-align: center; font-size:14px; color:#fff;border-radius: 30px;}
.more2:hover{background-color:transparent; border:1px solid #557cb5; color:#557cb5;}
.index4Num{margin-top:55px; padding-top:45px; border-top:1px solid #e4e4e4;display: flex;justify-content: space-between;}
.index4Num .list{font-weight:bolder; float:left; }
.index4Num .list:nth-child(2){float:right;}
.index4Num .big{font-size:80px; color:#557cb5; font-family: Arial; font-weight: bolder; line-height: 58px; display: inline-block;}
.index4Num .small{font-weight:normal; display:inline-block;font-size:30px; color:#557cb5; font-family: Arial;line-height: 20px; margin: 0 20px 0 3px; vertical-align: bottom;}
.index4Num .p2{display:inline-block; font-size:16px; color:#5a5a5a; line-height: 20px; vertical-align: middle;font-weight:normal; }
.videoR{ width:48%;padding:0 0 32px 3%; background:url(../images/p13.png) left bottom no-repeat; background-size: 93% 91.58% ;float: right;box-sizing: border-box;}
.videoR .pic{height:auto;overflow: hidden;}
.videoR .playBtn{width:90px; height: 90px; position: absolute; top:37.98%; left: 11.11%; cursor: pointer;}
.videoBox{width:100%; height: 100%; position: fixed; top:0; left: 0; z-index: 99999; background-color:rgba(0,0,0,0.4); display: none;}
.videoBox2{width:50%; position:fixed; top:50%; left: 50%; z-index: 999999; display: none;
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);}
.videoBox2 .aboutVideo{display:block; width:100%; min-height: 10px; background: #000;}
.videoBox2 .close3{width:25px; height: 25px; position: absolute; top:-15px;right:-15px;}

@media screen and (max-width:1549px){
	.index4Num .big{font-size:60px;}
}
@media screen and (max-width:1199px){
	.index4{padding:60px 0;}
	.index4Num .big{font-size:50px;}
	.index4Num .p2{display:block;}
	.videoR{padding:0 0 30px 30px;}
	.videoR .playBtn{width:60px; height: 60px; left: 0px;}
	.index4Num{margin-top:30px; padding-top:30px;}
	.index4 .text .H4{font-size:28px;}
	.index4 .text .H5{font-size:22px;}
	.videoBox2{width:90%;}
}
@media screen and (max-width:767px){
	.index4{padding:20px 0 20px 0;}
	.index4 .text{padding:0; width:100%;}
	.videoR{position:relative;}
	.index4 .text .H4{font-size:20px;}
	.index4 .text .H5{font-size:16px; padding:10px 0;}
	.index4 .text .p{font-size:13px; line-height: 22px; height: 110px; margin: 15px 0;}
	.more2{width:120px; font-size:12px;}
	.index4Num{margin-top:20px; padding-top:20px;}
	.index4Num .big{font-size:30px; line-height: 30px;}
	.index4Num .p2{font-size:13px; margin-top:5px;}
	.videoR{width:100%; top:auto; margin-top:20px; padding:0 0 20px 20px;}
	.videoR .pic{background:none !important; height: auto;}
	.videoR .playBtn{width:30px; height: 30px; top:50%; margin-top:-15px; left: 5px;}
	.index4 .text .bold {
  font-size: 30px;
  text-transform: capitalize;
  font-family: ariblk;
  line-height: 1.1;
  font-weight: bold;
  color: #557cb5;
  font-style: normal;
}
}
.clear {
  overflow: hidden;
  clear: both;
  height: 0px;
}

	.yingyong{ height: auto; overflow:hidden; padding:0px 0 0}
.yingyong ul{  display: -webkit-flex;/*ºÜ¶àä¯ÀÀÆ÷ÓÃµ½µÄÄÚºË*/
            display: -ms-flexbox;/*ie*/
            display: -webkit-box;/*Æ»¹û*/
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
 
            display: flex;
            flex-direction: row; overflow:hidden }
.yingyong ul li{   
            height: auto  ;
            width: 25%;
 
            -webkit-transition: width 0.7s ease-out;
            -ms-transition: width 0.7s ease-out;
            transition: width 0.7s ease-out; overflow:hidden; position:relative;   margin:0 10px; text-align:center; }
 .yingyong ul li img{ width:100%; height:100%;object-fit: cover;transition:all 0.6s}

.yingyong ul li .yyzi{ position:absolute; bottom:0; left:0; padding:20px 0; box-sizing:border-box; width:100%; height:auto;background-image: linear-gradient(180deg, transparent ,#000); z-index:99 }
.yingyong ul li .yyzi h3{ display:block; font-size:16px; font-weight:bold; color:#fff}
.yingyong ul li .yyzi p{ display:none; }


.yingyong ul li:hover{ background:#557cb5  ;}
.yingyong ul li:hover img{ transform:scale(1.1,1.1); opacity:0.2; transition:all 0.6s}

.yingyong ul li:hover .yyzi{ background:none; top:50%; bottom:auto; transform:translateY(-50%); text-align:center}
.yingyong ul li:hover .yyzi h3:after{ content:""; display:block; width:2px; background:#fff; height:30px; margin:20px auto; }
.yingyong ul li:hover .yyzi p{ display:block; font-size:16px; line-height:36px; color:#fff; padding:0 20px}


@media only screen and (max-width:1400px){
	
	.yingyong ul li{  height:350px; }
	
	.yingyong ul li .yyzi h3{ font-size:20px;}
	
	.yingyong ul li:hover .yyzi p{  font-size:14px; line-height:23px;}

	.yingyong ul li:nth-child(1){ margin-bottom:20px}
}


@media only screen and (max-width:992px){
.yingyong ul {flex-wrap:wrap;justify-content: space-between; }
	.yingyong ul li{  height:300px; writing-mode:horizontal-tb; margin:0; width:49%;flex:none }
	.yingyong ul li .yyzi{ padding:15px}
	.yingyong ul li .yyzi h3{ font-size:16px;}
	
	.yingyong ul li:hover .yyzi p{  font-size:14px; line-height:23px;}

	.yingyong ul li:nth-child(1){ margin-bottom:10px}
	
.sy4{  margin:20px auto; }
.yingyong ul li:hover .yyzi h3:after{ display:none; }
.yingyong ul li:hover .yyzi p{ display:none;}
	
}
