/*横置设备*/
.topaid{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.95) url(../../images/web/topaid.png) center no-repeat;
	z-index: 5000;
	display: none;
}

.topaid .info {
    position: absolute;
    width: 100%;
    height: 100px;
    top: 50%;
    margin-top: 100px;
    font-size: 18px;
    line-height: 50px;
    color: #27C8A3;
    text-align: center;
}
.topaid .info a {
    width: auto;
    height: auto;
    line-height: 30px;
    border-radius: 20px;
    font-size: 15px;
    padding: 5px 20px;
    color: #fff;
    background: #27C8A3;
}
/*全屏*/
.quanpi{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.95);
	display: none;
	z-index: 5000;
}
.quanpi .logo{
	position: absolute;
	width: 219px;
	height: 81px;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -110px;
	background: url(../../images/web/logo-f.png) top center no-repeat;
	background-size:100% auto ;
}
.quanpi .tish{
	position: absolute;
	width: 100%;
	height: 100px;
	top: 50%;
	left: 0%;
	margin-top: -100px;
	color: #ff0;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
}
.quanpi .tish span{
	color: #fff;
	font-size: 15px;
	line-height: 20px;
}
.quanpi .qpbtn{
	position: absolute;
	width: 332px;
	height: 49px;
	top: 50%;
	left: 50%;
	margin-left: -166px;
	margin-top: 40px;
	background: url(../../images/web/F11.png) center no-repeat;
}
.quanpi .tishb{
	position: absolute;
	width: 100%;
	height: 30px;
	top: 50%;
	left: 0%;
	margin-top: 150px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}


/*顶部样式*/
.bigtop{
	position: absolute;
	width: 100%;
	height: 70px;
	z-index: 500;
	top: 20px;
	
}
.bigtop .allwidth{
	position: relative;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.6s ease;
	transform: translateY(-20px);
}
.bigtop .allwidth.active{
	opacity: 1;
	transform: translateY(0);
}
.bigtop.active{
	position: fixed;
	top: 0px;
}

.bigtop .leftbg,
.bigtop .rightbg{
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	right: 95%;
	background: #432615;
	transition: all 0.3s ease;
}
.bigtop .rightbg{
	left: 95%;
	background: #906955;
}
.bigtop.active .leftbg,
.bigtop.active .rightbg{
	width: 5%;
}
.bigtop .line{
	position: absolute;
	width: 94%;
	height: 1px;
	z-index: 50;
	bottom: 0;
	left: 3%;
	background: rgba(67,38,21,.0);
	transition: all 0.3s ease;
}
.bigtop.active .line{
	width: 100%;
	left: 0%;
	background: rgba(67,38,21,.3);
}

.topbox{
	position: absolute;
	width: 94%;
	height: 70px;
	left: 3%;
	top: 0;
	background: rgba(255,255,255,.9);
	border-radius: 5px;
	overflow-x: hidden;
	transition: all 0.3s ease;
}
.bigtop.active .topbox{
	background: rgba(255,255,255,.95);
}
.topbox .logobox{
	position: relative;
	width: 300px;
	height: 100%;
	top: 0;
	left: 0;
	background: #432615;
	transition: all 0.3s ease;
}

.topbox .logobox:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 70px solid #432615;
    border-right: 40px solid transparent;
    left: 100%;
    transition: 0.3s;
}

.topbox .logobox .logo{
	position: absolute;
	width: 278px;
	height: 100%;
	top: 0;
	left: 20px;
	background:url(../../images/web/logo.png) center no-repeat;
	background-size:100% auto ;
}
.topbox .logobox .logo.en{
	background:url(../../images/web/logoen.png) center no-repeat;
	background-size:100% auto ;
}

.topbox .rgitgbot{
	position: absolute;
	width: 150px;
	height: 100%;
	background: #906955;
	top: 0;
	right: 00;
}
.topbox .rgitgbot.en{
	width: 100px;
}
.topbox .rgitgbot:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 70px solid #906955;
    border-left: 40px solid transparent;
    right: 100%;
    transition: 0.3s;
}

.topbox .rgitgbot .tbtnbox {
    position: relative;
	width: auto;
	overflow: hidden;
	height: 26px;
	top: 50%;
	-webkit-transform: scale(1.0) translateY(-50%);
    -ms-transform: scale(1.0) translateY(-50%);
    transform: scale(1.0) translateY(-50%);
}
.topbox .rgitgbot .tbtnbox .rbt{
    position: relative;
	float: left;
	width: 26px;
	margin-left: 20px;
	font-size: 20px;
	line-height: 26px;
	color: rgba(255,255,255,.7);
	transition: all 0.3s;
	cursor: pointer;
}
.topbox .rgitgbot .tbtnbox .rbt.active,
.topbox .rgitgbot .tbtnbox .rbt:hover{
	color: #fff;
}

.topbox .rgitgbot .tbtnbox .rbt .lag{
	position: relative;
	border: 1px solid rgba(255,255,255,.7);
	height: 20px;
	width: 20px;
	top: 3px;
	right: 0px;
	border-radius: 2px;
	line-height: 18px;
	font-size: 12px;
	text-align: center;
	color: (255,255,255,.7);
	transition: all 0.3s;
}
.topbox .rgitgbot .tbtnbox .rbt:hover .lag,
.topbox .rgitgbot .tbtnbox .rbt .lag.active{
	border: 1px solid #fff;
	color: #fff;
}

.toplang{
	position: absolute;
	top: 71px;
	right: 3%;
	width: 60px;
	height:0px;
	overflow: hidden;
	z-index: 2000;
	background: rgba(255,255,255,.7);
	transition: 0.3s;
}
.toplang li{
	position: relative;
	width: 30px;
	float: left;
	height: 30px;
	border-left: 1px solid rgba(0,0,0,.1);
	font-size: 12px;
	color: #796358;
	line-height: 30px;
	text-align: center;
	transition: all 0.3S;
}
.toplang li:HOVER{
	color: #432615;
	background: #fff;
}
.toplang li.active{
	color: #fff;
	background: #900;
}
.toplang.active {
	height: 30px;
}
/*顶部样式结束*/


/*下拉导航栏*/
.nav-menu{
	position: absolute;
	width: calc(100% - 582px);
	max-width: 940px;
	height: 100%;
	right: calc(3% + 191px);
	top: 0;
	text-align: right;
}
.nav-menu.en{
	position: absolute;
	width: calc(100% - 432px);
	max-width: 1100px;
	height: 100%;
	right: calc(3% + 101px);
	top: 0;
	text-align: right;
	display: flex;
	justify-content: flex-end;
}
.nav-menu ul{
	position: relative;
	float: left;
	width: 14.285%;
	height: 100%;
	transition: 0.5s ease;
}
.nav-menu ul.en{
	width: auto;
	margin-right: 40px;
}
.nav-menu ul>li{
	position: relative;
	float: right;
	width: calc(100% - 40px);
	height: 100%;
	transition: 0.5s ease;
	background: rgba(144,0,0,.0);
}
.nav-menu ul.en>li{
	width: auto;
}
.nav-menu ul>li.tbt:before{
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 70px solid rgba(144,0,0,.0);
    border-left: 40px solid transparent;
    right: 100%;
    transition: 0.5s ease;
}
.nav-menu ul>li.tbt:after{
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 70px solid  rgba(144,0,0,.0);
    border-right: 40px solid transparent;
    left: 100%;
    top: 0;
    transition: 0.5s ease;
}
.nav-menu li:hover{
	background: #900;
}
.nav-menu li:hover.tbt:before{
	border-top: 70px solid #900;
    border-left: 40px solid transparent;
}
.nav-menu li:hover.tbt:after{
	border-bottom: 70px solid #900;
    border-right: 40px solid transparent;
}
.nav-menu li .mtbot{
	position: absolute;
	width:100%;
	height: 36px;
	font-size: 20px;
	font-family: hbkx;
	color: #432615;
	line-height: 12px;
	text-align: center;
	top: 50%;
	margin-top: -12px;
	transition: 0.5s ease;
}
.nav-menu li .mtbot span{
	font-size: 12px;
	font-family: arial;
	color: rgba(67,38,21,.5);
	line-height: 12px !important;
}
.nav-menu li:hover .mtbot{
	color: #fff;
}
.nav-menu li:hover .mtbot span{
	color: rgba(255,255,255,.8);
}
.nav-menu li .enbt{
	position: relative;
	width:auto;
	height: 100%;
	font-size: 16px;
	color: #432615;
	line-height: 12px;
	text-align: center;
	transition: 0.5s ease;
	line-height: 70px;
}
.nav-menu li:hover .enbt{
	color: #fff;
}

.nav-menu ul>li>ul{
	position: absolute;
	width: calc(100% + 50px);
	height: auto;
	top: 100%;
	margin-top:-10px;
	left: -5px;
	transition: all 0.5s ease;
	z-index: -100;
	opacity: 0;
	overflow: hidden;
	visibility:hidden;
	border-radius: 5px;
	-moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.05);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.05);
}
.nav-menu ul>li:hover>ul{
	margin-top: 0px;
	z-index: 20;
	opacity: 1;
	visibility: visible;
}
.nav-menu ul>li>ul>li{
	position: relative;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid rgba(67,38,21,.2);
	background: rgba(255,255,255,.85);
	transition: all 0.5s ease;
}
.nav-menu ul>li>ul>li:last-child{
	border-bottom: 0px solid rgba(67,38,21,.2);
}
.nav-menu ul>li>ul>li:hover{
	background: #906955;
}
.nav-menu ul>li>ul>li>a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-size: 14px;
	color: #906955;
	text-align: center;
	line-height: 39px;
	transition: all 0.5s ease;
}
.nav-menu ul>li>ul>li:hover>a{
	color: #fff;
}

/*下拉导航栏结束*/

/*右侧功能按钮*/
.allrightbtn{
	position: fixed;
	width: 40px;
	height: auto;
	right: 15px;
	bottom: 15px;
	transition: all 0.6s ease;
	z-index: 500;
	opacity: 0;
	transform: translateY(-50px);
}
.allrightbtn.active{
	opacity: 1;
	transform: translateY(0px);
}
.allrightbtn li{
	position: relative;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255,255,255,.5);
	border-top: 0px;
	transition: all 0.3s ease;
	cursor: pointer;
	background: rgba(67,38,21,.4);
}
.allrightbtn li:hover{
	background: rgba(67,38,21,1);
}
.allrightbtn li:first-child{
	border: 1px solid rgba(255,255,255,.5);
}

.allrightbtn li.backtop{
	height: 0px;
	overflow: hidden;
	border: 0px;
}
.allrightbtn li.backtop.active{
	height: 40px;
	border: 1px solid rgba(255,255,255,.5);
	border-top: 0px;
}
.allrightbtn li.en.active{
	border-top:  1px solid rgba(255,255,255,.5);
}

.allrightbtn li i{
	position: absolute;
	width: 100%;
	height: 20px;
	font-size: 20px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	top: 10px;
	transition: all 0.3s ease;
}
.allrightbtn li.backtop i{
	font-size: 16px;
}
.allrightbtn li:hover i{
	top: 3px;
	color: #fff;
}
.allrightbtn li p{
	position: absolute;
	width: 100%;
	height: 15px;
	font-size: 10px !important;
	color: #fff;
	line-height: 15px;
	bottom: 0px;
	text-align: center;
	transition: all 0.3s ease;
	opacity: 0;
}
.allrightbtn li:hover p{
	bottom: 2px;
	opacity: 1;
}

/*右侧功能按钮结束*/

/*二级页面banner*/
.topbanner {
    position: relative;
    width: 100%;
    height: 65%;
    overflow: hidden;
    top: 0px;
}
.topbanner.ydbanner {
    height: 40%;
}
.topbanner .titles {
    position: absolute;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    top: 55%;
    margin-top: -10px;
    z-index: 200;
    transform: translateY(0);
}
.topbanner .tityw {
    position: absolute;
    width: 100%;
    height: 21px;
    left: 0;
    top: 55%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-transform: uppercase;
    z-index: 200;
    margin-top: 30px;
    transform: translateY(0);
}
.topbanner .bgx {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
}
/*二级页面banner结束*/

/*推荐新闻样式*/
.tjnewsbox{
	position: relative;
	width: 100%;
	height: auto;
	background: rgba(67,38,21,.05);
}
.tjnewsbox.er{
	background: rgba(67,38,21,.03);
}
.tjnewsbox .line{
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 50%;
	background: rgba(67,38,21,.1);
	z-index: 10;
}
.tjnewsbox .leftbox{
	position: relative;
	width: calc(50% - 1px);
	left: 1px;
	height:auto;
	overflow:hidden;
	cursor: pointer;
	opacity: 1;
	transition: all 0.3s ease;
	border: 1px solid rgba(67,38,21,.0);
	border-right: 0px;
}
.tjnewsbox .leftbox:hover{
	background: rgba(255,255,255,.5);
	border: 1px solid rgba(67,38,21,.1);
	border-right: 0px;
}

.tjnewsbox .leftbox.active{
	left: 0px;
	opacity: 1;
	transition-delay: 0.2s;
}
.tjnewsbox .leftbox.er{
	background: #fff;
}
.tjnewsbox .leftbox .ch{
	margin-top: 70%;
}
.tjnewsbox .leftbox .newnrbox {
    position: absolute;
    width: calc(100% - 100px);
    height: calc(100% - 60px);
    top: 30px;
    left: 50px;
}
.tjnewsbox .leftbox .data{
	position: relative;
	width: 100%;
	height: 30px;
	font-size: 24px;
	color: rgba(67,38,21,.4);
	line-height: 30px;
	font-family: arial;
	transition: all 0.3s;
}
.tjnewsbox .leftbox:hover .data{
	color: rgba(67,38,21,.7);
}
.tjnewsbox .leftbox .data span{
	font-size: 12px;
	line-height: 20px;
	padding-top: 10px;
}
.tjnewsbox .leftbox .newstitle{
	position: relative;
	width: 100%;
	height: 30px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #906955;
	margin-top: 5px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}
.tjnewsbox .leftbox:hover .newstitle{
	color: #900;
}
.tjnewsbox .leftbox .newsinfo{
	position: relative;
	width: 100%;
	height: 50px;
	font-size: 14px;
	line-height: 25px;
	color: rgba(67,38,21,.6);
	margin-top:0px;
	padding-left: 5%;
	overflow: hidden;
    display: -webkit-box;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all 0.3s;
}
.tjnewsbox .leftbox:hover .newsinfo{
	color: rgba(67,38,21,.9);
}
.tjnewsbox .leftbox .newsinfo .line{
	position: absolute;
	width: 2px;
	height: 46px;
	top: 50%;
	margin-top: -19px;
	background: #906955;
	left: 0;
	opacity: 0.3;
}
.tjnewsbox .leftbox .picbox{
	position: absolute;
	width: 100%;
	height: calc(100% - 135px);
	background: #000;
	margin-top: 15px;
	overflow: hidden;
}
.tjnewsbox .leftbox .picbox .spico{
    position: absolute;
    width: 100%;
    height: 100%;
    transition:all 0.3s;
    background: rgba(0,0,0,.1);
    z-index: 100;
}
.tjnewsbox .leftbox:hover .picbox .spico{
    background: rgba(0,0,0,.2);
}
.tjnewsbox .leftbox .picbox .spico i{
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -40px;
    color: rgba(255,255,255,.7);
    font-size: 50px;
    line-height: 80px;
    transition:all 0.3s;
    text-align: center;
}
.tjnewsbox .leftbox:hover .picbox .spico i{
    font-size: 65px;
    color: rgba(255,255,255,.9);
}
.tjnewsbox .leftbox .picbox .img{
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 0.8s;
}
.tjnewsbox .leftbox:hover .picbox .img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	filter: saturate(180%);
}
.tjnewsbox .leftbox .morebox{
	position: absolute;
	width: 100px;
	height: 30px;
	bottom: 0%;
	border: 1px solid rgba(155,140,130,.5);
	transition: all 0.3s;
	background: url(../../images/web/jt1.png) center center no-repeat;
}
.tjnewsbox .leftbox:hover .morebox{
	border: 1px solid #009944;
	background: #009944 url(../../images/web/jt1-on.png) center center no-repeat;
}
.tjnewsbox .rightbox{
	position: absolute;
	width: 50%;
	height: calc(100% - 0px);
	top: 0;
	right: 0;
	opacity: 1;
	transition: all 0.8s ease;
	padding-top: 1px;
}


.tjnewsbox .rightbox.active{
	right:0;
	opacity: 1;
	transition-delay: 0.2s;
}



.tjnewsbox .rightbox li{
	position: relative;
	width: calc(100% - 1px);
	height: calc(33.333% - 1px);
	border-bottom: 1px dashed rgba(155,140,130,.2);
	transition: all 0.3s;
	transition: all 0.3s;
}
.tjnewsbox .rightbox a:last-child li{
	border-bottom: 0px dashed rgba(155,140,130,.2);
	height: calc(33.333% + 1px);
}

.tjnewsbox .rightbox li:hover{
	background: rgba(255,255,255,.5);
}
.tjnewsbox .rightbox li.er:hover{
	background: #fff;
}
.tjnewsbox .rightbox li .nrbox{
	position: relative;
	width: calc(100% - 100px);
	height:auto;
	top: 50%;
	margin: 0 auto;
	overflow: hidden;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.tjnewsbox .rightbox li .nrbox .leftb{
	position: relative;
	float: left;
	width: 6%;
	height:100%;
	line-height: 24px;
	font-size: 40px;
	color: #906955;
	transition: all 0.3s; 
}
.tjnewsbox .rightbox li:hover .nrbox .leftb{
	color: #900;
}
.tjnewsbox .rightbox li .nrbox .rightb{
	position: relative;
	float: left;
	width: 90px;
	height:100%;
	font-size: 24px;
	color: rgba(67,38,21,.4);
	text-align: right;
	line-height: 20px;
	font-family: arial;
	transition: all 0.3s; 
}
.tjnewsbox .rightbox li .nrbox .rightb span{
	font-size: 12px;
	line-height: 20px;
}
.tjnewsbox .rightbox li .nrbox .rightb .jt{
	position: absolute;
	width: 51px;
	height: 9px;
	background: url(../../images/web/jt1.png) center right no-repeat;
	margin-top: 20px;
	right: 30px;
	opacity: 0;
	transition: all 0.3s;
}
.tjnewsbox .rightbox li:hover .nrbox .rightb{
	color: rgba(67,38,21,.7);
}
.tjnewsbox .rightbox li:hover .nrbox .rightb .jt{
	right: 0;
	opacity: 1;
}
.tjnewsbox .rightbox li .nrbox .centerb{
	position: relative;
	float: left;
	width: calc(94% - 90px);
	height:auto;
}
.tjnewsbox .rightbox li .nrbox .centerb h1{
	position: relative;
	width:100%;
	height:30px;
	font-size: 16px;
	line-height: 24px;
	color: #906955;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}
.tjnewsbox .rightbox li:hover .nrbox .centerb h1{
	color: #900;
}
.tjnewsbox .rightbox li .nrbox .centerb span{
	position: relative;
	width:100%;
	height:44px;
	font-size: 14px;
	line-height: 22px;
	color: rgba(67,38,21,.6);
    transition: all 0.3s;
    margin-top: 10px;
    white-space:normal;
    overflow: hidden;
    display: -webkit-box;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.tjnewsbox .rightbox li:hover .nrbox .centerb span{
	color: rgba(67,38,21,.9);
}
/*推荐新闻结束*/

/*图片列表样式*/
.allpiclist{
	position: relative;
	width: 100%;
	height: auto;
	border: 1px solid rgba(223,211,200,0);
	padding: 2px;
	transition: .4s all;
	border-radius: 3px;
}
.allpiclist.ind{
	height: 100%;
}
.allpiclist:hover{
	border: 1px solid #dfd3c8;
}
.allpiclist .anrbox{
	width: 100%;
    height: auto;
    padding: 5px;
    border: 2px solid rgba(67,38,21,.1);
    background: #f5f8f8;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
    text-decoration: none;
    border-radius: 3px;
}
.allpiclist:hover .anrbox{
    border: 2px solid #906955;
}
.allpiclist .anrbox .imgbox {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.allpiclist .anrbox .imgbox .imgs{
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
    -webkit-filter: grayscale(80%);
    filter: grayscale(20%);
}
.allpiclist:hover .anrbox .imgbox .imgs{
    -webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.allpiclist .anrbox .imgbox .spico{
    position: absolute;
    width: 100%;
    height: 100%;
    transition:all 0.3s;
    background: rgba(0,0,0,.1);
    z-index: 100;
}
.allpiclist:hover .anrbox .imgbox .spico{
    background: rgba(0,0,0,.2);
}
.allpiclist .anrbox .imgbox .spico i{
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -40px;
    color: rgba(255,255,255,.7);
    font-size: 50px;
    line-height: 80px;
    transition:all 0.3s;
    text-align: center;
}
.allpiclist:hover .anrbox .imgbox .spico i{
    font-size: 65px;
    color: rgba(255,255,255,.9);
}


.allpiclist .anrbox .imgbox .ch1 {
    margin-top: 65%;
}
.allpiclist .title{
    position: relative;
    width: 100%;
    height: 30px;
    font-size: 16px;
    color: #906955;
    text-align: left;
    line-height: 30px;
    text-align: left;
    margin-top: 5px;
    padding: 0 5px;
    transition: all 0.3s;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.allpiclist:hover .title{
    color: #900;
}

.allpiclist .title span.tistx {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 3px;
    letter-spacing: -1px;
}
.allpiclist .title span.fushu {
    display: block;
    width: auto;
    height: 16px;
    font-size: 12px;
    font-family: 微软雅黑;
    line-height: 16px;
    color: #fff;
    margin-left: 5px;
    padding: 0px 5px;
    background: #906955;
    overflow: hidden;
    letter-spacing: 0px;	
    transition: all 0.3s;
}
.allpiclist:hover .title span.fushu {
    background: #900;
}


.allpiclist .asinfo {
    position: relative;
    width: 100%;
    height: 65px;
    font-size: 12px;
    color: #726767;
    line-height: 22px;
    text-align: left;
    overflow: hidden;
     padding: 0 5px;
     opacity: 0.8;
    transition: all 0.3s;
}
.allpiclist:hover .asinfo {
    opacity: 1;
}
.allpiclist .asinfo p {
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-style: normal;
}
.allpiclist .gnbtnbox{
	position: relative;
	width: 100%;
	height: 30px;
	margin-top: 10px;
	 padding: 0 5px;
}
.allpiclist .gnbtnbox .bt{
	position: relative;
    float: left;
    width: 25px;
    height: 25px;
    overflow: hidden;
    margin-right: 5px;
    border-radius: 13px;
    transition: all 0.3s;
    margin-left: 0px;
    background: rgba(144,105,85,.1);
}
.allpiclist:hover .gnbtnbox .bt{
    background:#906955;
}

.allpiclist .gnbtnbox .bt i {
    float: left;
    width: 25px;
    height: 25px;
    font-size: 18px;
    color: rgba(144,105,85,.9);
    line-height: 25px;
    padding-left: 0px;
    transition: all 0.3s;
    text-align: center;
}
.allpiclist:hover .gnbtnbox .bt i {
    color: #fff;
}

.allpiclist .gnbtnbox .bt .zi1 {
    position: absolute;
    width: 70px;
    height: 25px;
    top: 0;
    left: 26px;
    font-size: 12px;
    line-height: 25px;
    color: #666;
    transition: all 0.3s;
}
.allpiclist .gnbtnbox .bt:hover{
	width: 85px;
	background: #900;
}
.allpiclist .gnbtnbox .bt:hover .zi1{
	color: #fff;
}
.allpiclist .gnbtnbox .bt i.ico1 {
    font-size: 16px;
}
.allpiclist .gnbtnbox .juli {
    position: absolute;
    width: auto;
    height: 26px;
    line-height: 30px;
    font-size: 12px;
    color: #726767;
    top: 0;
    right: 5px;
    text-align: center;
    transition: all 0.3s;
}
.allpiclist:hover .gnbtnbox .juli{
	color: #906955;
}
/*图片列表样式结束*/

/*地图标注*/
.anchorBL{
	display: none;
}
.map_show{
	width: 300px;
	height: 85px;
	overflow: hidden;
}
.map_show .imgbox{
	position: relative;
	float: right;
	width: 120px;
	height: 97%;
	margin-top: 3%;
}
.map_show h4{
	position: relative;
	float: left;
	width: calc(100% - 130px);
	height: 26px;
	line-height: 26px;
	font-size: 15px;
	color: #900;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-weight: bold;
}
.map_show h5{
	position: relative;
	float: left;
	width: calc(100% - 130px);
	height: auto;
	line-height: 20px;
	font-size: 13px;
	color: #9b8c82;
	overflow: hidden;
    display: -webkit-box;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-weight: normal;
}
.map_show .mapbtn{
	position: relative;
	float: left;
	width: 100px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #fff;
	background: #009944;
	border-radius: 2px;
	text-align: center;
	margin-top: 5px;
}
.map_show .mapbtn i{
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 20px;
	color: #fff;
	margin-right: 5px;
	vertical-align: sub;
}
.allnrbox {
    position: relative;
    width: calc(94% - 40px);
    max-width: 1600px;
    height: auto;
    margin: 0 auto;
    z-index: 10;
}
.allnrbox.ersty {
    padding: 60px 0;
}
/*底部信息*/
.bottom{
	position: relative;
	width: 100%;
	height: auto;
	padding: 2% 0;
	background: #906955;
	z-index: 50;
}
.bottom .nrbox{
	position: relative;
	width: 100%;
	height: auto;
	max-height: 150px;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
}
.bottom .nrbox a{
	color: #fff;
}
.bottom .nrbox a:hover{
	color: #ff0;
}
.bottom .wapewm,
.bottom .dhewm{
	position: absolute;
	width: 105px;
	height: 105px;
	top: 0;
	right: 0;
	background: url(../../images/web/wapewm.jpg);
	background-size:100% 100% ;
}
.bottom .dhewm{
	right: 130px;
	background: url(../../images/web/dhewm.jpg);
	background-size:100% 100% ;
}
.bottom .wapewm p,
.bottom .dhewm p{
	position: absolute;
	width: 100px;
	height: 15px;
	line-height: 15px;
	font-size: 12px;
	color: #fff;
	padding-left: 25px;
	bottom: -15px;
}
.bottom .wapewm p i,
.bottom .dhewm p i{
	position: absolute;
	width: 25px;
	height: 15px;
	line-height: 15px;
	font-size: 13px;
	color: #fff;
	text-align: left;
	left: 7px;
}
/*分页样式*/
.pagination{
	padding:0;
	text-align: center;
	padding: 10px 0;
	margin: 0 auto;
}
.pagination li{
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 13px;
	margin: 0 2px;
}
.pagination li.active span{
	color: #fff;
	background: rgba(144,105,85,1);
	border:1px solid rgba(144,105,85,1);
}
.pagination a,.pagination span{
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: rgba(153,153,153,.1);
	line-height: 23px;
	font-size: 14px;
	font-family: "微软雅黑";
	vertical-align: middle;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border-radius: 2px;
	border:1px solid rgba(153,153,153,.5);
	color: #999;
}
.pagination a{
	background: rgba(144,105,85,.1);
	border:1px solid rgba(144,105,85,.5);
	color: #906955;
}
.pagination a.prev,.pagination a.next{
	font-size: 20px;
	line-height: 25px;
	font-family: "宋体";
}
.pagination a:hover,.pagination span.current{
	background: #906955;
	border:1px solid #906955;
	color: #fff;
}
.pagination li:hover a,.pagination li.active a{
	color: #fff;
}
.pagination li:first-child span,
.pagination li:first-child a{
	font-size: 26px;
	font-family:"宋体";
}
.pagination li:last-child a,
.pagination li:last-child span{
	font-size: 26px;
	font-family:"宋体";
}
/*分页结束*/


/*微信弹出开始*/
.wx-zsbox,.fw-zsbox{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left:100%;
	background: rgba(0,0,0,.85);
	z-index: 3000;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.wx-close{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	margin-top: -125px;
	left: 50%;
	margin-left: 302px;
	cursor: pointer;
	z-index: 111;
	background:#9a3b00 url(../../images/web/close1.png) center no-repeat;
	background-size:cover ;
}
.wx-close:HOVER{
	background:#900 url(../../images/web/close1.png) center no-repeat;
	background-size:cover ;
}
.wx-infobox{
	position: absolute;
	width: 600px;
	height: 250px;
	top: 50%;
	margin-top: -125px;
	left: 50%;
	margin-left: -300px;
	background: #fff;
}
.wx-infobox .ewm{
	position: absolute;
	width: 250px;
	height: 250px;
	border-right: 1px solid rgba(0,0,0,.2);
	background: url(../../images/web/wxewm.jpg) center no-repeat;
	background-size:100% auto ;
}
.wx-infobox .info,.fw-infobox .info{
	position: absolute;
	width: 240px;
	top:36px;
	right: 10px;
	font-size: 14px;
	line-height: 35px;
}
.wx-infobox .tb1{
	position: absolute;
	width: 40px;
	height: 40px;
	top: 51px;
	left: 295px;
	background: url(../../images/web/wx.png) center no-repeat;
	background-size:100% auto;
}
.wx-infobox .tb2{
	position: absolute;
	width: 35px;
	height: 35px;
	top: 161px;
	left: 295px;
	background: url(../../images/web/sys3.png) center no-repeat;
	background-size:100% auto;
}
/*微信弹出结束*/



/*VR内容弹窗*/
.nr-tc{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background:rgba(0,0,0,.0);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition:all 0.5s;
	z-index: -10;
}
.nr-tc.active{
	z-index: 20000;
	background:rgba(0,0,0,.85);
}
.nrtc-nrbox{
	position: fixed;
	width: 60%;
	height: 60%;
	top: 20%;
	left: 20%;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 2px 10px #000;
	overflow: hidden;
	-o-transition: 0.5s;
	transition:all 0.5s;
	z-index: 6100;
	opacity: 0;
}
.nrtc-nrbox.active{
	position: fixed;
	width: 80%;
	height: 80%;
	top: 10%;
	left: 10%;
	opacity: 1;
}
.nrtc-nrbox .tc-top{
	position: relative;
	width: 100%;
	height: 40px;
	background: #0d84be;
	box-shadow: 0px 1px 3px rgba(0,0,0,.3);
	z-index: 10;
}
.nrtc-nrbox .tc-top .title{
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0 100px 0px 10px;
	text-align: left;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nrtc-nrbox .tc-top .nrtc-back{
	position: absolute;
	width: 40px;
	height: 100%;
	right: 10px;
	text-align: right;
	font-size: 25px;
	color: #ff0;
	line-height: 40px;
	cursor: pointer;
}
#nrtc_iframes{
	position: absolute;
	width: 100%;
	bottom: 0;
	height: calc(100% - 40px);
	background: rgba(0,0,0,.5);
}
#lmtc_iframes{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.0);
}

.tc-info{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background:rgba(0,0,0,.0);
	z-index: -1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition:all 0.5s;
}
.tc-info.active{
	z-index: 3000;
	background:rgba(0,0,0,.85);
}
.tc-hide{
	width: 100%;
	height: 100%;
	overflow:hidden;
	position: relative;
	opacity: 0;
	transition:all 0.5s;
}
.tc-hide.active{
	opacity:1;
}
#n_iframes{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
}
/*VR内容弹窗结束*/

/*栏目弹窗*/
.lmtcbox{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -100;
}
.lmtcbox.disstyle{
	z-index: 10000;
}
.lmtcbox .tcbg{
	position: relative;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.0);
	transition: all 0.6s ease;
}

.lmtcbox .tcbg.disstyle{
	background: rgba(0,0,0,.85);
}


.lmtcbox .tcbg2{
	position: absolute;
	width: 1px;
	height: 0px;
	top: 50%;
	left: 50%;
	-webkit-transform:scale(1) translateX(-50%) translateY(-50%);
	-ms-transform:scale(1)  translateX(-50%) translateY(-50%);
	transform:scale(1) translateX(-50%) translateY(-50%);
	background: #fbfbfb url(../../images/web/indnesbg.jpg) center right no-repeat;
	background-size:auto 100%;
	transition: all 0.6s ease;
	opacity: 0;
	z-index: 1;
}
.lmtcbox .tcbg2:after{
	content: '';
	position: absolute;
    width: 100%;
    height: 50%;
    max-height: 578px;
    left: 0px;
    bottom: 0;
    background: url(../../images/web/er-leftbg.jpg) bottom left no-repeat;
    background-size: auto 100%;
    opacity: 0.5;
}
.lmtcbox .tcbg2.hei{
	opacity: 1;
	height: 100%;
	transition: all 0.4s ease;
}
.lmtcbox .tcbg2.width{
	width: 100%;
	transition: all 0.6s ease;
}
.lmtcbox .tcbg2.disstyle{
	opacity: 0;
	transition: all 0.5s ease;
}


.lmtcbox .TCnrbox{
	position: absolute;
	width: 1px;
	height: 0px;
	top: 50%;
	left: 50%;
	z-index: 5;
	-webkit-transform:scale(1) translateX(-50%) translateY(-50%);
	-ms-transform:scale(1)  translateX(-50%) translateY(-50%);
	transform:scale(1) translateX(-50%) translateY(-50%);
	/*background: #ccc ;*/
	background-size:100% 100%;
	opacity: 0;
	border-radius: 5px 5px 5px;
}

.lmtcbox .TCnrbox.hei{
	opacity: 0.5;
	height: 100%;
	transition: all 0.4s ease-in;
}
.lmtcbox .TCnrbox.width{
	opacity: 1;
	width: 100%;
	max-width: 1360px;
	transition: all 0.8s ease-in;
}
.lmtcbox .TCnrbox.bor{
	border-radius: 0px;
	transition: all 0.4s ease-in;
}
.lmtcbox .TCnrbox.disstyle{
	opacity: 0;
	transition: all 0.6s ease;
	-webkit-transform:scale(.8) translateX(-60%) translateY(-60%);
	-ms-transform:scale(.8)  translateX(-60%) translateY(-60%);
	transform:scale(.8) translateX(-60%) translateY(-60%);
}

.lmtcbox .closebtn{
	position: absolute;
	width: 45px;
	height: 45px;
	top: 20px;
	right: -60px;
	background: #906955 url(../../images/web/close1.png) center no-repeat;
	background-size:30px ;
	border-radius: 3px;
	transition: all 0.4s;
	cursor: pointer;
	opacity: 0;
	z-index: 6000;
}
.lmtcbox .closebtn.disstyle{
	right: 20px;
	opacity: 1;
}
.lmtcbox .closebtn:hover{
	background: #900 url(../../images/web/close1.png) center no-repeat;
	background-size:30px ;
	border-radius: 22px;
}

.lmtcbox .loadbox,
.lmtcbox .newtcbox,
.lmtcbox .new-fstcbox,
.lmtcbox .pictcbox{
	position: absolute;
	width:100%;
	height: 100%;
	top: 10%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	z-index: 5000;
	overflow-x:hidden ;
	overflow-y: auto;
	transition: all 0.8s;
	opacity: 0;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	filter: blur(5px);
}
.lmtcbox .newtcbox,
.lmtcbox .new-fstcbox,
.lmtcbox .pictcbox{
	z-index: 0;
}
.lmtcbox .newtcbox.zind,
.lmtcbox .new-fstcbox.zind,
.lmtcbox .pictcbox.zind{
	z-index: 6000;
}
.lmtcbox .loadbox::-webkit-scrollbar,
.lmtcbox .newtcbox::-webkit-scrollbar,
.lmtcbox .new-fstcbox::-webkit-scrollbar,
.lmtcbox .pictcbox::-webkit-scrollbar {/*滚动条整体样式*/
    width: 0px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 0px;
}
.lmtcbox .loadbox::-webkit-scrollbar-thumb,
.lmtcbox .newtcbox::-webkit-scrollbar-thumb,
.lmtcbox .new-fstcbox::-webkit-scrollbar-thumb,
.lmtcbox .pictcbox::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #535353;
}
.lmtcbox .loadbox::-webkit-scrollbar-track,
.lmtcbox .newtcbox::-webkit-scrollbar-track,
.lmtcbox .new-fstcbox::-webkit-scrollbar-track,
.lmtcbox .pictcbox::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0px;
    background: #EDEDED;
}
.lmtcbox .loadbox.disstyle,
.lmtcbox .newtcbox.disstyle,
.lmtcbox .new-fstcbox.disstyle,
.lmtcbox .pictcbox.disstyle{
	opacity: 1;
	top: 0;
	filter: blur(0px);
}

.lmtcbox .newback,
.lmtcbox .new-fsback,
.lmtcbox .picback{
	position: absolute;
	width: 100%;
	/*max-width: 1360px;*/
	height: 35px;
	top: 20px;
	left: 50%;
	-webkit-transform:translateX(-50%);
	-ms-transformtranslateX(-50%);
	transform:translateX(-50%);
	z-index: -10;
}
.lmtcbox .newback.zind,
.lmtcbox .new-fsback.zind,
.lmtcbox .picback.zind{
	z-index: 6001;
}
.lmtcbox .newback .backico,
.lmtcbox .new-fsback .backico,
.lmtcbox .picback .backico{
	position: absolute;
	width: 45px;
	height: 45px;
	top: 0px;
    right: 20px;
	background: #906955;
	cursor: pointer;
	border-radius: 25px;
	font-size: 14px;
	line-height: 45px;
	color: #fff;
	text-align: center;
	transition: all 0.3s;
	opacity: 0;
	-webkit-transform:scale(.3);
	-ms-transform:scale(.3);
	transform:scale(.3);
}
.lmtcbox .newback .backico:hover,
.lmtcbox .new-fsback .backico:hover,
.lmtcbox .picback .backico:hover{
	background: #906955;
}
.lmtcbox .newback .backico.disstyle,
.lmtcbox .new-fsback .backico.disstyle,
.lmtcbox .picback .backico.disstyle{
	opacity: 1;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}

.load-bigbox{
	position: relative;
	width: 100%;
	height: auto;
	opacity: 1;
	transition: 0.6s all;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}
.load-bigbox.disstyle{
	opacity: 0;
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
}
.ld-lmtit{
	position: relative;
	width: 100%;
	max-width: 1300px;
	height: 35px;
    text-align: left;
    font-size: 25px;
    line-height: 25px;
    color: #906955;
    letter-spacing: 2px;
    border-bottom: 1px dashed rgba(0,0,0,.1);
    margin-bottom: 15px;
    margin-top: 40px;
}
.ld-lmtit span{
	height: 25px;
    font-size: 14px;
    color: #8d7560;
    letter-spacing: 0px;
}

.ld-nrtit{
	position: relative;
	width: 100%;
	max-width: 1300px;
	height: auto;
    text-align: center;
    color: #906955 ;
    padding: 40px 0px 5px 0px;
    margin-bottom: 5px;
}
.ld-nrtit p{
	width: 100%;
	height: auto;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 5px;
}
.ld-nrtit span{
	width: 100%;
	line-height: 30px;
    font-size: 12px;
    color: #596657;
    letter-spacing: 0px;
}
.ld-nrgnbox{
	position: relative;
    width: auto;
    height: 37px;
    text-align: left;
    margin-bottom: 10px;
}




.lm-tc{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../../images/web/page-bg1.jpg) center center no-repeat;
	background-size:cover ;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition:all 0.5s;
	z-index: -10;
	opacity: 0;
}
.lm-tc.active{
	z-index: 6000;
	opacity: 1;
}

.nr-tc{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background:rgba(0,0,0,.0);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition:all 0.5s;
	z-index: -10;
}
.nr-tc.active{
	z-index: 20000;
	background:rgba(0,0,0,.85);
}
.nrtc-nrbox{
	position: fixed;
	width: 60%;
	height: 60%;
	top: 20%;
	left: 20%;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 2px 10px #000;
	overflow: hidden;
	-o-transition: 0.5s;
	transition:all 0.5s;
	z-index: 6100;
	opacity: 0;
}
.nrtc-nrbox.active{
	position: fixed;
	width: 80%;
	height: 80%;
	top: 10%;
	left: 10%;
	opacity: 1;
}
.nrtc-nrbox .tc-top{
	position: relative;
	width: 100%;
	height: 40px;
	background: #906955 ;
	box-shadow: 0px 1px 3px rgba(0,0,0,.3);
	z-index: 10;
}
.nrtc-nrbox .tc-top .title{
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0 100px 0px 10px;
	text-align: left;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nrtc-nrbox .tc-top .nrtc-back{
	position: absolute;
	width: 40px;
	height: 100%;
	right: 10px;
	text-align: right;
	font-size: 25px;
	color: #fff;
	line-height: 40px;
	cursor: pointer;
}
#nrtc_iframes{
	position: absolute;
	width: 100%;
	bottom: 0;
	height: calc(100% - 40px);
	background: rgba(0,0,0,.5);
}
#lmtc_iframes{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.0);
}

.tc-info{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background:rgba(0,0,0,.0);
	z-index: -1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition:all 0.5s;
}
.tc-info.active{
	z-index: 3000;
	background:rgba(0,0,0,.85);
}
.tc-hide{
	width: 100%;
	height: 100%;
	overflow:hidden;
	position: relative;
	opacity: 0;
	transition:all 0.5s;
}
.tc-hide.active{
	opacity:1;
}
#n_iframes{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
}
.by-namebox {
    width: auto;
    height: 30px;
    display: inline-block;
    overflow: hidden;
}
.by-name {
    color: #726767;
    height: 30px;
    display: inline-block;
    margin: 0 auto;
    line-height: 30px;
    text-align: left;
    letter-spacing: 5px;
    padding-left: 6px;
    white-space: nowrap;
    margin-right: -6px;
    font-size: 24px;
}
.by-name.en {
   letter-spacing: 0px;
}
.by-eg {
    font-size: 24px;
    color: #9f8670;
    font-family: fontName;
}
.er-navlist{
	width: 100%;
	position: relative;
	padding:0 0 15px 0;
	text-align: center;
	overflow: hidden;
}
.er-navlist ul{
	position: relative;
	text-align: center;
	display: inline-block;
}
.er-navlist .er-left,
.er-navlist .er-right{
	position: absolute;
	display: block;
	width: 625px;
	height: 25px;
	top: 0;
	background:url(../../images/web/er-ddl.png) center center repeat-x;
}
 .er-navlist .er-left{
	left: -625px;
}
.er-navlist .er-right{
	right: -625px;
} 
.er-navlist li{
	display: inline-block;
	min-width: 14px;
	height: 25px;
	font-size: 16px;
	line-height: 24px;
	position: relative;
	padding: 0px 16px 0PX 32PX;
	vertical-align: top;
	background:url(../../images/web/er-dd.png) left center no-repeat;
}
.er-navlist li.show{
	font-size: 12px;
	line-height: 25px;
}
.er-navlist .ddbg{
	color: rgba(0,0,0,0); 
	line-height: 25PX;
	padding: 0;
}
.er-navlist .er-navinfo {
	color: #847465;
	font-size: 16PX;
	line-height: 22PX;

}
.er-navlist .er-navinfo a{
	color: #847465;
}
.er-navlist .er-navinfo a:hover{
	color: #906955;
}
.er-navlist .er-navinfo a.active{
	color: #906955;
}

.er-btnlinks li{
	display: inline-block;
	height: 25px;
	position: relative;
	padding:0 15px;
}

/*栏目弹窗结束*/

/*详情页*/
.shows_topban{
	position: relative;
	width: 100%;
	height: auto;
	background: url(../../images/web/ind-bg1.jpg);
	padding-top: 120px;
}
.shows_topban .banbg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.1);
	top: 0;
}
.shows_topban .cennr{
	position: relative;
    width: calc(100% - 40px);
    max-width: 1300px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    z-index: 100;
}
.show-ydnews{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: rgba(255,255,255,.7);
	border: 1px solid rgba(0,0,0,.1);
}
.show-ydnews .picboxs{
	position: absolute;
	float: left;
	width: 50%;
	height: 100%;
	padding: 5px;
	border-right: 1px solid rgba(0,0,0,.1);
}
.show-ydnews .picboxs .imgbox{
	position: relative
	width: 100%;
	height: 100%;
}
.show-ydnews .messinfo {
    position: relative;
    float: right;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    padding: 20px;
}
.show-ydnews .messinfo h1 {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 30px;
    line-height: 32px;
    font-size: 24px;
    color: #900;
    transition: all 0.3s;
    font-weight: bold;
    margin-bottom: 25px;
}
.show-ydnews .messinfo .dlwz {
    position: relative;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin: 20px 0;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.show-ydnews .messinfo .dlwz span.lfzi {
    max-width: calc(100% - 75px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 10px;
}
.show-ydnews .messinfo .dlwz span.lfzi b {
    line-height: 20px;
    font-size: 20px;
    color: #900;
    margin-right: 3px;
}
.show-ydnews .messinfo .dlwz span.active.ydbtn a {
    color: #fff;
    border: 1px solid #900;
    background: #900;
}
.show-ydnews .messinfo .dlwz span.ydbtn a {
    display: block;
    width: auto;
    height: 20px;
    line-height: 18px;
    font-size: 14px;
    color: #900;
    border: 1px solid #900;
    margin-right: 5px;
    padding: 0 5px;
    font-weight: normal;
    transition: all 0.3s;
}
.show-ydnews .messinfo .dlwz span.ydbtn a:hover {
    color: #fff;
    border: 1px solid #900;
    background: #900;
}
.show-ydnews .messinfo .jyinfos {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 120px;
    max-height: 150px;
    line-height: 30px;
    font-size: 13px;
    /*color: #596657;*/
    margin-top: 30px;
    overflow: hidden;
    display: -webkit-box;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.show-ydnews .btbox{
	position:relative;
	width: 100%;
	height: 45px;
	padding-top: 20px;
	overflow: hidden;
}
.show-ydnews .btbox.show{
	margin-top: 5px;
}
..show-ydnews .btbox.biaoqian{
	height: 25px;
	margin-top: 15px;
}

.show-ydnews .btbox li{
	position: relative;
	float: left;
	width: 25px;
	height: 25px;
	overflow: hidden;
	margin-right: 5px;
	border-radius:13px;
	transition: all 0.3s;
	margin-left: 0px;
	padding: 0 2px;
}
.show-ydnews .btbox li:hover{
	width: 85px;
	background: rgba(0,0,0,.1);
}
.show-ydnews .btbox li i{
	float: left;
	width: 25px;
	height: 25px;
	font-size: 18px;
	color: #906955;
	line-height: 25px;
	padding-left: 0px;
	transition: all 0.3s;
}
.show-ydnews .btbox li .zi1{
	position: absolute;
	width: 70px;
	height: 25px;
	top: 0;
	left: 26px;
	font-size: 12px;
	line-height: 25px;
	color: #906955;
	transition: all 0.3s;
}
.show-ydnews .btbox li.click{	
	width: auto;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	color: #596657;
	top: 0;
	right: 0;
	text-align: center;
}
.show-ydnews .btbox li:hover.click{
	width: auto;
	background: rgba(0,0,0,.0);
}
/*下滑探索样式*/
.downbox{
	position: absolute;
	width: 101px;
	height: 70px;
	font-size: 12px;
	text-align: center;
	line-height: 15px;
	left: 50%;
	bottom: 15px;
	margin-left: -50px;
	padding-top: 55px;
	color: #fff;
	transition: all 0.3s ease;
	opacity: 1;
	z-index: 200;
}
.downbox.active{
	opacity: 0;
}
.downbox .fklx{
	position: absolute;
	width: 13px;
	height: 13px;
	border:1px solid #fff;
	transform: rotate(45deg);
	top: 0;
	left: 50%;
	margin-left: -6px;
}
.downbox .line{
	position: absolute;
	width: 1px;
	height: 35px;
	top: 17px;
	left: 50%;
	background: rgba(255,255,255,.4);
}
.downbox .line .mousegd{
	position: absolute;
	display: block;
	width: 3px;
	height: 5px;
	left: -1px;
	background: #fff;
	border-radius: 1px;
	-webkit-animation: mouseShow 1s ease-out infinite;
    -o-animation: mouseShow 1s ease-out infinite;
    animation: mouseShow 1s ease-out infinite;
}
@-webkit-keyframes mouseShow {
	0%{
		top: 5%;
		opacity: 1;
	}
	100%{
		top: 90%;
		opacity: 0;
	}
}
@-o-keyframes mouseShow {
	0%{
		top: 5%;
		opacity: 1;
	}
	100%{
		top: 90%;
		opacity: 0;
	}
}
@-moz-keyframes mouseShow {
	0%{
		top: 5%;
		opacity: 1;
	}
	100%{
		top: 90%;
		opacity: 0;
	}
}
@keyframes mouseShow {
	0%{
		top: 5%;
		opacity: 1;
	}
	100%{
		top: 90%;
		opacity: 0;
	}
}

@media (max-width:1445px){
	.allrightbtn {
	    width: 40px;
	    right: 5px;
	    bottom: 5px;
	}
}

@media (max-width:1200px){
	.topaid{
		display: block;
	}
	.bigtop {
	    height: 55px;
	}
	.topbox {
	    height: 55px;
	}
	.topbox .logobox ,
	.topbox .logobox .logo {
	    width: 220px;
	}
	.topbox .rgitgbot {
	    width: 140px;
	}
	.toplang {
	    top: 55px;
	}
	.topbox .rgitgbot:before {
	    border-top: 55px solid #906955;
	}
	.topbox .logobox:after {
	    border-bottom: 55px solid #432615;
	}
	.nav-menu {
	    width: calc(100% - 472px);
	    right: calc(3% + 181px);
	}
	.nav-menu li .mtbot {
	    font-size: 18px;
	}
	.nav-menu ul>li.tbt:before {
	    border-top: 55px solid rgba(144,0,0,.0);
	}
	.nav-menu ul>li.tbt:after {
	    border-bottom: 55px solid rgba(144,0,0,.0);
	}
	.nav-menu li:hover.tbt:before{
		border-top: 55px solid #900;
	}
	.nav-menu li:hover.tbt:after{
		border-bottom: 55px solid #900;
	}
}