a{
	color: #333;
}
a:hover{
	text-decoration: none;
}
.mt40{
	margin-top: 40px;
}
.top{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	background-color: #064ca0;
	color: #fff;
}
.top span b{
	font-size: 24px;
	color: #f1f1f1;
}
@media (min-width: 768px) {
  .navbar-header {
    width: 100%;
  }
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: none;
}
.navbar-brand {
  float: left;
  height: 120px;
  padding: 30px 15px;
  margin: 0;
}
.navbar-nav > li > a {
  padding: 50px 14px;
  line-height: 20px;
  color: #333;
  font-size: 16px;
}
.navbar-nav > li > a:hover{
	background-color: #064ca0;
	color: #fff;
}
.title{
	margin: 50px auto;
}
.title h2{
	color: #064ca0;
	margin: 0 0 15px;
	font-weight: bold;
}
.title span{
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	position: relative;
}
.title span:before,
.title span:after{
	display: block;
	content: "";
	width: 60px;
	height: 1px;
	background-color: #333;
	position: absolute;
	left: -80px;
	top: 14px;
}
.title span:after{
	left: auto;
	right: -80px;
}
.sidebar h3{
	margin: 0;
	padding: 40px 0;
	background: #064ca0 url(../images/prologo.png) no-repeat 20px 20px ;
	color: #fff;
}
.sidebar ul{
	background-color: #efefef;
}
.sidebar ul li{
	height: 60px;
	line-height: 60px;
	border-bottom: 1px dashed #ccc;
}
.sidebar ul li a{
	display: block;
	padding: 0 30px;
	font-size: 16px;
	color: #333;
}
.sidebar ul li a:hover{
	background-color: #064ca0;
	color: #fff;
}
.sidebar-contact{
	background: #064ca0 url(../images/prolistfbg.png) no-repeat 90% 20px;
	color: #fff;
	padding: 60px 20px 20px;
	font-size: 18px;
}
.sidebar-contact b{
	display: block;
	font-size: 26px;
	color: #fdc70b;
}
.sidebar-contact a{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #d7313e;
	color: #fff;
	margin-top: 10px;
}
.main .thumbnail > img{
	width: 100%;
	height: 190px;
}
.main .thumbnail h4{
	margin: 0;
	line-height: 36px;
	font-size: 16px;
	    height: 36px;
    overflow: hidden;
}
.main a.thumbnail:hover {
  border-color: #064ca0;
}
.main a.thumbnail:hover h4{
	background-color: #064ca0;
	color: #fff;
}
.adv{
	margin-top: 80px;
}
.adv-item{
	height: 400px;
	background-color: #e4e4e4;
	padding: 20px;
	position: relative;
	transition: 0.3s all 0s linear;
}
.adv .col-xs-3:nth-child(even) .adv-item{
	background-color: #064ca0;
}
.adv-item img{
	position: absolute;
	left: 20px;
	top: -40px;
	display: block;
	width: 220px;
	border: 5px solid #064ca0;;
}
.adv-item .clearfix{
	margin: 160px 0 30px;
	line-height: 40px;
}
.adv-item .clearfix b{
	font-size: 50px;
	font-family: Impact;
}
.adv-item .clearfix h3{
	margin: 0;
	line-height: 40px;
	background-color: #fff;
	padding: 0 20px;
	color: #222;
	font-size: 20px;
}
.adv .col-xs-3:nth-child(even) .adv-item .clearfix b{
	color: #fff;
}
.adv-item p{
	line-height: 30px;
	color: #333;
}
.adv .col-xs-3:nth-child(even) .adv-item p{
	color: #fff;
}
.about{
	margin-top: 60px;
	height: 520px;
	background: url(../images/com_bg.jpg) no-repeat top center;
	padding: 40px 0;
}
.about .container{
	position: relative;
}
.about img{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -170px;
	z-index: 10;
	display: block;
	width: 520px;
	height: 340px;
}
.about-con{
	padding: 30px 110px 30px 30px;
	background-color: #f1f1f1;
	line-height: 30px;
	width: 730px;
}
.about-con h2{
	border-bottom: 2px solid #064ca0;
	margin: 0 0 20px;
	padding-bottom: 20px;
	font-weight: bold;
	color: #064ca0;
}
.about-con p{
	text-indent: 2em;
}
.news li{
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	border-bottom: 1px solid #ececec;
	padding-left: 10px;
}
.news li span{
	color: #ccc;
}
.news-active{
	background-color: #f1f1f1;
	position: relative;
}
.news-active .date{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 120px;
	background-color: #064ca0;
	color: #fff;
	padding: 15px;
}
.news-active .date b{
	font-size: 26px;
	display: block;
}
.news-active .date span{
	font-size: 20px;
	display: block;
}
.news-active h4{
	line-height: 0px;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 30px 0;
	padding-left: 140px;
}
.news-active p{
	line-height: 30px;
	padding: 10px 20px;
	color: #666;
	text-indent: 120px;
}
.picMarquee-left{overflow:hidden; position:relative;}
.picMarquee-left .bd{}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1;}
.picMarquee-left .bd ul li{ margin:0 15px; float:left; _display:inline; overflow:hidden; text-align:center; width: 292px;}
.picMarquee-left .bd ul li img{ width:290px; height:218px; display:block; border:1px solid #ccc; }
.picMarquee-left .bd ul li h5{ line-height:30px; text-align: center; margin-top: 10px;}

.case {
	padding: 20px 0 30px;
	background-color: #f1f1f1;
	margin-top: 30px;
}
.flink{
	margin-top: 30px;
	line-height: 30px;
}
.flink a{
	margin: 0 5px;
}
.footer{
	padding: 40px 0;
	background-color: #064ca0;
	color: #fff;
	margin-top: 40px;
}
.footer-nav {
	margin-bottom: 40px;
}
.footer-nav a{
	font-size: 18px;
	margin: 0 15px;
	color: #fff;
}
.position{
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	background-color: #f6f6f6;
	padding: 0 20px;
	margin-bottom: 40px;
}
.position h3{
	font-size: 20px;
	line-height: 60px;
	margin: 0;
	font-weight: bold;
}
.position span{
	color: #666;
}
.content{
	line-height: 30px;
	font-size: 16px;
}
.content img{
	display: block;
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
	margin: 5px auto;
}
.news-item{
	border: 1px solid #ccc;
	margin-bottom: 30px;
	padding: 0 20px 0 140px;
	position: relative;
	height: 120px;
	overflow: hidden;
}
.news-item .date{
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	height: 120px;
	background-color: #064ca0;
	color: #fff;
	padding: 30px 0;
	line-height: 30px;
	font-family: Impact;
}
.news-item .date b{
	display: block;
	font-size: 30px;
	margin-bottom: 10px;
}
.news-item .date span{
	font-size: 24px;
}
.news-item h4{
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 10px;
}
.news-item p{
	margin-bottom: 0;
	line-height: 26px;
	color: #666;
}
.main-title{
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	margin: 0;
	color: #064ca0;
}
.main-info{
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin: 30px 0;
}
.main-info span{
	margin: 0 10px;
}
.news-title{
	height: 40px;
	line-height: 40px;
	margin: 30px auto 20px;
	background-color: #f1f1f1;
}
.news-title span{
	display: block;
	width: 120px;
	height: 40px;
	background-color: #064ca0;
	color: #fff;
	font-size: 18px;
}
.main-pro img{
	width: 100%;
	height: 300px;
}
.main-pro-info{
	background-color: #f1f1f1;
	padding: 20px;
	font-size: 16px;
	line-height: 30px;
	height: 300px;
}
.main-pro-info h1{
	font-size: 22px;
	line-height: 40px;
	color: #064ca0;
	margin: 0;
	font-weight: bold;
}
.main-pro-info h3{
	font-size: 16px;
	margin: 15px 0;
}
.main-pro-info .tel{
	display: block;
	font-size: 26px;
	color: #c00;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.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:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #064ca0;
  border-color: #064ca0;
}
.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: #064ca0;
  border-color: #064ca0;
}