@charset "UTF-8";
.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 222;
  background: #fff;
}

.header .d1 .logo img {
  max-width: 1.84rem;
  max-height: 98%;
}

.header .nav li {
  margin-left: .58rem;
  position: relative;
}

.header .nav li .v1 {
  position: relative;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}

.header .nav li .v1::after {
  content: "";
  width: 0;
  height: 2px;
  background: linear-gradient(270deg, #29B5E3, #32D8A7);
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 999;
  transform: translateX(-50%);
  transition: all ease .3s;
}

.header .nav li .v2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  top: 100%;
  background: rgba(255, 255, 255, 0.9);
  width: 1.38rem;
  text-align: center;
  font-size: .14rem;
}

.header .nav li .v2 li {
  margin-left: 0;
}

.header .nav li .v2 li a {
  color: #222;
  padding: .06rem 0;
  display: block;
}

.header .nav li .v2 li:hover a {
  color: var(--color);
}

.header .nav li .v2 li:nth-child(1) {
  margin-top: .1rem;
}

.header .nav li .v2 li:last-child {
  margin-bottom: .1rem;
}

.header .nav li .v3 {
  position: fixed;
  left: 0;
  top: .62rem;
  transform: translateX(0);
  width: 100% !important;
  height: 6rem;
  overflow: hidden;
  background: #fff url("../img/line1.png") repeat-x top -0.01rem center;
  display: none;
  padding-top: .1rem;
}

.header .nav li .v3 .subchild {
  height: 6.2rem;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  margin-top: -.1rem;
  position: relative;
  padding-top: .1rem;
}

.header .nav li .v3 .subchild li {
  width: 2.99rem;
  padding: 0 .26rem;
  text-align: left;
  margin: .1rem 0;
  position: unset;
}

.header .nav li .v3 .subchild li a {
  display: block;
  position: relative;
  color: #666;
}

.header .nav li .v3 .subchild li a.s1 {
  color: #333;
}

.header .nav li .v3 .subchild li a i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header .nav li .v3 .subchild li a:hover {
  color: var(--color);
}

.header .nav li .v3 .subchild li ul {
  position: absolute;
  display: none;
  left: 100%;
  height: 6rem;
  top: 0;
  padding-top: .1rem;
  border-right: 1px solid #E5E5E5;
}

.header .nav li .v3 .subchild li:hover .sub1 {
  display: block;
}

.header .nav li .v3 .subchild li .sub1 li {
  position: unset;
}

.header .nav li .v3 .subchild li .sub1 li ul {
  top: 0;
}

.header .nav li .v3 .subchild li .sub1 li:hover .sub2 {
  display: block;
}

.header .nav li .v3 .subchild li .sub2 li {
  position: unset;
}

.header .nav li .v3 .subchild li .sub2 li ul {
  top: 0;
}

.header .nav li .v3 .subchild li .sub2 li:hover .sub3 {
  display: block;
}

.header .nav li .v3 .subchild li:hover > a {
  color: var(--color);
}

.header .nav li .v3 .subchild > li:nth-child(2) .sub1 {
  border-right: 0;
}

.header .nav li .v3 .subchild > li:nth-child(2) .sub1 li {
  width: 7.7rem;
}

.header .nav li .v3.show {
  top: .99rem;
}

.header .nav li:hover .v1, .header .nav li.on .v1 {
  color: var(--color);
}

.header .nav li:hover .v1::after, .header .nav li.on .v1::after {
  width: 100%;
}

.header .nav li:nth-child(1) {
  margin-left: 0;
}

.header .lang {
  position: relative;
  margin: 0 .39rem 0 .4rem;
}

.header .lang a {
  color: #fff;
}
.header .lang a img{
    flex-shrink:0;
}
.header .lang a:hover {
  color: #29BBAC;
}

.header .lang a img {
  width: .28rem;
}

.header .lang .down {
  position: absolute;
  width: 100px;
  left: 50%;
  transform: translateX(-50%);
  top: .35rem;
  display: none;
  text-align: center;
  z-index: 22;
}

.header .lang .down a {
  display: block;
  padding: 0 .12rem;
  color: #666;
  background-color: #fff;
  position: relative;
  line-height: .4rem;
}

.header .lang .down a:hover {
  color: var(--color);
}

.header .search {
  width: .2rem;
  height: .46rem;
  position: relative;
}

.header .search .btn {
  font-size: .18rem;
  opacity: .75;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  line-height: .46rem;
}

.header .search .btn input {
  width: 100%;
  height: .46rem;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  background: rgba(255, 255, 255, 0);
  border: 0;
}

.header .search .btn i {
  color: #333;
  font-size: .22rem;
}

.header .search .btn:hover {
  opacity: 1;
}

.header .search .input {
  position: absolute;
  z-index: 1;
  left: auto;
  right: -0.12rem;
  top: .05rem;
  bottom: auto;
  height: .36rem;
  width: .2rem;
  opacity: 0;
  border-radius: .22rem;
}

.header .search .input input {
  width: 100%;
  line-height: .36rem;
  padding: 0 .45rem 0 .12rem;
  border: 0;
  font-size: inherit;
  background: none;
  color: #333;
  outline: 0;
  display: block;
}

.header .search:hover .input {
  width: 2.2rem;
  border: .01rem solid #999;
  opacity: 1;
  visibility: visible;
  background: #fff;
  transition: .3s;
}

.header .search:hover i {
  color: #999;
}

.header .btn2 button,
.header .btn2 .button {
  width: 1.51rem;
  height: 0.42rem;
  background: linear-gradient(-90deg, #00F260, #0575E6);
  border-radius: 0.21rem;
  color: #fff;
}

.header .btn2 button img,
.header .btn2 .button img {
  margin-right: .1rem;
  width: .21rem;
}

.header .btn2 button:hover,
.header .btn2 .button:hover {
  opacity: .88;
}

.header.fix .d1, .header.fix2 .d1, .header:hover .d1 {
  box-shadow: 0px 0px 0.24rem 0px rgba(0, 0, 0, 0.1);
}

.mainBtn,
a.mainBtn {
  width: 1.56rem;
  height: .48rem;
  background: linear-gradient(-90deg, #00F260, #0575E6);
  border-radius: 0.06rem;
  color: #fff;
}

.mainBtn:hover,
a.mainBtn:hover {
  opacity: .88;
}

.footer {
  width: 100%;
  clear: both;
  background: #eef0f3;
  padding: .89rem 0 .49rem;
}

.footer .ft1 {
  padding: 0 0 1rem;
}

.footer .ft1 .logo {
  margin-bottom: .82rem;
}

.footer .ft1 .logo img {
  width: 1.84rem;
}

.footer .ft1 .lxfs {
  max-width: 3.2rem;
}

.footer .ft1 .lxfs .tit {
  color: #555;
}

.footer .ft1 .lxfs .tel {
  color: var(--color);
  margin-top: .05rem;
}

.footer .ft1 .ft-nav li .tit {
  margin-bottom: .15rem;
}

.footer .ft1 .ft-nav li .tit a {
  color: #333;
}

.footer .ft1 .ft-nav li ul {
  display: block;
}

.footer .ft1 .ft-nav li ul li {
  width: 100%;
  margin-bottom: .1rem;
}

.footer .ft1 .ft-nav li ul li a {
  color: #666;
}

.footer .ft1 .ft-nav li ul li:hover a {
  color: var(--color);
}

.footer .ft2 {
  font-size: .15rem;
  color: #555;
}

.footer .ft2 a {
  color: #555;
}

.footer .ft2 a:hover {
  color: rgba(0, 0, 0, 0.8);
}

.footer .ft2 .copyright .js:hover {
  color: rgba(0, 0, 0, 0.6);
}

.footer .ft2 .tech span {
  margin: 0 .15rem;
}

.bgt {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tkg {
  height: 1rem;
}

.banner {
  width: 100%;
}

.banner .swiper-container {
  position: relative;
  z-index: 22;
}

/*.banner .swiper-container::after {*/
/*  content: "";*/
/*  height: 1.9rem;*/
/*  width: 100%;*/
/*  background: url("../img/bg_slide.png") no-repeat bottom -5px center;*/
/*  background-size: 100% 100%;*/
/*  z-index: 12;*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*}*/



.banner .swiper-pagination {
  bottom: .3rem!important;
  z-index: 22;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: .12rem;
  height: .12rem;
  border: 1px solid var(--color);
  border-radius: 50%;
  margin: 0 .1rem!important;
  background: none;
  opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color);
}

.banner .ban-slide-bj {
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  background: no-repeat center;
  background-size: cover;
}

.banner .ban-slide-bj1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
.banner video{
    width:100%;
    height:100%;
    object-fit:cover;
}

.banner .swiper-slide-active .ban-slide-bj {
  transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transition: all linear 5s;
  -webkit-transition: all linear 5s;
}

.banner .jt {
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: none;
  transition: all ease .3s;
}

.banner .jt i {
  color: #fff;
  font-size: 3vw;
}

.banner .jt.swiper-button-prev {
  left: -3vw;
}

.banner .jt.swiper-button-next {
  right: -3vw;
}

.banner .jt:after {
  display: none;
}

.banner:hover .jt.swiper-button-prev {
  left: 2vw;
}

.banner:hover .jt.swiper-button-next {
  right: 2vw;
}

.sec-type {
  text-align: center;
  margin-bottom: .4rem;
}

.sec-type .en {
  color: var(--color);
  text-transform: uppercase;
  margin-top: 0;
}

.sec-type .desc {
  margin-top: .03rem;
}

.sec-type.sec-type2 {
  color: #fff;
  text-align: left;
}

.sec-type.sec-type2 .en {
  color: #fff;
}

.section1 .list {
  border: 1px solid #eee;
}

.section1 .list li a {
  display: flex;
  height: 100%;
}

.section1 .list li:last-child .item {
  border-right: none;
}

.section1 .list .item {
  border-right: 1px solid #eee;
  padding: .65rem .35rem;
  flex: 1;
  overflow: hidden;
}

.section1 .list .item .item-pic {
  width: 1.88rem;
  flex-shrink: 0;
}

.section1 .list .item .item-info {
  padding: 0 .1rem 0 .35rem;
}

.section1 .list .item .item-info .tit {
  color: var(--color);
}

.section1 .list .item .item-info .zt {
  margin: .14rem 0 .2rem;
  color: #666;
}

.section1 .list .item .item-info .zt img {
  width: .17rem;
  margin-right: .07rem;
}

.section1 .list .item .item-info .desc {
  color: #555;
}

.section2 {
  background: #eee;
}

.section2 .tabs {
  margin-bottom: .53rem;
}

.section2 .tabs ul {
  overflow-x: auto;
}
.section2 .tabs ul li{
    margin-bottom:.12rem;
}
.section2 .tabs li a {
  color: #666;
  padding: 0 .18rem;
  white-space: nowrap;
  height: .32rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .16rem;
}

.section2 .tabs li.active a {
  background: linear-gradient(-90deg, #00F260, #0575E6);
  color: #fff;
}

.section2 .tablist .tabcont {
  position: relative;
  padding: 0 .75rem;
  margin: 0 -.75rem;
  display: none;
}

.section2 .tablist .tabcont .item {
  background: #fff;
  border-radius: 0.06rem;
  padding: .45rem .3rem;
  transition: all ease .3s;
  margin: .15rem;
}

.section2 .tablist .tabcont .item .item-tit {
  color: var(--color);
  -webkit-line-clamp:2;
  line-height:1.6;
  height:3.2em;
}

.section2 .tablist .tabcont .item .item-desc {
  color: #666;
  margin: .18rem 0;
  line-height:1.8;
  height:5.4em;
  -webkit-line-clamp:3;
}

.section2 .tablist .tabcont .item .jt {
  width: .2rem;
  height: .2rem;
  opacity: 0;
  transition: all ease .3s;
}

.section2 .tablist .tabcont .item .jt i {
  font-size: .1rem;
}

.section2 .tablist .tabcont .item:hover {
  box-shadow: 0rem 0rem 0.27rem 0.03rem rgba(0, 0, 0, 0.1);
  border-radius: 0.06rem;
}

.section2 .tablist .tabcont:nth-child(1) {
  display: block;
}

.section2 .tablist .slides {
  position: relative;
  min-height:1.9rem;
}

.section2 .tablist .slides:hover .jt {
  opacity: 1;
}

.section2 .tablist .jt {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  width: .48rem;
  height: .48rem;
  background: var(--color);
  z-index: 22;
  cursor: pointer;
  color: #fff;
  border-radius: 50%;
}

.section2 .tablist .jt i {
  font-weight: bold;
  font-size: .2rem;
}

.section2 .tablist .jt.prev1 {
  left: 0;
}

.section2 .tablist .jt.next1 {
  right: 0;
}

.section2 .tablist .jt.swiper-button-disabled {
  opacity: .5;
}

.section3 .tabs2 {
  padding: 0 1rem;
}

.section3 .tabs2 li a {
  color: #474747;
  padding: .16rem .2rem;
  display: inline-block;
  position: relative;
  transition: all ease .3s;
  white-space: nowrap;
}

.section3 .tabs2 li a::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: .03rem;
  background: linear-gradient(-90deg, #00F260, #0575E6);
  border-radius: .02rem;
  transition: all ease .3s;
}

.section3 .tabs2 li.active a {
  color: var(--color);
  font-weight: bold;
}

.section3 .tabs2 li.active a::after {
  width: 100%;
  max-width: 1.04rem;
}

.section3 .tablist {
  color: #fff;
}

.section3 .tablist .tabcont .wrap {
  min-height: 7.27rem;
}

.section3 .tablist .tabcont .item {
  max-width: 6.3rem;
}

.section3 .tablist .tabcont .item .icon {
  margin-top: -.9rem;
}

.section3 .tablist .tabcont .item .icon img {
  width: .61rem;
}

.section3 .tablist .tabcont .item .tit {
  margin: .32rem 0 .18rem;
}

.section4 .item-type {
  margin-bottom: .37rem;
  position: relative;
  padding-left: .15rem;
}

.section4 .item-type::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: .04rem;
  height: .22rem;
  background: linear-gradient(180deg, #00F260, #0575E6);
  border-radius: 2px;
}

.section4 .list li .item {
  padding: .15rem .25rem .15rem .15rem;
  border-top: 1px solid #EBEBEB;
}

.section4 .list li .item .item-pic {
  width: 1.68rem;
  margin-right: .15rem;
}

.section4 .list li .item .item-info .date {
  color: #666;
}

.section4 .list li .item .item-info .date i {
  color: var(--color);
  margin-right: .06rem;
}

.section4 .list li .item .item-info .tit {
  margin-top: .19rem;
  color: #333;
}

.section4 .list li .item:hover .tit {
  color: var(--color);
}

.section4 .list li:last-child .item {
  border-bottom: 1px solid #EBEBEB;
}

.section4 .link {
  margin-top: .7rem;
}

.section5 .list .col1 {
  background: rgba(255, 255, 255, 0.8);
  border-radius: .06rem;
  padding: .35rem .2rem .3rem .48rem;
  height: 3.5rem;
}

.section5 .list .col1 .hq1 {
  color: #666;
}

.section5 .list .col1 .hq2 .dllist {
  padding-right: .8rem;
}

.section5 .list .col2 {
  width: 4.65rem;
  flex-shrink: 0;
  margin-left: .22rem;
}

.section5 .list .col2 li .item {
  height: 1.63rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: .06rem;
  padding: .32rem .37rem;
}

.section5 .list .col2 li .item .icon {
  text-align: right;
  margin-top: .15rem;
}

.section5 .list .col2 li .item .icon img {
  width: .62rem;
}

.section5 .list .col2 li:nth-child(2) {
  margin-top: .22rem;
}

.section6 .info {
  padding-right: .63rem;
}

.section6 .info .desc {
  margin: .56rem 0 .9rem;
}

.section6 .info .link a {
  width: 1.66rem;
  height: .48rem;
  background: linear-gradient(-90deg, #00F260, #0575E6);
  border-radius: .24rem;
  color: #ffff;
}

.section6 .info .link a i {
  margin-right: .1rem;
}

.section6 .info .link a:hover {
  opacity: .88;
}

.section6 .box2 {
  margin-top: 1rem;
  text-align: center;
}

.section6 .box2 li .tit {
  color: #666;
  margin-top: -.05rem;
}

.gupiao {
  color: #666;
}

.gupiao .hq2 {
  margin-top: 0;
}

.gupiao .hq2 .hq21 {
  align-items: flex-end;
}

.gupiao .hq2 .zhang {
  color: #237c02;
}

.gupiao .hq2 .die {
  color: #FF0000;
}

.gupiao .hq2 .zhangfu {
  color: #333;
  margin-top: .28rem;
}

.gupiao .hq2 .zhangfu li {
  margin-left: .38rem;
}

.gupiao .hq2 .zhangfu.die {
  color: #FF0000;
}

.gupiao .hq2 .zhangfu.zhang {
  color: #237c02;
}

.gupiao .hq3 {
  margin: .06rem 0 .2rem 0;
  max-width: 85%;
}

.gupiao .hq3 .dd .num {
  color: #333;
  margin-top: .03rem;
}

.vmore {
  width: 1.94rem;
  background: linear-gradient(-90deg, #00F260, #0575E6);
  border-radius: .29rem;
  padding: .02rem;
}

.vmore span {
  background: #fff;
  height: .6rem;
  border-radius: .29rem;
}

.section7 {
  padding-bottom: 2.6rem;
}

.section7 .sec-type .en {
  color: var(--color);
}

.section7 .list {
  position: relative;
}

.section7 .list li {
  position: unset;
  color: #fff;
  text-align: center;
}

.section7 .list li .item {
  cursor: pointer;
  margin-right: .96rem;
  position: relative;
}

.section7 .list li .item .icon {
  height: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section7 .list li .item .icon img {
  width: .48rem;
}

.section7 .list li .item .tit {
  margin-top: .15rem;
}

.section7 .list li .item::after {
  content: "";
  opacity: 0;
  border: .15rem solid transparent;
  border-bottom: 0.15rem solid rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: -.23rem;
  left: 50%;
  transform: translateX(-50%);
}

.section7 .list li .item-cont {
  position: absolute;
  left: 0;
  display: none;
  top: .65rem;
  width: 12rem;
  text-align: left;
}

.section7 .list li .item-cont .desc {
  margin-top: .05rem;
}

.section7 .list li .item-cont .wrap {
  margin-top: .6rem;
  min-height: 1.39rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: .06rem;
  padding: .36rem;
}

.section7 .list li:last-child .item {
  margin-right: 0;
}

.section7 .list li:hover .item::after {
  opacity: 1;
}

.section7 .list li:hover .item-cont {
  display: block;
}

/* inner-slides */
.inner-slide {
  height: 7.2rem;
  max-height: 100vh;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.inner-slide .bgt {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.inner-slide .bgt::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}

.inner-slide .slide-txt {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  color: #fff;
  text-align: center;
}

.inner-slide .slide-txt .type-desc {
  margin-top: -.06rem;
}

.product .pro1 {
  background: #F8F8F8;
}

.product .pro1 .list .item {
  background: #fff;
  border-radius: 0.06rem;
  padding: .55rem .3rem .2rem .3rem;
  transition: all ease .3s;
}

.product .pro1 .list .item .item-tit {
  color: #333;
}

.product .pro1 .list .item .item-desc {
  color: #666;
  margin: .13rem 0 .26rem;
  line-height: 1.8;
  height: 5.4em;
    -webkit-line-clamp: 3;
}

.product .pro1 .list .item .slides {
  position: relative;
}

.product .pro1 .list .item .jt {
  width: .2rem;
  height: .2rem;
  opacity: 0;
  transition: all ease .3s;
}

.product .pro1 .list .item .jt i {
  font-size: .1rem;
}

.product .pro1 .list .item:hover {
  box-shadow: 0rem 0rem 0.27rem 0.03rem rgba(0, 0, 0, 0.1);
}

.product .pro1 .list .item:hover .item-tit {
  color: var(--color);
}

.product .pro1 .list .item:hover .jt {
  opacity: 1;
}

.product .pro2 .list {
  border: 1px solid #E5E5E5;
}

.product .pro2 .list li {
  border-right: 1px solid #E5E5E5;
}

.product .pro2 .list li:last-child {
  border-right: none;
}

.product .pro2 .list li .item {
  padding: 1.24rem .44rem .7rem .44rem;
}

.product .pro2 .list li .item .item-tit1 {
  color: #333;
}

.product .pro2 .list li .item .item-tit2 {
  color: var(--color);
  margin: .1rem 0 .22rem;
}

.product .pro2 .list li .item .item-link {
  margin-top: 1.25rem;
}

.more1 {
  width: .48rem;
  height: .48rem;
  background: var(--color);
  color: #fff;
  border-radius: 50%;
}

.more1:hover {
  opacity: .88;
}

.swp-jt {
  position: relative;
}

.swp-jt .jt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: .48rem;
  height: .48rem;
  background: var(--color);
  z-index: 22;
  cursor: pointer;
  color: #fff;
  border-radius: 50%;
}

.swp-jt .jt i {
  font-weight: bold;
}

.swp-jt .jt.prev1 {
  left: 0;
}

.swp-jt .jt.next1 {
  right: 0;
}

.swp-jt .jt.swiper-button-disabled {
  opacity: .5;
}

.swp-jt .jt:hover {
  opacity: .88;
}

.crumbs {
  padding: .25rem 0 .7rem;
  position: relative;
  z-index: 1;
}

.crumbs .wz {
  color: #666;
}

.crumbs .wz a {
  color: #666;
}

.crumbs .wz a:hover {
  color: var(--color);
}

.crumbs .subcat li {
  margin-left: .56rem;
}

.crumbs .subcat li a {
  padding: .1rem 0;
  position: relative;
  color: #666;
}

.crumbs .subcat li a::after {
  content: "";
  width: 0;
  max-width: .29rem;
  height: .04rem;
  background: linear-gradient(-90deg, #00F260, #0575E6);
  border-radius: .02rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s;
}

.crumbs .subcat li:first-child {
  margin-left: 0;
}

.crumbs .subcat li:hover a, .crumbs .subcat li.active a {
  color: var(--color);
}

.crumbs .subcat li:hover a::after, .crumbs .subcat li.active a::after {
  width: 100%;
}

.crumbs.crumbs2 {
  padding-bottom: .4rem;
}

.subcat2 {
  padding: .2rem 0;
}

.subcat2 li {
  margin: 0 .1rem;
}

.subcat2 li a {
  padding: 0 .15rem;
  color: #666;
  white-space:nowrap;
  height: .32rem;
  border-radius: .16rem;
  transition: all ease .3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subcat2 li:hover a, .subcat2 li.active a {
  background: linear-gradient(-90deg, #00F260, #0575E6);
  color: #fff;
}

.apply .list .card {
  margin-bottom: 1.09rem;
}

.apply .list .card .item-info {
  padding-left: .25rem;
}

.apply .list .card .item-info .yy-tit {
  margin: .5rem 0 .12rem;
  color: var(--color);
}

.apply .list .card .item-info .item-sub li .item {
  padding: .1rem 0;
  border-bottom: 1px solid #D2D2D2;
  position: relative;
  line-height:1.3;
  height:4em;
}

.apply .list .card .item-info .item-sub li .item a {
  color: #666;
  display: block;
}

.apply .list .card .item-info .item-sub li .item::after {
  content: "";
  width: 0;
  height: 1px;
  background: var(--color);
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
  transition: all ease .3s;
}

.apply .list .card .item-info .item-sub li:hover .item a {
  color: var(--color);
}

.apply .list .card .item-info .item-sub li:hover .item::after {
  width: 100%;
}

.linian .ln1 {
  margin-bottom: .46rem;
}

.linian .ln2 li .item .item-tit {
  margin-top: -.03rem;
  color: #666;
}

.linian .ln2 .info .desc {
  margin-top: .1rem;
}

.yanfa .slides {
  padding: .5rem 1rem 0 1rem;
  overflow: hidden;
  position: relative;
  display: none;
}

.yanfa .slides .swiper-slide {
  width: 80%;
  transition: 300ms;
  position: relative;
  z-index: 0;
}

.yanfa .slides .swiper-slide img {
  border-radius: .1rem;
}

.yanfa .slides .swiper-slide .item .bimg {
  border-radius: .17rem;
}

.yanfa .slides .swiper-slide .item .item-tit {
  display: none;
  margin-top: .1rem;
}

.yanfa .slides .swiper-slide-active .item .item-tit,
.yanfa .slides .swiper-slide-duplicate-active .item .item-tit {
  display: block;
}

.yanfa .slides .swiper-slide-active .item img,
.yanfa .slides .swiper-slide-duplicate-active .item img {
  box-shadow: 0px 0px 36px 4px rgba(0, 0, 0, 0.3);
}

.yanfa .slides .jt {
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
}

.yanfa .slides .jt.prev {
  left: 0;
}

.yanfa .slides .jt.next {
  right: 0;
}

.yanfa .slides .item {
  text-align: center;
}

.yanfa .slides .item .item-tit {
  margin-top: .1rem;
}

.quality .mc_nd1_list {
  
}

.quality .mc_nd1_list li {
  margin-bottom: .35rem;
}

.quality .mc_nd1_list li .item-tit {
  padding: .13rem 0;
  border-bottom: 1px solid #D2D2D2;
  cursor: pointer;
}

.quality .mc_nd1_list li .item-tit .icon {
  width: .48rem;
  height: .48rem;
  background: #009944;
  border-radius: 50%;
  margin-right: .15rem;
}

.quality .mc_nd1_list li .item-tit .icon img {
  max-width: .31rem;
}

.quality .mc_nd1_list li .item-tit .tit {
  color: #333;
}

.quality .mc_nd1_list li .item-tit .fold {
  margin-top: .05rem;
}

.quality .mc_nd1_list li .item-tit .fold i {
  color: var(--color);
  font-weight: bold;
}

.quality .mc_nd1_list li .item-tit.active .fold i::before {
  content: "\e62f";
}

.quality .mc_nd1_list li .item-cont {
  color: #666;
  padding: .25rem 0 0 0;
  line-height: 2;
}

.quality .mc_nd1_list li:last-child {
  margin-bottom: 0;
}

/* sidebar */
.mc_aside_navbox {
  padding-left: .2rem;
}

/* 9.11 syc */
.mc_aside_navbox1 .mc_aside_li {
  margin: .3rem 0;
}

.history .qus-side {
  width:4.6rem;
  flex-shrink: 0;
}

.mc_aside_navbox {
  position: sticky;
  top: 1.3rem;
  width: 1.8rem;
}

.mc_aside_li {
  position: relative;
  z-index: 1;
  padding-right: .2rem;
  line-height: .2rem;
  color: #999999;
  text-align: right;
  margin: .6rem 0;
  border-top: .01rem solid transparent;
  border-bottom: .01rem solid transparent;
  cursor: pointer;
  transition: all .36s;
}
.mc_aside_li .desc{
    position:absolute;
    width:100%;
    max-width:3.5rem;
    left:.9rem;
    top:50%;
    transform: translateY(-50%);
}

.qus-side .mc_aside_navbox{
    width:100%;
}
.quality .qus-side{
    
    margin-right:1.5rem;
}
.mc_aside_li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: .07rem;
  height: .07rem;
  border-radius: 50%;
  background: var(--color);
  border: .01rem solid #fff;
  transition: all .36s;
}

.mc_aside_li::after {
  display: none;
  content: "";
  position: absolute;
  left: .04rem;
  top: 50%;
  width: .01rem;
  height: .65rem;
  border-radius: 50%;
  background: #d4dbf1;
  z-index: -1;
  transition: all .36s;
}

.mc_aside_li:last-child::after {
  display: none;
}

.mc_aside_li.on {
  color: #333333;
}

.mc_aside_li.on::before {
  box-shadow: 0 0 0.06rem 0 #009944;
}

.mc_aside_li.on::after {
  background: var(--color);
}

.mc_aside_nav {
  position: relative;
}

.mc_aside_nav::before {
  content: "";
  position: absolute;
  right: .04rem;
  top: .11rem;
  z-index: -2;
  width: 1px;
  height: calc(100% - .22rem);
  background: #d4dbf1;
  transition: all .36s;
}

.mc_aside_navline {
  display: none;
  position: absolute;
  left:.65rem;
  top: .11rem;
  z-index: -1;
  width: 1px;
  max-height: calc(100% - .22rem);
  background: var(--color);
  transition: all .3s;
}

/* news */
.news .list li .item .fitImg {
  padding-top: 70%;
}

.news .list li .item .item-txt {
  padding: .25rem .16rem;
}

.news .list li .item .item-txt .item-date {
  color: #666;
}

.news .list li .item .item-txt .item-date i {
  color: var(--color);
  margin-right: .1rem;
}

.news .list li .item .item-txt .item-tit {
  margin-top: .15rem;
}

.pages {
  padding: .4rem 0 0;
}

.pages li {
  margin: 0 .04rem;
}

.pages li a {
  height: .48rem;
  padding: 0 .195rem;
  border: 1px solid #C9C9C9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
}

.pages li:hover a, .pages li.active a {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}

/* detail */
.detail .det1 {
  background: #F9F9F9;
  padding: .15rem 0 .73rem;
}

.detail .det1 .news-tit {
  color: var(--color);
  margin-bottom: .8rem;
}

.detail .det1 .news-attr .attr {
  color: #666;
}

.detail .det1 .news-attr .attr .dd {
  margin-right: .3rem;
}

.detail .det1 .news-attr .share a {
  width: .42rem;
  height: .42rem;
  margin-left: .14rem;
  background: #43AB35;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.detail .det1 .news-attr .share a::before {
  color: #fff;
}

.detail .det1 .news-attr .share a i {
  font-size: .2rem;
  color: #fff;
}

.detail .det1 .news-attr .share a.icon-weibo {
  background: #E41523;
}

.detail .det1 .news-attr .share .social-share {
  display: flex;
  align-items: center;
}

.detail .det2 {
  padding-top: .6rem;
}

.detail .det2 .content {
  line-height: 1.8;
  padding-bottom: 1rem;
}

.detail .det2 .content img {
  max-width: 100% !important;
  height: auto !important;
}

.detail .det2 .news-tools {
  padding: .28rem 0 0 0;
  border-top: 1px solid #EBECEC;
}

.detail .det2 .news-tools .sxp li {
  padding: .06rem 0;
  color: #333;
}

.detail .det2 .news-tools .sxp li .txt1 {
  flex-shrink: 0;
}

.detail .det2 .news-tools .goback {
  width: 1.51rem;
  height: .42rem;
  flex-shrink: 0;
  margin-left: 2rem;
  background: linear-gradient(-90deg, #00F260, #0575E6);
  border-radius: .21rem;
  color: #fff;
}

.detail .det2 .news-tools .goback:hover {
  opacity: .9;
}

/* fuwu */
.g-type2 {
  margin-bottom: .4rem;
}

.fuwu .box1 .fuwu1 .item-info {
  padding-left: .42rem;
}

.fuwu .box1 .fuwu1 .item-info .tit {
  line-height: 1.5;
}

.fuwu .box1 .fuwu1 .item-info .desc {
  margin-top: .4rem;
}

.fuwu .box1 .fuwu2 .list {
  border: 1px solid #DCDCDC;
  border-right: 0;
  border-bottom: 0;
}

.fuwu .box1 .fuwu2 .list li {
  border-right: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}

.fuwu .box1 .fuwu2 .list li .item {
  padding: .66rem .28rem;
  min-height: 4rem;
  position: relative;
}

.fuwu .box1 .fuwu2 .list li .item .icon img {
  width: .55rem;
}

.fuwu .box1 .fuwu2 .list li .item .tit {
  font-weight: bold;
  padding-bottom: .2rem;
  margin: .4rem 0 .18rem;
  position: relative;
}

.fuwu .box1 .fuwu2 .list li .item .tit::after {
  content: "";
  width: .26rem;
  height: 1px;
  background: var(--color);
  position: absolute;
  bottom: 0;
  left: 0;
}

.fuwu .box1 .fuwu2 .list li .item .xh {
  font-weight: bold;
  color: rgba(40, 109, 255, 0.06);
  position: absolute;
  right: .24rem;
  bottom: -.35rem;
}

.fuwu .fuwu3 {
  background: #F3F3F3;
}

.fuwu .fuwu3 .slides {
  padding: 0 .73rem;
  margin: 0 -.73rem;
}

.fuwu .fuwu3 .slides .jt.prev {
  left: 0;
}

.fuwu .fuwu3 .slides .jt.next {
  right: 0;
}

.fuwu .fuwu3 .slides .item {
  text-align: center;
}

.fuwu .fuwu3 .slides .item .item-tit {
  margin-top: .2rem;
  color: #666;
}

.lxfs .tit1 {
  color: #333;
  margin-bottom: .28rem;
}

.lxfs .tel .tit1 {
  margin-bottom: .1rem;
}

.lxfs .tel .cont {
  color: var(--color);
}

.lxfs .qrcode {
  margin: .4rem 0 .5rem;
}

.lxfs .qrcode .ewm img {
  width: 1.73rem;
}

.message .item {
  margin-bottom: .15rem;
}

.message .item .label {
  margin-bottom: .16rem;
}

.message .item .label font {
  color: #FF0000;
}

.message .item .intbox {
  height: .49rem;
  border: 1px solid #D2D2D2;
}

.message .item .intbox input {
  width: 100%;
  height: 100%;
  padding: 0 .17rem;
}

.message .item .intbox input::-webkit-input-placeholder {
  color: #666;
  font-size: inherit;
}

.message .item .intbox textarea {
  width: 100%;
  height: 100%;
  padding: .17rem;
  resize: none;
}

.message .item .intbox textarea::-webkit-input-placeholder {
  color: #666;
  font-size: inherit;
}

.message .item .intbox.area {
  height: 1.47rem;
}

.message .item .yzm {
  width: 1.47rem;
  height: .49rem;
}

.message .tips {
  margin: .1rem 0 .7rem;
}

.message .tips font {
  color: #FF0000;
}

.message .tips a {
  color: #286DFF;
}

/* history */
.history .qus-side .mc_aside_nav {
  width: 100%;
}
.history .qus-side .mc_aside_navbox{
    padding-left:0;
}
.history .qus-side .mc_aside_nav::before{
    right:auto;
    left:.65rem;
}
.history .qus-side .mc_aside_li::before{
    right:auto;
    left:.61rem;
}
.history .qus-side .mc_aside_li {
  text-align: left;
}

.history .mc_nd1_list {
  max-width:96%;
}

.history .mc_nd1_list li {
  margin-bottom: 1rem;
}

.history .mc_nd1_list li .item .item-pic {
  margin: .36rem 0 .3rem;
}

.history .mc_nd1_list li .item .item-pic img {
  width: 100%;
}

.history .mc_nd1_list li .item .item-tit {
  padding-left: .25rem;
  position: relative;
  margin-bottom: .13rem;
  max-width: 70%;
}

.history .mc_nd1_list li .item .item-tit::before {
  content: "";
  width: .04rem;
  height: .04rem;
  background: #333;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.history .mc_nd1_list li .slides {
  position: relative;
}

.history .mc_nd1_list li .slides .arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: .4rem;
}

.history .mc_nd1_list li .slides .arrow .jt {
  position: relative;
  margin-left: .19rem;
}

.history .mc_nd1_list li:last-child {
  margin-bottom: 0;
}

.bg-gray {
  background: #F8F8F8;
}

.proside {
  width: 2.58rem;
  margin-right: .42rem;
  float: left;
}

.proside .sidebar {
  background: #fff;
  position: sticky;
  top: 1rem;
  z-index: 21;
  box-shadow: 0rem 0.01rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
  min-height: 2rem;
  border-radius: .1rem;
  padding-bottom: .2rem;
}

.proside .sidebar > ul {
  position: relative;
  padding: .1rem .16rem;
}

.proside .sidebar > ul::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: .08rem;
  background: linear-gradient(90deg, #0089DA, #00E37F);
  border-radius: .05rem .05rem 0rem 0rem;
  z-index: 1;
}

.proside .sidebar > ul > li {
  margin-top: .35rem;
}

.proside .sidebar > ul > li a {
  position: relative;
  display: block;
}

.proside .sidebar > ul > li a i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.proside .sidebar > ul > li > a {
  font-weight: bold;
  font-family: 'HarmonyOS_Sans_Bold';
  font-weight: 600;
  color: var(--color);
}

.proside .sidebar > ul > li .sub2 {
  margin-top: .26rem;
  display: none;
}

.proside .sidebar > ul > li .sub2 > li {
  margin-bottom: .2rem;
}

.proside .sidebar > ul > li .sub2 > li a {
  color: #666;
}

.proside .sidebar > ul > li .sub2 > li:hover > a, .proside .sidebar > ul > li .sub2 > li.active > a {
  color: var(--color);
}

.proside .sidebar > ul > li .sub3 {
  margin-top: .26rem;
  padding-left: .23rem;
  display: none;
}

.proside .sidebar > ul > li .sub3 li {
  margin-bottom: .18rem;
}

.proside .sidebar > ul > li .sub3 li a {
  padding-left: .2rem;
  position: relative;
}

.proside .sidebar > ul > li .sub3 li a::before {
  content: "";
  width: .04rem;
  height: .04rem;
  border: 1px solid #ddd;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.proside .sidebar > ul > li .sub3 li:hover > a, .proside .sidebar > ul > li .sub3 li.active > a {
  color: var(--color);
}

.proside .sidebar > ul > li .sub3 li:hover > a::before, .proside .sidebar > ul > li .sub3 li.active > a::before {
  border-color: var(--color);
}

.proside .sidebar > ul > li .fold {
  color: var(--color) !important;
}

.proside .sidebar > ul > li .fold > i::before {
  content: "\e609";
}

.proside .sidebar > ul > li.active .sub2 {
  display: block;
}

.proside .sidebar > ul > li .sub2 li.active > .sub3 {
  display: block;
}

.prolist {
  width: 100%;
  clear: both;
  overflow: hidden;
}

.prolist .procont {
  float: right;
  width: calc(100% - 3rem);
}

.prolist .procont .pro-type .type-desc {
  margin: .1rem 0 .28rem 0;
}

.prolist .procont .list {
  padding-bottom: 1.2rem;
}

.prolist .procont .list li {
  margin-bottom: .15rem;
}

.prolist .procont .list li .item {
  background: #FFFFFF;
  border-radius: .06rem;
  padding: .37rem .1rem;
  text-align: center;
  transition: all ease .3s;
}

.prolist .procont .list li .item .item-pic {
  margin-top: .4rem;
}

.prolist .procont .list li .item:hover {
  box-shadow: 0rem 0rem 0.27rem 0.03rem rgba(0, 0, 0, 0.1);
}

.detail2 .probox1 {
  padding-bottom: 1.23rem;
}

.detail2 .probox1 .slides .gallery {

  border: 1px solid #BFBFBF;
}

.detail2 .probox1 .slides .thumbs {
  margin-top: .16rem;
  padding-right: .51rem;
  position: relative;
}

.detail2 .probox1 .slides .thumbs .item {
  /*height: .8rem;*/
  border: .01rem solid #BFBFBF;
  padding: .05rem;
}

.detail2 .probox1 .slides .thumbs .next {
  right: 0;
  top: 50%;
  display:none;
  transform: translateY(-50%);
  width: .32rem;
  height: .32rem;
}

.detail2 .probox1 .slides .thumbs .swiper-slide-thumb-active .item {
  border-color: var(--color);
}

.detail2 .probox1 .info {
  padding-left: .46rem;
}

.detail2 .probox1 .info .title {
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  background: linear-gradient(180deg, #00F260 0%, #0575E6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.detail2 .probox1 .info .desc {
  color: #666;
  margin: .27rem 0 .78rem;
}

.detail2 .probox1 .info .link .a1 {
  margin-left: .46rem;
}

.detail2 .probox1 .info .link .a1 img {
  width: .29rem;
  margin-right: .11rem;
}

.detail2 .probox2 .procont .dl {
  margin-bottom: .8rem;
}

.detail2 .probox2 .procont .dl .pro-type {
  padding-bottom: .16rem;
  border-bottom: 1px solid #D2D2D2;
  margin-bottom: .35rem;
}

.detail2 .probox2 .procont .dl .pro-type .fold {
  width: .19rem;
  height: .19rem;
  border-radius: 50%;
  background: var(--color);
  color: #fff;
  cursor: pointer;
}

.detail2 .probox2 .procont .dl .type-cont {
  line-height: 1.8;
}

.detail2 .probox2 .procont .dl .type-cont .h4 {
  color: var(--color);
}

.detail2 .probox2 .procont .dl .type-cont img {
  max-width: 100% !important;
  height: auto !important;
}

.detail2 .probox2 .procont .dl.dl1 .item {
  background: #F6F6F6;
  border-radius: .06rem;
  padding: .37rem .28rem;
}

.detail2 .probox2 .procont .dl.dl1 .item .icon {
  width: .46rem;
  height: .46rem;
  background: #009944;
  border-radius: 50%;
}

.detail2 .probox2 .procont .dl.dl1 .item .icon img {
  width: .24rem;
}

.detail2 .probox2 .procont .dl.dl1 .item .item-tit {
  margin-top: .2rem;
  color: #666;
}

.detail2 .probox2 .procont .dl.dl1 .item:hover {
  background: #f2f2f2;
}

.laybox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2222;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.laybox .wrap {
  width: 100%;
  height: 100%;
}

.laybox .lay-tit {
  background: var(--color);
  color: #fff;
  padding: .26rem .8rem;
}

.laybox .lay-tit .close img {
  width: .21rem;
}

.laybox .lay-cont {
  padding: .5rem .8rem .7rem .8rem;
}

.laybox .contbox {
  width: 96%;
  max-width: 12rem;
  border-radius: .1rem;
  background: #fff;
}

.laybox .contbox .lxfs .tit1 {
  color: #666;
  margin-bottom: .1rem;
}

.laybox .contbox .lxfs .email {
  margin: .6rem 0;
}

.laybox .contbox .lxfs .qrcode .tit1 {
  margin-bottom: .2rem;
}

.laybox .contbox .message li .item {
  margin-bottom: 0;
}

.laybox .contbox .message li .item .label {
  margin-bottom: .15rem;
  color: #666;
}

.laybox .contbox .message .tips {
  margin: .1rem 0 .3rem;
}

.laybox .contbox .message .link button {
  width: 100%;
}

/* touzi */
.touzi .gupiao {
  background-size: cover;
  padding: .62rem .54rem;
}

.touzi .gupiao .zhangfu {
  margin: .3rem 1rem 0 .4rem;
}

.touzi .gupiao .hq2 {
  margin: .4rem 0 .2rem;
}

.touzi .gupiao .hq3 .tit {
  color: #666;
  margin: .1rem 0 .05rem;
}

.touzi .tz_iframe {
  margin-top: .8rem;
  height: 5rem;
}

.touzi .tz_iframe.tz1 {
  height: 5rem;
}

/* culture */
.culture .list1 ul {
  gap: .05rem;
}

.culture .list1 ul li {
  width: 2rem;
}

.culture .list1 li {
  transition: all ease .3s;
}

.culture .list1 li .item {
  height: 6rem;
  color: #fff;
  position: relative;
  z-index: 1;
}

.culture .list1 li .item .item1 {
  height: 100%;
}

.culture .list1 li .item .item2 {
  padding: 0 .78rem;
  display: none;
}

.culture .list1 li .item .item2 .tit {
  margin: 0 .3rem 0 0;
}

.culture .list1 li .item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: .06rem;
  z-index: -1;
}

.culture .list1 li.active {
  width: 65.16% !important;
}

.culture .list1 li.active .item {
  display: flex;
  align-items: center;
}

.culture .list1 li.active .item::before {
  background: rgba(0, 0, 0, 0.35);
}

.culture .list1 li.active .item1 {
  display: none;
}

.culture .list1 li.active .item2 {
  display: block;
}

.jianjie .jj1 {
  margin-bottom: .8rem;
}

.jianjie .jj1 .box2 {
  margin-top: .5rem;
}

.jianjie .jj1 .box2 li {
  text-align: center;
}

.jianjie .jj1 .box2 li .num {
  color: var(--color);
}

.jianjie .jj1 .box2 li .tit {
  color: #666;
}

.jianjie .jj2 li .info {
  line-height: 2;
}

.jianjie .jj2 li .video {
  position: relative;
}

.jianjie .jj2 li .video .spt {
  display: block;
  width: 100%;
}

.jianjie .jj2 li .video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.jianjie .jj2 li .video .play img {
  width: .38rem;
}

.jianjie .jj2 li .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.jianjie .jj2 li .item-pic,
.jianjie .jj2 li .item-pic img {
  border-radius: 0 .6rem 0 .6rem;
}

/* contact */
.contact .contact-box {
  overflow: hidden;
  box-sizing: border-box;
  color: #fff;
  margin: .54rem 0 .15rem;
}

.contact .contact-box .info {
  float: left;
  background: var(--color);
  width: 6rem;
  padding: 1rem .37rem;
  box-sizing: border-box;
  height: 4.2rem;
  background-size: cover;
}

.contact .contact-box .info .cont {
  margin-top: .4rem;
}

.contact .contact-box .map {
  height: 4.2rem;
}

.contact .contact-box2 li {
  display: flex;
}

.contact .contact-box2 li .item {
  background: #fff;
  flex: 1;
  width: 100%;
  border: .01rem solid #dcdcdc;
  padding: .65rem .38rem;
}

.contact .contact-box2 li .item .tit {
  font-weight: bold;
  color: #009944;
  border-bottom: .01rem solid #dcdcdc;
  padding-bottom: .18rem;
  margin-bottom: .3rem;
}

.contact .contact-box2 li .item .cont {
  color: #666;
  line-height: 2;
}

/* history2 */
.history2 .gallery-top {
  padding: .8rem 0 1.2rem;
}

.history2 .gallery-top .item {
  color: #666;
  align-items: center;
}

.history2 .gallery-top .item .item-pic {
  width: 3.7rem;
  background: #fff;
  border-radius: .11rem;
}

.history2 .gallery-top .item .item-info {
  margin-left: .8rem;
  position: relative;
}

.history2 .gallery-top .item .item-info .item-tit {
  position: relative;
  padding-bottom: .15rem;
  margin-bottom: .3rem;
}

.history2 .gallery-top .item .item-info .item-tit::after {
  content: "";
  width: .58rem;
  height: .02rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(270deg, #00F260, #0575E6);
}

.history2 .gallery-top .item .item-info .item-cont {
  margin-top: .18rem;
  line-height: 2;
}

.history2 .slides {
  padding: 0 1rem;
  position: relative;
  z-index: 1;
  text-align: center;
}

.history2 .slides .jt {
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}

.history2 .slides .jt img {
  width: .58rem;
}

.history2 .slides .jt.prev {
  left: 0;
}

.history2 .slides .jt.next {
  right: 0;
}

.history2 .slides::before {
  content: "";
  width: 88%;
  height: .01rem;
  position: absolute;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  left: 50%;
  background: #DCDCDC;
}

.history2 .slides .swiper-slide {
  padding-top: .8rem;
  position: relative;
}

.history2 .slides .swiper-slide::before {
  content: "";
  width: .15rem;
  height: .15rem;
  position: absolute;
  top: .5rem;
  left: 50%;
  transform: translateX(-50%);
  background-position: center;
  background-size: 100% 100%;
  transition: all ease .3s;
  background-repeat: no-repeat;
  background-image: url("../img/dot1.png");
}

.history2 .slides .swiper-slide.active, {
  font-size: .24rem;
}

.history2 .slides .swiper-slide.active::before {
  background-image: url("../img/dot2.png");
}

/* job */
.job .job1 .item {
  height: 1.03rem;
  background: #fff;
  box-shadow: 0rem 0.01rem 0.2rem 0rem rgba(0, 0, 0, 0.1);
  border-radius: .1rem;
  transition: all ease .3s;
}

.job .job1 .item .icon {
  margin-right: .14rem;
}

.job .job1 .item .icon img {
  width: .56rem;
}

.job .job1 .item .icon img.i2 {
  display: none;
}

.job .job1 .item:hover, .job .job1 .item.active {
  background: linear-gradient(270deg, #00F260, #0575E6);
}

.job .job1 .item:hover .icon img.i1, .job .job1 .item.active .icon img.i1 {
  display: none;
}

.job .job1 .item:hover .icon img.i2, .job .job1 .item.active .icon img.i2 {
  display: inline-block;
}

.job .job1 .item:hover .tit, .job .job1 .item.active .tit {
  color: #fff;
}

.job .sx {
  margin: .6rem 0 .67rem;
  justify-content: flex-end;
}

.job .sx a {
  color: #666;
  text-decoration: underline;
}

.job .sx a img {
  width: .26rem;
  margin-right: .1rem;
}

.job .sx a:hover {
  color: var(--color);
}

.job .job2 .table {
  text-align: left;
  position: relative;
  margin-top: .4rem;
}

.job .job2 .table thead {
  background: #F4F4F4;
}

.job .job2 .table thead th {
  padding: .24rem .36rem;
}

.job .job2 .table tbody td {
  padding: .24rem .36rem;
}

.job .job2 .table tbody td .jt img {
  width: .2rem;
  transform: rotate(-90deg);
  transition: all ease .3s;
}

.job .job2 .table tbody td .jt.on img {
  transform: rotate(0);
}

.job .job2 .table table {
  border-collapse: collapse;
}

.job .job2 .table table th:last-child,
.job .job2 .table table td:last-child {
  padding-left: 0;
  text-align: center;
  padding-right: .2rem;
}

.job .job2 .table table tbody {
  border-bottom: 1px solid #E5E5E5;
}

.job .job2 .table table tbody tr {
  border-top: 1px solid #E5E5E5;
}

.job .job2 .table table tbody tr:nth-child(1) {
  border: 0;
}

.job .job2 .table .cont {
  border-top: 0;
}

.job .job2 .table .cont td {
  padding: 0;
}

.job .job2 .table .cont .intros {
  text-align: left;
  display: none;
  padding: .2rem .33rem;
  line-height: 2;
}

.job .job2 .table .cont .intros h3 {
  margin-bottom: .1rem;
}

.job .job2 .table .cont .intros .link {
  margin: .5rem 0 .25rem;
}

.job .job2 .table .cont .intros .link a {
  width: 1.68rem;
  height: .52rem;
  border-radius: .1rem;
  background: linear-gradient(90deg, #008ADA, #00E380);
}

.job .job2 .table .cont.on .intros {
  display: block;
}

.job .job2 .table .jt.on i::before {
  content: "\e609";
}

.job .job2 .toudi {
  padding: .4rem .36rem;
}

.job .job2 .toudi a {
  color: var(--color);
}

/* 地图 */
.map .m_con {
  position: relative;
}

.map .m_con > img {
  width: 100%;
}

.map .m_con > img.img2 {
  display: none;
}

.map .yuan_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map .yuan {
  position: absolute;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  font-size: 0;
  cursor: pointer;
}

.map .yuan .qiu {
  width: 40px;
  height: 40px;
  position: relative;
}

.map .yuan .qiu:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #19b46e;
}

.map .yuan .qiu:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgba(25, 180, 110, 0.7);
  animation: myfirst 3s linear infinite;
  width: 100%;
  height: 100%;
}

.map .m_con .tips {
  position: absolute;
  right: 20px;
  bottom: 78px;
  z-index: 1;
  text-align: right;
}

.map .yuan1 {
top: 264px;
  left: 475px;
}
.map .yuan01 {
    top: 250px;
    left: 414px;
}
.map .yuan2 {
  top: 243px;
  left: 542px;
}

.map .yuan3 {
    bottom: 222px;
    left: 405px;
}

.map .yuan4 {
  top: 156px;
  left: 150px;
}

.map .yuan5 {
  top: 220px;
  right: 226px;
}
.map .yuan6{
top: 301px;
    left: 453px;
}

.map .yuan .txt {
  position: absolute;
  color: #666;
  white-space: nowrap;
}

.map .yuan .txt .cn {
  font-size: 16px;
}
.map .yuan01 .qiu{
    display:none!important;
}
.map .yuan1 .txt {
  left:35px;
  top: 18px;
}



.map .yuan2 .txt {
  left: 115%;
  top: 10px;
}

.map .yuan3 .txt {
  left: 115%;
  top: 10px;
  z-index: 2;
}

.map .yuan4 .txt {
  left: -40px;
  top: 6px;
}

.map .yuan5 .txt {
  left: 115%;
  top: 10px;
}

.map .yuan1 .txt .cn2 {
  margin: -6px 0 0 90px;
}

.map .yuan.on {
  z-index: 3;
}

.map .yuan .txt2 {
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%) scale(0);
  width: 320px;
  padding: 32px 20px;
  background: #fff;
  box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.14);
  border-radius: 6px;
  opacity: 0;
  transition: all 0.5s;
  z-index: 99;
}

.map .yuan.on .txt,
.map .yuan.on .txt .cn2 {
  color: var(--color);
}

.map .yuan.on .txt2 {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.map .yuan .txt2 .tit1 {
  color: #333;
  margin-bottom: 10px;
}

.map .yuan .txt2 .info {
  color: #666;
  position: relative;
  line-height: 1.8;
}



.map2 .list {
  margin-top: .25rem;
}

.map2 .list li {
  margin-bottom: .25rem;
}

.map2 .list li .item {
  padding: .3rem;
  background: #fff;
  box-shadow: 0rem 0rem 0.11rem 0.01rem rgba(0, 0, 0, 0.14);
  border-radius: .06rem;
}

.map2 .list li .item .tit1 {
  font-weight: bold;
  font-size: .2rem;
  margin-bottom: .15rem;
}

.map2 .list li .item .info {
  line-height: 1.8;
}

/* 网站地图 */
.websitemap-section1 {
  width: 100%;
}

.websitemap-section1 .cont {
  padding: 20px 0;
}

.websitemap-section1 .cont .item {
  width: 100%;
  padding: 25px 0;
  border-bottom: 0.01rem solid rgba(51, 51, 51, 0.3);
  margin-bottom: 20px;
}

.websitemap-section1 .cont .item:last-child {
  margin-bottom: 0;
}

.websitemap-section1 .cont .item .tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
}

.websitemap-section1 .cont .item .tit i {
  vertical-align: middle;
  margin-left: 80px;
  font-size: 16px;
}

.websitemap-section1 .cont .item .jut {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.websitemap-section1 .cont .item .jut .list {
  display: block;
  font-size: 16px;
  width: 20%;
  padding-right: 10px;
  color: #333;
  margin-bottom: 16px;
}

.websitemap-section1 .cont .item .jut .list span {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.websitemap-section1 .cont .item .jut .list:hover {
  color: var(--color);
}

.en .header .nav li .v2{
    width:2.1rem;
    text-align:left;
    padding-left:.25rem;
}
.en .job .job1 .item .icon img{
    width:.5rem;
}