@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
/* header */

@font-face {
  font-family: "DIN-bold";
  src: url("../font/din-bold-2.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

header {
  width: 100%;
  z-index: 22;
  position: absolute;
  top: 0;
}
.header-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  margin-top: 10px;
}
.logo {
  display: block;
}
.logo img {
  display: block;
  width: 100%;
}
.nav-ul {
  display: flex;
  align-items: center;
  margin-right: 220px;
}
.nav-ul li {
  margin-right: 50px;
}
.nav-ul li:last-child {
  margin-right: 0px;
}
.nav-ul li > a {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 70px;
  border-bottom: 2px solid transparent;
}
.nav-ul li:hover > a,
.nav-ul li.nav-active a {
  border-bottom: 2px solid #ffffff;
  font-weight: bold;
}
.header-right {
  display: flex;
}
.lan-item {
  cursor: pointer;
}
.lan-item span {
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
}
.lan-item img {
  vertical-align: middle;
}

.lan-wrap {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
}
.lan-sub {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 34px;
  z-index: 22;
  background-color: #fff;
  display: none;
}
.lan-wrap {
  display: flex;
  align-items: center;
}
.lan-sub .lan-item {
  margin-bottom: 2px;
}
.lan-arrow {
  width: 12px;
  height: 7px;
  background: url(../img/down-arrow.png) no-repeat center;
  transition: all 0.5s;
  margin-left: 5px;
  cursor: pointer;
}
.lan-arrow.on {
  transform: rotate(180deg);
}
.sou {
  position: relative;
  margin-left: 12px;
  margin-right: 20px;
}
.sou img {
  cursor: pointer;
  padding-top: 20px;
  padding-right: 20px;
  cursor: pointer;
  position: relative;
  z-index: 666;
}
.header-chabt {
  display: none;
}
.head-soubox {
  position: absolute;
  right: 0;
  top: 15px;
  background-size: cover;
  width: 220px;
  height: 40px;
  z-index: 99;
  display: none;
}
.head-soubox input {
  border: none;
  width: 100%;
  border: 1px solid #ddd;
  padding-left: 12px;
  height: 40px;
  line-height: 40px;
  background: none;
  color: #fff;
}

.head-soubox input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}
.head-soubox input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.head-soubox input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.head-soubox input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

#banner {
  position: relative;
}
@media (max-width: 1700px) {
  .nav-ul li {
    margin-right: 30px;
  }
  .head-soubox {
    position: absolute;
    right: 0;
    top: 15px;
    background-size: cover;
    width: 180px;
    height: 40px;
    z-index: 99;
    display: none;
  }
  .nav-ul {
    margin-right: 150px;
  }
  .nav-ul li > a {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .nav-ul li {
    margin-right: 20px;
  }
}
@media (max-width: 1200px) {
  .nav-ul li {
    margin-right: 12px;
  }
  .nav-ul li > a {
    font-size: 14px;
  }
  .nav {
    margin-left: 20px;
  }
  .head-soubox {
    position: absolute;
    right: 0;
    top: 15px;
    background-size: cover;
    width: 160px;
    height: 40px;
    z-index: 99;
    display: none;
  }
  .nav-ul {
    margin-right: 106px;
  }
  .sou {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .header-right {
    display: none;
  }
  .header-left {
    width: 100%;
    justify-content: space-between;
    height: 70px;
  }
  .nav {
    display: none;
  }
  .header-main {
    height: 70px;
  }
  .logo {
    width: 100px;
  }
  .header-main {
    margin-top: 0;
  }
}

/* 底部 */
#footer {
  padding-top: 76px;
  overflow: hidden;
  width: 100%;
  background: #1b1b1b;
}
.footer-ul {
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footer-ul li h3 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 26px;
}
.footer-ul li dl dd > a {
  line-height: 36px;
  display: block;
  color: #808080;
  font-size: 16px;
}
.footer-ul li dl dd span {
  color: transparent;
}
.footer-dl {
  display: flex;
}
.footer-dl dl {
  margin-right: 60px;
}
.footer-dl dl:last-child {
  margin-right: 0px;
}
.code-wrap {
  display: flex;
}
.code-item {
  width: 180px;
  margin-right: 30px;
  text-align: center;
}
.code-item:last-child {
  margin-right: 0px;
}
.code-item p {
  color: #808080;
  line-height: 24px;
  margin-top: 16px;
  text-align: center;
}
.copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #808080;
  height: 121px;
  border-top: 1px solid #808080;
}
.copy p {
  font-size: 16px;
  line-height: 30px;
}

.copy select {
  width: 200px;
  height: 50px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../img/link-arrow.png") no-repeat 170px center;
  background-size: 10%;
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: #666;
  outline: none;
  padding-left: 20px;
  border: 1px solid #808080;
}
@media (max-width: 1200px) {
  .footer-dl dl {
    margin-right: 20px;
  }
  .code-item {
    width: 120px;
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .footer-ul {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .footer-ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-ul li h3 {
    margin-bottom: 4px;
  }
  .footer-ul li dl {
    text-align: center;
  }
  .footer-ul li dl dd {
    display: inline-block;
    margin: 0 4px;
  }
  .footer-dl {
    flex-wrap: wrap;
  }
  .footer-dl dl {
    margin-right: 0px;
    width: 100%;
  }
  .code-wrap {
    width: 100%;
    justify-content: center;
  }
  .copy {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    padding: 15px 0px;
  }
  .copy p {
    width: 100%;
    text-align: center;
  }
  #footer {
    padding-top: 38px;
  }
  .copy-select {
    margin: 15px auto 0;
  }
}

/*关于宝业*/
.homeabout {
  padding: 100px 0;
}
.homeabout-box {
  display: flex;
  overflow: hidden;
}
.homeabout-l {
  width: 50%;
  padding-right: 100px;
}
.homeabout-r {
  width: 50%;
}
.homeabout-l h3 {
  font-size: 60px;
}
.homeabout-txt {
  padding-top: 60px;
  color: #444444;
  line-height: 35px;
}
.homeabout-more {
  background: #004386;
  width: 254px;
  height: 70px;
  margin-top: 60px;
  line-height: 70px;
  cursor: pointer;
}
.homeabout-more a {
  color: #fff;
  display: block;
  width: 184px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 3px;
}
.homeabout-moreimg {
  background: #79bde7;
  width: 70px;
  text-align: center;
}
.homeabout-more {
  display: flex;
}
.homeabout-video {
  margin-top: 80px;
  position: relative;
  margin-right: 140px;
}
.homeabout-video img {
  width: 100%;
}
.homeabout-videoicon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.homeabout-rnum ul {
  display: flex;
}
.homeabout-rnum {
  margin-top: 80px;
}
.homeabout-rimg img {
  width: 100%;
}
.homeabout-rnum ul li h3 {
  font-size: 40px;
  font-family: "DIN-bold";
}
.homeabout-rnum ul li {
  width: 25%;
  color: #004386;
}
.homeabout-rnum ul li span {
  color: #666666;
  display: block;
  margin-top: 20px;
}
/*产品中心*/
.homepro {
  background: #f0f0f4;
  padding-top: 100px;
}
.hometit h3 {
  font-size: 60px;
  color: #000000;
}
.homepro .hometit {
  text-align: center;
}
.homepro-wcateSwiper .swiper-slide {
  width: auto !important;
  margin-right: 80px;
}
.homepro-wcateSwiper .swiper-slide a:hover{
  background: #004386;
  color: #fff;
}
.homepro-wcateSwiper .swiper-slide a{
  padding:6px 30px;
  display: block;
}
.homepro-w {
  margin-top: 50px;
}
.homepro-wcateSwiper .swiper-slide{
  position: relative;
}
.hpro-wtxt{
  position: absolute;
  background: rgba(0,0,0,.5);
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  padding:0  180px;
  display: none;
}
.hpro-wtxt a{
  display: block;
  width: 50px;
  height: 50px;
  background: #004386 url("../img/add-icon.png") no-repeat  center ; 
  border-radius: 50%;
  margin: 0 auto;
}
.hpro-wtxt h3{
  font-size: 24px;
}
.hpro-wtxt p{
  line-height: 35px;
  margin: 20px 0;
}
.qyry-swiper .swiper-slide.swiper-slide-active .hpro-wtxt{
  display: flex;
} 
@media(max-width:1200px){
  .hpro-wtxt{
    padding: 0 50px;
  }
}

@media(max-width:991px){
  .hpro-wtxt{
    padding: 0 0px;
  }
  .hpro-wtxt p{
    
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
    margin: 5px 0;
    font-size: 14px;
    padding: 0 15px;
  }
  .hpro-wtxt h3{
    font-size: 16px;
  }
  .hpro-wtxt a{
    width: 30px;
    height: 30px;
    margin-top: 15px;
  }
}
/*技术实力*/
.homestr {
  padding: 100px 0;
}
.homestr-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.homestr-titmore {
  width: 160px;
  height: 50px;
  display: block;
  border: 1px solid #808080;
  text-align: center;
  line-height: 50px;
}
.homestr-titmore a {
  color: #808080;
  margin-right: 14px;
}
.homestr-w {
  margin-top: 60px;
  display: flex;
}
.homestr-wl {
  width: 50%;
  padding-right: 25px;
  position: relative;
}
.homestr-wl img {
  width: 100%;
}
.homestr-wr {
  width: 50%;
  padding-left: 25px;
}
.homestr-wr img {
  width: 100%;
}
.homestr-wr ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.homestr-wl h3 {
  position: absolute;
  bottom: 30px;
  left: 25px;
  color: #fff;
  font-size: 24px;
}

.homestr-wr ul li {
  position: relative;
}
.homestr-wr ul li h3 {
  position: absolute;
  left: 25px;
  bottom: 30px;
  color: #fff;
  font-size: 24px;
}
.homestr-box {
  overflow: hidden;
}
/*首页经典案例*/
.homecase {
  background: #f0f0f4;
  padding: 100px 0;
}
.homecase .hometit {
  text-align: center;
}
.homecase-box {
  margin-top: 60px;
}
.homecase-img img {
  width: 100%;
}
.homecase-txt {
  background: #fff;
  padding: 40px 25px;
}
.homecase-txt h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.homecase-img img {
  transition: all 0.4s;
}
.homecase-Swiper .swiper-slide:hover .homecase-img img {
  transform: scale(1.1);
}
.homecase-img {
  overflow: hidden;
}
.homecase-Swiper .swiper-slide:hover .homecase-txt h3 {
  color: #004386;
}
.homenews {
  padding: 100px 0;
}
.homenews-l {
  width: 50%;
  background: #f0f0f4;
  padding: 100px 50px 0;
}
.homenews-box {
  margin-top: 60px;
  display: flex;
}
.homenews-tit {
  position: relative;
}
.homenews-r ul li {
  width: 100%;
}
.homenews-Swiper .swiper-slide h3 {
  font-size: 30px;
  color: #004386;
}
.homenews-Swiper .swiper-slide span {
  display: block;
  color: #999999;
  padding: 20px 0;
}
.homenews-Swiper .swiper-slide p {
  line-height: 35px;
  color: #444444;
}
.homenews-Swiper .swiper-pagination {
  bottom: 0;
}
.homenews-Swiper {
  padding-bottom: 100px;
}
.homenews-Swiper .swiper-pagination {
  text-align: left;
}
.homenews-Swiper .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border: 1px solid #808080;
  background: none;
  opacity: 1;
  border-radius: 0;
}
.homenews-Swiper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #004386;
  border: 1px solid #004386;
}
.homenews .swiper-button-next {
  width: 50px;
  height: 50px;
  border: 1px solid #808080;
  background: url("../img/hnews-next.png") no-repeat center;
}
.homenews .swiper-button-prev {
  width: 50px;
  height: 50px;
  border: 1px solid #808080;
  left: auto;
  right: 80px;
  background: url("../img/hnews-prev.png") no-repeat center;
}
.homenews .swiper-button-next:hover {
  border: 1px solid #004386;
  background: #004386 url("../img/hpro-next.png") no-repeat center;
}
.homenews .swiper-button-prev:hover {
  border: 1px solid #004386;
  background: #004386 url("../img/hpro-prev.png") no-repeat center;
}
.homenews-r ul li {
  display: none;
  overflow: hidden;
}
.homenews-r ul li img {
  transition: all 0.4s;
}
.homenews-r ul li:hover img {
  transform: scale(1.1);
}
.homehzhb {
  background: #f0f0f4;
  padding: 100px 0;
}
.homehzhb .hometit {
  text-align: center;
}
.homehzhb-Swiper {
}
.homehzhb-box {
  margin-top: 60px;
}
.homehzhb-img {
  margin-bottom: 14px;
}

.homenews-r ul li img {
  width: 100%;
}

#certify {
  position: relative;
  margin: 0px auto;
  padding: 50px 0 0px;
}
#certify .swiper-slide {
  width: 1200px;
  height: auto;
}
#certify .swiper-slide img {
  display: block;
  width: 100%;
  overflow: hidden;
}
#certify .swiper-slide {
  text-align: center;
}
#certify .swiper-slide span {
  font-size: 18px;
  font-family: "sMedium";
  text-align: center;
  margin-top: 15px;
  display: none;
}
#certify .swiper-slide.swiper-slide-active span {
  display: block;
}
#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}
#certify .swiper-button-prev {
  display: block;
  position: absolute;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: url("../img/hpro-prev.png") no-repeat center;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: 1px solid #fff;
}
#certify .swiper-button-prev:hover {
  background: url(../img/hpro-prev.png) no-repeat center #004386;
  border: 1px solid #004386;
}
#certify .swiper-button-next {
  display: block;
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: url("../img/hpro-next.png") no-repeat center;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: 1px solid #fff;
}

#certify .swiper-button-next:hover {
  background: url(../img/hpro-next.png) no-repeat center #004386;
  border: 1px solid #004386;
}
.homehzhb-img img {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  #certify {
    width: 100%;
  }
  #certify .swiper-slide {
    width: 800px;
  }
}
@media only screen and (max-width: 991px) {
  #certify .swiper-button-next,
  #certify .swiper-button-prev {
    display: none;
  }
  #certify {
    padding-bottom: 30px;
    padding-top: 0px;
  }
  .honor-wrap {
    padding: 45px 0;
  }
  .qyry-swiper {
    margin-top: 30px;
  }
  .honor-title {
    line-height: 40px;
    font-size: 25px;
    padding-bottom: 10px;
  }
  .tquestion-top p {
    height: auto;
    padding: 12px 0px;
    font-size: 16px;
    line-height: 24px;
  }
  .tquestion-bom {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  #certify .swiper-slide {
    width: 280px;
  }
  .honor-wrap {
    padding: 30px 0;
  }
  .honor-title {
    line-height: 30px;
    font-size: 22px;
    padding-bottom: 10px;
  }
  .honor-title-ms {
    line-height: 24px;

    margin: 10px auto 20px;
  }
}

@media (max-width: 1700px) {
  .homeabout-l h3 {
    font-size: 50px;
  }
  .homeabout-txt {
    padding-top: 40px;
  }
  .homeabout-more {
    margin-top: 40px;
  }
  .homecase-txt span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
  }
  .homenews-Swiper .swiper-slide h3 {
    font-size: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .homenews-l {
    width: 50%;
    background: #f0f0f4;
    padding: 60px 50px 0;
  }
}
@media (max-width: 1600px) {
  .homenews-Swiper {
    padding-bottom: 50px;
  }
}

@media (max-width: 1400px) {
  .homeabout-l h3 {
    font-size: 40px;
  }
  .homeabout-txt {
    padding-top: 30px;
  }
  .homeabout-more {
    margin-top: 30px;
  }
  .homeabout-l {
    padding-right: 30px;
  }
  .homeabout-video {
    margin-top: 40px;
  }
  .homeabout-rnum ul {
    display: flex;
    justify-content: space-around;
  }
  .homeabout-rnum ul li {
    width: auto;
  }
  .homeabout-rnum ul li span {
    font-size: 14px;
  }
  .hometit h3 {
    font-size: 50px;
  }
  .homecase-txt h3 {
    font-size: 22px;
  }
  .homenews-Swiper {
    padding-bottom: 30px;
  }
  .homenews-l {
    padding: 30px 30px 0;
  }
}

@media (max-width: 1200px) {
  .homeabout-box {
    display: block;
  }
  .homeabout-l {
    width: 100%;
  }
  .homeabout-r {
    width: 100%;
    margin-top: 60px;
  }
  .homecase-txt h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
  }
  .homenews-box {
    display: block;
  }
  .homenews-l {
    padding: 40px 30px 40px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .homeabout {
    padding: 40px 0;
  }
  .homeabout-l h3 {
    font-size: 28px;
  }
  .homeabout-txt {
    padding-top: 15px;
  }
  .homeabout-txt {
    line-height: 32px;
  }
  .homeabout-video {
    margin-right: 0;
  }
  .homeabout-l {
    padding-right: 0;
  }
  .homeabout-rnum {
    margin-top: 30px;
  }
  .hometit h3 {
    font-size: 28px;
  }
  .homepro {
    padding-top: 40px;
  }
  .homepro-w {
    margin-top: 30px;
  }
  .homestr-w {
    display: block;
  }
  .homestr-wl {
    width: 100%;
    padding-right: 0;
  }
  .homestr-wr {
    width: 100%;
    padding-left: 0;
  }
  .homestr {
    padding: 40px 0;
  }
  .homestr-w {
    margin-top: 30px;
  }
  .homestr-wl h3 {
    bottom: 18px;
    left: 25px;
    font-size: 16px;
  }
  .homestr-wr ul li h3 {
    bottom: 18px;
    font-size: 16px;
  }
  .homecase {
    padding: 40px 0;
  }
  .homecase-box {
    margin-top: 30px;
  }
  .homenews {
    padding: 40px 0;
  }
  .homenews-box {
    margin-top: 30px;
  }
  .homenews-l {
    padding: 15px;
  }
  .homehzhb {
    padding: 40px 0;
  }
  .homehzhb-box {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .homeabout-rnum ul {
    flex-wrap: wrap;
  }
  .homeabout-rnum ul li {
    width: 50%;
    margin-bottom: 20px;
  }
}
/* 内页导航 */
.inside-nav{
  background-color: #f0f0f4;
}
.inav-list{
  display: flex;
}
.inav-list li{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100px;
  transition: all .5s;
}
.inav-list li::after{
  position: absolute;
  height: 30px;
  width: 1px;
  background-color: #b2b2b2;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}
.inav-icon{
  position: relative;
  height: 31px;
}
.inav-icon img{
  transition: all .5s;
}
.inav-iconun{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}

.inav-iconon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.inav-list li span{
  font-size: 16px;
  color: #222;
  /*margin-left: 10px;*/
}
.inav-list li:hover, .inav-list li.on{
  background-color: #004386;
}
.inav-list li:hover .inav-iconon, .inav-list li.on .inav-iconon{
  opacity: 1;
}
.inav-list li:hover .inav-iconun, .inav-list li.on .inav-iconun{
  opacity: 0;
}
.inav-list li:hover span, .inav-list li.on span{
  color: #fff;
}
.about-wrap{
  padding-top: 98px;
  overflow: hidden;
  padding-bottom: 100px;
}
.inside-title{
  text-align: center;
  font-size: 48px;
  color: #000;
}
.about-info{
  font-size: 16px;
  color: #444;
  margin-top: 50px;
  line-height: 32px;
  text-indent: 32px;
}
.about-info p{
  margin-bottom: 15px;
}
.about-info p:last-child{
  margin-bottom: 0px;
}
.data-num{
  display: flex;
  justify-content: space-between;
  margin-bottom: 56px;
}
.data-num li h3{
  font-family: "DIN-bold";
  color: #004386;
  font-size: 40px;
  line-height: 40px;
  margin-top: 46px;
  margin-bottom: 9px;
}
.data-num li p{
  font-size: 16px;
  line-height: 24px;
  color: #444;
}
.about-img:hover img{
  transform: scale(1.1);
}
@media(max-width: 991px){
  .inav-list li{
      height: 70px;
      padding: 0 20px;
      flex: none;
  }
  .inav-list {
      flex-wrap: wrap;
  }
  .about-wrap{
      padding-top: 35px;
      padding-bottom: 40px;
  }
  .inside-title{
      font-size: 28px;
  }
  .about-info{
      margin-top: 20px;
  }
  .data-num{
      flex-wrap: wrap;
      margin-bottom: 30px;
  }
  .data-num li h3{
      margin-top: 20px;
  }
}
@media(max-width: 767px){
  .inav-list li{
      height: 52px;
  }
}
@media(max-width: 559px){
  .inav-list li{
      width: 50%;
  }
  .data-num{
      margin-top: 5px;
      margin-bottom: 15px;
  }
  .data-num li{
      width: 50%;
      text-align: center;
  }
  .data-num li h3{
      font-size: 32px;
      line-height: 32px;
      margin-bottom: 0px;
      margin-top: 10px;
  }
}
/* 企业文化 */
.public-title {
  margin-bottom: 60px;
}
.culture-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.culture-item {
  width: calc(50% - 30px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.culture-info {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0px;
  color: #fff;
  padding: 28px 40px 0px;
  font-size: 20px;
  line-height: 44px;
}
.culture-title h2 {
  color: #004386;
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
  margin-bottom: 26px;
}
.culture-title span {
  color: #004386;
  opacity: 0.5;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .culture-title h2 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .culture-title span {
    font-size: 26px;
    line-height: 26px;
  }
}
@media (max-width: 1200px) {
  .culture-title h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .culture-title span {
    font-size: 22px;
    line-height: 22px;
  }
  .culture-info {
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .public-title {
    margin-bottom: 30px;
  }
  .culture-item {
    width: 100%;
  }
  .culture-item:first-child {
    margin-bottom: 40px;
  }
  .culture-title {
    margin-top: 25px;
  }
  .culture-info {
    padding: 25px 30px 0px;
  }
}
@media (max-width: 559px) {
  .culture-info {
    padding: 20px 20px 0px;
    font-size: 16px;
    line-height: 30px;
  }
}
/* 经典案例 */
.case-list {
  margin-left: -16px;
  margin-right: -16px;
}
.case-list li {
  padding: 0 16px;
  width: 33.33%;
  float: left;
  margin-bottom: 33px;
}
.case-info {
  background-color: #f0f0f4;
  padding: 33px 30px 7px;
}
.case-info h3 {
  color: #0e0509;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}
.case-info span {
  font-size: 16px;
  line-height: 24px;
  min-height: 48px;
  display: block;
  color: #444;
}
.case-item:hover .case-info h3 {
  color: #004386;
}
.case-item:hover .public-img img {
  transform: scale(1.1);
}
.click-more {
  color: #fff;
  display: block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #004386;
  margin: 0px auto 60px;
  border-radius: 4px;
}
.case-click {
  margin-top: 28px;
}
.case-wrap {
  padding-bottom: 0px;
}
@media (max-width: 1400px) {
  .case-info h3 {
    line-height: 30px;
    min-height: 60px;
    margin-bottom: 2px;
  }
}
@media (max-width: 991px) {
  .case-list {
    margin-left: 0px;
    margin-right: 0px;
  }
  .case-list li {
    padding: 0px;
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .case-info h3 {
    min-height: 30px;
    margin-bottom: 6px;
  }
  .case-info {
    padding: 20px;
  }
  .case-info span {
    min-height: 24px;
  }
  .click-more {
    margin-bottom: 40px;
  }
  .case-click {
    margin-top: 40px;
  }
}
/* 联系我们 */
.contact-list {
  margin-left: -13px;
  margin-right: -13px;
  margin-bottom: 40px;
}
.contact-list li {
  float: left;
  width: 25%;
  padding: 0 13px;
}
.contact-item {
  background-color: #f0f0f4;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 26px;
  transition: all 0.5s;
}
.contact-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: all 0.5s;
}
.contact-item h3 {
  font-size: 18px;
  color: #333;
  margin-top: 14px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 4px;
}
.contact-item p {
  font-size: 18px;
  color: #666;
  line-height: 24px;
  text-align: center;
}
.contact-item:hover {
  background-color: #004386;
}
.contact-item:hover h3 {
  color: #fff;
}
.contact-item:hover p {
  color: #fff;
}
.feedback-wrap {
  background-color: #f0f0f4;
  padding: 100px 0px;
  overflow: hidden;
}
.form-item {
  margin-bottom: 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-input {
  display: flex;
  flex: 1;
  margin-right: 14px;
  align-items: center;
  height: 72px;
  padding-left: 35px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
}
.form-input:last-child {
  margin-right: 0px;
}
.form-input span {
  font-size: 18px;
  color: #333;
  width: 54px;
}
.form-input input {
  display: block;
  width: calc(100% - 54px);
  border: none;
  background-color: #fff;
  line-height: 70px;
  font-size: 18px;
}
.form-textarea {
  height: 276px;
  padding-top: 14px;
  padding-right: 35px;
  align-items: flex-start;
}
.form-textarea span {
  line-height: 32px;
}
.form-input textarea {
  width: calc(100% - 54px);
  border: none;
  background-color: #fff;
  line-height: 32px;
  font-size: 18px;
  resize: none;
}
.form-btn {
  display: block;
  background-color: #004386;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  width: 168px;
  height: 52px;
  margin: 33px auto 0px;
  font-weight: bold;
  border: none;
}
@media (max-width: 1400px) {
  .form-input {
    padding-left: 20px;
  }
  .form-textarea {
    padding-right: 20px;
  }
}
@media (max-width: 1200px) {
  .form-item {
    margin-bottom: 0px;
  }
  .form-input {
    margin-bottom: 21px;
  }
  .form-four .form-input {
    flex: none;
    width: calc(50% - 7px);
    margin-right: 0px;
  }
  .form-btn {
    margin-top: 12px;
  }
}
@media (max-width: 991px) {
  .contact-list {
    margin-bottom: 0px;
  }
  .contact-list li {
    width: 50%;
    margin-bottom: 30px;
  }
  .contact-item {
    height: 180px;
  }
  .contact-item p {
    font-size: 16px;
  }
  .feedback-wrap {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .form-input {
    height: 62px;
  }
  .form-textarea {
    height: 180px;
  }
  .form-input span {
    font-size: 16px;
  }
  .form-input input {
    line-height: 60px;
    font-size: 16px;
  }
}
@media (max-width: 559px) {
  .form-input {
    flex: none;
    width: 100%;
    margin-right: 0px;
  }
  .form-four .form-input {
    width: 100%;
  }
  .contact-list {
    margin-left: 0px;
    margin-right: 0px;
  }
  .contact-list li {
    width: 100%;
    padding: 0px;
    float: none;
    margin-bottom: 30px;
  }
  .contact-item {
    height: auto;
    padding: 20px 12px;
  }
  .form-input {
    padding-left: 12px;
  }
  .form-textarea {
    padding-right: 12px;
  }
}
/* 新闻中心 */
.news-top {
  display: flex;
  flex-wrap: wrap;
}
.news-left {
  width: 50%;
  background-color: #f0f0f4;
  padding: 0 35px;
}
.news-right {
  width: 50%;
}
.news-info {
  padding-top: 104px;
  padding-bottom: 90px;
}
.news-info h3 > a {
  font-size: 30px;
  color: #004386;
  display: block;
  line-height: 38px;
  margin-bottom: 14px;
}
.news-info span {
  font-size: 16px;
  color: #999999;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
}
.news-info p {
  font-size: 16px;
  line-height: 32px;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-imgs li {
  display: none;
}
.news-imgs li.active {
  display: block;
}
.news-page {
  position: relative;
  bottom: auto;
  left: auto;
  text-align: left;
}
.news-swiper > .swiper-pagination-bullets {
  bottom: auto;
}
.news-page .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border: 1px solid #808080;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
}
.news-swiper > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.news-page .swiper-pagination-bullet-active {
  border-color: #004386;
  background-color: #004386;
}
.news-list li {
  margin-top: 40px;
  width: 100%;
  background-color: #f0f0f4;
  padding: 36px 40px 30px;
}
.news-list li h3 > a {
  color: #111;
  font-size: 24px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 26px;
  margin-bottom: 14px;
}
.news-list li:hover h3 > a {
  color: #004386;
}
.news-list li span {
  font-size: 16px;
  color: #999999;
  line-height: 24px;
  display: block;
  margin-bottom: 8px;
}
.news-list li p {
  font-size: 16px;
  line-height: 32px;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-click {
  margin-top: 60px;
}
@media (max-width: 1600px) {
  .news-info {
    padding-top: 84px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1400px) {
  .news-info {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .news-info {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .news-left {
    padding: 0 25px;
  }
  .news-info h3 > a {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .news-info {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .news-left {
    padding-bottom: 30px;
    width: 100%;
  }
  .news-right {
    width: 100%;
  }
  .news-list li {
    margin-top: 30px;
    padding: 20px 25px;
  }
  .news-list li h3 > a {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .news-list li p {
    line-height: 30px;
  }
  .news-list li span {
    margin-bottom: 4px;
  }
  .news-click {
    margin-top: 40px;
  }
}
@media (max-width: 559px) {
  .news-left {
    padding-left: 12px;
    padding-right: 12px;
  }
  .news-info h3 > a {
    font-size: 20px;
    line-height: 24px;
  }
  .news-info {
    padding-bottom: 20px;
  }
  .news-info p {
    line-height: 30px;
  }
  .news-list li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .news-list li h3 > a {
    font-size: 20px;
  }
}
/* 人才招聘 */
.job-list li {
  border-bottom: 1px dashed #bcbcbc;
  cursor: pointer;
}
.job-list li:first-child {
  border-top: 1px dashed #bcbcbc;
}
.job-pos {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
  transition: all 0.5s;
}
.job-pos p {
  font-size: 18px;
  color: #004386;
  font-weight: bold;
}
.job-pos i {
  display: block;
  width: 34px;
  height: 34px;
  border: 1px solid #808080;
  border-radius: 50%;
  background: url(../img/job-add.png) no-repeat center;
  transition: all 0.5s;
}
.job-detail {
  padding: 25px 60px 35px;
  display: none;
}
.job-des p {
  font-size: 16px;
  line-height: 24px;
  color: #444;
}
.job-des {
  margin-bottom: 24px;
}
.job-list li:hover .job-pos,
.job-list li.on .job-pos {
  background-color: #004386;
}
.job-list li:hover .job-pos p {
  color: #fff;
}
.job-list li.on .job-pos p {
  color: #fff;
}
.job-list li:hover i,
.job-list li.on i {
  border-color: #fff;
  background-image: url(../img/job-slice.png);
}
.job-bom {
  padding: 42px 60px 94px;
}
@media (max-width: 991px) {
  .job-pos {
    height: 60px;
    padding: 0 30px;
  }
  .job-detail {
    padding: 20px 30px 10px;
  }
  .job-bom {
    padding: 30px 30px 40px;
  }
}
@media (max-width: 559px) {
  .job-pos {
    padding: 0 15px;
  }
  .job-des {
    margin-bottom: 20px;
  }
  .job-detail {
    padding: 20px 15px 10px;
  }
  .job-bom {
    padding: 20px 15px 30px;
  }
  .job-pos i {
    width: 30px;
    height: 30px;
  }
}
/* 产品中心 */
.pro-nav {
  background-color: #f0f0f4;
  overflow: hidden;
}
.pnav-item a {
  line-height: 100px;
  display: block;
  position: relative;
  text-align: center;
  font-size: 18px;
  color: #222;
  transition: all 0.5s;
}
.pnav-item a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background-color: #b3b3b3;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.pro-navswiper .swiper-slide:first-child .pnav-item a::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background-color: #b3b3b3;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.pnav-item:hover a {
  background-color: #004386;
  color: #fff;
}
.pro-navswiper .swiper-slide.pnav-on .pnav-item a {
  background-color: #004386;
  color: #fff;
}
.pro-list li {
  display: flex;
  flex-wrap: wrap;
}
.pro-list li:nth-child(odd) {
  flex-direction: row-reverse;
}
.pro-left {
  width: 50%;
}
.pro-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pro-list li:nth-child(odd) .pro-right {
  padding-left: 260px;
  padding-right: 60px;
}
.pro-list li:nth-child(even) .pro-right {
  padding-right: 260px;
  padding-left: 60px;
}
.pro-right h3 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  line-height: 36px;
  margin-bottom: 34px;
}
.pro-des p {
  font-size: 16px;
  color: #444;
  line-height: 36px;
}
.pro-des p > span {
  color: #222;
  font-weight: bold;
}
.pro-more {
  display: block;
  margin-top: 48px;
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  transition: all 0.5s;
  background-color: #004386;
}
.pro-left:hover .public-img img {
  transform: scale(1.1);
}
.pro-more:hover {
  transform: translateY(-8px);
}
@media (max-width: 1700px) {
  .pro-list li:nth-child(odd) .pro-right {
    padding-left: 120px;
  }
  .pro-list li:nth-child(even) .pro-right {
    padding-right: 120px;
  }
}
@media (max-width: 1400px) {
  .pro-list li:nth-child(odd) .pro-right {
    padding-left: 60px;
  }
  .pro-list li:nth-child(even) .pro-right {
    padding-right: 60px;
  }
  .pro-right h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .pro-des p {
    line-height: 30px;
  }
  .pro-more {
    margin-top: 30px;
  }
}
@media (max-width: 1200px) {
  .pro-list li:nth-child(odd) .pro-right {
    padding-left: 40px;
    padding-right: 40px;
  }
  .pro-list li:nth-child(even) .pro-right {
    padding-right: 40px;
    padding-left: 40px;
  }
  .pro-des p {
    font-size: 14px;
  }
  .pro-more {
    margin-top: 20px;
  }
  .pro-right h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .pro-left {
    width: 100%;
  }
  .pro-right {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pro-list li:nth-child(odd) .pro-right {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pro-list li:nth-child(even) .pro-right {
    padding-right: 30px;
    padding-left: 30px;
  }
  .pro-des p {
    font-size: 16px;
  }
  .pro-right h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .pnav-item a {
    line-height: 60px;
    font-size: 16px;
  }
}
@media (max-width: 499px) {
  .pro-right {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pro-list li:nth-child(odd) .pro-right {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pro-list li:nth-child(even) .pro-right {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.pro-detail {
  width: 100%;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}
.pro-dtop {
  display: flex;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.pro-dleft {
  width: 50%;
}
.pro-dright {
  width: 50%;
  background-color: #f0f0f4;
  padding: 78px 50px 0px;
}
.pro-dleft:hover .public-img img {
  transform: scale(1.1);
}
.pro-dtitle h3 {
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
  color: #000;
  padding-bottom: 28px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 22px;
}
.pro-dtitle p {
  font-size: 16px;
  line-height: 30px;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.pro-consult {
  display: flex;
  margin-top: 70px;
  width: 200px;
  height: 52px;
  align-items: center;
  justify-content: center;
  background-color: #004386;
}
.pro-consult span {
  color: #fff;
  margin-left: 8px;
}
.pro-intro-title {
  border-bottom: 1px solid #004386;
  height: 51px;
  margin-bottom: 30px;
}
.pro-intro-title h3 {
  font-size: 18px;
  color: #fff;
  height: 51px;
  width: 180px;
  text-align: center;
  line-height: 50px;
  background-color: #004386;
}
.pro-intro p {
  color: #444;
  font-size: 16px;
  line-height: 36px;
}
.pro-dlists {
  margin-top: 30px;
  margin-left: -20px;
  margin-right: -20px;
}
.pro-dlists li {
  padding: 0 20px;
  float: left;
  width: 33.33%;
}
.pro-ditems:hover .public-img img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .pro-dright {
    padding-top: 50px;
  }
  .pro-dtitle h3 {
    font-size: 40px;
    line-height: 40px;
  }
  .pro-consult {
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  .pro-dright {
    padding: 30px 30px 0px;
  }
  .pro-dtitle h3 {
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
  .pro-consult {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .pro-detail {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pro-dtop {
    margin-bottom: 35px;
  }
  .pro-dleft {
    width: 100%;
  }
  .pro-dright {
    padding-bottom: 30px;
    width: 100%;
  }
  .pro-dtitle h3 {
    font-size: 28px;
    line-height: 28px;
    padding-bottom: 15px;
  }
  .pro-consult {
    width: 168px;
  }
  .pro-dlists {
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .pro-dlists li {
    padding: 0px;
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }
  .pro-dlists li:last-child {
    margin-bottom: 0px;
  }
  .pro-intro-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 559px) {
  .pro-dright {
    padding: 20px 15px;
  }
  .pro-dtitle h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
.scale-img{
  overflow: hidden;
}
.scale-img img{
  transition: all 0.4s;
}
.scale-img:hover img{
  transform: scale(1.1);
}

.dc-phone {
  display: none;
}
@media (max-width: 991px) {
  .dc-phone {
    display: block;
  }

  .dc-pc {
    display: none;
  }
}
.about-dess{
  margin-bottom: 50px;
}
.about-dess img{
  max-width: 100%;
}

.mbxright{
	float: right;
	margin-right: 20px;
}
