@charset "utf-8";



/* CSS Document */



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;

}



a {

  color: #666;

  text-decoration: none;

  outline: none;

}



img {

  border: 0px;

  vertical-align: middle;

}



a:link {

  text-decoration: none;

  outline: none;

}



a:visited {

  text-decoration: none;

  outline: none;

}



a:hover {

  text-decoration: none;

  color: #333;

  outline: none;

}



ul,

p,

dl,

dt,

dd {

  padding: 0px;

  margin: 0px;

}



li {

  list-style-position: outside;

  list-style-type: none;

}



h1,

h2,

h3,

h4,

h5 {

  padding: 0px;

  margin: 0px;

}



input {

  margin: 0;

  padding: 0;

  outline: 0;

  -webkit-appearance: none;

}



input::-webkit-input-placeholder {

  color: #ccc;

}



input::-ms-input-placeholder {

  color: #ccc;

}



input::-moz-placeholder {

  color: #ccc;

}



input[type=button],

input[type=submit] {

  cursor: pointer;

}



button[disabled],

input[disabled] {

  cursor: default;

}



input {

  background: transparent;

  padding: 0px;

  font-size: 14px;

  color: #888;

  border: 0px;

  outline: none;

}



em {

  font-style: normal;

}



i {

  font-style: normal;

}





/*清除浮动*/



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

  margin-left: auto;

  margin-right: auto;

  max-width: 100%
}



.avatar {

  display: block;

  overflow: hidden;

  width: 100%;

}



.avatar img {

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}



.avatar:hover img {

  transform: scale(1.1);

  transition: all 1s ease 0s;

  -webkit-transform: scale(1.1);

}





/*文字超出隐藏*/



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

  line-clamp: 2;

  -webkit-box-orient: vertical;

}





/**/



.wal {

  width: 100%;

  margin-right: auto;

  margin-left: auto;



}



.dflex {

  display: flex;

}



.dflex_center {

  display: flex;

  align-items: center;

  justify-content: center;

}



.dflex_start {

  display: flex;

  align-items: center;

  justify-content: flex-start;

}



.dflex_end {

  display: flex;

  align-items: center;

  justify-content: flex-end;

}



.dflex_stretch {

  display: flex;

  justify-content: center;

  align-content: center;

  align-items: stretch;

}



.dflex_space-between {

  display: flex;

  align-items: center;

  justify-content: space-between;

}



/*顶部导航*/





.fixed-top {

  position: fixed !important;

  top: 0;

  right: 0;

  left: 0;

  z-index: 1030;

}





#header {



  transition: all 0.5s;

  z-index: 997;

  transition: all 0.5s;

  height: 90px;



}



.header-transparent {

  border-bottom: 1px solid rgba(255, 255, 255, 0.2);

}



.header-transparent:hover {}



#header.header-scrolled {

  background: #fff;

  border-bottom: 1px solid #fff;





}



#header.header-scrolled {

  box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1);

}



.top-box {

  display: flex;

  justify-content: space-between;

  align-items: center;

}



.top-box .logo {

  display: flex;

  align-items: center;

  justify-content: center;

  min-width: 10%;

}



.pclogo {

  display: none !important;

}



.mlogo {

  display: none !important;

}



.pclogo2 {

  display: block !important;

}



/*pc 导航菜单 */

.nav-menu {

  margin: 0;

  padding: 0;

  list-style: none;

}



.nav-menu {

  height: 90px;

}



.nav-menu ul {

  display: flex;

  align-items: center;

  justify-content: space-between;

}



.nav-menu ul li {

  text-align: center;

  position: relative;

}



.nav-menu a {

  display: block;

  white-space: nowrap;

  color: #fff;

  margin: 0 20px;

  height: 90px;

  line-height: 90px;

  transition: 0.3s;

  font-size: 16px;

  font-weight: bold;

}



.nav-menu a:after {

  position: absolute;

  width: 100%;

  background: #fff;

  height: 2px;

  bottom: 0px;

  left: 0;

  content: "";

  -webkit-transform-origin: right center;

  -ms-transform-origin: right center;

  transform-origin: right center;

  -webkit-transform: scaleX(0);

  -ms-transform: scaleX(0);

  transform: scaleX(0);

  transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85), -webkit-transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);

}



.nav-menu a:hover {

  color: #fff;

}



.nav-menu a:hover:after {

  -webkit-transform: scaleX(1);

  -ms-transform: scaleX(1);

  transform: scaleX(1);

  -webkit-transform-origin: left center;

  -ms-transform-origin: left center;

  transform-origin: left center;

  background: #fff;

}





.nav-menu li.current>a::after {

  position: absolute;

  width: 100%;

  background: #fff;

  height: 2px;

  bottom: 0px;

  left: 0;

  content: "";

  -webkit-transform-origin: right center;

  -ms-transform-origin: right center;

  transform-origin: right center;

  -webkit-transform: scaleX(1);

  -ms-transform: scaleX(1);

  transform: scaleX(1);

  -webkit-transform-origin: left center;

  -ms-transform-origin: left center;

  transform-origin: left center;

  background: #fff;

}



.nav-menu a:hover {

  color: #fff;

}



.nav-menu ul li .submenu {



  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

  left: -25% !important;

  top: 100%;

  width: 150%;

  position: absolute;

  left: 0;

  right: 0;

  text-align: center;

  margin: 0 auto;

  -webkit-transition: .5s;

  -o-transition: .5s;

  transition: .5s;

  opacity: 0;

  visibility: hidden;



  background: rgba(255, 255, 255, 0.9);

  display: flex;

  flex-direction: column;

  align-items: center;

}



.nav-menu ul li .submenu li a {

  font-size: 15px;

  text-align: center;

  color: #000000;

  font-weight: 400;

  display: block;

  padding: 5px;

  line-height: 1.6;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  position: relative;

  height: 45px;

  line-height: 45px;

}



.nav-menu ul li .submenu li a::before {

  position: absolute;

  top: -4px;

  left: 8px;

  color: transparent;

  content: '.';

  text-shadow: 0 0 transparent;

  font-size: 34px;



  line-height: 45px;

  -webkit-transition: text-shadow 0.3s, color 0.3s;

  -o-transition: text-shadow 0.3s, color 0.3s;

  transition: text-shadow 0.3s, color 0.3s;

  pointer-events: none;

  -webkit-animation: opacitychange 1s ease-in-out infinite;

  animation: opacitychange 1s ease-in-out infinite;

}



.nav-menu ul li .submenu li a::after {

  background: none;

}



.nav-menu ul li .submenu li a:hover {

  color: #F8B62B;

  padding-left: 28px;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

}



.nav-menu ul li .submenu li:hover a::before {

  opacity: 1;

  color: #000000;

  text-shadow: 8px 0 #F8B62B, -8px 0 #F8B62B;

}



.nav-menu ul li:hover .submenu {

  opacity: 1;

  visibility: visible;

  left: 0;

  -webkit-transition: .5s;

  -o-transition: .5s;

  transition: .5s;

}





.top_tel {

  color: #fff;

  font-size: 20px;

  background: url(../images/dianhua1.png) left no-repeat;

}



.top_tel span {

  padding-left: 35px;

  display: block;

}



.language {

  color: #fff;

}



.language a {

  color: #fff;

  font-size: 16px;

  font-family: Arial, Helvetica, sans-serif;

  padding: 0 10px;

}



.language a:hover {

  color: #f29600;

}



#header.header-scrolled .nav-menu a {

  color: #333;

}



#header.header-scrolled .nav-menu a:after {

  position: absolute;

  width: 100%;

  background: #34237D !important;

  height: 2px;

  bottom: 0px;

  left: 0;

  content: "";

  -webkit-transform-origin: right center;

  -ms-transform-origin: right center;

  transform-origin: right center;

  -webkit-transform: scaleX(0);

  -ms-transform: scaleX(0);

  transform: scaleX(0);

  transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85), -webkit-transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);

}



#header.header-scrolled .nav-menu li.current>a::after {

  position: absolute;

  width: 100%;

  background: #34237D !important;

  height: 2px;

  bottom: 0px;

  left: 0;

  content: "";

  -webkit-transform-origin: right center;

  -ms-transform-origin: right center;

  transform-origin: right center;

  -webkit-transform: scaleX(1);

  -ms-transform: scaleX(1);

  transform: scaleX(1);

  -webkit-transform-origin: left center;

  -ms-transform-origin: left center;

  transform-origin: left center;



}



#header.header-scrolled .nav-menu a:hover:after {

  -webkit-transform: scaleX(1);

  -ms-transform: scaleX(1);

  transform: scaleX(1);

  -webkit-transform-origin: left center;

  -ms-transform-origin: left center;

  transform-origin: left center;

  background: #34237D !important;

}



#header.header-scrolled .nav-menu a:hover,

#header.header-scrolled .nav-menu li:hover>a {



  color: #333;





}



#header.header-scrolled .language a:hover {

  color: #f29600;

}



#header.header-scrolled .pclogo {

  display: block !important;

}



#header.header-scrolled .pclogo2 {

  display: none !important;

}



#header.header-scrolled .top_tel {

  color: #333;

  background: url(../images/dianhua2.png) left no-repeat;

}



#header.header-scrolled .language {

  color: #333;

}



#header.header-scrolled .language a {

  color: #333;

}



#header.header-scrolled .nav-menu ul li .submenu li a::after {

  background: none !important;

}



#header.header-scrolled .nav-menu ul li .submenu li a:hover::after {

  background: none !important;

}



/* 二级菜单 */

.ejxl {

  background-color: #fff;

  z-index: 999;

  opacity: 0;

  visibility: hidden;

  -webkit-transform: translateY(15px);

  transform: translateY(15px);

  -webkit-transition: all .5s ease;

  transition: all .5s ease;

  border-top: 4px solid #34237D;

  position: absolute;

  top: 100%;

  left: -28%;

  width: 160% !important;

  flex-direction: column;

}



.nav-menu ul li .ejxl li {

  margin: 0 auto;

  display: block;

  padding: 0;

  width: 100%;

}



.nav-menu ul li .ejxl li:after {

  content: "";

  position: relative;

}



.nav-menu ul li .ejxl li a {

  display: block;

  color: #666;

  font-size: 15px;

  height: 45px;

  line-height: 45px;

  padding: 0;

  text-align: center;

  margin: 0 5px;

}



.nav-menu ul li .ejxl a:hover {

  color: #34237D;

}



.nav-menu ul li:hover .ejxl {



  opacity: 1;

  visibility: visible;

  -webkit-transform: translateY(0);

  transform: translateY(0);

}



#header.header-scrolled .nav-menu a:after {

  position: absolute;

  width: 100%;

  background: #fff;

  height: 2px;

  bottom: 0px;

  left: 0;

  content: "";

  -webkit-transform-origin: right center;

  -ms-transform-origin: right center;

  transform-origin: right center;

  -webkit-transform: scaleX(0);

  -ms-transform: scaleX(0);

  transform: scaleX(0);

  transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85), -webkit-transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);

}



#header.header-scrolled .nav-menu a:hover {

  color: #fff;

}



#header.header-scrolled .nav-menu a:hover:after {

  -webkit-transform: scaleX(1);

  -ms-transform: scaleX(1);

  transform: scaleX(1);

  -webkit-transform-origin: left center;

  -ms-transform-origin: left center;

  transform-origin: left center;

  background: #fff;

}



/*  */

.mobile-menu-hamburger {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: end;

  -webkit-justify-content: flex-end;

  -ms-flex-pack: end;

  justify-content: flex-end;

}



.mobile-menu-hamburger a {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  color: #fff;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  text-transform: uppercase;

}



.mobile-menu-hamburger a span {

  font-size: 14px;

  font-weight: 600;

  margin-right: 20px;

}



#header.header-scrolled .mobile-menu-hamburger a {

  color: #34237D;

}



/* 手机导航 */

.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: 20px;

  margin-bottom: 40px;

}



.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: #34237D;

  -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: center;

}



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

  margin-top: 10px;

}



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

  font-size: 14px;

  display: block;

  font-weight: 400;

  text-transform: uppercase;

  padding: 15px;



  transition: all 0.3s;

}



.mobile-menu>.has-children .dropdown li a:hover {

  color: #34237D;

  padding-left: 20px;

}



.mobile-menu>.has-children.active>a {

  color: #34237D;

}



.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: #34237D;

}



.mobile-menu>li:first-child {

  border-top: 1px solid #ebebeb;

}





/*顶部导航 end*/



/*首页banner图*/

.banner-slider {

  position: relative;

}



.banner-slide-item {

  position: relative;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  height: 100vh;

}





.banner-slide-bg {

  position: absolute;

  z-index: 1;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

}



.banner-slide-bg img {

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

  object-fit: cover;

}



.banner-slide-content {

  position: relative;

  z-index: 9;

}



.banner-slide-content .subtitle {

  font-weight: 400;

  font-size: 24px;

  line-height: 1;

  display: block;

  margin-bottom: 60px;

  letter-spacing: 1px;

  text-transform: uppercase;

  color: #fff;

  font-family: "Poppins", sans-serif;

}





.banner-slide-content .title {

  font-size: 70px;

  line-height: 1;

  font-weight: 500;

  color: #fff;

  display: block;

  margin-bottom: 50px;

  letter-spacing: -0.25px;

  text-transform: capitalize;

}





.banner-slide-content p {



  font-size: 18px;

  font-family: "Poppins", sans-serif;

  color: #fff;



  margin-bottom: 33px;

}





.banner-slide-content .btn-link {

  font-size: 18px;

  line-height: 1;

  font-family: "Poppins", sans-serif;

  color: #fff;



  text-transform: uppercase;

  text-decoration: none;

  position: relative;

}



.banner-slide-content .btn-link::before {

  position: absolute;

  content: "";

  bottom: 0;

  left: 0;

  background: #fff;

  width: 100%;

  height: 1px;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

}



.banner-slide-content .btn-link:hover {

  color: #f29600;

}



.banner-slide-content .btn-link:hover::before {

  background: #34237D;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

}







.banner-slider .swiper-container {

  width: 100%;

  height: 100%;

  margin-left: auto;

  margin-right: auto;

}



.banner-slider .home-slider-prev, .banner-slider .home-slider-next {

  color: #000000;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  font-size: 50px;

  top: auto;

  bottom: 60px;

  background: none;

  color: #fff;

}





.banner-slider .home-slider-prev::after, .banner-slider .home-slider-next::after {

  display: none;

}



.banner-slider .home-slider-prev:hover, .banner-slider .home-slider-next:hover {

  color: #34237D;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

}



.banner-slider .home-slider-prev:focus, .banner-slider .home-slider-next:focus {

  outline: 0;

  border: 0;

}



.banner-slider .home-slider-prev i, .banner-slider .home-slider-next i {

  line-height: 1;

}



.banner-slider .home-slider-prev {

  right: 230px;

  left: auto;

}



.banner-slider .home-slider-next {

  right: 175px;

}



.banner-slider .home-slider-next::after {

  display: none;

}



.banner-slider .swiper-pagination {

  position: absolute;

  bottom: 30px;

  right: 30px;

  left: auto;

  text-align: end;

}



.banner-slide-content>* {

  -webkit-animation-duration: 1.5s;

  animation-duration: 1.5s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  -webkit-animation-name: fadeOutUp;

  animation-name: fadeOutUp;

}



.swiper-slide-active .banner-slide-content>* {

  -webkit-animation-name: fadeInUp;

  animation-name: fadeInUp;

}



.swiper-slide-active .banner-slide-content>*:nth-child(1) {

  -webkit-animation-delay: 0.9s;

  animation-delay: 0.9s;

}



.swiper-slide-active .banner-slide-content>*:nth-child(2) {

  -webkit-animation-delay: 1s;

  animation-delay: 1s;

}



.swiper-slide-active .banner-slide-content>*:nth-child(3) {

  -webkit-animation-delay: 1.2s;

  animation-delay: 1.2s;

}



.swiper-slide-active .banner-slide-content>*:nth-child(4) {

  -webkit-animation-delay: 1.8s;

  animation-delay: 1.8s;

}



.swiper-slide-active .banner-slide-content>*:nth-child(5) {

  -webkit-animation-delay: 2.5s;

  animation-delay: 2.5s;

}



.swiper-slide-active .banner-slide-content>*:nth-child(6) {

  -webkit-animation-delay: 3s;

  animation-delay: 3s;

}





/*首页banner图 end*/

/* 简介 */

.about {

  background: url("../images/abbg.jpg")no-repeat center;

  background-size: cover;

  padding: 50px 0 0;



}



.about_fl {

  width: 90%;

  margin: 0 auto;

  font-size: 16px;

  text-align: center;

}



.about_fl p {

  line-height: 26px;

  color: #666;

  text-align: center;

  margin-top: 10px;

}





.more-btn {

  margin-top: 40px;

  display: inline-block;

  padding: 11px 18px 10px 18px;

  border: 2px solid #34237D;

  font-weight: 500;

  text-transform: uppercase;

  letter-spacing: 0.52px;

  text-decoration: none;

  color: #34237D;

  position: relative;

  overflow: hidden;

  background: #fff;

  text-decoration: none;

  -webkit-transition: all 1s ease 0s;

  -moz-transition: all 1s ease 0s;

  -o-transition: all 1s ease 0s;

  transition: all 1s ease 0s;



}



.more-btn i {

  margin-left: 40px;

  color: #fff;

  z-index: 1;

  position: relative;

}



.more-btn::before {

  content: "";

  width: 52px;

  right: 0px;

  top: 0;

  bottom: 0;

  position: absolute;

  border-left: 15px solid transparent;

  border-top: 44px solid #34237D;

  -webkit-transition: all 1s ease 0s;

  -moz-transition: all 1s ease 0s;

  -o-transition: all 1s ease 0s;

  transition: all 1s ease 0s;



}



.more-btn:hover {

  background-color: #34237D;

  color: #fff;

  text-decoration: none;

}



.more-btn:hover::before {

  border-top-color: #fff;

}



.more-btn:hover i {

  color: #34237D;



}



.service-con {

  display: flex;

  align-items: center;

  justify-content: space-between;

  overflow: hidden;

  margin-top: 50px;

}



.service-con .ser-item {

  border-top: 1px solid rgba(0, 0, 0, 0.1);

  border-bottom: 1px solid rgba(0, 0, 0, 0.1);

  cursor: pointer;

  position: relative;

  padding: 30px;

  flex: 1;

  color: #333;

  text-align: center;



  line-height: 28px;

  border-right: 1px solid rgba(0, 0, 0, 0.1);

}



.service-con .ser-item a {

  color: #333;

}



.service-con .ser-item .inner {

  position: relative;

  z-index: 2;

}



.service-con .ser-item img {

  opacity: 0.7;

  filter: brightness(0)
}



.service-con .ser-item .bg {

  background: rgba(52, 35, 125, 0.85);

  height: 0;

  -webkit-transition: .6s;

  -o-transition: .6s;

  transition: .6s;

  position: absolute;

  left: 0;

  right: 0;

  bottom: 0;

  width: 100%;

  z-index: 1;

}



.service-con .ser-item:hover .bg {

  height: 100%;

}



.service-con .ser-item:hover img {

  filter: brightness(1);

  opacity: 1;

}



.service-con .ser-item:hover a {

  color: #fff;

}



.service-con .ser-item p {

  height: 70px;

}



.service-con .ser-item b {

  display: block;

  font-size: 24px;

  margin: 18px;

}



.in_title {

  color: #000;

  font-weight: 800;

  font-size: 36px;

  line-height: 54px;

  position: relative;

  z-index: 2;

}



.mark-bar {

  border-top-width: 8px;

  border-top-style: solid;

  border-top-color: #34237D;

  width: 50px;

  height: 0;

  margin: 10px 0;

  border-right: 10px solid rgba(0, 0, 0, 0);

}



#server-list {

  position: relative;

}



/* 产品 */

.product {

  margin-top: 60px;

}



.xq_deng1 {

  position: relative;

}



.xq_deng1 .wal {

  position: absolute;

  z-index: 99;



  left: 0;

  right: 0;

  margin: 0 auto;



}



.xq_deng1 .wal .txt {

  margin-top: 80px;

  font-size: 36px;

}



.xq_deng1 .wal .txt b {

  color: #000;

  display: block;

}



.xq_deng1 .wal .txt span {

  color: #34237D;

}



.xq_deng1 .wal .txt p {

  font-size: 24px;

  color: #333;

  margin-top: 15px;

}



.xq_deng1 .img {

  position: relative;

}



.xq_deng1 .img1 {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  opacity: 0;

  transition: all 1.8s;

  -webkit-transition: all 1.8s;

  -o-transition: all 1.8s;

}







.xq_deng1 .img1.show {

  opacity: 1;

  transition: all 2.8s;

  -webkit-transition: all 2.8s;

  -o-transition: all 2.8s;

}



/*产品切*/





.main-tit {

  text-align: center;

  margin-bottom: 50px;

  color: #000;

}



.main-tit span {

  display: block;

  font-size: 26px;

  color: #34237D;

}



.main-tit b {

  font-size: 36px;

}



.main-tit p {

  line-height: 32px;

  margin: 10px 0;

  font-size: 18px;

  padding: 0 10px;

}





#server-list .swiper-container {

  height: 100%;

  padding-bottom: 40px;

  margin-top: 30px;



}



#server-list .swiper-wrapper {

  margin-top: 20px;



}



#server-list .swiper-slide {



  font-size: 18px;



}





#server-list .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {

  margin: 0 10px;

}



#server-list .swiper-pagination-clickable .swiper-pagination-bullet {

  cursor: pointer;

}



#server-list .swiper-pagination-bullet {

  width: 20px;

  height: 20px;

  display: inline-block;

  border-radius: 100%;

  background: #000;

  opacity: .2;

  margin: 0 5px;

}



#server-list .swiper-pagination-bullet-active {

  opacity: 1;

  background: #34237D;

}


#server-list .swiper-button-next {
  position: absolute;
  top: 50%;
  right: -80px;

  text-align: center;
  color: #fff;
  background: #34237D;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 60px;
  border-radius: 20px;
  font-size: 50px;
  line-height: 100px;
  height: 100px;
  transition: all .5s ease;
  outline: none;
}

#server-list .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: -80px;

  text-align: center;
  color: #fff;
  background: #34237D;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 60px;
  border-radius: 20px;
  font-size: 50px;
  line-height: 100px;
  height: 100px;
  transition: all .5s ease;
  outline: none;
}


#server-list .swiper-button-prev:hover,

#server-list .swiper-button-next:hover {

  background: #f29600;

  color: #fff;

}



.ser_py {



  display: flex;

  align-items: center;

  justify-content: space-between;

  margin: 20px;

  position: relative;

  z-index: 3;

  background: #fff;

}



.ser_py_txt, .ser_py_tu {

  width: 50%;

}



#server-list .swiper-slide .ser_py_tu img {

  display: block;

  height: auto;

  margin-left: auto;

  margin-right: auto;

  max-width: 100%
}



.ser_py_txt span {

  display: block;

  font-size: 20px;

  color: #333;

  line-height: 32px;

  margin-bottom: 30px;

}



.ser_py_txt {

  padding-right: 80px;

  position: relative;

}



.ser_py_txt .num {

  font-size: 120px;

  color: rgba(0, 0, 0, 0.1);

  position: absolute;

  top: -50px;

  left: 0;

  z-index: 1;

  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;

}



.ser_py_txt2 {

  padding: 50px;

}



.ser_py_txt p {

  color: #333;



  font-size: 18px;

  margin: 18px 0;

  line-height: 36px;

  text-align: left;

}



.ser_py_txt p img {

  margin-right: 10px;

}



.ser_py_txt .img-tu {

  margin-top: 40px;

}



.ser_py_txt .img-tu img {

  width: 100%;

}



/* 优势 */



.ys-bg {

  background: url(../images/ys-bg.jpg) top no-repeat;

  padding: 50px 0 0 0;

  margin-top: 60px;

}



.ys-box {

  overflow: hidden;

  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-wrap: wrap;

  margin-top: 40px;

  padding: 0;





}



.ys-box li {

  position: relative;

  overflow: hidden;

  width: 25%;

  height: 360px;

}



.ys-box li a {

  display: block;

}



.ys-box em {

  font-size: 20px;

  margin: 0;

  padding: 0;

  font-style: normal;

  display: block;

  text-align: center;

  color: #fff;

}



.ys-box li .img_cont img {

  transition: all .5s;

}



.ys-box li .cont_box {

  color: #fff;

  position: absolute;

  left: 0;

  top: 0;

  bottom: 0;

  right: 0;

  transition: all 0.5s;

  -webkit-transition: all 0.5s;

}



.ys-box li .cont_tit {



  position: absolute;

  z-index: 1;

  background: rgba(0, 0, 0, 0.4);

  left: 0;

  right: 0;

  bottom: 0;

  top: 0;





}



.ys-box li .cont_tit span {

  padding: 0 30px;

  line-height: 30px;

  font-size: 14px;

  width: 100%;

  display: block;

  text-transform: uppercase;



}



.ys-box li .cont_tit b {

  font-size: 30px;

  margin-top: 45px;

  display: block;

  padding: 0 30px;

}



.ys-box li .cont_tit p {

  padding: 20px 30px;

  font-size: 14px;

  line-height: 28px;

}



.ys-box li .more {

  text-align: center;

  color: #fff;

  margin-top: 15px;

}



.ys-box li:hover .more {

  color: #93c41d;

}



.ys-box li:hover .img_cont img {

  transform: scale(1.1);

}



/* 应用案例 */

.yyal {

  margin-top: 60px;

}



.yyal .swiper-container {

  padding-bottom: 40px;



}



.yyal .swiper-slide {

  width: 978px;

  transition-timing-function: linear;

}



@media only screen and (max-width:1200px) {

  .yyal .swiper-slide {

    width: 770px;

  }

}



@media only screen and (max-width:980px) {

  .yyal .swiper-slide {

    width: 471px;

  }

}



@media only screen and (max-height:480px) {

  .yyal .swiper-slide {

    width: 471px;

  }

}



.yyal .swiper-slide img {

  width: 100%;

  border-radius: 4px;

}



.yyal .swiper-slide p {

  padding: 20px;

  text-align: center;

  font-size: 24px;

  color: #000;

}



.yyal .swiper-slide .title {

  position: absolute;

  transform: rotate(90deg);

  transform-origin: left top;

  left: -3px;

  font-size: 11px;

  color: rgb(102, 102, 102);

}



.yyal .swiper-button-next, .yyal .swiper-button-prev {

  width: 86px;

  height: 112px;

  text-align: center;

  line-height: 112px;

  outline: none;

}



.yyal .swiper-button-next {

  background-image: none;

  color: #fff;

  font-size: 40px;

}



.yyal .swiper-button-prev {

  background-image: none;

  color: #fff;

  font-size: 40px;

}



.yyal .swiper-pagination-bullet {

  background: none;

  opacity: 1;

  margin: 0 6px !important;

  width: 9px;

  height: 9px;

  position: relative;

  outline: none;

  vertical-align: middle;

}



.yyal .swiper-pagination-bullet span {

  width: 3px;

  height: 3px;

  background: #CCC;

  display: block;

  border-radius: 50%;

  margin-top: 3px;

  margin-left: 3px;

}



.yyal .swiper-pagination-bullet i {

  background: #000;

  height: 1px;

  width: 20px;

  position: absolute;

  top: 4px;

  transform: scaleX(0);

  transform-origin: left;

  z-index: 3;

  transition-timing-function: linear;

}



.yyal .swiper-pagination-bullet-active span, .yyal .swiper-pagination-bullet:hover span {

  width: 9px;

  height: 9px;

  margin-top: 0;

  margin-left: 0;

  background: #000;

  position: relative;

  z-index: 1;

}



.yyal .swiper-pagination-bullet-active i {

  animation: middle 6s;

}



.yyal .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {

  animation: first 6s;

}



.yyal .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {

  animation: last 6s;

}



@keyframes first {

  0% {

    transform: scaleX(0.5);

    left: 0px;

  }



  /*091*/

  100% {

    transform: scaleX(1);

    left: 2px;

  }



  /*0915*/

}



@keyframes last {

  0% {

    transform: scaleX(0.7);

    left: -10px;

  }



  /*1090*/

  20% {

    transform: scaleX(0.3);

    left: 2px;

  }



  /*090*/

  100% {

    transform: scaleX(0.3);

    left: 0px;

  }



  /*090*/

}



@keyframes middle {

  0% {

    transform: scaleX(0.7);

    left: -10px;

  }



  /*1091*/

  20% {

    transform: scaleX(0.45);

    left: 2px;

  }



  /*092*/

  100% {

    transform: scaleX(1);

    left: 2px;

  }



  /*0913*/

}



/* 生产流程 */

.lc {

  background: #f1f1f1;

  padding: 60px 0;

  margin-top: 60px;

}



.slide-nav {

  display: flex;

  margin-top: 50px;

  align-items: center;

  justify-content: center;





}



.slide-nav .swiper-container {

  height: 100%;

  padding-bottom: 30px;

}



.slide-nav .swiper-wrapper {

  margin-top: 20px;

}



.slide-nav .swiper-slide {

  text-align: center;

  font-size: 15px;



}



.slide-nav .swiper-slide img {

  display: block;

  height: auto;

  margin-left: auto;

  margin-right: auto;

  max-width: 100%;



}







.slide-nav .swiper-slide:hover p {

  color: #fff;

}



.slide-nav .swiper-slide .pro-up {

  position: relative
}



.slide-nav .swiper-slide .pro-up .img {

  background: #000;

}



.slide-nav .swiper-slide .pro-up .img img {

  opacity: 0.8;

}



.slide-nav .swiper-slide .pro-bg {

  height: 0px;

  width: 100%;

  position: absolute;

  bottom: 0;

  opacity: 0;

  -webkit-transition: all linear .3s;

  transition: all linear .3s;

  color: #fff;

}







.slide-nav .swiper-slide .pro_txt {

  height: 180px;

  position: absolute;

  bottom: 0;

  text-align: center;

  width: 100%;

  -webkit-transition: all linear .5s;

  transition: all linear .5s;

  color: #fff;

  opacity: 0;

}




.slide-nav .swiper-slide .pro-box {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 28%;
  left: 0;
  bottom: 0;
  -webkit-transition: all linear .5s;
  transition: all linear .5s;
}

.slide-nav .swiper-slide:hover .pro-box {
  height: 58%
}

.slide-nav .swiper-slide .pro_title {
  display: flex;
  flex-direction: column;
}

.slide-nav .swiper-slide .pro_title i {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  transform: rotate(45deg);
  display: block;
  margin: 10px auto;
  margin-bottom: 20px;


}

.slide-nav .swiper-slide .pro_title em {
  display: block;
  margin-left: -28px;

  transform-origin: 72% 0;
  transform: rotate(-45deg);
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;

}


.slide-nav .swiper-slide .pro_title b {
  font-size: 20px;
  padding: 5px;
  color: #fff;
  font-weight: normal;
}


.slide-nav .swiper-slide p {



  margin: 0 auto;

  line-height: 24px;

  font-size: 16px;

  padding: 15px;



}



.slide-nav .swiper-slide .pro_txt {

  height: 10%
}



.slide-nav .swiper-slide:hover .pro_txt {

  height: 45%
}



.slide-nav .swiper-slide .pro-up:hover .pro-bg {

  height: 20%;

  background-color: #34237D;

  opacity: 1;

  -webkit-transition: all linear .5s;

  transition: all linear .5s;

  overflow: hidden;

}



.slide-nav .swiper-slide .pro-up:hover .pro_txt {

  opacity: 1;

  -webkit-transition: all linear .5s;

  transition: all linear .5s;

}



.slide-nav .swiper-slide span {

  display: block;

  position: absolute;

  bottom: 0;

  color: #fff;

  left: 0;

  right: 0;

  margin: 0 auto;

  text-align: center;

  opacity: 0;

  -webkit-transition: all linear .5s;

  transition: all linear .5s;

}



.slide-nav .swiper-slide .pro-up:hover span {

  opacity: 1;

  bottom: 45px;

}





/* 新闻 */

.news-bg {

  padding: 60px 0;

  background-size: cover;

}



.news-top {

  display: flex;

  align-items: center;

  justify-content: space-between;

}



.news {

  display: flex;

  align-items: stretch;

  justify-content: center;

  align-content: center;



}



.news_left {

  flex: 2;

  margin-top: 30px;

  background: #fff;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}



.news_left a {

  display: block;



}



.news_left span {

  overflow: hidden;

  display: block;

}



.news_left p {

  line-height: 26px;

  font-size: 14px;

  text-align: left;

  color: #666;

}



.news_left a:hover b, .news_left a:hover .newscon p {

  color: #014D95;

}



.news_left img {

  transition: all 0.3s;

}



.news_left a:hover img {

  transform: scale(1.1);

  transition: all 1s ease 0s;

  -webkit-transform: scale(1.1);

}



.news-cont {

  padding: 20px;

}



.news-cont span {

  color: #999;

  margin-bottom: 10px;

}



.news-cont b {

  padding-bottom: 10px;

  font-size: 20px;

  color: #333;

  display: block;



}



.news-cont p {



  text-align: left;

  line-height: 24px;

  font-size: 14px;

}



#news-list {

  flex: 3;

  margin-top: 30px;

  margin-left: 20px;

}



#news-list a {

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 20px;

  margin-bottom: 20px;

  background: #fff;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}



#news-list a:last-child {

  margin-bottom: 0;

}



.day {

  color: #666;

  flex: 1;

  overflow: hidden;





}



.newscon {

  flex: 2;

  padding-left: 40px;



}



.news-more {

  margin-top: 30px;

  transition: all .3s;

}



.newscon b {

  padding-bottom: 10px;

  font-size: 16px;

  color: #333;

  display: block;



}



.newscon p {



  text-align: left;

  line-height: 24px;

  font-size: 14px;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

}



.day span {

  font-size: 24px;

  width: 100%;

  color: #333;

  text-align: center;

  font-weight: bold;

}



.day p {

  width: 100%;

  text-align: center;

}



#news-list a .day img {

  transition: all 0.3s;

}



#news-list a:hover .day span {

  color: #014D95;

}



#news-list a:hover .newscon b {

  color: #014D95;

}



#news-list a:hover .news-more {

  padding-left: 30px;

}



#news-list a:hover .day img {

  transform: scale(1.1);

}



.ab_more2 {

  display: flex;

  align-items: center;

  font-size: 14px;

  color: #014D95;

  height: 47px;

  border: #014D95 solid 1px;

  border-radius: 50px;

  line-height: 45px;

  transition: all 0.5s ease 0s;

  max-width: 100px;

  padding: 0 20px;

  margin-top: 50px;

}



.ab_more2 i {

  color: #014D95;

  margin-right: 10px;

  transition: all 0.5s ease 0s;

}



.ab_more2 em {

  transition: all 0.5s ease 0s;

  color: #014D95;

  font-style: normal;

}



.ab_more2:hover {

  color: #fff;

  background: #014D95;

  border: 1px solid #014D95;

  transition: all 0.5s ease 0s;

  padding-left: 30px;

  max-width: 120px;

}



.ab_more2:hover i {

  color: #fff;

  transition: all 0.5s ease 0s;

}



.ab_more2:hover em {

  color: #fff;

  padding-right: 20px;

}





/*返回顶部*/



.scroll {

  width: 50px;

  height: 50px;

  line-height: 50px;

  text-align: center;

  position: fixed;

  right: 45px;

  bottom: 70px;

  color: #fff;

  cursor: pointer;

  background: #34237D;

  font-size: 26px;

  z-index: 99;

}



/*底部footer*/

.footer {

  background: #232323 url(../images/ftbg.jpg) no-repeat center;

  background-size: 100%;

  margin-top: 80px;

}



.foot {

  padding: 60px 0;



}



.foot b {

  font-size: 22px;

  color: #fff;

  display: block;

  text-transform: uppercase;

  margin-bottom: 32px;

}



.foot span {

  color: #fff;

  font-size: 20px;

  font-weight: normal;

  padding-right: 8px;

}



.foot .ft-nav {

  width: 32%;

}



.foot .ft-nav li {



  float: left;

  margin-bottom: 22px;

  width: 50%;

}



.foot .ft-nav li a {

  font-size: 16px;

  display: block;

  color: #fff;

}



.foot .ft-nav li a:hover {

  color: #999;

}



.foot .ft-contact {

  width: 27%;

}



.foot .ft-contact p {

  width: 100%;

  color: #fff;

  font-size: 16px;

  margin-bottom: 22px;

}



.foot .footer_center {

  margin-top: 62px;

  display: flex;



  justify-content: center;

  flex-direction: column;

}



.footer_phone {

  display: flex;

  margin-bottom: 30px;

  margin-left: 60px;

}



.footer_phone p {

  color: #333;



  margin-bottom: 5px;

  font-size: 16px;

}



.footer_phone p img {

  padding-right: 8px;

}



.footer_phone p span {

  font-weight: normal;

}



.footer_phone b {

  color: #fff;

  font-size: 24px;

  margin: 0;

  display: block;

}



.foot .footer_center {

  width: 31%;

}



.foot .footer_center .footer_tel {



  display: flex;



  flex-direction: column;

}



.foot .footer_center p {

  text-align: left;

  color: #fff;



}



.foot .ewm {

  margin-top: 65px;

  width: 10%;

}



.foot .ewm img {

  max-width: 120px;

}



.foot .ewm p {

  margin-top: 10px;

  text-align: center;

  color: #fff;

}



.copyright {

  padding: 20px 10px;

  text-align: center;

  color: #fff;

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

}



.copyright a {

  color: #fff;

}