body{
    width: 100%;
    overflow-x: hidden;
    background:rgba(246, 247, 248, 1);
}
.max-width{
    width:1440px;
    margin:0 auto;
}
a:hover{
    color:inherit;
}
.weight-4{
    font-weight:400 !important;
}
/*公共-头部*/
.header{
    
}
.header .top{
    background: rgba(255, 255, 255, 1);
    /* border-bottom:1px solid rgba(216, 216, 216, 1); */
}
.header .top .content{
    padding:28px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .top .content .logo{
    display: block;
    /* width:222px; */
    width:auto;
    height: 64px;
    object-fit: contain;
}
.header .top .content .slogan{
    display: block;
    /* width: 420px; */
    width: auto;
    height: 36px;
    object-fit: contain;
}
.header .top .content .menu{
    display: none;
    cursor: pointer;
    position: absolute;
    right:0;
    top:0;
    bottom:0;
    min-width:34px;
    width:auto;
    padding:12px 12px 12px 8px;
    background:#f9f9f9;
    font-size:0;
}
.header .top .content .menu .text{
    display: inline-block;
    vertical-align: top;
    font-size:18px;
    line-height: 34px;
}
.header .top .content .menu .btn{
    display: inline-block;
    vertical-align: top;
    width:34px;
    height:34px;
    background: url(../../img/icon_menu.png) no-repeat 50% 50%;
    background-size: 64%;
}
.header .top .content .menu-box{
    position: absolute;
    top:59px;
    left:0;
    right:0;
    background:#fff;
    z-index: 999;
    display: none;
}
.header .top .content .menu-box li{
    padding:10px 12px;
    border-bottom:1px solid rgba(216, 216, 216, 1);
    line-height: 30px;
}
.header .top .content .menu-box li:last-of-type{
    border-bottom:0;
}
.header .top .content .menu-box li a{
    font-size:16px;
    color:#333;
    display: block;
    width:100%;
    height: 100%;
}
.header .top .content .menu-box li.cur a{
    color:#F45200;
    font-weight: 600;
}
.header .nav{
    background: linear-gradient(270deg, rgba(250, 142, 0, 1) 0%, rgba(244, 0, 0, 1) 100%);
    height: 64px;
}
.header .nav .content{
    height: 100%;
    position: relative;
}
.header .nav .content ul{
    font-size: 0;
    height: 100%;
    width: 100%;
}
.header .nav .content ul li{
    display: inline-block;
    vertical-align: top;
    width:11%;
    min-width:100px;
    max-width:152px;
    height: 100%;
}
.header .nav .content ul li a{
    color:rgba(255, 255, 255, 1);
    font-size:24px;
    line-height: 28px;
    font-family: "\5 FAE8F6F96C59ED1", "helvetica neue", arial, sans-serif;
    display: block;
    width:100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.header .nav .content ul li.cur,.header .nav .content ul li.cur:hover{
    background:rgba(255, 255, 255, 1);
}
.header .nav .content ul li.cur a{
    color:rgba(244, 82, 0, 1)
}
.header .nav .content ul li:hover{
    background:rgba(246, 247, 248, 0.3);
}
.header .nav .content .tel{
    padding:8px 0;
    height: 48px;
    font-size:0;
    position: absolute;
    right:0;
    top:0;
    bottom:0;
}
.header .nav .content .tel span{
    display: inline-block;
    vertical-align: top;
    color:rgba(255, 255, 255, 1);
    height: 100%;
    line-height: 48px;
}
.header .nav .content .tel span:first-of-type{
    font-size:20px;
}
.header .nav .content .tel span:last-of-type{
    font-size:32px;
}
/* 公共-内容部分 */
.container .title-1{
    line-height: 84px;
    font-size:60px;
    font-weight: 600;
    text-align: center;
}
.container .subtitle-1{
    margin-top:8px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}
.container .title-2{
    font-size:24px;
    line-height: 34px;
    font-weight: 600;
    text-align: center;
}
.container .subtitle-2{
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin:6px 0 24px 0;
}
.container .title-3{
    font-size:40px;
    line-height: 56px;
    font-weight: 600;
    text-align: center;
}
.container .more-btn{
    display: block;
    width:300px;
    height:28px;
    line-height:28px;
    padding:16px 0;
    border-radius: 4px;
    background:rgba(244, 82, 0, 1);
    color:rgba(255,255,255,1);
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
}
/* 公共-底部 */
.footer{
    background: linear-gradient(270deg, rgba(250, 142, 0, 1) 0%, rgba(244, 0, 0, 1) 100%);
}
.footer .content{
    padding:48px 0 54px 0;
    color:rgba(255, 255, 255, 1);
}
.footer .content .top{
    display: flex;
    justify-content: space-between;
}
.footer .content .top div:first-of-type{
    padding-right:20px;
}
.footer .content .top div:last-of-type{
    padding-left:20px;
}
.footer .content .top p{
    font-size: 20px;
    line-height:34px;
}
.footer .content .bottom{
    margin-top:12px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;    
}
.footer .content .bottom a{
    color:#fff;
}
/* 悬浮二维码 */
.fixed-code{
    position: fixed;
    right:40px;
    bottom:10%;
    background: rgba(255, 255, 255, 0.7);
    padding:20px;
    width:130px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}
.fixed-code img{
    display: block;
    width:100%;
    height: auto;
}
.fixed-code p{
    text-align: center;
    font-size: 16px;
    padding-top:6px;
}
/* 弹窗二维码 */
.code-layer{
    position: fixed;
    left:0;
    top:0;
    bottom:0;
    right:0;
    background: rgba(0,0,0,0.7);
    cursor: pointer;
    z-index: 99;
    display: none;
}
.code-layer .code{
    position: absolute;
    left:50%;
    top:50%;
    margin: -214px 0 0 -200px;
    background: rgba(255,255,255,1);
    padding:50px 50px 40px 50px;
    border-radius: 4px;
    width:300px;
}
.code-layer .code .close{
    position: absolute;
    cursor: pointer;
    right:16px;
    top:16px;
    width:30px;
    height:30px;
    background: url(../../img/icon_close@2x.png) no-repeat 50% 50%;
    background-size: 100%;
}
.code-layer .code img{
    display: block;
    width:100%;
    height: auto;
}
.code-layer .code p{
    text-align: center;
    font-size: 26px;
    padding-top:12px;
}
/* 移动端-底部二维码（怡伴、旅居） */
.bottom-code{
    display: none;
    padding:24px 24px 20px 24px;
}
.bottom-code img{
    display: block;
    width:140px;
    height: auto;
    margin:0 auto;
}
.bottom-code p{
    font-size:20px;
    text-align: center;
    padding-top:6px;
}
/* 移动端-底部400热线 */
.mobile-tel{
    display: none;
    position: fixed;
    left:0;
    right:0;
    bottom:0;
    z-index: 98;
    background: rgba(255,255,255,0.9);
    padding:10px 12px;
    font-size:0;
}
.mobile-tel span,.mobile-tel a{
    display: inline-block;
    vertical-align: middle;
    font-size:17px;
    line-height: 36px;
    height: 36px;
}
.mobile-tel span:nth-of-type(2){
    font-weight: bold;
    font-size:20px;
}
.mobile-tel a{
    float: right;
    height: 24px;
    line-height: 24px;
    padding:6px 10px;
    border-radius: 4px;
    background: #F45200;
    color:#fff;
    font-size:14px;
}
/* 咨询按钮 */
.advisory-btn{
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: url(../../img/btn_advisory.png) no-repeat 50% 50%;
    background-size: 100%;
    position: fixed;
    right: 40px;
    bottom: 40%;
    z-index: 100;
}
/* 手机端-底部-导航 */
.bottom-menu-box{
    display: none;
    position: fixed;
    left:0;
    right:0;
    bottom:0;
    z-index: 98;
    background: rgba(255,255,255,0.9);
    font-size:0;
}
.bottom-menu-box li{
    display: inline-block;
    vertical-align: middle;
    width: calc(25% - 1px);
    border-right: 1px solid #fff;
    background: rgba(244,82,0,0.2);
}
.bottom-menu-box li:last-of-type{
    border-right: 0;
    width:25%;
}
.bottom-menu-box li.cur{
    background: #F45200;
}
.bottom-menu-box li.cur a{
    color:#fff;
}
.bottom-menu-box li a{
    display: block;
    font-size:18px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    color:#333;
}

/* 自适应 */
@media screen and (max-width: 1440px){/* <=1440 */
    .max-width{
        width:1200px;
    }
}
@media screen and (max-width: 1200px){/* <=1200 */
    .max-width{
        width:100%;
    }
    .header .nav .content ul li a{
        font-size:22px;
    }
    .header .nav .content .tel span:last-of-type{
        font-size:30px;
    }
    .container .title-1{
        font-size: 56px;
    }
    .container .title-3{
        font-size:30px;
        line-height: 46px;
    }
    .container .subtitle-1{
        margin-top:4px;
    }
}
@media screen and (max-width: 960px){/* <=960 */
    .header .top .content{
        padding:18px 0;
    }
    .header .top .content .logo{
        height: 50px;
    }
    .header .top .content .slogan{
        height: 28px;
    }
    .header .nav{
        height: 50px;
    }
    .header .nav .content ul li{
        min-width: auto;
    }
    .header .nav .content ul li a{
        font-size:19px;
    }
    .header .nav .content .tel{
        height: 34px;
    }
    .header .nav .content .tel span{
        line-height: 34px;
    }
    .header .nav .content .tel span:first-of-type{
        font-size:16px;
    }
    .header .nav .content .tel span:last-of-type{
        font-size:22px;
    }
    .footer .content{
        padding: 28px 0 30px 0;    
    }
    .footer .content .top p{
        font-size:17px;
        line-height: 26px;
    }
    .footer .content .bottom{
        font-size:15px;
        line-height: 22px;
    }
    .container .title-1{
        line-height: 64px;
        font-size:38px;
    }
    .container .title-3{
        font-size:28px;
        line-height: 46px;
    }
    .container .more-btn{
        width:220px;
        padding:14px 0;
    }
    .fixed-code{
        right:20px;
    }
    .code-layer .code{
        margin: -172px 0 0 -160px;
        padding:40px 40px 30px 40px;
        width:240px;
    }
    .code-layer .code .close{
        right:12px;
        top:12px;
        width:28px;
        height:28px;
    }
    .code-layer .code p{
        font-size: 22px;
        padding-top:8px;
    }
    /* 咨询按钮 */
    .advisory-btn{
        width: 60px;
        height: 60px;
        right: 12px;
        bottom: 60px;
        z-index: 100;
    }
}
@media screen and (max-width: 768px){/* <=768 */
    body{
        padding-top:58px;
    }
    .header{
        border-bottom:1px solid #f9f9f9;
        position: fixed;
        left:0;
        right:0;
        top:0;
        z-index: 99;
    }
    .header .nav{
        display: none;
    }
    .bottom-menu-box{
        display: block;
    }
    .header .top .content{
        padding:12px 104px 12px 12px;
        width:calc(100% - 12px - 104px);
        position: relative;
    }
    .header .top .content .menu{
        display: block;
    }
    .header .top .content .logo{
        height: 34px;
    }
    .header .top .content .slogan{
        height: 18px;
    }

    .footer .content{
        /* padding: 20px 12px 24px 12px; */
        padding: 20px 12px 54px 12px;/* 避免底部热线电话遮挡 */
        width:calc(100% - 12px - 12px);
    }
    .footer .content .top{
        flex-wrap: wrap;
    }
    .footer .content .top div{
        width:100%;
        padding-bottom:14px;
    }
    .footer .content .top div:first-of-type{
        padding-right:0
    }
    .footer .content .top div:last-of-type{
        padding-left:0
    }
    .footer .content .top p{
        font-size:15px;
    }
    .footer .content .bottom{
        margin-top:4px;
        font-size:13px;
    }
    .fixed-code{
        display: none;
    }

    .container .title-1{
        line-height: 38px;
        font-size:24px;
    }
    .container .title-2{
        font-size: 20px;
        line-height: 24px;
    }
    .container .title-3{
        font-size:22px;
        line-height: 34px;
    }
    .container .subtitle-1{
        margin-top:0;
        font-size:18px;
        line-height: 24px;
    }
    .container .subtitle-2{
        font-size:18px;
        line-height: 26px;
        margin:2px 0 16px 0;
    }
    .container .more-btn{
        width:120px;
        padding:8px 0;
        font-size:16px;
        height:24px;
        line-height:24px;
    }

    .bottom-code{
        display: block;
    }
    .mobile-tel{
        display: block;
    }
}
@media screen and (max-width: 480px){/* <=480 */
    body{
        padding-top:44px;
    }
    .header .top .content{
        padding:8px 76px 8px 8px;
        width:calc(100% - 8px - 76px);
    }
    .header .top .content .logo{
        height:28px;
    }
    .header .top .content .slogan{
        display: none;
    }
    .header .top .content .menu{
        min-width:28px;
        padding:8px 8px 8px 4px;
    }
    .header .top .content .menu .text{
        line-height: 29px;
        font-size:17px;
    }
    .header .top .content .menu .btn{
        width:28px;
        height: 28px;
    }
    .header .top .content .menu-box{
        position: absolute;
        top:45px;
    }
    
    .container .title-1{
        font-size:22px;
        line-height: 34px;
    }
    .container .title-2{
        font-size:19px;
        line-height: 22px;
    }
    .container .title-3{
        font-size:20px;
    }
    .container .subtitle-2 {
        font-size: 18px;
        line-height: 22px;
        margin: 4px 0 12px 0;
    }

    .container .more-btn{
        width: 100px;
        padding: 4px 0;
        font-size: 14px;
    }

    .footer .content{
        /* padding:20px 12px; */
        padding: 20px 12px 50px 12px;/* 避免底部热线电话遮挡 */
    }
    .footer .content .top p{
        font-size:14px;
        line-height: 22px;
    }

    .code-layer .code{
        margin: -162px 0 0 -124px;
        padding: 30px 30px 20px 30px;
        width: 188px;
    }
    .code-layer .code .close{
        right: 8px;
        top: 8px;
        width: 22px;
        height: 22px;
    }
    .code-layer .code p{
        font-size: 18px;
        padding-top: 4px;
    }

    .bottom-code{
        padding:18px 18px 14px 18px;
    }
    .bottom-code img{
        width:120px;
    }
    .bottom-code p{
        font-size:18px;
        padding-top:4px;
    }

    .mobile-tel span{
        line-height: 32px;
        height: 32px;
    }
    .mobile-tel a{
        padding:4px 10px;
    }
}
/* html {
    -webkit-filter:grayscale(100%); 
    -moz-filter:grayscale(100%); 
    -ms-filter:grayscale(100%); 
    -o-filter:grayscale(100%);
    filter:grayscale(100%);
} */