/**/
* {
  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: #033EA5;
  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: 996;
  transition: all 0.5s;
  height: 84px;
  position: absolute;
  width: 100%;
}
#header.header-transparent {

}
#header.header-scrolled {
  background:#033EA5;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 996;
}
.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: 84px;
}
.top-box .logo img {
  padding: 0;
  margin: 0;
  max-height: 70px;
}
.top-box .logo .logo-tu2 {
  display: none;
}
/*导航菜单 */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu {
  flex: 5;
  height: 84px;
}
.nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav-menu ul li {
  text-align: center;
  position: relative;
}
.nav-menu a {
  display: block;
  color: #333;
  padding: 0 25px;
  height: 84px;
  line-height: 84px;
  transition: 0.3s;
  font-size: 16px;
  text-transform: capitalize;
  transition: all .3s;
}
.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #033EA5;
}
.nav-menu .drop-down ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: absolute;
  padding-top: 20px;
  left: -25%;
  top: 84px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  width: 150%;
  background: rgba(0, 0, 0, 1);
  transition: ease all 0.3s;
  padding-bottom: 20px;
}
.nav-menu .drop-down ul li {
  width: 100%;
}
.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 84px;
  visibility: visible;
}
.nav-menu .drop-down li {
  width: 100%;
  position: relative;
}
.nav-menu .drop-down ul a {
  padding: 5px 0;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  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: #033EA5;
  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: #fff;
}
#header.header-scrolled .nav-menu a:hover{ color: #ff3400;}
#header.header-scrolled .change-language-title a {
  color: #fff;
}
#header.header-scrolled .logo-tu1{ display: none;}
#header.header-scrolled .logo-tu2{ display:block;}
/* 手机菜单样式 */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
  left: -80%;
  width: 80%;
  padding-top: 18px;
  background: #033EA5;
  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;
  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: #033EA5;
  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: #033EA5;
}

.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: #033EA5;
}
.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: #033EA5;
}
.seaBtn {
  width: 40px;
  height: 30px;
  display:none;
  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/sousuo.png) center no-repeat;
}
#header.header-scrolled .seaBtn {
  background: url(../images/sousuo.png) center no-repeat;
}
.seaBtn.selected {
  background: url(../images/close.png) center no-repeat;
}
#header.header-scrolled .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: #033EA5;
  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 {

  width: 100%;
}
#banner .pc_banner { display: block;}
#banner .mob_banner { display: none;}
#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: #033EA5;
}
.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: #033EA5;
  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: 35%;
  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: 46%;
}
.pad_80 {
  padding: 80px 0;
}
/*关于我们*/
.index_title {
  text-align: center;
}

.index_title .m_p1 {
  font-size: 38px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #033EA5;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.index_title .m_p2 {
  color: #7e7e7f;
  margin-bottom: 10px;
  font-size: 24px;
  display: block;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.index_title .m_p2 span {
  color: #033EA5;
  font-size: 24px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.index_title .m_p3 {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;

}

.index_title .m_p4 {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 28px;margin-bottom: 10px;
}

.index_title i {
  display: block;
  width: 100px;
  height: 4px;margin-bottom: 10px;
  background: #033EA5;
}

.index_title span {
  color: #7e7e7f;
  font-size: 26px;
}
.pad-140 {
  padding: 80px 0;
}

.pad-80 {
  padding: 60px 0;
}

.pad-tb {
  padding: 80px 0 100px;
}

.about {
  position: relative;
  background: url(../images/abbg.jpg) top no-repeat;
  background-size: cover;


}



.about-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;

}

.about_fr {
  width: 48%;
  padding-right: 5%;
}

.about_fl .ab_txt {
  line-height: 32px;

  color: #666;
  font-size: 16px;
  text-align: justify;

}
.about_fl img { border-radius: 50px; width: 100%;}
.about_fl .ab_txt span {
  color: #666;
}


.about_fl {
  width: 50%;
  overflow: hidden;
 


}



.more {
  border-radius: 23px;
  height: 46px;
  display: inline-block;
  font-size: 14px;
  line-height: 46px;
  color: #FFF;
  font-family: Arial;
  text-align: center;
  width: 160px;
  background: #033EA5;
  border: 1px solid #033EA5;
  margin-top: 45px;
  box-shadow: 0 0 10px #033EA5;
  position: relative;
  transition: all .3s;
}

.more:hover {
  background: #FFF;
  color: #033EA5;
}

.more2 {
  border-radius: 23px;
  height: 46px;
  display: inline-block;
  font-size: 16px;
  line-height: 46px;
  color: #999;
  font-family: Arial;
  text-align: center;
  width: 160px;

  border: 1px solid #999;
  margin-top: 45px;
  letter-spacing: 2px;
  position: relative;
}

.more2:hover {
  background: #033EA5;
  border: 1px solid #033EA5;
  color: #fff;
}

.ab_bottom {
  margin-top: 80px;
  background: rgba(255, 255, 255, .5);
  transition: opacity .3s .6s, visibility 0s .6s, margin-top 0s .6s;
}

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

.ab_bottom b {
  font-size: 26px;
  color: #333;
  margin-top: 10px;

}



.ab_bottom li {
  width:33.33%;

}

.ab_bottom li img {
  height: 40px;
}

.ab_bottom li a {

  text-align: center;
  text-decoration: none;
  position: relative;
  margin: 20px auto;
  display: block;

  transition: all .3s;
  border-right: 1px solid rgba(0, 0, 0, .07);


}

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

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

  justify-content: center;
}



.ab_bottom li a i {
  font-size: 20px;
  color: #666;
  padding-left: 6px;

}

.ab_bottom li a p {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 0;
  text-align: center;

}

.ab_bottom li a:hover b {
  color: #033EA5;
}

/* 产品 */
.productbg {
  background: #F6F6F6;
  padding-left: 20px;
 padding-right: 20px;
}
.cpfl { align-items: center; justify-content: space-between;}
.cpfl .index_title { text-align: left; }
.cpfl .pro_nav { display: flex; flex-wrap: wrap; margin-left: 20px; align-items: stretch; justify-content: center;  }
.cpfl .pro_nav a {position: relative; display: flex; height: 68px; align-items: center; justify-content: center; font-size: 16px; background: #fff; color: #000; margin: 5px; text-align: center;  width: calc(20% - 10px); padding: 10px; }
.cpfl .pro_nav a:hover { background: #033EA5; color: #fff;}
.product {
padding-top: 10px;
}
.product-box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 30px;
}
.pro-fl {
  width: 35%;
  background: #fff;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 1;
}
.pro-fl::before {
  position: absolute;
  content: "";
  height: 0%;
  width: 100%;
  background: #033EA5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  z-index: -1;
  transition: all 500ms ease;
}
.pro-fl:hover::before {
  height: 100%;
}
.pro-fr {
  width: 100%;
}
.pro_list {
  display: flex;
  align-items: stretch;

  flex-wrap: wrap;
}
.pro_list a {
  position: relative;
  background: #fff;
  z-index: 1;
  padding: 20px;
  margin: 10px;
  width: calc(25% - 20px);
  overflow: hidden;
}
.pro-fl:hover .pro_txt {
  color: #fff;
}
.pro-fr .pro_txt {
  font-size: 18px;
  color: #333;
  margin-top: 15px;
  z-index: 2;
}
.pro-fr .pro_list a::before {
  position: absolute;
  content: "";
  height: 0%;
  left: 0;
  width: 100%;
  background: #033EA5;
  bottom:0;
  z-index: -1;
  transition: all 500ms ease;
}
.pro-fr .pro_list a:hover::before {
  height:70%;
  bottom: 0;
 
}
.pro-fr .pro_list a:hover .pro_txt img{ filter: brightness(100);}
.pro_txt b {
  font-size: 18px;
font-weight: normal;
  display: block;
  text-align: center;
}
.pro-fr .pro_list a:hover .pro_txt b {
  color: #fff;
}
.pro_txt p {
  margin: 5px 0;
  font-size: 14px;
}
.pro_txt p i {
  font-size: 14px;
  color: #033EA5;
  padding-right: 5px;
}
.pro_txt img { margin-top: 5px;}
.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: #999;
  height: 50px;
  font-size: 15px;
  display: block;
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 24px;
}
.pro_tu {
  position: relative;
  overflow: hidden;
}
.pro-fl .pro_tu {
  margin-top: 70px;
}
.pro-fr .pro_tu {
  margin-top: 10px;
}
.pro-fl .pro_tu img {
  max-height: 380px;
}
.pro-fr .pro_tu img {
  max-height: 288px;
}
.pro-fr .ab_more2 {
  display: block;
  font-size: 14px;
  color: #999;
  text-align: left;
  font-style: normal;
  transition: all 0.3s;
}
.pro-fl .ab_more2 {
  display: block;
  font-size: 14px;
  color: #999;
  text-align: left;
  font-style: normal;
  transition: all 0.3s;
}
@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)
}
.pro_list a:hover .pro_txt p {
  color: #fff;
}
.pro_list a:hover .pro_txt p i {
  color: #fff;
}

/* 优势 */
.youshi {

  background: url(../images/block04.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.features-row {
  display: flex;
  column-gap: 20px;
  position: relative;
  margin-top: 50px;
}
.features-item {
  background-color:#033EA5;
  padding: 20px;
  width: 20%;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.7s ease;
  border: 1px solid transparent;
}
.features-item:hover {
  background-color:#033EA5;
 
}
.features-title {
  margin-top: 20px;
  font-size: 18px;
  text-transform: uppercase;
}
.features-thumb {
  transition: transform 0.5s ease;
}
.features-item:hover .features-thumb {
  transform: translateY(-5px);
}
.features-thumb img {
  max-width: 55px;
}
/* 留言 */

.fot_bg {
  background: url(../images/lybg.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;

}

.cont_box { display: flex; justify-content: space-between;  margin-top: 50px;}
.info { width: 50%; }
.form-box-con {
  width: 50%;
  

 
}

.info p {
  color: #fff;
  line-height: 40px;
  margin: 30px 0;
  font-size: 20px;

 
}

.cust-form {
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, .1);
  border-radius: 2px;
  padding: 40px;
  background:#fff;
border-radius: 20px;

}

.cust-form-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 12px;
  color: #131415;
  font-weight: 600
}

.ant-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 10px 11px;
  color: rgba(0, 0, 0, .85);
  font-size: 14px;
  line-height: 1.5715;
  background: rgba(255, 255, 255, .9);
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.form-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.form-list {
  width: calc(50% - 20px);
  margin: 10px;
}

.form-list input::placeholder {
  color: #ccc;

}

.form-list input:focus {
  -webkit-box-shadow: 0 0 5px #0075FF;
  -moz-box-shadow: 0 0 5px #0075FF;
  box-shadow: 0 0 5px #0075FF;
}



.message {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;

}

.message label {
  font-size: 16px;
}

.message-con {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
 
}

.message-con textarea {
  font-family: Arial, Helvetica, sans-serif;
  height: 150px;

}

.message-con textarea:focus {
  -webkit-box-shadow: 0 0 5px #0075FF;
  -moz-box-shadow: 0 0 5px #0075FF;
  box-shadow: 0 0 5px #0075FF;
}

.message-con textarea::placeholder {
  color: #ccc;

}

.agree {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.agree span a {
  color: #1890ff;
}

.bt-check {
  width: 17px;
  height: 17px;
}

.ant-form-item-label {
  margin-bottom: 10px;
  font-size: 16px;

}

.ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional):before {
  display: inline-block;
  margin-right: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*"
}

.qylx {
  margin: 20px 10px 0 10px;
}

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

}

.radio-box span {
  line-height: 35px;
  display: flex;
  align-items: center;
  width: 25%;

}

.radio-box span input {
  margin-right: 4px;
  width: 16px;
  height: 16px;
  cursor: pointer;

}

.znxq {
  margin: 20px 10px 0 10px;
}

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

.znxq-radio-box span {
  line-height: 35px;
  width: 16.6%;
  display: flex;
  align-items: center;

}

.znxq-radio-box span input {
  margin-right: 4px;
  width: 16px;
  height: 16px;
  cursor: pointer;

}

.ant-btn {

  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  -webkit-box-shadow: 0 2px 0 rgb(0 0 0 / 2%);
  box-shadow: 0 2px 0 rgb(0 0 0 / 2%);
  cursor: pointer;
  -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  height:45px;
  padding: 4px 15px;
  font-size: 14px;
  border-radius: 2px;
  color: rgba(0, 0, 0, .85);
  background: #fff;
  border: 1px solid #d9d9d9;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
}

.ant-btn-primary {
  color: #fff;
  background: #033EA5;
  border-color: #033EA5;
  text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
  -webkit-box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
}
/* 技术装备 */

.shili {
  position: relative;

  width: 100%;

  background: url(../images/sbbg1.jpg) no-repeat;
  background-size: cover;

}


.sjili_info {
  margin-top: 40px;
}

.sjili_info p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 32px;
}

#case .swiper-container {
  width: 100%;
  padding-bottom: 30px;
  margin-top: 30px;
}

#case .swiper-slide {
  width: 100%;
  height: 100%;
  background: #fff;

  position: relative;
  transform: scale(0.85);
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-transition: transform 1.0s;
  transition: transform 1.0s;


}

#case .swiper-slide:hover { background: #033EA5;}
#case .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

#case .swiper-slide img {
  width: 100%;

  display: block;
  height: 300px;
  border: none;
}

#case .swiper-slide a {
  display: block;
  position: relative;
}

#case .swiper-slide p {
  line-height: 68px;
  padding-top: 0;
  text-align: center;
  color: #000;
  font-size: 20px;
  margin: 0;

  width: 100%;
  background: rgba(255, 255, 255, .5);
  height: 68px;
}

#case .swiper-slide-active {
  border-radius: 2px;
  box-shadow: 0 8px 20px rgb(0 0 0 / 10%);
}




#case .swiper-slide-active, .swiper-slide-duplicate-active {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  z-index: 1002;
}

#case .swiper-pagination-bullet { opacity: 0.7; background: #666;}
#case .swiper-pagination-bullet-active {
  background: #033EA5;
  opacity: 1;
}

/* 新闻 */
.tit a{ float: right; color: #999; font-size: 15px;}
.tit a:hover { color: #033EA5;}
.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_fl {margin-top: 30px; display: flex; justify-content: space-between;}
.news_list{ width: 50%; margin-right: 20px;}
.news_list .item {
  box-sizing: border-box;
  transition: all 0.3s;
 position: relative;

}



.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: #033EA5;
}

.news_content {
 width: 50%;
 margin-left: 20px;
}

.news_content a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding:25px 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: url(../images/newsbg.jpg) no-repeat;
  background-size: 100%;
}

.news_content a:hover .news-more {
  padding-left: 30px;
}
.appl-box {
  background: #FFF;
}
.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;
}
.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: 30px 0;
  border: 1px solid #dedede;
}
.appl .swiper-slide a:hover {
  background: #033EA5;
}
.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: 30px;
  color: #033EA5;
}
.appl .swiper-slide i {
  padding: 10px 20px;
  color: #999;
 
  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: #033EA5;
  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: #033EA5;
  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: #033EA5;
  color: #fff;
}
.appl .line {
  position: absolute;
  top: 93%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  width: 20%;
  background: #dedede;
}

/*底部footer*/
.footer-main {
 width: 100%;
 float: left;
  background-size: cover;
  position: relative;
  background: url(../images/ftbg.jpg) no-repeat center;
}
.footer-list1 {
  width: 30%;
}
.footer-list1 .info {
  margin-top: 30px;
  text-align: justify;
}
.footer-list2 {
  width: 15%;
}
.footer-list2 img { width: 120px;}
.footer-list3 {
  width: 40%;
}
.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: 17px;
  letter-spacing: 1.36px;
  margin-bottom: 30px;
  margin-top: 0;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
 .socials {
  padding-left: 5px;
  margin-bottom: 0;
  margin-top: 40px;
}
 .socials li {
  display: inline-block;
  margin-right: 10px;
}
 .socials li a {
  background-color: #044F9F;
  border: 1px solid #044F9F;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  height: 40px;
  width: 40px;
  font-size: 20px;
  line-height: 40px;
  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;
}
 .socials li a:hover {
  background-color: #019A3F;
  border: 1px solid #019A3F;
  color: #fff;
}
.footer-list1 p,
.footer-list2 p,
.footer-list3 p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.45px;
  line-height: 32px;
  padding-bottom: 5px;
}
.footer-list1 p a,
.footer-list2 p a {
  color: #fff;
  text-transform: uppercase;
}
.footer-list1 p a:hover,
.footer-list2 p a:hover {
  color: #044F9F;
}
.footer-list1 img {
  width: 70%;
}
.address-content {
  display: inline-block;
  position: relative;

  padding-bottom: 10px;
  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;
  display: block;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;
}
.address-content p {
  color: #fff;
  font-size: 14px;
}
.footer-copyright {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .3);
}
.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: #fff
}
.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: #033EA5;
  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 #033EA5;
  border-left: 1px solid #0848C1;
  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: 8%;
}

#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: #033EA5;
	-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;
	font-size: 22px;
	background-color: #f1f1f1;
}

#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: #033EA5;
	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 #033EA5;
	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: #033EA5;
	color: #fff;
}