body,
html {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

.text-center {
	text-align: center;
}

p {
	margin: 0px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.bgWhite {
	background: #fff;
}

.mgr-80 {
	margin-right: 80px;
}

.mgt-32 {
	margin-top: 32px;
}

.mgb-32 {
	margin-bottom: 32px;
}

.mgt-24 {
	margin-top: 24px;
}

.mgb-48 {
	margin-bottom: 48px;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.hidden {
	display: none;
}

.display-none {
	display: none;
}

.block {
	display: block;
}

/* ----------------------header--------------------- */
.headerAdd{
	background: url("../../images/index/sy/headerBg.png") no-repeat;
}
.header {
	width: 100%;
	box-sizing: border-box;
}

.header .logo {
	width: 100%;
}

.header .searchPart {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #FFFFFF;
}

.header .searchwrap {
	display: flex;
	align-items: center;
	margin: 0px 0px 0px 32px;
	cursor: pointer;
}

.header .searchwrap img {
	margin-right: 8px;
}

.rightPart {
	margin-right: 4%;
}

/*-----------------------搜索-----------------------*/
.top-part {
	padding: 16px 0px;
	color: white;
}

.top-part .welcome {
	line-height: 22px;
}

.right-box {
	color: white;
	position: relative;
	z-index: 99999;
	padding-top: 10px;
}

.search-tips {
	float: left;
	height: 32px;
	color: #999999;
	position: absolute;
	right: 108px;
	top: 14px;
}

.top-bg {
	display: block;
	position: absolute;
	top: 8px;
	right: -85px;
	/*width: 257px;*/
	height: 160px;
}

.search-btn {
	display: inline-block;
	cursor: pointer;
	width: 320px;
	overflow: hidden;
	position: relative;
	margin-right: 8px;
}

.search-group {
	width: 320px;
	height: 32px;
	border: 1px solid rgba(255, 255, 255, 0.49);
	border-radius: 17px;
	padding: 4px 16px;
	position: absolute;
	top: 0;
	left: 320px;
	box-sizing: border-box;
}

.search-group .search-icon {
	float: right;
}

.search-group input {
	height: 18px;
	width: 260px;
}

.search-show {
	width: 64px;
	line-height: 32px;
	margin-left: 256px;
}

.search-show .search-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}

/* --------------头部导航----------- */
.container {
	margin: 0 auto;
	width: 1220px;
}

.block {
	padding: 20px 0;
}

/* 主菜单 */
.navBar{
	position: relative;
	z-index: 99999;
}

.headNav {
	position: relative;
	width: 100%;
	height: 25px;
	z-index: 9999;
}

.headNav .navbox {
	width: 1020px;
	margin: 0 auto;
}

.headNav .nav {
	display: block;
	float: left;
	width: 100%;
}

.headNav .nav .nav_pc {
	width: 100%;
	list-style: none;
}

.headNav .nav ul li {
	float: left;
	position: relative;
	box-sizing: border-box;
	z-index: 999;
}

/*.headNav .nav ul li:first-child {*/
/*	border-left: 1px solid #cccccc;*/
/*}*/
.headNav .nav ul li .f_a {
	line-height: 25px;
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
}

/* .headNav .nav ul li:hover .f_a{background-color:#cf1322;color: #fff; transition:all .3s} */
.headNav .nav ul li .s_navbox {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0px 5px;
	background: rgba(255, 255, 255, 0.9);
	z-index: 9999;
	box-sizing: border-box;
	box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 16%);
}

.headNav .nav ul li .s_navbox .s_a a {
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.75);
	line-height: 20px;
	text-align: center;
	display: block;
	padding: 8px 0px;
	border-bottom: 1px solid #d6d6db;
}

.headNav .nav ul li .s_navbox .s_a a:hover {
	color: rgb(25, 125, 239);
	border-color: rgb(25, 125, 239);
}

.m_nav {
	display: none;
}

.headlf .m_logo {
	display: none;
}

.headrg .m_menuimg {
	display: none;
}

/*.active {*/
/*	background-color: #cf1322;*/
/*}*/
.activ2 {
	background-color: #cf1322;
}

/*小于1585大于1200稍微调整下字体*/
@media screen and (max-width: 1920px) and (min-width: 1500px) {
	.nav ul li .f_a {
		font-size: 14px;
	}

	.nav ul li .s_navbox .s_a a {
		font-size: 12px;
	}

	.foot_top ul {
		margin-left: 60px;
	}

	.nav ul li .s_navbox .s_a {
		width: 100%;
	}
}

/*移动端导航*/
@media screen and (max-width: 1500px) and (min-width: 0px) {
	.msgNum {
		display: none;
	}

	.slider {
		margin-top: 44px;
	}

	.headNav {
		display: none;
	}

	.m_img {
		display: block;
		height: 44px;
		z-index: 9999;
		overflow: hidden;
	}

	.m_img .headlf {
		padding-top: 2px;
		padding-left: 5px;
		float: left;
	}

	.m_img .headlf .m_logo {
		height: 40px;
		display: block;
	}

	.m_img .headrg {
		padding-right: 5%;
		padding-top: 14px;
		float: right;
	}

	.m_img .headrg a .m_menuimg {
		height: 16px;
		vertical-align: top;
		display: block;
	}

	.m_nav {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		z-index: 10000;
	}

	.m_nav .closecover {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #0b0d19;
		filter: alpha(opacity=0);
		opacity: 0;
		left: 0px;
		top: 0px;
		z-index: 1;
	}

	.m_nav .closeicon {
		position: absolute;
		width: 20%;
		left: 30px;
		top: 5%;
		z-index: 100;
		text-align: center;
		filter: alpha(opacity=0);
		opacity: 0;
	}

	.m_nav .m_navList {
		position: absolute;
		width: 80%;
		right: 0px;
		top: 0px;
		background: #0b0d19;
		height: 100%;
		z-index: 100;
		right: -80%;
		overflow-y: scroll;
	}

	.m_nav .m_navList ul {
		padding-left: 5%;
		padding-right: 5%;
	}

	.m_nav .m_navList ul li {
		border-bottom: 1px solid #232530;
	}

	.m_nav .m_navList ul li a {
		display: block;
		height: 45px;
		color: #fff;
		line-height: 45px;
		padding-left: 5%;
		font-size: 16px;
	}

	.m_nav .m_navList ul li .m_f_a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.m_nav .m_navList ul li .m_f_a a {
		flex: 1;
	}

	.m_nav .m_navList ul li .m_f_a i {
		width: 40px;
		height: 35px;
		box-sizing: border-box;
		padding: 0 5px;
		display: block;
	}

	.icon {
		background: url('../../images/index/sy/plus.png') 100% no-repeat;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s;
	}

	.icon_on {
		background: url('../../images/index/sy/reduce.jpg') 50% no-repeat !important;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s;
	}

	.m_nav .m_navList ul li .m_s_nav {
		display: none;
		width: 100%;
	}

	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 10%;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}
}


/* -------------------------banner------------------------- */
.banner {
	height: 100%;
	background-color: transparent;
	position: relative;
}

.banner .morebtn {
	display: block;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -20px;
	cursor: pointer;
	z-index: 200;
	animation-name: btns;
	/*动画名称*/
	animation-duration: 2s;
	/*设置秒数*/
	animation-timing-function: linear;
	/*速度曲线*/
	animation-iteration-count: infinite;
	/*播放次数*/
	animation-direction: alternate;
	/*逆向播放*/
	animation-play-state: running;
	/*正在运行*/
}

@keyframes btns {
	0% {
		bottom: 40px;
		opacity: 0.5;
	}

	25% {
		bottom: 45px;
	}

	50% {
		bottom: 50px;
	}

	75% {
		bottom: 55px;
	}

	100% {
		bottom: 60px;
		opacity: 1;
	}
}

/* ----------------------内容------------------------ */
.content {
	position: absolute;
	/*top: 100%;*/
	width: 100%;
	background-color: white;
	z-index: 300;
	min-height: calc(100% - 148px);
}