
#footer .contact p {
  font-size: 14px;
  margin-bottom: 13px;
}

#footer .logo {
  max-width: 124px;
}

.social-icons li:hover.social-icons-wechat a {
	background: #AFF16E;
}

.social-icons li:hover.social-icons-qq a {
	background: #1AB8E3;
}

.social-icons li:hover.social-icons-weibo a {
	background: #EB2224;
}

/* Add here all your CSS customizations */

.slider-container .main-label {
  color: #fff;
  font-size: 62px;
  font-weight: 800;
  line-height: 65px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

/* 页脚配色 */
#footer .contact p {
  font-size: 14px;
  margin-bottom: 13px;
}

#footer .logo {
  max-width: 124px;
}

html #footer.color-dark .footer-ribbon {
  background: #0088CC;
}

/* 微信 qq 微博配色 */
.social-icons li:hover.social-icons-wechat a {
	background: #2AB122;
}

.social-icons li:hover.social-icons-qq a {
	background: #1AB8E3;
}

.social-icons li:hover.social-icons-weibo a {
	background: #EB2224;
}

/* 页面头 */
.page-header {
	border-top: 3px solid #2D343D;
	background: -ms-linear-gradient(top,rgb(0,80,255),rgb(31,195,255));        /* IE 10 */
	background: -moz-linear-gradient(top,rgb(0,80,255),rgb(31,195,255));/*»ðºü*/
	background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(rgb(0,80,255)), to(rgb(31,195,255)));/*¹È¸è*/
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(0,80,255)), to(rgb(31,195,255)));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, rgb(0,80,255),rgb(31,195,255));   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, rgb(0,80,255),rgb(31,195,255));  /*Opera 11.10+*/
	border-bottom: 5px solid #CCC;
	margin: 0 0 35px 0;
	min-height: 50px;
	padding: 20px 0;
	position: relative;
	text-align: left;
}

/* 页面标题颜色 */
.breadcrumb a {
  color: white;
  font-style: oblique;
  font-weight: bold;
}

.breadcrumb .active {
  color: white;
  font-style: oblique;
}

/* 关于页面九宫格 */
.nine *{
  margin: 0;
  padding: 0;
}

.nine .clearfix:before,.nine .clearfix:after {content: "";display: block;}
.nine .clearfix:after{clear:both;overflow: hidden;}
.nine .clearfix {*zoom: 1;}

.nine{
  font-family: Arial;
}

.nine ul {

  padding: 0 0px;
  margin: 0px auto;
}

.nine ul li {

  padding: 0px;
  list-style: none;

  color: rgb(32,40,48);
  text-shadow: 0 1px 1px rgb(255,255,255);
  font-size: 14px;
  transition: all .2s ease;
}


#li-center-2:hover{
  -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
      transform: scale(1.3);

  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.5);
    -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.5);
      box-shadow: 0 -1px 10px rgba(0,0,0,.5);


}

.nine ul li:hover{
  -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
      transform: scale(1.1);

  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.5);
    -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.5);
      box-shadow: 0 -1px 10px rgba(0,0,0,.5);


}
#li-center-1:hover{
  -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
      transform: scale(1.3);

  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.5);
    -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.5);
      box-shadow: 0 -1px 10px rgba(0,0,0,.5);


}
#li-center-2:hover{
  -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
      transform: scale(1.3);

  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.5);
    -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.5);
      box-shadow: 0 -1px 10px rgba(0,0,0,.5);


}

.nine ul li h4 {
  height: 40px;
  margin-bottom: 15px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid rgba(223,231,239, .7);
}

.nine ul li p {
  text-align: center;
}

.post-content img {
  max-width: 100%;
}
