th,
td,
button,
input,
select,
textarea,
div,
span,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 0.18rem;
	font-family: PingFang SC-Regular, PingFang SC;
	word-wrap: break-word
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

img {
	display: block;
}

.common-box {
	width: 100vw;
	opacity: 0;
}

.box {
	padding-top: 0.8rem;
}

.z-sj {
	display: none;
}

#nav1 {
	display: block;
}

#nav2 {
	display: none;
}

#nav3 {
	background: #fff;
}

.white-bg {
	background: #fff;
}

.search_block .search_box {
	width: 4rem;
	height: 0.6rem;
	position: absolute;
	visibility: hidden;
	top: 1rem;
	right: 0.5rem;
	z-index: 99;
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	opacity: 0;
	` -webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-0-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.nav .linkbox {
	position: absolute;
	right: 0.3rem;
	top: 0.2rem;
	background: #CD151D;
	border-radius: 3px;
	height: 0.35rem;
	display: flex;
	align-items: center;
	padding: 3px 10px 0;
}
.nav .linkbox a:nth-child(1){
	margin-right: 20px;
	position: relative;
}
.nav .linkbox img{
	height: 0.2rem;
}
.nav .linkbox a:nth-child(1)::after{
	position: absolute;
	content: '';
	top: 0;
	right: -10px;
	width: 1px;
	height: 0.18rem;
	background: #FFFFFF;
}
.nav .linkbox a:nth-child(2){
	margin-right: 20px;
	position: relative;
}
.nav .linkbox a:nth-child(2)::after{
	position: absolute;
	content: '';
	top: 0;
	right: -10px;
	width: 1px;
	height: 0.18rem;
	background: #FFFFFF;
}


.search_block .search_box input {
	background: none;
	border: none;
	outline: none;
	resize: none;
	-webkit-appearance: none;
	line-height: 0.6rem;
	width: 85%;
	height: 0.6rem;
	padding-left: 0.2rem;
	box-sizing: border-box;
	font-size: 0.14rem;
	color: #fff !important;
	float: left;
}

.search_block .search_box input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
	font-size: 0.14rem;
}

.search_block .search_box input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
	font-size: 0.14rem;
}

.search_block .search_box input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
	font-size: 0.14rem;
}

.search_block .search_box a {
	display: inline-block;
	width: 0.25rem;
	height: 0.25rem;
	position: absolute;
	z-index: 10;
	right: 0.25rem;
	top: 0.16rem;
	cursor: pointer;
}

.search_block .search_box a img {
	width: 100%;
	display: block;
	cursor: pointer;
}

.search_block .search_box.show {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.cursor {
	cursor: pointer
}

.nav-box {
	width: 100vw;
	height: 1.6rem;
	position: fixed;

	z-index: 99;
}

.nav-box1 {
	width: 100vw;
	height: 1.6rem;
	position: fixed;
	z-index: 999;
	top: 0;
}

/* 导航第一种样式 */
.nav {
	width: 100%;
	position: fixed;
	height: 0.8rem;
	z-index: 99;
	box-sizing: border-box;
	padding: 0 3rem 0 0.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav .nav-left {
	height: 0.8rem;
	display: flex;
	align-items: center;
	/* margin-top: 0.25rem; */
	/* float: left; */
	flex: 1;
}

.nav .nav-left img {
	/* min-width: 368px;
	min-height:45px ; */
	width: 3.53rem;
	/* width: 100%; */
	height: 0.45rem;
}

.nav .nav-right {
	height: 100%;
	display: flex;
	align-items: center;
	float: right;
}

.nav ul {
	display: flex;
	align-items: center;
}

.nav ul li {
	/* font-size: 18px; */
	font-family: 'SiYuanBold';
	color: #FFFFFF;
	margin-left: 0.3rem;
}

.nav .nav-right-ul .active {
	color: #CD151D;
}

.nav ul li:hover {
	color: #CD151D;
}

.nav .font-white li {
	color: #000;
}

.nav .search {
	width: 0.24rem;
	height: 0.24rem;
	margin-left: 0.34rem;
	transition: 0.8s ease all;
}

.nav .close {
	width: 0.24rem;
	height: 0.24rem;
	margin-left: 0.34rem;
	transition: 0.8s ease all;
	display: none;
}

.nav-border {
	/* position: static; */
	border-bottom: 0.01rem solid #E1E1E1;
}

.sub-menu {
	opacity: 0;
	width: 100%;
	line-height: 0.6rem;
	position: fixed;
	z-index: 99;
	top: 0.8rem;
	left: 0;
	background: rgba(0, 0, 0, 0.56);
	-moz-box-shadow: 0px 10px 8px rgba(9, 8, 9, 0.1);
	-webkit-box-shadow: 0px 10px 8px rgb(9 8 9 / 10%);
	box-shadow: 0px 10px 8px rgb(9 8 9 / 10%);
	-webkit-transition: 1s ease all;
	-moz-transition: 1s ease all;
	-0-transition: 1s ease all;
	-o-transition: 1s ease all;
	transition: 1s ease all;
	/* transition: 0.5s ease all; */
	box-sizing: border-box;
}

.sub-menu ul {
	display: none;
}

.sub-menu ul li {
	float: left;
	margin-right: 0.2rem;
	font-family: 'SiYuan';
}

.sub-menu a {
	color: #fff;
	font-size: 0.16rem;
}

.sub-menu a:hover {
	color: #FF3B44;
}

.sub-menu1 {
	opacity: 0;
	width: 100%;
	line-height: 0.6rem;
	position: fixed;
	z-index: 99;
	top: 0.8rem;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 10px 8px rgba(9, 8, 9, 0.1);
	-webkit-box-shadow: 0px 10px 8px rgb(9 8 9 / 10%);
	box-shadow: 0px 10px 8px rgb(9 8 9 / 10%);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-0-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	box-sizing: border-box;
}

.sub-menu1 ul {
	display: none;
}

.sub-menu1 ul li {
	float: left;
	margin-right: 0.2rem;
	font-family: 'SiYuan';
}

.sub-menu1 a {
	color: #fff;
	font-size: 0.16rem;
}

.sub-menu1 a:hover {
	color: #FF3B44;
}

.single-tab {
	display: none;
}

.foot {
	width: 100%;
	float: left;
	height: 4.3rem;
	background: url("../img/foot-bj.jpg") 100% no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
}

.foot .foot-top {
	flex: 1;
	opacity: 0.8;
	display: flex;
	box-sizing: border-box;
	padding: 0 1.8rem;
	justify-content: space-between;
	align-items: center;
}

.foot .foot-top .ul-box {
	display: flex;
	justify-content: center;
}

.foot .foot-top .ul-box ul {
	margin-right: 1rem;
}

.foot .foot-top .ul-box ul:nth-of-type(1) {
	margin-right: 1.9rem;
}

.foot .foot-top .ul-box ul:nth-last-of-type(1) {
	margin-right: 0;
}

.foot .foot-top .ul-box ul li {
	margin-bottom: 0.2rem;
}

.foot .foot-top .ul-box ul li a {
	color: #F9E1E2;
	font-size: 0.16rem;
}

.foot .foot-top .ul-box ul li:nth-of-type(1) {
	margin-bottom: 0.2rem;
}

.foot .foot-top .ul-box ul li:nth-of-type(1) a {
	color: #FFFFFF;
	font-size: 0.18rem;
}

.foot .foot-top .qr-box {
	display: flex;
}

.foot .foot-top .qr-box img {
	width: 160px;
	height: 160px;
	margin-bottom: 15px;
}

.foot .foot-top .qr-box span {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #FFFFFF;
}

.foot .foot-top .qr-box div:nth-of-type(1) {
	margin-right: 50px;
}

.foot .foot-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 0.9rem;
	border-top: 0.01rem solid rgba(255, 255, 255, 0.2);
	font-size: 0.16rem;
	color: #F9E1E2;
	opacity: 0.8;
}

.foot .foot-bottom div {
	display: flex;
	align-items: center;
	margin-left: 0.6rem;
}

.foot .foot-bottom div img {
	width: 0.2rem;
	height: 0.2rem;
	margin-right: 0.05rem;
}

.foot .foot-bottom span:nth-of-type(2) {
	margin-left: 0.6rem;
}

.foot .foot-bottom span:nth-of-type(3) {
	margin-left: 60px;
}

.banner {
	width: 100vw;
	height: auto;
}

.sj-banner {
	display: none;
}

.crumbs {
	height: 0.8rem;
	box-sizing: border-box;
	padding: 0 2.4rem;
	border-bottom: 0.01rem solid #E1E1E1;
	display: flex;
	align-items: center;
	background: #fff;
}

.crumbs img {
	width: 0.18rem;
	height: 0.18rem;
}

.crumbs div {
	margin-left: 0.16rem;
	color: #999999;
	font-size: 0.16rem;
}

.crumbs div span:nth-of-type(2) {
	margin-left: 0.07rem;
}

.crumbs div:nth-last-of-type(1) {
	color: #000;
}

.menus {
	height: 1.5rem;
	box-sizing: border-box;
	padding: 0 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.18rem;
}

.menus li {
	width: 2rem;
	line-height: 0.5rem;
	text-align: center;
	background: #FFFFFF;
	border: 0.01rem solid #E1E1E1;
	margin-left: 0.3rem;
}

.menus li a:hover {
	background: #CD151D;
	color: #fff !important;
}

.menus li:nth-of-type(1) {
	margin-left: 0;
}

.menus li a {
	display: block;
	color: #333333;
}

.menus .active {
	background: #CD151D;
}

.menus .active a {
	color: #FFFFFF;
}

.content {
	margin-top: 0.5rem;
}

.emails {
	height: 100vh;
	background: url('../img/emailbg.png') no-repeat;
	background-size: 100% 100%;

	display: flex;
	align-items: center;
	justify-content: center;
}

.emails .emailList1 {
	width: 3.6rem;
	height: 4.2rem;
	border-radius: 0.1rem;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #0A70BA;
	margin-right: 1.8rem;
	text-align: center;
}

.emails .emailList1 .pic {
	width: 1.6rem;
	height: 1.3rem;
	background: linear-gradient(180deg, #4294D0 0%, #196AA3 100%);
	border-radius: 0.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0.7rem auto 0;
}

.emails p {
	margin-top: 0.25rem;
	font-weight: 400;
	font-size: 0.24rem;
	color: #000000;
}
.emails img{
	width: 0.9rem;
}

.emails .emailList1 a {
	width: 1.2rem;
	height: 0.54rem;
	background: #1B6CA5;
	border-radius: 0.06rem;
	text-align: center;
	line-height: 0.54rem;
	font-weight: 400;
	font-size: 0.2rem;
	color: #FFFFFF;
	display: inline-block;
	margin-top: 0.6rem;
}

.emails .emailList2 {
	width: 3.6rem;
	height: 4.2rem;
	border-radius: 0.1rem;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #CD151D;
	text-align: center;
}

.emails .emailList2 .pic {
	width: 1.6rem;
	height: 1.3rem;
	background: linear-gradient(180deg, #D95257 0%, #CD151D 100%);
	border-radius: 0.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0.7rem auto 0;
}

.emails .emailList2 a {
	width: 1.2rem;
	height: 0.54rem;
	background: #D95257;
	border-radius: 0.06rem;
	text-align: center;
	line-height: 0.54rem;
	font-weight: 400;
	font-size: 0.2rem;
	color: #FFFFFF;
	display: inline-block;
	margin-top: 0.6rem;
}

@media (max-width:991px) {
	.content {
		margin-top: 0;
	}

	.public-banner {
		display: none;
	}

	.public-banner1 {
		width: 100%;
		height: auto;
		display: block;
	}

	th,
	td,
	button,
	input,
	select,
	textarea,
	div,
	span,
	ul,
	li {
		font-size: 12px;
		font-family: PingFang SC-Regular, PingFang SC;
		display: block;
	}

	.box {
		margin-top: 55px;
		padding-top: 0 !important;
	}

	.nav-box1 {
		display: none;
	}

	.z-sj {
		display: block;
	}

	.banner {
		display: none;
	}

	.sj-banner {
		display: block;
		width: 100%;
		height: auto;
	}

	.classify {
		position: fixed;
		top: 50px;
		width: 100%;
		bottom: 0;
		z-index: 100;
		display: none;
	}

	.classify span {
		font-size: 15px;
	}

	.classify .mask {
		position: fixed;
		top: 50px;
		width: 100%;
		bottom: 0;
		z-index: 103;
		background: rgba(0, 0, 0, 0.4);
	}

	.classify .classifyBox {
		position: fixed;
		left: 0;
		right: 0;
		z-index: 110;
		background: #FFFFFF;
		padding: 0 15px;
	}

	.classify .classifyBox .classifyItem {
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 15px;
		color: #000;
		border-bottom: 1px solid #E1E1E1;
		cursor: pointer;
	}

	.classify .classifyBox .classifyItem .right {
		width: 14px;
	}

	.classify .classifyBox .classifyItem .down {
		width: 14px;
		display: none;
	}

	.classify .classifyBox .item {
		width: calc(50% - 15px);
		line-height: 44px;
		border-bottom: 1px solid #E1E1E1;
		margin-right: 15px;
		font-size: 14px;
		color: #666666;
		display: inline-block;
		cursor: pointer;
	}

	.classify .classifyBox .item a {
		font-size: 14px;
		color: #666666;
		cursor: pointer;
	}

	.classify .classifyBox .classifyInfo {
		display: none;
	}

	.classify .classifyBox .classifyInfo .item:nth-child(2n+2) {
		margin-right: 0;
	}

	.sj-nav {
		display: block;
		width: 100vw;
		height: 55px;
		background: #FFFFFF;
		display: flex;
		align-items: center;
		justify-content: space-between;
		box-sizing: border-box;
		padding: 0 15px;
		position: fixed;
		top: 0;
		z-index: 99
	}

	.sj-nav .logo {
		width: 207px;
		height: auto;
	}

	.sj-nav div {
		flex: 1;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.sj-nav div .search {
		width: 20px;
		height: 20px;
	}

	.sj-nav div .search-close {
		width: 20px;
		height: 20px;
		display: none;
	}

	.sj-nav div .menu-close {
		width: 20px;
		height: 20px;
		margin-left: 17px;
		display: none;
		cursor: pointer;
	}

	.sj-nav div .menu-icon {
		width: 20px;
		height: 18px;
		margin-left: 17px;
		cursor: pointer;
	}

	.menu .menu-right {
		display: none;
	}

	.z-content {
		padding-top: 50px;
		width: 100vw;
	}

	.middle-pic {
		width: 100%;
	}

	.middle-pic img {
		width: 100%;
		height: auto;
	}

	.public-banner {
		width: 100%;
		height: auto;
	}

	.crumbs {
		display: none;
	}

	.menu {
		width: 100vw;
		box-sizing: border-box;
		/* width: 1440px; */
		padding: 0 15px;
		margin: 0 auto;
		height: 45px;
		background: #fff;
		overflow: hidden;
	}

	.menu .menu-left {
		display: flex;
		overflow-x: auto;
	}

	.menu .menu-left li {
		flex-shrink: 0;
		width: auto;
		margin-right: 25px;
		font-size: 15px;
		color: #333333;
		box-sizing: border-box;
		line-height: 45px;
	}

	.menu .menu-left li:hover {
		font-weight: bold;
		color: #286CCD;
		border-bottom: 3px solid #286CCD;
	}

	.menu .menu-left .active {
		font-weight: bold;
		color: #286CCD;
		border-bottom: 3px solid #286CCD;
	}



	.clamp1 {
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	.clamp2 {
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.foot {
		width: 100%;
		float: left;
		background: url("../img/foot-bj.jpg") 100% no-repeat;
		background-size: 100% 100%;
		display: flex;
		flex-direction: column;
		height: auto;
	}

	.foot .foot-top {
		display: none;
	}


	.foot .foot-bottom {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 108px;
		border-top: none;
		font-size: 13px;
		line-height: 25px;
		color: #F9E1E2;
	}



	.foot .foot-bottom span:nth-of-type(2) {
		margin-left: 0
	}

	.foot .foot-bottom span:nth-of-type(3) {
		margin-left: 0;
	}

	.menus {
		height: 70px;
		box-sizing: border-box;
		padding: 0 23px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		font-size: 14px;
		overflow-x: auto;
	}

	.menus li {
		flex-shrink: 0;
		width: calc((100% - 60px)/3);
		line-height: 30px;
		text-align: center;
		background: #FFFFFF;
		border: 1px solid #E1E1E1;
		margin-right: 15px;
		margin-left: 0;
        font-size: 14px;
	}

	.menus li a:hover {
		background: #CD151D;
		color: #fff !important;
	}

	.menus li:nth-of-type(1) {
		margin-left: 0;
	}

	.menus li a {
		display: block;
		color: #333333;
	}

	.menus .active {
		background: #CD151D;
	}

	.menus .active a {
		color: #FFFFFF;
	}

	.single-tab {
		height: 76px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.single-tab span {
		height: 36px;
		font-size: 20px;
		border-bottom: 3px solid #CD151D;
	}



	.emails {
		height: 100vh;
		background: url('../img/emailbg.png') no-repeat;
		background-size: 100% 100%;
		
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	
	.emails .emailList1 {
		width: 80%;
		height: 200px;
		border-radius: 8px;
		background: rgba(255, 255, 255, 0.8);
		border: 1px solid #0A70BA;
		margin-bottom: 20px;
		margin-right: 0;
		text-align: center;
	}
	
	.emails .emailList1 .pic {
		width: 120px;
		height: 80px;
		background: linear-gradient(180deg, #4294D0 0%, #196AA3 100%);
		border-radius: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 20px auto 0;
	}
	
	.emails p {
		margin-top: 15px;
		font-weight: 400;
		font-size: 12px;
		color: #000000;
	}
	.emails img{
		width: 50px;
	}
	
	.emails .emailList1 a {
		width: 100px;
		height: 35px;
		background: #1B6CA5;
		border-radius: 6px;
		text-align: center;
		line-height: 35px;
		font-weight: 400;
		font-size: 13px;
		color: #FFFFFF;
		display: inline-block;
		margin-top: 0.6rem;
	}
	
	.emails .emailList2 {
		width: 80%;
		height: 200px;
		border-radius: 8px;
		background: rgba(255, 255, 255, 0.8);
		border: 1px solid #CD151D;
		text-align: center;
	}
	
	.emails .emailList2 .pic {
		width: 120px;
		height: 80px;
		background: linear-gradient(180deg, #D95257 0%, #CD151D 100%);
		border-radius: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 20px auto 0;
	}
	
	.emails .emailList2 a {
		width: 100px;
		height: 35px;
		background: #D95257;
		border-radius: 6px;
		text-align: center;
		line-height: 35px;
		font-weight: 400;
		font-size: 13px;
		color: #FFFFFF;
		display: inline-block;
		margin-top: 0.6rem;
	}
}

