/*fjgz_banner*/
.fjgz_banner{width:100%;padding-bottom:790px;position:relative;z-index:9;}
.fjgz_banner img{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover;}
.fjgz_banner .fb_pp{text-align:center;position:absolute;left:0;top:325px;width:100%;}
.fjgz_banner .fb_pp .fb_tit{margin:0;line-height:70px;height:70px;font-size:60px;font-weight:bold;color:#FFF;position:relative;text-shadow:0 0 4px rgba(0,0,0,0.39);}
.fjgz_banner .fb_pp p{margin:0;font-size:20px;height:30px;line-height:30px;color:#FFF;text-shadow:0 11px 98px rgba(0,0,0,0.16);margin-top:19px;}
/*fjgz_title*/
.ft_tit{font-size:45px;height:55px;line-height:55px;font-weight:bold;color:#333;text-align:center;}
.ft_p{font-size:20px;line-height:30px;color:#A3A3A3;margin-top:19px;text-align:center;}
.ft_p1{font-size:16px;line-height:30px;color:#A3A3A3;margin-top:16px;text-align:center;}
/*fjgz_wt*/
.fjgz_wt{padding:77px 0 182px;background:url(fjgz_wtbg.jpg) repeat-x left bottom #FFF;}
.fjgz_wt .fw_obj{margin-top:8px;position:relative;z-index:10;}
.fjgz_wt .fw_obj img{display:block;width:100%;height:auto;}
/*fjgz_db*/
.fjgz_db{position:relative;}
.fjgz_db .container{margin-top:-233px;background:url(fjgz_dbbg.png) no-repeat center top;background-size:100% auto;padding-top:91px;}
.fjgz_db .fd_con{padding:89px 40px 92px;background:#FFF;}
.fjgz_db .fd_con .fd_ul{margin-top:48px;}
.fjgz_db .fd_con .fd_ul .fd_li{width:calc(50% - 11px);margin-left:22px;float:left;padding:41px 20px 38px 106px;background-repeat:no-repeat;background-position:30px 32px;height:286px;
	-webkit-box-shadow:0 0 28px 7px rgba(0,0,0,0.06);
	-moz-box-shadow:0 0 28px 7px rgba(0,0,0,0.06);
	-o-box-shadow:0 0 28px 7px rgba(0,0,0,0.06);
	box-shadow:0 0 28px 7px rgba(0,0,0,0.06);
}
.fjgz_db .fd_con .fd_ul .fd_li:first-child{margin-left:0;}
.fjgz_db .fd_con .fd_ul .fd_li.icon1{background-image:url(fjgz_icon1.jpg);}
.fjgz_db .fd_con .fd_ul .fd_li.icon2{background-image:url(fjgz_icon2.jpg);}
.fjgz_db .fd_con .fd_ul .fd_li p{margin:0;font-size:18px;line-height:36px;color:#4C4C4C;}
.fjgz_db .fd_con .fd_ul .fd_li p i{font-weight:bold;color:#E60012;}
.fjgz_db .fd_con .fd_ul .fd_li p:first-child{font-size:21px;font-weight:bold;height:31px;line-height:31px;margin-bottom:22px;color:#333;}
.fjgz_db .fd_con .fd_ys{margin-top:48px;}
.fjgz_db .fd_con .fd_ys .fd_p{font-size:30px;line-height:48px;text-align:center;color:#333;font-weight:bold;margin-bottom:24px;}
.fjgz_db .fd_con .fd_ys .fd_p span{color:#E60012;}
.fjgz_db .fd_con .fd_ys .ft_tit{color:#E60012;font-style:italic;}
.fjgz_db .fd_con .fd_ys .fy_ul{margin-top:50px;}
.fjgz_db .fd_con .fd_ys .fy_ul .fy_li{width:calc(25% - 18px);margin-left:24px;float:left;padding:38px 0 47px;
	-webkit-box-shadow:0 0 28px 7px rgba(0,0,0,0.06);
	-moz-box-shadow:0 0 28px 7px rgba(0,0,0,0.06);
	-o-box-shadow:0 0 28px 7px rgba(0,0,0,0.06);
	box-shadow:0 0 28px 7px rgba(0,0,0,0.06);
}
.fjgz_db .fd_con .fd_ys .fy_ul .fy_li:first-child{margin-left:0;}
.fjgz_db .fd_con .fd_ys .fy_ul .fy_li i{display:block;width:88px;height:88px;background-repeat:no-repeat;background-position:center center;background-size:100%;margin:0 auto;position:relative;}
.fjgz_db .fd_con .fd_ys .fy_ul .fy_li i em{display:block;position:absolute;width:100%;height:100%;left:0;top:0;background:url(fjgz_ysicon0.png) no-repeat center center;background-size:100%;border-radius:50%;
	animation:rotation 10s linear infinite;
	-moz-animation:rotation 10s linear infinite;
	-webkit-animation:rotation 10s linear infinite;
	-o-animation:rotation 10s linear infinite;
}
.fjgz_db .fd_con .fd_ys .fy_ul .fy_li i.icon1{background-image:url(fjgz_ysicon1.png);}
.fjgz_db .fd_con .fd_ys .fy_ul .fy_li i.icon2{background-image:url(fjgz_ysicon2.png);}
.fjgz_db .fd_con .fd_ys .fy_ul .fy_li i.icon3{background-image:url(fjgz_ysicon3.png);}
.fjgz_db .fd_con .fd_ys .fy_ul .fy_li i.icon4{background-image:url(fjgz_ysicon4.png);}
.fjgz_db .fd_con .fd_ys .fy_ul .fy_li p{margin:0;font-size:16px;line-height:30px;color:#808080;text-align:center;margin-top:29px;height:60px;}
@keyframes rotation{
	from{
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);

	}
	to{
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
@-webkit-keyframes rotation{
	from{
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);

	}
	to{
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
/*fjgz_ly*/
.fjgz_ly{padding:130px 0 122px;position:relative;}
.fjgz_ly .flbg{position:absolute;width:100%;height:100%;z-index:1;left:0;top:0;}
.fjgz_ly .flbg img{display:block;position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}
.fjgz_ly .container{z-index:2;position:relative;}
.fjgz_ly .fl_tit{font-size:50px;height:60px;line-height:60px;color:#FFF;font-weight:bold;text-align:center;}
.fjgz_ly .fl_tit span{color:#FF7033;font-style:italic;display:inline-block;}
.fjgz_ly .fl_p{font-size:18px;height:28px;line-height:28px;font-weight:bold;margin-top:17px;text-align:center;color:#FFF;}
.fjgz_ly .fl_form{margin-top:41px;padding:0 40px;}
.fjgz_ly .fl_form input{width:370px;margin-left:5px;height:60px;line-height:60px;background:#E9E9E9;color:#333;outline:none;padding:0 20px;display:block;float:left;}
.fjgz_ly .fl_form input:first-child{margin-left:0;}
.fjgz_ly .fl_form input#content{width:570px;}
.fjgz_ly .fl_form .fl_btn{width:266px;height:56px;line-height:56px;background:#E50012;border-radius:40px;color:#fff;text-align:center;font-size:16px;margin:38px auto 0;cursor:pointer;}
.fjgz_ly .fl_form input::-webkit-input-placeholder{color:#B5B5B5;font-size:18px;}
.fjgz_ly .fl_form input:-moz-placeholder{color:#B5B5B5;font-size:18px;}
.fjgz_ly .fl_form input::-moz-placeholder{color:#B5B5B5;font-size:18px;}
.fjgz_ly .fl_form input:-ms-input-placeholder{color:#B5B5B5;font-size:18px;}
/*fjgz_yz*/
.fjgz_yz{padding:85px 0 105px;background:#F2F2F2;}
.fjgz_yz .fy_span{margin-top:55px;background:#D5D5D5;}
.fjgz_yz .fy_span span{display:block;width:25%;border-left:1px solid #FFF;height:60px;line-height:60px;text-align:center;font-size:18px;color:#333;float:left;cursor:pointer;}
.fjgz_yz .fy_span span:first-child{border-left:none;}
.fjgz_yz .fy_span span.on,.fjgz_yz .fy_span span:hover{color:#E50012;background:#FFF;}
.fjgz_yz .fy_item{padding:60px 48px;background:#FFF;}
.fjgz_yz .fy_item .fy_ul{overflow:hidden;}
.fjgz_yz .fy_item .fy_ul .swiper-slide{height:540px;background:#F8F8F8;}
.fjgz_yz .fy_item .fy_ul .fy_img{width:100%;padding-bottom:270px;position:absolute;left:0;top:0;}
.fjgz_yz .fy_item .fy_ul .fy_img.fy_img1{top:auto;bottom:0;}
.fjgz_yz .fy_item .fy_ul .fy_img img{display:block;width:100%;height:100%;position:absolute;left:0;top:0;object-fit:cover;}
.fjgz_yz .fy_item .fy_ul .fy_txt{height:270px;position:absolute;left:0;bottom:0;width:100%;}
.fjgz_yz .fy_item .fy_ul .fy_txt.fy_txt1{bottom:auto;top:0;}
.fjgz_yz .fy_item .fy_ul .fy_txt .fy_pp{position:absolute;width:100%;left:0;top:50%;padding:0 30px;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
}
.fjgz_yz .fy_item .fy_ul .fy_txt .fy_pp p{margin:0;font-size:16px;line-height:30px;color:#333;text-align:center;}
.fjgz_yz .fy_item .fy_ul .fy_txt .fy_pp p:first-child{font-size:26px;height:36px;line-height:36px;font-weight:bold;margin-bottom:15px;color:#333;}
.fjgz_yz .fy_item .fy_c3{height:540px;padding-top:40px;}
.fjgz_yz .fy_item .fy_c3 .fy_left{width:calc(100% - 422px);float:left;padding-right:45px;}
.fjgz_yz .fy_item .fy_c3 .fy_left .fyl_txt{padding-top:80px;}
.fjgz_yz .fy_item .fy_c3 .fy_left .fyl_txt .fyl_pp{padding:11px 30px 9px;border-left:1px solid #E9E9E9;float:left;}
.fjgz_yz .fy_item .fy_c3 .fy_left .fyl_txt .fyl_pp:first-child{padding-left:0;border-left:none;}
.fjgz_yz .fy_item .fy_c3 .fy_left .fyl_txt .fyl_pp p{margin:0;font-size:16px;height:30px;line-height:30px;color:#333;}
.fjgz_yz .fy_item .fy_c3 .fy_left .fyl_txt .fyl_pp p:first-child{font-size:24px;height:34px;line-height:34px;font-weight:bold;margin-bottom:15px;}
.fjgz_yz .fy_item .fy_c3 .fy_left .fyl_p{display:inline-block;height:44px;line-height:44px;background:#E60619;border-radius:30px;padding:0 40px;color:#FFF;margin-top:35px;}
.fjgz_yz .fy_item .fy_c4{height:540px;padding-top:35px;}
.fjgz_yz .fy_item .fy_c4 .fyc_ul{margin-top:54px;}
.fjgz_yz .fy_item .fy_c4 .fyc_li{width:calc(33.33% - 24px);margin-left:36px;float:left;padding:29px 35px 68px;
	-webkit-box-shadow:0 0 25px 2px rgba(0,0,0,0.13);
	-moz-box-shadow:0 0 25px 2px rgba(0,0,0,0.13);
	-o-box-shadow:0 0 25px 2px rgba(0,0,0,0.13);
	box-shadow:0 0 25px 2px rgba(0,0,0,0.13);
}
.fjgz_yz .fy_item .fy_c4 .fyc_li:first-child{margin-left:0;}
.fjgz_yz .fy_item .fy_c4 .fyc_li span{display:block;width:61px;height:61px;line-height:61px;text-align:center;background:#E50012;border-radius:50%;color:#FFF;font-size:30px;font-weight:bold;margin:0 auto;}
.fjgz_yz .fy_item .fy_c4 .fyc_li p{margin:0;font-size:16px;line-height:30px;margin-top:28px;text-align:center;color:#333;}
.fjgz_yz .fy_item .fy_c4 .fyc_li:hover{background:#E50012;}
.fjgz_yz .fy_item .fy_c4 .fyc_li:hover span{background:#FFF;color:#E50012;}
.fjgz_yz .fy_item .fy_c4 .fyc_li:hover p{color:#FFF;}
.fjgz_yz .fy_item .fy_c3 .fy_right{width:422px;float:right;}
.fjgz_yz .fy_item .fy_c3 .fy_right img{display:block;width:100%;height:auto;}
/*fjgz_pt*/
.fjgz_pt{padding:77px 0 50px;position:relative;background:#F7F7F7;overflow:hidden;}
.fjgz_pt .fpbg{position:absolute;width:100%;height:577px;z-index:1;left:0;top:0;}
.fjgz_pt .fpbg img{display:block;position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}
.fjgz_pt .container{z-index:2;position:relative;}
.fjgz_pt .fp_con{margin-top:60px;}
.fjgz_pt .fp_con .fp_left{width:291px;float:left;}
.fjgz_pt .fp_con .fp_left .fp_span{padding:60px 0 52px;cursor:pointer;position:relative;}
.fjgz_pt .fp_con .fp_left .fp_span.bg1{background:#4B4B4B;}
.fjgz_pt .fp_con .fp_left .fp_span.bg2{background:#363636;}
.fjgz_pt .fp_con .fp_left .fp_span.bg3{background:#2D2D2D;}
.fjgz_pt .fp_con .fp_left .fp_span i{display:block;height:42px;background-repeat:no-repeat;background-position: center center;background-size:auto 100%;}
.fjgz_pt .fp_con .fp_left .fp_span i.icon1{background-image:url(fjgz_pticon1.png);}
.fjgz_pt .fp_con .fp_left .fp_span i.icon2{background-image:url(fjgz_pticon2.png);}
.fjgz_pt .fp_con .fp_left .fp_span i.icon3{background-image:url(fjgz_pticon3.png);}
.fjgz_pt .fp_con .fp_left .fp_span p{margin:0;font-size:16px;line-height:30px;height:30px;color:#FFF;text-align:center;margin-top:9px;}
.fjgz_pt .fp_con .fp_left .fp_span.on{background:#E50012;}
.fjgz_pt .fp_con .fp_left .fp_span.on:after{content:'';position:absolute;top:50%;right:-10px;border-left:10px solid #E50012;border-top:12px solid transparent;border-bottom:12px solid transparent;margin-top:-12px;}
.fjgz_pt .fp_con .fp_right{width:calc(100% - 291px);float:right;background:#FFF;height:579px;padding:61px 50px 0 84px;}
.fjgz_pt .fp_con .fp_right .fp_js{}
.fjgz_pt .fp_con .fp_right .fp_js .fp_tit{font-size:26px;height:36px;line-height:36px;margin-bottom:18px;color:#333;font-weight:bold;}
.fjgz_pt .fp_con .fp_right .fp_js .fp_p{font-size:16px;line-height:30px;color:rgba(51,51,51,.8);}
.fjgz_pt .fp_con .fp_right .fp_js .fp_p span{display:inline-block;margin-left:40px;}
.fjgz_pt .fp_con .fp_right .fp_js .fp_img{margin-top:40px;}
.fjgz_pt .fp_con .fp_right .fp_js .fp_img img{display:block;width:auto;height:100%;margin-left:13px;border:1px solid #D1D1D1;float:left;}
.fjgz_pt .fp_con .fp_right .fp_js .fp_img img:first-child{margin-left:0;}
.fjgz_pt .fp_con .fp_right .fp_js .fp_img img.img1{max-height:340px;border:none;}
/*fjgz_al*/
.fjgz_al{padding:78px 0 89px;background:#F7F7F7;}
.fjgz_al .fa_p{font-size:16px;height:30px;line-height:30px;margin-top:16px;color:#A3A3A3;text-align:center;}
.fjgz_al .fa_con{margin-top:50px;position:relative;}
.fjgz_al .fa_ul{overflow:hidden;background:#FFF;
	-webkit-box-shadow: 0 0 28px 7px rgba(0,0,0,0.06);
	-moz-box-shadow: 0 0 28px 7px rgba(0,0,0,0.06);
	-o-box-shadow: 0 0 28px 7px rgba(0,0,0,0.06);
	box-shadow: 0 0 28px 7px rgba(0,0,0,0.06);
}
.fjgz_al .fa_ul .fa_img{width:684px;height:600px;float:left;position:relative;}
.fjgz_al .fa_ul .fa_img img{display:block;position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}
.fjgz_al .fa_ul .fa_txt{width:calc(100% - 684px);float:right;padding:64px 45px 0 30px;position:relative;height:600px;}
.fjgz_al .fa_ul .fa_txt:before{content:'';width:85px;height:100%;position:absolute;left:-40px;top:0;background:#FFF;z-index:1;
	-webkit-transform:skewX(-7deg);
    -moz-transform:skewX(-7deg);
    -o-transform:skewX(-7deg);
    transform:skewX(-7deg);
	overflow:hidden;
}
.fjgz_al .fa_ul .fa_txt .fa_pp{position:relative;z-index:2;}
.fjgz_al .fa_ul .fa_txt p{font-size:16px;line-height:30px;color:rgba(51,51,51,.83);}
.fjgz_al .fa_ul .fa_txt p:first-child{font-size:30px;height:40px;line-height:40px;color:#333;margin-bottom:17px;}
.fjgz_al .fa_ul .fa_txt .fa_table{margin-top:40px;}
.fjgz_al .fa_ul .fa_txt .fa_table table{width:100%;}
.fjgz_al .fa_ul .fa_txt .fa_table table th{background:#D0D1D3;color:#323232;font-size:16px;height:40px;line-height:40px;padding-left:40px;}
.fjgz_al .fa_ul .fa_txt .fa_table table th:first-child{padding-left:0;text-align:center;}
.fjgz_al .fa_ul .fa_txt .fa_table table td{border:1px solid #D0D1D3;line-height:40px;font-size:16px;color:#323232;padding-left:40px;}
.fjgz_al .fa_ul .fa_txt .fa_table table td:first-child{padding-left:0;text-align:center;}
.fjgz_al .fa_con .swiper-button-next,.fjgz_al .fa_con .swiper-button-prev{width:56px;height:56px;border:2px solid #CECECE;border-radius:50%;top:50%;margin-top:-28px;background-color:#EBEBEB;opacity:1;outline:none;background-image:url(gjgz_alicon.jpg);background-size:auto;}
.fjgz_al .fa_con .swiper-button-prev{left:-82px;}
.fjgz_al .fa_con .swiper-button-next{right:-82px;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}
.fjgz_al .fa_btn{margin-top:57px;}
.fjgz_al .fa_btn .swiper-pagination{position:relative;font-size:0;-webkit-text-size-adjust:none;}
.fjgz_al .fa_btn .swiper-pagination-bullet{width:15px;height:15px;opacity:1;margin:0 5px!important;background:#D0D1D3;outline:none;}
.fjgz_al .fa_btn .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#E50012;}
/*fjgz_news*/
.fjgz_news{padding:87px 0 118px;}
.fjgz_news .fn_ul{padding-top:27px;}
.fjgz_news .fn_ul a{display:block;width:calc(50% - 18px);margin-left:36px;float:left;margin-top:20px;padding:40px 45px 47px 30px;
	-webkit-box-shadow:0 0 14px 2px rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 14px 2px rgba(0,0,0,0.1);
	-o-box-shadow:0 0 14px 2px rgba(0,0,0,0.1);
	box-shadow:0 0 14px 2px rgba(0,0,0,0.1);
}
.fjgz_news .fn_ul a:nth-child(odd){margin-left:0;}
.fjgz_news .fn_ul a .fa_date{width:95px;float:left;padding-top:6px;}
.fjgz_news .fn_ul a .fa_date span{font-size:16px;height:12px;line-height:12px;color:#525252;font-family:Arial;display:block;}
.fjgz_news .fn_ul a .fa_date span:first-child{font-size:60px;height:44px;line-height:44px;color:#E50012;margin-bottom:10px;}
.fjgz_news .fn_ul a .fa_txt{width:calc(100% - 95px);float:right;padding-left:26px;position:relative;}
.fjgz_news .fn_ul a .fa_txt:before{content:'';width:1px;height:82px;position:absolute;left:0;top:6px;background:#E1E5E7;}
.fjgz_news .fn_ul a .fa_txt p{margin:0;font-size:14px;line-height:24px;color:#A2A2A2;}
.fjgz_news .fn_ul a .fa_txt p:first-child{font-size:18px;height:28px;line-height:28px;color:#555;margin-bottom:17px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.fjgz_news .fn_ul a .fa_txt p:last-child{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;height:48px;}
.fjgz_news .fn_ul a:hover{background:#E50012;}
.fjgz_news .fn_ul a:hover .fa_date span{color:#FFF;}
.fjgz_news .fn_ul a:hover .fa_txt:before{background:rgba(255,255,255,.4);}
.fjgz_news .fn_ul a:hover .fa_txt p{color:#FFF;}

@media screen and (max-width:1585px){
	.fjgz_al .fa_con .swiper-button-prev{left:0;}
	.fjgz_al .fa_con .swiper-button-next{right:0;}
}

@media screen and (max-width:1429px){
	.fjgz_banner{padding-bottom:677px;}
	.fjgz_banner .fb_pp{top:270px;}
	.fjgz_banner .fb_pp .fb_tit{font-size:50px;height:60px;line-height:60px;}
	.fjgz_banner .fb_pp p{font-size:17px;height:26px;line-height:26px;margin-top:13px;}
	.fjgz_wt{padding:40px 0 120px;}
	.ft_tit{font-size:37px;height:46px;line-height:46px;}
	.ft_p{font-size:16px;line-height:28px;margin-top:13px;}
	.ft_p1{font-size:15px;line-height:26px;margin-top:10px;}
	.fjgz_db .container{background-size:100% auto;margin-top:-155px;padding-top:77px;}
	.fjgz_db .fd_con{padding:60px 30px;}
	.fjgz_db .fd_con .fd_ul{margin-top:32px;}
	.fjgz_db .fd_con .fd_ul .fd_li{padding:30px 20px 25px 90px;background-size:52px auto;background-position:26px 19px;height:229px;}
	.fjgz_db .fd_con .fd_ul .fd_li p{font-size:16px;line-height:32px;}
	.fjgz_db .fd_con .fd_ul .fd_li p:first-child{font-size:18px;height:28px;line-height:28px;margin-bottom:18px;}
	.fjgz_db .fd_con .fd_ys{margin-top:32px;}
	.fjgz_db .fd_con .fd_ys .fd_p{font-size:22px;line-height:36px;margin-bottom:17px;}
	.fjgz_db .fd_con .fd_ys .fy_ul{margin-top:35px;}
	.fjgz_db .fd_con .fd_ys .fy_ul .fy_li{width:calc(25% - 15px);margin-left:20px;padding:30px 0 40px;}
	.fjgz_db .fd_con .fd_ys .fy_ul .fy_li i{width:82px;height:82px;}
	.fjgz_db .fd_con .fd_ys .fy_ul .fy_li p{font-size:15px;line-height:28px;height:56px;margin-top:20px;}
	.fjgz_ly{padding:90px 0;}
	.fjgz_ly .fl_tit{font-size:40px;height:50px;line-height:50px;}
	.fjgz_ly .fl_p{font-size:16px;height:26px;line-height:26px;margin-top:12px;}
	.fjgz_ly .fl_form{padding:0 30px;}
	.fjgz_ly .fl_form input{height:54px;line-height:54px;width:317px;}
	.fjgz_ly .fl_form input#content{width:496px;}
	.fjgz_ly .fl_form input::-webkit-input-placeholder{font-size:16px;}
	.fjgz_ly .fl_form input:-moz-placeholder{font-size:16px;}
	.fjgz_ly .fl_form input::-moz-placeholder{font-size:16px;}
	.fjgz_ly .fl_form input:-ms-input-placeholder{font-size:16px;}
	.fjgz_ly .fl_form .fl_btn{height:52px;line-height:52px;font-size:15px;width:250px;margin:28px auto 0;}
	.fjgz_yz{padding:50px 0 60px;}
	.fjgz_yz .fy_span{margin-top:40px;}
	.fjgz_yz .fy_span span{font-size:16px;height:54px;line-height:54px;}
	.fjgz_yz .fy_item{padding:40px 30px;}
	.fjgz_yz .fy_item .fy_ul .swiper-slide{height:472px;}
	.fjgz_yz .fy_item .fy_ul .fy_img{padding-bottom:236px;}
	.fjgz_yz .fy_item .fy_ul .fy_txt{height:236px;}
	.fjgz_yz .fy_item .fy_ul .fy_txt .fy_pp{padding:0 20px;}
	.fjgz_yz .fy_item .fy_ul .fy_txt .fy_pp p{font-size:15px;line-height:28px;}
	.fjgz_yz .fy_item .fy_ul .fy_txt .fy_pp p:first-child{font-size:22px;height:32px;line-height:32px;margin-bottom:10px;}
	.fjgz_yz .fy_item .fy_c3{height:472px;}
	.fjgz_yz .fy_item .fy_c3 .fy_left{width:calc(100% - 362px);padding-right:30px;}
	.fjgz_yz .fy_item .fy_c3 .fy_left .fyl_txt{padding-top:60px;}
	.fjgz_yz .fy_item .fy_c3 .fy_left .fyl_txt .fyl_pp{padding:8px 25px;}
	.fjgz_yz .fy_item .fy_c3 .fy_left .fyl_txt .fyl_pp p{font-size:15px;height:28px;line-height:28px;}
	.fjgz_yz .fy_item .fy_c3 .fy_left .fyl_txt .fyl_pp p:first-child{font-size:20px;height:30px;line-height:30px;margin-bottom:10px;}
	.fjgz_yz .fy_item .fy_c3 .fy_left .fyl_p{margin-top:25px;}
	.fjgz_yz .fy_item .fy_c3 .fy_right{width:362px;}
	.fjgz_yz .fy_item .fy_c4{height:472px;padding-top:20px;}
	.fjgz_yz .fy_item .fy_c4 .fyc_ul{margin-top:35px;}
	.fjgz_yz .fy_item .fy_c4 .fyc_li{width:calc(33.33% - 20px);margin-left:30px;padding:20px 21px 40px;}
	.fjgz_yz .fy_item .fy_c4 .fyc_li span{width:56px;height:56px;line-height:56px;font-size:24px;}
	.fjgz_yz .fy_item .fy_c4 .fyc_li p{font-size:15px;line-height:28px;margin-top:20px;}
	.fjgz_pt{padding:50px 0 40px;}
	.fjgz_pt .fpbg{height:431px;}
	.fjgz_pt .fp_con{margin-top:40px;}
	.fjgz_pt .fp_con .fp_left{width:250px;}
	.fjgz_pt .fp_con .fp_left .fp_span{padding:40px 0 35px;}
	.fjgz_pt .fp_con .fp_left .fp_span i{height:37px;}
	.fjgz_pt .fp_con .fp_left .fp_span p{font-size:15px;line-height:28px;height:28px;margin-top:7px;}
	.fjgz_pt .fp_con .fp_right{height:441px;padding:40px 30px 0 50px;width:calc(100% - 250px);}
	.fjgz_pt .fp_con .fp_right .fp_js .fp_tit{font-size:22px;height:32px;line-height:32px;margin-bottom:12px;}
	.fjgz_pt .fp_con .fp_right .fp_js .fp_p{font-size:15px;height:28px;line-height:28px;}
	.fjgz_pt .fp_con .fp_right .fp_js .fp_img{margin-top:28px;}
	.fjgz_pt .fp_con .fp_right .fp_js .fp_img img{height:270px;}
	.fjgz_al{padding:50px 0;}
	.fjgz_al .fa_con{margin-top:30px;}
	.fjgz_al .fa_ul .fa_img{width:586px;height:514px;}
	.fjgz_al .fa_ul .fa_txt{width:calc(100% - 586px);padding:40px 25px 0 20px;height:514px;}
	.fjgz_al .fa_ul .fa_txt p{font-size:15px;line-height:28px;}
	.fjgz_al .fa_ul .fa_txt p:first-child{font-size:24px;height:34px;line-height:34px;margin-bottom:12px;}
	.fjgz_al .fa_ul .fa_txt .fa_table{margin-top:30px;}
	.fjgz_al .fa_ul .fa_txt .fa_table table th{font-size:15px;height:38px;line-height:38px;padding-left:30px;}
	.fjgz_al .fa_ul .fa_txt .fa_table table td{font-size:15px;height:38px;line-height:38px;padding-left:30px;}
	.fjgz_al .fa_con .swiper-button-next,.fjgz_al .fa_con .swiper-button-prev{width:50px;height:50px;margin-top:-25px;}
	.fjgz_al .fa_con .swiper-button-prev{left:-60px;}
	.fjgz_al .fa_con .swiper-button-next{right:-60px;}
	.fjgz_al .fa_btn{margin-top:40px;}
	.fjgz_al .fa_btn .swiper-pagination-bullet{width:12px;height:12px;margin:0 4px!important;}
	.fjgz_news{padding:50px 0 60px;}
	.fjgz_news .fn_ul{padding-top:18px;}
	.fjgz_news .fn_ul a{width:calc(50% - 15px);margin-left:30px;margin-top:15px;padding:30px 32px 33px 25px;}
	.fjgz_news .fn_ul a .fa_date{width:90px;padding-top:4px;}
	.fjgz_news .fn_ul a .fa_date span{font-size:15px;}
	.fjgz_news .fn_ul a .fa_date span:first-child{font-size:52px;height:38px;line-height:38px;margin-bottom:8px;}
	.fjgz_news .fn_ul a .fa_txt{width:calc(100% - 90px);padding-left:20px;}
	.fjgz_news .fn_ul a .fa_txt:before{top:4px;height:75px;}
	.fjgz_news .fn_ul a .fa_txt p:first-child{font-size:16px;height:26px;line-height:26px;margin-bottom:13px;}
}

@media screen and (max-width:1340px){
	.fjgz_al .fa_con .swiper-button-prev{left:0;}
	.fjgz_al .fa_con .swiper-button-next{right:0;}
}

@media screen and (max-width:1229px){
	.fjgz_banner{padding-bottom:561px;}
	.fjgz_banner .fb_pp{top:230px;}
	.fjgz_banner .fb_pp .fb_tit{font-size:40px;height:50px;line-height:50px;}
	.fjgz_banner .fb_pp p{font-size:15px;height:25px;line-height:25px;margin-top:10px;}
	.fjgz_wt{padding:30px 0 90px;}
	.ft_tit{font-size:30px;height:40px;line-height:40px;}
	.ft_p{font-size:14px;line-height:24px;margin-top:10px;}
	.ft_p1{font-size:14px;line-height:22px;margin-top:8px;}
	.fjgz_db .container{;margin-top:-120px;padding-top:64px;}
	.fjgz_db .fd_con{padding:40px 20px;}
	.fjgz_db .fd_con .fd_ul{margin-top:25px;}
	.fjgz_db .fd_con .fd_ul .fd_li{padding:20px 15px 18px 70px;background-size:46px auto;background-position:15px 10px;height:188px;width:calc(50% - 7px);margin-left:14px;}
	.fjgz_db .fd_con .fd_ul .fd_li p{font-size:15px;line-height:28px;}
	.fjgz_db .fd_con .fd_ul .fd_li p:first-child{font-size:16px;height:26px;line-height:26px;margin-bottom:12px;}
	.fjgz_db .fd_con .fd_ys{margin-top:25px;}
	.fjgz_db .fd_con .fd_ys .fd_p{font-size:19px;line-height:32px;margin-bottom:12px;}
	.fjgz_db .fd_con .fd_ys .fy_ul{margin-top:25px;}
	.fjgz_db .fd_con .fd_ys .fy_ul .fy_li{width:calc(25% - 12px);margin-left:16px;padding:22px 0 30px;}
	.fjgz_db .fd_con .fd_ys .fy_ul .fy_li i{width:76px;height:76px;}
	.fjgz_db .fd_con .fd_ys .fy_ul .fy_li p{font-size:14px;line-height:26px;height:52px;margin-top:15px;}
	.fjgz_ly{padding:60px 0;}
	.fjgz_ly .fl_tit{font-size:32px;height:42px;line-height:42px;}
	.fjgz_ly .fl_p{font-size:15px;height:24px;line-height:24px;margin-top:9px;}
	.fjgz_ly .fl_form{padding:0 20px;margin-top:25px;}
	.fjgz_ly .fl_form input{height:50px;line-height:50px;width:280px;padding:0 20px;}
	.fjgz_ly .fl_form input#content{width:384px;}
	.fjgz_ly .fl_form input::-webkit-input-placeholder{font-size:14px;}
	.fjgz_ly .fl_form input:-moz-placeholder{font-size:14px;}
	.fjgz_ly .fl_form input::-moz-placeholder{font-size:14px;}
	.fjgz_ly .fl_form input:-ms-input-placeholder{font-size:14px;}
	.fjgz_ly .fl_form .fl_btn{height:48px;line-height:48px;font-size:14px;width:220px;margin:20px auto 0;}
	.fjgz_yz{padding:30px 0 40px;}
	.fjgz_yz .fy_span{margin-top:25px;}
	.fjgz_yz .fy_span span{font-size:15px;height:50px;line-height:50px;}
	.fjgz_yz .fy_item{padding:30px 20px;}
	.fjgz_yz .fy_item .fy_ul .swiper-slide{height:394px;}
	.fjgz_yz .fy_item .fy_ul .fy_img{padding-bottom:197px;}
	.fjgz_yz .fy_item .fy_ul .fy_txt{height:197px;}
	.fjgz_yz .fy_item .fy_ul .fy_txt .fy_pp{padding:0 10px;}
	.fjgz_yz .fy_item .fy_ul .fy_txt .fy_pp p{font-size:14px;line-height:26px;}
	.fjgz_yz .fy_item .fy_ul .fy_txt .fy_pp p:first-child{font-size:19px;height:29px;line-height:29px;margin-bottom:8px;}
	.fjgz_yz .fy_item .fy_c3{height:394px;padding-top:20px;}
	.fjgz_yz .fy_item .fy_c3 .fy_left{width:calc(100% - 300px);padding-right:20px;}
	.fjgz_yz .fy_item .fy_c3 .fy_left .fyl_txt{padding-top:0;}
	.fjgz_yz .fy_item .fy_c3 .fy_left .fyl_txt .fyl_pp{padding:5px 20px;margin-top:20px;}
	.fjgz_yz .fy_item .fy_c3 .fy_left .fyl_txt .fyl_pp:nth-child(odd){padding-left:0;border-left:none;}
	.fjgz_yz .fy_item .fy_c3 .fy_left .fyl_txt .fyl_pp p{font-size:14px;height:26px;line-height:26px;}
	.fjgz_yz .fy_item .fy_c3 .fy_left .fyl_txt .fyl_pp p:first-child{font-size:18px;height:28px;line-height:28px;margin-bottom:8px;}
	.fjgz_yz .fy_item .fy_c3 .fy_left .fyl_p{margin-top:20px;padding:0 30px;height:38px;line-height:38px;font-size:14px;}
	.fjgz_yz .fy_item .fy_c3 .fy_right{width:300px;}
	.fjgz_yz .fy_item .fy_c4{height:394px;padding-top:10px;}
	.fjgz_yz .fy_item .fy_c4 .pb_title p{margin-top:6px;}
	.fjgz_yz .fy_item .fy_c4 .fyc_ul{margin-top:25px;}
	.fjgz_yz .fy_item .fy_c4 .fyc_li{width:calc(33.33% - 14px);margin-left:21px;padding:15px 15px 25px;}
	.fjgz_yz .fy_item .fy_c4 .fyc_li span{width:50px;height:50px;line-height:50px;font-size:20px;}
	.fjgz_yz .fy_item .fy_c4 .fyc_li p{font-size:14px;line-height:26px;margin-top:15px;height:78px;}
	.fjgz_pt{padding:30px 0 20px;}
	.fjgz_pt .fpbg{height:346px;}
	.fjgz_pt .fp_con{margin-top:30px;}
	.fjgz_pt .fp_con .fp_left{width:207px;}
	.fjgz_pt .fp_con .fp_left .fp_span{padding:30px 0 25px;}
	.fjgz_pt .fp_con .fp_left .fp_span i{height:37px;}
	.fjgz_pt .fp_con .fp_left .fp_span p{font-size:14px;line-height:26px;height:26px;margin-top:5px;}
	.fjgz_pt .fp_con .fp_right{height:369px;padding:20px 20px 0 30px;width:calc(100% - 207px);}
	.fjgz_pt .fp_con .fp_right .fp_js .fp_tit{font-size:18px;height:28px;line-height:28px;margin-bottom:9px;}
	.fjgz_pt .fp_con .fp_right .fp_js .fp_p{font-size:14px;height:26px;line-height:26px;}
	.fjgz_pt .fp_con .fp_right .fp_js .fp_img{margin-top:20px;}
	.fjgz_pt .fp_con .fp_right .fp_js .fp_img img{height:250px;}
	.fjgz_al{padding:30px 0;}
	.fjgz_al .fa_con{margin-top:20px;}
	.fjgz_al .fa_ul .fa_img{width:486px;height:426px;}
	.fjgz_al .fa_ul .fa_txt{width:calc(100% - 486px);padding:15px 15px 0 12px;height:426px;}
	.fjgz_al .fa_ul .fa_txt p{font-size:14px;line-height:26px;}
	.fjgz_al .fa_ul .fa_txt p:first-child{font-size:20px;height:30px;line-height:30px;margin-bottom:9px;}
	.fjgz_al .fa_ul .fa_txt .fa_table{margin-top:20px;}
	.fjgz_al .fa_ul .fa_txt .fa_table table th{font-size:14px;height:34px;line-height:34px;padding-left:20px;}
	.fjgz_al .fa_ul .fa_txt .fa_table table td{font-size:14px;height:34px;line-height:34px;padding-left:20px;}
	.fjgz_al .fa_con .swiper-button-next,.fjgz_al .fa_con .swiper-button-prev{width:36px;height:36px;margin-top:-18px;background-size:9px auto;}
	.fjgz_al .fa_con .swiper-button-prev{left:-45px;}
	.fjgz_al .fa_con .swiper-button-next{right:-45px;}
	.fjgz_al .fa_btn{margin-top:25px;}
	.fjgz_al .fa_btn .swiper-pagination-bullet{width:10px;height:10px;margin:0 3px!important;}
	.fjgz_news{padding:30px 0;}
	.fjgz_news .fn_ul{padding-top:13px;}
	.fjgz_news .fn_ul a{width:calc(50% - 10px);margin-left:20px;margin-top:15px;padding:20px 20px 20px 15px;}
	.fjgz_news .fn_ul a .fa_date{width:70px;padding-top:3px;}
	.fjgz_news .fn_ul a .fa_date span{font-size:14px;}
	.fjgz_news .fn_ul a .fa_date span:first-child{font-size:44px;height:32px;line-height:32px;margin-bottom:5px;}
	.fjgz_news .fn_ul a .fa_txt{width:calc(100% - 70px);padding-left:20px;}
	.fjgz_news .fn_ul a .fa_txt:before{top:3px;height:70px;}
	.fjgz_news .fn_ul a .fa_txt p:first-child{margin-bottom:10px;}
}

@media screen and (max-width:1105px){
	.fjgz_al .fa_con .swiper-button-prev{left:0;}
	.fjgz_al .fa_con .swiper-button-next{right:0;}
}

@media screen and (max-width:1023px){
	.fjgz_banner{padding-bottom:416px;}
	.fjgz_banner .fb_pp{top:190px;}
	.fjgz_banner .fb_pp .fb_tit{font-size:30px;height:40px;line-height:40px;}
	.fjgz_banner .fb_pp p{font-size:14px;height:24px;line-height:24px;margin-top:8px;}
	.fjgz_wt{padding:20px 0 70px;}
	.ft_tit{font-size:22px;height:30px;line-height:30px;}
	.ft_p{font-size:14px;line-height:22px;margin-top:8px;}
	.ft_p br{display:none;}
	.fjgz_db .container{;margin-top:-100px;padding-top:48px;}
	.fjgz_db .fd_con{padding:30px 10px;}
	.fjgz_db .fd_con .fd_ul{margin-top:25px;}
	.fjgz_db .fd_con .fd_ul .fd_li{padding:15px 10px 10px 55px;background-size:40px auto;background-position:10px 7px;height:191px;width:calc(50% - 5px);margin-left:10px;}
	.fjgz_db .fd_con .fd_ul .fd_li p{font-size:14px;line-height:26px;}
	.fjgz_db .fd_con .fd_ul .fd_li p:first-child{font-size:16px;height:26px;line-height:26px;margin-bottom:10px;}
	.fjgz_db .fd_con .fd_ys{margin-top:20px;}
	.fjgz_db .fd_con .fd_ys .fd_p{font-size:17px;line-height:27px;margin-bottom:7px;}
	.fjgz_db .fd_con .fd_ys .fy_ul{margin-top:20px;}
	.fjgz_db .fd_con .fd_ys .fy_ul .fy_li{width:calc(25% - 9px);margin-left:12px;padding:15px 7px 20px;}
	.fjgz_db .fd_con .fd_ys .fy_ul .fy_li i{width:70px;height:70px;}
	.fjgz_db .fd_con .fd_ys .fy_ul .fy_li p{font-size:14px;line-height:24px;height:48px;margin-top:10px;}
	.fjgz_db .fd_con .fd_ys .fy_ul .fy_li p br{display:none;}
	.fjgz_ly{padding:30px 0;}
	.fjgz_ly .fl_tit{font-size:24px;height:32px;line-height:32px;}
	.fjgz_ly .fl_p{font-size:14px;margin-top:7px;}
	.fjgz_ly .fl_form{padding:0 10px;margin-top:15px;}
	.fjgz_ly .fl_form input{height:50px;line-height:50px;width:calc(49% - 2px);margin-left:4px;padding:0 10px;}
	.fjgz_ly .fl_form input#content{width:100%;margin-left:0;margin-top:15px;}
	.fjgz_ly .fl_form .fl_btn{height:44px;line-height:44px;width:200px;margin:15px auto 0;}
	.fjgz_yz{padding:20px 0;}
	.fjgz_yz .fy_span{margin-top:20px;}
	.fjgz_yz .fy_span span{font-size:14px;height:46px;line-height:46px;}
	.fjgz_yz .fy_item{padding:20px 10px;}
	.fjgz_yz .fy_item .fy_ul .swiper-slide{height:296px;}
	.fjgz_yz .fy_item .fy_ul .fy_img{padding-bottom:148px;}
	.fjgz_yz .fy_item .fy_ul .fy_txt{height:148px;}
	.fjgz_yz .fy_item .fy_ul .fy_txt .fy_pp{padding:0 10px;}
	.fjgz_yz .fy_item .fy_ul .fy_txt .fy_pp p{line-height:24px;}
	.fjgz_yz .fy_item .fy_ul .fy_txt .fy_pp p br{display:none;}
	.fjgz_yz .fy_item .fy_ul .fy_txt .fy_pp p:first-child{font-size:17px;height:auto;line-height:26px;margin-bottom:5px;}
	.fjgz_yz .fy_item .fy_c3{height:296px;padding-top:0;}
	.fjgz_yz .fy_item .fy_c3 .fy_left{width:calc(100% - 280px);padding-right:0;}
	.fjgz_yz .fy_item .fy_c3 .fy_left .fyl_txt .fyl_pp{padding:3px 15px;margin-top:8px;width:50%;}
	.fjgz_yz .fy_item .fy_c3 .fy_left .fyl_txt .fyl_pp:nth-child(odd){padding-left:0;border-left:none;}
	.fjgz_yz .fy_item .fy_c3 .fy_left .fyl_txt .fyl_pp p{font-size:14px;height:auto;line-height:24px;}
	.fjgz_yz .fy_item .fy_c3 .fy_left .fyl_txt .fyl_pp p:first-child{font-size:18px;height:28px;line-height:28px;margin-bottom:8px;}
	.fjgz_yz .fy_item .fy_c3 .fy_left .fyl_p{margin-top:10px;padding:0 10px;height:38px;line-height:38px;font-size:14px;}
	.fjgz_yz .fy_item .fy_c3 .fy_right{width:280px;}
	.fjgz_yz .fy_item .fy_c4{height:296px;padding-top:10px;}
	.fjgz_yz .fy_item .fy_c4 .fyc_ul{margin-top:20px;}
	.fjgz_yz .fy_item .fy_c4 .fyc_li{width:calc(33.33% - 12px);margin-left:16px;padding:10px 10px 15px;}
	.fjgz_yz .fy_item .fy_c4 .fyc_li span{width:44px;height:44px;line-height:44px;font-size:18px;}
	.fjgz_yz .fy_item .fy_c4 .fyc_li p{font-size:14px;line-height:24px;margin-top:12px;height:72px;}
	.fjgz_pt{padding-top:20px;}
	.fjgz_pt .fpbg{height:300px;}
	.fjgz_pt .fp_con{margin-top:20px;}
	.fjgz_pt .fp_con .fp_left{width:100%;float:none;}
	.fjgz_pt .fp_con .fp_left .fp_span{padding:20px 0 15px;width:33.33%;float:left;}
	.fjgz_pt .fp_con .fp_left .fp_span i{height:32px;}
	.fjgz_pt .fp_con .fp_left .fp_span p{font-size:14px;line-height:24px;height:24px;}
	.fjgz_pt .fp_con .fp_left .fp_span.on:after{border-top:8px solid #E50012;border-left:8px solid transparent;border-right:8px solid transparent;right:50%;margin-right:-8px;top:auto;margin-top:0;bottom:-8px;border-bottom:none;}
	.fjgz_pt .fp_con .fp_right{height:323px;padding:10px;width:100%;float:none;}
	.fjgz_pt .fp_con .fp_right .fp_js .fp_tit{margin-bottom:6px;}
	.fjgz_pt .fp_con .fp_right .fp_js .fp_p{height:24px;line-height:24px;}
	.fjgz_pt .fp_con .fp_right .fp_js .fp_img{margin-top:15px;}
	.fjgz_pt .fp_con .fp_right .fp_js .fp_img img{height:230px;}
	.fjgz_al{padding:20px 0;}
	.fjgz_al .fa_con{margin-top:15px;}
	.fjgz_al .fa_ul .fa_img{width:361px;height:317px;}
	.fjgz_al .fa_ul .fa_txt{width:calc(100% - 361px);padding:15px;height:317px;overflow-y:auto;}
	.fjgz_al .fa_ul .fa_txt:before{content:none;}
	.fjgz_al .fa_ul .fa_txt p{line-height:24px;}
	.fjgz_al .fa_ul .fa_txt p:first-child{font-size:18px;height:auto;line-height:26px;margin-bottom:5px;font-weight:bold;}
	.fjgz_al .fa_ul .fa_txt .fa_table{margin-top:15px;}
	.fjgz_al .fa_ul .fa_txt .fa_table table th{font-size:12px;padding-left:15px;}
	.fjgz_al .fa_ul .fa_txt .fa_table table td{font-size:12px;padding-left:15px;}
	.fjgz_al .fa_con .swiper-button-next,.fjgz_al .fa_con .swiper-button-prev{border-width:1px;}
	.fjgz_al .fa_con .swiper-button-prev{left:0;}
	.fjgz_al .fa_con .swiper-button-next{right:0;}
	.fjgz_al .fa_btn{margin-top:18px;}
	.fjgz_news{padding:20px 0;}
	.fjgz_news .fn_ul{padding-top:10px;}
	.fjgz_news .fn_ul a{width:calc(50% - 5px);margin-left:10px;margin-top:12px;padding:12px;}
	.fjgz_news .fn_ul a .fa_date{width:70px;padding-top:3px;}
	.fjgz_news .fn_ul a .fa_date span{font-size:14px;}
	.fjgz_news .fn_ul a .fa_date span:first-child{font-size:44px;height:32px;line-height:32px;margin-bottom:5px;}
	.fjgz_news .fn_ul a .fa_txt{width:calc(100% - 70px);padding-left:20px;}
	.fjgz_news .fn_ul a .fa_txt:before{top:3px;height:70px;}
	.fjgz_news .fn_ul a .fa_txt p:first-child{margin-bottom:5px;}
}

@media screen and (max-width:767px){
	.fjgz_banner{padding-bottom:70%;}
	.fjgz_banner .fb_pp{top:50%;margin-top:-10px;}
	.fjgz_db .container{margin-top:-70px;padding-top:5.65vw;}
	.fjgz_db .fd_con{padding:20px 7px;}
	.fjgz_db .fd_con .fd_ul{margin-top:0;}
	.fjgz_db .fd_con .fd_ul .fd_li{width:100%;float:none;height:auto;margin-top:10px;margin-left:0;}
	.fjgz_db .fd_con .fd_ys .fd_p{font-size:16px;line-height:26px;margin-bottom:3px;}
	.fjgz_db .fd_con .fd_ys .fd_p br{display:none;}
	.fjgz_db .fd_con .fd_ys .fy_ul{margin-top:0;}
	.fjgz_db .fd_con .fd_ys .fy_ul .fy_li{width:calc(50% - 5px);margin-left:10px;margin-top:10px;}
	.fjgz_db .fd_con .fd_ys .fy_ul .fy_li:nth-child(odd){margin-left:0;}
	.fjgz_ly .fl_tit{font-size:20px;height:auto;line-height:28px;}
	.fjgz_ly .fl_p{height:auto;line-height:22px;}
	.fjgz_ly .fl_form input{width:100%;float:none;margin-left:0;margin-top:10px;height:46px;line-height:46px;}
	.fjgz_ly .fl_form input#content{margin-top:10px;}
	.fjgz_yz .fy_span span{width:50%;border-bottom:1px solid #FFF;}
	.fjgz_yz .fy_item{padding:15px 7px;}
	.fjgz_yz .fy_item .fy_ul .swiper-slide{padding-bottom:124.138%;}
	.fjgz_yz .fy_item .fy_ul .fy_img{padding-bottom:62.069%;}
	.fjgz_yz .fy_item .fy_ul .fy_txt{padding-bottom:62.069%;height:auto;}
	.fjgz_yz .fy_item .fy_c3{padding-bottom:124.138%;height:auto;position:relative;padding-top:0;}
	.fjgz_yz .fy_item .fy_c3 .fy_cz{position:absolute;width:100%;height:100%;left:0;top:0;overflow-y:auto;}
	.fjgz_yz .fy_item .fy_c3 .fy_left{width:100%;float:none;}
	.fjgz_yz .fy_item .fy_c3 .fy_left .fyl_txt .fyl_pp{width:100%;float:none;padding:0 0;border-left:none;margin-bottom:10px;margin-top:0;}
	.fjgz_yz .fy_item .fy_c3 .fy_left .fyl_p{height:auto;margin-top:0;line-height:20px;text-align:center;padding:8px 30px;border-radius:190px;}
	.fjgz_yz .fy_item .fy_c3 .fy_right{width:100%;float:none;margin:10px auto 0;max-width:200px;}
	.fjgz_yz .fy_item .fy_c4{padding-bottom:124.138%;height:auto;position:relative;padding-top:0;}
	.fjgz_yz .fy_item .fy_c4 .fy_cc{position:absolute;width:100%;height:100%;left:0;top:0;}
	.fjgz_yz .fy_item .fy_c4 .pb_title .p_t{font-size:20px;height:28px;line-height:28px;}
	.pb_title p{font-size:12px;}
	.fjgz_yz .fy_item .fy_c4 .fyc_ul{margin-top:0;}
	.fjgz_yz .fy_item .fy_c4 .fyc_li{width:100%;float:none;margin-left:0;margin-top:10px;padding:8px;}
	.fjgz_yz .fy_item .fy_c4 .fyc_li p{height:auto;}
	.fjgz_pt .fp_con .fp_left .fp_span{padding:10px 7px;width:33.33%;float:left;}
	.fjgz_pt .fp_con .fp_left .fp_span i{height:26px;}
	.fjgz_pt .fp_con .fp_left .fp_span p{line-height:20px;height:40px;}
	.fjgz_pt .fp_con .fp_left .fp_span.on:after{border-top:8px solid #E50012;border-left:8px solid transparent;border-right:8px solid transparent;right:50%;margin-right:-8px;top:auto;margin-top:0;bottom:-8px;border-bottom:none;}
	.fjgz_pt .fp_con .fp_right{height:auto;}
	.fjgz_pt .fp_con .fp_right .fp_js .fp_p{height:auto;}
	.fjgz_pt .fp_con .fp_right .fp_js .fp_p span{display:block;margin-left:0;}
	.fjgz_pt .fp_con .fp_right .fp_js .fp_img{margin-top:15px;}
	.fjgz_pt .fp_con .fp_right .fp_js .fp_img img{height:150px;margin-left:5px;}
	.fjgz_al .fa_ul .fa_img{width:100%;padding-bottom:87.7193%;}
	.fjgz_al .fa_ul .fa_txt{width:100%;float:none;padding:10px;}
	.fjgz_al .fa_con .swiper-button-next,.fjgz_al .fa_con .swiper-button-prev{top:37vw;margin-top:0;}
	.fjgz_news .fn_ul a{width:100%;float:none;margin-left:0;}
	.fjgz_news .fn_ul a .fa_date{width:60px;}
	.fjgz_news .fn_ul a .fa_date span:first-child{font-size:34px;}
	.fjgz_news .fn_ul a .fa_txt{width:calc(100% - 60px);padding-left:15px;}
}