/*********
黑色：#555
蓝色：#2468F2
红色：#ea020d
边框：#e8edf2
浅背景：#f8f9fc
深背景：#f1f4f7
浅文字：#878B99
******************************/
* {
  margin: 0;
  padding: 0;
  outline: 0;
}
body, html {
  overflow-x: hidden;
  color: #555;
  font: 14px/30px "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  background: #fff;
}
blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
}
input[type=text], input[type=submit], textarea, button {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}
input:focus {
  outline: 0;
}
textarea {
  resize: none;
}
h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-size: 100%;
}
abbr, em, i, li, ol, ul {
  list-style-type: none;
  font-style: normal;
}
img {
  border: 0;
  vertical-align: middle;
}
img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:before {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}
* html .clearfix {
  height: 1%;
}
* {
  box-sizing: border-box;
}
a {
  color: #555;
  text-decoration: none;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -ms-transition: .3s;
}
a:hover {
  color: #ea020d;
  text-decoration: none;
}
.hide, .none, ins {
  display: none;
}
.fl {
  float: left;
  display: inline-block;
}
.fr {
  float: right;
  display: inline-block;
}
.wrap {
  clear: both;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}
.animate img {
  position: relative;
  opacity: 1;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
  -webkit-transform: scale(1, 1) rotate(0);
  -ms-transition: .5s all;
}
a:hover .animate img {
  -webkit-transform: scale(1.06, 1.06);
  -moz-transform: scale(1.06, 1.06);
  -o-transform: scale(1.06, 1.06);
  transform: scale(1.06, 1.06);
  -ms-transform: scale(1.06, 1.06);
}
.animate img:hover {
  -webkit-transform: scale(1.06, 1.06);
  -moz-transform: scale(1.06, 1.06);
  -o-transform: scale(1.06, 1.06);
  transform: scale(1.06, 1.06);
  -ms-transform: scale(1.06, 1.06);
}
.tran, .tran a, a.tran, .tran img {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -ms-transition: all .3s;
}
.rotate, .rotate2 img {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
  -ms-transition: all 0.8s;
}
a:hover .rotate, a:hover rotate2 img {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
  -ms-transition: all 0.8s;
}
.rotate:hover {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
  -ms-transition: all 0.8s;
}
@font-face {
  font-family: montserrat-medium;
  src: url("../fonts/montserrat-medium.otf");
}
@font-face {
  font-family: "din";
  src: url("../fonts/din-medium.woff") format("woff"), url("../fonts/din-medium.ttf") format("truetype"), url("../fonts/din-medium.eot") format("embedded-opentype"), url("/static/fonts/din-medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* 关于 */

#local {
  width: 100%;
  background: #f5f5f5;
  border-bottom: 1px solid #f3f3f3
}
#local .left {
  line-height: 50px;
}
#local .left span {
  margin: 0 8px
}
#local .left i {
  color: #878B99
}
#local .right {
  line-height: 50px;
}
#local .right a {
  float: left;
  margin: 0 20px;
  position: relative;
}
#local .right a:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  display: block;
  background: #ccc;
  top: 50%;
  margin-top: -7px;
  right: -20px;
}
#local .right a:before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0px;
  width: 0%;
  height: 3px;
  transform: translateX(-50%);
  background: #ea020d;
  transition: all .3s;
}
#local .right a:last-child {
  margin-right: 0
}
#local .right a:last-child:after {
  display: none
}
#local .right a:hover:before {
  width: 40%
}
#local .right a.currclass:before {
  width: 40%
}
#local .right a.currclass {
  color: #2468F2;
}
#nbanner {
  height: 480px;
  position: relative;
  z-index: 1;
  background: #333;
  overflow: hidden;
}
#nbanner .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  animation: banerBg 3s linear forwards;
}
#nbanner .text {
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  width: 100%;
  padding: 0 50px;
}
#nbanner .text big {
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}
#nbanner .text small {
  display: block;
  font-size: 18px;
  margin-top: 20px;
}
/* 全屏浮层 */
#tan {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 600;
  background: url(../images/style/ba_tan.jpg) center top #000;
  display: none;
}
#tan .info {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translatey(-50%);
}
#tan .info .text {
  color: #fff;
  font-size: 46px;
  line-height: 70px;
  font-family: "din";
}
#tan .info .service {
  font-size: 24px;
  color: #fff;
  margin-top: 30px;
}
#tan .info .qrcode {
  margin-top: 30px;
}
#tan .info .qrcode img {
  width: 150px;
}
#tan .info .tisp {
  color: #666;
}
#tan .btn_close {
  position: absolute;
  right: 20px;
  top: 20px;
}
#tan .btn_close a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #666;
  display: block;
  border-radius: 100%;
  font-size: 24px;
  color: #fff;
}
#tan .btn_close a {
  -webkit-animation: play 3s linear infinite;
  -moz-animation: play 3s linear infinite;
  animation: play 3s linear infinite;
}
#tan .tel {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  text-align: center;
  font-family: "din";
  color: #fff;
  font-size: 24px;
}
#tan .tel span {
  margin: 0 20px;
  color: #fff;
}
#tan .tel span i {
  margin-left: 10px
}
#tan .tel span i a {
  color: #fff;
}
/* 视频 */
#video-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 600;
  background: #000;
  display: none;
}
#video-container video {
  width: 80%;
  margin: 5% 10%;
  height: 80%;
}
#video-container .btn_close {
  position: absolute;
  right: 20px;
  top: 20px;
}
#video-container .btn_close a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #666;
  display: block;
  border-radius: 100%;
  font-size: 24px;
  color: #fff;
}
#video-container .btn_close a {
  -webkit-animation: play 3s linear infinite;
  -moz-animation: play 3s linear infinite;
  animation: play 3s linear infinite;
}

#pop_bg {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  display: none;
  box-sizing: border-box;
  margin-top: -177px;
  margin-left: -262px;
  width: 534px;
  height: 345px;
  background: url("../images/style/pop_03.png") 0 0 no-repeat;
  animation: my_scale .5s;
}
#pop_bg .pop {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  margin-top: -161px;
  margin-left: -258px;
  width: 516px;
  height: 322px;
  transition: transform .1s;
}
#pop_bg .pop .colse_pop {
  float: right;
  margin-top: 20px;
  margin-right: 17px;
  margin-bottom: 10px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  font-size: 16px;
}
#pop_bg .pop .tit {
  position: relative;
  clear: right;
  background: url("../images/style/span_03.jpg") repeat-x center;
  color: #ea020d;
  text-align: center;
  font-size: 16px;
}
#pop_bg .pop .tit span {
  padding: 0 20px;
  background: #fff;
  line-height: 26.88px;
}
#pop_bg .pop .cont_tel {
  color: #878B99;
  text-align: center;
  font-size: 13px;
  line-height: 26.88px;
}
#pop_bg .pop .pop_tit {
  margin-top: 13px;
  text-align: center;
  font-size: 25px;
  line-height: 41.41px;
}
#pop_bg .pop .consult_now {
  margin-top: 26px;
  height: 41px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
#pop_bg .pop .consult_now a {
  margin: auto;
  display: inline-block;
  width: 150px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  border-radius: 30px;
  border: 1px solid #ea020d;
}
#pop_bg .pop .consult_now a:hover {
  background: #ea020d;
  color: #fff;
}
#pop_bg .pop .pho {
  display: flex;
  box-sizing: border-box;
  text-align: center;
  justify-content: center;
  align-items: center;
}
#pop_bg .pop .pho div {
  margin-top: 26px;
}
#pop_bg .pop .pho_num {
  margin-left: 10px;
  line-height: 85px;
  color: #fff;
  font-size: 16px;
}
#pop_bg .pop .pho_num a {
  color: #fff;
  font-size: 20px;
  font-family: arial;
  font-family: dinpro-bold;
  margin-left: 8px;
}
@media (max-width:1500px) {
  .wrap {
    padding: 0 20px;
  }
 
}
@media (max-width:1100px) {
  .wrap {
    padding: 0 20px;
  }
  
}
@media (max-width:800px) {
  body, html {
    font-size: .23rem;
    line-height: .4rem
  }
  .wrap {
    padding: 0 .3rem;
  }
  #pop_bg, #kefu, #header .sub_menu, #header .logo .text, #header .logo .light, #header .menu {
    display: none !important
  }
  
  
  #local .left {
    display: none
  }
  #local .right {
    width: 100%;
    line-height: .44rem;
    padding: .1rem 0
  }
  #local .right a {
    margin: 0 .2rem;
  }
  #local .right a:after {
    height: .2rem;
    top: 50%;
    margin-top: -.1rem;
    right: -.2rem;
  }
  #local .right a:before {
    height: .03rem;
  }
  #nbanner {
    height: 4rem;
  }
  #nbanner .text {
    padding: 0 .3rem;
  }
  #nbanner .text big {
    font-size: .36rem;
    line-height: .4rem;
  }
  #nbanner .text small {
    font-size: .24rem;
    margin-top: .2rem;
  }
  #tan .info .text {
    color: #fff;
    font-size: .4rem;
    line-height: .7rem;
    font-family: dinpro-bold;
  }
  #tan .info .service {
    font-size: .23rem;
    color: #fff;
    margin-top: .3rem;
  }
  #tan .info .qrcode {
    margin-top: .3rem;
  }
  #tan .info .qrcode img {
    width: 2rem;
  }
  #tan .btn_close {
    right: .2rem;
    top: .2rem;
  }
  #tan .btn_close a {
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    font-size: .23rem;
  }
  #tan .tel {
    bottom: .5rem;
    font-size: .23rem;
  }
  #tan .tel span {
    margin: 0 .2rem;
  }
  #tan .tel span i {
    margin-left: .1rem
  }
  /* 视频 */
  #video-container .btn_close {
    right: .2rem;
    top: .2rem;
  }
  #video-container .btn_close a {
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    font-size: .23rem;
  }
}
@-webkit-keyframes ihover {
  0% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
  49% {
    -webkit-transform: translateX(20px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes ani-svg {
  0% {
    opacity: 0.4;
    -webkit-transform: translateY(-20px);
  }
  15% {
    opacity: 0.65;
    -webkit-transform: translateY(-15px);
  }
  25% {
    opacity: 0.8;
    -webkit-transform: translateY(-10px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  65% {
    opacity: 0.8;
    -webkit-transform: translateY(5px);
  }
  75% {
    opacity: 0.65;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 0.4;
    -webkit-transform: translateY(15px);
  }
}
@-webkit-keyframes play {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes play {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotateX(360deg);
  }
}
@keyframes play {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes banerBg {
  0% {
    -webkit-transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
  }
}