
.product .product_title{
    height: 50px;
    padding-top: 10px;

}
.product .product_title h2{
    text-align: center;
    font-size: 25px;
    color: #3A405B;
    font-weight: bold;
}
.product .product_title h4{
    text-align: center;
    padding-top: 10px;
    color: #999999;
    font-size: 18px;
}
.product .product_deal{
    height: 420px;
}
.product_deal .product_list{
    width: 270px;
    text-align: center;
}
.content_body{
    width: 100%;
    height: auto;
    background-color: #faf8f8;
}
.product_deal img{
    width: 270px;
}
.layui-card{
    width: 270px;
    margin: 0 auto;
}


.layui-card .hw_cloud{
     text-align: left;
     padding-top: 25px;
}
.layui-card .hw_cloud h3{
    font-size: 18px;
    color: #3A405B;
    margin-bottom: 15px;
}
.layui-card .hw_cloud p{
    font-size: 14px;
    color: #999999;
}
.layui-card .product_p{
    border-bottom: 1px solid #EDEDED;
    height: 50px;
    overflow: hidden;
}
.layui-card .product_btn{
    width: 100px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    background: url("../images/btn.png");
    color: #ffffff;
}
.card_deal{
    height: 40px;
}
.company .company_content{
    height: 400px;
}
.company .company_main_img{
    width:350px;
    height: 400px;
    background-color:#F2F2F2;
}
.company .company_main_img img{
   width: 100%;
    height: 100%;
}
.company .company_item_img img{
    width: 100%;
    height: 100%
}
.company .company_item_img{
    width: 395px;
    height: 400px;
    margin-left: 30px;
}
.company .company_item_img_top{
    width: 395px;
    height: 185px;
    background-color:#F2F2F2;
    margin-bottom: 30px;

}
.company .company_item_img_bottom{
    width: 395px;
    height: 185px;
    background-color:#F2F2F2;
}
.news{
    width: 100%;
    background: #ffffff;
    height: 588px;
}
.news .news_item{
    width: 1200px;
    margin: 0 auto;
}
.news .news_list{
    width: 31%;
}
.news_list h3{
    text-align: center;
    font-size: 18px;
    color: #333333;

}
.news_list .news_line{
    width: 20px;
    height: 18px;
    margin: 0 auto;
    border-bottom:2px solid #0076FE;

}
.news_body{
    height: 100px;

}
.news_body .news_date{
    width: 67px;
    height: 60px
}
.news_body .news_day{
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    height: 30px;
}
.news_body .news_year{
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    text-indent: 9px;
}
.news_title h4{
    width: 300px;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    height: 30px;
}
.news_title p{
    color: #999999;
    height: 41px;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-overflow:ellipsis;

}
.news_title h4 a:hover{
    color: #0076FE;
}
.product_list:hover{
    box-shadow: 2px 5px 10px #ccc;
}
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
    background: #0076FE;
    height: 3px;
}
.top{
	position:relative;
}
.product_service{
    width: 100%;
    height: 0px;
    background-color: #ffffff;
    border-top: 1px solid silver;
	position: absolute;
	z-index:999;
	overflow:hidden;
	top:61px;
	left:0px;
	right:0px;
}

.product_service_item {
    width: 1200px;
    margin: 0 auto;
}
.product_service  .service_cloud{
    width: 270px;
    height: 146px;
    background: url("../images/pro1.png");
    margin: 70px 15px 0 15px;
    cursor: pointer;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.21);
    border-radius: 6px;
}
.product_service .service_cloud:hover{
    margin: 60px 15px 0 15px;
}
.product_service .service_wx:hover{
    margin: 60px 15px 0 15px;
}
.product_service .service_web:hover{
    margin: 60px 15px 0 15px;
}
.product_service .public h4{
    margin: 20px 0 0 20px;
    font-size: 20px;
    font-weight: bold;
    color: rgba(51,51,51,1);
    line-height: 30px;
}
.product_service .public p{
    margin-left: 20px;
    font-size: 16px;
    color: rgba(102,102,102,1);
    line-height: 30px;
}
.product_service  .service_wx{
    width: 270px;
    height: 146px;
    background: url("../images/pro3.png");
    margin: 70px 15px 0 15px;
    cursor: pointer;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.21);
    border-radius: 6px;
}
.product_service  .service_web{
    width: 270px;
    height: 146px;
    background: url("../images/pro4.png");
    margin: 70px 15px 0 15px;
    cursor: pointer;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.21);
    border-radius: 6px;
}

