.animated{
	opacity: 0;
}
/*banner*/
.banner {
	width: 100%;
	height: 520px;
	background-size: cover;
	background-position: bottom center;
	position: relative;
	overflow: hidden;
}
.banner .inner {
	width: 1400px;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.banner .banner_border {
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0;
	position: absolute;
	inset: 0;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.banner.fix .banner_border {
	border-width: 60px 60px 0px;
}
.banner .banner_text {
	position: relative;
	z-index: 3;
}
.banner .banner_text h2 {
	color: #fff;
	font-size: 48px;
	line-height: 1.1;
	font-weight: bold;
}

/*main*/
.main{
	padding: 3% 0 10.15625%;
}
.main .inner{
	width: 1600px;
}
.main .inner.w1720{
	width: 1720px;
}
.main .sec1{
	border-bottom: 1px solid #efefef;
	margin-bottom: 4.7%;
	text-align: center;
	padding-bottom: 5.8%;
}
.main .sec1 .img{
	width: 100%;
}
.main .sec1 p{
	font-size: 18px;
	color: #333333;
	line-height: 2.1;
	margin: 2.5% 0 3.75%;
}
.main .sec1 ul{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: space-between;
	-moz-flex-direction: row;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: space-between;
	-ms-flex-direction: row;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: space-between;
	-o-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}
.main .sec1 li:nth-child(odd){
	width: 18.75%;
}
.main .sec1 li .img-box{
	border-top-right-radius: 20px;
	overflow: hidden;
	margin-bottom: 10%;
}
.main .sec1 li .img-box img{
	width: 100%;
}
.main .sec1 li h4{
	font-size: 28px;
	color: #b71b30;
	font-weight: bold;
}
.main .sec1 li h5{
	font-size: 22px;
	color: #b71b30;
	font-weight: bold;
}
.main .sec2 ul{
	background-repeat: repeat-y;
	background-position: 40px 0;
	background-image: url(../images/about_brand_sec2_line.png);
	background-position: 1px auto;
	padding-bottom: 3.25%;
}
.main .sec2 li{
	margin-bottom: 7.75%;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	-moz-display: flex;
	-moz-align-items: flex-start;
	-moz-justify-content: flex-start;
	-moz-flex-direction: row;
	-ms-display: flex;
	-ms-align-items: flex-start;
	-ms-justify-content: flex-start;
	-ms-flex-direction: row;
	-o-display: flex;
	-o-align-items: flex-start;
	-o-justify-content: flex-start;
	-o-flex-direction: row;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
}
.main .sec2 li:last-child{
	margin-bottom: 0;
}
.main .sec2 h3{
	font-size: 62px;
	color: rgba(51,51,51,0.1);
	font-weight: bold;
	font-family: "montserrat";
	background-color: #fff;
	position: relative;
}
.main .sec2 h3 span{
	display: block;
	width: 0.16129em;
	height: 0.16129em;
	background-color: #b71b30;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -0.080645em;
	margin-top: -0.080645em;
}
.main .sec2 .text-box{
	padding-right: 6.25%;
	padding-left: 4.6875%;
}
.main .sec2 h5{
	font-size: 28px;
	color: #333333;
	font-weight: bold; padding-left: 30px;
	position: relative;
	margin-bottom: 0.9em;
	margin-top: 0.625em;
}
.main .sec2 h5 b{
	position: relative;
	z-index: 1;
}
.main .sec2 h5 span{
	display: block;
	background-color: #b71b30;
	width: 1.286em;
	height: 0.714em;
	border-top-right-radius: 0.357em;
	position: absolute;
	left: 0;
	top: 0;
}
.main .sec2 p{
	font-size: 18px;
	color: #999999;
	line-height: 2;
}

@media only screen and (max-width:1600px) {/*X0.8*/
	/*banner*/
	.banner.fix .banner_border {
		border-width: 48px 20px 0;
	}

	.banner .banner_text h2 {
		font-size: 38px;
	}

	/*main*/
	.main{
		padding: 3% 0 10.15625%;
	}
	.main .sec1 .inner{ width: 100%; max-width: none;}
	.main .sec1{
		margin-bottom: 4.7%;
		padding-bottom: 5.8%;
	}
	.main .sec1 p{
		font-size: 16px;
		line-height: 2.1;
		margin: 2.5% 0 3.75%;
	}
	.main .sec1 li:nth-child(odd){
		width: 18.75%;
	}
	.main .sec1 li .img-box{
		border-top-right-radius: 20px;
		margin-bottom: 10%;
	}
	.main .sec1 li h4{
		font-size: 22px;
	}
	.main .sec1 li h5{
		font-size: 18px;
	}
	.main .sec2 ul{
		background-position: 40px 0;
		padding-bottom: 3.25%;
	}
	.main .sec2 li{
		margin-bottom: 7.75%;
	}
	.main .sec2 li:last-child{
		margin-bottom: 0;
	}
	.main .sec2 h3{
		font-size: 50px;
	}
	.main .sec2 h3 span{
		width: 0.16129em;
		height: 0.16129em;
		left: 50%;
		top: 50%;
		margin-left: -0.080645em;
		margin-top: -0.080645em;
	}
	.main .sec2 .text-box{
		padding-right: 6.25%;
		padding-left: 4.6875%;
	}
	.main .sec2 h5{
		font-size: 22px;
		margin-bottom: 0.9em;
		margin-top: 0.625em;
	}
	.main .sec2 h5 span{
		width: 1.286em;
		height: 0.714em;
		border-top-right-radius: 0.357em;
		
	}
	.main .sec2 p{
		font-size: 16px;
		line-height: 2;
	}
}

@media only screen and (max-width:1440px) {
	/*banner*/
	.banner {
		height: 410px;
	}
	
	.main .sec1 li h5{
		font-size: 16px;
	}

}
@media only screen and (max-width:1024px) {/*X0.5*/
	/*banner*/
	.banner {
		height: 280px;
	}
	.banner.fix .banner_border {
		border-width: 30px 20px 0px;
	}
	.banner .banner_text h2 {
		font-size: 2.8rem;
	}
	/*main*/
	.main{
		padding: 50px 0 100px;
	}
	.main .sec1{
		margin-bottom: 50px;
		padding-bottom:30px;
	}
	.main .sec1 p{
		font-size: 1.4rem;
		line-height: 2;
		margin: 25px 0 35px;
	}
	.main .sec1 li:nth-child(odd){
		width: 18.75%;
	}
	.main .sec1 li .img-box{
		border-top-right-radius: 20px;
		margin-bottom: 10%;
	}
	.main .sec1 li h4{
		font-size: 1.9rem;
	}
	.main .sec1 li h5{
		font-size: 1.6rem; height: 3.2rem;
	}
	.main .sec2 ul{
		background-position: 24px 0;
		padding-bottom: 3.25%;
	}
	.main .sec2 li{
		margin-bottom: 7.75%;
	}
	.main .sec2 li:last-child{
		margin-bottom: 0;
	}
	.main .sec2 h3{
		font-size: 3.7rem;
	}
	.main .sec2 h3 span{
		width: 0.16129em;
		height: 0.16129em;
		left: 50%;
		top: 50%;
		margin-left: -0.080645em;
		margin-top: -0.080645em;
	}
	.main .sec2 .text-box{
		padding-right: 6.25%;
		padding-left: 4.6875%;
	}
	.main .sec2 h5{
		font-size: 1.9rem;
		margin-bottom: 0.9em; padding-left: 22px;
		margin-top: 0.625em;
	}
	.main .sec2 h5 span{
		width: 1.286em;
		height: 0.714em;
		border-top-right-radius: 0.357em;
		top: 0;
	}
	.main .sec2 p{
		font-size: 1.4rem;
		line-height: 2;
	}
}

@media only screen and (max-width:768px){
	.main .sec1 li h5{
		font-size: 1.4rem; height: 2.8rem;
	}
	.main .sec2 li{ margin-bottom:40px;}
	.main .sec2 p{
		font-size: 1.3rem;
		line-height: 1.6;
	}
}
@media only screen and (max-width:767px){
	.main .sec1 p{  line-height: 1.8; text-align: justify;}
	.main .sec1 li h4{font-size: 1.1rem;}
	.main .sec1 li h5{font-size: 1.1rem; height: 3.9rem;}
}
@media only screen and (max-width:414px) {
	.banner {
		height: 300px;
	}
}





