* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	vertical-align: middle;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

input:focus,
select:focus,
textarea:focus {
	outline: none;
}

option {
	border: none;
}
/*分页*/
.pagination {
    padding-top: 40px;
    text-align: center;
}
.pagination li {
    display: inline-block;
    margin: 0 5px;
}
.pagination span, .pagination a {
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 15px 18px;
    color: #666;
    cursor: pointer;
   
}
.pagination .disabled span, .pagination .disabled a {
    color: #666;
}
.pagination .active span, .pagination .active a {
    background-color: #1A758C;
    color: #fff;
}
.pagination li:nth-child(2) {
    transform: rotate(180deg);
}
.pagination li:nth-child(1) {
    display: none;
}
.pagination li:nth-child(2) span{
   font-size: 20px;
}
.pagination li:nth-child(2) a{
   font-size: 20px;
}
.pagination li:nth-last-child(1) {
    display: none;
}
.pagination li:nth-last-child(2) span{
    font-size: 20px;
}
.pagination li:nth-last-child(2) a{
    font-size: 20px;
}
/* 字体 */
@font-face {
	font-family: zi1;
	src: url('../ziti/HYShangWeiShouShuW.ttf');
}
@font-face {
	font-family: zi2;
	src: url('../ziti/PangMenZhengDao-3.ttf');
}
/*修改滚动条样式*/
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	/**/
}

::-webkit-scrollbar-track {
	background: #EBEBEB;
	border-radius: 2px;
	background-color: #f7f7f7;
	border-left: 2px solid #EBEBEB;
	border-right: 2px solid #EBEBEB;
}

::-webkit-scrollbar-thumb {
	background: #CCCCCC;
	border-radius: 10px;
	height: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: #ccc;
}

::-webkit-scrollbar-corner {
	/* background: #179a16; */
}

.bar {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}

/* 手机导航 */
.left {
	width: 60%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	z-index: 9999;
	display: none;
	right: 0;
	overflow: auto !important;
	padding: 0 2%;
	top: 0;
}

.nr {
	padding-top: 30px;
	border-bottom: 1px #ccc6c6 solid;
	padding-bottom: 15px;
}

.nr1 a {
	font-size: 16px;
	color: #333;
	font-weight: 600;
}

.nr2 {
	padding-top: 15px;
}

.nr2 ul {
	display: flex;
	flex-wrap: wrap;
}

.nr2 ul li a {
	font-size: 14px;
	color: #333;
	padding-bottom: 10px;
	padding-right: 20px;
}

.slog {
	text-align: center;
	padding-top: 50px;
}

.vb {
	position: absolute;
	top: 22px;
	right: 24px;
	cursor: pointer;
}

.dbs {
	border-bottom: solid 3px #DA2031;
}

#toggle {
	display: none;
}

.slog img {
	width: 185px;
}

.vb img {
	width: 30px;
}

.cbanner {
	width: 100%;
	height: 426px;
	position: relative;
}

.cbanner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bbiaoti {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
}

.bbiaoti p {
	font-size: 56px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 50px;
}

/* pc端导航栏 */
.pc_nav {
	width: 100%;
	height: 100px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;

}

.white_head {
	box-shadow: 0 -2px 8px 2px rgb(0 0 0/0.4);
}

.pc_nav1 {
	width: 100%;
	height: 100px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo a img {
	width: 508px;
	/*height: 55px;*/
}

.lanmu ul {
	display: flex;
	align-items: center;
}

.lanmu ul li {
	padding-left: 59px;
}

.lanmu ul li a {
	width: 33px;
	height: 16px;
	font-size: 16px;
	font-weight: 400;
	color: #1A1A1A;
	transition: all 0.3s;
}
.lanmu ul li:hover a{
    color: #1A758C;
}

/* banner图 */
.s_banner {
	width: 100%;
	height: 480px;
	margin-top: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.s_banner h1 {
	font-size: 44px;
	font-weight: bold;
	color: #333;
}

.s_banner1 {
	width: 100%;
	height: 780px;
	margin-top: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.s_banner1 h1 {
	font-size: 44px;
	font-weight: bold;
	color: #333;
}

/* 底部栏 */
.bottom1 {
	width: 100%;
	background: #FAFAFA;
	padding-top: 90px;
	padding-bottom: 109px;
}

.fk {
	display: flex;
	justify-content: space-between;
}

.fk1 {
	display: flex;
}

.tbiao img {
	width: 216px;
	height: 89px;
}

.xinri {
	padding-left: 180px;
}

.xinri h1 {
	font-size: 20px;
	font-weight: bold;
	color: #0A0A0A;
	padding-bottom: 40px;
}

.xin1 {
	display: flex;
	padding-bottom: 16px;
	align-items: center;
}

.xin1 img {
	width: 20px;
}

.xin1 p {
	padding-left: 11px;
	font-size: 15px;
	font-weight: 400;
	color: #1A1A1A;
	line-height: 28px;
}

.dbl {
	width: 232px;
}

.dbl ul {
	display: flex;
	flex-wrap: wrap;
}

.dbl ul li {
	width: calc(100%/2);
	padding-bottom: 40px;
}

.dbl ul li:nth-child(even) {
	text-align: right;
}

.dbl ul li a {
	font-size: 16px;
	font-weight: 400;
	color: #0A0A0A;
}

.bottom2 {
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: solid 2px #E6E6E6;
	background: #FAFAFA;
}



@media screen and (max-width:1400px) {
	.bar {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width:1024px) {
	#toggle {
		display: block;
		width: 40px;
		height: 40px;
	}

	.lanmu {
		display: none;
	}

	.logo {
		margin: 0 auto;
	}

	.left {
		width: 100%;
	}

	.dbl {
		display: none;
	}

	.xinri {
		padding-left: 0;
	}

	.fk1 {
		width: 100%;
		flex-wrap: wrap;
		justify-content: space-between;
	}

}

@media screen and (max-width:768px) {
	.logo a img {
		width: 250px;
		height: auto;
	}

	.pc_nav {
		height: 70px;
		display: flex;
		align-items: center;
	}

	.pc_nav1 {
		height: 100%;
	}

	#toggle {
		display: block;
		width: 30px;
		height: 30px;
		top: 25px !important;
	}

	.slog img {
		width: 125px;
	}

	.xinri {
		margin: 0 auto;
	}

	.tbiao {
		margin: 0 auto;
		padding-bottom: 20px;
	}

	.tbiao img {
		width: 165px;
		height: auto;
	}

	.bottom1 {
		width: 100%;
		background: #FAFAFA;
		padding-top: 30px;
		padding-bottom: 25px;
	}

	.s_banner {
		margin-top: 70px;
		height: 251px;
	}

	.s_banner h1 {
		font-size: 30px;
		font-weight: bold;
		color: #FFFFFF;
	}

	.s_banner1 {
		margin-top: 70px;
		height: 251px;
	}

	.s_banner1 h1 {
		font-size: 30px;
		font-weight: bold;
		color: #FFFFFF;
	}
}