.banner_zcdz{

    background-repeat: no-repeat;
    background-position: center;
}

.zcdz_application{
    background-color: #F4F9FC;
    padding: 50px 0;
}

.zcdz_application .inner{
    width: 1200px;
    margin: 0 auto;
}

.zcdz_application .part_main{
    overflow: hidden;
}

.zcdz_application .fm{
    float: left;
    width: 472px;
    height: 441px;
    background-color: #FFFFFF;
}

.zcdz_application .fm .fm_top{
    width: 472px;
    height: 122px;
    background-image: url("../../img/zcdz/fm_bg1.png");
    background-repeat: no-repeat;
    text-align: center;
    color: #FFFFFF;
    box-sizing: border-box;
    padding-top: 30px;
    margin-bottom: 42px;
}

.fm_top .fm_tit{
    line-height: 1;
    margin-bottom: 18px;
    font-size: 28px;
    font-weight: bold;
}

.fm_top .fm_tit1{
    line-height: 1;
    font-size: 16px;
}

.zcdz_application .fm form{
    padding-left: 30px;
}

.zcdz_application .fm .fm_item{
    height: 48px;
}

.zcdz_application .fm .mb1{
    margin-bottom: 14px;
}

.zcdz_application .fm .mb2{
    margin-bottom: 20px;
}

.zcdz_application .fm_item .label{
    width: 100px;
    float: left;
    line-height: 48px;
    height: 48px;
    text-align: right;
}

.zcdz_application .fm_item .label .fm_em{
    color: #ff632c;
}

.zcdz_application .fm_item .item_ele{
    float: left;
    width: 289px;
    height: 48px;
    position: relative;
}

.zcdz_application .fm_item .item_ele .select_i{
    width: 16px;
    height: 9px;
    background-image: url("../../img/public/select_icon.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    right: 12px;
}

.zcdz_application .fm_item .item_ele select{
    -webkit-appearance: button;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: solid 1px #D4D4D4;
    text-indent: 1em;
    border-radius: 3px;
}

.zcdz_application .fm_item .item_ele input{
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: solid 1px #D4D4D4;
    text-indent: 1em;
}

.zcdz_application .fm_item .fm_sub{
    float: left;
    width: 289px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background-color: #F65439;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 3px;
}

.zcdz_application .fm_item .fm_sub:hover{
    background-color: rgba(246, 84, 57, 0.85);
}

.zcdz_application .qa{
    width: 708px;
    height: 441px;
    float: right;

    background-color: #FFFFFF;
}

.zcdz_cate{
    padding: 70px 0;
}

.zcdz_cate .inner{
    width: 1200px;
    margin: 0 auto;
}

.title_blo{
    text-align: center;
}

.part_title{
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}

.zcdz_cate .title_blo{
    margin-bottom: 50px;
}

.zcdz_cate .part_main{
    margin-bottom: 50px;
}

/*咨询按钮*/
.my_zx{
    text-align: center;
}

.my_zx_btn{
    height: 44px;
    border: #F65439 solid 1px;
    border-radius: 23px;
    display: inline-block;
}

.my_zx_btn span{
    line-height: 44px;
}

.zx_sp_left{
    padding-left: 23px;
    padding-right: 12px;
    color: #F65439;
    font-size: 14px;
}

.my_zx_btn a{
    padding-left: 26px;
    padding-right: 18px;
    background-color: #F65439;
    color: #FFFFFF;
    height: 44px;
    border-radius: 23px;
    display: inline-block;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}

.my_zx_btn a:hover{
    opacity: 0.8;
}

.my_zx_icon{
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../../img/public/zc_zxicon.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.zx_sp_right{
    margin-left: 27px;
}

.zcdz_cate .tr{
    overflow: hidden;
}

.zcdz_cate .tr_mb{
    margin-bottom: 30px;
}

.zcdz_cate .tr .item{
    width: 370px;
    height: 120px;
    float: left;
    border: #ECECEC solid 1px;
    box-sizing: border-box;
    margin-right: 45px;
    padding-left: 35px;
    position: relative;
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    overflow: hidden;
}

.zcdz_cate .tr .item:after,.zcdz_cate .tr .item:before{
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid transparent;
    width: 0;
    height: 0;
    z-index: -3;
}

.zcdz_cate .tr .item:after{
    top: 0;
    left: 0;
    -webkit-transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
    transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
}

.zcdz_cate .tr .item:before{
    bottom: 0;
    right: 0;
    -webkit-transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
    transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
}

.zcdz_cate .tr .item:hover:after,.zcdz_cate .tr .item:hover:before{
    width: 100%;
    height: 100%;
}

.zcdz_cate .tr .item:hover:after{
    border-top-color: #F65439;
    border-right-color: #F65439;
    -webkit-transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
    transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
}

.zcdz_cate .tr .item:hover:before{
    border-bottom-color: #F65439;
    border-left-color: #F65439;
    -webkit-transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
    transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}

.zcdz_cate .tr .item.item_last{
    margin-right: 0;
}

.zcdz_cate .tr .item .icon{
    width: 58px;
    height: 50px;
    margin-right: 17px;
    margin-top: 38px;
    float: left;
}

.zcdz_cate .tr .item .icon1{
    background-image: url("../../img/zcdz/icon_cate1.png");
    background-repeat: no-repeat;
}

.zcdz_cate .tr .item .icon2{
    background-image: url("../../img/zcdz/icon_cate2.png");
    background-repeat: no-repeat;
}

.zcdz_cate .tr .item .icon3{
    background-image: url("../../img/zcdz/icon_cate3.png");
    background-repeat: no-repeat;
}

.zcdz_cate .tr .item .icon4{
    background-image: url("../../img/zcdz/icon_cate4.png");
    background-repeat: no-repeat;
}

.zcdz_cate .tr .item .icon5{
    background-image: url("../../img/zcdz/icon_cate5.png");
    background-repeat: no-repeat;
}

.zcdz_cate .tr .item .icon6{
    background-image: url("../../img/zcdz/icon_cate6.png");
    background-repeat: no-repeat;
}

.zcdz_cate .tr .item .item_main{
    float: left;
    margin-top: 30px;
}

.zcdz_cate .item .item_tit{
    font-size: 20px;
    font-weight: bold;
    color: #F65439;
    line-height: 1;
    margin-bottom: 10px;
}

.zcdz_cate .item .item_line{
    width: 60px;
    height: 1px;
    background-color: #BBBBBB;
    margin-bottom: 10px;
}

.zcdz_cate .item .item_text{
    font-size: 16px;
}

.zcdz_notice{
    height: 613px;
    box-sizing: border-box;

    padding-top: 50px;
}

.title_white{
    color: #FFFFFF;
}

.title_orange{
    color: #F65439;
}

.part_title .mr{
    margin-right: 20px;
}

.zcdz_notice .inner{
    width: 1200px;
    margin: 0 auto;
}

.zcdz_notice .title_blo{
    margin-bottom: 50px;
}

.zcdz_notice .part_main{
    height: 341px;
    margin-bottom: 45px;
}

.zcdz_notice .item{
    float: left;
    width: 264px;
    height: 341px;
    margin-right: 48px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    padding: 28px 27px 0;
}

.zcdz_notice .item.item_last{
    margin-right: 0;
}

.zcdz_notice .item .item_tit{
    line-height: 1;
    font-size: 18px;
    margin-bottom: 20px;
    color: #F65439;
    text-align: center;
}

.zcdz_notice .item .item_text{
    height: 130px;
    line-height: 26px;
}

.zcdz_notice .item .icon{
    width: 143px;
    height: 111px;
    margin: 0 auto;
}

.zcdz_notice .item .icon1{
    background-image: url("../../img/zcdz/notice1.png");
    background-repeat: no-repeat;
}

.zcdz_notice .item .icon2{
    background-image: url("../../img/zcdz/notice2.png");
    background-repeat: no-repeat;
}

.zcdz_notice .item .icon3{
    background-image: url("../../img/zcdz/notice3.png");
    background-repeat: no-repeat;
}

.zcdz_notice .item .icon4{
    background-image: url("../../img/zcdz/notice4.png");
    background-repeat: no-repeat;
}




















