/*
	=============自定义滚动条样式=============
*/
::-webkit-scrollbar  
{  
    width: 6px;  
    height: 6px;  
    background-color: #F5F5F5;  
}  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track  
{  
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);  
    border-radius: 10px;  
    background-color: #F5F5F5;  
}    
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb  
{  
    /*border-radius: 0;*/  
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0);  
    background-color: #bdbdbd;  
}  
/*滑块效果*/
::-webkit-scrollbar-thumb:hover
{
border-radius: 5px;
-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
background: rgba(0,0,0,0.4);
}
/*IE滚动条颜色*/
html {
    scrollbar-face-color:#bfbfbf;/*滚动条颜色*/
    scrollbar-highlight-color:#000;
    scrollbar-3dlight-color:#000;
    scrollbar-darkshadow-color:#000;
    scrollbar-Shadow-color:#adadad;/*滑块边色*/
    scrollbar-arrow-color:rgba(0,0,0,0.4);/*箭头颜色*/
    scrollbar-track-color:#eeeeee;/*背景颜色*/
}
html,
body {
  color: #505050;
  line-height: 1.75em;
  background: #fff;
  position: relative;
  font-family: 
	  "Microsoft YaHei UI", 
	  "Microsoft YaHei", 
	  "Helvetica Neue", 
	  Helvetica, Arial, 
	  "Hiragino Sans GB", 
	  "Hiragino Sans GB W3", 
	  sans-serif;
}
.navbar {
	margin-bottom: 0;
}
.zhilelian-title-text {
	color: #6c6c6c;
  	font-size:24px;
}

.zhilelian-big-text {
	color: #6c6c6c;
  	font-size:16px;
  	line-height:200%;
}

.zhilelian-mid-text {
	color: #6c6c6c;
  	font-size:14px;
}

.zhilelian-small-text {
	color: #6c6c6c;
  	font-size:12px;
  	
}

.zhilelian-tiny-text {
	color: #6c6c6c;
  	font-size:10px;
  	
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #303030;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2.5em;
}
h3 {
  font-size: 2em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.75em;
}
a {
  color: #e67e22;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #e67e22;
  text-decoration: none;
}
a:active,
a:focus,
a img {
  text-decoration: none;
  outline: none;
}
.btn {
  border-radius: 2px;
}
.btn-default {
  border: 1px solid #ddd;
  background: #f4f4f4;
  color: #444;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-default:hover {
  border: 1px solid #adadad;
  background: #e7e7e7;
}
.btn-default:focus {
  outline: none;
}

.btn-warning {
  background-color: #f39c12;
  border-color: #e08e0b;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-warning:hover {
  border: 1px solid #d58512;
  background: #e08e0b;
}
.btn-warning:focus {
  outline: none;
}

label{
	margin-left:10px;
	font-weight:normal;
	line-height: 36px;
}
input[type="search"],
input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
textarea {
  padding: 5px 5px;
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}
input[type="search"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  border: 1px solid #66afe9;
  outline: none;
}
.form-fieldset{font-size: 1.2em;font-weight: 400;padding-left:50px;margin:10px 0;padding-bottom:0;}
.form-fieldset>span{display:inline-block;height:30px;border-bottom:1px solid #333;}
.form-title{height:34px;line-height:34px;text-align:right;}
.form-must{color:#F5716D;}
.form-control {
  display: inline-block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

blockquote {
  border-left: 4px solid #e67e22;
}
pre {
  padding: 0;
  background: none;
  border: none;
}
::-moz-selection {
  color: #ffffff;
  background: #e67e22;
  text-shadow: none;
}
::selection {
  color: #ffffff;
  background: #e67e22;
  text-shadow: none;
}

/*====================================================
	main container area
	瀹瑰櫒閮ㄥ垎
====================================================*/
.content-wrap{
	margin-top:30px;
}
.main-container {
	position: relative;
    max-width: 1200px;
    min-width: 320px;
    margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  font-size:14px;
}

@media (min-width: 768px) {
  .main-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .main-container {
    width: 980px;
  }
}

@media (min-width: 1100px) {
  .main-container {
    width: 1080px;
  }
}
@media (min-width: 1200px) {
  .main-container {
    width: 1170px;
  }
}
@media (min-width: 1300px) {
  .main-container {
    width: 1260px;
  }
}

@media (min-width: 1440px) {
  .main-container {
    width: 1390px;
  }
}


.main-container  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}


/* header */
/*====================================================
	header
	椤堕儴鑿滃崟
====================================================*/
.navbar-toggle{ /*这个显示不出来，重新上色*/
	border: 2px solid #5B9BD5;
	margin-top:10px;
	margin-bottom:6px;
}

.navbar-toggle .icon-bar {
	background: #5B9BD5;
}

.main-header {
  text-align: center;
  padding: 42px 0;
  background: #CCCCCC;
}
.main-header .branding {
  font-size: 3.5em;
  color: #303030;
}
.main-header .branding:hover {
  text-decoration: none;
}
.main-header .branding img {
  max-width: 100%;
}
.home-template .main-header {
  padding-top: 62px;
  padding-bottom: 62px;
  background-repeat: no-repeat;
  background-position: center 20%;
  -webkit-background-size: cover;
          background-size: cover;
}
.navbar{border-radius:0;}
/* main-navigation */
.main-navigation {
  text-align: center;
  background: #4C4C4C;
  border-bottom: 2px solid #5d5d5d;
  height: 65px;
}
.main-navigation .navbar-brand{padding:9px 15px;}
.main-navigation .menu {
  text-align: left;
  margin: 0;
  padding: 0;
}
.main-navigation .menu li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.main-navigation .menu li.nav-current {
  border-bottom: 3px solid #fff;
  margin-bottom: -10px;
}
.main-navigation .menu li a {
  color: #eaeaea;
  line-height: 4em;
  display: block;
  padding: 0 21px;
}
.main-navigation .menu li:hover > a {
  color: #fff;
  text-decoration: none;
}
.main-navigation .menu li ul {
  visibility: hidden;
  background: #ffffff;
  text-align: left;
  padding: 7px 0px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 120%;
  width: 200px;
  z-index: 999;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-navigation .menu li ul li {
  display: block;
  margin: 0;
}
.main-navigation .menu li ul li a {
  line-height: 2.5em;
  color: #505050;
}
.main-navigation .menu li ul:hover > a {
  color: #e67e22;
}
.main-navigation .menu li:hover ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 100%;
}
@media (max-width: 767px) {
  .main-navigation {
    text-align: left;
  }
  .main-navigation .menu li {
    display: block;
  }
  .main-navigation .menu li:hover > a {
    color: #e67e22;
    text-decoration: none;
  }
  .main-navigation .menu li ul {
    visibility: visible;
    padding: 0px 0px 0px 20px;
    margin: 0;
    position: relative;
    top: 0;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media (max-width: 767px) {
	#main-menu {
		z-index: 999;
		background-color: rgba(123,123,123,.8);
	    margin-top: 10px;
	}
	.main-navigation .menu li a{color:#fff !important;}
}

@media (min-width: 768px) {
	#main-menu {
		position: relative; 
		width: 74%;
	}
	
	#main-menu .navbar-right {
	    position: absolute;
	    top: 0;
	    right: 0;
	    display: block;
	}

}
 
.main-navigation .user-menu {
  text-align: right;
  margin: 0;
  padding: 0;
}
.main-navigation .login-menu {
	height：auto; 
	margin-top: 14px;
}

.main-navigation .login-menu a {
	border-radius:4px;
	line-height: 5px;
	border: none;
	background-color: #5B9BD5;
	color:#fff; 
	transition: all .3s;
}

.main-navigation .login-menu a:hover {
	background-color: #5B9BD5;
}

.main-navigation .user-menu li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.main-navigation .user-menu li.nav-current {
  border-bottom: 2px solid #e67e22;
  margin-bottom: -10px;
}
.main-navigation .user-menu li a {
  color: #505050;
  line-height: 4em;
  display: block;
  padding: 0 21px;
}
.main-navigation .user-menu li:hover > a {
  color: #e67e22;
  text-decoration: none;
}
.main-navigation .btn-login {
	border-radius: 0;
	background-color: #3075a8;
	color: #fff;
	margin: 5px 0;
}

.main-navigation  .narbar-form {
    height: 36px;
    margin-top: 14px;
}

/* navbar */
.navbar-header {
  text-align: center;
}
.navbar-header i {
  height: 56px;
  line-height: 56px;
  font-size: 2em;
  cursor: pointer;
}
@media (min-width: 768px) {
  .nav-toggle-button {
    display: none;
  }
}

/* content */



/* widget */
/*====================================================
	widget  鍗＄墖椤甸潰
====================================================*/

.widget {
  margin-bottom: 5px;
}
.widget .title {
  margin-top: 0;
  padding-bottom: 7px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 21px;
  position: relative;
  color: #808080;
}
.widget .title:after {
  content: "";
  width: 90px;
  height: 1px;
  background: #e67e22;
  position: absolute;
  left: 0;
  bottom: -1px;
}





/* footer */
/*====================================================
	footer
====================================================*/
.main-footer {
  background: #2E3033;
  /*margin-top:40px;*/
  padding: 40px 0;
  color: #ffffff;
}

.main-footer .widget {
  padding: 0px 30px;
}

.main-footer .widget .title {
  color: #ffffff;
  border-bottom: 1px solid #303030;
}

.main-footer .widget .contact {
  color: #ffffff;
}

.main-footer .widget .tag-cloud a {
  border: 1px solid #303030;
}
.main-footer .widget .tag-cloud a:hover {
  border: 1px solid #e67e22;
}
.main-footer .widget .friend-links a {
  border: none;
}
.main-footer .widget .friend-links a:hover {
  border: none;
}
.main-footer .widget .friend-links hr {
  margin: 1em 0;
  border-top: 1px dashed #303030;
}
.main-footer .widget .recent-post .recent-single-post {
  border-bottom: 1px dashed #303030;
}
.main-footer .widget .recent-post .recent-single-post .post-title {
  color: #ffffff;
}
.main-footer .widget .recent-post .recent-single-post .post-title:hover {
  color: #e67e22;
}
.main-footer .widget .recent-post .recent-single-post .date {
  color: #959595;
}
.copyright {
  background: #202020;
  font-size: 13px;
  text-align: center;
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #303030;
}
.copyright span {
  margin: 0 .5em;
}
.copyright a {
  color: #ffffff;
}
#back-to-top {
  position: fixed;
  right: 20px;
  bottom: 50px;
  background: #b1b1b1;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  z-index: 1;
  display: none;
  transition:all .2s;
}
#back-to-top:hover {
  background: #D4D4D4;
}
#back-to-top i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size:30px;
}
/**datatable 修改样式**/
#zdataTable_wrapper select.input-sm{
	height:34px;
}

/**AdminLTE 样式覆盖**/
.small-box .icon{
	top:0 !important;
}
.small-box h1,.small-box h2,.small-box h3,.small-box h4,.small-box h5{
	color:#fff;
}
.small-box p{color:#fff;}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
	border-top:none !important;
}

/**块状图**/
.small-box{
	border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    background-color:#d2d6de;
}
.small-box.active{background-color:#00a65a !important;}
.small-box>.inner{padding: 10px;}
.small-box>.small-box-footer{
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255,255,255,0.8);
    display: block;
    z-index: 10;
    background: rgba(0,0,0,0.1);
    text-decoration: none;
   }
.bg-gray{color:#000;background-color:#d2d6de !important;}
.bg-yellow{background-color:#f39c12 !important;}
.bg-green{background-color:#00a65a !important;}

.bleft_line{border-left:1px solid #ccc;}
.bright_line{border-right:1px solid #ccc;}


/* slider2.0 -- start */

	#slider{
		/*margin-top: 80px;*/
	}
	
	

	#home-carousel  .item {
		background-position: center top;
		background-repeat: no-repeat;
		background-size:cover;
		width:100%;
		padding-bottom: 42%;
	}

	#home-carousel .item:before{
		background-color: #999;
		content: "";
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0.2;
		position: absolute;
		width: 100%;
	}
	#home-carousel .item:after {
		display: block;
		/*padding-bottom: 60%;*/
		width: 100%;
	}

	.carousel-caption {
		left: 10%;
		right: 10%;
		top: 28%;
		line-height:2;
		font-size: 20px;
		text-align: center;
		color: #fff;
		text-shadow: none;
	}

	.carousel-caption h1 {
		color: #fff;
		font-size:7rem;
		font-weight:600;
		margin-top:0px;
		letter-spacing:2px;
		margin-bottom:20px;
	}

	.carousel-caption h2 {
		color: #fff;
		font-size:5rem;
		font-weight:600;
		margin-top:0px;
		letter-spacing:2px;
		margin-bottom:20px;
	}

	.home-carousel-left, 
	.home-carousel-right {	
		background-color: #f0f0f0;
		color:#000;
		font-size: 32px;
		height: 40px;
		line-height: 40px;
		margin-top: -20px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 32px;
		z-index: 999;
		-webkit-transition: 300ms;
		-moz-transition: 300ms;
		-o-transition: 300ms;
		-ms-transition: 300ms;
		transition: 300ms;
	}

	.home-carousel-left {
		left:-32px;
	}

	.home-carousel-right {
		right:-32px;
	}

	#home-carousel:hover .home-carousel-left {
		left:0;
	}

	#home-carousel:hover .home-carousel-right {
		right:0;
	}
	
	/* banner字体动画 */
	#home-carousel .item h1, 
	#home-carousel .item h2, 
	#home-carousel .item p {
		opacity:0;
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}

	#home-carousel .item a {
		color: #fff;
		font-size: large;
	}

	#home-carousel .item h1 {
		-webkit-transition: all 0.5s ease-in-out 0.15s;
		-moz-transition: all 0.5s ease-in-out 0.15s;
		-ms-transition: all 0.5s ease-in-out 0.15s;
		-o-transition: all 0.5s ease-in-out 0.15s;
		transition: all 0.5s ease-in-out 0.15s;
	}

	#home-carousel .item.active h1, 
	#home-carousel .item.active h2, 
	#home-carousel .item.active p {
		opacity:1;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	#home-carousel .item h2 {
		-webkit-transition: all 0.5s ease-in-out 0.30s;
		-moz-transition: all 0.5s ease-in-out 0.30s;
		-ms-transition: all 0.5s ease-in-out 0.30s;
		-o-transition: all 0.5s ease-in-out 0.30s;
		transition: all 0.5s ease-in-out 0.30s;
	}

	#home-carousel .item p {
		-webkit-transition: all 0.5s ease-in-out 0.45s;
		-moz-transition: all 0.5s ease-in-out 0.45s;
		-ms-transition: all 0.5s ease-in-out 0.45s;
		-o-transition: all 0.5s ease-in-out 0.45s;
		transition: all 0.5s ease-in-out 0.45s;
	}
	
	
/*----------------------------------------*/
/*              sim-sec                  */
/* --------------------------------------*/
#sims{
	background-color: #f5f5f5;
	padding-top: 100px;
	padding-bottom: 100px;
}
/* our works */
#our-works{
	padding-top: 100px;
	padding-bottom: 100px;
	/*background-color: #f5f5f5;*/
}

/* terminal */
#terminal {
	background-color: #F5F5F5;
	padding-top: 100px;
	padding-bottom: 100px;
}

#ourteam{
	/*background-color: #f5f5f5;*/
	padding-top: 100px;
	padding-bottom: 100px;
}

#pickus{
	background-color: #f5f5f5;
	padding-top: 100px;
	padding-bottom: 100px;
}
	
.section-title{
	margin-bottom: 40px;
	text-align: center;
}

.section-title h1{
	margin-top: 0;
	text-align: center;
	font-weight: bold;
	/*color: #92D050;*/
	color: #5B9BD5;
	/*text-shadow: 2px 10px 15px;*/
   	font-size: 50px;
}

.section-title h4 {
	text-align: center;
	/*color: #FFC000;*/
	color: #7F7F7F;
	margin-top: 20px;
	/*text-shadow: 0px 7px 15px;*/
}

.st-service{
	margin-top: 30px;
	padding: 0 60px;
}

.st-service img{
	width: 60px;
	height: 60px;
}

.st-service h2{
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 15px;
	color: #7F7F7F;
}

.st-service i {
	color: #5B9BD5;
	/*margin-bottom: 10px;*/
	padding-bottom: 10px;
}

.st-service p{
	display: inline-block;
	min-height: 80px;
} 
	
/* 8. our team */
.circle {
	font-size: 18em;
    color: #D9D9D9;
    display: inline-block;
    margin-top: 30px;
}

#ourteam h3 {
    font-size: 50px;
    display: inline-block;
    position: absolute;
    font-weight: 600;
    top: 35%;
  	width: 100%;
   	left: 0;
    color: #fff;
}

#ourteam h5{
	font-size: 20px;
    display: inline-block;
    position: absolute;
    top: 65%;
    width: 100%;
    left: 0;
    color: #fff;
}

#ourteam i {
	color: #5B9BD5;
	padding-bottom: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#ourteam i:hover{
    text-shadow: 0 0 10px #999;
}

@media (min-width: 1167px) and (max-width: 1333px) {
	#home-carousel .item h1 {
		font-size: 6rem;
	}
}

@media (min-width: 997px) and (max-width: 1167px ) {
	#home-carousel .item h1 {
		font-size: 5rem;
	}
	#home-carousel .item p {
		font-size: 18px;
		margin-bottom: 0;
	}
	
}

@media (max-width: 997px) {
	#home-carousel .item h1 {
		font-size: 4rem;
		
	}
	#home-carousel .item p {
		font-size: 16px;
		margin-bottom: 0;
	}
	
	.st-service {
		margin-top: 30px;
		padding: 0 10px;
	}
	
	#ourteam .circle {		
    	margin-top: 30px;
		font-size: 16em;
	}
	#ourteam h3 {
		font-size: 40px;
	}
	#ourteam h5{
		font-size: 18px;
	}
}

@media (max-width: 762px) {
	#home-carousel .item h1 {
		font-size: 4rem;
		
	}
	#home-carousel .item p {
		font-size: 16px;
		margin-bottom: 0;
	}
	
	.st-service {
		margin-top: 30px;
		padding: 0 10px;
	}
	
	#ourteam .circle {		
    	margin-top: 30px;
		font-size: 12em;
	}
	#ourteam h3 {
		font-size: 30px;
	}
	#ourteam h5{
		font-size: 14px;
	}
}

@media (max-width: 530px) {
	
	.st-service h2 {
		font-size: 22px;
		    /*margin-top: 0;
	 	    margin-bottom: 15px;
	  	  color: #7F7F7F;*/
	}
	
	.section-title h1{
		font-size: 24px;
	}
	.section-title h4{
		font-size: 18px;
	}
	.st-service h2{
		font-size: 20px;		
	}
	
	#ourteam .circle {		
    	margin-top: 20px;
		font-size: 8em;
	}
	#ourteam h3 {
		font-size: 22px;
	}
	#ourteam h5{
		font-size: 12px;
	}
}
	



/* ----------------------------------*/
/*     About Us                      */
/* --------------------------------- */
.about-list{
	padding-top: 10px;
}

.about-list i{
	color: #e67e22;
	padding-right: 5px;
}

.about-list .about-date{
	color: #7F7F7F;
	padding-right: 20px;
}

.about-list .about-memory{	
	font-weight: bold;
}