* {
  margin: 0;
  padding: 0;
  font-family: HELVETICA-NEUE !important;
}
p {
  margin: 0;
}
.clear {
  clear: both;
}
.bg {
  background-color: rgba(0, 0, 0, 0.5);
}
.container {
  padding: 0;
}
.glyphicon {
  font-family: 'Glyphicons Halflings' !important;
}
ul {
  margin: 0;
}
ul li {
  list-style: none;
}
a:hover {
  text-decoration: none;
}
html,
body {
  width: 100%;
}
.body {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.body .head {
  position: absolute;
  height: 90px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 200;
  border-radius: 0 0 50px 50px;
  line-height: 90px;
}
.body .head .logo {
  position: relative;
  float: left;
  margin-left: 60px;
}
.body .head .logo a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.body .head .logo img {
  vertical-align: middle;
}
.body .head .ph-headbtn {
  float: right;
  display: none;
  line-height: 60px;
  margin-right: 20px;
  font-size: 25px;
}
.body .head .head-list {
  margin-left: 50px;
  float: left;
}
.body .head .head-list ul li {
  display: inline-block;
  padding: 0 30px;
}
.body .head .head-list ul li a {
  display: inline-block;
  width: 100%;
  color: #505050;
  font-size: 14px;
}
.body .head .head-list ul li:hover a {
  color: #de261d;
}
.body .head .head-language {
  float: right;
  margin-right: 60px;
}
.body .head .head-language a {
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
}
.body .head .head-language a:nth-of-type(1) {
  background-color: #de261d;
  margin-right: 10px;
}
.body .head .head-language a:nth-of-type(2) {
  background-color: #828282;
}
.body .head .head-eamil {
  float: right;
  margin-right: 30px;
}
.body .head .head-eamil span:nth-of-type(1) {
  display: inline-block;
  margin-right: 10px;
}
.body .home-list {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.body .home-list > div {
  transition: width 0.5s;
  transform: skewX(-10deg);
  position: relative;
  width: 25%;
  height: 700px;
}
.body .home-list > div .pigbox {
  position: absolute;
  width: 150%;
  left: -25%;
  height: 100%;
  transform: skewX(10deg);
}
.body .home-list > div a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}
.body .home-list > div .home-list-title {
  position: absolute;
  right: 30px;
  bottom: 100px;
  z-index: 10;
}
.body .home-list > div .home-list-title > span {
  font-weight: bold;
  margin-bottom: 35px;
  transition: all 0.5s;
}
.body .home-list > div .home-list-title span {
  display: block;
  transform: skewX(10deg) translateX(0);
  font-size: 28px;
  color: #fff;
}
.body .home-list > div .home-list-title div:not(.clear) {
  float: right;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 3px solid #fff;
  transform: translateY(0);
  transition: all 0.5s;
}
.body .home-list > div .home-list-title div:not(.clear) span {
  font-size: 12px;
}
.body .home-list > div .bg {
  position: absolute;
  height: 300px;
  width: 150%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
}
.body .home-list > div:nth-of-type(2),
.body .home-list > div:nth-of-type(3) {
  border-left: 7px solid #fff;
  z-index: 99;
  overflow: hidden;
}
.body .home-list > div:nth-of-type(3) {
  border-right: 7px solid #fff;
}
.body .home-list > div:nth-of-type(4) .home-list-title {
  right: -10px;
}
.body .home-list > div:hover {
  width: 28%;
}
.body .home-list > div:hover .home-list-title > span {
  transform: skewX(10deg) translateX(500px);
}
.body .home-list > div:hover .home-list-title div:not(.clear) {
  transform: translateY(30px);
  border: none;
  background-color: #de261d;
}
.body .home-list > div:hover .bg {
  background: transparent;
}
.body #v-ph {
  display: none;
}
.body .home-about {
  height: 320px;
  margin-top: 80px;
  animation: show 1.5s;
  animation-fill-mode: both;
}
.body .home-about .about-left {
  float: left;
  width: 50%;
  height: 100%;
}
.body .home-about .about-left div:nth-of-type(1) {
  font-size: 26px;
  color: #515151;
  font-weight: bold;
}
.body .home-about .about-left div:nth-of-type(2) {
  width: 50px;
  height: 2px;
  margin: 30px 0px;
  background-color: #cccccc;
}
.body .home-about .about-left div:nth-of-type(3) {
  font-size: 14px;
  color: #646464;
  margin-bottom: 50px;
}
.body .home-about .about-left div:nth-of-type(4) {
  line-height: 35px;
  width: 100px;
  height: 35px;
  border: 2px solid #cccccc;
  transform: skewX(-10deg);
}
.body .home-about .about-left div:nth-of-type(4) a {
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 14px;
  color: #cccccc;
}
.body .home-about .about-left div:nth-of-type(4):hover {
  border: none;
  background-color: #cccccc;
}
.body .home-about .about-left div:nth-of-type(4):hover a {
  color: #fff;
}
.body .home-about .about-right {
  cursor: pointer;
  box-sizing: border-box;
  height: 100%;
  float: right;
  width: 47%;
  position: relative;
  overflow: hidden;
}
.body .home-about .about-right video {
  width: 100%;
  height: 100%;
}
.body .home-about .about-right > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.body .home-about .about-right .bg {
  transition: all 1.5s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.body .home-about .about-right .bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.body .home-about .about-right:hover .bg {
  background: rgba(0, 0, 0, 0.2);
}
.body .home-pro {
  margin-top: 110px;
}
.body .home-pro .pro-title {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.body .home-pro .pro-title a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.body .home-pro .pro-title span:nth-of-type(1) {
  font-size: 26px;
  font-weight: bold;
  float: left;
  color: #515151;
}
.body .home-pro .pro-title span:nth-of-type(2) {
  font-size: 16px;
  color: #515151;
  float: right;
}
.body .home-pro .pro-title:hover span:nth-of-type(2) {
  color: #de261d;
}
.body .home-pro .pro-list {
  margin-top: 50px;
}
.body .home-pro .pro-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.body .home-pro .pro-list ul li {
  position: relative;
  margin-bottom: 30px;
  width: 23%;
}
.body .home-pro .pro-list ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.body .home-pro .pro-list ul li div {
  overflow: hidden;
}
.body .home-pro .pro-list ul li div img {
  transition: all 1.5s;
  width: 100%;
  height: auto;
}
.body .home-pro .pro-list ul li span {
  display: inline-block;
  width: 100%;
  line-height: 20px;
  margin-top: 20px;
  text-align: center;
}
.body .home-pro .pro-list ul li:hover div img {
  transform: scale(1.1);
}
.body .home-pro .pro-list ul li:hover span {
  color: #de261d;
}
.body .foot {
  position: relative;
  background-color: #1f2130;
  width: 100%;
  margin-top: 50px;
}
.body .foot .top-btn {
  position: fixed;
  width: 55px;
  height: 55px;
  background-color: #2775cd;
  color: #fff;
  right: 30px;
  bottom: 100px;
  cursor: pointer;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  z-index: 999;
}
.body .foot .foot-box .foot-top {
  margin-top: 70px;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #818080;
}
.body .foot .foot-box .foot-top .foot-left {
  width: 50%;
  float: left;
}
.body .foot .foot-box .foot-top .foot-left span {
  display: block;
}
.body .foot .foot-box .foot-top .foot-left span:nth-of-type(1) {
  font-size: 20px;
  color: #fffefe;
  margin-bottom: 40px;
  letter-spacing: 2px;
}
.body .foot .foot-box .foot-top .foot-left span:nth-of-type(2) {
  font-size: 14px;
  color: #a0a0a0;
  line-height: 30px;
}
.body .foot .foot-box .foot-top .foot-right {
  float: right;
  width: 50%;
}
.body .foot .foot-box .foot-top .foot-right .foot-title {
  padding-left: 80px;
}
.body .foot .foot-box .foot-top .foot-right .foot-title > span {
  font-size: 20px;
  color: #fffefe;
  margin-bottom: 40px;
  display: block;
  letter-spacing: 2px;
}
.body .foot .foot-box .foot-top .foot-right .foot-title ul li {
  margin-bottom: 15px;
}
.body .foot .foot-box .foot-top .foot-right .foot-title ul li a {
  color: #a0a0a0;
  font-size: 14px;
}
.body .foot .foot-box .foot-top .foot-right .foot-title ul li a:hover {
  color: #de261d;
}
.body .foot .foot-box .foot-bottom {
  height: 100px;
  position: relative;
}
.body .foot .foot-box .foot-bottom .foot-left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.body .foot .foot-box .foot-bottom .foot-left span {
  line-height: 30px;
  display: block;
  font-size: 13px;
  color: #a0a0a0;
}
.body .foot .foot-box .foot-bottom .foot-left span a {
  line-height: 30px;
  display: block;
  font-size: 13px;
  color: #a0a0a0;
}
.body .foot .foot-box .foot-bottom .foot-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.body .foot .foot-box .foot-bottom .foot-right ul li {
  margin-left: 20px;
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
}
.body .foot .foot-box .foot-bottom .foot-right ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@font-face {
  font-family: 'iconfont';
  src: url('iconfont.eot');
  src: url('iconfont.eot?#iefix') format('embedded-opentype'), url('iconfont.woff2') format('woff2'), url('iconfont.woff') format('woff'), url('iconfont.ttf') format('truetype'), url('iconfont.svg#iconfont') format('svg');
}
@font-face {
  font-family: "HELVETICA-NEUE";
  src: url("HELVETICA NEUE.woff2") format("woff2"), url("HELVETICA NEUE.woff") format("woff"), url("HELVETICA NEUE.ttf") format("truetype"), url("HELVETICA NEUE.eot") format("embedded-opentype"), url("HELVETICA NEUE.svg") format("svg");
}
@font-face {
  font-family: "069-HELVETICANEUE-ULTRALIGHT";
  src: url("069-HELVETICANEUE-ULTRALIGHT.woff2") format("woff2"), url("069-HELVETICANEUE-ULTRALIGHT.woff") format("woff"), url("069-HELVETICANEUE-ULTRALIGHT.ttf") format("truetype"), url("069-HELVETICANEUE-ULTRALIGHT.eot") format("embedded-opentype"), url("069-HELVETICANEUE-ULTRALIGHT.svg") format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon {
  width: 100%;
  height: 100%;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
@media (min-width: 1300px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 1300px) {
  .body .home-list > div .home-list-title > span {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .body .head .head-list ul li {
    padding: 0 15px;
  }
}
@media (max-width: 990px) {
  .body .head .head-eamil {
    display: none;
  }
}
@media (max-width: 800px) {
  .body .home-list > div {
    height: 500px;
  }
  .body .home-list > div .home-list-title > span {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .body .home-list > div .home-list-title {
    bottom: 80px;
  }
  .body .home-about {
    height: auto;
  }
  .body .home-about .about-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .body .home-about .about-right {
    width: 100%;
    height: 400px;
  }
  .body .home-pro {
    margin-top: 60px;
  }
  .body .foot .foot-box .foot-bottom .foot-left {
    width: 50%;
  }
  .body .foot .top-btn {
    display: none;
  }
}
@media (max-width: 1100px) {
  .container {
    width: 90%;
  }
}
@media (min-width: 1100px) {
  @keyframes show {
    0% {
      opacity: 0;
      transform: translateY(200px);
    }
    100% {
      opacity: 1;
      transform: translateY(0px);
    }
  }
}
@media (max-width: 700px) {
  .fltr {
    display: none;
  }
  .body .head {
    width: 100%;
    position: fixed;
    left: 0;
    transform: translateX(0);
    border-radius: 0;
    height: 60px;
    line-height: 60px;
  }
  .body .head .logo {
    margin-left: 20px;
    height: 50px;
    width: 50px;
    line-height: 40px;
    float: none;
    display: inline-block;
  }
  .body .head .head-list {
    display: none;
    position: fixed;
    margin-left: 0;
    float: none;
    width: 100%;
  }
  .body .head .head-list ul {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .body .head .head-list ul li {
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
  }
  .body .head .logo img {
    width: 100%;
    height: auto;
  }
  .body .head .head-language {
    margin-right: 20px;
  }
  .body .head .ph-headbtn {
    display: inline-block;
  }
  .body .home-list {
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .body .home-list > div {
    width: 100%;
    transform: skewX(0deg);
    border: none !important;
    height: 200px;
  }
  .body .home-list > div .pigbox {
    transform: skewX(0deg);
  }
  .body .home-list > div .home-list-title > span {
    transform: skewX(0deg) translateX(0);
    font-size: 20px;
  }
  .body .home-list > div .bg {
    height: 100px;
  }
  .body .home-list > div .home-list-title span {
    transform: skewX(0deg) translateX(0);
  }
  .body .home-list > div .home-list-title {
    bottom: 30px;
    right: 30px !important;
  }
  .body .home-about .about-right {
    height: 200px;
  }
  .body .home-pro .pro-title span:nth-of-type(1) {
    width: 100%;
  }
  .body .home-pro .pro-title span:nth-of-type(2) {
    float: none;
  }
  .body .home-pro .pro-title {
    height: 100px;
  }
  .body .home-pro .pro-list ul li {
    width: 48%;
  }
  .body .foot .foot-box .foot-top .foot-left {
    width: 100%;
  }
  .body .foot .foot-box .foot-top .foot-right .foot-title {
    padding-left: 0px;
  }
  .body .foot .foot-box .foot-top .foot-right {
    width: 100%;
  }
  .body .home-about {
    margin-top: 30px;
  }
  .body .home-about .about-left div:nth-of-type(3) {
    margin-bottom: 20px;
  }
  .body .home-pro {
    margin-top: 30px;
  }
  .body .home-pro .pro-list {
    margin-top: 20px;
  }
  .body .foot .foot-box .foot-top .foot-left span:nth-of-type(1) {
    margin-bottom: 20px;
  }
  .body .foot .foot-box .foot-top {
    margin-top: 30px;
  }
  .body .foot .foot-box .foot-top .foot-right .foot-title > span {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .body .foot .foot-box .foot-bottom .foot-left {
    width: 100%;
    top: 60px;
    transform: translateY(0%);
  }
  .body .foot .foot-box .foot-bottom .foot-right {
    width: 100%;
    top: 10px;
    transform: translateY(0%);
  }
  .body .foot .foot-box .foot-bottom .foot-right ul {
    display: flex;
    justify-content: space-between;
  }
  .body .foot .foot-box .foot-bottom .foot-right ul li {
    margin-left: 0px;
  }
  .body .foot .foot-box .foot-bottom .foot-left span:nth-of-type(1) {
    display: none;
  }
  .body .home-about .about-left div:nth-of-type(3) {
    font-size: 16px;
  }
  .body #v-ph {
    display: block;
  }
  .body #v-ph .pigbox img {
    width: 100% !important;
  }
  #v-comp {
    display: none;
  }
}
