@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	outline: none;
}

html,
body {
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}

body {
	background-color: #eee;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

img,
input {
	border: 0;
	outline: none;
}

body .clear {
	clear: both;
	height: 0 !important;
	width: 0 !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.px1600 {
	width: 1600px;
	max-width: 1600px;
	margin: 0 auto;
}

.pic {
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s;
}

.pic img:hover {
	transform: scale(1.1);
}

@keyframes scale {

	0% {
		transform: translateX(-50%) translateY(-50%) scale(1);
		opacity: 0
	}

	50% {
		transform: translateX(-50%) translateY(-50%) scale(1.1);
		opacity: 1
	}

	70% {
		transform: translateX(-50%) translateY(-50%) scale(1.2);
		opacity: 0.5
	}

	100% {
		transform: translateX(-50%) translateY(-50%) scale(1.2);
		opacity: 0
	}
}

.wap {
	display: none !important;
}

/*search*/

.search {
	margin-top: 36px;
}

input,
button {
	border: none;
	outline: none;
}

.search .text {
	width: 408px;
	height: 46px;
	background: rgba(23, 91, 156, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 23px;
	padding: 0 15px;
	color: #fff;
}

.search .button {
	width: 46px;
	height: 46px;
	background: url(../images/fdj.png) no-repeat center;
	background-size: cover;
	cursor: pointer;
	float: right;
	margin-left: 7px;
}

input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.3);
}

input::-moz-input-placeholder {
	color: rgba(255, 255, 255, 0.3);
}

input::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.3);
}


/*头部*/

.top {
	background: url(../images/top-bg.jpg) no-repeat center;
	background-size: cover;
	height: 119px;
	box-shadow: 0px 10px 10px 0px rgba(192, 218, 235, 0.4);
	margin-bottom: 26px;
}

.logo {
	font-size: 0;
	line-height: 119px;
	width: 51.37%;
}

.logo a {
	display: inline-block;
	font-size: 0;
}

.logo img {
	vertical-align: middle;
	max-width: 100%;
}


/*底部*/
.foot {
	background: #0f385f;
	padding: 20px 0;
	color: #fff;
}

.foot a {
	color: #fff;
}

.foot a:hover {
	color: #fff;
}

.foot p {
	text-align: center;
	line-height: 30px;
}



/* 侧边栏 */

.sidebarNav {
	width: 232px;
	padding-bottom: 123px;
	background-color: #fff;
	margin-right: 24px;
}

.sidebarNav ul li {
	padding: 0 22px;
	position: relative;
}

.sidebarNav ul li>a {
	display: block;
	font-size: 22px;
	line-height: 78px;
	border-bottom: 1px dotted rgba(51, 79, 131, 0.28);
	color: #000;
	transition: all 0.3s;
	position: relative;
	z-index: 1;
}

.sidebarNav ul li:nth-child(3)>a {
	border-bottom: 1px solid #97aac6;
}
.sidebarNav ul li:nth-child(4)>a {
	border-bottom: 1px solid #97aac6;
}


.sidebarNav ul li>a::after {
	content: '';
	position: absolute;
	top: 0;
	left: -22px;
	width: 3px;
	bottom: 0;
	z-index: -1;
	transition: all 0.3s;
}

.sidebarNav ul li.active>a,
.sidebarNav ul li>a:hover {
	color: #fff;
}

.sidebarNav ul li>a:hover::after,
.sidebarNav ul li.active>a::after {
	width: 232px;
}

.sidebarNav ul li:first-child>a:after {
	background-color: #103d66;
}

.sidebarNav ul li:nth-child(2)>a:after {
	background-color: #bb0704;
}

.sidebarNav ul li:nth-child(3)>a:after {
	background-color: #f26a10;
}

.sidebarNav ul li:nth-child(4)>a:after {
	background-color: #7851b9;
}
.sidebarNav ul li:nth-child(5)>a:after {
	background-color: #11b193;
}

.sidebarNav ul li:nth-child(6)>a:after {
	background-color: #f5c67f;
}

.sidebarNav ul li:nth-child(7)>a:after {
	background-color: #3a8ee6;
}

.sidebarNav ul li:nth-child(8)>a:after {
	background-color: #000;
}

.sidebarNav ul li a img {
	vertical-align: middle;
	padding: 0 10px;
}

.sidebarNav ul li dl {
	padding: 20px 0;
	border-bottom: 1px dotted rgba(51, 79, 131, 0.28);
}

.sidebarNav ul li dl dd>a {
	display: block;
	font-size: 20px;
	line-height: 50px;
	padding-left: 58px;
	color: #000;
	position: relative;
	transition: all 0.3s;
}

.sidebarNav ul li dl dd>a::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 28px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 2px solid #cb3634;
}

.sidebarNav ul li dl dd:nth-child(2)>a::after {
	border-color: #89c997;
}

.sidebarNav ul li dl dd:nth-child(3)>a::after {
	border-color: #c90b06;
}

.sidebarNav ul li dl dd:nth-child(4)>a::after {
	border-color: #08adad;
}

.sidebarNav ul li dl dd:nth-child(5)>a::after {
	border-color: #104595;
}

.sidebarNav ul li dl dd:nth-child(6)>a::after {
	border-color: #cfa958;
}

.sidebarNav ul li dl dd:nth-child(7)>a::after {
	border-color: #49b387;
}

.sidebarNav ul li dl dd.active>a,
.sidebarNav ul li dl dd>a:hover {
	font-weight: bold;
	color: #0c4d8c;
}

.main-r {
	overflow: hidden;
}

@media screen and (max-width:1620px) {
	.px1600 {
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}

}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1300px) {
	.search .text {
		width: 308px;
	}
}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1100px) {}

@media screen and (max-width:1024px) {
	body {
		padding-top: 60px !important;
	}

	.pc {
		display: none !important;
	}

	.banner .slick-slide a:before {
		display: none;
	}

	.m-top {
		max-width: 1920px;
		margin: 0 auto;
		position: fixed;
		right: 20px;
		top: 18px;
		width: 25px;
		height: 25px;
		z-index: 9999;
	}

	.wap {
		display: block !important;
	}

	.wap-menu {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 99999;
		font-size: 0;
	}

	.wap-menu img {
		height: 25px;
	}

	.close-menu {
		display: none;
		position: absolute;
		right: 0;
		top: 0;
	}

	.m-head {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: url(../images/top-bg.jpg) no-repeat center;
		background-size: cover;
		z-index: 999;
		padding: 10px 20px;
	}

	.m-logo {
		font-size: 0;
	}

	.m-logo a {
		font-size: 0;
		line-height: 40px;
		display: inline-block;
	}

	.m-logo a:nth-child(2) {
		margin-left: 10px;
	}

	.m-logo img {
		height: 40px;
		vertical-align: middle;
	}

	.m-tlink {
		font-size: 12px;
		padding: 10px 15px 0 15px;
		color: rgba(255, 255, 255, 0.6);
	}

	.m-tlink a {
		display: block;
		width: 30px;
		height: 30px;
		line-height: 28px;
		text-align: center;
		border: 1px solid #fff;
		border-radius: 50%;
		color: #fff;
		font-size: 0;
		margin-left: 5px;
	}

	.m-tlink a img {
		vertical-align: middle;
	}

	.m-search {
		margin: 0 15px;
		padding-right: 50px;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		position: relative;
		line-height: 35px;
		/* background: #fff; */
		margin-top: 15px;
		margin-bottom: 15px;
		border: 1px solid #fff;
	}

	.m-search input[type="text"] {
		display: block;
		width: 100%;
		line-height: 25px;
		background: none;
		color: #fff;
		font-size: 12px;
	}

	.m-search input[type="text"]::placeholder {
		color: #fff;
	}

	.m-search input[type="image"] {
		position: absolute;
		right: 10px;
		top: 10px;
		height: 15px;
	}

	.m-nav {
		position: fixed;
		top: 60px;
		right: -100%;
		bottom: 0;
		z-index: 999;
		background: #103d66;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		overflow-y: scroll;
		width: 100%;
		max-width: 375px;
	}

	.m-nav .top-r {
		color: #fff;
		padding-left: 15px;
	}

	.m-nav ul {
		padding: 0 15px;
		/* border-top: 1px solid rgba(255, 255, 255, 0.2); */
	}

	.m-nav ul li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}

	.m-nav ul li>span.on {
		transform: rotateZ(90deg);
	}

	.m-nav ul li ul {
		display: none;
	}

	.m-nav ul li ul li {
		border: none;
	}

	.m-nav>ul>li a {
		display: block;
		font-size: 14px;
		line-height: 20px;
		padding: 15px 0;
		position: relative;
		color: #fff;
	}

	.m-nav>ul>li ul li a {
		padding: 10px 0;
	}

	.m-nav>ul>li>span {
		position: absolute;
		width: 20px;
		height: 20px;
		background: url(../images/m-nav_down.png) no-repeat;
		background-size: 14px 14px;
		background-position: center center;
		right: 0;
		top: 15px;
		cursor: pointer;
		display: block;
		color: #fff;
		transition: all 0.3s;
	}

	.sidebarNav {
		display: none;
	}



}

@media screen and (max-width:768px) {
	.foot {
		padding: 10px 0;
	}

	.foot p {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:640px) {}

@media screen and (max-width:480px) {
.m-logo img{
		height: 25px;
	}
}

@media screen and (max-width:375px) {}

@media screen and (max-width:320px) {}