@charset "utf-8";
.banner{
	width: 100%;
    height: 500px;
    line-height: 500px;
	text-align:center;
    background: url('../mirror/images/product/banner.png')  no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
	color: #fff;
    font-size: 45px;
    font-weight: bold;
	position: fixed;
	letter-spacing:5px;
}
.m-hd{

	background-color:#000 !important;

}
.content{
	width:1200px;
	margin: 0 auto;
}
/* 产品目录 */
.content .catalogue{
	width: 280px;
	position: fixed;
    top: 60px;
    
}
.content .catalogue .cat_info{
	font-size: 22px;
    color: #fff;
	text-align: center;
	background-color:#2377DA;
	border-bottom: 2px solid #fff;
}
.content .catalogue .cat_info .cat_tit{
	height:100px;
	line-height:140px;
	font-size: 30px;
}
.content .catalogue .cat_info .cat_msg{
	height:80px;
	line-height:40px;
}
.content .catalogue .cat_list{
	background-color:#F5F5F5;
}


.content .catalogue .cat_list>li{
	height:46px;
	line-height:46px;
	border-bottom: 2px solid #fff;
	width:230px;
    padding: 0 25px;
}

.content .catalogue .cat_list>li>a{
	width:100%;
	height:100%;
	font-size: 18px;
    color: #696969;
	display: block;
}

.content .catalogue .cat_list>.on{
	background-color:#2377DA;
}
.content .catalogue .cat_list .on>a{
	color:#fff;
}
.content .catalogue .cat_service{
	width: 280px;
	text-align:center;
	background-color:#2377DA;
}
.content .catalogue .cat_service>a>.cat_serimg{
	height:50px;
	line-height: 60px;
	
}
.content .catalogue .cat_service>a>.cat_msg{
	height:50px;
	font-size:20px;
	color:#fff;
	
}

/* 产品详情列表 */
.content_ul{
	width:800px;
	margin-left: 320px;
    margin-top: 100px;
}

.content_ul>li{
	padding:20px;
	background-color:#F5F5F5;
	border-radius: 8px;
	margin-bottom:30px;
	-webkit-box-shadow: rgb(0 0 0 / 50%) 0px 0px 8px;
   -moz-box-shadow: rgb(0 0 0 / 50%) 0px 0px 8px;
   box-shadow: rgb(0 0 0 / 50%) 0px 0px 8px;
}

.content_ul>li>.ser_img{
	position: absolute;
}
.content_ul>li>.ser_info{
	height:296px;
	margin-left:200px;
}
.content_ul>li>.ser_info>.info_tit{
	height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.content_ul>li>.ser_info>.info_msg{
    font-size: 16px;
    color: #868686;
    line-height: 30px;
}

.content_ul>li>.ser_info>.info_but{
	margin-top: 20px;
    height: 45px;
    color: #FFF;
}

.content_ul>li>.ser_info>.info_but>a{
	display: block;
}
.content_ul>li>.ser_info>.info_but>a>p{
	width: 116px;
	height: 36px;
    line-height: 36px;
    margin-right: 20px;
	float: left;
	font-size:16px;
	text-align: center;
}

.content_ul>li>.ser_info>.info_but>.journal>p{
	color: #C5C5C5;
    border: 2px solid #C5C5C5;

}

.content_ul>li>.ser_info>.info_but>.details>p{
	color: #7DC8FA;
    border: 2px solid #7DC8FA;

}



