/*@font-face {
  font-family: 'DIN-BlackAlternate';
  src: url(../fonts/DIN-BlackAlternate.ttf);
}*/

/*@font-face {
  font-family: 'Futura';
  src: url(../fonts/FuturaBT-Medium.ttf);
}*/

@font-face {
  font-family: "DIN-BlackAlternate";
  src: url("../fonts/DIN-BlackAlternate.woff2") format("woff2"),
       url("../fonts/DIN-BlackAlternate.woff") format("woff"),
       url("../fonts/DIN-BlackAlternate.ttf") format("truetype"),
       url("../fonts/DIN-BlackAlternate.eot") format("embedded-opentype"),
       url("../fonts/DIN-BlackAlternate.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FuturaBT-Medium";
  src: url("../fonts/FuturaBT-Medium.woff2") format("woff2"),
       url("../fonts/FuturaBT-Medium.woff") format("woff"),
       url("../fonts/FuturaBT-Medium.ttf") format("truetype"),
       url("../fonts/FuturaBT-Medium.eot") format("embedded-opentype"),
       url("../fonts/FuturaBT-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

#header {
  width: 100%;
  /* background-color: rgba(0,0,0,.6); */
  line-height: 88px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  transition: 0.6s;
}

#header .company {
  padding: 0 75px;
  line-height: 103px;
  /* background-color: ; */
}

#header.fixed-top {
  background: rgba(0,0,0,.6)!important;
  /*padding: */
}
#header.fixed-top .company {
  line-height: 73px;
}


#header .logo-black{
  display: none;
}
.news_show_page #header .logo-black {
  display: inline-block;
}
.news_show_page #header .logo-white {
  display: none;
}
#header .header-left {
  float: left;
}
#header .header-right {
  float: right;
}
#header .header-right a {
  color: #ffffff;
  font-size: 16px;
}
#header .header-right .header-nav {
  margin-right: -43px;
}
#header .header-right .nav-item {
  float: left;
  padding: 0  43px;
}
#header .header-right .nav-item .nav-item-one {
  color: #939393;
  margin-right: 19px;
}
#header .header-right .nav-item a {
  -webkit-transition: 1s;
  transition: 1s;
}
#header .header-right .nav-item:hover a {
  color: #cccccc;
}
#header .header-right .header-lang p {
  display: inline-block;
}
#header .header-right .header-last {
  display: none;
}
#header .phone-right {
  width: 100%;
  height: 100vh;
  background: #111111;
  z-index: 9999;
}
#header .phone-right .phone-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 12%;
  /*height: 100%;*/
}
#header .phone-right .phone-nav .phone-item {
  text-align: center;
  line-height: 1;
  margin: 20px 0;
}
#header .phone-right .phone-nav .phone-item a {
  font-size: 16px;
  /*font-weight: bold;*/
  color: #ffffff;
}
#header .phone-right .phone-nav .phone-item .nav-item-one {
  color: #939393;
}
#header .phone-right .phone-nav .header-lang p {
  display: inline-block;
}

#header .phone-right .phone-nav .header-last {
  position: relative;
}

#header .phone-right .phone-nav .header-wechat .wechat-pic {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  max-width: none;
  display: none;
}
#header .phone-right .phone-nav .header-wechat:hover .wechat-pic{
  display: block;
}



.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover ;
  background-position: center center;
}
.banner .case-banner {
  max-width: 1057px;
}
.banner .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
}
.banner .banner-text p {
  font-size: 56px;
  line-height: 72px;
  font-weight: lighter;
}
.banner .banner-text p .banner-text-one {
  /*font-weight: bold;*/
  font-style: normal;
}
.banner .banner-text p .banner-text-two {
  font-weight: lighter;
}
.product-main,
.phone-display {
  padding-bottom: 140px ;
}
.product-main .pm,
.phone-display .pm {
  padding-top: 140px;
}
@media screen and (max-width: 1366px){
  .product-main .pm,
  .phone-display .pm {
    padding-top: 100px;
  }
}
.product-main .pm .product-left-top,
.phone-display .pm .product-left-top {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.7);
          box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.7);
  border-radius: 2px;
  padding: 7px 4px;
  position: relative;
}
.product-main .pm .product-left-top .pr-pic,
.phone-display .pm .product-left-top .pr-pic {
  width: 100%;
}
.product-main .pm .product-left-top .video,
.phone-display .pm .product-left-top .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: none;
  z-index: 10;
}
.product-main .pm .product-left-top .video-bg,
.phone-display .pm .product-left-top .video-bg {
  width: 100%;
  position: relative;
  background: #0B062A;
  opacity: 0.58;
  border-radius: 2px;
}
.product-main .pm .product-left-top .video-bg > img,
.phone-display .pm .product-left-top .video-bg > img {
  width: 100%;
}
.product-main .pm .product-left-top .product-start,
.phone-display .pm .product-left-top .product-start {
  width: 100px;
  height: 100px;
  border: 2px solid white;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}
.product-main .pm .product-left-top .product-start img,
.phone-display .pm .product-left-top .product-start img {
  width: 34px;
  height: 35px;
  margin: 33px 36px;
}
.product-main .pm .product-left-buttom,
.phone-display .pm .product-left-buttom {
  overflow: hidden;
}
.product-main .pm .product-left-buttom .pld-name,
.phone-display .pm .product-left-buttom .pld-name {
  line-height: 88px;
  padding: 37px 0 37px 26px;
  float: left;
  width: 30%;
  font-size: 15px;
}
.product-main .pm .product-left-buttom .case-swiper-box {
  float: left;
  width: 70%;
  padding: 37px 40px;
  position: relative;
  line-height: 88px;
}
/*.product-main .pm .product-left-buttom .swiper-container1,
.phone-display .pm .product-left-buttom .swiper-container1 {
  float: left;
  width: 60%;
  padding: 37px 0;
  line-height: 88px;
}*/
/*.product-main .pm .product-left-buttom .swiper-container2,
.phone-display .pm .product-left-buttom .swiper-container2 {
  float: left;
  width: 60%;
  padding: 37px 0;
  line-height: 88px;
}*/
.product-main .pm .product-left-buttom .next,
.phone-display .pm .product-left-buttom .next {
  right: 0 ;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  margin: 0;
  width: 0;
  height: 0;
  outline: none;
}
.product-main .pm .product-left-buttom .next img,
.phone-display .pm .product-left-buttom .next img {
  width: 15px;
  height: 21px;
  display: none;
}
.product-main .pm .product-left-buttom .prev,
.phone-display .pm .product-left-buttom .prev {
  left: 0% ;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;  width: 0;
  height: 0;
  outline: none;
}
.xz:hover{
  border-right-color: #cccccc;
}
.product-main .pm .product-left-buttom .prev img,
.phone-display .pm .product-left-buttom .prev img {
  width: 15px;
  height: 21px;
  display: none;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product-main .pm .prt-i,
.phone-display .pm .prt-i {
  padding-right: 100px;
  padding-left: 70px;
}
.product-main .pm .prt-i .product-title,
.phone-display .pm .prt-i .product-title {
  font-size: 28px;
  font-weight: 400;
  color: #111;
  line-height: 36px;
  padding: 30px 0 ;
}
.product-main .pm .prt-i .product-under,
.phone-display .pm .prt-i .product-under {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  height: 1px;
  width: 20px;
  margin-bottom: 30px;
}
.product-main .pm .prt-i .product-contant,
.phone-display .pm .prt-i .product-contant {
  font-size: 18px;
  font-weight: 400;
  color: #111;
  line-height: 36px;
  overflow: hidden;
}
.product-main .pm .prt-i .product-contant .label-first,
.phone-display .pm .prt-i .product-contant .label-first {
  position: absolute;
}
.product-main .pm .prt-i .product-contant .label-last,
.phone-display .pm .prt-i .product-contant .label-last {
  padding-left: 145px;
  position: relative;
}
.product-main .pm .prt-i .product-contant .label-last .last-img,
.phone-display .pm .prt-i .product-contant .label-last .last-img {
  position: absolute;
  width: 18px;
  height: 16px;
  left: 104px;
}
.product-main .pm .prt-i .product-contant .product-yh,
.phone-display .pm .prt-i .product-contant .product-yh {
  font-size: 53px;
  font-weight: 400;
  color: #111111;
  line-height: 36px;
  position: absolute;
  top: 10px;
  left: 0;
}
.product-main .pm .prt-i .product-contant .count,
.phone-display .pm .prt-i .product-contant .count {
  color: #0188FB;
  font-size: 18px;
  font-weight: 400;
}
.product-main .pm .prt-i .last-item,
.phone-display .pm .prt-i .last-item {
  padding-top: 10px;
}
.product-main .pm .product-ibottom,
.phone-display .pm .product-ibottom {
  text-align: right;
  font-size: 18px;
  font-weight: 400;
  color: #111;
  padding: 35px 0;
}
.phone-display {
  display: none;
}
.product-buttom {
  background-size: cover ;
  text-align: center;
  background-attachment: fixed;
}
.product-buttom .footer-text {
  padding: 175px 0px;
  color: #ffffff;
}
.product-buttom .footer-text .footer-text-one {
  font-size: 56px;
}
.product-buttom .footer-text .footer-text-two {
  display: inline-block;
  margin-top: 43px;
  width: 148px;
  height: 46px;
  line-height: 46px;
  background: #ffffff;
  border-radius: 23px;
  font-size: 18px;
  color: #111111;
  border: #ffffff;
  -webkit-transition: 1s;
  transition: 0.1s;
}
.product-buttom .footer-text .footer-text-two:hover {
  background: #cccccc;
  color: #ffffff;
  border-color: #cccccc;
}
#footer {
  position: relative;
  text-align: center;
  background: yellowgreen;
}
#footer .footer-buttom {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.8;
  background: #111;
  padding: 72px 0;
}
#footer .footer-buttom .ft-logo {
  width: 800px;
  width: 200px;
  margin: auto;
}
#footer .footer-buttom a {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: linear all 0.2s;
  transition: linear all 0.2s;
}
#footer .footer-buttom a:hover {
  color: #cccccc;
}
#footer .footer-buttom .footer-buttom-two {
  margin-top: 35px;
  padding: 0 15px;
  font-size: 14px;
}
#footer .footer-right {
  position: fixed;
  right: 18px;
  bottom: 58px;
  z-index: 999;
  display: none;
}
#footer .footer-right.is-end {
  position: absolute;
  bottom: 100%;
  margin-bottom: 30px;
}
#footer .footer-right .footer-right-list {
  overflow: hidden;
}
#footer .footer-right .footer-right-list .footer-right-nav a {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #111;
  margin-top: 10px;
  cursor: pointer;
  -webkit-transition: 0.1s background;
  transition: 0.1s background;
}
#footer .footer-right .footer-right-list  .goTop:hover a{
  background: #cccccc;
}
#footer .footer-right .footer-right-list .footer-right-nav a img {
  width: 30px;
  height: 30px;
  margin: 25px auto;
}
#footer .footer-right .footer-right-list .footer-right-nav .tel {
  position: relative;
}
#footer .footer-right .footer-right-list .tel:hover .footer-right-phone {
  width: 250px;
  opacity: 1;
}
#footer .footer-right .footer-right-list .footer-right-phone {
  position: absolute;
  right: 10px;
  height: 80px;
  width: 0px;
  background: #111;
  border-radius: 40px;
  line-height: 80px;
  color: #fff;
  text-align: center;
  padding-right: 48px;
  font-size: 20px;
  opacity: 0;
  top: 10px;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
#footer .footer-buttom .footer-buttom-two p {
  display: inline-block;
}
.phone {
  display: none;
}
.scroll-bar {
  width: 2px;
  height: 170px;
  position: fixed;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
  pointer-events: visible;
  background: #c9c9c9;
  z-index: 999;
  opacity: 0.6;
}
.scroll-bar.theme-dark .current {
  background: #111;
}
.scroll-bar .current {
  background: #ffffff;
  width: 100%;
  position: absolute;
  right: 0;
}
@-webkit-keyframes mousewheel {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(15px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(40px);
    opacity: 0;
  }
}
@keyframes mousewheel {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(15px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(40px);
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
	@-webkit-keyframes mousewheel {
	  0% {
	    opacity: 0;
	  }
	  50% {
	    -webkit-transform: translateY(8px);
	    transform: translateY(13px);
	    opacity: 1;
	  }
	  100% {
	    -webkit-transform: translateY(18px);
	    transform: translateY(28px);
	    opacity: 0;
	  }
	}
	@keyframes mousewheel {
	  0% {
	    opacity: 0;
	  }
	  50% {
	    -webkit-transform: translateY(8px);
	    transform: translateY(13px);
	    opacity: 1;
	  }
	  100% {
	    -webkit-transform: translateY(18px);
	    transform: translateY(28px);
	    opacity: 0;
	  }
	}
}
.max-width {
  max-width: 1520px;
}
.tel:hover .footer-right-phone {
  display: block;
  -webkit-transition: 1s;
  transition: 1s;
}
.phone-right {
  display: none;
}
.banner-bj {
  width: 100%;
  height: 100vh;
  background: rgba(17, 17, 17, 0.58);
}
.case-bk {
  width: 100%;
  background: rgba(17, 17, 17, 0.45);
}

.news_show_page #header {
	background: #111;
}

@media screen and (min-width: 1201px) {
  .news_show_page #header {
    background: #fff!important;
  }
  .news_show_page #header a {
    color: #111;
  }
}

@media screen and (max-width: 991px)  {
.news_show_page #header {
    background: #000 !important;
  }
}

@media screen and (max-width: 767px) {
  #footer .footer-buttom .footer-buttom-two p  {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .product-main .pm .product-left-buttom .case-swiper-box {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .product-main .pm .product-left-buttom .pld-name, .phone-display .pm .product-left-buttom .pld-name {
    width: 100%;
  }
} 
.color-19 {
  color:#111!important;
}