

.menu_icon,
.logo_320,
.text_320,
.intro_320,
.cs_320 {
    display: none;
}
.content_five_wrap * {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.content_five {
    font-size: 0;
    max-width: 1100px;
}

.content_five .left_banner_wrap img {
    width: 100%;
}

.content_five .right_banner_wrap img {
    width: 100%;
}

.content_five .consul table {
    width: 410px;
    font-size: 12px;
    margin-left: 25px;
}

.content_five .consul table input {
    border: 1px solid #b6b6b6;
}

.content_five .consul table tr {
    vertical-align: middle;
}

.content_five .consul table th {
    width: 52px;
    text-align: left;
}

.content_five .consul table .name {
    width: 83px;
}

.content_five .consul table .name input {
    width: 83px;
    height: 26px;
}

.content_five .consul table .phone {
    width: 45px;
    padding-left: 5px;
}

.content_five .consul table tr .number select {
    width: 50px;
    height: 26px;
    border: 1px solid #b6b6b6;
    font-size: 12px;
}

.content_five .consul table tr .number input {
    width: 53px;
    height: 26px;
}

.content_five .consul table tr:nth-child(2) input {
    width: 314px;
    height: 26px;
}

.content_five .consul button {
    position: absolute;
    width: 72px;
	border:0;
    height: 72px;
    background-color: #959595;
    border-radius: 50%;
    right: 15px;
    top: 38%;
    font-size: 13px;
    color: white;
    text-align: center;
}


@media (max-width: 575.98px) {
    .header .top_nav,
    .logo_576,
    .nav_box,
    .text_576,
    .intro_576,
    .content_five .consul,
    .content_five .cs_576,
    .gray,
    .bg_line:before,
    .bottom_intro {
        display: none;
    }

    .content_five {
        width: 100%;
        margin-top: 32px;
        margin-bottom: 45px;
        padding: 0;
    }

    .content_five .right_banner_wrap,
    .content_five .left_banner_wrap {
        width: 100%;
    }

    .content_five .left_banner_wrap .cs_320,
    .content_five .right_banner_wrap .cs_320 {
        display: inline-block;
    }
}


@media  (min-width: 768px) {
	.content_five .left_banner_wrap,
	.content_five .right_banner_wrap {
		display: inline-block;
		width: 550px;
		vertical-align: top;
	}

}

@media (min-width: 576px) and (max-width: 767.98px) {

    .top_nav,
    .nav_box,
    .text_320,
    .intro_320,
    .cs_320,
    .gray,
    .bg_line:before {
        display: none;
    }

    .content_five {
        width: 100%;
        margin-top: 32px;
        margin-bottom: 40px;
        padding: 0 12px;
    }

    .content_five .right_banner_wrap,
    .content_five .left_banner_wrap {
        width: 100%;
    }

    .content_five .left_banner_wrap .cs_576,
    .content_five .right_banner_wrap .cs_576 {
        display: inline-block;
    }

}