@font-face {
	font-family: 'SHSCN-Bold';
	src: url("../font/SourceHanSerifCN-Bold.otf") format("opentype");
	font-display: swap;
}

body {
	color: #333;
	font-size: 14px;
	font-family:PingFangSC, PingFang SC, "microsoft Yahei","Arial", Helvetica, Arial, Tahoma;
	margin: 0 auto;
	position: relative;


}

h1,h2,h3,h4 {
    font-weight: 400
}
/**ie**/
#browser-modal {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	color: #303233;
	position: fixed;
	z-index: 99999999999999999;
	display: none;
}

#browser-modal .browser-modal-cover {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #111;
	opacity: .9;
	z-index: -1;
}

#browser-modal .browser-content {
	width: 700px;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px;
	padding-top: 30px;
	background-color: #fff;
	border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
	height: 62px;
	margin: 45px auto 30px;
}

#browser-modal .browser-content .browser-text-title {
	text-transform: uppercase;
	font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 14px;
}

#browser-modal .browser-content .browser-list {
	width: 600px;
	margin: 40px auto;
	height: 130px;
}

#browser-modal .browser-content .browser-item {
	float: left;
	width: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	font-size: 80px;
	line-height: 80px;
	margin-bottom: 30px;
}

#browser-modal .browser-content .browser-item a {
	color: #921041;
	cursor: pointer;
	display: block;
}

#browser-modal .browser-content .browser-item a img {
	display: block;
	margin: 0 auto;
	max-width: 100px;
	width: 100px;
	height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 700;
}

#browser-modal .browser-content .browser-item .iconchrome {
	background: url(../images/bro.png) no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
	background: url(../images/bro.png) no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
	background: url(../images/bro.png) no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
	background: url(../images/bro.png) no-repeat 0 -300px;
}


/*body {
   
      -ms-overflow-style: none;  
      scrollbar-width: none;  
      height: 100vh; 
      overflow-y: auto;
    }

   
    body::-webkit-scrollbar {
      display:block;
    }
*/


.layer {
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000000;
	opacity: 0;
	z-index: -1;
	transition: all 0.3s ease-out 0s;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	backdrop-filter: blur(12px);
}


.layer.showdiv {
	opacity: 1;
	visibility: visible;
	z-index: 10000000;
}

.layer .close {
	font-size: 60px;
	position: absolute;
	right: 40px;
	top: 50px;
	width: 64px;
	height: 64px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	color: #ccc;
	border:1px dashed #ccc;
	
}

.layer .search_box {
	height: 52px;
	line-height: 52px;
	width: 750px;
	display: -ms-flexbox;
	display: flex;
	transform: translateY(-50px);
	opacity: 0;
	/* margin-top:-100px; */
	border-radius: 5px;
}

.layer.showdiv .search_box {
	transform: none;
	transition: all 0.5s ease-out 0s;
	opacity: 1;
}

.layer .search_box .kw {
	background: #fff;
	border: none;
	-ms-flex: 1;
	flex: 1;
	padding: 0 12px;
	font-size: 16px;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 5px 0 0 5px;
}

.layer .search_box .ok {
	background: #fff;
	color: #fff;
	box-shadow: none;
	border: none;
	width: 60px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0 5px 5px 0;
}

.layer .search_box .ok input {
	margin-top: 15px;
}

.layer.active {
	opacity: 1;
	z-index: 1000000;
}


body.fixed{ overflow:hidden; }
body.fixed .header-a{ margin-top: 0.4rem; padding-right: 0; }

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	outline: none;
}



.slick-slider {
	touch-action: auto !important;
}

.slick-prev:before,
.slick-next:before,
.slick-dots li button:before {
	display: none;
}

.img-hide {
	overflow: hidden;
	display: block;
}

.img-hide img {
	transform: scale(1, 1);
	transition: 0.3s all;
}

.img-hide:hover img {
	transform: scale(1.05, 1.05);
}

.txt-elise {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.txt-elise2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}

.txt-elise3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;

}

.txt-elise7 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;

}

.txt-center {
	text-align: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none !important;
}

li {
	list-style: none;
}

a {
	color: #333;
}

ul {
	padding: 0;
	margin: 0;
}

a:hover,
a {
	text-decoration: none !important;
}

a:focus {
	text-decoration: none !important;
	outline: none !important;
}

button:focus,
button:hover,
input:focus {
	outline: none !important;
}

p {
	margin: 0;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

.slick-slider {
	touch-action: auto !important;
}

.slick-dots li button:before {
	display: none;
}

.tab-content {
	position: relative;
}

.tab-content .tab-pane {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -10;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: 0.5s all;
}

.tab-content .tab-pane.active {
	position: relative;
	z-index: 10;
	opacity: 1;
	filter: alpha(opacity=100);
}

.banner {
	margin: 0;
	overflow: hidden;
}

.banner img {
	width: 100%;
	height: auto;
	display: none;
}

.banner a {
	display: block;
}

.banner a div {
	height: 100vh;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100000;
	

}

.header.act-on {
	z-index: 999999;
}

.header.act-on .nav-list {
	display: none !important;
}

.logo {
	padding-top: 24px;
}

.logo img {
	display: block;
	max-height:63px;
}

.header-right {
	padding-top: 22px;
}

.container {
width: 1600px;
	padding: 0;
	margin: 0 auto;

	max-width: 83%;

}


.container-top {
	width: 100%;
	background: url(../images/b_bg.png) repeat-x left 0;
	background-size: 100%;
	height: 3.52rem;
	/* padding-top: 50%; */
	position: relative;
}


.container-top1 {
	width: 100%;
	background: linear-gradient( 180deg, #0675CF 0%, rgba(6,117,207,0) 100%);
	background-size: 100%;
	height: 125px;
	/* padding-top: 50%; */
	position: relative;
	backdrop-filter: blur(0px);
}


.header.one .container-top {
	height: auto;
	background: none;
}
.header-link{color:#fff;}
.header-link span{margin:0 5px;display: inline-block;font-size: 14px;}
.header-link a {
	color: #fff;
	font-size: 14px;
}
.header-link a.sc img{max-height:24px;}
.header-link a:hover {
	color: #fff;
}



.wap {
	display: none !important;
}


.nav {
	/* margin-top: 10px; */
	height: 54px;
	/* display: flex; */
	/* justify-content: space-between; */
	/* width: 100%; */
}

.nav>ul {
	font-size: 0;
	height: 100%;
	display: flex;
	/* width: 100%; */
	justify-content: space-between;
}

.nav>ul>li {
	float: left;
	position: relative;
	/* width: 10%; */
	text-align: center;
	margin-left: 54px;
}

.nav>ul>li>a {
	display: block;
	font-size: 19px;
	line-height: 44px;
	color: #fff;
	text-align: center;
	position: relative;
	transition: all 0.3s;
	
}
.nav>ul>li>a:before{content:"";position:absolute;width:0;height:2px;background:#fff;bottom:0;transition:all .3s;}


.nav>ul>li>a:hover:before{width:100%;}
.nav>ul>li>a.active:before{width:100%;}



.nav>ul>li.active>a {
	/* font-weight: bold; */
	/* background: #fff; */
	/* color: #78231c; */
}

.nav>ul>li:hover>a {
	color: #fff;
	/* font-weight: bold; */
}



.nav>ul>li.active>a::after,
.nav>ul>li:hover>a::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 16px;
	height: 9px;
	background: url(../images/nav-arr.png) no-repeat bottom center;
}

.nav>ul>li.on>a::after {
	/* border-bottom: 5px solid #ffffff; */
}

.nav>ul>li>div {
	position: absolute;
	top: 100%;
	width: 100%;
	min-width: 150px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	z-index: 9999;
	overflow: hidden;
	line-height: normal;
	display: none;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	/*border-top: 6px solid #0675CF;*/
	border-radius: 8px;
}

.nav>ul>li>div>ul {
	overflow: hidden;
}

.nav>ul>li>div>ul>li a {
	display: block;
	font-size: 16px;
	/*line-height: 45px;*/
	transition: .3s;
	color: #333;
	text-align: center;
padding:8px 5px;
}

.nav>ul>li>div>ul>li a:hover {
	background: #0675CF;
	color: #fff;
}



.header.one {
	background: #0675CF;
	min-height: 107px;
box-shadow: 0 0 10px rgba(33,33,33,.7);
}

.fixed .header.one{background:none;}

.slick-dots li button {
	padding: 0;
	position:relative;
}
.slick-dots li#slick-slide00 button:before{
	content:"01";
	position:absolute;
	
	
	
}

.flex{
display:flex;
justify-content:space-between;
}


.nav-click {
	display: none;
}

.menu-button {
	position: absolute;
	display: none;
	top: 18px;
	right: 15px;
	z-index: 1000;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
	margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
	margin-bottom: 0px;
}

.bar {
	position: relative;
	display: block;
	width: 24px;
	height: 2px;
	margin: 5px auto;
	background-color: #fff;
	border-radius: 10px;
	-webkit-transition: .3s;
	transition: .3s;
}

.cross {
	margin-top: -8px;
}

.cross .bar {
	margin: 13px auto;
}

.cross .bar:nth-of-type(1) {
	-webkit-transform: translateY(15px) rotate(-45deg);
	-ms-transform: translateY(15px) rotate(-45deg);
	transform: translateY(15px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
	opacity: 0;
}

.cross .bar:nth-of-type(3) {
	-webkit-transform: translateY(-15px) rotate(45deg);
	-ms-transform: translateY(-15px) rotate(45deg);
	transform: translateY(-15px) rotate(45deg);
}

.search-a {
	display: none;
}



.aline_r {
	position: relative;
	background-image: linear-gradient(#aa000d, #aa000d);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .5s;
	transition: .5s;
}

a:hover .alin_r .aline_r {
	background-size: 100% 1px;
	color: #aa000d;
}

a:hover .aline_r {
	background-size: 100% 1px
}

.aline_r1 {
	position: relative;
	background-image: linear-gradient(#aa000d, #aa000d);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .5s;
	transition: .5s;
}

a::hover .alin_r1 .aline_r {
	background-size: 100% 1px;
	color: #aa000d;
}

a::hover .aline_r1 {
	background-size: 100% 1px
}




a:hover .jx-ul-tt,
.three-ul li a:hover,
.three-title a:hover,
a:hover .img-slick-tt,
a:hover .one-left-tt,
a:hover .mt-list-tt {
	color: #a10a13;
}

.n-pic::before,
.n-pic1::before {
	content: '';
	position: absolute;
	top: 0;
	left: -86%;
	z-index: 2;
	display: block;
	width: 50%;
	height: 100%;
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .1));
	background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .1));
}

@-webkit-keyframes shine {
	100% {
		left: 115%;
	}
}

.af:hover .n-pic::before,
.n-pic1:hover::before {
	-webkit-animation: shine .5s;
	animation: shine .5s;

}
.header-txt{align-items:center;}

.head-ewm{margin-right:40px;position: relative;}
.header-zs{background: url(../images/head-ic1.png) no-repeat left center;background-size:16px;font-size: 14px;color: #fff;padding-left: 22px;margin-right: 20px;}
.head-ewm .foot-icon{width: auto;height: 16px;background: url(../images/head-ic2.png) no-repeat left center;/* border-radius:50%; */display: flex;justify-content: center;align-items: center;background-size: 16px;font-size: 14px;color: #fff;padding-left: 25px;}
.head-ewm li:hover .foot-img {
	opacity: 1;
	visibility: visible;
	transform: translateY(5px);
}

.head-ewm li:hover .foot-icon img{background:none;border-radius: 0;}
.head-ewm .foot-img {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -55px;
	padding: 8px;
	border-radius: 5px;
	/* top:120%; */
	width: 110px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	transform: translateY(10px);
	height: 110px;
	background: #fff;
	box-shadow: 0 0 5px rgba(51, 51, 51, .4);
}



/*foot*/
.footer{background: #0675CF;padding: 5px 0;/* background-size:cover; *//* border-top: 4px solid #dda649; */}
.copy{padding:25px 10px;text-align:center;font-size:16px;color:#fff;background:rgba(170,0,13,.5);}
.copy a{color:#fff;}
.foot-box{/* padding-bottom:35px; */align-items: center;}
.foot-add>h3{font-size:19px;color:#fff;font-weight:bold;position:relative;padding-left:15px;}
.foot-add>h3:before{content:"";position:absolute;width:3px;height:16px;background:#fff;left:0;}
.foot-add-c{margin-top:35px;}
.foot-add-left h3{font-size:19px;color:#fff;font-weight:bold;margin-bottom:15px;}
.foot-add-left p{font-size:16px;color:#fff;line-height:30px;}
.foot-add-left p a{color:#fff;}
.foot-add-left p img{vertical-align:top;margin-right:5px;}
.foot-add-left{margin-left: 80px;flex: 1;}
	.foot-ewm p{font-size:16px;color:#fff;text-align:center;line-height:35px;}
	.foot-ewm img{/* width:120px; *//* height:120px; */}
	
	.select {
	width: 100%;
	position: relative;
	margin-bottom: 0;
	/* line-height: 50px; */
}

.select dt {
	width: 99.2%;
	display: inline-block;
	/* background: rgba(255, 255, 255, .22); */
	font-size: 15px;
	line-height: 48px;
	cursor: pointer;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	z-index: 99;
	text-indent: 1em;
	font-weight: 400;
	text-align:left;
}

.select dt img {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s;
}

.select dt.cur img {
	transform: translateY(-50%) rotate(180deg);
}

.select dd {
	position: absolute;
	left: 0;
	bottom: 67px;
	border: 1px solid #c55a62;
	background: #fff;
	display: none;
	font-size: 15px;
	z-index: 100;
	width: 99.2%;
}

.select dd ul {
	height: 200px;
	background: #fff;
	overflow-y: scroll;
}

.select dd ul li a {
	display: block;
	color: #666;
	padding: 4px 10px;
	line-height: 1.4;
	text-align: left;
}

.select dd ul li a:hover {
	background: #f3f3f3;
	color: #089c78;
}
.links {
	width: 250px;
	position: relative;
	height: 47px;
	/* padding-left:20px; */
	border: 1px solid #c55a62;
	/* border-radius: 5px; */
	line-height: 47px;
	z-index:99999;
	margin-left: 40px;
}
.foot-ewm li {
	margin-left: 25px;
	position: relative;
	width: 53px;
	height: 53px;
	/* border:1px solid #77c4b1; */
	/* border-radius:5px; */
	cursor: pointer;
	border-radius: 50%;
	background: #aa4149;
}

.foot-icon {
    width: 53px;
    height: 53px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.foot-img {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -55px;
	padding: 8px;
	border-radius: 5px;
	/* top:120%; */
	width: 110px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	transform: translateY(10px);
	height: 110px;
	background: #fff;
	box-shadow: 0 0 5px rgba(51, 51, 51, .4);
}



.foot-img img {
	width: 100%;
	height: 100%;
}

.foot-ewm li:hover .foot-icon img {
	/* background: #00b396; */
	/* border-radius: 50%; */
}

.foot-ewm li:hover .foot-img {
	opacity: 1;
	visibility: visible;
	transform: translateY(-10px);
}

.foot-l{width:51.35%;align-items: center;}

.foot-logo{width: 34.39%;}
.foot-logo img{height:63px;}
.foot-add-left p,.foot-r-con p{font-size:14px;line-height:28px;color:#fff;}
.foot-r{/* width:470px; */width: 39.71%;/* align-items: center; */}
.foot-r-ewm img{height:79px;margin: 0 auto;display: block;}
.foot-r-ewm p{text-align:center;font-size:14px;color:#fff;line-height: 28px;}
.foot-r-con{padding-top:10px;width: calc(100% - 120px);}

.slide-right{position:fixed;right:35px;bottom:100px;z-index:100}
.slide-right ul li{width:40px;height:40px;cursor:pointer;}
.back-btn, .home-img { position: fixed; right: 30px; display: none; }
    .home-img { bottom: 90px; width: 50px; height: 50px; }
    .back-btn { bottom: 30px; width: 50px; height: 50px; border: none; border-radius: 50%;background:url(../images/fh.png) no-repeat center #D81E06; color: #fff; background-size:50%;}


/*====================================2026翻页样式======================================*/
.pb_sys_style77 .p_no_d,.pb_sys_style77 .p_no a:hover{
    border: 1px solid #078ff8; 
    font-size:16px !important;
    font-family:Arial, Helvetica, sans-serif;
    color: #fff !important;
    background-color: #078ff8;
}


/*====================================公共样式======================================*/
.pb_sys_common {
   font-size:16px!important;
    font-family: Arial, Helvetica, sans-serif;
    line-height:16px;

    color:#222  !important;
}

.pb_sys_common a{
    text-decoration: none;
}

.pb_sys_common .p_pages{
    margin-left: -5px;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o,.pb_sys_common .p_fun a, .pb_sys_common .p_no a{
    border: 1px solid #078ff8;color: #fff ;border-radius:2px; 
    padding: 8px 12px  !important;
    margin:0px 0px 0px 8px  !important;
    font-family:Arial, Helvetica, sans-serif;
    height:28px  !important;
    -height:auto;
    line-height:16px;
    box-sizing:border-box;
    display:inline-block;
    vertical-align:middle; color:#fff;
}

.pb_sys_common .p_t{
    line-height:16px; !important;
    margin:0px;
    padding:0px;
    display:inline-block;
    vertical-align:middle;
    font-family:Arial, Helvetica, sans-serif;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o{
    color:#fff; font-family:Arial, Helvetica, sans-serif;
}

.pb_sys_common .p_fun a, .pb_sys_common .p_no a{
    color: #000 !important; font-family:Arial, Helvetica, sans-serif;
}

.pb_sys_common .p_dot {
    margin-left:6px;
    margin-right:-6px; font-family:Arial, Helvetica, sans-serif;
    color:#222  !important;
}

.pb_sys_common .p_goto input, .pb_sys_common .p_search input {
    /*
    height:28px !important;
    border: 1px solid #aaa;
    outline-width:thin;
    outline-color:#258CFF;

    text-align:center;
    vertical-align:middle;    
    */
    font-family: Arial !important;border-radius:2px; 
    font-size:16px !important;
    border: 1px solid #aaa;
    height:28px !important;
    line-height:16px; !important;
    box-sizing:border-box;
    vertical-align:middle;
    outline-width:thin;
    outline-color:#078ff8 !important;
    margin:0px 3px;
    padding:0px 1px;
}


.pb_sys_common .p_goto input{
    width:28px !important;
    text-align:center;
}

.pb_sys_common .p_search input{
    width:100px;
    text-align:left;
}

.pb_sys_common .p_goto input:hover, .pb_sys_common .p_goto input:focus, .pb_sys_common .p_search input:hover, .pb_sys_common .p_search input:focus{
    border: 1px solid #258CFF;
}

.pb_sys_common .p_goto a, .pb_sys_common .p_search a{
    border: 1px solid #ccc;border-radius:2px; 
    padding: 8px 12px  !important;

    color: #222;
 font-family:Arial, Helvetica, sans-serif;
    margin:0px;

    height:28px !important;
    -height:auto;
    
    line-height:16px !important;
    display:inline-block;
    box-sizing:border-box;
    vertical-align:middle;
}

.pb_sys_common .p_dosize_d, .pb_sys_common .p_dosize a{
    /*
    border-width:1px 0px 1px 1px;
    border-style:solid;
    border-color:#ccc;
    padding: 8px 12px  !important;
    color: #222;
    */
    border-right:1px solid #ccc;
    padding: 1px 5px;
    color: #888888;
}

.pb_sys_common .p_dosize_d{
    /*background-color:#f5f5f5;*/
    color: #222; font-family:Arial, Helvetica, sans-serif;
}

.pb_sys_common .p_dosize a:hover{
    /*background-color:#f5f5f5;*/
    color: #222; font-family:Arial, Helvetica, sans-serif;
}

.pb_sys_common .p_dosize_last_d, .pb_sys_common .p_dosize_last a{
    /*border-right-width:1px*/
    border-right-width:0px; font-family:Arial, Helvetica, sans-serif;
}


/*按钮控制*/
.pb_sys_normal .p_first,.pb_sys_normal .p_first_d,.pb_sys_normal .p_last,.pb_sys_normal .p_last_d{
    display:none;
}

.pb_sys_normal2 .p_first,.pb_sys_normal2 .p_first_d,.pb_sys_normal2 .p_last,.pb_sys_normal2 .p_last_d,.pb_sys_normal2 .p_prev_d,.pb_sys_normal2 .p_next_d{
    display:none;
}

.pb_sys_full{
}

.pb_sys_full2 .p_first_d,.pb_sys_full2 .p_last_d,.pb_sys_full2 .p_prev_d,.pb_sys_full2 .p_next_d{
    display:none;
}

.pb_sys_short .p_no,.pb_sys_short .p_no_d,.pb_sys_short .p_no_o,.pb_sys_short .p_dot{
    display:none; color: #fff;
}

.pb_sys_short2 .p_no,.pb_sys_short2 .p_no_d,.pb_sys_short2 .p_no_o,.pb_sys_short2 .p_dot,.pb_sys_short2 .p_first,.pb_sys_short2 .p_first_d,.pb_sys_short2 .p_last,.pb_sys_short2 .p_last_d{
    display:none;color: #fff;
}

/*样式77*/

.pb_sys_style77 .p_fun_d, .pb_sys_style77 .p_no_d, .pb_sys_style77 .p_no_o,.pb_sys_style77 .p_fun a, .pb_sys_style77 .p_no a, .pb_sys_style77 .p_goto a, .pb_sys_style77 .p_search a{
    border: 1px solid transparent; color: #fff;
}
.pb_sys_style77 .p_no_d,.pb_sys_style77 .p_no a:hover{border: 1px solid #078ff8 !important;
    border-radius: 2px; color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.pb_sys_style77 .p_fun a:hover,.pb_sys_style77 .p_goto a:hover,.pb_sys_style77 .p_search a:hover{
    text-decoration: underline;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.txt-elise{overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;}
.txt-elise2{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}