<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/***************************************** 导航头部*****************************************/
nav{
	background: #FFFFFF;
}

.margin-top25{
	margin-top: 25px;
}
.none{
	display: none;
}


.herder{ 
	background:#FFFFFF;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	height: 80px;
}
.herder .topflex{
	display: flex;
	align-items: center;
}.logo{
	 display: flex;
	 align-items: center;
 }
.logo img{
	width: 60px;
	height: 60px;
	display: block;
}
.logo span{
	font-size: 14px;
	font-weight: 400;
	margin-left: 27px;
	height: 45px;
	display: flex;
	align-items: center;
	white-space: nowrap;
	box-sizing: border-box;
	color: #000000;
	cursor: pointer;
	position: relative;
}
.logo span img{
	width: 15px;
	height: 15px;
	margin-right: 4px;
}
.logo span:hover .area-box{
	display: block;
}
.logo .webSiteName {
  height: 26px;
  font-size: 24px;
  font-family: "PangMenZhengDao" !important;
  line-height: 28px;
  color: #000000;
  opacity: 1;
  margin-left: 14px;
}
.area-box{
	position: absolute;
	width: 380px;
	z-index: 99;
	min-width: 150px;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 12px 15px 23px!important;
	box-shadow: 2px 2px 10px 5px rgba(204, 204, 204, 0.4);
	border-radius: 2px;
	z-index: 99;
	top: 45px;
	left: -160px;
	cursor:auto;
	display: none;
}
.deg{
	position: absolute;
	top: -5px;
	left: 175px;
	height: 10px;
	width: 10px;
	background-color:#fff;
	transform: rotate(45deg);
}
.area-box li{
	display: flex;
	line-height: 24px;
	height: 24px;
	margin-bottom: 12px;
}
.area-box .titleItem{
	margin: 0;
	color: #333333;
	font-weight: bold;
	margin-right: 10px;
	cursor:auto;
}
.area-box .titleItem:hover{
	color: #303133;
}
.area-box li span{
	margin-left: 0;
	color: #303133;
	font-size: 14px;
	padding: 0 10px;
	display: inline-block;
}
.area-box li span a{
	color: #303133;
}
.area-box li a:hover{
	color: #D83434;
}
.area-box .lines{
	position: absolute;
	left: 75px;
	bottom: 19px;
	width: 1px;
	height: 253px;
	background: #e5e7ea;
}
.cusp{
	cursor: pointer!important;
	font-weight: bold!important;
}
.cusp:hover{
	color: #D83434!important;
}

.search{
	display: flex;
	align-items: center;
	/*margin-left: 100px;*/
}
.search input{
	width: 350px;
	height: 40px;
	border: 1px solid #D83434;
	border-radius: 2px 0 0 2px;
	padding-left: 16px;
	font-size: 14px;
}
.search input::-webkit-input-placeholder{
	color: #CCCCCC;
}
.search input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color: #CCCCCC;
}
.search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color: #CCCCCC;
}
.search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color: #CCCCCC;
}
.search .btn1{
	background: #D83434;
	border: 1px solid #D83434;
	border-radius:0 2px 2px 0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	width: 118px;
	height: 40px;
	cursor: pointer;
}
.search .btn1 a{
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	display: inline-block;
	line-height: 36px;
}
.search .btn2{
	border: 1px solid #D83434;
	border-radius:0 2px 2px 0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	width: 144px;
	height: 40px;
	line-height: 30px;
	cursor: pointer;
	margin-left: 24px;
	border-radius: 2px;	
	background:#D83434 url(/skin/images/home/iconfabu2x.png) no-repeat;
	background-size: 16px 16px;
	background-position: 12px 11px;
	padding-left: 26px;
}
.user{
	display: flex;
	align-items: center;
}
.user a{
	text-decoration:none;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	margin-right: 20px;
	position: relative;
}

.user a:hover{
	text-decoration: underline;
}

.user .news{
	position: absolute;
	right: -6px;
	top:-7px;
	line-height: 12px;
	background: #D83434;
	border-radius: 50px;
	color: #FFFFFF;
	font-size: 8px;	
	text-align: center;
	width: 10px;
	height: 10px;
}
.user a:last-child{
	margin-right: 0;
}
.maxwidth{
	background: #F5F5F5;
	border-bottom: 1px solid #E9E9E9;
}
.navs{
	height: 48px;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.navs li{
	flex: 1;
	text-align: center;
	height: 48px;
}
.navs li a{
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 48px;
	color: #000000;					
	text-decoration:none;
	height: 48px;
}
.navs li a.activ{
	color: #D83434;
	border-bottom: 2px solid #D83434;
} 
#message{
	display: none;
	position: absolute;
	top:25px;
	left: -50px;
	background: #FFFFFF;
	width: 145px;
	height: 80px;
	color: #000000;
	font-weight: 700;
	font-size: 15px;
	padding:0 20px 25px 20px;
	box-shadow: 0px 0px 10px 1px #E5E5E5;
	z-index: 9999;
	border-radius: 2px;
}
#message li{
	margin-top: 18px;
}
#message li p{
	height: 10px;
	background: red;
	width: 100%;
	position: relative;
}
#message p::after{
	position: absolute;
	top: -21px;
	left: 55px;
	content: '';
	clear: both;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid transparent;
	border-bottom: 18px solid #FFFFFF;
	z-index: 999;
}
#message li span{
	color: #D73239;
}
.message{
	position: relative;
}
.message:hover #message{
	display: block;
}
.download{
	margin: 0 auto;
	display: flex!important;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-family: PingFang SC!important;
	font-weight: 400;
	color: #D83434!important;
}
.download img{
	width:18px;
	height: 18px;
	margin-right: 6px;
	display: block;
}
/*****************************************底部 *****************************************/
.footer{
	background: #333333;
	padding: 48px 0 0 0;
	min-width: 1200px;
}
.footer&gt;div{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer .left{
	display: flex;
}
.footer .title{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	padding-bottom: 16px;
	text-align: center;
}
.footer .left&gt;li{
	margin-right: 88px;
}
.footer a{
	text-decoration: none;
	color: #717171;
}
.footer .ditem{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	margin-top: 16px;
	text-align: center;
}
.qqjl{ 
	width: 86px;
	height: 24px;
	background: #D83434;
	border-radius: 2px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 12px;
}
.qqjl a{
	color: #FFFFFF;
	display: flex;
	width: 86px;
	height: 24px;
	justify-content: center;
	align-items: center;
}
.qqjl img{
	width: 12px;
	display: block;
	margin-right: 5px;
}
.footer .sren{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #717171;
	margin: 15px 0 8px 0;
}
.footer .scode img{
	width: 86px;
	height: 86px;
	display: block;
}
.code img{
	width: 91px;
	height: 91px;
	display: block;
}
.footer .right{
	display: flex;
}
.code div{
	width: 118px;
	height: 118px;
	border: 1px solid #4C4C4C;
	opacity: 1;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.code p{
	height: 16px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #717171;
	text-align: center;
	width: 100%;
	margin-top: 12px;
}
.code{
	margin-right: 32px;
}
.footer .dbtn{
	margin-left: -8px;
}
.footer .dbtn div{
	width: 148px;
	height: 40px;
	background: #D83434;
	border-radius: 4px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 20px;
	color: #FFFFFF;
	justify-content: center;
	cursor:pointer;
}
.footer .dbtn div:nth-child(1){
	margin-top: 9px;
}
.footer .dbtn img{
	width: 16px;
	height: 16px;
}
.footer .links{
	border-top: 1px solid #717171;
	margin-top: 36px;
	padding: 32px 0 26px 0;
	align-items: initial;
}
.links ul{
	display: flex;
	flex-wrap: wrap;
	flex: 1;
}
.links span{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-right: 24px;
}
.links ul li{
	margin-right: 32px;
	font-size: 14px;
	margin-bottom: 12px;
	width: 84px;
}
.footer h5{
	text-align: center;
	line-height: 40px;
	background: #232323;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #595959;
}

.footer h5 a:hover{
	text-decoration:underline;
}

.min1200{
	margin:0 auto;
	min-width: 1200px;
}
.wid1200{
	width: 1200px;
	margin:0 auto;
}
.flexl1{
	display: flex;
}
.flexl2{
	display: flex;
	align-items: center;
}
.flexl3{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flexl4{
	display: flex;
	align-items: center;
	justify-content: center;
}
.flexl5{
	display: flex;
	justify-content: space-between;
}
/*****************************************侧边 *****************************************/
.fixed{
	position: fixed;
	right: 1px;
	top: 50%;
	z-index: 888;
	width: 45px;
	margin-top: 80px;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.06);
}
.fixed li{
	list-style: none;
	height: 45px;
	opacity: 1;
	cursor: pointer;
	position: relative;
}
.fixed li p{
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #606972;
	text-align: center;
}
.app{
	width: 100%;
	height: 45px;
	background: url(../images/appHome.png) no-repeat;
	background-size: 100% 100%;
}
.gzh{
	width: 100%;
	height: 45px;
	background: url(../images/wxoa.png) no-repeat;
	background-size: 100% 100%;
}
.kf{
	width: 100%;
	height: 45px;
	background: url(../images/kefushouji.png) no-repeat;
	background-size: 100% 100%;
}
.hdb{
	width: 100%;
	height: 45px;
	background: url(../images/backTop.png) no-repeat;
	background-size: 100% 100%;
}
.child{
	position: absolute;
	right: 52px;
	top: -68px;
	background: #FFFFFF;
	box-shadow: 3px 6px 16px 0px rgba(0, 0, 0, 0.1);
	padding: 24px;
	border-radius: 10px;
	display: none;
}
.fixed li:hover .child{
	display: block!important;
}
.fixed li:hover .tel{
	display: block!important;
}

.child img{
	width: 132px!important;
	height: 132px!important;
}
.child&gt;div{
	position: relative;
	top: 10px;
}
.child&gt;div::after{
	position: absolute;
	content: '';
	clear: both;
	top: -78px;
	right: -38px;
	border-left: 8px solid #FFFFFF;
	border-right: 8px solid transparent;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

li .tel{
	position: absolute;
	right: 119%;
	top: -160px;
	font-size: 14px;
	color: #D83434;
	display: none;
	width: 250px;
	height: 240px;
	background: #FFFFFF;
	border-radius: 3px;
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
	opacity: 1;
	padding-left: 24px;
	padding-top: 12px;
}

.hovers li:hover .tel{
	display: block!important;
}
.tel&gt;div{
	display: flex;
	align-items: center;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 42px;
	color: #000000;
}
.tel img{
	width: 32px!important;
	height: 32px!important;
	margin: 0!important;
	margin-right: 16px!important;
}
.tel&gt;p{
	position: relative;
}
.tel&gt;p::after{
	position: absolute;
	content: '';
	clear: both;
	top: -55px;
	right: -14px;
	border-left: 8px solid #FFFFFF;
	border-right: 8px solid transparent;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
@media (max-width: 1366px){
	.fixed{
		position: fixed;
		right: 1px;
		top: 50%;
		margin-top: 80px;
		z-index: 888;
		width: 45px;
	}
}
/***
全屏遮罩动画
 */
.loadding-tip{
	position:fixed;
	left:0px;top:0px;
	background: rgba(0, 0, 0, 0.52);
	width:100%;  /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
	height:100%;
	filter:alpha(opacity=60);  /*设置透明度为60%*/
	opacity:1;  /*非IE浏览器下设置透明度为60%*/
	z-Index:999;
	text-align: center;
}
.loadding-tip-content{
	background: rgba(0, 0, 0, 0.52);
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	list-style: none;
	display: -webkit-flex;
	/*在webkit内核的浏览器上使用要加前缀*/
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
	width: 250px;
	background: #ffffff;
	padding: 15px;
}
.loadding-tip-content img{
	width: 32px;
	height: auto;
}
.loadding-tip-content label{
	font-size: 14px;
	padding-left: 4px;
	text-align: left;
}

#cover{
	position:fixed;
	left:0px;top:0px;
	background: rgba(0, 0, 0, 0.52);
	width:100%;  /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
	height:100%;
	filter:alpha(opacity=100);  /*设置透明度为60%*/
	opacity:0.6;  /*非IE浏览器下设置透明度为60%*/
	display:none;
	z-Index:999;
	color: white;
	text-align: center;
	padding-top: 25%;
}

#kaitong{
	display:none;
}

.mask{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.4);
	z-index: 88;
}
.mask .masbox{
	width: 300px;
	margin: 0 auto;
	margin-top: 80px;
	position: relative;
}
.masbox img{
	width: 100%;
}
.masbox .btn{
	position: absolute;
	bottom: 20px;
	left: 7%;
	width: 86%;
	cursor: pointer;
}
.masbox .close{
	position: absolute;
	top: -50px;
	right: 0;
	width: 40px;
	margin-left: -20px;
	cursor: pointer;
}

/*登录弹框样式*/
.popLogin{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .4);
	z-index: 1000;
}

.popLogin  .centent{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.popLogin .max12{
	width: 1032px;
	height:441px;
	margin:0 auto;
	display: flex;
	align-items: center;
}
.popLogin .left{
	width:628px;
	height:100%;
	background: url("/images/BJ.jpg") no-repeat center;
}


.popLogin .logo{
	width:100%;
	height:70px;

}
.popLogin .logo img{
	padding-left: 20px;
	padding-top: 10px;
	width: 195px;
}

.popLogin .list{
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items:center;
	justify-content: space-between;
	margin-top:25px;
	height: 328px;
}
.popLogin .list1 span{
	color:#FDE752;

}
.popLogin .list1{
	font-size: 28px;
	display: flex;
	flex-direction: column;
	align-items:center;
	justify-content:center;
}
.popLogin .list2{
	margin-top:15px;
	display: flex;
	flex-direction: row;
	align-items:center;
	justify-content:center;
}
.popLogin .alist{
	display: flex;
	flex-direction: column;

}
.popLogin .list2 span{
	font-size: 16px;
	font-weight: 300;
	line-height:30px;
	margin-top:11px;
	color: #FEFCCD;
}
.popLogin .slist{
	display: flex;
	flex-direction: row;

}
.popLogin .slist li{
	font-weight: 300;
	line-height:30px;
	margin-top: 10px;
	margin-left: 15px;
}
.popLogin .list3{
	margin-top:65px;

}
.popLogin .right{
	width:404px;
	height:100%;
	background:#FFFFFF;
	padding: 40px 32px 48px;
	position: relative;
}
.popLogin .wxQrcode{
	position: absolute;
	top: 30px;
	right: 60px;
	background: #D83434;
	width: 90px;
	height: 30px;
	color: white;
	font-size: 13px;
	line-height: 30px;
	/* border-radius: 2px; */
	text-align: center;
}
.popLogin .wxQrcode span.bot {
	border-width: 5px;
	border-style: solid dashed dashed;
	border-color: transparent transparent transparent #D83434;
	left: 89px;
	bottom: 10px;
}
.popLogin .wxqrcode {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.popLogin .wxQrcode span {
	width: 0;
	height: 0;
	font-size: 0;
	overflow: hidden;
	position: absolute;
}
.popLogin .tabs {
	display: flex;
	margin: 30px auto;
	border-bottom: 1px solid #EFEFEF;
	font-size: 24px;
	padding: 0px;
}
.popLogin .tabs li.activ{
	color:#000000;
	border-bottom:2px solid #D83434;
	font-size: 24px;
}
.popLogin .tabs li {
	width: 120px;
	font-size: 18px;
	font-weight: 600;
	color: #979DAB;
	text-align: center;
	height: 43px;
	cursor: pointer;
	line-height: 35px;
}
.popLogin .item.phone{
	background: url("/images/phone1.png") no-repeat;
	background-size: 18px 18px;
	background-position: 12px 12px;
}
.popLogin .item.password{
	background:url("/images/phone.png") no-repeat;
	background-size:18px 18px;
	background-position:12px 12px;
	position:relative;
}
.popLogin .item input {
	width: 100%;
	height: 100%;
	border: none;
}
.popLogin input:focus{
	outline: none;
}
.popLogin .item img {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -8px;
	cursor: pointer;
}
.popLogin .eyez{
	display:none;
}

.popLogin .remember{
	display:flex;
	justify-content:space-between;
	width: 100%;
	margin-top:-8px;
	font-size:14px;
	font-weight:400;
	color: #3F454B;
}
.popLogin .remember div{
	display:flex;
	align-items: center;
}
.popLogin .remember input{
	width:16px;
	height:16px;
	margin:0px;
}
.popLogin .remenber.div{
	display: flex;
	align-items: center;
}
.popLogin .remember div label{
	margin-left:3px;
}
.popLogin .remember a{
	font-size: 14px;
	font-weight: 400;
	color: #3F454B;
	padding-top: 4px;
}
.popLogin .btn{
	width:100%;
	height:44px;
	background:#D83434;
	box-shadow:0px 2px 6px 0px rgba(216, 52, 52, 0.3);
	border-radius: 1px;
	font-size:16px;
	font-weight: 600;
	color:#FFFFFF;
	border:none;
	cursor:pointer;
	margin-top:24px;
}
.popLogin .code {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 42px;
	margin-bottom: 16px;
	margin-right: 32px;
}
.popLogin .code input {
	width: 230px;
	height: 42px;
	/* border: none; */
	border: 1px solid #E2E7EB;
	background: url("/images/icon18key2x.png") no-repeat;
	background-size: 18px 18px;
	background-position: 12px 12px;
	position: relative;
	padding-left: 42px;
}
.popLogin .code button {
	height: 42px;
	background: #D83434;
	cursor: pointer;
	border: none;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
}
.popLogin .item{
	width: 100%;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	border-radius: 1px;
	border-bottom: 1px solid #E2E7EB;
	padding: 4px;
	margin-bottom: 24px;
	padding-left: 42px;

}
.popLogin .rightzc{
	display:flex;
	justify-content:space-between;
	margin-top:35px;
}
.popLogin .rightzc a{
	font-size: 13px;
	font-weight: 400;
	color:#D83434;
}
/*ol, ul, li {
	list-style: none;
}
a{
	text-decoration: none;
}*/
.popLogin .mask_close{
	background:url("/images/x.png") no-repeat;
	background-size:18px 18px;
	background-position:12px 12px;
	position:relative;
	width:40px;
	height:40px;
	cursor: pointer;
	top:-212px;
}
.popLogin .qrcodeInvalid {
	background: url("/images/qrloginInvalid.png") no-repeat;
	background-size: 100% 100%;
	height: 182px;
	opacity: 0.3;
}
.popLogin .qrcodeInvalidText{
	position: absolute;
	top:190px;
	left:148px;
	margin-bottom:10px;
}
.popLogin .qrcodeInvalidRefresh{
	position:absolute;
	color: white;
	background-color: #D83434;
	width:80px;
	height:30px;
	text-align: center;
	line-height:30px;
	top:215px;
	left:157px;
	cursor: pointer;

}
.popLogin button:focus{
	outline: none;
}

.popLogin .scris{
	padding: 32px;
	overflow-y: scroll;
	height: 400px;
}

.popLogin .message{
	width: 250px;
	height: auto;
	line-height: 48px;
	color: #FFFFFF;
	background: rgba(0, 0, 0, .7);
	text-align: center;
	border-radius: 4px;
	display: none;
	position: absolute;
	left: 50%;
	top: 350px;
	z-index: 9999;
}

#agreement{
	position: fixed;
	width: 800px;
	overflow: hidden;
	height: 450px;
	z-index: 99999;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -45%);
	background: #FFFFFF;
	box-shadow: 2px 6px 12px 0px rgba(0, 0, 0, 0.08);
	display: none;
}

#agreement .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 48px;
	background: #FBFBFB;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
}

#agreement .title &gt; span:nth-child(2) {
	cursor: pointer;
	font-size: 16px;
}

 /*分页样式*/
ul.pagination li a {
	color: black;
	float: left;
	min-width: 28px;
	height: 28px;
	text-decoration: none;
	text-align: center;
	line-height: 28px;
	cursor: pointer;
}

.search {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 20px;
	margin-top: 12px;
}

.search .searchTab {
	display: flex;
	position: absolute;
	top: -24px;
	left: 0;
}

.search .select{
	display: none;
	border: 1px solid #D83434;
	border-right: none;
	height: 40px;
}

.search .select select {
	height: 100%;
	border: none;
}

.search .searchTab div {
	width: 60px;
	height: 24px;
	background: #ffffff;
	border-radius: 1px 1px 0px 0px;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #606972;
	opacity: 1;
	cursor: pointer;
}

.searchTabSelect{
	background: #d83434 !important;
	color: #ffffff !important;
}

.search .searchTab .zhaogongyshang {
	width: 72px;
	height: 24px;
	background: #ffffff;
	opacity: 1;
	border-radius: 1px 1px 0px 0px;
}





</pre></body></html>