/*================== 
 * @authors Adrian 
 * @date    2015-11-6 12:40:20
 * @version 
 ===================*/
/* The compass pakage */
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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* The compass variable */
/* The compass sass */
html {
  font-size: 12px;
  font-family: "Microsoft YaHei","Arial","sans-serif";
}
html * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
}

strong {
  font-weight: bold;
}
    .wrapper {
        max-width: 1200px;
        /*min-width: 980px; */
        _width: 1200px;
        padding: 0 10px;
        margin-left: auto;
        margin-right: auto;
    }

    
    .wrapper:after,
    .row:after {
        content: "";
        display: table;
        clear: both;
    }

.main {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .main {
    width: 100%;
  }
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

#fp-nav.fp-show-active a.active + .fp-tooltip {
  color: #0270b7;
}

.head {
  height: 100px;
  background-color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 980px) {
  .head {
    height: 50px;
  }
}
.head .main {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .head .main {
    padding: 0 12px;
  }
}
@media screen and (max-width: 980px) {
  .head .main {
    position: static;
  }
}

.head-inner {
  -moz-box-shadow: 0 2px 12px 0px #dedede;
  -webkit-box-shadow: 0 2px 12px 0px #dedede;
  box-shadow: 0 2px 12px 0px #dedede;
  height: 90px;
}
@media screen and (max-width: 980px) {
  .head-inner {
    height: 50px;
  }
}



.nav {
  position: absolute;
  top: 0;
  left: 350px;
  width: 476px;
  height: 100px;
  display: block;
}
@media screen and (max-width: 980px) {
  .nav {
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .nav a {
    color: #fff;
  }
}

.nav-tit {
  width: 80%;
  margin: 30px auto 10px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: url("../images/line_1.png") center bottom no-repeat;
  display: none;
  padding: 20px 0 30px;
}
@media screen and (max-width: 980px) {
  .nav-tit {
    display: block;
  }
}

.nav-list {
}
@media screen and (max-width: 980px) {
  .nav-list {
    float: none;
    width: 60%;
    margin: 0 auto;
    padding: 10px 0;
  }
}
.nav-list > li {
  float: left;
}
@media screen and (max-width: 980px) {
  .nav-list > li {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }
}
.nav-list > li > a {
  display: block;
  padding: 0  40px;
  line-height: 100px;
  height: 100px;
  border-bottom: 3px solid transparent;
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  .nav-list > li > a {
    line-height: 30px;
    border-bottom: 0px;
    height: 30px;
  }
}
.nav-list > li > a:hover {
  border-color: #0069b3;
  color: #0069b3;
}

.nav-slide-wrap {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%; 
  background: #fff url("../images/bg_2.jpg") 0 bottom repeat-x;
  z-index: -1; 
}
.nav-slide-wrap .main {
  position: relative;
  height: 100%;
}

.nav-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  padding-top: 15px;
}

.nav-toggle {
  position: absolute;
  z-index: 1001;
  top: 5px;
  right: 5px;
  padding: 12px 10px;
  width: 40px;
  height: 40px;
  display: none;
}
@media screen and (max-width: 980px) {
  .nav-toggle {
    display: block;
  }
}

a.nav-toggle-icon {
  display: block;
}
a.nav-toggle-icon span, a.nav-toggle-icon:after, a.nav-toggle-icon:before {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
a.nav-toggle-icon span {
  margin-top: 4px;
  margin-bottom: 4px;
}
a.nav-toggle-icon:before {
  content: '';
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
a.nav-toggle-icon:after {
  content: '';
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}

a.nav-toggle-icon.opened span, a.nav-toggle-icon.opened:after, a.nav-toggle-icon.opened:before {
  background-color: #fff;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
a.nav-toggle-icon.opened span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
a.nav-toggle-icon.opened:before {
  -webkit-transform: translate3d(4px, -1px, 0) rotate(45deg);
  -moz-transform: translate3d(4px, -1px, 0) rotate(45deg);
  -ms-transform: translate3d(4px, -1px, 0) rotate(45deg);
  -o-transform: translate3d(4px, -1px, 0) rotate(45deg);
  transform: translate3d(4px, -1px, 0) rotate(45deg);
}
a.nav-toggle-icon.opened:after {
  -webkit-transform: translate3d(4px, 1px, 0) rotate(-45deg);
  -moz-transform: translate3d(4px, 1px, 0) rotate(-45deg);
  -ms-transform: translate3d(4px, 1px, 0) rotate(-45deg);
  -o-transform: translate3d(4px, 1px, 0) rotate(-45deg);
  transform: translate3d(4px, 1px, 0) rotate(-45deg);
}
.nav-item-pro-slide{margin-left: 150px;}
.nav-item-pro-slide dl {
  width: 16.6%;
  padding: 0 10px;
  border-right: 1px solid #e5e5e5;
  float: left;
}
.nav-item-news-slide{margin-left: 560px;}
.nav-item-news-slide dl {
  width: 16.6%;
  padding: 0 10px;
  border-right: 1px solid #e5e5e5;
  float: left;
}
.nav-item-plan-slide dl{ width: 14%;
  padding: 0 10px;
  border-right: 1px solid #e5e5e5;
  float: left;
}

.nav-item-pro-slide dt, .nav-item-plan-slide dt, .nav-item-news-slide dt {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
.nav-item-pro-slide dt h5, .nav-item-plan-slide dt h5, .nav-item-news-slide dt h5 {
  margin-bottom: 8px;
  -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;
}



.ico-mouse {
  color: #fff;
  position: absolute;
  bottom: 6px;
  left: 50%;
  margin-left: -16px;
  width: 32px;
  height: 73px;
  z-index: 99;
  text-align: center;
  padding-top: 42px;
}
.ico-mouse i {
  background: url("../images/ico_mouse.png") 0 0 no-repeat;
  width: 16px;
  height: 26px;
  display: block;
  margin: 0 auto;
  -moz-animation: mouse 1.6s ease 0s infinite;
  -webkit-animation: mouse 1.6s ease 0s infinite;
  animation: mouse 1.6s ease 0s infinite;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -8px;
}



