@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: STHeiTi, "Microsoft YaHei", Helvetica, "Helvetica Neue", sans-serif;
  background-color: #ffffff;
}

ul, ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, p, dl, dt, dd {
  margin: 0;
}

input, img {
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #666666;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.none {
  display: none !important;
}

.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

/* Page 的样式  */
.page-wrap {
  margin: 0 auto;
  font-family: STHeiTi, "Microsoft YaHei", Helvetica, "Helvetica Neue", sans-serif;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}

.page-content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.clearfix:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

body, html {
  min-width: 1300px;
}

.index-slider-box {
  cursor: pointer;
}

.index-slider-box:hover .netInNetSlider-btn-prev,
.index-slider-box:hover .netInNetSlider-btn-next {
  display: block;
}

.index-slider-box .netInNetSlider-btn-prev,
.index-slider-box .netInNetSlider-btn-next {
  display: none;
}

.index-slider-container {
  height: 460px;
}

.index-slider-container .container-item {
  height: 460px;
}

.index-slider-container img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1441px) {
  .index-slider-container {
    height: 654px;
  }
  .index-slider-container .container-item {
    height: 654px;
  }
}

.page-mgt16 {
  margin-top: -16px !important;
}

.index-tab-box {
  margin-bottom: 83px;
}

.index-tab-box img {
  width: 100%;
  border: 0;
}

.index-tab-box .box-title-list {
  height: 148px;
}

.index-tab-box .box-title-list .list-item {
  position: relative;
  overflow: hidden;
  margin-right: 4px;
  float: left;
  width: 397px;
  height: 148px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.index-tab-box .box-title-list .list-item.hover .item-cover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

.index-tab-box .box-title-list .list-item.hover .item-info {
  top: 39px;
}

.index-tab-box .box-title-list .list-item.hover .item-icon {
  opacity: 0;
  filter: alpha(opacity=0);
  left: 31px;
}

.index-tab-box .box-title-list .no-mgr {
  margin-right: 0;
}

.index-tab-box .box-title-list .item-cover {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.index-tab-box .box-title-list .item-cover.book-bg {
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../images/zhjy.png);
}

.index-tab-box .box-title-list .item-cover.vr-bg {
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../images/vr-bg.jpg);
}

.index-tab-box .box-title-list .item-cover.online-bg {
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../images/hlw.jpg);
}

.index-tab-box .box-title-list .item-cover.game-bg {
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../images/ss.png);
}

.index-tab-box .box-title-list .tab-title-bg1 {
  background-image: url(../images/index-tab1.jpg);
}

.index-tab-box .box-title-list .tab-title-bg2 {
  background-image: url(../images/index-tab2.jpg);
}

.index-tab-box .box-title-list .tab-title-bg3 {
  background-image: url(../images/index-tab3.jpg);
}

.index-tab-box .box-title-list .tab-title-bg4 {
  background-image: url(../images/index-tab4.jpg);
}

.index-tab-box .box-title-list .item-info {
  position: absolute;
  top: 24px;
  left: 22px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-tab-box .box-title-list .info-title {
  display: block;
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.index-tab-box .box-title-list .info-title-sub {
  display: block;
  margin: 0;
  padding-top: 4px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.index-tab-box .box-title-list .item-icon {
  position: absolute;
  bottom: 4px;
  left: 13px;
  width: 50px;
  height: 50px;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.index-tab-box .box-title-list .item-icon.book {
  background: url(../images/index-tab-icon.png);
}

.index-tab-box .box-title-list .item-icon.vr {
  background: url(../images/index-tab-icon.png) 0 -50px;
}

.index-tab-box .box-title-list .item-icon.online {
  background: url(../images/index-tab-icon.png) 0 -100px;
}

.index-tab-box .box-title-list .item-icon.game {
  background: url(../images/index-tab-icon.png) 0 -150px;
}

.index-tab-box .box-title-list .icon-img {
  height: 100%;
}

.index-tab-box .box-main {
  position: relative;
  margin-top: 55px;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.index-tab-box .box-main.hover {
  height: 294px;
}

.index-tab-box .main {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: none;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.index-article-box .title {
  font-weight: normal;
  font-size: 25px;
  text-align: center;
  padding: 15px 0 45px;
}

.index-article-box .title a {
  color: #666666;
}

.index-article-box .title a:hover {
  color: #45a0da;
}

.index-article-box img {
  width: 100%;
  border: 0;
}

.index-article-list {
  margin-bottom: 80px;
  cursor: pointer;
}

.index-article-list .list-item {
  position: relative;
  float: left;
  overflow: hidden;
  width: 290px;
  height: 350px;
  border: 1px solid #c9c9c9;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate3d(0, 0, 0);
}

.index-article-list .list-item.hover .item-detail {
  top: 70px;
}

.index-article-list .list-item.hover .item-title {
  color: #fff;
  background: #006bad;
}

.index-article-list .list-item.hover .detail-title {
  color: #006bad;
  background: url(../images/article-solid.png) 0 bottom no-repeat;
}

.index-article-list .list-item.hover .img-tag {
  top: 45px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url(../images/index-article-tag1.png);
}

.index-article-list .list-item.hover .box-img {
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

.index-article-list .list-item.mgr0 {
  margin-right: 0;
}

.index-article-list .img-tag {
  position: absolute;
  right: 17px;
  top: 152px;
  width: 44px;
  height: 50px;
  background: url(../images/index-article-tag.png);
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.index-article-list .item-img-box {
  position: relative;
  height: 178px;
  overflow: hidden;
}

.index-article-list .item-img-box .box-img {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.index-article-list .item-detail {
  padding: 0 14px;
  overflow: hidden;
  height: 243px;
  position: absolute;
  top: 177px;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.index-article-list .item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 14px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  border-top: 1px solid #c9c9c9;
  background: #fff;
}

.index-article-list .time {
  padding: 20px 0 10px;
  font-size: 13px;
  color: #989898;
}

.index-article-list .detail-title {
  overflow: hidden;
  font-size: 16px;
  height: 62px;
  padding-bottom: 17px;
  line-height: 31px;
  color: #4d4d4d;
  word-break: break-all;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.index-article-list .detail-sub-title {
  overflow: hidden;
  margin-top: 5px;
  font-size: 12px;
  height: 108px;
  line-height: 36px;
  color: #4d4d4d;
  word-break: break-all;
}

.index-article-list img {
  width: 100%;
  border: 0;
}

.index-game-box {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}

.index-game-box img {
  width: 100%;
  border: 0;
}

.index-game-box .index-game-list {
  height: 360px;
  margin-bottom: 90px;
}

.index-game-box .title {
  font-weight: normal;
  font-size: 25px;
  text-align: center;
  padding: 15px 0 45px;
}

.index-game-box .title a {
  color: #666666;
}

.index-game-box .title a:hover {
  color: #45a0da;
}

.index-game-box .list-item {
  overflow: hidden;
  position: relative;
  float: left;
  width: 278px;
  height: 344px;
  border: 1px solid #f1f1f1;
  z-index: 10;
  -webkit-transition: width 0.6s, border-width 0.6s;
  transition: width 0.6s, border-width 0.6s;
}

.index-game-box .list-item:nth-child(2n+1) > .item-text-box {
  background-color: #e5e6e6;
}

.index-game-box .list-item.active {
  margin-top: -7px;
  width: 360px;
  height: 360px;
  border: none;
  z-index: 11;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
}

.index-game-box .list-item.active .main-detail {
  visibility: visible;
}

.index-game-box .list-item.active .item-text-box {
  height: 124px;
  background: url(../images/game-active.jpg);
}

.index-game-box .list-item.active .text-title {
  width: 314px;
  color: #fff;
}

.index-game-box .list-item.active .text-sub-title {
  color: #fff;
}

.index-game-box .list-item.active .text-icon {
  background: url(../images/index-game-icon1.png) no-repeat;
}

.index-game-box .list-item.active .button-game {
  color: #fff;
  background: #989898;
}

.index-game-box .list-item.active .button-game.abled {
  cursor: pointer;
  background: #2186d8;
}

.index-game-box .item-text-box {
  position: relative;
  padding: 15px 23px;
  height: 116px;
  background-color: #ebebec;
  overflow: hidden;
}

.index-game-box .text-title {
  width: 232px;
  font-size: 16px;
  color: #4d4d4d;
  line-height: 28px;
  height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.index-game-box .text-sub-title {
  font-size: 16px;
  color: #333;
  line-height: 43px;
  font-weight: bold;
}

.index-game-box .text-icon {
  position: absolute;
  bottom: 20px;
  left: 28px;
  width: 30px;
  height: 30px;
  background: url(../images/index-game-icon.png) no-repeat;
}

.index-game-box .item-main {
  width: 308px;
  padding: 14px 26px;
  background: #fff;
  -webkit-transition: display 0.3s ease;
  transition: display 0.3s ease;
}

.index-game-box .main-detail {
  visibility: hidden;
  font-size: 12px;
  color: #808080;
  line-height: 20px;
  height: 80px;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
  -ms-line-clamp: 4;
  -o-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}

.index-game-box .main-sponsor {
  padding-top: 14px;
  font-size: 12px;
  color: #808080;
}

.index-game-box .item-button {
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.index-game-box .button-game {
  display: block;
  width: 100%;
  line-height: 40px;
  height: 40px;
  border: none;
  font-size: 14px;
  color: #989898;
  border-top: 1px solid #f1f1f1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: none;
  text-align: center;
  cursor: default;
}

.index-game-box .button-game.abled {
  color: #2186d8;
  cursor: pointer;
}

.index-game-box .button-game.abled:hover {
  background: #2997ce;
  color: #fff;
}

.index-teawork-box {
  margin: 0 auto;
  width: 1200px;
}

.index-teamwork-list {
  padding: 42px 0 68px;
  height: 280;
}

.index-teamwork-list img {
  width: 100%;
  border: 0;
}

.index-teamwork-list .title {
  font-weight: normal;
  font-size: 25px;
  text-align: center;
  padding: 30px 0 5px;
}

.index-teamwork-list .title a {
  color: #666666;
}

.index-teamwork-list .title a:hover {
  color: #45a0da;
}

.index-teamwork-list .teamwork-slider-box {
  position: relative;
  padding: 0 50px;
}

.index-teamwork-list .teamwork-slider-container {
  height: 196px;
}

.index-teamwork-list .teamwork-item-list {
  height: 196px;
}

.index-teamwork-list .teamwork-item-list .teamwork-list {
  padding: 20px 0px;
}

.index-teamwork-list .teamwork-item-list .list-item {
  margin: 5px 0;
  width: 220px;
  height: 70px;
  float: left;
  cursor: pointer;
}

.index-teamwork-list .teamwork-item-list .list-item img {
  width: 100%;
  height: 100%;
}

.index-teamwork-list .teamwork-item-list .list-item .gray {
  display: none;
}

.index-teamwork-list .netInNetSlider-btn-next,
.index-teamwork-list .netInNetSlider-btn-prev {
  background-image: url(../images/netInNetSlider-arrow1.png);
}

.index-teamwork-list .netInNetSlider-btn-prev {
  left: -10px;
}

.index-teamwork-list .netInNetSlider-btn-next {
  right: -10px;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-banner {
  margin-top: 65px;
  position: relative;
}

.page-banner img {
  width: 100%;
  border: 0;
}

.page-banner .banner-text {
  position: absolute;
  left: 6%;
  right: 6%;
  top: 15%;
  bottom: 15%;
}

.page-banner .banner-text.right {
  width: 500px;
  left: auto;
  right: 6%;
}

.page-banner .banner-text.black .banner-title {
  color: #606060;
}

.page-banner .banner-text.black .banner-sub-title {
  color: #606060;
}

.page-banner .banner-text.black .banner-phone {
  background: url(../images/banner-phone1.png) 0 bottom no-repeat;
  color: #606060;
}

.page-banner .banner-title {
  padding-left: 22px;
  font-size: 40px;
  color: #ffffff;
  line-height: 66px;
}

.page-banner .banner-sub-title {
  font-size: 14px;
  color: #ffffff;
  padding-left: 22px;
}

.page-banner .banner-btn {
  position: absolute;
  left: 22px;
  bottom: 0;
  height: 41px;
  line-height: 41px;
  width: 196px;
  background: url(../images/apply-product.png) no-repeat;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.page-banner .banner-phone {
  position: absolute;
  bottom: 0;
  left: 250px;
  width: 141px;
  height: 40px;
  background: url(../images/banner-phone.png) 0 bottom no-repeat;
  color: #ffffff;
  font-size: 12px;
}

.page-banner .banner-school {
  position: absolute;
  bottom: 0;
  right: 25px;
  font-size: 20px;
  color: #ffffff;
}

.container-gray {
  background: #f6f5f5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-container {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.none {
  display: none !important;
}

.container {
  margin: 0 auto;
  width: 1200px;
}

.page-pdt62 {
  padding-top: 64px;
}

.page-mgt25 {
  margin-top: 25px;
}

.page-mgt35 {
  margin-top: 35px;
}

.page-mgb8 {
  margin-bottom: 25px;
}

.page-mgb75 {
  margin-bottom: 75px;
}

.page-mgb40 {
  margin-bottom: 40px;
}

.page-mgb80 {
  margin-bottom: 81px;
}

.page-mgt45 {
  margin-top: 45px;
}

.page-mgtf45 {
  margin-top: -45px;
}

.page-nav-bar {
  position: fixed;
  right: 10px;
  top: 70%;
  padding-left: 5px;
  margin-top: -86px;
  width: 43px;
  height: 172px;
  background: url(../images/nav-bar-icon.png) right 0 no-repeat;
  cursor: pointer;
  z-index: 99;
}

.page-nav-bar img {
  width: 100%;
  border: 0;
}

.page-nav-bar .nav-bar {
  position: relative;
  height: 43px;
  line-height: 43px;
}

.page-nav-bar .last {
  background-image: none;
}

.page-nav-bar .top.hover {
  background: #4d4d4d url(../images/nav-bar-icon1.png) no-repeat;
}

.page-nav-bar .star.hover {
  background: #4d4d4d url(../images/nav-bar-icon1.png) 0 -43px no-repeat;
}

.page-nav-bar .question.hover {
  background: #4d4d4d url(../images/nav-bar-icon1.png) 0 -86px no-repeat;
}

.page-nav-bar .edit.hover {
  background: #4d4d4d url(../images/nav-bar-icon1.png) 0 -129px no-repeat;
}

.page-nav-bar .edit-question-qq {
  display: block;
  width: 100%;
  height: 100%;
}

.page-nav-bar .bar-msg-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: -320px;
  top: -38px;
  width: 315px;
  height: 146px;
  background: #fff;
  border-bottom: 4px solid #006bad;
  -webkit-box-shadow: 0 0 5px 1px #aaa;
  box-shadow: 0 0 5px 1px #aaa;
}

.page-nav-bar .bar-msg-box.box-star {
  background-image: url(../images/nav-bar-star.jpg);
  background-size: cover;
}

.page-nav-bar .bar-msg-box.box-question {
  height: 140px;
  background-image: url(../images/nav-bar-quesion.jpg);
  background-size: cover;
}

.page-nav-bar .bar-msg-box .question-qq {
  display: block;
  margin: 33px 0 0 207px;
  padding-left: 42px;
  color: #666666;
  font-size: 14px;
  line-height: 38px;
}

.page-nav-bar .bar-msg-box .question-qq:hover {
  background: url(../images/nav-bar-qq.jpg) no-repeat;
  color: #45a0da;
}

.page-nav-bar .bar-msg-box .edit-text {
  padding: 2px 0 0 10px;
  font-size: 12px;
  color: #666666;
  line-height: 20px;
}

.page-nav-bar .bar-msg-box .edit-area {
  margin-left: 10px;
  display: block;
  width: 185px;
  height: 53px;
  border: 1px solid #e8e8e8;
  background: #f1f1f1;
  border-radius: 4px;
  resize: none;
}

.page-nav-bar .bar-msg-box .edit-button {
  float: right;
  margin: 5px 32px 0 0;
  width: 58px;
  height: 16px;
  line-height: 16pxpx;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: #006bad;
  border: none;
  cursor: pointer;
}

.bg-color-gray {
  background: #4e525e;
  height: 100%;
}

.page-404 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -275px;
  width: 550px;
  height: 300px;
  background: url(../images/404.png) center 0 no-repeat;
}

.page-404 img {
  width: 100%;
  border: 0;
}

.page-404 .page404-text {
  padding-top: 153px;
  line-height: 58px;
  font-size: 24px;
  color: #9397a6;
}

.page-404 .page404-btn {
  width: 320px;
  margin: 0 auto;
}

.page-404 .back-index,
.page-404 .back-pre {
  display: block;
  float: left;
  width: 148px;
  height: 44px;
  font-size: 14px;
  line-height: 44px;
  border: 1px solid #28a7e1;
  text-align: center;
  color: #28a7e1;
}

.page-404 .back-index:hover,
.page-404 .back-pre:hover {
  background: #28a7e1;
  color: #ffffff;
}

.page-404 .back-index {
  margin-left: 20px;
}

.flash-main {
  width: 100%;
  height: 680px;
}

.footer {
  padding: 15px 0 33px;
  background: #1b2023;
  color: #808080;
}

.footer .footer-container {
  margin: 0 auto;
  width: 1200px;
}

.footer .footer-service {
  padding: 12px 0 30px;
  float: left;
  width: 739px;
  border-right: 1px solid #4b5054;
}

.footer .footer-msg {
  padding: 12px 0 30px;
  width: 460px;
  height: 130px;
  float: left;
}

.footer .service-list {
  float: left;
  margin-right: 30px;
  width: 160px;
}

.footer .service-list.no-mgr {
  margin-right: 0;
}

.footer .service-title {
  font-size: 14px;
  color: #cbcbcb;
  line-height: 42px;
}

.footer .service-item {
  font-size: 12px;
  line-height: 28px;
}

.footer a {
  color: inherit;
}

.footer a:hover {
  color: #45a0da;
}

.footer .footer-msg {
  text-align: right;
}

.footer .phone-text {
  padding: 14px 0 10px;
  color: #cbcbcb;
  font-size: 16px;
}

.footer .phone-num {
  height: 44px;
  background: url(../images/phone-num.png) right top no-repeat;
}

.footer .add-en,
.footer .add-ch {
  font-size: 12px;
  line-height: 21px;
}

.footer .footer-friend-link {
  margin-left: -27px;
  border-top: 1px solid #4b5054;
  border-bottom: 1px solid #4b5054;
}

.footer .footer-friend-link .title {
  font-size: 14px;
  color: #cbcbcb;
}

.footer .friend-link-item {
  padding: 0 25px;
  overflow: hidden;
  float: left;
  line-height: 54px;
  font-size: 12px;
}

.footer img {
  width: 100%;
  border: 0;
}

.footer-logo {
  height: 64px;
  background: url(../images/footer-logo.png) no-repeat;
}

.footer-copyright-text {
  font-size: 12px;
}

.page-nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  min-width: 1200px;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}

.page-nav img {
  width: 100%;
  border: 0;
}

.page-nav .nav-list {
  margin: 0 auto;
  width: 1200px;
  height: 62px;
}

.page-nav .nav-logo {
  float: left;
  width: 415px;
  height: 62px;
}

.page-nav .nav-logo-img {
  width: 415px;
  height: 62px;
  background: url(../images/logo.png);
}

.page-nav .item-text {
  position: relative;
  overflow: hidden;
  float: left;
  font-size: 15px;
  color: #fff;
  height: 62px;
}

.page-nav .item-phone {
  margin: 13px 0 0 15px;
  width: 143px;
  height: 30px;
  background: url(../images/nav-phone.png) no-repeat;
}

.page-nav .nav-link {
  display: block;
  padding: 20px 23px 24px;
  color: #4d4d4d;
}

.page-nav .nav-link:hover {
  background-color: #006bad;
  color: #fff;
}

.nav-dropdown-list {
  position: absolute;
  top: 62px;
  left: 0;
  right: 0;
  min-width: 1200px;
  padding-bottom: 3px;
  background: #fff url(../images/nav-solid.jpg) 0 bottom repeat-x;
  /*.case-item-link {
		padding: 0 32px;
	}*/
}

.nav-dropdown-list img {
  width: 100%;
  border: 0;
}

.nav-dropdown-list .list-item {
  display: none;
  margin: 0 auto;
  width: 1200px;
}

.nav-dropdown-list .dropdown-link-us {
  padding: 52px 0  58px;
}

.nav-dropdown-list .dropdown-case {
  padding: 40px 0 60px;
}

.nav-dropdown-list .case-list {
  padding: 0 37px;
}

.nav-dropdown-list .case-list-item {
  padding: 0 32px;
  float: left;
  width: 311px;
  height: 152px;
}

.nav-dropdown-list .dropdown-product {
  padding: 20px 0;
}

.nav-dropdown-list .dropdown-product-tab {
  float: left;
  width: 224px;
  border-right: 1px solid #e5e5e5;
}

.nav-dropdown-list .dropdown-product-tab .product-tab-item {
  font-size: 14px;
  color: #808080;
  line-height: 38px;
  cursor: pointer;
  text-indent: 56px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-dropdown-list .dropdown-product-tab .product-tab-item.selected {
  background: #2997ce;
  color: #fff;
}

.nav-dropdown-list .dropdown-product-main-list {
  float: left;
  padding-left: 30px;
  width: 945px;
}

.nav-dropdown-list .product-hot-item,
.nav-dropdown-list .product-main-item {
  float: left;
  margin: 0 13px 13px;
  width: 280px;
  height: 54px;
  cursor: pointer;
  background: #f1f1f1;
}

.nav-dropdown-list .product-hot-item .product-main-link,
.nav-dropdown-list .product-main-item .product-main-link {
  display: block;
  padding: 10px 17px 8px;
  width: 246px;
  height: 36px;
}

.nav-dropdown-list .product-hot-item .product-main-link:hover,
.nav-dropdown-list .product-main-item .product-main-link:hover {
  background: #2997ce;
}

.nav-dropdown-list .product-hot-item .product-main-link:hover .item-title,
.nav-dropdown-list .product-main-item .product-main-link:hover .item-title {
  color: #fff;
}

.nav-dropdown-list .product-hot-item .product-main-link:hover .item-sub-title,
.nav-dropdown-list .product-main-item .product-main-link:hover .item-sub-title {
  color: #fff;
}

.nav-dropdown-list .product-hot-item .item-title,
.nav-dropdown-list .product-main-item .item-title {
  font-size: 14px;
  color: #4d4d4d;
  line-height: 30px;
}

.nav-dropdown-list .product-hot-item .item-sub-title,
.nav-dropdown-list .product-main-item .item-sub-title {
  font-size: 12px;
  color: #808080;
}

.nav-dropdown-list .link-us-list {
  margin: 0 auto;
}

.nav-dropdown-list .link-us-list .us-list-item {
  float: left;
  border-right: 1px solid #e5e5e5;
}

.nav-dropdown-list .link-us-list .us-list-item.bdn {
  border: none;
}

.nav-dropdown-list .link-us-list .us-item-link {
  display: block;
  padding: 0 68px;
}

.nav-dropdown-list .link-us-list .us-item-link .icon-match-1 {
  width: 70px;
  height: 70px;
}

.nav-dropdown-list .link-us-list .us-item-link .icon-match-2 {
  width: 59px;
  height: 57px;
}

.nav-dropdown-list .link-us-list .us-item-link .icon-match-3 {
  width: 79px;
  height: 56px;
}

.nav-dropdown-list .link-us-list .us-item-link .icon-match-3 {
  width: 79px;
  height: 56px;
}

.nav-dropdown-list .link-us-list .us-item-link .icon-match-4 {
  width: 44px;
  height: 70px;
}

.nav-dropdown-list .link-us-list .us-item-link .icon-match-5 {
  width: 70px;
  height: 70px;
}

.nav-dropdown-list .link-us-list .us-item-link:hover .icon0 {
  background: url(../images/dropdown-linkus-icon.png) no-repeat;
}

.nav-dropdown-list .link-us-list .us-item-link:hover .icon1 {
  background: url(../images/dropdown-linkus-icon.png) -62px 0 no-repeat;
}

.nav-dropdown-list .link-us-list .us-item-link:hover .icon2 {
  background: url(../images/dropdown-linkus-icon.png) -124px 0 no-repeat;
}

.nav-dropdown-list .link-us-list .us-item-link:hover .icon3 {
  background: url(../images/dropdown-linkus-icon.png) -186px 0 no-repeat;
}

.nav-dropdown-list .link-us-list .us-item-link:hover .icon4 {
  background: url(../images/dropdown-linkus-icon.png) -248px 0 no-repeat;
}

.nav-dropdown-list .link-us-list .us-item-link:hover .icon5 {
  background: url(../images/dropdown-linkus-icon.png) -310px 0 no-repeat;
}

.nav-dropdown-list .link-us-list .us-item-link:hover .icon6 {
  background: url(../images/dropdown-linkus-icon.png) -376px 0 no-repeat;
}

.nav-dropdown-list .link-us-list .us-item-link:hover .icon7 {
  background: url(../images/dropdown-linkus-icon.png) -438px 0 no-repeat;
}

.nav-dropdown-list .link-us-list .us-item-link:hover .us-item-text {
  color: #2997ce;
}

.nav-dropdown-list .link-us-list .us-item-icon {
  width: 62px;
  height: 60px;
}

.nav-dropdown-list .link-us-list .us-item-icon.icon0 {
  background: url(../images/dropdown-linkus-icon.png) 0 -60px no-repeat;
}

.nav-dropdown-list .link-us-list .us-item-icon.icon1 {
  background: url(../images/dropdown-linkus-icon.png) -62px -60px no-repeat;
}

.nav-dropdown-list .link-us-list .us-item-icon.icon2 {
  background: url(../images/dropdown-linkus-icon.png) -124px -60px no-repeat;
}

.nav-dropdown-list .link-us-list .us-item-icon.icon3 {
  background: url(../images/dropdown-linkus-icon.png) -186px -60px no-repeat;
}

.nav-dropdown-list .link-us-list .us-item-icon.icon4 {
  background: url(../images/dropdown-linkus-icon.png) -248px -60px no-repeat;
}

.nav-dropdown-list .link-us-list .us-item-icon.icon5 {
  background: url(../images/dropdown-linkus-icon.png) -310px -60px no-repeat;
}

.nav-dropdown-list .link-us-list .us-item-icon.icon6 {
  background: url(../images/dropdown-linkus-icon.png) -376px -60px no-repeat;
}

.nav-dropdown-list .link-us-list .us-item-icon.icon7 {
  background: url(../images/dropdown-linkus-icon.png) -438px -60px no-repeat;
}

.nav-dropdown-list .link-us-list .us-item-text {
  padding-top: 13px;
  font-size: 14px;
  color: #4d4d4d;
  line-height: 30px;
}

.nav-dropdown-list .dropdown-match {
  padding: 52px 0 70px 0;
}

.nav-dropdown-list .dropdown-match .us-item-link {
  padding: 0;
  width: 170px;
  text-align: center;
}

.nav-dropdown-list .dropdown-match .us-item-text {
  padding-top: 10px;
}

.nav-dropdown-list .dropdown-match .match-img-wrap {
  width: 79px;
  height: 70px;
  text-align: center;
  margin: 0 auto;
}

.nav-dropdown-list .dropdown-match .match-img-wrap img {
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

@font-face {
  font-family: DINCondensedBold;
  src: url("../font/dincondensedbold.ttf"), url("../font/dincondensedbold.eot");
  src: url("../font/dincondensedbold.woff2") format("woff2"), url("../font/dincondensedbold.eot?#iefix") format("embedded-opentype");
}

.aboutus-compnay-num {
  width: 840px;
  margin: 60px auto;
}

.aboutus-compnay-num .compnay-years,
.aboutus-compnay-num .compnay-school,
.aboutus-compnay-num .compnay-city {
  float: left;
  width: 280px;
  text-align: center;
  font-family: DINCondensedBold;
}

.aboutus-compnay-num .num {
  font-weight: bold;
  font-size: 52px;
  line-height: 60px;
  color: #4d4d4d;
}

.aboutus-compnay-num .text {
  font-size: 14px;
  color: #4d4d4d；;
}

.aboutus-compnay-num img {
  width: 100%;
  border: 0;
}

.aboutus-tab-title-list {
  position: fixed;
  top: 50%;
  left: 0;
  margin-top: -100px;
  width: 110px;
  z-index: 100;
}

.aboutus-tab-title-list img {
  width: 100%;
  border: 0;
}

.aboutus-tab-title-list .tab-list-title {
  height: 99px;
  background: url(../images/aboutus-bar-top.jpg);
  margin-bottom: 10px;
  border-bottom: 3px solid #017cb7;
}

.aboutus-tab-title-list .tab-title-item {
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  border-right: 5px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  background: #e2e2e2;
}

.aboutus-tab-title-list .tab-title-item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #808080;
}

.aboutus-tab-title-list .tab-title-item.active {
  background: #4d4d4d;
  border-right: 5px solid #017cb7;
}

.aboutus-tab-title-list .tab-title-item.active a {
  color: #ffffff;
}

.company-cultrue-box {
  background-color: #ffffff;
}

.company-cultrue-box img {
  width: 100%;
  border: 0;
}

.company-cultrue-box .cultrue-box {
  position: relative;
  width: 792px;
  margin: 0 auto;
}

.company-cultrue-box .cultrue-main {
  float: right;
  padding: 80px 52px;
  width: 430px;
}

.company-cultrue-box .cultrue-main .main-lt,
.company-cultrue-box .cultrue-main .main-rt {
  float: left;
}

.company-cultrue-box .cultrue-main .main-lt {
  width: 138px;
}

.company-cultrue-box .cultrue-main .main-rt {
  margin-left: 16px;
  width: 260px;
}

.company-cultrue-box .cultrue-title {
  font-size: 20px;
  line-height: 30px;
  color: #084f9f;
  font-weight: bold;
  padding-top: 24px;
}

.company-cultrue-box .cultrue-text {
  font-size: 14px;
  color: #595757;
  line-height: 31px;
}

.company-cultrue-box .cultrue-bg {
  position: absolute;
  top: 25px;
  left: 0;
  width: 237px;
  height: 322px;
  background: url(../images/company-culture-bg.png);
}

.company-cultrue-box .compnay-link-fixed {
  float: left;
  height: 0;
  width: 100%;
}

.company-detail-box {
  background: #f4f4f4;
  overflow: hidden;
}

.company-detail-box .detail-box {
  position: relative;
  padding: 65px 75px 135px;
  height: 300px;
  width: 820px;
  margin: 0 auto;
}

.company-detail-box .detail-main {
  position: relative;
  z-index: 1;
  top: 25px;
}

.company-detail-box .detail-title {
  font-size: 24px;
  font-weight: bold;
  color: #084f9f;
  line-height: 31px;
}

.company-detail-box .detail-sub-title {
  font-size: 12px;
  color: #595757;
  line-height: 34px;
  padding-bottom: 10px;
}

.company-detail-box .detail-text {
  width: 500px;
  font-size: 13px;
  color: #595757;
  padding-top: 6px;
  line-height: 32px;
}

.company-detail-box .detail-bg {
  position: absolute;
  top: 64px;
  right: 155px;
  width: 285px;
  height: 306px;
  background: url(../images/company-detail-bg.png);
  z-index: 0;
}

.company-detail-box .detail-img-slider {
  width: 100%;
  overflow: hidden;
  height: 180px;
  cursor: pointer;
}

.company-detail-box .linkus-link-fixed {
  height: 0;
  overflow: hidden;
}

.company-detail-box .detail-img-box {
  background: #000000;
  height: 180px;
  margin-left: 0;
}

.company-detail-box .detail-img {
  float: left;
  overflow: hidden;
  padding-right: 10px;
  height: 180px;
  width: 270px;
}

.company-detail-box .detail-img img {
  height: 100%;
}

.company-detail-box .detail-img.mgr0 {
  padding-right: 0;
}

.company-detail-box img {
  width: 100%;
  border: 0;
}

.company-honor-detail-box {
  background: #f4f4f4;
}

.company-honor-detail-box .honor-img-slider {
  overflow: hidden;
  cursor: pointer;
}

.company-honor-detail-box .honor-list {
  overflow: hidden;
  height: 184px;
  margin-left: 0;
  background-color: #000;
}

.company-honor-detail-box .honor-item {
  float: left;
  padding-right: 10px;
  width: 240px;
  height: 184px;
}

.company-honor-detail-box .honor-item img {
  height: 100%;
}

.company-honor-detail-box img {
  width: 100%;
  border: 0;
}

.company-honor-box {
  position: relative;
  padding: 65px 0;
  width: 950px;
  margin: 0 auto;
}

.company-honor-box .honor-main {
  padding: 0 75px;
  position: relative;
  z-index: 1;
}

.company-honor-box .honor-title {
  font-size: 24px;
  font-weight: bold;
  color: #084f9f;
  line-height: 31px;
}

.company-honor-box .honor-sub-title {
  font-size: 12px;
  color: #595757;
  line-height: 34px;
  padding-bottom: 10px;
}

.company-honor-box .honor-text {
  font-size: 14px;
  color: #595757;
  padding-top: 6px;
  line-height: 34px;
}

.company-honor-box .honor-text span {
  color: #017cb7;
}

.company-honor-box .honor-bg {
  position: absolute;
  top: 70px;
  right: 130px;
  width: 289px;
  height: 450px;
  background: url(../images/company-honor-bg.png);
  z-index: 0;
}

.company-honor-box img {
  width: 100%;
  border: 0;
}

.join-us {
  width: 1165px;
  margin: 0 auto;
}

.join-us-screening-list {
  margin-bottom: 40px;
}

.join-us-screening-list .screening-item {
  float: left;
  margin-right: 15px;
  width: 76px;
  text-align: center;
  line-height: 34px;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}

.join-us-screening-list .screening-item.active {
  border-bottom: 3px solid #017cb7;
}

.join-us-screening-list img {
  width: 100%;
  border: 0;
}

.join-us-screening-title {
  padding: 90px 0 60px;
  margin: 0 auto;
  font-size: 30px;
  color: #666666;
  line-height: 50px;
  font-weight: normal;
  width: 720px;
  text-align: center;
}

.join-us-screening-main {
  overflow: hidden;
}

.join-us-screening-main .tab-main-item {
  overflow: hidden;
}

.join-us-screening-main img {
  width: 100%;
  border: 0;
}

.join-us-screening-main .list-item {
  position: relative;
  color: #fff;
  float: left;
  margin-right: 20px;
  width: 375px;
  height: 168px;
  background-color: #3d91cc;
  background-image: url(../images/screening-title1.png);
  cursor: pointer;
}

.join-us-screening-main .list-item:hover {
  background-color: #4ea2dd;
}

.join-us-screening-main .list-item.mgr0 {
  margin-right: 0;
  background-image: url(../images/screening-title2.png);
}

.join-us-screening-main .list-item .item-title {
  padding: 10px 12px 0;
  font-size: 32px;
}

.join-us-screening-main .list-item .item-sub-title {
  padding: 2px 12px 0;
  font-size: 14px;
}

.join-us-screening-main .list-item .item-num {
  padding: 30px 16px 0;
  text-align: right;
  font-size: 14px;
}

.join-us-screening-main .list-item .item-time {
  padding: 8px 12px 0;
  font-size: 14px;
  text-align: right;
}

.join-us-screening-main .item-detail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.join-us-screening-main .screening-detail {
  overflow: hidden;
}

.join-us-screening-main .detail {
  display: none;
  padding: 0 40px 35px;
  background: #e5e5e5;
}

.join-us-screening-main .detail-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 74px;
}

.join-us-screening-main .detail-title span {
  padding-right: 32px;
}

.join-us-screening-main .detail-text {
  font-size: 14px;
  line-height: 22px;
  color: #4d4d4d;
  float: left;
  width: 500px;
  margin-right: 70px;
}

.join-us-screening-main .detail-text.mgr0 {
  margin-right: 0;
}

.join-us-tab-main img {
  width: 100%;
  border: 0;
}

.join-us-tab-main .join-us-box {
  position: relative;
}

.join-us-tab-main .join-us-title {
  font-size: 24px;
  font-weight: bold;
  color: #084f9f;
  line-height: 31px;
}

.join-us-tab-main .join-us-sub-title {
  font-size: 12px;
  color: #595757;
  line-height: 34px;
  padding-bottom: 10px;
}

.join-us-tab-main .join-us-box {
  padding: 120px 0 65px;
  margin: 0 auto;
  width: 970px;
  height: 372px;
}

.join-us-tab-main .join-us-bg {
  position: absolute;
  top: 96px;
  right: 0;
  width: 264px;
  height: 464px;
  background: url(../images/company-join-bg.png) no-repeat;
}

.join-us-tab-main .join-us-text {
  width: 710px;
  line-height: 50px;
  color: #666666;
  font-size: 30px;
}

.join-us-tab-main .join-us-botton {
  width: 369px;
  height: 46px;
  line-height: 46px;
  margin-top: 88px;
  background: url(../images/join-us-bt.jpg) no-repeat;
}

.join-us-tab-main .join-us-botton a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
}

.company-link-detail-box {
  background: #ffffff;
}

.company-link-box {
  position: relative;
  padding: 65px 75px 110px;
  width: 870px;
  margin: 0 auto;
}

.company-link-box img {
  width: 100%;
  border: 0;
}

.company-link-box .link-main {
  position: relative;
  z-index: 1;
}

.company-link-box .link-title {
  font-size: 24px;
  font-weight: bold;
  color: #084f9f;
  line-height: 31px;
}

.company-link-box .link-sub-title {
  font-size: 12px;
  color: #595757;
  line-height: 34px;
  padding-bottom: 10px;
}

.company-link-box .link-company-name {
  font-size: 20px;
  color: #4d4d4d;
  line-height: 30px;
}

.company-link-box .link-company-enname {
  font-size: 17px;
  color: #4d4d4d;
  line-height: 30px;
}

.company-link-box .link-text {
  width: 520px;
  font-size: 13px;
  color: #595757;
  padding-top: 6px;
  line-height: 31px;
}

.company-link-box .link-slogan {
  position: absolute;
  top: 130px;
  right: 75px;
  text-align: right;
}

.company-link-box .fonts40 {
  font-size: 40px;
  color: #b0b0b0;
  line-height: 56px;
}

.company-link-box .fonts12 {
  font-size: 12px;
  color: #b0b0b0;
  line-height: 28px;
}

.link-us-way {
  height: 144px;
  padding: 15px 0 15px 85px;
  background-color: #e3e3e3;
}

.link-us-way img {
  width: 100%;
  border: 0;
}

.link-us-way .way-box {
  width: 870px;
  margin: 0 auto;
}

.link-us-way .way-wx {
  float: left;
  width: 144px;
  height: 144px;
  background: url(../images/link-us-wx.png) no-repeat;
  position: relative;
}

.link-us-way .way-wx .wx-fade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: url(../images/link-us-ewm.png) no-repeat;
}

.link-us-way .way-qq {
  margin-left: 150px;
  float: left;
  width: 144px;
  height: 144px;
  background: url(../images/link-us-qq.png) no-repeat;
}

.link-us-way .way-phone {
  margin-left: 161px;
  float: left;
  padding-top: 35px;
  width: 220px;
  height: 109px;
  color: #07569c;
  line-height: 28px;
  font-size: 16px;
  background: url(../images/link-us-phone.png) 0 65px no-repeat;
}

.link-us-map-box {
  height: 320px;
}

.link-us-map-box img {
  width: 100%;
}

.link-us-map-box .BMapLabel {
  left: 20px !important;
}

.news-tab-list {
  margin: 35px 20px 35px;
}

.news-tab-item {
  float: left;
  margin-right: 15px;
  padding: 0 6px;
  text-align: center;
  line-height: 34px;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  font-size: 16px;
}

.news-tab-item.active {
  color: #3d8fca;
  border-bottom: 3px solid #3d8fca;
}

.news-box {
  float: left;
  margin-bottom: 116px;
  width: 804px;
  overflow: hidden;
  padding-left: 20px;
}

.news-box .box-main-list {
  overflow: hidden;
}

.news-box .box-main-list a {
  float: left;
}

.news-box .box-main-list a:hover .detail-title {
  color: #3d8fca;
}

.news-box .list-item {
  margin-bottom: 70px;
}

.news-box .item-img-box,
.news-box .item-detail {
  float: left;
}

.news-box .item-img-box {
  width: 220px;
  height: 131px;
}

.news-box .item-img-box img {
  width: 100%;
  height: 100%;
  border: 0;
}

.news-box .item-detail {
  position: relative;
  width: 510px;
  margin-left: 24px;
  padding-right: 45px;
  border-right: 2px solid #38c3fa;
  height: 131px;
}

.news-box .detail-title {
  font-size: 24px;
  color: #666666;
  line-height: 44px;
  height: 88px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  margin-top: -10px;
  font-weight: normal;
  cursor: pointer;
}

.news-box .detail-time {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  color: #4d4d4d;
}

.news-box .detail-views {
  position: absolute;
  bottom: 0;
  height: 24px;
  background: url(../images/news-views.png) no-repeat;
  right: 45px;
  text-indent: 30px;
}

.news-box .box-more {
  margin-top: 68px;
  height: 46px;
  background: #efefef;
  text-align: center;
  line-height: 46px;
  color: #808080;
  cursor: pointer;
}

.news-hot-list {
  float: right;
  width: 280px;
  margin-right: 20px;
  margin-bottom: 116px;
}

.news-hot-list .list-detail {
  padding-bottom: 50px;
  background: #efefef;
}

.news-hot-list .detail-title {
  margin-bottom: 12px;
  padding: 0 18px;
  line-height: 46px;
  color: #ffffff;
  font-size: 14px;
  border-right: 8px solid #38c3fa;
  background-color: #4d4d4d;
}

.news-hot-list .detail-text {
  padding: 0 18px;
  font-size: 14px;
  line-height: 42px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-hot-list .detail-text a {
  color: #4d4d4d;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-hot-list .detail-text a:hover {
  color: #3d8fca;
}

.news-hot-list .hot-ewm {
  padding-top: 30px;
  height: 208px;
  background-color: #e3e3e3;
}

.news-hot-list .hot-ewm .ewm-img {
  margin: 0 auto;
  width: 146px;
  height: 146px;
  background-image: url(../images/news-ewm.png);
}

.news-hot-list .hot-ewm .text {
  font-size: 12px;
  color: #3d8fca;
  line-height: 52px;
  text-align: center;
}

.news-detail-page {
  margin-top: -9px;
}

.news-detail-page .page-detail-title {
  text-align: justify;
  font-size: 30px;
  line-height: 50px;
  color: #666666;
  font-weight: normal;
}

.news-detail-page .detail-main img {
  max-width: 100%;
  _width: 100%;
}

.news-detail-page .detail-msg {
  padding: 10px 0 25px;
  line-height: 38px;
  font-size: 14px;
}

.news-detail-page .detail-msg .msg-text {
  float: left;
  margin-right: 50px;
  color: #4d4d4d;
}

.news-detail-page .detail-msg .msg-text.see {
  padding-left: 30px;
  background: url(../images/news-see.png) 0 13px no-repeat;
}

.news-detail-page .detail-page-button {
  line-height: 64px;
  color: #000;
  font-size: 12px;
}

.news-detail-page .button-close,
.news-detail-page .button-pre,
.news-detail-page .button-next {
  float: left;
  width: 338px;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.news-detail-page .text {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.news-detail-page .button-close {
  width: 64px;
  height: 64px;
  margin: 0 12px;
  text-align: center;
  font-size: 18px;
  background: url(../images/news-close.png) 0 0 no-repeat;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
}

.news-detail-page .button-close:hover {
  background-color: #3d8fca;
  color: #ffffff;
  background-position: 0 -64px;
}

.news-detail-page .button-pre {
  text-align: right;
  padding-right: 20px;
  background-position: 333px 0;
  background-repeat: no-repeat;
}

.news-detail-page .button-pre:hover {
  background-image: url(../images/news-page-arrow.png);
  background-color: #3d8fca;
}

.news-detail-page .button-pre:hover .text {
  color: #ffffff;
  padding-right: 20px;
}

.news-detail-page .button-next {
  text-align: left;
  padding-left: 20px;
  background-position: -9px 0;
  background-repeat: no-repeat;
}

.news-detail-page .button-next:hover {
  background-image: url(../images/news-page-arrow.png);
  background-repeat: no-repeat;
  background-color: #3d8fca;
}

.news-detail-page .button-next:hover .text {
  padding-left: 20px;
  color: #ffffff;
}

.product-tab-list {
  float: left;
  width: 205px;
  background: #f1f1f1;
}

.product-tab-list img {
  width: 100%;
  border: 0;
}

.product-tab-list .product-tab-title {
  padding-top: 16px;
  height: 49px;
  background: #b2b2b2;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border-right: 5px solid #b2b2b2;
}

.product-tab-list .product-tab-title:hover, .product-tab-list .product-tab-title.active {
  background: #3e3a39;
  border-right: 5px solid #36a0da;
}

.product-tab-list .product-tab-title .text {
  margin: 6px auto 0;
  width: 85px;
  height: 9px;
  background: url(../images/product-tab-title.png) no-repeat;
}

.product-search-item,
.product-tab-item {
  position: relative;
  line-height: 57px;
  text-align: center;
  font-size: 14px;
  color: #808080;
  cursor: pointer;
}

.product-search-item img,
.product-tab-item img {
  width: 100%;
  border: 0;
}

.product-search-item:hover, .product-search-item.active,
.product-tab-item:hover,
.product-tab-item.active {
  /*.item-dropdown-list {
			display: block;
		}*/
}

.product-search-item:hover .search-text,
.product-search-item:hover .item-text, .product-search-item.active .search-text,
.product-search-item.active .item-text,
.product-tab-item:hover .search-text,
.product-tab-item:hover .item-text,
.product-tab-item.active .search-text,
.product-tab-item.active .item-text {
  background: #3e3a39;
  color: #ffffff;
  border-right: 5px solid #36a0da;
}

.product-search-item:hover .text-icon, .product-search-item.active .text-icon,
.product-tab-item:hover .text-icon,
.product-tab-item.active .text-icon {
  display: block;
}

.product-search-item .search-text,
.product-search-item .item-text,
.product-tab-item .search-text,
.product-tab-item .item-text {
  background-color: #f1f1f1;
  border-right: 5px solid #f1f1f1;
}

.product-search-item .text-icon,
.product-tab-item .text-icon {
  display: none;
  position: absolute;
  top: 20px;
  right: 25px;
  width: 20px;
  height: 20px;
  background: url(../images/arrow-down.png);
}

.product-search-item .item-dropdown-list,
.product-tab-item .item-dropdown-list {
  display: none;
  background: #808080;
}

.product-search-item .dropdown-item,
.product-tab-item .dropdown-item {
  line-height: 50px;
  font-size: 12px;
  color: #ffffff;
}

.product-search-item .dropdown-item.active, .product-search-item .dropdown-item:hover,
.product-tab-item .dropdown-item.active,
.product-tab-item .dropdown-item:hover {
  background: #36a0da;
  cursor: pointer;
}

.product-detail-list {
  position: relative;
  float: left;
  padding-bottom: 53px;
  margin-left: 28px;
  width: 967px;
  min-height: 100px;
  background: #f1f1f1;
}

.product-detail-list img {
  width: 100%;
  border: 0;
}

.product-detail-list .product-all-box {
  padding: 53px;
}

.product-detail-list .detail-list-title {
  padding-bottom: 26px;
}

.product-detail-list .detail-list-title .title {
  padding-right: 13px;
  font-size: 30px;
  font-weight: bold;
  color: #666666;
}

.product-detail-list .detail-list-title .sub-title {
  padding-top: 24px;
  font-size: 14px;
  color: #808080;
  line-height: 28px;
}

.product-detail-list .product-detail-button {
  position: absolute;
  top: 60px;
  right: 50px;
  width: 205px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-image: url(../images/product-button.png);
  cursor: pointer;
}

.product-detail-list .product-item-img {
  float: left;
  width: 151px;
  height: 100px;
  background: #36a0da;
  font-size: 18px;
  color: #ffffff;
  line-height: 100px;
  text-align: center;
}

.product-detail-list .product-item-img.line-tow {
  line-height: 50px;
}

.product-detail-list .product-item-list {
  float: left;
  width: 710px;
  margin-top: -8px;
}

.product-detail-list .product-all-item {
  overflow: hidden;
  margin-bottom: 38px;
}

.product-detail-list .product-item {
  float: left;
  margin-top: 8px;
  margin-left: 19px;
  width: 187px;
  height: 29px;
  border: 1px  solid #e7e7e7;
  line-height: 29px;
  font-size: 12px;
  padding: 0 14px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #ffffff;
  color: #4d4d4d;
}

.product-detail-list .product-item:hover {
  color: #ffffff;
  background: #2996cd;
  cursor: pointer;
}

.product-search-box {
  overflow: auto;
}

.product-search-box .search-form {
  display: block;
  width: 675px;
  margin: 0 auto;
  font-size: 14px;
}

.product-search-box .form-input-box {
  float: left;
  width: 520px;
  height: 38px;
  line-height: 38px;
  background: #ffffff;
  overflow: hidden;
  border-radius: 4px 0 0 4px;
}

.product-search-box .form-input {
  display: block;
  width: 100%;
  text-indent: 20px;
  height: 38px;
  line-height: 38px;
  outline: none;
  color: #989898;
  border: none;
  background: #f6f6f6;
}

.product-search-box .form-botton {
  float: left;
  width: 81px;
  height: 38px;
  line-height: 42px;
  color: #ffffff;
  text-align: center;
  background: url(../images/search-product.png);
  cursor: pointer;
}

.product-search-box .search-title {
  padding-top: 20px;
  line-height: 50px;
  font-size: 16px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: normal;
  color: #4d4d4d;
}

.product-search-box .product-item-list {
  margin-top: 0;
  padding-top: 50px;
  width: 100%;
}

.product-search-box .product-item {
  margin: 0 20px 20px 0;
  width: 245px;
  padding: 0 14px;
  float: left;
  height: 29px;
  border: 1px solid #e7e7e7;
  line-height: 29px;
  font-size: 12px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4d4d4d;
  background: #f6f6f6;
}

.product-search-box .product-item:hover {
  color: #ffffff;
  background: #2996cd;
  cursor: pointer;
}

.product-list5-item2 {
  padding-top: 50px;
  background: #fff;
}

.product-list5-item2 .fl {
  float: left;
}

.product-list5-item2 .fr {
  float: right;
}

.product-list5-item2 .cl {
  zoom: 1;
}

.product-list5-item2 .cl:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  font-size: 0;
}

.product-list5-item2 .tc {
  text-align: center;
}

.product-list5-item2 .tl {
  text-align: left;
}

.product-list5-item2 .mt20 {
  margin-top: .2px;
}

.product-list5-item2 .pl0 {
  padding-left: 0;
}

.product-list5-item2 .product-box {
  width: 880px;
  margin: 0 auto;
  padding-bottom: 310px;
}

.product-list5-item2 .product-title {
  height: 20px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin: 60px 0 72px;
}

.product-list5-item2 .product-title h1 {
  width: 210px;
  font-size: 18px;
  color: #1E1E1E;
  margin: 0 auto;
  background-color: #fff;
}

.product-list5-item2 .product-title h2 {
  width: 210px;
  font-family: 'Arial Normal', 'Arial';
  font-size: 13px;
  color: #999999;
  margin: 0 auto;
  background-color: #fff;
}

.product-list5-item2 .product-title h3 {
  width: 40px;
  height: 4px;
  background-color: #2bbb61;
  margin: 0 auto;
  margin-top: 8px;
}

.product-list5-item2 .product-word {
  width: 812px;
  margin: 0 auto;
}

.product-list5-item2 .product-word p {
  font-family: 'Arial Normal', 'Arial';
  text-indent: 28px;
  font-size: 14px;
  color: #515151;
  line-height: 22px;
}

.product-list5-item2 .property-box {
  padding: 30px 20px 25px;
  margin: 0 20px;
  width: 140px;
  height: 165px;
  background-color: #f2f2f2;
}

.product-list5-item2 .property-box p {
  color: #666;
}

.product-list5-item2 .property-box h1 {
  font-size: 18px;
  color: #666666;
  text-align: center;
}

.product-list5-item2 .property-box img {
  display: block;
  width: 57px;
  height: 50px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
}

.product-list5-item2 .product-introduce {
  position: relative;
  height: 400px;
  text-align: center;
}

.product-list5-item2 .product-introduce span {
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #bcbcbc;
  border-radius: 50%;
}

.product-list5-item2 .product-introduce .point-1 {
  top: 125px;
  left: 342px;
}

.product-list5-item2 .product-introduce .point-2 {
  top: 125px;
  right: 342px;
}

.product-list5-item2 .product-introduce .point-3 {
  top: 216px;
  left: 50%;
  margin-left: -7px;
}

.product-list5-item2 .product-introduce em {
  position: absolute;
  background-color: #ccc;
}

.product-list5-item2 .product-introduce .line-1 {
  top: 130px;
  left: 235px;
  width: 109px;
  height: 1px;
}

.product-list5-item2 .product-introduce .line-2 {
  top: 130px;
  right: 235px;
  width: 109px;
  height: 1px;
}

.product-list5-item2 .product-introduce .line-3 {
  top: 226px;
  right: 50%;
  height: 42px;
  width: 1px;
}

.product-list5-item2 .product-introduce img {
  display: block;
  margin: 0 auto;
}

.product-list5-item2 .product-introduce h1 {
  font-size: 16px;
  color: #666666;
  text-align: center;
}

.product-list5-item2 .product-introduce p {
  font-size: 14px;
  color: #999999;
}

.product-list5-item2 .int-center {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 220px;
  height: 220px;
  margin-left: -110px;
  background-color: #f2f2f2;
  border-radius: 50%;
}

.product-list5-item2 .int-center img {
  margin-top: 55px;
  width: 72px;
  height: 72px;
}

.product-list5-item2 .int-center h1 {
  margin-top: 5px;
  font-size: 18px;
}

.product-list5-item2 .int-left {
  position: absolute;
  top: 75px;
  left: 70px;
}

.product-list5-item2 .int-left img {
  width: 72px;
  height: 72px;
}

.product-list5-item2 .int-right {
  position: absolute;
  top: 75px;
  right: 70px;
}

.product-list5-item2 .int-right img {
  width: 72px;
  height: 72px;
}

.product-list5-item2 .int-bottom {
  position: absolute;
  top: 275px;
  left: 50%;
  margin-left: -107px;
}

.product-list5-item2 .int-bottom img {
  width: 62px;
  height: 62px;
}

.product-list5-item2 .product-math {
  padding-top: 40px;
}

.product-list5-item2 .product-math h1 {
  font-size: 16px;
  color: #666666;
}

.product-list5-item2 .product-math p {
  font-size: 14px;
  color: #999999;
}

.product-list5-item2 .math-left {
  padding: 117px 0;
  margin-left: 20px;
  width: 190px;
  text-align: center;
}

.product-list5-item2 .math-left img {
  width: 72px;
  height: 72px;
}

.product-list5-item2 .math-line {
  margin: 36px 40px 0 30px;
  width: 20px;
  height: 250px;
  border: 2px solid #e5e5e5;
  border-right: none;
}

.product-list5-item2 .math-line span {
  display: block;
  position: relative;
  top: 125px;
  left: -30px;
  width: 30px;
  height: 2px;
  background-color: #E5E5E5;
}

.product-list5-item2 .math-img {
  margin-right: 25px;
  width: 70px;
  height: 70px;
  text-align: center;
  border: 2px solid #2BBB61;
  border-radius: 50%;
}

.product-list5-item2 .math-img img {
  margin-top: 17px;
  width: 36px;
  height: 36px;
}

.product-list5-item2 .math-top,
.product-list5-item2 .math-center,
.product-list5-item2 .math-bottom {
  margin-bottom: 52px;
}

.product-list5-item2 .math-top h1 {
  padding-top: 8px;
}

.product-list5-item2 .math-center h1 {
  padding-top: 17px;
}

.product-list5-item2 .math-bottom h1 {
  padding-top: 6px;
}

.product-list5-item2 .math-title {
  padding-left: 60px;
  font-size: 16px;
  color: #333;
  text-align: left;
}

.product-list5-item2 .math-table {
  font-family: 'Arial Normal', 'Arial';
  color: #666;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  margin: 0 auto;
  margin-top: 30px;
}

.product-list5-item2 .math-table th {
  width: 235px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-left: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  background-color: #f2f2f2;
}

.product-list5-item2 .math-table td {
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-left: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
}

.product-list5-item2 .math-table td span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #2BBB61;
  border-radius: 50%;
}

.product-list5-item2 .math-table td span.none {
  height: 1px;
  background-color: #e4e4e4;
}

.product-list5-item2 .product-teach {
  padding: 30px 0 0 30px;
  font-size: 14px;
  color: #666666;
}

.product-list5-item2 .teach-box-1, .product-list5-item2 .teach-box-2, .product-list5-item2 .teach-box-3, .product-list5-item2 .teach-box-4 {
  position: relative;
  margin: 0 30px 30px 0;
  width: 390px;
  height: 265px;
  background-color: #f2f2f2;
}

.product-list5-item2 .product-teach i, .product-list5-item2 .teach-box-1 .t1, .product-list5-item2 .teach-box-1 .t2, .product-list5-item2 .teach-box-1 .t3, .product-list5-item2 .teach-box-1 .t4, .product-list5-item2 .teach-box-1 .t5, .product-list5-item2 .teach-box-1 .sp1, .product-list5-item2 .teach-box-1 .sp2, .product-list5-item2 .teach-box-1 .em1, .product-list5-item2 .teach-box-1 .em2 {
  position: absolute;
}

.product-list5-item2 .product-teach i {
  top: 6px;
  left: -10px;
  padding-left: 33px;
  width: 72px;
  height: 43px;
  line-height: 33px;
  font-size: 16px;
  color: #fff;
  background: url(../images/product/5/2/k1.png);
}

.product-list5-item2 .teach-box-1 .t1 {
  top: 67px;
  left: 27px;
  width: 45px;
  height: 43px;
}

.product-list5-item2 .teach-box-1 .t2 {
  top: 67px;
  left: 87px;
  width: 58px;
  height: 58px;
}

.product-list5-item2 .teach-box-1 .t3 {
  top: 71px;
  right: 77px;
  width: 42px;
  height: 42px;
}

.product-list5-item2 .teach-box-1 .t4 {
  top: 67px;
  right: 27px;
  width: 45px;
  height: 43px;
}

.product-list5-item2 .teach-box-1 .t5 {
  bottom: 47px;
  left: 180px;
  width: 60px;
  height: 60px;
}

.product-list5-item2 .teach-box-1 .sp1 {
  line-height: 14px;
  top: 110px;
  left: 36px;
  width: 35px;
  height: 43px;
}

.product-list5-item2 .teach-box-1 .sp2 {
  line-height: 14px;
  top: 110px;
  right: 28px;
  width: 34px;
  height: 60px;
}

.product-list5-item2 .teach-box-1 .em1 {
  top: 129px;
  left: 114px;
  width: 57px;
  height: 63px;
  border: 1px solid #ccc;
  border-top: none;
  border-right: none;
}

.product-list5-item2 .teach-box-1 .em2 {
  bottom: 71px;
  left: 248px;
  width: 43px;
  height: 63px;
  border: 1px solid #ccc;
  border-top: none;
  border-left: none;
}

.product-list5-item2 .teach-box-2 .t1, .product-list5-item2 .teach-box-2 .t2, .product-list5-item2 .teach-box-2 .t3, .product-list5-item2 .teach-box-2 .t4, .product-list5-item2 .teach-box-2 .t5, .product-list5-item2 .teach-box-2 .sp1, .product-list5-item2 .teach-box-2 .sp2, .product-list5-item2 .teach-box-2 .sp3, .product-list5-item2 .teach-box-2 .sp4, .product-list5-item2 .teach-box-2 .em1, .product-list5-item2 .teach-box-2 .em2, .product-list5-item2 .teach-box-2 .em3, .product-list5-item2 .teach-box-2 .em4 {
  position: absolute;
}

.product-list5-item2 .teach-box-2 .t1, .product-list5-item2 .teach-box-2 .t2, .product-list5-item2 .teach-box-2 .t3, .product-list5-item2 .teach-box-2 .t4 {
  top: 67px;
  left: 37px;
  width: 42px;
  height: 42px;
}

.product-list5-item2 .teach-box-2 .t2 {
  left: 133px;
}

.product-list5-item2 .teach-box-2 .t3 {
  left: 227px;
}

.product-list5-item2 .teach-box-2 .t4 {
  left: 315px;
}

.product-list5-item2 .teach-box-2 .t5 {
  bottom: 35px;
  left: 171px;
  width: 60px;
  height: 60px;
}

.product-list5-item2 .teach-box-2 .sp1, .product-list5-item2 .teach-box-2 .sp2, .product-list5-item2 .teach-box-2 .sp3, .product-list5-item2 .teach-box-2 .sp4 {
  line-height: 14px;
  top: 114px;
  left: 45px;
  width: 35px;
  height: 42px;
}

.product-list5-item2 .teach-box-2 .sp2 {
  left: 140px;
}

.product-list5-item2 .teach-box-2 .sp3 {
  left: 234px;
}

.product-list5-item2 .teach-box-2 .sp4 {
  left: 323px;
}

.product-list5-item2 .teach-box-2 .em1, .product-list5-item2 .teach-box-2 .em2, .product-list5-item2 .teach-box-2 .em3, .product-list5-item2 .teach-box-2 .em4 {
  top: 151px;
  left: 57px;
  width: 94px;
  height: 56px;
  border: 1px solid #ccc;
  border-top: none;
  border-right: none;
}

.product-list5-item2 .teach-box-2 .em2 {
  left: 152px;
  width: 19px;
}

.product-list5-item2 .teach-box-2 .em3 {
  left: 233px;
  width: 15px;
  border-right: 1px solid #ccc;
  border-left: none;
}

.product-list5-item2 .teach-box-2 .em4 {
  left: 248px;
  width: 88px;
  border-right: 1px solid #ccc;
  border-left: none;
}

.product-list5-item2 .teach-box-3 .t1, .product-list5-item2 .teach-box-3 .t2, .product-list5-item2 .teach-box-3 .t3, .product-list5-item2 .teach-box-3 .t4, .product-list5-item2 .teach-box-3 .t5, .product-list5-item2 .teach-box-3 .sp1, .product-list5-item2 .teach-box-3 .sp2, .product-list5-item2 .teach-box-3 .sp3, .product-list5-item2 .teach-box-3 .sp4, .product-list5-item2 .teach-box-3 .em1, .product-list5-item2 .teach-box-3 .em2, .product-list5-item2 .teach-box-3 .em3, .product-list5-item2 .teach-box-3 .em4 {
  position: absolute;
}

.product-list5-item2 .teach-box-3 .t1, .product-list5-item2 .teach-box-3 .t2, .product-list5-item2 .teach-box-3 .t3, .product-list5-item2 .teach-box-3 .t4 {
  top: 67px;
  left: 37px;
  width: 42px;
  height: 42px;
}

.product-list5-item2 .teach-box-3 .t2 {
  top: 164px;
}

.product-list5-item2 .teach-box-3 .t3 {
  left: 166px;
  top: 108px;
  width: 60px;
  height: 60px;
}

.product-list5-item2 .teach-box-3 .t4 {
  left: 315px;
}

.product-list5-item2 .teach-box-3 .t5 {
  bottom: 54px;
  left: 310px;
  width: 42px;
  height: 42px;
}

.product-list5-item2 .teach-box-3 .sp1, .product-list5-item2 .teach-box-3 .sp2, .product-list5-item2 .teach-box-3 .sp3, .product-list5-item2 .teach-box-3 .sp4 {
  top: 115px;
  left: 31px;
  width: 56px;
  height: 42px;
}

.product-list5-item2 .teach-box-3 .sp2 {
  top: 218px;
}

.product-list5-item2 .teach-box-3 .sp3 {
  left: 309px;
}

.product-list5-item2 .teach-box-3 .sp4 {
  left: 306px;
  top: 218px;
}

.product-list5-item2 .teach-box-3 .em1, .product-list5-item2 .teach-box-3 .em2, .product-list5-item2 .teach-box-3 .em3, .product-list5-item2 .teach-box-3 .em4 {
  top: 85px;
  left: 95px;
  width: 39px;
  height: 105px;
  border: 1px solid #ccc;
}

.product-list5-item2 .teach-box-3 .em1 {
  border-left: none;
}

.product-list5-item2 .teach-box-3 .em2 {
  width: 29px;
  left: 133px;
  top: 140px;
  height: 0;
  border-bottom: none;
}

.product-list5-item2 .teach-box-3 .em3 {
  top: 139px;
  width: 31px;
  border-bottom: none;
  left: 237px;
  height: 0;
}

.product-list5-item2 .teach-box-3 .em4 {
  left: 269px;
  width: 32px;
  border-right: none;
}

.product-list5-item2 .teach-box-4 .t1, .product-list5-item2 .teach-box-4 .t2, .product-list5-item2 .teach-box-4 .t3, .product-list5-item2 .teach-box-4 .t4, .product-list5-item2 .teach-box-4 .sp1, .product-list5-item2 .teach-box-4 .sp2, .product-list5-item2 .teach-box-4 .sp3, .product-list5-item2 .teach-box-4 .em1, .product-list5-item2 .teach-box-4 .em2 {
  position: absolute;
}

.product-list5-item2 .teach-box-4 .t1, .product-list5-item2 .teach-box-4 .t2, .product-list5-item2 .teach-box-4 .t3, .product-list5-item2 .teach-box-4 .t4 {
  top: 101px;
  left: 45px;
  width: 60px;
  height: 60px;
}

.product-list5-item2 .teach-box-4 .t2 {
  top: 43px;
  left: 190px;
  width: 42px;
  height: 42px;
}

.product-list5-item2 .teach-box-4 .t3 {
  left: 190px;
  top: 182px;
  width: 42px;
  height: 42px;
}

.product-list5-item2 .teach-box-4 .t4 {
  left: 308px;
}

.product-list5-item2 .teach-box-4 .t5 {
  bottom: 54px;
  left: 310px;
  width: 42px;
  height: 42px;
}

.product-list5-item2 .teach-box-4 .sp1, .product-list5-item2 .teach-box-4 .sp2, .product-list5-item2 .teach-box-4 .sp3, .product-list5-item2 .teach-box-4 .sp4 {
  top: 91px;
  left: 194px;
  width: 53px;
  height: 42px;
}

.product-list5-item2 .teach-box-4 .sp2 {
  top: 224px;
  width: 100px;
  left: 174px;
}

.product-list5-item2 .teach-box-4 .sp3 {
  left: 326px;
  top: 164px;
}

.product-list5-item2 .teach-box-4 .sp4 {
  left: 307px;
  top: 218px;
}

.product-list5-item2 .teach-box-4 .em1, .product-list5-item2 .teach-box-4 .em2 {
  top: 68px;
  left: 95px;
  width: 39px;
  height: 132px;
  border: 1px solid #ccc;
}

.product-list5-item2 .teach-box-4 .em1 {
  top: 139px;
  width: 31px;
  border-bottom: none;
  left: 115px;
  height: 0;
}

.product-list5-item2 .teach-box-4 .em2 {
  left: 147px;
  width: 32px;
  border-right: none;
}

.product-list5-item2 .product-space {
  width: 579px;
  height: 874px;
  font-size: 14px;
  color: #333;
  margin: 0 auto;
  text-align: center;
  background-color: #e4f2f3;
}

.product-list5-item2 .product-space img {
  width: 58px;
  height: 151px;
  margin: 50px 0 13px;
}

.product-list5-item2 .space-left, .product-list5-item2 .space-right {
  width: 287px;
  height: 825px;
}

.product-list5-item2 .space-right {
  border-left: 4px dotted #9fd0d4;
}

.product-list5-item2 .product-space {
  position: relative;
  margin-top: 50px;
}

.product-list5-item2 .product-space p {
  padding-left: 100px;
  margin-bottom: 75px;
}

.product-list5-item2 .product-space p.pl0 {
  padding-left: 0;
}

.product-list5-item2 .product-space p span {
  margin-right: 5px;
  font-weight: 700;
  font-size: 20px;
  color: #333333;
}

.product-list5-item2 .product-space p em {
  font-size: 18px;
  color: #333333;
}

.product-list5-item2 .product-space p i {
  font-size: 14px;
  color: #666;
}

.product-list5-item2 .e1 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 150px;
  margin-left: -2px;
  background-color: #e4f2f3;
}

.product-list5-item2 .product-space img.p3 {
  position: absolute;
  top: 68px;
  left: 50%;
  width: 110px;
  height: 110px;
  margin: 0;
  margin-left: -55px;
}

.product-list5-item2 .h1, .product-list5-item2 .h2, .product-list5-item2 .h3, .product-list5-item2 .h4, .product-list5-item2 .h5, .product-list5-item2 .sp1, .product-list5-item2 .sp2, .product-list5-item2 .sp3, .product-list5-item2 .sp4 {
  position: absolute;
}

.product-list5-item2 .h1, .product-list5-item2 .h2, .product-list5-item2 .h3, .product-list5-item2 .h4, .product-list5-item2 .h5 {
  font-family: 'Arial Normal', 'Arial';
  top: 208px;
  left: 50%;
  padding-top: 12px;
  width: 64px;
  height: 52px;
  margin-left: -32px;
  font-size: 16px;
  color: #FD635B;
  background: #000;
  filter: Alpha(opacity=80);
  opacity: .8;
  border-radius: 50%;
}

.product-list5-item2 .h2 {
  top: 341px;
}

.product-list5-item2 .h3 {
  top: 471px;
}

.product-list5-item2 .h4 {
  top: 600px;
}

.product-list5-item2 .h5 {
  top: 730px;
}

.product-list5-item2 .product-space .sp1, .product-list5-item2 .product-space .sp2, .product-list5-item2 .product-space .sp3, .product-list5-item2 .product-space .sp4 {
  top: 240px;
  left: 50%;
  width: 160px;
  margin-left: -80px;
  border-bottom: 4px dotted #9fd0d4;
}

.product-list5-item2 .sp2 {
  top: 372px;
}

.product-list5-item2 .sp3 {
  top: 502px;
}

.product-list5-item2 .sp4 {
  top: 632px;
}

.page-mark {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  z-index: 100;
}

.product-form-box {
  position: fixed;
  width: 474px;
  height: 604px;
  top: 50%;
  left: 50%;
  margin: -302px 0 0 -237px;
  z-index: 101;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  background: #f1f1f1;
}

.product-form-box img {
  width: 100%;
  border: 0;
}

.product-form-box .form-title {
  padding-top: 40px;
  font-size: 22px;
  text-align: center;
  color: #666666;
  line-height: 30px;
}

.product-form-box .form-sub-title {
  font-size: 12px;
  text-align: center;
  color: #666666;
  line-height: 14px;
}

.product-form-box .list-item {
  padding-top: 22px;
}

.product-form-box .item-label {
  float: left;
  width: 130px;
  text-align: right;
  color: #4d4d4d;
  line-height: 26px;
  font-size: 14px;
}

.product-form-box .item-input {
  float: left;
  position: relative;
  margin-left: 12px;
  width: 276px;
  height: 24px;
  line-height: 24px;
  background: #ffffff;
  border-radius: 4px;
  color: #989898;
  font-size: 14px;
  border: 1px solid #ffffff;
}

.product-form-box .item-input.error {
  border: 1px solid red;
}

.product-form-box .item-input .item-input-error {
  position: absolute;
  display: none;
  width: 242px;
  padding: 0 18px;
  left: 0;
  top: 26px;
  height: 22px;
  line-height: 22px;
  color: red;
  font-size: 12px;
}

.product-form-box .item-input input {
  display: block;
  width: 242px;
  border: 0;
  background: none;
  outline: none;
  line-height: 26px;
  height: 26px;
  padding: 0 18px;
  color: #989898;
}

.product-form-box .item-input .item-select {
  line-height: 26px;
  height: 26px;
  padding: 0 18px;
}

.product-form-box .item-input .select-option-list {
  border: 1px solid #e8e8e8;
  position: absolute;
  top: 26px;
  left: 0;
  right: 0;
  z-index: 1;
}

.product-form-box .item-input .select-arrow {
  width: 20px;
  height: 26px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/select-arrow.png) no-repeat;
}

.product-form-box .item-input .option-item {
  line-height: 20px;
  color: #666666;
  padding: 0 18px;
  background: #ffffff;
}

.product-form-box .item-input .option-item:hover {
  background: #169bd5;
  color: #ffffff;
}

.product-form-box .list-item-btn {
  margin: 30px auto 8px;
  width: 358px;
}

.product-form-box .list-item-btn .cancel-btn,
.product-form-box .list-item-btn .confirm-btn {
  float: left;
  width: 176px;
  height: 36px;
  background: #169bd5;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}

.product-form-box .list-item-btn .cancel-btn {
  margin-left: 6px;
}

.product-form-box .list-item-text {
  margin: 0 56px 20px;
  line-height: 48px;
  font-size: 14px;
  color: #4d4d4d;
  border-bottom: 1px solid #add6e8;
}

.product-form-box .list-item-link {
  margin: 0 56px;
}

.product-form-box .list-item-link .link-phone {
  float: left;
  color: #4d4d4d;
  font-size: 14px;
  width: 200px;
  height: 50px;
  background: url(../images/product-form-phone.png) 0 bottom no-repeat;
}

.product-form-box .list-item-link .link-qq {
  margin-left: 65px;
  float: left;
  width: 31px;
  height: 50px;
  background: url(../images/form-qq.png) no-repeat;
  padding-left: 54px;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 25px;
}

.product-form-box .list-item-link .link-qq:hover {
  color: #169bd5;
  background: url(../images/form-qq1.png) no-repeat;
}

.product-form-box .list-item-close {
  position: absolute;
  top: 6px;
  right: 8px;
  width: 30px;
  height: 30px;
  background: url(../images/form-close.png) no-repeat;
  cursor: pointer;
}

/* jquery.netInNetSlider.css */
.netInNetSlider-title {
  position: absolute;
  z-index: 3;
}

.netInNetSlider-btn-prev,
.netInNetSlider-btn-next {
  position: absolute;
  z-index: 5;
  top: 50%;
  height: 119px;
  width: 75px;
  background: url(../images/netInNetSlider-arrow.png) no-repeat;
  margin-top: -60px;
  text-indent: -200px;
  overflow: hidden;
  display: none;
}

.netInNetSlider-btn-prev {
  left: 0;
  outline: none;
}

.netInNetSlider-btn-next {
  right: 0;
  outline: none;
  background-position: -75px 0;
}

.netInNetSlider-title {
  bottom: 0;
  width: 100%;
  padding: 6px 0;
  color: #fff;
  text-indent: 10px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  font: 14px/2 "Microsoft YaHei", "Arial", "Tahoma";
}

.netInNetSlider-pages-box {
  position: absolute;
  bottom: 64px;
  right: 0;
  left: 0;
  height: 21px;
}

.netInNetSlider-pages {
  text-align: center;
}

.netInNetSlider-pages a {
  height: 12px;
  width: 12px;
  margin: 0 6px;
  display: inline-block;
  overflow: hidden;
  text-indent: -100px;
  font-size: 0;
  background: url(../images/pages-dotted.png) no-repeat;
}

.netInNetSlider-pages a.active {
  background: url(../images/pages-dotted.png) 0 -12px no-repeat;
}

.solution img {
  width: 100%;
  border: 0;
}

.solution .solution-title {
  padding: 80px 0 50px;
  text-align: center;
  font-size: 35px;
  color: #666666;
  font-weight: normal;
}

.solution .solution-title.colorf {
  color: #ffffff;
}

.solution .solution-sub-title {
  margin: 0 auto;
  width: 1100px;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  color: #949494;
  padding: 0 0 40px;
}

.solution .solution-btn {
  margin: 40px auto;
  height: 41px;
  line-height: 41px;
  width: 196px;
  background: url(../images/apply-product.png) no-repeat;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.solution-advantage img {
  width: 100%;
  border: 0;
}

.solution-advantage .advantage-item {
  float: left;
  width: 448px;
  padding: 22px 76px;
  height: 122px;
  color: #4d4d4d;
}

.solution-advantage .advantage-item:hover {
  color: #017cb5;
}

.solution-advantage .advantage-item.custom .item-icon {
  background-position: 0 0;
}

.solution-advantage .advantage-item.wisdom .item-icon {
  background-position: -107px 0;
}

.solution-advantage .advantage-item.spectrum .item-icon {
  background-position: -214px 0;
}

.solution-advantage .advantage-item.community .item-icon {
  background-position: -321px 0;
}

.solution-advantage .item-icon {
  float: left;
  width: 107px;
  height: 107px;
  border-radius: 50%;
  overflow: hidden;
  background-image: url(../images/solution-advantage.png);
}

.solution-advantage .item-detail {
  display: table-cell;
  float: left;
  width: 230px;
  margin-left: 23px;
}

.solution-advantage .item-title {
  font-size: 24px;
  padding: 3px 0 15px;
}

.solution-advantage .item-text {
  color: #949494;
  font-size: 14px;
  line-height: 23px;
}

.solution-system {
  position: relative;
  min-width: 1200px;
  height: 787px;
  text-align: center;
  background-color: #01080e;
}

.solution-system img {
  max-width: 1366px;
  height: 787px;
}

.solution-system .solution-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #ffffff;
}

.solution-system .sub-title {
  padding-top: 28px;
  font-size: 16px;
  color: #abd6ea;
}

.solution-system-list .system-box {
  position: absolute;
  top: 27%;
  left: 50%;
  margin-left: -236px;
  width: 472px;
  height: 472px;
}

.solution-system-list .system-cel1 {
  position: absolute;
  width: 472px;
  height: 472px;
  background: url(../images/system-cel1.png);
  animation: rotateCel 5s infinite linear;
  -ms-animation: rotateCel 2500s infinite linear;
  -moz-animation: rotateCel 2500s infinite linear;
  -webkit-animation: rotateCel 2500s infinite linear;
  -o-animation: rotateCel 2500s infinite linear;
}

.solution-system-list .system-cel2 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -220px;
  margin-top: -220px;
  width: 440px;
  height: 440px;
  background: url(../images/system-cel2.png);
  animation: rotateCel1 2500s infinite linear;
  -ms-animation: rotateCel1 2500s infinite linear;
  -moz-animation: rotateCel1 2500s infinite linear;
  -webkit-animation: rotateCel1 2500s infinite linear;
  -o-animation: rotateCel1 2500s infinite linear;
}

.solution-system-list .system-cel3 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -205px;
  margin-top: -205px;
  width: 410px;
  height: 410px;
  background: url(../images/system-cel3.png);
}

.solution-system-list .system-cel4 {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -205px;
  margin-top: -205px;
  width: 370px;
  padding: 0 20px;
  height: 410px;
  background: url(../images/system-cel4-1.png);
}

.solution-system-list .system-cel4 .text1 {
  padding-top: 110px;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  line-height: 104px;
}

.solution-system-list .system-cel4 .text2 {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}

.solution-system-list .system-item {
  position: absolute;
  height: 36px;
  line-height: 36px;
  padding: 0 30px;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  color: #abd6ea;
}

.solution-system-list .system-item:hover {
  color: #04bdf7;
  font-size: 20px;
}

.solution-system-list .system-item.item1, .solution-system-list .system-item.item2, .solution-system-list .system-item.item3, .solution-system-list .system-item.item4 {
  background: url(../images/system-cel-dot.png) left 0 no-repeat;
}

.solution-system-list .system-item.item5, .solution-system-list .system-item.item6, .solution-system-list .system-item.item7, .solution-system-list .system-item.item8 {
  background: url(../images/system-cel-dot.png) right 0 no-repeat;
}

.solution-system-list .system-item.item1 {
  top: 15px;
  left: -230px;
}

.solution-system-list .system-item.item2 {
  top: 130px;
  left: -290px;
}

.solution-system-list .system-item.item3 {
  top: 270px;
  left: -260px;
}

.solution-system-list .system-item.item4 {
  top: 415px;
  left: -195px;
}

.solution-system-list .system-item.item5 {
  top: 30px;
  right: -215px;
}

.solution-system-list .system-item.item6 {
  top: 145px;
  right: -310px;
}

.solution-system-list .system-item.item7 {
  top: 285px;
  right: -275px;
}

.solution-system-list .system-item.item8 {
  top: 430px;
  right: -160px;
}

.solution-describe img {
  width: 100%;
  border: 0;
}

.solution-describe .describe-text {
  font-size: 20px;
  color: #808080;
  text-align: center;
  line-height: 46px;
}

.solution-describe .solution-describe-list {
  margin-top: 58px;
}

.solution-describe .list-item {
  float: left;
  overflow: hidden;
  width: 316px;
  height: 255px;
  padding: 28px 34px 0;
  color: #ffffff;
  margin-right: 24px;
}

.solution-describe .list-item.first {
  background: #4085c3;
}

.solution-describe .list-item.first .item-img {
  background: url(../images/solution-des.png) 0 0;
}

.solution-describe .list-item.second {
  background: #5bb1d3;
}

.solution-describe .list-item.second .item-img {
  background: url(../images/solution-des.png) -90px 0;
}

.solution-describe .list-item.third {
  margin-right: 0;
  background: #86cbc2;
}

.solution-describe .list-item.third .item-img {
  background: url(../images/solution-des.png) -180px 0;
}

.solution-describe .item-img {
  margin: 0 auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
}

.solution-describe .item-title {
  padding: 15px 0 20px;
  text-align: center;
  font-size: 22px;
}

.solution-describe .item-text {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}

.solution-features {
  position: relative;
  margin-top: 90px;
}

.solution-features-main {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1070px;
  margin: -141px 0 0 -535px;
}

.solution-features-main .solution-title {
  padding-top: 0;
}

.solution-features-list {
  padding: 10px 0 0;
  margin: 0 auto;
  width: 1070px;
}

.solution-features-list .features-item {
  float: left;
  width: 214px;
  overflow: hidden;
}

.solution-features-list .item-img {
  margin: 0 auto;
  width: 118px;
  height: 118px;
  border-radius: 50%;
}

.solution-features-list .item-img.icon1 {
  background: url(../images/solution-features.png) 0 0 no-repeat;
}

.solution-features-list .item-img.icon2 {
  background: url(../images/solution-features.png) -117px 0 no-repeat;
}

.solution-features-list .item-img.icon3 {
  background: url(../images/solution-features.png) -235px 0 no-repeat;
}

.solution-features-list .item-img.icon4 {
  background: url(../images/solution-features.png) -353px 0 no-repeat;
}

.solution-features-list .item-img.icon5 {
  background: url(../images/solution-features.png) -471px 0 no-repeat;
}

.solution-features-list .item-text {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  padding-top: 35px;
}

.solution-tree {
  padding: 106px 0 54px;
}

.solution-tree img {
  width: 100%;
  border: 0;
}

.solution-tree .tree-img {
  height: 366px;
  background: url(../images/solution-tree.png) no-repeat;
}

.solution-space .space-list {
  margin-bottom: 74px;
}

.solution-space .item1 {
  background: url(../images/solution-space1.jpg);
}

.solution-space .item2 {
  background: url(../images/solution-space2.jpg);
}

.solution-space .item3 {
  background: url(../images/solution-space3.jpg);
}

.solution-space .item4 {
  background: url(../images/solution-space4.jpg);
}

.solution-space .item5 {
  background: url(../images/solution-space5.jpg);
}

.solution-space .list-item {
  float: left;
  width: 368px;
  height: 196px;
  color: #ffffff;
}

.solution-space .list-item.pdlr45 {
  margin: 0 48px;
}

.solution-space .item-text1 {
  font-size: 20px;
  line-height: 66px;
  padding: 0 24px;
  margin-bottom: 6px;
}

.solution-space .item-text2 {
  position: relative;
  font-size: 14px;
  padding: 0 24px;
  line-height: 30px;
}

@keyframes rotateCel {
  from {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  to {
    transform: rotate(18000deg);
    -ms-transform: rotate(18000deg);
    -webkit-transform: rotate(18000deg);
    -o-transform: rotate(18000deg);
    -moz-transform: rotate(18000deg);
  }
}

@-webkit-keyframes rotateCel {
  from {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  to {
    transform: rotate(18000deg);
    -ms-transform: rotate(18000deg);
    -webkit-transform: rotate(18000deg);
    -o-transform: rotate(18000deg);
    -moz-transform: rotate(18000deg);
  }
}

@keyframes rotateCel1 {
  from {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  to {
    transform: rotate(-18000deg);
    -ms-transform: rotate(-18000deg);
    -webkit-transform: rotate(-18000deg);
    -o-transform: rotate(-18000deg);
    -moz-transform: rotate(-18000deg);
  }
}

@-webkit-keyframes rotateCel1 {
  from {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  to {
    transform: rotate(-18000deg);
    -ms-transform: rotate(-18000deg);
    -webkit-transform: rotate(-18000deg);
    -o-transform: rotate(-18000deg);
    -moz-transform: rotate(-18000deg);
  }
}

.solution-group-list {
  padding-bottom: 30px;
}

.solution-group-list .list-item {
  float: left;
  width: 345px;
  margin: 20px 27px 0;
  cursor: pointer;
  color: #4d4d4d;
}

.solution-group-list .list-item:hover {
  color: #4588c2;
}

.solution-group-list .img1 {
  border-radius: 2px;
  position: absolute;
  top: 0;
  width: 332px;
  height: 230px;
  background: url(../images/group1.png);
  z-index: -1;
}

.solution-group-list .img2 {
  border-radius: 2px;
  position: absolute;
  top: 0;
  width: 331px;
  height: 230px;
  background: url(../images/group2.png);
  z-index: -1;
}

.solution-group-list .img3 {
  border-radius: 2px;
  position: absolute;
  top: 0;
  width: 331px;
  height: 230px;
  background: url(../images/group3.png);
  z-index: -1;
}

.solution-group-list .img4 {
  border-radius: 2px;
  position: absolute;
  top: 0;
  width: 331px;
  height: 230px;
  background: url(../images/group4.png);
  z-index: -1;
}

.solution-group-list .img5 {
  border-radius: 2px;
  position: absolute;
  top: 0;
  width: 331px;
  height: 230px;
  background: url(../images/group5.png);
  z-index: -1;
}

.solution-group-list .opcity {
  opacity: 0;
}

.solution-group-list .item-img {
  position: relative;
  height: 230px;
  width: 332px;
  overflow: hidden;
  background: url(../images/solution-group.png) no-repeat;
  padding: 0 13px 10px 0;
}

.solution-group-list .item-img img {
  width: 332px;
  height: 100%;
  border-radius: 2px;
}

.solution-group-list .item-text {
  line-height: 76px;
  height: 76px;
  overflow: hidden;
  font-size: 20px;
}

.solution-vr-lab {
  position: relative;
  margin-top: 35px;
  z-index: 1;
}

.solution-vr-lab .vr-blue {
  position: absolute;
  width: 164px;
  height: 52px;
  padding: 0 0 12px 10px;
  background: url(../images/vr-blue.png) no-repeat;
  color: #ffffff;
  z-index: 1;
}

.solution-vr-lab .vr-blue .title {
  padding: 8px 0 0 18px;
  font-size: 16px;
}

.solution-vr-lab .vr-blue .sub-title {
  padding: 2px 0 0 18px;
  font-size: 12px;
}

.solution-vr-lab .vr-blue1 {
  top: 31%;
  left: 17.5%;
}

.solution-vr-lab .vr-blue1 .solid {
  position: absolute;
  right: -102px;
  top: 38px;
  width: 102px;
  height: 42px;
  background: url(../images/vr-solid1.png) no-repeat;
}

.solution-vr-lab .vr-blue2 {
  top: 55%;
  left: 6%;
}

.solution-vr-lab .vr-blue2 .solid {
  position: absolute;
  right: -82px;
  top: 38px;
  width: 82px;
  height: 42px;
  background: url(../images/vr-solid2.png) no-repeat;
}

.solution-vr-lab .vr-blue3 {
  bottom: 13.2%;
  left: 20.2%;
}

.solution-vr-lab .vr-blue3 .solid {
  position: absolute;
  right: -82px;
  top: 4px;
  width: 82px;
  height: 36px;
  background: url(../images/vr-solid3.png) no-repeat;
}

.solution-vr-lab .vr-blue4 {
  top: 32%;
  right: 14.6%;
}

.solution-vr-lab .vr-blue4 .solid {
  position: absolute;
  left: -86px;
  top: 28px;
  width: 96px;
  height: 36px;
  background: url(../images/vr-solid4.png) no-repeat;
}

.solution-vr-lab .solution-title {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.solution-vr-lab .vr-cel-box {
  position: absolute;
  bottom: 7%;
  right: 8.3%;
  width: 213px;
  height: 213px;
  cursor: pointer;
  z-index: 1;
}

.solution-vr-lab .vr-cel1 {
  position: absolute;
  width: 213px;
  height: 213px;
  background: url(../images/cel1-small.png);
  animation: rotateCel 1800s infinite linear;
  -ms-animation: rotateCel 1800s infinite linear;
  -moz-animation: rotateCel 1800s infinite linear;
  -webkit-animation: rotateCel 1800s infinite linear;
  -o-animation: rotateCel 1800s infinite linear;
  z-index: 1;
}

.solution-vr-lab .vr-cel2 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
  width: 199px;
  height: 199px;
  background: url(../images/cel-small.png);
  animation: rotateCel1 1800s infinite linear;
  -ms-animation: rotateCel1 1800s infinite linear;
  -moz-animation: rotateCel1 1800s infinite linear;
  -webkit-animation: rotateCel1 1800s infinite linear;
  -o-animation: rotateCel1 1800s infinite linear;
  z-index: 1;
}

.solution-vr-lab .vr-cel4 {
  position: relative;
  width: 213px;
  height: 213px;
  background: url(../images/vr-icon.png);
}

.solution-vr-lab .vr-cel-pointer {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 140px;
  left: 140px;
  z-index: 1;
  background: url(../images/vr-pointer.png);
  animation: showhide 1.5s infinite linear;
  -ms-animation: showhide 1.5s infinite linear;
  -moz-animation: showhide 1.5s infinite linear;
  -webkit-animation: showhide 1.5s infinite linear;
  -o-animation: showhide 1.5s infinite linear;
}

@-webkit-keyframes showhide {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes showhide {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.case-tab-list {
  float: left;
  width: 205px;
  background: #f1f1f1;
}

.case-tab-list .case-tab-title {
  padding-top: 16px;
  height: 49px;
  background: #b2b2b2;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border-right: 5px solid #b2b2b2;
}

.case-tab-list .case-tab-title .text {
  margin: 6px auto 0;
  width: 85px;
  height: 9px;
  background: url(../images/product-tab-title.png) no-repeat;
}

.case-tab-list img {
  width: 100%;
  border: 0;
}

.case-tab-item {
  position: relative;
  line-height: 57px;
  text-align: center;
  font-size: 14px;
  color: #808080;
  cursor: pointer;
}

.case-tab-item:hover, .case-tab-item.active {
  /*.item-dropdown-list {
			display: block;
		}*/
}

.case-tab-item:hover .item-text, .case-tab-item.active .item-text {
  background: #3e3a39;
  color: #ffffff;
  border-right: 5px solid #36a0da;
}

.case-tab-item:hover .text-icon, .case-tab-item.active .text-icon {
  display: block;
}

.case-tab-item img {
  width: 100%;
  border: 0;
}

.case-tab-item .item-text {
  background-color: #f1f1f1;
  border-right: 5px solid #f1f1f1;
}

.case-tab-item .text-icon {
  display: none;
  position: absolute;
  top: 20px;
  right: 25px;
  width: 20px;
  height: 20px;
  background: url(../images/arrow-down.png);
}

.case-tab-item .item-dropdown-list {
  display: none;
  background: #808080;
}

.case-tab-item .dropdown-item {
  line-height: 50px;
  font-size: 12px;
  color: #ffffff;
}

.case-tab-item .dropdown-item.active, .case-tab-item .dropdown-item:hover {
  background: #36a0da;
  cursor: pointer;
}

.case-detail-list {
  position: relative;
  float: left;
  padding: 53px;
  margin-left: 28px;
  width: 861px;
  background: #f1f1f1;
}

.case-detail-list .item-title {
  border-left: 1px solid #369fd9;
  color: #666666;
  padding-left: 24px;
  margin-bottom: 38px;
}

.case-detail-list .title {
  font-size: 26px;
}

.case-detail-list .sub-title {
  font-size: 18px;
}

.case-detail-list .case-text {
  margin-bottom: 18px;
  font-size: 16px;
  color: #3e3a39;
  text-indent: 32px;
  line-height: 30px;
}

.case-detail-list .case-list-item .case-school-item {
  width: 172px;
  float: left;
  font-size: 14px;
  color: #3e3a39;
  line-height: 40px;
}

.case-detail-list .case-list-item .case-school-item.width215 {
  width: 215px;
}

.case-detail-list .case-list-item .case-school-item.width435 {
  width: 435px;
}

.case-detail-list .item-img-box {
  padding: 25px;
}

.case-detail-list .item-img-box.small {
  padding: 25px 185px;
}

.case-detail-list .item-img-float {
  padding: 35px 0;
}

.case-detail-list .item-img-float img {
  float: left;
  width: 428px;
  height: 282px;
  margin-right: 4px;
}

.case-detail-list .item-img-float .mgr0 {
  margin-right: 0;
}

.case-detail-list .case-text-add {
  font-size: 16px;
  color: #369fd9;
  padding: 38px 30px;
}

.case-detail-list .case-blue-title {
  margin: 32px 0 25px;
  display: inline-block;
  padding: 0 18px 0 15px;
  height: 28px;
  width: 237px;
  line-height: 28px;
  color: #ffffff;
  background: #36a0da url(../images/product-blue-title.png) right 0 no-repeat;
}

.case-detail-list .case-detail-text {
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
}

.case-detail-list img {
  width: 100%;
  border: 0;
}

.active-month-list {
  position: relative;
  margin: 0 auto;
  width: 1100px;
  height: 59px;
  font-size: 20px;
  color: #959595;
  padding-left: 100px;
}

.active-month-list .years-list {
  position: absolute;
  left: 0;
  margin-top: 12px;
  width: 98px;
  line-height: 36px;
  text-indent: 17px;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}

.active-month-list .years-list .years {
  background: #fff;
}

.active-month-list .years-list .years .years-title,
.active-month-list .years-list .years .years-item {
  height: 36px;
  line-height: 36px;
}

.active-month-list .years-list .years .years-item {
  display: none;
}

.active-month-list .years-list .years-item:hover {
  background: #1b93c9;
  color: #fff;
}

.active-month-list .years-list .icon {
  top: 10px;
  right: 12px;
  position: absolute;
  width: 6px;
  height: 14px;
  z-index: 2;
  background: url(../images/arrow-ud.png);
}

.active-month-list .years-list .arrow {
  position: absolute;
  left: -34px;
  top: 33px;
  width: 23px;
  z-index: 2;
  height: 13px;
  background: url(../images/year-arrow.png);
}

.active-month-list .list-item {
  float: left;
  text-align: center;
  width: 88px;
  height: 59px;
  line-height: 59px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.active-month-list .list-item.first {
  margin-left: 30px;
}

.active-month-list .list-item .bg {
  display: inline-block;
  width: 94px;
  height: 62px;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: -1;
}

.active-month-list .list-item.active, .active-month-list .list-item:hover {
  color: #fff;
}

.active-month-list .list-item.active .bg, .active-month-list .list-item:hover .bg {
  background: url(../images/year-active.png) center center;
}

.active-year-banner {
  background: url(../images/active-year-banner.png) center center;
  height: 65px;
}

.active-year-banner .banner-text {
  margin: 0 auto;
  width: 1125px;
  font-size: 18px;
  color: #fff;
  padding: 15px 0 0 75px;
}

.active-year-project {
  display: block;
  margin: 48px auto 75px;
  width: 1200px;
  border-radius: 8px;
  background: #f9f9f9;
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
}

.active-year-project tr, .active-year-project td, .active-year-project th, .active-year-project tbody, .active-year-project thead {
  padding: 0;
  margin: 0;
  display: block;
  float: left;
}

.active-year-project thead {
  display: block;
  font-size: 18px;
  color: #fff;
  background: #65a3b9;
}

.active-year-project tbody {
  display: block;
  font-size: 14px;
  color: #666;
}

.active-year-project th {
  font-weight: normal;
  padding-left: 75px;
  line-height: 62px;
  text-align: left;
  word-break: break-all;
}

.active-year-project th span {
  font-size: 12px;
}

.active-year-project td {
  line-height: 32px;
  word-break: break-all;
  text-align: left;
  padding: 15px 0 12px 75px;
  font-weight: bold;
}

.active-year-project .lt {
  width: 225px;
}

.active-year-project .ct {
  width: 442px;
}

.active-year-project .ct-item {
  line-height: 44px;
  display: block;
  white-space: nowrap;
  *white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 44px;
  border-bottom: 1px dotted #e2e2e2;
}

.active-year-project .rt {
  width: 308px;
}

.active-year-project .rt-item {
  padding: 4px 0;
  height: 41px;
}

.active-year-project .bg-blue {
  background: #edf5f9;
}

.active-year-project .select-box {
  height: 37px;
  width: 250px;
  position: relative;
}

.active-year-project .select-list {
  position: relative;
  height: 35px;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}

.active-year-project .select-list:hover {
  height: auto;
  z-index: 10;
}

.active-year-project .select-list .select-title,
.active-year-project .select-list .select-item {
  padding: 0 20px 0 12px;
  background: #fff;
}

.active-year-project .select-list .select-title:hover,
.active-year-project .select-list .select-item:hover {
  background: #1b93c9;
}

.active-year-project .select-list .select-title:hover a,
.active-year-project .select-list .select-item:hover a {
  color: #fff;
}

.active-year-project .select-list .select-title a,
.active-year-project .select-list .select-item a {
  display: block;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  display: block;
}

.active-year-project .select-arrow {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 10px;
  height: 8px;
  background: url(../images/arrow-download.png) no-repeat;
  cursor: pointer;
  z-index: 3;
}

.active-year-project .select-download {
  position: absolute;
  top: 8px;
  left: 265px;
  width: 24px;
  height: 22px;
  background: url(../images/active-down.png);
  cursor: pointer;
}
/*# sourceMappingURL=netinnet_home.css.map */