* {
	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;
}
.main_W {
	width: 1200px;
	margin: 0 auto;
}
.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: #27489a;
	margin-bottom: 36px;
}
.carousel{
	width: 790px;
	height: 516px;
	float: left;
}
.carousel .container {
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}
.carousel .swiper-container .carouselimg {
	z-index: 1;
	position: relative;
	width: 100%;
	display: flex;
}
.carousel .swiper-container .carouselimg img {
	width: 100%;
	height: auto;
}
.carousel .tit {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 4;
	display: flex;
	align-items: center;
	width: 100%;
	font-size: 20px;
	line-height: 73px;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
}
.carousel .tit a{
	color: #fff;
	text-align: center;
	margin: 0 auto;
}
.carousel .swiper-container .swiper-pagination {
	position: absolute;
	right: auto;
	left: 50px;
	bottom: 18px;
	width: auto;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 200;
}
.carousel .swiper-container .swiper-pagination span {
	display: inline-block;
	vertical-align: bottom;
	color: #FFFFFF;
	right: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.carousel .swiper-pagination-fraction {
	bottom: 10px;
	right: 0;
	width: 20%;
}
.carousel .swiper-container .swiper-pagination .swiper-pagination-current {
	font-size: 32px;
	font-weight: 600;
}
.carousel .swiper-container .swiper-pagination .my-pagination-total {
	margin-left: -2px;
}
.carousel .swiper-button-prev::after {
	content: "";
}
.carousel .swiper-button-next::after {
	content: "";
}
.carousel .swiper-button-next,
.carousel .swiper-button-prev {
	top: 95%;
	width: 13px;
	height: 20px;
}
.one_text{
	width: 386px;
}
.one_text ul li:first-child{
	margin-top: 26px;
}
.one_text ul li{
	margin-top: 16px;
}
.one_text ul li h4{
	line-height: 28px;
	color: #010101;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 6px;
}
.one_text ul li p{
	font-size: 14px;
	color: #4c4c4c;
	line-height: 34px;
}
.bottom_left{
	margin-top: 54px;
	width: 790px;
}
.photo{
	width: 232px;
	height: 150px;
	overflow: hidden;
}
.photo img{
	transition: all 2s;
}
.photo img:hover{
	cursor: pointer;
	transform: scale(1.1);
}
.koneng_ri{
	width: 512px;
}
.bottom_koneng a,.fzws_ring a{
	color: #010101;
	font-size: 20px;
	font-weight: bold;
}
.bottom_koneng p,.fzws_ring p{
	margin-top: 16px;
	font-size: 14px;
	color: #4c4c4c;
	line-height: 34px;
}
.bottom_koneng p a,.fzws_ring p a{
	color: #d12d1f;
	font-size: 14px;
	font-weight: 400;
}
.bottom_koneng ul li{
	height: 182px;
	margin-top: 32px;
	border-bottom: 1px #c5c4c4 dashed;
}
.more{
	width: 58px;
	height: 38px;
	border: 1px #4e6cb0 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: 43px;
}
.title_name{
	position: relative;
}
.title_name a{
	position: absolute;
	right: 6px;
	bottom: 8px;
	font-size: 14px;
	color: #717171;
}
.fzws_pic{
	margin-top: 32px;
	width: 386px;
	height: 210px;
	overflow: hidden;
}
.fzws_pic img{
	transition: all 2s;
}
.fzws_pic img:hover{
	cursor: pointer;
	transform: scale(1.1);
}
.fzws_ring{
	margin-top: 22px;
}
.right_two{
	margin-top: 32px;
}
.eapf ul li{
	list-style: initial;
	color: #4c4c4c;
	list-style: 36px;
}
.eapf{
	padding-left: 18px;
}
.eapf ul li a{
	line-height: 34px;
	font-size: 14px;
}
.icon_con{
	margin-top: 20px;
}
.icon_con ul{
	justify-content: space-between;
	display: flex;
}
.icon_con ul li{
	width: 120px;
	height: 57px;
	float: left;
	overflow: hidden;
	text-align: justify;
	border-radius: 10px;
}
.icon_con ul li img{
	transition: all 2s;
}
.icon_con ul li img:hover{
	cursor: pointer;
	transform: scale(1.1);
}
.last_photo{
	margin-top: 24px;
}