﻿@media (min-width: 1200px) {
	.container {
		width: 1200px !important;
		padding: 0 !important;
	}
}

.header {
	background: rgba(25,25,25,0.6) !important;
	position: relative !important;
}

.path {
	width: 100%;
	height: 60px;
	background: rgb(247, 248, 248);
}

.path_container {
	height: 60px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	color: #9fa0a0;
	font-size: 14px;
}
.path_container a{
	color: #9fa0a0;
	text-decoration: none;
}
.fullmapbox {
	width: 100%;
	height: 480px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: url(../images/zhihuilvyou/zhlv_bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.fullmapbox .imgbox {
	height: 381px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
	background: url(/static/index/images/zhihuilvyou/fullmap.jpg) no-repeat;
	background-size: 100% 100%;
}

.fullmapbox .imgbox .tybutton {
	width: 135px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	position: absolute;
	bottom: 35px;
	right: 64px;
	background: rgb(248, 182, 45);
	border-radius: 5px;
	cursor: pointer;
}

.fullguidebox {
	width: 100%;
	padding: 47px 0 68px 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	background-size: cover;
}

.fullguidebox .guideflex {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.jingqu_left {
	position: absolute;
	top: 50%;
	left: 1%;
	z-index: 999;
	width: 70px;
	height: auto;
	cursor: pointer;
	opacity: 0;
	transition: all 1s ease;
}

.jingqu_right {
	position: absolute;
	top: 50%;
	right: 1%;
	z-index: 999;
	width: 70px;
	height: auto;
	cursor: pointer;
	opacity: 0;
	transition: all 1s ease;
}
.jq_arrow_ac{
	opacity: 1;
}
.fullguidebox .guideflex .guide_title {
	width: 204px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size: 28px;
	color: #006934;
}

.fullguidebox .guideflex .guidecxt {
	width: 100%;
	margin-top: 76px;
	height: 548px;
}

.fullguidebox .guideflex .guidecxt .guide_wrapper .item {
	width: 20%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

.fullguidebox .guideflex .guidecxt .guide_wrapper .item:hover {
	cursor: pointer;
}

.fullguidebox .guideflex .guidecxt .guide_wrapper .item .jingqu {
	width: 100%;
	height: 79%;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 99;
}

.fullguidebox .guideflex .guidecxt .guide_wrapper .item .jingqu img {
	width: 100%;
	height: auto;
}

.fullguidebox .guideflex .guidecxt .guide_wrapper .item .jingqu .greenwindow {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(51, 180, 174, 0.8);
	z-index: 100;
	position: absolute;
	left: -100%;
	transition: all 300ms ease;
}
.fullguidebox .guideflex .guidecxt .guide_wrapper .item .jingqu .greenwindow span{
	color: #ffffff;
	font-size: 12px;
	margin-top: 10px;
}
.fullguidebox .guideflex .guidecxt .guide_wrapper .item .title {
	width: 100%;
	height: 21%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.fullguidebox .guideflex .guidecxt .guide_wrapper .item .title .number {
	font-size: 14px;
	color: #c9caca;
	margin-top: 5%;
}

.fullguidebox .guideflex .guidecxt .guide_wrapper .item .title .name {
	font-size: 18px;
	color: #595757;
	margin-top: 5%;
}

.fullguidebox .guideflex .guidecxt .guide_wrapper .item .title .line {
	width: 52px;
	height: 1px;
	background: rgb(201, 202, 202);
	margin-top: 5%;
}

.line_active {
	background: #00A29A !important;
}

.title_active {
	color: #00A29A !important;
}

.aiandair {
	padding: 103px 0 101px 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.aiandair .aiflex {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.aiflex .guide_title {
	width: 204px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size: 28px;
	color: #006934;
}

.aiflex .aicxt {
	width: 100%;
	height: 605px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 72px;
}

.aiflex .aicxt .aileft {
	width: 45%;
	height: 100%;
	background: url(../images/zhihuilvyou/aibg.jpg) no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.aiflex .aicxt .aileft .aititle {
	font-size: 30px;
	color: #FFFFFF;
	margin-top: 89px;
}

.aiflex .aicxt .aileft .aidescrip {
	width: 60%;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 40px;
}

.aiflex .aicxt .airight {
	width: 52%;
	height: 100%;
	overflow-y: auto;
}

.aiflex .aicxt .airight::-webkit-scrollbar {
	width: 7px;
	background: rgb(220, 221, 221);
}

.aiflex .aicxt .airight::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgb(201, 188, 156);
}

.aiflex .aicxt .airight::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgb(220, 221, 221);
}

.r_item {
	width: 95%;
	height: 116px;
	border-bottom: 2px solid rgb(250, 251, 251);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.r_item .pbutton {
	width: 62px;
	height: 62px;
	background: url(../images/icons/playerbg.jpg) no-repeat;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.r_item .pbutton img {
	width: 26px;
	height: 26px;
}

.r_item .nametime {
	width: 52%;
	/* height: 60px; */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.nametime .musicname {
	width: 100%;
	text-align: left;
	font-size: 16px;
	color: #3e3a39;
}

.nametime .progressbox {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.nametime .scrubber .dot {
	width: 6px;
	height: 6px;
	z-index: 200;
	border-radius: 50%;
	background: rgb(0, 162, 154);
}

.nametime .progressbox .bar {
	width: 92%;
	height: 6px;
	border-radius: 5px;
	background: rgb(220, 221, 221);
}

.nametime .progressbox .timeleft {
	color: #b5b5b6;
	font-size: 14px;
	margin-left: 10px;
}

.r_item .downloadbtn {
	text-align: center;
	width: 112px;
	height: 31px;
	line-height: 31px;
	border: 1px solid rgb(5, 164, 156);
	border-radius: 5px;
	font-size: 14px;
	color: #00a29a;
	cursor: pointer;
}

.r_item .downloadbtn a {
	color: #00a29a;
	text-decoration: none;
}

.airflexbg {
	width: 100%;
	margin-top: 93px;
	background: url(../images/zhihuilvyou/airbg.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 82px 0;
}

.airflex {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.airflex .guide_title {
	width: 204px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size: 28px;
	color: #006934;
}

.airflex .jingquair {
	width: 100%;
	height: 263px;
	margin-top: 56px;
	position: relative;
}
.airflex .jingquair .video_left{
	position: absolute;
	left: 0;
	top: 80px;
	width: 45px;
	height: auto;
	cursor: pointer;
}
.airflex .jingquair .video_right{
	position: absolute;
	right: 0;
	top: 80px;
	width: 45px;
	height: auto;
	cursor: pointer;
}
.airflex .jingquair .jingqu_wrapper{
	width: 100%;
	height: auto;
}
.airflex .jingquair .air_item {
	width: 32%;
	height: 263px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.airflex .jingquair .air_item .playimg {
	width: 100%;
	height: 64%;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	transition: all 200ms ease;
}
.airflex .jingquair .air_item .playimg:hover{
	transform: scale(1.1);
}
.airflex .jingquair .air_item .playname {
	width: 90%;
	font-size: 18px;
	color: #595757;
	text-align: left;
	margin-top: 4%;
}

.airflex .jingquair .air_item .playdesc {
	width: 90%;
	font-size: 14px;
	color: #b5b5b6;
	text-align: left;
	margin-top: 2%;
	background: none!important;
}
.airflex .jingquair .air_item .playdesc  span{
	background: none!important;
}

.airflex .jingquair .air_item .playimg .playbtn {
	width: 50px;
	height: auto;
	cursor: pointer;
}

.airflex .netair {
	width: 100%;
	margin-top: 86px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.airflex .netair .netair_item {
	width: 49.4%;
	height: 486px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.airflex .netair .netair_item .playimg {
	width: 100%;
	height: 414px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	cursor: pointer;
	transition: all 200ms ease;
}
.airflex .netair .netair_item .playimg .playbtn{
	width: 50px;
	height: auto;
}
.airflex .netair .netair_item .playimg:hover{
	transform: scale(1.1);
}

.airflex .netair .netair_item .playname {
	font-size: 18px;
	color: #595757;
	margin-top: 4%;
}

.airflex .netair .netair_item .playdesc {
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #b5b5b6;
	margin-top: 2%;
}

.footer {
	width: 100%;
	height: 215px;
}

.footercontainer {
	width: 100%;
	height: 100%;
}


/*手机版*/

@media only screen and (max-width: 768px) {
	.header{
		background: rgb(26,71,50)!important;
	}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #ffffff !important;
	}
	.path {
		width: 100%;
		height: 40px;
		background: rgb(247, 248, 248);
	}
	.path_container {
		height: 40px;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		color: #9fa0a0;
		font-size: 14px;
	}
	.fullguidebox {
		width: 100%;
		padding: 20px 0 20px 0;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		background: #FFFFFF;
		background-size: cover;
	}
	.fullguidebox .guideflex {
		width: 100%;
	}
	.fullguidebox .guideflex .guide_title {
		font-size: 20px;
	}
	.fullguidebox .guideflex .guide_title img {
		width: 20px;
		height: auto;
	}
	.fullguidebox .guideflex .guidecxt {
		width: 100%;
		margin-top: 30px;
		height: 548px;
	}
	.jingqu_left {
		position: absolute;
		top: 40%;
		left: 1%;
		z-index: 999;
		width: 50px;
		height: auto;
		cursor: pointer;
		opacity: 1;
	}
	.jingqu_right {
		position: absolute;
		top: 40%;
		right: 1%;
		z-index: 999;
		width: 50px;
		height: auto;
		cursor: pointer;
		opacity: 1;
	}
	.fullguidebox .guideflex .guidecxt .guide_wrapper .item:nth-child(2n-1) {
		width: 20%;
		height: 100%;
		display: flex;
		flex-direction: column-reverse;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}
	.fullguidebox .guideflex .guidecxt .guide_wrapper .item .jingqu img {
		width: 100%;
		height: auto;
	}
	.fullmapbox {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		background: url(../images/zhihuilvyou/zhlv_bg.jpg) no-repeat;
		background-size: contain;
	}
	.fullmapbox .imgbox {
		width: 100%;
	    height: 381px;
	    overflow: hidden;
	    display: flex;
	    flex-direction: row;
	    justify-content: center;
	    align-items: center;
	    position: relative;
	    background: url(/static/index/images/zhihuilvyou/fullmapwapbg.jpg) no-repeat;
	    background-size: 100% 100%;
	}
	.fullmapbox .imgbox .tybutton {
		width: 135px;
		height: 41px;
		line-height: 41px;
		text-align: center;
		font-size: 15px;
		color: #FFFFFF;
		position: absolute;
		bottom: 35px;
		left: calc(50% - 62px);
		background: rgb(248, 182, 45);
		border-radius: 5px;
		cursor: pointer;
	}
	.aiandair {
		padding: 30px 0;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	.aiandair .aiflex {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	
	.aiflex .guide_title {
		width: 204px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		font-size: 20px;
		color: #006934;
	}
	.aiflex .guide_title img {
		width: 20px;
		height: auto;
	}
	.aiflex .aicxt {
		width: 100%;
		height: 605px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin-top: 30px;
	}
	.aiflex .aicxt .aileft {
		display: none;
	}
	.aiflex .aicxt .airight {
		width: 100%;
		height: 100%;
		overflow-y: auto;
	}
	.aiflex .aicxt .airight::-webkit-scrollbar {
		width: 3px;
		background: rgb(220, 221, 221);
	}
	.r_item .downloadbtn {
		text-align: center;
		width: 60px;
		height: 31px;
		line-height: 31px;
		border: 1px solid rgb(5, 164, 156);
		border-radius: 5px;
		font-size: 10px;
		color: #00a29a;
		cursor: pointer;
	}
	.airflexbg {
		width: 100%;
		margin-top: 20px;
		background: url(../images/zhihuilvyou/airbg.jpg) no-repeat;
		background-size: 100% 100%;
		padding: 30px 0;
	}
	.airflex .guide_title {
		width: 204px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		font-size: 20px;
		color: #006934;
	}
	.airflex .guide_title img {
		width: 20px;
		height: auto;
	}
	.airflex .jingquair {
	    width: 100%;
	    margin-top: 30px;
	}
	.airflex .jingquair .air_item {
	    width: 32%;
	    height: 263px;
	    display: flex;
	    flex-direction: column;
	    justify-content: flex-start;
	    align-items: center;
	}
	.airflex .jingquair .air_item .playimg .playbtn {
		width: 50px;
		height: auto;
		cursor: pointer;
	}
	.airflex .jingquair .air_item .playname {
		width: 90%;
		font-size: 15px;
		color: #595757;
		text-align: center;
		margin-top: 4%;
	}
	.airflex .jingquair .air_item .playimg {
	    width: 100%;
	    height: 100%;
	    overflow: hidden;
	    display: flex;
	    flex-direction: row;
	    justify-content: center;
	    align-items: center;
	}
	.airflex .jingquair .air_item .playdesc {
		width: 90%;
		font-size: 12px!important;
		color: #b5b5b6;
		text-align: left;
		margin-top: 2%;
		background: none!important;
	}
	.airflex .jingquair .air_item .playdesc p span{
		font-size: 12px!important;
	}
	.airflex .jingquair .air_item .playdesc span{
		background: none!important;
	}
	.airflex .netair {
		width: 100%;
		margin-top: 30px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	.airflex .netair .netair_item {
		width: 100%;
		height: 386px;
		margin-bottom: 10px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	.airflex .netair .netair_item .playdesc {
		width: 90%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 14px;
		color: #b5b5b6;
		margin-top: 2%;
	}
	.airflex .netair .netair_item .playimg .playbtn {
		width: 50px;
		height: auto;
	}
	.footer {
		width: 100%;
		height: 60px;
	}
}