@charset "utf-8";
body {
  font-family: "Gotham Medium", Tahoma, Geneva, sans-serif;
  margin: 0 auto;
  font-size: 14px;
  color: #000;
}
html,
body {
  height: 100%;
  width: 100%;
}
.clear {
  clear: both;
  zoom: 1;
}
.page_wrap {
  overflow-x: hidden;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.swiper-pagination-bullet-active {
  background: #ff5700 !important;
}
.center {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.center-text {
text-align: center;
}
.m_search_ico {
  display: none;
}
.search_wrapper {
  position: relative;
  background: #fff;
  padding: 50px 0;
  border-top: 1px solid #e8e8e8;
  display: none;
}
.search_wrapper .search {
  position: relative;
  width: 50%;
  display: block;
  margin: 0 auto;
}
.search_wrapper .search_ico {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 14px;
}

.responsive-img {
    max-width: 100%; /* 最大宽度为父元素的 100% */
    height: auto;    /* 高度自动，保持宽高比 */
}

.search_wrapper input {
  padding-left: 32px;
  border-radius: 20px;
}
.mr0 {
  margin-right: 0px !important;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 152px;
  z-index: 9999;
  background: #fff;
}
.header_wrap {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header_wrap .header {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_wrap .header .quick_link {
  display: flex;
  align-items: center;
}
.header_wrap .header .quick_link a {
  margin-right: 8px;
  display: block;
  width: 30px;
  height: 30px;
}
.header_wrap .header .quick_link a img {
  width: 100%;
  height: 100%;
  display: block;
}
.header_wrap .header .quick_link .a6,
.header_wrap .header .quick_link .a7 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: normal;
}
.header_wrap .header .quick_link .a6 .glyphicon,
.header_wrap .header .quick_link .a7 .glyphicon {
  font-weight: normal;
}
.header_wrap .header .quick_link .a6 img {
  width: 18px;
  height: 17px;
}
.header_wrap .header .quick_link .a7 img {
  width: 22px;
  height: 21px;
}
.navbar {
  height: 88px;
  line-height: 88px;
  position: relative;
  margin-bottom: 0;
}
.navbar .navbar-brand {
  height: 100%;
  margin-top:15px;
}
.navbar .navbar-brand img {
  width: 200px;
}
.navbar .navbar-nav {
  float: right;
}
.navbar-default {
  background: none;
  border: none;
}
.navbar-default .navbar-nav > li {
  height: 88px;
  line-height: 88px;
  display: flex;
  align-items: center;
  margin: 0 10px;
}
.navbar-default .navbar-nav > li a {
  font-size: 16px;
  font-family: "Gotham Medium";
  font-weight: bold;
  color: #414141;
  background: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background: none;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  background: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li:hover,
.navbar-default .navbar-nav > li:focus {
  color: #ff5700 !important;
}
.dropdown-menu {
  top: 82%;
}
.dropdown-menu li {
  margin: 5px 0;
}
.dropdown-menu li a {
  font-size: 14px !important;
  font-weight: normal !important;
}
.dropdown-menu li a:hover {
  color: #ff5700;
}
.page_index {
  background: #eeefef;
  height: 65px;
  line-height: 65px;
}
.services_page {
  background: #f7f7f7;
}
.services_page .faq_box h1 {
  text-align: center;
  color: #000;
  font-weight: bold;
  padding: 0 0 50px;
  font-size: 34px;
}
.services_page .faq_box .p3 {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.services_page .faq_box ul li {
  margin-bottom: 20px;
}
.services_page .faq_box ul li .p1 {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.services_page .faq_box ul li .p2 {
  padding-left: 14px;
  margin-bottom: 20px;
  color: rgba(26, 26, 26, 0.5);
  font-size: 15px;
}
.services_page .ba {
  width: 100%;
  overflow: hidden;
}
.services_page .ba img {
  width: 100%;
}
.services_page .ba img:hover {
  transition: all 1s;
  transform: scale(1.05);
}
.services_page .simple_intro {
  padding: 50px 0 50px;
  text-align: center;
  background: #fff;
}
.services_page .simple_intro h2 {
  text-align: center;
  font-size: 35px;
  color: #1a1a1a;
  margin-bottom: 30px;
  font-weight: bold;
}
.services_page .simple_intro .intro_box {
  display: flex;
}
.services_page .simple_intro .intro_box .intro {
  border: 2px solid #f7f7f7;
  background: #f7f7f7;
  flex: 1;
  padding: 40px 10px;
  border: 1px solid rgba(225, 225, 225, 0.7);
  margin: 0 20px;
}
.services_page .simple_intro .intro_box .intro:hover {
  border: 2px solid #ff5700;
}
.services_page .simple_intro .intro_box .intro:last-child {
  margin-right: 0;
}
.services_page .simple_intro img {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}
.services_page .simple_intro .p1 {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.services_page .simple_intro .p2 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 24px;
}
.services_page .process_infto h3 {
  color: #000000;
  font-size: 16px;
  margin-bottom: 40px;
}
.services_page .process_infto h4 {
  color: #000;
  font-weight: bold;
  font-size: 34px;
  margin-bottom: 40px;
}
.services_page .process_infto .p1 {
  color: rgba(75, 75, 75, 0.8);
}
.services_page .process_infto .p2 {
  line-height: 28px;
}
.services_page .help_box {
  padding-top: 80px;
}
.services_page .help_box .row {
  margin-bottom: 30px;
}
.services_page .help_box h2 {
  margin-bottom: 36px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: bold;
}
.services_page .help_box .p1 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.6);
}
.services_page .help_box .list {
  margin-top: 20px;
}
.services_page .help_box .list li {
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.services_page .help_box .list li img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.services_page .help_box .list li p {
  color: rgba(77, 77, 77, 0.8);
  font-size: 16px;
}
.services_page .about_box {
  position: relative;
  z-index: 100;
  padding-bottom: 50px;
}
.services_page .about_box .banner {
  background: url(../images/service_bg1.jpg) no-repeat center top;
  width: 100%;
  height: 600px;
  color: #ffffff;
  display: flex;
  margin-top:150px;
  flex-direction: column;
}
.services_page .about_box .banner h2 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 30px;
}
.services_page .about_box .banner .p1 {
  padding-top: 100px;
  padding-bottom: 20px;
  color: rgba(225, 225, 225, 0.9);
  font-size: 14px;
}
.services_page .about_box .banner .p2 {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 24px;
  font-size: 14px;
  width: 560px;
}

.about_page .about_intro ul li {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}
.about_page .about_intro ul li span {
  color: #4d4d4d;
}
.about_page .about_intro ul li img {
  width: 20px;
  height: 20px;
  margin-top: 3px;
}
.about_page .about_intro h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}
.about_page .about_intro .p1 {
  font-weight: bold;
  color: #5c5858;
  font-size: 18px;
  margin-bottom: 20px;
}
.about_page .about_intro .p2 {
  margin-bottom: 20px;
  color: rgba(77, 77, 77, 0.6);
  line-height: 24px;
  font-size: 16px;
}
.about_page .about_intro .p3 {
  color: #4d4d4d;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}
.about_page .about_box {
  position: relative;
  z-index: 100;
  padding-bottom: 50px;
  margin-top:150px;
}
.about_page .about_box .banner {
  background: url(../images/about_1.jpg) no-repeat center top;
  width: 100%;
  height: 600px;
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about_page .about_box .banner h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}
.about_page .about_box .banner p {
  font-size: 14px;
}
.about_page .explore_box {
  width: 100%;
  position: relative;
  height: 980px;
  background: url(../images/about_6.jpg) no-repeat center top;
}
.about_page .explore_box .label {
  top: 20%;
  transform: translateX(-50%);
  white-space: normal;
}
.about_page .explore_box .label .p2 {
  font-size: 40px;
  width: 96%;
  margin: 0 auto 30px;
}
.about_page .explore_box .magic_box {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 50%;
  background: #1e1e1e url(../images/about_11.png) no-repeat center top;
}
.about_page .explore_box .magic_box h4 {
  font-weight: bold;
  padding: 80px 0 50px;
  font-size: 40px;
  text-align: center;
  color: #fff;
}
.about_page .explore_box .magic_box .row {
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.about_page .explore_box .magic_box .row img {
  margin: 20px 0;
  width: 40px;
  height: 40px;
}
.about_page .explore_box .magic_box .row .p5 {
  font-size: 20px;
}
.about_page .explore_box .magic_box .row .p6 {
  font-size: 16px;
  width: 80%;
  line-height: 24px;
  margin: 30px auto;
  text-align: center;
  color: rgba(225, 225, 225, 0.7);
}
.about_page .help_box .row {
  margin-bottom: 30px;
}
.about_page .help_box h2 {
  margin-bottom: 40px;
  font-size: 38px;
  font-weight: bold;
}
.about_page .help_box .p1 {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: rgba(77, 77, 77, 0.8);
}
.about_page .help_box .p2 {
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.about_page .help_box .p3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.about_page .help_box .list {
  display: flex;
  flex-flow: row wrap;
}
.about_page .help_box .list li {
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.about_page .help_box .list li img {
  width: 41px;
  height: 41px;
  margin-right: 10px;
}
.about_page .help_box .list li img:hover {
  transition: all 0.8s;
  transform: scale(1.2);
}
.about_page .help_box .list li .info .p4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.about_page .help_box .list li .info .p5 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.about_page .section13 .item {
  width: 360px;
  height: 496px;
  overflow: hidden;
  position: relative;
}
.contact_page .contact_box {
  position: relative;
  z-index: 100;
  padding-bottom: 200px;
  margin-top:150px;
}
.contact_page .contact_box .banner {
  background: url(../images/contact_1.jpg) no-repeat center top;
  width: 100%;
  height: 600px;
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact_page .contact_box .banner h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}
.contact_page .contact_box .banner p {
  font-size: 16px;
}
.contact_page .help_box h2 {
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: bold;
}
.contact_page .help_box .p2 {
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contact_page .help_box .p3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.contact_page .help_box .list {
  display: flex;
  flex-flow: row wrap;
}
.contact_page .help_box .list li {
  display: flex;
  align-items: center;
  width: 50%;
  margin-bottom: 50px;
}
.contact_page .help_box .list li img {
  width: 41px;
  height: 41px;
  margin-right: 10px;
}
.contact_page .help_box .list li .info .p4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact_page .help_box .list li .info .p5 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.contact_page .section17 {
  margin-bottom: 50px;
}
.mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99998;
}
.alert_close {
  position: absolute;
  top: -8px;
  right: 0;
  cursor: pointer;
  font-size: 40px;
  line-height: 1;
  color: #FFFF;
  transition: 0.3s;
  z-index: 9999;
}
.alert_box {
  position: fixed;
  width: 680px;
  height: 330px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}
.products_page {
  position: relative;
  z-index: 100;
}
.products_page .section06 .p1 {
  color: #fff;
}
.products_page .section06 .p2 {
  color: rgba(225, 225, 225, 0.7);
}
.products_page .glass_option {
  background: #1a1a1a;
  color: #fff;
  padding: 100px 0;
}
.products_page .glass_option .gl {
  text-indent: 50px;
}
.products_page .glass_option .gl h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
.products_page .glass_option .gl ul li {
  color: rgba(225, 225, 225, 0.9);
  line-height: 26px;
  font-size: 16px;
}
.products_page .glass_option .gr {
  width: 50%;
  margin: 0 auto;
  padding-top: 50px;
}
.products_page .glass_option .gr .swiper-pagination {
  bottom: -20px;
}
.products_page .glass_option .gr .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.8;
}
.products_page .wants_box {
  padding: 100px 0;
  text-align: center;
  color: #fff;
  background: #1a1a1a;
}
.products_page .wants_box h2 {
  font-weight: bold;
  font-size: 40px;
}
.products_page .wants_box .p4 {
  padding-top: 40px;
}
.products_page .wants_box .p4 a {
  font-weight: normal;
  padding: 12px 24px;
  font-size: 14px;
  color: #ffffff;
  background: #ff5700;
}
.products_page .doors_box {
  padding-top: 50px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
}
.products_page .doors_box .lb {
  width: 60%;
}
.products_page .doors_box h2 {
  font-size: 40px;
  margin-bottom: 30px;
}
.products_page .doors_box h3 {
  font-size: 16px;
  width: 80%;
  line-height: 24px;
  color: rgba(225, 225, 225, 0.7);
}
.products_page .doors_box .p4 {
  padding-top: 20px;
}
.products_page .doors_box .p4 a {
  font-weight: normal;
  padding: 12px 24px;
  font-size: 14px;
  color: #ffffff;
  background: #ff5700;
}
.products_page .simple_intro {
  padding: 88px 0;
  text-align: center;
}
.products_page .simple_intro .intro_box {
  display: flex;
}
.products_page .simple_intro .intro_box .intro {
  flex: 1;
  height: 200px;
  padding-top: 40px;
  border: 1px solid rgba(225, 225, 225, 0.7);
  margin: 0 20px;
}
.products_page .simple_intro .intro_box .intro:last-child {
  margin-right: 0;
}
.products_page .simple_intro img {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}
.products_page .simple_intro p {
  font-size: 20px;
}
.products_page .play_btn1 {
  position: relative;
  width: 173px;
  margin: 0 auto 50px;
  display:none;
}
.products_page .play_btn1 a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  z-index: 99;
}
.products_page .play_btn1 a:hover {
  transition: all 0.5s;
  transform: scale(1.2);
}
.products_page .play_btn1 a i {
  font-size: 30px;
  color: #fff;
}
.products_page .section06 {
  background: url(../images/product_11.jpg) no-repeat center top;
  width: 100%;
  height: 900px;
  color: #fff;
  margin-bottom: 0;
}
.products_page .banner {
  background: url(../images/product_1.jpg) no-repeat center top;
  width: 100%;
  height: 600px;
  margin-top:150px;
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@keyframes animate-rorate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.products_page .banner .play_btn {
  position: relative;
  width: 173px;
  height: 173px;
  margin: 0 auto;
}
.products_page .banner .play_btn img {
  margin-top: 30px;
  animation-name: animate-rorate;
  animation-timing-function: linear;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-fill-mode: backwards;
}
.products_page .banner .play_btn a {
  position: absolute;
  left: 58px;
  top: 90px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  z-index: 99;
}
.products_page .banner .play_btn a:hover {
  transition: all 0.5s;
  transform: scale(1.2);
}
.products_page .banner .play_btn a i {
  font-size: 30px;
  color: #fff;
}
.products_page .banner h2 {
  padding-top: 10%;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
.products_page .banner p {
  color: rgba(225, 225, 225, 0.9);
  width: 55%;
  margin: 0 auto;
  font-size: 14px;
}
.details_wrap {
  background: #f7f7f7;
}
.details_wrap .nav_cen_box {
  background: #ffffff;
}
.details_wrap .system_box {
  padding: 50px 0;
  text-align: center;
}
.details_wrap .system_box h2 {
  font-weight: bold;
  color: #1a1a1a;
  font-size: 40px;
  margin-bottom: 20px;
}
.details_wrap .system_box .p1 {
  margin-bottom: 20px;
  width: 70%;
  font-size: 14px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.5);
  margin: 0 auto;
}
.details_wrap .system_box .item_box {
  margin: 30px 0;
  width: 100%;
  display: flex;
}
.details_wrap .system_box .item_box .item {
  padding: 20px 0;
  background: #fff;
  flex: 1;
}
.details_wrap .system_box .item_box .item img {
  width: 100%;
}
.details_wrap .system_box .item_box .item img:hover {
  transition: all 1s;
  transform: scale(1.1);
}
.details_wrap .system_box .item_box .item p {
  font-size: 18px;
  font-weight: bold;
}
.details_wrap .system_box .item_box .item:nth-of-type(2) {
  margin: 0 20px;
}
.details_wrap .details_box {
  position: relative;
  z-index: 100;
  margin-top:150px;
}
.mlist .row{display:flex; align-items: stretch; flex-wrap: wrap;}
.mlist .gl{  padding:15px; flex: 1 1 33.333%;}
.mlist .gl .gl_value{ width:100%!important; background:rgb(247 247 247); padding: 2vw 1vw 1vw 1vw; height:100%;}
.mlist .gl .gl_value img{ width:46px;}

.details_wrap .flist{background:#262626!important;}
.flist .gl .gl_value{ background:none;}
.details_wrap .flist  .gl h2{ color:#fff!important;}
.details_wrap .flist .gl .p1{color:#fff!important;}
.flistt{ background:#f7f7f7!important;}
.flistt .gl_value{ width:100%!important; background:#fff;}
.flistt .gl_value img{ width:100%;}
.details_wrap .flistt .gl{ margin-bottom:30px;}
.details_wrap .flistt .gl h2{ padding:10px 30px; font-size:18px!important; text-align:center; }
.details_wrap .flistt .gl .p1{padding:10px 30px;}

.details_wrap .mlist .gl h2{ font-size:18px!important; margin-top:15px;}
.top_info{ text-align:center;}
.top_info h2{ color: #1a1a1a;
    font-size: 48px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;}
.details_wrap .details_box .top_info {
  padding-top: 50px;
  padding-bottom: 100px;
  text-align: center;
  background: #f7f7f7;
}
.details_wrap .details_box .top_info .p1 {
  font-size: 16px;
  color: #1a1a1a;
  margin-bottom: 20px;
}
.details_wrap .details_box .top_info h1 {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 32px;
}
.details_wrap .details_box .top_info .p2 {
  color: rgba(77, 77, 77, 0.8);
  width: 80%;
  line-height: 30px;
  font-size: 16px;
  margin: 0 auto;
}
.details_wrap .glass_option {
  background: #fff;
  color: #fff;
  padding: 100px 0;
}
.details_wrap .glass_option .gl .gl_value {
  width: 80%;
}
.details_wrap .glass_option .gl h2 {
  color: #1a1a1a;
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 20px;
}
.details_wrap .glass_option .gl .p1 {
  line-height: 30px;
  font-size: 14px;
  color: rgba(77, 77, 77, 0.8);
}
.details_wrap .glass_option .gr {
  width: 50%;
  margin: 0 auto;
}
.details_wrap .glass_option .gr .swiper-container3 img:hover {
  transition: all 1s;
  transform: scale(1.1);
}
.details_wrap .glass_option .gr .swiper-pagination {
  bottom: -20px;
}
.details_wrap .glass_option .gr .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.6);
}
.video_box {
  position: relative;
  z-index: 100;
  padding-bottom: 0px;
  margin-top:150px;
}
.video_box .center {
  font-size: 16px;
}
.video_box .center .row {
  margin-bottom: 30px;
}
.video_box .center h1 {
  text-align: left;
  padding: 50px 0;
  font-size: 40px;
  font-weight: bold;
}
.video_box .center .p1 {
  font-weight: bold;
  margin: 10px 0;
  font-size: 16px;
}
.video_box .center .p2 {
  line-height: 24px;
  width: 90%;
}
.video_box .center .item {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.video_box .center .item a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-55%, -50%);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  z-index: 99;
}
.video_box .center .item a i {
  font-size: 30px;
  color: #fff;
}
.video_box .center .item a:hover {
  background: #000000;
}
.video_box .center .item .bg1 {
  width: 100%;
  height: 260px;
  display: block;
}
.video_box .center .item:hover .bg1 {
  transition: all 0.8s;
  transform: scale(1.1);
}
.banner_wrap {
  height: 837px;
  width: 100%;
  overflow: hidden;
  margin-top:150px;
}
.banner_wrap .swiper-pagination {
  bottom: 180px !important;
}
.banner_wrap .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff5700;
}
.banner_wrap .swiper-container {
  height: 100%;
}
.banner_wrap .swiper-container .item {
  height:837px;
  overflow: hidden;
}
.banner_wrap .swiper-container .item img,
.banner_wrap .swiper-container .item video {
  width: 100%;
  height: 100%;
}
.banner_wrap .swiper-container .item video {
  position: relative;
  top: -200px;
}
.section01 {
  text-align: center;
  color: #3d3d3d;
  padding: 80px 0;
}
.section01 h2 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
.section01 h4 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.section01 p {
  font-size: 14px;
  text-align: left;
  width: 90%;
  line-height: 30px;
  margin: 0 auto;
}
.section02 {
  text-align: center;
  color: #fff;
  background-image: url('/template/default/images/hobg.jpg');
  padding: 40px 0;
  margin-bottom: 80px;
}
.section02 h2 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
.section02 h4 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  width: 90%;
  line-height: 30px;
  margin: 0 auto;
}
.section03 .row {
  margin-bottom: 50px;
}
.section03 .p1 {
  color: #ff5700;
  font-size: 18px;
  margin-bottom: 20px;
}
.section03 .p2 {
  line-height: 26px;
  margin-bottom: 20px;
  font-size:14px;
  color:rgb(77 77 77);
}
.line1 {
  height: 1px;
  background: rgba(77, 77, 77, 0.1);
  margin-bottom: 20px;
}
.footer_wrap {
  background: #1a1a1a;
  padding: 40px 0;
  text-align: center;
}
.footer_wrap .copy_right {
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.footer_wrap .copy_right a {
  color: rgba(255, 87, 0, 0.5);
}
.footer_wrap .footer {
  display: block;
}
.footer_wrap .footer .logo_footer {
  margin-bottom: 30px;
  width: 220px;
}
.footer_wrap .footer .quality img {
  margin: 0 10px;
  padding: 8px 16px;
  background: #242424;
}
.footer_wrap .footer .quality img:hover {
  transition: all 1s;
  transform: scale(1.1);
}
.footer_wrap .footer .line {
  margin: 40px 0;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
}
.footer_wrap .footer .col_box {
  text-align: left;
  color: #ffffff;
  display: flex;
}
.footer_wrap .footer .col_box .title {
  font-size: 18px;
  margin-bottom: 20px;
}
.footer_wrap .footer .col_box .left_col {
  flex: 1;
}
.footer_wrap .footer .col_box .left_col .col_item {
  margin-bottom: 20px;
}
.footer_wrap .footer .col_box .left_col .text {
  width: 90%;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}
.footer_wrap .footer .col_box .left_col .links img {
  width: 30px;
  margin-right: 6px;
}
.footer_wrap .footer .col_box .right_col {
  display: flex;
  flex: 2;
  flex-flow: row wrap;
}
.footer_wrap .footer .col_box .right_col .col_item {
  width: 33.3%;
  margin-bottom: 40px;
}
.footer_wrap .footer .col_box .right_col .col_item .col_link {
  display: flex;
  flex-direction: column;
}
.footer_wrap .footer .col_box .right_col .col_item .col_link a,
.footer_wrap .footer .col_box .right_col .col_item .col_link span {
  color: rgba(255, 255, 255, 0.7);
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.footer_wrap .footer .col_box .right_col .col_item .col_link a:hover {
  color: #ff5700;
}
.section04 {
  position: relative;
}
.section04 .label {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.section04 .label .p1 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #ff5700;
}
.section04 .label .p2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.section04 .label .p3 {
  font-size: 14px;
  max-width: 68%;
  color: rgba(225, 225, 225, 0.9);
  margin: 0 auto 20px;
  line-height: 24px;
  font-weight: normal;
  white-space: normal;
  margin-bottom: 20px;
}
.section04 .label .p4 {
  padding-top: 20px;
}
.section04 .label .p4 a {
  font-weight: normal;
  padding: 12px 24px;
  font-size: 14px;
  color: #ffffff;
  background: #ff5700;
}
.section05 {
  padding: 80px 0 50px;
}
.section05 .col-md-7 {
  position: relative;
}
.section05 .col-md-7 .sec5_7 {
  position: absolute;
  right: 0;
  top: 0;
}
.section05 .p1 {
  font-size: 30px;
  width: 70%;
  line-height: 34px;
  margin-bottom: 20px;
}
.section05 .p2,
.section05 .p4 {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
.section05 .p3 {
  width: 80%;
  margin-bottom: 20px;
  font-size: 18px;
}
.section05 .p4 {
  width: 75%;
}
.section05 ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.section05 ul li {
  margin-bottom: 20px;
  padding: 12px 20px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  width: 30%;
  font-size: 14px;
  cursor: default;
}
.section05 ul li:hover img {
  transform: scale(1.15);
  transition: all 0.5s;
}
.section05 ul li img {
  width: 26px;
  height: 26px;
  margin-right: 5px;
}
.section06 {
  margin-bottom: 80px;
}
.section06 .p1 {
  text-align: center;
  margin: 20px 0 10px;
  color: #1a1a1a;
  font-size: 18px;
}
.section06 .p2 {
  text-align: center;
  line-height: 24px;
  width: 90%;
  font-size: 16px;
  color: rgba(77, 77, 77, 0.6);
}
.section06 .item {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.section06 .item a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-55%, -50%);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  z-index: 99;
}
.section06 .item a i {
  font-size: 30px;
  color: #fff;
}
.section06 .item a:hover {
  background: #000000;
}
.section06 .item .bg1 {
  width: 100%;
  height: 100%;
  display: block;
}
.section06 .item:hover .bg1 {
  transition: all 0.8s;
  transform: scale(1.1);
}
.section06 .swiper-pagination1 {
  bottom: -30px !important;
}
.section06 .swiper-pagination1 .swiper-pagination-bullet-active {
  background: #ff5700;
}
.section07 {
  margin-bottom: 50px;
  position: relative;
}
.section07 .swiper-pagination2 .swiper-pagination-bullet-active {
  background: #ff5700;
}
.section07 .item {
  width: 100%;
  height: 648px;
  padding: 50px 0;
  position: relative;
}
.section07 .item1 {
  background: url(../images/sec7_1.png) no-repeat center top;
  background-size: 100% 100%;
}
.section07 .item2 {
  background: url(../images/sec7_2.png) no-repeat center top;
  background-size: 100% 100%;
}
.section07 .label {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.section07 .label .p1 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #ff5700;
}
.section07 .label .p2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.section07 .label .p3 {
  font-size: 14px;
  max-width: 68%;
  color: rgba(225, 225, 225, 0.9);
  margin: 0 auto 20px;
  line-height: 24px;
  font-weight: normal;
  white-space: normal;
  margin-bottom: 20px;
}
.section07 .label .p4 {
  padding-top: 20px;
}
.section07 .label .p4 a {
  font-weight: normal;
  padding: 12px 24px;
  font-size: 14px;
  color: #ffffff;
  background: #ff5700;
}
.section08 {
  position: relative;
}
.section08 .p1 {
  font-size: 30px;
  color: #000;
}
.section08 .p2 {
  font-size: 18px;
}
.section08 .p3 {
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
.section08 .p4 {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  width: 110px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  cursor: pointer;
}
.section08 .p4:hover {
  border-bottom: 2px solid #ff5700;
}
.section08 .p4:hover a {
  color: #ff5700;
}
.section13 {
  background: #f7f7f7;
  padding: 80px 0;
  margin-bottom: 50px;
  text-align: center;
}
.section13 h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
.section13 h3 {
  width: 90%;
  margin: 0 auto 0;
  text-align: left;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
.section13 .item {
  width: 180px;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.section13 .swiper-pagination5 {
  bottom: -25px !important;
}
.section13 .swiper-pagination5 .swiper-pagination-bullet-active {
  background: #ff5700;
}
.section12 .swiper-pagination7 {
  bottom: -20px !important;
}
.section14 {
  margin-bottom: 50px;
  padding: 80px 0;
  background: #1a1a1a;
  color: #fff;
}
.section14 .row {
  margin-bottom: 80px;
}
.section14 .item {
  width: 420px;
  height: 240px;
  overflow: hidden;
  position: relative;
}
.section14 .br1 {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.section14 h4 {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 20px;
}
.section14 h5 {
  font-size: 18px;
  margin-bottom: 20px;
}
.section14 .p3 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 30px;
}
.section14 .p1 {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.section14 .p2 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 24px;
}
.section14 .swiper-pagination6 {
  bottom: -35px !important;
}
.section14 .swiper-pagination6 .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.section14 .swiper-pagination6 .swiper-pagination-bullet-active {
  background: #ff5700;
}
.section08 .p4 {
  display: none;
}
.section09 .swiper-pagination3 {
  bottom: -25px !important;
}
.section10 .label .p2 {
  font-size: 60px;
}
.section10 .label .p3 {
  font-size: 18px;
  color: #fff;
}
.section10 .swiper-pagination4 .swiper-pagination-bullet-active {
  background: #ff5700;
}
.section11 ul li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}
.section11 ul li img {
  margin-right: 20px;
  width: 30px;
  height: 30px;
}
.section11 ul li .p1 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}
.section11 ul li .p2 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.section17 {
  padding: 50px 0;
  background: url(../images/contact_bg.png) no-repeat center top;
}
.section17 h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
.section17 .p1 {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
.section17 .p4 {
  padding-top: 20px;
  text-align: center;
}
.section17 .p4 button {
  font-weight: normal;
  padding: 12px 24px;
  font-size: 14px;
  color: #ffffff;
  background: #ff5700;
  border:none;
}
.section16 {
  width: 100%;
  padding: 80px 0;
  background: #000;
  color: #fff;
}
.section16 h2 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}
.section16 .p1 {
  margin-bottom: 20px;
  width: 58%;
  font-size: 14px;
  color: rgba(225, 225, 225, 0.9);
}
.section16 .rejoin {
  display: flex;
}
.section16 .rejoin .item_box {
  background: #2a2a2a;
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 80px;
  height: 320px;
  background: url(../images/sec16_1.png) no-repeat center top;
}
.section16 .rejoin .item_box h5 {
  font-size: 16px;
  margin-bottom: 10px;
}
.section16 .rejoin .item_box .p2 {
  font-size: 14px;
  width: 50%;
  color: rgba(225, 225, 225, 0.9);
  line-height: 24px;
  margin-bottom: 20px;
}
.section16 .rejoin .item_box .p4 {
  padding-top: 20px;
}
.section16 .rejoin .item_box .p4 a {
  font-weight: normal;
  padding: 12px 24px;
  font-size: 14px;
  color: #ffffff;
  background: #ff5700;
}
.section16 .rejoin .item_box:nth-of-type(2) {
  background: url(../images/sec16_2.png) no-repeat center top;
  margin-left: 30px;
}
.section15 {
  width: 100%;
  height: 870px;
  background: url(../images/sec15_1.jpg) no-repeat center top;
  background-size: 100% 100%;
  position: relative;
}
.section15 .boxer {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
.section15 .boxer h2 {
  font-size: 36px;
  padding-top: 140px;
  margin-bottom: 40px;
}
.section15 .boxer .p1 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 40px;
}
.section15 .boxer ul {
  margin-top: 40px;
  display: flex;
}
.section15 .boxer ul li {
  flex: 1;
  text-align: center;
}
.section15 .boxer ul li img {
  width: 60%;
  margin: 0 auto;
}
.section15 .boxer ul li p {
  text-align: left;
  width: 60%;
  margin: 10px auto;
}
.section15 .boxer ul li:hover img {
  transition: all 0.8s;
  transform: scale(1.1);
}
.section15 .boxer .p4 {
  padding-top: 20px;
}
.section15 .boxer .p4 a {
  font-weight: normal;
  padding: 12px 24px;
  font-size: 14px;
  color: #ffffff;
  background: #ff5700;
}
@media (max-width: 767px) {
  .header_wrap {
    display: none;
  }
  .navbar .navbar-brand {
    padding: 6px 15px 0;
  }
  .navbar .navbar-brand img {
    width: 150px;
  }
  .services_page {
    background: #f7f7f7;
  }
  .services_page .faq_box h1 {
    text-align: center;
    color: #000;
    font-weight: bold;
    padding: 0 0 50px;
    font-size: 24px;
  }
  .services_page .faq_box .p3 {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .services_page .faq_box ul li {
    margin-bottom: 20px;
  }
  .services_page .faq_box ul li .p1 {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .services_page .faq_box ul li .p2 {
    padding-left: 14px;
    margin-bottom: 20px;
    color: rgba(26, 26, 26, 0.5);
    font-size: 15px;
  }
  .services_page .ba img {
    width: 100%;
  }
  .services_page .ba img:hover {
    transition: all 1s;
    transform: scale(1.05);
  }
  .services_page .simple_intro {
    padding: 50px 0 50px;
    text-align: center;
    background: #fff;
  }
  .services_page .simple_intro h2 {
    text-align: center;
    font-size: 25px;
    color: #1a1a1a;
    margin-bottom: 30px;
    font-weight: bold;
  }
  .services_page .simple_intro .intro_box {
    display: block;
  }
  .services_page .simple_intro .intro_box .intro {
    border: 2px solid #f7f7f7;
    background: #f7f7f7;
    flex: 1;
    padding: 40px 0;
    border: 1px solid rgba(225, 225, 225, 0.7);
    margin: 0 0 20px;
  }
  .services_page .simple_intro .intro_box .intro:hover {
    border: 2px solid #ff5700;
  }
  .services_page .simple_intro .intro_box .intro:last-child {
    margin-right: 0;
  }
  .services_page .simple_intro img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }
  .services_page .simple_intro .p1 {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .services_page .simple_intro .p2 {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 24px;
  }
  .services_page .process_infto {
    padding: 10px 0 10px;
  }
  .services_page .process_infto h3 {
    color: rgba(75, 75, 75, 0.8);
    font-size: 14px;
    margin-bottom: 40px;
  }
  .services_page .process_infto h4 {
    color: #000;
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 40px;
  }
  .services_page .process_infto .p1 {
    color: rgba(75, 75, 75, 0.8);
  }
  .services_page .process_infto .p2 {
    line-height: 28px;
  }
  .services_page .help_box {
    padding-top: 40px;
  }
  .services_page .help_box .row {
    margin-bottom: 30px;
  }
  .services_page .help_box h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
  }
  .services_page .help_box .p1 {
    font-size: 15px;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.6);
  }
  .services_page .help_box .list {
    margin-top: 20px;
  }
  .services_page .help_box .list li {
    font-size: 15px;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
  }
  .services_page .help_box .list li img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
  }
  .services_page .about_box {
    position: relative;
    z-index: 100;
    margin-top: 28px;
    padding-bottom: 10px;
  }
  .services_page .about_box .banner {
    background: url(../images/service_bg1.jpg) no-repeat center top;
    width: 100%;
    height: 500px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
	margin-top:0px;
  }
  .services_page .about_box .banner h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .services_page .about_box .banner .p1 {
    display: none;
    padding-top: 100px;
    padding-bottom: 20px;
    color: rgba(225, 225, 225, 0.9);
    font-size: 14px;
  }
  .services_page .about_box .banner .p2 {
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 24px;
    font-size: 14px;
    width: 90%;
  }
  .products_page {
    position: relative;
    z-index: 100;
  }
  .products_page .glass_option {
    background: #1a1a1a;
    color: #fff;
    padding: 40px 20px;
  }
  .products_page .glass_option .gl {
    text-indent: 0;
  }
  .products_page .glass_option .gl h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .products_page .glass_option .gl ul li {
    color: rgba(225, 225, 225, 0.9);
    line-height: 24px;
    font-size: 13px;
  }
  .products_page .glass_option .gr {
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
  }
  .products_page .glass_option .gr .item img {
    width: 100%;
  }
  .products_page .glass_option .gr .swiper-pagination {
    bottom: -20px;
  }
  .products_page .glass_option .gr .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.8;
  }
  .products_page .wants_box {
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: #1a1a1a;
  }
  .products_page .wants_box h2 {
    font-weight: bold;
    font-size: 40px;
  }
  .products_page .wants_box .p4 {
    padding-top: 40px;
  }
  .products_page .wants_box .p4 a {
    font-weight: normal;
    padding: 12px 24px;
    font-size: 14px;
    color: #ffffff;
    background: #ff5700;
  }
  .products_page .doors_box {
    padding-top: 60px;
    margin-bottom: 30px;
    display: block;
    justify-content: space-between;
    color: #ffffff;
  }
  .products_page .doors_box .lb {
    width: 100%;
  }
  .products_page .doors_box h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .products_page .doors_box h3 {
    font-size: 14px;
    width: 100%;
    line-height: 24px;
    color: rgba(225, 225, 225, 0.7);
  }
  .products_page .doors_box .p4 {
    padding-top: 20px;
  }
  .products_page .doors_box .p4 a {
    font-weight: normal;
    padding: 12px 24px;
    font-size: 14px;
    color: #ffffff;
    background: #ff5700;
  }
  .products_page .simple_intro {
    padding: 48px 0;
    text-align: center;
  }
  .products_page .simple_intro .intro_box {
    display: block;
  }
  .products_page .simple_intro .intro_box .intro {
    flex: 1;
    height: 200px;
    padding-top: 40px;
    border: 1px solid rgba(225, 225, 225, 0.7);
    margin: 0 20px 20px;
  }
  .products_page .simple_intro .intro_box .intro:last-child {
    margin-right: 0;
  }
  .products_page .simple_intro img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }
  .products_page .simple_intro p {
    font-size: 20px;
  }
  .products_page .play_btn1 {
    position: relative;
    width: 173px;
    margin: 0 auto 50px;
    display: flex;
    justify-content: center;
  }
  .products_page .play_btn1 a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    z-index: 99;
  }
  .products_page .play_btn1 a:hover {
    transition: all 0.5s;
    transform: scale(1.2);
  }
  .products_page .play_btn1 a i {
    font-size: 20px;
    color: #fff;
  }
  .products_page .section06 {
    background: url(../images/product_11.jpg) no-repeat center top;
    width: 100%;
    height: 790px;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
  }
  .products_page .section06 .item {
    padding: 0 10px;
  }
  
  .products_page .banner {
    background: url(../images/product_1.jpg) no-repeat center top;
    width: 100%;
    height: 400px;
    text-align: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-top:0px;
  }
  @keyframes animate-rorate {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .products_page .banner .play_btn {
    position: relative;
    width: 173px;
    height: 173px;
    margin: -20px auto 0;
  }
  .products_page .banner .play_btn img {
    margin-top: 30px;
    animation-name: animate-rorate;
    animation-timing-function: linear;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-fill-mode: backwards;
  }
  .products_page .banner .play_btn a {
    position: absolute;
    left: 58px;
    top: 90px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    z-index: 99;
  }
  .products_page .banner .play_btn a:hover {
    transition: all 0.5s;
    transform: scale(1.2);
  }
  .products_page .banner .play_btn a i {
    font-size: 30px;
    color: #fff;
  }
  .products_page .banner h2 {
    padding-top: 10%;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .products_page .banner p {
    color: rgba(225, 225, 225, 0.9);
    width: 95%;
    margin: 0 auto;
    font-size: 14px;
  }
  .details_wrap {
    background: #f7f7f7;
  }
  .details_wrap .system_box {
    padding: 50px 0;
    text-align: center;
  }
  .details_wrap .system_box h2 {
    font-weight: normal;
    color: #1a1a1a;
    font-size: 22px;
    margin-bottom: 20px;
  }
  .details_wrap .system_box .p1 {
    margin-bottom: 20px;
    width: 70%;
    font-size: 13px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.5);
    margin: 0 auto;
  }
  .details_wrap .system_box .item_box {
    margin: 30px 0;
    width: 100%;
    display: block;
  }
  .details_wrap .system_box .item_box .item {
    padding: 20px 0;
    background: #fff;
    flex: 1;
    width: 100%;
    margin-bottom: 20px;
  }
  .details_wrap .system_box .item_box .item img {
    width: 100%;
  }
  .details_wrap .system_box .item_box .item p {
    font-size: 14px;
    font-weight: bold;
  }
  .details_wrap .system_box .item_box .item:nth-of-type(2) {
    margin: 0 0 20px 0;
  }
  .details_wrap .details_box {
    width: 100%;
    padding-bottom: 50px;
	margin-top:0px;
  }
  .details_wrap .details_box .section06 .item {
    width: 80%;
  }
  .details_wrap .details_box .top_info {
    padding-top: 30px;
    padding-bottom: 0;
    text-align: center;
    background: #f7f7f7;
  }
  .details_wrap .details_box .top_info .p1 {
    display: none;
    font-size: 16px;
    color: #1a1a1a;
    margin-bottom: 20px;
  }
  .details_wrap .details_box .top_info h1 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
  }
  .details_wrap .details_box .top_info .p2 {
    color: rgba(77, 77, 77, 0.8);
    width: 80%;
    line-height: 30px;
    font-size: 13px;
    margin: 0 auto;
  }
  .details_wrap .section06 .item {
    padding: 0 10px;
    text-align: center;
  }
  .details_wrap .glass_option {
    background: #fff;
    color: #fff;
    padding: 30px 0;
  }
  .details_wrap .glass_option .gl .gl_value {
    width: 100%;
  }
  .details_wrap .glass_option .gl h2 {
    color: #000;
    font-size: 22px;
    margin-bottom: 20px;
  }
  .details_wrap .glass_option .gl .p1 {
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 13px;
    color: rgba(77, 77, 77, 0.8);
  }
  .details_wrap .glass_option .gr {
    width: 100%;
    margin: 0 auto;
  }
  .details_wrap .glass_option .gr .swiper-pagination {
    bottom: -20px;
  }
  .details_wrap .glass_option .gr .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.6);
  }
  .video_box {
    width: 100%;
    padding-bottom: 50px;
	margin-top:0px;
  }
  .video_box .row {
    margin-bottom: 0 !important;
  }
  .video_box .row > div {
    margin-bottom: 20px;
  }
  .banner_wrap {
    height: 210px;
    width: 100%;
    overflow: hidden;
	margin-top:0px;
  }
  .banner_wrap .swiper-container .item video {
    top: 0;
  }
  .section01 {
    padding: 30px 10px;
  }
  .section01 h2 {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .section01 h4 {
    font-size: 15px;
    font-weight: bold;
  }
  .section01 p {
    font-size: 13px;
    text-align: left;
    width: 90%;
    line-height: 26px;
    margin: 0 auto;
  }
  .section02 {
    padding: 20px 0;
    margin-bottom: 40px;
  }
  .section02 h2 {
    font-size: 18px;
  }
  .section02 h4 {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    width: 90%;
    line-height: 30px;
    margin: 0 auto;
  }
  .section03 .row {
    margin-bottom: 20px;
  }
  .section03 .p1 {
    color: #ff5700;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .section03 .p2 {
    line-height: 26px;
    margin-bottom: 10px;
  }
  .section04 {
    position: relative;
  }
  .section04 .label {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
  }
  .section04 .label .p1 {
    font-size: 14px;
    margin-bottom: 20px;
    color: #ff5700;
  }
  .section04 .label .p2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .section04 .label .p3 {
    font-size: 12px;
    max-width: 98%;
    color: rgba(225, 225, 225, 0.9);
    margin: 0 auto 20px;
    line-height: 24px;
    font-weight: normal;
    white-space: normal;
    margin-bottom: 20px;
  }
  .section04 .label .p4 {
    display: none;
    padding-top: 20px;
  }
  .section04 .label .p4 a {
    font-weight: normal;
    padding: 12px 24px;
    font-size: 14px;
    color: #ffffff;
    background: #ff5700;
  }
  .section05 {
    padding: 20px 0 20px;
  }
  .section05 .col-md-7 {
    position: relative;
    overflow: hidden;
  }
  .section05 .col-md-7 .sec5_7 {
    width: 150px;
    position: absolute;
    right: -30px;
    top: 0;
  }
  .section05 .p1 {
    font-size: 30px;
    width: 100%;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .section05 .p2,
  .section05 .p4 {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
  }
  .section05 .p3 {
    width: 80%;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .section05 .p4 {
    width: 75%;
  }
  .section05 ul {
    display: block;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .section05 ul li {
    margin-bottom: 5px;
    padding: 12px 20px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
    cursor: default;
  }
  .section05 ul li:hover img {
    transform: scale(1.15);
    transition: all 0.5s;
  }
  .section05 ul li img {
    width: 26px;
    height: 26px;
    margin-right: 5px;
  }
  .section07 {
    margin-bottom: 20px;
    position: relative;
  }
  .section07 .swiper-pagination2 .swiper-pagination-bullet-active {
    background: #ff5700;
  }
  .section07 .item {
    width: 100%;
    height: 248px;
    padding: 10px 0;
    position: relative;
  }
  .section07 .item1 {
    background: url(../images/sec7_1.png) no-repeat center top;
  }
  .section07 .item2 {
    background: url(../images/sec7_2.png) no-repeat center top;
  }
  .section07 .label {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
  }
  .section07 .label .p1 {
    font-size: 14px;
    margin-bottom: 20px;
    color: #ff5700;
  }
  .section07 .label .p2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .section07 .label .p3 {
    font-size: 12px;
    max-width: 96%;
    color: rgba(225, 225, 225, 0.9);
    margin: 0 auto 20px;
    line-height: 24px;
    font-weight: normal;
    white-space: normal;
    margin-bottom: 20px;
  }
  .section07 .label .p4 {
    display: none;
  }
  .section13 {
    background: #f7f7f7;
    padding: 80px 0;
    margin-bottom: 50px;
    text-align: center;
  }
  .section13 h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .section13 h3 {
    width: 100%;
    margin: 0 auto 0;
    text-align: left;
    margin-bottom: 50px;
    font-size: 12px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
  }
  .section13 .item {
    width: 180px;
    height: 250px;
    overflow: hidden;
    position: relative;
  }
  .section13 .swiper-pagination5 {
    bottom: -25px !important;
  }
  .section13 .swiper-pagination5 .swiper-pagination-bullet-active {
    background: #ff5700;
  }
  .section14 {
    margin-bottom: 20px;
    padding: 30px 10px 50px;
    background: #000;
    color: #fff;
  }
  .section14 .center {
    width: 98%;
  }
  .section14 .row {
    margin-bottom: 20px;
  }
  .section14 .item {
    width: 420px;
    height: 240px;
    overflow: hidden;
    position: relative;
  }
  .section14 .br1 {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  .section14 h4 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .section14 h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .section14 .p3 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 30px;
  }
  .section14 .p1 {
    width: 100%;
    text-align: center;
    padding: 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
  }
  .section14 .p2 {
    width: 100%;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 24px;
  }
  .section14 .swiper-pagination6 {
    bottom: -35px !important;
  }
  .section14 .swiper-pagination6 .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.6);
    opacity: 1;
  }
  .section14 .swiper-pagination6 .swiper-pagination-bullet-active {
    background: #ff5700;
  }
  .section17 h2 {
    font-size: 24px;
  }
  .section15 {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    background: none;
    background-size: 100% 100%;
    position: relative;
  }
  .section15 .boxer {
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    position: static;
    right: 0;
    top: 0;
  }
  .section15 .boxer h2 {
    font-size: 20px;
    padding-top: 40px;
    margin-bottom: 10px;
  }
  .section15 .boxer .p1 {
    line-height: 24px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 10px;
  }
  .section15 .boxer ul {
    margin-top: 40px;
    display: flex;
    flex-flow: row wrap;
  }
  .section15 .boxer ul li {
    width: 50%;
    flex: auto;
    text-align: center;
  }
  .section15 .boxer ul li img {
    width: 60%;
    margin: 0 auto;
  }
  .section15 .boxer ul li p {
    text-align: left;
    width: 60%;
    margin: 10px auto;
  }
  .section15 .boxer ul li:hover img {
    transition: all 0.8s;
    transform: scale(1.1);
  }
  .section15 .boxer .p4 {
    padding-top: 20px;
    display: none;
  }
  .section15 .boxer .p4 a {
    font-weight: normal;
    padding: 12px 24px;
    font-size: 14px;
    color: #ffffff;
    background: #ff5700;
  }
  .contact_page .contact_box {
    position: relative;
    z-index: 100;
    padding-bottom: 50px;
	margin-top:0px;
  }
  .contact_page .contact_box .banner {
    background: url(../images/contact_1.jpg) no-repeat center top;
    width: 100%;
    height: 200px;
    text-align: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .contact_page .contact_box .banner h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .contact_page .contact_box .banner p {
    font-size: 14px;
  }
  .contact_page .help_box h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
  }
  .contact_page .help_box .p2 {
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.5);
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .contact_page .help_box .p3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
  }
  .contact_page .help_box .list {
    display: flex;
    flex-flow: row wrap;
  }
  .contact_page .help_box .list li {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
  }
  .contact_page .help_box .list li img {
    width: 41px;
    height: 41px;
    margin-right: 10px;
  }
  .contact_page .help_box .list li .info .p4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .contact_page .help_box .list li .info .p5 {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
  }
  .contact_page .section17 {
    margin-bottom: 50px;
  }
  .section16 {
    width: 100%;
    padding: 30px 0;
    background: #000;
    color: #fff;
  }
  .section16 h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .section16 .p1 {
    margin-bottom: 20px;
    width: 98%;
    font-size: 14px;
    color: rgba(225, 225, 225, 0.9);
  }
  .section16 .rejoin {
    display: block;
  }
  .section16 .rejoin .item_box {
    background: #2a2a2a;
    flex: 1;
    margin-bottom: 20px;
    display: block;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    height: 140px;
    background: url(../images/sec16_1.png) no-repeat center top;
    background-size: contain;
  }
  .section16 .rejoin .item_box h5 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .section16 .rejoin .item_box .p2 {
    font-size: 12px;
    width: 80%;
    color: rgba(225, 225, 225, 0.9);
    line-height: 24px;
    margin-bottom: 0;
  }
  .section16 .rejoin .item_box .p4 {
    padding-top: 20px;
  }
  .section16 .rejoin .item_box .p4 a {
    font-weight: normal;
    padding: 4px 14px;
    font-size: 12px;
    color: #ffffff;
    background: #ff5700;
  }
  .section16 .rejoin .item_box:nth-of-type(2) {
    background: url(../images/sec16_2.png) no-repeat center top;
    margin-left: 0;
    background-size: contain;
  }
  .navbar {
    height: auto;
    line-height: auto;
  }
  .navbar .navbar-brand {
    height: 100%;
  }
  .navbar .navbar-brand img {
    width: 150px;
  }
  .navbar .navbar-nav {
    float: none;
  }
  .navbar-default .navbar-nav > li {
    height: auto;
    line-height: auto;
    display: block;
  }
  .navbar-default .navbar-nav > li a {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    background: none;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    background: none;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background: none;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #ff5700;
  }
  #header {
    height: 55px;
  }
  #header .center {
    width: 100%;
  }
  .dropdown-menu {
    top: 82%;
  }
  .dropdown-menu li {
    margin: 5px 0;
  }
  .dropdown-menu li a {
    font-size: 14px !important;
    font-weight: normal !important;
  }
  .dropdown-menu li a:hover {
    color: #ff5700;
  }
  .about_page .about_intro ul li {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
    display: flex;
  }
  .about_page .about_intro ul li img {
    width: 20px;
    height: 20px;
    margin-top: 3px;
  }
  .about_page .about_intro h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .about_page .about_intro .p1 {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.5);
    font-size: 20px;
    margin-bottom: 20px;
  }
  .about_page .about_intro .p2 {
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 24px;
    font-size: 14px;
  }
  .about_page .about_intro .p3 {
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 20px;
    font-size: 16px;
  }
  .about_page .about_box {
    position: relative;
    z-index: 100;
    margin-top: 28px;
    padding-bottom: 0;
  }
  .about_page .about_box .banner {
    display: none;
  }
  .about_page .explore_box {
    width: 100%;
    position: relative;
    height: 980px;
    background: url(../images/about_6.jpg) no-repeat center top;
  }
  .about_page .explore_box .label {
    top: 10%;
    transform: translateX(-50%);
    white-space: normal;
  }
  .about_page .explore_box .label .p2 {
    font-size: 20px;
    width: 96%;
    line-height: 34px;
    margin: 0 auto 30px;
  }
  .about_page .explore_box .label .p4 {
    display: block;
  }
  .about_page .explore_box .magic_box {
    position: absolute;
    left: 0;
    width: 100%;
    top: 32%;
    height: 70%;
    background: #1e1e1e url(../images/about_11.png) no-repeat center top;
  }
  .about_page .explore_box .magic_box h4 {
    font-weight: bold;
    padding: 20px 0;
    font-size: 20px;
    text-align: center;
    color: #fff;
  }
  .about_page .explore_box .magic_box .row {
    margin: 0;
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #fff;
  }
  .about_page .explore_box .magic_box .row img {
    margin: 10px 0;
    width: 40px;
    height: 40px;
  }
  .about_page .explore_box .magic_box .row .p5 {
    font-size: 20px;
  }
  .about_page .explore_box .magic_box .row .p6 {
    font-size: 13px;
    width: 80%;
    line-height: 20px;
    margin: 5px auto;
    text-align: center;
    color: rgba(225, 225, 225, 0.7);
  }
  .about_page .help_box .row {
    margin-bottom: 30px;
  }
  .about_page .help_box h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
  }
  .about_page .help_box .p1 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.8);
  }
  .about_page .help_box .p2 {
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.5);
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .about_page .help_box .p3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
  }
  .about_page .help_box .list {
    display: flex;
    flex-flow: row wrap;
  }
  .about_page .help_box .list li {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .about_page .help_box .list li img {
    width: 41px;
    height: 41px;
    margin-right: 10px;
  }
  .about_page .help_box .list li img:hover {
    transition: all 0.8s;
    transform: scale(1.2);
  }
  .about_page .help_box .list li .info .p4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .about_page .help_box .list li .info .p5 {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
  }
  .about_page .section13 {
    padding: 30px 0;
  }
  .about_page .section13 .item {
    width: 160px;
    height: 240px;
    overflow: hidden;
    position: relative;
  }
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
  }
  .alert_box {
    position: fixed;
    width: 100%;
    height: 200px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
  }
  .m_search_ico {
    display: block;
    position: relative;
    float: right;
    line-height: 48px;
    margin-right: 10px;
  }
  .search_wrapper {
    display: none;
    position: relative;
    background: #fff;
    padding: 20px 0;
    border-top: 1px solid #e8e8e8;
  }
  .search_wrapper .search {
    position: relative;
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .search_wrapper .search_ico {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 14px;
  }
  .search_wrapper input {
    padding-left: 32px;
    border-radius: 20px;
  }
  .footer_wrap {
    background: #1a1a1a;
    padding: 20px 0;
    text-align: center;
  }
  .footer_wrap .footer {
    display: none;
  }
  .footer_wrap .copy_right {
    font-size: 12px;
    text-align: center;
  }
  .banner_wrap .swiper-container .item img, .banner_wrap .swiper-container .item video{ height:auto;}
}
