.menu {
	display: none;
	height: 60px;
	width: 30px;
	position: absolute;
	right: 20px;
	top: 0px;
	z-index: 99999;
}

.menu i {
	transition: all 0.2s;
	position: relative;
	width: 30px;
	height: 3px;
	margin-top: 20px;
	background: #9a6843;
	display: block;
}

.menu i:before,
.menu i:after {
	position: relative;
	content: "";
	width: 100%;
	height: 100%;
	top: 10px;
	background: #9a6843;
	display: block;
	transition: all 0.2s;
}

.menu i:after {
	top: unset;
	bottom: -18px;
}

.close i:before {
	top: 4px;
	-webkit-transform: translateY(6px) rotate(45deg);
	-ms-transform: translateY(6px) rotate(45deg);
	transform: translateY(6px) rotate(45deg);
}

.close i:after {
	top: 4px;
	-webkit-transform: translateY(3px) rotate(-45deg);
	-ms-transform: translateY(3px) rotate(-45deg);
	transform: translateY(3px) rotate(-45deg);
}

.close i {
	background: transparent;
}

.daohang {
	display: none;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	box-sizing: border-box;
	background: rgb(255, 255, 255, 0.6);
}

.header .logo {
	float: left;
}

.header .logo img {
	max-height: 80px;
}

.header .nav {
	float: left;
}

.header .nav ul {
	font-size: 0;
}

.header .nav ul li {
	display: inline-block;
	font-size: 16px;
	line-height: 80px;
	box-sizing: border-box;
	margin-left: 40px;
	color: #333;
	position: relative;
	font-family: "方正小标宋简体";
}

.header .nav ul .liang {
	color: #9a6843;
	border-bottom: 4px solid #9a6843;
}

.header .nav ul li:hover {
	color: #9a6843;
	border-bottom: 4px solid #9a6843;
}


.head {
	max-width: 1360px;
	width: 90%;
	display: block;
	margin: auto;
	box-sizing: border-box;
}


.header .nav ul li:last-child {
	margin-right: 0;
	margin-left: 40px;
}

.header .nav ul li span {
	color: #9a6843;
}

.header .nav ul li .a2 {
	color: #999;
}

.erji {
	position: absolute;
	top: 84px;
	left: -30px;
	width: 120px;
	z-index: 99;
	background: rgb(255, 255, 255, 0.8);
	display: none;
}

.erji dl dd {
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	color: #666666;
}

.erji dl dd:hover {
	color: #9A6843;
}


.banner img {
	width: 100%;
}

.banner .zz {
	width: 50px;
	height: 80px;
	background: url(../images/a_10.png) no-repeat;
	background-size: cover;
	right: 50px !important;
}

.banner .yy {
	width: 50px;
	height: 80px;
	background: url(../images/a_07.png) no-repeat;
	background-size: cover;
	left: 50px !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	display: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	display: none;
}

.banner .sb {
	bottom: 20px !important;
}


.banner .sb span {
	width: 10px;
	height: 10px;
	background: #ffffff;
	border: 1px solid #fff;
	opacity: 1;
	border-radius: 50%;
}

.banner .sb .swiper-pagination-bullet-active {
	background: none;
}

.sjbanner{
	display: none;
}
.sjbanner img {
	width: 100%;
}

.sjbanner .zz {
	width: 50px;
	height: 80px;
	background: url(../images/a_10.png) no-repeat;
	background-size: cover;
	right: 50px !important;
}

.sjbanner .yy {
	width: 50px;
	height: 80px;
	background: url(../images/a_07.png) no-repeat;
	background-size: cover;
	left: 50px !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	display: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	display: none;
}

.sjbanner .sb {
	bottom: 20px !important;
}


.sjbanner .sb span {
	width: 10px;
	height: 10px;
	background: #ffffff;
	border: 1px solid #fff;
	opacity: 1;
	border-radius: 50%;
}

.sjbanner .sb .swiper-pagination-bullet-active {
	background: none;
}


.footer {
	background: #e7e7e7;
}

.foot1 {
	background: url(../images/c_02.jpg) no-repeat;
	padding: 20px 0;
	background-size: cover;
}

.foot1_l {
	float: left;
}

.foot1_l .img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
}

.foot1_l .img img {
	width: 84px;
}

.foot1_l .foot_nr {
	display: inline-block;
	vertical-align: middle;
}

.foot1_l .foot_nr,
.foot_nr * {
	font-size: 16px;
	line-height: 36px;
	color: #000;
}

.foot1_r {
	float: right;
}

.foot1_r ul li {
	display: inline-block;
	width: 110px;
	margin-right: 30px;
}

.foot1_r ul li img {
	width: 100%;
}

.foot1_r ul li:last-child {
	margin-right: 0;
}

.foot1_r ul li p {
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
	color: #000;
}

.foot2 {
	background: #fff;
	line-height: 50px;
	color: #000;
	font-size: 14px;
	text-align: center;
}

.indexes {
	border-bottom: 1px solid #dddddd;
}

.indexes img {
	display: inline-block;
	vertical-align: middle;
}


.indexes p {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #666666;
	line-height: 45px;
}

.name h3 {
	text-align: center;
	font-size: 30px;
}

.name img {
	display: block;
	margin: 16px auto 0;
	width: 100px;
}

.about {
	padding-top: 40px;
	padding-bottom: 120px;
}

.about .about_nr,
.about_nr * {
	font-size: 14px;
	line-height: 30px;
}

.about .about_nr img {
	display: block;
	max-width: 100%;
	margin: auto;
}

.about .about_nr {
	margin-top: 40px;
}

.indexes_l {
	width: 50%;
	float: left;
}

.indexes_r {
	width: 50%;
	float: right;
	text-align: right;
}

.indexes_r ul {
	font-size: 0;
	text-align: right;
}

.indexes_r ul li {
	display: inline-block;
	font-size: 18px;
	color: #666666;
	line-height: 50px;
	margin-left: 100px;
	font-weight: bold;
}

.indexes_r ul li:first-child {
	margin-left: 0;
}

.news {
	padding-top: 60px;
	padding-bottom: 150px;
}

.news ul {
	padding-bottom: 30px;
	margin-top: 40px;
}

.news ul li {
	margin-bottom: 30px;
	font-size: 0;
}

.news ul li .img {
	width: 25%;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 2%;
	overflow: hidden;
}

.news ul li .img img {
	width: 100%;
	transition: all ease-in-out 0.5s;
}

.news ul li:hover .img img {
	transform: scale(1.05);
}

.news ul li .news_nr {
	width: 73%;
	display: inline-block;
	vertical-align: bottom;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
	position: relative;
}

.news ul li .news_nr::after {
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0;
	height: 4px;
	background: #9A6843;
	content: "";
}

.news ul li:hover .news_nr::after {
	width: 25%;
	transition: 1s;
}

.news ul li .news_nr h3 {
	font-size: 18px;
	line-height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news ul li .news_nr h6 {
	font-size: 14px;
	color: #999999;
	line-height: 36px;
}

.news ul li .news_nr .desc,
.desc * {
	font-size: 14px;
	line-height: 30px;
	color: #999999;
}

.news ul li .news_nr .desc {
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.news ul li:hover h3 {
	color: #9a6843;
}

.pages {
	text-align: center;
	margin: 10px auto;
	font-size: 0;
}

.pages span {
	display: inline-block;
	height: 28px;
	min-width: 30px;
	background: #9a6843;
	color: #fff;
	line-height: 28px;
	font-size: 14px;
	margin: 0 5px;
}

.pages a {
	display: inline-block;
	height: 28px;
	width: 30px;
	border: 1px solid #dedede;
	line-height: 28px;
	font-size: 14px;
	margin: 0 5px;
	background: #fff !important;
}

.pages .a1 {
	display: inline-block;
	height: 28px;
	width: 58px;
	border: 1px solid #dedede;
	line-height: 28px;
	font-size: 14px;
	margin: 0 5px;
	background: #fff;
}

.news_show {
	padding-top: 60px;
	padding-bottom: 130px;
}

.news_show_title {
	font-size: 18px;
	text-align: center;
}

.news_show_time {
	text-align: center;
	font-size: 14px;
	color: #999999;
	margin: 18px 0;
}

.news_show_cont,
.news_show_cont * {
	font-size: 14px;
	line-height: 30px;
}

.news_show_cont img {
	display: block;
	margin: auto;
	max-width: 100%;
}

.news_show_fy p {
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_show_fy {
	margin-top: 40px;
}

.news_show_fy p:hover {
	color: #9A6843;
}

.live ul {
	font-size: 0;
	padding-bottom: 70px;
}

.live ul li {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-right: 2%;
	margin-top: 50px;
}

.live ul li:nth-child(3n) {
	margin-right: 0;
}

.live {
	padding-top: 60px;
	padding-bottom: 140px;
}

.live ul li h6 {
	font-size: 14px;
	line-height: 30px;
}

.live ul li .img {
	overflow: hidden;
}

.live ul li img {
	width: 100%;
	transition: all ease-in-out 0.5s;
}

.live ul li:hover img {
	transform: scale(1.05);
}

.live ul li video {
	width: 100%;
}

.live ul li h3 {
	font-size: 18px;
	line-height: 30px;
}

.live ul li:hover .live_nr {
	background: #fff;
	padding: 14px 2%;
	box-sizing: border-box;
}

.live ul li:hover h3 {
	color: #9A6843;
}

.live ul li:hover {
	box-shadow: 0px 0px 6px #d8d8d8;
}

.live ul li .live_nr {
	padding: 14px 0;
}

.live_desc {
	background: #f5f5f5;
	padding: 40px 0;
	font-size: 24px;
	line-height: 48px;
	text-align: center;
	margin-top: 40px;
}

.indexes_r ul .no {
	color: #9A6843;
	border-bottom: 3px solid #9A6843;
}

.master ul {
	font-size: 0;
	padding-bottom: 60px;
}

.master ul li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 4%;
	position: relative;
	margin-top: 40px;
}

.master ul li:nth-child(2n) {
	margin-right: 0;
}

.master ul li .master_nr {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgb(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	z-index: 99;
	width: 100%;
}

.master ul li .img {
	overflow: hidden;
}

.master ul li img {
	width: 100%;
	transition: all ease-in-out 0.5s;
}

.master ul li:hover img {
	transform: scale(1.05);
}

.master ul li:hover .master_nr {
	background: rgb(154, 104, 67, 0.6);
}

.master {
	padding-top: 60px;
	padding-bottom: 80px;
}

.index {
	padding-top: 40px;
	padding-bottom: 110px;
}

.index .jjie h3 {
	font-size: 30px;
	text-align: center;
	padding-bottom: 20px;
}


.index ul {
	font-size: 0;
}

.index ul li {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-right: 2%;
	margin-top: 40px;
	position: relative;
	background: #f5f5f5;
	box-shadow: 0px 0px 8px #dfdfdf;
}

.index ul li:nth-child(3n) {
	margin-right: 0;
}

.index ul li .img {
	overflow: hidden;
}

.index ul li .img img {
	transition: all ease-in-out 0.5s;
	width: 100%;
}

.index ul li:hover .img img {
	transform: scale(1.05);
}

.index ul li:hover {
	background: #9a6843;
	color: #fff;
}

.index ul li .index_desc,
.index_desc * {
	font-size: 14px;
	line-height: 30px;
}

.index ul li .index_desc {
	padding: 55px 3%;
	box-sizing: border-box;
}

.index ul li .index_title {
	width: 260px;
	display: block;
	background: rgb(255, 255, 255, 0.9);
	text-align: center;
	line-height:55px;
	position: absolute;
	left: 0;
	right: 0;
	top: 59%;
	margin: auto;
	font-size: 26px;
	font-family: "FZXiaoBiaoSong-B05S";
}

.index ul li:hover .index_title {
	color: #9A6843;
}

.list {
	padding-top: 60px;
	padding-bottom: 160px;
}

.list_video video {
	width: 100%;
	display: block;
	margin: 40px auto 30px;
}

.list_video .list_video_cont,
.list_video_cont * {
	font-size: 14px;
	line-height: 30px;
}

.list_lb ul {
	font-size: 0;
}

.list_lb ul li {
	width: 48%;
	margin-right: 4%;
	display: inline-block;
	vertical-align: top;
	margin-top: 40px;
	position: relative;
}

.list_lb ul li:nth-child(2n) {
	margin-right: 0;
}

.list_lb ul li img {
	width: 100%;
	display: block;
}

.list_lb ul li p {
	position: absolute;
	width: 280px;
	line-height: 100px;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 99;
	color: #fff;
	font-size: 24px;
	text-align: center;
	top: 36%;
	background: rgb(0, 0, 0, 0.6);
}

.list_lb ul li h6 {
	text-align: center;
	font-size: 14px;
	color: #9a6843;
	position: absolute;
	left: 0;
	right: 0;
	top: 60%;
	z-index: 99;
	margin: auto;
	display: none;
}

.list_lb ul li .meng {
	background: rgb(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	z-index: 9;
	position: absolute;
	left: 0;
	display: none;
	top: 0;
}

.list_lb ul li:hover h6 {
	display: block;
}

.list_lb ul li:hover p {
	background: none;
}

.list_lb ul li:hover .meng {
	display: block;
}

.coll_l {
	width: 70%;
	float: left;
}

.coll_r {
	float: right;
	width: 26%;
}

.coll_l video {
	width: 100%;
}

.collega {
	padding-top: 60px;
	padding-bottom: 100px;
}

.collega .coll {
	margin-top: 40px;
}

.collega .coll .coll_ll_desc {
	font-size: 14px;
	line-height: 30px;
	margin-top: 40px;
}

.collega .coll .coll_ll_cont ul {
	font-size: 0;
	margin-top: 40px;
}

.collega .coll .coll_ll_cont ul li {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-right: 2%;
	background: #f5f5f5;
	margin-top: 30px;
}

.collega .coll .coll_ll_cont ul li:nth-child(3n) {
	margin-right: 0;
}

.collega .coll .coll_ll_cont ul li img {
	width: 100%;
}

.collega .coll .coll_ll_cont ul li p {
	text-align: center;
	font-size: 18px;
	line-height: 50px;
}

.collega .coll_r .coll_r_name {
	background: #f5f5f5;
	padding: 16px 4%;
	box-sizing: border-box;
	font-size: 0;
}

.collega .coll_r .coll_r_name h3 {
	display: inline-block;
	width: 50%;
	font-size: 18px;
}

.collega .coll_r .coll_r_name .h6 {
	display: inline-block;
	width: 50%;
	font-size: 12px;
	color: #999999;
	text-align: right;
}

.collega .coll_r .coll_r_cont {
	line-height: 30px;
	color: #666666;
	font-size: 0;
}

.collega .coll_r .coll_r_cont h3 {
	display: inline-block;
	width: 60%;
	font-size: 12px;
}

.collega .coll_r .coll_r_cont h6 {
	display: inline-block;
	width: 40%;
	text-align: right;
	font-size: 12px;
}

.collega .coll_r .coll_r_cont li:hover h3 {
	color: #9A6843;
}

.collega .coll_r .coll_r_cont li:hover h6 {
	color: #9A6843;
}

.collega .coll_r .coll_r_cont ul {
	margin-top: 20px;
	overflow-y: scroll;
	padding: 0 2%;
	box-sizing: border-box;
	height: 590px;
}
