.home_body{
    background: #fff;
    position: relative;
}

.home_container{
    width: 1100px;
    margin: 0 auto;
}

.main_home_name{
    width: 492px;
    margin: 30px 0 15px;
}

.time_body{
    font-size: 14px;
    color: #333;
    margin-bottom: 13px;
}

.cz_body{
    /*margin: 40px 0;*/
}

.cz{
    color: #0285E0;
    margin: 0 10px;
}

.line{
    display: inline-block;
    width: 1px;
    height: 19px;
    vertical-align: middle;
    background: #0285E0;
}

.cz:hover{
    color: #2CACF4;
}

.cz_icon{
    width: 28px;
    margin-right: 10px;
}

.business_list{
    width: 1100px;
    margin: 0 auto;
}

.business_list li{
    float: left;
    width: 16.66667%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #0285E0;
    font-size: 18px;
}

.nav_business{
    background: #0285E0;
}

.business_list li a{
    color: #fff;
}

.business_list li.active{
    background: #2CACF4;
}

.business_list li:hover{
    background: #2CACF4;
}

.con_msg{
    width: 100%;
    height: 377px;
    background: url('../img/home/bg.png') no-repeat 0 center;
    background-size: cover;
    position: absolute;
    z-index: -1;
}

.search_model{
    height: 186px;
    position: relative;
}

.search_body{
    width: 680px;
    padding: 10px 8px;
    top: 60px;
    left: 50%;
    margin-left: -340px;
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    box-shadow:0px 4px 10px 0px #fff;
    border-radius: 4px;
}

.search_body input{
    width: 546px;
    height: 48px;
    line-height: 48px;
    padding: 0 25px;
    background: #fff;
    border: 1px solid rgba(18,38,61,0.11);
    border-radius: 4px 0 0 4px;
}

.search_btn{
    width: 114px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #F39800;
    border-radius: 0 4px 4px 0;
}

.search_btn img{
    width: 30px;
}

.main_body{

}

.msg_body{
    border-top: 4px solid #0285E0;
    /* opacity:0.9; */
    border-radius: 4px;
    background: #fff;
}

.msg_body .layui-tab-title{
    float: left;
    width: 73px;
    height: 245px;
}

.msg_body .layui-tab-title li{
    width: 73px;
    height: 123px;
    padding: 0px;
    display: block;
    background: #F5F5F5;
    color: #333333;
    font-size: 18px;
    line-height: 1;
    padding-top: 23px;
    border:1px solid rgba(229,229,229,1);
}

.msg_body .layui-tab-title li:first-child{
    border-bottom: 0 none;
}

.msg_body .layui-tab-title li.layui-this{
    background: #0285E0;
    color: #fff;
    position: relative;
}

.layui-tab[overflow]>.layui-tab-title{
    overflow: visible;
}

.msg_body .layui-tab-title li.layui-this::after{
    content: '';
    border: 0 none;
    float: left;
    width: 0;
    height: 0;
    border-width: 18px;
    margin-left: 71px;
    margin-top: 42px;
    border-style: solid;
    border-color: transparent transparent transparent #0285E0;
}

.layui-tab-bar{
    display: none;
}

.layui-tab-content{
    float: left;
    width: 636px;
    height: 245px;
    border:1px solid rgba(229,229,229,1);
    border-left: 0 none;
    padding: 0;
}

.tab_body{
    padding: 20px 13px;
    margin: 0;
}

.business_msg_list li{
    float: left;
    width: 25%;
    height: 122.5px;
    text-align: center;
}

.business_msg_list li img{
    width: 60px;
    margin-top: 20px;
}

.business_msg_list li p{
    margin-top: 15px;
}

.module_body{
    width: 365px;
    padding: 20px 15px;
}

.company_body{
    height: 110px;
    line-height: 110px;
    background: url('../img/home/company.png') no-repeat top center;
    background-size: 100%;
    font-size: 24px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.person_body{
    height: 110px;
    line-height: 110px;
    background: url('../img/home/person.png') no-repeat top center;
    background-size: 100%;
    font-size: 24px;
    color: #fff;
    margin-top: 25px;
    text-align: center;
    cursor: pointer;
}


.yb_person_body{
    height: 110px;
    line-height: 110px;
    background: url('../img/home/yb_person.png') no-repeat top center;
    background-size: 100%;
    font-size: 24px;
    color: #fff;
    margin-top: 25px;
    text-align: center;
    cursor: pointer;
}

.icon_pic{
    width: 36px;
    margin-top: -5px;
    margin-right: 6px;
}

.msg_bottom .bottom_header {
    border-bottom: 1px solid #ccc;
}

.module_bottom_left{
    width: 707px;
    margin-right: 23px;
}

.module_bottom_right{
    width: 370px;
}

.msg_bottom .bottom_header span{
    display: inline-block;
    font-size: 18px;
    color: #333;
    font-weight: bolder;
    padding: 11px 0 17px;
    border-bottom: 3px solid #05A4FF;
}

.bottom_body{
    margin: 60px 0 70px;
    text-align: center;
}

.bottom_body .yzm_label{
    color: #0285E0;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
}

.bottom_body .yzm_input{
    width: 320px;
    height: 40px;
    margin-right: 22px;
    line-height: 40px;
    padding-left: 17px;
    border: 1px solid #E5E3E3;
}

.bottom_body .yzm_btn{
    width: 90px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #0285E0;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
}

.bottom_body .yzm_btn:hover{
    color: #fff;
    background: #2CACF4;
}

.msg_bottom .orange_border span{
    border-bottom: 3px solid #F39800;
}

.idCard_btn{
    width: 236px;
    height: 40px;
    line-height: 40px;
    background: #0285E0;
    border-radius: 4px;
    color: #fff;
}

.idCard_btn img{
    width: 38px;
    margin-top: -3px;
    vertical-align: middle;
}

.idCard_btn:hover{
    color: #fff;
    background: #2CACF4;
}

.system_module_list{
    margin-bottom: 82px;
}

.system_module_list li{
    float: left;
    width: 24%;
    height: 84px;
    line-height: 84px;
    margin-right: 10px;
    background: url('../img/home/system_one.png') no-repeat top center;
    background-size: 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/home/system_one.png', sizingMethod='scale');
    font-size: 18px;
    color: #fff;
    padding-left: 35px;
    cursor: pointer;
    border-radius: 8px;
}

.system_module_list li.second{
    background-image: url('../img/home/system_two.png');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/home/system_one.png', sizingMethod='scale');
}

.system_module_list li.third{
    background-image: url('../img/home/system_three.png');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/home/system_one.png', sizingMethod='scale');
}

.system_module_list li.four{
    margin-right: 0;
    background-image: url('../img/home/system_four.png');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/home/system_one.png', sizingMethod='scale');
}

.footer{
    border-top: 6px solid #2E8AE6;
}

.foot-logo{
    display: inline-block;
    width: 320px;
    margin: 30px 55px 20px 200px;
}

.foot-logo p{
    margin-left: 60px;
}

.foot-logo p.m10{
    margin: 7px 0;
    margin-left: 60px;
}

.footer_pic{
    width: 120px;
    margin-left: 48px;
}

.footer .mt20{
    margin-top: -20px;
}