.titles {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    margin-top: 40px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.banner .swiper-container {
    height: 100%;
    width: 100%;
}

.titles h1 {
    /* font-family: "思源黑体 Normal"; */
    margin-bottom: 20px;
}

.video {
    object-fit: cover;
}

.titles p {
    font-weight: 500;
    color: #8d8d8d;
    /* font-family: "思源黑体 Light"; */
    margin-bottom: 20px;
    /* line-height: 80px; */
}
.introduce {
    height: 720px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-image: url('../imgs/IndexAboutBg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.introduce_left {
    width: 48%;
    padding-top: 40px;
    padding-right: 2%;
    padding-left: 12%;
    /* margin-top: 20px; */
    box-sizing: border-box;
}

.index_033 {
    position: relative;
}

.introduce_left h4 {
    font-size: 40px;
    font-weight: 400;
    color: #071D48;
    margin-bottom: 40px;
}

.introduce_left p {
    font-weight: 300;
    width: 98%;
    color: #000000;
    text-align: justify;
}

.introduceItemBox {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    cursor: pointer;
}

.index_text {
    position: absolute;
}

.indexItemPr {

    justify-content: space-between;

}

.introduceItemBox div {
    width: 30%;
    height: auto;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

/* .introduceItemBox div:first-child { */
/* background: #0D47D9; */
/* } */
/*  */
/* .introduceItemBox div:nth-child(2) { */
/* background: #0B7EFF; */
/* } */
/*  */
/* .introduceItemBox_item span:first-child { */
/* font-size: 54px; */
/* font-weight: 500; */
/* color: #FFFFFF; */
/* } */
/*  */
/* .ItemUnit { */
/* font-size: 18px; */
/* } */
/*  */
/* .introduceItemBox_item span:last-child { */
/* font-size: 20px; */
/* } */

.introduce_more {
    display: block;
    margin-top: 70px;
    text-align: center;
    width: 170px;
    height: 64px;
    line-height: 64px;
    border: 2px solid #002FA7;
    font-weight: 400;
    color: #04458C;
    cursor: pointer;
}

.introduce_more a {
    color: #04458C;
}

.introduce_right {
    width: 46%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.buildbg {
    text-align: right;
    width: 86%;
    background: #054994;
    height: 92%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 10;
}

.introduce_right .buildingImg {
    /* height: 740px; */
    position: absolute;
    height: 94%;
    width: 100%;
    bottom: 0px;
    right: 0%;
    z-index: 20;
}

.buildingLogo {
    position: absolute;
    /* height: 82%; */
    width: 66%;
    bottom: 10%;
    right: 10%;
    top: 15%;
    z-index: 12;
}

/* .introduceItemBox div:last-child { */
/* background: #0EC3FF; */
/* } */

.centers {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.headline p {
    /* font-family: "思源黑体 Light"; */
    font-weight: 300;
    color: #071D48;
   
}
.cursor{
    cursor: pointer;
}
.itemBox {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    flex-direction: column;
    width: 100%;
}

.itemBox ul {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    height: 212px;
}

.itemBox ul li {
    display: flex;
    flex-direction: column;
    width: 12%;
    align-items: center;
    position: relative;
}

.itemBox ul li img {
    width: 50%;
    margin-bottom: 26px;
}

.itemBox ul li span {
    font-size: 24px;
    font-family: "思源黑体 Light";
    font-weight: 300;
    color: #1B1B1B;
    margin-bottom: 30px;
}

.activeLine {
    width: 164px;
    height: 6px;
    background: #054994;
    box-shadow: 3px 5px 4px 0px rgba(160, 127, 254, 0.2);
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 0px !important;
}

.produceLi {
    width: 16%;
}
.goPageIndex img{
    cursor: pointer;
}
/* .wrap { */
/* position: absolute; */
/* left: 20px; */
/* background: #fff; */
/* width: 741px; */
/* height: 515px; */
/* } */
.index_y_bg {
    background-image: url('../imgs/produceBaner.png');
    background-size: 100% 100% !important;
    height: 600px;
    z-index: 10;
}

.wrap_item {
    opacity: 0;
    animation: fade-ins 0.5s ease-in forwards;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

@keyframes fade-ins {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.newS {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}

.newS .IMgs {
    width: 100%;
    max-height: 100%;
    z-index: 10;
}

.newS_left {
    width: 46%;
    overflow: hidden;
}

.newS_right {
    width: 42%;
}

.news_imgBg {
    width: 100%;
    height: 386px;
    position: relative;
    /* background-image: url('../imgs/indexNewImg2.png'); */
    /* background-repeat: no-repeat; */
    /* background-size: 100% 100%; */
    /* background-position: bottom; */
}

.imgBg {
    position: absolute;
    height: 100px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 99;
}

.newS_left p {
    /* font-family: PingFang SC; */
    font-weight: 400;
    color: #062639;
}

.newS_left p span {
    font-weight: 400;
    color: #767676;
}

.newS_left h2 {
    margin-top: 40px;
    /* font-family: PingFang SC; */
    font-weight: 400;
    color: #054994;
}

.newS_left .newS_leftP {
    /* font-family: PingFang SC; */
    font-weight: 400;
    color: #1E2A31;
    margin-top: 40px;
    margin-bottom: 30px;
}

.newSListBox {
    margin-top: 40px;
}

.newSListBox ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newSListBox ul li {
    width: 46%;
    display: flex;
    /* height:100px; */
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #E6E6E6;
    padding: 30px 0px;
    cursor: pointer;
}

.newSListBox ul li:nth-child(1) {
    border-top: 2px solid #E6E6E6;
}

.newSListBox ul li:nth-child(2) {
    border-top: 2px solid #E6E6E6;
}

.newSListBox ul li .round {
    width: 12px;
    height: 12px;
    background: #002FA7;
    border-radius: 50%;
}

.newsLi {
    width: 70%;
    /* font-family: PingFang SC; */
    font-weight: 400;
    color: #0B1E46;
}

.newsTime {
    width: 16%;
    /* font-family: PingFang SC; */
    font-weight: 400;
    color: #919191;
}

.index_05 img {
    width: 100%;
    /* -webkit-transition: opacity .4s ease-in, -webkit-transform .6s linear; */
    /* transition: opacity .4s ease-in, transform .6s linear; */
}

.index_05:hover {
    /* animation: mymove 2s; */
    /* -moz-animation: mymove 2s; */
    /* -webkit-animation: mymove 2s; */
    /* -o-animation: mymove 2s; */
    /* animation-fill-mode: forwards; */
    /* -moz-animation-fill-mode: forwards; */
    /* -webkit-animation-fill-mode: forwards; */
    /* -o-animation-fill-mode: forwards; */
}

@keyframes mymove {
    0% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

@-moz-keyframes mymove

/* Firefox */
    {
    0% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

@-webkit-keyframes mymove

/* Safari and Chrome */
    {
    0% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

@-o-keyframes mymove

/* Opera */
    {
    0% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

/* .footer_nav { */
/* width: 100%; */
/* height: 130px; */
/* background-color: #132D56; */
/* padding: 0px 13%; */
/* display: flex; */
/* flex-direction: row; */
/* justify-content: space-between; */
/* align-items: center; */
/* } */
/*  */
/* .footer_btm { */
/* width: 100%; */
/* height: 220px; */
/* background-color: #14294A; */
/* padding: 0px 13%; */
/* } */
/*  */
/* .footer_nav ul { */
/* display: flex; */
/* flex-direction: row; */
/* justify-content: space-between; */
/* width: 60%; */
/* height: 100%; */
/* align-items: center; */
/* } */
/*  */
/* .footer_nav ul li { */
/* font-size: 22px; */
/* font-weight: 400; */
/* color: #E3EEFF; */
/* } */
/*  */
/* .footer_nav_right { */
/* width: 20%; */
/* text-align: right; */
/* } */
/*  */
/* .flexRowCenter { */
/* display: flex; */
/* flex-direction: row; */
/* justify-content: space-between; */
/* align-items: center; */
/* } */
/*  */
/* .footer_btm_left p { */
/* font-size: 16px; */
/* font-weight: 400; */
/* color: #B1C0D8; */
/* line-height: 50px; */
/* } */
.swiper-button-next.indexBtnWhite:after,
.swiper-container-rtl .swiper-button-prev.indexBtnWhite:after {
    color: #fff !important;
}

.swiper-button-prev.indexBtnWhite:after,
.swiper-container-rtl .swiper-button-next.indexBtnWhite:after {
    color: #fff !important;
}

.index_055 div {
    position: relative;
}

.Index_left_img {
    position: absolute;
    left: 12%;
    height: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.IconColors{
    display: none;
}



@media only screen and (max-width:1660px) {
    .introduce {
        height: 680px;
    }

    .newsLi {
        width: 66%;
    }

    .newsTime {
        width: 20%
    }
}

@media only screen and (max-width:1366px) {
    .introduce {
        height: 680px;
    }
}

@media (min-width:1024px) and (max-width:1360px){
    .introduce {
        height: 680px;
    }

    .newS_left {
        width: 48%
    }

    .newsLi {
        width: 62%;
    }

    .newsTime {
        width: 25%;
    }

    .news_imgBg {
        height: 300px;
    }
}