@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;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.avatar {
    display: block;
    overflow: hidden;
    width: 100%;
}

.avatar img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.avatar:hover img {
    transform: scale(1.3);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.3);
}


/*文字超出隐藏*/

.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;
}


.main-title b {
    font-size: 36px;
    color: #0D8BD7;
    line-height: 65px;
}

.main-title p {
    font-weight: 400;
    color: #666666;
    font-size: 18px;
    line-height: 32px;
    margin: 0px auto;
    padding-bottom: 14px;
}


/*顶部导航*/

.headDiv {
    height: 100px;
    width: 100%;
    z-index: 9999;
}

.headDiv .wal {
    height: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headDiv .logo {
    height: 100px;
    flex: 1;
    display: flex;
    align-items: center;
}

.headDiv .logo b {
    font-size: 24px;
    color: #333;
}

.nav {
    flex: 3;
    height: 100px;
}

.nav li {
    float: left;
    position: relative;

}

.nav ul li:after {

    content: " / ";
    position: absolute;
    top: 20px;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    color: #aaa;

}
.nav ul li:last-of-type:after{content: "";}
.nav a:hover, .nav li:hover > a {
  
    color: #0D8BD7;
  }
.nav ul li a {
    display: block;
    float: left;
    height: 100px;
    line-height: 100px;
    padding: 0 22px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    color: #333;


    
}

/* 二级菜单 */
.ejxl{display: none;background-color: rgba(255,255,255,.9);transition: all 0s;z-index: 10;
    position: absolute;top:99px;left:-50%;
    padding:0 10px;
    width:calc(200% - 20px);
  
}
.nav ul li .ejxl>li{margin:0 auto ;display: block; padding:0; text-align: left; width: 100%;}
.nav ul li .ejxl>li:after { content: ""; position: relative; } 
.nav ul li .ejxl>li a{display: block;color:#444;font-size: 15px;height:40px;line-height:40px; padding:5px 0; width: 100%; text-align: left;  }
.nav ul li .ejxl a:hover{color: #0D8BD7;}
.headDiv .topRight {
    flex: 1;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headDiv .topRight .tel {
    display: inline-block;
}

.headDiv .topRight .tel-num {
    font-size: 14px;
    color: #333;
    line-height: 26px;
    padding-left: 5px;
}

.headDiv .topRight .tel-num span {
    font-size: 22px;
    font-family: Impact;
}


/*顶部导航 end*/


/*首页banner图*/

#banner .swiper {
    width: 100%;
    height: 100%;
}

#banner .swiper-slide {
    background-position: center;
    background-size: cover;
}

#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: 60px;
    font-size: 30px;
    line-height: 60px;
    height: 60px;
    transition: all .5s ease;
    outline: none;
}

#banner .swiper-button:hover {
    background: #0D8BD7;
}

.btn-prev {
    left: 5%;
}

.btn-next {
    right: 5%;
}

#banner .swiper-pagination-bullet {
    position: relative;
    margin: 0 8px!important;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    z-index: 10;
    outline: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#banner .swiper-pagination-bullet-active {
    background-color: #0D8BD7;
    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*/


/*产品*/

.pro-title { display: flex; align-items: center; }
.main-title { flex: 2;  margin-top: 30px;}
.product { flex: 3; padding-left: 40px; margin-top: 30px;}
.product .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  

  .swiper-slide-thumb-active{
      color: #0D8BD7;
  }
  .gallery-top {
    height:auto;
    margin:20px auto;
  }
  
  .gallery-thumbs {
    height:60px;
    text-align: center;
    box-sizing: border-box;
    
  }
  
  .gallery-thumbs .swiper-slide {

    
    height:58px;
    line-height: 58px;
    cursor: pointer;
   
    
   
  }


 .gallery-thumbs .swiper-slide-thumb-active a{ color: #fff;}
  .gallery-thumbs .swiper-slide a { display: block; width:calc (100% - 2px) ; border: 1px solid #dedede;  font-size: 16px;}
  .gallery-thumbs .swiper-slide a:hover { background-color: #0D8BD7; color: #fff;}
  .gallery-thumbs .swiper-slide-thumb-active {
    background-color: #0D8BD7; color: #fff;
}
.gallery-thumbs .swiper-slide-thumb-active a{ color: #fff;}
  .product{
  
    margin: 0 auto;
    position: relative;
  }
  .gallery-top>{

      height: auto;
      margin: auto;
  }

 
  .prone .swiper-slide img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.prone .swiper-slide p {
    background-color: #0D8BD7;
    color: #fff;
    text-align: center;
    line-height: 40px;
    padding: 10px;
}

.prone .swiper-button-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
  
    cursor: pointer;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    font-size: 30px;
    line-height: 60px;
    height: 60px;
    transition: all .5s ease;
    outline: none;
}
.prone .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
  
    cursor: pointer;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    font-size: 30px;
    line-height: 60px;
    height: 60px;
    transition: all .5s ease;
    outline: none;
}
.prone .swiper-button-prev:hover, .prone .swiper-button-next:hover {
    background: #0D8BD7;
}
/*关于我们*/
.about{background:#f7f7f7; padding:60px 0;margin-top: 60px;}
.about-box{ background-color: #fff;

	padding: 40px;
	display: flex;
	justify-content: center;
    align-content: stretch;
    margin-top: 20px;
    

}
.about_fl{ flex: 1; overflow: hidden; }
.about_fl p{ line-height: 26px; padding: 10px 0; color: #666; }

.about_fr{ flex: 1;overflow: hidden; padding-left: 40px; }

.more_a2 { display: inline-block; line-height: 40px; padding: 0px 23px; color: #fff; position: relative; transition: all 0.8s ease 0s; font-size: 16px; margin: 20px 0; }
.more_a2 span { display: inline-block; position: relative; z-index: 2; }
.more_a2::before { content: ""; position: absolute; left: 0px; bottom: 0px; background:#0D8BD7; width: 100%; height: 100%; transition: all 0.3s ease 0s; }
.more_a2:hover { border-bottom-color:#0D8BD7; color: #0D8BD7; }
.more_a2:hover::before { height: 1px; }

/*品牌故事*/
.pinpaigs {  margin-top: 60px;}

.pinpai{position: relative;}
.pinpai a{ display: block; text-decoration: none; color: #333; margin-top: 15px;}
.pinpai.pinpai-item{ position:relative;}
.pinpai .pinpai-imgbox{ width:58%;}
.pinpai .pinpai-text{ position: absolute; right:0; width:50%; top: 50%;top:10%\9; *top:10%; transform:translateY(-50%); -webkit-transform:translateY(-50%); background: #fff; padding: 50px 55px 80px 4%; overflow:hidden; background-color: #f7f7f7;}
.pinpai-gs{ font-size:40px; font-weight: bold; color: #000; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; list-style: 52px;}
.pinpai .pinpai-h{font-size:24px; font-weight: bold;  overflow: hidden;  margin-bottom: 20px;}
.pinpai .pinpai-sum{  color:#999; line-height: 24px;}
.pinpai .more { color: #0D8BD7; margin-top:10px; text-align: right;}
.pinpai .pinpai_page{ position: absolute; z-index: 9; left:45%; bottom:50%; margin-bottom: -123px; top: auto; transform: none; -webkit-transform: none; width:15%; padding-left: 0; }
.pinpai .pinpai_page span{ display: inline-block; *display:inline; *zoom:1; margin:0 6px;}
.pinpai .swiper-num{ position: absolute; z-index: 9; right: 55px; top:50%; margin-top: -130px; color: #bebebe;}
.pinpai .swiper-num .active{ font-size:32px; font-weight: bold; color: #0D8BD7;} 
.pinpai .swiper-num { font-size: 16px;}
.pinpai .swiper-pagination-bullet {
    width: 10px;
    height: 10px;

}
/*行业应用*/

.apply { background:#f7f7f7 url(../images/apply.jpg) no-repeat right ; padding: 80px 0; margin-top: 60px;}
.apply-txt  {  width: 40%; background:#f7f7f7;}
.apply-cont { font-size: 20px;  line-height: 30px;  margin-top: 20px;} 
/*新闻中心*/

.news{ display: flex;
  align-items: stretch;
  justify-content: center;
  align-content: center;

}
.news_left {
  flex: 4;
  background: #f5f5f5;
  margin:10px 0;


}

.news_left  a {
  display: block;

}

.news_left span{ overflow: hidden; display: block;}
.news_left p {
  line-height: 26px;
  font-size: 14px;
  text-align: left;
  color: #666;
 

}
.news_left a:hover{ background: #0D8BD7; color: #fff;}
.news_left a:hover b ,.news_left a:hover .newscon p{ color: #fff;}
.news_left a:hover .day span ,.news_left a:hover .day p { color: #fff;}
.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 { display: flex; align-items:center; justify-content: center;}
#news-list {  flex: 5;
	
	margin-left: 20px;}
    
#news-list a { display:flex; align-items:center; justify-content: center; background-color: #f7f7f7; margin: 10px 0;}

.day {
  color: #666;
  flex: 1;
  height: 90px;
  margin: 7px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-right: 1px solid #dedede;
}
.newscon {
  flex: 4;
  padding-left: 20px;
}
.news-more{ flex: 1; display: flex; justify-content: flex-end; margin-right:10px;}
.news-more i{width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  text-align: center;
  border: 1px solid #999;
  color: #999;
  margin: 30px 0;
  display: block;
}
.newscon b {
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  display: block;

}
.newscon p {

  text-align: left;
  line-height: 24px;
  font-size: 14px;
}

.day span {
  font-size: 24px;
  width: 100%;
  color: #666;
  text-align: center;
  font-weight:bold;
}
.day p{ width: 100%;	text-align: center;}
#news-list a:hover{ background: #0D8BD7; color: #fff;}
#news-list a:hover .news-more i{ color: #fff; border: 1px solid #fff;}
#news-list a:hover .day{ color: #fff;}
#news-list a:hover .day span { color: #fff;}
#news-list a:hover .newscon b { color: #fff;}
/*返回顶部*/

.scroll {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    right: 15px;
    bottom: 50px;
    color: #fff;
    cursor: pointer;
    background: #0D8BD7;
    font-size: 30px;
    border-radius: 10px;
}


/*底部footer*/

.footer {
    background: url(../images/footer_bg.jpg) no-repeat;
    background-size: cover;
    margin-top: 60px;
    padding: 60px  30px 30px;
}
.footer-nav{ display: flex;
    display: -webkit- box;
    display: -webkit-flex;
    justify-content: center; align-items: center;}
.footer-nav li { position: relative;  flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    }
.footer-nav a { 
    display: block;
    color:#fff;   
     height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 16px;}
.footer-nav li:after {
        content: " | ";
        position: absolute;
        top: 20px;
        font-size: 12px;
        height: 60px;
        line-height: 60px;
        color: #fff;
    
 }
.footer-nav li:first-of-type:after{content: "";}
.footer-nav a:hover { color: #F79B15;}
.footer-contact { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px;}
.contact-txt p { line-height: 28px; color: #fff; width: 50%; float: left;}
.ewm p { line-height: 28px; color: #fff; text-align: center; padding-top: 10px;}
.ewm img { width: 120px;}
.copyright {
    padding: 20px 10px;
    text-align: center;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,.3);
}

.copyright a {
    color: #fff;
}