*{
    margin: 0;
    padding: 0;
}
ul,li{
    list-style: none;
}
.flex-box{
    display: flex;
    align-items: center;
}
.justify-between{
    justify-content: space-between;
}
.text-left{
    text-align: left;
}
.section{
    max-width: 1220px;
    margin: 0 auto;
}
.section2{
    width: 1324px;
    margin: 0 auto;
}
.top{
    height: 607px;
    background: #228864;
    background: url('../img/icons/bj1副本.png');
}
.top .change-btn{
    display: inline-block;
    color: #228864;
    text-decoration: none;
    margin-top: 10px;
    font-size: 20px;
    /* border: 1px solid #fff; */
    background-color: #fff;
    padding: 6px 28px;
}
.top .change-btn:hover{
    opacity: 0.6;
}
.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
}
.logo-box{
    color: #fff;
    font-size: 28px;
}
.nav ul{
    display: flex;
    align-items: center;
}
.nav ul li{
   margin-left: 66px;
}
.nav ul li:first-child{
    margin-left: 0;
}
.nav li a{
    text-decoration: none;
    font-size: 16px;
    color: #fff;
}
.nav li a:hover{
    opacity: 0.6;
}
.nav li .login-btn{
    display: inline-block;
    width: 100px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
}
.top-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 68px;
}
.mt10{
    margin-top: 10px;
}
.mt30{
    margin-top: 30px;
}
.mt35{
    margin-top: 35px;
}
.mt40{
    margin-top: 40px;
}
.font56{
    font-size: 36px;
}
.top-content .left{
    font-size: 19px;
    color: #fff;
}
.line-height-32{
    line-height: 32px;
}
.top-content .right .video-box{
    width: 710px;
    height: 416px;
    background: url('../img/home/video-bg.png');
    background-size: 100% 100%;
    text-align:center;
    cursor: pointer;
    color:#fff;
    font-size: 18px;
    position: relative;
}
.video-box .video-content {
    padding-top: 130px;
    position: absolute;
    /*top: 50%;
    left: 50%;
    margin-top: -58px;
    margin-left: -72px;*/
    width: 541px;
    height: 208px;
    top: 26px;
    left: 85px;
    text-align:center;
}
.download-btn {
    display: inline-block;
    width: 263px;
    height: 64px;
    line-height: 64px;
    background: #FFFFFF;
    border-radius: 2px;
    text-align: center;
    font-size: 24px;
    color: #228864;
    text-decoration: none;
    margin-top: 35px;
}
.download-btn:hover{
	background: #339966;
	color: #333333;
}


.title-section{
    display: inline-block;
    font-size: 38px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    position: relative;
    /*background-image: linear-gradient(#2288643b,#2288643b);*/
    background-size: 156px 11px;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.title-section::before{
    content: '';
    position: absolute;
    left: -60px;
    top: 50%;
    width: 44px;
    height: 2px;
    margin-top: -1px;
    background: #333333;
}
.title-section::after{
    content: '';
    position: absolute;
    right: -60px;
    top: 50%;
    width: 44px;
    height: 2px;
    margin-top: -1px;
    background: #333333;
}
.text-center{
    text-align: center;
}
.font23{
    font-size: 23px;
}
.cell-1{
    /* height: 564px; */
    background: #F6F7F7;
    padding: 64px 0 80px;
    box-sizing: border-box;
}
.cell-1 .item-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 10px;
}
.cell-1 .item-box a{
    text-decoration: none;
}
.cell-1 .item{
    width: 584px;
    height: 156px;
    background: #EAEFEF;
    border-radius: 6px;
    padding: 32px;
    box-sizing: border-box;
    margin-top: 30px;
    /* cursor: pointer; */
}
.cell-1 .item .icon{
    width: 32px;
    height: 26px;
    display: inline-block;
}
.cell-1 .item .icon1{
    background: url('../img/home/2.png');
    background-size: 100% 100%;
}
.cell-1 .item .icon2{
    background: url('../img/home/3.png');
    background-size: 100% 100%;
}
.cell-1 .item .icon3{
    background: url('../img/home/4.png');
    background-size: 100% 100%;
}
.cell-1 .item .icon4{
    background: url('../img/home/5.png');
    background-size: 100% 100%;
}
.cell-1 .item:hover{
    background: #228864;
}
.cell-1 .item:hover .title, .cell-1 .item:hover .text{
    color: #fff;
}
.cell-1 .item:hover .icon1{
    background: url('../img/home/2-1.png');
    background-size: 100% 100%;
}
.cell-1 .item:hover .icon2{
    background: url('../img/home/3-1.png');
    background-size: 100% 100%;
}
.cell-1 .item:hover .icon3{
    background: url('../img/home/4-1.png');
    background-size: 100% 100%;
}
.cell-1 .item:hover .icon4{
    background: url('../img/home/5-1.png');
    background-size: 100% 100%;
}
.cell-1 .item .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    font-size: 24px;
}
.cell-1 .item .title img{
    width: 28px;
}
.cell-1 .item .text{
    text-align: left;
    color: #666666;
    /* line-height: 28px; */
    font-size: 18px;
    margin-top: 15px;
}
.cell-2{
    padding: 64px 0 90px;
}
.cell-2 .sub-title{
    font-size: 18px;
    color: #333333;
    padding: 24px 0 14px;
}

.cell-2 .item-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cell-2 .item{
    width: 576px;
    height: 181px;
    border-radius: 6px;
    padding: 32px 40px;
    box-sizing: border-box;
    margin-top: 38px;
    text-align: left;
    color: #fff;
}
.cell-2 .item1{
    background: url('../img/home/6.png');
    background-size: 100% 100%;
}
.cell-2 .item2{
    background: url('../img/home/7.png');
    background-size: 100% 100%;
}
.cell-2 .item3{
    background: url('../img/home/8.png');
    background-size: 100% 100%;
}
.cell-2 .item4{
    background: url('../img/home/9.png');
    background-size: 100% 100%;
}
.cell-2 .item > div {
    width: 290px;
}
.cell-2 .item .title{
    font-size: 32px;
}
.cell-2 .item .text{
    font-size: 17px;
    margin-top: 16px;
    line-height: 27px;
}
.cell-3{
    padding: 64px 0 90px;    
    background: #EFF6F5;
}
.cell-3 .sub-title{
    padding: 24px 0 46px;
}
.cell-4{
    padding: 64px 0 64px;
}
.cell-4 .sub-title{
    padding: 24px 0 50px;
}

.cell-5{
    padding: 64px 0 80px;
    background: #EFF6F5;
}
.cell-5 .sub-title{
    font-size: 18px;
    color: #333333;
    padding: 24px 0 14px;
}

.cell-5 .item-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cell-5 .item{
    width: 576px;
    height: 181px;
    border-radius: 6px;
    padding: 32px 40px;
    box-sizing: border-box;
    margin-top: 38px;
    text-align: left;
    color: #fff;
}
.cell-5 .item1{
    background: url('../img/home/15.png');
    background-size: 100% 100%;
}
.cell-5 .item2{
    background: url('../img/home/16.png');
    background-size: 100% 100%;
}
.cell-5 .item3{
    background: url('../img/home/17.png');
    background-size: 100% 100%;
}
.cell-5 .item4{
    background: url('../img/home/18.png');
    background-size: 100% 100%;
}
.cell-5 .item > div {
    width: 290px;
}
.cell-5 .item .title{
    font-size: 32px;
}
.cell-5 .item .text{
    font-size: 17px;
    margin-top: 16px;
    line-height: 27px;
}

.cell-6{
    padding: 64px 0 80px;
}
.cell-6 .sub-title{
    font-size: 18px;
    color: #333333;
    padding: 24px 0 14px;
}

.cell-6 .item-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cell-6 .item{    
    width: 589px;
    height: 152px;
    /* background: #EFF6F5; */
    padding: 20px 24px;
    box-sizing: border-box;
    margin-top: 38px;
    text-align: left;
    color: #666;
}
.cell-6 .item:hover{
    background: #EFF6F5;
    cursor: pointer;
}
.cell-6 .item .title{
    font-size: 20px;
    color: #333;
}
.cell-6 .item:hover .title{
    color: #228864;
}
.cell-6 .item .text{
    font-size: 16px;
    margin: 13px 0;
    /* line-height: 18px; */
    color: #666;
}

.cell-7{
    padding: 64px 0 80px;
    background-color: #228864;
    color: #fff;
}
.cell-7 .title-section{
    color: #fff;
    
}
.cell-7 .title-section::before{
    background: #fff;
}
.cell-7  .title-section::after{
    background: #fff;
}
.cell-7 .sub-title{
    font-size: 18px;
    color: #fff;
    padding: 24px 0 14px;
}
.cell-7 .section-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
}
.cell-7 .section-content .content-left{
    text-align: left;
    width: 540px;
    text-indent: 2em;
    line-height: 34px;
}

.cell-7 .item-box{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.cell-7 .item{
    color: #fff;
    font-size: 18px;
}
.cell-7 .item > img {
    display: block;
    margin: 0 auto;
}
.cell-7 .item .title{
    font-size: 18px;
    color: #fff;  
    margin: 10px 0 6px;  
}
.cell-7 .item .text{
    font-size: 18px;   
    /* line-height: 18px; */
    color: #86ECC8;
}


.cell-8{
    padding: 64px 0 80px;
}
.cell-8 .sub-title{
    font-size: 18px;
    color: #333;
    padding: 24px 0 14px;
}

.cell-8 .item-box{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cell-8 .item{
    margin-top: 25px;
}
.cell-8 .item > img {
    display: block;
    margin: 0 auto;
}
.cell-8 .item .title{
    font-size: 16px;
    color: #333;  
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: #EFF6F5;
    border-radius: 4px;
}

.cell-9{
    padding: 34px 0 30px;
}
.cell-9 .sub-title{
    font-size: 18px;
    color: #333;
    padding: 24px 0 14px;
}

.cell-9 .item-box{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.cell-9 .item{
    margin-right: 45px;
    margin-top: 30px;
}
.cell-9 .item .title a{
    font-size: 16px;
    color: #333;
    text-align: center;
    white-space: nowrap;
    text-decoration:none;
}
.cell-9 .item:hover .title a{
    cursor: pointer;
    text-decoration: underline;
    color: #228864;
}



.bg-5 {
    background: rgba(0, 0, 0);
}
.pt-40 {
    padding-top: 40px;
}
.text-white {
    color: #fff;
}
.pb-40 {
    padding-bottom: 40px;
}
.row{
    display: flex;
}
.w50{
    width: 50%;
}
.pr-70 {
    padding-right: 70px;
}
.concat-us-box {
    position: relative;
    padding-left: 118px;
}
.concat-us-box::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 186px;
    margin-top: -93px;
    border-left: 2px solid rgba(255, 255, 255, 0.3);
}
.concat-us-box .concat-us-title {
    font-size: 20px;
    color: #FFFFFF;
    /* line-height: 67px; */
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.mt-25 {
    margin-top: 25px;
}
.copyright-container{
    width: 1200px;
    margin: 0 auto;
}

.news-container .top{
    height: 367px;
    background: url('../img/news/bj.jpg');
    background-size: 100% 100%;
}
.news-list-cell{
    padding: 46px 0 64px;
}
.news-list-cell .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 816px;
    height: 130px;
    box-sizing: border-box;
}
.news-list-cell .item:hover{
    background: #EBF8F4;
    cursor: pointer;
}
.news-list-cell .item-left{
    color: #228864;
    font-size: 52px;
    width: 147px;
    min-width: 147px;
    height: 130px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.news-list-cell .item-left::after{
    content: '';
    width: 2px;
    height: 113px;
    background: #DEDEDE;
    position: absolute;
    top: 9px;
    right: 0;
}
.font18{
    font-size: 18px;
}
.news-list-cell .item-right {
    padding: 20px 33px 20px 48px;
    box-sizing: border-box;
    height: 130px;
    flex: 1;
}
.news-list-cell .item-right .title{
    font-size: 20px;
    color: #000;
    font-family: Microsoft YaHei;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news-list-cell .item-right .text{
    font-size: 16px;
    color: #666;
    margin-top: 18px;
    line-height: 24px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;

}
.align-start{
    align-items: flex-start;
}
.pages-box{
    color: #333333;
    font-size: 16px;
    text-align: center;
    padding-top: 40px;
}
.pages-box a{
    margin: 0 10px;
    color: #333333;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
}
.pages-box .text-page:hover{
    color: #228864;
}
.pages-box .btn-page{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 0 5px;
}
.pages-box .btn-page:hover, .pages-box .btn-page.active{
    background-color: #228864;
    color: #fff;
    border-radius: 50%;
}



.news-detail-cell{
    padding: 46px 0 64px;
}
.news-detail{
    width: 803px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;   
}
.news-detail .news-title{
    text-align: center;
    font-size: 24px;
    color: #000;
}
.news-detail .time{
    text-align: center;
    font-size: 18px;
    color: #999;
    line-height: 41px;
}
.ad-box .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 359px;
    height: 70px;
    background: #228864;
    text-align: center;
    line-height: 70px;
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}
.ad-box img{
    display: block;
}
.ad-box .btn img{
    margin-right: 20px;
}
.ad-box .list-box{
    width: 360px;
    height: 364px;
    background: #EFF6F5;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    padding: 0 12px;
    box-sizing: border-box;
}
.ad-box .list-box .list-title{
    font-size: 18px;
    color: #000;
    padding: 12px 0;
    border-bottom: 1px solid #D8D9D9;
    text-align: left;
    font-family: Microsoft YaHei;
    font-weight: 700;
}
.ad-box .list-box ul{
    padding-top: 4px;
}
.ad-box .list-box li{
    padding-top: 5px;
}
.ad-box .list-box li a{
    color: #333;
    text-decoration: none;
    text-align:left;
}
.ad-box .list-box li a:hover{
    text-decoration: underline;
    color: #228864;
}
.ad-box .list-box li{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align:left;
}
.news-detail .content{
    font-size: 16px;
    color: #333333;
    margin-top: 40px;
    line-height: 30px;
    text-indent: 2em;
}
.news-detail .ad{
    padding-top: 48px;
}
.news-detail .ad a{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
    color: #228864;
}
.news-detail-cell .page-box{
    padding: 40px 0;
}
.news-detail-cell .page-box a{
    color: #666666;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}
.news-detail-cell .page-box a:hover{
    color: #228864;
}


.family-cell-2{
    padding: 64px 0 90px;
}
.family-cell-2 .item{
    margin-top: 150px;
}
.family-cell-2 .item:first-child{
    margin-top: 0;
}

.family-cell-2 .content-box{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
}
.family-cell-2 .content-box > div {
    /* width: 489px; */
    width: 620px;
}
.family-cell-2 .item .left img{
    width: 489px;
}
.family-cell-2 .item  .title{
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #000000;
}
.family-cell-2 .item .text{
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
    line-height: 36px;
    margin: 32px 0 36px;
    text-align: left;
}
.family-cell-2 .item .text-box{
    width: 290px;   
    text-align: left;
    margin-left: 136px;
}
/* .family-cell-2 .item > div:last-child{
    margin-left: 136px;
} */
.family-cell-2 .item .btn{
    display: inline-block;
    width: 195px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    background: #FFFFFF;
    border: 1px solid #228864;
    border-radius: 25px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #228864;
    text-decoration: none;
}
.family-cell-2 .item .btn:hover{
    background-color: #228864;
    color: #fff;
}


.news-cell-6{
    padding: 30px 0 30px;
    background-color: #228864;
}
.news-cell-6 .title-section{
    color: #fff;
    background-image: linear-gradient(#ffffff3b,#ffffff3b);
}
.news-cell-6 .title-section::after{
    background: #fff;
}
.news-cell-6 .title-section::before{
    background: #fff;
}
.news-cell-6 .sub-title{
    font-size: 18px;
    color: #fff;
    padding: 24px 0 14px;
}

.news-cell-6 .item-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news-cell-6 .item-box a{
    text-decoration: none;
}
.news-cell-6 .item{    
    width: 589px;
    height: 152px;
    /* background: #EFF6F5; */
    padding: 20px 24px;
    box-sizing: border-box;
    margin-top: 16px;
    text-align: left;
    color: #6DCFB2;
    text-decoration: none;
}
.news-cell-6 .item:hover{
    background: #0D6248;
    cursor: pointer;
}
.news-cell-6 .item .title{
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-cell-6 .item:hover .title{
    color: #fff;
}
    .news-cell-6 .item .text {
        font-size: 16px;
        margin: 13px 0;
        /* line-height: 18px; */
        color: #fff;
        text-decoration: none;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }


.family-cell-7{
    padding: 64px 0 80px;
    background-color: #fff;
}
.family-cell-7 .sub-title{
    font-size: 18px;
    color: #333;
    padding: 24px 0 14px;
}
.family-cell-7 .section-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
}
.family-cell-7 .section-content .content-left{
    text-align: left;
    width: 540px;
    text-indent: 2em;
    line-height: 34px;
}

.family-cell-7 .item-box{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.family-cell-7 .item{
    color: #333;
    font-size: 18px;
}
.cell-7 .item > img {
    display: block;
    margin: 0 auto;
}
.family-cell-7 .item .title{
    font-size: 18px;
    color: #333;  
    margin: 10px 0 6px;  
}
.family-cell-7 .item .text{
    font-size: 18px;   
    /* line-height: 18px; */
    color: #228864;
}

.fixed-box {
    padding: 0 60px;
    background: #228864;
    position:fixed;
    min-width: 1425px;
    top:-85px;
    left:0;
    width:calc(100% - 120px);
    /*height: 38px;*/
    padding-bottom: 24px;
    transition: 0.3s top;
}
.fixed-box.active{
    top: 0;
}
.fixed-box .d-btn{
    padding: 6px 15px;
    border: 1px solid #fff;
    border-radius: 17px;
    font-weight: 700;
}
    .fixed-box .copy-btn {
        padding: 6px 15px;
        border: 1px solid #fff;
        border-radius: 17px;
        font-weight: 700;
        color: #fff;
        font-size: 14px;
        margin-left: 10px;
        cursor:pointer;
    }
    .fixed-box .copy-btn:hover{
        opacity: 0.6;
    }

.video-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:rgba(0,0,0,0.4);
    display: none;
}
.modalActive {
    display:block;   
}
/*.video-modal .video-container, .video-modal .video-container iframe {
    width: 100%;
    height: 100%;
}
.video-container .close-icon{
    display:none;
}*/
.video-modal .video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -360px;
    margin-left: -550px;
    width: 1100px;
    height: 720px;
    /*border: 2px solid #fff;*/
    border-radius: 30px;
    background: url('/Content/img/home/26.png');
    background-size: 100% 100%;
    /*overflow: hidden;*/
}
    .video-modal .video-container .close-icon {
        display: inline-block;
        position: absolute;
        right: -50px;
        top: -30px;
        width: 44px;
        height: 44px;
        cursor: pointer;
    }
.video-modal .video-container video {
    width: 1018px;
    height: 642px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #000;
    transform: translate(-50%,-50%);
    z-index: 1;
    outline:none;
}
.video-modal .video-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
}

/*隐藏全屏按钮*/
video::-webkit-media-controls-fullscreen-button {
    display: none;
}