@charset "utf-8";

/*加载*/
.loading{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	background: none;
}
.spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin:auto;
}
 
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0053B6;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
   
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}
 
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.l_title_a{
	position: absolute;
	bottom: 2px;
	line-height: normal;
	font-size: 16px;
	margin-left: 10px;
	cursor: pointer;
	z-index: 1000;
}
 
@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}
 
@keyframes bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
#app{
	display: block;
	min-height: 100%;
}
[v-cloak]{
	display: none;
}
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body {
	font-family: "微软雅黑";
	position: relative;
	background: #ffffff;
	color: #333;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

table {
	width: 100%;
	border-collapse: collapse;
}

input,
textarea,
select {
	outline: none;
	border: none;
	padding-left: 10px;
}

a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

textarea {
	resize: none;
	overflow: auto;
}

img {
	border: none;
	vertical-align: middle;
}


html,
body {
	height: 100%;
	width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.block {
	display: block !important;
}
.none{
	display: none;
}
.inblock{
	display: inline-block;
}
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	width: 0;
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	overflow: hidden;
}

/*轮播开始*/
.bx-wrapper{
	margin: 0;
}
.bx-wrapper .bx-viewport{
	left: 0;
	border: none;
	box-shadow: none;
}

/*轮播结束*/
/*header开始*/
#header{
	z-index: 1000;
	position: fixed;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.header1{
	background-color: #0053B6;
	height: 67px;
	border-bottom: 1px solid #3371BD;
}
/* .index_header .header1{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 66px;
} */
.l_width1620 {
	width: 1600px;
	margin: 0 auto;
}
.l_logo1{
	display: inline-block;
	width: 330px;
	/* margin-top: 18px; */
	margin-top: 14px;
	vertical-align: middle;
}
.l_logo2{
	display: inline-block;
	width: 149px;
	/* margin-top: 18px; */
	margin-top: 14px;
	vertical-align: middle;
}
.l_logo1 img,.l_logo2 img{
	width: 100%;
}
.l_header_right{
	float: left;
	margin-left: 20px;
	line-height: 66px;
	font-size: 0;
	height: 66px;
}
.l_header_right a{
	display: inline-block;
	vertical-align: middle;
	padding: 0 11px;
	/* line-height: 14px; */
	font-size: 16px;
	color: #FFFFFF;
}
.l_header_right span{
	vertical-align: middle;
	color: #FFFFFF;
	padding: 0 18px 0 11px;
	font-size: 16px;
}
span.l_line{
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 14px;
	background: #FFFFFF;
	padding: 0;
}
.header2{
	background-color: #0053B6;	
	position: relative;
	box-shadow:-5px 5px 10px -4px rgba(10,7,64,.1),5px 5px 10px -4px rgba(10,7,64,.1);
	z-index: 999;
}
.index_header {
	position: fixed;
	/* top: 66px;
	left: 0;*/
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1600px;
}
.l_ul1{
	float: left;
}
.l_ul1 li{
	float: left;
	padding: 0 30px;
	line-height: 45px;
}
.l_ul1 li:first-of-type{
	padding-left: 0;
}
.l_ul1 li a{
	font-size: 16px;
	color: #FFFFFF;
}
.l_ul2{
	float: right;
	font-size: 0;
	background-color: #013879;
	padding-left: 6px;
}
.l_trinangle{
	margin-left: -51px;
	float: left;
	width: 0;
	height: 0;
	border-bottom: 45px solid #3371BD;
	border-left: 45px solid transparent;
}
.l_trinangle:before{
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-bottom: 43px solid #013879;
	border-left: 43px solid transparent;
	margin-left: -43px;
	margin-top: 2px;
}
.l_ul2:after{
	display: block;
	content: '';
	height: 45px;
	position: absolute;
	right: 0;
	background: #013879;
	top: 0;
	left: 50%;
	margin-left: 800px;
}
.l_ul2 li{
	display: inline-block;
	vertical-align: middle;
}
.l_ul2 li:first-of-type a{
	border-left: none;
}
.l_ul2 li:last-of-type a{
	border-right: none;
}
.l_ul2 li a{
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	padding: 0 18px;
	line-height: 45px;
}
/*header结束*/
/*footer*/
.footer{
	/* background-color: #FAFBFC; */
	 
	 
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
 
/*footer结束*/

/*index开始*/
.banner{
	/* min-width: 1620px; */
	overflow:hidden;
	position: relative;
}
.banner img{
	position: relative;
	/* width: 1920px;
	margin-left: -960px; */
	width: 1620px;
	margin-left: -810px;
	left: 50%;
}
.banner .bx-wrapper .bx-pager{
	bottom: 26px;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a{
	width: 15px;
	height: 15px;
	margin: 0 5px;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
	background:#FFFFFF;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.banner .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #007aff;
}
.l_index_news1{
	float: left;
	width: 526px;
	margin-right: 30px;
	padding-left: 3px;
	opacity: 0;
}
.l_columnName{
	border-bottom: 1px solid #E8E8E8;
	/* height: 60px;
	padding-top: 22px; */
	height: 53px;
	padding-top: 15px;
}
.l_columnName span{
	display: inline-block;
	font-size: 20px;
	color: #0053B6;
	border-bottom: 3px solid #0053B6;
	padding-bottom: 9px;
}
.l_columnName a{
	float: right;
	font-size: 14px;
	color: #999999;
	line-height: 36px;
	font-weight: normal;
}
.l_columnName a img{
	margin-top: -3px;
	margin-left: 3px;
}
.l_news_ul1 a{
	display: block;
}
.l_news_ul1 a span{
	float: left;
	width: 400px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 36px;
	font-size: 16px;
}
.l_news_ul1 a font{
	float: right;
	line-height: 36px;
	font-size: 16px;
	color: #999999;
}
.l_news_ul1_fir{
	padding: 15px 0;
	display: block;
}
.l_news_ul1_fir a{
	white-space: normal;
	width: 100%;
}
.l_news_ul1_fir b{
	display: block;
	line-height: 38px;
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.l_news_ul1_fir span{
	display: block;
	line-height: 38px;
	font-size: 16px;
	color: #999999;
	line-height: 26px;
	width: 100%;
	white-space: normal;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.l_index_news2{
	float: left;
	width: 527px;
	margin-right: 31px;
	opacity: 0;
}
.l_news_ul2{
	/* border-left: 1px solid #CFCFCF;
	margin: 20px 0 0 7px; */
	margin: 20px 0 0 0;
}
.l_news_ul2 li{
	display: block;
	padding-bottom: 26px;
	border-left: 1px solid #CFCFCF;
	margin-left: 7px;
}
.l_news_ul2 li:last-of-type{
	margin-bottom: 0;
}
.l_news_ul2 li a{
	display: flex;
	padding-left: 20px;
	background: url(../images/l_icon-circle.png) no-repeat left top 6px;
	margin-left: -5px;
	font-size: 16px;
}
.l_news_ul2 li a span{
	float: left;
	width: 392px; 
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 1 1;
	margin-right: 10px;
}
#nt-example1 li a span{
	white-space: normal;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.l_news_ul2 li a font{
	float: right;
	color: #999999;
}
.l_index_news3{
	float: left;
	width: 486px;
	opacity: 0;
}
.l_index_txt1{
	display: flex;
	background-color: #F9F9F9;
	margin-top: 6px;
}
.l_index_txt1 span{
	flex: 1;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	color: #999999;
}
.l_news_ul3{
	padding-top: 5px;
}
.l_news_ul3 li{
	line-height: 20px;
	margin-bottom: 19px;
}
.l_index_org1{
	float: left;
	width: 196px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	margin: 0 8px 0 3px;
}
.l_index_org2{
	float: left;
	width: 208px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	margin-left: 6px;
}
.l_news_ul3 li font{
	float: left;
	width: 65px;
	background:url(../images/l_icon-arrow.png) no-repeat left bottom;
	background-size: 100%;
	font-size: 14px;
	color: #0053B6;
}
.l_index_item{
	display: flex;
	border-radius: 6px;
	background-color: #FAFBFC;
	/* margin-top: 4px; */
	margin-bottom: 20px;
}
.l_index_item a{
	/* flex: 1; */
	flex-grow: 1;
	/* border-radius: 6px; */
	padding: 9px 0 8px;
	text-align: center;
}
.l_index_item a:first-of-type{
	border-radius: 6px 0 0 6px;
}
.l_index_item a:last-of-type{
	border-radius:0 6px 6px 0;
}
.l_index_item a:last-of-type span{
	border-right: none;
}
.l_index_item a:hover{
	background: -ms-linear-gradient(to bottom,#0054B6,#368AEE);
	background: -webkit-linear-gradient(to bottom,#0054B6,#368AEE);
	background: linear-gradient(to bottom,#0054B6,#368AEE);
}
.l_index_item a:hover span{
	color: #FFFFFF;
	border-right: none;
}
.l_index_item a span{
	display: block;
	border-right: 1px solid #E8E8E8;
	font-size: 20px;
	color: #666666;
	/* padding: 0 0 16px; */
	padding: 10px 0;
}
.l_index_item a span font{
	display: block;
	height: 76px;
	display: none;
}
.l_itembg1{
	background: url(../images/l_index-icon1.png) no-repeat center;
}
.l_itembg1:hover{
	background: url(../images/l_index-icon1-1.png) no-repeat center;
}
.l_itembg2{
	background: url(../images/l_index-icon2.png) no-repeat center;
}
.l_itembg2:hover{
	background: url(../images/l_index-icon2-1.png) no-repeat center;
}
.l_itembg3{
	background: url(../images/l_index-icon3.png) no-repeat center;
}
.l_itembg3:hover{
	background: url(../images/l_index-icon3-1.png) no-repeat center;
}
.l_itembg4{
	background: url(../images/l_index-icon4.png) no-repeat center;
}
.l_itembg4:hover{
	background: url(../images/l_index-icon4-1.png) no-repeat center;
}
.l_itembg5{
	background: url(../images/l_index-icon5.png) no-repeat center;
}
.l_itembg5:hover{
	background: url(../images/l_index-icon5-1.png) no-repeat center;
}
.l_itembg6{
	background: url(../images/l_index-icon6.png) no-repeat center;
}
.l_itembg6:hover{
	background: url(../images/l_index-icon6-1.png) no-repeat center;
}
.l_itembg7{
	background: url(../images/l_index-icon7.png) no-repeat center;
}
.l_itembg7:hover{
	background: url(../images/l_index-icon7-1.png) no-repeat center;
}
.l_itembg8{
	background: url(../images/l_index-icon8.png) no-repeat center;
}
.l_itembg8:hover{
	background: url(../images/l_index-icon8-1.png) no-repeat center;
}
.l_itembg9{
	background: url(../images/l_index-icon13.png) no-repeat center;
}
.l_itembg9:hover{
	background: url(../images/l_index-icon13-1.png) no-repeat center;
}
.l_index_count{
	font-size: 0;
	/* margin: 23px 0 30px; */
	margin: 10px 0 0;
}
.l_index_ul1{
	display: inline-block;
}
.l_index_ul1 li{
	display: inline-block;
	padding: 0 28px;
	border-right: 1px solid #E8E8E8;
	height: 20px;
	text-align: center;
	/* max-width: 266px; */
}
.l_index_ul1 li:last-of-type{
	border-right: none;
}
.l_index_ul1 li img{
	margin-top: -3px;
}
.l_index_ul1 li span{
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
	margin-top: -6px;
	margin-left: 9px;
}
.l_index_ul1 li span b{
	font-size: 20px;
	color: #CB3340;
	margin: 0 3px;
}
.l_index_ul2{
	display: flex;
	padding-top: 30px;
}
.l_index_ul2 a{
	flex: 1;
}
.l_index_ul2 a span{
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
	width: 145px;
	margin-left: 8px;
}
/*index结束*/

/*服务券列表开始*/
.l_list_title{
	padding: 31px 0 29px;
	font-size: 24px;
	line-height: 24px;
}
.l_list_title img{
	margin-top: -3px;
}
.l_list_ul1{
	display: flex;
	margin-bottom: 24px;
}
.l_list_ul1 li{
	flex:1;
	padding: 11px 0 11px 18px;
}
.l_list_ul1 li:first-of-type{
	padding-left: 0;
}
.l_list_ul1 li:after{
	content: '';
	float: right;
	width: 1px;
	height: 57px;
	background-color: #E8E8E8;
	margin-top: 9px;
}
.l_list_ul1 li:last-of-type:after{
	display: none;
}
.l_list_ul1 li span{
	display: inline-block;
	vertical-align: middle;
	margin-left: 24px;
}
.l_list_ul1 li span font:first-of-type{
	display: block;
	line-height: 31px;
	font-size: 16px;
}
.l_list_ul1 li span font:last-of-type{
	display: block;
	line-height: 43px;
	font-size: 16px;
}
.l_list_ul1 li span font b{
	color: #CB3340;
	font-size: 24px;
}
.l_bg1{
	background-color: #EDF0F2;
}
.l_list_sear{
	float: right;
	font-size: 0;
}
.l_list_sear select{
	border-radius: 20px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background:#FFFFFF url(../images/l_icon-select.png) no-repeat right 18px center;
	padding: 0 30px 0 22px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	min-width: 140px;
	margin-right: 20px;
}
.l_list_sear input[type=text]{
	display: inline-block;
	width: 445px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	padding: 0 40px 0 18px;
	background:#ffffff url(../images/l_icon-glass.png) no-repeat right 18px center;
	background-size: 14px auto;
}
.l_produ{
	float: left;
	width: 300px;
	border-radius: 6px;
	background: #FFFFFF;
	margin: 0 25px 16px 0;
	padding-bottom: 11px;
}
.l_produ:nth-of-type(5n){
	margin-right: 0;
}
.l_produImg{
	display: block;
	position: relative;
	/* line-height: 163px;
	height: 164px; */
	line-height: 150px;
	height: 151px;
	border-bottom: 1px solid #E8E8E8;
	text-align: center;
}
.l_produImg img{
	max-width: 90%;
	max-height: 90%;
	display: inline-block;
}
.l_produImg span{
	position: absolute;
	top: 11px;
	left: 12px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #E5EDF8;
	line-height: 35px;
	font-size: 16px;
	color: #0053B6;
}
.l_produ p{
	/* padding: 16px 22px 9px 17px; */
	padding: 12px 22px 9px 17px;
	line-height: 22px;
	/* height: 69px; */
	height: 64px;
	font-size: 16px;
}
.l_produ_a1{
	display: inline-block;
	min-width: 48px;
	max-width: 96px;
	height: 26px;
	line-height: 24px;
	border: 1px solid #5E90D2;
	border-radius: 6px;
	text-align: center;
	font-size: 14px;
	color: #367ACB;
	margin-left: 17px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.l_produ_a2{
	float: right;
	font-size: 0;
	margin-right: 16px;
}
.l_produ_a2 a{
	margin: 0 10px;
	font-size: 16px;
	color: #0053B6;
	display: inline-block;
	line-height: 26px;
	vertical-align: middle;
}
.l_produ_a2 span{
	display: inline-block;
	width: 1px;
	height: 16px;
	background-color: #E8E8E8;
	vertical-align: middle;
}
.l_pad13{
	padding-bottom: 13px;
}
.l_refresh{
	float: right;
	font-size: 16px;
	font-weight: normal;
	margin-top: 13px;
}
.l_refresh img{
	margin-right: 8px;
}
.l_list_imgs{
	width: 628px;
	border-radius: 6px;
	box-shadow: 0 0 8px rgba(0,31,72,.13);
	padding: 13px 0 0 13px;
}
.l_list_imgs a{
	float: left;
	width: 190px;
	height: 105px;
	border: 1px solid #E8E8E8;
	border-radius: 6px;
	line-height: 103px;
	text-align: center;
	margin-right: 16px;
	margin-bottom: 15px;
}
.l_list_imgs a:nth-of-type(3n){
	margin-right: 0;
}
.l_list_imgs a img{
	max-width: 90%;
	max-height: 90%;
}
.l_mar22{
	margin-left: 22px;
}
.l_list_news1{
	width: 949px;
	border-radius: 6px;
	box-shadow: 0 0 8px rgba(0,31,72,.13);
}
.l_list_tab{
	padding: 11px 0 10px 22px;
	font-size: 0;
	background: #FAFBFC;
	margin-bottom: 16px;
}
.l_list_tab span{
	display: inline-block;
	border: 1px solid #E8E8E8;
	line-height: 31px;
	text-align: center;
	padding: 0 16px;
	font-size: 16px;
	color: #999999;
	margin-left: -1px;
	background: #FFFFFF;
	cursor: pointer;
}
.l_list_tab span.active{
	border: 1px solid #0557B9;
	background: #0557B9;
	color: #FFFFFF;
}
.l_list_news1{
	overflow: hidden;
}
.l_list_news1 ul{
	display: none;
}
.l_list_news1 li{
	display: block;
}
.l_list_news1 li a{
	display: block;
	padding:0 38px 0 28px;
	font-size: 16px;
	margin-bottom: 25px;
}
.l_list_news1 li:last-of-type a{
	margin-bottom: 19px;
}
.l_list_news1 li a span{
	display: inline-block;
	width: 560px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 23px;
}
.l_list_news1 li a font{
	float: right;
	color: #999999;
}
.l_pad30{
	padding-bottom: 30px;
}
/*服务券列表结束*/
/*新闻内容开始*/
.l_lawDiv{
	/* float: left; */
	width: 548px;
	padding-left: 8px;
	/* margin-right: 17px; */
	position: fixed;
	top: 111px;
	bottom: 83px;
	left: 50%;
	margin-left: -800px;
	display: flex;
	flex-direction: column;
}
.l_lawTitle{
	padding: 26px 0 15px 0;
	line-height: 30px;
	font-size: 24px;
}
.l_lawTitle img{
	margin-right: 12px;
	margin-top: -3px;
}
.l_lawTitle span{
	font-weight: normal;
	font-size: 16px;
	margin-left: 10px;
}
.l_lawList{
	/* height: 950px; */
	overflow: auto;
	/* height: calc(100% - 152px); */
}
.l_lawList li{
	display: block;
	border-top: 1px solid #E8E8E8;
	padding: 20px 20px 20px 8px;
}
.l_lawList li a{
	display: block;
	cursor: pointer;
}
.l_lawList li img{
	float: left;
	margin-right: 20px;
	max-width: 138px;
}
.l_lawList li p{
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	min-height: 52px;
}
.l_lawList li span{
	/* float: right; */
	font-size: 16px;
	color: #666666;
}
/*滚动条*/
::-webkit-scrollbar{
    width:11px;
    height:11px;
}
::-webkit-scrollbar-track{
    background: #F0F0F0;
    border-radius:6px;
}
::-webkit-scrollbar-thumb{
    background: #0053B6;
    border-radius:6px;
}
::-webkit-scrollbar-thumb:hover{
    background: #0053B6;
}
::-webkit-scrollbar-corner {
    background: #0053B6;
}
.l_newDetail1,.l_newDetail2{
	display: none;
}
.l_newDetail{
	float: left;
	width: 1034px;
	box-shadow: 0 0 6px rgba(0,0,0,.22);
	padding: 0 90px;
	/* margin-top: 32px; */
	margin-top: 143px;
	margin-left: 565px;
	margin-bottom: 97px;
}
.l_newDetail h3{
	padding: 34px 20px 21px 20px;
	font-size: 24px;
	text-align: center;
	line-height: 38px;
}
.l_newsTime{
	text-align: center;
	margin: 0 20px;
	border-bottom: 1px solid #E8E8E8;
}
.l_newsTime span{
	display: inline-block;
	margin: 0 23px;
	line-height: 39px;
	font-size: 16px;
	color: #666666;
	position: relative;
}
.l_newsCont{
	padding: 26px 0;
}
.l_zjtxCont *{
	text-align: justify;
	font-size:16px !important;
	font-family:'微软雅黑' !important;
}
.l_newsCont img{
	/* display: block;
	margin:0 auto 26px; */
	max-width: 100% !important;
}
.l_newsCont p{
	line-height: 36px;
	/* text-indent: 2em; */
	font-size: 16px;
	color: #666666;
}
.l_linkNews{
	border-radius: 6px;
	border: 1px solid #E8E8E8;
	margin-bottom: 28px;
	padding-left: 22px;
	padding-bottom: 8px;
}
.l_linkNews p{
	font-weight: bold;
	padding: 14px 0 8px;
	line-height: 20px;
	font-size: 16px;
}
.l_linkNews ul{
	border-left: 1px solid #E8E8E8;
	position: relative;
}
.l_linkNews ul:before{
	content: '';
	position: absolute;
	width: 10px;
	height: 14px;
	background: #FFFFFF;
	top: 0;
	left: -5px;
}
.l_linkNews ul:after{
	content: '';
	position: absolute;
	width: 10px;
	height: 13px;
	background: #FFFFFF;
	bottom: 0;
	left: -5px;
}
.l_linkNews ul li a{
	display: block;
	line-height: 32px;
	font-size: 16px;
	position: relative;
	padding-left: 12px;
}
.l_linkNews ul li a:before{
	content: '';
	position: absolute;
	top: 14px;
	left: -2.5px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #0053B6;
}
/*新闻内容结束*/
/*中小企业大学开始*/
.l_collageDiv{
	padding:35px 0 20px;
}
.l_videoImg{
	float: left;
	margin-right: 21px;
	width: 690px;
}
.l_video{
	float: left;
	width: 889px;
}
.l_video h3{
	font-size: 24px;
	padding: 4px 0 12px;
}
.l_video h3 img{
	margin-right: 3px;
	margin-top: -3px;
}
.l_videoList li:not(.l_video_fir){
	margin-bottom: 9px;
}
.l_videoList li:not(.l_video_fir) a{
	display: block;
	font-size: 0;
	padding: 6px 0 6px 32px;
}
.l_videoList li:not(.l_video_fir) a font{
	display: inline-block;
	width: 33px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 6px;
	background: #E5EDF8;
	font-size: 16px;
	color: #0053B6;
	vertical-align: top;
	margin-right: 33px;
}
.l_videoList li:not(.l_video_fir) a span{
	display: inline-block;
	width: 560px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 20px;
	line-height: 28px;
}
.l_videoList li:not(.l_video_fir) a i{
	float: right;
	font-size: 20px;
	color: #999999;
	line-height: 28px;
	font-style: normal;
	margin-right: 40px;
}
.l_video_fir{
	background-color: #F7F7F7;
	line-height: 73px;
}
.l_video_fir a{
	float: left;
	margin: 23px 22px 0 19px;
	width: 57px;
	height: 28px;
	line-height: 26px;
	border-radius: 6px;
	border: 1px solid #0053B6;
	font-size: 16px;
	color: #0053B6;
	text-align: center;
}
.l_video_fir span{
	font-size: 28px;
}
.l_course{
	padding: 29px 0 25px;	
}
.l_course li{
	float: left;
	min-width: 150px;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	border-radius: 17.5px;
	background: #FFFFFF;
	text-align: center;
	font-size: 16px;
	color: #010101;
	margin-right: 30px;
	cursor: pointer;
}
.l_course li.active{
	background: #0053B6;
	color: #FFFFFF;
}
.l_course li:last-of-type{
	margin-right: 0;
}
/*中小企业大学结束*/
/*------------服务开始*/
/*政策服务*/
#loutinav{
	position: fixed;
	min-width: 98px;
	z-index: 999;
	right: 0;
	padding-left: 6px;
	top: 50%;
	transform: translate(0,-50%);
}
.l_floor_icon{
	content: '';
	position: absolute;
	width: 27px;
	padding: 14px 4px 10px;
	/* height: 106px; */
	/* background:url(../images/floor_icon.png) no-repeat center;
	background-size: 27px; */
	left: -27px;
	top: 0;
	cursor: pointer;
	background: -ms-linear-gradient(to bottom,#2550CA,#3E84DC);
	background: -webkit-linear-gradient(to bottom,#2550CA,#3E84DC);
	background: linear-gradient(to bottom,#2550CA,#3E84DC);
	color: #FFFFFF;
	font-size: 16px;
	border-radius: 6px;
	text-align: center;
}
.l_floor_icon img{
	margin-top: 3px;
}
#loutinav li{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	background: #3598D5;
	border-radius: 4px;
	margin-bottom: 5px;
	padding: 0 4px;
}
#loutinav li.active{
	background: -ms-linear-gradient(to bottom,#0054B6,#368AEE);
	background: -webkit-linear-gradient(to bottom,#0054B6,#368AEE);
	background: linear-gradient(to bottom,#0054B6,#368AEE);
}
#loutinav li a{
	color: #FFFFFF;	
	display: block;
}
.l_service_bg1{
	background:url(../images/l_service_bg1.jpg) no-repeat;
	background-size:cover;
}
.l_service_title{
	/* padding: 42px 0 18px; */
	/* padding: 22px 0 10px; */
	padding: 0 0 10px;
}
.l_service_title h2{
	text-align: center;
	font-size: 28px;
	line-height: 36px;
	position: relative;
}
.l_service_title h3{
	font-size: 40px;
	text-align: center;
	line-height: 40px;
	margin-top: -24px;
	opacity: .1;
}
.l_search{
	font-size: 0;
	position: relative;
	margin: 0 auto;
}
.l_search input{
	width: 1120px;
	height: 45px;
	line-height: 35px;
	padding: 5px 52px 5px 16px;
	font-size: 16px;
	border-radius: 22.5px;
}
.l_glass{
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	height: 45px;
	background: #FFFFFF url(../images/l_icon-glass.png) no-repeat center;
	background-size: 14px auto;
	border-radius: 22.5px;
	cursor: pointer;
	border: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #999;
  font-size: 16px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 16px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #999;
  font-size: 16px;
}   
.l_search{
	margin-bottom: 21px;
}
.l_search>a{
	display: inline-block;
	width: 140px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	border-radius: 22.5px;
	background: #FFFFFF;
	margin-left: 18px;
}
.l_search>a[disabled]{
	background-color: #DDDDDD;
	cursor: no-drop;
}
.l_search>a img{
	margin-top: -3px;
	margin-right: 3px;
}
.l_serviceList{
	/* float: left; */
	width: 780px;
	margin: 0 30px 25px 0;
	border-radius: 6px;
	background: #FFFFFF;
	overflow: hidden;
	position: relative;
}
.l_serviceList:nth-of-type(1),.l_serviceList:nth-of-type(3){
	margin-bottom: 0;
}
.l_serviceList:nth-of-type(n+2){
	margin-right: 0;
}
.l_serviceTop{
	background: #FAFBFC;
	padding-left: 18px;
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #E8E8E8;
}
.l_serviceTop>img{
	margin-top: -3px;
}
.l_service_tab{
	float: right;
	font-size: 0;
}
.l_service_tab ul{
	display: inline-block;
	vertical-align: middle;
}
.l_service_tab ul li{
	float: left;
	min-width: 70px;
	font-size: 16px;
	color: #999999;
	text-align: center;
	background: #FFFFFF;
	line-height: 32px;
	border: 1px solid #E8E8E8;
	margin-left: -1px;
	cursor: pointer;
	font-weight: normal;
	padding: 0 15px;
}
.l_service_tab ul li.active,.l_service_tab ul li:hover{
	background: #0053B6;
	color: #FFFFFF;
}
.l_service_tab a{
	display: inline-block;
	margin: 0 24px 0 30px;
	width: 21px;
}
.l_service_ul{
	/* padding-top: 21px; */
	padding-top: 10px;
	display: none;
	background: #FFFFFF;
	overflow: hidden;
	height: 215px;
}
.l_service_ul li{
	/* margin-bottom: 20px; */
	margin-bottom: 15px;
}
.l_service_ul a{
	display: flex;
	padding: 0 26px 0 22px;
	font-size: 0;
	align-items: center;
}
.l_service_ul a span{
	display: inline-block;
	width:425px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 26px;
	vertical-align: middle;
	flex: 1 1;
	margin-right: 20px;
}
.l_service_ul a font{
	float: right;
	line-height: 25px;
	font-size: 16px;
	color: #999999;
}
.l_width100{
	width: 100px;
}
/*资金服务*/
.l_service_bg2{
	background: url(../images/l_service_bg2.jpg) no-repeat;
	background-size:cover;
}
.l_search1{
	text-align: center;
	margin-bottom: 0;
	width: 1160px;
	position: relative;
}
/*---------2020-7-31  找资金新增样式开始*/
.l_search1 input{
	width: 100%;
	height: 36px;
}
.l_search1 .l_glass{
	width: 36px;
	height: 36px;
}
.l_funds_ul{
	width: 1160px;
	margin: 24px auto 0;
	border-bottom: 1px solid #999999;
	text-align: center;
	font-size: 0;
}
.l_funds_ul li{
	display: inline-block;
	margin: 0 140px -1px;
	font-size: 20px;
	width: 300px;
	padding-bottom: 10px;
	cursor: pointer;
}
.l_funds_ul li.active{
	border-bottom: 2px solid #0053B6;
}
.lx_wrapper{
	display: none;
}
.lx_moneyList{
	margin-top: 2%;
}
.lx_moneyList ul{
    width: 100%;
}
.lx_moneyList ul li{
    float: left;
    width: 15.625%;
    margin-right: 1.25%;
    padding-top: 2%;
    padding-bottom: 2.6%;
    border-radius: 8px;
    background: #fff url(../images/lx_libg.png) no-repeat;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.lx_moneyList ul li:last-child{
    margin-right: 0;
}
.lx_moneyList li>a{
    display: block;
    cursor: pointer;
    text-align: center;
}
.lx_mlistTop{
    width: 120px;
    margin: 0 auto;
    border-bottom: 1px solid #d8d8d8;
}
.lx_mlistTop>img{
    max-width: 75px;
    max-height: 75px;
}
.lx_mlistTop>p{
    font-size: 20px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: bold;
}
.lx_mlistBottom>span{
    font-size: 18px;
    color: #666;
    display: block;
    text-align: center;
}
.lx_mlistBottom>span:first-child{
    margin-top: 35px;
    margin-bottom: 40px;
}
.lx_mlistBottom>img{
    max-width: 101px;
    max-height: 27px;
    margin-top: 80px;
}
.lx_code{
    text-align: center;
    font-size: 0;
    margin-top: 1%;
}
.lx_code>img{
    max-width: 67px;
    max-height: 67px;
}
.lx_code>div{
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}
.lx_code>div>span{
    font-size: 14px;
    display: block;
    color: #666;
    line-height: 22px;
    text-align: left;
}
/*---------2020-7-31  找资金新增样式结束*/
.l_finace_ul{
	/* padding: 23px 0 27px; */
	padding: 15px 0;
	font-size: 0;
	text-align: center;
	position: relative;
}
.l_finace_ul li{
	display: inline-block;
	width: 200px;
	height: 35px;
	line-height: 35px;
	border-radius: 17.5px;
	text-align: center;
	font-size: 20px;
	color: #333;
	background: #FFFFFF;
	margin-right: 31px;
	cursor: pointer;
}
.l_finace_ul li:last-of-type{
	margin-right: 0;
}
.l_finace_ul li.active,.l_finace_ul li:hover{
	background: #0053B6;
	color: #FFFFFF;
}
.l_a_bg1{
	background: #0053B6;
	color: #FFFFFF;
}
.l_finace_item{
	/* display: none; */
	min-height: 500px;
}
.l_finace_dot{
	float: right;
	font-size: 0;
}
.l_finace_dot li{
	display: inline-block;
	width: 13px;
	height: 13px;
	border: 1px solid #0153B7;
	background: none;
	margin-left: 15px;
	border-radius: 50%;
	cursor: pointer;
}
.l_finace_dot li.active{
	background: #0153B7;
}
.l_finace_tab{
	display: none;
}
.l_funds_slider .bx-wrapper .bx-viewport{
	background: none;
}
.l_opacity{
	opacity: 0;
}
.l_search3{
	position: relative;
	display: inline-block;
}

/*资金服务结束*/
/*活动服务开始*/
.l_service_bg3{
	background: url(../images/l_service_bg3.jpg) no-repeat;
	background-size:cover;
}
.l_activity1{
	float: left;
	width: 505px;
	margin-right: 26px;
	border-radius: 6px;
	overflow: hidden;
}
.l_activity_tit{
	line-height: 54px;
	border-bottom: 1px solid #E8E8E8;
	background: #FAFBFC;
	padding: 0 19px;
	font-size: 20px;
}
.l_activity_tit>img {
	margin-top: -3px;
	margin-right: 3px;
}
.l_activity_tit a{
	float: right;
}
.l_bxouter{
	height: 288px;
	padding: 15px 15px 17px;
	background: #FFFFFF;
	overflow: hidden;
	position: relative;
}
.l_bxouter .bx-wrapper .bx-viewport{
	border: 1px solid #E8E8E8;
	left: 0;
	border-radius: 4px;
	overflow: hidden;
}
.l_bxouter .bx-wrapper .bx-controls-direction a{
	width: 28px;
	height: 47px;
	margin-top: -23px;
}
.l_bxouter .bx-wrapper .bx-prev{
	left: 0;
	background: url(../images/l_icon-left.png);
}
.l_bxouter .bx-wrapper .bx-next{
	right: 0;
	background: url(../images/l_icon-right.png);
}
.l_bxouter .bx-wrapper .bx-pager{
	text-align: right;
	font-size: 0;
	bottom: -13px;
}
.l_bxouter .bx-wrapper .bx-pager.bx-default-pager a{
	width: 8px;
	height: 8px;
	background: #D8D8D8;
	margin: 0 3.5px;
}
.l_bxouter .bx-wrapper .bx-pager.bx-default-pager a:hover,
.l_bxouter .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #0153B7;
}
.l_bxdetail{
	position: absolute;
	height: 88px;
	width: 100%;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	padding: 10px;
	opacity: 0;
}
.l_bxdetail p{
	padding-bottom: 10px;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.l_bxdetail span{
	display: inline-block;
	font-size: 16px;
	color: #FFFFFF;
	margin-right: 16px;
	line-height: 27px;
}
.l_bxdetail span img{
	display: inline-block;
	margin-top: -3px;
	margin-right: 3px;
}
.l_bxdetail a{
	float: right;
	width: 98px;
	line-height: 27px;
	border: 1px solid #FFFFFF;
	border-radius: 14.5px;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
}
.slide7 img{
	max-height: 255px;
	line-height: 255px;
	overflow: hidden;
	margin: 0 auto;
}
.l_activity2{
	float: left;
	width: 1055px;
	border-radius: 6px;
	overflow: hidden;
}
.l_list_ul2{
	padding: 8px 0 9px 17px;
	background: #FFFFFF;
}
.l_list_ul2 li{
	float: left;
	width: 508px;
	border-bottom: 1px solid #E8E8E8;
	padding-right: 34px;
	padding: 8px 34px 8px 0;
}
.l_list_ul2 li:nth-of-type(3),
.l_list_ul2 li:nth-of-type(4){
	border-bottom: none;
}
.l_list_ul2 li img{
	float: left;
	width: 211px;
	margin-right: 16px;
	height: 119px;
}
.l_list_ul2 li h3{
	font-size: 16px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 8px 0 12px;
}
.l_list_ul2 li p{
	font-size: 16px;
	color: #999999;
}
.l_list_ul2 li p a{
	color: #0053B6;
}
.l_activity3{
	float: left;
	width: 779px;
	border-radius: 6px;
	overflow: hidden;
	margin: 24px 27px 0 0;
	padding-bottom: 13px;
	background-color: #FFFFFF;
}
.l_activity3:last-of-type{
	margin-right: 0;
}

.l_code {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 250px;
    margin: auto;
    background: rgba(0,0,0,.4);
    z-index: 2000;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 20px;
	color: #FFFFFF;
}
.l_code img{
	width: 200px;
	height: 200px;
}

.l_toadmin{
	display: none;
}
.l_toadmin span img{
	width: 16px;
	margin-left: 6px;
}
.l_toadmin{
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.l_toadmin ul{
	position: absolute;
	top: 49px;
	right: 0;
	background: #FFFFFF;
	min-width: 140px;
	border-radius: 6px;
	display: none;
	z-index: 9999;
}
.l_toadmin ul li{
	padding: 0 4px;
}
.l_toadmin ul li a{
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 10px;
	color: #333333;
	font-size: 16px;
	border-bottom: 1px dashed #e8e8e8;
	white-space: nowrap;
}
.l_toadmin ul li:last-of-type a{
	border-bottom: none;
}
/*活动服务结束*/
/*-----------------------服务结束*/
/*平台服务开始*/
.l_service_bg5{
	background: url(../images/l_service_bg4.jpg) no-repeat;
	background-size:cover;
}
.l_width1588{
	width: 1588px;
	background-color: #FFFFFF;
	border-radius: 6px;
	padding: 33px 0 24px;
	margin: 0 auto;
}
#map{
	width: 735px;
	height: 595px;
	float: left;
	overflow: hidden;
	border-radius: 6px;
	margin-left: 56px;
}
.l_map_right{
	float: left;
	margin-left: 44px;
}
.l_map_ul{
	border-bottom: 1px solid #E8E8E8;
	min-width: 605px;
}
.l_map_ul li{
	float: left;
	padding: 0 22px;
	line-height: 43px;
	font-size: 20px;
	position: relative;
	padding-bottom: 5px;
	cursor: pointer;
}
.l_map_ul li.active{
	border-bottom: 3px solid #0053B6;
	font-weight: bold;
    color: #0053b6;
}
.l_map_ul li.active::after{
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	bottom: -11px;
	left: 0;
	right: 0;
	margin: auto;
	border-left: 4.5px solid transparent;
	border-right: 4.5px solid transparent;
	border-top: 8px solid #0053B6;
}
.l_map_coordinate{
	width: 610px;
	padding-top: 22px;
	display: none;
}
.l_map_coordinate span{
	float: left;
	width: 294px;
	height: 65px;
	line-height: 65px;
	border-radius: 6px;
	margin: 0 19px 16px 0;
	font-size: 20px;
	color: #FFFFFF;
	padding-left: 29px;
	cursor: pointer;
}
.l_map_coordinate span b{
	float: right;
	min-width: 63px;
	height: 34px;
	line-height: 34px;
	border-radius: 17px;
	font-size: 20px;
	background: #FFFFFF;
	text-align: center;
	margin-top: 15px;
	margin-right: 18px;
}
.l_map_coordinate span:nth-of-type(2n){
	margin-right: 0;
}
.l_map_coordinate span:nth-of-type(4n+1){
	background: #2FA4E7;
}
.l_map_coordinate span:nth-of-type(4n+1) b{
	color: #2FA4E7;
}
.l_map_coordinate span:nth-of-type(4n+2){
	background: #51C690;
}
.l_map_coordinate span:nth-of-type(4n+2) b{
	color: #51C690;
}
.l_map_coordinate span:nth-of-type(4n+3){
	background: #3DBDC9;
}
.l_map_coordinate span:nth-of-type(4n+3) b{
	color: #3DBDC9;
}
.l_map_coordinate span:nth-of-type(4n+4){
	background: #0070B0;
}
.l_map_coordinate span:nth-of-type(4n+4) b{
	color: #0070B0;
}
.l_company_name{
	/* background: #2FA4E7; */
	font-size: 16px;
}
.l_company_desc{
	color: #999999;
	font-size: 12px;
	margin-top: 6px;
}
.l_company_desc a{
	color: #3598D5;
}
.l_map_list{
	height: 506px;
	overflow: auto;
}
.l_map_list li{
	float: left;
	width: 50%;
	font-size: 16px;
	line-height: 26px;
	cursor: pointer;
}
.l_map_list li:before{
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #3598D5;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 6px;
}
.l_map_list1 li{
	float: left;
	width: 50%;
	padding: 0 10px 20px 0;
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 16px;
}
.l_map_list1 li img{
	width: 38px;
	height: 38px;
	margin-right: 10px;
}
/*平台服务结束*/
/*搜索页面开始*/
.l_search2{
	display: inline-block;
	position: relative;
	margin-right: 41px;
}
.l_search2 img{
	position: absolute;
	right: 19px;
	top: 0;
	bottom: 0;
	margin: auto;
}
/*搜索页面结束*/



/* -----------刘萱编写----------- */
/* 创业创新开始 */
.lx_innovateBg{
	background: url(../images/lx_innovate.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
}
.lx_innovate {
   /* padding-top: 50px; */
   position: relative;
}
.lx_innovate .lx_innoContent{
	position: absolute;
	display: block;
	opacity: 0;
} 
.lx_innovate>h2{
	color: #010101;
	font-size: 28px;
	text-align: center;
	margin-bottom: 40px;
}
.lx_innoTab{
	text-align: center;
	font-size: 0;
}
.lx_innoTab>a{
	display: inline-block;
	width: 206px;
	/* height: 40px; */
	height: 36px;
	border-bottom: 3px solid #fff;
	color: #999;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	vertical-align: bottom;
}
.lx_innoTab .active{
	font-size: 20px;
	font-weight: bold;
	color: #0053b6;
	border-bottom: 3px solid #0053b6;
}
.lx_innoContent{
	/* margin-top: 30px; */
	margin-top: 20px;
	display: none;
}
.lx_innoTop{
	margin-bottom: 20px;
}
.lx_innoTopLeft{
	width: 41%;
	/* padding-bottom: 40px; */
	padding-bottom: 20px;
	margin-right: 1.5%;
	border-radius: 5px;
	/* background: url(../images/lx_innotop.png) no-repeat; */
	background: url(../images/lx_innotop.jpg) no-repeat;
	background-size: 100% 100%;
	/* padding-top:66px; */
	/* padding-top: 56px;
	padding-left: 98px;
	padding-right: 91px;
	text-align: center; */
	height: 262px;
}
.lx_innoTopLeft>h1{
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	opacity: 0;
}
.lx_innoTopLeft>a{
	width: 136px;
	height: 44px;
	background-color: #fff;
	color: #000034;
	font-size: 20px;
	text-align: center;
	line-height: 44px;
	display: inline-block;
	border-radius: 5px;
	margin-top: 42px;
	opacity: 0;
}
.lx_notice{
	width: 57.5%;
    background-color: #fff;
	border-radius: 5px;
}
.lx_noticeHeader{
	background-color: #fafbfc;
	/* height: 56px;
	line-height: 56px; */
	height: 50px;
	line-height: 50px;
	padding:0 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 1px solid #e8e8e8;
	position: relative;
}
.lx_noticeHeader font{
	font-size: 20px;
	color: #999;
	cursor: pointer;
}
.lx_noticeHeader .active{
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.lx_noticeHeader span{
	background-color: #999;
    height: 20px;
	width: 1px;
	vertical-align: middle;
    display: inline-block;
    margin-left: 15px;
	margin-right: 15px;
	margin-top: -2px;
}
.lx_noticeContent{
	/* padding: 21px 20px 0 20px; */
	padding: 17px 20px 0 20px;
	display: none;
	overflow: hidden;
    height: 212px;
}
.lx_noticeContent li{
	/* margin-bottom: 22px; */
	margin-bottom: 18px;
	font-size: 0;
}
.lx_noticeContent a{
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.lx_noticeContent a>span{
	font-size: 16px;
	color: #333;
	width: 614px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.lx_noticeContent a>font{
	font-size: 16px;
	color: #999;
	float: right;
}
.lx_exposition{
	width: 64%;
	background-color: #fff;
	border-radius: 5px;
}
.lx_expHeader{
	background-color: #fafbfc;
	padding-left: 15px;
	padding-right: 35px;
	/* height: 60px; */
	height: 50px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	/* line-height: 61px; */
	line-height: 51px;
	border-bottom: 1px solid #e8e8e8;
}
.lx_expHeader>img{
	margin-top: -6px;
}
.lx_expHeader>font{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin-left: 15px;
}
.lx_matchNotice>a{
	font-size: 20px;
	color: #999;
	cursor: pointer;
}
.lx_matchNotice .active{
	font-size: 20px;
    font-weight: bold;
	color: #333;
}
.lx_matchNotice span{
	background-color: #333;
    height: 18px;
	width: 1px;
	vertical-align: middle;
    display: inline-block;
    margin-left: 15px;
	margin-right: 15px;
	margin-top: -2px;
}
.lx_expContent{
	padding: 15px 15px 0 15px;
	display: none;
	height: 261px;
	overflow: hidden;
	width: 100%;
}
.lx_expContent li{
	float: left;
	width: 31%;
	background-color: #f9f9f9;
	margin-bottom:15px;
	margin-right: 3.5%;
}
.lx_expContent li:nth-child(3n){
	margin-right: 0;
}
.lx_expContent a{
	display: inline-block;
	padding: 14px 20px 14px 20px;
	cursor: pointer;
}
.lx_expContent a>span{
	font-size: 16px;
	color: #333;
	line-height: 28px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.lx_expContent a>font{
	font-size: 14px;
	color: #999;
	display: block;
	text-align: right;
}
.lx_pics{
	margin-left: 1.5%;
	width: 34.5%;
	position: relative;
	height: 311px;
	overflow: hidden;
}
.lx_pics>a{
	width: 100%;
	display: block;
	cursor: pointer;
	height: 145px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	line-height: 145px;
	color: #fff;
}
.lx_pics>a:nth-child(1){
	position: absolute;
	top: 0;
	left: 0;
	/* background: url(../images/lx_shuangchuang.png) no-repeat; */
	background: url(../images/lx_shuangchuang.jpeg) no-repeat;
	background-size: 100% 100%;
}
.lx_pics>a:nth-child(2){
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/lx_apec.png) no-repeat;
	background-size: 100% 100%;
}
/* 创业创新结束 */


/* 小企业大学开始 */
.lx_college{
	opacity: 0;
}
.lx_college>ul{
	/* display: none; */
}
.lx_college li{
	float: left;
	width: 18.8%;
	margin-right: 1.5%;
	margin-bottom: 20px;
	border-radius: 5px;
	background-color: #fff;
}
.lx_college li:nth-child(5n){
	margin-right: 0;
}
.lx_college li>a{
	display: block;
	cursor: pointer;
}
.lx_college li>a>img{
	display: block;
	max-width: 100%;
	height:163px;
	margin: 0 auto;
}
.lx_vedioContent{
	padding: 10px 10px;
}
.lx_vedioContent>span{
	padding-left: 20px;
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 28px;
	position: relative;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.lx_vedioContent>span>img{
	position: absolute;
	top: 7px;
    left: 0px;
}
.lx_vedioContent>span>font{
	color: #999;
}
.lx_vedioContent>font{
	display: inline-block;
	font-size: 16px;
	color: #999;
	line-height: 28px;
	text-align: right;
	margin-top: 5px;
	width: 48%;
}
.lx_vedioContent>font:nth-of-type(1){
	text-align: left;
}
.lx_collegeMore{
	text-align: right;
}
/* .lx_collegeMore>a{
	display: inline-block;
	margin-right: 12px;
} */
.lx_collegeMore>a.l_more img{
	margin-top: -3px;
	margin-left: 12px;
}
.lx_collegeMore>a.l_more{
	width: 95px;
	height: 36px;
	display: inline-block;
	text-align: center;
	line-height: 36px;
	border-radius: 20px;
	background-color: #fff;
}
.lx_collegeMore>span img{
	margin-left: 5px;
	margin-top: -3px;
}
/* 小企业大学结束 */
/* 产业研究开始 */
.lx_indusrty>div{
	width: 49.25%;
	margin-right: 1.5%;
	float: left;
	border-radius: 5px;
	/* margin-bottom: 25px; */
	margin-bottom: 15px;
}
.lx_indusrty>div:nth-child(2n){
	margin-right: 0;
}
.lx_industryHeader{
	padding: 0 15px;
	height: 54px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	line-height: 54px;
	background-color: #fafbfc;
}
.lx_industryHeader>span{
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.lx_industryHeader>img{
	margin-right: 3px;
    margin-top: -6px;
}
.lx_inDynamic>ul{
	background-color: #fff;
	/* padding: 20px 19px 0 19px; */
	padding: 15px 19px 10px 19px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.lx_inDynamic>ul>li{
	/* line-height: 34.59px; */
}
.lx_inDynamic li>a{
	display: block;
	cursor: pointer;
}
.lx_inDynamic li span{
	 font-size: 16px;
	 color: #333;
	 display: inline-block;
	 width: 392px;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 white-space: nowrap;
	 line-height: 36px;
}
.lx_inDynamic li font{
	color: #999;
	font-size: 16px;
}
.lx_inObserve>ul{
	/* padding: 20px 23px 1px 23px; */
	padding: 10px 23px 1px 23px;
	background-color: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.lx_inObserve li{
	margin-bottom: 10px;
}
.lx_inObserve li img{
	vertical-align: top;
	width: 177px;
	float: left;
	margin-left: 3.5%;
}
.lx_internet{
	/* display: inline-block;
	width: 71%; */
}
.lx_internet>h2{
	font-size: 18px;
	color: #333;
	margin-bottom: 7px;
	line-height: 34.59px;
}
.lx_internet>span{
	font-size: 14.57px;
	color: #999;
	line-height: 28px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.lx_internet>span>font{
	color: #0053b6;
}
.lx_reportPics{
	/* padding: 23px 20px 28px 20px; */
	padding: 15px 20px 28px 20px;
	background-color: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 0;
	height: 244px;
	overflow: hidden;
}
.lx_reportPics>a{
	display: inline-block;
	border: 1px solid #e8e8e8;
	margin-right: 2.5%;
    width: 18%;
}
.lx_reportPics>a:last-child{
	margin-right: 0;
}
.lx_reportPics img{
	width: 100%;
}
.lx_inData ul{
	padding: 0 20px;
	padding-bottom: 7px;
	padding-top: 14px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #fff;
	height: 243px;
	overflow: hidden;
}
.lx_inData li{
	/* margin-bottom: 12px; */
	margin-bottom: 9px;
}
.lx_inData li a{
	display: block;
	cursor: pointer;
}
.lx_inData a>font{
	display: inline-block;
	width: 12%;
	text-align: right;
	color:#bc0000;
	font-size: 16px;
	padding-left: 10px;
	line-height: 34.59px;
}
.lx_inData a>span{
	display: inline-block;
	width: 80%;
	font-size: 16px;
	color: #333;
	line-height: 34.59px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}
.lx_inData a>i{
	font-style: normal;
	color: #e8e8e8;
	margin-left: 10px;
	margin-right: 10px;
}
/* 产业研究结束 */

/* 知识产权开始 */
.lx_productTop{
	margin-bottom: 38px;
}
.lx_productTop>div{
	width: 49.25%;
	float: left;
	margin-right: 1.5%;
}
.lx_productTop>div:nth-child(2n){
	margin-right: 0;
}
.lx_proContent{
	padding: 15px 22px 20px 22px;
	background-color: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.lx_proContent>img{
	width: 290px;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}
.lx_case{
	/* width: 54%; */
    /* margin-left: 2%; */
	/* display: inline-block; */
}
.lx_case li>a{
	display: block;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 36px;
}
.lx_productBottom{
	width: 100%;
}
.lx_margin{
	/* padding-top: 37px;
	padding-bottom: 48px; */
	padding-top: 28px;
	padding-bottom: 28px;
	background-color: #fff;
	height: 241px;
}
.bx-wrapper{
	max-width: 100% !important;
}
.lx_descripion{
	padding:13px 5px;
}
.lx_descripion>span{
	color:#333;
	font-size: 16px;
}
.lx_descripion>font{
	color:#c0002d;
	font-size: 16px;
}
/* 知识产权结束 */
/* 搜索开始 */
.lx_centerS {
  width: 100%;
  background-color: #fff;
  /* padding-top: 20px; */
  padding: 131px 0 68px;
}
.lx_searchthing {
  /* height: 45px;
    line-height: 45px; */
	position: relative;
}
.lx_input {
  width: 659px;
  height: 45px;
  border: 1px solid #0768db;
  border-radius: 30px;
  padding-left: 25px;
  font-size: 16px;
  color: #333;
  /* background: url(../images/lx_searchc.png) no-repeat; */
  background-position: 625px;
  padding-right: 100px;
  /* margin-right: 41px; */
}
input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
  font-size: 16px;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 16px;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 16px;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
  font-size: 16px;
}
input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999;
  font-size: 16px;
}
.lx_checkboxs {
  display: inline-block;
}
.lx_checkboxs label {
  margin-right: 45px;
}
.lx_checkboxs input {
  margin-right: 12px;
}
.lx_searchList {
  margin-top: 17px;
  position: relative;
}
.lx_searchList li {
  border-bottom: 1px dashed #d0d0d0;
  /* height: 55px; */
  line-height: 55px;
}
.lx_searchList li > span {
  font-size: 16px;
  color: #333;
  margin-right: 17px;
  padding-left: 6px;
}
.lx_condition {
  display: inline-block;
  width: calc(100% - 140px);
  vertical-align: top;
  position: relative;
  padding-right: 30px;
  height: 55px;
  overflow: hidden;
}
.lx_condition > a {
  font-size: 16px;
  color: #2d6ab2;
  cursor: pointer;
  margin-right: 33px;
  display: inline-block;
}
.lx_condition .active {
  color: red;
}
.lx_textList li {
  border-bottom: 1px solid #e9e9e9;
  padding: 30px 3px;
}
.lx_textList a {
  display: block;
}
.lx_textList h4 {
  font-size: 16px;
  color: #000;
  font-weight: normal;
}
.lx_textList p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.lx_textList span,
.lx_textList span > i {
  font-size: 14px;
  color: #666;
  font-style: normal;
}
.lx_textList span {
  margin-right: 135px;
}
.lx_textList span > i {
  padding-left: 10px;
}
.lx_textList span > img {
  margin-top: -4px;
}
.lx_page {
  height: 108px;
  line-height: 108px;
  text-align: center;
  position: relative;
}
.lx_page > a {
  display: inline-block;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  background-color: #fff;
  color: #666;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.lx_page > span {
  color: #666;
  font-size: 14px;
  margin-right: 10px;
}
.lx_page .active {
  background-color: #1970de;
  color: #fff;
}
/* 搜索结束 */
/*-------刘萱编写结束*/
.lx_center,.l_service_bg4{
	background: url(../images/lx_innovate.png) no-repeat;
    background-size:cover;
}

.section{
	padding:111px 0 62px;
}
/* .fp-tableCell{
	position: relative;
	height: 100% !important;
} */
.l_middle{
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.l_slide2_img{
	width: 262px;
	height: 138px;
	line-height: 138px;
	background: #F3F3F3;
	text-align: center;
}
.slide2 img{
	display: inline-block;
	max-height: 90%;
	max-width: 90%;
}

/*-------2020-4-29 lmx */
/*小企业大学*/
.l_service_bg6{
	background: url(../images/l_service_bg5.jpg) no-repeat;
    background-size:cover;
}
/*创业创新*/
.l_service_bg7{
	background: url(../images/l_service_bg6.png) no-repeat;
    background-size:cover;
}
.l_serviceTop_center{
	padding: 0;
	text-align: center;
}
.l_label_div{
	height: 49px;
	overflow: hidden;
	position: relative;
}
.l_service_hot{
	background-color: #FAFBFC;
	padding: 0 50px 0 20px;
	position: absolute;
	overflow: hidden;
	top:0;
	left: 0;
	right: 0;
}
.l_service_hot li{
	float: left;
	min-width: 150px;
	padding: 0 10px;
	border: 1px solid #E8E8E8;
	border-radius: 16px;
	line-height: 31px;
	text-align: center;
	background: #FFFFFF;
	color: #999999;
	font-size: 16px;
	margin: 8px 20px 8px 0;
	cursor: pointer;
}
.l_service_hot li.active,.l_service_hot li:hover{
	background: #0053B6;
	color: #FFFFFF;
}
.l_fold{
	position: absolute;
	right: 21px;
	top: 12px;
	cursor: pointer;
}
.l_service_ul1{
	/* padding-top: 64px; */
	height: 467px;
	overflow: hidden;
}
.l_service_ul li i{
	display: inline-block;
	font-style: normal;
	color: #0053B6;
	min-width: 46px;
	line-height: 20px;
	border: 1px solid #0053B6;
	border-radius: 4px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	margin-right: 10px;
	padding: 0 4px;
}
.l_service_ul1 a{
	padding: 0 20px;
}
.l_service_ul1 a span{
	width: 520px;
}

/*新闻列表限高*/
.lx_inObserve>ul,.lx_inDynamic>ul{
	height: 225px;
	overflow: hidden;
}
.lx_case ul{
	height: 185px;
	overflow: hidden;
}

/*找政策  搜索条件箭头*/
.l_condition_fold{
	display: none;
	position: absolute;
	top: 20px;
	right: 0;
	cursor: pointer;
}

/*资金服务 推荐产品 6-10 margin-bottom:0*/
.l_finace_item .l_produ:nth-of-type(n+6){
	margin-bottom: 0;
}
.l_funds_slider .bx-wrapper .bx-pager{
	width: auto;
	right: 0;
	bottom: -21px;
}
.l_funds_slider .bx-pager.bx-default-pager a{
	display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid #0153B7;
    background: none;
    margin:0 0 0 15px;
    border-radius: 50%;
    cursor: pointer;
}
.l_funds_slider .bx-pager.bx-default-pager a.active,.l_funds_slider .bx-pager.bx-default-pager a:hover{
    background: #0153B7;	
}
/*------新闻列表详情页搜索*/
.l_search4{
	border-radius: 22.5px;
    border: 1px solid #e8e8e8;
	width: 100%;
}
.l_search4 input{
	width: 100%;
}

/*关于我们  详情页*/
.l_aboutUs{
	background:url(../images/aboutus.png) no-repeat right;
	background-size: cover;
	height: 100%;
	/* position: relative; */
	position: fixed;
	width: 100%;
	top: 0;
	z-index: -1;
}
.l_aboutUs_cont{
	width: 50%;
	/* width: 887px; */
	/* position: absolute;
	top: 50%;
	transform: translate(0, -70%); */
}
.l_aboutUs_cont img{
	max-width: 100% !important;
}
.l_white_bg{
	background: -webkit-linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,0),rgba(255,255,255,0));
	background: -ms-linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,0),rgba(255,255,255,0));
	background: linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,0),rgba(255,255,255,0));
	
}
.l_footer_title{
	font-size: 0;
	/* text-align: center; */
	padding: 30px 0 10px;
}
.l_p1{
	/* height: 58px;
	line-height: 58px; */
	/* font-size: 40px; */
	font-size: 28px;
	font-weight: bold;
	line-height: 48px;
	height: 48px;
}
.l_span2{
	display: inline-block;
	/* font-size: 23px;
	padding: 0 15px; */
	/* line-height: 38px;
	height: 38px; */
	position: relative;
	font-size: 20px;
	color: #999999;
	line-height: 28px;
	height: 28px;
}
/* .l_span2:before{
	position: absolute;
	content: '';
	width: 52px;
	height: 3px;
	background: #0053B6;
	top: 0;
	bottom: 0;
	left: -52px;
	margin: auto;
}
.l_span2:after{
	position: absolute;
	content: '';
	width: 52px;
	height: 3px;
	background: #0053B6;
	top: 0;
	bottom: 0;
	right: -52px;
	margin: auto;
} */
/*免责声明 详情页*/
.l_statement{
	background: url(../images/statement.jpg) no-repeat center;
	background-size: cover;
	height: 100%;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: -1;
}
.l_statement_cont{
	width: 1050px;
	margin: 0 auto;
	/* position: absolute;
	top: 50%;
	transform: translate(0 ,-70%);
	left: 0;
	right: 0;
	margin: auto; */
}
/*新闻列表页 附件*/
.l_filesDiv{
	display: flex;
}
.l_files{
	flex: 1 1;
}
.l_files a{
	display: block;
	font-size: 16px;
	color: #0070c0;
	margin-bottom: 4px;
}
.l_newsCont ul,.l_newsCont li{
	list-style-type: disc;
}
.slider4{
	position: absolute;
	opacity: 0;
}
.l_loadTip{
	font-size: 14px;
	color: #999999;
	text-align: center;
}
#div1{
	min-width: 1600px;
}
.bg1{
	background: #CFE7FA;
}
/*分享样式*/
.l_newsTime span img{
	width: 25px;
	margin-top: -3px;
}
.l_shareDiv{
	display: none;
	position: absolute;
	border: 2px solid #E8E8E8;
	border-radius: 4px;
	box-shadow: 0 0 6px #E8E8E8;
	width: 170px;
	left: 50%;
	transform: translate(-50%,0);
	padding:14px 20px;
	background: #FFFFFF;
}
.border {
    width: 0;
    height: 0;
    border-style:solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent #E8E8E8;
    position: absolute !important;
	top: -10px;
	left: 0;
	right: 0;
	margin: auto !important;
}
.border:after {
    content: '';
    border-style: solid;
    border-width: 0 7px 7px;
    border-color: transparent transparent #ffffff;
    position: absolute;
    top: 3px;
    left: 50%;
    transform: translate(-50%,0);
}
.l_shareDiv font,.l_shareDiv a{
	display: block;
	text-align: left;
	line-height: 28px;
	color: #666666;
}
.l_shareDiv font img,.l_shareDiv a img{
	width: 20px;
	margin-right: 8px;
}
#qrcode img{
	width: 100%;
	margin-top: 2px;
}
#tip{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 10px 20px;
	border: 2px solid #E8E8E8;
	box-shadow: 0 0 8px #E8E8E8;
	border-radius: 4px;
	color: #666666;
	background: #FFFFFF;
	z-index: 100;
}
#tip img{
	margin-top: -3px;
}
.l_share{
	cursor: pointer;
}
/*详情页手机端*/
.l_phone_detail{
	padding: .32rem;
}
.l_phone_detail h3{
	color: #2d1f16;
	font-size: .4rem;
	text-align: center;
	margin-bottom: .2rem;
}
.l_phone_newsTime span{
	display: block;
	font-size: .28rem;
	color: #666666;
	text-align: center;
}
.l_phone_newsCont{
	font-size: .32rem;
	color: #666666;
	padding-top: .2rem;
}
.l_phone_newsCont img{
	max-width: 100% !important;
}
.l_phone_linkNews{
	padding: 0 10px;
}
.l_phone_linkNews ul li a{
	line-height: 22px;
	margin-bottom: 10px;
}
.l_phone_linkNews ul li a:before{
	top: 9px;
}
.l_phone_footer{
	margin-top: .2rem;
	border-top: 1px solid #E8E8E8;
	text-align: center;
	font-size: 0;
}
.l_phone_footer p{
	line-height: .7rem;
	font-size: .28rem;
	color: #666666;
}
.l_phone_footer img{
	width: 1.6rem;
	margin: 0 .2rem;
}
.l_fixpadding{
	padding: 111px 0 62px;
}
.lx_page > a.l_disable{
	background: #ddd;
    cursor: not-allowed;
}
/*首页正平滑动  高度强制*/
.tableCell{
	height: 100% !important;
	display: block;
	position: relative;
}


/*专精特新*/
.l_width1200{
	width: 1200px;
	margin: 0 auto;
}
.l_newslist1{
	width: 590px;
	float: left;
	margin-right: 20px;
	padding-top: 40px;
}
.l_newslist1:last-child{
	margin-right: 0;
}
.lx_newOrgan{
	position: relative;
	height: 196px;
	padding-top: 42px;
	text-align: center;
	z-index: 10;
}
.lx_newBg{
	background:rgba(6,93,190,1);
	opacity:0.8;
	height: 100%;
	width: 100%;
	position: absolute;
	border-radius: 10px;
	top: 0;
	left: 0;
	display: none;
}
.lx_newBg>a{
	display: block;
	width: 75px;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
}
.lx_newBg>a>img{
	height: 75px;
}
.lx_newBg>a>span{
	display: block;
	font-size:16px;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:22px;
}
.lx_newOrgan:hover .lx_newBg{
	display: block;
}
.lx_newOrgan>img{
	position: absolute;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.lx_newOrgan>h3{
	font-size:28px;
	font-weight:400;
    color:#FFFFFF;
	line-height:40px;
}
.lx_newOrgan>a{
	font-size:18px;
	color:#065DBE;
	background-color: #FFFFFF;
	width: 120px;
	height: 32px;
	line-height:32px;
	display: block;
	margin: 21px auto 0;
	border-radius: 15px;
	text-align: center;
	
}
.lx_newOrgan p{
	line-height: 28px;
	color: #FFFFFF;
	font-size: 14px;
}
.lx_newbottom{
	margin-bottom: 16px;
	/* font-size:14px;
	color: #FFFFFF; */
}
.l_newsul1 li{
	display: flex;
	align-items: center;
	white-space: nowrap;
	padding: 11px 0 10px;
	border-bottom: 1px solid #D8D8D8;
	position: relative;
}
.l_newsul1 li i{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #3597D5;
}
.l_newsul1 li font{
	color: #3597D5;
	padding: 0 10px 0 4px;
	font-size: 16px;
}
.l_newsul1 li a{
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 50px;
	font-size: 14px;
	width: 452px;
}
.l_newsul1 li a:hover{
	color: #FFFFFF;
}
.l_newsul1 span{
	color: #999999;
	font-size: 12px;
	position: absolute;
	right: 0;
	opacity: .5;
}
.l_newsul1 li:hover{
	background: #065DBE;
	color: #FFFFFF;
}
.l_newsul1 li:hover font{
	color: #FFFFFF;
}
.l_newsul1 li:hover a{
	color: #FFFFFF;
}
.l_newsul1 li:hover i{
	background: #FFFFFF;
}
.l_zjtxbg1{
	background: url(../images/zjtx_bg1.png) no-repeat center;
}
.l_zjtxbg2{
	background: url(../images/zjtx_bg2.png) no-repeat center;
}
.l_zjtxbg3{
	background: url(../images/zjtx_bg3.png) no-repeat center;
}
.l_slider3_outer{
	width: 1200px;
	margin: 0 auto;
	padding: 0 200px 50px;
}
.lx_newOuter{
	padding: 30px 64px 50px 64px;
}
.l_slider3_outer .bx-wrapper .bx-viewport{
	background: none;
}
.l_slider3_outer .bx-wrapper .bx-prev{
	left: -67px;
}
.l_slider3_outer .bx-wrapper .bx-next{
	right: -67px;
}
.slide3{
	overflow: hidden;
	background: none;
}
.l_transBor{
	height:396px;
	background:#FFFFFF;
	border-radius:8px;
	padding: 0;
	margin:10px 10px 0;
	overflow: hidden;
}
.l_transBor:hover{
	transform: translateY(-3px) scale(1.02,1.02);
	transition: all 1s;
}
.l_slider3_outer .bx-wrapper .bx-controls-direction a{
	width: 62px;
	height: 62px;
	margin-top: -31px;
	opacity: 0.7;
}
.l_slider3_outer .bx-wrapper .bx-prev{
	background: url(../images/left.png) no-repeat center;
	background-size: auto 60px;
}
.l_slider3_outer .bx-wrapper .bx-next{
	background: url(../images/right.png) no-repeat center;
	background-size: auto 60px;	
}
.l_slider3_outer .bx-wrapper .bx-controls-direction a:hover{
	opacity: 1;
}
.l_slider3_outer .bx-wrapper .bx-pager{
    left: 50%;
    transform: translate(-50%,0);
    bottom: auto;
    width:auto;
	height:8px;
	padding: 1px 0;
	background:rgba(255,255,255,.2988);
	border-radius:4px;
	margin-top: 20px;
	font-size: 0;
	text-align: left;
}
.l_slider3_outer .bx-wrapper .bx-pager .bx-pager-item{
	width:24px;
	height:6px;
	border-radius:3px;
	margin: 0;
}
.l_slider3_outer .bx-wrapper .bx-pager.bx-default-pager a{
	width: 100%;
	height: 100%;
	background: none;
	margin: 0;
}
.l_slider3_outer .bx-wrapper .bx-pager.bx-default-pager a:hover, .l_slider3_outer .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #FFFFFF;
}
.lx_newTitle{
	font-size:18px;
	font-weight:400;
	color:#333333;
	line-height:25px;
	text-align: center;
}
.lx_newSpan{
	font-weight:400;
	color:#333333;
	line-height:20px;
	display: block;
	text-align: center;
	margin-top: 6px;
}
.lx_newP{
	font-size:14px;
	font-weight:400;
	color:#999999;
	line-height:20px;
	padding: 0 20px;
	margin-top: 20px;
	margin-bottom: 38px;
	height: 64px;
	overflow: hidden;
}
.lx_newDetail{
	display: block;
	width:88px;
	height:24px;
	border-radius:16px;
	border:1px solid #065DBE;
	font-size:16px;
	font-weight:400;
	color:#065DBE;
	line-height:22px;
	text-align: center;
	margin: 0 auto 41px;
}
.lx_newDetail:hover{
	background:rgba(6,93,190,1);
	color:rgba(255,255,255,1);
}
/* .slide3 img{
	display: block;
	margin: 0 auto 20px;
	height: 88px;
} */
.zjtx_header{
	width: 100%;
	height: 112px;
	background-color: #065DBE;
}
.lx_revision{
	position: relative;
	height: 1080px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	padding-top: 20px;
}
.l_newslist1>h3{
	position: relative;
}
.lx_newMore{
	position: absolute;
    font-size: 16px;
    color: #065DBE;
    line-height: 22px;
    font-weight: 400;
    height: 22px;
	top: 34px;
	right: 0;
}
.lx_newMore:hover{
	color:#065DBE ;
}
.lx_newMore>img{
	margin-left: 4px;
	width: 21px;
    height: 21px;
}
.lx_zjtxOrgan{
	padding: 0 0 17px 0;
}
.lx_newbigBg{
	position: absolute;
    left: 50%;
    top: -1px;
    width: 1920px;
    margin-left: -960px;
	z-index: -1;
}
.lx_newOrgan2{
	position: relative;
	margin-bottom: 10px;
}
.lx_newOrgan2>img{
	height: 105px;
}
.lx_newOrgan2>a{
	font-size:16px;
	font-weight:400;
	color:#065DBE;
	line-height:22px;
	position: absolute;
	right: 0;
	top: 34px;
}
.lx_newOrgan2>a>img{
	width: 21px;
	height: 21px;
}
.lx_newOrganlist li{
	float: left;
	width:386px;
	height:133px;
	background:#FFFFFF;
	box-shadow:0px 2px 4px 0px rgba(0,0,0,0.5);
	border-radius:8px;
	margin-right: 21px;
	padding: 23px 20px 0 20px;
	margin-bottom: 20px;
}
.lx_newOrganlist li:hover{
	box-shadow:0px 3px 7px 1px #001c5b;
	transform:translateY(-4px) scale(1.04);
}
.lx_newOrganlist li:nth-child(3n){
	margin-right: 0;
}
.lx_newicons{
	float: left;
	margin-right: 20px;
}
.lx_newRight{
	overflow: hidden;
}
.lx_newRight>p{
	/* width: 238px; */
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.lx_newRight>span{
	font-size:14px;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:20px;
}
.lx_newTbottom{
	margin-top: 14px;
}
.lx_newTbottom>span>img{
	width: 16px;
	height: 16px;
	margin-right: 7px;
	margin-top: -3px;
	display: inline-block;
}
.lx_newsDetail{
	width:88px;
	height:24px;
	border-radius:16px;
	border:1px solid rgba(6,93,190,1);
	float: right;
	display: block;
	font-size:16px;
	font-weight:400;
	color:rgba(6,93,190,1);
	line-height:22px;
	text-align: center;
}
.lx_newsDetail:hover{
	background:rgba(6,93,190,1);
	color:rgba(255,255,255,1);
}
.zjtx_footer{
	height:90px;
	background:#065DBE;
}
.l_bannerPage{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 80px;
	height: 80px;
}
.l_left,.l_right,.l_bottom{
	position: absolute;
	width: 28px;
	height: 17px;
	background: url(../images/banner_arrow1.png) no-repeat center;
	background-size: 100%;
	cursor: pointer;
}
.l_left:hover,.l_right:hover,.l_bottom:hover{
	background: url(../images/banner_arrow2.png) no-repeat center;
	background-size: 100%;
}
.l_left{
	transform: rotateZ(90deg);
	left: 0;
	top: 0;
}
.l_right{
	transform: rotateZ(-90deg);
	right: 0;
	top: 0;
}
.l_bottom{
	top: 25px;
	left: 0;
	right: 0;
	margin: auto;
}
.l_cantclick{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}

/*--------------zjtx列表页*/
.l_curent{
	margin: 23px 0 26px;
	box-shadow: 0 0 9px rgba(13,13,13,.08);
	border-radius: 6px;
	padding: 17px 20px;
	color: #666666;
}
.l_curent span{
	font-weight: bold;
}
.l_zjtx_search{
	box-shadow: 0 0 9px rgba(13,13,13,.08);
	border-radius: 6px;
	padding:0 18px;
	margin-bottom: 30px;
}
.l_zjtx_flex{
	display: flex;
	border-bottom: 1px solid #E8E8E8;
	padding: 24px 0 16px;
	line-height: 28px;
}
.l_zjtx_flex:last-of-type{
	border-bottom: none;
}
.l_pici{
	display: none;
}
.l_zjtx_item{
	flex: 1 1;
}
.l_zjtx_item a{
	float: left;
	padding: 0 9px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.l_zjtx_item a.active{
	background-color: #0166B6;
	color: #FFFFFF;
}
.l_page{
	padding: 20px 0 40px;
	text-align: center;
}
.l_page *{
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	margin: 0 4px;
}
.l_page a {
    display: inline-block;
    padding: 0 14px;
    min-width: 30px;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #ddd;
}
.l_page input{
	display: inline-block;
	padding: 0 6px;
	width: 50px;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #ddd;
}
.l_page a.active{
	background: #0049A6;
	color: #fff;
}
.l_page a.l_disable{
	cursor: not-allowed;
}
.l_pad112{
	padding-top: 112px;
	padding-bottom: 62px;
}
.l_smallnav{
	border-radius: 10px;
	overflow: hidden;
	margin: 22px auto 27px;
}
.l_smallnav h3{
	line-height: 102px;
	text-align: center;
	color: #FFFFFF;
	font-size: 36px;
}
.l_smallnav a{
	display: block;
	margin: 0 auto 25px;
	width: 122px;
	height: 32px;
	line-height: 32px;
	border-radius: 16px;
	background-color: #FFFFFF;
	font-size: 16px;
	text-align: center;
}
.l_red,.l_red:hover{
	color: #F8464A;
}
.l_blue,.l_blue:hover{
	color: #065DBE;
}
.l_smallnav1{
	background: url(../images/zjtx_smallbg1.png) no-repeat center;
	background-size: cover;
}
.l_smallnav2{
	background: url(../images/zjtx_smallbg2.png) no-repeat center;
	background-size: cover;
}
.l_channelTitle{
	background-color: #5893FE;
	position: relative;
	padding: 26px 0 26px 26px;
	display: flex;
	align-items: center;
}
.l_triangleTxt{
	position: absolute;
	right: 0;
	top: 0;
	height: 1.81rem;
	width: 1.81rem;
	display: flex;
	align-items: center;
}
.l_triangleTxt span{
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 46px solid  #FC6644;
	border-left: 91px solid transparent;
}
.l_triangleTxt em{
	font-style: normal;
	position: absolute;
	top: -41px;
	right: 0rem;
	font-size: 14px;
	color: #fff;
}
.l_channelTitle>span{
	display: inline-block;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	text-align: center;
	width: 56px;
	height: 56px;
	line-height: 50px;
}
.l_channelTitle>span img{
	display: inline-block;
}
.l_channelTitle b{
	font-size: 16px;
	color: #FFFFFF;
	padding-left: 6px;
	flex: 1 1;
	padding-right: 32px;
}
.l_slideLogo{
	height: 134px;
	box-shadow: 0 0 6px rgba(79,79,79,.47);
	line-height: 130px;
	text-align: center;
}
.l_slideLogo img{
	display: inline-block;
	max-height: 90%;
	max-width: 90%;
}
.l_slideTitle{
	font-size: 16px;
	padding: 12px 17px 18px;
}
.l_slideCompany{
	font-size: 16px;
	color: #666666;
	padding: 0 17px;
	line-height: 20px;
	height: 40px;
}
.l_slideCompany img{
	display: inline-block;
	margin-top: -3px;
}
.l_newTbottom{
	margin-top: 0;
	padding: 10px 17px 0;
}
.zjtx_main{
	padding: 112px 0 62px;
}
.l_auto{
	display: block;
	margin: 20px auto 27px;
}
/*专精特新服务产品*/
.l_service_bg8{
	background: url(../images/l_service_bg7.png) no-repeat center;
	background-size: cover;
}
.l_produSearch{
	padding: 0 33px 0 19px;
	background: #FFFFFF;
	border-radius: 6px;
	margin: 0 0 32px;
}
.l_produCate{
	display: flex;
	padding: 18px 0 15px;
	border-bottom: 1px solid #E8E8E8;
}
.l_produCate span{
	height: 29px;
	line-height: 29px;
}
.l_produCate div{
	flex: 1 1;
}
.l_produCate a{
	float: left;
	padding: 0 19px;
	height: 29px;
	line-height: 29px;
	border-radius: 6px;
	font-size: 16px;
	text-align: center;
}
.l_produCate a:hover,.l_produCate a.active{
	background-color: #065DBE;
	color: #FFFFFF;
}
.l_flex{
	display: flex;
	padding: 15px 0;
}
.l_produInput span{
	display: inline-block;
}
.l_produInput input{
	height: 36px;
	line-height: 32x;
	border-radius: 4px;
	border: 1px solid #E8E8E8;
	margin-left: 2px;
}
.l_width388{
	width: 388px;
	margin-right: 35px;
}
.l_width446{
	width: 446px;
}
.l_flex a{
	display: inline-block;
	width: 101px;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	background: #0053B6;
	color: #FFFFFF;
	text-align: center;
	margin-left: 20px;
}
.l_zjtxProdu{
	width: 589px;
	padding: 18px 22px 19px 17px;
	background: #FFFFFF;
	border-radius: 6px;
	float: left;
	display: flex;
	margin: 0 22px 16px 0;
}
.l_zjtxProdu:nth-of-type(2n){
	margin-right: 0;
}
.l_produLeft{
	width: 256px;
	height: 143px;
	line-height: 140px;
	border: 1px solid #E8E8E8;
	border-radius: 6px;
	position: relative;
	margin-right: 23px;
	text-align: center;
}
.l_produLeft img{
	max-width: 86%;
	max-height: 80%;
}
.l_produRight{
	float: right;
}
.l_produRight p{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 21px;
	margin-bottom: 6px;
	height: 42px;
}
.l_produRight>span{
	line-height: 28px;
	color: #666666;
	display: block;
}
.l_produRight span img{
	margin-top: -3px;
}
.l_produPage{
	text-align: right;
	margin: 22px 0 69px 28px;
}
.l_produPage span{
	line-height: 36px;
}
.l_pageNum{
	border: 1px solid #E8E8E8;
	background: #FFFFFF;
	border-radius: 6px;
	overflow: hidden;
	float: right;
	margin-left: 28px;
}
.l_pageNum a{
	float: left;
	border-right: 1px solid #E8E8E8;
	width: 35px;
	height: 34px;
	line-height: 34px;
	text-align: center;
}
.l_pageNum a img{
	margin-top: -3px;
}
.l_pageNum a:hover,.l_pageNum a.active{
	background-color: #0053B6;
	color: #FFFFFF;
}
/*专精特新服务包*/
.l_produUl{
	display: flex;
	margin-bottom: 27px;
}
.l_produUl li{
	flex: 1;
	margin-right: 2px;
	border-bottom: 4px solid #FFFFFF;
	text-align: center;
	line-height: 23px;
	padding-bottom: 9px;
	cursor: pointer;
}
.l_produUl li:hover,.l_produUl li.active{
	border-bottom: 4px solid #0053B6;
	color: #0053B6;
	font-weight: bold;
}
.l_zjtxProdu1{
	width: 589px;
	background: #FFFFFF;
	border-radius: 6px;
	float: left;
	display: flex;
	margin: 0 22px 19px 0;
	padding: 0;
}
.l_zjtxProdu1:nth-of-type(2n){
	margin-right: 0;
}
.l_produLeft1{
	width: 234px;
	height: 137px;
	line-height: 130px;
	border: none;
	border-right: 1px solid #E8E8E8;
	border-radius: 0;
	text-align: center;
}
.l_produLeft1 img{
	max-width: 90%;
	max-height: 90%;
}
.l_produRight1{
	padding:14px 26px 0 10px;
	flex: 1 1;
}
.l_produRight1 p{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 24px;
	height: 48px;
}
.l_produRight1>span{
	margin-top: 7px;
	display: block;
}
.l_produRight1>span img{
	margin-top: -3px;
}
.l_produRight1 a,.l_produRight a{
	font-size: 14px;
	width: 78px;
}
/* 公司详情开始 */
.lx_position{
	height: 53px;
	margin-top: 21px;
	margin-bottom: 18px;
	border-radius: 6px;
	background-color: #fff;
	line-height: 53px;
	padding:0 21px;
	box-shadow: 0 0 9px rgb(13, 13, 13,0.2);
}
.lx_position>span{
	color: #666;
	font-size: 16px;
	font-weight: bold;
}
.lx_position>a{
	color: #666;
	font-size: 16px;
}
.lx_company{
	padding: 21px 20px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 0 9px rgb(13, 13, 13,0.2);
}
.lx_company>img{
	height: 195px;
	float: left;
}
.lx_comRight{
	overflow: hidden;
	padding-left: 50px;
}
.lx_comRight>h3{
	font-size: 18px;
	color: #333;
	margin-bottom: 42px;
}
.lx_comRight>h3>span{
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.lx_comRight>h3 img{
	margin-left: 35px;
	margin-right: 8px;
}
.lx_comRight>span{
	display: block;
	font-size: 16px;
	color: #333;
	margin-bottom: 28px;
}
.lx_comRight>span:last-child{
	margin-bottom: 0;
}
.lx_comRight>span a,.lx_comRight>span a:hover{
	color: #007AFF;
}
.lx_address{
	margin-right: 10px;
	margin-top: -8px;
}
.lx_link{
	margin-right: 13px;
	margin-top: -5px;
}
.lx_comMain h2{
	margin-top: 42px;
	font-size: 18px;
	color: #333;
	position: relative;
	padding-left: 16px;
	margin-bottom: 28px;
}
.lx_comMain h2::before{
	content: '';
	width: 5px;
	height: 20px;
	background-color: #0053b6;
	position: absolute;
	left: 0;
	top: 4px;
}
.lx_comMain p{
	font-size: 16px;
	color: #333;
	line-height: 36px;
	text-indent: 2em;
	padding-left: 12px;
}
#lx_outerdiv{
	position:fixed;
	top:0;
	left:0;
	background:rgba(0,0,0,0.7);
	z-index:2;
	width:100%;
	height:100%;
	display:none;
}
#lx_innerdiv{
	position:absolute;
}
/* 公司详情结束 */
/* 机构详情开始 */
.lx_centerWrapper{
    background:url(../images/lx_bg.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    /* height: calc(100% - 202px); */
    padding-top: 142px;
    padding-bottom: 22px;
}
.lx_groupLeft{
    width: 828px;
    height: 292px;
    border-radius: 10px;
    background-color: #fff;
    padding: 24px 24px 14px 24px;
}
.lx_imgWrapper{
    width: 300px;
    height: 163px;
    border: 1px solid #f1f4f6;
    position: relative;
}
.lx_imgWrapper>img{
    width: 225px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.lx_groupRight{
    padding-left: 318px;
}
.lx_groupRight>h2{
    font-size: 16px;
    color: #333;
    margin-bottom: 23px;
}
.lx_groupRight p span{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.lx_buttons{
    margin-top: 24px;
    font-size: 0;
}
.lx_buttons>a{
    width: 113px;
    height: 35px;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    line-height: 33px;
    font-size: 16px;
    border: 1px solid #0053b6;
    color: #0053b6;
    background-color: #fff;
}
.lx_buttons>a:first-child{
    margin-right: 16px;
}
.lx_buttons .active{
    background-color: #0053b6;
    color: #fff;
    border: 1px solid #0053b6;
}
.lx_groupTopRight{
    float: left;
    width: 348px;
    height: 292px;
    border-radius: 10px;
    background-color: #fff;
    padding: 24px;
    padding-bottom: 0;
    margin-left: 24px;
}
.lx_groupTopRight h3{
    font-size: 16px;
    color: #333;
    margin-top: 16px;
}
.lx_alignCenter{
    text-align: center;
    margin-top: 20px;
}
.lx_groupBottom{
    margin-top: 21px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    height: 523px;
}
.lx_tab{
    height: 59px;
    line-height: 59px;
    padding-left: 28px;
    border: 1px solid #e8e8e8;
}
.lx_tab>a{
    display: inline-block;
    width: 64px;
    margin-right: 33px;
    font-size: 16px;
    height: 59px;
    color: #333;
    text-align: center;
}
.lx_tab .active{
    color: #0053b6;
    border-bottom: 3px solid #0053b6;
}
.lx_content{
    padding: 24px 25px 0 24px;
    display: none;
}
.lx_content p{
    text-indent: 2em;
    font-size: 16px;
    color: #666;
    line-height: 25px;
    margin-bottom: 24px;
}
.lx_content span{
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 25px;
    margin-bottom: 24px;
}
/* 机构详情结束 */
.l_bannerTxt{
	display: block;
	margin: auto;
}
/*服务包详情静态页面开始*/
.l_h2{
	font-size: 28px;
	text-align: center;
	color: #0053B6;
	margin-bottom: 24px;
}
.l_fwbDiv{
	background: #FFFFFF;
	border-radius: 10px;
	padding: 0 43px 24px 32px;
	margin-bottom: 16px;
}
.l_fwbDesc{
	display: flex;
	margin-bottom: 8px;
}
.l_fwbImg{
	width: 217px;
	height: 130px;
	line-height: 124px;
	margin: 44px 23px 0 0;
	text-align: center;
	border: 1px solid #E8E8E8;
	border-radius: 6px;
	overflow: hidden;
	font-size: 0;
}
.l_fwbImg img{
	max-width: 100%;
	max-height: 100%;
}
.l_fwbRight{
	flex: 1 1;
}
.l_fwbRight h3{
	line-height: 30px;
	padding: 27px 0 17px;
	font-size: 20px;
}
.l_fwb_detail{
	background: #F6FAFF;
	padding: 10px 0 14px;
}
.l_fwb_detail>div{
	display: flex;
}
.l_fwb_detail span{
	flex: 1;
	padding-left: 14px;
	line-height: 32px;
	font-size: 16px;
	color: #666666;
}
.l_fwb_title{
	border-bottom: 1px solid #E8E8E8;
	line-height: 42px;
	font-size: 16px;
}
.l_fwb_title span{
	float: right;
	cursor: pointer;
}
.l_fwb_title span img{
	margin-top: -3px;
	margin-left: 7px;
}
.l_foldUp{
	display: none;
}
.l_fwb_cont{
	line-height: 25px;
	padding: 13px 0 0;
	color: #666666;
	height: 90px;
	overflow: hidden;
	margin-bottom: 13px;
}
.l_tip{
	display: none;
	position: fixed;
	width: 300px;
	height: 90px;
	padding: 20px;
	background: #FFFFFF;
	box-shadow: 0 0 6px rgba(0,0,0,.2);
	border-radius: 4px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1000;
}
/*服务包详情静态页面结束*/
/*列表详情页新加样式*/
.cont_center{
	float: none;
	margin: 143px auto 97px;
}
/*列表详情页新加样式结束*/
@media screen and (min-width:1620px){
	.banner{
		width: 100%;
		overflow:hidden;
	}
	.banner img{
		position: static;
		/* width: 1920px;
		margin-left: -960px; */
		width: 100%;
		margin: 0;
		left: 0;
	}
}
@media screen and (max-width:1600px){
	.l_width1620{
		width: 1140px;
	}
	.l_middle{
		/* position: static;
		display: block;
		top: auto;
		left: auto;
		transform: none; */
	}
	#loutinav{
		min-width: 72px;
	}
	#loutinav li{
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	.l_floor_icon{
		font-size: 14px;
		padding: 10px 4px 6px;
	}
	/* 头部开始 */
	.l_logo1{
		width: 240px;
	}
	.l_logo2{
		width: 110px;
	}
	.l_header_right a{
		font-size: 14px;
	}
	.l_header_right>img{
		display: none;
	}
	.l_header_right span{
		font-size: 14px;
	}
	.l_header_right{
		line-height: 49px;
		height: 50px;
	}
	.header1{
		height: 51px;
	}
	.l_ul1 li a {
		font-size: 14px;
	}
	.l_ul2:after{
		margin-left: 570px;
		height: 32px;
	}
	.l_ul2 li a {
		font-size: 14px;
		line-height: 33px;
	}
	/* .index_header .header2{
		top: 50px;
	} */
	.index_header,#footer,#header{
		min-width: 1140px;
	}
	.l_ul1 li{
		line-height: 32px;
		padding: 0 22px;	
	}
	.l_trinangle:before {
		border-bottom: 32px solid #013879;
		border-left: 32px solid transparent;
		margin-left: -32px;
		margin-top: 1px;
	}
	.l_trinangle {
		margin-left: -38px;
		border-bottom: 32px solid #3371BD;
		border-left: 32px solid transparent;
	}
	/* 头部结束 */
	/* 底部开始 */
	.footer{
		padding: 0 ;
	}
	.footer p{
		font-size: 14px;
		line-height: 24px;
	}
	.footer p img {
		width: 30px;
		margin-left: 15px;
	}
	.l_footer_ul li a{
		font-size: 14px;
	}
	/* 底部结束 */
	/* 小企业大学开始 */
	.section{
		padding: 83px 0 60px;
		background-position: top center;
	}
	.lx_center, .l_service_bg4{
		background-size:cover;
	}
	.lx_innovate>h2{
		font-size: 20px;
	}
	.lx_innoTab .active{
		font-size: 18px;
	}
	.lx_innoTab>a{
		font-size: 18px;
		width: 165px;
		height: 32px;
	}
	.lx_vedioContent>span{
		font-size: 14px;
		line-height: 19px;
	}
	.lx_vedioContent>font{
		font-size: 14px;
		line-height: 18px;
		margin-top: 0;
	}
	.lx_college li{
		margin-bottom: 10px;
	}
	.lx_collegeMore>span{
		font-size: 14px;
	}
	.lx_industryHeader {
		padding: 0 13px;
		height: 38px;
		line-height: 38px;
	}
	.l_service_title h2 {
		font-size: 20px;
		line-height: 20px;
	}
	.l_service_title h3 {
		font-size: 26px;
		line-height: 26px;
		margin-top: -15px;
	}
	.lx_vedioContent{
		padding: 5px 10px;
	}
	.lx_innoContent {
		margin-top: 10px;
	}
	.l_service_title{
		/* padding: 23px 0 4px; */
		padding: 0 0 4px;
	}
	.lx_vedioContent>span>img{
		top: 3px;
	}
	.lx_collegeMore>span{
		width: 80px;
    	height: 30px;
    	line-height: 30px;
	}
	.lx_collegeMore>span img {
		margin-left: 2px;
		margin-top: -3px;
		width: 15px;
	}
	.lx_collegeMore>a>img{
		width: 10px;
	}
	.lx_collegeMore>a{
		margin-right: 9px;
	}
	/* 小企业大学结束 */

	/* 创业创新开始 */
	.lx_innoTopLeft>h1 {
		font-size: 21.3px;
		line-height: 35.35px;
	}
	.lx_innoTopLeft>a {
		width: 97px;
		height: 30px;
		font-size: 14.2px;
		line-height: 30px;
		margin-top: 20px;
	}
	.lx_noticeHeader{
		height: 40px;
		line-height: 40px;
	}
	.lx_noticeHeader .active {
		/* font-size: 16px; */
		font-size: 18px;
	}
	.lx_noticeHeader a {
		font-size: 14px;
	}
	.lx_noticeHeader span {
		height: 16px;
	}
	.lx_noticeContent a>span {
		font-size: 14px;
		width: 470px;
	}
	.lx_noticeContent a>font {
		font-size: 14px;
	}
	.lx_noticeContent {
		padding: 7.5px 18px 0 18px;
		height: 145px;
	}
	.lx_noticeContent li {
		margin-bottom: 8.5px;
	}
	.lx_noticeHeader{
		padding: 0 18px;
		height: 35px;
		line-height: 35px;
	}
	.lx_expHeader {
		height: 35px;
		line-height: 35px;
	}
	.lx_expHeader>font {
		font-size: 16px;
	}
	.lx_expHeader>img {
		margin-top: -3px;
	}
	.lx_expContent a>span {
		font-size: 14px;
	}
	.lx_expContent a {
		padding: 8px 14px;
	} 
	.lx_expContent a>span {
		font-size: 14px;
		line-height: 19.96px;
	}
	.lx_expContent a>font {
		font-size: 12px;
		line-height: 19.96px;
	}
	.lx_pics {
		height: 208px;
		margin-left: 1.5%;
		width: 26%;
	}
	.lx_pics>a {
		/* height: 104px;
		line-height: 104px; */
		height: 96px;
		line-height: 96px;
	}
	.lx_pics>a{
		font-size: 24px;
	}
	.lx_expContent{
		padding: 9px 15px 0 15px;
		height: 173px;
	}
	.lx_expContent li {
		margin-bottom: 9px;
	}
	.lx_innoTop {
		margin-bottom: 15px;
	}
	.lx_innoTopLeft{
		padding-left: 105px;
		padding-right: 105px;
		padding-top: 30px;
		width: 47%;
		margin-right: 1.5%;
		padding-bottom: 30px;
		height: 180px;
	}
	.lx_notice {
		width: 51.5%;
	}
	.lx_exposition {
		width: 72.5%;
	}
	.lx_inDynamic>ul{
		padding: 11px 14px 6px 14px;
	}
	.lx_inDynamic>ul>li {
		line-height: 24px;
	}
	.lx_industryHeader>span {
		font-size: 16px;
	}
	.lx_inDynamic li span {
		font-size: 14px;
		line-height: 24px;
	}
	.lx_inDynamic li font {
		font-size: 14px;
	}
	.lx_internet {
		/* width: 73%; */
		margin-left: 2%;
	}
	.lx_inObserve li img {
		width: 125px;
	}
	.lx_internet>h2 {
		font-size: 16px;
	}
	.lx_internet>span {
		font-size: 14px;
		/* line-height: 0; */
		line-height: 21px;
	}
	.lx_internet>h2 {
		font-size: 16px;
		color: #333;
		margin-bottom: 0;
		line-height: 26px
	}
	.lx_inObserve>ul {
		padding: 10px 14px 1px 14px;
	}
	.lx_inObserve li {
		margin-bottom: 10px;
	}
	/* 创业创新结束 */
	/* 产业研究开始 */
	.lx_inData a>font{
		width: 14%;
		font-size: 14px;
		padding-left:0;
		line-height: 26px;
	}
	.lx_inData a>span{
		width: 75%;
	}
	.lx_inData ul{
		padding: 9px 20px 6px 20px;
		height: 130px;
		overflow: hidden;
	}
	.lx_industryHeader{
		padding: 0 20px;
	}
	.lx_inData a>i{
		margin-left: 8px;
		margin-right: 8px;
	}
	.lx_inData a>span{
		font-size: 14px;
		line-height: 26px;
		vertical-align: middle;
	}
	.lx_inData li{
		margin-bottom: 3.5px;
	}
	.lx_reportPics{
		padding: 10px 20px 15px 20px;
		height: 130px;
	}
	.lx_indusrty>div{
		margin-bottom: 16px;
	}
	/* 产业研究结束 */
	/* 知识产权开始 */
	/* .lx_case{
		width: 52%;
	} */
	.lx_proContent>img{
		width: 227px;
	}
	.lx_proContent{
		padding: 10px 22px 10px 22px;
	}
	.lx_case li>a{
		line-height: 28px;
		font-size: 14px;
	}
	.lx_margin {
		padding-top: 13px;
		padding-bottom: 15px;
		height: 156px;
	}
	.lx_descripion>span{
		font-size: 14px;
	}
	.lx_descripion>font{
		font-size: 14px;
	}
	.lx_productTop {
		margin-bottom: 12px;
	}
	.slide7{
		/* margin-right: 20px; */
	}
	/* 知识产权结束 */
	/*首屏*/
	.banner img{
		/* width: 1140px;
		margin-left: -570px; */
		width: 100%;
		margin: 0;
		left: 0;
	}
	.l_columnName{
		padding-top: 10px;
		height: 42px;
	}
	.l_columnName span{
		font-size: 16px;
		padding-bottom: 5px;
	}
	.l_index_news1{
		width: 375px;
		margin-right: 20px;
	}
	.l_news_ul1_fir{
		padding: 6px 0;
	}
	.l_news_ul1_fir b{
		font-size: 16px;
		line-height: 26px;
	}
	.l_news_ul1_fir span{
		font-size: 14px;
		line-height: 20px;
	}
	.l_news_ul1 a span{
		width: 300px;
		font-size: 14px;
		line-height: 26px;
	}
	.l_news_ul1 a font{
		font-size: 14px;
		line-height: 26px;
	}
	.l_index_news2{
		width: 378px;
		margin-right: 20px;
	}
	.l_news_ul2 li a{
		font-size: 14px;
	}
	/* .l_news_ul2 li a span{
		width: 270px;
	} */
	.l_news_ul2 li{
		padding-bottom: 10px;
	}
	.l_index_news3{
		width: 347px;
	}
	.l_index_txt1 span{
		line-height: 25px;
		font-size: 14px;
	}
	.l_index_org1{
		width: 135px;
		font-size: 14px;
	}
	.l_index_org2{
		width: 126px;
		font-size: 14px;
	}
	.l_index_item{
		width: 1140px;
		margin: 10px auto;
	}
	.l_index_item a{
		padding: 0;
	}
	.l_index_item a span{
		/* font-size: 16px; */
		font-size: 18px;
		padding: 8px 0;
	}
	.l_index_item a span font{
		/* height: 60px; */
		height: 50px;
		background-size: auto 34px;
	}
	.l_index_item a span font:hover{
		background-size: auto 34px;
	}
	.l_index_count a img{
		/* width: 215px; */
		width: 38px;
		vertical-align: top;
	}
	.l_index_ul1 li{
		/* max-width: 196px; */
		padding: 0 8px;
	}
	.l_index_ul1 li img{
		width: 17px;
	}
	.l_index_ul1 li span{
		font-size: 14px;
		margin-left: 6px;
		margin-top: -3px;
	}
	.l_index_ul1 li span b{
		font-size: 14.2px;
	}
	.l_index_ul2{
		padding-top: 10px;
	}
	.l_index_ul2 a span{
		width: 115px;
		font-size: 12px;
	}
	/*首屏结束*/
	/*政策服务开始*/
	.l_search{
		margin-bottom: 10px;
	}
	.l_search input{
		width: 797px;
		line-height: 32px;
		height: 32px;
		border-radius: 15.5px;
		font-size: 14px;
	}
	.l_search>a{
		width: 101px;
		height: 32px;
		line-height: 32px;
		margin-left: 11px;
		font-size: 14px;
	}
	.l_serviceList{
		width: 556px;
		margin-right: 20px;
		margin-bottom: 16px;
	}
	.l_serviceTop{
		line-height: 39px;
		font-size: 16px;
	}
	.l_service_tab ul li{
		line-height: 24px;
		font-size: 12px;
		min-width: 51px;
		padding: 0 4px;
	}
	.l_service_tab a{
		margin: 0 14px;
	}
	.l_service_tab a img{
		width: 16px;
	}
	.l_service_ul li{
		margin-bottom: 6px;
	}
	.l_width100{
		width: 80px;
	}
	/*政策服务结束*/
	/*资金服务开始*/
	.l_produ{
		width: 216px;
		padding-bottom: 6px;
		margin: 0 15px 8px 0;
	}
	.l_produImg{
		height: 114px;
		line-height: 114px;
	}
	.l_produ p{
		font-size: 14px;
		line-height: 20px;
		height: auto;
		padding: 5px 10px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.l_produ_a1{
		font-size: 12px;
		margin-left: 10px;
		width: 43px;
		height: 22px;
		line-height: 20px;
	}
	.l_produ_a2{
		margin-right: 0;
	}
	.l_produ_a2 a{
		font-size: 14px;
		margin: 0 8px;
		line-height: 22px;
	}
	.l_search1{
		width: 793px;
	}
	.l_glass{
		width: 32px;
		height: 32px;
	}
	.l_finace_ul{
		padding: 0 0 10px;
	}
	.l_finace_ul li{
		min-width: 120px;
		width: auto;
		height: 25px;
		line-height: 25px;
		border-radius: 12.5px;
		font-size: 18px;
		margin-right: 22px;
	}
	.l_finace_dot{
		margin-top: -6px;
		margin-right: 15px;
	}
	.l_finace_dot li{
		width: 11.4px;
		height: 11.4px;
	}
	/*资金服务结束*/
	/*活动服务开始*/
	.l_activity1{
		width: 359px;
		margin-right: 19px;
	}
	.l_bxouter{
		height: 205px;
		padding: 9px 10px 14px;
	}
	.l_activity2{
		width: 753px;
	}
	.slide7 img{
		line-height: 180px;
		max-height: 180px;
		max-width: 336px;
	}
	.l_bxdetail{
		padding-top: 5px;
		height: auto;
	}
	.l_bxdetail p{
		font-size: 14px;
		padding-bottom: 0;
	}
	.l_bxdetail span{
		font-size: 12px;
	}
	.l_bxdetail a{
		width: 70px;
		height: 21px;
		line-height: 19px;
		font-size: 12px;
		margin-top: 4px;
	}
	.l_activity3{
		width: 556px;
		margin: 10px 19px 0 0;
	}
	.l_activity_tit{
		line-height: 38px;
		font-size: 16px;
		padding: 0 14px;
	}
	.l_activity_tit a img{
		width: 16px;
	}
	.l_service_ul a{
		padding-left: 14px;
	}
	.l_service_ul a span{
		width: 348px;
		font-size: 14px;
	}
	.l_service_ul a font{
		font-size: 14px;
	}
	.l_slide2_img{
		width: 206px;
		height: 109px;
		line-height: 109px;
		background: #F3F3F3;
		text-align: center;
	}
	.slide2 img{
		display: inline-block;
		max-height: 90%;
		max-width: 90%;
	}
	/*活动服务结束*/
	.lx_collegeMore>a.l_more{
		height: 28px;
		line-height: 28px;
		width: 70px;
		font-size: 14px;
	}
	.lx_collegeMore>a.l_more img{
		width: 14px;
	}
	
	/*平台服务*/
	.l_width1588{
		width: 1140px;
	    padding: 26px 0;
	}
	#map{
		width: 600px;
		height: 370px;
		margin-left: 26px;
	}
	.l_map_list{
		height: 290px;
	}
	.l_map_right{
		margin-left: 20px;
	}
	.l_map_ul{
		min-width: 400px;
	}
	.l_map_ul li{
		font-size: 16px;
		padding: 0 16px;
	}
	.l_map_coordinate{
		width: 410px;
	}
	.l_map_coordinate span{
		width: 200px;
		height: 36px;
		line-height: 36px;
		margin-right:10px;
		font-size: 16px;
		padding-left: 16px;
	}
	.l_map_coordinate span b{
		height: 24px;
		line-height: 24px;
		border-radius: 10px;
		font-size: 16px;
		min-width: 56px;
		margin-top: 7px;
	}
	/*新闻列表详情页*/
	.l_lawDiv{
		width: 440px;
		margin-left: -570px;
		top: 76px;
		bottom: 60px;
	}
	.l_lawTitle{
		font-size: 20px;
	}
	.l_lawList li p{
		font-size: 14px;
	}
	.l_lawList li span{
		font-size: 14px;
	}
	.l_newDetail{
		width: 700px;
		padding: 0 30px;
		margin: 100px 0 70px 465px;
	}
	.l_newDetail h3{
		padding: 20px 20px 21px 20px;
		font-size: 20px;
	}
	.l_newsTime{
		font-size: 14px;
	}
	.l_newsCont{
		padding: 16px 0;
	}
	.l_newsCont p{
		line-height: 26px;
	}
	.l_search4 input{
		width: 100%;
	}
	
	.lx_college li>a>img{
		height: 144px;
	}
	
	/*服务券列表*/
	.l_list_title{
		font-size: 20px;
		padding: 24px 0 20px;
	}
	.l_list_ul1 li{
		padding: 11px 0 11px 13px;
	}
	.l_list_ul1 li img{
		width: 50px;
	}
	.l_list_ul1 li span{
		margin-left: 6px;
	}
	.l_list_ul1 li span font:first-of-type{
		font-size: 14px;
	}
	.l_list_ul1 li span font:last-of-type{
		font-size: 14px;
	}
	.l_list_ul1 li span font b{
		font-size: 20px;
	}
	.l_list_sear select{
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		min-width: 120px;
	}
	.l_list_sear input[type=text]{
		height: 30px;
		line-height: 30px;
	}
	.l_list_ul2 li{
		width: 50%;
		padding: 8px 34px 6px 0;
	}
	.l_list_ul2 li img{
		width: 165px;
		height: 80px;
	}
	.l_list_ul2 li p{
		overflow : hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		font-size: 14px;
	}
	.l_list_ul2 li h3{
		padding: 8px 0;
	}
	
	
	/*后期调整*/
	.l_service_ul{
		height: 138px;
		overflow: hidden;
	}
	.lx_reportPics>a{
		width: 70px;
	}
	.l_production .l_produ p{
		height: 50px;
	}
	.l_production{
		margin-top: 20px;
	}
	
	.l_title_a{
		bottom: -2px;
		font-size: 12px;
	}
	/*2020-4-29 热点查询*/
	.l_label_div{
		height: 40px;
	}
	.l_service_hot{
		/* height: 40px; */
	}
	.l_service_hot li{
		min-width: 95px;
		line-height: 26px;
		font-size: 14px;
		margin: 6px 20px 6px 0;	
	}
	.l_fold{
		top: 9px;
	}
	.l_fold img{
		width: 12px;
	}
	.l_service_ul1{
		/* padding-top: 45px; */
	    min-height: 292px;
	}
	.l_service_ul li i{
		min-width: 40px;
		line-height: 18px;
		font-size: 12px;
	}
	
	.lx_inObserve>ul, .lx_inDynamic>ul{
		height: 166px;
	}
	.lx_case ul{
		height: 140px;
	}
	.lx_descripion{
		padding: 0 5px;
	}
	.l_footer_txt p span{
		margin-right: 20px;
	}
	.l_files a{
		font-size: 14px;
	}
	
	/*关于我们免责声明*/
	.l_p1{
		font-size: 30px;
		height: 40px;
		line-height: 40px;
	}
	.l_span2{
		font-size: 18px;
		line-height: 34px;
		height: 34px;
	}
	
	/*菜单*/
	.l_toadmin ul li a{
		height: 28px;
		line-height: 27px;
		font-size: 14px;
	}
	.lx_noticeHeader font{
		/* font-size: 16px; */
		font-size: 18px;
	}
	.lx_matchNotice>a{
		/* font-size: 16px; */
		font-size: 18px;
	}
	.lx_matchNotice .active{
		/* font-size: 16px; */
		font-size: 18px;
	}
	#div1{
		min-width: 1140px;
	}
	.l_finace_item{
		min-height: 363px;
	}
	
	/*专精特新*/
	.zjtx_main{
		padding: 84px 0 56px;
	}
	.lx_revision{
		padding-top: 10px;
	}
	.l_bannerTxt{
		width: 80%;
	}
	.cont_center{
		margin: 100px auto 70px;
	}
	/*------------2020-7-31 新增样式开始*/
	.l_funds_ul{
		margin: 0 auto 6px;
	}
	.l_funds_ul li{
		font-size: 16px;
        padding-bottom: 4px;
	}
	.l_search1 .l_glass{
		width: 32px;
		height: 32px;
	}
	/*------------2020-7-31 新增样式结束*/
	/*------------2020-8-5  供应链开始*/
	.lx_mlistTop>img{
		max-width: 60px;
		max-height: 60px;
	}
	.lx_mlistTop>p{
		margin-bottom: 20px;
	}
	.lx_mlistBottom>span{
		font-size: 16px;
	}
	.lx_mlistBottom>span:first-child{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.lx_mlistBottom>img{
		margin-top: 34px;
	}
	/*------------2020-8-5  供应链结束*/
}

