.banner_width {
    width: 1200px;
    margin: auto;
}

.banner_title {
    font-size: 34px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 72px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}
.banner_bg{
    background-color: #fbfbfb;
}
.banner_first_m{
    margin-top: 69px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom:100px ;
}
.banner_first_m_t{
    font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #333333;
}
.banner_first_m_exp{
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #333333;
    margin-top: 15px;
}
.banner_first_m_expd{
    width: 495px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #666666;
    margin-top: 20px;
}
.btns{
    margin-top: 40px;
    width: 264px;
    display: flex;
    justify-content: space-between;
}
.btns a{
    width: 122px;
	height: 37px;
	background-color: #ffffff;
	border: solid 1px #e7290f;
    font-size: 16px;
	line-height: 37px;
	letter-spacing: 0px;
	color: #e7290f;
    text-align: center;
}
.btns a:hover{
    width: 124px;
	height: 39px;
    background-color: #e7290f;
    border: none;
    color: #fff;
}
.btns_spe{
    width: 124px !important;
	height: 39px !important;
    background-color: #e7290f !important;
    border: none !important;
    color: #fff !important;
}
.btns_spe:hover{
    width: 122px !important;
	height: 37px !important;
	background-color: #ffffff !important;
	border: solid 1px #e7290f !important;
    color: #e7290f !important;
}
.banner_first_m_img img{
    width: 620px;
	height: 380px;
}
.banner_two{
    padding-top: 80px;
    padding-bottom: 80px;
}
.banner_two_m_panel{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner_two_m_panel_img img{
    width: 520px;
	height: 380px;
}
.banner_two_m_panel_t{
    font-size: 34px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #333333;
}
.banner_two_m_panel_exp{
    width: 520px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #666666;
    padding-top: 30px;
}
.banner_two_m_panel_p{
    font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #aaaaaa;
}
.banner_two_m_panel_p a{
    font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #1989fa;
}
.banner_three{
    padding-top: 80px;
    padding-bottom: 100px;
}
.banner_three_m{
    margin: auto;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    width: 1000px;
}
.banner_three_m_block{
    display: flex;
    justify-content: space-between;
}
.banner_three_m_block_img{
    width: 80px;
	height: 80px;
	background-color: #ffffff;
	box-shadow: 0px 3px 6px 0px 
		rgba(97, 117, 242, 0.16);
	border-radius: 8px;
	border: solid 1px #dddddd;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner_three_m_block_img img{
    width: 44px;
	height: 44px;
}
.banner_three_m_block_r{
    margin-left: 30px;
}
.banner_three_m_block_r_t{
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}
.banner_three_m_block_r_exp{
    width: 362px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #666666;
    margin-top: 10px;
}
.banner_three_m_block_r a{
    font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #1989fa;
}