/*顶部动画*/
.er-topdh {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.topbanner .alldhbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.topbanner .bannertu {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.topbanner .bannertu .imgs{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.alldhbox .dhsty{
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 200;
}
.alldhbox .dhsty:after{
	content: '';
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.3);
}
.alldhbox .dhsty .zi1 {
    position: absolute;
    width: 100%;
    top: 45%;
    height: 45px;
    font-size: 30px;
    line-height: 45px;
    font-family: hbkx;
    text-align: center;
    color: #fff;
    z-index: 20;
    margin-top: 0px;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    transition: all 0.8s ease;
    text-shadow: rgba(0,0,0,.5) 0px 0px 6px;
}
.alldhbox.active .dhsty .zi1{
	-moz-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.alldhbox .dhsty .zi2{
	position: absolute;
	width: 100%;
	top: 45%;
	height: 30px;
	line-break: 30px;
	font-size:14px;
	text-align: center;
	color: #fff;
	margin-top: 90px;
	 z-index: 20;
	letter-spacing: 1px;
	-moz-opacity: 0;
    opacity: 0;
    transition: all 0.8s ease;
    text-shadow: rgba(0,0,0,.5) 0px 0px 6px;
}
.alldhbox.active .dhsty .zi2{
	margin-top: 55px;
	 -moz-opacity: 1;
    opacity: 1;
    transition-delay: 0.1s;
}
.alldhbox .dhsty .zi3{
	position: absolute;
	width: 100%;
	top: 45%;
	height: 30px;
	font-size: 30px;
	font-family: fontName;
	text-align: center;
	color: #fff;
	 z-index: 20;
	margin-top: 130px;
	 -moz-opacity: 0;
    opacity: 0;
    transition: all 0.8s ease;
    text-shadow: rgba(0,0,0,.5) 0px 0px 6px;
}
.alldhbox.active .dhsty .zi3{
	margin-top: 85px;
	-moz-opacity: 1;
    opacity: 1;
	transition-delay: 0.2s;
}
.alldhbox .dhsty .zi4{
	position: absolute;
	width: 100%;
	top: 40%;
	height: 30px;
	line-break: 30px;
	font-size:16px;
	text-align: center;
	color: #fff;
	margin-top: 70px;
	 z-index: 20;
	letter-spacing: 0px;
	 -moz-opacity: 0;
    opacity: 0;
    transition: all 0.8s ease;
}
.alldhbox.active .dhsty .zi4{
	margin-top: 40px;
	 -moz-opacity: 1;
    opacity: 1;
    transition-delay: 0.7s;
}

.allTitbox{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 50;
}
.allTitbox .titlex{
	position: absolute;
	width: 373px;
	height: 230px;
	bottom: -20px;
	left: 50%;
	margin-left: -188px;
	-webkit-transform: scale(.7);
	-ms-transform:scale(.7);
	transform: scale(.7);
	background: url(../../images/web/title.png) top center no-repeat;;
	 -moz-opacity: 0;
    opacity: 0;
     -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    transition: all 0.8s ease;
    
}
.allTitbox.active .titlex{
	bottom: 10px;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	 -moz-opacity: 1;
    opacity: 1;
}
.allTitbox .zititzn{
	position: absolute;
	width: 100%;
	bottom: 100px;
	height: 30px;
	font-size:16px;
	text-align: center;
	color: #fff;
	margin-top: 30px;
	 -moz-opacity: 0;
    opacity: 0;
    z-index: 20;
    transition: all 0.8s ease;
}
.allTitbox.active .zititzn{
	bottom: 130px;
	margin-top: 0px;
	 -moz-opacity: 1;
    opacity: 1;
    transition-delay: 0.3s;
}
.allTitbox .zititen{
	position: absolute;
	width: 100%;
	bottom: 80px;
	height: 20px;
	line-height: 20px;
	font-size:12px;
	text-align: center;
	color: #fff;
	margin-top: 30px;
	 -moz-opacity: 0;
    opacity: 0;
     z-index: 20;
    text-transform: uppercase;
    transition: all 0.8s ease;
}
.allTitbox.active .zititen{
	bottom: 113px;
	margin-top: 0px;
	 -moz-opacity: 1;
    opacity: 1;
    transition-delay: 0.4s;
}


/*二级栏目内容框样式*/
.e_bignrbox{
	position: relative;
	width: 100%;
	height: auto;
	min-height: 1000px;
	overflow: hidden;
	z-index: 10;
	transition: all 0.8s ease;
}

.erbigtlte{
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	opacity: 0;
	transition: all 0.6s ease-out;
	transform: translateY(30px);
}
.erbigtlte.active{
	opacity: 1;
}
.erbigtlte .by-name {
    background: url(../../images/web/title1.png) repeat-x;
}

	/*二级页面左侧导航*/
.ermenubox{
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 400px;
	top: 0;
	left:0;
	padding-top: 60px;
}
.ermenubox.upstyle{
	position: fixed;
    width: calc(94% - 40px);
    max-width: 1600px;
    height: auto;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
}
.ermenubox .lmtitle {
    position: relative;
    width: 220px;
    height: auto;
    font-size: 22px;
    color: #432615;
    line-height: 30px;
    text-transform: uppercase;
    transform: translateY(-50px);
    opacity: 0;
    transition: all 0.6s ease;
}
.ermenubox.active .lmtitle {
    transform: translateY(0);
    opacity: 1;
}
.ermenubox .lmtitle p {
	position: relative;
	width: 100%;
	height: 24px;
    font-size: 20px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}
.ermenubox .lmtitle:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 1px;
    top: 15px;
    left: 0%;
    background: #900;
    transition: all 0.6s ease;
    transition-delay: 0.5s;
}
.ermenubox.active .lmtitle:after {
    width: 30px;
    left: -32px;
}

.lm-munelsit{
	position: relative;
	width:100%;
	height: auto;
    margin-top: 50px;
    cursor: pointer;
    opacity: 0;
	transition: all 0.8s ease;
}
.lm-munelsit.active{
    margin-top: 30px;
    opacity: 1;
    transition-delay: 0.1s;
}

.lm-munelsit li{
	position: relative;
	width: auto;
	height: 40px;
	font-size: 14px;
	color: #726767;
	line-height: 38px;
	transition: all 0.3s ease;
	margin-bottom: 2px;
}


.lm-munelsit li a{
	position: relative;
	width: auto;
	height: 100%;
	float: left;
	font-size: 14px;
	color: #726767;
	padding: 0 40px 0px 30px;
	line-height: 38px;
	z-index: 10;
	transition: all 0.3s ease;
}
.lm-munelsit li a:before{
	content: '';
	position: absolute;
	width: 6px;
	height:6px;
	background: #726767;
	border-radius: 50%;
	top: calc(50% - 3px);
	left: 0;
	transition: all 0.3s ease;
}
.lm-munelsit li a:after{
	content: '';
	position: absolute;
	width: 20px;
	height:1px;
	background: #726767;
	top: calc(50% - 0px);
	right: -6px;
	transition: all 0.3s ease;
}
.lm-munelsit li.active a:before,
.lm-munelsit li:hover a:before{
	background: #900;
}

.lm-munelsit li.active a:after{
	background: #900;
	right: -36px;
	width: 50px;
}
.lm-munelsit li:hover a:after{
	background: #900;
	right: -26px;
	width: 40px;
}

.lm-munelsit.lag li a{
	padding: 0 10px 0px 24px;
}
.lm-munelsit li a:hover{
	color: #900;
}
.lm-munelsit li.active a{
	color: #900;
}




/*二级页面右侧*/
.lmrigtitle{
	position: relative;
	width:calc(100% - 300px);
	max-width: 1300px;
	left: 300px;
	height: 53px;
	border-bottom: 1px dashed rgba(67,38,21,.2);
	margin-bottom: 30px;
	text-align: right;
	line-height: 30px;
	padding-top: 20px;
	transition: all 0.6s ease;
	transform:translateY(-50px);
	opacity: 0;
}
.lmrigtitle.active{
	transform:translateY(0);
	opacity: 1;
}

.listnrbox-kk{
	position: relative;
	width:calc(100% - 300px);
	max-width: 1300px;
	left: 300px;
	min-height: 600px;
	overflow: hidden;
	z-index: 100;
}
.listnrbox{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
    opacity: 0;
    transition: 0.8s all;
}
.listnrbox.active{
	opacity: 1;
}
.listnrbox .listloadnr{
	position: absolute;
	width: 100%;
	height: auto;
	opacity: 0;
}
.listnrbox .listloadnr.active{
	position: relative;
	opacity: 1;
}

.load-bigbox {
    position: relative;
    width: calc(100% - 80px);
    max-width: 1300px;
    height: auto;
    margin: 0 auto;
    opacity: 1;
    transition: 0.6s all;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.load-bigbox.er {
    width: 100%;
}

.er-bigbg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background:#fbfbfb url(../../images/web/indnesbg.jpg) bottom right no-repeat;
	background-size:auto 100%;
	z-index: -1;
	overflow: hidden;
}
.er-bigbg.upstyle {
	position: fixed;
	top: 0;
}

.er-bigbg .leftbg {
    position: absolute;
    width: 100%;
    height: 52%;
    max-height: 578px;
    left: -100px;
    bottom: 0;
    background:url(../../images/web/er-leftbg.jpg) bottom left no-repeat;
    background-size: auto 100%;
    opacity: 0;
    transition: all 0.8s;
}
.er-bigbg .leftbg.active {
    left: 0;
    opacity: 0.6;
    transition-delay: 0.8s;
}
.er-bigbg .leftbg2 {
    position: absolute;
    width: 71px;
    height: 400px;
    left: 5px;
    top: -60px;
    background: url(../../images/web/er-menubg0.png) bottom right no-repeat;
    background-size: 90% auto ;
    opacity: 0;
    transition: all 0.8s;
}
.er-bigbg .leftbg2.active {
    top: 0;
    opacity: 1;
    transition-delay: 0.8s;
}
.e_bignrbox .leftbg2::before {
    content:"";
  	display:block;
	position: absolute;
    width: 43px;
    height: 107px;
    right: 10px;
    top: 0px;
    background: url(../../images/web/er-menubg-yy.png) top right no-repeat;
    background-size: 100% auto ;
    transition: all 0.8s;
}
.er-bigbg .rightbg {
    position: absolute;
    width: 473px;
    height: 886px;
    right: -50px;
    bottom: 0px;
    opacity: 0;
    background: url(../../images/web/er-rightbg.jpg) bottom right no-repeat;
    background-size: auto 100%;
    transition: all 0.8s;
}
.er-bigbg .rightbg.active {
    opacity: 1;
    right: 0;
    transition-delay: 0.8s;
}
.nr_cenbox{
	position: relative;
	width: 100%;
	max-width: 1300px;
	height: auto;
	min-height: 600px;
	z-index: 100;
	padding: 0;
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform: translateX(-50%);
}
.nr_cenbox .zwtitle{
	position: relative;
	width: 100%;
	font-size: 25px;
	line-height: 30px;
	font-family: hbkx;
	color: #7a394d;
	letter-spacing: 0px;
	text-align: center;
	opacity: 1;
	transition: all 0.8s ease;
}



.nr_cenbox .ywtitle{
	position: relative;
	width: 100%;
	font-size: 18px;
	line-height: 25px;
	font-family: fontName;
	color: #9f8670;
	letter-spacing: 0px;
	text-align: center;
}
.nr_cenbox .now{
	position: relative;
	width: 100%;
	font-size: 14px;
	line-height: 25px;
	color: #8d7560;
	letter-spacing: 0px;
	text-align: center;
	-moz-opacity: 1;
    opacity: 1;
    transition: all 0.8s ease;
}

.nr_cenbox .linebox{
	position: relative;
	width: 100%;
	height: 30px;
	transition: all 0.8s;
}

.nr_cenbox .linebox .line{
	position: absolute;
	width: calc(50% - 13px);
	height: 1px;
	border-top: 1px dashed rgba(0,0,0,.2);
	top: 50%;
}
.nr_cenbox .linebox .left{
	left: 0;
}
.nr_cenbox .linebox .right{
	right: 0;
}
.nr_cenbox .linebox .fk{
	position: absolute;
	width: 21px;
	height: 15px;
	top:8px;
	left: 50%;
	margin-left: -10px;
	background:url(../../images/web/fk.png) left center no-repeat;
}

/*er-按钮*/
.er-gnbtnbox{
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	background: rgba(68,38,21,.03);
	padding-top: 5px;
}
.er-gnbtnbox.show{
	text-align: left;
	padding-left: 3px;
}		
.er-gnbtnbox li{
	position: relative;
	display: inline-block;
	border: 1px solid #9f8670;
	width: auto;
	height: 30px;
	padding: 0 10px;
	transition: all 0.3s;
	margin: 0 -1px 0px -4px;
	cursor: pointer;
}
.er-gnbtnbox li span{
	float: left;
	line-height: 28px;
	color: #906955;
	text-align: center;
	transition: all 0.3s;
}	
.er-gnbtnbox li i{
	float: left;
	width: 20px;
	height: 28px;
	margin-right: 5px;
	transition: all 0.3s;
	font-size: 18px;
	color: #906955;
	line-height: 28px;
}
.er-gnbtnbox li:hover i{
	color: #fff;
}

.er-gnbtnbox li:hover{
	border: 1px solid #906955;
	background: #906955;
}
.er-gnbtnbox li:hover span{
	color: #fff;
}	
.er-gnbtnbox .yyjsbf{
	position: relative;
	display: inline-block;
	border: 1px solid #906955;
	width: auto;
	height: 30px;
	padding: 0 10px;
	transition: all 0.3s;
	margin: 0 -2px 0px -3px;
}
.er-gnbtnbox .jjaudio1.active,
.er-gnbtnbox .jjaudio2.active,
.er-gnbtnbox .jjaudio3.active {
    background: #906955;
    border: 1px solid #906955;
}
.er-gnbtnbox .jjaudio1.active span,
.er-gnbtnbox .jjaudio2.active span,
.er-gnbtnbox .jjaudio3.active span,
.er-gnbtnbox .jjaudio1.active i,
.er-gnbtnbox .jjaudio2.active i,
.er-gnbtnbox .jjaudio3.active i{
    color: #fff;
}
.er-gnbtnbox #audio{
	opacity: 0;
	display: none;
}

.er-gnbtnbox .yyjsgb{
	background: #906955;
}
.er-gnbtnbox .yyjsgb span{
	color: #fff;
}
.er-gnbtnbox #audio{
	opacity: 0;
	display: none;
}
.er-gnbtnbox .jjaudiox.active{
	background: #906955;
	border: 1px solid #906955;
}
.er-gnbtnbox .jjaudiox.active span,
.er-gnbtnbox .jjaudiox.active i{
	color: #fff;
}

.er-gnbtnbox li.enactive{
	border: 1px solid #906955;
	background: #906955;
}
.er-gnbtnbox li.enactive span{
	color: #fff;
}
	
.erbox .er-infobox .nrbox .xiangqing{
	position: relative;
	width: 100%;
	height: auto;
	color: #867a73;
	line-height: 200%;
	margin: 10px 0;
	padding: 0 1%;
}
.erbox .er-infobox .nrbox .xiangqing img{
	width: auto;
	max-width: 100%;
	height: auto;
	border: 1px solid rgba(0,0,0,.2);
	margin: 10px 0px;
	padding: 5px;
}
.dbpic{
	position: relative;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.dbpic img{
	width: auto;
	max-width: 100%;
	height: auto;
	border: 1px solid rgba(0,0,0,.1);
	margin: 5px 0px 0px 0px;
	padding: 5px;
}

.nr-video-spbox{
	position: relative;
	width: 100%;
	height:auto;
	margin: 0 auto;
	/*margin-top: -20px;*/
	/*overflow: hidden;*/
}
.nr-video-spbox video{
	width: 100%;
	height: auto;
}
.video-spbox{
    position: relative;
	width: 100%;
	height:auto;
	margin: 0 auto;
}

.video-spbox video {
   width: 100%;
	height: auto;
}

.xiangqing{
	position: relative;
	width: 100%;
	height: auto;
	line-height: 200%;
	padding: 5px 0 20px 0px;
}
.xiangqing img{
	width: auto;
	max-width: 100%;
	height: auto;
	border: 1px solid rgba(0,0,0,.1);
	/*margin: 10px 0px 0px 0px;*/
	padding: 5px;
}

/*附属图片样式开始*/
.fs-picbox{
	position: relative;
	width: 101%;
	height: auto;
	overflow: hidden;
	margin-bottom:20px;
}
.fs-picbox li{
	float: left;
	width: 24%;
	margin:0px 1% 20px 0%;
	height: auto;
	cursor: pointer;
}
.fs-picbox li .pic-box{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.fs-picbox li .pic-box .txt-box{
	position: absolute;
	width: 100%;
	height: 90px;
	z-index: 100;
	top: 100%;
	margin-top: -30px;
	left: 0;
	transition: all 0.3s;
}
.fs-picbox li:hover .pic-box .txt-box{
	position: absolute;
	width: 100%;
	height: 90px;
	z-index: 100;
	top: 50%;
	margin-top: -45px;
	left: 0;
	transition: all 0.3s;
}
.fs-picbox li .pic-box .txt-box .title{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	padding: 0px 10px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.fs-picbox li .pic-box .txt-box .search{
	width: 25px;
	height: 25px;
	margin: 0 auto;
	margin-top: 10px;
}
.fs-picbox li .pic-box .txt-box .search i{
	width: 25px;
	height: 25px;
	font-size: 20px;
	color: #fff;
	line-height: 25px;
}
.fs-picbox li .pic-box .txt-box .more{
	position: absolute;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	padding: 0px 10px;
	font-size: 12px;
}
.fs-picbox li .pic-box .bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	margin-top: -30px;
	background: rgba(94, 62, 51, 0.8);
	z-index: 90;
	transition: all 0.3s;
}
.fs-picbox li:hover .pic-box .bg{
	top: 0%;
	margin-top: 0px;
}
.fs-picbox li .pic-box .img-box{
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.fs-picbox li:hover .pic-box .img-box{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
	filter: saturate(180%);
}
/*附属图片样式结束*/
/*图文列表样式*/

.piclistshow01{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
	transition: all 0.8s; 
}
.piclistshow01 li{
	position: relative;
	float: left;
	cursor: pointer;
	overflow: hidden;
}

.piclistshow01 li .jgbox .bgjt{
	position: relative;
	float: left;
	width: auto;
	height: 30px;
	background: url(../../images/web/ico/jiagebg1.png) top left no-repeat;
	background: auto 100%;
}

.piclistshow01 li .infobox .titb{
	position: relative;
	width: 100%;
	height: 50px;
}
.piclistshow01 li .infobox .titb .picnema{
	position: relative;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	color:#fff;
	transition: all 0.3s;
	display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.piclistshow01 li .infobox .titb .picnema span.tists {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 3px;
}
.piclistshow01 li .infobox .titb .picnema span.fushu {
    display: block;
    width: auto;
    height: 16px;
    font-size: 12px;
    font-family: 微软雅黑;
    line-height: 16px;
    color: rgb(255, 255, 255);
    margin-left: 5px;
    padding: 0px 5px;
    background: #27C8A3;
    overflow: hidden;	
}

.piclistshow01 li:hover .infobox .titb .picnema{
	color:#ff0;
}
.piclistshow01 li .infobox .titb .ttd{
	position: relative;
	width: 40px;
	height: 2px;
	margin-top: 5px;
	margin-bottom: 18px;
	background: #fff;
	transition: all 0.3s;
}
.piclistshow01 li:hover .infobox .titb .ttd{
	background: #ff0;
}
.piclistshow01 li .infobox .titb .yw{
	position: relative;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	transition: all 0.3s;
}
.piclistshow01 li .infobox .nrinfo{
	position: relative;
	width: 100%;
	height: 55%;
	max-height: 156px;
	color: #fff;
	line-height: 26px;
	margin-top: 10%;
	overflow: hidden;
	display: -webkit-box;
	word-wrap: break-word;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	transition: all 0.3s;
}

.piclistshow01 li .btbox{
	position:absolute;
	width: 90%;
	height: 30px;
	bottom: 30px;
}
.piclistshow01 li .btbox .bt{
	position: relative;
	float: left;
	width: 25px;
	height: 25px;
	overflow: hidden;
	margin-right: 5px;
	border-radius:13px;
	transition: all 0.3s;
	margin-left: -5px;
}
.piclistshow01 li .btbox .bt:hover{
	width: 85px;
	background: rgba(0,0,0,.1);
}
.piclistshow01 li .btbox .bt i{
	float: left;
	width: 25px;
	height: 25px;
	font-size: 18px;
	color: #fff;
	line-height: 25px;
	padding-left: 5px;
	transition: all 0.3s;
}
.piclistshow01 li .btbox .bt .zi1{
	position: absolute;
	width: 70px;
	height: 25px;
	top: 0;
	left: 26px;
	font-size: 12px;
	line-height: 25px;
	color: #fff;
	transition: all 0.3s;
}
.piclistshow01 li:hover .btbox .bt i,
.piclistshow01 li:hover .btbox .bt .zi1{
	color: #ff0;
}
.piclistshow01 li .img{
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.piclistshow01 li:hover .img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
	filter: saturate(180%);
}

.piclistshow01 li:nth-child(1){
	width: 75%;
}
.piclistshow01 li:nth-child(1) .ch,
.piclistshow01 li:nth-child(6) .ch{
	margin-top: 37.255%;
}
.piclistshow01 li:nth-child(1) .imgbox{
	position: absolute;
	width: 67%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
.piclistshow01 li:nth-child(1) .infobox{
	position: absolute;
	width: 33.333%;
	height: 100%;
	top: 0;
	right: 0;
	padding: 3%;
	background: #55cdc4;
	z-index: 10;
}
.piclistshow01 li:nth-child(1) .infobox .nrinfo,
.piclistshow01 li:nth-child(6) .infobox .nrinfo{
    margin-top:calc(10% - 17px) 
}
.piclistshow01 li:nth-child(1) .infobox .jj{
	position: absolute;
	width: 9px;
	height: 17px;
	left: -9px;
	top: 50%;
	margin-top: -8px;
	background: url(../../images/web/jj1.png);
}
.piclistshow01 li:nth-child(2){
	width: 25%;
	background: #000;
}
.piclistshow01 li:nth-child(2) .ch,
.piclistshow01 li:nth-child(5) .ch
{
	margin-top: 111.7647%;
}
.piclistshow01 li:nth-child(2) .imgbox{
	position: absolute;
	width: 100%;
	height: 40%;
	bottom: 0;
	overflow: hidden;
}
.piclistshow01 li:nth-child(2) .infobox{
	position: absolute;
	width: 100%;
	height: 60%;
	top: 0;
	padding: 30px;
	background: #fff;
	z-index: 10;
}
.piclistshow01 li:nth-child(2) .infobox .jj{
	position: absolute;
	width: 17px;
	height: 9px;
	left: 50%;
	bottom: -9px;
	margin-left: -8px;
	background: url(../../images/web/jj2.png);
}
.piclistshow01 li:nth-child(2) .infobox .titb .picnema{
	color:#666;
}
.piclistshow01 li:nth-child(2):hover .infobox .titb .picnema{
	color:#27C8A3;
}
.piclistshow01 li:nth-child(2) .infobox .titb .ttd{
	background: #999;
}
.piclistshow01 li:nth-child(2):hover .infobox .titb .ttd{
	background: #27C8A3;
}
.piclistshow01 li:nth-child(2) .infobox .titb .yw{
	color: #999;
}
.piclistshow01 li:nth-child(2) .infobox .nrinfo,
.piclistshow01 li:nth-child(5) .infobox .nrinfo
{
	position: relative;
    width: 100%;
    height: 55%;
    max-height: 78px;
    color: #999;
    line-height: 26px;
    margin-top: 3%;
    overflow: hidden;
    display: -webkit-box;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.piclistshow01 li:nth-child(2) .btbox{
	position:absolute;
	width: 90%;
	height: 30px;
	bottom: 10px;
}
.piclistshow01 li:nth-child(2) .btbox .bt .zi1{
	color: #666;
}
.piclistshow01 li:nth-child(2) .btbox .bt i,
.piclistshow01 li:nth-child(6) .btbox .bt i{
	color: #666;
}

.piclistshow01 li:nth-child(3){
	width: 50%;
	background: #666;
}
.piclistshow01 li:nth-child(3) .ch,
.piclistshow01 li:nth-child(4) .ch{
	margin-top: 35%;
}
.piclistshow01 li:nth-child(3) .imgbox{
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	bottom: 0;
	overflow: hidden;
}
.piclistshow01 li:nth-child(3) .infobox{
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	padding: 30px;
	background: #fff;
	z-index: 10;
}
.piclistshow01 li:nth-child(3) .infobox .jj{
	position: absolute;
    width: 9px;
    height: 17px;
    left: -9px;
    top: 50%;
    margin-top: -8px;
	background: url(../../images/web/jj3.png);
}
.piclistshow01 li:nth-child(3) .infobox .titb .picnema{
	color:#666;
}
.piclistshow01 li:nth-child(3):hover .infobox .titb .picnema{
	color:#27C8A3;
}
.piclistshow01 li:nth-child(3) .infobox .titb .ttd{
	background: #999;
}
.piclistshow01 li:nth-child(3):hover .infobox .titb .ttd{
	background: #27C8A3;
}
.piclistshow01 li:nth-child(3) .infobox .titb .yw{
	color: #999;
}
.piclistshow01 li:nth-child(3) .infobox .nrinfo,
.piclistshow01 li:nth-child(4) .infobox .nrinfo{
	position: relative;
    width: 100%;
    height: 55%;
    max-height: 78px;
    color: #999;
    line-height: 26px;
    margin-top: 3%;
    overflow: hidden;
    display: -webkit-box;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.piclistshow01 li:nth-child(3) .btbox{
	position:absolute;
	width: 90%;
	height: 30px;
	bottom: 10px;
}
.piclistshow01 li:nth-child(3) .btbox .bt .zi1{
	color: #666;
}
.piclistshow01 li:nth-child(3) .btbox .bt i{
	color: #666;
}
.piclistshow01 li:nth-child(4){
	width: 50%;
	background: #666;
}
.piclistshow01 li:nth-child(4) .imgbox{
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	bottom: 0;
	overflow: hidden;
}
.piclistshow01 li:nth-child(4) .infobox{
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	padding: 30px;
	background: #11bd82;
	z-index: 10;
}
.piclistshow01 li:nth-child(4) .infobox .jj{
	position: absolute;
    width: 9px;
    height: 17px;
    left: -9px;
    top: 50%;
    margin-top: -8px;
	background: url(../../images/web/jj4.png);
}

.piclistshow01 li:nth-child(4) .infobox .nrinfo{
    color: #fff;
}
.piclistshow01 li:nth-child(4) .btbox{
	position:absolute;
	width: 90%;
	height: 30px;
	bottom: 10px;
}

.piclistshow01 li:nth-child(5){
	width: 25%;
}
.piclistshow01 li:nth-child(5) .imgbox{
	position: absolute;
	width: 100%;
	height: 40%;
	bottom: 0;
	overflow: hidden;
}
.piclistshow01 li:nth-child(5) .infobox{
	position: absolute;
	width: 100%;
	height: 60%;
	top: 0;
	padding: 30px;
	background: #11bd82;
	z-index: 10;
}
.piclistshow01 li:nth-child(5) .infobox .jj{
	position: absolute;
	width: 17px;
	height: 9px;
	left: 50%;
	bottom: -9px;
	margin-left: -8px;
	background: url(../../images/web/jj5.png);
}
.piclistshow01 li:nth-child(5) .infobox .nrinfo{
	height: 78px;
	color: #fff;
	margin-top: 10px;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	word-wrap: break-word;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.piclistshow01 li:nth-child(5) .btbox{
	position:absolute;
	width: 90%;
	height: 30px;
	bottom: 10px;
}
.piclistshow01 li:nth-child(6){
	width: 75%;
}
.piclistshow01 li:nth-child(6) .imgbox{
	position: absolute;
	float: left;
	width: 67%;
	height: 100%;
	overflow: hidden;
}
.piclistshow01 li:nth-child(6) .infobox{
	position: absolute;
	float: left;
	width: 33.333%;
	height: 100%;
	top: 0;
	right: 0;
	padding: 30px;
	background: #fff;
	z-index: 10;
}
.piclistshow01 li:nth-child(6) .infobox .jj{
	position: absolute;
	width: 9px;
	height: 17px;
	left: -9px;
	top: 50%;
	margin-top: -8px;
	background: url(../../images/web/jj3.png);
}
.piclistshow01 li:nth-child(6) .infobox .titb .picnema{
	color:#666;
}
.piclistshow01 li:nth-child(6):hover .infobox .titb .picnema{
	color:#27C8A3;
}
.piclistshow01 li:nth-child(6) .infobox .titb .ttd{
	background: #999;
}
.piclistshow01 li:nth-child(6):hover .infobox .titb .ttd{
	background: #27C8A3;
}
.piclistshow01 li:nth-child(6) .infobox .titb .yw{
	color: #999;
}
.piclistshow01 li:nth-child(6) .infobox .nrinfo{
	color: #999;
}
.piclistshow01 li:nth-child(6) .btbox .bt .zi1{
	color: #666;
}
.piclistshow01 li:nth-child(6) .btbox .bt .ico01{
	background: url(../../images/web/ico01.png) center center no-repeat;
}
.piclistshow01 li:nth-child(6) .btbox .bt .ico02{
	background: url(../../images/web/ico02.png) center center no-repeat;
}
.piclistshow01 li:nth-child(6) .btbox .bt .ico03{
	background: url(../../images/web/ico03.png) center center no-repeat;
}
.piclistshow01 li:nth-child(7){
	width: 50%;
	background: #666;
}
.piclistshow01 li:nth-child(7) .ch,
.piclistshow01 li:nth-child(8) .ch{
	margin-top: 35%;
}
.piclistshow01 li:nth-child(7) .imgbox{
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.piclistshow01 li:nth-child(7) .infobox{
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 30px;
	background: #fff;
	z-index: 10;
}
.piclistshow01 li:nth-child(7) .infobox .jj{
	position: absolute;
    width: 9px;
    height: 17px;
    right: -9px;
    top: 50%;
    margin-top: -8px;
	background: url(../../images/web/jj6.png);
}
.piclistshow01 li:nth-child(7) .infobox .titb .picnema{
	color:#666;
}
.piclistshow01 li:nth-child(7):hover .infobox .titb .picnema{
	color:#27C8A3;
}
.piclistshow01 li:nth-child(7) .infobox .titb .ttd{
	background: #999;
}
.piclistshow01 li:nth-child(7):hover .infobox .titb .ttd{
	background: #27C8A3;
}
.piclistshow01 li:nth-child(7) .infobox .titb .yw{
	color: #999;
}
.piclistshow01 li:nth-child(7) .infobox .nrinfo,
.piclistshow01 li:nth-child(8) .infobox .nrinfo{
	position: relative;
    width: 100%;
    height: 55%;
    max-height: 78px;
    color: #999;
    line-height: 26px;
    margin-top: 3%;
    overflow: hidden;
    display: -webkit-box;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.piclistshow01 li:nth-child(7) .btbox{
	position:absolute;
	width: 90%;
	height: 30px;
	bottom: 10px;
}
.piclistshow01 li:nth-child(7) .btbox .bt .zi1{
	color: #666;
}
.piclistshow01 li:nth-child(7) .btbox .bt i{
	color: #666;
}
.piclistshow01 li:nth-child(8){
	width: 50%;
	background: #666;
}
.piclistshow01 li:nth-child(8) .imgbox{
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.piclistshow01 li:nth-child(8) .infobox{
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 30px;
	background: #55cdc4;
	z-index: 10;
}
.piclistshow01 li:nth-child(8) .infobox .jj{
	position: absolute;
    width: 9px;
    height: 17px;
    right: -9px;
    top: 50%;
    margin-top: -8px;
	background: url(../../images/web/jj7.png);
}

.piclistshow01 li:nth-child(8) .infobox .nrinfo{
    color: #fff;
}
.piclistshow01 li:nth-child(8) .btbox{
	position:absolute;
	width: 90%;
	height: 30px;
	bottom: 10px;
}
.piclistshow01 .btnboxs{
	position: relative;
	width: 368px;
	height: 70px;
	margin: 30px auto 0px auto;
	text-align: center;
	-moz-opacity: 0;
	opacity: 0;
	transition: all 0.8s;
	transition-delay: 0.7s;
}
.piclistshow01 .btnboxs.active{
	opacity: 1;
}
.piclistshow01 .btnboxs li{
	position: relative;
	display: inline-block;
	width:auto;
	height: 70px;
	margin: 0px;
	text-align: center;
	transition: 0.3s;
	cursor: pointer;
}
.piclistshow01 .btnboxs li .btn{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 0 auto;
	transition: 0.3s;
}
.piclistshow01 .btnboxs li .zi{
	width: 55px;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	color: #767a7d;
	transition: 0.3s;
	opacity: 1;
}
.piclistshow01 .btnboxs li .line{
	width: 80px;
	height: 1px;
	border-top: 1px dashed rgba(0,0,0,.2);
	margin-top: 30px;
}
.piclistshow01 .btnboxs li:hover .zi{
	color: #005f9c;
}
.piclistshow01 .btnboxs li .ico1{
	background: url(../../images/web/morejd.png) 6px 8px no-repeat;
}
.piclistshow01 .btnboxs li .ico2{
	background: url(../../images/web/vr.png)  6px 10px no-repeat;
}
.piclistshow01 .btnboxs li:hover .ico1{
	background:#005f9c url(../../images/web/morejd.png) 6px -33px no-repeat;
}
.piclistshow01 .btnboxs li:hover .ico2{
	background:#005f9c url(../../images/web/vr.png) 6px -30px no-repeat;
}
.piclistshow01 li:nth-child(1) .infobox .nrinfo,
.piclistshow01 li:nth-child(4) .infobox .nrinfo,
.piclistshow01 li:nth-child(5) .infobox .nrinfo,
.piclistshow01 li:nth-child(8) .infobox .nrinfo{
	color: rgba(255,255,255,.8);
}
.piclistshow01 li:nth-child(1):hover .infobox .nrinfo,
.piclistshow01 li:nth-child(4):hover .infobox .nrinfo,
.piclistshow01 li:nth-child(5):hover .infobox .nrinfo,
.piclistshow01 li:nth-child(8):hover .infobox .nrinfo{
	color: #fff;
}

.piclistshow01 li:nth-child(2):hover .infobox .nrinfo,
.piclistshow01 li:nth-child(3):hover .infobox .nrinfo,
.piclistshow01 li:nth-child(6):hover .infobox .nrinfo,
.piclistshow01 li:nth-child(7):hover .infobox .nrinfo{
	color: #666;
}
.piclistshow01 li:nth-child(2) .btbox .bt i,
.piclistshow01 li:nth-child(3) .btbox .bt i,
.piclistshow01 li:nth-child(6) .btbox .bt i,
.piclistshow01 li:nth-child(7) .btbox .bt i,
.piclistshow01 li:nth-child(2) .btbox .bt .zi1,
.piclistshow01 li:nth-child(3) .btbox .bt .zi1,
.piclistshow01 li:nth-child(6) .btbox .bt .zi1,
.piclistshow01 li:nth-child(7) .btbox .bt .zi1{
	color: #666;
}
.piclistshow01 li:nth-child(2):hover .btbox .bt i,
.piclistshow01 li:nth-child(3):hover .btbox .bt i,
.piclistshow01 li:nth-child(6):hover .btbox .bt i,
.piclistshow01 li:nth-child(7):hover .btbox .bt i,
.piclistshow01 li:nth-child(2):hover .btbox .bt .zi1,
.piclistshow01 li:nth-child(3):hover .btbox .bt .zi1,
.piclistshow01 li:nth-child(6):hover .btbox .bt .zi1,
.piclistshow01 li:nth-child(7):hover .btbox .bt .zi1{
	color: #27C8A3;
}

.piclistshow02{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
	transition: all 0.8s; 
}
.piclistshow02 li{
	position: relative;
	width: 50%;
	float: left;
	cursor: pointer;
	overflow: hidden;
}
.piclistshow02 li .infobox{
	position: absolute;
	width: 50%;
	height: 100%;
	transition: all 0.3s;
	padding: 3% 5%;
}
.piclistshow02 li .infobox .jj{
	position: absolute;
    width: 9px;
    height: 17px;
    top: 50%;
    margin-top: -8px;
}
.piclistshow02 li .infobox .titb{
	position: relative;
	width: 100%;
	height: 50px;
}
.piclistshow02 li .infobox .titb .picnema{
	position: relative;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	color:#fff;
	transition: all 0.3s;
	display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.piclistshow02 li .infobox .titb .picnema span.tists {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 3px;
}
.piclistshow02 li .infobox .titb .picnema span.fushu {
    display: block;
    width: auto;
    height: 16px;
    font-size: 12px;
    font-family: 微软雅黑;
    line-height: 16px;
    color: rgb(255, 255, 255);
    margin-left: 5px;
    padding: 0px 5px;
    background: #27C8A3;
    overflow: hidden;	
}
.piclistshow02 li:hover .infobox .titb .picnema{
	color:#ff0;
}
.piclistshow02 li .infobox .titb .ttd{
	position: relative;
	width: 40px;
	height: 2px;
	margin-top: 5px;
	margin-bottom: 18px;
	background: #fff;
	transition: all 0.3s;
}
.piclistshow02 li:hover .infobox .titb .ttd{
	background: #ff0;
}
.piclistshow02 li .infobox .titb .yw{
	position: relative;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	transition: all 0.3s;
}
.piclistshow02 li .infobox .nrinfo{
	position: relative;
	width: 100%;
	height: 55%;
	max-height: 78px;
	color: #fff;
	line-height: 26px;
	margin-top: 5%;
	overflow: hidden;
	display: -webkit-box;
	word-wrap: break-word;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	transition: all 0.3s;
}

.piclistshow02 li .btbox{
	position:absolute;
	width: 90%;
	height: 30px;
	bottom: 5%;
}
.piclistshow02 li .btbox .bt{
	position: relative;
	float: left;
	width: 25px;
	height: 25px;
	overflow: hidden;
	margin-right: 5px;
	border-radius:13px;
	transition: all 0.3s;
	margin-left: -5px;
}
.piclistshow02 li .btbox .bt:hover{
	width: 85px;
	background: rgba(0,0,0,.1);
}
.piclistshow02 li .btbox .bt i{
	float: left;
	width: 25px;
	height: 25px;
	font-size: 18px;
	color: #fff;
	line-height: 25px;
	padding-left: 5px;
	transition: all 0.3s;
}
.piclistshow02 li .btbox .bt .zi1{
	position: absolute;
	width: 70px;
	height: 25px;
	top: 0;
	left: 26px;
	font-size: 12px;
	line-height: 25px;
	color: #fff;
	transition: all 0.3s;
}

.piclistshow02 li .imgbox{
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.piclistshow02 li .img{
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.piclistshow02 li:hover .img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
	filter: saturate(180%);
}
.piclistshow02 li:nth-child(1) .ch{
	margin-top: 70%;
}
.piclistshow02 li:nth-child(2) .ch,
.piclistshow02 li:nth-child(3) .ch{
	margin-top: 35%;
	background: #333333;
}
.piclistshow02 li:nth-child(1) .infobox{
	height: 50%;
	bottom: 0;
	background: rgba(85, 205, 196, .9);
}
.piclistshow02 li:nth-child(2) .imgbox{
	width: 50%;
}
.piclistshow02 li:nth-child(2) .infobox{
	height: 100%;
	right: 0;
	background: #fff;
}
.piclistshow02 li:nth-child(3) .imgbox{
	width: 50%;
	right: 0;
}
.piclistshow02 li:nth-child(3) .infobox{
	height: 100%;
	background: #fff;
}

.piclistshow02 li:nth-child(2) .infobox .titb .picnema,
.piclistshow02 li:nth-child(3) .infobox .titb .picnema{
	color:#666;
}
.piclistshow02 li:nth-child(2):hover .infobox .titb .picnema,
.piclistshow02 li:nth-child(3):hover .infobox .titb .picnema{
	color:#27C8A3;
}
.piclistshow02 li:nth-child(2) .infobox .titb .ttd,
.piclistshow02 li:nth-child(3) .infobox .titb .ttd{
	background:#999;
}
.piclistshow02 li:nth-child(2):hover .infobox .titb .ttd,
.piclistshow02 li:nth-child(3):hover .infobox .titb .ttd{
	background:#27C8A3;
}
.piclistshow02 li:nth-child(2) .infobox .nrinfo,
.piclistshow02 li:nth-child(3) .infobox .nrinfo{
    color: #999;
}
.piclistshow02 li:nth-child(2) .btbox .bt .zi1,
.piclistshow02 li:nth-child(3) .btbox .bt .zi1{
	color: #666;
}
.piclistshow02 li:nth-child(2) .btbox .bt i,
.piclistshow02 li:nth-child(3) .btbox .bt i{
	color: #666;
}
.piclistshow02 li:nth-child(2) .infobox .jj{
    left: -9px;
	background: url(../../images/web/jj3.png);
}
.piclistshow02 li:nth-child(3) .infobox .jj{
	right: -9px;
	background: url(../../images/web/jj6.png);
}
.piclistshow02 li:nth-child(1):hover .btbox .bt i,
.piclistshow02 li:nth-child(1):hover .btbox .bt .zi1{
	color: #ff0;
}
.piclistshow02 li:nth-child(2):hover .btbox .bt i,
.piclistshow02 li:nth-child(3):hover .btbox .bt i,
.piclistshow02 li:nth-child(2):hover .btbox .bt .zi1,
.piclistshow02 li:nth-child(3):hover .btbox .bt .zi1{
	color: #27C8A3;
}
.piclistshow02 li:nth-child(1) .infobox .nrinfo{
	color: rgba(255,255,255,.8);
}
.piclistshow02 li:nth-child(1):hover .infobox .nrinfo{
	color: #fff;
}

.piclistshow02 li:nth-child(2):hover .infobox .nrinfo,
.piclistshow02 li:nth-child(3):hover .infobox .nrinfo{
	color: #666;
}

.piclistshow03{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
	transition: all 0.8s; 
}
.piclistshow03 li{
	position: relative;
	width: 50%;
	float: left;
	cursor: pointer;
	overflow: hidden;
}
.piclistshow03 li .ch{
	margin-top: 35%;
}
.piclistshow03 li .infobox{
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	transition: all 0.3s;
	padding: 3% 5%;
	background: rgba(255,255,255,.5);
}
.piclistshow03 li:hover .infobox{
	background: #9e4f68;
}
.piclistshow03 li .infobox .jj{
	position: absolute;
    width: 9px;
    height: 17px;
    top: 50%;
    margin-top: -8px;
}
.piclistshow03 li .infobox .titb{
	position: relative;
	width: 100%;
	height: 50px;
}
.piclistshow03 li .infobox .titb .picnema{
	position: relative;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	color:#9e4f68;
	transition: all 0.3s;
	display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.piclistshow03 li .infobox .titb .picnema span.tists {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 3px;
}
.piclistshow03 li .infobox .titb .picnema span.fushu {
    display: block;
    width: auto;
    height: 16px;
    font-size: 12px;
    font-family: 微软雅黑;
    line-height: 16px;
    color: rgb(255, 255, 255);
    margin-left: 5px;
    padding: 0px 5px;
    background: #9e4f68;
    overflow: hidden;	
    transition: all 0.3s;
}
.piclistshow03 li:hover .infobox .titb .picnema span.fushu {
    color: #9e4f68;
    background: #fff;
}

.piclistshow03 li:hover .infobox .titb .picnema{
	color:#ff0;
}
.piclistshow03 li .infobox .titb .ttd{
	position: relative;
	width: 40px;
	height: 2px;
	margin-top: 5px;
	margin-bottom: 18px;
	background: #999;
	transition: all 0.3s;
}
.piclistshow03 li:hover .infobox .titb .ttd{
	background: #ff0;
}
.piclistshow03 li .infobox .titb .yw{
	position: relative;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	transition: all 0.3s;
}
.piclistshow03 li .infobox .nrinfo{
	position: relative;
	width: 100%;
	height: 55%;
	max-height: 78px;
	color: #8d7560;
	line-height: 26px;
	margin-top: 5%;
	overflow: hidden;
	display: -webkit-box;
	word-wrap: break-word;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.piclistshow03 li:hover .infobox .nrinfo{
	color: #fff;
}

.piclistshow03 li .btbox{
	position:absolute;
	width: 90%;
	height: 30px;
	bottom: 5%;
}
.piclistshow03 li .btbox .bt{
	position: relative;
	float: left;
	width: 25px;
	height: 25px;
	overflow: hidden;
	margin-right: 5px;
	border-radius:13px;
	transition: all 0.3s;
	margin-left: -5px;
}
.piclistshow03 li .btbox .bt:hover{
	width: 85px;
	background: rgba(0,0,0,.1);
}
.piclistshow03 li .btbox .bt i{
	float: left;
	width: 25px;
	height: 25px;
	font-size: 18px;
	color: #9e4f68;
	line-height: 25px;
	padding-left: 5px;
	transition: all 0.3s;
}
.piclistshow03 li:hover .btbox .bt i{
	color: #ff0;
}
.piclistshow03 li .btbox .bt .zi1{
	position: absolute;
	width: 70px;
	height: 25px;
	top: 0;
	left: 26px;
	font-size: 12px;
	line-height: 25px;
	color: #666;
	transition: all 0.3s;
}
.piclistshow03 li:hover .btbox .bt .zi1{
	color: #ff0;
}

.piclistshow03 li .imgbox{
	position: absolute;
	width: 50%;
	height: 100%;
	transition: all 0.3s;
	overflow: hidden;
}
.piclistshow03 li .img{
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.piclistshow03 li:hover .img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
	filter: saturate(180%);
}
.piclistshow03 li:nth-child(4n+1) .imgbox,
.piclistshow03 li:nth-child(4n+2) .imgbox{
	left: 0;
}
.piclistshow03 li:nth-child(4n+1) .infobox,
.piclistshow03 li:nth-child(4n+2) .infobox{
	right: 0;
}
.piclistshow03 li:nth-child(4n+0) .infobox,
.piclistshow03 li:nth-child(4n-1) .infobox{
	left: 0;
}
.piclistshow03 li:nth-child(4n+0) .imgbox,
.piclistshow03 li:nth-child(4n-1) .imgbox{
	right: 0;
}
.piclistshow03 li:nth-child(4n+1) .infobox .jj,
.piclistshow03 li:nth-child(4n+2) .infobox .jj{
    left: -9px;
	background: url(../../images/web/jj3.png);
}
.piclistshow03 li:nth-child(4n+0) .infobox .jj,
.piclistshow03 li:nth-child(4n-1) .infobox .jj{
    right: -9px;
	background: url(../../images/web/jj6.png);
}

.piclistshow04{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
	transition: all 0.8s; 
}
.piclistshow04 li{
	position: relative;
	width: 50%;
	float: left;
	cursor: pointer;
	overflow: hidden;
}
.piclistshow04 li .infobox{
	position: absolute;
	width: 50%;
	height: 100%;
	transition: all 0.3s;
	padding: 3% 5%;
}
.piclistshow04 li .infobox .jj{
	position: absolute;
    width: 9px;
    height: 17px;
    top: 50%;
    margin-top: -8px;
}
.piclistshow04 li .infobox .titb{
	position: relative;
	width: 100%;
	height: 50px;
}
.piclistshow04 li .infobox .titb .picnema{
	position: relative;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	color:#fff;
	transition: all 0.3s;
	display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.piclistshow04 li .infobox .titb .picnema span.tists {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 3px;
}
.piclistshow04 li .infobox .titb .picnema span.fushu {
    display: block;
    width: auto;
    height: 16px;
    font-size: 12px;
    font-family: 微软雅黑;
    line-height: 16px;
    color: rgb(255, 255, 255);
    margin-left: 5px;
    padding: 0px 5px;
    background: #27C8A3;
    overflow: hidden;	
}
.piclistshow04 li:hover .infobox .titb .picnema{
	color:#ff0;
}
.piclistshow04 li .infobox .titb .ttd{
	position: relative;
	width: 40px;
	height: 2px;
	margin-top: 5px;
	margin-bottom: 18px;
	background: #fff;
	transition: all 0.3s;
}
.piclistshow04 li:hover .infobox .titb .ttd{
	background: #ff0;
}
.piclistshow04 li .infobox .titb .yw{
	position: relative;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	transition: all 0.3s;
}
.piclistshow04 li .infobox .nrinfo{
	position: relative;
	width: 100%;
	height: 55%;
	max-height: 78px;
	color: #fff;
	line-height: 26px;
	margin-top: 5%;
	overflow: hidden;
	display: -webkit-box;
	word-wrap: break-word;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	transition: all 0.3s;
}

.piclistshow04 li .btbox{
	position:absolute;
	width: 90%;
	height: 30px;
	bottom: 5%;
}
.piclistshow04 li .btbox .bt{
	position: relative;
	float: left;
	width: 25px;
	height: 25px;
	overflow: hidden;
	margin-right: 5px;
	border-radius:13px;
	transition: all 0.3s;
	margin-left: -5px;
}
.piclistshow04 li .btbox .bt:hover{
	width: 85px;
	background: rgba(0,0,0,.1);
}
.piclistshow04 li .btbox .bt i{
	float: left;
	width: 25px;
	height: 25px;
	font-size: 18px;
	color: #fff;
	line-height: 25px;
	padding-left: 5px;
	transition: all 0.3s;
}
.piclistshow04 li .btbox .bt .zi1{
	position: absolute;
	width: 70px;
	height: 25px;
	top: 0;
	left: 26px;
	font-size: 12px;
	line-height: 25px;
	color: #fff;
	transition: all 0.3s;
}
.piclistshow04 li .imgbox{
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.piclistshow04 li .img{
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.piclistshow04 li:hover .img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
	filter: saturate(180%);
}
.piclistshow04 li:nth-child(3){
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 50%;
}
.piclistshow04 li:nth-child(2) .ch{
	margin-top: 70%;
}
.piclistshow04 li:nth-child(1) .ch,
.piclistshow04 li:nth-child(3) .ch{
	margin-top: 35%;
	background: #333333;
}
.piclistshow04 li:nth-child(1) .infobox{
	height: 50%;
	bottom: 0;
	background: rgba(85, 205, 196, .9);
}
.piclistshow04 li:nth-child(1) .imgbox{
	width: 50%;
}
.piclistshow04 li:nth-child(1) .infobox{
	height: 100%;
	right: 0;
	background: #fff;
}
.piclistshow04 li:nth-child(3) .imgbox{
	width: 50%;
	right: 0;
}
.piclistshow04 li:nth-child(3) .infobox{
	height: 100%;
	background: #fff;
}
.piclistshow04 li:nth-child(2) .infobox {
    height: 50%;
    bottom: 0;
    right: 0;
    background: rgba(85, 205, 196, .9);
}
.piclistshow04 li:nth-child(1) .infobox .titb .picnema,
.piclistshow04 li:nth-child(3) .infobox .titb .picnema{
	color:#666;
}
.piclistshow04 li:nth-child(1):hover .infobox .titb .picnema,
.piclistshow04 li:nth-child(3):hover .infobox .titb .picnema{
	color:#27C8A3;
}
.piclistshow04 li:nth-child(1) .infobox .titb .ttd,
.piclistshow04 li:nth-child(3) .infobox .titb .ttd{
	background:#999;
}
.piclistshow04 li:nth-child(1):hover .infobox .titb .ttd,
.piclistshow04 li:nth-child(3):hover .infobox .titb .ttd{
	background:#27C8A3;
}
.piclistshow04 li:nth-child(3) .infobox .nrinfo,
.piclistshow04 li:nth-child(1) .infobox .nrinfo{
    color: #999;
}
.piclistshow04 li:nth-child(3) .btbox .bt .zi1,
.piclistshow04 li:nth-child(1) .btbox .bt .zi1{
	color: #666;
}
.piclistshow04 li:nth-child(3) .btbox .bt i,
.piclistshow04 li:nth-child(1) .btbox .bt i{
	color: #666;
}
.piclistshow04 li:nth-child(1) .infobox .jj{
    left: -9px;
	background: url(../../images/web/jj3.png);
}
.piclistshow04 li:nth-child(3) .infobox .jj{
	right: -9px;
	background: url(../../images/web/jj6.png);
}
.piclistshow04 li:nth-child(2):hover .btbox .bt i,
.piclistshow04 li:nth-child(2):hover .btbox .bt .zi1{
	color: #ff0;
}
.piclistshow04 li:nth-child(1):hover .btbox .bt i,
.piclistshow04 li:nth-child(3):hover .btbox .bt i,
.piclistshow04 li:nth-child(1):hover .btbox .bt .zi1,
.piclistshow04 li:nth-child(3):hover .btbox .bt .zi1{
	color: #27C8A3;
}
.piclistshow04 li:nth-child(2) .infobox .nrinfo{
	color: rgba(255,255,255,.8);
}
.piclistshow04 li:nth-child(2):hover .infobox .nrinfo{
	color: #fff;
}

.piclistshow04 li:nth-child(1):hover .infobox .nrinfo,
.piclistshow04 li:nth-child(3):hover .infobox .nrinfo{
	color: #666;
}

.piclistshow05{
	position: relative;
	width: 101%;
	height: auto;
	overflow: hidden;
	opacity: 1;
	transition: all 0.8s ease;
	top: 0;
}
.piclistshow05.active{
	opacity: 0;
	top: 100px;
}
.piclistshow05 li{
	position: relative;
	float: left;
	width: 23%;
	margin-right: 1%;
	margin-bottom: 1%;
	transition: all 0.4s;
	-moz-box-shadow: 0 2px 10px 0 rgba(67,38,21,0.1);
    -webkit-box-shadow: 0 2px 10px 0 rgba(67,38,21,0.1);
    box-shadow: 0px 2px 10px 0px rgba(67,38,21,0.1);
}
.piclistshow05 li:hover{
	/*box-shadow:0 0px 3px 3px rgba(0,0,0,.2)*/
}
.piclistshow05 li.lsit3{
	width: 32.3333%;
}
.piclistshow05 li.lsit4{
	width: 22.5%;
	margin:10px 1%;
}
.piclistshow05 li .imgbox{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.piclistshow05 li .imgbox .spico{
    position: absolute;
    width: 100%;
    height: 100%;
    transition:all 0.3s;
    background: rgba(0,0,0,.1);
    z-index: 5;
}
.piclistshow05 li:hover .imgbox .spico{
    background: rgba(0,0,0,.2);
}
.piclistshow05 li .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;
}
.piclistshow05 li:hover .imgbox .spico i{
    font-size: 65px;
    color: rgba(255,255,255,.9);
}
.piclistshow05 li .imgbox .img{
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	
}
.piclistshow05 li:hover .imgbox .img{
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
	filter: saturate(150%) grayscale(0%);
}
.piclistshow05 li .ydbox{
	position:absolute;
	width: 100%;
	height: 30px;
	bottom: 0;
	background: rgba(0,0,0,.5);
	padding: 0 5%;
	font-size: 14px;
	color: #f60;
	line-height: 30px;
	transition: all 0.3s;
}

.piclistshow05 li .ydbox span,
.piclistshow05 li .ydbox span a{
	position:absolute;
	width: auto;
	min-width: 58px;
	height: 30px;
	bottom: 0;
	right: 5%;
	color: #f60;
	transition: all 0.3s;
}
.piclistshow05 li:hover .ydbox span{
	color: #ff0;
}
.piclistshow05 li .ydbox span a:hover{
	color: #ff0;
}
.piclistshow05 li .tujian{
	position:absolute;
	width: 57px;
	height: 57px;
	top: 0;
	right: 0;
	background: url(../../images/web/tuijian-rt.png) top left no-repeat;
	background-size:100% 100% ;
	color: rgba(255,255,255,.0);
	z-index: 10;
}
.piclistshow05 li .infosbox{
	position: relative;
	width: 100%;
	height: auto;
	background: rgba(255,255,255,.4);
	padding: 3%;
	transition: all 0.5s ease;
}
.piclistshow05 li:hover .infosbox{
	background: rgba(144,105,85,.8);
}
.piclistshow05 li .infosbox h1{
	position: relative;
	width: 100%;
	height: 30px;
	font-size: 20px;
	color: #6e6059;
	font-family: hbkx;
	letter-spacing: -2px;
	line-height: 30px;
	transition: all 0.3s;
	display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.piclistshow05 li .infosbox h1.stitle{
	height: 25px;
	font-size: 16px;
	line-height:25px;
}
.piclistshow05 li .infosbox h1 span.tists {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 3px;
}
.piclistshow05 li .infosbox h1 span.tistx {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 3px;
    font-size: 20px;
    font-family: 宋体;
    font-weight: bold;
    letter-spacing: -1px;
    color: #9e4f68;
    transition: all 0.3s;
}
.piclistshow05 li .infosbox h1 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: #900;
    overflow: hidden;
    letter-spacing: 0px;	
}

.piclistshow05 li:hover .infosbox h1{
	color: #fff;
}
.piclistshow05 li:hover .infosbox h1 span.tistx {
    color: #fff;
}
.piclistshow05 li:hover .infosbox h1 span.fushu{
	color: #6e6059;
	background: rgba(255,255,255,.7);
}
.piclistshow05 li .infosbox .info{
	position: relative;
	width: 100%;
	height: 46px;
	font-size: 13px;
	line-height: 23px;
	color: #8d7560;
	margin-top: 10px;
	transition: all 0.3s;
	overflow: hidden;
    display: -webkit-box;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.piclistshow05 li .infosbox .info.infos{
	height: 40px;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}
.piclistshow05 li:hover .infosbox .info{
	color: rgba(255,255,255,.8);
}
.piclistshow05 li .btbox{
	position:relative;
	width: 100%;
	height: 30px;
	margin-top: 10px;
	overflow: hidden;
}
.piclistshow05 li .btbox.show{
	margin-top: 15px;
}
.piclistshow05 li .btbox.biaoqian{
	height: 25px;
	margin-top: 15px;
}
.piclistshow05 li .btbox .juli{
	position: absolute;
	width: auto;
	height: 26px;
	line-height: 30px;
	font-size: 12px;
	color: #9e4f68;
	top: 0;
	right: 0;
	text-align: center;
	transition: all 0.3s;
}
.piclistshow05 li:hover .btbox .juli{
	color: #ff0;
}



.piclistshow05 li .btbox .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(89,102,87,.1);
}
.piclistshow05 li .btbox .bt:hover{
	width: 85px;
	background: rgba(0,0,0,.2);
}
.piclistshow05 li .btbox .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;
}
.piclistshow05 li .btbox .bt i.ico1{
	font-size: 16px;
}
.piclistshow05 li:hover .btbox .bt i{
	color: #f4f0ea;
}
.piclistshow05 li .btbox .bt .zi1{
	position: absolute;
	width: 70px;
	height: 25px;
	top: 0;
	left: 26px;
	font-size: 12px;
	line-height: 25px;
	color: #666;
	transition: all 0.3s;
}
.piclistshow05 li:hover .btbox .bt .zi1{
	color: #f4f0ea;
}
.piclistshow05 li .btbox p{
	position:relative;
	width: auto;
	float: left;
	height: 25px;
	border: 1px solid #27C8A3;
	padding: 2px 5px;
	line-height: 19px;
	color: #27C8A3;
	font-size: 12px;
	margin-right: 5px;
	transition: all 0.3s;
}
.piclistshow05 li:hover .btbox p{
	border: 1px solid rgba(255,255,255,.7);
	padding: 2px 5px;
	color: rgba(255,255,255,.7);
}

.piclistshow06{
	position: relative;
	width: 101%;
	height: auto;
	overflow: hidden;
	opacity: 1;
	transition: all 0.8s ease;
	top: 0;
}
.piclistshow06.active{
	opacity: 0;
	top: 100px;
}
.piclistshow06 li{
	position: relative;
	float: left;
	width: 24%;
	margin-right: 1%;
	margin-bottom: 1%;
	transition: all 0.4s;
}

/*图文列表结束*/

/*价格样式*/
.alljgbox{
	position: absolute;
	width: auto;
	height: auto;
	overflow: hidden;
	bottom: 15px;
	z-index: 100;
}
.alljgbox .jiage{
	position: relative;
	width: auto;
	height: 30px;
	padding-right: 15px;
	background: url(../../images/web/jiagebg1.png) right top no-repeat;
	background-size:auto 30px;
	overflow: hidden;
}
.alljgbox .jiage h1{
	position: relative;
	width: auto;
	height: 100%;
	background: #f60;
	padding-left: 10px;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	text-align: left;
}
.alljgbox .jiage h1 span{
	position: relative;
	width: auto;
	height: 100%;
	background: #f60;
	font-size: 24px;
	line-height: 30px;
	padding: 0 3px;
	padding-top: 3px;
}


.piclistshow01 li:nth-child(1) .alljgbox .jiage,
.piclistshow01 li:nth-child(6) .alljgbox .jiage,
.piclistshow02 li:nth-child(1) .alljgbox .jiage,
.piclistshow04 li:nth-child(2) .alljgbox .jiage{
	height: 40px;
	padding-right: 20px;
	background: url(../../images/web/jiagebg1.png) right top no-repeat;
	background-size:auto 40px;
}
.piclistshow01 li:nth-child(1) .alljgbox .jiage h1,
.piclistshow01 li:nth-child(6) .alljgbox .jiage h1,
.piclistshow02 li:nth-child(1) .alljgbox .jiage h1,
.piclistshow04 li:nth-child(2) .alljgbox .jiage h1{
	font-size: 16px;
	line-height: 40px;
}
.piclistshow01 li:nth-child(1) .alljgbox .jiage h1 span,
.piclistshow01 li:nth-child(6) .alljgbox .jiage h1 span,
.piclistshow02 li:nth-child(1) .alljgbox .jiage h1 span,
.piclistshow04 li:nth-child(2) .alljgbox .jiage h1 span{
	font-size: 35px;
	line-height: 40px;
}
.piclistshow02 li:nth-child(1) .alljgbox,
.piclistshow04 li:nth-child(2) .alljgbox{
	bottom: 50%;
	margin-bottom: 15px;
}

.piclistshow01 li:nth-child(3) .alljgbox,
.piclistshow01 li:nth-child(4) .alljgbox,
.piclistshow02 li:nth-child(2) .alljgbox,
.piclistshow03 li:nth-child(4n+1) .alljgbox,
.piclistshow03 li:nth-child(4n+2) .alljgbox,
.piclistshow04 li:nth-child(1) .alljgbox{
	right: 0px;
}
.piclistshow01 li:nth-child(3) .alljgbox .jiage,
.piclistshow01 li:nth-child(4) .alljgbox .jiage,
.piclistshow02 li:nth-child(2) .alljgbox .jiage,
.piclistshow03 li:nth-child(4n+1) .alljgbox .jiage,
.piclistshow03 li:nth-child(4n+2) .alljgbox .jiage,
.piclistshow04 li:nth-child(1) .alljgbox .jiage{
	padding-left: 15px;
	padding-right: 0;
	background: url(../../images/web/jiagebg2.png) left top no-repeat;
	background-size:auto 30px;
}
.piclistshow01 li:nth-child(3) .alljgbox .jiage h1,
.piclistshow01 li:nth-child(4) .alljgbox .jiage h1,
.piclistshow02 li:nth-child(2) .alljgbox .jiage h1,
.piclistshow03 li:nth-child(4n+1) .alljgbox .jiage h1,
.piclistshow03 li:nth-child(4n+2) .alljgbox .jiage h1,
.piclistshow04 li:nth-child(1) .alljgbox .jiage h1{
	padding-left: 0px;
	padding-right: 10px;
}
.piclistshow04 li:nth-child(2) .alljgbox{
	right: 0px;
}
.piclistshow04 li:nth-child(2) .alljgbox .jiage{
	height: 40px;
	padding-right:0px;
	padding-left: 20px;
	background: url(../../images/web/jiagebg2.png) left top no-repeat;
	background-size:auto 40px;
}
.piclistshow04 li:nth-child(2) .alljgbox .jiage h1{
	padding-right: 10px;
}

/*线路攻略样式*/
.xlyjbox{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 25px;
	overflow: hidden;
}
.xlyjbox .lmtbox{
	position: relative;
	width: 100%;
	height: 30px;
	font-family: "微软雅黑";
	font-size: 22px;
	color: #666666;
	text-align: left;
	margin-bottom: 15px;
	font-weight: normal;
}
.xlyjbox .lmtbox span{
	float: left;
}
.xlyjbox .lmtbox p{
	position: relative;
	width: auto;
	float: left;
	height: 26px;
	line-height: 28px;
	font-family: arial;
	font-size: 16px;
	color: #999;
	border-bottom: 2px solid #27C8A3;
	text-transform: uppercase;
	margin-left: 5px;
}
.xlyjbox .infomess{
	position: relative;
	width: 100%;
	height: 50px;
	line-height: 25px;
	font-size: 13px;
	color: #999;
	overflow: hidden;
	display: -webkit-box;
	word-wrap: break-word;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.xlyjbox .btnsbox{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 15px;
	margin-bottom: 30px;
	overflow: hidden;
}
.xlyjbox .lines{
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -1px;
	border-right: 1px dashed #27C8A3;
}
.xlyjbox .btnsbox li{
	position: relative;
	float: left;
	width: auto;
	height: 30px;
	font-size: 14px;
	line-height: 28px;
	color: #999;
	border: 1px solid #27C8A3;
	padding: 0 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	transition: all 0.3s;
}
.xlyjbox .btnsbox li:hover{
	color: #fff;
	border: 1px solid #27C8A3;
	background: #27C8A3;
}
.xlglbox{
	position: relative;
	width: 50%;
	height: auto;
	float: left;
	padding:5px 4% 5px 0;
	overflow: hidden;
}

.xlglbox .listbox{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.xlglbox .listbox li{
	position: relative;
	float: left;
	width:32%;
	margin-right: 1.333%;
	overflow: hidden;
	background: #fff;
	transition: all 0.3s;
}
.xlglbox .listbox li .ch{
	margin-top: 120%;
}
.xlglbox .listbox li .imgbox{
	position: absolute;
	width: 100%;
	height: 55%;
	overflow: hidden;
}
.xlglbox .listbox li .imgbox .img{
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.xlglbox .listbox li:hover .imgbox .img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
	filter: saturate(180%);
}
.xlglbox .listbox li .infobox{
	position: absolute;
	width: 100%;
	height: 45%;
	min-height: 90px;
	bottom: 0;
	overflow: hidden;
	background: #fff;
	z-index: 10;
}
.xlglbox .listbox li .infobox h1{
	position: absolute;
	width: 100%;
	height: 25px;
	top: 10px;
	padding: 0 5px;
	font-size: 15px;
	color: #666;
	font-weight: none;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s;
}
.xlglbox .listbox li:hover .infobox h1{
	color: #27C8A3;
}
.xlglbox .listbox li .infobox h2{
	position: absolute;
	width: 100%;
	height: 34px;
	top: 50%;
	padding: 0 5px;
	font-size: 12px;
	color: #999;
	line-height: 17px;
	margin-top: -17px;
	overflow: hidden;
	display: -webkit-box;
	word-wrap: break-word;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.xlglbox .listbox li .infobox h3{
	position: absolute;
	width: 100%;
	height: 25px;
	bottom: 5px;
	padding: 0 5px;
	font-size: 14px;
	color: #f60;
	font-weight: none;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.yjfxbox{
	position: relative;
	width: calc(50% - 1px);
	height: auto;
	float: left;
	padding:5px 0px 0 4%;
}
/*讲解服务--瀑布流*/
.sjs-default {
	position: relative;
	padding: 0;
	margin: 0;
	opacity: 0;
	transition: height .2s ease-out, opacity .2s ease-out .2s
}

[data-sjsel] {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: -webkit-transform .2s ease-out;
	transition: transform .2s ease-out;
	transition: transform .2s ease-out, -webkit-transform .2s ease-out
}

.jj_bigbox {
	width: 99%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0px;
	padding-bottom: 15px;
}

.jj_card {
	background: rgba(255, 255, 255, .4);
	border-radius: 0px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, .1);
	display: flex;
	flex-direction: column;
	transition: box-shadow .2s ease-in-out;
	transition: all 0.3s;
}
.jj_card:hover {
	background: #9e4f68;
}
.jj_card .card__picture {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.jj_card .card__picture .imgbox{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	transition: all 0.3s;
}
.jj_card .card__picture .imgbox.product{
	-webkit-filter: grayscale(80%);
    filter: grayscale(80%);
}
.jj_card:hover .card__picture .imgbox{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.jj_card .card__picture img{
	width: 100%;
	height: auto;
	opacity: 0;
}
.jj_card .card__picture .spico {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    background: rgba(0,0,0,.1);
    z-index: 5;
}
.jj_card .card__picture .spico i {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -40px;
    color: rgba(255,255,255,.8);
    font-size: 40px;
    line-height: 80px;
    transition: all 0.3s;
    text-align: center;
}
.jj_card:hover .card__picture .spico i {
    font-size: 55px;
    color: rgba(255,255,255,1);
}
.jj_card .tujian {
    position: absolute;
    width: 57px;
    height: 57px;
    top: 0;
    right: 0;
    background: url(../../images/web/tuijian-rt.png) top right no-repeat;
    color: rgba(255,255,255,.0);
    z-index: 10;
}

.jj_card .card-infos {
	padding: 3% 5%;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.jj_card .card-infos h1 {
	position: relative;
    width: 100%;
    height: 30px;
    font-size: 16px;
    color: #9e4f68;
    line-height: 30px;
    transition: all 0.3s;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.jj_card .card-infos h1 span {
	font-size: 14px;
	line-height: 25px;
	margin: 0px;
	color: #f60;
}
.jj_card .card-infos h1 span.tists {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 3px;
    color: #9e4f68;
    font-size: 20px;
    transition: all 0.3s;
}
.jj_card:hover .card-infos h1 span.tists {
    color: #fff;
}
.jj_card .card-infos h1 span.fushu {
    display: block;
    width: auto;
    height: 16px;
    font-size: 12px;
    font-family: 微软雅黑;
    line-height: 16px;
    color: rgb(255, 255, 255);
    margin-left: 5px;
    padding: 0px 5px;
    background: #9e4f68;
    overflow: hidden;
    transition: all 0.3s;
}
.jj_card:hover .card-infos h1 span.fushu {
    color: #9e4f68;
    background: #fff;
}

.jj_card .card-infos h2{
	position: relative;
	width: 100%;
	height: 46px;
	font-size: 13px;
	line-height: 23px;
	color: #8d7560;
	margin-top: 10px;
	transition: all 0.3s;
	overflow: hidden;
    display: -webkit-box;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.jj_card:hover .card-infos h2{
	color: rgba(255,255,255,.8);
}
.jj_card .card-infos h3 {
	position: relative;
	height: 25px;
	margin: 0px;
}

.jj_card .card-infos h3 .leftbtn,
.jj_card .card-infos h3 .rightbtn  {
	position: absolute;
	bottom: 0;
	width: auto;
	height: 20px;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	background: #9e4f68;
	color: #fff;
	padding: 0 5px;
	border-radius: 3px;
}
.jj_card .card-infos h3 .leftbtn {
	left: 0;
}
.jj_card .card-infos h3 .rightbtn {
	right:0;
	background: #f60;
}
.jj_card .card-infos .btbox{
	position:relative;
	width: 100%;
	height: 25px;
	margin-top: 5px;
	overflow: hidden;
}
.jj_card .card-infos .btbox.biaoqian{
	height: 20px;
	margin-top: 10px;
}
.jj_card .card-infos .btbox li{
	position: relative;
	float: left;
	width: 25px;
	height: 25px;
	overflow: hidden;
	margin-right: 2px;
	border-radius:13px;
	transition: all 0.3s;
	margin-left: 0px;
	padding: 0 2px;
}
.jj_card .card-infos .btbox li:hover{
	width: 85px;
	background: rgba(0,0,0,.1);
}
.jj_card .card-infos .btbox li i{
	float: left;
	width: 25px;
	height: 25px;
	font-size: 16px;
	color: #9e4f68;
	line-height: 25px;
	padding-left: 0px;
	transition: all 0.3s;
	vertical-align: middle;
}
.jj_card:hover .card-infos .btbox li i{
	color: #ff0;
}
.jj_card .card-infos .btbox li.juli{
	position: absolute;
	width: auto;
	height: 26px;
	line-height: 26px;
	font-size: 11px;
	color: #9e4f68;
	top: 0;
	right: 0;
	text-align: center;
	transition: all 0.3s;
}
.jj_card:hover .card-infos .btbox li.juli{
	color: #fff;
}
.jj_card .card-infos .btbox li .zi1{
	position: absolute;
	width: 70px;
	height: 25px;
	top: 0;
	left: 26px;
	font-size: 12px;
	line-height: 25px;
	color: #666;
	transition: all 0.3s;
}
.jj_card .card-infos .btbox li:hover .zi1{
	color: #ff0;
}
.jj_card .card-infos .btbox p{
	position:relative;
	width: auto;
	float: left;
	height: 25px;
	border: 1px solid #27C8A3;
	padding: 2px 5px;
	line-height: 19px;
	color: #27C8A3;
	font-size: 12px;
	margin-right: 5px;
	transition: all 0.3s;
}
.jj_card:hover .card-infos  .btbox p{
	border: 1px solid rgba(255,255,255,.7);
	padding: 2px 5px;
	color: rgba(255,255,255,.7);
}

/*内容详情页*/
.showcenbox {
    position: relative;
    width: calc(100% - 40px);
    max-width: 1300px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.show-c-nr .leftnr{
	position: relative;
	float: left;
	width: 76%;
	height: auto;
	min-height: 500px;
	background:rgba(255,255,255,.5);
	z-index: 100;
	padding: 20px;
	z-index: 2000;
}

.show-c-nr .rightnr{
	position: relative;
	float: left;
	width: 22%;
	margin-left: 2%;
	height: auto;
	min-height: 500px;
	z-index: 2500;
}
.show-c-nr .rightnr.upstyle{
	z-index: 500;
}
.show-c-nr .rightnr .zbfwbox{
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	background:rgba(255,255,255,.5);
	padding: 18px 0;
	padding-bottom: ;
}
.show-c-nr .rightnr .zbfwbox .toptitle{
	position: relative;
	width: 100%;
	height: auto;
}
.show-c-nr .rightnr .zbfwbox .toptitle.botline{
	bottom: 1px ;
}
.show-c-nr .rightnr .zbfwbox .toptitle h1{
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 5%;
	font-size: 20px;
	color: #9e4f68;
	line-height: 25px;
}
.show-c-nr .rightnr .zbfwbox .toptitle h2{
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 5%;
	font-size: 16px;
	color: #8d7560;
	line-height: 20px;
	text-transform: uppercase;
	font-family: fontName;
}
.show-c-nr .rightnr .zbfwbox .toptitle h3{
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 5%;
	font-size: 12px;
	color: #8d7560;
	line-height: 18px;
}
.show-c-nr .rightnr .zbfwbox .toptitle.botline{
	bottom: 1px ;
}
.show-c-nr .rightnr .hotnews{
	position: relative;
	width: 100%;
	height: auto;
	padding: 5%;
	/*border-top: 1px dashed #8d7560;*/
	padding-bottom: 0;
}

.newshow_top{
	position: relative;
	width: 100%;
	height: auto;
	border-bottom: 1px dashed #ccc2bb;
}
.newshow_top h1{
	position: relative;
	width: 100%;
	height: auto;
	line-height: 25px;
	color: #9e4f68;
	font-size: 18px;
	text-align: left;
}
.newshow_top h2{
	position: relative;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #8d7560;
	font-size: 12px;
	text-align: left;
	overflow: hidden;
}
.newshow_top h2 span{
	position: relative;
	width: auto;
	float: left;
}
.newshow_top h2 a{
	color: 	#8d7560;
}
.newshow_top h2 a:hover{
	color: #9e4f68;
}

.newshow_top .botbtts{
	position: relative;
	float:left;
	width: 200px;
	height: 25px;
	left: 20px;
}
.newshow_top .pic_fxs{
	position: absolute;
	width: 30px;
	height: 25px;
	top: 0;
	right: 0;
}
.newshow_top .bt.activess{
	position: relative;
	float: left;
	width: 25px;
	height: 25px;
	overflow: hidden;
	margin-right: 10px;
	border-radius:13px;
	transition: all 0.3s;
	margin-left: -5px;
	cursor: pointer;
}
.newshow_top .bt:hover{
	width: 85px;
	background: rgba(0,0,0,.1);
}
.newshow_top .bt.activess:hover{
	width: 190px;
	background: rgba(0,0,0,.1);
}
.newshow_top .bt i{
	float: left;
	width: 25px;
	height: 25px;
	font-size: 20px;
	color: #666;
	line-height: 25px;
	padding-left: 5px;
	transition: all 0.3s;
	vertical-align: sub;
}
.newshow_top .bt.activex i{
	color: #090;
}
.newshow_top .botbtts .zi1{
	position: absolute;
	width: 70px;
	height: 25px;
	top: 0;
	left: 26px;
	font-size: 12px;
	line-height: 25px;
	color: #666;
	transition: all 0.3s;
}
.newshow_top .botbtts .zi2{
	position: absolute;
	width: 180px;
	height: 25px;
	top: 0;
	left: 26px;
	font-size: 12px;
	line-height: 25px;
	color: #666;
	transition: all 0.3s;
}
.newshow_top .botbtts .zi2 span{
	width: auto;
	float: left;
}

.newshow_top .botbtts .bt.activex .zi1{
	color: #090;
}


.fenxiang{
    width: 250px;
    height: 20px;
    z-index: 10;
    position: relative;
    float
}
.fenxiang.fxposa{
	position: absolute;
	border: 1px solid rgba(0,0,0,.1);
	bottom: 2px;
}
.fenxiang .benbox {
    position: relative;
    width: 200px;
    height: 20px;
    top: 0;
    left: 0;
    z-index: 100;
}
.fenxiang .benbox li {
    float: left;
    width: auto;
    height: 20px;
    line-height: 20px;
    padding: 0px 2px;
    font-size: 14px;
    color: #666;
}
.fenxiang .benbox li.zi {
    padding-top: 3px;
}
.fenxiang .benbox li a{
	width: 20px!important; 
	height: 20px!important;
	margin: 0 auto 0px!important; 
	float: none!important; 
	padding: 0!important; 
	display: block;
	color: #8d7560;
}
.fenxiang .benbox li a:hover{
	color: #9e4f68;
}
.fenxiang .benbox .bds_weixin,
.fenxiang .benbox .bds_sqq,
.fenxiang .benbox .bds_qzone,
.fenxiang .benbox .bds_tqq,
.fenxiang .benbox .bds_tsina{
	background-size:auto 0px;
	font-size: 18px;
	line-height: 18px;
	margin-top: 2px !important;
}

.hotnews .new_nsnr1:nth-last-child(1){
	margin-bottom: 0px;
}

.new_nsnr1{
	width: 100%;
	height: 85px;
	color: #9a8f88;
	overflow: hidden;
}

.new_nsnr1 .imgbox{
	float: left;
    width: 25%;
    height: 85px;
    margin-right: 15px;
    overflow: hidden;
}
.new_nsnr1.hot .imgbox{
    width: 38%;
}
.new_nsnr1 .imgbox .img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.new_nsnr1:hover .imgbox .img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.new_nsnr1.hot:hover .imgbox .img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.new_nsnr1 h5{
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #27C8A3;
	font-weight: bold;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}
.new_nsnr1.hot h5{
	color: #512e1e;
	font-weight: normal;
}
.new_nsnr1.hot:hover h5{
	color: #9e4f68;
	font-weight: normal;
}
.new_nsnr1 .font{
	height: 60px;
	margin-top: 5px;
	line-height: 20px;
	font-size: 12px;
	font-family: "微软雅黑";
	color: #8d7560;
	text-align: left;
	overflow: hidden;
    display: -webkit-box;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: all 0.3s;
}
.new_nsnr1 .font p{
	font-size: 12px;
	font-family: "微软雅黑";
	color: #8d7560;
}

.new_nsnr1:hover .font{
	color: #9e4f68;
}
.new_nsnr1 .tims{
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #777;
	margin-top: 3px;
}

.hot_jd{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.hot_jd .hotjd{
	position: relative;
	float: left;
	width: 49%;
	height: auto;
	margin-bottom: 15px;
}
.hot_jd .hotjd:nth-child(odd){
	margin-right: 2%;
}
.hot_jd .hotjd:nth-last-child(2),
.hot_jd .hotjd:nth-last-child(1){
	margin-bottom: 0px;
}
.hot_jd .hotjd .pics{
	position: relative;
	overflow: hidden;
}
.hot_jd .hotjd .pics .imgs{
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.hot_jd .hotjd:hover .pics .imgs{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.hot_jd .hotjd .namebox{
	position: relative;
	width: 100%;
	height: 30px;
	line-height: 30px;
    font-size: 14px;
    color: rgb(155, 140, 130);;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.3s;
    text-align: center;
}
.hot_jd .hotjd:hover .namebox{
    color:#9e4f68;
}


.show-c-nr .rightnr .bigwx{
	position: relative;
	width: 100%;
	max-width: 1300px;
	height: auto;
}
.wxshow{
	position: relative;
	width: 100%;
	height: auto;
	background:rgba(255,255,255,.5);
}
.wxshow .infos{
	position: relative;
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #9e4f68;
	line-height: 23px;
	padding:15px 7% 10px 7%;
	border-bottom: 1px dashed rgba(0,0,0,.1);
}
.wxshow .infos span{
	font-size: 13px;
	color: #8d7560;
	line-height: 20px;
}
.wxshow .icos{
	position: relative;
	width: 100%;
	height: auto;
	padding: 7%;
	overflow: hidden;
}
.wxshow .icos .logo{
	position: relative;
	float: left;
	width: 42%;
	overflow: hidden;
	background: url(../../images/web/wx-logo.png) center center no-repeat;
	background-size:100% auto ;
}
.wxshow .icos .logo .ch{
	margin-top: 111.111%;
}
.wxshow .icos .ewm{
	position: relative;
	float: right;
	width: 46.69%;
	overflow: hidden;
	background: url(../../images/web/wxewm.jpg) top left no-repeat;
	background-size:auto 100%;
}
.wxshow .icos .ewm .ch{
	margin-top: 100%;
}
.show-c-nr .rightnr .bigwx.upstyle{
	position: fixed;
	top: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.show-c-nr .rightnr .bigwx.upstyle .wxshow{
	width: 22%;
	float: right;
}
/*内容详情页结束*/
/*联系我们*/
.ctanrbox{
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 10px;
	overflow: hidden;
	padding-bottom: 25px;
}
.ctanrbox .left{
	position: relative;
	float: left;
	width: 45%;
	height: 360px;
	padding-top: 15px;
}
.ctanrbox .left .title{
	position: relative;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	color: #906955;
	border-bottom: 1px dashed rgba(0,0,0,.1);
}
.ctanrbox .left .infobox{
	position: relative;
	width: 100%;
	height: auto;
	padding: 10px 0;
	border-bottom: 1px dashed rgba(0,0,0,.1);
}
.ctanrbox .left .infobox li{
	position: relative;
	width: 100%;
	height: 56px;
	padding: 18px 0;
	cursor: pointer;
}
.ctanrbox .left .infobox li i{
	position: relative;
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	transition: all 0.3s;
}
.ctanrbox .left .infobox li:hover i{
	color: #906955;
}

.ctanrbox .left .infobox li .ctainf{
	position: relative;
	float: left;
	width: calc(100% - 40px);
	height: 20px;
	margin-left: 10px;
	line-height: 20px;
	font-size: 14px;
	transition: all 0.3s;
}
.ctanrbox .left .infobox li:hover .ctainf{
	color: #906955;
}

.ctanrbox .right{
	position: relative;
	float: right;
	width: 50%;
	height: 500px;
}
.ctanrbox .right .kk{
	position: absolute;
	width: 85%;
	height: 100%;
	top: 0;
	right: 0;
	border: 4px solid rgba(0,0,0,.1);
}
.ctanrbox .right .dt{
	position: absolute;
	width: calc(100% - 15px);
	height:calc(100% - 30px);
	top: 15px;
	right: 15px;
	overflow: hidden;
	border:1px solid rgba(0,0,0,.1);
	background: #fff;
}
.ctanrbox .right .dt #map_iframes{
	position: absolute;
	width: 100%;
	height:100%;
}
.ctanrbox .anchorBL,
.ctanrbox .BMap_stdMpPan,
.ctanrbox .BMap_stdMpZoom{
	display: none;
}
.BMap_Marker{
	background: url(http://api.map.baidu.com/images/blank.gif) !important;
    width: 19px;
    height: 25px;
    background-size:cover  !important;
}
.ctanrbox .left .ewmbox {
    position: relative;
    width: 100%;
    height: 120px;
    background: url(../../images/web/dhewm.jpg) top left no-repeat;
    background-size: auto 100%;
    margin-top: 35px;
    padding-left: 140px;
    font-size: 14px;
    line-height: 30px;
}
/*联系我们结束*/

/*旅游服务样式*/
.lyfw{
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: rgba(67,38,21,.01);
}
.lyfw .lmtits {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #900;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    background: rgba(67,38,21,.05);
}
.lyfw .lmtits span {
   position: relative;
    left: 50%;
    top: 50%;
    width: auto;
    padding: 0 10px;
    position: absolute;
    margin-top: -20px;
    z-index: 1;
    text-align: center;
    -webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.lyfw .c_nr_box{
    position: relative;
    width: 100%;
    height: auto;
}
.lyfw .c_nr_box ul {
    width: 100%;
    height: auto;
    min-height: 45px;
    padding: 10px 15px;
    color: #906955;
    overflow:hidden;
}
.lyfw .c_nr_box ul.nopad {
	padding-top:0px ;
	padding-bottom: 0px;
}
.lyfw .c_nr_box ul li {
    position: relative;
    float: left;
    width: calc(100% - 80px);
    height: 100%;
    line-height: 40px;
}
.lyfw .c_nr_box ul li span {
    margin-right: 0px;
}
.lyfw .c_nr_box ul li span.tcbtns {
    color: #9e4f68;
    font-weight: bold;
    cursor: pointer;
}
.lyfw .c_nr_box ul li.yrz {
    color: #999;
    font-size: 12px;
}
.lyfw .c_nr_box ul li i {
    font-size: 16px;
    color: #27C8A3;
    width: auto;
    padding: 0 5px;
    line-height: 22px;
}
.lyfw .c_nr_box ul li i.no {
    font-size: 16px;
    color: #c00;
}
.lyfw .c_nr_box ul li a {
    color: #27C8A3;
    font-weight: bold;
    margin-left: 15px;
}
.lyfw .c_nr_box ul li.li1 {
    width: 80px;
    font-weight: bold;
    color: #726767;
    line-height: 40px;
}
.lyfw .c_nr_box ul li.li25 {
    line-height: 25px;
}
.lyfw .c_nr_box ul li.li2 {
    float: none;
    margin-left: 80px;
}
.lyfw .c_nr_box ul li .btn {
    position: absolute;
    left: 100px;
    top: 0;
    border: 1px solid #27C8A3;
    background: #27C8A3;
    height: 28px;
    width: 100px;
    text-align: center;
    color: #fff;
}
.lyfw .c_nr_box ul li .xyxz {
    position: absolute;
    left: 100px;
    top: 0;
    height: 28px;
    width: 100px;
    text-align: center;
    color: #27C8A3;
}
.lyfw .c_nr_box ul li .input {
    border: 1px solid rgba(144,105,85,.3);
    background: rgba(255,255,255,.2);
    height: 40px;
    width: 100px;
    padding: 0 5px;
    vertical-align: bottom;
    font-size: 100%;
    color: #906955;
    margin: 0;
    vertical-align: baseline;
    outline: none;
}
.lyfw .c_nr_box ul li .input.l100 {
    width: 100%;
}
.lyfw .c_nr_box ul li .input.l28 {
    width: 275px;
}
.lyfw .c_nr_box ul li .input.l150 {
    width: 150px;
}
.lyfw .c_nr_box ul li .input.l260 {
    width: 230px;
}
.lyfw .c_nr_box ul li .time_data {
    position: relative;
    float: left;
    height: 28px;
    width: 275px;
}
.lyfw .c_nr_box ul li .time_data i {
    position: absolute;
    right: 5px;
    top: 3px;
    font-size: 18px;
}
.lyfw .c_nr_box textarea {
    width: 100%;
    height: 130px;
    border: 1px solid rgba(144,105,85,.3);
    background: rgba(255,255,255,.2);
    resize: none;
    line-height: 30px;
    color: #906955;
    padding: 5px;
    font-family: "微软雅黑";
}
.lyfw .tem_fzr{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.lyfw .tem_fzr .left{
	position: relative;
	float: left;
	width: 55%;
	height: auto;
}
.lyfw .tem_fzr .right{
	position: relative;
	float: left;
	width: 45%;
	height: auto;
}
.lyfw .yztj{
	position: relative;
	width: 100%;
	height: 70px;
	overflow: hidden;
	border-top: 1px dashed rgba(0,0,0,.1);
}
.lyfw .tjbtn{
	position: absolute;
    right: 50%;
    margin-right: -50px;
    top: 15px;
    border: 1px solid #906955;
    background: #906955;
    height: 35px;
    line-height: 35px;
    width: 100px;
    text-align: center;
    color: #fff;
    transition: all 0.3s;
    cursor: pointer;
}
.lyfw .tjbtn:hover{
    background: #900;
    border: 1px solid #900;
    color: #fff;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder{ /*WebKit browsers*/
	color: rgba(144,105,85,.5);
}
textarea::-webkit-input-placeholder,
input::-moz-input-placeholder{ /*Mozilla Firefox*/
	color: rgba(144,105,85,.5);
}
textarea::-webkit-input-placeholder,
input::-ms-input-placeholder{ /*Internet Explorer*/ 
	color: rgba(144,105,85,.5);
}
/*旅游服务样式结束*/
/*信息执行*/	
.aded_ok{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.0);
	z-index: -10;
	top: 0;
	left: 0;
	transition: all 0.3s;
}
.aded_ok.active{
	background: rgba(0,0,0,.8);
	z-index: 3000;
}	
.aded_ok .ok_messbox{
	position: absolute;
	width: auto;
	height: auto;
	background:#fff;
	border-radius: 5px;
	left: 50%;
	top: 50%;
	padding: 10px 20px;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transform:scale(0.8) translateX(-60%) translateY(-50%);
	-ms-transform:scale(0.8) translateX(-60%) translateY(-50%);
	transform:scale(0.8) translateX(-60%) translateY(-50%)
}
.aded_ok.active .ok_messbox{
	opacity: 1;
	-webkit-transform:scale(1) translateX(-50%) translateY(-50%);
	-ms-transform:scale(1) translateX(-50%) translateY(-50%);
	transform:scale(1) translateX(-50%) translateY(-50%)
}
.aded_ok .ok_messbox .tsico{
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0 auto;
	text-align: center;
}
.aded_ok .ok_messbox .tsico.ok{
	background: #090;
}
.aded_ok .ok_messbox .tsico.no{
	background: #c00;
}
.aded_ok .ok_messbox .tsico i{
	line-height: 40px;
	font-size: 24px;
	color: #fff;
}
.aded_ok .ok_messbox .ts-info{
	position: relative;
	width: auto;
	line-height: 25px;
	font-size: 14px;
	color: #777;
	margin: 10px 0;
}
.aded_ok .ok_messbox .tj_btnbox{
	position: relative;
	width: auto;
	height: 25px;
	text-align: center;
	margin: 0 auto;
}
.aded_ok .ok_messbox .tj_btnbox .btn{
	position: relative;
	display: inline-block;
	width: auto;
	height: 100%;
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
	line-height:25px;
	border-radius: 2px;
	cursor: pointer;
}
.aded_ok .ok_messbox .tj_btnbox .btn a{
	color: #fff;
}
.aded_ok .ok_messbox .tj_btnbox .btn.ok{
	background: #090;
}
.aded_ok .ok_messbox .tj_btnbox .btn.no{
	background: #c00;
}
/*信息执行结束*/	


.radio {
  padding-left: 3px;
  float: left;
  margin-right: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 12px;
  height: 12px;
  left: 4px;
  top:50%;
  margin-top: -5px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: -3px;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #900;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #900;
}

/*问卷调查*/
.wen_box{
    position: relative;
    width: 100%;
    /*height: calc(100% - 40px);*/
    height: auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /*padding: 10px;*/
    overflow-x: hidden;
    overflow-y: auto !important;
}

.wen_box ul{
	position: relative;
	width: 100%;
	height: auto;
	border-top:1px solid rgba(0,0,0,.1);
	border-right:1px solid rgba(0,0,0,.1);
	overflow: hidden;
}
.wen_box ul li{
	position: relative;
	float: left;
	width: 50%;
	height: 45px;
	line-height: 25px;
	padding: 10px;
	color: #906955;
	border-bottom:1px solid rgba(0,0,0,.1);
	border-left:1px solid rgba(0,0,0,.1)
}
.wen_box ul li.w100{
	width: 100%;
	text-align: center;
}
.wen_box ul li.center{
	text-align: center;
}
.wen_box ul li .much{
	color: #7a394d;
	margin: 0 10px;
}
.wen_box ul li .bfb{
	color: #999;
}
.wen_box ul li.tit{
	width: 100%;
	color: #726767;
	font-weight: bold;
	background: rgba(67,38,21,.03);
	text-align: center;
}
.wen_box ul li.btnbox{
	position: relative;
	width: 100%;
	height: 55px;
	line-height: 35px;
	padding: 10px;
	text-align: center;
}
.wen_box ul li.btnbox .btn{
	position: relative;
	display: inline-block;
	width: auto;
	height: 35px;
	padding: 0 10px;
	line-height: 33px;
	background: #906955;
	color: #fff;
	border: 1px solid #906955;
	cursor: pointer;
}
.wen_box ul li.btnbox .btn a{
	color: #fff;
}
.wen_box ul li.btnbox .btn:hover,
.wen_box ul li.btnbox .btn a:hover{
	background: #900;
	border: 1px solid #900;
	color: #fff;
}

/*预订中心*/
.ydnrbox {
    position: relative;
    width: 95%;
    max-width: 1300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.none_in {
	display: none;
}
.order_form .order_item .Reserve_content .Reserve_content_l .Reserve_type_box ul li {
	line-height: 28px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
input[type="checkbox"]+label::before {
	content: '\a0';
	display: inline-block;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	background: transparent;
	border: 1px solid #8d7560;
	font-size: 12px;
	margin-right: 10px;
}

input[type="checkbox"]:checked+label::before {
	content: '\2713';
	background: #9e4f68;
	border: 1px solid #9e4f68;
	color: #fff;
}

.orderpayment {
	background: rgba(141,117,96,.2);
	line-height: 32px;
	overflow: hidden;
	padding: 20px;
}

.orderpayment .orderpayment_l {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.orderpayment .orderpayment_l span{
	color: #27C8A3;
	cursor: pointer;
}

.orderpayment .orderpayment_l a:hover {
	text-decoration: underline;
}

.orderpayment .orderpayment_r .zong i {
	font-size: 24px;
	font-style: normal;
	color: #ff6600;
	vertical-align: sub;
}

.orderpayment .orderpayment_r .zong_btn {
	background: #900;
	border: none;
	padding: 0 20px;
	height: 32px;
	font-size: 16px;
	vertical-align: bottom;
	color: #fff;
	margin-left: 30px;
}

.bor_a{
	border: 1px solid rgba(0,0,0,.1);
}
.bor_l{
	border-left: 1px solid rgba(0,0,0,.1);
}
.bor_r{
	border-right: 1px solid rgba(0,0,0,.1);
}
.bor_t{
	border-top: 1px solid rgba(0,0,0,.1);
}
.bor_b{
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.orderbox{
	position: relative;
	width: 100%;
	height: auto;
	background: rgba(255,255,255,.8);
	z-index: 2000;
}
.orderbox .oder-topnva{
	position: relative;
	width: calc(100% + 1px);
	height: 40px;
	overflow: hidden;
}
.orderbox .oder-topnva li{
	position: relative;
	float: left;
	width: 33.333%;
	height: 40px;
	line-height: 40px;
	background: rgba(80,45,30,.2);
	border-left:1px solid #fff;
	text-align: center;
	color: #666;
}
.orderbox .oder-topnva li:first-child{
	border-left:0px;
}
.orderbox .oder-topnva li p{
	position: relative;
    display: inline-block;
    height: 18px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
}
.orderbox .oder-topnva li p.nomber {
    width: 18px;
    height: 18px;
    border: 1px solid #7b7b7b;
    line-height: 16px;
    font-size: 12px;
    margin-right: 5px;
    border-radius: 50%;
}
.orderbox .oder-topnva li.active{
	color: #fff;
	background: #900;
}
.orderbox .oder-topnva li.activex{
	color: #fff;
	background: #9e4f68;
}
.orderbox .oder-topnva li.active p.nomber,
.orderbox .oder-topnva li.activex p.nomber{
    border: 1px solid #fff;
}
.orderbox .lmtits{
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #900;
	margin-top: 40px;
	margin-bottom: 20px;
}
.orderbox .lmtits:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    border-bottom: 1px dashed rgba(80,45,30,.2);
    width: 100%;
    z-index: 0;
}
.orderbox .lmtits span {
    /*display: inline-block;
    left: 50%;
    top: 50%;
    width: auto;
    padding: 0 10px;
    position: absolute;
    margin-left: -45px;
    margin-top: -20px;
    z-index: 1;
    font-size: 18px;
    background: #fff;
    text-align: center;*/
    position: relative;
    left: 50%;
    top: 50%;
    width: auto;
    padding: 0 10px;
    position: absolute;
    margin-top: -20px;
    z-index: 1;
    font-size: 16px;
    background: #fdfcfb;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.orderbox .nrbigbox{
	position: relative;
	width: 100%;
	height: auto;
	padding:0 20px;
	padding-bottom: 30px;
}
.orderbox .nrbigbox .tishi{
	position: relative;
	width: 100%;
	height: auto;
	padding:0 2%;
	text-align: center;
	font-size: 14px;
	color: #999;
	line-height: 26px;
}
.orderbox .nrbigbox .tishi p{
	color: #27C8A3;
}
.orderbox .nrbigbox .rz_box{
	position: relative !important;
	top: 0 !important;
	width: 700px !important;
	left: 0 !important;
	margin: 0 auto !important;
	-webkit-transform: translateY(0%)!important;
	-ms-transform: translateY(0%)!important;
	transform: translateY(0%)!important;
}


.orderbox .messbox{
	position: relative;
	width: 100%;
	height: auto;
}
.tdclass{
	text-align: center;
	vertical-align: middle;
	background: #fff;
	font-size: 14px;
	line-height: 25px;
	padding: 15px 20px;
}
/*.orderbox .messbox .list{
	position: relative;
	height: auto;
	min-height: 45px;
	border-top: 1px solid rgba(0,0,0,.1);
}*/
.orderbox .messbox .list ul{
	position: relative;
	height: auto;
	/*min-height: 45px;*/
	overflow: hidden;
	border-top: 1px solid rgba(0,0,0,.1);
	display: flex;
	display: -webkit-flex;
}
.orderbox .messbox .list ul:first-child{
	border-top: 0px ;
}
.orderbox .messbox .list li{
	position: relative;
	float: left;
	height: 100%;
	border-left: 1px solid rgba(0,0,0,.1);
	font-size: 14px;
	line-height: 30px;
	padding: 10px 20px;
	display: flex;
	display: -webkit-flex;
}
.orderbox .messbox .list li:first-child{
	border-left: 0px ;
	
}
.orderbox .messbox .list li.one{
	width: 60%;
	text-align: left;
}
.orderbox .messbox .list li.two{
	width: 20%;
	text-align: center;
}
.orderbox .messbox .list li i{
	color: #900;
	font-style: normal;
	font-weight: bold;
}
.orderbox .messbox .list li .nun_order {
    border: 1px solid #9e4f68;
    display: inline-block;
    line-height: 24px;
}
.orderbox .messbox .list li .text_nun {
    width: 40px;
    height: 26px;
    border: none;
    text-align: center;
    color: #9e4f68;
}
.orderbox .messbox .list li .next_btn {
    width: 26px;
    height: 26px;
    border: none;
    background: #900;
    color: #fff;
}
.orderbox .messbox .list li .prev_btn {
    width: 26px;
    height: 26px;
    border: none;
    background: #8d7560;
    color: #fff;
}
.orderbox .messbox .time_data{
    position: relative;
    float: left;
    height: 28px;
    width: 275px;
}
.orderbox .messbox .time_data input {
    border: 1px solid rgba(0,0,0,.2);
    height: 28px;
    width: 275px;
    padding: 0 5px;
    vertical-align: bottom;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    outline: none;
}
.orderbox .messbox .time_data i {
    position: absolute;
    right: 5px;
    top: 3px;
    font-size: 18px;
}
.orderbox .h1{
    position: relative;
    float: left;
    height: 28px;
    width: 30px;
    text-align: center;
    line-height: 28px;
}
.orderbox textarea {
    width: 100%;
    height: 85px;
    border: 1px solid rgba(0,0,0,.2);
    background: #F6F6F6;
    resize: none;
    line-height: 25px;
    color: #666;
    padding:5px;
}

.orderbox .tdclass i{
	font-size: 16px;
	color: #27C8A3;
	width: auto;
	padding: 0 5px;
	line-height: 22px;
}
.orderbox .tdclass i.no{
	font-size: 16px;
	color: #c00;
}
.orderbox .tdclass .yrz{
	color: #999;
	font-size: 12px;
}
.orderbox .tdclass a{
	color: #900;
	font-weight: bold;
	margin-left: 15px;
}
.orderbox .tdclass .editjbxx{
	color: #900;
    font-size: 12px;
	cursor: pointer;
	font-weight: bold;
}
.orderbox .tdclass .syrname{
	width: 15%;
	float: left;
}
.orderbox .tdclass .syrid{
	width: 30%;
	float: left;
}
.orderbox .tdclass .syredit{
	width: auto;
	height: auto;
	float: right;
	padding: 0 10px;
	font-weight: bold;
	color: #090;
	cursor: pointer;
}
.orderbox .tdclass .syredit i{
	font-size: 18px;
	font-weight: normal;
}
.order-bottom{
	position: fixed;
	width:calc(100% + 40px);
	max-width: 1300px;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
	background: #fff;
}
.order-bottom.active{
	position: relative;
	width: 100%;
	max-width: 1300px;
	height: 73px;
	left: 0%;
	bottom: 0;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	padding: 0 0%;
	margin-top: 30px;
}

.oderpage_more{
	position: relative;
	width: 100%;
	max-width: 680px;
	height:auto;
	margin: 10px auto;
	border: 4px solid rgba(0,0,0,.1);
	padding: 20px;
}
.oderpage_more h1{
	position: relative;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #27C8A3;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.oderpage_more li{
	position: relative;
	width: 100%;
	height: auto;
	min-width: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	background: #f5f5f5;
	padding: 0 15px;
	overflow:hidden;
}
.oderpage_more li.n1{
	background: #fff6db;
	border: 1px solid #f2dbb6;
}
.oderpage_more li.n2{
	background: #fff;
}
.oderpage_more li.n1 .zi1{
	color: #f8664f;
}
.oderpage_more li.n1 .zi1 a{
	color: #27C8A3;
}
.oderpage_more li.n1 .zi2{
	color: #090;
}
.oderpage_more p{
	float: left;
	text-align: left;
	color: #999;
}
.oderpage_more p span{
	color: #f60;
}
.oderpage_more .p3{
	width:30%;
}
.oderpage_more .p4{
	width:40%;
}
.oderpage_more .p10{
	width:100%;
	float: none;
}

.order_payx{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.order_payx .paybox{
	position: relative;
	width: 100%;
	height: 40px;
	text-align: center;
}
.order_payx .paybox li{
    display: inline-block;
    border: 1px solid rgba(0,0,0,.2);
    padding: 3px 20px;
    font-size: 16px;
    margin: 0 5px;
    cursor: pointer;
    color: #666;
}
.order_payx .paybox li i{
	font-size: 28px;
    vertical-align: sub;
}
.order_payx .paybox li i.weixin,
.order_payx .paybox li.active i.weixin{
	color:#090;
}
.order_payx .paybox li i.zhifubao,
.order_payx .paybox li.active i.zhifubao{
	color:#01AAEF;
}
.order_payx .paybox li.active,
.order_payx .paybox li:hover{
    border: 1px solid #7a394d;
   color: #7a394d;
}
.order_payx .paytu{
	position: relative;
	width: 500px;
	height: 270px;
	background:url(../../images/web/zhifu.jpg) top center no-repeat;
	margin: 0 auto;
	padding-top:210px;
	color: #f60;
	text-align: center;
	line-height: 30px;
	margin-bottom: 40px;
	margin-top: 20px;
}

.oderpage_xiangqing{
	position: relative;
	width: 100%;
	height: auto;
	padding: 30px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #8d7560;
}
.oderpage_backbox{
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px 0;
	margin: 30px 0 10px 0;
	border-top: 1px solid rgba(0,0,0,.15);
	text-align: center;
}
.oderpage_backbox li{
	display: inline-block;
	width: auto;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	font-size: 14px;
	color: #fff;
    background: #9e4f68;
	transition: all 0.3s;
}
.oderpage_backbox li i{
	font-size: 25px;
	vertical-align: sub;
}
.oderpage_backbox li:hover{
	background: #7a394d;
}
.open_bigbox{
	position: fixed;
	display:block ;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.0);
	z-index: -100;
	/*z-index: 10000;
	background: rgba(0,0,0,.85);*/
	transition: all 0.5s;
}
.open_bigbox.active{
	display:block ;
	background: rgba(0,0,0,.85);
	z-index: 100000;
}
.open_order_pay{
	position: absolute;
	width: 460px;
	height: auto;
	left: 50%;
	margin-left: -230px;
	top: 50%;
	-webkit-transform:scale(0.8) translateY(-50%);
	-ms-transform:scale(0.8) translateY(-50%);
	transform:scale(0.8) translateY(-50%);
	background: #fff;
	opacity: 0;
	transition: all 0.5s;
	border-radius: 5px;
	/*opacity: 1;
	-webkit-transform:scale(0) translateY(-50%);
	-ms-transform:scale(1.0) translateY(-50%);
	transform:scale(1.0) translateY(-50%);
	border-radius: 5px;
	transition: all 0.5s;*/
}
.open_bigbox.active .open_order_pay{
	 opacity: 1;
	-webkit-transform:scale(0) translateY(-50%);
	-ms-transform:scale(1.0) translateY(-50%);
	transform:scale(1.0) translateY(-50%);
}	
.open_order_pay .top_name{
	position: relative;
	width: 100%;
	height: 40px;
	background: #7a394d;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 10px;
	line-height: 20px;
	color: #fff;
	font-weight:bold;
}	
.open_order_pay .top_name i{
	position: absolute;
	width: 25px;
	height: 25px;
	top: 8px;
	right: 8px;
	font-size: 25px;
	line-height: 25px;
	transition: all 0.3s;
}
.open_order_pay .top_name i:hover{
	color: #ff0;
}
.open_order_pay .paybox{
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px;
	background: #fff;
	overflow: hidden;
	
}
.open_order_pay .paybox .zfleft{
	position: relative;
	float: left;
	width: 50%;
	height: 283px;
	font-size: 20px;
	color: #090;
	line-height: 35px;
	text-align: center;
}
.open_order_pay .paybox .zfleft .zfewm{
	position: absolute;
	width: 170px;
	height: 170px;
	bottom: 30px;
	left: 50%;
	margin-left: -85px;
	border: 1px solid rgba(0,0,0,.2);
	padding: 5px;
}
.open_order_pay .paybox .zfleft .zfewm img{
	width: 100%;
	height: 100%;
}

.open_order_pay .paybox .wxzfright{
	position: relative;
	float: right;
	width: 50%;
	height: 283px;
	background:url(../../images/web/wxzf-r.jpg) top right no-repeat;
}

.open_order_pay .paybox .zfbzfright{
	position: relative;
	float: right;
	width: 156px;
	height: 283px;
	background:url(../../images/web/zfb-r.jpg) top right no-repeat;
}
.open_order_pay .paybox .zfbzfright .btn{
	position: absolute;
	width: 100%;
	height: 40px;
	right: 0;
	bottom: 30px;
	background:#01AAEF;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
}


/*在线缅怀*/
.messbox{
	width: 100%;
	height: auto;
	margin:5px auto; 
	overflow:hidden
}
.messbox li{ width:100%; height:45px;}
.messbox li .messleft{ float:left; width:15%; height:45px; background:rgba(255,255,255,.5); border:1px solid rgba(0,0,0,.1);color:#8d7560;font-weight: bold; text-align:center; font-size:14px; line-height:45px; margin-bottom:5PX;}
.messbox li .messleft1{ float:left; width:15%; height:150px;background:rgba(255,255,255,.5); border:1px solid rgba(0,0,0,.1);color:#8d7560;font-weight: bold; text-align:center; font-size:14px;line-height:90px; margin-bottom:5PX;}
.messbox li .messleft2{ float:left; width:50%; height:45px; text-align:right; padding-right:10px; margin-top:30px;}
.messbox li .messright{ float:left; width:85%; height:45px; border:1px solid rgba(0,0,0,.1); background:rgba(255,255,255,.3); border-left:0px; margin-bottom:5PX;}
.messbox li .messright2{ float:left; width:55%; height:45px; border:1px solid rgba(0,0,0,.1); background:rgba(255,255,255,.3); border-left:0px;margin-bottom:5PX;}
.messbox li .messright3{ float:left; width:20%; height:45px; margin-bottom:5PX; line-height:45PX; margin-left:20px; color: #635047;}
.messbox li .messright4{ float:left; width:85%; height:100px; border:1px solid rgba(0,0,0,.1); background:rgba(255,255,255,.3); border-left:0px; margin-bottom:5PX; padding-top:10px; padding-left:10px;}
.messbox li .messright5{ float:left; width:85%; height:150px; border:1px solid rgba(0,0,0,.1); background:rgba(255,255,255,.3); border-left:0px; margin-bottom:5PX;}
.messbox li .messright6{ float:left; width:50%; height:45px; text-align:left; padding-left:10px;margin-top:30px;}
.InputBoxLogin{ width:98%;  height:43px; border:0px solid #000; margin-left:10px; font:14px; font-family: "微软雅黑"; background:rgba(0,0,0,.0); color:#635047}
.InputBoxLogin2{ width:98%;  height:140px; border:0px solid #000; margin-left:10px; font:14px; font-family: "微软雅黑";  line-height:28px; background:rgba(0,0,0,.0);color:#635047}
.Inputbut{
	 width:auto;
	 height:35px;
	 padding: 0 10px;
	 border: 1px solid #7a394d;
     background: #7a394d;
	 font-size:14px;
	 color:#fff;
	 font-family: "微软雅黑";
	 text-align:center;
	 display:inline-block;
	 line-height:35px;
	 cursor: pointer;
	 transition: all 0.3s;
	 }
.Inputbut:hover{background:#900; border:1px solid rgba(0,0,0,.0);color:#ffffff}
.Inputbut01{
	 width:auto;
	 height:35px;
	 padding: 0 10px;
	 border: 1px solid #9e4f68;
     background: #9e4f68 !important;
	 font-size:14px;
	 color:#fff;
	 font-family: "微软雅黑";
	 text-align:center;
	 display:inline-block;
	 line-height:35px;
	 cursor: pointer;
	 transition: all 0.3s;
}

.Inputbut01:hover{background:#7a394d !important; border:1px solid #7a394d;color:#ffffff}

.mess-bq{ float:left;  width:10%; text-align:center; margin:0 1%;}
.mess-bq img{ width:auto; max-width:100%; height:auto;}
.mess-xh{ float:left;  width:110px; text-align:center; margin:0 1%;}
.mess-xh img{ width:auto; max-width:100%; height:auto;}
.radiox{ height:30px; margin-top: -10px;}
.messbcbox{ width:100%; overflow:hidden; margin-bottom:20px; margin-top: 5px; margin-left:auto; margin-right:auto; color:#705E55}
.messbcbox li{ width:100%; overflow:hidden; }
.messbcbox li .bcnewsleft1{ float:left; width:20%; height:35px; line-height:35px; font-size:14px;border:1px solid rgba(0,0,0,.1); border-right:0px;background:rgba(255,255,255,.3);text-align:center}
.messbcbox li .bcnewsleft2{ float:left; width:20%; height:35px; line-height:35px; font-size:14px; border:1px solid rgba(0,0,0,.1);border-left:0px; border-right:0px; background:rgba(255,255,255,.3);text-align:center}
.messbcbox li .bcnewsleft3{ float:left; width:20%; height:35px; line-height:35px; font-size:14px;border:1px solid rgba(0,0,0,.1); background:rgba(255,255,255,.3);text-align:center}
.messbcbox li .bcnewsright1{ float:left; width:30%; height:35px; line-height:35px; font-size:14px; border:1px solid rgba(0,0,0,.1);padding:0px 10px;}
.messbcbox li .bcnewsright2{ float:left; width:80%; height:35px; line-height:35px; font-size:14px;border:1px solid rgba(0,0,0,.1); border-top:0px; padding:0px 10px;}
.messbcbox li .bcnewsright3{ float:left; width:80%; height:35px; line-height:35px; font-size:14px; border:1px solid rgba(0,0,0,.1); border-left:1px solid #ccc; padding:10px;}
.zxjd-hfbox{
	position: relative;
	width: 100%;
	height:auto;
	min-height: 170px;
	padding: 15px 0;
	border-bottom: 1px dashed rgba(0,0,0,.2);
}
.zxjd-hfbox .left{
	position: absolute;
	width: 140px;
	height: 100%;
	min-height: 140px;
	top: 0;
	left: 0;
	padding: 15px 5px;
}
.zxjd-hfbox .left .imgbox{
	width: 140px;
	height: 100%;
	border: 1px solid rgba(0,0,0,.1);
	background: rgba(255,255,255,.3);
}
.zxjd-hfbox .rgiht{
	position: relative;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	padding-left: 160px;
}
.zxjd-hfbox .rgiht .tit{
	position: relative;
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	background: rgba(0,0,0,.05);
	padding: 0 10px;
	color: #635047;
	font-weight: bold;
	
}
.zxjd-hfbox .rgiht .tit span{
	color: #7a394d;
	padding-right: 30px;
}
.zxjd-hfbox .rgiht .info{
	position: relative;
	width: 100%;
	height: auto;
	line-height: 25px;
	font-size: 14px;
	padding: 0 10px;
	color: #9e4f68;
	margin-top: 10px;
}
.zxjd-hfbox .rgiht .info-b{
	border-top: 1px dashed rgba(0,0,0,.1)
}
.zxjd-hfbox .rgiht .info span{
	color: #7a394d;
}



@media (max-width:1441px){
	
	.piclistshow03 li .infobox .nrinfo {
	    height: 60px;
	    line-height: 20px;
	    -webkit-line-clamp: 3;
	}
	.piclistshow06 li {
	    width: 32.333%;
	}
}
@media (max-width:1367px){
	
	.showcenbox {
	    position: relative;
	    max-width: 1200px;
	}
	.piclistshow03 li .infobox .nrinfo {
	    height: 60px;
	    line-height: 20px;
	    -webkit-line-clamp: 3;
	    font-size: 12px;
	    margin-top: 0;
	}
	.piclistshow03 li .infobox .titb .picnema {
	    height: 26px;
	    line-height: 26px;
	    font-size: 16px;
	}
	
	
}
@media (max-width:1281px){
	
	.piclistshow05 li{
		width: 32.333%;
	}
	.new_nsnr1 {
	    height: 65px;
	}
	.new_nsnr1 .imgbox {
	    height: 65px;
	    margin-right: 10px;
	}
	.new_nsnr1 .font {
	    height: 40px;
	    -webkit-line-clamp: 2;
	}
	
}
@media (max-width:1200px){
	.ermenubox.upstyle {
	    top: 55px;
	}
}
@media (max-width:1025px){
	/*.nr_cenbox {
	    width: calc(100% - 40px);
	    max-width: 820px;
	}*/
	.lm-munelsit, .listnrbox {
	    width: calc(100% - 20px);
	}
	.video-spbox {
	    width: 700px;
	}
	.video-spbox video {
	    width: 700px;
	}
	.ctanrbox .left {
	    width: 48%;
	}
	.ctanrbox .right {
	    height: 320px;
	}
	.piclistshow03 li {
	    width: 100%;
	    margin-bottom: 15px;
	}
	.piclistshow03 li .infobox .titb .picnema {
	    height: 30px;
	    line-height: 30px;
	    font-size: 20px;
	}
	.piclistshow03 li .infobox .nrinfo {
	    height: 75px;
	    line-height: 25px;
	    -webkit-line-clamp: 3;
	    font-size: 13px;
	    margin-top: 5%;
	}
	.piclistshow03 li .ch {
	    margin-top: 30%;
	}
	
}
.e_bignrbox.shoboxs {
	    padding-left:0;
}

