@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
 @font-face{
	font-family: "ReemKufi";
	src: url('../font/ReemKufi-Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
   font-family: "SourceHanSansCN";
   src: url('../font/SourceHanSansCN.otf') format('opentype');
   font-weight: normal;
   font-style: normal;
}
@font-face{
   font-family: "weizheng";
   src: url('../font/微软正黑体.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}
 /* header */
header{
    width:100%;
    position: relative;
    z-index: 10;
}
.header-top{
    height: 100px;
    position: relative;
    width: 100%;
}
.logo{
    float: left;
    width: 688px;
    margin-top: 20px;
}
.logo img{
    display: block;
    width: 100%;
}
.hotline ul{
    display: flex;
}
.hotline{
    float: right;
    margin-top: 36px;
}
.hotline ul li:last-child{
    margin-left: 28px;
}
.hotline ul li span{
    color: #333333;
    vertical-align: middle;
}
.bshare-custom ul li{
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50px;
} 
.nav{
    width: 100%;
    height: 48px;
    background: #008cd6;
}
.nav-ul{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.nav-ul li{
    position: relative;
}
.nav-ul li > a{
    height: 48px;
    line-height: 48px;
    width: 150px;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: all 0.5s;
    background: transparent;
    text-align: center;
    text-transform: uppercase;

}
.navbox{
   position: relative;
}
.nav-share{
    position: absolute;
    top: 0;
    right: 0;
}
.bshare-custom ul li:first-child a{
    display: block !important;
    padding-left: 0 !important;
}
.bshare-custom a:hover{
    opacity: 1 !important;
}
.bshare-custom ul{
    display: flex;
}
.bshare-custom ul li{
    margin-left: 15px;
}
.bshare-custom ul li a{
    width: 26px;
    height: 26px;
    text-align: center;
    color: #008cd6;
    line-height: 26px;
}
.bshare-custom ul li:first-child a:hover{
    color: #fff;
}
.bshare-custom ul li:hover{
    background: #f08300;
}
.bshare-custom ul li .bshare-qqim{
    background: url(../img/nav-qq.png) no-repeat center;
}
.bshare-custom ul li:hover .bshare-qqim{
    background: url(../img/nav-qqh.png) no-repeat center;
}
.bshare-custom ul li .bshare-weixin{
    background: url(../img/nav-wx.png) no-repeat center;
}
.bshare-custom ul li:hover .bshare-weixin{
    background: url(../img/nav-wxh.png) no-repeat center;
}
.bshare-custom ul li .bshare-qqmb{
    background: url(../img/nav-txwb.png) no-repeat center;
}
.bshare-custom ul li:hover .bshare-qqmb{
    background: url(../img/nav-txwbh.png) no-repeat center;
}

.bshare-custom ul li .bshare-twitter{
    background: url(../img/nav-tw.png) no-repeat center;
}
.bshare-custom ul li:hover .bshare-twitter{
    background: url(../img/nav-twh.png) no-repeat center;
}
.bshare-custom ul li .bshare-facebook{
    background: url(../img/nav-f.png) no-repeat center;
}
.bshare-custom ul li:hover .bshare-facebook{
    background: url(../img/nav-fh.png) no-repeat center;
}

.nav-ul li:hover>a, .nav-ul .nav-active > a{
    background: #f08300;
    color: #fff;
}
.bshare-custom{
    margin-top: 12px;
}
.nav-sub{
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 66;
    display: none;
    width: 100%;
    box-sizing: border-box;
}
.nav-sub dl dd{
    margin-top: 2px;
}
.nav-sub dl dd a{
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    /* text-align: center; */
    padding-left: 42px;
    background: #00479d;
}
.nav-sub dl dd:hover a{
    background: #08356b;
}
@media(max-width: 1400px){
    .logo{
        width: 500px;
        margin-top: 29px;
    }
    .nav-ul li > a{
        width: 130px;
    }
    .nav-sub dl dd a{
        padding-left: 32px;
    }
}
@media(max-width:1200px){
    .logo{
        width: 340px;
        margin-top: 35px;
    }
    .nav-ul li > a{
        width: 115px;
    }
    .nav-sub dl dd a{
        padding-left: 0px;
        text-align: center;
    }
    .hotline ul li span{
        font-size: 14px;
    }
}
@media(max-width: 991px){
    .header-top{
        height: 70px;
    }
    .logo{
        width: 500px;
        margin-top: 14px;
    }
    .hotline{
        display: none;
    }
    .nav{
        display: none;
    }
}
@media(max-width: 599px){
    .logo{
        width: 260px;
        margin-top: 19px;
    }
}
@media(max-width: 599px){
    .logo{
        width: 300px;
        margin-top: 22px;
    }
}
/*首页关于我们*/
#homeabout{
    margin-top: 100px;
}
.home-tit h2{
    color: #000;
}
.home-tit h3{
    color: #000;
    margin-top:10px;
}
.home-tit{
    font-size: 48px;
    text-transform: uppercase;
    font-family: "ReemKufi";
    font-weight: bold;
}
.homeabout-box{
    display: flex;
}
.home-aboutl{
    width: 50%;
}
.home-aboutlimg{
    width: 100%;
    overflow: hidden;
}
.home-aboutlimg img{
    width: 100%;
    display: block;
    transition: all .5s;
}
.home-aboutlimg:hover img{
    transform: scale(1.1);
}
.home-aboutr{
    width: 50%;
    padding-left: 60px;
    display: flex;
}
.home-aboutrtxt{
    margin-top: 70px;
    color: #666666;
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
}
.home-aboutr .swiper-aboutr .swiper-button-prev, .home-aboutr .swiper-aboutr  .swiper-button-next{
    top: auto;
    bottom: 0;
    width: 54px;
    height: 54px;
}
.home-aboutr .swiper-aboutr .swiper-button-prev{
    left: 0;
    background: #008cd6 url(../img/homeabout-arrow.png) no-repeat center;
    transform: rotate(180deg);
}
.home-aboutr .swiper-aboutr .swiper-button-prev:hover{
    background: #f08300 url(../img/homeabout-arrow.png) no-repeat center;
}
.home-aboutr .swiper-aboutr .swiper-button-next{
    background: #008cd6 url(../img/homeabout-arrow.png) no-repeat center;
    left:64px;
}
.home-aboutr .swiper-aboutr .swiper-button-next:hover{
    background: #f08300 url(../img/homeabout-arrow.png) no-repeat center;
}
@media(max-width: 1400px){
    .swiper-aboutr .home-tit{
        font-size: 40px;
    }
    .home-aboutrtxt{
        margin-top: 30px;
    }
}
@media(max-width: 1200px){
    .home-aboutrtxt{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        word-break: break-all;
        text-overflow: ellipsis;
    }
    #homeabout{
        margin-top: 80px;
    }
}
@media(max-width: 991px){
    .homeabout-box{
        flex-direction: column-reverse;
    }
    .home-aboutl{
        width: 100%;
    }
    .home-aboutr{
        width: 100%;
        padding-left: 0px;
    }
    .home-aboutrtxt{
        padding-bottom: 80px;
        -webkit-line-clamp: 100;
    }
    #homeabout{
        margin-top: 60px;
    }
}
/*首页产品分类*/
#homecate{
    margin-top: 100px;
}
.hometitflex{
    display: flex;
    line-height: 48px;
}
.hometitflex h3{
    margin-top: 0px;
    color: #008cd6;
    margin-left: 14px;
}
.homecatetit{
    justify-content: center;
}

#owl-demo .item {
    display: block;
    position: relative;
    background: red;
}
#owl-demo img {
    display: block;
    width: 100%;
}
.homecate-boxw{
    margin-top: 60px;
}
.homecate-owlzz{
    position: absolute;
    top:100%;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    padding:30px;
    transition: all 0.4s;
}
#owl-demo .homecate-owlzz img{
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.homecate-owlzzborder{
    border: 1px solid #fff;
    height: 100%;
    text-align: center;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}
.homecate-owlzzdw{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.homecate-owlzzdw h3{
    white-space:nowrap;
    margin-bottom: 14px;
}
#owl-demo .owl-item:hover .homecate-owlzz{
    top: 0;
}
#owl-demo .owl-item{
    cursor: pointer;
}
.homeowl-name{
    font-size: 24px;
    font-family: "ReemKufi";
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    white-space:nowrap;
}
#owl-demo .owl-item:hover .homeowl-name{
    display: none;
}
#owl-demo  .owl-buttons .owl-prev{
    width: 50px;
    height: 50px;
    background: #008cd6 url(../img/homecate-arrowp.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    opacity: 1;
}
#owl-demo  .owl-buttons .owl-next{
    width: 50px;
    height: 50px;
    background: #008cd6 url(../img/homecate-arrow.png) no-repeat center;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    opacity: 1;
}
#owl-demo .owl-buttons .owl-prev:hover{
    background: #f08300 url(../img/homecate-arrowp.png) no-repeat center;
}
#owl-demo  .owl-buttons .owl-next:hover{
    background: #f08300 url(../img/homecate-arrow.png) no-repeat center;
}
@media(max-width: 1400px){
    .homecate-owlzzdw h3{
        font-size: 20px;
    }
}
@media(max-width:1200px){
    #homecate{
        margin-top: 80px;
    }
}
@media(max-width:991px){
    #homecate{
        margin-top: 55px;
    }
    .homecate-boxw{
        margin-top: 35px;
    }
}
@media(max-width:599px){
    .homecate-owlzzdw h3{
        font-size: 16px;
    }
}

/*首页产品中心*/
#homepro{
    margin-top: 100px;
    padding-bottom: 65px;
}
#homepro .homepro-titcolor h3{
    color: #f08300;
}
.hpro-top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.hpro-btn{
    width: 120px;
    display: flex;
    justify-content: space-between;
}
.hpro-btn .swiper-button-prev,
.hpro-btn .swiper-button-next{
    width: 55px;
    height: 55px;
    margin-top: 0px;
    position: relative;
    top: auto;
    background-color: #008cd6;
    background-size: 11px 20px;
}
.hpro-btn .swiper-button-prev{
    left: auto;
    background-image: url(../img/homeabout-arrow.png);
    transform: rotate(180deg);
}
.hpro-btn .swiper-button-next{
    right: auto;
    background-image: url(../img/homeabout-arrow.png);
}
.hpro-btn .swiper-button-prev:hover,
.hpro-btn .swiper-button-next:hover{
    background-color: #f08300;
}
.hpro-item{
    width: 100%;
}
.hpro-img{
    overflow: hidden;
    width: 100%;
}
.hpro-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.hpro-item p{
    color: #000;
    font-size: 24px;
    font-family: Arial;
    padding-top: 20px;
    padding-bottom: 36px;
    text-align: center;
}
.hpro-item:hover .hpro-img img{
    transform: scale(1.1);
}
.hpro-item:hover p{
    color: #008cd6;
}
@media(max-width: 1200px){
    #homepro{
        margin-top: 80px;
        padding-bottom: 40px;
    }
}
@media(max-width: 991px){
    #homepro{
        margin-top: 60px;
        padding-bottom: 10px;
    }
    .hpro-top{
        margin-bottom: 30px;
    }
}
@media(max-width: 767px){
    .home-tit{
        font-size: 34px;
    }
    .hpro-top{
        align-items: center;
    }
    .homecate-boxw{
        margin-top: 40px;
    }
    #homepro{
        margin-top: 50px;
    }
    #homeabout{
        margin-top: 50px;
    }
}
@media(max-width: 599px){
    .hpro-top{
        align-items: flex-start;
        flex-direction: column;
    }
    .home-tit{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .hpro-item p{
        padding-bottom: 20px;
    }
    #homepro{
        padding-bottom: 20px;
    }
}
#homenews{
    background: #eee;
    padding-top: 100px;
    padding-bottom: 100px;
}
.hnews-main{
    display: flex;
    justify-content: space-between;
}
.hnews-left{
    width: 50%;
    display: flex;
    padding-right: 55px;
    flex-direction: column;
}
.hnews-right{
    width: 50%;
}
.hnews-title{
    font-family: "ReemKufi";
    font-size: 48px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-bottom: 40px;
}
.hnews-title h2{
    color: #000;
    font-weight: bold;
    margin-right: 10px;
}
.hnews-title h3{
    color: #008cd6;
    font-weight: bold;
}
.hnews-text h5 a{
    color: #000;
    font-size: 24px;
    line-height: 30px;
}
.hnews-info{
    display: flex;
    flex: 1;
}
.hnews-text h5 a:hover{
    color: #008cd6;
}
.hnews-text p{
    color: #666;
    margin-top: 25px;
    font-size: 16px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.swiper-hnewsInfo > .swiper-pagination-bullets{
    bottom: 2px;
    left: 0px;
}
.swiper-hnewsInfo .swiper-pagination{
    text-align: left;
    display: flex;
}
.swiper-hnewsInfo .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #f08300;
    opacity: 1;
}
.swiper-hnewsInfo .swiper-pagination-bullet-active{
    background: #008cd6;
}
.swiper-hnewsInfo > .swiper-pagination-bullets .swiper-pagination-bullet{
    margin-left: 0px;
    margin-right: 14px;
}
.hnews-img{
    width: 100%;
    overflow: hidden;
}
.hnews-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.hnews-img:hover img{
    transform: scale(1.1);
}
@media(max-width: 1400px){
    .hnews-text p{
        line-height: 26px;
    }
}
@media(max-width: 1200px){
    #homenews{
        padding: 80px 0px;
    }
    .hnews-text p{
        line-height: 26px;
        -webkit-line-clamp: 2;
    }
    .hnews-title{
        font-size: 44px;
        line-height: 44px;
        margin-bottom: 20px;
    }
    .hnews-left{
        padding-right: 40px;
    }
}
@media(max-width: 991px){
    #homenews{
        padding: 60px 0px;
    }
    .hnews-left{
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .hnews-info{
        display: block;
        flex: none;
    }
    .hnews-right{
        width: 100%;
    }
    .hnews-main{
        flex-wrap: wrap;
    }
    .hnews-text {
        padding-bottom: 50px;
    }
    .hnews-text p{
        line-height: 26px;
        -webkit-line-clamp: 4;
    }
}
@media(max-width: 599px){
    #homenews{
        padding: 50px 0px;
    }
}
/* 底部 */
#footer{
    background: #313131;
}
.footer-top{
    padding-top: 44px;
    padding-bottom: 40px;
}
.footer-ul{
    display: flex;
    justify-content: space-between;
}
.footer-ul li h2>a{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    line-height: 24px;
    padding-bottom: 14px;
}
.footer-ul li h2>a::after{
    content: "";
    display: block;
    position: absolute;
    width: 80px;
    height: 1px;
    background: #008cd6;
    bottom: 0px;
    left: 0px;
}
.sub-fnav{
    display: flex;
    margin-top: 10px;
}
.sub-fnav dl{
    margin-right: 40px;
}
.sub-fnav dl:last-child{
    margin-right: 0px;
}
.sub-fnav dl dd{
    font-size: 14px;
    color: #b2b2b2;
    line-height: 30px;
}
.sub-fnav dl dd a{
    font-size: 14px;
    color: #b2b2b2;
    line-height: 30px;
}
.sub-fnav img{
    width: 100px;
}
.sub-fnav img:first-child{
    margin-right: 20px;
}
.copy-main{
    border-top: 1px solid #c9c9c9;
}
.copy{
    float: left;
    color: #fff;
    line-height: 80px;
    font-size: 16px;
}
.footer-share{
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}
.footer-share .bshare-custom a{
    width: 40px;
    height: 40px;
    padding-left: 0px;
    margin-right: 20px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
}
.footer-share .bshare-custom .bshare-qqim{
    background-image: url(../img/fshare_qq.png);
}
.footer-share .bshare-custom .bshare-weixin{
    background-image: url(../img/fshare_wx.png);
    margin-right: 0px;
}
.footer-share .bshare-custom .bshare-linkedin{
    background-image: url(../img/fshare_in.png);
}
.footer-share .bshare-custom .bshare-twitter{
    background-image: url(../img/fshare_twiter.png);
}
.footer-share .bshare-custom .bshare-facebook{
    background-image: url(../img/fshare_face.png);
}
.footer-share .bshare-custom .bshare-more.more-style-addthis{
    display: none;
}
.footer-share .bshare-custom .bshare-share-count{
    display: none;
}
.footer-share .bshare-custom a:hover{
    opacity: 1;
    background-color: #008cd6;
}
.footer-share .bshare-custom .bshare-qqim:hover{
    background-image: url(../img/fshare_qq_on.png);
}
.footer-share .bshare-custom .bshare-weixin:hover{
    background-image: url(../img/fshare_wx_on.png);
}
.footer-share .bshare-custom .bshare-linkedin:hover{
    background-image: url(../img/fshare_in_on.png);
}
.footer-share .bshare-custom .bshare-twitter:hover{
    background-image: url(../img/fshare_twiter_on.png);
}
.footer-share .bshare-custom .bshare-facebook:hover{
    background-image: url(../img/fshare_face_on.png);
}
@media(max-width: 1400px){
    .sub-fnav img{
        width: 90px;
    }
    .copy{
        font-size: 14px;
    }
}
@media(max-width: 1200px){
    .sub-fnav dl{
        margin-right: 20px;
    }
    .sub-fnav dl dd{
        font-size: 12px;
        line-height: 26px;
    }
    .copy{
        font-size: 14px;
    }
    .sub-fnav img{
        width: 60px;
    }
    .copy-main{
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .footer-share{
        width: 100%;
        float: none;
        height: 44px;
    }
    .copy{
        text-align: center;
        line-height: 24px;
        padding: 10px 0px;
    }
}
@media(max-width: 991px){
    .footer-ul{
        flex-wrap: wrap;
    }
    .footer-ul li{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .footer-ul li h2 a{
        padding-bottom: 10px;
    }
    .sub-fnav{
        justify-content: center;
    }
    .sub-fnav img{
        width: 100px;
    }
    .footer-top{
        padding: 30px 0px 10px;
    }
    .footer-ul li h2 > a::after{
        width: 70px;
        left: 50%;
        margin-left: -35px;
    }
}
@media(max-width: 499px){
    .sub-fnav dl dd{
        line-height: 20px;
    }
}
/*右侧浮窗*/
.right-side{
    position: fixed;
    right:3px;
    top: 40%;
    z-index: 300;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.right-item{
    width: 44px;
    height: 44px;
    border-radius: 27px;
    background: #008cd6;
    margin-bottom: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.right-itemhover:hover{
    background: #f08300;
}
.right-item:hover{
    background: #f08300;
}
.right-item-right{
    color: #fff;
    margin-left: 8px;
    display: none;
    font-family: "微软雅黑";
}
@media(max-width: 599px){
    .right-side{
        display: none;
    }
}
/* 内页导航 */
.inside-nav {
    padding-top: 75px;
    padding-bottom: 32px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}
.inside-title{
    display: flex;
}
.inside-nav .hnews-title{
    margin-bottom: 0px;
}
.inav-ul{
    float: right;
}
.inav-ul li{
    float: left;
    margin-right: 70px;
}
.inav-ul li:last-child{
    margin-right: 0px;
}
.inav-ul li a{
    font-size: 18px;
    color: #333;
    line-height: 20px;
    text-transform: uppercase;
}
.inav-ul li a:hover,.inav-ul .inav-on>a{
    color: #008cd6;
}
.about-us{
    padding-top: 40px;
    padding-bottom: 75px;
    overflow: hidden;
}
.about-us img{
    display: block;
    width: 100%;
    margin-bottom: 26px;
}
.about-us .about-txt{
    font-size: 16px;
    line-height: 32px;
    color: #333;
    text-indent: 30px;
}
@media(max-width: 1400px){
    .inav-ul li{
        margin-right: 50px;
    }
}
@media(max-width: 1200px){
    .inav-ul li{
        margin-right: 40px;
    }
    .inav-ul li a{
        font-size: 16px;
    }
}
@media(max-width: 991px){
    .inside-nav{
        border-bottom: none;
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 0px;
        padding-top: 50px;
    }
    .inside-title{
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
        justify-content: space-between;
        height: 50px;
    }
    .inside-nav .hnews-title{
        font-size: 36px;
    }
    .inav-ul{
        display: none;
        width: 100%;
    }
    .inav-ul li{
        margin-right: 0px;
        width: 100%;
    }
    .inav-ul li a{
        font-size: 18px;
        line-height: 48px;
        display: block;
        width: 100%;
        border: 1px solid #e5e5e5;
        border-top: none;
        text-align: center;
    }
    .about-us{
        padding-bottom: 60px;
    }
}
@media(max-width: 599px){
    .inside-nav{
        padding-top: 40px;
    }
    .about-us{
        padding-top: 30px;
        padding-bottom: 45px;
    }
}
/* 联系我们 */
.contact-main{
    padding-top: 40px;
    padding-bottom: 80px;
    overflow: hidden;
}
.contact-top{
    display: flex;
    justify-content: space-between;
}
.contact-txt{
    width: 48%;
    background: #f08300;
    padding: 40px;
    padding-bottom: 0px;
}
.contact-img{
    width: 48.5%;
    overflow: hidden;
}
.contact-img img{
    width: 100%;
    display: block;
}
.contact-add{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding-top: 10px;
    margin-bottom: 10px;
}
.contact-list{
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}
.contact-list p{
    margin-bottom: 5px;
}
.contact-list p:last-child{
    margin-bottom: 0px;
}
.con-ans{
    line-height: 32px;
    text-align: center;
    color: #333;
    width: 50%;
    margin: 40px auto 30px;
}
.contact-item{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 40px;
}
.contact-item input{
    display: block;
    width: 46%;
    height: 54px;
    line-height: 54px;
    border: 1px solid #e5e5e5;
    background: none;
    color: #999;
    padding-left: 20px;
    outline: none;
    appearance: none;
}
.contact-item textarea{
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 0 20px;
    background: none;
    color: #999;
    resize: none;
    outline: none;
    display: block;
    appearance: none;
    height: 200px;
}
.send-btn{
    display: block;
    width: 280px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #008cd6;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
    border: none;
}
@media(max-width: 1400px){
    .contact-top{
        align-items: center;
    }
    .contact-txt{
        padding-bottom: 40px;
    }
}
@media(max-width: 1200px){
    .con-ans{
        width: 80%;
        line-height: 30px;
        margin-top: 30px;
    }
}
@media(max-width: 991px){
    .contact-top{
        align-items: flex-start;
        flex-direction: column;
    }
    .contact-txt{
        width: 100%;
        padding: 30px;
    }
    .contact-img{
        width: 100%;
    }
    .contact-item{
        flex-direction: column;
        margin-bottom: 0px;
    }
    .contact-item input{
        width: 100%;
        margin-bottom: 30px;
    }
    .contact-item textarea{
        margin-bottom: 30px;
    }
    .contact-main{
        padding-bottom: 60px;
    }
}
@media(max-width: 599px){
    .contact-add{
        font-size: 18px;
        line-height: 24px;
    }
    .contact-list p{
       margin-bottom: 0px;
       line-height: 28px;
        font-size: 14px;
    }
    .contact-txt{
        padding: 20px;
    }
    .con-ans{
        width: 100%;
        padding: 0 15px;
        line-height: 26px;
        margin-top: 20px;
    }
}
/* 新闻 */
.news-main{
    overflow: hidden;
    padding-top: 75px;
}
.news-tit{
    justify-content: center;
    padding-bottom: 55px;
    margin-bottom: 0px;
}
.news-cont{
    display: flex;
    margin-bottom: 50px;
}
.news-cont .swiper-hnewsInfo > .swiper-pagination-bullets{
    bottom: 50px;
    left: 0px;
}
.news-ul li{
    padding: 50px 45px;
    background: #eee;
    margin-bottom: 40px;
    transition: all .5s;
}
.news-ul li:last-child{
    margin-bottom: 0px;
}
.news-ul li a{
    width: 100%;
    display: block;
}
.news-ul li h2{
    font-size: 24px;
    line-height: 24px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.page p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.news-ul li span{
    padding-top: 12px;
    display: block;
    color: #999;
    margin-bottom: 11px;
}
.news-ul li p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    color: #333;
}
.news-ul li:hover{
    background: #008cd6;
}
.news-ul li:hover h2{
    color: #fff;
}
.news-ul li:hover p{
    color: #fff;
}
.news-ul li:hover span{
    color: #fff;
}
@media(max-width: 1400px){
    .news-cont .swiper-hnewsInfo > .swiper-pagination-bullets{
        bottom: 30px;
    }
}
@media(max-width: 1200px){
    .news-cont .hnews-text p{
        -webkit-line-clamp: 4;
    }
    .news-cont .swiper-hnewsInfo > .swiper-pagination-bullets{
        bottom: 20px;
    }
}
@media(max-width: 991px){
    .news-main{
        padding-top: 60px;
    }
    .news-cont{
        flex-direction: column;
        margin-bottom: 40px;
    }
    .news-cont .swiper-hnewsInfo > .swiper-pagination-bullets{
        bottom: 10px;
    }
    .news-tit{
        padding-bottom: 30px;
    }
    .news-ul li{
        padding: 30px;
        margin-bottom: 30px;
    }
    .news-ul li h2{
        font-size: 20px;
    }
}
@media(max-width: 599px){
    .news-ul li{
        padding-left: 15px;
        padding-right: 15px;
    }
    .news-ul li h2{
        font-size: 18px;
    }
    .news-ul li p{
        font-size: 14px;
    }
    .news-tit{
        font-size: 40px;
    }
    .news-main{
        padding-top: 50px;
    }
}
/* 产品 */
.pros-main{
    padding-top: 80px;
}
.pros-left{
    float: left;
    width: 300px;
}
.pl-tit{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #008cd6;
    height: 115px;
}
.pl-tit h2{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: url(../img/pro_icon.png) no-repeat left center;
    padding-left: 45px;
}
.pl-ul li{
    margin-bottom: 3px;
    width: 100%;
}
.pl-ul li a{
    display: block;
    width: 100%;
    line-height: 80px;
    color: #333;
    font-size: 18px;
    background: #eee;
    transition: all .5s;
    padding-left: 40px;
}
.pl-ul li:hover a,.pl-ul .inav-on a{
    color: #fff;
    background: #f08300;
}
.pros-right{
    width: calc(100% - 350px);
    float: right;
}
.pros-item{
    width: 100%;
    margin-bottom: 30px;
}
.pros-img{
    width: 100%;
    overflow: hidden;
}
.pros-img img{
    transition: all .5s;
    display: block;
    width: 100%;
}
.pros-item p{
    line-height: 24px;
    border: 2px solid #eee;
    text-align: center;
    color: #000;
    font-size: 18px;
    transition: all .5s;
    display: flex;
    align-items: center;
    height: 80px;
    justify-content: center;
}
.pros-item:hover .pros-img img{
    transform: scale(1.1);
}
.pros-item:hover p{
    background: #008cd6;
    color: #fff;
    border-color: #008cd6;
}
@media(max-width: 1400px){
    .pros-main{
        padding-bottom: 80px;
    }
}
@media(max-width: 991px){
    .pros-main{
        padding-bottom: 0px;
        padding-top: 60px;
    }
    .pros-left{
        width: 100%;
        float: none;
    }
    .pl-tit{
        height: 50px;
        justify-content: space-between;
        padding-left: 20px;
    }
    .pl-ul{
        display: none;
    }
    .pl-ul li a{
        line-height: 50px;
    }
    .pros-right{
        width: 100%;
        float: none;
        padding-top: 30px;
    }
}
@media(max-width: 599px){
    .pros-main{
        padding-top: 45px;
    }
}
#bsWXBox{
    background: none !important;
}
.bsTop {
    color: #666;
    background: #ffffff;
    height: 24px;
    line-height: 24px;
    border-bottom: 0px;
}
.bsBox {
    padding: 0px !important;
}
.bsFrameDiv>div{
    background: white;
    border: 1px solid #cccccc80
}

.footer-ul li:last-child .sub-fnav{
    margin-top: 20px;
}