@charset "UTF-8";

/* CSS Document */
html,
body {
	/*font-size: calc(80vw/100);*/
	line-height: 1.2rem;
	font-family: "微软雅黑";
	color: #333;
	background: rgb(255, 255, 255);
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

button,
input,
optgroup,
option,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
}

/* 头部 */
.layui-container {
	width: 95%;
	max-width: 1380px;
	padding: 0;
}

.header {
	width: 100%;
	height: 40px;
	background: #343434;
}

.topLeft {
	float: left;
	color: #fff;
	line-height: 40px;
}

.topRight1 {
	float: right;
	color: #ffffff;
	line-height: 40px;
}

.topRight1 a {
	color: #fff;
}

.clear {
	clear: both;
}

.headBg {
	width: 100%;
	height: 90px;
	background: #ffffff;
	z-index: 100;
}

.headIn {
	overflow: hidden;
	height: 90px;
}

.aWhite:hover {
	color: #aaa;
}

.logo {
	float: left;
	/*width: 140px;height: 34px;*/
	margin-top: 13px;
}

.logoSearch {
	float: left;
	width: 140px;
	height: 34px;
	margin-top: 15px;
}

.logo a {
	display: block;
	/* width: 140px;height: 34px;background: url(../images/logo.png) no-repeat;background: image-set(url(../images/logo.png) 1x, url(../images/logo-2x.png) 2x) no-repeat;background: -webkit-image-set(url(../images/logo.png) 1x, url(../images/logo-2x.png) 2x) no-repeat;*/
}

.logoSearch a {
	display: block;
	width: 140px;
	height: 34px;
	background: url(../images/logo.png) no-repeat;
	background: image-set(url(../images/logo.png) 1x, url(../images/logo-2x.png) 2x) no-repeat;
	background: -webkit-image-set(url(../images/logo.png) 1x, url(../images/logo-2x.png) 2x) no-repeat;
}

.nav {
	float: right;
	margin-top: 36px;
	margin-right: 50px;
}

.nav li {
	float: left;
	margin-left: 2vw;
}

.navTitle a {
	display: block;
	text-decoration: none;
	height: 30px;
}

.navTitle a h2 {
	color: #333333;
	float: left;
	font-size: 14px;
	/*font-size: calc(80vw/100);*/
}

.navTitle a:hover h2 {
	color: #fc3930;
	font-weight: bold;
}

.navTitle a.hover h2 {
	color: #fc3930;
	font-weight: bold;
}

.serch {
	float: right;
	width: 200px;
	height: 36px;
	border-radius: 100px;
	background: #f7f8fa;
	margin: 25px 0px 0px 15px;
}

@media screen and (max-width: 1200px) {
	.serch{
		display: none;
	}
	.nav{
		margin-right:0
	}
}

#key_words {
	cursor: auto;
}

.serch input.text1 {
	float: left;
	width: 130px;
	height: 36px;
	border: none;
	background: none;
	margin: 0px 0px 0px 20px;
	outline: none;
	color: #999999;
}

.serch input.submit1 {
	width: 17px;
	height: 17px;
	border: none;
	background: none;
	background: url(../images/bg1.png) no-repeat -45px -25px;
	background: image-set(url(../images/bg1.png) 1x, url(../images/bg1-2x.png) 2x) no-repeat -45px -25px;
	background: -webkit-image-set(url(../images/bg1.png) 1x, url(../images/bg1-2x.png) 2x) no-repeat -45px -25px;
	float: right;
	margin-right: 15px;
	margin-top: 9px;
	cursor: pointer;
}

.serch:hover input.submit1 {
	background: none;
	background: url(../images/bg1.png) no-repeat -70px -25px;
	background: image-set(url(../images/bg1.png) 1x, url(../images/bg1-2x.png) 2x) no-repeat -70px -25px;
	background: -webkit-image-set(url(../images/bg1.png) 1x, url(../images/bg1-2x.png) 2x) no-repeat -70px -25px;
}

.headnav {
	width: 100%;
	height: 60px;
	background: #fc3930;
}

.heightserch {
	float: left;
	margin-left: 10%;
}

.headerSerch {
	float: left;
	height: 36px;
	background: #F7F8FA;
	border-radius: 18px;
	margin-top: 30px;
}

.headerSerch input.text1 {
	float: left;
	width: 270px;
	height: 36px;
	border: none;
	background: none;
	margin: 0px 0px 0px 20px;
	outline: none;
	color: #999999;
}

.headerSerch input.submit1 {
	width: 17px;
	height: 17px;
	border: none;
	background: none;
	background: url(../images/bg1.png) no-repeat -45px -25px;
	background: image-set(url(../images/bg1.png) 1x, url(../images/bg1-2x.png) 2x) no-repeat -45px -25px;
	background: -webkit-image-set(url(../images/bg1.png) 1x, url(../images/bg1-2x.png) 2x) no-repeat -45px -25px;
	float: right;
	margin-right: 15px;
	margin-top: 9px;
	cursor: pointer;
}

.searchText {
	display: flex;
	float: right;
	line-height: 35px;
	color: #999999;
}

.searchText div a {
	margin-right: 10px;
	text-decoration: none;
	color: #FC3930;
}

.navIn li {
	float: left;
	margin-left: 3vw;
}

.navInTitle h2 {
	display: block;
	padding: 0px 10px;
	height: 60px;
	line-height: 60px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	font-size: 14px;
}

.navInTitle:hover {
	background: #ec0303;
	color: #ffffff;
}

.m_nav {
	display: none;
}

#navToggle {
	display: none;
}

.m_nav {
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	z-index: 10000;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	overflow-y: auto;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	top: 0;
	transform: translateX(100%);
}

.m_nav.open {
	transform: translateX(0);
}

.m_nav .top {
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}

.m_nav .top .closed {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	float: right;
	cursor: pointer;
}

.m_nav .ul li {
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	opacity: 0;
}

.m_nav.open .ul li {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.m_nav .ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}

.m_nav .ul li .dropdown_menu {
	display: none;
}

.m_nav .ul li.dropdown.active .dropdown_menu {
	display: block;
}

.m_nav .ul li .dropdown_menu a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}

.m_nav .ul li .dropdown_menu a:last-child {
	border: none;
}

.footer2 {
	display: none;
}

@media screen and (max-width: 992px) {
	.m_nav {
		display: block;
	}

	#navToggle {
		display: block;
		position: absolute;
		padding: 9px 15px;
		margin-right: -20px;
		display: inline-block;
		float: right;
		top: 20px;
		right: 20px;
		width: 25px;
	}

	.heightserch,
	.sWhz,
	.serch {
		display: none;
	}

	.nav {
		display: none;
	}

	.headnav {
		display: none;
	}

	.bannerBox a {
		height: auto !important;
	}

	.swiper-container,
	.sjyx_banSwiper {
		height: auto !important;
	}

	.bannerBox a img {
		display: none;
	}

	.sjyx_banSwiper img {
		min-height: auto !important;
	}

	.mainList {
		height: auto;
		padding-bottom: 20px;
	}

	.essxList {
		height: auto;
		margin-bottom: 20px;
	}

	.LocalBox ul li span {
		font-size: 12px;
	}

	.footerCode1 {
		width: 100%;
		background: #212121;
		padding: 15px 0;
		line-height: 20px !important;
	}

	.footerCode1 p {
		color: #656565;
		line-height: 30px;
		text-align: center;
	}

	.footerCode1 p a {
		color: #656565;
	}

	.zbktImg a img,
	.projectImg a img {
		height: auto !important;
	}

	.wzctTitle {
		font-size: 18px;
		line-height: 30px;
	}

	.wzcbqd a {
		display: inline-block;
	}

	.summary {
		display: none;
	}

	.wzconBq span {
		display: none;
	}

	.wzname1 {
		display: none;
	}

	.wzname2 {
		margin-left: 0px !important;
	}

	.rmkcBox {
		padding: 0px 5px;
	}

	.summary p {
		width: 70%;
	}

	.colLe {
		width: auto !important;
		display: none;
	}

	.centreBox {
		padding-top: 10px !important;
	}

	.colRe {
		width: auto !important;
	}

	.overdue_btn {
		width: 100%;
	}

	.layui-input-inline {
		margin-left: 0 !important;
	}

	#player {
		height: 280px !important;
	}

	.lleft-up img {
		width: 100% !important;
	}

	.lright,
	.footer1 {
		display: none;
	}

	.footer2 {
		display: block;
	}

	.borderTop {
		display: none;
	}

	.borderTop2 {
		display: block !important;
	}

	.layui-btn-normal {
		width: 100%;
		height: 45px !important;
		line-height: 45px !important;
	}

	/* .layui-form-item .layui-input-inline {
    margin: 0 0 10px 100px !important;
} */
	.layui-form-item .layui-input-inline {
		width: 70% !important;
	}

	.layui-input-block {
		width: auto !important;
	}
}

@media screen and (max-width: 450px) {
	.layui-form-item .layui-input-inline {
		width: 65% !important;
	}
}

@media screen and (max-width: 360px) {
	.layui-form-item .layui-input-inline {
		width: 50% !important;
	}
}

.borderTop2 {
	display: none;
}

.footBody {
	background: #f7f8fa;
}

/* 底部 */
.footerCode {
	width: 100%;
	background: #212121;
	line-height: 50px;
}

.footerCodeIn {
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footerCodeIn p {
	color: #656565;
	float: left;
}

.footerCodeIn a {
	color: #656565;
	text-decoration: none;
}

.footerCodeIn b {
	display: block;
	float: left;
	width: 12px;
	height: 14px;
	background: url(../images/bg1.png) no-repeat -180px -25px;
	background: image-set(url(../images/bg1.png) 1x, url(../images/bg1-2x.png) 2x) no-repeat -180px -25px;
	background: -webkit-image-set(url(../images/bg1.png) 1x, url(../images/bg1-2x.png) 2x) no-repeat -180px -25px;
	margin: 0px 0px 0px 10px;
}

.logTit {
	background: #fc3930;
	line-height: 30px;
	height: 30px;
	color: #fff;
	display: block;
	width: 200px;
	margin: 60px auto;
	padding: 5px;
	border-radius: 30px;
	font-size: 18px;
	text-align: center;
}
/* ---------- 9. 分页样式（来自 header2） ---------- */
#layui-laypage {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin: auto;
}
.layui-laypage a,
.layui-laypage span {
    border-radius: 30px !important;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #4a627a;
    margin: 0 2px;
    padding: 0 14px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    transition: all 0.2s;
    font-size: 14px;
}
.layui-laypage .layui-laypage-curr em {
    background: #fc3930;
    color: #ffffff;
    border-radius: 30px;
    font-style: normal;
}
.layui-laypage a:hover {
    background: #fff0ee;
    border-color: #fcbcb5;
    color: #fc3930;
}
.pagination li {
    float: left;
    cursor: pointer;
}
.pagination .active span {
    background-color: red;
    color: #fff;
}
/* ---------- 2. 滚动条 ---------- */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #a7a6a6;
}
::-webkit-scrollbar-button { display: none; }
