@media only screen and (min-width: 992px) {
	header {
		position: fixed;
		/*background-color: transparent;*/
	}
	.header-top {
		display: none;
	}
}
@media only screen and (min-width: 1200px) {
	
}
.index1 {
	width: 100%;
	height: 950px;
	overflow: hidden;
	position: relative;
}
.index1 .swiper-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.index1 .swiper-slide {
	overflow: hidden;
	position: relative;
}
.index1 .swiper-slide .slide-inner {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 24px;
	overflow: hidden;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.index1 h3 {
	color: #FFFFFF;
	font-size: 3.6em;
    max-width: 650px;
    margin: 0 0 0.4em;
    font-weight: bold;
    line-height: 1.2em;
    text-transform: uppercase;
}
.index1 p {
	width: 720px;
    max-width: 80%;
	color: #FFFFFF;
	font-size: 1.4em;
	line-height: 1.3em;
	font-weight: lighter;
}
.index1 a {
    color: #d70110;
    font-size: 18px;
	margin: 50px 0 0;
    border-radius: 2em;
    padding: 0.5em 1.5em;
	display: inline-block;
    vertical-align: middle;
    background-color: #ffffff;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.index1 a:hover {
	color: #ffffff;
    background-color: #d70110;
}
.index1 .swiper-horizontal>.swiper-pagination-bullets,.index1 .swiper-pagination-bullets.swiper-pagination-horizontal,.index1 .swiper-pagination-custom,.index1 .swiper-pagination-fraction {
	bottom: 20px;
}
.index1 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.index1 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}
.index1 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 0.8;
    border-radius: 50%;
    background: #059D9E;
    display: inline-block;
    vertical-align: middle;
	border: 2px solid #ffffff;
}
.index1 .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #d70110;
}
.index1 .swiper-button-prev,.index1 .swiper-button-next {
    opacity: 0;
    z-index: 2;
	width: 56px;
    height: 56px;
    cursor: pointer;
    overflow: hidden;
    line-height: 56px;
    margin-top: -33px;
    border-radius: 50%;
    visibility: hidden;
    box-sizing: content-box;
    background-clip: content-box;
    border: 5px solid rgba(0,0,0,0.2);
    background-color: rgba(255,255,255,0.2);
    transition: all 0.3s ease-in-out;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
}
.index1 .swiper-button-prev,.index1 .swiper-rtl .swiper-button-next {
	left: 90px;
    right: auto;
    background-image: url(left.png);
}
.index1 .swiper-button-next,.index1 .swiper-rtl .swiper-button-prev {
    left: auto;
    right: 90px;
    background-image: url(right.png);
}
.index1:hover .swiper-button-prev,.index1:hover .swiper-button-next {
	opacity: 1;
    visibility: visible;
}
.index1:hover .swiper-button-prev,.index1:hover .swiper-rtl .swiper-button-next {
	left: 60px;
}
.index1:hover .swiper-button-next,.index1:hover .swiper-rtl .swiper-button-prev {
    right: 60px;
}
@media only screen and (max-width: 991px) {
	.index1 {
	    height: auto;
	}
	.index1 .swiper-slide .slide-inner {
		display: none;
	}
}
@media only screen and (max-width: 750px) {
	.index1 .swiper-horizontal>.swiper-pagination-bullets,.index1 .swiper-pagination-bullets.swiper-pagination-horizontal,.index1 .swiper-pagination-custom,.index1 .swiper-pagination-fraction {
		bottom: 15px;
	}
	.index1 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.index1 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 5px;
	}
	.index1 .swiper-pagination-bullet {
	    width: 10px;
	    height: 10px;
	}
	.index1 .swiper-button-prev,.index1 .swiper-button-next {
	    display: none;
	}
}
@media only screen and (min-width: 992px) {
	.index1 {
		height: 600px;
	}
	.index1 .swiper-slide .slide-inner {
		font-size: 20px;
	}
}
@media only screen and (min-width: 1200px) {
	.index1 {
		height: 800px;
	}
	.index1 .swiper-slide .slide-inner {
		font-size: 22px;
	}
}
@media only screen and (min-width: 1500px) {
	.index1 {
		height:950px;
	}
	.index1 .swiper-slide .slide-inner {
		font-size: 24px;
	}
}
.index-title {
	width: 100%;
	margin: 0 0 60px;
	overflow: hidden;
	text-align: center;
}
.index-title h2 {
	margin: 0 0 5px;
    font-weight: bold;
}
.index-title p {
	color: #666666;
    line-height: 1.5;
}
.index2 {
	width: 100%;
	padding: 90px 0;
	overflow: hidden;
	background-color: #f9f9f9;
}
.index2 .index-title {
	text-align: left;
}
.index2 .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index2 a {
	height: 400px;
	overflow: hidden;
	position: relative;
	width: calc(20% - 18px);
}
.index2-box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	padding: 40px 20px;
	background-color: #FFFFFF;
	border-bottom:1px #777777 solid;
    transition: all 0.3s ease;
}
.index2-img {
	width: 100%;
	overflow: hidden;
	height: calc(100% - 63px);
}
.index2-img img {
    width: 100%;
	height: 100%;
	border: none;
	object-fit: contain;
    vertical-align: middle;
	object-position: center;
}
.index2-box h4 {
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	padding: 25px 0 8px;
}
.index2-masked {
    top: 0;
    left: 0;
    opacity: 0;
	width: 100%;
	color: #FFFFFF;
    font-size: 18px;
    padding: 5% 15%;
    min-height: 100%;
	overflow: hidden;
    position: absolute;
    text-align: center;
    background-color: #059D9E;
    transform: translateY(8%);
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}
.index2-masked p {
	font-size: 1em;
    max-height: 13em;
    overflow: hidden;
    line-height: 1.3em;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}
.index2-masked span {
    color: #d70110;
    margin: 35px 0 0;
    font-size: 1.11em;
    padding: 0.3em 1.2em;
    display: inline-block;
    background-color: #ffffff;
}
.index2 a:hover .index2-box {
	opacity: 0;
	transform: scale(0.18);
}
.index2 a:hover .index2-masked {
    opacity: 1;
    transform: translateY(0%);
}
@media only screen and (max-width: 991px) {
	.index2 a {
		margin: 0 0 40px;
		width: calc(50% - 11px);
	}
}
@media only screen and (max-width: 750px) {
	.index-title {
		font-size: 16px;
		margin: 0 0 30px;
	}
	.index-title h2 {
		font-size: 1.5em;
	}
	.index2 {
	    padding: 50px 0 30px;
	}
	.index2 a {
		width: 100%;
		height: 360px;
		margin: 0 0 20px;
	}
	.index2-box {
	    padding: 30px 20px 20px;
	}
	.index2-box h4 {
		font-size: 18px;
	}
	.index2-masked {
	    font-size: 18px;
	}
}
@media only screen and (min-width: 992px) {
	.index-title {
		margin: 0 0 40px;
	}
	.index2 {
		padding:60px 0;
	}
	.index2 a {
	    height: 300px;
	}
	.index2-box h4 {
	    font-size: 18px;
	}
	.index2-masked {
	    padding: 25px;
	    font-size: 16px;
	}
}
@media only screen and (min-width: 1200px) {
	.index-title {
		margin: 0 0 50px;
	}
	.index2 {
		padding: 70px 0;
	}
	.index2 a {
	    height: 330px;
	}
}
@media only screen and (min-width: 1400px) {
	.index-title {
		margin: 0 0 60px;
	}
	.index2 {
		padding:90px 0;
	}
	.index2 a {
	    height: 360px;
	}
	.index2-box h4 {
	    font-size: 22px;
	}
	.index2-masked {
	    font-size: 18px;
	    padding: 5% 15%;
	}
}
@media only screen and (min-width: 1600px) {
	.index2 a {
	    height: 400px;
	}
}
.index3 {
	width: 100%;
	padding: 115px 0;
	overflow: hidden;
    background-color: #ffffff;
}
.index3-left {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	padding: 130px 0;
	min-height: 500px;
    position: relative;
}
.index3-left p {
	z-index: 2;
	width: 280px;
	cursor: pointer;
	font-size: 18px;
	overflow: hidden;
	line-height: 30px;
	padding: 20px 32px;
    position: relative;
	border-radius: 35px;
	background: #f6f6f6;
	margin: 0 16px 16px 0;
}
.index3-left p::before {
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 0px;
	content: '';
	height: 100%;
	display: block;
	overflow: hidden;
	position: absolute;
	border-radius: 35px;
    transition: all 0.5s;
}
.index3-left p a {
	z-index: 2;
	color: #000000;
    position: relative;
    transition: all 0.5s;
}
.index3-left p em {
	z-index: 2;
	right: 32px;
	width: 32px;
	height: 32px;
	display: flex;
	overflow: hidden;
	position: absolute;
	border-radius: 50%;
	background: #d80110;
	align-items: center;
    transition: all 0.5s;
	top: calc(50% - 16px);
	justify-content: center;
}
.index3-left p em svg {
	width: 14px;
	height: 14px;
}
.index3-left p.active {
	background: #059D9E;
}
.index3-left p:hover {
	background: #059D9E;
	transition: background 0.1s 0.35s;
}
.index3-left p:hover::before {
	width: 100%;
	background: #d80110;
}
.index3-left p.active a,
.index3-left p:hover a {
	color: #ffffff;
}
.index3-left p.active em,
.index3-left p:hover em {
	right: 16px;
	background: transparent;
}
.index3-right {
	width: 50%;
    z-index: 1;
    margin: 50px 0 0;
    position: relative;
}
.index3-right li {
	display: none;
	color: #FFFFFF;
	background:#059D9E;
	min-height: 480px;
    position: relative;
	padding: 70px 0 70px 70px;
}
.index3-right li h3 {
	z-index: 1;
	font-size: 2.4em;
    margin: 0 0 0.5em;
    position: relative;
}
.index3-right .index3-txt {
	z-index: 1;
	line-height: 1.8;
    position: relative;
}
.index3-right li a {
    color: #059D9E;
    line-height: 2;
    font-size: 18px;
    cursor: pointer;
    overflow: hidden;
    margin: 2.8em 0 0;
    text-align: center;
	position: relative;
    border-radius: 2em;
    white-space: nowrap;
    padding: 0.25em 1.5em;
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
    border: 2px solid #059D9E;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.index3-right li a:hover {
	color: #ffffff;
	border-color: #ffffff;
    background-color: #059D9E;
}
.index3-right .index3-video {
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	background: #000000;
}
.index3-video video {
	width: 100%;
	height: 100%;
}
.index3-video div {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.index3-right li.active {
    display: block;
}
@media only screen and (max-width: 991px) {
	.index3 {
		padding: 115px 0 0;
	}
	.index3 .container {
		width: 100%;
	}
	.index3-left {
	    width: 680px;
	    margin: 0 auto;
	    min-height: 410px;
	    padding: 20px 0 50px;
	    justify-content: space-between;
	}
	.index3-left p {
		height: 80px;
	    font-size: 20px;
	    margin: 0 0 20px;
	    line-height: 40px;
	    padding: 20px 40px;
	    border-radius: 40px;
	    width: calc(50% - 10px);
	}
	.index3-left p em {
		right: 40px;
		width: 40px;
		height: 40px;
		top: calc(50% - 20px);
	}
	.index3-left p em svg {
		width: 20px;
		height: 20px;
	}
	.index3-left p.active em,
	.index3-left p:hover em {
		right: 20px;
	}
	.index3-right {
	    margin: 0;
	    width: 100%;
   	 	background: #d70110;
	}
	.index3-right li {
		min-height: 565px;
	}
	.index3-right li h3,.index3-right .index3-txt {
		left: 50%;
		width: 680px;
		position: relative;
		margin-left: -340px;
	}
	.index3-right li a {
		left: 50%;
		position: relative;
		margin-left: -340px;
	}
}
@media only screen and (max-width: 750px) {
	.index3 {
		padding: 50px 0 0;
	}
	.index3-left {
	    width: 340px;
		font-size: 16px;
	    min-height: 255px;
	    padding: 10px 0 30px;
	}
	.index3-left p {
		height: 40px;
	    font-size: 12px;
	    margin: 0 0 10px;
	    line-height: 20px;
	    padding: 10px 16px;
	    border-radius: 20px;
	    width: calc(50% - 5px);
	}
	.index3-left p em {
		right: 16px;
		width: 20px;
		height: 20px;
		top: calc(50% - 10px);
	}
	.index3-left p em svg {
		width: 10px;
		height: 10px;
	}
	.index3-left p.active em,
	.index3-left p:hover em {
		right: 8px;
	}
	.index3-right li {
	    padding: 40px 0;
		font-size: 14px;
		line-height: 1.5;
		min-height: 400px;
	}
	.index3-right li h3,.index3-right .index3-txt {
		width: 340px;
		margin-left: -170px;
	}
	.index3-right li a {
		font-size: 14px;
		margin-left: -170px;
	}
	.index3-right li h3 {
		font-size: 1.8em;
	}
}
@media only screen and (min-width: 992px) {
	.index3 {
		padding: 70px 0;
	}
	.index3 .container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}
	.index3-left {
		min-height: 400px;
		padding: 85px 0 70px;
		align-content: center;
		width: calc(50% - 100px);
	}
	.index3-left::before {
	    top: 0px;
	    z-index: 1;
		content: '';
	    width: 50vw;
	    height: 100%;
	    right: -100px;
	    display: block;
	    position: absolute;
	    background: #202020;
	}
	.index3-left p {
		height: 40px;
		font-size: 12px;
	    line-height: 20px;
	    padding: 10px 16px;
	    border-radius: 20px;
	    margin: 0 8px 8px 0;
		width: calc(50% - 8px);
	}
	.index3-left p::before {
		border-radius: 20px;
	}
	.index3-left p em {
		right: 16px;
		width: 22px;
		height: 22px;
		top: calc(50% - 11px);
	}
	.index3-left p em svg {
		width: 8px;
		height: 8px;
	}
	.index3-left p.active em,
	.index3-left p:hover em {
		right: 8px;
	}
	.index3-right {
		margin: 50px 0 0;
		width: calc(50% + 80px);
	}
	.index3-right li {
		min-height: 380px;
		padding: 50px 0 50px 50px;
	}
	.index3-right li::before {
	    top: 0px;
	    left: 0px;
		content: '';
	    height: 100%;
	    display: block;
	    position: absolute;
	    background: #059D9E;
	    width: calc(50vw + 80px);
	}
	.index3-right li a {
	    font-size: 14px;
	}
	.index3-right .index3-txt {
		line-height: 1.5;
	}
	.index3-right .index3-video {
	    width: calc(50vw + 80px);
	}
}
@media only screen and (min-width: 1200px) {
	.index3 {
		padding: 85px 0;
	}
	.index3-left {
		min-height: 430px;
		padding: 100px 0 85px;
		width: calc(50% - 120px);
	}
	.index3-left::before {
	    right: -120px;
	}
	.index3-left p {
		height: 50px;
		font-size: 14px;
	    line-height: 30px;
	    padding: 10px 20px;
	    border-radius: 25px;
	    margin: 0 10px 10px 0;
		width: calc(50% - 10px);
	}
	.index3-left p::before {
		border-radius: 25px;
	}
	.index3-left p em {
		right: 20px;
		width: 24px;
		height: 24px;
		top: calc(50% - 12px);
	}
	.index3-left p em svg {
		width: 10px;
		height: 10px;
	}
	.index3-left p.active em,
	.index3-left p:hover em {
		right: 10px;
	}
	.index3-right {
		margin: 60px 0 0;
		width: calc(50% + 110px);
	}
	.index3-right li {
		min-height: 410px;
		padding: 60px 0 60px 60px;
	}
	.index3-right li::before,
	.index3-right .index3-video {
	    width: calc(50vw + 110px);
	}
	.index3-right li a {
	    font-size: 16px;
	}
	.index3-right .index3-txt {
		line-height: 1.6;
	}
}
@media only screen and (min-width: 1400px) {
	.index3 {
		padding: 100px 0;
	}
	.index3-left {
		min-height: 450px;
		padding: 115px 0 100px;
		width: calc(50% - 140px);
	}
	.index3-left::before {
	    right: -140px;
	}
	.index3-left p {
		height: 60px;
		font-size: 16px;
	    padding: 15px 25px;
	    border-radius: 30px;
	    margin: 0 13px 13px 0;
		width: calc(50% - 13px);
	}
	.index3-left p::before {
		border-radius: 30px;
	}
	.index3-left p em {
		right: 25px;
		width: 30px;
		height: 30px;
		top: calc(50% - 15px);
	}
	.index3-left p em svg {
		width: 12px;
		height: 12px;
	}
	.index3-left p.active em,
	.index3-left p:hover em {
		right: 13px;
	}
	.index3-right {
		margin: 65px 0 0;
		width: calc(50% + 120px);
	}
	.index3-right li {
		min-height: 430px;
		padding: 65px 0 65px 65px;
	}
	.index3-right li::before,
	.index3-right .index3-video {
	    width: calc(50vw + 120px);
	}
	.index3-right li a {
	    font-size: 18px;
	}
	.index3-right .index3-txt {
		line-height: 1.7;
	}
}
@media only screen and (min-width: 1600px) {
	.index3 {
		padding: 115px 0;
	}
	.index3-left {
		min-height: 500px;
		padding: 130px 0 114px;
		width: calc(50% - 158px);
	}
	.index3-left::before {
	    right: -158px;
	}
	.index3-left p {
		height: 70px;
		font-size: 18px;
	    padding: 20px 32px;
	    border-radius: 35px;
	    margin: 0 16px 16px 0;
		width: calc(50% - 16px);
	}
	.index3-left p::before {
		border-radius: 35px;
	}
	.index3-left p em {
		right: 32px;
		width: 32px;
		height: 32px;
		top: calc(50% - 16px);
	}
	.index3-left p em svg {
		width: 14px;
		height: 14px;
	}
	.index3-left p.active em,
	.index3-left p:hover em {
		right: 16px;
	}
	.index3-right {
		margin: 70px 0 0;
		width: calc(50% + 130px);
	}
	.index3-right li {
		min-height: 480px;
		padding: 70px 0 70px 70px;
	}
	.index3-right .index3-txt {
		line-height: 1.8;
	}
	.index3-right li::before,
	.index3-right .index3-video {
	    width: calc(50vw + 130px);
	}
}
.index4 {
	width: 100%;
	color: #FFFFFF;
	padding: 85px 0;
	font-size: 20px;
	overflow: hidden;
	background-image: url(index4.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.index4 li {
	width: 25%;
	float: left;
    padding: 20px 0;
    line-height: 1.3;
	overflow: hidden;
    letter-spacing: 0;
    text-align: center;
}
.index4 h3 {
	font-size: 3em;
	font-family: "HelveticaNeueLTStd-BlkCn";
}
@media only screen and (max-width: 991px) {
	.index4 li {
		width: 50%;
	}
}
@media only screen and (max-width: 750px) {
	.index4 {
		padding: 50px 0;
		font-size: 16px;
	}
	.index4 li {
		padding: 10px 0;
	}
}
@media only screen and (min-width: 992px) {
	.index4 {
		font-size: 16px;
		padding: 60px 0;
	}
	.index4 li {
	    padding: 10px 0;
	}
}
@media only screen and (min-width: 1200px) {
	.index4 {
		font-size: 18px;
		padding: 70px 0;
	}
	.index4 li {
	    padding: 15px 0;
	}
}
@media only screen and (min-width: 1500px) {
	.index4 {
		font-size: 20px;
		padding: 85px 0;
	}
	.index4 li {
	    padding: 20px 0;
	}
}
.index5 {
	width: 100%;
	padding: 115px 0;
	overflow: hidden;
	background-color: #FFFFFF;
}
.index5 ul {
	width: 100%;
	margin: 70px 0 0;
    line-height: 1.2;
	overflow: hidden;
    align-items: center;
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.index5 ul:first-of-type {
	margin: 0;
}
.index5-left,.index5-right {
	width: 50%;
    overflow: hidden;
	position: relative;
}
.index5 ul:nth-of-type(2n) .index5-left {
	order: 2;
}
.index5-left img {
    width: 100%;
    height: auto;
	display: block;
    min-height: 100%;
    object-fit: cover;
    transition: all 0.9s ease;
}
.index5-txt {
	width: 100%;
	font-size: 18px;
	line-height: 1.5;
    overflow: hidden;
	text-align: left;
	padding: 0 0 0 50px;
    display: inline-block;
    vertical-align: middle;
}
.index5 ul:nth-of-type(2n) .index5-right {
	text-align: right;
}
.index5 ul:nth-of-type(2n) .index5-right .index5-txt {
	padding: 0 50px 0 0;
}
.index5-txt h3 {
	font-size: 1.8em;
}
.index5-left:hover img {
    transform: scale(1.08);
}
@media only screen and (max-width: 991px) {
	.index5 {
		padding: 115px 0 0;
	}
	.index5 ul {
		margin: 0;
		display: block;
		background: #f9f9f9;
	}
	.index5-left,.index5-right {
		width: 100%;
	}
	.index5-right {
		z-index: 1;
		margin: -15% 0 0;
		padding: 0 0 15%;
	}
	.index5-right .index5-txt,.index5 ul:nth-of-type(2n) .index5-right .index5-txt {
		padding: 5%;
		width: 640px;
		margin: 0 auto;
		display: block;
		background: #FFFFFF;
	}
}
@media only screen and (max-width: 750px) {
	.index5 {
		padding: 50px 0 0;
	}
	.index5-right .index5-txt,.index5 ul:nth-of-type(2n) .index5-right .index5-txt {
		width: 340px;
		font-size: 16px;
	}
}
@media only screen and (min-width: 992px) {
	.index5 {
		padding: 70px 0;
	}
	.index5 ul {
		margin: 50px 0 0;
	}
	.index5-txt {
		width: 470px;
		padding: 0 0 0 25px;
	}
	.index5 ul:nth-of-type(2n) .index5-right .index5-txt {
		padding: 0 25px 0 0;
	}
}
@media only screen and (min-width: 1200px) {
	.index5 {
		padding: 90px 0;
	}
	.index5 ul {
		margin: 60px 0 0;
	}
	.index5-txt {
		width: 570px;
		padding: 0 0 0 35px;
	}
	.index5 ul:nth-of-type(2n) .index5-right .index5-txt {
		padding: 0 35px 0 0;
	}
}
@media only screen and (min-width: 1500px) {
	.index5 {
		padding: 115px 0;
	}
	.index5 ul {
		margin: 70px 0 0;
	}
	.index5-txt {
		width: 720px;
		padding: 0 0 0 50px;
	}
	.index5 ul:nth-of-type(2n) .index5-right .index5-txt {
		padding: 0 50px 0 0;
	}
}