/*格式化*/
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
span,
input,
textarea {
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  font-family: "Microsoft Yahei", Verdana, Arial, Helvetica, sans-serif;
}
li,
ol {
  list-style: none;
}
ins {
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
a {
  text-decoration: none;
  font-family: "Microsoft Yahei";
}
a:hover {
  cursor: pointer;
  text-decoration: none;
}
:focus {
  outline: 0;
}
.clear {
  clear: both;
  line-height: 0px;
  overflow: hidden;
  zoom: 1;
  font-size: 0px;
  content: '.';
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
img {
  padding: 0;
  margin: 0;
}
a img {
  border: none;
}
input,
textarea {
  border: none;
  font-family: "Microsoft Yahei";
  font-size: 13px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 14px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
/* -- 页面整体布局 -- */
.wrap {
  min-width: 320px;
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
/*网站首页宽度*/
.wrap img {
  display: block;
  width: 100%;
}
.content {
  width: 93.3334%;
  margin: 0 auto;
}
.bodyHtml {
  height: 100%;
  overflow: hidden;
}
@font-face {
  font-family: 'OH';
  src: url("../font/OPPOSans-H.ttf");
}
@font-face {
  font-family: 'OB';
  src: url("../font/OPPOSans-B.ttf");
}
@font-face {
  font-family: 'INT';
  src: url("../font/Inter.ttf");
}
.box-siz {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.over {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.scale {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.jce {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
}
.jsb {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}
.jst {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
}
.jed {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  flex-wrap: wrap;
}
/*轮播*/
.banner {
  position: relative;
}
.banner .banner-paging {
  position: absolute;
  height: 1.4rem;
  line-height: 1.4rem;
  bottom: 1.925rem;
  text-align: center;
  z-index: 1;
}
.banner .banner-paging .swiper-pagination-bullet {
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 0 0 0.5rem;
  background-color: #fff;
  cursor: pointer;
  opacity: 1;
}
.banner .banner-paging .swiper-pagination-bullet-active {
  background-color: #f0a025;
}
/*标题*/
.title {
  text-align: center;
}
.title span {
  display: block;
  height: 4rem;
  line-height: 4rem;
  font-size: 2.8rem;
  color: #323333;
  font-weight: bold;
}
.title a {
  color: #323333;
}
.title em {
  display: block;
  height: 1.9rem;
  line-height: 1.9rem;
  font-size: 1.3rem;
  color: #666666;
}
/*引子*/
.guide {
  padding: 4.6rem 0 4.9rem;
  background: #f7f7f7;
}
.guide h2 {
  display: inline-block;
  height: 7.2rem;
  margin-bottom: 1.3rem;
  position: relative;
}
.guide h2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0.2rem;
  height: 0.25rem;
  background: #f0a025;
  bottom: 0.35rem;
  z-index: 0;
}
.guide h2 span {
  display: block;
  height: 3.6rem;
  line-height: 3.6rem;
  font-size: 3rem;
  font-weight: bold;
  color: #322e30;
  position: relative;
  z-index: 1;
}
.guide .guide-desc {
  line-height: 2rem;
  font-size: 1.3rem;
  color: #666666;
  text-align: justify;
}
.guide .guide-list {
  padding-top: 1rem;
}
.guide .guide-list ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid rgba(50, 51, 51, 0.09);
  border-bottom: 0;
}
.guide .guide-list li {
  padding: 1.6rem 0 1.4rem 2.25rem;
  width: 50%;
  border-bottom: 1px solid rgba(50, 51, 51, 0.09);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.guide .guide-list li:nth-of-type(2n) {
  border-left: 1px solid rgba(50, 51, 51, 0.09);
}
.guide .guide-list li h3 {
  display: inline-block;
  height: 3.8rem;
  line-height: 3.8rem;
  padding-right: 1.3rem;
  position: relative;
}
.guide .guide-list li h3 b {
  display: block;
  height: 3.8rem;
  font-size: 3.75rem;
  font-family: "OB";
  color: #323333;
}
.guide .guide-list li h3 sup,
.guide .guide-list li h3 sub {
  position: absolute;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.8rem;
  color: #ffffff;
  background: #f0a025;
  border-radius: 0.25rem;
  padding: 0 0.3rem;
  right: 0;
  bottom: 0.35rem;
  z-index: 1;
}
.guide .guide-list li h3 sub {
  width: 1rem;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  right: 0.2rem;
}
.guide .guide-list li p {
  line-height: 1.6rem;
  font-size: 1.15rem;
  color: #666666;
}
.guide .guide-list li p span {
  display: block;
}
.guide .guide-list li:nth-of-type(1) h3 {
  padding-right: 0;
}
.guide .guide-list li:nth-of-type(4) h3 {
  padding-right: 0.5rem;
}
/*产品*/
.product {
  padding: 4.4rem 0 0;
}
.product .title {
  margin-bottom: 1.9rem;
}
.product .pro-list {
  padding-bottom: 0.75rem;
}
.product .pro-list .pro-btn-prev,
.product .pro-list .pro-btn-next {
  position: absolute;
  top: 27%;
  width: 3.1rem;
  height: 3.1rem;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  z-index: 10;
}
.product .pro-list .pro-btn-prev img,
.product .pro-list .pro-btn-next img {
  width: 6.2rem;
  height: 3.1rem;
  display: block;
}
.product .pro-list .pro-btn-prev {
  left: 3.73334%;
}
.product .pro-list .pro-btn-next {
  right: 3.73334%;
  background: #f0a025;
}
.product .pro-list .pro-btn-next img {
  transform: translateX(-3.1rem);
  -webkit-transform: translateX(-3.1rem);
  -ms-transform: translateX(-3.1rem);
  -moz-transform: translateX(-3.1rem);
}
.product .pro-list dd {
  width: 93.3334%;
  background: #fff;
  margin: -3.3rem auto 0;
  position: relative;
  box-shadow: 0 0.25rem 0.5rem 0 rgba(4, 0, 0, 0.09);
  z-index: 1;
}
.product .pro-list dd .con {
  padding: 1.2rem 2rem 2.3rem 1.75rem;
}
.product .pro-list dd h3 {
  margin-bottom: 0.35rem;
}
.product .pro-list dd h3 a {
  display: block;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.5rem;
  color: #353636;
  font-weight: bold;
}
.product .pro-list dd .desc {
  line-height: 2rem;
  height: 6rem;
  font-size: 1.2rem;
  color: #666666;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.product .pro-list dd .more {
  padding-top: 1rem;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
}
.product .pro-list dd .more a {
  display: block;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.2rem;
  color: #f0a025;
  font-weight: bold;
  padding-right: 2.25rem;
  position: relative;
}
.product .pro-list dd .more a:after {
  content: "";
  position: absolute;
  width: 1.35rem;
  height: 1.35rem;
  background: url(../images/pro-more-icon01.png) no-repeat center;
  background-size: 100% 100%;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}
/*案例*/
.case {
  padding: 3.75rem 0 5rem;
}
.case .case-tab {
  padding-top: 1.5rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
}
.case .case-tab li {
  margin: 0 0.7rem;
}
.case .case-tab li a,
.case .case-tab li span {
  display: block;
  width: 9rem;
  height: 2.6rem;
  line-height: 2.6rem;
  font-size: 1.4rem;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid rgba(39, 40, 40, 0.1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.case .case-tab li.cur a,
.case .case-tab li.cur span {
  background: #f0a025;
  border-color: #f0a025;
  color: #fff;
  font-weight: bold;
}
.case .case-list {
  padding-top: 1.5rem;
}
.case .case-list .swiper-slide-active .swiper-slide {
  pointer-events: auto;
}
.case .case-list dl dt{position: relative;overflow: hidden;}
.case .case-list dl dt .vr-wrap{position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: #000;z-index: 1;overflow: hidden;}
.case .case-list dl dd {
  position: absolute;
  padding: 0.35rem;
  background: rgba(255, 255, 255, 0.52);
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 1;
}
.case .case-list dl dd:before {
  content: '';
  position: absolute;
  -webkit-box-shadow: inset #fff 0 0 2rem;
  box-shadow: inset #fff 0 0 2rem;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  animation: warn2 2s ease-out 0.1s infinite;
  z-index: -1;
}
.case .case-list dl dd:after {
  content: '';
  position: absolute;
  -webkit-box-shadow: inset #fff 0 0 2rem;
  box-shadow: inset #fff 0 0 2rem;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  animation: warn 2s ease-out 1.1s infinite;
  z-index: -1;
}
.case .case-list dl dd .case-btn-vr {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  width: 3.55rem;
  height: 3.55rem;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.case .case-list dl dd .case-btn-vr img {
  width: 1.1rem;
  height: 0.65rem;
  display: block;
  margin-top: -1px;
}
.case .case-list dl dd .case-btn-vr span {
  display: block;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.7rem;
  color: #2d2924;
  padding-left: 0.2rem;
}
.case .case-paging {
  padding-top: 1.85rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
}
.case .case-paging .swiper-pagination-bullet {
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  margin: 0 0.3rem;
  background-color: #dcdcdc;
  border: 0.1rem solid #dcdcdc;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.case .case-paging .swiper-pagination-bullet-active {
  background-color: transparent;
  border-color: #f0a025;
}
.case .case-Key {
  padding-top: 3.25rem;
}
.case .case-Key h4 {
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.4rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.case .case-Key .key-list {
  margin-bottom: 1.1rem;
}
.case .case-Key .key-list p {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}
.case .case-Key .key-list p a {
  display: block;
  width: 17.14286%;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.25rem;
  color: #333333;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  margin-bottom: 0.6rem;
}
.case .case-Key .key-list p a:nth-of-type(5n+1) {
  width: 25%;
}
.case .case-Key .key-list p a:hover {
  color: #f0a025;
}
.case .case-Key .key-btn a {
  display: block;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.4rem;
  color: #ffffff;
  text-align: center;
  background: #f0a025;
}
/*留言*/
.form {
  padding: 0 0 5rem;
}
.form .form-con {
  position: absolute;
  width: 79.2858%;
  top: 2.8rem;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  z-index: 1;
}
.form .form-con h2 {
  height: 2rem;
  line-height: 2rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 0.3rem;
}
.form .form-con h2 span {
  display: block;
  height: 2rem;
  font-size: 1.161rem;
  color: #f0a025;
  font-weight: bold;
  padding-left: 1.7rem;
  background: url(../images/form-icon01.png) no-repeat left center;
  background-size: 1.3rem 1.3rem;
}
.form .form-con .desc {
  height: 2rem;
  line-height: 2rem;
  font-size: 1.2rem;
  color: #ffffff;
  text-align: justify;
  letter-spacing: 0.18rem;
  margin-bottom: 0.8rem;
}
.form .form-con li {
  float: left;
  width: 48.11%;
  padding-left: 3rem;
  margin-bottom: 0.45rem;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.form .form-con li:nth-of-type(2n) {
  margin-left: 3.78%;
}
.form .form-con li label {
  position: absolute;
  height: 2.1rem;
  line-height: 2.1rem;
  font-size: 1.2rem;
  color: #f7f5f4;
  left: 0;
  top: 0;
}
.form .form-con li input {
  display: block;
  width: 100%;
  height: 2.1rem;
  line-height: 2.1rem;
  font-size: 1.2rem;
  color: #f7f5f4;
  padding: 0 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: none;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.form .form-con li input::placeholder {
  color: #fff;
}
.form .form-con li input::-webkiat-placeholder {
  color: #fff;
}
.form .form-con li input::-moz-placeholder {
  color: #fff;
}
.form .form-con li input::-ms-placeholder {
  color: #fff;
}
.form .form-con li span,
.form .form-con li p {
  display: none;
}
.form .form-con .submit {
  float: left;
  width: 100%;
  padding-top: 1.45rem;
}
.form .form-con .submit .form-btn-submit,
.form .form-con .submit .form-btn-reset {
  display: block;
  background: #f0a025;
  margin: 0 auto;
  width: 10.5rem;
  height: 2.8rem;
  line-height: 2.8rem;
  font-size: 1.3rem;
  color: #f7f5f4;
  text-align: center;
  cursor: pointer;
}
.form .form-con .submit .form-btn-reset {
  display: none;
}
/*视频*/
.video {
  padding: 4.4rem 0 4.7rem;
  background: #f7f7f7;
}
.video .video-tab {
  padding-top: 0.4rem;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
}
.video .video-tab li {
  width: 23.4286%;
  margin-right: 2.0952%;
}
.video .video-tab li:last-of-type {
  margin-right: 0;
}
.video .video-tab li a,
.video .video-tab li span {
  display: block;
  height: 2.7rem;
  line-height: 2.7rem;
  font-size: 1.2rem;
  color: #323333;
  text-align: center;
  border: 1px solid rgba(39, 40, 40, 0.1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.video .video-tab li.cur a,
.video .video-tab li.cur span {
  background: #f0a025;
  border-color: #f0a025;
  color: #fff;
}
.video .video-list {
  padding-top: 1.5rem;
}
.video .video-list .swiper-slide-active .swiper-slide {
  pointer-events: auto;
}
.video .video-list dl {
  width: 48.4286%;
}
.video .video-list dl dt {
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
}
.video .video-list dl dt:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.video .video-list dl dt .video-list-btn {
  position: absolute;
  left: 1.3rem;
  bottom: 1.85rem;
  padding: 0.35rem;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  cursor: pointer;
}
.video .video-list dl dt .video-list-btn i {
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  background: url(../images/video-btn-icon01.png) no-repeat 55% center #f0a025;
  background-size: 1.15rem 1.25rem;
  border-radius: 50%;
  overflow: hidden;
}
.video .video-list dl dd {
  padding-top: 1.1rem;
}
.video .video-list dl dd h3 {
  padding: 0 0.75rem 0 0.25rem;
}
.video .video-list dl dd h3 a {
  display: block;
  line-height: 1.6rem;
  height: 3.2rem;
  font-size: 1.2rem;
  color: #666666;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.video .video-paging {
  padding-top: 2.75rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
}
.video .video-paging .swiper-pagination-bullet {
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  margin: 0 0.3rem;
  background-color: #dcdcdc;
  border: 0.1rem solid #dcdcdc;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.video .video-paging .swiper-pagination-bullet-active {
  background-color: transparent;
  border-color: #f0a025;
}
/*优势*/
.yos {
  padding: 3.6rem 0 0;
}
.yos .yos-tab {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 1.5rem;
}
.yos .yos-tab li {
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.4rem;
  color: #282828;
  padding-bottom: 0.9rem;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.yos .yos-tab li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #f0a025;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.yos .yos-tab li.cur {
  color: #f0a025;
  font-weight: bold;
}
.yos .yos-tab li.cur:after {
  width: 100%;
}
.yos .yos-list {
  background: #f7f7f7;
}
.yos .yos-list dd {
  padding: 1.75rem 0 2.25rem;
  width: 93.3334%;
  margin: -5.15rem auto 0;
  background: #f0a025;
  position: relative;
  z-index: 1;
}
.yos .yos-list dd h3 {
  padding: 0 3rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.05rem;
}
.yos .yos-list dd .desc {
  padding: 0 3rem;
  line-height: 2rem;
  font-size: 1.3rem;
  color: #ffffff;
  text-align: center;
}
/*团队*/
.team {
  padding: 4.4rem 0 5.2rem;
  background: #f7f7f7;
}
.team .team-list {
  padding: 1.1rem 0 0.75rem;
}
.team .team-list dl {
  width: 48.4286%;
  background: #fff;
  border-radius: 0 0 0.5rem 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.team .team-list dl dt {
  border-radius: 0.5rem 0.5rem 0 0;
  overflow: hidden;
  position: relative;
}
.team .team-list dl dt span {
  position: absolute;
  width: 2.15rem;
  height: 6.35rem;
  padding-top: 0.5rem;
  line-height: 110%;
  font-size: 1.3rem;
  color: #ffffff;
  text-align: center;
  background: url(../images/team-name-icon01.png) no-repeat center top;
  background-size: 100% 100%;
  right: 1.4rem;
  top: 2.9rem;
  z-index: 1;
}
.team .team-list dl dd {
  padding: 1.25rem 1.25rem;
  position: relative;
}
.team .team-list dl dd h3 {
  position: absolute;
  left: 0;
  top: -3.1rem;
  z-index: 2;
  background: #f0a025;
  max-width: 75%;
  height: 3.1rem;
  line-height: 3.1rem;
  font-size: 1.3rem;
  color: #ffffff;
  font-weight: bold;
  padding: 0 0.75rem 0 1.5rem;
}
.team .team-list dl dd h3:after {
  content: "";
  position: absolute;
  right: -3.1rem;
  top: 0;
  width: 3.1rem;
  height: 3.1rem;
  background: url(../images/team-name-icon02.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 1;
}
.team .team-list dl dd .desc {
  line-height: 1.7rem;
  height: 10.2rem;
  font-size: 1.2rem;
  color: #333333;
  text-align: justify;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.team .team-list dl dd .more {
  padding-top: 0.55rem;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
}
.team .team-list dl dd .more a {
  display: block;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.2rem;
  color: #333333;
  padding-right: 2.3rem;
  position: relative;
}
.team .team-list dl dd .more a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  width: 1.35rem;
  height: 1.35rem;
  background: url(../images/team-more-icon01.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 1;
}
.team .team-paging {
  padding-top: 1.5rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
}
.team .team-paging .swiper-pagination-bullet {
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  margin: 0 0.3rem;
  background-color: #dcdcdc;
  border: 0.1rem solid #dcdcdc;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.team .team-paging .swiper-pagination-bullet-active {
  background-color: transparent;
  border-color: #f0a025;
}
/*客户*/
.client {
  position: relative;
}
.client .title span,
.client .title a {
  color: #fff;
}
.client .txt {
  position: absolute;
  width: 92%;
  background: #f0a025;
  border-radius: 1.25rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 1;
  overflow: hidden;
}
.client .txt:after {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 1rem;
  overflow: hidden;
  z-index: 1;
}
.client .txt .con {
  padding: 1.65rem 0.75rem 1.8rem;
  position: relative;
  z-index: 2;
}
.client .txt .desc {
  padding-top: 0.25rem;
  line-height: 1.7rem;
  font-size: 1.2rem;
  color: #ffffff;
  text-align: center;
}
.client .txt .more {
  padding-top: 1rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
}
.client .txt .more a {
  display: block;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.9rem;
  color: #ffffff;
  border: 1px solid #fff;
  border-radius: 1rem;
  padding: 0 2.7rem 0 1.1rem;
  position: relative;
}
.client .txt .more a:after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate(0, -49%);
  -webkit-transform: translate(0, -49%);
  -ms-transform: translate(0, -49%);
  -moz-transform: translate(0, -49%);
  width: 1.1rem;
  height: 1.1rem;
  background: url(../images/client-more-icon01.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 1;
}
.client .txt .more .client-video-btn {
  display: block;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.9rem;
  color: #333;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 1rem;
  padding: 0 1.1rem 0 2.7rem;
  position: relative;
  margin-left: 1rem;
  cursor: pointer;
}
.client .txt .more .client-video-btn:after {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translate(0, -49%);
  -webkit-transform: translate(0, -49%);
  -ms-transform: translate(0, -49%);
  -moz-transform: translate(0, -49%);
  width: 1.1rem;
  height: 1.1rem;
  background: url(../images/client-video-btn.png) no-repeat center;
  background-size: 0.9rem auto;
  z-index: 1;
}
/*新闻*/
.news {
  padding: 4.4rem 0 3.9rem;
}
.news .title {
  margin-bottom: 2.15rem;
}
.news .news-tab {
  padding-right: 7.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.news .news-tab ul {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
}
.news .news-tab ul li {
  padding-bottom: 0.55rem;
  margin-right: 2.1rem;
  position: relative;
}
.news .news-tab ul li:last-of-type {
  margin-right: 0;
}
.news .news-tab ul li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background: #f0a025;
  left: 0;
  bottom: -2px;
  z-index: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.news .news-tab ul li span {
  display: block;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.4rem;
  color: #323333;
  font-weight: bold;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.news .news-tab ul li.cur:after {
  width: 100%;
}
.news .news-tab ul li.cur span {
  color: #f0a025;
}
.news .news-tab .tab-more {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.news .news-tab .tab-more a {
  display: block;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.4rem;
  color: #323333;
  font-weight: bold;
}
.news .news-list {
  padding: 1.55rem 0 0;
}
.news .news-list dl {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.75rem;
}
.news .news-list dl dt {
  width: 49.8572%;
  padding-top: 0.2rem;
}
.news .news-list dl dd {
  width: 46.4286%;
}
.news .news-list dl dd h3 {
  margin-bottom: 1rem;
}
.news .news-list dl dd h3 a {
  display: block;
  line-height: 1.75rem;
  height: 3.5rem;
  font-size: 1.3rem;
  color: #323333;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .news-list dl dd .desc {
  line-height: 2rem;
  font-size: 1.2rem;
  color: #666666;
  text-align: justify;
}
.news .news-list .list-item {
  padding: 1.5rem 1.75rem 1.75rem;
  margin-bottom: 1.15rem;
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.05), 0 -0.25rem 0.5rem 0 rgba(0, 0, 0, 0.05);
}
.news .news-list .list-item h3 {
  margin-bottom: 0.3rem;
}
.news .news-list .list-item h3 a {
  display: block;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.5rem;
  color: #323333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news-list .list-item .desc {
  line-height: 2rem;
  font-size: 1.2rem;
  color: #333333;
  text-align: justify;
}
/*关于*/
.about {
  position: relative;
}
.about .txt {
  padding: 1.7rem 0 1.5rem;
  width: 93.3334%;
  background: #fff;
  margin: -2.45rem auto 0;
  position: relative;
  z-index: 1;
}
.about .txt .desc {
  padding: 1.05rem 0.5rem 0;
  line-height: 2rem;
  font-size: 1.3rem;
  color: #333333;
  text-align: center;
}
.about .txt .more {
  padding-top: 1.9rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
}
.about .txt .more a {
  display: block;
  padding: 0 2.6rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.3rem;
  color: #fff;
  background: #f0a025;
}
/*活动*/
.activity {
  padding: 1.5rem 0 3.2rem;
}
.activity h2 {
  height: 2.5rem;
  line-height: 2.5rem;
  position: relative;
  z-index: 1;
}
.activity h2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  z-index: 0;
}
.activity h2 span {
  display: inline-block;
  height: 2.5rem;
  font-size: 1.4rem;
  color: #322e30;
  font-weight: bold;
  background: #fff;
  padding-right: 0.8rem;
  position: relative;
  z-index: 1;
}
.activity h2 a {
  color: #322e30;
}
.activity .activity-list {
  padding-top: 0.55rem;
  position: relative;
  z-index: 2;
}
.activity .activity-list .activity-btn {
  position: absolute;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  background: #fff;
  padding-left: 0.9rem;
  right: 0;
  top: -2.1rem;
  z-index: 2;
}
.activity .activity-list .activity-btn .activity-btn-prev,
.activity .activity-list .activity-btn .activity-btn-next {
  width: 1.55rem;
  height: 1.55rem;
  border: 1px solid #3e3839;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.activity .activity-list .activity-btn .activity-btn-prev img,
.activity .activity-list .activity-btn .activity-btn-next img {
  width: 1.55rem;
  height: 3.1rem;
  display: block;
}
.activity .activity-list .activity-btn .activity-btn-next {
  border-color: #f0a025;
  margin-left: 0.5rem;
}
.activity .activity-list .activity-btn .activity-btn-next img {
  transform: translateY(-1.55rem);
  -webkit-transform: translateY(-1.55rem);
  -ms-transform: translateY(-1.55rem);
  -moz-transform: translateY(-1.55rem);
}
.activity .activity-list dl {
  width: 47.7143%;
}
.activity .activity-list dl dt{border-radius: 1rem;overflow: hidden;}
.activity .activity-list dl dd {
  padding: 1rem 0.5rem 0 0;
  position: relative;
  z-index: 1;
}
.activity .activity-list dl dd .activitya-video-btn {
  position: absolute;
  padding: 0.25rem;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  right: 0.75rem;
  top: -0.9rem;
  z-index: 1;
  cursor: pointer;
}
.activity .activity-list dl dd .activitya-video-btn span {
  display: block;
  width: 1.55rem;
  height: 1.55rem;
  background: url(../images/activity-video-btn.png) no-repeat 55% center #f0a025;
  background-size: 0.35rem 0.45rem;
  border-radius: 50%;
  overflow: hidden;
}
.activity .activity-list dl dd h3 {
  height: 2rem;
  line-height: 2rem;
  margin-bottom: 0.4rem;
}
.activity .activity-list dl dd h3 a {
  display: block;
  height: 2rem;
  font-size: 1.3rem;
  color: #323333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.activity .more {
  padding-top: 2rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
}
.activity .more a {
  display: block;
  padding: 0 2.6rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.3rem;
  color: #fff;
  background: #f0a025;
}
/*layui*/
.layui-layer .layui-layer-setwin {
  position: absolute;
  right: 50%;
  top: auto;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  padding: 5px;
  bottom: -50px;
  font-size: 0;
  line-height: initial;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -moz-transform: translateX(50%);
}
.layui-layer .layui-layer-setwin .layui-layer-close2 {
  position: relative;
  right: auto;
  top: auto;
  width: 30px;
  height: 30px;
  margin-left: 0;
  background-position: -149px -31px;
}
/*动画*/
@keyframes warn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  5% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

/*表单提交隐藏域*/

.hiddendata {
    display: none;
}

/*表单弹框*/

.nsw-modal {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.modal-dialog {
    position: absolute;
;
    top: 50%;
    left: 0;
    margin-top: -5rem;
    width: 100%;
    min-height: 10rem;
    color: #000000;
    z-index: 99998;
    overflow: hidden;
}

.modal-dialog .css-icon {
    background-image: url("../images/modal-icons2.png");
    background-size: 3.15rem 7.5rem;
    background-repeat: no-repeat;
}

.modal-dialog .modal-head {
    display: none;
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
    background: #F6EFEF;
    font-size: 14px;
}

.modal-dialog .modal-head .modal-logo {
    width: 15px;
    height: 15px;
    background-position: 1px 0px;
    margin: 8px 5px 0 0;
    float: left;
}

.modal-dialog .modal-head .close {
    float: right;
    width: 15px;
    height: 15px;
    background-position: -14px 0px;
    margin-top: 8px;
}

.modal-dialog .modal-body {
    max-width: 600px;
    min-width: 300px;
    width: 80%;
    margin: 0 auto;
    min-height: 10rem;
    background: #fff;
    border-radius: 10px;
}

.modal-dialog .modal-body .modal-body-left {
    margin: 1.5rem 0 0 4rem;
    float: left;
}

.modal-dialog .modal-body .modal-body-left .icon {
    width: 3.3rem;
    height: 3.2rem;
}

.modal-dialog .modal-body .modal-body-left .success-message {
    background-position: left bottom;
}

.modal-dialog .modal-body .modal-body-left .warming-message {
    background-position: 0px 0;
}

.modal-dialog .modal-body .modal-body-right {
    width: 64%;
    float: right;
    padding-top: 1rem;
}

.modal-dialog .modal-body .modal-body-right .close-btn {
    color: #515567;
    text-align: center;
    display: inline-block;
    height: 2.5rem;
    width: 6rem;
    font-size: 1.1rem;
    line-height: 2.5rem;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    margin-bottom: 1rem;
}

.modal-dialog .modal-body .modal-body-right p.msg-title {
    font-weight: bold;
    font-size: 1.3rem;
}

.modal-dialog .modal-body .modal-body-right p.msg {
    font-size: 1.2rem;
    color: #515567;
    margin-bottom: .5rem;
}

/*自适配*/
@media screen and (min-width: 320px) {
  html {
    font-size: 8.533px;
  }
}
@media screen and (min-width: 360px) {
  html {
    font-size: 9.6px;
  }
}
@media screen and (min-width: 375px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 393px) {
  html {
    font-size: 10.48px;
  }
}
@media screen and (min-width: 400px) {
  html {
    font-size: 10.664px;
  }
}
@media screen and (min-width: 414px) {
  html {
    font-size: 11.04px;
  }
}
@media screen and (min-width: 440px) {
  html {
    font-size: 11.73px;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 12.796px;
  }
}
@media screen and (min-width: 520px) {
  html {
    font-size: 13.863px;
  }
}
@media screen and (min-width: 560px) {
  html {
    font-size: 14.93px;
  }
}
@media screen and (min-width: 600px) {
  html {
    font-size: 15.996px;
  }
}
@media screen and (min-width: 640px) {
  html {
    font-size: 17.06px;
  }
}
@media screen and (min-width: 680px) {
  html {
    font-size: 18.1288px;
  }
}
@media screen and (min-width: 700px) {
  html {
    font-size: 18.66px;
  }
}
@media screen and (min-width: 720px) {
  html {
    font-size: 19.1952px;
  }
}
@media screen and (min-width: 750px) {
  html {
    font-size: 20px;
  }
}
