	* {
		margin: 0;
		padding: 0;
	}

	a {
		text-decoration: none;
	}

	li {
		list-style: none;
	}

	.clear {
		clear: both;
	}

	@font-face {
		font-family: 'ContentFont';
		src: url('../fonts/Alibaba-PuHuiTi-Regular.ttf') format('truetype');
		font-style: normal;
		font-display: swap;
		/* 防止字体加载时的文本不可见 */
		/* 声明字体为.ttf */
	}

	@font-face {
		font-family: 'TitleFont';
		src: url('../fonts/有爱魔兽圆体-B.ttf') format('truetype');
		font-display: swap;
	}

	#public_nav_div {
		display: flex;
		flex-direction: row;
		width: 1440px;
		height: 50px;
		margin: 0 auto;
		margin-top: 30px;

	}

	#public_nav {
		display: flex;
		flex-direction: row;
		width: 1400px;
		height: 50px;
		margin-left: 10px;
		margin: 0 auto;
	}

	.public_logotp {
		display: block;
		width: 37px;
		height: 41px;
		margin-top: -10px;
		margin-right: 10px;

	}

	#public_nav img {
		width: 37px;
		height: 41px;
		display: block;
		margin-right: 10px;

	}


	#public_nav li {
		margin-left: 100px;
		position: relative;
	}

	#public_nav li a {
		font-family: 'ContentFont', sans-serif;
		font-size: 24px;
		color: #000;
	}

	#public_nav li a:hover {
		color: #3dadff;
		font-weight: bold;
	}

	#public_nav .first_show {
		color: #3dadff;
		font-weight: bold;
	}

	.first_show span {
		display: block;
	}

	#public_nav .Service_two {
		position: relative;
	}

	#public_nav .Service_two #public_nav_two {
		display: none;
		flex-direction: row;
		flex-wrap: wrap;
		margin-top: 10px;
		position: absolute;
		top: 25px;
		left: 10px;
		z-index: 2;
		width: 320px;
		height: 80px;

	}

	#public_nav .Service_two #public_nav_two li {
		margin-left: 5px;
		width: 100px;
		height: 20px;
		position: relative;
	}

	#public_nav .Service_two #public_nav_two li a {
		font-size: 12px;

	}

	#public_nav .Service_two #public_nav_two li span {
		display: block;
		border-left: 2px #3dadff solid;
		position: absolute;
		left: -10px;
		top: 5px;
		height: 20px;
	}

	#public_nav .Service_two:hover #public_nav_two {
		display: flex;
	}

	#public_nav_two li a:hover {
		color: #3dadff;
		font-weight: bolder;
	}

	#public_nav_div h2 {
		color: #3dadff;
		font-family: 'TitleFont', sans-serif;
		margin-right: 5px;
		margin-left: 5px;
		text-align: center;
		font-size: 24px;
		margin-top: -10px;
	}

	.public_nav_wen {
		flex-wrap: wrap;
	}

	#public_footer {
		background: #3dadff;
		height: 270px;
		width: 100%;
		margin-top: 80px;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		overflow: hidden;
		max-width: 1900px;
	}

	#footer_left {
		width: 350px;
		margin: 0 auto;
		height: 220px;
		margin-top: 35px;

		position: relative;
		left: 80px;

	}

	#footer_left h1 {
		color: rgb(255, 255, 255, 0.5);
		width: 240px;
		height: 80px;

	}

	#footer_left h4 {
		color: #fff;
		font-family: 'TitleFont', sans-serif;
		font-size: 18px;
		margin-top: 20px;
	}

	#footer_left p {
		color: #fff;
		font-family: 'ContentFont', sans-serif;
		font-size: 14px;
		margin-top: 2px;
	}

	#footer_center {
		width: 450px;
		height: 250px;
		margin: 0 auto;
		margin-left: 100px;
		margin-right: 100px;
		background: url("../img/publck_footer.png") no-repeat top center;
	}

	#footer_center img {
		margin-top: 65px;
		margin-left: 145px;

	}

	#footer_center p {
		color: #fff;
		margin-top: 20px;
		font-size: 12px;
		font-family: 'ContentFont', sans-serif;
		text-align: center;
	}

	#footer_center p a {
		color: #fff;
	}

	#footer_center a:hover {
		color: #eed587;
	}

	#footer_nav {
		display: flex;
		flex-direction: row;
		margin-top: 10px;
		width: 380px;
		margin: 0 auto;
		height: 20px;
		margin-left: 30px;

	}

	#footer_nav li {
		margin-left: 15px;
		position: relative;
	}

	#footer_nav li:first {
		margin: 0;
	}

	#footer_nav li a {
		color: #fff;
		font-family: 'TitleFont', sans-serif;
		font-size: 12px;
		text-align: center;

	}

	#footer_nav li a:hover {
		color: #eed587;
	}

	#footer_nav li span {
		display: block;
		position: absolute;
		top: 5px;
		left: -8px;
		border-left: 3px #fff solid;
		height: 18px;
		margin-right: 5px;

	}

	#footer_nav li:hover span {
		border-left: 3px #eed587 solid;

	}

	#footer_right {
		width: 350px;
		margin: 0 auto;
		height: 215px;
		position: relative;
		right: 80px;
		margin-top: 50px;
		display: flex;
		flex-direction: row;

	}

	#footer_right .right_icon {
		background: url("../img/footer-bng.png") no-repeat;
		margin-left: 10px;
		width: 164px;
		height: 186px;
		position: relative;
	}

	#footer_right .right_icon .pht {
		position: absolute;
		top: -15px;

		z-index: 2;
		margin-left: 60px;

	}

	#footer_right .right_icon .phot {
		margin-top: 35px;
		margin-left: 25px;
		border-radius: 5px;
	}

	#footer_right .right_icon p {
		color: #fff;
		font-size: 20px;
		font-family: 'ContentFont', sans-serif;
		text-align: center;

	}

	#footer_right .right_icon .wen {
		margin-top: 3px;
	}

	#pblic_right {
		width: 65px;
		height: 150px;
		position: fixed;
		top: 400px;

		right: 0px;
		margin-right: 0px;
		z-index: 2;
		background: #3dadff;

	}

	.public_up_Round {
		display: block;
		width: 65px;
		height: 65px;
		border-radius: 50%;
		margin-top: -30px;
		background: #3dadff;
	}

	.public_wechat {
		display: block;
		width: 35px;
		height: 35px;
		background: #fff;
		border-radius: 50%;
		margin-top: -20px;
		margin-left: 15px;
		cursor: pointer;
	}

	.public_wechat img {
		margin-top: 8px;
		margin-left: 8px;
	}

	.pulic_telep {
		display: block;
		width: 35px;
		height: 35px;
		background: #fff;
		border-radius: 50%;
		margin-left: 15px;
		margin-top: 10px;
		cursor: pointer;
	}

	.pulic_telep img {
		margin-top: 10px;
		margin-left: 8px;
	}

	#pblic_right p {
		text-align: center;
		margin-top: 10px;
		color: #fff;
		font-size: 8px;
		font-family: 'TitleFont', sans-serif;
		position: relative;
		z-index: 2;
	}

	#publc_top {
		width: 65px;
		height: 62px;
		background: #3dadff;
		margin-top: 15px;
		position: relative;
		display: none;
		z-index: 2;
		cursor: pointer;
	}

	.pulic_top {
		display: block;
		width: 35px;
		height: 35px;
		background: #fff;
		border-radius: 50%;
		margin-left: 15px;
		margin-top: 10px;
	}

	.pulic_top img {
		margin-top: 10px;
		margin-left: 10px;
	}

	.public_up_Down {
		display: block;
		width: 65px;
		height: 65px;
		border-radius: 50%;
		margin-top: -15px;
		background: #3dadff;
		position: relative;
	}

	.pblic_Ritht_wechat {
		position: absolute;
		top: -30px;
		right: 70px;
		display: none;
	}

	.pulic_telep_di {
		display: block;
		position: absolute;
		top: 80px;
		right: 30px;
		width: 0px;
		height: 35px;
		background: #3dadff;
		z-index: -1;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
		color: #fff;
		font-size: 18px;
		font-family: 'TitleFont', sans-serif;
		text-align: left;
		padding-left: 5px;
		margin-top: 5px;
		padding-top: 5px;
		display: none;
	}

	#pblic_right .pulic_telep:hover #pblic_right .pulic_telep_di {
		width: 240px;
	}



	.index_span {
		position: absolute;
		top: -9px;
		right: -6px;
		display: none;
		width: 29px;
		height: 29px;
	}

	#public_topNav {
		background: url('../img/index-topNav.jpg') no-repeat center center;
		background-size: cover;
		width: 100%;
		height: 107px;
		margin: 0 auto;
		max-width: 1900px;

	}

	#public_topnavMax {
		width: 1440px;
		height: 107px;
		display: flex;
		flex-direction: row;
		margin: 0 auto;
	}

	.public_up_crite {
		display: block;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		margin-top: 30px;
		margin-left: 100px;
		background: #fff;
	}

	.public_up_crite img {
		margin-left: 5px;
		margin-top: 5px;
	}

	.public_topTP {
		float: left;
		display: block;
		width: 261px;
		height: 32px;
		margin-top: 40px;
		margin-left: 20px;
	}

	.public_topqi {
		margin-left: 20px;
		display: block;
		width: 200px;
		height: 200px;
		position: relative;
		top: 40px;
	}

	.public_topPople {
		margin-top: 10px;
		margin-left: 20px;
		display: block;
		width: 118px;
		height: 126px;
	}

	.public_topqiright {
		margin-left: 10px;
		display: block;
		width: 200px;
		height: 200px;
		position: relative;
		top: -140px;
	}

	#topNav_wen {
		margin-left: 70px;
		margin-top: 20px;
	}

	#topNav_wen h1 {
		font-size: 28px;
		color: #e9b11e;
		font-family: 'TitleFont', sans-serif;
	}

	#topNav_wen h1:nth-child(3) {
		color: #fff;
		margin-left: -270px;
		margin-top: -70px;
	}

	.topNav_a {
		display: block;
		width: 91px;
		height: 20px;
		background: #fff;
		color: #3dadff;
		font-size: 18px;
		font-family: 'TitleFont', sans-serif;
		line-height: 20px;
		margin-top: 60px;
		border-radius: 15px;
		text-align: center;
		margin-left: -30px;
	}

	.topNav_a:hover {
		background: #e9b11e;
		color: #fff;
	}

	#topNav_wen h5 {
		color: #ffff;
		font-size: 24px;
		margin-left: -270px;
		margin-top: 8px;
		font-family: 'TitleFont', sans-serif;
	}