body {
  font-family: "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  background: #e6e6e6;
}
a{
	color: #333;
}
a:hover,
a:focus {
  color: #666;
  text-decoration: underline;
}
.mt30{
	margin-top: 30px;
}
.navbar{
	margin-bottom: 0;
}
.navbar-brand {
  float: left;
  height: 100px;
  /*padding: 25px 15px;*/
  font-size: 18px;
  line-height: 20px;
}
#myCarousel{
	margin-top:0;
}
.navbar-inverse{
background-color: #86b9cc;
    border-color: #86b9cc;}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 15px;
}
.carousel-indicators .active {
  width: 15px;
  height: 15px;
  margin: 0;
  background-color: #0074bf;
}
.about{
	background: #e6e6e6;
}
.case,
.news{
	/*background: #222;*/
}
.about,
.case,
.news{
	padding: 50px 0;
	line-height: 30px;
}
.about h3,
.case h3,
.news h3{
	font-size: 30px;
	margin-bottom: 30px;
}
.case h3,
.news h3{
	color: #333;
}
.about-tel{
	font-size: 20px;
	margin-top: 40px;
}
.about span{
	font-style: normal;
	color: #47ac1b;
}
.service{
	background: url(../images/bg.png);
	padding: 50px 0;
}
.service .col-md-3 div{
	padding: 30px;
	border: 1px solid transparent;
}
.service .col-md-3 div:hover{
	padding: 30px;
	border: 1px solid #86b9cc;
	background: #fff;
}
.service h4{
	font-size: 24px;
	padding: 20px 0; 
	border-bottom: 1px dashed #cacaca;
	margin-bottom: 10px;
}
.case .col-md-3 span a{
	display: block;
	color: #333;
	margin: 10px 0;
	text-align: center;
}
.case .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: none;
  background-color: transparent;
  filter: alpha(opacity=100);
  opacity: 1;
}
.case .carousel-control.left {
	left: -5%;
	background-image: none;
}
.case .carousel-control.right {
  right: -5%;
  left: auto;
  background-image: none;
}
.case .carousel-control .icon-prev,
.case .carousel-control .icon-next,
.case .carousel-control .glyphicon-chevron-left,
.case .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 37%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.btn-black{
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:focus,
.btn-black.focus {
  color: #fff;
  background-color: #47ac1b;
  border-color: #47ac1b;
}
.btn-black:hover {
  color: #fff;
  background-color: #47ac1b;
  border-color: #47ac1b;
}
.news .col-md-3{
	margin-bottom: 30px;
}
.news .col-md-3 div{
	background: #e6e6e6;
	padding: 25px;
}
.news .col-md-3 div b{
	display: block;
	font-size: 16px;
	color: #000;
}
.news .col-md-3 div span{
	color: #333;
	display: block;
	text-align: right;
	font-size: 16px;
}
.news .col-md-3 div p{
	color: #666;
}
.footer{
	padding: 30px 0;
	background: #1c2c32;
	color: #ccc;
}
.footer p{
	line-height: 30px;
	margin: 0;
}
.footer a,
.footer a:hover{
	color: #ccc;
}
.news-list{
	list-style: none;
	padding-left: 0;
}
.news-list li{
	margin-bottom: 30px;
}
.news-list li div{
	font-size: 18px;
	background: url(../images/icon.png) no-repeat left center;
	padding-left: 15px;
	height: 40px;
	line-height: 40px;
}
.news-list li div a{
	float: left;
	font-weight: bold;
}
.news-list li div span{
	float: right;
}
.container-author{
	padding: 20px 0;
	border-bottom: 1px dashed #333;
	margin-bottom: 30px;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #333;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #333;
  border-color: #ddd;
}

.foot_nav {
    width: 25%;
    float: left;
    background-color: #fafafa;
    text-align: center;}
 .foot_nav a {
    color: #898989;
    display: block;
}
.foot_nav span {
    display: block;
    padding: 3px 0px 0px 0px;
}


@media (max-width: 767px) {
  .navbar-brand {
	  float: left;
	  height: 30px;
	  padding: 10px 10px;
   }
   .navbar-brand img{
	  height: 30px;
   }
   #myCarousel{
		margin-top: 51px;
	}
	.carousel-indicators{
		display: none;
	}
   .about h3{
		font-size: 22px;
		margin-bottom: 30px;
	}
	.case .col-md-3{
		margin-bottom: 20px;
	}
	.case .carousel-control {
		display: none;
	}
	.news-list li div{
		font-size: 16px;
		height: auto;
		line-height: 30px;
		overflow: hidden;
		margin-bottom: 20px;
		text-align: center;
	}
	.news-list li div a{
		float: none;
	}
	.news-list li div span{
		float: none;
	}

}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding: 40px 20px;
    font-size: 16px;
  }
  .carousel-indicators {
    bottom: 0;
  }
}
.flink{width:1130px; margin:20px auto; padding:10px; background-color:#eee;}
@media(max-width:1180px){.flink{width:100%}}
.flink a, .flink span{margin:0 5px;}
.flink span{font-weight:bold;}

.excerpt {
    overflow: hidden;
    margin-bottom: -1px;
    padding: 20px 20px 20px 255px;
    border: 1px solid #eaeaea;
    background-color: #fff;
}
.excerpt .focus {
    float: left;
    margin-left: -235px;
    width: 220px;
}
.excerpt .focus img {
    width: 220px;
    border: 1px solid #CCCCCC;
    height: 150px;
}
.excerpt header {
    margin-bottom: 10px;
}
.excerpt h3 {
    display: inline;
    margin-top: 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
}
a:-webkit-any-link {
    text-decoration: none;
}
.excerpt .meta {
    margin-bottom: 10px;
    color: #999;
    font-size: 12px;
}
.excerpt .pv, .excerpt time {
    margin-right: 20px;
}
.excerpt .note {
    color: #444;
    word-wrap: break-word;
    font-size: 14px;
    line-height: 25px;
}
@media (max-width: 640px){
	.excerpt {
		padding: 10px 10px 0px 0px;
	}
	.excerpt .focus {
		margin-left: 10px;
		width: 100px;
		margin-right: 10px;
	}
	.excerpt .focus img {
		width: 100px;
		border: 1px solid #CCCCCC;
		height: 68px;
	}
	.excerpt h2 {
		height: 42px;
		position: relative;
		display: block;
		overflow: hidden;
		font-size: 16px;
		font-weight: 400;
	}
}
.p-juli{
	padding:10px 0;
}
.sl{
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.lanmu{
	width: 24%;
    border-bottom: 2px solid #E5E5E5;
}
.fl {
    float: left;
}
.sideNav {
    width: 245px;
}
.sideNav .title {
    height: 100px;
    text-align: center;
    color: #FFF;
    background: #86b9cc;
    font-size: 14px;
}
.sideNav .title h1 {
    font-weight: 400;
    font-size: 20px;
    padding: 25px 0 5px 0;
}

.sideNav a {
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background: url(../images/sidenav.gif) left top no-repeat;
    font-size: 14px;
    color: #666;
    padding-right: 44px;
    text-align: right;
}


ul, ol ,li{
    list-style-type: none;
}

.webbg {
    border: 2px solid #E5E5E5;
	    width: 76%;
}
.pl15 {
    padding-left: 20px;
}
.pageNowline {
    border-bottom: #dadada solid 1px;
    height: 45px;
    line-height: 45px;
    padding-right: 15px;
}
.pageNowline {
    border-bottom: #dadada solid 1px;
    height: 45px;
    line-height: 45px;
    padding-right: 15px;
}
.pageTitle {
    height: 45px;
    text-transform: uppercase;
    float: left;
    font-weight: 400;
    font-size: 18px;
    color: #666;
}
.pageNow {
    text-align: left;
    color: #999;
    float: right;
}
.pageNow
.pageNow li{
    float: left;
}
.list{
	width:100%;
}
.list ul{
	width: 100%;
    padding: 0;
}



@media(max-width:640px){
	.lanmu{
		display:none;
	}
	.webbg{
		width:100%;
	}
	.pl15{
		padding:5px;
	}
	.pageTitle{
		display:none;
	}
	.pageNow{
		width:100%
	}
	.about, .case, .news {
		padding: 10px 0;
		line-height: 30px;
	}
}
.con{
	width:100% !important;
	margin:0 !important;
}
.bian{
	border:1px solid #86b9cc;
	padding:10px;
}
.ju{
	margin-top:10px;
}

@media(min-width:768px) and (max-width:1024px){
	.navbar-header{
		width:20%;
	}
	.navbar-header img{width:100%;}
	.navbar-inverse .navbar-nav>.active>a{
		font-size: 14px;
	}
	.navbar-nav > li > a {
		padding: 40px 4px;
	}
	.lanmu {
		width:33%;
	}
	.sideNav {
		width: 100%  !important;
	}
	.webbg{width:66%} 
}

.thisclass{
	background:#000 !important;
	color:#fff !important;
}

@media(min-width:641px) and (max-width:767px){
	
	.lanmu {
		width:33%;
	}
	.sideNav {
		width: 100% !important;
	}
	.webbg{width:66%} 
}



/*新样式*/
.hlogo{
	font-size: 34px;
    margin: 0;
    padding-top: 8px;
    color: #fff;
}
.plogo{
	font-size: 16px;
    margin: 0;
    line-height: 26px;
    color: #fff;
}
p.left{
	font-size: 16px;
	color:#389ec4;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    right: 0;
    left: 0;
    z-index: 1030;
}
.nlist{
	padding:0 8px;
}
.web_content h1{
	font-size: 22px;
}

@media (min-width: 1200px){
	.container1 {
		width: 1170px;
		margin:auto;
		background-color:#fff;
	}
}
@media(min-width:768px) and (max-width:1024px){
	.xinwen-list{
		width:49%;
	}
	.navbar-header {
		width: 25%;
	}
}
@media(max-width:767px){
	.xinwen-list{
		width:100%;
	}
	.news-sy ul{
		padding:0;
	}
	#myCarousel {
	}
	.hlogo {
		padding:0px;
	}
	.plogo{
		display:none;
	}
	.web_content h1{
		font-size: 16px;
	}
}










