@charset "utf-8";

body {
  width: 100%;
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-family: "PINGFANG_MEDIUM";
  color: #898989;
  line-height: 1.6;
  background: #fff;
}
ul,
li,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
form,
input {
  margin: 0px;
  padding: 0px;
}
input,
textarea {
  font-family: "PINGFANG_MEDIUM";
  border: none;
  outline: none;
  background: none;
}
ul,
li {
  list-style: none;
}
img {
  border: 0px;
  padding: 0px;
  /* display: block; */
}
a {
  color: #5c5c5c;
  text-decoration: none;
}

.w1480 {
  width: 100%;
  overflow: hidden;
}
.top {
  z-index: 9999;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 5%;
  box-sizing: border-box;
  transition: all 0.3s;
}
.top .topBox {
  width: 100%;
  height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
  display: flex;
}
.top .topBox .logo {
  height: 100%;
  line-height: 100px;
  float: left;
  flex: 2;
}
.top .topBox .logo img {
  display: inline-block;
  vertical-align: middle;
  max-width: 240px;
}
.top .topBox .nav {
  text-align: center;
  flex: 7;
}
.top .topBox .nav ul {
  display: inline-block;
}
.top .topBox .nav ul li {
  line-height: 100px;
  margin-left: 45px;
  float: left;
  position: relative;
}
.top .topBox .nav ul li:first-child {
  margin-left: 0;
}
.top .topBox .nav ul li a {
  font-size: 18px;
  color: #fff;
}
.top .topBox .phone {
  flex: 2;
  line-height: 42px;
  display: inline-block;
  height: 42px;
  border-radius: 20px;
  /* padding: 0 25px 0 25px; */
  max-width: 180px;
  text-align: center;
  background: #e30f1f;
  font-size: 18px;
  color: #fff;
  margin-top: 25px;
}
.top .topBox .phone:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../images/phone.png) center no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 7px;
  -webkit-animation: call 0.5s ease 0s infinite;
  animation: call 0.5s ease 0s infinite;
}

.top .topBox .nav .sub {
  position: absolute;
  z-index: 8;
  top: 100px;
  left: 0;
  width: 460px;
  background: #ffffff;
  padding: 0;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(226, 226, 226, 0.5);
  padding-left: 20%;
  display: none;
}
.top .topBox .nav .sub a {
  color: #333;
  display: block;
  font-size: 18px;
  line-height: 1.6;
  margin: 10px 10px;
}
.top .topBox .nav .sub a:hover {
  color: #e30f1f;
}
.top .topBox .nav ul li a:hover,
.top .topBox .nav ul li.on a {
}
.top .topBox .nav .sub.sub02 {
  width: 140px;
  left: 50%;
  margin-left: -70px;
  text-align: center;
  padding-left: 0;
}

.top.navFix {
  background-color: #fff;
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.top.navFix .topBox .nav ul li a {
  color: #333;
}
.top.navFix .topBox .logo img {
  opacity: 0;
}
.top.navFix .topBox .logo {
  background: url(../images/logoh.png) no-repeat center left;
}
@media (max-width: 1660px) {
  .top .topBox .nav ul li {
    margin-left: 25px;
  }
}
@media (max-width: 1400px) {
  .top .topBox .nav ul li {
    margin-left: 15px;
  }
}

.banner {
  width: 100%;
  height: auto;
  position: relative;
  max-height: 100vh;
  overflow: hidden;
}
.banner .swiper-container {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.banner .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-slide.swiper-slide-active {
  position: relative;
  z-index: 3;
}
.banner img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 5s ease-out;
  -o-transition: 5s ease-out;
  transition: 5s ease-out;
}
.banner .swiper-slide-active img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.banner .btn {
  width: 325px;
  height: 88px;
  position: absolute;
  left: 11%;
  bottom: 110px;
}
.banner .btn .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url(../images/next.png) center center no-repeat
    rgba(255, 255, 255, 0.6);
  background-size: 24px auto;
  right: 0;
  margin: 0;
  top: 0;
  transition: 0.5s;
}
.banner .btn .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url(../images/prev.png) center center no-repeat
    rgba(255, 255, 255, 0.6);
  background-size: 24px auto;
  left: 0;
  margin: 0;
  top: 0;
  transition: 0.5s;
}
.banner .btn .swiper-button-prev:after {
  display: none;
}
.banner .btn .swiper-button-next:after {
  display: none;
}
.banner .btn .swiper-button-prev:hover {
  background: url(../images/prevOn.png) center center no-repeat #fff;
  background-size: 24px auto;
}
.banner .btn .swiper-button-next:hover {
  background: url(../images/nextOn.png) center center no-repeat #fff;
  background-size: 24px auto;
}
.banner .btn .swiper-pagination {
  margin: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  line-height: 60px;
  text-align: center;
}
.banner .btn .swiper-pagination span {
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 1;
  transition: 0.4s;
  vertical-align: middle;
}
.banner .btn .swiper-pagination span.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
}
.banner .textBox {
  position: absolute;
  width: 100%;
  padding: 0 11%;
  box-sizing: border-box;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.banner .textBox h2 {
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 35px;
  color: #fff;
}
.banner .textBox p {
  font-size: 28px;
  color: #fff;
}

.w1480 {
  width: 1480px;
  margin: 0 auto;
}
.indexContainer {
  width: 100%;
}
.indexContainer .layer1 {
  width: 100%;
}
.indexContainer .layer1Box {
  overflow: hidden;
}
.title {
  padding: 65px 0 0 0;
}
.title p {
  font-size: 18px;
  color: #e30f1f;
  margin-bottom: 10px;
}
.title h2 {
  font-size: 40px;
  color: #333;
  font-weight: normal;
}
.indexContainer .text h2 {
  font-size: 40px;
  color: #333;
}
.indexContainer .text p {
  font-size: 18px;
  color: #666;
  line-height: 42px;
}
.indexContainer .text a {
  color: #fff;
  display: block;
  width: 187px;
  height: 54px;
  border-radius: 27px 27px 0 27px;
  text-align: center;
  line-height: 54px;
  font-size: 15px;
}
.indexContainer .text a img {
  transition: 0.5s;
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  margin-left: 16px;
}
.indexContainer .text a:hover img {
  margin-left: 25px;
}
.indexContainer .layer1 {
  overflow: hidden;
  position: relative;
  padding-bottom: 65px;
  background: url(../images/a6.png);
  background-size: 100% auto;
  background-attachment: fixed;
}
.indexContainer .layer1 .pic {
  position: absolute;
  right: 0;
  bottom: 0;
  animation: hotBefore2 20s ease infinite;
}
.indexContainer .layer1 .text {
  position: relative;
  z-index: 2;
  float: left;
  padding-top: 160px;
}
.indexContainer .layer1 .text h2 {
  margin-bottom: 80px;
}
.indexContainer .layer1 .text p {
  width: 675px;
  margin-bottom: 80px;
}
.indexContainer .layer1 .text a {
  background: #e60012;
}
.indexContainer .layer1 .icon {
  position: relative;
  z-index: 2;
  float: right;
  width: 640px;
}
.indexContainer .layer1 .icon img {
  width: 100%;
  height: auto;
}
.indexContainer .layer2 {
  background: url(../images/indexBg1.jpeg) center top no-repeat;
  height: 950px;
  background-size: auto 100%;
  background-attachment: fixed;
}
.indexContainer .layer2 .title p {
  color: #fff;
}
.indexContainer .layer2 .title h2 {
  color: #fff;
}
.indexContainer .layer2 .text {
  padding-top: 230px;
}
.indexContainer .layer2 .text h2 {
  color: #fff;
  margin-bottom: 40px;
}
.indexContainer .layer2 .text p {
  color: #fff;
  width: 505px;
}
.indexContainer .layer2 .text a {
  border: 1px solid #fff;
  margin-top: 90px;
}

.indexContainer .layer3 {
  padding-bottom: 215px;
  position: relative;
}
.indexContainer .layer3 .text {
  padding-top: 210px;
}
.indexContainer .layer3 .text h2 {
  margin-bottom: 55px;
}
.indexContainer .layer3 .text p {
  width: 505px;
}
.indexContainer .layer3 .text a {
  background: #e60012;
  margin-top: 80px;
}
.indexContainer .layer3 .swiper-container {
  border-radius: 120px 0 0 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 57%;
  bottom: 0;
}
.indexContainer .layer3 .swiper-container img {
  display: block;
  width: 100%;
  height: auto;
}
.indexContainer .layer3 .swiper-container .swiper-button-prev {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  transition: 0.5s;
  background: url(../images/zuo.png) center center no-repeat #fff;
  background-size: 26px auto;
  bottom: 48px;
  left: 68px;
  top: auto;
}
.indexContainer .layer3 .swiper-container .swiper-button-next {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  transition: 0.5s;
  background: url(../images/you.png) center center no-repeat #fff;
  background-size: 26px auto;
  bottom: 48px;
  left: 147px;
  top: auto;
}
.indexContainer .layer3 .swiper-container .swiper-button-prev:after {
  display: none;
}
.indexContainer .layer3 .swiper-container .swiper-button-next:after {
  display: none;
}
.indexContainer .layer3 .swiper-container .swiper-button-prev:hover {
  background: url(../images/prev.png) center center no-repeat #e60012;
  background-size: 26px auto;
}
.indexContainer .layer3 .swiper-container .swiper-button-next:hover {
  background: url(../images/next.png) center center no-repeat #e60012;
  background-size: 26px auto;
}

.indexContainer .layer4 {
  background: url(../images/indexBg2.png) top center no-repeat;
  height: 950px;
  background-size: auto 100%;
  background-attachment: fixed;
}
.indexContainer .layer4 .title p {
  color: #fff;
}
.indexContainer .layer4 .title h2 {
  color: #fff;
}
.indexContainer .layer4 .text {
  padding-top: 305px;
}
.indexContainer .layer4 .text h2 {
  color: #fff;
  margin-bottom: 40px;
}
.indexContainer .layer4 .text p {
  color: #fff;
  width: 530px;
}
.indexContainer .layer4 .text a {
  border: 1px solid #fff;
  margin-top: 50px;
}

.indexContainer .layer5 {
  padding-bottom: 100px;
}
.indexContainer .layer5 .text {
  padding-top: 55px;
}
.indexContainer .layer5 .text p {
  width: 385px;
}
.indexContainer .layer5 .text a {
  background: #e60012;
  margin-top: 65px;
}
.indexContainer .layer5Left {
  float: left;
  width: 510px;
  float: left;
}
.indexContainer .layer5Right {
  width: calc(100% - 510px);
  float: left;
  padding-top: 65px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  border-radius: 20px;
}
.indexContainer .layer5Right img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  transition: all 1s;
}

.indexContainer .layer5Right:hover img {
  transform: scale(1.1);
}
.indexContainer .layer5Right .playClick {
  background: url(../images/a3.png);
  width: 104px;
  height: 104px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.indexContainer .layer5 ul {
  overflow: hidden;
  padding-top: 45px;
}
.indexContainer .layer5 ul li {
  width: 32%;
  position: relative;
  float: left;
  margin: 0 2% 0 0;
  overflow: hidden;
  border-radius: 20px;
}

.indexContainer .layer5 ul li:hover img {
  transform: scale(1.1);
}
.indexContainer .layer5 ul li:last-child {
  margin-right: 0;
}
.indexContainer .layer5 ul li img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 1s;
}
.indexContainer .layer5 ul li .playClick {
  background: url(../images/a3.png);
  width: 104px;
  height: 104px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.indexContainer .layer6 {
  position: relative;
  background: url(../images/indexBg3.jpeg) center top no-repeat;
  height: 950px;
  background-size: auto 100%;
  background-attachment: fixed;
}
.indexContainer .layer6 .indexBg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../images/indexBg4.png);
  left: 0;
  top: 0;
}
.indexContainer .layer6Box {
  z-index: 2;
  position: relative;
}
.indexContainer .layer6 .title p {
  color: #fff;
}
.indexContainer .layer6 .title h2 {
  color: #fff;
}
.indexContainer .layer6 .text {
  padding-top: 280px;
}
.indexContainer .layer6 .text h2 {
  color: #fff;
  margin-bottom: 35px;
}
.indexContainer .layer6 .text p {
  color: #fff;
  width: 505px;
}
.indexContainer .layer6 .text a {
  border: 1px solid #fff;
  margin-top: 65px;
}

.indexContainer .layer7 {
  background: url(../images/indexBg5.png);
  height: 950px;
  background-size: 100% 100%;
}
.indexContainer .layer7 .text {
  padding-top: 245px;
}
.indexContainer .layer7 .text h2 {
  margin-bottom: 65px;
}
.indexContainer .layer7 .text p {
  width: 430px;
}
.indexContainer .layer7 .text a {
  margin-top: 70px;
  background: #e60012;
}
.indexContainer .layer7Left {
  float: left;
  width: 510px;
}
.indexContainer .layer7Right {
  float: left;
  width: calc(100% - 510px);
  position: relative;
}
.indexContainer .layer7Right ul {
  width: 100%;
}
.indexContainer .layer7Right ul li {
  width: 280px;
  height: 330px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  box-shadow: 15px -15px 0 #e3e4e4;
  transition: 0.4s;
  float: left;
  padding: 15px 40px 0 20px;
  box-sizing: border-box;
  margin: 0 60px 65px 0;
  float: left;
  overflow: auto;
}
.indexContainer .layer7Right ul li:hover {
  box-shadow: 15px -15px 0 #e60012;
}
.indexContainer .layer7Right ul li .textBox {
  width: 100%;
}
.indexContainer .layer7Right ul li .textBox p {
  font-size: 16px;
  line-height: 28px;
  color: #2f2f2f;
}
.indexContainer .layer7Right ul li .textBox span {
  display: block;
  width: 28px;
  height: 5px;
  background: #e60012;
  margin-top: 25px;
}
.indexContainer .layer7Right ul li .bottom {
  padding-top: 25px;
  width: 100%;
  overflow: hidden;
}
.indexContainer .layer7Right ul li .bottomLeft {
  float: left;
  width: 190px;
}
.indexContainer .layer7Right ul li .bottomLeft h2 {
  font-size: 18px;
  font-weight: bold;
  color: #2e2e2e;
  margin-bottom: 15px;
}
.indexContainer .layer7Right ul li .bottomLeft p {
  font-size: 16px;
  color: #3e3e3e;
}
.indexContainer .layer7Right ul li .bottomRight {
  overflow: hidden;
}
.indexContainer .layer7Right ul li .bottomRight .icon {
  border-radius: 50%;
  background: #ccc;
  float: left;
  width: 46px;
  height: 46px;
}
.indexContainer .layer7Right ul li .bottomRight .icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.indexContainer .layer7Right ul li .bottomRight .Nr {
  float: left;
  width: calc(100% - 46px);
  padding-left: 10px;
  box-sizing: border-box;
}
.indexContainer .layer7Right ul li .bottomRight .Nr p {
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #707070;
}
.indexContainer .layer7Right ul li .bottomRight .Nr span {
  display: block;
  color: #393939;
  font-size: 16px;
}
.indexContainer .layer7Right ul li:nth-child(3n) {
  margin-right: 0;
}
.indexContainer .layer7Right .swiper-pagination {
  width: 100%;
  height: 12px;
  line-height: 12px;
}
.indexContainer .layer7Right .swiper-pagination span {
  opacity: 1;
  background: #fff;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border-radius: 50%;
  transition: 0.5s;
  border: 6px solid #e5e5e5;
}
.indexContainer
  .layer7Right
  .swiper-pagination
  span.swiper-pagination-bullet-active {
  border: 2px solid #ea2f3d;
}
.indexContainer .layer7Right .swiper-container {
  overflow: hidden;
  padding-top: 200px;
}

.indexContainer .layer8 {
  overflow: hidden;
  background: #f6f6f6;
  width: 100%;
  position: relative;
  padding: 0 0 265px 0;
}
.indexContainer .layer8 .text {
  padding-top: 130px;
  position: relative;
  z-index: 4;
}
.indexContainer .layer8 .text h2 {
  margin-bottom: 65px;
}
.indexContainer .layer8 .text p {
  width: 415px;
}
.indexContainer .layer8 .text a {
  background: #e60012;
  margin-top: 90px;
}
.indexContainer .layer8 .pic {
  position: absolute;
  width: 1375px;
  top: 55px;
  right: 15px;
}

.footer {
  width: 100%;
  background: #333;
}
.footer .footerBox {
  overflow: hidden;
  padding-bottom: 40px;
}
.footer .footerLeft {
  float: left;
  width: 385px;
}
.footer .footerLeft .logo {
  height: 135px;
  line-height: 135px;
}
.footer .footerLeft .logo img {
  display: inline-block;
  vertical-align: middle;
  height: 50%;
  width: auto;
}
.footer .footerLeft span {
  display: block;
  font-size: 18px;
  color: #fff;
}
.footer .footerLeft h2 {
  color: #fff;
  height: 95px;
  line-height: 95px;
  font-size: 36px;
  font-weight: bold;
}
.footer .footerRight {
  padding-top: 80px;
  float: left;
  width: calc(100% - 385px);
}
.footer .footerRight ul {
  width: 100%;
  overflow: hidden;
}
.footer .footerRight ul li {
  float: left;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.footer .footerRight ul li a {
  display: inline-block;
  padding: 10px 30px 10px 30px;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
}
.footer .footerRight ul li:first-child a {
  padding-left: 0;
}
.footer .footerRight ul li:last-child a {
  padding-right: 0;
}
.footer .footerRight .Main {
  padding-top: 45px;
  width: 100%;
  overflow: hidden;
}
.footer .footerRight .Main dl {
  width: 33%;
  float: left;
}
.footer .footerRight .Main dl:last-child {
  width: 34%;
  float: left;
}
.footer .footerRight .Main dl dd {
  font-size: 14px;
  line-height: 38px;
  color: #999;
  transition: 0.5s;
}
.footer .footerRight .Main dl dd:hover {
  color: #fff;
}
.footer .footerRight .Main p {
  color: #999;
  transition: 0.5s;
  line-height: 38px;
}
.footer .footerRight .Main p:hover {
  color: #fff;
}
.footer .copyRight {
  border-top: 2px solid #454545;

  color: #8b8b8b;
  font-size: 14px;
}
.footer .copyRight .cop {
  float: left;
  margin-left: 0;
}
.footer .copyRight p {
  float: right;
  margin-left: 50px;
  line-height: 50px;
  color: #8b8b8b;
  font-size: 14px;
}
.footer .copyRight p img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.bannerPage {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.bannerPage img {
  transition: 10s;
  width: 100%;
  height: auto;
}
.bannerPage .textBox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bannerPage .textBox p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 6px;
}
.bannerPage .textBox h2 {
  font-size: 50px;
  color: #fff;
}
.bannerPage .navGation {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}
.bannerPage .navGation ul {
  overflow: hidden;
}
.bannerPage .navGation ul li {
  float: left;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
.bannerPage .navGation ul li a {
  font-size: 16px;
  color: #fff;
}

.work {
  width: 100%;
}
.work .layer1 {
  width: 100%;
}
.work .tit {
  padding: 70px 0;
}
.work .tit p {
  font-size: 18px;
  text-align: center;
  color: #e41c2b;
}
.work .tit h2 {
  color: #333;
  text-align: center;
  font-size: 40px;
}
.work .layer1 .serach {
  width: 1200px;
  margin: 0 auto;
  height: 94px;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 100px;
}
.work .layer1 .serach button {
  display: block;
  float: right;
  width: 190px;
  border-radius: 0 10px 10px 0;
  border: none;
  text-align: center;
  line-height: 70px;
  color: #fff;
  font-size: 20px;
  background: #e30f1f;
  cursor: pointer;
}
.work .layer1 .serach input {
  display: block;
  width: calc(100% - 190px);
  float: left;
  border: 1px solid #e1e1e1;
  border-right: 0;
  box-sizing: border-box;
  border-radius: 10px 0 0 10px;
  padding-left: 72px;
  background: url(../images/serach_03.png) 30px center no-repeat;
  line-height: 70px;
  font-size: 16px;
}
.work .layer1Box {
  padding-top: 90px;
  padding-bottom: 110px;
}
.work .layer1Box ul {
  width: 100%;
  overflow: hidden;
}
.work .layer1Box ul li {
  transition: 0.5s;
  float: left;
  width: 20%;
  margin: 0 2% 0 0;
  position: relative;
  overflow: hidden;
  height: 605px;
  border-radius: 10px;
}
.work .layer1Box ul li:last-child {
  margin-right: 0;
}
.work .layer1Box ul li.on {
  width: 56%;
}
.work .layer1Box ul li img {
  height: 100%;
  width: auto;
}
.work .layer1Box ul li .text {
  box-sizing: border-box;
  transition: 0.5s;
  height: 200px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px 35px 0 35px;
}
.work .layer1Box ul li .text h2 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 20px;
}
.work .layer1Box ul li .text p {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  height: 32px;
  overflow: hidden;
}
.work .layer1Box ul li.on .text {
  padding: 40px 60px 0 60px;
}
.work .layer1Box ul li.on p {
  height: 64px;
  overflow: hidden;
}
.work .layer2 {
  width: 100%;
  background: #f6f6f6;
  padding-bottom: 120px;
}
.work .layer2 .layer2Left {
  position: relative;
  float: left;
  width: 465px;
  height: 595px;
  background: #fff;
  border-radius: 10px;
  padding: 95px 65px 0 65px;
  box-sizing: border-box;
}
.work .layer2 .layer2Left h2 {
  line-height: 48px;
  font-size: 34px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 25px;
}
.work .layer2 .layer2Left p {
  font-size: 16px;
  line-height: 28px;
  color: #676767;
}
.work .layer2 .layer2Left .hd {
  position: relative;
  width: 245px;
  height: 54px;
  border-radius: 27px;
  position: absolute;
  left: 65px;
  bottom: 95px;
  background: #f6f6f6;
}
.work .layer2 .layer2Left .hd ul {
  width: 100%;
  position: relative;
  height: 100%;
}
.work .layer2 .layer2Left .hd ul li {
  cursor: pointer;
  position: relative;
  z-index: 2;
  width: 50%;
  float: left;
  height: 100%;
  text-align: center;
  color: #595959;
  font-size: 18px;
  line-height: 54px;
}
.work .layer2 .layer2Left .hd ul span {
  transition: 0.5s;
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 27px;
  z-index: 1;
  background: #e30f1f;
}
.work .layer2 .layer2Left .hd ul li.on {
  color: #fff;
}
.work .layer2 .layer2Right {
  padding: 85px 70px 0 70px;
  box-sizing: border-box;
  width: 985px;
  box-sizing: border-box;
  float: right;
  height: 595px;
  background: #fff;
  border-radius: 10px;
}
.work .layer2 .layer2Right .bt {
  width: 100%;
}
.work .layer2 .layer2Right .bt span {
  font-size: 18px;
  color: #e52130;
  margin-bottom: 15px;
  display: block;
}
.work .layer2 .layer2Right .bt h2 {
  color: #333;
  font-size: 34px;
}
.work .layer2 .layer2Right .conBox {
  padding-top: 65px;
  width: 100%;
  overflow: hidden;
}
.work .layer2 .layer2Right .conLeft {
  position: relative;
  width: 300px;
  height: 290px;
  float: left;
}
.work .layer2 .layer2Right .conLeft ul {
  width: 100%;
  padding-left: 25px;
  box-sizing: border-box;
  height: 290px;
  overflow-y: scroll;
  direction: rtl;
}
.work .layer2 .layer2Right .conLeft ul li {
  text-align: left;
  cursor: pointer;
  font-size: 18x;
  transition: 0.5s;
  color: #b7b7b7;
  line-height: 60px;
}
.work .layer2 .layer2Right .conLeft ul li.on {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.work .layer2 .layer2Right .conLeft .bg {
  pointer-events: none;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}
.work .layer2 .layer2Right .conLeft ul::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.work .layer2 .layer2Right .conLeft ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ff0000;
}
.work .layer2 .layer2Right .conLeft ul::-webkit-scrollbar-track {
  border-radius: 0;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ccc;
}
.work .layer2 .layer2Right .conRight {
  width: calc(100% - 300px);
  float: left;
}
.work .layer2 .layer2Right .conRight img {
  display: block;
  width: 100%;
  height: auto;
}
.work .layer3 {
  width: 100%;
  overflow: hidden;
  padding: 0 0 140px 0;
}
.work .layer3Box {
  width: 1010px;
  margin: 0 auto;
  position: relative;
}
.work .layer3Box .swiper-container {
  width: 100%;
}
.work .layer3Box .Nr {
  width: 100%;
  position: relative;
}
.work .layer3Box .Nr img {
  display: block;
  width: 100%;
  height: auto;
}
.work .layer3Box .Nr .text {
  transition: 1s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 465px;
  background: #fff;
  border-radius: 10px;
  padding: 45px 50px 0 50px;
  right: 40px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  height: 470px;
}
.work .layer3Box .Nr .text h2 {
  font-size: 32px;
  line-height: 48px;
  color: #333;
}
.work .layer3Box .Nr .text p {
  position: relative;
  font-size: 18px;
  color: #383838;
  line-height: 30px;
  padding: 25px 0;
  margin: 25px 0 50px 0;
}
.work .layer3Box .Nr .text p:after {
  content: "“";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #e30f1f;
}
.work .layer3Box .Nr .text p:before {
  content: "”";
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: bold;
  color: #e30f1f;
}
.work .layer3Box .Nr .text .bottom {
  border-top: 2px solid #f0f0f0;
  padding-top: 25px;
}
.work .layer3Box .Nr .text .bottom h3 {
  font-weight: normal;
  font-size: 18px;
  color: #e83745;
  margin-bottom: 15px;
}
.work .layer3Box .Nr .text .bottom span {
  display: block;
  font-size: 16px;
  color: #848484;
}
.work .layer3Box .swiper-button-prev {
  background: url(../images/w5.png);
  width: 68px;
  height: 68px;
  position: absolute;
  left: -95px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.work .layer3Box .swiper-button-next {
  background: url(../images/w4.png);
  width: 68px;
  height: 68px;
  position: absolute;
  right: -95px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.work .layer3Box .swiper-button-next:after {
  display: none;
}
.work .layer3Box .swiper-button-prev:after {
  display: none;
}
.work .layer3Box .swiper-container .swiper-slide-active .text {
  transform: translateY(-50%) scale(1);
}

.work .layer4 {
}
.work .layer4 .bt {
  width: 100%;
  overflow: hidden;
}
.work .layer4 .btNr {
  float: left;
  width: 50%;
  float: left;
}
.work .layer4 .btNr p {
  font-size: 18px;
  color: #5a5a5a;
  line-height: 34px;
  color: #333;
}
.work .layer4 .btNr h2 {
  font-size: 40px;
  line-height: 64px;
  color: #333;
  margin-bottom: 30px;
}
.work .layer4Box {
  padding-top: 80px;
  padding-bottom: 275px;
  position: relative;
}
.work .layer4Box .swiper-container {
  width: 100%;
}
.work .layer4Box img {
  display: block;
  width: 100%;
  height: auto;
}
.work .layer4Box .swiper-pagination {
  width: 100%;
  height: 12px;
  line-height: 12px;
  bottom: 210px;
}
.work .layer4Box .swiper-pagination span {
  opacity: 1;
  background: #fff;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border-radius: 50%;
  transition: 0.5s;
  border: 6px solid #e5e5e5;
}
.work .layer4Box .swiper-pagination span.swiper-pagination-bullet-active {
  border: 2px solid #ea2f3d;
}

.aboutLayer1 {
  width: 100%;
  background: url(../images/bg1.png) top center no-repeat;
  height: 940px;
}
.aboutLayer1 .left {
  float: left;
  width: 41.8%;
}
.aboutLayer1 .con {
  padding-top: 115px;
}
.aboutLayer1 .con .text {
  padding-bottom: 100px;
}
.aboutLayer1 .con .text h2 {
  font-size: 40px;
  margin-bottom: 40px;
  color: #333;
  font-weight: bold;
}
.aboutLayer1 .con .text h2 span {
  color: #e40d1d;
}
.aboutLayer1 .con .text p {
  font-size: 18px;
  line-height: 38px;
  color: #333;
}
.aboutLayer1 .con ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit--moz-box-pack: space-betweenr;
  box-pack: space-between;
}
.aboutLayer1 .right {
  float: right;
  width: 50.5%;
  margin-top: -115px;
  position: relative;
}
.aboutLayer1 .right img {
  display: block;
  width: 100%;
}
.aboutLayer1 .right li {
  width: 12px;
  height: 12px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
}
.aboutLayer1 .right li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: #e30f1f;
  opacity: 0.2;
  transform: scale(1.5);
  border-radius: 50%;
}
.aboutLayer1 .right li span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 3px solid #e30f1f;
  background-color: #fff;
  display: block;
  position: relative;
  z-index: 3;
}
.aboutLayer1 .right li .sub {
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 3;
  background-color: #e30f1f;
  color: #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s;
}
.aboutLayer1 .right li:hover {
  z-index: 3;
}
.aboutLayer1 .right li:hover .sub {
  opacity: 1;
  transform: scale(1);
}
.aboutLayer1 .right li .sub i {
  font-style: normal;
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.aboutLayer1 .right li.l1 {
  left: 65.6%;
  top: 23.55%;
}
.aboutLayer1 .right li.l2 {
  left: 31.8%;
  top: 36.2%;
}
.aboutLayer1 .right li.l3 {
  left: 50.8%;
  top: 36.2%;
}
.aboutLayer1 .right li.l4 {
  left: 44.1%;
  top: 41%;
}
.aboutLayer1 .right li.l5 {
  left: 46.2%;
  top: 44.4%;
}
.aboutLayer1 .right li.l6 {
  left: 65.5%;
  top: 45.1%;
}
.aboutLayer1 .right li.l7 {
  left: 51.8%;
  top: 47.1%;
}
.aboutLayer1 .right li.l8 {
  left: 38.7%;
  top: 49%;
}
.aboutLayer1 .right li.l9 {
  left: 48.1%;
  top: 50%;
}
.aboutLayer1 .right li.l10 {
  left: 49.1%;
  top: 55.3%;
}
.aboutLayer1 .right li.l11 {
  left: 18.7%;
  top: 58.6%;
}
.aboutLayer1 .right li.l12 {
  left: 47.8%;
  top: 58.6%;
}
.aboutLayer1 .right li.l13 {
  left: 69.1%;
  top: 60.1%;
}
.aboutLayer1 .right li.l14 {
  left: 44.6%;
  top: 61.5%;
}
.aboutLayer1 .right li.l15 {
  left: 60.1%;
  top: 63%;
}
.aboutLayer1 .right li.l16 {
  left: 50.1%;
  top: 65%;
}
.aboutLayer1 .right li.l17 {
  left: 45.1%;
  top: 67.3%;
}
.aboutLayer1 .right li.l18 {
  left: 75.8%;
  top: 70%;
}
.aboutLayer1 .right li.l19 {
  left: 30.4%;
  top: 71.6%;
}
.aboutLayer1 .right li.l20 {
  left: 56.1%;
  top: 80.6%;
}
.aboutLayer1 .right li.l21 {
  left: 42.5%;
  top: 87.8%;
}
.aboutLayer1 .con ul li h2 {
  font-size: 60px;
  font-weight: bold;
  color: #e30f1e;
  position: relative;
}
.aboutLayer1 .con ul li h2 span {
  display: inline-block;
  top: 0;
  position: absolute;
  right: -30px;
  font-size: 16px;
  color: #7e7e7e;
}
.aboutLayer1 .con ul li p {
  padding-top: 35px;
  font-size: 18px;
  color: #353535;
}
.about .tit {
  padding: 60px 0;
}
.about .tit p {
  text-align: center;
  font-size: 18px;
  color: #e51120;
  padding-bottom: 10px;
}
.about .tit h2 {
  font-weight: bold;
  text-align: center;
  font-size: 40px;
  color: #000;
}
.aboutLayer2 img {
  display: block;
  margin: 0 auto;
  width: 1480px;
  height: auto;
}
.aboutLayer2 .con {
  height: 750px;
}
.aboutLayer2 .tis {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}
.aboutLayer2 .img {
  position: relative;
  margin-top: 100px;
}
.aboutLayer2 .img img {
  display: block;
  width: 100%;
}
.aboutLayer2 .img li {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
}
.aboutLayer2 .img li > div {
  width: 214px;
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -107px;
}
.aboutLayer2 .img li .p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}
.aboutLayer2 .img li:nth-child(odd) .p {
  top: 145px;
}
.aboutLayer2 .img li:nth-child(even) .p {
  top: 80px;
}
.aboutLayer2 .img li:nth-child(odd) .ico {
  top: 37px;
}
.aboutLayer2 .img li:nth-child(even) .ico {
  top: -130px;
}
.aboutLayer2 .img li .title {
  font-size: 20px;
  color: #333;
  text-align: center;
  padding: 0;
  font-weight: 700;
}
.aboutLayer2 .img li:nth-child(odd) .title {
  top: -50px;
}
.aboutLayer2 .img li:nth-child(even) .title {
  top: 40px;
}
.aboutLayer3 {
  padding-bottom: 195px;
  position: relative;
  background: url(../images/bg3.jpeg) center center no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
}
.aboutLayer2 .img li .d {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.aboutLayer2 .img li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: #e30f1f;
  opacity: 0.3;
  transform: scale(2);
  border-radius: 50%;
}
.aboutLayer2 .img li.li1 {
  left: calc(7% - 7px);
  top: calc(65.6% - 7px);
}
.aboutLayer2 .img li.li2 {
  left: calc(28.1% - 7px);
  top: calc(51.3% - 7px);
}
.aboutLayer2 .img li.li3 {
  left: calc(50% - 7px);
  top: calc(4.7% - 7px);
}
.aboutLayer2 .img li.li4 {
  left: calc(70.8% - 7px);
  top: calc(44.6% - 7px);
}
.aboutLayer2 .img li.li5 {
  left: calc(92.2% - 7px);
  top: calc(66.6% - 7px);
}
.aboutLayer2 .img li .ico {
  width: 88px;
  height: 88px;
  background-color: #f6f6f6;
  border-radius: 50%;
  left: 50%;
  margin-left: -44px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.aboutLayer2 .img li .ico-a01 {
  background-image: url(../images/ico-a01.png);
}
.aboutLayer2 .img li .ico-a02 {
  background-image: url(../images/ico-a02.png);
}
.aboutLayer2 .img li .ico-a03 {
  background-image: url(../images/ico-a03.png);
}
.aboutLayer2 .img li .ico-a04 {
  background-image: url(../images/ico-a04.png);
}
.aboutLayer2 .img li .ico-a05 {
  background-image: url(../images/ico-a05.png);
}
.aboutLayer2 .img li:hover .ico {
  background-color: #e30f1f;
}
.aboutLayer2 .img li:hover .ico-a01 {
  background-image: url(../images/ico-a01h.png);
}
.aboutLayer2 .img li:hover .ico-a02 {
  background-image: url(../images/ico-a02h.png);
}
.aboutLayer2 .img li:hover .ico-a03 {
  background-image: url(../images/ico-a03h.png);
}
.aboutLayer2 .img li:hover .ico-a04 {
  background-image: url(../images/ico-a04h.png);
}
.aboutLayer2 .img li:hover .ico-a05 {
  background-image: url(../images/ico-a05h.png);
}
.aboutLayer3 .con {
  overflow: hidden;
  position: relative;
}
.aboutLayer3 .ConLeft {
  float: left;
  width: 855px;
  float: left;
}
.aboutLayer3 .ConLeft .bt {
  width: 100%;
}
.aboutLayer3 .ConLeft .bt h2 {
  font-size: 44px;
  color: #d61818;
}
.aboutLayer3 .ConLeft .bt span {
  margin: 30px 0;
  display: block;
  width: 56px;
  height: 5px;
  background: #d61818;
}
.aboutLayer3 .ConLeft .bt p {
  font-size: 18px;
  color: #666;
  line-height: 34px;
}
.aboutLayer3 .ConLeft .text {
  width: 100%;
  overflow: hidden;
  padding-top: 120px;
  position: relative;
  z-index: 3;
}
.aboutLayer3 .ConLeft .textBox {
  width: 55%;
  float: left;
}
.aboutLayer3 .ConLeft .textBox:first-child {
  width: 40%;
}
.aboutLayer3 .ConLeft .text h2 {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}
.aboutLayer3 .ConLeft .text p {
  font-size: 18px;
  color: #3a3a3a;
  line-height: 34px;
}
.aboutLayer3 .ConLeft ul {
  padding-top: 120px;
  overflow: hidden;
}
.aboutLayer3 .ConLeft ul li {
  width: 32%;
  float: left;
  margin: 0 2% 0 0;
}
.aboutLayer3 .ConLeft ul li img {
  width: 100%;
  height: auto;
  display: block;
}
.aboutLayer3 .ConLeft ul li:last-child {
  margin-right: 0;
}
.aboutLayer3 .ConRight {
  padding-left: 80px;
  box-sizing: border-box;
  width: calc(100% - 855px);
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0px;
}

.aboutLayer4 {
  width: 100%;
}
.aboutLayer4 .hd {
  width: 100%;
  margin-bottom: 90px;
}
.aboutLayer4 .hd ul {
  text-align: center;
}
.aboutLayer4 .hd ul li {
  cursor: pointer;
  display: inline-block;
  margin: 0 15px;
  width: 150px;
  height: 54px;
  border-radius: 27px;
  text-align: center;
  line-height: 54px;
  background: #f6f6f6;
  color: #363636;
  font-size: 20px;
}
.aboutLayer4 .hd ul li.on {
  background: #e30f1e;
  color: #fff;
}

.aboutLayer4 .bd ul {
  width: 100%;
  overflow: hidden;
}
.aboutLayer4 .bd ul li {
  position: relative;
  width: 32%;
  float: left;
  margin: 0 2% 55px 0;
  overflow: hidden;
}
.aboutLayer4 .bd ul li:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #ccc;
  bottom: 0;
}
.aboutLayer4 .bd ul li.none:before {
  display: none;
}
.aboutLayer4 .bd ul li p {
  width: 135px;
  float: left;
  height: 84px;
  line-height: 84px;
  font-size: 24px;
  color: #454545;
}
.aboutLayer4 .bd ul li label {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 84px;
  line-height: 84px;
  font-size: 18px;
  color: #454545;
  cursor: pointer;
  transition: all 0.3s;
}
.aboutLayer4 .bd ul li label b {
  color: #ff0000;
}
.aboutLayer4 .bd ul li p b {
  color: #ff0000;
}
.aboutLayer4 .bd ul li input {
  display: block;
  width: 100%;
  float: left;
  font-size: 24px;
  height: 84px;
  border: none;
  outline: none;
  background: none;
}
.aboutLayer4 .bd ul li i {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f00;
  bottom: 0;
  transition: all 0.3s;
}
.aboutLayer4 .bd ul li input:focus ~ i,
.aboutLayer4 .bd ul li textarea:focus ~ i {
  width: 100%;
}

.aboutLayer4 .bd ul li input:focus ~ label,
.aboutLayer4 .bd ul li textarea:focus ~ label {
  height: 26px;
  line-height: 26px;
  top: 0;
  font-size: 16px;
}
.aboutLayer4 .bd ul li.long {
  width: 100%;
  margin-right: 0;
}
.aboutLayer4 .bd ul li textarea {
  width: calc(100% - 135px);
  float: left;
  box-sizing: border-box;
  padding: 26px 0;
  box-sizing: border-box;
  font-size: 24px;
  border: none;
  outline: none;
  background: none;
  resize: none;
  height: 160px;
}
.aboutLayer4 .bd ul li dl {
  width: 100%;
}
.aboutLayer4 .bd ul li dl dd {
  width: 127px;
  height: 127px;
  overflow: hidden;
  border-radius: 10px;
  background: url(../images/bg5_03.png);
  background-size: 100% 100%;
  float: left;
  margin: 0 24px 0 0;
}
.aboutLayer4 .bd ul li dl dd input {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.aboutLayer4 .bd ul li button {
  cursor: pointer;
  display: block;
  width: 235px;
  height: 68px;
  text-align: center;
  line-height: 68px;
  font-size: 20px;
  color: #fff;
  border: none;
  outline: none;
  background: #e70012;
  border-radius: 34px 34px 0 34px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.aboutLayer4 .bd ul li button:hover {
  background-color: #c90110;
}
.aboutLayer4 .bd ul li:nth-child(3n) {
  margin-right: 0;
}
.aboutLayer4 .bd ul li:last-child {
  border: 0;
}

.aboutLayer5 {
  background: #f6f6f6;
  padding-bottom: 150px;
}
.aboutLayer5 .con {
  position: relative;
}
.aboutLayer5 .con img {
  position: absolute;
  right: 0;
  top: 0;
}
.aboutLayer5 .conBox {
  overflow: hidden;
}
.aboutLayer5 .conLeft {
  position: relative;
  z-index: 2;
  width: 835px;
  float: left;
}
.aboutLayer5 .conLeft .bt {
  padding: 70px 0 65px 0;
}
.aboutLayer5 .conLeft .bt h2 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin-bottom: 25px;
}
.aboutLayer5 .conLeft .bt p {
  font-size: 26px;
  color: #434343;
}
.aboutLayer5 .conLeft .text {
  width: 100%;
  height: 480px;
  background: #fff;
  padding: 70px 80px 0 80px;
  box-sizing: border-box;
}
.aboutLayer5 .conLeft .text p {
  font-size: 14px;
  color: #383838;
  line-height: 36px;
}
.aboutLayer5 img {
  width: 1050px;
  height: auto;
}

.aboutLayer3:after {
  background: url(../images/bg2.png);
  width: 840px;
  height: 765px;
  content: "";
  position: absolute;
  display: block;
  right: -50px;
  top: 200px;
}

.popbox {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
}
.popbox.block {
  display: block;
}
.popbox .box {
  width: 1000px;
  height: 545px;
  background-color: #fff;
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 29px;
  box-shadow: 0 0 20px #969696;
  color: #333;
  line-height: 1.6;
}
.popbox .box .img {
  flex: 0 0 324px;
  height: 373px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 0 10px #969696;
  margin-right: 60px;
  width: 400px;
}
.popbox .box .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popbox .box .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-width: 0;
}
.popbox .box .txt .title,
.popbox .box .txt .top2 {
  border-bottom: 1px solid #969696;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.popbox .box .txt .title h3,
.popbox .box .txt .top2 h3 {
  display: inline-block;
  font-size: 38px;
  vertical-align: middle;
}
.popbox .box .txt .title span {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  background-color: #e60012;
  height: 32px;
  vertical-align: middle;
  line-height: 32px;
  padding: 0 20px;
  border-radius: 32px;
  margin-left: 5%;
}
.popbox .box .txt .title i {
  font-style: normal;
  display: inline-block;
  font-size: 24px;
  margin-left: 5%;
}
.popbox .box .txt .ps {
  line-height: 2;
}
.popbox .popclose {
  position: absolute;
  z-index: 2;
  right: 26px;
  top: 10px;
  width: 26px;
  height: 40px;
  background: url(../images/popclose.png) no-repeat center;
  background-size: 21px;
  cursor: pointer;
  transition: 0.4s;
}
.popbox .popclose:hover {
  transform: rotate(90deg);
}
.popbox .box .attr p {
  font-size: 16px;
  line-height: 2;
}
.popbox .box .attr b {
  margin-right: 30px;
  width: 100px;
  display: inline-block;
}

.popbox .box .txt .top2 {
  display: flex;
  justify-content: space-between;
}
.popbox .box .txt .left p {
  font-size: 18px;
  color: #666;
}

.popbox .box .txt .attr span {
 
  color: #666;
}

.popbox .box .zg {
  display: flex;
  width: 100%;
}
.popbox .box .zg .left {
  flex: 1;
}
.popbox .box .zg .left p {
  font-size: 22px;
  line-height: 3;
}

.popbox .box .zg .left b {
  color: #666;
  width: 110px;
  display: inline-block;
}
.popbox .box .zg .right {
  flex: 1;
  border-left: 1px solid #e1e1e1;
  text-align: center;
}

.indexContainer .layer8 .m {
  display: none;
}

.aboutLayer3m {
  display: none;
}
@media (min-width: 1024px) and (max-width: 1560px) {
  .w1480 {
    width: 100%;
    margin: 0 auto;
    padding: 0 3%;
    box-sizing: border-box;
  }
  .indexContainer .layer1 .icon {
    width: 40%;
  }
  .indexContainer .layer1 .text {
    width: 50%;
  }
  .indexContainer .layer1 .text p {
    width: 100%;
  }
  .indexContainer .layer3 .text {
    padding: 180px 0 50px 0;
  }
  .title h2 {
    font-size: 36px;
  }
  .indexContainer .text p {
    font-size: 18px;
  }
  .indexContainer .layer5 .text a {
    margin-top: 35px;
  }
  .indexContainer .layer5 ul li .playClick {
    width: 60px;
    height: 60px;
    background-size: 100% 100%;
  }
  .indexContainer .layer7Left {
    width: 100%;
  }
  .indexContainer .layer7Right {
    width: calc(100% - 400px);
  }
  .indexContainer .layer7 .text {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .indexContainer .layer7 .text p {
    width: 100%;
  }
  .indexContainer .layer7 .text h2 {
    margin-bottom: 30px;
  }
  .indexContainer .layer7 .text a {
    margin-top: 30px;
  }
  .indexContainer .layer7Right {
    width: 100%;
  }
  .indexContainer .layer7Right .swiper-container {
    padding-top: 60px;
  }
  .indexContainer .layer7 {
    height: auto;
    padding-bottom: 100px;
  }
  .indexContainer .layer7Right ul li {
    width: 31%;
    margin: 0 3% 50px 0;
  }
  .indexContainer .layer8 .pic {
    top: auto;
    bottom: 30px;
  }
  .work .layer2 .layer2Left {
    width: calc(100% - 985px);
    float: left;
    padding: 85px 2% 0 2%;
    box-sizing: border-box;
  }
  .aboutLayer2 img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1360px) {
  .work .layer2 .layer2Left {
    width: 100% !important;
    height: auto;
    padding: 40px 0;
  }
  .work .layer2 .layer2Left h2 {
    width: 100%;
    text-align: center;
  }
  .work .layer2 .layer2Left p {
    width: 100%;
    text-align: center;
  }
  .work .layer2 .layer2Left .hd {
    position: relative;
    margin: 20px auto 0 auto;
    top: auto;
    left: auto;
    bottom: auto;
  }
  .work .layer2 .layer2Right {
    width: 100%;
    margin-top: 25px;
    height: auto;
    padding: 50px 30px;
    box-sizing: border-box;
  }
  .work .layer2 .layer2Right .bt span {
    text-align: center;
  }
  .work .layer2 .layer2Right .bt h2 {
    text-align: center;
  }
  .work .layer1 .serach {
    width: 95%;
    margin: 0 auto;
  }
   .top .topBox .phone{
    display:none;
  }
}
@media (max-width: 1360px) {
  .popbox .box {
    width: calc(90% - 10%);
  }
}
@media (max-width: 1023px) {
  .w1480 {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  body {
    padding-top: 60px;
  }
  .top {
    z-index: 20;
    top: 0;
    height: 60px;
    box-sizing: border-box;
    background: #333;
    padding: 0;
  }
  .top .topBox {
    width: 100%;
    height: 100%;
    border: none;
    overflow: inherit;
    padding: 0 2%;
    box-sizing: border-box;
  }
  .top .topBox .phone {
    display: none;
  }
  .top .topBox .logo {
    height: 100%;
    line-height: 60px;
    padding: 0;
  }
  .top .topBox .logo img {
    height: 60%;
    width: auto;
    display: inline-block;
    vertical-align: middle;
  }
  .top .language {
    height: 100%;
    width: 50px;
    background: url(../images/MainTb_09.png) center center no-repeat;
    background-size: 25px auto;
  }
  .top .quote {
    display: none;
  }

  .top .SideClick {
    z-index: 2;
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 20px;
    transition: 0.5s;
  }
  .top .SideClick span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: 0.5s;
  }
  .top .SideClick span:nth-child(1) {
    top: 0;
  }
  .top .SideClick span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .top .SideClick span:nth-child(3) {
    bottom: 0;
  }
  .top .SideClick.on {
    transform: translateY(-50%) rotate(180deg);
  }
  .top .SideClick.on span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
  .top .SideClick.on span:nth-child(2) {
    width: 0;
  }
  .top .SideClick.on span:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .top .topBox .nav {
    display: none;
    background: #333;
    padding: 0;
    width: 100%;
    top: 60px;
    position: absolute;
    left: 0;
  }
  .top .topBox .nav ul {
    padding: 15px 15px;
    width: 100%;
    box-sizing: border-box;
  }
  .top .topBox .nav ul li {
    margin: 0;
    width: 100%;
    height: 46px;
    line-height: 46px;
  }
  .top .topBox .nav ul li a {
    font-size: 16px;
    color: #fff;
  }
  .banner .btn {
    width: 150px;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
    line-height: 30px;
  }
  .banner .btn .swiper-pagination {
    line-height: 30px;
  }
  .banner .btn .swiper-button-next {
    width: 30px;
    height: 30px;
    background-size: 40% auto;
  }
  .banner .btn .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-size: 40% auto;
  }
  .banner .btn .swiper-button-next:hover {
    background-size: 40% auto;
  }
  .banner .btn .swiper-button-prev:hover {
    background-size: 40% auto;
  }
  .banner .textBox h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
  }
  .banner .textBox p {
    font-size: 16px;
    text-align: center;
  }
  .banner .btn {
    z-index: 10;
    bottom: 10px;
  }
  .indexContainer .layer1 .text {
    text-align: center;
  }
  .title {
    padding-top: 35px;
  }
  .title p {
    text-align: center;
  }
  .title h2 {
    text-align: center;
    font-size: 24px;
  }
  .indexContainer .text {
    width: 100%;
    padding-top: 45px !important;
  }
  .indexContainer .text h2 {
    font-size: 28px;
    margin-bottom: 30px !important;
    text-align: center;
  }
  .indexContainer .text p {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    width: 100% !important;
    margin-bottom: 30px !important;
  }
  .indexContainer .text a {
    display: block;
    margin: 0 auto !important;
  }
  .indexContainer .layer1 .icon {
    width: 100%;
    height: auto;
  }
  .indexContainer .layer1 .text {
    padding-top: 40px;
  }
  .indexContainer .layer2 .text {
    padding: 45px 0 0 0;
  }
  .indexContainer .layer2 {
    height: auto;
    padding-bottom: 30px;
  }
  .indexContainer .layer3 {
    padding-bottom: 0;
  }
  .indexContainer .layer3 .swiper-container {
    width: 100%;
    position: relative;
    margin-top: 30px;
  }
  .indexContainer .layer4 {
    height: auto;
    padding-bottom: 45px;
  }
  .indexContainer .layer5Left {
    width: 100%;
  }
  .indexContainer .layer5Right {
    width: 100%;
  }
  .indexContainer .layer5Right .playClick {
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
  }
  .indexContainer .layer5 ul li .playClick {
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
  }
  .indexContainer .layer6 {
    height: auto;
    padding-bottom: 45px;
  }
  .indexContainer .layer7 {
    height: auto;
  }
  .indexContainer .layer7Left {
    width: 100%;
  }
  .indexContainer .layer7Right {
    width: 100%;
  }
  .indexContainer .layer7Right .swiper-container {
    padding-top: 35px;
    overflow: inherit;
  }
  .indexContainer .layer7Right ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .indexContainer .layer8 {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
  }
  .indexContainer .layer8 .pic {
    left: auto;
    position: relative;
    width: 95%;
    right: auto;
    top: auto;
    display: none;
    margin: 30px auto 0 auto;
    height: auto;
    bottom: auto;
  }
  .indexContainer .layer8 .m {
    display: block;
    margin-top: 30px;
    position: relative;
  }
  .indexContainer .layer8 .swiper-pagination {
    position: static;
    margin-top: 10px;
  }
  .indexContainer .layer8 .m ul {
    padding: 0 5px;
  }
  .indexContainer .layer8 .m li {
    width: 33.33%;
    float: left;
  }
  .indexContainer .layer8 .m li .a {
    background-color: #fff;
    margin: 5px;
    height: 60px;
  }
  .indexContainer .layer8 .m li .a img {
    max-width: 90%;
    max-height: 90%;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .bannerPage .textBox h2 {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .bannerPage .navGation {
    bottom: 20px;
  }
  .work .tit {
    padding: 40px;
  }
  .work .tit h2 {
    font-size: 32px;
  }
  .work .layer1 .serach {
    width: 96%;
    margin: 0 auto;
    height: 50px;
  }
  .work .layer1 .serach button {
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  .work .layer1 .serach input {
    width: calc(100% - 120px);
    height: 50px;
    padding-left: 52px;
    background: url(../images/serach_03.png) 20px center no-repeat;
    background-size: 20px auto;
    font-size: 16px;
  }
  .work .layer1Box {
    padding: 30px 15px;
    box-sizing: border-box;
  }
  .work .layer1Box ul li.on {
    width: 31.33%;
    height: 70vw;
  }
  .work .layer1Box ul li .text h2 {
    font-size: 14px;
    text-align: center;
  }
  .work .layer1Box ul li .text p {
    display: none;
  }
  .work .layer1Box ul {
    margin: 0 -1%;
    width: auto;
  }
  .work .layer1Box ul li {
    width: 31.33%;
    margin: 0 1%;
    margin-bottom: 15px;
    height: 70vw;
  }
  .work .layer1Box ul li img {
    display: block;
    width: 100%;
    height: auto;
    height: 100%;
    object-fit: cover;
  }
  .work .layer1Box ul li .text {
    padding: 0 10px;
    box-sizing: border-box;
    height: auto;
  }
  .work .layer1Box ul li.on .text {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .work .layer1Box ul li .text p {
    height: 64px;
  }
  .work .layer2 .layer2Left {
    width: 100%;
    height: auto;
  }
  .work .layer2 .layer2Left {
    width: 100% !important;
    height: auto;
    padding: 40px 0;
  }
  .work .layer2 .layer2Left h2 {
    width: 100%;
    text-align: center;
  }
  .work .layer2 .layer2Left p {
    width: 100%;
    text-align: center;
  }
  .work .layer2 .layer2Left .hd {
    position: relative;
    margin: 20px auto 0 auto;
    top: auto;
    left: auto;
    bottom: auto;
  }
  .work .layer2 .layer2Right {
    width: 100%;
    margin-top: 25px;
    height: auto;
    padding: 50px 30px;
    box-sizing: border-box;
  }
  .work .layer2 .layer2Right .bt span {
    text-align: center;
  }
  .work .layer2 .layer2Right .bt h2 {
    text-align: center;
  }
  .work .layer2 .layer2Left h2 {
    font-size: 28px;
  }
  .work .layer2 .layer2Right .conLeft {
    width: 100%;
  }
  .work .layer2 .layer2Right .conRight {
    width: 100%;
  }
  .work .layer3 {
    padding-bottom: 30px;
  }
  .work .layer3Box {
    width: 75%;
    margin: 0 auto;
  }
  /*.work .layer3Box .Nr .text{ width: 100%; position: relative; transform: none; right: auto; top: auto; height: auto; padding: 30px 20px; box-sizing: border-box;}*/
  .work .layer3Box .Nr .text {
    height: auto;
    padding: 30px 20px;
    box-sizing: border-box;
    width: 90%;
    margin-left: -45%;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 5%;
  }
  .work .layer3Box .Nr img {
    height: 100%;
    object-fit: cover;
  }
  .work .layer3Box .Nr {
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
  }
  .work .layer3Box .swiper-container .swiper-slide-active .text {
    transform: none;
  }
  .work .layer3Box .Nr .text h2 {
    font-size: 21px;
    line-height: 32px;
  }
  .work .layer3Box .Nr .text p {
    font-size: 15px;
  }
  .work .layer3Box .Nr .text .bottom h3 {
    font-size: 15px;
  }
  .work .layer3Box .Nr .text .bottom span {
    font-size: 15px;
  }

  .work .layer3Box .Nr .text p {
    padding: 20px;
    margin: 10px 0;
  }
  .work .layer4 .btNr {
    width: 100%;
    margin-bottom: 30px;
  }
  .work .layer4 .btNr h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .work .layer4 .btNr p {
    font-size: 14px;
    line-height: 22px;
  }
  .work .layer4Box {
    padding: 30px 0;
    padding-top: 10px;
  }
  .footer .footerLeft {
    width: 100%;
  }
  .footer .footerLeft .logo {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }
  .footer .footerLeft .logo img {
    display: block;
    height: 40px;
    width: auto;
    margin: 0 auto;
  }
  .footer .footerLeft span {
    font-size: 16px;
    text-align: center;
  }
  .footer .footerLeft h2 {
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    text-align: center;
  }
  .footer .footerLeft img.code {
    display: block;
    margin: 0 auto;
    transform: translateX(10%);
  }
  .footer .footerRight {
    display: none;
  }
  .footer .copyRight {
    padding: 20px 15px;
    box-sizing: border-box;
    height: auto;
    font-size: 12px;
    text-align: center;
  }

  .footer .copyRight .cop {
    display: block;
    width: 100%;
  }
  .footer .copyRight p {
    display: block;
    text-align: center;
    margin-left: 0;
    float: inherit;
    line-height: 30px;
  }
  .footer .copyRight p img {
    margin-right: 8px;
  }

  .aboutLayer1 .con {
    padding: 45px 15px;
    box-sizing: border-box;
  }
  .aboutLayer1 .con .text h2 {
    font-size: 24px;
  }
  .aboutLayer1 .con .text p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  .aboutLayer1 .con .text {
    padding-bottom: 30px;
  }
  .aboutLayer1 .con .left ul li {
    width: 32%;
    margin: 0 2% 0 0;
  }
  .aboutLayer1 .con .left ul li:last-child {
    margin-right: 0;
  }
  .aboutLayer1 .con .left ul li h2 {
    display: inline-block;
    font-size: 20px;
  }
  .aboutLayer1 .con .left ul li h2 span {
    font-size: 12px;
    right: -30px;
  }
  .aboutLayer1 .left {
    float: none;
    width: auto;
  }
  .aboutLayer1 .right {
    float: none;
    width: auto;
    margin-top: 20px;
  }
  .aboutLayer2 .img img {
    display: none !important;
  }
  .aboutLayer2 .img li > div {
    position: static;
    width: auto;
    margin: 0;
  }
  .aboutLayer2 .img ul {
    font-size: 0;
    text-align: center;
    margin: 0 -2%;
  }
  .aboutLayer2 .img li {
    position: static;
    width: 46%;
    margin: 0 2%;
    display: inline-block;
    vertical-align: top;
    height: auto;
    margin-bottom: 20px;
  }
  .aboutLayer2 .img li .ico {
    background-color: #e30f1f;
  }
  .aboutLayer2 .img li .p {
    text-align: justify;
    display: none;
  }
  .aboutLayer2 .img li:before {
    display: none;
  }
  .aboutLayer2 .img li .d {
    display: none;
  }
  .aboutLayer2 .img li .ico {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .aboutLayer2 .img li .title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .aboutLayer2 .img li .ico-a01 {
    background-image: url(../images/ico-a01h.png);
  }
  .aboutLayer2 .img {
    margin-top: 0;
  }
  .aboutLayer2 .img li .ico-a02 {
    background-image: url(../images/ico-a02h.png);
  }
  .aboutLayer2 .img li .ico-a03 {
    background-image: url(../images/ico-a03h.png);
  }
  .aboutLayer2 .img li .ico-a04 {
    background-image: url(../images/ico-a04h.png);
  }
  .aboutLayer2 .img li .ico-a05 {
    background-image: url(../images/ico-a05h.png);
  }
  .aboutLayer1 {
    background: url(../images/bg1.png) top right no-repeat;
    height: auto;
  }
  .about .tit {
    padding: 40px 0;
  }
  .about .tit h2 {
    font-size: 24px;
  }
  .aboutLayer2 .con {
    width: 100%;
    overflow-x: scroll;
    height: auto;
  }
  .aboutLayer2 .con img {
    display: block;
    height: 100%;
    width: auto;
  }
  .aboutLayer3 {
    background-size: auto 100%;
    padding-bottom: 50px;
  }
  .aboutLayer3 .ConLeft {
    width: 50%;
  }
  .aboutLayer3 .ConLeft .bt h2 {
    font-size: 28px;
    text-align: center;
  }
  .aboutLayer3 .ConLeft .bt span {
    display: block;
    margin: 20px auto;
  }
  .aboutLayer3 .ConLeft .bt p {
    text-align: center;
  }
  .aboutLayer3 .ConLeft .text {
    padding-top: 30px;
    width: 100%;
  }
  .aboutLayer3 .ConLeft .textBox:first-child {
    width: 100%;
  }
  .aboutLayer3 .ConLeft .textBox {
    width: 100%;
    margin-bottom: 20px;
  }
  .aboutLayer3 .ConLeft ul {
    padding: 30px 0;
    display: none;
  }
  .aboutLayer3 .ConLeft ul li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .aboutLayer3 .ConRight {
    width: 50%;
    padding: 0;
    top: 0px;
  }
  .aboutLayer3 .ConRight img {
    width: 100%;
    height: auto;
  }
  .aboutLayer4 {
    padding-bottom: 30px;
  }
  .aboutLayer4 .hd ul li {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin: 0 5px;
  }
  .aboutLayer4 .hd {
    margin-bottom: 30px;
  }
  .aboutLayer4 .bd ul li {
    width: 100%;
    margin: 0;
  }
  .aboutLayer4 .bd ul li p {
    height: 54px;
    font-size: 14px;
    line-height: 54px;
    width: 100px;
  }
  .aboutLayer4 .bd ul li label {
    height: 54px;
    font-size: 14px;
    line-height: 54px;
  }
  .aboutLayer4 .bd ul li input {
    height: 54px;
    font-size: 14px;
    width: calc(100% - 100px);
  }
  .aboutLayer4 .bd ul li dl dd {
    width: 100px;
    height: 100px;
    margin: 0 15px 15px 0;
  }
  .aboutLayer4 .bd ul li button {
    position: relative;
    bottom: auto;
    right: auto;
  }
  .aboutLayer4 .bd ul li button {
    width: 180px;
    height: 54px;
    line-height: 54px;
    margin: 0 auto;
  }
  .aboutLayer5 .con img {
    position: relative;
    width: 100%;
    height: auto;
    right: auto;
    top: auto;
  }
  .aboutLayer5 .conBox {
    width: 100%;
  }
  .aboutLayer5 .conLeft {
    width: 100%;
  }
  .aboutLayer5 .conLeft .bt {
    padding: 35px 0;
  }
  .aboutLayer5 .conLeft .bt h2 {
    font-size: 24px;
  }
  .aboutLayer5 .conLeft .bt p {
    font-size: 18px;
  }
  .aboutLayer5 .conLeft .text {
    height: auto;
    padding: 20px;
  }
  .bannerPage .textBox {
    top: 40%;
  }
  .aboutLayer4 .bd ul li i {
    height: 1px;
  }
  .aboutLayer4 .bd ul li:before {
    height: 1px;
  }
  .aboutLayer4 .bd ul li input:focus ~ label,
  .aboutLayer4 .bd ul li textarea:focus ~ label {
    height: 20px;
    line-height: 20px;
    top: 0;
    font-size: 12px;
  }
  .aboutLayer4 .bd ul li input {
    line-height: 70px;
    width: 100%;
  }

  .popbox .box {
    display: block;
    padding: 5%;
    width: calc(90% - 10%);
  }
  .popbox .box .img {
    margin-right: 0;
    height: 200px;
    width: 150px;
    margin: 0 auto;
    border-radius: 10px;
  }
  .popbox .box .txt .title {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .popbox .box .txt .title h3 {
    font-size: 28px;
  }
  .popbox .box .txt .title span {
    font-size: 16px;
    height: 26px;
    line-height: 26px;
  }
  .popbox .box .txt .title i {
    font-size: 16px;
  }
  .popbox .box .txt .ps {
    line-height: 1.6;
  }
  .popbox .box {
    height: auto;
    border-radius: 15px;
  }

  .indexContainer .layer8 .swiper-pagination span {
    opacity: 1;
    background: #fff;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    border-radius: 50%;
    transition: 0.5s;
    border: 6px solid #e5e5e5;
  }
  .indexContainer
    .layer8
    .swiper-pagination
    span.swiper-pagination-bullet-active {
    border: 2px solid #ea2f3d;
  }

  .work .layer4Box .swiper-pagination {
    position: static;
    margin-top: 20px;
  }
  .work .layer3Box .swiper-button-next {
    display: none !important;
  }
  .work .layer3Box .swiper-button-prev {
    display: none !important;
  }
  .aboutLayer3 .ConLeft .text p {
    font-size: 14px;
    line-height: 1.6;
  }
  .aboutLayer3 .ConLeft .text h2 {
    font-size: 18px;
  }
  .aboutLayer3:after {
    width: 80%;
    right: 0;
    height: 80vw;
    background-size: cover;
    top: 150px;
  }
  .aboutLayer3 .ConLeft .bt h2 {
    text-align: left;
    font-size: 20px;
  }
  .aboutLayer3 .ConLeft .bt span {
    margin: 10px 0;
    height: 3px;
    width: 40px;
  }
  .aboutLayer3 .ConLeft .bt p {
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
  }

  .aboutLayer3m {
    padding: 15px;
    background-color: #fff;
    display: block;
  }
  .aboutLayer3m .swiper-container {
    overflow: hidden;
  }
  .aboutLayer3m .swiper-slide {
    position: relative;
  }
  .aboutLayer3m .swiper-slide img {
    display: block;
    width: 100%;
  }
  .aboutLayer3m .swiper-slide .txt {
    position: absolute;
    z-index: 2;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 20px;
    width: 80%;
  }
  .aboutLayer3m .swiper-slide .txt .p1 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .aboutLayer3m .swiper-slide .txt h3 {
    font-size: 20px;
    line-height: 1.6;
  }

  .nav .exist:before {
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    background: url(../images/btn1-2b.png) no-repeat center;
    background-size: 30%;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
  }
  .nav .exist.onn:before {
    background: url(../images/btn1-2.png) no-repeat center;
    background-size: 30%;
  }
  .top .topBox .nav ul li {
    height: auto;
  }
  .top .topBox .nav .sub {
    box-sizing: border-box;
    position: static;
    background: #fff;
    padding: 5px 0;
    width: auto;
    margin: 0;
    overflow: hidden;
    box-shadow: none;
    border-top: 1px solid #e2e2e2;
  }
  .top .topBox .nav .sub.sub02 {
    margin-left: auto;
    left: auto;
    width: 100%;
    padding: 5px 3%;
    position: static;
  }
  .top .topBox .nav .sub.sub02 a {
    margin: 0;
  }

  .top .topBox .nav .sub a {
    text-align: center;
    padding: 0;
    font-size: 14px;
    background: none;
    line-height: 32px;
    height: 32px;
    color: #333;
  }

  .top .topBox .nav .sub a:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #999;
    margin-right: 8px;
    vertical-align: middle;
  }
  .top.navFix {
    background-color: #333;
  }
  .top.navFix .topBox .nav ul li a {
    color: #fff;
  }
  .top.navFix .topBox .nav .sub.sub02 a {
    color: #333;
  }
  .top.navFix .topBox .logo img {
    opacity: 1;
  }
  .top.navFix .topBox .logo {
    background: none;
  }

  .top .topBox .nav {
    max-height: calc(100vh - 60px);
    overflow-y: auto;
  }
  .aboutLayer5 {
    padding-bottom: 0;
  }
}
