* {margin:0;padding:0;}
body{
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}
body,html,.home{
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: #E5E5E5;
}
#mobile-menu {
  /* position:fixed; */
  top:0;
  top:81px;
  left:0;
  /* width:220px; */
  width:100%;
  /* height:70%; */
  background-color:#fff;
  z-index:9999;
}
.container{
  padding: 0 !important;
}
a:hover ,a:focus{
  text-decoration:none
}
.header{
  position: relative;
}
.newslist .header, .info .header{
  height: 80px;
}

.newslist .mobile-nav-taggle , .info .mobile-nav-taggle{
  color: #F3A025;
}

.mobile-nav ul li a {
  color:gray;
  display:block;
  /* padding:1em 5%; */
  /* border-top:1px solid #999; */
  border-top:1px solid #999;
  transition:all 0.2s ease-out;
  cursor:pointer;
}
.mobile-nav ul li a #mobile-menu {
  position:fixed;
  top:0;
  left:0;
  width:220px;
  height:100%;
  background-color:#373737;
  z-index:9999;
  transition:all 0.3s ease-in;
}
.mobile-nav ul li a:hover {
  background-color: #23A1F6;
  color: #ffffff;
}
.show-nav {
  transform:translateX(0);
}
.hide-nav {
  /* transform:translateX(-220px); */
  transform:translateX(-1080px);
} 
.home-nav{
  height: 80px;
  width: 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  /* background: rgba(255,255,255,0.2); */
  background: #fff;
  /* position: absolute; */
  top: 0;
  z-index: 22;
}
.navbar-brand{
  box-sizing: border-box;
  height: 100%;
  padding-left: 0;
  color: #F3A025 !important;

  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
  margin-top: 5px;
  padding-right: 0;
}
.nav.navbar-nav{
  /* height: 80px; */
  float: right;
  background: #fff;
  /* padding-bottom: 20px; */
}
.home-nav .nav.navbar-nav li{
  height: 100%;
  margin-left: 8px;
  margin-right: 8px;
  max-width: 111px;

}
.visible-lg .navbar-nav li a{
  line-height: 72px;
  font-size: 16px;
  color: #333;
  padding-left: 0;
  max-width: 111px;
  min-width: 84px;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
  background:none;
  color: #F3A025;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
  color: #F3A025;
}
.navbar-inverse .navbar-nav>li>a{
  color: #333;
}
.activeNav{
  border-bottom: 8px solid #F3A025;
}
@media screen and (min-width: 1400px){
  body{
    font-size: 18px;
  }
  .container{
    width: 1400px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
}

.activeNav.big a.bigA{
  color: #F3A025 !important;
  box-sizing: border-box;
}
.dropdown-menu{
  top: auto;
}
.activeNav .dropdown-menu a{
  color: #333;
}
.nav.navbar-nav .dropdown-menu li{
  font-size: 14px;
  height: 36px;
  line-height: 36px;
}
.nav.navbar-nav .dropdown-menu li a{
  line-height: 36px;
  font-size: 14px;
}
.nav.navbar-nav .dropdown-menu li a:hover{
  color: #F3A025;
  background: #fff;
}

.mobile-nav-taggle {
  height:35px;
  line-height:35px;
  width:35px;
  /* background-color:#23A1F6; */
  /* color:#ffffff; */
  color: #F3A025;
  display:inline-block;
  text-align:center;
  cursor:pointer
}
.nav.avbar-inverse{
  position:relative;
}
.nav-btn {
  position:absolute;
  right:20px;
  top:20px;
  z-index: 22;
}
#mobile-menu .navbar-nav{
  margin: 0;
  width: 100%;
  display: none;
}
#mobile-menu .navbar-nav li a{
  width: 100%;
  line-height: 40px;
  padding: 0;
}
#mobile-menu .nav.navbar-nav li{
  height: auto;
  width: 100%;
  max-width: 100%;
  margin-right: 0 !important;
  box-sizing: border-box;
  margin: 0;
  text-align: center;
}

#mobile-menu .activeNav{
border: none;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
  border-color: #999;
  color: #F3A025;
}
.mobile-nav ul li a:hover{
  color: #333;
}
.mobile-nav ul li a:hover{
  background: #fff;
}

.ewm{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999999;
  display: none;
  text-align: center;
}

.ewm .tk-main{
  padding: 50px 30px;
  border-radius: 10px;
  width: 520px;
  background: #fff;
  margin: 6% auto 0;
  position: relative;
}
.ewm .tk-main .close{
  position: absolute;
  top: 30px;
  right: 30px;
}
.ewm .tk-main p{
  margin-top: 0;
  text-align: left;
}
@media screen and (min-width: 1400px){
  .footer{
    margin-top: 50px;
    background: rgba(51,57,73,0.05);
  }
  
  .footer .footer-container{
    max-width: 1400px;
    padding: 20px 0 30px;
    margin: 0 auto;
  }
  .footer .footer-container img{
    height: 50px;
    margin-bottom: 70px;
  }
  .footer .footer-container p{
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    margin-left: 50%;
    margin-top: 10px;
  }
  .footer .logoTxt{
    color: #F3A025;
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
  }
  .home .header .title{
    position: absolute;
    top: 200px;
    font-size: 80px;
    line-height: 100px;
    margin: 0;
    color: #fff;
  }
  .home .header .title h4{
    margin: 0;
    font-size: 34px;
  }
  .home .header .info{
    position: absolute;
    bottom: 20px;
    font-size: 20px;
    color: #F3A025;
    background: rgba(255,255,255, 0.5);
    color: #333;
    /* color: #fff; */
    right: 30px;
  }
  .ewm .tk-main p{
    font-size: 16px;
  }
}
@media screen and (min-width:720px) and (max-width:1400px){
  body{
    font-size: 16px;
  }
  .footer{
    margin-top: 50px;
    background: rgba(51,57,73,0.05);
  }
  .footer .footer-container{
    max-width: 720px;
    padding: 20px 0 30px;
    margin: 0 auto;
  }
  .footer .logoTxt{
    color: #F3A025;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
  }
  .footer .footer-container img{
    height: 40px;
    margin-bottom: 20px;
  }
  .footer .footer-container p{
    font-size: 16px;
    line-height: 24px;
    margin-left: 30%;
    margin-top: 5px;
  }
  .navbar-nav .open .dropdown-menu{
    position: static;
    float: none;
    /* width: auto; */
    /* background-color: #fff; */
    margin-top: 0;
    /* background-color: transparent; */
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .home .header .title{
    position: absolute;
    top: 120px;
    font-size: 30px;
    line-height: 50px;
    margin: 0;
    color: #fff;
  }
  .home .header .title h4{
    margin: 0;
    font-size: 14px;
  }
  .home .header .info{
    position: absolute;
    bottom: 20px;
    font-size: 14px;
    /* color: #fff; */

    background: rgba(255,255,255, 0.5);
    color: #333;
    right: 20px;
  }
  .ewm .tk-main p{
    font-size: 14px;
  }
}
@media screen and (max-width:720px){
  body{
    font-size: 16px;
  }
.navbar-brand{
  padding-left: 20px;
  line-height: 40px;
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #F3A025 !important;
}
  .footer{
    margin-top: 30px;
    background: rgba(51,57,73,0.05);
  }
  .footer .logoTxt{
    color: #F3A025;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
  }
  .footer .footer-container{
    max-width: 80%;
    padding: 20px 0 30px;
    margin: 0 auto;
  }
  .footer .footer-container img{
    height: 30px;
    margin-bottom: 20px;
  }
  .footer .footer-container p{
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    /* margin-left: 30%; */
    margin-top: 5px;
  }
  .home .header .title{
    position: absolute;
    top: 100px;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    color: #fff;
  }
  .home .header .title p{
    margin: 0;
  }
  .home .header .title h4{
    margin: 0;
    font-size: 10px;
  }
  .home .header .info{
    position: absolute;
    bottom: 5px;
    font-size: 12px;
    background: rgba(255,255,255, 0.5);
    color: #333;
    /* color: #fff; */
    right: 20px;
  }


  .ewm .tk-main{
    padding: 50px 30px;
    border-radius: 10px;
    max-width: 80%;
    background: #fff;
    margin: 20% auto 0;
    position: relative;
  }
  .ewm .tk-main img{
    width: 90%;
  }
  .ewm .tk-main .close{
    position: absolute;
    top: 30px;
    right: 30px;
  }
  .ewm .tk-main p{
    font-size: 12px;
  }
}

.activeSmall a{
  color: #F3A025 !important;
}
