@charset "utf-8";
.model{position: relative;}
button:focus ,:active{outline:0;}
body {
  font-size:16px;
  font-family: 'Microsoft YaHei';
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  color: #222;
  background: #fff;   
}

body,html {margin:0px;padding:0px;font-size:16px;line-height:1.5em;font-family: 'Microsoft YaHei';}
input,select,textarea{font-size:14px;line-height:1.5em;font-family: 'Microsoft YaHei';}


a,a:hover{text-decoration: none}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px;
}

.RWDedictor001 h1 {font-size:60px;}
.RWDedictor001 h2.subTitle {font-size:25px;}
.RWDedictor001 h2.subTitle:after {
    background-color: #222;
    display: block;
    height: 1px;
    width: 50px;
    content: '';
    bottom: 63px;
    position: absolute;
    margin-left: -25px;
    left: 50%;
}

footer.footer {
    background-color: #1c1c1c;
    border-top: 2px solid #1abc9c;
    color: #888;
}
footer.footer .copyright_block {
    background-color: #161616;
    border-top: 1px solid rgba(114, 114, 114, 0.25);
    padding: 15px 0;
}

footer.footer .footer_block {
    background-color: #1c1c1c;
    padding-bottom: 20px;
    padding-top: 50px;
}
.copyright_desc a ,.copyright_desc a:hover,.copyright_desc{color:#c9c9c9;font-size:13px;}



footer.footer .footer_block h3 {
    color: #c9c9c9;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size:18px;
}

footer.footer .footer_block p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 15px;
}
footer.footer .footer_block p {
    font-size: 14px;
    margin-bottom: 20px;
}
footer.footer .footer_block ul.icon-list > li {
    padding-bottom: 10px;
}
footer.footer .footer_block ul.icon-list > li > i {
    padding-right: 10px;
}
footer.footer .footer_block ul.social-icon-list > li {
    padding-bottom: 10px;
}
footer.footer .footer_block ul.social-icon-list > li a {
    border: 1px solid #c9c9c9;
    border-radius: 50%;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
footer.footer .fa{line-height: inherit;}
footer.footer .footer_block ul.social-icon-list > li a:hover {
    border-color: #ffffff;
}
footer.footer .footer_block .newsletter-form input {
    background-color: transparent;
    border-color: #888;
}

footer.footer a {
    color: #c9c9c9;
}
footer.footer a:hover {
    color: #ffffff;
}


@media(max-width:799px){
    
  ul.nav li {
    text-align: center;
  }  
  .navbar .nav {
    width: 100%;
  }
}
@media (min-width: 767px){
  .navbar-nav{
    float: none !important;
  }   
  .navbar-nav>li {
    float: none;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }  
}
@media (min-width: 768px){
  .navbar-toggle{
    display:block;
  }
  .navbar-header {
    float: none;
  }   
  .navbar-collapse.collapse {
    display: none!important;
  }  
  .navbar-collapse.in{
    display: block!important;
  }
}
/*大於800*/
@media (min-width: 800px) {
  .navbar-nav{
    float: right !important;
  }       
  .navbar-toggle{
    display:none;
  }    
  .navbar-header {
    float: left;
  }  
  .navbar-nav>li {
    float: left;
  } 
  .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
  }  
}
@media screen and (min-width: 992px) {
	.nav-mf>li>a{
	    line-height:80px!important
	}
}

@media screen and (max-width: 991px) and (min-width: 800px) {
  .navbar-nav > li > a{
    line-height:30px!important
  }
  .navbar-nav > li{
		margin-top: 30px!important
	}
  
}
.logo h2,.logo p{
  color: #fff
}
.logo h2{
  font-size: 45px
}
.logo p{
  font-size: 50px;
  margin-top: 30px;
  word-break: break-word;
  line-height: 1.5;
  display: block;
  font-weight: 600

}
@media screen and (max-width: 480px) {
  .logo p{
    font-size: 26px;
    word-break: break-word;
  }
}
