@charset "utf-8";
@media (min-width: 1201px) {
  .wrap {
    max-width: 1200px;
  }
  .wrap.type-full {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1231px) {
  .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1471px) {
  .wrap {
    max-width: 1440px;
  }
  .wrap.type-wid-a {
    max-width: 1400px;
  }
}
@media (min-width: 1571px) {
  .wrap.type-full {
    max-width: 1920px;
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1200px) {
  .wrap {
    max-width: 768px;
  }
}
.bg0 {
  background-color: #ffffff;
}
.bg1 {
  background-color: #101010;
}
.bg2 {
  background-color: #1c1c1c;
}
.bg3 {
  background-color: #f8f8f8;
}
.bg4 {
  background-color: #f6f6f6;
}
.bg5 {
  background-color: #f3f4f8;
}
.bg6 {
  background-image: linear-gradient(#efefed, #ffffff);
}
.bg7 {
  background-color: #081318;
}
.bg8 {
  background-color: #f3f3f3;
}
.bg9 {
  background-color: #f7f7f7;
}
.colorf {
  color: #ffffff;
}
.color1 {
  color: #222222;
}
.color2 {
  color: #333333;
}
.color3 {
  color: #888888;
}
.color4 {
  color: #555555;
}
.color-main {
  color: #2e80d4;
}
/***箭头***/
.jt-a-css {
  position: relative;
}
.jt-a-css.left,
.jt-a-css.right {
  display: block;
  border-radius: 50%;
  background: #f8f8f8 no-repeat center;
  transition: all 0.3s;
}
.jt-a-css.left:hover,
.jt-a-css.right:hover {
  background-color: #f5bb00;
}
.jt-a-css.left {
  background-image: url(../images/icon_jt_1_1_1.png);
}
.jt-a-css.left:hover {
  background-image: url(../images/icon_jt_1_1_3.png);
}
.jt-a-css.right {
  background-image: url(../images/icon_jt_1_2_1.png);
}
.jt-a-css.right:hover {
  background-image: url(../images/icon_jt_1_2_3.png);
}
.jt-a {
  width: 46px;
  height: 46px;
  position: relative;
}
.jt-a.left,
.jt-a.right {
  display: block;
  border-radius: 50%;
  background: #f8f8f8 no-repeat center;
  transition: all 0.3s;
}
.jt-a.left:hover,
.jt-a.right:hover {
  background-color: #f5bb00;
}
.jt-a.left {
  background-image: url(../images/icon_jt_1_1_1.png);
}
.jt-a.left:hover {
  background-image: url(../images/icon_jt_1_1_3.png);
}
.jt-a.right {
  background-image: url(../images/icon_jt_1_2_1.png);
}
.jt-a.right:hover {
  background-image: url(../images/icon_jt_1_2_3.png);
}
@media (max-width: 992px) {
  .jt-a {
    width: 36px;
    height: 36px;
  }
}
.jt-c-css {
  position: relative;
}
.jt-c-css::before,
.jt-c-css::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  background: rgba(51, 51, 51, 0.6);
  transition: all 0.3s;
}
.jt-c-css::before {
  transform: translate(-85%, 0) rotate(45deg);
}
.jt-c-css::after {
  transform: translate(-15%, 0) rotate(-45deg);
}
.jt-c-on-css::before {
  transform: translate(-85%, 0) rotate(-45deg);
}
.jt-c-on-css::after {
  transform: translate(-15%, 0) rotate(45deg);
}
.jt-c-on-css.on::before {
  transform: translate(-85%, 0) rotate(-45deg);
}
.jt-c-on-css.on::after {
  transform: translate(-15%, 0) rotate(45deg);
}
.jt-c {
  width: 22px;
  height: 10px;
  position: relative;
}
.jt-c::before,
.jt-c::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  background: rgba(51, 51, 51, 0.6);
  transition: all 0.3s;
}
.jt-c::before {
  transform: translate(-85%, 0) rotate(45deg);
}
.jt-c::after {
  transform: translate(-15%, 0) rotate(-45deg);
}
.jt-c-on.on .jt-c::before {
  transform: translate(-85%, 0) rotate(-45deg);
}
.jt-c-on.on .jt-c::after {
  transform: translate(-15%, 0) rotate(45deg);
}
.jt-c-on.on .jt-c.on::before {
  transform: translate(-85%, 0) rotate(-45deg);
}
.jt-c-on.on .jt-c.on::after {
  transform: translate(-15%, 0) rotate(45deg);
}
.swiper-container .swiper-points {
  padding: 0;
  text-align: center;
}
.swiper-container .swiper-points .swiper-pagination-bullet {
  margin: 0 7px;
  width: 10px;
  height: 10px;
  border: solid 2px #ffffff;
  background: transparent;
  opacity: 1;
}
.swiper-container .swiper-points .swiper-pagination-bullet-active {
  border-color: #2e80d4;
  background-color: #2e80d4;
}
/**头部导航**/
#header {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 9;
  background: transparent;
  transition: all 0.3s ease-in;
}
#header .logo-box {
  transition: all 0.3s;
}
#header .logo-box img {
  width: auto;
  transition: all 0.3s;
}
#header .logo-box .i {
  display: block;
}
#header .logo-box .i_h {
  display: none;
}
#header .menu {
  vertical-align: middle;
}
#header .menu .menu-box {
  display: flex;
}
#header .menu .menu-son {
  transition: all 0.3s;
}
#header .menu .menu-title {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  color: #000000;
  transition: all 0.3s;
}
#header .right-box .language-block {
  border: 0 none;
}
#header .right-box .language-block .word-li {
  padding-right: 0;
  color: #ffffff;
}
#header .right-box .language-block .word-li.default::after {
  display: none;
}
#header .right-box .language-block + .line {
  display: block;
}
#header .right-box .line {
  display: none;
  margin: 0 24px;
  width: 1px;
  height: 18px;
  background-color: #ffffff;
  opacity: 0.28;
}
#header .right-box .search-check {
  display: block;
  height: 19px;
  width: 19px;
  background: url(../images/icon_search.png) no-repeat center / contain;
}
body[data-them="white"] #header .logo-box .i {
  display: block;
}
body[data-them="white"] #header .logo-box .i_h {
  display: none;
}
body[data-them="white"] #header .right-box .language-block .word-li {
  color: #ffffff;
}
body[data-them="white"] #header .menu .menu-title {
  color: #ffffff;
}
body[data-them="white"] #header .search-check {
  background-image: url(../images/icon_search.png);
}
body[data-them="gray"] #header .logo-box .i {
  display: none;
}
body[data-them="gray"] #header .logo-box .i_h {
  display: block;
}
body[data-them="gray"] #header .right-box .language-block .word-li {
  color: #333333;
}
body[data-them="gray"] #header .menu .menu-title {
  color: #333333;
}
body[data-them="gray"] #header .search-check {
  background-image: url(../images/icon_search_h.png);
}
.small-header header#header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.small-header header#header .logo-box .i {
  display: none;
}
.small-header header#header .logo-box .i_h {
  display: block;
}
.small-header header#header .right-box .line {
  background: #666666;
}
.small-header header#header .right-box .language-block .word-li {
  color: #888888;
}
.small-header header#header .right-box .search-check {
  background-image: url(../images/icon_search_h.png);
}
.phone-menu {
  display: none;
  position: relative;
  order: 2;
  border-radius: 5px;
  height: 32px;
  width: 36px;
  flex-wrap: wrap;
  background: #1492ff;
}
.phone-menu .phone-menu-i {
  display: block;
  position: absolute;
  left: 15%;
  top: 50%;
  margin-top: -1.5px;
  border-radius: 1.5px;
  width: 70%;
  height: 3px;
  background: #fff;
  opacity: 1;
  transform: rotate(0);
  transition: all 0.3s;
}
.phone-menu .phone-menu-i.i1 {
  margin-top: -9.5px;
}
.phone-menu .phone-menu-i.i3 {
  margin-top: 6.5px;
}
.menu-show .phone-menu .phone-menu-i.i1 {
  margin-top: -1.5px;
  transform: rotate(45deg);
}
.menu-show .phone-menu .phone-menu-i.i2 {
  opacity: 0;
}
.menu-show .phone-menu .phone-menu-i.i3 {
  margin-top: -1.5px;
  transform: rotate(-45deg);
}
.header-type-a #header {
  background-color: #fff;
}
.header-type-a #header .logo-box .i {
  display: none;
}
.header-type-a #header .logo-box .i_h {
  display: block;
}
.header-type-a #header .right-box .line {
  background: #666666;
}
.header-type-a #header .right-box .language-block .word-li {
  color: #888888;
}
.header-type-a #header .right-box .search-check {
  background-image: url(../images/icon_search_h2.png);
}
@media (min-width: 1201px) {
  header#header:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #ffff;
  }
  header#header:hover .logo-box .i {
    display: none;
  }
  header#header:hover .logo-box .i_h {
    display: block;
  }
  header#header:hover .menu-son .menu-title {
    color: #333333;
  }
  header#header:hover .menu-son.on .menu-title,
  header#header:hover .menu-son:hover .menu-title {
    color: #008cff;
  }
  header#header:hover .right-box .line {
    background: #666666;
  }
  header#header:hover .right-box .language-block .word-li {
    color: #888888;
  }
  header#header:hover .right-box .search-check {
    background-image: url(../images/icon_search_h.png);
  }
  header#header .wrap-box {
    position: relative;
  }
  header#header .logo-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
  header#header .logo-box img {
    height: 60%;
  }
  header#header .mid-box {
    width: 100%;
  }
  header#header .menu {
    text-align: center;
  }
  header#header .menu .menu-box {
    margin: 0 auto;
    width: auto;
  }
  header#header .menu .menu-title {
    position: relative;
    font-size: 17px;
    line-height: 100px;
    color: #ffffff;
  }
  header#header .menu .menu-title::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
/*    background: #008cff;*/
    transition: all 0.3s;
  }
  header#header .menu .pc-hide {
    display: none !important;
  }
  header#header .menu-son {
    display: flex;
    padding: 0 20px;
    align-items: center;
  }
  header#header .menu-son.on .menu-title,
  header#header .menu-son:hover .menu-title {
    
    background: url(/static/images/guangn.png) no-repeat bottom;
  }
  header#header .menu-son.on .menu-title::after,
  header#header .menu-son:hover .menu-title::after {
    left: 0;
    width: 100%;
  }
  header#header .menu-son.on .menu-title::after,
  header#header .menu-son:hover .menu-title::after {
    left: 0;
    width: 100%;
  }
  header#header .menu-son .menu-lib-btn {
    display: none;
  }
  header#header .menu-son:hover .lib-box {
    margin-top: 0;
    opacity: 1;
    pointer-events: auto;
  }
  header#header .lib-box {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: -10px;
    transform: translateX(-50%);
    width: 1400px;
    max-width: 100%;
    padding: 45px 0 55px;
    opacity: 0;
    text-align: left;
    white-space: nowrap;
    pointer-events: none;
    transition: margin 0.3s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
  }
  header#header .lib-box::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -100vw;
    border-top: 1px solid #ededed;
    height: 100%;
    width: 200vw;
    background: #ffffff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  }
  header#header .lib-box .flex-box {
    position: relative;
  }
  header#header .lib-box .flex-box .flex-left {
    flex-direction: column;
  }
  header#header .lib-box .flex-box .flex-left .menu-lib-title {
    width: 100%;
  }
  header#header .lib-box .flex-box .line {
    margin: 0 75px;
    width: 1px;
    background: #ebebeb;
  }
  header#header .lib-box .flex-box .img-box {
    width: 415px;
  }
  header#header .lib-box .flex-box .img-box::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 54.216%;
  }
  header#header .menu-lib-title {
    display: block;
  }
  header#header .menu-lib-title .a {
    display: block;
    position: relative;
    transform: translateX(0);
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.4em;
    color: #333;
    transition: all 0.3s;
  }
  header#header .menu-lib-title .a.on,
  header#header .menu-lib-title .a:hover {
    color: #008cff;
  }
  header#header .menu-lib-title .a:hover {
    transform: translateX(3px);
  }
  header#header .right-box {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
  }
  .header-type-a {
    height: 101px;
    border-bottom: 1px solid #e6e6e6;
  }
  .header-type-a #header .logo-box img {
    height: 30px;
  }
  .header-type-a #header .menu .menu-son .menu-title {
    color: #333333;
  }
  .header-type-a #header .menu .menu-son .menu-title:hover {
    color: #008cff;
  }
  .header-type-a #header .menu .menu-son.on .menu-title {
    color: #008cff;
  }
  .small-header #header .logo-box img {
    height: 100%;
  }
  .small-header #header .menu .menu-son .menu-title {
    font-size: 15px;
    line-height: 60px;
    color: #333333;
  }
  .small-header #header .menu .menu-son.on .menu-title,
  .small-header #header .menu .menu-son:hover .menu-title {
    color: #008cff;
  }
  .small-header #header .lib-box {
    padding: 25px 0;
  }
  .small-header #header .menu-lib-title .a {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  body[data-them="white"] #header .right-box .language-block .word-li {
    color: #333333;
  }
  body[data-them="white"] #header .menu .menu-title {
    color: #333333;
  }
  .header-box {
    position: sticky;
    top: 0;
    z-index: 99;
    height: 0;
  }
  #header {
    position: static;
  }
  #header .logo-box {
    height: 56px;
  }
  #header .logo-box img {
    height: 100%;
  }
  #header .mid-box .menu {
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    flex-flow: column;
    top: 56px;
    left: 0;
    height: calc(100% - 56px);
    width: 100%;
    padding: 0;
    background: #fafafa;
    overflow-y: auto;
    pointer-events: none;
    opacity: 0;
    z-index: -1;
    transform: scale(0.99) translateY(5%);
    transition: transform 0.2s ease-in-out, opacity 0.3s, height 0.3s, top 0.3s;
  }
  #header .mid-box .menu-box {
    margin: 0 auto;
    max-width: 100%;
    width: 768px;
    padding: 0 15px;
    flex-wrap: wrap;
  }
  #header .mid-box .menu-son {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  #header .mid-box .menu-son .menu-title {
    display: flex;
    position: relative;
    border-bottom: 1px solid #eee;
    height: auto;
    width: 100%;
    padding: 5px 10px;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    line-height: 38px;
    color: #555555;
  }
  #header .mid-box .menu-son .menu-title .menu-lib-btn {
    height: 100%;
  }
  #header .mid-box .menu-lib {
    display: none;
    border-bottom: 1px solid #eee;
    width: 100%;
    padding: 7px 0;
  }
  #header .mid-box .menu-lib .flex-box {
    justify-content: unset;
  }
  #header .mid-box .menu-lib .flex-box .line {
    display: none;
  }
  #header .mid-box .menu-lib .flex-box .flex-right {
    display: none;
  }
  #header .mid-box .menu-lib .menu-lib-title {
    display: block;
    width: 100%;
  }
  #header .mid-box .menu-lib .menu-lib-title .a {
    display: block;
    padding: 5px 25px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
  }
  #header .right-box .language-block {
    display: none;
  }
  #header .right-box .language-block + .line {
    display: none;
  }
  #header .right-box .phone-menu {
    display: block;
    margin-left: 25px;
  }
  .header-type-a {
    height: 56px;
  }
  .menu-show #header .mid-box .menu {
    pointer-events: auto;
    z-index: 999;
    opacity: 1;
    transform: scale(1) translateY(0);
    background: #fafafa;
  }
}
@media (max-width: 768px) {
  #header .logo-box {
    height: 46px;
  }
  #header .logo-box img {
    height: 80%;
  }
  #header .mid-box .menu {
    top: 46px;
    height: calc(100% - 46px);
  }
  #header .right-box .search-check {
    height: 16px;
    width: 16px;
  }
  #header .right-box .phone-menu {
    width: 32px;
    height: 28px;
    margin-left: 15px;
  }
  #header .right-box .phone-menu .phone-menu-i.i1 {
    margin-top: -7.5px;
  }
  #header .right-box .phone-menu .phone-menu-i.i3 {
    margin-top: 4.5px;
  }
  .menu-show #header .right-box .phone-menu .phone-menu-i {
    margin-top: -1.5px;
  }
}
.language-block {
  position: relative;
  border: solid 1px #dfdfdf;
}
.language-block:hover .word-ul {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.language-block .word-li {
  padding: 5px 14px 5px 19px;
  color: #888888;
}
.language-block .word-li:hover {
  color: #008cff;
}
.language-block .word-li .word {
  padding-left: 10px;
  font-size: 14px;
  line-height: 30px;
}
.language-block .word-li.default::after {
  content: "";
  display: block;
  margin-bottom: 2px;
  margin-left: 13px;
  width: 8px;
  height: 4px;
  background: url(../images/icon_jt_4_1_1.png) no-repeat center / contain;
}
.language-block .word-li.default:hover::after {
  background-image: url(../images/icon_jt_4_1_2.png);
}
.language-block .word-ul {
  position: absolute;
  left: 0;
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
  background: #ffffff;
}
.language-block.top .word-ul {
  top: 100%;
}
.language-block.bot .word-ul {
  bottom: 100%;
}
.form-type-a {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  align-items: center;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  background-color: rgba(0, 0, 0, 0.6);
}
.form-type-a .form-box {
  display: flex;
  width: 100%;
  padding: 45px 40px;
}
.form-type-a .form {
  display: flex;
  position: relative;
  z-index: 9;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #2e80d4;
  border-radius: 4px;
  width: 1200px;
  max-width: 100%;
  font-size: 0;
  background: #ffffff;
}
.form-type-a .form .key {
  display: inline-flex;
  position: relative;
  width: 100%;
  height: 52px;
  padding: 0 30px;
  line-height: 50px;
  font-size: 16px;
  color: #333;
}
.form-type-a .form .key:focus {
  border-color: #fff;
}
.form-type-a .form .key:placholder-show {
  color: #c4cbd4;
}
.form-type-a .form .submit {
  display: inline-flex;
  flex-shrink: 0;
  border-radius: 4px;
  height: 100%;
  width: 50px;
  padding: 0;
  background: #f1f1f1 url(../images/icon_search_h.png) no-repeat center;
  cursor: pointer;
}
.form-type-a .form .submit:hover {
  background-color: #dedede;
}
.form-type-a .exit {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 0 none;
  cursor: pointer;
}
.form-type-a .exit::after,
.form-type-a .exit::before {
  display: none;
}
.search-show .form-type-a {
  pointer-events: auto;
  opacity: 1;
  z-index: 9999;
}
.form-type-b .form {
  margin: 0;
  border: solid 1px #aaaaaa;
  padding: 0;
}
.form-type-b .form .key {
  width: 100%;
  height: 52px;
  padding: 0 25px;
  font-size: 16px;
  line-height: 52px;
  color: #666666;
}
.form-type-b .form .submit {
  margin: 0;
  width: 78px;
  padding: 0;
  flex-shrink: 0;
  background: transparent url(../images/icon_search2.png) no-repeat center;
  cursor: pointer;
  transition: all 0.3s;
}
.form-type-b .form .submit:hover {
  background-color: #f1f1f1;
}
@media (max-width: 1200px) {
  .form-type-b .form .key {
    height: 42px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 42px;
  }
  .form-type-b .form .submit {
    width: 58px;
    background-size: 22px auto;
  }
}
.footer-type-a {
  border-top: 1px solid #eaeaea;
}
.footer {
  padding-top: 56px;
  font-size: 14px;
  color: #898989;
}
.footer a {
  color: #898989;
}
.footer a:hover {
  color: #008cff;
}
.footer .title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 15px;
  color: #9E9E9E;
}
.footer .top {
  border-bottom: 1px solid #dfdfdf;
}
.footer .top .list {
/*  width: 65%;*/
}
.footer .top .list .list-li {
/*  width: 95px;*/
  padding-right: 10px;
}
.footer .top .list .list-li.contact {
  width: 255px;
  padding-right: 0;
}
.footer .top .list .a-box .a-li {
  padding: 5px 0;
}
.footer .top .list .a-box .a {
  display: block;
  transform: translateX(0);
  transition: all 0.3s;
}
.footer .top .list .a-box .a:hover {
  transform: translateX(3px);
}
.footer .top .list .cont {
  line-height: 24px;
}
.footer .top .list .cont .con-mid {
  margin: 17px 0 17px;
}
.footer .top .list .cont .flex-box span {
  flex-shrink: 0;
}
.footer .top .code-block {
  width: 20%; 
}
.footer .top .code-block .code-li {
  max-width: 32%;
  text-align: center;
}
.footer .top .code-block .code-li img {
  width: 50px;
  height: auto;
}
.footer .top .code-block .txt {
  margin-top: 5px;
}
.footer .top .friend {
  padding-top: 72px;
  padding-bottom: 24px;
}
.footer .top .friend .friend-tit {
  flex-shrink: 0;
}
.footer .top .friend a {
  margin-right: 45px;
}
.footer .top .friend .line {
  margin: 0 18px;
  width: 1px;
  height: 14px;
  background-color: #dddddd;
}
.footer .links .line {
  margin: 0 15px;
  width: 1px;
  height: 15px;
  background-color: #b5b4b4;
}
.footer .foot-bot {
  padding-top: 18px;
  padding-bottom: 18px;
  color: #b5b4b4;
}
.footer .foot-bot a {
  color: #b5b4b4;
}
.footer .foot-bot a:hover {
  color: #008cff;
}
.footer .foot-bot .copy {
  display: inline-block;
}
@media (max-width: 1200px) {
  .footer {
    padding-top: 35px;
  }
  .footer .title {
    margin-bottom: 5px;
  }
  .footer .top .flex-box {
    flex-wrap: wrap;
  }
  .footer .top .list {
    width: 100%;
  }
  .footer .top .list .list-li {
/*    display: none;*/
  }
  .footer .top .list .list-li.contact {
    display: block;
    width: 100%;
  }
  .footer .top .list .cont .con-mid {
    margin: 0;
  }
  .footer .top .code-block {
    justify-content: start;
    border-left: 0 none;
    width: 100%;
    padding-left: 0;
  }
  .footer .top .code-block .code-li {
    margin-right: 5%;
    max-width: 28%;
    margin-bottom: 2%;
  }
  .footer .top .code-block .code-li img {
    width: 50px;
  }
  .footer .top .share-box {
    margin: 5px 0 10px;
  }
  .footer .top .friend {
    padding: 10px 0;
  }
  .footer .top .friend a {
    line-height: 24px;
    margin-right: 15px;
  }
  .footer .top .friend .line {
    margin: 0 15px;
  }
  .footer .foot-bot {
    text-align: center;
  }
  .footer .foot-bot .left {
    width: 100%;
  }
  .footer .foot-bot .right {
    display: none;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .footer .top .code-block .code-li img {
    width: 40px;
    height: auto;
  }
}
/**首页**/
/**banner**/
.index-banner {
  position: relative;
  text-align: center;
}
.index-banner .box {
  display: block;
}
.index-banner .swiper-btns {
  position: absolute;
  left: 0;
  bottom: 50%;
  z-index: 2;
  width: 100%;
}
.index-banner .swiper-btns .btns-box {
  height: 0;
}
.index-banner .swiper-btns .btn {
  width: 30px;
  height: 60px;
  background: no-repeat center;
  opacity: 0.13;
}
.index-banner .swiper-btns .btn:hover {
  opacity: 1;
}
.index-banner .swiper-btns .prev {
  background-image: url(../images/icon_jt_1_1_1.png);
}
.index-banner .swiper-btns .next {
  background-image: url(../images/icon_jt_1_2_1.png);
}
.index-banner .swiper-points {
  position: absolute;
  left: 0;
  bottom: 4.21%;
  z-index: 2;
  width: 100%;
}
@media (max-width: 768px) {
  .index-banner .box img {
    display: block;
    height: 200px;
    object-fit: cover;
  }
  .index-banner .swiper-btns .btn {
    background-size: 20px auto;
  }
}
.more-box-a {
  font-size: 0;
  line-height: 0;
}
.more-box-a .btn {
  border-radius: 28px;
  padding-left: 28px;
  padding-right: 15px;
  font-size: 15px;
  line-height: 56px;
  color: #ffffff;
  background-color: #d8262c;
}
.more-box-a .btn::after {
  content: '';
  display: block;
  margin-left: 30px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: #b71120 url(../images/icon_jt_3_2_1.png) no-repeat center;
  transform: translateX(0);
  transition: all 0.3s;
}
.more-box-a .btn:hover {
  background-color: #008cff;
}
.more-box-a .btn:hover::before,
.more-box-a .btn:hover::after {
  background-color: #0094fb;
  transform: translateX(-5px);
}
.more-box-b .btn {
  display: block;
  width: 132px;
  height: 42px;
  background: #2c80d4 url(../images/icon_jt_5_1_1.png) no-repeat center;
}
.more-box-b .btn:hover {
  background-color: #008cff;
}
.more-box-b .btn.on {
  transform: rotate(180deg);
}
.auto-title {
  float: left ;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 25px;
}
.auto-title .auto-title-h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.0em;
  letter-spacing: 4px;
}
.auto-title .auto-title-h1 .line {
  display: block;
  margin: 12px auto 0;
  width: 36px;
  height: 1px;
  background-color: #333333;
}
.auto-title .auto-title-h1 + .auto-title-h2 {
  margin-top: 3px;
}
.auto-title .auto-title-h2 {
  font-size: 24px;
  line-height: 1.4em;
  letter-spacing: 1px;
}
.auto-title .auto-title-h2 + .auto-title-h1 {
  margin-top: 3px;
}
.auto-title-b {
  padding-top: 60px;
  padding-bottom: 25px;
}
.auto-title-b .auto-title-h1 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 1px;
}
.auto-title-b .auto-title-h1 + * {
  margin-top: 5px;
}
.auto-title-b .auto-title-h2 {
  font-size: 16px;
  line-height: 1.4em;
  opacity: 0.25;
}
.auto-title-b .auto-title-h2 + * {
  margin-top: 5px;
}
.auto-title-b .auto-title-h3 {
  font-size: 15px;
  line-height: 1.4em;
}
.auto-title-b .auto-title-h3 + * {
  margin-top: 5px;
}
.auto-title-b .auto-title-h4 {
  font-size: 18px;
  line-height: 1.4em;
}
.auto-title-b .auto-title-h4 + * {
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .auto-title {
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .auto-title .auto-title-h1 {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .auto-title .auto-title-h2 {
    font-size: 16px;
  }
  .auto-title-b {
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .auto-title-b .auto-title-h1 {
    font-size: 20px;
  }
  .auto-title-b .auto-title-h2 {
    font-size: 14px;
  }
  .auto-title-b .auto-title-h3 {
    font-size: 14px;
  }
  .auto-title-b .auto-title-h4 {
    font-size: 14px;
  }
  .more-box-a .btn {
    border-radius: 18px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 36px;
  }
  .more-box-a .btn::after {
    margin-left: 15px;
    width: 20px;
    height: 20px;
    background-size: 4px auto;
  }
}
@media (max-width: 992px) {
  .auto-title .cn {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .more-box-a .btn {
    border-radius: 15px;
    padding-left: 15px;
    font-size: 13px;
    line-height: 32px;
  }
  .more-box-a .btn::after {
    margin-left: 10px;
  }
}
.video-auto-a {
  position: relative;
}
.video-auto-a img {
  display: block;
  position: static;
  width: 100%;
  height: auto;
}
.video-auto-a .video-play {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.video-auto-a .video-play .icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #ffffff no-repeat center / contain;
  transition: all 0.3s;
}
.video-auto-a .video-play .icon::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -7px;
  border-left: 13px solid #f5bb00;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  transition: all 0.3s;
}
.video-auto-a .video-play:hover {
  background: rgba(0, 0, 0, 0.5);
}
.video-auto-a .video-play:hover .icon {
  background-color: #f5bb00;
}
.video-auto-a .video-play:hover .icon::before {
  border-left-color: #ffffff;
}
@media (max-width: 992px) {
  .video-auto-a .video-play .icon {
    width: 40px;
    height: 40px;
  }
  .video-auto-a .video-play .icon::before {
    margin-left: -3px;
    margin-top: -6px;
    border-left-width: 10px;
    border-top-width: 6px;
    border-bottom-width: 6px;
  }
}
.index-block-a {
  overflow: hidden;
}
.index-block-a + .index-block-a .auto-title {
  padding-top: 0;
}
.index-block-a .swiper-box {
  position: relative;
  margin: 0 -20px;
  text-align: center;
}
.index-block-a .swiper-box .swiper-container {
  padding: 20px 10px;
}
.index-block-a .swiper-box .box {
  display: block;
  margin: 10px;
}
.index-block-a .swiper-box .box:hover .img-box {
  box-shadow: 0px 0px 21px 0px rgba(99, 99, 99, 0.13);
}
.index-block-a .swiper-box .box:hover .cont .title {
  color: #008cff;
}
.index-block-a .swiper-box .img-box {
  display: block;
  box-shadow: 0px 0px 21px 0px rgba(99, 99, 99, 0);
  border-radius: 10px;
  width: 330px;
  max-width: 100%;
  background-color: #ffffff;
}
.index-block-a .swiper-box .img-box::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.index-block-a .swiper-box .cont {
  padding: 43px 0;
}
.index-block-a .swiper-box .cont .title {
  margin-bottom: 4px;
  font-family: Arial-BoldMT;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 1px;
  color: #222222;
}
.index-block-a .swiper-box .cont .des {
  font-size: 14px;
  line-height: 1.4em;
  color: #999999;
}
.index-block-a .swiper-btn .btn {
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 25px;
  height: 100%;
  background: no-repeat center;
}
.index-block-a .swiper-btn .btn.prev {
  left: -60px;
  background-image: url(../images/icon_jt_2_1_1.png);
}
.index-block-a .swiper-btn .btn.prev:hover {
  background-image: url(../images/icon_jt_2_1_2.png);
}
.index-block-a .swiper-btn .btn.next {
  right: -60px;
  background-image: url(../images/icon_jt_2_2_1.png);
}
.index-block-a .swiper-btn .btn.next:hover {
  background-image: url(../images/icon_jt_2_2_2.png);
}
.index-block-a .swiper-btn .btn.swiper-button-disabled {
  display: none;
}
@media (max-width: 1200px) {
  .index-block-a + .index-block-a {
    margin-top: 0;
  }
  .index-block-a .swiper-box {
    margin: 0 -10px;
  }
  .index-block-a .swiper-box .swiper-container {
    padding: 0 10px;
  }
  .index-block-a .swiper-box .box {
    margin: 0 10px;
  }
  .index-block-a .swiper-box .cont {
    padding: 20px 10px 0;
  }
  .index-block-a .swiper-btn .btn {
    background-size: 16px auto;
  }
}
@media (max-width: 768px) {
  .index-block-a .swiper-btn .btn.prev {
    left: 0;
  }
  .index-block-a .swiper-btn .btn.next {
    right: 0;
  }
}
.index-block-b {
  padding-bottom: 30px;
  background: url(../images/bg1.jpg) no-repeat center / 100% 100%;
}
.index-block-b .auto-title {
  padding-top: 20px;
}
.index-block-b .des {
  margin-top: -15px;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  opacity: 0.68;
}
.index-block-b .swiper-container {
  margin: 0 -16px;
  padding-top: 45px;
  padding-top: 20px;
}
.index-block-b .swiper-container .swiper-li {
  display: none;
}
.index-block-b .swiper-container .swiper-slide {
  display: block;
}
.index-block-b .swiper-container .box {
  display: block;
  margin: 0 16px;
  border-radius: 4px;
}
.index-block-b .swiper-container .box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 126.966%;
}
.index-block-b .btns {
  padding-top: 20px;
  text-align: center;
}
.index-block-b .btns .btn {
  width: 16.666%;
}
.index-block-b .btns .btn.on .top img {
  opacity: 1;
}
.index-block-b .btns .btn.on .top .word {
  opacity: 0;
}
.index-block-b .btns .btn.on .bot .word {
  opacity: 1;
}
.index-block-b .btns .btn.on .line::before {
  left: 0;
  width: 100%;
}
.index-block-b .btns .word {
  font-size: 17px;
  line-height: 1.4em;
  letter-spacing: 1px;
  color: #ffffff;
}
.index-block-b .btns .top {
  position: relative;
  width: 100%;
  padding: 20px 15px;
}
.index-block-b .btns .top img {
  display: block;
  margin: 0 auto;
  height: auto;
  opacity: 0;
  transition: all 0.3s;
}
.index-block-b .btns .top .word {
  position: absolute;
  left: 5%;
  bottom: 20px;
  width: 90%;
  padding-bottom: 15px;
  opacity: 1;
  transition: all 0.3s;
}
.index-block-b .btns .line {
  position: relative;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}
.index-block-b .btns .line::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #2e80d4;
  transition: all 0.3s;
}
.index-block-b .btns .bot {
  width: 100%;
  padding: 15px;
}
.index-block-b .btns .bot .word {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.8em;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .index-block-b .des {
    margin-top: -15px;
    font-size: 14px;
    line-height: 24px;
  }
  .index-block-b .swiper-container {
    margin: 0 -5px;
    padding-top: 15px;
  }
  .index-block-b .swiper-container .box {
    margin: 0 5px;
  }
  .index-block-b .btns {
    padding-top: 10px;
  }
  .index-block-b .btns .btn {
    width: 25%;
  }
  .index-block-b .btns .word {
    font-size: 14px;
  }
  .index-block-b .btns .top {
    padding: 10px;
  }
  .index-block-b .btns .top img {
    width: 40px;
    opacity: 1;
  }
  .index-block-b .btns .top .word {
    bottom: 10px;
    padding-bottom: 10px;
    opacity: 0;
  }
  .index-block-b .btns .bot {
    padding: 10px 10px 0;
  }
  .index-block-b .btns .bot .word {
    height: 2.8em;
    opacity: 1;
  }
}
.index-block-c {
  padding: 100px 0 115px;
  background: url(../images/bg2.jpg) no-repeat center / 100% 100%;
}
.index-block-c .des {
  margin-top: 8px;
  font-size: 16px;
  line-height: 32px;
  color: #666666;
}
.index-block-c .more-box-a {
  margin: 40px 0;
}
.index-block-c .left-box {
  width: 40%;
}
.index-block-c .right-box {
  width: 51.389%;
}
.index-block-c .swiper-container .swiper-slide {
  text-align: center;
}
.index-block-c .swiper-container .swiper-slide.swiper-slide-active .box::before {
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 90px;
  max-height: 70%;
}
.index-block-c .swiper-container .swiper-slide .box {
  display: block;
  position: relative;
  padding: 35px 15px;
  color: #555555;
}
.index-block-c .swiper-container .swiper-slide .box::before,
.index-block-c .swiper-container .swiper-slide .box::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #efefef;
}
.index-block-c .swiper-container .swiper-slide .box:hover {
  color: #008cff;
}
.index-block-c .swiper-container .swiper-slide .box:hover .img .i {
  opacity: 0;
}
.index-block-c .swiper-container .swiper-slide .box:hover .img .i_h {
  opacity: 1;
}
.index-block-c .swiper-container .swiper-slide .box + .box::after {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 90px;
  height: 1px;
  max-width: 90%;
}
.index-block-c .swiper-container .swiper-slide .img {
  display: inline-block;
  position: relative;
  margin-bottom: 11px;
  vertical-align: top;
}
.index-block-c .swiper-container .swiper-slide .img img {
  display: block;
  height: auto;
}
.index-block-c .swiper-container .swiper-slide .img .i {
  opacity: 1;
}
.index-block-c .swiper-container .swiper-slide .img .i_h {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.index-block-c .swiper-container .swiper-slide .txt {
  font-size: 17px;
  line-height: 1.4em;
  letter-spacing: 1px;
}
.index-block-c .swiper-points span {
  margin: 0 6.5px;
  width: 13px;
  height: 13px;
  opacity: 1;
  background-color: #d5d5d5;
}
.index-block-c .swiper-points span.swiper-pagination-bullet-active {
  background-color: #2e80d4;
}
@media (min-width: 1201px) {
  .index-block-c .auto-title {
    padding-top: 0;
  }
}
@media (max-width: 1200px) {
  .index-block-c {
    padding: 35px 0 30px;
  }
  .index-block-c .left-box {
    order: 2;
    width: 100%;
  }
  .index-block-c .right-box {
    order: 1;
    width: 100%;
  }
  .index-block-c .auto-title {
    padding-top: 20px;
  }
  .index-block-c .des {
    margin-top: -15px;
    font-size: 14px;
    line-height: 24px;
  }
  .index-block-c .more-box-a {
    margin: 20px 0;
  }
  .index-block-c .swiper-container .swiper-slide .box {
    padding: 25px 15px;
  }
  .index-block-c .swiper-container .swiper-slide .img {
    margin-bottom: 10px;
    zoom: 0.6;
  }
  .index-block-c .swiper-container .swiper-slide .txt {
    font-size: 14px;
  }
  .index-block-c .swiper-points span {
    margin: 0 5px;
    width: 10px;
    height: 10px;
  }
}
.index-block-d {
  padding: 145px 0;
  background: url(../images/bg3.jpg) no-repeat center / 100% 100%;
}
.index-block-d .flex-box {
  position: relative;
}
.index-block-d .flex-box .left-box {
  position: relative;
  z-index: 2;
  width: 490px;
}
.index-block-d .flex-box .right-box {
  position: relative;
  z-index: 2;
  min-width: 270px;
  height: 485px;
  padding-right: 50px;
  overflow-y: auto;
  color: #ffffff;
}
.index-block-d .flex-box .right-box .ul .li + .li {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding-top: 40px;
}
.index-block-d .flex-box .right-box .ul .img {
  border-radius: 50%;
  padding: 13px;
  background: rgba(255, 255, 255, 0.04);
}
.index-block-d .flex-box .right-box .ul .img img {
  display: block;
  border-radius: 50%;
  background: #ffffff;
}
.index-block-d .flex-box .right-box .ul .cont {
  padding-left: 18px;
}
.index-block-d .flex-box .right-box .ul .cont .num {
  padding-bottom: 5px;
  font-size: 0;
  line-height: 0;
}
.index-block-d .flex-box .right-box .ul .cont .num .num-val {
  font-family: Bebas;
  font-size: 54px;
  line-height: 50px;
  letter-spacing: 2px;
}
.index-block-d .flex-box .right-box .ul .cont .num .ico {
  vertical-align: top;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.index-block-d .flex-box .right-box .ul .cont .txt {
  font-size: 16px;
  line-height: 24px;
}
.index-block-d .flex-box .mid-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-left: 3%;
}
.index-block-d .flex-box .mid-box .img-map {
  position: relative;
}
.index-block-d .flex-box .mid-box img {
  display: block;
  max-width: 100%;
  height: auto;
}
.index-block-d .flex-box .mid-box .point {
  position: absolute;
  height: 0;
  width: 0;
}
.index-block-d .flex-box .mid-box .point .bg {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #ffffff;
}
.index-block-d .flex-box .mid-box .point .bg::before {
  content: "";
  display: block;
  position: absolute;
  left: -70%;
  top: -70%;
  border-radius: 50%;
  height: 240%;
  width: 240%;
  background: rgba(255, 255, 255, 0.12);
  animation: index-points 1.1s ease-in-out infinite alternate;
}
.index-block-d .flex-box .mid-box .point.point1 {
  left: 19.5%;
  top: 28.5%;
}
.index-block-d .flex-box .mid-box .point.point2 {
  left: 18.5%;
  top: 38.5%;
}
.index-block-d .flex-box .mid-box .point.point3 {
  left: 45.5%;
  top: 39.5%;
}
.index-block-d .flex-box .mid-box .point.point4 {
  left: 48%;
  top: 39.8%;
}
.index-block-d .flex-box .mid-box .point.point5 {
  left: 49.5%;
  top: 51.5%;
}
.index-block-d .flex-box .mid-box .point.point6 {
  left: 55.5%;
  top: 40%;
}
.index-block-d .flex-box .mid-box .point.point7 {
  left: 54.5%;
  top: 75%;
}
.index-block-d .flex-box .mid-box .point.point8 {
  left: 57%;
  top: 31.5%;
}
.index-block-d .flex-box .mid-box .point.point9 {
  left: 56.2%;
  top: 22%;
}
.index-block-d .flex-box .mid-box .point.point10 {
  left: 59.7%;
  top: 40%;
}
.index-block-d .flex-box .mid-box .point.point11 {
  left: 62.7%;
  top: 42.9%;
}
.index-block-d .flex-box .mid-box .point.point12 {
  left: 64.3%;
  top: 35.4%;
}
.index-block-d .flex-box .mid-box .point.point13 {
  left: 65.1%;
  top: 23%;
}
.index-block-d .flex-box .mid-box .point.point14 {
  left: 69.1%;
  top: 44%;
}
.index-block-d .flex-box .mid-box .point.point15 {
  left: 70.1%;
  top: 37%;
}
.index-block-d .flex-box .mid-box .point.point16 {
  left: 72%;
  top: 40.3%;
}
.index-block-d .flex-box .mid-box .point.point17 {
  left: 73.3%;
  top: 42.6%;
}
.index-block-d .flex-box .mid-box .point.point18 {
  left: 74.4%;
  top: 45.5%;
}
.index-block-d .flex-box .mid-box .point.point19 {
  left: 75.4%;
  top: 43.1%;
}
.index-block-d .flex-box .mid-box .point.point20 {
  left: 75.4%;
  top: 49%;
}
.index-block-d .flex-box .mid-box .point.point21 {
  left: 77.1%;
  top: 47.5%;
}
.index-block-d .flex-box .mid-box .point.point22 {
  left: 77%;
  top: 14.5%;
}
.index-block-d .flex-box .mid-box .point.point23 {
  left: 78%;
  top: 26.5%;
}
.index-block-d .flex-box .mid-box .point.point24 {
  left: 81%;
  top: 42.5%;
}
.index-block-d .flex-box .mid-box .point.point25 {
  left: 81%;
  top: 49.5%;
}
.index-block-d .flex-box .mid-box .point.point26 {
  left: 80.8%;
  top: 59.9%;
}
.index-block-d .flex-box .mid-box .point.point27 {
  left: 85%;
  top: 75%;
}
.index-block-d .flex-box .des {
  width: 420px;
  max-width: 100%;
  -webkit-line-clamp: 3;
  font-size: 17px;
  line-height: 36px;
  color: #ffffff;
  opacity: 0.73;
}
.index-block-d .flex-box .phone {
  margin-top: 70px;
  margin-bottom: 55px;
  width: 100%;
}
.index-block-d .flex-box .phone .phone-li {
  padding-left: 43px;
  font-family: Bebas;
  font-size: 32px;
  line-height: 40px;
  color: #ffffff;
  background: url(../images/icon_phone.png) no-repeat left center;
}
.index-block-d .flex-box .phone .phone-li + .phone-li {
  margin-top: 10px;
}
@media (min-width: 1201px) {
  .index-block-d .auto-title {
    padding-top: 0;
  }
}
@keyframes index-points {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1.6);
  }
}
@media (max-width: 1200px) {
  .index-block-d {
    padding: 0 0 35px;
  }
  .index-block-d .flex-box {
    position: relative;
  }
  .index-block-d .flex-box .left-box {
    width: 100%;
  }
  .index-block-d .flex-box .right-box {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .index-block-d .flex-box .right-box .ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .index-block-d .flex-box .right-box .ul .li {
    width: 50%;
    flex-wrap: wrap;
    border-top: 0 none!important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    padding-top: 20px;
  }
  .index-block-d .flex-box .right-box .ul .li + .li {
    margin-top: 0;
    padding-top: 20px;
  }
  .index-block-d .flex-box .right-box .ul .img {
    margin: 0 auto;
    padding: 10px;
  }
  .index-block-d .flex-box .right-box .ul .img img {
    width: 52px;
    height: 52px;
  }
  .index-block-d .flex-box .right-box .ul .cont {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 0;
    text-align: center;
  }
  .index-block-d .flex-box .right-box .ul .cont .num {
    padding-bottom: 10px;
  }
  .index-block-d .flex-box .right-box .ul .cont .num .num-val {
    font-size: 26px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .index-block-d .flex-box .right-box .ul .cont .num .ico {
    font-size: 12px;
  }
  .index-block-d .flex-box .right-box .ul .cont .txt {
    font-size: 14px;
    line-height: 22px;
  }
  .index-block-d .flex-box .mid-box {
    position: static;
    margin: 25px 0 0;
    width: 100%;
    height: auto;
    padding-left: 0;
  }
  .index-block-d .flex-box .des {
    margin-top: -15px;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
  .index-block-d .flex-box .phone {
    margin-top: 15px;
    margin-bottom: 20px;
    width: 100%;
  }
  .index-block-d .flex-box .phone .phone-li {
    width: 100%;
    padding-left: 30px;
    font-size: 29px;
    line-height: 30px;
    background-size: 20px auto;
  }
}
.index-block-e {
  padding-top: 20px;
}
.index-block-e .flex-box {
  padding-top: 20px;
  padding-bottom: 85px;
}
.index-block-e .flex-box .wid {
  position: relative;
  width: 31.25%;
  background-color: #f4f4f4;
}
.index-block-e .flex-box .type-word {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 0 16px;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
}
.index-block-e .flex-box .type-word:hover {
  background-color: #008cff;
}
.index-block-e .singale-li .img-box {
  display: block;
}
.index-block-e .singale-li .img-box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 62.2222%;
}
.index-block-e .singale-li .cont {
  display: block;
  padding: 27px 25px;
  color: #333333;
}
.index-block-e .singale-li .cont .title {
  font-size: 18px;
  line-height: 22px;
}
.index-block-e .singale-li .cont .time {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 23px;
  font-size: 15px;
  line-height: 26px;
  color: #333333;
  background: url(../images/icon1.png) no-repeat left center;
}
.index-block-e .singale-li .cont .des {
  font-size: 15px;
  line-height: 30px;
  color: #999999;
}
.index-block-e .singale-li:hover .cont {
  color: #008cff;
}
.index-block-e .list .ul {
  width: 100%;
  padding: 25px 0;
}
.index-block-e .list .box {
  display: block;
  padding: 20px 35px;
  color: #333333;
  transition: all 0.3s;
}
.index-block-e .list .box:hover .title {
  transform: translateX(3px);
  color: #008cff;
}
.index-block-e .list .title {
  margin-bottom: 7px;
  transform: translateX(0);
  font-size: 18px;
  line-height: 24px;
  transition: all 0.3s;
}
.index-block-e .list .time {
  font-size: 15px;
  line-height: 22px;
  color: #666666;
}
@media (max-width: 1200px) {
  .index-block-e {
    padding-top: 0;
  }
  .index-block-e .flex-box {
    padding-top: 0;
    padding-bottom: 35px;
  }
  .index-block-e .flex-box .wid {
    width: 100%;
  }
  .index-block-e .singale-li {
    margin-bottom: 15px;
  }
  .index-block-e .singale-li .cont {
    display: block;
    padding: 20px 20px 25px;
    color: #333333;
  }
  .index-block-e .singale-li .cont .title {
    font-size: 16px;
  }
  .index-block-e .singale-li .cont .time {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .index-block-e .singale-li .cont .des {
    font-size: 14px;
    line-height: 24px;
  }
  .index-block-e .list .ul {
    width: 100%;
    padding: 35px 0 15px;
  }
  .index-block-e .list .box {
    display: block;
    padding: 10px 20px;
  }
  .index-block-e .list .title {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .index-block-e .list .time {
    font-size: 14px;
  }
}
/**内页banner**/
.auto-banner {
  position: relative;
  overflow: hidden;
}
.auto-banner .cont {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
}
.auto-banner .cont .title {
  margin-bottom: 6px;
  font-size: 43px;
  line-height: 1.4em;
}
.auto-banner .cont .long-title {
  font-size: 17px;
  line-height: 1.4em;
}
@media (max-width: 1200px) {
  .auto-banner .cont {
    padding-top: 16px;
  }
  .auto-banner .cont .title {
    font-size: 22px;
  }
  .auto-banner .cont .long-title {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .auto-banner {
    height: 180px;
  }
  .auto-banner .img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100%;
    width: auto;
    max-width: 999999px;
  }
  .auto-banner .cont {
    padding-top: 26px;
  }
  .auto-banner .cont .title {
    margin-bottom: 3px;
    font-size: 20px;
  }
}
/**分类菜单**/
.type-menu {
  height: 0;
}
.type-menu .wrap {
  position: relative;
}
.type-menu .flex-box {
  position: absolute;
/*  bottom: 0;*/
/*  border: solid 1px rgba(255, 255, 255, 0.16);*/
  width: 100%;
/*  background: rgba(0, 0, 0, 0.16);*/
  bottom: 60px;
}
.type-menu .flex-box .btn {

 
  text-align: center;
  font-size: 14px;
  line-height: 70px;
  color: #ffffff; display:inline-block; padding:0 25px; float:left
}
/*.type-menu .flex-box .btn:hover {
  background-color: #008cff;
  border-right-color: #008cff;
}*/
.type-menu .flex-box .btn.on {
  background-color: #008cff;
}
/**三级菜单**/
.next-menu .swiper-slide {
  width: auto;
}
.next-menu .link {
  display: block;
  position: relative;
  margin: 0 25px;
  padding: 0 14px;
  font-size: 15px;
  line-height: 62px;
  color: #555555;
  transition: all 0.3s;
}
.next-menu .link:hover {
  color: #008cff;
}
.next-menu .link::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #008cff;
  transition: all 0.3s;
}
.next-menu .on .link {
  color: #008cff;
}
.next-menu .on .link::after {
  left: 0;
  width: 100%;
}
@media (max-width: 1200px) {
  /**分类菜单**/
  .type-menu {
    height: auto;
  }
  .type-menu .flex-box {
/*    position: static;*/
    border: 0 none; overflow:hidden
  }
  .type-menu .flex-box .btn {


    font-size: 14px;
    line-height: 24px;
  }
  /**三级菜单**/
  .next-menu {
    border-top: 1px solid #e6e6e6;
  }
  .next-menu .link {
    margin: 0 15px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  /**分类菜单**/
  .type-menu {
    height: auto;
  }
  .type-menu .flex-box .btn {
    width: 25%; padding:0; line-height:35px;    border-bottom: 1px solid rgba(255, 255, 255, 0.16);    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
  }
  /**三级菜单**/
  .next-menu .link {
    margin: 0;
  }
}
/**面包屑地址**/
.website-map {
  background-color: #f7f7f7;
  padding: 22px 0;
  font-size: 14px;
  line-height: 22px;
  color: #555555;
}
.website-map a {
  color: #555555;
}
.website-map a:hover {
  color: #008cff;
}
.website-map .home img {
  margin-right: 10px;
}
.website-map .jt {
  margin: 0 8px;
}
@media (max-width: 1200px) {
  /**面包屑地址**/
  .website-map {
    padding: 12px 0;
  }
}
@media (max-width: 768px) {
  /**面包屑地址**/
  .website-map {
    font-size: 13px;
  }
  .website-map .home img {
    margin-right: 5px;
    width: 14px;
    height: auto;
  }
}
/**公司介绍**/
.brand-block-a {
  padding-top: 75px;
  padding-bottom: 70px;
}
.brand-block-a .left-box {
  margin-right: 3%;
  width: 300px;
  flex-shrink: 0;
}
.brand-block-a .left-box img {
  display: block;
  margin-bottom: 13px;
}
.brand-block-a .left-box .h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.4em;
  color: #333333;
}
.brand-block-a .right-box {
  width: 100%;
  font-size: 18px;
  line-height: 38px;
  color: #666666;
/*  background: url(../images/bg1.png) no-repeat right 15%;*/
}
.brand-block-a .right-box p + p {
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .brand-block-a {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .brand-block-a .left-box {
    margin-right: 0;
    width: 100%;
    padding-bottom: 10px;
  }
  .brand-block-a .left-box img {
    margin-bottom: 10px;
    zoom: 0.6;
  }
  .brand-block-a .left-box .h2 {
    font-size: 20px;
  }
  .brand-block-a .right-box {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
  .brand-block-a .right-box img {
    height: auto!important;
  }
  .brand-block-a .right-box p + p {
    margin-top: 5px;
  }
}
.brand-block-b {
  padding-bottom: 80px;
  background-image: url(../images/bg2.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}
.brand-block-b .list2 {
  margin-top: 35px;
}
@media (max-width: 1200px) {
  .brand-block-b {
    padding-bottom: 35px;
  }
  .brand-block-b .list2 {
    margin-top: 0;
  }
}
.brand-block-c .swiper-box {
  margin: -11px;
  padding-bottom: 80px;
  text-align: center;
}
.brand-block-c .swiper-box .swiper-container {
  padding: 11px 0;
}
.brand-block-c .swiper-box .box {
  display: block;
  margin: 11px;
  box-shadow: 0px 0px 18px 0px rgba(182, 182, 182, 0.31);
  padding: 40px 40px 26px;
  background: #fff;
}
.brand-block-c .swiper-box .box:hover .txt {
  color: #008cff;
}
.brand-block-c .swiper-box .img-box {
  display: inline-block;
  overflow: visible;
}
.brand-block-c .swiper-box .img-box img {
  display: block;
  position: static;
  height: auto;
  width: auto;
}
.brand-block-c .swiper-box .txt {
  margin-top: 14px;
  font-size: 15px;
  line-height: 24px;
  color: #555555;
}
@media (max-width: 1200px) {
  .brand-block-c .swiper-box {
    padding-bottom: 30px;
  }
  .brand-block-c .swiper-box .swiper-container {
    padding: 0;
  }
  .brand-block-c .swiper-box .box {
    padding: 20px 20px 15px;
  }
  .brand-block-c .swiper-box .txt {
    margin-top: 10px;
    font-size: 14px;
  }
}
/**产品中心**/
.product-list-a {
  padding-top: 40px;
}
@media (max-width: 1200px) {
  .product-list-a {
    padding-top: 30px;
  }
}
/**产品详情**/
.product-info-a {
  padding-top: 35px;
  padding-bottom: 100px;
}
.product-info-a .left-box {
  width: 50%;
}
.product-info-a .left-box .swiper-nav {
  position: relative;
  width: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.product-info-a .left-box .swiper-nav .swiper-container {
  height: 540px;
}
.product-info-a .left-box .swiper-nav .img-box {
  display: block;
  border: 1px solid #e4e4e4;
  transition: all 0.3s;
}
.product-info-a .left-box .swiper-nav .img-box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.product-info-a .left-box .swiper-nav .img-box img {
  opacity: 0.35;
}
.product-info-a .left-box .swiper-nav .img-box:hover {
  border-color: #008cff;
}
.product-info-a .left-box .swiper-nav .on .img-box {
  border-color: #008cff;
}
.product-info-a .left-box .swiper-nav .on .img-box img {
  opacity: 1;
}
.product-info-a .left-box .swiper-btns .btn {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 36px;
  background: no-repeat center;
  opacity: 0.5;
}
.product-info-a .left-box .swiper-btns .btn:hover {
  opacity: 1;
}
.product-info-a .left-box .swiper-btns .prev {
  top: 0;
  background-image: url(../images/icon_jt_6_1_1.png);
}
.product-info-a .left-box .swiper-btns .next {
  bottom: 0;
  background-image: url(../images/icon_jt_6_2_1.png);
}
.product-info-a .left-box .big-img {
  width: calc(100% - 100px);
  padding-left: 5%;
}
.product-info-a .left-box .big-img .img-box {
  width: 600px;
  max-width: 100%;
}
.product-info-a .left-box .big-img .img-box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.product-info-a .right-box {
  width: 40.714%;
  padding-top: 30px;
}
.product-info-a .right-box .ad {
  font-size: 16px;
  line-height: 1.4em;
  color: #777777;
}
.product-info-a .right-box .title {
  font-size: 46px;
  font-weight: normal;
  line-height: 1.4em;
  color: #333333;
}
.product-info-a .right-box .cont {
  margin-top: 13px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 38px;
  padding-bottom: 58px;
  font-size: 15px;
  line-height: 22px;
  color: #777777;
}
.product-info-a .right-box .cont.type2 {
  margin-bottom: 35px;
  padding-bottom: 24px;
}
.product-info-a .right-box .cont ul {
  margin: 0;
  padding-left: 18px;
}
.product-info-a .right-box .cont ul li {
  padding: 8px 0;
}
.product-info-a .right-box .cont-tit {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
  color: #333333;
}
@media (max-width: 1200px) {
  .product-info-a {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .product-info-a .left-box {
    width: 100%;
  }
  .product-info-a .left-box .swiper-nav {
    order: 2;
    margin-top: 15px;
    width: 100%;
    padding: 0 40px;
  }
  .product-info-a .left-box .swiper-nav .swiper-container {
    height: auto;
  }
  .product-info-a .left-box .swiper-btns .btn {
    left: auto;
    top: 0;
    width: 30px;
    height: 100%;
    background-size: 14px auto;
  }
  .product-info-a .left-box .swiper-btns .prev {
    left: 0;
    background-image: url(../images/icon_jt_1_1_2.png);
  }
  .product-info-a .left-box .swiper-btns .next {
    right: 0;
    background-image: url(../images/icon_jt_1_2_2.png);
  }
  .product-info-a .left-box .big-img {
    width: 100%;
    padding-left: 0;
  }
  .product-info-a .left-box .big-img .img-box {
    margin: 0 auto;
    width: 600px;
  }
  .product-info-a .right-box {
    width: 100%;
    padding-top: 20px;
  }
  .product-info-a .right-box .ad {
    font-size: 14px;
  }
  .product-info-a .right-box .title {
    font-size: 20px;
  }
  .product-info-a .right-box .cont {
    margin-top: 10px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 14px;
  }
  .product-info-a .right-box .cont.type2 {
    margin-bottom: 18px;
    padding-bottom: 20px;
  }
  .product-info-a .right-box .cont ul li {
    padding: 2px 0;
  }
  .product-info-a .right-box .cont-tit {
    margin-bottom: 5px;
  }
}
.product-info-b {
  position: relative;
  padding-bottom: 15px;
}
.product-info-b::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 355px;
  max-height: 25%;
  background: linear-gradient(#f3f3f3, #ffffff);
}
.product-info-b .wrap {
  position: relative;
}
.product-info-b .list4 {
  margin-top: -10px;
}
@media (max-width: 1200px) {
  .product-info-b {
    padding-bottom: 0;
  }
}
/**服务支持**/
/*常见问题*/
.server-block-a {
  padding-bottom: 90px;
}
@media (max-width: 1200px) {
  .server-block-a {
    padding-bottom: 35px;
  }
}
/*下载专区*/
.down-block-a .form-type-b {
  margin-top: 8px;
  margin-bottom: 7px;
}
.down-block-a .list6 {
  margin-top: -10px;
  padding-bottom: 72px;
}
@media (max-width: 1200px) {
  .down-block-a .form-type-b {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .down-block-a .list6 {
    margin-top: 0;
    padding-bottom: 25px;
  }
}
/***数目增加减少***/
.number-box {
  position: relative;
  border: 1px solid #d9d9d9;
}
.number-box .n-btn {
  position: relative;
  height: 46px;
  width: 50px;
  cursor: pointer;
}
.number-box .n-btn:hover {
  background-color: #f1f1f1;
}
.number-box .n-btn::before,
.number-box .n-btn::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #b7b7b7;
  transition: all 0.3s;
}
.number-box .n-btn::before {
  margin-top: -1px;
  margin-left: -6px;
  height: 2px;
  width: 12px;
}
.number-box .n-btn::after {
  margin-top: -6px;
  margin-left: -1px;
  height: 12px;
  width: 2px;
}
.number-box .n-btn:hover::before,
.number-box .n-btn:hover::after {
  background-color: #008cff;
}
.number-box .reduce::after {
  display: none;
}
.number-box .number {
  margin: 0;
  border: 0 none;
  padding: 0;
  height: 46px;
  width: 34px;
  line-height: 36px;
  font-size: 16px;
  color: #444444;
}
@media (max-width: 1200px) {
  /***数目增加减少***/
  .number-box .n-btn {
    height: 34px;
    width: 40px;
  }
  .number-box .number {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
  }
}
/**礼品定制**/
/**购物车**/
.checkbox-box {
  position: relative;
}
.checkbox-box .checkbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.checkbox-box .checkbox:checked + .checkbox-icon {
  background: url(../images/icon4.png) no-repeat center;
}
.checkbox-box .checkbox-icon {
  display: block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #dbdbdb;
}
.cart-block-a {
  padding: 60px 0 90px;
}
.cart-block-a .form-box {
  border-radius: 16px;
  padding: 15px 25px;
}
.cart-block-a .form {
  display: block;
}
.cart-block-a .car-title {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 28px;
  line-height: 1.4em;
  color: #333333;
}
.cart-block-a .dl {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
.cart-block-a .dl .dl-li {
  margin-left: 0;
  padding-left: 45px;
  padding-right: 25px;
}
.cart-block-a .dl .dl-li:last-child {
  padding-top: 60px;
  padding-bottom: 50px;
}
.cart-block-a .dl .dt {
  padding-top: 18px;
  padding-bottom: 18px;
  font-weight: 400;
  background-color: #f5f6f6;
}
.cart-block-a .dl .dd {
  border-bottom: 1px solid #f0f0f0;
  padding-top: 25px;
  padding-bottom: 25px;
}
.cart-block-a .dl .wid {
  padding: 0 10px;
  text-align: center;
}
.cart-block-a .dl .wid1 {
  flex-shrink: 0;
  width: 50px;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
.cart-block-a .dl .wid2 {
  margin-left: 65px;
  margin-right: 135px;
  width: 125px;
  padding-left: 0;
  padding-right: 0;
}
.cart-block-a .dl .wid3 {
  margin-right: 40px;
  width: 330px;
}
.cart-block-a .dl .wid4 {
  width: 275px;
}
.cart-block-a .dl .wid5 {
  width: 260px;
}
.cart-block-a .dl .txt {
  font-size: 16px;
  line-height: 24px;
  color: #888888;
}
.cart-block-a .dl .title .img-box {
  margin-right: 25px;
  flex-shrink: 0;
  border: solid 1px #f0f0f0;
  width: 67px;
}
.cart-block-a .dl .title .img-box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.cart-block-a .dl .title .title-word {
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.cart-block-a .dl .title:hover .img-box {
  border: solid 1px #008cff;
}
.cart-block-a .dl .title:hover .title-word {
  color: #008cff;
}
.cart-block-a .dl .edit-btn {
  display: inline-block;
  height: 26px;
  width: 26px;
  background: url(../images/icon5_1.png) no-repeat center;
}
.cart-block-a .dl .edit-btn:hover {
  background-image: url(../images/icon5_2.png);
}
.cart-block-a .dl .line {
  margin: 0 15px;
  width: 1px;
  height: 14px;
  background-color: #dddddd;
}
.cart-block-a .dl .delete-all {
  color: #888888;
}
.cart-block-a .dl .delete-all:hover {
  color: #008cff;
}
.cart-block-a .info-block .pad-box {
  margin: -10px -15px;
}
.cart-block-a .info-block .info-li {
  padding: 10px 15px;
}
.cart-block-a .info-block .input {
  border: 1px solid #e0e0e0;
  width: 100%;
  padding: 11px 18px;
  font-size: 15px;
  line-height: 24px;
  color: #666;
}
.cart-block-a .info-block .submit-box {
  padding-top: 10px;
  padding-bottom: 40px;
}
.cart-block-a .info-block .submit-box .form-btn {
  border-radius: 21px;
  width: 162px;
  height: 42px;
  font-size: 16px;
  line-height: 42px;
  color: #ffffff;
  background-color: #d8262c;
  cursor: pointer;
}
.cart-block-a .info-block .submit-box .form-btn:hover {
  background-color: #008cff;
}
@media (max-width: 1470px) {
  .cart-block-a .car-title {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cart-block-a .dl .wid1 {
    width: 35px;
  }
  .cart-block-a .dl .wid2 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .cart-block-a .dl .wid3 {
    margin-right: 30px;
  }
  .cart-block-a .dl .wid4 {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .checkbox-box .checkbox:checked + .checkbox-icon {
    background-size: contain;
  }
  .checkbox-box .checkbox-icon {
    width: 14px;
    height: 14px;
  }
  .cart-block-a {
    padding: 35px 0;
  }
  .cart-block-a .form-box {
    border-radius: 10px;
    padding: 15px;
  }
  .cart-block-a .car-title {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }
  .cart-block-a .dl {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .cart-block-a .dl .dl-li {
    position: relative;
    padding-left: 35px;
    padding-right: 15px;
  }
  .cart-block-a .dl .dl-li:last-child {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cart-block-a .dl .dt {
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: space-between;
  }
  .cart-block-a .dl .dt .wid {
    margin: 0;
    position: static;
    width: auto;
  }
  .cart-block-a .dl .dt .wid1 {
    display: none;
  }
  .cart-block-a .dl .dd {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .cart-block-a .dl .wid {
    padding: 0;
    text-align: left;
  }
  .cart-block-a .dl .wid1 {
    position: absolute;
    left: 10px;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .cart-block-a .dl .wid2 {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5px;
    width: 100%;
  }
  .cart-block-a .dl .wid3 {
    margin-right: 0;
    width: 100%;
    text-align: left;
  }
  .cart-block-a .dl .wid4 {
    position: absolute;
    top: 0;
    left: 125px;
    margin-top: 82px;
    width: auto;
  }
  .cart-block-a .dl .wid5 {
    position: absolute;
    top: 8px;
    right: 15px;
    width: auto;
    line-height: 0;
  }
  .cart-block-a .dl .txt {
    font-size: 14px;
    padding-right: 30px;
  }
  .cart-block-a .dl .title {
    align-items: flex-start;
  }
  .cart-block-a .dl .title .img-box {
    margin-right: 10px;
    width: 80px;
  }
  .cart-block-a .dl .title .title-word {
    height: 44px;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
  }
  .cart-block-a .dl .edit-btn {
    background-size: 14px auto;
  }
  .cart-block-a .dl .line {
    margin: 0 10px;
  }
  .cart-block-a .info-block .pad-box {
    margin: -6px;
  }
  .cart-block-a .info-block .info-li {
    padding: 6px;
  }
  .cart-block-a .info-block .input {
    padding: 9px 15px;
    font-size: 14px;
    line-height: 22px;
  }
  .cart-block-a .info-block .submit-box {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .cart-block-a .info-block .submit-box .form-btn {
    border-radius: 18px;
    width: 130px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
  }
}
/**联系我们**/
.contact-block-a {
  padding-bottom: 75px;
}
.contact-block-a .block-box {
  margin: -15px;
}
.contact-block-a .block-li {
  padding: 15px;
}
.contact-block-a .block-info {
  padding: 65px 2% 55px;
  line-height: 0;
}
.contact-block-a .block-info .h2 {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 1px;
  color: #222222;
}
.contact-block-a .block-info .hr {
  display: inline-block;
  vertical-align: top;
  margin: 20px 0;
  border: 0 none;
  border-top: 1px solid #ededed;
  width: 45%;
}
.contact-block-a .block-info .words {
  font-size: 17px;
  line-height: 24px;
  color: #999999;
}
.contact-block-a .block-info:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.contact-block-a .block-cont {
  height: 100%;
  padding: 60px 40px 35px;
}
.contact-block-a .block-cont .title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 1px;
  color: #222222;
}
.contact-block-a .block-cont .info {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1px;
  color: #222222;
}
.contact-block-a .block-cont .info .info-li {
  padding-right: 10px;
}
.contact-block-a .block-cont .info .info-li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
}
.contact-block-a .block-cont .info .address-btn {
  color: #008cff;
}
.contact-block-a .block-cont:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.contact-block-b {
  padding-bottom: 80px;
}
.contact-block-b .form {
  border-top: 1px solid #e6e6e6;
  padding: 0;
}
.contact-block-b .form .form-li {
  margin-top: 28px;
}
.contact-block-b .form .input {
  display: block;
  margin: 0;
  border: solid 1px #d0d0d0;
  height: 48px;
  width: 100%;
  padding: 12px 20px;
  font-size: 15px;
  line-height: 24px;
  color: #555555;
}
.contact-block-b .form textarea.input {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.contact-block-b .form .code-li .code-input {
  width: 235px;
}
.contact-block-b .form .code-li img {
  margin-left: 18px;
  width: 135px;
  flex-shrink: 0;
  cursor: pointer;
}
.contact-block-b .form .submit-box .form-btn {
  width: 220px;
  height: 48px;
  padding: 0;
  text-align: center;
  font-size: 16px;
  line-height: 48px;
  color: #ffffff;
  background-color: #008cff;
  transition: all 0.3s;
  cursor: pointer;
}
.contact-block-b .form .submit-box .form-btn:hover {
  background-color: #b71120;
}
@media (min-width: 1201px) {
  .contact-block-b .form .lw-w-4 {
    width: 32%;
  }
}
.contact-block-c {
  padding-bottom: 60px;
}
.map-tank {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.64);
}
.map-tank .flex-box {
  height: 100%;
  width: 100%;
}
.map-tank img {
  max-width: 99999px;
}
.map-tank .map-box {
  position: relative;
  padding: 40px;
}
.map-tank .map-box .exit {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  height: 40px;
  width: 40px;
  background-color: transparent;
  transition: all 0.3s;
}
.map-tank .map-box .exit:hover {
  background-color: #008cff;
}
.map-tank .map-box .exit:hover::after,
.map-tank .map-box .exit:hover::before {
  background-color: #ffffff;
}
.map-tank .map-box .map {
  height: 610px;
  max-height: 60vh;
}
@media (max-width: 1200px) {
  /**联系我们**/
  .map-tank .map-box {
    padding: 25px;
  }
  .map-tank .map-box .exit {
    height: 25px;
    width: 25px;
  }
  .map-tank .map-box .map {
    height: 80vh;
    max-height: 68vh;
  }
  .contact-block-a {
    padding-bottom: 30px;
  }
  .contact-block-a .block-box {
    margin: 0;
  }
  .contact-block-a .block-li {
    padding: 5px 0;
  }
  .contact-block-a .block-info {
    padding: 25px 15px;
  }
  .contact-block-a .block-info .h2 {
    font-size: 18px;
  }
  .contact-block-a .block-info .hr {
    margin: 10px 0;
    width: 95%;
  }
  .contact-block-a .block-info .words {
    font-size: 14px;
    line-height: 22px;
  }
  .contact-block-a .block-cont {
    height: auto;
    padding: 25px 15px;
  }
  .contact-block-a .block-cont .title {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .contact-block-a .block-cont .info {
    font-size: 14px;
    line-height: 24px;
  }
  .contact-block-a .block-cont .info .info-li img {
    zoom: 0.8;
  }
  .contact-block-b {
    padding-bottom: 35px;
  }
  .contact-block-b .form .form-li {
    margin-top: 12px;
  }
  .contact-block-b .form .input {
    height: 36px;
    width: 100%;
    padding: 6px 15px;
    font-size: 14px;
  }
  .contact-block-b .form textarea.input {
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .contact-block-b .form .code-li .code-input {
    width: 100%;
  }
  .contact-block-b .form .code-li img {
    margin-left: 10px;
    width: 115px;
    height: 36px;
  }
  .contact-block-b .form .submit-box .form-btn {
    width: 120px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
  }
  .contact-block-c {
    padding-bottom: 30px;
  }
}
/**新闻中心**/
.news-list-a {
  padding-top: 75px;
}
@media (max-width: 1200px) {
  /**新闻中心**/
  .news-list-a {
    padding-top: 30px;
  }
}
/**详情页上一篇下一篇**/
.info-page {
  margin-top: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 30px;
  color: #2e9aff;
  background: #dfeffc;
  transition: all 0.3s;
}
.info-page a {
  color: #2e9aff;
}
.info-page a:hover {
  color: #008cff;
}
.info-page p {
  max-width: 48%;
}
@media (max-width: 1380px) {
  /**详情页上一篇下一篇**/
  .info-page {
    margin-top: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 1200px) {
  /**详情页上一篇下一篇**/
  .info-page {
    margin-top: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 992px) {
  /**详情页上一篇下一篇**/
  .info-page {
    line-height: 26px;
  }
  .info-page p {
    width: 100%;
    max-width: 100%;
  }
}
/***详情页分享***/
.share-box-a {
  font-size: 0;
}
.share-box-a .btn {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  vertical-align: middle;
  background: #bdbdbd no-repeat center / contain;
}
.share-box-a .btn + .btn {
  margin-left: 16px;
}
.share-box-a .btn:hover {
  background-color: #008cff;
}
.share-box-a .btn:hover .code-box {
  margin-bottom: 0;
  opacity: 1;
  pointer-events: auto;
}
.share-box-a .wechat {
  background-image: url(../images/icon_share_1.png);
}
.share-box-a .sina {
  background-image: url(../images/icon_share_2.png);
}
.share-box-a .contact {
  background-image: url(../images/icon_share_3.png);
}
.share-box-a .qq {
  background-image: url(../images/icon_share_4.png);
}
.share-box .btn:hover {
  background-color: #008cff;
}
.share-box .btn:hover .code-box {
  margin-bottom: 0;
  opacity: 1;
  pointer-events: auto;
}
.share-box .code-box {
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-left: -66px;
  margin-bottom: -10px;
  width: 122px;
  padding: 6px;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  transition: margin 0.3s, opacity 0.3s;
}
.share-box .code-box img {
  width: 100%;
}
.share-box .code-box canvas {
  width: 110px;
  height: 110px;
}
.share-box .code-box .code-text {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #333;
}
@media (max-width: 1200px) {
  .share-box-a .a {
    width: 36px;
    height: 36px;
  }
}
/***详情***/
.info-block-a img {
  max-width: 100%;
}
.info-block-a .share-box .btn {
  height: 30px;
  width: 30px;
}
.info-block-a .share-box .btn + .btn {
  margin-left: 7px;
}
.info-block-a .left-box {
  width: 66.5%;
  padding-top: 60px;
  padding-bottom: 38px;
}
.info-block-a .left-box .h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.4em;
  color: #222222;
}
.info-block-a .left-box .other {
  padding-top: 10px;
  padding-bottom: 25px;
  font-size: 15px;
  line-height: 30px;
  color: #c8c8c8;
}
.info-block-a .left-box .other .looks {
  margin-left: 12px;
}
.info-block-a .left-box .content {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 40px 0;
  font-size: 15px;
  line-height: 28px;
  color: #555555;
}
.info-block-a .left-box .content img {
  height: auto!important;
}
.info-block-a .right-box {
  width: 28%;
  padding-top: 62px;
}
.info-page-box {
  padding: 20px 0;
}
.info-page-box .p {
  max-width: 48%;
  font-size: 15px;
  line-height: 30px;
  color: #555555;
}
.info-page-box .p a {
  color: #555555;
}
.info-page-box .p a:hover {
  color: #008cff;
}
.put-news-b .title {
  font-size: 22px;
  line-height: 30px;
  color: #333333;
}
.put-news-b .ul {
  padding-top: 25px;
}
.put-news-b .ul li + li {
  margin-top: 18px;
  border-top: 1px solid #f0f0f0;
  padding-top: 18px;
}
.put-news-b .ul .li-title {
  display: block;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
}
.put-news-b .ul .li-title:hover {
  color: #008cff;
}
.put-news-b .ul .other {
  font-size: 14px;
  line-height: 24px;
  color: #c8c8c8;
}
.put-news-b .ul .other .looks {
  margin-left: 13px;
}
@media (max-width: 1200px) {
  .info-page-box {
    padding: 10px 0;
  }
  .fontSize-title{
  	font-size: 50px;
  }
  .info-page-box .p {
    max-width: 100%;
    width: 100%;
    line-height: 26px;
  }
  .info-block-a .left-box {
    padding-top: 30px;
    width: 100%;
    padding-bottom: 0;
  }
  .info-block-a .left-box .h2 {
    text-align: center;
    font-size: 18px;
  }
  .info-block-a .left-box .other {
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: center;
  }
  .info-block-a .left-box .other .word {
    width: 100%;
  }
  .info-block-a .left-box .other .share-box {
    display: block;
    margin: 0;
    width: 100%;
  }
  .info-block-a .left-box .other .share-box .btn {
    height: 26px;
    width: 26px;
  }
  .info-block-a .left-box .content {
    padding: 20px 0 15px;
    font-size: 14px;
    line-height: 26px;
  }
  .info-block-a .right-box {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .put-news-b {
    width: 100%;
  }
  .put-news-b .title {
    font-size: 20px;
    line-height: 26px;
  }
  .put-news-b .ul {
    padding-top: 15px;
  }
  .put-news-b .ul li + li {
    margin-top: 15px;
    padding-top: 15px;
  }
  .put-news-b .ul .li-title {
    font-size: 15px;
    line-height: 26px;
  }
  .put-news-b .ul .other {
    font-size: 14px;
    line-height: 20px;
  }
  .put-news-b .ul .other .looks {
    margin-left: 15px;
  }
}
/***单页***/
.info-block-b {
  padding: 65px 0;
}
.info-block-b img {
  max-width: 100%;
}
.info-block-b .cont-box {
  padding: 35px;
}
.info-block-b .cont-box .h2 {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.4em;
  color: #222222;
}
.info-block-b .cont-box .content {
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 0 40px;
  font-size: 15px;
  line-height: 28px;
  color: #555555;
}
.info-block-b .cont-box .content img {
  height: auto!important;
}
@media (max-width: 1200px) {
  .info-block-b {
    padding: 35px 0;
  }
  .fontSize-title{
  	font-size: 50px;
  }
  .info-block-b .cont-box {
    padding: 25px 15px 10px;
  }
  .info-block-b .cont-box .h2 {
    font-size: 18px;
  }
  .info-block-b .cont-box .content {
    padding: 20px 0 15px;
    font-size: 14px;
    line-height: 26px;
  }
}
/**列表翻页**/
.page-btn-box {
  display: flex;
  padding: 90px 15px 120px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 0;
  text-align: center;
}
.page-btn-box .page-btn {
  margin: 2.5px;
  border: 1px solid #cccccc;
  height: 40px;
  min-width: 40px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 40px;
  color: #666666;
  background: #ffffff;
  transition: all 0.3s;
}
.page-btn-box .page-btn:hover {
  background: #f1f1f1;
}
.page-btn-box .page-btn.on {
  color: #fff;
  border-color: transparent;
  background: #008cff;
}
.page-btn-box .page-btn.text {
  border-color: transparent;
  padding: 0 20px;
  background-color: transparent;
}
.page-btn-box .page-btn.prev,
.page-btn-box .page-btn.next {
  padding-left: 20px;
  padding-right: 20px;
}
.page-btn-box .page-btn .jt {
  display: inline-block;
  height: 9px;
  width: 5px;
  background: no-repeat center;
}
.page-btn-box .page-btn .jt.left {
  margin-right: 9px;
  background-image: url(../images/icon_jt_1_1_1.png);
}
.page-btn-box .page-btn .jt.right {
  margin-left: 9px;
  background-image: url(../images/icon_jt_1_2_1.png);
}
.page-btn-box .key {
  border: 1px solid #cccccc;
  width: 60px;
  padding: 0 10px;
  text-align: center;
  background: #fff;
}
.page-btn-box .submit {
  cursor: pointer;
}
@media (max-width: 1380px) {
  .page-btn-box {
    padding: 40px 15px 60px;
  }
  .fontSize-title{
  	font-size: 50px;
  }
}
@media (max-width: 1200px) {
  .page-btn-box {
    padding: 35px 10px 45px;
  }
}
@media (max-width: 992px) {
  .page-btn-box {
    padding: 30px 0 35px;
  }
  .page-btn-box .page-btn {
    margin: 2px;
    height: 34px;
    min-width: 30px;
    padding: 0 15px;
    line-height: 34px;
  }
  .page-btn-box .page-btn.text {
    padding: 0 10px;
  }
  .page-btn-box .page-btn.prev,
  .page-btn-box .page-btn.next {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-btn-box .page-btn .jt.left {
    margin-right: 7px;
  }
  .page-btn-box .page-btn .jt.right {
    margin-left: 7px;
  }
  .page-btn-box .key {
    width: 40px;
  }
}
/**网站地图**/
.site-map {
  padding-bottom: 35px;
}
.site-map .title {
  margin: 35px 0 20px;
  font-size: 26px;
  color: #444;
  line-height: 1.2em;
}
.site-map .ul .li {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.site-map .ul .li-type {
  font-size: 20px;
  line-height: 1.4em;
}
.site-map .ul .aBox {
  margin: -5px -8px;
  padding-top: 10px;
}
.site-map .ul .aBox .div {
  display: inline-block;
  padding: 5px 8px;
  font-size: 14px;
}
.site-map .ul .aBox a:hover {
  color: #008cff;
}
@media (max-width: 1200px) {
  .site-map {
    padding-bottom: 25px;
  }
  .fontSize-title{
  	font-size: 50px;
  }
  .site-map .title {
    margin: 30px 0 15px;
    font-size: 20px;
  }
  .site-map .ul .li {
    padding: 10px 0;
  }
  .site-map .ul .li-type {
    font-size: 16px;
  }
  .site-map .ul .aBox {
    margin: -3px -5px;
  }
  .site-map .ul .aBox .div {
    padding: 3px 5px;
  }
}
@media (max-width: 1200px) {
  .site-map {
    padding-bottom: 25px;
  }
  .site-map .title {
    margin: 25px 0 0px;
    font-size: 18px;
  }
}
.fontSize-title{
	font-size: 50px;
}
.aboutbg{
  background: url('/static/images/aboutus.png') no-repeat;
  height: 780px;
  background-position: center;
}
.aboutbg .text {
    padding-top: 135px;
    width: 50%;
    float: right;
    text-align: left;
    font-size: 20px;
}

.leftbg {
    margin-right: 3px;
    font-size: 18px;
    vertical-align: bottom;
    vertical-align: middle;
        background: url(/static/images/leftbg.png) no-repeat center right;
    width: 38%;
    height: 100px;
    float: left;
}
.centtext{
        width: 15%;
    float: left;
    text-align: center;
    height: 80px;
    line-height: 80px;
}
.rightbg {
    margin-right: 3px;
    font-size: 18px;
    vertical-align: bottom;
    vertical-align: middle;
    background: url(/static/images/rightbg.png) no-repeat center left;
    width: 20%;
    height: 100px;
    float: left;
}

.indnews {
    padding: 65px 0px;
}

.contain {
    width: 1400px;
    margin: 0 auto;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

.indn_fl {
    width: 41.42%;
    float: left;
    height: 603px;
    background: #f5f5f5;
}
.indnews a {
    display: block;
}
.indnews .com-img {
    position: relative;
}
.ofH {
    overflow: hidden;
}
.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.com-img img {
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
}

.indnews .com-img span.tit {
    position: absolute;
    background: url(/static/images/index-nt-bg.png) no-repeat center;
    left: 0px;
    top: 0px;
    width: 190px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.indnews .com-img a.more {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: url(/static/images/index-more-bg.png) no-repeat center;
    width: 48px;
    height: 48px;
}
.indnews a {
    display: block;
}

.indn_fl .note {
    padding: 35px;
}

.indn_fl .note h4 {
    font-size: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.indn_fl .note p {
    color: #666;
    font-size: 14px;
    line-height: 30px;
    margin: 25px auto 20px;
}

.indn_fl .note span {
    color: #999;
}

.indn_fr {
    width: 57.14%;
    float: right;
    height: 603px;
}

.indn_fr .fl {
    width: 50%;
    float: left;
}

.indn_fr .fl img {
    width: 100%;
    height: 292px;
    object-fit: cover;
}

.indn_fr .fr {
    padding: 40px; 
    height: 292px;
}

.indn_fr .fr {
    width: 50%;
    float: right;
}

.indn_fr .fr h4 {
    font-size: 24px;
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
}

.indn_fr .fr p {
    color: #666;
    line-height: 30px;
    margin: 20px 0px;
}

.indn_fr .fr span {
    color: #999;
}

.mt20 {
    margin-top: 20px;
}

.ind-newst .fl {
    float: right;
}

.MarketOppor {
  width: 25%;
}

.Product {
  width: 25%;
}

.aboutus{
  width: 20%;
}
.index-block-e .flex-box{
  width: 100%;
}
 

.newbg{
  background: url("/static/images/newbg.png");
}

.productbg{
  background: url("/static/images/tubai.png");
}
.index-block-e .flex-box .wid50 {
    position: relative;
    width: 50%;
}

[flex][flex~="jbc"] {
    justify-content: start;
}

.PerksMarketplacebg{
  background: url("/static/images/lipin.png");
  height: 338px;
  text-align: center;
}
.lipindesc{
  font-size: 20px;
  line-height: 30px;
}

.aboutusleftbg {
    margin-right: 3px;
    font-size: 18px;
    vertical-align: bottom;
    vertical-align: middle;
        background: url(/static/images/aboutusleft.png) no-repeat center right;
    width: 8px;
    height: 33px;
    float: left;
}

.aboutusrightbg {
    margin-right: 3px;
    font-size: 18px;
    vertical-align: middle;
    width: 50%;
    height: auto;
    float: right;
}

.aboutustitleh1{
  width: 18%;
  line-height: 1.0em;
}

.aboutuscontent{
  width: 88%;
}

.fonderbg{
  background: url("/static/images/found.png");
}

.fondertext{ 
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4em;
    letter-spacing: 4px;
    color: #008cff;
    border-left: 5px solid #008cff; 
}

.textovers {
    overflow: inherit;
    text-overflow: unset; 
    -webkit-line-clamp:100000;
}

.index-block-e-list-box{
/*  color: #fff !important;//带背景用这个*/
  color: #7a8498 !important;
}

.wid100 {
    position: relative;
    width: 100%;
} 

.wid100 .li {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 10px;
}

.wid100 .li .time {
  text-align: right;
}

.wid100 .textovers {
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 18px;
}

.wid100 .listpic{
  width: 25%;
  float: left;
}

.wid100 .listcontent{
  width: 75%;
  float: left;
}

.marketoppor h2,.marketoppor p{
  text-align: left;
}


.productbg{
  background: url("/static/images/productbg.png");
}

.producttext{ 
    margin-top: 50px;
    text-align: left; 
    color: #333333;
    font-size: 18px;
}

.widpro .li {
  background: none;
}

.p1{
  width: 28% !important;
  background: url('/static/images/p1.png') no-repeat center;
  background-size: cover;
}

.p2{
  width: 70% !important;
  background: url('/static/images/p2.png') no-repeat center;
  background-size: cover;
}

.p3{
  width: 68% !important;
  background: url('/static/images/p3.png') no-repeat center;
  background-size: cover;
  margin-top: 20px;
}

.p4{
  width: 30% !important;
  background: url('/static/images/p4.png') no-repeat center;
  background-size: cover;
  margin-top: 20px;
}

.pcon{
  text-align: center;
    color: #fff;
    font-size: 15px;
}

.ptext {
    text-align: center;
    color: #ccc; 
}

 

#lottery{width:100%; margin:20px 0;background:#FFFFFF;}
#lottery li{ float:left; width:30%;   margin:6px 0 0 6px; display:inline;}

.liimg {
  display: flex !important; align-items: center !important; justify-content: center !important;
}

.startcj{
  margin-top: 160px;
}

.renw{
   left:30%; 
}

.abouth{
  width: 16%;
}
.meh{
  width: 25%;
}

    
    
.prodh{
  width: 40% !important;
}

    .cjh{
      width: 33%;
    }

@media screen and (max-width:640px) {
    .startcj{
      margin-top: 40px;
    }
    
	.tit{
		font-size: 16px !important;
	}
    .indext1{
		font-size: 30px !important;
	}
	.indext2{
		font-size: 14px !important;
	}
.prodh{
  width: 50% !important;
}

    .wid100 .listpic,.wid100 .listpic img{
      width: 100%;
      text-align: center;
      float: left;
    }

    .wid100 .listcontent{
      width: 100%;
      float: left;
    }

    .index-block-e .list .title{
      overflow: hidden;
    }

    .auto-title .auto-title-h1{
      line-height: 1.6em;
    }

    .cjh{
      width: 45%;
    }

    .index-block-e .flex-box .wid50{
      width: 100%;
    }

    .fondertext {
        font-size: 24px; 
        border-left: 3px solid #008cff;
    }
    .wrap{
      padding-top: 15px;
    }

    .p1,.p2,.p3,.p4{
      width: 100% !important;
    }

    .abouth{
      width: 32%;
    }

    .imgh{
      margin-bottom: 66px !important;
    }

  .renw{
    left:15%; 
  }
  .meh{
    width: 50%;
  }
  .aboutbg{
    height: 480px;
  }
  .aboutus{
    width: 40%;
  }

  .aboutmar{
    width: 100%;
    padding-bottom: 30px;
  }

  .aboutbg .text {
    padding-top: 0px;
    width: 55%;
    float: right;
    text-align: left;
    font-size: 15px;
  }
}



 
@media all and (max-width:1700px){/*1680 * 1050*/
    .progress ul li .nowfl{padding:90px 5.7% 150px 12.666%;}
    .progress ul li .futurefr{padding:90px 12.666% 150px 5.7%;}
}

@media all and (max-width:1560px){/*1440 * 900*/
  .comp_picbox .swiper-button-prev{left:10px;}
  .comp_picbox .swiper-button-next{right:10px;}
  .ind-pro .swiper-button-prev{left:0px;}
  .ind-pro .swiper-button-next{right:0px;}
  /*.comp_pic{max-width:100%;}*/
}

@media all and (max-width:1420px){/*1440 * 900*/
  .contain{width:100%;padding:0 2%;}
  .Fnav{margin-right:50px;}
  .Fcode{width:20%;}
  .Hnav>li{padding:0px 18px;}
  .Hnav{margin:0 0 0 1rem;}
    
}

@media all and (max-width:1400px){
    
    
}

@media all and (max-width:1380px){/*1366*/
  .Hnav{margin:0 0 0 0.6rem;}
  .progress ul li .nowfl{padding:90px 5.7% 150px 6.666%;}
    .progress ul li .futurefr{padding:90px 6.666% 150px 5.7%;}
}

@media all and (max-width:1300px){/*1280 * 800*/
  .Hnav{margin:0 0 0 0.4rem;}
  .Hnav>li{padding:0px 16px;}

   
}

@media all and (max-width:1280px){
  .contain{width:100%;padding:0 2%;}
  .Fnav{margin-right:30px;}
  .media-modal .mediaModal-contain{width:100%;left:0px;margin-left:0px;height:450px;margin-top:-225px;}
}

@media all and (max-width:1260px){/*1260*/

}

@media all and (max-width:1200px){ /*1200*/
  .Hnav>li{padding:0px 10px;}
  .Hnav{margin:0 0 0 0.5rem;}
  .progress ul li .nowfl{padding:90px 5.7% 150px 3.666%;}
    .progress ul li .futurefr{padding:90px 3.666% 150px 5.7%;}


}

@media all and (max-width:1100px){/*1024 * 768 */
  .Fnav{width:10%;margin-right:1.2%;}
  .Hnav>li{padding:0px 6px;}
    
}

@media all and (max-width:980px){/*web*/
.prolist .pro_img img{ height:auto}
  img{max-width:100%;}
  /*-- Header --*/
  .Header-wrapper.Header-page .Header-cl{display:block;}
  .Header-wrapper.Header-page .header-container{position:fixed;}
  .Header-wrapper .Header-cl,
  .header-container,
  .Hlogo,
  .Hsrch-box{height:50px;}
  .header-container{box-shadow:0px 0px 8px #666;}
  .Hlogo{line-height:50px;}
  .Hlogo img{height:24px;}
  .pdtb70{padding:30px 0;}
  .Hmenu-btn{display:block;}
  
  .Htel{width:50px;padding:0px;height:50px;font-size:0px;background-position:center center;margin:0;}
  
  .Hlang{padding:0px;height:50px;margin:0px;}
  .Hlang-menu{padding:0;width:50px;height:50px;}
  
  .Hsrch{padding:0px;}
  .Hsrch-menu{width:50px;height:50px;background-size:19px auto;}
  
  .Hsrch-block{width:15rem !important;margin:9px 2% 0 0;float:right;}
  
  .Hnav{padding:10px 0;width:100%;background:#fff;position:absolute;top:50px;left:0px;display:none;margin:0px;float:none;z-index:999;}
  .Hnav>li{width:100%;padding:0px;border-bottom:1px solid #dcdcdc;float:none;}
    .Hnav .Hname{line-height:50px;font-size:18px;padding:0 4%;color:#333;text-align:center;}
  .Hn2nd-box{width:100%;position:relative;top:0px;opacity:1;}
  .Hn2nd-box .contain{padding:0px;}
  .Hn2nd-box ul{padding:0px;}
  .Hn2nd-box ul li{width:100%;text-align:left;margin:0px;}
  .Hn2nd-box ul li img{display:none;}
  .Hn2nd-box ul li .type{line-height:40px;padding:0 6%;}
  .Hn2nd-box ul li .list a{line-height:30px;padding:0 8%;}
  /*Foot*/
  .footer-container{padding:20px 0 10px;}
  .Hmenu-btn{display:block;}
    .Fnav,.Fcode{width:100%;margin:0;}
    .Fcode{border:0px;padding:0px;}
    .Fcode h2{margin-bottom:10px;}
    .Footer-wrapper.on .Fnav dd{display:none!important;}
    .footer-btm .Flink{position:relative;top:5px;}
    .Fnav dt{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #777;}
    /*通用导航*/
    .pub_bann{height:260px;}
    .pub_bann h2{padding-top:20%;font-size:36px;}
    .pub_bann h3{letter-spacing:0em;}
    .pub_catmenu .contain{padding:0px;}
    .pub_catmenu ul li{width:33.333%;margin:0px;height:55px;line-height:55px;text-align:center;border-bottom:1px solid #ececec;}
    .pub_catmenu ul li:hover:after,.pub_catmenu ul li.cur:after{height:1px;}
    #pubsty ul li{width:50%;}
    .pub_catmenu{height:auto;line-height:0px;}
  .Employee ul{margin-bottom:10px;}
    .Employee ul li{width:100%;margin-right:0px;margin-bottom:20px;}
    .Employee ul li h4{margin-top:10px;}

    .internet dl{width:100%;}
    .internet dl dd{display:none;}
    .internet dl:nth-child(3n){margin-right:0%;}
    .progress ul li .fl, .progress ul li .fr{width:100%;height:auto;padding:15px;}
    .progress ul{padding:15px;}
    .progress ul li{margin-bottom:15px;}
    .progress ul li .fl,.progress ul li .fr{padding:0px;}
    .progress ul li .futurefr,.progress ul li .nowfl{padding:15px;}
    .progress ul li h5{margin:0px;}
    .progress ul li a{margin-top:20px;height:45px;line-height:45px;}
    .progress ul li .fl img, .progress ul li .fr img{height:300px;}
    .gdnum h2{font-size:24px;width:80%;margin:0px auto;}
    .gdnum h2 span{font-size:48px;}
    .promenu{line-height:30px;margin-bottom:20px;}
    .prolist ul li{width:100%;padding:15px;margin-bottom:15px;}
    .prolist .pro_note p{margin:10px auto;}
    .prolist ul{margin-bottom:0px;}
    .prolist .pro_note{min-height:auto;}
    .pro_con .note{padding:10px;}
    .pro_con .note .fl{width:48%;margin-right:1%;}
    .pro_con h4{margin-top:15px;padding-top:15px;}
    .proslide{height:auto;}
    .gpro-top{height:360px;}
    .proslidebox{margin:20px auto 30px;}
    .proslidebox .swiper-button-next{right:0px;display:none;}
    .proslidebox .swiper-button-prev{left:0px;display:none;}
    .gallery-top{padding:20px 0!important;height:280px;}
    .progress ul li h5{font-size:24px;}
    .impression .ipsnote{width:100%;}
    .impression .ipsdate{display:none;}
    .impression ul li{margin-bottom:15px;padding-bottom:15px;}
    .press ul li{width:100%;margin-bottom:20px;}
    .team ul li{width:48%;margin-left:1%;margin-right:1%;margin-bottom:2%;}
    .team ul li{height:320px;}
    .team h2{font-size:24px;margin-bottom:15px;}
    .team p.info{margin-bottom:20px;}
    .team_pic .note h4{font-size:18px;padding:4px 10px;}
    .team_pic .note .msg{padding:10px;}
    .team_pic .note .msg .name{font-size:16px;margin-bottom:10px;}
    .contactus .ctbox ul li .fl{width:100%;text-align:left;}
    .contactus .ctbox ul li .fr{width:100%;}
    .contactus .ctbox ul li{margin-bottom:0px;}
    .dspnone{height:15px!important;}
    .news .news_fl,.news .news_fr{width:100%;}
    .news .newslist .news_note{width:68%;}
    .news .newslist .news_note p{margin:10px 0px;}
    .news .newslist li{margin-bottom:15px;padding-bottom:15px;}
    .news_fr ul li img{width:100%;object-fit:cover;}
    .news .newslist .news_note h4{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
    .first_news img{height:300px;object-fit:cover;}
    .news .first_news .note h4{font-size:18px;}
    .news .first_news .note{padding:10px;}
    .news_fl .news_ct h1{font-size:24px;}
    .Flippages{padding:0px 10px;height:auto;line-height:35px;}
    .Flippages .fr{float:left;}
    .Flippages a:hover{background:none;border:0px;}
    .temporary ul li{width:100%;margin-right:0;}
    .job_list ul li{width:48%;margin:0 1%;font-size:14px;margin-bottom:2%;}
    .job_list ul li:nth-child(3n){margin-right:1%;}
    .job_list ul li h4{margin-top:10px;}
    .job{min-height:auto!important;margin-top:40px;}
    .staff_fl,.staff_fr{width:100%;}
    .staff_fl{padding:20px;margin-top:30px;min-height:auto;}
    .file_format{height:auto;}
    .pdtb40{padding:20px 0px;}
    .file_format span{top:-10px;margin:5px auto;}
    .staff_fr .staff_upload .form_sub input{width:48%;float:left;}
    .com_list ul li{width:100%;text-align:center;}
    .com_filelist{padding:20px 10px;}
    .com_filelist li{margin-bottom:20px;padding-bottom:20px;}
    .com_filelist li .tit{width:60%;}
    .com_filelist li .down{font-size:0px;width:14px;height:14px;}
    .contact .info{padding:0px 20px;font-size:16px;line-height:35px;}
    .cont_fl dl,.cont_fr dl{padding:30px 0px 0 ;}
     .cont_fl h4,.cont_fl dl,.cont_fr h4,.cont_fr dl{padding-left:10%;}
    .cont_fl,.cont_fr{width:100%;}
    .cont_fl .xlt{padding-top:20px;margin:20px auto;}
    .cont_fl .xlt img{max-width:100%;}
    .cont_fr .cont{padding:10px;}
    .shlist ul{overflow:hidden;}
    .shlist ul li{width:49%;margin-right:0px;height:auto;}
    .shlist ul li:nth-child(2n){margin-left:2%;margin-right:0px!important;}
    .shlist ul li h4{padding:0px 10px;}
    .shlist ul li h4 span{right:10px;padding-right:15px;}
    .shlist h3 b{position:static;display: block;margin-top:15px;}
    .pdflist ul li{width:100%;margin-left:0px;margin-right:0px;padding:10px;}
    .pdflist ul li:nth-child(2n){margin-left:0;margin-right:0px!important;}
    .com_filelist li .down a{background-position:center;padding-right:0px;}
    .pdflist ul li h4{padding:0px;}
    .pdflist ul li h4 span{right:10px;padding-right:15px;}
    .pdflist h3 b{position:static;display: block;margin-top:15px;}
    .comp_info .auto_fl,.comp_info .auto_fr{width:100%;}
    .comp_info .auto_fr h2{font-size:24px;padding:0px 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
    .comp_info .auto_fr p{padding:0px 10px;}
    .comp_info .auto_fr a{margin-left:10px;margin-top:15px;}
    .comp_info{margin-bottom:20px!important;}
    .comp_picbox{height:260px;padding-top:40px;}
    .sr_down_fl{width:100%;border:0px;}
    .sr_down_fl .box{padding-top:20px;width:100%;}
    .sr_down_fl ul li{width:48%;float:left;}
    .sr_down_fl ul li:nth-child(2n){margin-left:4%;}
    .sr_down_fr{width:100%;}
    .sr_down_fr ul{padding-top:20px;}
    .sr_down_fr ul li{width:100%;margin-bottom:20px;}
    .sr_down_fr ul li:nth-child(2n){margin-left:0px;}
    .indnews{padding:25px 0;}
    ul.ind-cate{margin:15px auto 20px;}
    .ind-name{font-size:26px;}
    .indn_fl{margin-bottom:20px;height:auto;}
    .indn_fl .note h4,.indn_fr .fr h4{font-size:20px;}
    .indn_fr .fr{padding:15px;}
    .ind-video .box{width:90%;margin:0px auto;left:5%;}
    .indn_fl .note{padding:20px;}
    .indn_fl,.indn_fr{width:100%;}
    .ind-video h2{font-size:28px;}
    .ind-video .box a{width:50px;height:50px;}
    .ind-video img{height:480px;}
    .ind-video .box{top:12%;}
    .ind-date ul li h4{font-size:36px;}
    .ind-date ul li{width:50%;margin-bottom:20px;}
    .ind-culture ul li{width:49%;margin:0px;margin-bottom:2%;}
    .ind-culture{padding:10px 0 0;}
    .ind-culture ul li .box{padding:10px;}
    .ind-culture ul li a{height:40px;line-height:40px;}
    .ind-culture ul li:nth-child(2n){margin-left:2%;}
    #index-bnr{display:none;}
    #web-bnr{display:block; margin-top:40px}
    .iBnr-1 .t1{line-height:40px;font-size:24px;}
  .iBnr-1 .t2{font:lighter 16px/20px '微软雅黑';letter-spacing:4px;text-transform:uppercase;}
  .iBnr-1{width:90%;left:5%;top:30%;}
  .ind-pro .swiper-pagination{margin-top:20px; width:96%}
  .ind-pro .swiper-button-prev{left:10px;display:none;}
  .ind-pro .swiper-button-next{right:10px;display:none;}
  .faq dl dt{margin-bottom:10px;}
  .faq dl dt span.tit{display:inline-block;width:80%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
  .faq dl dd{padding:20px;}
  .personnel{height:auto;padding:130px 0 0;}
  .personnel .xyzp{left:0px;}
  .jobhtit span.tit, .jobhtit span.money, .jobhtit span.man, .jobhtit span.add, .jobhtit span.date{width:25%;}
  .job_top span.tit,.job_top span.money{width:25%;}
  
  .job_top span.date{display:none;}
  .job_list_box .jobhtit span.date{display:none;}
  .job_con .content{padding:20px;}
  .progress ul li .nowfl h4, .progress ul li .futurefr h4{font-size:24px;}
  .tzcate ul li{width:50%;font-size:14px;}
  .about_video .abv_fl,.about_video .abv_fr{width:100%;}
  .about_video .abv_fr{margin-top:20px;height:auto!important;}
  .ab-join p.info{padding:0px 2%;}
  .about_video h2,.history h2,.ab-honor h2{font-size:26px;margin-bottom:20px;}
  .about_video .abv_fr h4{font-size:20px;}
  .about_video .abv_fr dd span{font-size:40px;}
  .ab-sayfl{padding-top:40px;}
  .ab-sayfl h4{font-size:26px;}
  .ab-sayfl h4{margin-bottom:20px;}
  .ab-sayfl p{/*height:270px;*/overflow:hidden;}
  .history .equipment{padding:20px 0px 0!important;}
  .hisbox .hisfr img{margin-top:0px;}
  .hisbox .hisfl,.hisbox .hisfr{width:100%;}
  .history .gallery-top{height:auto;}
  .ab-news .ab-newsfl{padding-right:4%;}
  .ab-news .ab-newsfr{padding-left:4%;}
  .ab-join h2{font-size:36px;}
  .ab-join{height:320px;}
  .fix-bar-fl{position:static;padding:30px 0px;width:100%;}
  .fix-bar-fl .logo{display:none;}
  .fix-bar-fl .vip-pic{margin-top:20px;}
  .fix-bar-fr{width:100%;}
  .fix-bar-fl a.rt-home{position:static;display: block;margin-top:30px;}
  .fix-bar-fr .file_format{padding:2%;}
  .file_format span.pic{width:46%;background-position:20px center;}
  .file_format span.file{width:46%;background-position:20px center;}
  .file-upload{padding:4% 2%;}
  .fix-bar-fr{margin-bottom:0px;}
  .fix-bar-fr ul li{width:48%;margin-bottom:2%;margin-left:0px;}
  .fix-bar-fr ul li:nth-child(2n){margin-left:4%;}
  .fix-bar-fr .staff_upload .form_sub input{width:100%;margin-bottom:10px;}
  .login-box{width:100%;padding:30px 2%;overflow:hidden;height:auto;}
  .login{height:auto;overflow:hidden;margin-top:40px;}
  .login .pdtb70{overflow:hidden;}

  .hd-top .fr a{margin-left:0px!important;}
  .indn_fr .fr p{height:145px;overflow:hidden;}
  .indn_fr .fr h4{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
  .Hnav .top-login{line-height:50px;text-align:center;}
  .news .newslist li span.hits{padding-left:20px;background: url(../images/icon_hits.png) no-repeat 5px center;}
  .mt60{margin-top:42px;}

  .news .newslist .news_img{width:100%;}
  .news .newslist .news_note{width:100%;padding-left:0px;padding-top:10px;}
  .news .news_fr{margin-top:20px;}
  .news .pdtb70{padding:30px 0px;}
  .gdnum{height:200px;padding-top:70px;}

  .ab-sayfr img{width:140px;height:140px;border-radius:50%;display: block;margin:0px auto;}
  .ab-sayfr,.ab-sayfl{width:100%;}
  .ab-sayfr{padding:0px;}
  .ab-say{height:auto;padding:30px 0px;}
  .press ul li .com-img span{display:none;}
  .press ul li:hover .com-img span{display:none;}
  .personnel h1{font-size:40px;}
  .personnel h2{font-size:50px;}
  .ind-culture ul li p.info{height:50px;line-height:25px;overflow:hidden;}
  .staff_flt{width:100%;min-height:auto;margin-top:50px;}
  .staff_frt{width:100%;margin-bottom:30px;}
  .BCcustFaq-post{padding-top:0px;}
  .staff_frt .file_format{margin-bottom:20px;}
  .staff_frt .staff_upload .form_sub input[type="submit"]{margin-top:10px;}
  .staff_fl .up-pic, .staff_fl .up-file{width:60%;margin:0 auto 20px;}
  .pers_list .pic{width:100%;}
  .pers_list .list{width:100%;}
  .pers_list .list a{width:100%;margin-top:15px;}
  .pers_list .more{width:100%;}
    .pers_list .more a{margin:30px auto 0;}
    
    .footer-container dl.Fnav:nth-child(7){width:100%;}
    .zczc{overflow-y:auto;}
}

@media all and (max-width:768px){
    
}

@media all and (max-width:640px){
    
}

@media all and (max-width:414px){
  
}

@media all and (max-width:375px){
     .team ul li{height:260px;}
}


.mediacontent h2{
  font-size: 18px;
}
.mediacontent p {
  font-size: 15px;
}