.banner_width {
    width: 1200px;
    margin: auto;
}

.banner_title {
    font-size: 34px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}
.banner_bg{
    background-color: #fbfbfb;
}
.banner_first{
    width: 100%;
	height: 550px;
    background-image: url('../../images/industry/manufacture/pic-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_first_m {
    width: 1080px;
    margin: auto;
}
.banner_first_m_t{
    padding-top: 156px;
    font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.banner_first_m_c{
    margin-top: 16px;
    display: flex;
    align-items: center;
}
.banner_first_m_c i{
    display: block;
    margin-right: 6px;
    width: 4px;
	height: 24px;
	background-color: #e7290f;
}
.banner_first_m_c p{
    font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.banner_first_m_panel{
    margin-top: 62px;
    display: flex;
    align-items: center;
}
.banner_first_m_panel p{
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.banner_first_m_panel i{
    display: block;
    width: 1px;
	height: 24px;
	background:#ffffff;
    margin: 0 12px 0 12px;
}
.btns{
    margin-top: 87px;
    display: flex;
    justify-content: space-between;
    width: 270px;
}
.btns a{
    width: 118px;
	height: 34px;
	border: solid 1px #ffffff;
    font-size: 14px;
    color: #ffffff;
    background-color: transparent;
    line-height: 34px;
    text-align: center;
}
.btns a:hover{
    background-color: #e7290f;
    width: 120px;
	height: 36px;
    border: none;
    line-height: 36px;
}
.spe{
    background-color: #e7290f !important;
    width: 120px !important;
	height: 36px !important;
    border: none !important;
    line-height: 36px !important;
}
.spe:hover{
    width: 118px !important;
	height: 34px !important;
	border: solid 1px #ffffff !important;
    color: #ffffff !important;
    background-color: transparent !important;
    line-height: 34px !important;
}
.banner_two{
    padding: 70px 0 70px 0;
}
.banner_two img{
    width: 1270px;
    display: block;
    margin: auto;
    margin-top: 60px;
}
.banner_three{
    padding: 50px 0 70px 0;
}
.banner_three_t{
    font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 52px;
	letter-spacing: 0px;
	color: #333333;
    margin-top: 20px;
    text-align: center;
}
.banner_three img{
    width: 1200px;
    display: block;
    margin: auto;
    margin-top: 60px;
}
.banner_four{
    padding: 70px 0 0 0;
}
.banner_four_menu{
    width: 1134px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.banner_four_menu li{
    width: 212px;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}
.banner_four_menu li::after{
    content: '';
    display: block;
    width: 150px;
	height: 4px;
    top: 6px;
    position: relative;
}
.banner_four_menu_active{
    color: #e7290f !important;
}
.banner_four_menu_active::after{
    content: '';
    display: block;
    width: 150px;
	height: 4px;
	background-color: #e7290f;
    top: 6px;
    position: relative;
    animation: banner_four_menu_active_animation 0.5s ease-in-out;
}
@keyframes banner_four_menu_active_animation {
    0% {
        width: 0;
    }

    100% {
        width: 150px;
    }
}
.banner_four_m_block{
    padding-bottom: 70px;
}
.banner_four_m_block_t{
    width: 866px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    margin: auto;
    padding-top: 60px;
    text-align: center;
    margin-top: 8px;
}
.banner_four_m_block_img{
    width: 1200px;
    display: block;
    margin: auto;
    margin-top: 60px;
}
.banner_four_m_block_img2{
    width: 776px;
    display: block;
    margin: auto;
    margin-top: 60px;
}
.banner_four_m_block_m{
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}
.banner_four_m_block_m_card{
    width: 380px;
	height: 490px;
	background-color: #ffffff;
	border-radius: 8px;
	border: dashed 1px #707070;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.banner_four_m_block_m_card img{
    position: absolute;
    height: 330px;
}
.banner_four_m_block_m_card p{
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
    text-align: center;
    margin-top: 28px;
    width: 100%;
}
.banner_four_m_block_m_img1{
    width: 249px;
	height: 248px;
    display: block;
    margin-top: 30px;
}
.banner_four_m_block_m_img2{
    width: 337px;
	height: 191px;
    display: block;
    margin-top: 30px;
}
.banner_four_m_block_m_img3{
    width: 360px;
	height: 190px;
    display: block;
    margin-top: 30px;
}
.banner_four_m_block_m_card i{
    display: block;
    width: 29px;
    height: 4px;
    background-color: #e7290f;
    margin-top: 0px;
}
.banner_four_m_block_m_card span{
    width: 320px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
    display: block;
    margin-top: 16px;
    text-align: justify;
}
.banner_four_m_block_m_card div{
    position: absolute;
    bottom: 0;
    height: 140px;
}
.banner_five{
    padding: 46px 0 0 0;
}
.banner_five_m{
    margin-top: 44px;
}
.banner_six{
    padding:70px 0 70px 0 ;
}
.banner_six img{
    margin: auto;
    width: 1200px;
	height: 230px;
    margin-top: 82px;
}
