input:focus {
  outline: none;
}

i {
  font-style: normal;
}

button {
  border: none;
}

.hdtStyle {
  overflow-x: hidden;
}

.fl {
  float: left;
}

.FR {
  float: right;
}

.cf:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}

.cf {
  zoom: 1;
}


.cleafix:after {
  content: '.';
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
}


.hdtStyle::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.hdtStyle::-webkit-scrollbar-track,
.hdtStyle::-webkit-scrollbar-corner {
  background: #F6F6F6;
}

.hdtStyle::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #CCC;
}

.hdtStyle::-webkit-scrollbar-thumb:window-inactive {
  background: #CCC;
}


.banner {
  width: 100%;
  height: 320px;
  background: url(banner.jpg) no-repeat center;
  background-size: 1920px 100%;
}

.bannerContext {
  width: 1100px;
  height: auto;
  margin: 0px auto;
  padding-top: 200px;
}

.bannerLeft {
  width: 520px;
  height: 50px;
}

.bannerRigth {
  position: relative;
}

.loginDiv {
  position: absolute;
  top: -120px;
  right: 0px;
  width: 260px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 16px 0px rgba(22, 23, 59, 0.08);
  border-radius: 8px 8px 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.loginDiv>div {
  display: none;
}

.notLogin {}

.logBtns {
  margin: 0px auto;
  width: 220px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  background: linear-gradient(157deg, #4A85F7 0%, #1764E7 100%);
  border-radius: 4px;
  cursor: pointer;
}

.logBtns a {
  color: #FFFFFF;
}

.GRBtn,
.FRBtn {
  margin-top: 20px;
}

.FRLogin p {
  font-size: 14px;
  line-height: 28px;
  padding: 0 4px 0 28px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  color: #FFFFFF;
  background-image: url(postion.png);
  background-repeat: no-repeat;
  background-position: 4px 50%;
  background-size: 20px 20px;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.FRBtn {
  width: 100px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 4px;
  cursor: pointer;
}

.xypjBtns {
  border: 1px solid #FFFFFF;
  margin-right: 16px;
  position: relative;
}

.xypjBtns:before {
  display: none;
  content: '';
  position: absolute;
  top: 10px;
  right: 14px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: red;
}


.qyfw_lists {
  /* display: none; */
  position: absolute;
  width: 400px;
  background: #fff;
  overflow: hidden;
  border-radius: 4px;
  left: -300px;
  bottom: -210px;
  z-index:10;
  box-shadow: 0px 0px 16px 0px rgba(42, 56, 80, 0.06);
}

.qyfw_lists li {
  float: left;
}

.qyfw_lists a {
  position: relative;
  display: block;
  width: 100px;
  padding: 20px 14px;
  text-align: center;
  height: 100px;
  text-align: center;
  color: #333;
}

.qyfw_lists a:hover {
  color: #333;
}

.qyfw_lists li img {
  display: inline-block;
  margin-bottom: 4px;
}

.qyfw_lists li span {
  display: block;
  font-size: 12px;
  line-height: 20px;
}

.qyfw_lists li i {
  display: none;
  position: absolute;
  width: 16px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  background: #FF3B30;
  border-radius: 50%;
  top: 15px;
  right: 25px;
}

.notLogin_text {
  display: block;
  width: 220px;
  line-height: 30px;
  margin: 0px auto;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.GR_hello {
  display: block;
  width: 220px;
  height: 40px;
  font-weight: bold;
  line-height: 40px;
  font-size: 18px;
  margin: 0px auto;
  text-align: left;
  color: #FFFFFF;
}

.GR_text {
  display: block;
  width: 220px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  margin: 0px auto;
  text-align: left;
  color: #FFFFFF;
}

.FR_hello {
  display: block;
  width: 220px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  margin: 0px auto;
  text-align: left;
  color: #FFFFFF;
}

.FR_text {
  display: block;
  width: 220px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  margin: 0px auto;
  text-align: left;
  color: #FFFFFF;
}

.mainSearch {
  display: inline-block;
  width: 430px;
  height: 50px;
  background: linear-gradient(180deg, #F4F8FF 0%, #FBFCFF 100%);
  box-shadow: 0px 4px 8px 0px rgba(107, 140, 195, 0.1);
  border-radius: 32px 32px 32px 32px;
  position: relative;
}

.mainSearch:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  background: url(search.png) no-repeat;
  background-size: 20px 20px;
  background-position: 20px 14px;
}

.searchText {
  height: 100%;
  width: 260px;
  font-size: 18px;
  margin-left: 50px;
  border: none;
  background: linear-gradient(180deg, #F4F8FF 0%, #FBFCFF 100%);
}

.searchBtn {
  width: 100px;
  height: 46px;
  margin: 2px 2px 2px 10px;
  line-height: 46px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  background: linear-gradient(157deg, #3E79EC 0%, #0257E7 100%);
  border-radius: 23px;
  cursor: pointer;
}

.bannerZNWD {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  background: url("robot.png") no-repeat;
  background-size: 50px 50px;
  cursor: pointer;
}

.bannerZNWD::before {
    content: "智能问答";
    position: absolute;
    bottom: -20px;
    right: -10px;
    width: 70px;
    height: 24px;
    line-height: 22px;
    font-size: 12px;
    text-align: center;
    color: rgb(255, 255, 255);
    background: linear-gradient(157deg, rgb(62, 121, 236) 0%, rgb(2, 87, 231) 100%);
    border-radius: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
}


.sxqd_banner {
  width: 100%;
  height: 64px;
  background: url(sxqd_banner.png) no-repeat center;
  background-size: 1920px 100%;
  margin-bottom: 20px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
}
.banner-container {
    position: relative;
    height: 64px; /* Adjust to match eachsxqd height */
    overflow: hidden;
  
}

 .eachsxqd{
  width: 1100px;
  height: 64px;
  position: absolute;
  top: 64px; /* Start off-screen */
  padding-top:8px;
  margin:0px auto;
  text-align: center;
  cursor:pointer;
  left: 50%; /* Center horizontally */
  transform: translateX(-50%); /* Adjust for centering */
}
.eachsxqd span{
  display:inline-block;
}
.eachsxqd:nth-child(1) .eachsxqd_title{
  width: 550px;
  height: 50px;
  background: url(zdsx.png) no-repeat center;
  background-size: 550px 50px;
}
.eachsxqd:nth-of-type(1) .eachsxqd_btn{
  width: 100px;
  height: 50px;
  margin-left:30px;
  background: url(sxqd_btn.png) no-repeat center;
  background-size: 100px 40px;
}
.eachsxqd:nth-child(2) .eachsxqd_title{
  width: 700px;
  height: 50px;
  background: url(zdsxDYP.png) no-repeat center;
  background-size: 700px 50px;
}
.eachsxqd:nth-of-type(2) .eachsxqd_btn{
  width: 100px;
  height: 50px;
  margin-left:30px;
  background: url(sxqd_btn.png) no-repeat center;
  background-size: 100px 40px;
}


.login {
  width: 1100px;
  margin: 40px auto 0;
}

.login div {
  position: relative;
  width: 1078px;
  padding: 14px 14px 14px 46px;
  margin-left: 22px;
  border-radius: 8px;
  background: linear-gradient(180deg, #EAF5FF 0%, #FBFDFF 100%);
  box-shadow: 0px 4px 16px 0px rgba(166, 188, 225, 0.25);
}

.tongzhi {
  display: none;
}

.login div span {
  position: absolute;
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  top: 16px;
  left: -22px;
}

.noLogin span {
  background: url(noLogin.png) no-repeat center;
  background-size: 44px;
}

.tongzhi span {
  background: url(tongzhi.png) no-repeat center;
  background-size: 44px;
}

.login div p {
  float: left;
  font-size: 20px;
  line-height: 48px;
  color: #364458;
}

.login a {
  display: block;
  float: right;
  width: 144px;
  text-align: center;
  font-size: 20px;
  line-height: 48px;
  color: #0257E7;
}

.noLogin a {
  font-size: 18px;
  color: #fff;
  padding-right: 24px;
  background-color: #3E79EC;
  background-image: url(jt.png);
  background-repeat: no-repeat;
  background-position: 104px 50%;
  background-size: 24px 24px;
  border-radius: 8px;
}

.jlhdq {
  padding: 1px;
}
.modular>div {
  width: 1100px;
  margin: 0px auto;
  padding: 24px 0;
}
.modular_title {
  display: flex; 
  justify-content: center; 
  align-items: center; 
  width: 1100px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 24px;
}

.modular_title span:first-of-type,
.modular_title span:last-of-type {
  flex: 0 0 325px;
  height: 12px;
  vertical-align: middle;
}

.modular_title span:first-of-type {
  margin-right: 24px;
  background: url(leftFrame.png) no-repeat;
  background-size: 325px 12px;
}

.modular_title span:last-of-type {
  margin-left: 24px;
  background: url(RigthFrame.png) no-repeat center;
  background-size: 325px 12px;
}
.sx_tabBOX{
  display:inline-block;
  width: 1100px;
}
.sx_tab{
  display:inline-block;
  height: 40px;
  font-weight: bold;
  font-size: 24px;
  color: rgba(54,68,88,0.8);
  line-height: 60px;
  text-align: left;
  margin-right: -10px;
  cursor:pointer;
  position:relative;
  width: 367px;
  height: 60px;
  text-align: center;
}
.sx_tab:nth-child(3)::after{
  content:"";
  width:30px;
  height:20px;
  position:absolute;
  top: -8px;
  right: -11px;
  background:url(sx_tabsNew.png) no-repeat;
  background-position:0px 0px;
  background-size:30px 20px;
}

.sx_tabBOX .active{
  color:rgba(54, 68, 88, 1);
}
/* åœ°æ–¹ç‰¹è‰²é›†æˆåŠžäº‹é¡¹æ–°ä¿®æ”¹ */
/* .genduojieru {
  position: relative;
  background: url(dftsjcb_bg.png) no-repeat 100%;
  background-size: 100% 100%;
} */

.genduojieru>div{
  padding: 0 24px;
}

.fw_right::after {
  /* content: "Ã¦â€ºÂ´Ã¥Â¤Å¡Ã¦Å“ÂÃ¥Å Â¡Ã¦Å’ÂÃ§Â»Â­Ã¦Å½Â¥Ã¥â€¦Â¥Ã¤Â¸Â­"; */
  width: 160px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 130px;
  bottom: 10px;
  color: #999;
}

.modular h1 {
  font-size: 28px;
  color: #364458;
  line-height: 40px;
  position:relative;
}

.modular h1 span {
  float: right;
  display: block;
  width: 144px;
  text-align: center;
  font-size: 16px;
  color: #999;
  line-height: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 20px;
  margin-left: 20px;
  cursor: pointer;
  border: 1px solid #E5E5E5;
  /* position: absolute; */
}

.h1_text {
  display: inline-block;
  float: right;
  color: #4B598D;
  font-size: 16px;
  font-weight: normal;
}

.modular h1 span.goto {
  background: none !important;
  border:1px solid #EAEBEE;
}
.modular h1 span.goto a {
    color: #333;
    font-weight: normal;
}

.modular h1 span.active {
  color: #fff;
  background: #0257E7;
}

.gpjcb_lists {
  margin-top: 24px;
  overflow: hidden;
}
.ewdypsx{
display:none;
}
.gpjcb_lists>ul {
  float: left;
  width: 320px;
  height: 520px;
  margin-right: 15px;
  background: #F4F7FF;
  padding: 65px 8px 8px 8px;
}

.gpjcb_lists>ul li {
  height: 40px;
  padding: 0 16px;
  margin-bottom: 8px;
  border-radius: 8px;
  /* background: #F4F7FF; */
  cursor: pointer;
}

.gpjcb_lists>ul li:nth-of-type(5),
.gpjcb_lists>ul li:last-child {
  margin-bottom: 0;
}

.gpjcb_lists>ul li span {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 40px;
  color: #003288;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gpjcb_lists>ul li.active {
  /* background: linear-gradient(157deg, #3E79EC 0%, #0257E7 100%); */
  background: linear-gradient( 99deg, rgba(2,87,231,0.1) 0%, rgba(231,241,255,0.06) 100%);
}

.gpjcb_lists>ul li.active span {
  /* color: #fff; */
  color:#0257E7;
  font-weight: bold;
}

.gpjcb_detail {
    float: left;
    width: calc(100% - 335px);
    height: 520px;
    padding: 24px 16px 30px 16px;
    background: url(gpjcb_bg.png) no-repeat top;
    background-size: 100% 100%;
    border-radius: 12px;
}

.gpjcb_detail h2 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 16px;
  color: #fff;
}

.gpjcb_detail>div {
  overflow: hidden;
  width: 100%;
  height: calc(100% - 48px);
  padding: 24px 32px;
  border-radius: 12px;
  background-color: #fff;
  background-image: url(lbsx_bg.png);
  background-size: 100% auto;
  background-position: 0 100%;
  background-repeat: no-repeat;
}

.gpjcb_detail>div>div {
  float: left;
}

.gpjcb_detail .lbsx {
  width: 406px;
  height: 100%;
  padding-right: 58px;
  margin-right: 30px;
  background: url(fgl_icon.png) no-repeat right;
  background-size: 20px 160px;
}

.gpjcb_detail .lbsx p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}

.gpjcb_detail .lbsx p span {
  color: #0257E7;
}

.lbsx ul {
  width: 100%;
  height: 245px;
  overflow-x: hidden;
  padding-right: 10px;
}

.lbsx li {
  font-size: 16px;
  line-height: 24px;
  padding-left: 26px;
  background: url(sxicon.png) no-repeat;
  background-size: 16px 16px;
  background-position: 0 5px;
  margin-bottom: 20px;
}

.lbsx li:last-child,
.tjfw li:last-child {
  margin-bottom: 0;
}

.lbsx button {
  display: none;
  width: 112px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  background: #0257E7;
  border-radius: 4px;
  margin-top: 24px;
}

.tjfw {
  width: calc(100% - 436px);
}

.tjfw p {
  width: 144px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #666;
  border: 1px solid #78C0FC;
  border-radius: 16px;
  margin-bottom: 24px;
}

.tjfw ul {
    height: 220px;
    padding-right: 10px;
}

.tjfw li {
  padding-left: 17px;
  background: url(dian.png) no-repeat;
  background-position: -10px -3px;
  margin-bottom: 18px;
}

.tjfw li a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}

.tjfw li a:hover {
  color: #0257E7;
  text-decoration: underline;
}

.yjsztjcfw h1 span {
  color: #999;
}

.fwdetails {
  margin-top: 20px;
}

/* åœ°æ–¹ç‰¹è‰²é›†æˆåŠžäº‹é¡¹æ–°ä¿®æ”¹ */
 /*.fw_left {
  width: 634px;
  height: 354px; 
  margin-right: 24px;
  padding: 0 17px;
}*/

.gryjs {
  display: none;
}

.fwnum {
  margin-bottom: 35px;
}

.fwnum p {
  font-size: 16px;
  color: #666;
  line-height: 22px;
  margin-bottom: 4px;
}

.fwnum p span {
  font-size: 40px;
  font-weight: 600;
  color: #0257E7;
  line-height: 52px;
}
/* åœ°æ–¹ç‰¹è‰²é›†æˆåŠžäº‹é¡¹æ–°ä¿®æ”¹ */
/* .fwlist {
  position: relative;
   width: 600px;
  height: 200px;
  background: url(xian.png) no-repeat 100%;
  background-size: 100% 100%;
} */
.fwlist li {
  /* position: absolute; */
  display: inline-block;
  padding-bottom: 70px;
  /* background: url(fwbg.png) no-repeat bottom; */
}
/* .gryjs li:first-of-type,
.qyyjs li:first-of-type {
  left: 0;
  bottom: -3px;
}

.gryjs li:nth-of-type(2) {
  left: 124px;
  bottom: 4px;
}

.gryjs li:nth-of-type(3) {
  left: 263px;
  bottom: 23px;
}

.gryjs li:nth-of-type(4) {
  left: 405px;
  bottom: 68px;
}

.gryjs li:nth-of-type(5) {
  left: 183px;
  bottom: 162px;
}

.gryjs li:nth-of-type(6),
.qyyjs li:nth-of-type(4) {
  left: 299px;
  bottom: 135px;
}

.gryjs li:nth-of-type(7) {
  left: 540px;
  bottom: 192px;
}

.gryjs li:nth-of-type(8) {
  left: 540px;
  bottom: 193px;
}

.gryjs li:nth-of-type(9) {
  left: 513px;
  bottom: 274px;
} */

.gryjs li:nth-of-type(10),


.qyyjs li:nth-of-type(2) {
  left: 195px;
  bottom: 9px;
}
.qyyjs li:nth-of-type(3) {
  left: 360px;
  bottom: 38px;
}
.qyyjs li:nth-of-type(5) {
  left: 560px;
  bottom: 192px;
}
.qyyjs li:nth-of-type(6) {
  left: 560px;
  bottom: 192px;
}


.qyyjs li:nth-of-type(5) img{
  width: 26px;
  height: 26px;
}
.qyyjs li:nth-of-type(6) img{
  width: 24px;
  height: 24px;
}


.fwlist li div {
  position: relative;
  border-radius: 50%;
  background: linear-gradient(180deg, #EAF3FC 0%, #FFFFFF 100%);
  box-shadow: 0px 3px 14px 0px rgba(166, 188, 225, 0.25);
  cursor: pointer;
}
/* åœ°æ–¹ç‰¹è‰²é›†æˆåŠžäº‹é¡¹æ–°ä¿®æ”¹ */
/* .gryjs li:first-of-type div,
.qyyjs li:first-of-type div {
  width: 78px;
  height: 78px;
}

.gryjs li:nth-of-type(2) div {
  width: 72px;
  height: 72px;
}

.gryjs li:nth-of-type(3) div,
.qyyjs li:nth-of-type(2) div {
  width: 60px;
  height: 60px;
}

.gryjs li:nth-of-type(4) div,
.qyyjs li:nth-of-type(3) div,
.qyyjs li:nth-of-type(4) div {
  width: 60px;
  height: 60px;
}

.gryjs li:nth-of-type(5) div {
  width: 56px;
  height: 56px;
}

.gryjs li:nth-of-type(6) div {
  width: 50px;
  height: 50px;
}

.gryjs li:nth-of-type(7) div {
  width: 44px;
  height: 44px;
}

.gryjs li:nth-of-type(8) div,
.qyyjs li:nth-of-type(5) div {
  width: 50px;
  height: 50px;
}

.gryjs li:nth-of-type(9) div {
  width: 44px;
  height: 44px;
}

.gryjs li:nth-of-type(10) div,
.qyyjs li:nth-of-type(6) div {
  width: 40px;
  height: 40px;
} */

.fwlist li img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  transform: translate(-50%, -50%);
}

.fwlist li.active div {
  background: linear-gradient(157deg, #3E79EC 0%, #0257E7 100%);
}

.fwlist li div img:last-of-type {
  display: none;
}

.fwlist li.active img:first-of-type {
  display: none;
}

.fwlist li.active img:last-of-type {
  display: inline-block;
}
/* åœ°æ–¹ç‰¹è‰²é›†æˆåŠžäº‹é¡¹æ–°ä¿®æ”¹ */
.fwlist li span {
  position: absolute;
  font-size: 16px;
  line-height: 24px;
  /* color: #666; */
  white-space: nowrap;
  left: 50%;
  bottom: -27px;
  transform: translateX(-50%);
}
/* .fw_right {
  width: calc(100% - 658px);
  height: 354px;
  padding: 0 16px;
  background: url(dftsjcb_tit_bg.png) no-repeat top;
  background-size: 100% auto;
} */

/* .fw_right {
  width: calc(100% - 714px);
  height: 397px;
  border: 1px solid;
  border-image: linear-gradient(180deg, rgba(2, 87, 231, 0.6), rgba(2, 87, 231, 0)) 1 1;
  background: linear-gradient(180deg, #EAF0FC 0%, #FFFFFF 100%);
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
} */

/* .fw_right>div {
  height: 397px;
  padding: 20px;
  background: url(grbs1_bg.png) no-repeat;
  background-size: 160px 160px;
  background-position: 100% 100%;
} */
/* .fw_right>div {
  position: relative;
  height: 310px;
  padding: 10px;
  background: linear-gradient(180deg, #F4F8FF 0%, #FFFFFF 100%);
  margin-top: 10px;
  box-shadow: 0px 6px 30px 0px rgba(166, 188, 225, 0.2);
  border-radius: 0 0 12px 12px;
} */

/* .fwList_detail {
  height: 100%;
  border: 1px solid transparent;
  border-radius: 12px;
  background-image: linear-gradient(#fff, #fff), linear-gradient(180deg, rgba(2, 87, 231, 0), rgba(2, 87, 231, 03));
  background-origin: border-box;
  background-clip: content-box, border-box;
} */

.fwList_detail>p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin: 20px;
}

.fwList_detail>p span {
  font-size: 14px;
  line-height: 22px;
  color: #333;
  margin-left: 16px;
}

.fwList_detail>p span.zhihuizn {
  background: #ddd;
  color: #666;
  border: 1px solid #ddd;
}

.fwList_detail>p i {
  font-size: 16px;
  line-height: 22px;
  color: #0257E7;
}
/* åœ°æ–¹ç‰¹è‰²é›†æˆåŠžäº‹é¡¹æ–°ä¿®æ”¹ */
.fw_right ul {
  height: 215px;
  overflow-x: hidden;
  margin: 0 20px 20px;
  padding-right: 10px;
}

.fw_right ul::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.fw_right ul::-webkit-scrollbar-track,
.fw_right ul::-webkit-scrollbar-corner {
  background: #F6F6F6;
}

.fw_right ul::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #CCC;
}

.fw_right ul::-webkit-scrollbar-thumb:window-inactive {
  background: #CCC;
}

.fw_right li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
/* åœ°æ–¹ç‰¹è‰²é›†æˆåŠžäº‹é¡¹æ–°ä¿®æ”¹ */
/* .fw_right li:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
} */

.fw_right li p {
  font-size: 16px;
  line-height: 21px;
  color: #000;
  /* font-weight: 600; */
}
/* åœ°æ–¹ç‰¹è‰²é›†æˆåŠžäº‹é¡¹æ–°ä¿®æ”¹ */
.fw_right li div {
  /* display: none; */
  margin-top: 16px;
}

.fw_right li span {
  display: inline-block;
  width: 80px;
  text-align: center;
  height: 32px;
  font-size: 16px;
  line-height: 30px;
  color: #0257E7;
  border: 1px solid #0257E7;
  border-radius: 4px;
  margin-right: 16px;
}

.fw_right li span:first-of-type {
  background: #0257E7;
  color: #fff;
}

.fw_right li.active {
  border-bottom: 1px solid #E5E5E5;
}

.fw_right li:last-of-type.active {
/*  border: none; */
}

.fw_right li.active div {
  display: block;
}

.fw_right .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background: linear-gradient(180deg, rgba(17, 105, 255, 0.12) 0%, rgba(31, 114, 255, 0) 100%);
}

.bmgpywtb_detail {
  padding: 32px 24px;
  background: #F6F9FF;
  border-radius: 8px;
  margin-top: 24px;
}

.bmLists {
  position: relative;
  padding: 0 68px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 24px;
}

.bmLists>span {
  position: absolute;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  top: 0;
  left: 0;
}

.bmLists ul {
  height: 96px;
  overflow: hidden;
}

.bmLists li {
  display: inline-block;
  width: 201px;
  margin: 0 24px 16px 0;
  cursor: pointer;
}

.bmLists li span {
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  padding: 0 12px;
  border-radius: 4px;
}

.bmLists li.active span {
  background: #0257E7;
  color: #fff;
}

.bmLists>i {
  position: absolute;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #0257E7;
  padding-right: 20px;
  bottom: 24px;
  right: 0;
  cursor: pointer;
}

.bmLists>i.down {
  background: url(jt_bot.png) no-repeat;
  background-size: 12px 12px;
  background-position: 100% 7px;
}

.bmLists>i.up {
  background: url(jt_top.png) no-repeat;
  background-size: 12px 12px;
  background-position: 100% 7px;
}

.bmsxLists li {
  float: left;
  width: 514px;
  padding: 20px 24px;
  background: #fff;
  margin: 0 24px 16px 0;
  overflow: hidden;
}

.bmsxLists li:nth-of-type(2n) {
  margin-right: 0;
}

.bmsxLists li:hover {
  box-shadow: 0px 4px 16px 0px rgba(166, 188, 225, 0.2);
}

.bmsxLists li:hover a {
  background: #0257E7;
  color: #fff;
}

.bmsxLists li div {
  float: left;
  width: 368px;
  margin-right: 24px;
}

.bmsxLists li p {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin-bottom: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bmsxLists li span {
  font-size: 14px;
  line-height: 22px;
  color: #999;
}

.bmsxLists li a {
  float: left;
  display: block;
  width: 74px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #0257E7;
  border: 1px solid #0257E7;
  border-radius: 4px;
  margin-top: 12px;
}

.bmsxLists .page_div {
  margin-bottom: 0;
}

.mskyb>div>div {
  float: left;
  width: 534px;
  border-radius: 8px;
  overflow: hidden;
}

.msb_box {
  border: 1px solid rgba(109, 7, 212, 0.30);
}

.kyb_box {
  border: 1px solid rgba(2, 87, 231, 0.30);
}

.mskyb .banner_box {
  height: 136px;
  padding: 24px;
  /* border-radius: 8px 0 0 8px; */
  cursor: pointer;
}

.msb_box .banner_box {
  background: url(msb_banner.png) no-repeat center;
  background-size: 534px 136px;
}

.kyb_box .banner_box {
  background: url(kyb_banner.png) no-repeat center;
  background-size: 534px 136px;
}

.mskyb .banner_box h3 {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 12px;
}

.mskyb .banner_box p {
  width: 380px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.mskyb .mskyb_detail {
  padding: 10px 24px 24px;
  background: url(msb_bg.png) no-repeat center;
  background-size: 100% 100%;
}

.kyb_box .mskyb_detail {
  background: url(kyb_bg.png) no-repeat center;
  background-size: 100% 100%;
}

.mskub_deTop span {
  display: inline-block;
  font-size: 18px;
  line-height: 45px;
  color: rgba(65, 54, 88, 0.8);
  margin-right: 24px;
  cursor: pointer;
}

.msb_box .mskub_deTop span.active {
  font-weight: 600;
  border-bottom: 3px solid #6D07D4;
}


.kyb_box .mskub_deTop span.active {
  font-weight: 600;
  border-bottom: 3px solid #0257E7;
}

.mskyb_detail ul {
  height: 272px;
  padding: 12px;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 4px;
  margin: 24px 0 40px;
}

.kyb_box .mskyb_detail ul {
  background: linear-gradient(299deg, rgba(232, 240, 255, 0.9) 0%, #F9FBFF 100%);
}

.mskyb_detail li {
  font-size: 16px;
  line-height: 40px;
  margin-bottom: 12px;
  color: #6D07D4;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.kyb_box .mskyb_detail li {
  color: #0257E7;
}

.mskyb_detail li a {
  color: #413658;
}

.msb_box .mskyb_detail li a:hover {
  color: #6D07D4;
  text-decoration: underline;
}

.kyb_box .mskyb_detail li a:hover {
  color: #0257E7;
  text-decoration: underline;
}

.mskub_deBottom p {
  float: left;
  display: flex;
  width: calc(100% - 144px);
  height: 48px;
  font-size: 14px;
  line-height: 24px;
  color: #413658;
  align-items: center;
}

.mskub_deBottom p span {
  display: contents;
  font-weight: 600;
}

.mskub_deBottom a {
  float: right;
  display: block;
  width: 136px;
  line-height: 48px;
  color: #fff;
  padding-left: 25px;
  background-color: #7420C9;
  background-image: url(jt.png);
  background-repeat: no-repeat;
  background-position: 100px 50%;
  background-size: 24px 24px;
  border-radius: 8px;
}

.kyb_box .mskub_deBottom a {
  background-color: #0257E7;
}

.mskub_deBottom a:hover {
  color: #fff;
}

.sheng_lists {
  position: relative;
  padding: 0 2px;
}

.sheng_lists>div {
  position: relative;
  width: 1100px;
  height: 240px;
  margin: 32px 0 0;
  overflow: hidden;
}

.sheng_lists ul {
  position: absolute;
  overflow: hidden;
  height: 720px;
}

.sheng_lists li {
  float: left;
  position: relative;
  width: 166px;
  height: 100px;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 20px 20px 0;
  cursor: pointer;
}

.sheng_lists li:nth-of-type(6n) {
  margin-right: 0;
}

.sheng_lists li img {
  /* width: 100%; */
  height: 100%;
}

.sheng_lists li div {
  position: absolute;
  top: 0;
  left: 0;
  width: 166px;
  height: 100px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.1) 72%, rgba(0, 0, 0, 0.6) 100%);
}

.sheng_lists li p {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.sheng_lists li a.active {
  display: none;
}

.sheng_lists li:hover a.active {
  display: block;
}

.sheng_lists .active a div {
  background: #0257E7;
}

.sheng_lists .active a p {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  top: calc(50% - 14px);
}

.sheng_lists>span {
  /* display: none;*/
  position: absolute;
  /* display: block; */
  width: 48px;
  height: 48px;
  top: calc(50% - 35px);
  cursor: pointer;
}

.sheng_lists>.left {
  background: url(left_icon.png) no-repeat center;
  left: -80px;
}

.sheng_lists>.right {
  background: url(right_icon.png) no-repeat center;
  right: -80px;
}

.df_yjs {
  position: relative;
  width: 100%;
  padding: 20px;
  box-shadow: 0px 4px 16px 0px rgba(166, 188, 225, 0.2);
}

.df_yjs_list {
  margin-bottom: 40px;
}

.df_yjs_list li {
  position: relative;
  width: 250px;
  height: 50px;
  line-height: 50px;
  background: rgba(2, 87, 231, 0.03);
  border-radius: 4px 4px 4px 4px;
  margin-right: 20px;
  padding: 0px 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

.df_yjs_list li a {
  color: #333;
}

.df_yjs_list li a:hover {
  color: #0257E7;
}

.df_yjs_list li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 10px;
  height: 10px;
  background: url(Rectangle.png) no-repeat;
  background-size: 10px 10px;
}

.df_yjs_list li:nth-of-type(4) {
  margin-right: 0px;
}

.df_yjs_btn {
  position: absolute;
  left: 425px;
  bottom: 0px;
  width: 250px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  background: url(trapezoid.png) no-repeat;
  background-size: 250px 40px;
}

.df_yjs_btn a {
  color: #0257E7;
}

.df_yjs_btn span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background: url(arror_rigth.png) no-repeat center;
  background-size: 10px 10px;
}


.jlhdq_box{width: 100%;}

.yjshcp{
    display:inline-block;
    width: 540px;
    height: 136px;
    border-radius: 8px;
    background: url(hcp.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.hcp_title {
  width: 250px;
  height: 40px;
  font-weight: bold;
  font-size: 32px;
  color: #333333;
  line-height: 40px;
  text-align: left;
}

.hcp_text {
  width: 250px;
  height: 30px;
  margin-top: 10px;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  text-align: left;
}

.hcp_btn {
  position: absolute;
  top: 55px;
  right: 120px;
  width: 150px;
  padding: 0px 0px 0px 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: url("ysyp.png") no-repeat #FFFFFF;
  background-size: 30px 30px;
  background-position: 20px 10px;
  border-radius: 4px;
  cursor: pointer;
}

.bbcs {
  display:inline-block;
  width: 540px;
  height: 136px;
  border-radius: 8px;
  background: url(bbcs.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  margin-left: 20px;
}

.yjzj {
  float: left;
  width: 542px;
  height: 136px;
  /* margin-top: 10px; */
  border-radius: 8px;
  background: url(yjzj.png) no-repeat;
  background-size: 100% 100%;
  /* cursor: pointer; */
}

#mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 200;
}

.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;
}


/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */





/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â 2024-05-20 */

.each_zcdt_left {
  display: inline-block;
  width: 900px;
  height: 30px;
  position: relative;
}

.zcdt_tab .active {
  color: #333;
}

.zcdt_tabs {
  display: inline-block;
  margin-right: 30px;
  line-height: 40px;
  text-align: left;
  font-size: 28px;
  color: #777;
  font-weight: bold;
  cursor: pointer;
}

.zcdt_tabs.active {
  color: #0257E7;
}

.zcdt_tab a{
  float: right;
  /* display: inline-block; */
  width: 112px;
  text-align: center;
  line-height: 40px;
  color: #333;
  border: 1px solid #EAEBEE;
  border-radius: 24px;
}

.listConBox {
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EDEDED;
  margin-top: 30px;
  padding: 20px 30px 30px 30px;
  box-shadow: 0px 4px 16px 0px rgba(166, 188, 225, 0.2);
}

.zcdt_list {
  display: none;
}

.each_zcdt {
  padding: 14px 0px;
  border-bottom: 1px solid #EDEDED;
  /* margin-bottom: 20px; */
}

.each_zcdt a {
  color: #333;
}

.each_zcdt a:hover {
  color: #0257E7;
}

.each_zcdt a:hover .each_zcdt_rigth {
  background: #0257E7;
  color: #FFFFFF;
}

.zcdt_more {
  margin: 0px auto;
  margin-top: 20px;
  width: 110px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  position: relative;
}

.zcdt_more a {
  color: #333333;
}

.each_zcdt_rigth {
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #0257E7;
  color: #0257e7;
  font-size: 14px;
  cursor: pointer;
}

.each_zcdt_leftTop {
  display: inline-block;
  height: 30px;
  width: 800px;
  line-height: 30px;
  font-size: 16px;
  /* font-weight: bold; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  top: 0px;
  left: 0px;
}

.each_zcdt_leftBottom {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
}

.each_zcdt_leftBottom span {
  color: #999999;
  height: 30px;
  display: inline-block;
  line-height: 30px;
}

.zcdt_from {
  border-right: 1px solid #999;
  padding-right: 14px;
  margin-right: 10px;
}


/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ */
.msb_lists {
  position: relative;
  padding: 0 2px;
}

.msb_lists>div {
  position: relative;
  width: 1100px;
  height: 190px;
  margin: 30px 0px 0px 0px;
  overflow: hidden;
  background: url(msb_bg.jpg) no-repeat;
  background-size: 1100px 190px;
}

.msb_lists ul {
  position: absolute;
  overflow: hidden;
}

.msb_lists li {
  float: left;
  overflow: hidden;
  margin: 20px 20px 0px 0px;
  padding: 0px 20px;
  cursor: pointer;
  width: 350px;
  height: 40px;
  border-radius: 8px;
}

.msb_lists li:nth-of-type(3n) {
  margin-right: 0;
}

.msb_lists li span {
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  color: #0257E7;
  width: 280px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.msb_lists li a {
  color: #333333;
}

.msb_lists li a:hover {
  color: #0257E7;
}

.msb_lists>span {
  position: absolute;
  width: 48px;
  height: 48px;
  top: calc(50% - 24px);
  cursor: pointer;
}

.msb_lists>.left {
  background: url(left_icon.png) no-repeat center;
  left: -80px;
}

.msb_lists>.right {
  background: url(right_icon.png) no-repeat center;
  right: -80px;
}



/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ */
.kyb {
  /* background: #F5F9FE; */
}

.kyb_lists {
  position: relative;
  padding: 0 2px;
}

.kyb_lists>div {
  position: relative;
  width: 1100px;
  height: 122px;
  margin: 32px 0 0;
  overflow: hidden;
}

.kyb_lists ul {
  position: absolute;
  overflow: hidden;
}

.kyb_lists li {
  float: left;
  position: relative;
  overflow: hidden;
  margin: 0 30px 20px 0;
  cursor: pointer;
  box-shadow: 0px 4px 16px 0px rgba(166, 188, 225, 0.2);
  width: 250px;
  height: 122px;
  background: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #EDEDED;
}

.kyb_lists li:nth-of-type(4n) {
  margin-right: 0;
}

.kyb_lists li p {
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  display: inline-block;
  color: #0257E7;
  width: 100%;
  height: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.kyb_lists li img {
  display: inline-block;
  width: 100%;
  height: 122px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.kyb_lists li a {
  color: #333333;
}

.kyb_lists li a:hover {
  color: #0257E7;
}

.kyb_lists>span {
  position: absolute;
  width: 48px;
  height: 48px;
  top: calc(50% - 24px);
  cursor: pointer;
}

.kyb_lists>.left {
  background: url(left_icon.png) no-repeat center;
  left: -80px;
}

.kyb_lists>.right {
  background: url(right_icon.png) no-repeat center;
  right: -80px;
}


.KYB_dataDiv {
  width: 1100px;
  height: 250px;
  padding: 20px;
  margin-top: 30px;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.9) 100%);
  border-radius: 8px;
  border: 1px solid #EDEDED;
}

.KYB_dataList_title li {
  width: 330px;
  height: 40px;
  padding-left: 20px;
  font-size: 18px;
  margin: 0px 20px 20px 0px;
  line-height: 40px;
  background: linear-gradient(90deg, #F5F9FE 0%, #FFFFFF 100%);
}

.KYB_dataList li {
  width: 330px;
  height: 40px;
  margin: 0px 20px 20px 0px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.KYB_dataList li:nth-of-type(3n) {
  margin-right: 0px;
}

.KYB_dataList li .KYB_add {
  color: #0257E7;
}

.KYB_dataList li .KYB_title {
  color: #333333;
}

.KYB_dataList li .KYB_title:hover {
  color: #0257E7;
}


/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ -  ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ */
.gryjs li:nth-of-type(2) {
  left: 140px !important;
  bottom: 4px !important;
}

.gryjs li:nth-of-type(3) {
  left: 270px !important;
  bottom: 18px !important;
}

.gryjs li:nth-of-type(4) {
  left: 220px !important;
  bottom: 128px !important;
}

.gryjs li:nth-of-type(5) {
  left: 340px !important;
  bottom: 138px !important;
}

.gryjs li:nth-of-type(6) {
  left: 430px !important;
  bottom: 168px !important;
}

.gryjs li:nth-of-type(8) img{
    width: 26px;
}

.moreAccess{
    display: inline-block;
    width: 100%;
    height: 30px;
    color: #FFF;
    text-align: right;
    line-height: 30px;
}

/* ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ¥Ã‚Â¼Ã‚Â¹ÃƒÂ§Ã‚ÂªÃ¢â‚¬â€ */
#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(https://gjzwfw.www.gov.cn/fwmh/resources/fwmh/item/index/v1/images/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;
}


.vdnewck{
  position:relative;
    margin-left: -50px;
    margin-top: 10px;
    width: 280px;
    height: 110px;
    background:url(/images/721/gxbcvideo.png) no-repeat;
    cursor:pointer;
    background-size: 280px 110px;
    border-radius: 10px;
}
.vdnewck::after{
  content:"";
  position: absolute;
  left: 120px;
  top: 40px;
  width:40px;
  height:40px;
  background:url(/images/721/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(/images/721/close.png) no-repeat;
    background-size: 20px 20px;
    position: absolute;
	right: -25px;
	cursor:pointer;
}
.gpjcb h1 span:nth-child(2){
  position:absolute;
  top: 95px;
  left: 146px;
}
.gpjcb h1 span:nth-child(3){
  position:absolute;
  top: 95px;
  left: -10px;
}
.sx_tabBOX .sx_tab:first-child{
  background:url(fwywtb_bthui.png) no-repeat;
  background-size: 100% 100%;
}
.sx_tabBOX .sx_tab:first-child.active{
  background:url(fwywtb_btlan.png) no-repeat;
  color:#fff;
  background-size: 100% 100%;
}
.sx_tabBOX .sx_tab:nth-child(2){
  background:url(fwywtb_bthuicenter.png) no-repeat;
  background-size: 100% 100%;
}
.sx_tabBOX .sx_tab:nth-child(2).active{
  background:url(fwywtb_btlancenter.png) no-repeat;
  color:#fff;
  background-size: 100% 100%;
}
.sx_tabBOX .sx_tab:nth-child(3){
  background:url(fwywtb_bthuiright.png) no-repeat;
  background-size: 101% 100%;
  width: 367px;
}
.sx_tabBOX .sx_tab:nth-child(3).active{
  background:url(fwywtb_btlanright.png) no-repeat;
  color:#fff;
  background-size: 100% 100%;
}
.sx_tabBOX div:last-child{
  margin-right:0px;
}



/* åœ°æ–¹ç‰¹è‰²é›†æˆåŠžäº‹é¡¹æ–° */
.fwnum{
  display:none;
}
.gryjs li div,.qyyjs li div{
  width:64px;
  height:64px;
}
.fwlist{
  display: flex;
  justify-content: space-between;
  z-index: 10;
  position: relative;
}
.fw_right .shadow{
  display:none;
}
.fwList_detail>p{
  font-size: 0;
}
.fwList_detail>p>span{
  margin-left: 0px !important;
}
.fw_right li{
  border-bottom: 1px solid #E5E5E5;
  padding-left:20px;
}
.fw_right li span:first-of-type{
  border-radius: 50px;
    padding: 0px 10px;
    width: 91px;
}
.fw_right li p,.fw_right li div{
  display:inline-block !important;
}
.fw_right li div{
  float: right;
    margin-top: -6px;
}
.fwList_detail{
  border: 1px solid #E5E5E5;
  position:relative;
}
.fwdetails .fw_left::after{
  position:absolute;
  top:35px;
  display:block;
  content: "";
  width:100%;
  height:3px;
  background:#EDF4FD;
}
.fwdetails .fw_left{
  position:relative;
}
.fw_right ul{
  padding-top:10px;
}
.fw_right li::after {
  display: block;
    content: "";
    height: 5px;
    width: 5px;
    background: #0257E7;
    margin-top: -13px;
    margin-left: -19px;
    border-radius: 25px;
}
.fwList_detail::after{
  display: block;
  content: "更多服务持续接入中";
  position:absolute;
  top:0px;
  right:0px;
  background:#F8F8F8;
  padding:5px 20px;
}
.fwlist li div span{
  font-weight: 500;
}
.fwlist .active div span{
  color:#0257E7;
  
}

/* 2025-12æœˆ æ”¹ç‰ˆ*/
.modular_content{
  width: 1100px;
  height: 600px;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0px 4px 16px 0px #00417014;
  padding: 0px !important;
  margin-bottom: 40px !important;
}
.FWtabs_box{
    display: flex;
    justify-content: space-between;
    padding: 0px !important;
}
.eachFWtab{
    height: 72px;
    line-height: 72px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    color: #333333;
}
.FWtabs_box .active{
    width: 120px;
}

.FWtabs_box .new{
  position: relative;
}
.FWtabs_box .new::before{
    content: "";
    width: 30px;
    height: 20px;
    position: absolute;
    top: -12px;
    right: 2px;
    background: url(new.png) no-repeat;
    background-position: 0px 0px;
    background-size: 30px 20px;
}

/* ç¬¬ä¸€ä¸ªå­å…ƒç´ æ ·å¼ */
.FWtabs_box .eachFWtab:first-child {
    width: 120px;
    background: url(titleBG_left_white.png) no-repeat;
    background-size: 120px 72px;
}

/* ç¬¬ä¸€ä¸ªå­å…ƒç´ activeæ ·å¼ */
.FWtabs_box .eachFWtab:first-child.active {
  background: url(titleBG_left_blue.png) no-repeat;
  background-size: 120px 72px;
  color: #FFFFFF;
}

/* æœ€åŽä¸€ä¸ªå­å…ƒç´ æ ·å¼ */
.FWtabs_box .eachFWtab:last-child {
  width: 245px;
  background: url(titleBG_rigth_white.png) no-repeat;
  background-size: 245px 72px;
}

/* æœ€åŽä¸€ä¸ªå­å…ƒç´ activeæ ·å¼ */
.FWtabs_box .eachFWtab:last-child.active {
  background: url(titleBG_rigth_blue.png) no-repeat;
  background-size: 245px 72px;
    color: #FFFFFF;
}

/* ä¸­é—´å­å…ƒç´ æ ·å¼ */
.FWtabs_box .eachFWtab:not(:first-child):not(:last-child) {
  width: 245px;
  background: url(titleBG_middle_white.png) no-repeat;
  background-size: 245px 72px;
}

/* ä¸­é—´å­å…ƒç´ activeæ ·å¼ */
.FWtabs_box .eachFWtab:not(:first-child):not(:last-child).active {
  background: url(titleBG_middle_blue.png) no-repeat;
  background-size: 245px 72px;
  color: #FFFFFF;
}

.GR_FR_ZDFW_content{
  height: 508px;
  margin-top: 20px;
  background: url(BG_GreatWall.png) no-repeat bottom center;
  background-size: 900px 320px;
  position: relative;
}

.GR_FR_BOX{
  position: absolute;
  top: 0px;
  left: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  background: #0257E71A;
  border-radius: 12px;
}
.GR_FR_BOX div{
  width: 144px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 12px;
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  padding-left: 30px;
  cursor: pointer;
}
.FR_TAB{
  background: url(qiye_blue.png) no-repeat;
  background-size: 24px 24px;
  background-position: 16px 16px;
}
.GR_TAB{
  background: url(geren_blue.png) no-repeat;
  background-size: 24px 24px;
  background-position: 16px 16px;
}

.GR_FR_BOX div:first-child.active {
  background: url(qiye_white.png) no-repeat 16px 16px, linear-gradient(156.84deg, #3E79EC 14.52%, #0257E7 91.12%);
  background-size: 24px 24px, 100% 100%;
  color: #FFFFFF;
}
.GR_FR_BOX div:last-child.active {
  background: url(geren_white.png) no-repeat 16px 16px, linear-gradient(156.84deg, #3E79EC 14.52%, #0257E7 91.12%);
  background-size: 24px 24px, 100% 100%;
  color: #FFFFFF;
}

.GR_ZDFW_BOX{
  width: 100%;
  height: 100%;
  position: relative;
}

.FR_ZDFW_BOX{
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
}

.ZDFW_moreLink{
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 18px;
  line-height: 20px;
  color: #0257E7;
  background: url(moreService_arrow.png) no-repeat;
  background-size: 20px 20px;
  background-position: 76px 0px;
  padding-right: 20px;
}
.ZDFW_moreLink a{
  color: #0257E7;
}
.eachGR_ZDFW{
  display: inline-block;
}
.eachGR_ZDFW_BTN{
  width: 56px;
  height: 88px;
  line-height: 32px;
  font-size: 20px;
  font-weight: bold;
  color: #003692;
  text-align: center;
}
.eachFR_ZDFW_BTN{
  width: 88px;
  height: 88px;
  line-height: 32px;
  font-size: 20px;
  font-weight: bold;
  color: #003692;
  text-align: center;
}
/* ä¸ªäºº å®šä½è®¾ç½® */
.chusheng{
  position: absolute;
  top: 340px;
  left: 170px;
}
.jiaoyu{
  position: absolute;
  top: 270px;
  left: 240px;
}
.jiuye{
  position: absolute;
  top: 220px;
  left: 320px;
}
.shenghuo{
  position: absolute;
  top: 185px;
  left: 410px;
}
.zhiye{
  position: absolute;
  top: 170px;
  left: 520px;
}
.chuxing{
  position: absolute;
  top: 185px;
  left: 630px;
}
.jiuzhu{
  position: absolute;
  top: 220px;
  left: 720px;
}
.tuixiu{
  position: absolute;
  top: 270px;
  left: 800px;
}
.shenhou{
  position: absolute;
  top: 340px;
  left: 870px;
}
/* ä¸ªäºº å›¾æ ‡è®¾ç½® */
.chusheng .eachGR_ZDFW_BTN_ICON{
  width: 56px;
  height: 56px;
  border-radius: 28px;
  box-shadow: 0px 3px 12px 0px #A6BCE140;
  background: url(chusheng_blue.png) no-repeat 0px 0px, linear-gradient(180deg, #EAF3FC 0%, #FFFFFF 100%);
  background-size: 56px 56px, 100% 100%;
  cursor: pointer;
}
.chusheng:hover .eachGR_ZDFW_BTN_ICON{
  background: url(chusheng_white.png) no-repeat 0px 0px, linear-gradient(156.84deg, #3E79EC 14.52%, #0257E7 91.12%);
  background-size: 56px 56px, 100% 100%;
}

.jiaoyu .eachGR_ZDFW_BTN_ICON{
  width: 56px;
  height: 56px;
  border-radius: 28px;
  box-shadow: 0px 3px 12px 0px #A6BCE140;
  background: url(jiaoyu_blue.png) no-repeat 0px 0px, linear-gradient(180deg, #EAF3FC 0%, #FFFFFF 100%);
  background-size: 56px 56px, 100% 100%;
  cursor: pointer;
}
.jiaoyu:hover .eachGR_ZDFW_BTN_ICON{
  background: url(jiaoyu_white.png) no-repeat 0px 0px, linear-gradient(156.84deg, #3E79EC 14.52%, #0257E7 91.12%);
  background-size: 56px 56px, 100% 100%;
}

.jiuye .eachGR_ZDFW_BTN_ICON{
  width: 56px;
  height: 56px;
  border-radius: 28px;
  box-shadow: 0px 3px 12px 0px #A6BCE140;
  background: url(jiuye_blue.png) no-repeat 0px 0px, linear-gradient(180deg, #EAF3FC 0%, #FFFFFF 100%);
  background-size: 56px 56px, 100% 100%;
  cursor: pointer;
}
.jiuye:hover .eachGR_ZDFW_BTN_ICON{
  background: url(jiuye_white.png) no-repeat 0px 0px, linear-gradient(156.84deg, #3E79EC 14.52%, #0257E7 91.12%); 
  background-size: 56px 56px, 100% 100%;
}

.shenghuo .eachGR_ZDFW_BTN_ICON{
  width: 56px;
  height: 56px;
  border-radius: 28px;
  box-shadow: 0px 3px 12px 0px #A6BCE140;
  background: url(shenghuo_blue.png) no-repeat 0px 0px, linear-gradient(180deg, #EAF3FC 0%, #FFFFFF 100%);
  background-size: 56px 56px, 100% 100%;
  cursor: pointer;
}
.shenghuo:hover .eachGR_ZDFW_BTN_ICON{
  background: url(shenghuo_white.png) no-repeat 0px 0px, linear-gradient(156.84deg, #3E79EC 14.52%, #0257E7 91.12%);  
  background-size: 56px 56px, 100% 100%;
}

.zhiye .eachGR_ZDFW_BTN_ICON{
  width: 56px;
  height: 56px;
  border-radius: 28px;
  box-shadow: 0px 3px 12px 0px #A6BCE140;
  background: url(zhiye_blue.png) no-repeat 0px 0px, linear-gradient(180deg, #EAF3FC 0%, #FFFFFF 100%);
  background-size: 56px 56px, 100% 100%;
  cursor: pointer;
}
.zhiye:hover .eachGR_ZDFW_BTN_ICON{
  background: url(zhiye_white.png) no-repeat 0px 0px, linear-gradient(156.84deg, #3E79EC 14.52%, #0257E7 91.12%);
  background-size: 56px 56px, 100% 100%;
}

.chuxing .eachGR_ZDFW_BTN_ICON{
  width: 56px;
  height: 56px;
  border-radius: 28px;
  box-shadow: 0px 3px 12px 0px #A6BCE140;
  background: url(chuxing_blue.png) no-repeat 0px 0px, linear-gradient(180deg, #EAF3FC 0%, #FFFFFF 100%);
  background-size: 56px 56px, 100% 100%;
  cursor: pointer;
}
.chuxing:hover .eachGR_ZDFW_BTN_ICON{
  background: url(chuxing_white.png) no-repeat 0px 0px, linear-gradient(156.84deg, #3E79EC 14.52%, #0257E7 91.12%); 
  background-size: 56px 56px, 100% 100%;
}

.jiuzhu .eachGR_ZDFW_BTN_ICON{
  width: 56px;
  height: 56px;
  border-radius: 28px;
  box-shadow: 0px 3px 12px 0px #A6BCE140;
  background: url(jiuzhu_blue.png) no-repeat 0px 0px, linear-gradient(180deg, #EAF3FC 0%, #FFFFFF 100%);
  background-size: 56px 56px, 100% 100%;
  cursor: pointer;
}
.jiuzhu:hover .eachGR_ZDFW_BTN_ICON{
  background: url(jiuzhu_white.png) no-repeat 0px 0px, linear-gradient(156.84deg, #3E79EC 14.52%, #0257E7 91.12%); 
  background-size: 56px 56px, 100% 100%;
}

.tuixiu .eachGR_ZDFW_BTN_ICON{
  width: 56px;
  height: 56px;
  border-radius: 28px;
  box-shadow: 0px 3px 12px 0px #A6BCE140;
  background: url(tuixiu_blue.png) no-repeat 0px 0px, linear-gradient(180deg, #EAF3FC 0%, #FFFFFF 100%);
  background-size: 56px 56px, 100% 100%;
  cursor: pointer;
}
.tuixiu:hover .eachGR_ZDFW_BTN_ICON{
  background: url(tuixiu_white.png) no-repeat 0px 0px, linear-gradient(156.84deg, #3E79EC 14.52%, #0257E7 91.12%);
  background-size: 56px 56px, 100% 100%;
}

.shenhou .eachGR_ZDFW_BTN_ICON{
  width: 56px;
  height: 56px;
  border-radius: 28px;
  box-shadow: 0px 3px 12px 0px #A6BCE140;
  background: url(shenhou_blue.png) no-repeat 0px 0px, linear-gradient(180deg, #EAF3FC 0%, #FFFFFF 100%);
  background-size: 56px 56px, 100% 100%;
  cursor: pointer;
}
.shenhou:hover .eachGR_ZDFW_BTN_ICON{
  background: url(shenhou_white.png) no-repeat 0px 0px, linear-gradient(156.84deg, #3E79EC 14.52%, #0257E7 91.12%);
  background-size: 56px 56px, 100% 100%;
}


.eachGR_ZDFW_LIST_BOX{
  position: relative;
  width: 120px;
}
.eachGR_ZDFW_LIST_BOX ul{
  position: absolute;
  top: -190px;
  left: 0px;
  width: 120px;
  height: 88px;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.eachGR_ZDFW_LIST_BOX ul li{
  position: relative;
  width: 120px;
  height: 22px;
  line-height: 22px;
  text-align: left;
  font-size: 14px;
  cursor: pointer;
  padding-left: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.eachGR_ZDFW_LIST_BOX ul li:hover{
  color: #0257E7;
}
.eachGR_ZDFW_LIST_BOX ul li:before{
  content: "";
  position: absolute;
  top: 9px;
  left: 0px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #0257E7;
}
/* ä¸ªäºº åˆ—è¡¨è®¾ç½® */
.chusheng .eachGR_ZDFW_LIST_BOX ul{
    top: -160px;
    left: -130px;
}
.jiaoyu .eachGR_ZDFW_LIST_BOX ul{
  top: -180px;
  left: -130px;
}
.jiuye .eachGR_ZDFW_LIST_BOX ul{
  top: -190px;
  left: -80px;
}
.shenghuo .eachGR_ZDFW_LIST_BOX ul{
  height: 176px;
  top: -280px;
  left: -40px;
}
.zhiye .eachGR_ZDFW_LIST_BOX ul{
  top: -210px;
  left: -30px;
}
.chuxing .eachGR_ZDFW_LIST_BOX ul{
  top: -190px;
  left: -20px;
}
.jiuzhu .eachGR_ZDFW_LIST_BOX ul{
  top: -190px;
  left: 20px;
}
.tuixiu .eachGR_ZDFW_LIST_BOX ul{
  top: -180px;
  left: 60px;
}
.shenhou .eachGR_ZDFW_LIST_BOX ul{
    top: -160px;
    left: 60px;
}


/* æ³•äºº å›¾æ ‡è®¾ç½® */
.eachFR_ZDFW_BTN_ICON{
  width: 56px;
  height: 56px;
  margin: 0 auto;
  border-radius: 28px;
  box-shadow: 0px 3px 12px 0px #A6BCE140;
  background-size: 56px 56px, 100% 100%;
  cursor: pointer;
}

/* æ³•äºº å„ä¸ªå›¾æ ‡é…ç½® */
.zyzr .eachFR_ZDFW_BTN_ICON{
  background: url(zhunying_blue.png) no-repeat 0px 0px, linear-gradient(180deg, #EAF3FC 0%, #FFFFFF 100%);
  background-size: 56px 56px, 100% 100%;
}
.zyzr:hover .eachFR_ZDFW_BTN_ICON{
  background: url(zhunying_white.png) no-repeat 0px 0px, linear-gradient(156.84deg, #3E79EC 14.52%, #0257E7 91.12%);
  background-size: 56px 56px, 100% 100%;
}

.zgyg .eachFR_ZDFW_BTN_ICON{
  background: url(yuangongluyong_blue.png) no-repeat 0px 0px, linear-gradient(180deg, #EAF3FC 0%, #FFFFFF 100%);
  background-size: 56px 56px, 100% 100%;
}
.zgyg:hover .eachFR_ZDFW_BTN_ICON{
  background: url(yuangongluyong_white.png) no-repeat 0px 0px, linear-gradient(156.84deg, #3E79EC 14.52%, #0257E7 91.12%);
  background-size: 56px 56px, 100% 100%;
}

.jyfz .eachFR_ZDFW_BTN_ICON{
  background: url(jingyingfazhan_blue.png) no-repeat 0px 0px, linear-gradient(180deg, #EAF3FC 0%, #FFFFFF 100%);
  background-size: 56px 56px, 100% 100%;
}
.jyfz:hover .eachFR_ZDFW_BTN_ICON{
  background: url(jingyingfazhan_white.png) no-repeat 0px 0px, linear-gradient(156.84deg, #3E79EC 14.52%, #0257E7 91.12%);
  background-size: 56px 56px, 100% 100%;
}

.gcjs .eachFR_ZDFW_BTN_ICON{
  background: url(gongchengjianshe_blue.png) no-repeat 0px 0px, linear-gradient(180deg, #EAF3FC 0%, #FFFFFF 100%);
  background-size: 56px 56px, 100% 100%;
}
.gcjs:hover .eachFR_ZDFW_BTN_ICON{
  background: url(gongchengjianshe_white.png) no-repeat 0px 0px, linear-gradient(156.84deg, #3E79EC 14.52%, #0257E7 91.12%);
  background-size: 56px 56px, 100% 100%;
}

.zxtc .eachFR_ZDFW_BTN_ICON{
  background: url(zhuxiaotuichu_blue.png) no-repeat 0px 0px, linear-gradient(180deg, #EAF3FC 0%, #FFFFFF 100%);
  background-size: 56px 56px, 100% 100%;
}
.zxtc:hover .eachFR_ZDFW_BTN_ICON{
  background: url(zhuxiaotuichu_white.png) no-repeat 0px 0px, linear-gradient(156.84deg, #3E79EC 14.52%, #0257E7 91.12%);
  background-size: 56px 56px, 100% 100%;
}

/* æ³•äºº å®šä½è®¾ç½® */
.eachFR_ZDFW{
  position: absolute;
}

.zyzr{
  position: absolute;
  top: 340px;
  left: 160px;
}

.zgyg{
  position: absolute;
  top: 230px;
  left: 280px;
}

.jyfz{
  position: absolute;
  top: 170px;
  left: 500px;
}

.gcjs{
  position: absolute;
  top: 230px;
  left: 730px;
}

.zxtc{
  position: absolute;
  top: 340px;
  left: 860px;
}

/* æ³•äºº åˆ—è¡¨è®¾ç½® */
.eachFR_ZDFW_LIST_BOX{
  position: relative;
  width: 120px;
}
.eachFR_ZDFW_LIST_BOX ul{
  position: absolute;
  top: -190px;
  left: 0px;
  width: 120px;
  height: 88px;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-end;
}
.eachFR_ZDFW_LIST_BOX ul li{
  position: relative;
  width: 120px;
  height: 22px;
  line-height: 22px;
  text-align: left;
  font-size: 14px;
  cursor: pointer;
  padding-left: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0px 10px;
}
.eachFR_ZDFW_LIST_BOX ul li:hover{
  color: #0257E7;
}
.eachFR_ZDFW_LIST_BOX ul li:before{
  content: "";
  position: absolute;
  top: 9px;
  left: 0px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #0257E7;
}

/* æ³•äºº å„ä¸ªåˆ—è¡¨ä½ç½®è®¾ç½® */
.zyzr .eachFR_ZDFW_LIST_BOX ul{
  top: -150px;
  left: -130px;
  height: 110px;
}
.zgyg .eachFR_ZDFW_LIST_BOX ul{
  top: -180px;
  left: -100px;
}
.jyfz .eachFR_ZDFW_LIST_BOX ul{
  top: -190px;
  left: -150px;
  width: 400px;
}
.gcjs .eachFR_ZDFW_LIST_BOX ul{
  top: -180px;
  left: 80px;
}
.zxtc .eachFR_ZDFW_LIST_BOX ul{
  top: -150px;
  left: 90px;
  height: 110px;
}