* {
	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('/style/sySong.woff') format('woff');
	font-weight: normal;
	font-style: normal
}

html,
body {
	color: #333;
	font-size: 16px;
	font-family: "ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ";
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
	max-width: 1920px
}

button {
	border: none;
	background: none;
	outline: none;
	cursor: pointer
}

a {
	text-decoration: none;
	cursor: pointer
}

img {
	transition: all 1s
}

.index a:hover img {
	transform: scale(1.1)
}

p {
	margin: auto
}

li {
	list-style: none
}

.clear {
	clear: both
}

.px1400 {
	max-width: 1459px;
	margin: 0 auto
}

img,
input {
	border: 0;
	outline: none
}

.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}

.pic {
	display: block;
	padding-top: 75%;
	position: relative;
	overflow: hidden
}

.wap {
	display: none
}
.head{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.head-top {
	padding: 22px 0;
	position: relative;
	background: url(/images/head-bg.png) no-repeat center;
	background-size: cover
}

.logo {
	float: left
}

.logo a {
	display: block;
	font-size: 0
}

.logo a img {
	vertical-align: middle;
	transition: all 0.3s;
	padding-top: 10px
}

.search {
	float: right;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	color: #d6d6d6;
	font-size: 0;
	text-align: right
}

.search span {
	display: inline-block;
	font-size: 12px;
	color: #666666;
	line-height: 12px;
	vertical-align: middle
}

.search a {
	margin-bottom: 15px;
	display: inline-block;
	font-size: 16px;
	font-stretch: normal;
	line-height: 16px;
	color: #ffffff;
	padding-left: 20px
}

.search a img {
	vertical-align: middle;
	margin-right: 5px
}

.search a:first-child {
	border: none
}

.search a:hover {
	color: #fff
}

.search-box {
	overflow: hidden
}

.search-box>div {
	float: right;
	padding-left: 12px;
	border: solid 1px #ffffff
}

.search-box input[type="text"] {
	width: 170px;
	padding: 0 10px 0 0;
	line-height: 40px;
	height: 40px;
	background: none;
	color: #fff;
	vertical-align: middle;
	transition: all 0.3s;
	font-size: 14px
}

.search-box input[type="text"]::placeholder {
	color: #e9f3f3
}

.search-box input.p-submit {
	width: 45px;
	color: #fff;
	height: 34px;
	font-size: 14px;
	vertical-align: middle;
	background: url(/images/search2.png) no-repeat;
	background-position: center center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 0
}

.search-box img {
	display: block;
	height: 17px;
	margin-top: 9px;
	cursor: pointer
}

.t-search {
	background: #223356;
	padding: 10px 0;
	display: none
}

.t-search>div {
	max-width: 500px;
	margin: 0 auto;
	position: relative;
	padding-right: 50px;
	padding: 5px 0;
	background: #fff
}

.t-search>div input[type="text"] {
	display: block;
	width: 100%;
	padding: 0 70px 0 20px;
	height: 30px;
	box-sizing: border-box
}

.search-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 40px;
	background: #9b0c14
}

.search-btn input {
	display: block;
	width: 20px;
	margin: 10px auto
}

.head.on .nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	border: none;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2)
}

.head.on .nav>ul>li>a {
	line-height: 70px
}

.nav {
	background: #fff;
	transition: all 0.5s
}

.nav>ul {
	font-size: 0;
	text-align: center;
	transition: all 0.5s
}

.nav>ul>li {
	display: inline-block;
	width: 9%;
	position: relative;
	transition: all 0.3s;
	box-sizing: border-box
}

.nav>ul>li::after {
	position: absolute;
	content: "";
	width: 0;
	height: 6px;
	bottom: 0;
	left: 0;
	background: url(/images/nav-after.png) no-repeat bottom center;
	z-index: 99
}

.nav>ul>li:hover:after {
	width: 100%
}

.nav>ul>li>a {
	font-size: 18px;
	color: #313131;
	line-height: 55px;
	position: relative;
	/* font-weight: bold; */
}

.nav>ul>li>ul {
	display: none;
	position: absolute;
	top: 100%;
	padding: 10px 0;
	width: 160px;
	background-color: rgba(68, 151, 164, 0.8);
	z-index: 9;
}

.nav>ul>li>ul>li {
	position: relative
}

.nav>ul>li>ul>li>ul>li::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0px;
	top: 20px;
	left: 0;
	border: 7px solid transparent;
	border-left: 7px solid palegoldenrod;
	z-index: 99
}

.nav>ul>li:nth-child(9)>ul>li>ul>li::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0px;
	top: 18px;
	left: 90%;
	border: 7px solid transparent;
	border-right: 7px solid palegoldenrod;
	z-index: 99
}

.nav>ul>li>ul>li>ul {
	width: 150px;
	background-color: rgba(37, 175, 197, 0.6);
	position: absolute;
	top: 0;
	left: 100%
}

.nav>ul>li>ul>li:hover ul>li:nth-child(1):after {
	width: 100%
}

.nav>ul>li>ul>li>ul {
	display: none
}

.nav>ul>li>ul>li:hover ul {
	display: block
}

.nav>ul>li:hover>ul {
	display: block
}

.nav>ul>li ul li:hover>a {
	font-weight: bold
}

.nav>ul>li ul li {
	text-align: center
}

.nav>ul>li>li>li:hover ul {
	display: block
}

.head.on .nav>ul>li ul li a::before {
	left: 20%
}

.nav>ul>li ul li a {
	display: block;
	font-size: 16px;
	line-height: 45px;
	color: #ffffff;
	position: relative;
	text-align: center
}

.nav>ul>li ul li a::before {
	position: absolute;
	left: 20%;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin-top: -2px
}

.nav>ul>li ul .nav>ul>li ul li a:hover {
	color: #fff
}

.nav>ul>li ul li a:hover::before {
	color: #93c1f7
}

.nav>ul>li.active {
	background: #fff
}

.nav>ul>li.active>a {
	color: #304174
}

.nav>ul>li.active>a::before {
	left: 0;
	right: 0
}

.banner {
	position: relative;
	margin-top: 180px;
}

.banner img {
	width: 100%
}

.banner .slick-prev,
.banner .slick-next {
	top: auto;
	bottom: 20px
}

.banner .slick-prev {

	width: 62px;
	height: 62px;
	z-index: 1;
	left: auto;
	right: 525px
}

.banner .slick-next {

	width: 62px;
	height: 62px;
	z-index: 1;
	right: 345px
}

.banner .slick-dots {
	margin-bottom: 30px
}

.banner .slick-dots li {
	width: 15px;
	height: 15px;
	background-color: #c6c6c6;
	border-radius: 50%;
	margin: 0 7px
}

.banner .slick-dots .slick-active {
	background: #fff
}

.footer {
	background: url(/images/footer-bg.png) no-repeat center;
	background-size: cover;
	padding: 36px 0;
	padding-bottom: 55px
}

.foot-l {
	float: left
}

.foot-logo a {
	display: block;
	line-height: 72px;
	font-size: 0
}

.foot-logo a img {
	display: inline-block;
	vertical-align: middle
}

.foot-info {
	margin-top: 16px
}

.foot-info p {
	font-size: 14px;
	line-height: 26px;
	color: #f5f5f5
}

.foot-media {
	margin: 0 auto;
	margin-top: 50px;
	width: max-content
}

.foot-media .fot {
	float: left;
	text-align: center;
	margin-left: 50px;
	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: 100px;
	padding: 5px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 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;
	max-width: 44px;
	opacity: 0.8
}

.foot-media>div>p {
	margin-top: 24px;
	font-size: 14px;
	color: #ffffff;
	line-height: 14px
}

.foot-r {
	float: right
}

.link h3 {
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	padding-left: 9px;
	color: #ffffff;
	border-left: 3px solid #fff;
	margin-right: 12px
}

.link p {
	line-height: 34px;
	padding-right: 20px;
	color: #fff;
	text-align: left;
	font-size: 14px;
	background: url(/images/link-icon-down.png) no-repeat;
	background-position: right center
}

.link>div {
	width: 228px;
	position: relative;
	padding: 0px 15px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	display: inline-block;
        height: 31px;

}

.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: 14px;
	padding: 0 10px
}

.link>div div a:hover {
	background: #59a9b1;
	color: #fff
}

.banner a {
	display: block
}

.banner img {
	width: 100%
}

@media screen and (max-width: 1400px) {
	.px1400 {
		padding: 0 10px
	}
	.sea-b>ul>li {
		margin-left: 47px
	}
	.top {
		max-width: 1920px;
		margin: 0 auto;
		position: fixed;
		right: 10px;
		top: 18px;
		width: 25px;
		height: 25px;
		z-index: 9999
	}
	.top>img {
		display: block;
		width: 100%
	}
	.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: #458787;
		padding: 10px;
		z-index: 999;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1)
	}
	.m-logo {
		font-size: 0
	}
	.m-logo a {
		font-size: 0;
		line-height: 40px
	}
	.m-logo img {
		max-height: 35px;
		max-width: 85%;
		line-height: 40px;
		vertical-align: middle
	}
	.m-tlink {
		padding: 10px 15px 0 15px
	}
	.m-tlink a {
		font-size: 12px;
		margin-right: 10px;
		color: #fff;
		display: inline-block;
		line-height: 24px;
		background: #fff;
		color: #304174;
		line-height: 24px;
		padding: 0 15px;
		border-radius: 5px
	}
	.m-search {
		margin: 0 15px;
		padding-right: 50px;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		position: relative;
		line-height: 35px;
		border: 1px solid #fff;
		border: 1px solid rgba(255, 255, 255, 0.5);
		margin-top: 15px
	}
	.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;
		left: 100%;
		right: 0;
		bottom: 0;
		z-index: 999;
		background: #458787;
		overflow-y: scroll;
		border-top: 1px solid #fff
	}
	.m-nav ul {
		padding: 0 15px
	}
	.m-nav ul li {
		border-bottom: 1px solid #fff;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		position: relative
	}
	.m-nav ul li>span.on {
		transform: rotateZ(90deg)
	}
	.m-nav ul li ul {
		display: none;
		overflow: hidden
	}
	.m-nav ul li ul li {
		border: none;
		float: left;
		width: 33%
	}
	.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
	}
}

@media screen and (max-width: 1120px) {
	.head-top {
		background-position: -420px center
	}
}

@media screen and (max-width: 1250px) {
	.sea-b>ul>li {
		margin-left: 15px
	}
}

@media screen and (max-width: 1024px) {
	body {
		padding-top: 60px
	}
	.footer {
		padding: 20px 0;
		background: #489ca4;
	}
	.foot-l {
		float: none;
		text-align: center
	}
	.foot-r {
		float: none
	}
	.head {
		display: none
	}
	.wap {
		display: block
	}
	.top {
		max-width: 1920px;
		margin: 0 auto;
		position: fixed;
		right: 10px;
		top: 18px;
		width: 25px;
		height: 25px;
		z-index: 9999
	}
	.top>img {
		display: block;
		width: 100%
	}
	.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: #458787;
		padding: 10px;
		z-index: 999;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1)
	}
	.m-logo {
		font-size: 0
	}
	.m-logo a {
		font-size: 0;
		line-height: 40px
	}
	.m-logo img {
		max-height: 40px;
		max-width: 85%;
		line-height: 40px;
		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;
		border: 1px solid #fff;
		border: 1px solid rgba(255, 255, 255, 0.5);
		margin-top: 15px
	}
	.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;
		left: 100%;
		right: 0;
		bottom: 0;
		z-index: 999;
		background: #458787;
		overflow-y: scroll;
		border-top: 1px solid #fff
	}
	.m-nav ul {
		padding: 0 15px
	}
	.m-nav ul li {
		border-bottom: 1px solid #fff;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		position: relative
	}
	.m-nav ul li>span.on {
		transform: rotateZ(90deg)
	}
	.m-nav ul li ul {
		display: none;
		overflow: hidden
	}
	.m-nav ul li ul li {
		border: none;
		float: left;
		width: 100%
	}
	.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
	}
	.bq>p {
		padding-bottom: 0;
		padding-top: 15px
	}

       .banner{margin-top:auto;}
}

@media screen and (max-width: 768px) {
	.foot-media {
		margin-top: 15px;
		margin-bottom: 15px
	}
	.foot-media>div>p {
		margin-top: 10px
	}
	.xx {
		float: none;
		width: auto;
		text-align: center
	}
	.rwm {
		float: none;
		width: 300px;
		margin: 0 auto
	}
	.xx p:nth-child(2) {
		margin: 0
	}
	.bq {
		margin-top: 10px
	}
	.bq>p {
		padding-top: 10px
	}
	.banner>.slick-dots>li {
		width: 10px;
		height: 10px
	}
}

@media screen and (max-width: 480px) {
	.foot-info {
		margin-top: 10px
	}
	.link h3 {
		margin-right: 0;
		display: none;
	}
	.link>div {
		display: block;
		margin: 0 auto;
		margin-top: 15px
	}
}