html {
  font-size: 90px;
}
body {
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}
/**
* 字体图标
*/
/*定义字体*/
@font-face {
  font-family: 'itcast';
  src: url(fonts/MiFie-Web-Font.eot) format("embedded-opentype"), url(fonts/MiFie-Web-Font.ttf) format("truetype"), url(fonts/MiFie-Web-Font.svg) format("svg"), url(fonts/MiFie-Web-Font.woff) format("woff");
}
*{
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  box-sizing: border-box;
}
a:hover,a:active,a:visited,a:link{
  /* color:#333; */
  text-decoration: none;
  text-decoration-line: none;
}


/* 头部黑条区域 */
.header-top{
  height:28px;
  background-color: #333;
  /* width: 100%; */
}
.header-top a {
  font-size: 12px;
  color: #fff;
}
.header-top .company-header div:first-child a,i{
  text-decoration: none;
  font-size: 12px;
}
.header-top .company-header div:first-child a{
  padding-right:5px;
}
.header-top .company-header span {
  padding: 0 12px;
}

.header-top .company-header  .border-left{
  border-left: 1px solid #949494;
}
.header-top .company-header span a b {
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  vertical-align: -1px;
}

/* daohang */
/* #header{
  position: fixed;
  top: 28px;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.navbar{
  border-radius: 0;
} */

/*二级菜单*/
.wkk_nav_box{
  position: absolute;
  top: 68px;
  left:-14px;
  display: none;
  width: 135px;
  background-color: #ffffff;
}
.wkk_nav_box ul li{
  text-align: center;
  font-size: 14px;
  padding:12px 25px;

}
.wkk_nav_box ul li:hover{
  background-color:#f3f3f3;
}
.wkk_nav_box ul li a{
  color:#666666;
  text-decoration: none;
  padding:0 !important;
}
.btn-know-more {
  margin-top: 20px;
}
.btn-know-more a{
  padding: 10px;
  border: 2px #666666 solid;
  display: block;
  width: 150px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  color: #333 !important;
  text-decoration: none;
}

.modal-backdrop{
  display: none;
}
.modal-content i.iconfont:hover {
  transform: rotate(90deg);
}
.close-video-dialog-btn{
  font-size: 40px;
  color: #696969;
  position: absolute;
  right: -100px;
  top: 0px;
  cursor: pointer;
  transition: all ease .3s;
  font-weight: bold;
}
.modal-content{
  margin-top:110px;
}
@media (max-width: 480px){
  .wkk_nav_mobile_box{
    position: relative;
    top: 4px;
  }

  .wkk_nav_mobile_box ul li{
    text-align: center;
    font-size: 14px;
    padding:12px 25px;
    padding: 0;
    padding-left: 30px;
  }
  .wkk_nav_mobile_box ul li a{
    color:#666666;
    text-decoration: none;
    padding:0 !important;
  }
  .wkk_nav_mobile_box {
    padding-left: 5px;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: -8px;
  }
  .btn-know-more a{
    font-size: 12px   ;
  }
}
body{
  /* position: relative; */
}
footer{

}

.header-nav .entsites ul{
  display: none;
}