*,
*:before,
*:after {
    box-sizing: border-box;
}
.carousel-indicators
{
    width:300px !important;
    right:10px !important;
    left:auto !important;
    bottom:0px !important;
}
.carousel-indicators .active
{
    background-color:#FFE1E1 !important;
}

.carousel-indicators li
{
    text-indent:0px !important;
    width:40px !important;
    height:20px !important;
    border-radius:3px !important;
    background-color:#F0F0F0 !important;
}
a, input, img, :focus {
    mayfish: expression(this.onfocus=this.blur);
    cursor: handbblr:expression(this.onFocus=this.blur()); /*IE使用*/
    outline-style: none; /*FF使用*/
}

body {
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
    font-family: 宋体,Arial,Verdana,"Times New Roman",Times;
    text-align: left;
    color: #666;
    height: 100%;
}
.listguid{
    height: 35px;
    line-height: 35px;
    overflow:hidden;
}
.guid{
    margin-left:25px;
}
.listguid:hover{
    background-color:#c0c0c0;
    cursor:pointer;
}
.listguid a{
    font-size:16px;
    color:#666;
}

ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

p {
    margin-bottom: 10px;
    line-height: 1.4em;
    text-indent: 5px;
    text-align: left;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 12px;
    text-align: left;
    line-height: 25px;
}

h5, h6 {
    font-size: 1em;
}

* {
    margin: 0;
    padding: 0;
}

a {
    color: #666;
    text-decoration: none;
    outline: none;
}

a:hover {
     text-decoration: none;
     color: #ff7c00;
}

img {
    border: none;
}

li {
    list-style: none;
}

.hide {
    display: none;
}

.clear {
    clear: both;
    height: 1px;
    margin-top: -1px;
    overflow: hidden;
}

.mgt10 {
    margin-top: 10px;
}

.mgt20 {
    margin-top: 20px;
}

.page {
    margin: 0 auto;
    text-align: center;
    width: 1302px;
}

.banner {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 20px;
}
.menu {
    width: 100%;
    height: 52px;
    line-height: 52px;
    margin:0 auto;
    text-align:center;
    background: url("../Images/nav_bg.jpg") no-repeat center;
}

.menu .mcontent{
    margin:0 auto;
    text-align:center;
}   
.dropdown-menu{
     width:auto !important;
}
.menu .mcontent li {
     float: left;
}

.menu .mcontent li:hover {
      background: #126818;
}

.menu .mcontent li:hover ul {
      display:block;
      z-index:10000;
      background-color:#126818;
      filter:alpha(opacity=95); -moz-opacity:0.95; -khtml-opacity: 0.95; opacity: 0.95;
      position:absolute;
}
 
.menu .mcontent li a {
      font-size: 18px;
      color: #FFF;
      text-align: center;
      margin-left:15px;
      margin-right:15px;
      display: block;
}

.menu .mcontent li a.this {
      border-top: 4px solid #06AE56;
      background: #fafafa;
      font-weight: bold;
      color: forestgreen;
}

.nav>li>a:focus,.nav>li>a:hover{
     background-color:#126818 !important;
}
.logo {
    width: 1302px;
    margin: 0 auto;
    position: relative;
    height: 134px;
    background: url("../Images/logo.jpg") no-repeat left center;
    font-family: 'Microsoft YaHei';
}
.active_col img{
   height:266px;
   width:450px;
}

.mask {
    position: absolute;
    bottom: 0px;
    height: 50px;
    width: 414px;
    background: rgba(35,120,60,0.8);
}

.mask h5 {
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    padding: 0 30px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hd {
    margin: 0 auto;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(20,100,40,0.8);
    padding: 3px 0;
}

.hd ul {
    position: relative;
    z-index: 9;
    width: 100%;
    display: inherit;
    text-align: center;
}

.hd ul li {
    cursor: pointer;
    display: inline-block;
}

.hd ul li a {
    height: 8px;
    width: 8px;
    margin: 0 6px;
    display: block;
    border: 1px solid #fff;
    border-radius: 50%;
}
.hd ul li a:hover {
    background: #fff;
}
.hd ul .on a {
    background: #fff;
}

.toptit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #0aa284;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
}

.toptit h2 {
    font-size: 18px;
    font-weight: normal;
    width: auto;
    float: left;
    color: #00601C;
    padding-left:5px;
}

.toptit a {
    float: right;
    font-size: 12px;
    color: #06ae56;
}

.news {
    background-color: #FFF;
    float: left;
}

.content {
    width: 100%;
    height: 280px;
    background-color: #FFF;
}


.content ul li {
    height: 34px;
    line-height: 34px;
    text-align: left;
    background: url("../Images/dot.jpg") no-repeat left center;
    padding-left: 20px;
    overflow:hidden;
}

.content ul li a {
    font-size: 16px;
    color:#666 !important;
}

.content ul li span {
     float: right;
     font-size: 14px;
}

#search_box {
    margin-top:50px;
    border: 2px solid #6bae6d;
    width:225px;
    text-align:center;
}

#search_box form {
     position: relative;
     background: #fff;
     position: relative;
     width: 220px;
     height: 30px;
}

#search_box input {
     display: block;
     background: none;
     border: none;
}

#search_box .text {
     width: 180px;
     height: 30px;
     line-height: 30px;
     font-size: 14px;
     color: #333;
     margin-left: 5px;
}

#search_box .submit {
     width: 30px;
     position: absolute;
     right: 0;
     top: 0;
     cursor: pointer;
     height: 30px;
     margin-left: 5px;
}

#search_box form:hover {
     background: #FFF
}

#search_box .sec {
     background: url(../Images/ico_04.png) no-repeat center;
     width: 30px;
     height: 20px;
     display: block;
}

.left {
    float: left;
}

.right {
    float: right;
}


#footer {
    background-color: #0E895B;
    padding-top: 15px;
    color:#fff;
}

#footer ul li{
    float:left;
    margin-top: 20px;
    padding-bottom: 20px
}
#footer ul li:first-child{
    margin-top:30px !important;
}
.text_box ul li {
    margin-top: 10px;
    padding-left: 25px;
    font-size: 12px;
    color: #FFF !important;
    line-height: 30px;
    float:left;
}

.links {
    width: 100%;
    margin: 0 auto;
    margin-left:10px;
}

.links li {
    float: left;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}
.links li a
{
    color:#666 !important;
}

.news h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 18px;
}

.Container{
    background-color:#FFFFFF;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}


.navi_pos{
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #247e2a;
    margin-bottom:10px;
}
.navi_pos a{
    color:#666;
}
.list_li{
    padding-top:5px;
    padding-bottom:5px;
    margin-left:5px;
    border-bottom:1px dotted #c0c0c0;
}
.list_li:before{
    width:30px;
    content:" ·  ";
    color:#126818;
    background: url("../Images/point.jpg") no-repeat left center;
}
.list_li a{
    font-size:16px;
    color:#666;
}
.list_li span{
    padding-left:20px;
    font-size:14px;
    color:#C3C3C3;
}
.title{
    text-align: center;
    font-size: 25px;
    line-height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#vsb_content
{
    font-size:16px;
    line-height:30px;
}
#vsb_content p
{
    line-height:30px;
    text-indent:2em;
}
.teacher{
    float:left;
}
.teacher li{
    float:left;
    width:162px;
    height:300px;
}
.timg{
    width:135px;
    height:175px;
}
.pimg {
    background: url(../Images/img133.png) right bottom no-repeat;
    height:200px;
    width:145px;
}
.pimg {
    height:200px;
    width:145px;
}
.bar{
    font-size:20px;
    font-weight:bold;
    font-family:"微软雅黑";
    line-height:40px;
    height:40px;
    text-align:left;
}
.tname{
    line-height:30px;
    height:30px;
}
.tname a{
    font-size:16px;
    color:#0e895b;
}
.tlx{
    line-height:30px;
    height:30px;
    font-size:14px;
}
.info{
    margin:0 auto;
    text-align:center;
    color:#c0c0c0;
}
.works{
    font-size: 18px;
    font-weight: normal;
    width: auto;
    color: #00601C;
    float:left;
    padding-left:5px;
}
.scrollimg{
    border: 1px solid #0aa284;padding:10px;
}
.listcontent{
    text-align:left;
}
.left_col_container
{    
    border:1px solid #C0C0C0;
    text-align:left;
}

.left_navi
{
    padding-top:20px;
}

.left_navi_logo
{
    height: 20px;
    padding-top: 10px;
    padding-left: 20px;
    font-size: 20px;
    color: #126818;
}
.navbar-collapse.in{
    overflow-y:visible !important;
}
.currentpos
{
     float:left;
     padding-left:3px;
}
.location
{
     float:right;
}
.xyzt-pic
{
    width: 100%;
    float: left;
    overflow: hidden;
    cursor: pointer;
}
.xyzt-pic ul li{
    float:left;
    padding:4px;
}
@media screen and (max-width:1300px){ 
   .page{ width: 100%; }
   .logo{width:100%;}
   .mask{width:100%;}
}
@media screen and (max-width:600px){
   .htop{display:none;}
   .content ul li a
   {
       font-size:13px;
   }
   .navbar{
       z-index:10000;
       background-color:green;
   }
   .navbar-toggle .icon-bar{background-color:#fff !important;}
   .location{display:none;}
}