body {
  margin: 0;
  padding: 0;
}
body.bar {
	padding-top: 45px;
	padding-bottom: 80px;
}
a,
a:hover,
a:active,
a:visited{
	text-decoration: none;
}
.u-gap{
	background-color: rgb(239, 240, 242);
  height: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}
/* 返回顶部按钮样式 - 移动端专用 */
#backToTop {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: rgb(144, 147, 153, 0.6);
  border-radius: 50%;
  display: none; /* 默认隐藏 */
  justify-content: center;
  align-items: center;
  z-index: 9999;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent; /* 移动端点击无高亮 */
}

#backToTop:active {
  transform: scale(0.9);
  background: rgba(0, 0, 0, 0.8);
}
.index-wrap{
	background-image: url(/static/img/top_bg3.bf09cf7b.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	height: 248px;
	float: left;
	width: 100%;
}
.index-wrap .vip,
.index-wrap .vip:hover,
.index-wrap .vip:active,
.index-wrap .vip:visited{
	color: #facf1e;
	line-height: 41px;
	font-size: 15px;
	float: right;
}
.index-wrap .logo{
	float: left;
	margin-left: 5%;
}
.index-wrap .logo img{
  width: 120px;  
}
.index-wrap .line{
	width: 1px;
	background-color: #6097f4;
	height: 41px;
	float: right;
}
.index-wrap .slogan{
	margin-left: 13px;
	background-color: #e03637;
	color: #fff;
	font-size: 13px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	margin-right: 5%;	
	float: right;
	padding-right: 8px;
	padding-left: 8px;
}
.index-search{
	margin: 15px 0;
}
.index-search .nav-tabs{
	border: 0px;
	line-height: 44px;
	height: 44px;
	margin-bottom: 10px;
}
.index-search .nav-tabs > li {
  width: 33.33333333%;
  text-align: center;
}
.index-search .nav-tabs > li > a{
	color: #fff;
	font-size: 15px;
	display: block;
	border: 0px;
	cursor: default;
}
.index-search .nav-tabs > li > a:hover{
	background-color: initial;
	border: 0px;
}
.index-search .nav-tabs > li.active > a,
.index-search .nav-tabs > li.active > a:focus, 
.index-search .nav-tabs > li.active > a:hover{
	color: #fff;
	cursor: default;
	background-color: initial;
	border: 0px;
	font-weight: bold;
	font-size: 16px;
	display: block;
	position: relative;
}
.index-search .nav-tabs > li.active > a span::after {
	content: ""; /* 必须加！不加不显示 */
	width: 30px;
	transform: translate(39.5833px);
	transition-duration: 300ms;
	height: 3px;
	background-color: #fff;
	position: absolute;    
    /* 可选：给个定位坐标，防止看不见 */
	bottom: 0;
	left: 4px;
}
.u-grid-item{
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: rgb(239, 240, 242);
	float: left;
	width: 100%;
}
.u-grid-item li{
	width: 20%;
	float: left;	
}
.grid-item,
.grid-item:hover,
.grid-item:active,
.grid-item:visited{
	display: block;
	position: relative;
	text-align: center;
	text-decoration: none;
}
.grid-item i.fa-regular,
.grid-item i.fa-solid,
.grid-item i.fa-brands{
  color: #0582c5;
  font-size: 31px;
}
 .grid-item .round {
	background-color: #f4f9ff;
	width: 52px;
	height: 52px;
	border-radius: 20px;
	text-align: center;
	line-height: 62px;
	margin-right: auto;
	margin-left: auto;
	/* 核心居中代码 */
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center;     /* 垂直居中 */
}
 .grid-item .icon{
  height: 27px;
}
.grid-item .badge-icon{
  position: absolute;
  top: 5px;
  right: 5px;
  width: 23px;
  z-index: 9999;
}
.grid-item .grid-text {
  font-size: 13px;
  color: #333;
  margin-bottom: 15px;
  margin-top: 3px;
}
.index-form form{
	margin-top: 7px;
	margin-bottom: 15px;
}
.index-form form .input-group-addon{
	border: 0;
	background-color: #fff;
}
.index-form form .input-group-addon .fa-sistrix{
	font-size: 20px;
	color: rgb(144, 147, 153);
}
.index-form form .form-control{
	border: 1px solid #fff;
	line-height: 52px;
	height: 52px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.index-form form  .form-control:focus{
	-webkit-box-shadow: none;
	box-shadow: none;
}
.index-form .resou{
	line-height: 15px;
	height: 15px;
}
.index-form .resou img{
	width: 41px;
  float: left;
  margin-right: 7px;
}
.index-form .resou span{
	float: left;
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
}
.index-list{
	margin-top: 10px;
	clear: both;
	float: left;
	height: auto;
	width: 100%;
	padding-bottom: 50px;
}
.index-list ul{}
.index-list ul li{
	width: 50%;
	text-align: center;
}
.index-list .nav-tabs > li > a{
	color: #606266;
	font-size: 15px;
}
.index-list .nav-tabs > li.active > a, 
.index-list .nav-tabs > li.active > a:focus, 
.index-list .nav-tabs > li.active > a:hover{
	border: 0;
	color: #333;
}
.index-list .nav-tabs > li.active > a span::after {
	content: ""; /* 必须加！不加不显示 */
	width: 30px;
	transform: translate(39.5833px);
	transition-duration: 300ms;
	height: 3px;
	background-color: #3c9cff;
	position: absolute;    
    /* 可选：给个定位坐标，防止看不见 */
	bottom: -1px;
	left: 40px;
}
.flnews-cell{
	float: left;
	position: relative;
	width: 100%;
	clear: both;
	padding: 10px;
}
.flnews-cell .tline{
	float: left;
	width: 100%;
	line-height: 18px;
}
.flnews-cell .tline .tdot{
	width: 12px;
	height: 12px;
	background: #128bed;
	border: solid 1px #e9f3ff;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	float: left;
	margin-left: 7px;
	margin-top: 3px;
	margin-right: 10px;
}
.flnews-cell .tline .time{
	color: #d6d6d6;
	font-size: 12px;
	float: left;
}
.flnews-cell .item{
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 21px;
}
.flnews-cell .item .title a{
	color: #333;
	margin-top: 13px;
	margin-bottom: 13px;
	font-size: 17px;
}
.flnews-cell .item .tag{
  color: #f4a722;
  font-size: 13px;
  line-height: 23px;
}
.flnews-cell .item .content{
  color: #999;
  font-size: 13px;
  line-height: 23px;
}
.flnews-cell .item .shenbao{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 10px;	
}
.flnews-cell .item .shenbao .shengbao-no{
  color: #999;
}
.flnews-cell .item .shenbao .pull-right{
  font-size: 20px;
  color: #999;
}
.flnews-cell .item .shenbao .pull-right a{color: #999;}
.patentlist:first-child{
	margin-top: 13px;
}
.patentlist{
	margin-bottom: 13px;
	border-bottom: 1px solid #d6d7d9;
	padding-bottom: 13px;
	width: 100%;
	clear: both;
	float: left;
}
.patentlist .link{
  color: #0582c5;
  margin: 0px 15px 15px 15px;
  font-size: 17px;
  line-height: 26px;
}
.patentlist .number{
  color: #999;
  font-size: 13px;
  line-height: 26px;
  margin-left: 15px;
}
.patentlist .info{
  color: #999;
  font-size: 13px;
  line-height: 26px;
  margin: 0px 15px;
  display: flex;
  justify-content: space-between;
}
.patentlist .info .text span{
  margin-right: 20px;
}
.patentlist .info .icon{
	color: rgb(254, 71, 93);
	line-height: 16px;
	height: 16px;
	display: block;
}
.patentlist .info .icon img{
	height: 16px;
}
footer{
	background-color: rgb(253, 255, 254);
}
footer .uni-tabbar-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.33);
}
footer ul{}
footer ul li{
	float: left;
	width: 20%;
	text-align: center;
}
footer ul li .icon{
	margin-top: 5px;
}
footer ul li .icon img{
	height: 24px;
}
footer ul li .icon i.fa-regular{
	font-size: 14px;
}
footer ul li a p{
	font-size: 10px;
	margin-top: 3px;
	color: rgb(160, 155, 159);
	margin-bottom: 3px;
}
footer ul li.active a p{color: rgb(5, 130, 197);}
.mybar{
	border-bottom-width: 0.5px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	background-color: rgb(248, 248, 248);
	line-height: 45px;
	height: 45px;
}
.mybar .fa-solid{
	font-size: 22px;
	color: rgb(51, 51, 51);
}
.mybar .logo,
.mybar .logo:hover,
.mybar .logo:active,
.mybar .logo:visited{
	color: #000;
	line-height: 18px;
	text-decoration: none;
}
.mybar .logo img{
  width: 16px;
  height: 16px;
}
.mybar .fa-ellipsis{
	line-height: 45px;
	margin-left: 10px;
	color: rgb(102, 102, 102);
}
.wrap{
	background-image: url(/static/img/sbcx-bg.0d92f1eb.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	height: 262px;
	padding-top: 105px;
}
.sbcx-search{
	margin-top: 20px;
}
.sbcx-search .nav-tabs{
	border: 0px;
	line-height: 44px;
	height: 44px;
	margin-bottom: 10px;
	margin-left: 50px;
  margin-right: 50px;
}
.sbcx-search .nav-tabs > li {
  width: 100%;
  text-align: center;
}
.sbcx-search .nav-tabs > li > a{
	color: #fff;
	font-size: 15px;
	display: block;
	border: 0px;
	cursor: default;
}
.sbcx-search .nav-tabs > li > a:hover{
	background-color: initial;
	border: 0px;
}
.sbcx-search .nav-tabs > li.active > a,
.sbcx-search .nav-tabs > li.active > a:focus, 
.sbcx-search .nav-tabs > li.active > a:hover{
	color: #fff;
	cursor: default;
	background-color: initial;
	border: 0px;
	font-weight: bold;
	font-size: 16px;
	display: block;
	position: relative;
}
.sbcx-search .nav-tabs > li.active > a span::after {
	content: ""; /* 必须加！不加不显示 */
	width: 30px;
	transform: translate(39.5833px);
	transition-duration: 300ms;
	height: 3px;
	background-color: #fff;
	position: absolute;    
    /* 可选：给个定位坐标，防止看不见 */
	bottom: 0;
	left: 9px;
}
.sbcx-form{
	background-color: #fff;
  padding: 26px;
  border-radius: 5px;
  box-shadow: 0 15px 30px rgba(0,0,0,.1);
  -webkit-transform: translate3d(0,-2px,0);
  transform: translate3d(0,-2px,0);
}
.sbcx-form form{
	margin-top: 7px;
	margin-bottom: 15px;
}
.sbcx-form form .input-group-addon{
	border: 0;
	background-color: #fff;
}
.sbcx-form form .input-group-addon .fa-sistrix{
	font-size: 20px;
	color: rgb(144, 147, 153);
}
.sbcx-form form .form-control{
	border: 1px solid #fff;
	line-height: 52px;
	height: 52px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.sbcx-form form  .form-control:focus{
	-webkit-box-shadow: none;
	box-shadow: none;
}
.sbcx-form .resou{
	line-height: 15px;
	height: 15px;
}
.sbcx-form .resou img{
	width: 41px;
  float: left;
  margin-right: 7px;
}
.sbcx-form .resou span{
	float: left;
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
}
.sbcx-form .btn-primary {
  background-color: #007aff;
  border-color: #007aff;
}
.sbcx-form .note{
  margin-top: 15px;
  color: #848484;
  font-size: 14px;
}
.sbcx-lists .thumbnail img{
	height: 100px;
}
.sbcx-lists .thumbnail .caption h3 a{
	font-size: 15px;
}
.sbcx-lists .thumbnail .caption p{
	color: #999;
}
.u-gap{
	border-bottom-width: 15px;
  border-bottom-style: solid;
  border-bottom-color: rgb(239, 240, 242);
 }
.u-gap .resou{
	line-height: 15px;
	padding-bottom: 25px;
	padding-top: 15px;
}
.u-gap .resou img{
  width: 41px;
  float: left;
  margin-right: 7px;
}
.u-gap .resou .navigator{
  float: left;
  color: #0582c5;
  font-size: 12px;
  margin-right: 10px;
  background-color: #e9effd;
  padding: 0px 5px;
}
.desc-box{
	margin-top: 15px;
	margin-bottom: 15px;
}
.desc-box .desc{
	background-color: #f8f8f8;
  border-radius: 5px;
  margin: 5px;
  padding: 10px;
  min-height: 104px;
  width: 100%;
 }
.desc-box .desc h6{
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 7px;
}
.desc-box .desc p{
  color: #848484;
  font-size: 14px;
}

.vip ul{
	border:0px;
	padding-bottom: 20px;
}
.vip ul li{
	width: 33.3333333%;
	text-align: center;
}
.vip .nav-tabs > li > a{
	color: #606266;
	font-size: 15px;
}
.vip .nav-tabs > li.active > a, 
.vip .nav-tabs > li.active > a:focus, 
.vip .nav-tabs > li.active > a:hover{
	border: 0;
	color: #333;
}
.vip .nav-tabs > li.active > a span::after {
	content: ""; /* 必须加！不加不显示 */
	width: 30px;
	transform: translate(39.5833px);
	transition-duration: 300ms;
	height: 3px;
	background-color: #3c9cff;
	position: absolute;    
    /* 可选：给个定位坐标，防止看不见 */
	bottom: -1px;
	left: 10px;
}
.vip .btn-info {
  background-color: #3c9cff;
  border-color: #3c9cff;
  margin-bottom: 20px;
}
.vip .privilege-container {
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}
.vip .privilege-header {
  padding: 15px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}
.vip .privilege-header h2 {
  margin: 0;
  font-size: 21px;
  color: #0582c5; /* 蓝色标题，和原图风格一致 */
  font-weight: 600;
  display: inline-block;
}
.vip .privilege-header .sub-title {
  font-size: 16px;
  color: #909193;
  margin-left: 8px;
}
.vip .privilege-list .item {
  display: table;
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.vip .privilege-list .item:last-child {
  border-bottom: none;
}
.vip .item-left {
  display: table-cell;
  vertical-align: middle;
  width: 80%;
}
.vip .item-right {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 20%;
}
.vip .item-title {
  font-size: 15px;
  color: #222;
  font-weight: 500;
  margin: 0 0 4px 0;
}
.vip .item-desc {
  font-size: 12px;
  color: #909193;
  margin: 0;
}
.vip .tag-red {
  color: #f0686c;
  font-size: 14px;
  font-weight: 500;
}
.vip .tag-blue {
  color: #0582c5;
  font-size: 14px;
  font-weight: 500;
}
.vip .tag-grey {
  color: #909193;
  font-size: 14px;
  font-weight: 500;
}
.vip .icon-check {
  color: rgb(5, 130, 197);
  font-size: 30px;
}
.vip .icon-cross {
  color: rgb(144, 145, 147);
  font-size: 30px;
}
.myForm{
	margin-top: 5px;
}
.myForm .input-group-addon {
	border: 0px;
	background-color: rgb(248, 248, 248);
	font-size: 16px;
}
.myForm .form-control{
	border: 0px;
}
.zhengce-nav{
	margin-top: 20px;
	margin-bottom: 20px;
}
.zhengce-nav .btn-default{
	border-color: #ebedf0;
	padding: 8px 12px;
}
/* 遮罩层 */
.modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  display: none;
  z-index: 99;
}
 /* 弹窗遮罩层 */
.mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 999;
}
/* 右侧弹窗容器 */
.slide-modal {
	position: fixed;
	top: 0;
	right: -400px; /* 初始隐藏在右侧外面 */
	width: 150px;
	height: 100%;
	background: #fff;
	box-shadow: -2px 0 10px rgba(0,0,0,0.1);
	transition: right 0.3s ease; /* 平滑动画 */
	z-index: 100;
	box-sizing: border-box;
	padding-top: 70px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

/* 弹窗显示状态 */
.slide-modal.show {
  right: 0;
}
.close-btn{
	background-color: #007aff;
}
.slide-modal.show .content{
	padding-top: 15px;
	padding-left: 0px;
}
.slide-modal.show .category-item{
	font-size: 15px;
	line-height: 35px;
	margin: 0px;
}
.slide-modal.show .category-item a{
	color: #333;
}

/* 通知内容 */
.content {
	line-height: 1.6;
	color: #333;
}
.content h1 {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 12px;
	line-height: 32px;
}
.content .meta {
	font-size: 14px;
	color: #999;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.content p {
	margin-bottom: 16px;
	font-size: 16px;
}
.content h3 {
	font-size: 18px;
	margin: 24px 0 12px;
}
/* 分享菜单 */
.share-menu {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	border-radius: 16px;
	padding: 20px;
	display: none;
	z-index: 999;
	margin: 20px;
}
.share-menu.show {
	display: block;
	animation: slideUp 0.3s ease;
}
@keyframes slideUp {
	from { transform: translateY(100%); }
	to { transform: translateY(0); }
}
.share-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	display: none;
	z-index: 998;
}
.share-overlay.show {
	display: block;
}
.share-items {
	display: flex;
	justify-content: space-around;
}
.share-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}
.share-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	margin-bottom: 8px;
}
.share-label {
	font-size: 14px;
	color: #333;
}
/* 复制成功提示弹窗 */
.toast-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	border-radius: 12px;
	padding: 15px;
	text-align: center;
	display: none;
	z-index: 1000;
	box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
.toast-modal.show {
	display: block;
}
.toast-modal h2 {
	font-size: 19px;
	margin-bottom: 16px;
	color: #333;
}
.toast-modal p {
	font-size: 15px;
	color: #999;
	margin-bottom: 24px;
}
.toast-modal .btn {
	background-color: #409eff;
	color: #fff;
	border: none;
	border-radius: 20px;
	padding: 12px 40px;
	font-size: 16px;
	cursor: pointer;
}
/* 底部固定导航栏 */
.bottom-nav {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-top: 1px solid #d6d7d9;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 10px 0;
	z-index: 100;
}
.nav-item {
	text-align: center;
	color: #666;
	font-size: 14px;
}
.bottom-nav .nav-item a{
	color: rgb(96, 98, 102);
}
.nav-item .icon {
	font-size: 20px;
	display: block;
	margin-bottom: 3px;
}
.nav-item.active {
	color: #007bff;
}
.nav-btn {
	background: #409eff;
	color: #fff;
	border: none;
	padding: 10px 50px;
	border-radius: 4px;
	font-size: 16px;
}
.wrap-zlcx{
	background-image: url(/static/img/zlcx-bg.84b94d1e.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	height: 289px;
}
.wrap-zlcx h2{
	font-size: 32px;
  text-align: center;
  color: #fff;
  margin-top: 42px;
  margin-bottom: 10px;
 }
.wrap-zlcx h4{
	font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
 }
.zlcx-search .nav-tabs{
	border: 0px;
	line-height: 44px;
	height: 44px;
	margin-bottom: 10px;
	margin-left: 50px;
  margin-right: 50px;
}
.zlcx-search .nav-tabs > li {
  width: 50%;
  text-align: center;
}
.zlcx-search .nav-tabs > li > a{
	color: #fff;
	font-size: 15px;
	display: block;
	border: 0px;
	cursor: default;
}
.zlcx-search .nav-tabs > li > a:hover{
	background-color: initial;
	border: 0px;
}
.zlcx-search .nav-tabs > li.active > a,
.zlcx-search .nav-tabs > li.active > a:focus, 
.zlcx-search .nav-tabs > li.active > a:hover{
	color: #fff;
	cursor: default;
	background-color: initial;
	border: 0px;
	font-weight: bold;
	font-size: 16px;
	display: block;
	position: relative;
}
.zlcx-search .nav-tabs > li.active > a span::after {
	content: ""; /* 必须加！不加不显示 */
	width: 30px;
	transform: translate(39.5833px);
	transition-duration: 300ms;
	height: 3px;
	background-color: #fff;
	position: absolute;    
    /* 可选：给个定位坐标，防止看不见 */
	bottom: 0;
	left: 12px;
}
.zlcx-form{
}
.zlcx-form form{
	margin-top: 7px;
	margin-bottom: 15px;
}
.zlcx-form form .input-group-addon{
	border: 0;
	background-color: #fff;
}
.zlcx-form form .input-group-addon .fa-sistrix{
	font-size: 20px;
	color: rgb(144, 147, 153);
}
.zlcx-form form .form-control{
	border: 1px solid #fff;
	line-height: 52px;
	height: 52px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.zlcx-form form  .form-control:focus{
	-webkit-box-shadow: none;
	box-shadow: none;
}
.zlcx-form .resou{
	line-height: 15px;
	height: 15px;
}
.zlcx-form .resou img{
	width: 41px;
  float: left;
  margin-right: 7px;
}
.zlcx-form .resou span{
	float: left;
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
}
.zlcx-form .btn-primary {
  background-color: #007aff;
  border-color: #007aff;
}
.zlcx-form .note{
  margin-top: 15px;
  color: #fff;
  font-size: 14px;
}
.zlcx-content{	
}
.zlcx-content h1{
  font-size: 23px;
  font-weight: 700;
  line-height: 37px;
}
.zlcx-content .info{
  font-size: 13px;
  color: #999;
  margin-top: 10px;
  margin-bottom: 10px;
}
.zlcx-content h3{
	font-size: 19px;
  font-weight: 700;
}
.zlcx-content .instructions{
  font-size: 13px;
  color: #999;
}
.zlcx-content .info .icon img {
  height: 16px;
}
.zlcx-content .info .icon {
	color: rgb(254, 71, 93);
	line-height: 16px;
	height: 16px;
	display: block;
	font-weight: normal;
}
.search-title{
	line-height: 35px;
}
.wrap-bqcx{
	background-image: url(/static/img/bqcx-bg.d6d171e9.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  height: 280px;
}
.wrap-bqcx h2{
	font-size: 32px;
  text-align: center;
  color: #fff;
  margin-top: 42px;
  margin-bottom: 10px;
 }
.wrap-bqcx h4{
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
 }
.bqcx-search{
}
.bqcx-search .nav-tabs{
	border: 0px;
	line-height: 44px;
	height: 44px;
	margin-bottom: 10px;
	margin-left: 50px;
  margin-right: 50px;
}
.bqcx-search .nav-tabs > li {
  width: 50%;
  text-align: center;
}
.bqcx-search .nav-tabs > li > a{
	color: #fff;
	font-size: 15px;
	display: block;
	border: 0px;
	cursor: default;
}
.bqcx-search .nav-tabs > li > a:hover{
	background-color: initial;
	border: 0px;
}
.bqcx-search .nav-tabs > li.active > a,
.bqcx-search .nav-tabs > li.active > a:focus, 
.bqcx-search .nav-tabs > li.active > a:hover{
	color: #fff;
	cursor: default;
	background-color: initial;
	border: 0px;
	font-weight: bold;
	font-size: 16px;
	display: block;
	position: relative;
}
.bqcx-search .nav-tabs > li.active > a span::after {
	content: ""; /* 必须加！不加不显示 */
	width: 30px;
	transform: translate(39.5833px);
	transition-duration: 300ms;
	height: 3px;
	background-color: #fff;
	position: absolute;    
    /* 可选：给个定位坐标，防止看不见 */
	bottom: 0;
	left: 9px;
}
.bqcx-form{
}
.bqcx-form form{
	margin-top: 7px;
	margin-bottom: 15px;
}
.bqcx-form form .input-group-addon{
	border: 0;
	background-color: #fff;
}
.bqcx-form form .input-group-addon .fa-sistrix{
	font-size: 20px;
	color: rgb(144, 147, 153);
}
.bqcx-form form .form-control{
	border: 1px solid #fff;
	line-height: 52px;
	height: 52px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.bqcx-form form  .form-control:focus{
	-webkit-box-shadow: none;
	box-shadow: none;
}
.bqcx-form .resou{
	line-height: 15px;
	height: 15px;
}
.bqcx-form .resou img{
	width: 41px;
  float: left;
  margin-right: 7px;
}
.bqcx-form .resou span{
	float: left;
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
}
.bqcx-form .btn-primary {
  background-color: #007aff;
  border-color: #007aff;
}
.bqcx-form .note{
  margin-top: 15px;
  color: #fff;
  font-size: 14px;
}
.wrap-zscx{
	background-image: url(/static/img/zscx-bg.3f3b8b59.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  height: 332px;
}
.wrap-zscx h2{
	font-size: 32px;
  text-align: center;
  color: #fff;
  margin-top: 42px;
  margin-bottom: 10px;
 }
.wrap-zscx h4{
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
 }
.wrap-gqzs{
	background-image: url(/static/img/gqzs-bg.0a634a1f.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  height: 321px;
}
.wrap-gqzs h2{
	font-size: 32px;
  text-align: center;
  color: #fff;
  margin-top: 42px;
  margin-bottom: 10px;
 }
.wrap-gqzs h4{
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
 }
.all-navigation h1{
	font-size: 19px;
	font-weight: 700;
	border-bottom: 1px solid rgb(214, 215, 217);
	margin-top: 13;
	margin-right: 0;
	margin-left: 13;
	padding-bottom: 13px;
	padding-left: 13px;
	clear: both;
	width: 100%;
}
.all-navigation .u-grid-item li{
	width: 25%;
}
.guestbook .type-row{display:flex;align-items:center;padding: 20px 10px;border-bottom:1px solid #eee;justify-content:space-between;}
.guestbook .type-text{
	font-size: 16px;
	color: #333;
}
.guestbook .arrow{color:#999;font-size:20px;}
.guestbook .textarea-box{
	padding: 15px;
	position: relative;
}
.guestbook textarea{width:100%;border:none;border-bottom:1px solid #eee;outline:none;font-size:18px;padding:10px 0;resize:none;}
.guestbook .tip-gray{color:#ccc;position:absolute;left:15px;top:25px;pointer-events:none;}
.guestbook .count-num{text-align:right;color:#999;margin-top:-25px;}
.guestbook .btn-box{
	padding-top: 15px;
	padding-bottom: 15px;
}
.guestbook .btn-submit{width:100%;background:#4096ff;color:#fff;border:none;height:50px;font-size:18px;border-radius:4px;margin-bottom:15px;}
.guestbook .btn-cancel{width:100%;background:#fff;border:1px solid #ddd;height:50px;font-size:18px;border-radius:4px;color:#333;}
/* 底部弹窗样式 */
.guestbook .modal-type .modal-dialog{
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0;
	bottom: 0px;
}
.guestbook .modal-type .modal-content{border-radius:6px 6px 0 0;}
.guestbook .type-item{padding:18px;text-align:center;border-bottom:1px solid #eee;font-size:18px;}
.guestbook .close-modal{position:absolute;right:15px;top:12px;font-size:22px;color:#999;cursor:pointer;}
.guestbook .modal-body{
	background-color: #fff;
}