/*# sourceURL=/templates/site/css/song-style.css */
/*@ sourceURL=/templates/site/css/song-style.css */
html,body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	box-sizing: border-box;
	line-height: 1.5;
	font-family:
	    system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,
	    Helvetica,Arial,
	    sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background: #254a98;
}
img {
	border: 0 none;
	display: block;
}
a {
	text-decoration: none;
	background-color: transparent
}
a:active,
a:hover {
	outline: 0
}
p {
	margin: 0;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled],
html input[disabled] {
	cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}
ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
}
.container {
	width: 100%;
	height: 100%;
	max-width: 1320px;
	padding: 0 10px;
	margin: 0 auto;
	min-height: 1px;
}
.container::after {
	content: "";
	clear: both;
	display: block;
}
.xiushan {
	width: 100%;
}
.hidden {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #254a98;
	border-radius: 20px;
}

/* 滚动&#65533;?*/
::-webkit-scrollbar-track {
	border-radius: 20px;
}

/* 滚动条滑&#65533;?*/
::-webkit-scrollbar-thumb {
	border-radius: 20px;
	background: #F8AE31;
}

/* 导航 */
nav {
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	/* background: url("../img/nav-bg.png") center bottom; */
	z-index: 999;
	background-color:rgba(0,0,0,0.6);
}
nav .container {
	position: relative;
	z-index: 10;
}
nav::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../img/nav-bg.png") no-repeat center bottom;
}
nav .logo {
	display: inline-block;
	float: left;
	width: 419px;
	height: 100%;
	position: relative;
}
nav .logo img {
	width: 100%;
	max-height: 80%;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.nav-rig {
	height: 100%;
	float: right;
}
.top-1 {
	width: 100%;
	height: 20px;
}
.top-1 p {
	line-height: 50px;
	display: inline-block;
	float: right;
	height: 100%;
	font-size: 0.875rem;
	color: #B9C1CC;
}
.top-1 p span {
	float: left;
	margin-left: 20px;
}
.top-1 p a {
	font-size: 0.875rem;
	color: #B9C1CC;
}
.top-1 p a:hover {
	color: #FFFFFF;
}
.top-1 .sou {
	display: inline-block;
	position: relative;
	float: right;
	width: 30px;
	height: 30px;
	margin-top: 10px;
	margin-left: 10px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
}
.top-1 .sou input {
	float: left;
	height: 30px;
	background: none;
	border: none;
}

.top-1 .sou input[type="text"] {
	width: 130px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 0;
	border-radius: 15px 0 0 15px;
	padding-left: 10px;
	z-index: -1;
}
.top-1 .sou input[type="submit"] {
	float: right;
	width: 30px;
	background: url("../img/sou.png") no-repeat center center;
	border-radius: 0 15px 15px 0;
}
.top-1 .sou:hover input[type="text"] {
	background: #FFFFFF;
	z-index: 10;
}
.top-1 .sou:hover input[type="submit"] {
	background-color: #FFFFFF;
}



.top-2 {
	width: 100%;
}
.nav-ul {
	width: 100%;
	height: 100px;
}
.nav-ul > li {
	float: left;
}
.nav-ul > li > a {
	display: inline-block;
	height: 100%;
	font-size: 1.125rem;
	color: #FFFFFF;
	padding: 0 8px;
	line-height: 100px;
	position: relative;
}
.nav-ul > li > a::after {
	content: "";
	position: absolute;
	bottom: 100%;
	width: 100%;
	height: 3px;
	left: 0;
	background: #254a98;
	transform: scale(0.5,1);
	opacity: 0;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
}
.nav-ul > li:hover > a::after {
	transform: scale(1,1);
	bottom: 1px;
	opacity: 1;
}
.nav-ul > li .sub {
	display: none;
	border-top: 1px solid #254a98;
	position: absolute;
	right: 0;
	top: 100%;
	background: #FFFFFF;
	/* height: 176px; */
	width: 100%;
	padding: 40px 20px;
	background: url("../img/er-yun.png") no-repeat center bottom, rgba(255,255,255,.95);
	background-size: 100% auto;
	box-shadow: 0 10px 10px 1px rgba(0,0,0,.3),0 10px 10px 1px rgba(255,255,255,.3);
}
.nav-ul > li:hover .sub {
	display: block;
}
.nav-ul > li .sub .img {
	float: left;
	width: 40%;
	height: 200px;
	border-right: 1px dashed #DDDDDD;
}
.nav-ul > li .sub .img a {
	display: inline-block;
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	float: left;
}
.nav-ul > li .sub .img a img {
	min-width: 100%;
	min-height: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.nav-ul > li .sub .img > img {
	float: left;
	max-width: calc(40% - 40px);
	max-height: 60%;
	margin-top: 40px;
	margin-left: 30px;
}
.sub_rig {
	float: left;
	width: 60%;
	padding-left: 40px;
}
.sub_rig h5 {
	display: inline-block;
	font-size: 1.25rem;
	font-weight: bold;
	color: #254a98;
	border-bottom: 2px solid #254a98;
	line-height: 1.125rem;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	text-align: left;
}
.sub_rig ul {
	display: inline-block;
	width: 100%;
}
.sub_rig ul li {
	float: left;
	min-width: 20%;
	padding: 0 10px;
	background: url("../img/new2-bg.png") no-repeat left center;
}
.sub_rig ul li a {
	position: relative;
	color: #333333;
	font-size: 1.125rem;
	line-height: 3;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.sub_rig ul li a::after {
	content: "";
	position: absolute;
	top: 100%;
	width: 0;
	left: 0;
	height: 1px;
	background: #F8AE31;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.sub_rig ul li a:hover {
	color: #254a98;
	font-weight: 600;
}
.sub_rig ul li a:hover::after {
	width: 100%;
}
.nav-ul > li .sub-two .sub_rig {
	display: none;
}
.nav-ul > li .sub-two {
	background: linear-gradient(to top,rgba(0, 136, 204, .9),rgba(110, 179, 220, 1));
	padding: 0 20px;
}
.sub_nav {
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #fff9;
}
.sub_nav a .right-li {
	float: left;
	background: url("../img/list_icon1.png") no-repeat left center;
	font-size: 16px;
	line-height: 32px;
	padding: 10px 40px 10px 12px;
	color: #fff;
}
.sub_main {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
	padding-top: 15px;
    height: auto;
    overflow: hidden;
    position: relative;
}
.sub-two .sub_news {
    width: 33.33%;
    overflow: hidden;
    padding: 0 20px;
    border-right: 1px solid #fff;
    float: left;
    height: 380px;
}
.sub-two .sub_news:last-child {
	border: none;
}
.sub_news h5 {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    line-height: 0px;
    border-bottom: 3px solid #fff;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 0;
    margin-top: 5px;
    opacity: 0;
}
.sub_news img {
	width: 100%;
	height: 180px;
    transition: all 0.5s;
}
.sub-two .sub_news a {
    background: url("../img/list_icon1.png") no-repeat left center;
    padding-left: 16px;
    width: 100%;
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    position: relative;
}
.sub-two .sub_news a:hover {
    padding-left: 30px;
    color: #f8ae31;
}
.sub-two .sub_news a:nth-child(2) {
	background: none;
	padding: 0;
	margin-bottom: 10px;
}
.sub-two .sub_news a:nth-child(2):hover {
    transform: scale(0.95);
	padding: 0;
}



/* menu */
.menu-button {
	display: none;
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 10px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	background-color: #3E8351;
	border-radius: 5px;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 99;
}

.menu-button .bar:nth-of-type(1) {
	margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
	margin-bottom: 0px;
}

.bar {
	position: relative;
	display: block;
	width: 30px;
	height: 3px;
	margin: 5px auto;
	background-color: #fff;
	border-radius: 10px;
	-webkit-transition: .3s;
	transition: .3s;
}

.menu-button.cross {
	background: #F8AE31;
}

.cross .bar:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	-ms-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
	opacity: 0;
}

.cross .bar:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	-ms-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}


/* banner */
.banner {
	width: 100%;
	height: 50.93vw;
}
#swiper1 .swiper-wrapper .swiper-button-prev,
#swiper1 .swiper-wrapper .swiper-button-next {
	background: none;
	font-size: 60px;
	font-family: simsun;
	color: #fff;
	opacity: 0.6;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: auto;
	height: auto;
}

#swiper1 .swiper-wrapper .swiper-button-prev {
	left: 8%;
}

#swiper1 .swiper-wrapper .swiper-button-next {
	right: 8%;
}

#swiper1 .swiper-wrapper .swiper-button-prev:hover,
#swiper1 .swiper-wrapper .swiper-button-next:hover {
	opacity: 1;
	color: #e2b723;
}
.banner .swiper-container {
	width: 100%;
	height: 100%;
}
.banner .swiper-container .swiper-wrapper {
	width: 100%;
	height: 100%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide {
	width: 100%;
	height: 100%;
}
#swiper1 .swiper-wrapper .swiper-slide .bg {
	min-height: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transition: 1s linear 2s;
	transform: translate(-50%,-50%) scale(1.1, 1.1);
}

#swiper1 .swiper-wrapper .swiper-slide-active .bg {
	transition: 5s linear;
	transform: translate(-50%,-50%) scale(1, 1);
}

#swiper1 .swiper-slide {
	position: relative;
}

#swiper1 .swiper-slide #banner {
	position: absolute;
	opacity: 0;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	transition: all 1.5s;
}
.ban11 {
	/* width: 2.05%; */
	top: 18%;
	right: 17%;
	transform: translate(0,50px) scale(1.5);
	transition-delay: 0.5s!important;
}
.ban12 {
	/* width: 6.84%; */
	right: calc(18% + 39px);
	top: 18%;
	transform: translate(0,200px) scale(1);
	transition-delay: 1s!important;
}
.ban21 {
	/* width: 2.05%; */
	top: 19%;
	left: 25%;
	transform: translate(200px,0) scale(1);
	transition-delay: 0.5s!important;
}
.ban22 {
	/* width: 6.736%; */
	left: calc(25% + 60px);
	top: 18%;
	transform: translate(200px,0) scale(1);
	transition-delay: 1s!important;
}
.ban31 {
	/* width: 2.05%; */
	top: 22%;
	left: 21%;
	transform: translate(200px,0) scale(1);
	transition-delay: 0.5s!important;
}
.ban32 {
	/* width: 24.84%; */
	top: 21%;
	left: calc(21% + 60px);
	transform: translate(200px,0) scale(1);
	transition-delay: 1s!important;
}

#swiper1 .swiper-slide-active #banner {
	transform: translate(0, 0) scale(1, 1);
	opacity: 1;
}
#swiper1 .swiper-pagination {
	
}
#swiper1 .swiper-pagination span {
	opacity: 1;
	border-radius: 0;
	width: 30px;
	height: 5px;
	background: #3E8351;
}
#swiper1 .swiper-pagination .swiper-pagination-bullet-active {
	background: #F8AE31;
	width: 40px;
}

/* footer */
footer {
	width: 100%;
	height: 149px;
	background: url("../img/footer-bg.jp") no-repeat;
	background-size: cover;
	background-position: center;
}

footer .left {
	height: 100%;
	width: 37.5%;
	float: left;
}

footer .left img {
	max-width: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	max-height: 100%;
}

footer .cont {
	float: left;
	height: 100%;
	color: #BFD2C2;
	padding-top: 22px;
}

footer .cont p {
	font-size: 0.75rem;
	line-height: 2.5;
}

footer .cont p a {
	color: #BFD2C2;
	font-size: 0.75rem;
	text-decoration: inherit;
}
footer .cont p a:hover {
	color: #FFFFFF;
}

footer .right {
	float: right;
	height: 100%;
	overflow: hidden;
	text-align: right;
}

footer .right a {
	margin: 0 10px;
	height: 100%;
	display: inline-block;
}

footer .right a img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}