@import "iconfont.css";
.container-fluid {
  width: 80%;
  margin: 0 auto;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  padding: 0;
}
.Small-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.bigpic .img {
  overflow: hidden;
}
.bigpic .img img {
  width: 100%;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.bigpic:hover .img img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.fyc {
  display: -webkit-flex;
  display: flex;
  display: box;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  box-pack: center;
}
.fwbet {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrap {
  width: 88vw;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.w1500 {
  width: 88vw;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.bggray {
  background-color: #f8f8f8;
}
.c {
  color: #006fc5;
}
.c2 {
  color: #f8c47d;
}
.bgc {
  background-color: #006fc5;
}
.cf {
  color: #fff;
}
.hv:hover {
  color: #006fc5;
}
.hv2:hover {
  color: #f8c47d;
}
.hvf:hover {
  color: #fff;
}
.hvbg0:hover {
  background: #000;
  color: #fff;
}
.bghover {
  transition: all 0.3s cubic-bezier(0.04, 0.79, 1, 1) !important;
}
.bghover:Hover {
  background-color: #006fc5;
  color: #fff;
}
header {
  position: fixed;
  z-index: 55555;
  left: 0;
  top: 0;
  right: 0;
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.04, 0.79, 1, 1) !important;
}
.hd-search {
  width: 700px;
  padding: 50px 50px 70px;
}
.hd-search h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 40px;
}
.hd-search form {
  display: block;
  position: relative;
}
.hd-search form input {
  height: 48px;
  line-height: 48px;
  color: #006fc5;
  padding-left: 24px;
  font-size: 18px;
  padding-right: 60px;
  width: 100%;
}
.hd-search form input:focus {
  border-color: #006fc5 !important;
}
.hd-search form .submit {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #006fc5;
  color: #fff;
  cursor: pointer;
}
.hd-search form .submit:hover {
  background: #0067e6;
}
.head-content {
  width: 90%;
  margin: 0 auto;
  padding-left: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head-content .head-content-right {
  flex: 1;
}
.head-content .logobox {
  display: -webkit-flex;
  display: flex;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  box-align: center;
}
.head-content .head-tool {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  padding-right: 30px;
}
@media (max-width: 1100px) {
  .head-content .head-tool {
    padding-right: 20px;
  }
}
.head-content .head-tool .head_tit {
  cursor: pointer;
}
.head-content .head-tool .titem {
  margin-left: 0.26rem;
}
@media (max-width: 1360px) {
  .head-content .head-tool .titem {
    margin-left: 0.16rem;
  }
}
.head-content .head-tool .titem a:hover {
  color: #006fc5;
}
.head-nav,
.head-nav-two {
  display: flex;
  align-items: center;
}
@media (max-width: 1679px) {
  .head-nav,
  .head-nav-two {
    justify-content: center;
  }
}
.head-nav > .item,
.head-nav-two > .item {
  margin-right: 0.64rem;
}
.head-nav > .item:last-child,
.head-nav-two > .item:last-child {
  margin-right: 0;
}
@media (max-width: 1680px) {
  .head-nav > .item,
  .head-nav-two > .item {
    margin-right: 0.4rem;
  }
}
@media (max-width: 1100px) {
  .head-nav > .item,
  .head-nav-two > .item {
    margin-right: 0.3rem;
  }
}
.head-nav > .item.on .head_tit,
.head-nav-two > .item.on .head_tit,
.head-nav > .item:hover .head_tit,
.head-nav-two > .item:hover .head_tit {
  color: #006fc5;
}
.head-nav > .item.on .head_tit::after,
.head-nav-two > .item.on .head_tit::after,
.head-nav > .item:hover .head_tit::after,
.head-nav-two > .item:hover .head_tit::after {
  width: 100%;
}
.head-nav .head_tit,
.head-nav-two .head_tit {
  font-size: 18px;
  line-height: 100px;
  cursor: pointer;
  display: block;
  position: relative;
  font-weight: bold;
}
.head-nav .head_tit:hover a {
  color: #006fc5;
}
@media (max-width: 1360px) {
  .head-nav .head_tit,
  .head-nav-two .head_tit {
    font-size: 17px;
  }
}
.head-nav .head_tit::after,
.head-nav-two .head_tit::after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #006fc5;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  bottom: 0;
  width: 0;
  border-radius: 2px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.04, 0.79, 1, 1) !important;
}
.head-nav-two {
  padding-left: 200px;
  background-color: #f8f8f8;
  display: none;
}
header.fixed .head-nav-two {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
}
b {
  font-weight: bold !important;
}
.head-pc {
  position: relative;
  z-index: 555;
  border-bottom: 1px solid #e9e9e9;
}
.head-pc:hover {
  background: #fff;
}
.head-drop {
  line-height: 70px;
}
.head-drop:hover .head_tit {
  color: #006fc5;
}
.head-drop:hover .head-dropinfo {
  z-index: 555;
}
.head-drop.head-drop-self {
  position: relative;
}
.head-drop.head-drop-self .head-dropinfo {
  left: 50%;
  transform: translateX(-50%);
}
.head-drop .head-dropinfo {
  height: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.04, 0.79, 1, 1) !important;
  transition: 0.5s;
  position: absolute;
  top: 100%;
}
.head-drop .inner {
  background: #fff;
}
.head-drop-self .head-dropinfo .inner {
  min-width: 162px;
  padding: 10px 14px;
  background-color: #f8f8f8;
}
.head-drop-self .head-dropinfo .inner a + a {
  border-top: 1px solid #e3e3e3;
}
.head-drop-self .head-dropinfo .inner a {
  white-space: nowrap;
  font-size: 16px;
  line-height: 46px;
  display: block;
  position: relative;
  text-align: center;
  padding: 0 20px;
}
.head-drop-self .head-dropinfo .inner a:hover {
  background-color: #006fc5;
  color: white;
}
.head-drop-fill .head-dropinfo {
  width: 100vw;
  left: 0;
  border-top: 1px solid #e9e9e9;
}
.head-drop-fill .head-dropinfo .inner {
  background: linear-gradient(90deg, #f8f8f8 386px, #fff 386px);
}
@media (max-width: 1360px) {
  .head-drop-fill .head-dropinfo .inner {
    background: linear-gradient(90deg, #f8f8f8 318px, #fff 318px);
  }
}
.head-drop-fill .head-dropinfo .inner .wrap {
  width: 100vw;
  max-width: 1920px;
  margin: 0;
}
.head-drop-fill .head-dropinfo .content {
  display: flex;
  align-items: stretch;
}
.head-drop-fill .head-dropinfo .content .mnav,
.head-drop-fill .head-dropinfo .content .minfo {
  padding: 0.7rem 0 0.3rem;
}
.head-drop-fill .head-dropinfo .content .mnav {
  width: 386px;
  background-color: #f8f8f8;
  padding-left: 80px;
}
@media (max-width: 1360px) {
  .head-drop-fill .head-dropinfo .content .mnav {
    width: 318px;
  }
}
.head-drop-fill .head-dropinfo .content .minfo {
  flex: 1;
  padding-left: 5%;
}
.head-drop-fill .head-dropinfo .mnav {
  padding-right: 0.8rem;
}
.head-drop-fill .head-dropinfo .mnav .tit {
  display: block;
  font-size: 20px;
  margin-bottom: 0.36rem;
  cursor: pointer;
  line-height: 1.4;
}
.head-drop-fill .head-dropinfo .mnav .tit:hover {
  color: #006fc5;
}
@media (max-width: 1360px) {
  .head-drop-fill .head-dropinfo .mnav .tit {
    font-size: 18px;
  }
}
.head-drop-fill .head-dropinfo .mnav .tit .iconfont {
  transition: all 0.3s cubic-bezier(0.04, 0.79, 1, 1) !important;
  width: 10px;
  display: inline-block;
  opacity: 0;
  transform: translateX(10px);
}
.head-drop-fill .head-dropinfo .mnav .tit.on {
  color: #006fc5;
}
.head-drop-fill .head-dropinfo .mnav .tit.on .iconfont {
  opacity: 1;
  transform: translateX(0);
}
.head-drop-fill .head-dropinfo .list {
  margin-left: -3% !important;
  margin-right: -3% !important;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.head-drop-fill .head-dropinfo .list > * {
  padding-left: 3% !important;
  padding-right: 3% !important;
  margin-bottom: 6%;
}
.head-drop-fill .head-dropinfo .list::before {
  display: none;
}
.head-drop-fill .head-dropinfo .list li > .inner,
.head-drop-fill .head-dropinfo .list li > a {
  height: 100%;
}
.head-drop-fill .head-dropinfo .list li {
  margin-bottom: 0.4rem;
}
.head-drop-fill .head-dropinfo .list .title {
  font-size: 16px;
  display: block;
  line-height: 1;
  margin-bottom: 0.24rem;
}
.head-drop-fill .head-dropinfo .list .title:hover {
  color: #006fc5;
}
.head-drop-fill .head-dropinfo .list .cimgbox {
  display: block;
  padding-bottom: 69.6%;
}
.head-drop-fill .head-dropinfo .list a:hover {
  color: #006fc5;
}
.head-drop-fill .head-dropinfo .cinner {
  line-height: 1.6;
}
.head-drop-fill .head-dropinfo .cinner .title {
  margin-bottom: 10px;
}
.head-drop-fill .head-dropinfo .cinner .info a {
  display: block;
}
.head-dropinfo._shop a span {
  transform: translateX(10px);
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.04, 0.79, 1, 1) !important;
}
.head-dropinfo._shop a .iconfont {
  transition: all 0.3s cubic-bezier(0.04, 0.79, 1, 1) !important;
  width: 10px;
  display: inline-block;
  opacity: 0;
  transform: translateX(10px);
}
.head-dropinfo._shop a:hover span {
  transform: translateX(5px);
}
.head-dropinfo._shop a:hover .iconfont {
  opacity: 1;
  transform: translateX(0);
}
.head-dropinfo._product .tabWrap {
  height: 100vh;
}
.cinner {
  display: flex;
  align-items: flex-start;
}
.cinner .img {
  display: block;
  width: 100px;
  margin-right: 14px;
}
.cinner .infobox {
  flex: 1;
}
.cinner .infobox .title {
  color: #006fc5;
  display: block;
  margin-bottom: 16px;
  font-size: 15px;
}
.cinner .info {
  font-size: 14px;
}
.cinner .info a {
  padding-left: 16px;
  margin-bottom: 2px;
  position: relative;
  color: #666;
}
.cinner .info a:hover {
  color: #006fc5;
}
.cinner .info a::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  left: 0;
  background-color: #006fc5;
}
.cinner .info a .hot {
  background-color: #f00;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  padding: 2px 4px;
  font-style: normal;
  text-transform: uppercase;
  transform: scale(0.8);
}
.cinner .info a .hot.new {
  background-color: #006fc5;
}
.cinner-1 {
  padding: 0 10%;
}
.cinner-1 a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
.cinner-1 a .img {
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid #ddd;
  width: 200px;
  height: 200px;
}
.cinner-1 a .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.cinner-1 a:hover .img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.cinner-1 a span {
  display: block;
  margin-top: 10px;
}
.m-menus {
  width: 100%;
  position: fixed;
  top: 65px;
  left: 0;
  height: 0;
  opacity: 0;
  transition: opacity 0.5s;
  background: #f7f7f7;
  overflow: hidden;
  line-height: 32px;
  font-size: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  z-index: -999;
}
@media (min-width: 1200px) {
  .m-menus {
    display: none;
  }
}
.m-menus.active {
  opacity: 1;
  height: 100%;
  z-index: 999;
}
.m-menus .inner {
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100vh - 1rem);
  padding: 10px 6vw 30px;
}
.m-menus .menus {
  min-height: calc(100vh - 1rem - 40px);
  padding-bottom: 40px;
}
.m-menus .menus._lang_search {
  min-height: calc(100vh - 1rem - 170px);
}
.m-menus .menus._lang {
  min-height: calc(100vh - 1rem - 120px);
}
.m-menus .menus._search {
  min-height: calc(100vh - 1rem - 100px);
}
.m-menus .menus .item {
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-align: left;
}
.m-menus .menus .item .tt {
  display: block;
  color: #333;
}
.m-menus .menus .item .tit {
  display: flex;
  align-items: center;
}
.m-menus .menus .item .tit .tt {
  flex: 1;
  display: flex;
  align-items: center;
}
.m-menus .menus .item .tit .arr {
  color: inherit;
  margin-left: 20px;
  display: block;
  transition: all 0.3s cubic-bezier(0.04, 0.79, 1, 1) !important;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.m-menus .menus .tit-1 {
  line-height: 52px;
  font-size: 15px;
}
.m-menus .menus .tit-1 .arr {
  font-size: 24px;
}
.m-menus .menus .tit-2 {
  line-height: 34px;
}
.m-menus .menus .tit-2 .tt .tag {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
  margin-right: 6px;
}
.m-menus .menus .tit-2 .arr {
  font-size: 15px;
}
.m-menus .menus .xs-menu-2 {
  margin-left: 26px;
  border-top: 1px solid #006fc5;
  margin-top: 6px;
  line-height: 30px;
  padding-bottom: 16px !important;
}
.m-menus .menus .active > .tit-2 .t,
.m-menus .menus .open > .tit-2 .t,
.m-menus .menus .active > .tit-2 .tag,
.m-menus .menus .open > .tit-2 .tag {
  color: #006fc5;
}
.m-menus .menus .active > .tit-2 .arr::before,
.m-menus .menus .open > .tit-2 .arr::before {
  content: "\e602";
}
.m-menus .menus .active > .tit-1 a,
.m-menus .menus .open > .tit-1 a {
  color: #006fc5;
}
.m-menus .menus .active > .tit-1 .arr,
.m-menus .menus .open > .tit-1 .arr {
  transform: rotate(90deg);
}
.m-menus .menus .active .xs-menu,
.m-menus .menus .open .xs-menu {
  padding: 12px 0 30px;
}
.m-menus .xs-menu-1 {
  border-top: 1px solid #006fc5;
}
.m-menus .xs-menu {
  display: none;
  text-align: left;
}
.m-menus .xs-menu li {
  line-height: 34px;
  font-size: 14px;
}
.m-menus .xs-menu.sort {
  overflow: hidden;
}
.m-menus .xs-menu.sort li {
  min-width: 50%;
  padding-left: 20px;
  float: left;
}
.mobile-btn2222 {
  float: right;
  position: relative;
  width: 28px;
  height: 65px;
}
.mobile-btn2222.cf span {
  background: #fff;
}
.mobile-btn2222 span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 1px;
  margin-left: -14px;
  width: 28px;
  height: 2px;
  background-color: #000;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.mobile-btn2222 span:first-child {
  transform: translateY(-8px);
}
.mobile-btn2222 span:last-child {
  transform: translateY(8px);
}
.mobile-btn2222.on span:first-child {
  transform: rotate(135deg);
}
.mobile-btn2222.on span:nth-child(2) {
  transform: scale(0);
}
.mobile-btn2222.on span:last-child {
  transform: rotate(-135deg);
}
.header-mobile .content {
  border-bottom: 1px solid #e9e9e9;
  height: 65px;
  display: -webkit-flex;
  display: flex;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  box-align: center;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 0.3rem;
}
.header-mobile .content .logobox {
  display: -webkit-flex;
  display: flex;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  box-align: center;
}
.header-mobile .content .logobox .logo {
  height: 36px;
}
@media (max-width: 640px) {
  .header-mobile .content .logobox .logo {
    height: 38px;
  }
}
.header-mobile .content .tool {
  font-size: 16px;
}
.menu_search {
  background: #fff;
  display: flex;
}
.menu_search input {
  border-color: #fff;
  height: 50px;
  font-size: 15px;
  display: block;
  padding: 0 14px;
  flex: 1;
}
.menu_search input:focus {
  border-color: #fff !important;
}
.menu_search .submit {
  right: 0;
  top: 0;
  color: #fff;
  width: 70px;
  height: 50px;
  text-align: center;
  background: url(../images/search-ico-white.png) no-repeat center #006fc5;
  border-radius: 0 2px 2px 0;
}
.menu_search .submit i {
  font-size: 18px;
}
.menu_search .submit:hover {
  color: #fff;
}
.menu_lang {
  padding: 30px 0 0;
  display: flex;
  justify-content: space-between;
}
.menu_lang .litem {
  border-radius: 2em;
  height: 36px;
  line-height: 36px;
  min-width: 36px;
  text-align: center;
  padding: 0 10px;
  background: #fff;
  display: block;
}
.menu_lang .litem + .litem {
  margin-left: 10px;
}
.menu_lang .lang {
  display: flex;
}
.menu_lang .shops {
  display: flex;
}
.menu_lang .shops .item {
  width: 36px;
  margin-left: 10px;
}
.menu_lang .shops .item i {
  font-size: 28px;
  color: #666;
}
.menu_lang .active {
  background-color: #006fc5;
  color: #fff;
}
.m-menus999 {
  width: 100%;
  position: fixed;
  top: 65px;
  left: 0;
  height: 0;
  opacity: 0;
  transition: opacity 0.5s;
  background: #f7f7f7;
  overflow: hidden;
  line-height: 32px;
  font-size: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  z-index: -999;
}
@media (min-width: 1200px) {
  .m-menus999 {
    display: none;
  }
}
.m-menus999.active {
  opacity: 1;
  height: 100%;
  z-index: 999;
}
.m-menus999 .inner {
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100vh - 1rem);
  padding: 10px 6vw 30px;
}
.m-menus999 .menus {
  min-height: calc(100vh - 1rem - 40px);
  padding-bottom: 40px;
}
.m-menus999 .menus._lang_search {
  min-height: calc(100vh - 1rem - 170px);
}
.m-menus999 .menus._lang {
  min-height: calc(100vh - 1rem - 120px);
}
.m-menus999 .menus._search {
  min-height: calc(100vh - 1rem - 100px);
}
.m-menus999 .menus .item {
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-align: left;
}
.m-menus999 .menus .item a {
  display: block;
  color: #333;
}
.m-menus999 .menus .item .tit {
  display: flex;
  align-items: center;
}
.m-menus999 .menus .item .tit a {
  flex: 1;
  display: flex;
  align-items: center;
}
.m-menus999 .menus .item .tit .arr {
  color: inherit;
  margin-left: 20px;
  display: block;
  transition: 0.3s;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.m-menus999 .menus .tit-1 {
  line-height: 52px;
  font-size: 16px;
}
.m-menus999 .menus .tit-1 .arr {
  font-size: 24px;
}
.m-menus999 .menus .tit-2 {
  line-height: 34px;
}
.m-menus999 .menus .tit-2 .t .tag {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
  margin-right: 6px;
}
.m-menus999 .menus .tit-2 .arr {
  font-size: 15px;
}
.m-menus999 .menus .xs-menu-2 {
  margin-left: 26px;
  border-top: 1px solid #006fc5;
  margin-top: 6px;
  line-height: 30px;
  padding-bottom: 16px !important;
}
.m-menus999 .menus .active > .tit-2 .t,
.m-menus999 .menus .open > .tit-2 .t,
.m-menus999 .menus .active > .tit-2 .tag,
.m-menus999 .menus .open > .tit-2 .tag {
  color: #006fc5;
}
.m-menus999 .menus .active > .tit-2 .arr::before,
.m-menus999 .menus .open > .tit-2 .arr::before {
  content: "\e602";
}
.m-menus999 .menus .active > .tit-1 a,
.m-menus999 .menus .open > .tit-1 a {
  color: #006fc5;
}
.m-menus999 .menus .active > .tit-1 .arr,
.m-menus999 .menus .open > .tit-1 .arr {
  transform: rotate(90deg);
}
.m-menus999 .menus .active .xs-menu,
.m-menus999 .menus .open .xs-menu {
  padding: 12px 0 30px;
}
.m-menus999 .xs-menu-1 {
  border-top: 1px solid #006fc5;
}
.m-menus999 .xs-menu {
  display: none;
  text-align: left;
}
.m-menus999 .xs-menu dd {
  line-height: 34px;
  font-size: 14px;
}
.m-menus999 .xs-menu.sort {
  overflow: hidden;
}
.m-menus999 .xs-menu.sort dd {
  min-width: 50%;
  padding-left: 20px;
  float: left;
}
.mobile-btn {
  float: right;
  position: relative;
  width: 28px;
  height: 65px;
}
.mobile-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 1px;
  margin-left: -14px;
  width: 28px;
  height: 2px;
  background-color: #000;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.mobile-btn span:first-child {
  transform: translateY(-8px);
}
.mobile-btn span:last-child {
  transform: translateY(8px);
}
.mobile-btn.on span:first-child {
  transform: rotate(135deg);
}
.mobile-btn.on span:nth-child(2) {
  transform: scale(0);
}
.mobile-btn.on span:last-child {
  transform: rotate(-135deg);
}
header.substation .head-nav {
  display: none;
}
header.substation .head-nav-two {
  display: flex;
}
.top {
  background-color: #0f328f;
  display: flex;
  justify-content: space-between;
}
.top .top-left {
  line-height: 5vh;
  color: white;
  padding-left: 5%;
}
.top-right {
  height: 5vh;
  background-color: #006fc5;
  color: white;
  width: 40%;
  line-height: 5vh;
  text-align: center;
  font-size: 18px;
}
.top-right a {
  color: white;
  margin: 0 10px;
}
.top-right img {
  margin: 0 5px;
}
.top-right .tel {
  margin-right: 2vw;
}
.hd-tel a {
  display: flex;
  border: 2px solid #006fc5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
}
.h130 {
  height: 145px;
}
.mbox1 {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.banImg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.banImg .imgBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banText {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}
.banText .bantit {
  font-size: 45px;
  color: black;
  font-weight: bold;
}
.banText .bancon {
  font-size: 20px;
  margin-top: 20px;
}
#bancolor3 .bantit {
  color: white;
}
#bancolor3 .bancon {
  color: white;
}
.mbox1 .swiper-pagination {
  width: auto;
  left: 10%;
  bottom: 10%;
}
.mbox1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid white;
  background: #a2a9b0;
  vertical-align: bottom;
  opacity: 1;
  transition: all 0.5s ease 0s;
}
.mbox1 .swiper-pagination-bullet-active {
  background: #ffffff;
  width: 10px;
  border-radius: 6px;
  border: 2px solid #fed930;
}
.mbox1 .swiper-button-prev {
  top: 85%;
  right: calc(10% + 60px);
  left: auto;
  color: white;
  font-size: 16px;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #fff;
  opacity: 1;
}
.mbox1 .swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #006fc5;
}
.mbox1 .swiper-button-prev::after {
  font-size: 18px;
}
.mbox1 .swiper-button-next {
  top: 85%;
  right: 10%;
  opacity: 1;
  color: white;
  font-size: 16px;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #fff;
}
.mbox1 .swiper-button-next::after {
  font-size: 18px;
}
.mbox1 .swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #006fc5;
}
.mbox1 .p_scrool {
  position: absolute;
  left: calc((100% - 90px) / 2);
  bottom: 40px;
  color: #fff;
  z-index: 10;
}
.mbox1 .p_scrool span {
  text-transform: uppercase;
  color: #fff;
  display: block;
  font-family: arial;
  line-height: 20px;
  margin-top: 12px;
  font-size: 12px;
}
.mbox1 .p_scrool i {
  display: block;
  width: 20px;
  height: 30px;
  margin: 0 auto;
  border-radius: 12px;
  border: 2px #fff solid;
  position: relative;
}
.mbox1 .p_scrool i:before {
  content: "";
  display: block;
  width: 4px;
  height: 10px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 3px;
  animation: scrollmouse 2s linear infinite;
}
.con-title {
  text-align: center;
}
.con-title h3 {
  font-size: 38px;
  font-weight: 700;
}
.con-title img {
  margin: 15px 0;
}
.con-title p {
  font-size: 18px;
  color: #666;
}
.index-pro-item {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.index-pro-img {
  border: 1px solid #fff;
  box-sizing: border-box;
}
.index-pro-img a {
  display: block;
  position: relative;
}
.index-pro-img a .img img {
  width: 100%;
}
.index-pro-img a .con {
  line-height: 3;
  position: absolute;
  left: 10%;
  top: 50%;
}
.index-pro-img a .con h3 {
  font-size: 24px;
  font-weight: bold;
}
.index-pro-img a .con p {
  font-size: 16px;
}
.index-pro-img a .con span {
  display: inline-block;
  width: 100px;
  line-height: 36px;
  border-radius: 18px;
  background-color: #000;
  color: white;
  text-align: center;
}
.index-pro-con {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 111, 197, 0.5);
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 30px 20px 0;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.index-pro-item:hover .index-pro-con {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.index-pro-item-more {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.index-pro-item-more .more {
  border: 1px solid #fff;
  box-sizing: border-box;
}
.index-pro-item-more .more a {
  display: block;
  position: relative;
}
.index-pro-item-more .more a .img img {
  width: 100%;
}
.index-pro-item-more .more a .con {
  position: absolute;
  left: 10%;
  top: 50%;
  color: white;
}
.index-pro-item-more .more a .con h3 {
  font-size: 24px;
  font-weight: bold;
}
.index-pro-item-more .more a .con p {
  font-size: 16px;
  line-height: 25px;
  margin: 10px 0;
}
.index-pro-item-more .more a .con span {
  display: inline-block;
  width: 100px;
  line-height: 36px;
  border-radius: 18px;
  background-color: #0f328f;
  color: white;
  text-align: center;
}
.index-pro-item-more .more a:hover .con span {
  opacity: 0.8;
}
.index-pro-item:hover .con {
  display: none;
}
.index-pro-con h3 {
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}
.index-pro-con h3 a {
  color: white;
}
.index-pro-con h3 a:hover {
  text-decoration: underline;
}
.index-pro-con ul li {
  margin-top: 10px;
}
.index-pro-con ul li a {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 25px;
  color: white;
  position: relative;
}
.index-pro-con ul li a:after {
  transition: transform 0.8s;
  background-color: #fff;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  right: 0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
}
.index-pro-con ul li a:hover:after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.index-pro-con ul li a h4 {
  font-size: 16px;
}
.index-solution {
  background: #f9f9f9 url(../images/solution-bg.jpg) center top no-repeat;
}
.index-solution .con-title > * {
  color: white;
}
.solution-con {
  background-color: white;
  padding: 10%;
  box-sizing: border-box;
}
.solution-con .img {
  font-size: 0.8rem;
  font-weight: 700;
  color: #0f328f;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
.solution-con:hover .img {
  transform: rotateY(180deg);
}
.solution-con h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
}
.solution-con p {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
  line-height: 2;
}
.solution-con .more {
  text-align: right;
}
.solution-con a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #ddd;
  line-height: 50px;
  text-align: center;
}
.solution-con a i {
  font-size: 24px;
  font-weight: 600;
}
.solution-con a:hover {
  border: 2px solid #0f328f;
  color: #0f328f;
}
.index-about h2 {
  font-size: 0.5rem;
  color: #0f328f;
  font-weight: 600;
}
.cont {
  display: flex;
}
.cont dl {
  width: 30%;
}
.cont dl dd .num {
  font-size: 24px;
}
.cont dl dd .num .counter {
  font-size: 56px;
  color: #0f328f;
  font-family: medium;
}
.cont dl dd sup {
  font-size: 24px;
  color: #0f328f;
}
.cont dl dd sub {
  font-size: 16px;
}
.cont dl dd .tit {
  font-size: 16px;
  font-family: medium;
}
.index-about-con p {
  line-height: 2;
  font-size: 16px;
  color: #666;
}
.index-about-img {
  text-align: center;
}
.index-about-con a {
  background-color: #0f328f;
  margin-top: 20px;
  display: inline-block;
  text-align: center;
  min-width: 1.78rem;
  line-height: 0.38rem;
  color: #fff;
  font-size: 16px;
}
.index-about-con a:hover {
  opacity: 0.8;
}
.about-piclist {
  background: url(../images/history-bg.jpg);
}
.about-pic li a .img {
  overflow: hidden;
}
.about-pic li a .img img {
  width: 100%;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.about-pic li a:hover .img img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.about-pic li a:hover .img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.about-culture {
  background: url(../images/qywh-back1.png) center top no-repeat;
}
.about-culture .con-title > * {
  color: white;
}
.qywh-list {
  background: #fff;
  border-radius: 8px;
  position: relative;
  padding: 50px 36px 45px;
  border-bottom: 5px solid #2d4b77;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 45px;
  transition: all 0.5s ease;
}
.qywh-list::after {
  width: 48px;
  height: 48px;
  position: absolute;
  content: "";
  background: #f08400;
  opacity: 0.8;
  top: -24px;
  left: 50%;
  margin-left: -24px;
  z-index: 22;
  border-radius: 100%;
}
.qywh-list::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  top: -6px;
  left: 50%;
  margin-left: -6px;
  z-index: 33;
  border-radius: 100%;
}
.qywh-list .tit {
  font-size: 28px;
  line-height: 35px;
  color: #222222;
  margin: 28px 0 25px;
}
.qywh-list .sub {
  font-size: 17px;
  color: #666666;
  line-height: 28px;
  height: 84px;
  overflow: hidden;
}
.index-history {
  background: url(../images/history-bg.jpg) center top no-repeat;
}
.index-history .container-fluid {
  padding: 0;
}
.index-history .history-swiper {
  position: relative;
}
.index-history .button-prev {
  width: 35px;
  height: 35px;
  background: url(../images/history-ico001.png) no-repeat center;
  background-color: #909090;
  position: absolute;
  bottom: 50px;
  right: 100px;
  transition-duration: 0.3s;
  z-index: 1;
  cursor: pointer;
}
.index-history .button-prev:hover {
  background-color: #e10000;
}
.index-history .button-next {
  width: 35px;
  height: 35px;
  background: url(../images/history-ico001.png) no-repeat center;
  background-color: #909090;
  position: absolute;
  transform: rotate(180deg);
  bottom: 50px;
  right: 50px;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.3s;
}
.index-history .button-next:hover {
  background-color: #e10000;
}
.index-history .history-swiper .swiper-slide {
  height: auto;
  padding: 50px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
.index-history .history-swiper .swiper-slide .txt {
  width: 45%;
}
.index-history .history-swiper .swiper-slide .txt h3 {
  padding-top: 20px;
  font-size: 16px;
  line-height: 1;
  color: #333;
}
.index-history .history-swiper .swiper-slide .txt h3 i {
  font-style: normal;
  font-family: medium;
  font-size: 60px;
  line-height: 1;
  color: #333;
  margin-right: 5px;
}
.index-history .history-swiper .swiper-slide .txt p {
  font-size: 15px;
  line-height: 28px;
  color: #999;
  white-space: pre-wrap;
  margin-top: 35px;
}
.index-history .history-swiper .swiper-slide .pic {
  width: 50%;
  height: 320px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.index-history .history-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: 0.3s;
}
.index-history .history-swiper .swiper-slide .pic:hover img {
  transform: scale(1.1);
}
.index-history .tabs-swiper {
  padding: 20px;
  box-sizing: border-box;
  height: 65px;
  background: url(../images/timeline.png) no-repeat right 0;
  position: relative;
}
.index-history .tabs-swiper .swiper-slide {
  width: 20%;
  height: 50px;
  font-size: 14px;
  line-height: 1;
  color: #969696;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition-duration: 0.3s;
  cursor: pointer;
  padding-top: 10px;
}
.index-history .tabs-swiper .swiper-slide::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #969696;
  position: absolute;
  border-radius: 50%;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.index-history .tabs-swiper .swiper-slide::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/history-ico002.png) no-repeat center;
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition-duration: 0.3s;
}
.index-history .tabs-swiper .swiper-slide-active::after {
  opacity: 1;
}
.history-pic {
  background: url(../images/bg-album.jpg) center center no-repeat;
}
.history-pic .con-title > * {
  color: white;
}
.history-item {
  overflow: hidden;
}
.history-item .swiper-container {
  position: relative;
  padding-bottom: 50PX;
}
.history-item .swiper-pagination-bullet {
  background: #fff;
  vertical-align: bottom;
  opacity: 1;
  transition: all 0.5s ease 0s;
  bottom: 0;
}
.history-item .swiper-pagination-bullet-active {
  background-color: #0f328f;
}
@media (max-width: 992px) {
  .index-history .history-swiper .swiper-slide {
    flex-direction: column;
  }
  .index-history .history-swiper .swiper-slide .txt {
    width: 100%%;
  }
  .index-history .history-swiper .swiper-slide .pic {
    width: 100%;
  }
}
.hot-news {
  padding: 20px;
}
.hot-news .tit {
  line-height: 30px;
  display: flex;
  justify-content: space-between;
}
.hot-news .tit h3 {
  font-size: 16px;
  font-weight: bold;
}
.left-news li {
  display: flex;
  border-bottom: 1px solid #dcdfe1;
  padding: 20px 0;
}
.left-news li:nth-child(2n) {
  border-bottom: 0;
}
.left-news li .img {
  width: 40%;
  height: 150px;
}
.left-news li .img img {
  width: 100%;
}
.left-news li .item-con {
  padding-left: 20px;
  width: 60%;
  height: 150px;
  overflow: hidden;
}
.left-news li .item-con h3 a {
  font-size: 16px;
  color: #006fc5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.left-news li .item-con p {
  color: #999;
  padding: 5px 0;
}
.right-news li {
  display: flex;
  border-bottom: 1px solid #dcdfe1;
  justify-content: space-between;
  line-height: 40px;
}
.right-news li:last-child {
  border-bottom: 0;
}
.right-news li a {
  width: 70%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.right-news li span {
  width: 30%;
  text-align: right;
  color: #666;
}
.right-news li a:hover {
  color: #0f328f;
}
.index-cooperate {
  background: url(../images/cooperate-bg.jpg);
  opacity: 0.8;
}
.index-cooperate .con-title > * {
  color: white;
}
.index-cooperate .cooperate {
  position: relative;
  margin: 0 auto;
}
.index-cooperate .swiper-container {
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
}
.index-cooperate .swiper-button-prev {
  color: white;
}
.index-cooperate .swiper-button-next {
  color: white;
}
.index-cooperate .swiper-slide a {
  display: block;
  background-color: white;
  padding: 10%;
  box-sizing: border-box;
  text-align: center;
}
.index-cooperate .swiper-slide .img {
  height: 50px;
  text-align: center;
}
.index-cooperate .swiper-slide .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 50px;
}
.index-cooperate .swiper-slide span {
  display: block;
  text-align: center;
  margin-top: 10px;
}
.index-news .n-title {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.index-news .n-title .con {
  position: absolute;
  left: 0px;
  bottom: 20px;
  color: white;
  padding: 0 20px;
  box-sizing: border-box;
}
.index-news .n-title .con h3 {
  display: block;
  font-size: 24px;
  margin-bottom: 20px;
}
.index-news .n-title .con p {
  font-size: 16px;
  margin-bottom: 20px;
}
.index-news .n-title .con .more a {
  color: white;
  opacity: 0.7;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #fff;
  line-height: 35px;
  text-align: center;
  padding: 0 20px;
}
.index-news .n-title .con .more a:hover {
  border: 1px solid #0f328f;
  background-color: #0f328f;
  color: white;
}
.n-con {
  margin-top: 20px;
  height: 200px;
  overflow: hidden;
}
.n-con a {
  display: block;
  background-color: white;
  padding: 5%;
  box-sizing: border-box;
  color: #333;
}
.n-con a .date {
  font-family: medium;
  font-weight: 700;
  color: #0f328f;
}
.n-con a .date .m {
  font-size: 36px;
}
.n-con a .date .bor {
  margin: 0 10px;
}
.n-con a h3 {
  display: block;
  width: 100%;
  color: #0f328f;
  font-size: 16px;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n-con a p {
  display: block;
  height: 8vh;
  overflow: hidden;
}
.n-con a:hover {
  background-color: #0f328f;
  color: white;
}
.n-con a:hover > * {
  color: white;
}
.video-list {
  padding: 20px;
  box-sizing: border-box;
  height: 420px;
  margin-top: 20px;
}
.video-list .tit {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.video-list .item-list a .img {
  position: relative;
  overflow: hidden;
}
.video-list .item-list a .img img {
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.video-list .item-list a:hover .img img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.video-list .item-list a .img::before {
  content: "";
  height: 40px;
  width: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
  background: url(../images/icon-play.png) no-repeat 0 0;
  background-size: 40px 40px;
  z-index: 2;
}
.nmore a {
  display: inline-block;
  width: 200px;
  line-height: 50px;
  color: #fff;
  background-color: #0f328f;
}
.nmore a:hover {
  opacity: 0.8;
}
.quote_box {
  background: url('../images/foot-bg.jpg') no-repeat center center;
  background-size: cover;
  padding: 0.7rem 0 0.9rem;
  color: #fff;
}
.quote_box h2 {
  font-size: 48px;
  font-weight: 600;
}
@media (min-width: 640px) {
  .quote_box .info {
    display: -webkit-flex;
    display: flex;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    box-align: center;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .quote_box .info .desc {
    width: 65%;
    max-width: 874px;
  }
}
.quote_box .info .desc {
  font-size: 17px;
  line-height: 2;
}
.quote_box .info a {
  background-color: #0073ff;
  display: inline-block;
  text-align: center;
  min-width: 1.78rem;
  line-height: 0.38rem;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 1359px) {
  .quote_box .info .desc {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .quote_box .info .desc {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .quote_box .info .desc {
    line-height: 1.6;
  }
}
@media (max-width: 639px) {
  .quote_box .info .desc {
    margin-bottom: 0.4rem;
  }
}
.quote_box .codes {
  background-color: rgba(6, 109, 235, 0.4);
  border-radius: 10px;
  color: #fff;
  padding: 0.48rem 4.6%;
}
@media (min-width: 992px) {
  .quote_box .codes {
    display: -webkit-flex;
    display: flex;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    box-align: center;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .quote_box .codes .lbox {
    width: 40%;
  }
  .quote_box .codes .rbox {
    width: 50%;
  }
  .quote_box .codes .rbox .inner {
    justify-content: flex-end;
  }
}
.quote_box .codes .title {
  font-size: 0.36rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 768px) {
  .quote_box .codes .title {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .quote_box .codes .title {
    font-size: 22px;
  }
}
.quote_box .codes nav {
  display: -webkit-flex;
  display: flex;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  box-align: center;
}
@media (max-width: 991px) {
  .quote_box .codes nav {
    margin-bottom: 0.4rem;
  }
}
.quote_box .codes nav .item {
  font-size: 18px;
  color: #fff;
  opacity: 0.5;
  padding: 0.14rem 0.3rem;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 2em;
  display: block;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.04, 0.79, 1, 1) !important;
}
@media (min-width: 1400px) {
  .quote_box .codes nav .item {
    margin-right: 0.2rem;
  }
}
@media (max-width: 1360px) {
  .quote_box .codes nav .item {
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  .quote_box .codes nav .item {
    padding: 0.14rem 0.2rem;
  }
}
.quote_box .codes nav .on {
  opacity: 1;
  border-color: #fff;
}
.quote_box .codes .rbox .inner {
  display: flex;
}
@media (max-width: 639px) {
  .quote_box .codes .rbox .inner {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .quote_box .codes .rbox .inner .code-item {
    width: 48%;
    margin-bottom: 4%;
    text-align: center;
    padding: 0.2rem;
  }
}
@media (min-width: 640px) {
  .quote_box .codes .code-item + .code-item {
    margin-left: 0.2rem;
  }
}
@media (min-width: 640px) and (max-width: 1360px) {
  .quote_box .codes .code-item + .code-item {
    margin-left: 0.16rem;
  }
}
.quote_box .codes .code-item {
  text-align: center;
  background: #fff;
  border-radius: 4px;
  color: #333;
  overflow: hidden;
  padding: 2px;
}
.quote_box .codes .code-item img {
  width: 94px;
  height: 94px;
}
.quote_box .codes .code-item span {
  padding: 2px 0 4px;
  display: block;
}
.quote_box .info {
  margin: 0.2rem 0 0.5rem;
}
footer {
  background-color: #eaecee;
  padding: 46px 0 0;
}
footer .ft-top {
  border-bottom: 1px solid #d7d9da;
  padding-bottom: 24px;
}
@media (min-width: 1200px) {
  footer .ft-top {
    display: flex;
    justify-content: space-between;
  }
}
footer .ft-top .lbox {
  margin-right: 0.3rem;
}
@media (min-width: 768px) {
  footer .ft-top .lbox {
    display: -webkit-flex;
    display: flex;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    box-align: center;
  }
}
@media (max-width: 1199px) {
  footer .ft-top .lbox {
    margin-bottom: 0.3rem;
  }
}
footer .ft-top .nav {
  font-size: 16px;
}
footer .ft-top .nav a:hover {
  color: #0073ff;
}
footer .ft-top .nav a + a {
  margin-left: 0.18rem;
}
footer .telbox > * {
  display: inline-block;
  vertical-align: middle;
}
footer .telbox .tit {
  color: #666;
}
footer .telbox .tel {
  font-size: clamp(20px, 3vw, 30px);
  font-family: medium;
  color: #0f328f;
}
@media (max-width: 639px) {
  footer .ft-icons {
    padding-top: 20px;
  }
}
footer .ft-icons a {
  padding: 0 15px;
  position: relative;
  color: #666;
}
footer .ft-icons a:hover {
  color: #0f328f;
}
footer .ft-icons a:first-child {
  padding-left: 0;
}
footer .ft-bottom {
  padding: 24px 0;
  line-height: 1.6;
  color: #666;
  text-align: center;
}
@media (min-width: 1360px) {
  footer .ft-bottom {
    display: -webkit-flex;
    display: flex;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    box-align: center;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 1359px) {
  footer .ft-bottom .ft-icons {
    padding-top: 10px;
  }
}
footer .ft-bottom a {
  color: #666;
}
footer .ft-bottom a:hover {
  color: #0073ff;
}
footer .ft-bottom span {
  display: inline-block;
}
@media (max-width: 480px) {
  footer .ft-bottom {
    line-height: 1.6;
    text-align: left;
  }
}
.con-banner .container-fluid {
  height: 300px;
  position: relative;
  color: white;
}
.con-banner .container-fluid .text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.con-banner .container-fluid .text h3 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 1px;
}
.con-banner .container-fluid .text p {
  font-size: 14px;
  margin-top: 5px;
}
.local {
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 0.8;
  background: url(../images/local.png) left center no-repeat;
  padding: 20px 30px;
  box-sizing: border-box;
  letter-spacing: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.con-banner .container-fluid a {
  color: white;
}
.product-brand {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.product-brand h3 {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #0f328f;
}
.product-brand .row > div {
  padding: 0 5px;
}
.product-item h3 {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #0f328f;
}
.ptit {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #0f328f;
  margin-bottom: 20px;
}
.product-brand-about {
  background: white;
  margin-bottom: 20px;
  padding: 20px;
  line-height: 30px;
}
.product-brand-about h3 {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #0f328f;
  margin-bottom: 10px;
}
.product-brand .row {
  padding: 0 10px;
  box-sizing: border-box;
}
.product-brand .product-brand-item a {
  display: block;
  padding: 10px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #ddd;
}
.product-brand .product-brand-item a:hover {
  border: 1px solid #e10000;
  background-color: #fff;
}
.product-brand .product-brand-item a img {
  max-width: 100%;
  max-height: 100%;
}
.product-brand .product-brand-item a.on {
  border: 1px solid #e10000;
  background-color: #fff;
}
.product-brand .product-item {
  font-size: 16px;
  margin-right: 20px;
}
.product-brand .product-item a:hover {
  color: #006fc5;
}
.product-type-item {
  background-color: white;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
}
.product-type-item .img {
  width: 40%;
}
.product-type-item .item-con {
  width: 55%;
}
.product-type-item .item-con h3 {
  display: block;
  font-size: 16px;
  color: #006fc5;
}
.product-type-item .item-con ul {
  margin-top: 10px;
}
.product-type-item .item-con ul li {
  position: relative;
  line-height: 30px;
}
.product-type-item .item-con ul li a::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  left: 0;
  background-color: #006fc5;
}
.product-type-item .item-con ul li a {
  padding-left: 10px;
}
.product-type-item .item-con .more a {
  margin-top: 20px;
  display: inline-block;
  width: 100px;
  line-height: 30px;
  border: 1px solid #006fc5;
  border-radius: 16px;
  background-color: white;
  color: #006fc5;
  text-align: center;
}
.product-type-item .item-con .more a:hover {
  background-color: #006fc5;
  color: white;
}
.product-item .item-list a {
  display: block;
  background-color: white;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.product-item .item-list a .img {
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-item .item-list a .img img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.product-item .item-list a:hover .img img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.product-item .item-list a .title {
  font-size: 18px;
}
.product-item .item-list a span {
  margin-top: 20px;
  display: inline-block;
  width: 100px;
  line-height: 30px;
  border: 1px solid #0f328f;
  border-radius: 16px;
  background-color: white;
  color: #0f328f;
  text-align: center;
}
.product-item .item-list a:hover span {
  background-color: #0f328f;
  color: white;
}
.product-item .item-list a:hover {
  background-color: #f2f9ff;
}
.pc-slide {
  width: 500px;
  margin: 0 auto;
}
.view .swiper-container {
  width: 500px;
  height: 500px;
}
.view .arrow-left {
  background: url(../images/index_tab_l.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 51px;
  z-index: 10;
}
.view .arrow-right {
  background: url(../images/index_tab_r.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 51px;
  z-index: 10;
}
.view .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.preview {
  width: 100%;
  margin-top: 10px;
  position: relative;
}
.preview .swiper-container {
  width: 430px;
  height: 82px;
  margin-left: 35px;
}
.preview .swiper-slide {
  width: 87px;
  height: 82px;
  cursor: pointer;
}
.preview .slide6 {
  width: 82px;
}
.preview .arrow-left {
  background: url(../images/feel3.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}
.preview .arrow-right {
  background: url(../images/feel4.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}
.preview img {
  padding: 1px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.preview .active-nav img {
  padding: 0;
  border: 1px solid #F00;
}
.p-con {
  background-color: #eff1f5;
  padding: 5%;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 200%;
}
.p-con h1 {
  font-size: 36px;
  font-weight: bold;
}
.p-con .bor {
  height: 2px;
  background-color: #000;
  margin: 20px 0;
}
.p-show .local {
  position: static;
  background: none;
  padding: 20px 0;
  color: #000;
}
.p-item {
  display: flex;
  justify-content: space-between;
  background-color: white;
}
.p-item .pc-slide {
  width: 50%;
}
.p-item .p-con {
  width: 50%;
}
.p-class {
  color: #666;
}
.p-tel {
  color: #666;
  margin-top: 10px;
}
.p-tel a {
  font-family: medium;
  color: #0f328f;
  font-weight: 600;
  font-size: 28px;
}
.p-con .more {
  margin-top: 20px;
}
.p-con .more a {
  display: inline-block;
  width: 160px;
  line-height: 40px;
  border-radius: 21px;
  background-color: #0f328f;
  color: white;
  text-align: center;
}
.p-con .more a:hover {
  background-color: #006fc5;
}
.p-content {
  background-color: white;
  padding: 30px;
}
.p-content .p-tit {
  font-size: 24px;
  font-weight: bold;
  line-height: 3;
  border-bottom: 1px solid #CACACA;
}
.product-nav {
  border-top: 1px solid #caceca;
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  transition: top 0.5s ease;
  font-size: 18px;
  height: 70px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.product-nav .container-fluid {
  display: flex;
  justify-content: center;
}
.product-nav .container-fluid a {
  display: block;
  flex: 1;
  text-align: center;
  line-height: 70px;
  color: black;
}
.product-nav .container-fluid a:hover {
  color: #006fc5;
}
.photo .photo-item {
  display: flex;
  line-height: 2;
  border-bottom: 1px solid #ddd;
}
.photo .photo-item:nth-child(2n-1) {
  background-color: white;
}
.photo .photo-item .img {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}
.photo .photo-item .img img {
  max-width: 100%;
  max-height: 100%;
}
.photo .photo-item .item-con {
  width: 75%;
  padding: 20px;
  box-sizing: border-box;
}
.photo .photo-item .item-con h3 {
  display: block;
  color: #0f328f;
  font-size: 16px;
}
.news_inner {
  background: #fff;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.news_inner .cimgbox {
  padding-bottom: 72%;
}
.news_inner .info {
  padding: 0.3rem 7%;
}
.news_inner .info .time {
  color: #999;
}
.news_inner .info .type {
  color: #0073ff;
}
.news_inner .time {
  font-weight: bold;
}
.news_inner .tit {
  font-size: 18px;
  line-height: 1.55em;
  margin: 0.1rem 0 0.5rem;
  word-break: break-all;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: calc(18px*1.5*2);
  display: block;
}
.news_inner .desc {
  line-height: 1.7;
  word-break: break-all;
  overflow: hidden;
  -webkit-line-clamp: 3;
  height: calc(14px*1.7*3);
}
.news_inner .covertxt {
  background: linear-gradient(180deg, rgba(6, 109, 235, 0.9), #006fc5 50%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  color: #fff;
  padding: 0.6rem 7%;
  transform: translateY(50%);
  opacity: 0;
  transition: transform 0.2s;
}
.news_inner:hover .covertxt {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.news_inner .covertxt a {
  color: #fff;
}
.news_inner .covertxt .more {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  display: -webkit-flex;
  display: flex;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  box-align: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  left: 0.4rem;
  bottom: 0.5rem;
  transition: all 0.3s cubic-bezier(0.04, 0.79, 1, 1) !important;
}
.cimgbox {
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
.cimgbox .img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  transition: all 6s cubic-bezier(0.04, 0.79, 1, 1) !important;
}
.cimgbox.cover .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cimgbox.scale:hover .img {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.col-news .hd {
  padding: 0.8rem 0 28px;
}
@media (min-width: 992px) {
  .col-news .hd {
    width: 67.2%;
  }
}
.col-news .hd .tit2 {
  line-height: 1.2;
  margin-bottom: 0.3rem;
  font-size: 0.38rem;
}
.col-news .tool {
  display: flex;
  justify-content: space-between;
}
.col-news .data {
  display: -webkit-flex;
  display: flex;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  box-align: center;
  font-size: 16px;
}
.col-news .data .time {
  color: #666;
}
.col-news .data .type {
  color: #0073ff;
  margin-right: 0.3rem;
}
.col-main {
  padding-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .col-news-body {
    display: flex;
    justify-content: space-between;
  }
  .col-news-body .col-main {
    width: 67.2%;
  }
  .col-news-body .col-sub {
    width: 25.8%;
  }
}
@media (min-width: 992px) and (max-width: 1360px) {
  .col-news-body .col-sub {
    width: 30%;
  }
}
@media (min-width: 640px) {
  .col-news-body .news-content {
    background: #fff;
    padding: 0.7rem;
  }
}
.news-content .arctag {
  padding: 0.6rem 0 30px;
  border-bottom: 1px solid #e9e9e9;
  line-height: 1.76;
}
.news-content .arctag a {
  color: #0073ff;
}
.news-content .arctag a:hover {
  color: #000;
}
.article {
  line-height: 1.8;
  color: #333;
}
@media (min-width: 1280px) {
  .article {
    font-size: 16px;
  }
}
.article p {
  margin-bottom: 1.5em;
}
.article h3 {
  font-size: 18px;
  color: #111;
  font-weight: bold;
  margin-bottom: 0.6em;
}
@media (max-width: 640px) {
  .article h3 {
    font-size: 16px;
  }
}
.news-pnext {
  display: -webkit-flex;
  display: flex;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  box-align: center;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 0.7rem;
  font-size: 16px;
  font-weight: bold;
}
.news-pnext a:hover {
  color: #0073ff;
}
.news-pnext em {
  padding: 0 4px;
}
.news-pnext .arr {
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e9e9e9;
  display: inline-block;
  font-size: 14px;
}
@media (max-width: 480px) {
  .news-pnext .arr {
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
  }
}
.news-pnext .arr::after {
  font-size: inherit;
}
.col-sub {
  padding-bottom: 1rem;
}
@media (max-width: 640px) {
  .col-sub {
    background-color: #f8f8f8;
    width: 100vw;
    position: relative;
    left: -6vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 991px) {
  .col-sub {
    padding-top: 0.5rem;
  }
}
.col-sub .subbox {
  margin-bottom: 40px;
}
.col-sub .title {
  font-size: 0.3rem;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .col-sub .title {
    font-size: 22px;
  }
}
.col-sub .subbox.first {
  position: relative;
}
@media (min-width: 992px) {
  .col-sub .subbox.first .title {
    line-height: 30px;
    position: absolute;
    left: 0;
    top: -60px;
  }
}
@media (min-width: 992px) and (max-width: 1360px) {
  .col-sub .subbox.first .title {
    top: -54px;
  }
}
.col-sub .subbox:not(.first) .title {
  margin-bottom: 20px;
}
.sub-news .bd {
  background: #fff;
  padding: 20px 10px;
  box-sizing: border-box;
}
.sub-news li {
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 1360px) {
  .sub-news li {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .sub-news li {
    font-size: 15px;
  }
}
.sub-news li a {
  display: block;
  padding-left: 20px;
  position: relative;
}
.sub-news li a:hover {
  color: #0073ff;
}
.sub-news li a::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #c0c0c0;
  border-radius: 50%;
  left: 0;
  top: calc((18px * 1.4 - 4px)/2);
}
@media (max-width: 1360px) {
  .sub-news li a::before {
    top: calc((16px * 1.4 - 4px)/2);
  }
}
.sub-news li + li {
  margin-top: 0.2rem;
}
.sub-case {
  margin: 0 0 0.8rem;
  max-width: 360px;
}
.sub-case li {
  margin-bottom: 0.4rem;
}
.sub-case li .tit {
  font-size: 18px;
  display: block;
  padding-top: 0.2rem;
}
.sub-contact li {
  margin-bottom: 0.2rem;
}
.sub-contact a {
  background-color: #0073ff;
  color: #fff;
  font-size: 18px;
  line-height: 0.76rem;
  display: -webkit-flex;
  display: flex;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  box-align: center;
  padding-left: 0.34rem;
  position: relative;
}
@media (max-width: 992px) {
  .sub-contact a {
    line-height: 50px;
    font-size: 16px;
  }
}
.sub-contact a:hover {
  opacity: 0.9;
}
.sub-contact a:hover .iconfont {
  transform: translateX(10px) translateY(-50%);
}
.sub-contact a .iconfont {
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  transition: all 0.3s cubic-bezier(0.04, 0.79, 1, 1) !important;
}
.sub-contact a .ic-tel {
  background: url('../images/ic_tel.png') no-repeat center center;
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 0.16rem;
}
.sub-contact .telbox {
  background: #e11111;
}
.pic-item .item-list a {
  display: block;
  background-color: white;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.pic-item .item-list a .img {
  height: 15vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pic-item .item-list a .img img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.pic-item .item-list a:hover .img img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.pic-item .item-list a .tit {
  font-size: 18px;
  text-align: center;
}
.s-search {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.s-search form {
  width: 100%;
}
.s-search .inp_text {
  background-color: white;
  padding: 0 10px;
  width: 30%;
  line-height: 40px;
  border: 1px solid #0f328f;
}
.s-search .inp_button {
  width: 100px;
  line-height: 42px;
  background-color: #0f328f;
  color: white;
  text-align: center;
  border: 0px;
}
.snav {
  background-color: #fff;
}
.snav ul {
  display: flex;
}
.snav ul li {
  flex: 1;
  border-right: 1px solid #f9f9f9;
}
.snav ul li:last-child {
  border: 0px;
}
.snav a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 55px;
  box-sizing: border-box;
  background-color: white;
}
.snav a:hover {
  background-color: #006fc5;
  color: white;
}
.snav ul li.active a {
  background-color: #006fc5;
  color: white;
}
.c-content {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  background-color: white;
  padding: 3%;
}
.industry-list {
  margin-top: 35px;
}
.industry-list .list-item {
  margin-top: 10px;
  border-bottom: 1px solid #ededed;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 2px;
}
.industry-list .list-item.active {
  visibility: visible;
  -webkit-animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
  -moz-animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
  -o-animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
  animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
}
.industry-list .list-item:hover {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.industry-list .list-item:hover .img-box img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.industry-list .list-item:hover .right-box .tit {
  color: #0f328f;
}
.industry-list .list-item a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 70px 45px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.industry-list .list-item .img-box {
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 25%;
  overflow: hidden;
  position: relative;
  border-radius: 2px;
}
.industry-list .list-item .img-box img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.industry-list .list-item .img-box .text {
  position: absolute;
  padding: 8px 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 0;
  right: 0;
  font-size: 14px;
  color: #fff;
  background: rgba(63, 132, 151, 0.5);
  border-radius: 2px;
}
.industry-list .list-item .right-box {
  margin-left: 50px;
}
.industry-list .list-item .right-box .tit {
  font-size: 20px;
  color: #333333;
}
.industry-list .list-item .right-box .time {
  margin: 20px auto;
  font-size: 14px;
  color: #999999;
}
.industry-list .list-item .right-box .time .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/icon/icon-time.png) no-repeat center / 100%;
  margin-right: 5px;
  margin-bottom: -3px;
}
.industry-list .list-item .right-box .details {
  font-size: 16px;
  color: #999999;
}
@media (max-width: 992px) {
  .industry-list .list-item a {
    flex-direction: column;
  }
  .industry-list .list-item .img-box {
    width: 100%;
  }
  .industry-list .list-item .right-box {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.video-item .item-list a {
  display: block;
  background-color: white;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.video-item .item-list a .img {
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.video-item .item-list a .img img {
  max-width: 100%;
  position: absolute;
  z-index: 1;
  max-height: 100%;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.video-item .item-list a:hover .img img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.video-item .item-list a .title {
  font-size: 18px;
}
.video-item .item-list a span {
  margin-top: 20px;
  display: inline-block;
  width: 100px;
  line-height: 30px;
  border: 1px solid #0f328f;
  border-radius: 16px;
  background-color: white;
  color: #0f328f;
  text-align: center;
}
.video-item .item-list a:hover span {
  background-color: #0f328f;
  color: white;
}
.video-item .item-list a:hover {
  background-color: #f2f9ff;
}
.video-item .item-list a .img::before {
  content: "";
  height: 40px;
  width: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
  background: url(../images/icon-play.png) no-repeat 0 0;
  background-size: 40px 40px;
  z-index: 2;
}
.video-item .item-list a .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contact {
  padding: 5%;
  font-size: 16px;
  box-sizing: border-box;
}
