.about-section{padding: 60px 0;}
.about-section .title{ height: 40px; line-height: 40px; margin-bottom: 30px; text-align: center; font-size: 26px;}
.about-us .s{ background:#f6f7fc;}
.about-us .m{width: 500px;}
.about-us .m img{width: 100%; height: 280px;}
.about-us .des{ width: 636px; padding: 20px;}
.about-us .des p{font-size:14px; line-height: 24px; margin-bottom: 15px; color:#777;}
.about-us .line{ margin-top: 20px; height:2px; width: 80px; background: #0595c7;}
.about-team{min-width: 1200px;background: #f6f7fc;}
.about-team p{padding: 0 80px;  font-size: 14px; line-height: 25px;color:#777;}
.about-result{min-width: 1200px;}
.about-result p{padding: 0 80px;  font-size: 14px; line-height: 25px;color:#777;}
.about-future{min-width: 1200px;background: #f6f7fc;}
.about-future p{padding: 0 80px;  font-size: 14px; line-height: 25px;color:#777;}

/*section2样式*/
.section2 {
    height: 500px;
    background: #F8FCFF;
}
.section2 .sec_box > img {
    margin: 57px 0 25px 0;
    visibility: visible;
}
.section2 .sec_box > p {
    font-size: 34px;
    font-weight: 600;
    color: #333333;
    line-height: 34px;
    visibility: visible;
}
.section2 .sec_box > div {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
    margin: 83px 75px 0;
    visibility: visible;
}
.section2 .sec_box>div>p {
    margin-top: 40px;
}

/*section3样式*/
.section3 {
    height: 700px;
}
.section3 .sec_box {
    text-align: center;
}
.sec_box {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}
.section3 .sec_box>p {
    font-size: 36px;
    font-weight: 600;
    color: #333333;
    line-height: 36px;
    padding: 60px 0 70px 0;
}
.section3 .sec_box>div {
    font-size: 0;
}
.section3 .sec_box>div>div {
    width: 590px;
    height: 210px;
    background: #FFFFFF;
    border-radius: 18px;
    border: 2px solid #E6E6E6;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    vertical-align: top;
    text-align: left;
    transition: all 0.3s;
    box-sizing: border-box;
}
.section3 .sec_box>div>div:nth-child(2), .section3 .sec_box>div>div:nth-child(4) {
    margin-right: 0;
}
.section3 .sec_box>div>div>img {
    margin: 63px 45px;
}
.section3 .sec_box>div>div>div {
    width: 330px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.section3 .sec_box>div>div>div>p:nth-child(1) {
    margin: 57px 0 18px 0;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 26px;
    transition: all 0.4s;
}
.section3 .sec_box>div>div>div>p:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    transition: all 0.4s;
}

/*section4样式*/
.section4 {
    height: 700px;
    background: #F8FCFF;
}
.section4 .sec_box {
    text-align: center;
}
.section4 .sec_box>h2 {
    font-size: 36px;
    font-weight: 600;
    color: #333333;
    line-height: 36px;
    padding: 60px 0 20px;
}
.section4 .sec_box>p {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
}
.section4 .sec_box>a {
    font-size: 20px;
    font-weight: 600;
    color: #0091FF;
    line-height: 20px;
    margin: 35px 0 10px 0;
    display: inline-block;
}
.hc_box {
    display: inline-block;
    width: 570px;
    vertical-align: top;
    margin-top: 96px;
}
.section4 .sec_box>img {
    margin-left: 40px;
}
.hc_box>div {
    height: 80px;
    width: 570px;
    text-align: left;
    display: inline-block;
    margin: 8px 0;
    padding: 4px 0 0 20px;
    transition: all 0.2s;
    position: relative;
    overflow: hidden;
}
.hc_box>.active2 {
    cursor: pointer;
    border-radius: 9px;
    box-shadow: 0 7px 12px #e9e9e9;
    height: 150px;
}
.hc_box>.active2 p {
    color: #333333;
}
.hc_box>div>p {
    font-size: 18px;
    font-weight: 600;
    color: #0091FF;
    line-height: 18px;
    margin: 10px 0;
}
.hc_box>.active2 p i {
    transform: rotate(180deg);
    color: #0091FF;
}
.hc_box>div>span {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
    display: inline-block;
    padding-left: 26px;
}
.hc_box>div>div {
    width: 480px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 84px;
    transform: translate(-50%,0%);
    font-size: 14px;
    font-weight: 400;
    /*color: #333333;*/
    line-height: 21px;
}
.hc_box>.active2 p i {
    transform: rotate(180deg);
    color: #0091FF;
}
.hc_box>div>p i {
    margin-right: 12px;
}
.hc_box>div p i {
    display: inline-block;
    transition: all 0.2s;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hc_box>.active2 {
    cursor: pointer;
    border-radius: 9px;
    box-shadow: 0 7px 12px #e9e9e9;
    height: 150px;
}

/*section5样式*/
.section5 {
    height: 700px;
    background: #ffffff;
}
.section5 .sec_box {
    text-align: center;
}
.section5 .sec_box>h2 {
    font-size: 36px;
    font-weight: 600;
    color: #333333;
    line-height: 36px;
    padding: 60px 0 20px;
}
.section5 .sec_box>a {
    font-size: 20px;
    font-weight: 600;
    color: #0091FF;
    line-height: 20px;
    margin: 35px 0 10px 0;
    display: inline-block;
}

/*section6样式*/
.section6 {
    height: 700px;
    background: #F8FCFF;
}
.section6 .sec_box {
    text-align: center;
}
.section6 .sec_box>h2 {
    font-size: 36px;
    font-weight: 600;
    color: #333333;
    line-height: 50px;
    padding: 60px 0 14px;
}
.section6 .sec_box>p {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
}
.section6 .sec_box>a {
    font-size: 20px;
    font-weight: 600;
    color: #0091FF;
    line-height: 20px;
    margin: 23px 0 17px 0;
    display: inline-block;
}