@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;
	width: 100%;
	height: 100%;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
	transition: all 0.3s;
}

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;
}

body {
	padding-top: 110px;
}

.px1400 {
	width: 1400px;
	max-width: 1400px;
	margin: 0 auto;
}

.pic {
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 1s;
}

.pic img:hover {
	transform: scale(1.2);
}

.wap {
	display: none !important;
}



.banner {
	overflow: hidden;
	max-width: 1400px;
	margin: 0 auto;
}

.banner a {
	display: block;
}

.banner>img {
	display: block;
	width: 100%;
}

.banner .slick {
	width: 1400px;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}

.banner .slick-slide a {
	display: block;
	position: relative;
}

.banner .slick-slide a img {
	display: block;
	width: 100%;
}

.banner .slick-slide a p {
	position: absolute;
	z-index: 9;
	color: #fff;
	left: 0;
	right: 0;
	bottom: 35px;
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	font-size: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 100px;
}

.banner .slick-dots {
	bottom: 20px;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	line-height: 6px;
	font-size: 0;
	max-width: 1520px;
}

.banner .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 6px;
	background: rgba(255, 255, 255, 0.5);
	margin: 0 10px;
}

.banner .slick-dots li.slick-active {
	background: rgba(255, 255, 255, 1);
}

.banner .slick-prev {
	left: 3%;
	width: 46px;
	height: 46px;
	background: url() no-repeat center;
}

.banner .slick-next {
	right: 3%;
	width: 46px;
	height: 46px;
	background: url() no-repeat center;
}



.top {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background: #fff;
	box-shadow: 0 0 20px rgb(0 0 0 / 15%);
	border-bottom: 5px solid #005bac;
}

.top>div {}

.logo {
	line-height: 110px;
}

.logo img {
	vertical-align: middle;
}

.top-r {
	padding-left: 650px;
	text-align: right;
	height: 90px;
	line-height: 90px;
}

.top-r-t {
	display: inline-block;
	font-size: 0;
	padding-left: 50px;
	vertical-align: top;
}

.search-con {
	position: absolute;
	bottom: -45px;
	right: 0;
}

.top button {
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	background: rgba(203, 152, 0, 0.8);
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
}

.top button img {
	vertical-align: -6px;
	padding-right: 10px;
}

.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: rgba(203, 152, 0, 0.8) url(../img/fdj.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
}

input::-webkit-input-placeholder {
	color: #666;
}

input::-moz-input-placeholder {
	color: #666;
}

input::-ms-input-placeholder {
	color: #666;
}



.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;
}



.nav {
	padding-left: 550px;
	line-height: 110px;
}

.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: 18px;
	padding: 0 30px;
	text-align: center;
	position: relative;
	transition: all 0.3s;
}

.nav>ul>li>a:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 60%;
	width: 1px;
	background: #e4e4e4;
}

.nav>ul>li.on>div {
	border-top: 3px solid #005bac;
}

.nav>ul>li>a::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 22px;
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.nav>ul>li.on>a::after {
	border-bottom: 5px solid #005bac;
}

.nav>ul>li.active>a {
	color: #005bac;
	font-weight: bold;
}

.nav>ul>li:hover>a {
	color: #005bac;
	font-weight: bold;
}

.nav>ul>li>div {
	position: absolute;
	top: 80%;
	width: 100%;
	background: #fff;
	background: rgb(255 255 255);
	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: #005bac;
	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;
}



.foot {
	background: #005bac;
	width: 100%;
	margin-top: 40px
}

.foot {
	color: #fff;
}

.foot a {
	color: #fff;
}

.foot-l {
	line-height: 140px;
	font-size: 0;
}

.foot-l img {
	vertical-align: middle;
}

.foot-r {
	margin-top: 45px;
}

.foot-media>div {
	float: left;
	text-align: center;
	margin-left: 30px;
	position: relative;
	cursor: pointer;
}

.foot-media>div:first-child {
	margin-left: 0;
}

.foot-media>div:hover div {
	display: block;
}

.foot-media>div>div {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 100%;
	margin-bottom: 15px;
	width: 120px;
	padding: 5px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	display: none;
}

.foot-media>div>div img {
	display: block;
	width: 100%;
}

.foot-media>div>div::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.foot-media>div>img {
	display: block;
	margin: 0 auto;
}

.foot-media>div>p {
	font-size: 15px;
	color: #aeaeae;
	margin-top: 10px;
}

.foot .bq {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	line-height: 26px;
	padding: 15px 0;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
}
.bq a{
color: #ffffffB3;
}

@media screen and (max-width:1400px) {
	.px1400 {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width:1250px) {
	.nav{
		padding-left: 350px;
	}
}

@media screen and (max-width:1050px) {
	.nav>ul>li>a{
		font-size: 16px;
	}
}

@media screen and (max-width:1024px) {
	body {
		padding-top: 60px !important;
	}
	.pc {
		display: none !important;
	}
	.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: #fff;
		box-shadow: 0 0 20px rgb(0 0 0 / 15%);
		z-index: 999;
		padding: 10px 20px;
	}
	.m-logo {
		font-size: 0;
	}
	.m-logo a {
		font-size: 0;
		line-height: 40px;
		display: block;
	}
	.m-logo img {
		max-height: 40px;
		max-width: 80%;
		vertical-align: middle;
	}
	.m-tlink {
		padding: 10px 15px 0 15px;
	}
	.m-tlink a {
		font-size: 12px;
		margin-right: 5px;
		color: #fff;
		display: inline-block;
		line-height: 24px;
	
		line-height: 24px;
		border-radius: 5px;
	}
	.m-tlink a img {
		vertical-align: -2px;
		padding-right: 5px;
	}
	.m-search {
		margin: 0 15px;
		padding-right: 50px;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		position: relative;
		line-height: 35px;

		margin-top: 15px;
		margin-bottom: 15px;
		border: 1px solid #fff;
		border-radius: 20px;
	}
	.m-search input[type="text"] {
		display: block;
		width: 100%;
		line-height: 25px;
		background: none;
		color: #fff;
	}
	.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: #005bac;
		border-top: 1px solid #0268b5;
		overflow-y: scroll;
		width: 100%;
		max-width: 375px;
	}
	.m-nav .top-r {
		color: #fff;
		padding-left: 15px;
	}
	.m-nav ul {
		padding: 0 15px;

	}
	.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() no-repeat;
		background-size: 14px 14px;
		background-position: center center;
		right: 0;
		top: 15px;
		cursor: pointer;
		display: block;
		color: #fff;
		transition: all 0.3s;
	}
}

@media screen and (max-width:768px) {
	.foot{
		margin-top: 30px;
	}
	.foot-l{
		line-height: 100px;
	}
	.foot-l img{
		max-height: 55px;
	}
	.foot-r{
		margin-top: 25px;
	}
}

@media screen and (max-width:480px) {
	.banner .slick-dots{
		bottom: 15px;
	}
	.banner .slick-dots li{
		width: 30px;
		height: 3px;
	}
	
	.foot-l{
		float: none;
		width: 100%;
		text-align: center;
	}
	.foot-r{
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 0;
	}
	.foot-media>div{
		float: none;
		display: inline-block;
	}
	.foot .bq{
		margin-top: 20px;
		line-height: 22px;
	}
	.foot-media>div>img{
		max-height: 41px;
	}
}

@media screen and (max-width:375px) {
	.foot-l{
		line-height: 80px;
	}
	.foot-l img{
		max-height: 45px;
	}
	.foot .bq{
		font-size: 12px;
		margin-top: 15px;
		padding: 10px 0;
	}
}

@media screen and (max-width:320px) {
	
}