body {
	background-color: #F6F6F6;
	/* min-width: 1660px; */
	min-width: 1900px;
	overflow-x: auto !important;
}

.patentcon_header {
	height: 100px;
	width: 100%;
	display: flex;
	align-items: center;
	background: #fff;
	font-size: 36px;
	padding-left: 22px;
	box-sizing: border-box;
}

.patentcon_header a {
	font-family: "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
	font-weight: 800;
	display: inline-block;
}
.patentcon_header a:hover{
	color: #333333;
}

.patentcon_header .line {
	width: 1px;
	height: 30px;
	background: #CDCDCD;
	margin: 0 20px 0 6px;
}

.patentcon_header .back_img {
	background: url(../../img/pc/logo_new.png) no-repeat;
	background-position: 2px;
	width: 100px;
	height: 100px;
}

.comm_flex {
	display: flex;
	align-items: center;
}

.patentcon_index,
.strength_page,
.achieve_trans,.key_industries,.key_enterprises,.coll_universities {
	padding: 20px;
}

/* 分类-碑林实力-重点产业-重点企业-高校院所-成果转化 */
.index_ification {
	justify-content: space-between;
}

.ification_box {
	width: 18.75%;
	height: 150px;
	border-radius: 10px;
	position: relative;
	padding-left: 45px;
	box-sizing: border-box;
}

.ification_box img:nth-child(1) {
	width: 90px;
}

.box_strength {
	background: linear-gradient(90deg, #508EFF, #82AEFE);
}

.key_in {
	background: linear-gradient(90deg, #8674FE, #B7ACFF);
}

.key_en {
	background: linear-gradient(90deg, #F28662, #F8BFB1);
}

.colleges_un {
	background: linear-gradient(90deg, #508EFF, #82AEFE);
}

.achi_tran {
	background: linear-gradient(90deg, #45BEB0, #98D9D1);
}

.box_text {
	flex-direction: column;
	align-items: flex-start;
	font-size: 22px;
	font-weight: 500;
	color: #FFFFFF;
	text-shadow: 0px 3px 16px rgba(24, 24, 88, 0.35);
}

.box_text span {
	font-family: "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
}

.box_text span:nth-child(2) {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	opacity: 0.42;
}

.towards_right {
	position: absolute;
	right: 30px;
	bottom: 30px;
}

/* 数据-数据概览 */
.data_box {
	flex-wrap: wrap;
	height: 770px;
	justify-content: space-between;
	padding: 20px 0;
}

.data_box_left {
	width: 71%;
	flex-wrap: wrap;
}

.data_box_item {
	height: 310px;
	background: #FFFFFF;
	border-radius: 20px;
	margin-bottom: 20px;
	position: relative;
}

.box_title {
	font-size: 16px;
	font-weight: 800;
	color: #333333;
	font-family: "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
	display: inline-block;
	padding: 20px 0 0 20px;
}

.item_left_box {
	width: 54%;
	margin-right: 20px;
}

.item_right_box {
	width: 44%;
}

.data_box_item:nth-child(3),
.data_box_item:nth-child(4) {
	height: 480px;
	margin-bottom: 0;
}

.ranking_list,
.dynamic_box {
	padding: 0 20px;
}

.data_box_right {
	width: 28%;
	height: 805px;
	background: #FFFFFF;
	border-radius: 20px;
}

.data_overview {
	justify-content: center;
	margin-top: 50px;
}

.overview_box {
	width: 14.75rem;
	flex-direction: column;
}

.overview_box img {
	width: 70px;
	height: 70px;
}

.overview_box .nums {
	font-size: 24px;
	font-family: "DIN Alternate";
	font-weight: bold;
	color: #FF7272;
	padding: 22px 0 18px 0;
}

.overview_box .nums .plus {
	font-size: 16px;
}

.overview_box:last-child .nums {
	color: #333333;
}

.overview_box .explain {
	font-size: 14px;
	font-family: "PingFang SC";
	font-weight: 400;
	color: #CCCCCC;
}

/* 数据概览--排行榜 */
.ranking_list .list_box_cont>ul .item_ran_box {
	padding-top: 17px;
}

.ranking_list .list_title,
.ranking_list .list_box_cont>ul .item_ran_box {
	justify-content: space-between;
}

.ranking_list .list_title,
.dynamic_box .dynamic_title {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}

.ranking_list .list_title span,
.ranking_list .list_box_cont>ul .item_ran_box span{
	font-family: "PingFang SC";
	font-size: 14px;
	font-weight: 400;
	color: #333333;
}

.ranking_span,
.coll_three_ranking .list_title>.ranking_span {
	width: 40px;
}

.name_span,
.coll_three_ranking .list_title>.name_span {
	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.coll_three_ranking .name_span_three {
	width: 136px !important;
}

.bar_span,
.coll_three_ranking .list_title>.bar_span{
	width: 184px;
	justify-content: space-between;
}
.coll_three_ranking .bar_span_three{
	width: 184px !important;
	justify-content: space-between;
}
.bar_span span,
.coll_three_ranking .list_title>.bar_span>span {
	color: #999 !important;
	font-size: 12px !important;
}
.mouth_paih{
	position: absolute;
	right: 20px;
	top: 20px;  
	width: 110px;
	height: 30px;
	border: 1px solid rgba(83, 144, 255, 0.2);
	border-radius: 14px;
	justify-content: space-between;
}
.mouth_paih>span{
	width: 55px;
	height: 30px;
	font-size: 14px;
	font-family: "PingFang SC";
	font-weight: 400;
	justify-content: center;
	color: rgba(204, 204, 204, 1);
	cursor: pointer;
}
.mouth_paih .span_hover{
	background: #5390FF;
	border: 0px solid #5390FF;
	border-radius: 14px;
	color: #fff;
}

/* 排行榜-进度条 */
.ranking_list .list_box_cont>ul>li>.bar_span .layui-progress,
.coll_three_ranking .list_box_cont>ul>li>.bar_span .layui-progress{
	width: 140px;
	height: 14px;
	border-radius: 50px;
	background-color: #EAEAEA;
}

.ranking_list .list_box_cont>ul>li>.bar_span .layui-progress-bar,
.coll_three_ranking .list_box_cont>ul>li>.bar_span .layui-progress-bar{
	height: 14px;
	border-radius: 50px;
	background-color: rgba(83, 144, 255, 1);
}

.ranking_list .list_box_cont>ul>li:nth-child(1) .bar_span .layui-progress-bar,
.coll_three_ranking .list_box_cont>ul>li:nth-child(1) .bar_span .layui-progress-bar {
	background-color: rgba(255, 114, 114, 1);
}

.ranking_list .list_box_cont>ul>li:nth-child(2) .bar_span .layui-progress-bar,
.coll_three_ranking .list_box_cont>ul>li:nth-child(2) .bar_span .layui-progress-bar {
	background-color: rgba(242, 138, 103, 1);
}

.ranking_list .list_box_cont>ul>li:nth-child(3) .bar_span .layui-progress-bar,
.coll_three_ranking .list_box_cont>ul>li:nth-child(3) .bar_span .layui-progress-bar {
	background-color: rgba(6, 228, 163, 1);
}

.ranking_list .list_box_cont>ul>li:nth-child(1) .ranking_span, 
.coll_three_ranking .list_box_cont>ul>li:nth-child(1) .ranking_span{
	color: rgba(255, 114, 114, 1);
}

.ranking_list .list_box_cont>ul>li:nth-child(2) .ranking_span, 
.coll_three_ranking .list_box_cont>ul>li:nth-child(2) .ranking_span{
	color: rgba(242, 138, 103, 1);
}

.ranking_list .list_box_cont>ul>li:nth-child(3) .ranking_span, 
.coll_three_ranking .list_box_cont>ul>li:nth-child(3) .ranking_span{
	color: rgba(6, 228, 163, 1);
}

/* 数据概览--最新动态 */
.dynamic_title,
.dynamic_ul>li {
	justify-content: space-between;
}

.dynamic_title>span,
.dynamic_ul>li>span {
	font-size: 14px;
	font-family: "PingFang SC";
	font-weight: 400;
	color: #333333;
}

.dynamic_ul>li>span {
	font-size: 12px !important;
}

.dynamic_ul>li {
	height: 53px;
	line-height: 53px;
	border-bottom: 1px solid #ccc;
	/* cursor: pointer; */
}

.dynamic_span {
	width: 282px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.dynamic_pub {
	width: 48px;
}

.dynamic_time {
	width: 81px;
}

.dynamic_ul>li>.dynamic_pub,
.dynamic_ul>li>.dynamic_time {
	color: #999 !important;
}

/* =============================================碑林实力页面============================================= */
.strength_page,
.achieve_trans {
	justify-content: space-between;
	flex-wrap: wrap;
}

.same_h1 {
	height: 440px;
}

.same_h2 {
	height: 480px;
}

.same_h3 {
	height: 480px;
}

.strength_page>div,
.achieve_trans>div {
	background: #FFFFFF;
	border-radius: 20px;
}

.strength_page .diagram_box {
	width: 27%;
}

.strength_page .grant_box {
	width: 38%;
}

.strength_page .ranking_list_pct {
	width: 30%;
	padding: 0 20px;
}

.ranking_list_pct .ranking_list .list_title {
	padding: 0 0 15px 0;
}

.ranking_list_pct .ranking_list_title {
	width: 543px;
	height: 30px;
	border: 1px solid rgba(83, 144, 255, 0.2);
	border-radius: 14px;
	margin: 16px 0 12px 0;
}
.ranking_list_right{
	width: 362px !important;
	margin: 16px auto 12px !important;;
}

.ranking_list_pct .ranking_list_title span {
	width: 181px;
	text-align: center;
	color: #ccc;
	font-size: 16px;
	font-weight: 800;
	font-family: "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
	cursor: pointer;
}

.ranking_list_pct .ranking_list_title .avtive_h {
	background: #5390FF;
	color: #fff;
	height: 30px;
	border: 0px solid #5390FF;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ranking_list_pct .ranking_list {
	/* width: 100%; */
	box-sizing: border-box;
}

.same_b {
	margin-bottom: 20px;
}

.eff_inve {
	width: 38%;
}

.ipc_ification,
.industry_ification {
	width: 30%;
}
.pie_chart>div,.financing_quantity>.ification{
	position: relative;
}
.pie_chart>div>img,.financing_quantity>.ification>img{
	position: absolute;
	top: 95px;
	left: 124px;
	width: 200px;
}
.financing_quantity>.ification>img{
	left: 74px;
}
.tort_litigation {
	width: 38%;
}

/* ====================================成果转化==================================== */
.achieve_trans .ranking_list_pct,.coll_universities .ranking_list_pct {
	width: 545px;
	padding: 0 20px;
}

.achieve_trans .name_span,.coll_universities .name_span {
	width: 272px;
}

.achieve_trans .bar_span,.coll_universities .bar_span {
	width: 32px;
	font-family: "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
	color: #333333;
	font-size: 14px;
}

.financing_quantity,.coll_universities>.financing_quantity {
	width: 650px;
}

.financing_quantity>ul>li {
	flex-direction: column;
	align-items: flex-start;
}

.financing_quantity>ul {
	justify-content: space-around;
	margin-top: 30px;
}

.financing_quantity>ul>li>div {
	font-size: 30px;
}

.financing_quantity>ul>li>div .li_span {
	font-size: 12px;
	font-family: "PingFang SC";
	font-weight: 800;
}

.financing_quantity>ul>li .li_txt {
	font-size: 14px;
	color: #999;
	font-family: "PingFang SC";
	font-weight: 800;
}

.ach_ipc_kinds,
.ach_industry {
	width: 920px;
}

/* ============================================重点产业============================================ */
.key_industries {
	justify-content: space-between;
}

.key_box_left {
	width: 929px;
}

.key_box_right {
	width: 910px;
}

.key_general {
	height: 560px;
	background: #FFFFFF;
	border-radius: 20px;
}

.back_bj1 {
	background: linear-gradient(90deg, #508EFF, #82AEFE);
}

.back_bj2 {
	background: linear-gradient(90deg, #8674FE, #B7ACFF);
}

.back_bj3 {
	background: linear-gradient(90deg, #F28662, #F8BFB1);
}

.back_bj4 {
	background: linear-gradient(90deg, #45BEB0, #98D9D1);
}
.distr_box_list{
	flex-wrap: wrap;
	padding-top: 20px;
	box-sizing: border-box;
}
.distr_box_list>li{
	width: 217px;
	height: 150px;
	border-radius: 10px;
	justify-content: center;
	flex-direction: column;
	margin: 0 20px 20px 0;
	cursor: pointer;
}
.distr_box_list>li:nth-child(4n){
	margin: 0 0 20px 0;
}
.distr_box_list>li>img{
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
}
.distr_box_list>li>span{
	font-size: 16px;
	font-family: "PingFang SC";
	font-weight: 400;
	color: #FFFFFF;
}
.key_patent,.key_proportion{
	height: 460px;
	background: #FFFFFF;
	border-radius: 20px;
}
.key_patent{
	margin-bottom: 20px;
}
/* ==================================================重点企业================================================== */
.enterprises_top>ul{
	/*flex-wrap: wrap;*/
	padding-top: 20px;
	box-sizing: border-box;
}
.enterprises_top>ul>li{
	width: 296px;
	height: 150px;
	background: #FFFFFF;
	border-radius: 10px;
	justify-content: center;
	margin: 0 20px 20px 0;
	cursor: pointer;
}
.enterprises_top>ul>li:last-child{
	margin: 0 0 20px 0;
}
.enterprises_top>ul>li>img{
	width: 80px;
	height: 80px;
	margin-right: 40px;
}
.enterprises_top>ul>li>div{
	flex-direction: column;
	align-items: flex-start;
}
.enterprises_top>ul>li>div>p{
	color:#5390FF;
	font-size: 40px;
	margin-bottom: 8px;
}
.enterprises_top>ul>li>div>p>span{
	font-size: 12px;
}
.enterprises_top>ul>li .li_span{
	color:#999;
	font-size: 14px;
}
.enterprises_top>ul>li .li_txt{
	font-family: "PingFang SC";
	font-weight: 400;
}
.enterprises_bottom{
	height: 734px;
	background: #FFFFFF;
	border-radius: 10px;
}
/* ============================================高校院所============================================ */
.coll_universities{
	flex-wrap: wrap;
	justify-content: space-between;
}
.coll_universities>div{
	width: 920px;
	background: #FFFFFF;
	border-radius: 20px;
}
.same_h4{
	height: 360px;
}
.same_h6{
	height: 450px;
}
.same_h5{
	height: 560px;
}

.beilin_district{
	margin-bottom: 20px;
}
.total_numbox{
	justify-content: center;
}
.the_box_title_coll{
	cursor: pointer;
}
.total_numbox>div{
	flex-direction: column;
	align-items: flex-start;margin-left: 47px;
}
.total_numbox>div>span,.beilin_district>ul>li>span{
	font-family: "PingFang SC";
	font-weight: 400;
	color: #333;
	font-size: 14px;
}
.total_numbox>div>span:nth-child(1){
	font-size: 40px;
	margin-bottom: 10px;
}
.beilin_district>ul{
	margin-top: 60px;
	justify-content: space-around;
}
.beilin_district>ul>li{
	width: 30%;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.beilin_district>ul>li:before{
	content: ' ';
	border-right: 1px solid rgba(204,204,204,0.5);
	display: inline-block;
	height: 50px;
	position: absolute;
	top: 10px;
	right: 0;
}
.beilin_district>ul>li:last-child:before{
	border-right: none;
}
.beilin_district>ul>li>span:nth-child(1){
	font-size: 35px;
}
.beilin_district>ul>li>span:nth-child(2){
	color: #999;
}
.beilin_district>ul>li:nth-child(1) span:nth-child(1){
	color: rgba(255, 114, 114, 1);
}
.beilin_district>ul>li:nth-child(2) span:nth-child(1){
	color: rgba(242, 138, 103, 1);
}
/* 重点产业情况三级页面 */
.key_industries_three .ranking_list_title{
	width: 400px !important;
}
.key_industries_three .ranking_list_title>span{
	width: 200px !important;
}
#financing_id .name_span,#spac_id{
	width: 370px;
}















































