﻿@font-face {
  font-family: 'iconfont';
  /* project id 834734 */
  src: url('../fonts/font_834734_t588gc5f2pg.eot');
  src: url('../fonts/font_834734_t588gc5f2pg.eot') format('embedded-opentype'), url('../fonts/font_834734_t588gc5f2pg.woff') format('woff'), url('../fonts/font_834734_t588gc5f2pg.ttf') format('truetype'), url('../fonts/font_834734_t588gc5f2pg.svg#iconfont') format('svg');
}
@font-face {
  font-family: 'myiconfont';
  /* project id 1227442 */
  src: url('../fonts/font_1227442_s2a33ok8os.eot');
  src: url('../fonts/font_1227442_s2a33ok8os.eot') format('embedded-opentype'), url('../fonts/font_1227442_s2a33ok8os.woff2') format('woff2'), url('../fonts/font_1227442_s2a33ok8os.woff') format('woff'), url('../fonts/font_1227442_s2a33ok8os.ttf') format('truetype'), url('../fonts/font_1227442_s2a33ok8os.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.myiconfont {
  font-family: "myiconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
}

.css3 {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.display-none-all {
  display: none !important;
}
img {
  max-width: 100%;
}
.common-title {
  font-size: 40px;
  color: #003881;
}
@media (max-width: 768px) {
  .common-title {
    font-size: 30px;
  }
}
.my-nav {
  width: 100%;
  height: 100px;
  
  background-color: #fff;
  z-index: 999;
}
.my-nav .navbar-default {
  border: 0;
  background-color: #fff;
  margin-bottom: 0;
}
.my-nav .navbar-default .navbar-brand {
  height: auto;
  padding-top:24px;
  padding-bottom:0px;
}
.my-nav .navbar-default .navbar-brand img {
  height: 58px;
}
.my-nav .navbar-default .navbar-nav {
  margin-left: 100px;
  
  font-size: 16px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.my-nav .navbar-default .navbar-nav:last-of-type {
  float: right;
  margin-right: -15px;
  margin-left: 0;
}
.my-nav .navbar-default .navbar-nav:last-of-type > li {
  background-color: #fff;
  color: #000;
}
.my-nav .navbar-default .navbar-nav:last-of-type > li > a,
.my-nav .navbar-default .navbar-nav:last-of-type > li > a:focus,
.my-nav .navbar-default .navbar-nav:last-of-type > li > a:hover {
  background-color: #f8f8f8;
  color: #000;
}
.my-nav .navbar-default .navbar-nav:last-of-type .open {
  color: #000;
}
.my-nav .navbar-default .navbar-nav:last-of-type .open > a {
  background-color: #fff;
  color: #000;
}
.my-nav .navbar-default .navbar-nav > li > a {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.my-nav .navbar-default .navbar-nav > li > a:focus,
.my-nav .navbar-default .navbar-nav > li > a:hover {
  background-color: #dedede;
  color: #333;
}
.my-nav .navbar-default .navbar-nav > li > a {
  padding: 40px 19px;
  font-size: 16px;
}
.my-nav .navbar-default .navbar-nav > .active > a {
  background-color: #dedede;
  color: #000;
}
.my-nav .navbar-default .navbar-nav > .active > a:focus,
.my-nav .navbar-default .navbar-nav > .active > a:hover {
  background-color: #dedede;
  color: #000;
}
.my-nav .navbar-default .navbar-nav .open > a {
  background-color: #dedede;
  color: #000;
}
.my-nav .navbar-default .navbar-nav .open > a:hover,
.my-nav .navbar-default .navbar-nav .open > a:focus {
  background-color: #dedede;
  color: #000;
}
.my-nav .navbar-default .navbar-nav .open .dropdown-menu {
  opacity: 1;
  transform: scale(1, 1);
}
.my-nav .navbar-default .navbar-nav .dropdown-menu {
  min-width: 114px;
  background-color: rgba(0, 0, 0, 0.4);
  border: 0;
  border-radius: 0;
  overflow: hidden;
  opacity: 0;
  display: block;
  transform: scale(1, 0);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.my-nav .navbar-default .navbar-nav .dropdown-menu > li:hover > a {
  color: #c31132;
  border-left: 5px solid #c31132;
}
.my-nav .navbar-default .navbar-nav .dropdown-menu > li:hover > .green {
  color: #80AE3F;
  border-left: 5px solid #80AE3F;
}
.my-nav .navbar-default .navbar-nav .dropdown-menu > li > a {
  font-size: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: left;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  color: #fff;
  background-color: transparent;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
  padding-top: 5px;
  padding-bottom: 5px;
}
.my-nav .navbar-default .lang {
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 25px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
.my-nav .navbar-default .lang .cn,
.my-nav .navbar-default .lang .en {
  float: left;
  border: 2px solid #8d8d8d;
  text-decoration: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.my-nav .navbar-default .lang .cn:hover,
.my-nav .navbar-default .lang .en:hover {
  background-color: #c31132;
  border-color: #c31132;
  color: #fff;
}
.my-nav .navbar-default .lang .cn {
  border-right: 0;
  background-color: #8d8d8d;
  color: #fff;
  padding: 2px 7px 2px 5px;
}
.my-nav .navbar-default .lang .en {
  border-left: 0;
  text-transform: uppercase;
  color: #8d8d8d;
  padding: 2px 3px 2px 5px;
}
.my-nav .navbar-default .lang .cn.active,
.my-nav .navbar-default .lang .en.active {
  background-color: #c31132;
  border-color: #c31132;
  color: #fff;
}
@media (max-width: 1278px) {
  .my-nav .container {
    width: 100%;
  }
  .my-nav .navbar-default .lang {
    right: 15px;
  }
}
@media (max-width: 1278px) {
  .my-nav .navbar-default .navbar-nav {
    margin-left: 0px;
  }
}
@media (max-width: 1075px) {
  .my-nav .navbar-default .navbar-nav li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 910px) {
  .my-nav .navbar-default .navbar-nav li a {
    font-size: 14px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (max-width: 768px) {
  .my-nav {
  height:auto;
  }
  .my-nav .navbar-default .navbar-brand {
    padding-top:6px;
    padding-bottom:6px;
  }
  .my-nav .navbar-default .navbar-brand img {
    height:46px;
    margin-top:10px;
  }
  .my-nav .navbar-default .navbar-nav {
    margin-left: 0;
  }
  .my-nav .navbar-default .navbar-nav:last-of-type {
    float: none;
  }
  .my-nav .navbar-default .navbar-nav > li:before {
    margin-top: 22.5px;
  }
  .my-nav .navbar-default .navbar-nav > li > a {
    padding: 15px;
  }
  .my-nav .navbar-default .lang {
    margin-top: 0;
    float: left;
    position: static;
  }
}
.banner {
  width: 100%;
  height: 680px;
  background: #000 center no-repeat;
  background-size: cover;
  position: relative;
}
.banner .banner-content {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner .banner-content .banner-title1 {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 35px;
}
.banner .banner-content .banner-title2 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 65px;
}
.banner .banner-content .btn-default {
  border-radius: 20px;
  text-align: justify;
  padding: 10px 20px;
  border: 0;
  line-height: 22px;
}
.banner .banner-content .btn-default span {
  color: #003881;
  margin-right: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.banner .banner-content .btn-default .iconfont {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #c31132;
}
.banner .banner-content .btn-default:hover span {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .banner .banner-content .banner-title1 {
    font-size: 30px;
  }
  .banner .banner-content .banner-title2 {
    font-size: 16px;
  }
}
.app {
  width: 100%;
  height: 784px;
  background: #efefef url('../images/app-bg.jpg') center no-repeat;
  background-size: cover;
}
.app .app-content {
  margin: 96px auto;
  text-align: center;
}
.app .app-content .common-title {
  margin-bottom: 30px;
}
.app .app-content .app-text {
  width: 560px;
  margin: 0 auto;
  font-size: 18px;
  color: #808080;
}
.app .swiper-container {
  height: 320px;
}
.app .swiper-container .swiper-wrapper .swiper-slide .my-thumb {
  display: block;
  background-color: #fff;
  padding: 50px;
  height: 280px;
  color: #808080;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.app .swiper-container .swiper-wrapper .swiper-slide .my-thumb:hover {
  box-shadow: 0 0 50px #999;
}
.app .swiper-container .swiper-wrapper .swiper-slide .my-thumb:hover .img1 {
  background-image: url('../images/1b.png');
}
.app .swiper-container .swiper-wrapper .swiper-slide .my-thumb:hover .img2 {
  background-image: url('../images/2b.png');
}
.app .swiper-container .swiper-wrapper .swiper-slide .my-thumb:hover .img3 {
  background-image: url('../images/3b.png');
}
.app .swiper-container .swiper-wrapper .swiper-slide .my-thumb:hover .img4 {
  background-image: url('../images/4b.png');
}
.app .swiper-container .swiper-wrapper .swiper-slide .my-thumb:hover .img5 {
  background-image: url('../images/5b.png');
}
.app .swiper-container .swiper-wrapper .swiper-slide .my-thumb:hover .img6 {
  background-image: url('../images/6b.png');
}
.app .swiper-container .swiper-wrapper .swiper-slide .my-thumb .img,
.app .swiper-container .swiper-wrapper .swiper-slide .my-thumb .img1,
.app .swiper-container .swiper-wrapper .swiper-slide .my-thumb .img2,
.app .swiper-container .swiper-wrapper .swiper-slide .my-thumb .img3,
.app .swiper-container .swiper-wrapper .swiper-slide .my-thumb .img4 {
  width: 100%;
  height: 77px;
  background: center no-repeat;
  background-size: contain;
  margin-top: 20px;
  margin-bottom: 60px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.app .swiper-container .swiper-wrapper .swiper-slide .my-thumb .img1 {
  background-image: url('../images/1.png');
}
.app .swiper-container .swiper-wrapper .swiper-slide .my-thumb .img2 {
  background-image: url('../images/2.png');
}
.app .swiper-container .swiper-wrapper .swiper-slide .my-thumb .img3 {
  background-image: url('../images/3.png');
}
.app .swiper-container .swiper-wrapper .swiper-slide .my-thumb .img4 {
  background-image: url('../images/4.png');
}
.app .swiper-container .swiper-wrapper .swiper-slide .my-thumb .img5 {
  background-image: url('../images/5.png');
}
.app .swiper-container .swiper-wrapper .swiper-slide .my-thumb .img6 {
  background-image: url('../images/6.png');
}
.app .swiper-container .swiper-wrapper .swiper-slide .my-thumb .title {
  text-align: center;
  font-size: 16px;
}
.app .my-swiper-arrows {
  position: relative;
}
.app .my-swiper-arrows .iconfont {
  font-size: 50px;
}
.app .my-swiper-arrows .swiper-button-prev,
.app .my-swiper-arrows .swiper-container-rtl .swiper-button-next {
  background: #003881;
  color: #fff;
  opacity: 1;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.app .my-swiper-arrows .swiper-button-next,
.app .my-swiper-arrows .swiper-container-rtl .swiper-button-prev {
  background: #003881;
  color: #fff;
  opacity: 1;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.app .my-swiper-arrows .swiper-button-next,
.app .my-swiper-arrows .swiper-button-prev {
  top: -228px;
  width: 58px;
  height: 70px;
  -moz-background-size: 58px 70px;
  -webkit-background-size: 58px 70px;
  background-size: 58px 70px;
  outline: none;
}
.app .my-swiper-arrows .swiper-button-prev {
  left: 0;
}
.app .my-swiper-arrows .swiper-button-next {
  right: 0;
}
.app .my-swiper-arrows .swiper-button-next .iconfont {
  margin-left: 5px;
}
@media (max-width: 768px) {
  .app {
    height: auto;
  }
  .app .app-content .app-text {
    font-size: 16px;
    width: auto;
  }
  .app .my-swiper-arrows .swiper-button-next,
  .app .my-swiper-arrows .swiper-button-prev {
    top: -228px;
    width: 38px;
    height: 42px;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    outline: none;
  }
  .app .my-swiper-arrows .swiper-button-next .iconfont,
  .app .my-swiper-arrows .swiper-button-prev .iconfont {
    margin-top: 50px;
    font-size: 30px;
  }
}
.three {
  width: 100%;
  background: url('../images/three-bg.jpg') center no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.three .three-content {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 65px;
}
.three .three-content img,
.three .three-content .big-font,
.three .three-content .small-font {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
}
.three .three-content .big-font {
  font-size: 58px;
  color: #fff;
  margin-left: 29px;
  margin-right: 20px;
}
.three .three-content .small-font {
  font-size: 16px;
  color: #fff;
  text-align: left;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .three {
    height: auto;
  }
  .three .three-content {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 25px;
  }
}
#subhead-products .pro-title {
  padding-top: 80px;
}
#subhead-products .pro-title img {
  width: 100%;
}
#subhead-products .first {
  margin-bottom: 767px;
}
#subhead-products .first .box {
  position: absolute;
  background: white;
  top: -80px;
  z-index: 20;
  padding-top: 80px;
  box-shadow: #E7E7E7 0px 5px 20px;
}
#subhead-products .first .box .title {
  color: #80AE3F;
  font-size: 40px;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  #subhead-products .first .box .title {
    font-size: 30px;
    margin-top: 30px;
  }
}
#subhead-products .first .box .subhead {
  font-size: 18px;
  text-align: center;
  margin-bottom: 75px;
}
#subhead-products .first .box .img {
  width: 100%;
  position: relative;
}
#subhead-products .first .box .img img {
  width: 100%;
}
#subhead-products .first .box .img .willing {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  position: absolute;
  left: 65px;
  bottom: 155px;
  color: 19px;
  font-weight: bold;
  color: #80AE3F;
}
@media (max-width: 1000px) {
  #subhead-products .first .box .img .willing {
    display: none;
  }
}
#subhead-products .first .box .img .font {
  color: #666666;
  font-size: 18px;
  position: absolute;
  left: 65px;
  bottom: 80px;
}
@media (max-width: 600px) {
  #subhead-products .first .box .img .font {
    display: none;
  }
}
@media (max-width: 1200px) {
  #subhead-products .first {
    margin-bottom: 67px;
  }
  #subhead-products .first .box {
    position: static;
    padding-top: 40px;
  }
}
#subhead-products .scend {
  background: #EEEFF1;
  padding-bottom: 30px;
  padding-top: 60px;
  margin-bottom: 200px;
}
#subhead-products .scend .left .name {
  font-size: 40px;
  color: #666666;
}
#subhead-products .scend .left .arrow {
  border-radius: 50%;
  background: white;
  width: 40px;
  height: 40px;
  transform: rotate(180deg);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #80AE3F;
  font-size: 20px;
  margin-top: 100px;
}
#subhead-products .scend .center {
  position: absolute;
  width: 190%;
  left: -60%;
}
#subhead-products .scend .center .img {
  width: 100%;
}
#subhead-products .scend .center .img img {
  width: 100%;
}
@media (max-width: 1200px) {
  #subhead-products .scend .center {
    position: relative;
    width: 100%;
    left: 0%;
  }
  #subhead-products .scend .center .img {
    width: 100%;
  }
  #subhead-products .scend .center .img img {
    width: 100%;
  }
  #subhead-products .scend .left .name {
    font-size: 30px;
    color: #666666;
  }
}
#subhead-products .scend .right img {
  width: 100%;
}
@media (max-width: 768px) {
  #subhead-products .scend .right img {
    width: 50%;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
#subhead-products .third .line-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 75px;
}
#subhead-products .third .line-title .line {
  height: 52px;
  width: 5px;
  background: #80AE3F;
}
#subhead-products .third .line-title .title {
  padding-left: 25px;
  font-size: 16px;
  color: #666666;
  line-height: 2;
}
#subhead-products .third .box {
  padding: 30px 30px 0px 30px;
  border: #dddddd 1px solid;
}
#subhead-products .third .box img {
  width: 100%;
}
#subhead-products .third .name {
  padding-left: 15px;
  line-height: 1;
  border-left: #80AE3F 2px solid;
  margin-top: 20px;
  color: 16px;
  margin-bottom: 65px;
}
#subhead-products .third nav .pagination li {
  border: 0px;
}
#subhead-products .third nav .pagination li .active {
  background: #80AE3F;
  color: white;
}
#subhead-products .third nav .pagination li .active i {
  color: white;
}
#subhead-products .third nav .pagination li a {
  border: 0px;
  border-radius: 0%;
  margin-right: 5px;
  background: #EEEEEE;
  color: #666666;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
#subhead-products .third nav .pagination li a:hover {
  background: #80AE3F;
  color: white;
}
#subhead-products .third nav .pagination li a:hover i {
  color: white;
}
#subhead-products .third nav .pagination li a i {
  color: #666666;
  font-weight: bold;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
  display: block;
}
#subhead-products .third nav .pagination li a .left {
  transform: rotate(270deg);
}
#subhead-products .third nav .pagination li a .right {
  transform: rotate(90deg);
}
#subhead-products .third nav .pagination li:first-child a {
  padding: 6px 8px;
}
#subhead-products .third nav .pagination li:last-child a {
  padding: 6px 8px;
}
#subhead-products .third .line {
  height: 1px;
  width: 100%;
  background: #e2dede;
  margin-bottom: 150px;
}
#subhead-products .third .web-top-arrows {
  width: 100%;
  text-align: end;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 25px;
  color: #666666;
  font-size: 14px;
}
#subhead-products .third .web-top-arrows i {
  display: block;
  margin-left: 10px;
  color: #80AE3F;
  font-size: 20px;
}
#system .pro-title {
  padding-top: 80px;
}
#system .pro-title img {
  width: 100%;
}
#system .first {
  margin-bottom: 867px;
}
#system .first .box {
  position: absolute;
  background: white;
  top: -80px;
  z-index: 20;
  padding-top: 80px;
  box-shadow: #E7E7E7 0px 5px 20px;
}
#system .first .box .title {
  color: #666666;
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  #system .first .box .title {
    font-size: 30px;
    margin-top: 30px;
  }
}
#system .first .box .author {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #666666;
  margin-bottom: 20px;
}
#system .first .box .subhead {
  font-size: 18px;
  text-align: center;
  margin-bottom: 75px;
  line-height: 2;
}
#system .first .box .img {
  width: 100%;
  position: relative;
  padding: 15px;
}
#system .first .box .img img {
  width: 100%;
}
@media (max-width: 1200px) {
  #system .first {
    margin-bottom: 67px;
  }
  #system .first .box {
    position: static;
    padding-top: 40px;
  }
}
#system .scend {
  background: #EEEEEE;
  padding-bottom: 150px;
}
#system .scend .title {
  font-size: 40px;
  margin-top: 90px;
  margin-bottom: 62.5px;
  text-align: center;
  color: #666666;
}
#system .scend .scend-row {
  margin: 0px -7.5px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
#system .scend .scend-row .col-lg-6 {
  padding: 0px 7.5px;
  width: 100%;
}
#system .scend .scend-row .img-boxs {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#system .scend .scend-row .img-boxs .box {
  margin: 10px 0px;
}
#system .scend .scend-row .img-boxs .first-box {
  height: 50%;
  width: 100%;
  background: url('../images/first-img.png') center no-repeat;
  background-size: cover;
}
#system .scend .scend-row .img-boxs .scend-box {
  height: 50%;
  width: 100%;
  background: url('../images/scend.png') center no-repeat;
  background-size: cover;
}
@media (max-width: 1200px) {
  #system .scend .scend-row .col-lg-6 {
    width: 100%;
  }
  #system .scend .scend-row .img-boxs .first-box {
    height: 400px;
    width: 100%;
    background: url('../images/first-img.png') center no-repeat;
    background-size: cover;
  }
  #system .scend .scend-row .img-boxs .scend-box {
    height: 400px;
    width: 100%;
    background: url('../images/scend.png') center no-repeat;
    background-size: cover;
  }
}
#system .scend .system {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
#system .scend .system .left {
  padding-top: 25px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30%;
  background: white;
  margin: 2.5px 0px;
}
#system .scend .system .left .num {
  color: #80AE3F;
  font-size: 92px;
}
#system .scend .system .left .subhead {
  color: #666666;
  font-size: 16px;
}
#system .scend .system .center {
  width: 40%;
  padding-left: 5px;
  padding-right: 10px;
}
#system .scend .system .center .img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
#system .scend .system .center .img .img-box {
  width: 50%;
  padding-right: 5px;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}
#system .scend .system .center .img .img-box .box {
  height: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #666666;
}
#system .scend .system .center .img .img-box .box i {
  display: block;
  font-size: 40px;
  margin-left: -20px;
}
#system .scend .system .right {
  margin: 2.5px 0px;
  padding-top: 25px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30%;
  background: white;
}
#system .scend .system .right .num {
  color: #80AE3F;
  font-size: 92px;
}
#system .scend .system .right .subhead {
  color: #666666;
  font-size: 16px;
}
@media (max-width: 600px) {
  #system .scend .system .left {
    width: 100%;
    margin-bottom: 20px;
  }
  #system .scend .system .center {
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }
  #system .scend .system .center .img .img-box {
    padding-right: 0px;
  }
  #system .scend .system .right {
    width: 100%;
  }
}
#system .scend .font {
  padding: 50px 65px;
  font-size: 16px;
  color: #666666;
  background: white;
  margin-bottom: 20px;
}
#system .scend .third-img {
  padding-bottom: 7.5px;
}
#system .scend .third-img img {
  width: 100%;
  max-width: 100%;
}
#system .third .web-top-arrows {
  width: 100%;
  text-align: end;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 22px;
  margin-bottom: 22px;
  color: #666666;
  font-size: 14px;
}
#system .third .web-top-arrows i {
  display: block;
  margin-left: 10px;
  color: #80AE3F;
  font-size: 20px;
}
#center .pro-title {
  padding-top: 80px;
}
#center .pro-title img {
  width: 100%;
}
#center .first {
  background: #EEEEEE;
  position: relative;
  padding-bottom: 780px;
}
#center .first .first-row {
  position: absolute;
  top: -80px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  border: #cacaca 1px solid;
}
#center .first .first-row .left {
  background: url('../images/thir-left.png') left top no-repeat;
  background-size: cover;
  padding: 120px 105px 90px 110px;
}
#center .first .first-row .left .title {
  font-size: 40px;
  color: #666666;
  margin-bottom: 60px;
}
#center .first .first-row .left .line {
  height: 3px;
  width: 50px;
  background: #80AE3F;
}
#center .first .first-row .left .font {
  line-height: 2;
  color: #666666;
  font-size: 16px;
  margin-bottom: 80px;
  margin-top: 27px;
}
#center .first .first-row .left .people {
  display: flex;
  flex-wrap: wrap;
}
#center .first .first-row .left .people .box {
  width: 25%;
}
#center .first .first-row .left .people .box .top {
  display: flex;
  align-items: flex-end;
}
#center .first .first-row .left .people .box .top .num {
  color: #80AE3F;
  font-size: 51px;
  padding-right: 10px;
}
#center .first .first-row .left .people .box .top span {
  padding-bottom: 15px;
  display: block;
  color: #666666;
  font-size: 16px;
}
#center .first .first-row .left .people .box .bottom {
  margin-right: 26px;
  border-top: #dddddd 1px solid;
  font-size: 16px;
  color: #666666;
  padding-top: 15px;
}
#center .first .first-row .left .people .box:last-child .bottom {
  margin-right: 0px;
}
@media (max-width: 500px) {
  #center .first .first-row .left {
    padding: 40px 20px 40px 20px;
  }
  #center .first .first-row .left .people .box {
    width: 50%;
  }
}
#center .first .first-row .right {
  background: url('../images/third-right.png') center no-repeat;
  background-size: cover;
}
@media (max-width: 800px) {
  #center .first .first-row {
    position: static;
  }
}
@media (max-width: 800px) {
  #center .first {
    padding-bottom: 100px;
  }
}
#center .scend {
  padding-bottom: 110px;
}
#center .scend .title {
  font-size: 40px;
  color: #666666;
  padding-bottom: 50px;
  padding-top: 100px;
  text-align: center;
}
#center .scend img {
  width: 100%;
}
#center .third {
  background: #EEEEEE;
  padding: 125px 0px 100px 0px;
}
#center .third .third-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
#center .third .left {
  background: url('../images/bg-img.png') top right no-repeat;
  background-size: cover;
  margin-bottom: 25px;
  height: 100%;
}
#center .third .left .left-third {
  padding: 30px 55px 55px 50px;
}
#center .third .left .left-third .title {
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 20px;
}
#center .third .left .left-third .lists {
  margin-top: 15px;
  margin-bottom: 50px;
}
#center .third .left .left-third .lists .list {
  display: flex;
  color: #666666;
}
#center .third .left .left-third .lists .list .icon {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #80AE3F;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  margin-bottom: 10px;
  margin-right: 15px;
}
#center .third .left .left-third .line {
  width: 100%;
  height: 1px;
  background: #dddddd;
}
#center .third .left .left-third .subhead {
  font-weight: bold;
  color: #666666;
  padding-right: 65px;
  margin-bottom: 50px;
}
#center .third .left .left-third .spanboxs {
  display: flex;
  padding-right: 65px;
}
#center .third .left .left-third .spanboxs .short-line {
  height: 18px;
  margin-top: 6px;
  margin-right: 20px;
  border-left: 4px #80AE3F solid;
}
#center .third .left .left-third .spanboxs span {
  color: #666666;
  line-height: 2;
  font-size: 16px;
}
#center .third .right {
  text-align: center;
  background: white;
  padding: 70px 100px 80px 100px;
  margin-bottom: 25px;
  height: 100%;
}
#center .third .right img {
  margin-bottom: 45px;
}
#center .third .right .font {
  text-align: left;
  font-size: 16px;
  color: #666666;
  line-height: 2;
  margin-bottom: 20px;
}
#center .third .right .people {
  display: flex;
  margin-top: 50px;
  flex-wrap: wrap;
}
#center .third .right .people .box {
  width: 35%;
}
#center .third .right .people .box .top {
  display: flex;
  align-items: flex-end;
}
#center .third .right .people .box .top .num {
  color: #80AE3F;
  font-size: 51px;
  padding-right: 10px;
}
#center .third .right .people .box .top span {
  padding-bottom: 15px;
  display: block;
  color: #666666;
  font-size: 16px;
}
#center .third .right .people .box .bottom {
  margin-right: 26px;
  border-top: #dddddd 1px solid;
  font-size: 16px;
  color: #666666;
  padding-top: 15px;
  text-align: left;
}
@media (max-width: 500px) {
  #center .third .right {
    text-align: center;
    background: white;
    padding: 20px 30px 20px 30px;
    margin-bottom: 25px;
    height: 100%;
  }
  #center .third .right .people {
    display: flex;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  #center .third .right .people .box {
    width: 50%;
  }
  #center .third .left {
    background: url('../images/bg-img.png') top right no-repeat;
    background-size: cover;
    margin-bottom: 25px;
    height: 100%;
  }
  #center .third .left .left-third {
    padding: 30px 55px 55px 50px;
  }
  #center .third .left .left-third .lists {
    margin-top: 15px;
    margin-bottom: 50px;
  }
  #center .third .left .left-third .subhead {
    font-weight: bold;
    color: #666666;
    padding-right: 0px;
    margin-bottom: 50px;
  }
  #center .third .left .left-third .spanboxs {
    display: flex;
    padding-right: 0px;
  }
}
#center .third .img-pro {
  padding: 20px;
  background: white;
  margin-top: 30px;
}
#center .forth {
  margin-top: 130px;
}
#center .forth .forth-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#center .forth .forth-row .col-md-6 {
  margin-bottom: 30px;
}
#center .forth .forth-row .box {
  padding: 45px;
  background: #E7E7E7;
}
#center .forth .forth-row .box .title {
  font-size: 30px;
  color: #666666;
  margin-bottom: 10px;
}
#center .forth .forth-row .box .en-title {
  margin-bottom: 40px;
}
#center .forth .forth-row .person-box {
  display: flex;
  height: 100%;
}
#center .forth .forth-row .person-box .img {
  height: 100%;
}
#center .forth .forth-row .person-box .img img {
  height: 100%;
  width: auto;
  margin-right: 40px;
}
#center .forth .forth-row .person-box .scend-font {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  margin-left: 35px;
}
#center .forth .forth-row .person-box .scend-font .xiegang {
  font-size: 70px;
  margin-top: -20px;
  margin-left: 11px;
  margin-right: 2px;
  height: 50px;
  width: 1px;
  transform: rotate(30deg);
  background: #bfbfbf;
}
#center .forth .forth-row .person-box .scend-font .name {
  font-size: 30px;
  color: #666666;
  margin-bottom: 50px;
  display: flex;
  align-items: flex-end;
}
#center .forth .forth-row .person-box .scend-font .name .en-name {
  font-size: 13px;
  margin-left: 10px;
  margin-bottom: 5px;
}
#center .forth .forth-row .person-box .scend-font .font {
  line-height: 2;
  font-size: 16px;
  color: #666666;
}
@media (max-width: 1200px) {
  #center .forth .forth-row {
    display: block;
  }
}
@media (max-width: 500px) {
  #center .forth .forth-row .person-box {
    flex-wrap: wrap;
  }
  #center .forth .forth-row .person-box .img {
    width: 100%;
  }
  #center .forth .forth-row .person-box .img img {
    width: 100%;
    height: auto;
  }
  #center .forth .forth-row .person-box .scend-font {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    margin-left: 0px;
  }
  #center .forth .forth-row .person-box .scend-font .name {
    font-size: 30px;
    color: #666666;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
  }
  #center .forth .forth-row .person-box .scend-font .name .en-name {
    font-size: 13px;
    margin-left: 15px;
    margin-bottom: 5px;
  }
}
#center .forth .web-top-arrows {
  width: 100%;
  text-align: end;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 22px;
  color: #666666;
  font-size: 14px;
}
#center .forth .web-top-arrows i {
  display: block;
  margin-left: 10px;
  color: #80AE3F;
  font-size: 20px;
}
#facility .pro-title {
  padding-top: 80px;
}
#facility .pro-title img {
  width: 100%;
}
#facility .first {
  position: relative;
}
#facility .first .first-row {
  position: absolute;
  top: -80px;
  background: white;
}
#facility .first .first-row .none {
  padding-top: 80px;
}
#facility .first .detail {
  box-shadow: #bfbfbf 0px 0px 30px;
  background: white;
  margin-bottom: 60px;
}
#facility .first .detail .bg-title {
  font-size: 40px;
  text-align: center;
  color: #666666;
}
#facility .first .detail .font {
  color: #666666;
  font-size: 18px;
  text-align: center;
  margin-top: 25.93px;
  line-height: 2;
  margin-bottom: 73.53px;
}
#facility .first .detail .people {
  display: flex;
  flex-wrap: wrap;
  margin-left: 60px;
  margin-bottom: 100px;
}
#facility .first .detail .people .box {
  width: 100%;
}
#facility .first .detail .people .box .top {
  display: flex;
  align-items: flex-end;
  margin-left: 20%;
}
#facility .first .detail .people .box .top img {
  width: 50px;
  margin-bottom: 18px;
  margin-right: 18px;
}
#facility .first .detail .people .box .top .num {
  color: #666666;
  font-size: 51px;
  padding-right: 10px;
  margin-right: 20px;
}
#facility .first .detail .people .box .top span {
  padding-bottom: 15px;
  display: block;
  color: #666666;
  font-size: 16px;
}
#facility .first .detail .people .box .top .num-font {
  font-size: 25px;
}
#facility .first .detail .people .box .top .xiegang {
  font-size: 70px;
  margin-bottom: 15px;
  margin-top: -20px;
  margin-left: 11px;
  margin-right: 2px;
  height: 50px;
  width: 1px;
  transform: rotate(30deg);
  background: #bfbfbf;
}
#facility .first .detail .people .box .bottom {
  margin-right: 26px;
  margin-top: 20px;
  border-top: #dddddd 1px solid;
  padding-top: 30px;
  text-align: center;
  font-size: 16px;
  color: #666666;
}
#facility .first .detail .people .box .bottom .title {
  font-weight: bold;
  margin-bottom: 20px;
}
#facility .first .detail .people .box:last-child .bottom {
  margin-right: 0px;
}
#facility .first .finall-col {
  padding: 0px 110px 75px 110px;
}
#facility .first .finall-col .subhead {
  text-align: center;
  width: 100%;
  padding-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #666666;
  border-bottom: 1px #dddddd solid;
  margin-bottom: 40px;
}
#facility .first .finall-col .col-6-row {
  margin: 0px -20px;
}
#facility .first .finall-col .col-6-row .col-md-6 {
  padding: 0px 20px;
}
#facility .first .finall-col .col-6-row .pro-box {
  border: #EEEEEE 1px solid;
  margin-bottom: 30px;
}
#facility .first .finall-col .col-6-row .pro-box .img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#facility .first .finall-col .col-6-row .pro-box .pro-detail {
  color: #666666;
  font-size: 18px;
  margin-left: 40px;
  margin-bottom: 30px;
}
#facility .scend-row {
  margin: 0px -15px;
}
#facility .scend-row .col-md-6 .area-box {
  border: #EEEEEE 1px solid;
}
#facility .scend-row .col-md-6 .area-box .people {
  display: flex;
  flex-wrap: wrap;
  margin: 55px 0px;
  padding: 0px 50px;
  border-left: #80AE3F 5px solid;
}
#facility .scend-row .col-md-6 .area-box .people .box .top {
  display: flex;
  align-items: flex-end;
}
#facility .scend-row .col-md-6 .area-box .people .box .top .num {
  color: #80AE3F;
  font-size: 47px;
  padding-right: 10px;
}
#facility .scend-row .col-md-6 .area-box .people .box .top span {
  display: block;
  color: #666666;
  font-size: 43px;
}
#facility .scend-row .col-md-6 .area-box .people .box .top .xiegang {
  font-size: 70px;
  margin-bottom: 8px;
  margin-top: -20px;
  margin-left: 20px;
  margin-right: 2px;
  height: 50px;
  width: 1px;
  transform: rotate(30deg);
  background: #666666;
}
#facility .scend-row .col-md-6 .area-box .people .box .bottom {
  margin-right: 26px;
  font-size: 16px;
  color: #666666;
  padding-top: 15px;
}
#facility .scend-row .col-md-6 .area-box .people .box:last-child .bottom {
  margin-right: 0px;
}
#facility .scend-row .col-md-6 .area-box .img {
  position: relative;
  margin-bottom: 80px;
}
#facility .scend-row .col-md-6 .area-box .img img {
  width: 100%;
}
#facility .scend-row .col-md-6 .area-box .img .house {
  position: absolute;
  width: 90%;
  top: 40px;
  left: 25px;
}
#facility .scend-row .col-md-6 .area-box .img .floor {
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  height: 145px;
  width: 145px;
  background: white;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30%;
}
#facility .scend-row .col-md-6 .area-box .img .floor .num {
  font-size: 72px;
  color: #80AE3F;
}
#facility .scend-row .col-md-6 .area-box .img .floor .f {
  color: #666666;
  font-weight: bold;
  font-size: 80px;
}
#facility .scend-row .col-md-6 .area-box .img .fukan {
  width: auto;
  margin-bottom: 0px;
}
#facility .scend-row .col-md-6 .area-box .fukan-img {
  margin: 0px 50px;
  margin-bottom: 20px;
}
#facility .scend-row .left-col {
  padding-left: 0px;
  padding-right: 30px;
}
#facility .scend-row .right-col {
  padding-left: 30px;
  padding-right: 0px;
}
#facility .third {
  background: #EEEEEE;
  padding-top: 75px;
  padding-bottom: 120px;
}
#facility .third .title {
  font-size: 40px;
  color: #666666;
  text-align: center;
  margin-bottom: 50px;
}
#facility .flow {
  padding: 0px 60px;
}
#facility .flow img {
  width: 100%;
  margin-bottom: 40px;
}
#facility .flow .img-boxs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 16px 8px;
  background: white;
}
#facility .flow .img-boxs .img-box {
  width: 25%;
  padding: 4px;
  position: relative;
}
#facility .flow .img-boxs .img-box img {
  margin-bottom: 0px;
}
#facility .flow .img-boxs .img-box .img-font {
  position: absolute;
  background: white;
  padding: 10px 30px 10px 10px;
  top: 30px;
}
#facility .flow .img-boxs .img-box .img-font .name {
  padding-left: 10px;
  border-left: #80AE3F 3px solid;
}
@media (max-width: 992px) {
  #facility .flow .img-boxs .img-box {
    width: 50%;
  }
}
@media (max-width: 600px) {
  #facility .flow .img-boxs .img-box {
    width: 100%;
  }
}
#facility .web-top-arrows {
  width: 100%;
  text-align: end;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 22px;
  margin-bottom: 22px;
  color: #666666;
  font-size: 14px;
}
#facility .web-top-arrows i {
  display: block;
  margin-left: 10px;
  color: #80AE3F;
  font-size: 20px;
}
@media (max-width: 992px) {
  #facility .flow {
    padding: 0px 0px;
  }
}
@media (max-width: 1200px) {
  #facility .first .first-row {
    position: relative;
    top: auto;
    background: white;
  }
  #facility .first .first-row .none {
    display: none;
  }
  #facility .first .detail {
    padding-top: 80px;
  }
  #facility .first .detail .people {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-bottom: 100px;
  }
  #facility .first .detail .people .box {
    width: 100%;
  }
  #facility .first .detail .people .box .top {
    display: flex;
    align-items: flex-end;
    margin-left: 0px;
    justify-content: center;
  }
  #facility .first .finall-col {
    padding: 0px 15px 75px 15px;
  }
  #facility .first .finall-col .subhead {
    text-align: center;
    width: 100%;
    padding-bottom: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    border-bottom: 1px #dddddd solid;
    margin-bottom: 40px;
  }
  #facility .first .finall-col .col-6-row {
    margin: 0px -15px;
  }
  #facility .first .finall-col .col-6-row .col-md-6 {
    padding: 0px 15px;
  }
  #facility .scend-row {
    margin: 0px -15px;
  }
  #facility .scend-row .col-md-6 .area-box .img .fukan {
    width: 100%;
    margin-bottom: 0px;
  }
  #facility .scend-row .left-col {
    padding-left: 15px;
    padding-right: 15px;
  }
  #facility .scend-row .right-col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 650px) {
  #facility .first .detail .people .box .top img {
    margin-bottom: 10px;
  }
  #facility .first .detail .people .box .top .num {
    font-size: 30px;
    margin-right: 10px;
  }
  #facility .first .detail .people .box .top span {
    padding-bottom: 7px;
  }
  #facility .first .detail .people .box .top .num-font {
    font-size: 20px;
  }
  #facility .scend-row .col-md-6 .area-box .people .box .top .num {
    font-size: 30px;
  }
  #facility .scend-row .col-md-6 .area-box .people .box .top span {
    font-size: 25px;
  }
  #facility .scend-row .col-md-6 .area-box .people .box .top .xiegang {
    font-size: 40px;
    margin-bottom: -8px;
  }
  #facility .scend-row .col-md-6 .area-box .img {
    position: relative;
    margin-bottom: 80px;
  }
  #facility .scend-row .col-md-6 .area-box .img .floor {
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 80px;
    background: white;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30%;
  }
  #facility .scend-row .col-md-6 .area-box .img .floor .num {
    font-size: 30px;
    color: #80AE3F;
  }
  #facility .scend-row .col-md-6 .area-box .img .floor .f {
    color: #666666;
    font-weight: bold;
    font-size: 40px;
  }
  #facility .scend-row .col-md-6 .area-box .img .fukan {
    width: auto;
    margin-bottom: 0px;
  }
  #facility .scend-row .col-md-6 .area-box .fukan-img {
    margin: 0px 50px;
    margin-bottom: 20px;
  }
  #facility .scend-row .left-col {
    padding-left: 0px;
    padding-right: 30px;
  }
  #facility .scend-row .right-col {
    padding-left: 30px;
    padding-right: 0px;
  }
}
.about {
  padding: 100px 0;
  background-color: #fff;
}
.about .about-left {
  width: 580px;
  background-color: #efefef;
  padding: 100px 80px 90px 60px;
  float: left;
  border: 1px solid #c0c0c0;
  border-right: 0;
}
.about .about-left .common-title {
  margin-bottom: 40px;
}
.about .about-left .text {
  font-size: 18px;
  color: #808080;
  line-height: 1.6;
}
.about .about-left .point {
  line-height: 1;
  font-size: 30px;
  text-align: right;
  margin-bottom: 70px;
  color: #808080;
}
.about .about-left .btn-default {
  background-color: transparent;
  border: 0;
  outline: none;
  padding-left: 0;
}
.about .about-left .btn-default:focus,
.about .about-left .btn-default:active {
  box-shadow: none;
}
.about .about-left .btn-default span {
  color: #003881;
  margin-right: 10px;
  font-size: 16px;
}
.about .about-left .btn-default .iconfont {
  font-size: 16px;
  color: #c31132;
}
.about .about-left .btn-default .line {
  width: 0px;
  height: 1px;
  background-color: #003881;
  margin-top: 5px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.about .about-left .btn-default:hover .line {
  width: 100%;
}
.about .about-right {
  width: 680px;
  float: right;
}
.about .about-right .img {
  width: 100%;
  height: 513px;
  background: url('../images/index-about.jpg') center no-repeat;
  background-size: cover;
}
@media (max-width: 1278px) {
  .about .about-left {
    width: 48%;
  }
  .about .about-right {
    width: 52%;
  }
}
@media (max-width: 1160px) {
  .about .about-left {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1062px) {
  .about .about-left {
    padding-top: 71px;
  }
}
@media (max-width: 880px) {
  .about .about-left {
    width: 100%;
  }
  .about .about-right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .about {
    padding-top: 0;
    padding-bottom: 0;
  }
  .about .about-left {
    width: 100%;
    border: 1px solid #c0c0c0;
    border-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  .about .about-left .text {
    font-size: 16px;
  }
  .about .about-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about .about-right .img {
    height: 250px;
  }
}
.news {
  width: 100%;
  height: 1008px;
  background: url('../images/news-bg.jpg') center no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 90px;
}
.news .content {
  background-color: #fff;
  padding: 40px 75px;
}
.news .content .common-title {
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}
.news .content .media {
  margin-top: 0;
  padding: 25px 0;
  border-bottom: 1px solid #ebebeb;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.news .content .media .media-left {
  padding-right: 25px;
}
.news .content .media .media-left .media-object {
  width: 270px;
  height: 158px;
  background: center no-repeat;
  background-size: cover;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.news .content .media .media-body {
  width: 718px;
}
.news .content .media .media-body .date {
  font-size: 14px;
  color: #808080;
  margin-bottom: 25px;
}
.news .content .media .media-body .title {
  margin-bottom: 38px;
  color: #666666;
  font-size: 20px;
  font-weight: bold;
  height: 22px;
  overflow: hidden;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.news .content .media .media-body .text {
  color: #808080;
  font-size: 16px;
  height: 44px;
  overflow: hidden;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.news .content .media .icon {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 80px;
}
.news .content .media .icon .iconfont {
  font-size: 28px;
  border: 1px solid #ccc;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.news .content .media .icon .img {
  width: 30px;
  height: 30px;
  background: url('../images/arrows.png') center no-repeat;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.news .content .media:hover .media-left .media-object {
  transform: scale(1.05, 1.05);
}
.news .content .media:hover .media-body .title,
.news .content .media:hover .media-body .text {
  color: #003881;
}
.news .content .media:hover .icon .iconfont {
  background-color: #003881;
  border-color: #003881;
  color: #fff;
}
.news .content .more {
  text-align: center;
  margin-top: 35px;
}
.news .content .more .btn-default {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
  background-color: #fff;
  border: 0;
  color: #003881;
  font-size: 16px;
  box-shadow: none;
}
.news .content .more .btn-default:hover {
  letter-spacing: 2px;
}
@media (max-width: 932px) {
  .news {
    height: auto;
  }
}
@media (max-width: 768px) {
  .news {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .news .content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .news .content .media .media-left {
    padding-right: 0;
    display: block;
    margin-bottom: 15px;
  }
  .news .content .media .media-left .media-object {
    width: 100%;
  }
  .news .content .media .media-body .date {
    margin-bottom: 5px;
  }
  .news .content .media .media-body .title {
    margin-bottom: 10px;
  }
}
.common {
  text-align: center;
}
.common .common-title {
  margin-bottom: 40px;
}
.common .common-text {
  font-size: 18px;
  color: #808080;
  line-height: 2;
  width: 900px;
  margin: 0 auto;
}
@media (max-width: 932px) {
  .common .common-text {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 768px) {
  .common .common-text {
    font-size: 16px;
  }
}
.footprint {
  background-color: #efefef;
  padding: 90px 0;
}
.footprint .content {
  margin-top: 70px;
  text-align: center;
}
.footprint .content img {
  max-width: 100%;
}
.partner {
  background-color: #fff;
  padding: 90px 0;
}
.partner .common .common-text {
  width: 690px;
}
.partner .content {
  margin-top: 70px;
  text-align: center;
}
.partner .content img {
  max-width: 100%;
}
@media (max-width: 1200px) {
  .partner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .partner .common .common-text {
    width: auto;
  }
}
.job {
  background-color: #f6f6f6;
}
.job .text {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #808080;
}
.job .text span {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.job .text .badge {
  background-color: #c31132;
  font-style: normal;
  margin-left: 5px;
  margin-right: 5px;
}
.job .text .btn-default {
  border-radius: 20px;
  padding: 2px 20px;
  border: 0;
  box-shadow: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.job .text .btn-default:hover {
  background-color: #003881;
  color: #fff;
}
@media (max-width: 1260px) {
  .job {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .job {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .job .btn-default {
    margin-top: 5px;
  }
}
.about-detail .profile .img {
  width: 100%;
  height: 428px;
  background: #fff url('../images/about-banner.jpg') center no-repeat;
  background-size: cover;
}
.about-detail .profile .block {
  box-shadow: 0 0 16px #808080;
  margin-top: -80px;
  background-color: #fff;
  overflow: hidden;
  padding: 60px;
}
.about-detail .profile .block .common-title {
  text-align: center;
  margin-bottom: 55px;
}
.about-detail .profile .block .profile-text {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
  overflow: hidden;
}
.about-detail .profile .block .profile-text .left {
  padding-right: 20px;
}
.about-detail .profile .block .profile-text .right {
  padding-left: 20px;
}
.about-detail .profile .block .profile-bottom {
  margin-top: 75px;
  text-align: center;
}
.about-detail .profile .block .profile-bottom .profile-bottom-block .num span {
  font-size: 30px;
  color: #666666;
}
.about-detail .profile .block .profile-bottom .profile-bottom-block .num i {
  font-style: normal;
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
  margin-left: 5px;
}
.about-detail .profile .block .profile-bottom .profile-bottom-block .line {
  width: 100%;
  height: 1px;
  background-color: #808080;
  margin-top: 15px;
  margin-bottom: 15px;
}
.about-detail .profile .block .profile-bottom .profile-bottom-block .text {
  font-size: 14px;
  color: #666666;
}
@media (max-width: 768px) {
  .about-detail .profile .img {
    height: 180px;
  }
  .about-detail .profile .block {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .about-detail .profile .block .profile-bottom .profile-bottom-block {
    margin-bottom: 45px;
  }
}
.about-detail .video {
  padding-top: 68px;
  padding-bottom: 68px;
  text-align: center;
}
.about-detail .video .video-thumb {
  margin: auto;
  width: 792px;
  position: relative;
  cursor: pointer;
}
.about-detail .video .video-thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.about-detail .video .video-thumb:hover img {
  opacity: 1;
}
@media (max-width: 870px) {
  .about-detail .video .video-thumb {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .about-detail .video .video-thumb {
    width: 100%;
    height: auto;
  }
  .about-detail .video .video-thumb img {
    width: 20%;
  }
}
.about-detail .course {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #efefef;
}
.about-detail .course .gallery-thumbs {
  width: calc(100% - 70px);
}
.about-detail .course .gallery-thumbs .swiper-wrapper {
  border: 1px solid #f3f3f3;
}
.about-detail .course .gallery-thumbs .swiper-wrapper .swiper-slide {
  border-right: 1px solid #f3f3f3;
}
.about-detail .course .gallery-thumbs .swiper-wrapper .swiper-slide a {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
  cursor: pointer;
  display: block;
  padding: 15px;
  color: #666666;
  text-decoration: none;
  background-color: #fff;
  font-size: 18px;
  text-align: center;
}
.about-detail .course .gallery-thumbs .swiper-wrapper .swiper-slide:hover a,
.about-detail .course .gallery-thumbs .swiper-wrapper .swiper-slide:focus a {
  padding: 15px 15px 10px;
  border-bottom: 5px solid #c31132;
  background-color: #003881;
  color: #fff;
}
.about-detail .course .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active a {
  padding: 15px 15px 10px;
  border-bottom: 5px solid #c31132;
  background-color: #003881;
  color: #fff;
}
.about-detail .course .row {
  position: relative;
}
.about-detail .course .row .history-arrows .add,
.about-detail .course .row .history-arrows .sub {
  width: 35px;
  padding: 15px 0 10px;
  border: 0;
  border-bottom: 5px solid #fff;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  font-size: 18px;
  outline: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.about-detail .course .row .history-arrows .add:hover,
.about-detail .course .row .history-arrows .sub:hover {
  border-right-color: #003881;
  border-bottom: 5px solid #c31132;
  background-color: #003881;
  color: #fff;
}
@media (max-width: 768px) {
  .about-detail .course .row .history-arrows .add,
  .about-detail .course .row .history-arrows .sub {
    margin-top: 1px;
  }
}
.about-detail .course .row .history-arrows .add {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #f3f3f3;
}
.about-detail .course .row .history-arrows .sub {
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #f3f3f3;
}
.about-detail .course .gallery-top {
  margin-top: 12px;
}
.about-detail .course .gallery-top .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
}
.about-detail .course .course-content {
  padding: 90px 90px 200px;
  width: 100%;
  background-color: #fff;
  margin-top: 12px;
}
.about-detail .course .course-content .child {
  position: relative;
  background: #fff right center no-repeat;
}
.about-detail .course .course-content .child .title {
  font-size: 40px;
  color: #003881;
}
.about-detail .course .course-content .child .old-title {
  font-size: 20px;
  color: #808080;
}
.about-detail .course .course-content .child .my-table {
  color: #003881;
  border: 1px solid #003881;
  display: inline-block;
  overflow: hidden;
  margin-top: 130px;
  margin-bottom: 48px;
}
.about-detail .course .course-content .child .my-table .left {
  float: left;
  overflow: hidden;
  padding: 20px 20px 10px;
  border-right: 1px solid #003881;
}
.about-detail .course .course-content .child .my-table .left img {
  display: block;
}
.about-detail .course .course-content .child .my-table .left span {
  margin-top: 5px;
  display: block;
}
.about-detail .course .course-content .child .my-table .right {
  float: right;
  overflow: hidden;
  text-align: center;
}
.about-detail .course .course-content .child .my-table .right .top {
  font-size: 28px;
  font-weight: bold;
  padding: 10px 30px;
  border-bottom: 1px solid #003881;
}
.about-detail .course .course-content .child .my-table .right .bottom {
  margin-top: 5px;
}
.about-detail .course .course-content .child .text {
  font-size: 16px;
  color: #808080;
  line-height: 2.5;
}
.about-detail .course .course-content .child .course-product {
  position: absolute;
  width: 652px;
  background: center right no-repeat;
  height: 549px;
  right: 0;
  top: 0;
  cursor: pointer;
  transition: all 1s;
}
.about-detail .course .course-content:hover .course-product {
  transform: translatex(5px);
}
@media (max-width: 768px) {
  .about-detail .course .course-nav {
    border: 1px solid #b4b4b4;
    overflow: hidden;
  }
  .about-detail .course .course-nav a {
    min-width: 20%;
    margin-bottom: 1px solid #c31132;
  }
  .about-detail .course .course-nav a:last-of-type {
    min-width: 20%;
    border-right: 1px solid #b4b4b4;
  }
  .about-detail .course .course-content {
    padding: 15px;
    width: 100%;
    margin-top: 12px;
  }
  .about-detail .course .course-content .child .title {
    font-size: 40px;
  }
  .about-detail .course .course-content .child .old-title {
    font-size: 20px;
    color: #808080;
  }
  .about-detail .course .course-content .child .my-table {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .about-detail .course .course-content .child .text {
    line-height: 1.6;
  }
  .about-detail .course .course-content .child .course-product {
    position: static;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 300px;
    right: 0;
    top: 0;
  }
}
.about-detail .honor .honor-content {
  background-color: #fff;
  overflow: hidden;
  margin-top: 30px;
}
.about-detail .honor .honor-content .honor-content-top {
  overflow: hidden;
}
.about-detail .honor .honor-content .left {
  float: left;
  margin-left: 88px;
  margin-top: 88px;
  margin-right: 75px;
  overflow: hidden;
}
.about-detail .honor .honor-content .left .title {
  color: #003881;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
.about-detail .honor .honor-content .left .text {
  font-size: 16px;
  color: #808080;
}
.about-detail .honor .honor-content .right {
  float: left;
  overflow: hidden;
  margin-top: 88px;
  width: 872px;
  border-left: 1px solid #cccccc;
}
.about-detail .honor .honor-content .right .line {
  float: left;
  overflow: hidden;
  margin-left: 60px;
  min-width: 290px;
  line-height: 2;
}
.about-detail .honor .honor-content .right .line i {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #003881;
  border-radius: 50%;
  vertical-align: middle;
}
.about-detail .honor .honor-content .right .line span {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  color: #808080;
  margin-left: 18px;
}
@media (max-width: 1276px) {
  .about-detail .honor .honor-content .right {
    margin-top: 30px;
    border-left: 0;
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .about-detail .honor .honor-content .left {
    margin-left: 15px;
  }
  .about-detail .honor .honor-content .right {
    margin-top: 15px;
    margin-left: 0;
    border: 0;
  }
  .about-detail .honor .honor-content .right .line {
    min-width: auto;
    width: 100%;
    margin-left: 15px;
  }
}
.about-detail .spirit {
  background-color: #efefef;
  padding-bottom: 300px;
}
.about-detail .spirit .img {
  width: 100%;
  height: 730px;
  background: url('../images/spirit-banner.jpg') center no-repeat;
  background-size: cover;
}
.about-detail .spirit .spirit-profile {
  margin-top: -400px;
  padding: 100px 100px 130px;
  background-color: #fff;
  text-align: center;
}
.about-detail .spirit .spirit-profile .common-title {
  margin-bottom: 29px;
}
.about-detail .spirit .spirit-profile .text {
  color: #808080;
  font-size: 16px;
  width: 890px;
  margin: auto;
  line-height: 1.8;
}
.about-detail .spirit .spirit-profile-detail .spirit-profile-line {
  overflow: hidden;
}
.about-detail .spirit .spirit-profile-detail .spirit-profile-line .spirit-profile-img {
  height: 357px;
  background: #fff center no-repeat;
  background-size: cover;
  position: relative;
}
.about-detail .spirit .spirit-profile-detail .spirit-profile-line .spirit-profile-img .arrows-l,
.about-detail .spirit .spirit-profile-detail .spirit-profile-line .spirit-profile-img .arrows-r {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-detail .spirit .spirit-profile-detail .spirit-profile-line .spirit-profile-img .arrows-r {
  left: 0;
}
.about-detail .spirit .spirit-profile-detail .spirit-profile-line .spirit-profile-content {
  background-color: #fff;
  height: 357px;
  padding: 60px 60px;
}
.about-detail .spirit .spirit-profile-detail .spirit-profile-line .spirit-profile-content .small-title {
  font-size: 14px;
  color: #808080;
  margin-bottom: 20px;
}
.about-detail .spirit .spirit-profile-detail .spirit-profile-line .spirit-profile-content .big-title {
  font-size: 24px;
  font-weight: bold;
  color: #666666;
  margin-bottom: 50px;
}
.about-detail .spirit .spirit-profile-detail .spirit-profile-line .spirit-profile-content .text {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
}
@media (max-width: 1260px) {
  .about-detail .spirit .spirit-profile .text {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1185px) {
  .about-detail .spirit .spirit-profile .text {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
  .about-detail .spirit .spirit-profile-detail .spirit-profile-line .spirit-profile-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1000px) {
  .about-detail .spirit .spirit-profile-detail .spirit-profile-line .spirit-profile-content .big-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 850px) {
  .about-detail .spirit .spirit-profile-detail .spirit-profile-line .spirit-profile-content {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .about-detail .spirit .spirit-profile-detail .spirit-profile-line .spirit-profile-content .big-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .about-detail .spirit {
    padding-bottom: 0;
  }
  .about-detail .spirit .img {
    height: 180px;
  }
  .about-detail .spirit .spirit-profile {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-detail .spirit .spirit-profile .text {
    width: 100%;
  }
  .about-detail .spirit .spirit-profile-detail .spirit-profile-line .spirit-profile-content {
    height: auto;
  }
}
.about-detail .lc {
  background-color: #fff;
  padding-bottom: 150px;
}
.about-detail .lc .img {
  width: 100%;
  height: 700px;
  background: #fff url('../images/lc-banner.jpg') center no-repeat;
  background-size: cover;
}
.about-detail .lc .lc-content {
  margin-top: -400px;
  padding: 60px 80px 100px;
  background-color: #fff;
  box-shadow: 0 0 15px #ccc;
}
.about-detail .lc .lc-content .common-title {
  border-bottom: 1px solid #808080;
  padding-bottom: 30px;
  text-align: center;
}
.about-detail .lc .lc-content .lc-content-profile {
  overflow: hidden;
  margin-top: 55px;
}
.about-detail .lc .lc-content .lc-content-profile .left {
  padding-left: 0;
}
.about-detail .lc .lc-content .lc-content-profile .left .title {
  font-size: 24px;
  color: #003881;
  margin-bottom: 15px;
  line-height: 1;
}
.about-detail .lc .lc-content .lc-content-profile .left .text {
  font-size: 14px;
  color: #808080;
  margin-bottom: 45px;
  line-height: 2;
}
.about-detail .lc .lc-content .lc-content-profile .right {
  float: right;
  width: 503px;
  height: 335px;
  background: #fff url('../images/lc.jpg') center no-repeat;
  background-size: cover;
}
.about-detail .lc .lc-content .lc-content-num {
  overflow: hidden;
  padding-top: 40px;
}
.about-detail .lc .lc-content .lc-content-num .block {
  padding-left: 50px;
  padding-right: 50px;
}
.about-detail .lc .lc-content .lc-content-num .block:first-of-type {
  padding-left: 0;
}
.about-detail .lc .lc-content .lc-content-num .block:last-of-type {
  padding-right: 0;
}
.about-detail .lc .lc-content .lc-content-num .block .title {
  font-size: 16px;
  color: #808080;
  margin-bottom: 14px;
}
.about-detail .lc .lc-content .lc-content-num .block .text {
  border-top: 2px solid #808080;
  border-bottom: 1px solid #808080;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}
.about-detail .lc .lc-content .lc-content-num .block .text .num {
  float: left;
}
.about-detail .lc .lc-content .lc-content-num .block .text .num span,
.about-detail .lc .lc-content .lc-content-num .block .text .num i {
  display: inline-block;
  vertical-align: bottom;
}
.about-detail .lc .lc-content .lc-content-num .block .text .num span {
  font-size: 40px;
  font-weight: bold;
  color: #808080;
  line-height: 1;
}
.about-detail .lc .lc-content .lc-content-num .block .text .num i {
  font-style: normal;
  font-size: 14px;
  color: #808080;
  line-height: 1;
}
.about-detail .lc .lc-content .lc-content-num .block .text img {
  display: inline-block;
  vertical-align: bottom;
  float: right;
  height: 45px;
}
@media (max-width: 1260px) {
  .about-detail .lc .lc-content .lc-content-profile .left .text {
    line-height: 1.8;
  }
  .about-detail .lc .lc-content .lc-content-profile .right {
    width: 50%;
  }
  .about-detail .lc .lc-content .lc-content-num .block .text .num span {
    font-size: 40px;
  }
  .about-detail .lc .lc-content .lc-content-num .block .text img {
    height: 40px;
  }
}
@media (max-width: 1190px) {
  .about-detail .lc .lc-content .lc-content-profile .right {
    width: 50%;
  }
  .about-detail .lc .lc-content .lc-content-num .block {
    padding-left: 40px;
    padding-right: 40px;
  }
  .about-detail .lc .lc-content .lc-content-num .block .text .num span {
    font-size: 35px;
  }
  .about-detail .lc .lc-content .lc-content-num .block .text img {
    height: 35px;
  }
}
@media (max-width: 1133px) {
  .about-detail .lc .lc-content .lc-content-profile .left .text {
    line-height: 1.6;
  }
  .about-detail .lc .lc-content .lc-content-num .block {
    padding-left: 30px;
    padding-right: 30px;
  }
  .about-detail .lc .lc-content .lc-content-num .block .text .num span {
    font-size: 30px;
  }
  .about-detail .lc .lc-content .lc-content-num .block .text img {
    height: 30px;
  }
}
@media (max-width: 1010px) {
  .about-detail .lc .lc-content .lc-content-profile .left .text {
    margin-bottom: 15px;
  }
  .about-detail .lc .lc-content .lc-content-profile .right {
    height: 378px;
  }
  .about-detail .lc .lc-content .lc-content-num .block .text .num span {
    font-size: 25px;
  }
  .about-detail .lc .lc-content .lc-content-num .block .text img {
    height: 25px;
  }
}
@media (max-width: 950px) {
  .about-detail .lc .lc-content .lc-content-profile .left .text {
    margin-bottom: 15px;
  }
  .about-detail .lc .lc-content .lc-content-profile .right {
    height: 378px;
  }
  .about-detail .lc .lc-content .lc-content-num .block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-detail .lc .lc-content .lc-content-num .block .text .num span {
    font-size: 20px;
  }
  .about-detail .lc .lc-content .lc-content-num .block .text img {
    height: 20px;
  }
}
@media (max-width: 850px) {
  .about-detail .lc .lc-content .lc-content-profile .left {
    width: 100%;
  }
  .about-detail .lc .lc-content .lc-content-profile .left .text {
    margin-bottom: 35px;
    line-height: 2;
  }
  .about-detail .lc .lc-content .lc-content-profile .right {
    width: 100%;
    height: 378px;
  }
}
@media (max-width: 768px) {
  .about-detail .lc .lc-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-detail .lc .lc-content .lc-content-num .block {
    padding: 0;
    margin-bottom: 30px;
  }
}
.dev .team {
  background-color: #fff;
  padding-bottom: 150px;
  height: 1200px;
  overflow: hidden;
}
.dev .team .img {
  width: 100%;
  background: #fff url('../images/team-banner-bg.jpg') center no-repeat;
  background-size: cover;
}
.dev .team .img img {
  width: 100%;
  display: block;
}
.dev .team .team-content {
  position: absolute;
  z-index: 22;
  width: 1260px;
  margin-top: -80px;
  padding: 80px 80px 100px;
  background-color: #fff;
  box-shadow: 0 0 15px #ccc;
}
.dev .team .team-content .team-content-profile {
  overflow: hidden;
  background: #fff url('../images/team.jpg') top right no-repeat;
  padding-bottom: 30px;
}
.dev .team .team-content .team-content-profile .left {
  padding-left: 0;
  width: 471px;
}
.dev .team .team-content .team-content-profile .left .common-title {
  margin-bottom: 48px;
  line-height: 1;
}
.dev .team .team-content .team-content-profile .left .text {
  font-size: 16px;
  color: #666666;
  margin-bottom: 45px;
  line-height: 2;
}
.dev .team .team-content .team-content-num {
  overflow: hidden;
  padding-top: 40px;
}
.dev .team .team-content .team-content-num .block {
  padding-left: 50px;
  padding-right: 50px;
}
.dev .team .team-content .team-content-num .block:first-of-type {
  padding-left: 0;
}
.dev .team .team-content .team-content-num .block:last-of-type {
  padding-right: 0;
}
.dev .team .team-content .team-content-num .block .title {
  font-size: 16px;
  color: #666666;
  margin-bottom: 14px;
}
.dev .team .team-content .team-content-num .block .text {
  border-top: 2px solid #666666;
  border-bottom: 1px solid #808080;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}
.dev .team .team-content .team-content-num .block .text .num {
  float: left;
}
.dev .team .team-content .team-content-num .block .text .num span,
.dev .team .team-content .team-content-num .block .text .num i {
  display: inline-block;
  vertical-align: bottom;
}
.dev .team .team-content .team-content-num .block .text .num span {
  font-size: 40px;
  font-weight: bold;
  color: #003881;
  line-height: 1;
}
.dev .team .team-content .team-content-num .block .text .num i {
  font-style: normal;
  font-size: 14px;
  color: #003881;
  line-height: 1;
}
.dev .team .team-content .team-content-num .block .text img {
  display: inline-block;
  vertical-align: bottom;
  float: right;
  height: 45px;
}
@media (max-width: 1277px) {
  .dev .team .team-content {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .dev .team {
    padding-bottom: 0;
    height: 1050px;
  }
  .dev .team .team-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1100px) {
  .dev .team .team-content .team-content-profile {
    background-size: 70%;
  }
}
@media (max-width: 1000px) {
  .dev .team .team-content .team-content-profile {
    background-size: 60%;
  }
  .dev .team .team-content .team-content-profile .left .common-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .dev .team .team-content .team-content-profile .left .text {
    line-height: 1.6;
  }
}
@media (max-width: 900px) {
  .dev .team .team-content .team-content-profile {
    background-size: 100%;
    height: 550px;
    background-position: center bottom;
  }
  .dev .team .team-content .team-content-profile .left {
    width: 100%;
  }
  .dev .team .team-content .team-content-profile .left .common-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .dev .team .team-content .team-content-profile .left .text {
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .dev .team {
    height: auto;
    padding-bottom: 0;
  }
  .dev .team .img {
    height: 200px;
    position: relative;
  }
  .dev .team .img img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .dev .team .team-content {
    position: static;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    height: auto;
    overflow: hidden;
  }
  .dev .team .team-content .team-content-profile {
    height: 550px;
    background-position: center bottom;
  }
  .dev .team .team-content .team-content-profile .left {
    width: auto;
  }
  .dev .team .team-content .team-content-num .block {
    padding: 0;
    margin-bottom: 30px;
  }
}
.dev .device {
  background-color: #ededed;
  padding-top: 120px;
  padding-bottom: 128px;
}
.dev .device .device-content {
  background: #fff;
  padding: 80px 65px 20px;
}
.dev .device .device-content .common-title {
  text-align: center;
  margin-bottom: 35px;
}
.dev .device .device-content .text {
  text-align: center;
  font-size: 16px;
  color: #666666;
  width: 720px;
  margin: auto;
  line-height: 2;
}
.dev .device .device-content .my-thumbnail {
  overflow: hidden;
  margin-top: 85px;
}
.dev .device .device-content .my-thumbnail .thumbnail {
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: 2px 2px 5px #eee;
  margin-bottom: 50px;
  overflow: hidden;
  cursor: pointer;
}
.dev .device .device-content .my-thumbnail .thumbnail .img {
  width: 100%;
  height: 220px;
  background: #fff center no-repeat;
  background-size: cover;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.dev .device .device-content .my-thumbnail .thumbnail .caption {
  padding: 25px 35px;
  color: #003881;
  font-size: 16px;
}
.dev .device .device-content .my-thumbnail .thumbnail:hover .img {
  transform: scale(1.05, 1.05);
}
@media (max-width: 900px) {
  .dev .device .device-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .dev .device .device-content .text {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .dev .device {
    padding-top: 0;
    padding-bottom: 0;
  }
  .dev .device .device-content {
    padding: 15px;
  }
  .dev .device .device-content .text {
    width: 100%;
  }
}
.contact .img {
  width: 100%;
  height: 428px;
  background: url('../images/contact-banner.jpg') center no-repeat;
  background-size: cover;
}
.contact .contact-child {
  box-shadow: 0 0 15px #ccc;
  margin-top: 100px;
  margin-bottom: 0;
}
.contact .contact-content {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}
.contact .contact-content .common-title {
  margin-top: 95px;
  margin-bottom: 45px;
}
.contact .contact-content .text {
  font-size: 16px;
  color: #666666;
  line-height: 2;
  margin-bottom: 35px;
}
.contact .contact-market {
  padding-bottom: 100px;
}
.contact .contact-market .contact-market-title {
  text-align: center;
}
.contact .contact-market .contact-market-title span {
  font-size: 16px;
  color: #666666;
  display: inline-block;
  border-bottom: 1px solid #666666;
  padding-bottom: 6px;
}
.contact .contact-market .contact-market-img {
  width: 100%;
}
.contact .contact-market .contact-contact {
  padding-top: 100px;
  padding-left: 45px;
  padding-right: 30px;
  overflow: hidden;
}
.contact .contact-market .contact-contact .contact-id {
  float: left;
}
.contact .contact-market .contact-contact .contact-id span {
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  border-radius: 50%;
  background-color: #c31132;
  text-align: center;
}
.contact .contact-market .contact-contact .contact-info {
  float: left;
  margin-left: 20px;
  margin-bottom: 60px;
}
.contact .contact-market .contact-contact .contact-info h5 {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #666666;
}
.contact .contact-market .contact-contact .contact-info .contact-info-text {
  line-height: 2;
  font-size: 14px;
  color: #666666;
}
.contact .contact-market .contact-contact .contact-info .contact-info-text * {
  padding: 0;
  margin: 0;
}
.contact .contact-way {
  width: 100%;
  height: 831px;
  background: url('../images/contact-bg.png') center no-repeat;
  position: relative;
}
.contact .contact-way .content {
  width: 523px;
  overflow: hidden;
  margin: 220px auto 0;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 15px #ccc;
}
.contact .contact-way .content .left {
  font-size: 68px;
  color: #003881;
  text-transform: uppercase;
  float: left;
  line-height: 1;
}
.contact .contact-way .content .right {
  float: left;
  border-left: 1px solid #808080;
  padding-left: 40px;
  margin-left: 40px;
}
.contact .contact-way .content .right .title {
  font-size: 20px;
  color: #666666;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1;
}
.contact .contact-way .content .right .text {
  line-height: 2;
}
.contact .contact-way .btn-default {
  display: block;
  margin: 66px auto 0;
  width: 158px;
  padding: 10px 30px;
  border: 0;
  background-color: #c31132;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 768px) {
  .contact .contact-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact .img {
    height: 200px;
  }
  .contact .contact-child {
    margin-top: 0;
  }
  .contact .contact-market {
    padding-bottom: 0;
  }
  .contact .contact-market .contact-contact {
    padding-top: 80px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .contact .contact-way {
    height: auto;
  }
  .contact .contact-way .content {
    width: auto;
    height: auto;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
  }
  .contact .contact-way .content .left {
    float: none;
  }
  .contact .contact-way .content .right {
    float: none;
    margin-top: 40px;
    margin-left: 0;
    padding: 0;
    border-left: 0;
  }
  .contact .contact-way .btn-default {
    bottom: 30%;
  }
}
.job-detail {
  background-color: #fff;
}
.job-detail .img {
  width: 100%;
  height: 428px;
  background: url('../images/job-banner.jpg') center no-repeat;
  background-size: cover;
}
.job-detail .add-us {
  padding: 80px 40px 40px;
  box-shadow: 0 0 15px #ccc;
  text-align: center;
  margin-top: -90px;
  background-color: #fff;
}
.job-detail .add-us .common-title {
  margin-bottom: 45px;
}
.job-detail .add-us .text {
  font-size: 16px;
  color: #666666;
  margin-bottom: 75px;
  line-height: 2;
}
.job-detail .my-thumbnail {
  overflow: hidden;
  margin-top: 35px;
  padding-bottom: 90px;
}
.job-detail .my-thumbnail div:first-of-type {
  padding-left: 0;
}
.job-detail .my-thumbnail div:last-of-type {
  padding-right: 0;
}
.job-detail .my-thumbnail .thumbnail {
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: 2px 2px 5px #eee;
  overflow: hidden;
  cursor: pointer;
}
.job-detail .my-thumbnail .thumbnail .img {
  width: 100%;
  height: 230px;
  background: #fff center no-repeat;
  background-size: cover;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.job-detail .my-thumbnail .thumbnail .caption {
  padding: 25px 35px;
  color: #003881;
  font-size: 16px;
}
.job-detail .my-thumbnail .thumbnail .caption .title {
  font-size: 16px;
  color: #003881;
}
.job-detail .my-thumbnail .thumbnail .caption .text {
  font-size: 12px;
  color: #808080;
  line-height: 2;
}
.job-detail .my-thumbnail .thumbnail:hover .img {
  transform: scale(1.05, 1.05);
}
@media (max-width: 1260px) {
  .job-detail .add-us {
    padding-left: 30px;
    padding-right: 30px;
  }
  .job-detail .my-thumbnail {
    padding-left: 30px;
    padding-right: 30px;
  }
  .job-detail .my-thumbnail .thumbnail .caption {
    height: 144px;
  }
}
@media (max-width: 930px) {
  .job-detail .my-thumbnail .thumbnail .caption {
    height: 160px;
  }
}
@media (max-width: 809px) {
  .job-detail .my-thumbnail .thumbnail .caption {
    height: 180px;
  }
}
@media (max-width: 768px) {
  .job-detail .my-thumbnail > div:first-of-type {
    padding-left: 15px;
  }
  .job-detail .my-thumbnail > div:last-of-type {
    padding-right: 15px;
  }
}
.job-detail .offer .offer-img {
  width: 100%;
  height: 380px;
  background: url('../images/job-bg.jpg') center no-repeat;
  background-size: cover;
}
.job-detail .offer .offer-reminders {
  width: 510px;
  margin: -150px auto 0;
  background-color: #fff;
  box-shadow: 0 0 15px #ccc;
  text-align: center;
  padding: 40px;
}
.job-detail .offer .offer-reminders .title {
  font-size: 40px;
  color: #808080;
}
.job-detail .offer .offer-reminders .num {
  line-height: 1;
  margin-top: 40px;
}
.job-detail .offer .offer-reminders .num span {
  color: #c31132;
  font-size: 86px;
}
.job-detail .offer .offer-reminders .num i {
  color: #003881;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
}
.job-detail .offer .offer-reminders .num-bottom {
  color: #003881;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
.job-detail .offer .offer-lists {
  border-top: 1px solid #f0f0f0;
  margin-top: 95px;
  margin-bottom: 80px;
}
.job-detail .offer .offer-lists .list {
  overflow: hidden;
  display: block;
  text-decoration: none;
}
.job-detail .offer .offer-lists .list .list-top {
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
  padding: 30px 0;
}
.job-detail .offer .offer-lists .list .list-top .title {
  font-size: 20px;
  color: #003881;
  line-height: 40px;
  padding-left: 70px;
}
.job-detail .offer .offer-lists .list .list-top .text {
  color: #808080;
  font-size: 14px;
  line-height: 2;
  margin-top: 8px;
  text-align: left;
  padding-left: 60px;
}
.job-detail .offer .offer-lists .list .list-top .detail .btn-default {
  background-color: #003881;
  color: #fff;
  border-radius: 20px;
  border: 0;
  padding: 4px 30px;
  display: inline-block;
}
.job-detail .offer .offer-lists .list .list-top .detail .btn-default:hover,
.job-detail .offer .offer-lists .list .list-top .detail .btn-default:focus {
  background-color: #c31132;
}
.job-detail .offer .offer-lists .list .list-top .detail .job-detail2 {
  display: none;
}
.job-detail .offer .offer-lists .list .list-top .detail .see {
  display: inline-block;
  vertical-align: middle;
  margin-left: 80px;
}
.job-detail .offer .offer-lists .list .list-top .detail .see span {
  font-size: 14px;
  color: #808080;
  vertical-align: middle;
  display: inline-block;
  margin-left: 15px;
}
.job-detail .offer .offer-lists .list .list-top .detail .see .iconfont {
  display: inline-block;
  vertical-align: middle;
  color: #003881;
  font-size: 28px;
}
.job-detail .offer .offer-lists .list .list-bottom {
  border-bottom: 1px solid #f0f0f0;
  padding: 30px 0 5px;
  overflow: hidden;
  display: none;
}
.job-detail .offer .offer-lists .list .list-bottom .title {
  color: #808080;
  padding-left: 70px;
}
.job-detail .offer .offer-lists .list .list-bottom .text {
  padding-left: 60px;
  color: #808080;
}
.job-detail .offer .offer-lists .list .list-bottom .arrows .iconfont {
  margin-left: 48px;
  font-size: 20px;
  color: #c31132;
}
@media (max-width: 1190px) {
  .job-detail .offer .offer-lists .list .list-top {
    padding-left: 40px;
    padding-right: 40px;
  }
  .job-detail .offer .offer-lists .list .list-top .title {
    padding-left: 40px;
  }
  .job-detail .offer .offer-lists .list .list-top .text {
    padding-left: 20px;
  }
  .job-detail .offer .offer-lists .list .list-top .detail {
    padding-left: 0;
    padding-right: 0;
  }
  .job-detail .offer .offer-lists .list .list-top .detail .see {
    margin-left: 15px;
    margin-top: 0;
  }
  .job-detail .offer .offer-lists .list .list-bottom {
    padding-left: 40px;
    padding-right: 40px;
  }
  .job-detail .offer .offer-lists .list .list-bottom .title {
    padding-left: 40px;
  }
  .job-detail .offer .offer-lists .list .list-bottom .text {
    padding-left: 20px;
  }
}
@media (max-width: 1120px) {
  .job-detail .offer .offer-lists .list .list-top .title {
    padding-left: 0;
  }
  .job-detail .offer .offer-lists .list .list-top .text {
    padding-left: 0;
  }
  .job-detail .offer .offer-lists .list .list-bottom {
    padding-left: 40px;
    padding-right: 40px;
  }
  .job-detail .offer .offer-lists .list .list-bottom .text,
  .job-detail .offer .offer-lists .list .list-bottom .title {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .job-detail .add-us {
    padding-left: 15px;
    padding-right: 15px;
  }
  .job-detail .offer .offer-img {
    height: 200px;
  }
  .job-detail .offer .offer-reminders {
    width: 100%;
    margin-top: 0;
  }
  .job-detail .offer .offer-lists {
    margin-top: 0;
  }
  .job-detail .offer .offer-lists .list .list-top {
    padding-left: 40px;
    padding-right: 40px;
  }
  .job-detail .offer .offer-lists .list .list-top .title {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .job-detail .offer .offer-lists .list .list-top .text {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .job-detail .offer .offer-lists .list .list-top .detail {
    padding-left: 0;
    padding-right: 0;
  }
  .job-detail .offer .offer-lists .list .list-top .detail .see {
    margin-left: 15px;
    margin-top: 0;
  }
  .job-detail .offer .offer-lists .list .list-bottom {
    padding-left: 40px;
    padding-right: 40px;
  }
  .job-detail .offer .offer-lists .list .list-bottom .text,
  .job-detail .offer .offer-lists .list .list-bottom .title {
    padding-left: 0;
  }
  .job-detail .offer .offer-lists .list .list-bottom .arrows {
    padding-left: 0;
  }
  .job-detail .offer .offer-lists .list .list-bottom .arrows .iconfont {
    margin-left: 48px;
    font-size: 20px;
    color: #c31132;
  }
}
.news-detail .img {
  width: 100%;
  height: 428px;
  background: #fff url('../images/news-banner.jpg') center no-repeat;
  background-size: cover;
}
.news-detail .content {
  margin-top: -80px;
  background-color: #fff;
  padding: 80px 0;
  box-shadow: 0 0 15px #ccc;
}
.news-detail .content .common-title {
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}
.news-detail .content .media {
  margin-top: 0;
  padding: 25px 0;
  border-bottom: 1px solid #ebebeb;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.news-detail .content .media .media-left {
  padding-right: 25px;
}
.news-detail .content .media .media-left .media-object {
  margin-left: 75px;
  width: 270px;
  height: 158px;
  background: center no-repeat;
  background-size: cover;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.news-detail .content .media .media-body {
  width: 718px;
}
.news-detail .content .media .media-body .date {
  font-size: 14px;
  color: #808080;
  margin-bottom: 25px;
}
.news-detail .content .media .media-body .title {
  margin-bottom: 38px;
  color: #666666;
  font-size: 20px;
  font-weight: bold;
  height: 22px;
  overflow: hidden;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.news-detail .content .media .media-body .text {
  color: #808080;
  font-size: 16px;
  height: 44px;
  overflow: hidden;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.news-detail .content .media .icon {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 80px;
}
.news-detail .content .media .icon .iconfont {
  font-size: 28px;
  border: 1px solid #ccc;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.news-detail .content .media:hover .media-left .media-object {
  transform: scale(1.05, 1.05);
}
.news-detail .content .media:hover .media-body .title,
.news-detail .content .media:hover .media-body .text {
  color: #003881;
}
.news-detail .content .media:hover .icon .iconfont {
  background-color: #003881;
  border-color: #003881;
  color: #fff;
}
.news-detail .content .more {
  text-align: center;
  margin-top: 35px;
}
.news-detail .content .more .btn-default {
  background-color: #fff;
  border: 0;
  color: #003881;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .news-detail {
    height: auto;
  }
  .news-detail .content .media {
    padding-left: 30px;
    padding-right: 30px;
  }
  .news-detail .content .media .media-left .media-object {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .news-detail {
    height: auto;
  }
  .news-detail .img {
    height: 200px;
  }
  .news-detail .content {
    padding: 30px;
    margin-top: 0;
  }
  .news-detail .content .media .media-left {
    padding-right: 0;
    display: block;
    margin-bottom: 15px;
  }
  .news-detail .content .media .media-left .media-object {
    margin-left: 0;
    width: 100%;
  }
  .news-detail .content .media .media-body {
    width: 100%;
  }
  .news-detail .content .media .media-body .date {
    margin-bottom: 5px;
  }
  .news-detail .content .media .media-body .title {
    margin-bottom: 10px;
  }
}
.video-detail {
  margin-top: 10px;
  margin-bottom: 180px;
}
.video-detail .video-detail-content {
  background: #fff;
  padding: 80px 0 0;
  margin-left: -15px;
  margin-right: -15px;
}
.video-detail .video-detail-content .common-title {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 60px;
}
.video-detail .video-detail-content .text {
  text-align: center;
  font-size: 16px;
  color: #666666;
  width: 720px;
  margin: auto;
  line-height: 2;
}
.video-detail .video-detail-content .my-thumbnail {
  overflow: hidden;
  margin-top: 85px;
}
.video-detail .video-detail-content .my-thumbnail .thumbnail {
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: 2px 2px 5px #eee;
  margin-bottom: 50px;
  cursor: pointer;
  overflow: hidden;
}
.video-detail .video-detail-content .my-thumbnail .thumbnail .img {
  width: 100%;
  height: 220px;
  background: #fff center no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 220px;
}
.video-detail .video-detail-content .my-thumbnail .thumbnail .img img {
  width: 20%;
  opacity: 0.5;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.video-detail .video-detail-content .my-thumbnail .thumbnail .caption {
  padding: 25px 35px;
  color: #003881;
  font-size: 16px;
}
.video-detail .video-detail-content .my-thumbnail .thumbnail:hover .img img {
  opacity: 1;
}
.video-magnify {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
}
.video-magnify .video-magnify-big {
  width: 50%;
  position: fixed;
  left: 50%;
  top: 50%;
  background-color: #000;
  border: 15px solid #fff;
  transform: translate(-50%, -50%);
}
.video-magnify .video-magnify-big img {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.video-magnify .video-magnify-close {
  position: fixed;
  right: 50px;
  top: 50px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 1260px) {
  .video-detail .video-detail-content {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
  }
}
@media (max-width: 900px) {
  .video-detail .video-detail-content .text {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .video-magnify .video-magnify-big {
    width: 90%;
    border-width: 5px;
  }
  .video-magnify .video-magnify-close {
    right: 15px;
    top: 15px;
  }
}
@media (max-width: 768px) {
  .video-detail .video-detail-content {
    padding: 15px;
  }
  .video-detail .video-detail-content .text {
    width: 100%;
  }
  .video-detail .video-detail-content .my-thumbnail .thumbnail .img img {
    width: 20%;
  }
  .video-magnify .video-magnify-big {
    width: 90%;
    border-width: 5px;
  }
  .video-magnify .video-magnify-close {
    right: 15px;
    top: 15px;
  }
}
.news-show .img {
  width: 100%;
  height: 428px;
  background: #fff url('../images/news-banner.jpg') center no-repeat;
  background-size: cover;
}
.news-show .news-show-content {
  box-shadow: 0 0 15px #ccc;
  margin-bottom: 140px;
  margin-top: -80px;
  background-color: #fff;
  padding: 80px;
}
.news-show .news-show-content .common-title {
  text-align: center;
  margin-bottom: 28px;
}
.news-show .news-show-content .date {
  text-align: center;
  font-size: 14px;
  color: #9e9e9e;
  margin-bottom: 45px;
}
.news-show .news-show-content .content {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding-top: 60px;
  padding-bottom: 60px;
}
.news-show .news-show-content .content .text {
  overflow: hidden;
  margin-bottom: 50px;
  font-size: 16px;
  color: #808080;
}
.news-show .news-show-content .content .text table {
  border: 0;
}
.news-show .news-show-content .content .text table tr {
  border: 0;
}
.news-show .news-show-content .content .text table tr td {
  border: 0;
  vertical-align: top;
}
.news-show .news-show-content .content .text table tr td p,
.news-show .news-show-content .content .text table tr td span {
  padding: 0;
  padding-right: 50px;
  display: block;
  font-size: 16px;
  color: #808080;
  margin: 0;
}
.news-show .news-show-content .content .text h4 {
  color: #003881;
}
.news-show .news-show-content .content .text .text-left {
  width: 520px;
  display: block;
  float: left;
  font-size: 16px;
  color: #808080;
  margin-right: 50px;
}
.news-show .news-show-content .content .text-bottom {
  font-size: 16px;
  color: #808080;
}
.news-show .news-show-content .content .text-bottom .text-bottom-color {
  color: #003881;
}
.news-show .prev-and-next {
  margin-top: 75px;
  margin-bottom: 75px;
  overflow: hidden;
}
.news-show .prev-and-next .prev {
  display: block;
  text-decoration: none;
  border: 1px solid #f3f3f3;
  width: 45%;
  float: left;
  padding: 30px 30px 40px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.news-show .prev-and-next .prev span {
  text-align: right;
  display: block;
  color: #003881;
  font-size: 14px;
}
.news-show .prev-and-next .prev .prev-title {
  font-size: 20px;
  color: #808080;
  margin-bottom: 10px;
  font-weight: bold;
}
.news-show .prev-and-next .prev .prev-text {
  font-size: 16px;
  color: #808080;
}
.news-show .prev-and-next .prev:hover {
  background-color: #003881;
  border-color: #003881;
}
.news-show .prev-and-next .prev:hover span,
.news-show .prev-and-next .prev:hover .prev-title,
.news-show .prev-and-next .prev:hover .prev-text {
  color: #fff;
}
.news-show .prev-and-next .next {
  display: block;
  float: right;
}
@media (max-width: 768px) {
  .news-show .img {
    height: 200px;
  }
  .news-show .news-show-content {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .news-show .news-show-content .common-title {
    font-size: 26px;
  }
  .news-show .news-show-content .content .text table tr td p,
  .news-show .news-show-content .content .text table tr td span {
    display: block;
    padding: 0;
  }
  .news-show .news-show-content .content .text p,
  .news-show .news-show-content .content .text span {
    display: block;
    padding: 0;
  }
  .news-show .news-show-content .content .text .text-left {
    margin-bottom: 20px;
  }
  .news-show .news-show-content .content .text img {
    width: 100%;
  }
  .news-show .news-show-content .prev-and-next .prev {
    width: 100%;
    margin-bottom: 15px;
  }
  .news-show .news-show-content .prev-and-next .next {
    margin-left: 0;
  }
}
.product {
  background-color: #ededed;
}
.product .img {
  width: 100%;
  height: 428px;
  background: #fff url('../images/product-banner.jpg') center no-repeat;
  background-size: cover;
}
.product .content-top {
  position: relative;
  box-shadow: 0 0 15px #ccc;
  margin-top: -80px;
  margin-bottom: 55px;
  background-color: #fff;
  overflow: hidden;
}
.product .content-top .top-part {
  overflow: hidden;
  height: 320px;
  border-bottom: 5px solid #d8d8d8;
}
.product .content-top .top-part .left {
  float: left;
  width: 500px;
  margin-left: 70px;
  margin-top: 80px;
  margin-bottom: 30px;
}
.product .content-top .top-part .left .common-title {
  margin-bottom: 35px;
}
.product .content-top .top-part .left .text {
  color: #666666;
  font-size: 16px;
}
.product .content-top .top-part .right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.product .content-top .top-part .right:hover {
  transform: translateX(-5px);
}
.product .content-top .nav-part {
  overflow: hidden;
}
.product .content-top .nav-part li {
  float: left;
  border-right: 5px solid #d8d8d8;
  width: 16.6666%;
  list-style: none;
}
.product .content-top .nav-part li:last-of-type {
  border-right: 0;
}
.product .content-top .nav-part li a {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  color: #666666;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  outline: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.product .content-top .nav-part li a:hover,
.product .content-top .nav-part li a:focus {
  padding-bottom: 15px;
  border-bottom: 5px solid #003881;
}
.product .content-top .nav-part .active a {
  padding-bottom: 15px;
  border-bottom: 5px solid #003881;
}
.product .content-center {
  padding: 40px 20px 40px 20px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 15px #ccc;
  margin-bottom: 60px;
}
.product .content-center .left {
  height: 590px;
  background: #fff center no-repeat;
  background-size: cover;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.product .content-center .left:hover {
  transform: scale(1.05, 1.05);
}
.product .content-center .right {
  padding-right: 0;
  padding-left: 0;
}
.product .content-center .right .right-col {
  cursor: pointer;
  text-align: center;
  padding-left: 10px;
  overflow: hidden;
}
.product .content-center .right .right-col .content-center-img {
  margin-bottom: 20px;
  height: 285px;
  background: #fff center no-repeat;
  background-size: cover;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.product .content-center .right .right-col:first-of-type .content-center-img {
  height: 590px;
}
.product .content-center .right .right-col .block {
  background-color: #f8f8f8;
  height: 285px;
}
.product .content-center .right .right-col .block p {
  padding-top: 87.5px;
  font-size: 24px;
  color: #003881;
  text-align: center;
  margin-bottom: 25px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.product .content-center .right .right-col .block .iconfont {
  font-size: 32px;
  color: #c31132;
}
.product .content-center .right .right-col:hover .content-center-img {
  transform: scale(1.05, 1.05);
}
.product .content-center .right .right-col:hover .block p {
  padding-top: 93px;
  margin-bottom: 10px;
}
.product .content-center .right .right-col.product-hide {
  display: none;
}
.product .content-bottom {
  margin-bottom: 138px;
}
.product .content-bottom img {
  width: 100%;
}
.product .content-bottom .table {
  text-align: center;
  background-color: #fff;
}
.product .content-bottom .table tr th {
  background-color: #003881;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.product .content-bottom .table tr td {
  padding: 8px;
}
.product .content-bottom .table .table {
  border: 0;
  margin-bottom: 0;
}
.product .content-bottom .table .table .w33 td {
  width: 33.3333%;
}
.product .content-bottom .table .table tr td {
  border-top: 0;
  margin-bottom: 0;
}
.product .content-bottom .table .pointer-solid {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #808080;
  background-color: #808080;
  display: inline-block;
}
.product .content-bottom .table .pointer-hollow {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #808080;
  display: inline-block;
}
@media (max-width: 1321px) {
  .product .content-top .top-part {
    height: auto;
  }
  .product .content-top .top-part .left {
    width: calc(50% - 70px);
    float: left;
  }
  .product .content-top .top-part .right {
    position: static;
    width: 50%;
    float: left;
  }
  .product .content-top .top-part .right img {
    width: 100%;
  }
}
@media (max-width: 1054px) {
  .product .content-top .top-part .left {
    margin-top: 50px;
  }
}
@media (max-width: 960px) {
  .product .content-top .top-part .left {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .product .img {
    height: 200px;
  }
  .product .content-top {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .product .content-top .top-part {
    height: auto;
  }
  .product .content-top .top-part .left {
    width: 100%;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    float: none;
    margin-bottom: 15px;
  }
  .product .content-top .top-part .right {
    width: 100%;
    position: static;
  }
  .product .content-top .top-part .right img {
    width: 100%;
  }
  .product .content-top .nav-part li {
    width: 33.3333%;
    border: 0;
  }
  .product .content-top .nav-part li a {
    width: 100%;
    transition: none;
  }
  .product .content-top .nav-part li a:last-of-type {
    border-right: 5px solid #d8d8d8;
  }
  .product .content-center {
    padding-right: 20px;
  }
  .product .content-center .right {
    padding-left: 0;
    padding-right: 0;
  }
  .product .content-center .right .right-col {
    padding-left: 0;
    padding-right: 0;
  }
  .product .content-bottom {
    margin-bottom: 80px;
  }
}
.page {
  text-align: center;
  margin-top: 80px;
}
.page .page-line {
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
  margin-top: 40px;
  margin-bottom: 100px;
}
.page .pagination {
  margin: 0;
}
.page .pagination li a {
  border: 0;
  color: #9d9d9d;
}
.page .pagination li a i {
  margin: 0;
}
.page .pagination li a .iconfont {
  font-size: 14px;
  color: #9d9d9d;
  font-weight: normal;
}
.page .pagination li span {
  background-color: #003881;
  color: #fff;
  border: 0;
}
footer {
  overflow: hidden;
}
footer .footer-top {
  background-color: #1a1a1a;
}
footer .footer-top .left {
  float: left;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 40px;
}
footer .footer-top .left ul {
  margin: 0;
  padding: 0;
}
footer .footer-top .left .my-footer-nav {
  list-style: none;
  overflow: hidden;
}
footer .footer-top .left .my-footer-nav > li {
  float: left;
  margin-right: 80px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
footer .footer-top .left .my-footer-nav > li > a {
  font-size: 16px;
  color: #fff;
}
footer .footer-top .left .my-footer-nav > li ul {
  margin-top: 25px;
  list-style: none;
}
footer .footer-top .left .my-footer-nav > li ul li {
  margin-bottom: 10px;
}
footer .footer-top .left .my-footer-nav > li ul li a {
  font-size: 14px;
  color: #808080;
}
footer .footer-top .right {
  float: right;
  overflow: hidden;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  padding: 34px 50px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
footer .footer-top .right .footer-contact {
  margin-top: 50px;
}
footer .footer-top .right .footer-contact .line {
  color: #808080;
  font-size: 12px;
  margin-bottom: 15px;
}
footer .footer-top .right .footer-contact .line .iconfont {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
footer .footer-top .right .footer-contact .line span {
  color: #808080;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
footer .footer-bottom {
  background-color: #0f0f0f;
  padding: 10px 0;
}
footer .footer-bottom .left {
  float: left;
  color: #808080;
  line-height: 31px;
}
footer .footer-bottom .right {
  float: right;
  padding-right: 185px;
}
footer .footer-bottom .right img {
  margin-right: 18px;
}
footer .footer-bottom .right .iconfont {
  font-size: 20px;
  text-decoration: none;
  color: #808080;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
footer .footer-bottom .right .iconfont.weixin:hover {
  background-color: #50b674;
  color: #fff;
}
footer .footer-bottom .right .iconfont.weibo:hover {
  background-color: #e6162d;
  color: #fff;
}
footer .footer-bottom .right .iconfont.qq:hover {
  background-color: #30a5dd;
  color: #fff;
}
@media (max-width: 1260px) {
  footer .footer-top {
    padding-left: 15px;
  }
  footer .footer-bottom {
    padding-left: 15px;
  }
}
@media (max-width: 1230px) {
  footer .footer-top .left .my-footer-nav > li {
    margin-right: 55px;
  }
}
@media (max-width: 1080px) {
  footer .footer-top .left .my-footer-nav > li {
    margin-right: 40px;
  }
}
@media (max-width: 990px) {
  footer .footer-top .left .my-footer-nav > li {
    margin-right: 25px;
  }
}
@media (max-width: 900px) {
  footer .footer-top .right {
    padding-left: 25px;
    padding-right: 25px;
  }
  footer .footer-bottom .right {
    padding-right: 160px;
  }
}
@media (max-width: 850px) {
  footer .footer-top {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer .footer-top .left {
    float: none;
  }
  footer .footer-top .left .my-footer-nav > li {
    margin-right: 0;
    width: 33.3333%;
  }
  footer .footer-top .right {
    float: none;
    border: 0;
    padding: 0;
  }
  footer .footer-bottom .left {
    float: none;
    padding-left: 0;
    padding-right: 15px;
    margin-bottom: 10px;
  }
  footer .footer-bottom .right {
    float: none;
    padding-left: 0;
    padding-right: 15px;
  }
}
.web-top {
  position: fixed;
  right: 150px;
  bottom: 100px;
  z-index: 999;
  cursor: pointer;
  border: 1px solid #003881;
  text-align: center;
}
.web-top .web-top-home {
  width: 40px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.web-top .web-top-home .iconfont {
  color: #003881;
  font-size: 24px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.web-top .web-top-home:hover {
  background-color: #003881;
}
.web-top .web-top-home:hover .iconfont {
  color: #fff;
  font-size: 24px;
}
.web-top .web-top-arrows {
  background-color: #003881;
}
.web-top .web-top-arrows .iconfont {
  color: #fff;
  font-size: 24px;
}
@media (max-width: 1320px) {
  .web-top {
    right: 15px;
  }
}
@media (max-width: 768px) {
  .web-top {
    right: 10px;
  }
}
