@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;
}


/*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);
}


/*文字超出隐藏*/

.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 p{font-size:40px;margin-bottom:16px; color: #333; background: url(../images/tit_line.png) no-repeat bottom; padding-bottom: 15px; font-weight: bold;}

.main_title p b{font-size:40px;font-weight: bold;color:#0067C2; padding-left: 5px;}
.main_title span{font-size:18px;color:#666;}
.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: 23px;
    color: #333;
    display: block;
  }
.logo_txt p { font-size: 17px; line-height: 30px; }
.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:#0067C2;   font-size: 28px; margin-top:0;  display: block; padding-left:20px;}

/*导航菜单*/
.navbar{ width: 100%; height:60px;  background: #0067C2; color: #fff;}
.nav {  margin:0;  display: flex; align-items: center; justify-content: center;}
.nav li {position: relative;  width: calc(100% / 6);   background: url(../images/line.png) no-repeat left;}
.nav li:first-child { background: none;}
.nav li a{ 
	display:block;
	font-size: 17px;
	line-height: 60px;
	color: #fff;
   text-align: center;
   transition: all .3s;

}

.nav a:hover, .nav li:hover > a {
   font-weight: bold;
    color: #fff;
    background: #00AA49;
  }
 
/* 二级菜单 */
.ejxl{display: none;background-color: rgba(255,255,255,.9);transition: all 0s;z-index: 999;
    position: absolute;top:100%; width: 100%;
  
}
.nav li .ejxl li{margin:0 auto ;display: block; padding:0; width: 100%; background: none;}
.nav li .ejxl li a{display: block;color:#444;font-size: 16px;height:35px;line-height:35px; padding:5px 0; width: 100%; text-align: center;  }
.nav li .ejxl li:hover a { background: none;}
.nav li .ejxl a:hover{color: #00AA49;}

/*导航菜单 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:rgba(200,26,29,1);
}

.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: #0067C2;
    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*/

/*品质*/
.ys { margin-top: 50px;}
.ys_list {

  
    margin-top: 30px;
	transition: opacity .3s .6s, visibility 0s .6s, margin-top 0s .6s
}

.ys_list li {
	width: calc(25% - 2px);
	float: left;

    border: 1px solid #f1f1f1;
    margin-left: -1px;

}

.ys_list li a {

	text-decoration:none;
	position: relative;
	display: block;
	padding:50px 40px ;
	transition: all .3s;


}
.ys_list li span { line-height: 26px; color: #999; margin-top: 15px; display: block; text-align: center;}
.ys_list li img { 
    margin-bottom: 30px;
    transition: all .3s;
  
}
.ys_list li  b {
    display: block;
	color: #333;
	font-weight: bolder;

    text-align: center;
	font-size: 20px;
margin:40px 0 20px 0;
}
.ys_list li a p {
	color: #666;
	font-size: 14px;
	line-height: 24px;
    text-align: center;
    text-transform: uppercase;

}


.ys_list li:last-child a {
	border-right: none;
	
}

.ys_list li a i {display: block;width: 121px;height: 121px;background: url(../images/yuan2.png) no-repeat; position:absolute ; top:20px; left: 0; right: 0; margin: auto;}
.ys_list li a:hover i{background: url(../images/yuan1.png) no-repeat;-webkit-animation:yq 3s linear infinite;animation:yq 3s linear infinite;}
/**/
@keyframes yq {
	0% {
	transform:rotate(0deg);
}
50% {
	transform:rotate(180deg);
}
100% {
	transform:rotate(360deg);
}
}
@-webkit-keyframes yq {
	0% {
	transform:rotate(0deg);
}
50% {
	transform:rotate(180deg);
}
100% {
	transform:rotate(360deg);
}
}


 /*产品*/
 .product_box { margin-top: 60px; background: #F0F2F7; padding-top: 60px;}
 .pro_nav { display: flex;  align-items: stretch; justify-content:space-between; margin-top: 30px;}
 .pro_nav .pro_box{ background:#fff; display: flex; margin: 10px;  align-items: flex-start; position: relative; }
 .pro_txt {  flex: 1; padding: 40px 0px 110px 40px;  }
 .pro_txt b a{ font-size: 26px; color: #0067C2; margin:30px 0; display: block; }
 .pro_txt p a { line-height: 32px; font-size: 16px;}
 .pro_txt p a:hover { color: #00AA49;}
 .pro_txt span { position: absolute;   bottom:40px; left: 40px; display: block; width: 130px; height: 40px; line-height: 40px; text-align: center; background: #00AA49; }
 .pro_txt span a { color: #fff;}
 .pro_txt span:hover { background: #0067C2;}
 .pro_tu { flex: 1; margin-top: 50px;}
 .product {  background:#0067C2 ; padding: 60px 0; }
.pro_list a { display: block; float: left; width: calc(33.3% - 22px); margin:10px;  border: 1px solid #f2f4f5; overflow: hidden;}
.pro_list span { display: block; overflow: hidden; }
.pro_list p{ padding: 20px 15px;  color: #fff; background: #00AA49 }
.pro_list .cp_tit {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #fff;
  
}
.pro_list a:hover p { color: #fff; background: #0067C2;}
.probg { background:#F4F6F8 ; padding: 40px 0 70px; margin-top: 50px;}
.ptotu { position: relative;}




/*简介*/
.about { position: relative; background: url(../images/about.jpg) no-repeat; background-size: 100%; padding: 80px 0; }
.about .about_con { background: #fff;  padding: 40px 0;}
.about_box { margin-top: 45px;}
.about_box span { 
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 48px;
    color: #333;

}
.about_box p{text-align: center;
    font-size: 14px;
    line-height: 32px;
    color: #333;
    margin: 0 auto;
    margin-top: 1.5%;
    width: 800px;}
    .more {display: block; width: 130px; height: 40px; line-height: 40px; text-align: center; background: #00AA49;  color: #fff; margin: 20px auto;}
  
    .more:hover { background: #0067C2; color: #fff;}
    .ab_list2{   background: #fff;  display: flex; align-items: center; justify-content: center;  margin-top: 30px; 

    }
    .ab_list2 li{ flex:1;cursor: pointer; color:#333;  padding:10px 0; text-align: center; border-right: 1px solid #f1f1f1;
        -webkit-transition:transform .3s;transition:transform .3s; font-size: 16px;}
      .ab_list2 li:last-child { border: none;}
    .ab_list2 li b{display: block;font-size: 20px;color: #3f9714;overflow: hidden; line-height: 50px;}
    
    .ab_list2 li:hover{-webkit-transform:translate(0,-15px);transform:translate(0,-15px);}

/*优势*/
.apply {  margin-top: 60px;}
.apply_list {display: flex; align-items: center; margin-top: 50px;  flex-wrap: wrap;}
.apply_list a {display: flex; align-items: stretch; width:50%; color: #333;}
.apply_list .apply_tu, .apply_list .apply_txt { flex: 1; background: #f1f1f1;}
.apply_list .apply_txt { position: relative; padding-top: 10px; transition:  all .3s;}
.apply_list .apply_txt b { font-size: 24px; display: block; padding: 30px 50px; }
.apply_list .apply_txt p { padding: 0 50px; line-height: 28px; font-size: 16px;}
.apply_list a .apply_txt .sj1 { transition:  all .3s;position: absolute; top:45%; left: -20px; width:0;
    height:0;
    border-top:20px solid transparent;
    border-bottom:20px solid transparent;
    border-right:20px solid #f1f1f1;}
.apply_list a .apply_txt .sj2 { transition:  all .3s;position: absolute; top:45%; right: -20px; width:0;
        height:0;
        border-top:20px solid transparent;
        border-bottom:20px solid transparent;
        border-left:20px solid #f1f1f1;}
.apply_list a:hover .apply_txt { background: #0067C2; color: #fff;}
.apply_list a:hover .apply_txt .sj1{border-right:20px solid #0067C2;}
.apply_list a:hover .apply_txt .sj2{border-left:20px solid #0067C2;}
/*应用案例*/
.apple-retail {
    margin-top:60px;
    background: #f1f1f1;
    padding: 60px 0;

  }
  
  .apple-retail .swiper-slide {
      text-align: center;
      padding: 0 50px;
      width: 720px;
    margin-top: 50px;
    position: relative;
  }

  .inner figure {
      width: 100%;
      margin: 0;
      position: relative;
  }
  .inner figure .mark {  background: rgba(0, 0, 0, 0.3); position: absolute; bottom:0; left: 0; right: 0; width: 100%; z-index: 999; height: 0; -webkit-transition: all linear .5s;transition: all linear .5s;}
  .apple-retail .swiper-slide a:hover .mark { height: 100%;}
  .inner figure img {
      width: 100%;
   
  }
  .apple-retail .gallery-item-desc {
      position: absolute;
      left: 49px;
      right: 49px;
      bottom: 0;
 
      background: #fff;
      text-align: left;
      display: inline-block;
      padding: 26px;
      opacity: 0;
      transition-duration: 1.2s;
  }
  .apple-retail .init .gallery-item-desc {
      opacity: 1;
  }
  .apple-retail .gallery-item-desc b {
  
      font-weight: 500;
      letter-spacing: .009em;
      color: #111;
      display: block;
      font-size: 28px;
  }
  .apple-retail .gallery-item-desc p {

      color: #999;
      margin-top: 5px;
      line-height: 28px;
      font-size: 16px;
  }
  .apple-retail .swiper-slide-prev .gallery-item-desc {
      transform: translateX(-70px);
  }
  .apple-retail .swiper-slide-next .gallery-item-desc {
      transform: translateX(70px);
  }
  .apple-retail .swiper-slide-active .gallery-item-desc {
      opacity: 1;
      transform: translateX(0);
  }
  .apple-retail .swiper-button-prev  {background:#fff url(../images/left02.png) center no-repeat;}
  
  .apple-retail .swiper-button-next { background:#fff url(../images/right02.png) center no-repeat;}
  .apple-retail .swiper-button-next, .apple-retail .swiper-button-prev {
      top: 60%;
     
      width: 52px;
      height: 80px;

      transition: all .5s;
      outline: none;
  
  }
  .apple-retail .mouse-hover .swiper-button-next, .apple-retail .mouse-hover .swiper-button-prev {
      opacity: 1;
  }
  .apple-retail .swiper-button-next:hover {
    background:#f1f1f1 url(../images/right.png) center no-repeat;
  }
  .apple-retail .swiper-button-prev:hover {
    background:#f1f1f1 url(../images/left.png) center no-repeat;
  }
  .apple-retail .swiper-button-next {
  
      right:27%;
  }
  .apple-retail .swiper-button-prev {
  
      left: 27%;
  }
  .apple-retail .swiper-container .swiper-button-next.swiper-button-disabled,.apple-retail  .swiper-container .swiper-button-prev.swiper-button-disabled {
      opacity: 0;
  }
  /*流程*/
.liucheng{  background:  url(../images/liuc_bg.gif) no-repeat bottom;  padding: 60px 0 0;}
.liuchengbox{
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 40px;

}
.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:100px; background: #0067C2; border-radius: 50%; margin:  auto; }
.liucheng-list i:hover { background: #00AA49;}
.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;
}
.liucheng-list .num{
  font-size:20px;
  width: 48px;
  line-height: 44px;
  border-radius: 50px;
  text-align:center;
  font-weight: 700;
  border:2px solid #fff;
  margin:0 auto;
  position: relative;
}

.liucheng-list span { position: absolute;  right:-35px; top:50%}
.liucheng-list:hover .num{  color: #00AA49;}
.liucheng-list:hover { background: rgba(255, 255, 255, 0.3);}

/*新闻*/
.news { margin-top: 60px;}
.news-box  {
	display: flex;
	justify-content: center;
	flex-direction: row;
align-items: center;
	margin-top: 40px;
  }
  
  .news-one{
	flex: 1;

  
  }
  
  .news-one span {
	display: block;
	overflow: hidden;
  }
  

  .news-one em {
	font-size: 14px;
	color: #999;

	font-style: normal;
    width: 80px;
  }
  
  .news-one img {
	display: block;
	width: 100%;
	transition: .8s;
  }
  
  .news-one a:hover img {
	transform: scale(1.1);
  }

  .news-one p {
    display: flex;
	font-size: 14px;
	color: #666;
	line-height: 25px;
    padding: 20px 0;
    border-bottom: 1px dashed #dedede;
    background: url(../images/news_ico01.png) no-repeat left;
    padding-left: 20px;

  }
  .news-one p:hover {  background: url(../images/news_ico02.png) no-repeat left;}
  .news-one p a{  width: calc(100% - 110px);}
  .news-one p a:hover { color: #0067C2;}
  .news-two { flex: 1; margin-left: 50px;
   }
   .news-two ul {display: flex; flex-wrap: wrap; padding: 0; margin: 0;}
   .news-two ul li { width: 100%;border-top: 1px solid #dedede;}
   .news-two ul li:last-child{border-bottom: 1px solid #dedede;}
  .news-two a{ display: flex;  align-items: center; justify-content: center;  background: #fff; padding:40px 10px ;  transition: .3s;  }

  .newscon {
  flex: 4;
  padding-left: 20px;
  }
  
  .newscon b {
  padding-bottom: 10px;
  font-size: 17px;
  color: #333;
  font-weight: normal;
  display: block;
  
  }
  .newscon p {
  
  text-align: left;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  
  }
  
  .news-two a:hover { box-shadow: 0 0  10px #dedede; }
  .news-two a:hover span { color: #00AA49;}
  .news-two a:hover p { color: #666;}
/*返回顶部*/

.scroll {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    right: 45px;
    bottom: 70px;
    color: #fff;
    cursor: pointer;
    background:#00AA49;
    font-size: 26px;
 
}

/*底部footer*/
.footer {
    background:#0067C2; background-size: cover;
    margin-top: 80px;
}

.foot {
    padding: 60px 0 30px 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: bold;
    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: #00AA49;}
.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; align-items: center;}
.footer_phone p {
	color:#333;
	margin-bottom:5px;
	font-size:16px;
}
.footer_phone p img{ padding-right:15px;}
.footer_phone p span{  font-weight: normal;}
.footer_phone b{ color:#fff;     font-size: 32px;
 margin:15px 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: 100px;}
.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,.5);
}
.copyright a {
    color: #fff;
}