@import "font.css";
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track-piece {
  background-color: #CCCCCC;
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #999999;
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #CCCCCC;
  -webkit-border-radius: 6px;
}
body {
  font-family: tahoma, "microsoft yahei", "\5FAE\8F6F\96C5\9ED1";
}
ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header {
  height: 700px;
  background-color: #39c8e7;
  background-image: 8121991;
  background-image: -webkit-linear-gradient(72deg, #39c8e7, #1a80f3);
  background-image: -moz-linear-gradient(72deg, #39c8e7, #1a80f3);
  background-image: -o-linear-gradient(72deg, #39c8e7, #1a80f3);
  background-image: linear-gradient(18deg, #39c8e7, #1a80f3);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.header ._header {
  height: 100px;
  position: relative;
  z-index: 2;
}
.header ._brand {
  margin-top: 25px;
}
.header ._brand img {
  width: 140px;
}
.header ._nav {
  margin-top: 37px;
}
.header ._nav li {
  display: inline-block;
}
.header ._nav a {
  color: #FFF;
  padding: 0 25px;
  font-size: 16px;
}
.header ._nav a:hover {
  text-decoration: none;
}
@media (max-width: 996px) {
  .header ._nav.open {
    top: 50px;
    border-radius: 5px;
    padding: 10px;
    display: block!important;
    background: #FFF;
    position: absolute;
    right: 0;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  }
  .header ._nav.open li {
    display: block;
  }
  .header ._nav.open a {
    color: #333;
    line-height: 2;
  }
}
@media (max-width: 996px) {
  .header {
    height: 500px;
  }
}
.nav-controller {
  position: absolute;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 30px;
  height: 30px;
  right: 0;
  top: 35px;
  padding-bottom: 30px;
}
.nav-controller span {
  display: block;
  height: 3px;
  background: #FFF;
  margin-top: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-controller.close {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nav-controller.close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 100%;
  position: absolute;
  top: 25%;
  left: 0;
}
.nav-controller.close span:nth-child(2) {
  -webkit-transform: translate3d(300%, 0, 0) scale(0, 0);
  -moz-transform: translate3d(300%, 0, 0) scale(0, 0);
  -o-transform: translate3d(300%, 0, 0) scale(0, 0);
  -ms-transform: translate3d(300%, 0, 0) scale(0, 0);
  transform: translate3d(300%, 0, 0) scale(0, 0);
}
.nav-controller.close span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 100%;
  position: absolute;
  top: 25%;
  left: 0;
}
@media (max-width: 996px) {
  body .banner .bg-img {
    display: none !important;
  }
}
.banner {
  color: #FFF;
  height: 600px;
  position: relative;
}
@media (max-width: 996px) {
  .banner {
    height: 400px;
  }
}
.banner .bg-img {
  position: absolute;
  right: -150px;
  top: 60px;
  display: block !important;
}
.banner .slogan {
  margin-top: 135px;
}
.banner .slogan strong {
  font-size: 120px;
  display: inline-block;
  font-weight: normal;
  line-height: 1;
}
.banner .slogan small {
  font-size: 50px;
  display: inline-block;
  line-height: 55px;
  margin-left: 15px;
}
.banner .slogan p {
  font-size: 32px;
  margin: 34px 0;
  line-height: 1;
}
.banner .slogan p i.iconfont {
  font-size: 36px;
  vertical-align: -2px;
}
@media (max-width: 996px) {
  .banner .slogan {
    text-align: center;
    margin-top: 35px;
  }
  .banner .slogan strong {
    font-size: 80px;
  }
  .banner .slogan small {
    font-size: 20px;
    display: block;
  }
  .banner .slogan p {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
}
.banner ._links .btn {
  border: 2px solid #FFF;
  color: #FFF;
  font-size: 16px;
  padding: 12px 43px;
  line-height: 1;
  margin-right: 33px;
}
@media (max-width: 996px) {
  .banner ._links {
    text-align: center;
  }
  .banner ._links .btn {
    border: 1px solid #FFF;
    padding: 8px 20px;
    margin-right: 0;
  }
}
.section-1 {
  background-color: #f3f3f3;
  padding: 70px 0;
  background-image: 8121991;
  background-image: -webkit-linear-gradient(72deg, #f3f3f3, #ffffff);
  background-image: -moz-linear-gradient(72deg, #f3f3f3, #ffffff);
  background-image: -o-linear-gradient(72deg, #f3f3f3, #ffffff);
  background-image: linear-gradient(18deg, #f3f3f3, #ffffff);
}
.section-1 .section-header {
  color: #333;
}
.section-1 .section-header h2 {
  font-size: 38px;
}
.section-1 .section-header p {
  color: #999;
  font-size: 16px;
}
.section-1 .section-header span {
  color: #2eb0eb;
}
.feature-list {
  margin: 0;
  background: #FFF;
  -webkit-box-shadow: 1px 2px 3px 1px #dfdfdf;
  -moz-box-shadow: 1px 2px 3px 1px #dfdfdf;
  box-shadow: 1px 2px 3px 1px #dfdfdf;
  margin-top: 60px;
  padding: 20px 0;
}
.feature-list dl {
  padding: 0 30px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .feature-list dl {
    border-bottom: 1px solid #f3f3f3;
    padding-left: 15px;
  }
}
.feature-list dl:before {
  content: " ";
  display: table;
}
.feature-list dl:after {
  content: " ";
  display: table;
  clear: both;
}
.feature-list dl dt {
  float: left;
  width: 72px;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.feature-list dl dt i.iconfont {
  font-size: 50px;
  font-weight: normal;
}
.feature-list dl dd {
  overflow: hidden;
}
.feature-list dl dd h3 {
  font-size: 16px;
}
.feature-list dl dd p {
  height: 3em;
  line-height: 1.5;
  overflow: hidden;
  color: #bababa;
}
.feature-list ._links {
  padding: 30px 0 0 35px;
}
.feature-list ._links a {
  margin-right: 15px;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .feature-list ._links {
    text-align: center;
    padding: 30px 0 0 0;
  }
  .feature-list ._links a {
    font-size: 14px;
  }
}
.section-2 {
  height: 720px;
  background: url(../content/bg2.jpg) no-repeat top center;
/*  background-attachment: fixed;*/
  color: #FFF;
}
@media (max-width: 768px) {
  .section-2 {
    background-position: top center !important;
    /*background-attachment: scroll;*/
  }
}
.section-2 .section-header {
  margin: 70px 0;
}
.section-2 .section-header h2 {
  font-size: 38px;
}
.section-2 .section-header p {
  font-size: 16px;
}
.section-2 dl {
  font-size: 16px;
  border-left: 5px solid #2eb0eb;
  padding-left: 20px;
  margin-bottom: 45px;
}
.section-2 dl dt {
  font-size: 25px;
  font-weight: normal;
}
.footer {
  background: #46474c;
  color: #bebebf;
  text-align: center;
  padding: 30px 0;
}
