html{
	font-family: Microsoft YaHei;
}
body{
	padding-top: 49px;
}
.am-header{
	position: fixed;
	top:0;
	left: 0;
	z-index: 1100;
	padding: 0;
}
.am-header-default {
   background-color: #1c407a;
}
.am-header .am-header-title {
	margin:0 15%;
}
.banner>img{
	width:100vw;
	height:36vw;
}
.careListPar{
	padding:1vw 4vw 4vw 4vw;
    background: #e5e5e5;
}
.bannerIntro{
	margin:3vw 0;
	text-indent:2em;
	padding:0 3vw;
	font-size: 4vw;
	line-height: 6vw;
	color: #3b3c3c;
}
.careList{
	text-align: center;
}
.careImgJ{
	width: 100%;
	/* border-radius: 10px 10px 0 0 ;		 */
}
.careImgJ_90{
	width: 92%;	
}
.careTitle{
	height:40px;
	line-height: 40px;
	text-align: center;
	background: #FFFFFF;
	color: #333333;
	margin-bottom: 15px;
	border-radius: 0 0 10px 10px;
}
.contactMe{
	padding:2vw 0;
}
.contactUs{
	font-size: 5vw;
	text-align: center;
	margin:0;
}
.contactText{
	margin:2vw;
	font-size: 4vw;
	padding:0 3vw;
}
.tel{
	padding:0 3vw;
	margin:2vw;
	font-size: 4vw;
	text-align: center;
}
.detail{
	margin:0 3vw;
}
.detail>div{
	height: 10vw;
	padding:1vw 0;
}
.detail img{
	width:7vw ;
	height:7vw;
}
.p2{
	margin:1vw 0;
	font-size: 4vw;
	margin-left:5vw;
	color:black;
}
.QRcode{
	width: 28vw;
	height: 30vw;
	margin:5vw calc(50% - 14vw);
}
.bottom{
	height: 15vw;
	background-color: #143161;
	text-align: center;
}
.bottomText{
	color:#fff;
	font-size: 3vw;
	line-height: 4vw;
	margin:0;
	padding-top: 3vw;
}
.column-ul{
	padding:0;
}
.column-li{
	list-style: none;
	margin:4vw 3vw;
}
.showImg{
	width: 48vw;
	
}
.showText{
	width: 44vw;
	height:29.6vw;
	margin: 0;
	float:right;
	font-size: 3.6vw;
	line-height: 5vw;
	color: #3b3c3c;
	letter-spacing: 0.3vw;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden; 
	word-break:break-all;
}
.PD-title{
	text-align: center;
	margin: 2vw 0;
}
.PD-img{
	width: 90vw;
	margin:0 5vw;
}
.content{
	text-indent: 8vw;
	font-size: 4vw;
	padding:0 5vw;
	letter-spacing: 0.5vw;
	margin: 2vw 0;
}
.PD-Bannerimg{
	width: 100vw;
}
.moreCaseA{
	margin-left: calc(50% - 12.5vw);
}
.moreCase{
	width: 25vw;
}
.productIntro{
	padding:0 4vw;
}
.productIntroList{
	background: #E5E5E5;
	padding: 4vw;
	margin-bottom: 10px;
}
.productIntroList div{
	text-align: center;
}
.productIntroTitle{
	font-weight: bold;
	font-size: 18px;
}
.careImgJ_icon{
	width: 130px;
}
.productIntroList p{
	margin: 5px 0;
}
.companyName{
	border-bottom: 1px solid #C0C0C0;
	padding:5px ;
}
.conDiv{
	font-size: 14px;
}
/*清除浮动*/
.clear-f:before, .clear-f:after
{
    content: "";
    display: block;
    clear: both;
    height: 0;
}
.clear-f
{
    zoom: 1;
}
.unit{
	float: left;
	width: 50vw;
}
.name{
	float: left;
}
.careListL{
	width: 93%;
	margin: 0 auto;	
}
.careListL .careImgJ{
	width: 100%;
	border-radius: 10px 10px 0 0;
}
.careListL div{
	font-size: 18px;
	font-weight: bold;
}
.careListL p,.careListL div{
	background: #FFFFFF;
	padding: 5px 10px;
    line-height: 22px;
}
.careListL p{
	margin-top: 0;
	color: #888888;
	border-radius: 0 0 10px 10px;
	padding-bottom: 15px;
}