@charset "utf-8";
@import url("mobile_header.css");


/* 容器适配 */
.wrap-container {
	width: 100%;
	overflow: hidden;
}

.wrap {
	width: 100%;
}
.text-ellipsis2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;text-overflow: ellipsis;overflow: hidden;}
.mobile-menu-btn{top: 31px;}
.Part1 .logo {
	width: 84%;
	height: auto;
	margin: 0 auto;
	margin-left: 0;
}

/* Part1 适配 */
.Part1 {
	width: 100%;
}

.logo {
	text-align: center;
	margin: 10px 0;
}

.logo img {
	width: 60%;
	height: auto;
}
.Part1 .bottomImg{
	width: 100%;
    height: 123px;
	background-size: 30%;
	background-position-x: 0;
}
.topImg {
	width: 32% !important;
	overflow: hidden;
	top: 76px !important;
}
.Part1 {
    height: 286px;
}

.topImg img {
	width: 100%;
	height: auto;
	display: block;
}

.Banner {
	width: 100%;
	height: 180px !important;
	overflow: hidden;
}

.Banner .pic img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	display: block;
}
.maps_1 {
    display: block;
}
.bottomImg {
	width: 100%;
}

.bottomImg .maps {
	display: none;
	
}


.bottomImg .ser {
	grid-column: span 2;
	margin-top: 10px;
	background-color: #fff;
	padding: 10px;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.bottomImg .ser input {
	width: 80%;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
}

.bottomImg .ser img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-left: 10px;
}

.bottomImg .dow {
	grid-column: span 1;
	margin-top: 10px;
	background-color: #fff;
	padding: 10px;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	text-align: center;
}

.bottomImg .dow div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.bottomImg .dow img {
	width: 20px;
	height: 20px;
	margin: 0 5px;
}

.bottomImg .dow span {
	font-size: 14px;
	color: #333;
}

/* Part2 适配 */
.Part2 {
	width: 97%;
	height: auto;
	margin: 0 auto;
	background-color: #fff;
	padding: 0;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	margin-top: 20px;
	padding-top: 14px;
	padding-bottom: 14px;
}

.tti {
	width: 100%;height: auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.tti .lef img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.tti .lef{line-height: 85px;        display: none;}
.tti .rig {
	flex: 1;
}

.txtMarquee-top .bd {
	overflow: hidden;
	height: auto;
}

.pont li {width: 5px;height: 5px;}
.pont li.on{width: 9px;height: 9px;}

.txtMarquee-top .bd ul {
	list-style: none;
}

.txtMarquee-top .bd li {
	margin-bottom: 10px;
}

.txtMarquee-top .bd li a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 17px;
	line-height: 1.4;
	white-space: normal;
	word-wrap: break-word;
}

.pont {
	display: flex;
	margin-top: 0px; margin-left:0px;
}

.pont li {
	width: 8px;
	height: 8px;
	background-color: #ccc;
	border-radius: 50%;
	margin-right: 8px;
}

.pont li:nth-child(1) {
	background-color: #c80000;
}


.picScroll-left .bd ul li{margin: 0;        float: none;width: 49%;}


/* Part3 适配 */
.Part3 {
	width: 97%;
	margin: 0 auto;
	margin-top: 10px;
}

.focus {
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.focus .pic img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
}

.focus .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.6);
	padding: 10px;
}

.focus .txt li {
	display: none;
}

.focus .txt li a {
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	line-height: 1.4;
}

.focus .num {
	position: absolute;
	bottom: 61px;
	right: 10px;
	display: flex;
}

.focus .num li {
	width: 8px;
	height: 8px;
	background-color: rgba(255,255,255,0.6);
	border-radius: 50%;
	margin-left: 5px;
}

.focus .num li:nth-child(1) {
	background-color: #fff;
}

.focus .prev,
.focus .next {
	display: none;
}

.f_r {
	width: 100%;
}

.news {
	width: 100% !important;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	padding: 15px;
}
.Part3 .news_tie li a{font-size: 19px;}
.news_tie {
	display: flex;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.news_tie li {
	margin-right: 20px;
	font-size: 16px;
	font-weight: bold;
}


.news_tie li a {
	text-decoration: none;
	color: #333;
}

.news_tie .mores {
	margin-left: 0; position: inherit; display: none;
}
.Part3 .nes_list ul li { margin-top: 7px;}

.Part5 .bd {
    height: auto;
}



.news_tie .mores img {
	width: 20px;
	height: 20px;
	margin-left: 5px;
}

.nes_list {
	width: 100%;
}

.nes_list>div {
	display: block !important;
	float: left;
	height: auto;
}
.nes_list ul {width: 100%;}

.nes_list li {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f0f0f0;
}

.nes_list li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.nes_list li a {
	display: block;
	text-decoration: none;
	color: #333;
}

.nes_list li a div:first-child {
	width: 71% !important;
	font-size: 17px !important;
	margin-bottom: 5px;
}

.nes_list li a div:last-child {
	font-size: 15px !important;
	color: #999;
}
.nes_list li:nth-child(1){margin-bottom: 0 !important;    margin-top: 9px;}
.nes_list li:nth-child(1) a div:nth-child(2){margin-bottom: 0 !important;}
.nes_list li a{width: 90%;}
.mobile-nav{display: block;}
.mores img:nth-child(1){ display: none; width: 52px;height: auto;}
.mores img:nth-child(2){ display: none; width: 24px;height: auto;}
/* Part4 适配 */
.Part4 {
	width: 97%;
	margin: 0 auto;
	margin-top: 23px;
}
.Part3 .news_tie { align-items: center;        justify-content: space-between;}
.Part3 .news_tie li { margin-right: 0;}
.news_tie{align-items: center;}
.part4_list {
	width: 100%;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	margin-bottom: 20px;
	padding: 15px;
}

.part4_list .news_tie {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.part4_list .news_tie li {
	margin-right: 15px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
.part4_list .news_tie li a{font-size: 17px;}
.part4_list .news_tie .mores {
	margin-left: auto;
	margin-bottom: 10px;
	position: relative;    font-size: 13px; top: 0;        display: none;
}

.Backtop_hf{display: none !important;}
.picztzl a {width:49%;height: auto;    margin-bottom: 11px;}
.picztzl{margin-bottom: 0;}
#nav_1{padding: 0;}

/* Part5 适配 */
.Part5 {
	width: 100%;
	margin: 20px 0;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	padding: 15px;
}

.hd1 {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.hd1 ul {
	display: flex;
	list-style: none;
}

.hd1 ul li {
	margin-right: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.hd1 .mores {
	margin-left: auto;
}

.hd1 .mores img {
	width: 20px;
	height: 20px;
	margin-left: 5px;
}

.bd1 {
	width: 100%;
}

.picScroll-left {
	width: 100%;
	position: relative;
	overflow: hidden; margin-top: 0 !important;
}

#jyyxs{width: 95%;}
#jyyxs .bd ul li .pic img {width: 100%; height: 180px;}
.picScroll-left .bd ul li .pic img {width: 100%; height: auto;}



.picScroll-left .next{right: 0; display: none;}
.picScroll-left .prev {left: 0; display: none;}
.img-wrapper {width: 100%; height: 100%;}
.Part5 .hd1 ul li {
    font-size: 25px;
    line-height: 46px;
}
.Part5 .hd1 {
    height: 46px;
}
.Part5 .mores{top: 8px;}
.picScroll-left .bd ul li .pic video{height: 180px;}
.picScroll-left .bd{width: 100%;}

/* Part6 适配 */
.Part6 {
	width: 100%;
	margin: 20px 0;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	padding: 15px;
}

.tier {
	text-align: center;
	margin-bottom: 20px;
}

.tier a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	margin-bottom: 5px;
}

.tier span {
	font-size: 12px;
	color: #999;
}

.dsjs {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.dsjs_bd {
	width: 100%;
	margin-top: 193px;
}

.ddjs_er {
	width: 100%;
	flex-wrap: wrap;
}

.dsjs_bdle {
	width: 100%;
	margin-bottom: 15px;
}

.dsjs_bdle_te {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.dsjs_bdle_te a:first-child {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	margin-right: 10px;
}

.dsjs_bdle_te .mores img {
	width: 20px;
	height: 20px;
	margin-left: 5px;
}

.dsjs_bdle ul {
	list-style: none;
}

.dsjs_bdle li {
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #f0f0f0;
}

.dsjs_bdle li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.dsjs_bdle li a {
	display: flex !important;
	text-decoration: none;
	color: #333;
}

.dsjs_bdle li a div:first-child {
	font-size: 19px;
	line-height: normal;
	margin-bottom: 5px;
	width: 68%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dsjs_bdle li a div:last-child {
	font-size: 15px;
	color: #999;
}

.dsjs_bdri {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.dsjs_bdri img {
	width: 100%;
	height: 100px;
	object-fit: cover;
	border-radius: 8px;
}

.dsjs_hd {
	width: 100%;
	top: 0;
	bottom: initial;
	display: flex;
	flex-wrap: wrap;
	overflow-x: auto;
	padding: 10px 0;
	margin-top: 15px;
	border-top: 1px solid #eee;
}

.dsjs_hd::-webkit-scrollbar {
	display: none;
}

.dsjs_hd a {
	width: 33%;
	flex: 0 0 auto;
	margin-right: 0;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.dsjs_hd a div {
	width: 50px;
	/* height: 8px; */
	background-color: #ccc;
	/* border-radius: 50%; */
	margin-right: 5px;
}
.dsjs_bd{margin-top: 195px !important;}
.ddjs_er{display: block !important;float: left;height: auto;}
.ddjs_er1{display: block !important;float: left;height: auto;}
.ddjs_er2{display: block !important;float: left;height: auto;}
.ddjs_er3{display: block !important;float: left;height: auto;}
.ddjs_er4{display: block !important;float: left;height: auto;}
.dsjs_bdri{display: none;}
.dsjs_bdle ul li.on {
    height: auto;
    width: 99%;
    margin: 0 auto;
}



/* Part7 适配 */
/* .Part7 {
	width: 100%;
	margin: 20px 0;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	padding: 15px;
}

.cyjqBox {
	width: 100%;
}

.cyjqBox .hd ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	list-style: none;
}

.cyjqBox .hd li {
	background-color: #f9f9f9;
	padding: 15px;
	border-radius: 8px;
	text-align: center;
}

.cyjqBox .hd li .icon {
	margin-bottom: 10px;
}

.cyjqBox .hd li .icon a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	margin-bottom: 5px;
}

.cyjqBox .hd li .icon em {
	display: block;
	width: 40px;
	height: 2px;
	background-color: #c80000;
	margin: 0 auto 5px;
}

.cyjqBox .hd li .txt {
	font-size: 12px;
	color: #666;
	line-height: 1.4;
}

.cyjqBox .bd {
	display: none;
} */

/* Part8 适配 */
.Part8 {
	width: 100%;
	margin: 20px 0;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	padding: 15px;
}

.zjjy {
	width: 100%;    height: auto;
}
.Part8{height: auto;}
.zjjy_img {
	width:57%;
	height: 150px;
	object-fit: cover;
	border-radius: 8px;
	margin-bottom: 15px;
}

.gsjj {
	width: 100%;
	margin-bottom: 15px;
}

.gsjj span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}

.gsjj div {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;    margin-top: 13px;

	width: 100%;
	text-align: justify;
}

.tab_jy {
    width: 100%;    margin-top: 98px;

    height: auto;
}

.gsjj .mores img {
	width: 20px;
	height: 20px;
	margin-left: 5px;
}

.tab_jy ul {
	display: flex;
	overflow-x: auto;
	list-style: none;
	padding-bottom: 10px;padding-top: 10px;           margin-left: inherit;
}
.tab_jy ul li {
    margin-right: 0;
}
.tab_jy ul li:nth-child(1) a div {
    width: 35px;
    height: 34px;
    margin-bottom: 3px;
    background-size: 100% 100%;
}
.tab_jy ul li:nth-child(2) a div,.tab_jy ul li:nth-child(3) a div,.tab_jy ul li:nth-child(4) a div {
    width: 34px;
    height: 35px;
    margin-bottom: 3px; border-radius: 0;
    background-size: 100% 100%;
}
.tab_jy ul li a span {
    font-size: 17px;
}

.tab_jy ul::-webkit-scrollbar {
	display: none;
}

.tab_jy li {
	flex: 0 0 auto;width: 24%;
	margin-right: 20px;
}

.tab_jy li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #333;
	font-size: 14px;
}

.tab_jy li a div {
	width: 8px;
	height: 8px;
	background-color: #ccc;
	border-radius: 50%;
	margin-right: 5px;
}

/* Part9 适配 */
.Part9 {
	width: 100%;    height: auto;
	margin: 20px 0;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	padding: 15px;        flex-wrap: wrap
}
.Part9 ul li {
	width: 47%;
	height: auto;
    margin-right: inherit;
    margin-top: 6px;
}



.tiers {
	display: block;
	text-align: center;
	text-decoration: none;
	margin-bottom: 15px;
}
.Part9 ul li a .imgh {
    margin-top: 133px;
    margin-left: 20px;
    width: 65%;
    margin-bottom: 22px;
}
.tiers span:first-child {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}
.Part9 ul li a div {
    margin-left: 0px;
    margin-top: -12px;
}
.tiers span:last-child {
	font-size: 12px;
	color: #999;
}

.Part9 .tiers {
	display: block;
	width: 100%;
	margin: 0 auto;
	margin-left: 0;
}
.Part9 .tiers span:nth-child(1){color: #333;    font-size: 25px;}
.Part9 .tiers span:nth-child(2){color: #333; font-size: 19px;    margin-top: 0px;}

.Part8 .tier span {font-size: 19px;}
.Part8 .tier a {font-size: 25px;}

.Part10 .tier span {font-size: 19px;}
.Part10 .tier a {font-size: 25px;}
.picScroll-left .bd ul { width: 100%; margin: 0 auto;display: flex;flex-wrap: wrap; justify-content: space-between;}
.header_wrap{display: none !important;}




.Part9 ul {
    margin-left: 0; justify-content: space-between;flex-wrap: wrap;
    display: flex;
}
.Part9 ul li a div span {
    font-size: 18px;
    margin-top: 10px;
}

/* Part10 适配 */
.Part10 {
	width: 100%;
	padding: 15px;    height: auto;
}

.tit {
	text-align: center;
	margin-bottom: 15px;
}

.tit img {
	width: 55%;
	height: auto;
}

.yqdd {
    width:100% !important;
    flex-wrap: wrap;    margin-top: 15px !important;
}
.yqdd a{background-size: 100% auto !important;
    width: 100% !important;
    height: 120px !important;line-height: 120px !important;
    font-size: 17px !important;
}
.yqdd a:nth-child(3) span {
    margin-top: auto !important;
    margin-left: 134px !important;
}
.yqdd a:nth-child(2) span,.yqdd a:nth-child(1) span  {
    margin-top: auto !important;
    margin-left: 111px !important;
}



.Part7 .tier a { font-size: 26px;}
.Part7 .tier span { font-size: 18px;}

.shgyBox ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	list-style: none;
}

.shgyBox li {
	text-align: center;
}

.shgyBox li .img01 {
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
}

.shgyBox li .img02 {
	display: none;
}

/* 返回顶部 */
.Backtop {
	display: none !important;
	position: fixed;
	bottom: 30px;
	right: 20px;
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,0.6);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
}

.Backtop img {
	width: 24px;
	height: 24px;
}

/* 响应式调整 */
@media screen and (max-width: 480px) {
	.bottomImg .maps {
		gap: 8px;
	}

	.bottomImg .maps li {
		padding: 10px 5px;
	}

	.bottomImg .maps li a {
		font-size: 13px;
	}

	.Banner {
		height: 170px !important;
	}

	.Banner .pic img {
		height: 150px;
	}

	.focus {
		height: 230px;
	}

	.focus .pic img {
		height: 230px;
	}



	.image-card {
		flex: 0 0 90%;
		margin-right: 10px;
	}

	.cyjqBox .hd ul {
		gap: 10px;
	}

	.cyjqBox .hd li {
		padding: 10px;
	}

	.cyjqBox .hd li .icon a {
		font-size: 14px;
	}

	.cyjqBox .hd li .txt {
		font-size: 11px;
	}

	.shgyBox ul {
		gap: 10px;
	}

	.shgyBox li .img01 {
		width: 50px;
		height: 50px;
	}
}

@media screen and (min-width: 481px) and (max-width: 750px) {
	.Banner {
		height: 200px !important;
	}

	.Banner .pic img {
		height: 200px;
	}

	.focus {
		height: 220px;
	}

	.focus .pic img {
		height: 220px;
	}

	.picScroll-left .bd li {
		flex: 0 0 70%;
		margin-right: 15px;
	}

	.image-card {
		flex: 0 0 70%;
		margin-right: 15px;
	}

	.cyjqBox .hd ul {
		grid-template-columns: repeat(4, 1fr);
	}

	.Part9 ul {
		grid-template-columns: repeat(3, 1fr);
	}

	.Part9 li .imgh {
		height: 120px;
	}
}

