.priceNew_banner_mt{
	padding-top: 10px;
}
.priceNew_banner{
	height: 150px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}
.priceNew_banner h2{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 48px;
	font-weight: normal;
	color: #FFFFFF;
}

.sd_PageTit.fixed{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
}
.sd_PageTit{
	border-bottom: none;
}
.sd_PageTit .tsw_content{
	position: relative;
	border-bottom: 1px solid #ddd;
}
.sd_PageTit .tsw_content::after{
	content: '';
	width: 100%;
	height: 1px;
	background: #ddd;
	position: absolute;
	left: 0;
	top: 60px;
}
.sd_PageTit .tsw_content>a{
	position: absolute;
	right: 0;
	bottom: 0;
	height: 60px;
	background: url(../img/pm_arrow.png) no-repeat 24px center #F3752E;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	border-radius: 50px 0 0 50px;
	padding: 0 24px 0 60px;
	line-height: 60px;
}

.priceNew_scps_box{
	background: url(../img/pn_scps.png) no-repeat center 0;
	padding: 30px 0;
}
.priceNew_scps_box .tsw_content{
	display: flex;
	justify-content: space-between;
}
.priceNew_scps_box .tsw_content>div{
	height: 460px;
	border-radius: 4px;
	overflow: hidden;
}
.priceNew_scps{
	width: 684px;
	background: #FFFFFF;
}
.priceNew_cpfl{
	width: 486px;
	background: url(../img/pn_cpfl.png) no-repeat 0 0;
}

.priceNew_scps .tit{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 85px;
	box-sizing: border-box;
	padding: 15px 20px 0 23px;
	background: url(../img/pn_scpt_tit.png) no-repeat;
}
.priceNew_scps .tit h2{
	font-size: 32px;
	font-weight: 600;
	line-height: 1;
	position: relative;
}
.priceNew_scps .tit h2::after,
.priceNew_scps .tit h2 span::before{
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
}
.priceNew_scps .tit h2::after{
	background: #1d1d1d;
	bottom: -4px;
}
.priceNew_scps .tit h2 span{
	color: #fff;
	position: relative;
}
.priceNew_scps .tit h2 span::before{
	background: #fff;
	bottom: 1px;
	z-index: 2;
}
.priceNew_scps .tit a{
	font-size: 16px;
	color: #666666;
}
.priceNew_scps .tit a:hover{
	color: #2A52F5;
}

.priceNew_scps .priceNew_tab_tit{
	margin: 23px 30px 0;
}
.priceNew_tab_tit{
	display: flex;
}
.priceNew_tab_tit li{
	flex: 1;
	font-size: 20px;
	box-sizing: border-box;
	text-align: center;
	line-height: 50px;
	position: relative;
	cursor: pointer;
}
.priceNew_tab_tit li.cur{
	font-weight: bold;
	color: #1D1D1D;
	height: 52px;
	background: #EEEEEE;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
}
.priceNew_tab_tit li:not(:first-child)::before{
	content: '';
	width: 2px;
	height: 34px;
	background: #DDDDDD;
	position: absolute;
	left: 0;
	top: 9px;
}
.priceNew_tab_tit li.cur::before,
.priceNew_tab_tit li.cur+li::before{
	display: none;
}

.priceNew_scps_cont ul{
	display: none;
	padding: 0 30px 0;
}
.priceNew_scps_cont ul.cur{
	display: block;
}
.priceNew_scps_cont li{
	display: flex;
	line-height: 28px;
	margin-top: 24px;
}
.priceNew_scps_cont b{
	width: 28px;
	height: 28px;
	background: #EEEEEE;
	color: #666;
	border-radius: 4px;
	text-align: center;
	font-size: 16px;
}
.priceNew_scps_cont li:nth-child(1) b{background: #F3752E;color: #fff;}
.priceNew_scps_cont li:nth-child(2) b{background: #FFCF09;color: #fff;}
.priceNew_scps_cont li a{
	flex: 1;
	font-size: 14px;
	margin: 0 40px 0 12px;
}
.priceNew_scps_cont li a:hover{
	color: #2A52F5;
}
.priceNew_scps_cont span{
	font-size: 12px;
	color: #999;
}

.priceNew_cpfl h2{
	margin-top: 35px;
	height: 40px;
	line-height: 40px;
	position: relative;
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	color: #2B52F5;
}
.priceNew_cpfl h2::before{
	content: '';
	width: 6px;
	height: 40px;
	background: #2B52F5;
	border-radius:0 3px 3px 0;
	position: absolute;
	left: 0;
	top: 0;
}
.priceNew_cpfl ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 20px;
}
.priceNew_cpfl li{
	width: 205px;
	height: 50px;
	border: 1px solid rgba(232, 232, 232, 0.75);
	background: rgba(43, 82, 245, 0.7);
	box-shadow: 0 0 20px rgba(255,255,255,.5) inset;
	border-radius: 28px;
	font-size: 20px;
	font-weight: bold;
	box-sizing: border-box;
	text-align: center;
	line-height: 48px;
	margin-top: 14px;
	cursor: pointer;
}
.priceNew_cpfl li a{
	color: #FFFFFF;
}
.priceNew_cpfl li:nth-child(2n+1){
	margin-right: 18px;
}
.priceNew_cpfl li.cur{
	background: #F3752E;
}

.priceNew_tit{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.priceNew_tit>a{
	font-size: 16px;
	color: #666666;
}
.priceNew_tit>a:hover{
	color: #2B52F5;
}

.priceNew_nrkx_box{
	overflow: hidden;
	padding-bottom: 40px;
}
.priceNew_nrkx_l,
.priceNew_nrkx_r{
	width: 572px;
}
.priceNew_nrkx_l{
	float: left;
}
.priceNew_nrkx_r{
	float: right;
}

.priceNew_nrkx_item{
	margin-top: 18px;
}
.priceNew_nrkx_item h5{
	font-size: 14px;
	display: flex;
	align-items: center;
}
.priceNew_nrkx_item dl{padding-bottom: 4px;}
.priceNew_nrkx_item dl,
.priceNew_nrkx_item ul{
	display: flex;
	margin-top: 10px;
}
.priceNew_nrkx_item dt,
.priceNew_nrkx_item li{
	width: 180px;
	height: 100px;
	border-radius: 4px;
	overflow: hidden;
}
.priceNew_nrkx_item dt img,
.priceNew_nrkx_item li img{
	width: 180px;
	height: 100px;
	border-radius: 4px;
}
.priceNew_nrkx_item dt{
	margin-right: 16px;
}
.priceNew_nrkx_item dd{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.priceNew_nrkx_item li:not(:last-child){
	margin-right: 16px;
}
.priceNew_nrkx_item p{
	-webkit-line-clamp: 3; 
}
.priceNew_nrkx_item p a{
	font-size: 12px;
	color: #666666;
}
.priceNew_nrkx_item h6{
	font-size: 12px;
	color: #999999;
	display: flex;
	align-items: center;
	margin-top: 7px;
}
.priceNew_nrkx_item h6 span{
	margin-right: 40px;
}
.view_num{
	background: url(../img/yanjing.png) no-repeat 0 center / 14px auto;
	padding-left: 22px;
}

.priceNew_rmpd_box{
	margin: 10px 0;
	background: url(../img/pn_rmpd_app_bg.png) no-repeat center 0 #fff;
	height: 650px;
}
.priceNew_rmpd_box .tsw_content{
	display: flex;
}
.priceNew_rmpd{
	width: 580px;
}

.priceNew_rmpd_cont>div{
	display: none;
}
.priceNew_rmpd_cont>div.cur{
	display: block;
}

.priceNew_rmpd_cont .priceNew_nrkx_item:nth-child(1) h5::after,
.priceNew_rmpd_cont .priceNew_nrkx_item:nth-child(2) h5::after,
.priceNew_rmpd_cont .priceNew_nrkx_item:nth-child(3) h5::after{
	content: '';
	width: 20px;
	height: 24px;
	background: url(../img/remen.png) no-repeat;
	margin-left: 12px;
}
.priceNew_rmpd_cont .priceNew_nrkx_item h5 a{
	max-width: 548px;
}
.priceNew_rmpd_box .priceNew_tab_tit{
	margin-top: 21px;
}
.priceNew_app{
	flex: 1;
	padding-top: 38px;
	margin-left: 20px;
}

.priceNew_qybj{
	display: flex;
	flex-wrap: wrap;
	padding-bottom:30px;
}
.priceNew_qybj_item{
	width: 50%;
	box-sizing: border-box;
	padding-right: 100px;
}
.priceNew_qybj_item h5{
	display: flex;
	line-height: 28px;
	margin-top: 20px;
}
.priceNew_qybj_item b{
	width: 28px;
	height: 28px;
	background: #EEEEEE;
	color: #666;
	border-radius: 4px;
	text-align: center;
	font-size: 16px;
}
.priceNew_qybj_item:nth-child(1) b{background: #F3752E;color: #fff;}
.priceNew_qybj_item:nth-child(2) b{background: #FFCF09;color: #fff;}
.priceNew_qybj_item a{
	flex: 1;
	font-size: 14px;
	margin-left: 12px;
}
.priceNew_qybj_item a:hover{
	color: #2A52F5;
}
.priceNew_qybj_item span{
	font-size: 12px;
	display: block;
	margin: 2px 0 0 40px;
	color: #999;
}

.priceNew_ptxx{
	background: url(../img/pn_ptxx.png) no-repeat center 0;
	height: 430px;
	box-sizing: border-box;
}
.priceNew_ptxx h2{
	font-size: 32px;
	font-weight: 600;
	color: #FEFEFE;
	position: relative;
	text-align: center;
	height: 170px;
	box-sizing: border-box;
	padding-top: 84px;
}
.priceNew_ptxx h2 a{
	position: absolute;
	right: 85px;
	top: 50%;
	transform: translate(0,-50%);
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 28px;
}
.priceNew_ptxx ul{
	height: 246px;
	padding: 20px 80px 0;
}
.priceNew_ptxx li{
	line-height: 20px;
	background: #fafafa;
	display: flex;
	margin-top: 30px;
}
.priceNew_ptxx li a{
	font-size: 20px;
	flex: 1;
}
.priceNew_ptxx li span{
	font-size: 12px;
	color: #999999;
	margin-left: 85px;
}

.priceNew_jcksj{
	padding-bottom: 40px;
}
.priceNew_jcksj .priceNew_tab_tit{
	margin: 30px 0;
}
.priceNew_jcksj .cont>div{display: none;}
.priceNew_jcksj .cont>div.cur{
	display: block;
}

.priceNew_jgzs{
	margin: 10px 0;
}
.priceNew_jgzs_tit{
	font-size: 32px;
	font-weight: 600;
	color: #1D1D1D;
	background: url(../img/sy_jgzx_tit.png) no-repeat center 0;
	padding-top: 34px;
	text-align: center;
	position: relative;
}
.priceNew_jgzs_tit a{
	position: absolute;
	right: 0;
	top: 55%;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
}
.priceNew_jgzs .cont{
	display: flex;
}
.priceNew_jgzs .cont>div{
	padding-bottom: 40px;
	margin-top: 30px;
	flex: 1;
}
.priceNew_jgzs .cont>div:not(:last-child){
	border-right: 10px solid #f5f5f5;
}

.priceNew_xydt{
	margin: 10px 0;
	padding-bottom: 40px;
	overflow: hidden;
}
.priceNew_xydt_echart{
	width: 618px;
	float: left;
	margin-top: 20px;
}
.priceNew_xydt_ul{
	width: 540px;
	float: right;
	margin-top: 20px;
}

.sy_jgzx_ul li{
	position: relative;
	padding-left: 26px;
	margin: 24px 0 -4px;
}
.sy_jgzx_ul li::before{
	content: '';
	width: 6px;
	height: 6px;
	background: #1C7CFF;
	border-radius: 50%;
	position: absolute;
	left: 10px;
	top: 8px;
}
.sy_jgzx_ul li p{
	display: flex;
	align-items: center;
}
.sy_jgzx_ul li a{
	font-size: 14px;
}
.sy_jgzx_ul li a:hover{
	color: #2A52F5;
}
.sy_jgzx_ul li span{
	font-size: 12px;
	line-height: 1;
	font-size: 12px;
	color: #999999;
}
.sy_jgzx_ul li strong{
	font-size: 16px;
	color: #DC0A0A;
	margin-left: 24px;
}

.priceNew_jgzd{
	padding-bottom: 30px;
}
.priceNew_jgzd table{
	margin-top: 25px;
	width: 100%;
}
.priceNew_jgzd th{
	line-height: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #EEEEEE;
	font-size: 20px;
	font-weight: bold;
	color: #1D1D1D;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.priceNew_jgzd th:first-child{
	width: 40px;
	border-left: 1px solid #DDDDDD;
	border-radius: 4px 0 0 4px;
}
.priceNew_jgzd th:last-child{
	border-right: 1px solid #DDDDDD;
	border-radius: 0 4px 4px 0;
}
.priceNew_jgzd th,
.priceNew_jgzd td{
	padding-left: 10px;
	padding-right: 10px;
}
.priceNew_jgzd td{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 14px;
}
.priceNew_jgzd tbody tr:nth-child(1) td{
	padding-top: 34px;
}
.priceNew_jgzd th a{
	display: inline-block;
	padding: 0 15px;
	border-radius: 20px;
	cursor: pointer;
}
.priceNew_jgzd th a.cur{
	background: #DC0A0A;
	color: #fff;
}
.priceNew_jgzd b{
	width: 28px;
	height: 28px;
	background: #EEEEEE;
	color: #666;
	border-radius: 4px;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	line-height: 28px;
}
.priceNew_jgzd tbody tr:nth-child(1) b{background: #F3752E;color: #fff;}
.priceNew_jgzd tbody tr:nth-child(2) b{background: #FFCF09;color: #fff;}
.priceNew_jgzd td span{
	display: flex;
	align-items: center;
	justify-content: center;
}

.priceNew_jgzd td span::before{
	content: '';
	width: 9px;
	height: 14px;
	margin-right: 8px;
}
span.zd_z{color: #DC0A0A;}
span.zd_z::before{
	background: url(../img/sy_icon_zqhq_zhang.png) no-repeat;
}
span.zd_d{color: #06B157;}
span.zd_d::before{
	background: url(../img/sy_icon_zqhq_die.png) no-repeat;
}

.priceNew_cncl{
	margin-top: 10px;
	padding-bottom: 40px;
	overflow: hidden;
}
.priceNew_cncl_zx{
	width: 450px;
	float: left;
	margin-top: 20px;
}
.priceNew_cncl_tb{
	width: 730px;
	float: right;
	margin-top: 20px;
}
.priceNew_cncl_zx h2{
	height: 60px;
	background: #1C7CFF;
	border-radius: 4px;
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	line-height: 60px;
	position: relative;
}
.priceNew_cncl_zx h2 a{
	position: absolute; z-index: 2;
	right: 12px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
}
.priceNew_cncl_zx h2::before,
.priceNew_cncl_zx h2::after{
	content: '';
	position: absolute;
}
.priceNew_cncl_zx h2::before{
	left: 0;
	top: 0;
	width: 55px;
	height: 34px;
	background: url(../img/sy_jgzx_jgxx_zuo.png) no-repeat;
}
.priceNew_cncl_zx h2::after{
	right: 0;
	bottom: 0;
	width: 72px;
	height: 37px;
	background: url(../img/sy_jgzx_jgxx_you.png) no-repeat;
}
.priceNew_cncl_zx .cont ul{
	display: none;
}
.priceNew_cncl_tb .cont{
	position: relative;
	height: 380px;
}
.priceNew_cncl_tb .cont>div{
	visibility:hidden;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
}
.priceNew_cncl_tb .cont>div.cur{
	visibility:visible;
}
.priceNew_cncl_zx .cont ul.cur{
	display: block;
}

.priceNew_cncl_tb ul{
	height: 60px;
	background: #EEEEEE;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	display: flex;
	align-items: center;
}
.priceNew_cncl_tb li{
	flex: 1;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.priceNew_cncl_tb li.cur{
	color: #2A52F5;
}

.priceNew_jgtj{
	height: 467px;
	background: url(../img/jgzx_pic_jgtjbg.png) no-repeat center 0;
	padding-top: 30px;
	box-sizing: border-box;
	margin-bottom: -20px;
}
.priceNew_jgtj h2{
	font-size: 32px;
	font-weight: 600;
	color: #FEFEFE;
	text-align: center;
	line-height: 1;
}
.priceNew_jgtj_tit{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.priceNew_jgtj_tit li{
	padding: 0 40px;
	font-size: 20px;
	color: #FEFEFE;
	margin: 0 30px;
	cursor: pointer;
}
.priceNew_jgtj_tit li.cur{
	line-height: 58px;
	background: linear-gradient(90deg, #1C7CFF, #1853FF);
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: 30px;
	font-size: 24px;
	font-weight: bold;
}

.priceNew_jgtj .swiper-slide{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.priceNew_jgtj dl{
	width: 537px;
	height: 70px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	overflow: hidden;
	margin-top: 20px;
	display: flex;
}
.priceNew_jgtj dl:nth-child(2n+1){
	margin-right: 30px;
}
.priceNew_jgtj dt{
	width: 88px;
	height: 70px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}
.priceNew_jgtj dt a,
.priceNew_jgtj dt::after{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.priceNew_jgtj dt a{
	z-index: 2;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 70px;
}
.priceNew_jgtj dt::after{
	content: '';
	background: #000000;
	opacity: 0.3;
}
.priceNew_jgtj dd{
	flex: 1;
	padding:0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.priceNew_jgtj dd a{
	color: #FFFFFF;
	position: relative;
	z-index: 2;
}
.priceNew_jgtj dd a:first-child{
	font-size: 16px;
}
.priceNew_jgtj dd a.down{
	background: url(../img/yunxiazai.png) no-repeat center 0;
	font-size: 14px;
	font-weight: bold;
	padding-top: 31px;
	line-height: 1;
}
.priceNew_jgtj dd::after{
	content: '';
	position: absolute;
	right: -72px;
	bottom: -60px;
	width: 167px;
	height: 167px;
	background: #58647d;
	border-radius: 50%;
}

.priceNew_jgtj .swiper-button-next, 
.priceNew_jgtj .swiper-button-prev {
	width: 16px;
	height: 20px;
	margin: 0;
}
.priceNew_jgtj .swiper-button-next{
	left: auto; right: 0;
}
.priceNew_jgtj .swiper-button-prev{
	left: 0; right: auto;
}
.priceNew_jgtj .swiper-button-prev:after, 
.priceNew_jgtj .swiper-rtl .swiper-button-next:after,
.priceNew_jgtj .swiper-button-next:after, 
.priceNew_jgtj .swiper-rtl .swiper-button-prev:after{
	display: none;
}
.priceNew_jgtj .swiper-button-prev, 
.priceNew_jgtj .swiper-rtl .swiper-button-next {
	background: url(../img/sy_banner_arrow_shang21.png) no-repeat;
}
.priceNew_jgtj .swiper-button-next, 
.priceNew_jgtj .swiper-rtl .swiper-button-prev {
	background: url(../img/sy_banner_arrow_shang22.png) no-repeat;
}

.swiper{
	display: none;
}
.swiper.cur{
	display: block;
}