@charset "utf-8";
/* 所有页面公用的css */
@font-face{ font-family:abc; src:url('../font/逼格青春体简2.0.ttf');}
body{ padding:0; margin:0; font-family:abc;}
h1{ font-size:24px;}
h2{ font-size:16px;}
ul{list-style:none; display:inline-block;}
a { text-decoration:none;}
aside{ display:inline-block;}
.conter{ width:1130px; margin:0 auto;}
.bk_n { border:none;}
.zt_l{ color:#fff; background:#11abb0; display:inline}
.zt_lan {color:#4e85a6; display:inline}
.zt_ju{ color:#fff; background:#a15e37; display:inline}
.clearfix{ clear:both; height:50px;}
p.para {width: 70%;margin: 0 auto 45px;color: #9e9e9e;line-height: 32px;font-size: 15px;letter-spacing: 1px;}
p.para span {color: #139596;}
hr{width:80%; border:1px #eee solid;}

/*  header页头部分  */
header{margin:0 auto;width: 100%;z-index: 9991;height:105px; margin-top:15px; position:absolute; z-index:9999;}
header #logo { background: url(../images/logo.png) no-repeat; width:200px; height:60px; display:inline-block; margin-left:25px;}
header aside{ position:absolute; right:10px;}


/*  页脚部分  */
.site-footer  a{ color:#fff;}

.f1{background: url(../images/footer_bg.jpg); padding-top:14px;}
.f1 img{cursor:pointer;}
.f1 span{font-family:微软雅黑; display:inline; color:#fff;cursor:pointer; vertical-align:middle;}
.f1_a{width:100%; display:block; text-align:right;}
.footer1 ul{float:left; width:20%; margin-left:38px; line-height:30px; margin-top:25px;}
.footer2{position:relative; top: 15px;}
.footer_1{height: 130px; margin-top:0px;}
.copyright-text h1{ color:#fff; font-weight:bold; font-size:26px; font-family:微软雅黑;display:block; display:inline-block; width:32%; text-align:right; vertical-align:top;}
  .copyright-text span{ display:block; }
  .copyright-text ul{
	  height:117px;
	  color: #bbb;
	  font-family:abc;
	  font-size:15px;
	  display:inline-block;
	  width:170px;
	  padding:0;
	  position:relative;
	  left:40px;
	}
  .copyright-text ul li a{ color: #888; font-size:13px;}
  .copyright-text ul li a:hover{ color: #5cc3f1;}
    .social-icons {
	margin-top:20px;
	width:240px;
	display:inline-block;
  }

  .social-icons ul {
	width:100%;
    list-style: none;
  }
  
  .social-icons li {
	  width:50px;
	  height:60px;
	  float:left;
    display: inline-block;
  }

   .social-icons a {
      color: #5cc3f1;
      background-color: rgba($white_color, 0.2);
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 40px;
      font-size: 16px;
	  float:left;
    }
	.social-icons a img{ width:35px;}
  .social-icons  a:hover {
      background-color: $white_color;
      color: $primary_color;
    }
.footer_copy {height:60px; text-align:center;}
.footer_copy_z { text-align:center; color: #777; width:1000px; margin:0 auto; margin-top:0px; font-size:12px; font-family:微软雅黑; display:block;}
.footer1 .clearfix{ height:35px;}
.footer_copy span {width:100%; color:#aaa;}	

/*   二维码弹框    */
.white_content {
	position:absolute;
   display: none;
   left:736px;
   float:right;
   background: #474747;
   width: 165px;
   height: 190px;
   margin-top:-10px;
   border-bottom:none;
   z-index:9999;
   overflow: auto;
  }
.white_content a { color: #960; font-family:微软雅黑; font-size:12px; padding:5px 5px 0 0;}

.m_left { margin-left:-15px; margin-top:10px;}




