@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;
}

@font-face {
	font-family: 'sySong';
	src:
		url('sySong.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html,
body {
	color: #303030;
	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;
}

.px1440 {
	width: 1440px;
	max-width: 1440px;
	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 {

	width: 233px;
	height: 50px;
	border-bottom: 1px solid #fff;
	position: relative;
}

input,
button {
	border: none;
	outline: none;
}

.search .text {
	width: 233px;
	padding-left: 5px;
	padding-right: 60px;
	height: 50px;
	font-size: 14px;
	background: none;
	color: #fff;
}

.search .button {
	width: 50px;
	height: 50px;
	background: url(../images/fdj.png) no-repeat center;
	background-size: 20px auto;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
}

input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .7);
}

input::-moz-input-placeholder {
	color: rgba(255, 255, 255, .7);
}

input::-ms-input-placeholder {
	color: rgba(255, 255, 255, .7);
}

/*头部*/

.top {
	width: 100%;
	background: url(../images/db-bj.jpg) no-repeat;
	background-size: cover;
	transition: all 0.3s;
	z-index: 99999;
}

.logo {
	font-size: 0;
	line-height: 155px;
	width: 41.18%;
}

.logo a {
	display: inline-block;
	font-size: 0;
}

.logo img {
	vertical-align: middle;
	max-width: 100%;
}

.top-r {
	margin-top: 42px;
}

.top-r a.lj {
	display: inline-block;
	position: relative;
	margin-left: 32px;
	padding-left: 40px;
	font-size: 15px;
	line-height: 50px;
	color: #fff;
	transition: all 0.3s;
}

.top-r a.lj::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 22px;
	background-color: rgba(255, 255, 255, .3);
}

.top-r a.lj img {
	padding-right: 13px;
	vertical-align: middle;
}

.top-r a.lj:hover {
	opacity: 0.7;
}

/*导航*/

.nav {
	height: 74px;
	line-height: 74px;
	background-color: #fff;
}

.nav>ul {
	font-size: 0;
	text-align: center;
}

.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;
	font-weight: bold;
	text-align: center;
	width: 178px;
	position: relative;
}

.nav>ul>li.on>div {
	border-top: 3px solid #ffffff;
}

.nav>ul>li.active>a {
	color: #fff;
	background-color: #8a0984;
}

.nav>ul>li:hover>a {
	color: #fff;
	background-color: #8a0984;
}

.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: #8a0984;
	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: url(../images/foot-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 65px 0 25px 0;
	color: #fff;
}

.foot a {
	color: #fff;
}

.foot a:hover {
	color: #fff;
}

.foot-logo {
	display: block;
	max-width: 100%;
}

.foot-dz {
	margin-left: 135px;
}

.foot-dz p {
	line-height: 30px;
}

.foot-d {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 40px;
	padding-top: 30px;
}

.foot-d p {
	color: rgba(255, 255, 255, .8);
}


@media screen and (max-width:1460px) {
	.px1440 {
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1300px) {
	.nav>ul>li {
		width: 14.28%;
	}

	.nav>ul>li>a {
		width: auto;
	}
}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1100px) {
	.foot-dz {
		margin-left: 110px;
	}
}

@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: #8a0984;
		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 {
		font-size: 12px;
		margin: 0 8px;
		color: #fff;
		display: inline-block;
		line-height: 24px;
		/*background: #fff;*/
		line-height: 24px;
		border-radius: 5px;
	}

	.m-tlink a img {
		vertical-align: -2px;
 		padding-right: 5px;
		height: 14px;
	}

	.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: #8a0984;
		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-logo {
		height: 53px;
	}

	.foot-dz {
		margin-left: 50px;
	}
}

@media screen and (max-width:768px) {
	.foot {
		padding: 20px;
	}
	.foot-logo {
		float: none;
		margin: 0 auto;
	}

	.foot-dz {
		float: none;
		margin-left: 0;
		text-align: center;
		margin-top: 20px;
	}
	.foot-dz p{
		font-size: 14px;
		line-height: 24px;
	}
	.foot-d {
		margin-top: 20px;
		padding-top: 15px;
	}
	.foot-d p{
		float: none;
		font-size: 14px;
	}
}

@media screen and (max-width:640px) {}

@media screen and (max-width:480px) {
	.foot-logo {
		height: auto;
	}
}

@media screen and (max-width:375px) {
}

@media screen and (max-width:320px) {}