@charset "utf-8";
*{
    padding: 0;
    margin: 0;

}
a{
    text-decoration: none;
    color: #333;
}
ul{
    list-style: none;
}
li{
    float: left;
    text-decoration: none;
}
img{
    padding: 0;
    margin: 0;
}
body{
    font-family: '微软雅黑';
    font-size: 16px;
}
.warp{
    width: 100%;
}
/* 顶部导航 */
.top{
    height: 105px;
    width: 100%;
}
.top .logo{
    float: left;
    width: 435px;
    height: 105px;
    line-height: 105px;
}
.top .logo img{
    width: 100%;
    height: 100%;
}
.top .nav {
    height: 105px;
    width: 765px;
    float: left;
}
.top .nav ul{
    margin-top: 4%;
    float: right;
}
.top .nav ul li{
    float: left;
    text-align: center;
    height: 50px;
    /* margin-top: 37px; */
    position: relative;
    margin-right: 55px;
}
.top .nav ul li:last-child{
    margin-right: 35px;
}
.top .nav ul li  a{
    cursor: pointer;
    display: block;
    height: 50px;
    line-height: 50px;
}
.top .nav li:hover .cc::after{
    content: '';
    position: absolute;
    left: 29%;
    bottom: 7%;
    right: auto;
    height: 3px;
    width: 30px;
    background-color: #26a4e7;
}
.banner{
    width: 100%;
}
.erbanner{
    background: url(../images/banner-bg1.jpg);
    background-size: 100% 100%;
    height: 400px;
    width: 100%;
}
.clearfix{
    width: 1200px;
    margin: 0 auto;
}
.clearfix .title{
    color: #0073d0;
    font-size: 24px;
    line-height: 24px;
    font-weight: inherit;
    background: url(../images/title-bg.jpg) no-repeat 0 100%;
    padding-bottom: 25px;
    margin-bottom:25px ;
    padding-top: 30px;
}
.clearfix .title a{
    text-align: right;
    float: right;
    color: #9b8d61;
    font-size: 14px;
}
.clearfix .title p{
    color: #666;
    margin-top: 10px;
}
/* 产看详细 */
.clearfix .moust{
    display: block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #0073d0;
    border:  1px solid #0073d0;
}
/* 主页-公司简介 */
.jianjie {
    clear: both;
}
.jianjie .jianjie-left{
    width: 730px;
    float: left;
    margin-bottom: 50px;
    height: 380px;
    margin-top: 20px;
}
.jianjie .jianjie-left p{
    text-indent: 2rem;
    height: 147px;
}
.jianjie .jianjie-left p:hover{
    text-decoration: underline;
}
.jianjie .jianjie-right ul{
    width: 420px;
    height: 420px;
    float: right;
    background: url(../images/jianjie-ul.png) no-repeat;
    background-size:100% 100% ;
    margin-top: 40px;
}
.jianjie .jianjie-right ul li{
    width: 210px;
    height: 210px;
}
.jianjie .jianjie-right ul li p{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin: 35px 0 0 30px;
}
.jianjie .jianjie-right ul li:nth-child(2n) p{
    margin-left: 45px;
}
.jianjie .jianjie-right ul li:nth-child(3) p, .jianjie .jianjie-right ul li:nth-child(4) p{
    margin-top: 120px;
}
.jianjie .jianjie-right ul li span{
    font-size: 14px;
    display: block;
}
.beijing{
    height: 350px;
    clear: both;
    position: absolute;
    width: 100%;
    z-index: -1;
    margin-top: 350px;
    background: url(../images/body-bg.png) no-repeat;
    background-size: 100%;
}
/* 主页-产品展示 */
.chanpin{
    clear: both;
}
.chanpin .cp-zhanshi{
    position: relative;
}
.chanpin .title{
    text-align: center;
    background-position: 50% 100%;
}
.chanpin-nav{
    margin-bottom: 30px;
}
.chanpin-nav ul{
    display: flex;
    justify-content: space-between;
    width: 705px;
    margin: 0 auto;
}
.chanpin-nav ul li a{
    padding: 0;
    margin: 0;
    display: block;
}
.chanpin-nav ul li a:hover{
    color: #0073d0;
    text-decoration: underline;
}
/* 主页-最新资讯 */
.zixun ul li .zixun-img{
    width:200px;
    height: 150px;
    float: left;
    margin-right: 20px;
}
.zixun ul li .zixun-img img{
    width: 100%;
    height: 100%;
}
.zixun ul li .zixun-content{
    width: 860px;
    float: left;
    height: 150px;
    line-height: 30px;
}
.zixun ul li{
    margin-bottom: 40px;
}
.zixun ul li .zixun-content h2{
    font-weight: initial;
    font-size: 18px;
    color: #117cd3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zixun ul li .zixun-content p{
    font-size: 14px;
    color: #666;
    height: 60px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.zixun ul li .zixun-content h2:hover, .zixun ul li .zixun-content p:hover{
    text-decoration: underline;
}
.zixun ul li:nth-child(2n) .zixun-img{
    float: right;
    margin-right: 0px;
    margin-left: 20px;
}
/* 分页 */
.fenye{
    clear: both;
    padding-top: 30px;
    margin-bottom: 50px;
}
.fenye ul{
    display: flex;
    justify-content: center; 
    /* margin: 30px 0 50px 0;  */
}
.fenye ul li{
    margin-right: 15px;
    /* border: 1px solid #ececec;
    width: 40px;
    height: 40px; */
    text-align: center;
    line-height: 40px;
}
.fenye ul .next{
    margin-right: 0;
}
.fenye ul li a{
    display: block;
}
.fenye ul li a:hover{
    color: #0073d0;
}
/* 分页end *//* 子导航 */
.clearfix .daohang{
    display: inline-block;
    min-height: 50px;
}
.clearfix .daohang ul li{
    width: 140px;
    height: 40px;
    background: #e4e4e4;
    margin: 30px 0;
    margin-right: 10px;
    text-align: center;
    line-height: 40px;
}
.clearfix .daohang ul li a{
    display: block;
}
.clearfix .daohang ul li:last-child{
    margin-right: 0;
}
.clearfix .daohang ul li:hover{
    background: #0073d0;
    
}
.clearfix .daohang ul li:hover a{
    color: #fff;
} 
/* .clearfix .daohang .active {
    background: #0073d0;
}
.clearfix .daohang .active a{
    color: #fff;
} */
/* 子导航end */
/* 关于我们 */
.dy-jieshao .neirong{
    clear: both;
    padding-top: 30px;
}
.dy-jieshao .neirong p{
    margin-bottom: 50px;
    font-size: 14px;
}
/* 关于我们end */
/* 新闻资讯 */
.dy-xinwen .neirong ul li{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.dy-xinwen .neirong ul li .zixun-img{
    width:200px;
    height: 150px;
    float: left;
    margin-right: 20px;
}
.dy-xinwen .neirong ul li .zixun-img img{
    width: 100%;
    height: 100%;
}
.dy-xinwen .neirong ul li .zixun-content{
    width: 860px;
    float: left;
    height: 150px;
    line-height: 30px;
}
.dy-xinwen .neirongn ul li{
    margin-bottom: 40px;
}
.dy-xinwen .neirong ul li .zixun-content h2{
    font-weight: initial;
    font-size: 18px;
    color: #117cd3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dy-xinwen .neirong ul li .zixun-content p{
    font-size: 14px;
    color: #666;
    height: 60px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* .dy-xinwen .neirong ul li .zixun-content h2:hover, .dy-xinwen .neirong ul li .zixun-content p:hover{
    text-decoration: underline;
} */
.dy-xinwen .neirong ul li:nth-child(2n) .zixun-img{
    float: right;
    margin-right: 0px;
    margin-left: 20px;
}
/* 新闻资讯end */
/* 产品展示 */
.dy-chanpin .neirong ul li{
    width: 385px;
    margin-right: 22px;
    
}
.dy-chanpin .neirong ul li:nth-child(3n){
    margin-right: 0;
}
.dy-chanpin .neirong ul li img{
    width: 100%;
    height: 275px;
    border: 1px solid #ccc;
}
.dy-chanpin .neirong ul li p{
    font-size: 16px;
    text-align: center;
    margin:  25px 0;
}
/* 产品展示end */

/* 新闻详情页 */
.xw-xiangqing .clearfix-s{
    border: 1px solid #dddddd;
    margin-bottom: 60px;
    margin-top: 60px;
}
.xw-xiangqing .xq-title{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #dddddd;
    padding: 28px 0;
}
.xw-xiangqing .xq-title h4{
    font-size: 24px;
    color: #000;
    padding: 25px 0;
}
.xw-xiangqing .xq-title p{
    font-size: 12px;
    color: #999999;
}
.xw-xiangqing .xq-content{
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #dddddd;
    font-size: 14px;
    color: #666666;
    min-height: 300px;
    line-height: 2em;
    padding: 20px 0;
}
.xw-xiangqing .xq-content p{
    font-size: 14px;
    color: #666666;
    line-height: 2em;
    /* text-indent: 2rem; */
}
.xw-xiangqing .xq-content p span{
    color: #666666;
    line-height: 2em;
    text-indent: 2rem;
}
.clearfix-s .xq-fenye{
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px dashed #dddddd;
    margin-bottom: 50px;
    padding-bottom: 30px;
}
.clearfix-s .xq-fenye p{
    font-size: 12px;
    color: #666;
}
.clearfix-s .xq-fenye p a{
    color: #666;
}
.clearfix-s .xq-fenye p a:last-child:hover{
    text-decoration: underline;
}
.clearfix-s .xq-fenye .xq-prev{
    margin: 54px 0 20px 0;
}
/* 底部 */
.footer{
    height:150px;
    background: #0073d0;
    color: #fff;
    clear: both;
    text-align: center;
    font-size: 14px;
    line-height: 75px;
}
.footer .footer-nav{
    padding-top: 45px;;
}
.footer .footer-nav ul{
    display: flex;
    justify-content: center;
}
.footer .footer-nav ul li a{
    color: #fff;
    padding:0 10px;
    border-right: 2px solid #fff;
    line-height: 14px;
    display: block;
}
.footer .footer-nav ul li:first-child a{
    padding-left: 0;
}
.footer .footer-nav ul li:last-child a{
    padding-right: 0;
    border-right: none;
}
.footer .footer-nav ul li a:hover{
    text-decoration: underline;
}
/* 底部end */

/* 主页产品Swiper */
.swiper-container {
    width: 100%;
    /* height: 100%; */
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
  }
  .swiper-slide img{
      width: 99%;
      height: 275px;
      border: 1px solid #ccc;
  }
  .swiper-slide p{
      margin-top: 25px;
  }
  .swiper-button-prev{
      background: url(../images/prev.png);
      width: 48px;
      height: 48px;
  }
  .swiper-button-next{
    background: url(../images/next.png);
    width: 48px;
    height: 48px
  }
  /* 主页产品Swiper */
/* 单页部分end */


.fenye{
    width: 100%;
    padding:30px 0px;
    margin-top: 10px !important;
    text-align: center;
   margin: 0 auto;

}
.fenye a {
    text-decoration: none;
    color: #333;
    padding: 10px 15px 10px 15px;
    background-color: #eeeff3;
    margin-right: 5px;
    margin-left: 5px;
     display: inline-block;
}
.fenye span {
    text-decoration: none;
    color: #333;
    padding: 10px 15px 10px 15px;
    background-color: #eeeff3;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 14px;
}
.fenye a:visited {
    text-decoration: none;
    color: #333;
}
.fenye a:link {
    text-decoration: none;
    color: #333;}
.fenye div .current{background: #0073d0; color: white;}