@charset "utf-8";
/* CSS Document */
.indexbg {
  background: url(../images/mbg.png) center bottom no-repeat;
  overflow: hidden;
}
.box1 {
  padding-top: 80px;
}
.center {
  /* margin: 5rem 0; */
  margin-top: 5rem;
  width: 70%;
}
.center .fenlei_yw {
  width: 100%;
}
.mulu {
  width: 25.1%;
  background-color: #edf4f9;
  position: relative;
}
.mg5 {margin: 5rem 0;}
.xq_mulu {min-height: 15rem;}
.tit1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: center;
}
.tit1 .logo_biao .xiaotitle {
  font-size: 30px;
  color: #303030;
  font-weight: bold;
  line-height: 30px;
  position: relative;
}
.tit1 .logo_biao .xiaotitle .en_title {
	font-size: 1.3rem;
  text-transform: uppercase;
	color: #999999;
  font-family: "siyuan, sans-serif" ;
  position: absolute;
  top: 0;
  line-height: normal;
}
/* .tit1 h3::before {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: '';
  height: 4px;
  background-color: #122b88;
  width: 70px;
} */
.tit1 a {
  display: block;
  width: 87px;
  line-height: 28px;
  background-color: #f2f2f2;
  border-radius: 14px;
  color: #9a9a9a;
  font-size: 16px;
  text-align: center;
  font-family: "siyuan, sans-serif";
}
.tit1 a:hover {
  background-color: #0061ae;
  color: #fff;
}
/*博闻在华*/
.fenlei_yw:nth-child(2) {
  margin-top: 3rem;
}
.img_xq {
display: flex;
flex-wrap: wrap;
flex-direction: row;
margin-left: 10px;
margin-right: 10px;
width: auto;
padding-top: 8rem;
padding-bottom: 8rem;
padding-left: 30px;
padding-right: 30px;
margin-top: 0px;
transition-property: all;
overflow: hidden;
position: relative;
display-radio: flex;
height: 100%;
cursor: pointer;
transition: all 0.6s;
/* min-height: 400px; */
}
.leibie_yw {
display: flex;
flex-wrap: wrap;
position: relative;
max-width: 100%;
}
.xq_yw {
flex-grow: 0;
flex-shrink: 0;
flex-basis: calc(100% / 3);
margin-bottom: 2rem;
/* border-right: solid 2px #333; */
}
.cn_xq {
  display: flex;
  justify-content:center;
  align-items: center;
  font-family:"siyuan, sans-serif";
  font-size: 24px;
  color: #fff;
  margin-bottom: 0.5rem;
  margin-top: 2rem;
}
.en_xq {
  display: flex;
  justify-content:center;
  align-items: center;
  font-family:"Barlow, sans-serif";
  font-size: 16px;
  color: #fff;
  margin-bottom: 1.5rem;
}
.more_xq {
  display: flex;
  justify-content:center;
  align-items: center;
  font-family:"siyuan, sans-serif";
  font-size: 16px;
  color: #0061ae;
  border-radius: 25px;
  width: 40%;
  margin: 0 auto;
  background-color: #fff;
  opacity: 0;
  transition: all 0.6s;
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .xq_yw {
    flex-basis: calc(100% / 2);
  }
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .xq_yw {
    flex-basis: calc(100% / 1);
  }
  .center {
    width: 100%;
  }
}
.img_xq:before {
content: " ";
height: 100%;
width: 100%;
background-color:rgba(0, 0, 0, .49);
position: absolute;
bottom: 0;
left: 0;
transition: all 0.6s;
}
.img_xq:hover {
  padding-top: 7rem;
  padding-bottom: 9rem;
}
.img_xq:hover .more_xq {
  opacity: 1;
}
.img_xq:hover:before {
height: 100%;
background-color:rgba(0, 97, 174, .84);
}
.img_xq > .txt_xq {
flex: 1;
max-width: 100%;
max-height: 100%;
z-index: 1;
}
.img_xq .txt_xq .img_txt {
display: flex;
flex-wrap: wrap;
flex-direction: row;
width: 100%;
display-radio: flex;
max-width: 100px;
margin-left: auto;
margin-right: auto;
background-fill-value: background-image;
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
text-align: center;
margin-bottom: 2rem;
transition-property: all;
transition: all 0.3s;
}
.txtbox1 {
flex: 1;
max-width: 100%;
max-height: 100%;
}
.txtbox2 {
  overflow: hidden;
}

/*博闻在华end*/
/*目录*/
.xq_mulu { 
  width: 90%; 
  margin: 0 auto;
}
.libiao_mulu {
  background-color: #fff; 
  display: flex; 
  align-items: center; 
  justify-content:center; 
  padding: 2rem 0;
  transition: box-shadow 0.3s ease; 
  cursor: pointer;  
  margin-bottom: 3rem;
  width: 350px;
}
.libiao_mulu:last-child {margin-bottom: 0;}
.img_mulu {
  border: 2px solid #eeeeee; /* 设置边框颜色和宽度 */
  border-radius: 50%; /* 设置圆角为50%以实现正圆 */
  overflow: hidden; /* 防止图片超出边框 */
  width: 70px; /* 根据需要设置宽度 */
  height: 70px; /* 确保宽高相等 */
  display: flex; 
  align-items: center; 
  justify-content:center;
  margin-right: 1.5rem;
  transition: all 0.3s;
}
.libiao_mulu .txt_mulu {
  max-width: 70%;
  overflow: hidden;
}
.libiao_mulu .txt_mulu .mingcheng_mulu {
  font-family: "siyuan, sans-serif";
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 1px solid #0061ae;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.libiao_mulu .txt_mulu .shijian_mulu {
  font-family: "siyuan, sans-serif";
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
  padding-left: 19px;
  background: url(../images/shijian.png) center left no-repeat;
}
.libiao_mulu .txt_mulu .didian_mulu {
  font-family: "siyuan, sans-serif";
  font-size: 14px;
  color: #666666;
  padding-left: 19px;
  background: url(../images/didian.png) center left no-repeat;
}
.mulu .more_mulu {
  width: 90%; 
  margin: 0 auto; 
  background-color: #0061ae; 
  display: flex; 
  align-items: center; 
  justify-content:center;
  padding: 2rem 0;
  position: absolute;
  bottom: 0;
  left: 5%;
}
.mulu .more_mulu .tet_more {
  font-family: "siyuan, sans-serif";
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-right: 3rem;
}
.mulu .more_mulu .img_more {
  max-width: 70%;
}
.mulu .more_mulu .img_more img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1600px) and (min-width: 1200px) {
  .mulu .more_mulu .tet_more {
    margin-right: 1rem;
  }
  .img_mulu {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 1200px) {
.libiao_mulu {
  width: 262px;
}
#element_id {
  width: 262px !important;
}
}
@media screen and (max-width: 1200px) and (min-width: 767px) {
  .center {
    width: 100%;
  }
  .mulu {
    width: 100%;
    height: 85rem;
  }
  .libiao_mulu {
    float: left;
    width: 30%;
    margin-right: 3%;
  }
  .libiao_mulu:nth-child(3n) {
    margin-right: 0;
  }
  .libiao_mulu .txt_mulu {
    max-width: 60%;
  }
  .libiao_mulu .txt_mulu .mingcheng_mulu {
    font-size: 12px;
  }
  .libiao_mulu .txt_mulu .shijian_mulu {
    font-size: 12px;
  }
  .libiao_mulu .txt_mulu .didian_mulu {
    font-size: 12px;
  }
  .img_mulu {
    border: 2px solid #eeeeee;
    border-radius: 50%;
    overflow: hidden;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    transition: all 0.3s;
}
  .xq_mulu {
    display: flex;
    align-items: center;
    justify-content:space-between;
    flex-wrap: wrap;
  }
  .libiao_mulu:last-child {
    margin-bottom: 3rem;
}
  #element_id {
    width: 100% !important;
    height: 530px !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  #element_id {
    width: 100% !important;
    height: 610px !important;
  }
  .mulu {
    width: 100%;
    height: 96rem;
  }

  .libiao_mulu {
    width: 47%;
    margin-right: 3%;
    float: left;
  }
  .libiao_mulu:nth-child(2n) {
    margin-right: 0;
  }
  .libiao_mulu .txt_mulu .mingcheng_mulu {
    font-size: 14px;
  }
  .xq_mulu {
    display: flex;
    align-items: center;
    justify-content:space-between;
    flex-wrap: wrap;
  }
  .img_mulu {
    width: 40px;
    height: 40px;
  }
  .libiao_mulu:last-child {
    margin-bottom: 3rem;
}
}
@media (max-width: 480px) {
  .mulu {
    width: 100%;
  }
  #element_id {
    width: 100% !important;
    height: 610px !important;
  }
  .libiao_mulu {
    max-width: 100%;
}
.libiao_mulu .txt_mulu .mingcheng_mulu {
  font-size: 16px;
}
}
.libiao_mulu:hover {
  box-shadow: 0 8px 15px rgba(0, 97, 174, 0.2); /* 添加阴影 */
}
.libiao_mulu:hover .img_mulu {border: 2px solid #0061ae;}
.img_mulu img {
  max-width: 80%; /* 确保图片填充父元素 */
  max-height: 80%;
  object-fit: cover; /* 使图片保持正确比例 */
}
/*目录end*/
/*六大领域*/
.dalingyu {
  margin: 0 auto;
  margin-top: 5vh;
  position: relative;
}
.title_lingyu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}
.title_lingyu img {
  padding-top: 6.8%;
}
.title_lingyu .img_lingyu2 {
  display: none;
}
.title_lingyu .title_liuda {
  font-size: 60px;
  line-height: 120px;
  color: #fff;
  font-family: "siyuan, sans-serif";
}
.title_lingyu .en_liuda {
  font-family: "Barlow, sans-serif";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.47);
  text-transform: uppercase;
}
.lingyu {
  width: 100%;
  height: 92vh;
  background: url(../images/lingyubg.jpg) top center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  counter-reset: figure;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1600px) and (min-width: 1440px) {
  .lingyu {
    width: 100%;
    height: 92vh;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1366px) {
  .lingyu {
    width: 100%;
    height: 110vh;
  }
}
@media screen and (max-width: 1366px) and (min-width: 1200px) {
  .lingyu {
    width: 100%;
    height: 120vh;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1080px) {
  .lingyu {
    width: 100%;
    height: 100vh;
  }
}

.xuhao {
  width: calc(100%/6);
  border-right: 1px solid rgba(255, 255, 255, 0.23);
  position: relative;
  overflow: hidden;
}
.xuhao .lingyu_jianbian {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}
.xuhao .lingyu_jianbian .yuan_lingyu {
  width: 100px;
  height: 100px;
  background: #0061ae url(../images/zhanhui.png) center no-repeat;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 130%;
  margin-bottom: 10%;
}

.xuhao .lingyu_jianbian .txt_lingyu {
  font-family: "siyuan, sans-serif";
  font-size: 24px;
  line-height: 48px;
  width: 100%;
  color: #fff;
  text-align: center;
}
.xuhao .lingyu_jianbian .xiao_lingyu {
  font-family: "siyuan, sans-serif";
  font-size: 16px;
  line-height: 32px;
  width: 100%;
  color: #fff;
  text-align: center;
}
.xuhao .lingyu_jianbian .yuan_lingyu::before {
  display: none;
}
.xuhao .lingyu_jianbian::after {
    content: "";
    display: block;
    width: 2px;
    height: 100px;
    position: absolute;
    right: -1px;
    top: 40%;
    background: linear-gradient(0deg, transparent, rgb(255, 255, 255), transparent);
}
.xuhao .lingyu_jianbian::after {
  animation: linemove 2.5s infinite alternate linear;
}
.xuhao:nth-child(2n) .lingyu_jianbian::after {
  animation: linemove 3s infinite alternate linear;
}
@keyframes linemove {
  0% { top: 0px; }
  100% { top: 100%; }
}
.xuhao:nth-child(2) .lingyu_jianbian .yuan_lingyu {
  background: #0061ae url(../images/huiyi.png) center no-repeat;
}
.xuhao:nth-child(3) .lingyu_jianbian .yuan_lingyu {
  background: #0061ae url(../images/changguan.png) center no-repeat;
}
.xuhao:nth-child(4) .lingyu_jianbian .yuan_lingyu {
  background: #0061ae url(../images/zhuchang.png) center no-repeat;
}
.xuhao:nth-child(5) .lingyu_jianbian .yuan_lingyu {
  background: #0061ae url(../images/dashuju.png) center no-repeat;
}
.xuhao:nth-child(6) .lingyu_jianbian .yuan_lingyu {
  background: #0061ae url(../images/guanggao.png) center no-repeat;
}
.xuhao::before {
  content: " ";
  height: 100%;
  width: 100%;
  background:linear-gradient(to bottom, rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.35));
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.6s;
  }
  .xuhao::after {
    counter-increment: figure;
    content: counter(figure, decimal-leading-zero);
    font-size: 6vw;
    color: rgba(255, 255, 255 ,.05);
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10%;
    font-family: impact;
    transition: all 0.6s;
    z-index: 2; /* 保证伪元素在前 */
  }
  @media screen and (max-width: 1600px) and (min-width: 1440px) {
    .xuhao .lingyu_jianbian .yuan_lingyu {
      margin-top: 160%;
    }
    .xuhao::after {
      bottom: -8%;
    }
  }
  @media screen and (max-width: 1440px) and (min-width: 1200px) {
    .xuhao .lingyu_jianbian .yuan_lingyu {
      margin-top: 180%;
    }
    .xuhao::after {
      bottom: -6%;
    }
  }
  @media screen and (max-width: 1200px) and (min-width: 1080px) {
    .xuhao .lingyu_jianbian .yuan_lingyu {
      margin-top: 200%;
    }
    .xuhao::after {
      bottom: -4%;
    }
  }
  @media screen and (max-width: 1080px) and (min-width: 767px) {
    .title_lingyu {
      position: static;
      width: 90%;
      margin: 0 auto;
      margin-bottom: 3vh;
     }
     .title_lingyu img {
     padding-top: 0;
     margin: 0 auto;
     }
     .title_lingyu .title_liuda {
     color: #303030;
     font-size: 40px;
     line-height: 80px;
     }
     .title_lingyu .en_liuda {
     color: #999999;
     }
     .lingyu {
     width: 90%;
     margin: 0 auto;
     }
    .xuhao {
      width: 50%;
      border: 0;
    }
    .xuhao .lingyu_jianbian .yuan_lingyu {
      margin-top: 10%;
      margin-bottom: auto;
    }
    .title_lingyu .img_lingyu2 {
      display: block;
    }
    .title_lingyu .img_lingyu {
      display: none;
    }
  }
  @media screen and (max-width: 767px) and (min-width: 480px) {
    .title_lingyu {
      position: static;
      width: 90%;
      margin: 0 auto;
      margin-bottom: 3vh;
     }
     .title_lingyu img {
     padding-top: 0;
     margin: 0 auto;
     }
     .title_lingyu .title_liuda {
     color: #303030;
     font-size: 40px;
     line-height: 80px;
     }
     .title_lingyu .en_liuda {
     color: #999999;
     }
     .lingyu {
     width: 90%;
     margin: 0 auto;
     }
    .xuhao {
      width: 50%;
      border: 0;
    }
    .xuhao .lingyu_jianbian .yuan_lingyu {
      margin-top: 22%;
      margin-bottom: auto;
    }
    .title_lingyu .img_lingyu2 {
      display: block;
    }
    .title_lingyu .img_lingyu {
      display: none;
    }
    .xuhao .lingyu_jianbian .yuan_lingyu {
      width: 80px;
      height: 80px;
    }
    .xuhao::after {
      bottom: -8%;
    }
  }
  @media screen and (max-width: 480px) and (min-width: 300px) {
    .title_lingyu {
      position: static;
      width: 90%;
      margin: 0 auto;
      margin-bottom: 3vh;
     }
     .title_lingyu img {
     padding-top: 0;
     margin: 0 auto;
     }
     .title_lingyu .title_liuda {
     color: #303030;
     font-size: 40px;
     line-height: 80px;
     }
     .title_lingyu .en_liuda {
     color: #999999;
     }
     .lingyu {
     width: 90%;
     margin: 0 auto;
     height: 98vh;
     }
    .xuhao {
      width: 50%;
      border: 0;
    }
    .xuhao .lingyu_jianbian .yuan_lingyu {
      margin-top: 25%;
      margin-bottom: auto;
    }
    .title_lingyu .img_lingyu2 {
      display: block;
    }
    .title_lingyu .img_lingyu {
      display: none;
    }
    .xuhao .lingyu_jianbian .yuan_lingyu {
      width: 70px;
      height: 70px;
    }
    .xuhao::after {
      bottom: -5%;
    }
    .xuhao .lingyu_jianbian .txt_lingyu {
      font-size: 18px;
      line-height: 36px;
    }
  }
  .xuhao:hover:before {
    height: 100%;
    background:linear-gradient(to bottom, rgba(24, 64, 135, 0.49), rgba(24, 64, 135, 0.65), rgba(24, 64, 135, 0.35));
  }
  .xuhao:hover::after {
    color: rgba(255, 255, 255, 0.5);
  }
  .xuhao:hover .lingyu_jianbian .yuan_lingyu {
    background: #fff url(../images/zhanhui2.png) center no-repeat;
  }
  .xuhao:nth-child(2):hover .lingyu_jianbian .yuan_lingyu {
    background: #fff url(../images/huiyi2.png) no-repeat center;
  }
  .xuhao:nth-child(3):hover .lingyu_jianbian .yuan_lingyu {
    background: #fff url(../images/changguan2.png) no-repeat center;
  }
  .xuhao:nth-child(4):hover .lingyu_jianbian .yuan_lingyu {
    background: #fff url(../images/zhuchang2.png) no-repeat center;
  }
  .xuhao:nth-child(5):hover .lingyu_jianbian .yuan_lingyu {
    background: #fff url(../images/dashuju2.png) no-repeat center;
  }
  .xuhao:nth-child(6):hover .lingyu_jianbian .yuan_lingyu {
    background: #fff url(../images/guanggao2.png) no-repeat center;
  }
  
/*六大领域 end*/
/*博闻投资*/
.touzi {
  width: 100%;
  background: #f0f5ff;
  padding: 10vh 0;
}
.jianjie {
  width: 40%;
}
.jianjie .cn_touzi {
  font-size: 60px;
  color: #303030;
  font-weight: bold;
  line-height: 120px;
  font-family: "siyuan, sans-serif";
}
.jianjie .en_touzi {
  font-family: "Barlow, sans-serif";
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #999999;
  line-height: normal;
}
.jianjie .txt_touzi {
  font-family: "siyuan, sans-serif";
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  padding: 5vh 0 3vh 0;
}
.jianjie .more_touzi {
  padding: 1vh 3vh;
  background: #0061ae;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
}
.gongsilogo {
  width: 55%;
  display: flex;
  justify-content: space-between;
  align-self: center;
  flex-wrap: wrap;
}
.gongsilogo .qiye_touzi {
  width: 44.5%;
  background: #fff;
  padding: 1vh 5%;
  margin-bottom: 3vh;
}
.gongsilogo .qiye_touzi:nth-child(1) {
  width: 100%;
}
.gongsilogo .qiye_touzi img {
  max-width: 90%;
  max-height: 34px;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .jianjie {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5vh;
  }
  .gongsilogo {
    width: 100%;
    margin: 0 auto;
  }
  }
@media screen and (max-width: 767px) and (min-width: 480px) {
  .jianjie {
    width: 90%;
  }
  .gongsilogo {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) and (min-width: 300px) {
  .gongsilogo .qiye_touzi {
    width: 100%;
  }
  .jianjie {
    width: 90%;
  }
  .gongsilogo {
    width: 90%;
    margin: 0 auto;
  }
}
/*博闻投资 end*/
/*博闻服务*/
.fuwu_index {
  padding: 10vh 0 5vh;
}
.fuwu {
  display: flex;
  justify-content:center;
  align-self: center;
  flex-wrap: wrap;
  width: 100%;
}
.fuwu .zhuchang {
  padding: 1vh 10%;
  text-align: center;
}
.fuwu .zhuchang img {
  max-height: 69px;
  margin-bottom: 3vh;
}
.fuwu .zhuchang span {
  font-family: "siyuan, sans-serif";
  font-size: 24px;
  line-height: 32px;
  color: #0061ae;
}
@media screen and (max-width: 1024px) and (min-width: 767px) {
  .fuwu .zhuchang {
    padding: 1vh 6%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .fuwu .zhuchang {
    padding: 1vh 5%;
    text-align: center;
  }
  .fuwu .zhuchang img {
    max-height: 59px;
    margin-bottom: 3vh;
  }
  .fuwu .zhuchang span {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .fuwu .zhuchang {
    padding: 1vh 3%;
    text-align: center;
  }
  .fuwu .zhuchang img {
    max-height: 40px;
    margin-bottom: 3vh;
  }
  .fuwu .zhuchang span {
    font-size: 16px;
  }
}
/*博闻服务 end*/
.box1-list ul {
  display: flex;
  justify-content: space-between;
}
.box1-list ul li {
  width: calc(25% - 60px);
}
.box1-list ul li a h3 {
  margin: 20px 0;
  font-size: 20px;
  color: #404040;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box1-list ul li a .nimg {
  width: 100%;
}
.box1-con {
  display: flex;
  justify-content: space-between;
  font-size: 17px;
  color: #999999;
  align-items: center;
}
.box2 {
  padding-top: 80px;
}
.tit2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.tit2 .tit-left {
  font-size: 18px;
}
.tit2 .tit-left h3 {
  float: left;
}
.tit2 .tit-left ul {
  float: left;
  display: flex;
  line-height: 42px;
}
.tit2 .tit-left ul li {
  color: #303030;
}
.tit2 .tit-left ul li:hover {
  cursor: pointer;
  color: #122b88;
}
.tit2 .tit-left a {
  display: inline-block;
  color: #303030;
  font-size: 18px;
}
.tit2 .tit-left a:hover {
  color: #122b88;
}
.tit2 .tit-left em {
  margin: 0 10px;
}
.tit2 h3 {
  position: relative;
  font-size: 30px;
  color: #303030;
  font-weight: bold;
  margin-right: 30px;
}
.tit2 h3::before {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: '';
  height: 4px;
  background-color: #122b88;
  width: 70px;
}
.tit2 span a {
  display: block;
  width: 87px;
  line-height: 28px;
  background-color: #f2f2f2;
  border-radius: 14px;
  color: #9a9a9a;
  font-size: 16px;
  text-align: center;
}
.tit2 span a:hover {
  background-color: #122b88;
  color: #fff;
}
#menu0 .hover {
  color: #122b88;
}
.box2-list {
  display: none;
  overflow: hidden;
  margin: 0 -20px;
}
.box2-list li {
  width: calc(25% - 40px);
  margin: 0 20px;
  float: left;
}
.box2-list li a .nimg {
  width: 100%;
  height: 198px;
}
.box2-list li a .box2-list-con {
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
.box2-list li a .box2-list-con h3 {
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  color: #6b6b6b;
}
.box2-list li a:hover .box2-list-con::before {
  background-image: url(../images/icon12.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 15px;
  content: '';
  position: absolute;
  left: 10%;
  top: -15px;
}
.box2-list li a:hover .box2-list-con h3 {
  color: #122b88;
}
.box2-list li a .box2-list-con p {
  font-size: 14px;
  color: #6b6b6b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.box2-list li a span {
  margin-top: 10px;
  text-align: right;
  display: block;
  font-size: 14px;
  color: #bebebe;
  background: url(../images/icon10.png) right center no-repeat;
  padding-right: 30px;
}
.box2-list li a:hover span {
  background: url(../images/icon11.png) right center no-repeat;
  color: #122b88;
}
.box2-list2 {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 20px;
  background-color: white;
}
.box2-list2 ul {
  flex-wrap: wrap;
  display: flex;
}
.box2-list2 ul li {
  width: 50%;
  padding-right: 5%;
  line-height: 250%;
  font-size: 16px;
  color: #333;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.box2-list2 ul li a {
  color: #333;
  padding-left: 15px;
  background: url(../images/y1.png) left center no-repeat;
}
.box2-list2 ul li a:hover {
  color: #122b88;
  background: url(../images/y2.png) left center no-repeat;
}
.hd {
  padding-top: 80px;
}
.hdlist {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.hdlist .hd-left {
  width: 50%;
}
.hdlist .hd-right {
  width: 45%;
}
.hd-left a {
  display: block;
  position: relative;
}
.hd-left img {
  width: 100%;
}
.hd-left .hd-leftcon {
  position: absolute;
  padding: 30px;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 100;
}
.hd-left .hd-leftcon h3 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hd-left .hd-leftcon p {
  font-size: 14px;
  line-height: 150%;
  color: white;
  margin-top: 20px;
}
.hd-right a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  background: url(../images/y4.png) left center no-repeat;
}
.hd-right a:nth-child(1) {
  padding-top: 0;
}
.hd-right a dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hd-right a dl dt {
  width: 65%;
}
.hd-right a dl dt h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hd-right a dl dt p {
  color: #303030;
  font-size: 14px;
  line-height: 150%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.hd-right a dl dd {
  width: 30%;
}
.hd-right a dl dd img {
  width: 100%;
}
.hd-right a:hover h3,
.hd-right a:hover p {
  color: #122b88;
}
.guests {
  padding: 80px 0;
  background-color: #f3f8fc;
}
.guests-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.guests-list ul li {
  width: calc(16.5% - 40px);
  margin: 20px;
}
.guests-list ul li a {
  background-color: white;
  display: block;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
.guests-list ul li a img {
  border-radius: 50%;
  margin: 0 auto;
}
.guests-list ul li a h3 {
  font-size: 20px;
  display: block;
  margin: 20px 0;
  color: #122b88;
  text-align: center;
  font-weight: bold;
}
.guests-list ul li a p {
  text-align: center;
  display: block;
  font-size: 14px;
  overflow: hidden;
}
.guests-list ul li a:hover {
  background-color: #122b88;
}
.guests-list ul li a:hover h3,
.guests-list ul li a:hover p {
  color: white;
}
.hz {
  padding: 80px 0;
}
.hz-list {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.hz-list a {
  display: block;
  width: calc(14.2% - 30px);
  margin: 15px;
  background-color: #fff;
  border: 1px solid #666;
  box-sizing: border-box;
}
.hz-list a img {
  width: 100%;
}
.hz-list a:hover {
  border: 1px solid #122b88;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.meiti {
  background-color: #e95412;
  padding: 80px 0;
}
.meiti .tit2 h3 {
  color: white;
}
.meiti .tit2 span a {
  color: #122b88;
}
.meiti .tit2 span a:hover {
  color: white;
}
.meiti .tit2 h3::before {
  background-color: white;
}
.owl-list2 .item img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.owl-list2 .owl-buttons {
  display: none;
}
.owl-list2 .owl-pagination {
  text-align: center;
  margin-top: 20px;
}
.owl-list2 .owl-page {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ded6cd;
  margin-right: 5px;
  *display: inline;
  *zoom: 1;
}
.owl-list2 .owl-pagination .active {
  background-color: #ce9858;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .hd {
    padding-top: 30px;
  }
  .tit1 h3 {
    font-size: 18px;
  }
  .box1 {
    padding-top: 30px;
  }
  .box1-list ul {
    flex-direction: column;
  }
  .box1-list ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .tit2 {
    flex-direction: column;
  }
  .tit2 .tit-left {
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  .tit2 .tit-left a {
    color: #303030;
    font-size: 14px;
  }
  .tit2 .tit-left a:hover {
    color: #122b88;
  }
  .tit2 .tit-left em {
    margin: 0 10px;
  }
  .tit2 span {
    display: none;
  }
  .box2 {
    padding-top: 30px;
  }
  .box2-list li {
    width: 100%;
    float: none;
    margin: 0;
    margin-bottom: 20px;
  }
  .box2-list li a .nimg {
    width: 100%;
    height: auto;
  }
  .tit2 h3 {
    font-size: 18px;
  }
  .box2-list2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .box2-list2 ul {
    flex-direction: column;
  }
  .box2-list2 ul li {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0%;
  }
  .box2-list2 ul li a {
    color: #333;
    padding-left: 15px;
    background: url(../images/y1.png) left center no-repeat;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .box2-list2 ul li span {
    width: 30%;
  }
  .hdlist {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .hdlist .hd-left {
    width: 100%;
  }
  .hdlist .hd-right {
    width: 100%;
    margin-top: 30px;
  }
  .meiti {
    padding: 30px 0;
  }
  .guests {
    padding: 30px 0;
  }
  .guests-list ul {
    margin: 0px;
  }
  .guests-list ul li {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .guests-list ul li a img {
    width: 80%;
  }
  .guests-list ul li a p {
    font-size: 12px;
  }
  .hz {
    padding: 30px 0;
  }
  .hz-list {
    margin: 0px;
  }
  .hz-list a {
    width: calc(50% - 30px);
    margin: 15px;
  }
  .hd-right a {
    padding: 20px 0;
  }
  .hd-right a dl dt h3 {
    font-size: 16px;
  }
  .owl-list2 .item {
    margin: 10px;
    box-sizing: border-box;
    display: block;
  }
  .owl-list2 .item img {
    width: 100%;
  }
}
