* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

li {
	list-style: none;
	cursor: default;
}

body {
	padding: 0px 0;
	font-size: 14px;
}

a,
a:hover {
	color: #000;
	text-decoration: none;
}

.content {
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.pointer {
	cursor: pointer;
}

.textline:hover {
	/* text-decoration: underline; */
	color: #db2d28 !important;
}

img {
	vertical-align: top;
	border: none;
	max-width: 100%;
	height: auto;
}

.content-pcfgy .center {
	width: 1200px;
	margin: 0 auto;
}

.content-pcfgy .newinfo-content2{
	width: 100%;
	line-height: 2.15;
}

.content-pcfgy .newinfo-content2>div:first-of-type{
	font-size: 16px;
	color: #383838;
	width: 470px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content-pcfgy .newinfo-content2>div:last-of-type{
	font-size: 16px;
	color: #888888;
	margin-top: 2px;
}

.content-pcfgy .newinfo-title3{
	padding: 15px 0;
}

.content-pcfgy .newinfo-title3 .fl>span{
	font-size: 18px;
	color: #dd241f;
	font-weight: 600;
	margin-right: 10px;
}

.content-pcfgy .newinfo-title3 .fl>img{
	margin-top: 7px;
}

.content-pcfgy .newinfo-title3 .fr{
	font-size: 14px;
	color: #888888;
	margin-top: 7px;
}

.content-pcfgy .header-pcfgy-box{
	width: 100%;
	height: 110px;
	background-image: url(../../images/fgy/header-pcfgy.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.content-pcfgy .header-pcfgy .logo-div img{
	height: 73px;
	margin-top: 18px;
}

.content-pcfgy .channel-pcfgy-box{
	width: 100%;
	height: 45px;
	background-color: rgb(219, 45, 40);
	margin-bottom: 30px;
}

.content-pcfgy .channel-pcfgy{
	font-size: 0;
}

.content-pcfgy .channel-pcfgy a{
	display: inline-block;
	width: 150px;
	height: 45px;
}

.content-pcfgy .channel-pcfgy .active{
	background-color: rgb(216, 92, 81);
}

.content-pcfgy .channel-pcfgy a>span{
	display: inline-block;
	width: 150px;
	font-size: 18px;
	font-weight: 900;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
}

.content-pcfgy .newinfo-pcfgy{
	padding: 20px 20px 15px;
	border: 1px solid #e4e4e4;
	margin-bottom: 15px;
}

.content-pcfgy .newinfo-pcfgy>div{
	width: 569px;
}

.content-pcfgy .newinfo-pcfgy .newinfo-title1{
	padding-bottom: 5px;
}

.content-pcfgy .newinfo-pcfgy .newinfo-title1>span{
	font-size: 18px;
	color: #dd241f;
	font-weight: 600;
}

.content-pcfgy .newinfo-pcfgy .newinfo-title1>a{
	font-size: 14px;
	color: #888888;
}

.content-pcfgy .newinfo-pcfgy .newinfo-img{
	display: block;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
}

.content-pcfgy .newinfo-pcfgy .newinfo-img img{
	width: 569px;
	height: 286px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.content-pcfgy .newinfo-pcfgy .newinfo-img img:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.content-pcfgy .newinfo-pcfgy .newinfo-img div{
	width: 100%;
	height: 32px;
	line-height: 32px;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	bottom: 0;
	padding-left: 10px;
}

.content-pcfgy .newinfo-pcfgy .newinfo-img div>span{
	display: inline-block;
	font-size: 14px;
	color: #FFFFFF;
	width: 549px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content-pcfgy .newinfo-pcfgy .newinfo-title2{
	border-bottom: 1px solid #E4E4E4;
}

.content-pcfgy .newinfo-pcfgy .newinfo-title2>span{
	font-size: 18px;
	color: #dd241f;
	font-weight: 600;
	padding: 0 5px 5px;
	border-bottom: 4px solid rgb(219, 45, 40);
}

.content-pcfgy .newinfo-pcfgy .newinfo-title2>a{
	font-size: 14px;
	color: #888888;
}

.content-pcfgy .newinfo-pcfgy .newinfo-content1{
	display: block;
	border-bottom: 1px solid #E4E4E4;
	padding: 15px 0 10px;
	margin-bottom: 7px;
}

.content-pcfgy .newinfo-pcfgy .newinfo-content1>div:first-of-type{
	font-size: 20px;
	color: #383838;
	font-weight: 900;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

.content-pcfgy .newinfo-pcfgy .newinfo-content1>div:last-of-type{
	font-size: 14px;
	color: #888888;
	width: 100%;
	height: 40px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.content-pcfgy .newinfo2-pcfgy{
	margin-bottom: 30px;
}

.content-pcfgy .newinfo2-pcfgy>.newinfo2-main>div{
	width: 590px;
}

.content-pcfgy .newinfo2-pcfgy .newinfo-content2>div:first-of-type{
	font-size: 16px;
	width: 470px;
}

.content-pcfgy .newinfo2-pcfgy .newinfo-content2>div:last-of-type{
	font-size: 16px;
	margin-top: 2px;
}

.content-pcfgy .newinfo2-pcfgy>.newinfo2-main>.fr>div:first-of-type{
	margin-top: 4px;
	margin-bottom: 5px;
}

.content-pcfgy .newinfo2-pcfgy>.newinfo2-main>.fr>div:first-of-type>a{
	display: block;
	width: 285px;
}

.content-pcfgy .newinfo2-pcfgy .newinfo-img2{
	position: relative;
	overflow: hidden;
}

.content-pcfgy .newinfo2-pcfgy .newinfo-img2>img{
	width: 285px;
	height: 170.5px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.content-pcfgy .newinfo2-pcfgy .newinfo-img2>img:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.content-pcfgy .newinfo2-pcfgy .newinfo-img2>div{
	width: 100%;
	height: 32px;
	line-height: 32px;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	bottom: 0;
	padding-left: 10px;
}

.content-pcfgy .newinfo2-pcfgy .newinfo-img2>div>span{
	display: inline-block;
	font-size: 14px;
	color: #FFFFFF;
	width: 265px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content-pcfgy .pic-pcfgy{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.content-pcfgy .pic-pcfgy a{
	width: 280px;
}

.content-pcfgy .pic-pcfgy a>img{
	width: 280px;
	height: 103px;
}

.content-pcfgy .footer-pcfgy-box{
	width: 100%;
	border-top: 3px solid rgb(219, 45, 40);
	padding: 10px 0 20px;
}

.content-pcfgy .footer-pcfgy>.fl>img{
	height: 60px;
	margin-right: 5px;
}

.content-pcfgy .footer-pcfgy>.fl>.fl{
	font-size: 14px;
	color: #383838;
}

.content-pcfgy .footer-pcfgy>.fl>.fl>div:first-of-type{
	margin: 5px 0;
}

.content-pcfgy .footer-pcfgy>.fr>img{
	height: 64px;
	margin-right: 30px;
}

.content-pcfgy .footer-pcfgy>.fr>div{
	padding-top: 5px;
}

.content-pcfgy .footer-pcfgy>.fr>div>div{
	width: 26px;
	height: 26px;
	background-image: url(../../images/fgy/footer-all.png);
	margin-right: 5px;
}

.content-pcfgy .footer-pcfgy>.fr>div>div:first-of-type{
	background-position: 0 -42px;
}

.content-pcfgy .footer-pcfgy>.fr>div>div:nth-of-type(2){
	background-position: -30px -42px;
}

.content-pcfgy .footer-pcfgy>.fr>div>div:last-of-type{
	background-position: -62px -42px;
	margin-right: 0;
}

.content-pcfgy .pic-pcfgy a{
	overflow: hidden;
}

.content-pcfgy .pic-pcfgy img{
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.content-pcfgy .pic-pcfgy img:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.content-pcfgy .new-swiper .swiper-slide>a{
 display: block;
 width: 569px;
 height: 316px;
 background-color: #ffffff;
 display: flex;
 justify-content: center;
 align-items: center;
 position: relative;
}

.content-pcfgy .new-swiper .swiper-slide>a>img{
 height: 316px;
 max-width: none;
 width: 100%;
}

.content-pcfgy .new-swiper .swiper-slide>a>div{
 width: 100%;
 position: absolute;
 bottom: 0;
 background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
 padding: 8px 10px;
 font-size: 0;
}

.content-pcfgy .new-swiper .swiper-slide>a>div>span{
 display: inline-block;
 font-size: 16px;
 color: #FFFFFF;
 width: 460px;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}

.content-pcfgy .swiper-container-horizontal>.swiper-pagination {
 text-align: right;
 bottom: 0;
 padding: 14px 10px;
 font-size: 0;
}

.content-pcfgy .new-swiper .swiper-pagination-bullet{
 width: 6px;
 height: 6px;
 border-radius: 3px;
 -moz-border-radius: 3px;
 background-color: #FFFFFF;
 opacity: 1;
 margin: 0 3px;
}

.content-pcfgy .new-swiper .swiper-pagination-bullet-active{
 width: 18px;
}