/*原子类*/
/**居中**/
.center{margin:0 auto;}
/**内边距**/
.no_padding_top{padding-top: 0px;}
.no_padding_left{padding-left: 0px;}
.no_padding_right{padding-right: 0px;}
.no_padding_bottom{padding-bottom: 0px;}
/**外边距**/
.no_margin_top{margin-top: 0px;}
.no_margin_left{margin-left: 0px;}
.no_margin_right{margin-right: 0px;}
.no_margin_bottom{margin-bottom: 0px;}
/**浮动**/
.float_l{float: left !important;}
.float_r{float: right !important;}
/**字号**/
.font_10{font-size: 10px;}
.font_12{font-size: 12px;}
.font_14{font-size: 14px;}
.font_16{font-size: 16px;}
.font_18{font-size: 18px;}
.font_20{font-size: 20px;}
.font_22{font-size: 22px;}
.font_24{font-size: 24px;}
.font_26{font-size: 26px;}
.font_28{font-size: 28px;}
.font_30{font-size: 30px;}
.clear {clear:both;}
/*=============================================================================================================*/

/*页面公共样式*/
body {}
/**top**/


/**图标转动**/
.rotate{
  animation:rotate .5s ease-in-out;
  -webkit-animation:rotate .5s ease-in-out; /*Safari and Chrome*/
  -o-animation:rotate .5s ease-in-out;    /*opera*/
  -moz-animation:rotate .5s ease-in-out; /*ff*/
}
@-webkit-keyframes rotate {
  from{transform:rotateZ(0deg)}
  to{transform:rotateZ(360deg)}
}
@-moz-keyframes rotate {
 from{transform:rotateZ(0deg)}
 to{transform:rotateZ(360deg)}
}
@-o-keyframes rotate {
 from{transform:rotateZ(0deg)}
 to{transform:rotateZ(360deg)}
}




/*天高发展*/

#history {width:1200px;margin:0 auto;}
.page{}
.box{width:95%;padding-top:50px;position:relative;}
.event_con {position:relative;text-align:center;overflow:hidden;margin:0 auto;width:90%;height: 56px;}
.left_fazhan {position:absolute;top:70px;left:30px;width:16px;height:16px;background:url(../img/left_fazhan.png) no-repeat center;cursor:pointer;}
.right_fazhan {position:absolute;top:70px;right:50px;width:16px;height:16px;background:url(../img/right_fazhan.png) no-repeat center;cursor:pointer;}
.event_year{position:absolute;left:0px;}
.event_year li{float:left;margin-right:5px;height:40px;line-height:40px;background:#FFF;margin-bottom:1px;font-size:20px; font-weight:500;color:#828282;cursor:pointer;width: 85px;color: #00468e;text-align: center;border-bottom: 5px solid #ccc;}
.event_year li.current{width: 85px;color: #333;text-align: center;border-bottom: 5px solid #d60e04;}
.event_list{width:810px;margin:0 auto;background: url('../img/dian3.png') 396px 0 repeat-y;padding-bottom: 180px;}
.event_list h3{margin:0 0 10px 389px;/*background:url('../img/wrapper/jian.png') 0 -45px no-repeat;*/height:38px;}.event_list li{overflow:hidden;}
.event_list li span{width:127px;text-align:right;display:block;float:left;margin-top:10px;}
.event_list li div{display:inline-block;padding:10px;line-height:25px;_float:left;border: 1px solid #ddd;box-shadow: 3px 3px 3px;margin-bottom: 3px;}
.event_list li div p{width:330px;text-align:left;padding:10px;background:#FFF;margin:0;}
.fazhan_line{background:url('../img/fazhan_line.png') no-repeat center;display:block;position:relative;line-height: 20px; text-align:center;}
.fazhan_line2{background:url('../img/fazhan_line2.png') no-repeat center;display:block;position:relative;line-height: 20px; text-align:center;}

.fazhan_year {color: #00468e;font-size: 26px;}
.fazhan_year2 {color: #00468e;font-size: 26px;}
.fazhan_left_point { background:url('../img/fazhan_point.png') no-repeat;width: 5px;height: 5px;position: absolute;top:8px;left: 132px;}
.fazhan_right_point {background:url('../img/fazhan_point.png') no-repeat;width: 5px;height: 5px;position: absolute;top:8px;left: 213px;}
.fazhan_left_point2 { background:url('../img/fazhan_point.png') no-repeat;width: 5px;height: 5px;position: absolute;top:8px;left: 98px;}
.fazhan_right_point2 {background:url('../img/fazhan_point.png') no-repeat;width: 5px;height: 5px;position: absolute;top:8px;left: 248px;}




