@charset 'utf-8';

body{
	max-width: 1920px;
	margin: 0 auto;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.lp-header{
	font-size: 0;
	background: url(2024topbg.png) top center no-repeat;
}
.lp-top{
	padding-top: 8px;
	line-height: 30px;
}
.lp-top a,.lp-top span{
	display: inline-block;
	color: #88641a;
	font-size: 16px;
}
.lp-top .gap{
	width: 28px;
}
.lp-top .ipv6{
	width: 130px;
	text-align: center;
	background: rgba(136,101,28,.2);
	border-radius: 15px;
	margin-right: 6px;
}
.lp-top .line{
	margin: 0 10px;
}
.lp-top .bmjz-btn{
	cursor: pointer;
	padding-left: 20px;
	background: url(2024ic1.png) left center no-repeat;
}
.lp-header-con{
	margin-top: 48px;
}
.lp-header-con .logo{
	display: inline-block;
	margin-left: 5px;
}
.lp-search{
	border: 1px solid #E1C89D;
	border-radius: 25px;
	overflow: hidden;
	margin: 26px auto 0;
	/*height: 50px;*/
	width: 730px;
	text-align: left;
}
.lp-search input{
	padding: 0 32px;
	width: 616px;
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	vertical-align: top;
}
.lp-search input::-webkit-input-placeholder{
	color: #521200;
}
.lp-search input:-moz-placeholder{
	color: #521200;
}
.lp-search input::-moz-placeholder{
	color: #521200;
}
.lp-search input:-ms-input-placeholder{
	color: #521200;
}
.lp-search button{
	text-align: center;
	line-height: 50px;
	height: 50px;
	vertical-align: top;
}
.lp-hotwords{
	width: 780px;
	box-sizing: border-box;
	margin: 0 auto;
	padding-left: 22px;
}
.lp-hotwords span,
.lp-hotwords a{
	display: inline-block;
	color: #ffffff;
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
	text-shadow: -1px -1px #105fad, 1px 1px #105fad, 1px -1px #105fad,-1px 1px #105fad;
}
.lp-hotwords a{
	margin: 0 15px;
}

.lp-nav{
	line-height: 50px;
	height: 50px;
	font-size: 0;
	margin-top: 58px;
	background: #C19B72;
	position: relative;
	z-index: 2;
}
.lp-nav>div{
	display: flex;
	justify-content: space-around;
}
.lp-nav .tit{
	display: inline-block;
	color: #fff;
	font-size: 24px;
	text-align: center;
	box-sizing: border-box;
	vertical-align: top;
	position: relative;
}
.lp-nav .tit.cur{
	font-weight: bold;
}
.lp-nav .tit.cur:after{
	display: inline-block;
	content: ' ';
	position: absolute;
	bottom: 0;
	width: 32px;
	height: 5px;
	left: 50%;
	margin-left: -16px;
	background: #fff;
	border-radius: 3px;
}
.index-menu {
	position: absolute;
	top: 40px;
	z-index: 999;
	width: 100%;
	padding-bottom: 10px;
	display: none;
	overflow: hidden;
	top: 0;
	left: 0;
}
.index-menu-bg {
	background: #fff;
}
.index-menu-container {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}
.index-menu .close {
	position: absolute;
	top: 14px;
	right: 20px;
	cursor: pointer;
}
.index-menu-t {
	padding-top: 22px;
	margin-bottom: 20px;
}
.index-menu-t a {
	display: inline-block;
	color: #88641a;
	font-size: 16px;
	line-height: 20px;
}
.index-menu-l {
	padding-bottom: 12px;
	border-bottom: 1px solid #f5f5f5;
}
.index-menu-l li {
	float: left;
	width: 230px;
	height: 33px;
}
.index-menu-l li a {
	display: inline-block;
	color: #666666;
	font-size: 14px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-menu-l.l2 li {
	width: auto;
	min-width: 91px;
	margin-right: 56px;
}


.footer {
	background: #F6F6F6;
}
.footer .drop-groups {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #D7B88B;
}
.footer .drop-groups>div{
	position: relative;
}
.footer .drop-down {
	width: 16.66%;
	height: 50px;
	text-align: center;
}
.footer .drop-down .tag {
	display: inline-block;
	height: 50px;
	box-sizing: border-box;
	padding-right: 20px;
	color: #000000;
	font-size: 16px;
	line-height: 50px;
	cursor: pointer;
	position: relative;
}
.footer .drop-down .tag:after{
	display: inline-block;
	content: ' ';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -2px;
	width: 9px;
	height: 5px;
	background: url(2024ic4.png) no-repeat right center;
}
.footer .drop-down:nth-child(1) .tag:after{
	display: none;
}
.footer .drop-down.cur .tag:after{
	transform: rotate(180deg);
}
.footer .drop-down .tag a{
	display: inline-block;
	color: #000000;
}
.footer .drop-down:first-child .tag{
	background: none;
	padding: 0;
}
.footer .drop-lists {
	position: absolute;
	width: 100%;
	bottom: 50px;
	left: 0;
	overflow: auto;
	display: none;
	text-align: left;
	background: #fff;
	border: 1px solid #D7B88B;
	padding: 10px 0;
	z-index: 999;
}
.footer .drop-lists li {
	float: left;
	height: 36px;
	line-height: 36px;
	width: 20%;
	color: #313131;
	text-align: center;
}
.footer .drop-lists a {
	display: inline-block;
	line-height: 36px;
	max-width: 100%;
	box-sizing: border-box;
	font-size: 15px;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.f-info {
	color: #000000;
	padding-bottom: 36px;
}
.f-info-center{
	margin-top: 40px;
	line-height: 24px;
}
.f-info-center p:first-child{
	margin-bottom: 10px;
}
.f-info-center p,.f-info-center a{
	font-size: 14px;
	color: #000;
}
.f-info-center span{
	margin-right: 14px;
}
.f-info-center a{
	cursor: pointer;
}
.f-info-center p:first-child a{
	font-size: 15px;
	margin-right: 0;
}

.f-info-right {
	overflow: hidden;
	margin-top: 45px;
}
.f-info-right > a,.f-info-right > span {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin-right: 16px;
}
.f-info-p a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	margin-right: 16px;
}
.f-info-p span {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	margin-right: 16px;
}

.local{
	/*line-height: 42px;*/
	padding: 12px 6px 10px;
	position: relative;
}
.local a,.local span{
	color: #333333;
	font-size: 16px;
	vertical-align: middle;
}
.local .cur{
	color: #C19B72;
}
.local img{
	margin-right: 10px;
}
.local .arrow{
	display: inline-block;
	margin: 0 2px;
}
#guidangCon{
	display: block; 
	position: absolute; 
	width: 148px; 
	height: 148px; 
	background: url(guidang.png) center no-repeat;
	background-size: 100% 100%;
	right: 10px;
	top: -14px; 
	z-index: 999;
}
#guidangCon p{
	display: block;
	font-size: 16px;
	color: #DA5857; 
	margin-top: 100px;
	font-weight: bold;
	text-align:center;
}
.pagination{
	text-align: center;
	font-size: 14px;
	padding-bottom: 20px;
}
.pagination a{
	width: 32px;
	line-height: 32px;
	display: inline-block;
	text-align: center;
	background: #FFEFD2;
	border-radius: 3px;
	margin: 0 6px;
	color: #ff830a;
}
.pagination a:hover{
	background: #FF830A;
	color: #fff;
	cursor:pointer;
}
.pagination .first-page,.pagination .last-page{
	width: 78px;
}
.pagination .active{
	background: #FF830A;
	color: #fff;
}

#guidang{
	display: none;
	position: absolute;
	width: 148px;
	height: 148px;
	background: url(guidang.png) no-repeat;
	background-size:100% 100%;
	right: 10px;
	top: -14px;
	z-index:999;
}
#guidang p{
	display: block;
	font-size: 16px;
	color: #DA5857;
	margin-top: 100px;
	font-weight: bold;
	text-align:center;
}

.list-more-btn{
	text-align: center;
	margin-top: .2rem;
	width: 100%;
}
.list-more-btn a{
	display: inline-block;
	color: #adadad;
	font-size: .3rem;
	height: .62rem;
	line-height: .62rem;
	width: 2.2rem;
	border-radius: .06rem;
	border: 1px solid #f2f2f2;
	background: #f9f9f9;
}

/*通用标题*/
.lp-tit1{
	margin-bottom: 10px;
}
.lp-tit1 .tit{
	display: inline-block;
}
.lp-tit1 .ch{
	color: #1f58ae;
	font-size: 34px;
	font-weight: bold;
	position: relative;
}
.lp-tit1 .en{
	color: #023f74;
	font-size: 24px;
	font-weight: lighter;
	margin-top: -16px;
	opacity: .09;
}
.lp-tit2{
	border-bottom: 1px solid #dbe4f2;
	min-height: 48px;
}
.lp-tit2 .tit{
	display: inline-block;
	color: #333333;
	font-size: 20px;
	line-height: 46px;
	min-width: 190px;
	text-align: center;
	padding: 0 10px;
}
.lp-tit2 .tit br{
	display: none;
}
.lp-tit2 .tit font{
	margin-left: 10px;
}
.lp-tit2 .tit.cur{
	border-bottom: 2px solid #be0d0d;
	background: #2257ab;
	color: #fff;
	font-weight: bold;
}
.lp-list1{
	padding-top: 26px;
}
.lp-list1 li{
	height: 48px;
	line-height: 48px;
}
.lp-list1 li a{
	display: inline-block;
	max-width: 86%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
	font-size: 18px;
}
.lp-list1 li a:before{
	display: inline-block;
	content: ' ';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin: -2px 20px 0 6px;
	background: #cbd2da;
	vertical-align: middle;
}
.lp-list1 li span{
	float: right;
	color: #333333;
	font-size: 18px;
}

/*右侧栏*/
.rb-box{
	position: fixed;
	right: 0;
	bottom: 144px;
	z-index: 999;
}
.rb-box.cur{
	bottom: 60px;
}
.rb-hide{
	overflow: hidden;
	/*width: 148px;*/
	position: absolute;
	right: 6px;
	bottom: 0;
	/*height: 160px;*/
}
.rbtx1 {
	height: 125px;
}
.rb-show{
	width: 290px;
	height: 370px;
	position: relative;
	display: none;
}
.rb-box.cur .rb-show{
	display: block;
}
.rb-box.cur .rb-hide{
	display: none;
}
.rb-show .rbic{
	position: absolute;
}
.rb-show .rbic img.cur,.xn-show .rbic:hover img{
	display: none;
}
.rb-show .rbic:hover img.cur{
	display: inline-block;
}
.rb-show .rbic{
	text-align: center;
}
.rb-show .rbic1{
	top: 0;
	right: 116px;
}
.rb-show .rbic2{
	top: 75px;
	right: 20px;
}
.rb-show .rbic3{
	right: 20px;
	top: 200px;
}
.rb-show .rbic4{
	bottom: 0;
	right: 116px;
}
.rb-show .rbic5{
	left: 0;
	top: 200px;
}
.rb-show .rbic6{
	top: 75px;
	left: 0;
}
.rb-show .rbic .ewm{
	display: none;
	position: absolute;
	bottom: 110%;
	right: 0;
	width: 100%;
}
.rb-show .rbic:hover .ewm{
	display: block;
}
.rb-show .rbtx2{
	height: 170px;
	position: absolute;
	right: 100px;
	top: 110px;
}

/*子站头尾*/
.zz-header{
	padding-bottom: 66px;
	border-bottom: 2px solid #d7b88b;
	background-position: bottom center;
}
.zz-lplogo{
	margin-top: -16px;
}
.zz-lplogo a{
	display: inline-block;
	margin-left: 10px;
}
.zz-lplogo img{
	height: 90px;
}
.zz-header .lp-header-con{
	margin-top: 40px;
	text-align: center;
}
.zz-header .lp-search{
	width: 540px;
}
.zz-header .lp-search input{
	padding: 0 16px;
	width: 460px;
}
.zz-header .lp-header-con .logo{
	margin: 0;
}
.zz-header .lp-header-con .logo span{
	font-size: 42px;
	color: #c19b72;
	font-weight: bold;
	vertical-align: middle;
	line-height: 56px;
	letter-spacing: 2px;
}
.zz-header .lp-top .lp-top-l{
	position: relative;
}
.zz-header .lp-top .lp-top-l *{
	display: none;
}
.zz-header .lp-top .lp-top-l .bmjz-btn{
	display: block;
    position: absolute;
    white-space: nowrap;
    left: 548px;
    top: 30px;
}
@media screen and (min-width: 769px){
	.lp-nav .tit:hover{
		font-weight: bold;
	}
	.lp-nav .tit:hover:after{
		display: inline-block;
		content: ' ';
		position: absolute;
		bottom: 0;
		width: 32px;
		height: 5px;
		background: #fff;
		left: 50%;
		margin-left: -16px;
		border-radius: 3px;
	}
	.index-menu-l li a:hover {
		color: #88641a;
	}
	.footer .drop-lists a:hover {
		font-weight: bold;
	}
	.f-info-p a:hover {
		text-decoration: underline;
		cursor: pointer;
	}

	.pagination a:hover {
		background: #FF830A;
		color: #fff;
	}

	.lp-list1 a:hover,.lp-list1 li:hover span{
		color: #1f58ae;
	}
}
@media screen and (max-width: 768px){
	html {
		font-size: calc(100vw / 7.5);
		font-size: -webkit-calc(13.33333333vw);
	}
	.lp-header{
		background-size: auto 80%;
	}
	.centerWidth{
		padding: 0 .2rem;
	}
	.lp-header *{
		box-sizing: border-box;
	}
	.lp-top{
		padding-top: .2rem;
		line-height: .6rem;
	}
	.lp-top .gap,.lp-top .ipv6{
		display: none;
	}
	.lp-top a, .lp-top span{
		font-size: .26rem;
		margin-left: .1rem;
	}
	.lp-top .bmjz-btn{
		background-size: auto .3rem;
		padding-left: .32rem;
	}
	#loginusername a{
		margin: 0;
	}
	.lp-top .line{
		margin: 0 0 0 .1rem;
	}
	.lp-top .pcshow{
		display: none;
	}
	.lp-top .qxj{
		margin-left: 0.1rem;
		padding-left: 0.3rem;
	}
	.lp-header-con{
		margin-top: .4rem;
	}
	.lp-header-con .logo{
		display: block;
		width: 6rem;
		margin: 0 auto;
		position: relative;
	}
	.lp-header-con .logo img{
		width: 100%;
	}
	.lp-header-con .slogan{
		text-align: center;
		margin-top: -.1rem;
	}
	.lp-header-con .slogan img{
		width: 90%;
	}
	.lp-search-box{
		width: 100%;
	}
	.lp-search{
		width: 80%;
		float: none;
		margin: .4rem auto 0;
		/*height: .6rem;
		line-height: .6rem;*/
		background: rgba(255,255,255,.7);
	}
	.lp-search input{
		width: 80%;
		height: .6rem;
		line-height: .6rem;
		font-size: .26rem;
		padding: 0 .2rem;
	}
	.lp-search button{
		width: 19%;
		height: .6rem;
		line-height: .56rem;
		/*font-size: .26rem;*/
	}
	.lp-search button img{
		height: .4rem;
	}
	.lp-nav{
		height: auto;
		margin-top: .6rem;
		padding: 0;
	}
	.lp-nav>div{
		flex-wrap: wrap;
	}
	.lp-nav span{
		display: none;
	}
	.lp-nav .tit{
		font-size: .36rem;
		line-height: .8rem;
		width: 30%;
		color: #fff;
	}
	.lp-nav .tit.cur{
		font-size: .4rem;
		height: auto;
		line-height: .8rem;
	}
	.lp-nav .tit.cur:after{
		height: .08rem;
		width: 50%;
		margin-left: 0;
		left: 25%;
		bottom: 0;
		background-size: 100% 100%;
	}
	.index-menu-container{
		width: 100%;
		padding: 0 .2rem;
		box-sizing: border-box;
	}
	.index-menu-t{
		margin-bottom: .3rem;
	}
	.index-menu-l li,.index-menu-l.l2 li{
		width: 50%;
		height: auto;
		margin: 0;
		min-width: auto;
	}
	.index-menu-l li a{
		line-height: 32px;
	}


	.footer{
		height: auto;
		padding: 0 0 .3rem;
	}
	.footer .drop-groups{
		display: none;
	}
	.f-info{
		padding: 0;
		border: none;
		margin-top: 0;
	}
	.f-info-leftbox{
		width: 100%;
		text-align: center;
	}
	.f-info-left{
		margin: .3rem .2rem 0;
		width: 1.8rem;
	}
	.f-info-left p{
		font-size: .28rem;
	}
	.f-info-center{
		margin-top: .3rem;
		margin-left: 0;
		width: 100%;
		text-align: center;
		line-height: .5rem;
	}
	.f-info-center p, .f-info-center a{
		font-size: .28rem;
	}
	.f-info-center p span{
		display: inline-block;
		margin: 0 .2rem;
	}
	.f-info-right{
		width: 100%;
		margin: .3rem 0 0;
		text-align: center;
	}
	.f-info-right > a, .f-info-right > span{
		margin: 0;
	}
	.f-info-right img {
		transform: scale(.8);
	}

	.list-more{
		text-align: center;
		margin-top: .1rem;
	}
	.list-more a{
		display: inline-block;
		width: 40%;
		height: .6rem;
		line-height: .6rem;
		font-size: .3rem;
		background: #fff;
		border: 1px solid #3292ee;
		border-radius: 4px;
		color: #3292ee;
	}

	.local{
		padding: .2rem;
		/*line-height: .4rem;*/
	}
	.local a,.local span{
		font-size: .26rem;
	}
	.local .arrow{
		margin: 0 .05rem;
	}
	.local img{
		height: .4rem;
		margin-right: .14rem;
	}
	#guidangCon{
		width: 2rem;
		height: 2rem;
		top: 0;
        right: 0;
	}
	#guidangCon p{
		font-size: .24rem;
		margin-top: 1.3rem;
	}


	.pagination{
		padding-bottom: .2rem;
	}
	.pagination a{
		display: none;
	}
	.pagination .first-page, .pagination .last-page{
		display: inline-block;
	}
	.pagination span{
		font-size: .32rem;
		margin: 0 .1rem;
	}

	.lp-tit1{
		margin-bottom: .2rem;
	}
	.lp-tit1 .ch{
		font-size: .4rem;
	}
	.lp-tit1 .en{
		font-size: .28rem;
		margin-top: -.18rem;
		opacity: .12;
	}
	.lp-tit2{
		height: auto;
		min-height: auto;
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
	}
	.lp-tit2 .tit{
		min-width: auto;
		padding: 0 .3rem;
		font-size: .32rem;
		line-height: .7rem;
	}
	.lp-list1{
		padding-top: .3rem;
	}
	.lp-list1 li{
		height: .7rem;
		line-height: .7rem;
	}
	.lp-list1 li a{
		max-width: 74%;
		font-size: .32rem;
	}
	.lp-list1 li a:before{
		width: .1rem;
		height: .1rem;
		margin: -.02rem .14rem 0 0;
	}
	.lp-list1 li span{
		font-size: .28rem;
	}

	.rbtx1{
		height: 2rem;
	}
	.rb-show .rbtx2{
		height: 2rem;
		right: 1.3rem;
		top: 1.5rem;
	}
	.rb-show{
		height: 5rem;
		width: 4rem;
	}
	.rb-show .rbic img{
		height: 1.4rem;
	}
	.rb-show .rbic1{
		right: 1.3rem;
	}
	.rb-show .rbic2{
		right: 0;
		top: 1rem;
	}
	.rb-show .rbic3{
		top: 2.6rem;
		right: 0;
	}
	.rb-show .rbic4{
		right: 1.3rem;
	}
	.rb-show .rbic5{
		top: 2.6rem;
	}
	.rb-show .rbic6{
		top: 1rem;
	}

	/*子站*/
	.zz-header{
		padding-bottom: 1.4rem;
		background-size: auto 100%;
	}
	.zz-lplogo{
		text-align: center;
		margin: 0;
		float: none;
	}
	.zz-lplogo a{
		margin: 0;
		width: 6rem;
	}
	.zz-lplogo a img{
		width: 100%;
		height: auto;
	}
	.zz-header .lp-header-con{
		margin-top: .3rem;
	}
	.zz-header .lp-header-con .logo{
		width: auto;
		text-align: center;
	}
	.zz-header .lp-header-con .logo img{
		width: .8rem;
	}
	.zz-header .lp-header-con .logo span{
		font-size: .38rem;
		line-height: initial;
		letter-spacing: 0;
	}
	.zz-header .lp-search{
		width: 80%;
		margin-top: 0;
		float: none;
		position: absolute;
		top: 3rem;
		left: 10%;
	}
	.zz-header .lp-search input{
		width: 80%;
	}
	.zz-header .lp-top .lp-top-l .bmjz-btn{
		position: initial;
	}
}