@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.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;
}

.main-title {
    text-align: center;

}

.main-title b {
    font-size: 34px;
    color: #333;
    display: block;
    line-height: 55px;

}
.main-title span{ color: #DA241C;}
.main-title p {
    font-weight: 400;
    color: #666;
    font-size: 18px;
    line-height: 40px;
    margin: 0px auto;
    padding-bottom: 14px;
}
.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 {
    
    width: 100%;
    z-index: 9999;
    position: absolute;
}
.header_top {
	width: 100%;

	height: 55px;
	line-height:55px;
	color:#fff;
	overflow: hidden;
}
.top-content { display: flex; align-items: center; justify-content: space-between;}

.header_top .top_nav  {
	display:block;
	height:55px;
    font-size: 15px;
	line-height:55px;
	color:rgba(255, 255, 255, 0.9);
 

}
.header_top .tel {	height:55px; overflow: hidden; display: flex; align-items: center;}
.header_top .tel b{ font-size: 22px; color: #fff; line-height: 55px;}
.headDiv .navbar {  background: rgba(255,255,255,.5);}
.headDiv .navbar .wal {
    height: 110px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  
}

.headDiv .logo {
    height: 110px;

    display: flex;
    align-items: center;
}

.headDiv .logo b {
    font-size: 18px;
    color: #575757;
    padding-left: 30px;
    line-height: 24px;
}


.nav {
   
    height: 110px;

}

.nav ul li {
    float: left;
    position: relative;
}

.nav ul li a {
    display: block;
    float: left;
    height: 110px;
    line-height: 110px;
    padding: 0 28px;
    overflow: hidden;
    text-align: center;
    font-size: 17px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav a:hover, .nav li:hover > a {
    font-weight: bold;
    color: #DA241C;
  }
/* 二级菜单 */
.ejxl{display: none;background-color: rgba(0,0,0,.6);transition: all 0s;z-index: 10;
    position: absolute;
    top:100%;
    width:140%;
    left: -20%;
    margin-top: -3px;
    border-top: 3px solid #DA241C;
    line-height: 30px;
    padding: 8px 0 19px;
}
.nav ul li .ejxl li{margin:0 auto ;display: block; padding:0; width: 100%;}
.nav ul li .ejxl li a{display: block;color:#fff;font-size: 14px;height:45px;line-height:45px; padding: 0; width: 100%;    text-align: center; }
.nav ul li .ejxl a:hover{color: #DA241C; font-weight: bold;}

/*顶部导航 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;
	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(0,98,183,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: #0353A2;
    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*/

 /*产品*/
 .product {  margin-top:60px; }
 .pro_box { display: flex;  align-items: center; justify-content:center;}
 .pro_nav { display: flex; align-items: center; justify-content:flex-start; flex-wrap: wrap; background:#F4F7FA url(../images/probg.jpg) no-repeat;  background-size: cover; flex: 3; margin-left: 50px;}
 .pro_nav a { display: block; border: 1px solid #E5ECF4; padding:15px 0; text-align: center; font-size: 16px;  width: calc(33.3% - 1px);  margin: 0 -1px -1px 0; color: #333;}
 .pro_nav a:hover { background: #0353A2; color: #fff;}
 .pro_content { margin-top: 30px;}
 .pro_content a { display: block; float: left; width: 31.3%; margin: 1%; background: #fff; }
 .pro_content span { display: block; overflow: hidden; }
 .pro_title {
     position: relative;
     align-items: center;
     height:70px;
     padding-left: 20px;
     line-height: 70px;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     font-size: 18px;
     background-color: #f8f8f8;
     transition: all 100ms linear;
   }
 
 .pro_title i::after {
     position: absolute;
     content: '';
     width:0;
     height: 70px;
     right: 0;
     background-image: url('../images/jiantou.png');
     background-repeat: no-repeat;
     background-position: center;
     background-color: #0353A2;
     transition: all 100ms linear;
   }
 
 .pro_content a:hover { box-shadow: 0 0 20px #dedede;}
 .pro_content a:hover .pro_title i {
     width: 100%;
   }
   
   .pro_content a:hover .pro_title i::after {
     width: 100px;
   }
   /*简介*/
   
.about{background: url("../images/abbg.jpg")no-repeat center; background-size: cover;  padding: 70px 0;  margin-top: 60px;}

.about_fl{ width: 50%; }
.about_fl p{ line-height: 26px; color: #fff; margin-top: 10px;}
.about_fl .ab-title{ font-size: 22px; color: #222; font-weight: bold; margin-top: 10px;}
.about_fr{  width: 55%; }
.ab_list2{   background: rgba(255,255,255,1); padding: 0 10px;  display: flex; align-items: center; justify-content: center; margin-top: 40px; box-shadow: 0px 0px 10px rgba(0,0,0,0.2);


}
.ab_list2 li{ flex:1;cursor: pointer; color:#333;  margin: 10px; padding:10px 0; text-align: center; 
	-webkit-transition:transform .3s;transition:transform .3s; font-size: 18px;}
.ab_list2 li a { color: #333; }
.ab_list2 li p{ margin-top: 10px;}
.ab_list2 li:hover{-webkit-transform:translate(0,-10px);transform:translate(0,-10px);}
.more-btn {
  margin-top: 40px;
  display: inline-block;
  padding: 11px 18px 10px 18px;
  border: 2px solid #DA241C;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.52px;
  text-decoration: none;
  color: #DA241C;
  position: relative;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.more-btn i {
  margin-left: 40px;
  color: #fff;
  z-index: 1;
  position: relative;
}
.more-btn::before {
  content: "";
  width: 52px;
  right: 0px;
  top: 0;
  bottom: 0;
  position: absolute;
  border-left: 15px solid transparent;
  border-top: 44px solid #DA241C;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;

}
.more-btn:hover {
  background-color: #DA241C;
  color: #fff;
  text-decoration: none;
}
.more-btn:hover::before {
  border-top-color: #fff;
}
.more-btn:hover i {
  color: #DA241C;

}
/*优势*/
.ys { background: url(../images/ysbg.jpg) no-repeat; background-size: cover; padding: 70px 0;  }
.zzsc {
    width: 100%;
    height: auto;
    margin: 20px auto;
  }
  .zzsc .tab {
    overflow: hidden;
    background: #F4F7FA;

  }
  
  
  .zzsc .tab a {
    display: block;
    font-size: 26px;
    padding:20px 0;
    width: 25%;
    color: #333;
    text-align: center;
    float: left;
    text-decoration: none;
    transition: all .3s;
  }
  .zzsc .tab a span { display: block;}


  
  .zzsc .tab a.on  {
    background-color: #0353A2;
    color:#fff;
  }
  
  .zzsc .co {
    overflow: hidden;
  
  
  }
  .zzsc .co > ul {
    margin-top: 30px;

  }
  .zzsc .co li {
    display: none;
    width: 100%;
    list-style: none;
    position: relative;
  }
  .ys_list {
    margin-top: 40px;
 
  }
  .ys_list_right {
    float: left;
    width: 50%;
  
  }
  .ys_list_left {
    float: right;
    width: 50%;
    padding:40px 5%;
    background: #ffffff;
    line-height: 24px;
    font-size: 14px;
    color: #585657;
    position: absolute;
    right: 0;
    bottom: 0;
  
  }
  
  .ys_list_left b{line-height:56px;color: #333;padding:28px 0 0;font-size:36px;position: relative; font-weight: 500; display: block; }
  .ys_list_left span { display: block; font-size: 24px; margin: 30px 0;}

  .ys_list_left p {
    font-size: 16px;
    padding-top: 10px;
    line-height: 26px;
    color: #666;
  }
  .ys_list_left a{  display: block; padding-top: 10px; color: #C21125;}


    /*新闻*/
    .news {  margin-top: 60px;}
 
  
    .news-two {      margin-top: 20px;
       }
       .news-two ul {display: flex; flex-wrap: wrap;  }
       .news-two ul li { width: 33.3%; }
    .news-two a{height: 140px; display: flex;  align-items: flex-start; justify-content: center;  background: #fff; margin: 10px; padding:30px 20px ; transition: .3s;  border: 1px solid #f1f1f1; }
    .news-two a span{ color: #0353A2;}
    .news-two a:hover { box-shadow: 0 0  10px #dedede; background: url(../images/news1.jpg) no-repeat; background-size:cover; }
    .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: 36px;
        width: 100%;
        color: #666;
        text-align: center;
        font-weight:bold;
      }
      .day p{ width: 100%;	text-align: center;}
    .newscon {
      flex: 4;
      padding-left: 20px;
    }
    
    .newscon b {
      padding-bottom: 10px;
      font-size: 16px;
      color: #333;
      display: block;
    
    }
    .newscon p {
    
      text-align: left;
      line-height: 24px;
      font-size: 14px;
    
    }
    .news_more { margin: 10px auto; display: block; text-align: center;}
 /*联系我们*/
.lxwm { margin-top: 60px; background: url(../images/lx.jpg) no-repeat center; background-size: cover;  padding: 70px 0;}   
.lxwm_box { display: flex; align-items: center; margin-top: 15px;}
.lxwm_fl { width: 45%; color: #fff; padding-left: 5%;}
.lxwm_list{ box-shadow: 0px 0px 10px rgba(0,0,0,0.2);   padding:40px 30px; margin:20px 0; display: flex;}
.lxwm_fl b { font-size: 22px; margin-top: 20px; display: block; margin: 10px; padding-right: 40px;}
.lxwm_fl p { line-height: 30px; font-size: 20px;}
.lxwm_list:hover { background: rgba(255,255,255,.3); cursor: pointer;}
.lxwm_fr {  width: 50%;}

/*返回顶部*/

.scroll {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    right: 45px;
    bottom: 70px;
    color: #fff;
    cursor: pointer;
    background:#0353A2;
    font-size: 26px;
 
}


/*底部footer*/
.footer {
    background:#333333;
    padding: 30px 0;
}
.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;
    border-bottom: 1px solid rgba(255,255,255,.1);
    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: #DA241C;}
.footer-contact { display: flex; align-items: center; justify-content: space-between;   }
.contact-txt p { line-height: 36px; color: #fff; width: 50%; float: left;font-size: 17px;}
.ewm { margin-top: 30px;}
.ewm p { line-height: 28px; color: #666; text-align: center; padding-top: 5px;}
.ewm img { width: 110px;}
.copyright {
    padding: 20px 10px;
    text-align: center;
    color: #666666;
  
}

.copyright a {
    color: #666666;
}