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

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

aside,
b,
button,
dd,
div,
dl,
dt,
footer,
form,
h3,
h4,
h5,
h6,
header,
input,
li,
nav,
ol,
p,
section,
table,
td,
textarea,
tr,
ul {
  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;
  word-wrap: break-word;
  hyphens: auto;
}

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;
}

/*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%;
}

.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dot2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/
.top_con {
  background: #004DA0;
  color: #fff;
  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: 994;
  transition: all 0.5s;
  height: 80px;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;

}

#header.header-transparent { background: rgba(255, 255, 255, .3);}

#header.header-scrolled {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 994;
}

.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: 80px;
  padding-left: 20px;
}

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

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

/*导航菜单 */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu {
  flex: 5;
  height: 80px;
}
.nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav-menu ul li {
  text-align: center;
}
.nav-menu a {
  display: block;
  color: #fff;
  padding: 0 25px;
  height: 80px;
  line-height: 80px;
  font-weight: 500;
  transition: 0.3s;
  font-size: 18px;
  transition: all .3s;

}
.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #004DA0;
  border-bottom: 1px solid #004DA0;
}
.nav-menu .drop-down .nav_sub {
  width: 100%;
  opacity: 0;
  max-height: 0;
  height: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #004DA0 url(../images/topbg.jpg) no-repeat left;
  overflow: hidden;
}
.nav-menu .drop-down:hover .nav_sub {
  opacity: 1;
  top: 80px;
  visibility: visible;
  height: 360px;
  max-height: 360px;
}
.nav-menu .drop-down .nav_sub .container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: stretch;
}
.nav_sub .nav_l {
  width: 40%;
  padding: 40px 40px 40px 0;
  height: 360px;
  padding-left: 8%;
}
.nav_sub .nav_l b {
  font-size: 30px;
  line-height: 48px;
  display: block;
  color: #333;
  font-weight: normal;
  text-align: left;
  margin-bottom: 20px;
}
.nav_sub .nav_l div {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.nav_sub .nav_l a:hover {
  color: #fff;
}
.nav_r {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.nav_sub .nav_r .l {
  padding-top: 30px;
  width: 65%;
}
.nav_sub .nav_r .r img {
  max-height: 220px;
  margin-top: 20px;
  margin-left: 30px;
  border-radius: 15px;
}
.nav_sub .nav_r .l ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.nav_sub .nav_r .l ul li {
  width: 33.33%;
}
.nav_sub .nav_r .l a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  transition-duration: .3s;
  padding: 0 15px;
  line-height: 24px;
  margin: 10px 20px 0 0;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #dedede;
  height: 60px;
}
.nav_sub .nav_r .l a::before {
  position: absolute;
  left: 0;
  top: 26px;
  width: 6px;
  height: 6px;
  content: '';
  border-radius: 100%;
  background: #004DA0;
}
.nav_sub .nav_r .l a:hover {
  color: #004DA0;
  font-weight: bold;
}
.nav_sub .nav_r .r {
  width: 30%;
  text-align: center;
  background: #004DA0;
  height: 400px;
}
.right-wrap {
  padding: 40px 0;
  color: #fff;
}
.right-wrap p {
  font-size: 26px;
}
.right-wrap ul {
  display: block;
  margin-top: 20px;
}
.right-wrap ul li:hover a {
  color: #fff;
}
.right-wrap ul a {
  display: inline-block;
  font-weight: normal;
  height: auto;
  line-height: 24px;
  padding: 10px 0;
}
.right-wrap ul a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.contact-title {
  font-size: 16px;
  margin-top: 20px;
  display: block;
  margin-bottom: 10px;
}
.contact-title img {
  margin-top: 0 !important;
}
.contact-number {
  font-size: 22px;
  font-weight: 700;
}
.nav_r_tit {
  text-align: left;
}
.nav_r_tit b {
  font-size: 32px;
  font-weight: normal;
  display: block;
  margin-bottom: 15px;
}
.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;

  width: 100%;
}
.mobile-nav .mob-language a{ display: inline-block; line-height: 40px; margin: 0 10px; padding: 0 10px; border: 1px solid #fff;}
#header.header-scrolled .nav-menu a {
  color: #333;
}
#header.header-scrolled .nav-menu a:hover,
#header.header-scrolled .nav-menu .active>a,
#header.header-scrolled .nav-menu li:hover>a {
  color: #004DA0;
}
#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: #fff;
}
#header.header-scrolled .nav_sub .nav_r .l a {
  color: #333;
}
#header.header-scrolled .nav_sub .nav_r .l a:hover {
  color: #004DA0;
}
.headerBotRig {
  padding: 0 10px;
  height: 80px;
  display: flex;
  background: #004DA0;
  align-items: center;
  justify-content: center;
}
#header.header-scrolled .nav_sub .nav_r .r a {
  color: #fff;
}
/* 手机菜单样式 */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
  left: -80%;
  width: 80%;
  padding-top: 18px;
  background: #004DA0;
  transition: 0.4s;
}
.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #fff;
  font-size: 16px;
  margin: 0 20px;
  height: 56px;
  text-transform: uppercase;
  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 ul li a.expanded {
  color: rgba(255, 255, 255, .7);
}
.mobile-nav ul li a button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  outline: none;
  color: #004DA0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}
.mobile-nav ul li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: #004DA0;
}
.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: 53px;
  top: 45px;
  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: #004DA0;
}
.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;
}
.mobile-nav .drop-down .nav_sub {
  display: none;
}
.mobile-nav .nav_sub .nav_r .l {
  padding-top: 0;
}
.mobile-nav .nav_sub .nav_r .l ul {
  flex-direction: column;
}
.mobile-nav .nav_sub .nav_r .l {
  width: 100%;
  background: #f1f1f1;
}
.mobile-nav .nav_r .l ul li {
  width: 100%;
}
.mobile-nav .nav_r .l a {
  color: #333;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile-nav .nav_r .l a::before {
 display: none;
}

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

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

.language a:hover {
  color: #004DA0;
}

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

}
.top_tel { 
   margin-left: 20px; background: url(../images/nodephone.png) left center no-repeat; padding-left:25px; font-size:18px;  color: #fff;}
#header.header-scrolled .top_tel{ color: #004DA0;}
   .seaBtn {
  background: url(../images/sousuo.png) center no-repeat;
}

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

.searchWrap {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  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;
}

.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: #004DA0;
  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: #004DA0;
  font-size: 16px;
}

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

/* 语言 */
.head_right {
  position: relative;
 margin: 0 15px;
}

.prisna-wp-translate-seo {
  display: none;
  font-family: Arial, Helvetica, sans-serif;
}

.mobile-head-language .prisna-wp-translate-seo,
.change-language .prisna-wp-translate-seo {
  display: block
}

.change-language .change-language-title,
.change-language .change-language-title a {
  font-size: 14px;
  color: #fff;
}

.change-language .change-language-title {
  padding: 0;
}

.change-language .change-language-title a:after {
  font-family: 'fontawesome';
  content: "\f0d7";
  font-size: 14px;
  display: inline-block;
  padding-left: 2px;
}

.change-language:hover .change-language-title a:after {
  -moz-transform: rotate(-360deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.change-language .change-language-cont {
  position: absolute;
  top: 30px;
  right: -20px;
  width: 120px;
  background: #FFF;
  padding:20px 10px;
  transform: scale3d(0.9, 0.9, 1);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow-y: scroll;
  max-height: 80vh;
}

.change-language:hover .change-language-cont {
  transform: scale3d(1, 1, 1);
  opacity: 1;
  visibility: visible;
}

.change-language .change-language-cont li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 10px;
  font-size: 14px;
  overflow: hidden;
  padding: 0 10px 0 0;
}

.change-language .change-language-cont .lang-item-hide {
  display: none !important;
}

.change-language .change-language-cont .lang-more {
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
  line-height: 30px;
}

.change-language .change-language-cont .more-active {
  font-size: 20px;
}

.language-flag span {
  position: relative;
  display: inline-block;
  vertical-align: top;

  white-space: nowrap;
  padding: 0 0 0 33px;
  overflow: hidden;
}

.change-language ::-webkit-scrollbar {
  width: 5px;
}

.change-language ::-webkit-scrollbar-track {
  background-color: #fff;
}

.change-language ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .3);
  border-radius: 3px;
}

.change-language .language-cont:hover::-webkit-scrollbar-thumb {
  display: block
}

.language-flag .country-flag {
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  vertical-align: top;

  background-repeat: no-repeat;
  background-image: url(../images/all-m.gif);
  width: 22px;
  height: 16px;
  margin: -8px 5px 0;
}

li.language-flag a {
  position: relative;
  display: block;
}

li.language-flag a:hover {
  color: #004DA0;
}
.language-flag-china .country-flag {
  background-position: 0 -1617px !important;
}

.language-flag-en .country-flag {
  background-position: 0 -256px !important;
}

#header.header-scrolled .change-language .change-language-title a{ color: #000;}
/*首页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: #004DA0;
}

.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: #004DA0;
  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;
}

.banner_txt {
  position: absolute;
  top: 32%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  color: #333;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.banner_txt p {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: none;
}

.banner_txt b {
  display: block;
  font-size: 42px;
  color: #fff;
  margin: 30px 0;
  text-shadow: none;
  width: 50%;
}

.banner_txt span {
  color: #fff;
  font-size: 18px;
  display: block;
  text-shadow: none;
  width: 50%;
}

.pad_80 {
  padding: 80px 0;
}

/*关于我们*/
.main_title {
  text-align: left;
  margin-bottom: 10px;
}

.main_title .m_p1 {
  font-size:50px;
  display: flex;
  font-weight: bold;
  color: #004DA0;
  align-items: center;
  justify-content: flex-start;

}

.main_title .m_p2 {
  font-size: 24px;
  margin-top: 10px;
}



.about {
  background: url(../images/about-bg.jpg) no-repeat center;

  background-size: cover;



}
.about_box { display: flex;}
.ab_txt{width: 60%;}
.ab_tit {
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.ab_bottom {

  margin: 30px auto;
  width: 37%;
  transition: opacity .3s .6s, visibility 0s .6s, margin-top 0s .6s;
}

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


.ab_bottom li{ width: 50%; text-align: center; margin: 10px 0;}
.ab_bottom li a {


  display: block;
  text-decoration: none;
  position: relative;
  transition: all .3s;

}

.ab_bottom .ab_num {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ab_bottom li b {
  color: #333;
  font-size: 32px;
  display: block;
  font-weight: 700;
  margin-bottom: 8px
}

.ab_bottom li i {
  font-size: 20px;
  color: #333;
  padding-left: 6px;
  padding-bottom: 30px;
}

.ab_bottom li p {
  color: #0168B8;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;

}

.ab_bottom li:hover {
  background-color: hsla(0, 0%, 100%, 0);
  text-decoration: none;
  border-color: transparent !important
}

.ab_bottom li:hover p {
  color: #333;
}

.ab_txt {
  width: 75%;
  margin: auto;
}

.ab_txt .info {
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
  color: #666;



}

.pic-data {
  position: relative;
  margin-top:40px;

}

.pic-data .swiper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  padding-bottom: 50px;
}

.pic-data .swiper-slide {
  text-align: center;
  font-size: 14px;

}

.pic-data .swiper-slide a {
  display: block;
  position: relative;
}

.pic-data .swiper-slide img {
  display: block;
  transition: all 0.3s ease-out;
  width: 100%;
  border-radius: 50px 0 50px 0;
}

.pic-data .swiper-slide p {
  position: absolute;
  bottom: 0px;
  line-height: 28px;
  color: #fff;
  padding: 8px;
  text-align: left;
  font-size: 16px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.pic-data .swiper-slide p i {
  display: block;
  width: calc(100% - 100px);
}

.pic-data .swiper-container .swiper-button-prev:hover {
  background: #1D63B0;
  color: #fff;
}

.pic-data .swiper-pagination {
  position: absolute;
  z-index: 9;
  right: 0;
  top: calc(100% - 30px);
  color: #fff;


}

.pic-data .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #000;
}

.pic-data .swiper-pagination-bullet-active {
  background: #004DA0;
}


/* 产品 */
.pro_box {

  background-size: 100%;
  background: #fff;
  position: relative;
  z-index: 1;
}

.tj_tu {
  position: relative;
  display: flex;
  align-items: flex-start;


}

.tj_tu .zi img {
  height: 100%;
}

#gallery {
  width: 66%;
  padding: 80px 0;

}


#gallery .swiper-slide .product-box {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-top: 20px;


}


#gallery .swiper-slide .product-box .pro_con .more {
  border: 1px solid #004DA0;
  color: #004DA0;
  padding: 13px;
  text-align: center;
  display: block;
  width: 140px;
  margin-top: 40px;
  border-radius: 20px 0 20px 0;
}

#gallery .swiper-slide .product-box .pro_con .more:hover {
  background: #004DA0;
  color: #fff;
}

#gallery .swiper-slide .product-box .pro_con b {
  color: #004DA0;
  font-size: 26px;
  line-height: 52px;
  width: 100%;
  font-weight: normal;
  display: block;


}
#gallery .swiper-slide .product-box .pro_con b::first-letter{ text-transform: uppercase;}
#gallery .swiper-slide .product-box .pro_con p {
  font-size: 16px;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  margin-top: 20px;
}

#gallery .swiper-slide .product-box .pro_con p a {
  position: relative;
  margin-right: 20px;
  color: #fff;
}

#gallery .swiper-slide .product-box .pro_con p a .lxing {

  width: 0;

  height: 0;

  border: 5px solid transparent;

  border-bottom-color: #004DA0;

  position: relative;

  top: -5px;
  margin-right: 5px;
  display: inline-block;

}

#gallery .swiper-slide .product-box .pro_con p a .lxing::after {
  content: '';

  position: absolute;

  left: -5px;

  top: 5px;

  width: 0;

  height: 0;

  border: 5px solid transparent;

  border-top-color: #004DA0;
}

#gallery .swiper-slide .product-box .pro_con p a:hover {
  color: #242424;
}

#gallery .swiper-slide-active {
  opacity: 1 !important;
}

.tj_tu img {
  width: 100%;
}


#thumbs {
  width: 28%;
  background: #F0F7FF;
  height: auto;
  padding:30px 40px ;
}

.tj_tu .swiper-container-thumbs {
  position: relative;
  margin-left: 0;
}

#thumbs .swiper-wrapper {
  flex-wrap: wrap;
  height: auto;



}

.tj_tu .swiper-container-thumbs .swiper-slide {

  font-size: 24px;
  cursor: pointer;
  color: #fff;
  width: 100% !important;
  text-align: left;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  position: relative;
}



.tj_tu .swiper-container-thumbs .swiper-slide img {
  width: 45px;
  height: 45px;
  margin-bottom: 15px;
}

.tj_tu .swiper-container-thumbs .swiper-slide p {

  position: relative;
  z-index: 2;
  font-size: 24px;
  background: #fff;
  width: 100% !important;
  align-items: center;
  display: flex;
  color: #333;
  padding:20px;
}

.tj_tu .swiper-container-thumbs .swiper-slide p i {
  padding-right: 20px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  opacity: .5;
  font-size:30px;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  display: none;
  transition: all .3s;

}

.tj_tu .swiper-slide-thumb-active img {
  filter: brightness(500%);

}

.tj_tu .swiper-container-thumbs .swiper-slide.swiper-slide-thumb-active p{
 
  background: #004DA0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.tj_tu .swiper-container-thumbs .swiper-slide.swiper-slide-thumb-active p i{ display: block;}
.tj_tu .swiper-slide-thumb-active p {
  color: #fff;
}


.promore {
  width: 150px;
  overflow: hidden;
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  background: #004DA0 url(../images/jt1.png)no-repeat 94% 17px;
  border: solid 1px #004DA0;
  transition: all .3s;
  margin-top: 10px;
  padding:8px 10px;

}

.promore:hover {
  color: #004DA0;

  background: url(../images/jt2.png) no-repeat 94% 17px;

 
}

.jszb {
  padding-top: 50px;
  margin-right: 50px;
}

.jszb .swiper-slide {
  margin-top: 40px;
}

.jszb .swiper-slide span img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;

}

.jszb .swiper-slide a {
  background: #fff;
  display: block;
}

.jszb .swiper-slide em {
  background: #fff;
  display: block;
  font-size: 20px;
  font-style: normal;
  padding: 20px 15px;
  color: #333;
  text-align: center;
}

.jszb .swiper-slide:hover em {
  background: #004DA0;
  color: #fff;
}

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

.jszb .swiper-button-prev {
  left: calc(100% - 98px);
  top: 0px;


}

.jszb .swiper-button-next {
  right: 5px;
  top: 0px;
}

.jszb .swiper-button-next,
.jszb .swiper-button-prev {
  background: #fff;
  box-shadow: 0 0 10px #eee;
  outline: none;
  color: #004DA0;
  font-size: 20px;
  text-align: center;
  border-radius: 100%;
  margin-top: 8px;
  width: 40px;
  height: 40px;
  line-height: 40px;



}

.jszb .swiper-button-next:hover,
.jszb .swiper-button-prev:hover {
  color: #fff;
  background: #004DA0;
}

.jszb .swiper-pagination-custom {
  top: 30px;
  text-align: left;

  width: calc(100% - 200px);
}

.jszb .line {
  position: absolute;
  left: 0;
  top: 30px;
  width: calc(100% - 110px);
  height: 1px;
  background: #dedede;
}


/* 应用领域 */
.case {
  margin-top: 60px;
}

.ys_case {
  position: relative;
  margin-top: 50px;
}

.ys_case .case-slide {
  /* border-right: 1px solid rgba(255, 255, 255, .2); */
  width: calc(20% - 1px);
  float: left;
  z-index: 9;
  position: relative;
}


.ys_case_mid {
  text-align: center;

  height: 700px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.ys_case_mid .default {
  width: 100%;
  height: 190px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  border: 1px solid rgba(255, 255, 255, .3);
  bottom: 0;
  width: 100%;
  transition: .5s;
  background: rgba(0, 0, 0, 0.4);

}

.ys_case_mid .default .main_title {

  font-weight: 600;
  text-align: center;

}

.ys_case_mid .hover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;

  background: rgba(48, 129, 196, .8);
  padding: 30px;
  box-sizing: border-box;
  transition: .5s;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ys_case_mid .hover h4 {
  font-size: 24px;
  width: 100%;
  padding: 20px 0;
  color: #ffffff;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  margin-bottom: 15px;
}

.ys_case_mid .hover p {
  line-height: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #ffffff;
}

.ys_case_mid .hover strong {
  display: block;
}

.ys_case_mid .hover strong a {
  display: block;
  line-height: 50px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
}

.ys_case_mid .hover strong a:hover {
  color: #F58D1D;
}

.ys_case .case-slide.active .default {
  opacity: 0;
  bottom: -10%;

}

.ys_case .case-slide.active .hover {
  opacity: 1;
}

.ys_case .case-slide.active {
  top: 0;
  opacity: 1;
}

.ys_case_tit {
  display: block;
  color: #fff;
  font-weight: bold;
  margin: 20px 0;
  font-size: 40px;
}

.ys_case_txt {
  font-size: 16px;
  color: #fff;
  padding: 0 30px;
  line-height: 26px;
}


.ys_case_mid {
  position: relative;
  z-index: 2;
}

.ys_case_mid span {
  margin-bottom: 40px;
}

.ys_case_mid .main_title {
  color: #fff;
  font-size: 24px;
}

.ys_case_mid .ys_case_txt {
  line-height: 30px;
  color: #fff;
  margin-top: 20px;
}

.ys_case_bg {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 700px;
  z-index: 0;
}

.ys_case_bg div {
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  transition-duration: 1.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 2.6s;

}

.ys_case_bg div.on {

  opacity: 1;
  z-index: 10;
}

/* 案例 */
.hzal-box {
  background: url(../images/casebg.jpg) no-repeat;
  background-size: cover;
}

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

.hzal .swiper-slide {
  margin-top: 40px;



}

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

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

}

.hzal .swiper-slide a {
  background: #fff;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}




.hzal .swiper-slide a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  transform: scale(0.0, 1);
  opacity: 0;
  border-radius: 10px;
  z-index: -1;
  transition: .5s;
}

.hzal .swiper-slide a:hover::before {
  background: #004DA0;
  opacity: 1;
  transform: scale(1, 1);
}

.hzal .swiper-slide em {
  display: block;
  font-size: 16px;
  font-style: normal;
  padding: 0 20px;
  color: #333;
  margin-top: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hzal .swiper-slide b {

  color: #333;
  font-size: 16px;
  padding: 20px 10px;
  text-align: center;
  font-weight: 500;
  display: block;
}


.hzal .swiper-slide p {

  color: #666;
  line-height: 26px;
  font-size: 14px;

  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-top: 6px;
  -webkit-box-orient: vertical;

}

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

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

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

.hzal .swiper-button-next {
  position: absolute;
  top: 93%;
  left: calc(60% + 10px);
  border-radius: 20px;
  text-align: center;
  color: #004DA0;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  transition: all .5s ease;

  outline: none;
}

.hzal .swiper-button-prev {
  position: absolute;
  top: 93%;
  left: calc(40% - 50px);
  border-radius: 20px;
  text-align: center;
  color: #004DA0;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  transition: all .5s ease;

  outline: none;
}

.hzal .swiper-button-prev:hover,
.hzal .swiper-button-next:hover {
  background: #004DA0;
  color: #fff;
}

.hzal .line {
  position: absolute;
  top: 93%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  width: 20%;
  background: #dedede;
}
/* 合作 */
.gcyj{ background: #D4D8E1; }
.hz_bottom { padding-bottom: 60px; margin-top: 20px;}
.hz_bottom .swiper-wrapper{ align-items: stretch!important;}
.hz_bottom .swiper-slide {
  margin-top: 40px;
  /* background: url(../images/fk-bg.png ) no-repeat; */
  background-size: 100% 100%!important;
}

.hz_bottom .swiper-slide span img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;

}
.hz_bottom .swiper-slide a {

  display: block;
  padding: 30px;
  position: relative; background: #fff; border-radius: 10px;

   
  

}



.hz_bottom .swiper-slide a:hover i{ color: #0066B3;}
.hz_bottom .swiper-slide em {
  display: block;
  font-size: 18px;
  font-style: normal;
  padding: 10px 15px;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hz_bottom .swiper-slide i {
  padding: 10px 15px;
  color: #999;
  display: block;
}
.hz_bottom .swiper-slide b{ font-size: 15px; text-align: center ;display: block;}

.hz_bottom .swiper-slide p {

  color: #666;
  line-height: 26px;
  font-size: 14px;
  margin-top: 10px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 52px;

}

.hz_bottom .swiper-slide:hover {
  box-shadow: 0 2px 16px 0 rgba(0,77,160, 0.1);


}
.hz_bottom .swiper-slide:hover a{  border-radius: 10px;}

.hz_bottom  .swiper-pagination {bottom: 0; }
.hz_bottom  .swiper-pagination-bullet-active{ background: #004DA0; }
/* 优势 */
.yybg {
  background: url(../images/yybg.jpg) bottom no-repeat;
  background-size: cover;
}
.fzls_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fzls_box .swiper-container {
  margin-left: 0;
  margin-right: 0;
}
.fzls_box .swiper-button-next {
  background: none;
  font-size: 30px;
  left: calc(50% + 60px);
  top: calc(100% - 30px);
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  outline: none;
  background: #004DA0;
}
.fzls_box .swiper-button-prev {
  background: none;
  font-size: 30px;
  left: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  top: calc(100% - 30px);
  outline: none;
  color: #fff;
  background: #004DA0;
}
.fzls_box .gallery-top .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fzls_box .gallery-top .swiper-slide .ys_txt {
  width: 50%;
  padding: 50px;
  color: #fff;
  font-size: 20px;
}
.fzls_box .gallery-top .swiper-slide .ys_txt i {
  padding-right: 10px;
}
.fzls_box .gallery-top .swiper-slide .ys_txt p {
  padding: 10px 0;
}
.fzls_box .gallery-top .swiper-slide .ys_txt .title {
  font-size: 40px;
  margin-bottom: 50px;
}
.fzls_box .gallery-top .swiper-slide .ys_txt .title span {
  padding-right: 10px;
  color: #fff;
 
}
.fzls_box .gallery-top .fzls_tit {
  font-size: 40px;
  width: 50%;
  color: #004DA0;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0 20px 13px rgb(215 12 24 / 15%);
}
.fzls_box .gallery-top .swiper-slide .ys_txt .info {
  margin: 15px 0;
}
.fzls_box .gallery-top .swiper-slide .ys_txt .info span {
  font-size: 18px;
}
.fzls_box .gallery-top .fzls_tit p {
  text-transform: none;
  font-weight: normal;
  color: #666;
  text-shadow: none;
  line-height: 30px;
  font-size: 20px;
}
.fzls_box .gallery-top .fzls_list {
  width: 50%;
}
.fzls_box .gallery-top .fzls_list p {
  line-height: 26px;
  font-size: 17px;
  padding: 10px 0;
}
/* 新闻 */
.news_box { display: flex; justify-content: space-between; margin-top: 40px;}


.news_fl {
  width: 70%;

  padding-right: 15px;
}
.tit a{ float: right; color: #999; font-size: 15px;}
.tit a:hover { color: #004DA0;}
.tit { display: flex; align-items: center; justify-content: space-between; font-size: 26px; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #f1f1f1;}
.news_fr {
  width: 30%;
  padding-left: 15px;
}

.news_list .item {
  box-sizing: border-box;
  transition: all 0.3s;
  width: calc(50% - 15px);
  float: left;
  display: block;
position: relative;
  margin-right: 15px;

}

.news_list .item img {
  height: 293px;
}

.news_list .item .info_box {
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.news_list .item .date p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #fff;
}

.news_list .item .s_title {
  font-size: 18px;

  font-stretch: normal;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;

}

.news_list .item .info {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  margin: 10px 0;
  letter-spacing: 0px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_list .item:hover .info_box {
  background: #004DA0;
}

.news_content {
  margin-top: 10px;
}

.news_content a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding:42px 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 15px;
  transition: all .3s;
  
}

.news_content .day {
  color: #333;
  width: 20%;
  height: 70px;
  margin: 7px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

}

.news_content .newscon {
  width: 80%;
  padding-left: 40px;

}

.news_content .news-more {
  margin-top: 10px;
  transition: all .3s;
}

.news_content .newscon b {
  padding-bottom: 10px;
  font-size: 20px;
  color: #333;
  display: block;
  font-weight: normal;

}

.news_content .newscon p {
  color: #333;
  text-align: left;
  line-height: 24px;
  font-size: 14px;
}

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

.news_content .day p {
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.news_content a:hover {
  background:#004DA0;
  background-size: 100%;
  color: #fff;
}

.news_content a:hover .news-more {
  padding-left: 30px;
  color: #fff;
}
.news_content a:hover .day ,.news_content a:hover .day span,.news_content a:hover .newscon b,.news_content a:hover .newscon p{ color:#fff;}
.news_info a {
  display: block;
  padding: 13px 20px;
  background: #f7f7f7;
  margin-bottom: 20px;
  transition: all .3s;
}

.news_info a b {
  color: #333;
  font-weight: normal;
  font-size: 18px;
  display: block;
  margin-bottom: 29px;
}

.news_info a p {
  line-height: 24px;
  color: #999;
  font-size: 14px;
  border-top: 1px solid #f1f1f1;
  padding: 20px 0;
}

.news_info a span {
  float: right;
  font-size: 18px;
  color: #999;
}

.news_info a:hover {
  background: #004DA0;
  color: #fff;
}

.news_info a:hover b,
.news_info a:hover p,
.news_info a:hover span {
  color: #fff;
}

.news_a {
  text-align: center;
  margin-top: 50px;
}

.news_a .more {
  border: 1px solid #004DA0;
  color: #004DA0;
  padding: 10px 40px;
}
/*底部footer*/
.footer-main {

  position: relative;
  background: url(../images/footer-bg.jpg) ;

  padding: 50px 0 30px;
}

.footer-list1 {
  width: 30%;
}

.footer-list1 .info {
  margin-top: 30px;
  text-align: justify;
}

.footer-list2 {
  width: 25%;
}

.footer-list2 img {
  width: 120px;
}

.footer-list3 {
  width: 35%;
}

.footer-list4 {
  width: 10%;
}

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

.footer-list1 p i,
.footer-list2 p i {
  padding-right: 6px;
}

.footer-list1 span,
.footer-list2 span,
.footer-list3 span {
  color: #fff;
  font-size: 20px;

  margin-bottom: 20px;
  margin-top: 0;
  display: block;
  font-weight: bold;

}
.fot_tel { font-size: 28px; color: #fff; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;}

.footer-list1 p,
.footer-list2 p,
.footer-list3 p {
  color: #fff;
  font-size: 15px;
  line-height: 32px;
  padding-bottom: 5px; width: 49%; float: left;
}

.footer-list1 p a,
.footer-list2 p a {
  color: #fff;

}

.footer-list1 p a:hover,
.footer-list2 p a:hover {
  color: #004DA0;
}

.footer-list1 img {
  width: 70%;
}

.address-content {
  display: inline-block;
  position: relative;
  text-align: left;
  width: 100%;
}

.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;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;
}

.address-content p {
  color: #fff;
  font-size: 14px; width: 100%;
}
.ft_logo img{ max-height: 76px;}
.footer-copyright {

  border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer-copyright p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;

}

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

.footer-copyright p a {
  color: rgba(255, 255, 255, 0.7)
}

.footer-copyright p a:hover {
  color: #004DA0;
}

.footer-copyright .main_box {
  display: flex;
  justify-content: space-between;
}

.footer-copyright .container {
  padding: 10px 0;
}

.fot_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.fot_bot {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

/* 手机底部导航 */
.bottom_nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: #004DA0;
  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 #A20505;
  border-left: 1px solid #CB1515;
  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;
}

/*返回顶部*/
#suspension {
  position: fixed;
  z-index: 9999;
  right: 8px;
  bottom: 6%;
}

#suspension li {
  margin-bottom: 3px;
  width: 57px;
  height: 57px;
  right: 0;
  position: relative;
}

#suspension li a {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 57px;
  height: 57px;
  overflow: hidden;
  background: #004DA0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  white-space: nowrap;

}

#suspension li .txt_box {
  display: none;
  padding: 0 10px;
}

#suspension li .fa {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  text-align: center;
  line-height: 57px;
  color: #fff;
  font-size: 22px;
  background-color: #242424;
}

#suspension li .txt {
  display: inline-block;
  line-height: 57px;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  padding-left: 10px;

}

#suspension li .txt a {
  display: block;
  line-height: 57px;

  color: #fff;

  padding-left: 10px;

}

#suspension li.ewm .ewm-box {
  position: absolute;
  z-index: 1;
  padding: 15px;
  background: #004DA0;
  width: 140px;
  right: 120%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .7s;
  transition: all .7s;
}


#suspension li.ewm .ewm-box img {
  width: 100px;
}

#suspension li.ewm .ewm-box:after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: 20px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 5px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #004DA0;
  border-right: none;
}

#suspension li.ewm:hover .icon {
  background-position: -57px -180px;
}

#suspension li.ewm:hover .ewm-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#suspension li.backtop {
  cursor: pointer;
}

#suspension li:hover .txt_box {
  display: block;
}

#suspension li:hover a {
  width: 220px;
}

#suspension li:hover .fa {
  background-color: #242424;
  color: #fff;
}