@charset "utf-8";

.ts-flagship {
	
}
.ts-flagship .sec1 {
	padding: 30px 0;
	background-color: #563afd;
}
.ts-flagship .sec1 .info {
	margin-top: 80px;
	padding: 0 30px;
	width: 50%;
	color: #fff;
	box-sizing: border-box;
}
.ts-flagship .sec1 .info span {
	float: right;
	margin-right: 100px;
	margin-bottom: 10px;
	padding: 4px 26px;
	font-size: 24px;
	background-color: #3d0fe8;
	border-radius: 50px;
}
.ts-flagship .sec1 .info h2 {
	clear: both;
	font-weight: normal;
	font-size: 54px;
	line-height: 1.2;
}
.ts-flagship .sec1 .info p {
	margin: 20px 0 50px;
	font-weight: normal;
	font-size: 20px;
	line-height: 2;
}
.ts-flagship .sec1 .info a {
	display: inline-block;
	width: 280px;
	height: 80px;
	line-height: 80px;
	font-size: 34px;
	text-align: center;
	color: #000;
	background-color: #ffe719;
	border-radius: 50px;
}
.ts-flagship .sec1 .img {
	width: 50%;
}
.ts-flagship .sec1 .img img {
	width: 100%;
	height: auto;
}


.ts-flagship .title {
	margin-bottom: 80px;
	text-align: center;
}
.ts-flagship .title h3 {
	font-weight: normal;
	font-size: 50px;
}
.ts-flagship .title p {
	margin: 0 180px;
	font-size: 20px;
	line-height: 2;
	color: #808080;
}


.ts-flagship .sec2 {
	padding: 60px 0 0;
}
.ts-flagship .sec2 ul {
	width: 100%;
}
.ts-flagship .sec2 ul li {
	width: 100%;
}
.ts-flagship .sec2 li .info {
	margin-top: 6%;
	padding: 0 50px;
	width: 50%;
	box-sizing: border-box;
}
.ts-flagship .sec2 li .info .wrap {
	width: 500px;
}
.ts-flagship .sec2 li .info h5 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 50px;
}
.ts-flagship .sec2 li .info p {
	font-size: 20px;
	line-height: 2;
	color: #808080;
}
.ts-flagship .sec2 li .img {
	width: 50%;
}
.ts-flagship .sec2 li .img img {
	max-width: 100%;
	width: auto;
	max-height: 100%;
	height: auto;
}
.ts-flagship .sec2 li.li2 .img {
	background: url(sec2-bg2.jpg) center no-repeat;
	background-size: cover;
}
.ts-flagship .sec2 li.li2 .img img {
	margin-left: -32px;
	max-width: 600px;
}


.ts-flagship .sec3 {
	padding: 60px 0 100px;
	background: url(sec3-bg.jpg) center no-repeat;
	background-size: cover;
}
.ts-flagship .sec3 .title h3 {
	color: #fff;
}
.ts-flagship .sec3 .title p {
	color: #fff;
}


.ts-flagship .sec4 {
	padding: 60px 0 30px;
	background: url(sec4-bg.jpg) center no-repeat;
	background-size: cover;
}
.ts-flagship .sec4 .img {
	text-align: center;
}
.ts-flagship .sec4 .img img {
	max-width: 100%;
	height: auto;
}


.ts-flagship .sec5 {
	padding: 60px 0;
	background-color: #fff;
}
.ts-flagship .sec5 ul {
	text-align: center;
}
.ts-flagship .sec5 ul li {
	float: left;
	margin: 30px 0;
	padding: 0 60px;
	width: 33.333%;
	box-sizing: border-box;
}
.ts-flagship .sec5 li img {
	width: 80px;
	height: 80px;
}
.ts-flagship .sec5 li h5 {
	margin: 6px 0;
	font-weight: normal;
	font-size: 30px;
}
.ts-flagship .sec5 li p {
	font-size: 16px;
	color: #666;
}
