html {
  overflow-x: hidden; }

body { font-family:"微软雅黑";}

.navbar {
  margin-bottom: 0px; }
  .navbar header:after {
    clear: none !important; }

.navbar-inverse .navbar-brand {
  color: #B4B4B4; }

.sidebar-brand {
  border-bottom: 1px solid silver;
  clear: both;
  padding-bottom: 10px; }


.sidebar-brands {

  clear: both;
  padding-bottom: 10px; }



.sidebar-nav a:hover, .sidebar-nav a.on {
  color: #FD7522; }

.sub-menu {
  list-style-type: none;
  padding: 10px 0px 0px 1.2em; }
  .sub-menu li {
    margin: 0px; }

.sub-menu:empty {
  display: none; }

.logo-big {
  display: none;
        color:white;
  width: 180px;
  height: 50px;
  margin-top: -12px;
  margin-left: -7px;
background: url("../images/logo.png") 0 0 no-repeat;
  text-indent: -9999px; }

.logo-small {
  display: block;
    color:white;
  width: 39px;
  height: 50px;
background: url("../images/slogo.png") 0 0 no-repeat;
  text-indent: -9999px;
  margin-top: -4px;
  margin-left: -4px; }

.container {
  width: 100%; }
  .container .row {
    /* flexbox specific properties */
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }

.intro {
  width: 200px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  color: #FD7522;
  padding: 20px 15px 15px 15px;
  font-size: 0.95em; }

.menu-item {
  padding-top: 23px; }

#content-block {
  width: 100%; }
  #content-block > .col-item {
    float: none;
    display: inline-block;
    vertical-align: top; }

#home-container .img {
  margin-top: 15px; }
#home-container h2 {
  font-size: 24px;
  margin-bottom: .25em; }
#home-container h3 {
  font-size: 16px;
    line-height: 24px;
  margin: 0 0 .5em 0;
  font-weight: normal;
 /* font-style: italic;*/ }
#home-container .jumbotron {
  background-color: none;
  padding-left: 0px;
  padding-right: 0px; }
  #home-container .jumbotron h2 {
    font-size: 20px; }

.jumbotron {
  background-color: inherit;
  padding: 18px 0px 18px 0px; }
  .jumbotron h1 {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    color: black; }
  .jumbotron ul, .jumbotron ol {
    font-size: 21px;
    font-weight: 200;
    margin-bottom: 15px; }

.col-item.link a {
  color: #333; }

.col-item {
  padding: 15px; }

#news-block .col-item h1 {
  font-size: 1.5em;
  color: black;
  font-weight: normal;
  margin-top: 0px;
  padding: 0; }

#news-block .col-item h2 {
  font-size:16px; 
font-weight:bold;
 font-family: "微软雅黑";
    line-height: 20px;
    height: 44px;
    
}

#news-block h1 {
  font-family: "微软雅黑";
  font-weight: bold;
  padding-left: 15px;
  margin: 0; }

.btn-primary, .btn-default {
  background-color: #189ACA;
  color: #fff;
  border-color: #0381af; }

.btn-primary:hover, .btn-default:hover {
  background-color: #FD7522;
  color: #fff;
  border-color: #e26214;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.main-link {
  color: #FD7522;
  font-size: 1.1em; }

.main-link:hover {
  color: #0381af;
  text-decoration: none; }

.glyphicon-download:before {
  font-size: 24px; }

.link-menu {
  margin-top: -50px; }

.img a.gallery {
  cursor: pointer; }

/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
/* Toggle Styles */
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#wrapper.toggled {
  padding-left: 200px;
  position: fixed;
  left: 0;
  right: 0; }
  #wrapper.toggled #sidebar-wrapper {
    width: 200px; }
  #wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -200px; }

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 200px;
  width: 0;
  height: 100%;
  margin-left: -200px;
  overflow-y: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px; }

.footer-menu {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  


}
  .footer-menu a {
    margin-right: 10px; }

/* Sidebar Styles */
.sidebar-nav {
  width: 200px;
  margin: 15px 0px 0px 0px;
  padding: 0;
  list-style: none;
  font-size: 1.2em; }
  .sidebar-nav li {
    text-indent: 18px;
    margin-bottom: 10px; }
    .sidebar-nav li a {
      display: block;
      text-decoration: none;
      color: #68686B; }

@media (min-width: 768px) {
  #wrapper {
    padding-left: 200px; }

  #wrapper.toggled {
    padding-left: 200px; }
    #wrapper.toggled #sidebar-wrapper {
      width: 200px; }
    #wrapper.toggled #page-content-wrapper {
      position: relative;
      margin-right: 0; }

  #sidebar-wrapper {
    width: 200px; }

  #page-content-wrapper {
    padding: 20px;
    position: relative; }

  .logo-big {
    display: block; }

  .logo-small {
    display: none; }

  .modal-dialog {
    width: auto;
    max-width: 1000px; }

  .jumbotron h1 {
    font-size: 40px; font-family: "黑体"; } }
@media (min-width: 992px) {
  #content-block .col-item {
    width: 33%; }

  #home-container {
    /* flexbox specific properties */
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; } }
@media (min-width: 1280px) {
  #wrapper {
    width: 1280px;
    margin: 0 auto; } }
@media (max-width: 768px) {
  .single-image {
    width: 100% !important; }

  .jumbotron h2:first-of-type {
    font-size: 18px !important;
    margin-top: 0px; }

  .navbar-brand {
    font-size: 15px;
    padding-right: 0;
    color: #68686B !important; }

  .open > .link-wrapper {
    display: block; }

  .link-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 230px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
    .link-wrapper a {
      clear: both;
      padding-top: 5px;
      padding-bottom: 5px;
      height: inherit; }
    .link-wrapper a:hover {
      color: inherit !important; }

  .dropdown-toggle {
    font-size: 20px;
    line-height: .5em;
    padding: 5px;
    display: inline-block;
    margin-top: 16px;
    margin-left: 5px;
    background-color: silver; } }
@media (min-width: 480px) and (max-width: 992px) {
  #home-container .col-item {
    width: 33.33333333%;
    float: left; }

  #home-container .col-item img {
    width: 100%; }

  #home-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; } }

/*# sourceMappingURL=base.css.map */


/*page*/
.dede_pages {
	font-size: 12px;
	text-align: center;
	padding: 10px 0px 10px 0px;
    margin-bottom: 40px;
    
}
.dede_pages a {
	display: inline-block;
    
}
.dede_pages a {
	font-size: 12px;
	padding: 0px 10px 0px 10px;
	border: 1px solid #0066cc;
	margin: 0 2px;
    color: #0066cc;
   
}
.dede_pages a:hover {
	background: #eee;
    text-decoration:none;
    
}
.dede_pages a.active a {
	background: #eee;
	color: #0066cc;
}
.dede_pages select {
	vertical-align: middle;
	font-size: 8pt; 
	padding: 0px;
}
.dede_pages b {
	font-weight: normal;
}

.dede_pages .thisclass{
	border: 1px solid #0066cc;
	background: #0066cc;
	color: #fff;
	
}

.dede_pages .thisclass:hover{
	border: 1px solid #0066cc;
	background: #0066cc;
	color: aliceblue;
	
}

.dede_pages select{height: 32px; margin-bottom: 4px; padding-left: 3px; padding-right: 3px;}

.dede_pages .pageinfo{ color: #666; font-size: 14px;} 





/*end*/


.pic_sok{width:232px; height:150px; border: #e1e1e1 solid 1px; padding: 1px; border-radius: 5px;}

@media (min-width: 300px) and (max-width: 640px) {
.pic_sok{ width:99%; height: auto;}
}

.sylj{    padding-bottom: 10px; height: auto; padding-top: 8px; margin-top: 8px;} 


.news_list_title{  padding-bottom: 0px; line-height: 30px; color: #255B94; font-size: 16px;  font-weight: 600; font-family: "微软雅黑";}
.leftsok{ border-right: #e1e1e1 solid 1px; background: #e9e9e9; }
.footer_sok{  color: #999; }

.sytu{margin-top: -50px; margin-bottom: 1px;}


@media (min-width: 300px) and (max-width: 640px) {
.sytu img{ width: 99%;}
}


.sok_content{ font-size:16px; line-height: 30px; color:#333;font-family: "微软雅黑";} 
.sok_content img{ width: 80%;  } 

.sok_content p{ font-size: 16px!important; font-family: "微软雅黑"; font-weight: 500;}


.sok_syp{ font-size: 12px; color: #999; line-height: 28px; padding-left: 20px; }
.syyqlj{ margin-top:5px; padding:10px; display:inline-block; width: 100%;   }

.syyqlj a{ color: #ccc; padding-right: 10px; }



.news_pic{margin-bottom: 0px;  margin-top: 20px; height: 160px; padding-bottom: 20px; 
    border-radius: 5px;
    -webkit-box-shadow: #ccc 0px 0px 10px; 
   -moz-box-shadow: #ccc 0px 0px 10px; 
   box-shadow: #ccc 0px 0px 10px; 

}

.news_pic:hover{
    -webkit-box-shadow: #0066cc 0px 10px; 
   -moz-box-shadow: #0066cc 0px 0px 10px; 
   box-shadow: #0066cc 0px 0px 10px; 

}

.news_img{ float: left; width: 202px;  margin-right: 10px; }
.news_img img{  width: 200px; height: 130px;   }


.sykuang{border: #fff solid 1px; margin-left: 10px; margin-right: 10px; margin-top: 20px;  width: 23%; border-radius: 5px;
-webkit-box-shadow: #ccc 0px 0px 10px; 
   -moz-box-shadow: #ccc 0px 0px 10px; 
   box-shadow: #ccc 0px 0px 10px; 
   min-height: 210px;
}


.sykuang:hover{  -webkit-box-shadow: #0066cc 0px 10px; 
   -moz-box-shadow: #0066cc 0px 0px 10px; 
   box-shadow: #0066cc 0px 0px 10px; }



@media (min-width: 300px) and (max-width: 640px) {
.news_pic{margin-bottom: 0px;  margin-top: 10px; height: auto; padding-bottom: 8px;}
.news_img{ float: left; width:100%;  margin-right: 10px; }
.news_img img{ width: 100%; margin-left: auto; margin-right: auto;}
   } 
    
  @media (min-width: 300px) and (max-width: 1200px) {  
 .sykuang{border: #fff solid 1px; margin-left: 0px; margin-right: 10px; margin-top: 20px;  width: 100%; border-radius: 5px;
-webkit-box-shadow: #ccc 0px 0px 10px; 
   -moz-box-shadow: #ccc 0px 0px 10px; 
   box-shadow: #ccc 0px 0px 10px; 
}
   
  }  


.jrxq{ border: #999 solid 1px; padding: 0px 10px 2px 12px; width: 100px; border-radius: 30px; background: #fff; }
.jrxq a{ color: #999;}
.jrxq a:hover{ color: #999;}
.daohangdian{ margin-right: 8px; margin-left: -20px; opacity: 0.7;} 


.vcyy{-webkit-box-shadow: #ccc 0px 0px 10px; 
   -moz-box-shadow: #ccc 0px 0px 10px; 
   box-shadow: #ccc 0px 0px 10px; 
    border-radius: 3px;
}
      

.sidecon li{ list-style: none; float: left; margin:5px; border: solid #ccc 1px; padding-left: 10px; padding-right: 10px; border-radius: 30px;}
.vcinput input{ padding: 3px; border-radius: 3px; border: #325B78 solid 1px; -webkit-box-shadow: #ccc 0px 0px 10px; 
   -moz-box-shadow: #ccc 0px 0px 10px; 
   box-shadow: #ccc 0px 0px 10px; }
      
.ysurl a{ color: #615C5D;}  
.ysurl a:hover{ color: #03274D; }

#news-block span1{border: 1px #ccc solid; border-radius: 20px; padding: 0px 10px 2px 10px; margin-left: 5px; margin-right: 5px;}



.goz_top a{

color: #F9D903; border: #666 solid 1px; padding: 2px 10px; margin-top: 0px; margin-left:20px; border-radius: 30px; font-size:16px;
margin-top: 12px;

}

.goz_top{ padding-bottom:0px; float:right;}

.goz_img img{ width:400px; }



@media screen and (max-width:640px){
.goz_img img{ width:300px; }
.goz_top{padding-bottom:30px;}
}

.vc_title_len {
    max-width: 350px;
    max-height: 40px;
    margin-bottom: 12px;

 overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
word-break: break-all;   注意这个文字多行很重要*/
-webkit-box-orient: vertical;
}


.vc_class_nav{font-size:15px; font-weight: 200;  margin:auto 3px; border:#ccc solid 1px; padding:4px 15px 5px 15px; border-radius: 30px; color: #0066cc;}
.vc_class_nav:hover{border:#ccc solid 1px; background-image: linear-gradient(#fff, #eee); text-decoration: none; color:red;}