*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "微软雅黑";
}
html, body {
    font-size: 14px;
    color: #333;
    scroll-behavior: smooth;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #333;
	display: inline-block;
}
img{
	display: block;
	max-width: 100%;
}
.img{
	width: 100%;
	overflow: hidden;
}
.img>img{
	transition: 0.5s;
}
.img>img:hover{
	transform: scale(1.1);
}
@font-face {
	font-family: Aldine721BT-Bold;
	src: url(http://www.ludaolawyer.com/static/font/Aldine721BT-Bold.otf);
}
@font-face {
	font-family: AlternateGothicNo2BT-Regular;
	src: url(http://www.ludaolawyer.com/static/font/AlternateGothicNo2BT-Regular.otf);
}
.limit{
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
	padding: 0 15px;
}
.head{
	width: 100%;
	height: 100px;
	background: rgba(0,0,0,0.5);
	border-bottom: 1px solid rgba(199,157,82,0.5);
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 33px;
	transition: 0.3s;
}
.head_gao{
	width: 100%;
	background: rgba(0,0,0,0.4);
	height: 60px;
	width: 100%;
	display: none;
}
.head>.logo{
	height: 100%;
	display: flex;
	align-items: center;
	width: 17%;
	max-width: 313px;
	min-width: 200px;
}
.head>.logo>img{
	max-width: 100%;
}
.head>.nav{
	height: 100%;
	display: flex;
	align-items: center;
}
.head>.nav>li{
	height: 100%;
	margin: 0 10px;
	position: relative;
}
.head>.nav>li>a{
	padding: 0 5px;
	height: 100%;
	display: flex;
	align-items: center;
	font-family: "微软雅黑";
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	transition: 0.3s;
	white-space: nowrap;
}
.head>.nav>li:hover>a{
	background:rgba(199,157,82,0.5);
	color: #fff;
}
.head>.nav>li.on>a{
	background: none;
	color: rgb(199,157,82);
	border-bottom: 1px solid rgb(199,157,82);
}
.head>.nav>li>ol{
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background: rgba(0,0,0,0.8);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.head>.nav>li:hover>ol{
	opacity: 1;
	visibility: visible;
}
.head>.nav>li>ol>li{
	width: 100%;
	white-space: nowrap;
	margin-bottom: 10px;
	display: flex;
	text-align: center;
	padding:0 10px;
}
.head>.nav>li>ol>li>a{
	width: 100%;
	padding: 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.head>.nav>li>ol>li:hover{
	background:rgba(199,157,82,0.5);
}
.head>.nav>li>ol>li:hover>a{
	color: #fff;
}
.head>.nav>li>ol>li.on{
	background:rgba(199,157,82,0.5);
}
.head>.nav>li>ol>li.on>a{
	color: #fff;
}
.head>.nav>.menu3{
	width: 100%;
	display: none;
}
.head>.nav>.menu3>.sosuo{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	border-bottom: 1px solid rgb(199,157,82);
	padding: 15px 0;
}
.head>.nav>.menu3>.sosuo>.iconfont{
	color: #fff;
	font-size: 24px;
	cursor: pointer;
}
.head>.nav>.menu3>.phon{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 10px 0;
}
.head>.nav>.menu3>.phon>a{
	font-size: 18px;
	color: #fff;
	font-family: Aldine721BT-Bold;
	white-space: nowrap;
}
.head>.nav>.menu3>.phon>.iconfont{
	color: #fff;
	background: rgb(199,157,82);
	padding: 4px;
	font-size: 16px;
	border-radius: 50%;
}
.head>.head_right{
	height: 100%;
	width: 17%;
	max-width: 320px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.head>.head_right>.sosuo{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36.25%;
	min-width: 30px;
	border-left: 0px solid rgb(199,157,82);
	border-right: 0px solid rgb(199,157,82);
}
.head>.head_right>.sosuo>.iconfont{
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(199,157,82);
}
.head>.head_right>.phon{
	width: 63.75%;
	display: flex;
	align-items: center;
}
.head>.head_right>.phon>a{
	font-size: 18px;
	color: #fff;
	font-family: Aldine721BT-Bold;
	white-space: nowrap;
}
.head>.head_right>.phon>.iconfont{
	color: #fff;
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(199,157,82);
	margin: 0 10%;
	font-size: 14px;
	border-radius: 50%;
}
.head.on{
	height: 80px;
}

.menu{
	display: none;
    width: 40px;
    height: 40px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    background-color: rgb(199,157,82);
    border-radius: 4px;
    cursor: pointer;
}
.menu>span{
	width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%)translateY(-50%);
}
.menu>span:after{
	content: '';
    position: absolute;
    top: 10px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 5px;
    transition: .5s;
}
.menu>span:before{
	content: '';
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 5px;
    transition: .5s;
}
.menu.on>span:after{
	top: 0;
    transform: rotate(-45deg);
}
.menu.on>span:before{
	top: 0;
    transform: rotate(45deg);
}
.menu.on>span{
	height: 0;
    background-color: inherit;
}

@keyframes topdh {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}

@keyframes botdh {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}
@keyframes fddh {
	0% {
		opacity: 0;
		transform: scale(0.5);
	}
	80% {
		opacity: 0.5;
		transform: scale(1.2);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.banner{
	width: 100%;
}
.banner .swiper1 .swiper-slide>img{
	width: 100%;
}
.banner .swiper1 .swiper-slide>.wz{
	position: absolute;
	top: calc(50% + 100px);
	left: 50%;
	transform: translateX(-50%)translateY(-50%);
	text-align: center;
}
.banner .swiper1 .swiper-slide>.wz>h3{
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 20px;
}
.banner .swiper1 .swiper-slide.swiper-slide-active>.wz>h3{
	animation-name: botdh;
	animation-duration: 1s;
	animation-delay: 0.5s;
	animation-timing-function: inherit;
	animation-fill-mode: both;
}
.banner .swiper1 .swiper-slide>.wz>p{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 80px;
}
.banner .swiper1 .swiper-slide.swiper-slide-active>.wz>p{
	animation-name: botdh;
	animation-duration: 2s;
	animation-delay: 1s;
	animation-timing-function: inherit;
	animation-fill-mode: both;
}
.banner .swiper1 .swiper-slide>.wz>a{
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 10px 12px;
	color: #fff;
	transition: 0.3s;
}
.banner .swiper1 .swiper-slide.swiper-slide-active>.wz>a{
	animation-name: topdh;
	animation-duration: 1s;
	animation-delay: 1.5s;
	animation-timing-function: inherit;
	animation-fill-mode: both;
}
.banner .swiper1 .swiper-slide>.wz>a:hover{
	border: 1px solid rgb(199,157,82);
	background: rgb(199,157,82);
}
.banner .swiper1 .swiper-pagination{
	bottom: 38px;
}
.banner .swiper1 .swiper-pagination>.swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	background: rgb(199,157,82);
	opacity: 1;
}
.banner .swiper1 .swiper-pagination>.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: rgb(236,225,205);
}

.home_about{
	width: 100%;
	padding-top: 60px;
	padding-bottom: 120px;
}

.home_about>.limit{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.home_about>.limit>.home_about_left{
	width: 76%;
	padding-right: 12%;
}
.title{
	font-size: 30px;
	color: #000;
	display: flex;
	margin-bottom: 56px;
	align-items: flex-end;
}
.title>span{
	font-size: 20px;
	font-weight: bold;
	display: block;
	color: rgb(204,204,204);
	margin-left: 25px;
}
.home_about>.limit>.home_about_left>p{
	font-size: 14px;
	line-height: 1.8;
}
.home_about>.limit>.home_about_left>a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 149px;
	height: 44px;
	background: rgb(199,157,82);
	border: 1px solid rgb(199,157,82);
	color: #fff;
	transition: 0.3s;
	font-size: 16px;
	border-radius: 5px;
	margin-top: 40px;
	margin-bottom: 80px;
}
.home_about>.limit>.home_about_left>a>span{
	color: #fff;
	transition: 0.3s;
	font-size: 16px;
	padding-left: 20px;
}
.home_about>.limit>.home_about_left>a:hover{
	color: rgb(199,157,82);
	background: none;
}
.home_about>.limit>.home_about_left>a:hover>span{
	color: rgb(199,157,82);
}
.home_about>.limit>.home_about_left>ul{
	display: flex;
	align-items: center;
	margin-top: 40px;
}
.home_about>.limit>.home_about_left>ul>li{
	width: 50%;
	max-width: 280px;
	border-left: 1px solid rgb(230,230,230);
	display: flex;
	flex-direction: column;
	padding-left: 40px;
}
.home_about>.limit>.home_about_left>ul>li>.sz{
	display: flex;
	margin-bottom: 2px;
}
.home_about>.limit>.home_about_left>ul>li>.sz>p{
	font-size: 30px;
	font-weight: bold;
}
.home_about>.limit>.home_about_left>ul>li>.sz>span{
	font-size: 14px;
	line-height: 30px;
	display: block;
	margin-left: 15px;
}
.home_about>.limit>.home_about_left>ul>li>p{
	color: rgb(146,146,146);
}
.home_about>.limit>.home_about_right{
	width: 24%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.home_about>.limit>.home_about_right>img{
	max-width: 100%;
}


.home_business{
	width: 100%;
	padding: 120px 0;
}
.home_business>.limit{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.home_business>.limit>.home_business_left{
	width: 23.5%;
	padding-right: 8.2%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.home_business>.limit>.home_business_left>.home_business_left_top{
	
}
.home_business>.limit>.home_business_left>.home_business_left_top>h2{
	color: rgb(199,157,82);
	margin-bottom: 18px;
	font-size: 30px;
}
.home_business>.limit>.home_business_left>.home_business_left_top>h4{
	margin-bottom: 70px;
	font-size: 20px;
	color: #fff;
}
.home_business>.limit>.home_business_left>.home_business_left_top>p{
	color: rgb(250,250,250);
	font-size: 16px;
	line-height: 1.8;
}
.home_business>.limit>.home_business_left>a{
	margin-bottom: 20px;
	border: 1px solid rgba(255,255,255,0.4);
	width: 142px;
	height: 42px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	transition: 0.3s;
}
.home_business>.limit>.home_business_left>a>.iconfont{
	padding-left: 20px;
	color: #fff;
}
.home_business>.limit>.home_business_left>a:hover{
	background: rgb(199,157,82);
}
.home_business>.limit>ul{
	flex: 1;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.home_business>.limit>ul>li{
	width: calc(25% - 30px);
	height: 260px;
	margin-bottom: 40px;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 30px 40px 70px 40px;
}
.home_business>.limit>ul>li>img{
	max-width: 100%;
	transition: 0.3s;
	margin-top: 10px;
}
.home_business>.limit>ul>li>span{
	display: block;
	width: 100%;
	background: rgb(230,230,230);
	height: 1px;
}
.home_business>.limit>ul>li>p{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.home_business>.limit>ul>li:hover>img{
	margin-top: 0;
	padding-bottom: 20px;
}


.home_team{
	width: 100%;
	padding-top: 130px;
	padding-bottom: 80px;
}
.home_team>.limit>.home_team_top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.home_team>.limit>.home_team_top>a{
	color: rgb(170,170,170);
	display: flex;
	align-items: center;
	transition: 0.3s;
	margin-bottom: 56px;
}
.home_team>.limit>.home_team_top>a>.iconfont{
	padding-left: 15px;
	color: rgb(170,170,170);
	transition: 0.3s;
}
.home_team>.limit>.home_team_top>a:hover{
	color: rgb(199,157,82);
}
.home_team>.limit>.home_team_top>a:hover>.iconfont{
	color: rgb(199,157,82);
}
.home_team>.limit>.home_team_bot{
	width: 100%;
}



.home_team>.limit>.home_team_bot .swiper2{
	padding-bottom: 70px;
}
.home_team>.limit>.home_team_bot .swiper2 .swiper-pagination>.swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	background: rgb(242,242,242);
	opacity: 1;
}
.home_team>.limit>.home_team_bot .swiper2 .swiper-pagination>.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: rgb(199,157,82);
}

.swiper2 .swiper-slide>a{
	width: 100%;
}
.swiper2 .swiper-slide>a>.img{
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper2 .swiper-slide>a>.wz{
	background: rgb(199,157,82);
	padding: 10px 30px;
}
.swiper2 .swiper-slide>a>.wz>.wz_top{
	padding: 10px 0;
	border-bottom: 1px solid rgb(210,177,177);
	display: flex;
	align-items: flex-end;
}
.swiper2 .swiper-slide>a>.wz>.wz_top>h3{
	font-size: 18px;
	color: #fff;
}
.swiper2 .swiper-slide>a>.wz>.wz_top>span{
	font-size: 14px;
	color: #fff;
	padding: 0 10px;
}
.swiper2 .swiper-slide>a>.wz>.wz_top>p{
	font-size: 14px;
	color: #fff;
}
.swiper2 .swiper-slide>a>.wz>p{
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 18px;
	margin-bottom: 10px;
}





.home_news{
	width: 100%;
	padding-top: 60px;
	margin-bottom: 80px;
}
.home_news>.limit>.home_news_bot{
	padding-top: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.home_news>.limit>.home_news_bot>a{
	width: 48.5%;
	position: relative;
}
.home_news>.limit>.home_news_bot>a:hover>.img>img{
	transform: scale(1.1);
}
.home_news>.limit>.home_news_bot>a>.wz{
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top,rgba(0,0,0,0.6),rgba(0,0,0,0),rgba(0,0,0,0));
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.home_news>.limit>.home_news_bot>a>.wz>.wz2{
	padding-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.home_news>.limit>.home_news_bot>a>.wz>.wz2>.wz_sj{
	padding: 0 40px;
}
.home_news>.limit>.home_news_bot>a>.wz>.wz2>.wz_sj>h3{
	color: #fff;
	margin-bottom: 5px;
	font-size: 24px;
	white-space: nowrap;
}
.home_news>.limit>.home_news_bot>a>.wz>.wz2>.wz_sj>p{
	font-size: 16px;
	color: #fff;
	white-space: nowrap;
}
.home_news>.limit>.home_news_bot>a>.wz>.wz2>.wz_rig{
	flex: 1;
	padding-right: 40px;
}
.home_news>.limit>.home_news_bot>a>.wz>.wz2>.wz_rig>h3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 20px;
	color: #fff;
	margin-bottom: 12px;
}
.home_news>.limit>.home_news_bot>a>.wz>.wz2>.wz_rig>h3>span{
	font-size: 20px;
	color: #fff;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
}
.home_news>.limit>.home_news_bot>a>.wz>.wz2>.wz_rig>p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.8;
	color: #fff;
}
.home_news>.limit>.home_news_bot>ul{
	width: 48.5%;
	display: flex;
	flex-direction: column;
}
.home_news>.limit>.home_news_bot>ul>li{
	width: 100%;
	margin-bottom: 20px;
	padding: 40px 40px 40px 0;
	background: rgb(248,248,248);
}
.home_news>.limit>.home_news_bot>ul>li:nth-last-child(1){
	margin-bottom: 0;
}
.home_news>.limit>.home_news_bot>ul>li>a{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.home_news>.limit>.home_news_bot>ul>li>a>.wz_sj{
	padding: 0 40px;
}
.home_news>.limit>.home_news_bot>ul>li>a>.wz_sj>h3{
	color: #333;
	margin-bottom: 5px;
	font-size: 24px;
	white-space: nowrap;
}
.home_news>.limit>.home_news_bot>ul>li>a>.wz_sj>p{
	font-size: 16px;
	color: #333;
	white-space: nowrap;
}
.home_news>.limit>.home_news_bot>ul>li>a>.wz_rig{
	flex: 1;
	padding-right: 40px;
}
.home_news>.limit>.home_news_bot>ul>li>a>.wz_rig>h3{
	width: 100%;
	font-size: 20px;
	color: #333;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.home_news>.limit>.home_news_bot>ul>li>a>.wz_rig>h3>span{
	font-size: 20px;
	color: #333;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #333;
}
.home_news>.limit>.home_news_bot>ul>li>a>.wz_rig>p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 16px;
	color: #333;
	line-height: 1.7;
}


footer{
	width: 100%;
	background: #333;
	padding-top: 100px;
	padding-bottom: 45px;
}
footer>.limit{
	
}
footer>.limit>.foot_top{
	padding-bottom: 50px;
	border-bottom: 1px solid rgb(72,72,72);
	display: flex;
	justify-content: space-between;
}
footer>.limit>.foot_top>.logo2{
	width: 20%;
	max-width: 264px;
	position: relative;
}
footer>.limit>.foot_top>.logo2>img{
	width: 100%;
	max-width: 109px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%)translateY(-50%);
}
footer>.limit>.foot_top>ul{
	flex: 1;
	display: flex;
	align-items: center;
}
footer>.limit>.foot_top>ul>li{
	width: 50%;
	padding-left: 40px;
	padding-right: 70px;
	border-left: 1px solid rgb(71,71,71);
}
footer>.limit>.foot_top>ul>li>h4{
	font-size: 18px;
	color: #fff;
	position: relative;
	margin-bottom: 40px;
}
footer>.limit>.foot_top>ul>li>h4:after{
	content: '';
	position: absolute;
	top: calc(100% + 15px);
	left: 0;
	background: rgb(184,190,204);
	width: 22px;
	height: 2px;
}
footer>.limit>.foot_top>ul>li>ol{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer>.limit>.foot_top>ul>li>ol>li{
	margin-bottom: 10px;
}
footer>.limit>.foot_top>ul>li>ol>li>a{
	font-size: 14px;
	color: rgb(204,204,204);
	white-space: nowrap;
	transition: 0.3s;
}
footer>.limit>.foot_top>ul>li>ol>li>a:hover{
	color: rgb(199,157,82);
}
footer>.limit>.foot_top>ul>li>ol>p{
	font-size: 14px;
	color: rgb(204,204,204);
	margin-bottom: 10px;
}
footer>.limit>.foot_top>.ewm{
	width: 13%;
	max-width: 170px;
	display: flex;justify-content: flex-end;
	position: relative;
}
footer>.limit>.foot_top>.ewm>img{
	position: absolute;
	top: 50%;
	right: 0;
	max-width: 100%;
	transform: translateY(-50%);
}
footer>.limit>.foot_bot{
	display: flex;
	justify-content: space-between;
	padding: 35px 0;
}
footer>.limit>.foot_bot>p{
	font-size: 14px;
	color: #fff;
}


#up{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background: rgb(20,20,20);
	position: fixed;
	right: 30px;
	bottom: 30px;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	cursor: pointer;
	z-index: 99999;
}
#up.on{
	opacity: 1;
	visibility: visible;
}
#up>span{
	font-size: 24px;
	color: #fff;
	transition: 0.3s;
}
#up:hover>span{
	transform: translateY(-10%);
}


#search_form {
	position: fixed;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
}

#search_form>.search_form2 {
	padding: 40px 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%)translateY(-50%);
	width: -webkit-max-content;
	width: max-content;
	width: 90%;
	max-width: 600px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#search_form>.search_form2>input {
	width: 90%;
	height: 60px;
	line-height: 60px;
	font-size: 36px;
	border: none;
	border-bottom: 2px solid #fff;
	background: none;
	outline: none;
	color: #fff;
}

#search_form>.search_form2>button {
	flex: 1;
	color: #fff;
	background: none;
	border: none;
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	cursor: pointer;
}

#search_form>.search_form2>button>span {
	font-size: 52px;
}

.bann{
	width: 100%;
	padding: 100px 0;
	height: 32vw;
}
.bann>.limit{
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}
.bann>.limit>.wz{
	width: 100%;
	color: #fff;
}
.bann>.limit>.wz>h3{
	font-size: 36px;
	color: #fff;
	margin-bottom: 10px;
}
.ip{
	width: 100%;
}
.ip>a{
	margin: 0 4px;
	font-size: 14px;
	color: #fff;
	transition: 0.3s;
}
.ip>a:nth-of-type(1){
	margin-left: 0;
}
.ip>a:hover{
	color: rgb(199,157,82);
}




.wdys{
	width: 100%;
	padding-top: 60px;
	padding-bottom: 100px;
}
.title2{
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.title2>h3{
	font-size: 30px;
	color: #333;
	margin-bottom: 6px;
}
.title2>p{
	font-size:24px;
	color: rgb(148,148,148);
	font-family: AlternateGothicNo2BT-Regular;
	text-transform: uppercase;
}
.wdys>.limit>ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wdys>.limit>ul>li{
	width: 32.2%;
	position: relative;
	overflow: hidden;
}
.wdys>.limit>ul>li>.img{
	width: 100%;
}
.wdys>.limit>ul>li>.img>img{
	width: 100%;
}
.wdys>.limit>ul>li>.wz{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 32px;
	text-align: center;
	z-index: 99;
}
.wdys>.limit>ul>li>.wz>h3{
	font-size: 24px;
	color: #fff;
	transition: 0.2s;
}
.wdys>.limit>ul>li>.wz>h6{
	font-size: 24px;
	font-weight: 300;
	font-family: AlternateGothicNo2BT-Regular;
	text-transform: uppercase;
	color: #fff;
	transition: 0.3s;
}
.wdys>.limit>ul>li>.wz>span{
	width: 1px;
	height: 0;
	background: #fff;
	transition: 0.5s;
}
.wdys>.limit>ul>li>.wz>p{
	font-size: 14px;
	color: #fff;
	display: none;
	transition: 0.3s;
}
.wdys>.limit>ul>li:after{
	content: '';
	position: absolute;
	z-index: 0;
	background: rgba(199,157,82,0.8);
	width: 100%;
	height: 100%;
	left: 0;
	top: 100%;
	transition: 0.5s;
}
.wdys>.limit>ul>li:hover:after{
	top: 0;
}
.wdys>.limit>ul>li:hover>.wz>p{
	display: block;
}
.wdys>.limit>ul>li:hover>.wz>span{
	height: 80px;
}


.lshj{
	width: 100%;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 110px;
	max-width: 1520px;
	padding-left: 15px;
	padding-right: 15px;
}
.lshj>.lshj2{
	width: 100%;
	padding-left: 85px;
	padding-right: 85px;
	position: relative;
}
.lshj>.lshj2>.swiper3{
	width: 100%;
}
.lshj>.lshj2 .swiper-free-mode>.swiper-wrapper{
	-webkit-transition-timing-function: linear;
	/*之前是ease-out*/
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	margin: 0 auto;
}
.lshj>.lshj2 .swiper-button-prev,.lshj>.lshj2 .swiper-button-next{
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: rgba(0,0,0,0.5);
}
.lshj>.lshj2 .swiper-button-prev:after,.lshj>.lshj2 .swiper-button-next:after{
	font-size: 16px;
	color: #fff;
}
.lshj>.lshj2 .swiper-slide>.img{
	width: 100%;
}
.lshj>.lshj2 .swiper-slide>.img>img{
	width: 100%;
}

.ldkh{
	padding-bottom: 100px;
}
.ldkh>.limit>.img{
	width: 100%;
}
.ldkh>.limit>.img>img{
	width: 100%;
}
.ldkh .title2>p{
	margin-bottom: 3px;
}
.ldkh .title2>span{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	margin-bottom: 60px;
	color: #333;
}

.pagebar .pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.pagination a {
	width: 40px;
	height: 40px;
	background: rgb(240,240,240);
	border-radius: 50%;
    color: #333;
  	font-size: 14px;
  	margin: 0 2px;
  	transition: 0.2s;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}
.pagination span {
	width: 40px;
	height: 40px;
	background: rgb(240,240,240);
	border-radius: 50%;
    color: #333;
    font-size: 14px;
    margin: 0 2px;
  	transition: 0.2s;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}
.pagination a:hover {
  	color: #fff;
  	background: rgb(199,157,82);
}
.pagination a.page-num-current {
  	color: #fff;
  	background: rgb(199,157,82);
}


.team{
	width: 100%;
	padding-top: 120px;
	padding-bottom: 40px;
}
.team>ul{
	display: flex;
	flex-wrap: wrap;
}
.team>ul>li{
	width: calc(25% - 30px);
	margin-right: 40px;
	margin-bottom: 50px;
}
.team>ul>li:nth-child(4n){
	margin-right: 0;
}
.team>ul>li>a{
	width: 100%;
}
.team>ul>li>a>.img{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.team>ul>li>a>.img>img{
	width: 100%;
}
.team>ul>li>a>.wz{
	background: rgb(229,227,227);
	padding: 10px 30px;
	transition: 0.3s;
}
.team>ul>li>a>.wz>.wz_top{
	padding: 10px 0;
	border-bottom: 1px solid rgb(210,177,177);
	display: flex;
	align-items: flex-end;
}
.team>ul>li>a>.wz>.wz_top>h3{
	font-size: 18px;
	color: #000;
	transition: 0.3s;
}
.team>ul>li>a>.wz>.wz_top>span{
	font-size: 14px;
	color: #000;
	padding: 0 10px;
	transition: 0.3s;
}
.team>ul>li>a>.wz>.wz_top>p{
	font-size: 14px;
	color: #000;
	transition: 0.3s;
}
.team>ul>li>a>.wz>p{
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 18px;
	margin-bottom: 10px;
	transition: 0.3s;
}
.team>ul>li:hover>a>.wz{
	background: rgb(199,157,82);
}
.team>ul>li:hover>a>.img>img{
	transform: scale(1.1);
}
.team>ul>li:hover>a>.wz>.wz_top>h3{
	color: #fff;
}
.team>ul>li:hover>a>.wz>.wz_top>span{
	color: #fff;
}
.team>ul>li:hover>a>.wz>.wz_top>p{
	color: #fff;
}
.team>ul>li:hover>a>.wz>p{
	color: #fff;
}


.team_xq{
	width: 100%;
	padding-bottom: 100px;
}
.team_xq>.team_xq_top{
	width: 100%;
	background: rgb(199,157,82);
	height: 24vw;
	max-height: 272px;
}
.team_xq>.team_xq_top>.limit{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	position: relative;
}
.team_xq>.team_xq_top>.limit>.img{
	position: absolute;
	width: 23%;
	max-width: 300px;
	left: 15px;
	top: 42px;
}
.team_xq>.team_xq_top>.limit>.img>img{
	width: 100%;
}
.team_xq>.team_xq_top>.limit>.wz{
	width: 74%;
	max-width: 966px;
	padding-top: 85px;
}
.team_xq>.team_xq_top>.limit>.wz>.wz_top{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgb(210,177,111);
	font-size: 18px;
	width: -webkit-max-content;
	width: max-content;
	display: flex;
	align-items: flex-end;
	margin-bottom: 15px;
}
.team_xq>.team_xq_top>.limit>.wz>.wz_top>h3{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.team_xq>.team_xq_top>.limit>.wz>.wz_top>span{
	font-size: 14px;
	margin:  0 5px;
	color: #fff;
}
.team_xq>.team_xq_top>.limit>.wz>.wz_top>p{
	font-size: 14px;
	color: #fff;
}
.team_xq>.team_xq_top>.limit>.wz>p{
	color: #fff;
	margin-bottom: 5px;
	font-size: 14px;
}
.team_xq>.team_xq_top>.limit>.wz>p>span{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.team_xq>.team_xq_bot{
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.team_xq>.team_xq_bot>.team_xq_bot_rig{
	width: 74%;
	max-width: 966px;
	padding-top: 70px;
	line-height:28px;
	font-size:15px;
}
.team_xq>.team_xq_bot>.team_xq_bot_rig>.team_xq_bot_rig_nr{
	margin-bottom: 30px;
}
.team_xq>.team_xq_bot>.team_xq_bot_rig>.team_xq_bot_rig_nr>h3{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 4px solid rgb(199,157,82);
	width: -webkit-max-content;
	width: max-content;
	margin-bottom: 20px;
}
.team_xq>.team_xq_bot>.team_xq_bot_rig>.team_xq_bot_rig_nr>li{
	padding-left: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	position: relative;
	margin-bottom: 5px;
}
.team_xq>.team_xq_bot>.team_xq_bot_rig>.team_xq_bot_rig_nr>li:before{
	content: '';
	width: 10px;
	height: 10px;
	background: #333;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 5px;
}
.team_xq>.team_xq_bot>.team_xq_bot_rig>.team_xq_bot_rig_nr>p{
	font-size: 14px;
	line-height: 20px;
	color: #333;
	margin-bottom: 5px;
}

.contact{
	width: 100%;
	padding-top: 85px;
	padding-bottom: 30px;
}
.contact>.limit{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact>.limit>.contact_left{
	width: 50%;
	padding-right: 10px;
}
.contact>.limit>.contact_left>h2{
	padding-bottom: 20px;
	margin-bottom: 40px;
	position: relative;
	font-size: 24px;
	color: #333;
}
.contact>.limit>.contact_left>h2:after{
	content: '';
	position: absolute;
	top: 100%;
	width: 100%;
	max-width: 100px;
	left: 0;
	height: 3px;
	background: rgb(199,157,82);
}
.contact>.limit>.contact_left>.conlist{
	margin-bottom: 35px;
	position: relative;
	padding-left: 50px;
}
.contact>.limit>.contact_left>.conlist>img{
	position: absolute;
	width: 24px;
	left: 0;
	top: 0;
}
.contact>.limit>.contact_left>.conlist>h3{
	color: rgb(199,157,82);
	font-size: 16px;
	margin-bottom: 5px;
}
.contact>.limit>.contact_left>.conlist>h1{
	font-size: 36px;
	font-family: Aldine721BT-Bold;
}
.contact>.limit>.contact_left>.conlist>p{
	font-size: 14px;
	color: #333;
}
.contact>.limit>.contact_left>.conlist>.img{
	width: 100%;
	max-width: 106px;
	padding-top: 10px;
}
.contact>.limit>.contact_left>.conlist>.img>img{
	width: 100%;
}
.contact>.limit>form{
	width: 50%;	
}
.contact>.limit>form>h3{
	font-size: 18px;
	color: rgb(153,153,153);
	padding-top: 50px;
	padding-bottom: 20px;
}
.contact>.limit>form>textarea{
	width: 100%;
	padding: 10px;
	padding-left: 20px;
	min-height: 90px;
	border: 1px solid rgb(202,202,202);
	outline: none;
	background: none;
	margin-bottom: 20px;
}
.contact>.limit>form>input{
	width: 100%;
	padding-left: 20px;
	height: 40px;
	border: 1px solid rgb(202,202,202);
	outline: none;
	background: none;
	margin-bottom: 20px;
}
.contact>.limit>form>.annu{
	display: flex;
	align-items: center;
}
.btn{
	width: 108px;
	height: 40px;
	color: #fff;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid rgb(153,153,153);
	background: rgb(153,153,153);
	cursor: pointer;
	transition: 0.3s;
}
.btn:hover{
	border: 1px solid rgb(199,157,82);
	background: rgb(199,157,82);
}
.contact>.limit>form button{
	border: 1px solid rgb(199,157,82);
	background: rgb(199,157,82);
	margin-right: 18px;
}
.contact>.limit>form button:hover{
	background: none;
	color: rgb(199,157,82);
}

.map{
	width: 100%;
}


.work{
	width: 100%;
	padding-top: 90px;
	padding-bottom: 60px;
}
.work ul{
	width: 100%;
}
.work ul>li{
	width: 100%;
	margin-bottom: 20px;
	padding: 30px;
	background: rgb(242,242,242);
	cursor: pointer;
}
.work ul>li>.work_top{
	padding-bottom: 40px;
	border-bottom: 1px solid rgb(221,221,221);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.work ul>li>.work_top>.work_top_left{
	flex: 1;
}
.work ul>li>.work_top>.work_top_left>h3{
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}
.work ul>li>.work_top>.work_top_left>p{
	font-size: 14px;
	color: #333;
}
.work ul>li>.work_top>.work_top_rig{
	padding-top: 5px;
	width: 60px;
	display: flex;
	justify-content: space-between;
}
.work ul>li>.work_top>.work_top_rig>span{
	font-size: 18px;
	color: #333;
}
.work ul>li>.work_top>.work_top_rig>p{
	font-size: 14px;
	color: #333;
}
.work ul>li>.work_bot{
	padding-top: 20px;
}
.work ul>li>.work_bot>.xq{
	display: none;
}
.work ul>li>.work_bot>.xq>h3{
	font-size: 14px;
	color: #333;
	margin-bottom: 8px;
}
.work ul>li>.work_bot>.xq>p{
	font-size: 14px;
	color: #333;
	margin-bottom: 8px;
}
.work ul>li>.work_bot>.xl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	opacity: 1;
	transition: 0.3s;
}
.work ul>li>.work_bot>.xl>span{
	font-size: 14px;
	color: #333;
}
.work ul>li>.work_bot>.xl>img{
	width: 16px;
}


.work ul>li.on>.work_top>.work_top_rig>span{
	color: #fff;
}
.work ul>li.on>.work_top>.work_top_rig>p{
	color: #fff;
}
.work ul>li.on>.work_top>.work_top_left>h3{
	color: #fff;
}
.work ul>li.on>.work_top>.work_top_left>p{
	color: #fff;
}
.work ul>li.on{
	background: rgb(199,157,82);
}
.work ul>li.on>.work_bot>.xq{
	display: block;
}
.work ul>li.on>.work_bot>.xl{
	opacity: 0;
}
.work ul>li.on>.work_bot>.xq>h3{
	color: #fff;
}
.work ul>li.on>.work_bot>.xq>p{
	color: #fff;
}

.work .work3{
	width: 100%;
	padding-top: 20px;
}
.work .work3>h2{
	font-size: 26px;
	font-weight: 400;
	padding: 20px 0;
	color: #333;
}
.work .work3>p{
	font-size: 14px;
	color: rgb(153,153,153);
	line-height: 1.8;
}




.subject{
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
}
.right_form{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
}
.right_form>.input{
	width: 100%;
	max-width: 336px;
	height: 50px;
	position: relative;
}
.right_form>.input>input{
	width: 100%;
	height: 100%;
	border: 1px solid rgb(221,221,221);
	background: none;
	outline: none;
	padding-left: 10px;
}
.right_form>.input>button{
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: none;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgb(117,117,117);
	cursor: pointer;
}
.right_form>.input>button>span{
	font-size: 16px;
	color: #333;
}

.list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 66px;
}
.list>li{
	width: 100%;
	padding-left: 15px;
	position: relative;
	height: 60px;
	border-bottom: 1px solid rgb(231,231,231);
}
.list>li:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid #333;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.list>li>a{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.list>li>a>h6{
	font-weight: 400;
	font-size: 16px;
	color: #333;
	transition: 0.3s;
	flex: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	position: relative;
	padding-right: 45px;
}
.list>li:hover>a>h6{
	margin-left: 10px;
	color: rgb(199,157,82);
}
.list>li>a>h6>span{
	display: inline-block;
	padding: 2px 4px ;
	border-radius: 6px;
	background: rgb(255,0,0);
	color: #fff;
	margin-left: 10px;
}
.list>li>a>p{
	width: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: rgb(161,161,161);
	white-space: nowrap;
}
.list>li>a>p>span{
	font-size: 14px;
	color: rgb(161,161,161);
}


.case{
	width: 100%;
	padding: 70px 0;
}
.case>.limit{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.case>.limit>.case_left{
	width: 28.8%;
	width: 25.5%;
	padding-right: 3.3%;
	max-width: 380px;
	display: flex;
	flex-direction: column;
	padding-top: 20px;
}
.case>.limit>.case_left>a{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 1px solid rgb(221,221,221);
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	transition: 0.3s;
	margin-bottom: 20px;
}
.case>.limit>.case_left>a:hover{
	background: rgb(199,157,82);
	border: 1px solid rgb(199,157,82);
	color: #fff;
}
.case>.limit>.case_left>a.on{
	background: rgb(199,157,82);
	border: 1px solid rgb(199,157,82);
	color: #fff;
}
.case>.limit>.case_rig{
	flex: 1;
}



.case_xq{
	width: 100%;
	padding-top: 60px;
	padding-bottom: 30px;
}
.case_xq>.limit{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.case_xq>.limit>.case_xq_left{
	width: 77.3%;
	padding-right: 20px;
}
.case_xq>.limit>.case_xq_left>.case_xq_left_a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgb(144,144,144);
}
.case_xq>.limit>.case_xq_left>.case_xq_left_a>a{
	font-size: 15px;
	color: rgb(144,144,144);
	transition: 0.3s;
	display: flex;
	align-items: center;
}
.case_xq>.limit>.case_xq_left>.case_xq_left_a>a:hover{
	color: rgb(199,157,87);
}
.case_xq>.limit>.case_xq_left>.case_xq_left_a>a>img{
	width: 22px;
	margin: 0 5px;
}
.case_xq>.limit>.case_xq_left>.case_xq_left_top{
	border-bottom: 1px solid rgb(229,229,229);
	position: relative;
}
.case_xq>.limit>.case_xq_left>.case_xq_left_top:after{
	content: '';
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	width: 10%;
	max-width: 60px;
	min-width: 20px;
	height: 3px;
	background: rgb(199,157,87);
}
.case_xq>.limit>.case_xq_left>.case_xq_left_top>h3{
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	padding: 20px 0;
}
.case_xq>.limit>.case_xq_left>.case_xq_left_top>p{
	padding: 20px 0;
	font-size: 14px;
	color: rgb(125,125,125);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	line-height: 1.8;
}
.case_xq>.limit>.case_xq_left>.case_xq_left_top>p>span{
	display: flex;
	align-items: center;
}
.case_xq>.limit>.case_xq_left>.case_xq_left_top>p>span>a{
	margin: 0 4px;
}
.case_xq>.limit>.case_xq_left>.case_xq_left_bot{
	padding-top: 36px;
	padding-bottom: 100px;
	border-bottom: 1px solid rgb(229,229,229);
	margin-bottom: 30px;
}
.case_xq>.limit>.case_xq_left>.case_xq_left_bot>h3{
	font-size: 18px;
	color: rgb(110,110,110);
	margin-bottom: 10px;
}
.case_xq>.limit>.case_xq_left>.case_xq_left_bot>p{
	font-size: 14px;
	min-height: 26px;
	line-height: 26px;
	color: rgb(125,125,125);
}
.case_xq>.limit>.case_xq_left>.case_xq_left_bot_a{
	display: flex;
	flex-direction: column;
}
.case_xq>.limit>.case_xq_left>.case_xq_left_bot_a>a{
	font-size: 14px;
	color: rgb(125,125,125);
	transition: 0.3s;
}
.case_xq>.limit>.case_xq_left>.case_xq_left_bot_a>a:hover{
	color: rgb(199,157,82);
}

.case_xq>.limit>.case_xq_right{
	flex: 1;
	padding: 40px 20px;
	background: rgb(250,250,250);
	height: max-content;
	position: sticky;
	top: 100px;
}
.case_xq>.limit>.case_xq_right>h3{
	display: flex;
	align-items: center;
	font-size: 22px;
	color: #000;
}
.case_xq>.limit>.case_xq_right>h3>img{
	margin-right: 20px;
	
}
.case_xq>.limit>.case_xq_right>ul{
	width: 100%;
	padding-top: 20px;
}
.case_xq>.limit>.case_xq_right>ul>li{
	width: 100%;
	border-bottom: 1px solid rgb(236,236,236);
	padding-bottom: 5px;
}
.case_xq>.limit>.case_xq_right>ul>li>a{
	display: flex;
	flex-direction: column;
	line-height: 1.8;
}
.case_xq>.limit>.case_xq_right>ul>li>a>h6{
	font-size: 14px;
	color: rgb(153,153,153);
	font-weight: 400;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: 0.3s;
}
.case_xq>.limit>.case_xq_right>ul>li>a>p{
	font-size: 12px;
	color: rgb(178,178,178);
}
.case_xq>.limit>.case_xq_right>ul>li>a>p>span{
	font-size: 12px;
	color: rgb(178,178,178);
}
.case_xq>.limit>.case_xq_right>ul>li>a:hover>h6{
	color: rgb(199,157,82);
}

.fdimg{
	position: fixed;
	z-index: 9999999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	display: none;
}
.fdimg>ul{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%)translateY(-50%);
	padding: 8px;
	background: #fff;
	border: 1px solid #999;
	border-radius: 4px;
	display: flex;
}
.fdimg>ul>#fdimg2_gb{
	position: absolute;
	top: -20px;
	right: -20px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}
.fdimg>ul>#fdimg2_gb:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%)translateY(-50%)rotate(135deg);
	width: 20px;
	height: 3px;
	border-radius: 10px;
	background: red;
}
.fdimg>ul>#fdimg2_gb:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%)translateY(-50%)rotate(-135deg);
	width: 20px;
	height: 3px;
	border-radius: 10px;
	background: red;
}
.fdimg>ul>li{
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	display: none;
}
.fdimg>ul>li.on{
	display: block;
}
.fdimg>ul>li>img{
	width: 100%;
	max-height: calc(100vh - 100px);
	min-width: 768px;
	
}
.fdimg>ul>li>p{
	padding: 10px 5px;
	font-size: 16px;
	text-align: center;
}
.fdimg>ul>.syz{
	position: absolute;
	top: 50%;
	left: -80px;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: rgba(0,0,0,0.8);
	cursor: pointer;
}
.fdimg>ul>.syz:after{
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 58%;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateX(-50%)translateY(-50%)rotate(-135deg);
}
.fdimg>ul>.xyz{
	position: absolute;
	top: 50%;
	right: -80px;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: rgba(0,0,0,0.8);
	cursor: pointer;
}
.fdimg>ul>.xyz:after{
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 42%;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateX(-50%)translateY(-50%)rotate(45deg);
}