/* 头部样式 */
* {
	margin: 0;
	padding: 0;
	/* overflow-x: hidden; */
}

.box-header {
	z-index: 4;
	/* position: absolute; */
	position: fixed;
	top: 0;
	width: 100%;
}

.have_child_menu,
.no_child_menu {
	float: left;
	list-style: none;
	margin: 0px 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* margin: 28px 28px 20px 28px; */

}

.have_child_menu a,
.no_child_menu a {
	text-decoration: none;
	color: #fff;
	/* font-size: 22px; */
	padding: 5px;
	height: 25px;
	display: inline-block;
}

.have_child_menu a:hover,
.no_child_menu a:hover {
	text-decoration: none;
	color: #00FFF6;
	cursor: pointer;

}

.logo {
	vertical-align: super;
	display: flex; 
	align-items: center;
	width: 870px;
}

.container {
	width: 100%;
	box-shadow: 0px 7px 25px rgba(214, 214, 214, 0.06);
	/* background: linear-gradient(180deg,#000000, transparent); */
	/* background: rgb(0, 93, 255, 0.4); */
	/* background: #fff; */
}


.header_content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* width: 1354px; */
	margin: 0 auto;
	padding: 0px 92px;
	/* background: rgb(0, 0, 0,0.6); */
	/* background: rgb(0, 93, 255,0.7); */
}

.header_content:hover {
	background: none;
}


@media screen and (min-width:1100px) {
	.header_content {
		/* width: 1354px; */
		padding: 0px 92px;
	}
}

@media screen and (max-width:1220px) {
	.header_content {

		/* width: 100%; */
	}
}

@media screen and (max-width:992px) {
	.header_content {
		/* width: 100%; */
	}
}

.header_content .logo {
	width: 190px;
	display: inline-block;
}

.twoUl {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding-left: 6%;
	padding: 24px 0px 24px 10%;
	color: #ffffff;
	display: flex;
	/* justify-content: center; */
	flex-wrap: wrap;
	transition: all 0.3s ease;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s
}

.twoUl-left {
	color: #fff;
	font-size: 16px;
	width: 30%;
	display: flex;
	flex-direction: column;
}

.twoUl-title {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
}

.twoUlactive {
	color: #00FFF6;
}

.twoUl-li {
	padding-bottom: 22px;
	font-size: 16px;
	cursor: pointer;
}

.two-right {
	width: calc(100% - 36%);
	margin-left: 30px;
	background: rgb(0, 93, 255, 0.2);
	padding: 20px;
}

.right-text {
	font-size: 16px;
	color: rgb(169, 196, 240);
}

.right-rowList {
	display: flex;
	margin-top: 10px;
	font-size: 16px;
	color: rgb(169, 196, 240);
	border-bottom: 1px solid #fff;
	padding: 16px 0px;
}

.rowList-li {
	width: calc(100% / 5);
}

.ul-listItem {
	display: flex;
	flex-wrap: wrap;
	width: calc(100%);
	padding-top: 16px;
}

.li-listItem {
	width: calc(100% / 6);
	padding-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	font-size: 16px
}


.globalnav .on .aSpan {
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom-color: #00FFF6;
	margin-top: -10px;
	color: #fff;


}

.globalnav .on a {
	color: #00FFF6;
	/* font-size: 22px; */

}

.mousemenu {
	font-size: 18px;
	/* font-weight: bold; */
}

/* 头部样式结束 */

/* 网站尾部开始 */

.end_Under_logo_a {
	width: -webkit-fill-available;
}

.end_Under_logo_a a {
	text-decoration: none;
	color: white;
	margin-left: 5%;
}

.end_Under_logo_a a:hover {
	color: #00FFF6;
}

.end_Under_logo_right span {
	color: white;
}

.end_Under_information a {
	text-decoration: none;
	color: white;
}

.end_Under_information span {
	text-decoration: none;
	color: white;
}

.end_Under_information {
	display: flex;
	width: 1500px;
	justify-content: space-around;
	margin: 0 auto;
	padding: 0px 60px 20px 60px;
	box-sizing: border-box;
	font-size: 16px;
	/* background: rgb(0, 93, 255,0.9); */
}

.end_Under_information_right span {
	color: white;
}

/* width: -webkit-fill-available; */
.jmis .footer {
	width: 100%;
	/* height: 400px; */
	background-attachment: fixed;
	/* background: url(../img/images/login/End/end.png) no-repeat 0; */
	background-size: 100% 100%;
	background: rgb(0, 93, 255, 0.9);
}

/* @media screen and (min-width:1000px) {
	.footer {
		width: auto !important;
	} 
} */
@media screen and (max-width:1060px) {
	.footer {
		/* width: max-content !important; */
	}
}

/* @media screen and (min-width:960px) and (max-width:1000px){
	.footer {
		width:fit-content !important;
	} 
} */

.end_left {
	min-width: 250px;
	display: flex;

}

.box-left {
	display: flex;
	flex-direction: column;
}

.end_left_1 {
	width: 20%;
	float: right;
	position: relative;
	top: 10%;
	text-align: center;
}

.end_left_11{
	margin-right: 15px;
}

.phone {
	display: flex;
	flex-direction: column;
	margin-left: 17px;
}

.phone span {
	color: white;
	font-size: 16px;
}

.left-text {
	color: white;
	font-size: 22px;
	margin-top: 10px
}

a {
	text-decoration: none
}

.ent_middle_plan dd:nth-child(1)>a {
	font-size: 20px;
}

.ent_middle_plan a {
	color: white;
	font-size: 16px;
}

.ent_middle_plan a:hover {
	color: #00FFF6;
	font-size: 16px;
}

.ent_middle_product dd:nth-child(1)>a {
	font-size: 20px;
}

.ent_middle_product a {
	color: white;
	font-size: 16px;
}

.ent_middle_product a:hover {
	color: #00FFF6;
	font-size: 16px;
}


.ent_middle_about dd:nth-child(1)>a {
	font-size: 20px;
}

.ent_middle_about a {
	color: white;
	font-size: 16px;
}

.ent_middle_about a:hover {
	color: #00FFF6;
	font-size: 16px;
}

.ent_middle_other dd:nth-child(1)>a {
	font-size: 20px;
}

.ent_middle_other a {
	color: white;
	font-size: 16px;
}

.ent_middle_other a:hover {
	color: #00FFF6;
	font-size: 16px;
}

.footer_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1500px;
	margin: 0 auto;
	padding: 25px 40px;
	box-sizing: border-box;
}

.ent_middle_plan {
	min-width: 284px;
}

.ent_middle_product {
	min-width: 170px;
}

.ent_middle_about {
	min-width: 150px;
}

.ent_middle_other {
	min-width: 106px;
}

.whiteLine {
	margin: 0 34px;
}

.end_Under {
	width: 100%;
	height: 72px;
	background: rgb(64, 134, 255);
}

.end_Under_content {
	width: 1500px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 72px;
	font-size: 18px;
	padding: 0px 48px;
	box-sizing: border-box;
}




.end_Under_lxfs {
	/* float: right; */
	/* margin-top: 23px; */
}

.bottom {
	/* width: 1500px; */
	margin: 0 auto;
	margin-top: 22px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.bottom a:hover {
	color: #00FFF6;
}

.end_Under_information p {
	font-size: 18px;
	font-family: PingFang SC;
}

/* 网站尾部结束 */

.layui-layer {
	background-color: transparent !important;
	box-shadow: none !important;
}

.layui-layer-setwin .layui-layer-close2 {
	/* right: 60px !important;
	;
	top: -16px !important;
	; */
}