﻿@charset "utf-8";

/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0px;
  border: 0;
  outline: none;
}
header, nav, footer, menu {
  display: block;
}
dt {
  font-weight: 300;
}
img {
  border: none;
  max-width: 100%;
}
li {
  list-style-type: none;
}
a, a:hover, a:focus {
  text-decoration: none;
  color: #333;
  outline-offset: 0;
  outline: 0;
}
.form-control:focus {
  border-color: #ccc;
  box-shadow: inset 0 0 10px #f3f3f3;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0;
}
.block {
  display: block;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-family: "microsoft yahei";
  font-size: 14px;
  color: #333;
  position: relative;
  background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
p {
}
input::placeholder {
  color: #fff;
  font-size: 16px;
}
input::-moz-placeholder {
  color: #fff;
  font-size: 16px;
}
input:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.modal-width .form-control::placeholder {
  font-size: 14px;
  color: #999;
}
.modal-width .form-control::-moz-placeholder {
  font-size: 14px;
  color: #999;
}
.modal-width .form-control:-ms-input-placeholder {
  font-size: 14px;
  color: #999;
}
.product-search .form-control::placeholder {
  font-size: 14px;
}
.clear {
  clear: both;
}
.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  flex-flow: row wrap;
}

/*******头部********/
header {
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 99;
}
header .display-flex {
  position: relative;
}
header .container-fluid {
  padding-left: 1.875%;
  padding-right: 1.875%;
}
header .logo {
  padding: 14px 0;
  float: left;
  position: relative;
}
header .header-nav {
  float: left;
}
header .header-nav li {
  float: left;
  margin: 0 6px;
  position: relative;
}
header .header-nav li>a {
  display: block;
  position: relative;
  padding: 34px 16px 34px 1px;
  font-size: 15px;
  color: #000000;
}
header .header-nav li.active>a, 
header .header-nav li:hover>a, 
header .language a.active, 
header .language a:hover {
  color: #003883;
}
header .language {
  float: left;
  color: #dcdcdc;
}
header .language .language-box>a {
  font-size: 16px;
  color: #000000;
  padding: 34px 20px 34px 15px;
  display: block;
}
header .h-search {
  float: left;
  cursor: pointer;
  padding: 31px 0;
}
header .language .language-box {
  position: relative;
  float: left;
  font-weight: bold;
}
header .language .language-box:hover .box-two {
  opacity: 1;
  visibility: visible;
}
header .language .box-two {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 90px;
  right: 0;
  background-color: #f0f0f0;
  z-index: 9;
  width: 100px;
  text-align: right;
  border-bottom: 1px solid #bbbbbb;
  padding: 5px 5px 15px;
}
header .language .box-two a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #bbbbbb;
}
#menu_toggle1.menu {
  position: absolute;
  right: 75px;
  top: 73px;
}
#menu_toggle1.menu strong {
  display: inline-block;
  float: left;
  color: #2f318b;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  margin-right: 12px;
}
.header-box.scoll {
}
.header-box.scoll .header {
}

#menu_toggle1.menu {
  cursor: pointer;
  z-index: 9999;
}
#menu_toggle1 {
  display: none;
}
#menu_toggle1.menu span {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 3px;
  background-color: #2c9cde;
  border-radius: 2px;
  vertical-align: middle;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
  margin-top: -2px;
}

#menu_toggle1.menu span:after, 
#menu_toggle1.menu span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 3px;
  left: 0;
  border-radius: 2px;
  background-color: #2c9cde;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
}
#menu_toggle1.menu span:before {
  top: -6px;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -ms-transition-property: top, transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
}
#menu_toggle1.menu span:after {
  bottom: -6px;
  -webkit-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -ms-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
}
#menu_toggle1.menu.active {
  position: fixed;
  top: 40px;
  right: 15px;
}
#menu_toggle1.menu.active span {
  background-color: transparent;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -ms-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
#menu_toggle1.menu.active span:after, 
#menu_toggle1.menu.active span:before {
  -webkit-transition-delay: 0s, .3s;
  -moz-transition-delay: 0s, .3s;
  -ms-transition-delay: 0s, .3s;
  -o-transition-delay: 0s, .3s;
  transition-delay: 0s, .3s;
}
#menu_toggle1.menu.active span:before {
  top: 0;
  background: #2c9cde;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu_toggle1.menu.active span:after {
  bottom: 0;
  background: #2c9cde;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menubox {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  display: none;
  overflow-y: auto;
  z-index: 999;
}
.menus-list {
  position: relative;
  top: 80px;
  left: 0;
  margin: auto;
  width: 100%;
  padding: 20px;
}
.menus-list li {
  position: relative;
}
.menus-list li:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: ReturnToNormal;
  animation-name: ReturnToNormal;
  border-bottom: 1px solid #e5e5e5;
}
.menus-list li a {
  display: block;
  padding: 16px;
  color: #323232;
  font-size: 16px;
  text-align: center;
}
.menudown {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 50px;
  background: #ccc;
  line-height: 50px;
  font-size: 16px;
}
.menudown div.row div+div {
  border-left: 1px solid #fff;
}
@-webkit-keyframes ReturnToNormal {
  0% {
    -webkit-transform: scale(0.1, 1);
    -ms-transform: scale(0.1, 1);
    transform: translate:scale(0.1, 1);
  }
  100% {
    -webkit-transform: scaleX(1, 1);
    -ms-transform: scale(1, 1);
    transform: translate:scaleX(1, 1);
  }
}
@keyframes ReturnToNormal {
  0% {
    -webkit-transform: scale(0.1, 1);
    -ms-transform: scale(0.1, 1);
    transform: translate:scale(0.1, 1);
  }
  100% {
    -webkit-transform: scaleX(1, 1);
    -ms-transform: scale(1, 1);
    transform: translate:scaleX(1, 1);
  }
}
.menu-leval {
  position: relative;
  padding: 0 20px 20px;
  display: none;
  background-color: #eee;
}
.menu-leval li a {
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 14px;
}

.second-level-swiper>a {
  background-position: right center;
  background-image: url(../images/icon05.png);
  background-repeat: no-repeat;
}
.second-level-swiper:hover>a {
  background-image: url(../images/icon05_.png);
}
.second-level-swiper:hover .second-level-nav {
  opacity: 1;
  visibility: visible;
}
.second-level-nav {
  position: absolute;
  top: 90px;
  left: 0;
  background-color: #f0f0f0;
  border: 1px solid #dddddd;
  width: 280px;
  padding: 10px 0 27px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
.second-level-nav>div {
  padding: 0 15px;
  position: relative;
}
.second-level-nav>div>a {
  display: block;
  padding: 12px 5px 12px 10px;
  border-bottom: 1px solid #bbbbbb;
}
.second-level-nav>div>a>span {
  display: block;
  background-image: url(../images/icon06.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 6px;
}
.second-level-nav>div:hover>a>span {
  background-image: url(../images/icon06_.png);
}
.second-level-nav>div:hover .three-level-nav {
  opacity: 1;
  visibility: visible;
}
.three-level-nav {
  position: absolute;
  top: 20px;
  right: -183px;
  border: 1px solid #cccccc;
  width: 190px;
  background-color: #f0f0f0;
  z-index: 9;
  padding-bottom: 27px;
  opacity: 0;
  visibility: hidden;
}
.three-level-nav>a {
  display: block;
  padding: 12px;
  border-bottom: 1px solid #bbbbbb;
}
.three-level-nav>a:hover {
  font-weight: bold;
}
#search {
    position: absolute;
    bottom: -78px;
    left: 0;
    width: 100%;
}
#search .search-box {
  position: relative;
  overflow: hidden;
  width: 0%;
  -webkit-transition: all .35s ease-in-out;
     -moz-transition: all .35s ease-in-out;
      -ms-transition: all .35s ease-in-out;
       -o-transition: all .35s ease-in-out;
          transition: all .35s ease-in-out;
}
#search.active .search-box {
  width: 100%;
}
#search .form-control {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0;
  border: none;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  padding: 6px 78px;
}
.search-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 66px;
  height: 55px;
  line-height: 55px;
  cursor: pointer;
  text-align: center;
}
.search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 55px;
  line-height: 55px;
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding: 0;
}
.search-btn:focus {
  box-shadow: none;
}



/*********尾部************/
footer {
  background-color: #121212;
  overflow: hidden;
}
footer .footer-con {
  padding: 50px 0 40px;
}
footer .f-nav {
}
footer .f-nav ul {
  padding: 15px 0 35px;
}
footer .f-nav li {
  float: left;
}
footer .f-nav li a {
  color: #cccccc;
  position: relative;
  display: block;
  padding-right: 40px;
  font-size: 16px;
  margin-bottom: 10px;
}
footer .f-nav li a:hover {
  color: #ffffff;
}
footer .f-nav .tie {
  color: #eeeeee;
  line-height: 1.8;
}
footer .f-wechat {
  text-align: center;
  max-width: 500px;
  float: right;
}
footer .f-wechat>div {
  float: left;
  width: 33%;
}
footer .f-wechat img {
  width: 70%;
  background-color: #ffffff;
  border-radius: 10px;
}
footer .f-wechat p {
  margin-top: 15px;
  color: #999999;
  font-size: 12px;
}
footer .f-copyright {
  border-top: 1px solid #2a2a2a;
  padding: 20px 0;
  color: #999999;
  font-size: 15px;
  line-height: 2;
}
footer .f-copyright img {
  position: relative;
  top: -2px;
  margin-right: 10px;
}
footer .f-copyright a {
  color: #999999;
}

/*****主体开始*******/
#banner, .banner {
  position: relative;
  overflow: hidden;
}
.banner .bannerfix >li {
  height: 100%;
  line-height: 0;
  opacity: 0;
  transition: opacity 1000ms linear;
  -webkit-transition: opacity 1000ms linear;
  float: left;
  position: relative;
}
.banner .bannerfix >li .bimg {
  line-height: 0;
  width: 100%;
  max-width: inherit;
  position: relative;
  transition: transform 5s ease;
  -webkit-transition: transform 5s ease;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
.banner .bannerfix >li.imgIn {
  opacity: 1;
  z-index: 10;
  display: block;
}
.banner .bannerfix >li.imgIn .bimg {
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
}
.banner .flex-control-nav {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 25px;
  text-align: center;
  z-index: 20;
  font-size: 0;
}
.banner .flex-control-nav li {
  display: inline;
}
.banner .flex-control-nav li a {
  display: inline-block;
  text-indent: 999px;
  overflow: hidden;
  width: 10px;
  height: 10px;
  position: relative;
  background-color: #003883;
  margin: 0 8px;
  border-radius: 100px;
}
.banner .flex-control-nav li a.flex-active {
  background-color: #003883;
  width: 25px;
}
.banner .flex-direction-nav .flex-nav-prev a, .banner .flex-direction-nav .flex-nav-next a {
  position: absolute;
  top: 50%;
  width: 63px;
  height: 100px;
  margin-top: -50px;
  z-index: 9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.mouse-header {
  position: absolute;
  left: 0;
  z-index: 9;
  top: 50%;
  text-align: center;
  width: 100%;
  font-size: 66px;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/**/
.h-index {
  padding: 60px 0 30px;
}
.h-title {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
  line-height: 1.2;
}
.h-title>div {
  color: #999999;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
}
.h-href {
}
.h-href li {
  display: block;
  float: left;
}
.h-href li a {
  color: #333333;
  font-size: 16px;
  padding: 11px 18px;
  background-color: #d5d5d5;
}
.h-href li.active a {
  background-color: #003883;
  color: #ffffff;
}
.h-href li+li {
  margin-left: 17px;
}
.h-href .more {
  font-size: 16px;
  color: #666666;
  padding: 11px 18px;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.h-href .more a {
  display: block;
  color: #666;
}
.h-product {
  background-color: #f1f1f1;
  padding-bottom: 28px;
}
.h-pro-con {
}
.h-pro-con ul {
  margin-left: -11px;
  margin-right: -11px;
}
.h-pro-con ul li {
  margin-bottom: 22px;
  padding-left: 11px;
  padding-right: 11px;
}
.h-pro-con ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.h-pro-con ul li a>img {
  width: 100%;
}
.h-pro-con .h-pro-absolute {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.h-pro-con .h-pro-top {
  position: relative;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.h-pro-con .h-pro-top p {
  padding-top: 16px;
  display: block;
}
.h-pro-con li a:hover .h-pro-absolute {
  top: 0;
}
.h-news {
}
.h-news-con {
  padding-bottom: 30px;
}
.h-news-con ul {
  margin-left: -33px;
  margin-right: -33px;
}
.h-news-con li {
  margin-bottom: 20px;
  padding-left: 33px;
  padding-right: 33px;
}
.h-news-con .time {
  position: relative;
  padding: 30px 20px;
  overflow: hidden;
  height: 120px;
  bottom: 0;
  -webkit-transition: all .35s ease-in-out .25s;
  -moz-transition: all .35s ease-in-out .25s;
  -ms-transition: all .35s ease-in-out .25s;
  -o-transition: all .35s ease-in-out .25s;
  transition: all .35s ease-in-out .25s;
}
.h-news-con .time div {
  font-size: 34px;
  color: #454545;
  position: relative;
  line-height: 1.2;
  z-index: 9;
}
.h-news-con .time div span {
  font-size: 16px;
  display: block;
}
.h-news-con .time .more {
  position: absolute;
  top: 50%;
  right: 40px;
  height: 48px;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  margin-top: -24px;
}
.h-news-con .time:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #003883;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.h-news-con .text {
  border-top: 1px solid #c9c9c9;
  padding: 50px 20px;
  overflow: hidden;
  position: relative;
  top: 0;
  height: 187px;
  -webkit-transition: all .35s ease-in-out .25s;
  -moz-transition: all .35s ease-in-out .25s;
  -ms-transition: all .35s ease-in-out .25s;
  -o-transition: all .35s ease-in-out .25s;
  transition: all .35s ease-in-out .25s;
}
.h-news-con .text .h4 {
  font-size: 20px;
  padding-bottom: 20px;
}
.h-news-con .text p {
  color: #333333;
  font-size: 16px;
}
.h-news-con .text .more a {
  padding: 9px 32px;
  background: #043e80;
  color: #ffffff;
  display: inline-block;
}

.h-manufacture {
  background-color: #f1f1f1;
  padding-bottom: 50px;
}
.manufacture-swiper li {
  float: left;
  width: 380px;
  margin: 0 15px;
  background-color: #ffffff;
  padding: 15px 15px 25px;
}
.manufacture-swiper li div.h4,
.manufacture-ul li div.h4 {
  padding-top: 25px;
}
.manufacture-relative {
  position: relative;
}
.manufacture-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.manufacture-nav .container {
  position: relative;
}
.manufacture-nav .manufacture-prev, 
.manufacture-nav .manufacture-next {
  position: relative;
  height: 44px;
  width: 24px;
  border-radius: 100%;
  background-size: 24px 44px;
  display: block;
  margin-top: -22px;
}
.manufacture-nav .manufacture-prev {
  float: left;
  left: -80px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23555555'%2F%3E%3C%2Fsvg%3E");
}
.manufacture-nav .manufacture-next {
  float: right;
  right: -80px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23555555'%2F%3E%3C%2Fsvg%3E");
}
.manufacture-nav .manufacture-prev:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23003883'%2F%3E%3C%2Fsvg%3E");
}
.manufacture-nav .manufacture-next:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23003883'%2F%3E%3C%2Fsvg%3E");
}
.manufacture-relative div.bg {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 17%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
}
.manufacture-relative div.bg-left {
  left: 0;
}
.manufacture-relative div.bg-right {
  right: 0;
}
.h-partner .partner-box {
  position: relative;
  margin-bottom: 40px;
}
.h-partner .partner-swiper {
  padding-bottom: 50px;
}
.h-partner .partner-swiper li a, .partner-ul li a {
  display: block;
  border: 1px solid #e6e6e6;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: #ffffff;
}
.h-partner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
  background-color: #666666;
  margin: 0 8px !important;
}
.h-partner .swiper-pagination-bullet-active {
  background-color: #003883;
}

/*/*/
.banner-fixed .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.w-breadcrumb {
  background-color: #f5f5f5;
  padding: 40px 0;
}
.w-breadcrumb .w-title h2 {
  font-weight: bold;
  color: #003883;
  padding-bottom: 15px;
}
.w-breadcrumb .w-nav {
}
.w-breadcrumb .w-nav li {
  margin-right: 10px;
  float: left;
}
.w-breadcrumb .w-nav li:last-child {
  margin-right: 0;
}
.w-breadcrumb .w-nav li a {
  color: #333333;
  font-size: 16px;
  padding: 8px 22px;
  display: block;
  border: 1px solid #bbbbbb;
}
.w-breadcrumb .w-nav li.active a {
  background-color: #003883;
  border-color: #003883;
  color: #ffffff;
}

/*分页*/
.pagination {
  margin: 0 auto;
}
.pagination li a, .pagination li span {
  margin: 0 7px;
  border-radius: 0 !important;
  background-color: transparent;
  color: #333333;
  border-color: #999999;
}
.pagination li.active a, .pagination li.active span {
  color: #fff;
  border-color: #003883;
  background-color: #003883;
}
.pagination li:hover a, .pagination li:hover span, .pagination li.on a, .pagination li.on span {
  color: #ffffff;
  border-color: #333333;
  background-color: #333333;
}

/*分页*/
.breadcrumb {
  padding: 0;
  margin: 0;
  background-color: transparent;
  background: url(../images/breadcrumb-home.jpg) no-repeat left center;
  padding-left: 22px;
  color: #333333;
}
.breadcrumb>li a {
  color: #666666;
}
.breadcrumb>li+li:before {
  content: '>';
  color: #666666;
}
.breadcrumb>.active {
  color: #333333;
}

/*关于我们*/
.about, .culture, .partner, .manufacture-details {
  font-size: 15px;
  color: #666666;
  line-height: 1.8;
  padding: 50px 0;
}
.about .about-ul {
  margin-left: -4px;
  margin-right: -4px;
}
.about .about-ul li {
  padding-left: 4px;
  padding-right: 4px;
  /* width: 20%; */
  width: 16%;
}
.about-img-title {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  padding: 40px 0 20px;
  color: #333333;
}
.culture-ul {
  margin: 0;
  padding-bottom: 40px;
}
.culture-ul li {
  float: left;
  padding: 0;
}
.culture-ul li .img {
}
.culture-ul li .text {
  font-weight: bold;
  font-size: 24px;
  height: 200px;
  background-color: #33609c;
  color: #ffffff;
  line-height: 200px;
  text-align: center;
}
.culture-about {
  background-color: #f9f9f9;
  padding-bottom: 60px;
}
.culture-about .row {
  margin-left: -40px;
  margin-right: -40px;
}
.culture-about li {
  padding-right: 40px;
  padding-left: 40px;
}
.culture-about li .con {
  border-bottom: 1px solid #cccccc;
  padding: 70px 0 15px;
  height: 210px;
}
.culture-about li .con .img {
  width: 80px;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 2px solid #000;
}
.culture-about li .con .text {
  width: 420px;
  padding-right: 20px;
}
.culture-about li .con .text h2 {
  padding-bottom: 20px;
}
.culture-about li .con .text p {
  line-height: 1.8;
  color: #666;
}
.con-block {
}
.con-block span {
  display: inline-block;
  color: #666666;
  line-height: 1.8;
  background: url(../images/con-block.jpg) no-repeat left center;
  padding-left: 18px;
  margin-right: 10px;
}
.partner-ul {
  padding-top: 50px;
  padding-bottom: 70px;
}
.partner-ul li {
  width: 20%;
  margin-bottom: 30px;
}
.course {
  padding-top: 80px;
}
.course .course-title {
  font-size: 48px;
  text-align: center;
  color: #bbbbbb;
  font-weight: bold;
  padding-bottom: 10px;
}
.course .course-text {
  text-align: center;
  font-size: 15px;
  color: #666;
  padding: 0 11% 35px;
  line-height: 1.6;
}
.course-history {
  padding: 90px 0 70px;
  position: relative;
  background: url(../images/course-map.jpg) repeat-y center top;
}
.course-history:after {
  content: '';
  width: 2px;
  background-color: #e0e0e0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
}
.course-history ul li {
  width: 50%;
  position: relative;
  text-align: right;
}
.course-history ul li .con {
  border: 1px solid #bbbbbb;
  padding: 30px 30px 35px;
  font-size: 16px;
  width: 91%;
  position: relative;
}
.course-history ul li .con:after {
  content: '';
  position: absolute;
  top: 10px;
  right: -17px;
  background: url(../images/course-next.png) no-repeat center;
  width: 17px;
  height: 22px;
  border-left: 1px solid #ffffff;
}
.course-history ul li:after {
  content: '';
  position: absolute;
  top: 15px;
  right: -6px;
  background: url(../images/course-icon.png) no-repeat center;
  width: 12px;
  height: 12px;
  z-index: 9;
}
.course-history ul li h3 {
  font-size: 22px;
  padding-bottom: 15px;
}
.course-history ul li img {
  padding-top: 25px;
}
.course-history ul li:nth-child(2n) {
  text-align: left;
  left: 50%;
}
.course-history ul li:nth-child(2n)  .con {
  margin-left: 9%;
}
.course-history ul li:nth-child(2n)  .con:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  right: inherit;
  left: -17px;
}
.course-history ul li:nth-child(2n):after {
  right: inherit;
  left: -6px;
}
#course-top {
  position: fixed;
  right: 175px;
  bottom: 100px;
}
.manufacture {
  padding: 50px 0 70px;
}
.manufacture-ul {
  padding-bottom: 25px;
}
.manufacture-ul li {
  margin-bottom: 35px;
}
.manufacture-ul li a {
  display: block;
  background-color: #f5f5f5;
  padding: 15px 15px 25px;
}
.manufacture-details h3 {
  color: #333;
}
.manufacture-details p img {
  margin-left: -33px;
}
.technology {
  color: #333;
  padding: 60px 0 50px;
  line-height: 1.6;
}

/*2007so太阳集团*/
.news {
  padding: 50px 0 65px;
}
.news-ul {
  margin-bottom: 60px;
}
.news-ul li {
  position: relative;
}
.news-ul li .img img {
  width: 100%;
}
.news-ul li .con {
  padding: 30px 36px;
  border-bottom: 1px solid #ececec;
}
.news-ul li .con .img {
  width: 26.55%;
}
.news-ul li .con .text {
  width: 60%;
}
.news-ul li.no-img .text {
  width: 86.55%;
}
.news-ul li .con .text h3 {
  padding-bottom: 15px;
  line-height: 1;
}
.news-ul li .con .text h3 a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.news-ul li .con .text p {
  color: #777777;
  padding-bottom: 20px;
  line-height: 1.8;
}
.news-ul li .con .text .browse {
  color: #999999;
}
.news-ul li .con .time {
  width: 80px;
  text-align: center;
  color: #777777;
  font-size: 18px;
}
.news-ul li .con .time span {
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}
.news-ul li:before, .news-ul li:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  z-index: 9;
}
.news-ul li:before {
  border-top: 1px solid #07608f;
  border-bottom: 1px solid #07608f;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.news-ul li:after {
  border-right: 1px solid #07608f;
  border-left: 1px solid #07608f;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.news-details {
  padding: 50px 0 90px;
}
.news-details-text {
  width: 67%;
  float: left;
}
.news-details-text .title {
  font-size: 26px;
  padding-bottom: 20px;
  color: #003883;
  line-height: 1;
}
.news-details-text .time {
  color: #666666;
  border-bottom: 1px solid #999999;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.news-details-text .con {
  line-height: 1.8;
  color: #222222;
  font-size: 16px;
}
.news-details-page {
  width: 25.50%;
  float: right;
}
.news-details-share {
  padding: 30px 0 29px 13px;
}
.news-details-share .share {
}
.news-details-share .return {
  background: url(../images/inspiration-more.png) no-repeat left center;
  padding-left: 30px;
}
.news-details-share .return a {
  color: #222222;
}
.list-page {
  border: 10px solid #f3f3f3;
  padding: 36px 20px 18px;
}
.list-page li+li {
  border-top: 1px solid #ddd;
  padding-top: 18px;
  margin-top: 18px;
}
.list-page li a {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  color: #333333;
}
.list-page li span {
  font-size: 12px;
  color: #999999;
  display: block;
  padding: 5px 0;
}
.list-page li p {
  font-size: 16px;
  line-height: 1.6;
  color: #454545;
}
/*人才招聘*/
.recruitment {
  padding: 50px 0 60px;
}
.panel-group .panel+.panel {
  margin-top: 22px;
}
.panel-group {
  margin-bottom: 44px;
  padding: 0 50px;
}
.panel-group .panel {
  box-shadow: none;
  border: none;
}
.panel-group .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
}
.panel-group .panel-body {
  height: auto;
  padding: 20px 40px;
  border: none !important;
  color: #666666;
  line-height: 1.8;
}
.panel-group .panel-body p .strong {
  color: #333;
}
.panel-group .panel-heading a {
  color: #333333;
  display: block;
  font-size: 16px;
  background: #e9e9e9;
}
.panel-group .panel-heading a div.problem-title {
  padding: 16px 15px 16px 28px;
  margin-right: 82px;
  position: relative;
}
.problem-hover {
  width: 68px;
  float: right;
  position: relative;
  padding: 27px 0;
  overflow: hidden;
  top: 1px;
}
.problem-hover:after, 
.problem-hover:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #003883;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}
.problem-hover:after {
  width: 3px;
  height: 22px;
  top: -100%;
}
.problem-hover:before {
  height: 3px;
  width: 22px;
}
.panel-group .panel-heading a.collapsed .problem-hover:after {
  top: 50%;
}
.panel-group .panel-heading a.collapsed {
  background: #e9e9e9;
  color: #333333;
}
.panel-group .panel-heading a.collapsed div.problem-title:after {
  background: #043e80;
}
.panel-group .panel-heading a.collapsed .problem-hover:after, 
.panel-group .panel-heading a.collapsed .problem-hover:before {
  background-color: #a2a2a2;
}
.recruitment-more  a {
  color: #ffffff;
  background-color: #003883;
  font-size: 16px;
  max-width: 140px;
  text-align: center;
  display: block;
  padding: 7px 0;
  margin-top: 20px;
}
/*联系我们*/
#contact-us {
  padding: 60px 0 50px;
}
.contact-us-text {
  text-align: center;
  padding-bottom: 20px;
  font-size: 16px;
}
.contact-us-text li h4 {
  color: #003883;
  padding: 30px 0 15px;
  margin-bottom: 10px;
  position: relative;
}
.contact-us-text li h4:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 2px;
  width: 16px;
  margin-left: -8px;
  background-color: #999999; 
}
#map {
  border: 2px solid #e6e6e6;
  background: url(../images/contact-map.jpg) no-repeat center center;
  height: 426px;
  overflow:hidden;
}
#map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
/*产品*/
.product {
  background-color: #f5f5f5;
  padding: 50px 0 70px;
}
.product-nav {
  width: 22.50%;
  float: left;
}
.product-con {
  width: 74.16%;
  float: right;
  margin-bottom: 25px;
}
.product-nav-title {
  background-color: #003883;
  color: #ffffff;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  padding: 22px 20px;
}
.product-nav-title span {
  font-size: 18px;
  display: block;
  margin-top: 17px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.product-nav-box {
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.product-nav-box>ul {
  padding: 3px 3px 22px;
}
.product-nav-box>ul>li>a {
  padding: 17px 60px 17px 13px;
  border-bottom: 1px solid #bbbbbb;
  font-size: 15px;
  display: block;
  color: #000;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.product-nav-box>ul>li.active>a {
  background-color: #33609c;
  color: #ffffff;
  font-weight: bold;
}
.icon-jia {
  position: absolute;
  top: 0;
  right: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
}
.icon-jia i {
  display: block;
  width: 56px;
  height: 56px;
  background: url(../images/icon-jia.jpg) no-repeat center;
}
.icon-jia i.icon-minus-sign {
  background: url(../images/icon-jian.jpg) no-repeat center;
}
.product-nav-box>ul>li {
  position: relative;
}
.product-nav-box>ul>li>a:after,
.product-nav-box>ul>li>a:before {
  content: '';
  display: none;
  position: absolute;
  background-color: #000;
  -webkit-transition: all .35s ease-in-out;
     -moz-transition: all .35s ease-in-out;
      -ms-transition: all .35s ease-in-out;
       -o-transition: all .35s ease-in-out;
          transition: all .35s ease-in-out;
}
.product-nav-box>ul>li>a:after {
  top: 50%;
  right: 13px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
}
.product-nav-box>ul>li>a:before {
  top: 50%;
  right: 18px;
  width: 2px;
  height: 12px;
  margin-top: -6px;
}
.product-nav-box>ul>li.on>a {
  background-color: #33609c;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
}
.product-nav-box>ul>li.on>a:after {
  background-color: #ffffff;
}
.product-nav-box>ul>li.on>a:before {
  top: -100%;
}
.product-nav-box .three-nav {
/*  display: none;*/
}
.two-nav-on.on .three-nav {
  /*display: block;*/
}
.product-nav-box .three-nav>li>a {
  border-bottom: 1px solid #dcdcdc;
  padding: 12px 40px;
  font-size: 14px;
  display: block;
  color: #000;
  cursor: pointer;
  position: relative;
}
.product-nav-box .three-nav>li>.icon-jia-two {
  height: 45px;
  width: 35px;
  position: absolute;
  top: 0;
  left: 0;
}
.product-nav-box .three-nav>li>.icon-jia-two i {
  height: 45px;
  width: 35px;
  background: url(../images/icon-prev.png) no-repeat center;
}
.product-nav-box .three-nav>li>.icon-jia-two i.icon-minus-sign {
  background: url(../images/icon-next.png) no-repeat center;
}
.three-level {}
.three-level li:nth-child(1) {
  padding-top: 10px;
}
.three-level li:last-child {
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
}
.three-level a {
  display: block;
  padding: 5px 40px;
}
.three-level a:hover,
.three-level a.active {
  color: #003883;
  font-weight: bold;
}
.product-nav-box .three-nav>li.on>a {
  font-weight: bold;
}
.product-nav-box .three-nav>li.on .three-level {
  display: block;
}
.product-details-head {
  background-color: #ffffff;
  padding: 30px;
}
.product-details-head .product-details-swiper {
  border: 1px solid #dfdfdf;
  float: left;
  width: 41%;
  position: relative;
}
.product-details-swiper .flex-direction-nav li a {
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  height: 44px;
  width: 28px;
  margin-top: -22px;
}
.product-details-swiper ul.slides li img {
  width: 100%;
}
.product-details-swiper .flex-nav-prev a {
  left: -1px;
  background-image: url(../images/product-details-swiper-prev.png);
}
.product-details-swiper .flex-nav-next a {
  right: -1px;  
  background-image: url(../images/product-details-swiper-next.png);
}
.product-details-head .product-details-text {
  float: right;
  width: 55%;
  color: #666666;
  font-size: 15px;
  line-height: 1.6;
}
.product-details-head .product-details-text h3 {
  font-size: 22px;
  padding: 10px 0 20px;
  color: #054665;
}
.product-details-about {
  background-color: #ffffff;
  margin-top: 36px;
}
.product-details-title {
  padding: 16px 27px;
  font-size: 18px;
  color: #ffffff;
  background-color: #4970a5;
}
.product-details-con {
  line-height: 1.8;
  font-size: 16px;
  padding: 20px 30px 50px;
}

.recommend {
  margin-top: 30px;
}
.recommend-title {
  background-color: #003883;
  color: #ffffff;
  padding: 16px 20px;
  font-size: 18px;
}
.recommend ul {
  padding: 0 7px 15px;
  background-color: #ffffff;
}
.recommend ul li {
  padding: 15px 5px;
  border-bottom: 1px solid #e0e0e0;
}
.recommend ul li .img {
  border: 1px solid #dfdfdf;
  width: 50%;
}
.recommend ul li .text {
  width: 50%;
  padding: 5px 14px;
}
.product-head {
  padding-top: 13px;
  padding-bottom: 13px;
  border-bottom: 6px solid #476fa3;
}
.product-head .breadcrumb>.active {
  color: #003883;
}
.product-search {
  position: relative;
  width: 310px;
}
.product-search .width01 {
  margin-right: 50px;
}
.product-search .form-control {
  border: 2px solid #003883;
  box-shadow: none;
  border-radius: 0;
  background-color: #f5f5f5;
  height: 44px;
  line-height: 44px;
}
.product-search button.btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 44px;
  padding: 0;
  border: none;
}
.product-ul {
  padding-bottom: 35px;
}
.product-ul li {
  background-color: #ffffff;
  margin-bottom: 25px;
  padding: 27px 35px;
  position: relative;
}
.product-ul li .img {
  border: 1px solid #dfdfdf;
  width: 24.39%;
}
.product-ul li .text {
  width: 70.73%;
}
.product-ul li .text div.h4 {
  font-size: 18px;
}
.product-ul li .text p {
  color: #666666;
  line-height: 1.6;
  padding: 20px 0;
}
.product-ul li .text .more a {
  display: block;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  width: 125px;
  padding: 10px 0;
  background-color: #4c73a8;
}
.product-ul li .text .more:hover a {
  background-color: #003883;
}
/*渐变效果样式*/
.animation-img {
  position: relative;
  overflow: hidden;
  display: block;
}
.animation-img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.animation-img:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/**/
/*.product-nav-box>ul>li:nth-child(2) .three-nav li.parent_li:nth-child(2) {
  display: none !important;
}
header .header-nav li:nth-child(3) .second-level-nav>div:nth-child(2) .three-level-nav a:nth-child(2) {
  display: none !important;
}
#mm-4 .mm-listview > li:nth-child(2) {
  display: none !important;
}*/
.h-product .h-href li:nth-child(3) {
  display: none !important;
}

.header-box .container{
  width: 1270px;
}