/**/
* {
  margin: 0;
  padding: 0;
}

div, address, b, big, blockquote, body, center, cite, code, dd, del, dl, dt, em, fieldset, font, form, b, b, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var, th, td, input {
  margin: 0;
  padding: 0;
}

div, dl, dt, dd, form, input, button, textarea, p, ul, li, ol, table, tr, td, header, footer, aside, nav, b, b, h3, h4, h5, h6, section {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  padding: 0px;
  margin: 0px;
}

button:foucs {
  border: none !important;
  outline: none !important;
}

button::-moz-focus-inner {
  border-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

a {
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

img {
  border: none !important;
  vertical-align: middle
}

input {
  outline: none;
}

input[type="button"], input[type="submit"], input[type="reset"], button, select {
  -webkit-appearance: none;
  outline: none;
}

textarea {
  -webkit-appearance: none;
  outline: none
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  /*兼容 IE*/
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.container {
  max-width: 75%;
}

/*t图片样式*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

img {
  border: 0px;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;

  max-width: 100%
}

.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}

/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/
.top_con {
  background: #0594D3;
  color: #fff;
  position: relative;
  padding: 10px 0;
}

.top_con .container {
  display: flex;
  justify-content: space-between;
}

.top_con .top_lx span {
  padding-right: 20px;
}

.top_con .topShare {
  display: flex;
}

.top_con .topShare ul {
  display: flex;
  margin-left: 10px;
}

.top_con .topShare ul li a {
  color: #fff;
  padding: 0 10px;
}

.top_con .topShare ul li a:hover {
  color: rgba(255, 255, 255, .8);
}

#header {

  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  height: 90px;
  position: relative;

}

#header.header-transparent {
  /* background: rgba(255, 255, 255, 0.4); */
}

#header.header-scrolled {
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #f1f1f1;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;


}


.top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-box .logo {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 90px;
}

.top-box .logo img {
  padding: 0;
  margin: 0;
  max-height: 90px;

}

.top-box .logo .logo-tu2 {
  display: none;
}

/*导航菜单 */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu {
  flex: 7;
  height: 90px;
}

.nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav-menu ul li {

  width: 100%;
  text-align: center;


}

.nav-menu a {
  display: block;

  color: #272727;
  padding: 0 5px;
  height: 90px;
  line-height: 90px;
  transition: 0.3s;
  font-size: 16px;


}

.nav-menu a:hover, .nav-menu .active>a, .nav-menu li:hover>a {
  color: #fff;
  text-decoration: none;
  background: #0594D3;

}

.nav-menu .drop-down ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: absolute;
  padding-top: 20px;
  left: 0%;
  top: 90px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.2);
  transition: ease all 0.3s;
  padding-bottom: 20px;
}

.nav-menu .drop-down ul li {
  width: 25%;
  text-align: center;
  display: flex;
  justify-content: center;

}

.nav-menu .drop-down ul li img {
  width: 260px;
  margin-left: auto;

  nav-right: auto;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 90px;
  visibility: visible;
}

.nav-menu .drop-down li {
  width: 100%;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 5px 0;
  font-size: 16px;

  color: #666;
  line-height: 40px;
  height: auto;

  overflow: hidden;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active>a, .nav-menu .drop-down ul li:hover>a {
  color: #0594D3;
  background: none;

}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 90px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu a i {
  padding-left: 5px;
}

.nav-menu .arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 45%;
  background-color: #fff;
  transform: rotate(45deg);
  cursor: pointer;
  transition: .3s;
  z-index: -1;

}

.nav-menu .mob-language {
  display: none;
}

.mobile-nav .mob-language {
  display: block;
}

#header.header-scrolled .nav-menu a {
  color: #333;
}

#header.header-scrolled .language {
  color: #333;
}

#header.header-scrolled .language a {
  color: #333;
}

#header.header-scrolled .language a:hover {
  color: #ECA617;
}

#header.header-scrolled .nav-menu a:hover, #header.header-scrolled .nav-menu .active>a, #header.header-scrolled .nav-menu li:hover>a {
  color: #fff;


}

#header.header-scrolled .nav-menu .drop-down ul a:hover, #header.header-scrolled .nav-menu .drop-down ul .active>a, #header.header-scrolled .nav-menu .drop-down ul li:hover>a {
  color: #0594D3;
  background: none;

}

#header.header-scrolled .top-box .logo .logo-tu1 {
  display: none;
}

#header.header-scrolled .top-box .logo .logo-tu2 {
  display: block !important;
}

/* 手机菜单样式 */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
  left: -80%;
  width: 80%;
  padding-top: 18px;
  background: #0594D3;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 16px;
  margin: 0 20px;
  height: 56px;
  line-height: 56px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mobile-nav a:hover, .mobile-nav .active>a, .mobile-nav li:hover>a {
  color: #fff;
  text-decoration: none;
}

.mobile-nav .drop-down>a i {
  float: right;
  display: block;
  line-height: 40px;
  width: 40px;
  text-align: right;
  height: 40px;
  background: #0594D3;
  margin-top: 8px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;

}


.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down .arrow {
  display: none;
}

.mobile-nav .drop-down li a {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 10px;
  z-index: 9999;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  background: #0594D3;
}

.mobile-nav-toggle i {
  color: #fff;

  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(51, 51, 51, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.language {
  color: #272727;
  font-size: 16px;
  padding-left: 10px;

}

.language a {
  color: #272727;
  padding: 0 10px;
}

.language a:hover {
  color: #0594D3;
}

.seaBtn {
  width: 40px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 10px;
  margin-top: 3px;
}

.seaBtn {
  background: url(../images/search.png) center no-repeat;
}

.seaBtn.selected {
  background: url(../images/close.png) center no-repeat;
}

.searchWrap {
  width: 100%;
  height: 90px;
  padding-top: 25px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.2);
  position: absolute;
  top: 100%;
  left: 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  z-index: 999999;
}

.searchWrap .searchCont {

  display: flex;
  align-items: stretch;
  justify-content: center;

}

.searchWrap .searchCont input, .searchWrap .searchCont button {
  border: 0;
}

.searchWrap .search {
  width: 70%;
  padding: 10px 15px;
  box-sizing: border-box;
  background: #f1f1f1;


  color: black;
  min-height: 36px;
}

.searchWrap .search.focusOn+label, .searchWrap .search:focus+label {
  display: none;
}

.searchWrap .search.focusOn, .searchWrap .search:focus {
  background: #F3F3F3;
}



.searchWrap .searchBtn {

  padding: 10px;
  background: #0594D3;
  color: #fff;
  font-weight: 800;
  outline: none;
  font-family: Arial, 'Microsoft YaHei', SimSun, Sans-serif;

  transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
}

.searchWrap .searchBtn:hover {
  color: #292929;
}

.searchWrap i {
  position: absolute;
  top: 7px;
  left: 20px;
  color: #00a2e9;
  font-size: 16px;
}

.searchWrap i:before {
  content: "\e618";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
}

/*首页banner图*/
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}

#banner .swiper-slide img {
  display: block;
  width: 100%;
}

#banner .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 70px;
  font-size: 30px;
  line-height: 70px;
  height: 70px;
  transition: all .5s ease;
  outline: none;

}

#banner .swiper-button:hover {
  background: #0594D3;
}

.btn-prev {
  left: 30px;
}

.btn-next {
  right: 30px;
}

#banner .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: .9;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
}

#banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0594D3;
  width: 40px;
  transition-delay: 0s;
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}

#banner .swiper-slide .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  bottom: 0;
  margin: 0 auto;
}

.banner-slide-content {
  position: relative;
  z-index: 9;
}



.banner-slide-content span {
  color: #fff;
  display: block;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.banner-slide-content .title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 10px;

  text-transform: capitalize;
}


.banner-slide-content p {

  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin-top: 30px;


}

/*关于我们*/
.main_title {
  text-align: center;
}

.main_title p {
  font-size: 40px;
  margin-bottom: 16px;
  color: #333;
}

.main_title p b {
  font-size: 42px;
  font-weight: bold;
  color: #0594D3;
}

.main_title span {
  font-size: 22px;
  color: #222;

}



.about {
  background: #fff;

  padding: 60px 0;



}

.about-box {
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;

}

.about_fl {
  width: 50%;
  padding-right: 5%;
}

.about_fl p {
  line-height: 30px;
  padding: 10px 0;
  color: #666;
  font-size: 15px;
  margin: 20px 0;
}

.about_fl .ab-title {
  font-size: 22px;
  color: #222;
  font-weight: bold;
  margin-top: 10px;
}

.about_fr {
  width: 45%;

  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

}

.ab_video {
  position: relative;
  width: 100%;
  height: 100%;

}


#videoId {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
  border: 3px solid #fff;
}

#poster {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;

  background: #fff url(../images/ab.png) no-repeat top;
  background-size: cover;
}

.pro-video {
  position: relative;
  height: 500px;
}

.pro-video .videoID {
  position: absolute;
  left: 0;
  top: 0
}

.play-overlay {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.play-overlay p {
  position: relative;
  display: inline-block;
  width: 75px;
  height: 75px;
  font-size: 23px;
  border-radius: 100%;
  background: #0594D3;
}

.tx_svd_icon {
  line-height: 75px;
  text-align: center;
  animation: witr-shadow 1s linear infinite;
  color: #fff;
}

.play-overlay i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
}

@keyframes witr-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}

.video-item i {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}



.layui-layer-setwin .layui-layer-ico {
  background: url(../images/icon.png) no-repeat
}

.layui-layer-setwin .layui-layer-close2 {
  z-index: 9999;
}

.layui-layer {

  background: #000;

}

.ab_list2 {
  width: 100%;
  background: #fff;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  margin-top: 10px;
  cursor: pointer;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.10)
}

.ab_list2:hover {
  box-shadow: 0px 0px 35px 0px rgba(5, 148, 211, 0.10)
}

.ab_list2 b {

  font-size: 24px;
  color: #0594D3;
  padding-left: 10px;

}

.more_a2 {
  display: inline-block;
  line-height: 40px;
  padding: 0px 43px;
  color: #fff;
  position: relative;
  transition: all 0.8s ease 0s;
  font-size: 16px;
  margin: 20px 0;
  background: #0594D3;
}

.more_a2 span {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.more_a2:hover {

  background: #0076C0;

}

/*  */


.create-form-inner {
  margin-top: 20px;
}

.create-form-inner .create-form-ul {
  *zoom: 1
}

.create-form-inner .create-form-ul:before, .create-form-inner .create-form-ul:after {
  content: "";
  display: table
}

.create-form-inner .create-form-ul:after {
  clear: both
}

.create-form-wrap, .fb-product-wrap, #crmMailMask {
  font-family: Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif
}

.create-form-wrap * {
  padding: 0;
  margin: 0
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}

button {
  overflow: visible
}

textarea, pre {
  overflow: auto
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  outline: none
}

button, select {
  text-transform: none
}

button[disabled], html input[disabled] {
  cursor: default
}

a[href], label[for], select {
  cursor: pointer
}

a, input, div, textarea, span {
  -webkit-tap-highlight-color: transparent
}

a:active, a:hover {
  outline: 0
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto
}

.create-form-inner {
  padding: 10px 15px 15px 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #444
}

.create-form-inner a {
  text-decoration: none;
  color: #238cc8
}

.create-form-inner .create-form-ul {
  margin: 0 -15px
}

.create-form-inner .create-form-li {
  float: left;
  width: 50%;
  padding: 5px 15px;
  margin-bottom: 5px;
  position: relative
}

.create-form-inner .create-form-li label {
  display: block !important;
  line-height: 1;
  color: #444;
  padding: 0 0 5px 0 !important;
  margin: 0;
  text-transform: capitalize;
  position: static !important;
}

.create-form-inner .create-form-li input, .create-form-inner .create-form-li textarea {
  width: 100%;
  display: block;
  margin: 0 !important;
  line-height: 21px;
  font-size: 13px;
  padding: 4px 6px;
  color: #444;
  border: 1px solid #d9d9d9
}

.create-form-inner .create-form-li textarea {
  height: 84px;
  max-width: 100%;
  margin-bottom: 5px
}

.create-form-inner .create-form-li.create-form-block {
  width: 100%
}

@media screen and (max-width: 550px) {
  .create-form-inner .create-form-li {
    width: 100%
  }
}

.create-form-inner .create-form-mask {
  position: absolute;
  z-index: 1;
  background: black;
  filter: alpha(opacity=0);
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.create-form-inner .create-form-cen {
  text-align: center
}

.create-form-inner .create-form-submit {
  border: 0px none;
  background: #2c9c5e;
  padding: 7px 15px;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  min-width: 110px
}

.create-form-inner .create-form-input {
  height: 53px
}

.create-form-inner .create-form-action {
  float: left;
  width: 100%;
  padding: 10px 0;
  position: relative
}

.create-form-inner input, .create-form-inner button {
  outline: none
}

.create-form-wrap {
  padding: 0 5px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  background: #fff
}

.create-form-wrap, .create-form-wrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box
}

.create-form-wrap .create-form-title {
  background: #2c9c5e;
  font-size: 16px;
  line-height: 1;
  padding: 15px;
  margin: 0 -6px;
  margin-top: -1px;
  color: #fff;
  margin-bottom: 10px
}

.fb-product-wrap {
  max-width: 830px;
  padding: 5px;
  background: #fff;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
  color: #444
}

.fb-product-wrap, .fb-product-wrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box
}

.fb-product-wrap a {
  text-decoration: none;
  color: #238cc8
}

.fb-product-wrap .ent-img4 .box, .fb-product-wrap .ent-img4 .line {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
  text-align: center
}

.fb-product-wrap .ent-img4, .fb-product-wrap .ent-img5 {
  margin-left: -15px;
  margin-right: -15px
}

.fb-product-wrap .ent-img5 .box, .fb-product-wrap .ent-img5 .line {
  width: 18%
}

.fb-product-wrap .fb-product-title {
  font-size: 18px;
  font-weight: bold;
  color: #666;
  border-bottom: 2px solid #ddd;
  line-height: 20px;
  padding-bottom: 8px;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 5px
}

.fb-product-wrap .fb-product-title a {
  float: right;
  font-size: 14px;
  color: #777
}

.fb-product-wrap .fb-product-title a:hover {
  color: #3175af
}

.fb-product-wrap div[class*="ent-img"] {
  margin-bottom: 10px
}

.fb-product-wrap div[class*="ent-img"] img {
  width: 100%
}

.fb-product-wrap div[class*="ent-img"] .box span, .fb-product-wrap div[class*="ent-img"] .box a.more {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  padding-top: 5px
}

.fb-product-wrap div[class*="ent-img"] .box {
  padding-bottom: 20px;
  word-wrap: break-word;
  word-break: break-word
}

.fb-product-wrap div[class*="ent-img"] .box a {
  color: #5b9bd1
}

.fb-product-wrap div[class*="ent-img"] .box a:hover {
  color: #3175af
}

.fb-product-wrap img {
  max-width: 100%;
  height: auto;
  width: auto\9
}

#crmMailMask {
  font-size: 14px;
  line-height: 1.5;
  color: #444;
  text-align: center;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 109990000;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxMzhBMDgyNjE0NzJFNTExODlDRkYxMjg1ODdCMDI5OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowMDlCOTg5NDhDNTkxMUU1QjUwQ0ZCQTIwREJBQkZGNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowMDlCOTg5MzhDNTkxMUU1QjUwQ0ZCQTIwREJBQkZGNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QkJGNzQ3Q0IyNDg0RTUxMUFGRTdDOEI0MUZCQTFFQjQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTM4QTA4MjYxNDcyRTUxMTg5Q0ZGMTI4NTg3QjAyOTkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4UOTX9AAAAD0lEQVR42mJiYGDwBQgwAABcAFBNz9C5AAAAAElFTkSuQmCC");
  background: rgba(80, 80, 80, 0.5)
}

#crmMailMask, #crmMailMask * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box
}

#crmMailMask:after, #crmMailMask>div {
  display: inline-block;
  vertical-align: middle
}

#crmMailMask:after {
  content: '';
  height: 100%;
  width: 0;
  overflow: hidden
}

#crmMailMask .crmMailMask-box {
  background: #fff;
  width: 290px;
  border-radius: 4px;
  max-width: 98%;
  padding: 15px 20px;
  margin: 15px 0 40px 0
}

#crmMailMask .crmMailMask-box .crmMailMask-boxBot {
  margin-top: 10px
}

#crmMailMask .crmMailMask-box .crmMailMask-boxBot button {
  line-height: 1;
  border: 0px none;
  padding: 10px 15px;
  background: #135287;
  color: #fff;
  font-size: 13px;
  text-transform: capitalize
}

.crm-submit-load {
  display: inline-block;
  width: 24px;
  height: 20px;
  background: url("data:image/gif;base64,R0lGODlhFAAUAJEDAMfHx3Z2du7u7v///yH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyQjRBNTc3ODRBNEUxMUU2QkIzMThDODBEOUVDNjkyMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyQjRBNTc3OTRBNEUxMUU2QkIzMThDODBEOUVDNjkyMCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjJCNEE1Nzc2NEE0RTExRTZCQjMxOEM4MEQ5RUM2OTIwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjJCNEE1Nzc3NEE0RTExRTZCQjMxOEM4MEQ5RUM2OTIwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEBQoAAwAsAAAAABQAFAAAAjycj6nLjRHcglAaAAaNQjSMaVznLWB2kKWJIh3zNnFKwjU9J6q+LrnbM/yAuZ2v9jIeB7vh0emAWqZUQwEAIfkEBQoAAwAsBAACAAwABgAAAhacDXCLqSvEcCqEEeOsNmR5dJfGWEMBACH5BAUKAAMALAgAAgAKAAoAAAIXnDSpdrh8BgArzvnkzZqrEHAgmI1hGRYAIfkEBQoAAwAsDAAEAAYADAAAAhecNHmnm4ZeAuBROq+tI4TneUn4jeVQAAAh+QQFCgADACwIAAgACgAKAAACGJw/IniqnByMEIBp7Qlh5DtwnAeG4jRCBQAh+QQFCgADACwEAAwADAAGAAACFlwyqSJ2uJh4CIAh2xnW4qZwXUh6YQEAIfkEBQoAAwAsAgAIAAoACgAAAhdcMql2uHxeilIBUO+VGguxbN8njWAJFgAh+QQFCgADACwCAAQABgAMAAACF5wTNojH2gYAak5jKdZqCKF8nyGCJFgAADs=") no-repeat center right;
  vertical-align: middle
}

.crm-body-clear {
  overflow: hidden !important
}

/* 产品 */
.product {
  background: url(../images/fanga.jpg) no-repeat;
  background-size: 100%;
  padding-top: 100px;
  padding-bottom: 30px;
}

.product_con {
  margin-top: 60px;
  background: #fff;
  padding: 30px;
}




.pro_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pro_list a {
  display: flex;
  align-items: center;

  justify-content: space-between;
  width: calc(33.33% - 20px);
  background: #fff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.10);
  padding: 15px;
  margin: 10px 0;
  flex-direction: column;

}

.pro-fl .pro_txt {
  font-size: 20px;
  color: #1e1e1e;
  text-align: center;

}

.pro_txt {
  font-size: 20px;
  color: #1e1e1e;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.pro_txt b {
  font-size: 30px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;

}

.pro_txt p {
  margin: 30px 0;
}

.pro_txt p em {
  display: block;
  height: 36px;
  line-height: 36px;
  background: url(../images/pro-tb.png) no-repeat left;
  padding-left: 27px;
  font-size: 18px;
  font-weight: normal;
}



.pro_txt span {
  color: #0594D3;

  font-size: 20px;
  display: block;
  font-weight: bold;
  margin-left: 10px;



}

.pro_tu {
  position: relative;
  overflow: hidden;
  width: 100%;
}



.pro_tu::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  content: '';
  z-index: 1;
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  -o-transition: transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0)
}

.pro_tu::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  content: '';
  z-index: 1;
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  -o-transition: transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
  -webkit-transform: scale3d(1.9, 4.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 4.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0)
}

.ab_more2 {
  display: block;
  font-size: 14px;
  color: #999;
  width: 80px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #dedede;
  background: #fff;
  margin: 20px 0;
  font-style: normal;
  transition: all 0.3s;
}

.pro_list a:hover .ab_more2 {
  color: #fff;
  background: #999;
  border: 1px solid #999;
}

.pro_list a:hover b {
  color: #0594D3;
}

@keyframes movepoint {
  25% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.pro_list a:hover .shade-move {

  animation: movepoint 2s infinite;
  -webkit-animation: movepoint 2s infinite;
}

.pro-fl a:hover .shade-move {

  animation: movepoint 2s infinite;
  -webkit-animation: movepoint 2s infinite;
}

.pro-fl a:hover .pro_tu::after {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}

.pro_list a:hover .pro_tu::after {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}

/* 优势 */
.youshi {
  padding: 80px 0;
  margin-top: 50px;
  background: url(../images/block04.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.items .box {
  height: 150px;
  margin: 10px 0;
  position: relative;
  transform: scaleX(0.8);
  width: 100%;
  overflow: hidden;
  transition: transform 1s ease-in-out;
}

.items .box .left {
  width: 45%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #0594D3;
  font-size: 50px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;


}

.items .box .left span {
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  background: rgba(255, 255, 255, .9);
  border-radius: 100%;

  cursor: pointer;
  position: relative;

}

.items .box .left span::after {
  position: absolute;
  width: 50%;
  height: 2px;
  left: 130px;
  top: 50%;
  background: #0594D3;

  content: " ";

}

.items .box:hover span::after {
  width: 500%;
}

.items .box .right {
  position: absolute;
  top: 0;
  height: 100%;
  width: 62%;
  right: 0;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 0 20px #f1f1f1;
  justify-content: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;

  transform: translateX(20%);

  transition: transform 1.2s ease-in-out, background-color 0.6s ease-in-out, width 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
}

.items .box .right b {
  font-size: 28px;
  color: #000;
  width: 30%;
  float: left;
  padding-left: 30px;

}

.items .box .right p {
  color: #666;
  width: 60%;
  float: left;
  font-size: 18px;
  line-height: 28px;
  padding-right: 30px;
}

.items .box .right.go {
  background-color: #0594D3;
  width: 40%;
  box-shadow: -0.4rem 0px 0.4rem -0.1rem rgba(12, 65, 178, 0.16);
}

.items .box.go {
  transform: scaleX(1);
}

.items .box.go .right {
  transform: translateX(0%);
  cursor: pointer;
}

.items .box:hover .right {
  background-color: #0594D3;
  width: 50%;
  box-shadow: -0.4rem 0px 0.4rem -0.1rem rgba(12, 65, 178, 0.16);
}

.items .box:hover .right b {
  color: #fff;
}

.items .box:hover .right p {
  color: #fff;
}

/* 应用 */
.appl-box {
  background: #FFF;
  padding: 80px 0;
}

.appl-box .appl-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}



.appl {
  position: relative;
  padding-bottom: 100px;
}

.appl .swiper-slide {
  margin-top: 40px;
  box-shadow: 0 0 20px #DEDEDE;
}

.appl .swiper-slide span {
  overflow: hidden;
  display: block;
}

.appl .swiper-slide span img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  transition: all .3s;

}

.appl .swiper-slide a {
  background: #fff;
  display: block;
  padding-bottom: 30px;
}

.appl .swiper-slide a:hover {
  background: #0594D3;

}

.appl .swiper-slide em {
  display: block;
  font-size: 18px;
  font-style: normal;
  padding: 10px 20px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.appl .swiper-slide b {
  padding: 10px 20px;
  display: block;
  margin-top: 10px;
  color: #0594D3;
}

.appl .swiper-slide i {
  padding: 10px 20px;
  color: #999;
  margin-top: 10px;
  display: block;
}

.appl .swiper-slide p {

  color: #666;
  line-height: 26px;
  font-size: 14px;
  padding: 0 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;

}

.appl .swiper-slide:hover {
  box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1);
}

.appl .swiper-slide a:hover b, .appl .swiper-slide a:hover p, .appl .swiper-slide a:hover i, .appl .swiper-slide a:hover em {
  color: #fff;
}

.appl .swiper-slide:hover img {
  transform: scale(1.1);
}

.appl .swiper-button-next {
  position: absolute;
  top: 93%;
  left: calc(60% + 10px);
  border-radius: 20px;
  text-align: center;
  color: #0594D3;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  transition: all .5s ease;
  box-shadow: 0 0 10px #dedede;
  outline: none;
}

.appl .swiper-button-prev {
  position: absolute;
  top: 93%;
  left: calc(40% - 50px);
  border-radius: 20px;
  text-align: center;
  color: #0594D3;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  transition: all .5s ease;
  box-shadow: 0 0 10px #dedede;
  outline: none;
}

.appl .swiper-button-prev:hover,
.appl .swiper-button-next:hover {
  background: #0594D3;
  color: #fff;
}

.appl .line {
  position: absolute;
  top: 93%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  width: 20%;
  background: #dedede;
}

/* 新闻 */
/*新闻*/
.news_box {
  margin-top: 50px;
}

.news_con {
  display: flex;
  align-items: stretch;
  margin-top: 40px;
  justify-content: space-between;
}

.news {
  display: block;
  width: 49%;
  background: #41A6D6;


}

.news a {

  transition: .3s;
  display: block;
  position: relative;
  color: #fff;
}

.news a .tup {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
}

.news a .tup img {
  transition: all .3s;
  width: 100%;
}

.news a .cont {
  padding: 10px 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  padding: 30px;
  background: rgba(5, 148, 211, 0.7);
  color: #fff;


}

.news a .cont p {
  overflow: hidden;
  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news a .cont span {
  margin-top: 30px;
  display: block;
  font-size: 16px;
}

.news a b {
  color: #999999;
  font-size: 40px;
  margin-top: 10px;
  display: block;
}

.news a p {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  margin-top: 30px;


}

.news a .news-title {
  font-size: 22px;
  color: #fff;
  line-height: 26px;
  padding-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px solid #fff;
  margin-top: 30px;


}

.news a:hover img {
  transform: scale(1.1);
}





.news-two {
  width: 49%;

}



.news-two a {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 30px 20px;
  transition: .3s;

  background: #f1f1f1;
}

.news-two a:hover {
  box-shadow: 0 0 10px #dedede;


}

.news-two a:hover p {
  color: #666;
}

.news-two a:hover .day span {
  color: #0594D3;
}

.news-two li:last-child a {
  margin-bottom: 0;
}

.day {
  color: #666;
  flex: 1;
  height: 80px;
  margin: 7px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.day span {
  font-size: 30px;
  width: 100%;
  color: #333;
  text-align: center;
  font-weight: bold;
}

.day p {
  width: 100%;
  text-align: center;
}

.day img {
  margin-top: 15px;
}

.newscon {
  flex: 4;
  padding-left: 20px;
}

.newscon b {


  font-size: 18px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.newscon p {

  text-align: left;
  line-height: 24px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;

}

.newscon img {
  margin-top: 10px;
}

/*底部footer*/
.footer-main {
  margin-top: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background: #333;
  padding-top: 50px;
}

.footer-main .container {
  display: flex;
}

.footer-list1 {


  width: 25%;


}



.footer-list3 {


  width: 75%;



}

.footer-list3 .con_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-list3 .con_info div {}

.footer-list1 span, .footer-list2 span, .footer-list3 span {
  color: #fff;
  font-size: 17px;
  letter-spacing: 1.36px;
  margin-bottom: 30px;
  margin-top: 0;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}

.footer-list3 .socials {
  padding-left: 0;
  margin-bottom: 0;


}

.footer-list3 .socials li {
  display: inline-block;
  margin-right: 10px;
}

.footer-list3 .socials li a {
  border: 1px solid #dedede;
  border-radius: 100%;
  color: #dedede;
  display: inline-block;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.footer-list3 .socials li a:hover {
  background-color: #0594D3;
  border: 1px solid #0594D3;
  color: #fff;
}

.footer-list1 p, .footer-list2 p, .footer-list3 p {
  color: #969595;
  font-size: 14px;
  letter-spacing: 0.45px;
  line-height: 26px;
  padding-bottom: 5px;
}

.footer-list1 p a {
  color: #fff;
  text-transform: uppercase;
}

.footer-list1 p a:hover {
  color: #0594D3;
}



.address-content {
  display: inline-block;
  position: relative;
  padding-left: 52px;
  padding-bottom: 10px;
  text-align: left;


}

.address-content span {

  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0px;
  top: 5px;
  display: inline-block;
  width: 30px;
  height: 37px;
  line-height: 37px;
  text-align: center;
}

.address-content i {
  font-size: 15px;
  color: #fff;
  display: block;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;

}

.address-content p {
  color: #fff;
  font-size: 13px;
}

.footer-copyright {
  background: #161616;
  padding: 30px 0;
  border-top: 1px solid #373737;
}

.footer-copyright p {
  color: #fff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1.1px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.footer-copyright p span {
  padding-left: 15px;
}

.footer-copyright p span a {
  color: #9B9B9B
}

/* 手机底部导航 */
.bottom_nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: #205DA6;
  display: none;
}


.bottom_nav_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 62px;
}

.bottom_nav a {
  flex: 1;
  color: #fff;
  border-right: 1px solid #296AB7;
  border-left: 1px solid #1A5293;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom_nav a span {
  margin-left: 6px;
}

.bottom_nav a:last-child {
  border-right: none;
}

.bottom_nav a:first-child {
  border-left: none;
}

/*返回顶部*/
.back-to-top {
  position: fixed;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 3px;
  right: 65px;
  bottom: 65px;
  background: #0594D3;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 999;
}

.back-to-top i {
  font-size: 26px;
  width: 50px;
  height: 50px;
  line-height: 50px;

}

.back-to-top:hover {
  color: #fff;
  background: #154B9D;
  transition: background 0.2s ease-in-out;
}

.search_box{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
 
}
.search_box .language{
   color:#fff;
}
.search_box a{
  color: #fff;
}
.search_box a:hover {
  color: #fff;
}
.seaBtn {
    width: 40px;
    height: 20px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 0px;
}

.topright{
  display: flex;
  flex-flow: row wrap;
}
.mob-language{
  color: #fff;
}
.mob-language a{
  display: inline-block;
  border: none;
  width: 25px;
  margin: 0 15px;
}
