@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 {overflow-x:hidden;}*/

@font-face {
	font-family: 'sySong';
	src: url('sySong.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

#vsb_content_4 IMG{
border-bottom: #ccc 0px solid!important;
    border-left: #ccc 0px solid!important;
    border-top: #ccc 0px solid!important;
    border-right: #ccc 0px solid!important;
}


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: #000;
}

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;
}

.px1560 {
	width: 1560px;
	max-width: 1560px;
	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;
}

@keyframes icon-yh {
	0% {
		transform: rotateZ(0);
	}
	10% {
		transform: rotateZ(10deg);
	}
	20% {
		transform: rotateZ(0);
	}
	30% {
		transform: rotateZ(-10deg);
	}
	40% {
		transform: rotateZ(0);
	}
	50% {
		transform: rotateZ(10deg);
	}
	60% {
		transform: rotateZ(0);
	}
	70% {
		transform: rotateZ(-10deg);
	}
	80% {
		transform: rotateZ(0);
	}
	90% {
		transform: rotateZ(10deg);
	}
	100% {
		transform: rotateZ(0);
	}
}


/*头部*/

.top {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: url(../img/head-bg.jpg) no-repeat;
	background-size: cover;
	transition: all 0.3s;
}

.top>div {}

.logo a {
	display: block;
	font-size: 0;
	line-height: 134px;
}

.logo img {
	vertical-align: middle;
}

.top-r {
	float: right;
	position: relative;
	margin-top: 26px;
}

.top-r-t {
	text-align: right;
	line-height: 24px;
	padding-top: 20px;
	overflow: hidden;
}

.top-r-lj {
	font-size: 15px;
	color: #fff;
	text-align: right;
}

.top-r-lj a {
	padding: 0 6px;
	color: #fff;
}

.top-r-lj a:hover {
	color: rgba(255, 255, 255, 0.8);
}

.search {
	/*width: 230px;*/
	height: 35px;
	background: rgba(224, 228, 243, 0.12);
	margin-top: 20px;
	position: relative;
}

input,
button {
	border: none;
	outline: none;
}

.search .text {
	width:358px;
	padding-left: 15px;
	padding-right:15px;
	height: 32px;
	font-size: 14px;
	background: none;
	color: #fff;
}

.search .button {
	width: 32px;
	height: 32px;
	background: url(../img/fdj.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
}

input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.34);
}

input::-moz-input-placeholder {
	color: rgba(255, 255, 255, 0.34);
}

input::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.34);
}


/*导航*/

.nav {
	position: fixed;
	left: 0;
	right: 0;
	top: 134px;
	z-index: 999;
	height: 50px;
	line-height: 50px;
	background: #fff;
	transition: all 0.3s;
}

.nav.on {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.nav>ul {
	font-size: 0;
}

.nav>ul>li {
	float: left;
	text-align: center;
	position: relative;
	/*width: 10%;*/
	transition: all 0.5s;
}



.nav1{width:6%;}
.nav2{width:15%;}
.nav3{width:13%;}
.nav4{width:13%;}
.nav5{width:13%;}
.nav6{width:14%;}
.nav7{width:24%;}


.nav>ul>li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 19px;
	background: url(../img/nav-sx.png) no-repeat;
	z-index: 1;
}

.nav>ul>li:first-child:after {
	display: none;
}

.nav>ul>li>a {
	display: block;
	font-size: 16px;
	color: #333;
	text-align: center;
	position: relative;
	transition: all 0.3s;
}

.nav>ul>li.active>a {
	font-weight: 600;
}

.nav>ul>li.on>a {
	font-weight: 600;
}

.nav>ul>li>div {
	position: absolute;
	top: calc(100% - 3px);
	left: 0;
	width: 100%;
	background: rgba(29, 32, 128, 0.9);
	background: linear-gradient(to bottom, rgba(29, 32, 128, 0.9) 0%, rgba(29, 32, 128, 0) 100%);
	border-top: 3px solid #f5a00a;
	overflow: hidden;
	line-height: normal;
	padding-bottom: 80px;
	padding-top: 10px;
	z-index: 999;
}

.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: #fff;
}

.nav>ul>li>div>ul>li a:hover {
	background: #1d2080;
	color: #fff;
}

.nav>ul>li>div {
	transform: scale(0.6);
	transform-origin: center top;
	opacity: 0;
	visibility: hidden;
}

.nav>ul>li:hover>div {
	transform: scale(1);
	transition: all 0.5s;
	opacity: 1;
	visibility: visible;
}

.nav>ul>li:hover a {
	font-weight: bold;
}


/*底部*/

.foot {
	background: url(../img/foot-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 30px 0 0 0;
	position: relative;
}

.foot:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	height: 30px;
	width: 90%;
	background: url(../img/foot-bg22.png) no-repeat center;
	background-size: 100% 100%;
}

.foot>div {
	color: #fff;
}

.foot a {
	color: #fff;
}

.foot h3 {
	font-size: 18px;
	margin-bottom: 20px;
}

.foot-l {
	width: 18.39%;
}

.link {}

.link p {
	line-height: 48px;
	padding-right: 20px;
	background: #303c45;
	color: #9096dc;
	text-align: left;
	font-size: 16px;
	background: url(../img/link-icon-down.png) no-repeat;
	background-position: right center;
}

.link>div {
	position: relative;
	padding: 0 20px;
	background: rgba(29, 36, 114, 0.17);
	border: 1px solid rgba(255, 255, 255, 0.17);
	margin-top: 10px;
}

.link>div:first-child {
	margin-left: 0;
}

.link>div:hover div {
	display: block;
}

.link>div div {
	position: absolute;
	bottom: 100%;
	background: #fff;
	padding: 15px 0;
	left: 0;
	right: 0;
	display: none;
}

.link>div div a {
	display: block;
	color: #333;
	line-height: 30px;
	font-size: 16px;
	padding: 0 10px;
}

.link>div div a:hover {
	background: #1d2080;
	color: #fff;
}

.foot-c {
	margin-left: 3%;
	width: 40%;
}

.foot-c p {
	color: rgba(255, 255, 255, 0.75);
	line-height: 42px;
}

.foot-r {width: 35%;}

.foot-r>p {
	text-align: center;
	font-size: 18px;
	margin-bottom: 50px;
	margin-top: 50px;
}

.foot-media>div {
	float: left;
	text-align: center;
	margin-left: 15px;
	position: relative;
}

.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: 16px;
	color: rgba(255, 255, 255, 0.75);
	margin-top: 10px;
}

.foot-bq {
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	line-height: 30px;
	padding: 15px 20px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.48);
	margin-top: 32px;
}

.foot-bq p {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.48);
}

@media screen and (max-width:1800px) {}

@media screen and (max-width:1600px) {}

@media screen and (max-width:1560px) {
	.px1560 {
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}
	.foot-l {
		width: 18%;
	}
	.foot-c {
		/*width: 26%;*/
	}
	.foot-c p {
		font-size: 14px;
		line-height: 38px;
	}
	.link p {
		font-size: 14px;
	}
	.foot-media>div>p {
		font-size: 14px;
	}
	.foot-bq p {
		font-size: 14px;
	}
	.foot-r>p {
		font-size: 16px;
	}
}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1400px) {
	.foot-media>div {
		margin-left: 24px;
	}
}

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1200px) {
	.foot-c {
		width: 28%;
	}
	.foot-c p {
		line-height: 30px;
	}
	.foot-media>div {
		margin-left: 20px;
	}
}

@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: #0e358e;
		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 {
		font-size: 12px;
		padding: 10px 15px 0 15px;
		color: rgba(255, 255, 255, 0.6);
	}
	.m-tlink a {
		font-size: 12px;
		margin: 0 6px;
		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-tlink a img:last-child {
		height: 7px;
		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: #0e358e;
		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(../img/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:before{
		height: 20px;
		top: -20px;
	}
	.foot-l,
	.foot-c,
	.foot-r {
		float: none;
		width: auto;
	}
	.foot-c {
		margin-left: 0;
		margin-top: 20px;
		text-align: center;
	}
	.foot-r {
		margin-top: 20px;
	}
	.foot-r>p {
		margin-top: 0;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.foot-media {
		text-align: center;
		margin-top: 25px;
	}
	.foot-media>div {
		float: none;
		display: inline-block;
	}
	.foot h3 {
		text-align: center;
		font-size: 16px;
		margin-bottom: 15px;
	}
	.link p {
		line-height: 40px;
	}
}

@media screen and (max-width:768px) {}

@media screen and (max-width:640px) {
	.foot-media>div {
		width: 31.333%;
		margin-left: 0;
		margin-top: 10px;
	}
}

@media screen and (max-width:480px) {}

@media screen and (max-width:375px) {}

@media screen and (max-width:320px) {}
