
html,body{
    margin: 0;
    padding: 0;
    background: #ffffff;
    min-width: 1000px;

}
@font-face{
    font-family: Sequel45;
    src: url(../font/OGJ\ Type\ Design\ -\ Sequel\ 100\ Wide\ 45\ Wide.otf) format("opentype");
}
@font-face{
    font-family: Sequel65;
    src: url(../font/OGJ\ Type\ Design\ -\ Sequel\ 100\ Wide\ 65\ Wide.otf) format("opentype");
}
@media (min-width: 1200px){
.container {
  
   min-width: 1000px;
}
}
.container{
    padding-right: 0;
    padding-left: 0;
}

.current{position:fixed;top:0px;}
@media (min-width: 768px){
.navbar-nav {
    float: right;
    margin: 0;
}
.container {
    min-width: 1000px;
}
}

.memos_memos a:hover{
    color: black;
}

a:hover{
    text-decoration: none;
    color: #ffffff;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    padding: 0;
    margin: 0;
    list-style: none;
}
.head-box{
    width: 100%;
    height: 80px;
    background: #ff3b30;
    position: relative;
}
.TipsBox{
    width: 60%;
    position: fixed;
    z-index: 10000;
    top: 20%;
    right: 20%;
    display: none;
}
.TipsBox img{
    width: 100%;
}
.TipsYearsClose{
    width: 50px;
    height: 50px;
    float: right;
    margin-right: -50px;
    margin-top: -50px;
    cursor: pointer;
}
.head_logo{
    width: 145px;
    height: 38px;
    position: absolute;
    margin-top: 21px;
}
.head_logo img{
    width: 100%;
}
.head_menue{
    width:73%;
    float: right;
}
.head_menue li{
    width: 12.5%;
    float: left;
    
}
.head_menue li:hover{
     border-bottom: 2px solid #ffffff;
     font-weight: 700;
}
.head_menue li a{
    width: 100%;
    float: left;
    height: 78px;
    text-align: center;
    line-height: 78px;
    font-size: 14px;
    font-weight: bold;
}
.menue_navli{
    border-bottom: 2px solid #ffffff;
    font-weight: 700;
}
.menue_iteam{
 color: rgba(255, 255, 255, 0.7);
}
.menue_nav{
    color: #ffffff;
    font-weight: 700;
}


/**/
.navbar-inverse{
    background-color: #FF3B30;

    
}
.navbar-brand {
    height: 70px;
}
.navbar-brand img{
    height: 100%;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
    background-color: #ff3b30;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
    background-color: #ff3b30;
    color: #ffffff;
}
.navbar-nav>li>a {
    line-height: 37px;
}
.navbar-inverse .navbar-nav>li>a{
    color: rgba(255, 255, 255, 0.7);
   
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 13px 18px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 8px;
    background-color: #ff3b30;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-inverse .navbar-toggle {
     border-color: #ff3b30;        
}
.navbar-inverse .navbar-toggle:hover{
background-color: #ff3b30;
}
.navbar-inverse .navbar-toggle:focus{
    background-color: #ff3b30;
}
.service-box{
    width: 80px;
    height: 80px;
    position: fixed;
    z-index: 1001;
    bottom: 100px;
    right: 0;
    cursor: pointer;
}
.click_box{
    position: absolute;
    width: 170px;
    height: 222px;
    margin-left: 30px;
    margin-top: -222px;
}
.pic_box{
    background: #ffffff;
    margin: 0 auto;
    position: relative;
    
}
.pic_box img{
    width: 100%;
}