body
{
    background: #FFF;
    font-family: 'microsoft Yahei','Open Sans', sans-serif;
    font-size: 13px;
    position: relative;
    color: #333;
}
*{margin:0;padding:0; outline: none;}
img{border:0;}
div,p{display:block;}
ul,li{list-style:none;}
button{ cursor:pointer; }
a{text-decoration:none; outline: none; color: #333;} 
option{star:expression(this.onFocus=this.blur());}
input{star:expression(this.onFocus=this.blur());}
a:hover, a:active {
  color: #009b54;
  text-decoration: none;
  outline:none;
}
a:hover,
a:focus, 
a:visited{
  color: #333;
  text-decoration: none;
  outline:none;
}
input,img,select{vertical-align: middle;}
i{ font-style:normal;}
b{ font-weight:normal;}
img{
  width: 100%;
}
.clear{ width:100%; height:0; overflow:hidden; clear:both;}
.txt-white{
  color: #fff;
}
.txt-black{
  color: #000;
}
.txt-high{
  color: #f90 !important;
}
.txt-16{
  font-size: 16px;
}
.txt-24{
  font-size: 24px;
}
.txt-indent2{
  text-indent: 2em;
}
.no-padding{
  padding: 0;
}
.no-padding-left{
  padding-left: 0;
}
.no-padding-right{
  padding-right: 0;
}
.mg-t10{
  margin-top: 10px !important;
}
.mg-t20{
  margin-top: 20px;
}
.mg-b15{
  margin-bottom: 15px;
}
.mg-t30{
  margin-top: 30px;
}
.mg-t15{
  margin-top: 15px;
}
.mg-t50{
  margin-top: 50px;
}
.mg-r15{
  margin-right: 15px;
}
.pd-10{
  padding: 10px;
}
.pd-15{
  padding: 15px;
}
.pd-b10{
  padding-bottom: 10px;
}
.pd-b15{
  padding-bottom: 15px;
}
.pd-b30{
  padding-bottom: 30px;
}
.border{
  border: 1px solid #e0e0e0;
}
.border-t{
  border-top: 1px solid #e0e0e0;
}
.border-b{
  border-bottom: 1px solid #e0e0e0;
}
.z-index10{
  z-index: 10;
}
.inline-b{
  display: inline-block;
}
.absolute{
  position: absolute;
}
.realtive{
  position: relative;
}
.bname {
    height: 20px;

    line-height: 20px;

    font-size: 18px;

    font-weight: bold;

    text-indent: 0;

    margin-top: 15px;

    padding-left: 22px;
    border-left: 4px solid #009554;}
/* header-top */
.header-top {
    color: #fff;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-transform: uppercase;
    background-color: #009554;
}
.top-box{
    position: relative;
}
.top-box .caret {
    margin-left: 5px;
    vertical-align: 3px;
}
.top-box a{
    display: block;
    padding: 0 10px;
    color: #fff;
}
.top-box>a:hover{
    background: #fff;
    color: #009554;
}
.top-box .top-li{
    position: absolute;
    display: none;
    right: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    z-index: 99;
    box-shadow: 0px 4px 4px rgba(0,0,0,.2);
}
.top-box .top-li a{
    color: #333;
}
.top-box .top-li a:hover{
    color: #fff;
    background:#009554;
}
.top-box.open .top-li{
    display: block;
}

/* navbar-default */
.navbar-collapse{
  padding: 0;
}
.navbar-default a{
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.navbar-default {
    min-height: 80px;
    background: #fff;
    padding-top: 15px;
    color:#292826;
    border-radius: 0;
    border: none;
    box-shadow: 0px 4px 10px rgba(153,153,153,.2);
}
.navbar-default .navbar-nav>li>a {
    color: #292826; 
    font-size:16px;
    padding: 15px 20px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #009554;
    font-size:17px;
}
.navbar-default .navbar-nav>li>.dropdown-menu{
    color: #fff;
    background-color: #009554;
    border: none;
    border-radius: 0;
}
.navbar-default .dropdown-menu>li>a {
    color: #fff;
    padding: 6px 60px 6px 20px;;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background:none;
    color: rgba(255,255,255,.9);
}
.navbar-brand {
    padding: 0;
    float: right;
    width: 40%;
    margin-right: 15px;
  
}

.page-cont{
  margin: 0px auto;
  min-height: 450px;
}
/* footer */
.footer {
  width: 100%;
  font-size: 13px;
  color: #b8b8b8;
  background-color: #2d2d2d;
  border-top:3px solid #999999;
  padding: 0px 0px 15px 0;
}
.footer .runoob {
  width: 100%;
  margin: 0 auto;
  min-height: 270px;
}
.footer .runoob dl {
  color: #fff;
  width: 14.2%;
  color: #b8b8b8;
  margin: 25px 0;
  float: left;
}
.footer .runoob dt{
  margin-bottom: 10px;
  font-weight: normal;

}
.footer .runoob dt a{
  font-size: 16px;
  color: #fff;
}
.footer .runoob dd{
  margin-top: 5px;
}
.footer .runoob dd a{
  color: #b8b8b8;
  font-size: 13px;
}
.footer .runoob a:hover{
  color: #009b54 !important;
}
.footer .copyright {
  border-top: 1px solid #434343;
  padding: 25px 0 15px;
  text-align: center;
}
.footer .copyright a, .footer .copyright a:hover{
  color: #b8b8b8;
  cursor: pointer;
  margin-left: 3px;
}
.footer .copyright a img{
  vertical-align: -4px;
  margin-right: 3px;
}


/* starttemplatemo  go top */
.go-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  bottom: 2em;
  right: 2em;
  background: url(../images/go-top.png) no-repeat;
  background-size: 100%;
}


/* sidebar */
.sidebar{
}
.sidebar a{
  background: #f8f8f8;
  text-decoration: none;
  display: block;
  padding: 12px 10px 12px 30px;
  border-top: 1px solid #e8e8e8;
  color: #000;
  font-size: 14px;
}
.sidebar a:hover, .sidebar a.active{
  background: #009554;
  color: #fff;
}
.sidebar-title{
  background: #f5f5f5;
  padding: 20px 10px 15px 20px;
  color: #000;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
}

/* main-content */
.main-content{
  padding: 0px 30px 15px 30px;
}
.cont-h h2{
  display: inline-block;
  font-size:27px; 
  margin:0 50px;
  line-height: 30px;
  color: #666;
  margin-bottom: 15px;
}
.cont-h span{
  display: inline-block;
  width: 2px;
  height: 20px;
  background: #999;
  vertical-align: -2px;
  line-height: 30px;
}
.cont-p p{
  margin-top: 0px;
  line-height: 1.8;
}
.cont-ping{
  padding: 30px;
}
.cont-ping p{
  padding: 0px 20px 7px;
  margin-bottom: 5px;
}
.cont-bgreen{
  background: #63b622;
  padding: 20px 10px 20px 30px;
  color: #fff;
  min-height: 230px;
}
.cont-white{
  background: #fff;
  padding: 20px 10px 20px 30px;
  color: #000;
  min-height: 230px;
}
.cont-bgreen h4,.cont-white h4{
  line-height: 1.8;
  margin-top: 10px;
}
.breadcrumb {
    padding: 10px 15px;
    border-radius: 0;
}
.breadcrumb > li + li:before {
    color: #CCCCCC;
    content: "/ ";
    padding: 0 5px;
}
.col-border img{
   border:5px solid #fff;
}
.map-box{
    width: 100%;
    height: 200px;
    border: 1px solid #e0e0e0;
}
.project-li{
    padding: 15px 0;
    margin-right: -15px;
    margin-left: -15px;
}
.project-li>div{
    float: left;
    width: 33.33333333%;
    position: relative;
    min-height: 1px;
    padding: 0 15px;
}
.project-li>div a{
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 767px){
    .navbar-brand {
        /* width: 120px;
        margin-right: 15px; */
    }
    .navbar-default .navbar-nav {
        background: #f8f8f8;
        margin: 0px;
    }
    .navbar-default .navbar-nav>li>a {
        background: #f8f8f8;
        padding-left: 29px;
        border-bottom: 1px solid #e0e0e0;
    }
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #009545;
        background-color: #fff;
        font-size: 16px;
    }
    .navbar-default .navbar-nav>li>.dropdown-menu {
        color: #009545;
        background-color: #fff;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
        padding-left: 45px;
        line-height: 28px;
    }
    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
        border-color: #e0e0e0;
    }
    .navbar-toggle {
        float: left;
        margin-top: 18px;
        background-color: #009554;
    }
    .navbar-default .navbar-toggle {
        border-color: #009554;
        margin-left: 15px;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #009554;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .carousel-inner>.item>a>img, .carousel-inner>.item>img{
        height: 150px;
    }
    .footer .copyright {
        border-top: 0;
        padding-top: 10px;
    }
    .main-content{
      padding-top: 15px;
    }
    .cont-ping img{
      margin-bottom: 20px;
    }
    .page-cont video{
      width: 320px;
      height: 240px;
    } 
    .map-box{
       height: 240px;
    }
    .project-li>div{
        width: 50%;
    }
}
@media (min-width: 768px){
    .navbar-header {
      height: 80px;
      float: right;
    }
    .navbar-brand {
      /* width: 120px; */
      margin-right: 0;
    }
    .navbar-default .navbar-nav>li>a {
      padding: 15px 5px;
      font-size: 14px;
    }
    .navbar-default .navbar-nav > .open > a, 
    .navbar-default .navbar-nav > .open > a:hover, 
    .navbar-default .navbar-nav > .open > a:focus {
        font-size: 16px;
    }
    .page-cont video {
      width: 400px;
      height: 300px;
    }
    .map-box{
       height: 320px;
    }
}
@media (min-width: 1024px){
    .navbar-header {
        height: 80px;
        float: right;
    }
    .navbar-brand {
      /* width: 170px; */
    }
    .navbar-default .navbar-nav>li>a {
      padding: 20px 10px;
      font-size: 16px;
    }
    .page-cont video {
      width: 800px;
      height: 540px;
    }
    .map-box{
       height: 300px;
    }
    .map-box-contact{
        width: 600px;
        height: 400px;
    }
}
@media (min-width: 1200px){
    .container {
        width: 1240px;
    }
    .navbar-default .navbar-nav>li>a {
      padding: 20px;
    }
    .navbar-default .navbar-nav > .open > a, 
    .navbar-default .navbar-nav > .open > a:hover, 
    .navbar-default .navbar-nav > .open > a:focus {
        font-size: 17px;
    }
}

.tht_fzlc_year{ float:left; display:block; width:100px; height:100px; line-height:100px; 
background:url(../images/tht_fzlc_bg.jpg)  no-repeat ; 
background-size:100px 100px;
font-size:26px; color:#FFF; text-align:center }

.am-gallery-item {
    -webkit-box-shadow: 2px 2px 5px #999;
    box-shadow: 2px 2px 5px #999;
	border:1px solid #CCCCCC;
    padding: 10px;
    margin: 10px;
	background:#fff;
}
.caption {
    
    overflow-y: hidden;
    color: #666;
    background-color: #fff;
	text-align:center;
}
.caption h3 {
    font-size: 14px;
    margin-top: 5px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}