

    /* banner */
    .banner1 {
        background: url(../images/index/loop1.jpg)center center no-repeat;
    
    }
    .banner2{
        background: url(../images/index/loop2.jpg) center center no-repeat;  
    }
    .banner3{
        background: url(../images/index/loop3.jpg) center center no-repeat;  
    }

    .banner1,
    .banner2,
    .banner3 {
        min-width: 1200px;
        width: 100%;
        height: 690px;
        padding-top: 232px;
        text-align: center;
        background-size: cover;
        color: #fff;
    }
    .bannerTitle {
        width: 1200px;
        margin-top: -160px;
        text-align: left;
        font-size: 50px;
        line-height: 72px;
        color: #fff;
    }
    .see {
        width: 168px;
        height: 48px;
        margin-top: 69px;
        text-align: center;
        line-height: 20px;
        border: 1px solid #fff;
    
    }

    .see>a {
        font-size: 18px;
        color: #fff;
    }
    .see>a:hover {
        border: 1px solid #4286F5;
        color: #4286F5 !important;
    }
    .showArrow {
        color: #fff !important;
    }
    /* 动画延时 */
    .animateDelay1 {
        animation-duration: calc(2s * 0.75);
    }
    .animateDelay2 {
        animation-duration: calc(2.5s * 0.75);
    }
    /* 企业简介 */
    .profileinfomation>div:first-child>img {
        width: 567px;
    }
    .profileinfomation>div:last-child>div{
        width: 545px;
        margin-left: 88px;
        text-align: left;
    }
    .companyName {
        width: 100%;
    }
    .companyName>div:first-child{
        font-size: 24px;
        color: #333;
    }

    .introduce{
        font-size: 18px;
        line-height: 36px;
        color: #666;
    }
    .learnMore {
        margin-top: 32px;
    }
    .learnMore>a {
        font-size: 18px;
        color: #4286F5;
    }
    /* 主营业务 */
    .mainBusiness {
        width: 100%;
        height: 722px;
        background: url(../images/index/businessBg.jpg) center center no-repeat;
        background-size: cover;
    }
    .businessContent {
        height: 470px;
        background-color: #fff;
    }

    .blockTabbar,
    .blockTabbar>div,
    .blockIcon {
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }
    .blockTabbar>div{
        width: 20%;
        height: 90px;
        justify-content: flex-start;
        box-sizing: border-box;
    }
    .guideIcon>img {
    width: 36px;
    
    } 
    .blockIcon>div:first-child>img {
        width:26px;
        margin: 0 8px 0 27px;
    }
    .blockIcon>div:last-child {
        font-size: 20px;
        color: #333;
    }
    .maininfomation {
        padding-top: 40px;
    }
    .mainTitle>div:first-child {
        font-size: 22px;
        color: #333;
    }
    .mainLeft {
        margin-left:70px;
    }
    .mainLeft>div {
        width: 480px;
    }

    .mainLeft>div:nth-child(2) {
        font-size: 16px;
        line-height: 26px;
        color: #999;

    }
    .mainLeft>div:last-child {
        width: 108px;
        height: 36px;
        margin-top: 40px;
        padding: 8px 16px;
        font-size: 14px;
        background: #4286F5;
        color: #fff;
    }     
    .mainLeft>div:last-child >a {
        color: #fff;
    }
    .mainRight {
        margin-right: 40px;
    }
    .mainRight>img {
        width: 545px;
    }
    /* 核心优势 */
    .coreAdvantage {
        width: 100%;
    }
    .coreAdvantage>div>div:last-child {
        justify-content: space-around;
    }
    .advantages_box {
        margin-top: 40px;
    }
    .advantageBox {
        position: relative;
        content: '';
        width: 278px;
        height: 210px;
        text-align: center;
        background: #F8F9FB;
    }

    .advantage>div:first-child>img {
        position: absolute;
        top: -22%;
        left: 0;
        right: 0;
        width: 90px;
        margin: 0 auto;
    }
    .advantage>div:first-child>img:hover {
        width:84px;
        padding: 5px;
        border: 1px dashed #4286F5;
        border-radius: 50%;

    }
    .coreInfomation>div{
        width: 217px;
        margin: 0 auto;
    }
    .coreInfomation>div:first-child {
        margin: 64px auto 10px auto;
        text-align: center;
        font-size: 24px;
        color: #333;
    }
    .coreInfomation>div:last-child {
        text-align: left;
        font-size: 16px;
        line-height: 30px;
        color: #999;
    }
    /* 最新资讯 */
    .latestNews {
        padding: 4vh 0 10vh 0;
    }
    .latestInfomation {
        display: flex;
        align-items:flex-start;
        justify-content: space-between;
    }
    .leftLates {
        width: 30vw;
        /* height: 41vh; */
        background: #F8F9FB;
    }
    .leftLates>img:first-child {
        width: 100%;
    }
    .messageNew {
        padding: 2vh 0 2.4vh 0;
    }
    .messageNew>div {
        width: 96%;
        margin: 0 auto;
    }
    .messageNew>div:first-child {
        padding-top: 1vh;
        font-size: 1.3333rem;
        color: #333;
    }
    .messageNew>div:not(:first-child) {
        font-size: .8889rem;
        color: #999;
    }
    .messageNew>div:last-child {
        padding-bottom: 1vh;
    }
    .messageNew>div:nth-child(2) {
        margin: 0.4vh auto;
        overflow:hidden;
        text-overflow:ellipsis; 
        white-space:nowrap;
    }
    .rightLates {
        width: 32vw;
    }
    .bottomLine {
        border-bottom:0.1vw solid #F2F2F2;
    }
    .learnMore2 {
        width: 8.4vw;
        height: 4.8vh;
        margin-top: 3.6vh;
        font-size: .8889rem;
        text-align: center;
        line-height: 4.8vh;
        border: 0.1vw solid #4286F5;
        color: #4286F5;
    }