.clearfix:after{
  display: block;
  content: '';
  clear: both;
}
@font-face {
    font-family: 'ziti';
    src: url("../images/DINPro-Medium.otf"); }
@font-face {
    font-family: 'ziti1';
    src: url("../images/BEBAS___-webfont.woff.ttf"); }
/**/
.warpper{
    width: 1200px;
    margin: 0 auto;
}
/*头部*/
.top{
    width: 100%;
    position: relative;
    background: url("../images/top-line.jpg") no-repeat center top;
    height: 45px;
    line-height: 50px;
    border-bottom: 1px solid #eeeeee;
}
.t-left{
    float: left;
    color: #999999;
    font-size: 14px;
}
.t-right{
    float: right;
}
.t-email{
    color: #666666;
    font-size: 13px;
    float: left;
    text-indent: 20px;
    background: url("../images/t-email.png") no-repeat center left;
}
.t-email:after{
    display: block;
    content: '';
    width: 1px;
    height: 40px;
    float: right;
    background: #eee;
    margin: 5px 13px 0 13px;
}
.t-wx{
    float: left;
    position: relative;
    z-index: 15;
}
.t-wx p:after{
    display: block;
    content: '';
    width: 1px;
    height: 40px;
    float: right;
    background: #eee;
    margin: 5px 13px 0 19px;

}
.t-wx p{
    background: url("../images/t-wx.png") no-repeat center left;
    color: #666666;
    font-size: 13px;
    text-indent: 20px;
    cursor: pointer;
}
.t-wx img{
    position: absolute;
    display: block;
    z-index: 10;
    top: 40px;
    left: -15px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.t-wx:hover img{
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
}
.t-tel{
    background: url("../images/t-tel.png") no-repeat center left;
    color: #666666;
    font-size: 13px;
    text-indent: 20px;
    float: left;
}
.header{
    width: 100%;
    height: 100px;
    position: relative;
}
.logo{
    float: left;
    padding: 10px 0 12px 0;
}
.logo img{
    display: block;
    float: left;
}

.nav {
    width: 753px;
    float: right;
    position: relative;
}
.nav ul {
    width: 100%;
}
.nav ul li{
    width:73px;
    float: left;
    position: relative;
    margin-right: 40px;
    text-align: center;
    line-height: 100px;
}
.nav ul li:last-child{
    margin-right: 0;
}
.nav ul li a{
    color: #333333;
    font-size: 16px;
    display: block;
}
.nav ul li:after{
    display: block;
    content: '';
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 2px;
    background: #22ac38;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.nav ul li:hover:after{
    width: 73px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.nav ul li:hover a{
    font-weight: bold;
    color: #22ac38;
}
.nav ul li.active:after{
    display: block;
    content: '';
    width: 73px;
    height: 2px;
    background: #22ac38;
}
.nav ul li.active a{
    font-weight: bold;
    color: #22ac38;
}
.n-mes{
    width: 140px;
    height: 46px;
    border-radius: 24px;
    background: #17ac5a;
    font-size: 16px;
    line-height: 46px;
    float: right;
    text-align: center;
    margin-top: 14px;
    border: 2px solid #17ac5a;
    transition: all .3s ease;
}
.n-mes a{
    color: #fff;
    display: block;
}
.n-mes:hover{
    border: 2px solid #17ac5a;
    background: none;
    transition: all .3s ease;
}

/*banner*/
.banner{
    width: 100%;
    position: relative;
}
.banner .swiper-container{
    height: 100%!important;
}
.banner img{
    display: block;
    max-width: 100%;
}
.banner:after{
    position: absolute;
    bottom: 0;
    content: '';
    width: 100%;
    height: 136px;
    z-index: 1000;
    background: url("../images/b-bg.png") no-repeat center center;

}
.ban-dian{
    left: 50%;
    transform: translateX(-50%;);
    bottom:10%!important;
}
.ban-dian .swiper-pagination-bullet-active{
    width: 66px!important;
    height: 8px!important;
    border-radius: 4px;
}
.ban-dian span{
    width: 8px!important;
    height: 8px!important;
    background: #ffffff!important;
    border-radius: 50%;
    cursor: pointer;
}
/*搜索*/
.sousuo{
    width: 100%;
    height: 72px;
    border-bottom: 1px solid #e1e1e1;
}
.sousuo .warpper{
    height: 100%;

}
.search-left{
    float: left;
    line-height: 72px;
}
.search-left p{
    color: #3d3d3d;
    font-size: 16px;
    float: left;
    font-weight: bold;
}
.search-left p strong{
    color: #229c89;
    padding-right: 10px;
}
.search-left ul{
    float: left;
}
.search-left ul li{
    padding-left:20px;
    float: left;
}
.search-left ul li a{
    color: #585858;
    font-size: 14px;
}
.search-right{
    width: 265px;
    height: 40px;
    background: #f2f2f2;
    float: right;
    margin-top: 14px;
    border-radius: 20px;
}
.search-right form{
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.search-right form input{
    display: block;
    width: 100%;
    height: 100%;
    background:none;
    text-indent: 20px;
    color: #ababab;
    font-size: 12px;
}
/* WebKit browsers */
::-webkit-input-placeholder {
    color: #ababab;
}
/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {
    color: #ababab;
}
/* Mozilla Firefox 19+ */
::-moz-placeholder {
    color: #ababab;
}
/* Internet Explorer 10+ */
:-ms-input-placeholder {
    color: #ababab;
}
.search-btn{
    width: 53px;
    height: 32px;
    float: right;
    background:url("../images/sea.png") no-repeat center center;
    margin-top: -35px;
}
/*头部结束*/

/*公司简介*/
.in-company{
    width: 100%;
    position: relative;
    padding:70px 0 40px 0;
    background: url("../images/jianjie.jpg") no-repeat center center;
    background-size: cover;
}
.company-content{
    width: 100%;
}
.com-left{
    width: 615px;
    float: left;
}
.com-left>h3{
    color: #333333;
    font-size: 36px;
    font-weight: bold;
}
.com-left span{
    color: #999999;
    font-size: 18px;
    display: block;
    padding:15px 0 45px 0 ;
}
.com-left>p{
    color: #666666;
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 23px;
}
.com-left a{
    display: block;
    width: 132px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #22ac38;
    border-radius: 10px;
    color: #22ac38;
    position: relative;
    z-index: 100;
}
.com-left a:after{
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height:40px;
    border-radius: 10px;
    background: #22ac38;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.com-left a:hover:after{
    width: 100%;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.com-left a:hover{
    color: #fff;
}
.com-left ul{
    margin-top: 53px;
    margin-left: -20px;
}
.com-left ul li{
    width: 25%;
    float: left;
    text-align: center;
}
.com-left ul li:after{
    display: block;
    content: '';
    width: 1px;
    height: 40px;
    background: #aaaaaa;
    float: right;
    margin-top: -50px;
}
.com-left ul li:last-child:after{
    display: none;
}
.com-left ul li h3{
    color: #333;
    font-size: 22px;
    font-weight: bold;
}
.com-left ul li h3 sub{
    color: #666666;
    font-size: 15px;
    font-weight: normal;
}
.com-left ul li p{
    color: #666666;
    font-size: 15px;
}
.com-right{
    float: right;
    width: 460px;
}
.com-right h3{
    color: #333333;
    font-size: 20px;
    text-align: right;
    line-height: 50px;
    background: url("../images/c-line.jpg") no-repeat bottom right;
}
.com-right img{
    margin-top: 22px;
}
/*主营业务*/
.yewu{
    width: 100%;
    position: relative;
    padding: 70px 0 78px 0;
}
.title{
    text-align: center;
}
.title h3{
    color: #333333;
    font-size: 36px;
    font-weight: bold;
}
.title p{
    color: #999999;
    font-size: 18px;
    padding-top: 12px;
    text-transform: uppercase;
}
.yw-type{
    width: 100%;
    margin-top: 35px;
    margin-bottom: 40px;
}
.yw-type ul{
    width: 1080px;
    margin: 0 auto;
}
.yw-type ul li{
    width: auto;
    padding: 0 23px;
    border-right: 1px solid #333333;
    float: left;
}
.yw-type ul li a{
    color: #333;
    font-size: 16px;
}
.yw-type ul li.on a{
    color: #22ac38;
    font-weight: bold;
}
.yw-type ul li:last-child{
    border-right: 0;
}
.yw-type ul li:hover a{
    color: #22ac38;
    font-weight: bold;
}
.yw-list{
    width: 100%;
}
.yw-img{
    width: 593px;
    height: 373px;
    float: left;
}
.yw-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.yw-tit{
    width:547px;
    height: 298px;
    float: right;
    background: url("../images/yw-bg.jpg") no-repeat center center;
    padding: 38px 30px;
}
.yw-tit h3{
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #0284c2;
    margin-bottom: 32px;
}
.yw-tit span{
    display: block;
    float: right;
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    padding-right: 20px;
    background: url("../images/jia.png") no-repeat center right;
}
.yw-tit span:hover{
    color: #22ac38;
}
.yw-tit p{
    color: #666666;
    font-size: 15px;
    line-height: 30px;
}
.yw-tit ul {
    width: 100%;
    margin-top: 40px;
}
.yw-tit ul li{
    float: left;
    width: 70px;
    margin-right:30px;
    margin-left: 10px;
    text-align: center;
}
.yw-tit ul li:last-child{
    margin-right: 0;
}
.yw-tit ul li:nth-child(1){
    background: url("../images/y1.png") no-repeat center top;
}
.yw-tit ul li:nth-child(2){
    background: url("../images/y2.png") no-repeat center top;
}
.yw-tit ul li:nth-child(3){
    background: url("../images/y3.png") no-repeat center top;
}
.yw-tit ul li:nth-child(4){
    background: url("../images/y4.png") no-repeat center top;
}
.yw-tit ul li:nth-child(5){
    background: url("../images/y5.png") no-repeat center top;
}
.yw-tit ul li small{
    color: #666;
    width: 90%;
    margin: 0 auto;
    display: block;
    font-size: 14px;
    padding-top: 85px;
}
/*我们的优势*/
.youshi{
    width: 100%;
    position: relative;
    padding: 67px 0 88px 0;
    background: #f9f9f9;
}
.ys-list{
    margin-top: 40px;
}
.ys1{
    width: 100%;
}
.ys1-left{
    width: 640px;
    float: left;
}
.num{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #22ac38;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    float: left;
}
.ys1-left ul{
    margin-top: 60px;
}
.ys1-left ul li{
    margin-bottom: 40px;
}
.ys-tit{
    width: 555px;
    float:right;
}
.ys-tit h3{
    color: #333333;
    font-size: 22px;
}
.ys-tit p{
    color: #666666;
    font-size: 14px;
    padding-top: 15px;
}
.ys1-right{
    width: 535px;
    height: 281px;
    float: right;
}
.ys2{
    margin-top: 23px;
}
.ys2-left{
    width: 535px;
    height: 281px;
    float: left;
}
.ys2-right{
    width: 631px;
    float: right;
}
.ys2-right ul{
    margin-top: 60px;
}
.ys2-right ul li{
    margin-bottom: 40px;
}
/*广告栏*/
.ban{
    width: 100%;
    position: relative;
    padding: 57px 0;
    background: url("../images/ban.jpg") no-repeat center center;
}
.ban h3{
    color: #ffffff;
    font-size: 28px;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.24);
    text-align: center;
}
.b-zixun{
    width: 573px;
    margin: 0 auto;
}
.ban p{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 40px;
    float: left;
}
.ban a{
    display: block;
    width: 144px;
    height: 40px;
    line-height: 40px;
    border:1px solid #fff;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    float: left;
    text-align: center;
    margin-left: 37px;
    margin-top:28px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.ban a:hover{
    background: #fff;
    color: #333;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}

/*产品展示*/
.chanpin{
    width: 100%;
    position: relative;
    padding: 60px 0;
}
.cp-list{
    margin-top: 38px;
    position: relative;
}
.cp-list .swiper-container{
    width: 1104px;
    margin: 0 auto;
}
.cp-list .swiper-slide{
    width: 248px!important;
    height: 312px;
    float: left;
    margin-right: 26px;
    border: 4px solid #f7f7f7;
    transition: all .3s ease;
}
.cp-prev{
    width: 20px!important;
    height: 37px!important;
    background: url("../images/equ-prev.png") no-repeat center center!important;
}
.cp-prev:after{
    display: none!important;
}
.cp-next{
    width: 20px!important;
    height: 37px!important;
    background: url("../images/equ-next.png") no-repeat center center!important;
}
.cp-next:after{
    display: none!important;
}
.cp-img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.cp-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.cp-list .swiper-slide p{
    width: 100%;
    position: absolute;
    bottom: 0;
    line-height: 50px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 16px;
    text-align: center;
    transition: all .3s ease;
}
.cp-list .swiper-slide:hover .cp-img img{
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.cp-list .swiper-slide:hover p{
    background: rgba(5,106,219,0.8);
    transition: all .3s ease;
}
.jiance{
    margin-top: 30px;
    margin-bottom: 127px;
    position: relative;
}
.jiance .list{
    min-height: 212px;
    margin-top: 50px;
}
.about3-list{
    position: relative;
}
/*新闻资讯*/
.news{
    width: 100%;
    position: relative;
    padding: 90px 0 108px;
    background: url("../images/n-bg.jpg") no-repeat center center;
    background-size: cover;
}
.news-center{
    margin-top: 37px;
}
.news-center ul li{
    width: 330px;
    height: 403px;
    float: left;
    background: #fff;
    margin-right: 13px;
    padding: 33px 30px;
}
.news-center ul li:last-child{
    margin-right: 0;
}
.news-center ul li h3{
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}
.news-center ul li h3 a{
    display: block;
    float: right;
    color: #666666;
    font-weight: normal;
    font-size: 15px;
    background: url("../images/jia.png") no-repeat center right;
    padding-right: 24px;
}
.news-center ul li h3 a:hover{
    color: #22ac38;
}
.news-center ul li h3:after{
    display: block;
    content: '';
    width: 64px;
    height: 2px;
    background: #22ac38;
    margin-top: 10px;
}
.news-erji{
    width: 100%;
    margin-top: 25px;
}
.news-erji a{
    display: block;
    width: 100%;
    margin-top: 16px;
    padding-bottom: 16px;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    border-bottom: 1px solid #eeeeee;
}
.news-erji a:hover{
    color: #22ac38;
}

/*网站底部*/
.footer{
    width: 100%;
    position:relative;
    background: #313131;
    padding: 20px 0 20px 0;
}
.f-logo{
    float: left;
    margin-top: 20px;
}
.f-lianxi{
    width: 595px;
    float: left;
    margin-left: 92px;
    margin-top: 35px;
}
.f-lx{
    background:url("../images/f-tel.png") no-repeat center left;
    padding-left: 50px;
}
.f-lx p{
    color: #fff;
    font-size: 14px;
    padding-bottom: 10px;
}
.f-lx strong{
    color: #fff;
    font-size: 18px;
}
.f-dizhi p{
    color: #999999;
    font-size: 14px;
    padding-top: 20px;
}
.f-ewm{
    width: 110px;
    float: right;
}
.f-ewm p{
    width: 110px;
    float: left;
    margin-right: 23px;
}
.f-ewm p:nth-child(2){
    margin-right: 0;
}
.f-ewm span{
    color: #999999;
    text-align: center;
    display: block;
    line-height: 50px;
}
.f-admin{
    width: 100%;
    border-top: 1px solid #7d7d7d;
    padding-top: 20px;
}
.f-nav{
    width: 100%;
}
.f-nav ul{
    margin-left: -20px;
}
.f-nav ul li{
    padding: 0 20px;
    border-right: 1px solid #999999;
    float: left;
}
.f-nav ul li a{
    color: #999999;
    font-size: 14px;
}
.f-nav ul li:hover a{
    color: #fff;
}
.f-admin p{
    color: #999999;
    font-size: 14px;
    margin-top: 20px;
}
.f-admin p a{
    color: #999999;
    font-size: 14px;
}
/*客服*/
.kefu{
    width: 50px;
    position: fixed;
    right: 0;
    top:40%;
    z-index: 9999;
    background: url("../images/kefu.png") no-repeat center center;
}
.kefu ul li{
    width: 50px;
    height: 51px;
    cursor: pointer;
}
.kefu ul li>img{
    display: block;
    margin: 0 auto;
    padding-top: 10px;
}
.kefu ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.kefu ul li p{
    left:60px;
    padding:  0 20px;
    line-height: 50px;
    position: absolute;
    background: #22ac38;
    font-size: 16px;
    color: #fff;
    top: 1px;
    font-weight: bold;
}
.kefu ul li:hover p{
    left: -134px;
}
.kefu ul li .ewm{
    display: block;
    left:60px;
    padding:  5px;
    background: #fff;
    line-height: 100px;
    position: absolute;
    top: 16px;
    border: 1px solid #22ac38;
    font-size: 16px;
    color: #0670c2;
    font-weight: bold;

}
.kefu ul li:hover .ewm{
    left: -126px;
 
}

  /***/
/*产品栏目*/

.pro-erji ul li{
    width: auto;
    margin-right: 78px;
    float: left;
}
.pro-erji ul li a{
    color: #898989;
    font-size: 16px;
}
.pro-erji ul li a:after{
    display: block;
    content: '';
    width: 0px;
    height: 6px;
    background: #e3e5e8;
    transition: all .3s ease;
    margin: 0 auto;
    margin-top: -5px;
}
.pro-erji ul li:hover  a:after{
    width: 100%;
    transition: all .3s ease;
}
.pro-erji ul .xzl a{
    color: #3a3a3a;
    font-weight: bold;
}
.pro-erji ul .xzl a:after{
    width: 100%;
}

/*面包屑导航*/
.nei-banner{
    width: 100%;
}
.nei-banner img{
    max-width: 100%;
}
.bread2{
    width: 265px;
    height: 88px;
    background: rgba(38,55,71,0.8);
    position: relative;
    margin-top: -88px;
    z-index: 100;
    text-align: center;
}
.bread2 h3{
    color: #fff;
    font-size: 30px;
    position: relative;
    z-index: 100;
    padding-top: 18px;
}
.bread2 p{
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    opacity: 0.15;
    margin-top: -15px;
}
.location{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background:rgba(0,0,0,0.3);
    position: relative;
    z-index: 100;
    margin-top: -40px;
}
.loca-r{
    float: left;
    font-size: 14px;
    color: #fff;
    padding-left: 10px;
}
.loca-r a{
    color: #fff;
    font-size: 14px;
}
.gg-type{
    width: 100%;
    margin-bottom: 45px;
}
.gg-type ul li{
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #22ac38;
    margin-right: 10px;
    float: left;
}
.gg-type ul li a{
    color: #22ac38;
    display: block;
    width: 100%;
    height: 100%;
}
.gg-type ul li:hover {
    background: #22ac38;
}
.gg-type ul li:hover a{
    color: #fff;
}
.gg-type ul li.xzl{
    background: #22ac38;
}
.gg-type ul li.xzl a{
    color: #fff;
}
/*关于我们内页*/
.inner-right{
    padding: 45px 0;
    position: relative;
}
.about1{
    width: 100%;
    padding: 60px 0 85px 0;
    background: url("../images/about1.jpg") no-repeat center center;
}
.title1{
    width: 100%;
    text-align: center;
    background: url("../images/title1.png") no-repeat center center;
}
.title1 h3{
    color: #333333;
    font-weight: bold;
    font-size: 30px;
}
.title1 p{
    color: #999999;
    font-size: 18px;
}
.about1-center{
    width: 100%;
    margin-top: 40px;
}
.about1-left{
    float: left;
    width: 710px;
}
.about1-left p{
    color: #666666;
    font-size: 15px;
    line-height: 30px;
}
.about1-right{
    width: 305px;
    float: right;
    margin-right: 50px;
}
.about1-right img{
    max-width: 100%;
}
.about2{
    width: 100%;
    position: relative;
    padding: 50px 0 80px 0;
}
.title2{
    text-align: center;
    font-size: 22px;
    color: #333333;
}
.about2 ul{
    margin-top: 54px;
}
.about2 ul li{
    width:120px;
    margin-right: 30px;
    float: left;
}
.about2 ul li:last-child{
    margin-right: 0;
}
.about2 ul li .ab-img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border:5px solid #e8f7eb;
    position: relative;
}
.about2 ul li .ab-img img{
    display: block;
    margin: 0 auto;
    padding-top: 36px;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
}
.about2 ul li p{
    text-align: center;
    color: #666666;
    font-size: 15px;
    padding-top:22px;
}
.about2 ul li:hover .ab-img img{
    -webkit-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
}
.about4{
    background: #f9f9f9;
    width: 100%;
    position: relative;
    padding: 63px 0 73px 0;
}
.about4-cen{
    margin-top: 46px;
}
.about4-left{
    width: 650px;
    height: 313px;
    float: left;
}
.about4-left img{
    max-width: 100%;
}
.about4-right{
    width: 407px;
    float: right;
    margin-right: 60px;
}
.about4-right ul li{
    width: 100%;
    margin-top: 28px;
    height: 55px;
    padding-left: 80px;
    padding-top: 11px;
}
.about4-right ul li strong{
    color: #333333;
    font-size: 16px;
}
.about4-right ul li span{
    color: #666666;
    font-size: 16px;
}
.about4-right ul li p{
    color: #666666;
    font-size: 16px;
    text-indent: 104px;
    padding-top: 17px;
}
.about4-right ul li:nth-child(1){
    background: url("../images/co9.png") no-repeat top left;
}
.about4-right ul li:nth-child(2){
    background: url("../images/co10.png") no-repeat top left;
}
.about4-right ul li:nth-child(3){
    background: url("../images/co11.png") no-repeat top left;
}

.about3{
    width: 100%;
    position: relative;
    padding: 85px 0 125px 0;
}
.about3-type{
    width: 456px;
    margin: 0 auto;
    padding:40px 0 0 0;
}
.about3-type ul li{
    width:130px;
    height: 40px;
    margin-right: 27px;
    float: left;
    line-height: 40px;
    border-radius: 6px;
    text-align: center;
    color: #22ac38;
    font-size: 16px;
    position: relative;
    border: 1px solid #22ac38;
    z-index: 100;
    transition: all .3s ease;
    cursor: pointer;
}
.about3-type ul li:last-child{
    margin-right: 0;
}
.about3-type ul li:after{
    display: block;
    content: '';
    width: 0;
    top: 0;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: -1;
    background: #22ac38;
    transition: all .3s ease;
}
.about3-type ul li:hover:after{
    width: 100%;
    transition: all .3s ease;
}
.about3-type ul li:nth-child(3):after{
    display: none;
}
.about3-type ul li.on{
    color: #fff;
}
.about3-type ul li.on:after{
    display: block;
    content: '';
    width: 100%;
    top: 0;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: -1;
    background: #22ac38;
    transition: all .3s ease;
}
.jiance .swiper-slide{
    width: 290px;
    height: 204px;
    overflow: hidden;
}
.jiance .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.qi-prev{
    width: 20px!important;
    height: 37px!important;
    background: url("../images/equ-prev.png") no-repeat center center!important;
    left: -50px!important;
}
.qi-prev:after{
    display: none!important;
}
.qi-next{
    width: 20px!important;
    height: 37px!important;
    background: url("../images/equ-next.png") no-repeat center center!important;
    right: -50px!important;
}
.qi-next:after{
    display: none!important;
}
.sb-prev{
    width: 20px!important;
    height: 37px!important;
    background: url("../images/equ-prev.png") no-repeat center center!important;
    left: -50px!important;
}
.sb-prev:after{
    display: none!important;
}
.sb-next{
    width: 20px!important;
    height: 37px!important;
    background: url("../images/equ-next.png") no-repeat center center!important;
    right: -50px!important;
}
.sb-next:after{
    display: none!important;
}
.jc-prev{
    width: 20px!important;
    height: 37px!important;
    background: url("../images/equ-prev.png") no-repeat center center!important;
    left: -50px!important;
}
.jc-prev:after{
    display: none!important;
}
.jc-next{
    width: 20px!important;
    height: 37px!important;
    background: url("../images/equ-next.png") no-repeat center center!important;
    right: -50px!important;
}
.jc-next:after{
    display: none!important;
}
/*产品定制*/
.dingzhi{
    width: 100%;
    position: relative;
    padding-top: 42px;
}
.dingzhi ul li{
    float: left;
    margin-right: 10px;
    height: 300px;
    position: relative;
    margin-bottom: 50px;
}
.dingzhi ul li .li{
    width: 290px;
    height: 300px;
    border: 1px solid #d2d2d2;
}
.dingzhi ul li .li .dz-img{
    width: 100%;
    position: relative;
    height:227px;
}
.dingzhi ul li .li .dz-img img{
   position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.dingzhi ul li .li p{
    color: #333333;
    font-size: 16px;
    text-align: center;
}
.dingzhi ul li:nth-child(4n){
    margin-right: 0;
}
.dingzhi ul li a{
    position: absolute;
    display: block;
    width: 170px;
    height: 44px;
    background: #d7e9fd url("../images/zixun.png") no-repeat center left 40px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease;
    border-radius: 22px;
    text-indent: 74px;
    color: #056adb;
    font-size: 14px;
    line-height: 44px;
    opacity: 0;
    visibility: hidden;
}
.dingzhi ul li:hover a{
    transition: all .3s ease;
    bottom: -23px;
    opacity: 1;
    visibility: visible;
}
.dingzhi ul li:hover .li{
    border: 1px solid #d7e9fd;
    box-shadow: 0 0 8px #d7e9fd;
}
    /*联系我们*/
.lianxi1{
    width: 100%;
    position: relative;
    padding-top: 44px;
}
.lianxi1-conter{
    height: 140px;
    background: #fafafa;
    padding: 28px 58px;
    margin-top: 28px;
}
.lianxi1-left{
    width: 139px;
    height: 139px;
    overflow: hidden;
    border-radius: 50%;
    background: #fff;
    float: left;
    position: relative;
}
.lianxi1-left img{
    display: block;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.lianxi1-right{
    float: right;
    margin-top: 17px;
    width: 915px;
}
.lianxi1-right p{
    color: #666666;
    font-size: 14px;
    line-height: 34px;
}
.lianxi2{
    width: 100%;
    margin-top: 18px;
}
.lianxi2 ul li{
    width: 228px;
    height: 288px;
    float: left;
    border: 1px solid #ebebeb;
    margin-right: 12px;
    text-align: center;
}
.lianxi2 ul li:last-child{
    margin-right: 0;
}
.lianxi2 ul li img{
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-top: 47px;
}
.lianxi2 ul li small{
    color: #666666;
    font-size: 14px;
    display: block;
    padding-top: 15px;
}
.lianxi2 ul li p{
    color: #666666;
    font-size: 18px;
    padding-top: 40px;
}
.lianxi3{
    margin-top: 53px;
}
.contact-map{
    margin-top: 38px;
    margin-bottom: 38px;
}
#dituContent{
    height: 426px;
    width: 100%;
}
/*左侧栏*/
.pro-type{
    width: 255px;
    float: left;
}
/*侧边栏*/
.pro-type{
    width: 278px;
    background: #e1f1fe;
    float: left;
}
.pro-title{
    width: 100%;
    height: 62px;
    line-height: 62px;
    background: #056adb url("../images/pro-title.png") no-repeat center center;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}
.pro-type ul{
    width: 235px;
    margin: 20px 20px 35px 20px;
}
.pro-type ul li{
    width: 215px;
    margin: 0 auto;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 6px;
}
.pro-type ul li>a{
    display: block;
    color: #333333;
    font-size: 16px;
    text-indent: 18px;
    line-height: 53px;
    background: url("../images/jia.png") no-repeat center right 20px;
}
.pro-type ul li>a.xzl{
    color: #056adb;
    font-weight: bold;
}
.pro-erji{
    display: none;
}
.pro-erji a:hover{
    color: #0670c2;
}
.pro-erji a{
    font-size: 14px;
    display: block;
    color: #666666;
    padding-left: 18px;
    line-height: 30px;
}
.pro-erji a span{
    font-size: 20px;
}
.pro-erji a.erji{
    color: #0670c2;
}
/*产品列表*/
.pro-nei{
    margin: 45px 0;
}
.pro-right{
    width: 895px;
    float: right;
}
.pro-right ul li{
    width: 280px;
    height: 325px;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
    -webkit-transition: 400ms 0s all ease;
    -moz-transition: 400ms 0s all ease;
    -ms-transition: 400ms 0s all ease;
    -o-transition: 400ms 0s all ease;
    transition: 400ms 0s all ease;
}
.pro-right ul li:nth-child(3n){
    margin-right: 0;
}
.pro-top{
    width: 280px;
    height: 210px;

    background: #fff;
}
.pro-img{

    height: 285px;
    border: 4px solid #eee;
    border-bottom: none;
}
.pro-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cp-logo{
    float: right;
    padding-top: 8px;
    padding-right: 12px;
}
.pro-text{
    width: 100%;
    height: 40px;
    background: #e1f1fe;
    line-height: 40px;
    text-align: center;
    color: #333333;
    font-size: 14px;
}
.pro-right ul li:hover .pro-top{
    border: 4px solid #0670c2;
    border-bottom: none;
    -webkit-transition: 400ms 0s all ease;
    -moz-transition: 400ms 0s all ease;
    -ms-transition: 400ms 0s all ease;
    -o-transition: 400ms 0s all ease;
    transition: 400ms 0s all ease;
}
.pro-right ul li:hover .pro-text{
    color: #fff;
    background: #056adb;
    -webkit-transition: 400ms 0s all ease;
    -moz-transition: 400ms 0s all ease;
    -ms-transition: 400ms 0s all ease;
    -o-transition: 400ms 0s all ease;
    transition: 400ms 0s all ease;
}


/*产品详情*/
.prodect-Info .info-center{
    width: 855px;
    float: right;
}
.infoCenter-right{
    margin-top: 20px!important;
}
.info-pro{
    padding-bottom: 47px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
}
.info-left{
    width: 455px;
    float: left;
}
.gallery-top2 {
    height: 320px;
    width: 455px;
}
.info-pic{
    width: 99%;
    height: 99%;
    overflow: hidden;
    border: 1px solid #eee;
}
.info-pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.info-pic1{
    width:99%;
    height: 98%;
    overflow: hidden;
    border: 1px solid #eee;
}
.info-pic1 img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.gallery-thumbs2 {
    height: 100px;
    box-sizing: border-box;
    margin-top: 15px;
    width: 100%;
}
.gallery-thumbs2 .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.6;
}
.gallery-thumbs2 .swiper-slide-thumb-active {
    opacity: 1;
}
.cp-left{
    width: 20px!important;
    height: 37px!important;
    background: url("../images/equ-prev.png") no-repeat center center;
    left: 0!important;

}
.cp-left:after{
    display: none;
}
.cp-right{
    width: 20px!important;
    height: 37px!important;
    background: url("../images/equ-next.png") no-repeat center center;
    left: 95%!important;

}
.cp-right:after{
    display: none;
}
.info-right{
    width: 665px;
    float: right;
}
.info-right h3{
    color: #494949;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 40px;
}
.info-right p{
    line-height: 35px;
    font-size: 16px;
}
.info-right a{
    display: block;
    width: 150px;
    height: 40px;
    background: #e1f1fe;
    border-radius: 18.5px;
    float: left;
    line-height: 40px;
    text-align: center;
    color: #0670c2;
    font-size: 16px;
    margin-top:25px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.info-right a:hover{
    background: #0670c2;
    color: #fff;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.inpro-tel{
    width: 100%;
    margin-top: 37px;
}
.inpro-tel a{
    display: block;
    float: left;
}
.inpro-tel img{
    display: block;
    float: left;
    margin-right: 26px;
}
.inpro-tel p{
    color: #b5b5b5;
    font-size: 14px;
}
.inpro-tel strong{
    color:#015aaa;
    font-size: 32px;
    font-family: ziti;
    font-weight: normal;
}
.inpro-tit{
    border: 1px solid #d7d7d7;
    background: #fafafa;
    padding: 40px 27px;
    color: #707070;
    font-size: 14px;
    line-height: 26px;
    margin-top: 40px;
}
.cp-title{
    width: 100%;
    border-left: 4px solid #015aaa;
    color: #5a5a5a;
    font-size: 22px;
    text-indent: 10px;
    font-weight: bold;
    margin-bottom: 40px;
}
.cp-title small{
    color: #ababab;
    font-size: 14px;
    padding-left: 10px;
    font-weight: normal;
}
.case_fieldset {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari*/
    padding: 10px;
}
.case_fieldset legend {
    margin-left: 8px;
    padding-left: 5px;
    padding-right: 5px;
}
.inner_des_title {
    width:100px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: -47px;
    padding-left: 10px;
    background: #fff;
}
.inner_des_title .w1 {
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 22px;
    color: #f8b62c;
}
.inner_des_title .w2 {
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 13px;
    color: #c1c1c1;
}
.center-content p{
    font-size: 14px;
    line-height: 24px;
}

#main .company-main {
  padding: 50px 0 60px;
  background: #f2f2f2;
  overflow: hidden;
}
#main .company-main .warpper {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 2px 1px rgba(102, 102, 102, 0.1);
}
#main .company-main .com-main-left,
#main .company-main .com-main-rig {
  position: relative;
  float: left;
  height: 490px;
  overflow: hidden;
}
#main .company-main .com-main-left {
  padding: 0 47px 0 30px;
  width: 523px;
}
#main .company-main .com-main-left .title {
  margin: 35px 0 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
}
#main .company-main .com-main-left .title h3 {
  font-size: 22px;
  color: #0058b1;
  font-weight: bold;
  margin-bottom: 4px;
}
#main .company-main .com-main-left .title em {
  font-size: 16px;
  color: #d1d1d1;
}
#main .company-main .com-main-left .com-content {
  overflow: hidden;
  font-size: 14px;
  color: #595959;
  line-height: 24px;
  height: 216px;
}
#main .company-main .com-main-left .com-content img {
  max-width: 100%;
}
#main .company-main .com-main-left .com-btn {
  margin-top: 35px;
  float: left;
  overflow: hidden;
  border: 1px solid #268ae7;
}
#main .company-main .com-main-left .com-btn a {
  display: block;
  width: 145px;
  float: left;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #595959;
}
#main .company-main .com-main-left .com-btn a.active {
  background: #268ae7;
  color: #fff;
}
#main .company-main .com-main-rig {
  width: 600px;
}
#main .company-main .com-main-rig .company-img {
  position: relative;
  width: 570px;
  height: 420px;
  font-size: 0;
  text-align: center;
  line-height: 420px;
  margin-top: 35px;
  z-index: 1;
}
#main .company-main .com-main-rig .company-img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
#main .company-main .com-main-rig::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  width: 450px;
  background: #0058b1;
}
#main .news-main {
  background: #fff;
  overflow: hidden;
  padding: 50px 0 40px;
}
#main .news-main .news-content {
  float: left;
  width: 600px;
}
#main .news-main .news-content .news-title {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #323232;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}
#main .news-main .news-content .news-title a {
  font-weight: normal;
  float: right;
  font-size: 14px;
  color: #0058b1;
}
#main .news-main .news-content .news-title a:hover {
  text-decoration: underline;
}
#main .news-main .news-content .news-show {
  overflow: hidden;
  height: 140px;
  margin-bottom: 25px;
}
#main .news-main .news-content .news-show .show-box {
  width: 160px;
  float: left;
  text-align: center;
  line-height: 140px;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  background: #0058b1;
}
#main .news-main .news-content .news-show .show-img {
  float: left;
  width: 440px;
  height: 140px;
  font-size: 0;
  text-align: center;
  line-height: 140px;
}
#main .news-main .news-content .news-show .show-img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
#main .news-main .news-content .news-show-one {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ededed;
}
#main .news-main .news-content .news-show-one .title {
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

#main .news-main .news-content .news-show-one .title a {
  display: block;
  float: left;
  color: #323232;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main .news-main .news-content .news-show-one .title a h4{
  font-weight: bold !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main .news-main .news-content .news-show-one .title a:hover {
  color: #0058b1;
}
#main .news-main .news-content .news-show-one .title span {
  float: right;
  color: #808080;
}
#main .news-main .news-content .news-show-one .title span em {
  color: #d9d9d9;
  margin: 0 5px;
}
#main .news-main .news-content .news-show-one .news-p {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
}
#main .news-main .news-content .news-list {
  overflow: hidden;
}
#main .news-main .news-content .news-list ul {
  margin: 0 -20px;
}
#main .news-main .news-content .news-list ul li {
  float: left;
  width: 280px;
  margin: 0 20px;
  font-size: 14px;
  line-height: 30px;
}
#main .news-main .news-content .news-list ul li a {
  position: relative;
  padding-left: 10px;
  display: block;
  color: #808080;
}
#main .news-main .news-content .news-list ul li a h4{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main .news-main .news-content .news-list ul li a::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 2px;
  background: #555555;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
#main .news-main .news-content .news-list ul li a:hover {
  color: #0058b1;
}
#main .news-main .online-main {
  width: 480px;
  float: right;
}
#main .news-main .online-main .title {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #323232;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}
#main .news-main .online-main .online-form {
  overflow: hidden;
}
#main .news-main .online-main .online-form input {
  float: left;
  display: block;
  width: 460px;
  padding: 0 9px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ededed;
  margin-bottom: 13px;
  font-size: 14px;
  color: #323232;
}
#main .news-main .online-main .online-form input.code {
  width: 300px;
}
#main .news-main .online-main .online-form a {
  display: block;
}
#main .news-main .online-main .online-form a.code {
  float: right;
  height: 42px;
  max-width: 130px;
  line-height: 42px;
  font-size: 0;
  text-align: center;
}
#main .news-main .online-main .online-form a.code img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
#main .news-main .online-main .online-form textarea {
  display: block;
  float: left;
  font-size: 14px;
  color: #323232;
  width: 460px;
  border: 1px solid #ededed;
  height: 120px;
  line-height: 30px;
  padding: 5px 9px;
  margin-bottom: 26px;
}
#main .news-main .online-main .online-form .btn-box {
  float: left;
  width: 100%;
  overflow: hidden;
}
#main .news-main .online-main .online-form .btn-box a.btn {
  display: block;
  width: 265px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background: #268ae7;
  color: #fff;
  margin: 0 auto;
}
#main .news-main .online-main .online-form .btn-box a.btn:hover {
  background: #0058b1;
}
.link-cover {
  overflow: hidden;
  padding: 30px 0 20px;
  border-top: 1px solid #e6e6e6;
}
.link-cover .title {
  float: left;
  width: 80px;
  height: 35px;
  background: url(../images/link-icon.png) no-repeat left center;
}
.link-cover .link-list {
  float: left;
  width: 1000px;
  height: 35px;
  overflow: hidden;
}
.link-cover .link-list a {
  display: block;
  float: left;
  height: 35px;
  line-height: 35px;
  padding: 0 22px;
  font-size: 14px;
  color: #808080;
}
.link-cover .link-list a img{
  display: block;
  height: 25px;
  margin:5px 0 0;
  width: auto;
}
.link-cover .link-list a:hover {
  color: #268ae7;
}
.link-cover .link-list em {
  display: block;
  float: left;
  font-size: 14px;
  color: #e6e6e6;
  line-height: 35px;
}
.link-cover .link-list.active {
  height: auto;
}
.link-cover .link-more {
  cursor: pointer;
  float: right;
  font-size: 14px;
  color: #4c4c4c;
  line-height: 35px;
  height: 35px;
  padding-right: 20px;
  background: url(../images/down-arr.png) no-repeat right center;
}
.link-cover .link-more.on {
  background: url(../images/up-arr.png) no-repeat right center;
}



.m-column-t {
  position: relative;
  text-align: center;
  font-size: 0;
}
.m-column-t .center {
  display: inline-block;
  font-size: 0;
}
.m-column-t .center h3 {
  color: #333;
  font-size: 30px;
}
.m-column-t .center p {
  color: #d2d2d2;
  font-size: 30px;
}
.m-column-t span {
  position: absolute;
  width: 415px;
  top: 50%;
  margin-top: -5px;
  height: 5px;
  border-bottom: 1px solid #d2d2d2;
  z-index: 1;
}
.m-column-t span.mcl {
  left: 0;
}
.m-column-t span.mcl em {
  float: right;
}
.m-column-t span.mcr {
  right: 0;
}
.m-column-t span em {
  display: block;
  height: 11px;
  border-left: 1px solid #d2d2d2;
}
.textLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textLine3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textHidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.domHidden {
  overflow: hidden;
}
.about-main {
  padding: 20px 0 70px;
  min-height: 170px;
}
.about-main .ab-content {
  float: right;
  width: 925px;
}
.about-main .ab-content .title {
  line-height: 50px;
}
.about-main .ab-content .title a {
  color: #333;
  padding: 0 5px;
}
.about-main .ab-content .title span.icon-home {
  color: #535353;
}
.about-main .ab-content .title em {
  color: #999;
}
.about-main .ab-content .ab-conBox {
  overflow: hidden;
  background: #fff;
  min-height: 55px;
  padding: 30px 45px 40px;
}
.about-main .ab-content .ab-conBox .de-title {
  text-align: center;
  font-size: 20px;
  color: #333;
  line-height: 25px;
  margin-bottom: 8px;
}
.about-main .ab-content .ab-conBox .sub-co {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 18px;
}
.about-main .ab-content .ab-conBox .ab-detail {
  overflow: hidden;
  margin-top: 30px;
  font-size: 14px;
  color: #777373;
  line-height: 25px;
}
.ab-sild {
  float: left;
  width: 260px;
}
.ab-sild .title {
  position: relative;
  height: 50px;
  text-align: center;
  background: #f3c04b;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span {
  position: absolute;
  height: 3px;
  width: 30px;
  top: 50%;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span em {
  display: block;
  height: 7px;
  border-left: 1px solid #fff;
}
.ab-sild .title span.stl {
  left: 35px;
}
.ab-sild .title span.stl em {
  float: right;
}
.ab-sild .title span.str {
  right: 35px;
}
.ab-sild .sild-cate {
  background: #fff;
  margin-bottom: 20px;
}
.ab-sild .sild-cate .list {
  overflow: hidden;
}
.ab-sild .sild-cate .list li {
  position: relative;
  border-bottom: 1px solid #eee;
  height: 60px;
  line-height: 60px;
}
.ab-sild .sild-cate .list li a {
  display: block;
  padding-right: 35px;
  font-size: 14px;
  color: #333;
  padding-left: 20px;
}
.ab-sild .sild-cate .list li:last-child {
  border-bottom: none;
}
.ab-sild .sild-cate .list li:hover {
  border-color: #f3c04b;
  background: #f3c04b;
}
.ab-sild .sild-cate .list li:hover a {
  color: #fff;
}
.ab-sild .sild-cate .list li:hover:after {
  color: #fff;
}
.ab-sild .sild-cate .list li:after {
  font-weight: bold;
  right: 20px;
  top: 0;
  color: #999;
  position: absolute;
  content: "\e904";
  font-family: 'icomoon' !important;
}
.ab-sild .sild-cont {
  background: #fff;
}
.ab-sild .sild-cont .cont-list {
  padding: 20px;
}
.ab-sild .sild-cont .cont-list ul li {
  color: #333;
  padding: 5px 0;
  padding-left: 60px;
  font-size: 14px;
}
.ab-sild .sild-cont .cont-list ul li span {
  width: 60px;
  margin-left: -60px;
  display: block;
  height: 20px;
  line-height: 20px;
  float: left;
  color: #666;
}
.pro-center {
  background: #fff;
  padding-bottom: 25px;
}
.pro-center .pro-list {
  overflow: hidden;
  padding: 25px 18px 10px;
}
.pro-center .pro-list ul li {
  float: left;
  width: 200px;
  margin: 0 10px 20px;
  border: 1px solid #fff;
}
.pro-center .pro-list ul li:hover {
  border-color: #f3c04b;
}
.pro-center .pro-list ul li .img {
  overflow: hidden;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-size: 0;
  background: #eee;
}
.pro-center .pro-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.pro-center .pro-list ul li .title {
  background: #f7f8fc;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.pro-center .pro-list ul li .title:hover {
  color: #f3c04b;
}
.page {
  font-size: 0;
  text-align: center;
}
.page .center {
  display: inline-block;
  overflow: hidden;
}
.page .center .page-span {
  float: left;
  font-size: 14px;
  color: #c3c3c3;
  line-height: 32px;
  margin-right: 30px;
}
.page .center .page-list {
  float: left;
  overflow: hidden;
}
.page .center .page-list ul li {
  float: left;
  width: auto;
  min-width: 30px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin: 0 4px;
  padding: 0;
  border: none;
  background: transparent;
}
.page .center .page-list ul li a {
  min-width: 20px;
  padding: 0 5px;
  border: 1px solid #eee;
  display: block;
  color: #333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.page .center .page-list ul li:hover a {
  color: #f3c04b;
}
.page .center .page-list ul li.active a {
  background: #f3c04b;
  color: #fff;
}

.news-center .new-list {
  padding: 45px 45px 0px;
}
.news-center .new-list ul li {
  margin-bottom: 35px;
  border-bottom: 1px solid #eee;
}
.news-center .new-list ul li a {
  overflow: hidden;
  display: block;
  height: 90px;
  padding-bottom: 30px;
}
.news-center .new-list ul li a .img {
  float: left;
  width: 130px;
  height: 90px;
  background: #eee;
  line-height: 90px;
  font-size: 0;
  text-align: center;
}
.news-center .new-list ul li a .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.news-center .new-list ul li a .info {
  float: right;
  width: 690px;
}
.news-center .new-list ul li a .info h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}
.news-center .new-list ul li a .info em {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-bottom: 10px;
}
.news-center .new-list ul li a .info p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  max-height: 44px;
  overflow: hidden;
}
.news-center .new-list ul li a:hover h3 {
  color: #f3c04b;
}
.message-c {
  background: #fff;
  padding: 40px 50px;
  overflow: hidden;
}
.message-c .p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 35px;
}
.message-c .from input {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 5px;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.message-c .from input[name=user],
.message-c .from input[name=phone] {
  width: 348px;
}
.message-c .from textarea {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: block;
  width: 728px;
  height: 130px;
  border: 1px solid #d2d2d2;
  padding: 5px;
  margin-bottom: 10px;
}
.message-c .from .code {
  overflow: hidden;
}
.message-c .from .code input[name=code] {
  width: 258px;
  float: left;
}
.message-c .from .code a {
  display: block;
  float: left;
  width: 80px;
  height: 38px;
  padding: 1px 0;
  margin-left: 10px;
}
.message-c .from .code a img {
  width: 80px;
  height: 38px;
}
.message-c .from .btn {
  padding-top: 25px;
}
.message-c .from .btn a {
  display: block;
  width: 362px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #8fa4de;
}
.message-c .from .btn a:hover {
  background: #8397d0;
}
.contact-o {
  background: #fff;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}
.contact-o iframe {
  width: 830px;
  height: 500px;
  margin: 0 auto;
}
/*内页产品分类*/
.inner-pro-type{
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.inner-pro-type ul li{
  width: 120px;
  line-height: 40px;
  border: 1px solid #eee;
  text-align: center;
  margin-right: 20px;
  float: left;
}
.inner-pro-type ul li a{
  color: #999;
  display: block;
  width: 100%;
}
.inner-pro-type ul li:hover{
  background: #395899;
}
.inner-pro-type ul li:hover a{
  color: #fff;
}
.inner-pro-type ul li .pro-active{
  background: #ec5c2b;
  color: #fff;
}
.lx-list{
    padding: 20px 0;
}
.side-lianxi p{
    padding: 0 20px;
    line-height: 30px;
}
/*# sourceMappingURL=./index.css.map */
/*品牌简介*/
.about-img{
    width: 100%;
    padding-top:20px;
}
.about-content {
    margin-top: 47px;

}
.cul-content{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 92px;
}
.culture{
    margin-top: 50px;
}
.cul-left{
    width: 502px;
    float: left;
    padding-top: 23px;
}
.cul-left p{
    color: #858585;
    font-size: 14px;
    line-height: 50px;
}
.cul-right{
    width: 582px;
    float: right;
    position: relative;
}
.cul-text{
    position: absolute;
    top: 110px;
}
.cul-right h3{
    color: #3c3c3c;
    font-size: 24px;
    font-weight: bold;
}
.cul-right p{
    color: #9b9b9b;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 6px;
}

.common-inner .inner-right .de-contact .contact-list {
    width: 43%;
    float: left;
    padding: 20px 20px 30px 20px;;
    background:#fff url("../img/cimg18.png") no-repeat center center;
}
.contact-list ul{
    background:#f5f5f5;
    height: 258px;
    padding: 20px;
}
.contact-list h3{
    font-size: 20px;
    color: #333;
    line-height: 50px;
    margin-bottom: 30px;
}
.contact-list h3:after{
    display: block;
    content: '';
    width: 40px;
    height: 4px;
    background: #22ac38;

}
.common-inner .inner-right .de-contact .contact-list ul li {
    min-height: 28px;
    padding-left: 50px;
    float: left;
    width: 100%;
    font-size: 14px;
    color: #595959;
    line-height: 20px;
    padding-top: 8px;
    margin-bottom: 14px;
    word-wrap: break-word;
}

.common-inner .inner-right .de-contact .contact-list ul li span {
    display: block;
    float: left;
    color: #999;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-01 {
    background: url(../images/contact-icon-01.png) no-repeat left top;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-02 {
    background: url(../images/contact-icon-02.png) no-repeat left top;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-03 {
    background: url(../images/contact-icon-03.png) no-repeat left top;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-04 {
    background: url(../images/contact-icon-04.png) no-repeat left top;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-05 {
    background: url(../images/contact-icon-05.png) no-repeat left top;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-06 {
    background: url(../images/contact-icon-06.png) no-repeat left top;
}
.c-liuyan{
    width: 50%;
    float: right;
    padding: 20px 20px 30px 20px;
    background: #fff;
}
.c-liuyan h3{
    font-size: 20px;
    color: #333;
    line-height: 50px;
    margin-bottom: 30px;
}
.c-liuyan h3:after{
    display: block;
    content: '';
    width: 40px;
    height: 4px;
    background: #22ac38;
}
.c-liuyan input{
    width: 49%;
    margin-right: 2%;
    height: 50px;
    text-indent: 20px;
    color: #333;
    line-height: 50px;
    background: #eee;
    float: left;
}
.c-liuyan input:nth-child(2){
    margin-right: 0;
}
.c-liuyan textarea{
    width: 100%;
    height: 100px;
    background: #eee;
    margin-top: 2%;
    line-height: 50px;
    text-indent: 20px;
    margin-bottom: 2%;
}
.c-liuyan .verify{
    width: 49%;
    float: right;
    height: 50px;
}
.c-liuyan .verify img{
    display: block;
    width: 100%;
    height: 100%;
}
.c-liuyan .submit{
    width: 100%;
    height: 50px;
    background: #22ac38;
    line-height: 50px;
    text-align: center;
    color: #fff;
    margin-top: 21px;
    cursor: pointer;
}
.c-liuyan .submit:hover{
    background: #1c902f;
}
.contact-map {
    overflow: hidden;
    width: 100%;
    height: 500px;
    margin-top: 30px;
}
.contact-map #dituContent {
    width: 100%;
    height: 100%;
}
.inner-contact {
    width: 260px;
    margin-top: 18px;
}