@charset "utf-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  color: #7C7C7C;
  font-size: 14px;
  font-family: 'Microsoft YaHei', Arial;
  line-height: 1.5;
}
body,
html {
  height: 100%;
  position: relative;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
footer,
header,
main,
nav,
section {
  display: block;
}
i,
em {
  font-weight: normal;
  font-style: normal;
}
img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: #333;
}
:focus,
a:hover {
  outline: 0;
}
ul li {
  list-style: none;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.pos_r {
  position: relative;
}
.pos_a {
  position: absolute;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: block;
  min-height: 1%;
}
*.clearfix .fixed {
  height: 1%;
}
.flex {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
/*分页*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #1BB38C;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #1BB38C;
  border-color: #1BB38C;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.f-topbar-fixed {
  padding-top: 100px;
}
.fixed-top-bar {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
header {
  background: rgba(255, 255, 255, 0.7);
  height: 98px;
  padding-top: 32px;
}
.header_shot {
  position: relative !important;
}
.header-shadow {
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.05);
}
.dropdown {
  position: relative;
  height: 50px;
}
.dropdown a {
  padding-right: 13px;
}
.dropdown:after {
  content: "";
  background: url(/images/header-logo.png);
  z-index: 100;
  width: 9px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 8px;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu {
  width: 120px;
  margin: 0;
  display: none;
  position: absolute;
  background: #fff;
  top: 48px;
  left: -25px;
  padding: 0 10px 30px 10px;
  z-index: 9999;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.05);
}
.dropdown-menu li {
  width: 100%;
  text-align: center;
  padding-top: 18px;
  line-height: 16px;
  font-size: 16px;
}
.dropdown-menu li a {
  color: #101010;
  padding: 0;
}
.dropdown-menu li a:hover {
  text-decoration: none;
  color: #101010;
  line-height: 15px;
}
header dl {
  /* width: 264px; */
  margin-left: 38px;
}
header dl dd,
footer dl dd {
  color: #a6a4a7;
  letter-spacing: 1.4px;
}
header nav ul {
  margin: 8px 15px 0 0;
}
header nav ul li {
  float: left;
  margin: 0 35px;
  text-align: center;
  position: relative;
}
header nav ul li > a {
  color: #1f1f1f;
  font-size: 16px;
}
/* header nav ul li span {
  color: #a6a4a6;
  font-size: 12px;
  display: block;
} */
/*header nav ul li.active > a,header nav ul li.active span{color:#38fffd;}*/
header nav ul a.active,
header nav ul a:hover,
header nav ul a.active span,
header nav ul a:hover span {
  /* color: #38fffd; */
  border-bottom: 1px solid #f95772;
}
header nav ul li ul {
  position: absolute;
  display: none;
  width: 400px;
}
header nav ul li ul li {
  margin: 0 10px 0 0;
  text-align: left;
}
header nav ul li ul li a {
  color: #928893;
  display: inline-block;
}
header nav ul li ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
header .header-tel {
  border-left: 1px solid #000000;
  color: #fff;
  font-size: 18px;
  padding: 0 20px;
  margin-left: 230px;
  margin-top: -9px;
}
header .header-tel a,
header .header-tel em {
  display: inline-block;
  vertical-align: middle;
  color: #1f1f1f;
}
header .header-tel i {
  font-size: 16px;
  margin-right: 30px;
}
.app-header {
  display: none;
}
@media (max-width: 1470px) {
  header nav ul li {
    margin: 0 25px;
  }
  header .header-tel {
    margin-left: 30px;
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  header nav ul li {
    margin: 0 20px;
  }
  header .header-tel {
    margin-left: 0;
  }
}
@media (max-width: 1000px) {
  .index-section4 p {
    padding: 20px 20px 0 20px !important;
  }
  .index-section4 div {
    flex-direction: column !important;
    padding: 0 !important;
  }
  .index-section4 div img {
    padding: 20px 0;
  }
  .index-section6 div {
    padding: 0 !important;
  }
  .index-section6 p {
    padding: 20px 20px 0 20px !important;
  }
  .f-topbar-fixed {
    padding-top: 60px;
  }
  header {
    height: 60px;
    padding-top: 0;
    background: #fff;
    position: fixed !important;
  }
  .header_shot {
    position: fixed !important;
  }
  .list-banner {
    margin-top: 60px !important;
  }
  .banner {
    margin-top: 60px !important;
  }
  .banner img {
    max-width: 100%;
  }
  .list-banner img {
    max-width: 100%;
  }
  .float-right-fixed {
    top: auto !important;
    bottom: 0;
    height: 102px !important;
  }
  .float-right-fixed .qq {
    display: none;
  }
  .float-right-fixed .wechat {
    display: none !important;
  }
  .float-right-fixed .telephone {
    display: none !important;
  }
  .float-right-fixed .tel-Phone {
    display: block !important;
  }
  .video-wrapper ul li:before,
  .index-section3 .video-content li:before {
    content: " ";
    position: absolute;
    width: 35px !important;
    height: 35px !important;
    background: url(/images/play-btn.png);
    background-size: 100%;
    z-index: 2;
    left: 50%;
    top: 40%;
    transform: translateX(-50%);
  }
  .index-section3 .video-content div {
    top: 65% !important;
  }
  .pc-header {
    display: none;
  }
  .app-header {
    display: block;
    padding: 0 0 0 20px;
  }
  .app-header a.fl img {
    padding-top: 12px;
  }
  .show-for-small-menu {
    width: 60px;
    height: 60px;
    padding: 14px 0;
    background: #DE0010;
  }
  .click-dropdown a {
    display: inline-block;
  }
  .click-show {
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
    z-index: 9999;
    padding: 5px 0 15px 5px;
    background: #333;
  }
  .click-show ul {
    width: 100% !important;
  }
  .click-show ul li {
    text-align: left;
    padding: 15px 0 5px 0;
    font-size: 16px;
    line-height: 16px;
  }
  .click-show .wrapper {
    width: 1000px;
    margin: 0 auto;
  }
  .click-show a {
    display: block;
    width: 100px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
  }
  .click-show ul li ul li {
    font-size: 10px;
  }
  .click-show a.active {
    background: #DE0010;
  }
  .footer .pc-wrap {
    display: none !important;
  }
  .footer .m-wrap {
    display: block !important;
  }
  #video-list {
    overflow: hidden;
  }
  #video-list li {
    width: 50% !important;
    float: left;
    padding: 10px;
    box-sizing: border-box;
  }
  #video-list li div {
    top: 60%;
  }
  #video-list li div .title {
    font-size: 18px;
  }
  #video-list li div .title-sub {
    padding-top: 5px;
  }
  #video-list li img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  #video-list li:nth-child(1) {
    width: 100% !important;
  }
  #shot-list {
    overflow: hidden;
  }
  #shot-list li {
    width: 50% !important;
    float: left;
    padding: 10px;
    box-sizing: border-box;
  }
  #shot-list li div {
    top: 60%;
  }
  #shot-list li div .title {
    font-size: 18px;
  }
  #shot-list li div .title-sub {
    padding-top: 5px;
  }
  #shot-list li img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .video-fixed,
  .video-index-left,
  .video-index-right {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
  }
  .video-fixed video,
  .video-index-left video,
  .video-index-right video {
    width: 80% !important;
    height: auto;
    margin: 0 auto;
    display: block;
    transform: translateY(150%) !important;
  }
  #section6-img {
    flex-direction: column;
  }
  #scroll-top,
  #scroll-top1 {
    display: none;
  }
  .section2-bottom {
    flex-wrap: wrap;
    padding: 0 !important;
  }
  .section2-bottom .left {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .section2-bottom .left img {
    width: 100% !important;
  }
  .section2-bottom .right {
    width: 100% !important;
  }
  .section2-bottom .right li {
    width: 49% !important;
  }
  .section2-bottom .right li a img {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .video-content {
    flex-wrap: wrap;
  }
  .video-content .left {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .video-content .left img {
    width: 100% !important;
  }
  .video-content .right {
    width: 100% !important;
  }
  .video-content .right li {
    width: 49% !important;
    margin-top: 10px !important;
  }
  .video-content .right li a img {
    width: 100%;
  }
  .index-section1 .content {
    padding: 30px 0 30px 0 !important;
  }
  .index-section1 .content video {
    width: 80% !important;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  #index-video-right0 img,
  #index-video-right1 img,
  #index-video-right2 img,
  #index-video-right3 img {
    max-width: 100% !important;
  }
  #index-video-right .title {
    font-size: 22px;
  }
  #index-video-right .title-sub {
    padding-top: 5px;
  }
  .index-section2 .title,
  .index-section2 .title,
  .index-section2 .title {
    padding: 30px 0 10px 0 !important;
  }
  .index-section2 {
    padding-bottom: 50px !important;
  }
  .index-section3 {
    padding: 30px 0 50px 0 !important;
  }
  .index-section4 .title {
    padding: 0 !important;
  }
  .index-section5 .title {
    padding: 30px 0 20px 0 !important;
  }
  .index-section6 .title {
    padding: 30px 0 20px 0 !important;
  }
  .index-section5 {
    padding: 0 !important;
  }
  .index-section6 {
    padding: 0 !important;
  }
  /*.click-show a span{ display:block;}*/
}
footer {
  color: #a6a4a7;
  padding: 10px 20px;
  background: #333;
}
footer a {
  color: #a6a4a7;
  display: inline-block;
  margin: 0 20px 0 0;
}
footer p span {
  color: #df0000 !important;
}
@media (max-width: 1230px) {
  footer a {
    color: #a6a4a7;
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 16px;
  }
  footer p {
    padding-bottom: 10px;
    font-size: 16px;
  }
  footer p span {
    color: #df0000 !important;
  }
  footer dl dd {
    margin: 10px 0 0;
    font-size: 16px;
  }
}
.float-window {
  position: fixed;
  bottom: 0px;
  right: 10px;
}
.float-window a {
  display: block;
  background: #f50000;
  text-align: center;
  width: 60px;
  height: 60px;
  padding-top: 16px;
  margin-bottom: 10px;
}
.float-window a:hover {
  background: #7e1414;
}
.headerApp-tel img {
  padding: 10px 20px 0 0;
}
.float-window a.back-to-top {
  display: none;
}
@media (max-width: 1230px) {
  .float-window a {
    display: block;
    background: #f50000;
    text-align: center;
    width: 40px;
    height: 40px;
    padding-top: 6px;
    margin-bottom: 10px;
  }
}
.side_mark {
  display: none;
  z-index: 98;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*opacity:0.5;filter:alpha(opacity=50);background:#fff;*/
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.banner {
  margin-top: 98px;
}
.banner img {
  height: auto;
}
.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  width: 37px;
  height: 16px;
  border-radius: 10px !important;
}
.list-banner {
  margin-top: 0;
}
.list-banner img {
  height: auto;
}
.category-banner {
  margin-top: 98px;
}
.category-banner img {
  max-width: 100%;
  height: auto;
}
.index-section0 {
  background: #f9f9f9;
}
.index-section0 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.index-section1 .content {
  padding: 40px 0 20px 0;
}
.index-section1 .content video {
  width: 60%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.index-section2 {
  background: #f3f3f3;
  padding: 0 0 103px 0;
}
.index-section2 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.index-section2 .title {
  padding: 82px 0 29px 0;
}
.index-section2 .img1 {
  padding-top: 25px;
}
.index-section2 .btn {
  margin: 37px auto 0 auto;
  min-width: 0;
}
.index-section2 .title {
  min-width: 0;
}
.index-section2 .section2-top {
  max-width: 1200px;
  margin: 0 auto;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.index-section2 .section2-bottom {
  padding: 0 25px 25px 25px;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 25px auto 0 auto;
  background: #fff;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.index-section2 .section2-bottom img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-top: 25px;
}
.index-section2 .section2-bottom .left {
  width: 50%;
  box-sizing: border-box;
  margin-right: 20px;
}
.index-section2 .section2-bottom .left img {
  max-width: 558px !important;
}
.index-section2 .section2-bottom .right {
  width: 50%;
}
.index-section2 .section2-bottom .right img {
  max-width: 265px !important;
}
.index-section2 .section2-bottom .right ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-section2 .section2-bottom .right ul li {
  width: 49%;
}
.index-section3 {
  padding: 80px 0 103px 0;
}
.index-section3 img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.index-section3 .video-content {
  padding-top: 20px;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto 0 auto;
  background: #fff;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.index-section3 .video-content div {
  position: absolute;
  top: 74%;
  bottom: 0;
  left: 0;
  right: 0;
}
.index-section3 .video-content div .title {
  font-size: 28px;
  line-height: 28px;
  color: #f9f9f9;
  opacity: .7;
  text-align: center;
}
.index-section3 .video-content div .title-sub {
  font-size: 12px;
  line-height: 12px;
  color: #f9f9f9;
  opacity: .7;
  text-align: center;
  padding-top: 15px;
}
.index-section3 .video-content li {
  overflow: hidden;
  margin-top: 25px;
  position: relative;
}
.index-section3 .video-content li img {
  position: relative;
  transition: All 0.5s ease-in-out;
  -webkit-transition: All 0.5s ease-in-out;
  -moz-transition: All 0.5s ease-in-out;
  -o-transition: All 0.5s ease-in-out;
}
.index-section3 .video-content .left:hover img,
.index-section3 .video-content .right li:hover img {
  transform: scale(1.1);
}
.index-section3 .video-content li:before {
  content: " ";
  position: absolute;
  width: 50px;
  height: 50px;
  background: url('/images/play-btn.png');
  background-size: 100%;
  z-index: 2;
  left: 50%;
  top: 40%;
  transform: translateX(-50%);
}
.index-section3 .video-content .left {
  width: 50%;
  box-sizing: border-box;
  margin-right: 25px;
}
.index-section3 .video-content .left img {
  max-width: 585px !important;
}
.index-section3 .video-content .right {
  width: 50%;
  height: 100%;
  margin-top: 0 !important;
}
.index-section3 .video-content .right img {
  max-width: 280px !important;
}
.index-section3 .video-content .right ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.index-section3 .video-content .right:before {
  content: none;
}
.index-section3 .btn {
  margin: 37px auto 0 auto;
  min-width: 0;
}
.index-section4 {
  background: #f9f9f9;
}
.index-section4 .title {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  padding-top: 100px;
}
.index-section4 p {
  font-size: 16px;
  color: #4f4f4f;
  text-align: left;
  line-height: 30px;
  padding-top: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.index-section4 ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.index-section4 div {
  margin: 0 auto;
  padding: 40px 0 100px;
  max-width: 1200px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.index-section4 div img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.index-section5 {
  background: #fff;
  padding: 100px 0 0 0;
}
.index-section5 img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.index-section5 .title {
  padding: 100px 0 50px 0;
  min-width: 0;
}
.index-section5 .content1 {
  padding-top: 6px;
}
.index-section6 {
  background: #fff;
  padding: 0 0 33px 0;
}
.index-section6 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.index-section6 .title {
  padding: 100px 0 15px 0;
  min-width: 0;
}
.index-section6 p {
  font-size: 14px;
  color: #404040;
  line-height: 20px;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 120px 0 120px;
}
.index-section6 div {
  max-width: 1200px;
  padding: 0 128px 0 118px;
  margin: 0 auto;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.index-section6 div img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.footer {
  background: #212121;
  padding: 40px 0 34px 0;
}
.footer .content {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.footer .content ul li {
  font-size: 15px;
  line-height: 15px;
  padding: 15px 0 0 0;
  text-align: left;
}
.footer .content ul li .title {
  color: #e3e3e3;
}
.footer .content ul li .title1 {
  color: #e3e3e3;
  position: relative;
  padding: 4px 0 8px 0;
}
.footer .content ul li a {
  color: #acacac;
}
.footer .content ul li a:hover {
  text-decoration: underline;
}
.footer .footer-img,
.footer .footer-img1 {
  max-width: 100%;
  height: auto;
  margin: 15px auto 0 auto;
  display: block;
}
.footer .footer-text {
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 30px 0 22px 0;
}
.footer .footer1 {
  margin: 15px auto 10px auto;
  max-width: 100%;
  height: auto;
  display: block;
}
.footer .text1 {
  font-size: 15px;
  color: #fff;
  text-align: center;
  padding: 15px 0 0 0;
  line-height: 15px;
}
.footer .footer2 {
  margin: 40px auto 10px auto;
  max-width: 100%;
  height: auto;
  display: block;
}
.footer .m-wrap {
  display: none;
}
.footer .m-wrap .top {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}
.footer .m-wrap .top li {
  font-size: 16px;
  line-height: 30px;
}
.footer .m-wrap .top li a {
  color: #acacac;
}
.footer .m-wrap .footer-center {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  padding: 0 40px;
}
.footer .m-wrap .footer-center li {
  font-size: 16px;
  line-height: 50px;
  color: #212121;
  padding: 0 20px;
}
.footer .m-wrap .footer-center li a {
  color: #acacac;
}
.footer .m-wrap .footer-bottom .footer1 {
  margin: 30px auto 10px auto;
  max-width: 100%;
  height: auto;
  display: block;
}
.footer .m-wrap .footer-bottom .text1 {
  font-size: 15px;
  color: #fff;
  text-align: center;
  padding: 15px 0 0 0;
  line-height: 15px;
}
.footer .m-wrap .footer-bottom .footer2 {
  margin: 40px auto 10px auto;
  max-width: 100%;
  height: auto;
  display: block;
}
#scroll-top1 {
  height: 48px;
  background: #d8d8d8;
  box-sizing: border-box;
  padding: 9px 0 7px 0;
  position: relative;
  z-index: 999;
}
#scroll-top1 .wrap {
  max-width: 1590px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
#scroll-top1 ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#scroll-top1 ul li a {
  display: block;
  font-size: 16px;
  line-height: 32px;
  padding: 0 30px;
  color: #242424;
  text-align: center;
}
#scroll-top1 ul .active {
  background: #d4261f;
  color: #fff;
}
#scroll-top1 .right-phone {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
#scroll-top1 .right-phone img {
  width: 32px;
  height: 32px;
}
#scroll-top1 .right-phone p {
  font-size: 18px;
  color: #242424;
  line-height: 32px;
  text-align: left;
}
.photo-clothing {
  background: #f3f3f3;
  padding: 29px 0 20px 0;
}
.photo-clothing img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.photo-clothing .title {
  margin: 0 auto 0 0 !important;
  padding-bottom: 30px;
}
.photo-clothing .img0 {
  padding: 0 0 29px 0;
}
.photo-clothing .btn {
  margin: 33px auto 0 auto;
  display: block;
}
.photo-industrial {
  max-width: 100%;
  height: auto;
  padding: 95px 0 0 0;
}
.photo-bulid {
  max-width: 100%;
  height: auto;
  padding: 50px 0 47px 0;
}
.img-wrapper {
  margin: 0 auto;
  display: block;
  text-align: center;
  max-width: 1590px;
}
.video-wrapper {
  max-width: 1870px;
  margin: 0 auto;
}
.video-wrapper ul li:hover img {
  transform: scale(1.1);
}
.video-wrapper ul li {
  width: 20%;
  float: left;
  padding: 5px;
  box-sizing: border-box;
  position: relative;
}
.video-wrapper ul li .wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-wrapper ul li .wrap img {
  transition: All 0.5s ease-in-out;
  -webkit-transition: All 0.5s ease-in-out;
  -moz-transition: All 0.5s ease-in-out;
  -o-transition: All 0.5s ease-in-out;
}
.video-wrapper ul li .video-text {
  position: absolute;
  top: 74%;
  bottom: 0;
  left: 0;
  right: 0;
}
.video-wrapper ul li .video-text .title {
  font-size: 28px;
  line-height: 28px;
  color: #f9f9f9;
  opacity: .7;
  text-align: center;
}
.video-wrapper ul li .video-text .title-sub {
  font-size: 12px;
  line-height: 12px;
  color: #f9f9f9;
  opacity: .7;
  text-align: center;
  padding-top: 15px;
}
.video-wrapper ul li img {
  max-width: 100%;
  height: auto;
  display: block;
}
.video-wrapper ul li:nth-child(1) {
  width: 40%;
}
.video-wrapper ul li:nth-child(1) .title {
  font-size: 48px;
  line-height: 48px;
}
.video-wrapper ul li:nth-child(1) .title-sub {
  font-size: 24px;
  line-height: 24px;
}
.video-wrapper ul li:before {
  content: " ";
  position: absolute;
  width: 50px;
  height: 50px;
  background: url('/images/play-btn.png');
  background-size: 100%;
  z-index: 2;
  left: 50%;
  top: 40%;
  transform: translateX(-50%);
}
.video-fixed {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.video-fixed video {
  width: 1280px;
  height: auto;
  margin: 0 auto;
  display: block;
  transform: translateY(10%);
}
.video-index-left {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.video-index-left video {
  width: 800px;
  height: auto;
  margin: 0 auto;
  display: block;
  transform: translateY(45%);
}
.video-index-right {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.video-index-right video {
  width: 800px;
  height: auto;
  margin: 0 auto;
  display: block;
  transform: translateY(45%);
}
.handleClickClose {
  position: absolute;
  top: 60px;
  right: 20px;
  width: 30px;
  height: 30px;
}
.container {
  width: 100%;
  max-width: 1570px;
  margin: 0 auto;
}
.container .pbl-wrapper {
  padding: 20px 10px 40px 10px;
}
.container .card {
  background: #fff;
  border-radius: 6px;
  transition: box-shadow 0.2s ease-in-out;
}
.container .card__picture {
  max-width: 100%;
  height: auto;
}
.float-right-fixed {
  position: fixed;
  top: 98px;
  right: 0;
  height: 175px;
  width: 36px;
  z-index: 9999;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.float-right-fixed img {
  cursor: pointer;
  max-width: 100%;
  height: auto;
  display: block;
}
.float-right-fixed .telephone {
  position: relative;
}
.float-right-fixed .telephone div {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  background: #333;
  overflow: hidden;
}
.float-right-fixed .telephone div img {
  float: left;
}
.float-right-fixed .telephone div p {
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  padding: 0 5px;
  color: #fff;
  float: left;
}
.float-right-fixed .tel-Phone {
  display: none;
}
.float-right-fixed .telephone:hover div {
  display: block;
}
.float-right-fixed .qq {
  position: relative;
}
.float-right-fixed .qq div {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  background: #333;
  overflow: hidden;
}
.float-right-fixed .qq div img {
  float: left;
}
.float-right-fixed .qq div p {
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  padding: 0 5px;
  color: #fff;
  float: left;
}
.float-right-fixed .qq:hover div {
  display: block;
}
.float-right-fixed .wechat {
  position: relative;
}
.float-right-fixed .wechat .weCode {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 120px;
  width: 120px !important;
  height: 120px !important;
}
.float-right-fixed .wechat:hover .weCode {
  display: block;
}
.video-wrapper .title {
  padding: 30px 0 0 0;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.shot-wrapper {
  max-width: 1870px;
  margin: 0 auto;
}
.shot-wrapper ul li {
  width: 33%;
  float: left;
  padding: 6px;
  box-sizing: border-box;
  position: relative;
}
.shot-wrapper ul li .wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.shot-wrapper ul li .video-text {
  position: absolute;
  top: 74%;
  bottom: 0;
  left: 0;
  right: 0;
}
.shot-wrapper ul li .video-text .title {
  font-size: 28px;
  line-height: 28px;
  color: #f9f9f9;
  opacity: .7;
  text-align: center;
}
.shot-wrapper ul li .video-text .title-sub {
  font-size: 12px;
  line-height: 12px;
  color: #f9f9f9;
  opacity: .7;
  text-align: center;
  padding-top: 15px;
}
.shot-wrapper ul li img {
  max-width: 100%;
  height: auto;
  display: block;
}
.shot-wrapper ul li:hover img {
  transform: scale(1.1);
}
.shot-wrapper ul li:hover img {
  transform: scale(1.1);
}
.shot-wrapper ul li .wrap img {
  transition: All 0.5s ease-in-out;
  -webkit-transition: All 0.5s ease-in-out;
  -moz-transition: All 0.5s ease-in-out;
  -o-transition: All 0.5s ease-in-out;
}
.index-section2 .section2-top li img {
  position: relative;
  transition: All 0.5s ease-in-out;
  -webkit-transition: All 0.5s ease-in-out;
  -moz-transition: All 0.5s ease-in-out;
  -o-transition: All 0.5s ease-in-out;
}
.index-section2 .section2-top .left:hover img,
.index-section2 .section2-top .right:hover img  {
  transform: scale(1.1);
}
  .index-section2 .section2-bottom li img {
  position: relative;
  transition: All 0.5s ease-in-out;
  -webkit-transition: All 0.5s ease-in-out;
  -moz-transition: All 0.5s ease-in-out;
  -o-transition: All 0.5s ease-in-out;
}
.index-section2 .section2-bottom .left:hover img,
.index-section2 .section2-bottom .right li:hover img {
  transform: scale(1.1);
}