.color-primary {
    color: #06C1AE;
}

.section {
    padding-top: 60px;
    height: 520px;
    background-color: #f8f8f8;
}
.container {
    margin-top: 40px;
}


/* 
banner
*/
.banner-page-1 {
    padding-top: 80px;
    background: url(./images/banner_background.png) left top no-repeat;
    background-size: cover;
}
.banner .left .detail {
    margin-top: 50px;
}
.banner .left .detail:hover {
    transform: scale(1.1);
    transition: all 0.3s;
}
.banner .right {
    /* margin-left: 30px; */
    position: relative;
}
.banner .right .img {
    position: absolute;
    z-index: 1;
}
/* 
section2
*/
.section-2 {
    position: absolute;
    background: #F6FEFD;
    border: 1px solid #E1EFEE;
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    display: flex;
    align-items: center;
    left: 50%;
    margin-left: -600px;
    top: -50px;
    height: 100px;
    width: 1200px;
    z-index: 1;
}

.section-2 .item {
    flex: 1;
    /* margin: 0 20px; */
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.section-2 .item .right {
    margin-left: 6px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-2 .item .right .title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    height: 32px;
    line-height: 32px;
}
.section-2 .item .right .desc {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    height: 24px;
    line-height: 24px;
}
/* 
section3
*/
.section-3 {
    padding-top: 120px;
    height: 880px;
    background: url(./images/section_3_bg.png);
}
.section-3 .item{
    height: 580px;
    background: #FFFFFF;
    box-shadow: 0px 7px 16px 0px rgba(141, 141, 141, 0.14);
    border-radius: 5px 5px 0px 0px;
    width: 288px;
    margin:50px 10px 80px 10px;
}
.section-3 .item .item-img {
    width: 288px;
    height: 86px;
}
.section-3 .item .product_item{
    padding: 0 20px;
    height: 100px;
    cursor: pointer;
}
.section-3 .item  .footer {
    height: 50px;
    color: #06C1AE;
    font-size: 14px;
    font-weight: 500;
    margin: 0 10px;
    border-top: 1px solid #EDEDED;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.section-3 .item .product_item .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
}
.section-3 .item .product_item .title .right {
    width: 70px;
    height: 28px;
    background: #FFFFFF;
    box-shadow: 0px 3px 12px 0px rgba(141, 141, 141, 0.14);
    font-size: 12px;
    color: #06C1AE;
    text-align: center;
    line-height: 28px;
}
.section-3 .item .product_item .title .right:hover {
    background-color:  #06C1AE;
    color: #FFFFFF;
    transform: scale(1.1);
    transition: all .3s;
}

.section-3 .item .product_item .desc {
    font-weight: 400;
    color: #838383;
    font-size: 12px;
    line-height: 24px;
}

.section-3 .item .active{
    background: linear-gradient(0deg, #EEEFF3 0%, #FFFFFF 100%) #FFFFFF;
}
.section-3 .item .active .hidden {
    display: block;
}
.section-3 .item .active .left .hidden {
    display: inline;
}
.section-3 .item .active .show {
    display: none;
}

/* 
section4
*/
.section-4 {
    height: 820px;
    position: relative;
    background: transparent;
}
.section-4 .background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.section-4 .background img {
    width: 100%;
    height: 100%;
}
.section-4 .hidden{
    display: none;
}
.section-4 .show {
    display: block;
}
.section-4 .common-container {
    z-index: 10;
}
.section-4 .left {
    width: 200px;
    height: 580px;
    border-right: 4px solid rgba(255, 255,255,.6);
}
.section-4 .left .solution_item {
    width: 170px;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    float: right;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    margin-top: 20px;
    cursor: pointer;
}
.section-4 .left  .active {
    background: linear-gradient(90deg, rgba(6, 193, 174, 0) 0%, #06C1AE 100%);
    position: relative;
}
.section-4 .left  .active::after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    right: -6px;
    background-color: #FFFFFF;
    width: 10px;
    border-radius: 2px;
}
.section-4 .right {
    flex:1;
    height: 520px;
}
.section-4 .right .solution_content {
    margin: 20px 40px;
}
.section-4 .right .solution_content .title {
    font-size: 22px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 50px;
    vertical-align: middle;
}
.section-4 .right .solution_content .desc {
    height: 80px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 30px;
    vertical-align: middle;
    margin-top: 10px;
}
.section-4 .right .solution_content .btns {
    margin-top: 30px;
}
.section-4 .right .solution_content .btns .btn {
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    width: 130px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    box-sizing: border-box;
}
.section-4 .right .solution_content .btns .active {
    background: #06C1AE;
    border: none;
}
.section-4 .right .solution_content .icons {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between;
}
.section-4 .right .solution_content .icons .icon {
    width: 20%;
    height: 100px;
    text-align: center;
    margin: 20px 0;
}
.section-4 .right .solution_content .icons .icon .img {
    /* width: 60px; */
    height: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-4 .right .solution_content .icons .icon p {
    font-size: 14px;
    line-height: 40px;
    vertical-align: middle;
    font-weight: 400;
}

/* 
section5
*/
.section-5 {
    background: url(./images/section_5_bg.png);
    height: 740px;
}
.section-5 .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section-5 .container .card {
    width: 31%;
    height: 140px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 16px 2px rgba(213, 213, 213, 0.42);
    display: flex;
    padding: 20px;
    box-sizing: border-box;
    align-items: center;
    margin-top: 30px;
}
.section-5 .container .card .card-img {
    width: 55px;
    height: 50px;
    margin-right: 30px;
}
.section-5 .container .card .title {
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    font-size: 18px;
}
.section-5 .container .card .desc{
    font-size: 14px;
    font-weight: 400;
    color: #767676;
    line-height: 20px;
}

/* 
section6
*/
.section-6 {
    height: 740px;
}
.section-6 .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 520px;
}
.section-6 .container .card {
    width: 22%;
    height: 100%;
    background: linear-gradient( #ECFEFC 0%, #FFFFFF 40%);
    padding: 20px 10px;
    box-sizing: border-box;
    box-shadow: 0px 0px 16px 2px rgba(213, 213, 213, 0.42);
    position: relative;
}
.section-6 .container .active {
    box-shadow: 0px 0px 16px 2px rgba(6, 193, 174, 0.14);
    margin-top: -20px;
    transition: all 0.2s;
}
.section-6 .container .active::before{
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    height: 4px;
    content:"";
    background-color: #06C1AE;
}
.section-6 .container .card .title-img {
    width: 110px;
    height: 110px;
    display: block;
}
.section-6 .container .card .content {
    padding: 0 20px;
}
.section-6 .container .card .content .title {
    font-size: 21px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
}
.section-6 .container .card .content .desc {
    font-size: 14px;
    font-weight: 400;
    color: #7786AB;
    line-height: 24px;
    margin-top: 10px;
}
.section-6 .container .card .content .list {
    padding-top: 10px;
}
.section-6 .container .card .content .list .app_item {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.section-6 .container .card .content .list .app_item .img{
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.section-6 .container .card .content .list .app_item span{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}
.section-6 .container .card .content .list .item_active span{
    color: #06C1AE;
}
/* 
section7
*/
.section-7 {
    background: #F9F9F9;
    height: 880px;
}
.section-7 .container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.section-7 .container .card {
    width: 32%;
    height: 315px;
    background-color: #FFFFFF;
    box-shadow: 0px 6px 14px 0px rgba(141, 141, 141, 0.12);
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
    position: relative;
}
.section-7 .container .card .header {
    height: 240px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}
.section-7 .container .card .header .card-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 240px;
    z-index: 1;
}
.section-7 .container .card .header .content {
    z-index: 2;
}
.section-7 .container .card .header .content p {
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 6px;
}
.section-7 .container .card .footer {
    height: 75px;
    line-height: 75px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.section-7 .container .card::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 44px;
    height: 4px;
    margin-left: -22px;
    background: #06C1AE;
}

/* 
section8
*/
.section-8 {
    height: 840px;
    background-color: #EDFEFC;
}
.section-8 .container {
    width: 1300px;
    height: 700px;
    padding: 50px 10px 10px 10px;
    box-sizing: border-box;
    position: relative;
    margin: auto;
}
.section-8 .container .swiper-background {
    position: absolute;
    width: 1200px;
    left:40px;
    right: 40px;
    top: 40px;
    bottom: 40px;
    background: linear-gradient(90deg, rgba(48, 206, 198, 0.8), rgba(52, 219, 150, 0.8));
    border-radius: 10px;
    z-index: -1;
}
.section-8 .container .content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.section-8 .container .content .item {
    width: 23%;
    margin: 0 1%;
    height: 350px;
    box-shadow: 0px 12px 10px 0px rgba(0, 135, 121, 0.19);
    border-radius: 4px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
}
.section-8 .container .content .item img {
    height: 140px;
}
.section-8 .container .content .item .title {
    height: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #141D38;
    line-height: 24px;
    margin: 20px 0;
}
.section-8 .container .content .item .desc {
    font-size: 16px;
    font-weight: 400;
    color: #5C6175;
    line-height: 24px;
}
/*自定义 前进后退按钮*/
.section-8 .container .swiper-button-prev{
    left: -10px;
     width: 60px;
    height: 50px;
	background:url(./images/section_8_last.png)  center center no-repeat;
    background-size: 100% 100%;
    outline: none;
    z-index: 5;
}
.section-8 .container .swiper-button-next{
    right: -10px;
    outline: none;
    width: 60px;
    height: 50px;
	background:url(./images/section_8_next.png)center center no-repeat;
    background-size: 100% 100%;
    z-index: 5;
}
.section-8 .container .swiper-button-prev:after, .swiper-button-next:after {
    display: none;
}

/* 
section-9
*/
.section-9 {
    height: 740px;
    background: url(./images/section_9_bg.png);
}
.section-9 .container {
    width: 1200px;
    height: 500px;
    background: #FFFFFF;
    box-shadow: 0px 7px 16px 0px rgba(141, 141, 141, 0.14);
    padding: 20px;
    box-sizing: border-box;
    display: flex;
}
.section-9 .container .news-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}
.section-9 .container .news-title p {
    font-weight: 400;
    height: 60px;
    line-height: 60px;
}
.section-9 .container .news-title .more .circle {
    display: inline-block;
}
.section-9 .container .news-title .more .circle li{
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #06C1AE;
    border-radius: 3px;
    margin-right: 4px;
}
.section-9 .container .news-title .title {
    font-size: 24px;
    color: #161929;
    position: relative;
}
.section-9 .container .news-title .title::after{
    position: absolute;
    content: "";
    width: 35px;
    height: 4px;
    background: linear-gradient(-90deg, #FEB066, #FCC66E);
    left:0;
    bottom:0;
}
.section-9 .container .news-title .more p {
    font-size: 14px;
    color: #A3A3A5;
}
.section-9 .container .news-title .more .circle li:first-child{
    animation: shine 1s infinite ease-in-out;
}
.section-9 .container .news-title .more .circle li:nth-child(2){
    animation: shine 1.25s infinite ease-in-out;
}
.section-9 .container .news-title .more .circle li:nth-child(3){
    animation: shine 1.5s infinite ease-in-out;
}

.section-9 .container .left {
    width: 60%;
}
.section-9 .container .right {
    flex: 1;
    max-width: 40%;
    margin-left: 20px;
}
.section-9 .container .news-list {
    width: 100%;
    margin-top: 20px;
}
.section-9 .container .news-list .left-news{
    display: flex;
    align-items: flex-start;
    height: 90px;
    margin-bottom: 40px;
    cursor: pointer;
}
.section-9 .container .news-list .left-news img {
    width: 150px;
    height: 88px;
}
.section-9 .container .news-list .left-news .date {
    width: 80px;
    font-size: 26px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-align: right;
    padding-right: 10px;
}
.section-9 .container .news-list .left-news .date .year {
    font-size: 14px;
    color: #9C999C;
}
.section-9 .container .news-list .left-news .news {
    flex: 1;
    max-width: 420px;
    line-height: 30px;
    font-weight: 400;
    margin-left: 10px;
}
.section-9 .container .news-list .news .title {
    font-size: 20px;
    color: #333333;
}
.section-9 .container .news-list .news .desc {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    margin-top: 8px;
}
.section-9 .container .news-list .left-news .news .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.section-9 .container .news-list .right-news{
    display: flex;
    align-items: flex-start;
    height: 80px;
    margin-bottom: 12px;
    width: 100%;
     cursor: pointer;
}
.section-9 .container .news-list .right-news .point {
    width: 6px;
    height: 6px;
    background: #06C1AE;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 6px;
}
.section-9 .container .news-list .right-news .news  {
    flex: 1;
    max-width: 400px;
}
.section-9 .container .news-list .right-news .news .title {
    font-size: 14px;
}
.section-9 .container .news-list .right-news .news .desc {
    font-size: 12px;
    color: #A0A0A0;
}
.section-9 .container .news-list .right-news .news .date {
    /* margin-top: 4px; */
    font-size: 12px;
    font-weight: 500;
    color: #9C999C;
    line-height: 30px;
}
.section-9 .container .news-list .right-news .news .date img {
    width: 14px;
    height: 14px;
    margin-right: 8px;
}

/* 
section-10
*/
.section-10  {
    height: 350px;
}
.section-10 .container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 80px;

}
.section-10 .container .card {
    height: 110px;
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.section-10 .container .card img{
    height: 70px;
}
.section-10 .container .card p{
    height: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 20px;
    vertical-align: middle;
    margin-top: 20px;
}

/* 
section-11
*/
.section-11  {
    height: 600px;
    /* background-color: #FFFFFF; */
}
.section-11 .container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.section-11 .container .card {
    /* width: 15%; */
    width: 200px;
    height: 100px;
    margin-top: 30px;
    margin-right: 30px;
    cursor: pointer;
}
.section-11 .container .card img {
    max-width: 100%;
}

/* 
section-12
*/
.section-12{
    height: 618px;
    background: url(./images/section_12_bg.png);
}
.section-12 .container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.section-12 .container .card {
    width: 31%;
    margin-top: 30px;
    height: 136px;
    background: linear-gradient(0deg, rgba(33, 204, 172, 0.1), rgba(144, 217, 213, 0)) #FFFFFF;
    box-shadow: 0px 7px 16px 0px rgba(141, 141, 141, 0.14);
    border-radius: 10px;
    display: flex;
    align-items: center; 
    flex-wrap: wrap;
}
.section-12 .container .active {
    transform: scale(1.1);
    transition: all .2s;
}
.section-12 .container .card .left-img {
    width: 60px;
}
.section-12 .container .card .right {
    flex: 1;
    margin-left: 10px;
}
.section-12 .container .card .right .title {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
}
.section-12 .container .card .right .desc {
    font-size: 13px;
    font-weight: 400;
    color: #8F8E8E;
    line-height: 24px;
}

/* 动效 */
@keyframes shine {
    0% {
        background: #A6F4EC;
    }
    50% {
        background: #5FE0D3;
    }
    100% {
        background: #06C1AE;
    }
}