header {
	background-color: #02C1B7;
}

.f-c-c {
	display: flex;
	align-items: center;
	justify-content: center;
}

.bg {
	background-color: rgba(244, 248, 251, .6);
}

.banner {
	width: 100%;
	/* height: 702px; */
	overflow: hidden;
	background: -webkit-linear-gradient(#02C1B7, #04CB95);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#02C1B7, #04CB95);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#02C1B7, #04CB95);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(#02C1B7, #04CB95);
	/* 标准的语法（必须放在最后） */
}

.banner .case-left {
	width: 546px;
	color: #fff;
	float: left;
}

.banner .case-left h3 {
	padding-top: 256px;
	padding-bottom: 24px;
	font-size: 32px;
	font-weight: bold;
}

.banner .case-left p {
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 30px;
	letter-spacing: 2px;
}

.banner .case-left .btn {
	width: 205px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #fff;
	border-radius: 4px;
	font-size: 16px;
	color: #04cb94;
}
.banner .case-left .btn:hover{
	background: rgba(255, 255, 255, .9);
}
.banner .case-left .btn a{
	color: #04cb94;
}
.banner .case-right {
	position: relative;
	margin-top: 131px;
	width: 621px;
	height: 571px;
	float: right;
	background: url(../images/travel/travel-bg.png) no-repeat center center;
	/* background-size: 365px 497px; */
}

.banner .case-right img {
	position: absolute;
}

.dekaron {
	position: relative;
	padding: 90px 0;

}

.top {
	margin-top: 78px;
}

.case-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.case-box .item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	min-height: 374px;
	flex-basis: calc(25% - 22px);
	padding: 60px 40px 0;
	background: #F9FBFD;
}

.case-box .item .title {
	font-size: 22px;
	color: #353535;
	margin: 24px auto 30px;
}

.case-box .item .desc {
	font-size: 14px;
	color: #353535;
}

.ts{
	 display: none;
}

.ts-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 35px 0;
	border-bottom: 2px solid #C4CDDB;
}

.ts-menu .menu-item {
	width: 835px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ts-menu .menu-item div {
	width: 180px;
	text-align: center;
	font-size: 20px;
	color: #535353;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}

.ts-menu .menu-item div::after {
	content: '';
	width: 0;
}

.ts-menu .menu-item .active {
	color: #5bc798;

	/* border-bottom: 4px solid  #04CB94; */
	transition: .5s all;
}
.show{
	display: block!important;
}
.hide{
	display: none!important;
}
.ts-menu .menu-item .active::after {
	content: '';
	width: 180px;
	height: 6px;
	border-radius: 4px;
	background-color: #04CB94;
	display: block;
	position: absolute;
	top: 59px;
	left: 0;
	border-radius: 25px;
	transition: .5s all;
}

.ts-content {
	position: relative;
}

.ts-content .ts-content-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	top: 127px;
}

.ts-content .ts-content-item .lt {
	width: 460px;
}

.ts-content .ts-content-item .lt .title {
	font-size: 28px;
	font-weight: 700;
	color: #333333;
}

.ts-content .ts-content-item .lt .title::after {
	content: '';
	width: 113px;
	height: 6px;
	background-color: #04CB94;
	display: block;
	margin-top: 25px;
}

.ts-content .ts-content-item .lt .desc {
	font-size: 20px;
	color: #535353;
	margin-top: 30px;
	line-height: 45px;
}

.ts-content .ts-content-item .rt {
	width: 500px;
}

.ts-content .ts-content-item .rt img {
	width: 100%;
	max-width: 100%;
}
.ts1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 96px;
}
.ts1>div:last-child{
	max-width: 545px;
}
.ts1 .title{
	font-size: 38px;
	color: #333333;
}
.ts1 .title-two{
	font-size: 26px;
}
.ts1 .desc{
	font-size: 16px;
	color: #333333;
}
.ts1 .p1{
	margin: 32px 0 60px 0;
}
.ts1 .p2{
	margin: 18px 0 60px 0;
}
.ts1 .p3{
	margin: 18px 0 44px 0;
}
.ts1 img{
	width: 100%;
	max-width: 100%;
}
.ts2{

}
.ts2 .top-title{
	text-align: center;
	line-height: 34px;
	font-size: 16px;
	color: #666666;
	margin: 40px auto;
	width: 737px;
}
.ts2 .item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	flex-flow: wrap;
}
.ts2 .item>div{
	width: calc(25% - 15px);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 44px 32px;
	box-shadow: 0px 0px 8px 2px #F2F2F3;
	-webkit-box-shadow: 0px 0px 8px 2px #F2F2F3;
	-moz-box-shadow: 0px 0px 8px 2px #F2F2F3;
}
.ts2 .item>div:nth-child(1),.ts2 .item>div:nth-child(2),.ts2 .item>div:nth-child(3),.ts2 .item>div:nth-child(4){
	margin-bottom: 30px;
}
.ts2 .title{
	font-size: 20px;
	color: #333;
	padding: 10px 0 15px 0;
	font-weight: 700;
}
.ts2 .desc{
	font-size: 14px;
	color: #7f7f7f;
	text-align: center;
}
.ts4{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 90px;
}
.ts4 img{
	width: 100%;
	max-width: 620px;
}
.ts4 .rt{
	max-width: 430px;
}
.ts4 .rt h3{
	color: #56c595;
	font-size: 23px;
}
.ts4 .rt .rt-top{
	margin-bottom: 70px;
}
.ts4 .rt p{
	font-size: 16px;
	color: #808080;
	margin-top: 16px;
}
.jj-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.jj-box>div {
	padding: 60px 40px;
	width: calc(50% - 25px);
	height: 304px;
	background: #FFFFFF;
}

.jj-bg {
	background: -webkit-linear-gradient(to right, #35A8AE, #5BD0B4);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(to right, #35A8AE, #5BD0B4);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(to right, #35A8AE, #5BD0B4);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #35A8AE, #5BD0B4);
	/* 标准的语法（必须放在最后） */
}
.jj-bg .line-title{
	color: #fff;
}
.jj-bg  .line-title::after{
	background: #fff;
}
.jj-box .item{
	display: flex;
	justify-content: space-between;
}
.jj-box .lt{
	width: 100px;
	text-align: center;
	margin-right: 60px;
	flex-shrink: 0;
}
.jj-box .lt{
	font-size: 22px;
	color: #5bc798;
}
.jj-box .rt{
	font-size: 16px;
	color: #7f7f7f;
	letter-spacing: 1px;
	line-height: 30px;
}
.question-box{
	display: flex;
	justify-content: space-between;
}
.question-box .lt{
	max-width: 564px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.question-box .lt .p1{
	font-size: 38px;
	color: #111111;

}
.question-box .lt .p2{
	font-size: 16px;
	color: #999999;
	margin: 40px 0 30px 0;
	line-height: 32px;
}
.question-box .lt .p3{
	font-size: 16px;
	color: #333333;
	line-height: 26px;
}
.question-box .rt img{
	width: 100%;
}
@media (max-width: 1200px) and (min-width: 768px){
.jj-box{
	flex-direction: column;
}
.jj-box>div{
	width: 100%;
	margin-bottom: 50px;
}
}
@media screen and (max-width:768px){
	.banner .case-left{
		width: 100%;
		margin-top: 144px;
	}
	.banner .case-left p{
		font-size: 1.4rem;
	}
	.banner .case-left .btn{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.banner .case-left h3{
		padding-top: 140px;
		line-height: 40px;
		font-weight: normal;
	}
	.case-left-div{
		height: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.banner .case-right{
		width: 100%;
		background-size: 100%;
		height: 377px;
	}
	.case-box{
		flex-flow: wrap;
		padding: 0 20px;
	}
	.case-box .item{
		flex-basis: calc(100% - 0px);
		margin-bottom: 20px;
		min-height: auto;
		padding: 30px 40px ;
	}
	.ts{
		padding: 0 20px;
	}
	.ts-menu{
		    padding: 35px 0px;
			width: 94%;
			margin: auto;
	}
	.ts-menu .menu-item{
		width: 100%;
	}
	.ts-menu .menu-item div{
		font-size: 16px;
	}
	.ts-menu .menu-item .active::after{
		top: 58px;
		width: 90px;
		left: 2px;
	}
	.ts1{
		flex-direction: column-reverse;

	}
	.ts1 > div:last-child{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.ts1 img{
		margin-top: 40px;
	}
	.ts1 .title{
		font-size: 24px;
	}
	.ts1 .p1{
		font-size: 14px;
	}
	.ts1 .title-two{
		font-size: 20px;
	}
	.ts1 .desc{
		font-size: 14px;
	}
	.ts1 .p3{
		margin-top: 20px;
	}
	.ts-content .ts-content-item .lt .title{
		font-size: 22px;
	}
	.ts-content .ts-content-item{
		top: 40px;
	}
	.dekaron{
		padding: 40px 0 ;
	}
	.top {
	    margin-top: 40px;
	}
	.jj-box .item{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.jj-box .rt{
		font-size: 1.4rem;
	}
	.jj-box>div{
		height: auto;
	}
	.jj-box .lt p{
		font-size: 17px;
	}
	.jj-box .lt{
		margin-right: 0;
	}
	.question-box .lt .p1{
		font-size: 24px;
	}
	.question-box .lt .p2,.question-box .lt .p3{
		font-size: 14px;
	}
	.ts-content .ts-content-item .lt .desc{
		font-size: 1.4rem;
		line-height:30px
	}
	.ts4 .rt p{
		font-size: 1.4rem;
	}
	.ts4{
		padding-top: 40px;
	}
	.jj-box{
		flex-direction: column;
		padding: 0 20px;
	}
	.jj-box .item{
		width: 100%;
	}
	.jj-box .item:first-child{
		margin-bottom: 20px;
	}
	.jj-box > div{
		padding: 20px;
	}
	.ts2 .top-title{
		text-align: left;
		width: 100%;
		font-size: 14px;
	}
	.ts2 .item > div{
		width: calc(50% - 5px);
		margin-bottom: 20px!important;
		padding: 22px 16px;
		height: 199px;
	}
	.ts2 .item > div img{
		height: 30px;
	}
	.ts2 .title{
		font-size: 16px;
	}
	.ts2 .desc{
		font-size: 12px;
	}
	.ts-content .ts-content-item{
		flex-direction: column;
	}
	.ts-content .ts-content-item .lt,.ts-content .ts-content-item .rt{
		width: 100%;
	}
	.ts-content .ts-content-item .rt{
		position: relative;
		top: 25px;
	}
	.ts4{
		flex-direction: column-reverse;
	}
	.ts4 .rt h3{
		text-align: center;
		font-size: 2rem;
	}
	.ts4 .lt{
		margin-top: 30px;
	}
	.question-box{
		flex-direction: column;
		padding: 0 20px;
	}
	.question-box .lt .p1{
		text-align: center;
	}
	.question-box .rt{
		margin-top: 20px;
	}
	.question-box .rt img{

		width: 80%;
		display: block;
		margin: auto;
	}
	.free-foot-box div{
		padding: 0 1rem;
		font-size: 2rem;
		text-align: center;
	}
	.free-foot-box .btnDemo{
		font-size: 1.4rem;
	}
	.banner .case-left .btn a{
		font-size: 16px;
	}
	.case-box .item .title{
		font-size: 20px;
	}
}
@media (max-width: 1300px) and (min-width: 770px){
 .banner .case-left {
	 	position: relative;
	 	left: 70px;
	 }
	 .banner .case-right {
	 	right: 70px;
	 }
	.case-box{
		padding: 0 48px;
	}
	.ts1{
		padding:  96px 48px 0 48px;
	}
	.ts2 .item,.ts-content .ts-content-item,.jj-box,.question-box{
		padding: 0 48px;
	}
	.ts4{
		padding: 90px 48px;
	}
}

