@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 
 * Project Name:华体科技
 * Author:默默
 * Date:2020-11-12
 */
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.logo {
  position: relative;
  z-index: 3;
  display: block;
  margin-top: 27px;
  float: left;
  width: 141px;
  height: auto;
}
.code {
  position: relative;
  z-index: 3;
  float: left;
  margin-left: 26px;
  margin-top: 25px;
}
.code span {
  display: block;
  margin-bottom: 8px;
  line-height: 1;
  color: #333333;
  font-size: 12px;
  font-weight: bold;
}
.code b {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 14px;
}
.navs {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.navs > li {
  display: inline-block;
  padding-right: 26px;
}
.navs > li:last-child {
  padding-left: 0;
}
.navs > li:hover > a,
.navs > li.active > a {
  color: #F95700;
}
.navs > li:hover > a:before,
.navs > li.active > a:before {
  width: 100%;
  right: auto;
  left: 0;
}
.navs > li > a {
  display: block;
  position: relative;
  height: 80px;
  line-height: 80px;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.navs > li > a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #F95700;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.navs > li > a:hover,
.navs > li > a.active {
  color: #fff;
}
.navs > li > a:hover:before,
.navs > li > a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.navs > li > a:hover {
  color: #F95700;
}
.header-right {
  float: right;
  position: relative;
  z-index: 3;
}
.header-about {
  float: left;
  margin-right: 32px;
  margin-top: 26px;
}
.header-about a {
  display: block;
  float: left;
  margin-left: 30px;
  color: #333333;
  font-size: 16px;
}
.header-about a:first-child {
  margin-left: 0;
}
.header-about a:hover {
  color: #F95700;
}
.header-searchs {
  float: right;
}
.header-searchs a {
  display: block;
  background: #F0F0F0;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  color: #2A3948;
  font-size: 18px;
  font-weight: bold;
}
.header-searchs a:hover {
  background: #F95700;
  color: #fff;
}
.edition {
  float: left;
  line-height: normal;
  margin-top: 32px;
  margin-right: 30px;
  position: relative;
  z-index: 6;
}
.edition span {
  display: block;
  padding-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.edition span i {
  padding-right: 20px;
  display: inline-block;
  color: #333333;
  font-size: 14px;
  line-height: 16px;
  font-style: normal;
}
.edition span:before {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #333333;
  position: absolute;
  right: 0;
  top: 5px;
}
.edition ul {
  width: 84px;
  position: absolute;
  left: 50%;
  margin-left: -42px;
  top: 100%;
  background: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 0.5s;
  pointer-events: none;
}
.edition ul li {
  margin-bottom: 3px;
}
.edition ul li a {
  display: block;
  text-align: center;
  line-height: normal;
  color: #7b7b7b;
  font-size: 14px;
}
.edition ul li a:hover {
  color: #F95700;
}
.edition:hover ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  pointer-events: visible;
}
.menus {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 99;
  height: 0;
  opacity: 0;
  overflow: hidden;
  background: #fff;
}
.menus:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #F1F1F1;
  z-index: 2;
}
.menu-downs {
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 0;
  overflow: hidden;
  transition: 0.68s cubic-bezier(0.77, 0, 0.175, 1);
  display: none;
}
.menu-downs {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.menu-down-item {
  position: relative;
  z-index: 3;
  display: inline-block;
  vertical-align: top;
  padding: 13px 19.5px 30px;
  width: 154px;
  border-right: 1px solid #F1F1F1;
}
.menu-down-item:first-child {
  border-left: 1px solid #F1F1F1;
}
.menu-down-item:hover:before {
  transform: scaleX(1);
}
.menu-down-item:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(91, 124, 152, 0.1);
  transform: scaleX(0);
  transition: 0.5s;
}
.navigate {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.66s;
}
.navigate.show {
  opacity: 1;
  visibility: visible;
}
.navigate.show .navigate-content {
  right: 0;
}
.navigate-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.navigate-content {
  width: 320px;
  position: absolute;
  right: -320px;
  top: 0;
  height: 100%;
  background: #fff;
  overflow-y: scroll;
  transition: 0.6s;
}
.navigate-wrap {
  padding: 80px 0 50px;
}
.navigate-logo {
  text-align: center;
}
.navigate-logo img {
  display: block;
  margin: auto;
  width: 140px;
  height: auto;
}
.navigate-lists {
  margin-top: 30px;
}
.navigate-lists > li {
  text-align: center;
}
.navigate-lists > li.active > a {
  background: #02335D;
  color: #fff;
}
.navigate-lists > li > a {
  display: block;
  color: #333333;
  font-size: 18px;
  line-height: 45px;
}
.navigate-down {
  padding: 12px 10px 12px 9.8%;
  display: none;
  background: #dcdcdc;
  border-bottom: 1px solid #F95700;
}
.navigate-down li {
  width: 50%;
  float: left;
}
.navigate-down li a {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  line-height: 40px;
}
.editebtn {
  margin-top: 30px;
  padding: 0 40px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.editebtn a {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 22px;
}
.editebtn a i {
  display: inline-block;
  font-size: 16px;
  margin-left: 5px;
  font-style: normal;
}
.menu-imgs {
  position: relative;
}
.menu-imgs:hover figure img {
  transform: scale(1.1);
}
.menu-imgs:hover strong {
  color: #F95700;
}
.menu-imgs figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.menu-imgs figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.45s;
}
.menu-imgs strong {
  display: block;
  margin-top: 16px;
  text-align: center;
  line-height: 1;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  transition: 0.4s;
}
.menu-list {
  margin-top: 15px;
  text-align: left;
}
.menu-list li a {
  display: inline-block;
  color: #777777;
  font-size: 13px;
}
.menu-list li a:hover {
  color: #F95700;
}
.mtop {
  height: 80px;
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner-swiper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.banner-swiper .slick-list {
  position: relative;
  z-index: 2;
}
.banner-swiper .slick-dots {
  bottom: 22px;
}
.banner-swiper .slick-dots li {
  margin-right: 20px;
  height: 2px;
}
.banner-swiper .slick-dots li:last-child {
  margin-right: 0;
}
.banner-swiper .slick-dots li.slick-active button {
  background: #F95700;
}
.banner-swiper .slick-dots li button {
  width: 48px;
  height: 2px;
  background: #fff;
  border-radius: 0;
}
.btext {
  width: 90%;
  position: absolute;
  left: 50%;
  margin-left: -45%;
  top: 44%;
  margin-top: -36px;
  overflow: hidden;
}
.btext strong {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 60px;
  font-weight: normal;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
}
.banner-item {
  float: left;
}
.banner-item figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.banner-item figure img {
  display: block;
  position: relative;
}
.banner-item.slick-current .btext strong {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: 0.65s 0.2s;
}
.video-btn {
  position: absolute;
  left: 50%;
  margin-left: -28px;
  bottom: 113px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  cursor: pointer;
}
.video-btn i {
  display: block;
  text-align: center;
  line-height: 54px;
  font-style: normal;
  color: #fff;
  font-size: 18px;
}
.video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  display: none;
}
.numbles {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.solution {
  padding: 86px 0 0;
}
.common-title {
  text-align: center;
}
.common-title strong {
  display: block;
  margin-bottom: 56px;
  line-height: 1;
  color: #333333;
  font-size: 38px;
  font-weight: normal;
}
.common-btns {
  font-size: 0;
}
.common-btns span {
  display: inline-block;
  margin-left: 70px;
  color: #333333;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: 0.38s;
}
.common-btns span:first-child {
  margin-left: 0;
}
.common-btns span:hover,
.common-btns span.active {
  color: #F95700;
}
.solution-swiper {
  margin-top: 28px;
}
.solution-item {
  width: 100%;
  float: left;
  position: relative;
}
.solution-item figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.solution-item figure img {
  display: block;
  width: 100%;
  height: auto;
}
.solution-content {
  width: 554px;
  position: absolute;
  left: 50%;
  margin-left: -277px;
  bottom: 59px;
  text-align: center;
  color: #fff;
}
.solution-content span {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}
.solution-content strong {
  display: block;
  margin-bottom: 16px;
  line-height: 1;
  font-size: 32px;
  font-weight: normal;
}
.solution-content p {
  font-size: 14px;
  margin-bottom: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.solution-content b {
  display: block;
  position: relative;
  z-index: 3;
  margin: auto;
  width: 138px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: bold;
  transition: 0.4s;
}
.solution-content b:before {
  content: "";
  width: 0;
  height: 100%;
  background: #F95700;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.solution-content b:hover,
.solution-content b.active {
  color: #fff;
}
.solution-content b:hover:before,
.solution-content b.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.solution-content b:before {
  right: -1px;
}
.solution-content b:hover {
  border-color: #F95700;
  color: #fff;
}
.home-product {
  padding: 100px 0;
}
.home-product-banner {
  position: relative;
  margin-top: 32px;
}
.home-product-swiper {
  position: relative;
}
.home-product-swiper .slick-arrow {
  margin-top: 0;
  top: 104px;
}
.home-product-swiper .slick-arrow.slick-prev {
  left: 0;
}
.home-product-swiper .slick-arrow.slick-next {
  right: 0;
}
.home-product-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.home-product-item.show {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.home-product-info {
  width: 25%;
  float: left;
  background: rgba(119, 119, 119, 0.2);
}
.home-product-info:nth-child(2n+2) {
  background: rgba(119, 119, 119, 0.1);
}
.home-product-info figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.home-product-info figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.56s;
}
.home-product-info a:hover figure img {
  transform: scale(1.05);
}
.home-product-info a:hover .home-product-con:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.home-product-info a:hover .home-product-con span {
  color: #fff;
}
.home-product-info a:hover .home-product-con i {
  transform: rotate(180deg);
}
.home-product-info a:hover .home-product-con i:before,
.home-product-info a:hover .home-product-con i:after {
  background: #fff;
}
.home-product-con {
  position: relative;
  z-index: 3;
  padding: 33px 10px 35px;
}
.home-product-con:before {
  content: "";
  width: 100%;
  height: 0;
  background: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.home-product-con:hover,
.home-product-con.active {
  color: 0;
}
.home-product-con:hover:before,
.home-product-con.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.home-product-con:before {
  background: #F95700;
}
.home-product-con span {
  display: block;
  margin-bottom: 24px;
  line-height: 1;
  color: #333333;
  font-size: 16px;
  text-align: center;
  transition: 0.36s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-product-con i {
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
  margin: auto;
  transition: 0.4s;
}
.home-product-con i:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  content: "";
  width: 100%;
  height: 2px;
  background: #333333;
  transition: 0.36s;
}
.home-product-con i:after {
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #333333;
  transition: 0.36s;
}
.product-search {
  padding: 40px 0 0;
  text-align: center;
}
.product-search strong {
  display: block;
  margin-bottom: 18px;
  line-height: 1;
  color: #333333;
  font-size: 16px;
}
.product-pro-wrap {
  position: relative;
  width: 640px;
  margin: auto;
  max-width: 100%;
}
.product-pro-wrap .text {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: none;
  padding-left: 24px;
  width: 100%;
  height: 56px;
  line-height: 56px;
  color: #777777;
  font-size: 12px;
  border-radius: 28px;
  background: rgba(119, 119, 119, 0.1);
}
.product-pro-wrap .text::-webkit-input-placeholder {
  color: #777777;
}
.product-pro-wrap .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.product-pro-wrap .sub {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 110px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 28px;
  color: #FFFFFF;
  font-size: 20px;
  background: #02335D;
  cursor: pointer;
  transition: 0.45s;
}
.product-pro-wrap .sub:hover {
  background: #F95700;
}
.core-item {
  width: 50%;
  float: left;
}
.core-item figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.core-item figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.68s;
}
.core-item a:hover figure img {
  transform: scale(1.04);
}
.core-item a:hover .core-content:before {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.core-item a:hover .core-content .core-wrap span {
  color: #fff;
  border-color: #F95700;
}
.core-item a:hover .core-content .core-wrap span:before {
  width: 100%;
  right: auto;
  left: 0;
}
.core-item {
  width: 50%;
  position: relative;
  float: left;
}
.core-item:nth-child(2n+2) .core-content {
  left: 0;
  right: auto;
}
.core-content {
  width: 75%;
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.core-content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #02335d 100%);
  z-index: -1;
  transform-origin: center bottom;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.core-wrap {
  padding: 59px 46px 48px;
  color: #fff;
}
.core-wrap strong {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  font-size: 32px;
  font-weight: normal;
}
.core-wrap span {
  display: block;
  position: relative;
  z-index: 3;
  width: 138px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: bold;
  transition: 0.4s;
}
.core-wrap span:before {
  content: "";
  width: 0;
  height: 1px;
  background: #F95700;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.core-wrap span:hover,
.core-wrap span.active {
  color: #fff;
}
.core-wrap span:hover:before,
.core-wrap span.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.core-wrap span:hover {
  border-color: #F95700;
  color: #fff;
}
.core-wrap span:before {
  height: 100%;
}
.core-text {
  height: 78px;
}
.core-text p {
  font-size: 16px;
}
.cooperate {
  padding: 100px 0;
}
.cooperate-list li {
  width: 33.33333%;
  float: left;
  position: relative;
}
.cooperate-list li figure {
  display: block;
  position: relative;
  line-height: 1;
  overflow: hidden;
}
.cooperate-list li figure:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.6;
  z-index: 2;
}
.cooperate-list li figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.58s;
}
.cooperate-list li:hover figure img {
  transform: scale(1.05);
}
.cooperate-list li span {
  position: absolute;
  left: 46px;
  bottom: 42px;
  z-index: 3;
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.engineering-swiper {
  position: relative;
}
.engineering-swiper .slick-dots {
  bottom: 42px;
}
.engineering-swiper .slick-dots li {
  margin-right: 25px;
}
.engineering-swiper .slick-dots li.slick-active button {
  background: #F95700;
}
.engineering-swiper .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #777777;
}
.engineering-boxs {
  position: relative;
  margin-top: 24px;
}
.engineering-i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.engineering-i.show {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
  z-index: 10;
}
.engineering-item {
  float: left;
  position: relative;
  width: 100%;
  background: rgba(2, 51, 93, 0.1);
  padding-bottom: 93px;
}
.engineering-item:hover figure img {
  transform: scale(1.04);
}
.engineering-item figure {
  display: block;
  float: right;
  line-height: 1;
  overflow: hidden;
  width: 57.56%;
}
.engineering-item figure a {
  display: block;
}
.engineering-item figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.78s;
}
.engineering-content {
  width: 31.25%;
  float: left;
  margin-left: 4.86%;
  padding-top: 106px;
}
.engineering-content a {
  display: block;
}
.engineering-content small {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  color: #02335D;
  font-size: 20px;
  text-transform: uppercase;
}
.engineering-content small i {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 28px;
  font-style: normal;
}
.engineering-content strong {
  display: block;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #333333;
  font-size: 32px;
  font-weight: normal;
}
.engineering-content time {
  display: block;
  margin-bottom: 28px;
  line-height: 1;
  color: #02335D;
  font-size: 12px;
}
.engineering-content p {
  color: #777777;
  font-size: 16px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.engineering-content b {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: 32px;
  border: 1px solid #777777;
  width: 138px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #777777;
  font-size: 14px;
  transition: 0.4s;
}
.engineering-content b:hover {
  border-color: #F95700;
}
.engineering-content b:before {
  content: "";
  width: 0;
  height: 100%;
  background: #F95700;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.engineering-content b:hover,
.engineering-content b.active {
  color: #fff;
}
.engineering-content b:hover:before,
.engineering-content b.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.more-case {
  position: absolute;
  right: 44px;
  bottom: 36px;
  z-index: 440;
}
.more-case a {
  display: inline-block;
  position: relative;
  padding-left: 80px;
  color: #777777;
  font-size: 12px;
}
.more-case a:hover {
  color: #F95700;
}
.more-case a:hover:after {
  width: 65px;
}
.more-case a:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 65px;
  height: 1px;
  background: #707070;
}
.more-case a:after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 0;
  height: 1px;
  background: #F95700;
  transition: 0.4s;
}
.company-dynamic {
  padding: 95px 0 120px;
}
.dynamic {
  position: relative;
}
.dynamic-items {
  width: 31.25%;
  float: left;
  margin-right: 3.125%;
}
.dynamic-items a {
  display: block;
}
.dynamic-items:hover figure img {
  transform: scale(1.05);
}
.dynamic-items:hover .dynamic-content strong {
  color: #02335D;
}
.dynamic-items figure {
  display: block;
  position: relative;
  line-height: 1;
  overflow: hidden;
}
.dynamic-items figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.68s;
}
.dynamic-items figure .video-bt {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -24px;
  line-height: 1;
  color: #fff;
  font-size: 48px;
  font-style: normal;
  cursor: pointer;
}
.dynamic-name {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: #02335D;
  z-index: 3;
}
.dynamic-content {
  padding: 26px 35px 31px;
  background: #EEF2F5;
}
.dynamic-content strong {
  display: block;
  margin-bottom: 39px;
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  min-height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.4s;
}
.dynamic-content time {
  display: block;
  line-height: 1;
  color: #777777;
  font-size: 14px;
}
.dynamic-list {
  position: absolute;
  right: 0;
  top: 0;
  background: #EEF2F5;
  width: 31.25%;
  height: 100%;
}
.dynamic-list:before {
  content: "";
  width: 100%;
  height: 107px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(236, 240, 243, 0) 0%, #ecf0f3 100%);
  pointer-events: none;
}
.dynamic-wraps {
  padding: 53px 14.22% 0 6.6666%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  box-sizing: border-box;
}
.dynamic-wraps::-webkit-scrollbar {
  width: 12px;
  border-radius: 0;
  background-color: rgba(91, 124, 152, 0.1);
}
.dynamic-wraps::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: rgba(91, 124, 152, 0.1);
}
.dynamic-wraps::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #5B7C98;
}
.dynamic-fix li {
  margin-bottom: 28px;
}
.dynamic-fix li a {
  display: block;
}
.dynamic-fix li a:hover strong {
  color: #02335D;
}
.dynamic-fix li a strong {
  display: block;
  margin-bottom: 13px;
  line-height: 1.6;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  transition: 0.4s;
}
.dynamic-fix li a time {
  display: block;
  line-height: 1;
  color: #777777;
  font-size: 14px;
}
.loadmore {
  margin-top: 56px;
  text-align: center;
}
.loadmore a {
  display: block;
  position: relative;
  z-index: 3;
  margin: auto;
  text-align: center;
  width: 178px;
  height: 46px;
  color: #BCBCBC;
  font-size: 14px;
  font-weight: bold;
  line-height: 46px;
  border: 1px solid #BCBCBC;
}
.loadmore a:before {
  content: "";
  width: 0;
  height: 100%;
  background: #F95700;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.loadmore a:hover,
.loadmore a.active {
  color: #fff;
}
.loadmore a:hover:before,
.loadmore a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.loadmore a:hover {
  border-color: #F95700;
}
.footer {
  background: rgba(119, 119, 119, 0.1);
}
.footer-tops {
  padding: 59px 0 44px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.footer-dl {
  display: block;
}
.footer-dl dt {
  display: block;
  margin-bottom: 22px;
}
.footer-dl dt a {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  line-height: 1.2;
}
.footer-dl dt a:hover {
  color: #F95700;
}
.footer-dl dd {
  display: block;
}
.footer-dl dd p {
  margin-bottom: 10px;
}
.footer-dl dd p a {
  display: inline-block;
  color: #333333;
  font-size: 14px;
}
.footer-dl dd p a:hover {
  color: #F95700;
}
.footer-bottom {
  padding: 38px 0 29px;
  background: rgba(119, 119, 119, 0.1);
}
.footer-address {
  margin-bottom: 33px;
}
.footer-address-item {
  float: left;
  margin-left: 102px;
}
.footer-address-item:first-child {
  margin-left: 0;
}
.footer-address-item p {
  color: #333333;
  font-size: 14px;
  line-height: 2;
}
.footer-network {
  float: right;
}
.marketing {
  float: left;
  margin-right: 10px;
}
.marketing a {
  display: block;
  position: relative;
  z-index: 3;
  width: 116px;
  line-height: 1;
  padding: 32px 0 23px;
  background: #F1F1F1;
  text-align: center;
}
.marketing a:before {
  content: "";
  width: 100%;
  height: 0;
  background: #02335D;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.marketing a:hover,
.marketing a.active {
  color: #02335D;
}
.marketing a:hover:before,
.marketing a.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.marketing a:hover i,
.marketing a:hover span {
  color: #fff;
}
.marketing a i {
  display: block;
  margin-bottom: 16px;
  line-height: 1;
  color: #02335D;
  font-size: 33px;
  font-style: normal;
  transition: 0.45s;
}
.marketing a span {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 12px;
  transition: 0.45s;
}
.wechat {
  float: right;
}
.wechat img {
  display: block;
  float: left;
  width: 116px;
}
.wechat span {
  display: block;
  float: left;
  margin-left: 10px;
  margin-top: 26px;
  line-height: 1.1;
  color: #333333;
  font-size: 12px;
  width: 12px;
}
.footer-bei {
  float: left;
  margin-top: 4px;
}
.footer-bei a {
  display: inline-block;
  color: #333333;
  font-size: 12px;
}
.footer-bei a:hover {
  color: #F95700;
}
.footer-ico {
  float: left;
  margin: 0 18px;
}
.footer-ico img {
  display: block;
  height: 30px;
  width: auto;
}
.footer-sj {
  float: left;
  padding-left: 10px;
  margin-right: 18px;
  margin-top: 4px;
}
.footer-sj a {
  display: inline-block;
  color: #333333;
  font-size: 12px;
}
.footer-sj a:hover {
  color: #F95700;
}
.footer-oa {
  float: left;
  margin-top: 9px;
  padding-left: 15px;
  border-left: 1px solid rgba(119, 119, 119, 0.6);
  line-height: 1;
}
.footer-oa a {
  display: block;
  float: left;
  margin-right: 20px;
  line-height: 1;
  color: #333333;
  font-size: 12px;
}
.footer-oa a:hover {
  color: #F95700;
}
.slidetop.article-block,
.list-animate.article-block li,
.list-animate.article-block > div {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.8s;
}
.slidetop.articleShow,
.list-animate.articleShow li,
.list-animate.articleShow > div {
  opacity: 1;
  visibility: visible;
  transform: initial;
}
.slidetop.detay1.article-block,
.list-animate.article-block li:nth-child(2),
.list-animate.article-block div:nth-child(2) {
  transition-delay: 0.2s;
}
.slidetop.detay2.article-block,
.list-animate.article-block li:nth-child(3),
.list-animate.article-block div:nth-child(3) {
  transition-delay: 0.4s;
}
.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(4),
.list-animate.article-block div:nth-child(4) {
  transition-delay: 0.6s;
}
.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(5),
.list-animate.article-block div:nth-child(5) {
  transition-delay: 0.8s;
}
.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(5),
.list-animate.article-block div:nth-child(6) {
  transition-delay: 1s;
}
.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(5),
.list-animate.article-block div:nth-child(7) {
  transition-delay: 1.2s;
}
.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(5),
.list-animate.article-block div:nth-child(8) {
  transition-delay: 1.4s;
}
.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(5),
.list-animate.article-block div:nth-child(9) {
  transition-delay: 1.6s;
}
.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(5),
.list-animate.article-block div:nth-child(10) {
  transition-delay: 1.8s;
}
.pbanner {
  position: relative;
  overflow: hidden;
}
.pbanner figure {
  display: block;
  width: 100%;
  height: auto;
}
.pbanner figure img {
  display: block;
  width: 100%;
  height: auto;
}
.ptext {
  width: 90%;
  position: absolute;
  left: 50%;
  margin-left: -45%;
  top: 42%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.ptext strong {
  display: block;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  font-size: 48px;
  font-weight: normal;
}
.ptext p {
  margin: auto;
  margin-top: 30px;
  width: 620px;
  max-width: 100%;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1.6;
}
.posites {
  background: rgba(119, 119, 119, 0.1);
  line-height: 1;
  position: relative;
  z-index: 2;
}
.posite-wrap a,
.posite-wrap b {
  float: left;
  color: #333333;
  font-size: 12px;
  line-height: 40px;
}
.posite-wrap a i,
.posite-wrap b i {
  display: inline-block;
  margin-right: 8px;
  color: #999999;
  font-size: 14px;
}
.posite-wrap a:hover {
  color: #F95700;
}
.posite-wrap b {
  font-weight: normal;
  margin: 0 3px;
}
.solutes {
  padding: 56px 0 116px;
}
.solute-item {
  width: 48.61%;
  float: left;
  position: relative;
  margin-bottom: 50px;
  background: rgba(119, 119, 119, 0.1);
  transition: 0.5s;
}
.solute-item:nth-child(2n+2) {
  float: right;
}
.solute-item:hover {
  background: #fff;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.16);
}
.solute-img {
  width: 240px;
  line-height: 1;
  float: left;
  overflow: hidden;
}
.solute-img:hover img {
  transform: scale(1.05);
}
.solute-img img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s;
}
.solute-content {
  position: absolute;
  left: 272px;
  top: 0;
  right: 28px;
  height: 100%;
}
.solute-title {
  padding-top: 32px;
  margin-bottom: 22px;
}
.solute-title a {
  display: inline-block;
  color: #333333;
  font-size: 20px;
  line-height: 1.1;
  font-weight: normal;
}
.solute-title a:hover {
  color: #F95700;
}
.solute-te {
  margin-top: -4px;
}
.solute-te p {
  color: #777777;
  font-size: 14px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.solute-list {
  padding-right: 30px;
}
.solute-list li {
  float: left;
  margin-right: 24px;
  margin-bottom: 14px;
}
.solute-list li a {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  color: #777777;
  font-size: 14px;
  line-height: 1;
}
.solute-list li a:hover {
  color: #F95700;
}
.solute-list li a:before {
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -7px;
  content: "·";
  color: #777777;
  font-size: 14px;
}
.solute-more {
  position: absolute;
  right: 0;
  bottom: 23px;
  z-index: 3;
}
.solute-more a {
  display: inline-block;
  color: #777777;
  font-size: 14px;
  line-height: 1;
}
.solute-more a:hover {
  color: #F95700;
}
.pbanner-inner {
  position: relative;
  padding: 110px 0 120px;
  background-position: center;
  background-size: cover;
}
.pbanner-inner:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background: linear-gradient(to right, rgba(2, 51, 93, 0.9) 0%, rgba(2, 51, 93, 0) 100%);
  content: "";
  width: 100%;
  height: 100%;
}
.soluteinner {
  position: relative;
  z-index: 3;
}
.soluteinner strong {
  display: block;
  margin-bottom: 24px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  font-size: 32px;
}
.soluteinner p {
  width: 560px;
  color: #FFFFFF;
  font-size: 16px;
}
.solute-fixs {
  padding: 48px 0 26px;
}
.solute-li {
  margin-left: -22px;
  margin-right: -22px;
}
.solute-li li {
  width: 33.333%;
  float: left;
  margin-bottom: 40px;
}
.solute-li li a {
  display: block;
  margin: 0 22px;
  transition: 0.5s;
}
.solute-li li a:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.16);
}
.solute-li li a:hover figure img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.solute-li li a:hover .solute-texts strong,
.solute-li li a:hover .solute-texts span {
  color: #F95700;
}
.solute-li li a figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.solute-li li a figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.68s;
}
.solute-texts {
  padding: 21px 25px 25px;
  background: rgba(119, 119, 119, 0.1);
  transition: 0.58s;
}
.solute-texts strong {
  display: block;
  margin-bottom: 13px;
  line-height: 1;
  color: #333333;
  font-size: 20px;
  font-weight: normal;
  transition: 0.4s;
}
.solute-texts p {
  color: #777777;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 75px;
}
.solute-texts span {
  display: inline-block;
  margin-top: 16px;
  color: #333333;
  font-size: 14px;
  line-height: 1;
  transition: 0.4s;
}
.posites1 {
  background: rgba(2, 51, 93, 0.1);
}
.solute-view {
  padding: 40px 0 110px;
  width: 1200px;
  margin: auto;
}
.solute-loads {
  float: left;
}
.solute-tt {
  float: left;
  padding-left: 29px;
  line-height: 20px;
  color: #02335D;
  font-size: 14px;
  background: url(../images/sl.png) left center no-repeat;
}
.solute-lo {
  float: left;
  margin-left: 18px;
}
.solute-lo a {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/loads.png) center no-repeat;
}
.solute-share-list {
  float: right;
}
.solute-share-list a {
  display: block;
  margin: 0 !important;
  margin-left: 12px !important;
  float: left;
  color: #707070 !important;
  font-size: 18px !important;
  line-height: 20px !important;
  padding-left: 0 !important;
  background: none !important;
}
.solute-share-list a:hover {
  color: #02335D !important;
}
.solute-name {
  display: block;
  float: left;
  color: #777777;
  font-size: 14px;
  line-height: 20px;
}
.solute-name i {
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 8px;
  color: #BCBCBC;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
}
.solute-f {
  margin-top: 14px;
  color: #333333;
  font-size: 14px;
}
.solute-f img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
}
.research-texts {
  padding: 74px 0 110px;
  width: 900px;
  margin: auto;
}
.research-texts p {
  color: #333333;
  font-size: 20px;
  text-align: justify;
}
.search-top {
  padding: 35px 68px;
  background: #F1F1F1;
}
.search-top figure {
  display: block;
  float: right;
  width: 367px;
  line-height: 1;
  overflow: hidden;
}
.search-top figure img {
  display: block;
  width: 100%;
  height: auto;
}
.search-contents {
  width: 58.05%;
  float: left;
  padding-top: 52px;
}
.search-speed {
  margin-bottom: 38px;
}
.search-speed strong {
  display: block;
  margin-bottom: 24px;
  line-height: 1;
  color: #333333;
  font-size: 36px;
  font-weight: normal;
}
.search-speed p {
  color: #777777;
  font-size: 16px;
  line-height: 1.5;
}
.search-texts p {
  color: #333333;
  font-size: 16px;
  text-align: justify;
}
.research-team {
  position: relative;
  margin-top: 48px;
}
.research-team figure {
  display: block;
  float: left;
  line-height: 1;
  overflow: hidden;
  width: 61.6666%;
}
.research-team figure img {
  display: block;
  width: 100%;
  height: auto;
}
.team-content {
  width: 38.3334%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #F1F1F1;
}
.team-wrap {
  padding: 70px 10.5% 0;
}
.team-wrap strong {
  display: block;
  margin-bottom: 44px;
  line-height: 1.1;
  color: #333333;
  font-size: 36px;
  font-weight: normal;
}
.team-wrap p {
  color: #333333;
  font-size: 16px;
}
.module {
  padding: 48px 0 150px;
}
.module-btn-item {
  float: left;
  position: relative;
  box-sizing: border-box;
  padding: 29px 32px 28px 34px;
  width: 33.3333%;
  border: 1px solid #F1F1F1;
  margin-left: -1px;
  cursor: pointer;
}
.module-btn-item:before {
  content: "";
  width: 0;
  height: 4px;
  background: #F95700;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.5s;
  z-index: -1;
}
.module-btn-item:hover,
.module-btn-item.active {
  color: #fff;
}
.module-btn-item:hover:before,
.module-btn-item.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.module-btn-item strong {
  display: block;
  width: 300px;
  min-height: 70px;
  max-width: 80%;
  line-height: 1.6;
  color: #333333;
  font-size: 22px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.module-btn-text {
  margin-top: 16px;
  height: 44px;
  width: 300px;
  max-width: 100%;
}
.module-btn-text p {
  color: #777777;
  font-size: 14px;
  line-height: 1.6;
}
.module-ico {
  position: absolute;
  right: 32px;
  top: 27px;
  z-index: 3;
}
.module-ico img {
  display: block;
  height: 44px;
}
.module-tab {
  padding: 40px 89px 25px;
  border: 1px solid #F1F1F1;
  border-top: none;
}
.module-items {
  float: left;
  width: 100%;
}
.module-list li {
  width: 25%;
  float: left;
  margin-bottom: 30px;
}
.module-list li figure {
  display: block;
  margin: 0 41px;
}
.module-list li figure:hover a img {
  transform: scale(1.05);
}
.module-list li figure:hover a b {
  opacity: 1;
  visibility: visible;
}
.module-list li figure a {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 323px;
}
.module-list li figure a img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  transition: 0.5s;
}
.module-list li figure a b {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(249, 87, 0, 0.5);
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.module-list li figure span {
  margin-top: 16px;
  display: block;
  text-align: center;
  line-height: 1;
  color: #333333;
  font-size: 16px;
}
.cooperate-partner {
  text-align: center;
  padding-bottom: 56px;
}
.cooperate-case {
  padding-top: 56px;
}
.partner-title {
  display: block;
  line-height: 1.1;
  color: #333333;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
}
.partner-list {
  margin-top: 60px;
  text-align: center;
  font-size: 0;
}
.partner-list li {
  display: inline-block;
  margin: 0 15px 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.4s;
}
.partner-list li:hover {
  transform: translateY(-5px);
}
.partner-list li img {
  display: block;
  height: 90px;
}
.case-contents {
  position: relative;
  margin-top: 48px;
}
.case-contents .item {
  position: relative;
  width: 100%;
  float: left;
}
.case-contents figure {
  display: blck;
  position: relative;
  z-index: 3;
  line-height: 1;
  overflow: hidden;
}
.case-contents figure:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 16.666%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.7;
}
.case-contents figure img {
  display: block;
  width: 100%;
  height: auto;
}
.case-contents .linkA {
  z-index: 5;
}
.case-texts {
  width: 100%;
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 37px;
  text-align: center;
  color: #fff;
}
.case-texts small {
  display: block;
  line-height: 1;
  font-size: 16px;
  text-transform: uppercase;
}
.case-texts small b {
  display: inline-block;
  margin-left: 6px;
  font-weight: normal;
}
.case-texts strong {
  display: block;
  margin-top: 20px;
  margin-bottom: 24px;
  line-height: 1;
  font-size: 32px;
  font-weight: normal;
}
.case-texts p {
  width: 480px;
  margin: auto;
  text-align: center;
  font-size: 16px;
}
.case-texts span {
  display: block;
  position: relative;
  z-index: 3;
  margin: auto;
  margin-top: 24px;
  width: 138px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border: 1px solid #777777;
  transition: 0.4s;
}
.case-texts span:hover {
  border-color: #F95700;
  color: #fff;
}
.case-texts span:before {
  content: "";
  width: 0;
  height: 100%;
  background: #F95700;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.case-texts span:hover,
.case-texts span.active {
  color: #fff;
}
.case-texts span:hover:before,
.case-texts span.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.case-texts span:before {
  right: -1px;
}
.cooperate-become {
  padding: 100px 0 140px;
}
.become-boxs {
  margin-top: 50px;
  position: relative;
}
.become-boxs figure {
  display: block;
  width: 50%;
  float: left;
  line-height: 1;
}
.become-boxs figure img {
  display: block;
  width: 100%;
  height: auto;
}
.become-content {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #F1F1F1;
}
.become-wrap {
  margin-left: 57px;
  margin-right: 13.888%;
  padding-top: 80px;
}
.become-text {
  height: 228px;
}
.become-text p {
  color: #333333;
  font-size: 22px;
  text-align: justify;
  width: 520px;
  max-width: 100%;
}
.become-items {
  position: relative;
  float: left;
  margin-left: -1px;
  margin-top: -1px;
  width: 50%;
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  padding: 22px 23px 19px;
}
.become-items:hover strong {
  color: #F95700;
}
.become-items strong {
  display: block;
  margin-bottom: 22px;
  line-height: 1;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  transition: 0.4s;
}
.become-items p {
  color: #777777;
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.become-items span {
  display: block;
  position: absolute;
  right: 19px;
  top: 24px;
  line-height: 1;
  color: #333333;
  font-size: 12px;
}
.service-box {
  padding: 64px 0 120px;
}
.services-list li {
  width: 33.3333%;
  float: left;
  margin-left: -1px;
  margin-top: -1px;
}
.service-wr {
  padding: 22px 24px 0;
  border: 1px solid #F1F1F1;
}
.service-wr strong {
  display: block;
  line-height: 1.1;
  color: #333333;
  font-size: 14px;
}
.service-down {
  margin-top: 22px;
  height: 120px;
}
.service-down p {
  color: #777777;
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.service-down p i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 24px;
  color: #5B7C98;
  font-size: 18px;
}
.load-fixs {
  padding: 64px 0 150px;
}
.load-lists li:nth-child(2n+2) .load-info a {
  background: #F8F8F8;
}
.load-info {
  width: 50%;
  float: left;
  margin-left: -1px;
  margin-top: -1px;
}
.load-info a {
  display: block;
  position: relative;
  z-index: 3;
  border: 1px solid #F1F1F1;
  background: #fff;
  padding: 26px 24px;
  overflow: hidden;
}
.load-info a:before {
  content: "";
  width: 100%;
  height: 0;
  background: #F95700;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.load-info a:hover,
.load-info a.active {
  color: #F95700;
}
.load-info a:hover:before,
.load-info a.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.load-info a:hover strong,
.load-info a:hover b {
  color: #fff;
}
.load-info a:hover strong i,
.load-info a:hover b i {
  color: #fff;
}
.load-info a strong {
  display: block;
  line-height: 20px;
  float: left;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  transition: 0.4s;
}
.load-info a strong i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  color: #F95700;
  width: 34px;
  line-height: 1;
  font-size: 20px;
  font-style: normal;
  transition: 0.4s;
}
.load-info a b {
  display: block;
  float: right;
  line-height: 20px;
  color: #BCBCBC;
  font-size: 20px;
  font-weight: normal;
  transition: 0.4s;
}
.about-introducts {
  padding: 70px 0 85px;
}
.introduct-top {
  width: 900px;
  margin: auto;
  max-width: 100%;
}
.introduct-top p {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  text-align: justify;
}
.introduct-data {
  margin-top: 46px;
  text-align: center;
}
.introduct-data-item {
  display: inline-block;
  margin-left: 146px;
  text-align: center;
}
.introduct-data-item:first-child {
  margin-left: 0;
}
.introduct-data-item strong {
  display: block;
  margin-bottom: 14px;
  line-height: 1;
  color: #333333;
  font-size: 32px;
}
.introduct-data-item p {
  line-height: 1;
  color: #777777;
  font-size: 16px;
}
.intro-item {
  width: 50%;
  float: left;
  position: relative;
}
.intro-item:hover figure img {
  transform: scale(1.04);
}
.intro-item:hover figure:before {
  opacity: 0;
  visibility: hidden;
}
.intro-item:hover figure:after {
  opacity: 1;
  visibility: visible;
}
.intro-item figure {
  display: block;
  position: relative;
  z-index: 3;
  line-height: 1;
  overflow: hidden;
}
.intro-item figure:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #02335D;
  opacity: 0.3;
  filter: alpha(opacity=30);
  z-index: 2;
  transition: 0.5s;
}
.intro-item figure:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(2, 51, 93, 0) 0%, #02335d 100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.intro-item figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.6s;
}
.intro-text {
  position: absolute;
  left: 47px;
  z-index: 4;
  width: 465px;
  bottom: 42px;
}
.intro-text p {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: justify;
}
.introduct-down {
  width: 900px;
  margin: auto;
  max-width: 100%;
  padding: 90px 0 160px;
}
.introduct-down p {
  color: #333333;
  font-size: 20px;
  text-align: justify;
  font-weight: bold;
}
.news-b {
  padding: 70px 0 120px;
}
.news-list {
  margin-left: -22px;
  margin-right: -22px;
}
.news-list li {
  width: 33.3333%;
  float: left;
  margin-bottom: 48px;
}
.news-list li a {
  display: block;
  margin: 0 22px;
}
.news-list li a:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.16);
}
.news-list li a:hover figure img {
  transform: scale(1.04);
}
.news-list li a:hover .news-contents {
  background: #fff;
}
.news-list li a:hover .news-contents strong {
  color: #F95700;
}
.news-list li a figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.news-list li a figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.65s;
}
.news-contents {
  position: relative;
  z-index: 3;
  padding: 24px 30px 20px;
  background: #F1F1F1;
  transition: 0.5s;
}
.news-contents strong {
  display: block;
  margin-bottom: 15px;
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.4s;
}
.news-contents time {
  display: block;
  line-height: 1.2;
  color: #777777;
  font-size: 12px;
}
.news-view {
  padding: 64px 0 150px;
}
.news-con {
  width: 69.444%;
  float: left;
}
.news-ti {
  margin-bottom: 45px;
}
.news-ti strong {
  display: block;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #333333;
  font-size: 32px;
  font-weight: normal;
}
.news-ti time {
  display: block;
  line-height: 1.2;
  color: #777777;
  font-size: 14px;
}
.newsw-contents p {
  color: #777777;
  font-size: 16px;
  text-align: justify;
}
.newsw-contents img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.news-commend {
  width: 22.2222%;
  float: right;
}
.news-commend .news-list li {
  margin-bottom: 32px;
  width: 100%;
  float: none;
}
.news-commend .news-list li .news-contents {
  padding: 20px 22px;
}
.recommend-tt {
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
}
.news-more {
  text-align: right;
  margin-top: -10px;
}
.news-more a {
  display: inline-block;
  line-height: 1;
  color: #333333;
  font-size: 14px;
}
.news-more a:hover {
  color: #F95700;
}
.honor-leval {
  text-align: center;
  line-height: 1;
  border-bottom: 1px solid rgba(119, 119, 119, 0.1);
}
.honor-leval a {
  display: inline-block;
  margin-left: 52px;
  position: relative;
  color: #333333;
  font-size: 14px;
  height: 39px;
  line-height: 39px;
}
.honor-leval a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #F95700;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.honor-leval a:hover,
.honor-leval a.active {
  color: #fff;
}
.honor-leval a:hover:before,
.honor-leval a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.honor-leval a:first-child {
  margin-left: 0;
}
.honor-leval a:hover,
.honor-leval a.active {
  color: #F95700;
}
.honor-boxs {
  padding: 48px 0 110px;
}
.honor-li li {
  width: 50%;
  float: left;
  margin-left: -1px;
  margin-top: -1px;
}
.honor-li li:nth-child(4n) a,
.honor-li li:nth-child(4n - 1) a {
  background: #F8F8F8;
}
.honor-li li a {
  display: block;
  position: relative;
  z-index: 3;
  border: 1px solid #F1F1F1;
  background: #fff;
  padding: 26px 24px;
  overflow: hidden;
}
.honor-li li a:before {
  content: "";
  width: 100%;
  height: 0;
  background: #F95700;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.honor-li li a:hover,
.honor-li li a.active {
  color: #F95700;
}
.honor-li li a:hover:before,
.honor-li li a.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.honor-li li a img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.honor-li li a:hover strong,
.honor-li li a:hover b {
  color: #fff;
}
.honor-li li a:hover strong i,
.honor-li li a:hover b i {
  color: #fff;
}
.honor-li li a strong {
  display: block;
  line-height: 20px;
  float: left;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  transition: 0.4s;
}
.honor-li li a strong i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  color: #5B7C98;
  width: 34px;
  line-height: 1;
  font-size: 20px;
  font-style: normal;
  transition: 0.4s;
}
.honor-li li a b {
  display: block;
  float: right;
  line-height: 20px;
  color: #BCBCBC;
  font-size: 20px;
  font-weight: normal;
  transition: 0.4s;
}
.staff {
  margin: 0 -22px;
}
.staff-list {
  width: 33.333%;
  position: relative;
  float: left;
  margin: 0;
}
.staff-list li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.staff-list li:first-child {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.staff-list li figure {
  margin: 0 22px;
  transition: 0.45s;
}
.staff-list li figure a {
  display: block;
  overflow: hidden;
}
.staff-list li figure img {
  transition: 0.65s;
  width: 100%;
  height: auto;
}
.staff-list li figure:hover {
  box-shadow: 0 5px 24px rgba(0, 0, 0, 0.16);
}
.staff-list li figure:hover img {
  transform: scale(1.05);
}
.staff-list li figure:hover .news-contents {
  background: #fff;
}
.staff-list li figure:hover .news-contents strong {
  color: #F95700;
}
.staff-list li figure a {
  overflow: hidden;
  margin: 0;
  line-height: 1;
}
.staff-list li figure .news-contents {
  display: block;
}
.search-banner {
  padding: 50px 0 64px;
  background-position: center;
  background-size: cover;
}
.search-banner-text {
  width: 988px;
  margin: auto;
  max-width: 90%;
}
.search-banner-text strong {
  display: block;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 48px;
}
.search-text {
  margin-top: 58px;
  position: relative;
}
.search-text .text {
  box-sizing: border-box;
  padding-left: 26px;
  width: 100%;
  height: 64px;
  line-height: 64px;
  color: #fff;
  font-size: 14px;
  border: none;
  background: rgba(119, 149, 175, 0.5);
  outline: none;
}
.search-text .text::-webkit-input-placeholder {
  color: #fff;
}
.search-text .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.search-text .sub {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  line-height: 64px;
  cursor: pointer;
  padding-right: 27px;
  background: none;
  transition: 0.4s;
}
.search-text .sub:hover {
  color: #F95700;
}
.search-leval a {
  height: 55px;
  line-height: 55px;
  font-size: 14px;
}
.searchsd {
  width: 988px;
  margin: auto;
  max-width: 90%;
  padding: 56px 0 170px;
}
.search-list li {
  position: relative;
  z-index: 3;
  background: #F1F1F1;
  border: 1px solid #F1F1F1;
}
.search-list li:nth-child(2n+2) {
  background: #fff;
}
.search-list li:before {
  content: "";
  width: 100%;
  height: 0;
  background: #F95700;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.search-list li:hover,
.search-list li.active {
  color: #F95700;
}
.search-list li:hover:before,
.search-list li.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.search-list li:hover a {
  color: #fff;
}
.search-list li:hover a i {
  color: #fff;
}
.search-list li a {
  display: block;
  line-height: 56px;
  height: 56px;
  color: #333333;
  font-size: 14px;
  padding: 0 32px 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-list li a i {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  line-height: 1;
  color: #000000;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  transition: 0.36s;
}
.investor {
  padding: 69px 0 169px;
  width: 1000px;
  margin: auto;
  max-width: 90%;
}
.investor-item {
  width: 50%;
  float: left;
  position: relative;
  box-sizing: border-box;
  background: rgba(91, 124, 152, 0.1);
  padding: 40px 46px 33px 47px;
}
.investor-item:first-child {
  border-right: 1px solid #fff;
}
.rmb {
  font-size: 0;
  height: 140px;
}
.rmb strong {
  display: inline-block;
  color: #02335D;
  font-size: 56px;
  font-weight: lighter;
  line-height: 1;
}
.rmb i {
  display: inline-block;
  position: relative;
  top: -4px;
  margin-left: 20px;
  color: #DB1D1D;
  font-size: 20px;
  font-style: normal;
  vertical-align: top;
}
.rmb i::before {
  content: "\e638";
}
.rmb i.jiang {
  color: #1dbc2d;
}
.rmb i.jiang::before {
  content: "\e6a2";
}
.rmb em {
  display: inline-block;
  color: #02335D;
  font-size: 16px;
  line-height: 1;
  font-style: normal;
}
.rmb span {
  margin-left: 26px;
  display: inline-block;
  color: #333333;
  font-size: 14px;
  line-height: 1;
  vertical-align: top;
}
.rmb p {
  margin-top: 13px;
  color: #02335D;
  font-size: 16px;
}
.investor-data p {
  width: 50%;
  float: left;
  color: #777777;
  font-size: 16px;
  line-height: 1;
}
.investor-data p span {
  display: inline-block;
  margin-left: 16px;
}
.investor-dit {
  margin-top: 26px;
}
.investor-dit p {
  text-align: center;
  color: #333333;
  font-size: 14px;
}
.notice {
  padding: 64px 0 180px;
}
.notice-li li a {
  padding: 27px 35px 15px 58px;
}
.notice-li li a:hover time {
  color: #fff;
}
.notice-li li a strong {
  position: relative;
  float: none;
  height: 56px;
}
.notice-li li a strong i {
  position: absolute;
  left: -34px;
  top: 0;
}
.notice-li li a time {
  display: block;
  color: #999999;
  font-size: 14px;
  line-height: 1.2;
  transition: 0.35s;
}
.contacts {
  padding: 69px 0 146px;
  width: 1000px;
  max-width: 90%;
  margin: auto;
}
.contact-wrap {
  background: rgba(91, 124, 152, 0.1);
  padding: 44px 0 50px;
  text-align: center;
}
.contact-text {
  display: inline-block;
  margin: auto;
  text-align: left;
  max-width: 90%;
}
.contact-text strong {
  display: block;
  margin-bottom: 34px;
  line-height: 1.2;
  color: #02335D;
  font-size: 14px;
  font-weight: normal;
}
.contact-text p {
  color: #999999;
  font-size: 16px;
  line-height: 2;
}
.video-box {
  padding: 56px 0 100px;
}
.video-lists {
  margin: 0 -40px;
}
.video-lists li {
  width: 25%;
  float: left;
  margin-bottom: 55px;
}
.video-wr {
  margin: 0 40px;
  position: relative;
}
.video-wr:hover figure img {
  transform: scale(1.05);
}
.video-wr:hover .video-mark {
  opacity: 1;
  visibility: visible;
}
.video-wr:hover .video-title:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.video-wr:hover .video-title strong,
.video-wr:hover .video-title a {
  color: #fff;
}
.video-wr figure {
  position: relative;
  display: block;
  line-height: 1;
  overflow: hidden;
  cursor: pointer;
}
.video-wr figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s;
}
.video-mark {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(249, 87, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.video-mark i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -13px;
  margin-top: -13px;
  line-height: 1;
  color: #fff;
  font-size: 26px;
  font-style: normal;
}
.video-title {
  position: relative;
  z-index: 3;
  padding: 23px;
  background: rgba(91, 124, 152, 0.1);
}
.video-title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 0;
  background: #F95700;
  transition: 0.4s;
}
.video-title strong {
  display: block;
  float: left;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  transition: 0.45s;
}
.video-title a {
  position: absolute;
  right: 23px;
  top: 50%;
  margin-top: -9px;
  color: #02335D;
  font-size: 18px;
  line-height: 1;
  font-style: normal;
  transition: 0.4s;
}
.pop-videos {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.78s;
}
.pop-videos.show {
  opacity: 1;
  visibility: visible;
}
.pop-videos.show .video-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.pop-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.video-content {
  width: 860px;
  height: 480px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -430px;
  margin-top: -240px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-200px);
  transition: 0.65s;
}
.video-content .video-close {
  display: block;
  position: absolute;
  right: -26px;
  top: 0;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  transition: 0.5s;
  cursor: pointer;
}
.video-content .video-close:hover {
  transform: rotate(180deg);
}
.video-content .video {
  width: 100%;
  height: 100%;
  display: block;
}
/*product*/
.product-box {
  padding: 60px 0 50px;
  background: #ededed;
}
.product {
  width: 1000px;
  margin: auto;
  max-width: 90%;
}
.product-sele {
  background: #999999;
  margin-bottom: 58px;
}
.product-sele li {
  float: left;
  margin-right: 4px;
}
.product-sele li a {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 16px;
  color: #ffffff;
  font-size: 14px;
}
.product-sele li a:hover,
.product-sele li a.on {
  background: #e46520;
}
.product-list li {
  width: 21.8%;
  float: left;
  margin-right: 4.2%;
  margin-bottom: 32px;
}
.product-list li:nth-child(4n+4) {
  margin-right: 0;
}
.product-list li figure {
  display: block;
  line-height: normal;
  position: relative;
}
.product-list li figure img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 0;
}
.product-list li figure mark {
  display: block;
  width: 99px;
  height: 99px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  background: rgba(249, 87, 0, 0.5);
  transition: 780ms;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
}
.product-list li figure mark span {
  display: block;
  width: 25px;
  height: 25px;
  background: url(../images/loa.png) center no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.product-list li figure:before {
  content: "";
  width: 0;
  height: 3px;
  background: #e56724;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: 500ms;
}
.product-list li figcaption {
  display: block;
  text-align: center;
  padding: 10px 0 0;
  color: #323232;
  font-size: 14px;
  height: 44px;
}
.product-list li:hover figure mark {
  visibility: visible;
  opacity: 1;
}
.product-list li:hover figure:before {
  width: 100%;
  left: 0;
}
.search-box {
  padding: 106px 0 80px;
}
.search-text h2 {
  padding-bottom: 14px;
  border-bottom: 8px solid #002f5a;
  color: #000000;
  font-size: 20px;
  font-weight: normal;
}
.search-info {
  padding: 132px 0 150px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}
.searchs {
  width: 50%;
  margin: auto;
  transition: 760ms;
  border: 1px solid #e5e5e5;
  border-radius: 24px;
}
.searchs.on {
  border-color: #e56724;
}
.searchs input[type=text] {
  padding-left: 27px;
  width: 418px;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #646464;
  font-size: 14px;
  outline: none;
  border: none;
  font-family: 微软雅黑;
  background: none;
  float: left;
}
.searchs .search-sub {
  width: 52px;
  height: 47px;
  outline: none;
  border: none;
  background: url(../images/search.png) 8px center no-repeat;
  transition: 680ms;
  float: left;
  cursor: pointer;
}
.fackbak {
  margin-top: 65px;
  text-align: center;
}
.searchs .search-sub:hover {
  background: url(../images/search1.png) 8px center no-repeat;
}
.fackbak a {
  display: inline-block;
  padding: 20px 50px;
  border: 1px solid #e5e5e5;
  color: #646464;
  font-size: 14px;
  margin: auto;
}
.fackbak a:hover {
  color: #e36f2f;
  border-color: #e36f2f;
}
.column-box {
  margin-top: 56px;
}
.columntitle span {
  display: inline-block;
  float: left;
  padding: 26px 0 0;
  height: 53px;
  margin-right: 33px;
  font-size: 16px;
  color: #000000;
}
.columntitle a {
  display: inline-block;
  float: left;
  padding: 26px 0 0;
  height: 53px;
  position: relative;
  width: 122px;
  text-align: center;
  color: #323232;
  font-size: 16px;
  margin-right: 3px;
}
.columntitle a:hover,
.columntitle a.now {
  background: #ededed;
}
.columntitle a:before {
  content: "";
  width: 68px;
  height: 5px;
  background: #e56724;
  position: absolute;
  left: 50%;
  margin-left: -34px;
  bottom: 20px;
  transition: 670ms;
  opacity: 0;
  visibility: hidden;
}
.columntitle a:hover:before,
.columntitle a.now:before {
  bottom: 16px;
  opacity: 1;
  visibility: visible;
}
.column {
  background: #ededed;
  padding-top: 50px;
}
.product-title {
  background: #a0a0a0;
}
.product-title span {
  height: 40px;
  display: block;
  float: left;
  line-height: 40px;
  color: #000000;
  font-size: 16px;
}
.product-title span:nth-child(1) {
  margin-left: 28px;
  margin-right: 96px;
}
.product-fix {
  padding: 20px 0;
  background: #fff;
}
.product-fix li {
  transition: 540ms;
}
.product-fix li b {
  display: block;
  float: left;
  margin-left: 35px;
  margin-right: 104px;
  color: #323232;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  font-weight: normal;
  transition: 580ms;
}
.product-fix li span {
  float: left;
  line-height: 48px;
  color: #323232;
  font-size: 16px;
  transition: 580ms;
}
.product-fix li span em {
  display: inline-block;
  color: #e56724;
  font-style: normal;
  transition: 580ms;
}
.product-fix li strong {
  display: inline-block;
  float: right;
  line-height: 48px;
  margin-right: 24px;
  color: #ffffff;
  font-size: 14px;
  padding-left: 20px;
  background: url(../images/searc.png) left center no-repeat;
  opacity: 0;
  transition: 680ms 200ms;
  font-weight: normal;
}
.product-fix li:hover {
  background: #e56724;
}
.product-fix li:hover b,
.product-fix li:hover span,
.product-fix li:hover span em {
  color: #fff;
}
.product-fix li:hover strong {
  opacity: 1;
}
/*产品详情*/
.producs {
  padding-top: 38px;
  padding-bottom: 100px;
  border-top: 1px solid #e5e5e5;
}
.product-view {
  width: 1000px;
  margin: auto;
  max-width: 90%;
}
#preview {
  text-align: center;
  width: 69.5%;
  float: left;
  margin-left: -20.3%;
}
.jqzoom {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 13px;
  height: auto;
  overflow: hidden;
  border: #eeeeee 1px solid;
  position: relative;
}
.jqzoom img {
  width: 100%;
  height: auto;
  display: block;
}
.zoomdiv {
  left: 859px;
  z-index: 100;
  border-bottom: #e4e4e4 1px solid;
  position: absolute;
  text-align: center;
  border-left: #e4e4e4 1px solid;
  width: 372px;
  display: none;
  background: url(../images/loading.gif) #fff no-repeat center center;
  height: 372px;
  overflow: hidden;
  border-top: #e4e4e4 1px solid;
  top: 1px;
  border-right: #e4e4e4 1px solid;
  left: 0px;
}
.zoomdiv.on {
  display: none !important;
}
#spec {
  position: relative;
  height: 70px;
  overflow: hidden;
  padding: 0 107px;
}
.specLeftT {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.specRightT {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#specLeft {
  position: absolute;
  width: 72px;
  height: 68px;
  border: 1px solid #d2d2d2;
  left: 0;
  top: 0;
  cursor: pointer;
  color: #d2d2d2;
  font-size: 20px;
  line-height: 68px;
  transition: 0.4s;
}
#specRight {
  position: absolute;
  width: 72px;
  height: 68px;
  border: 1px solid #d2d2d2;
  right: 0;
  bottom: 0;
  cursor: pointer;
  color: #d2d2d2;
  font-size: 20px;
  line-height: 68px;
  transition: 0.4s;
}
#specLeft:hover,
#specRight:hover {
  color: #F95700;
}
#specList {
  display: inline;
  float: left;
}
#specList ul li {
  width: 70px;
  height: 70px;
  display: inline;
  float: left;
  margin-right: 13px;
}
#specList ul li img {
  border: #dcdcdc 1px solid;
  transition: 670ms;
  display: block;
  width: 68px;
  height: 68px;
}
#specList ul li:hover img,
#specList ul li.on img {
  border-color: #003459;
}
.bigimg {
  width: 1000px;
  height: 1000px;
}
.jqZoomPup {
  z-index: 10;
  border-bottom: #aaa 1px solid;
  position: absolute;
  filter: alpha(opacity=50);
  border-left: #aaa 1px solid;
  width: 50px;
  background: #fede4f no-repeat 50% top;
  height: 50px;
  visibility: hidden;
  border-top: #aaa 1px solid;
  top: 0px;
  cursor: move;
  border-right: #aaa 1px solid;
  left: 0px;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}
#specList {
  text-align: left;
  width: 486px;
  height: 70px;
  overflow: hidden;
}
.listImg {
  position: relative;
}
.productbanner {
  display: none;
  position: relative;
  padding: 0 60px;
}
.productbanner ul li img {
  width: 100%;
  height: auto;
}
.productbanner .owl-theme .owl-controls .owl-buttons div {
  width: 48px;
  height: 42px;
  border: 1px solid #d2d2d2;
  position: absolute;
  top: 50%;
  margin-top: -34px;
  padding: 0;
  border-radius: 0;
  margin: 0;
  text-indent: 999px;
  overflow: hidden;
}
.productbanner .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -60px;
  background: url(../images/prev1.png) center no-repeat;
}
.productbanner .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -60px;
  background: url(../images/next1.png) center no-repeat;
}
.jqzoom.hide .jqZoomPup,
.jqzoom.hide .zoomdiv {
  display: none !important;
}
.producttext {
  width: 44.5%;
  float: right;
}
.product-tits {
  padding-top: 68px;
  border-top: 7px solid #ec6941;
  margin-bottom: 214px;
}
.product-tits h3 {
  color: #000000;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 8px;
}
.product-tits a {
  display: block;
  padding-left: 28px;
  color: #000000;
  font-size: 14px;
  background: url(../images/load2.png) left center no-repeat;
  transition: 650ms;
}
.product-tits a:hover {
  color: #ec6941;
  background: url(../images/load3.png) left center no-repeat;
}
.explain {
  padding-bottom: 70px;
  border-bottom: 3px solid #ec6941;
}
.explain h3,
.environment h3,
.parameter h3 {
  color: #000000;
  font-size: 16px;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.explain p,
.environment p {
  color: #646464;
  font-size: 14px;
  line-height: 2.2;
}
.environment {
  margin-top: 18px;
  margin-bottom: 100px;
}
.parameter-list {
  margin-top: 20px;
}
.paramete-info {
  display: block;
  margin-bottom: 10px;
}
.paramete-info dt {
  display: block;
  width: 150px;
  float: left;
  color: #323232;
  font-size: 14px;
  font-weight: bold;
}
.paramete-info dd {
  display: inline-block;
  float: left;
  color: #646464;
  font-size: 14px;
}
.videos {
  display: none;
  width: 100%;
  z-index: 9999;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.video-hidden {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.video-hidden span {
  display: block;
  width: 49px;
  height: 49px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  color: #fff;
  font-size: 49px;
  z-index: 10;
}
.video-hidden img {
  display: block;
  width: 100%;
  height: auto;
  transition: 500ms;
}
.ivideo {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.videos:hover .video-hidden img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#vbBox,
#vbBox1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.vwrap {
  display: none;
  z-index: 1040;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
.vwrap .videobtg {
  z-index: 900;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  overflow: hidden;
}
.vwrap .videobox {
  z-index: 990;
  width: 860px;
  height: 480px;
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -240px;
  margin-left: -430px;
}
.vwrap .videobox #videobox {
  width: 100%;
  display: inline-block;
  height: 100%;
  background: #80abde;
}
#videobox_wrapper {
  height: 100%!important;
}
.vwrap .close {
  z-index: 999;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: -28px;
  right: 0px;
}
.vwrap .close i {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/close.png) no-repeat 50% 50%;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.vwrap .close:hover i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#videobox_display_button {
  background: none no-repeat !important;
}
.jwplayer .jwicon:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.jwlogo,
.jwclick {
  display: none!important;
}
.peoobanner {
  position: relative;
  height: 260px;
  overflow: hidden;
  width: 100%;
}
.peoobanner .swiper-slide {
  overflow-y: auto;
  height: 240px;
  padding-right: 10px;
  position: relative;
}
#product #preview {
  margin-left: 155px;
  width: 780px;
  float: none;
}
#product #preview .jqzoom {
  width: 695px;
  float: left;
  margin-bottom: 0;
}
#product #preview #spec {
  float: right;
  padding: 104px 0;
  width: 70px;
  height: auto;
}
#product #preview #specList {
  height: auto;
  width: 70px;
  height: 487px;
}
#product #preview #specList ul li {
  float: none;
  margin-right: 0;
  margin-bottom: 13px;
  display: block;
}
#product #preview #specLeft,
#product #preview #specRight {
  width: 68px;
  height: 72px;
}
#product .producttext {
  width: 100%;
  float: none;
  margin-top: 38px;
}
#product .product-tits {
  padding-top: 22px;
  margin-bottom: 28px;
  text-align: center;
}
#product .product-tits h3 {
  text-align: center;
  margin-bottom: 14px;
}
#product .product-tits a {
  display: inline-block;
  margin: auto;
}
.producfix {
  padding-top: 32px;
  border-top: 3px solid #ec6941;
  margin-bottom: 35px;
}
.producfix .explain {
  width: 45%;
  float: left;
  padding-bottom: 0;
  border-bottom: none;
}
.producfix .environment {
  width: 45%;
  float: right;
  margin-top: 0;
}
.case-box {
  padding: 32px 60px 0;
  background: #ededed;
}
.case li {
  width: 24%;
  margin-right: 1.333333%;
  background: #fff;
  position: relative;
  float: left;
  margin-top: 32px;
}
.case li figcaption:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: -100%;
  background: #e56724;
  transition: 450ms;
  position: absolute;
}
.case li:nth-child(4n+4) {
  margin-right: 0;
}
.case li:hover figcaption:before {
  top: 0;
}
.case li:hover figcaption time,
.case li:hover figcaption h3 {
  color: #fff;
}
.case li:hover figcaption .casemore:before {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transition: 450ms 250ms;
}
.case li:hover figcaption .casemore:after {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transition: 450ms 250ms;
}
.case li:hover figure:before {
  height: 7px;
  top: 0;
}
.case li:hover figure img {
  transform: scale(1.08);
}
.case li:hover figcaption b {
  width: 86.2%;
}
.case li figure {
  display: block;
  position: relative;
  overflow: hidden;
}
.case li figure:before {
  width: 100%;
  height: 0px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: 450ms;
  background: #e56724;
  z-index: 10;
}
.case li figure img {
  width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  transition: 660ms;
}
.case li figcaption {
  display: block;
  padding: 12px 6.9% 16px;
  position: relative;
  overflow: hidden;
}
.case li figcaption time {
  color: #969696;
  transition: 380ms;
  position: relative;
  z-index: 5;
}
.case li figcaption h3 {
  color: #323232;
  font-size: 15px;
  font-weight: normal;
  transition: 480ms;
  position: relative;
  z-index: 5;
  margin-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case li figcaption b {
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 6.9%;
  bottom: 6px;
  z-index: 5;
  transition: 660ms 420ms;
}
.case li figcaption .casemore {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 6.9%;
  bottom: 20px;
  z-index: 5;
}
.case li figcaption .casemore:before {
  content: "";
  width: 22px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 11px;
  transition: 350ms 0;
  opacity: 0;
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
}
.case li figcaption .casemore:after {
  content: "";
  width: 1px;
  height: 22px;
  background: #fff;
  position: absolute;
  left: 11px;
  top: 0;
  transition: 350ms 0;
  opacity: 0;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
}
.pages {
  padding: 88px 0 82px;
  position: relative;
}
.page-info {
  float: left;
  width: 39%;
  position: relative;
}
.page-info a {
  display: block;
  padding-left: 40px;
  color: #323232;
  font-size: 14px;
  line-height: 26px;
  background: url(../images/triangle.png) left center no-repeat;
  transition: 560ms;
}
.page-info a b {
  display: block;
  width: 33px;
  height: 1px;
  background: #a0a0a0;
  position: absolute;
  transition: 730ms;
}
.page-info:nth-child(1) a b {
  left: 88px;
  top: 14px;
}
.page-info:hover a {
  color: #ff8c31;
  background: url(../images/triangle5.png) left center no-repeat;
}
.page-info:hover a b {
  width: 300px;
  background: #ed6c00;
}
.page-info:nth-child(2) {
  float: right;
}
.page-info:nth-child(2) a {
  padding-left: 0;
  padding-right: 40px;
  background: url(../images/triangle1.png) right center no-repeat;
  text-align: right;
}
.page-info:nth-child(2) a b {
  right: 88px;
  top: 14px;
}
.page-info:nth-child(2):hover a {
  background: url(../images/triangle4.png) right center no-repeat;
}
.pagenumble {
  position: absolute;
  left: 50%;
  top: 81px;
  margin-left: -15px;
}
.pagenumble strong {
  display: inline-block;
  color: #323232;
  font-size: 22px;
  font-weight: normal;
}
.pagenumble b {
  display: inline-block;
  font-size: 14px;
  color: #323232;
  font-weight: normal;
}
.casevide {
  padding: 0;
  height: 560px;
  background-size: cover !important;
  border-bottom: 3px solid #e56724;
}
.casefix-box {
  background: #e2e6ff;
}
.case-title {
  padding: 46px 0 66px;
}
.case-title h3 {
  padding-top: 20px;
  color: #323232;
  font-size: 50px;
  font-weight: normal;
  text-align: center;
  position: relative;
}
.case-title h3:before {
  content: "";
  width: 76px;
  height: 1px;
  background: #a0a0a0;
  position: absolute;
  left: 50%;
  margin-left: -38px;
  top: 0;
}
.case-title time {
  color: #969696;
  font-size: 14px;
  text-align: center;
  padding-bottom: 26px;
  position: relative;
  display: block;
}
.case-title time:before {
  content: "";
  width: 76px;
  height: 1px;
  background: #a0a0a0;
  position: absolute;
  right: 50%;
  margin-right: -38px;
  bottom: 0;
}
.project-address {
  background: #fff;
  padding: 28px 0 38px;
}
.projext {
  width: 1156px;
  margin: auto;
}
.area {
  float: left;
}
.area:nth-child(1) {
  width: 455px;
}
.area span {
  display: block;
  color: #323232;
  font-size: 14px;
}
.area strong {
  display: block;
  color: #323232;
  font-size: 25px;
  font-weight: normal;
}
.sharepro {
  float: right;
  margin-top: 8px;
}
.sharepro a {
  display: block;
  width: 20px;
  height: 21px;
  margin-bottom: 14px;
}
.sharepro a:nth-child(1) {
  background: url(../images/share.png) center no-repeat;
}
.sharepro a:nth-child(2) {
  background: url(../images/cope.jpg) center no-repeat;
  margin-bottom: 0;
}
.sharepro a:nth-child(1):hover {
  background: url(../images/share1.png) center no-repeat;
}
.sharepro a:nth-child(2):hover {
  background: url(../images/cope1.png) center no-repeat;
}
.case-text {
  border-top: 1px solid #e56724;
  width: 1156px;
  margin: auto;
  margin-top: 94px;
}
.case-info {
  padding: 45px 0;
}
.case-info figure {
  display: block;
  line-height: normal;
  width: 71.8%;
  float: left;
  overflow: hidden;
}
.case-info figure img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 0;
  transition: 860ms;
}
.case-info figure img:hover,
.caseview figure img:hover {
  transform: scale(1.06);
}
.case-info figcaption {
  width: 28.2%;
  float: right;
  box-sizing: border-box;
  padding: 33px 40px 0;
}
.case-info figcaption h3 {
  color: #000000;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: normal;
}
.case-info figcaption p {
  color: #000000;
  font-size: 14px;
  text-indent: 26px;
  margin-top: 10px;
}
.caseview {
  padding: 26px 0 20px;
}
.caseview figure {
  display: block;
  line-height: normal;
  overflow: hidden;
  width: 100%;
  float: none;
}
.caseview figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 860ms;
}
.caseview figcaption {
  padding: 40px 16% 0;
  float: none;
  width: 100%;
}
.caseview figcaption p {
  color: #000000;
  font-size: 14px;
  text-indent: 26px;
  margin-bottom: 10px;
}
.case-list .case-info figcaption {
  float: left;
}
.case-list .case-info figure {
  float: right;
}
.case-list .case-info:nth-child(2n+2) figcaption {
  float: right;
}
.case-list .case-info:nth-child(2n+2) figure {
  float: left;
}
.twofloat figure {
  float: right;
}
.twofloat figcaption {
  float: left;
}
.morecase {
  padding: 34px 0 95px;
  border-top: 1px solid #e56724;
}
.morecase h2 {
  color: #323232;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 22px;
}
.morecase .case li {
  margin-top: 0;
  margin-right: 0;
  width: 33.3333%;
  background: none;
}
.morecase .case li a {
  display: block;
  padding-right: 2px;
}
.morecase .case li figcaption {
  background: #fff;
}
.case-top {
  background: #f2f2f1;
  padding-top: 60px;
}
.case-in {
  width: 1020px;
  margin: auto;
  max-width: 90%;
  position: relative;
  padding-bottom: 30px;
}
.case-in h2 {
  font-weight: normal;
  position: relative;
  line-height: normal;
  color: #005bac;
  font-size: 28px;
  padding-bottom: 5px;
}
.case-in small {
  display: block;
  width: 192px;
  height: 1px;
  background: #111111;
  position: absolute;
  left: 0;
  bottom: 0;
}
.build {
  margin-top: 50px;
  width: 460px;
}
.build p {
  color: #4c4948;
  text-indent: 14px;
}
.case-in img {
  max-width: 100%;
  height: auto;
}
.imgrigh {
  position: absolute;
  right: 0;
  top: 0;
}
.case-bottom {
  width: 1020px;
  margin: auto;
  text-align: center;
  margin-top: 40px;
}
.case-bottom img {
  margin: auto;
  max-width: 100%;
}
.case-fixed h4 {
  color: #005bac;
  font-size: 18px;
  margin-bottom: 18px;
  font-weight: normal;
  line-height: normal;
}
.case-fixed p {
  color: #4c4948;
}
.case-bottom img {
  margin-top: 50px;
  margin-bottom: 60px;
}
.case-bottom img.casllle {
  margin-right: 130px;
}
.seivicesd {
  margin-top: 40px;
}
.seivicesd h4 {
  color: #005bac;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 10px;
  font-weight: normal;
}
.service-list {
  margin-bottom: 50px;
}
.service-list li {
  position: relative;
  padding-left: 20px;
  color: #4c4948;
}
.service-list li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.hardware {
  width: 1020px;
  max-width: 90%;
  margin: auto;
  margin-top: 54px;
  margin-bottom: 100px;
}
.facilities h4 {
  font-weight: normal;
  line-height: normal;
  color: #005bac;
  font-size: 28px;
  padding-bottom: 5px;
  border-bottom: 1px solid #121212;
  display: inline-block;
  margin-bottom: 20px;
}
.facilitice-info {
  margin-bottom: 120px;
}
.facilitice-info figure {
  display: block;
  float: left;
  text-align: center;
  background: #c0c0c0;
  padding-top: 34px;
  line-height: normal;
  width: 47%;
}
.facilitice-info figure img {
  max-width: 100%;
  height: auto;
}
.facilitice-info figcaption {
  display: block;
  width: 45.5%;
  float: right;
}
.facilitice-info figcaption h4 {
  color: #005bac;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: normal;
}
.facilitice-info figcaption p {
  color: #4c4948;
}
.facilitice-info:nth-child(2n+2) figure {
  float: right;
}
.facilitice-info:nth-child(2n+2) figcaption {
  float: left;
}
.software {
  margin-top: 56px;
}
.software img {
  display: block;
  float: left;
  max-width: 100%;
}
.soft-info {
  width: 44.1%;
  float: right;
  margin-top: 120px;
}
.soft-info h2 {
  color: #005bac;
  font-size: 18px;
  margin-bottom: 18px;
  line-height: normal;
  font-weight: normal;
}
.soft-info p {
  color: #4c4948;
}
.hallmark {
  margin-top: 95px;
}
.hall-info {
  float: left;
  width: 44.7%;
}
.hall-info h2 {
  color: #005bac;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 32px;
  line-height: normal;
}
.hall-info p {
  color: #4c4948;
  text-indent: 24px;
}
.hall-info:nth-child(2) {
  float: right;
}
.hallmae .hall-info {
  width: 100%;
  text-align: center;
}
.hall-info img {
  max-width: 100%;
}
.hallmae .hall-info img {
  margin: auto;
  max-width: 100%;
}
.hallmae .hall-info img.time {
  margin-top: 150px;
}
.second-level {
  padding-top: 34px;
  position: relative;
}
.second-list {
  padding-left: 13px;
  position: static;
}
.second-list > li {
  float: left;
  padding-bottom: 24px;
  width: auto;
  position: static;
}
.second-list > li > a > i {
  width: 12px;
  height: 6px;
  background: url(../images/top.png) center no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -24px;
  z-index: 5;
  transition: 650ms;
  opacity: 0;
}
.second-list > li > a {
  display: inline-block;
  line-height: normal;
  padding: 0 32px 11px;
  color: #323232;
  font-size: 16px;
  position: relative;
}
.second-list > li > a:before {
  content: "";
  width: 1px;
  height: 23px;
  background: #a0a0a0;
  position: absolute;
  right: 0;
  top: 0px;
}
.second-list > li:last-child > a:before {
  display: none;
}
.second-list > li > a:after {
  content: "";
  width: 68px;
  height: 5px;
  background: #e56724;
  position: absolute;
  left: 50%;
  margin-left: -34px;
  bottom: 5px;
  transition: 780ms;
  opacity: 0;
}
.second-list > li.now > a > i {
  opacity: 1;
}
.second-list > li.now > a:after {
  bottom: 0;
  opacity: 1;
}
.second-list > li.now .leval-fix {
  opacity: 1;
  visibility: visible;
}
.leval-fix {
  width: 100%;
  background: #023459;
  position: absolute;
  left: 0;
  top: 90px;
  opacity: 0;
  visibility: hidden;
  transition: 650ms;
  box-sizing: border-box;
}
.leval-fix li {
  float: left;
  margin-right: 3px;
  height: 28px;
  margin-top: 5px;
}
.leval-fix li a {
  display: inline-block;
  padding: 2px 11px 0px;
  line-height: normal;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  height: 26px;
}
.leval-fix li a i {
  display: inline-block;
  font-style: normal;
  color: #ffffff;
  position: relative;
  z-index: 5;
  transition: 480ms;
}
.leval-fix li a:before {
  content: "";
  width: 100%;
  height: 28px;
  background: #ededed;
  transition: 650ms;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 0;
}
.leval-fix li a:hover i,
.leval-fix li a.on i {
  color: #323232;
}
.leval-fix li a:hover:before,
.leval-fix li a.on:before {
  top: 0;
}
.leval-fix li:nth-child(1) {
  margin-left: 50px;
}
.swiper-button-next {
  width: 37px;
  height: 29px;
  background: url(../images/prev4.png) center no-repeat;
  right: 0;
  top: 0;
  margin-left: 0;
  margin-top: 0;
  z-index: 20;
  display: none;
}
.swiper-button-prev {
  width: 37px;
  height: 29px;
  background: url(../images/next4.png) center no-repeat;
  left: 0;
  top: 0;
  margin-left: 0;
  margin-top: 0;
  z-index: 20;
  display: none;
}
.location-box {
  border: 1px solid #F1F1F1;
  margin-top: 48px;
  padding: 40px 5%;
  background-color: #FAFAFA;
}
.location-box .title {
  display: block;
  line-height: 1.1;
  color: #333333;
  font-size: 36px;
  font-weight: normal;
}
.major {
  margin: 60px auto;
  width: 994px;
}
.major-left {
  float: left;
  height: 350px;
  position: relative;
  width: 45%;
}
.major-left .item {
  display: block;
  color: #323232;
  font-size: 16px;
}
.major-fix {
  position: absolute;
  left: 0;
  bottom: 0;
}
.major-info {
  float: left;
  width: 128px;
  text-align: center;
}
.major-info:nth-child(1) {
  margin-right: 78px;
}
.major-info strong {
  display: block;
  text-align: center;
  color: #ff821c;
  font-size: 35px;
  font-weight: normal;
  border-bottom: dashed 1px #bfbfbf;
  padding-bottom: 2px;
}
.major-info strong i {
  display: inline-block;
  font-size: 16px;
  color: #323232;
  font-style: normal;
}
.major-info b {
  display: block;
  text-align: center;
  font-weight: normal;
  color: #323232;
  font-size: 16px;
  margin-top: 10px;
}
.majorImg {
  width: 52%;
  float: right;
}
.majorImg img {
  width: 100%;
  height: auto;
  line-height: 0;
}
.location-box2 {
  margin-bottom: 150px;
}
.locate-list li {
  width: 30.3%;
  margin-right: 4.55%;
  background: #fff;
  position: relative;
  overflow: hidden;
  float: left;
}
.locate-list li:last-child {
  margin-right: 0;
}
.locate-list li .lacate-wr {
  padding: 25px 10% 0 10%;
  height: 342px;
}
.locate-list li .lacate-wr strong {
  display: block;
  font-size: 68px;
  font-weight: normal;
  line-height: 1;
  padding-left: 24px;
  position: relative;
  color: #323232;
  margin-bottom: 30px;
}
.locate-list li .lacate-wr strong:before {
  content: "";
  width: 6px;
  height: 100%;
  background: #ff821c;
  position: absolute;
  left: 0;
  top: 0;
}
.locate-list li .lacate-wr p {
  color: #646464;
  font-size: 14px;
  line-height: 2;
}
.loacte-logo {
  width: 80%;
  position: absolute;
  left: 10%;
  bottom: 20px;
}
.loacte-logo img {
  float: left;
  max-width: 90px;
  height: auto;
  transition: 660ms 0;
  opacity: 0;
  transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
}
.loacte-logo b {
  width: 65%;
  height: 1px;
  background: #ff821c;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 0;
  transition: 750ms;
}
.loacte-logo:before {
  content: "";
  width: 36px;
  height: 1px;
  background: #ff821c;
  position: absolute;
  right: 0;
  top: 6px;
  transition: 560ms;
  opacity: 0;
  width: 0;
}
.locate-list li:before {
  content: "";
  width: 100%;
  height: 0%;
  border-left: 1px solid #ff821c;
  border-right: 1px solid #ff821c;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  transition: 400ms;
}
.locate-list li:after {
  content: "";
  width: 0%;
  height: 100%;
  border-top: 1px solid #ff821c;
  border-bottom: 1px solid #ff821c;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 0;
  transition: 400ms;
}
.locate-list li:hover:before {
  height: 100%;
  top: 0;
}
.locate-list li:hover:after {
  width: 100%;
  left: 0;
}
.locate-list li:hover .loacte-logo img {
  opacity: 1;
  transform: skewX(0deg);
  -webkit-transform: skewX(0deg);
  -moz-transform: skewX(0deg);
  transition: 660ms 150ms;
}
.locate-list li:hover .loacte-logo b {
  width: 65%;
  opacity: 1;
}
.locate-list li:hover .loacte-logo:before {
  width: 36px;
  opacity: 1;
}
