body,
html {
  font-size: -webkit-calc(100vw / 120);
  font-size: -moz-calc(100vw / 120);
  font-size: calc(100vw / 120);
}
.inmain{
  background: #EEEEEE;
}
.menu .nav_ul>li>a {
  font-size: 14px;
}

.phone_head {
  line-height: 60px;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
}

.menu {
  top: 59px;
}

.menu .nav_ul>li .submenu li a {
  font-size: 12px;
}

.phone_head .menu .nav_ul>li>a {
  font-weight: 600;
}

.phone_head .caidan .iconfont {
  display: block;
}

.pc_show {
  display: block;
}

.phone_show {
  display: none;
}

.container2 {
  padding: 0 7.5rem;
}

.container {
  padding: 0 12rem;
}

.container-z {
  padding: 0 15rem;
}

.c {
  color: #F55821;
}

.bgc {
  background: #F55821;
}

.cf {
  color: #fff;
}

.bgf {
  background: #fff;
}

.c00 {
  color: #000;
}

.bg0 {
  background: #000;
}

.c33 {
  color: #333333;
}

.c66 {
  color: #666666;
}

.c99 {
  color: #999999;
}

.cpxq_bgh {
  background: #FAFAFA !important;
}

.cpxq_bgb {
  background: #fff !important;
}

a:hover {
  color: #F55821;
}

.pagination .page-num-current {
  background: #F55821;
  border-color: #F55821;
}

.more {
  text-align: center;
}

.more a {
  line-height: 3rem;
  border: 1px solid #F55821;
  background: #F55821;
  border-radius: 3.125rem;
  display: inline-block;
  padding: 0 1.5625rem;
  font-size: 1rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.more a::after {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #F55821;
  z-index: -1;
  transition: all .6s;
}

.more:hover a {
  border-color: #F55821;
}

.more:hover a::after {
  left: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  line-height: 5.565rem;
  background: #fff;
}

header .clearfix .iconfont {
  color: #333;
  font-size: 1.25rem;
}

header .clearfix .logo {
  height: 5.25rem;
}

header .clearfix .logo img {
  height: auto;
}
header .clearfix .logo .logo1 {
  display: none;
}
header .clearfix .logo .logo2 {
  display: inline-block;
}
header.on .clearfix .logo .logo1 {
  display: inline-block;
}
header.on .clearfix .logo .logo2 {
  display: none;
}
.nrhead .clearfix .logo .logo1 {
  display: inline-block;
}
.nrhead .clearfix .logo .logo2 {
  display: none;
}

header .clearfix .dh {
  margin-right: 0;
}

header .clearfix .dh .txt {
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  margin-left: .5rem;
}

header .clearfix .dh .txt a {
  color: #2F2F2F;
}

header .clearfix .dh .txt1 {
  display: inline-block;
  font-size: .825rem;
  color: #B5B5B5;
  margin-left: .5rem;
}

header .clearfix .search .iconfont.active::before {
  content: "\e723";
}

header .clearfix .head_menu {
  margin-right: 2rem;
}

header .clearfix .head_menu>ul>li {
  float: left;
  position: relative;
  padding: 0 1.225rem;
}
header .clearfix .head_menu>ul>li:nth-child(2){
  margin-right: .675rem;
}
header .clearfix .head_menu>ul>li.active>a{
  color: #F55821;
}

header .clearfix .head_menu>ul>li>a {
  display: block;
  padding: 0 .625rem;
  color: #2F2F2F;
  font-size: 1rem;
  position: relative;
}
header .clearfix .head_menu>ul>li i{
  position: relative;
  display: block;
}
header .clearfix .head_menu>ul>li i::before{
  position: absolute;
  content: "";
  bottom: 2.5rem;
  right: -.575rem;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: .25rem solid transparent;
  border-right: .25rem solid transparent;
  border-top: .325rem solid #666;
}

header .clearfix .head_menu>ul>li .submenu {
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    transition: 400ms ease-in-out;
    transform: scaleY(0);
    transform-origin: top center;
    opacity: 0;
    z-index: 1003;
}

header .clearfix .head_menu>ul>li .submenu li a,
header .clearfix .head_menu>ul>li .submenu li a .iconfont {
  color: #333;
  display: block;
  font-size: 15px;
  text-align: center;
  line-height: 2.875rem;
}
/*header .clearfix .head_menu>ul>li .submenu li a:hover{
  background: #f5f5f5;
}*/

header .clearfix .head_menu>ul>li .submenu2 {
  padding: 1.875rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  width: 80%;
  left: 10%;
}

header .clearfix .head_menu>ul>li .submenu2 .clearfix{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

header .clearfix .head_menu>ul>li .submenu2 li{
  width: 25%;
  padding: 1rem 0;
}

header .clearfix .head_menu>ul>li .submenu2 li a{
  display: flex;
  align-items: center;
  font-size: 1.025rem;
  line-height: 1.575rem;
}

header .clearfix .head_menu>ul>li .submenu2 li a .navico{
  width: 40%;
}

/*header .clearfix .head_menu>ul>li .submenu2 .clearfix {
  margin-right: 15rem;
}

header .clearfix .head_menu>ul>li .submenu2 .clearfix>li {
  width: 14%;
  float: right;
}

header .clearfix .head_menu>ul>li .submenu2 .clearfix>li>a {
  text-align: left;
  padding-bottom: 1rem;
  padding-right: 1.875rem;
  font-size: 1.25rem;
  font-size: 1rem;
  color: #fff;
  font-size: 500;
  font-weight: bold;
}

header .clearfix .head_menu>ul>li .submenu2 .clearfix>li>a>img {
  height: 1.875rem;
  margin-right: .9375rem;
}

header .clearfix .head_menu>ul>li .submenu2 .clearfix>li .sanji li a {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #fff;
  text-align: left;
  padding-bottom: 1rem;
  padding-right: 1.875rem;
}

header .clearfix .head_menu>ul>li .submenu2 .clearfix>li .sanji li span {
  font-size: .75rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #F35020;
  text-transform: uppercase;
  margin-left: .3125rem;
  padding: 0 .625rem;
  background: #FEF0E8;
  border-radius: .625rem .625rem .625rem 0;
}*/

header .clearfix .head_menu>ul>li .submenu2 .txt a {
  font-size: 1.25rem;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #F55821;
  width: 100%;
  margin-top: 5rem;
  text-align: center;
  display: block;
  text-align: right;
}

header .clearfix .head_menu>ul>li .submenu2 .txt a .iconfont {
  color: #F55821;
  font-size: .875rem;
  font-weight: 700;
  margin-left: .3125rem;
}

/* header .clearfix .head_menu>ul>li.active>a::before,
header .clearfix .head_menu>ul>li:hover>a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: .125rem;
  background: #fff;
} */
/* header .clearfix .head_menu>ul>li.active>a::after, */
header .clearfix .head_menu>ul>li:first-child>a::after {
  display: none;
}

/*header .clearfix .head_menu>ul>li:hover>a::after {
  position: absolute;
  content: "";
  bottom: -0.125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: .8125rem solid transparent;
  border-right: .8125rem solid transparent;
  border-bottom: 1.375rem solid #fff;
}*/

/*header .clearfix .head_menu>ul>li.active>a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: .125rem;
  background: #fff;
}*/

header .clearfix .head_menu>ul>li:hover .submenu {
  opacity: 1;
  transform: none;
/*  box-shadow: none;*/
}

/* header .clearfix .head_menu>ul>li:nth-child(2),
header .clearfix .head_menu>ul>li:nth-child(3) {
  position: static;
} */
header .clearfix .head_menu>ul>li {
  position: static;
}

/* header .clearfix .head_menu>ul>li:nth-child(4){
  position: relative;
} */



/*header.on .clearfix .head_menu>ul>li>a{
  color: #333;
}*/
header.on .clearfix .iconfont{
  color: #333;
}
header.on .clearfix .dh .txt{
  color: #333;
}
.nrhead .clearfix .head_menu>ul>li>a{
  color: #333;
}
.nrhead .clearfix .iconfont{
  color: #333;
}
.nrhead .clearfix .dh .txt{
  color: #333;
}

.submenu3 .zb {
  width: 18%;
}

.submenu3 .moren {
  background: #3f3f3f;
  padding: 1.25rem 0 2rem 0;
}

.submenu3 .moren>ul>li {
  line-height: 1.625rem !important;
}

.submenu3 .moren>ul>li>a {
  padding: .625rem 1.875rem .625rem 4.375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left !important;
}

.submenu3 .moren>ul>li>span {
  font-size: .75rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #F35020;
  text-transform: uppercase;
  margin-left: .3125rem;
  padding: 0 .625rem;
  background: #FEF0E8;
  border-radius: .625rem .625rem .625rem 0;
}

.submenu3 .moren>ul>li .iconfont {
  font-size: 1rem;
  line-height: 1.625rem !important;
  color: #989898;
}

.submenu3 .moren>.f16 {
  margin-bottom: 1.875rem;
  padding: 0 1.875rem;
}

.submenu3 .moren>.f16 a {
  text-align: left !important;
}

.submenu3 .moren>.f16 span {
  color: #989898;
  margin-left: .625rem;
}

.submenu3 .moren .f16,
.submenu3 .moren .f16>span {
  color: #fff;
  line-height: 1.625rem !important;
}

.submenu3 .moren>ul>li:hover>a,
.submenu3 .moren>ul>li.active>a {
  background: #417575;
  position: relative;
}

.submenu3 .moren>ul>li:hover .line1 {
  background-color: #1f1f1f;
}

.submenu3 .moren>ul>li:hover>a::after,
.submenu3 .moren>ul>li.active>a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: .125rem;
  height: 100%;
  background: #F55821;
}

/* .submenu3 .moren >ul >li:hover >a,
.submenu3 .moren >ul >li:hover .iconfont,
.submenu3 .moren >ul >li.active >a,
.submenu3 .moren >ul >li.active .iconfont{
  color: #F55821 !important;
} */
.submenu3 .sjcd {
  position: absolute;
  top: 0;
  left: 18%;
  height: 100%;
  background: #303030;
  display: none;
}

.submenu3 .sswz {
  position: absolute;
  top: 0;
  left: 100%;
  background: #1f1f1f;
  width: 200%;
  display: none;
  padding: 1.25rem 0 0 0;
}

.submenu3 .sswz2 {
  left: 18%;
}

.submenu3 .sswz ul li {
  width: 50%;
  float: left;
  padding: 0.625rem 1.875rem 0.625rem 4.375rem;
}

.submenu3 .sswz ul li a {
  padding: 0;
  display: inline-block !important;
}

.submenu3 .sswz ul li:hover a::after,
.submenu3 .sswz ul li.active a::after {
  top: auto;
  bottom: 0;
  width: 100%;
  height: 1px;
}

.submenu3 .fangaej>ul>li>.sswz2 {
  display: block;
}

.submenu4 {
  padding: 1.25rem 0 6.25rem 0;
}

.submenu4 li a {
  text-align: right !important;
  margin-right: 27.5rem;
}

.submenu2 .clearfix>li:hover>a,
.submenu2 .clearfix>li .sanji>li:hover>a,
.submenu4 li:hover a {
  color: #F55821 !important;
}
header.on{
  position: fixed;
}

header.on,
header.active {
  background: #fff;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, .2);*/
}
.nrhead,
header.active {
  background: #fff;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, .2);*/
}

.sechwc {
  position: relative;
}

.searchbox {
  border-top: 2px solid #F55821;
  position: absolute;
  width: 21.25rem;
  right: 100%;
  box-shadow: none;
  border: none;
  background: transparent;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
}

.searchbox .searchs {
  width: 18.75rem;
}

.searchs .sertext {
  border-radius: 3.125rem 0 0 3.125rem;
  padding-left: 1.5625rem;
}

.searchs .serbtn {
  border-radius: 0 3.125rem 3.125rem 0;
}

.serbtn {
  background: #F55821;
}

.sechwc:hover .searchbox {
  display: block;
}

.banner {
  margin-top: 5.565rem;
}
/*.banner{
  height: 100vh;
  overflow: hidden;
}
.banner .banbg{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  position: absolute;
  left: 0;
  top: 0;
}
.banner video{
  height: 100vh;

  object-fit: cover;
  vertical-align: middle;
}*/
.banner img{
}
.banner .name {
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 4.5rem;
  color: #fff;
  text-align: center;
  padding-bottom: 0.525rem;
}

.banner .txt {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #fff;
  text-align: center;
}

.banner .swiper-container {
  height: 100%;
}

.banner .swiper-container .swiper-slide>img {
  height: 100%;
}

.banner .swiper-pagination {
  left: 0;
  bottom: 2.5rem;
  text-align: center;
}

.banner .swiper-pagination span {
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
  opacity: 1;
  background: none;
  /* display: inline-block;
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  position: relative;
  margin: 0 .4688rem !important; */
}

/* .banner .swiper-pagination span::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
} */
.banner .swiper-pagination .yuan {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 .3125rem;
  position: relative;
  background: none;
}

.banner .swiper-pagination .yuan svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.banner .swiper-pagination .yuan span {
  width: 50px;
  text-align: center;
  margin: 0 !important;
  display: inline-block;
}

.banner .swiper-pagination-bullet-active {
  -webkit-animation: jtd2 5s linear;
  -moz-animation: jtd2 5s linear;
  -o-animation: jtd2 5s linear;
  animation: jtd2 5s linear;
}

.banner .swiper-pagination-bullet-active.yuan svg {
  display: block !important;
}

@-webkit-keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}

@-moz-keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}

@-o-keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}

@keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}

.banner .swiper-pagination-bullet-active::after {
  border: 1px solid #fff;
  animation: loader 5000ms infinite linear;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.banner .banicon {
  position: absolute;
  left: 52rem;
  bottom: 2.5rem;
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  text-align: center;
  z-index: 10;
}

.banner .banicon .iconfont {
  color: #fff;
}

.banner .scroll {
  position: absolute;
  width: 100%;
  bottom: 3.5rem;
  text-align: center;
  z-index: 1;
  animation: tiaodong 2s infinite;
}

.banner .scroll img {
  display: inline-block;
  width: 4.125rem;
  height: 2.5rem;
}

@keyframes tiaodong {
  0% {
    bottom: 4.375rem;
  }

  50% {
    bottom: 3.125rem;
  }

  100% {
    bottom: 4.375rem;
  }
}
/*

@media (max-width: 1550px) {
  .banner {
    height: 45rem;
  }
  .banner video{
    height: 45rem;
  }
  .banner img{
    height: 45rem;
  }
}
@media (max-width: 1280px) {
  .banner {
    height: 43rem;
  }
  .banner video{
    height: 43rem;
  }
  .banner img{
    height: 43rem;
  }
}
@media (max-width: 990px) {
  .banner {
    height: 34rem;
  }
  .banner video{
    height: 34rem;
  }
  .banner img{
    height: 34rem;
  }
}
@media (max-width: 768px) {
  .banner {
    height: 26rem;
  }
  .banner video{
    height: 26rem;
  }
  .banner img{
    height: 26rem;
  }
}
@media (max-width: 600px) {
  .banner {
    height: 2rem;
  }
  .banner video{
    height: 20rem;
  }
  .banner img{
    height: 20rem;
  }
}*/

.sybt {
  margin: 1.5rem 0 1.75rem;
  display: flex;
  align-items: center;
}

.sybt .sy_name {
  font-weight: 500;
  padding: 0 10px;
  font-size: 2.375rem;
  color: #1C1C1C;
  text-align: left;
  z-index: 2;
}

.sybt .sy_ename {
  font-weight: 700;
  font-size: 5rem;
  font-size: 4.375rem;
  line-height: 5rem;
  text-transform: uppercase;
  color: #f3f3f3;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.sybt .sy_txt {
  font-weight: 400;
  font-size: 1.025rem;
  line-height: 1.875rem;
  color: #666666;
  text-align: center;
  width: 65%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.sybt2 .sy_name {
  font-size: 2.75rem;
  font-size: 2.5rem;
  line-height: 5rem;
  font-weight: 500;
}

.sybt2 .sy_ename {
  font-size: 4.375rem;
  line-height: 4.375rem;
  font-weight: 500;
}

.f44 {
  font-size: 2.75rem;
  line-height: 4rem;
  font-weight: 700;
  color: #fff;
}

.f32 {
  font-size: 2rem;
  line-height: 2.875rem;
  font-weight: 500;
  color: #333333;
}

.f30 {
  font-size: 1.875rem;
  line-height: 2.6875rem;
  font-weight: 700;
  color: #333333;
  font-size: 1.75rem;
}

.f28 {
  font-size: 1.75rem;
  line-height: 2.5625rem;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 3.125rem;
}

.f26 {
  font-size: 1.625rem;
  line-height: 2.25rem;
  font-weight: 400;
  color: #F55821;
}

.f24 {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2.25rem;
  color: #fff;
}

.f22 {
  font-size: 1.375rem;
  line-height: 2rem;
  color: #333333;
  font-weight: 700;
}

.f20 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #fff;
}

.f18 {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #fff;
}

.f16 {
  font-weight: 400;
  font-size: 1.08rem;
  line-height: 1.625rem;
  color: #fff;
}

.f14 {
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.25rem;
  color: #fff;
}


.index_two {
  padding-top: 5rem;
  position: relative;
}

.index_two .sy_ename {
  color: rgb(51, 51, 51, 0.05);
}

.index_two .middle {
  text-align: center;
  padding-bottom: 3.4375rem;
}

.index_two .middle ul {
  display: inline-block;
}

.index_two .middle ul li {
  float: left;
  margin-right: 1.25rem;
}

.index_two .middle ul li a {
  display: block;
  padding: .625rem 1.25rem;
  color: #333333;
}

.index_two .middle ul li.on a,
.index_two .middle ul li:hover a {
  background: #F55821;
  border-radius: 3.125rem;
  color: #fff;
}

.index_two .middle ul li:last-child {
  margin-right: 0;
}

.index_two .bot {
  padding-bottom: 3.25rem;
}
.index_two .bot .swiper-wrapper{
  padding: 10px 0x;
}
.index_two .bot .swiper-slide{
  background: #fff;
  padding: 1.625rem 1.125rem;
  border-bottom: 3px solid #fff;
  transition:all 0.4s;
}

.index_two .bot .swiper-slide:hover{
  box-shadow: 0px 0px 19px -11px rgba(0,0,0,0.6);
  border-bottom: 3px solid #F55821;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.index_two .bot .row {
  margin: 0 -2.75rem;
}

.index_two .bot .row>div {
  padding: 0 2.75rem;
  position: relative;
}

.index_two .bot .f30 {
  margin: 3.125rem 0;
  position: relative;
  display: inline-block;
}

.index_two .bot .f30::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 120%;
  width: 12.5rem;
  height: 1px;
  background: #F55821;
}

.index_two .bot .f16 {
  color: #666666;
}

.index_two .bot .over {
  margin: 1.125rem 0 1.825rem;
  height: 72px;
}
.index_two .bot .proid4 {
  background: url(../images/tb1.png) no-repeat;
  background-size: 194px;
}
.index_two .bot .proid5 {
  background: url(../images/tb2.png) no-repeat;
  background-size: 194px;
}
.index_two .bot .proid6 {
  background: url(../images/tb3.png) no-repeat;
  background-size: 194px;
}
.index_two .bot .proid7 {
  background: url(../images/tb4.png) no-repeat;
  background-size: 194px;
}
.index_two .bot .proid8 {
  background: url(../images/tb5.png) no-repeat;
  background-size: 194px;
}
.index_two .bot .proid9 {
  background: url(../images/tb6.png) no-repeat;
  background-size: 194px;
}
.index_two .bot .proid10 {
  background: url(../images/tb7.png) no-repeat;
  background-size: 194px;
}
.index_two .bot .proid11 {
  background: url(../images/tb8.png) no-repeat;
  background-size: 194px;
}
.index_two .bot .proid12 {
  background: url(../images/tb9.png) no-repeat;
  background-size: 194px;
}
.index_two .bot .proid13 {
  background: url(../images/tb10.png) no-repeat;
  background-size: 194px;
}
.index_two .bot .proid14 {
  background: url(../images/tb11.png) no-repeat;
  background-size: 194px;
}
.index_two .bot .proid15 {
  background: url(../images/tb12.png) no-repeat;
  background-size: 194px;
}
.index_two .bot .swiper-slide:hover .proid4 {
  background: url(../images/tb1h.png) no-repeat;
  background-size: 194px;
}
.index_two .bot .swiper-slide:hover .proid5 {
  background: url(../images/tb2h.png) no-repeat;
  background-size: 194px;
}
.index_two .bot .swiper-slide:hover .proid6 {
  background: url(../images/tb3h.png) no-repeat;
  background-size: 194px;
}
.index_two .bot .swiper-slide:hover .proid7 {
  background: url(../images/tb4h.png) no-repeat;
  background-size: 194px;
}
.index_two .bot .swiper-slide:hover .proid8 {
  background: url(../images/tb5h.png) no-repeat;
  background-size: 194px;
}
.index_two .bot .swiper-slide:hover .proid9 {
  background: url(../images/tb6h.png) no-repeat;
  background-size: 194px;
}
.index_two .bot .swiper-slide:hover .proid10 {
  background: url(../images/tb7h.png) no-repeat;
  background-size: 194px;
}
.index_two .bot .swiper-slide:hover .proid11 {
  background: url(../images/tb8h.png) no-repeat;
  background-size: 194px;
}
.index_two .bot .swiper-slide:hover .proid12 {
  background: url(../images/tb9h.png) no-repeat;
  background-size: 194px;
}
.index_two .bot .swiper-slide:hover .proid13 {
  background: url(../images/tb10h.png) no-repeat;
  background-size: 194px;
}
.index_two .bot .swiper-slide:hover .proid14 {
  background: url(../images/tb11h.png) no-repeat;
  background-size: 194px;
}
.index_two .bot .swiper-slide:hover .proid15 {
  background: url(../images/tb12h.png) no-repeat;
  background-size: 194px;
}

.index_two .bot .over img {
  height: auto;
}
.index_two .bot p{
  font-size: 1rem;
  margin: .725rem 0 1rem;
}
.index_two .bot .inpromore{
  width: 139px;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  background: #fff;
  color: #F55821;
  font-size: .95rem;
  border: 1px solid #F55821;
  position: relative;
  transition:all 0.4s;
}
.index_two .bot .swiper-slide:hover .inpromore{
  background: #F55821;
  color: #fff;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.index_two .bot .inpromore:before{
  font-size: .75rem;
  position: absolute;
  right: 15px;
}

/*.index_two::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20rem;
  background: #F55821;
}*/

.index_two .proanv{
  margin-top: 5rem;
  display: inline-block;
}

.next,
.prev {
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  text-align: center;
  background-size: .625rem 1.25rem;
  top: auto;
  margin-top: 0;
  bottom: 0;
  left: auto;
  right: 46.3%;
  display: inline-block;
  background: none;
  background: #F55821;
  color: #fff;
}

.prev {
  right: 50.8%;
}

.prev2,
.next2 {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #666666;
}

.prev2 {
  left: -6.25rem;
  right: auto;
}

.next2 {
  right: -6.25rem;
}
.nextnav,
.prevnav {
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  text-align: center;
  background-size: .625rem 1.25rem;
  top: 50%;
  margin-top: 0;
  bottom: 0;
  left: auto;
  right: 3%;
  display: inline-block;
  background: none;
  background: rgba(0, 0, 0, .3);
  color: #fff;
}
.prevnav {
  left: 3%;
}


.index_one{
  padding-bottom: 3.5rem;
}
.index_one .sybt{
  margin: .5rem 0 1.75rem;
  justify-content: center;
}
.index_one .inpromain{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.index_one .inpromain .inprolist{
  background: #fff;
  transition:all 0.4s;
}
.index_one .inpromain .inprolist:hover{
  box-shadow: 0px 0px 19px -11px rgba(0,0,0,0.5);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.index_one .inpromain .inprolist .inproimg{
  overflow: hidden;
  text-align: center;
  padding: 1.25rem;
}
.index_one .inpromain .inprolist .inproimg img{
  transition-duration: 1s;
}
.index_one .inpromain .inprolist:hover .inproimg img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index_one .inpromain .inprolist .inprom{
  padding: 25px;
  border-top: 1px solid #D9D9D9;
}
.index_one .inpromain .inprolist .inprom h2{
  font-weight: 500;
  font-size: 1.25rem;
  color: #2F2F2F;
  text-transform: uppercase;
}
.index_one .inpromain .inprolist .inprom span{
  font-weight: 400;
  font-size: 1.025rem;
  color: #6B6B6B;
    margin: .3rem 0;
    display: inline-block;
}
.index_one .inpromain .inprolist .inprom .inprodet{
  color: #fff;
  font-size: 1rem;
  text-align: center;
  background: #F55821;
  margin-top: 1.25rem;
  padding: .5rem;
}
.inpromore1{
  display: block;
  width: 276px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-size: 1.025rem;
  background: #F55821;
  margin: 2.5rem auto;
  text-align: center;
}
.inpromore1:hover{
  color: #fff;
}

.index_three{
  padding-bottom: 4.75rem;
}
.index_three .incon{
  display: flex;
  align-items: center;
  background: rgba(245,88,33,0.8);
  line-height: 1.6;
}
.index_three .incon>div{
  width: 50%;
}
.index_three .incon .inconl{
  padding: 1.5rem 2.75rem;
  display: flex;
  align-items: center;
  color: #fff;
}
.index_three .incon .inconl>div{
  width: 50%;
}
.index_three .incon .inconl h2{
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1.25rem;
}
.index_three .incon .inconl p{
  font-size: 1.25rem;
  color: #f5f5f5;
}
.index_three .incon .inconr{
  padding: 6.25rem 2.75rem;
  color: #fff;
  background: url(../images/incon.jpg) no-repeat;
  background-size: 100% 100%;
}
.index_three .incon .inconr p{
  width: 45%;
  font-size: 1.375rem;
  margin-bottom: 3.22rem;
}
.index_three .incon .inconr a{
  font-size: 1.125rem;
  color: #fff;
  background: #F55821;
  padding: .525rem 1.75rem;
}


.promain{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.promain .prolist{
  background: #fff;
  transition:all 0.4s;
}
.promain .prolist:hover{
  box-shadow: 0px 0px 19px -11px rgba(0,0,0,0.5);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.promain .prolist .proimg{
  overflow: hidden;
  text-align: center;
  padding: 1.25rem;
}
.promain .prolist .proimg img{
  transition-duration: 1s;
}
.promain .prolist:hover .proimg img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.promain .prolist .prom{
  padding: 25px;
  border-top: 1px solid #D9D9D9;
}
.promain .prolist .prom h2{
  font-weight: 500;
  font-size: 1.25rem;
  color: #2F2F2F;
  text-transform: uppercase;
}
.promain .prolist .prom span{
  font-weight: 400;
  font-size: 1.025rem;
  color: #6B6B6B;
      line-height: 2rem;
    margin: .5rem 0;
    display: inline-block;
}
.promain .prolist .prom .prodet{
  color: #fff;
  font-size: 1rem;
  text-align: center;
  background: #F55821;
  margin-top: 1rem;
  padding: .5rem;
}
.list_ban{
  margin-top: 5.565rem;
}
.list_ban>img {
  height: auto;
  object-fit: cover;
}

.list_ban .title {
  font-size: 2.25rem;
  line-height: 5rem;
  font-weight: 500;
  color: #fff;
}

.list_ban .entitle {
  font-size: 1.125rem;
  line-height: 1.6125rem;
  color: #F55821;
  text-transform: uppercase;
}
.list_ban .entitle a{
  color: #fff;
  margin: 0 .5rem;
}
.list_ban .entitle a:first-child{
  margin: 0 .5rem 0 0;
}

.list_ban .data {
  font-size: 3.75rem;
  line-height: 3.75rem;
  letter-spacing: -0.06em;
  color: #fff;
  display: inline-block;
}

.list_ban .f16 {
  color: #fff;
  margin-top: 1.0625rem;
}

.list_ban .row {
  align-items: center;
}

.list_ban .row>div .row>div {
  margin-bottom: 3.75rem;
}

.list_ban .row>div .row>div:nth-child(3),
.list_ban .row>div .row>div:nth-child(4) {
  margin-bottom: 0;
}

.list_ban .fenx2 {
  position: absolute;
  right: 15rem;
  bottom: 1.875rem;
}

.list_ban .fenx2 .f18 {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
}

.list_ban .fenx2 .social-share {
  display: inline-block;
}

.list_ban .fenx2 .social-share .social-share-icon {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.8);
}

/*.fenx2 .social-share .icon-wechat .wechat-qrcode {
  display: none !important;
}*/
.fenx2 .social-share .wechat-qrcode2,
footer .social-share .wechat-qrcode2 {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -144px;
  left: -60px;
  width: 149px;
  height: 130px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}

.fenx2 .social-share .wechat-qrcode2 .qrcode,
footer .social-share .wechat-qrcode2 .qrcode {
  width: 105px;
  margin: 10px auto;
}

.fenx2 .social-share .wechat-qrcode2:after,
footer .social-share .wechat-qrcode2:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.fenx2 .social-share a:hover .wechat-qrcode2,
footer .social-share a:hover .wechat-qrcode2 {
  display: block;
}

.bannav {
  background: #F9F9F9;
  border-bottom: 1px solid #DBDBDB;
}

.bannav ul li {
  float: left;
  margin-right: 5.625rem;
}

.bannav ul li a {
  display: block;
  padding: .9375rem .625rem;
  color: #666666;
}

.bannav ul li.active a,
.bannav ul li:hover a {
  color: #F55821;
  position: relative;
  font-weight: 700;
}

.bannav ul li.active a::after,
.bannav ul li:hover a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: .1875rem;
  background: #F55821;
}

.bannav ul li:last-child {
  margin-right: 0;
}

.nybt .sy_ename,
.nybt .sy_name {
  text-align: left;
}

.nybt .sy_ename {
  left: 0;
  transform: none;
}

.list_news {
  padding: 4.375rem 0;
}

.list_news ul li {
  padding: 2.5rem 0;
  border-bottom: 1px solid #DBDBDB;
}

.list_news ul li .row {
  align-items: center;
}

.list_news ul li .row>div .over {
  height: 16.25rem;
  object-fit: cover;
}

.list_news ul li .row>div .over img {
  height: 16.25rem;
  object-fit: cover;
}

.list_news ul li .f24 {
  color: #333333;
  margin-bottom: 1.25rem;
}

.list_news ul li .f16 {
  color: #666666;
}

.list_news ul li .time {
  color: #C1C1C1;
  margin-top: 2.5rem;
}

.list_news ul li.active,
.list_news ul li:hover {
  background: #F7FFFF;
}

.list_news ul li.active .f24,
.list_news ul li:hover .f24 {
  color: #F55821;
}

.mbx {
  padding: 1.25rem 0;
  background: #F9F9F9;
  border-bottom: 1px solid #DBDBDB;
}

.mbx .f16 {
  color: #949494;
}
.mbx .f16 a{
  color: #949494;
}

.mbx span:last-child {
  display: none;
}

.social-share {
  display: inline-block;
}

.social-share .social-share-icon {
  border-color: #E1E1E1;
  color: rgba(102, 102, 102, 0.5);
}

.show_news {
  padding-top: 5.3125rem;
}

.show_news .f32 {
  text-align: center;
  margin-bottom: 3.125rem;
}

.show_news .f18 {
  color: #999999;
  display: inline-block;
  margin-right: 2.5rem;
}

.show_news .fenx {
  color: #666666;
  margin-right: 0;
}

.show_news .fenx2 {
  display: inline-block;
}

.show_news .middle {
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  padding: 2.5rem 0;
  margin: 2.5rem 0;
}

.show_news .middle .f16 {
  margin-right: 0;
  text-align: justify;
  color: #666666;
}

.show_news .middle img {
  display: block;
  text-align: center;
  margin: 2.5rem auto;
}

.show_news .bot {
  margin-bottom: 4.375rem;
}

.show_news .bot .circle {
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  border: 1px solid #DBDBDB;
  display: inline-block;
  background: #FFFFFF;
  border-radius: 50%;
  text-align: center;
}

.show_news .bot .circle .iconfont {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 700;
}

.show_news .bot .f16 {
  display: inline-block;
  color: #666666;
}

.show_news .bot .zb .circlel {
  margin-right: 1.25rem;
}
.show_news .bot .zb .circler {
  margin-left: 1.25rem;
}

.show_news .bot .yb .circle {
  margin-left: 1.25rem;
}

.circle {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  text-align: center;
}

.circle .iconfont {
  color: #fff;
}

.nybt2 .sy_ename {
  color: #F2F2F2;
  left: 0;
  transform: none;
  z-index: 1;
  font-size: 1.875rem;
  line-height: 2.3125rem;
  text-align: left;
}

.nybt2 .sy_name {
  text-align: left;
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
  line-height: 2.1875rem;
  font-weight: 500;
  color: #333333;
  padding-left: .625rem;
}

.nybt2 .sy_name::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -0.625rem;
  width: .3125rem;
  height: .3125rem;
  border-radius: 50%;
  background: #333333;
}

#tznr {
  top: -6.25rem;
  position: absolute;
}

.list_pro .nybt2 .sy_ename {
  white-space: nowrap;
}

.list_pro .yb .you ul li {
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
}

.list_pro .yb .you ul li .iconfont {
  font-size: 1.25rem;
  color: #999999;
}

.list_pro .yb .you ul li.z1 {
  border-right: none;
}

.list_pro .yb .you ul li.on {
  background: #F55821;
}

.list_pro .yb .you ul li.on .iconfont {
  color: #fff;
}

.list_pro .yb .bot2 ul li {
  margin-bottom: 2.5rem;
}

/*.list_pro .yb .bot2 ul li:last-child {
  margin-bottom: 0;
}*/

.list_pro .yb .bot2 ul li .row {
  padding: 0;
  margin: 0;
  align-items: center;
}

.list_pro .yb .bot2 ul li .row>div {
  padding: 0;
  margin: 0;
}

.list_pro .yb .bot2 ul li .row>div .over {
  margin: 0;
}

.list_pro .yb .bot2 ul li .box {
  width: 94%;
}

.list_pro .yb .bot2 ul li .f16 {
  color: #999999;
  margin-top: .9375rem;
}

.list_pro .proli .over img {
  width: auto;
}

.list_pro .bot2 ul li .over {
  margin-bottom: 0;
}

.list_pro {
  padding: 3.75rem 0;
  background: #EEEEEE;
  position: relative;
}

.list_pro .row {
  margin: 0 -1.375rem;
}

.list_pro .row>div {
  padding: 0 1.375rem;
}

.list_pro .sidebar {
  background: #FFFFFF;
}

.list_pro .sidebar ul.pronav1 {
  padding: 2.25rem;
}
.list_pro .sidebar ul.pronav1 .xian{
  width: 100%;
  height: 2px;
  background: #F55821;
  margin: 1rem 0 1.525rem;
}

.list_pro .sidebar ul.pronav1>li {
  text-align: left;
  position: relative;
  overflow: hidden;
}

/*.list_pro .sidebar ul.pronav1>li.active a,
.list_pro .sidebar ul.pronav1>li.active .iconfont {
  color: #F55821;
}*/

.list_pro .sidebar ul.pronav1>li.active .img1 {
  display: none;
}

.list_pro .sidebar ul.pronav1>li.active .img2 {
  display: inline-block;
}

.list_pro .sidebar ul.pronav1>li img {
  height: 1.625rem;
  margin-right: 1.25rem;
}

.list_pro .sidebar ul.pronav1>li .f20 {
  color: #2F2F2F;
  font-size: 1.375rem;
  font-weight: 500;
}

.list_pro .sidebar ul.pronav1>li .f16 {
  color: #1C1C1C;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.25rem;
  padding-left: 1.525rem;
  background: url(../images/wxz.png) no-repeat left;
}
.list_pro .sidebar ul.pronav1>li .f16:hover {
  background: url(../images/xz.png) no-repeat left;
}
.list_pro .sidebar ul.pronav1>li.active .f16 {
  background: url(../images/xz.png) no-repeat left;
}

.list_pro .sidebar ul.pronav1>li .subnav {
  padding: 1.5625rem 0 0 1.5625rem;
  display: none;
}

.list_pro .sidebar ul.pronav1>li .subnav li {
  padding: .625rem 0;
  position: relative;
}

.list_pro .sidebar ul.pronav1>li .subnav li a {
  display: block;
}

.list_pro .sidebar ul.pronav1>li .subnav li .f18 {
  color: #666666;
  position: relative;
  padding-left: 1.25rem;
  font-size: .875rem;
  z-index: 2;
}

.list_pro .sidebar ul.pronav1>li .subnav li .f18::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: .3125rem;
  height: .3125rem;
  border-radius: 50%;
  background: #666666;
}

/* 
.list_pro .sidebar ul.pronav1>li .subnav li.active::after {
  position: absolute;
  content: "";
  left: -5rem;
  bottom: 0;
  width: 300%;
  height: 100%;
  background: #F7FFFF;
}
 */
/* .list_pro .sidebar ul.pronav1>li .subnav li:last-child {
  padding: 0;
} */
.list_pro .sidebar ul.pronav1>li .subnav li:last-child::after {
  display: none;
}

.list_pro .sidebar ul.pronav1>li .subnav li.active .f18,
.list_pro .sidebar ul.pronav1>li .subnav li:hover .f18 {
  color: #F55821;
}

.list_pro .sidebar ul.pronav1>li .subnav li.active .f18::after,
.list_pro .sidebar ul.pronav1>li .subnav li:hover .f18::after {
  background: #F55821;
}

.list_pro .sidebar ul.pronav1>li .img2 {
  display: none;
}

.list_pro .sidebar ul.pronav1>li .flex.active .f20 {
  color: #F55821;
}

.list_pro .sidebar ul.pronav1>li .flex.active .iconfont {
  color: #F55821;
}

.list_pro .sidebar ul.pronav1>li .flex.active .img1 {
  display: none;
}

.list_pro .sidebar ul.pronav1>li .flex.active .img2 {
  display: inline-block;
}

.list_pro .sidebar ul.pronav1>li:last-child {
  border-bottom: none;
}

.list_pro .yb .sybt {
  margin-bottom: 2.375rem;
}

.list_pro .yb .row {
  margin: 0 -1rem;
}

.list_pro .yb .row>div {
  padding: 0 1rem;
  margin-bottom: 1.875rem;
}

.proli {
  background: #fff;
  border: 1px solid #DBDBDB;
  padding: 3.125rem 1.25rem 2.5rem 1.25rem;
}

.proli .over {
  height: 18.5rem;
  margin-bottom: 1.25rem;
  text-align: center;
}

.proli .over img {
  height: 18.5rem;
  /* object-fit: cover; */
}

.proli .f18 {
  color: #333333;
}

.proli .f16 {
  color: #666666;
  margin-top: .625rem;
  /* height: 1.875rem; */
}

.proli ul {
  margin-top: .625rem;
}

.proli ul li {
  color: #666666;
  position: relative;
  padding-left: 1.25rem;
}

.proli ul li::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: .3125rem;
  height: .3125rem;
  border-radius: 50%;
  background: #666666;
}

.proli:hover {
  background-color: #F1FAF7;
}

.proli:hover .over img {
  transform: scale(1.1);
}

/* .proli:hover .f18,
.proli:hover .f16 {
  color: #000;
} */
.pronav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #DBDBDB;
  margin-top: 6.25rem;
  z-index: 43;
}

.pronav .flex {
  /* padding: 1.6875rem 0; */
  line-height: 5rem;
}

.pronav .f18 {
  color: #333333;
}

.pronav ul li {
  float: left;
  cursor: pointer;
}

.pronav ul li a {
  color: #666666;
  position: relative;
  padding: 0 1.25rem;
  display: inline-block;
}

.pronav ul li:hover a,
.pronav ul li.active a {
  color: #F55821;
}

.pronav ul li a::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #DBDBDB;
}

.pronav ul li:last-child a::after {
  display: none;
}

.show_pro1 .social-share .social-share-icon {
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  background: #F55821;
  border: none;
  color: #fff;
  font-size: 1.375rem;
}

.show_pro1 .social-share .icon-dianhua1:hover .box {
  display: block;
}

.show_pro1 .social-share .social-share-icon .box {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -120px;
  left: -60px;
  padding: 1.25rem;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}

.show_pro1 .social-share .social-share-icon .box:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.show_pro1 .social-share .social-share-icon .box ul li {
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
  border-bottom: 1px dashed #DBDBDB;
}

.show_pro1 .social-share .social-share-icon .box ul li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.show_pro1 .social-share .social-share-icon .box ul li div {
  text-align: left;
  white-space: nowrap;
}

.show_pro1 .social-share .social-share-icon .box ul li .f16 {
  color: #666666;
  margin-bottom: 0.3125rem;
}

.show_pro1 .social-share .social-share-icon .box ul li .f18 {
  color: #333333;
}

.show_pro1 {
  padding: 4rem 0;
  background: #eee;
}

.show_pro1 .row {
  margin: 0 -1.5625rem;
}

.show_pro1 .row>div {
  padding: 0 1.5625rem;
}

.show_pro1 .row>div:first-child {
  text-align: center;
}

.show_pro1 .showprol{
  width: 41%;
  padding-bottom: 3% !important;
}

.show_pro1 .showpror{
  width: 58%;
}

.show_pro1 .over {
  height: 25.9375rem;
}

.show_pro1 .over img {
  height: 25.9375rem;
  object-fit: cover;
}

.show_pro1 .box{
  padding: 2.325rem 1.25rem 1rem;
}
.show_pro1 .f26 {
  margin-bottom: 1.525rem;
  color: #F55821;
  font-weight: 500;
}
.show_pro1 .f22 {
  margin-bottom: 1rem;
  color: #1C1C1C;
  font-weight: 500;
}
.show_pro1 .prop {
}
.show_pro1 .prop p {
  font-size: 17px;
  color: #555;
  font-weight: 400;
  line-height: 2.175rem;
  background: url('../images/prop.png') no-repeat left top 12px;
  padding-left: 22px;
}

.show_pro1 .f16 {
  color: #666666;
}

.show_pro1 .more {
  text-align: left;
  margin-right: 3.125rem;
}

.show_pro1 .more a {
  background: #F55821;
}

.show_pro1 .flex {
  justify-content: flex-start;
  margin-top: 3.75rem;
}

.show_pro1 .fenx,
.show_pro1 .social-share {
  display: inline-block;
}

.show_pro1 .social-share .icon-wechat .wechat-qrcode {
  display: none !important;
}

.show_pro1 .social-share .wechat-qrcode2 {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -144px;
  left: -50px;
  width: 149px;
  height: 130px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}

.show_pro1 .social-share .wechat-qrcode2 .qrcode {
  width: 105px;
  margin: 10px auto;
}

.show_pro1 .social-share .wechat-qrcode2:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.show_pro1 .social-share a:hover .wechat-qrcode2 {
  display: block;
}

.show_pro2 {
  padding: 5.9375rem 0;
  background: #fff;
  width: 100%;
  /* height: calc(1172px + 120px); */
}

.show_pro2 .xia {
  margin-top: 2.5rem;
  background: #fff;
  width: 100%;
}

.show_pro2 .bot .img {
  text-align: center;
  position: relative;
}

/* .show_pro2 .bot .img img {
  height: 49.75rem;
} */
.show_pro2 .bot .img .img2 {
  height: 49.75rem;
  position: relative;
}

.show_pro2 .bot .img .img2 .tp1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 20.625rem;
}

.show_pro2 .bot .img .img2 .tp2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6.375rem;
  height: 36.75rem;
  z-index: -1;
}

.show_pro2 .bot .img .img2 .tp3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 49.75rem;
  z-index: -1;
}

.show_pro2 .bot .img .img2 .tp4 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14.375rem;
  height: 20.9375rem;
  z-index: -2;
}

.show_pro2 .bot .img .f24 {
  color: #333333;
  margin-bottom: 1rem;
}

.show_pro2 .bot .img .f16 {
  color: #666666;
}

.show_pro2 .bot .img .xiant {
  height: 26.875rem;
}

.show_pro2 .bot .img .box {
  position: absolute;
  display: none;
}

.show_pro2 .bot .img .box::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  border: .25rem solid #F55821;
  background: #fff;
}

.show_pro2 .bot .img .cont {
  position: absolute;
  width: 20.625rem;
  text-align: left;
  display: none;
}

/* .show_pro2 .bot.on .img .cont{
  display: block;
}
.show_pro2 .bot.on .img .box{
  display: block;
} */
.show_pro2 .bot .img .box.on {
  display: block;
}

.show_pro2 .bot .img .cont.on {
  display: block;
}

.show_pro2 .bot .img .box1 {
  top: 0;
  left: 29%;
}

.show_pro2 .bot .img .cont1 {
  top: 0;
  left: 0;
}

.show_pro2 .bot .img .box2 {
  top: 2.5rem;
  right: 27.5%;
}

.show_pro2 .bot .img .cont2 {
  top: 2.5rem;
  right: 0;
}

.show_pro2 .bot .img .box3 {
  top: 35%;
  left: 25%;
}

.show_pro2 .bot .img .box3 .xiant {
  height: 20.3125rem;
}

.show_pro2 .bot .img .cont3 {
  top: 38%;
  left: 0;
}

.show_pro2 .bot .img .box4 {
  top: 37%;
  right: 25%;
}

.show_pro2 .bot .img .box4 .xiant {
  height: 20.3125rem;
}

.show_pro2 .bot .img .cont4 {
  top: 38%;
  right: 0;
}

.show_pro2 .bot .img .box5 {
  top: 9%;
  left: 50%;
}

.show_pro2 .bot .img .box5 .xiant {
  height: 20.3125rem;
}

.show_pro2 .bot .img .cont5 {
  top: -5%;
  left: 40%;
}

.show_pro3 {
  padding: 6.875rem 0 5rem 0;
  background: #FAFAFA;
}

.show_pro3 .table {
  margin-bottom: 3.125rem;
}

.show_pro3 .table td {
  border: none;
  border-bottom: 1px dashed #DBDBDB;
  font-size: 1rem;
  color: #666666;
}
.show_pro3 .table td:first-child{
  width: 20%;
}

.show_pro3 .f24,
.show_pro3 .f20 {
  color: #666666;
  font-weight: 700;
}

.show_pro3 .f16 {
  color: #666666;
}

.show_pro3 ul {
  margin-top: 1.25rem;
}

.show_pro3 ul li {
  margin-bottom: 1.25rem;
}

.show_pro3 ul li .f20 {
  margin-bottom: .625rem;
}

.show_pro3 ul li:last-child {
  margin-bottom: 0;
}

.show_pro3 .more {
  margin-top: 3.75rem;
}

.show_pro3 .more a {
  border-color: #333;
  color: #fff;
}

.show_pro3 .more a .iconfont {
  margin-left: .625rem;
}

.show_pro .show_pro4 {
  background: #fff;
}

.show_pro5 {
  background: #FAFAFA;
}

.list_fangan .yb ul li {
  padding: 1.875rem;
  background: #fff;
  border: 1px solid #DBDBDB;
  margin-bottom: 1.875rem;
}

.list_fangan .yb ul li .row {
  margin: 0;
  align-items: center;
}

.list_fangan .yb ul li .row>div {
  padding: 0;
  margin-bottom: 0;
}

.list_fangan .yb ul li .over img {
  height: 13.4375rem;
  object-fit: cover;
}

.list_fangan .yb ul li .row .right {
  padding-left: 1.875rem;
}

.list_fangan .yb ul li .f24 {
  color: #333333;
  margin-bottom: .625rem;
}

.list_fangan .yb ul li .f16 {
  color: #666666;
}

.list_fangan .yb ul li:hover {
  /* border-color: #F55821; */
  background-color: #F1FAF7;
}

/* .list_fangan .yb ul li:hover .f24,
.list_fangan .yb ul li:hover .f16 {
  color: #000;
} */
.list_fangan .yb ul li:hover .over img {
  transform: scale(1.1);
}

.list_fangan .ybtable {
  display: none;
}

.list_fangan .ybtable.active {
  display: block;
}

.show_fanys2 .middle {
  border-bottom: none;
}

.show_fangan1 {
  padding: 6.25rem 0 5rem 0;
}

.show_fangan1 .box {
  padding: 5rem 1.25rem;
  background: linear-gradient(180deg, #edfafa 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid #DBDBDB;
  position: relative;
  overflow: hidden;
  height: 26rem;
}

.show_fangan1 .box .f22 {
  padding-top: 1.0625rem;
  position: relative;
}

.show_fangan1 .box .f22::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 3.75rem;
  height: .25rem;
  background: #F55821;
}

.show_fangan1 .box .f16 {
  color: #666666;
  margin-top: 1.5625rem;
  text-align: justify;
}

.show_fangan1 .box::after {
  position: absolute;
  content: "";
  top: -3rem;
  right: 0;
  width: 6rem;
  height: 6rem;
  background: linear-gradient(114.86deg, rgba(75, 184, 184, 0.1) 12.88%, rgba(75, 184, 184, 0) 99.45%);
  border-radius: 50%;
}

.show_fangan1 .box::before {
  position: absolute;
  content: "";
  top: -4.375rem;
  right: 5rem;
  width: 8.75rem;
  height: 8.75rem;
  background: linear-gradient(114.86deg, rgba(75, 184, 184, 0.1) 12.88%, rgba(75, 184, 184, 0) 99.45%);
  border-radius: 50%;
}

.show_fangan1 .swiper-slide:nth-child(2n) .box {
  background: linear-gradient(180deg, #fff4f4 0%, rgba(255, 255, 255, 0) 100%);
}

.show_fangan1 .swiper-slide:nth-child(2n) .box::after,
.show_fangan1 .swiper-slide:nth-child(2n) .box::before {
  background: linear-gradient(114.86deg, rgba(255, 64, 64, 0.1) 12.88%, rgba(255, 75, 75, 0) 99.45%);
}

.show_fangan1 .swiper-slide:nth-child(3n) .box {
  background: linear-gradient(180deg, #daf0ff 0%, rgba(255, 255, 255, 0) 100%);
}

.show_fangan1 .swiper-slide:nth-child(3n) .box::after,
.show_fangan1 .swiper-slide:nth-child(3n) .box::before {
  background: linear-gradient(114.86deg, rgba(55, 174, 255, 0.1) 12.88%, rgba(55, 174, 255, 0) 99.45%);
}

.show_fangan1 .swiper-slide:nth-child(4n) .box {
  background: linear-gradient(180deg, #fff4d9 0%, rgba(255, 255, 255, 0) 100%);
}

.show_fangan1 .swiper-slide:nth-child(4n) .box::after,
.show_fangan1 .swiper-slide:nth-child(4n) .box::before {
  background: linear-gradient(114.86deg, rgba(255, 189, 28, 0.1) 12.88%, rgba(255, 189, 28, 0) 99.45%);
}

.show_fanys2 .f32 {
  margin-bottom: .9375rem;
}

.show_fangan2 {
  padding: 6.25rem 0;
}

.show_fangan2 .sybt {
  margin-bottom: 4.6875rem;
}

.show_fangan2 .sybt .sy_ename {
  color: rgba(255, 255, 255, 0.2);
  z-index: 0;
}

.show_fangan2 .sybt .sy_name {
  color: #fff;
}

.show_fangan2 .bot {
  background: #fff;
  padding: 3.125rem 1.875rem 2.5rem 1.5625rem;
}

.show_fangan2 .bot .row {
  margin: 0 -1.5625rem;
  align-items: center;
}

.show_fangan2 .bot .row>div {
  padding: 0 1.5625rem;
}

.show_fangan2 .bot .f24 {
  color: #333333;
  margin-bottom: .625rem;
}

.show_fangan2 .bot .f16 {
  color: #666666;
  margin-bottom: 3.125rem;
}

.show_fangan2 .bot .f20 {
  color: #666666;
  margin-bottom: .9375rem;
}

.show_fangan2 .bot .gongn {
  margin-bottom: 3.125rem;
}

.show_fangan2 .bot .gongn li {
  width: 33.33%;
  float: left;
}

.show_fangan2 .bot .gongn li .f16 {
  margin-bottom: .625rem;
  background: #E0F3F3;
  border-radius: .125rem;
  display: inline-block;
  color: #F55821;
  padding: .625rem .9375rem;
  font-weight: 500;
}

.show_fangan2 .bot .pjsb li {
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  padding: 1.125rem .625rem;
  margin-right: 3%;
  width: 31%;
  float: left;
  display: flex;
  align-items: center;
}

.show_fangan2 .bot .pjsb li a {
  display: block;
}

.show_fangan2 .bot .pjsb li img {
  height: 4.0625rem;
}

.show_fangan2 .bot .pjsb li:last-child {
  margin-right: 0;
}

.show_fangan2 .bot .pjsb .sb3 a {
  width: 33.33%;
}

.show_fangan2 .bot .pjsb .sb2 a {
  width: 50%;
}

.show_fangan3-1 {
  padding: 6.875rem 0;
}

.show_fangan3-1 .box {
  height: 15rem;
  background: #FAFAFA;
  border: 1px solid #E4E4E4;
  border-radius: 1.25rem;
  padding: 5rem 2.5rem;
}

.show_fangan3-1 .box .f22 {
  text-align: center;
  position: relative;
  padding-bottom: .9375rem;
  margin-bottom: .9375rem;
}

.show_fangan3-1 .box .f22::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.5rem;
  height: .125rem;
  background: #F55821;
}

.show_fangan3-1 .box .f16 {
  color: rgba(0, 0, 0, 0.6);
}

.show_fangan3-1 .swiper-pagination {
  display: none;
}

.show_fangan3 {
  background: #FAFAFA;
  padding: 6.25rem 0 4.0625rem 0;
}

.show_fangan3 .sybt {
  margin-bottom: 4.375rem;
}

.show_fangan3 .sybt .sy_ename {
  color: #F2F2F2;
  z-index: 0;
}

.show_fangan3 .sybt .sy_name {
  position: relative;
  z-index: 1;
}

.show_fangan3 .f22 {
  margin-bottom: 4.375rem;
}

.show_fangan3 .bot .swiper-slide {
  text-align: center;
  margin-bottom: 5.625rem;
}

.show_fangan3 .bot .circle {
  width: 7.5rem;
  height: 7.5rem;
  line-height: 7.5rem;
  text-align: center;
  background: #F55821;
  border-radius: 50%;
  margin: 0 auto;
}

.show_fangan3 .bot .circle img {
  height: 3.125rem;
}

.show_fangan3 .bot .f16 {
  margin-top: .9375rem;
  color: #666666;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 .625rem;
}

.swiper-pagination-bullet {
  width: 1.125rem;
  height: 1.125rem;
  opacity: 1;
  background: rgba(211, 211, 211, 0.5);
}

.swiper-pagination-bullet-active {
  background: #F55821;
}

.show_fangan4 {
  padding: 5.3125rem 0 5.9375rem 0;
}

.show_fangan4 .top {
  margin-bottom: 0;
}

.show_fangan4 .bot .pa {
  bottom: 1.5625rem;
  left: 1.875rem;
}

.show_fangan4 .bot .swiper-pagination {
  display: none;
}

.show_fangan5 {
  padding: 6.25rem 0 4.375rem 0;
}

.show_fangan5 .sybt .sy_ename {
  color: rgba(255, 255, 255, 0.2);
}

.show_fangan5 .sybt .sy_name {
  color: #fff;
}

.show_fangan5 .row {
  background: #fff;
  align-items: center;
  margin: 0 -1.5625rem;
}

.show_fangan5 .row>div {
  padding: 0 1.5625rem;
}

.show_fangan5 .f24 {
  color: #333333;
  position: relative;
  padding-top: .625rem;
  margin-bottom: 1.5625rem;
}

.show_fangan5 .f24::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 3.4375rem;
  height: .25rem;
  background: #F55821;
}

.show_fangan5 .f16 {
  color: #666666;
  margin-bottom: 2.1875rem;
}

.show_fangan5 .more {
  text-align: left;
}

.show_fangan5 .more a {
  color: #333333;
  border-color: #333333;
}

.show_fangan5 .swiper-container {
  padding-bottom: 4.375rem;
}

.show_fangan6 {
  padding: 6.25rem 0;
}

.show_fangan6 .over {
  height: 31.25rem;
}

.show_fangan6 .over img {
  height: 31.25rem;
}

.show_fangan6 ul li {
  height: 14.6875rem;
  margin-bottom: 1.875rem;
  border: 1px solid #DBDBDB;
  position: relative;
  overflow: hidden;
}

.show_fangan6 ul li .flex {
  padding: 3.75rem;
  align-items: flex-end;
}

.show_fangan6 ul li .flex .zb {
  width: 60%;
}

.show_fangan6 ul li .flex .f24 {
  margin-bottom: .625rem;
  color: #333333;
}

.show_fangan6 ul li .flex .f16 {
  color: #666666;
}

.show_fangan6 ul li .flex .more {
  display: inline-block;
  width: 30%;
}

.show_fangan6 ul li .flex .more a {
  display: block;
  background: #F55821;
  color: #fff;
}

.show_fangan6 ul li {
  background: linear-gradient(180deg, #edfafa 0%, rgba(255, 255, 255, 0) 100%), #ffffff;
}

.show_fangan6 ul li::after {
  position: absolute;
  content: "";
  top: -5rem;
  right: .625rem;
  width: 8.25rem;
  height: 8.25rem;
  border-radius: 50%;
  background: linear-gradient(114.86deg, rgba(75, 184, 184, 0.1) 12.88%, rgba(75, 184, 184, 0) 99.45%);
}

.show_fangan6 ul li::before {
  position: absolute;
  content: "";
  top: -6.25rem;
  right: 7.5rem;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: linear-gradient(114.86deg, rgba(75, 184, 184, 0.1) 12.88%, rgba(75, 184, 184, 0) 99.45%);
}

.show_fangan6 ul li.on {
  background: linear-gradient(90deg, #F55821 0%, #59d7d7 100%);
}

.show_fangan6 ul li.on .flex .more a {
  background: #fff;
  color: #F55821;
}

.show_fangan6 ul li.on .flex .more:hover a,
.show_fangan6 ul li.on .flex .f24,
.show_fangan6 ul li.on .flex .f16 {
  color: #fff;
}

.show_fangan6 ul li.on .flex .more:hover a::after {
  background: #000;
}

.show_fangan6 ul li.on::after {
  position: absolute;
  content: "";
  right: .625rem;
  top: -6.25rem;
  width: 25.625rem;
  height: 25.625rem;
  border-radius: 50%;
  background: linear-gradient(114.86deg, rgba(255, 255, 255, 0.1) 12.88%, rgba(255, 255, 255, 0) 99.45%);
}

.show_fangan6 ul li:last-child {
  margin-bottom: 0;
}

.show_fangan7 {
  background: linear-gradient(90deg, #F55821 23.8%, rgba(75, 184, 184, 0) 63.18%);
  height: 31.25rem;
}

.show_fangan7 .pa100 {
  z-index: -1;
}

.show_fangan7 .pa100 img {
  height: 31.25rem;
}

.show_fangan7 .f44 {
  margin-bottom: 1rem;
}

.show_fangan7 .f16 {
  margin-bottom: 1.875rem;
}

.show_fangan7 .f16 .f26 {
  color: #fff;
}

.show_fangan7 .more {
  text-align: left;
  display: inline-block;
}

.show_fangan7 .more a {
  background: #fff;
  color: #F55821;
}

.show_fangan7 .more:hover a {
  color: #fff;
}

.show_fangan7 .more:hover a::after {
  background: #000;
}

.show_hangy1 {
  background: #FAFAFA;
  padding: 6.25rem 0 3.75rem 0;
}

.show_hangy1 .sybt .sy_ename {
  color: #F2F2F2;
  font-weight: 500;
}

.show_hangy1 .swiper-slide {
  box-shadow: 0 0 .625rem #eee;
}

.show_hangy1 .box {
  padding: 1.25rem 1.875rem 3.125rem 1.875rem;
  border: 1px solid #DBDBDB;
  background: #fff;
}

.show_hangy1 .box .f24 {
  color: #333333;
  margin-bottom: 1.25rem;
}

.show_hangy1 .box .f16 {
  color: #666666;
}

.show_hangy1 .swiper-slide:hover .over img {
  transform: scale(1.1);
}

.show_hangy1 .swiper-slide:hover .f24 {
  color: #F55821;
}

.show_hangy1 .swiper-container {
  padding-bottom: 4.375rem;
}

.show_hangy2 {
  padding: 6.25rem 0 10.375rem 0;
}

.show_hangy2 .sybt .sy_ename {
  color: rgba(242, 242, 242, 0.2);
}

.show_hangy2 .sybt .sy_name {
  color: #fff;
}

.show_hangy2 .row {
  align-items: center;
}

.show_hangy2 .row>div {
  overflow: hidden;
}

.show_hangy2 .zb .swiper-slide {
  height: 2.1875rem;
}

.show_hangy2 .zb .f22 {
  padding-left: 3.125rem;
  position: relative;
  color: #fff;
  font-weight: 400;
}

.show_hangy2 .zb .f22::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: .1875rem;
  width: .875rem;
  height: .875rem;
  border-radius: 50%;
  background: #fff;
}

.show_hangy2 .zb .swiper-slide-thumb-active .f22 {
  color: #F55821;
  font-size: 1.75rem;
  font-weight: 700;
}

.show_hangy2 .zb .swiper-slide-thumb-active .f22::after {
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background: #F55821;
}

.show_hangy2 .zb .swiper-wrapper::after {
  position: absolute;
  content: "";
  top: 1.25rem;
  left: .5625rem;
  height: 75%;
  width: 1px;
  background: #fff;
  z-index: -1;
}

.show_hangy2 .yb {
  background: rgba(255, 255, 255, 0.9);
  height: 26.875rem;
}

.show_hangy2 .yb .box {
  padding: 4.0625rem 1.875rem;
}

.show_hangy2 .yb .f24 {
  padding-top: .9375rem;
  margin-bottom: 1.5625rem;
  position: relative;
  color: #333333;
}

.show_hangy2 .yb .f16 {
  color: #666666;
}

.show_hangy2 .yb .f24::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 3.4375rem;
  height: .25rem;
  background: #F55821;
}

.show_hangy3 {
  background: #EDF8F8;
}

.show_hangy3 .sybt .sy_ename {
  color: rgba(225, 225, 225, 0.5);
}

.show_hangy3 .sybt .sy_name {
  color: #333333;
}

.show_hangy4 {
  background: #F55821;
  position: relative;
  z-index: -1;
}

.show_hangy4 .pa100 img {
  height: 100%;
}

.show_hangy4 .sybt .sy_ename {
  color: rgba(242, 245, 247, 0.1);
}

.show_hangy4 .sybt .sy_name {
  color: #fff;
}

.show_hangy4 .sybt .sy_txt {
  color: #fff;
}

.show_hangy4 .img {
  height: 3.4375rem;
  margin-bottom: 1.25rem;
}

.show_hangy4 .img img {
  height: 3.4375rem;
}

.show_hangy4 .bot .f16 {
  color: #fff;
}

.show_hangy4 .swiper-pagination {
  display: none;
}

.show_hangy5 {
  padding: 6.25rem 0 4.375rem 0;
}

.show_hangy5 .f16 {
  color: #333333;
  padding-top: 5.625rem;
}

.show_hangy5 .swiper-pagination {
  display: none;
}

.list_anli {
  padding: 4.375rem 0 3.4375rem 0;
}

.list_anli .f24 {
  color: #F55821;
  font-weight: bold;
  font-size: 1.75rem;
  padding-bottom: 0.35rem;
}

.list_anli .f16 {
  color: #666666;
}
.list_anli .fangan{
  line-height: 30px;
}
.list_anli .fangan h2{
  font-weight: bold;
  color: #F55821;
  font-size: 1.125rem;
  padding-top: 1rem;
  padding-bottom: 0.35rem;
}
.list_anli #anli2 .row{
flex-direction: row-reverse;
}

.list_anli .zb ul {
  position: relative;
}

.list_anli .zb ul li {
  margin-bottom: 2.8125rem;
  margin-bottom: 1.25rem;
}

.list_anli .zb ul li .f24 {
  padding-left: 3rem;
  position: relative;
  font-size: 1rem;
}

.list_anli .zb ul li .f24::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 1px;
  width: 1.125rem;
  height: 1.125rem;
  border: 2px solid #DBDBDB;
  border-radius: 50%;
  background: #fff;
}

.list_anli .zb ul li.active .f24 {
  color: #F55821;
}

.list_anli .zb ul li.active .f24::after {
  width: 1.25rem;
  height: 1.25rem;
  left: 0;
  background: #F55821;
  border: none;
}

.list_anli .zb ul::after {
  position: absolute;
  content: "";
  top: 2%;
  left: .625rem;
  width: 1px;
  height: 95%;
  background: #DBDBDB;
  z-index: -1;
  top: 3%;
  height: 94%;
}

.list_anli .yb ul li {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 2.5rem;
}

.list_anli .yb ul li .row {
  margin: 0 -1.25rem;
  align-items: center;
}

.list_anli .yb ul li .row>div {
  padding: 0 1.25rem;
}

.list_anli .yb ul li .row>div .f24 {
  margin-bottom: .625rem;
}

.list_anli .yb ul li .over img {
  object-fit: cover;
}

.list_anli .yb ul li:hover .over img {
  transform: scale(1.1);
}

.list_anli .yb ul li:hover .f24 {
  color: #F55821;
}

.albt {
  position: relative;
}

.albt .alname {
  font-size: 2.25rem;
  font-size: 2rem;
  line-height: 9.125rem;
  font-weight: 500;
  color: #333333;
  text-align: center;
  position: relative;
  z-index: 2;
}

.albt .aldata {
  font-size: 7.5rem;
  line-height: 7.5rem;
  color: #f5f5f5;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: -1.875rem;
  width: 100%;
  text-align: center;
}

.show_anli1 {
  padding: 4.6875rem 0 3.4375rem 0;
  margin-top: 6.25rem;
}

.show_anli2 {
  padding: 4.6875rem 0;
  background: #FAFAFA;
}

.show_anli2 .row {
  align-items: center;
  margin: 0 -1.5625rem;
}

.show_anli2 .row>div {
  padding: 0 1.5625rem;
}

.show_anli2 .albt .alname,
.show_anli2 .albt .aldata {
  text-align: left;
}

.show_anli2 .over img {
  height: 24.375rem;
}

.show_anli2 .f16 {
  color: #666666;
}

.show_anli3 {
  padding: 5.625rem 0;
}

.show_anli3 .f16 {
  color: #666666;
  margin-top: .625rem;
}

.show_anli3 ul {
  margin-top: 2.5rem;
}

.show_anli3 ul li {
  margin-bottom: 1.875rem;
}

.show_anli3 ul li .f18 {
  color: #666666;
  font-weight: 700;
  line-height: 1.875rem;
}

.show_anli3 ul li .f16 {
  color: #666666;
  line-height: 1.875rem;
}

.show_anli3 ul li:last-child {
  margin-bottom: 0;
}

.show_anli4 {
  padding: 4.375rem 0 5.625rem 0;
  background: #FAFAFA;
}

.show_anli4 .f16 {
  color: #666666;
}

.show_anli4 ul li {
  line-height: 2.5rem;
}

.show_anli5 {
  background: #FAFAFA;
  padding: 5rem 0 3.75rem 0;
}

.show_anli5 .row {
  margin: 0 -2.625rem;
}

.show_anli5 .row>div {
  padding: 0 2.625rem;
}

.show_anli5 .f28 {
  padding-left: 1.25rem;
  position: relative;
}

.show_anli5 .f28::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -0.625rem;
  width: .3125rem;
  height: .3125rem;
  border-radius: 50%;
  background: #333333;
}

.show_anli5 .f18 {
  color: #666666;
  padding-left: 1.25rem;
  position: relative;
  margin-bottom: 1.875rem;
}

.show_anli5 .f18::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: .3125rem;
  height: .3125rem;
  border-radius: 50%;
  background: #666666;
}

.show_anli5 .show_hangy5 {
  padding: 0;
}

.show_anli6 {
  background: #fff;
}

.show_anli6 .box {
  background: #FAFAFA;
}

.show_anli6 .box .f24 {
  font-weight: 500;
  margin-bottom: .625rem;
}

.show_anli6 .swiper-container {
  padding-bottom: 0;
}

.show_anli6 .swiper-pagination {
  display: none;
}

.list_zhengshu1 {
  padding: 4.375rem 0 5rem 0;
}

.list_zhengshu1 .bot {
  position: relative;
}

.list_zhengshu1 .bot .box {
  padding: 1.5625rem;
  background: #F9F9F9;
  border: 1px solid #DBDBDB;
}

.list_zhengshu1 .bot .box .f16 {
  color: #333333;
  padding-top: 1.5625rem;
  text-align: center;
}
.list_zhengshu1 .bot .box:hover .f16{
  color: #F55821;
}

.list_zhengshu2 {
  background: #FAFAFA;
}

.list_zhengshu2 .bot .box {
  background: #fff;
  margin-bottom: 1.875rem;
  height: calc(100% - 1.875rem);
}
.danye{
  padding: 3.875rem 0;
}
.cjdiv{
  max-width: 1300px;
  margin: 0 auto;
}
.cjdiv div{
  width: 33.33%;
  padding: 1%;
}
.cjdiv div img{
  width: 100%;
}

.list_about1 {
  background: #EEEEEE;
  padding: 4.5rem 0;
}

.list_about1 .sybt{
  margin: 0 auto .75rem;
  justify-content: center;
}

.list_about1 .jianjie{
  position: relative;
}

.list_about1 .row {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #fff;
}

.list_about1 .row>div {
  padding: 0;
}

.list_about1 .row>div:first-child img{
  width: 100%;
}

.list_about1 .row .aboutm{
  padding: 2rem 2.5rem;
}

.list_about1 .row .aboutm h2{
  font-size: 1.375rem;
  font-weight: 500;
  color: #2F2F2F;
  text-align: center;
  margin: 2rem 0 1.25rem;
}

.list_about1 .row .aboutm p{
  font-size: 1.225rem;
  line-height: 2.525rem;
  color: #2F2F2F;
  font-weight: 400;
  margin-top: .625rem;
}

.list_about1 .row .aboutm p span{
  color: #F55821;
}

.list_about1 .bot{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 1.5rem 0;
  background: url(../images/tx.png) no-repeat right;
}
.list_about1 .bot .shuzhi{
  width: 62%;
  float: right;
  text-align: center;
}
.list_about1 .bot .data {
    color: #fff;
    display: inline-block;
    font-size: 2rem;
    font-weight: 500;
}
.list_about1 .bot .f18 {
  margin-top: .75rem;
}

.hy{
  padding: 3.75rem 0;
}
.hy .hymain{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.hy .hymain .hylist .hym{
  position: relative;
  overflow: hidden;
}
.hy .hymain .hylist .hym>img{
  width: 100%;
  transition-duration: 1s;
}
.hy .hymain .hylist .hym>img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.hy .hymain .hylist .hym .hynr{
  position: absolute;
  bottom: 8%;
  left: 8%;
}
.hy .hymain .hylist .hym .hynr span{
  color: #fff;
  font-size: 1.125rem;
  margin-left: .35rem;
  vertical-align: middle;
}

.aboutwelm{
  background: url(../images/welbg.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 3.5rem;
}
.aboutwelm h2{
  color: #fff;
  text-align: center;
  margin: 1.25rem 0 2.75rem;
}
.aboutwelm .awel{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
.aboutwelm .awel .awelm{
  text-align: center;
  background: rgba(245,88,33,0.3);
  padding: 3.5rem 0;
}
.aboutwelm .awel .awelm p{
  color: #fff;
  font-size: 1.125rem;
  margin-top: 1.25rem;
}



.list_about2 .bot .f26,
.list_about2 .bot .f16 {
  color: #fff;
  text-align: center;
}

.list_about2 .bot .f16 {
  padding: 0 3.125rem;
}

.list_about2 .bot .circle {
  width: 6.25rem;
  height: 6.25rem;
  line-height: 6.25rem;
  margin: 0 auto;
  margin-bottom: 1.25rem;
}

.list_about2 .bot .circle .iconfont {
  height: 3.125rem;
}

.list_about2 .bot .swiper-container {
  display: none;
  padding-bottom: 26px;
}

.list_about2 .bot .swiper-container .swiper-pagination-bullet-active {
  background: #F55821;
}

.list_about2 .bot .swiper-container .swiper-pagination {
  bottom: 0;
}

.list_about2 .bot .swiper-container .f26 {
  margin-bottom: .9375rem;
}

.list_about2 .bot .swiper-container .f16 {
  padding: 0 15px;
}

.list_about2 .bot ul {
  position: relative;
}

.list_about2 .bot ul li {
  width: 25%;
  float: left;
  height: 41.875rem;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.list_about2 .bot ul li>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 1s;
}

.list_about2 .bot ul li .img2 {
  display: none;
}

.list_about2 .bot ul li .box {
  position: relative;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.list_about2 .bot ul li .box .f26 {
  margin-bottom: 0;
}

.list_about2 .bot ul li .box .f16 {
  display: none;
}

.list_about2 .bot ul li:hover,
.list_about2 .bot ul li.active {
  background: rgba(75, 184, 184, 0.9);
}

.list_about2 .bot ul li:hover>img,
.list_about2 .bot ul li.active>img {
  opacity: 1;
}

.list_about2 .bot ul li:hover .circle,
.list_about2 .bot ul li.active .circle {
  background: #fff;
}

.list_about2 .bot ul li:hover .circle .img1,
.list_about2 .bot ul li.active .circle .img1 {
  display: none;
}

.list_about2 .bot ul li:hover .circle .img2,
.list_about2 .bot ul li.active .circle .img2 {
  display: inline-block;
}

.list_about2 .bot ul li:hover .f26,
.list_about2 .bot ul li.active .f26 {
  margin-bottom: .9375rem;
}

.list_about2 .bot ul li:hover .f16,
.list_about2 .bot ul li.active .f16 {
  display: block;
}

.list_about3 {
  padding: 5rem 0;
}

.list_about3 .row {
  align-items: center;
  margin: 0 -2.8125rem;
}

.list_about3 .row>div {
  padding: 0 2.8125rem;
}

.list_about3 .f24 {
  padding-bottom: 1.0625rem;
  position: relative;
  color: #666666;
  font-weight: 500;
}

.list_about3 .f24::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #DBDBDB;
}

.list_about3 .f18 {
  color: #333333;
  margin-bottom: .3125rem;
  font-weight: 500;
}

.list_about3 .f16 {
  color: #666666;
}

.list_about3 ul {
  margin-top: 2.1875rem;
}

.list_about3 ul li {
  margin-bottom: 1.125rem;
}

.list_about4 {
  padding: 5rem 0 6.25rem 0;
}

.list_about4 .sybt .sy_name {
  color: #fff;
}

.list_about4 .sybt .sy_ename {
  color: rgba(248, 248, 248, 0.1);
}

.list_about4 .shang .swiper-wrapper {
  align-items: center;
}

.list_about4 .shang .swiper-wrapper .swiper-slide {
  text-align: center;
}

.list_about4 .shang .txt {
  font-size: 4.375rem;
  line-height: 5.3125rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.list_about4 .shang ul {
  display: none;
  height: 20.625rem;
  overflow-y: auto;
  overflow-x: hidden;
}

.list_about4 .shang ul::-webkit-scrollbar {
  width: 0;
}

.list_about4 .shang ul::-webkit-scrollbar-thumb {
  width: 0;
}

.list_about4 .shang .hd {
  display: none;
}

.list_about4 .shang .swiper-slide-active .txt {
  font-size: 5.625rem;
  line-height: 6.875rem;
  margin-bottom: .9375rem;
  text-align: left;
}

.list_about4 .shang .swiper-slide-active ul {
  display: block;
  position: relative;
  z-index: 1;
}

.list_about4 .shang .swiper-slide-active ul li {
  /* margin-bottom: 1.875rem; */
  position: relative;
}

.list_about4 .shang .swiper-slide-active ul li .f20 {
  position: relative;
}

/* .list_about4 .shang .swiper-slide-active ul li .f20::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -1rem;
  width: .625rem;
  height: .625rem;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
} */
.list_about4 .shang .swiper-slide-active ul li .f16:nth-child(even) {
  margin-bottom: 1.875rem;
}

.list_about4 .shang .swiper-slide-active ul li .f18 {
  margin-bottom: .4375rem;
  text-align: left;
  position: relative;
}

.list_about4 .shang .swiper-slide-active ul li .f18::after {
  position: absolute;
  content: "";
  top: .625rem;
  left: -1.5rem;
  width: .625rem;
  height: .625rem;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
}

.list_about4 .shang .swiper-slide-active ul li .f16 {
  text-align: justify;
  min-height: 3.4375rem;
}

.list_about4 .shang .swiper-slide ul li::after,
.list_about4 .shang .swiper-slide-active ul li::after {
  position: absolute;
  content: "";
  top: .625rem;
  left: 13.5%;
  transform: translateX(-13.5%);
  width: 1px;
  height: 140%;
  background: #fff;
  z-index: -1;
}

/* .list_about4 .shang .swiper-slide-active ul li:last-child::after {
  display: none;
} */
.list_about4 .shang .swiper-slide-active .hd {
  color: #fff;
  text-align: center;
  padding-top: 2.625rem;
  position: relative;
  display: block;
  padding-right: 4%;
}

.list_about4 .shang .swiper-slide-active .hd::after {
  position: absolute;
  content: "";
  top: 1.25rem;
  left: 46%;
  transform: translateX(-46%);
  width: 1px;
  height: 1.25rem;
  background: #fff;
}

.list_about4 .xia {
  margin-top: 3.375rem;
  padding-top: .625rem;
}

.list_about4 .xia .f30 {
  color: #fff;
  padding-top: 2.8125rem;
  position: relative;
  text-align: center;
  font-weight: 400;
}

.list_about4 .xia .f30::after {
  position: absolute;
  content: "";
  top: .625rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 50%;
}

.list_about4 .xia .swiper-slide-thumb-active .f30::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.1875rem;
  height: 2.1875rem;
  border: .125rem solid #fff;
  border-radius: 50%;
}

.list_about4 .xia::after {
  position: absolute;
  content: "";
  top: 1.625rem;
  left: 0%;
  width: 100%;
  height: .0625rem;
  border: 1px dashed #fff;
}

.list_about4 .bot {
  position: relative;
}

.list_about4 .bot .next,
.list_about4 .bot .prev {
  width: 3.375rem;
  height: 3.375rem;
  line-height: 3.375rem;
  background: none;
  border: 1px solid #fff;
  color: #fff;
  bottom: auto;
  top: 93%;
  transform: translateY(-93%);
  opacity: 1;
  z-index: 3;
}

.list_about4 .bot .next {
  right: -3.375rem;
}

.list_about4 .bot .prev {
  left: -3.375rem;
}

.list_contact {
  background: #eee;
  padding: 4rem 0 5rem;
}
.list_contact .sybt {
    margin: 0 auto .75rem;
    justify-content: center;
}
.list_contact .conm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_contact .conl {
  width: 40%;
  background: #fff;
  padding: 4.4rem;
}
.list_contact .conl li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
  padding: 1.25rem 0;
}
.list_contact .conl li:first-child{
  padding-top: 0;
}
.list_contact .conl li:last-child {
  padding-bottom: 0;
  border-bottom: 1px solid #fff;
}
.list_contact .conl li .conico {
}
.list_contact .conl li .conico img{
}
.list_contact .conl .f18 {
  width: 85%;
  color: #2F2F2F;
  margin-left: 1.75rem;
  font-weight: 500;
}
.list_contact .conl .f18 .yb{
  display: block;
  font-size: 1rem;
  margin-top: .5rem;
  font-weight: 400;
}
.list_contact .conr {
  width: 58%;
  background: #fff;
  padding: 3rem 3.5rem;
}
.list_contact .conr h2{
  color: #F55821;
  font-size: 1.375rem;
  margin-bottom: 1rem;
}

.conly {}
.conly li{ margin-bottom:1rem; overflow:hidden; line-height:50px;}
.conly li div{overflow:hidden;width: 50%;}
.conly li.lyli {display:flex;}
.conly li b {color:#606060;font-size: 1.125rem;font-weight:normal;text-align: left;font-weight: 400;}
.conly li span{ color:#F55821; padding-left:5px; font-size: 1.375rem;}
.conly li input {width: 90%;height: 50px;background: #eee;padding: 0 1rem;}
.conly li textarea {width: 95%;height:120px;background: #eee;border: 0;outline:none;padding: 0 1rem;}
.conly button {  width:185px; font-size:1rem; color:#fff; border:0px; background:#F55821; height:45px; transition:all 0.5s;}
.conly button:hover { background:#F55821;}
.conly .submit{display: block; margin: 0 auto;}


.youc {
  position: fixed;
  top: 75%;
  transform: translateY(-75%);
  right: 1.875rem;
  z-index: 9999;
}

.youc ul li {
  margin-bottom: .3125rem;
  position: relative;
}

.youc ul li .circle {
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  background: #F55821;
  box-shadow: 2px 4px 12px rgba(176, 176, 176, 0.25);
  border: none;
}

.youc ul li .circle .iconfont {
  color: #fff;
  font-size: 1.375rem;
}

.youc ul li .box {
  position: absolute;
  transform: translateY(-65%);
  right: 3.75rem;
  padding: 1.25rem .9375rem;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
  border-radius: .625rem;
  background: #fff;
  display: none;
}

.youc ul li .box .img {
  width: 6.25rem;
  height: 6.25rem;
}

.youc ul li .box:after {
  content: '';
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-width: 6px 6px 6px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.youc ul li ul li {
  padding-bottom: .625rem;
  margin-bottom: .625rem;
  border-bottom: 1px dashed #DBDBDB;
}

.youc ul li ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.youc ul li .dhul li .f16 {
  color: #666666;
  margin-bottom: .3125rem;
  white-space: nowrap;
}

.youc ul li .dhul li .f18 {
  color: #333333;
  white-space: nowrap;
}

.youc ul li .logo {
  height: 4.375rem;
  margin-bottom: .9375rem;
}

.youc ul li .f16,
.youc ul li .f18 {
  color: #666666;
}

.youc ul li .f18 {
  white-space: nowrap;
}

.youc ul li .lxtp {
  text-align: center;
}

.youc ul li .lxtp img {
  width: 6.25rem;
  padding: .3125rem;
  border: 1px solid #EDEDED;
}

.youc ul li .lxtp .f16 {
  margin-top: .3125rem;
  color: #666666;
  text-align: center;
}

.youc ul li:nth-child(3) .box {
  transform: translateY(-55%);
}

.youc ul li:hover .box {
  display: block;
}

footer .top {
  background: #18191D;
  padding: 1.875rem 0 1.825rem 0;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
}

footer .top .fl {
  width: 31%;
}

footer .top .fl>img {
  width: 7.8125rem;
  height: 9.75rem;
  margin-bottom: 2rem;
}

/*footer .top .fr {
  width: 15%;
  text-align: center;
}

footer .top .fr img {
  display: inline-block;
  margin-bottom: .625rem;
}*/

footer .top .f20 {
  margin-bottom: .9375rem;
  font-weight: 700;
}
footer .top .xian {
  width: 40px;
  height: 2px;
  background: #D9D9D9;
  border-radius: 1px 1px 1px 1px;
  margin: 1.125rem 0 1.275rem 0;
}
footer .top li{
  color: #d6d6d6;
  line-height: 2.175rem;
}
footer .top .f16 {
  color: #d6d6d6;
  line-height: 2.175rem;
  text-align: center;
  font-size: 1rem;
}

footer .top .social-share .social-share-icon {
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
}

footer .top .social-share .social-share-icon:hover {
  background: #F55821;
}

footer .middle {
  padding: 1.875rem 0;
  background: #18191D;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

footer .middle .flex {
  justify-content: flex-start;
  flex-wrap: nowrap;
}

footer .middle .left {

}

footer .middle .left img {
  height: 20px;
  margin-right: 1.625rem;
}

footer .middle .right {

}

footer .middle .f20 {
}

footer .middle .circle {
  margin-right: 1rem;
}

footer .middle ul li {
  width: 33%;
  justify-content: flex-start;
}

footer .middle ul li .f16 {
  display: inline-block;
  color: #fff;
}

footer .bot2 {
  background: #1D1D1D;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
}

footer .bot2 .f16 a {
  color: #ddd;
  margin-right: 10px;
}

footer .bot2 .f16 {
  color: #ECECEC;
  padding: .3125rem 0;
}

footer .bot {
  background: #18191D;
  text-align: left;
  padding: 1.625rem 0;
  color: #EEEEEE;
  border-top: 1px solid rgba(255, 255, 255, .5);
}

footer .bot a {
  color: #EEEEEE;
}
footer .bot span {
  padding: 0 10px;
}

@media (max-width: 1660px) {

  body,
  html {
    font-size: calc(100vw / 110);
  }

  .container {
    padding: 0 10rem;
  }

  .container-z {
    padding: 0 12rem;
  }

  .container2 {
    padding: 0 6.5rem;
  }

  .list_about4 .shang .swiper-slide-active ul li::after {
    left: 12.5%;
    transform: translateX(-12.5%);
  }
}

@media (max-width: 1440px) {

  body,
  html {
    font-size: calc(100vw / 100);
  }

  .container {
    padding: 0 8rem;
  }

  .container-z {
    padding: 0 10rem;
  }

  .container2 {
    padding: 0 3rem;
  }

  .list_about1 .bot{
    position: inherit;
    overflow: hidden;
    padding: 0;
  }
  .list_about1 .bot .shuzhi{
    width: 100%;
    height: 100%;
    padding: 1rem 0;
    background: #F55821;
  }

  .list_about4 .shang .swiper-slide-active ul li::after {
    top: 1.625rem;
    left: 12.5%;
    transform: translateX(-12.5%);
  }

  .show_pro2 .bot .img .cont {
    width: 18rem;
  }

  .conly li input{
    height: 48px;
  }
}

@media (max-width: 1366px) {

  body,
  html {
    font-size: calc(100vw / 95);
  }

  .container {
    padding: 0 6rem;
  }

  .container-z {
    padding: 0 6rem;
  }

  .container2 {
    padding: 0 30px;
  }

  .next2 {
    right: -5rem;
  }

  .prev2 {
    left: -5rem;
  }

  header .clearfix .fr .head_menu {
    margin-right: 4.25rem;
  }

  .index_two .middle ul li {
    margin-right: 1rem;
  }
  .conly li{
    line-height: 48px;
  }
  .conly li input{
    height: 40px;
    width: 95%;
  }
}

@media (max-width: 1280px) {

  body,
  html {
    font-size: calc(100vw / 90);
  }

  .container {
    padding: 0 4rem;
  }

  .container-z {
    padding: 0 4rem;
  }

  .next2 {
    right: -3.5rem;
  }

  .prev2 {
    left: -3.5rem;
  }

  .container2 {
    padding: 0 15px;
  }

  header .clearfix .fr .head_menu {
    margin-right: 0;
  }

  .index_two .bot .inpromore{
    width: 120px;
    height: 36px;
    line-height: 36px;
  }
  .inpromore1{
    width: 225px;
    height: 45px;
    line-height: 45px;
  }
  .conly li{
    line-height: 50px;
  }
}
@media (max-width: 1100px) {
  .conly li{
    line-height: 31px;
  }
}

@media (max-width: 990px) {

  body,
  html {
    font-size: 14px;
    padding: 0;
  }

  body {
    padding-top: 60px;
  }

  .container {
    padding: 0 30px;
  }

  .container-z {
    padding: 0 30px;
  }

  .banner{
    margin-top: 0;
  }

  .next2 {
    right: -30px;
  }

  .prev2 {
    left: -30px;
  }

  header,
  footer {
    display: none;
  }

  .list_ban{
    margin-top: 0;
  }

  .phone_head,
  .phone_foot {
    display: block;
  }

  .banner .swiper-pagination,
  .banner .banicon,
  .banner .scroll {
    display: none;
  }

  .banner .name {
    font-size: 30px;
  }

  .index_one{
    padding-bottom: 1.25rem;
  }
  .index_one .inpromain{
    grid-template-columns: repeat(2, 1fr);
  }

  .index_two .middle ul li {
    margin-right: 5px;
  }

  .index_two .middle ul li a {
    padding: 5px 10px;
  }

  .index_two .middle ul li:hover a,
  .index_two .middle ul li.active a {
    border-radius: 15px;
  }
  .next,
  .prev {
    right: 41.5%;
  }
  .prev {
    right: 48%;
  }
  .index_three .incon{
    flex-wrap: wrap;
  }
  .index_three .incon>div{
    width: 100%;
  }
  .index_three .incon .inconr p{
    width: 85%;
  }
  .promain{
    margin-top: 1rem;
  }

  .index_four .bot .data,
  .list_ban .data {
    font-size: 26px;
    line-height: 40px;
  }
  .index_four .bot .data1{
    font-size: 16px;
  }

  /*.list_pro .sidebar ul.pronav1>li {
    padding: 15px;
  }

  .list_pro .sidebar ul.pronav1>li img {
    margin-right: 5px;
  }*/

  .list_ban .title{
    font-size: 1.575rem;
    line-height: 2.5rem;
  }
  .list_ban .entitle{
    font-size: 1rem;
  }

  .list_pro .container>.row>div:first-child {
  }
  .proli .over{
    height: 11rem;
  }
  .proli .over img{
    height: 11rem;
  }
  .show_pro1 .prop p{
    font-size: 16px;
  }

  .show_hangy5 .swiper-container {
    padding-bottom: 50px;
  }

  .show_hangy5 .swiper-pagination {
    display: block;
  }

  .show_hangy5 .f16 {
    padding-top: 20px;
  }

  .list_contact .conm {
    flex-wrap: wrap;
  }
  .list_contact .conl {
    width: 100%;
    padding: 2rem 2rem 1rem;
  }
  .list_contact .conl li{
    padding: 1rem 0;
  }
  .list_contact .conr {
    width: 100%;
    margin-top: 1.25rem;
    padding: 2rem 2rem 1rem;
  }




  .list_contact .conl .f18 .yb{
    margin-top: 0;
  }

  .list_contact .f18 {
    line-height: 30px;
  }

  .list_contact .f18 .zb {
    width: 35%;
  }

  .list_about1 {
    padding-top: 40px;
  }

  .list_about1 .row>div:last-child {
  }
  .list_about1 .row .aboutm{
    padding: 1.75rem;
  }
  .list_about1 .row .aboutm h2{
    font-size: 1.325rem;
    margin: .75rem 0 1.25rem;
  }
  .list_about1 .row .aboutm p{
    font-size: 1.125rem;
    line-height: 1.825rem;
  }
  .list_about1 .bot .f18{
    margin-top: .25rem;
  }

  .show_pro2 .bot .img .cont {
    width: 10rem;
  }

  .show_fangan3-1 .swiper-container {
    padding-bottom: 60px;
  }

  .show_fangan3-1 .swiper-pagination {
    display: block;
  }
}

@media (max-width: 767px) {

  body,
  html {
    font-size: 14px;
  }

  .list_ban>img {
    height: 220px;
  }

  .pc_show {
    display: none;
  }

  .phone_show {
    display: block;
  }

  .container,
  .container2 {
    padding: 0 15px;
  }

  .container-z {
    padding: 0 15px;
  }

  .next2 {
    right: -15px;
  }

  .prev2 {
    left: -15px;
  }

  .list_about4 .bot .next {
    right: -15px;
  }

  .list_about4 .bot .prev {
    left: -15px;
  }

  .more {
    line-height: 34px;
    border-radius: 20px;
  }

  .more a {
    font-size: 14px;
    padding: 0 30px;
    line-height: 40px;
    border-radius: 30px;
  }

  .more a .iconfont {
    font-size: 12px;
  }

  .banner .name,
  .list_ban .title {
    font-size: 24px;
    line-height: 34px;
  }

  .f30,
  .f26,
  .f28,
  .f32 {
    font-size: 18px;
    line-height: 28px;
  }

  .f24,
  .f22,
  .f20 {
    font-size: 16px;
    line-height: 26px;
  }

  .banner .txt,
  .f16,
  .f14,
  .list_ban .entitle {
    font-size: 14px;
    line-height: 24px;
  }
  .pagination li { 
    margin: 15px 2px 25px !important;
  }.pagination li a, .pagination li span { 
    width: 30px;
    height: 30px;
    line-height: 28px;
  }.social-share .social-share-icon {
    font-size: 16px;
  } 
  .f18 {
    font-size: 16px;
    line-height: 30px;
  }

  .list_pro .yb .row .box .f18:nth-child(1) {
    font-size: 14px;
  }
  .list_pro .yb .row .box .f18:nth-child(2) {
    font-size: 16px;
    font-weight: 600;
  }

  .sybt {
    margin-bottom: 15px;
  }

  .sybt img{
    width: 10px;
  }

  .sybt .sy_name {
    font-size: 20px;
    line-height: 36px;
    padding: 0 6px;
    font-weight: 600;
  }

  .sybt .sy_ename {
    font-size: 36px;
    line-height: 36px;
    display: none;
  }

  .sybt .sy_txt {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
  }

  .albt {
    margin-bottom: 15px;
  }

  .albt .alname {
    font-size: 20px;
    line-height: 40px;
  }
  .index_two{
    padding-bottom: 2rem !important;
  }

  .index_two .middle {
    display: block !important;
    padding-bottom: 0;
  }

/*  .index_two::after {
    display: none;
  }*/
  .index_one .inpromain .inprolist .inproimg{
    padding: .75rem;
  }
  .index_one .inpromain .inprolist .inprom{
    padding: .75rem;
  }
  .index_one .inpromain .inprolist .inprom .inprodet{
    margin-top: 1rem;
  }

  .promain{
    margin-top: 1rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .promain .prolist .proimg{
    padding: .75rem;
  }
  .promain .prolist .prom{
    padding: .75rem;
  }
  .promain .prolist .prom .prodet{
    margin-top: 1rem;
  }

  .albt .aldata {
    font-size: 40px;
    line-height: 40px;
    left: 0;
  }

  .hy .hymain{
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  .aboutwelm{
    padding: 3rem 1rem;
  }
  .aboutwelm .awel{
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }

  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }

  .index_two,
  .index_six,
  .list_anli,
  .list_pro,
  .list_zhengshu1 .bot .box .f16,
  .show_news,
  .list_fangan .yb ul li .row .right {
    padding: 15px 0 0 0;
  }

  .index_three,
  .index_four,
  .index_five,
  .show_fangan1,
  .show_fangan2,
  .show_fangan3,
  .show_fangan4,
  .show_fangan5,
  .show_fangan6,
  .show_anli1,
  .show_anli2,
  .show_anli3,
  .show_anli4,
  .show_anli5,
  .show_hangy1,
  .list_zhengshu1,
  .show_news .middle,
  .show_hangy2,
  .show_hangy2 .yb .box,
  .show_hangy5,
  .list_news,
  .list_news ul li,
  .list_contact,
  .show_pro1,
  .show_pro2,
  .show_pro3,
  .list_about1,
  .list_about3,
  .list_about4 {
    padding: 25px 0;
  }

  .index_three .bot ul li,
  .show_hangy5 .f16 {
    padding: 0;
  }

  .show_fangan2 .bot,
  .proli,
  .show_hangy1 .box,
  .list_zhengshu1 .bot .box,
  .list_fangan .yb ul li {
    padding: 15px;
  }

  .show_fangan1 .box {
    padding: 50px 25px 30px 25px;
  }
  .list_anli .yb ul li {
    padding-bottom: 15px;
  }

  .list_anli .yb ul li .row>div .f24 {
    margin: 15px 0 6px;
  }
  .list_about4 .bot {
    padding: 0;
}
  .show_fangan5 .swiper-container,
  .show_hangy1 .swiper-container {
    padding-bottom: 30px;
  }.list_about4 .shang .swiper-slide-active .txt {
    font-size: 34px;
    line-height: 40px;
}
  .show_anli2 .row>div:nth-child(2) {
    margin-top: 15px;
  }
  .list_about1 .row>div:first-child {
    padding-right: 15px;
  }
  .list_about4 .shang .swiper-slide-active ul li .f18 {
    font-size: 14px;
    line-height: 26px;
  }

  .proli .over{
    height: auto;
  }
  .proli .over img{
    height: auto;
  }
  .index_two .bot .f30,
  .show_news .middle,
  .show_pro1 .f30 {
    margin: 15px 0;
  }

  .show_news .middle img {
    margin: 15px auto;
  }

  .show_fangan1 .box .f16,
  .show_anli3 ul,
  .show_pro1 .flex,
  .show_pro3 ul,
  .show_pro3 .more,
  .list_about3 ul {
    margin-top: 15px;
  }

  .index_four .bot,
  .index_four .bot .f24,
  .show_anli1,
  .show_anli3 .f16 {
    margin-top: 0;
  }

  .list_news ul li .time,
  .list_news ul li .f24 {
    margin-top: 5px;
  }

  .index_four .sybt,
  .index_five .swiper-slide,
  .index_five .sybt,
  .index_six .bot .row>div,
  .list_anli .yb ul li,
  .show_fangan3 .bot .swiper-slide,
  .show_fangan2 .sybt,
  .show_fangan2 .bot .f16,
  .show_fangan2 .bot .gongn,
  .show_fangan3 .sybt,
  .show_fangan3 .f22,
  .show_fangan7 .f16,
  .list_pro .yb .sybt,
  .list_pro .yb .row>div,
  .proli .over,
  .f28,
  .list_zhengshu2 .bot .box,
  .show_news .f32,
  .show_hangy2 .yb .f24,
  .list_fangan .yb ul li,
  .list_contact ul,
  .show_pro3 .table,
  .show_pro3 ul li {
    margin-bottom: 15px;
  }

  .index_five .img,
  .index_six .bot .box .f16,
  .index_six .bot .box .f22,
  .index_six .bot .box2 .f22,
  .index_six .bot .box2 .f16,
  .show_anli3 ul li,
  .show_anli5 .f18,
  .list_news ul li .f24,
  .list_contact .sybt {
    margin-bottom: 5px;
  }

  .index_three .bot ul,
  .list_zhengshu2 .bot .row>div:last-child .box,
  .show_news .bot,
  .list_news .sybt,
  .list_news .sybt .sy_name {
    margin: 0;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0;
  }

  .index_two .middle,
  .index_six .middle,
  .bannav,
  .mbx,
  .pronav,
  .list_about2 .bot ul {
    display: none;
  }

  .show_pro1 .more {
    display: block;
  }

  .show_pro1 .more a {
    display: block;
  }

  .list_about2 .bot .swiper-container {
    display: block;
  }

  .list_about2 .bot .swiper-container .swiper-slide>img {
    height: 300px;
    object-fit: cover;
  }

  .index_two .bot {
    padding-bottom: 0;
  }

  .index_two .bot .row {
    margin: 0;
  }
/*
  .index_two .next,
  .index_two .prev {
    display: none;
  }*/

  .index_two .bot .row>div {
    padding: 0 15px 0 0;
    margin-bottom: 15px;
  }

  .index_two .bot .row>div:first-child {
    padding-bottom: 0;
  }

  .index_two .bot .over {
    padding: 15px 0;
  }

  .index_two .bot .over img {
    height: auto;
  }
  .index_two .bot .f20{
    color: #666;
  }
  .index_two .bot p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .index_two .proanv{
    margin-top: 4rem;
  }

  .list_ban .row>div:last-child {
    display: none;
  }

  .list_anli .zb {
    display: none;
  }

  .list_anli .yb ul li .row {
    margin: 0;
  }

  .list_anli .yb ul li .row>div {
    padding: 0;
  }

  .show_fangan3 .bot .swiper-container {
    padding-bottom: 20px;
  }

  .show_fangan3 .bot .circle {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }

  .show_fangan3 .bot .circle img {
    height: 30px;
  }

  .show_fangan4 .bot .pa {
    bottom: 15px;
    left: 15px;
  }

  .show_fangan5 .f24 {
    padding: 10px 0 0 0;
    margin: 15px;
  }

  .show_fangan5 .f16 {
    margin: 0 15px 10px 15px;
  }

  .show_fangan5 .more {
    margin: 0 15px;
  }

  .show_fangan6 .over {
    height: auto;
  }

  .show_fangan6 .over img {
    height: auto;
  }

  .show_fangan6 ul li {
    height: auto;
    margin-bottom: 0;
    margin-top: 15px;
  }

  .show_fangan6 ul li .flex {
    padding: 30px 15px;
  }

  .show_fangan7 {
    height: 300px;
  }

  .show_fangan7 .pa100 img {
    height: 300px;
    object-fit: cover;
  }

  .show_fangan7 .f44 {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
  }

  .show_anli6 .swiper-container,
  .show_hangy5 .swiper-container {
    padding-bottom: 30px;
  }

  .show_anli6 .swiper-pagination,
  .show_hangy5 .swiper-pagination {
    display: block;
  }

  .show_anli4 ul li {
    line-height: 30px;
  }

  .show_news .bot .circle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .show_news .bot .circle .iconfont {
    font-size: 10px;
  }

  .show_news .bot .zb .circle {
    margin-right: 5px;
  }

  .show_news .bot .yb .circle {
    margin-left: 5px;
  }

  .show_hangy2 .zb .swiper-slide-thumb-active .f22 {
    font-size: 18px;
  }

  .show_hangy2 .yb {
    height: 240px;
  }

  .show_hangy4 .img {
    height: 30px;
    margin-bottom: 0;
  }

  .show_hangy4 .img img {
    height: 30px;
  }

  .show_hangy4 .swiper-pagination-bullet-active {
    background: #fff;
  }

  .show_hangy4 .swiper-pagination {
    display: block;
  }

  .show_pro3 .table td {
    font-size: 12px;
  }

  .list_about4 .bot {
    padding: 0  ;
  }.list_about4 .shang .swiper-slide-active ul li .f18::after { 
    left: -1.9rem;
  }

  .list_about4 .bot .next,
  .list_about4 .bot .prev {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }

  .list_about4 .shang .swiper-slide-active .txt {
    font-size: 34px;
    line-height: 40px;
  }

  .list_about4 .shang .swiper-slide-active ul li::after {
    left: 14.3%;
    transform: translateX(-14.3%);
    top: 12px;
  }

  .next,
  .prev {
    width: 34px;
    height: 34px;
    line-height: 34px;
    opacity: 1;
    font-size: 12px;
    box-shadow: 0 0 10px #eee;
    right: 39.5%;
  }
  .prev {
    right: 50%;
  }

  .youc {
    display: none;
  }

  .show_pro2 .bot .img>img {
    height: 20rem;
    object-fit: cover;
    margin-top: 600px;
  }

  .show_pro2 .bot .img .cont,
  .show_pro2 .bot .img .box {
    transform: none;
    display: block;
  }

  .show_pro2 .bot .img .box::after {
    width: 15px;
    height: 15px;
  }

  .show_pro2 .bot .img .box::before {
    content: "";
    height: 100px;
    width: 0;
    background: linear-gradient(180deg, #F55821 0%, rgba(75, 184, 184, 0) 100%);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-origin: border-box;
    border-right: 2px dashed #fff;
  }

  .show_pro2 .bot .img .xiant {
    height: 150px;
    display: none;
  }

  .show_pro2 .bot .img .cont1 {
    top: 0%;
    left: 22%;
    width: 70%;
  }

  .show_pro2 .bot .img .box1 {
    top: 0%;
    left: 10%;
  }

  .show_pro2 .bot .img .cont2 {
    top: 15%;
    right: 22%;
    width: 70%;
    text-align: right;
  }

  .show_pro2 .bot .img .box2 {
    top: 15%;
    right: 10%;
  }

  .show_pro2 .bot .img .cont3 {
    top: 30%;
    left: 22%;
    width: 70%;
  }

  .show_pro2 .bot .img .box3 {
    top: 30%;
    left: 10%;
  }

  .show_pro2 .bot .img .cont4 {
    top: 45%;
    right: 22%;
    width: 70%;
    text-align: right;
  }

  .show_pro2 .bot .img .box4 {
    top: 45%;
    right: 10%;
  }

  .show_pro2 .bot .img .box5 {
    top: 60%;
    left: 10%;
  }

  .show_pro2 .bot .img .cont5 {
    top: 60%;
    left: 22%;
    width: 70%;
  }

  .show_pro1 {
    margin-top: 0;
  }
  .list_pro{
    padding: 2rem 0;
  }

  .list_pro .yb .you {
    display: none;
  }

  .list_pro .yb .bot2 ul li {
    margin-bottom: 15px;
  }

  .list_pro .yb .bot2 ul li .box {
    width: 100%;
    padding: 15px;
  }

  .show_fangan3-1 {
    padding: 15px 0;
  }

  .show_fangan3-1 .box {
    padding: 15px;
    height: 8.4375rem;
  }

  .show_fangan3-1 .swiper-container {
    padding-bottom: 30px;
  }

  .phone_foot .beian {
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 670px) {
  .list_about4 .shang .swiper-slide-active ul li::after {
    left: 13%;
    transform: translateX(-13%);
  }
  .index_three .incon .inconl{
    padding: 2.25rem 2rem;
    flex-wrap: wrap;
  }
  .index_three .incon .inconl>div{
    width: 100%;
  }
  .index_three .incon .inconl .inconproimg{
    text-align: center;
  }
  .index_three .incon .inconl img{
    width: 200px;
  }
  .index_three .incon .inconr{
    padding: 2.25rem 2rem;
  }
  .index_three .incon .inconr p{
    width: 100%;
  }

  .conly li.lyli{display: block;margin-bottom: 0}

  .conly li div{overflow:hidden;width: 100%;}

}

@media (max-width: 420px) {
  .list_about4 .shang .swiper-slide-active ul li::after {
    top: 1.625rem;
    left: 12%;
    transform: translateX(-12%);
  }
}

.submenu_pro_0411 {
  position: absolute;
  left: 0;
  width: 100%;
  background: #1f1f1f;
  transition: 400ms ease-in-out;
  /* transform: scaleY(0);
  transform-origin: top center;
  opacity: 0; */
  z-index: 1003;
  display: flex;
}

.submenu_pro_0411 .left,
.submenu_pro_0411 .center {
  width: 18%;
  float: left;
  padding: 1.25rem 0 2rem 0;
  background: #3f3f3f;
}

.submenu_pro_0411 .right {
  width: 64%;
  float: left;
  padding: 1.25rem 0 2rem 0;
  background: #1f1f1f;
}

.submenu_pro_0411 .center {
  background: #303030;
  text-align: left;
}

.submenu_pro_0411 .center>div {
  display: none;
}

.submenu_pro_0411 .center>div.active {
  display: block;
}

.submenu_pro_0411 .left .top,
.submenu_pro_0411 .center .top,
.submenu_pro_0411 .right .top {
  color: #fff;
  line-height: 1.625rem !important;
  margin-bottom: 1.875rem;
  padding: 0 1.875rem;
}

.submenu_pro_0411 .left .bot li,
.submenu_pro_0411 .center .bot li {
  line-height: 1.625rem !important;
}

.submenu_pro_0411 .left .bot li:hover {
  background: #417575;
}

.submenu_pro_0411 .left .bot li:hover a {
  /* color: ; */
}

.submenu_pro_0411 .left .bot li a,
.submenu_pro_0411 .center .bot li a {
  color: #fff;
  padding: 0.625rem 1.875rem 0.625rem 4.375rem;
  display: flex;
  justify-content: space-between;
}

.submenu_pro_0411 .left .bot li a div:nth-child(1),
.submenu_pro_0411 .center .bot li a div:nth-child(1) {
  width: 80%;
}

.submenu_pro_0411 .left .bot li a div:nth-child(2),
.submenu_pro_0411 .center .bot li a div:nth-child(2) {
  width: 20%;
  text-align: right;
}

.submenu_pro_0411 .left .bot li a .iconfont,
.submenu_pro_0411 .center .bot li a .iconfont {
  font-size: 1rem;
}

.qiehuan {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 1.125rem;
  right: 2.5rem;
}

.qiehuan a {
  font-size: 1rem;
  line-height: 1.875rem !important;
  color: #FFFFFF;
  margin-left: 1.5rem;
}

.qiehuan a.active {
  color: #F55821 !important;
}

.qiehuan_sum>ul {
  /* display: none; */
}

.qiehuan_sum>ul.active {
  display: block;
}

.li_before a {
  position: relative;
}

.li_before a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 1px;
  background-color: #F55821;
}

.li_before:hover a::before {
  opacity: 1;
}

.xinzengsanji {
  font-size: .875rem;
  padding-left: 1.875rem;
  color: #666666 !important;
  line-height: 1.75rem;
}

.xinzengsanji.active,
.xinzengsanji:hover {
  color: #F55821 !important;
}