﻿/*公共页面样式begin*/

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

.headerbox {
	position: fixed;
	width: 100%;
	z-index: 888;
	transition: all 1s ease;
}

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

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

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


/*公共页面样式end*/


/*全屏页样式*/

.index_main {
	background: #FFFFFF;
}

.index_main .section1 {
	position: relative;
	display: flex !important;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.index_main .section1 .path {
	width: 100%;
	height: 60px;
	margin-top: 60px;
	background: rgb(247, 248, 248);
}

.index_main .section1 .path .path_container {
	height: 60px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	color: #9fa0a0;
	font-size: 14px;
}
.index_main .section1 .path .path_container a{
	color: #9fa0a0;
	text-decoration: none;
}
.index_main .section1 .jingqu_img_list {
	width: 100%;
	height: 80%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
}

.index_main .section1 .jingqu_img_list .imgbox_swiper {
	width: 90%;
	height: 90%;
	overflow: hidden;
	position: relative;
}

.index_main .section1 .jingqu_img_list .imgbox_swiper .jq_left {
	position: absolute;
	width: 50px;
	height: auto;
	left: 20%;
	top: 45%;
	cursor: pointer;
	opacity: 0;
	transition: all 1s ease;
}

.index_main .section1 .jingqu_img_list .imgbox_swiper .jq_right {
	position: absolute;
	width: 50px;
	height: auto;
	right: 20%;
	top: 45%;
	cursor: pointer;
	opacity: 0;
	transition: all 1s ease;
}

.jq_arrow_active {
	opacity: 1 !important;
}

.index_main .section1 .jingqu_img_list .imgbox_wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.index_main .section1 .jingqu_img_list .imgbox_swiper .img_slide {
	width: 33.33%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	cursor: pointer;
}

.index_main .section1 .jingqu_img_list .imgbox_swiper .jq_info {
	width: 40%;
	height: 30%;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 30%;
	top: 35%;
	padding: 22px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.jq_info .jqname {
	width: 90%;
	font-size: 30px;
	text-align: left;
	color: #e8e8e8;
}

.jq_info .jqstar {
	width: 90%;
	color: #e8e8e8;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.jq_info .jqstar .stars {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.jq_info .jqstar .stars img {
	width: 16px;
	height: auto;
}

.jq_info .jqdisc {
	width: 90%;
	text-align: left;
	font-size: 14px;
	color: #FFFFFF;
}

.index_main .section1 .jingqu_img_list .imgbox_swiper .jq_info .bmh1 {
	position: absolute;
	left: 8px;
	top: 8px;
}

.index_main .section1 .jingqu_img_list .imgbox_swiper .jq_info .bmh2 {
	position: absolute;
	right: 8px;
	top: 8px;
}

.index_main .section1 .jingqu_img_list .imgbox_swiper .jq_info .bmh3 {
	position: absolute;
	left: 8px;
	bottom: 8px;
}

.index_main .section1 .jingqu_img_list .imgbox_swiper .jq_info .bmh4 {
	position: absolute;
	right: 8px;
	bottom: 8px;
}

.index_main .section1 .jingqu_img_list .imgbox_swiper .swiper-slide-visible {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	z-index: 999;
}

.index_main .section1 .jingqu_img_list .imgbox_swiper .swiper-slide-active {
	opacity: 1;
	-webkit-transform: scale(2.5);
	-moz-transform: scale(2.5);
	-ms-transform: scale(2.5);
	-o-transform: scale(2.5);
	transform: scale(2.5);
	z-index: 1000;
}

.index_main .section1 .jqname_list {
	width: 100%;
	background: #FFFFFF;
	height: calc(20% - 120px);
	transition: all 1s ease;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.jqname_list_down {
	position: fixed;
	bottom: -7%;
	z-index: 8888;
}

.index_main .section1 .jqname_list .jqname_swiper {
	width: 50%;
	height: 55%;
	position: relative;
}

.index_main .section1 .jqname_list .jqname_swiper .name_left {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

.index_main .section1 .jqname_list .jqname_swiper .name_right {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.index_main .section1 .jqname_list .jqname_swiper .jqname_wrapper {
	width: 100%;
	height: 100%;
}

.index_main .section1 .jqname_list .jqname_swiper .jqname_wrapper .jqname_slide {
	width: 16.66%;
	height: 100%;
	font-size: 20px;
	color: #3e3a39;
	text-align: center;
	cursor: pointer;
}

.jqname_slide_active {
	color: rgb(179, 155, 119) !important;
}

.index_main .section1 .jqname_list .zjqlist {
	width: 50%;
	height: calc(45% - 2px);
	border-top: 1px solid rgb(216, 204, 186);
	border-bottom: 1px solid rgb(216, 204, 186);
	padding: 0 55px;
	overflow: hidden;
}

.index_main .section1 .jqname_list .zjqlist .zjqlist_item {
	width: 100px;
	text-align: center;
	height: 100%;
	font-size: 13px;
	color: #000000;
	float: left;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.index_main .section1 .jqname_list .zjqlist .zjqlist_item {
	border-left: 1px solid rgb(216, 204, 186);
}

.index_main .section1 .jqname_list .zjqlist .zjqlist_item:first-child {
	border-left: none;
	/*border-right: 1px solid rgb(216, 204, 186);*/
}

.zjqlist_item_active {
	background: #efefef;
	color: rgb(179, 155, 119) !important;
}

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

.index_main .section2 .zjq_txt {
	width: 100%;
	height: calc(100% - 606px);
	background: url(../image/jingqu/zjq_txt_bg.jpg) no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.index_main .section2 .zjq_img_swiper {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
	border-top: 3px solid rgb(179, 155, 119);
	border-bottom: 3px solid rgb(179, 155, 119);
}

.index_main .section2 .zjq_img_swiper .zjq_img_wrapper {
	width: 100%;
	height: 100%;
}

.index_main .section2 .zjq_img_swiper .zjq_img_wrapper .zjq_img_slide {
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.index_main .section2 .zjq_txt .txtbox {
	width: 50%;
	height: 70%;
	margin-top: 5%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.index_main .section2 .zjq_txt .txtbox .jqname {
	width: 90%;
	font-size: 30px;
	text-align: left;
	color: #000000;
}

.index_main .section2 .zjq_txt .txtbox .jqstar {
	width: 90%;
	color: #000000;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.index_main .section2 .zjq_txt .txtbox .jqstar .stars {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.index_main .section2 .zjq_txt .txtbox .jqstar .stars img {
	width: 16px;
	height: auto;
}

.index_main .section2 .zjq_txt .txtbox .jqdisc {
	width: 90%;
	text-align: left;
	font-size: 14px;
	color: #000000;
}

.index_main .section2 .zjq_txt .txtbox .jqdisc span {
	background: none!important;
}

.index_main .section2 .pagination {
	position: absolute;
	z-index: 20;
	top: 30%;
	width: 15px;
	height: 50%;
	color: #FFFFFF;
	text-align: center;
	right: 30px;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #FFFFFF;
	margin-right: 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}

.swiper-active-switch {
	background: #fff;
	width: 10px;
	height: 10px;
}

.index_main .section2 .jqname_list {
	width: 100%;
	background: #FFFFFF;
	height: calc(20% - 120px);
	transition: all 1s ease;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.index_main .section2 .jqname_list .jqname_swiper {
	width: 50%;
	height: 55%;
	position: relative;
}

.index_main .section2 .jqname_list .jqname_swiper .name_left {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

.index_main .section2 .jqname_list .jqname_swiper .name_right {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.index_main .section2 .jqname_list .jqname_swiper .jqname_wrapper {
	width: 100%;
	height: 100%;
}

.index_main .section2 .jqname_list .jqname_swiper .jqname_wrapper .jqname_slide {
	width: 16.66%;
	height: 100%;
	font-size: 20px;
	color: #3e3a39;
	text-align: center;
	cursor: pointer;
}

.jqname_slide_active {
	color: rgb(179, 155, 119) !important;
}

.index_main .section2 .jqname_list .zjqlist {
	width: 50%;
	height: calc(45% - 2px);
	border-top: 1px solid rgb(216, 204, 186);
	border-bottom: 1px solid rgb(216, 204, 186);
	padding: 0 55px;
	overflow: hidden;
}

.index_main .section2 .jqname_list .zjqlist .zjqlist_item {
	width: 100px;
	text-align: center;
	height: 100%;
	font-size: 13px;
	color: #000000;
	float: left;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.index_main .section2 .jqname_list .zjqlist .zjqlist_item {
	border-left: 1px solid rgb(216, 204, 186);
}

.index_main .section2 .jqname_list .zjqlist .zjqlist_item:first-child {
	border-left: none;
	/*border-right: 1px solid rgb(216, 204, 186);*/
}

.zjqlist_item_active {
	background: #efefef;
	color: rgb(179, 155, 119) !important;
}


/*手机版*/

@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;
	}
	.index_main .section1 .path {
		width: 100%;
		height: 40px;
		margin-top: 60px;
		background: rgb(247, 248, 248);
	}
	.index_main .section1 .path .path_container {
		height: 40px;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		color: #9fa0a0;
		font-size: 14px;
	}
	.index_main .section1 .jingqu_img_list {
		width: 100%;
		height: 70%;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		position: relative;
	}
	.index_main .section1 .jingqu_img_list .imgbox_swiper {
		width: 98%;
		height: 100%;
		overflow: hidden;
		position: relative;
	}
	.img-responsive {
		width: 100%;
		height: 100%;
	}
	.index_main .section1 .jingqu_img_list .imgbox_swiper .jq_info {
		width: 80%;
		height: 60%;
		background: rgba(0, 0, 0, 0.3);
		position: absolute;
		left: 10%;
		top: 20%;
		padding: 22px 0;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
	}
	.index_main .section1 .jingqu_img_list .imgbox_swiper .jq_left {
	    position: absolute;
	    width: 45px;
	    height: auto;
	    left: 0;
	    top: 45%;
	    cursor: pointer;
	    opacity: 1;
	    transition: all 1s ease;
	}
	.index_main .section1 .jingqu_img_list .imgbox_swiper .jq_right {
	    position: absolute;
	    width: 45px;
	    height: auto;
	    right: 0;
	    top: 45%;
	    cursor: pointer;
	    opacity: 1;
	    transition: all 1s ease;
	}
	.jq_info .jqname {
		width: 90%;
		font-size: 15px;
		text-align: left;
		color: #e8e8e8;
	}
	.index_main .section1 .jqname_list .jqname_swiper .name_left {
	    position: absolute;
	    left: 10px;
	    top: 0;
	    cursor: pointer;
	}
	.index_main .section1 .jqname_list .jqname_swiper .name_right {
	    position: absolute;
	    right: 10px;
	    top: 0;
	    cursor: pointer;
	}
	.index_main .section2 .zjq_txt .txtbox .jqstar {
		display: none;
	}
	.jq_info .jqdisc {
		width: 90%;
		text-align: left;
		font-size: 10px;
		color: #FFFFFF;
	}
	.index_main .section1 .jqname_list {
		width: 100%;
		background: #FFFFFF;
		height: calc(30% - 100px);
		transition: all 1s ease;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.index_main .section1 .jqname_list .jqname_swiper {
		width: 98%;
		height: 55%;
		position: relative;
	}
	.index_main .section1 .jqname_list .jqname_swiper .jqname_wrapper .jqname_slide {
		width: 16.66%;
		height: 100%;
		font-size: 20px;
		color: #3e3a39;
		text-align: center;
		cursor: pointer;
	}
	.index_main .section1 .jingqu_img_list .imgbox_swiper .swiper-slide-active {
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		z-index: 1000;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.index_main .section1 .jingqu_img_list .imgbox_swiper .swiper-slide-visible {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		z-index: 999;
	}
	.index_main .section1 .jqname_list .zjqlist {
		width: 98%;
		height: calc(45% - 2px);
		border-top: 1px solid rgb(216, 204, 186);
		border-bottom: 1px solid rgb(216, 204, 186);
		padding: 0 5px;
		overflow: hidden;
	}
	.index_main .section1 .jqname_list .zjqlist .zjqlist_item {
		width:auto ;
		padding: 0 10px;
		text-align: center;
		height: 100%;
		font-size: 10px;
		color: #000000;
		float: left;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}
	.index_main .section1 .jqname_list .zjqlist .zjqlist_item:first-child {
		border-left: none;
		border-right: none;
	}
	.index_main .section2 .zjq_txt {
		width: 100%;
		height: calc(100% - 300px);
		background: none!important;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.index_main .section2 .zjq_txt .txtbox {
		width: 90%;
		height: 75%;
		margin-top: 10%;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
	}
	.index_main .section2 .zjq_img_swiper {
		width: 100%;
		height: 250px;
		overflow: hidden;
		position: relative;
		display: flex;
		flex-direction: row;
		border-top: 3px solid rgb(179, 155, 119);
		border-bottom: none;
	}
	.index_main .section2 .zjq_img_swiper .zjq_img_wrapper{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.index_main .section2 .zjq_img_swiper .zjq_img_wrapper .zjq_img_slide img {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		width: auto;
		height: 256px;
	}
	.index_main .section2 .jqname_list {
		width: 100%;
		background: #FFFFFF;
		height: 60px;
		transition: all 1s ease;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.index_main .section2 .jqname_list .jqname_swiper {
		width: 100%;
		height: 55%;
		position: relative;
	}
	.index_main .section2 .jqname_list .jqname_swiper .name_left {
		position: absolute;
		left: 0;
		top: 0;
		cursor: pointer;
	}
	.index_main .section2 .jqname_list .jqname_swiper .name_right {
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
	}
	.index_main .section2 .jqname_list .jqname_swiper .jqname_wrapper {
		width: 100%;
		height: 100%;
	}
	.index_main .section2 .jqname_list .jqname_swiper .jqname_wrapper .jqname_slide {
		width: 16.66%;
		height: 100%;
		font-size: 20px;
		color: #3e3a39;
		text-align: center;
		cursor: pointer;
	}
	.jqname_slide_active {
		color: rgb(179, 155, 119) !important;
	}
	.index_main .section2 .jqname_list .zjqlist {
		width: 100%;
		height: calc(45% - 2px);
		border-top: 1px solid rgb(216, 204, 186);
		border-bottom: 1px solid rgb(216, 204, 186);
		padding: 0;
		overflow-y: auto;
	}
	.index_main .section2 .jqname_list .zjqlist .zjqlist_item {
		width:auto ;
		padding: 0 10px;
		text-align: center;
		height: 100%;
		font-size: 13px;
		color: #000000;
		float: left;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}
	.index_main .section2 .jqname_list .zjqlist .zjqlist_item {
		border-left: 1px solid rgb(216, 204, 186);
	}
	.index_main .section2 .jqname_list .zjqlist .zjqlist_item:first-child {
		border-left: none;
		border-right: none;
	}
}