html,
body {
	width: 100%;
	font-family: MicrosoftYaHei-Bold;
}

main {
	width: 1240px;
	margin: 0 auto;
}

.shadow {
	display: none;
}

.pubCon {
	margin-top: 40px;
}

.pubCon .pubCon_title {
	font-size: 20px;
	color: #3467b0;
	font-weight: bolder;
	line-height: 20px;
	border-bottom: 1px solid #d2d2d2;
	margin-top: 0;
	margin-bottom: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	padding-bottom: 14px;
}

.pubCon .pubCon_title::before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 8px;
	height: 20px;
	background-color: #3467b0;
}

.first_contianer {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.first_contianer .twoCode {
	position: absolute;
	right: -20px;
	bottom: 0;
	transform: translate(100%, 50%);
}

.search_content {
	width: 436px;
}

.search_content .pubCon_title {
	width: 436px;
}

.search_content .search_swiper_box {
	width: 436px;
	margin-top: 23px;
}

.search_content .search_swiper_box .search_swiper {
	width: 100%;
}

.search_content .search_swiper_box .search_swiper:hover .search-next,
.search_content .search_swiper_box .search_swiper:hover .search-prev {
	opacity: 1;
	transform: translate(0, 0);
}

.search_content .search_swiper_box .search_swiper .search-next {
	transform: translateX(100%);
	right: 0;
	background: url(rightRow.png) center no-repeat;
}

.search_content .search_swiper_box .search_swiper .search-prev {
	transform: translateX(-100%);
	left: 0;
	background: url(leftRow.png) center no-repeat;
}

.search_content .search_swiper_box .search_swiper .search-next,
.search_content .search_swiper_box .search_swiper .search-prev {
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 48px;
	background-color: rgba(0, 117, 255, 0.3);
	border: 1px solid transparent;
	border-radius: 0px 5px 5px 0px;
	opacity: 0;
	z-index: 999;
	transition: all 0.3s;
}

.search_content .search_swiper_box .search_introduce ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.search_content .search_swiper_box .search_introduce ul .search_block_li:hover .dropDown {
	opacity: 1;
}

.search_content .search_swiper_box .search_introduce ul .search_block_li:not(:nth-last-child(-n+2)) {
	margin-bottom: 19px;
}

.search_content .search_swiper_box .search_introduce ul .search_block_li .search_block_detail {
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 207px;
	height: 68px;
	background-color: #ffffff;
	border-radius: 5px;
	font-size: 17px;
	line-height: 17px;
	color: #333;
	border: solid 1px #a4bfe7;
	border-bottom: 3px solid #2E71A6;
}

.search_content .search_swiper_box .search_introduce ul .search_block_li .search_block_detail img {
	margin-right: 23px;
}

.search_swiper {
	position: relative;
}

.search_introduce ul li:nth-child(5) .dropdown,
.search_introduce ul li:nth-child(7) .dropdown {
	left: 82%;
	bottom: 0;
	transform: translateX(20px);
}

.search_introduce ul li:nth-child(5) .dropdown::before,
.search_introduce ul li:nth-child(7) .dropdown::before {
	bottom: 19px;
	left: -25px;
	border-right-color: #ccc;
}

.search_introduce ul li:nth-child(5) .dropdown::after,
.search_introduce ul li:nth-child(7) .dropdown::after {
	bottom: 19px;
	left: -24px;
	border-right-color: #fff;
}

.search_introduce ul li:nth-child(6) .dropdown,
.search_introduce ul li:nth-child(8) .dropdown {
	right: 82%;
	bottom: 0;
	transform: translateX(-20px);
}

.search_introduce ul li:nth-child(6) .dropdown::before,
.search_introduce ul li:nth-child(8) .dropdown::before {
	bottom: 19px;
	right: -25px;
	border-left-color: #ccc;
}

.search_introduce ul li:nth-child(6) .dropdown::after,
.search_introduce ul li:nth-child(8) .dropdown::after {
	bottom: 19px;
	right: -24px;
	border-left-color: #fff;
}

.search_introduce ul li:nth-child(2) .dropdown,
.search_introduce ul li:nth-child(4) .dropdown {
	right: 82%;
	top: 4px;
	transform: translateX(-20px);
}

.search_introduce ul li:nth-child(2) .dropdown::before,
.search_introduce ul li:nth-child(4) .dropdown::before {
	top: 19px;
	right: -25px;
	border-left-color: #ccc;
}

.search_introduce ul li:nth-child(2) .dropdown::after,
.search_introduce ul li:nth-child(4) .dropdown::after {
	top: 19px;
	right: -24px;
	border-left-color: #fff;
}

.search_introduce ul li:nth-child(1),
.search_introduce ul li:nth-child(3) {
	display: block;
}

.search_introduce ul li:nth-child(1) .dropdown,
.search_introduce ul li:nth-child(3) .dropdown {
	top: 4px;
	left: 82%;
	transform: translateX(20px);
}

.search_introduce ul li:nth-child(1) .dropdown::before,
.search_introduce ul li:nth-child(3) .dropdown::before {
	top: 19px;
	left: -25px;
	border-right-color: #ccc;
}

.search_introduce ul li:nth-child(1) .dropdown::after,
.search_introduce ul li:nth-child(3) .dropdown::after {
	top: 19px;
	left: -24px;
	border-right-color: #fff;
}

.search_block_li {
	position: relative;
}

.dropdown {
	display: none;
	padding: 0 18px;
	position: absolute;
	width: 104%;
	height: fit-content;
	font-size: 16px;
	line-height: 45px;
	color: #333333;
	background-color: #ffffff;
	border: solid 1px #ccc;
	border-radius: 5px;
	box-shadow: 0px 4px 29px 0px rgba(1, 17, 67, 0.15);
	z-index: 9999;
}

.dropdown::before {
	position: absolute;
	display: block;
	content: "";
	border: 12px solid transparent;
	z-index: 99999999;
}

.dropdown::after {
	position: absolute;
	display: block;
	content: "";
	border: 12px solid transparent;
	z-index: 99999999;
}

.dropdown li:hover a {
	color: #3467b0;
}

.dropdown a {
	display: block;
	background-color: #fff;
	color: #333333;
}

.edu_content {
	width: 760px;
}

.edu_content .pubCon_title {
	width: 740px;
}

.edu_content .ed_text {
	width: 760px;
	display: flex;
	flex-wrap: wrap;
}

.edu_content .ed_text li {
	margin-top: 23px;
	margin-right: 20px;
}

.edu_content .ed_text li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 156px;
	height: 154px;
	border: solid 1px #a4bfe7;
	border-bottom: 3px solid #2E71A6;
	border-radius: 5px;
	font-size: 18px;
	line-height: 20px;
	color: #333333;
}

.edu_content .ed_text li a img {
	margin-bottom: 25px;
}

.insert_container {
	width: 440px;
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 0 30px 15px 30px;
}

.insert_container .map_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.insert_container .map_title .map_title_left {
	font-size: 17px;
	line-height: 17px;
	font-weight: bolder;
	color: #333;
}

.insert_container .map_title .map_title_right {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 14px;
	color: #e62a1d;
}

.insert_container .map_title .map_title_right img {
	width: 14px;
	margin-right: 8px;
}

.insert_container .map_subtitle {
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 0;
}

.insert_container .map_bottom {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}

.insert_container .map_bottom li a {
	display: inline-block;
	width: fit-content;
	height: fit-content;
	font-size: 17px;
	line-height: 23px;
	color: #487bc5;
	letter-spacing: 6px;
	font-weight: 500;
}

.edu_content .ed_text li a {
	font-size: 15px;
	color: #333333;
	width: 132px;
}

.edu_content img {
	min-height: 42px;
}

.search_content .search_swiper_box .search_introduce ul .search_block_li:hover img {
	-webkit-transition: -webkit-transform 0.7s ease-out;
	-moz-transition: -moz-transform 0.7s ease-out;
	transition: transform 0.7s ease-out;
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
}

.edu_content .ed_text li:hover a img {
	-webkit-transition: -webkit-transform 0.7s ease-out;
	-moz-transition: -moz-transform 0.7s ease-out;
	transition: transform 0.7s ease-out;
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
}

.alter_img {
	position: absolute;
	top: 12px;
	right: 16px;
	width: 28px;
}

main {
	position: relative;
}

.alter_box {
	display: none;
	box-sizing: border-box;
	padding: 20px;
	width: 54%;
	height: 54%;
	background-color: #ffffff;
	border-radius: 10px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	margin: auto;
	z-index: 999;
	overflow-y: scroll;
}

.alter_title {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 8px;
	color: #333333;
	margin-bottom: 0px;

}

.alter_title img {
	margin-right: 15px;
	width: 44px;
}

.alter_img {
	cursor: pointer;
}



.alter_content {
	margin-top: 10px;
}

.alter_content li {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: fit-content;
	padding: 0 10px;
	margin-top: 10px;
	white-space: wrap;
	cursor: pointer;
	float: left;
	background-color: #e7f7ff;
	border-radius: 10px;
	width: 30%;
	min-height: 60px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #333333;
	margin-left: 12px;
	margin-bottom: 10px;

}

.alter_content li:hover {
	background-color: #477bc6;

}

.alter_content li:hover a {
	color: #fff;
}

.alter_content li:not(:nth-child(3n)) {

	margin-right: 10px;
}

.popover_box {
	display: none;
	z-index: 99;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	/* display: none; */
}

.bmfw_bg {
	padding: 50px 0;
}

.bmfw_nav .title .title-list {
	border-radius: 50px;
	background-color: white;
	display: inline-block;
}

.bmfw_nav .title .title-list li {
	float: left;
	padding: 0 40px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	border-radius: 50px;
	text-align: center;
}

.bmfw_nav .title .title-list .on {
	background-color: #006ED3;

}

.bmfw_nav .title .title-list .on a {
	color: white;
}

.bmfw_bg .bmfw_nav .product-wrap .product ul li {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	padding: 10px;
	background: white;
	border: 1px solid #CCCCCC;
}

.bmfw_bg .bmfw_nav .product-wrap .product ul li:first-child {
	margin-left: 0;
}

.bmfw_bg .bmfw_nav .product-wrap .product ul li a {
	text-align: center;
	display: block;
	width: 370px;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	background: white;
	font-size: 18px;
	border: 1px solid transparent;
}

.bmfw_bg .bmfw_nav .product-wrap .product ul li a:hover {
	border: 1px solid #006ED3;
	color: #006ED3;
}