* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-style: normal;
}

body {
    font-family: "Microsoft YaHei", "SimSun";
    font-size: 14px;
    color: #000;
}

a {
    text-decoration: none;
    color: #21242c
}

a:hover {
    text-decoration: none;
    color: #21242c;
}

.page-content {
    width: 1200px;
    margin: 0 auto;
    position: relative
}

.hd-banner{
    background: url(../images/harmonyos/banner.jpg) no-repeat top center;
    background-size: cover;
    height: 400px;
}
.hd-banner .info{
    padding: 80px 0 0 0;
}
.hd-banner .info h2{
    font-size: 40px;
    color: #fff;
    padding-bottom: 25px;
}
.hd-banner .info p{
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    background: url(../images/harmonyos/arrow.png) no-repeat left center;
    background-size: 18px 21px;
    padding-left: 30px;

}
.nav-box{
    height: 110px;
    background: #fff;
    border-right: 10px;
    box-shadow:  0 5px 20px rgba(0,0,0,.05);
    margin-top: -55px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px 0 0;
}
.nav-box .left{
    display: flex;
}
.nav-box .left .item{
    text-align: center;
    padding: 0 40px;
    position: relative;
}
.nav-box .left .item h3{
    font-size: 30px;
    color: #ff4a00;
}
.nav-box .left .item h3 span{
    font-size: 18px;
    font-weight: normal;
}
.nav-box .left .item p{
    font-size: 16px;
    color: #666;
    padding-top: 5px;
}
.nav-box .left .item::after {
    content: '/';
    position: absolute;
    right: -6px;
    top: 50%;
    color: #ff4a00;
    vertical-align: middle;
    font-size: 24px;
    transform: translate(0, -50%);
}
.nav-box .left .item:last-child::after {
    content: '';
}
.nav-box .right .btn a{
    display: block;
    background: #ff4a00;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    width: 140px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 40px;
}
.page-title{
    text-align: center;
    padding:80px 0 50px;
}
.page-title h3{
    font-size: 30px;
    color: #333;
}
.page-title h3 span{
    color: #fd5f3d;
}
.page-title p{
    color: #666;
    font-size: 18px;
    padding-top: 10px;
}
.hm-a{
    background: url(../images/harmonyos/bg.jpg) no-repeat bottom center;
    padding-bottom:180px;
}
.hm-a .box{
    background: url(../images/harmonyos/img1.png) no-repeat;
    width: 699px;
    height: 233px;
    margin: 20px auto 0;
    position: relative;
}
.hm-a .box .item{
    position: absolute;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.hm-b .hd{
    padding:10px 0 30px;
    display: flex;
    justify-content: space-between;
}
.hm-b .hd .item{
    width: 293px;
    background: url(../images/harmonyos/bg2.png) no-repeat;
    text-align: center;
}
.hm-b .hd .item h3{
    font-size: 30px;
    color: #40b6ff;
    font-weight: normal;
    margin-top: -10px;
}
.hm-b .hd .item p{
    font-size: 16px;
    color: #40b6ff;
    padding-top: 5px;
}
.hm-b .hd .item .txt{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding:20px 40px 0;
    text-align: left;
}
.hm-b .bd{
    position: relative;
    background: url(../images/harmonyos/bg3.png) no-repeat;
    width: 1300px;
    height: 302px;
    margin-left: -50px;
}
.hm-b .bd .t{
    color: #fffe91;
    text-align: center;
}
.hm-b .bd .t h3{
    font-size: 36px;
    padding: 40px 0 10px;
}
.hm-b .bd .t p{
    font-size: 18px;
    color: rgba(255,255,255,.6);
}
.hm-b .bd .box{
    display: flex;
    justify-content: space-between;
    padding:35px 100px 0;
}
.hm-b .bd .box .item{
    text-align: center;
    width: 33.3333%;
}
.hm-b .bd .box .item h3{
    width: 138px;
    height: 48px;
    line-height: 45px;
    background: #fffe91;
    border-radius: 12px;
    margin: 0 auto 26px;
    font-weight: bold;
    font-size: 26px;
    color: #ff642c;
    font-weight: normal;
}
.hm-b .bd .box .item p{
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 16px;
}
.hm-b .bd .box .item:nth-child(2) {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.hm-c .boxlist_con ul {
    overflow: hidden;
    margin:0 0 80px;
}
.hm-c .boxlist_con ul li {
    position: relative;
    float: left;
    width: 230px;
    border-radius: 8px;
    background: #fafafa;
    margin: 0 10px 0 0;
}
.hm-c .boxlist_con ul li:after {
    position: absolute;
    right: -9px;
    top: 18px;
    width: 7px;
    height: 8px;
    background: url("../images/harmonyos/icon.png") no-repeat ;
    content: "";
}
.hm-c .boxlist_con ul li h3 {
    position: relative;
    height: 40px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: #fd5536;
    border-radius: 12px 12px 0px 0px;
    overflow: hidden;
}
.hm-c .boxlist_con ul li p {
    width: 92%;
    font-size: 12px;
    color: #919191;
    line-height: 17px;
    border-radius: 8px;
    box-sizing: border-box;
    background: #fff;
    padding: 16px 0 14px 14px;
    margin: 11px auto;
}
.hm-c .boxlist_con ul li p span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #313131;
    line-height: 24px;
}
.hm-c .boxlist_con ul li .boxbot {
    position: relative;
    width: 92%;
    border-radius: 6px;
    box-sizing: border-box;
    border: 1px #ffcbb1 dashed;
    background: #fff;
    margin: 10px auto 0;
}
.hm-c .boxlist_con ul li .boxbot h6 {
    color: #333333;
    margin: 6px auto;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 0px 8px;
}
.hm-c .boxlist_con ul li .boxbot h4 {
    font-size: 15px;
    color: #fd5536;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    text-align: center;
    background: #ffefe5;
    padding: 10px 0;
    margin-bottom: 10px;
}
.hm-c .boxlist_con ul li .boxbot h4 span {
    padding: 0;
    color: #ff6c47;
    font-size: 12px;
}
.hm-c .boxlist_con ul li .boxbot span {
    display: block;
    font-size: 12px;
    color: #919191;
    padding: 0 8px 4px 12px;
    line-height: 18px;
}
.hm-c .boxlist_con ul li .boxbot span em {
    color: #fd5536;
    font-style: normal;
}
.hm-c .boxlist_con ul li .boxbot b,
.hm-c .boxlist_con ul li .boxbot a {
    display: block;
    font-size: 14px;
    color: #353535;
    line-height: 17px;
    font-weight: bold;
    padding: 0 0 8px 14px;
}
.hm-c .boxlist_con ul li .boxbot a {
    cursor: pointer;
}
.hm-c .boxlist_con ul li .boxbot b em,
.hm-c .boxlist_con ul li .boxbot a em {
    display: block;
    font-style: inherit;
    color: #919191;
    font-weight: normal;
    margin-top: 5px;
}
.hm-c .boxlist_con ul li .boxbot em a {
    display: inline;
    color: #919191;
    font-weight: normal;
    padding: 0;
}
.hm-c .boxlist_con ul li .boxbot2 p {
    padding-right: 8px;
}
.hm-c .boxlist_con ul li:last-child p span {
    padding: 8px 0 10px;
}
.hm-c .boxlist_con ul li:last-child,
.hm-c .boxlist_con ul li:nth-child(5) {
    margin-right: 0;
}
.hm-c .boxlist_con ul li:last-child:after,
.hm-c .boxlist_con ul li:nth-child(5):after {
    display: none;
}
.hm-c .boxlist_con ul li:last-child {
    position: relative;
}
.hm-c .boxlist_con ul li:nth-child(4) .boxbot2 h3,
.hm-c .boxlist_con ul li:nth-child(2) h3 {
    background: #ff6c45;
}
.hm-c .boxlist_con ul li .boxhxnl {
    position: relative;
    width: 92%;
    border-radius: 8px;
    box-sizing: border-box;
    background: #fff;
    padding: 0 0 11px;
    margin: 16px auto 0;
    overflow: hidden;
}
.hm-c .boxlist_con ul li .boxhxnl h4 {
    height: 34px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    background: -webkit-linear-gradient(left, #ff6927, #ff3f36);
    background: -o-linear-gradient(left, #ff6927, #ff3f36);
    background: linear-gradient(to right, #ff6927, #ff3f36);
    margin-bottom: 12px;
}
.hm-c .boxlist_con ul li .boxhxnl span {
    position: relative;
    display: block;
    font-size: 13px;
    color: #313131;
    line-height: 20px;
    padding: 0 0 4px 17px;
}
.hm-c .boxlist_con ul li .boxhxnl span:before {
    position: absolute;
    left: 10px;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ff4036;
    content: "";
}
.hm-c .boxlist_con ul li .boxnlhx {
    position: relative;
    width: 92%;
    border-radius: 12px;
    box-sizing: border-box;
    background: #fd5536;
    padding: 14px 12px 10px;
    margin: 16px auto 0;
    overflow: hidden;
}
.hm-c .boxlist_con ul li .boxnlhx2 {
    background: #ff6c45;
}
.hm-c .boxlist_con ul li .boxnlhx span {
    display: block;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    margin-bottom: 4px;
}
.hm-c .boxlist_con ul li .boxnlhx b {
    font-size: 13px;
}

.hm-d{
    background: url(../images/harmonyos/bg4.jpg) no-repeat top center;
    padding-bottom: 80px;
}
.hm-d .box{
    display: flex;
    justify-content:space-around;
}
.hm-d .box .item{
    background: #fff;
    width: 366px;
    border-radius: 10px;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
}

.hm-d .box .item h3{
    font-size: 18px;
    padding: 15px 0;
}
.hm-d .box .item p{
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: left;
}


.hm-f{
    background: #fffcfa;
    padding-bottom: 80px;
    margin-top: 60px;
}
.hm-f .box{
    background: #fff;
    overflow: hidden;
    display: flex;
    box-shadow: 0 5px 20px rgba(253,95,61,.1);
    border-radius: 10px;
}
.hm-f .box .hd{
    width: 322px;
    height:auto;
    position: relative;
}
.hm-f .box .hd ul{
    padding: 30px 30px 10px;
    font-size: 15px;
}
.hm-f .box .hd ul li{
    height:56px;
    line-height: 56px;
    padding: 0 20px;
    cursor: pointer;
    background: #fff8f6;
    border-radius: 10px;
    margin-bottom: 20px;
}
.hm-f .box .hd ul li.on{
    background: #fd5f3d;
    position: relative;
    color: #fff;
}
.hm-f .box .hd ul li.on::before{
    content: '>';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    z-index: 1;
    font-family: SimSun;
}

.hm-f .box .bd{
    width: calc(100% - 322px);
}
.hm-f .box .bd .info{
    padding:40px 30px 30px;
    overflow: hidden;
}
.hm-f .box .bd .info h3{
    font-size: 20px;
    color: #fd5f3d;

}
.hm-f .box .bd .info .weeks{
    background: #ffefeb;
    color:#fd5f3d ;
    border-radius: 3px;
    font-size: 18px;
    padding: 5px 10px;
    display: inline-block;
    margin: 20px 0;
}
.hm-f .box .bd .info ul{
    font-size: 14px;
}
.hm-f .box .bd .info ul li{
    width: 50%;
    float: left;
    position: relative;
    box-sizing: border-box;
    padding: 5px 0 5px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap

}
.hm-f .box .bd .info ul li::before{
    content: '>';
    position: absolute;
    left:0;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
    font-size: 14px;
    font-weight: normal;
    font-family: SimSun;
}
.hm-j{
    background:#fd5f3d;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 80px;
}
.hm-j .box{
    background: #fff;
    border-radius:15px;
    overflow: hidden;
}
.hm-j .box ul li{
    display: flex;
    line-height: 50px;
    border-bottom:#eee solid 1px
}
.hm-j .box ul li .t1{
    width:150px;
    padding-left: 30px;
}
.hm-j .box ul li .t2{
    width: 300px;
}
.hm-j .box ul li .t3{
    width: 300px;
}
.hm-j .box ul li .t4{
    width: 200px;
    text-align: center;
    background: #fd5f3d;
    color: #fff;
}
.hm-j .box ul li .t5{
    width: 200px;
    text-align: center;
}
.hm-j .box ul li .b{
    font-weight: bold;
    font-size: 16px;
}

@media screen and (max-width: 1000px) {
    .hm-content {
        width: 1200px;
        margin: 0 auto;
        display: table;
        overflow: hidden;
    }
}

