@charset "UTF-8";

body {
	width: 100%;
	overflow-x: hidden;
	position: relative;
	min-width: 1420px !important;
}

/* WebKit */
*::-webkit-scrollbar {
  width: 4px;
}
*::-webkit-scrollbar-track {
  background: #EDF4FD;
  border-radius: 10px;
}
*::-webkit-scrollbar-thumb {
  background: #B7D6FF;
  border-radius: 10px;
}
*::-webkit-scrollbar-thumb:hover {
  background: #B7D6FF;
}
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #B7D6FF #EDF4FD;
}

:before,
:after {
	font-family: 'iconfont';
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.iconfont {
	font-family: 'iconfont';
}



/*浮动 清除浮动*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.cf:after {
	display: block;
	content: "";
	height: 0;
	visibility: hidden;
	clear: both;
}

.cf {
	zoom: 1;
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 100px;
}

body {
	font-size: 12px;
	font-family: Arial, "微软雅黑";
	color: #212121;
	-webkit-text-size-adjust: none;
	opacity: 0;
	-webkit-font-smoothing: antialiased;
}

body.show {
	opacity: 1;
}

a {
	color: #212121;
	text-decoration: none;
	outline: none;
}

a:active {
	star: expression(this.onFocus=this.blur());
}

a:link {
	text-decoration: none;
	outline: none;
}

a:visited {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #0048B4;
	outline: none;
}

li {
	list-style: outside none;
}

li {
	list-style-type: none;
}

h1 {
	font-size: 16px;
}

h2,
h3,
h4,
h5 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

textarea,
input {
	background: transparent;
	font-size: 12px;
	font-family: Arial, "微软雅黑";
	color: #888;
	outline: none;
	border: 0;
}

em {
	font-style: normal;
}

img {
	vertical-align: middle;
	max-width: 100%;
	border: 0;
	object-fit: cover;
}

/* banner图 */
.mainContaner {
	width: 100%;
	min-height: 450px;
	margin: 0px auto;
	background: url(banner.png) no-repeat top center;
	background-size: 1600px 450px;
}

.container {
	width: 1420px;
	margin: 0px auto;
}

.container>a{
  display: block;
  width: 1100px;
  height: 200px;
  margin: 0 auto;
}

.switchBox {
	display: flex;
	align-items: center;
	width: 1100px;
	margin: 0px 160px;
	height: 64px;
	padding: 2px;
	border-radius: 12px;
	background-color: rgba(255, 255, 255, 0.5);
}
.switchBox .active{
	background: linear-gradient(180deg, #3E79EC 14.52%, #0257E7 91.12%);
	border: 2px solid #FFFFFF;
}
.switchBtns{
	width: 550px;
	height: 60px;
	line-height: 60px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.SB_icon{
	display: inline-block;
	width: 32px;
	height: 26px;
	margin-right: 20px;
}
.switchBox .grbsBTN .SB_icon{
	background: url(grbs-solid-blue.png) no-repeat;
	background-size: 32px 26px;
}
.switchBox .frbsBTN .SB_icon{
	background: url(frbs-solid-blue.png) no-repeat;
	background-size: 32px 26px;
}
.switchBox .grbsBTN.active .SB_icon{
	background: url(grbs-solid-white.png) no-repeat;
	background-size: 32px 26px;
}
.switchBox .frbsBTN.active .SB_icon{
	background: url(frbs-solid-white.png) no-repeat;
	background-size: 32px 26px;
}

.SB_text{
	font-size: 24px;
	font-weight: 600;
}
.switchBox .grbsBTN.active .SB_text,.switchBox .frbsBTN.active .SB_text{
	color: #FFFFFF;
}

.list_Box{
	margin-bottom: 180px;
}
.FWcount_Box{
	height: 40px;
	margin: 20px 0px;
	line-height: 40px;
	font-size: 22px;
}

.FWcount_num{
	color: #FF5B24;
}

.sxTypes{
	width: 1100px;
	height: 60px;
	display: flex;
	line-height: 60px;
}
.typeImg{
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(jiuye-solid-blue.png) no-repeat;
	background-size: 36px 36px;
	margin-top: 12px;
	margin-right: 10px;
}
.typeName{
	display: inline-block;
	height: 60px;
	font-size: 24px;
	line-height: 60px;
  font-weight: 600;
}

.lists .active{
	border: none;
}
.lists .active .sxTitle {
	font-weight: bold;
	color: #0257E7;
}
.lists .active .detailBox{
	display: block;
}

.lists .eachList:last-of-type{
	border-bottom: 1px solid #E5E5E5;
}

.titleBox{
	width: 1100px;
	height: 80px;
	line-height: 80px;
	position: relative;
	padding-left: 20px;
}
.titleBox::before{
	content:"";
	position: absolute;
	left: 0px;
	top: 37px;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #0257E7;
}

.sxTitle{
	display: inline-block;
	height: 80px;
	line-height: 80px;
	font-size: 20px;
	color: #000000;
	cursor: pointer;
}

.sxBatch{
	display: inline-block;
	width: 110px;
	height: 24px;
	margin-top: 28px;
	margin-left: 20px;
	line-height: 24px;
	border-radius: 12px;
	text-align: center;
	font-size: 14px;
}
.sxBatch-24-1{
	color: #FA6400;
	background: rgba(250, 100, 0, 0.06);
}
.sxBatch-24-2{
	color: #FA6400;
	background: rgba(250, 100, 0, 0.06);
}
.sxBatch-25-1{
	color: #0257E7;
	background: #0257E70F;
}
.sxBatch-25-2{
	color: #0257E7;
	background: #0257E70F;
}

.sxBtn{
	display: inline-block;
	width: 100px;
	height: 30px;
	margin-top: 25px;
	text-align: center;
	line-height: 30px;
	background-color: #0257E7;
	gap: 10px;
	font-size: 16px;
	color: #FFFFFF;
	border-radius: 15px;
	cursor: pointer;
}

.detailBox{
	display: none;
	width: 1100px;
	height: 320px;
	border-radius: 12px;
	border: 1px solid #0257E7;
	background: url(fgx.png) no-repeat;
	background-size: 20px 160px;
	background-position: 540px 80px;
	padding: 30px 30px 0px 30px;
}

.lbsx{
	width: 490px;
	display: inline-block;
}
.lbsx_Box{
	position: relative;
	display: inline-block;
	width: 130px;
	height: 26px;
	border-radius: 13px;
	line-height: 26px;
	text-align: center;
	font-size: 14px;
	margin-bottom: 30px;
	background: linear-gradient(180deg, #F4F8FF , #FBFCFF);
}
.lbsx_Box::after{
	content:"";
	position: absolute;
	left: -2px;
	top: -2px;
	z-index: -1;
	display: inline-block;
	width: 134px;
	height: 30px;
	border-radius: 15px;
	background: linear-gradient(180deg, rgba(68, 141, 246,0.2), rgba(120, 192, 252,0.2));
}
.lbsx_num{
	color: #0257E7;
	font-weight: bold;
}
.lbsx_lists ul{
    width: 490px;
    height: 150px;
    overflow-x: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.each_lbsx{
	width: 230px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	background: url(lbsxICON.png) no-repeat;
	background-size: 16px 16px;
	background-position: 0px 3px;
	padding: 0px 20px;
	margin: 20px 0px 0px 0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.each_lbsx:first-of-type,.each_lbsx:nth-of-type(2){
  margin: 0;
}

.xgfw{
	display: inline-block;
	width: 520px;
	margin-left: 20px;
}
.xgfw_Box{
	position: relative;
	display: inline-block;
	width: 130px;
	height: 26px;
	border-radius: 13px;
	line-height: 26px;
	text-align: center;
	font-size: 14px;
	margin-bottom: 30px;
	margin-left: 30px;
	background: linear-gradient(180deg, #F4F8FF , #FBFCFF);
}
.xgfw_Box::after{
	content:"";
	position: absolute;
	left: -2px;
	top: -2px;
	z-index: -1;
	display: inline-block;
	width: 134px;
	height: 30px;
	border-radius: 15px;
	background: linear-gradient(180deg, rgba(68, 141, 246,0.2), rgba(120, 192, 252,0.2));
}
.xgfw_num{
	color: #0257E7;
	font-weight: bold;
}
.xgfw_lists{
	margin-left: 30px;
}
.xgfw_lists ul{
	width: 490px;
	height: 70px;
	overflow-x: hidden;
	display: flex;
	flex-wrap: wrap;
}
.each_xgfw{
	width: 230px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	padding: 0px 20px;
	margin: 20px 0px 0px 0px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.each_xgfw:first-of-type,.each_xgfw:nth-of-type(2){
  margin: 0;
}

.each_xgfw::after{
	content:"";
	position: absolute;
	left: 0px;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #0257E7;
}

.vdnewck{
	position:relative;
	margin-top: 20px;
	width: 280px;
	height: 110px;
	background:url(/images/721/gxbcvideo.png) no-repeat;
	cursor:pointer;
	background-size: 140px 130px;
	border-radius: 10px;
	margin: 20px auto;
}
.vdnewck::after{
	content:"";
	position: absolute;
	left: 120px;
	top: 35px;
	width:40px;
	height:40px;
	background:url(playVideoBtn.png) no-repeat;
	background-size: 40px 40px;
}

.videhtml{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 200;
	display:none;
}
.videhtml div{
    width: 800px;
    height: 450px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}
.videhtml div .gxbc_vidodeli{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(close.png) no-repeat;
    background-size: 20px 20px;
    position: absolute;
	right: -25px;
	cursor:pointer;
}

.GR_ListBox,.FR_ListBox{
	position: relative;
	display: none;
	width: 1420px;
}
.GR_ListBox_container,.FR_ListBox_container{
	width: 1100px;
	margin: 0px auto;
}

.GR_FW_Postion,.FR_FW_Postion{
	position: absolute;
	top: 80px;
	width: 140px;
}
.GR_FW_Postion ul,.FR_FW_Postion ul{
	position: relative;
	height: auto;
	overflow-y: hidden;
	padding-bottom: 20px;
}
.GR_FW_Postion ul::before,.FR_FW_Postion ul::before{
	content:"";
	position: absolute;
	right: 13px;
	top: 0px;
	width: 8px;
	height: 500px;
	border-right: 2px solid #E5E5E5;
}

.GR_FW_Postion ul .active,.FR_FW_Postion ul .active{
	color: #0257E7;
	font-size: 16px;
	font-weight: bold;
}
.GR_FW_Postion ul .active::after,.FR_FW_Postion ul .active::after{
	content:"";
	position: absolute;
	right: 4px;
	top: 3px;
	width: 16px;
	height: 16px;
	background: url(arror-right.png) no-repeat;
	background-size: 16px 16px;
}

.eachFW_postion{
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	text-align: right;
	padding: 0px 30px;
	cursor: pointer;
	margin-bottom: 10px;
	position: relative;
}
.eachFW_postion::after{
	content:"";
	position: absolute;
	right: 10px;
	top: 7px;
	z-index: 1;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #BCBEC0;
}

/* 更多服务接入中 */
#comingSoon {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 220;
}

#comingSoonBox {
    position: absolute;
    width: 410px;
    text-align: center;
    background: #fff;
    top: calc(50% - 120px);
    left: calc(50% - 205px);
    border-radius: 12px;
}

.colseComingSoon {
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 20px;
    width: 18px;
    height: 18px;
    background: url(colse.png) no-repeat;
    background-size: 18px 18px;
    cursor: pointer;
}

#comingSoonBox .comingSoon_title {
    width: 100%;
    height: 60px;
    background: #c40311;
    color: #FFF;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    border-radius: 8px 8px 0px 0px;
    font-weight: bold;
}

#comingSoonBox .comingSoon_text {
    font-size: 16px;
    line-height: 50px;
    padding: 20px;
}

#comingSoonBox .Iknow {
    margin-left: 150px;
    margin-bottom: 20px;
    color: #FFF;
    width: 110px;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 8px;
    background-color: #c40311;
    cursor: pointer;
}

#comingSoonBox .dontGo {
    margin-right: 20px;
    color: #FFF;
    width: 80px;
    float: right;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 8px;
    background-color: #d1d1d1;
    cursor: pointer;
}

#comingSoonBox .Iknow:hover {
    background: #c40311;
    color: #FFF;
}

/* 地方弹窗 */
#mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 200;
}
.bsdd_mainContaner {
	width: 770px;
	margin: 0 auto;
  }
  
  .bsdd {
	width: 770px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 8px;
	margin: auto;
	background: #fff;
  }
  
  .bsdd .area_boxTitle {
	display: block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	background-color: #c40311;
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	border-radius: 8px 8px 0px 0px;
	position: relative;
  }
  
  .bsdd .area_boxTitle span:first-child {
	position: absolute;
	top: 0px;
	right: 30px;
  }
  
  .bsdd .area_boxTitle img {
	width: 18px;
	height: 18px;
	cursor: pointer;
  }
  
  .bsdd .area_title {
	display: inline-block;
	font-size: 16px;
	line-height: 22px;
	cursor: default;
  }
  
  .area_sel_list {
	font-weight: normal;
	display: inline-block;
	line-height: 16px;
  }
  
  .each_sel:first-child {
	margin-left: 0px;
  }
  
  .each_sel {
	display: inline-block;
	margin: 0px 16px;
	position: relative;
	cursor: pointer;
  }
  
  .each_sel::after {
	content: ">";
	position: absolute;
	top: 0px;
	left: 110%;
  }
  
  .each_sel:last-child::after {
	content: none;
  }
  
  .area_list {
	display: inline-block;
	padding: 10px 30px;
  }
  
  .area_list li {
	float: left;
  }
  
  .each_area {
	height: 40px;
	width: 140px;
	border-radius: 6px;
	font-size: 16px;
	line-height: 40px;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
  }
  
  
  .nullData{
    color: #bcbcbc;
    cursor: default;
  }
  .nullData:hover {
    color:#bcbcbc !important;
  }
  
  .each_area:hover {
    color: #c40311;
  }
  
  .checkedArea {
    border-top: 1px solid #dadada;
    padding-top: 10px;
    margin: 0px 0 10px 30px;
  }
  
  .checkedArea span:not(:first-child) {
    font-weight: normal;
    margin: 0px 6px;
    cursor: pointer;
    color: #999;
  }
  
  .checkedArea span:not(:first-child):hover {
    color: #6F3F3C;
  }
  
  .btn_tip {
    padding: 0 30px;
    overflow: hidden;
  }
  
  .btn_tip span {
    float: left;
  }
  
  .button_confirm {
    display: block;
    width: 80px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    background-color: #bcbcbc;
    color: #FFF;
    border-radius: 6px;
    cursor: pointer;
  }