/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* custom */
a {
  color: #7e8c8d;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}

li {
  list-style: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}

html, body {
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

input, textarea, button {
  -webkit-appearance: none;
}

.clear {
  clear: both;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?4qc6q8");
  src: url("fonts/icomoon.eot?4qc6q8#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?4qc6q8") format("truetype"), url("fonts/icomoon.woff?4qc6q8") format("woff"), url("fonts/icomoon.svg?4qc6q8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-clock:before {
  content: "\e900";
}

.icon-eye:before {
  content: "\e901";
}

.container {
  margin: 0 auto;
  width: 1200px;
}

.header {
  position: fixed;
  top: 0;
  padding: 0 80px;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  z-index: 99;
}

.header .logo-wrap {

  display: block;
  margin-top: 15px;
  z-index: 9;
	float: left;
}

.header .logo-wrap img {
  display: block;
}

.header .nav-wrap {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 1;
	float: left;
margin-top: 25px;
}

.header .nav-wrap.slide-up {
  opacity: 0;
}

.header .nav-wrap ul {
  font-size: 0;
  

}

.header .nav-wrap ul li {
  position: relative;
  display: inline-block;
  margin-left:25px;
}

.header .nav-wrap ul li a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 59px;
  color: #575757;
}

.header .nav-wrap ul li span {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: rgba(22, 149, 239, 0.8);
  transition: all .5s ease;
}

.header .nav-wrap ul li.active a, .header .nav-wrap ul li:hover a {
  color: rgba(22, 149, 239, 0.8);
}

.header .nav-wrap ul li.active span, .header .nav-wrap ul li:hover span {
  visibility: visible;
  width: 40px;
}

.header .search {
  position: absolute;
  top: 78%;
  right: 92px;
  width: 19px;
  height: 19px;
  background: url(../images/search.png) center no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

.header .search:hover {
  background: url(../images/search-blue.png) center no-repeat;
}

.header .search-wrap {
  visibility: hidden;
  position: absolute;
  left: 60%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 632px;
  height: 99px;
  font-size: 0;
  background-color: #fff;
  opacity: 0;
  z-index: 9;
}

.header .search-wrap.active {
  visibility: visible;
  opacity: 1;
  left: 50%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.header .search-wrap .exit {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.header .search-wrap form {
  display: inline-block;
  vertical-align: middle;
  width: 613px;
  height: 99px;
  font-size: 0;
}

.header .search-wrap form input {
  display: inline-block;
  vertical-align: middle;
  margin: 0 22px;
  width: 540px;
  height: 99px;
  font-size: 16px;
  line-height: 99px;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  outline: none;
}

.header .search-wrap form .sub {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 19px;
  height: 19px;
  background: url(../images/search.png);
}

.sidebar {
  display: none;
  position: fixed;
  bottom: 280px;
  right: 60px;
  width: 54px;
  height: 150px;
}

.sidebar span, .sidebar a {
  display: block;
  margin: 10px 0;
  padding: 15px;
  box-sizing: border-box;
  width: 54px;
  height: 54px;
  font-size: 0;
  line-height: 1.2;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 20px #e6e6e6;
  transition: all .5s ease;
  cursor: pointer;
}
.xiangduidingwei {
    width: 160px;
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 999;
    overflow: hidden;
}
.sidebar .kefu {
  background: url(../images/icon_kefu.png) center no-repeat;
}

.sidebar .kefu:hover {
  font-size: 12px;
  background: url(../images/icon_kefu_hover.png) center no-repeat;
}

.sidebar .totop {
  font-size: 12px;
  background: url(../images/icon_totop.png) center no-repeat;
}

.sidebar .totop:hover {
  background: url(../images/icon_totop_hover.png) center no-repeat;
}

.footer {
  padding-top: 50px;
  background-color: #fff;
}

.footer .container {
  position: relative;
}

.footer .footer-nav {
  font-size: 0;
}

.footer .footer-nav a {
  display: inline-block;
  padding: 0 15px;
  height: 14px;
  font-size: 14px;
  color: #424242;
  border-right: 1px solid #424242;
}

.footer .footer-nav a:first-child {
  padding-left: 0;
}

.footer .footer-nav a:last-child {
  border-right: 0;
}

.footer .footer-nav a:hover {
  color: #1695ef;
}

.footer .copyright {
  margin: 60px 0;
  font-size:14px;
  line-height:30px;
}

.footer .copyright span {
  display: block;
  font-size: 12px;
  line-height: 1.8;
  color: #424242;
}

.footer .copyright span a {
  color: #424242;
}

.footer .copyright span a:hover {
  color: #1695ef;
}

.footer .contacts {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}

.footer .contacts span {
  display: block;
  font-size: 12px;
  color: #424242;
}

.footer .contacts .phone {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #1695ef;
}

.footer .contacts .wx {
  position: relative;
  margin-top: 50px;
  height: 40px;
  background: url(../images/wx.png) right top no-repeat;
}

.footer .contacts .wx .qrcode {
  position: absolute;
  left: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.footer .contacts .wx:hover {
  background: url(../images/wx_on.png) right top no-repeat;
}

.footer .contacts .wx:hover .qrcode {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.footer .links {
  border-top: 1px solid #e6e6e6;
}

.footer .links span, .footer .links a {
  display: inline-block;
  margin-right: 30px;
  font-size: 12px;
  line-height: 52px;
  color: #666;
}

.footer .links a:hover {
  color: #1695ef;
}
