.alliance_banner{
	width: 100%;
	height: 380px;
	overflow: hidden;
	background: url(../image/contact.jpg) no-repeat center center;
	text-align: center;
	position: relative;
}
.alliance_banner h1{
	font-size: 195px;
	line-height: 310px;
	margin: 70px 0 0;
	color: rgba(0,0,0,0.14);
	font-family: "Roboto-Black_0";
}
.alliance_banner h2{
	width: 100%;
	line-height: 310px;
	position: absolute;
	top: 70px;
	font-size: 48px;
	color: #FFFFFF;
}

@media only screen and (max-width:767px ) {
	.alliance_banner{
		height: 280px;
		background-size: auto 100%;
	}
	.alliance_banner h1{
		font-size: 81px;
		line-height: 230px;
		margin: 50px 0 0;
		color: rgba(0,0,0,0.14);
		font-family: "Roboto-Black_0";
	}
	.alliance_banner h2{
		line-height: 230px;
		top: 50px;
		font-size: 36px;
	}
}
.agency-section{
    padding-bottom: 80px;
}
.agency-section .title-wrap{
    padding-top: 53px;
    padding-bottom: 28px;
    text-align: center;
}
.agency-section .title-wrap h3{
    font-size: 36px;
	color: #333333;
}
.agency-section .title-wrap p{
    font-size: 16px;
	color: #b3b3b3;
}
.agency-section .advantage .advantage-btn{
    width: 132px;
	height: 44px;
	background-color: #da251d;
    border-radius: 22px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 44px;
    margin-bottom: 25px;
}
.agency-section .advantage .advantage-txt{
    font-size: 14px;
	line-height: 31px;
	color: #333333;
}
.agency-section .pattern .pattern-btn{
    width: 132px;
	height: 44px;
	background-color: #da251d;
    border-radius: 22px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 44px;
    margin-bottom: 25px;
}
.agency-section .pattern .pattern-txt{
    font-size: 14px;
	line-height: 31px;
	color: #333333;
}
.join-section{
    width: 100%;
    overflow: hidden;
    padding-top: 50px;
    background-image: url(../image/join_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    color: #fff;
    font-size: 14px;
}
.join-section .title-wrap{
    margin-bottom: 40px;
    text-align: center;
}
.join-section .title-wrap h3{
    font-size: 36px;
}
.join-section .title-wrap p{
    font-size: 16px;
	color: #f2f2f2;
}
.join-section .content-wrap .top-txt p{
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
}
.join-section .content-wrap .bottom-txt{
    padding: 40px 0;
}
.join-section .content-wrap .bottom-txt .row{
    margin: 0;
}
.join-section .content-wrap .bottom-txt .item{
    margin-bottom: 40px;
    padding-right: 100px;
    min-height: 200px;
}
.join-section .content-wrap .bottom-txt .item .item-btn{
    width: 132px;
	height: 44px;
	background-color: #da251d;
    border-radius: 22px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    margin-bottom: 17px;
}
.quality-section{
    background-color: #bf2119;
    color: #fff;
    padding: 53px 0;
}
.quality-section .title-wrap{
    text-align: center;
}
.quality-section .title-wrap h3{
    font-size: 36px;
}
.quality-section .title-wrap p{
    font-size: 16px;
	color: #f2f2f2;
}
.quality-section .content-txt{
    margin-top: 43px;
    line-height: 22px;
}
.talents-section{
    padding: 53px 0;
}
.talents-section .title-wrap{
    text-align: center;
    margin-bottom: 32px;
}
.talents-section .title-wrap h3{
    font-size: 36px;
	color: #333333;
}
.talents-section .title-wrap p{
    height: 12px;
	font-size: 16px;
	color: #b3b3b3;
}
.talents-section .title-wrap .title{
    font-size: 20px;
    color: #333333;
    margin-top: 33px;
    font-weight: bold;
}
.talents-section .content-txt p{
    font-size: 16px;
    color: #da251d;
    font-weight: bold;
}
.talents-section .content-txt .txt{
    font-size: 14px;
    color: #333333;
    line-height: 21px;
    margin: 15px 0 ;
}