@charset "utf-8";
body,
p,
input,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
form {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-weight: normal;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

*:focus {
	outline: none;
}


/* CSS Document */

html,
body {
	height: 100%;
	width: 100%;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

input {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

header,
section,
footer {
	display: block;
	margin: 0;
	padding: 0
}

body {
	color: #000;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	text-align: left;
	background-color: #fff;
	font-family: "微软雅黑", helvetica, arial;
	font-size: 16px;
	/* iphone5 宽度标准字号 */
	font-style: normal;
	line-height: 200%;
	font-weight: normal;
	font-variant: normal;
	background-size: cover;
	background: #f7f8fd;
}

a {
	color: #000;
	text-decoration: none;
}

@media ( min-width: 370px) {
	body {
		font-size: 19px;
		/* iphone6 宽度标准字号 */
	}
}

@media ( min-width: 401px) {
	body {
		font-size: 21px;
		/* iphone6 plus 宽度标准字号 */
	}
}


/* 字号说明（iphone5为基础）
   1em=16px
   0.8em=14px
   0.6em=12px 
*/


/*推荐路线*/

.tjlx {
	width: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
}

.tjlx_pic {
	width: 100%;
}

.tjlx_pic img {
	width: 100%;
	display: block;
}

.tjlx_nr {
	width: 93%;
	margin-left: 3.5%;
	background-color: rgba(255, 255, 255, .8);
	s
	position: absolute;
	z-index: 9;
	box-shadow: 0px 1px 8px rgba(121, 179, 227, .2);
	border-radius: 5px;
	padding-bottom: 12%;
}

.tjlx_dbdh {
	width: 90%;
	padding-top: 5%;
	margin-bottom: 12%;
	margin-left: 5%;
	margin-right: 5%;
	border-radius: 50px;
	/*background-color: #f1f4fb;*/
	text-align: center;
	font-size: 14px;
}

.tjlx_dbdhl {
	width: 50%;
	float: left;
	padding-top: 2.5%;
	line-height: 20px;
	border-radius: 50px;
	padding-bottom: 2%;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.tjlx_dbdhr {
	width: 50%;
	float: left;
	border-radius: 50px;
	padding-top: 2.5%;
	line-height: 20px;
	padding-bottom: 2%;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.wdhd_top_cs {
	/*	box-shadow: 0px 1px 8px rgba(235, 235, 235, 1);*/
	background-color: #a0affc;
	color: #FFFFFF;
}

.tjlx_dbdh div:hover {
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	-o-transform: scale(1.04);
	transform: scale(1.04);
	background-color: #a0affc;
	color: #FFFFFF;
	border: none;
	/*	box-shadow: 0px 1px 8px rgba(235, 235, 235, 1);*/
}

.tjlx_cv {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

.tjlx_cvl {
	width: 15%;
	float: left;
	margin-top: -5%;
}

.tjlx_cvl img {
	width: 100%;
	display: block;
}

.tjlx_cvm {
	width: 6%;
	float: left;
	margin-right: 3%;
	margin-left: 3%;
}

.tjlx_cvm img {
	width: 100%;
	display: block;
}

.tjlx_cvr {
	width: 58%;
	float: left;
}

.tjlx_cvo {
	width: 15%;
	padding-top: 5%;
	float: left;
	font-size: 12px;
	color: #a4a4a4;
	text-align: right;
}

.tjlx_cvr div {
	line-height: 22px;
	font-size: 15px;
	color: #3679d0;
}

.tjlx_cvr p {
	line-height: 22px;
	font-size: 13px;
	color: #c1c2c2;
}





/*推荐路线1.2*/

.tjlx_cj {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

.tjlx_cjm {
	width: 6%;
	float: left;
	margin-right: 3%;
	margin-left: 3%;
}

.tjlx_cjm img {
	width: 100%;
	display: block;
}

.tjlx_cjr {
	width: 80%;
	margin-left: 4%;
	box-shadow: 0px 1px 8px rgba(121, 179, 227, .1);
	float: left;
	margin-top: 8%;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding-bottom: 1%;
}

.tjlx_cjr img {
	width: 90%;
	margin-left: 5%;
	padding-top: 5%;
	display: block;
}

.tjlx_cjr2 {
	width: 90%;
	margin-left: 5%;
	font-size: 14px;
	line-height: 20px;
	margin-top: 3%;
	padding-bottom: 2%;
}

.tjlx_cjr_p1 {
	width: 85%;
	float: left;
}

.tjlx_cjr_p2 {
	width: 15%;
	float: left;
	font-size: 11px;
	color: silver;
}


