@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}
p,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
select,
textarea,
blockquote {
  padding: 0;
  margin: 0;
}
body,
html,
a,
img,
div,
ul,
li,
p,
em,
span,
i,
input,
textarea,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
ul,
li,
ol {
  list-style-type: none;
}
img {
  border: 0;
}
a {
  color: #666;
  text-decoration: none;
}
i,
b {
  font-weight: normal;
  font-style: normal;
}
a:hover {
  text-decoration: none;
  outline: none;
}
input,
select,
textarea {
  outline: none;
}
em {
  font-style: normal;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  width: 100%;
  font-family: "微软雅黑";
  -webkit-touch-callout: none;
  font-size: 0;
  color: #242831;
  background: #fff;
  overflow-x: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.flNone {
  float: none!important;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.img100 {
  width: 100%;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.boxSizing,
.border_box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
  cursor: pointer;
  /*border-radius:7px;*/
}
.btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.cursor {
  cursor: pointer;
}
.cursorN {
  cursor: default;
}
.Validform_checktip {
  text-align: left;
}
select {
  border: 1px #ccc solid;
}
.text_center,
.text-center,
.text-c {
  text-align: center;
}
.text-l {
  text-align: left;
}
.text-r {
  text-align: right;
}
.bgnone {
  background: none!important;
}
.bgFFF {
  background: #fff;
}
.BgBlue {
  background: #33aae7;
  color: #fff;
}
.BgRed {
  background: #d36259;
  color: #fff;
}
.BgGreen {
  background: #3fd3a0;
  color: #fff;
}
.BgGray {
  background: #c1c1c1;
  color: #fff;
}
.font_fff,
.colorf {
  color: #fff;
}
.font_000,
.color0 {
  color: #000;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px  !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.margin0,
.m0 {
  margin: 0;
}
.mt0 {
  margin-top: 0 !important;
}
.m20 {
  margin: 20px;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pt0 {
  padding-top: 0;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.p20 {
  padding: 20px;
}
.p25pb0 {
  padding: 25px 25px 0;
}
.pb20 {
  padding-bottom: 20px;
}
.p020 {
  padding: 0 20px;
}
.p030 {
  padding: 0 30px;
}
.p0,
.padding0 {
  padding: 0px;
}
.bordern {
  border: none;
}
.borderbtmn {
  border-bottom: none !important;
}
.textHide2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textHide3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textHide4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.flex {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
}
.flexLi {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.flexAl {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.Animation {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/*我的变量*/
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.ft-w {
  font-weight: bold;
}
.w50 {
  width: 50% !important;
}
html {
  font-size: 0.75vw;
  min-width: 85.375rem;
}
body {
  color: #000;
}
body > .box {
  width: 100%;
  min-width: 1200px;
}
footer {
  width: 100%;
  min-width: 1200px;
}
.title {
  text-align: center;
}
.title h2 {
  margin-bottom: 3.625rem;
  font-size: 4.063rem;
  line-height: 4.063rem;
  font-weight: bold;
}
.title p {
  font-size: 1.875rem;
  line-height: 1.875rem;
}
.con {
  width: 100%;
  max-width: 110rem !important;
  min-width: 1200px;
  margin: 0 auto;
}
.top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.top.active {
  background: #fff;
  box-shadow: 0rem 0.06rem 2.3rem 0.2rem rgba(0, 0, 0, 0.08);
}
.top .con {
  max-width: 110rem !important;
  position: relative;
  height: 7.5rem;
  line-height: 7.5rem;
}
.top .con div {
  display: inline-block;
  line-height: 7.5rem;
}
.top .con div img {
  display: inline-block;
  margin-right: 1.38rem;
  height: 4rem;
  vertical-align: middle;
}
.top .con div span {
  position: relative;
  top: 0.45rem;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  font-size: 1.2rem;
  vertical-align: middle;
  font-family: 'zwbj';
}
.top .con a {
  display: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding: 0px;
  position: absolute;
  top: 1.22rem;
  right: 0;
  width: 15.06rem;
  height: 5.06rem;
  background-color: #000;
  color: #fff;
  line-height: 5.06rem;
  border-radius: 5rem;
  font-size: 1.75rem;
  text-align: center;
  --animate-duration: 0.5s;
}
.banner {
  overflow: hidden;
  padding-top: 7.5rem;
}
.banner .con {
  position: relative;
  margin: 2rem auto 7rem;
  padding-top: 7.44rem;
  max-width: 110rem;
  width: 100%;
  background-image: url(../images/box-1-bg.png);
  background-size: 100% 100%;
}
.banner .con div .left {
  display: inline-block;
  padding-left: 10%;
  padding-bottom: 5.69rem;
  font-size: 1.86rem;
}
.banner .con div .left p {
  line-height: 3.64rem;
}
.banner .con div .left a {
  display: block;
  padding: 0px;
  margin-top: 4rem;
  width: 17.14rem;
  height: 6rem;
  font-size: 2rem;
  color: #ffffff;
  line-height: 6rem;
  background-color: #000000;
  border-radius: 5rem;
  text-align: center;
}
.banner .con div .right {
  right: 0;
  bottom: 0;
  position: absolute;
  height: 95%;
}
.box-1 {
  overflow: hidden;
}
.box-1 .con {
  margin: 7rem auto;
  padding-left: 11.18rem;
}
.box-1 .con .left {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 27.43rem;
}
.box-1 .con .left img {
  opacity: 1;
  width: 100%;
}
.box-1 .con .left .text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: left;
}
.box-1 .con .left .text p {
  position: relative;
  margin-bottom: 1.82rem;
}
.box-1 .con .left .text p.text-top {
  display: inline-block;
}
.box-1 .con .left .text p.text-top b {
  position: relative;
  font-size: 2.57rem;
  text-align: left;
  line-height: 2.57rem;
  font-weight: bold;
}
.box-1 .con .left .text p.text-bottom {
  text-align: left;
}
.box-1 .con .left .text p.text-bottom span {
  display: inline-block;
  font-size: 1.71rem;
  line-height: 2.29rem;
  color: #666;
}
.box-1 .con .right {
  display: inline-block;
  vertical-align: middle;
  width: 69%;
}
.box-1 .con .right img {
  display: block;
  width: 100%;
}
.box-2 {
  overflow: hidden;
}
.box-2 .con {
  position: relative;
  margin: 7rem auto;
}
.box-2 .con .left {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5rem;
  width: 69%;
}
.box-2 .con .left img {
  display: block;
  width: 100%;
}
.box-2 .con .right {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 23.18rem;
}
.box-2 .con .right img {
  opacity: 1;
  width: 100%;
}
.box-2 .con .right .text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 4.16rem;
  padding-left: 4.18rem;
  text-align: left;
}
.box-2 .con .right .text p {
  position: relative;
  margin-bottom: 1.82rem;
}
.box-2 .con .right .text p.text-top {
  display: inline-block;
}
.box-2 .con .right .text p.text-top b {
  position: relative;
  font-size: 2.57rem;
  text-align: left;
  line-height: 2.57rem;
  font-weight: bold;
}
.box-2 .con .right .text p.text-bottom {
  text-align: left;
}
.box-2 .con .right .text p.text-bottom span {
  display: inline-block;
  font-size: 1.71rem;
  line-height: 2.29rem;
  color: #666;
}
.box-3 {
  overflow: hidden;
}
.box-3 .con {
  margin: 7rem auto;
  padding-left: 11.18rem;
}
.box-3 .con .left {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 24.5rem;
  margin-right: 2.93rem;
}
.box-3 .con .left img {
  opacity: 1;
  width: 100%;
}
.box-3 .con .left .text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 3.96rem;
  text-align: left;
}
.box-3 .con .left .text p {
  position: relative;
  margin-bottom: 1.82rem;
}
.box-3 .con .left .text p.text-top {
  display: inline-block;
}
.box-3 .con .left .text p.text-top b {
  position: relative;
  font-size: 2.57rem;
  text-align: left;
  line-height: 2.57rem;
  font-weight: bold;
}
.box-3 .con .left .text p.text-bottom {
  text-align: left;
}
.box-3 .con .left .text p.text-bottom span {
  display: inline-block;
  font-size: 1.71rem;
  line-height: 2.29rem;
  color: #666;
}
.box-3 .con .right {
  display: inline-block;
  vertical-align: middle;
  width: 69%;
}
.box-3 .con .right img {
  display: block;
  width: 100%;
}
.box-4 {
  overflow: hidden;
}
.box-4 .con {
  position: relative;
  margin: 7rem auto;
}
.box-4 .con .left {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5rem;
  width: 69%;
}
.box-4 .con .left img {
  display: block;
  width: 100%;
}
.box-4 .con .right {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 24.39rem;
}
.box-4 .con .right img {
  opacity: 1;
  width: 100%;
}
.box-4 .con .right .text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 6.68rem;
  padding-left: 2.21rem;
  text-align: left;
}
.box-4 .con .right .text p {
  position: relative;
  margin-bottom: 1.82rem;
}
.box-4 .con .right .text p.text-top {
  display: inline-block;
}
.box-4 .con .right .text p.text-top b {
  position: relative;
  font-size: 2.57rem;
  text-align: left;
  line-height: 2.57rem;
  font-weight: bold;
}
.box-4 .con .right .text p.text-bottom {
  text-align: left;
}
.box-4 .con .right .text p.text-bottom span {
  display: inline-block;
  font-size: 1.71rem;
  line-height: 2.29rem;
  color: #666;
}
.box-5 {
  overflow: hidden;
}
.box-5 .con {
  margin: 7rem auto;
  padding-left: 11.18rem;
}
.box-5 .con .left {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 24rem;
  margin-right: 3.88rem;
}
.box-5 .con .left img {
  opacity: 1;
  width: 100%;
}
.box-5 .con .left .text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 7.43rem;
  padding-left: 1.71rem;
  text-align: left;
}
.box-5 .con .left .text p {
  position: relative;
  margin-bottom: 1.82rem;
}
.box-5 .con .left .text p.text-top {
  display: inline-block;
}
.box-5 .con .left .text p.text-top b {
  position: relative;
  font-size: 2.57rem;
  text-align: left;
  line-height: 2.57rem;
  font-weight: bold;
}
.box-5 .con .left .text p.text-bottom {
  text-align: left;
}
.box-5 .con .left .text p.text-bottom span {
  display: inline-block;
  font-size: 1.71rem;
  line-height: 2.29rem;
  color: #666;
}
.box-5 .con .right {
  display: inline-block;
  vertical-align: middle;
  width: 69%;
}
.box-5 .con .right img {
  display: block;
  width: 100%;
}
.box-scroll {
  margin-bottom: 7rem;
}
.box-scroll .con .title {
  margin-bottom: 3.96rem;
}
.box-scroll .con .title h2 {
  font-size: 2.57rem;
  font-weight: bold;
  line-height: 2.57rem;
  color: #010101;
}
.box-scroll .con .content {
  width: 100%;
  height: 32rem;
  overflow: hidden;
  border-radius: 10px;
  background-image: url(../images/box-1-bg.png);
  background-size: cover;
}
.box-scroll .con .content .list {
  position: relative;
  overflow: hidden;
}
.box-scroll .con .content .list.goScroll {
  margin-bottom: 1rem;
}
.box-scroll .con .content .list .list-box {
  position: relative;
  float: left;
  margin-right: 3.5rem;
  width: 19.5rem !important;
  transform: rotate(-30deg);
}
.box-scroll .con .content .list img {
  margin-bottom: 10px;
  width: 100%;
}
.box-scroll .con .content .list img.load {
  object-fit: scale-down;
}
.box-6 {
  padding-bottom: 5.68rem;
}
.box-6 .con .title {
  margin-bottom: 3.96rem;
}
.box-6 .con .title h2 {
  font-size: 2.57rem;
  font-weight: bold;
  line-height: 2.57rem;
  color: #010101;
}
.box-6 .con ul {
  text-align: center;
}
.box-6 .con ul li {
  opacity: 0;
  display: inline-block;
  margin-right: 4.7%;
  vertical-align: top;
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 2.125rem;
}
.box-6 .con ul li img {
  margin-bottom: 1.39rem;
  width: 9.54rem;
  height: 9.54rem;
}
.box-6 .con ul li span {
  display: block;
  font-size: 1.29rem;
  color: #333333;
}
.box-6 .con ul li.list-1 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  --animate-delay: 0.5s;
}
.box-6 .con ul li.list-2 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  --animate-delay: 0.9s;
}
.box-6 .con ul li.list-3 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  --animate-delay: 1.3s;
}
.box-6 .con ul li.list-4 {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
  --animate-delay: 1.7s;
}
.box-6 .con ul li.list-5 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  --animate-delay: 2s;
}
.box-6 .con ul li.list-6 {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
  --animate-delay: 2.2s;
}
footer {
  background: #232323;
  padding: 28px 0 200px 0;
}
footer .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  min-width: 1200px;
}
footer .row {
  margin-right: -15px;
  margin-left: -15px;
}
footer .about a {
  color: #fff;
}
footer span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 52px;
}
footer p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7b7b7b;
  line-height: 24px;
}
.about:hover {
  color: #ff9b19;
}
.about {
  cursor: pointer;
  display: inline-block;
}
.about a:hover {
  color: #ff9b19;
  text-decoration: none;
}
.jiantou {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: none;
}
.erweima {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 36%);
}
.container-fluid a:hover {
  color: #ff9b19;
}
@media only screen and (max-width: 1366px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  footer {
    padding: 28px 0 19px 0;
  }
}
@media screen and (min-width: 1930px) {
  .box-1 .con .right .text p.text-top b {
    width: 113%;
    display: block;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .erweima {
    position: static;
    top: 0;
    left: 0;
    transform: inherit;
  }
}
@media screen and (max-width: 1200px) {
  .box-6 .con ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 1145px) {
  .box-3 .con .right {
    margin-left: 0;
  }
  .box-3 .con video {
    width: 48rem !important;
  }
}
@media screen and (max-width: 1110px) {
  .box-3 .con .right .text p.text-top {
    width: 110%;
    left: -10%;
  }
  .box-3 .con .right .text ul {
    margin-top: 4rem;
  }
  .box-3 .con video {
    margin: 0;
  }
}
@media screen and (max-width: 1300px) {
  .box-5 .con ul li {
    width: 18.5rem;
  }
}
