@charset "UTF-8";
@font-face
{
    font-family: mySecondFont;
    src: url('../fonts/ARVO-REGULAR.TTF');
}
.main-md{
    width: 1200px;
    margin: auto;
}
/* 头部 */
.head-top{
    height: 70px;
    background: url('../images/index/headtop1.jpg') no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.head_inner{
    display: flex;
    align-items: center;
    padding: 17px 0;
}
.head_img{
    width: 170px;
}
.head_nav{
    width: 860px;
}
.head_rt{
    width: 170px;
}
.head_nav ul{
    display: flex;
    padding: 6px 20px 0;
}
.head_nav ul li{
    width: 11.11%;
    text-align: center;
}
.head_nav ul li a{
    font-size: 16px;
}
.head_nav ul li.active a,.head_nav ul li:hover a{
    color: #155BEC;
}
.head_nav ul li i{
    opacity: 0;
    display: block;
    width: 25px;
    height: 3px;
    background: #1762FF;
    margin:3px auto;
}
.head_nav ul li.active i,.head_nav ul li:hover i{
    opacity: 1;
}
.head_ge_lf{
    display: flex;
    align-items: center;
    height: 35px;
    color: #D6D6D6;
}
.head_ge_lf img{
    width: 30px;
    height: 30px;
}
.head_ge_lf a{
    font-size: 16px;
    margin: 0 8px;
}
.foot_inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.foot_top{
    background: #292D39;
    padding: 45px 0;
}
.foot_lf ul{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.foot_lf ul li{
    height: 15px;
    line-height: 15px;
    padding: 0 15px;
    border-right: 1px solid #C3C3C3;

}
.foot_lf ul li:nth-child(1){
    padding: 0 15px 0 0;
}
.foot_lf ul li:last-child{
    border-right: none;
}
.foot_lf ul li a{
    font-size: 14px;
    color: #C3C3C3;
}
.foot_lf p{
    font-size: 14px;
    color: #C3C3C3;
}
/*弹出框*/
.tailoring-container{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
    background:rgba(0,0,0,0.3);
}
.tailoring-container .black-cloth{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #111;
    opacity: .9;
    z-index: 1001;
}
.tailoring-container .tailoring-content{
    position: absolute;
    width: 1000px;
    height:720px;
    background: #fff;
    z-index: 1002;
    left: 0;
    top: 0;
    box-shadow: 0 0 10px #ccc;
    padding-bottom: 30px;
}

.tailoring-content-one{
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #DDD ;
    background-color: #2885E2;
    text-align: center;
    position: relative;
}
.tailoring-content-one h1{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}
.shoudeng .tailoring-content-one{
    line-height: 70px;
    height: 70px;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.shoudeng .tailoring-content-one h1{
    float: left;
    width: 50%;
    border-bottom: 1px solid #D1D1D1;
    line-height: 70px;
    font-size: 18px;
    color: #444444;
    font-weight: normal;
}
.shoudeng .tailoring-contents .tailoring-content-two{
    padding: 50px 60px;
}
.shoudeng  .tailoring-content-two .shoudeng_item{
    height: 40px;
    background: #F6F6F6;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.shoudeng_item button{
    border: none;
    background: none;
    color: #0074F1;
    position: absolute;
    top: 11px;
    right: 12px;
}
.shoudeng_item input{
    height: 40px;
    background: #F6F6F6;
    width: 100%;
    padding: 0 10px;
    border: none;
    font-size: 14px;
}
.tailoring-content-one h1.active{
    color: #0074F1;
    font-weight: bold;
    border-bottom: 1px solid #0074F1;
}
.shoudeng .tailoring-contentsss{
    position: absolute;
    width: 470px;
    height:420px;
    background: #fff;
    z-index: 1002;
    left: 0;
    top: 0;
    box-shadow: 0 0 10px #ccc;
    padding-bottom: 30px;
}
.shoudeng  .shoudeng_btn{
    margin-top: 40px;
    margin-bottom: 35px;
}
.shoudeng_btn a{
    text-align: center;
    display: block;
    height: 40px;
    padding-left: 0px;
    background-color: #0074F1;
    line-height: 40px;
    font-size: 1.3em;
    color: #fff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: none;
    width: 100%;
}
.tailoring-contentsss .choose-btn{
    float: left;
}
.tailoring-contentsss .close-tailoring{
    position: absolute;
    display: inline-block;
    height: 30px;
    width: 30px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 30px;
    right: 5px;
    top:2px;
    cursor: pointer;
}
.shoudeng .close-tailoring{
    color: #0074F1;
    top: 7px;
}
.tailoring-contentsss .tailoring-content-two{
    width: 100%;
    position: relative;
    padding: 30px;
    /*border-bottom: 2px solid #EDF2FA;*/

}
.phone_show{
    display: none;
}
@media screen and (max-width:1200px) {
    body{
        width: 1200px;
    }
}
@media screen and (max-width:768px) {
    .foot_top {
        padding: 20px 0;
    }
    body{
        width: 100%;
    }
    .main-md{
        width: 100%;
        padding: 0 10px;
    }
    .phone_show {
        display: block;
    }
    .phone_hide {
        display: none;
    }
    .top{
        width: 100%;
        background-color: #F2F2F2;
    }
    .head-phone{
        height: 50px;
        display: block;
    }
    .top a{
        margin-left: 5px;
        color: #007EE9;
        line-height: 25px;
    }
    .head-logo{
        margin-left: 6px;
    }
    .head-logo a{
        display: block;
        overflow: hidden;
    }
    .head-logo a span{
        width: 190px;
        height:auto;
        margin-right: 4px;
        margin-top: 6px;
        display: block;
    }
    .head-phone .head-logo img{
        width: 115px;
    }
    .l-txt{
        width: auto;
    }
    .l-txt .l-p3{
        display: none;
    }
    .head-phone:after{content: '';display: table;clear: both;}
    .top_cen{
        display:block;
        margin-right: 5px;
        margin-top: 9px;
    }
    .top_cen a{
        font-size: 40px;
        font-weight: 500;
        color: #007EE9;
        line-height: 25px;
        height: 20px;
        width: 30px;
        display: block;
        text-align: center;
    }
    .top_cen a.active{
        display: none;
    }
    .top_cen span{
        display: block;
        width: 25px;
        height: 2px;
        background-color: #007EE9;
        margin: 6px 0;
    }
    .top p {
        font-size: 12px;
        line-height: 25px;
        color: #666666;
    }
    .navlist_mo {
        display: block;
        position: fixed;
        top: 0;
        right: -50%;
        bottom: 0;
        width: 50%;
        background-color: #212020;
        transition: all linear .5s;
        overflow: auto;
    }

    .navlist_mo>li {
        background-color: #212020;
    }

    .navlist_mo>li>a {
        color: #ffffff;
        display: block;
        font-size: 20px;
        line-height: 22px;
        width: 100%;
        padding: 20px 0;
        padding-left: 20px;
        transition: all .5s;
        position: relative;
    }

    .navlist_mo>li.active>a {
        background-color: #303030;
    }

    .navlist_mo>li a:after {
        top: 1.4rem;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .navlist_mo>li a:not([href]):after {
        content: "";
        display: block;
        position: absolute;
        left: 128px;
        top: 24px;
        width: 9px;
        height: 9px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transition: all .3s ease 0s;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .navlist_mo>li.active a:not([href]):after {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        top: 29px;
    }

    .navlist_mo>li .abm_nav {
        display: none;
        height: 0;
        transition: all .5s;
    }

    .navlist_mo>li.active .abm_nav {
        display: block;
        height: auto;
    }

    .navlist_mo>li .abm_nav>li {
        background-color: #080808;
    }

    .navlist_mo>li .abm_nav>li.active>a {
        color: #007EE9;
    }

    .navlist_mo>li .abm_nav>li>a {
        color: #ffffff;
        display: block;
        font-size: 16px;
        line-height: 20px;
        padding: 12px 0;
        padding-left: 20px;
        transition: all .5s linear;
        -moz-transition: all .5s linear;
        -webkit-transition: all .5s linear;
    }

    .navlist_mo>li .abm_nav>li h3 {
        color: #ffffff;
        display: block;
        font-size: 16px;
        line-height: 20px;
        padding: 12px 0;
        padding-left: 20px;
        position: relative;
    }

    .navlist_mo>li .abm_nav>li h3:after {
        content: '';
        background: url(../images/index/jia.png) no-repeat;
        font-size: 16px;
        font-weight: 600;
        display: block;
        position: absolute;
        right: 0.8rem;
        top: 12px;
        height: 20px;
        width: 20px;
    }

    .navlist_mo>li .abm_nav>li.active h3 {
        color: #007EE9;
    }

    .navlist_mo>li .abm_nav>li.active h3:after {
        background: url(../images/index/jian.png) no-repeat;
    }

    .navlist_mo>li .abm_nav ul {
        display: none;
    }

    .navlist_mo>li .abm_nav>li.active ul {
        display: block;
    }

    .navlist_mo>li .abm_nav ul li {
        padding: 5px 0;
        border-bottom: 1px dashed #403b45;
        padding-left: 20px;
    }

    .navlist_mo>li .abm_nav ul li a {
        font-size: 14px;
        color: #969696;
    }
    body{
        width: 100%;
        position: relative;
        right: 0;
        transition: all linear .5s;
    }
    .shoudeng .tailoring-contents {
        width: 300px;
        height: 420px;
    }
    .shoudeng .tailoring-contents .tailoring-content-two {
        padding: 50px 20px;
    }
    .shoudeng .tailoring-content-one h1 {
        font-size: 16px;
    }  
    .foot_inner {
        flex-wrap: wrap;
    }  
    .foot_rt{
        margin-top: 20px;
        text-align: center;
    }
    .banner_inner{
        display: none;
    }
    .foot_lf ul {
        flex-wrap: wrap;
    }
    .foot_lf ul li {
        margin-bottom: 10px;
    }
    .foot_lf ul li:nth-child(1){
        padding: 0 15px;
    }
    /* 房子卖70万  30万 一年半  160万的房子  60万 一个月3000多   5年60万  买辆车  15万  我回济南上班 带孩子
    孩子上学  我上班  
    */
}
