	.iconfont,
		[class^='el-sc-'],
		[class*=' el-sc-'] {
			font-family: 'iconfont' !important;
			font-size: 16px;
			font-style: normal;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}

		* {
			padding: 0;
			margin: 0;
			font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
		}

		ul {
			list-style: none;
		}
		::-webkit-scrollbar {
			display: none;
		}
		.bg_div {
			width: 1200px;
			background: #FFFFFF;
			margin: 0 auto;
		}

		.flex_div {
			display: flex;
		}

		.header {
			width: 100%;
			height: 54px;
			background: #FFFFFF;
			box-shadow: 0px 10px 48px 1px rgba(10, 72, 176, 0.16);
			position: fixed;
			top: 0;
			z-index: 2;
		}

		.header_i {
			width: 1200px;
			height: 54px;
			margin: 0 auto;
			display: flex;
			align-items: center;
			position: relative;
		}

		.header .logo {
			width: 80px;
			height: 24px;
			background: red;
		}

		.header .nav {
			margin-left: 20px;
		}

		.header .nav li {
			float: left;
			font-size: 14px;
			padding: 0 14px;
			height: 54px;
			line-height: 54px;
			cursor: pointer;
			box-sizing: border-box;
		}
		.header .nav li a{
			text-decoration: none;
			color: #6D7894;
			height: 54px;
			line-height: 54px;
			display: inline-block;
		}
		.header .nav .avtive {
			color: #375FF4;
			border-bottom: 3px solid #375FF4;
		}

		.header .btns {
			position: absolute;
			right: 0;
		}

		.header .btns button {
			width: 88px;
			height: 34px;
			border-radius: 4px;
			font-size: 14px;
			font-family: PingFang SC;
			font-weight: bold;
			cursor: pointer;
		}

		.header .btns .sure {
			background: #375FF4;
			border: 1px solid #375FF4;
			color: #FFFFFF;
		}

		.header .btns .cancal {
			background: #FFFFFF;
			border: 1px solid #375FF4;
			color: #375FF4;
		}

		.banner {
			width: 100%;
			/* height: 560px; */
			margin-top: 54px;
			/* background: #FF0000; */
		}

		.banner img {
			width: 100%;
		}

		.flex_list {
			display: flex;
			justify-content: space-between;
		}

		.flex_list .flex_item {
			display: flex;
			align-items: center;
		}

		.companylist {
			width: 1200px;
			margin: 0 auto;
			justify-content: space-between;
		}

		.flex_list .company {
			display: flex;
			flex-direction: column;
			align-items: center;
			width: 289px;
			height: 254px;
			background: #FFFFFF;
			border: 1px solid #ECECEC;
		}

		.flex_list .company img {
			width: 230px;
			height: 40px;
			background-color: #FF0000;
			margin: 45px auto 75px auto;
		}

		.flex_list .company span:nth-child(2) {
			font-size: 16px;
			font-weight: 500;
			color: #4D4D4D;
			line-height: 30px;
		}

		.flex_list .company span:nth-child(3) {
			margin-top: 20px;
			font-size: 16px;
			font-weight: 500;
			color: #999999;
			line-height: 30px;
		}

		.advantage {
			width: 1052px;
			margin: 0 auto;
			margin-top: 44px;
		}

		.advantage .item {
			width: 334px;
			height: 97px;
			background: #EBF0FC;
			border-radius: 2px;
			position: relative;
		}

		.advantage .item img {
			width: 45px;
			position: absolute;
			top: -13px;
			left: 10px;
		}

		.advantage .item div {
			margin-left: 66px;
		}

		.advantage .item div span {
			font-size: 14px;
			font-weight: bold;
			color: #333333;
			line-height: 20px;
			margin-bottom: 5px;
			display: inline-block;
		}

		.advantage .item div p {
			font-size: 14px;
			/* font-weight: bold; */
			color: #A9BAD8;
			line-height: 20px;
		}

		.title_div {
			text-align: center;
			position: relative;
			margin-top: 50px;
		}

		.title_div .title_e {
			font-size: 87px;
			font-weight: bold;
			color: #EBF0FC;
			opacity: 0.5;
			display: block;
			height: 67px;
		}

		.title_div .title_center {
			position: absolute;
			bottom: 0;
			width: 320px;
			left: calc(50% - 160px);
			display: flex;
			justify-content: space-between;
		}

		.title_div .title_center .left_line::before,
		.title_div .title_center .right_line::before {
			content: '';
			display: block;
			width: 38px;
			height: 6px;
			background: #375FF4;
			border-radius: 3px;
			margin-bottom: 8px;
		}

		.title_div .title_center .left_line::after,
		.title_div .title_center .right_line::after {
			content: '';
			display: block;
			width: 24px;
			height: 6px;
			background: #7FAAFF;
			border-radius: 3px;
		}

		.title_div .title_center .left_line::after {
			margin-left: 14px;
		}

		.title_div .title_c {
			font-size: 30px;
			font-family: PingFang SC;
			font-weight: bold;
			color: #333333;
			line-height: 20px;
		}

		.tips {
			text-align: center;
			font-size: 16px;
			font-family: PingFang SC;
			font-weight: 500;
			color: #999999;
			line-height: 20px;
			margin-top: 40px;
		}

		.mi_title {
			margin-top: 100px;
			text-align: center;
			font-size: 40px;
			font-weight: 400;
			color: #333333;
		}

		.flex_column {
			flex-direction: column;
			display: flex;
			align-items: center;
			margin-top: 60px;
		}

		.channel_div {
			display: flex;
			justify-content: center;
		}

		.channel_div .channel_item {
			width: 218px;
			height: 469px;
			cursor: pointer;
			margin-left: 16px;
			border-radius: 12px;
		}

		.channel_div .avtive {
			width: 307px;
			background:url('../img/channel.png');
			color: #FFFFFF;
			background-size: cover;
		}

		.channel_div .channel_item:hover {
			box-shadow: 0px 6px 16px 0px rgba(51, 51, 51, 0.19);
		}

		.channel_div .avtive:hover {
			box-shadow: none
		}

		.channel_div .channel_item i {
			font-size: 75px;
			margin-top: 50px;
			margin-bottom: 20px;
			color: #375FF4;
		}

		.channel_div .channel_item span {
			font-size: 16px;
			margin-top: 20px;
		}

		.channel_div .channel_item span:nth-child(2) {
			font-size: 22px;
		}

		.channel_div .channel_item .line {
			width: 175px;
			height: 1px;
			background: #E3E3E3;
			margin-top: 20px;
		}

		.channel_div .avtive .line {
			width: 221px;
		}

		.channel_div .avtive i {
			color: #FFFFFF;
		}

		.channel_div .channel_item span:nth-child(n+4) {
			margin-top: 30px;
		}

		.bg_content {
			position: relative;
			margin-top: 100px;
		}

		.bg_content img {
			width: 100%;
			/* background: url(img/bg1.png);
			background-size: contain; */
			/* min-height: 430px; */
		}

		.bg_content .dcontent {
			width: 100%;
			height: 100%;
			display: flex;
			flex-direction: column;
			align-items: center;
			position: absolute;
			top: 0;
			justify-content: center;
		}

		.bg_content .content>span:first-child {
			font-size: 42px;
			font-family: PingFang SC;
			font-weight: bold;
			color: #FFFFFF;
		}

		.bg_content .content>span:nth-child(2) {
			font-size: 18px;
			font-family: PingFang SC;
			font-weight: 400;
			color: #FFFFFF;
			margin: 30px auto 60px auto;
		}

		.bg_content .content div {
			display: flex;
			align-items: center;
		}

		.bg_content .content div span:first-child {
			width: 162px;
			height: 54px;
			background: #FFFFFF;
			/* box-shadow: 0px 40px 35px 0px rgba(221, 223, 243, 0.32); */
			border-radius: 27px;
			font-size: 16px;
			color: #333333;
			line-height: 54px;
			text-align: center;
			cursor: pointer;
		}

		.bg_content .content div span:nth-child(2) {
			font-size: 16px;
			color: #fff;
			margin-left: 35px;
			cursor: pointer;
		}

		.bg_content .float_div {
			width: 22%;
			height: 30%;
			background: #FFFFFF;
			box-shadow: 0px 6px 16px 0px rgba(51, 51, 51, 0.19);
			border-radius: 10px;
			position: absolute;
			top: 10%;
			right: 20%;
			padding: 0 20px;
			font-size: 24px;
			box-sizing: border-box;
			line-height: 1.8;
			display: flex;
			align-items: center;
		}

		.bg_content .content1 {
			justify-content: flex-start;
		}

		.bg_content .content1>span {
			font-size: 2vw;
			font-weight: 500;
			color: #FFFFFF;
			line-height: 30px;
			text-shadow: 3px 5px 9px rgba(55, 95, 244, 0.66);
			margin-top: 5%;
		}

		.bg_content .content1 .flex_list {
			margin-top: 5%;
		}

		.bg_content .content1 .flex_list>div {
			color: #FFFFFF;
			font-size: 1vw;
			margin: 0 2vw;
		}

		.bg_content .content1 .number {}

		.bg_content .content1 .number span:first-child {
			font-size: 3vw;
		}

		.bg_content .content1 .number span:last-child {
			font-size: 1.5vw;
		}

		.tool_div {
			display: flex;
			margin: 0 auto;
			width: 1200px;
			justify-content: space-between;
		}
		.tool_div .tool_item{
			flex: 1;
		}
		.tool_div .tool_item div img {
			width: 45px;
		}

		.tool_div .tool_item div {
			width: 100px;
			height: 100px;
			background: #FFFFFF;
			box-shadow: 0px 0px 21px 0px rgba(0, 54, 255, 0.27);
			border-radius: 50%;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.tool_div .tool_item>span {
			font-size: 18px;
			margin-top: 32px;
		}

		.left_div {
			align-items: flex-start;
			flex: 1;
		}

		.left_div span:first-child {
			font-size: 24px;
			font-family: PingFang SC;
			font-weight: bold;
			color: #333333;
			line-height: 60px;
		}

		.left_div span:first-child::after {
			content: '';
			display: block;
			width: 44px;
			height: 4px;
			background: #375FF4;
			margin-top: 30px;
			margin-bottom: 30px;
		}

		.left_div p {
			font-size: 18px;
			font-family: PingFang SC;
			font-weight: 500;
			color: #333333;
			line-height: 30px;
		}

		.left_div span:last-child {
			width: 128px;
			height: 44px;
			background: #375FF4;
			box-shadow: 3px 5px 9px 1px rgba(55, 95, 244, 0.32);
			border-radius: 4px;
			color: #FFFFFF;
			font-size: 18px;
			margin-top: 80px;
			text-align: center;
			line-height: 44px;
		}

		.right_div {
			flex: 1;
		}

		.right_div img {
			width: 520px;
			margin-bottom: 60px;
			margin-top: 60px;
		}

		.c_btns {
			width: 160px;
			height: 50px;
			background: #375FF4;
			box-shadow: 3px 5px 9px 1px rgba(55, 95, 244, 0.66);
			border-radius: 25px;
			text-align: center;
			line-height: 50px;
			color: #FFFFFF;
			font-size: 18px;
			margin: 60px auto;
		}

		footer {
			width: 100%;
			height: 240px;
			background: #1C1F37;
			margin-top: 60px;
		}

		.footer {
			width: 1200px;
			margin: 0 auto;
			display: flex;
			justify-content: space-between;
		}

		.left_foot {
			font-size: 12px;
			color: #FFFFFF;
			display: flex;
			flex-direction: column;
		}

		.left_foot ul {
			margin-top: 60px;
			margin-bottom: 30px;
		}

		.left_foot div {
			margin-bottom: 20px;
		}

		.left_foot div i {
			margin-right: 5px;
		}


		.left_foot ul li {
			float: left;
		}
		.left_foot ul li a{
			text-decoration: none;
			color: #FFFFFF;
		}
		.right_foot {
			display: flex;
			align-items: center;
		}

		.right_foot img {
			width: 105px;
			height: 105px;
			background-color: #FFFFFF;
			margin-left: 20px;
		}

		.mt_0 {
			margin-top: 0;
		}

		@media screen and (max-width: 1280px) {
			.bg_content .float_div {
				font-size: 16px;
			}
		}
		.foote{
			display: flex;
			justify-content: center;
			color: #fff;
			background: #1C1F37;
			height: 60px;
		}