img {
    width: 100%;
}

body {
    min-width: 1440px
}

.main {
    min-height: 700px;
}

.Header_nav {
    background: url(../../images/common/head_bg.jpg) 0 0 no-repeat;
    background-size: 100% auto;
    height: 160px;
}

.head_main {
    display: flex;
    justify-content: space-between;
    height: 110px;
    align-items: center;
}

.logo_item {
    position: relative;
}

.logo_item span {
    font-size: 39px;
    position: absolute;
    left: 40px;
    width: 280px;
    top: -28px;
    color: white;
    cursor: pointer;
}

.search_item{
    display: flex;
    padding: 3px 10px;
    background: #f1f2f3;
    border-radius: 8px;
    border: 1px solid #e3e5e7;
}

.search_item:hover {
    background: white;
}

.search_nav {
    display: flex;
}


.search_ipt {
    width: 450px;
    padding: 8px 3px 6px 3px;
    font-size: 15px;
    border: none;
    outline: medium;
    background: #ff000000;
}

.search_btn {
    width: 32px;
    padding: 7px 7px 4px 7px;
    cursor: pointer;
    border-radius: 5px;
}

.search_btn:hover {
    background: #f1f2f3;
}

.right_nav_item {
    width: 0px;
}

.back_top {
    position: fixed;
    right: 0px;
    bottom: 50px;
    cursor: pointer;
    background: #ffffffcc;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 6px 0px 2px 3px;
	z-index: 999;
}

.back_top img{
    width: 50px;
}

.foot_top_nav {
    background-color: #f485b3;
    color: white;
    padding: 30px 0;
}

.foot_logo_item {
    display: flex;
    justify-content: center;
}

.foot_logo {
    font-size: 30px;
    padding: 0 200px;
    border-bottom: 1px solid #ffffff5c;
    padding-bottom: 20px;
}

.foot_logo span {
    cursor: pointer;
}

.foot_beacon_item {
    display: flex;
    justify-content: center;
}

.foot_beacon {
    display: flex;
    margin-top: 10px;
}

.foot_beacon li {
    margin: 0 10px;
}

.foot_beacon li a {
    font-size: 16px;
}

.foot_beacon li a:hover {
    color: #e7e7e7;
}

.works_detailed_content {
    margin-top: 30px;
    margin-bottom: 100px;
}

.works_introudce_top {
    display: flex;
    align-items: center;
}

.works_introudce_img {
    display: flex;
    width: 20px;
}

.works_introudce_title {
    font-size: 20px;
    margin-left: 6px;
}

.works_introudce {
    margin-top: 5px;
    line-height: 24px;
}

.beian_nav {
    background-color: #f485b3;
    color: white;
    padding-bottom: 10px;
}

.beian_item {
    display: flex;
    justify-content: center;
}

.gongan_item {
    display: flex;
}

.gongan_logo {
    width: 15px;
}

.icp_item, .gongan_item {
    margin: 0 10px;
}