html,
body {
    width: 100%;
    background-color: #fff;
    font-size: 14px;
    font-family: "microsoft yahei", "宋体", "Arial";
    color: #333333;
    line-height: 28px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.row {
    margin: 0 !important;
    padding: 0 !important;
}

a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    transition: all 0.3s;
}

ul {
    padding: 0 !important;
    margin: 0 !important;
}

li {
    list-style: none;
}

.menu {
    display: none;
}

a:hover {
    color: #ccc;
}

.mr-top-30 {
    margin-top: 30px !important;
}

.icon {
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
}

img,
iframe {
    border: 0px;
}


/* 头部代码 */

#header {
    width: 100%;
    height: 600px;
    background: url("../images/jiameng.jpg") no-repeat top center;
    position: relative;
}

#logo img {
    width: 7rem;
}

.nav .nav-item .nav-link {
    font-size: 16px;
    padding: 10px 30px;
}

.nav .lange {
    display: flex;
    align-items: center;
}

.nav .lange li {
    padding: 10px 5px;
}

#header .header_text {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-weight: 600;
    font-size: 50px;
    transform: translate(-50%, -50%);
    letter-spacing: 0.625rem;
}

#header .erws {
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#header .header_text p {
    text-align: center;
}

#header .erws img {
    width: 130px;
}

.head_desc_left .head_desc_text {}

.content {
    background-color: #f9f9f9;
}


/* 合作流程 */

#floor_6_main {
    padding-bottom: 45px;
}

.w1200 {
    /* width: 1200px; */
    margin: 0 auto;
}

#floor_6_main .in_title {
    padding-top: 40px;
    padding-bottom: 10px;
}

#floor_6_main .in_title .entit {
    position: relative;
    width: 540px;
    margin: auto;
    font-size: 48px;
    line-height: 40px;
    font-weight: bold;
    color: #0269df;
    text-align: center;
    margin-bottom: 10px;
}

.in_title .tit {
    margin: 0 auto;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    color: #434343;
}

.in_title .tit em {
    display: inline-block;
    width: 225px;
    height: 1px;
    margin-bottom: 8px;
    background: #cecece;
}

.in_title .tit span {
    display: inline-block;
    margin: 0 30px;
}

#floor_6_main .proAdvant {
    margin-top: 30px;
}

#floor_6_main .proAdvant .list {
    width: 100%;
    padding: 0 !important;
}

#floor_6_main .proAdvant .list li {
    float: left;
    width: 195px;
    text-align: center;
    cursor: pointer;
}

#floor_6_main .proAdvant .list li a {
    display: block;
}

#floor_6_main .proAdvant .list li .img {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 110px;
    margin: 0 auto;
    border: 5px solid #666;
    border-radius: 50%;
    transition: all 0.5s;
    box-sizing: content-box;
}

#floor_6_main .proAdvant .list li .img img {
    position: absolute;
    top: 50%;
    margin-top: -32.5px;
    left: 50%;
    margin-left: -32.5px;
    display: inline-block;
    width: 70px;
    height: 70px;
    transition: all 0.5s;
}

#floor_6_main .proAdvant .list li:hover .img img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

#floor_6_main .proAdvant .list li .tit {
    font-size: 16px;
    line-height: 14px;
    color: #666;
}


/* 小轮播 */

.litter-banner {
    background: url(../images/xbanner.jpg) center center no-repeat;
    width: 100%;
    height: 200px;
}

.fl,
.left {
    float: left;
}

.litter-banner .slip_tit {
    width: 772px;
}

.litter-banner .slip_tit .tit1 {
    padding-top: 55px;
    font: bold 32px "microsoft yahei";
    color: #fff;
}

.litter-banner .slip_tit .tit2 {
    margin-top: 14px;
    font-size: 24px;
    color: #fff;
}

.fr,
.right {
    float: right;
}

.litter-banner .slip_btn {
    width: 300px;
    text-align: center;
}

.litter-banner .slip_btn span {
    display: block;
    font-size: 15px;
    color: #fff;
    line-height: 18px;
    padding-top: 40px;
    padding-bottom: 5px;
}

.litter-banner .slip_btn span i {
    width: 16px;
    height: 16px;
    background-position: 0px -141px;
    margin-right: 7px;
    vertical-align: bottom;
}

.litter-banner .slip_btn p {
    font-weight: bold;
    font-size: 34px;
    color: #fff;
    font-family: "Arial";
    line-height: 36px;
}

.litter-banner .slip_btn a {
    display: block;
    width: 300px;
    height: 46px;
    background-position: 0px -217px;
    margin-top: 16px;
    font-size: 18px;
    color: #fff;
    line-height: 46px;
    position: relative;
    -webkit-transition: all 0s ease-in-out 0s;
    -moz-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
}


/* 服务优势 */

.service {
    padding-bottom: 80px;
}

.service .in_title {
    padding-top: 40px;
    padding-bottom: 10px;
}

.service .in_title .entit {
    position: relative;
    width: 540px;
    margin: auto;
    font-size: 48px;
    line-height: 40px;
    font-weight: bold;
    color: #0269df;
    text-align: center;
    margin-bottom: 10px;
}

.service ul li {
    float: left;
}

.service ul li .box {
    width: 100%;
    padding-bottom: 25px;
    background: #f4f3f3;
    /* margin-right: 20px; */
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
}

.service ul li:nth-last-child(1) .box {
    margin-right: 0px;
}

.service ul li img {
    margin-top: 40px;
    width: 132px;
    height: 132px;
}

.service ul li p {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
    font-weight: bold;
    padding: 0 10px;
}

.service ul li i {
    width: 60px;
    height: 1px;
    background: #595757;
    display: block;
    margin: auto;
    margin-bottom: 20px;
    transition: all 0.5s;
}

.service ul li span {
    display: block;
    font-size: 14px;
    line-height: 26px;
    padding: 0 10px;
    height: 52px;
    overflow: hidden;
}

.service ul li .box:hover {
    background: #0067d0;
    box-shadow: 0px 0px 20px #aaa;
    color: #fff;
}

.service ul li:hover img {
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}


/* transition: all 0.5s; */


/* 服务优势结束 */


/* footer */

.footer {
    display: block;
}

.copyright {
    padding: 22px;
}

.bg-color {
    background-color: #1c6ce3 !important;
}

.copyright .copy_text p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.copyright .container {
    max-width: 1400px !important;
}

.copyright .container .call-address {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.copyright .footer_menu {
    align-items: center;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.copyright .footer_menu li {
    margin-left: 44px;
}

.copyright .footer_menu li a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}


/* footer结束 */

@media (max-width: 1220px) {
    /* 加盟流程开始 */
    #floor_6_main .proAdvant .list li .img {
        width: 100px;
        height: 100px;
    }
    #floor_6_main .proAdvant .list li .img img {
        width: 60px;
        height: 60px;
        margin-top: -29.5px;
        margin-left: -29.5px;
    }
    #floor_6_main .proAdvant .list li {
        width: 155px;
    }
    /* 加盟流程结束 */
    /* 小banner开始 */
    .litter-banner .slip_tit {
        width: 650px;
    }
    .litter-banner .slip_tit .tit1 {
        font: bold 26px "microsoft yahei";
    }
    .litter-banner .slip_tit .tit2 {
        margin-top: 14px;
        font-size: 21px;
        color: #fff;
    }
    .litter-banner .slip_btn {
        width: 274px;
        text-align: center;
    }
    .litter-banner .slip_btn p {
        font-weight: bold;
        font-size: 30px;
        color: #fff;
        font-family: "Arial";
        line-height: 36px;
    }
    /* 小banner结束 */
    /* 服务优势开始 */
    .service ul li .box {
        width: 170px;
        padding-bottom: 25px;
        background: #f4f3f3;
        margin-right: 20px;
        text-align: center;
        cursor: pointer;
        transition: all 0.5s;
    }
    /* 服务优势结束 */
}

@media screen and (max-width:990px) {
    .container {
        max-width: 960px;
    }
    .menu {
        display: block;
    }
    .icon-round_menu_fill {
        font-size: 40px!important;
        color: #fff;
    }
    .nav {
        flex-direction: column;
    }
    .head_logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .nav .lange {
        padding-left: 30px!important;
    }
    .nav_all {
        display: none;
        background-color: rgba(0, 0, 0, .4);
    }
    #floor_6_main .proAdvant .list li {
        width: 16.3%;
    }
    .litter-banner {
        height: 165px;
    }
    .litter-banner .slip_tit .tit1 {
        padding-top: 45px;
        font: bold 24px "microsoft yahei";
        color: #fff;
    }
    .litter-banner .slip_tit {
        width: 502px;
    }
    .litter-banner .slip_btn span {
        padding-top: 26px;
    }
    .litter-banner .slip_btn p {
        font-size: 28px
    }
    .litter-banner .slip_btn a {
        width: 230px;
    }
    .service ul li .box {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    #header {
        width: 100%;
        height: 400px;
        background: url("../images/jiameng-mob.jpg") no-repeat;
        background-size: 100%;
        position: relative;
    }
    .head_logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .menu {
        display: block;
    }
    .nav_all {
        z-index: 100;
        display: none;
        background-color: rgba(0, 0, 0, 0.3);
    }
    .nav {
        z-index: 99;
        display: block;
    }
    .nav .lange {
        padding-left: 30px;
    }
    .icon-round_menu_fill {
        font-size: 40px !important;
        color: #fff;
    }
    /* 加盟流程 */
    #floor_6_main .in_title {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    #floor_6_main .in_title .entit {
        position: relative;
        width: auto;
        margin: auto;
        font-size: 32px;
        line-height: 40px;
        font-weight: bold;
        color: #0269df;
        text-align: center;
        margin-bottom: 10px;
    }
    .in_title .tit em {
        width: 50px;
    }
    #floor_6_main .proAdvant .list li {
        width: 50%;
    }
    #floor_6_main .proAdvant .list li .tit {
        line-height: 54px;
    }
    .litter-banner {
        background: url(../images/xbanner-mob.jpg) center center no-repeat;
        width: 100%;
        height: 200px;
    }
    .litter-banner .slip_btn {
        display: none;
    }
    .litter-banner .slip_tit {
        width: 100%;
        text-align: center;
    }
    .service .in_title .entit {
        position: relative;
        width: auto;
        margin: auto;
        font-size: 32px;
        line-height: 40px;
        font-weight: bold;
        color: #0269df;
        text-align: center;
        margin-bottom: 10px;
    }
    .service ul li {
        margin-bottom: 20px;
    }
    .service ul li .box {
        width: 100%;
        padding-bottom: 25px;
        background: #f4f3f3;
        margin-right: 20px;
        text-align: center;
        cursor: pointer;
        transition: all 0.5s;
    }
    /* .service ul li {
        float: left;
        width: 50%;
        padding: 10px;
    } */
    .service ul li:nth-last-child(1) {
        display: none;
    }
    .service ul li i {
        width: 10%;
        height: 1px;
        background: #595757;
        display: block;
        margin: auto;
        margin-bottom: 20px;
        transition: all 0.5s;
    }
    /* xiaobanner */
    .litter-banner .slip_tit .tit1 {
        font: bold 22px "microsoft yahei";
    }
    .litter-banner .slip_tit .tit2 {
        margin-top: 14px;
        font-size: 18px;
        color: #fff;
    }
}