body {
    font: 16px 'Microsoft YaHei', 'Tahoma', 'Hiragino sans gb', 'SimSun', 'Sans-serif';
    color: #333;
    background-color: #fff;
    line-height: 30px;
}
img{
    max-width:100%;
}
ul, ul li{
    margin:0;
    padding:0;
}
a,a:hover{
    text-decoration: none;
}
.pad15{padding:0 15px;}
.width20{width:20%;}
.width50{width:50%;}
.width80{width:80%}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next,.swiper-button-next, .swiper-container-rtl .swiper-button-prev{color:#fff;}
h1,h2,h3,h4,h5,h6{margin:0; padding:0;}


.fl{float:left;}
.fr{float:right}
.n-p-l{padding-left:0}
.n-p-r{padding-right:0}


@media (min-width: 1350px){
    .container{width:1320px}
}





/* 关于 */
.box{
    padding:60px 0;
    overflow: hidden;
}
.h-about{
    background:url(../../images/h-a1.png) no-repeat;
    background-position: bottom right;
    padding-bottom:30px

}
.h-about-t-en{
    font-size:36px;
    color:#bfbfbf;
}
.h-about-t{
    font-size: 24px;
    color:#79b329;
    letter-spacing: 8px;
}
.h-about-c{
    margin:40px 0;
}
.h-about-b{
    background:#79b329;
    line-height:44px;
    width:180px;
    border-radius: 30px;
    text-align: center;
}
.h-about-b a{
    color:#fff;
}
.h-about-b img{margin-right:5px;}
.h-about-i{overflow:hidden;}
.h-about-i img{
    display: block;
    margin: 0 auto;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.h-about-i:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}


.ab-con{padding:60px 0;width:100%;overflow:hidden;}
.ab-top{
    background: url(../../images/ab_bg.png) no-repeat bottom;
}
.ab-tit{
    text-align: center;
    position: relative;
    width:300px;
    height:80px;
    margin: 0 auto;
    border: 2px solid #6c6c6c;
}
.ab-tit::before{
    width:100%;
    height:1px;
    background:#777;
    content: "";
    display: block;
    position: absolute;
    right:110%;
    top:50%;
}
.ab-tit:after{
    width:100%;
    height:1px;
    background:#777;
    content: "";
    display: block;
    position: absolute;
    right:-110%;
    top:50%;
}

.ab-tit h1{line-height: 60px; color: #014099;}
.ab-tit .ab-tit-en{
    background:#fff;
    width:200px;
    margin: 0 auto;
}

.ab-content{
    padding:60px 0;
}
/* .ab-info{
    line-height: 36px;
} */



.ab-logo{
    padding:30px 0;
}
.ab-logo img{
    margin:0 auto;
    display: block;
}
.ab-con-by{
    font-size:36px;
    color:#449d36;
    text-align: center;
}
.ab-list{
    background-image: linear-gradient(to bottom,#014099,#79b329);
    background-image: -webkit-linear-gradient(to bottom,#014099,#79b329);
    background-image: -moz-linear-gradient(to bottom,#014099,#79b329);
    background-image: -o-linear-gradient(to bottom,#014099,#79b329);
    padding:5px 0 50px;
	    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;

}
.ab-list:hover{
transform:translateY(10px);
-webkit-transform:translateY(10px);
-moz-transform:translateY(10px);
-o-transform:translateY(10px);
}
.ab-list-i{
    width:100%;
    overflow: hidden;
}
.ab-list-i img{
    display: block;
    margin: 0 auto;
    width:100%
}
.ab-list-t{
    padding:20px 20px 0;
    font-size:24px;
    color:#fff;
    position: relative;
}
.ab-list-t:after{
    content:"";
    display: block;
    width:40px;
    height:2px;
    background:#fff;
    position: absolute;
    left:20px;
    top:60px;
}



/* 产品 */
.box2{
    background:url(../../images/h-p.jpg) no-repeat center;
    padding:45px 0;
    overflow:hidden;
}
.box2-t{
    font-size:36px;
    text-align: center;
    color:#79b329
}
.box2-p{padding:0 15px; margin:60px 0 40px;}
.box2-o{padding:0 15px;}

.h-pro-bt{
    width:100%;
    height:286px;
    background-image: linear-gradient(to bottom,rgba(121,179,41,.3),#0083ce);
    font-size:36px;
    line-height: 286px;
    text-align: center;
}

.h-pro-bt a{
    color:#fff;
}
.h-pro-i img{
    display: block;
    margin: 0 auto;
}
.h-pro-t{
    text-align: center;
    color:#fff;
    font-size: 20px;
    margin-top:10px;
}
.box2-p li{
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.box2-p li:hover{
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
}
.h-o-bt{
    width:100%;
    height:284px;
    background-image: linear-gradient(to bottom,rgba(121,179,41,.3),#0083ce);
    font-size:36px;
    line-height: 60px;
    padding:80px 0;
    text-align: center;
}
.h-o-bt a{color:#fff;}

.box2-o li{
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.box2-o li:hover{
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
}

.box3{
    background:url(../../images/bg.png) no-repeat bottom;
    padding:60px 0;
	overflow:hidden;
}


.pro{
    padding:60px 0;
}
.pro-b{
    padding:60px 0;
}
.pro-catname{
    font-size:20px;
}
/* .pro-catname a{
color:#555;
} */
.pro-title{
    font-size:32px;
    font-weight: bold;
    margin:20px 0 30px;
}
.pro-xq{
    position: relative;
    padding:40px 0;
}
.pro-xq:before{
    content:"";
    display: block;
    width:20%;
    height:4px;
    background:#79b329;
    position: absolute;
    top:0;
    left:0
}
.pro-xq:after{
    position:absolute;
    content:"";
    display: block;
    width:100%;
    left:0;
    top:0px;
    height:1px;
    background:#ccc;
}
.pro-btn{
    width:160px;
    background:#79b329;
    border-radius: 30px;
    text-align: center;
    line-height: 40px;
}
.pro-btn a{
    display: block;
    color:#fff;
}
.pro-bottom{margin-top:60px;}
.pro-b-title{
    width:132px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-size:32px;
    position: relative;
    padding-bottom:20px;
}
.pro-b-title:before{
    content:"";
    display: block;
    width:50%;
    height:4px;
    background:#79b329;
    position: absolute;
    bottom:0;
    left:0;
}

.pro-b-title:after{
    content:"";
    display: block;
    width:50%;
    height:4px;
    background:#014099;
    position: absolute;
    bottom:0;
    right:0;
}
.pro-b-xl{
    padding:0px 0 40px;
}
.pro-b-t{
    font-size:24px;
    border-bottom:1px solid #ddd;
    position: relative;
    color:#fff;
    line-height: 44px;
    padding-left:20px;
}
.pro-b-t::after{
    position: absolute;
    content: "";
    display: block;
    width:160px;
    height:44px;
    background:#79b329;
    left:0;
    top:0;
    z-index: -1;
}
.pro-b-xl-c{
    padding-top:30px;
}
.pro-item{
    padding:60px 0;
    overflow: hidden;
}
.pro-item ul{overflow:hidden}
.pro-item-b{
    border:1px solid #ddd;
}
 .pro-item-i{
        position: relative;
        display: table;
        overflow: hidden;
        width: 100%;
        height: 250px;
        padding: 5px;
        text-align: center;
    }
    
    .pro-item-i a {
        display: table-cell;
        width: 100%;
        height: 250px;
        vertical-align: middle;
    }
    
    .pro-item-i a img {
        max-width: 100%;
        max-height: 246px;
        margin: 0 auto;
        transition: all .8s;
        -webkit-transition: all .8s;
        -moz-transition: all .8s;
        -o-transition: all .8s;
    }
    .pro-item-t{
        border-top:1px solid #ddd;
        line-height: 48px;
        text-align: center;
        transition: all .8s;
        -webkit-transition: all .8s;
        -moz-transition: all .8s;
        -o-transition: all .8s;
    }
    .pro-item-t a{
	color:#333;
        display: block;
        transition: all .8s;
        -webkit-transition: all .8s;
        -moz-transition: all .8s;
        -o-transition: all .8s;
    }
.pro-item ul li{margin-bottom:30px;}
.pro-item ul li:hover .pro-item-i img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.pro-item ul li:hover .pro-item-t{
    background:#79b329;
}
.pro-item ul li:hover .pro-item-t a{
    color:#fff;
}

.pro-desc{
    width:80%;
    margin:0 auto;
    text-align: center;
}
.pro-t{font-size:36px; font-weight:bold;text-align:center; margin-top:60px;}
.pro-top-b{text-align:center;}
.pro-top-b img{
margin:0 auto;
display:block;
}


.gscp{
    padding:60px;
}
.gscp-b{
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.gscp-tit{
    text-align: center;
    color: #79b329;
}
.gscp-item{margin-top:40px;overflow: hidden;}
.gscp-t{
    text-align: center;
    line-height: 36px;
	color:#333;
}
.gscp-b:hover{
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
}













/* 竞争力 */
.h-hexin-item{
    margin-top:60px;
}
.h-hx-b .h-hb-i{
overflow:hidden;
width:100%;}
.h-hx-b .h-hb-i img{
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.h-hb-c{
    background-image: linear-gradient(to bottom, rgba(0,161,234,.4), rgba(0,87,168,.4));
    background-image: -webkit-linear-gradient(to bottom, rgba(0,161,234,.4), rgba(0,87,168,.4));
    background-image: -moz-linear-gradient(to bottom,rgba(0,161,234,.4), rgba(0,87,168,.4));
    background-image: -o-linear-gradient(to bottom,rgba(0,161,234,.4), rgba(0,87,168,.4));
    padding:40px 30px;
    height:284px;
}
.h-hb-c a{
    color:#fff;
}
.h-hb-t{
    font-size: 24px;
    font-weight: bold;
    color:#79b329;
}
.h-hb-line{
    width:50px;
    height:4px;
    background:#449d36;
    margin:20px 0 30px;
}

.h-hx-b:hover .h-hb-i img{
transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-o-transform:scale(1.1);
}
.hx{
    padding:60px 0;
}
.hx-tit{
    color:#79b329;
    text-align: center;
}
.hx-tit-en{
    color:#777;
}
.hx-con{
    border-top:1px dotted #ccc;
    border-bottom:1px dotted #ccc;
    padding:60px 20px;
    margin:60px 0 60px;
    background:#eee;
}
.hx-con-c h3{
    margin-bottom:20px;
}
.hx-list{
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.hx-list .hx-c{
    padding:60px;
    height:437px;
    background:url(../../images/hx-icon.png) no-repeat bottom right;
}
/* .hx-list:nth-child(2) .hx-c{
    background:url(../../images/hx-icon.png) no-repeat bottom left;
} */

.hx-list .hx-i img{
    width:100%;
    display: block;
    margin:0 auto;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.hx-c h2{
    color:#014099;
    margin-bottom:40px;
}
.hx-c h2:after{
    width:40px;
    height:4px;
    background:#014099;
    content: "";
    display: block;
    margin-top:20px;
}
.hx-c-bt{
    width:160px;
    text-align: center;
    line-height: 36px;
    border:1px solid #014099;
    margin-top:40px;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.hx-i{overflow:hidden}
.hx-list:hover{box-shadow: 2px 2px 3px 3px #ccc;}
.hx-list:hover .hx-i img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.hx-list:hover .hx-c-bt{
    background:#014099;
}
.hx-list:hover .hx-c-bt a{
    color:#fff;
}







/* 新闻 */
.h-news{padding:60px 0;}
.h-news-itme{
    overflow: hidden;
    margin-top:60px;
}
.h-news-c{
    color:#333;
    padding:20px 0;
}
.h-news-t{    height:60px;
    overflow: hidden;
}
.h-news-date{
    font-size:14px;
    color:#6c6c6c;
    margin-top:10px;
}
.h-news-i{
    height:229px;
	width:100%;
    overflow: hidden;
}
.h-news-i img{

    max-height:229px;
    display: block;
    margin: 0 auto;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.h-news-itme li:hover .h-news-i img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news{
    padding:60px 0;
	width:100%;
	overflow:hidden;
}
.news ul li{
    border-bottom:1px dotted #ccc;
    padding:20px 0;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.news-i {
    position: relative;
    display: table;
    overflow: hidden;
    height: 160px;
    padding: 5px;
    text-align: center;
    background:#eee;
    border: 1px #ddd solid;
}

.news-i a {
    display: table-cell;
    width: 100%;
    height: 160px;
    vertical-align: middle;
}

.news-i a img {
    max-width: 100%;
    max-height: 160px;
    margin: 0 auto;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}


.news-con{
    padding:15px 30px;
}
.news-con-t{
    font-size:18px;
    color:#22943a;
    font-weight: 600;
}
.news-date{
    font-size:14px;
    color:#999;
    margin:5px 0 10px;
}
.news-con-c{
    font-size:14px;
    color:#555;
    height:60px;
    overflow: hidden;
}
.news ul li:hover{
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    background:#eee;
}
.news ul li:hover .news-i a img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news-c-bt{
    text-align: center;
    font-size: 30px;
}
.news-icon{
    width:50%;
    text-align: center;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    line-height: 60px;
    margin:40px auto;
}
.news-desc{
    background:#eee;
    padding:20px 30px;
    font-size:14px;
    color:#777;
}
.news-desc span{
    font-weight: bold;
    font-size:16px;
}
.news-c{
    margin-top:60px;
}
.fanye{
    margin-top:20px;
    border-top:1px dotted #ccc;
    padding-top:20px;
    font-size:14px;
}
.fanye a{color:#555;}




.swiper-tab img{
display:block;
margin:0 auto;
}
.swiper-tab .tab-t{
text-align:center;
line-height:40px;
color:#333;
}

.swiper-tab .swiper-button-prev, .swiper-tab .swiper-container-rtl .swiper-button-next, .swiper-tab .swiper-button-next, .swiper-tab .swiper-container-rtl .swiper-button-prev{
color:#79b329;}


/* footer */
.footer{
    background:linear-gradient(to bottom,#0057a8 ,#79b329);
    background:-webkit-linear-gradient(to bottom,#0057a8 ,#79b329);
    background:-moz-linear-gradient(to bottom,#0057a8 ,#79b329);
    background:-o-linear-gradient(to bottom,#0057a8 ,#79b329);
    padding:60px 0 30px;
    color:#fff;
}
.footer a{
    color:#fff;
}
.ft-nav-t{
    font-size:18px;
    margin-bottom:10px;
}
.ft-zz{margin-top:20px;}

.copyright{
    margin-top:30px;
    border-top:1px solid rgba(255,255,255,.5);
    line-height: 60px;
    font-size:14px;
}
/* footer结束 */


/* banner */
.swiper-banner{margin-top:54px;}
.banner-c{
    position: relative;
    width: 100%;
    overflow: hidden;
	margin-top:54px;
}
.banner-c img{
width:100%;}

/* 二级导航 */
.sub_nav{width:100%; overflow:hidden; background:rgba(1,64,153,.5);position: absolute; left: 0; bottom:0; }
.sub_nav ul{font-size:0;width:70%;}
.sub_nav li{display:inline-block;}
.sub_nav li a{display:block; text-align:center;font-size:16px; color:#fff; position:relative;padding:15px 30px; }
.sub_nav li.cur a{color:#fff; background:#22943a;}
.sub_nav li.cur a:after{left:0; width:100%;}
.sub_nav li:hover a{color:#fff; background:#22943a;}
.sub_nav li:hover a:after{left:0; width:100%;}
.catname{width:30%;text-align: right;font-size:30px; font-weight: bold;line-height: 60px;color: #fff;}


/* 正文 */
.position{
    line-height: 60px;
    font-size:14px;
    text-align: right;
    border-bottom:1px solid #ccc;
}
.position a{color:#333;}
.position a:hover{color:#22943a;}
.neirong{padding:60px 0;width:100%;}
.neirong h2{
    text-align: center;
}
/* .neirong-con{padding:40px 0;} */
.nr-wl img{margin:0 auto;display: block; margin-top:40px;}

.neirong-pic{margin-bottom:30px}
.nr-pic-i {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 260px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}

.nr-pic-i a {
    display: table-cell;
    width: 100%;
    height: 260px;
    vertical-align: middle;
}

.nr-pic-i a img {
    max-width: 100%;
    max-height: 260px;
    margin: 0 auto;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.neirong-pic:hover .nr-pic-i a img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.nr-pic-t{
    background:#79b329;
    text-align: center;
    line-height: 40px;
}
.nr-pic-t a{
    color:#fff;
}

.huoban-con{
width:100%;
overflow:hidden
}
.huoban-pic{margin-bottom:30px;}
.hb-pic-i{
width:100%;
border:1px solid #ccc
}
.hb-pic-t{text-align:center;}

/* 文化 */
.culture-t{
font-size:20px;
text-align:center;
line-height:50px;
/* background-image: linear-gradient(45deg, #79b329, #014099); */
background:#014099;
color:#fff;
}
.culture-c{
border:1px solid #ccc;
border-top:none;
padding:20px;
height:130px;
text-align:center;
}
.culture-i{border:1px solid #ccc;padding:5px;overflow:hidden;}
.culture-i img{
display:block;
margin:0 auto;
transition:all .8s;
-webkit-transition:all .8s;
-moz-transition:all .8s;
-o-transition:all .8s;
}

.culture-i:hover img{
transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-o-transform:scale(1.1);
}

.culture-desc{
padding:80px 0;
line-height:40px;
}
.culture-desc h2{margin-bottom:40px;}




.text-c{text-align:center}
.text-c a{
color:#333;
padding:0 5px;
}
.text-c span{background:#22943a;
color:#fff;
padding:0 5px;}


.contact-r{padding:80px 0;}
.contact-r h2{
text-align:left;
font-weight:bold;
color:#79b329;
margin-bottom:40px;}
.contact-bm{
margin-top:30px;
overflow:hidden;
}



.neirong-mess{margin-top:60px;overflow:hidden;}
.neirong-mess-t{
font-size:30px;
color:#79b329;
text-align:center;
margin-bottom:40px;
padding-bottom:30px;
border-bottom:1px solid #ccc;
}

input[type="text"]{
width:100%;
line-height:36px;
border:1px solid #ddd;
}
.neirong-mess button{
width:200px;
background:#22943a;
line-height:36px;
}

.neirong-mess button:hover{
background:#79b329;
}


.team{margin-top:60px;}
.team-b{width:100%}
.team-t{background:#22943a;padding:10px; text-align:center;font-size: 30px;
    color: #fff;
    line-height: 70px;
    height: 90px;}
.team-t img{
height:60px;
}
.team-c{height:140px; padding:20px;margin-bottom:20px;border:1px solid #ddd; border-top:none;}

 .ft-weixin img{
width:116px;
} 
.ft-china{
margin-top:30px;}








@media(min-width:992px) and (max-width:1200px){
.hb-pic-t{height:60px; overflow:hidden;}
.swiper-banner{margin-top:120px;}
.banner-c{margin-top:120px}
.hx-list .hx-c{padding:30px;}
.ab-con-by{line-height:60px;}
.h-about-c{height:180px; overflow:hidden;}
.h-pro-bt{height:179px;line-height:179px;}
.h-o-bt{height:179px;padding: 20px 0;}
.h-hb-c{height:304px}
}
@media(min-width:767px) and (max-width:992px){
.h-about-c{height:115px; overflow:hidden;}
.h-pro-bt{height:130px;line-height:130px;font-size:24px;}
.h-o-bt{font-size:24px; line-height:30px;height:130px;padding:10px 0;}
.h-pro-t{font-size:16px;}
.h-hb-c{height:360px;}
.culture-c{height: 150px;}
.nr-pic-i,.nr-pic-i a{height:138px}
.nr-pic-i a img{max-height:138px}
.swiper-banner,.banner-c{margin-top:80px}
.ab-con-by{line-height:60px;}
.hb-pic-t{height:60px; overflow:hidden;}
}


@media(max-width:767px){

.box2{background:url(../../images/h-p.jpg) no-repeat bottom;}
.h-pro,.h-o{width:50%;}

.phone{width:100%;}
.h-pro-bt{height:60px; line-height:60px;font-size:24px;}
.h-o-bt{padding:20px 0;height:auto;font-size:24px;}
.h-pro-t{font-size:16px;margin-bottom:20px; color:#333;}
/* .footer-nav{display:none;} */
.copyright{margin-top: 30px;
	line-height:30px;
	}
.swiper-tab .tab-t{font-size:12px;}
.catname{display:none;}
.sub_nav{position: relative;}
.sub_nav ul{width:100%}
.sub_nav li a{padding:10px 25px;}
.neirong-con{padding:0 10px;}
.ab-con{
width: 100%;
    overflow: hidden;
	}
.ab-con-by{font-size:24px;}
.ab-list{margin-top:20px;}
.culture-t{margin-top:20px;}

.nr-pic-i,.nr-pic-i a{height:90px}
.nr-pic-i a img{max-height:90px}
.nr-pic-t{
font-size: 14px;
    height: 40px;
    overflow: hidden;
	}
.hx-con-c{margin-top:30px;}
.width100{width:100%;}
.news-con{padding:0 30px;}
.news-i,.news-i a{height:63px}
.news-i a img{max-height:63px}
.news-con-t{height:60px;overflow:hidden}
.news-con-c{display:none;}
.news-c-bt{font-size:24px}
.news-icon{width:100%;font-size:14px;}

.pro-item-i,.pro-item-i a{height:108px}
.pro-item-i a img{max-height:108px}
.hb-pic-t{height:30px;line-height:30px;overflow:hidden}
.team-c{height:220px;}
.kefubox{display:none;}

}


