/* main */
.mainBox .bannerBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0 20px;
}

.mainBox .bannerBox .textBox {
  width: 635px;
}

.mainBox .bannerBox .textBox .text {
  margin-top: 15px;
}

.mainBox .bannerBox .textBox .bluetext {
  color: #47AED7;
  font-size: 45px;
}

.mainBox .bannerBox .textBox .bluetext,
.mainBox .bannerBox .textBox .blacktext {
  font-family: FZGDCTS-L--GB1, FZGDCTS-L--GB1;
}

.mainBox .bannerBox .textBox .blacktext,
.mainBox .bannerBox .textBox .entext {
  color: #3C3C3C;
}

.mainBox .bannerBox .textBox .blacktext {
  font-size: 36px;
}

.mainBox .bannerBox .textBox .entext {
  font-size: 20px;
  font-family: ISOCP2;
}

.introBox {
  cursor: pointer;
  margin: 0 200px;
  padding: 6px 0 67px;
}

/* .introBox .buleLine {
  width: 100%;
  height: 2px;
  background-color: #47AED7;
} */

.introBox .textLine {
  padding: 18px 0;
  overflow: hidden;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-3146px);
  }
}

.introBox .textLine .textLineCon {
  display: flex;
  align-items: center;
  animation: scroll 70s linear infinite;
}

.introBox .textLine .textLineCon .scrollTextBox {
  width: 242px;
  min-width: 242px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.introBox .textLine .textLineCon .scrollTextBox .scrollText {
  display: block;
  height: 40px;
}

.mainBox .oneStopService {
  width: 100%;
  position: relative;
}

.mainBox .oneStopService img {
  display: block;
}

.mainBox .oneStopService .relativePic {
  width: 100%;
  overflow: hidden;
}

.mainBox .oneStopService .absolutePic {
  position: absolute;
  right: 0;
  top: -81px;
}

.mainBox .titleBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mainBox .titleBox .subtitle {
  font-family: FZGDCTS-L--GB1, FZGDCTS-L--GB1;
  font-size: 25px;
  color: #3C3C3C;
  margin-bottom: 17px;
}

.mainBox .titleBox .title {
  font-family: zihun59hao, zihun59hao;
  font-size: 50px;
  color: #3C3C3C;
}

.mainBox .sectionBox {
  padding: 80px 0 80px;
}

.mainBox .registration {

  display: flex;
  flex-direction: column;
  align-items: center;
}

.mainBox .registration .content {
  display: flex;
}

.mainBox .registration .content .circleBox {
  position: relative;
}

.mainBox .registration .content .circleBox .blueCircle {
  width: 290px;
  height: 290px;
  background-image: url('../../static/images/blueCircle.png');
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mainBox .registration .content .circleBox .blueCircle span {
  display: block;
}

.mainBox .registration .content .circleBox .blueCircle .chText {
  font-family: FZGDCTS-L--GB1, FZGDCTS-L--GB1;
  font-size: 25px;
  color: #FFFFFF;
}

.mainBox .registration .content .circleBox .blueCircle .enText {
  font-family: ISOCP2;
  font-size: 13px;
  color: #FFFFFF;
  margin-bottom: 18px;
}

.mainBox .registration .content .circleBox ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.mainBox .registration .content .circleBox ul li {
  font-family: FZGDCTS-L--GB1, FZGDCTS-L--GB1;
  font-size: 20px;
  color: #3C3C3C;
  line-height: 42px;
}

.mainBox .taxation .content {
  position: relative;
}

.mainBox .taxation .content .textBox {
  width: 1000px;
  text-align: justify;
  margin-left: 200px;
  margin-top: 60px;
}

.mainBox .taxation .content .textBox .title {
  font-family: zihun59hao, zihun59hao;
  font-size: 33px;
  color: #47AED7;
  margin-bottom: 30px;
}

.mainBox .taxation .content .textBox .text {
  font-family: FZGDCTS-L--GB1, FZGDCTS-L--GB1;
  font-size: 21px;
  color: #3C3C3C;
  line-height: 42px;
  margin-bottom: 40px;
}

.mainBox .taxation .content .textBox .enText {
  font-family: FZGDCTS-L--GB1, FZGDCTS-L--GB1;
  font-size: 19px;
  color: #3C3C3C;
  line-height: 42px;
}

.mainBox .taxation .content img {
  display: block;
}

.mainBox .taxation .content .smailFacePic {
  position: absolute;
  top: -150px;
  right: 0;
}

.mainBox .taxation .content .earthPic {
  position: absolute;
  left: 0;
  bottom: -230px;
  z-index: -1;
}

.mainBox .lawService .content {
  display: flex;
  margin-top: 56px;
  margin-left: 360px;
}

.mainBox .lawService .content img {
  display: block;
  margin-right: 28px;
}

.mainBox .lawService .content .textBox {
  width: 721px;
  height: 446px;
  background-image: url('../../static/images/Illustration_7.png');
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 36px;
}

.mainBox .lawService .content .textBox .chText {
  width: 602px;
  font-family: FZGDCTS-L--GB1, FZGDCTS-L--GB1;
  font-weight: normal;
  font-size: 21px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: justify;

  margin-top: 98px;
  margin-bottom: 15px;
}

.mainBox .lawService .content .textBox .enText {
  width: 610px;
  font-family: ISOCP2;
  font-size: 17px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: justify;
}
.homes .type:hover{
  cursor: pointer;
  background-color: #5BBAE0;
}
.city{
  width: 100%;
}
.city .header{
  width: 100%;
  height: 77px;
  background: linear-gradient( 90deg, #249FDA 17%, #FFFFFF 100%);
  color: #FFFFFF;
  display: flex;
  justify-content: center;
}
.city .header .name{
  width: 100%;
  height: 77px;
  background: linear-gradient( 90deg, #249FDA 17%, #FFFFFF 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 31px;
  color: #FEFEFE;
  line-height: 30px;
}
.city .msgs{
  width: 100%;
  height: 260px;
  background: #FFFFFF;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 24px;
  color: #303030;
}
.city .msgs p{
  line-height: 28px;
}
.city .address{
  /* width: 100%; */
  height: 100px;
  background-color: #F0F0F0;
  display: flex;
  align-items: center;
  padding: 0 147px;
}
.city .address p{
  font-size: 24px;
  color: #303030;
  line-height: 30px;
}
.city #cityLists {
  width: 1160px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 60px auto;
}
.city #cityLists .titleBox{
  width: 100%;
  background: #FFFFFF;
  margin: 0 30px 60px 0;
}
.city #cityLists .imgbox{
  width: 100%;
  display: flex;
  justify-content: center;
}
.city #cityLists .imgbox img{
  width: 180px;
  height: 110px;
}
.city #cityLists .title{
  font-weight: 400;
  font-size: 20px;
  color: #303030;
  line-height: 30px;
  text-align: center;
}
.city #cityLists .border{
  width: 80%;
  margin: 4px 10% 12px 10%;
  height: 2px;
  background: #DADADA;
}
.city #cityLists .msg{
  font-weight: 300;
  font-size: 16px;
  color: #303030;
  line-height: 43px;
  display: flex;
  align-items: center;
}
.city #cityLists .msg img{
  width: 12px;
  height: 12px;
  margin-right: 16px;
}
.city #cityLists .btn{
  width: 50%;
  margin: 10px 25%;
  height: 36px;
  background: #1D90D4;
  border-radius: 50px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.registration{
  width: 1160px;
  margin: 0 auto;
  padding: 114px 0 68px;
}
.registration .title{
  font-weight: 300;
  font-size: 16px;
  color: #303030;
}
.registration .main{
  display: flex;
}
.registration .main .left p{
  width: 250px;
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid #2C2C2C;
  border-right: 2px solid #2C2C2C;
}
.registration .main .right{
  width: 100%;
  margin-left: 40px;
}
.registration .main .right .rightTitle{
  margin: 28px 0 16px;
  display: flex;
  align-items: center;
}
.registration .main .right .trademark{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.registration .main .right .rightTitle img{
  width: 20px;
  height: 20px;
}
.registration .main .right .rightTitle .title{
  margin: 0 16px;
  height: 31px;
  font-weight: 700;
  font-size: 18px;
  color: #303030;
  /* flex: 1; */
}
.registration .main .right .rightTitle .gang{
  width: 100%;
  height: 2px;
  background: #2C2C2C;
  opacity: 0.24;
  flex: 1;
}
.patent .title{
  font-weight: 300;
  font-size: 16px;
  color: #303030;
  border-bottom: 2px solid rgba(44, 44, 44, 0.24);
}
.bank .title{
  font-weight: 300;
  font-size: 32px;
  color: #303030;
  border-bottom: 2px solid rgba(44, 44, 44, 0.24);
}
.bank #boxHtmlMain{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 86px;
}
.bank #boxHtmlMain .titleBox{
  width: calc(50% - 68px);
  background: #727272;
  margin: 0 68px 100px 0;
  color: #FFFFFF;
}
.taxDeclaration .rightTitle{
  display: flex;
}
.taxDeclaration .rightTitle img{
  width: 20px;
  height: 20px;
}
.taxDeclaration .rightTitle .title{
  margin: 0 16px;
  height: 31px;
  font-weight: 300;
  font-size: 32px;
  color: #303030;
  line-height: 10px;
  /* flex: 1; */
}
.taxDeclaration .rightTitle .gang{
  width: 100%;
  height: 2px;
  background: #2C2C2C;
  opacity: 0.24;
  flex: 1;
}
.taxDeclaration .types:hover{
  background: #BCDEF8;
  cursor: pointer;
}



.table-all {
  color: black;
  border: 1px solid #DEE6FC;
  border-radius: 2px 0px 0px 0px;
}
.table-all th, td {
  border: 1px solid #DEE6FC;
  border-radius: 2px 0px 0px 0px;
  padding: 4px;
  text-align: left;
  font-size: 16px;
}
.rightMainMsg:hover{
  background: #5FB7E0;
}

