:root {
  --max: 1200px;
  --fonnt40: 40px;
  --font30: 30px;
  --font26: 26px;
  --font24: 24px;
  --font20: 20px;
  --font16: 16px;
  --font14: 14px;
  --font16: 16px;
  --top30: 30px;
  --top60: 60px;
}


.hertre {
  width: 100%;
  z-index: 999;
  height: 90px;
  position: relative;
  background: #fff;
}

.hertre_cen {
  width: var(--max);
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.logo {
  width: 330px;
  overflow: hidden;

}

.logo img {
  width: 100%;
  height: auto;
}

.en {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: auto;
}

.en a {
  color: rgba(102, 102, 102, 1);
  font-size: var(--font14);
  border-left: 1px solid rgba(218, 218, 218, 1);
  padding-left: 10px;
  margin-left: 10px;
  line-height: 1;
}

.en a:nth-child(1) {
  border: none;
  padding-left: 0px;
  margin-left: 0px;
}


.zx {
  width: max-content;
  overflow: hidden;
  margin-left: 40px;
}

.zx h1 {
  font-size: var(--font14);
  color: rgba(102, 102, 102, 1);
}

.zx p {
  font-size: var(--font24);
  color: rgba(45, 135, 243, 1);
}

.nav {
  width: 100%;
  overflow: hidden;
  background: rgba(45, 135, 243, 1);
}

.nav ul {
  width: var(--max);
  height: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.nav ul li {
  width: 12.5%;
  line-height: 56px;
  text-align: center;
  font-size: var(--font16);
  color: rgba(255, 255, 255, 1);
  position: relative;
}

.nav ul li a {
  position: relative;
  z-index: 1;
}

.nav ul li::after {
  content: "";
  width: 0%;
  height: 100%;
  background: rgba(23, 116, 226, 1);
  position: absolute;
  bottom: 0px;
  left: 0%;
  transition: all 0.3s;
}

.nav ul li.nav_cen::after {
  width: 100%;
}

.nav ul li:hover::after {
  width: 100%;
}

.nav ul li.nav_cen {
  color: #fff;
}

.nav ul li:hover {
  color: #fff;
}

.an {
  width: 60px;
  height: 60px;
  display: none;
  position: absolute;
  right: 0%;
  top: 5px;
  transition: all 0.5s;
  z-index: 99;
}


.container {
  cursor: pointer;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s;
}

svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.active svg {
  transform: rotate(90deg);
}

path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

path:nth-child(1) {
  transform-origin: 36% 40%;
}

path:nth-child(2) {
  stroke-dasharray: 29 299;
}

path:nth-child(3) {
  transform-origin: 35% 63%;
}

path:nth-child(4) {
  stroke-dasharray: 29 299;
}

path:nth-child(5) {
  transform-origin: 61% 52%;
}

path:nth-child(6) {
  transform-origin: 62% 52%;
}

.active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

.active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-pagination {
  bottom: 30px !important;
}

.banner img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.mySwiper .swiper-pagination {
  bottom: 10px !important;
}

.mySwiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  border-radius: 116.29px;
  background: rgba(255, 255, 255, 0.5);
}

.mySwiper .swiper-pagination-bullet-active {
  width: 18px;
  height: 8px;
  opacity: 1;
  border-radius: 116.29px;
  background: white;
}

.banner_text {
  width: var(--max);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: rgba(255, 255, 255, 1);
}

.banner_text h1 {
  font-size: var(--font30);
  color: rgba(255, 255, 255, 1);
  background-image: url(../image/xingzhuang.png);
  background-position: left center;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  padding-left: 50px;
}

.banner_text p {
  font-size: var(--font26);
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.banner_text span {
  margin: 0 20px;
}

.beijing {
  width: 100%;
  overflow: hidden;
  background: rgba(235, 236, 237, 1);
}

.lx {
  width: var(--max);
  overflow: hidden;
  margin: var(--top30) auto;
  background: #fff;
  padding: var(--top30);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#map {
  width: 490px;
  height: 350px;
}

#allmap {
  width: 100%;
  height: 100%;
}

#map div,
#map p,
#map img {
  transition: auto;
}

.BMap_bubble_content p {
  font-size: 12px;
  line-height: 30px;
}

.lx_l {
  width: calc(100% - 500px);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
}

.lx_top {
  width: 100%;
  overflow: hidden;
}

.lx_top>h1 {
  font-size: var(--font26);
  color: rgba(23, 116, 226, 1);
}

.lx_top>p {
  font-size: 12px;
  color: rgba(153, 153, 153, 1);
}

.lx_l ul {
  width: 100%;
  overflow: hidden;
}

.lx_l ul li {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.lx_l ul li img {
  width: 30px;
  height: auto;
}

.lx_l ul li h1 {
  width: 56px;
  overflow: hidden;
  font-size: var(--font14);
  color: rgba(102, 102, 102, 1);
  margin-left: auto;
  text-align: justify;
  text-align-last: justify;
  text-justify: distribute-all-lines;
  margin-right: 5px;
}

.lx_text {
  width: calc(100% - 100px);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.lx_text p {
  width: 48%;
  font-size: var(--font14);
  color: rgba(51, 51, 51, 1);
  word-wrap: break-word;
  word-break: normal;
}

.ly {
  width: var(--max);
  overflow: hidden;
  margin: var(--top30) auto;
  background: #fff;
  padding: var(--top30);
}

.ly form {
  width: 770px;
  overflow: hidden;
  max-width: 100%;
  margin: auto;
}

.ly form p {
  font-size: var(--font16);
  color: rgba(51, 51, 51, 1);
}

.ly form p span {
  color: rgba(255, 61, 61, 1);
}

.ly form input {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  background: rgba(249, 249, 249, 1);
  border: 1px solid rgba(221, 221, 221, 1);
  margin-top: 10px;
  margin-bottom: 30px;
  display: block;
  font-size: var(--font16);
  color: rgba(153, 153, 153, 1);
  padding: 0 20px;
}

.ly form textarea {
  width: 100%;
  height: 120px;
  border-radius: 6px;
  background: rgba(249, 249, 249, 1);
  border: 1px solid rgba(221, 221, 221, 1);
  margin-top: 10px;
  margin-bottom: 30px;
  display: block;
  font-size: var(--font16);
  color: rgba(153, 153, 153, 1);
  padding: 20px;
  font-family: "微软雅黑";
  resize: none;
}

.ly form input.submit {
  width: 258px;
  height: 44px;
  border-radius: 22px;
  background: rgba(45, 135, 243, 1);
  margin-inline-end: auto;
  border: none;
  font-size: var(--font16);
  color: rgba(255, 255, 255, 1);
  margin: auto;
}

.layui-layer {
  transition: auto;
}

.zhichi {
  width: var(--max);
  margin: var(--top30) auto;
}

.zhichi ul {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.zhichi ul li {
  width: calc(50% - 15px);
  overflow: hidden;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 6px;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.zhichi ul li:hover{
  transform: translateY(-10px)
}
.zhichi ul li img {
  width: 30px;
  height: auto;
}

.zc_l {
  width: calc(100% - 150px);
  overflow: hidden;
}

.zc_l h1 {
  font-size: var(--font16);
  color: rgba(51, 51, 51, 1);
}

.zc_l p {
  font-size: var(--font14);
  color: rgba(51, 51, 51, 1);
}

.zhichi ul li a {
  width: 100px;
  height: 32px;
  border-radius: 20px;
  background: rgba(45, 135, 243, 1);
  line-height: 32px;
  font-size: var(--font16);
  color: #fff;
  text-align: center;
}

.page {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page .active,
.page .total {
  width: 32px;
  height: 32px;
  opacity: 1;
  border-radius: 2px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0 4px;
  color: rgba(0, 0, 0, 0.65);
  font-size: var(--font14);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.page .active {
  background: rgba(24, 144, 255, 1);
  border: 1px solid rgba(24, 144, 255, 1);
  color: #fff;
}

.page .active:nth-child(1),
.page .total:nth-child(1),
.page .active:last-child,
.page .total:last-child {
  background: rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 0.65);
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.fa {
  width: var(--max);
  margin: var(--top30) auto;
}

.fa ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.fa ul li {
  width: calc(33.33% - 20px);
  overflow: hidden;
  margin-left: 30px;
  margin-bottom: 30px;
  background: #fff;
}
.fa ul li:hover{
  transform: translateY(-15px);
}
.fa ul li:nth-child(3n+1) {
  margin-left: 0px;
}

.fa ul li img {
  width: 100%;
  height: 15vw;
  object-fit: cover;
}

.fa_l {
  width: 100%;
  overflow: hidden;
  padding: 25px;
}

.fa_l h1 {
  font-size: var(--font20);
  color: rgba(51, 51, 51, 1);
}

.fa_l p {
  font-size: var(--font14);
  color: rgba(102, 102, 102, 1);
  line-height: 26px;
}

.fa_span {
  width: 100%;
  overflow: hidden;
  margin: 15px 0;
  display: flex;
  flex-wrap: wrap;
}

.fa_span span {
  border-radius: 4px;
  background: rgba(45, 135, 243, 0.12);
  border: 1px solid rgba(45, 135, 243, 0.5);
  line-height: 24px;
  padding: 0 10px;
  font-size: 12px;
  color: rgba(45, 135, 243, 1);
  margin-right: 5px;
  margin-top: 5px;
}

.mb {
  width: var(--max);
  overflow: hidden;
  margin: auto;
  border-bottom: 1px solid rgba(223, 223, 223, 1);
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-image: url(../image/dingwei.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  font-size: var(--font14);
  color: rgba(51, 51, 51, 1);
}

.show {
  width: var(--max);
  overflow: hidden;
  margin: auto;
}

.show h1 {
  text-align: center;
  font-size: var(--font24);
  color: rgba(51, 51, 51, 1);
  padding: 25px 0;
  border-bottom: 1px solid rgba(223, 223, 223, 1);
}

.tel {
  width: 100%;
  overflow: hidden;
  padding: 25px 0;
  border-bottom: 1px solid rgba(223, 223, 223, 1);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}

.tel p {
  font-size: var(--font14);
  color: rgba(153, 153, 153, 1);
  margin: 0 10px;
}

.show_text {
  width: 100%;
  overflow: hidden;
  margin: var(--top30) auto;
  font-size: var(--font14);
  line-height: 40px;
  color: rgba(51, 51, 51, 1);
}

.show_text img {
  max-width: 100%;
  height: auto;
  margin: auto;
}

.xw {
  width: var(--max);

  margin: var(--top30) auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.xw_l {
  width: 250px;
  overflow: hidden;
  position: sticky;
  top: 0;
}

.xw_l ul {
  width: 100%;
  overflow: hidden;
}

.xw_l ul li {
  width: 100%;
  height: 72px;
  border-radius: 4px;
  background: rgba(245, 247, 249, 1);
  padding: 0 20px;

  margin-bottom: 10px;
  font-size: var(--font16);
  color: rgba(51, 51, 51, 1);
}

.xw_l ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.xw_img {
  width: 13px;
  overflow: hidden;
}

.xw_img img {
  width: 100%;
  height: auto;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  filter: drop-shadow(13px 0px 0 #fff);
  position: relative;
  right: 0;
  transition: all 0.1s;
}

.xw_l ul li.xw_nav {
  background: rgba(45, 135, 243, 1);
  color: #fff;
}

.xw_l ul li.xw_nav .xw_img img {
  right: 13px;
}

.xw_l ul li:hover {
  background: rgba(45, 135, 243, 1);
  color: #fff;
}

.xw_l ul li:hover .xw_img img {
  right: 13px;
}

.xw_r {
  width: calc(100% - 300px);
  overflow: hidden;
}

.xw_r>h1 {
  font-size: var(--font30);
  color: rgba(45, 135, 243, 1);
  line-height: 1;
  border-bottom: 3px solid rgba(45, 135, 243, 1);
  padding-bottom: 10px;
}

.xw_r ul {
  width: 100%;
  overflow: hidden;
  padding-bottom: var(--top30);
}

.xw_r ul li {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid rgba(242, 242, 242, 1);
  position: relative;
}
.xw_r ul li::after{
  content: "";
  width: 0%;
  height: 2px;
  background: rgba(45, 135, 243, 1);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
}
.xw_r ul li:hover::after{
  width: 100%;
}
.xw_tem {
  width: 72px;
  height: 60px;
  opacity: 1;
  border-radius: 4px;
  background: rgba(242, 242, 242, 1);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.xw_tem h1 {
  width: 100%;
  text-align: center;
  font-size: var(--font20);
  color: rgba(51, 51, 51, 1);
}

.xw_tem p {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: rgba(102, 102, 102, 1);
}

.xw_text {
  width: calc(100% - 90px);
  overflow: hidden;
}

.xw_text h1 {
  font-size: var(--font16);
  color: rgba(51, 51, 51, 1);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.xw_text p {
  font-size: var(--font14);
  color: rgba(153, 153, 153, 1);
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.xw_text a {
  width: max-content;
  font-size: var(--font14);
  color: rgba(45, 135, 243, 1);
  background-image: url(../image/sjk.png);
  background-size: 13px 10px;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 25px;
  margin-top: 20px;
  display: block;
}

.pagea {
  width: 100%;
  overflow: hidden;
  font-size: var(--font14);
  color: rgba(102, 102, 102, 1);
  line-height: 30px;
  margin-top: var(--top30);
}

.yongyu {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.yongyu_max {
  width: calc(25% - 23px);
  overflow: hidden;
  margin-left: 30px;
  margin-top: var(--top30)
}

.yongyu_max:nth-child(4n+1) {
  margin-left: 0px;
}

.yongyu_max img {
  width: 100%;
  height: auto;
}

.yongyu_max h1 {
  text-align: center;
  font-size: var(--font14);
  color: rgba(102, 102, 102, 1);
  margin-top: 15px;
}

.cnaisji{
    display: block;

}

.cp_l {
  width: 250px;

  float: left;
       position: sticky;
    top: 0;
}
.cp_r{

    width: calc(100% - 250px);
    padding-left: 50px;
}

.cp_l ul {
  width: 100%;
  overflow: hidden;
  position: -webkit-sticky;
 
}

.cp_l ul li {
  width: 100%;
  border-radius: 4px;
  background: rgba(245, 247, 249, 1);
  margin-bottom: 10px;

}

.cp_top {
  width: 100%;
  overflow: hidden;
  padding: 25px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;


}

.cp_top h1 {
  width: calc(100% - 60px);
  font-size: 18px;
  color: rgba(51, 51, 51, 1);
}

.cp_top_ol {
  width: 45px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.cp_top_ol p {
  font-size: var(--font14);
  color: rgba(57, 94, 138, 1);
}

.cp_top_ol i {
  width: 12px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cp_top_ol i img {
  max-width: 100%;
  max-height: 100%;
}

.cp_bottom {
  width: 100%;
  overflow: hidden;
  display: none;
  transition: auto;
  padding: 0 10px;
}

.cp_bottom a:nth-child(1) {
  border-top: 1px solid rgba(221, 221, 221, 1);
}

.cp_bottom a {
  width: 100%;
  padding: 25px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: var(--font16);
  color: rgba(102, 102, 102, 1);
  border-radius: 4px;
}

.cp_bottom a p {
  width: calc(100% - 25px);
  line-height: 1;
}

.cp_img {
  width: 13px;
  overflow: hidden;
}

.cp_img img {
  width: 100%;
  height: auto;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  filter: drop-shadow(13px 0px 0 #fff);
  position: relative;
  right: 0;
  transition: all 0.1s;
}

.cp_bottom a.cp_nav {
  background: rgba(45, 135, 243, 1);
  color: #fff;
}

.cp_bottom a.cp_nav .cp_img img {
  right: 13px;
}

.cp_bottom a:hover {
  background: rgba(45, 135, 243, 1);
  color: #fff;
}

.cp_bottom a:hover .cp_img img {
  right: 13px;
}


.chanun {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.chanun_max {
  width: 100%;
  overflow: hidden;

  padding: var(--top30) 0;
  position: relative;
  border-bottom: 1px solid #999;
  box-sizing: border-box;
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.chanun_max a{
    width: 100%;
    overflow: hidden;
     display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.cfdmkas{
    width: 200px;
  height: auto;
  border: 1px solid #999;
}
.cfdmkas img {
  width: 100%;
  height: auto;

}

.cnjkasjk h1 {
  width: 100%;
  text-align: left;
  font-size: var(--font16);
  color: #000;
  font-weight: bold;

}
.cnjkasjk p {
  width: 100%;
  text-align: left;
  font-size: var(--font14);
  color: rgba(102, 102, 102, 1);
  margin-top: 10px;

}

.cnjkasjk{
    width: calc(100% - 220px);
    overflow: hidden;
}


.banner1 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner1 .swiper-pagination {
  bottom: 30px !important;
}

.banner1 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.banner1 .swiper-pagination {
  bottom: 30px !important;
}

.banner1 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.4);
}

.banner1 .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1);
}

.index_text {
  width: 400px;
  overflow: hidden;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 9;

}

.index_text>h1 {
  font-size: 44px;
  color: rgba(255, 255, 255, 1);
}

.index_text>p {
  font-size: var(--font26);
  color: rgba(255, 255, 255, 1);
  margin-top: 10px;
}

.index_text form {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.index_text form .seach_t {
  width: 100%;
  display: block;
  height: 50px;
  border-radius: 50px;
  border: none;
  background: rgba(255, 255, 255, 1);
  padding-left: 40px;
  background-image: url(../image/suosou.png);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: left 15px center;
}

.seach_s {
  width: 108px;
  height: 50px;
  background: rgba(255, 171, 41, 1);
  border-radius: 50px !important;
  display: block;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: var(--font16);
  color: #fff;
}

.remen {
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  display: none;
}

.remen p {
  font-size: var(--font14);
  color: rgba(255, 255, 255, 1);
}

.remen a {
  font-size: var(--font14);
  color: rgba(255, 255, 255, 0.8);
  margin-left: 10px;
}

.inden_cp {
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-top: var(--top60);
}

.indexa>h1 {
  text-align: center;
  font-size: var(--fonnt40);
  color: rgba(0, 0, 0, 1);
}

.indexa>p {
  text-align: center;
  font-size: var(--font16);
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

.inden_cp ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 40px;
  border-bottom: 1px solid rgba(235, 235, 235, 1);
}

.inden_cp ul li {
  font-size: var(--font16);
  color: rgba(0, 0, 0, 1);
  padding-bottom: 20px;
  position: relative;
  cursor: pointer;
}

.inden_cp ul li::after {
  content: "";
  width: 0;
  height: 3px;
  background: rgba(45, 135, 243, 1);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}

.inden_cp ul li.in_cp_a {
  color: rgba(45, 135, 243, 1);
}

.inden_cp ul li.in_cp_a::after {
  width: 130%;
}

/* .inden_cp ul li:hover{
  color: rgba(45, 135, 243, 1);
}
.inden_cp ul li:hover::after{
  width: 130%;
} */

.in_chan {
  width: 100%;
  overflow: hidden;
}

.inden_cp_max {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.inden_cp_nav {
  width: calc(25% - 23px);
  overflow: hidden;
  margin-left: 30px;
  margin-top: var(--top30);
  position: relative;
  border: 1px solid #999;
  box-sizing: border-box;
}

.inden_cp_nav:nth-child(4n+1) {
  margin-left: 0px;
}

.inden_cp_nav img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inden_cp_nav:hover img{
  transform: scale(1.2)
}
.inden_cp_nav h1 {
  width: 100%;
  text-align: center;
  font-size: var(--font14);
  color: rgba(102, 102, 102, 1);
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
}

.ck {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.ck a {
  width: max-content;
  font-size: var(--font16);
  color: rgba(45, 135, 243, 1);
  background-image: url(../image/sjk.png);
  background-size: 13px 10px;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 25px;
  margin: auto;
  display: block;
}

.index_gy {
  width: var(--max);
  margin: auto;
  margin-top: var(--top60);
}

.in_top {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zutu {
  width: 520px;
  overflow: hidden;
}

.mySwiper2 {
  width: 100%;
  overflow: hidden;
}

.mySwiper2 img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.mySwiper11 {
  width: 100%;
  overflow: hidden;
  margin-top: 5px;

}

.mySwiper11 .swiper-slide {
  border: 3px solid rgba(255, 255, 255, 1);
  box-sizing: border-box;
}

.mySwiper11 img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  ;
}

.mySwiper11 .swiper-slide-thumb-active {
  border: 3px solid rgba(45, 135, 243, 1);

}

.monxim {
  width: calc(100% - 560px);
  display: flex;
  flex-wrap: wrap;
}

.monxim>h1 {
  font-size: var(--font30);
  color: rgba(51, 51, 51, 1);
}

.monxim>p {
  font-size: var(--font16);
  color: rgba(102, 102, 102, 1);
  line-height: 30px;
  margin-top: 20px;
}

.monxim ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}

.monxim ul li {
  width: calc(33.33% - 7px);
  overflow: hidden;
  border-radius: 6px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.07);
  padding: 15px;
  margin-top: var(--top30);
}

.monxim ul li h1 {
  font-size: var(--font16);
  color: rgba(51, 51, 51, 1)；
}

.monxim ul li h1 span {
  font-size: var(--font24);
  color: rgba(51, 112, 255, 1);
  margin-right: 10px;
}

.monxim ul li p {
  font-size: var(--font14);
  color: rgba(153, 153, 153, 1);
  ;
  line-height: 26px;
  margin-top: 10px;
}

.index_fu {
  width: var(--max);
  overflow: hidden;
  margin: var(--top60) auto;

}

.index_fu>ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index_fu>ul>li {
  width: calc(50% - 15px);
  overflow: hidden;
  border: 1px solid rgba(215, 215, 215, 1);
  margin-top: var(--top60);
}

.fuwu {
  width: 100%;
  overflow: hidden;
  background: rgba(45, 135, 243, 1);
  padding: 40px;
}

.fuwu h1 {
  font-size: var(--font30);
  color: #fff;
}

.fuwu p {
  font-size: var(--font16);
  color: #fff;
  margin-top: 15px;
}

.index_fu>ul>li ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index_fu>ul>li ul li {
  width: 33%;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
  padding: 0 20px;
}

.index_fu>ul>li ul li::after {
  content: "";
  width: 1px;
  height: 90%;
  background: rgba(238, 238, 238, 1);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.index_fu>ul>li ul li img {
  width: 40px;
  height: auto;
  margin: auto;
}

.index_fu>ul>li ul li h1 {
  font-size: var(--font16);
  color: rgba(51, 51, 51, 1);
  margin-top: 20px;
  text-align: center;
}

.index_fu>ul>li ul li p {
  font-size: 12px;
  color: rgba(153, 153, 153, 1);
  text-align: center;
  margin-top: 20px;
}

.fuwu_a {
  width: 100%;
  overflow: hidden;
  margin: 40px auto;
}

.fuwu_a a {
  width: 130px;
  line-height: 40px;
  border-radius: 40px;
  background: rgba(45, 135, 243, 1);
  font-size: var(--font16);
  color: #fff;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: none;
}

.fuwu_a img {
  width: 17px;
  height: auto;
  margin-left: 10px;
}

.jiejue {
  width: 100%;
  overflow: hidden;
  background: rgba(245, 246, 250, 1);
  margin-top: var(--top60);
}

.jiejue_max {
  width: var(--max);
  overflow: hidden;
  margin: var(--top60) auto;
  margin-bottom: 30px;
}

.jiejue_max ul {
  margin-top: 40px;
}

.xinwen {
  width: var(--max);
  overflow: hidden;
  margin: var(--top60) auto;
}

.xinwen>ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}

.xinwen>ul>li {
  width: 122px;
  line-height: 48px;
  opacity: 1;
  border-radius: 24px;
  background: rgba(245, 247, 249, 1);
  border: 1px solid rgba(100, 108, 120, 0.4);
  font-size: var(--font16);
  color: rgba(100, 108, 120, 1);
  margin: 0 15px;
  text-align: center;
  cursor: pointer;
}

.xinwen>ul>li.xinwen_a {
  background: rgba(45, 135, 243, 1);
  border: 1px solid rgba(45, 135, 243, 1);
  color: #fff;
}

.xinwen_top {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}

.xinwen_max {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.xinwen_l {
  width: 570px;
  height: 360px;
  position: relative;
}

.xinwen_l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.xinwen_l h1 {
  width: 100%;
  text-align: center;
  font-size: var(--font14);
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
}

.xinwen_max ul {
  width: calc(100% - 600px);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.xinwen_max ul li {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  background: rgba(245, 247, 249, 0.7);
  padding: 20px 30px;
}

.xinwen_max ul li h1 {
  font-size: var(--font20);
  color: rgba(51, 51, 51, 1);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.xinwen_max ul li p {
  font-size: var(--font16);
  color: rgba(100, 108, 120, 1);
  line-height: 24px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.xinwen_bo {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.xinwen_bo span {
  font-size: var(--font16);
  color: rgba(153, 153, 153, 1);
}

.xinwen_bo a {
  width: max-content;
  font-size: var(--font16);
  color: rgba(153, 153, 153, 1);
  background-image: url(../image/you.png);
  background-size: 13px 10px;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 25px;
  display: block;
}
.footer{
  width: 100%;
  overflow: hidden;
  background: rgba(34, 39, 49, 1);
}
.footer_max{
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-top: var(--top60);
  margin-bottom: var(--top30);
}
.footer_top{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.footer_logo{
  width: 60px;
  overflow: hidden;
}
.footer_logo img{
  width: 100%;
  height: auto;
}
.footer_logo_r{
  width: calc(100% - 80px);
  overflow: hidden;
}
.footer_logo_r h1{
  font-size: 24px;
  color: rgba(255, 255, 255, 1);
}
.footer_logo_r p{
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
  margin-top: 10px;
}
.footer_bottom{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: var(--top30);
}
.footer_text{
  width: calc(100% - 150px);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.foote{
  width: 48%;
  overflow: hidden;
  font-size: var(--font14);
  color: rgba(255, 255, 255, 1);
  line-height: 36px;
}
.footer_bottom img{
  width: 130px;
  height: auto;
}

.beian{
  width: calc(var(--max) + 240px);
  max-width: calc(100% - 30px);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  overflow: hidden;
  margin: auto;
  padding: 15px 0;
  font-size: var(--font14);
  color: rgba(255, 255, 255, 1);
  text-align: center;
}



.cpxq {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}

.cpxq_l {
  width: 400px;
 overflow: hidden;
  

}

.mySwiper333{
    width: 100%;
    height: 300px;
    border: 1px solid #999;
    cursor: pointer;
}
.mySwiper333 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mySwiper222{
    width: 100%;
    height: 60px;
    margin-top: 20px;
}
.mySwiper222 img{
    width: 100%;
    height: 100%;
    border: 1px solid #999;
    object-fit: cover;
    cursor: pointer;
}
.mySwiper222 .swiper-slide-thumb-active{
    border: 1px solid #0085e3;
}
.cpxq_r {
  width: calc(100% - 440px);
  overflow: hidden;
}

.cpxq_r h1 {
  width: 100%;
  font-size: var(--font20);
  color: #0085e3;
  font-weight: bold;
  text-align: left  ;
}

.cpxq_r p {
  width: 100%;
  font-size: var(--font14);
  color: #666666;
  line-height: 30px;
  margin-top: 15px;
}

.cpxq_r a {
  width: 192px;
  line-height: 44px;
  background: #e31c3c;
  border-radius: 5px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  display: block;
  margin-top: auto;
}

.cpxq_bottom {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.cpxq_p {
  width: 100%;
  overflow: hidden;
  background: #f1f9ff;
  display: flex;
  flex-wrap: wrap;
}

.cpxq_p p {
  font-size: var(--font14);
  color: #333333;
  padding: 0 20px;
  line-height: 50px;
  cursor: pointer;
}

.cpxq_p p.cpxq_p_a {
  background: #0085e3;
  color: #fff;
}

.cpxq_b {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.cpxq_text {
  width: 100%;
  overflow: hidden;
  font-size: 12px;
  color: #666666;
  line-height: 30px;
}
.cpxq_text ul{
    width: 500px;
    max-width: 100%;
    overflow: hidden;
}
.cpxq_text ul li{
    width: 100%;
    overflow: hidden;
    display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px dashed #999;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.cpxq_text ul li p{
    width: calc(100% - 70px);
    overflow: hidden;
     font-size: var(--font14);
  color: #333333;
}
.cpxq_text ul li a{
    width: 70px;
    text-align: right;
    display: block;
     font-size: var(--font14);
     color: red;
}
.showaas{
    width: 100%;
}

















.sideBar {
    width: 150px;
	position:fixed;
	left:-150px;
	top:50%;
	transform: translateY(-50%);
	transition: all 0.5s;
	z-index: 999;
	background: #fff;
	 border-radius: 10px;
	 box-shadow: 0px 0px 5px 2px rgb(0,0,0,0.1);
}

.sideBar>h1{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #000;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-top-left-radius: 10px;
     border-top-right-radius: 10px;
    background-image: linear-gradient(rgba(45, 135, 243, 1), rgb(14 53 101));
    position: relative;
}
.sideBar>h1 svg{
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.sideBar>h2{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #000;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-bottom-left-radius: 10px;
     border-bottom-right-radius: 10px;
    background-image: linear-gradient(rgba(45, 135, 243, 1), rgb(14 53 101));
}


.sideBar ul{
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
    background: #fff;
}
.sideBar ul li{
    display: flex;
	    align-content: center;
	    width: 100%;
	    justify-content: center;
	    font-size: 14px;
	    color: #000;
	    border-bottom: 1px dashed #000;
	    line-height: 50px;
	        align-items: center;
}
.sideBar ul li svg{
    margin-right: 10px;
}
.tips {
	line-height:18px;
	background-color:rgba(45, 135, 243, 1);
	width:40px;
	text-align:center;
	box-sizing:border-box;
	padding:20px 10px;
	border-top-right-radius:15px;
	border-bottom-right-radius:15px;
	font-weight:bold;
	color:#ffffff;
		position:fixed;
	left:0;
	top:50%;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 12px;
	z-index: 999;
}

.xiaun{
    width: 100%;
    overflow: hidden;
     align-items: center;
       display: flex;
	    align-content: center;

	    justify-content: center;
	    padding: 20px 10px;
}

.xiaun_r{
    width: 90px;
    margin-left: 10px;
}
.xiaun_r h1{
    font-size: 14px;
    color: #000;
    text-align: center;
}

.xiaun_r p{
    font-size: 12px;
    color: rgba(45, 135, 243, 1);
    text-align: center;
}

.fanhui{
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 15%;
    right: 10px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(45, 135, 243, 1);
    border-radius: 10px;
    cursor: pointer;
}












