/* 样式初始化 */
* {
  margin: 0;
  padding: 0;
  border: 0;
}

body,
html {
  overflow-x: hidden;
}

address,
caption,
cite,
code,
dfn,
em,
strong {
  font-style: normal;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

input {
  margin: 0;
  padding: 0;
  outline: 0;
}

input::-webkit-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder {
  color: #ccc;
}

input::-moz-placeholder {
  color: #ccc;
}

input[type=button],
input[type=submit] {
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

img {
  border: 0;
}

li,
ol,
ul {
  list-style-type: none;
}

.img-pct img {
  width: 100%;
}

.img-scale {
  overflow: hidden;
}

.img-scale img {
  transition: all 0.7s;
}

.img-scale:hover img {
  transform: scale(1.1);
}

.dot4 {
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.dot5 {
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.dot6 {
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

/* 公共样式 */
.content {
  background: #fff;
  font-size: 16px;
}

.auto_1800 {
  max-width: 1800px;
}

@media (max-width:1800px) {
  .auto_1800 {
    padding: 0 2%;
  }
}

.auto_1700 {
  max-width: 1700px;
}

@media (max-width:1700px) {
  .auto_1700 {
    padding: 0 2%;
  }
}

/* Carousel初始化样式 */
.carousel {
  margin: 0 auto;
}

.carousel .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  font-size: 24px;
  transform: translate(0, -50%);
}

.carousel .owl-carousel .owl-nav button.owl-prev {
  left: 0;
  margin-left: 10px;
}

.carousel .owl-carousel .owl-nav button.owl-next {
  right: 0;
  margin-right: 10px;
}

.carousel .owl-carousel .owl-dots {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  text-align: center;
}

.carousel .owl-carousel button.owl-dot {
  margin: 0 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  opacity: 0.3;
}

.carousel .owl-carousel button.owl-dot.active {
  opacity: 1;
}

/* 内页Banner */
.banner .img {
  display: block;
}

.banner .pc-img {
  display: block;
  padding-bottom: 26%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner .mobile-img {
  display: none;
  width: 100%;
}

@media (max-width:1024px) {
  .banner .pc-img {
    display: none;
    height: auto;
  }

  .banner .mobile-img {
    display: block;
  }
}

/* 菜单Menu */
.menu {
  border-bottom: 1px solid #eee;
}

.menu .ul li {
  display: inline-block;
  margin-right: 50px;
}

.menu .ul li a {
  position: relative;
  display: block;
  height: 100px;
  line-height: 100px;
}

.menu .ul li a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  content: "";
}

.menu .ul li.aon a,
.menu .ul li:hover a {
  color: #108fd1;
}

.menu .ul li.aon a::after,
.menu .ul li:hover a::after {
  background: #108fd1;
}

@media (max-width:1024px) {
  .menu .ul li {
    margin-right: 15px;
  }

  .menu .ul li a {
    height: 50px;
    line-height: 50px;
  }
}

/* 二级菜单Menu */
.menu-sub .ul {
  margin: 3% 0 -5%;
}

.menu-sub .ul li {
  float: left;
  margin: 5px 4% 5px 0;
  margin-right: 4%;
}

.menu-sub .ul li a {
  display: block;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
}

.menu-sub .ul li.aon a {
  border-bottom: 1px solid #108fd1;
  color: #108fd1;
}

/* 内页Title */
.c-title .h3 {
  margin-top: 8%;
  color: #333;
  font-weight: 600;
  font-size: 32px;
}

@media (max-width:1024px) {
  .c-title .h3 {
    font-size: 30px;
  }
}


/* 首页样式 */
.hideeense1 {
  
}

.index {
  font-size: 16px;
}

.index .sec1 {
  overflow: hidden;
}

.index .sec1 .auto_1800 {
  position: relative;
}

.index .sec1 .auto_1800::before {
  position: absolute;
  top: 0;
  right: -50%;
  z-index: 99;
  display: block;
  margin-right: 75px;
  width: 50%;
  height: 100vh;
  background: #004396;
  content: "";
  opacity: 0.6;
}

.index .sec1 .img {
  display: block;
}

.index .sec1 .pc-img {
  display: block;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.index .sec1 .mobile-img {
  display: none;
  width: 100%;
}

.index .sec1 .carousel .owl-carousel .owl-nav {
  position: absolute;
  bottom: 2.5%;
  left: 6.25%;
  z-index: 2;
  width: 100px;
  height: 55px;
}

.index .sec1 .carousel .owl-carousel .owl-nav button {
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}

.index .sec1 .carousel .owl-carousel .owl-nav button.owl-prev {
  margin: 0;
  width: 55px;
  height: 55px;
  background-image: url(ico_prev2.png);
}

.index .sec1 .carousel .owl-carousel .owl-nav button.owl-next {
  margin: 0;
  width: 30px;
  height: 30px;
  background-image: url(ico_next1.png);
}

.index .sec1 .carousel .owl-carousel .owl-nav button span {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0);
  font-size: 0;
  opacity: 0.2;
}

.index .sec1 .carousel .owl-carousel .owl-dots {
  bottom: 3.125%;
}

.index .sec1 .carousel .owl-carousel button.owl-dot {
  position: relative;
  margin: 0 10px;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0);
  vertical-align: middle;
  opacity: 1;
}

.index .sec1 .carousel .owl-carousel button.owl-dot::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 4px;
  height: 4px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #fff;
  content: "";
  transform: translate(-50%, -50%);
}

.index .sec1 .carousel .owl-carousel button.owl-dot.active::before {
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0);
  opacity: 0.4;
}

.index .sec1 video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.index .sec2 {
  overflow: hidden;
  height: 100vh;
}

.index .sec2 .ul li {
  float: left;
  width: 25%;
  transition: all 0.8s ease;
}

.index .sec2 .ul li:hover .back .img::before {
  opacity: 0.4;
}

.index .sec2 .ul li:hover .back .info {
  bottom: 50%;
  transform: translate(0, 50%);
}

.index .sec2 .ul li:hover .back .info .h4 {
  font-size: 80px;
}

.index .sec2 .ul li:hover .back .info .h4 span {
  font-size: 30px;
}

.index .sec2 .back {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  color: #fff;
}

.index .sec2 .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.index .sec2 .img::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  opacity: 0.17;
}

.index .sec2 .info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 55px 45px;
  width: 100%;
  transition: all 0.8s ease;
}

.index .sec2 .info .h4 {
  font-size: 60px;
  line-height: 1;
}

.index .sec2 .info .h4 span {
  margin-left: 6px;
  font-size: 16px;
}

.index .sec2 .info .h5 {
  margin-top: 20px;
  height: 48px;
  line-height: 24px;
}

.index .sec {
  position: relative;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.index .sec::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1700px;
  background: url(index_bg_05.png) no-repeat left center;
  background-size: 660px auto;
  content: "";
  transform: translate(-50%, 0);
}

.index .sec .back {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.index .sec .title {
  position: relative;
  padding: 0 0 0 50px;
  background: url(index_bg_02.png) no-repeat left top;
}

.index .sec .title p {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  line-height: 1;
}

.index .sec .title .h2 {
  font-size: 60px;
}

.index .sec .title .h4 {
  margin-left: 28px;
  padding-left: 28px;
  max-width: 100px;
  border-left: 2px solid #fff;
  text-transform: uppercase;
  font-size: 30px;
}

.index .sec .ulIco {
  position: absolute;
  top: 0;
  width: 100%;
}

.index .sec .ulIco li {
  position: absolute;
  padding-left: 40px;
  width: 100%;
  background: url(ico_circle.png) no-repeat left center;
}

.index .sec .ulIco li .ico {
  display: inline-block;
  margin-right: 6px;
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.index .sec .ulIco li p {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 18px;
}

.index .sec .info {
  margin: 50px 0 0 0;
  padding: 0 0 0 50px;
  max-width: 500px;
}

.index .sec .info .h5 {
  line-height: 30px;
}

.index .sec .info .more {
  display: inline-block;
  margin-top: 55px;
  padding: 0 36px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  line-height: 50px;
}

.index .sec .info .more::after {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 6px;
  width: 12px;
  height: 10px;
  background: url(ico_next1.png) no-repeat center center;
  content: "";
  vertical-align: middle;
}

.index .sec .info .more:hover {
  border-color: #108fd1;
  background: #108fd1;
}


.index .anli {
  position: relative;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.index .anli::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1700px;
  background: url() no-repeat left center;
  background-size: 660px auto;
  content: "";
  transform: translate(-50%, 0);
}



.index .sec6 {
  position: relative;
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

.index .sec6 .info {
  position: relative;
  display: inline-block;
  padding: 0 200px;
  text-align: center;
}

.index .sec6 .info::before,
.index .sec6 .info::after {
  position: absolute;
  top: 0;
  display: block;
  width: 32px;
  height: 28px;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
}

.index .sec6 .info::before {
  left: 0;
  background-image: url(ico_douhao1.png);
}

.index .sec6 .info::after {
  right: 0;
  background-image: url(ico_douhao2.png);
}

.index .sec6 .info .h2 {
  font-size: 36px;
}

.index .sec6 .info .h5 {
  margin-top: 1%;
  text-transform: uppercase;
}

@media (min-width:1025px) {
  .index .sec2 .ul:hover li {
    width: 22%;
  }

  .index .sec2 .ul:hover li:hover,
  .index .sec2 .ul:hover li.on {
    width: 34%;
  }
}

@media (max-width:1800px) {
  .index .sec .back {
    margin-top: 60px;
  }

  .index .sec1 .auto_1800::before {
    right: -48%;
    margin-right: 45px;
  }

  .index .sec3 .ulIco li:nth-child(1) {
    top: -66px !important;
    left: 538px !important;
  }

  .index .sec3 .ulIco li:nth-child(2) {
    top: 30px !important;
    left: 560px !important;
  }

  .index .sec3 .ulIco li:nth-child(3) {
    top: 120px !important;
    left: 564px !important;
  }

  .index .sec3 .ulIco li:nth-child(4) {
    top: 214px !important;
    left: 548px !important;
  }

  .index .sec3 .ulIco li:nth-child(5) {
    top: 302px !important;
    left: 514px !important;
  }

  .index .sec4 .ulIco li:nth-child(1) {
    top: -60px !important;
    left: 542px !important;
  }

  .index .sec4 .ulIco li:nth-child(2) {
    top: 126px !important;
    left: 564px !important;
  }

  .index .sec4 .ulIco li:nth-child(3) {
    top: 278px !important;
    left: 526px !important;
  }

  .index .sec5 .ulIco li:nth-child(1) {
    top: -70px !important;
    left: 536px !important;
  }

  .index .sec5 .ulIco li:nth-child(2) {
    top: 136px !important;
    left: 562px !important;
  }

  .index .sec5 .ulIco li:nth-child(3) {
    top: 290px !important;
    left: 520px !important;
  }
}

@media (max-width:1640px) {
  .index .sec2 .info {
    padding: 30px 20px;
  }

  .index .sec2 .info .h4 {
    font-size: 42px;
  }

  .index .sec2 .ul li:hover .back .info .h4 {
    font-size: 54px;
  }
}

@media (max-width:1024px) {
  .index .sec .back {
    margin-top: 0;
  }

  .index .sec1 .auto_1800::before {
    display: none;
  }

  .index .sec1 .carousel .owl-carousel .owl-nav {
    width: 80px;
  }

  .index .sec1 .carousel .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
  }

  .index .sec1 .pc-img {
    display: none;
    height: auto;
  }

  .index .sec1 .mobile-img {
    display: block;
  }

  .index .sec2 {
    height: auto;
  }

  .index .sec2 .back {
    height: 300px;
  }

  .index .sec2 .ul li {
    width: 33.33%;
  }

  .index .sec {
    padding: 60px 0;
    height: auto;
  }

  .index .sec::before {
    display: none;
  }

  .index .sec .title {
    padding-left: 30px;
    background-size: 20px auto;
  }

  .index .sec .title .h2 {
    font-size: 42px;
  }

  .index .sec .back {
    position: static;
    transform: none;
  }

  .index .sec .title .h4 {
    margin-left: 15px;
    padding-left: 15px;
    font-size: 20px;
  }

  .index .sec .info {
    margin-top: 20px;
    padding-left: 30px;
  }

  .index .sec .info .more {
    margin-top: 30px;
    height: 40px;
    line-height: 40px;
  }

  .index .sec .ulIco {
    position: static;
    margin-top: 20px;
    padding-left: 30px;
  }

  .index .sec .ulIco li {
    position: static;
    display: inline-block;
    margin: 15px 20px 0 0;
    padding-left: 30px;
    width: auto;
  }

  .index .sec6 {
    padding: 100px 0;
  }

  .index .sec6 .info {
    padding: 0 30px;
  }

  .index .sec6 .info .h2 {
    font-size: 28px;
  }

  .index .sec6 .info .h5 {
    font-size: 13px;
  }

  .index .sec6 .info::before,
  .index .sec6 .info::after {
    width: 16px;
    height: 14px;
  }
}

@media (max-width:640px) {
  .index .sec2 .ul li {
    width: 50vw;
  }

  .index .sec2 .back {
    height: 50vw;
  }

  .index .sec .title .h2 {
    font-size: 32px;
  }

  .index .sec .title .h4 {
    font-size: 16px;
  }

  .index .sec .info {
    padding-left: 30px;
  }
}

/*  */
.public-info .back {
  padding-bottom: 4%;
}

.public-info .back .title {
  margin: 4.5% 0 0;
  padding-bottom: 3%;
  border-bottom: 1px dashed #d2d2d2;
  text-align: center;
}

.public-info .back .title .h3 {
  font-size: 28px;
}

.public-info .back .title .time {
  margin-top: 10px;
}

.public-info .info {
  padding: 20px 0;
  font-size: 16px;
  line-height: 30px;
}

.public-info .info div {
  margin: 20px 0 0;
}

.public-info .hit {
  text-align: right;
}








/* 战车部件样式 */
.myTop002262 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  transition: all 0.6s ease;
}

.myTop002262 .header-left {
  float: left;
  display: table;
  width: 40%;
  height: 70px;
  max-width: 466px;
  padding-top: 30px;
}

.myTop002262 .logo {
  display: table-cell;
  vertical-align: middle;
 
}

.myTop002262 .header-mid,
.myTop002262 .header-right {
  float: right;
}

.myTop002262 .header-menu li {
  margin-right: 30px;
  width: auto !important;
}

.myTop002262 .header-menu li em {
  position: relative;
  padding: 0 15px;
}

.myTop002262 .header-menu li em a {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  line-height: 120px;
}

.myTop002262 .header-menu li em a::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: #000000;
  content: '';
  transition: ease-in-out 0.3s;
  transform: translateX(-50%);
}

.myTop002262 .header-menu li em a:hover::before,
.myTop002262 .header-menu li.aon em a::before {
  width: 100%;
}

.myTop002262 .header-menu li .sub {
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
  width: 130%;
  min-width: 150px;
}

.myTop002262 .header-menu li .sub-menu {
  padding: 15px 0;
  text-align: center;
}

.myTop002262 .header-menu li .sub-menu dt {
  border-bottom: 1px solid #f2f2f2;
}

.myTop002262 .header-menu li .sub-menu dt:last-child {
  border-bottom: 0;
}

.myTop002262 .header-menu li .sub-menu dt a {
  color: #666;
  transition: 0.3s;
  padding: 0;
}

.myTop002262 .header-menu li .sub-menu dt a:hover {
  background: none;
  color: #108fd1 !important;
}

.myTop002262 .header-menu li#li9 {
  display: none;
}

.myTop002262 .header-right dd {
  float: left;
  padding: 20px 0;
}

.myTop002262 .top-search {
  position: relative;
  z-index: 100;
}

.myTop002262 .open-search {
  display: block;
  width: 30px;
  height: 30px;
  background: url(ico_search.png) no-repeat center center;
}

.myTop002262 .open-search-show {
  position: relative;
  background: none !important;
}

.myTop002262 .open-search-show::before,
.myTop002262 .open-search-show::after {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  height: 3px;
  background: #fff;
  content: '';
  transform: rotate(-45deg);
}

.myTop002262 .open-search-show::after {
  transform: rotate(45deg);
}

.myTop002262 .search-box {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 100;
  display: none;
}

.myTop002262 .search-box .text {
  padding: 0 50px 0 10px;
  width: 254px;
  height: 46px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  line-height: 46px;
}

.myTop002262 .search-box .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 46px;
}

.myTop002262 .search-box .btn::before {
  position: absolute;
  top: -15px;
  right: 4px;
  border: 8px solid transparent;
  content: '';
  border-bottom-color: #b4b4b4;
}

.myTop002262 .top-stock {
  display: none;
  color: #fff;
  text-align: right;
}

.myTop002262 .top-stock .h4 {
  line-height: 24px;
}

.myTop002262 .top-stock .h4 i {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: top;
}

.myTop002262 .top-stock .p-rise {
  color: #bd0000;
}

.myTop002262 .top-stock .p-tumble {
  color: #ff0000;
}

.myTop002262 .top-stock .ico-rise {
  top: 0px;
  background-image: url(gp-icon2.svg);
}

.myTop002262 .top-stock .ico-tumble {
  top: 0px;
  background-image: url(gp-icon2.svg);
}

.myTop002262 .top-stock .h5 {
  font-size: 12px;
}

/* 头部样式 */
.Top002262 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  transition: all 0.6s ease;
}

/* .Top002262{position:absolute;top:0;left:0;z-index:100;width:100%;background:rgba(0,0,0,0);transition:all 0.6s ease;} */
.Top002262 .header-left {
  float: left;
  display: table;
  width: 40%;
  height: 70px;
  max-width: 466px;
}

.Top002262 .logo {
  display: table-cell;
  vertical-align: middle;
}

.Top002262 .header-mid,
.Top002262 .header-right {
  float: right;
}

.Top002262 .header-menu li {
  margin-right: 30px;
  width: auto !important;
}

.Top002262 .header-menu li em {
  position: relative;
  padding: 0 15px;
}

.Top002262 .header-menu li em a {
  position: relative;
  color: #333;
  font-size: 14px;
  line-height: 120px;
}

.Top002262 .header-menu li em a::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: #000000;
  content: '';
  transition: ease-in-out 0.3s;
  transform: translateX(-50%);
}

.Top002262 .header-menu li em a:hover::before,
.Top002262 .header-menu li.aon em a::before {
  width: 100%;
}

.Top002262 .header-menu li .sub {
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
  width: 130%;
  min-width: 150px;
}

.Top002262 .header-menu li .sub-menu {
  padding: 15px 0;
  text-align: center;
}

.Top002262 .header-menu li .sub-menu dt {
  border-bottom: 1px solid #f2f2f2;
}

.Top002262 .header-menu li .sub-menu dt:last-child {
  border-bottom: 0;
}

.Top002262 .header-menu li .sub-menu dt a {
  color: #666;
  transition: 0.3s;
  padding: 0;
}

.Top002262 .header-menu li .sub-menu dt a:hover {
  background: none;
  color: #108fd1 !important;
}

.Top002262 .header-menu li#li9 {
  display: none;
}

.Top002262 .header-right dd {
  float: left;
  padding: 20px 0;
}

.Top002262 .top-search {
  position: relative;
  z-index: 100;
}

.Top002262 .open-search {
  display: block;
  width: 30px;
  height: 30px;
  background: url(ico_search.png) no-repeat center center;
}

.Top002262 .open-search-show {
  position: relative;
  background: none !important;
}

.Top002262 .open-search-show::before,
.Top002262 .open-search-show::after {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  height: 3px;
  background: #fff;
  content: '';
  transform: rotate(-45deg);
}

.Top002262 .open-search-show::after {
  transform: rotate(45deg);
}

.Top002262 .search-box {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 100;
  display: none;
}

.Top002262 .search-box .text {
  padding: 0 50px 0 10px;
  width: 254px;
  height: 46px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  line-height: 46px;
}

.Top002262 .search-box .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 46px;
}

.Top002262 .search-box .btn::before {
  position: absolute;
  top: -15px;
  right: 4px;
  border: 8px solid transparent;
  content: '';
  border-bottom-color: #b4b4b4;
}

.Top002262 .top-stock {
  display: none;
  color: #fff;
  text-align: right;
}

.Top002262 .top-stock .h4 {
  line-height: 24px;
}

.Top002262 .top-stock .h4 i {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: top;
}

.Top002262 .top-stock .p-rise {
  color: #bd0000;
}

.Top002262 .top-stock .p-tumble {
  color: #ff0000;
}

.Top002262 .top-stock .ico-rise {
  top: 0px;
  background-image: url(gp-icon2.svg);
}

.Top002262 .top-stock .ico-tumble {
  top: 0px;
  background-image: url(gp-icon2.svg);
}

.Top002262 .top-stock .h5 {
  font-size: 12px;
}

@media (min-width:1025px) {
  .Top002262::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    content: "";
    opacity: 0.1;
  }

  .Top002262 .header-left {
    height: 120px;
  }

  .Top002262 .header-mid {
    margin-right: 20px;
  }

  .Top002262 .header-menu li:last-child {
    margin-right: 0;
  }

  .Top002262 .header-menu li em a {
    color: #000000;
  }

  .Top002262 .header-menu li .sub {
    background: rgba(0, 0, 0, 0.6);
  }

  .Top002262 .header-menu li .sub-menu dt {
    border-bottom: 0;
  }

  .Top002262 .header-menu li .sub-menu dt a {
    color: #fff;
  }

  .Top002262 .header-right .top-search {
    margin-left: 45px;
    padding: 45px 0;
  }

  .Top002262 .header-right .top-stock {
    position: relative;
    display: block;
    padding: 37px;
  }

  .Top002262 .header-right .top-stock::before,
  .Top002262 .header-right .top-stock::after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: #fff;
    content: "";
    opacity: 0.1;
  }

  .Top002262 .header-right .top-stock::before {
    left: 0;
  }

  .Top002262 .top-stock .h4 {
    font-size: 24px;
  }

  .Top002262 .top-stock .h5 {
    margin-top: 6px;
  }



  .myTop002262::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    content: "";
    opacity: 0.1;
  }

  .myTop002262 .header-left {
    height: 120px;
  }

  .myTop002262 .header-mid {
    margin-right: 20px;
  }

  .myTop002262 .header-menu li:last-child {
    margin-right: 0;
  }

  .myTop002262 .header-menu li em a {
    color: #000000;
  }

  .myTop002262 .header-menu li .sub {
    background: rgba(0, 0, 0, 0.6);
  }

  .myTop002262 .header-menu li .sub-menu dt {
    border-bottom: 0;
  }

  .myTop002262 .header-menu li .sub-menu dt a {
    color: #fff;
  }

  .myTop002262 .header-right .top-search {
    margin-left: 45px;
    padding: 45px 0;
  }

  .myTop002262 .header-right .top-stock {
    position: relative;
    display: block;
    padding: 37px;
  }

  .myTop002262 .header-right .top-stock::before,
  .myTop002262 .header-right .top-stock::after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: #fff;
    content: "";
    opacity: 0.1;
  }

  .myTop002262 .header-right .top-stock::before {
    left: 0;
  }

  .myTop002262 .top-stock .h4 {
    font-size: 24px;
  }

  .myTop002262 .top-stock .h5 {
    margin-top: 6px;
  }
}

@media (max-width:1640px) {
  .Top002262 .header-mid {
    margin-right: 20px;
  }

  .Top002262 .header-menu li {
    margin-right: 0;
  }

  .Top002262 .header-right .top-stock {
    padding: 37px 15px;
  }

  .Top002262 .header-right .top-search {
    margin-left: 15px;
  }

  .myTop002262 .header-mid {
    margin-right: 20px;
  }

  .myTop002262 .header-menu li {
    margin-right: 0;
  }

  .TmyTop002262 .header-right .top-stock {
    padding: 37px 15px;
  }

  .myTop002262 .header-right .top-search {
    margin-left: 15px;
  }
}

@media (max-width:1200px) {
  .Top002262 .header-menu li em {
    padding: 0 10px;
  }
  .myTop002262 .header-menu li em {
    padding: 0 10px;
  }
  
}

@media (max-width:1024px) {
  .Top002262 {
    background: rgba(0, 0, 0, 0);
  }

  .Top002262 .logo img {
    max-height: 50px;
  }

  .Top002262 #header-menu {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 100;
    padding-top: 70px;
    width: 70%;
    height: 100%;
    max-width: 300px;
    background: #000;
    transition: ease-in-out 0.3s;
  }

  .Top002262 #header-menu.header-menu-show {
    right: 0;
  }

  .Top002262 #header-menu li em,
  .Top002262 #header-menu li em a {
    border-bottom: 0;
  }

  .Top002262 #header-menu li:nth-child(2n) {
    background: rgba(255, 255, 255, 0.1);
  }

  .Top002262 #header-menu li em a {
    font-weight: normal;
  }

  .Top002262 #header-menu li.has-sub em a {
    background: url(Top002262-icon.png) no-repeat 95% center;
  }

  .Top002262 #header-menu li.clickon em a {
    background-image: url(Top002262-icon_up.png);
  }

  .Top002262 #header-menu li .sub-menu {
    padding: 5%;
  }

  .Top002262 #open_menu {
    position: relative;
    z-index: 101;
    margin-left: 10px;
    width: 40px;
    height: 30px;
    background: #108fd1;
    transition: background 0.3s;
  }

  .Top002262 #open_menu i,
  .Top002262 #open_menu i::before,
  .Top002262 #open_menu i::after {
    border-radius: 3px;
    background: #fff;
  }

  .Top002262 #open_menu i {
    left: 20%;
    margin-top: -1px;
    width: 60%;
    height: 2px;
  }

  .Top002262 #open_menu.open_menu_on {
    position: fixed;
    right: 2%;
    background: #000;
  }

  .Top002262 #open_menu.open_menu_on i {
    margin-top: -1.5px;
    height: 3px;
  }

  .myTop002262 {
    background: rgba(0, 0, 0, 0);
  }

  .myTop002262 .logo img {
    max-height: 50px;
  }

  .myTop002262 #header-menu {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 100;
    padding-top: 70px;
    width: 70%;
    height: 100%;
    max-width: 300px;
    background: #000;
    transition: ease-in-out 0.3s;
  }

  .myTop002262 #header-menu.header-menu-show {
    right: 0;
  }

  .myTop002262 #header-menu li em,
  .myTop002262 #header-menu li em a {
    border-bottom: 0;
  }

  .myTop002262 #header-menu li:nth-child(2n) {
    background: rgba(255, 255, 255, 0.1);
  }

  .myTop002262 #header-menu li em a {
    font-weight: normal;
  }

  .myTop002262 #header-menu li.has-sub em a {
    background: url(Top002262-icon.png) no-repeat 95% center;
  }

  .myTop002262 #header-menu li.clickon em a {
    background-image: url(Top002262-icon_up.png);
  }

  .myTop002262 #header-menu li .sub-menu {
    padding: 5%;
  }

  .myTop002262 #open_menu {
    position: relative;
    z-index: 101;
    margin-left: 10px;
    width: 40px;
    height: 30px;
    background: #108fd1;
    transition: background 0.3s;
  }

  .myTop002262 #open_menu i,
  .myTop002262 #open_menu i::before,
  .myTop002262 #open_menu i::after {
    border-radius: 3px;
    background: #fff;
  }

  .myTop002262 #open_menu i {
    left: 20%;
    margin-top: -1px;
    width: 60%;
    height: 2px;
  }

  .myTop002262 #open_menu.open_menu_on {
    position: fixed;
    right: 2%;
    background: #000;
  }

  .myTop002262 #open_menu.open_menu_on i {
    margin-top: -1.5px;
    height: 3px;
  }
}

/* 底部样式 */
.Bottom002289 {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding: 40px 0 0;
  width: 100%;
  background: #0f0f0f;
  color: #fff;
}

.Bottom002289:before {
  position: absolute;
  top: -113px;
  left: 0;
  display: block;
  width: 100%;
  height: 113px;
  content: "";
}

.Bottom002289 a {
  color: #999;
}

.Bottom002289 a:hover {
  opacity: 0.8;
}

.Bottom002289 .info {
  float: left;
  margin-top: 20px;
  width: 22%;
  max-width: 260px;
}

.Bottom002289 .info .i-msg {
  margin-top: 50px;
  color: #ddd;
  font-size: 12px;
  line-height: 24px;
}

.Bottom002289 .info .i-msg li {
  position: relative;
  margin-top: 20px;
  padding-left: 58px;
}

.Bottom002289 .info .i-msg span {
  position: absolute;
  top: 0;
  left: 0;
  color: #888;
}

.Bottom002289 .subnav {
  float: right;
  width: 78%;
}

.Bottom002289 .subnav dl dt {
  padding: 20px 0 30px;
}

.Bottom002289 .subnav dl dt a {
  color: #ddd;
  font-size: 16px;
}

.Bottom002289 .subnav dl dd span {
  display: block;
  padding: 5px 0;
}

.Bottom002289 .subnav dl dd#dd9 {
  display: none;
}

.Bottom002289 .footer {
  margin: 40px 0 0;
  padding: 22px 0;
  border-top: 1px solid #333;
  line-height: 24px;
}

.Bottom002289 .footer .f-left {
  float: left;
}

.Bottom002289 .footer .f-right {
  position: relative;
  float: right;
  padding-right: 200px;
}

.Bottom002289 .mylinks {
  padding: 5px 0;
  text-align: right;
  font-size: 12px;
}

.Bottom002289 .mylinks a {
  margin-right: 35px;
}

.Bottom002289 .share {
  width: 200px;
  font-size: 12px;
}

.Bottom002289 .link {
  position: relative;
  padding: 0;
  text-align: left;
}

.Bottom002289 .link h6 {
  margin: 0;
  padding: 0px 20px;
  border: 1px solid #333;
  line-height: 35px;
}

.Bottom002289 .link h6 i {
  position: absolute;
  right: 0;
  display: block;
  width: 35px;
  height: 35px;
  background: url(ico_arrow1.png) no-repeat center center;
  cursor: pointer;
}

.Bottom002289 .link ul {
  position: absolute;
  right: 0;
  bottom: 100%;
  display: none;
  width: 100%;
  background-color: #333232;
}

.Bottom002289 .link ul li {
  border-bottom: solid 1px #292828;
}

.Bottom002289 .link ul li a {
  display: block;
  padding-left: 20px;
  line-height: 30px;
}

.Bottom002289 .link ul li a:hover {
  background-color: #333232;
}

.Bottom002289 .copyright {
  overflow: hidden;
  padding: 5px 0;
  color: #999;
  font-size: 12px;
}

.Bottom002289 .copyright a {
  display: inline-block;
}

.Bottom002289 .jiathis_style_32x32 {
  display: none;
  text-align: right;
}

.Bottom002289 .jiathis_style_32x32 a {
  display: inline-block;
}

.Bottom002289 .jiathis_style_32x32 .jtico_weixin {
  background: url(Bottom002289-share.png) no-repeat left !important;
}

.Bottom002289 .jiathis_style_32x32 .jtico_tsina {
  background: url(Bottom002289-share.png) no-repeat right !important;
}

.Bottom002289 .jiathis_style_32x32 .jiathis_txt,
.Bottom002289 .jiathis_style_32x32 .jtico {
  float: none !important;
  box-sizing: content-box;
  padding: 2px;
}

@media (min-width:1025px) {
  .Bottom002289 .fl {
    float: left;
  }

  .Bottom002289 .fr {
    float: right;
  }

  .Bottom002289 .subnav dl {
    float: left;
    padding-right: 10px;
    width: 12%;
  }

  .Bottom002289 .share {
    position: absolute;
    top: 0;
    right: 0;
  }

  .Bottom002289 .subnav dl {
    width: 12.5%;
  }
}

@media (max-width:1024px) {
  .Bottom002289 .info {
    float: none;
    margin: 0 auto;
    width: 100%;
  }

  .Bottom002289 .info .i-msg {
    margin-top: 20px;
  }

  .Bottom002289 .info .i-msg li {
    margin-top: 10px;
  }

  .Bottom002289 .subnav {
    display: none;
  }

  .Bottom002289 .footer {
    margin: 30px 0 0;
    text-align: center;
  }

  .Bottom002289 .mylinks {
    text-align: center;
  }

  .Bottom002289 .mylinks a {
    margin: 0 10px;
  }

  .Bottom002289 .share {
    margin: 10px auto 0;
  }

  .Bottom002289 .footer .f-left {
    float: none;
  }

  .Bottom002289 .footer .f-right {
    float: none;
    padding: 0;
  }
}




.Top002262 .open-search-show {
  position: relative;
  z-index: 100;
}

.Top002262 .open-logo-show {
  position: relative;
  z-index: 101;
}

.Top002262 .open-logo-show .img-logo1 {
  display: block !important;
}

.Top002262 .open-logo-show .img-logo2 {
  display: none !important;
}

.Top002262 .img-logo1 {
  display: block;
}

.Top002262 .img-logo2 {
  display: none;
}

.myTop002262 .open-search-show {
  position: relative;
  z-index: 100;
}

.myTop002262 .open-logo-show {
  position: relative;
  z-index: 101;
}

.myTop002262 .open-logo-show .img-logo1 {
  display: block !important;
}

.myTop002262 .open-logo-show .img-logo2 {
  display: none !important;
}

.myTop002262 .img-logo1 {
  display: block;
}

.myTop002262 .img-logo2 {
  display: none;
}


.Top002262.topindex {
  background: rgba(255, 255, 255, 1);
}

.Top002262.topindex .img-logo1 {
  display: none;
}

.Top002262.topindex .img-logo2 {
  display: block;
}

.Top002262.topindex .header-menu li em a {
  color: #333;
}

.Top002262.topindex .header-menu li.aon em>a {
  color: #108fd1;
}

.Top002262.topindex .header-menu li em a::before {
  background: #000000;
}

.Top002262.topindex .header-menu li .sub {
  background: rgba(0, 0, 0, 0.8)
}

.Top002262.topindex .header-menu li .sub-menu dt a {
  color: #ffffff;
}

.Top002262.topindex .header-right .top-stock::before,
.Top002262.topindex .header-right .top-stock::after {
  background: #999;
}

.Top002262.topindex .top-stock .h5 {
  color: #666;
}

.Top002262.topindex .open-search {
  background-image: url(ico_search3.png);
}

@media(min-width:1025px) {
  #fp-nav.right {
    right: auto !important;
    left: 50%;
    width: 100%;
    max-width: 1800px;
    transform: translate(-50%, 0);
  }

  #fp-nav.right ul {
    position: absolute;
    right: 0;
  }

  #fp-nav.right ul li {
    width: 30px;
  }

  #fp-nav.right ul li a span {
    margin: 0 0 0 -10px;
    width: 20px;
    height: 2px;
    border-radius: 0;
    background: #fff;
    opacity: 0.6;
  }

  #fp-nav.right ul li a.active span,
  #fp-nav.right ul li:hover a span,
  #fp-nav.right ul li:hover a.active span {
    margin: 0 0 0 -15px;
    width: 30px;
    height: 3px;
    border-radius: 0;
    opacity: 1;
  }

  #fullPage .section:nth-last-child(1),
  #fullPage .section:nth-last-child(1)>div,
  #fullPage .section:nth-last-child(2),
  #fullPage .section:nth-last-child(2)>div {
    height: auto !important;
  }

  #fullPage .section {
    overflow: hidden;
  }

  #fullPage .section .sec::before {
    z-index: 2;
  }

  #fullPage .section .sec .back {
    z-index: 3;
  }

  #fullPage .section .sec .item {
    position: relative;
    left: -50vw;
    opacity: 0;
    transition: all 1s ease;
  }

  #fullPage .section.active .sec .item {
    left: 0;
    opacity: 1;
  }

  #fullPage .section .sec6 .info {
    position: relative;
    transition: all 1s ease;
  }

  #fullPage .section.active .sec6 .info {
    transform: scale(1.1);
  }

  #fullPage .section .sec .bg,
  #fullPage .section .sec6 .bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: all 6s ease;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
  }

  #fullPage .section.active .sec6 .bg,
  #fullPage .section.active .bg {
    transform: translate(-50%, -50%) scale(1.1);
  }

  #fullPage .section .sec .ulIco li .ico {
    transition: all 0.5s ease;
  }

  #fullPage .section .sec .ulIco li:hover .ico {
    transform: scale(1.2);
  }
}

@media (max-width:1800px) {
  #fp-nav.right ul {
    right: 1%;
  }
}





.sec1 .sec1-box {
  position: absolute;
  bottom: 10%;
  left: 5%;
  display: none;
}

.sec1 .owl-item:nth-child(3) .sec1-box {
  display: block;
}









/*HOME-TIT*/
.home-tit {
  text-align: center;
  
}

.home-tit b {
  display: block;
  font-size: 36px;
  line-height: 50px;
  color: #333333;
  font-weight: bold;
}

.home-tit b i {
  color: #125eb2;
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}

.home-tit b em {
  font-style: normal;
}

.home-tit p {
  margin-top: 10px;
  position: relative;
}

.home-tit p span {
  position: relative;
  font-size: 16px;
  color: #999999;
  text-transform: uppercase;
}

.home-tit p span:before,
.home-tit p span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 270px;
  height: 1px;
  background: #999999;
}

.home-tit p span:before {
  left: -300px;
}

.home-tit p span:after {
  right: -300px;
}

.home-tit b .number-animate .number-animate-dom {
  width: 22px;
  line-height: 50px;
}

.home-tit b .number-animate {
  font-size: 36px;
}

.home-tit b .number-animate .number-animate-dom span,
.home-tit b .number-animate .number-animate-dot span {
  height: 50px;
}


/*HOME-CASE*/
.home-case {
  padding: 60px 0;
}

.home-case .home-tit b {
  color: #ffffff;
  margin-top: 100px;
}

.home-case .tab {
  margin-top: 50px;
  font-size: 0;
  text-align: center;
}

.home-case .tab span,
.home-case .tab a {
  display: inline-block;
  margin: 0 35px;
  padding: 0 30px;
  height: 32px;
  line-height: 32px;
  color: #000000;
  font-size: 18px;
  font-weight: lighter;
  position: relative;
  cursor: pointer;
}

.home-case .tab span.active {
  background: #125eb2;
}

.home-case .tab span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 2px;
  height: 20px;
  margin-top: -10px;
  background: #f9f9f9;
}

.home-case .js-tab-box {
  margin: 35px auto 0px;
}

.home-case .js-tab-con {
  display: none;
}

.home-case .js-tab-con.active {
  display: block;
}

.home-case li {
  float: left;
  width: 32.3%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  margin-bottom: 1%;
}

/*.home-case li:nth-child(4n){ margin-right: 0; }*/
.home-case .item {
  display: block;
  position: relative;
}

.home-case .item:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  z-index: 0;
}

.home-case .item .img {
  width: 100%;
  overflow: hidden;
}

.home-case .item .img img {
  width: 100%;
  height: 32vh
}

.home-case .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 150px 0 25px;
  color: #FFFFFF;
  z-index: 1;
}

.home-case .item .text .tit {
  font-size: 20px;
}

.home-case .item .text p {
  margin-top: 25px;
  opacity: .6;
}

.home-case .item .text p i {
  margin: 0 5px;
  font-size: 16px;
  font-style: normal;
}

.home-case .item .text span {
  display: none;
  margin-top: 25px;
  width: 168px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #125eb2;
  color: #FFFFFF;
}

.home-case .item:hover:after {
  display: none;
}

.home-case .item:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.home-case .item:hover .text {
  background: url(home_case_png.png) bottom repeat-x;
}

.home-case .item:hover .text span {
  display: inline-block;
}

.pc-footer {
  padding-top: 45px;
  width: 100%;
}

.pc-footer .flogo {
  float: left;
}

.pc-footer ul {
  margin-left: 75px;
  float: left;
}

.pc-footer ul li {
  float: left;
  margin-right: 105px;
}

.pc-footer ul li:last-child {
  margin-right: 0;
}

.pc-footer ul li a {
  display: block;
  color: #b2b1b1;
  font-size: 16px;
  line-height: 36px;
}

.pc-footer ul li span a {
  margin-bottom: 20px;
  color: #efefef;
}

.pc-footer ul li a:hover {
  color: #FFFFFF;
}

.pc-footer .box {
  float: right;
  padding-top: 10px;
}

.pc-footer .box .tit {
  max-width: 200px;
  position: relative;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  border-bottom: 1px solid #444444;
}

.pc-footer .box .tit span {
  position: relative;
  display: block;
  height: 22px;
  line-height: 22px;
  padding-left: 12px;
}

.pc-footer .box .tit span:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 2px;
  height: 20px;
  background: #ffffff;
}

.pc-footer .box p {
  margin-top: 18px;
  font-size: 14px;
  line-height: 24px;
  padding-left: 42px;
  color: #bbbbbb;
}

.pc-footer .box .add {
  background: url(ico_add.png) no-repeat left 0px;
}

.pc-footer .box .tel {
  background: url(ico_phone.png) no-repeat left 0px;
}

.pc-footer .box .mail {
  background: url(ico_mail.png) no-repeat left 0px;
}

.pc-footer .box .mail a {
  color: #bbbbbb;
}

.pc-footer .box .mail a:hover {
  color: #e7e7e7;
}

.pc-footer .friendlink {
  margin-top: 70px;
  color: #125eb2;
  position: relative;
  padding-left: 75px;
  line-height: 24px;
}

.pc-footer .friendlink span {
  position: absolute;
  top: 0;
  left: 0;
}

.pc-footer .friendlink a {
  margin-right: 10px;
  color: #125eb2;
}

.pc-footer .copyright {
  margin-top: 55px;
  padding: 22px 0 32px;
  color: #969696;
  font-size: 12px;
  border-top: 1px solid #343434;
  text-align: center;
}

.pc-footer .copyright span {
  display: inline-block;
  margin: 0 10px;
}

.pc-footer .copyright a {
  color: #969696;
}

.pc-footer .copyright a:hover {
  color: #d5d5d5;
}


/* ========== */
/* = NEWS = */
/* ========== */
.w1200 {
  width: 1200px;
  margin: auto;
}

.news {
  padding: 20px 0 80px;
}

.news-list {
  margin: 50px 0;
}

.news-item {
  display: block;
  width: 100%;
  padding: 50px 40px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background: #f9f9f9;
  margin-bottom: 20px;
}

.news-item .img {
  width: 50%;
  overflow: hidden;
  margin-left: -40px;
  height: 300px;
}

.news-item .img img {
  width: 100%;
}

.news-item .text {
  width: 50%;
  padding-left: 6%;
}

.news-item .date {
  font-size: 24px;
  color: #125eb2;
}

.news-item .tit {
  margin-top: 15px;
  font-size: 22px;
  color: #333333;
}

.news-item .con {
  margin-top: 30px;
  color: #999999;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}

.news-item .ny-button {
  margin-top: 35px;
}

.news-item:hover {
  background: #333333;
}

.news-item:hover .date {
  color: #FFFFFF;
}

.news-item:hover .tit {
  color: #FFFFFF;
}

.news-item:hover .con {
  color: #FFFFFF;
}

.news-item:hover .img {
  margin-left: 0;
}

.news-item:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.fenye {
  width: 1150px;
  margin: 0px auto;
  overflow: hidden;
  margin-bottom: 10px;
}

.fenye li {
  padding: 3px 10px 3px 10px;
  display: inline-block !important;
  display: inline;
  width: auto;
  float: left;
  font-size: 16px;
  color: #000000;
  margin-right: 10px;
}

.fenye li a {
  color: #000000;
}

.fenye li a:hover {
  color: #000000;
}


.sg_fazhanbg {
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
  padding-top: 50px;
  background: url(sg_fazhan.jpg) top #ffffff;
}

.sg_fazhan {
  width: 1200px;
  margin: 0px auto;
  overflow: hidden
}

.sg_fazhan_top {
  width: 658px;
  margin: 0px auto;
  overflow: hidden;
}

.sg_fazhan_top dl {
  font-size: 30px;
  width: 658px;
  text-align: center;
  padding-top: 15px;
  color: #201e1e
}

.sg_fazhan_top li {
  font-size: 20px;
  width: 658px;
  text-align: center;
  padding-top: 15px;
  color: #4f4c4c;
  letter-spacing: 3px
}

.sg_fazhan_mid {
  width: 1200px;
  margin: 0px auto;
  overflow: hidden;
  margin-top: 20px
}

.sg_fazhan_mid p {
  font-size: 16px;
  color: #666666;
  padding-top: 20px;
  text-indent: 20px
}

.point-time {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 17px;
  left: 20%;
  background: #1c87bf;
  margin-left: -4px;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #fff;
}

.text-red {
  color: #f6393f;
}

.text-blue {
  color: #1c87bf;
}

.text-green {
  color: #95c91e;
}

.text-yellow {
  color: #ffb902;
}

.text-purple {
  color: #d32d93;
}

.point-heise {
  background-color: #210302;
}

.point-blue {
  background-color: #1c87bf;
}

.point-green {
  background-color: #95c91e;
}

.point-yellow {
  background-color: #ffb902;
}

.point-purple {
  background-color: #d32d93;
}

.fazhancont article {
  position: relative;
}

.fazhancont article>h3 {
  width: 15%;
  height: 20px;
  line-height: 20px;
  text-align: right;
  font-size: 1.4em;
  color: #1d1d1d;
  padding: 10px 0 20px;
}

.fazhancont article section {
  padding: 0 0 17px;
  position: relative;
}

.fazhancont article section:before {
  content: "";
  width: 5px;
  top: 17px;
  bottom: -17px;
  left: 20%;
  background: #e6e6e6;
  position: absolute;
}

.fazhancontt article section:last-child:before {
  display: none;
}

.fazhancont article section time {
  width: 15%;
  display: block;
  position: absolute;
}

.fazhancont article section time>span {
  display: block;
  text-align: right;
}

.fazhancont article section aside {
  color: #3a3a38;
  margin-left: 25%;
  padding-bottom: 15px;
}

.fazhancont article section .brief {
  color: #9f9f9f;
}

/* 企业简介 团队 联系我吗开始 */

.shiming {
  width: 1072px;
  margin: 0px auto;
  margin-top: 54px;
  height: 250px;
  background: url(shiming.jpg) no-repeat;
}

.shiming span {
  float: left;
  width: 454px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  margin-left: 315px;
  margin-top: 13px;
  line-height: 30px;
}

.shiming p {
  float: left;
  width: 883px;
  font-size: 36px;
  color: #0084bf;
  margin-top: 63px;
  line-height: 38px;
  margin-left: 128px;
  text-align: center;
}

.shiming dl {
  float: left;
  width: 883px;
  font-size: 24px;
  color: #0084bf;
  margin-top: 31px;
  line-height: 38px;
  margin-left: 128px;
  text-align: center;
  margin-right: 113px;
}

.sg_aboutbg {
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
  margin-top: 50px;
  padding-bottom: 10px;
  background: url(xm_aboutbg.png) no-repeat bottom #ffffff;
  padding-bottom: 90px
}

.sg_about {
  width: 1200px;
  margin: 0px auto;
  overflow: hidden
}

.sg_about_top {
  width: 658px;
  margin: 0px auto;
  overflow: hidden;
}

.sg_about_top dl {
  font-size: 30px;
  width: 658px;
  text-align: center;
  padding-top: 15px;
  color: #201e1e
}

.sg_about_top li {
  font-size: 20px;
  width: 658px;
  text-align: center;
  padding-top: 15px;
  color: #4f4c4c;
  letter-spacing: 3px
}

.sg_about_mid {
  width: 1200px;
  margin: 0px auto;
  overflow: hidden;
  margin-top: 20px
}

.sg_about_mid p {
  width: 1200px;
  font-size: 16px;
  color: #666666;
  padding-top: 20px;
  text-indent: 20px
}

.sg_about_bot {
  width: 1200px;
  margin: 0px auto;
  overflow: hidden;
  margin-top: 20px
}

.cor_c {
  clear: both;
  padding-top: 30px;
}

.cor_c li {
  text-align: center;
  float: left;
  width: 254px;
  margin: 0 2px 0 18px;
  display: inline;
}

.cor_c li a.cora {
  padding-top: 0px;
  padding-bottom: 30px;
  display: block;
  border: 1px #d2d2d2 solid;
}

.cor_c li i {
  width: 252px;
  height: 230px;
  overflow: hidden;
  display: block;
}

.cor_c li img {
  width: 252px;
  height: 230px;
  overflow: hidden;
  transition: all 2s;
}

.cor_c li img:hover {
  transform: scale(1.2);
}

.cor_c li span {
  font-size: 12px;
  display: block;
  line-height: 28px;
}

.cor_c li span a,
.cor_c li span a:hover {
  color: #fff;
  background: #000000;
  width: 218px;
  display: block;
  margin: auto;
  font-size: 15px;
  height: 28px;
  overflow: hidden;
  margin-top: -17px;
  z-index: 999;
}

.cor_c .to_l,
.cor_c .to_r {
  margin-top: 100px;
  display: inline-block;
  width: 23px;
  height: 50px;
}

.cor_c .to_l {
  background: url(tol.png) left top no-repeat;
  float: left
}

.cor_c .to_r {
  background: url(tola.png) top no-repeat;
  float: right
}

/*这里是手机版的*/


@media  all and (max-width: 800px) 
{
  .index .anli {
    position: relative;
    width: 100%;
    height: 50vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
  } 
    
    /*HOME-TIT*/
    .home-tit {
      text-align: center;
      
    }

    .home-tit b {
      display: block;
      font-size: 17px;
      line-height: 20px;
      color: #333333;
      font-weight: bold;
    }

    .home-tit b i {
      color: #125eb2;
      line-height: 20px;
      display: inline-block;
      vertical-align: middle;
      font-style: normal;
    }

    .home-tit b em {
      font-style: normal;
    }

    .home-tit p {
      margin-top: 10px;
      position: relative;
    }

    .home-tit p span {
      position: relative;
      font-size: 16px;
      color: #999999;
      text-transform: uppercase;
    }

    .home-tit p span:before,
    .home-tit p span:after {
      content: "";
      position: absolute;
      top: 50%;
      width: 270px;
      height: 1px;
      background: #999999;
    }

    .home-tit p span:before {
      left: -300px;
    }

    .home-tit p span:after {
      right: -300px;
    }

    .home-tit b .number-animate .number-animate-dom {
      width: 22px;
      line-height: 50px;
    }

    .home-tit b .number-animate {
      font-size: 36px;
    }

    .home-tit b .number-animate .number-animate-dom span,
    .home-tit b .number-animate .number-animate-dot span {
      height: 50px;
    }
  
  
    /*HOME-CASE*/
    .home-case {
      padding: 10px 0;
    }

    .home-case .home-tit b {
      color: #ffffff;
      margin-top: 10px;
    }

    .home-case .tab {
      margin-top: 50px;
      font-size: 0;
      text-align: center;
    }

    .home-case .tab span,
    .home-case .tab a {
      display: inline-block;
      margin: 0 35px;
      padding: 0 30px;
      height: 32px;
      line-height: 32px;
      color: #000000;
      font-size: 18px;
      font-weight: lighter;
      position: relative;
      cursor: pointer;
    }

    .home-case .tab span.active {
      background: #125eb2;
    }

    .home-case .tab span:after {
      content: "";
      position: absolute;
      top: 50%;
      right: -30px;
      width: 2px;
      height: 20px;
      margin-top: -10px;
      background: #f9f9f9;
    }

    .home-case .js-tab-box {
      margin: 35px auto 0px;
    }

    .home-case .js-tab-con {
      display: none;
    }

    .home-case .js-tab-con.active {
      display: block;
    }

    .home-case li {
      float: left;
      width: 32.3%;
      margin-right: 0.5%;
      margin-left: 0.5%;
      margin-bottom: 1%;
    }

    /*.home-case li:nth-child(4n){ margin-right: 0; }*/
    .home-case .item {
      display: block;
      position: relative;
    }

    .home-case .item:after {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, .2);
      z-index: 0;
    }

    .home-case .item .img {
      width: 100%;
      overflow: hidden;
    }

    .home-case .item .img img {
      width: 100%;
      height: 18vh
    }

    .home-case .item .text {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: center;
      padding: 150px 0 25px;
      color: #FFFFFF;
      z-index: 1;
    }

    .home-case .item .text .tit {
      font-size: 14px;
    }

    .home-case .item .text p {
      margin-top: 25px;
      opacity: .6;
    }

    .home-case .item .text p i {
      margin: 0 5px;
      font-size: 12px;
      font-style: normal;
      display: none;
    }

    .home-case .item .text span {
      display: none;
      margin-top: 25px;
      width: 168px;
      height: 46px;
      line-height: 46px;
      text-align: center;
      background: #125eb2;
      color: #FFFFFF;
    }

    .home-case .item:hover:after {
      display: none;
    }

    .home-case .item:hover .img img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
    }

    .home-case .item:hover .text {
      background: url(home_case_png11.png) bottom repeat-x;
    }

    .home-case .item:hover .text span {
      display: none;
    }

    .pc-footer {
      padding-top: 1px;
      width: 100%;
    }
    .pc-footer ul {
      display: none;
    }
    .pc-footer .box {
      float: left;
      padding-top: 5px;
    }
}