/*
* @Author: jason
* @Date:   2016-06-18 16:06:34
* @Last Modified by:   jason
* @Last Modified time: 2016-09-02 15:27:38
*/
@charset "utf-8";

/* reset */
body {
  font: 12px/23px Microsoft YaHei, Arial, Helvetica, sans-serif;
  color: #3e3e3e;
  overflow-x: hidden;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
input,
select,
button,
textarea {
  font-size: 100%;
  font-family: inherit;
  outline: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
ul,
ol { list-style: none; }
img { border: 0; }
a {
  color: #3e3e3e;
  text-decoration: none;
}
a:hover {
  color: #005bac;
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
small,
.small { font-size: 12px; }
big,
.big { font-size: 18px; }
:focus { outline: 0; }

/* common */
.clearfix:after,
.w:after,
.area:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}
.clearfix,
.w,
.area { zoom: 1; }
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
  font-size: 0;
}
.fl { float: left; }
.fr { float: right; }
.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }
.hide { display: none; }
.pop { position: relative; }
.popfix {
  position: absolute;
  display: none;
}
.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.w,
.area {
  width: 1180px;
  margin: 0 auto;
}
.area { margin-top: 10px; }
img.imgload,
.imgload img { background: #eee; }
.imghover:hover {
  filter: alpha(opacity=80);
  opacity: .8;
}
.animate,
.animate a {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

/* header */
.header {
  position: relative;
  z-index: 4;
  height: 131px;
  border-bottom: 1px solid #e5e5e5;
}

.header .topbar{
  height:35px; padding-top:5px; line-height:34px; color:#4f4f50; border-bottom:1px solid #e5e5e5; overflow:hidden;}
.header .topbar .left{
  float:left;}
.header .topbar .right{
  float:right;}
.header .qq{
  margin-right:10px; padding-left:20px; font-weight:bold; color:#009bef; display:inline-block;
  background:url(../Images/icon_qq.png) no-repeat 0 8px;}
.header .qq:hover{
  color:#005bac;}
.header .tel{
  margin-left:5px; padding-left:20px; font-size:16px; font-weight:bold; font-style:italic; color:#898989; display:inline-block;
  background:url(../Images/icon_tel.png) no-repeat 0 8px;}

.header .logo {
  float: left;
  width: 250px;
  height: 50px;
  margin-top: 20px;
  text-indent: -999em;
  background: url(../Images/logo.png) no-repeat;
}
.header .logo a {
  display: block;
  height: 100%;
}
.header .menu {
  float: right;
  height: 90px;
}
.header .menu li,
.header .menu-link b,
.header .menu-link s {
  width: 80px;
  height: 90px;
}
.header .menu li { float: left; }
.header .menu-link {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 90px;
  color: #666;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.header .menu-link b,
.header .menu-link s {
  display: block;
  position: absolute;
  left: 0;
}
.header .menu-link b {
  top: 0;
  z-index: 2;
  font-weight: normal;
  text-align: center;
}
.header .menu-link s {
  top: 100%;
  z-index: 1;
  background: #0081d4;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.header .menu-link:hover,
.header .menu-on b { color: #fff; }
.header .menu-link:hover s,
.header .menu-on s { top: 0; }
.header .menu-sub {
  position: absolute;
  top: 131px;
  left: 50%;
  z-index: 11;
  display: none;
  margin-left: -590px;
  padding-top: 1px;
}
.header .menu-sub .wrap {
  position: relative;
  min-height: 160px;
  overflow: hidden;
  background: url(../Images/bg_submenu.png) repeat-y;
}
.header .menu-sub .left,
.header .menu-sub .left p {
  float: left;
  width: 150px;
  padding: 30px 20px;
}
.header .menu-sub .left h3 {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  line-height: 24px;
}
.header .menu-sub .left h4 {
  font-size: 14px;
  font-family: Arial;
  font-weight: normal;
  color: #14acff;
  line-height: 18px;
}
.header .menu-sub .left p {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 18px;
  color: #72c8ff;
}
.header .menu-sub .right {
  padding: 20px 2px;
  overflow: hidden;
}
.header .menu-sub .right a { padding-left: 12px; }
.header .menu-sub .right dl {
  float: left;
  width: 135px;
  padding: 10px 31px;
}
.header .menu-sub .right dt {
  height: 25px;
  overflow: hidden;
  line-height: 25px;
  border-bottom: 1px dotted #808080;
}
.header .menu-sub .right dt a {
  color: #0081d4;
  background: url(../Images/icon_smenu1.png) no-repeat 0 5px;
}
.header .menu-sub .right dt a:hover { color: #009bef; }
.header .menu-sub .right dd {
  padding-top: 5px;
  line-height: 24px;
}
.header .menu-sub .right dd p {
  height: 24px;
  overflow: hidden;
}
.header .menu-sub .right dd a {
  color: #666;
  background: url(../Images/icon_smenu2.png) no-repeat 0 8px;
}
.header .menu-sub .right dd a:hover { color: #0081d4; }
.header .search {
  position: relative;
  float: right;
  width: 54px;
  height: 90px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.header .search-btn {
  position: relative;
  display: block;
  height: 90px;
}
.header .search-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  margin-top: -7px;
  margin-left: -7px;
  background: url(../Images/icon_search.png) no-repeat;
}
.header .search-btn.on i { background-position: 0 -24px; }
.header .search-wrap {
  position: absolute;
  top: 90px;
  right: -1px;
  z-index: 12;
  display: none;
}
.header .search-input {
  width: 192px;
  height: 23px;
  padding: 5px;
  line-height: 23px;
  text-align: center;
  border: 5px solid #666;
}

/* footer */
.footer .flink-share {
  padding: 15px 0;
  border-top: 1px solid #dcdcdc;
}
.footer .flink {
  position: relative;
  z-index: 1;
  float: left;
  width: 950px;
  padding-left: 70px;
  line-height: 21px;
}
.footer .flink span {
  position: absolute;
  top: 0;
  left: 0;
}
.footer .flink em {
  margin: 0 10px;
  font-style: normal;
}
.footer .share { float: right; }
.footer .copyright {
  padding: 10px 0;
  color: #ccc;
  background: #555;
}
.footer .copyright a { color: #ccc; }
.footer .copyright a:hover { color: #fff; }

/* fix-service */
.fix-service {
  width: 48px;
  position: fixed;
  _position: absolute;
  top: 40%;
  right: 0;
  z-index: 999;
}
.fix-service li {
  float: left;
  width: 48px;
  height: 47px;
  position: relative;
}
.fix-service li a {
  height: 47px;
  display: block;
}
.fix-service li .short {
  height: 47px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background-image: url(../Images/bg_service.png);
  background-repeat: no-repeat;
  background-color: #0470df;
}
.fix-service li .long {
  position: absolute;
  z-index: 1;
  display: none;
  width: 48px;
  height: 47px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  line-height: 47px;
  color: #fff;
  text-align: center;
  background: #0470df;
}
.fix-service li .long a { color: #fff; }
.fix-service li.s01 .short {
  border-bottom: 1px solid #2a93ff;
  background-position: 0 0;
}
.fix-service li.s01:hover .short { background-position: -48px 0; }
.fix-service li.s01 .long { top: 0; }
.fix-service li.s02 .short {
  border-top: 1px solid #0470df;
  border-bottom: 1px solid #2a93ff;
  background-position: 0 -47px;
}
.fix-service li.s02:hover .short { background-position: -48px -47px; }
.fix-service li.s02 .long { top: 1px; }
.fix-service li.s03 .short {
  border-top: 1px solid #0470df;
  border-bottom: 1px solid #2a93ff;
  background-position: 0 -94px;
}
.fix-service li.s03:hover .short { background-position: -48px -94px; }
.fix-service li.s03 .long { top: 1px; }
.fix-service li.s03 .qrcode {
  height: 150px;
  border: 1px solid #ccc;
  display: none;
  position: absolute;
  top: -50px;
  left: -262px;
  background: #fff;
}
.fix-service li.s03 .qrcode p {
  float: left;
  width: 130px;
  line-height: 20px;
  text-align: center;
}
.fix-service li.s03 .qrcode p img {
  width: 110px;
  height: 110px;
  margin: 10px 10px 5px 10px;
}
.fix-service li.s04 .short {
  border-top: 1px solid #0470df;
  border-bottom: 1px solid #2a93ff;
  background-position: 0 -141px;
}
.fix-service li.s04:hover .short { background-position: -48px -141px; }
.fix-service li.s04 .long { top: 1px; }
.fix-service li.s05 .short {
  border-top: 1px solid #0470df;
  background-position: 0 -188px;
}
.fix-service li.s05:hover .short { background-position: -48px -188px; }
.fix-service li.s05 .long { top: 1px; }
