
.ul_li_list:hover{ cursor:pointer;}


.cd-container h1{ font-weight:bold; font-size:30px; color:#000;}
.cd-container::after {
  content: '';
  display: table;
  clear: both;
}

.cd-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
  z-index: 2;
}

.cd-header:after {
  content: "";
  display: table;
  clear: both;
}

.cd-header #cd-logo {
  float: left;
  margin: 13px 0 0 5%;
}
.cd-header #cd-logo img {
  display: block;
}

@media only screen and (min-width: 768px) {
  .cd-header {
    height: 100px;
	background: rgba(255, 255, 255, 0); 
	color:#FFF;
  }
  
  
  .co-row{margin-top:15px;}
  .co-row .col-md-5{margin-top:15px;}
  .cd-container h1{ font-weight:bold; font-size:50px; color:#000;}


  .cd-header #cd-logo {
    margin: 23px 0 0 5%;
	
  }
}

.cd-main-nav {
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 100%;
  cursor: pointer;
}
.cd-main-nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.cd-main-nav ul.is-visible {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.cd-main-nav a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  background: #2f292a;
  border-top: 1px solid #453c3d;
  color: #8e7d7f;
}
@media only screen and (min-width: 768px) {
  .cd-main-nav {
    width: auto;
    height: auto;
    background: none;
    cursor: auto;
  }
  .cd-main-nav ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 70px;
  }
  .cd-main-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .cd-main-nav li {
    display: inline-block;
    margin-left: 1em;
  }
  .cd-main-nav a {
    display: inline-block;
    height: auto;
    line-height: normal;
    background: transparent;
    padding: .6em 1em;
    border-top: none;
    color: #3d3536;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .no-touch .cd-main-nav a:hover {
    color: #99a478;
  }
}

.cd-main-content {
  height: 100%;
  position: relative;
  z-index: 1;
}

.cd-fixed-bg {
  position: relative;
  min-height:100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.cd-fixed-bg h1, .cd-fixed-bg h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 1170px;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: white;
}
.cd-fixed-bg.cd-bg-4 {
  background-image: url("../img/cd-background-4.jpg");

}
@media only screen and (min-width: 768px) {
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-fixed-bg {
    background-attachment: fixed;
  }
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 48px;
    font-weight: 300;
  }
}

.cd-scrolling-bg {
  position: relative;
  /*min-height: 100%;*/
  padding: 4em 0;
  line-height: 1.6;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.cd-scrolling-bg.cd-color-1 {
  background-color: #fff;
  color: #a6989a;
}
.cd-scrolling-bg.cd-color-2 {
  background-color: #fff;
  color: #000;
}
.cd-scrolling-bg.cd-color-3 {
  background-color: #d3e8e9;
  color: #3d3536;
}

.hr{ border-bottom:1px solid #00F;
	margin:auto;
	 margin-top: 20px;
     margin-bottom: 20px;
	 width:50%}
@media only screen and (min-width: 768px) {
  .cd-scrolling-bg {
    padding: 8em 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
    font-weight: 300;
  }


}

@media only screen and (max-width: 768px) {
	.navbar-brand img{ height:40px;}
	.navbar-brand{padding:5px 15px}
}





.cd-content{ padding:10px 30px; line-height:30px; font-size:16px; text-align:left; }
.col-mdsmxs{border:0px solid #CCC;}
.col-mdsmxs img{width:100%;}
.col-md-3,.col-sm-6,.col-xs-12,.col-sm-5,.col-sm-3,.col-sm-2,.col-sm-4{ padding:15px;}
.col-sm-3,.col-sm-4,.col-sm-2{ color:#FFF;}

.col-garden{ width:200px; height:200px; border:10px solid #1b68b8; margin:auto; border-radius:50%;}
.co-tilte{ margin:30px 0; font-size:20px; font-weight:bold; color:#3CC; border-bottom:2px solid #CCC}

.co-p{ text-align:left;}
.top-center{  font-size:16px; text-align:left; line-height:30px;}



/*翻牌效果*/
.brand a{
	display: block;
	float: left;
	width: 180px;
	height: 180px;
	text-align: center;
	position: relative;
}
.brand img{
	
	width: 180px;
	height: 180px;
}
.brand .info{
	display: none;
	border-radius:50%;
	border:1px solid #999;
	background:#666;
}
.vertical .info{
	width: 180px;
	height: 180px;
	margin: 0 auto;
}
.vertical a{ text-decoration:none; color:#fff;}


.info_title{ height:85px; font-size:24px; font-weight:bold; line-height:85px;}
.info_hr{ border-bottom:10px solid #fff;}
.info_content{height:85px; line-height:40px; }





