@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 {
    display: -webkit-box;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/**/

.wal {
    width: 1200px;
    margin: 0px 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;}

/*顶部导航*/

.headDiv {
    height: 100px;
    width: 100%;
    z-index: 9999;
}

.headDiv .wal {
    height: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headDiv .logo {
    height: 100px;

    display: flex;
    align-items: center;
}

.headDiv .logo b {
    font-size: 24px;
    color: #333;
}

.nav {
 
    height: 100px;
 
}

.nav li {
    float: left;
    position: relative;

}

.nav ul li:last-of-type:after{content: "";}
.nav a:hover, .nav li:hover > a {
  
    color: #005aa8;
	
  }
.nav ul li a {
    display: block;
    float: left;
    height:100px;
    line-height: 100px;
    padding: 0 23px;
    overflow: hidden;
    text-align: center;
    font-size: 17px;
    color: #333;
    
}
.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;
    border-top: 4px solid #005aa8;
    position: absolute;
    top:100%;
    left:-20%;
    width:calc(160% - 20px);
}
.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: #005aa8; color: #fff;}
.nav li:hover .ejxl {
  
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }


  .header_phone p img{ padding-right:8px;}
  .header_phone b{ color:#000;   font-size: 20px; line-height: 30px;
    font-weight:700; margin-top:0;  display: block;}

/*导航菜单 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:60%;
	transform:translateY(-50%);
	text-align:center;
	color:#fff;

	cursor:pointer;
	overflow:hidden;
	z-index:10;

	transition:all .5s ease;
	outline: none;
    opacity: 0;

}
#banner:hover .swiper-button {
	opacity: 1;

}

.btn-prev {
	left:8%;
}

.btn-next {
	right:8%;
}
#banner:hover .btn-prev {left:5%;}
#banner:hover .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: #159052;
    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_txt {
  position: absolute;
  top:35%;
  left:19%;
  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, 1);  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: 30px; 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;}


/*首页banner图 end*/
/* 简介*/

.about{padding: 50px 0; text-align: center;}
.main_title {font-size: 40px;color: #333;text-align: center;height: 60px;line-height: 60px;overflow: hidden;  display: block; background: url(../images/line.png) no-repeat bottom; padding-bottom: 10px;}
.about-tit{font-size: 16px;color: #666;margin-top: 15px;line-height: 30px;text-align: center;}
.about-txt{padding: 50px 0 0; }

.about-list li{float:left;width: 300px;text-align: center;height:100px;color:#333; background: url(../images/yinz_ico02.gif) no-repeat right 25px;-webkit-transition:transform .3s;transition:transform .3s;}
.about-list li b{font-size:30px;line-height: 50px; }
.about-list li span{display:block; padding:10px 0 0; font-size: 20px;}
.about-list li:hover{color: #005aa8;}
.about-list li i{font-size: 54px;color: #005aa8;}
.about-list li:hover{-webkit-transform:translate(0,-5px);transform:translate(0,-5px);}
.about-list li.nobor{background: none;}
/* 产品 */
.product { background: url(../images/probg.jpg) no-repeat; padding: 60px 0;}

.pro_nav b { font-size: 32px;}
.pro_nav p { line-height: 24px; margin: 10px 0;}
.pro_nav ul { margin: 40px 0; display: flex; justify-content: space-between; flex-wrap: wrap; }
.pro_nav li {width: 25%; }
.pro_nav li a{  line-height: 55px; display: block; border: 1px solid rgba(255,255,255,.5); background: rgba(255,255,255,.1);;  margin: 5px ; color: #fff; font-size: 18px; text-align: center; 
        -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;}
.pro_nav li a:hover { background: #159052; border: 1px solid #159052;}

.pro { display: flex; flex-direction: row; flex-wrap: wrap; background: #fff; padding: 10px; }
.pro li{
	
	transition: .3s;
    border: 1px solid #dedede;
    width: calc((100% - 70px) / 3);
    margin: 10px;
    padding-bottom: 10px;
 
}
.pro li a { display: block;}

.pro li i{ display: block; overflow: hidden; }
.pro li p{
	font-size: 14px;
	color: #656565;
	line-height: 26px;
	margin-bottom: 15px;


}
.pro li .pro-title{
	font-size: 18px;
	color: #343434;
	line-height: 26px;
    text-align: center;
	padding-bottom: 10px;
	overflow: hidden;
	margin: 10px 0;
	font-weight: bold;

}
.pro li 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;  }
.pro li:hover img {transform: scale(1.2); transition: all 1s ease 0s; -webkit-transform: scale(1.2);  }
.pro li em{
    display: block;
    font-size:14px;
    color:#005aa8;
    width: 40%;
    line-height: 40px;
    text-align:center;
    border:1px solid #005aa8;
    border-radius: 20px 0 20px 0;
    margin:10px auto;
    font-style: normal;
    transition: all .3s;

}
.pro li:hover em { background: #005aa8; color: #fff;   }
/*优势*/
.ys {  background:#f1f1f1; padding: 60px 0; margin-top: 50px; }
.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:calc( 50% - 10px); margin: 5px;  }
.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.3);
	left:0;
    right: 0;
    bottom: 0;
    top:0;
    

}

.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: 17px;}
.ys-box li .more{ text-align: center; color: #fff; margin-top: 15px; }
.ys-box li:hover .img_cont img { transform: scale(1.1);}
.ys-box li:hover .cont_tit { background: rgba(0,90,168, 0.6);}
/* 案例 */

#case {
	position: relative;
    width: 1200px;
	margin: 50px auto;
}

#case .swiper-container {
	padding-bottom: 60px;
    margin-top: 30px;
}

#case .swiper-slide {
	width: 520px;
    padding-bottom: 25px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
	position: relative;
}
#case .swiper-slide img{
	display:block;
    width: 100%;
}
#case .swiper-slide a{ display: block;}
#case .swiper-slide p {
	
	text-align: center;
	color: #636363;
	font-size: 20px;
    margin-top: 20px;
}
#case .swiper-slide-active .layer-mask {
    display: none;
}
.layer-mask {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    background:rgba(255,255,255,.5);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
#case .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#case .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#case .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 2px solid #005aa8;
	background-color: #fff;
}


#case .swiper-button-next {
	right: -30px;
	width: 55px;
	height: 55px;
    border: 2px solid #dedede;
    border-radius: 100%;
	--swiper-navigation-size: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    overflow: hidden;
    z-index: 10;
    font-size: 30px;
    transition: all .5s ease;
    outline: none;

}
#case .swiper-button-next i ,#case .swiper-button-prev i{ display: block; text-align: center; line-height: 55px;}
#case .swiper-button-prev {
	left: -30px;
	width: 55px;
	height: 55px;
    border: 2px solid #dedede;
    border-radius: 100%;
    --swiper-navigation-size: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    overflow: hidden;
    z-index: 10;
    font-size: 30px;
    transition: all .5s ease;
    outline: none;
    
}
#case .swiper-button-prev:hover, #case .swiper-button-next:hover { border: 2px solid #005aa8; color: #fff; background: #005aa8;}
#case .swiper-slide:hover { background: #005aa8; color: #fff;}
#case .swiper-slide:hover  p { color: #fff;}
/*  */
.abbg { background:url(../images/guangbg.jpg) no-repeat ;  background-size: cover; padding:50px 0; }
.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);}
.abbg .wal { display: flex; align-items: center; justify-content: space-between;}

.rx { color: #fff; font-size: 15px; width: 100%; display: flex; margin-left: 30px;}

.rx b{ font-size: 16px; display: block; font-weight: normal; line-height: 30px;}
.rx b span { font-size: 30px; font-weight:bold;}
 .rx i{display: block;width: 150px;margin:15px auto; margin-right: 10px;}
 .rx i a{display: block;width: 150px;height: 45px;line-height: 45px;background: #159052;font-size: 16px;color: #fff;overflow: hidden;border-radius: 10px;}
 .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);}
.rx em img{width: 21px;height: 21px;}
.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;
    }
  }
  
/*新闻*/
.news_box{ margin-top: 50px; background: #f1f1f1; padding: 60px 0; }
.news { display: flex; justify-content: space-between; background: #fff; margin-top: 30px;}
.news-list { width: 70%; border-right: 1px solid #eee;}
.news-list .news-info { display: flex; align-items: center; justify-content: space-between; min-width: 0;margin:20px 40px;}
.news-list .news-info:first-child { border-bottom: 1px solid #f1f1f1;}
.news-list .news-info a { display: block; flex: 1; min-width: 0; padding: 40px; }
.news-list .news-info p{ 
    font-size: 18px;
    line-height: 28px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.news-list .news-info span { 
    line-height: 22px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;}
.news-list .news-info i{ display: block; margin: 20px 0; color: #999;}
.news-list .news-info a:hover p{ color: #005aa8;}
.news-tu { width: 30%;margin: 40px; min-width: 0;}
.news-tu  a { display: block; flex: 1; min-width: 0; padding: 40px 0; min-width: 0; }
.news-tu  p{ 
    font-size: 18px;
    line-height: 28px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.news-tu  span { 
    line-height: 22px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;  
    -webkit-box-orient: vertical;
}
.news-tu i{ display: block; margin: 20px 0; color: #999;}
.news-tu a:hover p{ color: #005aa8;}
/*返回顶部*/

.scroll {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    right: 45px;
    bottom: 70px;
    color: #fff;
    cursor: pointer;
    background:#005aa8;
    font-size: 26px;
 
}


/*底部footer*/
.footer {
    background:url(../images/ftbg.jpg) no-repeat;

    border-top:8px solid #005aa8;
}

.foot {
    padding: 60px 0;

}

.foot b {
    font-size: 22px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    margin-bottom: 32px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,.2);

}

.foot span {
    color: #fff;
    font-size: 20px;
    padding-bottom: 16px;
    border-bottom: 2px solid #005aa8;

   
}
.foot .ft-nav { width: 25%; padding-right:8%;}
.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: #fff;
}
.foot .ft-nav li a:hover {color: #005aa8;}
.foot .ft-contact { width: 29%;padding-right:8%;}

.foot .ft-contact p {
    width: 100%;
    color: #fff;
    font-size: 15px;
    margin-bottom:10px;
}


.foot .ewm{ margin-top:55px; width: 30%; display: flex; justify-content: space-between;}
.foot .ewm img { max-width: 110px;}
.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,.2);
}

.copyright a {
    color: #fff;
}