﻿﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);


/*************************
*******Typography******
**************************/

body {
  background: #fff;
  font-family: '\5FAE\8F6F\96C5\9ED1';
  color: #666666;
  line-height: 22px;
}

h5 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size:18px;
  margin-top:20px;
  margin-bottom: 8px;
  color: #333333;
  line-height:120%;
}

h4 {
  font-family: '\5FAE\8F6F\96C5\9ED1'; font-size:30px; color:#9D3F3D; margin-top:0px; margin-bottom:20px
}

h3 {
  font-weight: 600; 
  font-family: Arial;
  font-size:20px;
  margin-top:20px;
  line-height:150%;
}

h2 {
  font-weight: 600; 
  font-family: Georgia, 'Times New Roman', Times, serif;
  color:#4e4e4e;
}

h1 {
  font-weight: 600;
  font-family: Arial;
  color:#000000; 
  margin-bottom:15px
}

.toutu img{
  border-radius: 8px; margin:10px 0 20px 0;
}

a {
  color: #940714;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:focus {
  color: #d43133;
}

a:hover {
  color: #d43133;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}


.btn-primary {
  padding: 8px 20px;
  background: #940714;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}


.btn-primary:focus{
  background: #940714;
  outline: none;
  box-shadow: none;
} 


.btn-primary:hover{
  background: #940714;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 20px 0;
}

.center {
  text-align: center;
  padding-bottom: 40px;
}

.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}

.lead{
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin-bottom:15px;
  text-align:left;
}

.lead2{
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin-bottom:10px; 
  text-align:left;
  text-indent:15px;
  color: #AC2925;
  padding:2px 0 0 0;
  background-color: #F0E4E4
}

.lead3{
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin-bottom:8px;
  text-align:left;
}

.lead4{
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: '\5FAE\8F6F\96C5\9ED1';
  margin-bottom:8px; 
  text-align:left;
  color: #fff;
}

.lead5{
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  font-family: '\5FAE\8F6F\96C5\9ED1';
  margin:0 10px 10px 10px;
  text-align:left;
}

.point2 {
margin-right:10px;
font-family:"Times New Roman", Times, serif
}
.back{
 text-align:right;
 margin:-10px 0 0 0;
 padding:0;
 font-size: 16px;
 font-weight: 400;
 font-family: Georgia, 'Times New Roman', Times, serif;  
}


/*************************
*******Header******
**************************/

#header .search{
  display: inline-block;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}

.top-bar {
  padding: 10px 0;
  background: #191919;
  border-bottom: 1px solid #222;
  line-height: 28px;
}

.top-number{
  color: #fff;
}

.top-number p{
  margin: 0
}

.social{
  text-align: right;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  color: #fff;
  background: #404040;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}

ul.social-share li a:hover {
  background: #940714;
  color: #fff;
}

.search i {
  color: #fff;
}

input.search-form{
  background: transparent;
  border: 0 none;
  width: 60px;
  padding: 0 10px;
  color: #FFF;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

input.search-form::-webkit-input-placeholder{
  color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}

input.search-form:hover {
  width: 180px;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #151515;
  padding: 15px 0;
  padding-bottom: 0;
}

 .navbar-nav{
  margin-top: 12px;
 }

.navbar-nav>li{
  margin-left: 35px;
  padding-bottom: 28px;
}

.navbar-inverse .navbar-nav > li > a {
  padding: 5px 12px;
  margin: 0;
  border-radius: 3px;
  color: #fff;
  line-height: 24px;
  display: inline-block;
}

.navbar-inverse .navbar-nav > li > a:hover{
	background-color: #940714;
  color: #fff;
}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #940714;
  color: #fff;
}

.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #940714;
  color: #fff;
}

.navbar-inverse .navbar-nav > .open > a {
  background-color: #940714;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #940714;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: #940714;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a {
  background-color: #940714;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0,0,0,.85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #940714;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a {
  background-color: #940714;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a {
  background-color: #940714;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}


.navbar-inverse .navbar-collapse {
  border-top: 0;
  padding-bottom: 0;
}


/*************************
*******Home Page******
**************************/

.nav-tabs>li{
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
}

.nav-tabs{
  border-bottom: transparent;
  border-right: 1px solid #e6e6e6;
}

.nav-tabs>li>a {
  background: #f5f5f5;
  color: #666;
  border-radius: 0;
  border: 0 none;
  line-height: 24px;
  margin-right:0;
  padding: 13px 15px;
  font-family: '\5FAE\8F6F\96C5\9ED1';
  font-size:14px;
  }

.nav-tabs li:last-child{
  border-bottom: 0 none;
} 

.nav-stacked>li+li{
  margin-top: 0;
}

.nav-tabs>li>a:hover{
  background: #1f1f20;
  color:#fff;
}

.nav-tabs > li.active > a:focus {
  border: 0;
  color:#fff;
  background: #1f1f20;
  position: relative;
}

.nav-tabs > li.active > a:hover {
  border: 0;
  color:#fff;
  background: #1f1f20;
  position: relative;
}

.nav-tabs > li.active > a {
  border: 0;
  color:#fff;
  background: #1f1f20;
  position: relative;
}

.nav-tabs>li.active>a:after {
  position: absolute;
  content:  "";
  width: auto;
  height: auto;
  border-style:solid;
  border-color: transparent transparent transparent #1f1f20;
  border-width: 25px 22px;
  right: -44px;
  top:0;
}

.tab-wrap{
  border:1px solid #e6e6e6;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tab-content{
  padding: 20px;
}

.tab-content h2{
  margin-top: 25px; font-size:20px; color:#000
}

.tab-content img{
  border-radius: 4px;
}

.tab-wrap2{
  border-top:1px solid #e6e6e6;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tab-content2{
  padding: 20px 0 0 0;
}

.tab-content2 h2{
  margin-top: 25px; font-size:20px; color:#000
}

.tab-content2 img{
  border-radius: 4px;
}


/***********************
********* Footer ******
************************/
#bottom {
  background: #f5f5f5;
  border-bottom: 5px solid #940714;
  font-size: 14px;
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color: #000;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
  color: #808080;
}

#bottom ul li a:hover {
  color: #940714;
}

#bottom .widget {
  margin-bottom: 0;
}

#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #2e2e2e;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #940714;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}


.mt0 {
	margin-top:0px
}

.mt10 {
	margin-top:10px
}

.mt15 {
	margin-top:15px
}

.mt20 {
	margin-top:20px
}

.mb0 {
	margin-bottom:0px
}

.mb5 {
	margin-bottom:5px
}

.mb10 {
	margin-bottom:10px
}

.mb15 {
	margin-bottom:15px
}

.mb20 {
	margin-bottom:20px
}

.mr10 {
	margin-right:10px
}

.point {
color: #940714;
margin-right:10px;
font-family:"Times New Roman", Times, serif
}

.right-add {
padding:20px; border:1px; border-color:#EEE; border-style: solid; margin:0
}

.right-title {
border:1px; border-color:#DDD; border-style: dashed; margin:-10px -10px 15px -10px
}

.t-justify {
text-align:justify
}

.auto-style1 {
border-collapse: collapse; border:1px; border-color:#eee; border-style:solid; vertical-align:top;
}






