﻿@charset "UTF-8";

.container,
.head_main,
.wrap,
.index-container {
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .wrap,
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .wrap,
  .container,
  .head_main,
  .index-container {
    /* width: 1360px; */
    width: 970px;
  }
}

@media (min-width: 1260px) {
  .wrap,
  .container,
  .head_main,
  .index-container {
    /* width: 1370px; */
    width: 1230px;
  }
}

@media (min-width: 1460px) {
  .container,
  .head_main,
  .index-container {
   width: 1430px;
   /* width: 1550px; */
  }
}

@media (min-width: 1920px) {
  .index-container {
    width: 1600px;
  }
}

.header {
  z-index: 1000;
  position: fixed;
  top: 0;
  height: 100px;
  width: 100%;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.header.white {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
}

.header:hover {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
}

/*===============下拉==============*/

.header .logo {
  padding: 25px 0;
  float: left;
}

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

.logo-blue {
  display: none;
}

.navbar {
  float: left;
  margin-left: 12%;
}

.navbar * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.category-item {
  float: left;
  padding: 0 20px;
}

.category-item-single {
  position: relative;
}

.category-a {
  padding: 0 10px;
  display: block;
  font-size: 18px;
  line-height: 100px;
  color: #fff;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
}

.category-a.on,
.category-a:hover {
  color: #fff;
}

.category-a::after {
  content: "";
  width: 0;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.category-item.active .category-a::after,
.category-item:hover .category-a::after {
  width: 100%;
}

.category-item.active .category-a,
.category-item:hover .category-a {
  color: #fff;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1100;
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid #dae1e6;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  height: auto;
  display: none;
  overflow: hidden;
  width: 100%;
  left: 0;
  margin-top: 0;
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
}

.category-item:hover .dropdown-menu {
  opacity: 1;
  display: block;
  visibility: visible;
}

.nav-box {
  display: none;
}

.nav-box.on {
  display: block;
}

.navso-menu ul {
  padding: 26px 0 36px;
  margin: 0 -20px;
}

.navso-menu li {
  float: left;
  padding: 20px 0;
  width: 14.285%;
  padding: 0 20px;
}

.navso-list {
  display: block;
  width: 100%;
}

.navso-pic {
  display: block;
  width: 100%;
  overflow: hidden;
}

.navso-pic img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.navso-list p {
  text-align: center;
  font-size: 16px;
  color: #444;
  line-height: 28px;
  margin-top: 9px;
}

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

.navso-menu li:hover img {
  transform: scale(1.05);
}

.navso-menu li:hover p {
  color: #00437d;
}

/*.single {
position: absolute;
top: 100%;
z-index: 10;
max-height: 0;
opacity: 0;
background-color: rgba(255,255,255,1);
-webkit-transition: all .36s ease;
-o-transition: all .36s ease;
width: 180px;
padding: 10px 20px;
transform: translateX(-50%);
left: 50%;
transition: all .36s ease;
height: auto;
overflow: hidden;
margin-top: 0;
-ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
-o-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
}

.category-item:hover .single {
max-height: 450px;
opacity: 1;
}

.single a {
font-size: 16px;
border-bottom: solid 1px #f2f2f2;
display: block;
line-height: 40px;
color: #666666;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}

.single a:hover {
color: #00437d;
}

.single li:last-child a {
border-bottom: none;
}

.category-item:hover .dropdown-menu.full-screen {
display: block;
visibility: visible;
}*/

/*.dropdown-menu.single {
position: absolute;
top: 100%;
left: 50%;
-webkit-transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
transform: translate(-50%,0);
z-index: 1100;
background: rgba(255,255,255,1);
margin-top: 0;
max-height: 0;
opacity: 0;
overflow: hidden;
-webkit-transition: max-height .5s;
-o-transition: max-height .5s;
transition: max-height .5s;
border: none;
color: #303233;
box-shadow: 0 0 10px rgba(0,0,0,0.15);
height: auto;
padding: 0;
display: block;
}*/

.dropdown-menu.single ul {
  padding: 0px 0;
}

.dropdown-menu.single li {
  display: block;
  font-size: 16px;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.dropdown-menu.single li:last-child {
  border-bottom: 0;
}

.dropdown-menu.single li > a {
  padding: 22px 50px;
  padding-left: 50px;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  color: #333;
  line-height: 1;
  height: auto;
  background: 0 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.dropdown-menu.single li > i {
  display: block;
  font-size: 16px;
  color: #4d4d4d;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -8px;
}

.dropdown-menu.single li:hover a {
  color: #fff;
  background: #69c133;
}

.dropdown-menu.single li:hover i {
  color: #0e48a7;
}

.category-item:hover .dropdown-menu.single {
  max-height: 450px;
  opacity: 1;
}

.nav-search {
  cursor: pointer;
  float: right;
  height: 100px;
  width: 40px;
  position: relative;
  background: url(../img/nav-search.png) no-repeat right center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.search-box {
  position: absolute;
  right: -8px;
  top: 100px;
  font-size: 0;
  width: 320px;
  height: 0;
  z-index: 100;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  overflow: hidden;
}

.nav-search:hover .search-box {
  opacity: 1;
  height: 52px;
  padding-top: 6px;
}

.search-box .search {
  border: solid 1px #dbdbdb;
  width: 260px;
  height: 46px;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding: 0 15px;
  color: #666;
}

.search-box .butt {
  width: 60px;
  height: 46px;
  background: #294494 url(../img/nav-search.png) no-repeat center;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.search-box .butt:hover {
  background-color: #064479;
}

.head-store {
  float: right;
  width: 120px;
  height: 100px;
  position: relative;
  display: none;
}

.store-text {
  display: block;
  line-height: 100px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding-left: 20px;
  background: #00437d url(../img/store.png) no-repeat left 15px center;
}

.store-list {
  position: absolute;
  width: 100%;
  top: 100%;
  right: 0;
  z-index: 10;
  background: #fff;
  padding: 0px 0;
  -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.store-list a {
  display: block;
  padding: 10px 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.head-store:hover .store-list {
  opacity: 1;
  visibility: visible;
}

.store-list a:hover {
  color: #294494;
}

.language {

  margin-top: 40px;
  width: 84px;
  display: inline-block
}
  .language select {
    color: #fff;
    cursor: pointer;
  }
 .language option{
    line-height: 20px;
    cursor: pointer;
  }
  .header.on .language select,.header:hover .language select{ color: #000;}
.language-text {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 25px;
}

.language-text i {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  margin-left: 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}

.language-text a {
  color: #fff;
}

.header.on a:hover {
  color: #294494;
}

.header.on a {
  color: #666666;
}

.language-list {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  background: #fff;
  padding: 0px 0;
  -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.language-list a {
  display: block;
  padding: 10px 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.language:hover .language-text {
  color: #294494;
}

.language:hover .language-text i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: none;
}

.language:hover .language-list {
  opacity: 1;
  visibility: visible;
}

.language-list a:hover {
  color: #fff;
  background: #294494;
}

.header.white .category-a,
.header:hover .category-a,
.header:hover .language-text a {
  color: #666666;
}

.header.white .category-a.on,
.header:hover .category-a:hover,
.header.white .category-a.on,
.header:hover .category-a:hover {
  color: #294494;
}

.header.white .category-a::after,
.header:hover .category-a::after {
  background: #294494;
}

.header.white .logo-blue,
.header:hover .logo-blue {
  display: block;
}

.header.white .logo-white,
.header:hover .logo-white {
  display: none;
}

.header.white .nav-search,
.header:hover .nav-search {
  background-image: url(../img/search.png);
}

.header.white .language-text,
.header:hover .language-text {
  color: #666;
}

.header.on {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
}

.header.on .category-a {
  color: #666666;
}

.header.on .active .category-a {
  color: #294494;
}

.header.on .category-a.on,
.header.on .category-a.on {
  color: #294494;
}

.header.on .category-a::after {
  background: #294494;
}

.header.on .logo-blue {
  display: block;
}

.header.on .logo-white {
  display: none;
}

.header.on .nav-search {
  background-image: url(../img/search.png);
}

.header.on .language-text {
  color: #666;
}

/*app-头部*/

.header-app {
  background: white;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 500;
  -webkit-transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1),
    height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1),
    height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1),
    height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

.header-app.open-menu {
  height: 100%;
  background: #fff;
  -webkit-transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1),
    height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1),
    height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1),
    height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

.navbar-app {
  position: relative;
  -webkit-box-shadow: 3px 0 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 0 7px 0 rgba(0, 0, 0, 0.1);
  height: 60px;
  text-align: center;
}

.header-app .logo {
  float: left;
  height: 32px;
  vertical-align: middle;
  padding: 0px 15px;
  margin: 14px 0;
}

.header-app .logo img {
  height: 100%;
}

.navbar-togger {
  float: right;
  background: transparent;
  border: none;
  padding: 22px 15px;
  display: inline-block;
  visibility: visible;
  transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96),
    opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1),
    -webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

.navbar-togger .icon_bar {
  width: 24px;
  height: 2px;
  background-color: #294494;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar-togger .icon_bar:nth-of-type(2) {
  margin: 5px 0;
}

.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
  opacity: 0;
}

.open-menu .navbar-togger .icon_bar:first-child {
  -webkit-transform: translate(0, 7px) rotate(45deg);
  -ms-transform: translate(0, 7px) rotate(45deg);
  transform: translate(0, 7px) rotate(45deg);
}

.open-menu .navbar-togger .icon_bar:last-child {
  -webkit-transform: translate(0, -7px) rotate(-45deg);
  -ms-transform: translate(0, -7px) rotate(-45deg);
  transform: translate(0, -7px) rotate(-45deg);
}

.nav-menu {
  position: absolute;
  top: 60px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 620;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 1s;
  -o-transition: visibility 0s linear 1s;
  transition: visibility 0s linear 1s;
}

.header-app.open-menu .nav-menu {
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  padding: 30px 15px;
}

.nav-list li {
  border-bottom: 1px solid #cfcfcf;
  opacity: 0;
  pointer-events: none;
}

.nav-list li.open {
  /* border-bottom: none; */
}

.header-app.open-menu .nav-list li {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.nav-list li:nth-child(1) {
  -webkit-transform: translateY(-44px);
  -ms-transform: translateY(-44px);
  transform: translateY(-44px);
  transition: opacity 0.3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.15s,
    transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s,
    -webkit-transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s;
}

.header-app.open-menu .nav-list li:nth-child(1) {
  transition: opacity 0.3091s cubic-bezier(0.32, 0.08, 0.24, 1) 0.03s,
    transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 0.02s,
    -webkit-transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 0.02s;
}

.nav-list li:nth-child(2) {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  transition: opacity 0.29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.13s,
    transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s,
    -webkit-transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s;
}

.header-app.open-menu .nav-list li:nth-child(2) {
  transition: opacity 0.32244s cubic-bezier(0.32, 0.08, 0.24, 1) 0.05s,
    transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 0.04s,
    -webkit-transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 0.04s;
}

.nav-list li:nth-child(3) {
  -webkit-transform: translateY(-36px);
  -ms-transform: translateY(-36px);
  transform: translateY(-36px);
  transition: opacity 0.26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.11s,
    transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s,
    -webkit-transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s;
}

.header-app.open-menu .nav-list li:nth-child(3) {
  transition: opacity 0.33467s cubic-bezier(0.32, 0.08, 0.24, 1) 0.07s,
    transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 0.06s,
    -webkit-transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 0.06s;
}

.nav-list li:nth-child(4) {
  -webkit-transform: translateY(-32px);
  -ms-transform: translateY(-32px);
  transform: translateY(-32px);
  transition: opacity 0.2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.09s,
    transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s,
    -webkit-transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s;
}

.header-app.open-menu .nav-list li:nth-child(4) {
  transition: opacity 0.34577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.09s,
    transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 0.08s,
    -webkit-transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 0.08s;
}

.nav-list li:nth-child(5) {
  -webkit-transform: translateY(-28px);
  -ms-transform: translateY(-28px);
  transform: translateY(-28px);
  transition: opacity 0.22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.07s,
    transform 0.42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.056s,
    -webkit-transform 0.42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.056s;
}

.header-app.open-menu .nav-list li:nth-child(5) {
  transition: opacity 0.35577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.11s,
    transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s,
    -webkit-transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s;
}

.nav-list li:nth-child(6) {
  -webkit-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  transform: translateY(-24px);
  transition: opacity 0.20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.05s,
    transform 0.41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.043s,
    -webkit-transform 0.41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.043s;
}

.header-app.open-menu .nav-list li:nth-child(6) {
  transition: opacity 0.36577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.13s,
    transform 0.41718s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s,
    -webkit-transform 0.41718s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s;
}

.nav-list li:nth-child(7) {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: opacity 0.18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s,
    transform 0.41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s,
    -webkit-transform 0.41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s;
}

.header-app.open-menu .nav-list li:nth-child(7) {
  transition: opacity 0.37577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.15s,
    transform 0.4115s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s,
    -webkit-transform 0.4115s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s;
}

.nav-list li:nth-child(8) {
  -webkit-transform: translateY(-16px);
  -ms-transform: translateY(-16px);
  transform: translateY(-16px);
  transition: opacity 0.15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.01s,
    transform 0.40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.17s,
    -webkit-transform 0.40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.17s;
}

.header-app.open-menu .nav-list li:nth-child(8) {
  transition: opacity 0.38577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.17s,
    transform 0.40582s cubic-bezier(0.32, 0.08, 0.24, 1) 0.16s,
    -webkit-transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.16s;
}

.cate-item {
  position: relative;
}

.cate-item a {
  font-size: 16px;
  line-height: 48px;
  margin-right: 60px;
  display: block;
  color: #444;
}

.nav-list li.active .cate-item a,
.nav-list li.open .cate-item a {
  color: #294494;
}

.category-cont a:last-child {
  border: none;
}

.category-cont a.active {
  color: #294494;
}

.category-tig {
  font-size: 14px;
  color: #888;
  text-align: right;
  line-height: 48px;
  width: 50px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.category-tig::before,
.category-tig::after {
  content: "";
  background: #888;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.category-tig::before {
  width: 16px;
  height: 2px;
  right: 0;
  margin-top: -1px;
}

.category-tig::after {
  width: 2px;
  height: 16px;
  margin-top: -8px;
  right: 7px;
}

.nav-list li.open .category-tig::after {
  opacity: 0;
}

.nav-list li.open .category-tig::before {
  background: #294494;
}

.category-cont {
  display: none;
}

.nav-list li.open .category-cont {
  display: block;
  border-top: solid 1px #cfcfcf;
  border-bottom: solid 1px #cfcfcf;
}

.category-pad {
  padding: 0 15px;
}

.category-cont a {
  line-height: 40px;
  border-bottom: 1px solid #cfcfcf;
  display: block;
  color: #666;
}

.category-pad a.active {
  color: #294494;
}

.app-lanu {
  text-align: center;
  padding: 20px 0;
}

.app-lanu a {
  display: inline-block;
  padding: 0 10px;
  line-height: 24px;
  color: #666;
}

.app-lanu a.active {
  color: white;
  background: #294494;
  border-radius: 30px;
}

/*.app-store {
float: right;
background: #00437d;
height: 60px;
line-height: 60px;
width: 60px;
text-align: center;
color: white;
font-size: 24px !important;
}*/

.app-search {
  height: 40px;
  background: white;
  border: solid 1px #dbdbdb;
  margin-bottom: 10px;
}

.app-search .text {
  padding: 0 15px;
  font-size: 14px;
  color: #666;
  width: 80%;
  float: left;
  border: none;
  background: none;
  height: 100%;
}

.app-search .submit {
  width: 40px;
  float: right;
  border: none;
  background: url(../img/add-search.png) no-repeat center;
  height: 100%;
}

.banner img {
  display: block;
  width: 100%;
}

.banner img.app-banner {
  display: none;
}

.banner-font {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.banner-font h3 {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 1s 0.5s;
  font-size: 60px;
  color: white;
  font-weight: bold;
  line-height: 60px;
  margin-bottom: 20px;
}

.banner-font h4 {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 1s 0.7s;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 40px;
}

.banner .swiper-slide-active .banner-font h3,
.banner .swiper-slide-active .banner-font h4 {
  opacity: 1;
  transform: translateY(0);
}

.banner .swiper-pagination {
  bottom: 110px !important;
  padding: 0 60px;
  display: flex;
    justify-content: center;
}

.banner .swiper-pagination-bullet {
  float: left;
  width: 10px;
  height: 10px;
  background: white;
  opacity: 0.4;
  margin-right: 7px !important;
}

.banner .swiper-pagination-bullet-active {
  opacity: 1;
}

.banner .swiper-slide-active img {
  visibility: visible !important;
  -webkit-animation: scaleUpDown 5s forwards
    cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: scaleUpDown 5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@-webkit-keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*pc-底部*/

.foot-bot {
  background: #04193e;
}

.foot-bot dl {
  float: left;
  width: 175px;
}
.foot-bot dt {
  margin-bottom: 20px;
}
.foot-bot dt a {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  margin-bottom: 18px;
  display: inline;
  position: relative;
  padding-bottom: 5px;
  font-weight: 800;
}
.foot-bot dt a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 50%;
  height: 3px;
  background-color: #294494;
}
.foot-bot dt a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 50%;
  height: 3px;
  background-color: #fff;
}
.foot-bot dd a {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  display: block;
}

.footb-top {
  padding: 50px 30px;
  border-bottom: solid 1px #e6e6e6;
}

.foot-left {
  float: left;
  width: 210px;
}

.foot-left h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  margin-bottom: 23px;
  font-weight: 800;
}

.foot-left h4 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 12px;
  line-height: 16px;
  padding-left: 7px;
  border-left: solid 2px #294494;
}

.foot-left h5 {
  margin-bottom: 15px;
  font-size: 26px;
  color: #fff;
  line-height: 24px;
}

.foot-left p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}

.foot-a a {
  float: left;
  margin-right: 28px;
}

.foot-right {
  float: right;
  margin: 0px 5px;
  text-align: center;
}

.foot-right p {
  margin-top: 10px;
  line-height: 17.5px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.foot-right h3 {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}
.foot-right h4 {
  background: #294494;
  border-radius: 20px;
  /*padding: 5px 10px;*/
  margin-top: 10px;
}
.foot-right h4 a {
  color: #fff;
  font-size: 16px;
}
.foot-right h4:hover {
  background: #003692;
}
.footb-bot {
  padding: 17.5px 30px;
  overflow: hidden;
}

.footb-bot p {
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
}

.footb-bot p a {
  color: #fff;
}

.foot-top a:hover,
.footb-bot p a:hover,
.foot-bot dt a:hover,
.foot-bot dd a:hover {
  color: #969696;
}

.footer-icon {
  padding: 10px 0;
  border-bottom: solid 1px #e6e6e6;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.footer-icon img {
  display: inline;
  margin: 0 10px;
  height: 30px;
}

/*app-底部*/

.foot-app {
  width: 100%;
  display: none;
}

.footer-menu {
  background: #e6e6e6;
}

.foot-pad {
  padding: 0 15px;
}

.footer-tit {
  position: relative;
  border-bottom: 1px solid #c7c7c7;
}

.footer-item:last-child .footer-tit {
  border-bottom: none;
}

.open .footer-tit a {
  color: #294494;
}

.footer-tit a {
  font-size: 16px;
  color: #333;
  line-height: 48px;
  margin-right: 48px;
  display: block;
}

.footer-tig {
  font-size: 14px;
  color: #888;
  text-align: right;
  line-height: 48px;
  width: 20px;
  height: 48px;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 2;
}

.footer-tig::before,
.footer-tig::after {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 50%;
  transition: all 0.3s;
  left: 50%;
}

.footer-tig::before {
  width: 18px;
  height: 2px;
  margin-left: -8px;
}

.footer-tig::after {
  width: 2px;
  height: 18px;
  margin-top: -8px;
}

.footer-item.open .footer-tig::after {
  opacity: 0;
}

.footer-item.open .footer-tig::before {
  background: #294494;
}

.footer-cont {
  display: none;
  border: solid 1px rgba(255, 255, 255, 0.1);
  border-top: 0;
  padding: 0 15px;
}

.footer-cont a {
  text-transform: uppercase;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.3);
  display: block;
  font-size: 14px;
  border-bottom: dashed 1px rgba(255, 255, 255, 0.1);
}

.footer-cont a:last-child {
  border: none;
}

.footer-item.open .footer-cont a.active {
  color: #294494;
}

.footer-bot {
  background: #f6f6f6;
  padding: 0 15px;
}

.footer-top {
  padding: 30px 0;
}

.footer-left {
  float: left;
  width: 100%;
}

.footer-left h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  margin-bottom: 12px;
}

.footer-left h4 {
  font-size: 14px;
  color: #888;
  margin-bottom: 12px;
  line-height: 14px;
  padding-left: 7px;
  border-left: solid 2px #294494;
}

.footer-left h5 {
  margin-bottom: 6px;
  font-size: 22px;
  color: #333;
  line-height: 20px;
}

.footer-left p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.footer-right {
  float: right;
}

.footer-right img {
  display: block;
}

.footer-right p {
  margin-top: 10px;
  line-height: 17.5px;
  color: #666666;
  font-size: 12px;
  text-align: center;
}

.footer-share {
  padding: 25px 0px;
  overflow: hidden;
}

.footer-share p {
  line-height: 22px;
  font-size: 14px;
  color: #929292;
}

.footer-share p a {
  color: #929292;
}

.footer-share .bshare-custom.icon-medium {
  float: none;
  text-align: center;
  margin-bottom: 10px;
}

.bshare-custom.icon-medium a {
  width: 40px;
  height: 40px !important;
  border-radius: 50%;
  border: solid 1px #cccccc;
  text-align: center;
  line-height: 38px;
  color: #294494;
  background: none !important;
  padding-left: 0 !important;
  font-size: 22px;
  margin-right: 0;
  margin-left: 19px;
}

.bshare-custom.icon-medium a:hover {
  text-decoration: none;
  color: white;
  background: #294494 !important;
  border-color: #294494;
}

.bshare-custom.icon-medium a {
  display: inline-block;
  margin: 0 5px;
  width: 32px;
  height: 32px !important;
  line-height: 30px;
  font-size: 18px !important;
}

@media (max-width: 1900px) {
  .category-item {
    padding: 0px 10px;
  }

  .navbar {
    margin-left: 5%;
  }
}

@media (max-width: 1459px) {
  .navbar {
    margin-left: 5%;
  }

  .category-item {
    padding: 0 10px;
  }

  .category-a {
    padding: 0;
    font-size: 17px;
  }

  .foot-top a {
    padding: 0 37px;
  }
}

@media (max-width: 1329px) {
  .foot-mid {
    margin-left: 30px;
  }

  .foot-bot dl {
    width: 100px;
  }
}

@media (max-width: 1259px) {
  .pir-right p {
    padding-right: 0;
    height: auto;
  }

  .header .logo {
    width: 150px;
    padding: 31.5px 0;
  }

  .header .logo img {
    width: 100%;
  }

  .navbar {
    margin-left: 15px;
  }

  .category-a {
    font-size: 16px;
  }

  .category-item {
    padding: 0 4px;
  }

  .nav-search {
    width: 30px;
  }

  .head-store {
    width: 100px;
    background-position: left 8px center;
  }

  .language {
    width: 60px;
  }

  .language-text {
    padding-left: 10px;
  }

  .language-text i {
    margin-left: 0px;
  }

  .foot-top a {
    padding: 0 19px;
  }
}

@media (max-width: 1023px) {
  .header {
    display: none !important;
  }

  .header-app,
  .foot-app {
    display: block;
  }

  .banner {
    margin-top: 60px;
  }

  .banner .swiper-pagination {
    padding: 0 15px;
    bottom: 30px !important;
  }
}

@media (max-width: 767px) {
  .footer-right {
    width: 50%;
    padding: 5.5%;
  }

  .footer-right img {
    width: 100%;
  }

  .banner-font {
    transform: translateY(-65%);
    display: none;
  }

  .banner-font h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .banner-font h4 {
    font-size: 16px;
    line-height: 1;
  }

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

  .banner img.pc-banner {
    display: none;
  }
  .footlist:before, .footlist:after {
    clear: both;
    content: " ";
    display: table;
}
  .foot-bot dl {
    width: 100%;
}
.foot-bot dt{margin-bottom: 0;}
.foot-bot dl{float: unset;}
.foot-bot dl .info{display: none;}
.foot-bot dt a{width: 100%;display: block; border-bottom: 1px solid #fff;margin-bottom:0;padding: 20px 20px 20px 0 ;}
.foot-bot dl:first-child dt a{border-top: 1px solid #fff;}
.foot-bot dt a::before,.foot-bot dt a::after{ left:unset;width: 15px;
  height: 2px;right: 0;transition: all 0.5s;}
  .foot-bot dt a::before{bottom: 35px;transform: rotate(45deg);}
  .foot-bot dt a::after{bottom: 25px;transform: rotate(-45deg);    background-color: #fff;}
  .foot-bot dl.open dt a{border-bottom: 1px solid transparent;}
  .foot-bot dl.open .info{border-bottom: 1px solid #fff;padding:0 2% 3% 2%;}
  .foot-bot dl.open dt a::before{transform: rotate(-45deg);bottom: 30px}
  .foot-bot dl.open dt a::after{transform: rotate(45deg);bottom: 30px}
  .foot-bot dd a{padding: 10px 0;}
.foot-left{float: unset;width: 100%;margin: 10% 0;}
.foot-right{float: unset;width: 100%;}




}


/*============首页====================*/

/*新品速递*/

.index-tit {
  font-size: 36px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}

.index-one {
  padding-top: 77px;
}

.index-one ul {
  margin: 24px -7.5px 0;
}

.index-one li {
  width: 33.333333%;
  float: left;
  padding: 0 7.5px;
  transition: all 0.5s;
}

.ino-li.ino1 {
  background: #eeefef;
  background-size: cover;
}

.ino-li.ino2 {
  background: #eeefef;
  background-size: cover;
}

.ino-li.ino3 {
  background: #eeefef;
  background-size: cover;
}

.ino-li {
  display: block;
  width: 100%;
  position: relative;
}

.ino-pic {
  overflow: hidden;
}

.ino-pic img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.ino-dec {
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 25px;
}

.index-one li:hover .ino-dec {
  color: #0d569e;
}

.ino-li:hover img {
  transform: scale(1.05);
}

/*VIDEO*/
.indexvideo {
  top: -90px;
  background: url(../img/index_video.jpg) no-repeat fixed center/cover;
  position: relative;
}
.int-video {
  margin: 160px 0 80px 0;
}
.int-left {
  float: left;
  width: 63%;
}

.index-two .index-tit {
  text-align: left;
}

.int-box {
  margin: 55px 0;
  position: relative;
}

.int-pic {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.int-pic img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.int-pic:hover img {
  transform: scale(1.05);
  cursor: pointer;
}

.int-font {
  padding: 0 80px 0 50px;
  border-right: solid 1px #e6e6e6;
  overflow-y: auto;
  position: absolute;
  height: 85%;
  top: 7.5%;
  width: 65%;
  right: 0;
}

.int-font h3 {
  font-size: 24px;
  color: #333;
  line-height: 30px;
  margin: 10px 0 22px;
}

.int-font p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

.int-font::-webkit-scrollbar {
  width: 3px;
  background-color: #dcdbdb;
}

.int-font::-webkit-scrollbar-thumb {
  background-color: #294494;
  border-radius: 10px;
}

.int-right {
  width: 37%;
  float: right;
  padding-left: 75px;
}

.int-swiper {
  position: relative;
  padding: 67px 58px 0;
  background: url(../img/int-bg2.png) no-repeat center;
  width: 379px;
  height: 379px;
  background-size: cover;
}

.int-swiper h3 {
  margin-bottom: 37px;
  font-size: 22px;
  color: white;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
}

.int-swiper .swiper-slide {
  height: 105px;
  display: table;
}

.int-swiper p {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.9);
}

.int-swiper .int-prev,
.int-swiper .int-next {
  font-size: 20px;
  font-weight: bold;
  background: none;
  width: 34px;
  height: 34px;
  color: white;
  text-align: center;
  opacity: 0.6;
  line-height: 34px;
  top: auto;
  margin-top: 0;
  bottom: 69px;
}

.int-swiper .int-prev {
  left: 156px;
}

.int-swiper .int-next {
  right: 156px;
}

.int-swiper .int-prev:hover,
.int-swiper .int-next:hover {
  opacity: 1;
}

/*首页产品*/
.index-ipro {
  background: url(../img/index_pro.jpg) no-repeat fixed center/cover;
  margin-top: -90px;
  position: relative;
}

.index-tit {
  color: #333;
  margin-top: 65px;
}
.index-tit p {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px
}
.index-pt {
  color:#fff
}
.index-tit h3 {
  font-size: 40px;
  margin-bottom: -10px;
  font-weight: bold;
}
.index-tit h4 {
  text-align: center;
  display: flex;
  justify-content: center;
}
.index-tit h4 span {
  height: 12px;
  width: 200px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    /*#ffffff,*/
    rgba(0, 0, 0, 0) 100%
  );
  display: block;
}
.inv-ipro {
  float: right;
  width: 100%;
}

.ipro-box {
  margin: 40px 0 120px 0;
}

.ipro-pic {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.ipro-swiper .swiper-container {
  padding-bottom: 60px;
}

.ipro-pic img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.ipro-dec {
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -300px;
  background-image: linear-gradient(
    to right,
    rgb(41 68 148),
    rgb(47 16 187 / 84%)
  );
  font-size: 24px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ipro-dec h3 {
  font-size: 25px;
  text-align: center;
  padding: 0 2%;
}
.ipro-dec p {
  font-size: 24px;
  font-weight: 200;
}
.ipro-list:hover .ipro-dec {
  bottom: 0;
}

.ipro-list:hover .ipro-pic img {
  opacity: 0.8;
  transform: scale(1.05);
}

.ipro-list:hover .ipro-pic img {
  opacity: 0.8;
  transform: scale(1.05);
}

.inf-wrapper-ipro .swiper-pagination {
  bottom: -50px !important;
  position: relative;
}

.inf-wrapper-ipro .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 8px;
  border-radius: 0%;
}

/*首页应用*/

.index-app {
  background: url(../img/index_app.jpg) no-repeat fixed center/cover;
}

.appli {
  background: #f1f1f1;
  padding: 50px 0 77px;
}

.appli-box {
  margin-top: 40px;
  overflow: hidden;
  padding-bottom: 100px;
}

.appli-li {
  padding: 0 15px;
  width: 25%;
  float: left;
  margin-bottom: 22px;
}

.appli-list {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.appli-pic {
  width: 100%;
  overflow: hidden;
  max-height: 66.67%;
}

.appli-pic img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.appli-font {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: white;
  line-height: 55px;
  text-align: center;
  font-size: 19px;
  background: linear-gradient(to right, rgb(57 74 154), rgb(57 74 154 / 84%));
}

.appli-list:hover img {
  transform: scale(1.05);
}
/*首页why*/

.index-why {
  /*background: url(../img/logo_bg.png) no-repeat left top / auto;*/
  margin: -50px 0 0 0;
}
.index-why .why-tit {
  margin: 0 auto;
  text-align: center;
  width: 600px;
}
.index-why .why-tit .tit-img {
  float: left;
}
.index-why .why-tit .tit-img img {
  width: 140px;
}
.index-why .why-tit .tit-txt {
  float: left;
  padding-left: 157px;
}
.index-why .why-tit .tit-txt h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 80px;
}
.index-why .why-tit .tit-txt p {
  font-size: 18px;
  font-weight: 300;
  line-height: 15px;
  color:#979797
}
.index-why .why-info {
  padding:55px 15px 0 15px;
}
.index-why .why-info li {
  float: left;
  width: 21.25%;
  margin-right: 5%;
  text-align: center;
  display: flex;
  align-items: center;
  height: 337px;
  justify-content: center;
  flex-direction: column;
}
.index-why .why-info li h3{font-size: 35px;font-weight: bold;color: #fff;display: block;}
.index-why .why-info li p{font-size: 20px;font-weight: 300;color: #fff;display: block;margin: 10% 20%;line-height: 40px;}
.index-why .why-info li:last-child{margin-right: 0;border-radius: 0 0 50px 0;}
.index-why .why-info li:first-child{border-radius:50px 0 0 0 ;}

.why-us .whyus-tit {
  margin: 115px 0 1px 0;
  text-align: center;
}
.why-us .whyus-tit h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 35px;
  padding-bottom: 11px;
}
.why-us .whyus-tit p {
  font-size: 18px;
  font-weight: 300;
  line-height: 45px;
  color: #979797;
}
.why-us .whyus-tit img {margin-top: 25px;}
.ine-swiper.on {
  left: 0;
}

/**顶部数据**/

.index-two {
  padding: 50px 60px;

}

.index-two li {
  width: 25%;
  padding: 0 45px;
  float: left;
}

.index-two li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 68px;
  background: #e4e4e4;
  right: 0;
  top: 9px;
}

.index-two li:first-child {
  padding-left: 0;
}

.index-two li:last-child {
  padding-right: 0;
}

.index-two li:last-child::after {
  display: none;
}

.topnum {
  background: #ffffff;
  margin-top: -100px;
  z-index: 3;
  position: relative;
  box-shadow: 2px 0 20px rgba(0, 97, 174, 0.1);
  -webkit-box-shadow: 2px 0 20px rgba(0, 97, 174, 0.1);
}

.int-num {
  transition: all 0.5s;
  cursor: pointer;
  font-size: 50px;
  text-align: center;
  color: #294494;
  line-height: 46px;
  display: flex;
  justify-content: center;
}
.int-num .timer{width: max-content;float: left;}
.int-num .icon{width:15px;float: left;position: relative; margin-left: 5px;}
.int-num span {
  font-size: 62px;
}

.int-num i {
  font-size: 34px;
  font-style: normal;
}

.index-two li p {
  margin-top: 3px;
  font-size: 18px;
  color: #666;
  line-height: 30px;
  text-align: center;
}

.index-two li:hover .int-num {
  transform: translateY(-10px);
}

.int-num .plus,
.int-num .m {
  position: absolute;
  left: 0;
  bottom: 50%;
  font-size: 20px;
  color: #294494;
}
.int-num .m {
  bottom: auto;
  top: 20%;
  color: #666;
}

/*产品中心 解决方案*/

.index-three {
  padding: 30px 0 0 0;
}

.ine-nav {
  margin: 0px;
  text-align: center;
  font-size: 0;
}
.ine-nav li {
  display: inline-block;
  width: 16.66%;
  height: 110px;
}
.ine-nav a {
  margin: 0 auto;

  font-size: 26px;
  color: #fff;
  font-weight: bold;
  line-height: 80px;
  display: block;
  width: 100%;
  position: relative;
}
.ine-nav .on a::after,
.ine-nav li:hover a::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  border-top: 20px solid #294494c7;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  background-color: inherit;
}
.ine-nav a .ba {
  z-index: 1;
  position: relative;
}
.ine-nav a .bb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.ine-nav .on a .bb,
.ine-nav li:hover a .bb {
  background: linear-gradient(rgba(67, 68, 149, 0.8), rgba(67, 68, 149, 0.8));
}
.ine-nav a.on {
  color: #333;
}

.ine-big {
  position: relative;
  width: 100%;
  height: 675px;
  overflow: hidden;
}

.ine-swiper {
  transition: all 1s;
  position: absolute;
  width: 100%;
  left: 100%;
}
.ine-box img {
  width: 100%;
 
}
.ivideo{ position: relative;cursor: pointer;}
.ivideo::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5) url(../img/pause.png) no-repeat center;
}
/*首页客户*/
/*.index-map {
  background: url(../img/index-map.jpg) no-repeat center top / auto;
}*/
.index-map .index-tit h3 {
  color: #000;
}
.index-map .index-tit p {
  color: #979797;
}
.index-map .client {
  margin: 50px;
}
.client ul li {
  float: left;
  width: 16.66%;
  padding: 20px 10px;
  position: relative;
}
.client ul li img {
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.client ul li:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  box-shadow: 2px 0 20px rgba(0, 97, 174, 0.1);
  z-index: 1;
}

/*新闻中心*/
.inews-tit h3 {
  font-size: 35px;
  font-weight: 800;
  z-index: 1;
  position: relative;
}
.inews-tit {
  /*position: relative;*/
  
  width: 100%;
  text-align: center;
}
/*.inews-tit::after {*/
/*  display: block;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  bottom: -30px;*/
/*  width: 60px;*/
/*  height: 6px;*/
/*  content: "";*/
/*  background: #294494;*/
/*}*/
.inews-tit i {
  position: absolute;
  top: -20px;
  left: 136px;
  color: #ebebeb;
  font-size: 40px;
  z-index: 0;
}
.inews-tit i b {
  font-size: 55px;
}
.inews-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.inews-nav .inews-page {
  font-size: 18px;
  background: #c4c4c4;
  padding: 10px 20px;
  margin-right: 20px;
  float: left;
  border-radius: 30px;
}

.inews-nav .inews-page a {
  color: #294494;
}
.inews-nav .on {
  background: #294494;
}
.inews-nav .on a {
  color: #fff;
}
.inews-list {
  width: 25%;
  float: left;
  padding-right: 15px;
}
.inews-list:last-child {
  padding-right: 0;
}
.inews-container .on {
  left: 0;
}
.inews-container {
  position: relative;
  width: 100%;
  height: 680px;
  overflow: hidden;
}

.inews-slide {
  transition: all 1s;
  position: absolute;
  width: 100%;
  left: 100%;
}

.inews-slide .on {
  left: 0;
}
.inf-nav {
  padding: 27px 0 54px;
  text-align: center;
}

.inf-nav a {
  display: inline-block;
  font-size: 18px;
  color: #36383c;
  line-height: 36px;
  border-bottom: solid 4px transparent;
  margin: 0 22px;
}

.inf-nav a.on {
  border-color: #294494;
  color: #294494;
}

.inf-list {
  display: block;
  width: 100%;
}

.inf-pic {
  width: 100%;
  overflow: hidden;
}

.inf-pic img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.inf-font {
  transition: all 0.5s;
  padding: 30px 23px 42px;
  position: relative;
  z-index: 3;
  margin: -20px 10px 0;
  background: white;
  box-shadow: 0px 5px 15px rgba(0, 85, 157, 0.05);
}

.inf-font h3 {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.inf-font span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #999;
}

.inf-font p {
  font-size: 14px;
  line-height: 24px;
  color: #777;
  margin: 16px 0 43px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.inf-more {
  transition: all 0.5s;
  width: 24px;
  height: 24px;
  background: url(../img/inf-more.png) no-repeat center;
}

.inf-list:hover img {
  opacity: 0.8;
  transform: scale(1.05);
}

.inf-list:hover .inf-font {
  transform: translateY(-10px);
  background: #294494;
}

.inf-list:hover .inf-font h3,
.inf-list:hover .inf-font span,
.inf-list:hover .inf-font p {
  color: #fff;
}

.inf-list:hover .inf-more {
  transform: translateX(10px);
  background-image: url(../img/inf-moreh.png);
}

.inf-swiper .swiper-container {
  padding-bottom: 65px;
}

.inf-swiper .swiper-pagination {
  bottom: 0 !important;
}

.inf-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #c9c9c9;
  margin: 0 8px !important;
}

.inf-swiper .swiper-pagination-bullet-active {
  background: #294494;
}

.inf-swiper {
  display: none;
}

.inf-swiper.on {
  display: block;
}

@media (max-width: 767px){
  .why-us .whyus-tit{margin: 0 auto;}
.why-us .whyus-tit h3{    font-size: 25px;line-height: 60px;padding: 0;}
  .why-us .whyus-tit p{font-size: 14px;line-height: 20px;text-align: left;padding-top: 2%;}
  
.index-tit h3 {
    font-size: 25px;}
  .index-why{margin: 0 auto;}
  .index-why .why-tit{width: 70%;}
  .index-why .why-tit .tit-img{ width: 20%;}
  .index-why .why-tit .tit-img img{width: 100%;}
  .index-why .why-tit .tit-txt{ width: 99%;padding-left: 0;}
  .index-why .why-tit .tit-txt h3 {
    font-size: 25px;
    line-height: 25px;
}
.index-why .why-tit .tit-txt p {
  font-size: 12px;
  line-height: 30px;
}
.index-why .why-info{padding: 0;}
.index-why .why-info li {
  width: 48%;
  margin: 5% 0;
}
.index-why .why-info li:nth-child(2n+1){margin-right: 4%;}
.index-why .why-info li{height: auto;padding: 10% 0;}
.index-why .why-info li h3{font-size: 25px;}
.index-why .why-info li p{font-size: 18px;line-height: 22px;margin: 10%;}
.index-map .client{margin: 0 0 20px 0;}
.client ul li {
  width: 33.33% !important;
  padding: 1% !important;
}
.inews-tit h3{font-size: 30px;}
.inews-tit i{display: none;}
.inews-tit::after{    bottom: -10px;}
.inews-nav .inews-page{font-size: 16px;padding: 8px 10px;}
.inews-nav .inews-page:last-child{margin-right: 0;}
.inews-list{width: 100%;float: unset;
  padding-right:0;margin-bottom: 30px;}
 .inews-list::after {
    clear: both;
    content: " ";
    display: table;
}
  .inews-list .inf-pic{width: 35%;float: left;}
  .inews-list .inf-font{width: 65%;float: left;margin: 0 auto;}
  .inews-list .inf-font p{margin-bottom: 0;}
  .inf-more{display: none;}
  .inews-container{height: 804px;}

}
/*案例中心*/

.index-five {
  padding: 76px 0;
}

.inv-nav {
  padding: 27px 0px 54px;
  text-align: center;
  overflow-x: auto;
  white-space: nowrap;
}

.inv-nav .swiper-slide {
  width: auto;
  display: inline-block;
}

.inv-nav a {
  display: block;
  font-size: 18px;
  color: #36383c;
  line-height: 36px;
  border-bottom: solid 4px transparent;
}

.inv-nav .swiper-pagination-bullet-active a {
  border-color: #294494;
  color: #294494;
}

.inv-box {
  margin: -5px;
  position: relative;
}

.inv-left {
  width: 33.3333333%;
  float: left;
  padding: 5px;
}

.inv-list {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: relative;
}

.inv-list:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.inv-apic {
  width: 100%;
  overflow: hidden;
}

.inv-apic img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.inv-right {
  width: 33.3333333%;
  float: right;
  padding: 5px;
}

.inv-mid {
  position: absolute;
  width: 33.3333333%;
  height: 100%;
  top: 0;
  left: 33.3333333%;
}

.inv-top {
  padding: 5px;
  height: 50%;
}

.inv-bpic {
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.inv-bpic img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.inv-dec {
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0;
  bottom: -80px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 24px;
  color: white;
  text-align: center;
  line-height: 80px;
}

.inv-list:hover .inv-dec {
  bottom: 0;
}

.inv-list:hover .inv-apic img {
  opacity: 0.8;
  transform: scale(1.05);
}

.inv-list:hover .inv-bpic img {
  opacity: 0.8;
  transform: scale(1.05);
}

.inv-nav .solutions-page {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 22px;
  background: transparent;
  border-radius: 0;
  vertical-align: top;
  opacity: 1;
}

/*合作伙伴*/

.index-six {
  padding-bottom: 27px;
}

.inx-pic {
  display: block;
  width: 100%;
  overflow: hidden;
}

.inx-pic img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.inx-swiper {
  padding: 56px 95px 0;
  position: relative;
}

.inx-swiper .inx-prev {
  color: #a2a2a3;
  font-size: 30px;
  font-weight: bold;
  background: none;
  left: 0;
  line-height: 44px;
}

.inx-swiper .inx-next {
  color: #a2a2a3;
  font-size: 30px;
  font-weight: bold;
  background: none;
  right: 0;
  line-height: 44px;
}

.inx-swiper .swiper-container {
  padding-bottom: 53px;
}

.inx-swiper .swiper-pagination {
  bottom: 0 !important;
}

.inx-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #c9c9c9;
  margin: 0 8px !important;
}

.inx-swiper .swiper-pagination-bullet-active {
  background: #294494;
}

.inx-swiper .inx-prev:hover,
.inx-swiper .inx-next:hover {
  color: #294494;
}

.inx-swiper .inx-pic {
  transition: opacity 150ms linear 100ms, transform 150ms ease-in-out 100ms;
}

.inx-swiper .swiper-container:hover .inx-pic {
  opacity: 0.5;
  transform: scale(0.9);
}

.inx-swiper .swiper-container .inx-pic:hover {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0ms, 0ms;
}

.inx-swiper .inx-pic:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
}

@media (max-width: 1680px) {
  .index-two li {
    padding: 0 49px;
  }

  .ine-big {
    height: 583px;
  }
}

@media (max-width: 1459px) {
  .int-font {
    padding: 0 50px;
  }

  .index-two li {
    padding: 0 29px;
  }

  .ine-ltit {
    bottom: 40px;
  }

  .inf-font p {
    margin-bottom: 30px;
  }

  .inf-font {
    padding: 23px 23px 30px;
  }

  .ine-big {
    height: 502px;
  }

  .inv-dec {
    height: 60px;
    line-height: 60px;
    bottom: -60px;
  }
}

@media (max-width: 1259px) {


  .int-font {
    width: 60%;
    padding: 0 30px;
  }

  .int-right {
    padding-left: 30px;
  }

  .int-swiper {
    width: 310px;
    height: 310px;
    padding: 50px 40px 0;
  }

  .int-swiper h3 {
    margin-bottom: 30px;
  }

  .int-swiper .swiper-slide {
    height: 86px;
  }

  .int-swiper .int-prev,
  .int-swiper .int-next {
    bottom: 55px;
  }

  .int-swiper .int-prev {
    left: 120px;
  }

  .int-swiper .int-next {
    right: 120px;
  }

  .index-two li:first-child .int-num .plus,
  .index-two li:first-child .int-num .m {
    margin-left: 105px;
  }

  .index-two li::after {
    display: none;
  }

  .ine-big {
    height: 397px;
  }

  .ino-dec {
    font-size: 16px;
    bottom: 5px;
  }

  .ine-rtit {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }

  .ine-ltit h3 {
    font-size: 16px;
  }

  .ine-ltit p {
    font-size: 14px;
  }

  .ine-ltit span {
    width: 120px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    padding-left: 25px;
    background-position: right 20px center;
    margin-top: 0;
    background-size: 7px;
  }

  .ine-ltit {
    bottom: 25px;
  }
}

@media (max-width: 991px) {
  .int-left,
  .int-right {
    width: 50%;
  }

  .int-right {
    margin-top: 95px;
  }

  .int-font {
    width: 200%;
    position: static;
  }
  .int-video {
    margin: 120px 0 40px 0;
  }
  .int-pic {
    height: 100%;
  }

  .int-font h3 {
    margin: 20px 0 10px;
  }

  .ine-ltit span {
    width: 200px;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    background-position: right 40px center;
    font-size: 15px;
  }

  .ine-rtit {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }

  .inv-nav a {
    margin: 0 7px;
  }

  .inx-swiper {
    padding: 56px 60px 0;
  }

  .ine-big {
    height: 315px;
  }
}

@media (max-width: 767px) {
  .index-one {
    padding-top: 40px;
  }

  .index-one li {
    width: 100%;
    margin-bottom: 20px;
  }

  .index-tit {
    font-size: 26px;
    line-height: 30px;
  }

  .ino-dec {
    font-size: 16px;
    bottom: 15px;
  }

  .index-two {
    padding: 10px 0;
    background: none;
  }

  .int-left,
  .int-right {
    width: 100%;
  }

  .index-two .index-tit {
    text-align: center;
  }

  .int-box {
    margin: 35px 0;
  }

  .int-font {
    width: 100%;
    padding: 0;
    border-right: none;
  }

  .int-font p {
    font-size: 14px;
    line-height: 24px;
  }

  .int-font h3 {
    font-size: 20px;
  }

  .int-right {
    margin-top: 0;
    padding-left: 0;
  }
  .topnum {
    margin-top: -20px;
    padding: 5px;
  }

  .index-two li {
    width: 25%;
    padding: 0;
  }

  .index-two li::after {
    display: none;
  }

  .int-num {
    font-size: 30px;
    line-height: normal;
  }

  .int-num .timer {
    font-size: 18px;
  }

  .int-num i {
    font-size: 20px;
  }

  .index-two li p {
    font-size: 12px;
    line-height: normal;
  }
  .int-num .icon{margin-left: 0;}
  .int-num .plus,
  .int-num .m {
    bottom: 65%;
    font-size: 12px;
    margin-left: 2px;
  }
  .index-two li:first-child .int-num .plus,
  .index-two li:first-child .int-num .m {
    margin-left: 2px;
  }

  .int-num .m {
    top: 25%;
  }

  .int-swiper {
    margin: 0 auto;
  }

  .index-three {
    padding: 0px 0 25px;
  }
  .ine-nav li{height: 100%;padding-bottom: 5%;}
  .ine-nav a {
    font-size: 12px;
    line-height: 50px;
  }
  .ine-nav .on a::after, .ine-nav li:hover a::after{       bottom: -10px;
    margin-left: -20px; border-top: 10px solid #294494c7;}
  .ine-left,
  .ine-bot {
    width: 100%;
    padding: 10px 7.5px;
  }

  .ine-right {
    width: 100%;
    position: static;
  }

  .ine-list {
    width: 100%;
    padding: 10px 7.5px;
  }

  .ine-top {
    padding: 0;
  }

  .ine-rc img {
    width: 100%;
  }

  .ine-rtit {
    font-size: 16px;
  }

  .index-four {
    padding: 20px 0 40px;
  }

  .inf-nav {
    padding: 10px 0 25px;
  }

  .inv-nav {
    padding: 15px 0 5px;
    margin-bottom: 15px;
  }

  .inf-nav a,
  .inv-nav a {
    font-size: 16px;
  }

  .inf-swiper .swiper-container {
    padding-bottom: 45px;
  }

  .inf-font p {
    margin-bottom: 20px;
  }

  .inf-font h3 {
    font-size: 18px;
  }

  .index-five {
    padding: 40px 0 40px;
  }

  .inv-left,
  .inv-mid,
  .inv-right {
    width: 100%;
    float: none;
    padding: 10px 5px;
  }

  .inv-mid {
    position: static;
    padding: 0;
  }

  .inv-top {
    padding: 10px 5px;
  }

  .inx-swiper {
    padding: 15px 0 0;
  }

  .inx-swiper .inx-prev,
  .inx-swiper .inx-next {
    display: none;
  }

  .inx-swiper .swiper-container {
    padding-bottom: 30px;
  }

  .index-six {
    padding-bottom: 45px;
  }

  .ine-ltit span {
    display: none;
  }

  .ine-ltit h3 {
    font-size: 16px;
    line-height: 24px;
    transform: translateY(0);
  }

  .ine-ltit p {
    font-size: 13px;
    line-height: 20px;
    transform: translateY(0);
  }

  .ine-ltit {
    bottom: 25px;
  }

  .inv-dec {
    bottom: 0;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }

  .ine-swiper {
    position: static;
    display: none;
  }

  .ine-swiper.on {
    display: block;
  }

  .ine-big {
    height: auto;
  }
  .inf-wrapper-ipro .swiper-pagination .swiper-pagination-bullet{width: 8px;border-radius:8px}
.ipro-box {
  margin: 40px 0 20px 0;
}

}

/*==============内页================*/

.ny-banner {
  position: relative;
}

.ny-banner img {
  display: block;
  width: 100%;
}

.ny-banner img.ny-app {
  display: none;
}

.ny-font {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 21px;
}

.ny-font .ny-tit {
  font-size: 42px;
  color: white;
  font-weight: bold;
  line-height: 1;
}

.ny-font .ny-dec {
  font-size: 20px;
  color: white;
  line-height: 32px;
  margin-top: 12px;
}

.crumb {
  position: absolute;
  bottom: 13px;
  left: 0;
  width: 100%;
}

.crumb p,
.crumb p a {
  color: white;
  font-size: 14px;
  line-height: 48px;
}

.second-nav {
  background: #ebebeb;
}

.second-menu a {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  font-size: 17px;
  color: #666;
  line-height: 30px;
  border-top: 6px solid transparent;
}

.second-menu a::after {
  position: absolute;
  content: "";
  background: #ebebeb;
  width: 1px;
  height: 30px;
  top: 10px;
  right: 0;
}
.second-menu a:first-child::after {
  display: none;
}

.second-menu a:last-child::after {
  display: none;
}

.second-menu a.on,
.second-menu a:hover {
  font-weight: bold;
  color: #294494;
  background: #fff;
  border-bottom: 6px solid #294494;
}

.inner-tit {
  font-size: 36px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}

@media (max-width: 1259px) {
  .second-menu a {
    padding: 0 20px;
  }
}

/*招商加盟*/

.join {
  background: #f1f1f1;
}

.sjoin-one {
  padding: 40px 0 80px;
  background: #f1f1f1;
}

.sjo-slide img {
  display: block;
  width: 100%;
}

.sjo-slide {
  position: relative;
}

.sjo-font {
  padding: 120px 90px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.sjo-font p {
  font-size: 16px;
  color: #fff;
  line-height: 36px;
}

.sjo-nav {
  background: white;
  overflow: hidden;
}

.sjo-pagination {
  overflow: hidden;
}

.sjo-nav .sjo-page {
  position: relative;
  opacity: 1;
  height: auto;
  border-radius: 0;
  background: none;
  float: left;
  width: 33.3333333%;
  padding: 22px 0 17px;
  border-bottom: solid 1px #fff;
}

.sjo-nav .sjo-page::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 68px;
  top: 20px;
  right: 0;
  background: #dbdbdb;
}

.sjo-nav .sjo-page:last-child::after {
  display: none;
}

.sjo-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
}

.sjo-icon img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.sjo-page h3 {
  font-weight: bold;
  font-size: 18px;
  color: #444;
  text-align: center;
  line-height: 20px;
  margin-top: 8px;
}

.sjo-nav .sjo-page.swiper-pagination-bullet-active .sjo-icon img {
  transform: translateY(-40px);
}

.sjo-nav .sjo-page.swiper-pagination-bullet-active h3 {
  color: #e9541a;
}

.sjo-nav .sjo-page.swiper-pagination-bullet-active {
  border-bottom: solid 3px #e9541a;
}

.sjoin-two {
  padding: 80px 0 75px;
  background: white;
}

.sjoin-two ul {
  margin-top: 57px;
}

.sjoin-two li {
  width: 20%;
  float: left;
  text-align: center;
}

.sjt-icon {
  width: 91px;
  height: 91px;
  border-radius: 50%;
  background: #294494;
  margin: 0 auto;
}

.sjt-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.sjoin-two li p {
  padding: 0 15px;
  font-size: 16px;
  color: #666;
  line-height: 26px;
  margin-top: 35px;
}

.sjoin-two li:hover .sjt-icon {
  -webkit-animation: doudong 1.5s ease;
  animation: doudong 1.5s ease;
}

@-webkit-keyframes doudong {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  40% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  60% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  80% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes doudong {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  40% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  60% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  80% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.sjoin-three {
  padding-top: 78px;
  padding-bottom: 45px;
}

.sjoin-three ul {
  margin: 50px -15px 0;
}

.sjoin-three li {
  width: 33.33333333%;
  float: left;
  padding: 0 15px;
  margin-bottom: 33px;
}

.sje-num {
  font-weight: bold;
  padding-left: 30px;
  font-size: 60px;
  line-height: 48px;
  color: #d1d1d1;
  position: relative;
  z-index: 4;
}

.sje-font {
  background: white;
  position: relative;
  padding: 29px 30px;
  margin-top: -11px;
}

.sje-font p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  color: #555;
  line-height: 24px;
  height: 48px;
}

.sje-font::after {
  bottom: -20px;
  left: 35px;
  transition: all 1.5s;
  position: absolute;
  z-index: 3;
  content: "";
  width: 0;
  height: 0;
  border-bottom: solid 10px transparent;
  border-left: solid 7px transparent;
  border-top: solid 10px white;
  border-right: solid 7px transparent;
}

.sje-pic {
  width: 100%;
  overflow: hidden;
}

.sje-pic img {
  width: 100%;
  display: block;
  transition: all 0.4s;
}

.sjoin-three li:hover img {
  transform: scale(1.05);
}

.sjoin-three li:hover .sje-font::after {
  left: 50%;
}

.sjf {
  margin-top: 45px;
  padding: 30px 0 25px;
  background: url(../img/sjf-bg.jpg) no-repeat center;
  background-size: cover;
}

.sjf ul {
  padding: 0 105px;
}

.sjf li {
  width: 25%;
  float: left;
  padding: 40px 0;
}

.sjf-icon {
  position: relative;
  width: 133px;
  height: 100px;
  padding: 0 16.5px;
  background: white;
  border-radius: 10px;
  margin: 0 auto;
}

.sjf-icon img {
  display: block;
  height: 100%;
}

.sjf-icon::after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  width: 114px;
  right: -114px;
  background: url(../img/sjf-after.png) no-repeat center;
}

.sjf li h3 {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin-top: 10px;
  text-align: center;
}

.sjf li:nth-child(4n) .sjf-icon::after {
  display: none;
}

.sjoin-five {
  padding: 78px 0 80px;
}

.sjv {
  background: white;
  padding: 42px 0 79px;
}

.sjv-form {
  width: 600px;
  margin: 0 auto;
  margin-top: 45px;
}

.sjv-text {
  height: 56px;
  border: solid 1px #e5e5e5;
  margin-bottom: 10px;
}

.sjv-text input {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  font-size: 14px;
  color: #888;
  line-height: 54px;
  border: none;
  background: none;
}

.sjv-area {
  height: 116px;
  border: solid 1px #e5e5e5;
  margin-bottom: 30px;
}

.sjv-area textarea {
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  font-size: 14px;
  color: #888;
  border: none;
  background: none;
  resize: none;
}

.sjv-form button {
  transition: all 0.5s;
  cursor: pointer;
  display: block;
  color: white;
  width: 138px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  background: #294494;
  margin: 0 auto;
  border: none;
  outline: none;
}

.sjv-form button:hover {
  background: #e9541a;
}

@media (max-width: 1259px) {
  .sjf ul {
    padding: 0;
  }

  .sjf-icon::after {
    width: 102px;
    right: -102px;
  }

  .ny-banner img.ny-pc {
    display: none;
  }

  .ny-banner img.ny-app {
    display: block;
  }
}

@media (max-width: 991px) {
  .sjo-font {
    padding: 60px 40px;
  }

  .sjf-icon::after {
    width: 47px;
    right: -47px;
    background-size: contain;
  }

  .second-menu a {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .ny-font {
    margin-top: -10px;
  }

  .ny-banner {
    margin-top: 60px;
  }

  .ny-font .ny-tit {
    font-size: 30px;
  }

  .crumb p,
  .crumb p a {
    line-height: 20px;
  }

  .ny-font .ny-dec {
    font-size: 15px;
    line-height: 20px;
    margin-top: 5px;
  }

  .sjoin-one {
    padding-bottom: 40px;
  }

  .sjo-nav .sjo-page {
    padding: 10px 0;
  }

  .sjo-icon {
    width: 35px;
    height: 35px;
  }

  .sjo-page h3 {
    font-size: 14px;
    line-height: 16px;
    margin-top: 3px;
  }

  .sjo-nav .sjo-page.swiper-pagination-bullet-active .sjo-icon img {
    transform: translateY(-35px);
  }

  .sjo-font {
    padding: 20px 15px;
    margin-right: 10px;
    overflow-y: auto;
    width: 100%;
    position: static;
    background: white;
  }

  .sjo-font::-webkit-scrollbar {
    width: 2px;
    background-color: #fff;
  }

  .sjo-font::-webkit-scrollbar-thumb {
    background-color: #e9541a;
    border-radius: 10px;
  }

  .sjo-font p {
    font-size: 13px;
    line-height: 22px;
    color: #666;
  }

  .sjo-nav .sjo-page::after {
    height: 40px;
  }

  .inner-tit {
    font-size: 22px;
    line-height: 26px;
  }

  .sjoin-two {
    padding: 40px 0 30px;
  }

  .sjoin-two ul {
    margin-top: 25px;
  }

  .sjoin-two li {
    width: 100%;
    float: none;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .sjt-icon {
    float: left;
    width: 50px;
    height: 50px;
    margin: 0;
  }

  .sjoin-two li p {
    margin-left: 65px;
    margin-top: 0;
    text-align: left;
    padding: 0;
    font-size: 14px;
    line-height: 25px;
  }

  .sjoin-three {
    padding: 40px 0 20px;
  }

  .sjoin-three li {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 20px;
  }

  .sjoin-three ul {
    margin: 25px -5px 0;
  }

  .sje-font p {
    line-height: 22px;
    height: auto;
    -webkit-line-clamp: initial;
    font-size: 14px;
  }

  .sje-font {
    padding: 15px;
  }

  .sje-num {
    font-size: 40px;
    line-height: 30px;
    padding-left: 15px;
  }

  .sjf {
    margin-top: 25px;
    padding: 30px 0;
  }

  .sjf li {
    padding: 10px 0;
  }

  .sjf-icon {
    width: 70px;
    height: 50px;
    padding: 0 10px;
  }

  .sjf li h3 {
    font-size: 12px;
    line-height: 20px;
    margin-top: 3px;
  }

  .sjf-icon::after {
    display: none;
  }

  .sjoin-five {
    padding: 40px 0;
    background: white;
  }

  .sjv {
    padding: 0;
  }

  .sjv-form {
    width: 100%;
    margin-top: 25px;
  }

  .sjv-text {
    height: 40px;
  }

  .sjv-text input {
    padding: 0 10px;
  }

  .sjv-form button {
    width: 130px;
    height: 35px;
    line-height: 35px;
  }

  .sjv-area {
    margin-bottom: 20px;
  }
}

/*===========投资者关系===========*/

.nei_anchor {
  padding: 15px 0;
  text-align: center;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  font-size: 0;
  width: 100%;
  z-index: 1001;
  background: #fff;
  box-shadow: 0px 0px 8px 0px #d6d6d6;
}

.nei_anchor span {
  margin: 0 8px;
  text-align: center;
  height: 40px;
  width: 136px;
  line-height: 40px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.nei_anchor span a {
  text-transform: uppercase;
  height: 40px;
  font-size: 16px;
  color: #666;
  line-height: 40px;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.nei_anchor span a:after {
  content: "";
  width: 1px;
  height: 17px;
  background: #dadada;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.nei_anchor span:last-child a:after {
  display: none;
}

.nei_anchor span:hover a,
.nei_anchor span.on a {
  font-weight: bold;
  color: #294494;
}

.invest {
  background: #f1f1f1;
  padding-bottom: 80px;
}

.sinv-one {
  padding: 40px 0 60px;
}

.sio {
  background: white;
}

.sio-left {
  padding: 57px 40px 53px;
  width: 50%;
  float: left;
  background: url(../img/sio-left.png) no-repeat center;
  background-size: cover;
}

.sio-left h3 {
  margin-bottom: 20px;
  padding-bottom: 11px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  font-size: 26px;
  color: white;
  line-height: 36px;
  font-weight: bold;
}

.sio-dec {
  overflow: hidden;
}

.sio-dec span {
  float: left;
  width: 23%;
  color: white;
  font-size: 14px;
  line-height: 36px;
}

.sio-dec p {
  margin-left: 23%;
  color: white;
  font-size: 14px;
  line-height: 36px;
}

.sio-right {
  padding: 57px 40px 0px;
  width: 50%;
  float: left;
}

.sio-right h3 {
  margin-bottom: 20px;
  font-size: 26px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
}

.sio-font {
  border: solid 1px #eeeeee;
  width: 420px;
}

.sio-top {
  padding: 16px 20px 14px;
  border-bottom: solid 1px #eee;
}

.sio-name,
.sio-hq {
  overflow: hidden;
}

.sio-name h4 {
  float: left;
  font-size: 22px;
  color: #333;
  line-height: 36px;
}

.sio-name h5 {
  margin-left: 88px;
  float: left;
  font-size: 26px;
  color: #0f870f;
  line-height: 36px;
}

.sio-name h6 {
  margin-left: 20px;
  float: left;
  font-size: 14px;
  color: #0f870f;
  line-height: 36px;
}

.sio-hq p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  float: left;
  margin-right: 30px;
}

.sio-hq span {
  font-size: 14px;
  color: #888;
  line-height: 24px;
  float: left;
}

.sio-bot {
  padding: 19px 20px;
}

.sio-bot li {
  float: left;
  min-width: 112px;
  font-size: 14px;
  color: #666;
  line-height: 36px;
}

.sio-bot li i {
  font-style: normal;
  color: #0f870f;
}

.sio-bot li b {
  font-weight: normal;
  color: #e10101;
}

.sinv-two {
  padding-bottom: 80px;
}

.sit-nav {
  overflow: hidden;
  border-bottom: solid 2px #e9541a;
  background: white;
}

.sit-nav a {
  position: relative;
  display: block;
  width: 33.33333333%;
  float: left;
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 58px;
  font-weight: bold;
}

.sit-nav a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 50%;
  top: 14.5px;
  right: 0;
  background: #d7d7d7;
}

.sit-nav a:last-child::after {
  display: none;
}

.sit-nav a span {
  padding-left: 32px;
  display: inline-block;
  line-height: 58px;
}

.sit-nav a.sit-a1 span {
  background: url(../img/sit-a1.png) no-repeat left center;
}

.sit-nav a.sit-a2 span {
  background: url(../img/sit-a2.png) no-repeat left center;
}

.sit-nav a.sit-a3 span {
  background: url(../img/sit-a3.png) no-repeat left center;
}

.sit-nav a.on {
  background: #e9541a;
  color: white;
}

.sit-nav a.on::after {
  display: none;
}

.sit-nav a.on.sit-a1 span {
  background-image: url(../img/sit-a1h.png);
}

.sit-nav a.on.sit-a2 span {
  background-image: url(../img/sit-a2h.png);
}

.sit-nav a.on.sit-a3 span {
  background-image: url(../img/sit-a3h.png);
}

.sit-big {
  margin-bottom: 41px;
}

.sit-box {
  display: none;
  padding: 38px 30px 41px;
  background: white;
  overflow: hidden;
}

.sit-box.on {
  display: block;
}

.sit-li {
  width: 50%;
  padding: 0 10px;
  float: left;
}

.sit-list {
  overflow: hidden;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 30px;
  border: solid 1px #eeeeee;
}

.sit-pic {
  width: 89px;
  height: 91px;
  overflow: hidden;
  float: left;
  background: #f3f3f3;
}

.sit-pic img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.sit-font {
  margin-left: 114px;
  padding-top: 15px;
}

.sit-font h3 {
  color: #444;
  font-size: 18px;
  line-height: 36px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.sit-font span {
  display: block;
  color: #888;
  font-size: 14px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.sit-list:hover .sit-font h3 {
  color: #e9541a;
}


.sie-nav {
  overflow: hidden;
  border-bottom: solid 2px #e9541a;
  background: white;
}

.sie-nav .sie-page {
  height: auto;
  border-radius: 0;
  background: none;
  opacity: 1;
  position: relative;
  display: block;
  width: 25%;
  float: left;
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 58px;
  font-weight: bold;
}

.sie-nav .sie-page::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 50%;
  top: 14.5px;
  right: 0;
  background: #d7d7d7;
}

.sie-nav .sie-page:last-child::after {
  display: none;
}

.sie-nav .sie-page.swiper-pagination-bullet-active {
  background: #e9541a;
  color: white;
}

.sie-nav .sie-page.swiper-pagination-bullet-active::after {
  display: none;
}

.sie-swiper {
  background: white;
  padding: 46px 40px 69px;
}

.sie-swiper li {
  margin-bottom: 50px;
  float: left;
  width: 50%;
}

.sie-swiper li.li-big {
  width: 100%;
}

.sie-swiper li.li-hide {
  display: none;
}

.sie-pic {
  float: left;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  overflow: hidden;
}

.sie-pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.sie-font {
  margin-left: 170px;
  height: 138px;
}

.sie-font .sie-name {
  line-height: 36px;
  color: #333;
  font-size: 18px;
}

.sie-font .sie-dec {
  line-height: 28px;
  color: #666;
  line-height: 28px;
}

.sie-more {
  transition: all 0.5s;
  width: 158px;
  height: 43px;
  overflow: hidden;
  background: #b2b2b2;
}

.sie-more a {
  display: block;
  height: 100%;
  text-align: center;
  line-height: 43px;
  color: white;
  font-size: 14px;
}

.sie-more a i {
  padding-left: 5px;
  font-size: 12px;
}

.sie-more:hover {
  background: #e9541a;
}

.sinv-four {
  margin-top: 40px;
  padding: 40px 40px 60px;
  background: white;
}

.sif-tit {
  font-size: 26px;
  line-height: 36px;
  color: #333;
  font-weight: bold;
  margin-bottom: 22px;
}

.sif-list {
  float: left;
  width: 33.3333333%;
  padding: 0 10px;
}

.sif-li {
  margin: 0 -10px 10px;
}

.sif-li input {
  display: block;
  width: 100%;
  height: 50px;
  border: solid 1px #eaeaea;
  font-size: 16px;
  color: #888;
  padding: 0 13px;
}

.sif-big {
  float: left;
  width: 100%;
  padding: 0 10px;
}

.sif-area textarea {
  display: block;
  width: 100%;
  height: 127px;
  border: solid 1px #eaeaea;
  font-size: 16px;
  color: #888;
  padding: 10px 13px;
  resize: none;
}

.sif-sub input {
  width: 158px;
  height: 43px;
  background: #294494;
  font-size: 14px;
  color: white;
  border: none;
  outline: none;
}

.sif-sub {
  margin-top: 33px;
}

.sif-sub input:hover {
  background: #e9541a;
}

@media (max-width: 1259px) {
  .sio-font {
    width: 390px;
  }

  .sie-pic {
    width: 120px;
    height: 120px;
  }

  .sie-font {
    margin-left: 140px;
    height: 120px;
  }
}

@media (max-width: 991px) {
  .sio-left {
    width: 100%;
  }

  .sio-right {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 30px;
  }

  .sio-font {
    width: 100%;
  }

  .sit-box {
    padding: 38px 20px 40px;
  }

  .sit-list {
    padding: 20px;
  }

  .sit-pic {
    width: 80px;
    height: 81px;
  }

  .sit-font {
    margin-left: 100px;
    padding-top: 12px;
  }
}

@media (max-width: 767px) {
  .sinv-one {
    padding: 40px 0;
  }

  .second-menu {
    padding: 8px 0;
  }

  .second-menu a {
    padding: 0 15px;
    font-size: 14px;
  }

  .nei_anchor {
    display: none !important;
  }

  .sio-left {
    padding: 30px 20px;
  }

  .sio-left h3,
  .sio-right h3,
  .sif-tit {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 7px;
    margin-bottom: 10px;
  }

  .sio-dec span,
  .sio-dec p {
    line-height: 30px;
  }

  .sio-dec span {
    width: 30%;
  }

  .sio-dec p {
    margin-left: 30%;
  }

  .sio-right {
    padding: 30px 20px;
  }

  .sio-top {
    padding: 15px;
  }

  .sio-name h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .sio-name h5 {
    font-size: 20px;
    line-height: 26px;
    margin-left: 30px;
  }

  .sio-name h6 {
    font-size: 14px;
    line-height: 26px;
    margin-left: 15px;
  }

  .sio-hq {
    margin-top: 5px;
  }

  .sio-bot {
    padding: 15px;
  }

  .sio-bot li {
    line-height: 26px;
    font-size: 13px;
  }

  .sit-nav a {
    font-size: 12px;
    line-height: 40px;
  }

  .sit-nav a span {
    padding-left: 20px;
    line-height: 40px;
  }

  .sit-nav a.sit-a1 span,
  .sit-nav a.sit-a2 span,
  .sit-nav a.sit-a3 span {
    background-size: 15px;
  }

  .sit-box {
    padding: 30px 15px 20px;
  }

  .sit-li {
    width: 100%;
    padding: 0;
  }

  .sit-list {
    padding: 10px;
    margin-bottom: 10px;
  }

  .sit-pic {
    width: 60px;
    height: 61px;
  }

  .sit-font {
    margin-left: 75px;
    padding-top: 7px;
  }

  .sit-font h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .sit-font span {
    font-size: 12px;
  }

  .sit-big {
    margin-bottom: 25px;
  }

  .pagee a {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .sinv-two {
    padding-bottom: 40px;
  }

  .sie-nav .sie-page {
    font-size: 12px;
    line-height: 38px;
  }

  .sie-nav .sie-page::after {
    top: 9.5px;
  }

  .sie-swiper {
    padding: 30px 15px 40px;
  }

  .sie-swiper li {
    width: 100%;
    margin-bottom: 15px;
  }

  .sie-pic {
    width: 90px;
    height: 90px;
  }

  .sie-font {
    height: 90px;
    margin-left: 100px;
  }

  .sie-font .sie-name {
    font-size: 14px;
    line-height: 26px;
  }

  .sie-font .sie-dec {
    font-size: 12px;
    line-height: 20px;
  }

  .sie-more {
    width: 130px;
    height: 35px;
  }

  .sie-more a {
    line-height: 35px;
    font-size: 13px;
  }

  .sinv-four {
    padding: 28px 15px 40px;
  }

  .sif-list,
  .sif-big {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }

  .sif-li {
    margin: 0;
  }

  .sif-li input {
    height: 40px;
    font-size: 14px;
    padding: 0 10px;
  }

  .sif-area textarea {
    height: 100px;
    font-size: 14px;
    padding: 8px 10px;
  }

  .sif-sub input {
    width: 130px;
    height: 35px;
    font-size: 13px;
  }

  .sif-sub {
    margin-top: 25px;
  }
}

/*========成功案例===========*/

.appli-float {
  float: left;
  margin-right: 10px;
}

.appli-item {
  position: relative;
}

.appli-top {
  width: 170px;
  height: 46px;
  background: white;
  border: solid 1px #e9541a;
  padding: 0 24px 0 33px;
}

.appli-category {
  float: left;
  display: block;
  font-size: 16px;
  line-height: 44px;
  color: #e9541a;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
}

.appli-tig {
  float: right;
  line-height: 44px;
  color: #e9541a;
}

.appli-item:hover .appli-top {
  background: #e9541a;
}

.appli-item:hover .appli-category,
.appli-item:hover .appli-tig {
  color: #fff;
}

.appli-dropdown {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0%;
  z-index: 1100;
  background: rgba(255, 255, 255, 1);
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
  border: none;
  color: #303233;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  height: auto;
  padding: 0;
  display: block;
}

.appli-pad a {
  display: block;
  border-bottom: solid 1px #eee;
  padding: 13px 30px;
  line-height: 24px;
  font-size: 16px;
}

.appli-item:hover .appli-dropdown {
  max-height: 450px;
  opacity: 1;
}

.appli-pad a:hover {
  color: #e9541a;
}

@media (max-width: 767px) {
  .appli-box {
    margin: 30px -7.5px 0;
    padding-bottom: 15px;
  }

  .appli-li {
    width: 50%;
    padding: 0 7.5px;
    margin-bottom: 15px;
  }

  .appli-nav {
    margin: 0 -7.5px;
  }

  .appli-float {
    margin-right: 0;
    padding: 0 7.5px;
    width: 50%;
  }

  .appli-top {
    width: 100%;
    height: 40px;
    padding: 0 20px;
  }

  .appli-category,
  .appli-tig {
    line-height: 38px;
  }

  .appli-pad a {
    font-size: 14px;
    padding: 10px 20px;
    line-height: 20px;
  }

  .appli {
    padding: 40px 0 45px;
  }

  .appli-font {
    line-height: 40px;
    font-size: 15px;
    padding: 0 15px;
  }
}

/*========成功案例详情===========*/

.appinfo {
  padding: 60px 0;
  background: #f1f1f1;
}

.ainfo h1 {
  font-size: 30px;
  color: #333;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
}

.ainfo {
}

.ainfo p {
}

.ainfo p span {
  font-family: "微软雅黑" !important;
  font-size: 16px !important;
}

.appli-dec {
  margin-bottom: 35px;
  font-size: 14px;
  color: #888;
  line-height: 40px;
  text-align: center;
}

.appli-dec span {
  padding-left: 22px;
  display: inline-block;
  margin: 0 9px;
}

.appli-dec span.appli-time {
  background: url(../img/appli-time.png) no-repeat left center;
}

.appli-dec span.appli-look {
  background: url(../img/appli-look.png) no-repeat left center;
}

.appli-dec span.appli-zan {
  background: url(../img/appli-zan.png) no-repeat left center;
}

.ainfo p {
  color: #666;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 20px;
}

.info-page {
  float: left;
  overflow: hidden;
}

.info-page a {
  transition: all 0.5s;
  display: block;
  margin-right: 10px;
  font-size: 16px;
  float: left;
  border: solid 1px #006fc1;
  line-height: 40px;
  color: #006fc1;
}

.info-page a i {
  font-weight: bolder;
  padding: 0 10px;
  font-size: 16px !important;
}

.info-page a.info-prev {
  padding: 0 40px 0 30px;
}

.info-page a.info-next {
  padding: 0 30px 0 40px;
}

.info-page a:hover {
  color: white;
  background: #006fc1;
}

.info-share {
  float: right;
}

.info-share span {
  float: left;
  line-height: 40px;
  color: #666;
  font-size: 14px;
}

.info-share .bshare-custom a {
  margin-left: 8px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  float: left;
  padding-left: 0;
}

.info-share .bshare-custom {
  float: left;
  padding: 4px 0;
  margin-left: 8px;
}

.info-share .bshare-custom a.bshare-sinaminiblog {
  background: url(../img/info-wb.png) no-repeat center;
}

.info-share .bshare-custom a.bshare-weixin {
  background: url(../img/info-wx.png) no-repeat center;
}

.info-share .bshare-custom a.bshare-qqim {
  background: url(../img/info-qq.png) no-repeat center;
}

.info-share .bshare-custom a.bshare-qzone {
  background: url(../img/info-qz.png) no-repeat center;
}

.asolution {
  padding-top: 55px;
}

.asolution h3 {
  font-size: 26px;
  line-height: 36px;
  color: #333;
  font-weight: bold;
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  .ainfo p img {
    display: block;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .appinfo {
    padding: 40px 0;
  }

  .ainfo h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .appli-dec {
    margin-bottom: 10px;
  }

  .ainfo p {
    line-height: 24px;
  }

  .info-page,
  .info-share {
    float: none;
  }

  .info-page a.info-prev {
    padding: 0 20px 0 10px;
  }

  .info-page a i {
    padding: 0 5px;
  }

  .info-page a.info-next {
    padding: 0 10px 0 20px;
  }

  .info-share {
    margin-top: 10px;
  }

  .asolution {
    padding-top: 30px;
  }

  .asolution h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .info-page a {
    line-height: 34px;
  }
}

/*============解决方案===================*/

.solution {
  padding: 60px 0 65px;
  background: #f1f1f1;
}

.solu-box {
  margin: 0 -7.5px;
  overflow: hidden;
}

.solu-li {
  padding: 0 7.5px;
  width: 33.33333333%;
  float: left;
  margin-bottom: 15px;
}

.solu-list {
  display: block;
  width: 100%;
}

.solu-pic {
  width: 100%;
  overflow: hidden;
}

.solu-pic img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.solu-font {
  padding: 33px 25px 24px;
  background: #f7f7f7;
}

.solu-font h4 {
  transition: all 0.5s;
  font-size: 24px;
  line-height: 32px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.solu-font p {
  font-size: 14px;
  line-height: 24px;
  color: #888;
  height: 48px;
  margin: 9px 0 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.solu-font span {
  transition: all 0.5s;
  display: inline-block;
  padding-left: 33px;
  font-size: 16px;
  color: #333;
  background: url(../img/solu-more.png) no-repeat left center;
  transition: all 0.5s;
  line-height: 40px;
}

.solu-list:hover img {
  transform: scale(1.05);
}

.solu-list:hover .solu-font h4 {
  color: #294494;
}

.solu-list:hover .solu-font span {
  color: #294494;
  transform: translateX(10px);
}

@media (max-width: 767px) {
  .solu-li {
    width: 50%;
  }

  .solu-font {
    padding: 20px 15px;
  }

  .solu-font h4 {
    font-size: 17px;
    line-height: 20px;
  }

  .solu-font p {
    font-size: 13px;
    line-height: 20px;
    height: 40px;
  }

  .solu-font span {
    line-height: 24px;
    font-size: 13px;
    background-size: 20px;
    padding-left: 25px;
  }

  .solution {
    padding: 40px 0;
  }
}

/*============解决方案详情===================*/

.sinfo-one {
  padding: 60px 0 64px;
  background: #f1f1f1;
}

.sinfo-one h1 {
  font-size: 30px;
  color: #333;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
}

.sinfo-one p {
  font-size: 14px;
  color: #777;
  line-height: 26px;
  text-align: center;
}

.sinfo-one .appli-dec {
  margin-bottom: 30px;
}

.sso-box {
  background: white;
  padding: 68px 50px;
  overflow: hidden;
  margin-top: 36px;
}

.sso-left {
  float: left;
  width: 60%;
}

.sso-left img {
  display: block;
  width: 100%;
}

.sso-right {
  padding-left: 35px;
  float: left;
  width: 40%;
  padding-top: 73px;
}

.sso-right p {
  font-size: 14px;
  color: #777;
  line-height: 26px;
  text-align: left;
}

.sinfo-two {
  padding: 57px 0 68px;
  background: url(../img/sst-bg.jpg) no-repeat center;
  background-size: cover;
}

.sst-tit {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.sst-dec {
  font-size: 15px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
  margin: 8px 0 40px;
  text-align: center;
}

.sst-swiper {
  position: relative;
  padding-bottom: 77px;
}

.sst-top {
  transition: all 0.5s;
  border-right: solid 1px #fdfdfd;
  padding: 47px 0 34px;
  background: rgba(255, 255, 255, 0.9);
}

.sst-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
}

.sst-icon img {
  transition: all 0.5s;
  display: block;
  width: 100%;
}

.sst-top h3 {
  transition: all 0.5s;
  text-align: center;
  font-size: 22px;
  color: #333333;
  line-height: 30px;
  margin-top: 14px;
}

.sst-bot {
  transition: all 0.5s;
  border-right: solid 1px rgba(106, 119, 150, 0.24);
  height: 164px;
  padding-top: 26px;
  background: rgba(106, 119, 150, 0.3);
}

.sst-bot p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.62);
  text-align: center;
}

.sst-swiper .swiper-slide:hover .sst-top {
  background: #e9541a;
}

.sst-swiper .swiper-slide:hover .sst-icon img {
  transform: translateY(-80px);
}

.sst-swiper .swiper-slide:hover .sst-top h3 {
  color: white;
}

.sst-swiper .swiper-slide:hover .sst-bot {
  background: #fff;
}

.sst-swiper .swiper-slide:hover .sst-bot p {
  color: #666666;
}

.sst-swiper .swiper-pagination {
  bottom: 2.5px;
  width: 100%;
}

.sst-swiper .swiper-pagination-bullet {
  margin: 0 4px;
  width: 11px;
  height: 11px;
  opacity: 1;
  border: solid 1px rgba(255, 255, 255, 0.6);
  background: none;
}

.sst-swiper .swiper-pagination-bullet-active {
  background: #e9541a;
  border-color: #e9541a;
}

.sst-swiper .swiper-button-next.swiper-button-disabled,
.sst-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.sst-swiper .sst-prev,
.sst-swiper .sst-next {
  z-index: 33;
  background: none;
  top: auto;
  margin-top: 0;
  bottom: 0;
  color: white;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
}

.sst-swiper .sst-prev {
  left: 44%;
}

.sst-swiper .sst-next {
  right: 44%;
}

.sinfo-three {
  padding-top: 53px;
  background: #f1f1f1;
  padding-bottom: 20px;
}

.sinfo-tit {
  font-size: 26px;
  color: #333;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 23px;
}

.sinfo-four {
  background: #f1f1f1;
  padding-bottom: 80px;
  padding-top: 25px;
}

@media (max-width: 1259px) {
  .sst-top h3 {
    font-size: 20px;
  }

  .sso-right {
    padding-left: 0;
    padding-top: 0;
  }

  .sso-box {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .sst-top h3 {
    font-size: 16px;
  }

  .sst-bot p {
    font-size: 14px;
  }

  .sst-top {
    padding: 25px 0;
  }

  .sst-bot {
    height: 130px;
  }
}

@media (max-width: 767px) {
  .sinfo-one {
    padding: 40px 0;
  }

  .sinfo-one h1,
  .sinfo-tit,
  .sst-tit {
    font-size: 24px;
    line-height: 30px;
  }

  .sinfo-one .appli-dec {
    margin-bottom: 10px;
  }

  .sinfo-one p {
    line-height: 22px;
  }

  .sso-box {
    margin-top: 20px;
  }

  .sso-box {
    padding: 0;
  }

  .sso-left,
  .sso-right {
    float: none;
    width: 100%;
  }

  .sso-right {
    padding: 15px 15px 20px;
  }

  .sst-icon {
    width: 50px;
    height: 50px;
  }

  .sst-swiper .swiper-slide:hover .sst-icon img {
    transform: translateY(-50px);
  }

  .sst-top h3 {
    font-size: 14px;
    margin-top: 5px;
  }

  .sst-top {
    padding: 15px 0;
  }

  .sinfo-two {
    padding: 40px 0;
  }

  .sst-dec {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 25px;
  }

  .sst-bot {
    height: 110px;
  }

  .sst-swiper {
    padding-bottom: 50px;
  }

  .sst-swiper .sst-next {
    right: 34%;
  }

  .sst-swiper .sst-prev {
    left: 34%;
  }

  .sinfo-three {
    padding-top: 40px;
  }
}

/*=============产品列表================*/

.pro-box {
  margin: 0 -11px;
  overflow: hidden;
}

.pro-li {
  width: 33.333333%;
  float: left;
  padding: 0 11px;
  margin-bottom: 22px;
}

.pro-list {
  display: block;
  width: 100%;
  background: white;
}

.pro-pic {
  width: 100%;
  overflow: hidden;
  border-bottom: solid 1px #f1f1f1;
}

.pro-pic img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.pro-font {
  transition: all 0.5s;
  padding: 18px 20px;
  background: url(../img/pro-more.png) no-repeat right 35px center;
}

.pro-font h3 {
  font-size: 16px;
  color: #333;
  line-height: 25px;
  margin-right: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.pro-font p {
  font-size: 14px;
  color: #888;
  line-height: 24px;
  margin-right: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.pro-list:hover img {
  transform: scale(1.05);
}

.pro-list:hover .pro-font h3 {
  color: #294494;
}

.pro-list:hover .pro-font {
  background-position: right 20px center;
  background-image: url(../img/pro-moreh.png);
}

@media (max-width: 767px) {
  .pro-box {
    margin: 0 -7.5px;
  }

  .pro-li {
    width: 50%;
    padding: 0 7.5px;
    margin-bottom: 15px;
  }

  .pro-font {
    padding: 10px 13px;
    background-size: 20px;
    background-position: right 13px center;
  }

  .pro-font h3 {
    margin-right: 25%;
  }
}

/*============关于我们===================*/

/*========产品列表===============*/
.top {
  margin-top: 0;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top .topSearch {
  width: 900px;
  margin: 0 auto;
}
.topSearch .searchIn {
  display: inline-block;
  float: left;
  height: 50px;
  width: calc(100% - 150px);
  font-size: 18px;
  padding: 0 20px;
  background: #fff;
  vertical-align: top;
  border-radius: 30px 0 0 30px;
}
.topSearch .searchBtn {
  background: #294494;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  border-radius: 0 30px 30px 0;
  height: 50px;
  width: 150px;
  cursor: pointer;
}

.pro {
  background: #f1f1f1;
  padding-top: 60px;
}

.center-box {
  margin: 0 -8px;
  overflow: hidden;
  padding-bottom: 24px;
}

.center-li {
  width: 25%;
  float: left;
  padding: 0 8px;
  margin-bottom: 16px;
}
.center-li:hover {
  box-shadow: 20px 0 20px rgba(0, 97, 174, 0.1);
}
.center-list {
  display: block;
  width: 100%;
  background: white;
}

.center-pic {
  width: 100%;
  overflow: hidden;
  border-bottom: solid 1px #f1f1f1;
}

.center-pic img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.center-font {
  transition: all 0.5s;
  padding: 18px 20px;
  background: url(../img/pro-more.png) no-repeat right 35px center;
}

.center-font h3 {
  font-size: 16px;
  color: #333;
  line-height: 25px;
  margin-right: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.center-font p {
  font-size: 14px;
  color: #888;
  line-height: 24px;
  margin-right: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.center-list:hover img {
  transform: scale(1.05);
}

.center-list:hover .center-font h3 {
  color: #294494;
}

.center-list:hover .center-font {
  background-position: right 20px center;
  background-image: url(../img/pro-moreh.png);
}

.app-menu {
  height: 45px;
  background: #fff;
  display: none;
}

.app-parent {
  height: 100%;
  position: relative;
}

.app-item {
  position: relative;
  height: 45px;
  padding: 0 15px;
}

.app-cate {
  line-height: 45px;
  float: left;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

.app-tig {
  position: absolute;
  width: 20px;
  height: 45px;
  top: 0;
  right: 15px;
  background: url(../img/pro-dowm.png) no-repeat center;
}

.app-parent .pro-menu {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 33;
}

.app-parent.open .app-tig {
  transform: rotate(90deg);
}

.app-parent.open .app-item {
  border-bottom: solid 1px #eee;
}

.app-menu .pro-menu {
  padding: 0 6px;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.app-menu .pro-item1 {
  position: relative;
  height: 41px;
  line-height: 40px;
  border-bottom: solid 1px #eeeeee;
  padding: 0 10px;
}

.app-menu .pro-cate1 {
  display: block;
  margin-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  color: #222;
}

.app-menu .pro-tig1 {
  position: absolute;
  right: 20px;
  top: 0;
  transition: all 0.5s;
  width: 20px;
  height: 40px;
  background: url(../img/pro-dowm.png) no-repeat center;
}

.app-menu .pro-item2 {
  position: relative;
  height: 41px;
  line-height: 40px;
  border-bottom: solid 1px #eeeeee;
  padding: 0 10px;
}

.app-menu .pro-cate2 {
  display: block;
  margin-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  color: #555;
  padding-left: 16px;
  background: url(../img/pro-cate2.png) no-repeat left center;
}

.app-menu .pro-tig2 {
  position: absolute;
  right: 20px;
  top: 0;
  transition: all 0.5s;
  width: 20px;
  height: 40px;
  background: url(../img/pro-dowm.png) no-repeat center;
}

.app-menu .pro-slide2 {
  border-bottom: solid 1px #eeeeee;
}

.app-menu .pro-pad {
  padding: 7px 25px 4px;
}

.app-menu .pro-pad a {
  display: block;
  font-size: 12px;
  color: #888;
  line-height: 20px;
}

.app-menu .pro-slide1,
.app-menu .pro-slide2 {
  display: none;
}

.app-menu .pro-parent1.open .pro-cate1,
.app-menu .pro-cate1:hover {
  color: #e9541a;
  font-weight: bold;
}

.app-menu .pro-parent1.open .pro-tig1,
.app-menu .pro-parent2.open .pro-tig2 {
  transform: rotate(90deg);
}

.app-menu .pro-parent2.open .pro-cate2 {
  color: #e9541a;
}

.app-menu .pro-pad a.on,
.pro-pad a:hover,
.pro-cate2:hover {
  color: #e9541a;
}

.app-menu .pro-parent1.open .pro-slide1,
.app-menu .pro-parent2.open .pro-slide2 {
  display: block;
}

.app-menu .pro-parent1:last-child .pro-item1 {
  border-bottom: none;
}

@media (max-width: 1259px) {
  .pro-right {
    width: 640px;
  }
}

@media (max-width: 991px) {
  .app-menu {
    display: block;
  }

  .pro-nav {
    display: none;
  }

  .pro-left,
  .pro-right {
    width: 100%;
    float: none;
  }
}

@media (max-width: 767px) {
  .pro{padding: 20px 0;}
  .product {
    padding: 40px 0 50px;
  }

  .pro-search {
    height: 40px;
  }

  .pro-search .text,
  .pro-search .submit {
    height: 38px;
  }

  .pro-search .text {
    width: 80%;
  }

  .center-box {
    margin: 0 -7.5px;
    padding-bottom: 10px;
  }

  .center-li {
    padding: 0 7.5px;
    margin-bottom: 15px;
    width: 50%;
  }

  .center-font {
    padding: 10px 13px;
    background-size: 20px;
    background-position: right 13px center;
  }

  .center-font h3 {
    margin-right: 25%;
  }
  .top .topSearch {width: 90%;}
  .topSearch .searchBtn{width: 25%;}
  .topSearch .searchIn{width: 75%;}

}

/*=============产品内页==============*/

.proinfo {
  background: url(../img/pro-info.jpg) no-repeat center top / auto;
}
.proinfo-box {
  margin: 50px;
}
.proi-right {
  float: right;
  width: 900px;
  background: white;
  padding: 30px 20px 80px;
}

.pir-left {
  width: 446px;
  float: left;
  float: right;
}

.jqzoom {
  border: solid 1px #eee;
  position: relative;
  padding: 0px;
  cursor: pointer;
  margin: 0px;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.jqzoom img {
  width: 100%;
  height: 100%;
}

.zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 368px;
  height: 368px;
  background: #ffffff;
  display: none;
  text-align: center;
  overflow: hidden;
}

.jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #aaa;
  background: #ffffff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);
}

.spec-preview {
  width: 100%;
}

.spec-scroll {
  width: 100%;
  position: relative;
  height: 88px;
  margin-top: 20px;
}

.spec-scroll .prev {
  left: 0px;
  text-align: left;
}

.spec-scroll .next {
  right: 0px;
  text-align: right;
}

.spec-scroll .prev,
.spec-scroll .next {
  font-weight: bold;
  position: absolute;
  top: 0;
  width: 28px;
  height: 74px;
  cursor: pointer;
  line-height: 74px;
  font-size: 20px;
  color: #999;
}

.spec-scroll .prev:hover,
.spec-scroll .next:hover {
  color: #294494;
}

.spec-scroll .items {
  width: 400px;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin-left: 27px;
}

.spec-scroll .items ul {
  position: absolute;
}

.spec-scroll .items ul li {
  width: 100%;
  width: 88px;
  text-align: center;
  float: left;
  margin-right: 7px;
}

.spec-scroll .items ul li img {
  border: 1px solid #eee;
  width: 100%;
  height: 100%;
}

.spec-scroll .items ul li.hover img {
  border: 1px solid #294494;
}

.spec-scroll .items ul li p {
  color: #333;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0px;
}

.proinfo .pir-right {
  float: right;
  float: left;
}

.proinfo .pir-right h3 {
  font-size: 40px;
  color: #333;
  line-height: 56px;
  font-weight: bold;
  border-left: 8px solid #ffffff;
  padding: 30px 0 30px 30px;
  margin: 50px 0 20px 0;
}

.proinfo .pir-right p {
  margin-bottom: 9px;
  font-size: 24px;
  color: #666;
  line-height: 34px;
  min-height: 150px;
}

.protop-list li {
  height: 35px;
  width: 150px;
  border: 1px solid #929292;
  text-align: center;
  font-size: 20px;
  color: #000;
  line-height: 35px;
  float: left;
  cursor: pointer;
}
.protop-list li:first-child {
  border-radius: 20px 0 0 20px;
  border-right: transparent;
}
.protop-list li:last-child {
  border-radius: 0 20px 20px 0;
  border-right: transparent;
}
.protop-list li.on {
  border: 1px solid transparent;
  background: #294494;
  color: #fff;
}

.protop-info {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 200px;
}

.protop-info .protop-warp {
  position: absolute;
  width: 100%;
  left: 100%;
  transition: all 1s;
}
.pir-right h5 {
  font-size: 16px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
}

.protop-info .on {
  left: 0;
}
.protop-info .protop-warp p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  padding-top: 50px;
}
.pir-more {
  transition: all 0.4s;
  color: white;
  margin: 28px 0 35px;
  font-size: 16px;
  width: 219px;
  display: block;
  background: #294494;
  padding: 17px 32px;
  line-height: 22px;
}
.bot-tit h4 {
  height: 35px;
  width: 80%;
  font-size: 20px;
  font-weight: 800;
  line-height: 35px;
  background: linear-gradient(to right, #294791, #fff);
  padding-left: 30px;
  color: #fff;
  border-radius: 35px 0 0 35px;
}
.bot-info {
  margin: 30px 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
.bot-info table{width: 60%;margin: 0 20%;}
  .bot-info table,.bot-info table tr,.bot-info table td{border-collapse: collapse;

    border: 1px solid rgb(143, 143, 143);}
.pir-more i {
  float: right;
}

.pir-right .info-share {
  float: none;
}

.pir-more:hover {
  background: #e9541a;
}

.pir-bot {
  margin-top: 80px;
}

.pir-nav {
  height: 46px;
  background: #f1f1f1;
  overflow-x: auto;
  white-space: nowrap;
}

.pir-nav a {
  padding: 0 28px;
  display: inline-block;
  position: relative;
  color: #333;
  font-size: 18px;
  line-height: 46px;
}

.pir-nav a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 18px;
  right: 0;
  top: 14px;
  background: #dcdcdc;
}

.pir-nav a.on {
  color: white;
  background: #294494;
}

.pir-nav a.on::after {
  display: none;
}

.pir-box h3 {
  margin-bottom: 24px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 40px;
}

.pir-box {
  padding: 37px 10px 0;
  display: none;
}

.pir-box.on {
  display: block;
}

.pir-list {
  overflow: hidden;
  margin-bottom: 11px;
}

.pir-icon {
  /* width: 54px; */
  line-height: 54px;
  float: left;
  overflow: hidden;
}

.pir-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.pir-list p {
  margin-left: 45px;
  font-size: 16px;
  color: #666;
  line-height: 26px; /* padding-top: 13px; */
}

.pir-ttn {
  transition: all 0.4s;
  border: solid 1px #dcdcdc;
  margin-right: 10px;
  float: left;
  color: #666;
  font-size: 16px;
  width: 170px;
  display: block;
  background: #fff;
  padding: 12px 32px;
  line-height: 22px;
}

.pir-ttn i {
  float: right;
}

.pir-ttn:hover {
  background: #e9541a;
  border: solid 1px #e9541a;
  color: white;
}

.pir-btn {
  margin-top: 40px;
}

.pir-swiper {
  display: none;
  position: relative;
  border: solid 1px #eee;
}

.pir-pic img {
  display: block;
  width: 100%;
}

.pir-swiper .swiper-pagination {
  width: 100%;
  bottom: 15px;
}

.pir-swiper .swiper-pagination-bullet {
  opacity: 1;
  background: #d9d9d9;
  margin: 0 5px;
}

.pir-swiper .swiper-pagination-bullet-active {
  background: #294494;
}

@media (max-width: 1259px) {
  .proi-right {
    width: 640px;
  }

  .pir-left,
  .pir-right {
    float: none;
    width: 100%;
  }

  .pir-right {
    margin-top: 30px;
  }

  .zoomdiv,
  .jqZoomPup {
    display: none !important;
  }

  .spec-scroll .items {
    width: 500px;
    margin-left: 52px;
  }
}

@media (max-width: 991px) {
  .proi-right {
    width: 100%;
  }

  .spec-scroll .items {
    width: 600px;
    margin-left: 42px;
  }
}

@media (max-width: 767px) {
  .pir-swiper {
    display: block;
  }
  .proinfo-box{margin: 0;}
  .pir-left {
    display: none;
  }

  .proi-right {
    padding: 35px 15px 40px;
  }

  .pir-right h3 {
    font-size: 20px;
    line-height: 28px;
  }
.bot-info img{width: 100%;}
.bot-info table{width: 100%;margin: 0;}
  .pir-right p {
    line-height: 22px;
  }

  .pir-more {
    margin: 20px 0 10px;
    padding: 7px 20px;
    width: 130px;
    font-size: 14px;
  }

  .pir-more i {
    font-size: 14px;
  }

  .pir-bot {
    margin-top: 40px;
  }

  .pir-nav {
    height: 40px;
  }

  .pir-nav a {
    padding: 0 15px;
    font-size: 14px;
    line-height: 40px;
  }

  .pir-box {
    padding: 20px 0 0;
  }

  .pir-box h3 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .pir-icon {
    width: 40px;
    height: 40px;
  }

  .pir-list p {
    margin-left: 50px;
    font-size: 14px;
    line-height: 22px;
    padding-top: 3px;
  }

  .pir-ttn {
    padding: 7px 20px;
    width: 130px;
    font-size: 14px;
  }

  .pir-btn {
    margin-top: 25px;
  }
}

/*===========应用=============*/
.indu-box {
  margin: 80px 0;
}
.indu-left {
  float: left;
  width: 15%;
  margin-right: 5%;
}
.indu-left ul li{color: #e7e7e7;text-align: right;position: relative;padding: 0 20px 60px 0;
  font-size: 16px;
  font-weight: 300;}
.indu-left ul li::after {
  position: absolute;
  content: '';
  width: 15.3px;
  height: 70px;
  top: 3PX;
  right: 0;
  background:url(../img/i-li-2.png) no-repeat center top /auto 100%;
}
.indu-left ul li.on a,.indu-left ul li:hover a{color: #294494;}
.indu-left ul li.on::after,.indu-left ul li:hover::after{background:url(../img/i-li-1.png) no-repeat center top /auto 100%;;}
.indu-right {
  float: left;
  width: 80%;
}
.indu-right .appli-li {
  width: 100%;
  margin: 0 auto;
  float: none;
}

.appli-txt p {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  margin-top: 30px;
}
.indu-right .indu-map {
  background: url(../img/index-map.jpg) no-repeat center top / auto 100%;
  margin-top: 50px;
}
.indu-right .indu-map .index-tit {
  margin-top: 10px;
}
.indu-right .client h3,
.indu-right .client p {
  color: #000;
}
.client ul li.inwork {
  width: 33.33%;
}
.client ul li.inwork:hover img {
  transform: scale(1.01);
}
.probox{margin-top: 20px;}
.probox .center-li{width: 33.33%;}
@media (max-width: 1023px){
  .indu-box{margin: 20px 0;}
  .indu-left{display: none;}
  .indu-right{float: unset;width: 100%;}
  .client ul li{width: 25%;padding:  10px;}
  .probox .center-li{width: 50%;}
  .index-tit{margin-top: 20px;}
}

/*===========新闻=============*/
.news-cont {
  margin: 30px 0;
}
.news-cont .pagee {
  margin-top: 30px;
}

/*===========关于=============*/
.about-box {
  padding-top: 80px;
  background: url(../img/about-us.jpg) no-repeat center top / auto;
}
.about-us {
  margin-bottom:100px;
}
.about-tit {
  margin-bottom: 30px;
}
.about-tit h2 {
  font-size: 40px;
  font-weight: bold;
  color: #323b90;
  /*font-style: oblique;*/
}
.about-tit h3 {
  font-size: 35px;
  font-weight: bold;
  color: #030303;
  line-height: 70px;.about-us p
}
.about-tit img {
  width: 40px;
}
.about-cont {
  position: relative;
}
.about-cont .about-cl {
  float: left;
  width: 65%;
  margin-right: 5%;
}
.about-us p {
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  text-indent: 2em;
}
.about-cont .about-cr {
  right: 0;
  width: 30%;
  position: absolute;
  top: -100px;
}
.about-cont .about-cr img {
  margin-bottom: 50px;
  width: 100%;
}

.about-one ul {
  padding: 31px 0;
}

.about-one li {
  width: 33.3333333%;
  float: left;
  padding: 20px 0;
}

.abo-icon {
  width: 80px;
  height: 80px;
  overflow: hidden;
  float: left;
}

.abo-icon img {
  display: block;
  width: 100%;
}

.abo-font {
  padding-left: 20px;
  margin-left: 87px;
  border-left: solid 1px #d4d4d4;
}

.abo-font h3 {
  height: 60px;
  color: #294494;
  overflow: hidden;
  font-size: 50px;
  line-height: 46px;
}

.abo-font h3 span {
  font-size: 62px;
}

.abo-font p {
  font-size: 18px;
  color: #666;
  line-height: 20px;
  text-indent: 0;
}
.about-idea li {
  border-bottom: solid 1px #e6e6e6;
  height: 200px;
  display: flex;
  align-items: center;
}
.about-idea li:first-child {
  border-top: solid 1px #e6e6e6;
}
.about-idea li img,
.about-idea li p {
  float: left;
  line-height: 35px;
  text-indent: 0;
}
.about-idea li img {
  width: 5%;
  line-height: 150px;
}
.about-idea li p {
  width: 95%;
  padding-left: 5%;
}
@media (max-width: 1023px){
  .about-tit h2{font-size: 30px;}
  .about-tit h3{font-size: 22px;line-height: 30px;}
  .about-tit img {
    width: 20px;
}
.about-us p{    font-size: 18px;
  line-height: 35px;}
  .about-cont .about-cl{width: 100%;}
  .about-cont .about-cr{position: unset;width: 100%;}
  .about-cont .about-cr img{margin: 20px 0 0 0;}
  .about-box{padding-top:20px}
  .about-us{margin-bottom:20px ;}

  .about-one li {
    width: 70%;margin: 0 15%;}
    .about-idea li {display: block;height:max-content;text-align: center;padding: 20px 0;}
    .about-idea li img{width: 20%;padding-bottom: 20px;}
    .about-idea li img, .about-idea li p{float: unset;}
    .about-idea li p{text-align: left;}
}

/*===========历史=============*/
.history-box {
  margin: 80px 0;
}
.history-box .about-tit h2{font-size: 30px;}
.history-info img {
  width: 100%;
}
.about-tit p {
  font-size: 24px;
  font-weight: 300;
  padding-bottom: 20px;
}
.history-pro {
  margin-bottom: 50px;
}
.history-pro li {
  width: 25%;
  background: center center / cover;
  height: 700px;
  float: left;
}
.history-pro li .cont {
  background-color: #0000008c;
  width: 100%;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history-pro li .cont .txt {
  color: #fff;
  width: 100%;
}
.history-pro li .cont .txt h4 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.history-pro li .cont .txt h5 {
  font-size: 24px;
  font-weight: 200;
  text-align: center;
  padding: 5% 15%;
}
.history-pro li .cont .txt p {
  display: none;
  font-size: 16px;
  font-weight: 200;
  text-align: center;
  padding: 0 15%;
}
.history-pro li:hover .cont {
  transition: all 0.5s;
  background-color: #294494cf;
  height: 350px;
  margin-top: 350px;
}
.history-pro li:hover .cont .txt p {
  display: block;
}
.protwo-box {
  overflow-x: scroll;
  width: 100%;
  padding-bottom: 20px;
}
.protwo-box ul {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
}
.protwo-box ul li {
  margin-right: 30px;
  height: 400px;
  width: 400px;
  padding: 30px;
}
.protwo-box ul li:nth-child(2n + 1) {
  background-color: #f6fafb;
}
.protwo-box ul li:nth-child(2n + 2) {
  background-color: #e8ebec;
}
.protwo-box ul li h3 {font-size: 40px;font-weight: bold;padding-bottom: 20px;border-bottom:1px solid #c9c9c9;}
.protwo-box ul li p{margin-top: 20px;font-size: 20px;font-weight: 300;line-height: 30px;}
.scrollbar::-webkit-scrollbar {
  height: 5px;
}
.scrollbar::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #294494cf;
  border-radius: 20px;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #0032c9cf;
  cursor: pointer;
}

.about-video{margin-top: 50px;}
.avi-mp{cursor: pointer;}
.avi-img{display: flex;
  align-items: center;
  justify-content: center;    position: relative; }
  .avi-img .img-box{max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    overflow: hidden;  display: flex;
    align-items: center;
    justify-content: center;}
    .avi-img .img-box  img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      transition: all .5s;
    }
    .avi-mp:hover img {
      transform: scale(1.05);
      }
    .avi-img::after {position: absolute;content: '';width: 100%;height: 100%;top: 0;left: 0;background: rgba(0,0,0,0.5) url(../img/pause.png) no-repeat center;}
    .avi-lg{margin-bottom: 20px;}
    .avi-list{padding-bottom: 60px;}
.avi-lg .avi-img{width: 100%; height: 500px;}

.avi-tit h3{text-align: center;font-size: 25px;/*font-weight: bold;*/}
/*Timeline002170 */
.Timeline002170{padding: 1% 0 3%;overflow-x: hidden;}
.Timeline002170 .auto{width: 95%;margin: 0 auto;}
.Timeline002170 .owl-item{width:200px;}
.Timeline002170 .owl-item .item{height:376px;background:url(../img/Timeline002170-bg.png) no-repeat 0 133px; background-size:100% auto; }
.Timeline002170 .item dl{ height:100%;background:url(../img/Timeline002170-icon1.png) no-repeat 0 8px; padding-left:30px;}
.Timeline002170 .odd-item dl{ padding-top:270px;}
@media(min-width:376px){
.Timeline002170 .odd-item dl{background-image:url(../img/Timeline002170-icon2.png); background-position:0 124px; padding-left:0;}
}
.Timeline002170 .item dt{font-size: 28px;color: #333;margin-bottom: 10px;font-weight: bold;} 
.Timeline002170 .item dd{ height:112px; color:#666; line-height:28px; font-size:16px; overflow:hidden;}
.Timeline002170 .owl-nav div{ position:absolute; width:28px; height:28px; top:50%; margin-top:-14px; background:url(../img/Timeline002170-btn.png) no-repeat left bottom; overflow:hidden; line-height:1000px; z-index:100;}
.Timeline002170 .owl-nav .owl-prev{ left:0;}
.Timeline002170 .owl-nav .owl-prev.disabled{ background-position:left top;}
.Timeline002170 .owl-nav .owl-next{ right:0; background-position: right bottom;}
.Timeline002170 .owl-nav .owl-next.disabled{background-position: right top;}
.Timeline002170 .owl-nav div.disabled{ cursor:default;}
@media(min-width:1201px){
/* .Timeline002170 .owl-carousel::before,
.Timeline002170 .owl-carousel::after{ position:absolute; content:''; height:100%; background:url(../img/Timeline002170-bg3.png) no-repeat 0 135px; width:100%; top:5px;}
.Timeline002170 .owl-carousel::before{ left:-75px;}
.Timeline002170 .owl-carousel::after{ right:-114px; width:114px; background-image:url(../img/Timeline002170-bg4.png);} */
.Timeline002170 .owl-nav .owl-prev{ left:-30px;}
.Timeline002170 .owl-nav .owl-next{ right:-30px;}
}
@media(max-width:1440px){
	.Timeline002170 .auto_1440 { width: 90%;}
	.Timeline002170 .owl-carousel::before, .Timeline002170 .owl-carousel::after {top:0;}
}
@media(max-width:1200px){
.Timeline002170 .owl-carousel{ padding:0 30px;}
}
@media(max-width:480px){

	.Timeline002170 .owl-item .item{height: auto;}
	.Timeline002170 .odd-item dl{padding-left: 30px;}
	.Timeline002170 .odd-item dl{padding-top: 120px;}
}

.owl-carousel,
.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel{display:none;width:100%;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%}
.no-js .owl-carousel,
.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
@media (max-width: 1023px){
  .history-pro li{width: 100%;height: 400px;}
    .history-pro li .cont{height: 400px;}
    .history-pro li:hover .cont{height: 200px;
      margin-top: 200px;}
}

/*===========荣誉=============*/
.honor-box .appli-font{line-height: 45px;    background: linear-gradient(to right, rgb(57 74 154), rgb(57 74 154 / 82%));}
/*===========联系我们=============*/

.contact-box{
  padding: 80px 0;
  background: url(../img/contact.jpg) no-repeat center top / auto;
}
#map_cont{width: 100%;height: 600px;}
.imap-box .iml{float: left;}
.imap-box .iml img {max-height: 80px;}
.imap-box .imr{padding-left: 20px;float: left;width: 70%;}
.imap-box .imr h3{font-size: 20px;font-weight: bold;}
.imap-box .imr h4{font-size: 16px;font-weight: bold;padding: 0px 8px;background-color:#294494 ; width: 100px;border-radius: 15px;color: #fff;margin: 3px 0;text-align: center;}
.map-box{position: relative;}
.map-block{position: absolute;    
  width: 300px;
  height: 500px;
  right: 80px;
  bottom: 50px;
  border-radius:50px 0 50px 0;
  background: rgba(255, 255, 255, .9);text-align: center;z-index: 999;}
  .map-block h3{background-color:#294494 ;height: 80px; font-size: 24px;font-weight: bold;line-height: 80px;text-align: center;border-radius:50px 0 0 0;color: #fff;margin-bottom: 30px;}
  .map-block h4{font-size: 20px;font-weight: bold;margin: 10px 0 30px 0;}
  .contact-mess{margin:50px  0;}
  .mess-box .lcontact-three{float: left;width: 70%;}
  .mess-box .qrcode{float: left;width: 30%;text-align: center;}
  .mess-box .qrcode h3{margin:  0 20px 30px 20px; background: linear-gradient(to left,#294494, #294494); height: 60px;font-size: 24px;font-weight: bold;line-height: 60px;color: #fff;
  }
  .mess-box .qrcode img{width: 40%;margin: 20px;}
  #china-map {
    width: 100%;
    height: 1000px;
    margin: auto;
  }
  #china-map .imap-box .imr h4{width: 170px;}
  @media (max-width: 767px){
    .map-block {
      position:unset;
      width: 100%;
      margin-bottom: 5%;
    }
    .contact-box{padding: 20px 0;}
    .map-block,.map-block h3{
      border-radius: 50px 50px 0 0;}
      .map-block{height: 100%;padding-bottom: 3%;}
      #map_cont{height: 400px;}
      .mess-box .lcontact-three,.mess-box .qrcode{float: unset;width: 100%;}
      #china-map{height: 400px;}
      #china-map div{left: 0 !important;}
      .imap-box .iml{width: 20%;}
      .imap-box .iml img{width: 100%;}
      .imap-box .imr{width: 80%;}
      .imap-box .imr h3{font-size: 15px;}
      .imap-box .imr h4{font-size: 12px;}
      .imap-box .imr p{font-size: 12px;  line-height: 16px;   white-space: normal;}
      
  }
/*===========服务=============*/

.ser-cont{margin: 80px 0;}
.ser-box ul {margin:60px 0}
.ser-box ul li{margin-bottom: 100px;background-color: #f7f7f7;position: relative;height: 300px;width: 100%;overflow: hidden;display: flex;align-items: center;}
.ser-box ul li:nth-child(2n + 1) .img,.ser-box ul li:nth-child(2n + 2) .txt{position: absolute;left: 0;}
.ser-box ul li:nth-child(2n + 1) .txt,.ser-box ul li:nth-child(2n + 2) .img{position: absolute;right: 0;}
.ser-box ul li:last-child{margin-bottom: 0;}
.ser-box ul li .txt{width: 60%;padding: 0 20px;}
.ser-box ul li .txt h3{font-size: 30px;font-weight: bold;line-height:60px}
.ser-box ul li .txt p{font-size: 20px;font-weight: 300;line-height: 30px;}
.ser-box ul li .img img{height: 300px;width: auto;}
@media (max-width: 1023px){
  .ser-cont {
  margin: 20px 0;
}
.ser-box ul li{margin-bottom:30px}
.ser-box ul li .txt{width: 100%;padding: 20px;background-color: #000000bf;height: 300px;color: #fff;}
.ser-box ul li .txt p{font-size: 18px;}

}
/*===========加入我们=============*/

.add {
  padding: 40px 0 93px;
  background: #f1f1f1;
}

.add-one {
  margin-bottom: 60px;
}

.add-one li {
  width: 50%;
  float: left;
  position: relative;
}

.ado-pic {
  width: 100%;
  overflow: hidden;
}

.ado-pic img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.add-one li:hover img {
  transform: scale(1.05);
}

.ado-font {
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 50px;
}

.ado-font h3 {
  margin-bottom: 25px;
  color: white;
  font-size: 24px;
  line-height: 30px;
}

.ado-font p {
  font-size: 14px;
  color: white;
  line-height: 26px;
  height: 104px;
  overflow-y: auto;
  padding-right: 10px;
}

.ado-font p::-webkit-scrollbar {
  width: 3px;
  background: url(../img/scroll.jpg) repeat-y center;
}

.ado-font p::-webkit-scrollbar-thumb {
  background: url(../img/scrollh.jpg) repeat-y center;
  border-radius: 10px;
}

.ado-pic1 {
  float: left;
  width: 50%;
  overflow: hidden;
}

.ado-pic1 img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.ado-font1 {
  transition: all 0.5s;
  padding: 100px 38px 0;
  position: absolute;
  width: 50%;
  right: 0;
  height: 100%;
  top: 0;
  background: white;
}

.ado-font1 h3 {
  margin-bottom: 25px;
  font-size: 24px;
  color: #333;
  line-height: 30px;
}

.ado-font1 p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  height: 104px;
  overflow-y: auto;
  padding-right: 10px;
}

.ado-font1 p::-webkit-scrollbar {
  width: 3px;
  background: url(../img/scroll.jpg) repeat-y center;
}

.ado-font1 p::-webkit-scrollbar-thumb {
  background: url(../img/scrollh.jpg) repeat-y center;
  border-radius: 10px;
}

.ado-font2 {
  background: url(../img/ado-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 38px 0;
  position: absolute;
  width: 50%;
  right: 0;
  height: 100%;
  top: 0;
}

.ado-font2 h3 {
  transition: all 0.5s;
  margin-bottom: 25px;
  font-size: 24px;
  color: #fff;
  line-height: 30px;
}

.ado-font2 p {
  transition: all 0.5s;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  height: 104px;
  overflow-y: auto;
  padding-right: 10px;
}

.ado-font2 p::-webkit-scrollbar {
  width: 3px;
  background: url(../img/scroll.jpg) repeat-y center;
}

.ado-font2 p::-webkit-scrollbar-thumb {
  background: url(../img/scrollh.jpg) repeat-y center;
  border-radius: 10px;
}

.add-one li:hover .ado-font,
.add-one li:hover .ado-font1,
.add-one li:hover .ado-font2 h3,
.add-one li:hover .ado-font2 p {
  margin-top: -10px;
}

.add-search {
  height: 50px;
  background: white;
  margin-bottom: 20px;
}

.add-search .text {
  padding: 0 20px;
  font-size: 16px;
  color: #bebebe;
  width: 80%;
  float: left;
  border: none;
  background: none;
  height: 100%;
}

.add-search .submit {
  width: 58px;
  float: right;
  border: none;
  background: url(../img/add-search.png) no-repeat center;
  height: 100%;
}

.add-sele {
  margin: 0 -6px;
}

.sele-list {
  width: 25%;
  float: left;
  padding: 0 6px;
}

.sele-list select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background: white url(../img/sele-list.png) no-repeat right 20px center;
  border: solid 1px #dcdcdc;
  height: 46px;
  padding: 0 15px;
  font-size: 16px;
  color: #666666;
}

.sele-list:nth-child(n + 3) select option:first-child {
  display: none;
}

.add-form {
  margin-bottom: 40px;
}

.join-s {
  padding-bottom: 10px;
}

.job-item {
  margin-bottom: 19px;
  background: white;
}

.job-item.job-hide {
  display: none;
}

.job-item.open .job-le:after {
  opacity: 0;
}

.job-hea {
  width: 100%;
  cursor: pointer;
  padding: 30px;
  overflow: hidden;
}

.job-le {
  float: right;
  width: 46px;
  height: 46px;
  position: relative;
  border: solid 1px #388fcf;
  border-radius: 50%;
  margin-top: 3.5px;
}

.job-le:before {
  content: "";
  width: 16px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -1px;
  background: #006fc1;
}

.job-le:after {
  content: "";
  height: 16px;
  width: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1px;
  margin-top: -8px;
  background: #006fc1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.job-ri {
  float: left;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.job-z {
  display: block;
  font-size: 22px;
  color: #333333;
  line-height: 22px;
  margin-bottom: 15px;
}

.job-d {
  display: block;
  color: #666;
  font-size: 16px;
  line-height: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.job-d span {
  padding: 0 15px;
  display: inline-block;
  line-height: 30px;
}

.job-d span:first-child {
  padding-left: 0;
  border-right: solid 1px #c5c5c5;
}

.job-cont {
  display: none;
}

.job-pad {
  padding: 35px 38px 50px;
}

.job-b {
  position: relative;
}

.job-c-z {
  float: left;
  width: 50%;
}

.job-c-z p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}

.job-c-z li {
  color: #666;
  font-size: 14px;
  line-height: 28px;
}

.btn-send {
  display: block;
  padding-left: 34px;
  background: url(../img/btn.png) no-repeat left center;
  margin-top: 18px;
  line-height: 26px;
  font-size: 16px;
  color: #006fc1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-send:hover {
  color: #e9541a;
  background-image: url(../img/btnh.png);
}

.job-item.open .job-hea {
  border-bottom: solid 1px #e1e1e1;
}

.job-pad h4 {
  font-size: 16px;
  color: #444;
  line-height: 28px;
  margin-bottom: 7px;
}

.job-pad p {
  font-size: 14px;
  color: #777;
  line-height: 28px;
}

.job-pad p span {
  color: #e9541a;
}

@media (max-width: 1259px) {
  .ado-font1,
  .ado-font2 {
    padding: 40px 30px 0;
  }
}

@media (max-width: 991px) {
  .add-one li {
    width: 100%;
  }

  .ado-font1,
  .ado-font2 {
    padding: 110px 30px 0;
  }
}

@media (max-width: 767px) {
  .ado-font {
    padding: 0 20px;
  }

  .ado-font h3,
  .ado-font1 h3,
  .ado-font2 h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .ado-font p,
  .ado-font1 p,
  .ado-font2 p {
    font-size: 13px;
    line-height: 20px;
  }

  .ado-font1,
  .ado-font2 {
    padding: 20px;
  }

  .add-one {
    margin-bottom: 40px;
  }

  .add-search {
    height: 40px;
  }

  .add-search .text {
    padding: 0 10px;
    font-size: 14px;
  }

  .sele-list {
    width: 50%;
    margin-bottom: 12px;
  }

  .add-form {
    margin-bottom: 20px;
  }

  .sele-list select {
    font-size: 14px;
  }

  .job-hea {
    padding: 15px;
  }

  .job-le {
    width: 35px;
    height: 35px;
  }

  .job-le:before {
    width: 14px;
    height: 1px;
    margin-left: -7px;
    margin-top: -0.5px;
  }

  .job-le:after {
    width: 1px;
    height: 14px;
    margin-left: -0.5px;
    margin-top: -7px;
  }

  .job-z {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .job-d {
    font-size: 14px;
    line-height: 14px;
  }

  .job-pad {
    padding: 15px 15px 40px;
  }

  .job-pad p {
    line-height: 22px;
  }

  .btn-send {
    font-size: 14px;
    background-size: 15px;
    padding-left: 20px;
    margin-top: 10px;
  }

  .job-item {
    margin-bottom: 15px;
  }

  .join-s {
    padding-bottom: 15px;
  }

  .add {
    padding-bottom: 50px;
  }
}

/*===============lzl==========================*/

/*===========常见问题===========*/

.problem {
  background: #f1f1f1;
  padding: 34px 0 80px;
}

.problem-box {
  background: #fff;
  padding: 45px 40px 75px 100px;
}

.lproblem-box {
  margin-bottom: 20px;
}

.lproblem-box h3 {
  font-size: 18px;
  line-height: 26px;
  color: #333;
  transition: ease 0.5s;
}

.lproblem-box p {
  font-size: 14px;
  line-height: 26px;
  color: #777;
}

.lproblem-box .block {
  background: #eeeeee;
  position: relative;
  padding: 17px 20px;
  border-radius: 6px 6px 6px 0;
}

.lproblem-box .hide {
  position: relative;
  padding: 30px 0 20px;
}

.lproblem-box .hide::before {
  content: "";
  position: absolute;
  width: 49px;
  height: 49px;
  background: url(../img/lfaq-a.png) no-repeat center left;
  top: 30px;
  left: -70px;
}

.lproblem-box .block::before {
  content: "";
  position: absolute;
  width: 49px;
  height: 49px;
  background: url(../img/lfaq-q.png) no-repeat center left;
  bottom: 0%;
  left: -70px;
}

.lproblem-box .block::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: url(../img/lfaq-do.jpg) no-repeat center left;
  bottom: 0;
  left: -5px;
}

.lproblem-box .block.active h3,
.lproblem-box .block:hover h3 {
  color: #294494;
}

.lproblem-box .hide.active::before {
  display: block;
}

@media (max-width: 1023px) {
  .problem {
    padding: 34px 0 50px;
  }

  .lproblem-box p {
    text-align: justify;
  }

  .problem-box {
    padding: 45px 20px 15px 100px;
  }
}

@media (max-width: 767px) {
  .problem-box {
    padding: 30px 15px 15px 60px;
  }

  .lproblem-box .block::before,
  .lproblem-box .hide::before {
    left: -45px;
  }

  .lproblem-box .block::before,
  .lproblem-box .hide::before {
    background-size: cover;
    width: 35px;
    height: 35px;
  }

  .lproblem-box h3 {
    font-size: 15px;
  }

  .lproblem-box .block {
    padding: 10px 13px;
  }

  .lproblem-box .hide {
    padding: 15px 0 0;
  }

  .lproblem-box p {
    font-size: 13px;
    line-height: 22px;
  }

  .lproblem-box .hide::before {
    top: 20px;
  }

  .problem {
    padding: 40px 0 50px;
  }
}

/*===========服务团队支持 ===========*/

.service {
  background: #f1f1f1;
  padding: 40px 0 80px;
}

.lservice {
  background: #fff;
  padding: 50px 36px 80px 40px;
}

.lservice-tit {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 35px;
}

.lservice-tit h3 {
  font-size: 20px;
  line-height: 30px;
  color: #294494;
  font-weight: bold;
}

.lservice-tit h4 {
  font-size: 18px;
  line-height: 24px;
  color: #666;
  margin-top: 5px;
}

.lservice p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 10px;
  width: 95.3%;
}

.lservice img {
  width: 100%;
  height: 100%;
}

.lservice-img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.lservice-img1 {
  float: left;
  margin-right: 30px;
  width: 41.5%;
}

.lservice-img1:last-child {
  margin-right: 0;
}

.lservice-contact {
  margin-top: 20px;
}

.lservice-contact h3 {
  font-size: 20px;
  line-height: 30px;
  color: #294494;
  font-weight: bold;
}

.lservice-contact h4 {
  font-size: 20px;
  line-height: 24px;
  color: #e9541a;
  margin-top: 10px;
}

.lservice-contact a {
  display: inline-block;
  color: #e9541a;
}

.lservice-contact p:last-child {
  color: #e9541a;
  margin-top: 5px;
}

.lservice-contact p {
  margin-top: 10px;
}

@media (max-width: 1023px) {
  .lservice p {
    width: 100%;
    text-align: justify;
  }

  .service {
    padding: 40px 0 50px;
  }

  .lservice {
    padding: 50px 36px 40px 40px;
  }
}

@media (max-width: 767px) {
  .lservice-img1 {
    float: none;
    margin-bottom: 15px;
    width: 100%;
  }

  .lservice-img1:last-child {
    margin-bottom: 0;
  }

  .lservice {
    padding: 30px 15px 30px;
  }

  .lservice-tit {
    padding-bottom: 10px;
  }

  .lservice-tit h3,
  .lservice-contact h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .lservice-tit h4 {
    font-size: 16px;
  }

  .lservice p {
    line-height: 22px;
  }

  .lservice-img {
    margin: 15px 0;
  }

  .lservice-contact {
    margin-top: 15px;
  }
}

@media (max-width: 320px) {
  .lservice-tit h4 {
    font-size: 16px;
  }
}

/*===========战略合作伙伴 ===========*/

.partner {
  background: #f1f1f1;
  padding: 40px 0 75px;
}

.lpartner {
  background: #fff;
  padding: 50px 35px 40px 40px;
}

.lpartner-tit {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 35px;
}

.lpartner-tit h3 {
  font-size: 20px;
  line-height: 30px;
  color: #294494;
  font-weight: bold;
}

.lpartner-tit h4 {
  font-size: 16px;
  line-height: 24px;
  color: #888;
  margin-top: 5px;
}

.lpartner p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 10px;
  width: 98%;
}

.lpartner-one {
}

.lpartner-one h2 {
  font-size: 20px;
  line-height: 30px;
  color: #294494;
  font-weight: bold;
  margin: 20px 0;
}

.lpartner-one ul {
  margin: 0 -10px;
}

.lpartner-one li {
  float: left;
  margin-bottom: 20px;
  padding: 0 10px;
  width: 25%;
}

.lpartner-one li img {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  border: 1px solid #e5e5e5;
}

@media (max-width: 1025px) {
  .lpartner p {
    width: 100%;
    text-align: justify;
  }
}

@media (max-width: 767px) {
  .partner {
    padding: 40px 0 50px;
  }

  .lpartner {
    padding: 30px 15px 30px 15px;
  }

  .lpartner-tit {
    padding-bottom: 10px;
  }

  .lpartner-tit h3,
  .lpartner-one h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .lpartner-tit h4 {
    font-size: 14px;
    line-height: 22px;
  }

  .lpartner p {
    line-height: 22px;
  }

  .lpartner-one h2 {
    margin: 20px 0 15px;
  }

  .lpartner-one ul {
    margin: 0 -5px;
  }

  .lpartner-one li {
    padding: 0 5px;
    margin-bottom: 10px;
    width: 50%;
  }
}

/*===========售后服务 ===========*/

.after-sale {
  background: #f1f1f1;
  padding: 40px 0 80px;
}

.lafter-sale {
  background: #fff;
  padding: 55px 35px 55px 40px;
}

.lafter-sale-tit {
  margin-bottom: 35px;
}

.lafter-sale-tit h3 {
  margin-bottom: 15px;
}

.lafter-sale-tit p {
  font-size: 14px;
  line-height: 24px;
  color: #666 !important;
}

.lafter-sale p {
  font-size: 14px;
  line-height: 24px;
  color: #777;
  width: 90%;
}

.lafter-sale h3 {
  font-size: 20px;
  line-height: 30px;
  color: #294494;
  font-weight: bold;
}

.lafter-sale h4 {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
  margin-bottom: 5px;
}

.lsale-one {
  margin-top: 20px;
}

.lsale-one ul {
  margin-top: 20px;
}

.lsale-one table {
  margin: 15px 0;
}

.lsale-one li {
  float: left;
  width: 18.7%;
  background: #2e7cbe;
  margin-right: 20px;
  padding: 12px 25px;
}

.lsale-one li:last-child {
  margin-right: 0;
  background: #70b3eb;
}

.lsale-one li:nth-child(2) {
  background: #529bd8;
}

.lsale-one tr {
  border: 1px solid #e5e5e5;
}

.lsale-one tr:first-child {
  background: #f6f6f6;
}

.lsale-one th {
  border: 1px solid #e5e5e5;
  font-size: 16px;
  line-height: 50px;
  color: #333;
  text-align: left;
  padding: 0 28px;
}

.lsale-one td {
  border: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 50px;
  color: #666;
  padding: 0 28px;
}

.lsale-one td:first-child {
  text-align: center;
}

.lsale-one h5 {
  font-size: 16px;
  color: #fff;
}

.lsale-one h5 span {
  display: inline-block;
  font-size: 50px;
  color: #fff;
}

.lsale-one li p {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
}

@media (max-width: 1025px) {
  .lafter-sale p {
    width: 100%;
    text-align: justify;
  }

  .lsale-one li {
    width: 25.7%;
    padding: 12px 20px;
  }
}

@media (max-width: 768px) {
  .lsale-one li {
    width: 30.7%;
  }
}

@media (max-width: 767px) {
  .after-sale {
    padding: 40px 0 50px;
  }

  .lafter-sale {
    padding: 30px 15px 50px 15px;
  }

  .lsale-one li {
    width: 100%;
    margin-bottom: 10px;
  }

  .lsale-one h5 {
    float: left;
  }

  .lsale-one li p {
    float: right;
    width: 60%;
    line-height: 55px;
  }

  .lsale-one-table {
    overflow-x: auto;
  }

  .lafter-sale-tit {
    margin-bottom: 15px;
  }

  .lafter-sale h3 {
    font-size: 17px;
    line-height: 24px;
  }

  .lafter-sale-tit h3 {
    margin-bottom: 10px;
  }

  .lafter-sale p {
    line-height: 22px;
  }

  .lsale-one {
    margin-top: 10px;
  }

  .lafter-sale h4 {
    font-size: 15px;
  }

  .lsale-one h5 span {
    font-size: 40px;
  }

  .lsale-one li p {
    line-height: 44px;
  }

  .lsale-one th {
    line-height: 20px;
    padding: 10px;
    font-size: 14px;
  }

  .lsale-one th:first-child {
    width: 50px;
  }

  .lsale-one td {
    line-height: 20px;
    padding: 15px 10px;
    font-size: 13px;
  }
}

@media (max-width: 320px) {
  .lsale-one li p {
    float: none;
    width: 100%;
    line-height: 24px;
  }

  .lsale-one h5 {
    float: none;
  }

  .lsale-one h5 span {
    font-size: 40px;
  }
}

/*===========营销网络 ===========*/

.network {
  background: #f1f1f1;
  padding: 60px 0 70px;
}

.lnetwork-box {
  margin-top: 80px;
}

.lnetwork-menu {
  text-align: center;
}

.lnetwork-menu a {
  display: inline-block;
  font-size: 18px;
  line-height: 46px;
  color: #333;
  background: #fff;
  padding: 0 30px;
  transition: ease 0.5s;
}

.lnetwork-menu a:hover,
.lnetwork-menu a.on {
  background: #294494;
  color: #fff;
}

.lnetwork-left {
  float: left;
  width: 37.25%;
}

.lnetwork-left h3 {
  font-size: 26px;
  line-height: 32px;
  color: #3d3d3d;
}

.lnetwork-left p {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  margin-top: 10px;
  width: 90.9%;
}

.lnetwork-left ul {
  margin-top: 50px;
}

.lnetwork-left li {
  float: left;
  margin-right: 60px;
  text-align: center;
}

.lnetwork-left li:last-child {
  margin-right: 0;
}

.lnetwork-left h2 {
  font-size: 50px;
  color: #294494;
}

.lnetwork-left h2 span {
  display: inline-block;
  font-size: 62px;
}

.lnetwork-left h4 {
  font-size: 14px;
  line-height: 26px;
  color: #666;
}

.lnetwork-right {
  float: right;
  overflow: hidden;
  width: 62.75%;
}

.lnetwork-right img {
  width: 100%;
  height: 100%;
}

.lnetwork-box.none {
  display: none;
}

@media (max-width: 1025px) {
  .lnetwork-left p {
    width: 100%;
    text-align: justify;
  }
}

@media (max-width: 991px) {
  .lnetwork-left li {
    margin-right: 17px;
  }
}

@media (max-width: 767px) {
  .network {
    padding: 40px 0px;
  }

  .lnetwork-left,
  .lnetwork-right {
    width: 100%;
  }

  .lnetwork-menu a {
    line-height: 36px;
    font-size: 14px;
    margin: 0 3px;
  }

  .lnetwork-box {
    margin-top: 30px;
  }

  .lnetwork-left h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .lnetwork-left p {
    line-height: 22px;
  }

  .lnetwork-left ul {
    margin-top: 20px;
  }

  .lnetwork-left h2 span {
    font-size: 40px;
  }

  .lnetwork-left h2 {
    font-size: 30px;
  }

  .lnetwork-right {
    margin-top: 20px;
  }

  .lnetwork-left li {
    width: 50%;
    margin-right: 0;
  }
}

/*===========下载中心 ===========*/

.download {
  background: #f1f1f1;
  padding: 40px 0 80px;
}

.ldownload {
}

.ldownload-search {
  position: relative;
  background: white;
  margin-bottom: 30px;
}

.ldownload-search input {
  width: 80%;
  background: #fff;
  padding: 0 20px;
  line-height: 50px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  color: #bebebe;
}

.ldownload-search button {
  width: 58px;
  float: right;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

.ldownload-search i {
  font-size: 17px;
  color: #666369;
  font-weight: bold;
  cursor: pointer;
}

.ldownload ul {
  margin: 0 -10px;
}

.ldownload li {
  float: left;
  width: 50%;
  margin-bottom: 20px;
  transition: ease 0.5s;
  padding: 0 10px;
}

.ldownload li a {
  border: 1px solid transparent;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  background: #fff;
  position: relative;
}

.ldownload li .img {
  border: 1px solid #eeeeee;
  float: left;
  padding: 16px 20px;
}

.ldownload li .img img {
  display: block;
  width: 100%;
}

.ldownload li .text {
  float: left;
  width: 70%;
  height: 90px;
  display: table;
  margin-left: 18px;
}

.ldownload li h3 {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ldownload li p {
  font-size: 14px;
  line-height: 28px;
  color: #888;
  margin-top: 5px;
}

.ldownload li span {
  position: absolute;
  display: block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  background: #294494 url(../img/ldownload-icon.png) no-repeat center left 23px;
  bottom: 0;
  right: 0;
  padding-left: 50px;
  transition: ease 0.5s;
  opacity: 0;
}

.ldownload-text {
  display: table-cell;
  vertical-align: middle;
}

.ldownload li:hover a {
  border-color: #294494;
}

.ldownload li:hover span {
  opacity: 1;
}

.ldownload .pagee {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .ldownload li a {
    padding: 20px;
  }

  .ldownload li .img {
    padding: 12px 15px;
  }

  .ldownload li .text {
    width: 69%;
  }

  .ldownload li h3 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .ldownload li {
    width: 100%;
  }

  .ldownload li h3 {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
  }

  .ldownload li p {
    font-size: 12px;
    line-height: 20px;
  }

  .ldownload li a {
    padding: 15px;
  }

  .ldownload li .text {
    height: auto;
  }

  .ldownload li .img {
    padding: 10px;
  }

  .ldownload-search input {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 10px;
  }

  .ldownload-search button {
    line-height: 40px;
    height: 40px;
  }

  .ldownload-search {
    margin-bottom: 25px;
  }

  .ldownload li {
    margin-bottom: 15px;
  }

  .ldownload .pagee {
    margin-top: 15px;
  }

  .download {
    padding-bottom: 50px;
  }
}

/*===========新闻中心 ===========*/

.news {
  background: #f1f1f1;
  padding: 45px 0 80px;
}

.lnews {
}

.lnews-one {
}

.lnews-one a {
  display: block;
}

.lnews-one-le {
  float: left;
  background: #fff;
  width: 61.46%;
  padding: 60px 40px 30px;
}

.lnews-one-ri {
  float: right;
  overflow: hidden;
  width: 36.91%;
}

.lnews-one-tit {
  font-size: 28px;
  line-height: 42px;
  color: #00437d;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.lnews-one-le p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.lnews-one-ri img {
  width: 100%;
  height: 100%;
  transition: ease 0.5s;
}

.lnews-one:hover .lnews-one-ri img {
  transform: scale(1.04);
}

.lnews-one-span {
  margin-top: 80px;
}

.lnews-one-span span {
  display: inline-block;
  font-size: 14px;
  color: #888;
  margin-right: 20px;
}

.lnews-one-span span:last-child {
  margin-right: 0;
}

.lnews-one-span .lspan-tim {
  background: url(../img/lspan-tim.png) no-repeat center left;
  padding-left: 20px;
}

.lnews-one-span .lspan-num {
  background: url(../img/lspan-num.png) no-repeat center left;
  padding-left: 22px;
}

.lnews-one-span .lspan-zan {
  background: url(../img/lspan-zan.png) no-repeat center left;
  padding-left: 20px;
  display: none;
}

.lnews ul {
  background: #fff;
  margin-top: 20px;
  padding: 30px 40px;
}

.lnews li {
  position: relative;
  padding: 30px 0;
}

.lnews li::before {
  content: "";
  position: absolute;
  width: 75.4%;
  height: 1px;
  border-bottom: 1px dashed #d8d8d8;
  bottom: 0;
  left: 0;
}

.lnews li:last-child::before {
  display: none;
}

.lnews li a {
  display: block;
}

.lnews li .img {
  float: left;
  width: 21.9%;
  overflow: hidden;
}

.lnews li .img img {
  width: 100%;
  transition: ease 0.5s;
}

.lnews li:hover .img img {
  transform: scale(1.04);
}

.lnews li .text {
  float: right;
  width: 75.7%;
  padding-top: 10px;
  padding-right: 40px;
}

.lnews li h3 {
  font-size: 18px;
  line-height: 26px;
  color: #4a4a4a;
  font-weight: bold;
  transition: ease 0.5s;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.lnews li:hover h3 {
  color: #294494;
}

.lnews li p {
  font-size: 14px;
  line-height: 24px;
  color: #9b9b9b;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.lnews li .lnews-one-span {
  margin-top: 50px;
}

.lnews .pagee {
  margin-top: 40px;
}

@media (max-width: 1260px) {
  .lnews-one-span {
    margin-top: 44px;
  }

  .lnews-one-le {
    padding: 30px 40px;
  }

  .lnews li .text {
    padding-top: 5px;
  }

  .lnews li p {
    margin-top: 5px;
  }

  .lnews li .lnews-one-span {
    margin-top: 30px;
  }
}

@media (max-width: 1025px) {
  .lnews li h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .lnews li p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
  }

  .lnews li .lnews-one-span {
    margin-top: 12px;
  }

  .lnews li .text {
    padding-top: 0;
  }

  .lnews ul {
    padding: 10px 30px;
  }

  .lnews-one-tit {
    font-size: 20px;
    line-height: 28px;
  }

  .lnews-one-le p {
    margin-top: 14px;
  }

  .news {
    padding: 45px 0 50px;
  }

  .lnews-one-span {
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  .lnews-one-tit {
    font-size: 20px;
    line-height: 28px;
  }

  .lnews-one-le p {
    margin-top: 11px;
  }

  .lnews-one-le {
    padding: 20px 30px;
  }

  .lnews-one-span {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .news {
    padding: 40px 0 50px;
  }

  .lnews-one-le {
    padding: 20px 15px;
    float: none;
    width: 100%;
  }

  .lnews-one-ri {
    float: none;
    width: 100%;
    margin-top: 10px;
  }

  .lnews ul {
    padding: 10px 15px;
  }

  .lnews li .img,
  .lnews li .text {
    float: none;
    width: 100%;
  }

  .lnews li .text {
    padding: 10px 0;
    margin-top: 2px;
  }

  .lnews li::before {
    width: 100%;
  }

  .lnews li {
    padding: 20px 0 10px;
  }

  .lnews-one-tit {
    font-size: 16px;
    line-height: 26px;
  }

  .lnews-one-span {
    margin-top: 10px;
  }

  .lnews .pagee {
    margin-top: 30px;
  }
}

@media (max-width: 320px) {
  .lnews-one-span span {
    margin-right: 14px;
  }
}

/*===========新闻中心-详情 ===========*/

.new-xq {
  background: #f1f1f1;
  padding: 30px 0 70px;
}

.lnew-xq {
}

.lnew-xq-le {
  float: left;
  background: #ffffff;
  width: 100%;
  padding: 45px 40px 80px;
}

.lnew-xq-ri {
  float: right;
  background: #fff;
  width: 28.3%;
  padding: 20px 20px 15px 15px;
  display: none;
}

.lnew-xq-tit {
  font-size: 26px;
  line-height: 36px;
  color: #444;
}

.lnew-xq-fx {
  margin: 16px 0 40px;
  width: 89%;
}
.lnew-xq-con img{
    max-width: 100%;
}

.lnew-xq-le .lnews-one-span {
  float: left;
  margin-top: 0px;
  line-height: 32px;
}

.lnew-xq-le .img {
  margin: 20px 0;
}

.lnew-xq-le .bshare-custom {
  float: right;
}

.lnew-xq-le .bshare-custom p {
  float: left;
  margin-top: 0;
  line-height: 32px;
}

.lnew-xq .bshare-custom a {
  display: inline-block;
  transition: ease 0.5s;
  margin-right: 5px;
  text-decoration: none !important;
  font-size: 16px !important;
  line-height: 32px !important;
  text-decoration: none !important;
  padding-left: 0 !important;
  background: none !important;
  color: #fff !important;
  opacity: 1 !important;
  border-radius: 50% !important;
  text-align: center;
  width: 32px !important;
  height: 32px !important;
}

.lnew-xq .bshare-custom a:last-child {
  margin-right: 0;
}

.lnew-xq .bshare-custom .bshare-qqim {
  background: #3e91ee !important;
}

.lnew-xq .bshare-custom .bshare-share {
  color: #9e9e9e !important;
}

.lnew-xq .bshare-custom .bshare-sinaminiblog {
  background: #da3c3c !important;
}

.lnew-xq .bshare-custom .bshare-weixin {
  background: #21ba41 !important;
}

.lnew-xq .bshare-custom .bshare-qzone {
  background: #f4c50b !important;
}

.lnew-xq-le p {
  font-size: 14px;
  line-height: 26px;
  color: #777;
  margin-top: 20px;
}

.lnew-xq-le p.lsj {
  width: 90%;
}

.lnew-xq .img img {
  width: 100%;
  transition: ease 0.5s;
}

.lnew-xq-ri ul {
}

.lnew-xq-ri li {
  border-bottom: 1px dashed #d8d8d8;
  padding: 15px 0;
}

.lnew-xq-ri li:last-child {
  border: none;
}

.lnew-xq-ri li a {
  display: block;
}

.lnew-xq-ri .img {
  float: right;
  width: 36%;
  overflow: hidden;
}

.lnew-xq-ri-tit {
  font-size: 18px;
  line-height: 32px;
  color: #294494;
  font-weight: bold;
  background: url(../img/ltjian.png) no-repeat center left;
  padding-left: 33px;
}

.lnew-xq-ri .text {
  float: left;
  width: 55.88%;
}

.lnew-xq-ri h2 {
  font-size: 14px;
  line-height: 22px;
  color: #4a4a4a;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: ease 0.5s;
}

.lnew-xq-ri li:hover h2 {
  color: #294494;
}

.lnew-xq-ri li:hover .img img {
  transform: scale(1.04);
}

.lnew-xq-page {
  margin-top: 50px;
}

.lnew-xq-page a {
  display: inline-block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #006fc1;
  border: 1px solid #006fc1;
  text-align: center;
  margin-right: 5px;
}

.lnew-xq-page a:last-child {
  margin-right: 0;
}

.lnew-xq-page i {
  display: inline-block;
  color: #006fc1;
  font-weight: bold;
}

.lnew-xq-page i.icon-left {
  margin-right: 5px;
}

.lnew-xq-page i.icon-right {
  margin-left: 5px;
}

.bsBox {
  height: 256px !important;
  width: 232px !important;
}

.lnew-xq-ri .lnews-one-span {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .lnew-xq-le,
  .lnew-xq-ri {
    width: 100%;
  }

  .lnew-xq-ri {
    margin-top: 30px;
    padding: 45px 40px 80px;
  }

  .lnew-xq-ri .text {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .lnew-xq-le {
    padding: 30px 15px 40px;
  }

  .lnew-xq-tit {
    font-size: 20px;
    line-height: 24px;
  }

  .lnew-xq-le .bshare-custom,
  .lnew-xq-le .lnews-one-span {
    float: none;
  }

  .lnew-xq-fx {
    width: 100%;
    margin-bottom: 20px;
  }

  .lnew-xq-le p.lsj {
    width: 100%;
    word-break: break-all;
    line-height: 22px;
  }

  .lnew-xq-le p {
    line-height: 22px;
    margin-top: 13px;
    text-align: justify;
  }

  .lnew-xq-ri {
    margin-top: 20px;
    padding: 20px 15px;
  }

  .lnew-xq-ri .text {
    padding-top: 0;
  }

  .lnews-one-span span {
    font-size: 12px;
  }

  .lnew-xq-ri .lnews-one-span {
    line-height: 16px;
  }

  .new-xq {
    padding: 40px 0 50px;
  }
}

/*============联系我们 ===========*/

.contact {
  background: #f1f1f1;
}

.lcontact {
  padding: 50px 0 128px;
}

.lcontact-one {
  background: white;
  padding: 44px 40px 0;
}

.lcontact-one-tit {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  line-height: 36px;
  padding-bottom: 15px;
  border-bottom: solid 1px #ebebeb;
}

.lcontact-one ul {
  padding: 47px 0 32px;
}

.lcontact-one li {
  float: left;
  margin-right: 110px;
}

.lcontact-one li h3 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 36px;
}

.lcontact-one li span {
  display: block;
  line-height: 29px;
  color: #e9541a;
  font-size: 20px;
}

.lcontact-one li p,
.lcontact-one li p a {
  font-size: 16px;
  color: #666;
  line-height: 29px;
}

.lcontact-two {
  margin: 40px -10px;
  overflow: hidden;
}

.lct-li {
  padding: 0 10px;
  width: 50%;
  float: left;
}

.lct-list {
  width: 100%;
  position: relative;
}

.lct-img {
  width: 100%;
  overflow: hidden;
}

.lct-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.lct-font {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 40px 20px;
}

.lct-font h4 {
  font-weight: bold;
  font-size: 18px;
  color: white;
  line-height: 36px;
}

.lct-font p {
  font-size: 16px;
  color: white;
  line-height: 26px;
}

.lct-list:hover img {
  transform: scale(1.04);
}

.lcontact-three {
  padding: 40px 40px 54px;
}

.lcontact-three-tit {
  margin-bottom: 22px;
  font-size: 26px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
}

.lmessage-input {
  margin: 0 -10px;
}

.lmessage-input p {
  width: 33.3333333%;
  float: left;
  padding: 0 10px;
}

.lmessage-input .text {
  width: 100%;
  border: solid 1px #eaeaea;
  font-size: 16px;
  color: #888;
  padding: 0 15px;
  line-height: 48px;
}

.lcontact-three .txt {
  height: 187px;
  width: 100%;
  border: solid 1px #eaeaea;
  font-size: 16px;
  color: #888;
  padding: 10px 15px;
  margin-top: 20px;
  resize: none;
}

.lmessage-submit {
  transition: all 0.5s;
  cursor: pointer;
  width: 158px;
  height: 43px;
  background: #294494;
  color: white;
  border: none;
  font-size: 14px;
  margin-top: 25px;
}

.lmessage-submit:hover {
  background: #e9541a;
}

@media (max-width: 991px) {
  .lcontact-one li {
    margin-right: 58px;
  }
}

@media (max-width: 767px) {
  .lcontact-one {
    padding: 20px 15px 0;
  }

  .lcontact-one-tit {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 15px;
  }

  .lcontact-one ul {
    padding: 15px 0;
  }

  .lcontact-one li {
    margin-right: 0;
    float: none;
    overflow: hidden;
    margin-bottom: 5px;
  }

  .lcontact-one li h3 {
    float: left;
    font-size: 15px;
    line-height: 24px;
  }

  .lcontact-one li span,
  .lcontact-one li p {
    line-height: 24px;
    float: left;
    font-size: 15px;
    margin-left: 20px;
  }

  .lcontact-one li p,
  .lcontact-one li p a {
    line-height: 24px;
    font-size: 14px;
  }

  .lct-li {
    width: 100%;
    margin-bottom: 20px;
  }

  .lcontact-two {
    margin: 30px -10px 10px;
  }

  .lcontact-three {
    padding: 25px 15px 35px;
  }

  .lcontact-three-tit {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .lmessage-input p {
    width: 100%;
  }

  .lmessage-input .text {
    line-height: 38px;
    font-size: 14px;
    margin-bottom: 15px;
  }

  .lcontact-three .txt {
    margin-top: 0;
    font-size: 14px;
    height: 150px;
  }

  .lmessage-submit {
    width: 120px;
    height: 36px;
    margin-top: 15px;
  }

  .lcontact {
    padding: 40px 0 50px;
  }

  .lct-font {
    padding: 0 15px 10px;
  }

  .lct-font h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .lct-font p {
    font-size: 14px;
    line-height: 22px;
  }
}

/*pc-kefu*/

.kf-shqi {
  width: 100%;
  height: 40px;
}

.kf-shqi .m-icon:hover {
  opacity: 1;
}

.gr_kefu.show .m-icon {
  transform: rotate(0);
}

.gr_kefu {
  position: fixed;
  width: 50px;
  height: 154px;
  right: 0;
  top: 50%;
  margin-top: -77px;
  z-index: 100;
}

.gr_kefu ul li {
  width: 50px;
  height: 50px;
  position: relative;
  margin-bottom: 1px;
  font-size: 14px;
  line-height: 50px;
}

.gr_kefu ul li .sidebox {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  transition: all 0.3s;
  color: #fff;
  background: #1c86f3;
  overflow: hidden;
  opacity: 0.7;
}

.gr_kefu ul li.kf2 .sidebox {
  overflow: visible;
}

.gr_kefu ul li .sidebox:hover {
  opacity: 1;
}

.gr_kefu ul li .sidebox3 {
  font-size: 16px;
}

.gr_kefu .kf-icon {
  float: left;
  width: 50px;
  height: 50px;
  font-size: 26px;
  text-align: center;
  line-height: 50px;
}

.gr_kefu .kf_wx {
  position: absolute;
  top: 0;
  left: -140px;
  width: 140px;
  display: none;
  background: #fff;
  border: 1px solid #dadada;
  padding: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  display: none;
}

.gr_kefu .kf_wx img {
  display: block;
  width: 110px;
  height: 110px;
  margin-bottom: 5px;
  float: none;
}

.gr_kefu .qq {
  height: 0;
  position: relative;
  z-index: 2;
}

.gr_kefu .qq .sidebox {
  border: 1px solid #78be21;
  height: auto;
  border-radius: 5px 0 0 5px;
  width: 140px;
  background: #fff;
  opacity: 1;
  bottom: -50px;
  top: auto;
  text-align: center;
  padding-bottom: 5px;
  right: -150px;
}

.gr_kefu .qq h5 {
  height: 35px;
  line-height: 35px;
  background: #78be21;
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  text-align: left;
  margin-bottom: 10px;
}

.gr_kefu .qq h5 i {
  float: right;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  z-index: 5;
}

.gr_kefu .qq h5 i:hover {
  transform: rotate(90deg);
}

.gr_kefu .qq a {
  display: block;
  height: 32px;
  line-height: 32px;
  border-radius: 18px;
  border: 1px solid #78be21;
  margin: 5px 15px;
}

.gr_kefu span {
  float: left;
}

.kf-shqi .m-icon {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #018fd7 url(../img/kf-close.png) no-repeat center;
  background-size: 15px;
  opacity: 0.7;
  cursor: pointer;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.kf2 .kf-icon {
  background: url(../img/kf-wx.png) no-repeat center;
  background-size: 27px;
}

.kf3 .kf-icon {
  background: url(../img/kf-phone.png) no-repeat center;
  background-size: 27px;
}

.kf4 .kf-icon {
  background: url(../img/kf-email.png) no-repeat center;
  background-size: 27px;
}

.kf-gotop .kf-icon {
  background: url(../img/kf-top.png) no-repeat center;
  background-size: 25px;
}

/*app-客服*/

.gotop {
  float: left;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  line-height: 50px;
  text-align: center;
  color: white;
  margin: 0 1px;
}

.kefu {
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 33;
  display: none;
}

.kefu a {
  display: none;
  float: left;
  width: 50px;
  background: rgba(0, 0, 0, 0.5);
  line-height: 50px;
  text-align: center;
  color: white;
  font-size: 24px;
  margin: 0px 1px;
}

.kefu a i,
.gotop i {
  font-size: 20px;
}

.kf-act {
  float: left;
  position: relative;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  margin: 0px 1px;
}

.kf-act::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background: white;
  left: 17.5px;
  top: 24px;
}

.kf-act::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 15px;
  background: white;
  top: 17.5px;
  left: 24px;
}

.kefu.on .kf-act::before {
  display: none;
}

@media (max-width: 991px) {
  .kefu {
    display: block;
  }

  .gr_kefu {
    display: none !important;
  }
}

a.zz {
  display: none;
}

.section.appli {
  overflow: visible !important;
}

.foot-top {
  display: none;
}

/*招聘*/
.tishi {
  padding: 100px 0px 100px 30px;
}

.tishi p {
  font-size: 16px;
}

.tishi img {
  width: 32px;
  margin-right: 5px;
}

.hts:hover {
  font-weight: bold;
  color: #006fc1;
}

.zwsq input {
  background: #294494 url(../img/zwsq.png) no-repeat left 10px center;
  color: white;
  padding: 5px 10px;
  margin-bottom: 15px;
  border-radius: 2px;
  background-size: 16px;
  padding-left: 30px;
  margin-left: 30px;
}

#msg_wy_zc {
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0%;
  /* line-height: 2rem; */
  width: 100%;
  z-index: 1000;
  background: #00000082;
}

.zc_p {
  color: #fff;
  height: 100px;
  display: inline-block;
  /* padding: 0rem 3rem; */
  border-radius: 5px;
  margin-top: 20%;
  background: #fff;
  padding: 2px 2px;
  color: #333;
  width: 100%;
  height: 200px;
  max-width: 500px;
}

.zc_p .p1 {
  text-align: left;
  background-color: #00437d;
  border-bottom: 1px solid #bfbfbf;
  color: white;
  padding: 0px 5px;
  line-height: 30px;
}

.zc_p .p2 {
  color: #888;
  height: 174px;
  margin: 0 10px;
  text-align: left;
  /* text-indent: 2em; */
  font-size: 14px;
  text-align: center;
}

.zc_p .p2 p {
  line-height: 41px;
  font-size: 16px;
}

.zc_p .p2 input {
  border: 1px solid #777;
  height: 30px;
  width: 50%;
  border-radius: 2px;
  padding-left: 5px;
}

.zc_p .p2 img {
  vertical-align: bottom;
  margin-right: 10px;
}

.zc_btn {
  border-color: #00437d;
  background-color: #00437d;
  color: #fff;
  height: 35px;
  line-height: 34px;
  margin: 5px 5px 0;
  padding: 0 23px;
  border: 1px solid #dedede;
  border-radius: 2px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
}

#msg_wy_update {
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0%;
  line-height: 2rem;
  width: 100%;
  z-index: 1000;
  background: #00000082;
}

#msg_wy_update .zc_p {
  color: #fff;
  height: 100px;
  display: inline-block;
  /* padding: 0rem 3rem; */
  border-radius: 5px;
  margin-top: 20%;
  background: #fff;
  padding: 2px 2px;
  color: #333;
  width: 300px;
  height: 200px;
}

.jdt {
  background: #d1d1d1;
  color: white;
  width: 90%;
  margin: 0px 5%;
  margin-top: 5%;
  line-height: 24px;
  font-size: 14px;
  color: white;
  position: relative;
}

.jdt span {
  position: absolute;
  right: 40%;
  top: 2%;
}

.jdt2 {
  background: #ed4241;
  width: 0%;
  height: 24px;
}

.zwsqdiv {
  line-height: 60px;
  font-size: 18px;
  font-weight: bolder;
}

.updatefile {
  width: 60%;
  margin: auto;
  position: relative;
}

.updatefile input {
  position: absolute;
  left: 27%;
  top: 20%;
  opacity: 0;
}

p #mesg {
  margin-top: 15px;
}

.dropdown-wrap {
  width: 940px;
  margin: 0 auto;
}

.single dl {
  padding: 30px 0;
  overflow: hidden;
}

.single dt {
  float: left;
  width: 35%;
}

.single dt a {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 40px;
  padding-left: 20px;
  position: relative;
}

.single dt a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: solid 3px transparent;
  border-bottom: solid 3px transparent;
  border-left: solid 6px #aaa;
  left: 0;
  top: 50%;
  margin-top: -3px;
}

.single dd {
  width: 30%;
  float: left;
  overflow: hidden;
}

.single dd img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.single dt a:hover {
  color: #294494;
}

.single dd:hover img {
  transform: scale(1.05);
}

.navli-menu ul {
  padding: 26px 0 36px;
  text-align: center;
}

.navli-menu li {
  display: inline-block;
  width: 11.6%;
  margin: 0 20px;
}

.navli-list {
  display: block;
  width: 100%;
}

.navli-pic {
  display: block;
  width: 100%;
  overflow: hidden;
}

.navli-pic img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.navli-list p {
  text-align: center;
  font-size: 16px;
  color: #444;
  line-height: 28px;
  margin-top: 9px;
}

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

.navli-menu li:hover img {
  transform: scale(1.05);
}

.navli-menu li:hover p {
  color: #00437d;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}

.new-xq img {
  max-width: 100%;
}

.app-store {
  float: right;
  width: 60px;
  height: 60px;
  position: relative;
  display: none;
}

.app-text {
  display: block;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #00437d;
  font-size: 24px !important;
}

.app-list {
  position: absolute;
  width: 100%;
  top: 100%;
  right: 0;
  z-index: 10;
  background: #fff;
  padding: 0px 0;
  -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.app-list a {
  border-bottom: solid 1px #dbdbdb;
  display: block;
  padding: 10px 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.app-store:hover .app-list {
  opacity: 1;
  visibility: visible;
}

.app-list a:hover {
  color: #294494;
}
/*2019-12-27
.abo-left{width: 50%;float: left;position: relative;overflow: hidden;background: black;}
.int-pic{width: 35%;float: left;position: relative;overflow: hidden;background: black;}
.abo-left img,int-pic img{display: block;width: 100%;opacity: 0;}
.abo-left video,.int-pic video{position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: black;}
.abo-right{padding: 83px 20px 89px 45px; width: 50%;position: absolute;height: 100%;background: white;top: 0;right: 0;}
#end2019-12-27*/

/*video alert*/
.msg-box-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 10001;
  background: rgba(0, 0, 0, 0.5);
}

.msg-box {
  width: 850px;
  height: 522px;
  padding: 50px;
  background-color: #f3f3f3;
  position: absolute;
  left: 50%;
  margin-left: -430px;
  top: 0;
  margin-top: -262px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.msg-box .close-box {
  width: 38px;
  height: 38px;
  font-size: 30px;
  color: #666;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.msg-box .close-box:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width: 991px) {
  .msg-box {
    width: 94%;
    left: 3%;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .msg-box {
    height: 230px;
    padding: 15px;
  }

  .msg-box .close-box {
    width: 20px;
    height: 20px;
    right: 0;
    line-height: 20px;
    top: 0;
    text-align: center;
    font-size: 20px;
  }
}



.lnew-xq-le p,
.lnew-xq-le p span {
  font-size: 14px;
  line-height: 26px;
  color: #777;
  margin-top: 20px;
  font-family: "微软雅黑" !important;
}

/*20201116*/
.dowcatlist {
}

.dowcatlist2 {
  display: flow-root;
  min-height: 50px;
  line-height: 50px;
  margin-bottom: 30px;
}

.dowcatlist2 p {
  float: left;
  font-size: 16px;
  margin: 0px 15px;
  color: #666;
  border: 1px solid white;
  padding: 0px 20px;
  background-color: white;
  border-radius: 40px;
  margin-bottom: 20px;
  line-height: 40px;
}

.dowcatlist2 .on {
  color: #00437d;
  font-weight: bold;
}

.dowcatlist2 p:hover {
  background-color: #00437d;
  /* font-weight: bold; */
  color: white;
}

@media (max-width: 767px) {
  .dowcatlist2 p {
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 10px;
    margin: 0px 10px;
    margin-bottom: 10px;
    padding: 0px 10px;
  }
}

.ssjg {
  text-align: left;
  margin-bottom: 20px;
}

.ssjg p {
  line-height: 36px;
}

.ssjg span {
  font-size: 16px;
}

.ssjg span img {
  width: 20px;
  margin-right: 8px;
}

#pagecatids {
  color: #294494;
}

/** 顶部电话 **/
.head-phone {
  float: right;
  display: flex;
  align-items: center;
  height: 100px;
}

.pro_kb {
  max-height: 260px;
  overflow-y: auto;
}

.pro_kb h3 {
  font-size: 20px;
  display: none;
}

.pro_kb p {
  height: auto;
  margin-bottom: 5px;
}

.pro_kb p,
.pro_kb span {
  /* display: inline-block; */
  font-size: 14px !important;
  line-height: 24px !important;
}

.pro_kb br {
  display: none;
}

.pro_kb::-webkit-scrollbar {
  width: 3px;
  background: url(../img/scroll.jpg) repeat-y center;
}

.pro_kb::-webkit-scrollbar-thumb {
  background: url(../img/scrollh.jpg) repeat-y center;
  border-radius: 10px;
}

.pir-box {
  min-height: 300px;
}

.pir-box img {
  max-width: 100%;
}

.pro-xgcp {
  border-top: 1px solid #9e9e9e47;
  margin-top: 5%;
  padding-top: 4%;
}

.pro-xgcp h3 {
  font-size: 26px;
  line-height: 46px;
  /* text-align: center; */
  margin-bottom: 30px;
}

.center-font h3 {
  font-size: 16px;
  color: #333;
  line-height: 25px;
  margin-right: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.pro-xgcp .center-li {
  width: 25%;
  /* padding: 0; */
}

.pro-xgcp .center-li .center-list {
  /* border: 1px solid red; */
}

@media (max-width: 767px) {
  .pro-xgcp .center-li {
    padding: 0 7.5px;
    margin-bottom: 15px;
    width: 100%;
  }

  .pro-xgcp h3 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
  }

  .center-font h3 {
    font-size: 16px;
    color: #333;
    line-height: 25px;
    margin-right: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

.pro-vide {
  width: 100%;
  border: 8px solid rgb(0 85 157);
  border-radius: 8px;
}

.yzms {
  margin-top: 25px;
  display: flow-root;
}

.yzms input {
  float: left;
}

.yzms .yzm-01 {
  margin-right: 5%;
  max-width: 300px;
  width: 100%;
  border: solid 1px #eaeaea;
  font-size: 16px;
  color: #888;
  padding: 0 15px;
  line-height: 48px;
}

.yzms .yzm-02 {
  width: 40%;
  border: none;
  font-size: 36px;
  color: #294494;
  font-weight: bold;
  max-width: 200px;
  cursor: pointer;
}

@media (max-width: 760px) {
  .yzms .yzm-01 {
    line-height: 38px;
    font-size: 14px;
    margin-bottom: 15px;
    width: 60%;
  }

  .yzms .yzm-02 {
    width: 35%;
    font-size: 28px;
  }
}
.pagee {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px 0; /* Add margin for spacing */
    }

    .pagination {
        list-style: none;
        display: flex;
        gap: 10px; /* Adjust the gap as needed */
    }

    .pagination li {
        display: inline-block;
    }

    .pagination li a,
    .pagination li span {
        display: inline-block;
        padding: 5px 10px;
        border: 1px solid #ccc;
        text-decoration: none;
        color: #333;
    }

    .pagination li.active span {
        background-color: #2c4196;
        color: #fff;
        border-color: #2c4196;
    }

 