html {
	overflow-x: hidden;
	-ms-overflow-x: hidden;
	width: 100vw;
	font-family: sans-serif;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
	color: #5c5c5c;
}

h3,
h4,
p {
	margin: 0;
	color: #000;
}

h3{
	font-size:18px; 
}

h4 {
    font-size: 16px;
}
 
a {
	color: #666;
	text-decoration: none !important;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

a:hover {
	opacity: 0.8;
}

i{
 display: inline-block;
}

.entry {
	width: 100%;
	margin: auto;
	padding: 0 90px;
	box-sizing: border-box;
}

.top {
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
	box-sizing: border-box;
	align-items: center
}

.main_name {
	font-family: "黑体";
	font-size: 28px;
}

.top>ul>li {
	display: inline;
	padding: 5px 10px;
}
.footer {
	margin-top: 60px;
	background: #2A5E9E;
	height: 130px;
	line-height: 28px;
	box-sizing: border-box;
	padding: 20px 0 0;
	color: #fff;
	display: flex;
	flex-direction: column;
}
.footer-box {
	width: 1110px;
	margin: 0 auto;
	position: relative;
}
.footer_fixed {
	position: fixed;
	width: 100%;
	bottom: 0;
}

.footer p {
	color: #fff;
}

.footer .wluotx {
	color: white;
}

.footer .wluotx:hover {
	color: orange;
	text-decoration: underline !important;
}

.footer .code-box {
	position: absolute;
	right: 0;
	top: 0;
}
.code-box>span{
	float: left;
	margin-right: 10px;
}
.code-box .code {
	display: block;
	margin: 0 auto;
	width: 88px;
	height: 88px;
}

/* 头部导航选择 */

.check {
	border-bottom: 4px solid #2a5e9e;
	font-weight: bold;
	color: #000;
}

.check>a {
	color: #000 !important;
}

.check_item a {
	color: #2A5E9E !important;
}

.check_item:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 5px;
	border-right: 1px solid #2A5E9E;
	border-bottom: 1px solid #2A5E9E;
	transform: rotate(-45deg);
	vertical-align: middle;
}

.inner_hidden {
	display: none;
}

.nav_type {
	display: flex;
	margin-top: 10px;
	justify-content: center
}

ul.nav_type>li {
	position: relative;
	display: inline-block;
	margin-left: 0px;
}


.nav_type>li>a {
	display: inline-block;
	padding: 5px 10px;
	color: #000;
	font-weight: 600;
}

.nav_type>li:after {
	content: '';
	display: inline-block;
	vertical-align: text-top;
	height: 50%;
	width: 1px;
	background: #000000;
	transform: translateX(12.5px);
}

.nav_type>li:last-child:after {
	background: #fff;
}

/* 被选中 */

.nav_type_check>a {
	color: #2a5e9e !important;
	font-weight: bold;
}

/* .nav_type_check:before {
	content: '';
	display: inline-block;
	height: 0px;
	width: 0px;
	border: 4px #2A5E9E solid;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom: none;
	position: absolute;
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
} */

/* banner 改动 */

.carousel-indicators li,
.carousel-indicators .active {
	width: 20px;
	height: 5px;
	background: #fff;
	border: 1px #ccc solid;
	border-radius:0;
	vertical-align: middle;
}

.carousel-indicators .active {
	background: #2A5E9E;
	border: 1px transparent solid;
}

@media (max-width: 1200px) {
	.footer-box {
		width: 915px;
	}
}

@media (max-width: 992px) {
	.footer-box {
		width: 705px;
	}
	.footer-box .code-box>span {
		/* display: none; */
	}
}
@media (max-width:767px) {

	div.footer {
		line-height: 20px;
		height: auto;
		font-size: 13px;
		padding-bottom: 50px;
	}
	.footer-box {
		width: 80%;
	}
	.footer span:nth-of-type(odd) {
		display: block;
	}
	.footer a {
		display: block;
	}
	.footer a.wluotx {
		display: inline;
	}
	.footer span:nth-of-type(even) {
		display: none;
	}
	.footer .code-box {
		position: relative;
	}
	.footer-box .code-box>span {
		display: block;
    float: none;
    text-align: center;
    margin: 20px auto 5px;
	}
	.code-box .code {
		width: 120px;
		height: 120px;
	}
}