
.part-top {
    width: 100%;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.part-top-content-left {
    justify-content: center;
    align-items: flex-start;
}

.part-top-content-left .text-line {
    margin-left: 3px;
}

.part-top-content-right {
    justify-content: center;
    align-items: flex-end;
}

.part-top-content-right .text-line {
    margin-right: 3px;
}

.text-title {
    height: 40px;
    line-height: 40px;
    font-size: 36px;
    color: #333;
}

.text-subtitle {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #969EAF;
}

.text-line {
    width: 32px;
    height: 4px;
    border-radius: 2px;
    background: #D8281B;
    display: inline-block;
}

.text-desc {
    flex: 1;
    margin-top: 100px;
}

.text-desc .text-content {
    line-height: 24px;
    font-size: 14px;
}

.icon-android {
    background: url(../img/icon-android.png);
}

.icon-ios {
    background: url(../img/icon-ios.png);
}

.horizon-flex-line {
    flex: 1;
    height: 1px;
    background: #E5E5E5;
}

.btn {
    line-height: 43px;
    border-radius: 22px;
    font-size: 16px;
}

.main-center {
    width: 1250px !important;
    margin: 0 auto;
}

.part-center {
    width: 1250px !important;
    margin: 0 auto;
}

.main .main-nav {
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.main .main-nav .current {
    color: #D8281B;
}

.main .main-nav > span {
    font-size: 14px;
    color: #666;
}

.main .main-nav > span > a {
    color: #666;
    text-decoration: none;
}

.main .main-nav .icon-arrow-right {
    /* border-top: 6px solid transparent;
    border-left: 8px solid #ECECEC;
    border-bottom: 6px solid transparent;*/
    margin: 0 4px;
}

.container {
    width: 100%;
    height: auto;
    background: #fff;
}

.container .header {
    height: 427px;
}

.container .nav {
    width: 100%;
    height: 64px;
}

.container .nav .nav-box {
    width: 1250px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.container .nav .nav-logo {
    width: 180px;
    height: 42px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.container .nav .nav-logo .nav-logo-icon {
    width: 42px;
    height: 100%;
    margin-left: 10px;
}

.container .nav .nav-logo .nav-logo-text {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #fff;
    margin-left: 20px;
}

.container .nav .nav-logo .nav-logo-text .nav-logo-name {
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 500;
}

.container .nav .nav-logo .nav-logo-text .nav-logo-slogan {
    font-size: 12px;
}

.container .nav .nav-title-text {
    display: none;
}

.container .nav .nav-menu {
    flex: 1;
    height: 100%;
}

.container .nav .nav-menu .nav-menu-list {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.container .nav .nav-menu .nav-menu-downapp {
    width: 70px;
    height: 30px;
    line-height: 30px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.container .nav .nav-menu .nav-menu-item {
    width: 113px;
    height: 100%;
    line-height: 64px;
    background: transparent;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    margin: 0 40px;
}

.container .banner {
    min-height: 300px;
    margin-top: 64px;
}

.container .nav .nav-menu .nav-menu-icon {
    display: none;
}

.footer {
    height: 358px;
}

.footer .footer-head {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer .footer-head .footer-head-info {
    height: 160px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footer .footer-head .footer-head-info .footer-head-info-item {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footer .footer-head .footer-head-info .footer-head-info-item .footer-head-info-item-icon {
    width: 44px;
    height: 44px;
}

.footer .footer-head .footer-head-info .footer-head-info-item .footer-head-info-item-right {
    flex: 1;
    margin-left: 23px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.footer .footer-head .footer-head-info .footer-head-info-item .footer-head-info-item-right .footer-head-info-item-title {
    height: 26px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.footer .footer-head .footer-head-info .footer-head-info-item .footer-head-info-item-right .footer-head-info-item-text {
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
}

.footer .footer-head .footer-head-info .footer-head-info-line {
    width: 1px;
    height: 46px;
    background: #FFFFFF;
    margin: 0 70px 0 70px;
}

.footer .footer-bottom {
    width: 100%;
    height: 74px;
    background: #555A70;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footer-bottom-text {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}


/***************************首页**********************/
.header-index {
    height: 730px !important;
}

.banner-index {
    width: 100%;
    height: 665px;
    background: url(../img/index-pc-banner.png) no-repeat;
    background-size: cover;
}

.banner-index .banner-text {
    align-items: flex-start;
}

.banner-index .banner-text .banner-text-title {
    height: 100px;
    line-height: 100px;
    font-size: 50px !important;
}

.banner-index .banner-text .banner-text-subtitle {
    opacity: 0.9;
    margin-top: 50px;
}

.main-index {
    width: 100%;
    height: auto;
}

.main-index .index-part1 {
    width: 100%;
    height: 840px;
    background: url(../img/index-pc-part1-bg.png) no-repeat;
    background-size: cover;
}

.main-index .index-part1 .part-center {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-index .index-part1 .part-center .part-content-top .title {
    font-size: 36px;
    color: #333;
    font-weight: bold;
}

.main-index .index-part1 .part-center .part-content-top .subtitle {
    font-size: 14px;
    color: #969EAF;
    margin-top: 20px;
}

.main-index .index-part1 .part-center .part-content-bottom {
    width: 100%;
    flex: 1;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.main-index .index-part1 .part-center .part-content-bottom .item {
    width: 370px;
    height: 460px;
    background: #FFFFFF;
    box-shadow: 0 22px 21px 0 rgba(46, 49, 77, 0.13);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.main-index .index-part1 .part-center .part-content-bottom .item .icon {
    width: 103px;
    height: 103px;
    margin-top: 40px;
}

.main-index .index-part1 .part-center .part-content-bottom .item .title {
    font-size: 28px;
    color: #333;
    margin: 50px 0 30px 0;
}

.main-index .index-part1 .part-center .part-content-bottom .item .desc {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    width: 300px;
    text-align: center;
}

.main-index .index-part2 {
    height: 740px;
    background: #fff;
    position: relative;
}

.main-index .index-part2 .part2-top {
    height: 547px;
    background: #666C87;
}

.main-index .index-part2 .part2-top .box {
    height: 550px;
}

.main-index .index-part2 .part2-top .box .text-title {
    padding-top: 80px;
}

.main-index .index-part2 .part2-top .box .text-desc {
    width: 70%;
    margin: 30px auto 0;
    text-align: center;
}

.btn-more {
    width: 126px;
    margin: 0 auto 200px;
}

.main-index .index-part2 .part2-bottom {
    width: 100%;
    height: 290px;
    top: 420px;
    position: absolute;
}

.main-index .index-part2 .part2-bottom .box {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.main-index .index-part2 .part2-bottom .box .item {
    width: 385px;
    height: 266px;
    margin: 0 20px;
    background: darkgoldenrod;
}

.main-index .index-part2 .part2-bottom .box .item > img {
    width: 100%;
    height: 100%;
}

/***/
.main-index .part3 {
    height: auto;
    background: #F3F5F7;
}

.main-index .part3 .part1-bottom {
    height: 400px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.main-index .part3 .part1-bottom .company-news-item {
    width: 320px;
    height: 200px;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.main-index .part3 .part1-bottom .company-news-item .news-item-top {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
}

.main-index .part3 .part1-bottom .company-news-item .news-item-top .company-news-image {
    width: 126px;
    height: 92px;
    background: #F1F1F1;
}

.main-index .part3 .part1-bottom .company-news-item .news-item-top .news-item-top-right {
    flex: 1;
    height: 100%;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
}

.main-index .part3 .part1-bottom .company-news-item .news-item-top .news-item-top-right .company-news-title {
    width: 100%;
    flex: 1;
    font-size: 16px !important;
    overflow: hidden;
}

.main-index .part3 .part1-bottom .company-news-item .news-item-top .news-item-top-right .company-news-time {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.main-index .part3 .part1-bottom .company-news-item .news-item-content {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.main-index .part3 .part1-bottom .company-news-item .news-item-content .company-news-content-text {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.part-more {
    height: 120px;
}

/****/
.main-index .index-part4 {
    width: 100%;
    height: 600px;
    background: #D25324;
    display: flex;
    flex-direction: row;
    margin: 0 auto 66px;
}

.main-index .index-part4 .left {
    flex: 1;
    background: url(../img/index-pc-part4-bg.png) no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.main-index .index-part4 .left .box {
    width: 625px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-right: 20px;
}

.main-index .index-part4 .left .box .text-desc {
    margin-top: 0;
}

.main-index .index-part4 .left .box .icon {
    width: 63px;
    height: 62px;
    margin-top: 80px;
}

.main-index .index-part4 .right {
    flex: 1;
    background: #555A70;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.main-index .index-part4 .right .text {
    max-width: 485px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    margin: 40px 0 45px 45px;
}

.main-index .index-part4 .right .image {
    width: 601px;
    height: 364px;
    background: url(../img/index-part4-bg2.png);
    margin-left: 20px;
}

/***/

.main-index .index-part5 {
    height: 550px;
    background: url(../img/index-pc-part5-bg.png);
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-shadow: 0 22px 21px 0 rgba(46, 49, 77, 0.13);
    border-radius: 20px;
}

.main-index .index-part5 .part5-box {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.main-index .index-part5 .image {
    width: 680px;
    height: 460px;
    margin: 0 40px;
    background: url(../img/index-part5-img1.png);
}

.main-index .index-part5 .info {
    flex: 1;
    height: 100%;
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.main-index .index-part5 .info .text-desc {
    margin-top: 0;
}

/*****/
.main-index .index-part6 {
    height: 780px;
    background: url(../img/index-pc-part6-bg.png);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 40px auto 0;
}

.main-index .index-part6 .part-bottom {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: row;
}

.main-index .index-part6 .part-bottom .item {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.main-index .index-part6 .part-bottom .item .item-image {
    width: 140px;
    height: 140px;
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #2D3551;
    border-radius: 20px;
}

.main-index .index-part6 .part-bottom .item .item-image .item-image-qrcode {
    width: 105px;
    height: 105px;
}

.main-index .index-part6 .part-bottom .item .item-info {
    width: 287px;
    margin-left: 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-index .index-part6 .part-bottom .item .item-info .item-info-head {
    width: 100%;
    height: 43px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.main-index .index-part6 .part-bottom .item .item-info .item-info-head .icon {
    width: 36px;
    height: 42px;
}

.main-index .index-part6 .part-bottom .item .item-info .item-info-head .title {
    font-size: 28px;
    font-weight: 400;
    color: #333333;
    margin-left: 15px;
}

.main-index .index-part6 .part-bottom .item .item-info .text {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 23px;
    margin-top: 20px;
}

/***************************产品**********************/
.banner-product {
    width: 100%;
    height: 646px;
    background: url(../img/product-pc-header-bg.png) no-repeat;
    background-size: cover;
}

/*
.container .header-product .nav .nav-menu .nav-menu-list .nav-menu-item-active {
	background: #fff ;
	color: #E45C21 ;
}*/
.banner-product .text-title {
    margin-top: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.banner-product .text-line {
    width: 80px !important;
    height: 6px !important;
    background: #fff !important;
    border-radius: 3px;
    margin-left: 2px;
}

.banner-product .text-desc {
    align-items: flex-start;
    flex: 0.4;
    margin-top: 60px;
    width: 500px;
}

.banner-product .app-down {
    height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.banner-product .app-down .app-down-btn {
    width: 317px;
    height: 70px;
    margin-right: 70px;
    border-radius: 35px;
    cursor: pointer;
}

.banner-product .app-down .app-down-btn .btn-icon {
    width: 36px;
    height: 42px;
    margin-left: 50px;
    margin-right: 19px;
}

.banner-product .app-down .app-down-btn .btn-text {
    flex: 1;
    font-size: 24px;
    color: #E45B21;
}

.banner-product .app-img {
    width: 349px;
    height: 647px;
    position: absolute;
    top: 136px;
    right: 0;
    background: url(../img/banner-pc-app.png) no-repeat;
}

.app-qrcode {
    width: 145px;
    height: 145px;
    position: absolute;
    background: url(../img/image-qrcode-android.png) no-repeat;
    background-size: 100%;
    display: none;
}

.main-product .product-part {
    width: 100%;
}

.main-product .part1 {
    height: 700px;
    display: flex;
    flex-direction: row;
}

.main-product .part1 .part1-img {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-right: 20px;
}

.main-product .part1 .part1-img .img {
    width: 522px;
    height: 585px;
    background: url(../img/product-pc-img1.png) no-repeat;
    background-size: cover;
}

.main-product .part1 .part1-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin-left: 20px;
}

.main-product .part1 .part1-text .text-title {
    margin-top: 110px;
}

.main-product .product-part .part1-text .part-text-content {
    flex: 1;
    margin-top: 100px;
}

.main-product .part2 {
    width: 100%;
    height: 800px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.main-product .part2 .part-text {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.main-product .part2 .part-text .part2-text {
    width: 600px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 25px;
}

.main-product .part2 .part-text .part2-text .part-text-content {
    flex: 1;
    margin-top: 100px;
}

.main-product .part2 .part-img {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    background: url(../img/product-pc-img2-bg.png);
    background-size: cover;
}

.main-product .part3 {
    width: 100%;
    height: 820px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-product .part3 .text-img {
    width: 1185px;
    height: 550px;
    background: url(../img/product-pc-img3.png) no-repeat;
    background-size: cover;
}

.main-product .part4 {
    width: 100%;
    height: 860px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.main-product .part4 .part-text {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.main-product .part4 .part-text .part4-text {
    width: 625px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.main-product .product-part .part4-text .text-desc {
    flex: 1;
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-product .product-part .part4-text .text-desc .text-content-desc {
    width: 489px;
    background: linear-gradient(90deg, #E45B21 0%, #F39455 100%);
    line-height: 26px;
    color: #fff;
    font-size: 14px;
    padding: 20px;
    margin-bottom: 18px
}

.main-product .product-part .part4-text .text-desc .text-content-aa {
    width: 527px;
    height: 139px;
    border: 1px solid #E45B21;
    background: #fff;
    margin: 18px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.main-product .product-part .part4-text .text-desc .text-content-aa .aa-1 {
    width: 10px;
    height: 100%;
    background-color: #E45B21;
}

.main-product .product-part .part4-text .text-desc .text-content-aa .aa-2 {
    width: 10px;
    height: 10px;
    background-color: #E45B21;
}

.main-product .product-part .part4-text .text-desc .text-content-aa .aa-3 {
    width: 136px;
    height: 115px;
    background: darkblue;
    margin: 0 40px;
}

.main-product .product-part .part4-text .text-desc .text-content-aa .aa-4 {
    flex: 1;
    font-size: 16px;
    color: #333;
    margin-right: 10px;
}

.main-product .part4 .part-img {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.main-product .part4 .part-img .part4-img {
    width: 360px;
    height: 669px;
    margin-left: 265px;
}

.main-product .part5 {
    width: 100%;
    margin: 0 auto;
    height: 700px;
    display: flex;
    flex-direction: row;
}

.main-product .part5 .part5-img {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-right: 20px;
    background: url(../img/product-pc-img5-bg.png) no-repeat;
    background-size: cover;
}

.main-product .part5 .part5-img .img {
    width: 511px;
    height: 554px;
    background: url(../img/product-pc-img5.png) no-repeat;
    background-size: cover;
}

.main-product .part5 .part-text {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.main-product .part5 .part5-text {
    width: 625px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.main-product .part5 .part5-text .text-title {
    margin-top: 110px;
}

.main-product .product-part .part5-text .part-text-content {
    flex: 1;
    margin-top: 100px;
}

.main-product .product-part .part-img {
    flex: 1;
}

.main-product .product-part .part-text {
    flex: 1;
}

/***************************公司动态**********************/
.header-news {
    height: 648px !important;
}

.banner-news {
    width: 100%;
    background: url(../img/news-pc-banner.png) no-repeat;
    background-size: cover;
}

.main-news .news-part {
    width: 100%;
}

.main-news .part1 {
    width: 100%;
    height: auto;
    background: #F3F5F7;
}

.main-news .part1 .part1-bottom {
    height: 400px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.main-news .part1 .part1-bottom .company-news-item {
    width: 320px;
    height: 200px;
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.main-news .part1 .part1-bottom .company-news-item .news-item-top {
    width: 100%;
    height: 90px;
    display: flex;
    flex-direction: row;
}

.main-news .part1 .part1-bottom .company-news-item .news-item-top .company-news-image {
    width: 126px;
    height: 92px;
    background: #F1F1F1;
}

.main-news .part1 .part1-bottom .company-news-item .news-item-top .news-item-top-right {
    flex: 1;
    height: 100%;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
}

.main-news .part1 .part1-bottom .company-news-item .news-item-top .news-item-top-right .company-news-title {
    width: 100%;
    flex: 1;
    font-size: 16px !important;
    overflow: hidden;
}

.main-news .part1 .part1-bottom .company-news-item .news-item-top .news-item-top-right .company-news-time {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.main-news .part1 .part1-bottom .company-news-item .news-item-content {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.main-news .part1 .part1-bottom .company-news-item .news-item-content .company-news-content-text {
    width: 100%;
    height: auto;
    margin: 10px 0;
    overflow: hidden;
}

.main-news .part2 {
    background: #fff;
    height: auto;
    min-height: 800px;
}

.main-news .part2 .part2-top {
    width: 100%;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-news .part2 .part2-bottom {
    width: 100%;
    height: auto;
}

.main-news .part2 .part2-bottom .product-news-item {
    width: 100%;
    height: 290px;
}

.product-news-item .product-news-item-box {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.product-news-item .product-news-item-box .product-news-image {
    width: 238px;
    height: 173px;
    background: #F1F1F1;
    margin: 0 20px;
}

.product-news-item .product-news-item-box .news-item-top-right {
    flex: 1;
    height: 170px;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
}

.product-news-item .product-news-item-box .news-item-top-right .product-news-title {
    width: 100%;
    height: 50px;
    font-size: 18px !important;
    overflow: hidden;
}

.product-news-item .product-news-item-box .news-item-top-right .product-news-content-text {
    width: 100%;
    flex: 1;
}

.product-news-item .product-news-item-box .news-item-top-right .product-news-time {
    width: 100%;
    height: 30px;
}

.news-title {
    font-size: 18px;
    color: #333;
    line-height: 20px;
}

.news-time, .news-content-text {
    font-size: 14px;
    color: #999;
    line-height: 22px;
}

.news-item {
    background: #fff;
    cursor: pointer;
}

/***************************动态详情**********************/
.header-news-info {
    height: 508px !important;
}

.header .banner-news-info {
    width: 100%;
    background: url(../img/news-info-pc-banner.png) no-repeat;
    background-size: cover;
}

.main-news-info .news-info-content {
    margin-top: 100px;
    margin-bottom: 100px;
}

.main-news-info .news-info-content .news-title {
    height: 80px;
    line-height: 80px;
}

.main-news-info .news-info-content .news-content-text {
    margin-top: 50px;
}

/***************************关于我们**********************/
.container .banner-aboutus {
    width: 100%;
    height: 363px;
    background: url(../img/aboutus-pc-banner.png) no-repeat;
    background-size: cover;
}

.main .aboutus-part1 {
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

.main .aboutus-part1 .part1-text {
    flex: 0.5;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.main .aboutus-part1 .part1-text .text-desc {
    margin-top: 20px !important;
}

.main .aboutus-part1 .part1-text .btn-contactus {
    width: 130px;
    margin-top: 40px;
}

.main .aboutus-part1 .part1-img {
    flex: 0.5;
    height: 100%;
    margin-left: 120px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.main .aboutus-part1 .part1-img .part1-img-content {
    width: 616px;
    height: 410px;
    background: url(../img/aboutus-pc-img1.png) no-repeat;
}

.main .aboutus-part2 {
    height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.main .aboutus-part2 .part2-item {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.main .aboutus-part2 .part2-item .part2-item-box {
    margin-left: 60px;
}

.main .aboutus-part2 .part2-item .part2-item-box .part2-item-icon {
    width: 50px;
    height: 50px;
    margin: 0 10px;
}

.main .aboutus-part2 .part2-item .part2-item-box .part2-item-icon1 {
    background: url(../img/aboutus-pc-icon1.png);
}

.main .aboutus-part2 .part2-item .part2-item-box .part2-item-icon2 {
    background: url(../img/aboutus-pc-icon2.png);
}

.main .aboutus-part2 .part2-item .part2-item-box .part2-item-icon3 {
    background: url(../img/aboutus-pc-icon3.png);
}

.main .aboutus-part2 .part2-item .part2-item-box .part2-item-info {
    flex: 1;
    margin-left: 20px;
    height: 100px;
}

.main .aboutus-part2 .part2-item .part2-item-box .part2-item-info .part2-item-info-title {
    line-height: 30px;
    font-size: 18px;
    color: #333;
}

.main .aboutus-part2 .part2-item .part2-item-box .part2-item-info .part2-item-info-desc {
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

.main .aboutus-part2 .part2-item-line {
    width: 1px;
    height: 60px;
    background: #E5E5E5;
}

.main .aboutus-part3 {
    height: auto;
}

.main .aboutus-part3 .top {
    height: 200px;
}

.main .aboutus-part3 .bottom {
    height: 550px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.main .aboutus-part3 .bottom .bottom-item {
    width: 240px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.main .aboutus-part3 .bottom .bottom-item .bottom-item-top {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.main .aboutus-part3 .bottom .bottom-item .part3-text-box {
    /*flex: 1;*/
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 10px;
}

.main .aboutus-part3 .bottom .bottom-item .part3-text {
    flex: 1;
    padding: 30px 30px;
    font-size: 16px;
    color: #666;
}

.main .aboutus-part3 .bottom .bottom-item .part3-icon-up {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 16px solid #fff;
}

.main .aboutus-part3 .bottom .bottom-item .part3-icon-down {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 16px solid #fff;
}

.main .aboutus-part3 .bottom .bottom-item .bottom-item-midd {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.main .aboutus-part3 .bottom .bottom-item .bottom-item-midd > span:nth-child(2) {
    width: 76px;
    height: 32px;
    line-height: 32px;
    background: #2D3551;
    border-radius: 16px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.main .aboutus-part3 .bottom .bottom-item .bottom-item-bottom {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.main .aboutus-part4 {
    margin-bottom: 20px;
}

.main .aboutus-part4 .bottom {
    height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.part4-item-text {
    width: auto;
    max-width: 300px;
    height: auto;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    padding: 14px 20px;
    border-radius: 40px;
    border: 1px solid #E5E5E5;
}

.part4-item-circular {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #353E5E;
    border-radius: 25px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.circular-right-1 {
    margin-right: 66px;
}

.circular-right-2 {
    margin-right: 92px;
}

.circular-left-1 {
    margin-left: 66px;
}

.circular-left-2 {
    margin-left: 92px;
}

.main .aboutus-part4 .bottom .bottom-top {
    width: auto;
    height: 160px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
}

.main .aboutus-part4 .bottom .bottom-top > span:last-child {
    margin-bottom: 20px;
}

.main .aboutus-part4 .bottom .bottom-midd {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}

.main .aboutus-part4 .bottom .bottom-midd .midd-left, .midd-right {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main .aboutus-part4 .bottom .bottom-midd .midd-left > div:last-child {
    height: 80px;
}

.main .aboutus-part4 .bottom .bottom-midd .midd-right > div:last-child {
    height: 80px;
}

.main .aboutus-part4 .bottom .bottom-midd .midd-midd {
    width: 140px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.main .aboutus-part4 .bottom .bottom-midd .midd-midd .midd-midd-h5 {
    display: none;
}

.main .aboutus-part4 .bottom .bottom-midd .midd-midd .midd-midd-pc {
    width: 100px;
    height: 144px;
}

.item-box-left {
    justify-content: flex-start;
    align-items: center;
}

.item-box-right {
    justify-content: flex-end;
    align-items: center;
}

.item-text-left {
    margin-left: 40px;
}

.item-text-right {
    margin-right: 40px;
}

.main .aboutus-part4 .bottom .bottom-midd .item-box {
    width: 100%;
    height: auto;
    min-height: 50px;
    display: flex;
    flex-direction: row;
    margin: 4px 0;
}

.main .aboutus-part4 .bottom .bottom-bottom {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main .aboutus-part4 .bottom .bottom-bottom > span:last-child {
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    color: #666;
}

.aboutus-part5 {
    background: #3A4360;
    overflow: hidden;
}

.aboutus-part5 .part-content {
    height: auto;
}

.aboutus-part5 .part-content .swiper-course {
    height: 600px;
    background: url(../img/bg-history-line.svg) no-repeat;
    background-size: 100%;
}

/************/
.swiper-course .swiper-slide {
    width: 1000px !important;
    margin: 0 auto;
}

.main .aboutus-part5 .part-content .swiper-slide-course {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.main .aboutus-part5 .part-content .swiper-slide-course .course-date {
    width: auto;
    height: auto;
    margin: 0 20px;
    color: #fff;
    font-size: 30px;
}

.main .aboutus-part5 .part-content .swiper-slide-course .course-content {
    flex: 1;
    height: 100%;
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.main .aboutus-part5 .part-content .swiper-slide-course .course-content > span {
    line-height: 26px;
    font-size: 16px;
    color: #fff;
    text-align: left;
    margin: 5px 0;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    left: 0;
    top: 90%;
    bottom: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-top: 2px solid rgba(34, 100, 255, 0.5);
}


.swiper-course .swiper-pagination-bullet {
    margin: 0 10px !important;
    width: 100px;
    height: 80px;
    position: relative;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent !important;
    opacity: 1;
}

.swiper-course .swiper-pagination-bullet .dot {
    width: 6px;
    height: 6px;
    top: -8px;
    border-radius: 100%;
    z-index: 13;
    background: #2D3551;
    border: 4px solid #5A6892;
    position: absolute;
}

.swiper-course .swiper-pagination-bullet .num {
    width: 100%;
    font-size: 14px;
    color: #fff;
}

.swiper-course .swiper-pagination-bullet-active {
    background: transparent !important;
}

.swiper-course .swiper-pagination-bullet-active .dot {
    color: #fff;
    background: #6AE1FF;
    width: 8px;
    height: 8px;
    top: -9px;
    border: 5px solid #5A6892;
}

.swiper-progress {
    position: absolute;
    bottom: 83px;
    height: 2px;
    left: 0;
    transition: all 0.5s;
    background-image: linear-gradient(-90deg, #6AE1FF 0%, #0B1CBA 100%);
    z-index: 2;
}

/***********/

.main .aboutus-part6 .part-content {
    height: 600px;
    margin-bottom: 20px;
}

.main .aboutus-part6 .part-content .swiper-slide-image {
    width: 800px;
    height: 100%;
    display: block;
    color: #FFFFFF;
    font-size: 30px;
    text-align: center;
}

/***************************联系我们**********************/
.banner-contactus {
    width: 100%;
    height: 363px;
    background: url(../img/aboutus-pc-banner.png) no-repeat;
    background-size: cover;
}

.main-contactus {
    width: 100%;
    background: #F4F5F7;
}

.main-contactus .main-content {
    height: 600px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.main-contactus .main-content .content-map {
    width: 500px;
    height: 500px;
    margin-left: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}

.main-contactus .main-content .content-map .map {
    width: 493px;
    height: 407px;
    background: url(../img/contactus-pc-img1.png) no-repeat;
    background-size: cover;
}

.main-contactus .main-content .content-map .map-market {
    width: 311px;
    height: 139px;
    background: url(../img/contactus-pc-map-market-bg.png);
    position: absolute;
    bottom: 30px;
    right: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-contactus .main-content .content-map .map-market .market-text {
    font-size: 16px;
    color: #333;
}

.main-contactus .main-content .content-info {
    flex: 1;
    height: 100%;
}

.main-contactus .main-content .content-info .content-info-box .content-item {
    width: 580px;
    height: 130px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
}

.main-contactus .main-content .content-info .content-info-box .content-item .item-icon {
    width: 60px;
    height: 60px;
    margin-left: 50px;
    margin-right: 40px;
}

.content-item .item-icon1 {
    background: url(../img/contactus-icon-1.png);
}

.content-item .item-icon2 {
    background: url(../img/contactus-icon-2.png);
}

.content-item .item-icon3 {
    background: url(../img/contactus-icon-3.png);
}

.main-contactus .main-content .content-info .content-info-box .content-item .item-title {
    width: 150px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #333;
    text-align: left;
}

.main-contactus .main-content .content-info .content-info-box .content-item .item-line {
    width: 1px;
    height: 100px;
    background: #F4F5F7;
}

.main-contactus .main-content .content-info .content-info-box .content-item .item-content .item-text {
    flex: 1;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    text-align: center;
    margin: 0 20px;
}

.main-contactus .main-content .content-info .content-info-box .content-item .item-content .item-image {
    width: 105px;
    height: 105px;
}

