.wrap2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 66;
	padding: 0.2rem;
	box-sizing: border-box;
}
.body_wrap {
	display: flex;
}
.bann_left {
	width: 40%;
}
.bann_left h4 {
	font-size: 0.22rem;
	color: white;
	margin-bottom: 0.1rem;
}
.bann_left span {
	display: block;
	width: 0.4rem;
	height: 0.03rem;
	background-color: rgb(252,209,5);
	margin-bottom: 0.16rem;
}
.bann_left p {
	font-size: 0.14rem;
	color: white;
}
.bann_left button {
	width: 1rem;
	display: block;
	margin-top: 0.2rem;
	height: 0.3rem;
	border-radius: 0.04rem;
	background-color: rgb(252,209,5);
	color: black;
	font-size: 0.13rem;
	margin-left: 0.1rem;
}
.bann_left button a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 0.3rem;
	text-align: center;
	color: black;
	font-size: 0.13rem;
}
.bann_right {
	width: 60%;
	margin-top: 0.5rem;
}
.bann_right img {
	width: 100%;
}
.foot_list {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.foot_list li {
	width: 49%;
	height: 0.8rem;
	background-color: rgb(49,48,48);
	float: left;
	color: #fcd105;
	position: relative;
	line-height: 0.3rem;
	border-radius: 0.1rem;
	margin-bottom: 0.1rem;
}
.foot_list li:nth-child(1) {
	background: url(../images/f_1.jpg) center no-repeat;
	background-size: 100%;
}
.foot_list li:nth-child(2) {
	background: url(../images/f_21.png) center no-repeat;
	background-size: 100%;
}
.foot_list li:nth-child(3) {
	background: url(../images/f_3.jpg) center no-repeat;
	background-size: 100%;
}
.foot_list li:nth-child(4) {
	background: url(../images/f_4.jpg) center no-repeat;
	background-size: 100%;
}
.foot_list li a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-left: 0.2rem;
	padding-top: 0.1rem;
	color: #fcd105;
	line-height: 0.3rem;
}
.foot_list li span {
	font-size: 0.18rem;
	position: relative;
	z-index: 2;
}
.foot_list li:nth-child(4) {
	margin: 0;
}
.foot_li {
	height: 0.6rem;
	position: absolute;
	top: 0;
	right: 0.1rem;
	bottom: 0;
	margin: auto 0;
}
.foot_li img {
	height: 100%;
	width: auto;
}
.body_main2 {
	width: 100%;
	position: relative;
}
.footer {
	width: 100%;
}
.footer2 {
	height: 1.4rem;
	width: 100%;
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.body_main2 img {
	width: 100%;
	display: block;
}
.footer2 img {
	height: 100%;
	display: block;
	width: auto;
}
.main {
	padding: 0 0.2rem;
	background-color: black;
}
.foot_cc {
	position: absolute;
	top: 46%;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0.26rem;
	color: #fcd105;
}
.submain_head {
	text-align: center;
	padding-top: 0.32rem;
	margin-bottom: 0.2rem;
}
.submain_head h4 {
	font-size: 0.22rem;
	font-weight: 600;
	color: white;
}
.submain_head p {
	display: inline-block;
	width: 0.6rem;
	height: 0.03rem;
	background-color: #fcd105;
}
.main_contes {
	width: 100%;
}
.main_contes img {
	width: 100%;
	display: block;
}
.iscontentsp {
	text-align: center;
	width: 100%;
	height: 0.5rem;
	line-height: 0.5rem;
	margin: 0.2rem auto;
	font-size: 0.2rem;
	font-weight: 600;
	background-image: linear-gradient(to left, rgba(252,209,5,0) 0%, rgba(252,209,5,1) 50%, rgba(252,209,5,0) 100%);
}
.jianjiecot {
	width: 96%;
	margin: 0 auto;
	color: white;
	line-height: 0.3rem;
	font-size: 0.15rem;
}
.jianjiecot p {
	text-indent: 2em;
}

.banner-wrap {
	padding: 0.2rem 0 0;
	overflow-x: auto;
	margin-bottom: 0.3rem;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.banner-wrap::-webkit-scrollbar {
	display: none;
}
.menu {
	display: flex;
	/* height: 1.2rem; */
}
.menu .nav {
	width: 0.16rem;
	margin-right: 0.08rem;
	color: #888888;
	padding: 0.05rem 0.1rem;
	font-size: 0.16rem;
}
.menu .nav:last-child {
	margin-right: 0;
}
.menu .subbanner {
	color: #fcd105;
}
.content {
	width: 100%;
	padding-bottom: 0.4rem;
}
.content ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.content ul li {
	width: 48%;
	height: 1.4rem;
	position: relative;
	margin-bottom: 0.3rem;
}
.content ul li a {
	display: block;
	text-align: center;
	color: white;
}
.content ul li a img {
	width: 100%;
	display: block;
}
.content ul li a p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 0.2rem;
	font-size: 0.16rem;
	text-align: center;
	color: white;
}
.move_gduo {
	display: none;
	width: 1rem;
	height: 0.32rem;
	background-color: #fcd105;
	color: black;
	line-height: 0.32rem;
	text-align: center;
	border-radius: 0.16rem;
	font-size: 0.15rem;
	margin: 0 auto;
}
.content_new {
	width: 100%;
}
.content_new ul li {
	margin-bottom: 0.2rem;
}
.content_new ul li a {
	display: block;
	color: #757374;
}
.news_img img {
	width: 100%;
	display: block;
}
.content_new ul li h4 {
	margin-bottom: 0.1rem;
	color: white;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.content_new ul li i {
	display: block;
	font-style: normal;
	width: 1rem;
	height: 0.01rem;
	border-bottom: 1px solid #757374;
	margin-bottom: 0.1rem;
}
.content_new ul li p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.zhuan_news {
	height: 0.4rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.zhuan_news img {
	width: 0.4rem;
	height: 0.14rem;
	display: block;
}
.news_wrap {
	padding: 0.2rem;
	background-color: rgb(36,34,35);
}
.menu_new {
	display: flex;
	justify-content: center;
	margin-bottom: 0.2rem;
}
.nav_news{
	margin-right: 0.08rem;
	color: #888888;
	padding: 0.05rem 0.1rem;
	font-size: 0.16rem;
}

.menu_new .nav_news:last-child {
	margin-right: 0;
}
.menu_new .subbanner {
	color: #fcd105;
}



.submain_xq {
	background-color: rgb(36,34,35);
	padding: 0.2rem;
}
.submain_xq .title {
	border-bottom: 1px solid #666666;
	text-align: center;
	padding-bottom: 0.2rem;
	margin-bottom: 0.2rem;
}
.submain_xq .title h4 {
	color: white;
	font-size: 0.2rem;
	font-weight: 600;
	margin-bottom: 0.06rem;
}
.submain_xq .title span {
	color: #8b8b8b;
	font-size: 0.16rem;
}
.submain_xq .content_xq {
	color: white;
	line-height: 0.24rem;
	
}
.submain_xq .content_xq p {
	margin-bottom: 0.2rem;
	text-indent: 2em;
}
.submain_xq .img {
	width: 100%;
	margin: 0.3rem auto 0;
}
.submain_xq .img img {
	width: 100%;
	display: block;
}


.m_xq_title {
	/* height: 2.8rem; */
	display: flex;
	position: relative;
}
.m_xq_left {
	width: 45%;
	height: auto;
	background: url(../images/xp_mcp.jpg) center no-repeat;
	background-size: 100% 100%;
}
.dao_subtitle {
	padding-left: 0.1rem;
	padding-right: 0.05rem;
	padding-top: 0.8rem;
	color: white;
}
.dao_subtitle p {
	color: white;
	line-height: 0.4rem;
	font-size: 0.15rem;
}
.dao_subtitle p span {
	display: inline-block;
	width: 0.1rem;
	height: 0.04rem;
	background-color: rgb(252,209,6);
	border-radius: 0.02rem;
	margin-right: 0.12rem;
}
.m_xq_right {
	width: 55%;
	height: 100%;
	background-color: rgb(36,34,35);
}

.bottom_guige {
	padding: 0.8rem 0 0.2rem 0.1rem;
}
.guige_title {
	font-size: 0.2rem;
	color: white;
	font-weight: 600;
	margin-bottom: 0.06rem;
}
.guige_line {
	width: 0.6rem;
	height: 0.04rem;
	border-radius: 0.01rem;
	background-color: rgb(252,209,6);
	margin-bottom: 0.04rem;
}
.flex_dao {
	display: flex;
	height: 0.4rem;
	align-items: center;
}
.bottom_guige ul li {
	display: flex;
	color: white;
	font-size: 0.13rem;
}
.bottom_guige ul li img {
	margin-right: 0.08rem;
}
.bottom_guige ul li span {
	display: block;
	line-height: 0.2rem;
	padding-top: 0.1rem;
}
.dao_title {
	position: absolute;
	top: 0.2rem;
	left: 0;
	width: 60%;
	height: 0.4rem;
	background-color: rgb(252,209,6);
	color: black;
	line-height: 0.4rem;
	text-align: center;
	font-size: 0.2rem;
	font-weight: 600;
	border-radius: 0.3rem;
}


.dao_right {
	width: 100%;
	padding: 0.5rem 0;
	background-color: rgb(46,44,45);
}
.dao_right img {
	width: 92%;
	margin: 0 auto;
	display: block;
}
.rela_wrap {
	padding: 0.24rem 0.04rem;
}
.rela_title {
	font-size: 0.17rem;
	font-weight: 600;
	color: #fcd105;
	margin-bottom: 0.16rem;
}
.rela_con {
	color: white;
	line-height: 0.32rem;
	font-size: 0.15rem;
	margin-bottom: 0.08rem;
}
.lian_wx {
	display: flex;
}
.lian_wx div {
	display: flex;
	align-items: center;
	width: 0.36rem;
	height: 0.36rem;
	background-color: rgb(36,34,35);
	margin: 0 0.1rem;
	border-radius: 0.17rem;
	margin-bottom: 0.2rem;
}
.lian_wx div img {
	width: 70%;
	display: block;
	height: auto;
	margin: 0 auto;
}
.rela_input {
	margin-top: 0.2rem;
	display: flex;
	justify-content: space-between;
}
.rela_input div {
	width: 49%;
	height: 0.42rem;
	padding-left: 0.1rem;
	box-sizing: border-box;
	margin-bottom: 0.16rem;
	background-color: rgb(36,34,35);
}
.rela_input div input {
	height: 100%;
	width: 100%;
	font-size: 16px;
	color: white;
}
.rela_input2 div {
	width: 100%;
	height: 0.42rem;
	padding-left: 0.1rem;
	box-sizing: border-box;
	margin-bottom: 0.16rem;
	background-color: rgb(36,34,35);
}
.rela_input2 div input {
	height: 100%;
	width: 100%;
	font-size: 16px;
	color: white;
}
.rela_textarea {
	padding: 0.1rem;
	height: 1.6rem;
	background-color: rgb(36,34,35);
}
.rela_textarea textarea {
	width: 100%;
	height: 100%;
	font-size: 0.16rem;
	color: white;
}
.rela_submit {
	width: 2rem;
	margin: 0.4rem auto;
	height: 0.42rem;
	background-color: #fcd105;
	text-align: center;
	font-size: 0.18rem;
	line-height: 0.42rem;
	color: black;
}
.xiangce {
	width: 100%;
	padding: 0.06rem;
	box-sizing: border-box;
	background-color: rgb(39,37,38);
}
.xiangce img {
	width: 100%;
	display: block;
}