.com-banner{
	width:100%;
	height:320px;
	background: url(../img/c_banner.png) no-repeat center center;
	background-size: cover;
}
*{	
	margin: 0;
	padding:0;
	font-family: "微软雅黑";	
	color:#666;
}
.com-main *{
	box-sizing: border-box;
}
.com-main-con{
	box-sizing: border-box;
	width:1120px;
	margin:0 auto;
	padding-bottom: 100px;
}
.com-main-con p{
	margin-bottom:30px;
}

.com-heading{
	font-size:23px;
	color:#343434;
	font-weight:600;
	padding-top:60px;
	padding-bottom:10px;
}
.com-headeing-dec{
	color:#2C9AF9;
	text-align: center;
	margin:0 auto;
	margin-bottom:50px;
}
.com-row{
	padding:16px;
}
.com-row img{
	width:261px;
	height:225px;
}
.com-btit{
	color:#60B4F4;
	font-size:23px;
	line-height:48px;
	text-align: left;
}
.com-dcon{
	color:#666666;
	font-size:17px;
	line-height:30px;
	text-align: left;
}

.com-to{
	width:145px;
	height:104px;
	background: url(../img/com-to.jpg) no-repeat center center;
}
.com-dl img{
	width:80px;
	height:80px;
}
.com-dl{
	width: 275px;
	text-align: center;
	padding:20px 0;
}
.com-dl dt{
	font-size:0
}
.com-dl dd{
	padding:10px 0px;
	text-align: center;
	font-size:15px;
	color:#323232;
}
.com-dl dd h4{
	font-weight: bold;
	color:#333333;
	line-height:26px
}
.com-dl dd h5{
	font-size: 13px;
	color:#666666;
	line-height:26px
}
.com-btn{
	float: right;
	width:180px;
	height:50px;
	line-height:46px;
	text-align: center;
	color:#E7720B;
	border:2px solid #E7720B;
	border-radius: 5px;
	font-size:25px;
	margin-right:25px;
	cursor: pointer;
}
#com-buy{
	float: left;
	width:180px;
	height:50px;
	line-height:46px;
	text-align: center;
	color:#FFFFFF;
	border:2px solid #E7720B;
	background: #E7720B;
	border-radius: 5px;
	font-size:25px;
	margin-left:25px
}
.com-border{
	width:1px;
	height:192px;
	background: url(../img/c_border.png) no-repeat center center;
}
