.home .btn-radius-blue {
    width: 152px;
    font-size: 18px;
    position: relative;
}

.home .btn-radius-blue:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 8px solid #fff;
    border-bottom: 6px solid transparent;
    position: absolute;
    right: 20px;
    top: 17px;
}

.home .bg-gray {
    background-color: #F4F4F4;
}

.home .bg-white {
    background-color: #fff;
}

.home .tag {
    color: #FF8341;
    border: 1px solid #FF8341;
    border-radius: 2px;
    padding: 0 6px;
    height: 18px;
    line-height: 15px;
    font-size: 12px;
}

.home .piece-one {
    height: 510px;
}

.home .piece-one .container {
    height: 100%;
    position: relative;
}

.home .piece-one .container .banner-bg-1 {
    background: url(../images/home/banner-1.jpg) no-repeat top center;
}

.home .piece-one .container .banner-bg-2 {
    background: url(../images/home/banner-2.jpg) no-repeat top center;
}

.home .piece-one .container .banner-bg-3 {
    background: url(../images/home/banner-3.jpg) no-repeat top center;
}

.home .piece-one .container .banner-bg-4 {
    background: url(../images/home/banner-4.jpg) no-repeat top center;
}

.home .piece-one .container .seeDetailsBtn {
    width: 126px;
    height: 36px;
    font-size: 14px;
    color: #fff;
    background-color: #2F8EFF;
    border-radius: 20px;
    text-align: center;
    line-height: 36px;
}

.home .piece-one .container .seeDetailsBtn img {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.home .piece-one .container .seeDetailsBtn,
.home .piece-one .container .playVideoBtn {
    position: absolute;
    left: 0;
    bottom: 80px;
}

.home .index-slider .carousel-indicators {
    bottom: 10px;
}

.home .carousel-indicators li {
    width: 40px;
    height: 4px;
    background-color: rgba(255, 255, 255, .3);
    border: none;
    vertical-align: top;
}

.home .carousel-indicators li.active {
    background-color: #fff;
}

.home .group>.container {
    /* padding: 30px 0; */
}

.home .group>.container>h3 {
    font-size: 30px;
    color: #333;
    text-align: center;
    padding: 20px 0;
    margin: 0;
}

.home .group.group-4 {
    /* height: 588px; */
    /* background: url(../images/home/group-bg-1.jpg) no-repeat center; */
    /* background: #fff; */
}

.home .group.group-6 {
    height: 600px;
    background: url(../images/home/group-bg-2.jpg) no-repeat center;
}

.home .productServiceBox .top {
    display: flex;
    justify-content: space-between;
}

.home .productServiceBox .productItem {
    width: 160px;
    text-align: center;
    flex-shrink: 0;
    padding: 20px 0 0;
    cursor: pointer;
}

.home .productServiceBox .productItem .img {
    display: block;
    height: 45px;
    margin: 0 auto;
}

.home .productServiceBox .productItem .name {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    padding: 5px 0 20px;
    position: relative;
}

.home .productServiceBox .productItem.open .name:before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #2680EB;
    position: absolute;
    left: 0;
    bottom: 0;
}

.home .productServiceBox .productItem.open .name:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #2680EB;
    margin-left: -10px;
    position: absolute;
    left: 50%;
    bottom: 0;
}

.home .productServiceBox .servicesBoxs {
    position: relative;
}

.home .productServiceBox .serviceBox {
    display: none;
    width: 1200px;
    height: 430px;
    padding: 30px;
    padding-top: 50px;
    margin-top: -18px;
    cursor: default;
    position: relative;
}

.home .productServiceBox .serviceBox.open {
    display: flex;
}

.home .productServiceBox .serviceBox .left {
    flex-shrink: 0;
    width: 240px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home .productServiceBox .serviceBox .serMain {
    width: 100%;
    height: 100%;
}

.home .productServiceBox .serviceBox .serMain .row-4 .serItem {
    width: 23%;
    float: left;
    margin-bottom: 30px;
}

.home .productServiceBox .serviceBox .serMain .row-4 .serItem:nth-of-type(4n) {
    width: 30%;
}

.home .productServiceBox .serviceBox .serMain .row-3 .serItem {
    width: 33.3%;
    float: left;
    margin-bottom: 30px;
}

.home .productServiceBox .serviceBox .serMain .detailsBtn {
    display: block;
    width: 120px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #2680EB;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    color: #2680EB;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -60px;
}

.home .productServiceBox .serviceBox .serItem {
    text-align: left;
}

.home .productServiceBox .serviceBox .serItem .title {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    position: relative;
}

.home .productServiceBox .serviceBox .serItem .title .ico {
    height: 15px;
    margin-right: 8px;
    position: relative;
    top: -1px;
}

.home .productServiceBox .serviceBox .serItem .title .link {
    color: #0075FD;
    font-size: 12px;
    margin-left: 5px;
    vertical-align: top;
    cursor: pointer;
}

.home .productServiceBox .serviceBox .serItem .title .tag {
    vertical-align: text-bottom;
    margin-left: 5px;
}

.home .productServiceBox .serviceBox .serItem .msg {
    color: #999;
    font-size: 12px;
    line-height: 20px;
    min-height: 40px;
    overflow: hidden;
}

.home .productServiceBox .serviceBox .serItem .codeImg img {
    width: 100px;
    margin-right: 5px;
    vertical-align: top;
    border: 1px solid #e6e6e6;
}

.container_right {
    position: absolute;
    right: -30px;
    top: 90px;
}

.container_right li {
    width: 244px;
    height: 94px;
    background: url(../images/home/right-li-1.jpg) no-repeat center;
    padding-top: 20px;
}

.container_right li:nth-of-type(2) {
    width: 244px;
    height: 94px;
    background: url(../images/home/right-li-2.jpg) no-repeat center;
}

.container_right li:nth-of-type(3) {
    width: 244px;
    height: 94px;
    background: url(../images/home/right-li-3.jpg) no-repeat center;
}

.container_right li:nth-of-type(4) {
    width: 244px;
    height: 94px;
    background: url(../images/home/right-li-4.jpg) no-repeat center;
}

.container_right li a {
    display: block;
    width: 100%;
    height: 100%;
}

.container_right_tit {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 22px;
    color: #303030;
    margin-bottom: 4px;
    margin-left: 85px;
}

.container_right_des {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    color: #999999;
    margin-left: 85px;
}

.home .detailsPopBoxs {
    display: none;
    width: 1000px;
    height: 380px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 25px 20px;
    position: absolute;
    top: -10px;
    right: -880px;
    z-index: 9;
}

.home .detailsPopBoxs:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #fff;
    position: absolute;
    left: -11px;
    top: 12px;
}

.home .detailsPopBoxs:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #e6e6e6;
    position: absolute;
    left: -12px;
    top: 12px;
}

.home .detailsPopBoxs .tableBoxs {
    width: 100%;
    border: 1px solid #2680EB;
    border-radius: 5px;
}

.home .detailsPopBoxs .tableBoxs thead {
    height: 60px;
    background-color: #2680EB;
}

.home .detailsPopBoxs .tableBoxs thead th {
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.home .detailsPopBoxs .tableBoxs tbody td {
    font-size: 12px;
    line-height: 24px;
    padding: 8px 12px;
    text-align: center;
    border-bottom: 1px dashed #2680EB;
}

.home .detailsPopBoxs .tableBoxs tbody td+td {
    border-left: 1px dashed #2680EB;
}

.home .detailsPopBoxs .tableBoxs tbody td.lab {
    font-size: 14px;
    color: #000;
}

.home .detailsPopBoxs .tableBoxs tbody td.gray {
    color: #999;
}

.home .detailsPopBoxs .tableBoxs tbody td.bg {
    background-color: #f1f1f1;
    border-bottom-color: transparent;
}

.home .detailsPopBoxs .itemBox {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home .detailsPopBoxs .itemBox .itemTit {
    font-size: 16px;
    font-weight: bolder;
    color: #333;
}

.home .detailsPopBoxs .itemBox .cartImg {
    margin-top: 20px;
}

.home .productServiceBox .serviceBox .serItem .title:hover .detailsPopBoxs {
    display: flex;
    justify-content: space-between;
}

.home .deviceBoxs {
    padding: 20px 0;
}

.home .deviceBoxs .flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.home .deviceBoxs .deviceItem {
    width: 24%;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    padding-bottom: 20px;
}

.home .deviceBoxs .deviceItem:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    border-color: #0075FD;
}

.home .deviceBoxs .deviceItem.hot {
    width: 24%;
    border-color: transparent;
    position: relative;
    padding-bottom: 40px;
}

.home .deviceBoxs .deviceItem.hot:hover {
    border-color: #0075FD;
}

.home .deviceBoxs .deviceItem.hot .ico {
    position: absolute;
    left: 0;
    top: 0;
}

.home .deviceBoxs .deviceItem .cover {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home .deviceBoxs .deviceItem.hot .cover {
    height: 300px;
}

.home .deviceBoxs .deviceItem .name {
    line-height: 30px;
    font-size: 20px;
    color: #333;
}

.home .deviceBoxs .deviceItem .msg {
    line-height: 25px;
    font-size: 14px;
    color: #999;
    height: 50px;
    margin-top: 15px;
}

.home .deviceBoxs .deviceItem .price {
    font-size: 24px;
    color: #FF8341;
    margin-top: 15px;
}

.home .planBoxs {
    /* margin-top: 10px; */
    display: flex;
    justify-content: space-between;
}

.home .planBoxs .planItem {
    transition: all .28s ease-in .1s;
    width: 290px;
    height: 423px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
}

.home .planBoxs .planItem .min {
    display: block;
    text-align: center;
    color: #fff;
    width: 100%;
    -webkit-animation-name: fadeIn;
    /*动画名称*/
    -webkit-animation-duration: 0.5s;
    /*动画持续时间*/
    -webkit-animation-iteration-count: 1;
    /*动画次数*/
    -webkit-animation-delay: 0s;
}

.home .planBoxs .planItem .min .ico {
    display: block;
    margin: 0 auto 30px;
    height: 60px;
    width: 60px;
}

.home .planBoxs .planItem .min .name {
    font-size: 1.8rem;
    padding: 10px 0 25px;
    position: relative;
}

.home .planBoxs .planItem .min .name:after {
    content: '';
    width: 26px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -13px;
}

.home .planBoxs .planItem .min .msg {
    font-size: 1rem;
    line-height: 27px;
    margin-top: 20px;
    color: #f1f1f1;
    height: 110px;
    /* overflow: hidden; */
}

.home .planBoxs .planItem .min .detail {
    display: inline-block;
    font-size: 12px;
    margin-top: 20px;
    color: #e6e6e6;
}

.home .planBoxs .planItem .max {
    display: none;
}


/* è€çš„å››ä¸ªå±•æ¿çš„è§£å†³æ–¹æ¡ˆ */


/* .home .planBoxs .planItem:nth-of-type(1) {
	background: url(../images/home/plan-bg-min-1.jpg) no-repeat center;
}
.home .planBoxs .planItem:nth-of-type(2) {
	background: url(../images/home/plan-bg-min-2.jpg) no-repeat center;
}
.home .planBoxs .planItem:nth-of-type(3) {
	background: url(../images/home/plan-bg-min-3.jpg) no-repeat center;
}
.home .planBoxs .planItem:nth-of-type(4) {
	background: url(../images/home/plan-bg-min-4.jpg) no-repeat center;
} */


/* æ–°çš„ä¸‰ä¸ªå±•æ¿çš„è§£å†³æ–¹æ¡ˆ */

.home .planBoxs .planItem:nth-of-type(1) {
    background: url(../images/home/close1.jpg) no-repeat center;
}

.home .planBoxs .planItem:nth-of-type(2) {
    background: url(../images/home/close2.jpg) no-repeat center;
}

.home .planBoxs .planItem:nth-of-type(3) {
    background: url(../images/home/close3.jpg) no-repeat center;
}

.home .planBoxs .planItem.open {
    width: 605px;
}

.home .planBoxs .planItem.open .min {
    display: none;
}

.home .planBoxs .planItem.open .max {
    width: 100%;
    display: block;
    color: #fff;
    padding: 0 50px;
    -webkit-animation-name: fadeIn;
    /*动画名称*/
    -webkit-animation-duration: 0.8s;
    /*动画持续时间*/
    -webkit-animation-iteration-count: 1;
    /*动画次数*/
    -webkit-animation-delay: 0s;
    /*延迟时间*/
}

.home .planBoxs .planItem.open .max .tit {
    font-size: 1.8rem;
}

.home .planBoxs .planItem.open .max .tit .ico {
    position: relative;
    top: -5px;
    height: 60px;
    width: 60px;
}

.home .planBoxs .planItem.open .max .textBox {
    height: 188px;
    margin-top: 20px;
}

.home .planBoxs .planItem.open .max .msg {
    transition: all .28s ease-in .1s;
    font-size: 1rem;
    color: #eee;
    line-height: 26px;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        /*初始状态 透明度为0*/
    }
    50% {
        opacity: 0;
        /*中间状态 透明度为0*/
    }
    100% {
        opacity: 1;
        /*结尾状态 透明度为1*/
    }
}

.home .planBoxs .planItem.open .max .tags {
    margin-top: 40px;
}

.home .planBoxs .planItem.open .max .tags .lag {
    background-color: rgba(0, 0, 0, .3);
    color: #ccc;
    font-size: 1rem;
    height: 30px;
    line-height: 28px;
    padding: 0 15px;
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid rgba(0, 0, 0, .3);
}

.home .planBoxs .planItem.open .max .tags .lag:hover {
    border-color: #2680EB;
    color: #2680EB;
}

.home .planBoxs .planItem.open .max .details {
    display: block;
    background-color: #2680EB;
    color: #fff;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    width: 120px;
    text-align: center;
    border-radius: 20px;
    margin-top: 30px;
}


/* è€çš„å±•å¼€æ”¾çš„èƒŒæ™¯å›¾ */


/* .home .planBoxs .planItem:nth-of-type(1).open {
	background: url(../images/home/plan-bg-max-1.jpg) no-repeat center;
}
.home .planBoxs .planItem:nth-of-type(2).open {
	background: url(../images/home/plan-bg-max-2.jpg) no-repeat center;
}
.home .planBoxs .planItem:nth-of-type(3).open {
	background: url(../images/home/plan-bg-max-3.jpg) no-repeat center;
}
.home .planBoxs .planItem:nth-of-type(4).open {
	background: url(../images/home/plan-bg-max-4.jpg) no-repeat center;
} */


/* æ–°çš„å±•å¼€æ”¾çš„èƒŒæ™¯å›¾ */

.home .planBoxs .planItem:nth-of-type(1).open {
    background: url(../images/home/open1.jpg) no-repeat center;
}

.home .planBoxs .planItem:nth-of-type(2).open {
    background: url(../images/home/open2.jpg) no-repeat center;
}

.home .planBoxs .planItem:nth-of-type(3).open {
    background: url(../images/home/open3.jpg) no-repeat center;
}

.home .otherBoxs {
    text-align: left;
    padding-top: 50px;
}

.home .otherBoxs h3 {
    font-size: 40px;
    color: #333;
    margin: 0;
}

.home .otherBoxs .msg {
    width: 400px;
    font-size: 12px;
    color: #999;
    margin: 40px 0;
    line-height: 25px;
}

.home .otherBoxs .data {
    padding: 20px 0;
}

.home .otherBoxs .data .item {
    width: 80px;
    float: left;
    margin-right: 30px;
    color: #2680EB;
    font-size: 12px;
}

.home .otherBoxs .data .item .ico {
    display: block;
    height: 22px;
    margin-bottom: 5px;
}

.home .otherBoxs .data .item strong {
    font-size: 20px;
    margin-right: 5px;
}

.home .otherBoxs .data .item .msg {
    width: 100%;
    color: #999;
    margin: 0;
}

.home .otherBoxs .contactTel {
    width: 240px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #2680EB;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    margin-top: 40px;
}

.home_H5 {
    display: none !important;
}

@media (max-width: 768px) {
    .container_right {
        display: none;
    }
    .home {
        padding-top: 60px;
    }
    .home_H5 {
        display: block !important;
    }
    .home_PC {
        display: none !important;
    }
    .home .group>.container {
        padding: 20px 0;
    }
    .home .group>.container>h3 {
        padding-top: 0;
        font-size: 22px;
    }
    .home .piece-one {
        height: calc(100vw*430/750);
    }
    .home .piece-one .indexItem {
        background: transparent !important;
        position: relative;
    }
    .home .piece-one .container {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .home .carousel-indicators li {
        width: 24px;
        height: 2px;
    }
    .home .index-slider .carousel-indicators {
        bottom: 0;
        margin-bottom: 0;
    }
    .home .piece-one .container .seeDetailsBtn {
        width: 32%;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .home .piece-one .container .seeDetailsBtn+.seeDetailsBtn {
        left: 42% !important;
    }
    .home .piece-one .container .seeDetailsBtn,
    .home .piece-one .container .playVideoBtn {
        bottom: 18%;
        left: 7%;
    }
    .home .piece-one .container .seeDetailsBtn img {
        width: 16px;
    }
    .home .productServiceBox .productItem {
        width: 25%;
        padding-top: 10px;
    }
    .home .productServiceBox .productItem .img {
        height: 36px;
    }
    .home .productServiceBox .productItem .name {
        font-size: 12px;
        padding: 0 0 10px;
        line-height: 40px;
        height: 50px;
        overflow: hidden;
    }
    .home .productServiceBox .home_H5 .serviceBox {
        width: 100%;
        padding: 10px 15px;
        height: 380px;
    }
    .home .productServiceBox .home_H5 .serviceBox .top {
        display: block;
        padding: 10px 0 20px;
        border-bottom: 1px dashed #e6e6e6;
        min-height: 140px;
    }
    .home .productServiceBox .home_H5 .serviceBox .top.row-4 .serItem {
        width: 25%;
        float: left;
        line-height: 36px;
        color: #747474;
        font-size: 12px;
    }
    .home .productServiceBox .home_H5 .serviceBox .top.row-3 .serItem {
        width: 33%;
        float: left;
        line-height: 36px;
        color: #747474;
        font-size: 12px;
        height: 36px;
        overflow: hidden;
    }
    .home .productServiceBox .home_H5 .serviceBox .bottom {
        padding: 10px 0;
        display: flex;
        justify-content: space-between;
    }
    .home .productServiceBox .home_H5 .serviceBox .bottom .serItem {
        width: 33%;
    }
    .home .productServiceBox .home_H5 .serviceBox .bottom .serItem.text-c {
        text-align: center;
    }
    .home .productServiceBox .home_H5 .serviceBox .bottom .serItem .title {
        color: #000;
        font-size: 14px;
        line-height: 32px;
        margin-bottom: 5px;
    }
    .home .productServiceBox .home_H5 .serviceBox .bottom .serItem .msg {
        line-height: 25px;
        height: 100px;
        overflow: hidden;
        color: #747474;
        font-size: 12px;
    }
    .home .productServiceBox .home_H5 .serviceBox .bottom .serItem .code {
        width: 90%;
        max-width: 100px;
        border: 1px solid #f1f1f1;
    }
    .home .productServiceBox .home_H5 .serviceBox .detailsBtn {
        display: block;
        width: 120px;
        height: 40px;
        color: #fff;
        background-color: #2680EB;
        line-height: 40px;
        text-align: center;
        border-radius: 40px;
        font-size: 13px;
        margin: 10px auto;
    }
    .home .productServiceBox .home_H5 .serviceBox.open {
        display: block;
    }
    .home .deviceBoxs {
        padding: 10px 0 0;
    }
    .home .deviceBoxs .flex {
        padding: 0 15px;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .home .deviceBoxs .deviceItem {
        width: 48%;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .home .deviceBoxs .deviceItem .cover {
        height: 120px;
    }
    .home .deviceBoxs .deviceItem .cover img {
        max-width: 90%;
        max-height: 90%;
    }
    .home .deviceBoxs .deviceItem .name {
        font-size: 14px;
        padding: 0;
        height: 20px;
        line-height: 20px;
        overflow: hidden;
    }
    .home .deviceBoxs .deviceItem .msg {
        line-height: 20px;
        font-size: 12px;
        padding: 0 10px;
        margin-top: 10px;
        height: 60px;
        overflow: hidden;
    }
    .home .deviceBoxs .deviceItem .price {
        font-size: 20px;
        margin-top: 10px;
    }
    .home .deviceBoxs .deviceH5Item {
        display: block;
        position: relative;
        width: 100%;
        padding: 32px 0 0 20px;
        height: 160px;
        margin-bottom: 10px;
    }
    .home .deviceBoxs .deviceH5Item>.ico {
        height: 20px;
        position: absolute;
        left: 0;
        top: 8px;
    }
    .home .deviceBoxs .deviceH5Item .cover1 {
        height: 120px;
        position: absolute;
        right: 10px;
        top: 20px;
    }
    .home .deviceBoxs .deviceH5Item .cover2 {
        height: 100%;
        position: absolute;
        right: 10px;
        top: 0;
    }
    .home .deviceBoxs .deviceH5Item .cover3 {
        height: 140px;
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .home .deviceBoxs .deviceH5Item .name {
        font-size: 16px;
        line-height: 30px;
        color: #222;
    }
    .home .deviceBoxs .deviceH5Item .msg {
        font-size: 12px;
        line-height: 20px;
        color: #999;
        margin-top: 5px;
    }
    .home .deviceBoxs .deviceH5Item .price {
        font-size: 18px;
        color: #FF8341;
        margin-top: 10px;
    }
    .home .group.group-4 {
        height: auto;
        background: url(../images/home/h5/group-bg-1.jpg) no-repeat center;
        background-size: 100% auto;
    }
    .home .planBoxs.home_H5 {
        display: block;
        padding: 0 10px;
    }
    .home .planBoxs.home_H5 .planItem {
        width: 100%;
        height: auto;
        display: block;
        color: #fff;
        padding: 20px 12px;
        margin-bottom: 10px;
    }
    .home .planBoxs.home_H5 .planItem .tit {
        font-size: 22px;
        line-height: 32px;
        position: relative;
    }
    .home .planBoxs.home_H5 .planItem .tit:after {
        content: '';
        width: 16px;
        height: 16px;
        background: url(../images/home/h5/arrow-b.jpg) no-repeat center;
        position: absolute;
        right: 0;
        top: 5px;
    }
    .home .planBoxs.home_H5 .planItem .tit .ico {
        width: 32px;
        vertical-align: top;
    }
    .home .planBoxs.home_H5 .planItem .msg {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
        margin-top: 15px;
    }
    .home .planBoxs.home_H5 .planItem .tags {
        display: none;
        padding-top: 20px;
    }
    .home .planBoxs.home_H5 .planItem .tags .lag {
        border: 1px solid #69ADFF;
        background-color: rgba(0, 0, 0, .3);
        color: #69ADFF;
        font-size: 12px;
        height: 30px;
        line-height: 28px;
        padding: 0 8px;
        float: left;
        margin: 0 5px 10px 0;
        border-radius: 20px;
    }
    .home .planBoxs.home_H5 .planItem.open .tit:after {
        background: url(../images/home/h5/arrow-t.jpg) no-repeat center;
        top: 10px;
    }
    .home .planBoxs.home_H5 .planItem.open .msg {
        height: auto;
    }
    .home .planBoxs.home_H5 .planItem.open .tags {
        display: block;
    }
    .home .planBoxs.home_H5 .planItem:nth-of-type(1) {
        background: url(../images/home/open1.jpg) no-repeat center;
    }
    .home .planBoxs.home_H5 .planItem:nth-of-type(2) {
        background: url(../images/home/open2.jpg) no-repeat center;
    }
    .home .planBoxs.home_H5 .planItem:nth-of-type(3) {
        background: url(../images/home/open3.jpg) no-repeat center;
    }
    .home .planBoxs.home_H5 .planItem:nth-of-type(4) {
        background: url(../images/home/h5/plan-bg-4.jpg) no-repeat center;
    }
    .home .group.group-6 {
        height: auto;
        background: #F3F9FF url(../images/home/h5/group-bg-2.jpg) no-repeat center bottom;
        background-size: 100% auto;
    }
    .home .otherBoxs {
        padding-top: 10px;
    }
    .home .otherBoxs h3 {
        font-size: 22px;
        text-align: center;
    }
    .home .otherBoxs .msg {
        width: 100%;
        padding: 25px 10px 0;
        margin: 0;
        text-align: justify;
        height: 150px;
        overflow: hidden;
    }
    .home .otherBoxs .data {
        padding: 30px 10px;
        display: flex;
    }
    .home .otherBoxs .data .item {
        width: 100%;
        margin-right: 0;
    }
    .home .otherBoxs .data .item .ico {
        margin-bottom: 8px;
    }
    .home .otherBoxs .data .item strong {
        font-size: 18px;
    }
    .home .otherBoxs .data .item .msg {
        height: auto;
        padding: 10px 0 0;
    }
    .home .otherBoxs .contactTel {
        margin: 20px auto 40px;
    }
}