@charset "utf-8";
:root {
    --main-color: #ed2f2e;
    --main-color-hover: #ed2f2e;
}
.items {
    padding: 60px 0;
}

.items-title {
    font-size: 24px;
    text-align: center;
}

.items-subtitle {
    text-align: center;
    color: #666;
    margin-top: 14px;
}
.gray-bg {
    background-color: #F7F7F7;
}
.main-wrap {
    width: 1200px!important;
    margin: 0 auto;
    position: relative;
    transition: all .3s ease;
}

.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.main-banner {background: linear-gradient(to right, #f45448, #f57f5f);height: 280px;}
.main-banner .banner-title {position: relative;text-align: center;}
.main-banner .banner-title img {position: absolute;right: -146px;top: -135px;}
.main-banner .banner-title .p1 {font-size: 36px;font-weight: 400;color: #ffffff;padding-top: 90px;}
.main-banner .banner-title .p2 {font-size: 20px;color: #ffffff;line-height: 70px;}
.main-banner-full-a {display: block;width: 100%;height: 100%;}

/*  */

.items-advantage .items-block {
    margin-top: 60px;
    justify-content: space-around;
    align-items: flex-start;
}

.items-advantage .item {
    width: 214px;
}

.items-advantage .img-block {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background-color: #f45448;
    margin: 0 auto;
    display: block;
}

.items-advantage .img-block img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.items-advantage .item-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}

.items-advantage .item-p {
    color: #666;
    line-height: 1.7143em;
    margin-top: 10px;
}

/*  */

.package-tg-num {
    color: #999;
}

.package-info {
    margin-top: 30px;
    justify-content: space-between;
}

.package-price label {
    margin-right: 40px;
    display: inline-block;
    cursor: pointer;
}

.package-radio {
    display: none;
}

.package-select {
    box-sizing: border-box;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #E5E5E5;
}

.package-radio:checked+.package-select {
    border-color: var(--main-color);
    background: url(http://static.meijieyun.com/bangqike/static/images/logo2.png) no-repeat center var(--main-color);
    background-size: 70% auto;
}

.package-a,
.package-b {
    font-size: 16px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 8px;
}

.package-price-em {
    font-size: 24px;
    font-weight: bold;
    color: var(--main-color);
}

.package-text {
    margin-top: 12px;
    color: #999;
}

.package-btn {
    display: none;
    background: #f45448;
    padding: 0 10px 0 10px;
}

.package-buy {
    width: 175px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    color: #fff;
}

/*  */

.items-common-package .items-block {
    margin-top: 48px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
}

.items-common-package .switch-tabs {
    align-items: stretch;
}

.items-common-package .switch-tab {
    height: 68px;
    line-height: 68px;
    box-sizing: border-box;
    border-bottom: 1px solid #E5E5E5;
    flex: 1 1 auto;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    transition: all .3s ease;
}

.items-common-package .switch-tab.cur {
    background-color:#f45448;
    color: #fff;
    border-color: #f45448;
}

.items-common-package .switch-content {
    display: none;
    padding: 25px 62px 50px;
}

.items-common-package .package-block {
    margin-top: 18px;
    border: 1px solid #E5E5E5;
    background-color: #F7F7F7;
    padding: 10px 0;
    flex-wrap: wrap;
}

.items-common-package .package-media {
    width: 20%;
    box-sizing: border-box;
    padding-left: 50px;
    color: #666;
    line-height: 2.1429em;
}

.items-common-package .package-media:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #666;
    margin-right: 5px;
}

/*  */

.items-industry-package .items-block {
    margin-top: 48px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
}

.items-industry-package .switch-tabs {
    align-items: stretch;
    position: relative;
    background-color: #F7F7F7;
}

.items-industry-package .switch-tab {
    height: 60px;
    line-height: 60px;
    flex: 1 1 auto;
    text-align: center;
    font-size: 18px;
    transition: all .3s ease;
    position: relative;
    z-index: 1;
}

.items-industry-package .line {
    box-sizing: border-box;
    position: absolute;
    height: 100%;
    border-top: 4px solid var(--main-color);
    background-color: #fff;
}

.items-industry-package .switch-content {
    display: none;
    padding: 25px 60px 50px;
}

.items-industry-package .package-block {
    box-sizing: border-box;
    --border-color: #E5E5E5;
    margin-top: 15px;
    border-top: 1px solid var(--border-color);
    flex-wrap: wrap;
    justify-content: flex-start;
}

.items-industry-package .package-media {
    box-sizing: border-box;
    width: 270px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #666;
    border-right: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.items-industry-package .package-media:nth-child(4n-3) {
    border-left: 1px solid var(--border-color);
}

.items-industry-package .package-media:nth-child(8n-6),
.items-industry-package .package-media:nth-child(8n-4),
.items-industry-package .package-media:nth-child(8n-3),
.items-industry-package .package-media:nth-child(8n-1) {
    background-color: #F7F7F7;
}

/*  */

.items-scence .items-block {
    margin-top: 56px;
    justify-content: space-between;
}

.items-scence .item {
    width: 280px;
    height: 230px;
    background-color: #fff;
}

.items-scence .item:nth-child(1) {
    --item-color: #DDA759;
}

.items-scence .item:nth-child(2) {
    --item-color: #52B579;
}

.items-scence .item:nth-child(3) {
    --item-color: #53ADC7;
}

.items-scence .item:nth-child(4) {
    --item-color: #5384C7;
}

.items-scence .item-title-block {
    height: 70px;
    background-color: var(--item-color);
}

.items-scence .img-block {
    margin: 0 14px 0 0;
}

.items-scence .item-title {
    color: #fff;
    font-size: 18px;
}

.items-scence .item-info {
    text-align: center;
    margin-top: 20px;
}

.items-scence .item-p {
    font-size: 16px;
    color: #666;
    margin-top: 8px;
}

/*  */

.items-service-flow .img-block {
    margin-top: 60px;
}

a,a:focus{text-decoration: none;}

/* hzlc */
.hzlc-list-main{padding: 110px 0;height:280px;}
.hzlc-list-main .box{border-top: 1px solid #eee;position: relative;}
.hzlc-list-main .box ul li{width: 16.6666%;float: left;text-align: center;margin-top: -20px;}
.hzlc-list-main .box ul li em{width: 40px;height: 40px;display: inline-block;background: #0fafeb;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;line-height: 40px;color: #fff;font-size: 16px;}
.hzlc-list-main .box ul li p{color: #666;font-size: 18px;padding: 40px 0 10px;}
.hzlc-list-main .box .lbox,.hzlc-list-main .box .rbox{width: 14px;height: 14px;background: #0fafeb;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;position: absolute;left: 0;top: -7px;}
.hzlc-list-main .box .rbox{left: inherit;right: 0;}

.middle {
    width: 1200px;
    margin: auto;
    text-align: left;
}
.clfx-content-main2 .box{height: 140px;}
.clfx-content-main{padding-top: 60px;}
.clfx-content-main .lbox{float: left;text-align: right;width: 305px;margin-right: 90px;}
.clfx-content-main .box{overflow: hidden;margin-top: 10px;}
.clfx-content-main .box.first{height: 280px;}
.clfx-content-main .box .tit{font-size: 16px;color: #444;font-weight: bold;margin-bottom: 5px;}
.clfx-content-main .box p{width: 210px;font-size: 14px;color: #666;line-height: 20px;}
.clfx-content-main .lbox .box p{float: right;}
.clfx-content-main .rbox{overflow: hidden;}
.clfx-content-main .rbox .pic{float: left;margin-right: 80px;}
.clfx-content-main .rbox .text{overflow: hidden;}

.items-service-flowly ul{width:100%;height:469px;padding-top:40px;background:url(../index/clfx-pic2.png) no-repeat center;margin-top:60px;}
.items-service-flowly ul li{ float:left; width:28%; margin-top:20px; margin-bottom:55px;}
.items-service-flowly ul li span{ font-size:18px; margin-bottom:15px; display:block;color:#3d3d3d}
.items-service-flowly ul li p{ font-size:13px;}
.items-service-flowly ul li.l1,.items-service-flowly ul li.l3,.items-service-flowly ul li.l5{ text-align:right; padding-right:22%;}
.items-service-flowly ul li.l2,.items-service-flowly ul li.l4,.items-service-flowly ul li.l6{ padding-left:22%;}
.items-service-flowly ul li.l5,.items-service-flowly ul li.l6{ margin-top:35px;}
.items-service-flowly ul li.l3{ position:relative; left:-5%;}
.items-service-flowly ul li.l4{position:relative; left:5%;}