.index-box {
			background: #ffffff;
		}
		.header-box {
			border-bottom: #ECEDF0 solid 1px;
		}

		.index-box .cont-box {
			background: #ffffff !important;
		}

		.index-box .cont-box .title {
			font-weight: 600;
			font-size: 38px;
			color: #000000;
			line-height: 48px;
			margin-bottom: 10px;
		}

		.index-box .cont-box .text {
			font-size: 16px;
			color: #333333;
			line-height: 22px;
		}
		
		/* tab-box */
		.tab-header3 {
			width: 1200px;
			border-bottom: 1px solid #ECEDF0;
			padding: 10px 4px;
		}
		.tab-header3 .tab-item {
			margin: 0 10px;
			padding: 9px 30px;
			font-size: 18px;
			color: rgba(0,0,0,0.85);
			cursor: pointer;
		}
		.tab-header3 .tab-item.active {
		    color: #ffffff;
			background: linear-gradient( 270deg, #5D55CB 0%, #2E2A67 100%);
			border-radius: 30px;
		}
		.tab-content3 {
			width: 1200px;
			box-sizing: border-box;
		}
		.tab-content3 .tab-cont-item {
			display: none;
		}
		.tab-content3 .tab-cont-item.active {
			display: block;
		}
		.tab-content3 .txt1 {
			text-align: center;
			line-height: 30px;
			padding: 20px 0;
			font-size: 20px;
			font-weight: 500;
			color: #666;
		}