/*
* @Author: Administrator
* @Date:   2018-10-30 14:08:10
* @Last Modified by:   Administrator
* @Last Modified time: 2018-10-30 15:01:52
*/
/* 资讯页面 */
.search-box .big-search{
	display: block;
	margin:40px auto;
	height:60px;
	width: 50%;
	border-radius: 50px;
	border:none;
	background: #fff url(../images/big-search.png) no-repeat right center;
	padding-left: 20px;
}
.zixun-main{
	min-height: 900px;
	height: auto;
	margin-top:18px;
}
.zixun-main .container{
	width: 960px;
	padding-right: 0;
	padding-left: 0;
}
.zixun-main .zixun-neir{
	background: #fff;
	min-height:750px;
	width: 718px;
	height: auto;
	padding-left:30px;
	padding-right: 30px;
	border:1px solid #e4e4e4;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.zixun-list{
	display: none;
}
.zixun-main .zixun-neir h2{
	height: 90px;
	font-size: 24px;
    font-weight: 500;
    color: #323232;
	line-height: 90px;
}
.zixun-main .zixun-neir .zixun-t{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.zixun-neir h2 a:hover{
	color: #dc220d;
}
.zixun-main .zixun-neir li{
	height: 320px;
	border-bottom: 1px solid #efefef;
}
.zixun-main .zixun-neir li dt a{
	width: 284px;
	height: 180px;
	background: url(../images/ai1.jpg) no-repeat center center;
	background-size: 100%;
	float: left;
	border-radius: 10px;
}
.zixun-main .zixun-neir .zixun2-img a{
	background: url(../images/ai2.jpg) no-repeat center center;
	background-size: 100%;
}
.zixun-main .zixun-neir li dd{
	float: right;
	width: 360px;
	height: 180px;
	padding-left: 20px;
	color: #999;
}

.zixun-neir li dd i{
	display: inline-block;
	width: 16px;
	height: 10px;
	background: url(../images/eye.png) no-repeat;
	margin-right: 6px;
}
.zixun-neir li dd .share-icon{
	display: inline-block;
	width: 42px;
	height: 12px;
	background: url(../images/download.png) no-repeat left center;
	margin-right: 6px;
	margin-left: 6px;
	text-align: right;
	line-height: 12px;
}
.zixun-neir li dd a{
	font-size: 12px;
	display: inline-block;
	width: 70px;
	color: #ff8000;
}
.zixun-neir .time{
	float: left;
	display: inline-block;
}
.zixun-neir .share{
	float: right;
	display: inline-block;
}
.zixun-neir li p,.zixun-neir li .zixun1{
	font-size: 14px;
	color: #646464;
	line-height: 20px;
	text-indent:2em
}
.zixun-neir li .zixun1{
	height: 150px;
	overflow: hidden;
	margin-top:28px;
	line-height: 26px;
	overflow:hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:6;
	-webkit-box-orient:vertical;
}

/*右侧广告*/
.ad .ad-qr{
	height: 220px;
	width: 220px;
	background: #fff;
	overflow: hidden;
	border:1px solid #e4e4e4;
	box-sizing: border-box;
}
.ad .ad-qr img{
	display: block;
	margin:24px auto;
}
.ad .ad-pro{
	height: 290px;
	width: 220px;
	background: #fff;
	margin-top: 12px;
	overflow: hidden;
	border:1px solid #e4e4e4;
	box-sizing: border-box;
}
.ad .ad-pro img{
	margin:24px auto 10px;
}
.ad .ad-pro p{
	font-size: 16px;
    color: #333;
    text-align: center;
}
.ad .ad-pro .need{
	width: 164px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	text-align: center;
	margin:10px auto;
	background: #dc220d;
	border-radius: 50px;
	font-size: 16px;
}
/*详情页*/
.return-xiangqing .container{
	width: 960px;
	margin: 0 auto;
    padding:0;
}
.return-xiangqing a{
	font-weight: 100;
    font-size: 22px;
    color: #dc220d;
    position: relative;
    display: inline-block;    
    margin: 10px 0;
}
.return-xiangqing i{
	display: inline-block;
	height: 30px;
    width: 30px;
    background: url(../images/shangyiye.png) no-repeat left center;
    background-size: 30px;
   vertical-align: text-top;
   margin-right: 10px;
}
.zixun-xiangqing{
	min-height: 800px;
	height: auto;
}
.zixun-xiangqing .container{
	padding-left: 0;
	padding-right: 0;
}
.zixun-xiangqing .xiangqing{
	padding:30px 40px;
    width: 960px;
	min-height: 700px;
	height: auto;
	background: #fff;
	margin:0 auto;
	margin-bottom: 50px;
	border:1px solid #e4e4e4;

}
.zixun-bt{
	color: #646464;
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
}
.xiangqing h3{
	font-size: 28px;
    font-weight: 400;
    color:#323232;
    height: 80px;
    line-height: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xiangqing .eye{
	font-size: 16px;
	color: #999;
	height: 50px;
}
.xiangqing .eye div{
	display: inline-block;
}
.xiangqing .time1 a{
	width: 110px;
    color:#ff8000;
    display: inline-block;
}
.xiangqing .share1 i{
	display: inline-block;
	width: 20px;
	height: 12px;
	background: url(../images/eye1.png) no-repeat center center;
	margin-right: 8px;
}
.xiangqing .share1 .share-icon{
	display: inline-block;
	width: 62px;
	height: 16px;
	line-height: 16px;
	text-align: right;
	background: url(../images/download1.png) no-repeat 8px center;
	margin-left: 12px;
	margin-right: 8px;
	color: #999;
}
.xiangping-tu img{
	margin:0 auto;
}
.xiangqing-wenzhang{
	margin-top: 30px;
	font-size: 16px;
}
.xiangqing-wenzhang p{
	color: #646464;
    font-size: 16px;
    line-height: 30px;
}
.xiangqing-wenzhang img{
	width: auto !important;
    height: auto !important;
    max-width: inherit !important;
}
.zixun_more{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #e4e4e4;
    margin: 10px 0;
    cursor:pointer;
}
.zixun_more:hover{
    border: 1px solid #dc220d;
    color: #dc220d;
}
/* 资讯手机端 */
 @media (max-width: 750px) {
	.zixun-main .container{
		width:auto;
		padding-right: 0;
		padding-left: 0;
	}
	.zixun-main{
		min-height: 460px;
		height: auto;
	}
	.zixun-main .container{
		padding:0;
		margin:0;
	}
	.zixun-main .ad{
		display:none;
	}
	.zixun-main .zixun-neir{
		width:100%;
		margin: 0;
		padding:0;
		/* border-radius: 4px; */
		min-height: 100px;
	    height: auto;
	    margin-bottom: 20px;
	    padding-bottom: 10px;
	}
	.search-box .big-search{
		height: 26px;
		margin: 10px auto;
		background-size: 12%;
	}
	.zixun-neir ul{
		display: none;
	}
	.xq1 {
		display: block;
	}
	.zixun-neir ol .full{
		height: auto;
		padding:10px 10px;
		overflow: hidden;
	    border-bottom: 1px solid #eceef0;
	}
	.return-xiangqing a{
		font-size: 14px;
	}
	.full .thumb{
		width: 132px;
	    height: 82px;
	    line-height: 41px;
	    padding: 1px;
	    float: left;
	    text-align: center;
	}
	.full .thumb img {
	    display: inline-block;
	    max-width: 100%;
	    max-height: 100%;
	    margin: 0 auto;
	    vertical-align: middle;
	    border-radius: 4px;
	}
	.full h3 {
		/* width: 20%; */
	    height: 22px;
	    line-height: 22px;
	    overflow: hidden;
	    font-size:14px;
	    font-weight: normal;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    padding-left: 5px;
	}
	.zixun-neir .full p{
	    padding: 0 0 0 5px;
	    line-height: 17px;
	    font-size: 12px;
	    min-height: 34px;
	    height: auto;
	    color: #878c92;
	    text-indent: 0;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    margin-top: 6px;
	}
	/*详情1页面*/
	.zixun-xiangqing .xiangqing{
		width:auto;
	}
	.xiangqing h3{
		height: auto;
		line-height:20px;
		font-size: 16px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.xiangqing-wenzhang p{
		font-size: 14px;
	}
	.zixun-bt{
		font-size: 14px;
		color: #323232;
	}
	.xiangqing .eye{
		font-size: 12px;
		height: 30px;
	}
	.xiangqing .time1 a{
		width: auto;
	}
	.zixun-xiangqing .xiangqing{
		padding:10px 20px;
	}
	.xiangqing .share1 i{
		margin-right: 0;
	}
	.xiangqing .share1 .share-icon{
		width: 46px;
		margin-right: 0;
		margin-left: 0;
		background-position: 4px -2px;
	}
	.return-xiangqing .container{
		width: auto;
		padding:0 20px;
	}
	.return-xiangqing i{
		background-size: 20px;
	    height: 20px;
	    width: 20px;
	}
	.zixun-list{
		display: block;
	}
	.footer{
		display: none;
	}
	.zixun_more{
		width: 90%;
	    margin: 10px auto 0;
	    height: 40px;
	    line-height: 40px;
	    font-size: 14px;
	}
}
body{
	background: #f0f0f2;
}
/* 预定页面 */
/*预订页面样式*/
.sp-massage,.gr-massage{
	font-weight: 100;
	font-size: 28px;
}
.product-img{
	margin:54px;
	width: 74%;
}
.goumai-bt h1{
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color:#323232;
}
.goumai-bt .ginggou-lj{
	font-size:14px;
	text-align:center;
	height: 40px;
	line-height: 40px;
}
.xiangqing .form-box{
	font-size: 14px;
/*	width: 446px;*/
    margin: 54px auto 0;
}
.xiangqing .form-box input{
	height: 40px;
	width: 56%;
	padding-left: 26px;
	margin-top: 20px;
	border:1px solid #e4e4e4;
	outline: none;
}
.xiangqing .form-box button{
	height: 40px;
	width:56%;
	text-align: center;
	line-height:38px;
	font-size: 16px;
	background: #dc220d;
	border:none;
	color: #fff;
	margin:30px auto 0;
	cursor: pointer;
	font-family: "微软雅黑";
	outline: none;
}
/*预订遮罩层*/
.succ{
	height: 220px;
	width: 320px;
	border-radius: 10px;
	background: #fff;
	position: fixed;
	left:50%;
	top:50%;
	margin-left: -200px;
	margin-top: -150px;
	z-index: 100;
	display: none;
	padding: 40px;
}
.succ p{
	font-size: 20px;
	color: #dc220d;
	text-align: center;
	height: 40px;
}
.succ div{
	height: 30px;
	font-size: 18px;
	text-align: center;
}
/*输入框定焦时间*/
.form-box input[type=text]:focus,.form-box input[type=password]:focus,.form-box textarea:focus{
	transition:border linear .2s,box-shadow linear .5s;
	-moz-transition:border linear .2s,-moz-box-shadow linear .5s;
	-webkit-transition:border linear .2s,-webkit-box-shadow linear .5s;
	outline:none;border-color:rgba(220,34,13,.55); /*输入框边框颜色*/
	box-shadow:0 0 10px rgba(220,34,13,.105); /*向外漫射程度1*/
	-moz-box-shadow:0 0 10px rgba(220,34,13,.3);/*向外漫射程度2*/
	-webkit-box-shadow:0 0 10px rgba(220,34,13,.1);/*向外漫射程度3*/
}
.form-box p .yerror{
	font-size: 12px;
    color: red;
    padding-left: 4px;
    visibility: hidden;
    display: inline-block;
}
