@charset "UTF-8";
/*!
  @author: shenjiamei
  @date:2017-11-14 14:39:51
 */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

body {
  min-width: 1200px;
  font: 400 14px/1.5 '\5FAE\8F6F\96C5\9ED1', tahoma, arial, sans-serif;
  color: #333;
  background-color: #fff;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, input, select, textarea {
  font: 400 14px/1.5 '\5FAE\8F6F\96C5\9ED1', tahoma, arial, sans-serif;
  color: #5f677b;
}

input, textarea {
  margin: 0;
  padding: 0;
  outline: none;
  background: none;
}

textarea {
  resize: none;
  word-break: break-all;
  word-wrap: break-word;
}

img {
  display: inline;
  vertical-align: middle;
  border: none;
  max-width: 100%;
}

i {
  font-style: normal;
}

a {
    text-decoration: none;
    color: inherit;
}

/* ------------------------------     以上为reset，以下为通用      ----------------------------------- */
.container {
    width: 1180px;
    margin: auto;
}
.clearfix {
  *zoom: 1;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: '';
}

.clearfix::after {
  clear: both;
}

.float_l {
    float: left;
}
.float_r {
    float: right;
}

/* 头部 */
.g-header{
    padding: 22px 0;
    background-color: #fff;
    position: relative;
    z-index: 1000;
}

.g-header-l {
    float: left;
}
.g-header-r {
    float: right;
} 


.g-header .logo-wrap {
    width: 195px;
    height: 46px;
    float: left;
}

.g-header .nav-item { position: relative;float: left;padding-right: 56px;font-size: 18px;height: 46px;line-height: 46px; }
.g-header .nav-item:nth-last-child(1){ padding-right: 0; }
.g-header .nav-item > a{ position: relative;display: block;height: 100%; }
.g-header .nav-item--more > a::before{ position: absolute;content: '';width: 12px;height: 7px;top: 20px;right: -24px;background: url("../img/icons/nav_open.png") no-repeat center/100% 100%; }
.g-header .nav-item--more:hover > a::before{ transform: rotate(180deg); }



.nav-item__sub { position: absolute;left: 0;top: 46px;padding-top: 22px;display: none;background-color: #fff; }
.u-hover:hover .nav-item__sub { display: block; }

/* vue路由动态加router-link-active */
.g-header .nav-item > a.router-link-active,
.u-hover:hover > a { color: #036eb8; }


.nav-item__sub > li {  padding:0 20px;white-space: nowrap; }
.nav-item__sub > li:hover { background-color: #e8ecf3; }

/* 合作案例 */
.g-cooperation { padding: 100px 0; }
.g-cooperation .subject { font-size: 38px;line-height: 80px;font-weight: bold;color: #333; }
.g-cooperation .content { margin-top: 20px; }

/* 尾部 */
.g-footer { padding: 48px 0 70px;background: url("../img/page/global_footer_bg.jpg") no-repeat center; }

.g-footer .profile {  }

.g-footer .p1 { font-size: 26px;line-height: 80px;font-weight: bold;color: #fff; }
.g-footer .p2 { font-size: 20px;line-height: 32px;font-weight: bold;color: #fff; }
.g-footer .p3 { font-size: 16px;line-height: 32px;color: #fff; }
.g-footer .p4 { font-size: 14px;line-height: 24px;color: #b9b7b7;margin-top: 24px; }

/* .g-footer .contact { padding-top: 64px; } */
.g-footer .contact > p { font-size: 16px;line-height: 32px;color: #b9b7b7; }