.h-header {
  background: #1e2126;
  height: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10086;
  opacity: 0.85;
}
.h-header .main {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.h-header .main .logo {
  height: 100%;
  padding: 20px 0;
}
.h-header .main .logo img {
  height: 100%;
}
.h-header .main .nav {
  font-size: 16px;
  color: #f7f2f2;
  padding-right: 80px;
}
.h-header .main .nav li {
  display: inline-block;
  position: relative;
}
.h-header .main .nav li > a {
  font-size: 18px;
  display: inline-block;
  line-height: 100px;
  padding: 0 25px;
  font-weight:bold;
}
.h-header .main .nav li ul {
  position: absolute;
  display: none;
  z-index: 998;
  width: 100%;
  background: #2b2e33;
  left: 0;
  text-align: center;
  line-height: 40px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 0;
}
.h-header .main .nav li ul a {
  display: block;
}
.h-header .main .nav li ul a.curr,
.h-header .main .nav li ul a:hover {
  color: #8e262c;
}
.h-header .main .nav li.curr > a,
.h-header .main .nav li:hover > a {
  background: #37383d;
}
.h-header .main dd {
  height: 40px;
  background: #393939;
  color: #fff;
  width: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5%;
}
.h-header .main dd li {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.h-header .main dd li > img {
  height: 20px;
  display: block;
}
.h-header .main dd li:hover .ewm {
  display: block;
}
.h-header .main dd li .ewm {
  position: absolute;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  width: 120px;
  left: -40px;
  height: 120px;
  background: #2b2e33;
  z-index: 998;
  display: none;
}
.h-header .main dd li .ewm img {
  width: 100%;
  height: 100%;
}
.h-header .main dd form,
.h-header .main dd form label input {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.h-header .main dd form label input {
  width: 0;
  border: none;
}
.h-header .main dd form label button {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.h-header .main dd.curr li {
  width: 0;
  opacity: 0;
}
.h-header .main dd.curr form {
  display: block;
  width: 100%;
  border: 1px solid #fff;
  padding: 0 2%;
}
.h-header .main dd.curr form label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.h-header .main dd.curr form label input {
  background: #2b2e33;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
}
.m-lbt {
  width: 100%;
  height: 100vh;
  max-height:700px;
}
.m-lbt .swiper-container {
  height: 100%;
}
.m-lbt .swiper-container img {
  width: 100%;
  height: 100%;
}
.m-lbt .swiper-pagination span.swiper-pagination-bullet-active{background:#b22926;}
.m-home .trailer {
  padding: 35px 0;
}
.m-home .trailer dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 500px;
}
.m-home .trailer dl dt {
  height: 100%;
  width: 50%;
  background: #323232;
}
.m-home .trailer dl dd {
  height: 100%;
  width: 48%;
  background: #313131;
  padding: 0 2%;
}
.m-home .trailer dl dd h4 {
  color: #f6f2f2;
  font-size: 30px;
  line-height: 2.5;
}
.m-home .trailer dl dd ul {
  background: #e7e7e7;
  height: 400px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  padding: 0 15px;
}
.m-home .trailer dl dd ul li {
  font-size: 16px;
  line-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-home .trailer dl dd ul li a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
}
.m-home .trailer dl dd ul li a,
.m-home .trailer dl dd ul li a span {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}
.m-home .trailer dl dd ul li a span {
  display: block;
  display: inline-block;
  padding-bottom: 2px;
  position: relative;
}
.m-home .trailer dl dd ul li a span:after {
  content: "";
  position: absolute;
  width: 98%;
  height: 2px;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #9a3c42;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.m-home .trailer dl dd ul li a span:hover {
  color: #9a3c42;
}
.m-home .trailer dl dd ul li a span:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
.m-home .trailer dl dd ul li i {
  width: 150px;
  text-align: right;
}
.m-home .vr {
  background: url(../img/fdf565_05.png) 50% no-repeat;
  background-size: cover;
}
.m-home .vr dl {
  height: 800px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-home .vr dl dt {
  height: 100%;
  width: 32%;
}
.m-home .vr dl dt,
.m-home .vr dl dt a {
  border: 5px solid rgba(164, 0, 0, 0.5);
  border-left: none;
  border-right: none;
}
.m-home .vr dl dt a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50%;
  width: 100%;
  background: rgba(49, 49, 49, 0.5);
  color: #f7f2f2;
  font-size: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.9;
}
.m-home .vr dl dt a:hover {
  background: rgba(49, 49, 49, 0.7);
  opacity: 1;
  font-size: 65px;
}
.m-home .cases {
  padding-bottom: 80px;
}
.m-home .cases .main h4 {
  padding-top: 15px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 3;
}
.m-home .cases .main .swiper-container a {
  width: 100%;
  height: 310px;
  overflow: hidden;
  display: block;
}
.m-home .cases .main .swiper-container a img {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 100%;
  height: 100%;
  display: block;
}
.m-home .cases .main .swiper-container a:hover {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.m-home .cases .main .swiper-container a:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.f-footer {
	margin-top:20px;
  background: #383838;
  color: #afafaf;
}
.f-footer .main {
  text-align: center;
  padding: 25px 0;
}
.f-footer .main dt i {
  display: inline-block;
  padding: 0 8px;
}
.f-footer .main dd {
  text-align: center;
  font-size: 85%;
  line-height: 2;
}
.f-footer .main .logo img{height:30px;margin-bottom:5px;}
@media only screen and (max-width: 1400px) and (min-width: 800px) {
  body {
    font-size: 13px;
  }
  .main {
    width: 100%;
    max-width: 1200px;
    padding: 0 1%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .h-header .main .nav {
    padding-right: 0;
  }
  .m-home .vr dl {
    height: 700px;
  }
  .m-home .cases .main .swiper-container a {
    height: 290px;
  }
  .f-footer .main {
    padding: 20px 2%;
  }
}
