* {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover{
	text-decoration: underline;
}
img {
	width: 100%;
	border: none;
}
ul li {
	list-style: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}
.main_W {
	width: 1200px;
	margin: 0 auto;
}
.nav_top {
	width: 100%;
	height: 50px;
	background-color: #9a2420;
	margin-bottom: 36px;
}
.nav_top ul {
	padding: 0 70px;
	overflow: hidden;
	justify-content: space-between;
	display: flex;
}
.nav_top ul li {
	float: left;
	text-align: justify;
}
.nav_top ul li a {
	color: #fffefe;
	font-size: 20px;
	line-height: 50px;
}
.logo_con{
	padding: 15px 12px;
	height: 82px;
	overflow: hidden;
}
.logo_left{
	margin-right: 110px;
}
.logo_right{
	line-height: 82px;
}
.logo_right ul li{
	float: left;
	margin-right: 40px;
}
.logo_right ul li a{
	color: #000;
	font-size: 16px;
}
.soild_blue{
	width: 100%;
	height: 3px;
	background-color: #2e9a47;
	margin-bottom: 36px;
}
.carousel{
	width: 790px;
	height: 516px;
	float: left;
}
.one_coner {
	height: 550px;
}
.swiper-newTabs {
	width: 790px;
	height: 550px;
	overflow: hidden;
}
.carousel .container {
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.swiper-newTabs .swiper-slide {
	background: rgba(0, 0, 0, 0.3);
}
.swiper-newTabs .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-newTabs .swiper-title {
	position: absolute;
	bottom: 0;
	width: calc(100% - 160px);
	height: 73px;
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 73px;
	background-color: rgba(0, 0, 0, 0.6);
	padding-left: 110px;
	padding-right: 50px;
}
.swiper-newTabs .swiper-title a {
	color: white;
	text-decoration: none;
	display: block;
}
.carousel .swiper-button-prev::after {
	content: "";
}
.carousel .swiper-button-next::after {
	content: "";
}
.carousel .swiper-button-next,
.carousel .swiper-button-prev {
	width: 17px;
	height: 23px;
	bottom: 24px;
	top: auto;
}
.swiper-number {
	position: absolute;
	bottom: 16px;
	color: white;
	z-index: 9999;
	left: 46px;
	top: auto;
	font-size: 26px;
}
.swiper-number {
	color: white;
	font-size: 26px;
}
.swiper-number .count {
	font-size: 30px;
}
.one_text{
	width: 386px;
}
.one_text .title_name{
	padding-top: 0;
}
.one_text ul li:first-child{
	margin-top: 0px;
}
.one_text ul li{
	margin-top: 16px;
}
.one_text ul li h4{
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 6px;
}
.one_text ul li h4 a{
	color: #010101;
}
.one_text ul li p{
	font-size: 14px;
	color: #4c4c4c;
	line-height: 36px;
}
.one_text ul li p a{
	color: #d12d1f;
}
.picture_icon{
	width: 1200px;
	height: 106px;
	margin: 30px 0;
	overflow: hidden;
}
.picture_icon img {
	width: 1200px;
	height: 106px;
    transition: all 2s;
}
.picture_icon img:hover {
  cursor: pointer;
  transform: scale(1.1);
}
.eapf {
  padding-left: 18px;
}
.eapf ul li {
  list-style: initial;
  list-style: 36px;
  color: #4c4c4c !important;
  margin-bottom: 0 !important;
}
.eapf ul li a {
  line-height: 34px;
  font-size: 14px;
   color: #4c4c4c !important;
}
.bottom_left{
	margin-top: 14px;
	width: 790px;
}
.bottom_left .title_name{
	padding-top: 0;
}
.koneng_ri{
	width: 512px;
}
.bottom_koneng a{
	color: #010101;
	font-size: 20px;
	font-weight: bold;
}
.bottom_koneng p{
	margin-top: 16px;
	font-size: 14px;
	color: #4c4c4c;
	line-height: 34px;
}
.bottom_koneng p a{
	color: #d12d1f;
	font-size: 14px;
	font-weight: 400;
}
.bottom_koneng ul li{
	height: 182px;
	margin-top: 32px;
	border-bottom: 1px #c5c4c4 dashed;
}
.bottom_koneng ul li:first-child{
	padding-top: 0;
}
.more{
	width: 58px;
	height: 38px;
	border: 1px #2e9a47 solid;
	padding: 0 34px;
	margin: 0 auto;
	margin-top: 52px;
	margin-bottom: 132px;
	cursor: pointer;
}
.more p{
	margin-top: 0;
	font-size: 14px;
	color: #5a5a5a;
	line-height: 40px;
}
.bottom_right{
	width: 386px;
	margin-top: 13px;
}
.title_name{
	position: relative;
	margin-bottom: 26px;
	padding-top: 40px;
}
.title_name a{
	position: absolute;
	right: 6px;
	bottom: 8px;
	font-size: 14px;
	color: #717171;
}
.text_pic{
	margin-bottom: 20px;
	width: 386px;
	height: 211px;
	overflow: hidden;
	position: relative;
}
.text_pic img:hover {
  cursor: pointer;
  transform: scale(1.1);
}
.text_pic img {
  transition: all 2s;
}
.text_post{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 36px;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
}
.text_post a{
	color: #fff;
	font-size: 20px;
	line-height: 36px;
	margin-left: 4px;
}
.right_one ul li{
   font-size: 20px;
   margin-bottom: 24px;
}
.right_one ul li a{
	color: #010101;
}
.right_one ul li p{
	font-size: 16px;
	line-height: 36px;
	color: #4c4c4c;
	margin-top: 10px;
}
.right_one ul li p a{
	color: #d12d1f;
}
.bottom_koneng ul li {
	border-bottom: 1px #c5c4c4 dashed;
	height: auto;
	padding: 35px 0 20px 0;
	margin: 0;
}
.isImgClass {
  display: flex;
}
.koneng_ri {
  width: auto;
}
.koneng_bot {
  overflow: hidden;
  font-size: 14px;
  color: #4c4c4c;
  line-height: 36px;
  width: 100%;
}
.koneng_bot span {
  float: left;
  margin-right: 2rem;
  color: #2b8bd7;
}
.koneng_bot i {
  font-style: normal;
}
.koneng_bot i:last-child {
  float: right;
}
.isImgClass .photo img {
  width: 232px;
  height: 150px;
  overflow: hidden;
  padding-right: 40px;
}