/**/



.contactus {

  font-size: 0.16rem;

}

#allmap {

  height: 6.32rem;

}

#allmap img {

  max-width: inherit;

}

.contactus .a {

  padding: 1rem 0;

}

.contactus .a .bd {

  padding: 0.9rem 0;

}

.contactus .a .bd ul {

  display: flex;

  flex-wrap: wrap;

}

.contactus .a .bd ul li {

  width: 20%;

  text-align: center;

}

.contactus .a .bd ul li dd {

  line-height: 0.24rem;

}

.contactus .a .bd ul li dt {

  color: #888888;

  margin: 0.2rem 0 0.1rem;

}

.contactus .a .bd ul li span {

  border-radius: 50%;

  border: 1px solid #ccc;

  width: 0.87rem;

  margin: 0 auto;

  height: 0.87rem;

  transition: all 0.3s;

  display: block;

}

.contactus .a .bd ul li img {

  transition: all 0s;

}

.contactus .a .bd ul li:hover span {

  background: #00aa65;

  border-color: #00aa65;

}

.contactus .a .bd ul li:hover img {

  filter: brightness(100);

}

.contactus .b {

  height: 6.24rem;

  background: url(../images/contact_23.jpg) center no-repeat;

  background-size: cover;

  display: flex;

  align-items: center;

}

.contactus .b .bd {

  margin-top: 0.5rem;

}

.contactus .b .side {

  width: 30%;

  margin-right: 5%;

}

.contactus .b .input {

  display: flex;

  align-items: center;

  background: #fff;

  border-radius: 0.05rem;

  padding: 0 0.15rem;

  border: 1px solid #ddd;

}

.contactus .b .input input {

  width: 100%;

  font-size: 0.15rem;

  height: 0.5rem;

}

.contactus .b .input + .input {

  margin-top: 0.15rem;

}

.contactus .b textarea {

  background: #fff;

  border-radius: 0.05rem;

  padding: 0.15rem;

  font-size: 0.16rem;

  width: 100%;

  height: 1.88rem;

  margin-bottom: 0.15rem;

  resize: none;

  border: 1px solid #ddd;

}

.contactus .b .ft {

  display: flex;

  align-items: center;

  justify-content: space-between;

}

.contactus .b .ft .sx,

.support .c .box .sx,

.partner .e .bd li .sx {

  display: block;

  color: #999999;

  background: url(../images/partner_11.png) left center no-repeat;

  background-size: 0.12rem auto;

  padding-left: 0.16rem;

  font-size: 0.14rem;

}

.contactus .b .ft .code {

  max-height: 0.5rem;

}

.contactus .b .ft .btn {

  width: 30%;

  height: 0.5rem;

  border-radius: 0.05rem;

  color: #fff;

  background: #263883;

  font-size: 0.2rem;

}

/**/

.Product {

  font-size: 0.14rem;

  background: url(../images/pro_02.jpg) bottom center no-repeat;

  background-size: 100% auto;

  padding: 0.9rem 0 1.5rem;

}

.Product .bd {

  padding-top: 0.5rem;

}

.Product .bd ul {

  display: flex;

  flex-wrap: wrap;

  text-align: center;

  margin: -0.24rem -0.48rem;

}

.Product .bd ul li {

  width: 33.333%;

  padding: 0.24rem 0.48rem;

}

.Product .bd ul li a {

  display: block;

  border-radius: 0.1rem;

  padding: 0.4rem 0.3rem;

  background: #fff;

  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);

}

.Product .bd ul li a > span {

  width: 1.13rem;

  height: 1.13rem;

  display: block;

  margin: 0 auto;

  border-radius: 50%;

  background: #fff;

  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);

}

.Product .bd ul li dd {

  color: #666666;

  line-height: 0.24rem;

  margin: 0.1rem 0 0.3rem;

  overflow: hidden;

  height: 0.48rem;

}

.Product .bd ul li dt {

  font-weight: bold;

  margin-top: 0.25rem;

  font-size: 0.2rem;

}

.Product .bd ul li p {

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 0.4rem;

  width: 1.9rem;

  height: 0.5rem;

  margin: 0 auto;



  background: #fff;

  color: #a0a0a0;

  font-size: 0.16rem;

}

.Product .bd ul li p span {

  display: flex;

  align-items: center;

}

.Product .bd ul li p span::after {

  content: "";

  width: 0;

  display: inline-block;

  height: 0;

  border-top: 0.08rem solid transparent;

  border-bottom: 0.08rem solid transparent;

  border-left: 0.08rem solid #a0a0a0;

  margin-left: 0.1rem;

}

.Product .bd ul li a:hover {

  color: #fff;

  background: #00aa65;

}

.Product .bd ul li a:hover dd {

  color: #fff;

}

.Product .bd ul li a:hover p {

  color: #00aa65;

}

.Product .bd ul li a:hover p span::after {

  border-left: 0.08rem solid #00aa65;

}

/**/

.newsitem {

  font-size: 0.16rem;

  padding: 0.8rem 0 1rem;

}

.newsitem .hd {

  text-align: center;

}

.newsitem .hd h1 {

  font-weight: bold;

  font-size: 0.35rem;

}

.newsitem .hd p {

  margin-top: 0.2rem;

  font-size: 0.16rem;

}

.newsitem .hd p span {

  padding: 0 0.2rem;

}

.newsitem .hd p span + span {

  border-left: 1px solid #ccc;

}

.newsitem .bd {

  color: #666;

  line-height: 0.3rem;

  padding: 0.8rem 0;

}

.newsitem .ft {

  background: #c7cacd;

  padding: 0.4rem 0.3rem;

}

.newsitem .ft ul {

  display: flex;

  align-items: center;

  justify-content: space-between;

}

.newsitem .ft ul li {

  max-width: 50%;

}

/**/

.news {

  padding: 0.9rem 0;

  font-size: 0.14rem;

}

.news .a {

  padding-bottom: 0.6rem;

}

.news .a .tabtitle {

  display: flex;

  justify-content: center;

  font-size: 0.2rem;

  margin-bottom: 0.6rem;

}

.news .a .tabtitle a {

  display: flex;

  width: 2.25rem;

  align-items: center;

  justify-content: center;

  height: 0.7rem;

  border: 1px solid #ddd;

}

.news .a .tabtitle li + li {

  margin-left: 0.75rem;

}

.news .a .tabtitle .on a,

.news .a .tabtitle li:hover a {

  background: #263883;

  border-color: #263883;

  color: #fff;

}

.news .a .tabbox a {

  display: block;

  position: relative;

}

.news .a .tabbox a dl {

  position: absolute;

  left: 0;

  top: 0;

  background: rgba(0, 0, 0, 0.7);

  color: #fff;

  font-size: 0.2rem;

  width: 1.6rem;

  padding: 0.1rem 0;

  line-height: 0.4rem;

  text-align: center;

}

.news .a .tabbox a dl dt {

  font-size: 0.35rem;

  font-weight: bold;

}

.news .a .tabbox a p {

  line-height: 0.3rem;

  color: #666;

  font-size: 0.15rem;

  margin-top: 0.12rem;

  overflow: hidden;

  white-space: normal;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

}

.news .a .tabbox a h4 {

  font-size: 0.2rem;

  margin-top: 0.15rem;

  overflow: hidden;

  white-space: normal;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 1;

}

.news .a .mySwiper {

  padding-bottom: 0.5rem;

}

.news .a .swiper-pagination {

  bottom: 0;

}

.news .a .swiper-pagination-bullet {

  opacity: 1;

  width: 0.15rem;

  height: 0.15rem;

  border: 2px solid #ccc;

  background: none;

}

.news .a .swiper-pagination-bullet-active {

  background: #00aa65;

  border-color: #00aa65;

}

.news .b .bd {

  padding-bottom: 0.5rem;

  border-top: 1px solid #eee;

}

.news .b li {

  border-bottom: 1px solid #eee;

}

.news .b li a {

  display: flex;

  padding: 0.45rem 0;

  align-items: flex-start;

}

.news .b li a .pic {

  margin: 0 0.3rem;

  width: 2.73rem;

}

.news .b li a p {

  color: #666;

  line-height: 0.27rem;

  margin: 0.15rem 0 0.3rem;

  overflow: hidden;

  white-space: normal;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

}

.news .b li a .more {

  display: block;

  width: 0.35rem;

  transition: all 0.3s;

  height: 0.35rem;

  border-radius: 50%;

  border: 1px solid #ddd;

  background: url(../images/news_18.png) center no-repeat;

  background-size: 0.14rem auto;

}

.news .b li a:hover .more {

  background: url(../images/news_12.png) center no-repeat #263883;

  background-size: 0.14rem auto;

  border-color: #263883;

}

.news .b li a h4 {

  font-size: 0.2rem;

  overflow: hidden;

  white-space: normal;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 1;

}

.news .b li a dl {

  display: flex;

  color: #999;

  font-size: 0.18rem;

}

.news .b li a dl dt {

  font-family: DIN;

  font-size: 0.6rem;

  font-weight: bold;

  border-right: 1px solid #eee;

  padding-right: 0.2rem;

  margin-right: 0.15rem;

  line-height: 0.6rem;

}

.news .b li a dl dd i {

  display: block;

  width: 0.16rem;

  height: 0.16rem;

  background: url(../images/news_08.png) center no-repeat;

  background-size: 100% 100%;

  margin-top: 0.1rem;

}

/**/

.case {

  font-size: 0.15rem;

}

.case .a {

  padding: 1rem 0;

}

.case .a .bd {

  margin-top: 0.7rem;

}

.case .a .bd ul {

  display: flex;

  flex-wrap: wrap;

  margin: -0.32rem -0.42rem;

}

.case .a .bd ul li {

  width: 50%;

  padding: 0.32rem 0.42rem;

}

.case .a .bd ul li a {

  display: block;

  position: relative;

  border-radius: 0.05rem;

  overflow: hidden;

}

.case .a .bd ul li .flex {

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  padding: 0.2rem;

  align-items: flex-end;

  line-height: 0.29rem;

  color: #fff;

  background: rgba(0, 0, 0, 0.6);

}

.case .a .bd ul li .more {

  display: block;

  border: 1px solid #fff;

  border-radius: 50%;

  margin-left: 0.3rem;

  width: 0.4rem;

  background: url(../images/case_02.png) center no-repeat;

  background-size: 0.16rem auto;

  height: 0.4rem;

}

.case .a .bd ul li p {

  overflow: hidden;

  white-space: normal;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  margin-top: 0.1rem;

}

.case .a .bd ul li h4 {

  font-weight: bold;

  font-size: 0.2rem;

  overflow: hidden;

  white-space: normal;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 1;

}

.case .a .bd ul li .pic span {

  position: absolute;

  left: 0;

  top: 0;

  border-radius: 0.05rem 0;

  font-size: 0.16rem;

  width: 1.18rem;

  height: 0.4rem;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #fff;

  background-image: linear-gradient(

    to right,

    rgba(42, 71, 154, 0.7),

    rgba(59, 98, 210, 0.7)

  );

}

.case .a .bd ul li:hover .pic span {

  background-image: linear-gradient(to right, #00aa65, #33dd80);

}

.case .a .bd ul li:hover .more {

  background: url(../images/case_03.png) center no-repeat #fff;

  background-size: 0.16rem auto;

}



.case .b {

  background: url(../images/case_14.jpg) center no-repeat;

  background-size: cover;

  padding: 0.9rem 0;

}

.case .b .swiper {

  height: 3.23rem;

}

.case .b .bd {

  position: relative;

  margin-top: 0.5rem;

  padding-bottom: 0.7rem;

}

.case .b .bd .swiper {

  margin: -0.09rem;

}

.case .b .bd .swiper-slide {

  height: calc(100% / 3);

  display: flex;

  justify-content: center;

  align-items: center;

}

.case .b .bd .swiper-slide .pic {

  margin: 0.09rem;

  max-height: 0.98rem;

}

.case .b .bd .swiper-slide .pic:hover {

  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);

}

.case .b .bd .swiper-pagination {

  bottom: 0;

}

.case .b .bd .swiper-pagination-bullet {

  width: 0.15rem;

  height: 0.15rem;

}

/**/

.caseitem {

  font-size: 0.15rem;

}

.caseitem .a {

  padding: 0.9rem 0;

}

.caseitem .a .pic {

  width: 45%;

  margin-left: 10%;

  border-radius: 0.1rem;

}

.caseitem .a .bd {

  display: flex;

}

.caseitem .a p {

  line-height: 0.29rem;

  margin-top: 0.3rem;

}

.caseitem .a h2 {

  font-weight: bold;

  font-size: 0.26rem;

  margin-top: 0.25rem;

}

.caseitem .a span {

  display: flex;

  border-radius: 0.1rem;

  width: 1.5rem;

  height: 0.46rem;

  background: #00aa65;

  font-size: 0.16rem;

  align-items: center;

  justify-content: center;

  color: #fff;

  font-weight: bold;

}

.caseitem .b {

  padding: 0.6rem 0;

  background: #f2f2f2;

}

.caseitem .b .title {

  text-align: center;

  font-size: 0.26rem;

  border-bottom: 1px solid #ddd;

  position: relative;

  margin-bottom: 0.4rem;

  padding-bottom: 0.2rem;

}

.caseitem .b .title::after {

  content: "";

  width: 0.96rem;

  height: 0.03rem;

  background: #1d4b91;

  position: absolute;

  bottom: -1px;

  left: 50%;

  transform: translate(-50%, 0);

}

.caseitem .b .bd ul {

  display: flex;

  justify-content: space-between;

}

.caseitem .b .bd ul li {

  width: 28%;

}

.caseitem .b .bd ul p {

  line-height: 0.29rem;

  color: #666;

  margin: 0.1rem 0 0.2rem;

}

.caseitem .b .bd ul .more {

  color: #666;

}

.caseitem .b .bd ul h4 {

  font-size: 0.18rem;

  margin-top: 0.3rem;

}

.caseitem .b .bd ul span {

  color: #00a0e9;

  border: 1px solid #00a0e9;

  border-radius: 0.05rem;

  display: inline-block;

  vertical-align: middle;

  padding: 0.05rem 0.1rem;

  margin-top: 0.1rem;

}

/**/

.project {

  font-size: 0.16rem;

  padding: 1rem 0 0.6rem;

}

.project .a p {

  text-align: center;

  padding: 0.2rem 0 0.6rem;

}

.project .a .hd .flex {

  font-size: 0.2rem;

  height: 1.13rem;

  cursor: pointer;

  padding: 0 0.45rem;

  border-bottom: 3px solid #eeeeee;

}

.project .a .hd .flex img {

  width: 0.4rem;

  transition: all 0s;

  margin-right: 0.15rem;

}

.project .a .hd .flex span {

  color: #999;

  font-size: 0.24rem;

}

.project .a .hd .swiper-slide-thumb-active .flex,

.project .a .hd .flex:hover {

  background: #00aa65;

  border-radius: 0.1rem;

  border-color: #00aa65;

  color: #fff;

}

.project .a .hd .swiper-slide-thumb-active .flex img,

.project .a .hd .flex:hover img {

  filter: brightness(100);

}

.project .a .hd .swiper-slide-thumb-active .flex span,

.project .a .hd .flex:hover span {

  color: #fff;

}

.project .a .swiper-button-next,

.project .a .swiper-button-prev {

  border-radius: 50%;

  background: rgba(0, 0, 0, 0.7);

  width: 0.64rem;

  height: 0.64rem;

}

.project .a .swiper-button-next::after,

.project .a .swiper-button-prev::after {

  display: none;

}

.project .a .swiper-button-next img,

.project .a .swiper-button-prev img {

  width: 0.32rem;

}

.project .a .bd {

  margin-top: 0.5rem;

}

.project .a .bd .pic {

  border-radius: 0.1rem;

}

.project .a .bd dl {

  position: absolute;

  left: 0;

  bottom: 0;

  color: #fff;

  padding: 0.2rem 0.3rem;

  width: 100%;

  background: rgba(0, 0, 0, 0.7);

}

.project .a .bd dt {

  font-size: 0.26rem;

  font-weight: bold;

  margin-bottom: 0.15rem;

}

.project .b {

  margin-top: 1rem;

  height: 2.29rem;

  background: url(../images/project_18.jpg) center no-repeat;

  background-size: cover;

  color: #fff;

  display: flex;

  align-items: center;

  padding-left: 0.8rem;

}

.project .b .flex {

  border-left: 0.16rem solid #00aa65;

  padding-left: 0.3rem;

}

.project .b .flex dd {

  font-size: 0.28rem;

  margin: 0.1rem 0 0.2rem;

}

.project .b .flex dt {

  font-weight: bold;

  font-size: 0.35rem;

  text-transform: uppercase;

  opacity: 0.5;

}

.project .b .btn {

  margin-left: 1.45rem;

  display: flex;

  border-radius: 0.05rem;

  width: 2.88rem;

  height: 0.85rem;

  font-size: 0.22rem;

  font-weight: bold;

  background: rgba(255, 255, 255, 0.9);

  align-items: center;

  justify-content: center;

}

.project .b .btn img {

  margin-right: 0.15rem;

  width: 0.24rem;

}

.project .b .btn:hover {

  background: #00aa65;

  color: #fff;

}

.project .b .btn:hover img {

  filter: brightness(100);

}

.mask {

  position: fixed;

  z-index: 101;

  background: rgba(0, 0, 0, 0.6);

  left: 0;

  top: 0;

  display: none;

  width: 100%;

  font-size: 0.16rem;

  height: 100%;

}

.mask .dialog {

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  width: 5.85rem;

  background: #fff;

  max-width: 95%;

  border-radius: 0.1rem;

  overflow: hidden;

}

.mask .dialog .bd {

  padding: 0.4rem;

}

.mask .dialog .bd .flex {

  align-items: stretch;

}

.mask .dialog .bd .flex > span {

  display: block;

  line-height: 0.4rem;

  width: 0.88rem;

}

.mask .dialog .bd .flex + .flex {

  margin-top: 0.14rem;

}

.mask .dialog .bd textarea {

  width: 100%;

  border: 1px solid #ddd;

  border-radius: 0.05rem;

  font-size: 0.16rem;

  height: 0.4rem;

  resize: none;

  height: 1.3rem;

  font-family: inherit;

  padding: 0.1rem 0.15rem;

}

.mask .dialog .bd .input {

  width: 100%;

  border: 1px solid #ddd;

  border-radius: 0.05rem;

  font-size: 0.15rem;

  height: 0.4rem;

  padding-left: 0.15rem;

}

.mask .dialog .ft {

  text-align: center;

  margin-top: 0.3rem;

}

.mask .dialog .ft .btn {

  border-radius: 0.05rem;

  color: #fff;

  background: #232530;

  font-size: 0.18rem;

  width: 2.34rem;

  height: 0.54rem;

}

.mask .dialog .code {

  height: 0.4rem;

  border: 1px solid #ddd;

  border-radius: 0.05rem;

  width: 1.2rem;

  margin-left: 0.1rem;

}

.mask .dialog .title {

  display: flex;

  align-items: center;

  justify-content: space-between;

  height: 0.57rem;

  padding: 0 0.2rem;

  color: #fff;

  background: #0eaf6d;

  font-size: 0.2rem;

}

.mask .dialog .title span {

  cursor: pointer;

  font-size: 0.3rem;

}

/**/

.projectitem {

  font-size: 0.16rem;

}

.projectitem .a,

.projectitem .b,

.projectitem .c {

  padding: 0.8rem 0 1rem;

}

.projectitem .a .bd {

  margin-top: 0.5rem;

}

.projectitem .a .bd ul {

  display: flex;

  margin: -0.13rem -0.32rem;

  flex-wrap: wrap;

}

.projectitem .a .bd ul li {

  width: 50%;

  padding: 0.13rem 0.32rem;

}

.projectitem .a .bd ul .flex {

  position: relative;

  height: 2.05rem;

  border-radius: 0.1rem;

  padding: 0 0.23rem;

  transition: all 0.3s;

  overflow: hidden;

  background: #ebf9ff;

}

.projectitem .a .bd ul .flex:hover {

  transform: translateY(-0.15rem);

}

.projectitem .a .bd ul b {

  position: absolute;

  right: 0.15rem;

  color: #fff;

  bottom: 0;

  font-family: DIN;

  font-size: 1.65rem;

  line-height: 1.25rem;

  opacity: 0.6;

}

.projectitem .a .bd dl {

  position: relative;

  z-index: 5;

}

.projectitem .a .bd dt {

  font-weight: bold;

  font-size: 0.2rem;

}

.projectitem .a .bd dd {

  color: #666;

  line-height: 0.29rem;

  margin-top: 0.1rem;

}

.projectitem .a .bd span {

  background: #fff;

  border-radius: 50%;

  box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.1);

  width: 0.78rem;

  height: 0.78rem;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-right: 0.3rem;

}

.projectitem .b {

  background: #f9f9fb;

}

.projectitem .b .bd {

  margin-top: 0.5rem;

}

.projectitem .b .bd ul {

  display: flex;

  flex-wrap: wrap;

  margin: -0.16rem;

}

.projectitem .b .bd ul li {

  width: 25%;

  text-align: center;

  padding: 0.16rem;

}

.projectitem .b .bd .box {

  background: #fff;

  overflow: hidden;

  transition: all 0.3s;

  height: 4.7rem;

  border-radius: 0.1rem;

}

.projectitem .b .bd .box:hover {

  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);

  transform: scale(1.1);

}



.projectitem .b .bd .box .pic {

  border-radius: 0.1rem;

}

.projectitem .b .bd .box span {

  display: inline-block;

  background: #fff;

  vertical-align: middle;

  width: 0.87rem;

  position: relative;

  z-index: 6;

  height: 0.87rem;

  border-radius: 50%;

  box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.1);

  margin-top: -0.44rem;

}

.projectitem .b .bd .box dt {

  font-size: 0.22rem;

  font-weight: bold;

  padding: 0.15rem 0;

}

.projectitem .b .bd .box dd {

  line-height: 0.35rem;

  color: #666;

  text-align: left;

}

.projectitem .b .bd .box dl {

  padding: 0 0.4rem 0.4rem;

}

.projectitem .c {

  background: url(../images/projectitem_16.jpg) center no-repeat;

  background-size: cover;

}

.projectitem .c .bd {

  margin-top: 0.5rem;

}

.projectitem .c .bd ul {

  display: flex;

  flex-wrap: wrap;

  margin: -0.27rem;

}

.projectitem .c .bd ul li {

  width: 50%;

  padding: 0.27rem;

}

.projectitem .c .bd p {

  color: #666;

  line-height: 0.28rem;

  font-size: 0.15rem;

  margin-top: 0.1rem;

}

.projectitem .c .bd h4 {

  font-weight: bold;

  font-size: 0.2rem;

}

.projectitem .c .bd .flex {

  background: #fff;

  padding: 0.45rem;

  position: relative;

  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);

}

.projectitem .c .bd .flex::before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 0;

  background: #00aa65;

  transition: all 0.3s;

  height: 0.04rem;

}

.projectitem .c .bd span {

  border-radius: 50%;

  width: 1.18rem;

  margin-right: 0.5rem;

  height: 1.18rem;

  background: #eeeeee;

}

.projectitem .c .bd .flex img {

  transition: all 0s;

}

.projectitem .c .bd .flex:hover::before {

  width: 100%;

}

.projectitem .c .bd .flex:hover h4 {

  color: #00aa65;

}

.projectitem .c .bd .flex:hover span {

  background: #00aa65;

}

.projectitem .c .bd .flex:hover span img {

  filter: brightness(100);

}

/**/

.support {

  font-size: 0.16rem;

}

.support .a {

  padding: 0.7rem 0 1rem;

}

.support .a p {

  text-align: center;

  color: #666666;

  line-height: 0.33rem;

  font-size: 0.15rem;

  margin: 0.5rem 0 0.6rem;

}

.support .a .bd {

  background: url(../images/support_03.jpg) top center no-repeat;

  background-size: cover;

  padding-top: 0.65rem;

}

.support .a .bd ul {

  display: flex;

  flex-wrap: wrap;

  margin: -0.1rem;

}

.support .a .bd ul li {

  width: 50%;

  padding: 0.1rem;

}

.support .a .bd ul .flex {

  border: 1px solid #ddd;

  background: #fff;

  padding: 0.18rem;

}

.support .a .bd ul .flex span {

  width: 0.93rem;

  height: 0.4rem;

  border-radius: 0.1rem;

  background: #eeeeee;

  color: #999999;

  display: flex;

  align-items: center;

  justify-content: center;

}

.support .a .bd ul .flex span i {

  display: block;

  width: 0.16rem;

  height: 0.16rem;

  margin-right: 0.1rem;

  background: url(../images/support_11.png) center no-repeat;

  background-size: 100% 100%;

}

.support .a .bd ul .flex:hover {

  color: #fff;

  background: #00aa65;

}

.support .a .bd ul .flex:hover span {

  background: #fff;

  color: #00aa65;

}

.support .a .bd ul .flex:hover span i {

  background: url(../images/support_08.png) center no-repeat;

  background-size: 100% 100%;

}

.support .a .bd .title {

  font-size: 0.26rem;

  display: flex;

  align-items: center;

  font-weight: bold;

  margin-bottom: 0.3rem;

}

.support .a .bd .title img {

  margin-right: 0.15rem;

  width: 0.48rem;

}

.support .b {

  background: url(../images/support_05.jpg) center no-repeat;

  background-size: 100% 100%;

  height: 6.8rem;

  color: #fff;

  padding-top: 1.7rem;

}

.support .b .tabtitle {

  display: flex;

  font-size: 0.23rem;

  margin-bottom: 0.55rem;

  text-align: center;

  border-bottom: 1px solid #677cc7;

}

.support .b .tabtitle li {

  cursor: pointer;

  position: relative;

  padding: 0.2rem 0;

  flex: 1;

}

.support .b .tabtitle li.on::after {

  content: "";

  width: 80%;

  height: 0.03rem;

  background: #fff;

  position: absolute;

  bottom: -1px;

  left: 10%;

}

.support .b .pic {

  width: 40%;

  border-radius: 0.1rem;

  margin-left: 0.3rem;

}

.support .b .tabbox p {

  line-height: 0.32rem;

}

.support .c {

  padding: 0.8rem 0;

  background: url(../images/support_18.jpg) center no-repeat;

  background-size: cover;

}

.support .c .bd {

  display: flex;

}

.support .c .side {

  width: 28%;

  font-size: 0.2rem;

  text-transform: uppercase;

}

.support .c .side dt {

  font-weight: bold;

  font-size: 0.4rem;

  padding-bottom: 0.1rem;

}

.support .c .box {

  background: #fff;

  padding: 0.36rem 0.85rem;

}

.support .c .box .flex {

  padding: 0.2rem 0;

  border-bottom: 1px solid #ddd;

}

.support .c .box .flex > span {

  display: block;

  width: 1.3rem;

}

.support .c .box input {

  height: 0.5rem;

  width: 100%;

  font-size: 0.16rem;

}

.support .c .box textarea {

  height: 0.7rem;

  width: 100%;

  font-family: inherit;

  font-size: 0.16rem;

}

.support .c .box .btn {

  margin-top: 0.36rem;

  border-radius: 0.1rem;

  font-size: 0.18rem;

  color: #fff;

  width: 2.34rem;

  height: 0.7rem;

  background-image: linear-gradient(to right, #273a87, #244cd0);

}

.support .c .box .btn:hover {

  background: #fff;

  color: #244cd0;

  border: 1px solid #244cd0;

}

.support .c .box .code {

  width: 1.18rem;

  height: 0.5rem;

}

/**/

.Productitem {

  font-size: 0.18rem;

}

.Productitem .a {

  padding: 0.8rem 0 1rem;

  background: url(../images/pro_03.jpg) center no-repeat;

  background-size: cover;

}

.Productitem .a .pic {

  border-radius: 0.1rem;

  width: 43%;

  margin-left: 10%;

}

.Productitem .a .bd {

  margin-top: 0.5rem;

}

.Productitem .a p {

  line-height: 0.41rem;

  min-height: 3.2rem;

}

.Productitem .a ul {

  display: flex;

}

.Productitem .a ul img {

  margin-right: 0.6rem;

  width: 0.58rem;

}

.Productitem .a ul li:hover img {

  transform: rotateY(360deg);

}

.Productitem .a .flex {

  align-items: stretch;

}

.Productitem .b {

  padding: 0.8rem 0;

  background: #fcfcfc;

}

.Productitem .b .bd {

  text-align: center;

  position: relative;

  margin-top: 0.5rem;

}

.Productitem .b .bd > img {

  animation: myfirst 1s infinite;

  -webkit-animation: myfirst 1s infinite;

}

.Productitem .b li {

  width: 2.96rem;

  height: 0.63rem;

  font-weight: bold;

  background: #fff;

  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.05);

  border-radius: 0.1rem;

  position: absolute;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 0.19rem;

  color: #666666;

}

.Productitem .b li:first-child {

  left: 6%;

  top: 23%;

}

.Productitem .b li:nth-child(2) {

  right: 6%;

  top: 23%;

}

.Productitem .b li:nth-child(3) {

  left: 6%;

  bottom: 25%;

}

.Productitem .b li:nth-child(4) {

  right: 6%;

  bottom: 25%;

}

.Productitem .c {

  padding: 0.8rem 0 1rem;

  background: url(../images/pro_05.jpg) center no-repeat;

  background-size: cover;

}

.Productitem .c .bd {

  padding-top: 0.5rem;

}

.Productitem .c .bd ul {

  display: flex;

  flex-wrap: wrap;

  margin: 0 -0.2rem;

  text-align: center;

}

.Productitem .c .bd ul li {

  width: 25%;

  padding: 0 0.2rem;

}

.Productitem .c .bd ul .box {

  background: #fff;

  border-radius: 0.1rem;

  transition: all 0.3s;

  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.05);

  height: 3.93rem;

  padding: 0.55rem;

}

.Productitem .c .bd ul .box:hover {

  transform: translateY(-0.15rem);

}

.Productitem .c .bd ul dt {

  font-weight: bold;

  margin-top: 0.2rem;

}

.Productitem .c .bd ul dd {

  font-size: 0.15rem;

  color: #999;

  line-height: 0.25rem;

  margin-top: 0.2rem;

}

.Productitem .c .bd ul img {

  width: 1.1rem;

}

/**/

.partner {

  font-size: 0.16rem;

}

.partner .title {

  text-align: center;

  font-weight: bold;

  font-size: 0.26rem;

  padding-bottom: 0.25rem;

  position: relative;

  border-bottom: 1px solid #ddd;

}

.partner .title::after {

  content: "";

  width: 0.96rem;

  background: #1d4b91;

  position: absolute;

  bottom: -1px;

  left: 50%;

  transform: translate(-50%, 0);

  height: 0.03rem;

}

.partner .a {

  padding: 0.8rem 0;

  background: url(../images/partner_02.jpg) center no-repeat;

  background-size: cover;

}

.partner .a ul {

  display: flex;

  position: relative;

  z-index: 9;

  margin-top: 0.3rem;

  background: rgba(255, 255, 255, 0.9);

  margin-right: -0.5rem;

  justify-content: space-between;

  text-align: center;

  color: #666;

  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);

  padding: 0.25rem 0.5rem 0.25rem 0.3rem;

}

.partner .a ul img {

  margin-bottom: 0.15rem;

  width: 0.5rem;

}

.partner .a ul li + li {

  margin-left: 0.2rem;

}

.partner .a ul li:hover img {

  transform: rotateY(360deg);

}

.partner .a h3 {

  display: flex;

  margin-top: 0.35rem;

  align-items: center;

  font-size: 0.26rem;

  font-weight: bold;

}

.partner .a h3 i {

  display: block;

  margin-left: 0.15rem;

  border-radius: 50%;

  width: 0.37rem;

  height: 0.37rem;

  position: relative;

  border: 1px solid #263883;

}

.partner .a h3 i::after {

  content: " ";

  display: inline-block;

  height: 0.1rem;

  width: 0.1rem;

  border-width: 1px 1px 0 0;

  border-color: #263883;

  border-style: solid;

  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);

  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);

  position: absolute;

  top: 50%;

  margin-left: -0.08rem;

  margin-top: -0.05rem;

  left: 50%;

}

.partner .a p {

  font-size: 0.18rem;

  padding-right: 1.3rem;

  line-height: 0.36rem;

}

.partner .a .pic {

  width: 29%;

  border-radius: 0.8rem 0.2rem 0.2rem 0.2rem;

}

.partner .b {

  padding: 0.8rem 0;

  background: url(../images/partner_05.jpg) left bottom no-repeat;

}

.partner .b .bd {

  margin-top: 0.5rem;

}

.partner .b ul {

  display: flex;

  margin-left: 0.4rem;

  width: 53%;

}

.partner .b ul li {

  flex: 1;

}

.partner .b ul li .pic {

  border-radius: 0.05rem;

}

.partner .b ul li + li {

  margin-left: 0.2rem;

}

.partner .b dd {

  font-size: 0.18rem;

  line-height: 0.36rem;

  margin-top: 0.15rem;

}

.partner .b dt {

  font-weight: bold;

  font-size: 0.24rem;

}

.partner .c {

  padding: 0.8rem 0 1rem;

  background: url(../images/partner_08.jpg) top right no-repeat;

  background-size: 100% auto;

  margin-top: 0.6rem;

}

.partner .c .swiper-slide {

  width: 3.35rem;

}

.partner .c .bd {

  margin-top: 0.5rem;

  padding-left: 9%;

}

.partner .c .bd .box {

  border-radius: 0.1rem;

  overflow: hidden;

  position: relative;

}

.partner .c .bd p {

  position: absolute;

  left: 0;

  text-align: center;

  color: #fff;

  font-weight: bold;

  font-size: 0.22rem;

  height: 1rem;

  bottom: 0;

  width: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  background: rgba(0, 0, 0, 0.6);

}

.partner .c .bd p span::after {

  content: "";

  display: block;

  margin: 0.15rem auto 0;

  width: 0.45rem;

  height: 0.03rem;

  background: #00aa65;

}

.partner .c .bd .over {

  position: absolute;

  left: 0;

  top: 0;

  opacity: 0;

  padding: 0 0.25rem;

  background: rgba(39, 58, 133, 0.9);

  width: 100%;

  height: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  text-align: center;

  color: #fff;

}

.partner .c .bd .over dt {

  font-weight: bold;

  font-size: 0.22rem;

  margin-top: 0.3rem;

}

.partner .c .bd .over dt::after {

  content: "";

  display: block;

  margin: 0.15rem auto;

  width: 0.45rem;

  height: 0.03rem;

  background: #00aa65;

}

.partner .c .bd .over dd {

  line-height: 0.33rem;

  text-align: left;

}

.partner .c .bd .box:hover .over {

  opacity: 1;

}

.partner .c .bd .box:hover p {

  opacity: 0;

}

.partner .d {

  padding: 0.8rem 0 1rem;

  background: url(../images/partner_10.jpg) center no-repeat;

  background-size: cover;

}

.partner .d .bd {

  position: relative;

  margin-top: 0.5rem;

}

@keyframes myfirst {

  0% {

    transform: translateY(0);

  }

  50% {

    transform: translateY(-0.1rem);

  }

  100% {

    transform: translateY(0);

  }

}



@-webkit-keyframes myfirst /* Safari 与 Chrome */ {

  0% {

    transform: translateY(0);

  }

  50% {

    transform: translateY(-0.1rem);

  }

  100% {

    transform: translateY(0);

  }

}

.partner .d .bd img {

  position: absolute;

  left: 50%;

  top: 50%;

  margin-left: -2.2rem;

  margin-top: -2rem;

  width: 3.99rem;



  animation: myfirst 1.5s infinite;

  -webkit-animation: myfirst 1.5s infinite; /* Safari 与 Chrome */

}

.partner .d .bd ul {

  display: flex;

  flex-wrap: wrap;

  margin: -0.08rem -0.52rem;

}

.partner .d .bd ul li {

  width: 50%;

  padding: 0.08rem 0.52rem;

}

.partner .d .bd ul li dl {

  background: #fff;

  height: 1.85rem;

  padding: 0.3rem 1.78rem 0 0.6rem;

  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);

}

.partner .d .bd ul li dd {

  font-size: 0.15rem;

  line-height: 0.28rem;

  margin-top: 0.1rem;

  color: #666;

}

.partner .d .bd ul li dt {

  font-weight: bold;

  font-size: 0.22rem;

  color: #263883;

}

.partner .d .bd ul li:nth-child(2) dl,

.partner .d .bd ul li:nth-child(4) dl {

  padding: 0.3rem 0.6rem 0 2rem;

}

.partner .e {

  padding: 0.8rem 0 1rem;

  background: url(../images/partner_11.jpg) center no-repeat;

  background-size: cover;

}

.partner .e .title {

  color: #fff;

}

.partner .e .title::after {

  background: #fff;

}

.partner .e .bd {

  background: #fff;

  padding: 0.4rem 0.6rem;

  display: flex;

  margin-top: 0.5rem;

}

.partner .e .bd > .flex_item {

  padding: 0 0.6rem;

}

.partner .e .bd li {

  display: flex;

  position: relative;

  line-height: 0.44rem;

}

.partner .e .bd li + li {

  margin-top: 0.12rem;

}

.partner .e .bd li > span {

  display: block;

  width: 0.9rem;

}

.partner .e .bd li .input {

  width: 100%;

  height: 0.44rem;

  font-size: 0.15rem;

  padding: 0 0.15rem;

  background: #f5f8fa;

}

.partner .e .bd li textarea {

  width: 100%;

  height: 1.8rem;

  font-size: 0.16rem;

  padding: 0.1rem 0.15rem;

  background: #f5f8fa;

  resize: none;

  font-family: inherit;

}

.partner .e .bd li .side {

  position: absolute;

  right: 0.03rem;

  top: 0;

  display: flex;

  align-items: center;

}

.partner .e .bd li .side .code {

  height: 0.37rem;

  margin-left: 0.1rem;

}

.partner .e .bd .btn {

  color: #fff;

  border-radius: 0.1rem;

  font-size: 0.16rem;

  width: 1.75rem;

  height: 0.52rem;

  margin-top: 0.24rem;

  background-image: linear-gradient(to right, #273987, #244cd0);

}

.partner .e .bd li .btn:hover {

  background: #fff;

  color: #244cd0;

  border: 1px solid #244cd0;

}

/**/

.aboutus {

  font-size: 0.16rem;

}

.aboutus .a .bd {

  padding: 1rem 0;

  background: url(../images/aboutus_02.jpg) center no-repeat;

  background-size: cover;

}

.aboutus .a .bd .pic {

  width: 38%;

  margin-right: 5%;

}

.aboutus .a .bd p {

  color: #666;

  line-height: 0.33rem;

  margin-top: 0.5rem;

}

.aboutus .a .bd ul {

  display: flex;

  padding: 0 0.5rem 0 0.2rem;

  justify-content: space-between;

  margin-top: 0.5rem;

}

.aboutus .a .bd ul li {

  display: flex;

  font-size: 0.18rem;

  line-height: 0.33rem;

  align-items: center;

}

.aboutus .a .bd ul li dt {

  font-size: 0.16rem;

  color: #2a4799;

}

.aboutus .a .bd ul li dt span {

  font-size: 0.5rem;

  font-weight: bold;

  font-family: DIN;

}

.aboutus .a .bd ul li img {

  width: 0.42rem;

  margin-right: 0.15rem;

}

.aboutus .a .bd ul li dl {

  border-left: 1px solid #ddd;

  padding-left: 0.2rem;

}

.aboutus .a .title_common {

  text-align: left;

}

.aboutus .a .title_common h2::after {

  margin: 0.2rem 0 0;

}

.aboutus .a .ft {

  padding: 1rem 0;

  background: url(../images/aboutus_03.jpg) center no-repeat;

  background-size: cover;

}

.aboutus .a .ft ul {

  display: flex;

  font-size: 0.2rem;

  color: #fff;

  text-align: center;

}

.aboutus .a .ft ul li {

  flex: 1;

}

.aboutus .a .ft ul li + li {

  border-left: 1px solid #fff;

}

.aboutus .a .ft ul img {

  margin-bottom: 0.2rem;

  width: 0.7rem;

}

.aboutus .b {

  padding: 1rem 0;

}

.aboutus .b .hd {

  text-align: center;

  font-weight: bold;

  font-size: 0.24rem;

  margin-top: 0.5rem;

  border-bottom: 1px solid #ddd;

}

.aboutus .b .hd span {

  display: block;

  cursor: pointer;

  padding-bottom: 0.25rem;

}

.aboutus .b .hd .swiper-slide-thumb-active {

  color: #2a4799;

}

.aboutus .b .hd .swiper-slide-thumb-active::after {

  content: "";

  width: 1.18rem;

  height: 0.04rem;

  background: #2a4799;

  position: absolute;

  bottom: 0;

  left: 50%;

  transform: translate(-50%, 0);

}

.aboutus .b .bd {

  margin-top: 0.5rem;

}

.aboutus .b .bd .mySwiper2 {

  padding-bottom: 0.87rem;

}

.aboutus .b .bd .swiper-button-next,

.aboutus .b .bd .swiper-button-prev {

  top: auto;

  bottom: 0.05rem;

  margin: 0;

}

.aboutus .b .bd .swiper-button-next {

  right: 45%;

}

.aboutus .b .bd .swiper-button-prev {

  left: 45%;

}

.aboutus .b .bd .flex {

  padding: 0 0.02rem;

}

.aboutus .b .bd .pic {

  border-radius: 0.1rem;

  width: 42%;

  margin-right: 5%;

}

.aboutus .b .bd .img {

  position: absolute;

  right: 0;

  bottom: 0;

}

.aboutus .b .bd h4 {

  font-weight: bold;

  font-size: 0.22rem;

  padding-bottom: 0.6rem;

  line-height: 0.42rem;

}

.aboutus .b .bd ul {

  position: relative;

}

.aboutus .b .bd ul::before {

  content: "";

  width: 0.02rem;

  background: #d2d2d2;

  position: absolute;

  left: 0.06rem;

  top: 0.05rem;

  bottom: 0.05rem;

}

.aboutus .b .bd li {

  display: flex;

  color: #666;

  padding-left: 0.3rem;

  font-size: 0.15rem;

  position: relative;

  align-items: center;

}

.aboutus .b .bd li::before {

  content: "";

  width: 0.1rem;

  height: 0.1rem;

  border-radius: 50%;

  background: #fff;

  border: 2px solid #42ce5c;

  position: absolute;

  left: 0;

  top: 50%;

  transform: translate(0, -50%);

}

.aboutus .b .bd li b {
/*
  display: block;

  width: 1.1rem;*/
    display: contents;

}

.aboutus .b .bd li + li {

  margin-top: 0.25rem;

}

.aboutus .c {

  padding: 0.7rem 0 0.5rem;

  background: url(../images/aboutus_09.jpg) center no-repeat;

  background-size: cover;

}

.aboutus .c .title_common {

  color: #fff;

}

.aboutus .c .hd {

  text-align: center;

  color: #fff;

  font-size: 0.2rem;

  line-height: 0.38rem;

  padding-bottom: 0.2rem;

  margin-top: 0.4rem;

}

.aboutus .c .bd {

  display: flex;

  justify-content: space-between;

}

.aboutus .c .bd .side {

  width: 20%;

  padding-top: 0.6rem;

}

.aboutus .c .bd .box {

  width: 70%;

  position: relative;

}

.aboutus .c .bd .side li {

  height: 0.72rem;

  border: 1px solid #fff;

  border-radius: 0.1rem;

  color: #fff;

  cursor: pointer;

  display: flex;

  align-items: center;

  font-size: 0.18rem;

  justify-content: center;

}

.aboutus .c .bd .side li + li {

  margin-top: 0.17rem;

}

.aboutus .c .bd .side li.on {

  background: #3dcd58;

  border-color: #3dcd58;

}

.aboutus .c .bd .img {

  background: #fff;

  text-align: center;

  font-size: 0.15rem;

  line-height: 0.22rem;

  padding: 0.17rem;

  color: #666;

  margin: 0.4rem 0.15rem;

  transition: all 0.3s;

}

.aboutus .c .bd p {

  margin-top: 0.1rem;

}

.aboutus .c .bd .img:hover {

  transform: scale(1.1);

}

.aboutus .c .bd .swiper-button-next,

.aboutus .c .bd .swiper-button-prev,

.aboutus .b .bd .swiper-button-next,

.aboutus .b .bd .swiper-button-prev {

  width: 0.46rem;

  border: 1px solid #eee;

  height: 0.46rem;

  background: #fff;

  border-radius: 50%;

  color: #999;

  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);

}

.aboutus .c .bd .swiper-button-next::after,

.aboutus .c .bd .swiper-button-prev::after,

.aboutus .b .bd .swiper-button-next::after,

.aboutus .b .bd .swiper-button-prev::after {

  font-size: 0.2rem;

}

.aboutus .c .bd .swiper-button-next {

  right: 0;

}

.aboutus .c .bd .swiper-button-prev {

  left: 0;

}

.aboutus .c .bd .swiper-button-next:hover,

.aboutus .c .bd .swiper-button-prev:hover,

.aboutus .b .bd .swiper-button-next:hover,

.aboutus .b .bd .swiper-button-prev:hover {

  color: #fff;

  background-image: linear-gradient(to right, #02ac66, #32dc80);

}

.aboutus .d {

  padding: 1rem 0;

  background: url(../images/aboutus_11.jpg) right bottom no-repeat;

  background-size: cover;

}

.aboutus .d .hd {

  line-height: 0.32rem;

  margin: 0.5rem 0;

}

.aboutus .d .bd .pic {

  width: 1.86rem;

  border-radius: 50%;

  height: 1.86rem;

}

.aboutus .d .bd .box {

  height: 3.86rem;

  margin-top: 0.8rem;

  background: #fff;

  transition: all 0.3s;

  border: 1px solid #ddd;

  border-radius: 0.1rem;

}

.aboutus .d .bd .box:hover {

  background: url(../images/aboutus_05.jpg) center no-repeat;

  background-size: cover;

  color: #fff;

}

.aboutus .d .bd .box:hover dd {

  color: #fff;

}

.aboutus .d .bd .img {

  width: 2.2rem;

  height: 2.2rem;

  position: relative;

  display: flex;

  align-items: center;

  margin: -0.8rem auto 0;

  justify-content: center;

  background: #dcdcdc;

  border-radius: 50% 50% 50% 0;

}

.aboutus .d .bd .img span {

  position: absolute;

  left: 0;

  font-size: 0.18rem;

  bottom: 0;

  color: #fff;

  width: 0.95rem;

  display: flex;

  align-items: center;

  justify-content: center;

  height: 0.38rem;

  border-radius: 0.2rem 0;

  background-image: linear-gradient(to right, #02ac66, #32dc80);

}

.aboutus .d .bd dl {

  text-align: center;

  padding: 0.2rem;

}

.aboutus .d .bd dl dd {

  font-size: 0.15rem;

  color: #666;

  margin-top: 0.15rem;

  text-align: left;

  line-height: 0.28rem;

}

.aboutus .d .bd dl dt {

  font-weight: bold;

  font-size: 0.25rem;

}

.aboutus .e {

  background: url(../images/aboutus_13.jpg) center no-repeat;

  background-size: cover;

  text-align: center;

  padding: 1rem 0;

  color: #fff;

}

.aboutus .e .bd {

  margin-top: 0.5rem;

}

/**/

.homepage {

  font-size: 0.16rem;

}

.homepage .banner {

  position: relative;

}

.homepage .banner img {

  width: 100%;

}

.homepage .banner .bd {

  position: absolute;

  width: 100%;

  left: 0;

  font-size: 0.18rem;

  top: 50%;

  transform: translate(0, -50%);

  color: #fff;

}

.homepage .banner .bd h2 {

  font-size: 0.65rem;

  font-weight: bold;

}

.homepage .banner .bd h2::after {

  content: "";

  width: 5.7rem;

  height: 0.03rem;

  display: block;

  margin: 0.3rem 0;

  background-image: linear-gradient(

    to right,

    rgba(255, 255, 255, 1),

    rgba(255, 255, 255, 0)

  );

}

.homepage .banner .bd dt {

  font-size: 0.39rem;

  padding-bottom: 0.1rem;

  color: #00aa65;

}

.homepage .banner .ft {

  position: absolute;

  font-size: 0.16rem;

  font-weight: bold;

  line-height: 0.22rem;

  bottom: 0.4rem;

  right: 10%;

  color: #fff;

}

.homepage .banner .mySwiper {

  height: 1.8rem;

}

.homepage .banner .ft .swiper-slide {

  opacity: 0.3;

  padding-left: 0.2rem;

  display: flex;

  align-items: center;

}

.homepage .banner .ft .swiper-slide-thumb-active {

  opacity: 1;

  border-left: 3px solid #64bb85;

}

.homepage .banner .hand {

  position: absolute;

  bottom: 0.5rem;

  right: 5%;

  z-index: 6;

}

.homepage .banner .hand::before {

  content: "";

  border-left: 1px solid #fff;

  height: 1.6rem;

  display: block;

  margin-bottom: 0.1rem;

  margin-left: 0.13rem;

}

.homepage .banner .hand i {

  width: 0.29rem;

  height: 0.41rem;

  display: block;

  background: url(../images/home_14.png) center no-repeat;

  background-size: 100% 100%;

}

.homepage .banner .swiper-button-next,

.homepage .banner .swiper-button-prev {

  width: 0.56rem;

  color: #fff;

  height: 0.56rem;

  right: auto;

  left: 9%;

  top: auto;

  bottom: 0.7rem;

  border: 2px solid #fff;

  border-radius: 50%;

}

.homepage .banner .swiper-button-next::after,

.homepage .banner .swiper-button-prev::after {

  font-size: 0.2rem;

}

.homepage .banner .swiper-button-next:hover,

.homepage .banner .swiper-button-prev:hover {

  background-image: linear-gradient(to right, #00aa65, #32db7f);

  border: none;

}

.homepage .banner .swiper-button-next {

  margin-left: 0.7rem;

}

.homepage .title {

  text-align: center;

}

.homepage .title h2 {

  font-weight: bold;

  font-size: 0.8rem;

  color: #a2a2a2;

  text-transform: uppercase;

  opacity: 0.1;

  line-height: 0.8rem;

  margin-bottom: -0.5rem;

}

.homepage .title span {

  font-size: 0.45rem;

}

.homepage .title span::after {

  content: "";

  display: block;

  width: 0.6rem;

  height: 0.02rem;

  background: #283b87;

  margin: 0.15rem auto;

}

.homepage .title p {

  color: #666;

  font-size: 0.2rem;

}

.homepage .a {

  padding: 0.9rem 0;

}

.homepage .a .bd {

  margin-top: 0.5rem;

}

.homepage .a .bd ul {

  display: flex;

  margin-top: 0.15rem;

}

.homepage .a .bd ul li {

  flex: 1;

}

.homepage .a .bd ul li + li,

.homepage .a .bd .flex_item + .flex_item {

  margin-left: 0.15rem;

}

.homepage .a .bd h4 {

  position: absolute;

  font-size: 0.28rem;

  left: 0.38rem;

  top: 0.28rem;

}

.homepage .a .bd h4.white {

  color: #fff;

}

.homepage .a .bd .pic {

  border-radius: 0.15rem;

}

.homepage .a .bd .pic:hover span {

  background: #00aa65;

  color: #fff;

  border-color: #00aa65;

}

.homepage .a .bd .pic:hover span i {

  border-color: #fff;

}

.homepage .a .bd span {

  position: absolute;

  color: #a0a0a0;

  transition: all 0.3s;

  left: 0.3rem;

  bottom: 0.2rem;

  width: 1.06rem;

  height: 0.32rem;

  border: 1px solid #999;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 0.32rem;

  font-size: 0.14rem;

}

.homepage .a .bd span i {

  display: inline-block;

  height: 0.08rem;

  width: 0.08rem;

  margin-left: 0.05rem;

  border-width: 1px 1px 0 0;

  border-color: #999;

  border-style: solid;

  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);

  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);

}

.homepage .a .ft {

  margin: 0.4rem 0;

  text-align: center;

  color: rgba(205, 203, 203, 0.2);

  font-size: 0.97rem;

  font-weight: bold;

  position: relative;

  font-family: DIN;

}

.homepage .a .ft::before {

  content: "";

  border-bottom: 1px solid #ddd;

  position: absolute;

  left: 0;

  right: 0;

  top: 50%;

}

.homepage .a .ft span {

  width: 0.18rem;

  height: 0.18rem;

  border: 2px solid #ccc;

  display: block;

  border-radius: 50%;

  position: absolute;

  left: 50%;

  top: 50%;

  z-index: 9;

  transform: translate(-50%, -50%);

  background: #fff;

}

.homepage .a .ft .swiper-slide-thumb-active {

  color: rgba(0, 177, 103, 0.2);

}

.homepage .a .ft .swiper-slide-thumb-active span {

  border-color: #00aa65;

}

.homepage .a .ft .swiper-slide-thumb-active::after {

  content: "";

  width: 2.1rem;

  height: 0.03rem;

  background: #00aa65;

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

}

.homepage .a .ft .swiper-button-next,

.homepage .a .ft .swiper-button-prev {

  width: 0.45rem;

  height: 0.45rem;

  border-radius: 50%;

  background: #e5e5e5;

  color: #999;

}

.homepage .a .ft .swiper-button-next:hover,

.homepage .a .ft .swiper-button-prev:hover {

  background: #00aa65;

  color: #fff;

}

.homepage .a .ft .swiper-button-prev {

  left: 0;

}

.homepage .a .ft .swiper-button-next {

  right: 0;

}

.homepage .a .ft .swiper-button-next::after,

.homepage .a .ft .swiper-button-prev::after {

  font-size: 0.2rem;

}

.homepage .a .more {

  display: flex;

  align-items: center;

  margin: 0 auto;

  width: 1.9rem;

  height: 0.5rem;

  justify-content: center;

  border: 1px solid #ccc;

  color: #a0a0a0;

  border-radius: 0.5rem;

}

.homepage .a .more:hover {

  background: #00aa65;

  border-color: #00aa65;

  color: #fff;

}

.homepage .a .more:hover span::after {

  border-left: 0.08rem solid #fff;

}

.homepage .a .more span {

  display: flex;

  align-items: center;

}

.homepage .a .more span::after {

  content: "";

  width: 0;

  display: inline-block;

  height: 0;

  border-top: 0.08rem solid transparent;

  border-bottom: 0.08rem solid transparent;

  border-left: 0.08rem solid #a0a0a0;

  margin-left: 0.1rem;

}

.homepage .b {

  padding: 0.8rem 0 1rem;

  background: #fafafa;

}

.homepage .b .box .flex {

  color: #fff;

  background: #293f8b;

  border-radius: 0.2rem 0.2rem 0 0;

  position: relative;

  padding: 0 1.75rem 0 0.7rem;

  align-items: flex-end;

  margin-top: 0.85rem;

}

.homepage .b .box .flex p {

  line-height: 0.33rem;

}

.homepage .b .box .flex p b {

  font-size: 0.22rem;

}

.homepage .b .box .flex ul {

  display: flex;

  margin: 0.3rem 0;

}

.homepage .b .box .flex ul li {

  display: flex;

  align-items: center;

  flex: 1;

}

.homepage .b .box .flex ul li img {

  margin-right: 0.15rem;

  width: 0.52rem;

}

.homepage .b .box .flex ol {

  display: flex;

  padding-bottom: 0.5rem;

}



.homepage .b .box .flex ol li + li::before {

  content: "";

  border-left: 1px solid #fff;

  height: 0.12rem;

  margin: 0 0.6rem;

}

.homepage .b .box .flex ol b {

  font-size: 0.3rem;

  padding: 0 0.05rem;

  color: #00aa65;

}

.homepage .b .box .img {

  margin-top: -0.85rem;

  width: 3.17rem;

  margin-left: 10%;

}

.homepage .b .ft {

  text-align: center;

  color: #fff;

  padding: 0.15rem 1rem;

  color: #6a90c7;

  font-size: 0.18rem;

  border-radius: 0 0 0.2rem 0.2rem;

  background-image: linear-gradient(to right, #233681, #2e48a5, #22357f);

}

.homepage .b .ft dl {

  padding: 0.2rem 0;

  cursor: pointer;

  border-radius: 0.1rem;

}

.homepage .b .ft .swiper-slide + .swiper-slide {

  border-left: 1px solid #6a90c7;

}

.homepage .b .ft img {

  width: 0.6rem;

  margin-bottom: 0.1rem;

}

.homepage .b .ft .swiper-slide-thumb-active dl,

.homepage .b .ft dl:hover {

  color: #fff;

  background: #00aa65;

}

.homepage .b .ft .swiper-slide-thumb-active dl img,

.homepage .b .ft dl:hover img {

  filter: brightness(100);

}

.homepage .c {

  padding: 0.8rem 0;

  color: #fff;

  background: url(../images/home_03.jpg) center no-repeat;

  background-size: cover;

}

.homepage .c .title p {

  color: #fff;

}

.homepage .c .title h2 {

  color: #fff;

}

.homepage .c .title span::after {

  background: #3dcd58;

}

.homepage .c .bd {

  padding-left: 9%;

  margin-top: 0.5rem;

}

.homepage .c .bd .swiper-slide {

  width: 3.5rem;

}

.homepage .c .bd .swiper-slide img {

  height: 4.7rem;

}

.homepage .c .bd .swiper-slide-active {

  width: 6.94rem;

}

.homepage .c .bd dl {

  position: absolute;

  color: #fff;

  left: 0.3rem;

  top: 0.6rem;

  font-size: 0.2rem;

}

.homepage .c .bd dl dt {

  font-size: 0.28rem;

  margin-bottom: 0.15rem;

}

.homepage .c .bd dl::after {

  content: "";

  display: block;

  width: 0.48rem;

  height: 0.04rem;

  margin: 0.15rem 0 0;

  background: #3dcd58;

}

.homepage .c .ft {

  margin-top: 0.35rem;

}

.homepage .c .ft .swiper-pagination {

  position: static;

  text-align: left;

}

.homepage .c .swiper-button-next,

.homepage .c .swiper-button-prev {

  position: static;

  margin: 0;

  width: 0.46rem;

  height: 0.46rem;

  border-radius: 50%;

  color: #858993;

  border: 1px solid #858993;

}

.homepage .c .swiper-button-next:hover,

.homepage .c .swiper-button-prev:hover {

  border: none;

  color: #fff;

  background-image: linear-gradient(to right, #00aa65, #32dc80);

}

.homepage .c .swiper-button-next::after,

.homepage .c .swiper-button-prev::after {

  font-size: 0.2rem;

}

.homepage .c .swiper-button-next {

  margin-left: 0.2rem;

}

.homepage .c .group {

  display: flex;

}

.homepage .c .swiper-pagination-bullet {

  background: #fff;

  opacity: 1;

}

.homepage .c .swiper-pagination-bullet-active {

  width: 0.4rem;

  border-radius: 0.05rem;

}

.homepage .d {

  padding: 0.8rem 0;

}

.homepage .e {

  padding: 0.8rem 0;

  background: url(../images/home_09.jpg) center no-repeat;

  background-size: cover;

}

.homepage .e .bd {

  display: flex;

}

.homepage .e .bd .side {

  width: 25%;

}

.homepage .e .bd .side ul {

  font-size: 0.2rem;

  line-height: 0.6rem;

  margin-top: 0.5rem;

}

.homepage .e .bd .side ul li {

  position: relative;

  padding-left: 0.5rem;

  cursor: pointer;

}

.homepage .e .bd .side ul li.on {

  color: #00aa65;

}

.homepage .e .bd .side ul li.on::before {

  content: "";

  border-bottom: 1px solid #00aa65;

  width: 0.4rem;

  position: absolute;

  left: 0;

  top: 50%;

}

.homepage .e .bd .side .title {

  text-align: left;

}

.homepage .e .title span::after {

  margin: 0.15rem 0;

}

.homepage .e .list {

  background: #fff;

  padding: 0.2rem;

  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);

}

.homepage .e .list a {

  padding: 0.18rem 0.3rem;

}

.homepage .e .list a .pic {

  width: 2.07rem;

  transition: all 0.3s;

  border-radius: 0.1rem;

  margin: 0 0.3rem;

}

.homepage .e .list a dl {

  text-align: center;

  font-family: DIN;

  color: #666;

  font-weight: bold;

  font-size: 0.2rem;

}

.homepage .e .list a dt {

  font-size: 0.47rem;

}

.homepage .e .list p {

  font-size: 0.14rem;

  color: #999;

  line-height: 0.24rem;

  margin-top: 0.15rem;

  overflow: hidden;

  white-space: normal;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

}

.homepage .e .list h4 {

  font-weight: bold;

  font-size: 0.18rem;

  overflow: hidden;

  white-space: normal;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 1;

}

.homepage .e .list span {

  color: #00aa65;

  font-size: 0.5rem;

  opacity: 0;

  margin-left: 0.5rem;

}

.homepage .e .list a:hover {

  background: #f5f5f5;

}

.homepage .e .list a:hover span {

  opacity: 1;

}

.homepage .e .list a:hover .pic {

  transform: scale(1.1);

}

.homepage .e .more {

  display: flex;

  align-items: center;

  justify-content: center;

  height: 0.7rem;

  margin-top: 0.14rem;

  background: #fff;

  color: #7d7d7d;

  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);

}

.homepage .e .more:hover {

  color: #fff;

  background: #00aa65;

}

.homepage .e .more:hover span::after {

  border-left: 0.08rem solid #fff;

}

.homepage .e .more span {

  display: flex;

  align-items: center;

}

.homepage .e .more span::after {

  content: "";

  width: 0;

  display: inline-block;

  height: 0;

  border-top: 0.08rem solid transparent;

  border-bottom: 0.08rem solid transparent;

  border-left: 0.08rem solid #a0a0a0;

  margin-left: 0.1rem;

}

.homepage .f {

  padding: 0.6rem 0;

  background: url(../images/home_11.jpg) center no-repeat;

  background-size: cover;

  color: #fff;

}

.homepage .f .title p {

  color: #fff;

}

.homepage .f .title span::after {

  background: #00aa65;

}

.homepage .f .bd {

  margin-top: 0.4rem;

  position: relative;

  padding-bottom: 0.5rem;

}

.homepage .f .bd .swiper-pagination-bullet {

  opacity: 1;

  background: #fff;

  width: 0.13rem;

  height: 0.13rem;

}

.homepage .f .bd .swiper-pagination-bullet-active {

  border-radius: 0.1rem;

  width: 0.3rem;

}

.homepage .f .swiper {

  height: 2.6rem;

}

.homepage .f .swiper-slide {

  height: calc(100% / 2);

  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;

}

.homepage .f .swiper-slide .pic {

  border-radius: 0.1rem;

  transition: all 0.3s;

  max-height: 1.13rem;

  max-width: 95%;

}

.homepage .f .swiper-slide:hover .pic {

  transform: scale(1.1);

  border: 2px solid #00aa65;

}





.aboutus .f {
  padding: 0.6rem 0;
}
.aboutus .f .bd .pic {
  width: 60%;
}
.aboutus .f .bd .flex > .flex_item {
  padding: 0 0.2rem 0 0.6rem;
}
.aboutus .f .bd li {
  display: flex;
  padding: 0.45rem 0.25rem;
  border-bottom: 1px solid #eee;
  align-items: center;
}
.aboutus .f .bd li:last-child {
  border: none;
}
.aboutus .f .bd li dt {
  font-size: 0.2rem;
}
.aboutus .f .bd li dd {
  color: #666;
  margin-top: 0.1rem;
}
.aboutus .f .bd li img {
  width: 0.5rem;
  margin-right: 0.15rem;
}
.aboutus .f .ft {
  background: #263883;
  color: #fff;
  margin-top: 0.22rem;
  padding: 0.25rem 0;
}
.aboutus .f .ft ul {
  display: flex;
  flex-wrap: wrap;
}
.aboutus .f .ft ul li {
  width: 25%;
  border-right: 1px solid #fff;
  padding: 0.1rem 0.45rem;
}
.aboutus .f .ft ul li:last-child {
  border: none;
}
.aboutus .f .ft ul dt {
  font-size: 0.22rem;
  font-weight: bold;
}
.aboutus .f .ft ul dd {
  line-height: 0.23rem;
  font-size: 0.15rem;
  margin-top: 0.15rem;
}

.aboutus .g {
  background: url(../images/0806_15.jpg) center no-repeat;
  background-size: cover;
  padding: 0.6rem 0;
}
.aboutus .g .bd {
  margin-top: 0.4rem;
}
.aboutus .g .bd ul {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
}
.aboutus .g .bd ul li {
  width: 20%;
}
.aboutus .g .bd ul dt {
  font-size: 20px;
}
.aboutus .g .bd ul dt:after {
  content: "";
  width: 0.24rem;
  height: 0.03rem;
  background: #00aa65;
  margin: 0.12rem auto;
  display: block;
}
.aboutus .g .bd ul dd {
  color: #666;
}
.aboutus .g .bd ul span {
  background: #fff;
  width: 0.98rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  height: 0.98rem;
  display: flex;
  margin: 0 auto 0.2rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.15rem;
}
.aboutus .g .bd ul span img {
  width: 0.56rem;
}





.homepage .g {
  padding: 0.8rem 0;
  background: url(../images/0806_05.jpg) center no-repeat;
  background-size: cover;
}
.homepage .g .bd {
  padding-top: 0.5rem;
}
.homepage .g .bd ul {
  display: flex;
  margin: -0.2rem;
  flex-wrap: wrap;
}
.homepage .g .bd ul li {
  width: 25%;
  padding: 0.2rem;
}
.homepage .g .bd .box {
  background: #fff;
  border-radius: 0.15rem;
  padding: 0.32rem;
}
.homepage .g .bd .box img {
  width: 0.43rem;
  transition: all 0s;
}
.homepage .g .bd .box:hover {
  color: #fff;
  background: #263883;
}
.homepage .g .bd .box:hover dd {
  color: #fff;
}
.homepage .g .bd .box:hover img {
  filter: brightness(100);
}
.homepage .g .bd .box dt {
  font-size: 0.24rem;
  margin-top: 0.05rem;
}
.homepage .g .bd .box dd {
  color: #666;
  margin-top: 0.1rem;
}

.index_application {

  height: 800px;

  border-radius: 0.1rem;

  overflow: hidden;

  position: relative;

  margin-top: 0.4rem;

}

@media (max-width: 1681px) {

  .index_application {

    height: 700px;

  }

}

@media (max-width: 1440px) {

  .index_application {

    height: 650px;

  }

}

@media (max-width: 1380px) {

  .index_application {

    height: 600px;

  }

}

@media (max-width: 1180px) {

  .index_application {

    height: 500px;

  }

}

@media (max-width: 968px) {

  .index_application {

    padding-top: 20px;

    height: 450px;

  }

}

@media (max-width: 668px) {

  .index_application {

    height: 400px;

  }

}

.index_application .inner {

  width: 78vw;

  height: 78vw;

  margin: 0 auto;

  transform: translateY(10%);

  position: relative;

  z-index: 2;

}

@media (max-width: 1440px) {

  .index_application .inner {

    transform: translateY(12%);

  }

}

@media (max-width: 1380px) {

  .index_application .inner {

    transform: translateY(10%);

  }

}

@media (max-width: 1180px) {

  .index_application .inner {

    transform: translateY(15%);

  }

}

@media (max-width: 668px) {

  .index_application .inner {

    width: 80vw;

    height: 80vw;

  }

}

.index_application .arrows {

  position: relative;

  z-index: 10;

}

.index_application .hd {

  width: 100%;

  height: 100%;

  border: 1px dashed rgba(255, 255, 255, 0.35);

  border-radius: 100%;

}

.index_application .hd ul {

  display: block;

  width: 100%;

  height: 100%;

  position: relative;

  transform: rotate(0deg);

  transition: all 0.5s;

}

.index_application .hd ul li {

  display: block;

  width: 100%;

  height: 100%;

  visibility: hidden;

  position: absolute;

  left: 0;

  top: 0;

  z-index: 2;

}

.index_application .hd ul li .icon {

  width: 80px;

  height: 80px;

  background-color: #fff;

  border-radius: 100%;

  overflow: visible;

  visibility: visible;

  cursor: pointer;

  display: flex;

  text-align: center;

  color: #00aa65;

  font-size: 0.14rem;

  justify-content: center;

  align-items: center;

  position: absolute;

  left: 50%;

  top: -40px;

  margin-left: -40px;

  transition: all 0.5s;

}

.index_application .hd ul li img {

  width: 0.42rem;

}

@media (max-width: 668px) {

  .index_application .hd ul li .icon {

    width: 40px;

    height: 40px;

    top: -20px;

    margin-left: -20px;

  }

}

.index_application .hd ul li .icon svg {

  width: 50%;

  height: 50%;

  color: #009a3a;

  transition: all 0.5s;

}

.index_application .hd ul li.active .icon {

  width: 120px;

  height: 120px;

  border: 2px solid #fff;

  background-color: #009a3a;

  top: -60px;

  margin-left: -60px;

}

.index_application .hd ul li.active .icon p {

  display: none;

}

.index_application .hd ul li.active .icon img {

  width: 0.7rem;

}

@media (max-width: 668px) {

  .index_application .hd ul li.active .icon {

    width: 60px;

    height: 60px;

    top: -30px;

    margin-left: -30px;

  }

}

.index_application .hd ul li.active .icon img {

  filter: grayscale(100%) brightness(200%);

}

.index_application .bd {

  width: 60vw;

  height: 50%;

  position: absolute;

  left: 50%;

  top: 0%;

  transform: translate(-50%, 0%);

  z-index: 2;

  display: flex;

  align-items: center;

}

@media (max-width: 668px) {

  .index_application .bd {

    width: calc(100% + 40px);

    top: 46vw;

  }

}

.index_application .bd .bd_col {

  width: 100%;

  position: relative;

}

.index_application .bd .arrow {

  width: 36px;

  height: 36px;

  margin: 0;

  padding: 0;

  background: none;

  border: none;

  outline: 0;

  position: absolute;

  top: 50%;

  margin-top: -18px;

  z-index: 5;

}

.index_application .prev i {

  display: inline-block;

  height: 0.2rem;

  width: 0.2rem;

  border-width: 0 0 2px 2px;

  border-color: #fff;

  border-style: solid;

  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);

  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);

}

.index_application .next i {

  display: inline-block;

  height: 0.2rem;

  width: 0.2rem;

  border-width: 2px 2px 0 0;

  border-color: #fff;

  border-style: solid;

  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);

  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);

}

@media (max-width: 668px) {

}



.index_application .bd .arrow.prev {

  left: 0;

}

.index_application .bd .arrow.next {

  right: 0;

}

.index_application .bd .txt {

  display: none;



  max-width: 900px;

  font-size: 0.15rem;

  line-height: 0.3rem;

  margin: 0 auto;

  text-align: center;

  color: #fff;

  position: relative;

  transition: all 0.5s;

}

@media (max-width: 668px) {

  .index_application .bd .txt {

    padding: 20px 20px 40px;

    background-color: #fff;

    color: #333;

  }

}

.index_application .bd .txt .title {

  width: 100%;

  height: 80px;

  margin-bottom: 0.6rem;

  position: relative;

}

@media (max-width: 1380px) {

  .index_application .bd .txt .title {

    height: 50px;

    margin-bottom: 50px;

  }

}

@media (max-width: 968px) {

  .index_application .bd .txt .title {

    margin-bottom: 0.2rem;

  }

}

@media (max-width: 668px) {

  .index_application .bd .txt .title {

    height: 0.3rem;

  }

}

.index_application .bd .txt .title b {

  display: block;

  font-size: 0.36rem;

  font-weight: bold;

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  z-index: 2;

}

@media (max-width: 1380px) {

  .index_application .bd .txt .title b {

    font-size: 0.3rem;

  }

}

@media (max-width: 668px) {

  .index_application .bd .txt .title b {

    font-size: 0.2rem;

  }

}

.index_application .bd .txt .title span {

  display: block;

  font-size: 80px;

  height: 80px;

  line-height: 80px;

  text-transform: uppercase;

  white-space: nowrap;

  font-family: "GillSans-Bold";

  color: rgba(255, 255, 255, 0);

  -webkit-text-stroke: 1px #fff;

  opacity: 0.15;

  position: absolute;

  left: 50%;

  transform: translateX(-50%);

  top: 0;

}

@media (max-width: 1380px) {

  .index_application .bd .txt .title span {

    font-size: 50px;

    height: 50px;

    line-height: 50px;

  }

}

@media (max-width: 668px) {

  .index_application .bd .txt .title span {

    color: rgba(0, 0, 0, 0);

    -webkit-text-stroke: 1px #000;

    font-size: 30px;

    height: 30px;

    line-height: 30px;

  }

}

.index_application .bd .txt .more {

  width: 1.9rem;

  height: 0.5rem;

  margin: 0.6rem auto 0;

  border: 1px solid #fff;

  border-radius: 0.5rem;

  color: #fff;

  text-align: center;

  display: flex;

  cursor: pointer;

  justify-content: center;

  align-items: center;

  transition: all 0.5s;

}

.index_application .bd .txt .more span {

  display: flex;

  align-items: center;

}

.index_application .bd .txt .more span::after {

  content: "";

  width: 0;

  display: inline-block;

  height: 0;

  border-top: 0.08rem solid transparent;

  border-bottom: 0.08rem solid transparent;

  border-left: 0.08rem solid #fff;

  margin-left: 0.1rem;

}

.index_application .bd .txt .more:hover {

  background-color: #009a3a;

  border-color: #009a3a;

  color: #fff;

}



.index_application .bd .txt.active {

  display: block;

}

.index_application .bg {

  width: 100%;

  height: 100%;

  position: absolute;

  left: 0;

  top: 0;

  z-index: 1;

}



.index_application .bg span {

  display: block;

  width: 100%;

  height: 100%;

  background-repeat: no-repeat;

  background-position: center center;

  background-size: cover;

  transition: all 0.5s;

}

