@charset "UTF-8";
.container,
.head_main,
.wrap,
.index-container {
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
.hidden {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
@media (min-width: 768px) {
  .wrap,
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .wrap,
  .container,
  .head_main,
  .index-container {
    width: 1430px;
  }
}
@media (min-width: 1260px) {
  .wrap,
  .container,
  .head_main,
  .index-container {
    width: 1430px;
  }
}
@media (min-width: 1460px) {
  .container,
  .head_main,
  .index-container {
    width: 1430px;
  }
}
.header {
  z-index: 1000;
  position: fixed;
  top: 0;
  height: 80px;
  width: 100%;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
}
.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 {
  float: left;
}
.header .logo img{
  max-height: 80px;
}
.logo-blue {
  display: none;
}
.navbar {
  float: left;
  margin-left: 10%;
}
.navbar * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.category-item {
  float: left;
  padding: 0 10px;
}
.category-a {
  padding: 0 10px;
  display: block;
  font-size: 16px;
  line-height: 80px;
  color: #fff;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
}
.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: #ffffff;
  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;
}
/*.navpro-menu::after{position: absolute;content: '';background: #eeeeee; width: 44%;left: 0;height: 100%;top: 0;}*/
.navpro-box {
  position: relative;
  z-index: 2;
}
.navpro-left {
  float: left;
  width: 44%;
  background: #eee;
  padding: 40px 0;
  padding-left: 18.75%;
}
.navpro-left a {
  padding: 0 20px;
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 46px;
}
.navpro-left a.on {
  background: #696969 url(../images/navpro.png) no-repeat right 20px center;
  color: white !important;
  font-weight: bold;
}
.navpro-right {
  padding: 40px 0;
  margin-left: 44%;
  padding: 40px 45px;
  overflow: hidden;
  padding-right: 18.75%;
}
.navpro-three {
  float: left;
  max-width: 50%;
  min-width: 50%;
}
.navpro-three a {
  display: block;
  font-size: 18px;
  color: #666;
  line-height: 46px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.navpro-three a:hover,
.navpro-three a.on {
  color: #00559d;
  font-weight: 700;
}
.navpro-pic {
  background: #eee;
  float: left;
  overflow: hidden;
  min-width: 50%;
  max-width: 50%;
}
.navpro-pic img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.nav-box {
  display: none;
}
.nav-box.on {
  display: block;
}
.navso-menu ul {
  padding: 26px 0 36px;
  margin: 0 -20px;
  display: flex;
  justify-content: space-between;
}
.navso-menu li {
  /* float: left; */
  /* padding: 20px 0; */
  width: 179px;
  /* padding: 0 10px; */
}
.navso-list {
  display: block;
  width: 100%;
}
.navso-pic {
  display: block;
  width: 100%;
  overflow: hidden;
}
.navso-pic img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
  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: 80px;
  width: 40px;
  position: relative;
  background: url(../images/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: 80px;
  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: #00559d url(../images/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(../images/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: #00559d;
}
.language {
  float: right;
  position: relative;
  width: 84px;
}
.language:hover {
  /* background:#0d62bd!important; */
  /* color: #0d62bd!important; */
}
.language:hover .language-text a {
  color: #0d62bd !important;
}
.language-box {
  position: absolute;
  top: 80px;
  /* font-size: 0; */
  display: block;
  width: 100%;
  line-height: 40px;
  height: 0;
  z-index: 100;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  overflow: hidden;
}
.language-box a {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.language-box a:hover {
  background: #ddd;
}
.language:hover .language-box {
  opacity: 1;
  height: auto;
  padding-top: 6px;
}
.language-text {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  line-height: 80px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 15px;
}
.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: #00559d;
}
.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: #00559d;
}
.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: #00559d;
}
.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: #00559d;
}
.header.white .category-a::after,
.header:hover .category-a::after {
  background: #00559d;
}
.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(../images/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: #00559d;
}
.header.on .category-a::after {
  background: #00559d;
}
.header.on .logo-blue {
  display: block;
}
.header.on .logo-white {
  display: none;
}
.header.on .nav-search {
  background-image: url(../images/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: #00559d;
  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: #00559d;
}
.category-cont a:last-child {
  border: none;
}
.category-cont a.active {
  color: #00559d;
}
.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: #00559d;
}
.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: #00559d;
}
.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: #00559d;
  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(../images/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: 40px !important;
  padding: 0 60px;
}
.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;
  background: white!important;
}
.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-top {
  height: 80px;
  background: #e6e6e6;
  padding: 30px 0;
}
.foot-top a {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 20px;
  padding: 0 51px;
  border-right: solid 1px #c7c7c7;
}
.foot-top a:first-child {
  padding-left: 30px;
}
.foot-top a:last-child {
  padding-right: 30px;
  border-right: none;
}
.foot-bot {
  background: #f6f6f6;
}
.foot-bot dl {
  float: left;
  width: 175px;
}
.foot-bot dt a {
  font-size: 18px;
  color: #333;
  line-height: 1;
  margin-bottom: 18px;
  display: block;
}
.foot-bot dd a {
  font-size: 14px;
  color: #666;
  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: #333;
  line-height: 1;
  margin-bottom: 23px;
}
.foot-left h4 {
  font-size: 14px;
  color: #888;
  margin-bottom: 12px;
  line-height: 16px;
  padding-left: 7px;
  border-left: solid 2px #0088de;
}
.foot-left h5 {
  margin-bottom: 15px;
  font-size: 26px;
  color: #333;
  line-height: 24px;
  font-family: 'din';
}
.foot-left p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.foot-mid {
  float: left;
  margin-left: 80px;
  display: none;
}
.foot-mid h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  margin-bottom: 23px;
}
.foot-a a {
  float: left;
  margin-right: 28px;
}
.foot-right {
  float: right;
  margin: 0px 5px;
}
.foot-right p {
  margin-top: 10px;
  line-height: 17.5px;
  color: #666666;
  font-size: 14px;
  text-align: center;
}
.footb-bot {
  padding: 17.5px 30px;
  overflow: hidden;
}
.footb-bot p {
  float: left;
  line-height: 40px;
  font-size: 14px;
  color: #929292;
}
.footb-bot p a {
  color: #929292;
}
.bshare-custom.icon-medium {
  float: right;
}
.bshare-custom.icon-medium a {
  width: 40px;
  height: 40px !important;
  border-radius: 50%;
  border: solid 1px #cccccc;
  text-align: center;
  line-height: 38px;
  color: #00559d;
  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: #00559d !important;
  border-color: #00559d;
}
.foot-top a:hover,
.footb-bot p a:hover,
.foot-bot dt a:hover,
.foot-bot dd a:hover {
  color: #00559d;
}
/*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: #00559d;
}
.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: #00559d;
}
.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: #00559d;
}
.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 #0088de;
}
.footer-left h5 {
  margin-bottom: 6px;
  font-size: 22px;
  color: #333;
  line-height: 20px;
  font-family: 'din';
}
.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-link,
.footer-link a {
  font-size: 14px;
  color: #666;
}
.footer-link a {
  padding: 0 10px;
  cursor: pointer;
}
.footer-link {
  padding-bottom: 20px;
  border-bottom: solid 1px #e6e6e6;
}
.footer-yqlj {
  padding: 15px 0;
}
.footer-yqlj a:hover {
  color: #0d569e;
}
.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: #00559d;
  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: #00559d !important;
  border-color: #00559d;
}
.bshare-custom.icon-medium a {
  display: inline-block;
  margin: 0 5px;
  width: 32px;
  height: 32px !important;
  line-height: 30px;
  font-size: 18px !important;
}
.pir-right p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  height: 104px;
  overflow-y: auto;
  padding-right: 10px;
}
.pir-right p::-webkit-scrollbar {
  width: 2px;
  background-color: #dcdbdb;
}
.pir-right p::-webkit-scrollbar-thumb {
  background-color: #00559d;
  border-radius: 10px;
}
@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: 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,
  .foot {
    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;
  }
}
/*============首页====================*/
/*新品速递*/
.index-tit {
  font-size: 36px;
  color: #333;
  font-weight: bold;
  text-align: center;
  /* position: relative; */
  line-height: 40px;
}
.index-tit:after {
  background: #fe0000;
  content: ' ';
  height: 3px;
  display: block;
  margin: 10px auto 0;
  width: 100px;
}
.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);
}
/*公司简介*/
.index-two {
  padding: 88px 0 60px;
  background: url(../images/abg1.png) repeat-x bottom;
}
.int-left {
  float: left;
  width: 63%;
}
.index-two .index-tit {
  text-align: left;
}
.int-box {
  padding: 80px 0;
  position: relative;
}
.int-pic {
  float: left;
  width: 600px;
  overflow: hidden;
  padding: 31px 0;
  position: relative;
  background: #000;
}
.int-pic img {
  display: block;
  height: 338px;
  width: 100%;
  transition: all 0.5s;
}
.int-pic:hover img {
  transform: scale(1.05);
}
.int-font {
  padding: 0 30px 0 0px;
  border-right: solid 1px #e6e6e6;
  overflow-y: auto;
  position: absolute;
  height: 338px;
  top: 110px;
  width: 660px;
  right: 0;
}
.int-box h3 {
  font-size: 24px;
  color: #333;
  line-height: 30px;
  margin: 0px 0 42px;
}
.int-box h3::after {
  position: absolute;
  content: '';
  width: 170px;
  height: 2px;
  background: #c5c5c5;
  left: 0;
  top: 40px;
}
.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: #00559d;
  border-radius: 10px;
}
.int-right {
  width: 37%;
  float: right;
  padding-left: 75px;
}
.int-swiper {
  position: relative;
  padding: 67px 58px 0;
  background: url(../images/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-two ul {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
.index-two li {
  padding: 0 89px;
  float: left;
  position: relative;
}
.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;
}
.int-num {
  transition: all 0.5s;
  cursor: pointer;
  font-size: 30px;
  text-align: center;
  color: #00559d;
  font-weight: normal;
  line-height: 46px;
  font-family: 'helve';
}
.int-num span {
  font-size: 42px;
  font-weight: bold;
  font-family: 'Rjdaoico';
}
.int-num i {
  font-size: 34px;
  font-style: normal;
}
.index-two li p {
  margin-top: 8px;
  font-size: 24px;
  color: #666;
  line-height: 30px;
  text-align: center;
}
.index-two li:hover .int-num {
  transform: translateY(-10px);
}
/*产品中心 解决方案*/
.index-three {
  padding: 60px 0 0;
}
.ine-nav {
  margin: 0px 00px;
  height: 40px;
  text-align: center;
}
.ine-nav a {
  margin: 0 15px;
  display: inline-block;
  font-size: 32px;
  color: #a2a2a3;
  position: relative;
  font-weight: bold;
}
.ine-nav a:after {
  background: #a2a2a3;
  content: ' ';
  height: 3px;
  display: block;
  margin: 10px auto 0;
  width: 80px;
  position: absolute;
  left: 24px;
  bottom: -10px;
}
.ine-nav a:before {
  background: #fe0000;
  z-index: 2;
  content: ' ';
  transition: 0.4s;
  height: 3px;
  display: block;
  margin: 10px auto 0;
  width: 0px;
  position: absolute;
  left: 24px;
  bottom: -10px;
}
.ine-nav a:hover:before,
.ine-nav a.on:before {
  width: 80px;
}
.ine-nav a.on {
  color: #333;
}
.ine-big {
  position: relative;
  width: 100%;
  height: 515px;
  overflow: hidden;
  margin-top: 22px;
}
.ine-swiper {
  transition: all 1s;
  position: absolute;
  width: 100%;
  display: flex;
  top: 22px;
  left: 100%;
  justify-content: space-between;
}
.ine-big .ine-swiper:nth-child(2) span,
.ine-big .ine-swiper:nth-child(2) h3,
.ine-big .ine-swiper:nth-child(2) p {
  color: #fff !important;
}
.ine-bot .ine-rc:hover .ine-rtit {
  background-color: white;
}
.ine-bot .ine-rc:hover .ine-rtit span {
  color: #1e66b2 !important;
}
.ine-bot .ine-rc:hover .ine-rtit p {
  color: #1e66b2 !important;
}
.ine-big .ine-swiper:nth-child(2) .ine-list:hover .ine-rtit {
  background-color: #ffffff;
}
.ine-big .ine-swiper:nth-child(2) .ine-list:hover p,
.ine-big .ine-swiper:nth-child(2) .ine-list:hover span {
  color: #00559d !important;
}
.ine-big .ine-swiper:nth-child(2) p {
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 15px;
}
.ine-swiper.on {
  left: 0;
}
.ine-box {
  transition: all 1s;
  /* margin: -7.5px; */
  width: 1115px;
  position: relative;
}
.ine-left {
  width: 50%;
  float: left;
  /* height: 488px; */
  padding: 0 0px 0 0;
}
.ine-la {
  position: relative;
  transition: all 0.4s;
  display: block;
  width: 100%;
  height: 489px;
  overflow: hidden;
  background: #eeefef;
  background-size: cover;
}
.ine-la img {
  display: block;
  width: 100%;
  transition: all 0.4s;
}
.ine-la:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.5) 75%);
  z-index: 2;
  bottom: -100%;
  left: 0;
}
.ine-la:hover:before {
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.ine-ltit {
  position: absolute;
  width: 100%;
  z-index: 2;
  background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 70%);
  padding-top: 70px;
  bottom: 0;
  left: 0;
  opacity: 0;
}
a:hover .ine-ltit {
  transition: all 0.3s ease-in-out;
  opacity: 1;
  /* padding-bottom:20px; */
}
.ine-ltit h3 {
  transition: all 0.5s;
  transform: translateY(20px);
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  /* overflow: hidden; */
}
.ine-ltit p {
  transition: all 0.5s;
  transform: translateY(20px);
  font-size: 17px;
  color: #666;
  line-height: 30px;
  text-align: center;
}
.ine-ltit span {
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(20px);
  margin: 13px auto 0;
  display: block;
  width: 268px;
  height: 56px;
  line-height: 56px;
  color: white;
  font-size: 17px;
  padding-left: 55px;
  background: #00437d url(../images/ine-span.png) no-repeat right 52px center;
}
.ine-right {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.ine-top {
  padding: 0 0 6px;
  height: 50%;
}
.ine-list {
  width: 50%;
  padding: 0 0 0 6px;
  float: left;
  height: 100%;
}
.ine-ra {
  transition: all 0.5s;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #eeefef;
  background-size: cover;
}
.ine-ra:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.5) 75%);
  z-index: 2;
  bottom: -100%;
  left: 0;
}
.ine-ra:hover:before {
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.ine-rb {
  overflow: hidden;
  transition: all 0.5s;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #eeefef;
  background-size: cover;
}
.ine-rb:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.5) 75%);
  z-index: 2;
  bottom: -100%;
  left: 0;
}
.ine-rb:hover:before {
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.ine-rtit {
  line-height: 30px;
  position: absolute;
  height: 70px;
  width: 100%;
  left: 0;
  bottom: -2px;
  font-size: 20px;
  color: #333;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 5px 0px;
}
.ine-rtit::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 67px;
  left: 0;
  bottom: -67px;
  background: rgba(33, 33, 33, 0);
  transition: all 0.5s;
}
.ine-rtit span {
  position: relative;
  z-index: 2;
}
.ine-bot {
  padding: 0 0 0 6px;
  position: relative;
  height: 50%;
}
.ine-rc {
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  background: #eeefef;
  background-size: cover;
}
.ine-rc:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.5) 75%);
  z-index: 2;
  bottom: -100%;
  left: 0;
}
.ine-rc:hover:before {
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.ine-rc img {
  display: block;
  height: 100%;
  margin: 0 auto;
  transition: all 0.5s;
}
.ine-ra img,
.ine-rb img {
  height: 100%;
  margin: 0 auto;
  display: block;
  transition: all 0.5s;
}
.ine-la:hover img,
.ine-list:hover .ine-ra img,
.ine-list:hover .ine-rb img,
.ine-bot:hover .ine-rc img {
  /* transform: scale(1.05); */
}
.ine-list:hover .ine-rtit::after,
.ine-bot:hover .ine-rtit::after {
  bottom: 0;
}
.ine-list:hover .ine-rtit,
.ine-bot:hover .ine-rtit {
  color: #00559d;
}
.ine-la:hover,
.ine-ra:hover,
.ine-rb:hover,
.ine-rc:hover {
  /* box-shadow: 0 0px 20px rgba(0,0,0,0.3); */
  /* transform: translateY(-10px); */
}
.ine-la:hover .ine-ltit span {
  opacity: 1;
  transform: translateY(0);
}
a:hover .ine-ltit h3,
.a:hover .ine-ltit p {
  transform: translateY(0);
  /* color: #00559d !important; */
}
/*新闻中心*/
.index-four {
  padding: 48px 0 68px;
  background: #f9f9f9;
}
.inf-nav {
  padding: 27px 0 54px;
  text-align: center;
  font-size: 20px;
}
.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: #00559d;
  color: #00559d;
}
.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;
  font-family: arial;
}
.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(../images/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: #00559d;
}
.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(../images/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: #00559d;
}
.inf-swiper {
  display: none;
}
.inf-swiper.on {
  display: block;
}
/*案例中心*/
.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: #00559d;
  color: #00559d;
}
.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: #00559d;
}
.inx-swiper .inx-prev:hover,
.inx-swiper .inx-next:hover {
  color: #00559D;
}
.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;
  }
}
@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-pic {
    width: 40%;
  }
  .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 {
    width: 33.3333%;
    text-align: center;
    margin-bottom: 30px;
  }
  .index-two li:nth-child(3n)::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-pic {
    width: 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: 40px 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;
  }
  .index-two ul {
    padding-top: 40px;
  }
  .index-two li {
    width: 50%;
    padding: 0;
    margin-bottom: 20px;
  }
  .index-two li:nth-child(3n)::after {
    display: block;
  }
  .index-two li:nth-child(2n)::after {
    display: none;
  }
  .int-num {
    font-size: 30px;
  }
  .int-num span {
    font-size: 40px;
  }
  .int-num i {
    font-size: 20px;
  }
  .index-two li p {
    font-size: 14px;
  }
  .int-swiper {
    margin: 0 auto;
  }
  .index-three {
    padding: 0px 0 25px;
  }
  .ine-nav a {
    font-size: 26px;
    margin: 0 7px;
  }
  .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;
  }
}
/*==============内页================*/
.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: white;
}
.second-menu {
  padding: 0px 0;
  overflow-x: auto;
  white-space: nowrap;
}
.second-menu a {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  font-size: 17px;
  color: #666;
  line-height: 66px;
}
.second-menu a:first-child {
  padding-left: 0;
}
.second-menu a::after {
  position: absolute;
  content: '';
  background: #dddddd;
  width: 1px;
  height: 12px;
  top: 27px;
  right: 0;
}
.second-menu a:last-child::after {
  display: none;
}
.second-menu a.on,
.second-menu a:hover {
  font-weight: bold;
  color: #00559d;
}
.second-menu a::before {
  content: '';
  width: 0;
  height: 2px;
  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;
}
.second-menu a:first-child::before {
  left: 0%;
}
.second-menu a.on::before,
.second-menu a:hover::before {
  width: 60%;
  background: #00559d;
}
.second-menu a:first-child.on::before,
.second-menu a:first-child:hover::before {
  width: 140%;
}
.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%;
  transition: transform 0.6s;
}
.sjo-slide {
  position: relative;
}
.sjo-slide:hover img {
  transform: scale(1.1);
}
.sjo-font {
  margin-top: 415px;
  padding: 25px 105px;
  position: absolute;
  background: #000;
  opacity: 0.7;
  width: 100%;
  height: 105px;
  left: 0;
  top: 0;
}
.sjo-font p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  opacity: 1;
}
.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: 24px;
  color: #4b4b4b;
  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: #0056a1;
}
.sjo-nav .sjo-page.swiper-pagination-bullet-active {
  border-bottom: solid 3px #0056a1;
}
.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: #00559d;
  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;
  font-family: arial;
  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(../images/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(../images/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: #00559d;
  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;
  font-family: arial;
  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: #00559d;
}
.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(../images/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;
  font-family: arial;
}
.sio-name h6 {
  margin-left: 20px;
  float: left;
  font-size: 14px;
  color: #0f870f;
  line-height: 36px;
  font-family: arial;
}
.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;
  font-family: arial;
}
.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(../images/sit-a1.png) no-repeat left center;
}
.sit-nav a.sit-a2 span {
  background: url(../images/sit-a2.png) no-repeat left center;
}
.sit-nav a.sit-a3 span {
  background: url(../images/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(../images/sit-a1H.png);
}
.sit-nav a.on.sit-a2 span {
  background-image: url(../images/sit-a2H.png);
}
.sit-nav a.on.sit-a3 span {
  background-image: url(../images/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;
}
/*分页*/
.pagee {
  text-align: center;
  position: relative;
}
.pagee a {
  display: inline-block;
  width: 40px;
  background: #fff;
  height: 40px;
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 40px;
  margin: 0 3px;
}
.pagee a:hover,
.pagee a.on {
  color: #fff;
  background-color: #00559d;
}
.pagee a.prev,
.pagee a.next {
  font-weight: bolder;
}
.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 {
  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: #00559d;
  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;
  }
}
/*========企业文化===========*/
.qiye-box {
  width: 1265px;
  margin: 0 auto;
  margin-top: 65px;
}
.qiye-tit {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 80px;
}
.qiye-tit span {
  border-bottom: 2px solid #f00;
}
.qiye-nav {
  margin-left: 10px;
  padding: 0 15px;
  margin-bottom: 86px;
  font-size: 24px;
}
.qiye-nav span {
  padding: 0 30px;
  border-right: 2px solid #444;
}
.qiye-nav span:last-child {
  border: none;
}
.qiye-nav span a:hover {
  padding-bottom: 7px;
  border-bottom: 4px solid #00427d;
  color: #00427d;
  font-weight: bold;
  transform: translateX(-50%);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.qiye-nav-adv a {
  padding-bottom: 7px;
  border-bottom: 4px solid #00427d;
  color: #00427d;
  font-weight: bold;
}
.qiye-li {
  width: 356px;
  height: 396px;
  float: left;
  margin: 0 32.5px 65px 32.5px;
}
.qiye-pic {
  height: 273px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.qiye-pic img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.qiye-font {
  height: 123px;
  background: #fff;
  font-size: 18px;
  padding: 36px 0 0 18px;
}
.qiye-font p {
  margin-bottom: 25px ;
}
.qiye-font p img {
  float: right;
  margin-right: 40px;
}
.qiye-li:hover .qiye-pic img {
  transform: scale(1.05);
}
.qiye-li:hover .qiye-font p {
  font-weight: bold;
  color: #00427d;
}
.qiye-li:hover .qiye-font .qiye-font-jt {
  margin-left: 8px;
  transition: all 0.3s;
}
/*========人才招聘===========*/
.rencai-box {
  width: 1265px;
  margin: 0 auto;
  margin-top: 65px;
}
.rencai-tit {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 80px;
}
.rencai-tit span {
  border-bottom: 2px solid #f00;
}
.rencai-nav {
  margin-left: 10px;
  padding: 0 15px;
  margin-bottom: 86px;
  font-size: 24px;
}
.rencai-nav span {
  padding: 0 30px;
  border-right: 2px solid #444;
}
.rencai-nav span:last-child {
  border: none;
}
.rencai-nav span a:hover {
  padding-bottom: 7px;
  border-bottom: 2px solid #00427d;
  color: #00427d;
  font-weight: bold;
  transform: translateX(-50%);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.rencai-nav-adv a {
  padding-bottom: 7px;
  border-bottom: 2px solid #00427d;
  color: #00427d;
  font-weight: bold;
}
.rencai-content {
  margin: 0 32.5px;
  position: relative;
  height: 616px;
}
.rencai-content-one {
  width: 842px;
  height: 452px;
  overflow: hidden;
  border-radius: 30px;
}
.rencai-content-one img {
  border-radius: 30px;
}
.rencai-content-one:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.rencai-content-two {
  background: #fff;
  width: 632px;
  height: 436px;
  border-radius: 30px;
  position: absolute;
  right: 0;
  top: 180px;
  z-index: 999;
  /* 设置滚动条轨道颜色 */
  /* 设置滚动条颜色 */
}
.rencai-content-two .rencai-content-two-text {
  height: 200px;
  padding-right: 10px;
  margin: 60px 95px 0 50px;
  line-height: 30px;
  overflow-y: auto;
}
.rencai-content-two .rencai-content-two-text h2 {
  font-weight: bold;
}
.rencai-content-two .rencai-content-two-text::-webkit-scrollbar {
  width: 2px;
}
.rencai-content-two .rencai-content-two-text::-webkit-scrollbar-track {
  background: #7d7d7d;
}
.rencai-content-two .rencai-content-two-text::-webkit-scrollbar-thumb {
  background: #01417e;
}
.rencai-content-two .rencai-content-icon {
  margin: 45px 0 0 50px;
  font-size: 14px;
}
.rencai-content-two .rencai-content-icon li {
  float: left;
  list-style: none;
  margin-right: 42px;
}
.rencai-content-two .rencai-content-icon img {
  width: 30px;
  margin-right: 5px;
}
.rencai-content-two:hover {
  top: 172px;
  transition: all 0.3s;
}
/*========联系我们1===========*/
.section1 {
  width: 100%;
  padding: 60px;
  background: #efefef;
}
.lianxi-box {
  width: 1400px;
  margin: 0 auto;
  background: #fff;
  padding: 150px 0 85px 0;
}
.lianxi-entit {
  font-family: 'heb';
  font-size: 28px;
}
.lianxi-line {
  border: 3px solid #1163ad;
  width: 100px;
  margin: 12px 0;
}
.lianxi-tit {
  font-size: 26px;
}
.lianxi {
  margin: 90px 0 45px 0;
  padding-bottom: 40px;
  border-bottom: 2px solid #888;
}
.lianxi li {
  width: 217px;
  height: 311px;
  float: left;
  padding: 50px 0;
  margin-right: 28.66666px;
  background: #efefef;
  font-size: 20px;
}
.lianxi li:last-child {
  margin-right: 0;
}
.lianxi-font {
  text-align: center;
}
.lianxi-font h3 {
  color: #333;
  overflow: hidden;
  font-size: 20px;
  margin-bottom: 40px;
}
.lianxi-font p {
  font-size: 16px;
  color: #666;
  line-height: 12px;
}
.lianxi-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
}
.lianxi-icon img {
  width: 55px;
}
.lianxi-icon1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
}
.lianxi-icon1 img {
  width: 90px;
  border: 2px solid #1163ad;
}
.lianxi li:hover {
  background: #005aab;
}
.lianxi li:hover .lianxi-icon1 {
  filter: none;
}
.lianxi li:hover * {
  color: #fff;
  filter: grayscale(100%) brightness(200%) saturate(0%) contrast(200%);
}
.lianxi-liuyan {
  margin-bottom: 85px;
}
.lianxi-liuyan .lianxi-liuyan-p {
  font-size: 26px;
  margin-bottom: 18px;
}
.lianxi-liuyan-left {
  float: left;
  width: 660px;
}
.lianxi-liuyan-left input {
  width: 300px;
  height: 44px;
  padding: 0 10px;
  font-size: 16px;
  margin: 0 25px 18px 0;
  border: 2px solid #888;
}
.lianxi-liuyan-left textarea {
  width: 630px;
  height: 131px;
  padding: 10px;
  font-size: 16px;
  border: 2px solid #888;
  margin-bottom: 18px;
  resize: none;
}
.lianxi-liuyan-left input:last-child {
  background: #045baa;
  color: #fff;
  width: 185px;
  height: 50px;
  border: none;
}
.lianxi-liuyan-right {
  float: left;
}
.lianxi-map .lianxi-map-p {
  font-size: 26px;
  margin-bottom: 18px;
}
/*========成功案例===========*/
.appli {
  background: #f1f1f1;
  padding: 50px 0 77px;
}
.appli-box {
  overflow: hidden;
  padding-bottom: 18px;
}
.appli-li {
  /* padding: 0 8px; */
  width: 287px;
  float: left;
  margin-right: 17px;
  margin-top: 27px;
}
.appli-li:nth-child(4n) {
  margin-right: 0;
}
.appli-list {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.appli-pic {
  width: 100%;
  overflow: hidden;
}
.appli-pic img {
  display: block;
  width: 100%;
  height: 257px;
  object-fit: cover;
  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: 45px;
  text-align: center;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.8);
}
.appli-list:hover img {
  transform: scale(1.05);
}
.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 22px 0 23px;
}
.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: #ffffff;
  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 p span {
  font-family: "微软雅黑" !important;
  font-size: 16px !important;
}
.appli-dec {
  margin-bottom: 35px;
  font-family: arial;
  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(../images/appli-time.png) no-repeat left center;
}
.appli-dec span.appli-look {
  background: url(../images/appli-look.png) no-repeat left center;
}
.appli-dec span.appli-zan {
  background: url(../images/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(../images/info-wb.png) no-repeat center;
}
.info-share .bshare-custom a.bshare-weixin {
  background: url(../images/info-wx.png) no-repeat center;
}
.info-share .bshare-custom a.bshare-qqim {
  background: url(../images/info-qq.png) no-repeat center;
}
.info-share .bshare-custom a.bshare-qzone {
  background: url(../images/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: 44px;
}
.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: 26px 25px 20px;
  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: 6px 0 6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.solu-font span {
  display: inline-block;
  padding-left: 33px;
  font-size: 16px;
  color: #333;
  background: url(../images/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: #00559d;
}
.solu-list:hover .solu-font span {
  color: #00559d;
  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(../images/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(../images/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: #00559d;
}
.pro-list:hover .pro-font {
  background-position: right 20px center;
  background-image: url(../images/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%;
  }
}
/*============关于我们===================*/
.about-one {
  padding: 60px 0;
  background: #f1f3f6;
}
.abo-box {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.abo-left {
  /* width: 568px; */
  /* height: 317px; */
  float: left;
  padding: 70px 0 70px 22px;
}
.abo-left img {
  display: block;
  width: 568px;
  height: 355px;
}
.abo-right {
  padding: 48px 20px 89px 42px;
  width: 610px;
  position: absolute;
  height: 100%;
  background: white;
  top: 0;
  right: 0;
}
.abo-right h3 {
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 20px;
  color: #333;
  /* font-weight: bold; */
  line-height: 30px;
  border-bottom: 1px solid #e91e1e;
  display: inline-block;
}
.abo-dec p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.abo-dec {
  height: 260px;
  padding-right: 40px;
  overflow-y: auto;
}
.abo-dec::-webkit-scrollbar {
  width: 3px;
  background: url(../images/scroll.jpg) repeat-y center;
}
.abo-dec::-webkit-scrollbar-thumb {
  background: url(../images/scrollH.jpg) repeat-y center;
  border-radius: 10px;
}
.about-three li div::-webkit-scrollbar {
  width: 3px;
  background: url(../images/scroll.jpg) repeat-y center;
}
.about-three li div::-webkit-scrollbar-thumb {
  background: url(../images/scrollH.jpg) repeat-y center;
  border-radius: 10px;
}
.about-one ul {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.about-one li {
  width: 315px;
  float: left;
  padding: 50px 0;
  background: #fff;
}
.about-one li:hover {
  background: #005aab;
}
.about-one li:hover * {
  color: #fff;
}
.abo-icon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0 auto;
  background: #005aab;
  border-radius: 50px;
  text-align: center;
  display: flex;
  /* align-content: flex-end; */
  flex-wrap: wrap;
}
.about-one li:hover .abo-icon {
  background: #fff;
  align-content: flex-end;
}
.abo-icon svg {
  /* display: block; */
  margin: 24px auto;
}
.abo-font {
  /* padding-left: 20px; */
  /* margin-left: 87px; */
  /* border-left: solid 1px #d4d4d4; */
  text-align: center;
}
.abo-font h3 {
  color: #333;
  overflow: hidden;
  font-size: 30px;
  font-family: 'heb';
  line-height: 66px;
}
.abo-font h3 span {
  font-size: 62px;
}
.abo-font p {
  font-size: 18px;
  color: #666;
  line-height: 28px;
}
.about-twosub2 {
  background: url(/PC/images/anlibg.png) no-repeat 50%;
  padding: 50px 0  20px;
  line-height: 2;
  letter-spacing: 2px;
}
.about-twosub2 .wrap {
  width: 1230px;
  color: #fff;
}
.about-twosub2 h2 {
  font-weight: bold;
  font-size: 56px;
}
.about-twosub2 p {
  font-size: 48px;
  font-weight: normal;
}
.about-twosub {
  background: url(/PC/images/abouttwobg.jpg) no-repeat 50%;
}
.about-twosub * {
  color: #fff;
}
.about-twosub ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.about-twosub li {
  padding: 100px 49px;
}
.about-twosub li p {
  margin-top: 8px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}
.about-two {
  padding: 80px 0;
}
.abt-slide {
  height: 420px;
  overflow: hidden;
  position: relative;
}
.abt-top {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.abt-top h3 {
  margin-bottom: 4px;
  font-weight: bold;
  margin: 89px 25px 54px;
  font-size: 22px;
  color: #333;
  line-height: 40px;
  /* background: url(../images/abt-top.jpg) repeat-x center bottom; */
  border-bottom: 1px solid #ed0000;
  display: inline-block;
}
.abt-top h4 {
  padding: 0 25px;
  margin-bottom: 6px;
  font-size: 20px;
  color: #333;
  line-height: 46px;
  font-family: 'Open Sans';
}
.abt-top p {
  margin-bottom: 8px;
  padding: 50px 25px 0;
  font-size: 14px;
  color: #666666;
  line-height: 160%;
  /* padding-right: 35px; */
  border-top: 1px solid #333;
}
.abt-bot img {
  display: block;
  width: 100%;
}
.abt-bot {
  position: absolute;
  width: 100%;
  background-color: #025dae;
  padding: 1px;
  left: 0;
  top: -100%;
  transition: all 0.5s;
  height: 100%;
}
.abt-font {
  position: absolute;
  width: 100%;
  padding: 0 25px 5px;
  left: 0;
  top: 178px;
}
.abt-font h3 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  border-bottom: 1px solid #fff;
  display: inline-block;
}
.abt-font h4 {
  margin-bottom: 16px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Open Sans';
  line-height: 20px;
}
.abt-font p {
  margin-bottom: 12px;
  font-size: 14px;
  color: #ffffff;
  line-height: 160%;
}
.abt-slide:hover .abt-bot {
  top: 0;
}
.abt-slide:hover .abt-top {
  top: 100%;
}
.abt-swiper {
  position: relative;
}
.abt-swiper .swiper-pagination {
  width: 100%;
  display: none;
}
.abt-swiper .swiper-pagination-bullet {
  opacity: 1;
  background: #d9d9d9;
  margin: 0 5px;
}
.abt-swiper .swiper-pagination-bullet-active {
  background: #e9541a;
}
.abt-swiper .swiper-button-prev,
.abt-swiper .swiper-button-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #d9d9d9;
  color: white;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  font-weight: bold;
  top: 93px;
  margin-top: 0;
}
.abt-swiper .swiper-button-prev {
  left: -85px;
}
.abt-swiper .swiper-button-next {
  right: -85px;
}
.abt-swiper .swiper-button-prev:hover,
.abt-swiper .swiper-button-next:hover {
  background: #e9541a;
}
.about-three {
  padding: 78px 0 96px;
  background: #f1f3f6;
}
.about-tit {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  line-height: 40px;
}
.about-line {
  width: 127px;
  border-bottom: 2px solid #f00;
  margin: 0 auto;
  padding-top: 10px;
  margin-bottom: 75px;
}
.abe-dec {
  font-size: 18px;
  color: #666;
  line-height: 22px;
  text-align: center;
  margin: 14px 0 38px;
}
.about-content {
  width: 1200px;
  margin: 0 auto;
}
.about-tit2 .tit2-one::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #005aab;
  margin-right: 5px;
  vertical-align: middle;
}
.about-tit2 .tit2-two {
  margin-left: 475px;
}
.about-tit2 .tit2-two::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #f00;
  margin-right: 5px;
  vertical-align: middle;
}
.about-tit2 p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 22px;
}
.about-tit2 span {
  color: #333;
}
.abe-li {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.abe-pic {
  width: 100%;
  overflow: hidden;
}
.abe-pic img {
  display: block;
  width: 100%;
}
.abe-font {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.abe-icon {
  width: 70px;
  height: 70px;
  transition: all 0.5s;
  overflow: hidden;
  margin: 0 auto;
}
.abe-icon img {
  display: block;
  width: 100%;
}
.abe-mid {
  transition: all 0.5s;
  padding: 0 45px;
  height: 138px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
}
.abe-mid h3 {
  font-size: 26px;
  color: white;
  font-weight: bold;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 18px;
  text-align: center;
}
.abe-mid p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  text-align: left;
  height: 144px;
  overflow-y: auto;
  padding-right: 10px;
}
.abe-mid p::-webkit-scrollbar {
  width: 3px;
  background: url(../images/scroll.jpg) repeat-y center;
}
.abe-mid p::-webkit-scrollbar-thumb {
  background: url(../images/scrollH.jpg) repeat-y center;
  border-radius: 10px;
}
.about-three li:hover .abe-mid {
  height: 282px;
}
.abf-tit {
  transition: all 0.5s;
  margin-bottom: 17px;
  font-size: 36px;
  line-height: 40px;
  color: white;
  font-weight: bold;
  text-align: center;
}
.about-four {
  transition: all 0.5s;
  padding: 137px 0 186px;
  background: url(../images/abf-bg.jpg) no-repeat center;
  background-size: cover;
}
.about-four p {
  transition: all 0.5s;
  width: 600px;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
.about-four:hover p,
.about-four:hover .abf-tit {
  transform: translateY(-10px);
}
.about-five {
  padding: 77px 0 80px;
}
.abv-dec {
  font-size: 18px;
  color: #666;
  line-height: 22px;
  text-align: center;
  margin: 14px 0 52px;
}
.abv-pic {
  width: 100%;
  overflow: hidden;
  padding: 0 29px;
  display: block;
}
.abv-pic img {
  display: block;
  width: 100%;
}
.abv-swiper {
  position: relative;
}
.abv-swiper .swiper-pagination {
  width: 100%;
  display: none;
  bottom: 0;
}
.abv-swiper .swiper-pagination-bullet {
  opacity: 1;
  background: #d9d9d9;
  margin: 0 5px;
}
.abv-swiper .swiper-pagination-bullet-active {
  background: #e9541a;
}
.abv-swiper .swiper-button-prev,
.abv-swiper .swiper-button-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #d9d9d9;
  color: white;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  font-weight: bold;
  top: 50%;
  margin-top: -22.5px;
}
.abv-swiper .swiper-button-prev {
  left: -45px;
}
.abv-swiper .swiper-button-next {
  right: -45px;
}
.abv-swiper .swiper-button-prev:hover,
.abv-swiper .swiper-button-next:hover {
  background: #00559d;
}
@media (max-width: 1400px) {
  .abt-swiper .swiper-button-prev,
  .abt-swiper .swiper-button-next {
    display: none;
  }
  .abt-swiper .swiper-pagination {
    width: 100%;
    display: block;
  }
}
@media (max-width: 1320px) {
  .abv-swiper .swiper-button-prev,
  .abv-swiper .swiper-button-next {
    display: none;
  }
  .abv-swiper .swiper-pagination {
    width: 100%;
    display: block;
  }
}
@media (max-width: 1259px) {
  .abv-swiper {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .abo-right {
    padding: 40px 20px 40px 30px;
  }
  .abo-icon {
    width: 70px;
    height: 70px;
  }
  .abo-font {
    margin-left: 70px;
    padding-left: 10px;
  }
  .abo-font h3 {
    height: 50px;
    font-size: 40px;
  }
  .abo-font h3 span {
    font-size: 50px;
  }
  .abt-slide {
    height: 400px;
  }
  .abe-mid {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .about-one {
    padding-top: 40px;
  }
  .abo-left {
    width: 100%;
    float: none;
  }
  .abo-right {
    width: 100%;
    position: static;
    padding: 30px 15px;
  }
  .abo-dec {
    padding-right: 0;
  }
  .abo-right h3 {
    margin-bottom: 10px;
  }
  .abo-dec p {
    line-height: 22px;
  }
  .about-one li {
    width: 50%;
    padding: 15px 0;
  }
  .abo-icon {
    height: 50px;
    width: 50px;
  }
  .abo-font {
    margin-left: 50px;
  }
  .abo-font h3 {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
  .abo-font h3 span {
    font-size: 30px;
  }
  .abo-font p {
    font-size: 13px;
  }
  .about-one ul {
    padding: 22px 0;
  }
  .about-two {
    padding: 40px 0;
  }
  .abt-top h3 {
    padding: 0 15px 10px;
    font-size: 17px;
    line-height: 24px;
  }
  .abt-top h4 {
    padding: 0 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .abt-top p {
    padding: 0 15px;
  }
  .abt-bot {
    display: none;
  }
  .abt-top {
    position: static;
  }
  .abt-slide {
    height: auto;
  }
  .abt-swiper {
    padding-bottom: 10px;
  }
  .about-three {
    padding: 40px 0 30px;
  }
  .about-tit {
    font-size: 24px;
    line-height: 28px;
  }
  .abe-dec {
    font-size: 14px;
    margin: 7px 0 25px;
  }
  .about-three li {
    width: 100%;
    margin-bottom: 20px;
  }
  .abe-mid p {
    line-height: 24px;
  }
  .abe-mid h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 10px 0;
  }
  .abe-icon {
    width: 50px;
    height: 50px;
  }
  .abe-mid {
    height: auto;
  }
  .abe-pic {
    height: 285px;
  }
  .abf-tit {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .about-four {
    padding: 50px 0;
  }
  .about-four p {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }
  .about-five {
    padding: 40px 0;
  }
  .abv-dec {
    font-size: 14px;
    margin: 7px 0 25px;
  }
  .abv-pic {
    padding: 0 10px;
  }
  .abv-swiper {
    padding-bottom: 30px;
  }
}
/*========产品列表===============*/
.product {
  padding: 50px 0 80px;
  background: #f1f1f1;
}
.pro-left {
  float: left;
  width: 295px;
}
.pro-search {
  height: 46px;
  background: #fff;
  border: solid 1px #e5e5e5;
  margin-bottom: 24px;
}
.pro-search .submit {
  width: 44px;
  height: 44px;
  float: right;
  background: url(../images/pro-search.png) no-repeat center;
}
.pro-search .text {
  color: #bcbcbc;
  font-size: 14px;
  width: 234px;
  height: 44px;
  padding: 0 15px;
}
.pro-tit {
  height: 90px;
  background: #00437d;
  padding: 10px 25px 0;
}
.pro-tit h3 {
  font-size: 26px;
  line-height: 30px;
  color: white;
}
.pro-tit h4 {
  font-size: 13px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.67);
  text-transform: uppercase;
  display: none;
}
.pro-menu {
  padding: 0 6px;
  background: white;
}
.pro-item1 {
  position: relative;
  height: 66px;
  line-height: 65px;
  border-bottom: solid 1px #eeeeee;
  padding: 0 20px;
}
.pro-cate1 {
  display: block;
  margin-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  color: #222;
}
.pro-tig1 {
  position: absolute;
  right: 20px;
  top: 0;
  transition: all 0.5s;
  width: 20px;
  height: 65px;
  background: url(../images/pro-dowm.png) no-repeat center;
}
.pro-item2 {
  position: relative;
  height: 51px;
  line-height: 50px;
  border-bottom: solid 1px #eeeeee;
  padding: 0 20px;
}
.pro-cate2 {
  display: block;
  margin-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  color: #555;
  padding-left: 16px;
  background: url(../images/pro-cate2.png) no-repeat left center;
}
.pro-tig2 {
  position: absolute;
  right: 20px;
  top: 0;
  transition: all 0.5s;
  width: 20px;
  height: 50px;
  background: url(../images/pro-dowm.png) no-repeat center;
}
.pro-slide2 {
  border-bottom: solid 1px #eeeeee;
}
.pro-pad {
  padding: 7px 35px 4px 35px;
}
.pro-pad a {
  display: block;
  font-size: 14px;
  color: #888;
  line-height: 30px;
}
.pro-slide1,
.pro-slide2 {
  display: none;
}
.pro-parent1.open .pro-cate1,
.pro-cate1:hover {
  color: #00437d;
  font-weight: bold;
}
.pro-parent1.open .pro-tig1,
.pro-parent2.open .pro-tig2 {
  transform: rotate(90deg);
}
.pro-parent2.open .pro-cate2 {
  color: #e9541a;
}
.pro-pad a.on,
.pro-pad a:hover,
.pro-cate2:hover {
  color: #e9541a;
}
.pro-parent1.open .pro-slide1,
.pro-parent2.open .pro-slide2 {
  display: block;
}
.pro-parent1:last-child .pro-item1 {
  border-bottom: none;
}
.pro-right {
  width: 896px;
  float: right;
}
.center-box {
  margin: 0 -8px;
  overflow: hidden;
  padding-bottom: 24px;
}
.center-li {
  width: 33.33%;
  float: left;
  padding: 0 0px 0 13px;
  margin-bottom: 48px;
}
.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: 11px 20px;
  background: url(../images/pro-more.png) no-repeat 240px 42px;
}
.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;
  margin-bottom: 0;
  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,
.center-list:hover .center-font p {
  color: #fff;
}
.center-list:hover .center-font {
  background-position: 250px 42px;
  background-image: url(../images/pro-moreH.png);
  background-color: #185aa5;
  color: #fff;
}
.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(../images/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(../images/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(../images/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(../images/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) {
  .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;
  }
  .center-font {
    padding: 10px 13px;
    background-size: 20px;
    background-position: right 13px center;
  }
  .center-font h3 {
    margin-right: 25%;
  }
}
/*===========================*/
.proi-right {
  float: right;
  width: 1090px;
  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%;
  object-fit: contain;
}
.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: 74px;
  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: #00559d;
}
.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%;
  object-fit: contain;
  height: 74px;
}
.spec-scroll .items ul li.hover img {
  border: 1px solid #00559d;
}
.spec-scroll .items ul li p {
  color: #333;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0px;
}
.pir-right {
  width: 554px;
  float: right;
  /* float: left; */
}
.pir-right h3 {
  margin-bottom: 7px;
  font-size: 26px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
}
.pir-right h4 {
  margin-bottom: 9px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.pir-right h5 {
  font-size: 16px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
}
.pir-right p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
}
.pir-more {
  transition: all 0.4s;
  color: white;
  margin: 28px 0 35px;
  font-size: 16px;
  width: 219px;
  display: block;
  background: #00559d;
  padding: 17px 32px;
  line-height: 22px;
}
.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: #00559d;
}
.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-bot p span{text-wrap: initial!important;}
.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: #00559d;
}
@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;
  }
  .pir-left {
    display: none;
  }
  .proi-right {
    padding: 35px 15px 40px;
  }
  .pir-right h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .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;
  }
}
/*===========加入我们=============*/
.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(../images/scroll.jpg) repeat-y center;
}
.ado-font p::-webkit-scrollbar-thumb {
  background: url(../images/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(../images/scroll.jpg) repeat-y center;
}
.ado-font1 p::-webkit-scrollbar-thumb {
  background: url(../images/scrollH.jpg) repeat-y center;
  border-radius: 10px;
}
.ado-font2 {
  background: url(../images/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(../images/scroll.jpg) repeat-y center;
}
.ado-font2 p::-webkit-scrollbar-thumb {
  background: url(../images/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(../images/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(../images/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-top: 80px;
  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(../images/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(../images/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(../images/lfaq-a.png) no-repeat center left;
  top: 30px;
  left: -70px;
}
.lproblem-box .block::before {
  content: "";
  position: absolute;
  width: 49px;
  height: 49px;
  background: url(../images/lfaq-q.png) no-repeat center left;
  bottom: 0%;
  left: -70px;
}
.lproblem-box .block::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: url(../images/lfaq-do.jpg) no-repeat center left;
  bottom: 0;
  left: -5px;
}
.lproblem-box .block.active h3,
.lproblem-box .block:hover h3 {
  color: #00559d;
}
.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 {
  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: #00559d;
  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: #00559d;
  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: #00559d;
  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 h2 {
  font-size: 20px;
  line-height: 30px;
  color: #00559d;
  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 70px 55px 70px;
}
.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: #00559d;
  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: 50px;
  margin-bottom: 50px;
}
.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;
  font-family: "helve";
}
.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: #00559d;
  color: #fff;
}
.lnetwork-left {
  float: left;
  width: 42.25%;
}
.lnetwork-left h3 {
  font-size: 26px;
  line-height: 42px;
  color: #3d3d3d;
  font-weight: normal;
}
.lnetwork-left p {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  margin-top: 10px;
  width: 90.9%;
}
.lnetwork-left ul {
  margin-top: 30px;
}
.lnetwork-left li {
  /* float: left; */
  /* margin-right: 60px; */
  /* text-align: center; */
  padding-bottom: 20px;
}
.lnetwork-left li:last-child {
  margin-right: 0;
}
.lnetwork-left h2 {
  font-size: 50px;
  color: #00559d;
  font-family: "helve";
  margin-bottom: 0;
}
.lnetwork-left h2 span {
  display: inline-block;
  font-size: 62px;
}
.lnetwork-left h4 {
  font-size: 18px;
  line-height: 26px;
  color: #666;
  margin-top: 0;
  margin-bottom: 20px;
}
.lnetwork-right {
  float: right;
  overflow: hidden;
  width: 62.75%;
}
.lnetwork-right img {
  width: 100%;
  height: 100%;
}
.lnetwork-box.none {
  display: none;
}
.inter-bg.none {
  display: none;
}
.lnetwork {
  position: relative;
  z-index: 999;
}
.inter-bg {
  position: absolute;
  z-index: 1;
}
@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-search {
  position: relative;
  background: white;
  margin-bottom: 30px;
}
.ldownload-search input {
  width: 80%;
  background: #fff;
  padding: 0 20px;
  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: #00559d url(../images/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: #00559d;
}
.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-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(../images/lspan-tim.png) no-repeat center left;
  padding-left: 20px;
}
.lnews-one-span .lspan-num {
  background: url(../images/lspan-num.png) no-repeat center left;
  padding-left: 22px;
}
.lnews-one-span .lspan-zan {
  background: url(../images/lspan-zan.png) no-repeat center left;
  padding-left: 20px;
  display: none;
}
.lnews ul {
  background: #fff;
  margin-top: 20px;
  padding: 30px 100px;
}
.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%;
  height: 215px;
  object-fit: cover;
  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: #00559d;
}
.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-le {
  float: left;
  background: #fafafa;
  width: 70%;
  padding: 45px 40px 80px;
}
.lnew-xq-ri {
  float: right;
  background: #fff;
  width: 28.3%;
  padding: 20px 20px 15px 15px;
}
.lnew-xq-tit {
  font-size: 26px;
  line-height: 36px;
  color: #444;
}
.lnew-xq-fx {
  margin: 16px 0 40px;
  width: 89%;
}
.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;
  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 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 .img img {
  width: 100%;
  height: 113px;
  object-fit: cover;
}
.lnew-xq-ri-tit {
  font-size: 18px;
  line-height: 32px;
  color: #00559d;
  font-weight: bold;
  background: url(../images/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: #00559d;
}
.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;
  font-family: 'heb';
}
.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 {
  background: white;
  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: #00559d;
  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;
  bottom: 25%;
  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;
  line-height: 20px;
}
.gr_kefu ul li .sidebox3 span{
  padding-top: 5px;
}

.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;
  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(../images/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(../images/kf-wx.png) no-repeat center;
  background-size: 27px;
}
.kf3 .kf-icon {
  background: url(../images/kf-phone.png) no-repeat center;
  background-size: 27px;
}
.kf4 .kf-icon {
  background: url(../images/kf-email.png) no-repeat center;
  background-size: 27px;
}
.kf-mess .kf-icon{
  background-image: url(../images/kf-message.png);
}
.kf-gotop .kf-icon {
  background: url(../images/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: #00559d url(../images/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;
  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;
  float: left;
  width: 50%;
}
.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: #00559d;
}
.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: #00559d;
}
/*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;
  }
}
.int-pic::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/pause.png) no-repeat center;
  transition: 1s;
}
@media (max-width: 1329px) {
  .foot-mid {
    margin-left: 30px;
  }
  .foot-bot dl {
    width: 100px;
  }
}
.lnew-xq-le p,
.lnew-xq-le p span {
  font-size: 14px;
  line-height: 26px;
  color: #777;
  margin-top: 20px;
  font-family: "微软雅黑" !important;
}
.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: 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: #00559d;
}
.head-login {
  float: right;
  height: 78px;
  margin-right: 20px;
  background-color: #eaeaea73;
  cursor: pointer;
}
.head-login:hover {
  background: #0d62bd !important;
}
.head-login a {
  width: 60px;
  display: block;
  height: 22px;
  margin-top: 28px;
  background: url(/PC/images/loginh.png) no-repeat center;
  background-size: 24px;
}
.on .head-login {
  background-color: #666;
}
.header:hover .head-login {
  background-color: #666;
}
.head-login-app {
  float: right;
  height: 60px;
  margin-right: 0px;
  background-color: #797979;
  /* border-right: 1px solid white; */
}
.head-login-app a {
  width: 48px;
  display: block;
  height: 20px;
  margin-top: 20px;
  background: url(/PC/images/loginh.png) no-repeat center;
  background-size: 20px;
}
.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(../images/scroll.jpg) repeat-y center;
}
.pro_kb::-webkit-scrollbar-thumb {
  background: url(../images/scrollH.jpg) repeat-y center;
  border-radius: 10px;
}
.pir-box {
  min-height: 300px;
}
.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: 18px;
  color: #333;
  line-height: 25px;
  margin: 0;
  margin-right: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pro-xgcp .center-li {
  width: 25%;
  /* padding: 0; */
}
@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 #00559d;
  border-radius: 8px;
}
.pro-tag {
  margin-bottom: 15px;
}
.pro-tag ul li {
  border: 1px solid #00559d;
  color: white;
  display: inline-block;
  font-size: 14px;
  /* font-weight: bold; */
  padding: 0 10px;
  border-radius: 18px;
  margin-right: 3px;
  margin-bottom: 5px;
  background-color: #00559d;
  line-height: 32px;
}
.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: #00559d;
  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;
  }
}
.newpro {
  padding: 5% 0;
}
.newpro .newpro-cat {
  margin-bottom: 50px;
}
.newpro-cathead h5 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.newpro-cathead em {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #245799;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 30px;
}
.newpro-ul li {
  float: left;
  width: 14.666%;
  margin: 1%;
}
.newpro-ul li a {
  display: block;
  text-align: center;
  border: 1px solid rgba(229, 229, 229, 0.42);
  padding: 20px;
  background-color: rgba(0, 85, 157, 0.01);
  border-radius: 8px;
}
.newpro-ul li img {
  max-width: 44px;
}
.newpro-ul li p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 15px;
  height: 44px;
  color: #666666;
}
.newpro-pic {
  width: 72px;
  height: 72px;
  background-color: #00437d;
  margin: auto;
  padding: 14px;
  border-radius: 4px;
}
.newpro-ul li a:hover p {
  color: #00437d;
}
.newpro2 {
  padding: 5% 0;
}
.newpro2-cont-head {
  text-align: center;
  margin-bottom: 40px;
}
.newpro2-cont-head h1 {
  font-size: 28px;
  font-weight: bold;
}
.newpro2-cont-left {
  float: left;
  width: 55%;
}
.newpro2-cont-left img {
  max-width: 100%;
}
.newpro2-cont-right {
  float: right;
  width: 45%;
  padding: 2% 5%;
  height: 100%;
}
.newpro2-cont-right h5 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 15px;
}
.newpro2-cont-right p {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 24px;
  /* font-family: 'din'; */
}
.newpro2-prolist {
  margin-top: 60px;
}
.newpro2-prolist-head {
  position: relative;
}
.newpro2-prolist-head ul {
  /* border-bottom: 2px solid #00559d; */
  position: relative;
}
.newpro2-prolist-head ul li {
  float: left;
  padding: 10px;
  border: 1px solid #d9d9d9;
  width: 18%;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  margin-right: 2.5%;
  border-radius: 4px;
  margin-bottom: 20px;
  color: #666666;
}
.newpro2-prolist-head ul li:nth-child(5n) {
  margin-right: 0;
}
.newpro2-prolist-head ul li.on {
  border: 1px solid #00559d;
  /* margin-bottom: 0px; */
  color: white;
  background-color: #00559d;
}
.newpro2-prolist-head ul li:hover {
  background-color: #00559d;
  color: white;
}
.newpro2-prolist-head:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: #00559d;
  display: none;
}
.newpro2-prolist-body {
  margin-top: 30px;
}
.newpro2-prolist-body ul {
  display: none;
  min-height: 50vh;
}
.newpro2-prolist-body ul.on {
  display: block;
}
.newpro2-prolist-body ul li {
  width: 23.5%;
  float: left;
  margin-right: 2%;
  /* padding: 20px; */
  border: 1px solid #d9d9d9;
  margin-bottom: 2%;
}
.newpro2-prolist-body ul li:nth-child(4n) {
  margin-right: 0;
}
.newpro2-prolist-body ul li a {
  display: block;
}
.newpro2-prolist-body ul li .pic {
  padding: 20px;
  overflow: hidden;
}
.newpro2-prolist-body ul li .pic img {
  max-width: 100%;
  transition: ease 0.5s;
}
.newpro2-prolist-body ul li .ms {
  padding: 20px;
  background-color: rgba(232, 232, 232, 0.3);
}
.newpro2-prolist-body ul li h3 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.newpro2-prolist-body ul li p {
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  /* height: 36px; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.newpro2-prolist-body ul li:hover .pic {
  overflow: hidden;
}
.newpro2-prolist-body ul li:hover .pic img {
  transform: scale(1.04);
}
.newpro2-prolist-body ul li:hover .ms h3 {
  color: #00559d;
}
.pro-sjtj {
  position: relative;
  text-align: center;
  margin: 15px 0 40px;
}
.pro-sjtj:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  left: 0;
  top: 10px;
}
.pro-sjtj p {
  font-size: 15px;
  font-family: 'din';
  position: relative;
  display: inline-block;
  background-color: white;
  padding: 0 10px;
}
.pro-sjtj span {
  font-size: 19px;
  margin: 0px 5px;
  color: red;
}
@media (max-width: 1259px) {
  .newpro {
    padding: 45px 0;
  }
  .newpro-pic {
    width: 62px;
    height: 62px;
    padding: 12px;
  }
  .newpro-ul li img {
    width: 36px;
  }
  .newpro-ul li p {
    font-size: 14px;
  }
  .newpro-ul li {
    width: 18%;
    margin: 1%;
  }
  .newpro2-cont-head h1 {
    font-size: 26px;
  }
  .newpro2-cont-right p {
    font-size: 16px;
  }
  .newpro2 {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .newpro-cathead h5 {
    font-size: 22px;
  }
  .newpro-cathead em {
    height: 3px;
  }
  .newpro-ul li {
    width: 46%;
    margin: 2%;
    margin-bottom: 20px;
  }
  .newpro2-cont-left {
    width: 100%;
    float: none;
  }
  .newpro2-cont-right {
    width: 100%;
  }
  .newpro2-cont-head h1 {
    font-size: 23px;
  }
  .newpro2-cont-right h5 {
    font-size: 18px;
  }
  .newpro2-cont-right p {
    font-size: 15px;
  }
  .newpro2-prolist-head ul li {
    width: 46%;
    margin: 2%;
    font-size: 15px;
    padding: 8px;
  }
  .newpro2-prolist-head ul li:nth-child(5n) {
    margin: 2%;
  }
  .newpro2-prolist-body ul li {
    width: 96%;
    margin: 2%;
  }
}
.bgf9f9f9 {
  background: #F9F9F9;
}
.page {
  padding-top: 50px;
}
.title h3 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 45px;
  line-height: 42px;
}
.title h3 span {
  margin-bottom: 20px;
  display: block;
  padding-bottom: 20px;
  background: url(../images/title_line.png) no-repeat center bottom;
}
.title h3 span:after {
  background: #fe0000;
  content: ' ';
  height: 3px;
  display: block;
  margin: 10px auto 0;
  width: 80px;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  position: absolute;
}
.title h3 span:before {
  background: #a2a2a3;
  content: ' ';
  height: 3px;
  display: block;
  margin: 10px auto 0;
  width: 0px;
  transition: 0.4s;
  z-index: 2;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  position: absolute;
}
.title h3:hover span:before {
  width: 80px;
}
.title h3 em {
  color: #ccc;
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  font-size: 80px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.2;
}
.title h3 b {
  color: #303030;
  font-weight: bold;
  position: relative;
  z-index: 9;
}
.title h3 i {
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: #333;
  margin-top: 10px;
  letter-spacing: 3px;
  font-weight: normal;
}
/*case*/
.index_case_box {
  margin-bottom: 80px;
}
.index_case_box .u_lst1 {
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  display: table;
  width: 100%;
}
.index_case_box .u_lst1 li {
  float: left;
  position: relative;
  width: 25%;
  box-sizing: border-box;
  margin-top: -1px;
}
.index_case_box .u_lst1 li a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  border-right: none;
}
.index_case_box .u_lst1 li:nth-of-type(4n) a,
.index_case_box .u_lst1 li:last-child a {
  border-right: 1px solid #e5e5e5;
}
.index_case_box .u_lst1 li:hover:after,
.index_case_box .u_lst1 li.cur:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #c7000a;
  border-style: solid solid none none;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.index_case_box .u_lst1 li:hover a,
.index_case_box .u_lst1 .cur a {
  height: 60px;
  border-color: #0d62bd;
  background: #0d62bd;
  color: #fff;
}
.index_case_box .u_lst1 li:hover:after,
.index_case_box .u_lst1 li.cur:after {
  border-color: #fff;
}
.index_case_box .u_lst1 li.casemore a {
  padding: 0 35px;
}
.index_case_box .casecq {
  margin-bottom: 20px;
}
.index_case_box .u_dlst1 {
  height: 460px;
}
.index_case_box .u_dlst1 dt {
  float: left;
  width: 620px;
  height: 460px;
  margin-right: 10px;
  overflow: hidden;
}
.index_case_box img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.index_case_box .u_dlst1 dt img {
  width: 620px;
  height: 460px;
  display: block;
  transition: 1s;
}
.index_case_box .u_dlst1 dd {
  float: right;
  width: 560px;
  height: 430px;
  overflow: hidden;
  background: #f2f2f2;
  padding-top: 30px;
}
.index_case_box .u_dlst1 dd p {
  font-size: 14px;
  line-height: 30px;
  padding: 0 30px;
  height: 120px;
  overflow: hidden;
}
.index_case_box .u_dlst1 dd span {
  display: block;
  margin: 31px 0 23px 30px;
  width: 112px;
  height: 32px;
  line-height: 32px;
  background: #d50200;
  text-align: center;
  font-size: 14px;
}
.index_case_box .u_dlst1 dd span a {
  color: #fff;
}
.index_case_box .u_lst2 {
  margin: 0 0 0 8px;
}
.index_case_box .u_lst2 li {
  float: left;
  width: 250px;
  height: 200px;
  margin: 0 11px;
  overflow: hidden;
}
.index_case_box .u_lst2 li img {
  display: block;
  width: 250px;
  height: 200px;
  transition: 1s;
}
.m_anc {
  position: relative;
}
.m_anc .u_mid {
  width: 1200px;
  overflow: hidden;
}
.m_anc .u_lst3 li {
  width: 280px;
  height: 210px;
  float: left;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}
.m_anc .u_lst3 li img {
  width: 285px;
  min-height: 210px;
  display: block;
  transition: 1s;
}
.m_anc .u_lst3 li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.m_anc .u_lst3 span {
  width: 280px;
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/sha.png) repeat;
}
.m_anc .u_rico {
  width: 27px;
  height: 60px;
  background-position: -77px -103px;
  background-color: rgba(0, 0, 0, 0.49);
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  right: 0;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.m_anc .u_lico {
  width: 27px;
  height: 60px;
  background-position: -52px -103px;
  background-color: rgba(0, 0, 0, 0.49);
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 0;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.casecq_item ul {
  overflow: hidden;
  height: 640px;
}
.casecq_item li {
  width: 24%;
  float: left;
  margin-right: 1%;
  margin-bottom: 20px;
}
.casecq_item li:nth-of-type(4n) {
  margin-right: 0px;
}
.casecq_item li .pic {
  /* width:285px; */
  height: 230px;
  display: flex;
  overflow: hidden;
}
.casecq_item li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.casecq_item li .dot {
  border: 1px solid #e8e8e8;
  border-top-width: 3px;
  border-top-color: #f4f4f4;
  padding: 2%;
  line-height: 40px;
  position: relative;
  text-align: center;
  font-size: 16px;
  margin-top: 0;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w33-50 {
  padding: 0;
  margin: 0;
  width: 33.3%;
  float: left;
  height: 80px;
  cursor: pointer;
  color: #fff;
}
.w33-50:hover {
  background: rgba(233, 233, 233, 0.12);
}
.tha-ad-bd {
  padding: 0;
  margin: 0;
  border-right: 1px solid rgba(233, 233, 233, 0.22);
  border-left: 1px solid rgba(233, 233, 233, 0.22);
}
.tha-swiper-nav {
  position: absolute;
  width: 100%;
  height: 80px;
  background: rgba(233, 233, 233, 0.05);
  left: 0;
  bottom: 0;
  z-index: 999;
}
.tha-active {
  background: rgba(233, 233, 233, 0.05);
}
.tha-icon {
  width: 50%;
  height: 80px;
  display: flex;
  float: left;
  justify-content: center;
  align-items: center;
}
.tha-info {
  float: left;
  width: 50%;
  height: 100px;
}
.tha-info div {
  padding-top: 16px;
  font-size: 17px;
  padding-bottom: 5px;
  font-weight: bold;
  color: #fff;
}
.tha-info p {
  color: #fff;
  font-size: 14px;
}
/** Footer 3 stylesheet  * */
.footer-3 {
  padding-top: 40px;
  background: #f6f6f6;
  color: #595757;
  font-size: 15px;
}
@media (max-width: 768px) {
  .footer-3 {
    padding-top: 15px;
    font-size: 16px;
  }
}
.footer-3.v-center,
.footer-3 .v-center {
  display: table;
  width: 100%;
}
.footer-3.v-center > div,
.footer-3 .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .footer-3.v-center.row:before,
  .footer-3 .v-center.row:before,
  .footer-3.v-center.row:after,
  .footer-3 .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-3.v-center,
  .footer-3 .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    height: 272px;
  }
  .footer-3.v-center.row,
  .footer-3 .v-center.row {
    display: block;
    width: auto;
  }
  .footer-3.v-center.row:before,
  .footer-3 .v-center.row:before,
  .footer-3.v-center.row:after,
  .footer-3 .v-center.row:after {
    display: none;
  }
  .footer-3.v-center.row > *,
  .footer-3 .v-center.row > * {
    display: block;
  }
}
.footer-3 .row.v-center {
  padding: 15px 0;
}
.footer-3 a {
  color: #595757;
}
.footer-3 a:hover,
.footer-3 a:focus,
.footer-3 a.active {
  color: #006936;
  text-decoration: none;
}
.footer-3 h1,
.footer-3 .h1,
.footer-3 h2,
.footer-3 .h2,
.footer-3 h3,
.footer-3 .h3,
.footer-3 h4,
.footer-3 .h4,
.footer-3 h5,
.footer-3 .h5,
.footer-3 h6,
.footer-3 .h6 {
  color: white;
}
.footer-3 .brand {
  font-size: 25px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 500;
}
.footer-3 .additional-links a {
  color: #bdc3c7;
  text-decoration: underline;
}
.footer-3 .additional-links a:hover,
.footer-3 .additional-links a:focus,
.footer-3 .additional-links a.active {
  color: #ffffff;
}
.footer-3 h6 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 300;
  text-transform: none;
}
.footer-3 .address {
  line-height: 1.6;
}
@media (max-width: 767px) {
  .footer-3 .row > [class*="col-sm-"] {
    margin-top: 0px;
  }
  .footer-3 .row > [class*="col-sm-"]:first-child {
    margin-top: 0;
  }
}
.zxy-footer li {
  width: 100%;
  float: left;
  height: 240px;
}
@media (max-width: 767px) {
  .zxy-footer li {
    height: 125px;
    padding-top: 20px;
  }
}
.zxy-footer li a {
  display: block;
}
.zxy-footer li span {
  display: block;
  width: 10px;
  height: 1px;
  background: #999;
  margin: 10px 0 10px 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.zxy-footer li:hover span {
  background: #006936;
  width: 67px;
}
.zxy-footer li p a {
  font-size: 15px;
}
.zxy-footer li.cont_w {
  line-height: 30px;
  width: 273px;
}
.copy {
  text-align: center;
  line-height: 50px;
  border-top: 1px solid #e2e2e2;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .copy {
    height: 40px;
  }
  .zxy-footer li p a {
    font-size: 16px;
  }
}
.xwlb_img img:hover,
.pro_list_box_item_l_zdy a:hover img,
.products_pages_info:hover,
.dgweb_pages_info:hover,
.news_pages_info:hover {
  border-color: #006936 !important;
}
.shopmrsc p.xwlbbt:hover {
  color: #006936;
}
.zxy-slg {
  padding: 7px 0 0 4px;
}
.zxy-wx {
  padding: 0 0 0 15px;
}
.zxy-footer li a i {
  line-height: 40px;
}
.zxy-footer li a svg {
  line-height: 60px;
}
.share {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.share li {
  float: left;
  padding: 5px 11px;
}
.share li i {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 20px;
}
.code_wrap {
  position: absolute;
  left: 50%;
  top: -70px;
  margin-left: -213px;
  width: 300px;
  z-index: 50;
}
.code {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.code li {
  float: left;
  width: 150px;
  height: 163px;
}
.code li img {
  width: 150px;
  height: 163px;
  display: none;
}
.code li img.wechat {
  position: absolute;
  left: 47px;
}
.code li img.weibo {
  position: absolute;
  left: 109px;
}
/*----------�ֻ��ײ����� ----------*/
aside,
section {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.mobile_btn {
  display: block;
  position: fixed;
  z-index: 98;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  background-color: #fff;
  border-top: 1px #f2f2f2 solid;
  padding: 0 0 4px;
  line-height: 16px;
}
.mobile_btn ul {
  margin-right: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.mobile_btn ul li {
  min-width: 20%;
  padding-top: 5px;
}
.mobile_btn ul li a {
  font-size: 12px;
  display: block;
  color: #333;
}
.mobile_btn ul li a:active {
  text-decoration: none;
  color: red;
}
.mobile_btn ul li a:hover {
  text-decoration: none;
}
.mobile_btn ul li a svg {
  width: 24px;
  height: 24px;
  display: block;
  margin: auto;
}
.tha-wx-img {
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
.tha-wx-img img {
  width: 140px;
  padding: 30px 0 0 0;
}
.p-tb10 {
  padding: 10px 0;
}
.f40 {
  font-size: 40px;
}
/*合作伙伴*/
.page_link {
  padding-bottom: 80px;
}
.page_link ul {
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  display: flex;
  flex-wrap: wrap;
}
.page_link ul li {
  width: 233px;
  /* float: left; */
  background: #fff;
}
.page_link ul li a {
  display: block;
  height: 150px;
  line-height: 150px;
  border: 1px solid #e5e5e5;
  border-left: 0;
  border-top: 0;
  text-align: center;
  position: relative;
}
.page_link ul li img {
  vertical-align: middle;
  max-width: 85%;
  height: 120px;
  margin: 0 auto;
}
.gy_zqpz {
  overflow-x: hidden;
}
.page_link ul li:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.page_link ul li .img {
  transition: 0.5s;
}
.page_link ul li .img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s linear 10ms;
  -webkit-transition: all 0.5s linear 10ms;
  -o-transition: all 0.5s linear 10ms;
  -moz-ms-transition: all 0.5s linear 10ms;
  -ms-transition: all 0.5s linear 10ms;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.page_news .item {
  width: 47%;
}
/*footer*/
.footer {
  width: 100%;
  color: #fff;
  padding-bottom: 40px;
  background: #185aa5;
}
.footer .links {
  padding: 20px 0;
  font-size: 14px;
  /* border-bottom: 1px solid #1a1d21; */
}
.footer .links span {
  color: #fff;
  display: inline-block;
}
.footer .links a {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  padding-right: 10px;
}
.footer .bottom {
  border-top: 1px solid #9dcafc;
}
.footer .bNav {
  width: 555px;
  margin-top: 38px;
  height: 208px;
  border-right: 1px solid #9dcafc;
}
.footer .di_logo img {
  width: 111px;
  height: 111px;
  background-size: 100%;
}
.footer .bNav dl dt {
  display: block;
  position: relative;
  height: 36px;
  margin-bottom: 32px;
}
.footer .bNav dl dt::after {
  content: " ";
  background: #fff;
  height: 2px;
  width: 76px;
  position: absolute;
  top: 36px;
}
.footer .bNav dl dt::before {
  content: " ";
  z-index: 2;
  background: #f70203;
  height: 2px;
  width: 0;
  position: absolute;
  transition: 0.4s;
  top: 36px;
}
.footer .bNav dl dt:hover:before {
  width: 76px;
}
.footer .bNav dl dt a {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  line-height: 20px;
}
.footer .bNav dl dd {
  display: block;
  /* height: 14px; */
  padding-bottom: 16px;
}
.footer .bNav dl dd a {
  display: block;
  font-size: 14px;
  color: #fff;
  /* line-height: 14px; */
}
.footer .ewm {
  height: 208px;
  text-align: center;
  padding-left: 9%;
  margin-top: 38px;
  border-left: 1px solid #9dcafc;
}
.footer .ewm dl {
  width: 140px;
  float: left;
  display: block;
  margin-right: 30px;
  margin-top: 10px;
  height: 164px;
}
.footer .ewm dl:nth-child(2) {
  margin-right: 0px;
}
.footer .ewm dl:first-child + dl {
  margin-right: 0px;
}
.footer .ewm dl dt {
  width: 140px;
  height: 140px;
  background-color: #fff;
  text-align: center;
}
.footer .ewm dl dt img {
  width: 130px;
  height: 130px;
  display: inline-block;
  background-size: 100%;
  margin-top: 5px;
}
.footer .ewm dl dd {
  font-size: 14px;
  color: #939393;
  line-height: 24px;
  padding-top: 5px;
}
.footer .contact_info {
  width: 405px;
  height: 208px;
  padding-left: 75px;
  /* border-right: 1px solid #3b74b5; */
  /* border-left: 1px solid #3b74b5; */
  margin-top: 38px;
}
.footer .contact_info p.p1 {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  padding-bottom: 20px;
  margin-top: 0;
  position: relative;
}
.footer .contact_info p.p1::after {
  content: " ";
  background: #fff;
  height: 2px;
  width: 114px;
  position: absolute;
  top: 34px;
  left: 0;
}
.footer .contact_info p.p1::before {
  content: " ";
  z-index: 2;
  background: #f70203;
  height: 2px;
  width: 0;
  position: absolute;
  transition: 0.4s;
  top: 34px;
  left: 0;
}
.footer .contact_info p.p1:hover:before {
  width: 114px;
}
.footer .contact_info p.dh {
  font-size: 32px;
  color: #fff;
  font-family: "Arial";
  line-height: 36px;
  padding-top: 0px;
  font-weight: bold;
}
.footer .contact_info h3 {
  font-size: 20px;
  padding-top: 8px;
}
.footer .contact_info p.tel {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  width: 270px;
}
.footer .contact_info i {
  display: block;
  padding-top: 8px;
  font-size: 14px;
  color: #fff;
}
.footer .contact_info i a {
  display: inline-block;
  color: #fff;
  padding-right: 12px;
}
/*copyright*/
.copyright {
  height: 50px;
  line-height: 50px;
  color: #666;
  font-size: 12px;
  background: #07254f;
}
.copyright p {
  color: #939393;
  margin: 0;
}
.copyright span {
  margin: 0 6px;
}
.copyright a {
  color: #939393;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  padding: 0 2px 0 5px;
}
.pro_l {
  width: 279px;
  overflow: hidden;
  background: url(../images/pro_lbg_01.jpg) no-repeat left top;
}
.pro_l h4 {
  text-align: center;
  margin: 0px auto 0;
  padding-top: 15px;
  height: 72px;
  overflow: hidden;
  font: bold 20px/28px "Microsoft Yahei";
  background: #0d62bd;
}
.pro_l h4 i {
  display: block;
  font: 14px/16px "Times New Roman", Times, serif;
  text-transform: uppercase;
  color: #fff;
}
.pro_l h4 a {
  color: #fff;
}
.pro_l ul li {
  height: 69px;
  font-size: 18px;
  line-height: 69px;
  padding-left: 22px;
  padding-right: 40px;
  margin-bottom: 1px;
  background: #ececec;
  position: relative;
  overflow: hidden;
}
.pro_l ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-weight: normal;
}
.pro_l ul li:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #b8b8b8;
  border-style: solid solid none none;
  position: absolute;
  top: 50%;
  right: 32px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pro_l ul li:hover {
  background: #0d62bd;
}
.pro_l ul li:hover a {
  color: #fff;
  font-weight: bold;
}
.pro_l ul li.cur,
.pro_l ul li:hover {
  background: #0d62bd;
}
.pro_l ul li.cur a,
.pro_l ul li:hover a {
  color: #fff;
  font-weight: bold;
}
.pro_l .phone22 {
  overflow: hidden;
  margin-top: 2px;
  width: 303px;
  padding: 28px 0px;
  padding-left: 75px;
  background: url(../images/pro_phone.png) no-repeat 20px center;
  background-color: #0d62bd;
  box-sizing: border-box;
}
.pro_l .phone22 p {
  font-size: 16px;
  color: #fff;
}
.pro_l .phone22 b {
  display: block;
  font-size: 24px;
  color: #fff;
  font-family: 'Times New Roman';
}
/* 颜色 */
.news207 .tit207 ul li {
  position: relative;
  float: left;
  /* padding: 0 5px; */
  margin-left: 25px;
  font-weight: bold;
  margin-right: 35px;
  line-height: 45px;
  color: #343434;
  cursor: pointer;
}
.honor207 .tit207 ul li:after {
  content: " ";
  position: absolute;
  background: #0d62bd;
  height: 3px;
  left: 0;
  bottom: -2px;
  width: 100%;
}
.honor207 .tit207 ul li:before {
  transition: 0.4s;
  content: " ";
  z-index: 2;
  position: absolute;
  background: #a2a2a3;
  height: 3px;
  bottom: -2px;
  width: 0%;
}
.honor207 .tit207 ul li:hover:before {
  width: 100%;
}
.xw207 .tit207 ul li {
  background: #0d62bd url(../images/gs.png) no-repeat 9px 9px;
  color: #fff;
  padding: 0 11px 0 39px;
  height: 47px;
  border-radius: 6px 6px 0 0;
  line-height: 44px;
  font-weight: bold;
}
.xw207 .tit207 ul li a,
.xw207 .tit207 ul li a:hover {
  color: #fff;
}
.news207 .tit207 ul li.on {
  border-bottom: 7px solid #05469a;
}
.news207 .tit207 .line207 {
  height: 1px;
  width: 100%;
  background: #b3b3b3;
  bottom: 2px;
  left: 0;
  position: absolute;
}
.news207 .tit207 .more207 {
  float: right;
  font-weight: 300;
  display: block;
  margin-right: 20px;
  font-size: 14px;
  margin-top: 15px;
  color: #585858;
}
.news207 .xw207 .con207 .hot207 {
  padding-bottom: 36px;
  border-bottom: 1px solid #e5e5e5;
}
.news207 .xw207 .con207 .hot207 .txt207 h3 span {
  float: right;
  display: inline-block;
  color: #999;
  font-size: 16px;
}
.news207 .xw207 .con207 .hot207 .txt207 p {
  font-size: 14px;
  /* font-weight: 300; */
  line-height: 24px;
  color: #666;
  text-align: justify;
  text-indent: 30px;
}
.news207 .xw207 .con207 .hot207 .txt207 .more207 {
  display: block;
  /* background: #0d62bd; */
  width: 90px;
  border: 1px solid #0d62bd;
  border-radius: 20px;
  height: 26px;
  text-align: center;
  color: #0d62bd;
  font-size: 12px;
  line-height: 22px;
  box-sizing: border-box;
  /* padding-right: 5px; */
  margin-top: 12px;
}
.news207 .xw207 .con207 .list207 ul li {
  border-bottom: 1px solid #e5e5e5;
}
.news207 .xw207 .con207 .list207 ul li h3 span {
  float: right;
  color: #999;
  font-size: 16px;
}
.news207 .xw207 .con207 .list207 ul li p {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  color: #666;
  height: 50px;
  text-align: justify;
  overflow: hidden;
}
.news207 .honor207 .list207 {
  box-sizing: border-box;
}
/* 颜色 end*/
.news207 .w207 {
  width: 1400px;
  margin: 0 auto;
}
.news207 {
  padding: 0px 0;
}
.news207 .tit207 {
  height: 50px;
  font-size: 20px;
  position: relative;
  margin-bottom: 27px;
}
.news207 .xw207 {
  width: 946px;
  border: 1px solid #b3b3b3;
}
.news207 .xw207 .bd {
  padding: 0 25px 20px;
}
.news207 .xw207 .con207 .hot207 .img207 {
  width: 325px;
  height: 222px;
}
.news207 .xw207 .con207 .hot207 .img207 img {
  width: 100%;
  height: 100%;
  display: block;
}
.news207 .xw207 .con207 .hot207 .txt207 {
  width: 540px;
}
.news207 .xw207 .swiper-slide {
  background: #f9f9f9;
}
.news207 .xw207 .con207 .hot207 .txt207 h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 0;
}
.news207 .xw207 .con207 .hot207 .txt207 h3 a {
  color: #000;
}
.news207 .xw207 .con207 .list207 ul li h3 {
  font-size: 16px;
  line-height: 25px;
  margin-top: 10px;
  padding-left: 30px;
  background: url(../images/3j.png) no-repeat left 50%;
}
.news207 .honor207 {
  width: 430px;
  height: 551px;
  border: 1px solid #b3b3b3;
}
.news207 .honor207 .list207 li {
  width: 380px;
  line-height: 1.8;
  margin: 20px auto;
  border-bottom: 1px solid #b3b3b3;
}
.news207 .honor207 .list207 li a {
  display: block;
}
.news207 .honor207 .list207 li a h3 {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 36px;
  padding-left: 50px;
  background: url(../images/Q.png) no-repeat left 50%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news207 .honor207 .list207 li a p {
  margin-bottom: 15px;
  text-indent: 30px;
  line-height: 1.6;
  color: #666;
}
.news207 .honor207 .list207 li a img {
  width: 100%;
  height: 203px;
  display: block;
}
.mouse-down {
  position: absolute;
  left: 50%;
  bottom: 26px;
  width: 22px;
  height: 38px;
  background: url(../images/icon-down-1.png) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 2;
}
.mouse-down i {
  position: absolute;
  left: 50%;
  top: 11px;
  width: 3px;
  height: 8px;
  background: url(../images/icon-down-2.png) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  animation: mouseDown infinite 1.2s;
  -webkit-animation: mouseDown infinite 1.2s;
}
@keyframes mouseDown {
  from {
    top: 11px;
  }
  to {
    top: 22px;
  }
}
@-webkit-keyframes mouseDown {
  from {
    top: 11px;
  }
  to {
    top: 22px;
  }
}
.ys3-box {
  padding: 35px;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.ys3-left h2 {
  font-size: 20px;
  color: #00559d;
  margin-bottom: 50px;
}
.ys3-left p {
  font-size: 16px;
  line-height: 2;
}
.ys3-left p span {
  font-weight: bold;
}
.disimg {
  float: right;
  margin-left: 70px;
}
.kso {
  background: #fff;
}
.kso:nth-child(2n) {
  background: #f1f1f1;
}
.menu_list {
  /* width:268px; */
  margin: 0px auto;
  /* width: 1200px; */
}
.menu_head {
  height: 100px;
  line-height: 100px;
  padding-left: 138px;
  font-size: 16px;
  color: #525252;
  cursor: pointer;
  /* border-left: 1px solid #e1e1e1; */
  /* border-right: 1px solid #e1e1e1; */
  /* border-bottom: 1px solid #e1e1e1; */
  /* border-top: 1px solid #F1F1F1; */
  position: relative;
  margin: 0px;
  font-weight: bold;
  background: url(/PC/images/q02.png) 100px 50% no-repeat;
}
.menu_head::after {
  background: url(/PC/images/down.png) center right no-repeat;
  content: " ";
  position: absolute;
  right: 100px;
  top: 50%;
  width: 26px;
  height: 26px;
  margin-top: -13px;
}
.menu_list .menu_head.current::after {
  background: url(/PC/images/up.png) center right no-repeat;
}
.lsiii {
  background-color: #fff;
}
.lsiii:nth-child(2n) {
  background-color: #f1f1f1;
}
.menu_body {
  display: none;
  line-height: 38px;
  padding: 30px 100px 20px 140px;
  background: url(/PC/images/a02.png) no-repeat 100px 37px;
  color: #9E9E9E;
  border-top: 1px solid #ccc;
}
.kso.current .menu_body {
  display: block;
}
.kdix2 .wrap {
  width: 1200px;
  padding: 50px 0;
}
.kdix2 .wrap h2 {
  font-weight: bold;
  font-size: 32px;
  color: #0960ad;
}
.kdix2 .wrap p {
  font-size: 18px;
  line-height: 3;
}
.disllo1 {
  background: #025dae;
  width: 365px;
  height: 273px;
  color: #fff;
  position: relative;
  padding: 25px;
  left: 100px;
  top: 80px;
}
.disllo1 h2 {
  font-size: 46px;
  letter-spacing: 6px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.disllo1 h2::after {
  background: #fff;
  content: " ";
  width: 90px;
  height: 2px;
  display: block;
  margin: 30px 0 10px;
}
.disllo2 {
  position: absolute;
  right: 120px;
  top: 75px;
}
.disllo {
  padding-bottom: 100px;
}
.disllo .wrap {
  position: relative;
  height: 417px;
  background: url(/PC/images/disllo.png) repeat-y 50%;
}
.ys5 h2 {
  font-size: 18px;
  font-weight: bold;
  color: #005cac;
  border-bottom: 1px solid #ccc;
  padding: 30px 100px 15px;
}
.fs .service {
  background: url(../images/fs-banner.jpg) no-repeat top center;
}
.fs .service ul {
  margin-top: 160px;
}
.fs .service ul li {
  float: left;
}
.fs .service ul li .box {
  width: 263px;
  padding-bottom: 47px;
  background: #fff;
  margin-left: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
}
.fs .service ul li:last-child .box {
  margin-right: 0;
}
.fs .service ul li svg {
  margin-top: 40px;
  /* width: 132px; */
  /* height: 132px; */
}
.fs .service ul li:hover svg path {
  fill: #fff !important;
}
.fs {
  margin-top: 100px;
}
.fs h3 {
  width: 180px;
  font-size: 44px;
  font-weight: bold;
  margin: 0 auto 80px;
  padding-bottom: 10px;
  border-bottom: 3px solid #f00;
}
.fs .service ul li p {
  font-size: 22px;
  margin-top: 42px;
  margin-bottom: 22px;
  font-weight: bold;
  padding: 0 10px;
}
.fs .service ul li i {
  width: 60px;
  height: 1px;
  background: #595757;
  display: none;
  margin: auto;
  margin-bottom: 36px;
  transition: all 0.5s;
}
.fs .service ul li span {
  display: block;
  font-size: 14px;
  line-height: 30px;
  padding: 0 10px;
  height: 96px;
  overflow: hidden;
}
.fs .service ul li .box:hover {
  background: #0d62bd;
  box-shadow: 0px 0px 20px #aaa;
  color: #fff;
}
.fs .service ul li:hover i {
  background: #fff;
}
@media (max-width: 1600px) {
  .fs .service {
    padding: 40px 0;
  }
  .fs .service ul li .box {
    width: 224px;
    padding-bottom: 30px;
    margin-right: 20px;
  }
  .fs .service ul li svg {
    margin-top: 30px;
    width: 120px;
    height: 120px;
  }
  .fs .service ul li p {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .fs .service ul li i {
    margin-bottom: 20px;
  }
  .fs .service ul li span {
    font-size: 13px;
    line-height: 22px;
    height: 64px;
  }
}
.lsodii {
  text-align: center;
  margin-top: 80px;
}
.lsodii h2 {
  width: 178px;
  font-size: 44px;
  font-weight: bold;
  margin: 0 auto 80px;
  padding-bottom: 10px;
  border-bottom: 3px solid #f00;
}
.lsodii h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
}
.lsodii div {
  width: 300px;
  float: left;
}
.lsodii img {
  margin-bottom: 45px;
}
.lsodii p {
  padding: 0 35px;
  border-right: 2px solid #888;
  line-height: 30px;
  color: #888;
  height: 145px;
}
.lsodii div:last-child p {
  border: none;
}
.lcso {
  padding-top: 50px;
}
.lcso h2 {
  width: 180px;
  font-size: 44px;
  font-weight: bold;
  margin: 50px auto 80px;
  padding-bottom: 10px;
  border-bottom: 3px solid #f00;
}
.lcsol {
  width: 386px;
  height: 305px;
  margin: 0 8px 45px;
  float: left;
}
.lcsol p {
  background: #fff;
  height: 95px;
  padding: 25px 15px 0 15px;
  font-size: 14px;
  line-height: 24px;
}
.lcsol:hover p {
  color: #fff;
  background: #0d62bd;
}
.shenqing {
  font-size: 44px;
  font-weight: bold;
  padding-top: 90px;
  text-align: center;
}
.ys2-line {
  width: 160px;
  margin: 0 auto;
  border-bottom: 3px solid #f00;
}
.ys2-button {
  width: 205px;
  height: 55px;
  display: block;
  margin: 0 auto;
  background: #0d62bd;
  font-size: 16px;
  line-height: 55px;
  color: #fff;
  margin-bottom: 80px;
}


table {
  width: 100%;
  margin: 0 auto;
  max-width: 100% !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

tr:nth-child(2n){
  background-color: #f7faff;
}
td,th {
  width: auto !important;
  background-color: transparent !important;
}
td span,th span{
  background-color: transparent !important;
}
td,th {
  border:1px solid #e2e2e2 !important;
  padding: 10px;
  text-align: center !important;
}