﻿/*================== 
 * @authors Adrian 
 * @date    2015-11-6 12:40:20
 * @version 
 ===================*/
/* The compass pakage */

a {
  text-decoration: none;
 
}
ol, ul {
  list-style: none;
}
.float {
  position: fixed;
  top: 50%;
  right: 60px;
  margin-top: -135px;
  width: 53px;
}
@media screen and (max-width: 1000px) {
  .float {
    display: none;
  }
}

.float-item, .float-item-1, .float-item-2, .float-item-3, .float-item-4, .float-item-5 {
  width: 53px;
  height: 54px;
  border-bottom: 1px solid #aabee4;
  position: absolute;
  right: 0px;
}
.float-item > a, .float-item-1 > a, .float-item-2 > a, .float-item-3 > a, .float-item-4 > a, .float-item-5 > a {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  width: 53px;
  height: 53px;
  display: block;
  position: absolute;
  left: 0px;
  background-color:#036;
  color: #fff;
  line-height: 53px;
  font-size: 16px;
  cursor: pointer;
}
.float-item i, .float-item-1 i, .float-item-2 i, .float-item-3 i, .float-item-4 i, .float-item-5 i {
  float: left;
  width: 53px;
  height: 53px;
  background: url("../images/sprite_2.png") 0 0 no-repeat;
  margin-right: 8px;
}

.float-item:hover > a, .float-item-1:hover > a, .float-item-2:hover > a, .float-item-3:hover > a, .float-item-4:hover > a, .float-item-5:hover > a {
  background-color: #0873af;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}

.float-item-expand, .float-item-1, .float-item-4 {
  text-indent: 2px;
}
.float-item-expand > div, .float-item-1 > div, .float-item-4 > div {
  display: none;
}

.float-item-slide, .float-item-2, .float-item-3 {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}
.float-item-slide > a, .float-item-2 > a, .float-item-3 > a {
  width: 140px;
}

.float-item-slide:hover, .float-item-2:hover, .float-item-3:hover {
  width: 140px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}

.float-item-1 {
  top: 0px;
}
.float-item-1 i {
  background-position: 0px 0px;
}

.float-item-2 {
  top: 54px;
}
.float-item-2 i {
  background-position: 0px 0px;
}

.float-item-3 {
  top: 108px;
}
.float-item-3 i {
  background-position: 0px -106px;
}

.float-item-4 {
  top: 162px;
}
.float-item-4 i {
  background-position: 0px -159px;
}

.float-item-5 {
  top: 216px;
}
.float-item-5 i {
  background-position: 0px -212px;
}

.float-expand, .float-qq, .float-wechat {
  position: absolute;
  top: 0px;
  left: -160px;
  height: 270px;
  width: 160px;
  padding: 0 14px;
  background-color: #0291dd;
}
.float-expand h5, .float-qq h5, .float-wechat h5 {
  font-size: 16px;
  padding: 20px 0;
  color: #fff;
}

.qq-list dd {
  line-height: 34px;
  overflow: hidden;
  padding: 6px 0;
  line-height: 22px;
}

.qq-item-btn {
  float: left;
  height: 22px;
  width: 77px;
  background: url(../images/qq_talk.png) 0 0 no-repeat;
}

.qq-item-txt {
  float: left;
  margin-left: 5px;
  color: #fff;
}

.float-wechat {
  top: -162px;
}
.float-wechat p {
  line-height: 20px;
  padding: 9px 0;
  color: #fff;
  text-align: center;
}
.float-item-4:hover .float-wechat{display:block;}
.wechat-pic {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .ft {
    height: 229px;
    background-color: #0285c0;
  }
}
@media screen and (max-width: 1000px) {
  .ft .main {
    padding: 0 12px;
  }
}
@media screen and (max-width: 540px) {
  .ft .main {
    padding: 0 4px;
  }
}

.ft-mid {
  padding: 62px 0 60px;
  border-top: 3px solid #0285c0;
}
@media screen and (max-width: 1000px) {
  .ft-mid {
    background: #0285c0;
    color: #fff;
    position: relative;
    padding: 20px 0 0 0;
  }
}

.ft-nav {
  float: left;
}
.ft-nav dl {
  float: left;
  margin-right: 102px;
}
@media screen and (max-width: 1000px) {
  .ft-nav dl {
    margin-right: 6px;
  }
}
@media screen and (min-width: 541px) {
  .ft-nav dl {
    min-width: 64px;
  }
}
.ft-nav dt {
  font-size: 16px;
  margin-bottom: 12px;
}
@media screen and (max-width: 540px) {
  .ft-nav dt {
    font-size: 12px;
  }
}
.ft-nav dt a {
  color: #414141;
}
@media screen and (max-width: 1000px) {
  .ft-nav dt a {
    color: #fff;
  }
}
.ft-nav dd {
  line-height: 24px;
  display: block;
}
@media screen and (max-width: 1000px) {
  .ft-nav dd {
    display: none;
  }
}
.ft-nav dd a {
  color: #999;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  font-size:13px;
}
.ft-nav dd a:hover {
  color: #0285c0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}

.ft-qr {
  width: 120px;
  height: 120px;
  display: block;
}
@media screen and (max-width: 1000px) {
  .ft-qr {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 540px) {
  .ft-qr {
    width: 0;
    height: 0;
  }
}
@media screen and (max-width: 360px) {
  .ft-qr {
    float: right;
  }
}

.ft-tel {
  font-size: 16px;
  float: right;
}
@media screen and (max-width: 1000px) {
  .ft-tel {
    position: absolute;
    right: 12px;
    top: 20px;
  }
}
@media screen and (max-width: 540px) {
  .ft-tel {
	  display:none;
  }
}
.ft-tel b {
  font-size: 24px;
  color: #0285c0;
  margin: 10px 0;
  display: inline-block;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .ft-tel b {
    color: #fff;
    font-size: 18px;
    margin: 6px 0;
  }
}
@media screen and (max-width: 540px) {
  .ft-tel b {
    font-size: 14px;
    margin: 6px 0;
  }
}

.ft-bt {
  background-color: #0285c0;
  color: #fff;
  padding: 25px 0;
  line-height: 20px;
}
@media screen and (max-width: 1000px) {
  .ft-bt {
    padding: 0px;
  }
}
.ft-bt a {
  color: #fff;
}

.ft-bt-l {
  float: left;
}
@media screen and (max-width: 1000px) {
  .ft-bt-l {
    border-top: 1px solid #ffffff;
    padding: 14px 0 14px 2px;
    width: 390px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 540px) {
  .ft-bt-l {
    width: width: 300px;;
  }
}
.ft-bt-l span {
  margin: 0 1px 0 4px;
  position: relative;
  top: -1px;
}

.ft-bt-r {
  float: left;
}
@media screen and (max-width: 1000px) {
  .ft-bt-r {
    float: left;
    clear: both;
    border-top: 1px solid #ffffff;
    padding: 18px 0 40px 2px;
    width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .ft-bt-r {
    width: 300px;
  }
}
.ft-bt-r p {
  float: left;
  margin: 0 2px;
}
@media screen and (max-width: 1000px) {
  .ft-bt-r p {
    float: none;
  }
}

.ft-fsp {
  margin: 0 3px;
}

.head-plh {
  height: 90px;
}
@media screen and (max-width: 768px) {
  .head-plh {
    height: 50px;
  }
}





