@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

html,
body {
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}

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;
}

.px1400 {
	width: 1400px;
	max-width: 1400px;
	margin: 0 auto;
	/* padding-top: 20px; */
}

.pic {
	
	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-con {
	display: block;
	margin-left: 18px;
}

.search-con button {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 29px;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	background: none;
	cursor: pointer;
	font-size: 0;
	transition: all 0.3s;
}

.search-con button:hover {
	border-style: dashed;
}

.search-con button img {
	vertical-align: middle;
}

.search {
	width: 500px;
	height: 50px;
	background: #fff;
	margin-top: 20px;
	position: absolute;
	right: 0;
	top: 24px;
	z-index: 1;
	display: none;
}

input,
button {
	border: none;
	outline: none;
}

.search .text {
	width: 500px;
	padding-left: 15px;
	padding-right: 80px;
	height: 50px;
	font-size: 14px;
	background: none;
	color: #333;
}

.search .button {
	width: 80px;
	height: 50px;
	background: #26569d url(../images/fdj.png) no-repeat center;
	background-size: 15px auto;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
}

input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-input-placeholder {
	color: #999;
}

input::-ms-input-placeholder {
	color: #999;
}


/* 定位搜索框 */

.yc-search {
	line-height: 40px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: none;
}

.yc-search-bg {
	position: fixed;
	z-index: 99998;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8);
}

.search {
	display: block;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 99999;
}


/*头部*/

.top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 60px;
	margin-top: 22px;
	transition: all 0.3s;
	z-index: 99999;
}

.top.on {
	background-color: #26569d;
	padding: 10px;
	height: 80px;
	margin-top: 0;
}

.top-l {
	width: calc(100% - 95px);
}

.logo {
	font-size: 0;
	line-height: 60px;
	width: 37.14%;
}

.logo a {
	display: inline-block;
	font-size: 0;
}

.logo img {
	vertical-align: middle;
	max-width: 100%;
}

/*导航*/

.nav {
	height: 60px;
	line-height: 60px;
}

.nav>ul {
	font-size: 0;
	text-align: right;
}

.nav>ul>li {
	display: inline-block;
	text-align: center;
	position: relative;
}

.nav>ul>li:first-child {
	margin-left: 0;
}

.nav>ul>li>a {
	display: block;
	font-size: 17px;
	color: #fff;
	text-align: center;
	margin: 0 14px;
	position: relative;
}

.nav>ul>li.on>div {
	border-top: 3px solid #ffffff;
}

.nav>ul>li>a::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 5px;
	border-top: 1px solid #fff;
	transform: scale(0);
	transition: all 0.3s;
}

.nav>ul>li.on>a::after,
.nav>ul>li:hover>a::after,
.nav>ul>li.active>a::after {
	transform: none;
}

.nav>ul>li.active>a {
	color: #fff;
}

.nav>ul>li:hover>a {
	font-weight: 600;
}

.nav>ul>li>div {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	min-width: 120px;
	background: #fff;
	background: rgb(255, 255, 255, 1);
	z-index: 9999;
	overflow: hidden;
	line-height: normal;
	display: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.nav>ul>li>div>ul {
	overflow: hidden;
}

.nav>ul>li>div>ul>li a {
	display: block;
	font-size: 14px;
	line-height: 40px;
	transition: .3s;
	color: #333;
}

.nav>ul>li>div>ul>li a:hover {
	background: #26569d;
	color: #fff;
}

.nav-r {
	float: left;
	position: relative;
}

.nav-r a {
	float: left;
	margin-left: 20px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 0;
}

.nav-r a img {
	vertical-align: middle;
	display: none;
}

.nav-r a img:first-child {
	display: inline-block;
}

.nav-r a span {
	display: block;
	font-size: 18px;
}

.top-r {
	margin-top: 15px;
}

.home a {
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 29px;
	font-size: 0;
	transition: all 0.3s;
}

.home a img {
	vertical-align: middle;
}

.home a:hover {
	border-style: dashed;
}

/*底部*/
.foot {
	background: #26569d;
	background-size: cover;
	padding: 44px 0;
	color: #fff;
}

.foot a {
	color: #fff;
}

.foot a:hover {
	color: #fff;
}

.foot-l {
	width: 24.28%;
}

.foot-logo {
	max-width: 100%;
}

.foot-dz {
	margin-top: 20px;
}

.foot-dz p {
	font-size: 14px;
	line-height: 30px;
}

.foot h3 {
	font-size: 20px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.foot h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 48px;
	height: 1px;
	background-color: #fff;
}

.linkimg {
	width: 10.28%;
	position: relative;
	text-align: center;
}
.linkimg img{width:80%;height: auto;text-align: center;}
.linkimg {}
.link {
	max-width: 446px;
	margin-left: 12%;
	position: relative;
}

.link::before {
	content: '';
	position: absolute;
	top: 0;
	left: -70px;
	width: 1px;
	height: 175px;
	background-color: rgb(255, 255, 255, 0.3);
}

.link::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 175px;
	background-color: rgb(255, 255, 255, 0.3);
}

.link>div a {
	display: inline-block;
	width: 30%;
	font-size: 14px;
	line-height: 33px;
}

.foot-lxwm {
	width: 20.28%;
}

.foot-lxwm p {
	font-size: 14px;
	line-height: 33px;
}
















@media screen and (max-width:1840px) {}

@media screen and (max-width:1720px) {}

@media screen and (max-width:1650px) {}

@media screen and (max-width:1420px) {
	.px1400 {
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}

}

@media screen and (max-width:1400px) {
	.link {
		margin-left: 4%;
	}

	.link::before {
		left: -35px;
	}
}

@media screen and (max-width:1300px) {}

@media screen and (max-width:1200px) {
	.nav>ul>li>a {
		margin: 0 10px;
	}

	.link::after {
		right: 45px;
	}

}

@media screen and (max-width:1100px) {
	.link {
		width: 415px;
	}
}

@media screen and (max-width:1024px) {

.ffhg{
    float: right;
    position: absolute;
    background: #fff;
    right: 0px;
    top: 66px !important;
}
	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: #26569d;
		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 {
		max-height: 34px;
		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: #26569d;
		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;
	}


	.foot {
		padding: 20px 0;
	}

	.foot-l,.linkimg,
	.link,
	.foot-lxwm {
		float: none;
		width: 100%;
		text-align: center;
	}

.linkimg img{width:30%;}

.qh-tit44 ul li{    width: 40%;}
.qh-tit44 ul li a{ width:50%;}
.qh-tit44 ul li h3{width:50%;font-size:20px;}

	.foot-dz {
		margin-top: 10px;
	}

	.foot-dz p {
		line-height: 24px;
	}

	.foot h3 {
		font-size: 18px;
		margin-bottom: 10px;
		padding-bottom: 5px;
	}

	.foot h3::after {
		left: 50%;
		transform: translateX(-50%);
	}

	.link::after,
	.link::before {
		display: none;
	}

	.link {
		margin-left: 0;
		max-width: inherit;
		margin-top: 20px;
	}

	.foot-lxwm {
		margin-top: 20px;
	}

	.foot-lxwm p {
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {}

@media screen and (max-width:640px) {}

@media screen and (max-width:480px) {}

@media screen and (max-width:375px) {
	.link>div a{
		width: 48%;
		line-height: 30px;
	}
}

@media screen and (max-width:320px) {
	.m-logo img {
		max-height: 28px;
	}
}