/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
html,
body {
  border: 0;
  font-family: "Helvetica-Light", "Helvetica", "Hiragino Sans GB", Tahoma, "Microsoft Yahei", Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f6f6f6;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video,
dd,
dt,
dl {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
ol,
ul,
li,
fieldset,
legend,
dl,
dt,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
* {
  box-sizing: border-box;
}
textarea {
  resize: none;
  -webkit-appearance: none;
}
input {
  -webkit-appearance: none;
}
select {
  -webkit-appearance: none;
  background-color: #fff;
}
i {
  font-style: normal;
}
body,
html {
  font-size: 62.5%;
}
.header {
  width: 100%;
  height: 600px;
  background: url('../img/header_bg_new.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.nav-wrapper {
  position: relative;
  height: 100px;
  min-width: 780px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.nav-box {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  max-width: 1280px;
}
.nav-fixed {
  width: 100%;
  top: 0;
  position: fixed;
  height: 80px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 9;
  min-width: 780px;
}
.nav-fixed .wrapper {
  margin-top: 32px;
}
.nav-fixed .logo {
  height: 80px;
  background: url(../img/logo_blue.png) no-repeat center center;
  background-size: 161px 39px;
}
.nav-fixed .nav-items .sub-nav {
  background: rgba(255, 255, 255, 0.9);
  top: 48px;
}
.nav-fixed .nav-items .sub-nav a {
  color: #1A396E;
  text-shadow: 0 0 0;
}
.nav-fixed .nav-items .sub-nav a:hover {
  opacity: 1;
  text-shadow: 0 0 0;
}
.nav-fixed .nav-items > li > a {
  color: #1A396E;
  text-shadow: 0 0 0;
}
.nav-fixed .nav-items > li.current > a,
.nav-fixed .nav-items > li:hover > a {
  opacity: 1;
  text-shadow: 0 0 0;
}
.nav-fixed .nav-items > li:hover .down-arrow {
  transform: rotate(180deg);
  margin: -4px 0 0 -2px;
  opacity: 1;
}
.nav-fixed .nav-items .down-arrow {
  background: url(../img/icon_arrow_blue.png) no-repeat center center;
  background-size: 10px 5px;
  margin: -4px 0 0 -2px;
}
.logo {
  float: left;
  width: 161px;
  height: 100px;
  margin: 0;
  background: url(../img/logo.png) no-repeat center center;
  background-size: 161px 39px;
}
.wrapper {
  float: right;
  margin: 42px 0 0 0;
}
.nav-items:after {
  content: '';
  clear: both;
  display: table;
}
.nav-items > li {
  width: 8rem;
  padding-right: 2rem;
  float: left;
  line-height: 19px;
  position: relative;
  border-bottom: 30px solid transparent;
  cursor: pointer;
}
.nav-items > li > a {
  font-size: 1.6rem;
  opacity: 0.5;
  color: #fff;
  text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.78);
  float: left;
  position: relative;
}
.nav-items > li.current .down-arrow {
  opacity: 1;
}
.nav-items > li.current > a,
.nav-items > li:hover > a {
  opacity: 1;
  text-shadow: 0 1px 11px rgba(0, 0, 0, 0.5);
}
.nav-items > li:hover > p.sub-nav {
  height: 130px;
  padding: 10px;
  opacity: 1;
}
.nav-items > li.about-box:hover > p.sub-nav {
  height: 90px;
}
.nav-items > li:hover .down-arrow {
  transform: rotate(180deg);
  margin: -5px 0 0 -2px;
  opacity: 1;
}
.nav-items .down-arrow {
  width: 29px;
  height: 25px;
  background: url(../img/icon_arrow_white.png) no-repeat center center;
  background-size: 29px 25px;
  float: left;
  margin: -3px 0 0 -2px;
  opacity: 0.5;
  transition: all 0.3s;
}
.nav-items > li:last-child {
  width: auto;
}
.sub-nav {
  position: absolute;
  top: 25px;
  height: 0;
  transition: all 0.3s;
  overflow: hidden;
  padding: 0 10px;
  text-align: right;
  left: -82px;
  opacity: 0;
  white-space: nowrap;
}
.sub-nav a {
  display: block;
  font-size: 1.6rem;
  opacity: 0.5;
  color: #fff;
  text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.78);
  line-height: 36px;
}
.sub-nav a:hover {
  opacity: 1;
  text-shadow: 0 1px 11px rgba(0, 0, 0, 0.5);
}
.about-box .sub-nav {
  left: -8px;
  text-align: left;
}
.footer {
  background: #313739;
}
.footer ul {
  width: 80%;
  max-width: 1280px;
  padding: 77px 0 82px;
  overflow: hidden;
  margin: 0 auto;
}
.footer li {
  width: 25%;
  float: left;
  padding-right: 20px;
}
.footer li p {
  padding-top: 10px;
}
.footer li p a {
  display: block;
  opacity: 0.8;
  font-size: 16px;
  color: #C4CDD1;
  line-height: 25px;
}
.footer li p a:hover {
  color: #fff;
  opacity: 0.8;
}
.footer li .v-code {
  width: 100%;
  max-width: 160px;
  margin-top: 5px;
}
.footer h4 {
  font-size: 18px;
  color: #B8C2C6;
  line-height: 19px;
  padding-bottom: 12px;
  font-weight: normal;
}
.footer .page-version {
  height: 99px;
  line-height: 99px;
  opacity: 0.8;
  font-size: 16px;
  color: rgba(184, 194, 198, 0.87);
  text-align: right;
  border-top: 1px solid rgba(155, 155, 155, 0.21);
}
.footer .page-version span {
  display: block;
  width: 80%;
  margin: 0 auto;
  max-width: 1440px;
  padding-right: 160px;
}
.footer .page-version span a {
  color: rgba(184, 194, 198, 0.87);
  float: right;
  padding-left: 10px;
}
.header-title {
  position: absolute;
  width: 203px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin: 76px 0 0 -102px;
}
.header-title a {
  width: 203px;
  height: 50px;
  line-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  font-size: 2rem;
  color: #FFA234;
  display: block;
  text-align: center;
  margin-top: 50px;
  letter-spacing: 4px;
}
.advantages-container {
  background-color: #313739;
  padding: 2.7rem 0 2.7rem;
  top: -1px;
  z-index: 2;
  position: relative;
}
.advantages-container .advantages-list {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1280px;
}
.advantages-container .advantages-list li {
  width: 33%;
  font-size: 2.6rem;
  color: #fff;
  line-height: 4.4rem;
  padding: 0 1rem;
  float: left;
  text-align: center;
}
.advantages-container .advantages-list a {
  display: block;
  color: #fff;
  opacity: 0.8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.advantages-container .advantages-list a:hover {
  opacity: 1;
  text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.78);
}
.advantages-container .advantages-list p {
  font-size: 2rem;
  color: #fff;
  opacity: .6;
  padding-top: 4px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.features-container {
  width: 100%;
  height: 600px;
  margin-top: -1px;
}
.features-container .features-box {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  background: url(../img/index/features_bg_new.jpg) no-repeat right 198px;
  background-size: 380px auto;
}
.features-container .features-box h2 {
  font-size: 50px;
  color: #455E71;
  text-align: center;
  text-shadow: 0 2px 4px rgba(236, 160, 74, 0.3);
  position: absolute;
  left: 0px;
  top: 92px;
}
.features-container .features-box h2 span {
  color: #ECA04A;
}
.features-container .features {
  width: calc(100% - 380px);
  position: absolute;
  top: 184px;
  overflow: hidden;
  left: 0;
}
.features-container .features > li {
  width: calc(50% - 30px);
  height: 165px;
  min-height: 151px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 5px 0 20px 0 rgba(0, 0, 0, 0.04);
  margin: 15px 30px 15px 0;
  float: left;
  padding: 30px 30px 0;
  position: relative;
}
.features-container .features > li h3 {
  font-size: 16px;
  color: #E87301;
  line-height: 22px;
  font-weight: 500;
  padding-bottom: 10px;
}
.features-container .features > li p {
  font-size: 12px;
  color: #697078;
  line-height: 24px;
}
.features-container .features > li .line-top-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-top: 1px solid #E47C00;
  border-left: 1px solid #E47C00;
}
.features-container .features > li .line-top-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border-top: 1px solid #E47C00;
  border-right: 1px solid #E47C00;
}
.features-container .features > li .line-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border-bottom: 1px solid #E47C00;
  border-right: 1px solid #E47C00;
}
.features-container .features > li .line-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-bottom: 1px solid #E47C00;
  border-left: 1px solid #E47C00;
}
.data-container {
  padding: 8.6rem 0 6.6rem;
  background-color: #fafafa;
}
.data-container ul {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  max-width: 1280px;
}
.data-container li {
  width: 33%;
  display: inline-block;
  text-align: center;
  padding: 0 0.75rem 1.5rem;
  min-width: 284px;
}
.data-container li .box {
  padding: 11px 0 16px;
  background-color: #fff;
  box-shadow: 0 2px 35px 0 rgba(0, 0, 0, 0.08);
}
.data-container li:last-child {
  margin: 0;
}
.data-container li .data {
  line-height: 90px;
  font-size: 6.4rem;
  color: #1A396E;
}
.data-container li .desp {
  font-size: 1.8rem;
  color: #9B9B9B;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.3rem 0;
}
.news-container {
  background-color: #fff;
  padding: 9.9rem 10% 9.6rem;
}
.news-container .news-title {
  text-align: center;
  opacity: 0.87;
  font-size: 4rem;
  color: #000;
  letter-spacing: -1.85px;
  line-height: 5.8rem;
  padding: 0 0 4.8rem;
  font-weight: normal;
}
.news-container .news-title span {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #999;
  letter-spacing: 1px;
}
.news-container .slick-prev,
.news-container .slick-prev:hover,
.news-container .slick-prev:focus,
.news-container .slick-next,
.news-container .slick-next:hover,
.news-container .slick-next:focus {
  width: 37px;
  height: calc(100% - 42px);
  background: url(../img/index/icon_left_arrow.png) no-repeat center center;
  background-size: 17px 32px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 50%;
  margin-top: -21px;
  z-index: 1;
  border: 0;
}
.news-container .slick-prev:before,
.news-container .slick-prev:hover:before,
.news-container .slick-prev:focus:before,
.news-container .slick-next:before,
.news-container .slick-next:hover:before,
.news-container .slick-next:focus:before {
  content: '';
}
.news-container .slick-next,
.news-container .slick-next:hover,
.news-container .slick-next:focus {
  background: url(../img/index/icon_right_arrow.png) no-repeat center center;
  background-size: 17px 32px;
  background-color: rgba(0, 0, 0, 0.5);
  left: auto;
  right: 0;
}
.news-container ul {
  overflow: hidden;
  position: relative;
  display: none;
  max-width: 1380px;
  margin: 0 auto;
}
.news-container ul li {
  width: 25%;
  float: left;
}
.news-container ul li .news-profile {
  margin-right: 34px;
}
.news-container ul li .news-profile .top {
  position: relative;
}
.news-container ul li .news-profile .top:hover .layer {
  display: block;
}
.news-container ul li .news-profile .layer {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  display: none;
}
.news-container ul li .news-profile .layer p {
  width: 200px;
  font-size: 1.8rem;
  line-height: 2.5rem;
  position: absolute;
  left: 30px;
  bottom: 75px;
  text-align: left;
}
.news-container ul li .news-profile .layer a {
  width: 8rem;
  height: 3rem;
  line-height: 3rem;
  border: 1px solid #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  position: absolute;
  bottom: 25px;
  left: 30px;
}
.news-container ul li h3 {
  width: 100%;
  overflow: hidden;
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.87);
  line-height: 28px;
  padding-top: 14px;
  text-indent: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
}
.news-container ul img {
  width: 100%;
  display: block;
}
.hire-info {
  width: 100%;
  height: 400px;
  background: url(../img/job_bg_new.jpg) no-repeat center center;
  background-size: cover;
  padding: 3rem;
  position: relative;
}
.hire-info .hire-title {
  font-size: 4rem;
  color: #fff;
  text-shadow: 0 2px 29px rgba(0, 0, 0, 0.5);
  line-height: 6.7rem;
  margin-bottom: 4rem;
}
.hire-info .more-info {
  width: 200px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -100px;
  letter-spacing: 4px;
}
@media only screen and (min-width: 1185px) {
  .news-container ul.second,
  .news-container ul.third {
    display: none;
  }
  .news-container ul.first {
    display: block;
  }
}
@media only screen and (min-width: 1184px) and (max-width: 1300px) {
  .features-container .features li {
    padding: 20px 20px 0;
  }
  .features-container .features li h3 {
    padding-bottom: 8px;
  }
  .features-container .features li p {
    line-height: 20px;
  }
}
@media only screen and (min-width: 868px) and (max-width: 1184px) {
  .news-container ul.second {
    display: block;
  }
  .news-container ul.first,
  .news-container ul.third {
    display: none;
  }
  .data-container li {
    min-width: auto;
  }
  .features-container .features li {
    width: calc(50% - 20px);
    margin-right: 20px;
    padding: 20px 15px 0;
  }
  .features-container .features li h3 {
    padding-bottom: 6px;
  }
  .features-container .features li p {
    line-height: 16px;
  }
}
@media only screen and (max-width: 868px) {
  .news-container ul.third {
    display: block;
  }
  .news-container ul.first,
  .news-container ul.second {
    display: none;
  }
  .data-container li {
    width: 100%;
  }
  .features-container .features-box {
    background: none;
    padding-right: 0;
  }
  .features-container .features {
    width: 100%;
  }
  .features-container .features li {
    width: calc(50% - 15px);
    margin-right: 20px;
    padding: 10px 15px 0;
  }
  .features-container .features li h3 {
    font-size: 14px;
    padding-bottom: 4px;
  }
  .features-container .features li p {
    line-height: 16px;
  }
  .features-container .features li:nth-child(even) {
    margin-right: 0;
  }
}
