@charset "utf-8";

*/ .wrapper {
  margin: 0 auto;
}
.fixedblock {
  height: 126px;
}
.fixedtop {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.topbar {
  height: 40px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 40px;
  color: #666;
  font-size: 12px;
  padding: 0 30px;
  overflow: hidden;
}
.topbar .tip {
  float: left;
}
.topbar .tip span {
  margin-right: 30px;
}
.topbar .link {
  float: right;
}
.topbar .link .split {
  color: #ddd;
  margin: 0 10px;
}
.topbar .link .lang {
  margin-left: 15px;
  padding-left: 25px;
  background: url(../img/lang_cn.jpg) no-repeat left center;
}
.topbar .link .lang.lang_japan {
  background-image: url(../img/lang_japan.jpg);
}
.header {
  height: 85px;
  padding: 0 30px;
}
.header .logo {
  height: 100%;
  float: left;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}
.header .logo:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 19.5px;
  height: 46px;
  width: 1px;
  background: #ddd;
}
.header .logo img {
  display: block;
  height: 46px;
}
.header .slogan {
  float: left;
  padding-top: 19.5px;
  font-size: 20px;
  color: #111;
  font-weight: bold;
  text-align: center;
}
.header .slogan span {
  font-size: 14px;
  display: block;
}
.header .nav {
  text-align: center;
}
.header .nav .nli {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.header .nav .nli .sub {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 85px;
  background: rgba(234, 237, 242, 1);
  width: 100%;
  padding: 16px 0;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header .nav .nli:hover .sub {
  opacity: 1;
  visibility: visible;
}
.header .nav .nli .sub .sli {
  line-height: 25px;
}
.header .nav .nli .sub .sli .sa {
  font-size: 14px;
  text-decoration: none;
  padding-left: 24px;
}
.header .nav .nli .na {
  display: block;
  line-height: 85px;
  color: #333;
  font-size: 15px;
  padding: 0 10px;
  text-decoration: none;
  position: relative;
  font-weight: bold;
}
.header .nav .nli .na:after {
  display: none;
  content: "";
  width: 100%;
  height: 6px;
  background: #f00;
  position: absolute;
  left: 0;
  bottom: 0;
}
.header .nav .nli:hover .na:after {
  display: block;
}
.header .sea {
  float: right;
  padding-top: 21.5px;
}
.header .sea .key {
  height: 40px;
  border: 1px solid #e5e5e5;
  color: #aaa;
  border-radius: 5px;
  padding-left: 30px;
  font-size: 12px;
  background: url(../img/sea.png) no-repeat 10px center;
}
.bannerslide {
  position: relative;
  height: calc(100vh - 110px);
  padding-top: 110px;
}
.bannerslide .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
  height: calc(100vh - 110px);
}
.bannerslide .swiper-slide .textbox {
  padding-top: 17%;
  margin-left: 150px;
  /*width: 1000px;*/
  /*background: #fff;*/
  /*color: #111;*/
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 0.4s 0.2s;
  transition: all 0.4s 0.2s;
}
.bannerslide .swiper-slide.swiper-slide-active .textbox {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.bannerslide .swiper-slide .textbox .pad {
  width: 540px;
}
.bannerslide .swiper-slide .textbox .sub {
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0px;
}
.bannerslide .swiper-slide .textbox .tit {
  text-align: center;
  font-size: 60px;
  line-height: 110%;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 800;
  letter-spacing: -1px;
}
.bannerslide .swiper-slide .textbox .txt {
  text-align: center;
  font-size: 16px;
  height: 160%;
  color: #fff;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 40px;
}
.bannerslide .swiper-slide .textbox .btn {
  text-align: center;
  padding: 0px;
  background: #0f223f;
  color: #fff;
  font-size: 14px;
  width: 90px;
  margin: 0 auto;
  padding: 15px 30px;
  border-radius: 5px;
}
.bannerslide .swiper-slide .textbox .btn a {
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  fill: #fff;
  padding: 5px 30px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: #fff 2px solid;
}
.bannerslide .swiper-slide .textbox .btn a:hover {
  background: #fff;
  color: #fff;
  fill: #fff;
  background: #d40000;
  border: #d40000 2px solid;
}
.paginationw {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 30px !important;
  width: 100%;
  z-index: 9;
}
.swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  background: #f00;
}
.wrapper {
  padding-left: 100px;
  padding-right: 100px;
  display: block;
  max-width: 1600px;
  margin: 0 auto;
}
.commontitle {
  text-align: center;
  margin-bottom: 40px;
}
.commontitle .tit {
  font-size: 22px;
  font-weight: bold;
  color: #111;
  margin-bottom: 20px;
}
.commontitle .txt {
  font-size: 14px;
  color: #666;
}
.commonbtn {
  text-align: center;
}
.commonbtn a {
  display: inline-block;
  line-height: 46px;
  background: #eee;
  border-radius: 30px;
  color: #333;
  padding: 0 30px;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.commonbtn a:hover {
  opacity: 0.8;
  padding: 0 60px;
}
.homebox01 {
  padding: 50px 0 0;
}
.homebox01 .wrapper {
  border-bottom: 0 solid #eaedf2;
  padding-bottom: 50px;
}
.homebox01 .list {
  margin-bottom: 40px;
}
.homebox01 .list .item {
  float: left;
  width: 49%;
  margin-right: 2%;
  background: #fff;
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.homebox01 .list .item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.homebox01 .list .item:nth-child(2n) {
  margin-right: 0;
}
.homebox01 .list .item .time {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #999;
}
.homebox01 .list .item .time .split {
  margin: 0 10px;
  color: #ccc;
}
.homebox01 .list .item .name {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 25px;
  height: 28px;
  overflow: hidden;
}
.homebox01 .list .item .name a {
  color: #111;
}
.homebox01 .list .item .name a:hover {
  color: #ea0000;
}
.homebox01 .list .item .text {
  color: #777;
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  margin-bottom: 16px;
}
.homebox01 .list .item .link {
  overflow: hidden;
  margin-bottom: -12px;
}
.homebox01 .list .item .link a {
  width: 24px;
  height: 24px;
  display: block;
  background: url(../img/hb01img01.png) no-repeat center;
  float: left;
}
.homebox01 .list .item .link a.l02 {
  float: right;
  background-image: url(../img/hb01img02.png);
}
.homebox02 {
  padding: 50px 0;
}
.homebox02 .wrapper {
}
.homebox02 .list {
  margin-bottom: 40px;
}
.homebox02 .list .item {
  float: left;
  width: 49%;
  margin-right: 2%;
  background: #fff;
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.homebox02 .list .item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.homebox02 .list .item:nth-child(2n) {
  margin-right: 0;
}
.homebox02 .list .item .img img {
  display: block;
  width: 100%;
}
.homebox02 .list .item .box {
  padding: 40px 30px;
}
.homebox02 .list .item .box .name {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 15px;
  color: #666;
}
.homebox02 .list .item .box .text {
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  margin-bottom: 25px;
  color: #666;
}
.homebox02 .list .item .box .btnn {
  position: relative;
}
.homebox02 .list .item .box .btnn:after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: url(../img/hb01img02.png) no-repeat center;
  float: right;
  position: absolute;
  right: 0;
  bottom: -10px;
}
.homebox02 .list .item .box .btnn a {
  font-size: 12px;
  line-height: 20px;
  color: #666;
  text-decoration: none;
}
.homebox02 .list .item .box .btnn a:hover {
  color: #ea0000;
}
.homebox03 {
  padding: 50px 0;
  background: #eaedf2;
}
.homebox03 .subtit {
  text-align: center;
  margin-bottom: 30px;
}
.homebox03 .subtit a {
  font-size: 14px;
  color: #333;
  display: inline-block;
  line-height: 42px;
  border: 1px solid transparent;
  text-decoration: none;
  margin: 0 10px;
  border-radius: 30px;
}
.homebox03 .subtit a.on {
  padding: 0 30px;
  background: #fff;
  color: #111;
}
.homebox03 .subtit a:hover {
  color: #ea0000;
}
.homebox03 .hb03list {
  padding: 10px 0 90px;
}
.homebox03 .hb03list .swiper-slide {
  background: #fff;
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.homebox03 .hb03list .swiper-slide:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.homebox03 .hb03list .swiper-slide .img img {
  display: block;
  width: 100%;
}
.homebox03 .hb03list .swiper-slide .box {
  padding: 40px 30px;
}
.homebox03 .hb03list .swiper-slide .box .nam {
  line-height: 30px;
  height: 30px;
  margin-bottom: 10px;
  overflow: hidden;
}
.homebox03 .hb03list .swiper-slide .box .nam a {
  font-weight: bold;
  font-size: 14px;
  color: #333;
}
.homebox03 .hb03list .swiper-slide .box .txt {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  margin-bottom: 20px;
}
.homebox03 .hb03list .swiper-slide .box .btn {
  position: relative;
}
.homebox03 .hb03list .swiper-slide .box .btn:after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: url(../img/hb01img02.png) no-repeat center;
  float: right;
  position: absolute;
  right: 0;
  bottom: -10px;
}
.homebox03 .hb03list .swiper-slide .box .btn a {
  font-size: 12px;
  line-height: 20px;
  color: #666;
  text-decoration: none;
}
.homebox03 .hb03list .swiper-slide .box .btn a:hover {
  color: #ea0000;
}
.homebox03 .hb03list .swiper-pagination {
  font-size: 12px;
  line-height: 50px;
}
.homebox03 .hb03list .swiper-pagination .swiper-pagination-current {
  margin: 0 10px;
}
.homebox03 .hb03list .swiper-pagination .swiper-pagination-total {
  margin: 0 10px;
}
.homebox03 .hb03list .swiper-button-prev {
  margin-top: 0;
  height: 50px;
  width: 20px;
  top: auto;
  bottom: 10px;
  left: 50%;
  margin-left: -60px;
  background: url(../img/leftarr.png) no-repeat center;
}
.homebox03 .hb03list .swiper-button-next {
  margin-top: 0;
  height: 50px;
  width: 20px;
  top: auto;
  bottom: 10px;
  left: 50%;
  margin-left: 40px;
  background: url(../img/rightarr.png) no-repeat center;
}
.homebox04 {
  padding: 0 0;
}
.homebox04 .hd {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 70px;
}
.homebox04 .hd .nam {
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
  color: rgb(22, 29, 39);
  font-weight: 800;
  margin-top: 10px;
}
.homebox04 .hd .txt {
  font-size: var(--fsize-txt);
  color: var(--color-9);
}
.homebox04 .list {
  position: relative;
}
.homebox04 .list .hb04bg {
  position: relative;
}
.homebox04 .list .hb04bg .swiper-slide {
  height: 680px;
}
@media (max-width: 800px) {
  .homebox04 .list .hb04bg .swiper-slide {
    height: 80vw;
  }
}
.homebox04 .list .hb04bg .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homebox04 .list .hb04bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.homebox04 .list .hb04ma {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.homebox04 .list .hb04ma .swiper-button-prev {
  z-index: 3;
  left: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
}
.homebox04 .list .hb04ma .swiper-button-prev:hover {
  background: var(--color-main);
}
.homebox04 .list .hb04ma .swiper-button-next {
  z-index: 3;
  right: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
}
.homebox04 .list .hb04ma .swiper-button-next:hover {
  background: var(--color-main);
}
.homebox04 .list .hb04ma .swiper-slide a.box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-decoration: none;
  border-right: 1px solid rgba(246, 242, 243, 0.1);
}
.homebox04 .list .hb04ma .swiper-slide a.box .con {
  transform: translateY(50px);
}
.homebox04 .list .hb04ma .swiper-slide a.box .con .nam {
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  .homebox04 .list .hb04ma .swiper-slide a.box .con .nam {
    font-size: var(--fsize-large);
    margin-bottom: 6vw;
  }
}
.homebox04 .list .hb04ma .swiper-slide a.box .con .btn {
  display: flex;
  justify-content: center;
  opacity: 0;
}
.homebox04 .list .hb04ma .swiper-slide a.box .con .btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  color: #fff;
  border: 2px solid #fff;
  font-size: 45px;
  box-sizing: border-box;
  padding-bottom: 2px;
  border-radius: 100%;
}
.homebox04 .list .hb04ma .swiper-slide.swiper-slide-thumb-active a.box {
  background: rgba(0, 0, 0, 0.5);
}
.homebox04 .list .hb04ma .swiper-slide.swiper-slide-thumb-active a.box .con {
  transform: translateY(0);
}
.homebox04 .list .hb04ma .swiper-slide.swiper-slide-thumb-active a.box .con .btn {
  opacity: 1;
}
.homebox05 {
  padding: 50px 0;
  background: #eff2f4;
  margin-top: 220px;
}
.homebox05.homebox05s {
  margin-top: 0;
}
.homebox05.homebox05s .list .item:nth-child(1) {
  margin-top: 0;
  margin-bottom: 0;
}
.homebox05.homebox05s .list .item:nth-child(1) .img {
  float: right;
}
.homebox05.homebox05s .list .item:nth-child(1) .box {
  margin-right: 763px;
  margin-left: auto;
}
.homebox05 .list .item {
  background: #fff;
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 50px;
  overflow: hidden;
}
.homebox05 .list .item:nth-child(1) {
  margin-top: -260px;
  margin-bottom: 0;
}
.homebox05 .list .item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.homebox05 .list .item .img {
  float: left;
}
.homebox05 .list .item:nth-child(2) .img {
  float: right;
}
.homebox05 .list .item .img img {
  display: block;
}
.homebox05 .list .item .box {
  padding: 70px 60px;
  margin-left: 763px;
}
.homebox05 .list .item:nth-child(2) .box {
  margin-right: 763px;
  margin-left: auto;
}
.homebox05 .list .item .box .name {
  font-size: 20px;
  margin-bottom: 35px;
  color: #666;
}
.homebox05 .list .item .box .text {
  font-size: 14px;
  margin-bottom: 25px;
  color: #666;
  line-height: 24px;
  height: 140px;
  overflow: hidden;
}
.homebox05 .list .item .box .btnn {
  position: relative;
}
.homebox05 .list .item .box .btnn:after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: url(../img/hb01img02.png) no-repeat center;
  float: right;
  position: absolute;
  right: 0;
  bottom: -10px;
}
.homebox05 .list .item .box .btnn a {
  font-size: 12px;
  line-height: 20px;
  color: #666;
  text-decoration: none;
}
.homebox05 .list .item .box .btnn a:hover {
  color: #ea0000;
}
.homebox06 {
  padding: 50px 0;
}
.homebox06 .hhhtt {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.homebox06 .box {
  text-align: center;
  width: 100%;
  margin: 50px auto;
}
.homebox06 .box p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-bottom: 30px;
}
.homebox06 .box .hometext {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.homebox06 .box .hometextaa {
  margin-bottom: 20px;
  margin-top: 0px;
  padding-top: 0px;
  color: #666;
  line-height: 160%;
}
.homebox06 .box .homebtnaa {
  margin-top: 20px;
  color: #ff0707;
  padding: 2px 0;
  border-bottom: #ff0707 1px solid;
  margin: 0 auto;
  display: inline-flex;
}

.homebox06 .box .list {
  width: 700px;
  margin: 0 auto;
}
.homebox06 .box .list li {
  width: 20%;
  float: left;
  margin-bottom: 20px;
  font-size: 12px;
  color: #666;
}
.homebox06 .box .list li img {
  display: block;
  margin: 0 auto 10px;
}
.footer {
  background: #e1e2e4;
  padding: 50px 0 60px;
}
.footer .footbar {
  font-size: 12px;
  line-height: 20px;
  padding: 15px 0;
  overflow: hidden;
  margin-bottom: 40px;
}
.footer .footbar .link {
  float: left;
}
.footer .footbar .link a {
  margin-right: 20px;
}
.footer .footbar .tips {
  float: right;
}
.footer .footbar .tips a {
  margin-left: 12px;
  float: left;
}
.footer .footbar .tips a img {
  display: block;
}
.footer .footnav {
  overflow: hidden;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e3e3e3;
}
.footer .footnav dl {
  display: block;
  float: left;
  width: 16.6666666%;
}
.footer .footnav dl dt {
  margin-bottom: 5px;
  font-size: 14px;
}
.footer .footnav dl dt a {
  color: #000;
  text-decoration: none;
}
.footer .footnav dl dd {
  line-height: 24px;
  font-size: 13px;
}
.foot {
  text-align: center;
}
.foot img.gsba {
  height: 45px;
  margin-bottom: 10px;
}
.foot .aa {
  font-size: 14px;
}
.foot .aa img {
  vertical-align: middle;
}
.copyright {
  font-size: 14px;
  color: #777;
  margin-top: 20px;
  line-height: 1.8;
  font-size: 13px;
}
.huobanswiper {
  width: 80%;
  margin: 0 auto;
}

.huobanswiper .cooptit {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #666;
}

.huobanswiper span {
  display: block;
  font-size: 12px;
  color: #000;
}
.inbanner {
  height: 300px;
  background: url(../img/inbanner01.jpg) no-repeat center;
  position: relative;
  color: #fff;
  display: table;
  width: 100%;
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.inbanner:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/a.png) repeat center;
  content: "";
}
.inbanner .title {
  position: relative;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.inbanner .title .cn {
  font-size: 38px;
  letter-spacing: 5px;
  font-weight: bold;
  margin-bottom: 5px;
}
.inbanner .title .en {
  font-size: 20px;
  text-transform: uppercase;
}
.inpage {
  background: #f5f7f9;
  overflow: hidden;
  padding: 30px 0;
}
.side {
  width: 300px;
  float: left;
}
.main {
  width: calc(100% - 330px);
  float: right;
}
.snav {
  background: #fff;
  padding: 4px;
  margin-bottom: 30px;
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
}
.snav .hd {
  text-align: center;
  font-size: 20px;
  color: #ea0000;
  font-weight: bold;
  line-height: 20px;
  padding: 20px 0 10px;
}
.snav .bd {
  background: #fff;
  padding: 10px;
}
.snav .bd .bul {
  padding: 0 10px;
}
.snav .bd .bul .bli {
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  border-bottom: 1px dashed #fff;
  background: url(../img/dot.png) no-repeat 8px 17px;
  position: relative;
}
.snav .bd .bul .bli .ba {
  display: block;
  font-size: 16px;
  color: #39424b;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  padding: 0 20px;
}
.snav .bd .bul .bli:before {
  content: "";
  background: linear-gradient(to right, rgba(234, 0, 0, 1), rgba(255, 51, 0, 1));
  display: block;
  border-radius: 30px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}
.snav .bd .bul .bli:hover:before,
.snav .bd .bul .bli.on:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.snav .bd .bul .bli:hover .ba,
.snav .bd .bul .bli.on .ba {
  color: #fff;
}
.snav .bd .bul .bli.on {
  border-color: transparent;
}
.snav .bd .bul .bsub {
  background: #f3f3f3;
  margin: -20px 0 2px 0;
  padding-top: 25px;
  padding-bottom: 10px;
  text-align: center;
  border-radius: 0 0 20px 20px;
}
.snav .bd .bul .bsub li {
  line-height: 36px;
}
.snav .bd .bul .bsub li a {
  font-size: 14px;
  color: #666;
}
.snav .bd .bul .bsub li a:hover,
.snav .bd .bul .bsub li.on a {
  color: #d00c18;
}
.sbox {
  background: #fff;
  padding: 4px;
  margin-bottom: 30px;
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
}
.sbox .hd {
  text-align: center;
  font-size: 18px;
  color: #ea0000;
  font-weight: bold;
  line-height: 20px;
  padding: 20px 0 10px;
}
.sbox .bd {
  background: #fff;
  padding: 15px;
}
.scon {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.mainbox {
  background: #fff;
  border: 0 solid #dedede;
  padding: 40px 64px;
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
}
.mainbox .hd {
  height: 20px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 60px;
}
.mainbox .hd h1 {
  float: left;
  background: #fff;
  line-height: 40px;
  font-weight: normal;
  color: #39424b;
  padding-right: 20px;
  font-size: 30px;
}
.mainbox .now {
  float: right;
  background: #fff;
  line-height: 40px;
  color: #999;
  padding-left: 10px;
  font-size: 12px;
}
.mainbox .now .split {
  margin: 0 4px;
}
.mainbox .now a {
  color: #999;
}
.mainbox .now a:hover {
  color: #d00c18;
}
.mainbox .bd {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  word-wrap: break-word;
}
.mainbox .bd img {
  max-width: 100%;
}
.mainbox .bd p {
  margin-bottom: 20px;
}
.bdshare-button-style0-16.lihaile {
  width: 112px;
  margin: 0 auto;
}
.bdshare-button-style0-16.lihaile a {
  width: 50px;
  height: 50px;
  padding-left: 0;
}
.bdshare-button-style0-16.lihaile .bds_tsina {
  background: url(../img/icon_01.png) no-repeat 0 0;
}
.bdshare-button-style0-16.lihaile .bds_weixin {
  background: url(../img/icon_02.png) no-repeat 0 0;
}
.prolist .item {
  transition: 0.5s;
}
.prolist .item:nth-child(3n) {
  margin-right: 0;
}
.prolist .item:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  z-index: 1;
}
.prolist .item .img a {
  display: block;
}
.prolist .item .img img {
  width: 100%;
  display: block;
}
.prolist .item .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
}
.prolist .item .box .nam {
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
  overflow: hidden;
  height: 30px;
}
.prolist .item:hover .box .nam {
}
.prolist .item .box .nam a {
  color: #333;
}
.prolist .item:hover .box .nam a {
  color: #ea0000;
}
.prolist .item .box .txt {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}
.prolist .item:hover .box .txt {
}
.prolist .item .box .btn {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 90px;
  line-height: 90px;
  background: linear-gradient(to right, rgba(234, 0, 0, 1), rgba(255, 51, 0, 1));
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.prolist .item:hover .box .btn {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.prolist .item .box .btn a {
  color: #fff;
  font-size: 14px;
  display: block;
  text-decoration: none;
  padding-left: 30px;
}
.newstitle {
  font-size: 26px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 5px;
}
.newsinfo {
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  color: #999;
}
.newsinfo .author,
.newsinfo .time {
  margin: 0 5px;
}
.newsmaincon {
  margin: 20px 0;
}
.newsmaincon img {
  max-width: 100%;
}
.newsmaincon h3 {
  font-size: 18px;
  font-weight: normal;
  background: linear-gradient(to right, rgba(234, 0, 0, 1), rgba(255, 51, 0, 1));
  color: #fff;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-top: 40px;
}
.newsmaincon .dou {
  margin-bottom: 20px;
}
.newsmaincon .dou02 {
  overflow: hidden;
}
.newsmaincon .dou02 li {
  width: 50%;
  float: left;
}
.newsmaincon .dou li:before {
  content: "·";
  color: #ea0000;
  font-weight: bold;
  margin-right: 10px;
}
.newsbackline {
  height: 30px;
  line-height: 30px;
  border-top: 1px solid #dedede;
  padding-top: 10px;
  margin: 30px 0 50px;
}
.newsbackline ul {
  width: 100%;
}
.newsbackline ul li {
  width: 33.333333%;
  float: left;
  text-align: center;
  display: block;
  height: 33px;
}
.newsbackline ul li a {
  display: inline-block;
  width: 120px;
  border-width: 1px;
  border-style: solid;
  border-color: #dedede;
  text-decoration: none;
  color: #666;
  font-size: 12px;
}
.newsbackline ul li a:hover {
  border-color: #323e4a;
  color: #323e4a;
}
.newsbackline ul li.prev {
  text-align: left;
}
.newsbackline ul li.prev a {
  text-align: center;
}
.newsbackline ul li.next {
  text-align: right;
}
.newsbackline ul li.next a {
  text-align: center;
}
.snav .sd {
  display: none;
}
.newslist {
}
.newslist .item {
  width: 49%;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
  box-sizing: border-box;
  border: 1px solid #dedede;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
  padding: 30px;
}
.newslist .item:nth-child(2n) {
  margin-right: 0;
}
.newslist .item:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.newslist .item .time {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #999;
}
.newslist .item .time .split {
  margin: 0 10px;
  color: #ccc;
}
.newslist .item .name {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 25px;
  height: 28px;
  overflow: hidden;
}
.newslist .item .name a {
  color: #111;
}
.newslist .item .name a:hover {
  color: #ea0000;
}
.newslist .item .text {
  color: #777;
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  margin-bottom: 16px;
}
.newslist .item .link {
  overflow: hidden;
  margin-bottom: -12px;
}
.newslist .item .link a {
  width: 24px;
  height: 24px;
  display: block;
  background: url(../img/hb01img01.png) no-repeat center;
  float: left;
}
.newslist .item .link a.l02 {
  float: right;
  background-image: url(../img/hb01img02.png);
}
.process02 {
  overflow: hidden;
}
.process02 li {
  width: 31.333333%;
  float: left;
  margin: 0 1% 20px;
}
.process02 li img {
  display: block;
  width: 100%;
}
.process05 {
  overflow: hidden;
}
.process05 li {
  width: 31.333333%;
  float: left;
  margin: 0 1% 20px;
  text-align: center;
}
.process05 li a {
  display: block;
}
.process05 li img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.process05 li span {
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  display: block;
}
.caselist {
  overflow: hidden;
}
.caselist li {
  width: 20%;
  float: left;
  text-align: center;
}
.caselist li img {
  display: block;
  margin: 0 auto;
}
.caselist li span {
  text-align: center;
}
.messagecon {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.messagecon p {
  margin-bottom: 20px;
}
.messagetit {
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
}
.messagetarea {
  padding: 10px;
  border: 1px solid #dedede;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  resize: none;
  width: 96%;
  height: 90px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #f8f8f8;
  margin-bottom: 20px;
}
.messagetarea:focus {
  color: #333;
  outline: none;
  background: #fff;
}
.messageinput {
  width: 27%;
  padding: 10px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  border: 1px solid #dedede;
  margin: 0 5px 0 0;
  color: #666;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #f8f8f8;
  margin-bottom: 20px;
}
.messageinput:focus {
  color: #333;
  outline: none;
  background: #fff;
}
.messagebtn {
  width: 30%;
  text-align: center;
  line-height: 50px;
  height: 50px;
  font-size: 16px;
  border: 0;
  background: #b8c5ce;
  color: #2d3e50;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 30px;
}
.messagebtn.btnon {
  width: 50%;
  color: #fff;
}
.messagebtn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.main .con .yanzhengma {
  display: inline;
}
.messagebtn.btnon {
  background: linear-gradient(to right, rgba(234, 0, 0, 1), rgba(255, 51, 0, 1));
}
@media (max-width: 1556px) {
  .header .sea {
    display: none;
  }
}
@media (max-width: 800px) {
  .header {
    height: auto;
    padding: 0;
  }
  .header .logo {
    float: none;
    margin-right: 0;
    padding: 16px 0;
  }
  .header .logo img {
    height: 36px;
  }
  .header .logo:after {
    display: none;
  }
  .header .slogan {
    display: none;
  }
  .header .nav {
    overflow: hidden;
    background: #f9f9f9;
    padding: 6px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .header .nav .nli {
    display: block;
    float: left;
    width: 25%;
  }
  .header .nav .nli .na {
    line-height: 30px;
    font-size: 14px;
    padding: 0;
  }
  .topbar {
    display: none;
  }
  .topbar .link {
    display: none;
  }
  .topbar .tip {
    text-align: center;
    float: none;
  }
  .topbar .tip span {
    margin: 0;
  }
  .topbar .tip span:nth-child(2),
  .topbar .tip span:nth-child(3) {
    display: none;
  }
  .fixedblock {
    height: 142px;
  }
  .bannerslide .swiper-slide {
    height: 180px;
  }
  .bannerslide .swiper-slide .textbox {
    margin: 200px 0 0 20px;
  }
  .bannerslide .swiper-slide.swiper-slide-active .textbox {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  /*.bannerslide .swiper-slide .textbox .txt {
	display: none;
}*/
  .bannerslide .swiper-slide .textbox .tit {
    margin-bottom: 0;
  }
  .bannerslide .swiper-slide .textbox .btn {
    display: none;
  }
  .homebox01 .list .item {
    float: none;
    margin: 0 0 20px;
    width: 100%;
    padding: 30px;
  }
  .homebox02 .list .item {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
  .homebox02 .list .item .box {
    padding: 30px 30px 40px;
  }
  .homebox02 .list {
    margin-bottom: 0;
  }
  .homebox03 .commontitle {
    margin-bottom: 20px;
  }
  .homebox03 .subtit a {
    font-size: 12px;
    line-height: 30px;
    margin: 0 5px;
  }
  .homebox03 .subtit a.on {
    padding: 0 15px;
  }
  .homebox04 .commontitle {
    margin-bottom: 20px;
  }
  .homebox04 .numlist {
    padding: 0;
    margin-bottom: 30px;
  }
  .homebox04 .numlist .item {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  .homebox04 .numlist .item .num {
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .homebox04 .list .item {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  .homebox04 .list .item .box {
    padding: 30px 30px 40px;
  }
  .homebox04 .list {
    margin-bottom: 20px;
  }
  .homebox04 {
    padding-bottom: 0;
  }
  .homebox05 .list .item {
    margin-bottom: 20px;
  }
  .homebox05 .list .item .img {
    float: none;
  }
  .homebox05 .list .item:nth-child(2) .img {
    float: none;
  }
  .homebox05 .list .item .img img {
    width: 100%;
  }
  .homebox05 .list .item .box {
    margin: 0;
    padding: 30px 30px 40px;
  }
  .homebox05 .list .item:nth-child(2) .box {
    margin: 0;
  }
  .homebox05.homebox05s .list .item:nth-child(1) .img {
    float: none;
  }
  .homebox05.homebox05s .list .item:nth-child(1) .box {
    margin: 0;
  }
  .homebox06 .box {
    width: 80%;
    padding: 30px 30px 40px;
    margin-bottom: 0;
    overflow: hidden;
  }
  .homebox06 .box .list {
    width: 100%;
  }
  .homebox06 .box .list li {
    width: 50%;
  }
  .footer {
    padding: 30px 0;
  }
  .footbar {
    display: none;
  }
  .footer .footnav {
    display: none;
  }
  .foot {
    font-size: 12px;
  }
  .foot .aa {
    font-size: 12px;
    display: block;
    line-height: 20px;
  }
  .inbanner {
    height: 120px;
    background-size: cover;
  }
  .inbanner .title .cn {
    font-size: 22px;
  }
  .inbanner .title .en {
    font-size: 14px;
  }
  .side {
    width: 100%;
    float: none;
  }
  .main {
    width: 100%;
    float: none;
  }
  .sbox {
    display: none;
  }
  .snav {
    padding: 0;
    margin-bottom: 0;
  }
  .snav .sd {
    background: #666;
    line-height: 36px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
  }
  .snav .hd {
    display: none;
  }
  .snav .bd {
    display: none;
  }
  .snav .bd.sbon {
    display: block;
  }
  .snav .bd .bul .bli .ba {
    font-size: 14px;
  }
  .mainbox .now {
    display: none;
  }
  .mainbox {
    padding: 20px;
  }
  .mainbox .hd {
    border-color: transparent;
    margin: -20px -20px 40px;
  }
  .mainbox .hd h1 {
    float: none;
    text-align: center;
    background: linear-gradient(to right, rgba(234, 0, 0, 1), rgba(255, 51, 0, 1));
    color: #fff;
    font-size: 16px;
    padding-right: 0;
  }
  .newsbackline ul li a {
    width: 100%;
  }
  .newslist .item {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .newslist .item .name {
    height: auto;
  }
  .process02 li {
    width: 48%;
  }
  .process05 li {
    width: 48%;
  }
  .process05 li span {
    font-size: 12px;
  }
  .caselist li {
    width: 50%;
  }
  .caselist li span {
    font-size: 12px;
  }
  .messagecon p {
  }
  .messagetarea {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .messagetit {
    text-align: center;
    margin-top: 5px;
    font-size: 0.75rem;
  }
  .messageinput {
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-bottom: 5px;
  }
  .main .con .yanzhengma {
    display: block;
    width: 20%;
    margin: 20px auto;
  }
  .messagebtn {
    margin: 5px auto 0;
    width: 80%;
    display: block;
  }
  .messagebtn.btnon {
    width: 80%;
  }
  .prolist .item {
    width: 100%;
    margin: 0 0 10px;
  }
}

/**/
.cen01 {
  height: 40px;
  line-height: 40px;
  width: 100%;
  background-color: #d31020;
}
.cen01 .wrapper {
  display: flex;
  flex-wrap: nowrap;
  color: #fff;
  font-size: 15px;
  justify-content: space-between;
  box-sizing: border-box;
  max-width: 100% !important;
  padding-left: 40px;
  padding-right: 40px;
}
.cen01 .cen01right a {
  color: #fff;
  text-decoration: none;
}
.cen01 .cen01right span {
  margin: 0 10px;
  font-size: 10px;
}

/**/
.cen02 {
  height: 67px;
}
.cen02 .wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  max-width: 100% !important;
  padding-left: 40px;
  padding-right: 40px;
  height: 67px;
}

.cen02 .cen02right .cenrrr {
  float: right;
  line-height: 67px;
}
.cen02 .cen02right .cenrrr span {
  font-size: 16px;
  margin-left: 10px;
}

/*产品*/
.mySwiper {
  max-width: 1600px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.mySwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2);

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mySwiper .item .pic img {
  display: block;
  width: 100%;
}
.mySwiper .item {
}

.mySwiper .item:hover a {
  text-decoration: none;
}

.mySwiper .item .pic {
  display: block;
}

.mySwiper .item .pic img {
  display: block;
  width: 100%;
}

.mySwiper .item .info {
  background: #f5f5f5;
  padding: 30px 20px;
  text-align: center;
}

.mySwiper .item .info .name {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  font-weight: bold;
}

.mySwiper .item .info .text {
  width: 80px;
  height: 30px;
  line-height: 30px;
  border: #ccc 1px solid;
  color: #6c6f73;
  font-size: 14px;
  margin: 10px auto 0;
}

.homeimage {
  height: 420px;
  background: #7797c0 url(../images/globalmap.jpg) no-repeat center center;
  width: 100%;
  display: block;
}

/*内页*/
.nybannera {
  background: url(../images/nybannera.jpg) no-repeat center top;
  height: 400px;
  background-size: cover;
}
.nybannerb {
  background: url(../images/nybannerb.jpg) no-repeat center top;
  height: 400px;
  background-size: cover;
}
.nybannerc {
  background: url(../images/nybannerc.jpg) no-repeat center top;
  height: 400px;
  background-size: cover;
}
.nybannerd {
  background: url(../images/nybannerd.jpg) no-repeat center top;
  height: 400px;
  background-size: cover;
}
.nybannere {
  background: url(../images/nybannere.jpg) no-repeat center top;
  height: 400px;
  background-size: cover;
}
.nybannerf {
  background: url(../images/nybannerf.jpg) no-repeat center top;
  height: 400px;
  background-size: cover;
}

.insub {
  position: sticky;
  top: 0;
  z-index: 6;
  height: 70px;
  background: #fbfbfb;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.insub .wrapper {
  height: 100%;
  display: flex;
  max-width: 1200px;
  overflow-x: hidden;
}
.wrapper {
  box-sizing: border-box;
  margin: 0 auto;
}
.insub .wrapper .it {
  height: 100%;
}

.insub .wrapper .it .ia {
  display: flex;
  height: 100%;
  align-items: center;
  font-size: 16px;
  padding: 0 15px;
  text-decoration: none;
  color: #666;
  position: relative;
  transition: all 0.3s;
  white-space: nowrap;
}
.insub .wrapper .it.on .ia {
  background: #f5f5f5;
  color: #d31020;
  font-weight: bold;
}
.insub .wrapper .it .ia::after {
  width: 100%;
  content: "";
  bottom: -2px;
  width: 0;
  left: 50%;
  height: 2px;
  background: #d31020;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s;
}

/*关于我们*/
.aboutbox01 {
  background: #f8f9f9;
  padding: 40px 0;
}

.aboutbox01 .item {
  display: flex;
  align-items: center;
  column-gap: 35px;
}
.aboutbox01 .item .con {
  width: 48%;
}
.aboutbox01 .item .img {
  flex: 1.2;
  border: 6px solid #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: 48%;
}
.aboutbox01 .item .img img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.aboutbox01 .item .con .txt {
  font-size: 19px;
  line-height: 1.7;
  color: #333;
}

.abouttitaa {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  margin-top: 35px;
  text-align: left;
}
.logoula {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
}
.logoula li {
  width: 8%;
  margin: 0.5%;
  text-align: center;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 15px;
  box-sizing: border-box;
}
.logoula li img {
  width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.aboutbox01 .aboutbga {
  background-color: #fff;
  padding: 40px;
  box-sizing: border-box;
  margin-top: 30px;
  font-size: 19px;
  line-height: 1.7;
  color: #333;
  border-radius: 15px;
}

/*资质荣誉*/
.nyhhtita {
  font-size: 35px;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}
.nyhonoraa {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: center;
}
.nyhonoraa li {
  width: 18%;
  margin: 1.5%;
  text-align: center;
  padding: 15px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
}
.nyhonoraa li img {
  width: 100%;
  display: block;
  margin: 0 auto 15px;
  border-radius: 10px;
}
.nyhonoraa li .txt {
  background: #efefef;
  padding: 10px 0;
}

/*新闻动态*/
.newsbox01 {
  padding: 50px 0;
}
.commontitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 10px;
  margin-bottom: 40px;
}
.commontitle .nam {
  font-size: 35px;
  font-weight: bold;
  color: #d31020;
}
.commontitle .txt {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
}

.newsbox01 .list .item {
  box-shadow: 0 5px 20px 0 rgba(82, 90, 101, 0.1);
  background: #f6f6f6;
  border-radius: 15px;
  transition: all 0.3s;
}
.newsbox01 .list .item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px 0 rgba(82, 90, 101, 0.2);
  background: #f7f7f7;
}
.newsbox01 .list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.newsbox01 .list .item .inf {
  padding: 30px;
}

.newsbox01 .list .item .inf .tim {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #666;
}

.newsbox01 .list .item .inf .tim span {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.newsbox01 .list .item .inf .tim span svg {
  color: #d31020;
  width: 16px;
  margin-right: 12px;
}

.newsbox01 .list .item .inf .nam .na {
  display: block;
  margin: 10px 0 15px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
.newsbox01 .list .item .inf .txt {
  font-size: 18px;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  color: #999;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 3;
}

.newsbox01 .list .item .inf .btn {
  margin-top: 15px;
  display: flex;
  padding: 0;
}
.newsbox01 .list .item .inf .btn .ba {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #d31020;
  font-size: 15px;
  font-weight: normal;
}

/*新闻内容*/
.newsitem_4302 {
  padding: 60px 0;
}
.newsitem_4302 .newswrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.newsitem_4302 .nhd {
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.newsitem_4302 .nhd .tit {
  font-weight: bold;
  font-size: 35px;
  color: #000;
  line-height: 1.2;
}
.newsitem_4302 .nhd .tip {
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.newsitem_4302 .nbd {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.newsitem_4302 .nsd {
  padding-top: 25px;
  margin-top: 30px;
  border-top: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsitem_4302 .nsd .link {
  display: flex;
  flex-direction: column;
  line-height: 1.6;
  font-size: 16px;
}
.newsitem_4302 .nsd .back .ba {
  background: #d31020;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  text-decoration: none;
  position: relative;
}

/*产品中心*/
.inwrap {
  background: #fff;
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}
.inwrap .wrapper {
  display: flex;
  column-gap: 40px;
}
.inwrap .wrapper .side {
  width: 320px;
}
.inwrap .wrapper .side .hd {
  background: #d31020;
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px 25px;
}
.inwrap .wrapper .side .hd .cn {
  position: relative;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
.inwrap .wrapper .side .hd::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  border-top: 20px solid #fff;
  border-left: 20px solid transparent;
}

.inwrap .wrapper .side .lis {
  border: 1px solid #eee;
  padding-bottom: 20px;
  background: #f5f5f5;
  position: sticky;
  top: 120px;
}
.inwrap .wrapper .side .lis .lul .lli .la {
  display: flex;
  font-size: 18px;
  align-items: center;
  padding: 20px 15px;
  column-gap: 12px;
  line-height: 1.6;
  text-decoration: none;
  transition: all 0.3s;
  color: #333;
  font-weight: 500;
}

.inwrap .wrapper .side .lis .lul .lli .la:hover {
  background: #ebecec;
  color: #d31020;
  font-weight: 500;
}

.inwrap .wrapper .side .lis .lul .lli.on .la {
  background: #ebecec;
  color: #d31020;
  font-weight: 500;
  width: 100%;
}
.inwrap .wrapper .main {
  flex: 1;
}
.inwrap .wrapper .main .hd {
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inwrap .wrapper .main .hd .nam {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  border-bottom: 2px solid #d31020;
  padding: 10px 0;
}

.inwrap .wrapper .side .lis .lul .lli.on .sub {
  display: block;
  padding: 10px 0;
}

.inwrap .wrapper .side .lis .lul .lli .sub .sli .sa::before {
  content: "·";
  font-weight: bold;
}

.inwrap .wrapper .side .lis .lul .lli .sub .sli .sa {
  display: flex;
  padding: 5px 25px;
  font-size: 15px;
  text-decoration: none;
  column-gap: 10px;
  transition: all 0.3s;
}

.inwrap .wrapper .side .lis .lul .lli {
  border-bottom: 1px solid #ddd;
}

.prolist {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.prolist .item .ia {
  display: block;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #000;
  font-size: 19px;
}
.prolist .item .ia:hover {
  color: #d31020;
}

.prolist .item .ia .img {
  transition: all 0.3s;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 69%;
}

.prolist .item .ia .img::before {
  opacity: 1;
}

.prolist .item .ia .inf .btt span {
  border: 1px solid #ddd;
  font-size: 16px;
  padding: 5px 12px;
  transition: all 0.3s;
}

.prolist .item .ia .inf .nam {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  margin: 8px 0;
  text-align: center;
}

.prolist .item .ia:hover .inf .btt span {
  background: #d31020;
  border-color: #d31020;
  color: #fff;
}

.prolist .item .ia .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  box-sizing: border-box;
}

.prolist .item .ia .inf {
  padding: 20px;
  background-color: #f5f5f5;
  border-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
}

.prolist .item .ia .inf .btt {
  display: flex;
  justify-content: center;
}

.protable {
  width: 100%;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  box-sizing: border-box;
}
.protable td {
  text-align: center;
  background-color: #fff;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}

.proitemhead {
  overflow: hidden;
}
.proitemhead .pimg {
  width: 100%;
  position: relative;
}
.lSSlideWrapper img {
  width: 100%;
}

.proitemhead .pimg .productalllist .it {
  box-sizing: border-box;
  display: block;
  height: 0;
  width: 100%;
  height: 500px;
  position: relative;
}
.proitemhead .pimg .productalllist .it img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
  display: block;
  border: 0 solid #dedede;
  background: #fff;
  box-sizing: border-box;
}
.proitemhead .inf {
  flex: 1;
}
.proitemhead .inf .nam {
  font-size: 28px;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
}
.proitemhead .inf .txt {
  background: #f9f9f9;
  padding: 22px;
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  width: 100%;
  box-sizing: border-box;
  margin: 15px 0;
}
.proitemhead .inf .too {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.proitemhead .inf .too .ta {
  display: flex;
  padding: 12px 18px;
  border: 1px solid #ddd;
  text-decoration: none;
  border-radius: 15px;
  font-size: 15px;
  color: #333;
  background: #fff;
  margin-right: 20px;
  transition: all 0.3s;
}
.proitemhead .inf .too .ta:last-child {
  margin-right: 0;
}
.proitemhead .inf .too .ta.on {
  background: #d31020;
  border-color: #d31020;
  color: #fff;
}

.proitemhead .pimg .lSSlideOuter .lSPager.lSGallery li {
  border: 2px solid #dedede;
  box-sizing: border-box;
}

.proitemhead .pimg .lSSlideOuter .lSPager.lSGallery li.active,
.proitemhead .pimg .lSSlideOuter .lSPager.lSGallery li:hover {
  border: 2px solid #d31020;
  border-radius: 0;
}
.proitemhead .pimg .lSSlideOuter .lSPager.lSGallery li a {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
}
.proitemhead .pimg .lSSlideOuter .lSPager.lSGallery li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px;
  object-fit: contain;
  background: #fff;
  box-sizing: border-box;
  max-width: 100%;
  display: block;
}

.proitemmain {
  margin-top: 30px;
}
.proitemmain .xhd {
  background: #f5f5f5;
  display: flex;
  align-items: center;
}
.proitemmain .xhd .item {
  display: flex;
  border-radius: 5px;
  font-size: 16px;
  padding: 14px 20px;
  cursor: pointer;
  transition: all 0.3s;
}
.proitemmain .xhd .item.on {
  background: #d31020;
  color: #fff;
}
.proitemmain .xbd {
  padding: 20px 0;
}

.proitemmain .xbd img {
  max-width: 100%;
  display: block;
  margin: 30px auto;
}

.inwrap .wrapper .main .bd p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.proitemmain .xbd .item {
  display: none;
}
.proitemmain .xbd .item.on {
  display: block;
}

.proitemmain .nsd {
  padding-top: 30px;
  margin-top: 18px;
  border-top: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.proitemmain .nsd .link {
  display: flex;
  flex-direction: column;
  line-height: 1.6;
  font-size: 15px;
}

.proitemmain .nsd .xback .ba {
  background: #d31020;
  color: #fff;
  font-size: 15px;
  padding: 10px 30px;
  text-decoration: none;
  position: relative;
}

.tableaa {
  width: 100%;
  border-collapse: collapse;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-top: 10px;
}
.tableaa td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
  word-wrap: break-word;
  word-break: break-all;
  padding: 4px 0;
}

.tableaa tr:first-child td {
  background: #d31020;
  color: #fff;
  height: 40px;
  line-height: 1.6;
}

/*生产车间*/
.aboutbox01 {
  background: #f8f9f9;
  padding: 40px 0;
}
.hjula {
  display: flex;
  flex-wrap: wrap;
}
.hjula li {
  width: 24%;
  margin: 0.5%;
}
.hjula li a {
  text-decoration: none;
  display: block;
}
.hjula li img {
  width: 100%;
  display: block;
}
.hjula li a .txtaa {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  text-align: left;
  text-indent: 20px;
  margin-top: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
}
.aboutbox02 {
  background: #f5f5f5;
  padding: 40px 0;
}
.aboutbox02 .cultit {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: bold;
}
.aboutbox02 .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.culbox {
  padding: 30px;
  background: #eee;
  border-radius: 15px;
}
.culbox .ico svg {
  width: 50px;
}
.culbox .tit {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  margin-top: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.culbox .txt {
  color: #333;
}
.aboutbox03 {
  padding: 40px 0;
  text-align: center;
}
.aboutbox03 .dotit {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
.aboutbox03 .dotxt {
  color: #333;
  margin-bottom: 30px;
}
.aboutbox03 .dop {
  text-align: left;
  margin: 15px 0;
}
.aboutbox03 .dop p {
  text-indent: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.aboutbox03 .dop ul {
  color: #333;
}
.aboutbox03 .dop ul li {
  border-bottom: 1px #eee solid;
  padding: 10px 0;
}
.antita {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  text-align: center;
}

.pageula {
  width: 50%;
  margin: 70px auto 20px;
  justify-content: center;
  display: flex;
}
.pageula li {
  width: 31%;
  margin: 1.1%;
  border: 1px solid #ccc;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
}

/*合作伙伴*/
.hzdwul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.hzdwul li {
  width: 19%;
  margin: 0.5%;
  border: 1px solid #ccc;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  font-size: 17px;
}

/*招聘*/
.joinbox01 {
  padding: 40px 0;
}

.joinbox01 .joinwrap {
  display: flex;
  column-gap: 40px;
}
.joinbox01 .joinwrap .side {
  width: 280px;
  min-height: 50vh;
}
.joinbox01 .joinwrap .side .hd {
  background: #d31020;
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px 25px;
}
.joinbox01 .joinwrap .side .hd .cn {
  position: relative;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
.joinbox01 .joinwrap .side .hd::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  border-top: 20px solid #fff;
  border-left: 20px solid transparent;
}
.joinbox01 .joinwrap .side .con {
  border: 1px solid #ddd;
  padding: 25px 25px;
  background: #f5f5f5;
  line-height: 1.8;
  font-size: 18px;
}
.joinbox01 .joinwrap .joinlist {
  flex: 1;
}
.joinbox01 .joinwrap .joinlist .xbd {
  background: #fff;
  border: 1px solid #dddd;
  border-radius: 10px;
  padding: 20px;
  transition: all 0.3s;
  cursor: pointer;
  margin-bottom: 20px;
}
.joinbox01 .joinwrap .joinlist .xbd .xitem .xh {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.joinbox01 .joinwrap .joinlist .xbd .xitem .xh .nam {
  font-size: 25px;
  color: #000;
}
.joinbox01 .joinwrap .joinlist .xbd .xitem .xb {
  display: flex;
  align-items: center;
  column-gap: 30px;
  font-size: 18px;
  margin-top: 15px;
  color: #666;
}
.xsub {
  display: none;
  margin-top: 20px;
}
.joinbox01 .joinwrap .joinlist .xsub .xcon p:not(:last-child) {
  margin-bottom: 24px;
}

/*联系我们*/
.contactbox01 {
  padding: 60px 0;
}
.commontitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 10px;
  margin-bottom: 40px;
}
.commontitle .nam {
  font-size: 35px;
  font-weight: bold;
  color: #d31020;
}
.commontitle .txt {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
}
.contactbox01 .box {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #ddd;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 60px 70px;
  box-sizing: border-box;
  justify-content: space-between;
  column-gap: 20px;
  align-items: center;
  width: 100%;
}
.contactlist {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.contactlist .item {
  box-sizing: content-box;
  text-align: center;
  width: 27%;
  padding: 30px 20px;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.contactlist .item .nam {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  margin-top: 18px;
  margin-bottom: 20px;
}

.contactbox01 .box .inf p strong {
  font-size: 22px;
  color: #d31020;
}
.contactbox01 .box .inf p:not(:last-child) {
  margin-bottom: 10px;
}
.contactbox01 .box .inf {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  text-align: center;
}
.contact02box {
  background: #f5f5f5;
  padding: 40px 0;
}

.ctact-from-ri {
  width: 100%;
  border-radius: 20px;
  background: #fff;
  box-shadow:
    0px 383px 107px 0px rgb(132 155 179 / 0%),
    0px 245px 98px 0px rgb(132 155 179 / 1%),
    0px 138px 83px 0px rgb(132 155 179 / 5%),
    0px 61px 61px 0px rgb(132 155 179 / 9%),
    0px 15px 34px 0px rgb(132 155 179 / 10%);
  overflow: hidden;
  padding: 30px;
  box-sizing: border-box;
  margin-top: 40px;
}
.ys-form-inof {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.ys-fii-input input,
.ys-fii-input textarea {
  padding: 0 14px;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  border: none;
  background-color: initial;
}

.ys-fii-input {
  width: 100%;
  height: 44px;
  border-radius: 10px;
  background: #f2f2f2;
  display: block;
}

.ys-fii-inputa {
  height: 120px;
  width: 98%;
  border-radius: 10px;
  background: #f2f2f2;
  display: block;
  box-sizing: border-box;
}
.ys-fii-inputa textarea {
  width: 100%;
  height: 120px;
  border: 0px none;
  background-color: transparent;
  font-size: 18px;
  padding: 18px 12px;
  box-sizing: border-box;
}

.std-text1,
.std-text1 p {
  font-size: 18px;
}
.ys-fii-name {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 8px;
}

.ys-form-inof-item {
  padding: 0 12px;
  margin-bottom: 12px;
  width: 100%;
}
.ys-form-inof-post {
  display: flex;
  align-items: center;
}
.ys-form-inof-item2 {
  width: 31.3%;
}

.yfiu-li-box span {
  display: block;
  width: 24px;
  height: 24px;
  border: solid 1px #999;
  position: relative;
  transition: all 0.4s;
  border-radius: 50%;
  margin-right: 12px;
}
.ys-form-inof-ul {
  margin: 0 -12px;
  display: flex;
}
.yfiu-li {
  padding: 0 5px;
}
.yfiu-li-box {
  display: flex;
  align-items: center;
}
.ys-form-inof-text {
  color: #333;
  line-height: 1.75;
  flex-shrink: 0;
  margin-right: 24px;
}

.ys-fic-auth {
  display: flex;
  position: relative;
  overflow: hidden;
}
.ys-fic-auth .ys-fii-input {
  width: 50%;
  flex-grow: 1;
}
.ys-fic-auth-img {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 116px;
}
.ys-fia-text {
  display: flex;
  align-items: flex-start;
}
.ys-fia-text-btn {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  top: 5px;
  flex-shrink: 0;
  font-size: 0;
}
.ys-fia-text-word {
  width: calc(100% - 20px);
  flex-grow: 1;
  padding-left: 10px;
  font-size: 16px;
  line-height: 1.75;
  color: #666;
}
.ys-fia-text-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #d31020;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 0.4s ease;
  border-radius: 5px;
}

.ys-fia-text-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: solid 1px transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  border-radius: 5px;
}

.ys-form-inof-agree.on .ys-fia-text-btn img {
  opacity: 1;
}

.ys-form-inof-submit {
  display: flex;
  justify-content: flex-start;
}

.ys-fii-submit {
  text-align: center;
  background: #d31020;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  line-height: 1.75;
  padding: 11px 0;
  border-radius: 100px;
  width: 40%;
  margin-top: 40px;
  margin-right: 30px;
  border: 0px none;
}

.ys-fii-submita {
  text-align: center;
  background: #ededed;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  line-height: 1.75;
  padding: 11px 0;
  border-radius: 100px;
  width: 40%;
  margin-top: 40px;
}

.yfiu-li-box span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--colormain2);
  opacity: 1;
  transition: all 0.4s;
}

/**/
.partnerul {
  display: flex;
  flex-wrap: wrap;
}
.partnerul li {
  width: 22.8%;
  margin: 1.1%;
}
.partnerul li img {
  width: 100%;
}
.partnerul li div {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  margin-top: 8px;
  text-align: center;
}

/**/
.ygfcula {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.ygfcula li {
  width: 48%;
  margin: 1%;
  text-align: center;
}
.ygfcula li img {
  width: 100%;
}

/* 称谓选择样式 */
.ys-form-inof-ul {
  display: flex;
  gap: 10px;
}

.yfiu-li {
  cursor: pointer;
  transition: all 0.3s ease;
}

.yfiu-li-box {
  border: 1px solid #ddd;
  padding: 8px 16px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.yfiu-li.act .yfiu-li-box {
  border-color: #d31020;
  background-color: #f2f2f2;
  color: #d31020;
}

.yfiu-li:hover .yfiu-li-box {
  border-color: #91d5ff;
  background-color: #f0f9ff;
}

/* 同意协议样式 */
.ys-form-inof-agree {
  cursor: pointer;
  transition: all 0.3s ease;
}

.ys-fia-text-btn {
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-right: 10px;
  float: left;
}

.ys-fia-text-btn img {
  width: 14px;
  height: 14px;
  opacity: 0;
  transition: all 0.3s ease;
}

.ys-form-inof-agree.on .ys-fia-text-btn {
  background-color: #d31020;
  border-color: #d31020;
}

.ys-form-inof-agree.on .ys-fia-text-btn img {
  opacity: 1;
}
