body {
    width: 100%;
    height: auto;
    min-height: 100vh;
}
.ml30 {
    margin-left: 30px;
}
.ml40 {
    margin-left: 40px;
}
.mod_head {
    width: 1200px;
    height: auto;
    padding-top: 20px;
    margin: 0 auto;
}
.mod_head .name_unit {
    overflow: hidden;
    width: 570px;
    height: 54px;
    border-radius: 8px;
    background: url(../../images/zsk/bg_unit.png) repeat;
    padding: 13px 14px;
}
.mod_head .name_unit .icon_logo {
    float: left;
    width: 50px;
    height: 54px;
}
.mod_head .name_unit span {
    float: left;
    color: #333333;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-left: 11px;
}
.mod_head .item_title {
    width: 721px;
    height: 440px;
    margin-top: 68px;
}
.mod_head .item_title img {
    width: 100%;
    height: auto;
}
.mod_head .con_search {
    overflow: hidden;
    position: relative;
    width: 706px;
    height: 56px;
    background-color: #ffffff;
    border: 1px solid #37a8fa;
    border-radius: 7px;
    margin: 0 auto;
    margin-top: 22px;
}
.mod_head .con_search .int_search {
    float: left;
    width: 540px;
    height: 56px;
    font-size: 16px;
    line-height: 56px;
    padding: 0 20px;
}
.mod_head .con_search .btn_search {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    background: url(../../images/zsk/bg_head_sesarch.png) left center no-repeat;
    background-color: #0477e6;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    padding-left: 36px;
}

.mod_content {
    overflow: hidden;
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-top: 50px;
}
.mod_content .mod_block {
    overflow: hidden;
    width: auto;
    height: auto;
    margin-bottom: 40px;
}
.mod_content .mod_block .mod_block_title {
    overflow: hidden;
    width: 100%;
    height: auto;
}
.mod_content .mod_block_title .item_tit_name {
    position: relative;
    float: left;
    line-height: 30px;
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 12px;
}
.mod_content .mod_block_title .item_tit_name::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #0477e6;
    border-radius: 2px;
}
.mod_content .mod_block_title .item_tit_more {
    float: right;
    line-height: 30px;
    color: #333333;
    font-size: 18px;
}
.mod_content .mod_block .mod_block_list {
    overflow: hidden;
    width: 100%;
    height: auto;
	min-height:250px;
}

.mod_bottom {
    width: 100%;
    height: auto;
    background-color: #a42016;
    padding: 50px 0px 30px;
}
.btm_center {
    overflow: hidden;
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.mod_bottom .btm_mes {
    overflow: hidden;
    float: left;
    width: auto;
    color: #ffffff;
    font-size: 14px;
}
.mod_bottom .btm_mes p {
    margin-bottom: 14px;
}
.mod_bottom .btm_mes a {
    line-height: 16px;
    color: #ffffff;
    padding: 0 16px;
}
.mod_bottom .btm_mes a:first-child {
    padding-left: 0;
}
.mod_bottom .btm_mes a+a {
    border-left: 2px solid #fff;
}

.mod_bottom .btm_mes em {
    margin-right: 10px;
}

.mod_bottom .btm_right {
    float: right;
    padding-top: 30px;
    display: flex;
    align-items: center;
}
.mod_bottom .btm_right img {
    display: block;
    float: left;
    margin-left: 20px;
}

.mod_bottom .btm_right span {
    margin-left: 20px;
}

@media screen and (max-width: 800px) {
    body {
        width: 100vw;
        background-size: auto 620px !important;
    }
	.mod_head {
		width: 100%;
        box-sizing: border-box;
        padding: 20px;
	}
    .mod_head .name_unit {
        width: 270px;
        height: auto;
        display: flex;
        align-items: center;
    }
    .mod_head .name_unit .icon_logo {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }
    .mod_head .name_unit span {
        font-size: 18px;
        margin-left: 8px;
    }
    .mod_head .item_title {
        width: 80%;
        height: auto;
        margin-top: 30px;
    }
    .mod_head .con_search {
        width: 100%;
        height: auto;
    }
    .mod_head .con_search .btn_search,
    .mod_head .con_search .int_search {
        height: 44px;
        line-height: 44px;
        font-size: 14px;
    }
    .mod_head .con_search .btn_search {
        width: 70px;
        font-size: 16px;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        background-size: 34px;
        padding-left: 30px;
    }
    .mod_content {
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
    }
    .btm_center {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .mod_bottom .btm_mes {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .mod_bottom .btm_mes p {
        text-align: center;
    }
    .mod_bottom .btm_mes a {
        padding: 0 10px;
    }
    .mod_bottom .btm_right {
        padding-top: 15px;
        padding-right: 20px;
        display: flex;
        justify-content: center;
    }
.mod_content .mod_block_title .item_tit_name {
        line-height: 24px;
        font-size: 18px;
    }
    .mod_content .mod_block_title .item_tit_more {
        font-size: 14px;
    }
}