@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
 /* header */
 #header{
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.header-box{
    background: #fff;
    position: fixed;
	z-index: 9999;
    top: 0px;
    left: 0px;
    z-index: 99;
    height: 98px;
    border-bottom: 2px solid #e67817;
    width: 100%;
    transition: border 0.5s;
	-moz-transition: border 0.5s; 
	-webkit-transition: border 0.5s; 
	-o-transition: border 0.5s;
}
.logo-box{
    float: left;
    margin-top: 24px;
}
.logo-box img{
    display: block;
    width: 100%;
}
.logo-box .logo-active{
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
	-o-transition: all 0.5s;
}
.nav{
    float: right;
    margin-top: 10px;
}
.nav-ul li{
    float: left;
    position: relative;
    margin-right: 35px;
}
.nav-ul li:last-child{
    margin-right: 0px;
}
.nav-ul li>a{
    color: #222;
    line-height: 88px;
    display: block;
}
.nav-ul li.active a{
    color: #e67817;
}
.header-box:hover .nav-ul li>a:hover{
    color: #e67817;
}
/* 联系我们 */
.contact_left{
    background: #f3f3f3;
    padding: 52px 54px 52px;
    margin-bottom: 20px;
    width: 50%;
    float: left;
}
.contact_left>h3{
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 25px;
}
.contact_left>p{
    font-size: 16px;
    line-height: 30px;
}
.contact_right{
    width: 48%;
    float: right;
}
.contact_right>img{
    display: block;
    width: 100%;
}
.map>img{
    display: block;
    width: 100%;
}
@media(max-width: 1199px){
    .contact_left,.contact_right{
        width: 100%;
        float: none;
    }
    .contact_right>img{
        margin-bottom: 20px;
    }
}
@media(max-width: 767px){
    .contact_left{
        padding: 15px;
    }
    .contact_left>h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .contact_left > p{
        font-size: 14px;
        line-height: 24px;
    }
}
/* banner */
.swiper-container{
    width: 100%;
    max-width: 1920px;
}
.banner-swiper .swiper-slide img{
    width: 100%;
    display: block;
}
.swiper-pagination-bullet{
    width: 50px;
    height: 4px;
    background: #fff;
    border-radius: 0px;
    opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: 50px;
}
.swiper-pagination-bullet-active{
    background: #007cc2;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 15px;
}
/* (min-width:992px) and  */
@media(max-width: 1200px){
    .header-box>.container{
        width: 100%;
    }
    .logo-box {
        margin-top: 30px;
    }
    .logo-box img{
        width: 340px;
    }
    .nav-ul li{
        margin-right: 25px;
    }
}
@media(max-width: 991px){
    body{
        padding-top: 69px;
    }
    .header-box{
        height: 70px;
    }
    .logo-box{
        margin-top: 16px;
        margin-left: 10px;
    }
    .header-box > .container{
        padding: 0px;
    }
}
@media (max-width: 767px){
    .swiper-pagination-bullet{
        width: 22px;
        height: 4px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets{
        bottom: 8px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 0 8px;
    }
}
@media(max-width: 559px){
    body{
        padding-top: 49px;
    }
    .header-box{
        height: 50px;
    }
    .logo-box{
        margin-top: 12px;
    }
    .logo-box img{
        width: 225px;
    }
}
/* 产品中心 */
.index-pro{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 70px;
    background: url(../img/pro_bg.jpg) no-repeat center;
}
.pro-title{
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
}
.pro-title h3{
    font-size: 38px;
    font-weight: bold;
    line-height: 90px;
}
.pro-title span{
    display: block;
    width: 36px;
    height: 4px;
    background: #222222;
}
.owl-carousel{
	position: relative;
}
.owl-wrapper-outer{
	overflow: hidden;
	/* height: 500px; */
}
.prolist_ul{
    margin-bottom:70px;
}
.ipro-img img{
    width: 100%;
}
.prolist_ul .ipro-item{
    background: #a9a9a9;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
    -o-transition: all 0.5s;
    margin: 0 5px;
}
.prolist_ul .ipro-item:hover{
    background: #007cc2;
}
.ipro-item .ipro-main{
    text-align: center;
    padding-top: 70px;
}
.ipro-item .ipro-main span{
    display: block;
    font-size: 18px;
    color: #fff;
    margin-bottom: 50px;
    text-align: center;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
    -o-transition: all 0.5s;
}
.ipro-item:hover .ipro-main span{
    transform: translateY(10px);
}
#pro_scroll .owl-item{
    float: left;
    width: 25%;
}
.owl-buttons{
    position: absolute;
    top:-130px;
    right: 0;
}
.owl-buttons .owl-prev, .owl-buttons .owl-next{
    width: 66px;
    height: 66px;
    border: 1px solid #a9a9a9;
    float: left;
    font-size: 0px;
    cursor: pointer;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
	-o-transition: all 0.5s;
}
.owl-buttons .owl-prev{
    margin-right: 8px;
    background: url(../img/pro_prev.png) no-repeat center;
}
.owl-buttons .owl-next{
	background: url(../img/pro_next.png) no-repeat center;
}
.owl-buttons .owl-prev:hover{
    background: #007cc2 url(../img/pro_aprev.png) no-repeat center;
}
.owl-buttons .owl-next:hover{
    background: #007cc2 url(../img/pro_anext.png) no-repeat center;
}
.homepro-foot{
    text-align: center;
}
.homepro-foot i{
    display: inline-block;
    width: 90px;
    height: 1px;
    background: #bfbfbf;
    vertical-align: middle;
}
.homepro-foot img{
    display: inline-block;
    vertical-align: middle;
    margin: 0 24px;
}
@media(max-width:991px){
    .pro-title h3 {
        font-size: 24px;
        font-weight: bold;
        line-height: 50px;
    }
    .index-pro{
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .pro-title{
        margin-bottom: 30px;
    }
    .owl-buttons{
        top: -80px;
    }
    .ipro-item .ipro-main{
        padding-top: 30px;
    }
    .ipro-item .ipro-main span{
        margin-bottom: 0;
    }
    .owl-buttons .owl-prev, .owl-buttons .owl-next{
        width: 46px;
        height: 46px;
    }
    .prolist_ul{
        margin-bottom: 48px;
    }
}
@media(max-width:559px){
    .homepro-foot img{
        width: 40px;
        margin: 0 15px;
    }
    .homepro-foot i{
        width: 60px;
    }
    .prolist_ul{
        margin-bottom: 30px;
    }
    .index-pro{
        padding-bottom: 30px;
    }
}
/* 关于我们 */
.about-us{
    width: 100%;
    background: url(../img/about_bg.jpg) no-repeat center;
    padding-top: 50px;
    padding-bottom: 70px;
}
.public-title{
    text-align: center;
}
.public-title h3{
    color: #fff;
}
.public-title span{
    margin: 0 auto;
    background: #fff;
}
.about-cont{
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-bottom: 70px;
}
.about-list{
    margin-bottom: 80px;
    overflow: hidden;
}
.about-item{
    overflow: hidden;
    position: relative;
    background: url(../img/about_item_bg.png) no-repeat center;
    width: 220px;
    margin: 0 auto;
    height: 190px;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
	-o-transition: all 0.5s;
}
.about-info{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}
.about-info h5{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
	-o-transition: all 0.5s;
}
.about-info span{
    font-size: 12px;
    color: #c9c9c9;
    text-transform: uppercase;
}
.about-item:hover{
    background: url(../img/about_item_abg.png) no-repeat center;
}
.about-item:hover .about-info h5{
    transform: translateY(-5px);
}
@media(max-width: 991px){
    .about-us{
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .about-cont{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 30px;
    }
    .about-item{
        margin-bottom: 15px;
    }
    .about-list{
        margin-bottom: 30px;
    }
}
@media(max-width: 559px){
    .about-us{
        background: #58768a;
    }
    .about-info h5{
        font-size: 18px;
    }
    .about-list{
        margin-bottom: 15px;
    }
}
/* 新闻资讯 */
.index-news{
    padding: 70px 0 50px;
    background: url(../img/news_bg.jpg) no-repeat center;
}
.hnews-info{
    float: left;
    width: 29%;
    background: #e67817;
    padding: 115px 40px;
}
.hnews-info h2{
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 36px;
}
.hnews-info .hnews-intro{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 100px;
}
.hnews-info a{
    display: block;
    width: 170px;
    height: 48px;
    background: #fff;
    line-height: 48px;
    text-align: center;
    color: #e67817;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
	-o-transition: all 0.5s;
}
.hnews-info a:hover{
    border-radius: 10px;
}
.hnews-list{
    float: right;
    width: calc(100% - 32%);
}
.hnews-box{
    max-width: 470px;
    margin: 0 auto 30px;
    position: relative;
    overflow: hidden;
}
.hnews-img img{
    display: block;
    width: 100%;
}
.hnews-mask{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .5);
    z-index: 2;
    padding: 0 30px;
}
.hnews-ms{
    position: absolute;
    bottom: 38px;
    left: 30px;
    z-index: 3;
    width: 80%;
}
.hnews-float{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0px;
    background: #007cc2;
    z-index: 5;
    padding: 0 30px;
    color: #fff;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
	-o-transition: all 0.5s;
}
.hnews-box h4{
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}
.hnews-ms h4{
    margin-bottom: 20px;
}
.hnews-float h4{
    margin-top: 40px;
    margin-bottom: 26px;
}
.hnews-box span{
    font-size: 16px;
    text-transform: uppercase;
}
.hnews-ms span{
    color: #c9c9c9;
}
.hnews-float span{
    display: block;
    margin-bottom: 18px;
}
.hnews-float p{
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.hnews-box:hover .hnews-float{
    top: 0px;
}
@media(max-width: 1599px){
    .hnews-info{
        padding: 86px 30px;
    }
    .hnews-info h2{
        font-size: 38px;
        margin-bottom: 30px;
    }
    .hnews-info .hnews-intro{
        margin-bottom: 60px;
    }
    .hnews-float p{
        line-height: 24px;
    }
}
@media(max-width: 1200px){
    .hnews-info{
        padding: 54px 30px;
    }
    .hnews-info .hnews-intro{
        margin-bottom: 50px;
    }
    .hnews-mask{
        padding: 0 15px;
    }
    .hnews-ms{
        bottom: 20px;
        left: 15px;
    }
    .hnews-ms h4{
        margin-bottom: 15px;
        font-size: 20px;
    }
    .hnews-float{
        padding: 0 15px;
    }
    .hnews-float h4{
        margin-bottom: 15px;
        font-size: 18px;
    }
    .hnews-box span{
        font-size: 14px;
    }
    .hnews-float span{
        margin-bottom: 10px;
    }
    .hnews-float p{
        -webkit-line-clamp: 2;
    }
    .hnews-info h2{
        font-size: 28px;
    }
    .hnews-info .hnews-intro{
        line-height: 24px;
        margin-bottom: 40px;
    }
}
@media(max-width:991px){
    .hnews-info{
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .hnews-list{
        width: 100%;
        float: none;
    }
    .index-news{
        padding: 30px 0;
    }
    .hnews-ms h4{
        font-size: 18px;
    }
}
@media(max-width: 767px){
    .hnews-float h4{
        margin-top: 30px;
    }
    .hnews-info{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .hnews-info h2{
        font-size: 24px;
        margin-bottom: 20px;
    }
}
@media(max-width: 599px){
    .hnews-box{
        margin-bottom: 15px;
    }
}
/* 合作案例 */
.index-case{
    background: url(../img/case_bg.jpg) no-repeat center;
}
.hcase-box{
    overflow: hidden;
    margin-bottom: 70px;
}
.hcase-img img{
    display: block;
    width: 100%;
}
.hcase-item p{
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
	-o-transition: all 0.5s;
}
.hcase-item:hover p{
    background: #007cc2;
    color: #fff;
}
@media(max-width: 991px){
    .hcase-box{
        margin-bottom: 30px;
    }
}
/* 联系我们 */
.index-contact{
    background: #f8f8f8;
}
.contact-title h3{
    color: #222;
}
.contact-title span{
    background: #222;
}
.hcont-ways{
    float: left;
}
.hcont-ways h2{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
.hcont-info{
    margin-bottom: 40px;
}
.hcont-info p{
    color: #666;
    line-height: 28px;
}
.hcont-wechat li{
    display: inline-block;
    min-width: 130px;
    text-align: center;
}
.hcont-wechat li:first-child{
    margin-right: 20px;
}
.wechat-img img{
    display: block;
    width: 100%;
}
.hcont-wechat p{
    color: #666;
    line-height: 30px;
}
.hcont-map{
    float: right;
    padding: 8px;
    background: #fff;
    overflow: hidden;
    width: 69%;
}
.hcont-map img{
    display: block;
    width: 100%;
}
@media(max-width: 1200px){
    .hcont-map{
        width: 60%;
    }
    .hcont-info{
        margin-bottom: 20px;
    }
}
@media(max-width: 991px){
    .hcont-ways{
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }
    .hcont-ways h2{
        margin-bottom: 20px;
    }
    .hcont-map{
        float: none;
        width: 100%;
    }
    .hcont-wechat li:first-child{
        margin-right: 10px;
    }
}
@media(max-width: 599px){
    .hcont-ways h2{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .hcont-info p{
        font-size: 14px;
        line-height: 24px;
    }
}
/* 底部 */
#footer{
    width: 100%;
    height: 100px;
    background: #222222;
    overflow: hidden;
}
.copy{
    text-align: center;
}
.copy p{
    display: inline-block;
    line-height: 100px;
    color: #fff;
    margin: 0 10px;
}
.copy p>a{
    color: #fff;
}
.copy p>a:hover{
    text-decoration: underline !important;
}
@media(max-width: 767px){
    #footer{
        height: 80px;
    }
    .copy{
        line-height: 80px;
    }
    .copy p{
        line-height: 30px;
        font-size: 14px;
    }
}
@media(max-width: 599px){
    .copy p>a{
        display: none;
    }
}
/* 关于我们 */
.inside-header{
    background: #fff;
    position: fixed;
	z-index: 9999;
    top: 0px;
    left: 0px;
    z-index: 99;
    height: 98px;
    border-bottom: 2px solid #e67817;
    width: 100%;
}
.inside-header .nav-ul li>a{
    color: #222;
}
.inside-header .nav-ul li.active a{
    color: #e67817;
}
.inside-header .nav-ul li>a:hover{
    color: #e67817;
}
.inside-header .logo-box .logo-active{
    display: block;
}
@media(max-width: 1200px){
    .inside-header>.container{
        width: 100%;
    }
}
@media(max-width: 991px){
    .inside-header{
        height: 70px;
    }
    .inside-header > .container{
        padding: 0px;
    }
}
@media(max-width: 559px){
    .inside-header{
        height: 50px;
    }
}
.inside-banner{
    width: 100%;
}
.inside-banner img{
    display: block;
    width: 100%;
}
.public-content{
    padding-top: 80px;
    padding-bottom: 60px;
}
.leftbox{
    width: 250px;
    float: left;
}
.lefttit{
    height: 100px;
    background: #007cc2;
    text-align: center;
    color: #fff;
    position: relative;
    margin-bottom: 4px;
}
.lefttit h3{
    font-size: 32px;
    line-height: 100px;
    font-weight: bold;
}
.left_ul li{
    height: 62px;
    line-height: 62px;
    background: #efefef;
    margin-bottom: 2px;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
	-o-transition: all 0.5s;
}
.left_ul li a{
    display: block;
    padding-left: 50px;
    color: #333;
    position: relative;
}
.left_ul li a::after{
    position: absolute;
    width: 6px;
    height: 12px;
    content: "";
    display: block;
    background: url(../img/left_nav_icon.png) no-repeat center;
    right: 50px;
    top: 50%;
    margin-top: -6px;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
	-o-transition: all 0.5s;
}
.left_ul li.active, .left_ul li:hover{
    background: #e67817;
}
.left_ul li.active a, .left_ul li:hover a{
    color: #fff;
}
.left_ul li.active a::after, .left_ul li:hover a::after{
    width: 12px;
    height: 6px;
    margin-top: -3px;
    background: url(../img/left_active_iocn.png) no-repeat center;
}
.pronavToggle{
    display: none;
}
.left-contact{
    margin-top: 4px;
}
.left-contactimg img{
    width: 100%;
}
.left-info{
    padding: 9px;
    background: #e67817;
}
.left-info-main{
    border: 1px solid #fff;
    height: 110px;
    position: relative;
}
.left-info-main i{
    height: 36px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0px;
    left: 25px;
    background: #fff;
}
.left-info-main::after{
    position: absolute;
    width: 18px;
    height: 44px;
    left: 15px;
    top: 35px;
    background: url(../img/left_phone.png) no-repeat center;
    content: "";
    display: block;
}
.left-intro{
    padding-left: 45px;
    color: #fff;
    padding-top: 26px;
}
.left-intro h3{
    font-size: 24px;
    margin-bottom: 8px;
}
.left-intro span{
    font-weight: bold;
    font-size: 22px;
}
.rightbox{
    float:right;
    width: calc(100% - 290px);
}
.inside-title{
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 1px solid #bfbfbf;
}
.ititle-left{
    float: left;
    position: relative;
    padding-left: 25px;
}
.ititle-left::before{
    position: absolute;
    height: 38px;
    width: 6px;
    background: #e67817;
    content: "";
    display: block;
    left: 0px;
    top: 50%;
    margin-top: -19px;
}
.ititle-left h4{
    font-size: 18px;
    font-weight: bold;
}
.ititle-left span{
    color: #999;
    font-size: 16px;
}
.ititle-right{
    float: right;
}
.ititle-right span{
    line-height: 38px;
    color: #999;
    font-size: 14px;
}
.ititle-right span>a{
    color: #999;
}
.ititle-right span>a:hover{
    color: #e67817;
}
.about-txt{
    margin-top: 45px;
}
.about-txt img{
    width: 100%;
}
.about-txt p{
    text-indent: 24px;
}
/* 导航按钮 */
#pronavToggle{
    display: none;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	padding: 15px;
	background: #007cc2;
	padding: 0;
	right: 0px;
	top: 0px;
	z-index: 22;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;	
}
#pronavToggle::before {
    margin-top: -7px;
}
#pronavToggle::after {
    margin-top: 7px;
}
#pronavToggle span,
#pronavToggle::after,
#pronavToggle::before {
    height: 2px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#pronavToggle.show span {
    opacity: 0;
}
#pronavToggle span, #pronavToggle::after, #pronavToggle::before {
    height: 3px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
@media(max-width:991px){
    #pronavToggle{
        display: block;
    }
    .leftbox{
        width: 100%;
    }
    .left_ul{
        display: none;
    }
    .rightbox{
        width: 100%;
    }
    .lefttit{
        height:50px;
        text-align: left;
        padding-left: 20px;
    }
    .lefttit h3 {
        font-size: 16px;
        line-height: 50px;
    }
    #pronavToggle{
        width: 50px;
        height: 50px;
    }
    .left-contact{
        display: none;
    }
    .inside-title{
        display: none;
    }
    .public-content{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .about-txt{
        margin-top: 25px;
    }
    .left_ul li{
        height: 42px;
        line-height: 42px;
    }
}
@media(max-width:449px){
    .about-txt{
        margin-top: 15px;
    }
    .about-txt p{
        font-size: 14px;
    }
}
/* 新闻资讯 */
.public-main{
    margin-top: 45px;
    overflow: hidden;
}
.news-main ul li{
    margin-bottom: 28px;
    padding: 16px 0px;
    background: #eee;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
	-o-transition: all 0.5s;
}
.news-date{
    float: left;
    width: 80px;
    text-align: center;
    border-right: 1px solid #d2d2d2;
    padding-top: 10px;
}
.news-date span{
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 4px;
    line-height: 14px;
}
.news-date strong{
    font-size: 16px;
    color: #333;
    line-height: 16px;
}
.news-info{
    padding: 0 20px;
    float: left;
    width: calc(100% - 80px);
}
.news-info h4{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 10px;
}
.news-info p{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #666;
}
.news-main ul li:hover{
    background: #007cc2;
}
.news-main ul li:hover .news-date{
    border-right-color: #fff;
}
.news-main ul li:hover .news-date span{
    color: #fff;
}
.news-main ul li:hover .news-date strong{
    color: #fff;
}
.news-main ul li:hover .news-info h4{
    color: #fff;
}
.news-main ul li:hover .news-info p{
    color: #fff;
}
@media(max-width: 991px){
    .public-main{
        margin-top: 25px;
    }
    .news-main ul li{
        margin-bottom: 15px;
    }
}
@media(max-width: 599px){
    .news-main ul li{
        padding: 12px 0px;
    }
    .news-date{
        width: 70px;
        padding-top: 6px;
    }
    .news-info{
        width: calc(100% - 70px);
        padding: 0 15px;
    }
    .news-info p{
        font-size: 14px;
        line-height: 18px;
    }
}
/* 产品中心 */
.pro-img img{
    width: 100%;
}
.pro-main ul li{
    margin-bottom: 10px;
}
.pro-main ul li .pro-img{
    background: #a9a9a9;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
	-o-transition: all 0.5s;
}
.pro-main ul li h3{
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #333;
}
.pro-main ul li:hover .pro-img{
    background: #0481c8;
}
.pro-main ul li:hover h3{
    color: #0481c8;
}
@media(max-width: 559px){
    .pro-main ul li h3{
        height: 45px;
        line-height: 45px;
    }
    .pro-main ul li{
        margin-bottom: 0px;
    }
}
.prodtxt img{
    max-width: 100%;
}