.navBx {
	height: 160px;
	width: 100%;
	position: absolute;
	top: 0
}

.tpBanner {
	width: 100%;
	height: 500px;
	background-image: url("../../images/index/banner.png");
	background-size: auto 104%;
	background-position: 36% 100%;
	-webkit-animation: waveX 120s linear infinite, waveY 6s linear infinite;
	animation: waveX 120s linear infinite, waveY 6s linear infinite
}

@-webkit-keyframes waveX {
	0% {
		background-position-x: 36%;
		background-size: auto 104%
	}

	50% {
		background-position-x: 68%;
		background-size: auto 104%
	}

	to {
		background-position-x: 36%;
		background-size: auto 104%
	}
}

@keyframes waveX {
	0% {
		background-position-x: 36%;
		background-size: auto 104%
	}

	50% {
		background-position-x: 68%;
		background-size: auto 104%
	}

	to {
		background-position-x: 36%;
		background-size: auto 104%
	}
}

@-webkit-keyframes waveY {
	0% {
		background-position-y: 100%
	}

	50% {
		background-position-y: 80%
	}

	to {
		background-position-y: 100%
	}
}

@keyframes waveY {
	0% {
		background-position-y: 100%
	}

	50% {
		background-position-y: 80%
	}

	to {
		background-position-y: 100%
	}
}

.sousuo {
	position: absolute;
	bottom: -12px;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
}

.searchBox {
	background: #ffffff;
	width: 800px;
	height: 60px;
	border: 1px solid #3c78fc;
	border-radius: 30px;
	box-shadow: 0 0 10px rgba(60, 120, 252, 0.5)
}

.search1 {
	width: 20px;
	height: 20px;
	margin: 20px;
}

.search_ipt_Box {
	width: 600px;
	height: 60px;
	display: block;
	border: none
}

.search_btn_Box {
	width: 86px;
	height: 44px;
	background: #3c78fc;
	border-radius: 22px;
}

.search_btn_Box:hover {
	background: #28A1FF;
	color: #ffffff;
}

.AIBtn {
	width: 160px;
	height: 60px;
}

.main1 {
	background: #f5f7fa;
}

.banner {
	width: 500px;
	height: 400px;
	border-radius: 5px;
}

.carousel-indicators li {
	width: 10px !important;
	height: 10px !important;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	border-bottom: none;
	border-top: none;
}

.banLtBtn {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
	z-index: 1;
	background: url("../images/left_hover.png");
}

.banLtBtn:hover {
	background: url("../images/left.png");
}

.banRtBtn {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	z-index: 1;
	background: url("../images/right_hover.png");
}

.banRtBtn:hover {
	background: url("../images/right.png");
}

.carousel-indicators li.active {
	background: #ffffff;
}

.dongtaiBox {
	width: 680px;
	height: 400px;
}

.dongtai_tit_Box {
	width: 100%;
	height: 60px;
}

.right1 {
	width: 6px;
	height: 10px;
	margin-left: 8px;
}

.dongtai_item_Box {
	height: 38px;
	line-height: 38px;
	display: block;
}

.diamond {
	flex-shrink: 0;
	width: 4px;
	height: 4px;
	background: #cccccc;
	transform: rotate(45deg);
	margin-right: 10px;
}

.dongtai_item_Box:hover .tits {
	color: #3c78fc;
}

.dongtai_item_Box:hover .diamond {
	background: #3c78fc;
}

.numTotal {
	width: 100%;
	height: 110px;
	background-image: url("../images/numTotal.png");
	background-size: 100% 100%;
}

.numLine {
	width: 1px;
	height: 30px;
	background: #eeeeee;
}

.xiantiao {
	width: 6px;
	height: 28px;
	background: #3c78fc;
	margin-right: 15px;
}

.mores:hover>div {
	color: #3c78fc !important;
}

.addsBtn {
	height: 26px;
	padding: 0 10px;
	background: #007AD8;
	border-radius: 4px;
	border: 1px solid #007AD8
}

.addsBtn:hover{
	background: #28A1FF;
	color: #ffffff;
	cursor: pointer;
}

.moresBtn {
	height: 26px;
	padding: 0 10px;
	color: #007AD8;
	border-radius: 4px;
	border: 1px solid #007AD8
}

.right6 {
	width: 6px;
	height: 10px;
	margin-left: 6px;
}

.navBox {
	height: 28px;
	padding: 0 12px;
	background: #f0f4ff;
	border-radius: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

.navBox.en_avtive {
	background: #007AD8;
	color: #ffffff;
}

.navBox:hover {
	background: #28A1FF;
	color: #ffffff;
}

