*{ margin:0px; padding:0px; box-sizing: border-box; }
html{min-width: 1200px;}
body{font-family:微软雅黑;}
ul{list-style:none;}
li{list-style: none;}
a{ text-decoration:none;font-size:14px;}
img{border:none;}
.container{width: 1200px; margin: 0 auto;}
.clearfix{zoom:1;}
.clearfix:after{display:block;clear:both;content:"";}
.fl{float: left;}
.fr{float: right;}

/*共同标题*/
    .common-tit{
        width: 100%;
        height: 100px;
        text-align: center;
    }
    .common-tit .name-eng{
        font-size: 14px;
        color: rgb(204, 204, 204);
        font-weight: bold;
        margin-top:25px;
    }
    .common-tit .name-can a{
        display: inline-block
        height: 50px;
        font-size: 25px;
        font-weight: normal;
        color: #444;
        font-weight: bold;
        border-bottom:2px solid #7bcf36;
        padding-bottom: 10px;
    }
/*共同标题*/

/*欢迎语*/
    .start{
        background: #fafafa;
        height:40px;
        overflow:hidden;
    }
    .start .hy{
        float: left;
        font-size: 13px;
        color:#666666;
        line-height: 40px;
    }
    .start .dh{
        float: right;
        color:#666666;
    }
    .start .dh a{
        font-size:13px;
        color:#666666;
        padding:0 10px;
        line-height: 40px;
    }
    .start .dh a img{
        display: inline-block;
        vertical-align: middle;
        margin-right:10px;
        width: 30px;
        height: 30px;
    }
    .start .dh a:hover{
        color:#1F365C;
    }
/*欢迎语*/

/*logo*/
    .header .h-c{
        height: 120px;
    }
    .header .h-c .logo{
        width: 500px;
        height: 120px;
        float:left;
    }
    .header .h-c .logo img{
        width: 100%;
        height: 100%;
    }
    .header .h-c .desc{
        float: left;
        width: 450px;
        height: 120px;
        padding-top:35px;
        padding-left:20px;
    }
    .header .h-c .desc .bt-de{
        font-size:15px;
        margin-top:5px;
        color:#333;
    }
    .header .h-c .desc .bt-de:nth-child(2n){
        padding-left:120px;
    }
    .header .h-c .desc .bt-de span{
        color:#1F365C;
        font-weight:700;
    }
    .header .h-c .number{
        width: 224px;
        height: 120px;
        float: right;
        padding-top:20px;
    }
	.header .h-c .number .img {
		padding-top: 15px;
	}
    .header .h-c .number .hot{
        color: #333;
        font-size:14px;
    }
    .header .h-c .number .hot img{
        display: inline-block;
        width: 48px;
        height: 48px;
    }
    .header .h-c .number .sz{
        color: #1F365C;
        font-size:24px;
        margin-top: 5px;
    }
/*logo*/

/*导航*/
    .menu{
        width: 100%;
        height: 60px;
        background:#1F365C;
    }
    .menu-ul{
        width: 100%;
        display: flex;
        overflow: inherit;
    }
    .menu-ul li{
        flex: 1;
        text-align: center;
        height: 60px;
        position: relative;
        overflow:hidden;
        line-height: 60px;
    }
    .menu-ul li .white{
        display: inline-block;
        width: 100%;
        height: 100%;
        color:#fff;
        position: absolute;
        top:0;
        left:0;
        transition:all 0.5s;
    }
    .menu-ul li .white p{
        font-size:15px;
    }
    .menu-ul li .cai{
        display: inline-block;
        width: 100%;
        height: 100%;
        line-height:60px;
        color:#fff;
        position: absolute;
        top:-60px;
        left:0;
        background:#7bcf36;
        transition:all 0.5s;
    }
    .menu-ul li .cai p{
        font-size:16px;
    }
    .menu-ul li:hover .white{
        top:60px;
    }
    .menu-ul li:hover .cai{
        top:0px;
    }
/*导航*/

/*轮播图*/
    .banner{
        position: relative;
    }
    .banner .banner-container{
        width: 100%;
    }
    .banner .swiper-container .swiper-slide{
        width: 100%;
        height: 650px;
    }
    .banner .swiper-container .banner-img1{
        background:url('http://www.hsnjx.com/template/style623/lang_2/images/banner1.jpg') center top no-repeat;
        background-size:cover;
    }
    .banner .swiper-container .banner-img2{
        background:url('http://www.hsnjx.com/template/style623/lang_2/images/banner2.jpg') left top no-repeat;
        background-size:cover;
    }
    .banner .swiper-container .banner-img3{
        background:url('http://www.hsnjx.com/template/style623/lang_2/images/banner3.jpg') center top no-repeat;
        background-size:cover;
    }
    .banner .search{
        width: 100%;
    }
    .banner .search .search-box{
        width: 1200px;
        height: 52px;
        position: absolute;
        left:50%;
        margin-left: -600px;
        bottom:-26px;
        z-index: 9999;
    }
    .banner .search .search-box .ser-le{
        width: 50%;
        height: 100%;
        background:#1F365C;
        text-align:center;
        line-height:52px;
        color:#fff;
    }
    .banner .search .search-box .ser-le img{
        display: inline-block;
        vertical-align:middle;
        margin-right:20px;
    }
    .banner .search .search-box .ser-le span{
        font-weight:700;
    }
    .banner .search .search-box .ser-ri{
        width: 50%;
        height: 100%;
        background:#000;
        padding:10px 55px;
    }
    .banner .search .search-box .ser-ri input{
        width: 450px;
        height: 32px;
        border:none;
        outline: none;
        background:#000;
        color:#fff;
    }
    .banner .search .search-box .ser-ri button{
        width: 32px;
        height: 32px;
        border:none;
        outline: none;
        background:#000;
    }
    .banner .search .search-box .ser-ri button i{
        color:#fff;
        line-height:32px;
    }
/*轮播图*/

/*产品中心*/
    .product{
        width: 100%;
        padding:70px 0 50px;
    }
    .pro-box{
        width: 100%;
        overflow: hidden;
    }
    .pro-le{
        width: 240px;
    }
    .pro-le .pro-tit{
        width: 100%;
        height: 80px;
        background:#1F365C;
        padding-left:30px;
        line-height:80px;
        font-size: 22px;
        color:#fff;
        margin-bottom:1px;
    }
    .pro-le .pro-ul{
        margin-bottom:20px;
    }
    .pro-le .pro-ul .pro-li{
        width: 100%;
        height: 60px;
        background:#F6F6F6;
        border-bottom:1px solid #DEDEDE;
    }
    .pro-le .pro-ul .pro-li a{
        display: inline-block;
        width: 100%;
        height: 100%;
        padding:0 20px;
        line-height:60px;
        transition:all 0.3s;
    }
    .pro-le .pro-ul .pro-li a .name{
        overflow: hidden;
        white-space: nowrap;
        color:#222;
        font-size:15px;
        overflow:hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 90%;
    }
    .pro-le .pro-ul .pro-li a .jt{
        font-weight:700;
        font-size:18px;
        color:#C3C1C2;
    }
    .pro-le .pro-ul .pro-li a:hover{
        background:#1F365C;
    }
    .pro-le .pro-ul .pro-li a:hover .name{
        color:#fff;
    }
    .pro-le .content{
        width: 100%;
        height: 259px;
        background:#F6F6F6;
        padding:0px 20px;
        color: #222;
        font-size: 15px;
        overflow: hidden;
    }
    .pro-le .content p{
        margin-top:5px;
    }

    .pro-box .pro-ri{
        width: 920px;
    }
    .pro-box .pro-ri .ri-tit{
        width: 100%;
        height: 80px;
        background:#F2F2F2;
        padding-right: 30px;
    }
    .pro-box .pro-ri .ri-tit .ri-le{
        width: 200px;
        height: 80px;
        background:#1F365C;
        text-align:center;
        line-height:80px;
        color: #FFFFFF;
        font-size:16px;
    }
    .pro-box .pro-ri .ri-tit .phone{
        line-height:80px;
        color: #707070;
    }
    .pro-box .pro-ri .ri-tit .phone img{
        vertical-align: middle;
        margin-right:10px;
    }
    .pro-box .pro-ri .ri-tit .phone span{
        color:#1F365C;
        font-size:18px;
    }
    .pro-box .pro-ri .product-ul{
        width: 100%;
        overflow: hidden;
    }
    .pro-box .pro-ri .product-ul .product-li{
        width: 286.6px;
        height: 200px;
        float: left;
        margin-right:30px;
        margin-top:20px;
        border:1px solid #F6F6F6;
        box-sizing:border-box;
    }
    .pro-box .pro-ri .product-ul .product-li:nth-child(3n){
        margin-right:0;
    }
    .pro-box .pro-ri .product-ul .product-li a{
        display: inline-block;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    .pro-box .pro-ri .product-ul .product-li a img{
        width: 100%;
        height: 100%;
    }
    .pro-box .pro-ri .product-ul .product-li a .giore{
        width: 100%;
        height: 100px;
        background:rgba(0,0,0,0.7);
        position: absolute;
        left:0;
        bottom:-50px;
        text-align:center;
        padding-top:15px;
        transition:all 0.3s;
    }
    .pro-box .pro-ri .product-ul .product-li a .giore p{
        color:#fff;
        overflow:hidden;
        white-space: nowrap;
        text-overflow:ellipsis;
        width: 100%;
        padding:0 10px;
    }
    .pro-box .pro-ri .product-ul .product-li a .giore span{
        width: 150px;
        height: 30px;
        border:1px solid #fff;
        box-sizing:border-box;
        display: inline-block;
        margin-top:17px;
        border-radius: 5px;
        line-height:28px;
        color:#fff;
    }
    .pro-box .pro-ri .product-ul .product-li a:hover .giore{
        bottom:0px;
        background:rgba(31,54,92,0.7);
    }
    .pro-box .pro-ri .product-ul .product-li a .giore span:hover{
        background:#fff;
        color:rgba(31,54,92,0.7);
    }
/*产品中心*/

/*广告*/
    .gd{
        width: 100%;
        height: 145px;
        background:#1F365C;
    }
    .gd img{
        margin-top:35px;
    }
    .gd .ta-con{
        margin-left:30px;
    }
    .gd .cx{
        margin-top:43px;
        font-size:26px;
        color:#fff;
        font-weight:700;
    }
    .gd .yw{
        font-size:12px;
        color:#fff;
    }
    .gd .cp{
        margin-top:40px;
        font-size:18px;
        color:#fff;
        font-weight:700;
    }
    .gd .rx{
        font-size:28px;
        color:#fff;
    }
/*广告*/

/*优势*/
    .best{
        width: 100%;
        padding:50px 0 0;
    }
    .best .best-ul{
        width: 100%;
    }
    .best .best-ul .best-li{
        width: 100%;
        height: 400px;
        background:#fff;
        overflow:hidden;
    }
    .best .best-ul .best-li1{
        background:url(../image/202011231048376461.jpg) center bottom no-repeat;
        background-size:cover;
    }
    .best .best-ul .best-li2{
        background:url(../image/202011231048529499.jpg) center top no-repeat;
        background-size:cover;
    }
    .best .best-ul .best-li3{
        background:url(../image/202011231048561312.jpg) center bottom no-repeat;
        background-size:cover;
    }
    .best .best-ul .best-li4{
        background:url(../image/202011231049003192.jpg) center top no-repeat;
        background-size:cover;
    }

    .best .best-ul .best-li .best-con{
        width: 500px;
    }
    .best .best-ul .best-li1 .best-con{
        margin-top:70px;
    }
    .best .best-ul .best-li2 .best-con{
        margin-top:100px;
    }
    .best .best-ul .best-li3 .best-con{
        margin-top:100px;
    }
    .best .best-ul .best-li4 .best-con{
        margin-top:130px;
    }
    .best .best-ul .best-li .best-con .top-tit{
        width: 100%;
        height: 70px;
        border-bottom:1px solid #1F365C;
        overflow:hidden;
    }
    .best .best-ul .best-li2 .best-con .top-tit{
        border-bottom:1px solid #fff;
    }
    .best .best-ul .best-li4 .best-con .top-tit{
        border-bottom:1px solid #fff;
    }
    .best .best-ul .best-li1 .best-con .top-tit .num{
        width: 60px;
        height: 60px;
        background:url(../image/adv-BT01.png) left center no-repeat;
        margin-top:5px;
    }
    .best .best-ul .best-li2 .best-con .top-tit .num{
        width: 60px;
        height: 60px;
        background:url(../image/adv-BT02.png) left center no-repeat;
        margin-top:5px;
    }
    .best .best-ul .best-li3 .best-con .top-tit .num{
        width: 60px;
        height: 60px;
        background:url(../image/adv-BT03.png) left center no-repeat;
        margin-top:5px;
    }
    .best .best-ul .best-li4 .best-con .top-tit .num{
        width: 60px;
        height: 60px;
        background:url(../image/adv-BT04.png) left center no-repeat;
        margin-top:5px;
    }
    .best .best-ul .best-li .best-con .top-tit .name{
        line-height:70px;
        font-size: 20px;
        color:#222;
        margin-left:20px;
    }
    .best .best-ul .best-li2 .best-con .top-tit .name{
        color:#fff;
        font-weight:700;
    }
    .best .best-ul .best-li4 .best-con .top-tit .name{
        color:#fff;
        font-weight:700;
    }
    .best .best-ul .best-li .best-con .top-tit .name span{
        color:#1F365C;
        font-weight:700;
    }
    .best .best-ul .best-li .best-con li{
        width: 100%;
        margin-top:15px;
    }
    .best .best-ul .best-li .best-con li .dian{
        width: 5px;
        height: 5px;
        background:url(../image/adv-dian1.png) center center no-repeat;
        margin-top:12.5px;
    }
    .best .best-ul .best-li2 .best-con li .dian{
        width: 5px;
        height: 5px;
        background:url(../image/adv-dian2.png) center center no-repeat;
        margin-top:12.5px;
    }
    .best .best-ul .best-li4 .best-con li .dian{
        width: 5px;
        height: 5px;
        background:url(../image/adv-dian2.png) center center no-repeat;
        margin-top:12.5px;
    }
    .best .best-ul .best-li .best-con li .nr{
        font-size: 14px;
        color:#333;
        line-height:25px;
        margin-left:20px;
    }
    .best .best-ul .best-li2 .best-con li .nr{
        color:#fff;
    }
    .best .best-ul .best-li4 .best-con li .nr{
        color:#fff;
    }
/*优势*/

/*关于我们*/
    .about{
        width: 100%;
        padding:50px 0;
        background-color: rgba(239,239,239,1);
    }
    .about .ab-tit{
        text-align:center;
    }
    .about .ab-tit a{
        display: inline-block
        height: 50px;
        font-size: 25px;
        font-weight: normal;
        color: #444;
        font-weight: bold;
        border-bottom:2px solid #7bcf36;
        padding-bottom: 10px;
    }

    .about .ab-con{
        width: 100%;
        overflow:hidden;
        margin-top:40px;
        margin-bottom:50px;
    }
    .about .ab-con .ab-le{
        width: 503px;
        height: 349px;
    }
    .about .ab-con .ab-le img{
        width: 100%;
        height: 100%;
    }

    .about .ab-con .ab-ri{
        width: 660px;
        height: 349px;
    }
    .about .ab-con .ab-ri .ab-nr{
        width: 100%;
        height: 200px;
        color: #707070;
        font-size:14px;
        line-height:25px;
        // overflow: hidden;
        // display: -webkit-box;
        // -webkit-box-orient: vertical;
        // -webkit-line-clamp: 8;
        text-align:justify;
        text-indent:2em;
        margin-bottom:10px;
    }
    .about .ab-con .ab-ri .ab-li{
        float: left;
        width: 213.3px;
        height: 139px;
        margin-right:10px;
    }
    .about .ab-con .ab-ri .ab-li:nth-child(3n){
        margin-right:0px;
    }
    .about .ab-con .ab-ri .ab-li img{
        width: 100%;
        height: 100%;
    }
    .about .cooperation-ul{
        width:100%;
        overflow: hidden;
        margin-top:40px;
    }
    .about .cooperation-ul .cooperation-li{
        float: left;
        width: 285px;
        height: 250px;
        margin-right:20px;
    }
    .about .cooperation-ul .cooperation-li:last-child{
        margin-right:0;
    }
    .about .cooperation-ul .cooperation-li a{
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    .cooperation-ul .cooperation-li a .img{
        width: 285px;
        height: 220px;
        overflow: hidden;
    }
    .cooperation-ul .cooperation-li a .img img{
        width: 100%;
        height: 100%;
        transition:all 0.5s;
    }
    .cooperation-ul .cooperation-li a p{
        line-height:30px;
        text-align:center;
        color:#333;
    }
    .cooperation-ul .cooperation-li a:hover .img img{
        transform: scale(1.1,1.1);
    }
    .cooperation-ul .cooperation-li a:hover p{
        color:#1F365C;
    }
/*关于我们*/

/*新闻资讯*/
    .news{
        width: 100%;
        padding:50px 0 50px;
    }
    .news .news-con{
        overflow: hidden;
    }
    .news .news-con .news-le{
        width: 700px;
    }
    .news .news-con .news-le .news-tit{
        width: 100%;
        height: 60px;
        margin-bottom:20px;
    }
    .news .news-con .news-le .news-tit .tit-li{
        float: left;
        width: 50%;
        height: 100%;
        line-height:60px;
        text-align:center;
        background:#E0E0E0;
    }
    .news .news-con .news-le .news-tit .active{
        background:#1F365C;
        color:#fff;
    }
    .news .news-con .news-le .news-li{
        display: none;
    }
    .news .news-con .news-le .big-news{
        width: 100%;
        height: 170px;
    }
    .news .news-con .news-le .big-news .news-big{
        width: 250px;
        height: 170px;
    }
    .news .news-con .news-le .big-news .news-big img{
        width: 100%;
        height: 100%;
    }
    .news .news-con .news-le .big-news .news-desc{
        width: 420px;
        height: 170px;
    }
    .news .news-con .news-le .big-news .news-desc .name{
        margin-top:10px;
		line-height: 2em;
		height: 32px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
    }
    .news .news-con .news-le .big-news .news-desc .name a{
        font-size: 16px;
        color: #1F365C;
    }
    .news .news-con .news-le .big-news .news-desc .desc{
        color: rgba(102,102,102,1);
        font-size: 12px;
        line-height: 25px;
        text-align: left;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        margin-top:5px;
    }
    .news .news-con .news-le .big-news .xq{
        background: #1F365C;
        display: inline-block;
        margin: 0;
        border-radius: 15px;
        height: 40px;
        width: 140px;
        color: #fff;
        font-size: 12px;
        text-align: center;
        line-height:40px;
        margin-top:10px;
    }
    .news .news-con .news-le .nr-item{
        width: 100%;
        height: 60px;
        padding:10px 0;
        border-bottom:1px solid #E0E0E0;
        line-height:40px;
    }
    .news .news-con .news-le .nr-item .name{
        max-width: 550px;
        white-space: nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
    .news .news-con .news-le .nr-item .name a{
        font-size: 14px;
        font-weight: bold;
        color: #323232;
    }
    .news .news-con .news-le .nr-item .name a:hover{
        color:#1F365C;
    }
    .news .news-con .news-le .nr-item .time{
        color: #969696;
        font-size: 12px;
    }

    .news .news-con .news-ri{
        width: 450px;
    }
    .news .news-con .news-ri .ri-tit{
        width: 100%;
        height: 60px;
        margin-bottom:20px;
        background:#1F365C;
        color:#fff;
        line-height:60px;
        text-align:center;
    }
    .news .news-con .news-ri .que-ul{
        width: 100%;
        height: 410px;
    }
    .news .news-con .news-ri .que-ul .que-li{
        width: 100%;
        height: 102.5px;
        border-bottom:1px solid #E0E0E0;
        padding-top:12px;
    }
    .news .news-con .news-ri .que-ul .que-li .name{

    }
    .news .news-con .news-ri .que-ul .que-li .name a{
        display: inline-block;
        width: 100%;
        font-size: 16px;
        color: #1F365C;
        white-space: nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
    .news .news-con .news-ri .que-ul .que-li .desc{
        color: rgba(102,102,102,1);
        font-size: 12px;
        line-height: 25px;
        text-align: left;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-top:5px;
    }
/*新闻资讯*/

/*友情链接*/
    .footer-link{
        height: 50px;
    }
    .footer-link .link{
        float:left;
        width: 60px;
        height: 50px;
        font-size:14px;
        color:#1F365C;
        line-height:50px;
        font-weight:700;
    }
    .footer-link .link-name{
        float:left;
        width: 1050px;
        height: 50px;
    }
    .footer-link .link-name a{
        line-height:50px;
        color:#333;
        font-size:12px;
        padding-left:5px;
    }
    .footer-link .link-name a:hover{
        border-bottom:1px solid #1F365C;
    }
/*友情链接*/

/*底部*/
    .footer{
        width: 100%;
        height: 300px;
        background:#333;
        overflow:hidden;
    }
    .footer .fo-ewm{
        padding-top:35px;
        box-sizing:border-box;
    }
    .footer .fo-menu{
        width: 400px;
        padding-top:35px;
        margin-left:110px;
    }
    .footer .fo-menu li{
        width: 50%;
        float: left;
        margin-top:26px;
    }
    .footer .fo-menu li a{
        color:#fff;
    }
    .footer .fo-tit{
        width: 100%;
        height: 50px;
        border-bottom:1px solid #fff;
        box-sizing:border-box;
        color:#fff;
    }
    .footer .fo-contact{
        width: 400px;
        padding-top:35px;
    }
    .footer .fo-contact p{
        margin-top:15px;
        color:#fff;
        font-size:14px;
    }



    .end{
        width: 100%;
        height: 50px;
        background:#1F365C;
        text-align:center;
        font-size:14px;
        color:#fff;
        line-height:50px;
        border-top:1px solid #71A1C9;
    }
    .end a{
        font-size:14px;
        color:#fff;
    }
/*底部*/

/*空白页*/
    .kby{
        width: 100%;
        padding:70px 0px 40px;
    }
    .kby .kby-box{
        overflow:hidden;
    }


    .kby-cp-le{
        width: 240px;
    }
    .kby-cp-le .kby-cp-tit{
        width: 100%;
        height: 80px;
        background:#1F365C;
        padding-left:30px;
        line-height:80px;
        font-size: 22px;
        color:#fff;
        margin-bottom:1px;
    }

    .accordion {
        width: 100%;
        max-width: 280px;
        background: #FFF;
        margin-bottom:30px;
    }
    .accordion .link {
        cursor: pointer;
        display: block;
        padding: 15px 20px;
        color: #222;
        font-size: 15px;
        border-bottom: 1px solid #CCC;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .accordion .link span{
        display: inline-block;
        width: 90%;
        white-space: nowrap;
        text-overflow:ellipsis;
        overflow:hidden;
    }
    .accordion .link:hover{
        color:#fff;
        background:#1F365C;
    }
    .accordion .link:hover i{
        color:#fff;
    }
    .accordion li:last-child .link {
        border-bottom: 0;
    }
    .accordion li{
        background: #F6F6F6;
    }
    .accordion li i {
        position: absolute;
        top: 16px;
        left: 12px;
        font-size: 18px;
        color: #595959;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .accordion li i {
        right: 12px;
        left: auto;
        font-size: 16px;
    }
    .accordion li.open .link {
        background: #1F365C;
        color:#fff
    }
    .accordion li.open i {
        color:#fff
    }
    .accordion li.open i{
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .kbymenu {
        display: none;
        font-size: 14px;
        box-sizing: border-box;
    }
    .kbymenu li {

    }
    .kbymenu a {
        display: block;
        text-decoration: none;
        color: #333;
        padding: 12px;
        padding-left: 30px;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
        white-space: nowrap;
        text-overflow:ellipsis;
        overflow:hidden;
    }
    .kbymenu a:hover {
        background:#7bcf36;
        color: #FFF;
    }

    .kby-cp-le .content{
        width: 100%;
        // height: 259px;
        background:#F6F6F6;
        padding:0px 20px;
        color: #222;
        font-size: 15px;
        overflow: hidden;
    }
    .kby-cp-le .content p{
        margin-top:7px;
    }


    .kby .kby-ri{
        width: 920px;
    }
    .kby .kby-ri .kby-tit{
        width: 100%;
        height: 40px;
        border-bottom:1px solid #CCCCCC;
        position: relative;
        padding-left:20px;
        line-height:40px;
        font-size:18px;
        font-weight:700;
        color:#1F365C;
    }
    .kby .kby-ri .kby-tit .box{
        width: 4px;
        height: 20px;
        position: absolute;
        top:10px;
        left:0;
        background:#1F365C;
    }
    .kby .kby-ri .content{
        width: 100%;
        margin-top:30px;
    }
/*空白页*/