

.mb_1{display: none;}
@media (max-width: 767px){.mb_1{display:table !important;}}


.mb_2{display: none;}
@media (max-width: 767px){.mb_2{display:block !important;}}


@media (max-width: 767px){
.pc_1{display: none;}
}

@media (max-width: 767px){.indpro_onebg ul li {display:inline-block; max-width: 100%;width: 380px; padding: 0 30px; height:260px}}



.index_three_1{display: none;}
@media (max-width: 767px){.index_three_1{display:block !important;}}






body,
html {
  font-size: -webkit-calc(100vw / 120);
  font-size: -moz-calc(100vw / 120);
  font-size: calc(100vw / 120);
}

.container2 {
  padding: 0 6.25rem;
}

.container {
  padding: 0 10rem;
}

.c {
  color: #EF3D24;
}

.bgc {
  background: #EF3D24;
}

.cf {
  color: #fff;
}

.bgf {
  background: #fff;
}

.c00 {
  color: #000;
}

.bg0 {
  background: #000;
}

a:hover {
  color: #EF3D24;
}

.index_index {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.index_index>img {
  object-fit: cover;
  height: 100vh !important;
}

.index_index .top {
  line-height: 6.25rem;
  padding-right: 6.25rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
}

.index_index .top .f16 {
  display: inline-block;
  color: #fff;
}

.index_index .top .iconfont {
  margin-right: .9375rem;
}

.index_index .top .txt2 {
  padding: 0 1.875rem;
  margin: 0 1.25rem 0 1.875rem;
  position: relative;
}

.index_index .top .txt2::after {
  position: absolute;
  content: "";
  width: .0625rem;
  height: 40%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}

.index_index .top .txt2::before {
  position: absolute;
  content: "";
  width: .0625rem;
  height: 40%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: rgba(255, 255, 255, 0.2);
}

.index_index .bot {
  padding: 9.0625rem 11.25rem;
}

.index_index .bot .zb {
  border: 1px solid #EF3D24;
  border-radius: 1.25rem;
  padding: 2.1875rem 4.25rem;
  background: rgba(19, 178, 123, 0.15);
}

.index_index .bot .zb img {
  width: 3.25rem;
  height: 3.25rem;
  display: block;
  margin: 0 auto;
}

.index_index .bot .zb .f20,
.index_index .bot .zb .more {
  margin-top: .9375rem;
}

.index_index .bot .img img {
  width: 6.25rem;
}

.index_index .bot .center {
  color: #fff;
}

.index_index .bot .more {
  border-color: #fff;
}

.index_index .bot .more a {
  color: #fff;
}

.index_index .zj {
  position: relative;
  width: 30.5625rem;
  height: 30.5625rem;
  background: rgba(19, 178, 123, 0.15);
  border-radius: 50%;
  z-index: 1;
}

.index_index .bot .zj .quan {
  position: absolute;
  top: 0;
  left: 0;
  margin: .875rem;
  /* transform: translate(-50%, -50%); */
  width: 28.8125rem;
  height: 28.8125rem;
  z-index: -1;
  animation: rotate-anim2 60s infinite linear;
  -webkit-animation: rotate-anim2 60s infinite linear;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.index_index .zj .gif {
  position: absolute;
  top: 0;
  left: 0;
  margin: 6.625rem;
  /* transform: translate(-50%, -50%); */
  width: 17.3125rem;
  height: 17.3125rem;
  z-index: -1;
  animation: rotate-anim 60s infinite linear;
  -webkit-animation: rotate-anim 60s infinite linear;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}


@keyframes rotate-anim {
  0% {transform: rotate(0deg)}
  100% {transform: rotate(360deg)}
}
@-webkit-keyframes rotate-anim{
  0% {-webkit-transform: rotate(0deg)}
  100% {-webkit-transform: rotate(360deg)}
}
@keyframes rotate-anim2 {
  0% {transform: rotate(0deg)}
  100% {transform: rotate(-360deg)}
}
@-webkit-keyframes rotate-anim2{
  0% {-webkit-transform: rotate(0deg)}
  100% {-webkit-transform: rotate(-360deg)}
}

.index_index .bot .zj .logo {
  width: 12.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.index_index .bot .zb{
  position: relative;
}
.index_index .bot .zb .box{
  position: absolute;
  top: -20%;
  left: -20%;
  width: 140%;
  /* background: rgba(0, 0, 0, 0.6); */
}
.index_index .bot .zb .box .f16{
  color: #fff;
  text-align: center;
  padding: .3125rem .625rem;
  transition: all .4s;
  opacity: 1;
}
.index_index .bot .zb:hover .f16{
  opacity: 1;
}


header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 4.25rem;
  z-index: 999;
}

header .clearfix .fl .logo {
}

header .clearfix .fl .logo img {

}

header .clearfix .fl .logo .logo1 {
  display: inline-block;
}

header .clearfix .fl .logo .logo2 {
  display: none;
}

header .clearfix .fr .iconfont {
  color: #fff !important;
  font-size: 1.125rem !important;
}



header .clearfix .fr .caid {
  padding: 0 2.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2); display:none
}




header .clearfix .fr .search {
  padding: 0 2.8125rem 0 3.125rem;
}

header .clearfix .fr .language {
  color: #fff;
  font-size: 1rem;
  position: relative;padding: 0 2.8125rem 0 0;
}

header .clearfix .fr .language a {
  color: #fff;
}

header .clearfix .fr .language .en {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1.875rem;
  background: #fff;
  color: #000;
  display: none;
  text-align: center;
  box-shadow: 0 0 .625rem 0 #ddd;
}

header .clearfix .fr .language:hover .en {
  display: block;
}

header .clearfix .fr .head_menu>ul>li>a {
  color: #fff;
  padding: 0 2rem;
  font-size: 1.1rem;
}

header .clearfix .fr .head_menu>ul>li>a:hover {
  color: #fff;
  padding: 0 2rem;
  font-size: 1.1rem; font-weight:bold
}


header .clearfix .fr .head_menu>ul>li>a::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: .0625rem;
  height: 15%;
  background: rgba(255, 255, 255, 0.2); 
}

header .clearfix .fr .head_menu>ul>li .submenu {
  width: 40rem;
  top: 4.375rem;
}

header .clearfix .fr .head_menu>ul>li .submenu.mor {
  width: 100%;
}

header .clearfix .fr .head_menu>ul>li .submenu li{
  padding: .9375rem 0;
}

header .clearfix .fr .head_menu>ul>li .submenu li a {
  font-size: 1.0rem;
  line-height: 1.625rem;
}

header .clearfix .fr .head_menu>ul>li .submenu .flex li a:hover >div{
  color: #EF3D24 !important;
}

header .clearfix .fr .head_menu>ul>li .submenu .flex {
  align-items: stretch;
  justify-content: flex-start;
  border-bottom: .1875rem solid #EF3D24;
}

header .clearfix .fr .head_menu>ul>li .submenu .flex .f16 {
  text-align: left;
  color: #000;
}

header .clearfix .fr .head_menu>ul>li .submenu .flex .f14 {
  text-align: left;
  padding: 5px 0;
}

header .clearfix .fr .head_menu>ul>li .submenu .flex .zb {
  padding: 1.875rem 1.875rem 0 2.1875rem;
  background: #eff5ff;
}

header .clearfix .fr .head_menu>ul>li .submenu .flex .zb .iconfont {
  margin-left: .625rem;
  opacity: 0;
}

header .clearfix .fr .head_menu>ul>li .submenu .flex .zb ul li:hover a,
header .clearfix .fr .head_menu>ul>li .submenu .flex .zb ul li.on a {
  color: #EF3D24;
}

header .clearfix .fr .head_menu>ul>li .submenu .flex .zb ul li:hover a .iconfont,
header .clearfix .fr .head_menu>ul>li .submenu .flex .zb ul li.on a .iconfont {
  opacity: 1;
  color: #EF3D24 !important;
}

header .clearfix .fr .head_menu>ul>li .submenu .flex .yb {
  padding: 1.875rem 3.4375rem 3.75rem 2.1875rem;
  background: #fff;
}

header .clearfix .fr .head_menu>ul>li .submenu .flex .yb .f16 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: .3125rem;
  margin-bottom: .625rem;
  color: #000;
}

header .clearfix .fr .head_menu>ul>li .submenu .flex .yb ul li:hover .f14,
header .clearfix .fr .head_menu>ul>li .submenu .flex .yb ul li.on .f14 {
  color: #343464;
}

header .clearfix .fr .head_menu>ul>li:hover>a,
header .clearfix .fr .head_menu>ul>li.active>a {
  color: #EF3D24; 
}

header .clearfix .fr .head_menu>ul>li:hover>a::before,
header .clearfix .fr .head_menu>ul>li.active>a::before {
  display: none;
}

header .clearfix .fr .head_menu>ul>li:last-child>a::after {
  display: none;
}

header .clearfix .fr .head_menu>ul>li .submenu >li{
  position: relative;
}

header .clearfix .fr .head_menu>ul>li .submenu >li .sanji{
  position: absolute;
  top: 0;
  right: -121%;
  width: 120%;
  background: #fff;
  opacity: 0;
  transform: translateY(0);
  transition: 400ms ease-in-out;
  transform-origin: top center;
  box-shadow: 0 0 .625rem 0 #eee;
}    
header .clearfix .fr .head_menu>ul>li .submenu .sanji li a{
  color: #3F3F3F;
}

header .clearfix .fr .head_menu>ul>li .submenu .sanji li a:hover{
  color: #EF3D24;
}


header .clearfix .fr .head_menu>ul>li .submenu >li:hover >.sanji{
  opacity: 1;
  transform: none;
  z-index: 1004;
}

/* .searchbox {
  border-bottom: 1px solid #fff;
  border-top: none;
  background: none;
  box-shadow: none;
  top: 6.375rem;
  height: 5.25rem;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}
.searchbox .searchs .iconfont {
  font-weight: bold;
  color: #EF3D24;
}
.searchbox .searchs .sertext {
  border: none;
}
.searchbox .searchs .serbtn {
  background: #fff;
}
.searchbox .box {
  padding: 2.8125rem 2.5rem 2.8125rem 1.875rem;
  background: #fff;
  width: 15rem;
  left: 0;
  top: 5.25rem;
  display: none;
}
.searchbox .box ul li {
  margin-bottom: 1.875rem;
}
.searchbox .box ul li .f16 {
  color: #444444;
}
.searchbox .box ul li .circle {
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  border-radius: 50%;
  background: #c6c6c6;
  position: relative;
}
.searchbox .box ul li .circle .iconfont {
  color: #fff;
  font-size: .625rem;
  position: absolute;
  left: 55%;
  top: 52%;
  transform: translate(-50%, -50%);
}
.searchbox .box ul li:last-child {
  margin-bottom: 0;
}
.searchbox .box ul li.on .circle {
  background: #EF3D24;
} */

.searchbox{
  top: 6.375rem;
  border-color: #EF3D24;
}

.serbtn {
  background: #EF3D24;
}

.cddmc {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 101;
  transition: all .6s;
}

.cddmc.active {
  width: 100%;
}

.cdd .box {
  position: fixed;
  top: 6.375rem;
  right: 0;
  width: 40%;
  height: 100%;
  background: #fff;
  z-index: 999;
  transform: translateX(100%);
  transition: all 0.6s;
}

.cdd .box>ul {
  width: 80%;
  margin: 10% auto;
}

.cdd .box>ul>li {
  margin-bottom: 1.875rem;
}

.cdd .box>ul>li a {
  font-size: 1rem;
  line-height: 1.875rem;
  display: block;
  color: #000;
}

.cdd .box>ul>li .subnav {
  margin-top: .625rem;
}

.cdd .box>ul>li .subnav li {
  float: left;
  margin-right: 1.25rem;
}

.cdd .box>ul>li .subnav li a {
  color: #888;
}

.cdd.active .box {
  transform: translateX(0);
}

header.on,
header.active {
  background:rgba(0, 0, 0, 0.8);
  /* border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1); */
  border-bottom: none;
}

header.on .clearfix .fl .logo .logo1,
header.active .clearfix .fl .logo .logo1 {
  display: none;
}

header.on .clearfix .fl .logo .logo2,
header.active .clearfix .fl .logo .logo2 {
  display: inline-block;
}

header.on .clearfix .fr .iconfont,
header.active .clearfix .fr .iconfont {
  color: #fff !important;
}

header.on .clearfix .fr .caid,
header.active .clearfix .fr .caid {
  background: rgba(0, 0, 0, 0.8);
}

header.on .clearfix .fr .caid .iconfont,
header.active .clearfix .fr .caid .iconfont {
  color: #fff !important;
}

header.on .clearfix .fr .language,
header.active .clearfix .fr .language {
  color: #fff;
}

header.on .clearfix .fr .language a,
header.active .clearfix .fr .language a {
  color: #4C4C4C;
}

header.on .clearfix .fr .head_menu>ul>li>a,
header.active .clearfix .fr .head_menu>ul>li>a {
  color: #ffffff;
}

header.on .clearfix .fr .head_menu>ul>li>a::after,
header.active .clearfix .fr .head_menu>ul>li>a::after {
  background: rgba(0, 0, 0, 0.3);
}

header.on .clearfix .fr .head_menu>ul>li:hover>a,
header.on .clearfix .fr .head_menu>ul>li.active>a {
  color: #EF3D24;
}

.more {
  line-height: 3.375rem;
  border: .0625rem solid #F04524;
  padding: 0 2.5rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: uppercase;
}

.more a {
  font-size: 1rem;
  text-transform: uppercase;
  color: #343464;
  display: block;
}

.more::after {
  position: absolute;
  content: "";
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F04524;
  z-index: -1;
  transition: all .4s;
}

.more:hover::after {
  left: 0;
}

.more:hover {
  border: .0625rem solid #EF3D24;
}

.more:hover a {
  color: #fff;
}

.more2 {
  text-transform: uppercase;
}

.more3 {
  line-height: 2.8125rem;
  border-radius: 3.125rem;
  border: 1px solid #343464;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.more3 a {
  color: #343464;
  padding: 0 1.875rem;
  text-transform: uppercase;
  display: block;
}

.more3::after {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #EF3D24;
  transition: all .4s;
  z-index: -1;
}

.more3:hover {
  border-color: #EF3D24;
}

.more3:hover a {
  color: #fff;
}

.more3:hover::after {
  left: 0;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.center {
  text-align: center;
}

.f56 {
  font-size: 3.5rem;
  line-height: 5rem;
  color: #fff;
  font-weight: bold;
}

.f20 {
  font-size: 1.25rem;
  line-height: 3.125rem;
  color: #000;
  font-weight: bold;
}

.f18 {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #000;
}

.f16 {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #5B5B5B;
}

.banner {
  position: relative;
}

.banner .bot {
  position: absolute;
  left: 0;
  /* top: 65%;
  transform: translateY(-65%); */
  bottom: 8%;
  width: 100%;
  height: auto;
  z-index: 1;
}

.banner .bot .box {
  position: relative;
}

.banner .bot .box .swiper-button-next,
.banner .bot .box .swiper-button-prev {
  background: none;
  width: auto;
  height: auto;
  top: 0;
  color: #fff;
  left: auto;
  right: auto;
  margin-top: 0;
}

.banner .bot .box .swiper-button-prev {
  left: 0;
}

.banner .bot .box .swiper-button-next {
  left: 8.625rem;
}

.banner .bot .box .swiper-pagination{
  left: 1.3rem;
}

.banner .bot .box .swiper-pagination-bullet {
  /* margin-right: 1.25rem; */
  width: 0.6875rem;
  height: .6875rem;
  margin: 0 0.4rem;
  border: .0625rem solid #fff;
  opacity: 1;
  background: none;
}

.banner .bot .box .swiper-pagination-bullet-active {
  background: #EF3D24;
  width: 1.5625rem;
  opacity: 1;
  border-color: #EF3D24;
  border-radius: 1.25rem;
}

/* .banner .bot .box .swiper-scrollbar {
  position: absolute;
  left: 2%;
  left: 0;
  top: .75rem;
  z-index: 50;
  height: 1px;
  width: 8.125rem;
  background: #fff;
}

.banner .bot .box .swiper-scrollbar-drag {
  background: #EF3D24;
} */

.syen_title {
  font-size: 5rem;
  line-height: 5rem;
  opacity: 0.15;
  display: block;
  text-transform: uppercase;
  text-shadow: 1px 1px #294782, -1px -1px #294782, 1px -1px #294782, -1px 1px #294782;
  color: #fff;
}

.sy_title {
  font-size: 2.25rem;
  line-height: 3.3125rem;
  color: #000;
  font-weight: bold;
  position: relative;
  padding-top: .625rem;
  margin-top: .625rem; padding-bottom:10px
}

.sy_title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 1.875rem;
  height: .125rem;
  background: #EF3D24;
  transition: ease 1.5s;
    transition-delay: .5s; 
}

.nyen_title {
  font-size: 5rem;
  line-height: 5rem;
  /* font-weight: bold; */
  text-transform: uppercase;
  opacity: 0.15;
  -webkit-text-stroke: .0625rem #fff;
  color: transparent;
  text-align: center;
}

.ny_title {
  font-size: 2.875rem;
  line-height: 3.375rem;
  font-size: 3.5rem;
  line-height: 4rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-top: .625rem;
  margin-top: .625rem;
}

.ny_title::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 1.875rem;
  height: .125rem;
  background: #EF3D24;
}

.index_one {
  padding: 1.875rem 0 6.25rem 0;
  background: #ecedef;
}

.index_one .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.index_one .top .yb ul li {
  float: left;
  margin-left: 1.075rem;
}

.index_one .top .yb ul li a {
  display: inline-block;
  padding-bottom: .9375rem;
}

.index_one .top .yb ul li:hover a,
.index_one .top .yb ul li.on a {
  color: #EF3D24;
  position: relative;
}

.index_one .top .yb ul li:hover a::after,
.index_one .top .yb ul li.on a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: .1875rem;
  background: #EF3D24;
}

.index_one .bot {
  margin-top: 3.125rem;
}

.index_one .bot .flex .zb {
  width: 40%;
  padding-right: 2.5rem;
}

.index_one .bot .flex .zb .f18 {
  color: #EF3D24;
  position: relative;
  padding-left: 1.25rem;
}

.index_one .bot .flex .zb .f18::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: #EF3D24;
}

.index_one .bot .flex .zb .f20 {
  margin-top: .625rem;
}

.index_one .bot .flex .zb .f16 {
  margin-top: 1.25rem;
}

.index_one .bot .flex .zb .more {
  margin-top: 4.375rem;
}

.index_one .bot .flex .yb {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  padding-left: 2.5rem;
}

.index_one .bot .flex .yb .box {
  position: absolute;
  left: 2.5rem;
  bottom: 0;
  padding: 1.25rem 1.5625rem;
  background: #EF3D24;
}

.index_one .bot .flex .yb .swiper-button-next,
.index_one .bot .flex .yb .swiper-button-prev {
  position: absolute;
  margin: 0;
  background: none;
  left: auto;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1rem;
  opacity: 1;
  width: auto;
  height: auto;
}

.index_one .bot .flex .yb .swiper-button-prev {
  left: 1.5625rem;
}

.index_one .bot .flex .yb .swiper-button-next {
  right: 1.5625rem;
}

.index_one .bot .flex .yb .swiper-num {
  padding: 0 2.8125rem;
  color: #fff;
}

.index_one .bot .flex .yb .swiper-num .xian {
  padding: 0 .9375rem;
}

.index_one .bot .flex .yb .swiper-pagination {
  display: contents;
}

.index_one .bot .flex .yb .swiper-pagination-bullet {
  background: none;
  opacity: 0;
}

.index_one .bot .flex .yb .swiper-pagination-bullet-active {
  background: none;
  opacity: 1;
}

.index_one .bot .swiper-wrapper {
  z-index: 6;
}

.index_one .bot .swiper-slide {
  opacity: 0;
}

.index_one .bot .swiper-slide-active {
  opacity: 1;
}

.index_two #particles-js {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

.index_three #particles-js {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 33;
}


.index_three_1 #particles-js {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 33;
}





.index_two {
  padding-top: 3.5rem;
  position: relative;
  z-index: 1;
}

.index_two .bg1 {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 2%;
  width: 96%;
}

.index_two .bg2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.index_two .top .syen_title span {
  color: #294782;
}

.index_two .bot {
  margin-top: 10rem;
  background: #EF3D24;
  width: 100%;
  height: 39.375rem;
  position: relative;
  z-index: 1;
}

.index_two .bot .box {
  position: relative;
  position: absolute;
  left: 0;
  bottom: 0rem;
  width: 100%;
  height: 39.375rem;
  object-fit: cover;
  z-index: 3;
}

.index_two .bot .box .flex {
  align-items: center;
  justify-content: space-between;
  padding: 0 10rem 0 10rem;
}

.index_two .bot .box .flex .zb{
  width: 100%;
}

.index_two .bot .box .flex .yb{
  width: 0%;
  text-align: right;
}
.index_two .bot .box .flex .yb >a{
  display: inline-block;
}

.index_two .bot .box .sy_title {
  color: #fff;
  padding-bottom: .3125rem;
  margin-bottom: .9375rem;
}

.index_two .bot .box .sy_title::after {
  top: auto;
  bottom: 0;
}

.index_two .bot .box .f16 {
  color: #fff;
  margin-bottom: 2.5rem; font-size:18px
}

.index_two .bot .box .row {
  margin-bottom: 3.125rem;
}


@media (max-width: 767px){.index_two .bot .box .row{display:none !important;}}






.index_two .bot .box .row .f16 {
  margin-bottom: 0;
}

.index_two .bot .box .row .f16 span {
  font-size: 3.75rem;
  line-height: 4.375rem;
  text-transform: uppercase;
  font-style: italic;
}

.index_two .bot .box .more {
  border: 1px solid #fff;
}

.index_two .bot .box .more a {
  color: #fff;
}

.index_two .bot .box .circle {
  width: 7.1875rem;
  height: 7.1875rem;
  line-height: 7.1875rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.index_two .bot .box .circle .iconfont {
  color: #EF3D24;
  font-size: 2.5rem;
}

.index_two .bot .box2 {
  position: absolute;
  right: 15rem;
  top: 6.25rem;
  z-index: 5;
}

.index_two .bot .box2 ul li {
  margin-bottom: 3.125rem;
}

.index_two .bot .box2 ul li a {
  color: #fff;
}

.index_two .bot .box2 ul li a .f20 {
  color: #fff;
  position: relative;
  display: inline-block;
  padding-bottom: 2.1875rem;
}

.index_two .bot .box2 ul li a .f20::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 150%;
  height: .0625rem;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
}

.index_two .bot .box2 ul li a .iconfont {
  transform: rotate(-45deg);
  display: inline-block;
  margin-left: 2.5rem;
  font-size: 1.375rem;
  opacity: 0;
}

.index_two .bot .box2 ul li:last-child {
  margin-bottom: 0;
}

.index_two .bot .box2 ul li:hover a .f20::after,
.index_two .bot .box2 ul li.active a .f20::after {
  opacity: 1;
}

.index_two .bot .box2 ul li:hover a .iconfont,
.index_two .bot .box2 ul li.active a .iconfont {
  opacity: 1;
}

.index_three {
  position: relative;
  height: 60rem; margin-top:50px
}

.index_three>img {
  height: 60.6875rem;
  object-fit: cover;
}

.index_three .sy_title::after {
  left: 50%;
  transform: translateX(-50%);
}

.index_three .mySwiper3 {
  padding: 2.5rem .625rem;
}

.index_three .cont {
  padding: 1.25rem;
  background: #fff;
  box-shadow: 0 0 .625rem 0 #ddd;
}

.index_three .cont .box {
  padding: 1.5625rem .9375rem;
}

.index_three .cont .box .title {
  color: #000;
  margin-bottom: .9375rem;
}

.index_three .cont .box .time {
  color: #7C7C7C;
  margin-bottom: .9375rem;
}

.index_three .cont .box .time .iconfont {
  margin-right: .625rem;
}

.index_three .cont .box .txt {
  color: #5B5B5B;
  margin-bottom: 1.875rem;
}

.index_three .cont .box .more2 {
  color: #EF3D24;
  text-transform: uppercase;
}

.index_three .cont .box .more2 .iconfont {
  margin-left: .9375rem;
}

.index_three .cont img {
  height: 16.25rem;
  object-fit: cover;
}

.index_three .cont:hover img {
  transform: scale(1.1);
}

.index_three .cont:hover .box .title {
  color: #EF3D24;
}

.index_three .swiper-pagination {
  display: none;
}





.index_three_1 {
  position: relative;
  height: 60rem; margin-top:-50px
}

.index_three_1>img {
  height: 60.6875rem;
  object-fit: cover;
}

.index_three_1 .sy_title::after {
  left: 50%;
  transform: translateX(-50%);
}

.index_three_1 .mySwiper3 {
  padding: 2.5rem .625rem;
}

.index_three_1 .cont {
  padding: 1.25rem;
  background: #fff;
  box-shadow: 0 0 .625rem 0 #ddd;
}

.index_three_1 .cont .box {
  padding: 1.5625rem .9375rem;
}

.index_three_1 .cont .box .title {
  color: #000;
  margin-bottom: .9375rem;
}

.index_three_1 .cont .box .time {
  color: #7C7C7C;
  margin-bottom: .9375rem;
}

.index_three_1 .cont .box .time .iconfont {
  margin-right: .625rem;
}

.index_three_1 .cont .box .txt {
  color: #5B5B5B;
  margin-bottom: 1.875rem;
}

.index_three_1 .cont .box .more2 {
  color: #EF3D24;
  text-transform: uppercase;
}

.index_three_1 .cont .box .more2 .iconfont {
  margin-left: .9375rem;
}

.index_three_1 .cont img {
  height: 16.25rem;
  object-fit: cover;
}

.index_three_1 .cont:hover img {
  transform: scale(1.1);
}

.index_three_1 .cont:hover .box .title {
  color: #EF3D24;
}

.index_three_1 .swiper-pagination {
  display: none;
}






.index_four {
  background: #ecedef;
  padding:5.5rem 0;
}

.index_four .bot {
  margin-top: 4rem;
}

.index_four .bot .box {
  /* padding: 4rem 0; */
  background: #fff;
  transform: rotate(45deg);
  border-radius: 1.25rem;
}

.index_four .bot .box .over {
  transform: rotate(-45deg);
}

.index_four .bot .box .over img {
  display: inline-block;
  margin: 0 auto;
  height: 3.75rem;
}

/* .index_four .bot .swiper-slide {
  margin-top: 0 !important;
}

.index_four .bot .swiper-slide:nth-child(2) {
  margin-left: -8.125rem;
} */

/* .index_four .swiper-container {
  padding: .625rem .625rem 3.75rem .625rem;
} */

.index_four .swiper-container{
  padding-bottom: 3.125rem;
}
.index_four .bot .over{
  background: #fff;
  padding: 1.25rem .9375rem;
}

.index_four .bot .swiper-slide{
  text-align: center;
}

.index_four .bot img{
  height: 5.75rem;
  display: inline-block;
}

.index_four .swiper-pagination {
  bottom: 0;
}

.index_four .swiper-pagination-bullet {
  width: .9375rem;
  height: .9375rem;
  border: .0625rem solid #EF3D24;
  background: none;
  opacity: 1;
}

.index_four .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 .4688rem;
}

.index_four .swiper-pagination-bullet-active {
  background: #EF3D24;
}
.index_four ul{
  padding: 2.5rem;
}
.index_four ul li{
  float: left;
  margin-right: 4.7rem;
}
.index_four ul li:nth-child(5){
  margin-right: 0;
}
.index_four ul li .box{
  width: 12.8125rem;
  height: 12.8125rem;
  line-height: 12.8125rem;
  text-align: center;
}

.index_four ul li:first-child{
  margin-left: 0.5rem;
}
.index_four ul li:nth-child(6){
  margin-left: 9rem;
}

.list_ban>img {
  height: 37.5rem;
  object-fit: cover;
}

.banmenu {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.banmenu .zb ul li {
  float: left;
  margin-right: 2.5rem;
}

.banmenu .zb ul li a {
  padding: 1.25rem .9375rem;
  display: inline-block;
  position: relative;
}

.banmenu .zb ul li:hover a,
.banmenu .zb ul li.active a {
  color: #EF3D24;
}

.banmenu .zb ul li:hover a::after,
.banmenu .zb ul li.active a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -0.125rem;
  width: 100%;
  height: .1875rem;
  background: #EF3D24;
}

.banmenu .yb a {
  padding: 1.25rem 0;
  display: inline-block;
}

.banmenu .yb span {
  margin: 0 .9375rem;
}

.banmenu .yb span:last-child {
  display: none;
}

.f60 {
  font-size: 3.75rem;
  line-height: 4.6875rem;
  font-weight: bold;
  color: #fff;
}

.f36 {
  font-size: 2.25rem;
  line-height: 3.375rem;
  font-weight: bold;
  color: #333;
}

.f32 {
  font-size: 2rem;
  color: #EF3D24;
  font-style: italic;
}

.f30 {
  font-size: 1.875rem;
  line-height: 3.3125rem;
  font-weight: bold;
  color: #000;
}

.f26 {
  font-size: 1.625rem;
  line-height: 1.875rem;
  color: #000;
}

.list_pro1 {
  padding: 6.875rem 0;
}

.list_pro1 .row {
  align-items: stretch;
}

.list_pro1 .f36 {
  margin-bottom: 3.125rem;
}

.list_pro1 .f16 {
  color: #494949;
}

.list_pro2 ul li .row {
  margin: 0;
  align-items: center;
}

.list_pro2 ul li .row>div {
  padding: 0;
}

.list_pro2 ul li .row .f18 {
  margin-bottom: 1.25rem;
  color: #EF3D24;
}

.list_pro2 ul li .row .f30 {
  margin-bottom: 2.1875rem;
}

.list_pro2 ul li .row .f16 {
  margin-bottom: 3.4375rem;
}

.list_pro2 ul li .row .yb {
  padding: 0 15rem 0 3.125rem;
}

.list_pro2 ul li:nth-child(even) .row .zb {
  order: 2;
}

.list_pro2 ul li:nth-child(even) .row .yb {
  order: 1;
  padding: 0 3.125rem 0 15rem;
}

.list_pro3>img {
  object-fit: cover;
  height: 38.5rem;
}

.list_pro3 .f36 {
  color: #fff;
  margin-bottom: 1.5rem;
}

.list_pro3 .f16 {
  color: #fff;
}

.list_pro3 ul li {
  padding: 0 2.5rem 1.25rem .3125rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
}

.list_pro3 ul li a {
  color: #fff;
}

.list_pro3 ul li .txt {
  /* margin-right: 28.125rem; */
  width: 30rem;
  display: inline-block;
}

.list_pro3 ul li .txt1 {
  padding: 0 1.875rem;
  margin-right: 1.875rem;
  position: relative;
}

.list_pro3 ul li .txt1::after {
  position: absolute;
  content: "";
  left: 0;
  height: 100%;
  width: .0625rem;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
}

.list_pro3 ul li .txt1::before {
  position: absolute;
  content: "";
  right: 0;
  height: 100%;
  width: .0625rem;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
}

.list_pro3 ul li:last-child {
  border-bottom: none;
}

.list_pro3 .more {
  border-color: #fff;
  /* margin-top: 1.25rem; */
  margin-top: 0;
}

.list_pro3 .more a {
  color: #fff;
}

.list_pro4 {
  padding: 7.5rem 0;
}

.list_pro4 .f36 {
  margin-bottom: 2.5rem;
}

.list_pro4 .f18 {
  font-style: italic;
  color: #494949;
}

.list_pro4 .row {
  align-items: center;
}

.list_pro4 .swiper-pagination {
  left: auto;
  right: 1.875rem;
  text-align: end;
  display: none;
}

.list_pro4 .swiper-pagination-bullet {
  width: .9375rem;
  height: .9375rem;
  border: .0625rem solid #EF3D24;
  background: none;
  opacity: 1;
}

.list_pro4 .swiper-pagination-bullet-active {
  background: #EF3D24;
}

.list_pro4 .swiper-slide img {
  transition: all .6s;
}

.list_pro4 .swiper-slide:hover img {
  transform: scale(1.1);
}

.list_pro4 ul li {
  padding: 1.875rem 0 2.1875rem 0;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.15);
}

.list_pro4 ul li .zb {
  width: 16%;
}

.list_pro4 ul li .yb {
  width: 84%;
}

.list_pro4 ul li:last-child {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.15);
}

.list_pro4 ul li:hover,
.list_pro4 ul li.on {
  border-top: .1875rem solid #00a971;
}

.list_pro4 ul li:hover .f20,
.list_pro4 ul li.on .f20 {
  color: #EF3D24;
}

.show_pro1 {
  padding: 3.4375rem 0;
}

.show_pro1 .row {
  margin: 0 -1.875rem;
}

.show_pro1 .row>div {
  padding: 0 1.875rem;
}

.show_pro1 .yb .f18 {
  color: #EF3D24;
  position: relative;
  padding-left: 1.25rem;
  margin-top: 1.5625rem;
}

.show_pro1 .yb .f18::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: #EF3D24;
}

.show_pro1 .yb .f20 {
  margin-top: .625rem;
}

.show_pro1 .yb .f16 {
  margin-top: 1.25rem;
}

.show_pro1 .zb .box {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1.25rem 1.5625rem;
  background: #EF3D24;
  z-index: 3;
  display: none;
}

.show_pro1 .zb .swiper-button-next,
.show_pro1 .zb .swiper-button-prev {
  position: absolute;
  margin: 0;
  background: none;
  left: auto;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1rem;
  opacity: 1;
  width: auto;
  height: auto;
}

.show_pro1 .zb .swiper-button-prev {
  left: 1.5625rem;
}

.show_pro1 .zb .swiper-button-next {
  right: 1.5625rem;
}

.show_pro1 .zb .swiper-num {
  padding: 0 2.8125rem;
  color: #fff;
}

.show_pro1 .zb .swiper-num .xian {
  padding: 0 .9375rem;
}

.show_pro1 .zb .swiper-pagination {
  display: contents;
}

.show_pro1 .zb .swiper-pagination-bullet {
  background: none;
  opacity: 0;
}

.show_pro1 .zb .swiper-pagination-bullet-active {
  background: none;
  opacity: 1;
}

.show_pro2 .top {
  background: #343464;
}

.show_pro2 .top ul li {
  float: left;
  margin-right: 1.875rem;
}

.show_pro2 .top ul li a {
  display: inline-block;
  padding: 1.5625rem .625rem;
  position: relative;
  color: #fff;
}

.show_pro2 .top ul li:hover a::after,
.show_pro2 .top ul li.active a::after,
.show_pro2 .top ul li.on a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: .1875rem;
  background: #EF3D24;
}

.show_pro2 .bot {
  padding: 5rem 0 10rem 0;
}

.show_pro2 .bot .table-responsive {
  margin-top: 6.25rem;
}

.show_pro2 .bot .table-responsive .table tr td {
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-top: .1875rem solid #fff;
  border-bottom: .1875rem solid #fff;
  height: 3.75rem;
  text-align: center;
  vertical-align: middle;
}

.show_pro2 .bot .table-responsive .table tr td:first-child {
  background: #e5e5e5;
  border-left: none;
}

.show_pro2 .bot .table-responsive .table tr td:last-child {
  border-right: none;
}

.show_pro2 .bot .table-responsive .table tr:nth-child(even) {
  background: #f6f6f6;
}

.show_pro2 .bot .table-responsive .table tr:nth-child(odd) {
  background: #e5e5e5;
}

.show_pro2 .bot .table-responsive .table tr:first-child {
  background: #dcebff;
}

.show_pro2 .bot .table-responsive .table tr:first-child td {
  background: #dcebff;
}

.list_new1 {
  padding: 9.375rem 0 2.5rem 0;
}

.list_new2 .fl {
  margin-right: 1.5625rem;
  position: relative;
  z-index: 2;
}

.list_new2 .box {
  border: 0.0625rem solid rgba(0, 0, 0, 0.15);
  padding: .9375rem 1.875rem;
}

.list_new2 .box .time i {
  margin-left: 5.9375rem;
  color: #EF3D24;
  font-weight: bold;
}

.list_new2 select {
  left: 0;
  z-index: 3;
  line-height: 3.75rem;
  height: 3.75rem;
  padding: 0 8rem 0 2rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.15);
  font-size: 1rem;
  line-height: 1.875rem;
  color: #5B5B5B;
  appearance: none;
  position: relative;
  z-index: 3;
  background: url(../image/xiajt.svg) no-repeat;
  background-size: 15px 10px;
  background-position: 80% 50%;
}

.list_new2 select option {
  padding: .9375rem 1.875rem;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #5B5B5B;
}


.list_new2 .conx {
  display: flex;
  align-items: center;
  position: relative;
}

.list_new2 .conx .iconfont {
  position: absolute;
  left: 1.875rem;
  color: #EF3D24;
  font-weight: bold;
}

.list_new2 .conx input {
  border: 0.0625rem solid rgba(0, 0, 0, 0.15);
  padding: 0 1.875rem 0 3.75rem;
  line-height: 3.75rem;
  height: 3.75rem;
  margin-right: 1.5625rem;
}

.list_new2 .conx button {
  border: 0.0625rem solid rgba(0, 0, 0, 0.15);
  padding: 0 2.8125rem;
  line-height: 3.75rem;
  height: 3.75rem;
  color: #fff;
  background: #EF3D24;
  border: none;
}

.list_new3 {
  padding: 4.375rem 0 6.25rem 0;
}

.list_new3 .row>div {
  margin-bottom: 1.875rem;
}

.list_new3 .row>div:hover .box {
  box-shadow: 0 0 .625rem 0 #ddd;
  border: none;
  border-top: .0625rem solid #EF3D24;
}

.list_new3 .row>div:hover .f20 {
  color: #EF3D24;
}

.list_new3 .box {
  padding: 3.125rem 3.125rem 5.625rem 3.125rem;
  border: 1px solid #eaeaea;
  border-top: .0625rem solid #EF3D24;
}

.list_new3 .box .time .iconfont {
  margin-right: .625rem;
}

.list_new3 .box .f20 {
  margin-bottom: 1.25rem;
}

.list_new3 .box .more2 {
  color: #EF3D24;
  margin-top: 1.875rem;
}

.nyban {
  margin-top: 6.25rem;
  background: #f4f4f4;
}

.show_new {
  padding: 6.875rem 0;
}

.show_new .row {
  margin: 0 -1.875rem;
}

.show_new .row>div {
  padding: 0 1.875rem;
}

.show_new .f36,
.show_new .time {
  margin-bottom: 1.25rem;
}

.show_new .time {
  color: #727272;
}

.show_new .f18 {
  text-align: justify;
  color: #494949;
}

.show_new .f16 img {
  display: block;
  margin: 1.875rem auto;
}

.show_new .txt {
  padding-bottom: 3.75rem;
  border-bottom: 1px solid rgba(96, 96, 96, 0.2);
}

.show_new .over {
  margin-bottom: .9375rem;
}

.show_new ul {
  padding: 1.875rem;
  box-shadow: 0 0 .625rem 0 #ddd;
  border-top: 1px solid #EF3D24;
  margin-bottom: 3.4375rem;
}

.show_new ul li {
  margin-bottom: 1.5625rem;
}
.show_new ul.new li {
  margin-bottom: 1.5625rem;
  position: relative;
  padding-left: .9375rem;
}
.show_new ul.new li::after{
  position: absolute;
  content: "";
  top: .625rem;
  left: 0;
  width: .5rem;
  height: .5rem;
  background: #EF3D24;
  border-radius: 50%;
}

.show_new ul li:last-child {
  margin-bottom: 0;
}

.show_new ul li:hover .title,
.show_new ul li:hover .f16 {
  color: #EF3D24;
}

.show_new ul li:hover img {
  transform: scale(1.1);
}

.show_new .zc {
  position: absolute;
  top: .3125rem;
  left: 8.75rem;
}

.show_new .zc .square {
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  background: #EF3D24;
  border-radius: 1.25rem;
  margin-bottom: .3125rem;
  position: relative;
  transition: all .4s;
  transform-origin: top center;
}

.show_new .zc .square:hover{
  background: #1f2c5c;
}
/* .show_new .zc .square.bg {
  background: #1f2c5c;
} */

.show_new .zc .square i {
  color: #fff;
}

.show_new .zc .square .social-share {
  position: absolute;
  top: 3.75rem;
  right: 0;
  width: 100%;
  transition: all .6s;
  display: none;
}
.social-share .icon-wechat .wechat-qrcode{
  top: -4.375rem;
  left: 3.125rem;
}
.social-share .icon-wechat .wechat-qrcode:after{
  display: none;
}
.social-share a{
  margin: 0 0 .625rem 0;
}

.show_new .zc .square .social-share .social-share-icon {
  display: inline-block;
  margin-bottom: 0 0 .625rem 0;
}

.show_new .zc .square:hover .social-share {
  display: block;
}

.show_new .pro .f16 {
  text-align: left;
}

.list_yy1 {
  padding: 7.5rem 0;
}

.list_yy1 .row {
  align-items: center;
}

.list_yy1 .f36 {
  margin-bottom: 1.25rem;
}

.list_yy2 {
  padding: 7.5rem 0 9.375rem 0;
  background: #f9f9f9;
}

.list_yy2 .f36 {
  margin-bottom: 2.5rem;
}

.list_yy2 .swiper-container {
  padding: .625rem .625rem 3.75rem .625rem;
}

.list_yy2 .swiper-pagination-bullet {
  width: .9375rem;
  height: .9375rem;
  border: .0625rem solid #EF3D24;
  background: none;
  opacity: 1;
}

.list_yy2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 .4688rem;
}

.list_yy2 .swiper-pagination-bullet-active {
  background: #EF3D24;
}

.list_yy2 .box {
  padding: 1.5625rem 1.25rem;
  background: #fff;
  box-shadow: 0 0 .625rem 0 #ddd;
}

.list_yy2 .box .over {
  margin-bottom: 1.5625rem;
}

.list_yy2 .box .cont {
  padding: 0 .625rem .625rem .625rem;
  position: relative;
}

.list_yy2 .box .cont::after {
  position: absolute;
  content: "";
  left: -1.25rem;
  top: 0;
  width: .1875rem;
  height: 2.5rem;
  background: #EF3D24;
}

.list_yy2 .box .f18 {
  margin-bottom: .9375rem;
}

.list_yy2 .box .more2 {
  color: #EF3D24;
  margin-top: 1.875rem;
  text-transform: uppercase;
}

.list_yy2 .box .more2 i {
  margin-left: .9375rem;
  font-weight: bold;
}

.list_yy2 .box:hover .f18 {
  color: #EF3D24;
}

.list_yy2 .box:hover img {
  transform: scale(1.1);
}

.list_about1 {
  padding: 9.375rem 0 6.875rem 0;
}

.list_about1 .row {
  margin: 0 -2.5rem;
  align-items: center;
}

.list_about1 .row>div {
  padding: 0 2.5rem;
}

.list_about1 .row .row {
  margin: 0;
  margin-top: 6.25rem;
}

.list_about1 .row .row>div {
  padding: 0;
  text-align: center;
}

.list_about1 .f36 {
  margin-bottom: 1.25rem;
}

.list_about1 .f16 span {
  font-size: 3.75rem;
  line-height: 4.375rem;
  text-transform: uppercase;
  color: #494949;
  font-style: italic;
}

.list_about1 .circle {
  width: 7.1875rem;
  height: 7.1875rem;
  line-height: 7.1875rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.list_about1 .circle .iconfont {
  font-size: 2.5rem;
  color: #EF3D24;
}

.list_about1 .img {
  border-radius: 50%;
}

.list_about1 .img img {
  border-radius: 50%;
}

.list_about1 .pa100 {
  background: #f4f4f4;
  border-radius: 50%;
  z-index: -1;
  left: auto;
  right: -1.875rem;
}

.list_about2 {
  padding-bottom: 7.5rem;
}

.list_about2 .row {
  margin: 0;
  align-items: center;

  /* background: #f4f4f4; */
}

.list_about2 .row>div {
  padding: 0;
}

.list_about2 .row .yb {
  padding-left: 2.1875rem;
}

.list_about2 .box {
  /* padding: .9375rem; */
  /* border: 1px solid #cacaca;
  background: #fff; */
}

.list_about2 .box ul li {
  padding: 1.25rem;
  position: relative;
}

.list_about2 .box ul li.on::after,
.list_about2 .box ul li:hover::after {
  position: absolute;
  content: "";
  right: -0.625rem;
  bottom: 0;
  width: .3125rem;
  height: 2.1875rem;
  background: #bcbcbc;
  border-radius: .3125rem;
}

/* .list_about2 .box ul li.on,
.list_about2 .box ul li:hover {
  background: #f4f4f4;
} */

.list_about3>img {
  height: 36.4375rem;
  object-fit: cover;
}

.list_about3 .f60 span {
  margin-left: 3.75rem;
}

.list_about4 {
  padding: 6.875rem 0;
  background: #f9f9f9;
}

.list_join1 {
  padding: 9.375rem 0 6.875rem 0;
}

.list_join1 .container>.f36,
.list_join1 .container>.f16 {
  margin-bottom: 1.875rem;
}

.list_join1 .row {
  margin: 0;
}

.list_join1 .row>div {
  padding: 0;
}

.list_join1 .zb ul li {
  height: 50%;
  object-fit: cover;
  background: #EF3D24;
}

.list_join1 .zb ul li:first-child {
  display: flex;
  align-items: flex-end;
}

.list_join1 .zb ul li:first-child img {
  width: 50%;
}

.list_join1 .zb ul li:first-child .txt {
  width: 50%;
  color: #fff;
  padding: 0 2.5rem 2.5rem 2.5rem;
}

.list_join1 .zb ul li:last-child {
  position: relative;
}

.list_join1 .zb ul li:last-child .txt {
  position: absolute;
  left: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.list_join1 .yb .box {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 1.25rem 1.5625rem;
  background: #EF3D24;
  z-index: 3;
}

.list_join1 .yb .box .txt {
  color: #fff;
  text-align: right;
  margin-bottom: 1.25rem;
}

.list_join1 .yb .swiper-button-next,
.list_join1 .yb .swiper-button-prev {
  position: absolute;
  margin: 0;
  background: none;
  left: auto;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1rem;
  opacity: 1;
  width: auto;
  height: auto;
}

.list_join1 .yb .swiper-button-prev {
  left: 0;
}

.list_join1 .yb .swiper-button-next {
  right: 0;
}

.list_join1 .yb .swiper-num {
  padding: 0 2.1875rem;
  text-align: right;
  color: #fff;
  position: relative;
  display: inline-block;
}

.list_join1 .yb .swiper-num .xian {
  padding: 0 .9375rem;
}

.list_join1 .yb .swiper-pagination {
  display: contents;
}

.list_join1 .yb .swiper-pagination-bullet {
  background: none;
  display: none;
}

.list_join1 .yb .swiper-pagination-bullet-active {
  background: none;
  display: contents;
}

.list_join2 {
  background: #f9f9f9;
  padding: 7.5rem 0;
}

.list_join2 .flex {
  margin-bottom: 2.5rem;
}

.list_join2 .flex .yb ul li {
  float: left;
  padding: 0 .625rem .9375rem .625rem;
  margin-left: 3.125rem;
  position: relative;
}

.list_join2 .flex .yb ul li::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: .1875rem;
  background: #EF3D24;
  display: none;
}

.list_join2 .flex .yb ul li:hover,
.list_join2 .flex .yb ul li.on {
  color: #EF3D24;
}

.list_join2 .flex .yb ul li:hover::after,
.list_join2 .flex .yb ul li.on::after {
  display: block;
}

.list_join2 .bot ul li {
  margin-bottom: 1.5625rem;
}

.list_join2 .bot ul li .box {
  background: #fff;
  box-shadow: 0 0 .625rem #cacaca;
  border-left: .1875rem solid #EF3D24;
  padding: 0 3.125rem;
}

.list_join2 .bot ul li .box .fl {
  display: flex;
  align-items: center;
  width: 24%;
}

.list_join2 .bot ul li .box .fl img {
  display: inline-block;
  height: 2rem;
  margin-right: 1.25rem;
}

.list_join2 .bot ul li .box .fl .f18 {
  padding: 1.5625rem 0;
  color: #606060;
}

.list_join2 .bot ul li .box .fl:first-child {
  width: 34%;
}

.list_join2 .bot ul li .box .fl:last-child {
  width: 18%;
  justify-content: flex-end;
}

.list_join2 .bot ul li .cont {
  padding: 1.875rem 3.125rem 2.5rem 3.125rem;
  display: none;
}

.list_join2 .bot ul li .cont .f18 {
  color: #494949;
  font-weight: bold;
}

.list_join2 .bot ul li .cont .f16 {
  margin-bottom: 2.5rem;
  color: #494949;
}

.jsceb form {
  height: 3.4375rem;
  line-height: 3.4375rem;
}

.jsceb input {
  background: #f5f5f5;
  border-radius: .625rem;
  width: 100%;
  padding: 0 1.25rem;
  color: #727272;
}

.jsceb button {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  padding: 0 1.25rem;
}

.jsceb button i {
  color: #000;
  font-weight: bold;
}

.jsceb .bot .flex {
  padding: 1.875rem .9375rem 1.25rem .9375rem;
  border-bottom: 1px solid #000;
}

.jsceb .bot ul li.active ul {
  display: block;
}

.jsceb .bot ul li a {
  padding: 1.5625rem .9375rem .3125rem .9375rem;
  display: flex;
  align-items: center;
}

.jsceb .bot ul li a .square {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  border: 1px solid #000;
  display: inline-block;
  position: relative;
  margin-right: .625rem;
}

.jsceb .bot ul li a .square .iconfont {
  color: #EF3D24;
  font-size: .625rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.list_video2 .jsceb .bot ul li ul{
  display: block;
}

.jsceb .bot ul li ul {
  display: none;
}

.jsceb .bot ul li ul li {
  border-bottom: 1px dashed #bababa;
  padding-left: 1.625rem;
}

.jsceb .bot ul li ul li.on a {
  color: #EF3D24;
}

.jsceb .bot ul li ul li a {
  padding: .625rem .9375rem;
}

.jsceb .bot ul li:hover a .square,
.jsceb .bot ul li.active a .square {
  border-color: #EF3D24;
}

.jsceb .bot ul li:hover a .square .iconfont,
.jsceb .bot ul li.active a .square .iconfont {
  display: block;
}

.list_down {
  padding: 9.375rem 0;
}

.list_down .row {
  margin: 0 -1.25rem;
}

.list_down .row>div {
  padding: 0 1.25rem;
}

.list_down .table-responsive table td {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #bababa;
}

.list_down .table-responsive table tr {
  width: 20%;
  font-size: 1rem;
  line-height: 3.75rem;
  color: #606060;
}

.list_down .table-responsive table tr:first-child {
  background: #343464;
  color: #fff;
}

.list_down .table-responsive table td:last-child a {
  color: #EF3D24;
}

.zil_down {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: none;
}

.zil_down .f26 {
  font-weight: bold;
  color: #000;
  margin-bottom: .625rem;
}

.zil_down .cont {
  padding: 2.1875rem 3.4375rem;
  width: 32.5rem;
  margin: 0 auto;
  border-radius: 1.25rem;
  background: #fff;
}

.zil_down .cont ul li .txt {
  font-size: 1rem;
  line-height: 1.25rem;
  padding: .625rem 0;
}

.zil_down .cont ul li span {
  color: #EF3D24;
}

.zil_down .cont ul li input {
  font-size: 1rem;
  color: #686868;
  height: 3.375rem;
  line-height: 3.375rem;
  border: .0625rem solid #e8e8e8;
  padding-left: .9375rem;
  width: 100%;
}

.zil_down .cont ul li .more {
  display: block;
  background: #EF3D24;
  color: #fff;
  width: 100%;
  border: none;
}

.zil_down .cont .circle {
  position: absolute;
  top: -2.0625rem;
  right: -2.0625rem;
  width: 4.125rem;
  height: 4.125rem;
  line-height: 4.125rem;
  text-align: center;
  background: #343464;
  border-radius: 50%;
}

.zil_down .cont .circle .iconfont {
  color: #fff;
  font-size: 1.25rem;
}

.tjcg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.3);
  padding-top: 15%;
}

.tjcg img {
  width: 9.125rem;
  height: 9.125rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -4.375rem;
}

.tjcg .cont {
  padding: 6.875rem 0 3.125rem 0;
  background: #fff;
  width: 28.125rem;
  border-radius: 1.25rem;
  text-align: center;
  margin: 0 auto;
}

.tjcg .cont .f16 {
  color: #686868;
}

.tjcg .cont .f26 {
  margin-bottom: 1.25rem;
}

.tjcg .cont .more {
  margin-top: 1.875rem;
  background: #EF3D24;
  border: none;
}

.tjcg .cont .more a {
  color: #fff;
}



.list_faq .yb ul li .flex {
  border-bottom: 1px solid rgba(142, 142, 142, 0.15);
  padding: 0 1.875rem;
  line-height: 3.75rem;
}

.list_faq .yb ul li .cont {
  padding: 1.25rem 1.875rem;
  text-align: justify;
  color: #494949;
  border-bottom: 1px solid rgba(142, 142, 142, 0.15);
  display: none;
}

.list_faq .yb ul li:first-child .cont {
  display: block;
}

.list_faq .yb ul li.active .flex,
.list_faq .yb ul li:hover .flex {
  background: #343464;
  color: #fff;
}

.list_faq .yb ul li.active .flex .f18,
.list_faq .yb ul li:hover .flex .f18 {
  color: #fff;
}

.list_video .yb .row {
  margin: 0 -0.9375rem;
}

.list_video .yb .row>div {
  padding: 0 .9375rem;
  margin-bottom: 1.875rem;
}

.list_video .yb .row .box {
  padding: .625rem;
  background: #fff;
  box-shadow: 0 0 .625rem 0 #ddd;
}

.list_video .yb .row .box .over {
  position: relative;
}

.list_video .yb .row .box .over video {
  height: 13.75rem;
}

.list_video .yb .row .box .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.1875rem;
  height: 3.1875rem;
  line-height: 3.1875rem;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
}

.list_video .yb .row .box .circle i {
  font-size: 1.25rem;
  color: #EF3D24;
}

.list_video .yb .row .box .f16 {
  padding: .9375rem 0;
  color: #000;
}

.list_video .yb .row .box:hover .f16 {
  color: #EF3D24;
}

.list_video .yb .row .box:hover img {
  transform: scale(1.1);
}

/* .list_contact1>img {
  object-fit: cover;
  height: 43.5rem;
} */

.list_contact1{
  padding: 6.25rem 0;
  background-size: cover;
}

.list_contact1 .f36 {
  margin: 1.25rem 0;
}

.list_contact1 .f16 {
  margin-bottom: .3125rem;
}

.list_contact1 .row {
  margin: 0;
  align-items: center;
  background: #f9f9f9;
}

.list_contact1 .row>div {
  padding: 0;
}

.list_contact1 .row .zb {
  background: #f9f9f9;
  padding: 0 3.75rem;
}

.list_contact1 .row .zb ul {
  margin-top: .625rem;
}

.list_contact1 .row .zb ul li .social-share {
  padding-left: 1.25rem;
}

.list_contact1 .row .zb ul li .social-share .flex {
  align-items: center;
  justify-content: flex-start;
  margin-left: -1.5625rem;
  opacity: 0;
}

.list_contact1 .row .zb ul li .social-share:hover .flex {
  opacity: 1;
}

.list_contact1 .row .zb ul li .social-share .flex .f16 {
  text-align: left;
  padding-top: 1.875rem;
}

.list_contact1 .row .zb ul li .social-share .flex .img {
  width: 6.25rem;
  height: 6.25rem;
  padding: 5px;
  background: #fff;
  border: 1px solid #e5e5e5;
  margin-top: 10px;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 10px #aaa;
  margin-right: 10px;
}

.list_contact1 .row .zb ul li .social-share .flex .img::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -17px;
  width: 0;
  height: 0;
  border-width: 8px 8px 10px 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

.list_contact1 .social-share .icon-wechat .wechat-qrcode {
  display: none;
}

.list_tousu {
  position: relative;
  height: 50rem;
  background: #f9f9f9;
}

.list_tousu>img {
  position: absolute;
  top: 0;
  right: 0;
  object-fit: cover;
  width: 50%;
  height: 100%;
}

.list_tousu .container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.list_tousu .container .f16 {
  margin: 1.25rem 0 3.125rem 0;
}

.list_tousu .container ul.tstab li.on {
  color: #EF3D24;
}

.list_tousu .container ul.tstab li.on .iconfont {
  opacity: 1;
}

.list_tousu .container ul.tstab li {
  color: #5B5B5B;
}

.list_tousu .container ul.tstab li .iconfont {
  opacity: 0;
}

.list_tousu .container .fl:first-child {
  margin-right: 4.0625rem;
  width: 35%;
  margin-top: 3.125rem;
}

.list_tousu .container .fl:last-child {
  width: 50%;
}

.list_tousu .container .fl .f36 .iconfont{
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-right: .3125rem;
}

.list_tousu .container form {
  padding: 3.125rem;
  background: #fff;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}

.list_tousu .container form .f20 {
  margin-bottom: 1.5625rem;
  text-align: center;
}

.list_tousu .container form ul li {
  font-size: 1rem;
  color: #686868;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  position: relative;
}

.list_tousu .container form ul li .txt {
  position: absolute;
  left: 1.25rem;
}

.list_tousu .container form ul li .txt span {
  color: red;
}

.list_tousu .container form ul li input:focus-visible,
.list_tousu .container form ul li textarea:focus-visible,
.list_tousu .container form ul li button:focus-visible {
  outline: none;
}

.list_tousu .container form ul li input,
.list_tousu .container form ul li textarea {
  border: 1px solid #e8e8e8;
  line-height: 3.125rem;
  width: 100%;
  padding-left: 1.875rem;
}

.list_tousu .container form ul li .box button {
  margin-right: 1.25rem;
  color: #fff;
  background: #EF3D24;
  padding: 0 3.125rem;
  border: none;
}

.list_tousu .container form ul li .box .more22 {
  background: #343464;
}

.list_contact2 {
  padding: 8.125rem 0;
}

.list_contact2 .f36 {
  margin-bottom: 1.875rem;
}

.list_contact2 .row {
  margin: 0 -1.875rem;
  align-items: center;
}

.list_contact2 .row>div {
  padding: 0 1.875rem;
}

.list_contact2 .yb ul li.active .flex,
.list_contact2 .yb ul li:hover .flex {
  background: #EF3D24;
}

.list_2pro .row>div {
  margin-bottom: 1.875rem;
}

.list_2pro .box {
  padding: 1.25rem;
  background: #fff;
  border: 1px solid #cacaca;
}

.list_2pro .box .over {
  padding: 0 1.875rem .9375rem 1.875rem;
  border-bottom: 1px solid #cacaca;
}

.list_2pro .box .over img{
  height: 10.9375rem;
  object-fit: cover;
}

.list_2pro .box .f18 {
  margin-top: 1.25rem;
}

.list_2pro .box .f16 {
  margin: .625rem 0 3.125rem 0;
  height: 3.75rem;
}

.list_2pro .box:hover {
  border-color: #EF3D24;
  box-shadow: 0 0 .625rem 0 #cacaca;
}

.list_2pro .box:hover .more3 {
  background: #EF3D24;
  border-color: #EF3D24;
}

.list_2pro .box:hover .more3 a {
  color: #fff;
}

.show_2pro1 {
  padding: 6.875rem 0;
}

.show_2pro1 .row {
  align-items: center;
  margin: 0;
}

.show_2pro1 .row>div {
  padding: 0;
}

.show_2pro1 .over {
  padding: 0 7.5rem;
}

.show_2pro1 .box {
  padding: 3.4375rem 2.1875rem 8.75rem 2.1875rem;
  border: 1px solid #cacaca;
  background: #fff;
}

.show_2pro1 .box .f26 {
  margin-bottom: 1.25rem;
}

.show_2pro1 .box .f16 {
  text-align: justify;
  padding-bottom: 5rem;
  border-bottom: 1px solid #cacaca;
}

.show_2pro1 .bot {
  margin-top: 2.5rem;
  position: relative;
}

.show_2pro1 .bot .over {
  padding: .3125rem .625rem;
  border: 1px solid #cacaca;
  background: #fff;
}

.show_2pro1 .bot .swiper-slide-active .over {
  border: 1px solid #EF3D24;
}

.show_2pro1 .bot .swiper {
  margin: 0 1.875rem;
  overflow: hidden;
}

.show_2pro1 .bot .swiper-button-next,
.show_2pro1 .bot .swiper-button-prev {
  transform: translateY(-50%);
  width: .625rem;
  height: 1.25rem;
  margin-top: 0;
  background-size: .625rem 1.25rem;
  opacity: 1;
}

.show_2pro1 .bot .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23cacaca'%2F%3E%3C%2Fsvg%3E");
}

.show_2pro1 .bot .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23cacaca'%2F%3E%3C%2Fsvg%3E");
}

.show_2pro2 .bot {
  padding: 0 0 6.25rem 0;
}

.show_2pro2 .bot .f16 {
  font-weight: bold;
  margin-top: 2.5rem;
}

.show_2pro3>img {
  height: 49.25rem;
  object-fit: cover;
}

.show_2pro3 .f36 {
  margin-bottom: 1.875rem;
  color: #fff;
}

.show_2pro3 .swiper-pagination {
  display: none;
}

footer .top {
  padding: 4.375rem 0 3.75rem 0;
  background: #222222;
}

footer .top .f16 {
  color: #fff;
  padding-bottom: 1.25rem;
}

footer .top .f14 {
  padding-top: 0;
  color: #fff;
}

footer .top ul li {
  padding-bottom: .625rem;
  color: #919191;
}

footer .top ul li a:hover {
  color: #EF3D24;
}

footer .top .fl {
  width: 10%;
}

footer .top .fl:nth-child(1) {
  width: 15%;
}

footer .top .fl:nth-child(5) {
  width: 32%;
}


footer .top .fl:nth-child(6) {
  width: 14%;
}

footer .top .cont {
  display: flex;
  align-items: flex-start;
}

footer .top .cont .zb {
  padding-right: .625rem;
  color: #919191;
}

footer .top .fr {
  width: 14%;
  padding-left: 1%;
}

footer .top .fr .cont {
  padding-top: 3.125rem;
  justify-content: flex-end;
}

footer .top .fr img {
  display: block;
  padding-top: 0rem;
}

footer .top .fr ul li {
  margin: 0;
}

footer .bot {
  background: #222222;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.875rem 0;
}

footer .bot .f16 {
  color: #fff;
}

footer .bot .yb .txt {
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: .875rem;
  color: #fff;
  padding: 0 3.75rem 0 1.5625rem;
}

footer .bot .yb .box {
  background: rgba(255, 255, 255, 0.2);
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: none;
}

footer .bot .yb .box .iconfont {
  color: #fff;
}

footer .bot .yb .pa {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  display: none;
}

footer .bot .yb .pa .txt {
  border: none;
}

.social-share .social-share-icon {
  width: 2.5625rem;
  height: 2.5625rem;
  line-height: 2.5625rem;
  border-color: #EF3D24;
  color: #EF3D24;
}

.f12 {
  font-size: .75rem;
  color: #fff;
  letter-spacing: .0375rem;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
}

.youc {
  position: fixed;
  top: 65%;
  transform: translateY(-65%);
  right: 25px;
  z-index: 66;
}

.youc ul li {
  margin-bottom: .625rem;
}

.youc ul li .box {
  width: 2.875rem;
  height: 2.875rem;
  line-height: 2.875rem;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 .625rem 0 #ddd;
  background: #fff;
}

.youc ul li .box .iconfont {
  color: #515151;
  font-size: 1.25rem;
}

.youc ul li:nth-child(6) .box {
  width: 2.875rem;
  height: 7.25rem;
  border-radius: 1.25rem;
  padding: .9375rem 0;
  line-height: normal;
  background: #EF3D24;
}

.youc ul li:nth-child(6) .box .iconfont {
  color: #fff;
  font-size: 1.5rem;
}

.youc ul li:nth-child(6) .box .f12 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}




.youc ul li:nth-child(1) {
  position: relative;
}

.youc ul li:nth-child(1) .tel1 {
  position: absolute;
  top: 0;
  left: -12.875rem;
  width: 12.25rem;
  height: 3.05rem;
  transform: scale(0);
  transition: all .4s; background:#EF3D24;border-radius:100px; color:#FFFFFF; padding-top:0.35rem; text-align:center
}

.youc ul li:nth-child(1):hover .tel1 {
  transform: scale(1);
}



.youc ul li:nth-child(2) {
  position: relative;
}

.youc ul li:nth-child(2) .img {
  position: absolute;
  top: 0;
  left: -6.875rem;
  width: 6.25rem;
  height: 6.25rem;
  transform: scale(0);
  transition: all .4s;
}

.youc ul li:nth-child(2):hover .img {
  transform: scale(1);
}






.pager .pagination li a,
.pager .pagination li span,
.pagination li a,
.pagination li span {
  color: #5B5B5B;
}

.pager .pagination li.active span,.pagination li.active span {
  background: #EF3D24;
  border: 1px solid #EF3D24;
}

.index_index .flex {
  flex-wrap: nowrap;
}



.list_new3 .proc4 .box{
  padding: 1rem 3.125rem 2rem 3.125rem;
}
.list_new3 .proc4 .over img{
  height: 16.5625rem;
}
.list_new3 .proc4 .box .f20{
  line-height: 1.625rem;
  margin: .625rem 0;
}
.list_new3 .proc4 .box .more2{
  margin-top: 0;
}
.list_new3 .box .f16{
  height: 3.75rem;
}



.list_tousu .container ul.tstab li .more{
  border-radius: 1.25rem;
  background: #00a971;
  border-color: #00a971;
  color: #fff;
  padding: 0 1.5rem;
  border-radius: .625rem;
  cursor: pointer;
}

.list_tousu .miaoshu form{
  display: none;
}



.searchcd{
  padding: 4rem 0;
  text-align: center;
}
.searchcd ul{
  display: inline-block;
  margin: 0 -1.25rem;
  cursor: pointer;
}
.searchcd ul li{
  float: left;
  padding: 0 1.25rem;
}
.searchcd ul li.on .f20{
  color: #EF3D24;
}
.list_search{
  padding: 0 0 4rem 0;
}


.list_tousu form{
  position: relative;
}
.list_tousu form .gban{
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}
.list_tousu form .gban .iconfont{
  color: #333333;
  font-size: 1.25rem;
}


@media (max-width: 1660px) {

  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 10rem;
  }

  .index_index .bot {
    padding: 9.0625rem 10rem;
  }

  .index_two .bot .box2 {
    right: 10rem;
  }

  .index_two .bot .box .flex {
    padding: 0 10rem;
  }

  .list_pro2 ul li .row .yb {
    padding: 0 10rem 0 3.125rem;
  }

  .list_pro2 ul li:nth-child(even) .row .yb {
    order: 1;
    padding: 0 3.125rem 0 10rem;
  }

  .show_new .zc {
    left: 5rem;
  }

  header .clearfix .fr .head_menu {
    margin-right: 0;
  }
}

@media (max-width: 1440px) {

  body,
  html {
    font-size: calc(100vw / 106);
  }

  .index_index .bot {
    padding: 9.0625rem 8rem;
  }

  .container {
    padding: 0 8rem;
  }

  .index_two .bot .box2 {
    right: 8rem;
  }

  .index_two .bot .box .flex {
    padding: 0 8rem;
  }

  .list_pro2 ul li .row .yb {
    padding: 0 8rem 0 3.125rem;
  }

  .list_pro2 ul li:nth-child(even) .row .yb {
    order: 1;
    padding: 0 3.125rem 0 8rem;
  }

  .show_new .zc {
    left: 3rem;
  }
}

@media (max-width: 1366px) {

  header .clearfix .fr .head_menu>ul>li>a {
    padding: 0 2rem;
}

  .index_four ul li .box {
    width: 11.4rem;
    height: 11.4rem;
    line-height: 11.4rem;
}

  body,
  html {
    font-size: calc(100vw / 95);
  }

  .index_index .bot {
    padding: 9.0625rem 6rem;
  }

  .container {
    padding: 0 6rem;
  }

  .container2 {
    padding: 0 4rem;
  }

  .index_two .bot .box2 {
    right: 6rem;
  }

  .index_two .bot .box .flex {
    padding: 0 6rem;
  }

  .list_pro2 ul li .row .yb {
    padding: 0 6rem 0 3.125rem;
  }

  .list_pro2 ul li:nth-child(even) .row .yb {
    order: 1;
    padding: 0 3.125rem 0 6rem;
  }

  .show_new .zc {
    left: 1rem;
  }
}

@media (max-width: 1280px) {

  body,
  html {
    font-size: calc(100vw / 90);
  }

  .index_index .bot {
    padding: 9.0625rem 2rem;
  }

  .index_index .bot .zb {
    padding: 2.1875rem 3rem;
  }

  .container {
    padding: 0 4rem;
  }

  .container2 {
    padding: 0 30px;
  }

  .index_two .bot .box2 {
    right: 4rem;
  }

  .index_two .bot .box .flex {
    padding: 0 4rem;
  }

  .list_pro2 ul li .row .yb {
    padding: 0 4rem 0 3.125rem;
  }

  .list_pro2 ul li:nth-child(even) .row .yb {
    order: 1;
    padding: 0 3.125rem 0 4rem;
  }

  header .clearfix .fr .search {
    padding: 0 15px;
  }

  header .clearfix .fr .head_menu>ul>li>a {
    padding: 0 1.5rem;
  }

  .show_new .zc {
    left: 0;
  }

  .index_four ul li .box {
    width: 11.2rem;
    height: 11.2rem;
    line-height: 11.2rem;
}


}

@media (max-width: 1024px) {

  header .clearfix .fr .head_menu>ul>li>a {
    padding: 0 1rem;
  }

  .index_index .bot .more {
    padding: 0 1rem;
  }

  .index_index .zj {
    width: 30rem;
    height: 30rem;
    line-height: 30rem;
  }

  .index_index .bot .zj .quan {
    width: 28rem;
  }

  .index_index .bot .img img {
    width: 5.25rem;
  }

}

@media (max-width: 990px) {

  .syen_title{
    font-size: 4rem;
  }
  .more{
    padding: 0 1.4rem;
  }
  .more{
    font-size: 14px;
  }
  .index_two{
    padding-top: 6.5rem;
  }
  .index_two .bot .box .sy_title{
    padding-top: 0;
    margin-top: 0;
  }
  .index_two .bot .box .row .f16 span{
    font-size: 40px;
    line-height: 50px;
  }
  .index_two .bot .box .circle {
    width: 4.1875rem;
    height: 4.1875rem;
    line-height: 4.1875rem;
}
.index_two .bot .box .circle .iconfont {
  font-size: 2rem;
}
  
  .list_contact1{
    padding: 20px 0;
    background-size: cover;
  }

  body,
  html {
    font-size: 16px;
  }

  .f56{
    font-size: 40px;
    line-height: 60px;
  }
  .banner .bot{
    top: 70%;
    transform: translateY(-70%);
  }
  .banner .bot .box .swiper-scrollbar{
    left: 3%;
    left: 0;
  }

  .index_index .zj,
  .index_index .bot .img img {
    display: none;
  }

  /* .index_index .flex {
    flex-direction: column;
  } */

  .index_index .bot .zb {
    width: 40%;
    text-align: center;
    margin-bottom: 15px;
    padding: 2rem;
  }
  .index_index .bot .zb .f20{
    line-height: 30px;
  }

  .index_index .top {
    padding-right: 40px;
  }

  .index_index .top .iconfont {
    margin-right: 5px;
  }

  .index_index .top .txt2 {
    padding: 0 10px;
    margin: 0 10px;
  }

  .container {
    padding: 0 30px;
  }

  .index_two .bot .box2 {
    right: 30px;
  }

  .index_two .bot .box .flex {
    padding: 0 30px;
  }

  .list_pro2 ul li .row .yb {
    padding: 0 30px 0 3.125rem;
  }

  .list_pro2 ul li:nth-child(even) .row .yb {
    order: 1;
    padding: 0 3.125rem 0 30px;
  }

  header,
  footer {
    display: none;
  }

  .phone_head,
  .phone_foot {
    display: block;
  }

  .show_new .container {
    padding: 0 30px 0 55px;
  }

  .list_contact1 .row .zb {
    padding-left: 10px;
  }

  .list_contact1 .f36,
  .list_contact1 .f16 {
    margin-bottom: 10px;
  }

  .list_about2 .row .yb {
    padding-left: 0;
  }

  .list_about2 .row .yb {
    margin-top: 10px;
  }

  .index_four ul {
    padding: 1.5rem;
}

  .index_four ul li{
    margin-right: 2rem;
  }
  .index_four ul li .box {
    width: 6.7rem;
    height: 6.7rem;
    line-height: 6.7rem;
}
.index_four .bot .box .over img{
  width: 100px;
}
.index_four ul li:nth-child(6) {
  margin-left: 4.5rem;
}

.show_new .zc .square{
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
}
.show_new .zc .square .social-share {
  top: 3.125rem;
  right: 0;
}



}

@media (max-width: 770px) {
  /* .show_new .zc{
    display: none;
  } */
  .show_new .zc .square .social-share {
    top: 2.2rem;
  }
  .social-share .social-share-icon {
    width: 2.2rem;
    height: 2.2rem;
    line-height: 2.2rem;
}
.nyban {
  margin: 0;
  padding: 0 15px;
  background: #f4f4f4;
}

  .pager .pagination li{
    margin: 10px 5px;
  }
  .list_pro3 ul li .txt{
    width: 100px;
  }

  .index_index .zj,
  .index_index .bot .img img {
    display: none;
  }

  .index_index .flex {
    flex-direction: column;
  }

  .index_index .bot .zb {
    width: 80%;
    text-align: center;
    margin-bottom: 15px;
  }

  .index_index .top {
    padding-right: 40px;
  }

  .index_index .top .iconfont {
    margin-right: 5px;
  }

  .index_index .top .txt2 {
    padding: 0 10px;
    margin: 0 10px;
  }


  body,
  html {
    font-size: 14px;
  }

  .container {
    padding: 0 15px;
  }

  .container2 {
    padding: 0 15px;
  }

  .index_two .bot .box2 {
    right: 15px;
  }

  .index_two .bot .box .flex {
    padding: 0 15px;
  }

  .ny_title {
    padding-top: 0;
    margin-top: 0;
  }

  .index_two .bot .box .row .f16 span,
  .list_about1 .f16 span {
    font-size: 24px;
    line-height: 34px;
  }

  .syen_title,
  .sy_title,
  .nyen_title,
  .ny_title,
  .f56,
  .f60 {
    font-size: 22px;
    line-height: 32px;
  }

  .f36,
  .list_tousu .container .fl .f36 .iconfont {
    font-size: 20px;
    line-height: 30px;
  }

  .f32,
  .f30 {
    font-size: 18px;
    line-height: 28px;
  }

  .f18,
  .f20,
  .f26 {
    font-size: 16px;
    line-height: 26px;
  }

  .f16 {
    font-size: 14px;
    line-height: 24px;
  }

  .more3 a {
    font-size: 14px;
  }

  .index_one,
  .index_four,
  .list_contact2,
  .show_2pro1,
  .show_pro2 .top ul li a,
  .show_pro1,
  .show_pro2 .bot,
  .list_down,
  .show_new,
  .list_yy1,
  .list_yy2,
  .list_new1,
  .list_pro4 ul li,
  .list_new3,
  .list_pro1,
  .list_pro4,
  .list_join1,
  .list_join2,
  .list_about4,
  .list_about1 {
    padding: 15px 0;
  }

  .list_pro2 ul li .row .yb,
  .list_pro2 ul li:nth-child(even) .row .yb,
  .list_join2 .bot ul li .box {
    padding: 0 15px;
  }

  .list_pro2 ul li:nth-child(even) .row .yb {
    order: 2;
  }

  .list_contact2 .row>div,
  .show_2pro1 .over,
  .list_2pro .box .over,
  .show_pro1 .row>div {
    padding: 0;
  }

  .index_three .mySwiper3 {
    padding: 15px 5px;
  }
  
  .index_three_1 .mySwiper3 {
    padding: 15px 5px;
  }  
  
  
  

  .index_two {
    padding-top: 15px;
  }

  .list_faq .yb ul li .cont,
  .show_2pro1 .box,
  .list_2pro .box,
  .jsceb .bot .flex,
  .list_yy2 .box,
  .list_new3 .box,
  .zil_down .cont,
  .list_contact1 .row .zb {
    padding: 15px;
  }

  .list_faq .yb ul li .cont,
  .show_new ul,
  .list_join1 .zb ul li:first-child .txt,
  .list_join1 .yb .box {
    padding: 10px;
  }

  .index_two .bot .box2 ul li a .f20,
  .show_2pro1 .box .f16,
  .show_new .txt,
  .list_about2 {
    padding-bottom: 10px;
  }

  .show_2pro2 .bot {
    padding: 0 0 10px 0;
  }

  .list_yy2 .swiper-container {
    padding: 10px 10px 30px 10px;
  }

  .list_yy2 .swiper-container .swiper-pagination {
    bottom: 0;
  }

  .jsceb .bot ul li a {
    padding: 10px 10px 0 10px;
  }

  .list_faq .yb ul li .flex,
  .list_yy2 .box .cont {
    padding: 0 10px;
  }

  .list_contact2 .row,
  .show_pro1 .row,
  .list_contact1 .row .zb ul {
    margin: 0;
  }

  .list_2pro .box .f16 {
    margin: 10px 0;
  }

  .index_one .bot,
  .list_2pro .row>div,
  .list_video .yb .row>div,
  .index_four .bot {
    margin-top: 15px;
  }

  .index_one .bot .flex .zb .f20,
  .show_2pro1 .bot,
  .show_pro1 .yb .f18,
  .index_one .bot .flex .zb .f16,
  .show_2pro2 .bot .f18,
  .show_pro1 .yb .f20,
  .index_one .bot .flex .zb .more,
  .list_2pro .box .f18,
  .show_pro1 .yb .f16,
  .index_one .bot .flex .yb,
  .list_faq .yb,
  .show_pro2 .bot .table-responsive,
  .list_tousu .container .fl:first-child,
  .list_yy2 .box .more2,
  .list_new3 .box .more2,
  .list_pro2 ul li .row .f18,
  .list_down .row>div,
  .list_about1 .row .row {
    margin-top: 10px;
  }

  .index_two .bot .box2 ul li,
  .index_two .bot .box .f16,
  .show_2pro3 .f36,
  .index_two .bot .box .row,
  .list_tousu .container form .f20,
  .list_yy1 .f36,
  .list_tousu .container form ul li,
  .list_contact2 .f36,
  .show_2pro1 .box .f26,
  .show_new .f36,
  .show_new .time,
  .show_new ul li,
  .show_new ul,
  .list_yy2 .f36,
  .list_yy2 .box .over,
  .list_yy2 .box .f18,
  .list_pro4 .f36,
  .list_new3 .box .f20,
  .list_pro1 .f36,
  .list_pro2 ul li .row .f18,
  .list_pro2 ul li .row .f30,
  .list_pro2 ul li .row .f16,
  .list_pro2 ul li .row,
  .list_join1 .container>.f36,
  .list_join1 .container>.f16,
  .list_join1 .zb ul li,
  .list_join1 .yb .box .txt,
  .list_about1 .f36 {
    margin-bottom: 10px;
  }

  .list_new3 .row>div {
    margin-bottom: 15px;
  }

  .list_tousu .container form ul li:last-child,
  .table,
  .list_new3 .row>div:last-child,
  .list_pro2 ul li .row:last-child,
  .list_2pro .row>div,
  .list_video .yb .row>div {
    margin-bottom: 0;
  }

  .list_tousu .container .fl:first-child {
    margin-right: 0;
  }

  .show_pro2 .top ul li {
    margin-right: 10px;
  }

  .show_new .f16 img {
    margin: 10px auto;
  }

  .index_one .bot .flex .zb,
  .index_one .bot .flex .yb,
  .index_two .bot .box {
    width: 100%;
  }

  .index_one .bot .flex .zb {
    padding-right: 0;
  }

  .index_one .bot .flex .yb {
    position: relative;
    padding-left: 0;
  }

  .index_one .top .yb,
  .index_two .bg1,
  .banner .bot {
    display: none;
  }

  .index_one .bot .flex .yb .box {
    left: 0;
    padding: 15px;
  }

  .more {
    line-height: 40px;
    padding: 0 10px;
  }

  .more a {
    font-size: 14px;
  }

  .index_two .bot {
    margin-top: 0;
  }

  .index_two .bot .box {
    position: relative;
    bottom: 0;
    height: 500px;
  }

  .index_two .bot .box img {
    height: 500px;
    object-fit: cover;
  }

  .index_two .bot .box2 {
    position: relative;
    top: 0;
    left: 15px;
  }

  .index_two .bot .box2 ul li {
    float: left;
  }

  .index_two .bot .box2 ul li a .iconfont,
  .index_two .bot .box2 ul li a .f20::after {
    display: none;
  }

  .index_two .bot .box2 ul li a .f20,
  .list_about2 .box,
  .list_about2 .box ul li {
    padding: 10px;
  }

  .index_two .bot .box .circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .index_two .bot .box .circle .iconfont {
    font-size: 20px;
  }

  .list_ban>img {
    height: 150px;
  }

  .list_tousu {
    height: 625px;
  }

  .list_tousu .container .fl:first-child,
  .list_tousu .container .fl:last-child {
    width: 100%;
  }

  .list_tousu .container .f16 {
    margin: 10px 0;
  }

  .list_tousu .container ul.tstab {
    margin-bottom: 10px;
  }

  .list_tousu .container form {
    padding: 15px;
  }

  .banmenu {
    display: none;
  }

  .show_2pro3>img {
    height: 500px;
  }

  .show_2pro3 .swiper-pagination {
    display: block;
    bottom: 0;
  }

  .show_new .container {
    padding: 0 15px 0 35px;
  }

  .show_new .zc {
    position: fixed;
    top: 100px;
  }

  .show_new .zc .square {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
  }

  .zil_down .cont,
  .tjcg .cont {
    width: 98%;
  }

  .tjcg {
    padding-top: 50%;
  }

  .list_contact1>img {
    height: 56.5rem;
  }

  .list_new2 .box {
    margin-bottom: 10px;
  }

  .list_join2 .bot ul li .box .fl:first-child {
    width: 40%;
  }

  .list_join2 .bot ul li .box .fl {
    width: 29%;
  }

  .list_join2 .bot ul li .box .fl:last-child {
    width: 2%;
  }

  .index_four .bot .swiper-container {
    padding: 0 0 40px 0;
  }

  .index_four .bot .box,
  .index_four .bot .box .over {
    transform: none;
  }

  .index_four .bot .swiper-slide {
    margin-top: 10px !important;
    height: auto !important;
  }

  .index_four .bot .swiper-slide:nth-child(2) {
    margin-left: 0;
  }

  .list_about3>img {
    height: auto;
  }

  .list_about4 {
    padding: 15px 0;
  }

  .list_about1 .row .row {
    margin: 10px -10px;
  }

  .list_about1 .row .row>div {
    padding: 0 10px;
  }

  .index_four .bot .box {
    padding: 0;
  }

  .index_four .bot .box img {
    width: auto;
  }
  .index_three{
    height: 640px;
  }
  .index_three_1{
    height: 640px;
  }
  .index_four ul{
    padding: 0;
  }
  .index_four ul li{
    margin-right: 14px !important;
    width: 30.5%;
  }
  .index_four ul li:nth-child(3n){
    margin-right: 0 !important;
  }
  .index_four ul li .box{
    margin-bottom: 15px;
    width: 100%;
    height: 105px;
    line-height: 105px;
  }
  .index_four ul li:nth-child(6) {
    margin-left: 0;
}
.youc{
  right: 0;
  display: none;
}

.index_index .bot{
  padding: 60px 0;
}
.index_index .bot .zb:first-child{
  margin-bottom: 70px;
}
.index_four ul li:first-child{
  margin-left: 0;
}
.list_pro1 .row >div:first-child{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.list_pro1 .f36{
  margin-bottom: 0;
}
.list_pro2 ul li .row .yb{
  margin-bottom: 20px;
}
.list_pro3 ul li{
  padding: 10px 0;
  margin-bottom: 15px;
  width: 100%;
}
.list_pro3 .f36{
  margin-bottom: 15px;
}
.list_pro3 .f16{
  display: flex;
}
/* .list_pro3 ul li .txt{
  width: 20%;
} */
.list_pro3 ul li .txt1{
  padding: 0 10px;
  margin-right: 10px;
}
.banmenu{
    display: block;
}
.banmenu .yb{
    display: none;
}
.banmenu .zb ul li{
  margin-right: 0;
}
.banmenu .zb ul li a{
  padding: 15px 10px;
}


}

@media (max-width: 650px) {
  .list_join2 .bot ul {
    width: 100%;
    overflow-x: auto;
  }

  .list_join2 .bot ul li {
    width: 650px;
  }

  .list_new2 select {
    margin-bottom: 10px;
  }
}

@media (max-width: 500px) {
  .index_three>img {
    height: 630px;
  }
  .index_three_1>img {
    height: 630px;
  }

  .list_new2 .conx input,
  .list_new2 .fl {
    margin-right: 0;
  }

  .list_new2 .conx input {
    padding: 0.9375rem 0 0.9375rem 3.75rem;
    width: 200px;
  }

  .list_new2 .conx button {
    border: 1px solid #EF3D24;
  }
}

@media (max-width: 450px) {
  .list_down .row>div .table {
    width: 450px;
  }

  .list_contact1>img {
    height: 550px;
  }
  .index_four ul li {
    margin-right: 14px !important;
    width: 30%;
}
}