
.banner {
    width: 100%;
}
/* 导航:end */
.section1_box {
    width: 1280px;
    margin: 0 auto;
    background: #0068b7;
    padding: 0 90px;
    box-sizing: border-box;
    height: 280px;
    position: absolute;
    left: 0;
    right: 0;
    top: -76px;
    z-index: 2;
}
.section1 {
    height: 280px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    position: relative;
}
.section1_item {
    text-align: center;
    color: #ffffff;
}
.section1_item .number {
    font-size: 62px;
    font-weight: bold;
    text-align: center;
}
.section1_item .text {
    font-size: 20px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}
.section1_item .text img {
    width: 48px;
    height: 48px;
    margin-right: 10px;
}

.content_box {
    width: 1140px;
    margin: 0 auto;
}
/* 六大优势 */
.content_box .section2 {
    margin-bottom: 145px;
}
.content_box .section2 .section2_title {
    margin-bottom: 57px;
}
.content_box .section2 .section2_title img {
    width: 415px;
    height: 98px;
    margin: 0 auto;
    display: block;
}
.content_box .section2 .section2_content {
}
.content_box .section2 .section2_content .content {
    width: 1136px;
    height: 650px;
}
/* 跨通达能为你做什么？ */
.content_box .section3 {
    margin-bottom: 118px;
}
.content_box .section3 .section3_title {
    margin-bottom: 70px;
}
.content_box .section3 .section3_title img {
    width: 614px;
    height: 98px;
    margin: 0 auto;
    display: block;
}

.content_box .section3 .section3_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.content_box .section3 .section3_content .item_box {
    width: 570px;
    height: 280px;
    padding: 0 68px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    text-align: center;
    background-size: cover;
}

.content_box .section3 .section3_content .bg1 {
    color: #ffffff;
    background: url("../images/index/section3/bg1.png") center no-repeat;
}
.content_box .section3 .section3_content .bg2 {
    color: #000000;
    background: url("../images/index/section3/bg2.png") center no-repeat;
}
.content_box .section3 .section3_content .bg3 {
    color: #000000;
    background: url("../images/index/section3/bg3.png") center no-repeat;
}
.content_box .section3 .section3_content .bg4 {
    color: #ffffff;
    background: url("../images/index/section3/bg4.png") center no-repeat;
}
.content_box .section3 .section3_content .title {
    font-size: 42px;
}

.content_box .section3 .section3_content .desc {
    font-size: 14px;
    line-height: 22px;
    margin: 30px 0;
}

.content_box .section3 .section3_content .icon {
    width: 56px;
    height: 13px;
}
/* 为什么选择跨通达 */
.content_box .section4 {
    margin-bottom: 120px;
}
.content_box .section4 .section4_title {
    margin-bottom: 57px;
}
.content_box .section4 .section4_title img {
    width: 538px;
    height: 102px;
    margin: 0 auto;
    display: block;
}
.content_box .section4 .section4_content {
    align-items: flex-end;
}
.content_box .section4 .section4_content .left_box {
    border: 1px solid #bfbfbf;
    width: 657px;
}

.content_box .section4 .section4_content .left_box .left_item {
    display: flex;
}

.content_box .section4 .section4_content .left_box .left_item:nth-child(1) {
    border-bottom: 1px solid #bfbfbf;
}
.content_box .section4 .section4_content .left_box .left_item .item_box:nth-child(1) {
    border-right: 1px solid #bfbfbf;
}
.content_box .section4 .section4_content .left_box .item_box.active{
    background:#0068B7;
    color: #ffffff;
}

.content_box .section4 .section4_content .left_box .item_box.active .desc{
    color: #ffffff;
}

.content_box .section4 .section4_content .left_box .item_box {
    width: 337px;
    height: 274px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    background: #F6F6F6;
}

.content_box .section4 .section4_content .left_box .item_box .title {
    font-size: 26px;
    font-size: #3e3e3e;
    font-weight: bold;
}
.content_box .section4 .section4_content .left_box .item_box .desc {
    font-size: 16px;
    color: rgba(62, 62, 62, 0.8);
    margin: 20px 0;
    font-weight: bold;
    line-height: 24px;
    height: 72px;
}
.content_box .section4 .section4_content .left_box .item_box .icon {
    width: 96px;
    height: 96px;
}

.content_box .section4 .section4_content .right_box {
    padding-left: 30px;
    display: inline-block;
    width: 440px;
    height: 602px;
}
.content_box .section4 .section4_content .right_box img {
    width: 100%;
    height: 100%;
}
/* 公司简介 */
.content_box .section5 {
    margin-bottom: 90px;
}
.content_box .section5 .section5_title {
    margin-bottom: 57px;
}
.content_box .section5 .section5_title img {
    width: 416px;
    height: 98px;
    margin: 0 auto;
    display: block;
}
.content_box .section5 .section5_content {
    background: url("../images/index/section5/bg.png") center no-repeat;
    background-size: 100% 100%;
}
.content_box .section5 .section5_content .section5_box {
}
.content_box .section5 .section5_content .section5_box .left_box {
}

.content_box .section5 .section5_content .section5_box .left_box .text_content {
    color: #000000;
    font-size: 22px;
    line-height: 36px;
}

.content_box .section5 .section5_content .section5_box .left_box .text_more p {
    display: inline-block;
    cursor: pointer;
}
.content_box .section5 .section5_content .section5_box .left_box .text_more {
    font-size: 28px;
    color: rgba(0, 0, 0, 0.58);
    text-align: right;
}
.content_box .section5 .section5_content .section5_box .right_box {
    margin-left: 20px;
}
.content_box .section5 .section5_content .section5_box .right_box img {
    width: 419px;
    height: 325px;
}

.content_box .section5 .section5_content .bottom_box {
    margin-top: 70px;
}
.content_box .section5 .section5_content .bottom_box .bottom_title {
    font-size: 42px;
    margin-bottom: 40px;
    text-align: center;
}
.content_box .section5 .section5_content .bottom_box .bottom_title span {
    padding: 0 10px;
}
.content_box .section5 .section5_content .bottom_box ul {
}
.content_box .section5 .section5_content .bottom_box ul li {
    /* width: 172px;
    height: 136px; */
}
.content_box .section5 .section5_content .bottom_box ul li img {
    width: 158px;
    height: 125px;
    padding: 8px;
    border: 1px solid #bfbfbf;
}
.content_box .section5 .section5_content .bottom_box ul li p {
    font-size: 12px;
    color: #000000;
    margin-top: 12px;
    text-align: center;
    font-weight: bold;
}

/* 客户案例 */
.content_box .section6 {
    margin-bottom: 145px;
}
.content_box .section6 .section6_title {
    margin-bottom: 57px;
}
.content_box .section6 .section6_title img {
    width: 416px;
    height: 98px;
    margin: 0 auto;
    display: block;
}
.content_box .section6 .section6_content {
    color: #ffffff;
}
.content_box .section6 .section6_content .left_box {
    width: 412px;
    height: 482px;
    background: url("../images/index/section6/img1.png") center no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin-right: 15px;
}
.content_box .section6 .section6_content .left_box .content {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 40px;
    font-size: 18px;
    line-height: 33px;
    text-align: center;
}
.content_box .section6 .section6_content .left_box .content h4 {
    font-size: 22px;
}
.content_box .section6 .section6_content .right_box {
    width: 716px;
}
.content_box .section6 .section6_content .right_box {
}
.content_box .section6 .section6_content .right_box .right_top {
}
.content_box .section6 .section6_content .right_box .right_top .top_item1 .content {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 20px;
    text-align: center;
}
.content_box .section6 .section6_content .right_box .right_top .top_item1 {
    background: url("../images/index/section6/img2.png") center no-repeat;
    background-size: 100% 100%;
    position: relative;
    width: 350px;
    height: 250px;
    line-height: 25px;
}
.content_box .section6 .section6_content .right_box .right_top .top_item2 .content {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 20px;
    text-align: center;
}
.content_box .section6 .section6_content .right_box .right_top .top_item2 {
    background: url("../images/index/section6/img3.png") center no-repeat;
    background-size: 100% 100%;
    position: relative;
    width: 350px;
    height: 250px;
    line-height: 25px;
}
.content_box .section6 .section6_content .right_box .right_bottom {
    background: url("../images/index/section6/img4.png") center no-repeat;
    background-size: 100% 100%;
    width: 716px;
    height: 208px;
    margin-top: 19px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    position: relative;
}

.content_box .section6 .section6_content .right_box .right_bottom .content {
    width: 224px;
    position: absolute;
    right: 18px;
    text-align: center;
    line-height: 25px;
}

.content_box .section6 .section6_content .right_box .right_bottom .content .desc {
    line-height: 21px;
}

.content_box .section6 .section6_content .right_box .title {
    font-size: 18px;
}
.content_box .section6 .section6_content .right_box .desc {
    font-size: 14px;
}

/* 服务流程 */
.content_box .section7 {
    margin-bottom: 145px;
}
.content_box .section7 .section7_title {
    margin-bottom: 46px;
}
.content_box .section7 .section7_title img {
    width: 416px;
    height: 98px;
    margin: 0 auto;
    display: block;
}
.content_box .section7 .section7_content {
}
.content_box .section7 .section7_content .content {
    width: 1140px; 
    /* 1190px; */
    /* height: 466px; */
}
/* 新闻资讯 */
.content_box .section8 {
    margin-bottom: 100px;
}
.content_box .section8 .section8_title {
    margin-bottom: 53px;
}
.content_box .section8 .section8_title img {
    width: 416px;
    height: 98px;
    margin: 0 auto;
    display: block;
}
.content_box .section8 .section8_content {
}
.content_box .section8 .section8_content .item_box {
    width: 360px;
    height: 521px;
    background: #ffffff;
    box-shadow: 0px 3px 5px 0px #cdcdcd;
}
.content_box .section8 .section8_content .item_box .top_box {
    color: #ffffff;
    background: #1b93c9;
    height: 65px;
    padding: 0 14px;
}
.content_box .section8 .section8_content .item_box .top_box a{
    color: #ffffff;
}
.content_box .section8 .section8_content .item_box .top_box .title {
    font-size: 28px;
}
.content_box .section8 .section8_content .item_box .top_box .more {
    font-size: 16px;
}
.content_box .section8 .section8_content .item_box .top_box .more span {
    margin-left: 20px;
}
.content_box .section8 .section8_content .item_box ul {
    padding: 14px 16px;
}
.content_box .section8 .section8_content .item_box ul li {
    height: 56px;
    border-bottom: 1px solid #eeeeee;
}
.content_box .section8 .section8_content .item_box ul li .title {
    font-size: 16px;
    color: #000000;
}
.content_box .section8 .section8_content .item_box ul li .title p {
    width: 225px;
}
.content_box .section8 .section8_content .item_box ul li .title span {
    color: #d2d2d2;
    color: #d2d2d2;
    font-size: 35px;
    margin-right: 12px;
}
.content_box .section8 .section8_content .item_box ul li .date {
    font-size: 12px;
    color: #848484;
}
.content_box .section8 .section8_content .item_box .img_box {
    width: 322px;
    height: 182px;
    margin: 0 auto;
}
.content_box .section8 .section8_content .item_box .img_box img {
    width: 322px;
    height: 182px;
}


/* 合作品牌 */
.content_box .section9 {
    margin-bottom: 103px;
}
.content_box .section9 .section9_title {
    margin-bottom: 46px;
}
.content_box .section9 .section9_title img {
    width: 416px;
    height: 98px;
    margin: 0 auto;
    display: block;
}
.content_box .section9 .section9_content {
}

.content_box .section9 .section9_content div:nth-child(1) {
    margin-bottom: 33px;
}

.content_box .section9 .section9_content img {
    width: 161px;
    height: 107px;
}
