@charset "utf-8";

/*统一重置样式表*/
html {
  height: 100%;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body {
  background: #fff;
  font-family: "微软雅黑", Arial, Helvetica, Tahoma;
  font-size: 16px;
  margin: 0 auto;
  position: relative;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
form,
section,
div,
p,
input,
ul,
li,
span,
form,
img {
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ul,
li {
  list-style: none;
}

a {
  color: #000;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

img {
  border: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input,
button {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  border: none;
  -webkit-appearance: none;
  appearance: none;
}

.bottom_page {
  width: 100%;
  height: 295px;
  margin: 0 auto;
  background: url("../images/but_bg.png") no-repeat;
  background-size: 100% 100%;
  /*min-width: 1280px;*/
}

.bottom_page_logo {
    width: 220px;
    height: 59px;
}

.bottom_center {
  /*min-width: 1280px;*/
  max-width: 1400px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    
    padding-top: 30px;
	  padding-bottom: 56px;
}

.bottom_center_c > ul {
  display: flex;
  margin-top: 20px;
}

.bottom_center_c > ul > li a {
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.bottom_center_c > ul > li.line {
  margin: 0 20px;
  color: #fff;
  font-size: 24px;
}

.bottom_center_c > .name {
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
}

.bottom_center_b { 
  align-items: center;
  margin-top: 20px;
  color: #fff;
  text-align: center;
}

.bottom_center_b > .name {
  font-size: 26px;
}

.bottom_center_b > .name_yw {
  font-size: 22px;
}

.bottom_center_b > ul {
  display: flex;
  margin-top: 10px;
}

.bottom_center_b > ul > li {
  border-right: 1px solid #ecedec;
  padding: 4px 20px 4px 0;
}

.bottom_center_b > ul > li:nth-child(2) {
  margin: 0 20px;
}

.bottom_center_b > ul > li > img {
  width: 17px;
  height: 17px;
}
.scode {
   width: 100px;
   height: 100px;
   padding-bottom: 9px;
}
.copyr{
	text-align: center;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
}
.copyr span{
	padding-left: 20px;
}
.d_hs{
	width: 395px;
	height: 59px;
	background: #0F4675;
	border-radius: 29px;
	display: flex;
	align-items: center;
	padding: 0 20px;
}
.d_hs span{
	flex: 1;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
}
.bottom_center_c{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
  line-height: 30px;
}

/*  */

.dialog {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background: white;
  padding: 20px;
  border-radius: 8px;
  width: 500px;
  height: auto;
  box-shadow: 0px 0px 20px 0px rgba(211, 211, 211, 0.79);
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.links li {
  margin: 10px 0;
}
.close {
  cursor: pointer;
  float: right;
}
.pt_name{
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pt_name span{
  width: 2px;
    height: 20px;
    background-color: #1765a6;
    display: inline-block;
}
.links{
  display: flex;
    gap: 20px;
    padding-left: 13px;
    color: #999;
}
.links li a{
  color: #999;
  font-family: Microsoft YaHei;
  font-weight: 300;
}
.item_list{
  padding-bottom: 10px;
}


.UList-box {
	display:none;
}
/*移动端*/
@media(max-width:1000px) {
	.home_page {
		width: 100%;
		margin: 0;
	}

	.part1 {
		width: 100%;
		display: block;
		height: auto;
		padding-top: 15px;
	}

	.home_left {
		width: 100%;
		min-height: 100%;
	}

	.swiper-container {
		width: 100%;
	}

	.left {
		padding:0 10px;
	}
	.news_name{
		font-size:20px;
	}
	.news_icon{
		font-size:16px;
	}
	.home_right{
		width:100%;
		min-width:100%;
		min-height:100%;
	}
	.right{
		padding:20px 10px;
	}
	.news_list{
		margin:0;
		min-height:100%;
	}
	.party_building,
	.wrapper {
		width: 100%;
	}
	.core_box{
		margin-top:30px;
	}
	.moreBtns{
		display:none;
	}
	.swiper-container{
		height:auto;
	}
	.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		width:auto !important;
	}
	.core_industries {
		width:auto;
		padding:10px 0 0;
	}
	.left-bg,
	.alliance,
	.culturalAls,
	.tab_bg,
	.tab-content {
		width: 100%;
	}
	.put_flex {
		flex-wrap:wrap;
		justify-content:space-between;
	}
		.put_flex .allia_item {
			width:32%;
			flex:auto;
		}
	.all_active::after{
		display:none;
	}
	.po_right {
		min-width: 100%;
	}
	.p_img{
		width:auto;
		height:auto;
	}
	.political_b{
		padding-top:30px;
	}
	.members_ls,
	.friendly_link,
	.link_box,
	.dialog,
	.swiper_box {
		width: 100%;
	}
		.members_ls img{
			width:49%;
		}
	.bottom_center{
		display:block;
		padding:20px 10px;
	}
	.bottom_center_c {
		display:none;
	}
	.bottom_page {
		height:auto;
	}
	.swiper_box {
		height:auto;
	}
	.party_building {
		margin-bottom:0;
	}
	.core_img {
		padding-bottom:30px;
		max-width:80%;
		margin:0 auto;
	}
	.core_box {
		padding:140px 10px 0;

	}
	.core_boxs,
	.core_boxs_a {
		margin: 0;
	}
	.core_boxs_a {
		display:block;
		width:100%;
		margin-bottom:30px;
	}
	.core_boxs{
		padding:0;
	}
	.but_t {
		font-size:20px;
		gap:10px;
	}
	.but_t>img {
		height:25px; 
	}
	.msd{
		padding:20px 0;
		width:100%;
	}
	.cult_img{
		padding-top:30px;
	}
	.cult_img {
		max-width: 60%;
		margin: 0 auto;
	}
	.alliance{
		margin-bottom:0;
	}
	.political_t {
		display:block;
	}
	.po_title{
		font-size:20px;
		gap:10px;
	}
	.po_des{
		padding:20px 0;
		width:100%;
	}
	.tab-content .all_cont{
		padding:30px 10px;
	}
	.table{
		height:auto;
	}
	.cult_img2 {
		max-width:80%;
		padding-top:0;
	}
	.tab-content{
		margin:0;
	}
	.link_box {
		margin-top:30px;
	}
	.logo-wall{
		padding:0 10px;
	}
	.bottom_center {
		text-align:center;
	}
	.bottom_center img {
		max-width:50%;
	}
	.core_boxs {
		display:block;
	}
	.news_list .item_right {
		width:calc(100% - 80px);
	}
	.news_list .put_flex {
		flex-wrap:nowrap;
	}
	.y_d {
		font-size: 18px;
	}
	.banner_box {
		height: 200px;
	}

	.partyBuild_content {
		width: 100%;
		padding: 30px 0;
	}

		.partyBuild_content > ul > a > li > .build-left .build-title {
			min-width: 100%;
		}

		.partyBuild_content > ul > a > li {
			padding: 15px 10px;
			height:auto;
		}

		.partyBuild_content ul {
			padding: 10px;
		}
		.partyBuild_content > ul > a > li > .build-left .build-day {
			font-size:40px;
			text-align:center;
		}
	.build-left>div:first-child {
		text-align:center;
	}
	.build-left > div.dis  {
		width:calc(100% - 100px);
		margin-left:0;
	}
	.partyBuild_content > ul > a > li > .build-left .build-title {
		font-size:18px;
		min-width:calc(100% - 15px);
		padding-left:10px;
	}
	.partyBuild_content > ul > a > li > .build-left .build-drop{
		display:none;
	}
	.essay{
		width:100%;
		padding:20px 10px;
	}
	.conTitle{
		font-size:22px;
	}
	.conTimes {
		 margin:0;
	}
	.right-bg,
	.left-bg {
		display: none;
	}
	.resource_nav ul li{
		padding:0 10px;
		font-size:18px;
		text-align:center;
	}
	.resource_nav ul a {
		display:block;
	}
	.banner_box {
		background-size:cover !important;
	}
	.main_nav ul{
		width:100%;
		flex-wrap:wrap;
	}
		.main_nav ul li {
			width:25%;
			margin:0 ;
			padding:10px 0;
		}
			.main_nav ul li img{
				width:40px;
				height:40px;
			}
			.main_nav ul li p{
				font-size:18px;
				padding:10px 0 5px;
			}
	.hezuo_img img{
		width:200px;
		height:auto;
	}
	.hezuo_list{
		flex-wrap:wrap;
	}
	.content {
		padding: 0 10px;
	}
	.hezuo {
		width: 100%;
	}
	.hezuo_item{
		width:100%;
		height:auto;
		margin-bottom:10px;
	}
		.hezuo_item h1 {
			font-size:20px;
		}
	.content_lt{
		width:100%;
		display:block;
		height:auto;
		margin-bottom:20px;
	}
	.centent_bg{
		width:100%;
		height:auto;
	}
	.scenic_lt,
	.scenic_lt img {
		width: 100%;
		height: auto;
		border-radius:10px;
	}
	.scenic_rt{
		width:100%;
		padding:20px 0;
	}
	.scenic_title {
		font-size:20px;
		margin-bottom:15px;
	}
	.scenic_content{
		margin-bottom:0;
	}
	.tourism_ul,
	.notice_left,
	.banner > ul.top {
		width: 100%;
		flex-wrap: wrap;
		height: auto;
	}
		.tourism_ul li, .notice_left a,
		.banner > ul.top > li {
			width: 33.333%;
			height: 60px;
			line-height: 60px;
			font-size: 18px;
			flex: none;
		}
			.notice_left a{
				display:block;
			}
	.topic {
		width:100%;
		height:100%;
		font-size:18px;
		line-height:60px;
	}
	.culture_nav {
		height: auto;
	}
	.introduce_new{
		padding-top:30px;
	}
	.introduce_f{
		width:100%;
		display:block;
		padding:0;
	}
	.introduce_video{
		width:100%;
		min-height:300px;
	}
	.pay_img{
		top:50%;
		right:50%;
		transform:translate(50%,-50%);
		width:70px;
	}
	.introduce_text{
		padding:30px 10px;
	}
	.jt_jj,
	.company-data h1 {
		font-size: 22px;
	}
	.company-data {
		width:100%;
		padding-top:30px;
	}
	.company-data-item{
		width:44%;
	}
	.company-data-text{
		font-size:25px;
	}
	.company-span {
		font-size:25px !important;
	}
	.company-data-item p{
		font-size:18px;
	}
	.company-data-basic{
		width:100%;
		font-size:18px;
		height:50px;
		line-height:50px;
	}
	.chairman{
		width:100%;
		margin-top:30px;
	}
	.simple_leadership{
		padding:30px 0;
		width:100%;
	}
	.leader_list_tou li{
		width:46%;
		padding:0 5px;
		margin-bottom:10px;
	}
	.leader_list_tou {
		margin:0 10px;
	}
	.leader_list li{
		padding:0 5px;
		width:45%;
	}
	.j_gs {
		width: 100%;
		padding: 30px 0 0;
	}
	.simple_structure {
		width:100%;
		padding-bottom:30px;
	}
	.introduce_div{
		width:100%;
	}
	.introduce_img{
		padding:0 10px ;
	}
	.tab_box {
		overflow:auto;
		min-height:400px;
	}
	.video_list {
		width:100%;
		min-height:auto;
		padding:30px 0;
	}
	.tab-list {
		width: 100%;
		padding: 0 10px;
	}
	.listNews .imgbox img{
		max-width:100%;
	}
	.us_box{
		padding:30px 0;
	}
	.us_left{
		width:100%;
	}
		.us_left > ul{
			flex-wrap:wrap;
		}
			.us_left > ul > li{
				width:50%;
				margin-bottom:15px;
			}
	.us_right {
		margin-top:30px;
	}
	.fixed-btns {
		right:5px;
	}
	.a_logo {
		height:60px;
		padding:5px 0 5px 10px;
	}
	.a_logo img {
		max-height:100%;
		display:block;
	}
}