/* 头部 */
.header {
  width: 100%;
  height: 100px;
  line-height: 100px;
  background-color: #fff;
  position: fixed;
  left:0;
  top: 0;
  z-index: 1001 !important;
}
.header-center {
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.header-center>div{
  flex: 1;
}
.header-center .logo {
  text-align: center;
}
.header .header-center a{
  font-weight: bold;
  font-size: 20px;
  width: 100%;
  display: block;
}
.header .header-center .header-item:nth-child(-n+4)>a{
  text-align: left;
}
.header .header-center .header-item:nth-child(n+4)>a{
  text-align: right;
}
.header-center .header-item:nth-child(3) {
  margin-right: 50px;
}
.header-center .header-item:nth-child(4) {
  margin-left: 50px;
}
.header .header-center a:hover {
  text-decoration: none;
}
.header .header-center .active a {
  color:#ff9a00;
}
.header-center .about img {
  width: 16px;
  height: 16px;
}
.header .logo {
  width: 120px;
  height: 60px;
  padding: 20px 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background-color: #fff;
}
.header .logo .box {
  width: 120px;
  position: relative;
}
.header .logo .box a{
  display: block;
  margin: 0 auto;
}
.header .logo .box img {
  backface-visibility: hidden;
  position: absolute;
  vertical-align: middle;
  transition: all 2s;
}
.header .logo .box .logo1{
  margin: 0 30px;
  width: 60px;
  height: 60px;
}
.header .logo .box .logo2{
  margin: 9px 0;
}
.header .logo .box img:nth-of-type(2) {
  transform: rotateY(-180deg);
}
.header .logo .box:hover img:nth-of-type(1) {
  transform: rotateY(180deg);
  background: #0a53be;
  overflow: hidden;
}
.header .logo .box:hover img:nth-of-type(2) {
  transform: rotateY(0deg);
  overflow: hidden;
}
.header .telephone{
  position: absolute;
  right: -160px;
  top: 0;
  font-weight: bold;
  line-height: 100px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.header .telephone img{
  display: block;
  width: 16px;
  height: 16px;
}

/* 中间文字 */
.desc {
  width: 100%;
  padding: 80px 0 70px 0;
  text-align: center;
  font-size: 40px;
  color: #ccc;
}
.desc .title {
  font-size:40px;
  line-height:59px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.desc .title-english {
  font-size: 30px;
  line-height: 45px;
  color: #999999;
  text-align: center;
}
.desc .line {
  width: 80px;
  height: 4px;
  background-color: #FF9A00;
  margin: 15px auto 0;
}
.desc .line.on {
  background-color: #FFFFFF;
}

/* 脚步 */
.home-footer{
  width: 100%;
  height: 250px;
  background-color: #F2F2F2;
}
.h-f-top {
  height: 250px;
  display: flex;
  justify-content: space-between;
}
.h-f-logo{
  padding-top: 61px;
  margin-right: 122px;
  float: left;
}
/*.h-f-logo img {*/
/*  width: 117px;*/
/*  height: 117px;*/
/*}*/
.h-company{
  float: left;
  padding-top: 41px;
  margin-right: 133px;
}
.h-advisory{
  padding-top: 41px;
}
.h-f-top-left{

}
.h-company .company-title, .h-advisory .company-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 20px;
}
.h-company .company-title:first-letter, .h-advisory .company-title:first-letter {
  border-bottom: #666 solid 2px;
  padding-bottom: 10px;
}
.h-f-top .add {
  line-height: 29px;
  font-size: 20px;
  color: #666666;
  display: flex;
  margin-bottom: 12px;
}
.h-f-top .add span{
  width: 65px;
  text-align: right;
  display: block;
}
.h-f-top .wechar-list  {
  display: flex;
  align-items: center;
}
.h-f-top .w-item img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  color: #000;
}
.h-f-top .advisory-list .advisory-item {
  width: 120px;
  border:1px solid #ccc;
  margin-bottom: 10px;
  line-height:30px;
  font-size: 14px;
  padding-left: 10px;
  cursor: pointer;
}
.footer-record {
  width: 100%;
  height: 150px;
  padding: 28px 0;
  background-color: #000;
  color :#fff;
  font-size: 16px;
  line-height: 24px;
}
.footer-record .lkh-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.recode-list {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-record a {
  color :#fff;
}
.recode-list li span {
  display: inline-block;
  width: 2px;
  height: 10px;
  border:1px solid #fff;
  margin: 0 15px;
  color :#fff;
}
.recode-list  li:last-child span {
  display: none;
}

/* 加入我们 */
.join {
  width: 100%;
  background-color: pink;
  background-image: url(../img/home/u10.png);
  background-position: 0 0;
  background-size: 100% 100%;
  padding-top: 18px;
}
.join-title{
  margin-bottom: 9px;
}
.join-title, .join-phone {
  text-align: center;
  line-height: 29px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}
.join-content {
  padding: 10px 0 30px 0;
}
.form-control,
.form-select {
  height: 36px;
  font-size: 14px;
  padding: 5.25px 10.25px;
  border-radius: 3.5px;
}
.form-select {
  background-position: right 10.5px center;
}
.join-content .l-f-code {
  display: flex;
  width: 200px;
  height: 60px;
}
.join-content .l-f-code .login-form-vcode {
  margin-right: 10px;
}
.join-content .l-f-code .login-form-vcode img{
  border-radius: 5px;
}
.join-btn {
  width: 120px;
  height: 36px !important;
  background-color: #ff9a00;
  color: #fff;
  font-size: 14px;
}

/*分页*/
.dreamer-pagination{
  padding-bottom: 30px;
}
.dreamer-pagination .dreamer-ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.dreamer-pagination .dreamer-ul li {
  border:1px solid #e3e3e3;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin: 0 10px;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
}
.dreamer-pagination .dreamer-ul .active {
  background-color: #ff9a00;
  border:1px solid #ff9a00;
  color: #fff;
}
.dreamer-pagination .dreamer-ul .active a {
  color: #fff;
}
.dreamer-pagination .dreamer-ul li:hover {
  background-color: #ff9a00;
}
.dreamer-pagination .dreamer-ul li:hover a {
  color: #fff;
}
/* 左边固定给 */
.home-sticky {
  width: 100px;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 65535;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0.5);
}
.sticky-list,
.sticky-item a {
  display: block;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.sticky-list {
  padding: 10px 0;
  box-sizing: border-box;
}
.sticky-item {
  cursor: pointer;
  position: relative;
}
.sticky-item img {
  margin-bottom: 5px;
}

#sidebar-tell-phone ul{
  list-style-type: none;
  right: -999em;
  position: absolute;
  z-index: 990;
  width: 150px;
  height: 51px;
  border-radius: 6px 0px 0px 6px;
  background-color: rgba(0,0,0,0.5);

  font-size: 20px;
  font-weight: 700;
  color: #ff9a00;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 0 ;
}

#sidebar-tell-phone:hover ul{
  z-index:990;
  right: 100px;
  top: 0;
}

@media screen and (max-width: 1400px) {
  .h-company{
    float: left;
    padding-top: 41px;
    margin-right: 33px;
  }
}
.row {
  --bs-gutter-x: 21px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row>* {
  padding-right: 10.5px;
  padding-left: 10.5px;
}
.btn{
  padding: 5.25px 10.25px;
  border-radius: 3.5px;
  font-size: 14px;
}
.form-select:focus {
  box-shadow: 0 0 0 3.5px rgb(13 110 253 / 25%);
}

.btn-check:focus+.btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 3.5px rgb(13 110 253 / 25%);
}
.modal-body {
  padding: 14px;
}
.modal-content {
  border-radius: 4.2px;
}