.detail-box{
	width:64%;
	margin:0 auto;
	/* height:700px; */
	padding:50px 20px;
	display:flex;
	justify-content:space-between;
	margin-top:30px;
	margin-bottom:30px;
}
.imgbox{
	width:480px;
	height:100%;
}
.imgbox img{
	width:100%;
	height:100%;
	object-fit:cover;
	border:1px solid #999;
}

/* 详情选择 */
.detail-txt{
	width:50%;
	height:100%;
	padding:20px;
}
.flower-txt{
	font-size:24px;
	font-weight:500;
}
.fuwu-txt{
	margin-top:20px;
	text-indent:2em;
	color: #777777;
}
.price-txt{
	font-size:22px;
	color:#C10000;
	margin-top:20px;
}
.color-box{
	border:1px solid #2E3A3F;
	padding:20px;
	margin-top:30px;
}
.color-box span{
	display: inline-block;
	padding:2px 10px;
	border:1px solid #999;
	margin:10px 20px;
	cursor: pointer;
}
.color-box span:hover{
	border:1px solid orangered;
}






/* 数量加减 */
.mt25{
    margin-top: 25px;
}
.ml18{
    margin-left: 18px;
}
.ml68{
    margin-left: 68px;
}
.purchasenum > span{
    color:#898989;
    font-family: "宋体";
    padding: 8px 24px 0 0;
}
.purchasenum > i,
.purchasenum > input{
    display: inline-block;
    width: 30px;
    height:30px;
    line-height: 30px;
    text-align: center;
    color:#bbbbbb;
    border: 1px solid #cecece;
}
.purchasenum > input{
    width:45px;
    box-sizing: content-box;
    vertical-align: top;
    margin-left: -4px;
    border-left-style: none;
}
.purchasenum .plus{
    margin-left: -4px;
}
.addpurchase > button{
    width: 186px;
    height: 45px;  
    font:bold 16px/45px "微软雅黑";
    cursor: pointer;
}
.addpurchase .add{
    color:#fafbf3;
    background-color: #2E3A3F;
}
.addpurchase .purchase{
    border: 1px solid #2E3A3F;
    background-color: #FEF9F6;
    color:#2E3A3F;
}
.add-btn{
	text-decoration:none !important;
}
.small-flo{
	width:100%;
	height:100%;
}

/* 地图 */
.map-box{
	width:100%;
}

/* 联系我们 */

.h5txt{
	font-weight: bold;
}
.callwebox{
	display: flex;
	justify-content: space-between;
}
.leftcall{
	width:40%;
}
.loginbox{
	width:60%;
}

.callusbox{
	display: flex;
	justify-content: space-between;
}
.lefttel{
	width:30%;
	height:600px;
}
.righttel{
	width:60%;
	height:600px;
}
.breadnav{
	margin-top:30px;
	border-bottom:1px solid #C6C8CA;
	padding-bottom:20px;
}
.breadnav a{
	color: #666666 !important;
}

.mapbox{
	width:100%;
	height:400px;
	overflow:hidden;
}
.mapbox img{
	width:100%;
}
.totop{
	width:200px;
	height:200px;
	background:#33A6ED;
	color: #fff;
	position:absolute;
	margin-top:-100px;
}
.totop .enlish{
	font-size:30px;
	margin-top:40px;
}
.totop p{
	padding-left:30px;
}
.totop p:nth-child(2){
	font-size:18px;
}

/* 文本框 */
.form-group input{
	margin-top:20px;
	border-bottom:1px solid #999;
}

/* 登录 */
.login-boxs{
	height:500px;
	padding:50px;
}
.loginformbox{
	width:500px;
	height:400px;
	padding:30px;
	border:1px solid #999;
	margin:0 auto;
}
.input-top{
	margin-top:20px;
}
/* 资讯内容 */
.newsbox{
	width:100%;
	padding:20px;
	border-bottom:1px solid #ccc;
	margin-top:30px;
}
.newsbox p{
	text-indent:2em;
	margin-top:20px;
}
.paybtn{
	float:right;
}

/* 资讯内容 */
.pictxtbox{
	display: flex;
	justify-content: space-between;
	padding:20px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}
.txtbox{
	width:76%;
}
.txtbox p:nth-child(1){
	font-size:18px;
	font-weight:550;
	transition:all 0.5s;
	cursor: pointer;
}
.txtbox p:nth-child(1):hover{
	color:orangered;
}
.txtbox p:nth-child(2){
	text-indent:2em;
}





.photobox{
	width:210px;
	height:150px;
	overflow: hidden;
	cursor: pointer;
}
.photobox img{
	width:100%;
	height:100%;
	transition:all 0.5s;
}
.photobox img:hover{
	transform:scale(1.2);
}
.paybtn{
	display: inline-block;
	width:140px;
	height:36px;
	background:#A6B9BD;
	text-align: center;
	line-height:36px;
	float: right;
}






/* 有偿资讯 */
.card{
	margin-top:30px;
	box-shadow:10px 10px 10px #ccc;
}
.btnbuy{
	border:1px solid #2B2B2B !important;
	color: #2B2B2B !important;
	transition:all 0.6s;
}
.btnbuy:hover{
	background:#2B2B2B !important;
	color:white !important;
}
.addcart{
	background:#404040 !important;
	color:white !important;
	border:1px solid #404040 !important;
}
.addcart:hover{
	background:#2B2B2B !important;
}

/* 联系我们 */
.callusbox{
	display: flex;
	justify-content: space-between;
}
.lefttel{
	width:30%;
	height:600px;
}
.righttel{
	width:60%;
	height:600px;
}
.breadnav{
	margin-top:30px;
	border-bottom:1px solid #C6C8CA;
	padding-bottom:20px;
}
.breadnav a{
	color: #666666 !important;
}

.mapbox{
	width:100%;
	height:400px;
	overflow:hidden;
}
.mapbox img{
	width:100%;
}
.totop{
	width:200px;
	height:200px;
	background:#33A6ED;
	color: #fff;
	position:absolute;
	margin-top:-100px;
}
.totop .enlish{
	font-size:30px;
	margin-top:40px;
}
.totop p{
	padding-left:30px;
}
.totop p:nth-child(2){
	font-size:18px;
}