@charset "utf-8";

/* CSS Document */

body {
    font: 14px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    height: 100%;
    min-width: 1260px;
    background: #fff;
    max-width: 100%;
    overflow: auto;
    color: #666;
    overflow-x: hidden;
    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;
}

/************************图片样式***********************/
img {
    border: 0px;
    vertical-align: middle;
}

/*图片居中*/
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}
/*图片自适应*/
.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);
}


/*文字超出隐藏*/

.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;
}


/**/

.wal {
    width: 1200px;
    margin: 0px auto;
}

.main_title{text-align: center;}
.main_title b{font-size: 40px;
    display: inline-block;
    color: #363636;
    font-weight: 700;
    position: relative;
}

.main_title span{
    display: block;
    font-size: 18px;
    color: #999999;
    margin: 10px 0;
}
.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;}

/*顶部导航*/
.header {
	width: 100%;

}
.top-center { display: flex; flex-direction: row; justify-content: space-between; align-items: center;height: 140px; position: relative;}
.logo_txt { display: flex; align-items: center;}
.logo_txt b{    line-height: 34px;
    margin-top: 5px;
    font-size: 30px;
    color:#029ed9; 
    display: block;
  }
.logo_txt p { font-size: 17px; line-height:40px; }
.logo_zi { margin-left: 30px; }
.header_phone { display: flex; align-items: center; padding-left: 20px;}
.header_phone p {
	color:#333;

	margin-bottom:10px;
	font-size:15px;
    margin-left: 10px;
}

.header_phone b{ color:#029ed9;   font-size: 28px; margin-top:0;  display: block; padding-left:20px;}
/*导航菜单*/
.navbar{ width: 100%;  background: #029ed9; }
.nav {  margin:0;height:60px;  display: flex; align-items: center; justify-content: space-around;}
.nav li {position: relative; }
.nav li a{ 
	display:block;
	font-size: 16px;
    line-height: 60px;
    padding: 0 26px;
	color: #fff;
   text-align: center;
   transition: all .3s;
   font-weight: bold;

}

.nav a:hover, .nav li:hover > a {

    color: #fff;
    background: #DE0505;
  }
  .nav ul li:hover .ejxl{ display: block; }
 
/* 二级菜单 */
.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;
    position: absolute;
    top:100%;
    left:-10%;
    width:120%;
}
.nav li .ejxl li{margin:0 auto ;display: block; padding:0; width: 100%;}
.nav li .ejxl li:after { content: ""; position: relative; } 
.nav li .ejxl li a{display: block;color:#666;font-size: 15px;height:45px;line-height:45px; padding: 0; width:100%; 
    text-align: center; }
.nav li .ejxl a:hover{background: #DE0505; color: #fff;}
.nav li:hover .ejxl {
  
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

/*导航菜单 end*/

/*首页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:10;
	width: 50px;
	font-size: 30px;
	line-height: 50px;
	height: 50px;
	transition:all .5s ease;
	outline: none;

}
#banner .swiper-button:hover {
	background:#DE0505;
}

.btn-prev {
	left:5%;
}

.btn-next {
	right:5%;
}


#banner .swiper-pagination-bullet {
	position: relative;
	margin: 0 8px!important;
	display: inline-block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	z-index: 10;
	border-radius: 100%;
	outline: none;
    background: #fff;
    opacity: 1;
}


#banner .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
	background:#fff;
}

#banner .swiper-pagination-bullet-active {
    background-color: #DE0505;
    opacity: 1;
    filter: alpha(opacity=100);
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px;
    left: 0;
    width: 100%;
}


/*首页banner图 end*/
/*简介*/
.about{background:#F7F7F7 url(../images/abbg.jpg) no-repeat; background-size: cover; padding: 80px 0 0 0;  position: relative; overflow: hidden; 
}

.about_fl{ width:45%; margin-top: 40px;    }
.ab_txt { margin-top: 50px;position: relative; z-index: 2;}
.ab_txt p{ line-height: 32px; padding: 10px 0; color: #666;font-size: 15px;}
.ab_txt b{ font-size: 22px;
    display: block;
    margin-bottom: 15px;
    color: #333;
    font-weight: normal;}
.more-btn { margin: 0px 0 0; text-align: center; display: block; width: 100px; height:40px; line-height: 40px; padding: 0 15px; font-size: 15px;  background: #029ed9; color: #fff; transition: all .3s;border:1px solid #029ed9; display: block;
}
.more-btn span{ display: block;}
.more-btn:hover { color: #029ed9;border:1px solid #029ed9; background: none;}
.more_center { margin:25px auto;}
.about_fr{  width:55%; position: relative; z-index: 2; }
.about_fr img{ float: right;  }
.about_fr a:hover img {  -webkit-filter: grayscale(50%); 
    filter: grayscale(50%); }
.abbg { background:#029ed9 ;  background-size: cover; padding:50px 0; position: absolute; left: 0; bottom:0px; right: 0; margin:  auto;z-index: 1; }
.more_btn3 { display: block; margin-top: 30px;  width: 100%; width: 150px; font-size: 14px; height: 45px; text-align: center; color: #fff; border: 1px solid #fff; line-height: 45px; display: block;}
.more_btn3:hover { background: rgba(255, 255, 255, 0.5);}

 /*产品*/
 .product {  margin-top:50px;}

 .slide-nav {
	

    margin-top: 40px;
    width: 22%;
    

}
 .slide-navny {
	

    width: 100%;
    

}
.slide-list {

	list-style: none;
	padding:0;
	background:#029ed9;



}
.slide-list li {
	
	overflow: hidden;
    border-bottom: 1px solid #fff;

   

}
.slide-list li img { padding-right: 6px;}
.slide-list li a {
	text-decoration: none;
	line-height:68px;
	font-size:17px;

	display: block;
	color: #fff;
	position: relative;





}
.slide-list li a:hover { background: #DE0505;}
.slide-list li ul { margin:0 15px;}
.slide-list li ul li a { background: rgba(255,255,255,.8); color: #666; padding-left: 24px;line-height: 40px; font-size: 16px;}
.slide-list li ul li a:hover { color: #fff;}
.pro_tj { background: #fff;   margin-top: 35px; width: 76%; overflow: hidden; }
.pro_tj .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  

  .swiper-slide-thumb-active{
      color: #1A7ECE;
  }
  .gallery-top {
    height:auto;
  
  }
  
  .gallery-thumbs {
 

    text-align: center;
    box-sizing: border-box;
	background: #fff;
	position: relative;
    display: flex;



    
  }

  .gallery-thumbs .swiper-slide {

    cursor: pointer;
	font-size: 20px;
  flex: 1;
  padding: 20px 0;
   background: #f1f1f1;
   margin: 10px;
   
  }


  .gallery-thumbs .swiper-slide:hover {   background-color: #DE0505; color: #fff;}
  .gallery-thumbs .swiper-slide:hover a, .gallery-thumbs .swiper-slide-thumb-active a { color: #fff;}
  .gallery-thumbs .swiper-slide a { display: block; width:100% ;  font-size: 20px; }

  .gallery-thumbs .swiper-slide-thumb-active {
    background-color: #DE0505; color: #fff;
}

.pro_tj .gallery-thumbs .swiper-button-next {

  right: 0;
  bottom:0;
  top:0;
  margin: 0;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);

  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  line-height: 60px;
  font-size: 30px;
  height: 60px;
  transition: all .5s ease;
  outline: none;
}
.pro_tj .gallery-thumbs .swiper-button-prev {
  left: 0;
  bottom:0;
  top:0;
  margin: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  transition: all .5s ease;
  outline: none;
}
.pro_tj .gallery-thumbs  .swiper-button-prev:hover, .gallery-thumbs  .swiper-button-next:hover {
  background: #999;
}

.pro_tj .gallery-top .swiper-slide { margin-top:40px; }

.pro_tj .gallery-top .swiper-slide .pro_tj_tu { float: left; width: 48%; border: 1px solid #dedede;}

.pro_tj .gallery-top .swiper-slide .pro_tj_tu img { min-height:330px;}
.pro_tj .gallery-top .swiper-slide .pro_tj_txt { float: right; width: 49%;}
.pro_tj .gallery-top .swiper-slide .pro_tj_txt b{ font-size: 30px; color: #000; display: block; line-height: 42px; margin-bottom: 10px;}
.pro_tj .gallery-top .swiper-slide .pro_tj_txt span { font-size:18px; color: #333; display: block; line-height:36px; margin-top: 20px; margin-bottom: 15px;}
.pro_tj .gallery-top .swiper-slide .pro_tj_txt p { padding-bottom:12px;}


.pro_icon {
    margin-top:2px;

}

.pro_icon ul {
    display: flex;
    align-items: center;
    justify-content:space-between;
    flex-direction: row;
    padding: 0;
    margin: 0;
}

.pro_icon ul li { flex:1;}

.pro_icon ul li a {
    color: #666;
    text-decoration: none;
    display: block;
}



.pro_icon-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}



.pro_icon-txt p {
    padding: 10px;
    line-height: 24px;
    font-size: 15px;
    width: 100%;
    text-align: center;
}


.pro_box { background: #E6EAF3; padding:50px 0;}
.pro_list { flex: 4;  }
.pro_list a { display: block; float: left; width: calc(25% - 22px); margin:10px;  border: 1px solid #f2f4f5;}
.pro_list a img{ width:100%;}
.pro_list span { display: block; overflow: hidden;  }
.pro_list p{ padding: 10px 15px; background: #029ed9; }
.pro_list .cp_tit {
    font-size:18px;
    line-height: 24px;
    text-align: left;
    color: #fff;
    padding-top: 15px;
    border-bottom: 1px solid #fff;
}
.pro_list .cp_tit i { float: right;}
.pro_list .cp_dec{    
    color: rgba(255, 255, 255, 0.7);
    line-height: 20px;
    padding-bottom:20px;
    font-size: 14px;}
.pro_list a:hover { box-shadow: 0 0 20px #ccc;}
.pro_list a:hover p { color: #fff; background: #029ed9;}

.probg { background:#F4F6F8 ; padding: 40px 0 60px; margin-top: 50px;}
/*技术服务*/

/*困扰*/
.cpys{ background:#f1f1f1; padding: 60px 0 140px 0; position: relative;}
.tdimg {
	position: relative;
	width:40%;


}

.td_tel { display: flex; align-items: center; justify-content: center; margin-top: 30px;} 
.td_num { padding-left: 20px;}
.td_num p { font-size: 16px;}
.td_num em{ font-style: normal; font-weight: bold; font-size: 26px; color: #333;}
.td{ margin-top:30px; width: 30%; text-align: right;}
.td dl { padding: 35px 0px; }
.td dl dd { margin-top: 15px; line-height:200%; text-align:justify;}
.td dl dt { font-size: 28px; font-weight: bold; color: #333;}
.cpys1 { background: url(../images/line1.png) no-repeat bottom;}
.cpys2 { background: url(../images/line2.png) no-repeat bottom;}
.cpys3 { background: url(../images/line3.png) no-repeat top;}
.cpys4 { background: url(../images/line4.png) no-repeat top;}
.td dl:hover { cursor: pointer;}
.td2{ margin-top:30px; width:30%; }
.td2 dl {  padding: 35px 0px; }
.td2 dl dt { font-size: 28px; font-weight: bold;color: #333;}
.td2 dl dd { margin-top: 15px; line-height:200%; text-align:justify;}
.td2 dl:hover {  cursor: pointer;}
.ys_tel { display: flex; align-items: center; justify-content: space-between; background: #ffff; box-shadow: 0 0 10px #dedede; border-radius: 10px; padding: 30px 40px; position: absolute; bottom: -70px; left: 0; right: 0; margin: auto;}
.ys_tel .ys_title b { font-size: 38px; color: #029ed9;}
.ys_tel .ys_title b i { padding: 0 10px;}
.ys_tel .ys_title p { line-height: 28px; margin-top: 15px; font-size: 20px;}
.ys_tel .ys_title b span { color: #333; font-size: 26px;}
.ys_tel .rx { color: #333; font-size: 15px;}
.ys_tel .rx b{ font-size: 24px;}
.ys_tel .rx i{display: block;width: 150px;margin:15px 0;}
.ys_tel .rx i a{display: block;width: 150px;height: 45px;line-height: 45px;background: #DE0505;font-size: 16px;color: #fff;overflow: hidden;border-radius: 10px;}
.ys_tel .rx em{display: block;float: left;line-height: 0;width: 21px;height: 21px;overflow: hidden;padding: 13px 10px 0 25px;-webkit-transform: translateZ(0);transform: translateZ(0);}
.ys_tel .rx em img{width: 21px;height: 21px;}
.ys_tel .rx i:hover em {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    51%,
      100% {
      opacity: 1;
    }
  }
  @keyframes hvr-icon-drop {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    51%,
      100% {
      opacity: 1;
    }
  }
/*优势*/
.ys { background: #029ed9; padding:110px 0 80px 0; }
.yyfa {
	width: 100%;
	height: auto;
	position: relative;
    display: flex;
    margin-top: 40px;

}

.yyfa .tab {
	overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-right: 20px;

}

.yyfa .tab .team-box .team-content {
	background:#fff;
    width: 100%;
    padding: 18px 0;
	text-align: center;
	border-top: 4px solid transparent;
	display: inline-block;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
 .team-content .title {

	font-size:19px;
    line-height: 48px;
	
}
.team-content  .title2 {

	font-family: 'MontserratUltraLight';
	font-size: 16px;
	letter-spacing: 1.8px;
	margin-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
}


.yyfa .tab a {
	display: block;
	width:100%;
    margin-bottom:3px;
	color: #333;
	text-align: center;
	text-decoration: none;



}

.yyfa .tab a.on .team-box .team-content{ background-color: #DE0505;

}
.yyfa .tab a.on { color: #fff;}
.yyfa .tab a.on .team-box .team-content img { filter:brightness(500%);}
.yyfa .co{ flex: 4;}

.yyfa .co ul {
	margin: 0;
	padding:0px;
}
.yyfa .co li {
	display: none;
    position: relative;
    border: 15px solid #fff;
	list-style: none;
}

.yyfa .co li .ys_txt { display: flex; align-items: center; position: absolute; bottom:-80px; left: 5%; right: 5%; margin: 0 auto; background: #fff; width: 90%;border-radius: 20px 0 20px 0;      box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);}
.yyfa .co li .ys_txt b  { font-size: 40px; color: #029ed9; padding-left: 5%;  display: block;}
.yyfa .co li .ys_txt p { padding:50px; font-size: 17px; line-height: 28px;}
 /*流程*/
 .liucheng{ margin-top: 60px;}
 .liuchengbox{
   display: flex;
   justify-content: space-between;
   position: relative;
   margin-top: 30px;
 
 }
 .liucheng-list{
   width: calc(12.5% - 35px);
   text-align:center;
   color:#333;
   position: relative;
   z-index: 1;
   margin:10px 18px;
   cursor: pointer;
   padding: 40px 0 10px 0;
   transition: all .3s;
   border-radius: 10px;
 
 
 }
 .liucheng-list i { display: block; width: 100px; height:122px; background: url(../images/lcbg.png) no-repeat center;  margin:  auto; }
 .liucheng-list i:hover { background: url(../images/lcbg2.png) no-repeat center;}
 .liucheng-list .lcimg{
   -webkit-transition: all 0.6s;
   -moz-transition: all 0.6s;
   -ms-transition: all 0.6s;
   -o-transition: all 0.6s;
   transition: all 0.6s;
   margin-top: 20px;
 
 
 }
 .liucheng-list:hover .lcimg{
   -webkit-transform:rotateY(360deg);
   -moz-transform: rotateY(360deg);
   -ms-transform: rotateY(360deg);
   -o-transform: rotateY(360deg);
   transform: rotateY(360deg);
 }
 .liucheng-list p{
   font-size:16px;
   margin:17px 0;
   border-bottom: 1px solid #dedede;
   padding-bottom: 20px;
 }
 .liucheng-list .num{
   font-size:20px;
   width: 48px;
   font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
   line-height: 44px;
   border-radius: 50px;
   text-align:center;
 
   font-size: 30px;
   color: #ccc;

   margin:0 auto;
   position: relative;
 }
 
 .liucheng-list span { position: absolute;  right:-35px; top:50%}
 .liucheng-list:hover .num{  color: #DE0505;}
 .liucheng-list:hover { background: rgba(255, 255, 255, 0.3);}
 
/*案例*/
#case { margin-top: 80px; position: relative; background: #f6f6f6 url(../images/casebg.jpg) no-repeat bottom;  padding: 60px 0;}

#case .swiper-container {
  width: 100%;
	padding-bottom:30px;
    margin-top: 30px;
}

#case .swiper-slide {
	width: 100%;
	height: 100%;
	background: #fff;

	position: relative;
  transform: scale(0.85);
  margin-top: 70px;
  margin-bottom: 70px;
  -webkit-transition: transform 1.0s;
    transition: transform 1.0s;

  
}
#case .swiper-slide img{
  width: 100%;
 
  display: block;
  height: 100%;
  border: none;
}
#case .swiper-slide a{ display: block; position: relative;}
#case .swiper-slide p {
	line-height: 90px;
	padding-top: 0;
	text-align: center;
	color: #333;
	font-size: 20px;
	margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255,255,255,.9);
  height: 90px;
}
#case .swiper-slide a:hover p { background: #029ed9; color: #fff;}
#case .swiper-slide-active{  border-radius: 2px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
  box-shadow: 0 4px 20px 0 rgb(0 0 0 / 30%);}
#case .swiper-slide-active .layer-mask {
    display: none;
}
.layer-mask {
    width: 100%;
    height:100%;
    transition: all 0.5s;
    background:rgba(255,255,255,.6);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 100px;
}


#case .swiper-button-next {
	right: 8%;
	width: 65px;
	height:65px;
  line-height: 65px;
  text-align: center;

    border-radius: 100%;
	--swiper-navigation-size: 0;
    color: #fff;
    background:#029ed9;
    cursor: pointer;
    overflow: hidden;
    z-index: 10;
    font-size: 36px;
    transition: all .5s ease;
    outline: none;

}
#case .swiper-button-prev {
	left: 8%;
	width: 65px;
	height: 65px;
  line-height: 65px;
  text-align: center;
    
    border-radius: 100%;
    --swiper-navigation-size: 0;
    color: #fff;
    background:#029ed9;
    cursor: pointer;
    overflow: hidden;
    z-index: 10;
    font-size: 36px;
    transition: all .5s ease;
    outline: none;
    
}
#case .swiper-button-prev:hover, #case .swiper-button-next:hover {  color: #fff; background: #DE0505;}
#case .swiper-slide-active, .swiper-slide-duplicate-active {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  z-index: 1002;
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}


.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
  height: auto;
}


/*新闻*/
.news_box{ margin-top: 50px;}
.news_con {display: flex; align-items: center;  margin-top: 40px;}
.news{ display: block; flex: 1; margin-right: 20px;  background: #f6f6f6;}
.news a{
	
	transition: .3s;
}

.news a .img,.news a .img img{
	width: 100%;

	overflow: hidden;
	transition: 1s;

}
.news a .cont{
	padding:10px 20px;
}
.news a .cont span{ background: url("../images/more.png") no-repeat; width:35px; height:35px; display: block; transition: all 0.5s;}
.news a b{color: #999999; font-size: 40px; margin-top: 10px; display: block; }

.news a p{
	font-size: 14px;
	color: #999;
	line-height: 26px;
	margin-bottom: 8px;


}
.news a .news-title{
	font-size:18px;
	color: #333;
	line-height: 26px;
	padding-bottom: 5px;
	overflow: hidden;


}

.news a:hover img{
	transform: scale(1.1);
}



.news a:hover .cont span{ width:35px; height:35px; display: block; margin-left: 90%;}
.news-two { flex: 1; margin-left: 20px;}
.news-two ul {display: flex; flex-wrap: wrap; }
.news-two a{ display: flex;  align-items: center; justify-content: center;  background: #fff; padding:30px 20px ; transition: .3s;  border: 1px solid #f1f1f1;  margin-top: -1px; }

.news-two a:hover { box-shadow: 0 0  10px #dedede; background:#029ed9; background-size: 100%; }
.news-two a:hover span { color: #fff;}
.news-two a:hover .day, .news-two a:hover .newscon,.news-two a:hover .newscon b { color: #fff;}

.day {
color: #666;
flex: 1;
height: 80px;
margin: 7px 0;
font-size: 14px;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.day span {
 font-size: 30px;
 width: 100%;
 color: #333;
 text-align: center;
 font-weight:bold;
}
.day p{ width: 100%;	text-align: center;}
.day img { margin-top: 15px;}
.newscon {
flex: 4;
padding-left: 20px;
}

.newscon b {
padding-bottom: 10px;
font-weight: normal;
font-size: 18px;
color: #333;
display: block;

}
.newscon p {

text-align: left;
line-height: 24px;
font-size: 14px;

}
.newscon img { margin-top: 10px;}
.cjwt { margin-top: 30px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
.cjwt a { width:calc(33.3% - 42px) ;display: flex; align-items: center; justify-content: space-between; margin-top: -1px; margin-left: -1px; padding: 20px; border: 1px solid #f1f1f1;}
.cjwt a:hover { color: #029ed9;}
/*返回顶部*/

.scroll {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    right: 45px;
    bottom: 60px;
    color: #fff;
    cursor: pointer;
    background:#029ed9;
    font-size: 26px;
 
}


/*底部footer*/
.footer {
    background:#029ed9;
    margin-top: 80px;
    border-top:8px solid #888
}

.foot {
    padding: 60px 0;

}

.foot b {
    font-size: 22px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    margin-bottom: 32px;
    padding-bottom: 15px;


}

.foot span {
    color: #fff;
    font-size: 20px;
    padding-bottom: 16px;
    border-bottom: 2px solid #DE0505;

   
}
.foot .ft-nav { width: 25%; padding-right:12%;}
.foot .ft-nav ul { display: flex; flex-wrap: wrap; }
.foot .ft-nav li {

    margin-bottom:10px;
    width: 50%;


}

.foot .ft-nav li a {
    font-size: 15px;
    display: block;
    color: rgba(255, 255, 255);
}
.foot .ft-nav li a:hover {color: #999;}
.foot .ft-contact { width: 29%;padding-right:12%;}

.foot .ft-contact p {
    width: 100%;
    color: rgba(255, 255, 255 );
    font-size: 15px;
    margin-bottom:10px;
}


.foot .ewm{ margin-top:85px; width: 22%; display: flex; align-items: center; justify-content: center;}
.foot .ewm div { margin-right: 10px;}
.foot .ewm p { margin-top: 15px;  color: rgba(255, 255, 255); padding-left: 5px;}
.foot .ewm img { height: 100px;}
.copyright {
    padding: 20px 10px;
    text-align: center;
    color: #fff;
    border-top: 1px solid rgba(255,255,255);
}

.copyright a {
    color: #fff;
}