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

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 {

  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/


#header {

  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  height: 90px;
  position: absolute;
  width: 100%;


}

#header.header-transparent {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#header.header-transparent:hover { background: rgba(255, 255, 255, 0.3);}
#header.header-scrolled {


  box-shadow: 0 0 18px rgb(0 0 0 / 10%);

  transition: all 0.3s;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
  background: #fff;


}
#header.header-scrolled:hover { background: #fff;}

.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: 3;
  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: #fff;
  padding: 0 5px;
  height: 90px;
  line-height: 90px;
  transition: 0.3s;
  font-size: 18px;

  position: relative;



}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #004DA0;
  text-decoration: none;

}

.nav-menu li:hover>a::before {
  width: 50%;
  background: #004DA0;
}

.nav-menu .active>a::before {
  width: 50%;
  background: #004DA0;
}

.nav-menu a:hover::before,
.nav-menu .active a:hover:before {
  width: 50%;
  background: #004DA0;
}

.nav-menu ul li a:before {
  content: '';
  width: 0;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.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: rgba(255, 255, 255, 1);
  overflow: hidden;




}

.nav-menu .drop-down:hover .nav_sub {
  opacity: 1;
  top: 90px;
  visibility: visible;
  height: 270px;
  max-height: 270px;
  background: #F8F9FD;

}
.nav-menu .drop-down:hover .sub_height {  background: #fff;  height: 370px!important;  max-height: 370px!important; }
.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: 30%;
  padding: 40px 40px 40px 0;
  height: 270px;
  position: relative;
}
.nav_sub .nav_l b { position: absolute; z-index: 1; left: 10px; bottom: 30px;}
.nav_sub .nav_l div { margin-top: 30px; position: absolute; z-index: 0; left: 0; top:0; width: 100%;}
.nav_sub .nav_l div img { width: 100%; height: 200px;}
.nav_sub .nav_l b {
  font-size: 24px;
  line-height: 48px;
  display: block;
  color: #fff;
  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 {
  background-color: #004DA0;
  width: 150px;
  height: 40px;
  padding: 0 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
  font-size: 14px;
  margin-top: 20px;
}



.nav_sub .nav_l a:hover {
  color: #fff;
}

.nav_sub .nav_l a::before {
  width: 100%;
}


.nav_r {
  width: 70%;
  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 {

  margin-left: 5%;
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #dedede;

}

.nav_sub .nav_r .l a {
  white-space: nowrap;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  color: #333;
  padding-right: 50px;
}

.nav_sub .nav_r .l a:hover {
  color: #004DA0;
}

.nav_sub .nav_r .l a::before {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  margin: auto;
  background: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;

}

.nav_sub .nav_r .l a:hover::before {
  width: calc(100% - 50px);
  background: #004DA0;

}

.nav_sub .nav_r.nav_pro .l {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nav_sub .nav_r.nav_pro .l ul {
  flex-direction: column;
}

.nav_sub .nav_r.nav_pro .l ul li {
  display: flex;
  align-items: center;
}

.nav_sub .nav_r.nav_pro .l ul li a {
  width: 160px;
}

.nav_sub .nav_r.nav_pro .l ul li ul {
  display: flex;
  flex-direction: row;
}

.nav_sub .nav_r.nav_pro .l ul li ul li a {
  height: 35px;
  line-height: 35px;
}

.nav_sub .nav_r.nav_pro .l ul li ul li a {
  color: #999;
  font-size: 16px;
  width: auto;
  background: url(../images/sanjiaoyou.png) no-repeat center left;
  padding-left: 20px;
  margin-left: 10px;
}

.nav_sub .nav_r.nav_pro .l ul li ul li ul {
  display: flex;
  flex-direction: row !important;
  margin-left: 60px;
}

.nav_sub .nav_r.nav_pro .l ul li ul li ul a {
  background: url(../images/shuangjiantou.png) no-repeat center left;
}

.nav_sub .nav_r.nav_pro .l ul li:first-child ul {
  flex-direction: column;
}

.nav_sub .nav_r.nav_pro .l a {
  width: 100%;
}

.nav_sub .nav_r .r {
  width: 40%;
  padding-top: 20px;
  padding-right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.nav-menu .drop-down a i {
  display: 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 .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: #004DA0;


}

#header.header-scrolled .nav_sub .nav_r.nav_pro .l ul li ul li a {
  color: #999;
}

#header.header-scrolled .h_language .icon {
  color: #333;
}

#header.header-scrolled .h_language .lanimg1 {
  display: none;
}

#header.header-scrolled .h_language .lanimg {
  display: block;
}

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

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

#header.header-scrolled .nav_sub .nav_l a {
  color: #fff;
}


/*  */
.nav_fr {
  height: 90px;
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.h_language {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 0 15px;
}

.h_language .icon {
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
}

.h_language .icon img {
  margin-right: 8px;
  height: 20px;
}

.h_language .icon i {
  padding-left: 5px;
}

.h_language .lan_down {
  position: absolute;
  width: 100%;
  left: 0;
  top: 55px;
  background: #fff;
  border: 1px solid #f1f1f1;
  box-shadow: 0 3px 5px #d6d6d7;
  padding: 10px;
  display: none;
}

.h_language .lan_down dl {
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.h_language .lan_down dl a {
  display: block;

}

.h_language .lanimg {
  display: none;
}

.h_language .lan_down dl a:hover {
  color: #004DA0;
}

.h_language .lan_down::before {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #fff;

}

.tel { color:#fff; font-size: 20px; padding-left: 15px;}
.yiji_box{ width:100%; height:90px; background:#f9f9f9; text-align:center;}
.yiji_box span{ display:inline-block; margin:0 70px;}
.yiji_box span img{ width:auto; height:38px; margin-right:25px; -webkit-filter: brightness(0);-moz-filter: brightness(0);filter: brightness(0); position:relative; }
.yiji_box span a{ display:inline-block; font-size:18px; font-weight:bold; color:#2b2b2b; line-height:87px; border-bottom:none;}
.yiji_box .xiabk{ border-bottom:3px solid #ccecf9; color:#004DA0;}
.yiji_box .xiabk a { color: #004DA0!important;}
.yiji_box span a:hover img{-webkit-filter: brightness(1);-moz-filter: brightness(1);filter: brightness(1);}
.erji_bigbox{ width:100%;padding:30px 0 40px; background:#fff; position:absolute; top:107px; left:0;}
.erji_liebiao{ height: 100%; display:block; padding: 0 6vw; flex-wrap: wrap; justify-content: flex-start!important; }
.erji_liebiao li{ width: calc(100% / 6)!important; float: left;}
.erji_liebiao li a{ display:block; border-bottom:none; height: auto; line-height: 45px; }
.erji_liebiao li a:before,.yiji_box span a::before { display: none;}
.erji_liebiao li a span { padding-right: 8px;}
.erji_liebiao li img{ width:180px; margin: 0 auto;}
.erji_liebiao li .erji_tu{ width:100%; overflow:hidden;}
.erji_liebiao li .erji_tu img{ display:block; width:100%; height:auto;}
.erji_liebiao li p{ display:block; font-size:16px; color:#2b2b2b; }
.erji_liebiao li:hover p,.erji_liebiao .cur{ color:#004DA0;}
/* 手机导航 */
.mobile-menu-hamburger {
  display: none;
}

.mobile-menu-hamburger a {
  color: #333;
  font-size: 28px;
}

#header.header-scrolled .mobile-menu-hamburger a {
  color: #333;
  font-size: 28px;
}
#header.header-scrolled .tel { color: #004DA0;}
#header.header-scrolled .tel img { filter: brightness(0); opacity: 0.6;}
.mobile-menu-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
  z-index: 9999;
}

.mobile-menu-wrapper.open {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-wrapper.open .mobile-menu-inner {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.mobile-menu-inner {
  width: 100%;
  height: 100%;
  width: 350px;
  background-color: #fff;
  -webkit-box-shadow: -1px 0px 20px -5px #aaa;
  box-shadow: -1px 0px 20px -5px #aaa;
  position: relative;
  -webkit-transform: translateX(calc(100% - 50px));
  -ms-transform: translateX(calc(100% - 50px));
  transform: translateX(calc(100% - 50px));
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
  margin-left: auto;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
}



.mobile-menu-inner .mobile-menu-inner-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;

}

.mobile-menu-inner .offcanvas-btn-close {
  font-size: 40px;
  color: #000000;
  opacity: 1;
}

.mobile-menu-inner .offcanvas-btn-close i {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 20px;
  font-weight: normal;
}

.mobile-menu-inner .offcanvas-btn-close i:hover {
  color: #004DA0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mobile-menu-inner .widget-social {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mobile-menu {
  text-align: start;
  padding: 10px 0px 30px;
}

.mobile-menu>.has-children>a i {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50px;
  padding: 3px 0;

  text-align: right;
}

.mobile-menu>.has-children>a i.expanded {
  transform: rotate(90deg);

  color: #004DA0;
}

.mobile-menu>.has-children .dropdown {

  padding-left: 10px;
}

.mobile-menu>.has-children .dropdown li a {
  font-size: 14px;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px 0;

  text-align: right;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
}

.mobile-menu>.has-children .dropdown li a i {
  width: 50px;
  padding: 3px 0;
}

.mobile-menu>.has-children .dropdown li a:hover {
  color: #004DA0;

}

.mobile-menu>.has-children.active>a {
  color: #004DA0;
}

.mobile-menu>.has-children.active>a i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mobile-menu>li {
  border-bottom: 1px solid #ebebeb;
  padding: 15px 20px;
}

.mobile-menu>li>a {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.mobile-menu>li>a:hover {
  color: #004DA0;
}

.mobile-menu>li:first-child {
  border-top: 1px solid #ebebeb;
}

/*首页banner图*/
#banner {
  position: relative;
}

#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  position: relative;
  overflow: hidden;

}

#banner .swiper-slide img {
  width: 100%;
  position: relative;

}

#banner .swiper-slide .scalePic {
  display: block;
  width: 100%;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition-property: all;
  transition-duration: 1.5s;
  transition-timing-function: ease;
  transition-delay: .2s;
}





#banner .swiper-slide-active .scalePic {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

#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: 60px;
  font-size: 20px;
  line-height: 60px;
  height: 60px;
  transition: all .5s ease;
  outline: none;


}

#banner .swiper-button:hover {
  background: #004DA0;
}

.btn-prev {
  left: 5%;
}

.btn-prev img,
.btn-next img {
  width: 80%;
}

.btn-next {
  right: 5%;
}

/* #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: 30%;
  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;


}



#banner_pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  margin: 0 15px;
  background: #fff;
  opacity: 0.5;

}

#banner_pagination .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

#banner_pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  opacity: 1;

  background: rgba(255, 255, 255, 1);
}

#banner_pagination .swiper-pagination-bullet {
  position: relative;
}

#banner_pagination .swiper-pagination-bullet .left {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: -7px;
  margin: auto;
  width: 12px;
  height: 30px;
  opacity: 0;
  overflow: hidden;
}

#banner_pagination .swiper-pagination-bullet .left:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 99;
  margin: auto;
  width: 12px;
  height: 24px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 20px 0 0 20px;
  border-right: 0;
}

#banner_pagination .swiper-pagination-bullet .right {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  right: -7px;
  margin: auto;
  width: 15px;
  height: 30px;
  opacity: 0;
  overflow: hidden;
}

#banner_pagination .swiper-pagination-bullet .right:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  margin: auto;
  width: 12px;
  height: 24px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 0 20px 20px 0;
  border-left: 0;
}

#banner_pagination .swiper-pagination-bullet-active .left {
  opacity: 1;
}

#banner_pagination .swiper-pagination-bullet-active .right {
  opacity: 1;
}

#banner_pagination .swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-name: gyrateleft;
}

#banner_pagination .swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-name: gyrateright;
}

@keyframes gyrateright {
  0% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes gyrateleft {
  0% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.banner_txt {
  position: absolute;
  top: 30%;
  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: 36px;
  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;
}

.banner_txt span {
  color: #fff;
  font-size: 26px;
  display: block;
  text-shadow: none;
}

.banner-more {
  display: block;
  width: 130px;
  letter-spacing: 1px;
  margin-top: 20px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #999;
  border: 1px solid #999;
  border-radius: 38px;
  text-shadow: none;
}

.banner-more:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.banner-more::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

.banner-more:hover::after {
  margin-left: 13px;
}

.indexXian {
  position: absolute;
  left: 8%;
  top: auto;
  z-index: 1;
  bottom: 40px;
  display: flex;
}

.indexXian span {
  font-size: 14px;
  letter-spacing: 4px;
  color: #ffffff;
  margin-right: 12px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  position: relative;
}

.indexXian i {
  width: 2px;
  height: 80px;
  background: #EFEFEF;
  display: block;
  position: relative;
  overflow: hidden;
}

.indexXian i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  background: #004DA0;
  opacity: 1;
  animation: aline 3s infinite linear;
}

@keyframes aline {
  from {
    bottom: 100%;
  }

  to {
    bottom: -100%;
  }
}

.yuan {
  position: relative;
  margin-top: 60px;
}

.yuan span {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  bottom: 0;
}

.yuan span:nth-child(1) {
  animation: cross-1 1.5s infinite linear;
}

.yuan span:nth-child(2) {
  background: #004DA0;
  animation: cross-2 1.5s infinite linear;
}

@keyframes cross-1 {

  0% {
    transform: translateX(0);
    opacity: 0.8;
  }

  50% {
    transform: translateX(200%);
    opacity: 1;
  }

  100% {
    transform: translateX(0);
    opacity: 0.8;
  }

}

@keyframes cross-2 {

  0% {
    transform: translateX(200%);
    opacity: 0.8;
  }

  50% {
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    transform: translateX(200%);
    opacity: 0.8;
  }

}

/* 产品中心 */

.topbg{ position: absolute; top:0;left: 0; right: 0; width: 100%; height: 180px; z-index: 1; background-image: linear-gradient(to bottom, rgba(247,249,253,1),rgba(247,249,253,0));}
#case1 .swiper-container {
  width: 100%;
  padding-bottom: 30px;
  margin-top: 30px;
}

#case1 .swiper-slide {
  width: 100%;
  height: 100%;


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


}

#case1 .swiper-slide img {
  width: 100%;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  display: block;
  height: 100%;
  border: none;

}

#case1 .swiper-slide a {
  display: block;
  position: relative;
  margin: 0 30px;
  
}

#case1 .swiper-slide p {

  padding-top: 0;
  text-align: center;
  color: #000;
  font-size: 20px;
  margin: 0;
 
  width: 100%;

 
}

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


#case1 .swiper-button-prev { left: 29%;}
#case1 .swiper-button-next { right: 29%;}
#case1 .swiper-button-next,#case1 .swiper-button-prev {    
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  background-image: none;
  line-height: 50px;
  cursor: pointer;
  transition: all .36s;
  background-color: #fff;
  box-shadow: 0px 4px 16px rgba(26, 19, 107, 0.2);
 
  pointer-events: all;}
  #case1 .swiper-button-next i,  #case1 .swiper-button-prev i { font-size: 22px; line-height: 50px; color: #004DA0;}
  #case1 .swiper-button-next:hover ,#case1 .swiper-button-prev:hover { background: #004DA0; }
  #case1 .swiper-button-next:hover i,#case1 .swiper-button-prev:hover i { color: #fff;}

  .Solution {

    width: 100%;
    margin-top:20px;
  }
  
  .Solution .swiper-num {
    position: absolute;
    bottom: 28%;
    left: -13%;
    color: rgba(255, 255, 255, .7);
    font-size: 26px;
    z-index: 9;
  }
  
  .Solution .swiper-num .active {
    color: #fff;
    padding-right: 4px;
    font-size: 40px;
    font-weight: bold;
  }
  #sol_top { padding-bottom: 40px; background:#F7F9FD url(../images/prbg.jpg) no-repeat center bottom ;}
  #sol_top .swiper-slide {
    position: relative;

  }
  
  #sol_top .swiper-slide .bg {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  
  
  
  
  #sol_top .swiper-slide .product-box {margin-top:30px; display: flex; flex-wrap: wrap;position: relative; z-index: 2; justify-content: center; }
     #sol_top .swiper-slide .product-box a {
      width: calc((100% / 6) - 20px);
  
      padding:15px 0;
      text-align: center;
      margin: 10px;
      font-size: 15px;
      background: #fff;
      border-radius: 30px;
  
     }
     #sol_top .swiper-slide .product-box a:hover { color: #fff; background: #005BAC; }
  #sol_top .swiper-slide .product-box b {
    color: #000;
    font-size: 38px;
    line-height: 52px;
    width: 100%;
    text-align: center;
    display: block;
  }
  
  #sol_top .swiper-slide .product-box p {
    font-size: 18px;
    margin: 10px auto;
    line-height: 36px;
    text-align: center;
    width: 70%;
  }
  .Solution  { position: relative;}
  .Solution img {
    width: 100%;
  }
  
  
  #sol_bot {
    width: 600px;
    margin-top: 50px;

  }
  
  .Solution .swiper-container-thumbs {
    position: relative;
    margin-top: 20px;
  }
  
  #sol_bot .swiper-wrapper {
   
    background: #fff;
  
  
  
  }
  
  .Solution .swiper-container-thumbs .swiper-slide span {
    position: relative;
    z-index: 1;
  }
  
  .Solution .swiper-container-thumbs .swiper-slide {
  
    cursor: pointer;
    color: #000;

    position: relative;
    overflow: hidden;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    transition: all 0.8s;
  
  }
  .Solution .swiper-container-thumbs .swiper-slide a { display: block; text-align: center;}
  .Solution .swiper-container-thumbs .swiper-slide p {
    font-size:24px;
    text-align: center;
    z-index: 2;
    width: 100%;
    padding-bottom: 20px;
  
    
  }

  .Solution .swiper-container-thumbs .swiper-slide .num { font-size: 50px; color:#dedede; font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;}
  .Solution .swiper-container-thumbs .swiper-slide .num img {filter: brightness(0); padding-bottom: 15px;}
  .Solution .swiper-container-thumbs .swiper-slide-thumb-active  {

    color: #004DA0 !important;
  }
  .Solution .swiper-container-thumbs .swiper-slide-thumb-active a { color: #fff;}
  .swiper-button-next:after,
  .swiper-container-rtl .swiper-button-prev:after,
  .swiper-button-prev:after,
  .swiper-container-rtl .swiper-button-next:after {
    content: " ";
  }
  .Solution .swiper-container-thumbs .swiper-slide-thumb-active p{border-bottom: 3px solid #004DA0;} 
/* 手机产品 */
.sj_cp { display: none;}
.sj_product { display: flex; flex-direction: column;}
.sj_product .sj_product_item { position: relative; display: block; width: 100%; margin: 10px 0;}
.sj_product .sj_product_item div a { color: #fff; font-size: 24px; display: flex; flex-direction: column; justify-content: center; align-items: center;  height: 100%;}
.sj_product .sj_product_item div { position: absolute; top:0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3);}
.sj_product .sj_product_item div a img { width: 60px; filter: brightness(100);}  
/*关于我们*/
.main_title {
  text-align: center;
  margin-bottom: 10px;
}

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

}

.main_title .m_p2 {
  font-size: 18px;
  margin-top: 10px; font-weight: normal;
}

.main_title .m_p3 {
  font-size: 36px;
  margin-top: 10px;
  color: #666;
}


.pad80 {
  padding: 80px 0;
}

.pad60 {
  padding: 60px 0 90px;
}

.about {

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


}

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

}

.about_fr {
  width: 49%;
  padding-right: 3%;
}

.about_fl img {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.about_fr .ab_txt {
  line-height: 30px;
  margin-top: 30px;
  color: #fff;
  font-size: 16px;
  text-align: justify;

}

.about_fr .ab_txt span {
  color: #fff;
}


.about_fl {
  width: 55%;
  overflow: hidden;
  padding-left: 3%;


}



.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: #004DA0;
  border: 1px solid #004DA0;
  margin-top: 45px;
  box-shadow: 0 0 10px #004DA0;
  position: relative;
  transition: all .3s;
}

.more:hover {
  background: #fc7a06;
  border: 1px solid #FFBC74;
  box-shadow: 0 0 10px #FFBC74;
  ;
}

.ab_item {
  display: flex;
  margin-top: 40px;
  color: #fff;
  justify-content: space-between;
}

.ab_item li {
  /* width: 25%; */
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ab_item li img { margin-right: 10px;}

.ab_item li:nth-child(4)::after {
  display: none;
}

.ab_item li::after {
  content: " ";
  height: 100%;
  width: 0px;
  background: rgba(0, 0, 0, .4);
  right: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.ab_item .num {
  display: flex;
  align-items: center;
  color: #fff;
}

.ab_item .num b {
  font-size: 52px;
  color: #fff;
}

.ab_item .num em {
  font-size: 20px;
  font-style: normal;
}

.ab_item .num .text {
  font-size: 20px;
  margin-left: 10px;
}

.ab_item span {
  font-size: 18px;
}

/* 工程案例 */
.case { background: url(../images/casebg.png) no-repeat right top; }
.case_titi { display: flex; align-items: center; justify-content: space-between;}
.case_more { width: 150px; transition: all .3s; line-height: 50px; text-align: center; display: block; height: 50px; border: 1px solid #dedede; color: #333; border-radius: 50px;}
.case_more:hover { background: #004DA0; color: #fff;}
.case_item { font-size: 16px; display: flex; align-items: center;}
.case_item a{ transition: all .3s; display: block; color: #000;  padding: 0 20px; margin-right: 30px; background: #F8F9FD; height: 50px; border-radius: 50px; line-height: 45px;}
.case_item a:hover { background: #004DA0; color: #fff;}
.pj {
  margin-top: 10px;
position: relative;
}

#gallery .swiper-container {
  position: static;
}

.pj .swiper-wrapper {
  padding-top: 10px;
  padding-bottom:90px;
}
.pj .swiper-slide .img {

  margin-bottom: 10px;

}

.pj .swiper-slide a { margin: 15px;}
.pj .swiper-slide a img {

 display: block;
  border-radius: 10px;
 
}
.pj .swiper-slide a:hover img {   box-shadow: 0 0 10px #ccc;}

.dangqian { font-size: 20px; color: #004DA0;}
.zongshu { font-size: 18px;}
.pj .swiper-button-prev {

top:90%;
left: calc(50% - 210px);
}

.pj .swiper-button-next {
  top:90%;
  right: calc(50% - 210px);
}
.pj .swiper-button-next,
.pj .swiper-button-prev {
  background: #EBF1FE;
  outline: none;
  width: 160px;
  font-size: 30px;
  height: 50px;
  border-radius: 50px;
  margin-top: 0;
  z-index: 2;
 

}
 
.pj .swiper-button-next {
  

  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 160px;
  font-size: 17px;
  line-height: 50px;
  height: 50px;
  transition: all .5s ease;
  outline: none;
}

.pj .swiper-button-prev {
  
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 160px;
  font-size: 17px;
  line-height: 50px;
  height: 50px;
  transition: all .5s ease;
  outline: none;
}

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

.news .swiper-button-next i {
  padding-left: 10px;
}

.news .swiper-button-prev i {
  padding-right: 10px;
}

.pj .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.pj .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.pj .swiper-pagination { z-index: 1;}
.ys_case {
  position: relative;
  margin-top: 30px;
  padding-bottom: 80px;
}

.ys_case_mid {
  text-align: center;

  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.ys_case_mid .default {width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  bottom: 0; width: 100%; padding-bottom: 30px; 
  transition: .5s;  }
  .ys_case_mid .default .main_title { margin-top: 20px;}
  .hover{width:100%; height:100%;position: absolute;left:0;top:10%; background:url(../images/supbj.png) no-repeat right bottom;  padding:135px 76px 0 80px; box-sizing: border-box; transition: .5s; opacity: 0;}
  .ys_case_mid .hover h4{ line-height: 44px;font-size:30px; padding-bottom: 50px; color:#ffffff;font-weight: bold;border-bottom:1px solid rgba(255,255,255,.2); margin-bottom: 44px;}
.ys_case_mid .hover p{line-height: 30px;margin-bottom: 30px;font-size: 16px; color:#ffffff;}
.ys_case_mid .hover strong{display: block;}
.ys_case_mid .hover strong a{display: block; line-height: 50px;float:left; padding-left:66px;background:url(../images/sup-jia.png) no-repeat left;font-size: 18px; color:#ffffff; font-weight: normal;}
.ys_case_mid .hover strong a:hover { color: #fc7a06;}
.ys_case .pj .swiper-slide:hover .default{opacity: 0; bottom:-10%;}
.ys_case .pj .swiper-slide:hover .hover{top:0;opacity: 1;}
.ys_case .pj .swiper-slide:hover{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: 26px;
}

.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: 680px;
  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;
}
/* 手机工程案例 */
.sj_case { display: none; margin-top: 20px; margin-bottom: 40px;}
.sj_case_box .ys_case_mid .default { background: rgba(0, 0, 0, 0.2);}
.sj_case_box .ys_case_mid .default a { flex-direction: column; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; color: #fff; font-size: 24px;}
.sj_case_box .ys_case_mid .default a .main_title { font-size: 24px; color: #fff;}
.sj_case_box .ys_case_mid .default a .ys_case_txt img { opacity: 1; filter: brightness(100);}
.sj_case_box .ys_case_mid { margin: 10px 0;}
/* 新闻 */
.news{
	width:100%;
	overflow:hidden;
	background:url(../images/newsbg.jpg) no-repeat bottom center;
	background-size:cover;

	}
  .news .news_con { display: flex; justify-content: space-between; position: relative;}
.news .news_con .newsfl{
	width:25%;

 
	}
.news .news_con .newsfr{
	width:72%;
  padding-left: 4%;
	overflow:hidden;
  border-left:solid 1px #f1f1f1;
	}
.newsmore{
	width:100%;
	overflow:hidden;
	margin-top:92px;
	}
.newsmore a{
	display:block;
	width:212px;
	height:60px;
	line-height:60px;
	color:#fff;
	font-size:16px;
	padding-left:22px;
	background:#004DA0 ;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.newsmore a:hover,.ysmore a:hover,.procont .procontlf .promore2 a:hover{
	background: #004DA0 ;
}
.news .news_con .newsfr dl{
	width:100%;
	overflow:hidden;

	margin:0;
	}
.news .news_con .newsfr dl dt{

	overflow:hidden;

	font-size:16px;
	color:#a8a8a8;
	font-weight:normal;

	}
.news .news_con .newsfr dl dt span{
	display:block;
	font-size:16px;
	color:#a8a8a8;
	}
.news .news_con .newsfr dl dd{

	overflow:hidden;

	}
.news .news_con .newsfr dl dd b{
	width:100%;
	overflow:hidden;
	font-size:23px;
	color:#004DA0;
	line-height:30px;
	font-weight:bold;
	margin:0;
	text-overflow: ellipsis;
    white-space: nowrap;
	}
.news .news_con .newsfr dl dd .newsms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#575757;
	line-height:30px;
	margin-top:36px;
	}
.news .news_con .newsfr dl dd .newsmore2{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#004DA0;
	line-height:30px;

	padding-bottom:10px;
	margin-top:40px;
	}
.news .news_con .newsfr ul{
	width:100%;
	overflow:hidden;
	margin-top:35px;
  display: flex;
	}
  .news-list { margin-top: 40px;}
  .news-list .swiper-slide{

	padding:32px 30px 0 30px;
	background:#fff;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}


  .news-list .swiper-slide .newsdate{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#a8a8a8;
	line-height:30px;
  margin-bottom: 40px;
	}
  .news-list .swiper-slide .newstit{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#343434;
	line-height:30px;
	margin-top:40px;
	font-weight: bold;
	text-overflow: ellipsis;
    white-space: nowrap;
	}
  .news-list .swiper-slide .newsdes{
	width:100%;

	font-size: 14px;
	margin-top: 10px;
  color: #666;
    
}
.news-list .swiper-slide .more2 { margin-top: 20px; padding-bottom: 30px;}
  .news-list .swiper-slide:hover{
	background:#004DA0;
	}
  .news-list .swiper-slide:hover .newstit,  .news-list .swiper-slide:hover .newsdes ,  .news-list .swiper-slide:hover .newsdate{
	color:#fff;
	}

.news_nav { margin: 60px 0;}
.news_nav a { font-size: 20px; display: block; margin: 15px 0;}
.news_nav a:hover { color: #004DA0;}
.news .swiper-button-next {
  position: absolute;
  top: 85%;
  left: 160px;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);

  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 140px;
  font-size: 17px;
  line-height: 50px;
  height: 50px;
  transition: all .5s ease;
  outline: none;
}

.news .swiper-button-prev {
  position: absolute;
  top: 85%;
  left:0;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);

  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 140px;
  font-size: 17px;
  line-height: 50px;
  height: 50px;
  transition: all .5s ease;
  outline: none;
}

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

.news .swiper-button-next i {
  padding-left: 10px;
}

.news .swiper-button-prev i {
  padding-right: 10px;
}
/*  */
.fot_bg {
  background: #004DA0;
  display: flex;
  padding: 40px 0;
  align-items: center;
  justify-content: center;


}

.fot_bg p {
  color: #fff;
  line-height: 28px;
  margin: 30px 0;
  font-size: 32px;
  text-align: center;
}

.fot_bg p a {
  color: #fff;
}
.fot_bg span a { color: #fff;}
.fot_bg span { margin:10px auto; cursor: pointer; transition: all .3s; background-image: linear-gradient(to left, #fed0a6 , #fc7a06); display: block; width: 180px;  height: 45px; line-height: 45px; text-align: center; border: 1px solid #fff; color: #fff;}
.fot_bg span:hover { background-image: linear-gradient(to right, #fed0a6 , #fc7a06);}

/*底部footer*/
.footer {
  background: url(../images/ftbg.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 0;

}

.foot {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.foot b {
  font-size: 22px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.foot span {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding-right: 9px;
}

.foot .ewm {
  text-align: center;
  margin-top: 15px;
}

.foot .ewm p {
  margin-top: 15px;
}

.foot .ft-nav .ft-nav-list {

  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #fff;
}

.ft-nav-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  color: #fff;
}

.foot .ft-nav {
  width: 40%;
}

.foot .ft-nav .ft-nav-list dl:first-child { width: 40%;}
.foot .ft-nav .ft-nav-list dl:last-child{ width: 60%;}
.foot .ft-nav .ft-nav-list dt {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
  position: relative;

}
.foot .ft-nav .ft-nav-list dt::before { position: absolute; left: 0; bottom: -6px; width: 60px; height: 2px; background: #004DA0; content: '';}
.foot .ft-nav .ft-nav-list dd {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
 

}

.foot .ft-nav .ft-nav-list dd a {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  padding-right: 20px;
  position: relative;
}

.foot .ft-nav .ft-nav-list dd a:hover {
  color: #004DA0;
}

.foot .ft-nav .ft-nav-list dd p {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  margin-right: 20px;
}

.foot .ft-contact {
  width: 18%;
}
.ft_item{ display: flex; align-items: center; margin-top: 30px;}
.ft_item img { width: 40px; margin-right: 15px;}
.ft_item b { font-size: 28px; font-weight: bold; color: #fc7a06;}
.ft-ewm {
  padding-left: 2%;
  display: flex;
}
.ft-ewm div { margin-left: 15px;}
.ft-ewm img {
  max-height: 110px;
}

.ft-ewm p {
  text-align: center;
  color: #fff;
  margin-top: 15px;
}

.foot .ft-contact p {
  width: 100%;
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
}

.foot .ft-contact i {
  font-size: 18px;
  margin: 20px 0;
  color: #fff;
  font-weight: 700;
  display: block;
  width: 100%;
}

.copyright {
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.copyright a {
  color: #fff;
}

/* 右侧固定 */
.fix-side {
  position: fixed;
  right: 0px;
  bottom: 60px;
  width: 60px;
  z-index: 2000;
}

.fix-side li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  height:60px;
  padding: 10px 0;
  background-color: #004DA0;
}
.fix-side li a { display: flex;align-items: center;}
.fix-side li:hover {
  background-color: #fc7a06;
}

.fix-side .gzh {
  position: relative;
  width: 60px;
  text-align: center;
}

.fix-side .gzh .show {
  width: 80px;
  right: 10px;
  color: #fff;
  cursor: pointer;
}

.fix-side .gzh:hover .box {
  display: block;
}

.fix-side .gzh .box {
  display: none;
  position: absolute;
  left: -150px;
  bottom: 0;
  width: 150px;
  height: 120px;

  background: #f1f1f1;

  border-right: none;
  box-sizing: border-box;


}

.fix-side .gzh .bgcolor {
  background: #f1f1f1;
  height:60px;
  line-height: 60px;
}

.fix-side .gzh .box img {

  width: 80px;
  height: 80px;
  margin-top: 20px;

}

.fix-side .gzh:hover .box b {
  display: block;
  color: #333;
  font-size: 16px;

}

.fix-side .gzh:hover .box span {
  display: block;
  font-size: 15px;
  color: #666;
  line-height: 28px;

}

.fix-side .gzh .box p {
  color: #666;
}

.fix-side p {
  margin-top: 10px;
  color: #fff;
}


.fix-side .return {
  border-bottom: none;
  transform: scaleY(0);
  transition: 0.5s;
  background-color: #004DA0;
}

.fix-side .active {
  transform: scale(1);
}
.right_bar { cursor: pointer;}
#kefu { position: absolute; right: 70px; bottom:0px; width: 200px; background:#fff;display: none; } 
#kefu form { margin: 10px; width: calc(100% - 20px);}
.tit-bar { background: #055FB2; color: #fff; padding: 10px; display: flex; justify-content: space-between; align-items: center; }
.close { cursor: pointer; }
#kefu textarea {
    padding: 0 10px;
    width: 100%;
    line-height: 28px;
    margin-top: 5px;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #dedede;
    background-color: #fff;
   
}
#kefu .name {  background: url(../images/renshu.png) no-repeat left center; background-position: 4px ; }
#kefu .phone {  background: url(../images/shouji.png) no-repeat left center;  background-position: 4px ;}
#kefu .email {  background: url(../images/youxiang.png) no-repeat left center;  background-position: 4px ;}
#kefu .address {  background: url(../images/dizhi.png) no-repeat left center; background-position: 4px ; }
 .mx-form-input {
    height: 35px;
    line-height: 35px;
    padding: 0 10px 0 25px;
    border: 1px solid rgba(30,32,35,.1);
    width:100%;
    display: inline-block;
    position: relative;
    margin: 5px 0;
}
.logbtn {
    width: 100%;
    height: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    border: none;
    background: #055FB2;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;

}

/*返回顶部*/
.back-to-top {
  position: fixed;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 3px;
  right: 65px;
  bottom: 65px;
  background: #999;
  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: #004DA0;
  transition: background 0.2s ease-in-out;
}