﻿
.flashBg1 {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:20px;
}

.flashBg1 ul li {
	background: #f7f7f7;
	padding-bottom: 10px;
	float: left;
	width: 23.5%;
	height: auto;
	
	margin:0 2% 25px 0;
	transition: all 1s ease 0s;
}
.flashBg1 ul li:nth-child(4n) {
	margin-right:0;
}
.flashBg1 ul li:hover {
	background: #022c42;
}
.flashBg1 ul li img {
	width: 100%;
	transition: all 0.5s;
}
.flashBg1 ul li div{
	overflow:hidden;}
.flashBg1 ul li:hover img {
	transform: scale(1.1);
	
	
}
.flashBg1 ul li a p {
	padding: 0;
	display: block;
	color: #022c42;
	font-size: 14px;
	text-align: center;
	width: 100%;
	padding-top: 10px;
}
.flashBg1 ul li a:hover p {
	color: #fff;
}
.flashBg1 ul li a span {
	width: 60px;
	display: block;
	margin: 0 auto;
	font-size:12px;
	text-align: center;
	border: 1px solid #022c42;
	color: #022c42;
	padding: 4px 8px;
}
.flashBg1 ul li a:hover span {
	background: #fff;
	color: #022c42;
	padding: 4px 8px;
}




.flashBg2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:20px;
}

.flashBg2 ul li {
	background: #f7f7f7;
	padding-bottom: 10px;
	float: left;
	width: 15.5%;
	height: auto;
	
	margin:0 1.4% 17px 0;
	transition: all 1s ease 0s;
}
.flashBg2 ul li:nth-child(6n) {
	margin-right:0;
}
.flashBg2 ul li:hover {
	background: #022c42;
}
.flashBg2 ul li img {
	width: 100%;
	transition: all 0.5s;
}
.flashBg2 ul li div{
	overflow:hidden;}
.flashBg2 ul li:hover img {
	transform: scale(1.1);
	
	
}
.flashBg2 ul li a p {
	padding: 0;
	margin: 0 0 10px 0;
	display: block;
	color: #022c42;
	font-size: 16px;
	text-align: center;
	width: 100%;
	padding-top: 20px;
}
.flashBg2 ul li a:hover p {
	color: #fff;
}
.flashBg2 ul li a span {
	width: 60px;
	display: block;
	margin: 0 auto;
	font-size:12px;
	text-align: center;
	border: 1px solid #022c42;
	color: #022c42;
	padding: 4px 8px;
}
.flashBg2 ul li a:hover span {
	background: #fff;
	color: #022c42;
	padding: 4px 8px;
}


/*  内页分类  */
.project-menu {
  margin-bottom: 40px;
  text-align: center;
  width:100%;margin:0 auto;
  background: #fff;
}

.project-menu li {
  display: inline-block;
}

.project-menu li a {
  background: #f5f5f5;
  border-radius: 20px;
  color: #022c42;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight:bold;
  margin:4px;
  padding: 8px 20px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}

.project-menu li a.active, .project-menu li a:hover {
  color:#fff;
	background: #022c42;
  text-decoration: none;
}




/* 分页基本样式 */
.pagination {
	height: 34px;
	text-align: center;
}
.pagination span {
	float: left;
	display: block;
	height: 28px;
	line-height: 28px;
	padding: 0 8px;
	font-size: 14px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
	margin-right:2px;
}
.pagination a {
	float: left;
	display: block;
	height: 28px;
	line-height: 28px;
	padding: 0 8px;
	font-size: 14px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
	margin-right:2px;
}
.pagination a:hover {
	background: #f5f5f5;
	color: #0099ff;
}
.title {
	font-size: 24px;
	padding-bottom:10px;
	text-align:center;
}






.ul-history{
    position: relative;
    overflow: hidden;
    padding: 0 20px;
    padding-top: 50px;
}
.ul-history:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 8px;
    background: url(../images/disc_big.png) no-repeat;
    width: 38px;
    height: 38px;
    margin-left: -19px;
}
.ul-history:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 45px;
    height: 100%;
    width: 2px;
    background-color: #e7e7e7;
    margin-left: -1px;
}
.ul-history li{
    width: 50%;
    position: relative;
	z-index:2;
}
.ul-history li.even{
    padding-right: 6%;
    float: left;
    margin-bottom: 56px;
}
.ul-history li:nth-child(2){
    margin-top: 87px;
}
.ul-history li.odd{
    padding-left: 6%;
    float: right;
    margin-bottom: 64px;
}
.ul-history li:after{
    content: '';
    position: absolute;
    right: -14px;
    top: 50%;
    background: url(../images/disc.png) no-repeat;
    width: 28px;
    height: 28px;
    margin-top: -14px;
}
.ul-history li.odd:after{
    right: auto;
    left: -14px;
}
.ul-history li .txt *{
    vertical-align: middle;
    display: inline-block;
}
.ul-history li .pad{
    border: 1px solid #dcdcdc;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffffe+0,f8f8f9+51,f1f1f1+100 */
    background: #fffffe; /* Old browsers */
    background: -moz-linear-gradient(top,  #fffffe 0%, #f8f8f9 51%, #f1f1f1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fffffe 0%,#f8f8f9 51%,#f1f1f1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fffffe 0%,#f8f8f9 51%,#f1f1f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffe', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
    border-radius: 3px;
    padding: 15px;
    height: 100px;
    line-height: 100px;
    position: relative;
    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
}
.ul-history li.odd .pad{
}
.ul-history li .pad:after{
    content: '';
    position: absolute;
    right: -7px;
    top: 50%;
    width: 5px;
    height: 7px;
    background: url(../images/arr02_h.png) no-repeat;
    margin-top: -3px;
}
.ul-history li.odd .pad:after{
    right: auto;
    left: -7px;
    background-image: url(../images/arr03_h.png);
}
.ul-history li .pad .pic{
    float: left;
    width: 187px;
    margin-right: 27px;
    display: none;
}
.ul-history li .pad .pic img{
    display: block;
}
.ul-history li p{
    /*width: 252px;*/
    width: 54%;
    max-height: 88px;
    overflow: hidden;
    line-height: 1.6;
	font-size:14px;
}
.ul-history li:hover p{color:#fff;}
.ul-history li .pad .txt{
    color: #999;
    line-height: 60px;
}
.ul-history li .pad .txt h3{
    font-size: 24px;
    color: #022c42;
    padding: 0 15px 0 0;
}
.ul-history li .pad .txt b{
    font-size: 30px;
    color: #333333;
    font-weight: normal;
}
.ul-history li.on .pad{
    background: #022c42;
    color: #fff;
}
.ul-history li.on .pad h3,
.ul-history li.on .pad b,
.ul-history li.on .pad .txt{
    color: #fff;
}
.ul-history li.on:after{
    background-image: url(../images/disc_h.png);
}
.ul-history li.even.on .pad:after{
    background-image: url(../images/arr02-.png);
}
.ul-history li.odd.on .pad:after{
    background-image: url(../images/arr03-.png);
}
.ul-history li.on .pad{
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background:#022c42;
}