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

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

div,dl,dt,dd,form,input,button,textarea,p,ul,li,ol,table,tr,td,header,footer,aside,nav,b,b,h3,h4,h5,h6,section{
  box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
body{ font-size: 14px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  padding: 0px;
  margin: 0px;}
button:foucs{   border: none!important; outline: none!important;}	
button::-moz-focus-inner {border-color: transparent;}
input[type=number] {  
    -moz-appearance:textfield;  
}  
input[type=number]::-webkit-inner-spin-button,  
input[type=number]::-webkit-outer-spin-button {  
    -webkit-appearance: none;  
    margin: 0;  
}  
ul,ol{list-style:none; padding: 0; margin: 0;}
i{ font-style: normal;}
a{ color: #333; text-decoration: none; }
a:hover {text-decoration: none; }
video, embed, iframe{
  width: 100% ;
}  
img{border:none !important;vertical-align:middle; max-width:100%; height:auto !important;}
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%; }
.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);
}
.white{color: #fff!important}
.white b{color: #fff!important}
.white span{color: #fff!important}

/*--------------------------------------------------------------
# 澶撮儴Header
--------------------------------------------------------------*/
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #014D95;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: #014D95;
}

.scroll-to-top:hover i {
  color: #fff;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.page-wrapper { width: 100%; }
.top-txt { background:url(../images/topbg.jpg) no-repeat bottom; background-size: cover; color: #fff; padding: 10px 0;}
.main-header .tel2{display: none}

.main-header {
/*  position: relative;*/
  display: block;
  position:fixed;
  z-index: 999;
 width: 100%;
}

.main-menu {

/*  background:#fff;*/
  z-index: 91;
}

.main-menu-wrapper {

  display: block;
}

.main-menu .logo2{display: none}

.main-menu-wrapper-left {

  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;

}

.main-menu-wrapper-logo {
  position: relative;

}

.main-menu-wrapper-main-menu {

  display: block;
  height: 70px;
  line-height: 70px;

}

.stricky-header.main-menu {

  background-color:#fff
}

.main-menu .main-menu-list,
.main-menu .main-menu-list ul,
.stricky-header .main-menu-list,
.stricky-header .main-menu-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}




.main-menu .main-menu-list>li,
.stricky-header .main-menu-list>li {

  margin-left:50px;
}


.main-menu .main-menu-list>li>a
 {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #FFF;
  position: relative;
  transition: all 500ms ease;


}


.stricky-header .main-menu-list>li>a {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #333;

  transition: all 500ms ease;

}


/* .main-menu .main-menu-list>li.current>a, */
.main-menu .main-menu-list>li:hover>a,
/* .stricky-header .main-menu-list>li.current>a, */
.stricky-header .main-menu-list>li:hover>a {
  color: #fff;
}


.main-menu .main-menu-list > li > a:hover {
  color: #fff;
}

.main-menu .main-menu-list>li > a:hover::before {
  left: 0;
  right: auto;
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: #fff;
}

.main-menu > ul > li > a.active::before {
  left: 0;
  right: auto;
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
/* 
.main-menu .main-menu-list>li.current>a:before {
  left: 0;
  right: auto;
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
} */
.main-menu .main-menu-list>li>a:before {
  content: "";
  position: absolute;
  bottom: 12px;
  width: 0;
  height: 1px;
  background: #014D95;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.main-menu .main-menu-list li ul,
.stricky-header .main-menu-list li ul {
  position: absolute;
  top: 100%;
  left:0;
  right: 0;
  margin:0 auto;
  text-align: center;
  width: 100%;
  background: rgba(255,255,255, .9);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  padding:20px 13%;
  display: inline-block;

}


.main-menu .main-menu-list li:hover>ul,
.stricky-header .main-menu-list li:hover>ul {
  opacity: 1;
  visibility: visible;
  top:100%;

  
}

.main-menu .main-menu-list li ul li,
.stricky-header .main-menu-list li ul li {
 
  position: relative;
  width: 10%;
  float: left;
  line-height: 58px;
}

.main-menu .main-menu-list li ul li+li,
.stricky-header .main-menu-list li ul li+li {
  border-top: 1px solid RGBA(var(--thm-black), 0.1);
}

.main-menu .main-menu-list li ul li a,
.stricky-header .main-menu-list li ul li a {
  font-size: 16px;
  line-height:30px;
  color:#666;
  text-align: center;
  transition: 500ms;
}

.main-menu .main-menu-list li ul li:hover>a,
.stricky-header .main-menu-list li ul li:hover>a {

  color: #014D95;
}

.main-menu .main-menu-list li ul li>ul,
.stricky-header .main-menu-list li ul li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu-list li ul li>ul.right-align,
.stricky-header .main-menu-list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu .main-menu-list li ul li>ul ul,
.stricky-header .main-menu-list li ul li>ul ul {
  display: none;
}
.main-menu .main-menu-list .dropdown ul li a::before,
.stricky-header .main-menu .main-menu-list .dropdown ul li a::before{
  position: absolute;
  top: 0px;
  left: 8px;
  color: transparent;
  content: '.';
  text-shadow: 0 0 transparent;
  font-size: 2em;
  line-height: 1em;
  -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;
}
.main-menu .main-menu-list .dropdown ul li:hover a::before,
.stricky-header .main-menu .main-menu-list .dropdown ul li:hover a::before {
  opacity: 1;
  color: #000000;
  text-shadow: 8px 0 #014D95, -8px 0 #014D95;
}
.main-menu .main-menu-list .dropdown .ejxl{ display: flex; align-items: center; justify-content: center;flex-direction: row;}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  transform: translateY(-120%);
  transition: transform 500ms ease, visibility 500ms ease;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.stricky-header.stricky-fixed {
  transform: translateY(0);

  visibility: visible;
}

.stricky-header .main-menu-inner {
  box-shadow: none;
  padding-right: 0;

  width: 100%;
  margin: 0 auto;
}

.mobile-nav-buttons {
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}


.mobile-nav-buttons a {
  font-size: 20px;
  color: var(--thm-black);
  cursor: pointer;
}

.mobile-nav-buttons a+a {
  margin-left: 10px;
}

.mobile-nav-buttons a:hover {
  color: var(--thm-base);
}

.mobile-nav-toggler {
  font-size: 20px;
  color: #014D95;
  cursor: pointer;
  transition: 500ms;

}

.sticky-header-content .mobile-nav-toggler i {
  color: #014D95!important;
}
.top-tel{ width: 224px;}
.top-tel b { font-size:16px; color: #FFF;}
.top-tel b img{ margin-top:5px; float: left; padding-right: 3px;}

.scrolledDown{background-color: #fff}
.scrolledDown .tel1{display: none}
.scrolledDown .tel2{display: block;display: inline-block;}
.scrolledDown .logo1{display: none}
.scrolledDown .logo2{display: block}
.scrolledDown .main-menu-list>li>a {color: #333;}
.scrolledDown .top-tel b { color: #333;}

.scrolledDown .main-menu-list > li > a:hover {
  color: #014D95;
}

.scrolledDown .main-menu-list>li > a:hover::before {
 
  background: #014D95;
}
.scrolledDown p.hhy{color: #666!important}
/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transform: translateX(-50%);
  transform-origin: right center;
  transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in;
  z-index: 999;
  visibility: hidden;
}

.mobile-nav-wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav-wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
}

.mobile-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav-content {
  width: 300px;
  background-color:#014D95;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav-content .thm-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.mobile-nav-content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav-close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--thm-text-dark);
  cursor: pointer;
}
.mobile-nav-close i{ color: #fff;}
.mobile-nav-content .main-menu-list,
.mobile-nav-content .main-menu-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav-content .main-menu-list ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav-content .main-menu-list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav-content .main-menu-list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--thm-font);
  font-weight: 500;
  height: 56px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav-content .main-menu-list li a.expanded {
  color: rgba(255, 255, 255, .7);
}

.mobile-nav-content .main-menu-list li a button {
  width: 30px;
  height: 30px;
  background-color:#fff;
  border: none;
  outline: none;
  color: #014D95;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav-content .main-menu-list li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: #014D95;
}

.mobile-nav-content .main-menu-list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  transform: translate(0, 0);
}

.mobile-nav-content .main-menu-list li.cart-btn i {
  font-size: 16px;
}


.mobile-nav-container {
  margin-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


.mobile-nav-container .main-logo,
.mobile-nav-container .topbar-buttons,
.mobile-nav-container .main-menu-language,
.mobile-nav-container .main-menu-login {
  display: none;
}



/* 棣栭〉banner鍥?/
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

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

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


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

}
#banner .swiper-button:hover {
  background:#014D95;
}

.btn-prev {
  left:5%;
}

.btn-next {
  right:5%;
}

#banner .swiper-pagination-bullet {
  width: 10px;
  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: #014D95;
  width:20px;
  transition-delay: 0s;
}

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

.banner_txt {
  position: absolute;
  top:30%;
  left:0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  color: #fff;
  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: #fff; border: 1px solid #fff; 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;}


/* 鍏充簬鎴戜滑 */
.main_title {font-size: 45px;
  color: #014D95;
/*  display: block;*/
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 50px;
}
.main_title p { text-align: center; font-size: 18px; color: #666; font-weight: normal; margin-top: 10px;}

.about {  padding: 60px 0 ; display: flex; align-items: center; position: relative; justify-content: space-between; }

.ab_tu { width: 50%;}
.pro-video video { width: 100%;
  object-fit: cover;}
.ab_txt { width: 45%; position: relative; z-index: 2;}
.ab_txt span {font-size: 32px;
  margin:10px 0;
  line-height: 52px;
  color: #333;
  display: block;
}
.ab_txt p{font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  color: #666;}

.ab_more{ 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_more i{ color: #014D95; margin-right: 10px; transition: all 0.5s ease 0s; }
.ab_more em{ color: #014D95; font-style: normal;}
.ab_more:hover{ color:#fff; background:#014D95; border:1px solid #014D95; transition: all 0.5s ease 0s;  padding-left: 50px;  max-width: 120px;}
.ab_more:hover i{ color:#fff; transition: all 0.5s ease 0s;}
.ab_more:hover em { color: #fff;}
.ab_bottom {
 
	margin:30px auto;
  width: 100%;
	transition: opacity .3s .6s, visibility 0s .6s, margin-top 0s .6s;
}
.ab_bottom ul { display: flex;  align-items: center; justify-content: space-between; }
.ab_bottom b{ font-size:40px;}

.ab_bottom  li a {


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

}
.ab_bottom .ab_num { display: flex; align-items: center; justify-content: center;}
.ab_bottom  li a b {
	color: #000000;
  font-size: 42px;
	font-weight: bolder;
	margin-bottom: 8px
}
.ab_bottom li a i{  	font-size: 20px; color: #333; padding-left: 6px; padding-bottom: 30px;}
.ab_bottom  li a p {
	color: #666;
	font-size: 16px;
	line-height: 24px;
  text-align: center;

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

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

/*瑙ｅ喅鏂规*/
.solution{padding: 30px 0 30px}
.solu_box{display: flex;flex-flow: column nowrap;width: 100%;margin-top: 30px}
.solu_box .solu_top,.solu_box .solu_mid{width: 100%;display: flex;flex-flow: row nowrap;justify-content: space-between;margin-bottom: 20px}
.solu_box .solu_bot{width: 100%;display: flex;flex-flow: row nowrap;justify-content: space-between;}
.solu_box .solu_top .left{width: calc(66.9% - 10px);}
.solu_box .solu_top .right{width: calc(33.1% - 10px);}
.solu_box .solu_mid .right{width: calc(66.9% - 10px);}
.solu_box .solu_mid .left{width: calc(33.1% - 10px);}
.solu_box .left{overflow: hidden;position: relative;}
.solu_box .mid{overflow: hidden;position: relative;}
.solu_box .right{overflow: hidden;position: relative;}
.solu_box .left img{width: 100%;display: block;transition:.3s ease-in;}
.solu_box .mid img{width: 100%;display: block;transition:.3s ease-in;}
.solu_box .right img{width: 100%;display: block;transition:.3s ease-in;}
.solu_box .left:hover img { transform:scale(1.1,1.1);}
.solu_box .mid:hover img { transform:scale(1.1,1.1);}
.solu_box .right:hover img { transform:scale(1.1,1.1);}

.solu_box .solu_bot .left,.solu_box .solu_bot .mid,.solu_box .solu_bot .right{width: calc(33.1% - 10px);}
.solu_box .zi{position: absolute;bottom: 0;padding:30px ;color: #fff;font-size: 14px}
.solu_box .zi b{font-size: 22px;line-height: 40px;font-weight:normal;}
/*  */
.service-box{ background: url("../images/serbg.jpg") right no-repeat; margin-top: 50px;padding: 80px 0; background-attachment: fixed;}
.service{ display: flex; justify-content: center;flex-flow: column nowrap;}
.service a.more {
    display: block;
    width: 130px;
    height: 45px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background: url(../images/btn.png) no-repeat center;
    margin-top: 28px;
}
.service .ser-fr{text-align: center;}
.service .ser-fl{margin-top: 20px}
.service-list{

	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.service-list li{
	width: calc(20% - 10px);
	
	text-align: center;
	background: #fff;
	position: relative;
	height: 380px;
  display: flex;

  justify-content: center;


}
.service-list li:nth-child(1) {background: url(../images/adv1.jpg) no-repeat center;}
.service-list li:nth-child(2) {background: url(../images/adv2.jpg) no-repeat center;}
.service-list li:nth-child(3) {background: url(../images/adv3.jpg) no-repeat center;}
.service-list li:nth-child(4) {background: url(../images/adv4.jpg) no-repeat center;}
.service-list li:nth-child(5) {background: url(../images/adv5.jpg) no-repeat center;}

.service-list a{
	display: block;

	padding: 20px;
}
.service-list .box{
	width: 0;
	height: 0;
	position: absolute;
	top:50%;
	left: 50%;
	z-index: 1;
	transition:all 0.3s;
}

.service-list .bg{
    position:absolute;
	width: 0;
	height: 0;
	top:50%;
	left: 50%;
	transition:all 0.3s;
    background: rgba(1,77,149, 0.4);
    z-index: 2;
}
.service-list b{
	font-size: 22px;
	color: #fff;
	line-height: 28px;
	position: relative;
	z-index: 2;
	display: block;
	margin: 10px 0;
	transition:color 0.3s;
}

.service-list p{
	color: #fff;
	line-height: 24px;
	font-size: 15px;
	position: relative;
	z-index: 2;
	transition:color 0.3s;
}


.service-list li:hover b{
	color: #fff;
	transition:color 0.3s;
}
.service-list li:hover p{
	color: #fff;
	transition:color 0.3s;
}
.service-list li:hover .bg {	width: 100%;
	height: 100%;
	top:0;
	left: 0;}
.service-list li:hover .box{
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
    z-index: 1;
	transition:all 0.3s;
}
.service-list li:hover img{transform:rotate(360deg);transition:all 0.3s;}
.ser-fr b{font-size: 48px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
 }
.ser-fr p{
	font-size: 32px;
    margin: 10px 0;
    line-height: 52px;
    color: #fff;
    display: block;
}
.ser-fr span{ display: block; font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  color: #fff;
}
.ser-fr a{ color: #014D95;}
/* 妗堜緥 */

.case1{background:#f1f1f1; padding:60px 0;position: relative;}

.case1 .casebody {width: 100%;margin-top: 30px}
.case1 .casebody .container{display: flex;flex-flow: row wrap;justify-content: space-between;}
.case1 .casebody .container .case_tl{width: 49.7%}
.case1 .casebody .container .case_tr{width: 23.5%;display: flex;flex-flow: row wrap;align-content: space-between;}
.case1 .casebody .container .case_b{display: flex;flex-flow: row wrap;justify-content: space-between;width: 100%}
.case1 .case_box{width: 100%;position: relative;}
.case1 .case_box .img{width: 100%;overflow: hidden;}
.case1 .case_box .img img{width: 100%;display: block;transition:.5s ease-in;}
.case1 .casebody .container .case_b{margin-top: 2%}
.case1 .casebody .container .case_b .case_box{width: 49%}

.case1 .case_box:hover img { transform:scale(1.1,1.1);}
.case1 .case_box p{position: absolute;bottom: 15px;right: 15px;padding:5px 10px;background: #014D95;color: #fff}
.case1 .case_box .info{text-align: center}
.case1 .case_box .info img { margin-top: 10%;width:80%;}
.case1 .case_box .info i{ display: block; line-height: 28px;text-align: left}
.case1 .case_box .info { opacity: 0; position: absolute; height: 0; transition: all 0.5s;  bottom: 0; top:0; left: 0; right: 0; margin: 0 auto; width: 100%; z-index: 2;  padding-left: 15px; padding-right: 15px; color: #fff; background: rgba(0, 0, 0, 0.4);}
.case1 .case_box:hover .info{ height: calc(100% - 0px); opacity: 1;}
.case1 .case_box:hover p{display: none}


.case { background:#f1f1f1; padding:50px 0 90px 0; }
.case .container { position: relative;}
.xcal .swiper-wrapper { padding-top: 20px;}
.xcal .swiper-slide {     transition: all 0.5s ease; position: relative;}
.xcal .swiper-slide .info img { margin-top: 10%;}
.xcal .swiper-slide .info i{ display: block; line-height: 28px;}
.xcal .swiper-slide .info { opacity: 0; position: absolute; height: 0; transition: all 0.5s;  bottom: 0; top:0; left: 0; right: 0; margin: 0 auto; width: 100%; z-index: 2;  padding-left: 15px; padding-right: 15px; color: #fff; background: rgba(0, 0, 0, 0.4);}
.xcal .swiper-slide:hover .info{ height: calc(100% - 70px); opacity: 1;}
.xcal .swiper-slide .inner-con { position: relative; z-index: 1;}
.xcal .swiper-slide img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.xcal .swiper-slide p {
  background-color: #fff;
  color: #333;
  text-align: center;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
 
}

.case .swiper-button-next {
  position: absolute;
  top: 15%;
  left:calc(100% - 150px);

  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;
}
.case .swiper-button-prev {
  position: absolute;
  top:15%;
  left: calc(100% - 310px);

  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;
}
.case .swiper-button-prev:hover, .case .swiper-button-next:hover {
  background: #014D95;
}
.case .swiper-button-next i { padding-left: 10px;}
.case .swiper-button-prev i { padding-right: 10px;}
.xcal .swiper-slide:hover { margin-top: -30px;}
.xcal .swiper-slide:hover p { background: #014D95; color: #fff;}
/*鍚堜綔*/
.hz_txt { text-align: center;}
.hz_txt span {font-size: 35px;
  margin:10px 0;
  line-height: 50px;
  color: #333;
  position: relative;
  top: -5px;
  padding-left: 20px;
/*  display: block;*/
}
.hz_txt p{font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  color: #666;}

.hz_bg { padding: 60px 0;background: url(../images/hzbg.jpg) no-repeat center bottom #f5f5f5;}
.hz_bg .hz_body{text-align: center;}
.hz_bg .hz_body img{opacity: 0.6}
.hz_bg .hz_body:hover img{opacity: 1}
/* 鏂伴椈 */
.news-bg { padding: 50px 0 80px 0; background: url(../images/newsbg.jpg) no-repeat center; 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 > a {
  display: block;
  padding: 20px;
}
.news_left span{ overflow: hidden; display: block;}
.news_left p {
  line-height: 26px;
  font-size: 14px;
  text-align: left;
  color: #333;
}

.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 0 0;}
.news-cont span { color: #999; margin-bottom: 10px;}
.news-cont  b {
  font-size: 16px;
  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;}
/* 搴曢儴 */
.footer {
  background: #474747;
}
.foot {
  padding: 30px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: url(../images/ditu.png) no-repeat center;
}
.foot b {
  font-size: 22px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  margin-bottom:32px;
}
.foot span{ color: #fff; font-size: 20px; font-weight: bold; padding-right: 9px; }

.foot .ft-nav {
width: 100%;

}
.foot .ft-nav .ft-nav-list{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  color: #fff;
  align-items: center;
}
.foot .ft-nav .ft-nav-list dl{ margin-right: 30px;}
.foot .ft-nav .ft-nav-list dl:last-child { margin-right: 0;}
.foot .ft-nav .ft-nav-list dt{ font-size: 17px; color: #fff; margin-bottom: 20px; font-weight: normal;}
.foot .ft-nav .ft-nav-list dd{ display: flex;align-items: flex-start; justify-content: space-between; flex-direction: column;}
.foot .ft-nav .ft-nav-list dd a{ color: #fff; display: block; line-height: 180%;
  font-size: 15px;}
  .foot .ft-nav .ft-nav-list dd p{ color: #fff; display: block;  margin-bottom: 10px;
    font-size: 15px;}
    .foot .ft-nav .ft-nav-list dd img { margin: 10px 0;}
.foot .ft-nav .ft-nav-list dd a:hover{ color: #014D95}
.copyright{ padding: 10px; text-align: center; color: #fff; background: #474747;border-top: 1px solid #5a5a5a}
.copyright a{ color: #fff;}
/*杩斿洖*/
.back-to-top {
  position: fixed;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 3px;
  right: 65px;
  bottom: 65px;
  background: #014D95;
  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:#014D95;
  transition: background 0.2s ease-in-out;
}


.foot .lx dt{color:#fff!important;border-bottom: 1px solid #fff;padding-bottom: 20px;font-size: 20px!important}

.foot .ewm{display: flex;flex-flow: row nowrap;align-items: center;align-content: center;}

.foot .ewm dt{margin-left: 30px;margin-bottom: 0!important}
.foot .ewm img{width: 120px}
.foot .ewm p{font-size: 14px;text-align: center;}
