@charset "UTF-8";
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 3%;
  background-color: #fff;
  z-index: 10;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0rem 0.03rem 0.12rem rgba(34, 34, 34, 0.12);
  box-shadow: 0rem 0.03rem 0.12rem rgba(34, 34, 34, 0.12);
}

.header .logo img {
  width: 1.29rem;
}

.header .lang {
  margin: 0 .32rem 0 .78rem;
}

.header .nav > li {
  font-weight: bold;
  position: relative;
}

.header .nav > li > a {
  display: block;
  padding: .32rem .2rem;
  position: relative;
}

.header .nav > li > a i {
  width: .06rem;
  height: .03rem;
  background: url("../img/xjt1.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: .05rem;
  top: 50%;
  transform: translateY(-50%);
}

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

.header .nav > li.on > a {
  color: var(--color);
}

.header .nav > li .v2 {
  width: 8.8rem;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 22;
  display: none;
}

.header .nav > li .v2 ul {
  background: #fff;
  margin-top: .2rem;
  border-radius: .1rem;
  position: relative;
  padding: .25rem;
  text-align: center;
}

.header .nav > li .v2 ul .xjt {
  position: absolute;
  top: -.18rem;
  width: .3rem;
  left: 50%;
  transform: translateX(-50%);
}

.header .nav > li .v2 ul li .item .item-tit {
  margin: .2rem 0;
  color: #282828;
}

.header .nav > li .v2 ul li:hover .item .item-tit {
  color: var(--color);
}

.header .nav > li:hover .v2 {
  display: block;
}

.header .tel {
  background: var(--color);
  background: linear-gradient(45deg, #0089ff 0%, #335fa8 100%);
  padding: .11rem .16rem;
  border-radius: .23rem;
  color: #fff;
  transition: all ease .3s;
  border: 0.02rem solid transparent;
}

.header .tel:hover {
  background: #fff;
  color: var(--color);
  border: 0.02rem solid var(--color);
}

.lang {
  position: relative;
}

.lang .lang-box1 {
  padding: .25rem 0;
  cursor: pointer;
}

.lang .lang-box1 .i1 {
  width: .21rem;
}

.lang .lang-box1 .i2 {
  width: .11rem;
}

.lang .lang-box1 .lang-txt {
  margin: 0 .1rem;
  padding-right: .25rem;
}

.lang .lang-down {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 1.3rem;
  padding: .1rem .15rem;
  background: #fff;
  box-shadow: 0rem 0.03rem 0.12rem rgba(34, 34, 34, 0.12);
}

.lang .lang-down li {
  font-family: 'Arial';
  padding: .05rem 0;
}

.lang .lang-down li a {
  display: flex;
  align-items: center;
}

.lang .lang-down li a img {
  width: .26rem;
  margin-right: .03rem;
}

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

.footer {
  clear: both;
}

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

.footer .ft1 .ft1-logo img {
  width: 1.29rem;
}

.footer .ft1 .ft1-link ul {
  margin: 0 .4rem;
}

.footer .ft1 .ft1-link ul li {
  margin: .2rem 0;
  font-weight: bold;
}

.footer .ft1 .ft1-link ul li a {
  display: block;
  color: #333;
  padding-bottom: .05rem;
  transition: all ease .3s;
  border-bottom: 1px solid transparent;
}

.footer .ft1 .ft1-link ul li:hover a {
  border-bottom-color: var(--color);
}

.footer .ft2 {
  border-top: 1px solid #eee;
  padding: .3rem 0;
}

.footer .ft2 .lxfs {
  max-width: 70%;
  font-weight: bold;
}

.footer .ft2 .lxfs p {
  font-weight: 700;
  margin: .05rem 0;
}

.footer .ft2 .lxfs p .tel {
  padding: 0 .4rem;
}

.footer .ft2 .qrcode li {
  margin-left: .4rem;
}

.footer .ft2 .qrcode li img {
  width: 1.04rem;
}

.footer .ft3 {
  padding: .36rem 0;
  color: rgba(34, 34, 34, 0.2);
  line-height: 1.6;
}

.footer .ft3 a {
  color: rgba(34, 34, 34, 0.2);
}

.footer .ft3 a:hover {
  color: rgba(34, 34, 34, 0.6);
}

.vmore a {
  width: 1.65rem;
  height: .6rem;
  border: 2px solid linear-gradient(45deg, #0089ff 0%, #335fa8 100%);
  background: #0089ff;
  background: linear-gradient(45deg, #0089ff 0%, #335fa8 100%);
  border-radius: .3rem;
  color: #fff;
  transition: all ease .3s;
}

.vmore a i {
  width: .13rem;
  height: .15rem;
  background-position: center;
  background-size: 100% 100%;
  margin-left: .18rem;
  background-repeat: no-repeat;
  background-image: url("../img/arrow_white.svg");
}

.vmore a:hover {
  background: #fff !important;
  border: 2px solid #335fa8;
  color: var(--color);
}

.vmore a:hover i {
  background-image: url("../img/arrow_blue.svg");
}

.vmore2 a {
  width: 1.65rem;
  height: .6rem;
  border: 2px solid #fff;
  border-radius: .3rem;
  color: #fff;
  transition: all ease .3s;
}

.vmore2 a i {
  width: .13rem;
  height: .15rem;
  background-position: center;
  background-size: 100% 100%;
  margin-left: .18rem;
  background-repeat: no-repeat;
  background-image: url("../img/arrow_white.svg");
}

.vmore2 a:hover {
  border: none;
  background: #0089ff;
  background: linear-gradient(45deg, #0089ff 0%, #335fa8 100%);
  border-radius: .3rem;
}

.vmore2 a:hover i {
  background-image: url("../img/arrow_white.svg");
}

/*首页*/
.banner {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.banner .logo2 {
  position: absolute;
  left: .98rem;
  top: .7rem;
  z-index: 5;
}

.banner .logo2 img {
  width: 1.95rem;
}

.banner .slide-t1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner .slide-t2 {
  width: 100%;
  position: absolute;
  right: -.12rem;
  top: 0;
  height: 100%;
  z-index: 3;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner .slides {
  width: 75%;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: 100%;
  z-index: 2;
}

.banner .slides .swiper-container,
.banner .slides .swiper-wrapper,
.banner .slides .swiper-slide {
  width: 100%;
  height: 100%;
}

.banner .slide-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  text-align: center;
  color: #fff;
}

.banner .slide-txt .txt2 {
  line-height: 1.2;
  margin-top: .1rem;
}

.banner .menu2 {
  position: absolute;
  bottom: 0;
  left: .95rem;
  z-index: 3;
  color: #fff;
}

.banner .menu2 ul {
  padding-bottom: 1.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.banner .menu2 ul li {
  padding-left: .28rem;
  position: relative;
  margin: .1rem 0 .15rem;
}

.banner .menu2 ul li a {
  color: #fff;
  display: block;
}

.banner .menu2 ul li::before {
  content: "";
  width: 2px;
  height: 0;
  background: #fff;
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease .3s;
}

.banner .menu2 ul li:hover::before {
  height: 100%;
}

.index .sec-type2 {
  margin-bottom: .6rem;
}

.index .sec-type2 .en {
  font-family: "Montserrat", sans-serif;
}

.index .sec-type2 .cn {
  color: var(--color);
  margin-top: -.05rem;
}

.index .sec-type2 .more {
  margin-top: .25rem;
}

.index .section1 .d-box1 {
  padding: 1.8rem 0 1.6rem;
}

.index .section1 .d-box1 .contbox {
  margin-top: .5rem;
  max-width: 1200px;
}

.index .section1 .d-box1 .contbox .desc {
  max-width: 8.9rem;
  line-height: 2;
}

.index .section1 .d-box2 {
  position: relative;
  overflow: hidden;
}

.index .section1 .d-box2 .box2-logo {
  width: 130%;
  max-width: unset;
  position: absolute;
  left: -15%;
  top: 5%;
  z-index: -1;
}

.index .section1 .d-box2 .box1 {
  max-width: 80%;
}

.index .section1 .d-box2 .box2 {
  max-width: 80%;
  padding: 1.2rem 0;
}

.index .section1 .d-box2 .box2 .wrap {
  position: relative;
  padding-left: 3.8rem;
}

.index .section1 .d-box2 .box2 .box2-type {
  margin-right: 1.5rem;
  position: relative;
}

.index .section1 .d-box2 .box2 .box2-type .txt1 {
  width: .2rem;
}

.index .section1 .d-box2 .box2 .box2-type .txt2 {
  white-space: nowrap;
  line-height: 1.2;
  color: var(--color);
  position: absolute;
  left: -.2rem;
  top: .6rem;
  transform: rotate(90deg);
}

.index .section1 .d-box2 .box2 .list {
  background: #fff;
}

.index .section1 .d-box2 .box2 .list li {
  cursor: pointer;
}

.index .section1 .d-box2 .box2 .list li .item {
  padding: .5rem 0 .25rem;
  border-bottom: 1px solid #ddd;
  position: relative;
}

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

.index .section1 .d-box2 .box2 .list li .item:hover::after {
  width: 100%;
  z-index: 1;
}

.index .section1 .d-box2 .box2 .list li .item .vmore a {
  width: .64rem;
  height: .28rem;
}

.index .section1 .d-box2 .box2 .list li .item .vmore a i {
  margin: 0;
  background-size: .1rem;
}

.index .section1 .d-box2 .box2 .list li .item .col1 {
  width: 3.4rem;
  flex-shrink: 0;
}

.index .section1 .d-box2 .box2 .list li .item .col1 .cat {
  color: var(--color);
  margin-top: .1rem;
  font-weight: bold;
}

.index .section1 .d-box2 .box2 .list li .item .col2 {
  margin: 0 .45rem;
  font-weight: normal;
}

.index .section1 .d-box2 .box2 .list li .item:hover .vmore a {
  background: #fff !important;
  border: 2px solid #335fa8;
  color: var(--color);
}

.index .section1 .d-box2 .box2 .list li .item:hover .vmore a i {
  background-image: url("../img/arrow_blue.svg");
}

.index .swp-bar .swiper-wrapper {
  padding-bottom: .6rem;
}

.index .swp-bar .swp-tool .bar {
  position: relative;
}

.index .swp-bar .swp-tool .swiper-scrollbar {
  left: 0;
  overflow: hidden;
  width: calc(100% - 2rem);
}

.index .swp-bar .swp-tool .swiper-scrollbar .swiper-scrollbar-drag {
  height: 2px;
  background: #C0C5CE;
}

.index .swp-bar .swp-tool .jt {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 21;
  transform: translateY(-50%);
}

.index .swp-bar .swp-tool .jt a {
  background: #fff;
  border: 1px solid #222;
  border-radius: 50%;
  width: .52rem;
  height: .52rem;
  margin-left: .15rem;
}

.index .swp-bar .swp-tool .jt a.prev svg {
  transform: rotate(-180deg);
}

.index .swp-bar .swp-tool .jt a:hover {
  border-color: var(--color);
}

.index .swp-bar .swp-tool .jt a:hover svg {
  fill: var(--color);
}

.index .swp-bar .swp-tool .jt a.swiper-button-disabled {
  opacity: .2;
}

.index .section2 .tabs {
  margin-bottom: .4rem;
}

.index .section2 .tabs .tab-ul {
  width: 80%;
  border: 1px solid #ddd;
}

.index .section2 .tabs .tab-ul li {
  border-left: 1px solid #ddd;
  text-align: center;
}

.index .section2 .tabs .tab-ul li a {
  padding: .13rem 0;
  display: block;
}

.index .section2 .tabs .tab-ul li:nth-child(1) {
  border-left: 0;
}

.index .section2 .tabs .tab-ul li:hover, .index .section2 .tabs .tab-ul li.on {
  background-color: #F8F8F8;
}

.index .section2 .tabs .tab-ul li:hover a, .index .section2 .tabs .tab-ul li.on a {
  color: var(--color);
  font-weight: bold;
}

.index .section2 .tabcont {
  display: none;
}

.index .section2 .item {
  padding: .3rem .3rem .2rem .3rem;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.index .section2 .item .item-pic {
  border-bottom: 1px solid #ddd;
}

.index .section2 .item .item-pic .fitImg {
  padding-top: 66.25%;
}

.index .section2 .item .item-tit {
  padding: .2rem 0 0 0;
}

.index .section2 .item .item-cat {
  margin: .15rem 0;
}

.index .section2 .item .item-cat a {
  padding: 0.03rem 0.08rem;
  font-weight: 700;
  border: 1px solid #ddd;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.index .section2 .item .item-attr i {
  width: .08rem;
  height: .08rem;
  background: linear-gradient(45deg, #0089ff 0%, #335fa8 100%);
  margin-right: .13rem;
}

.index .section3 {
  margin-top: .6rem;
  position: relative;
  overflow: hidden;
  padding-top: .2rem;
}

.index .section3::before {
  content: "";
  position: absolute;
  top: -40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  width: 120%;
  height: 60%;
  background-color: #fff;
  border-radius: 50%;
}

.index .section3 .tempWrap {
  width: 100% !important;
}

.index .section3 li {
  float: left;
  width: 33.33%;
}

.index .section3 li .fitImg {
  padding-top: 77.58%;
}

.index .section3 .slide-txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
}

.index .section3 .slide-txt .sec-type2 .en,
.index .section3 .slide-txt .sec-type2 .cn {
  color: #fff;
}

.index .section3 .slide-txt .sec-type2 .cn {
  margin-top: .1rem;
}

.index .section3 .slide-txt .contbox {
  margin-top: .5rem;
  max-width: 1200px;
}

.index .section3 .slide-txt .contbox .desc {
  max-width: 8.9rem;
  line-height: 2;
}

.index .section4 .item {
  padding: .3rem;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.index .section4 .item .item-time {
  margin-top: .15rem;
  color: #333;
}

.index .section4 .item .item-tit {
  margin: .15rem 0;
  line-height: 1.6;
  height: 3.2em;
}

.index .section4 .item .item-huati {
  color: #C0C5CE;
  text-align: left;
}

.index .section4 .item .item-huati span {
  margin: 0 .15rem 0 0;
}

.index .section4 .item .vmore a {
  width: .64rem;
  height: .28rem;
}

.index .section4 .item .vmore a i {
  margin-left: 0;
  width: .09rem;
  height: .1rem;
  background-position: center;
  background-size: 100% 100%;
}

.index .section5 {
  position: relative;
}

.index .section5 li {
  position: unset;
}

.index .section5 .item {
  height: 5.7rem;
  padding: 2.3rem .5rem .5rem .7rem;
  color: #fff;
}

.index .section5 .item .link {
  margin-top: 1.6rem;
}

.index .section5 .item .link .vmore2 a {
  width: .8rem;
  height: .3rem;
  opacity: 1;
  border-radius: .15rem;
  display: inline-flex;
  opacity: .8;
  background: none;
  border: 2px solid #fff;
  color: var(--color);
}

.index .section5 .item .link .vmore2 a i {
  margin-left: 0;
  width: .13rem;
  height: .15rem;
  background-position: center;
  background-size: 100% 100%;
  background-image: url("../img/arrow_white.svg");
}

.index .section5 .item .link .vmore2 a:hover {
  background: #0089ff;
  background: linear-gradient(45deg, #0089ff 0%, #335fa8 100%);
  border: 2px solid transparent;
}

.index .section5 .item .item-txt {
  position: relative;
  z-index: 2;
}

.index .section5 .item:hover .lmt {
  opacity: 1;
}

.index .section5 .item:hover .vmore2 a {
  background: #0089ff;
  background: linear-gradient(45deg, #0089ff 0%, #335fa8 100%);
  border: 2px solid transparent;
}

.index .section5 .lmt {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  background-position: center;
  transition: all ease .3s;
}

.inner-slide {
  position: relative;
  height: 4.75rem;
  background-position: center;
}

.inner-slide .slide-txt {
  height: 100%;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.inner-slide .slide-txt .txt1 {
  position: relative;
  padding-left: .4rem;
}

.inner-slide .slide-txt .txt1::before {
  content: "";
  width: .16rem;
  height: .16rem;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -.1rem;
}

.inner-slide .slide-txt .txt1::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: .08rem;
  top: 0.08rem;
}

.inner-slide .slide-txt .txt1 .en {
  font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
  font-weight: 700;
  font-style: normal;
}

.inner-slide .slide-txt .txt1 .cn {
  margin-top: .1rem;
}

.inner-slide .slide-txt .crumbs {
  margin-top: .5rem;
}

.inner-slide .slide-txt .crumbs img {
  width: .16rem;
  margin-right: .2rem;
}

.inner-slide .slide-txt .crumbs i {
  font-size: .14rem;
  margin: 0 .1rem;
}

.inner-slide .slide-txt .crumbs a {
  color: #fff;
}

.inner-slide .slide-txt .crumbs a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.main {
  background-color: #f3f4f6;
}

.news li {
  margin-bottom: .25rem;
}

.news li .item {
  background: #fff;
  border-radius: .2rem;
  padding: .3rem .5rem .3rem .3rem;
}

.news li .item .item-pic {
  width: 2.87rem;
}

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

.news li .item .item-info {
  margin: 0 .78rem 0 .44rem;
}

.news li .item .item-info .tit {
  color: #242424;
}

.news li .item .item-info .desc {
  margin-top: .2rem;
  color: #656675;
}

.news li .item .item-link {
  text-align: center;
}

.news li .item .item-link .date {
  padding: 0 .15rem;
  height: .4rem;
  background: linear-gradient(270deg, #1b73d0 0%, #1974d4 99%);
  color: #fff;
  border-radius: .2rem;
}

.news li .item .item-link .more {
  margin-top: .2rem;
}

.news li .item .item-link .more img {
  width: .17rem;
  margin-left: 0.05rem;
}

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

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

/*detail*/
.detail .newsinfo {
  background: #fff;
  padding: .3rem .6rem;
  border-radius: .15rem;
}

.detail .newsinfo .news-tit {
  text-align: center;
  font-weight: normal;
}

.detail .newsinfo .news-time {
  text-align: center;
  color: #999;
  padding: .25rem 0;
  border-bottom: 1px solid #ddd;
}

.detail .newsinfo .news-time span:nth-child(2) {
  padding: 0 .25rem;
}

.detail .newsinfo .news-cont {
  padding: .25rem 0;
  line-height: 2;
  color: #656675;
}

.detail .newsinfo .news-cont img {
  max-width: 100% !important;
  height: auto !important;
}

.detail .newsinfo .news-sxp {
  padding: .35rem 0 .2rem;
  border-top: 1px solid #ddd;
}

.detail .newsinfo .news-sxp li {
  max-width: 48%;
}

.detail .newsinfo .news-sxp li a {
  color: #656675;
}

.detail .newsinfo .news-sxp li:nth-child(2) {
  text-align: right;
}

.detail .newsinfo .news-sxp li:hover a {
  color: var(--color);
}

.xg-news {
  padding-bottom: .6rem;
}

.xg-news .xg-tit {
  padding: .6rem 0 .3rem;
}

.pft {
  font-family: '苹方 细体', '苹方 中等', '苹方';
  font-weight: 300;
}

/*contact*/
.sec-tit .en {
  color: #37384C;
  margin-top: -.01rem;
}

.contact {
  border-bottom: 1px solid #ddd;
}

.contact .cont1 {
  padding: .8rem 0 0 0;
}

.contact .cont1 ul {
  margin: 0 -.1rem;
}

.contact .cont1 li {
  flex: 1;
  margin: 0 .1rem;
  display: flex;
}

.contact .cont1 li .item {
  flex: 1;
  text-align: center;
  background: inherit;
  position: relative;
  transition: all ease .3s;
  padding: .5rem 0 .6rem;
  background-color: white;
  border: none;
  border-radius: 0px;
  -moz-box-shadow: 0px 0px 0.1rem rgba(0, 0, 0, 0.117647);
  -webkit-box-shadow: 0px 0px 0.1rem rgba(0, 0, 0, 0.117647);
  box-shadow: 0px 0px 0.1rem rgba(0, 0, 0, 0.117647);
}

.contact .cont1 li .item .icon {
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  background: var(--color);
  margin: 0 auto;
  position: absolute;
  top: -.4rem;
  left: 50%;
  transform: translateX(-50%);
}

.contact .cont1 li .item .icon img {
  width: .4rem;
}

.contact .cont1 li .item .icon.icon2 img {
  width: .5rem;
}

.contact .cont1 li .item .icon.icon4 img {
  width: .21rem;
}

.contact .cont1 li .item .tit {
  padding: .2rem 0 .2rem;
}

.contact .cont1 li .item .cont {
  color: #2B2B2B;
  line-height: 1.5;
}

.contact .cont1 li .item:hover {
  transform: translateY(-3px);
}

.contact .cont1 .li2 {
  width: 2rem;
  flex: auto;
}

.contact .cont1 .li2 .dd {
  width: 33.33%;
  text-align: center;
}

.contact .cont1 .li2 .dd img {
  width: 1.04rem;
}

.contact .cont1 .li2 .dd p {
  margin-top: -.05rem;
}

.contact .cont2 {
  padding-top: .6rem;
}

.contact .cont2 .form {
  padding-top: .6rem;
}

.contact .cont2 .form li .label {
  color: #666;
  flex-shrink: 0;
  margin-right: .15rem;
}

.contact .cont2 .form li .label span {
  color: red;
}

.contact .cont2 .form li.lynr .item {
  padding-top: .2rem;
}

.contact .cont2 .form .item {
  background: #F6F6F8;
  border-radius: .15rem;
  padding: .1rem .2rem;
}

.contact .cont2 .form .item .intbox {
  flex: 1;
  overflow: hidden;
}

.contact .cont2 .form .item .intbox input {
  width: 100%;
  background: none;
  height: .4rem;
}

.contact .cont2 .form .item .intbox textarea {
  width: 100%;
  background: none;
  resize: none;
  height: 1.7rem;
}

.contact .cont2 .form .btn button {
  height: .61rem;
  padding: 0 .6rem;
  border: 1px solid #333;
  color: #333;
  background: none;
  border-radius: .3rem;
  transition: all ease .3s;
}

.contact .cont2 .form .btn button:hover {
  border-color: var(--color);
  color: var(--color);
}

/*honor*/
.honor {
  padding: 1.1rem 0;
  background-size: 100%;
  background-position: bottom center;
}

.honor .item {
  margin: .5rem .15rem;
  padding: .15rem;
}

.honor .item img {
  display: block;
}

.honor .slides .swiper-slide {
  transform: scale(0.85);
}

.honor .slides .swiper-slide.swiper-slide-active {
  transform: scale(1.2);
}

/*about*/
.about .subcat {
  position: relative;
  z-index: 2;
  margin-top: -.32rem;
}

.about .subcat ul {
  height: .64rem;
  padding: .06rem;
  background: -webkit-linear-gradient(180deg, #0586f8 0%, #2c65b5 100%);
  background: -moz-linear-gradient(270deg, #0586f8 0%, #2c65b5 100%);
  background: linear-gradient(270deg, #0586f8 0%, #2c65b5 100%);
  border: none;
  border-radius: .5rem;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.about .subcat ul li {
  color: #fff;
  cursor: pointer;
}

.about .subcat ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: .52rem;
  padding: 0 .4rem;
}

.about .subcat ul li.on a {
  background: url("../img/nav_cur.svg") no-repeat;
  background-size: 100% 100%;
}

.about .about1 {
  padding: 1rem 0;
}

.about .about1 .contbox {
  padding: .6rem 1rem .9rem 1rem;
  background-size: cover;
}

.about .about1 .ab-type {
  color: #fff;
}

.about .about1 .ab-type .cn {
  color: #fff;
}

.about .about1 .d-box1 {
  max-width: 5.98rem;
  background: rgba(255, 255, 255, 0.86);
  padding: .8rem .6rem;
  border-radius: .15rem;
}

.about .about1 .d-box1 .tit {
  margin-bottom: .2rem;
}

.about .about1 .d-box1 .cont {
  line-height: 1.8;
}

.about .about1 .d-box1 .cont p {
  margin: .15rem 0;
}

.about .ab-type {
  margin-bottom: .35rem;
  font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
}

.about .ab-type .en {
  font-weight: 700;
}

.about .ab-type .cn {
  color: var(--color);
}

.about .about-box2 {
  position: relative;
  overflow: hidden;
}

.about .about-box2 .ky {
  width: 108%;
  max-width: unset;
  position: absolute;
  left: -8%;
  top: 2.45rem;
}

.about .about2 {
  padding: .8rem 0 1rem;
  background-color: #f2f2f2;
}

.about .about2 .list {
  clear: both;
}

.about .about2 .list li .item {
  background: inherit;
  background-color: white;
  border: none;
  border-radius: .2rem;
  padding: .4rem .5rem;
  min-height: 5.6rem;
}

.about .about2 .list li .item .icon {
  text-align: right;
}

.about .about2 .list li .item .icon img {
  width: .75rem;
}

.about .about2 .list li .item .tit {
  padding: .35rem 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: .3rem;
  min-height: 1.65rem;
}

.about .about2 .list li .item .desc {
  line-height: 1.7;
}

.about .about3 {
  padding: .8rem 0;
}

.about .about3 .slides {
  overflow: hidden;
  position: relative;
  padding-bottom: .3rem;
}

.about .about3 .slides::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  top: .76rem;
  right: 0;
}

.about .about3 .slides .item .dot {
  margin: .2rem 0;
}

.about .about3 .slides .item .dot img {
  width: .23rem;
}

.about .about3 .slides .item .item-desc {
  line-height: 1.6;
  max-width: 2.9rem;
}

.about .about3 .swiper-wrapper {
  padding-bottom: .35rem;
}

.about .about3 .swp-jt {
  margin: 0 auto;
  position: relative;
  z-index: 33;
  border-radius: .2rem;
}

.about .about3 .swp-jt .arrow {
  background: var(--color);
  width: .67rem;
  border-radius: .1rem;
  height: .2rem;
}

.about .about3 .swp-jt .arrow .jt {
  margin: 0 .055rem;
  cursor: pointer;
}

.about .about3 .swp-jt .arrow .jt img {
  width: .1rem;
}

.about .about3 .swp-jt .arrow .jt.prev img {
  transform: rotate(-180deg);
}

/*product*/
.product {
  padding-top: .6rem;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.product .subcat2 {
  background: rgba(0, 0, 0, 0.6);
  margin-top: -.6rem;
  position: relative;
  z-index: 2;
  padding: .21rem .3rem;
}

.product .subcat2 ul li {
  background: #fff;
  border-right: 1px solid #ddd;
}

.product .subcat2 ul li a {
  display: block;
  text-align: center;
  padding: .1rem .3rem;
}

.product .subcat2 ul li:last-child {
  border: 0;
}

.product .subcat2 ul li.on {
  background-color: #335fa8;
}

.product .subcat2 ul li.on a {
  color: #fff;
}

.product .wrap {
  position: relative;
  z-index: 1;
  padding-top: .6rem;
  padding-bottom: 0;
}

.product .wrap::before {
  content: "";
  width: 4.8rem;
  height: 100%;
  background-color: #f2f2f2;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.product .sidebar {
  width: 3.4rem;
  margin-left: .3rem;
}

.product .sidebar ul.side-ul {
  border: 1px solid #d7d7d7;
  background: #fff;
}

.product .sidebar ul.side-ul li {
  border-bottom: 1px solid #d7d7d7;
}

.product .sidebar ul.side-ul li a {
  display: block;
  padding: .15rem .3rem;
}

.product .sidebar ul.side-ul li:last-child {
  border-bottom: 0;
}

.product .contbox {
  padding: 0 1rem .5rem 1.15rem;
}

.product .list .item {
  border: 1px solid #ddd;
  text-align: center;
  padding: 0 .3rem;
  margin-bottom: .15rem;
}

.product .list .item .item-pic {
  padding: .2rem 0;
}

.product .list .item .item-pic .fitImg {
  padding-top: 62.57%;
}

.product .list .item .item-tit {
  padding: .22rem 0;
  transition: all ease .3s;
  border-top: 1px solid #ddd;
}

.product .list .item:hover .item-tit {
  font-weight: bold;
}

.product .pro-tit {
  color: #00aeef;
  font-weight: bold;
}

.product .pro-cat {
  color: #00aeef;
}

.product .pro-cont {
  padding: .5rem 0 .3rem 0;
}

.product .pro-cont img {
  max-width: 100% !important;
  height: auto !important;
}

.product .sidebar .side1 .side1-ul {
  border: 1px solid #ddd;
  background: #fff;
}

.product .sidebar .side1 .side1-ul li {
  border-bottom: 1px solid #ddd;
  text-align: center;
  cursor: pointer;
}

.product .sidebar .side1 .side1-ul li:last-child {
  border-bottom: 0;
}

.product .sidebar .side1 .side1-ul li .item-tit {
  text-align: left;
  padding: .2rem 0 .2rem .3rem;
}

.product .sidebar .side1 .side1-ul li .item-pic {
  display: none;
}

.product .sidebar .side1 .side1-ul li.on .item-tit {
  color: #00aeef;
  background: -webkit-linear-gradient(180deg, #335fa8 0%, #1974d4 99%);
  background: -moz-linear-gradient(270deg, #335fa8 0%, #1974d4 99%);
  background: linear-gradient(270deg, #335fa8 0%, #1974d4 99%);
  color: #fff;
}

.product .sidebar .side2 {
  margin: .4rem 0 .25rem;
  background: #fff;
}

.product .sidebar .side-tit {
  text-align: center;
  background: -webkit-linear-gradient(180deg, #335fa8 0%, #1974d4 99%);
  background: -moz-linear-gradient(270deg, #335fa8 0%, #1974d4 99%);
  background: linear-gradient(270deg, #335fa8 0%, #1974d4 99%);
  color: #fff;
  padding: .2rem 0;
}

.product .sidebar .side2-ul li {
  border-bottom: 1px solid #ddd;
  text-align: center;
  padding: 0 .3rem;
}

.product .sidebar .side2-ul li .item-tit {
  border-top: 1px solid #ddd;
  padding: .2rem 0;
  transition: all ease .3s;
}

.product .sidebar .side2-ul li:last-child {
  border-bottom: 0;
}

.product .sidebar .side2-ul li:hover .item-tit {
  font-weight: bold;
}

.product .sidebar .side3 {
  background: #fff;
}

.product .sidebar .side3 .side3-ul {
  padding: 0 .3rem;
}

.product .sidebar .side3 .side3-ul li {
  border-bottom: 1px solid #ddd;
}

.product .sidebar .side3 .side3-ul li .item {
  padding: .18rem 0;
}

.product .sidebar .side3 .side3-ul li .item .item-link {
  padding: .15rem 0 0 0;
  color: #37384C;
}

.product .sidebar .side3 .side3-ul li .item .item-link img {
  width: .17rem;
  margin-left: .1rem;
}

.product .sidebar .side3 .side3-ul li:last-child {
  border-bottom: 0;
}

.product .contbox {
  overflow: hidden;
}

/* 新增搜索 */
.header {
  z-index: 26;
}

.header .search-btn {
  margin: 0 -.4rem 0 .5rem;
  cursor: pointer;
}

.mtop {
  z-index: 28 !important;
}

.mtop .search-btn {
  position: absolute;
  padding-right: .2rem;
  right: 2rem;
}

.mtop .search-btn::after {
  content: "";
  width: 1px;
  height: 20px;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mtop .search-btn i {
  color: #0089ff;
}

.search-box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 22;
  background: rgba(0, 0, 0, 0.6);
}

.search-box .wrap {
  width: 85%;
  max-width: 603px;
  margin: 0 auto;
  padding-top: 25%;
}

.search-box form button {
  width: .5rem;
  height: .5rem;
  background: var(--color);
  color: #fff;
}

.search-box form input {
  flex: 1;
  overflow: hidden;
  height: .5rem;
  background: #fff;
  padding-left: 20px;
}

.search-box .close {
  width: 100%;
  margin: .15rem 0;
}

.search-box .close a {
  color: #fff;
  width: .5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 1px solid #fff;
}

@media (max-width: 768px) {
  .search-box .close a {
    width: .4rem;
    height: .4rem;
  }
}
