@charset "utf-8";
body,h2,ul,h3{padding:0;margin:0;}
ul{list-style:none outside none;}
/* timeline */
#licbg{ background:url(../images/licbg.png) repeat}
.timeline{background:url("../images/line4.png") repeat-y 50px 0;overflow:hidden;position:relative;height:100px;width:700px;margin: auto;}
.timeline-date{overflow:hidden;position:relative;}
.timeline-date h2{background:url("../images/icon9.png") no-repeat 10px 0;height:87px;margin-bottom:20px;}
.timeline-date h2 span{color:#999999;display:inline-block;font-size:22px;margin:30px 0px 0 110px;}
.timeline-date ul li{background:url("../images/icon7.png") no-repeat 42px 5px;zoom:1;height:60px;}
.timeline-date ul li h3{float:left;text-align:right;font-size:12px;color:#878787;display:block; }	
.timeline-date ul li h3 span{display:block;color:#ADADAD;font-size:12px;padding-left:15px; }	
.timeline-date ul li dl{margin-top:-5px;}
.timeline-date ul li dl.right{background:url() no-repeat 0 0;float:left;margin-left:35px;margin-top:-5px;display:block;background-color:#FFBB42;height:40px;}	
.timeline-date ul li dl span{display:block;font-size:16px;padding:0px 10px 0px 30px;color:#fff;line-height:40px;}

.aboutus{ width:990px; height:480px; background:url(../images/afsff.png) no-repeat;margin:auto; }
.aboutus p{text-indent:2em;}
.aboutus h2{ text-align:center; font-size:18px; color:#fff}
.aboutus .imgs{
	transition:All 1.2s  linear 0s;
     -webkit-transition:All 1.2s  linear 0s;
    -moz-transition:All 1.2s  linear 0s;
     -o-transition:All 1.2s  linear 0s;  
	}
.aboutus .imgs:hover{   transform:scale(1.1) ;
     -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
     -o-transform:scale(1.1);
   -ms-transform:scale(1.1); }	