/*  */
.horizontal-nav {
  background-color: white;
  max-width: 1200px;
  margin: 0 auto;
}

.main-menu {
  list-style-type: none;
  display: flex;

}

.main-menu li {
  position: relative;
  z-index: 9;
  width: 100%;
}

.main-menu a {
  display: block;
  color: black;
  text-decoration: none;
  padding: 10px 15px;
  font-size: 16px;
  padding: 0 5px;
  line-height: 60px;
  display: block;
  text-align: center;
  font-weight: 400;
}

.main-menu a:hover {
  background-color: #274560;
  color: white;
}

/* 一级菜单下的二级菜单 */
.sub-menu-level-1 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  min-width: 100%;
}

.main-menu li:hover>.sub-menu-level-1 {
  display: flex;
  flex-direction: column;
}

/* 二级菜单下的三级菜单 */
.sub-menu-level-2 {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: white;
  min-width: 100%;
}

.sub-menu-level-1 li:hover>.sub-menu-level-2 {
  display: flex;
  flex-direction: column;
}

.header {}

/* banenr */
.banner1 {
  overflow: hidden;
}

.swiper_ban {
  width: 100%;
  height: 100%;
}

.swiper_ban .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper_ban .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*  */
.top_logo {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.top_ri {
  display: flex;
}

.sousuo .e_form-22 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  margin-top: 10px;
}

.sousuo form {
  display: flex;
  width: 600px;
  padding: 10px;
  background: #ededed;
}

.sousuo .ss1 {
  background: #ededed;
  border: 0;
  width: 100%;
}

.sousuo .ss2 {
  background: #1769bf;
  border: 0;
  padding: 10px 15px;
  color: white;
}

.zhongw .yx {
  display: flex;
  align-items: center;
  padding-right: 20px;
}

.zhongw {
  display: flex;
  padding-left: 30px;
}

.zhongw .yx span {
  padding-left: 10px;
  font-size: 16px;
  color: black;

}

.zhongw .yy {
  display: flex;
  align-items: center;
  color: black;
}

.zhongw .yy span {
  padding-left: 10px;
}

.zhongw .yy span a {
  color: black;
  text-indent: 2px;
  font-size: 16px;
}

.swiper_cp {
  --swiper-theme-color: #ff6600;
  --swiper-pagination-color: #00ff33;
  /* 两种都可以 */
}

.swiper_cp {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper_cp .swiper-slide {
  text-align: center;
  font-size: 18px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper_cp .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cp_img {
  width: 55%;
}

.lm_banner {
  height: 550px;
}

.cp_txt {
  padding: 4%;
  width: 30%;
  height: 300px;
  border: 10px solid #1769bf;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cp_txt h1 {
  font-size: 1.8rem;
  line-height: 30px;
  margin-bottom: 20px;
}

.cp_txt p {
  color: #8f8f8f;
  font-size: 15px;
}

.xiangqing {
  margin-top: 40px;
}

.xiangqing a {
  padding: 15px 30px;
  background: #1769bf;
  color: white;
  padding-right: 20px;
}

.xiangqing a i {
  padding-left: 10px;
}

.hangye {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
}

.hy_r {
  width: 30%;
}

.hy_r img {
  width: 100%;
}

.hy_l {
  width: 50%;
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hy2_l ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}

.hangye_box {
  background: url(../img/ho1_bg.jpg) no-repeat center;
}

.hy2_l li {
  width: 50%;
  line-height: 35px;
  font-size: 17px;
}

.hy1_l h1 {
  font-size: 2rem;
  font-weight: bold;
}

.hy1_l p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 24px;
}

.hy2_l {
  margin-top: 20px;
}

.about_box {
  background: #1769bf;
}

.about2 {
  display: flex;
  justify-content: space-between;
}

.about2_l {
  width: 48%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about2_l h1 {
  font-weight: bold;
  margin-bottom: 20px;
}

.about2_l .more {
  margin-top: 20px;
  margin-bottom: 10px;
}

.about2_l a {
  padding: 10px 20px;
  background: white;

}

.about2_r {
  width: 45%;

}

.about2_r img {
  width: 100%;
}

.about_box {
  padding-top: 100px;
  padding-bottom: 60px;
}

.about3 {
  margin-top: 30px;
}

.about3 ul {
  display: flex;
}

.about3 li {
  width: 25%;
  color: white;
  font-size: 16px;

}

.about3 .counter {
  font-size: 2rem;
  padding-top: 5px;
}

.about3 h2 {
  display: flex;
  align-items: flex-end;
}

.youshi_box {
  margin-top: 100px;
  margin-bottom: 60px;
}

.ys2 ul {
  display: flex;
  justify-content: space-between;
}

.ys2 ul li {
  width: 31.5%;
}

.ys2 ul img {
  width: 100%;
}

.ys2 h3 {
  padding-top: 15px;
}

.ys1 h1 {
  margin-bottom: 50px;
  font-weight: bold;
}

.hezuo_box {
  border-top: 1px solid;
  padding-top: 100px;
  margin-bottom: 60px;
}

.hz1 {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hz1 h1 {
  font-weight: bold;
  margin-bottom: 20px;
}

.hz2 {
  width: 55%;
}

.hz2 li {
  width: 22%;
  margin: 1%;
}

.hz2 img {
  width: 100%;
}

.hezuo1 {
  display: flex;
  justify-content: space-between;
}

.hz2 ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  justify-content: flex-end;
}

.xinwen_box {
  border-top: 1px solid;
  padding-top: 100px;
  padding-bottom: 60px;
}

.xinwen1 h1 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

.xw1 {
  background: #f5f5f5;
}

.xw1_1 {
  width: 40%;
}

.xw1_2 {
  width: 60%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.xw1_2 h3 {
  font-weight: bold;
  padding-bottom: 20px;
}

.xw1_1 img {
  width: 100%;
}

.xw1 a {
  display: flex;
  color: black;

}

.xw2 {
  margin-top: 40px;
}

.xw2 ul {
  display: flex;
  justify-content: space-between;
}

.xw2 li {
  width: 32%;
}

.xw2 li img {
  width: 100%;
  max-height: 300px;
  min-height: 300px;
}

.xw2_2 h4 {
  font-size: 1.2rem;
}

.xw2 li a {
  color: black;
}

.xw2_2 {
  background: #f5f5f5;

  padding: 20px;
  padding-top: 40px;
}

.biaoyu_box {
  background: #223f5d;
  padding: 50px 0;
  color: white;
  margin-top: 60px;
}

.biaoyu_box span {
  margin-top: 20px;
  display: block;
}

.biaoyu_box span a {
  padding: 10px 30px;
  background: #226dca;
  color: white;
  font-size: 14px;
  padding-right: 20px;
}

.biaoyu_box span a i {
  padding-left: 10px;
}

.by1 {
  width: 100%;
}

.footer_box {
  padding-top: 60px;
}

.footer1 {
  display: flex;
  margin-bottom: 20px;
}

.foot1 {
  width: 20%;
}

.foot1 img {
  width: 50%;
}

.foot2 {
  width: 80%;
  display: flex;
  justify-content: space-around;
}

.foot2_1 a {
  color: rgb(96, 96, 96);
  font-size: 14px;
}

.footer2 {
  border-top: 1px solid #9b9b9b;
}

.foot3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.foot3 p {
  margin-bottom: 0;
}

.lm_banner img {
  width: 100%;
  height: 100%;
}

.lm_banner span {
  width: 100%;
  text-align: center;
  position: absolute;
  margin-top: 10%;
  color: white;
  font-size: 3rem;
  font-weight: bold;
}

.at_box1 {
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
}

.at_l {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.at_r {
  width: 50%;
}

.at_r img {
  width: 100%;
}

.at_l h2 {
  font-weight: bold;
}

.at_l span {
  display: block;
  width: 50px;
  height: 4px;
  background: #1769bf;
  margin: 20px 0;
}

.at_box2 li {
  background: #1769bf;

}

.at_box2 li:nth-child(1) {
  background: #f0f1f5;
  color: black;
  border-right: 1px solid;
}

.at_box2 li:nth-child(2) {
  background: #f0f1f5;
  color: black;
}

.at_box2 li:nth-child(3) {
  border-right: 1px solid;
}

.at_box2 .about3 {
  margin-top: 0;
}

.at_box2 .about3 li {
  text-align: center;
  padding: 25px 0
}

.at_box2 .about3 .counter {
  font-size: 2.5rem;
}

.at_box2 .about3 h2 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.tabs div {
  display: none;
  clear: both;
  margin-top: 20px;

}

.tabs .horizontal {
  margin: 0px;
  padding: 0px;
  display: flex;
}

.tabs .horizontal li {
  float: left;
  list-style: none;
  height: 60px;
  line-height: 60px;
  background-color: #DDDDDD;
  width: 18%;
  text-align: center;
  cursor: pointer;
  font-size: 19px;
}

.tabs .horizontal li:not(:first-child) {
  margin-left: 30px;
}

.tabs .horizontal li.selectActive {
  border-bottom: solid 2px #0099FF;
  background-color: #0099FF;
  color: white;
}

.zhaopian_box {
  margin: 80px 0;
}

.tabs1 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tabs1 ul li {
  width: 32%;
  margin: 1% 0;
  padding: 1%;
  background: #DDDDDD;
}

.tabs1 ul li img {
  width: 100%;
}

.ln_l {
  width: 45%;
}

.linian_box {
  margin-bottom: 60px;
}

.linian2 {
  display: flex;
  justify-content: space-between;
}

.ln_l img {
  width: 100%;
}

.ln_r {
  width: 50%;
}

.ln_r ul {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-evenly;
}

.accordion {
  width: 100%;

  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion .link {
  cursor: pointer;
  background: #f5f5f5;
  display: block;
  padding: 15px 15px 15px 42px;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li i {
  position: absolute;

  right: 12px;


}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link {
  color: #1c477c;
}

.accordion li.open i {
  color: #1c477c;
}

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
* Submenu
-----------------------------*/
/* .submenu {
  display: none;
  background: #474747;
  font-size: 14px;
}

.submenu li {
  border-bottom: 1px solid #4b4a5e;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #1c477c;
  color: #FFF;
} */

.chanping2_box_1 {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.chanp2_l {
  width: 20%;
}

.chanp2_r {
  width: 75%;
}

.chanp2_r ul li img {
  width: 100%;
}

.chanp2_r ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /* 或 space-evenly */
  gap: 18px;
  /* 项目间距（推荐） */
}

.cp_lanmu_top {
  padding: 25px;
  background: #1c477c;
  color: white;
  border-top-left-radius: 20px;
  font-size: 1.6rem;
  font-weight: bold;
}

.cp_lanmu_top span {
  width: 30px;
  height: 3px;
  background: white;
  display: block;
  margin-top: 15px;
}

.weizhi {
  margin-bottom: 20px;
  border-bottom: 1px solid #9b9b9b;
  padding-bottom: 10px;
}

.weizhi a {
  font-size: 15px;
  color: black;
  letter-spacing: 2px;
}

.chanp2_r ul li a {
  color: black;
  text-align: center;

}

.chanp2_r h3 {
  font-size: 1.3rem;
  font-weight: bold;
}

.chanp2_r li {
  width: 32%;
  border: 1px solid #9b9b9b;
  margin-bottom: 2%;
}

.chanp2_r .page_list {
  display: flex;
  justify-content: center;
}

.chanp2_r .page_list li {
  width: 80px;
  margin: 0 20px;
  text-align: center;
}

.chanp2_r li:hover {
  border: 2px solid;
}

.neirong_tit h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #1c477c;
  padding-left: 20px;
  border-left: 5px solid #1c477c;
}

.neirong_tit {
  margin-bottom: 20px;
}

.neirong2 {
  display: flex;
  justify-content: space-between;
}

.neirong2_l {
  width: 50%;
  border: 1px solid #9b9b9b;
}

.neirong2_l img {
  width: 100%;
}

.neirong2_r {
  width: 45%;
}

.neirong2_r .fenlei2 {
  border-bottom: 1px solid #9b9b9b;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.neirong2_r h3 {
  font-size: 18px;
  font-weight: 0;
}

.neirong2_r p {
  font-size: 15px;
  color: #858585;
}

.neirong2_r span {
  display: block;
  margin-top: 10%;
}

.neirong2_r span a {
  padding: 15px 30px;
  background: #226dca;
  color: white;
  padding-right: 20px;
  font-size: 15px;
  border-radius: 10px;
}

.neirong2_r span a i {
  padding-left: 10px;
}

.neirong3 .neirong_tit {
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #9b9b9b;
}

.neirong3 h1 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.lianxiwomen_box {
  margin-top: 60px;
}

.lianxiwomen_1 {
  text-align: center;
  margin-bottom: 30px;
}

.lianxiwomen_1 span {
  display: block;
  width: 60px;
  height: 3px;
  background: #1769bf;
  margin: 0 auto;
  margin-top: 15px;
}

.lianxiwomen_1 h1 {
  font-weight: bold;
}

.lianxiwomen_2_l {
  width: 40%;
}

.lianxiwomen_2_l h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.lx_2_box {
  display: flex;
  align-items: center;

}

.lx_2_box1 {
  border-bottom: 1px solid #9b9b9b;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.lx_2_box {
  margin-bottom: 20px;
}

.lx_2_box_1 {
  padding-left: 20px;
}

.lianxiwomen_2_r {
  width: 50%;
}

.lianxiwomen_2 {
  display: flex;
  justify-content: space-between;
}

.liuyan_box {
  width: 100%;
  height: auto;
  padding: 10%;
  box-shadow: 0 0px 20px 5px rgb(0 0 0 / 9%);
}

.liuyan_box h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.liuyan_box form input {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  line-height: 40px;
  background: #f7f7f7;
  border: 1.5px solid rgb(201, 201, 201);
  padding: 0 15px;
  font-weight: 12px;
}

.liuyan_box form .tijiao {
  background: #1769bf;
  color: #fff;
  width: 189px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 17px;
  border: 0;
  margin-top: 38px;
  margin-right: 0;
  letter-spacing: 2px;
  margin: 0 auto;
}

.xinwenzixun_box {
  margin-top: 60px;
}

.xinw_lm ul {
  display: flex;
  justify-content: center;
}

.xinw_lm ul li {
  margin: 0 20px;
}

.xinw_lm ul li a {
  padding: 20px 50px;
  border: 1px solid #9b9b9b;
  color: black;
}

.xinw_lm ul li a:hover {
  background: #1769bf;
  color: white;
}

.xinw1_box {
  margin-top: 60px;
}

.xinw1_box_1 a {
  display: flex;
  justify-content: space-between;
  color: black;
}

.xinw1_box_1_img {
  width: 45%;
}

.xinw1_box_1_img img {
  width: 100%;
}

.xinw1_box_1_tit {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.xinw1_box_1_tit p {
  font-size: 15px;
  color: #777777;
  margin-bottom: 20px;
}

.xinw1_box_1_tit h2 {
  margin-bottom: 20px;

}

.xinw1_box_1_tit span {
  color: #1769bf;
}

.xinw1_box_1_tit span i {
  padding-left: 5px;
}

.xinw1_box_2 {
  margin-top: 30px;
}

.xinw1_box_2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.xinw1_box_2 li {
  width: 32%;

  margin-bottom: 30px;
}

.xinw1_box_2 li a {
  color: black;
}

.xinw1_box_2 li a p {
  font-size: 15px;
  color: #777777;
  margin-bottom: 10px;
}

.xinw1_box_2 li a h3 {
  font-size: 1.3rem;
}

.xinw1_box_2 li img {
  width: 100%;
  min-height: 300px;
  max-height: 300px;
}

.xinw1_box_2_tit {
  background: #f4f4f4;
  padding: 3% 5%;
}

.xinw_neirong {
  margin-top: 50px;

}

.xinw_neirong a {
  font-size: 15px;
  color: black;
  letter-spacing: 2px;
}

.xinw_neirong_box_l {
  width: 70%;
  height: auto;
  box-shadow: 0 0px 20px 5px rgb(0 0 0 / 9%);
  padding: 3%;
}

.xinw_neirong_box {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.xinw_neirong_box_r {
  width: 26%;
}

.xinw_neirong_box_tit {
  border-bottom: 1px solid #9b9b9b;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.xinw_neirong_box_tit h1 {
  font-size: 1.6rem;

}

.xinw_neirong_box_tit p {
  font-size: 14px;
  color: #777777;
  margin-right: 30px;
}

.xinw_neirong_box_r_tit h1 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  font-weight: bold;
  padding-left: 15px;
  border-left: 5px solid #1769bf;
  line-height: 1.6rem;
}

.xinw_neirong_box_r_tit img {
  width: 100%;
}

.xinw_neirong_box_r_ul {
  margin-top: 10px;
}

.xinw_neirong_box_r_ul li {
  border-bottom: 1px solid #9b9b9b;
  padding-bottom: 20px;
  padding-top: 20px;
}

.xinw_neirong_box_r_ul li p {
  color: #777777;
}

.xinw_neirong_box_r_ul li h1 {
  font-size: 1.5rem;
}