body{
  font-family:helvetica;
  margin:0;
  padding:0;
  overflow-x:hidden;
  background:#fff;
}
button,input{
  border-radius:0;
}
a,button,input{
  webkit-tap-highlight-color:rgba(0,0,0,0);
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
@font-face {
  font-family: 'Helvetica-Light';
  src: url('../font/HVLO_0.TTF');
  src:local('☺'),
  url('fonts/HVLO_0.woff') format('woff'),
  url('fonts/HVLO_0.ttf') format('truetype'),
  url('fonts/HVLO_0.svg#webfontOTINA1xY') format('svg');
}
@font-face {
  font-family: 'BaronNeue';
  src: url('../../font/Baron Neue.otf');
  src:local('☺'),
    url('../../font/Baron Neue.otf') format('woff'),
    url('../../font/Baron Neue.otf') format('truetype'),
    url('../../font/Baron Neue.otf') format('svg');
}
#svg svg{
  position: relative;z-index: 110;
}
#svg svg g:hover{
  cursor: pointer;
}
.no-collect{
  color:#999999;
  font-size:0.8421052631578947vw;
  margin-top:30%;
}
img.img-thumbnail{
  background-color: transparent;
}
.active{
  background: #399FDE!important;
}
.head ul li.active{
    cursor: pointer;
    border-bottom: 3px solid rgba(231,18,16,1);
    background: #ffffff!important;
}
.head ul li.active a{
  color:#000000;
}
.head ul li a{
  height: 100%;
  display: inline-block;
}
html{
  position: relative;
  z-index: -100;
}
img{
  margin:0;
  padding: 0;
}
.edui-container .edui-editor-body{
  overflow-y: scroll;
}
.glyphicon {
  position: relative;
  top: 0.05263157894736842vw;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}
input {
  -webkit-appearance:none;
 /*去除input默认样式*/
}
input,button{
  border:none;
  outline: none;
}
.nav_en{
  padding: 0 20px;
  border-left: 2px solid #737373;
}
.css {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
input.prompt{
  background:#FFFEC9;
  color:#EC3724;
  font-size: 0.8421052631578947vw;
}
.icon-pingguo{
  font-size: 1.0526315789473684vw!important;
}
a {
  text-decoration:none;
  outline: none;
}
input{
  outline:none;
  vertical-align:middle;
}
ul,li{
  margin:0;
  padding:0;
  list-style:none;
  margin-bottom:0!important;
}
.screen{
  position: absolute;
  width:100%;
  height: 100%;
  overflow:hidden;
  top:0;
  left: 0;
}
.banner .screen img{
  top:0%;
  position: absolute;
}
.hide{
  display: none;
}
.hides{
  display: none;
}
.left{
  float:left;
}
.right{
  float:right;
}
.clear:after{
  content:".";
  clear:both;
  display:block;
  height:0;
  overflow:hidden;
  visibility:hidden;
}
.text-center{
  text-align: center;
}
.text-left{
  text-align: left;
}
.text-bottom{
  display:table-cell;
  vertical-align:bottom;
}
.hide{
  display: none;
}
p,h1,h2,h3,span{
  margin:0;
  padding: 0;
}
.container{
  margin-left:auto;
  margin-right:auto;
}
.bg{
  width:100%;
  height: 100%;
  position: absolute;
  left: 0;
  top:0;
  z-index: -1;
}
span{
  color: #000000;
}
a{
  color:#737373;
}
#footer{
  width:100%;
  height:50px;
  background:rgba(51,51,51,1);
  line-height: 50px;
}
#footer span{
  font-size:14px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(102,102,102,1);
}
#footer a{
  font-size:14px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(102,102,102,1);
}
#footer .left a{
  height: 100%;
  display: inline-block;
  line-height: 50px;
  padding-left: 35px;
  position: relative;
  margin-left: 8px;
}
#footer .left a img{
  border: none;
    width: 20px;
    position: absolute;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    line-height: 50px;
    left: 0;
    margin-left: 10px;
}
.icon-caidan{
  display: none;
}
.over-scroll .step a{
  height: auto;
  display: inline-block;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
    width: 5px;
    height: 5px;
    background-color: rgb(236, 236, 236);
}
 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
    border-radius: 50%;
}
 
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    border-radius: 50;
    background-color: #d2d2d2;
}
@media screen and (max-width: 1350px){
    .head ul li {
      margin-right: 2.5vw;
  }
}
@media screen and (max-width: 1100px){
  .head .step div span:nth-child(1){
    transform: translateY(-1px);
  }
  #footer .left a img{
    transform: translate(-3px,4px);
  }
  #footer{
    height: auto;
    text-align: center;
    line-height: 25px;
    padding: 5px 0;
  }
  .over-scroll .step{
    white-space: nowrap;
    overflow-y: hidden;
    height: 60px;
  }
  .head .menu > a > img{
    margin-left: 10px!important;
  }
  .head ul li.active{
    background: #399FDE!important;
  }
  .head ul li.active a{
    color: #ffffff!important;
  }
  #footer span, #footer .right{
    font-size: 12px;
    float: unset;
    display: inline-block;
  }
  #footer a{
    font-size: 12px;
  }
}
@media screen and (max-width: 1700px){

}
@media screen and (max-width: 1450px){
  
}
@media all and (max-width: 1100px){
  .nav_en{
    border-left:none;
  }
}

select:hover{
  cursor: pointer;
}
