@charset "utf-8";
html{-webkit-font-smoothing:antialiased;height: 100%;touch-action: manipulation;}
blockquote,body,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
header, hgroup, nav, menu, main, section, article, summary, details, aside, figure, figcaption, footer{display: block;margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
table,th,td{border: 1px solid black;}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,var{font-style:normal;font-weight:400;}
dl,ol,ul{list-style-type:none}
h1,h2,h3,h4,h5,h6{font-size:100%;}
a{text-decoration:none;color: inherit;}
a:hover{text-decoration:none;-webkit-tap-highlight-color:rgba(255,0,0,0);outline:0;outline:none;blr:expression(this.onFocus=this.blur())}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
textarea{resize:none;outline: none;font-family: Arial,Microsoft Yahei;}
img{vertical-align:middle;max-width: 100%;height: auto;}
button,input[type=submit],input[type=text],input[type=button]{-webkit-appearance:none;-webkit-tap-highlight-color:rgba(255,0,0,0);outline:0;blr:expression(this.onFocus=this.blur())}
input{outline: 0;}
input::-webkit-input-safebox-button{display: none;/*去掉搜狗浏览器密码软盘*/}
body{font-size: 14px;color: #000;font-family: Arial,Microsoft Yahei;}
body *{box-sizing: border-box;line-height: 1;}

#web-ietip {width: 526px; height: 90px; padding: 83px 0 0 84px; overflow:hidden; background: url(../css/ietip/browser.png) no-repeat center center; margin: 200px auto 0;}
#web-ietip a{display: block; width: 65px; height: 80px; float: left;}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;}
.ellipsis{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.eps2{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

/* 滚动条 */
div.mCSB_scrollTools{opacity: 1;}
div.mCSB_scrollTools .mCSB_draggerRail{width: 2px;background-color: #ececec;filter: none;-ms-filter: none;}
div.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width: 2px;background-color: #fe5639;border-radius: 0;filter: none;-ms-filter: none;}
div.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
div.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color: #fe5639;filter: none;-ms-filter: none;}
div.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color: #fe5639;filter: none;-ms-filter: none;}
div.mCSB_inside>.mCSB_container{margin-right: 10px;}

/* 入场动画 */
.teaser{opacity:0;transform:translate3d(0,25%,0);transition:opacity 1s ease-out 0.2s,transform 1.5s ease-out 0.2s;}
.teaser.is-visible{opacity:1;transform:translate3d(0,0,0);}
.lefter{opacity:0;transform:translate3d(-35%,35%,0);transition:opacity 1s ease-out 0.2s,transform 1.5s ease-out 0.2s;}
.lefter.is-visible{opacity:1;transform:translate3d(0,0,0);}
.righter{opacity:0;transform:translate3d(35%,35%,0);transition:opacity 1s ease-out 0.2s,transform 1.5s ease-out 0.2s;}
.righter.is-visible{opacity:1;transform:translate3d(0,0,0);}
.downer{opacity:0;transform:translate3d(0,-35%,0);transition:opacity 1s ease-out 0.2s,transform 1.5s ease-out 0.2s;}
.downer.is-visible{opacity:1;transform:translate3d(0,0,0);}
.lter{opacity:0;transform:translate3d(-35%,0,0);transition:opacity 1s ease-out 0.2s,transform 1.5s ease-out 0.2s;}
.lter.is-visible{opacity:1;transform:translate3d(0,0,0);}
.rter{opacity:0;transform:translate3d(35%,0,0);transition:opacity 1s ease-out 0.2s,transform 1.5s ease-out 0.2s;}
.rter.is-visible{opacity:1;transform:translate3d(0,0,0);}  



html{font-size: calc(100vw / 1920 * 100);}

@media(max-width: 1920px) and (min-width: 1601px) {
    html {font-size: 100px;}
}

@media(max-width: 1600px) and (min-width: 751px) {
    html {font-size: calc(100vw / 1600 * 100);}
}

@media(max-width: 750px) {
    html {font-size: calc(750px / 1600 * 100);}
}


@media(min-width: 1921px){
    .s0{font-size: 0;}
    .s12{font-size: calc(12 * 100vw / 1920);}
    .s13{font-size: calc(13 * 100vw / 1920);}
    .s14{font-size: calc(14 * 100vw / 1920);}
    .s15{font-size: calc(15 * 100vw / 1920);}
    .s16{font-size: calc(16 * 100vw / 1920);}
    .s17{font-size: calc(17 * 100vw / 1920);}
    .s18{font-size: calc(18 * 100vw / 1920);}
    .s19{font-size: calc(19 * 100vw / 1920);}
    .s20{font-size: calc(20 * 100vw / 1920);}
    .s21{font-size: calc(21 * 100vw / 1920);}
    .s22{font-size: calc(22 * 100vw / 1920);}
    .s23{font-size: calc(23 * 100vw / 1920);}
    .s24{font-size: calc(24 * 100vw / 1920);}
    .s25{font-size: calc(25 * 100vw / 1920);}
    .s26{font-size: calc(26 * 100vw / 1920);}
    .s27{font-size: calc(27 * 100vw / 1920);}
    .s28{font-size: calc(28 * 100vw / 1920);}
    .s29{font-size: calc(29 * 100vw / 1920);}
    .s30{font-size: calc(30 * 100vw / 1920);}
    .s31{font-size: calc(31 * 100vw / 1920);}
    .s32{font-size: calc(32 * 100vw / 1920);}
    .s33{font-size: calc(33 * 100vw / 1920);}
    .s34{font-size: calc(34 * 100vw / 1920);}
    .s35{font-size: calc(35 * 100vw / 1920);}
    .s36{font-size: calc(36 * 100vw / 1920);}
    .s37{font-size: calc(37 * 100vw / 1920);}
    .s38{font-size: calc(38 * 100vw / 1920);}
    .s39{font-size: calc(39 * 100vw / 1920);}
    .s40{font-size: calc(40 * 100vw / 1920);}
    .s41{font-size: calc(41 * 100vw / 1920);}
    .s42{font-size: calc(42 * 100vw / 1920);}
    .s43{font-size: calc(43 * 100vw / 1920);}
    .s44{font-size: calc(44 * 100vw / 1920);}
    .s45{font-size: calc(45 * 100vw / 1920);}
    .s46{font-size: calc(46 * 100vw / 1920);}
    .s47{font-size: calc(47 * 100vw / 1920);}
    .s48{font-size: calc(48 * 100vw / 1920);}
    .s49{font-size: calc(49 * 100vw / 1920);}
    .s50{font-size: calc(50 * 100vw / 1920);}
    .s51{font-size: calc(51 * 100vw / 1920);}
    .s52{font-size: calc(52 * 100vw / 1920);}
    .s53{font-size: calc(53 * 100vw / 1920);}
    .s54{font-size: calc(54 * 100vw / 1920);}
    .s55{font-size: calc(55 * 100vw / 1920);}
    .s56{font-size: calc(56 * 100vw / 1920);}
    .s57{font-size: calc(57 * 100vw / 1920);}
    .s58{font-size: calc(58 * 100vw / 1920);}
    .s59{font-size: calc(59 * 100vw / 1920);}
    .s60{font-size: calc(60 * 100vw / 1920);}
}
@media(max-width: 1920px) and (min-width: 551px){
    .s0{font-size: 0;}
    .s12{font-size: 12px}
    .s13{font-size: calc(12px + 1 * 100vw / 1920);}
    .s14{font-size: calc(12px + 2 * 100vw / 1920);}
    .s15{font-size: calc(12px + 3 * 100vw / 1920);}
    .s16{font-size: calc(12px + 4 * 100vw / 1920);}
    .s17{font-size: calc(12px + 5 * 100vw / 1920);}
    .s18{font-size: calc(12px + 6 * 100vw / 1920);}
    .s19{font-size: calc(12px + 7 * 100vw / 1920);}
    .s20{font-size: calc(12px + 8 * 100vw / 1920);}
    .s21{font-size: calc(12px + 9 * 100vw / 1920);}
    .s22{font-size: calc(12px + 10 * 100vw / 1920);}
    .s23{font-size: calc(12px + 11 * 100vw / 1920);}
    .s24{font-size: calc(12px + 12 * 100vw / 1920);}
    .s25{font-size: calc(12px + 13 * 100vw / 1920);}
    .s26{font-size: calc(12px + 14 * 100vw / 1920);}
    .s27{font-size: calc(12px + 15 * 100vw / 1920);}
    .s28{font-size: calc(12px + 16 * 100vw / 1920);}
    .s29{font-size: calc(12px + 17 * 100vw / 1920);}
    .s30{font-size: calc(12px + 18 * 100vw / 1920);}
    .s31{font-size: calc(12px + 19 * 100vw / 1920);}
    .s32{font-size: calc(12px + 20 * 100vw / 1920);}
    .s33{font-size: calc(12px + 21 * 100vw / 1920);}
    .s34{font-size: calc(12px + 22 * 100vw / 1920);}
    .s35{font-size: calc(12px + 23 * 100vw / 1920);}
    .s36{font-size: calc(12px + 24 * 100vw / 1920);}
    .s37{font-size: calc(12px + 25 * 100vw / 1920);}
    .s38{font-size: calc(12px + 26 * 100vw / 1920);}
    .s39{font-size: calc(12px + 27 * 100vw / 1920);}
    .s40{font-size: calc(12px + 28 * 100vw / 1920);}
    .s41{font-size: calc(12px + 29 * 100vw / 1920);}
    .s42{font-size: calc(12px + 30 * 100vw / 1920);}
    .s43{font-size: calc(12px + 31 * 100vw / 1920);}
    .s44{font-size: calc(12px + 32 * 100vw / 1920);}
    .s45{font-size: calc(12px + 33 * 100vw / 1920);}
    .s46{font-size: calc(12px + 34 * 100vw / 1920);}
    .s47{font-size: calc(12px + 35 * 100vw / 1920);}
    .s48{font-size: calc(12px + 36 * 100vw / 1920);}
    .s49{font-size: calc(12px + 37 * 100vw / 1920);}
    .s50{font-size: calc(12px + 38 * 100vw / 1920);}
    .s51{font-size: calc(12px + 39 * 100vw / 1920);}
    .s52{font-size: calc(12px + 40 * 100vw / 1920);}
    .s53{font-size: calc(12px + 41 * 100vw / 1920);}
    .s54{font-size: calc(12px + 42 * 100vw / 1920);}
    .s55{font-size: calc(12px + 43 * 100vw / 1920);}
    .s56{font-size: calc(12px + 44 * 100vw / 1920);}
    .s57{font-size: calc(12px + 45 * 100vw / 1920);}
    .s58{font-size: calc(12px + 46 * 100vw / 1920);}
    .s59{font-size: calc(12px + 47 * 100vw / 1920);}
    .s60{font-size: calc(12px + 48 * 100vw / 1920);}
}
@media(max-width: 550px){
    .s0{font-size: 0;}
    .s12{font-size: 12px}
    .s13{font-size: calc(12px + 1 * 550px / 1920);}
    .s14{font-size: calc(12px + 2 * 550px / 1920);}
    .s15{font-size: calc(12px + 3 * 550px / 1920);}
    .s16{font-size: calc(12px + 4 * 550px / 1920);}
    .s17{font-size: calc(12px + 5 * 550px / 1920);}
    .s18{font-size: calc(12px + 6 * 550px / 1920);}
    .s19{font-size: calc(12px + 7 * 550px / 1920);}
    .s20{font-size: calc(12px + 8 * 550px / 1920);}
    .s21{font-size: calc(12px + 9 * 550px / 1920);}
    .s22{font-size: calc(12px + 10 * 550px / 1920);}
    .s23{font-size: calc(12px + 11 * 550px / 1920);}
    .s24{font-size: calc(12px + 12 * 550px / 1920);}
    .s25{font-size: calc(12px + 13 * 550px / 1920);}
    .s26{font-size: calc(12px + 14 * 550px / 1920);}
    .s27{font-size: calc(12px + 15 * 550px / 1920);}
    .s28{font-size: calc(12px + 16 * 550px / 1920);}
    .s29{font-size: calc(12px + 17 * 550px / 1920);}
    .s30{font-size: calc(12px + 18 * 550px / 1920);}
    .s31{font-size: calc(12px + 19 * 550px / 1920);}
    .s32{font-size: calc(12px + 20 * 550px / 1920);}
    .s33{font-size: calc(12px + 21 * 550px / 1920);}
    .s34{font-size: calc(12px + 22 * 550px / 1920);}
    .s35{font-size: calc(12px + 23 * 550px / 1920);}
    .s36{font-size: calc(12px + 24 * 550px / 1920);}
    .s37{font-size: calc(12px + 25 * 550px / 1920);}
    .s38{font-size: calc(12px + 26 * 550px / 1920);}
    .s39{font-size: calc(12px + 27 * 550px / 1920);}
    .s40{font-size: calc(12px + 28 * 550px / 1920);}
    .s41{font-size: calc(12px + 29 * 550px / 1920);}
    .s42{font-size: calc(12px + 30 * 550px / 1920);}
    .s43{font-size: calc(12px + 31 * 550px / 1920);}
    .s44{font-size: calc(12px + 32 * 550px / 1920);}
    .s45{font-size: calc(12px + 33 * 550px / 1920);}
    .s46{font-size: calc(12px + 34 * 550px / 1920);}
    .s47{font-size: calc(12px + 35 * 550px / 1920);}
    .s48{font-size: calc(12px + 36 * 550px / 1920);}
    .s49{font-size: calc(12px + 37 * 550px / 1920);}
    .s50{font-size: calc(12px + 38 * 550px / 1920);}
    .s51{font-size: calc(12px + 39 * 550px / 1920);}
    .s52{font-size: calc(12px + 40 * 550px / 1920);}
    .s53{font-size: calc(12px + 41 * 550px / 1920);}
    .s54{font-size: calc(12px + 42 * 550px / 1920);}
    .s55{font-size: calc(12px + 43 * 550px / 1920);}
    .s56{font-size: calc(12px + 44 * 550px / 1920);}
    .s57{font-size: calc(12px + 45 * 550px / 1920);}
    .s58{font-size: calc(12px + 46 * 550px / 1920);}
    .s59{font-size: calc(12px + 47 * 550px / 1920);}
    .s60{font-size: calc(12px + 48 * 550px / 1920);}
}

body{padding-top: 1rem;}
.h-a{position: fixed;top: 0;transition: all .5s; left: 0;z-index: 988; width: 100%;background-color: #fff; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);}
.h-cont{width: 14.4rem;margin: 0 auto;}
.h-cont:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;}
.h-logo{float: left;cursor: pointer;height: 1rem;line-height: 1rem; } 
.h-logo  img{max-width: none;height: 55%;} 

.h-h{float: right;font-size: 0;}
.h-i{display: inline-block;vertical-align: middle;margin-left: .65rem;position: relative;}
.h-j{display: inline-block;cursor: pointer;line-height: 1rem;letter-spacing: 1px;color: #333333;}
.h-i:hover .h-j{color: #fe5639;;}
.h-sub {display: none;width: 150px; background-color: #fff; position: absolute;left: 50%;top: .9rem;transform: translate(-50% ,0); z-index: 1000;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);}
.h-sub>li>a {display: block;cursor: pointer; width: 100%;padding: 10px 5px; line-height:1.5;text-align: center;font-size: 14px;color: #666;transition: background-color .3s;}
.h-sub>li>a:hover {background-color: #fe5639; color: #fff;}

.h-menu {display: none; position: absolute;cursor: pointer; top: 0;right:0; width: 1rem;height: 1rem;background-image: url('../images/c2.png');background-size:auto .55rem ;background-position: center center;background-repeat: no-repeat;}
.h-opa {display: none;width: 100%;height: 100%;position: fixed;left: 0;top: 0;background-color: rgba(0, 0, 0, 0.5);z-index: 10;cursor: pointer;}

body.down .h-a{top: -1.1rem;}
 

@media(max-width: 1200px) { 
    .h-cont{width: 100%;padding-left: 10px;padding-right: 10px;}
    .h-h {width: 260px;position: fixed;right: 0;top: 0;height: 100vh;background-color: #fff;margin-right: 0;padding-top: 10px;padding-bottom: 10px;overflow: auto;z-index: 1000;transform: translate(100%, 0);transition: transform .3s;}
    .h-i {width: 100%;padding: 0;margin: 0;}
    .h-j {padding: 0;padding-left: 20px;height: 40px;line-height: 40px;color: #666;font-size: 16px;}
    .h-i.has-nav:after {content: "";background-image: url('../images/a-right.png');background-size: 18px 18px;background-position: center center;background-repeat: no-repeat; display: inline-block;width: 40px;height: 40px;line-height: 40px;text-align: center;position: absolute;right: 0;top: 0;font-size: 20px;color: #333;}
    .h-i.has-nav.show:after {background-image: url('../images/a-down.png');}
    .h-sub {position: relative;top: 0;background-color: #fff;box-shadow: none;left: 0;transform: translate(0,0);width: 100%;}
    .h-sub>li>a {text-align: left;padding-left: 40px;color: #666;}
    .h-sub>li>a:hover {background-color: transparent;color: #fe5639;}
  
    /* 菜单 */
    .h-menu {display: block; }
    .header.menu-state .h-h {transform: translate(0, 0);}
    .header.menu-state .h-opa {display: block;}
}

 

.f-a{width: 100%;background-color: #292f33;padding-top: .5rem;position: relative;z-index: 88;}
.f-cont{width: 14.4rem;margin: 0 auto;text-align: center;}
.f-b{width: 100%;font-size: 0;padding-bottom: .2rem;}
.f-c{display: inline-block;vertical-align: middle;width: 3.75em;margin: 0 .15rem .3rem;cursor: pointer;}
.f-cimg1{display: block;width: 100%;}
.f-cimg1 img{ width: 100%;}
.f-cimg2{display: none;width: 100%;}
.f-cimg2 img{ width: 100%;}
.f-c:hover .f-cimg1{display: none;}
.f-c:hover .f-cimg2{display: block;}
.f-d{width: 100%;font-size: 0;padding-bottom: .2rem;}
.f-e{letter-spacing: 1px;color: #ffffff;display: inline-block;vertical-align: middle;cursor: pointer;margin: 0 .2rem .3rem;position: relative;}
.f-e:after{content: '';position: absolute;top: 50%;right: -.2rem;transform: translate(0 ,-50%); width: 2px;height: .13rem;background-color: #ffffff;}
.f-e:last-child:after{display: none;}
.f-e:hover{color: #fe5639;}
.f-f{width: 100%;border-top: 1px solid #333a3e;padding: .25rem 0;text-align: center;}
.f-g{letter-spacing: 1px;color: #ffffff;line-height: 1.3; display: inline-block;}

@media(max-width: 750px) { 
    .f-cont{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .f-c{font-size: 12px;}
    .f-e{font-size: 12px;}
    .f-g{font-size: 12px;}
}

@media(max-width: 500px) {
    .f-e{width: 100%;line-height: 1.3;margin: 0 0 .2rem;}
    .f-e:after{display: none;}
}


.backTop{display: none; position: fixed;top: 1.4rem;right: .95rem;z-index: 98;  cursor: pointer;width: .5rem;height: .5rem;background-image: url('../images/a2.png');background-size: cover;background-position: center center;background-repeat: no-repeat; box-shadow: 0px 0px .09rem 1px rgba(197, 197, 197, 0.24);}
.backTop.show{display: block;}

@media(max-width: 1800px) {  
     .backTop{right: 10px;}
}

.paging{width: 100%;text-align: center;font-size: 0;}
.paging-a{display: inline-block;vertical-align: middle;cursor: pointer;	min-width: 37px;height: 37px;line-height: 37px;margin: 0 2px .1rem;color: #999999;background-color: #f5f5f5;border-radius: 5px;}
.paging-b{display: inline-block;vertical-align: middle;cursor: pointer;	min-width: 37px;height: 37px;line-height: 37px;margin: 0 2px .1rem;color: #999999;background-color: #f5f5f5;border-radius: 5px;}
.paging-a:hover{background-color: #fe5639;color: #fff;}
.paging-b:hover{background-color: #fe5639;color: #fff;}
.paging-b.active{background-color: #fe5639;color: #fff;}

@media(max-width: 750px) { 
    .paging-a,.paging-b {min-width: 30px;height: 30px;line-height: 30px;}
}

.nav-a{width: 100%;font-size: 0;padding: .3rem 0;}
.nav-cont{width: 14.4rem;margin: 0 auto;}
.nav-item{display: inline-block;vertical-align: middle;color: #666666;letter-spacing: 1px;cursor: pointer;line-height: 1.3;}
.nav-link{display: inline-block;vertical-align: middle;margin: 0 .1rem; color: #666666; line-height: 1.3;}
.nav-item.active{color: #8198e5;}
.nav-item:hover{color: #8198e5;}

@media(max-width: 750px) { 
    .nav-cont{width: 100%; max-width: 500px;padding-left: 10px;padding-right: 10px;overflow: auto;white-space: nowrap;}
    .nav-item{font-size: 12px;}

}

.a-a{width: 100%; }
.a-cont{width: 100%;position: relative;}
.a-b{width: 100%;}
.a-c{width: 100%;}
.a-d{display: block;cursor: pointer; width: 100%;}
.a-pagination{position: absolute;left: 0; bottom: .4rem;width: 100%;text-align: center;font-size: 0;}
.a-pagination .swiper-pagination-bullet{display: inline-block;vertical-align: middle;margin: 0 7px;opacity: 1;border-radius: 0; width: .26rem;height: .1rem;background-color: #ffffff;}
.a-pagination .swiper-pagination-bullet-active{background-color: #8198e5;}

.b-a{width: 100%; padding-top: .75rem;padding-bottom: .35rem;}
.b-cont{width: 14.4rem;margin: 0 auto;}
.b-top{width: 100%;}
.b-b{text-align: center;letter-spacing: 2px;color: #333333;margin-bottom: .2rem;}
.b-c{color: #333333;margin-bottom: .55rem;text-align: center;}
.b-d{width: 100%;position: relative;font-size: 0;}
.b-d:after{content: ''; position: absolute;top: 50%;right: 0;width: 1rem;height: .1rem;background-image: url('../images/a25.png');background-size: auto .1rem;background-position: center center;background-repeat: no-repeat;}
.b-e{display: inline-block;vertical-align: middle;width: 2.25rem;color: #000000;border-right: 1px solid #8198e5; text-align: center;position: relative;padding-left: .2rem;}
.b-e:before{content: '';position: absolute;top: 0;left: 0;height: 100%;width: .2rem;height: 100%;background-image: url('../images/a4.png');background-size: .2rem auto; background-position: center center;background-repeat: no-repeat;}
.b-f{display: inline-block;vertical-align: middle;}
.b-fspan1{display: inline-block;vertical-align: middle;width: 2.3rem;text-align: center;color: #333333;}
.b-fspan2{display: inline-block;vertical-align: middle;position: relative; margin-left: 7rem; width:1.9rem;text-align: center;color: #333333;}
.b-fspan2:before{content: '';position: absolute;top: 50%;left: -7rem;margin-top: 1px; width: 7rem;height: 2px;background-color: #333333;border-radius: 1px;}

.b-list{display: block;cursor: pointer;font-size: 0;width: 100%;padding-top: .68rem;padding-bottom: .45rem;}
.b-left{display: inline-block;vertical-align: middle;width: 4.4rem;padding-left: .9rem;} 
.b-g{display: inline-block;text-align: center;}
.b-h{letter-spacing: 2px;color: #333333;line-height: 1.35;font-weight: bold; margin-bottom: .35rem;}
.b-i{letter-spacing: 1px;color: #333333;line-height: 1.2;position: relative;padding-bottom: .3rem;margin-bottom: 1.85rem;}
.b-i:after{content: '';position: absolute;bottom: 0; left:  0;width: 100%;height: .15rem;background-image: url('../images/a26.png');background-size: auto .15rem ;background-position: center center;background-repeat: no-repeat;}
.b-j{letter-spacing: 1px;color: #666666;max-width: 230px;line-height: 1.4;text-align: left;padding-top: .45rem;position: relative;}
.b-j:after{content: '';position: absolute;top: 0; left:  .35rem;width: 1rem;height: .1rem;background-image: url('../images/a25.png');background-size: auto .1rem ;background-position: center center;background-repeat: no-repeat;}

.b-right{display: inline-block;vertical-align: middle;width: 10rem;}
.b-k{width: 100%;}
.b-l{width: 100%;}
.b-m{display: block; width: 100%;overflow: hidden;}
.b-m img{width: 100%;transform: scale(1.00);transition: all .5s;}
.b-m:hover img{transform: scale(1.05);}

.b-n{width: 100%;font-size: 0;}
.b-o{display: inline-block;vertical-align: middle;cursor: pointer; width: 7rem;margin-right: .4rem;margin-bottom: .3rem; overflow: hidden;}
.b-o:nth-child(2n){margin-right: 0;}
.b-o img{width: 100%;transform: scale(1.00);transition: all .5s;} 
.b-o:hover img{transform: scale(1.05);}

@media(max-width: 1200px) { 
    .b-left{padding-left: .3rem;}
}
@media(max-width: 750px) { 
    .b-cont{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .b-d{display: none;}
    .b-list{width: 100%;padding-top: 0;}
    .b-left{width: 100%;margin-bottom: .3rem;padding: 0 .3rem;}
    .b-j{max-width: 100%;padding-top: 0;}
    .b-j:after{display: none;}
    .b-h br{display: none;}
    .b-i{margin-bottom: .6rem;}
    .b-right{width: 100%;}
    .b-o{width: 100%;margin-right: 0;}
}

.c-a{width: 100%;  padding-bottom: 1px;}
.c-cont{width: 14.4rem;margin: 0 auto;}

.c-list{width: 100%;display: flex;flex-wrap: wrap;padding-top: .7rem;}
.c-item{display: inline-block;vertical-align: top;transition: all .5s; padding: 0 .4rem .25rem; background-color: #ffffff;box-shadow: 0px .1rem .18rem 2px rgba(220, 220, 220, 0.2);border-radius: .1rem;margin-bottom: .7rem;width: 4.4rem;margin-right: .6rem;}
.c-item:nth-child(3n){margin-right: 0;}
.c-g{width:1rem;margin-bottom: .25rem;}
.c-g img{width:100%;}
.c-h{width: 100%;}
.c-i{width: 100%;letter-spacing: 1px;color: #333333;margin-bottom: .15rem;}
.c-j{letter-spacing: 1px;color: #666666;line-height: 1.7;}
.c-item:hover{transform:translateY(-.2rem);box-shadow: 0px .1rem .18rem 2px rgba(220, 220, 220, 0.5);}
.c-item:hover .c-i{color: #8198e5;}

@media(max-width: 750px) { 
    .c-cont{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .c-list{padding-top: 0;}
    .c-item{width: calc(50% - .15rem);margin-right: .3rem;}
    .c-item:nth-child(3n){margin-right: .3rem;}
    .c-item:nth-child(2n){margin-right: 0;}
}

@media(max-width: 500px) { 
    .c-list{display: block;}
    .c-item{width: 100%;margin-right: 0 !important;}
}

.d-a{width: 100%;  padding-bottom: .68rem;}
.d-cont{width: 14.4rem;margin: 0 auto;}
.d-list{display: block; width: 100%;position: relative;margin-top: .6rem; text-align: right;overflow: hidden;cursor: pointer;}
.d-left{position: absolute;top: 0;left: 0;transform: scale(1.00); transition: all .5s; width: 9.1rem;height: 100%;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.d-right{position: relative;z-index: 18; display: inline-block;text-align: left;padding: 1.7rem .2rem;min-height: 8.85rem; width: 5.3rem;background-color: #17161f;}
.d-b{letter-spacing: 2px;color: #ffffff;font-weight: bold;margin-bottom: .1rem;}
.d-c{letter-spacing: 1px;color: #ffffff;margin-bottom: .75rem;}
.d-d{letter-spacing: 1px;color: #ffffff;line-height: 1.4;margin-bottom: .55rem;}
.d-list:hover .d-left{transform: scale(1.05);}
@media(max-width: 750px) { 
    .d-list{margin-top: 0;}
    .d-cont{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .d-left{position: static;width: 100%;height: auto;padding-top: 93%;}
    .d-right{width: 100%;min-height: 1rem;padding: .8rem .2rem;}
}

.e-a{width: 100%;   }
.e-cont{width: 14.4rem;margin: 0 auto;}
.e-list{width: 100%;font-size: 0;padding-top: 1rem;padding-bottom: .4rem;}
.e-item{display: inline-block;vertical-align: middle;  width: 25%;height: 1rem;text-align: center;line-height: 1rem; margin-bottom: .9rem;}
.e-item img{max-width: 95%;max-height: 95%;-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%); }
.e-item:nth-child(7n + 5){width: 33.33%;height: .6rem;line-height: .6rem;}
.e-item:nth-child(7n + 6){width: 33.33%;height: .6rem;line-height: .6rem;}
.e-item:nth-child(7n + 7){width: 33.33%;height: .6rem;line-height: .6rem;}

.e-item:hover img{-webkit-filter: none;-moz-filter: none;-ms-filter: none;-o-filter: none;filter: none;}
@media(max-width: 750px) { 
    .e-cont{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .e-list{padding-top: 0;}
    .e-item img{max-width: 80%;max-height: 80%;}
}

.g-a{width: 100%;position: relative;}
.g-b{width: 100%;}
.g-b img{width: 100%;}
.g-c{position: absolute;top: 73%;letter-spacing: .03rem;  left: 50%;transform: translate(-50%,-50%);width: 14.4rem; line-height: 1.3;font-weight: bold; color: #ffffff;} 

@media(max-width: 750px) { 
    .g-b img{height: 120px;object-fit: cover;}
    .g-c{width: 100%;left: 0;transform: translate(0,-50%);padding-left: 10px;padding-right: 10px;font-size: 16px;}
}

.i-a{width: 100%;padding-top: .7rem;padding-bottom: .6rem;}
.i-cont{width: 14.4rem;margin: 0 auto;}
.i-list{width: 100%; font-size: 0;padding-bottom: .3rem;}
.i-item{display: inline-block;vertical-align: top;cursor: pointer;position: relative; padding: .5rem .3rem 1.4rem; margin-right: .3rem;margin-bottom: .3rem; width: 4.6rem;background-color: #f5f5f5;}
.i-item:nth-child(3n){margin-right: 0;}
.i-item:before{content: '';position: absolute;bottom:  0;left: 50%;width: 0; transition: all  .5s; height: 4px;background-color: #8198e5;}
.i-item:after{content: '';position: absolute;bottom: .6rem;left: .45rem; width: .2rem;height: .2rem;background-image: url('../images/a18.png');background-size: .2rem auto;background-position: center center;background-repeat: no-repeat;}
.i-b{letter-spacing: 1px; color: #333333;font-weight: bold;line-height: 1.3;margin-bottom: .12rem; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.i-c {letter-spacing: 1px;color: #666666;line-height: 1.5;height: 4.5em;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.i-d{width: 100%;margin-top: .2rem;overflow: hidden;}
.i-d img{width: 100%;transform: scale(1.00);transition: all .5s;}

.i-item:hover{box-shadow: 0px .04rem .06rem 0px rgba(51, 51, 51, 0.04);}
.i-item:hover:before{left: 0;width:100%;}
.i-item:hover .i-b{	color: #8198e5;}
.i-item:hover .i-d img{	transform: scale(1.05);}

@media(max-width: 750px) { 
    .i-cont{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .i-item{width: calc(50% - .15rem);}
    .i-item:nth-child(3n){margin-right: .3rem;}
    .i-item:nth-child(2n){margin-right: 0;}
}

.j-a{width: 100%;padding-top: .6rem;padding-bottom: .7rem;}
.j-cont{width: 14.4rem;margin: 0 auto;position: relative;}
.j-cont:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;}
.j-left{float: left;width: 9rem;min-height: 100vh;}
.j-top{width: 100%;padding-bottom: .6rem;}
.j-b{letter-spacing: 1px;color: #333333;margin-bottom: .2rem;line-height: 1.3;font-weight: bold;}
.j-c{width: 100%;font-size: 0;}
.j-cspan{display: inline-block;vertical-align: top;min-width: 3.3rem; line-height: 1.3;margin-bottom: .1rem;color: #333333;font-weight: bold;}
.j-d{letter-spacing: 1px;color: #333333;line-height: 1.87;}
.j-d *{line-height: inherit;}

.j-right{float: right;width: 4.2rem; }
.j-box{width: 100%;}
.j-e{letter-spacing: 1px;color: #333333;font-weight: bold;line-height: 1.3;}
.j-f{width: 100%;font-size: 0;padding-top: .2rem;padding-bottom: .8rem;}
.j-g{display: inline-block;vertical-align: top;width: calc(33.333% - .0933rem);margin-right: .14rem;margin-bottom: .13rem;}
.j-g img{width: 100%;}
.j-g:nth-child(3n){margin-right: 0;}
.j-h{display: block;width: 100%;padding-top: .05rem;}
.j-i{letter-spacing: 1px;display: block;position: relative;cursor: pointer; line-height: .48rem;border-bottom: 1px solid #e8e8e8; color: #333333;padding-right: .4rem; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.j-i:after{content: '';position: absolute;top: 0;right: 0;width: .25rem;height: 100%; background-image: url('../images/a19.png');background-size: .11rem auto;background-position: center center;background-repeat: no-repeat;}

.j-j{letter-spacing: 1px;width: 100%;color: #333333;line-height: 1.3;}
.j-j *{margin-bottom: .1rem;}
.j-k{letter-spacing: 1px;width: 100%;padding: .4rem 0 0;text-align: center; border-top: 1px solid #e8e8e8;color: #333333;line-height: 1.87;} 
.j-k *{line-height: inherit;}

.j-l{width: 100%;}
.j-m{display: block;cursor: pointer;font-size: 0;width: 100%;margin-top: .2rem;}
.j-n{display: inline-block;vertical-align: middle;width: 1.6rem;overflow: hidden;}
.j-n img{width: 100%;transform: scale(1.00);transition: all .5s;}
.j-o{display: inline-block;vertical-align: middle;width: calc(100% - 1.6rem);padding-left: .1rem;}
.j-p{letter-spacing: 1px;color: #333333;line-height: 1.8;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.j-q{letter-spacing: 1px;color: #666666;margin-top: .2rem;}
.j-m:hover .j-n img{transform: scale(1.1);}
.j-m:hover .j-p{color: #8198e5;}

@media(max-width: 1200px){
    .j-i{line-height: 2.3;}
}
@media(min-width: 750px){
    .j-cont.fixed .j-right{position: fixed;right: .2rem; top: .2rem; max-height: calc(100vh - .4rem);overflow: auto; }
    .j-cont.fixed .j-right.absolute{position: absolute; top: auto;}
}
@media(max-width: 750px){
    .j-cont{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .j-left{width: 100%;min-height: 1rem;}
    .j-cspan{min-width: 50%;}
    .j-right{width: 100%;margin-top: .3rem;}
    .j-n{width: 2.2rem;}
    .j-o{width: calc(100% - 2.2rem);}
}

.k-a{width: 100%;padding-top: .5rem;}
.k-cont{width: 14.4rem;margin: 0 auto;}
.k-item{padding: 0 .2rem; width: 100%;margin-bottom: .4rem; background-color: #ffffff;box-shadow: 0px 0px .14rem 0px rgba(197, 197, 197, 0.2);border-radius: .1rem;}
.k-titles{width: 100%;letter-spacing: 1px;padding: .2rem 0;color: #333333;line-height: 1.3;font-weight: bold; border-bottom: 1px solid #f5f5f5;}
.k-list{width: 100%;font-size: 0;padding-top: .15rem;padding-bottom: .3rem;}
.k-b{display: inline-block;vertical-align: top;cursor: pointer;letter-spacing: 1px; padding: .15rem .05rem .15rem 0;width: 12.5%;line-height: 1.3;color: #666666;word-break: break-all;}
.k-b:hover{color: #8198e5;}

@media(max-width: 1200px){
    .k-b{width: 20%;}
}

@media(max-width: 750px){
    .k-cont{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .k-b{width: 33.33%;font-size: 12px;padding-right: .1rem;}

}

@media(max-width: 500px){
    .k-b{width: 50%;}
}

.l-a{width: 100%; }
.l-cont{width: 14.4rem;margin: 0 auto;}
.l-list{width: 100%;padding: 0 .2rem;min-height: 3.3rem; margin-top: -1.3rem; position: relative;z-index: 18;background-color: #ffffff;box-shadow: 0px 0px .14rem 0px rgba(197, 197, 197, 0.2);border-radius: .1rem;}
.l-titles{width: 100%;color: #333333;line-height: 1.3;font-weight: bold;margin-bottom: .15rem; padding: .15rem 0;border-bottom: 1px solid #f5f5f5;}
.l-b{width: 100%;}
.l-item{width: 100%;position: relative;padding-bottom: .1rem;}
.l-c{position: absolute;top: 0 ;left: 0;width: 58px;color: #333333;line-height: 40px;}
.l-d{width: calc(100% + .2rem);margin-left: -.2rem;font-size: 0;}
.l-e{letter-spacing: 1px; display: inline-block;vertical-align: top;cursor: pointer;margin-right: .15rem; text-align: center; padding: 0 .2rem ;margin-bottom: .1rem;line-height: 40px; border-radius: 6px;}
.l-e:first-child{margin-left: calc(58px + .2rem);}
.l-e.active{background-color: #8198e5;color: #ffffff;}
.l-e:hover{background-color: #8198e5;color: #ffffff;}
.l-item.has-more .l-d{height: calc(120px + .3rem);overflow: hidden;}
.l-more {position: absolute;bottom: .2rem;right: .15rem;padding-left: .4rem; line-height: 40px;color: #8198e5;cursor: pointer; background-color: #fff;}
.l-item.show .l-d{height: auto;}
.l-item.show .l-more{display: none;}

@media(max-width: 750px){
    .l-cont{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .l-list{margin-top: -.7rem;}
    .l-e{font-size: 12px;margin-right: .1rem;}
}

.m-a{width: 100%;}
.m-cont{width: 14.4rem;margin: 0 auto;}
.m-list{width: 100%;}
.m-item{display: block;cursor: pointer;padding:  .2rem;font-size: 0;	width: 100%;margin-bottom: .4rem; background-color: #ffffff;box-shadow: 0px 0px .14rem 0px rgba(197, 197, 197, 0.2);border-radius: .1rem;}
.m-b{display: inline-block;vertical-align: top;width: 3.2rem;overflow: hidden;}
.m-b img{width: 100%;transform: scale(1.00);transition: all .5s;}
.m-c{display: inline-block;vertical-align: top;width: calc(100% - 3.2rem);padding-left: .2rem;padding-top: .08rem;}
.m-d{letter-spacing: 1px;color: #333333;line-height: 1.3;font-weight: bold;margin-bottom: .1rem;}
.m-e{color: #666666;line-height: 1.7;letter-spacing: 1px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}

.m-item:hover{box-shadow: 0px 0px .14rem 0px rgba(197, 197, 197, 0.4);}
.m-item:hover .m-d{color: #8198e5;}
.m-item:hover .m-b img{transform: scale(1.05);}


.m-g{padding: 0 .2rem; width: 100%;margin-bottom: .4rem; background-color: #ffffff;box-shadow: 0px 0px .14rem 0px rgba(197, 197, 197, 0.2);border-radius: .1rem;}
.m-titles{width: 100%;padding: .2rem 0;color: #333333;line-height: 1.3;font-weight: bold; border-bottom: 1px solid #f5f5f5;}
.m-h{width: 100%;  max-height: calc(7.8em + 2.25rem); padding-top: .15rem;padding-bottom: .3rem;}
.m-box{width: 100%;font-size: 0;}
.m-i{letter-spacing: 1px;display: inline-block;vertical-align: top;cursor: pointer; padding: .15rem .05rem .15rem 0;width: 12.5%;line-height: 1.3;color: #666666;word-break: break-all;}
.m-i:hover{color: #8198e5;}

@media(max-width: 1200px){
    .m-i{width: 20%;}
} 
  
@media(max-width: 750px){
    .m-cont{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .m-e{font-size: 12px;-webkit-line-clamp: 3;}
    .m-i{width: 33.33%;font-size: 12px;padding-right: .1rem;}
    .m-h{font-size: 12px;}
}

@media(max-width: 500px){
    .m-i{width: 50%;}
}

.n-a{width: 100%;padding-bottom: .3rem;}
.n-cont{width: 14.4rem ;margin: 0 auto;}
.n-b{width: 100%;font-size: 0;padding-bottom: .7rem;}
.n-b:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;}
.n-left{display: inline-block;vertical-align: middle;position: relative;width: 6rem;}
.n-left:after{content: '';position: absolute;top: 0;right: -4rem;	width: 4rem;height: 100%;background-color: #f5f5f5;}
.n-left img{width: 100%;}
.n-right{display: inline-block;vertical-align: middle;text-align: right; width: calc(100% - 6rem);padding-left: .8rem;position: relative;z-index: 18;}
.n-c{color: #333333;line-height: 1.3;font-weight: bold;margin-bottom: .1rem;	letter-spacing: 2px;}
.n-d{color: #333333;line-height: .5rem;letter-spacing: 1px;}
.n-d *{line-height: inherit;}
.n-e{width: 100%;}
.n-item{width: 100%;}
.n-h{width: 100%;font-size: 0;}
.n-i{display: inline-block;vertical-align: top;width: calc(33.33% - .3rem );margin-right: .45rem;margin-bottom: .5rem;}
.n-i:nth-child(3n){margin-right: 0;}
.n-i img{width: 100%;}
.n-top{width: 100%;margin-bottom: .3rem;}
.n-f{letter-spacing: .14rem;color: #666666;margin-bottom: .05rem;}
.n-g{color: #333333;font-weight: bold;line-height: 1.2;letter-spacing: .04rem;}

@media(max-width: 1200px){
    .n-d{line-height: 2;}
}
@media(max-width: 750px){
    .n-cont{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .n-left{width: 100%;}
    .n-left:after{display: none;}
    .n-right{width: 100%; text-align: left;padding: .3rem 0;}
}

.o-a{width: 100%;}
.o-cont{width: 14.4rem;margin: 0 auto;}
.o-top{width: 100%;position: relative; margin-bottom: .3rem;padding-top: .3rem;}
.o-titles{letter-spacing: 1px; color: #333333;}
.o-more{position: absolute;top: 50%;right: 0;transform: translate(0,-50%);display: block;cursor: pointer;color: #666666;}
.o-more:hover{color: #8198e5;}
.o-list{width: 100%;font-size: 0;}
.o-item{display: inline-block;vertical-align: top;cursor: pointer;transition: all .5s; margin-bottom: .4rem;margin-right: .3rem; width: 3.35rem;background-color: #ffffff;box-shadow: 0px .04rem .08rem 0px rgba(197, 197, 197, 0.2);border-radius: .1rem;overflow: hidden;}
.o-item:nth-child(4n){margin-right: 0;}
.o-b{overflow: hidden; width: 100%;position: relative;}
.o-img{width: 100%;}
.o-img img{width: 100%;}
.o-play{transition: all .5s; position: absolute;bottom: -100%;left: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,.5);}
.o-play img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%); width: .45rem;} 
.o-c{width: 100%;padding: .2rem ;}
.o-d{ letter-spacing: .02rem;font-weight: bold;margin-bottom: .15rem; color: #333333;line-height: 1.3; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.o-e{letter-spacing: 1px;line-height: 1.5;height: 3em; color: #666666;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

.o-item:hover{transform: translateY(-.1rem); box-shadow: 0px .04rem .08rem 0px rgba(197, 197, 197, 0.4);}
.o-item:hover .o-d{color: #8198e5;}
.o-item:hover .o-play{bottom: 0;}

.o-a.cont2{padding-bottom: .4rem;}
.o-a.cont2 .o-list{padding-bottom: .1rem;}
.o-nav{width: 100%;background-color: #f9f9f9;margin-bottom: .48rem;} 
.o-h{width: 14.4rem;margin: 0 auto;}
.o-g{letter-spacing: 1px;display: inline-block;vertical-align: top;cursor: pointer; color: #333333;padding: .2rem 0;margin-right: .5rem;}
.o-g.active{border-bottom: .02rem solid #8198e5;}
.o-g:hover{color: #8198e5;}
@media(max-width: 750px){
    .o-cont{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .o-h{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;overflow: auto;white-space: nowrap;}
    .o-item{width: calc(50% - .15rem);}
    .o-item:nth-child(2n){margin-right: 0;}  
}

.p-a{width: 100%; padding-bottom: .25rem;}
.p-cont{width: 14.4rem;margin: 0 auto;}
.p-top{width: 100%;position: relative; margin-bottom: .3rem;}
.p-titles{letter-spacing: 1px;color: #333333;}
.p-more{position: absolute;top: 50%;right: 0;transform: translate(0,-50%);display: block;cursor: pointer;color: #666666;}
.p-more:hover{color: #8198e5;}
.p-list{width: 100%;font-size: 0;}
.p-item{display: inline-block;vertical-align: top;cursor: pointer;transition: all .5s; margin-bottom: .4rem;margin-right: .4rem; width: 4.5rem;background-color: #ffffff;box-shadow: 0px .04rem .08rem 0px rgba(197, 197, 197, 0.2);border-radius: .1rem;overflow: hidden;}
.p-item:nth-child(3n){margin-right: 0;}
.p-b{overflow: hidden; width: 100%; }
.p-b img{width: 100%;transform: scale(1.00);transition: all .5s;}
.p-c{width: 100%;padding: .2rem ;}
.p-d{ letter-spacing: .02rem;font-weight: bold;margin-bottom: .15rem; color: #333333;line-height: 1.3; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.p-e{letter-spacing: 1px;line-height: 1.5;height: 3em; color: #666666;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

.p-item:hover{ transform: translateY(-.1rem);box-shadow: 0px .04rem .08rem 0px rgba(197, 197, 197, 0.4);}
.p-item:hover .p-d{color: #8198e5;}
.p-item:hover .p-b img{transform: scale(1.05);}

.p-a.cont2{padding-bottom: .4rem;}
.p-a.cont2 .p-list{padding-bottom: .1rem;}
.p-nav{width: 100%;background-color: #f9f9f9;margin-bottom: .48rem;} 
.p-h{width: 14.4rem;margin: 0 auto;}
.p-g{letter-spacing: 1px;display: inline-block;vertical-align: top;cursor: pointer; color: #333333;padding: .2rem 0;margin-right: .5rem;}
.p-g.active{border-bottom: .02rem solid #8198e5;}
.p-g:hover{color: #8198e5;}

@media(max-width: 750px){
    .p-cont{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .p-h{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;overflow: auto;white-space: nowrap;}
    .p-item{width: calc(50% - .15rem);margin-right: .3rem;}
    .p-item:nth-child(3n){margin-right: .3rem;}  
    .p-item:nth-child(2n){margin-right: 0;}  
}

.q-a{width: 100%;} 
.q-cont{width: 100%; padding-top: .35rem;background-image: url('../images/b101.jpg'); background-size: cover; background-position: center center;background-repeat: no-repeat;}
.q-list{width: 14.4rem ;margin: 0 auto;margin-bottom: .1rem;}
.q-list:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;}
.q-left{float: left; width: 12rem;margin-bottom: .34rem;}
.q-item{display: none; width: 100%;}
.q-item.show{display: block; }
.q-tiltes{letter-spacing: 1px; color: #333333; height: .4rem;}
.q-video{width: 100%;}
.q-video video{width: 100%;height: 6.35rem;background-color: #000;   }
.q-right{float: right;padding-top: .35rem;width: 2.33rem;margin-bottom: .34rem;}
.q-b{width: 100%;height: 6.45rem;}
.q-c{width: 100%; height: 20%;padding: .05rem 0 .05rem .08rem;}
.q-d{position: relative; display: block;cursor: pointer;width: 100%;height: 100%;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.q-c.active .q-d{border: solid 2px #8198e5;}
.q-c.active .q-d:after{content: ''; position: absolute;top: 0;left: -.08rem; width: 0.14rem;height: 100%;background-image: url('../images/a21.png');background-size: .14rem auto; background-position: center center;background-repeat: no-repeat;}

.q-a .o-e{     height: 4.5em;   -webkit-line-clamp: 3;}

@media(max-width: 750px){
    .q-list{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .q-left{width: 100%;}
    .q-tiltes{padding-bottom: .2rem;height: auto;}
    .q-right{width: 100%;padding-top: 0;}
    .q-c{width: 20%;height: 1.2rem;} 
    .q-b{height: auto;}
}

.r-a{width: 100%;padding-top: .5rem;padding-bottom: 1.1rem;}
.r-cont{width: 14.4rem;margin: 0 auto;}
.r-logo{display: block;width: 2.15rem;margin-bottom: .55rem;}
.r-logo img{width: 100%;}
.r-list{width: 100%;position: relative;text-align: right;}
.r-map{position: absolute;top: 0;left: 0;width: 5.75rem;height: 100%;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.r-b{display: inline-block;text-align: left;width: 8.1rem;}
.r-c{width: 100%;max-width: 6.6rem;padding-bottom: .15rem;}
.r-d{letter-spacing: 1px;width: 100%;line-height: 1.3;color: #333333;  margin-bottom: .2rem;}
.r-e{letter-spacing: 1px; color: #333333;line-height: .44rem;}
.r-e *{line-height: inherit;}


@media(max-width: 750px){
    .r-cont{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .r-map{position: static;height: 7.15rem;width: 100%;margin-bottom: .3rem;}
    .r-b{width: 100%;}
}

.s-a{width: 100%;padding-bottom: .5rem;}
.s-cont{width: 14.4rem;margin: 0 auto;}
.s-list{width: 100%;font-size: 0;padding-bottom: .58rem;}
.s-item{display: block;cursor: pointer;padding: .4rem 0;border-bottom: 1px solid #f5f5f5;}
.s-b{display: inline-block;vertical-align: middle;width: 2.15rem;overflow: hidden;}
.s-b img{width: 100%;transform: scale(1.00);transition: all .5s;}
.s-c{display: inline-block;vertical-align: middle;width: calc(100% - 2.15rem);padding-left: .2rem;padding-top: .1rem;}
.s-d{letter-spacing: 1px;color: #333333;line-height: 1.3;margin-bottom: .1rem;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.s-e{letter-spacing: 1px;color: #666666;line-height: 1.5;height: 4.5em; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.s-time{width: 100%;color: #666666;line-height: 1.3;margin-top: .15rem;}

.s-item:hover .s-d{color: #8198e5;}
.s-item:hover .s-b img{transform: scale(1.1);}

@media(max-width: 750px){
    .s-cont{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .s-b{width: 2.5rem;}
    .s-c{width: calc(100% - 2.5rem);}
    .s-e{height: auto;    -webkit-line-clamp: 2;}
}

.t-a{width: 100%;padding-bottom: .5rem;}
.t-top{width: 100%;background-color: #f9f9f9;}
.t-nav{width: 14.4rem;margin: 0 auto;font-size: 0;}
.t-b{display: inline-block;vertical-align: top;cursor: pointer; letter-spacing: 1px;color: #333333;line-height: .6rem;margin-right: .88rem;}
.t-b.active{border-bottom: .02rem solid #8198e5;}
.t-b:hover{color: #8198e5;}
.t-cont{width: 14.4rem;margin: 0 auto;font-size: 0;}
.t-list{width: 100%;padding-top: .6rem;padding-bottom: .2rem;font-size: 0;}
.t-item{display: inline-block;vertical-align: top;cursor: pointer;transition: all .5s; background-color: #ffffff;box-shadow: 0px .04rem .08rem 0px rgba(197, 197, 197, 0.2);border-radius: .1rem;overflow: hidden; width: 4.6rem;margin-right: .3rem;margin-bottom: .4rem;}
.t-item:nth-child(3n){margin-right: 0;}
.t-c{width: 100%;overflow: hidden;}
.t-c img{width: 100%;transform: scale(1.00);transition: all .5s;}
.t-d{width: 100%;padding: .25rem .2rem;}
.t-e {	letter-spacing: 1px;color: #333333;line-height: 1.3; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.t-item:hover{    transform: translateY(-.1rem); box-shadow: 0px .04rem .08rem 0px rgba(197, 197, 197, 0.4);}


@media(max-width: 750px){
    .t-nav{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;white-space: nowrap;overflow: auto;}
    .t-b{margin-right: .3rem;}
    .t-cont{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .t-item{width: calc(50% - .15rem);}
    .t-item:nth-child(3n){margin-right: .3rem;}
    .t-item:nth-child(2n){margin-right: 0;}
    .t-e{font-size: 12px;}
}

.u-a{width: 100%;padding-bottom: 1rem;}
.u-cont{width: 14.4rem;margin: 0 auto; position: relative;font-size: 0;}
.u-left{display: inline-block;vertical-align: top;width: calc(100% - 2.4rem);padding-right: 1.5rem; padding-top: 1.5rem;padding-bottom: .5rem;position: relative;}
.u-left:after{content: ''; position: absolute;bottom: 0;left: 0;width: .3rem;height: .04rem;background-color: #333333;}
.u-b{letter-spacing: 2px;color: #333333;font-weight: bold;margin-bottom: .1rem;}
.u-c{margin-bottom: .55rem;	letter-spacing: 1px;color: #333333;}
.u-d{letter-spacing: 1px;color: #333333;line-height: 1.7;margin-bottom: .3rem;}
 
.u-right{display: inline-block;vertical-align: top; width: 2.4rem;}
.u-right img{width: 100%;}

@media(max-width: 1200px){
    .u-left{padding-top: .8rem;padding-bottom: .1rem;}
}


@media(max-width: 750px){
    .u-a{padding-bottom: .8rem;}
    .u-cont{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .u-left{width: 100%;padding-right: 0;}
    .u-right{display: none;}
}

.v-a{width: 100%;padding-bottom: 1.68rem;}
.v-cont{width: 100%;position: relative;text-align: right;}
.v-left{position: absolute;top: 0;left: 0;width: 47.9%;height: 100%; background-size: cover;background-position: center center;background-repeat: no-repeat;}
.v-right{display: inline-block;width: 68%;text-align: left;margin: 1.05rem 0;padding: .95rem 2.3rem .95rem 1rem; background-color: #262326;position: relative;z-index: 18;}
.v-right:after{content: ''; position: absolute;bottom: .55rem;left: 1rem;width: .3rem;height: .04rem;background-color: #ffffff;}
.v-b{letter-spacing: 2px;color: #ffffff;margin-bottom: .15rem;font-weight: bold;}
.v-c{letter-spacing: 1px;color: #ffffff;margin-bottom: .8rem;}
.v-d{letter-spacing: 1px;color: #ffffff;line-height: 1.7;margin-bottom: .3rem;}
 
@media(max-width: 750px){
    .v-a{padding-bottom: .8rem;}
    .v-cont{width: 100%;max-width: 500px;margin:  0 auto; padding-left: 10px;padding-right: 10px;}
    .v-left{position: static;width: 100%;height: auto;padding-top: 81%;}
    .v-right{width: 100%;margin: 0;padding: .5rem .3rem .6rem;}
    .v-right:after{left: .3rem;bottom: .4rem;}
    .v-c{margin-bottom: .5rem;}
}

.w-a{width: 100%;margin-bottom: 1.3rem;}
.w-top{width: 100%;margin: 0 auto; position: relative;text-align: right;padding-top: 1.65rem;}
.w-b{position: absolute;top: 0;left: 0; width: 100%;height: 100%;background-size: cover; background-position: center center;background-repeat: no-repeat;}
.w-c{display: inline-block;padding: 1.3rem 2.5rem 1.2rem 1rem; width: 68%;text-align: left;position: relative;z-index: 18;background-color: #fff;}
.w-c:after{content: ''; position: absolute;bottom: .7rem;left: 1rem;width: .3rem;height: .04rem;background-color: #17161f;}
.w-d{letter-spacing: 2px;color: #333333;margin-bottom: .15rem;}
.w-e{letter-spacing: 1px;color: #333333;margin-bottom: .8rem;}
.w-f{letter-spacing: 1px;color: #333333;line-height: 1.7;margin-bottom: .3rem;}

.w-cont{width: 100%;margin: 0 auto;font-size: 0; background-color: #f9f8f8;padding-top: .8rem;padding-bottom: .6rem;}
.w-left{display: inline-block;vertical-align: top;width: 32%;text-align: right;padding-right: .8rem;}
.w-g{display: inline-block;text-align: left;}
.w-h{letter-spacing: 2px;color: #333333;margin-bottom: .15rem;}
.w-i{letter-spacing: 1px;color: #333333;}
.w-right{display: inline-block;vertical-align: top;width: 68%;padding: 0 2.5rem .55rem 1rem;position: relative;}
.w-right:after{content: ''; position: absolute;bottom: 0;left: 1rem;width: .3rem;height: .04rem;background-color: #17161f;}
.w-j{letter-spacing: 1px;color: #333333;line-height: 1.7;margin-bottom: .3rem;}

@media(max-width: 750px){
    .w-a{margin-bottom: .8rem;}
    .w-top{width: 100%;max-width: 500px;margin:  0 auto; padding-left: 10px;padding-right: 10px;padding-top: 0;}
    .w-b{position: static;height: auto;padding-top: 40%;}
    .w-c{width: 100%;padding: .5rem .3rem .6rem;}
    .w-c:after{left: .3rem;bottom: .4rem;}
    .w-e{margin-bottom: .5rem;}
    .w-cont{width: 100%;max-width: 500px;margin:  0 auto; padding-left: 10px;padding-right: 10px;}
    .w-left{width: 100%;text-align: left;margin-bottom: .5rem;padding: 0 .3rem;}
    .w-right{width: 100%;padding: .5rem .3rem .6rem;}
    .w-right:after{left: .3rem;bottom: .4rem;}
}

.x-a{width: 100%;padding-bottom: 2rem;}
.x-cont{width: 14.4rem;margin: 0 auto;font-size: 0;}
.x-left{display: inline-block;vertical-align: top;padding-top: 1.1rem;width: calc(100% - 5.8rem);}
.x-b{letter-spacing: 2px;color: #333333;margin-bottom: .3rem;}
.x-c{letter-spacing: 1px;color: #333333;}
.x-d{width: 100%;}
.x-e{display: inline-block;vertical-align: top;margin-top: .35rem;padding-right: .8rem;width: 4.15rem;}
.x-f{letter-spacing: 1px;color: #333333;line-height: 1.3;}
.x-g{letter-spacing: 1px;color: #333333;line-height: 1.5;}
.x-right{display: inline-block;vertical-align: top;width: 5.8rem;padding: 0 .4rem .4rem;position: relative;}
.x-right:after{content: ''; position: absolute;bottom: 0;left: 0;width: 100%;height: 4.65rem;background-image: url('../images/a24.png');background-size: auto 4.65rem;background-position: top center;background-repeat: no-repeat;}
.x-right img{width: 100%;position: relative;z-index: 18;}

@media(max-width: 1200px){
    .x-left{padding-top: .5rem;}
}

@media(max-width: 750px){
    .x-a{padding-bottom: .8rem;}
    .x-cont{width: 100%;max-width: 500px;  padding-left: 10px;padding-right: 10px; }
    .x-left{width: 100%;padding-top: 0;margin-bottom: .5rem;}
    .x-e{width: 100%;padding-right: 0;}
}

.xa-a{width: 100%;position: relative;}
.xa-b{width: 100%;}
.xa-b img{width: 100%;}

.xb-a{width: 100%;padding-top: .8rem;padding-bottom: .55rem;}
.xb-cont{width: 14.4rem;margin: 0 auto;text-align: center;}
.xb-top{display: inline-block;max-width: 100%; margin-bottom: .4rem;position: relative;}
.xb-top:after{content: ''; position: absolute;bottom: 0;left: 0;width: 100%;height: .02rem;background-color: #f5f5f5;}
.xb-nav{position: relative;z-index: 18; display: inline-block;vertical-align: top;cursor: pointer;position: relative; letter-spacing: 1px;color: #333333;padding-top: .13rem; padding-bottom: .13rem;margin-right: .4rem;}
.xb-nav.active{border-bottom: .02rem solid #fe5639;}
.xb-nav:hover{color: #fe5639;}
.xb-list{width: 100%;font-size: 0;text-align: left;padding-bottom: .3rem;}
.xb-item{display: inline-block;vertical-align: top;text-align: center;cursor: pointer;transition: all .5s; padding-bottom: .7rem; background-color: #f5f5f5;width: 3.38rem;margin-right: .29rem;margin-bottom: .27rem;}
.xb-item:nth-child(4n){margin-right: 0;}
.xb-b{width: 100%;height: 3.1rem;line-height: 3.1rem;}
.xb-b img{max-width: 90%;max-height: 80%;}
.xb-c{width: 100%;}
.xb-d{width: 100%;letter-spacing: 1px;color: #333333;line-height: 1.3; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.xb-item:hover{transform: translateY(-.1rem);box-shadow: 0px 0px .1rem 2px rgba(51, 51, 51, 0.2);}


.xb-a.cont2{padding-top: .7rem;padding-bottom: .2rem;}
.xb-a.cont2 .xb-list{padding-top: .5rem;}
.xb-a.cont2 .xb-item{padding-bottom: .6rem;margin-bottom: .6rem;}
.xb-a.cont2 .xb-b{height: 3.05rem;line-height: 3.05rem;}


@media(max-width: 1300px){ 
    .xb-nav{font-size: 12px;margin-right: .2rem;}
}
@media(max-width: 750px){ 
    .xb-cont{width: 100%;max-width: 500px;  padding-left: 10px;padding-right: 10px; }
    .xb-item{width: calc(50% - .15rem);margin-right: .3rem;padding-bottom: .3rem;}
    .xb-item:nth-child(2n){margin-right: 0;}
    .xb-top{max-width: 100%;white-space: nowrap;overflow: auto;}
    .xb-b img{max-width: 80%;max-height: 80%;}
    .xb-nav{margin-right: .3rem;}
}

.xc-a{width: 100%;padding-top: .6rem;}
.xc-cont{width: 14.4rem;margin: 0 auto;}
.xc-list{width: 100%;padding-bottom: .3rem;}
.xc-item{width: 100%;font-size: 0;margin-bottom: .7rem;}
.xc-b{display: inline-block;vertical-align: middle;width: 5.9rem;}
.xc-b img{width: 100%;}
.xc-c{display: inline-block;vertical-align: middle;width: calc(100% - 5.9rem);padding-left: .65rem;}
.xc-d{padding: .1rem 0;word-break: break-all; letter-spacing: 1px;color: #333333;line-height: 1.33;}
.xc-dspan{padding-right: .65rem;}
.xc-d *{line-height: inherit;}
.xc-map{display: block;width: 100%;height: 6.05rem;background-size: cover;background-position: center center;background-repeat: no-repeat;}

@media(max-width: 750px){ 
    .xc-cont{width: 100%;max-width: 500px;  padding-left: 10px;padding-right: 10px; }
    .xc-item{width: 100%;}
    .xc-b{width: 100%;margin-bottom: .3rem;}
    .xc-c{width: 100%;padding-left: 0;} 
}

.xd-a{width: 100%;padding-bottom: .3rem;}
.xd-cont{width: 14.4rem;margin: 0 auto;position: relative;}
.xd-cont:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;}
.xd-left{float: left;width: 10.5rem;min-height: 100vh;}
.xd-list{width: 100%;margin-top: .2rem;margin-bottom: .35rem;}
.xd-item{width: 100%;display: block;cursor: pointer;padding: .3rem .35rem .3rem;margin-bottom: .65rem; box-shadow: 0px 0px .08rem 0px rgba(197, 197, 197, 0.2);border-radius: .1rem;}
.xd-b{ letter-spacing: 1px;color: #333333;line-height: 1.2;margin-bottom: .15rem;font-weight: bold;}
.xd-e{	letter-spacing: 1px;color: #666666;line-height: 1.5;margin-bottom: .15rem;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.xd-f{width: 100%;position: relative;padding-top: 45.9%;}
.xd-g{position: absolute;overflow: hidden;border-radius: .1rem; }
.xd-gimg{ position: absolute;transform: scale(1.00);transition: all .5s; top: 0;left: 0;width: 100%;height: 100%;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.xd-g:nth-child(3n+1){top: 0;left: 0; width: 62.2%;height: 100%;}
.xd-g:nth-child(3n+2){top: 0;right: 0; width: 34.18%;height: 47.7%;}
.xd-g:nth-child(3n+3){bottom:  0;right: 0; width: 34.18%;height: 47.7%;}
.xd-gimg:hover{transform: scale(1.05);}

.xd-right{float: right;width: 3.5rem;padding-top: .3rem;}
.xd-box{width: 100%;}
.xd-h{letter-spacing: 1px;color: #333333;line-height: 1.2;font-weight: bold;}
.xd-i{width: 100%;}
.xd-j{display: block;cursor: pointer;cursor: pointer; margin-top: .2rem;font-size: 0;}
.xd-k{display: inline-block;vertical-align: middle;width: 1.2rem;overflow: hidden;border-radius: .1rem;}
.xd-k img{width: 100%;transform: scale(1.00);transition: all .5s;}
.xd-l{display: inline-block;vertical-align: middle;width: calc(100% - 1.2rem);padding-left: .1rem;}
.xd-m{  line-height: 1.3;height: 2.6em;letter-spacing: 1px;color: #333333;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.xd-time{margin-top: .2rem; letter-spacing: 1px;color: #666666;}
.xd-j:hover .xd-k img{transform: scale(1.05);}
.xd-j:hover .xd-m{color: #fe5639;}

.xd-n{width: 100%;padding: .3rem ;margin-top: .25rem;	background-color: #ffffff;box-shadow: 0px 0px .08rem 0px rgba(197, 197, 197, 0.2);border-radius: .1rem;}
.xd-o{font-weight: bold; letter-spacing: 1px;color: #333333;margin-bottom: .15rem;line-height: 1.2;}
.xd-p{letter-spacing: 1px;color: #666666;line-height: 1.57;}
.xd-p *{line-height: inherit;}


@media(min-width: 750px){
    /* .xd-cont.fixed .xd-right{position: fixed;  bottom:  .2rem;    }
    .xd-cont.fixed .xd-right.absolute{position: absolute;right: 0 !important; bottom: 0;} */
    .xd-cont.fixed .xd-right{position: fixed;right: .2rem; top: .2rem; max-height: calc(100vh - .4rem);  }
    .xd-cont.fixed .xd-right.absolute{position: absolute; top: auto;}
}

@media(max-width: 750px){ 
    .xd-a{padding-bottom: .6rem;}
    .xd-cont{width: 100%;max-width: 500px;  padding-left: 10px;padding-right: 10px; }
    .xd-left{width: 100%;min-height: 1rem;}
    .xd-right{width: 100%;}
    .xd-k{width: 2rem;}
    .xd-l{width: calc(100% - 2rem);padding-left: .2rem;}
}

.xe-a{width: 100%;padding-top: .6rem;padding-bottom: .1rem;}
.xe-cont{width: 14.4rem;margin: 0 auto;}
.xe-item{ position: relative;padding-bottom: 40px; width: 100%;margin-bottom: .48rem; background-color: #ffffff;box-shadow: 0px 0px .14rem 0px rgba(197, 197, 197, 0.2);border-radius: .1rem;}
.xe-titles{width: 100%;letter-spacing: 1px;padding: .2rem ;color: #333333;line-height: 1.3;font-weight: bold; border-bottom: 1px solid #f5f5f5;}
.xe-list{width: 100%;font-size: 0; height: calc(.6rem + 140px);overflow: hidden; padding: .05rem .2rem;}
.xe-b{display: inline-block;vertical-align: top;cursor: pointer;letter-spacing: 1px; padding: .1rem .05rem .1rem 0;width: 16.66%;line-height: 1.5;color: #999999; }
.xe-b:hover{color: #fe5639;}


.xe-more{display: none; position: absolute;bottom: 10px;right: .3rem;cursor: pointer;}
.xe-text1{display: block;line-height: 20px;color: #fe5639;}
.xe-text2{display: none;line-height: 20px;color: #fe5639;}

.xe-item .xe-text1{display: none;}
.xe-item .xe-text2{display: block;}
.xe-item .xe-list{height: auto;}


@media(max-width: 1200px){
    .xe-b{width: 33.33%;}
}

@media(max-width: 750px){
    .xe-cont{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .xe-b{width: 50%;font-size: 12px;padding-right: .1rem;}

}
 
.xf-a{width: 100%; }
.xf-cont{width: 14.4rem;margin: 0 auto;}
.xf-list{width: 100%; min-height: 3.3rem; margin-top: -2.4rem; position: relative;z-index: 18;background-color: #ffffff;box-shadow: 0px 0px .14rem 0px rgba(197, 197, 197, 0.2);border-radius: .1rem;}
.xf-titles{width: 100%;color: #333333;line-height: 1.3;font-weight: bold;margin-bottom: .15rem; padding: .15rem .2rem;border-bottom: 1px solid #f5f5f5;}
.xf-b{width: 100%;}
.xf-item{width: 100%;position: relative;padding:0 .3rem ;}
.xf-c{position: absolute;top: 0 ;left: .3rem;width: 115px;color: #333333;line-height: 40px;}
.xf-d{width: calc(100% + .2rem);margin-left: -.1rem;font-size: 0;}
.xf-e{letter-spacing: 1px; display: inline-block;vertical-align: top;cursor: pointer;margin-right: .3rem; text-align: center; padding: 0 .1rem ;margin-bottom: .2rem;line-height: 40px; border-radius: 6px;}
.xf-e:first-child{margin-left: calc(115px + .2rem);}
.xf-e.active{background-color: #fe5639;color: #ffffff;}
.xf-e:hover{background-color: #fe5639;color: #ffffff;}
.xf-item.has-more .xf-d{height: calc(80px + .4rem);overflow: hidden;}
.xf-more {position: absolute;bottom: .2rem;right: .5rem;padding-left: .4rem; line-height: 40px;color: #fe5639;cursor: pointer; background-color: #fff;}
.xf-item.show .xf-d{height: auto;}
.xf-item.show .xf-more{display: none;}

@media(max-width: 1200px){
    .xf-c{width: 80px;}
    .xf-e:first-child{margin-left: calc(80px + .2rem);}
}
@media(max-width: 750px){
    .xf-cont{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .xf-c{width: 60px;}
    .xf-e:first-child{margin-left: calc(60px + .2rem);}
    .xf-list{margin-top: -.7rem;}
    .xf-e{font-size: 12px;margin-right: .1rem;}
}
 
.xg-a{width: 100%;font-size: 0;padding: .35rem 0;}
.xg-cont{width: 14.4rem;margin: 0 auto;}
.xg-item{display: inline-block;vertical-align: middle;color: #666666;letter-spacing: 1px;cursor: pointer;line-height: 1.3;}
.xg-link{display: inline-block;vertical-align: middle;margin: 0 .1rem; color: #666666; line-height: 1.3;}
.xg-item.active{color: #fe5639;}
.xg-item:hover{color: #fe5639;}

@media(max-width: 750px) { 
    .xg-cont{width: 100%; max-width: 500px;padding-left: 10px;padding-right: 10px;overflow: auto;white-space: nowrap;}
    .xg-item{font-size: 12px;}

}

.xh-a{width: 100%;}
.xh-cont{width: 14.4rem;margin: 0 auto;}
.xh-list{width: 100%;}
.xh-item{display: block;cursor: pointer;padding:  .2rem .25rem;font-size: 0;	width: 100%;margin-bottom: .3rem; background-color: #ffffff;box-shadow: 0px 0px .14rem 0px rgba(197, 197, 197, 0.2);border-radius: .1rem;}
.xh-b{display: inline-block;vertical-align: top;position: relative; width: 3.2rem;height: 1.8rem; overflow: hidden;}
.xh-b img{width: 100%;position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.xh-c{display: inline-block;vertical-align: top;width: calc(100% - 3.2rem);padding-left: .2rem;padding-top: .08rem;}
.xh-d{letter-spacing: 1px;color: #333333;line-height: 1.3;font-weight: bold;margin-bottom: .1rem;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.xh-e{color: #666666;line-height: 1.7;letter-spacing: 1px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}

.xh-item:hover{box-shadow: 0px 0px .14rem 0px rgba(197, 197, 197, 0.4);}
.xh-item:hover .xh-d{color: #fe5639;}
.xh-item:hover .xh-b img{transform: scale(1.05);}


.xh-g{padding: 0 .2rem; width: 100%;margin-bottom: .4rem; background-color: #ffffff;box-shadow: 0px 0px .14rem 0px rgba(197, 197, 197, 0.2);border-radius: .1rem;}
.xh-titles{width: 100%;padding: .2rem 0;color: #333333;line-height: 1.3;font-weight: bold; border-bottom: 1px solid #f5f5f5;}
.xh-h{width: 100%;  max-height: calc(7.8em + 2.25rem); padding-top: .15rem;padding-bottom: .3rem;}
.xh-box{width: 100%;font-size: 0;}
.xh-i{letter-spacing: 1px;display: inline-block;vertical-align: top;cursor: pointer; padding: .15rem   0; line-height: 1.3;color: #666666;margin-right: .5rem;}
.xh-i:hover{color: #fe5639;}

 
@media(max-width: 750px){
    .xh-cont{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .xh-e{font-size: 12px;-webkit-line-clamp: 3;}
    .xh-b{width: 100%;height: auto;padding-top: 56.25%;}
    .xh-c{width: 100%;padding: .2rem;}
    .xh-h{font-size: 12px;}
    .xh-i{font-size: 12px;}
}

.xi-a{width: 100%;padding-bottom: .3rem;padding-top: .5rem;}
.xi-cont{width: 14.4rem ;margin: 0 auto;}
.xi-b{width: 100%;font-size: 0;padding-bottom: .7rem;}
.xi-b:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;}
.xi-left{display: none; position: relative;width: 6rem;}
.xi-left:after{content: '';position: absolute;top: 0;right: -4rem;	width: 4rem;height: 100%;background-color: #f5f5f5;}
.xi-left img{width: 100%;}
/* .xi-right{display: inline-block;vertical-align: middle;text-align: right; width: calc(100% - 6rem);padding-left: .8rem;position: relative;z-index: 18;} */
.xi-right{width: 100%;}
.xi-c{color: #333333;line-height: 1.3;font-weight: bold;margin-bottom: .3rem;	letter-spacing: 3px;}
.xi-d{color: #333333;line-height: .5rem;letter-spacing: 1px;}
.xi-d *{line-height: inherit;}

.xi-e{width: 100%;}
.xi-item{width: 100%;}
.xi-h{width: 100%;font-size: 0;}
.xi-i{display: inline-block;vertical-align: top;width: calc(33.33% - .3rem );position: relative;height: auto;  padding-top: 19%;margin-right: .45rem;margin-bottom: .5rem;}
.xi-i:nth-child(3n){margin-right: 0;}
.xi-i img{width: 100%;position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.xi-top{width: 100%;margin-bottom: .3rem;}
.xi-f{letter-spacing: .14rem;color: #666666;margin-bottom: .05rem;}
.xi-g{color: #333333;font-weight: bold;line-height: 1.2;letter-spacing: .04rem;}

@media(max-width: 1200px){
    .xi-d{line-height: 2;}
}
@media(max-width: 750px){
    .xi-cont{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .xi-left{width: 100%;}
    .xi-left:after{display: none;}
    .xi-b{padding-bottom: .3rem;}
    .xi-c{margin-bottom: .3rem;}
    .xi-c br{display: none;}
    .xi-d br{display: none;}
    .xi-right{width: 100%; text-align: left;padding-bottom: .3rem;}
    .xi-i{height: auto;line-height: 1;padding-top: 19%;position: relative;}
    /* .xi-i img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: contain;} */
}

.xj-a{width: 100%;padding-top: .48rem;padding-bottom: .75rem;}
.xj-cont{width: 14.4rem;margin: 0 auto;}
.xj-cont:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;}
.xj-left{float: left;width: 5.8rem;}
.xj-b{width: 100%;margin-bottom: .1rem;}
.xj-c{width: 100%;}
.xj-d{width: 100%;}
.xj-e{display: block; width: 100%;height: 3.8rem;line-height: 3.8rem;cursor: pointer;}
.xj-e img{max-width: 100%;max-height: 100%;}
.xj-f{width: 100%;}
.xj-g{width: 100%;}
.xj-h{width: 1.38rem;margin-right: .09rem;}
.xj-h:last-child{margin-right: 0;}
.xj-i{display: block;cursor: pointer;width: 100%;padding-top:80.43% ;background-size: cover;background-position: center center;background-repeat: no-repeat;}
/* .xj-h.active .xj-i{border: 1px solid #fe5639;} */
.xj-right{float: right;width: 8.2rem;padding-top: .3rem;position: relative;min-height: 3.8rem;padding-bottom: .9rem;}
.xj-j{font-weight: bold; letter-spacing: 1px;color: #333333;margin-bottom: .25rem;line-height: 1.3;}
.xj-k{	letter-spacing: 1px;color: #666666;line-height: 1.57;}
.xj-k *{line-height: inherit;}
.xj-buy{position: absolute;bottom: 0;left: 0;display: block;cursor: pointer;letter-spacing: 1px;color: #ffffff; min-width: 1.8rem;height: .6rem;line-height: .6rem;text-align: center;padding: 0 .15rem;background-color: #fe5639;border-radius: .1rem;}

@media(max-width: 750px){
    .xj-cont{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;text-align: center;}
    .xj-left{display: inline-block;float: none;}
    .xj-right{width: 100%;text-align: left;}
}

.xk-a{width: 100%;padding-bottom: .67rem;}
.xk-cont{width: 15.4rem;margin: 0 auto;}
.xk-b{letter-spacing: 2px;color: #333333;font-weight: bold; text-align: center;margin-bottom: .1rem;}
.xk-bspan{color: #fe5639;}
.xk-list{width: 100%;}
.xk-item{width: 100%;position: relative;margin-bottom: .1rem;}
.xk-c{width: 100%;padding: 0 .35rem;position: relative;}
.xk-c:before{content: ''; position: absolute;z-index: 18; top: 0;left: 0;width: .4rem;height: 100%;background-color: #fff;}
.xk-c:after{content: ''; position: absolute;z-index: 18; top: 0;right: 0;width: .4rem;height: 100%;background-color: #fff;}
.xk-d{width: 25%;padding: .3rem .15rem;  }
.xk-e{width: 100%;display: block;cursor: pointer;text-align: center;position: relative; transition: all .5s; background-color: #f6f6f6;padding-bottom: .7rem;}
.xk-f{width: 100%;height: 3.65rem;line-height: 3.65rem;}
.xk-f img{max-width:80%;max-height: 80%;}
.xk-g{width: 100%;letter-spacing: 1px;color: #333333;line-height: 1.3;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.xk-e:hover{transform: translateY(-.1rem);box-shadow: 0px 0px 0.1rem 2px rgba(51, 51, 51, 0.2);}

.xk-c .xk-prev{left: 0;margin-top: -.3rem;z-index: 20;	width: .18rem;height: .6rem;background-image: url('../images/c24.png');background-size: .18rem auto; background-position: center center;background-repeat: no-repeat;}
.xk-c .xk-next{right: 0;margin-top: -.3rem;z-index: 20;	width: .18rem;height: .6rem;background-image: url('../images/c25.png');background-size: .18rem auto; background-position: center center;background-repeat: no-repeat;}

.xk-a.cont2{width: 100%;padding-bottom: .25rem;}
.xk-new{letter-spacing: 1px;color: #ffffff;background-color: #fe5639;position: absolute;top: 0.2rem;left: .2rem;border-radius: 50%;width: 3.2em;height: 3.2em;line-height: 3.2em;text-align: center;font-weight: bold;}
@media(max-width: 750px){
    .xk-cont{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .xk-d{width: 50%;}
    .xk-new{font-size: 10px;}
}

.xl-a{width: 100%;padding-top: .7rem;padding-bottom: .8rem;}
.xl-cont{width: 14.4rem;margin: 0 auto;}
.xl-b{margin-bottom: .48rem; letter-spacing: 2px;color: #333333;text-align: center;font-weight: bold;}
.xl-bspan{color: #fe5639;}
.xl-list{width: 100%;padding: .6rem 0;  position: relative;}
.xl-c{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.xl-d{padding: .4rem .2rem .4rem .5rem; display: block;position: relative;z-index: 18;width: 6.2rem;margin-left: -.3rem;background-color: #fafafa;}
.xl-e{letter-spacing: 2px;color: #333333;line-height: 1.3;margin-bottom: .35rem;}
.xl-f{letter-spacing: 1px;color: #333333;line-height: 1.6; }
.xl-f *{line-height: inherit;}

@media(max-width: 750px){
    .xl-cont{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .xl-list{padding: 0;}
    .xl-c{position: static;height: auto;padding-top: 34.7%;}
    .xl-d{width: 100%;padding: .3rem ;margin-left: 0;}
    .xl-f{font-size: 12px;}
}

.xm-a{width: 100%; padding-bottom: .8rem;}
.xm-cont{width: 14.4rem;margin: 0 auto;}
.xm-b{margin-bottom: .53rem; letter-spacing: 2px;color: #333333;text-align: center;font-weight: bold;}
.xm-bspan{color: #fe5639;}
.xm-list{width: 100%;font-size: 0;}
.xm-item{display: inline-block;vertical-align: top;position: relative; width: 50%;padding-top: 26.041%; background-size: cover;background-position: center center;background-repeat: no-repeat;}
.xm-c{position: absolute;bottom: .3rem;left: 0;width: 100%; padding: 0 .2rem;letter-spacing: 1px;color: #ffffff;line-height: 1.2; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.xm-d{width: 100%;background-color: #ffffff;padding: .3rem .2rem; box-shadow: 0px .04rem .08rem 0px rgba(197, 197, 197, 0.2);}
.xm-e{letter-spacing: 2px;color: #333333;margin-bottom: .15rem;}
.xm-f{letter-spacing: 1px;color: #333333;line-height: 2;}
.xm-f *{line-height: inherit;}


@media(max-width: 750px){
    .xm-cont{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .xm-c{font-size: 12px;bottom: .15rem;padding: 0 .1rem;}
    .xm-f{word-break: break-all;}
}

.xn-a{width: 100%;padding-bottom: .7rem;}
.xn-cont{width: 100%;margin: 0 auto; }
.xn-list{width: 100%; position: relative;background-color: #f5f5f5;}
.xn-left{position: absolute;top: 0;right: 0;width: 50%;height: 100%;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.xn-right{width:50%;text-align: right; padding-top: .95rem;padding-right: .55rem;padding-bottom: .5rem;}
.xn-b{display: inline-block;text-align: left;width: 6.4rem;}
.xn-c{letter-spacing: 2px;color: #333333;margin-bottom: .65rem;}
.xn-d{letter-spacing: 1px;color: #333333;line-height: 1.6;}
.xn-d *{line-height: inherit;}
.xn-d P{margin-bottom: .2rem;}

@media(max-width: 750px){
    .xn-cont{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .xn-left{width: 100%;position: static;height: auto;padding-top: 61%;}
    .xn-right{width: 100%;padding: .5rem .35rem .3rem;}
    .xn-c{margin-bottom: .3rem;}
    .xn-b{width: 100%;}
}

.xo-a{width: 100%; padding-bottom: .95rem;}
.xo-cont{width: 100%;margin: 0 auto;}
.xo-b{margin-bottom: .35rem; letter-spacing: 2px;color: #333333;text-align: center;font-weight: bold;}
.xo-bspan{color: #fe5639;}
.xo-list{width: 100%;padding-left: 50%; position: relative;background-color: #f5f5f5;}
.xo-left{position: absolute;top: 0;left: 0;width: 50%;height: 100%;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.xo-right{padding: .6rem 0;margin-left: .5rem;width: 6.7rem;}
.xo-item{width: 100%;padding: .12rem 0;}
.xo-c{letter-spacing: 1px;color: #333333; margin-bottom: .15rem;}
.xo-d{letter-spacing: 1px;color: #666666;line-height: 1.87;}
.xo-d *{line-height: inherit;}

@media(max-width: 750px){
    .xo-cont{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .xo-list{padding-left: 0;}
    .xo-left{width: 100%;position: static;height: auto;padding-top: 71%;}
    .xo-right{width: 100%;padding: .5rem .35rem;margin-left: 0;} 
    .xo-d{word-break: break-all;}
}

.xp-a{width: 100%;background-color: #f6f6f6;padding-top: .45rem;margin-bottom: .88rem;padding-bottom: .07rem;}
.xp-cont{width: 14.4rem;margin: 0 auto;}
.xp-b{  letter-spacing: 2px;color: #333333;text-align: center;font-weight: bold;}
.xp-bspan{color: #fe5639;}

.xp-list{width: 100%;padding-top: .45rem;font-size: 0;}
.xp-item{display: inline-block;vertical-align: top;cursor: pointer; width: 4.65rem;margin-right: .2rem;margin-bottom: .5rem;cursor: pointer;}
.xp-item:nth-child(3n){margin-right: 0;}
.xp-c{width: 100%;overflow: hidden;border-radius: .1rem;margin-bottom: .25rem;}
.xp-c img{width: 100%;transform: scale(1.00);transition: all .5s;}
.xp-d{width: 100%;}
.xp-e{margin-bottom: .2rem;font-weight: bold; letter-spacing: 1px;color: #333333;line-height: 1.2;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.xp-f{ letter-spacing: 1px;color: #666666;line-height: 1.5;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.xp-g{margin-top: .45rem;letter-spacing: 1px;color: #fe5639;}
.xp-item:hover .xp-c img{transform: scale(1.05);}

@media(max-width: 750px){
    .xp-cont{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .xp-item{width: 100%;margin-right: 0;}
}

.xq-a{width: 100%; }
.xq-cont{width: 100%;margin: 0 auto; }
.xq-list{width: 100%;text-align: right; position: relative; }
.xq-left{position: absolute;top: 0;left: 0;width: 50%;height: 100%;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.xq-right{display: inline-block; width:50%;text-align: left;padding: 1.35rem 0 .98rem 1rem; background-image: url('../images/d71.jpg');  background-size: cover;background-position: center center;background-repeat: no-repeat;}
.xq-b{display: inline-block;text-align: left;width: 5.9rem;}
.xq-c{width: 100%;	letter-spacing: 2px;color: #333333;font-weight: bold;margin-bottom: .4rem;}
.xq-cspan{color: #fe5639;}
.xq-d{letter-spacing: 1px;color: #333333;line-height: 1.5;}
.xq-d *{line-height: inherit;}
.xq-more{letter-spacing: 1px;color: #ffffff;display: block;margin-top: .85rem;width: 6.3em;height: 2em;line-height: 2;text-align: center;cursor: pointer;background-color: #fe5639;border-radius: 1em;}

@media(max-width: 750px){ 
    .xq-cont{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;} 
    .xq-left{width: 100%;position: static;height: auto;padding-top: 62.5%;}
    .xq-right{width: 100%;padding: .5rem .35rem;margin-left: 0;} 
    .xq-b{width: 100%;}
    .xq-d{word-break: break-all;}
    .xq-more{margin-top: .4rem;}
}

.xr-a{width: 100%;}
.xr-cont{width: 14.4rem;margin: 0 auto;}
.xr-top{width: 100%;text-align: center;margin-bottom: .5rem;}
.xr-nav{display: inline-block;position: relative;font-size: 0;}
.xr-nav:after{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: .02rem;background-color: #f5f5f5;}
.xr-b{position: relative;z-index: 18;font-weight: bold;cursor: pointer; display: inline-block;vertical-align: text-bottom;margin-right: .4rem; padding: .13rem 0;letter-spacing: 1px;color: #333333;}
.xr-b.active{border-bottom:  .02rem solid #fe5639;}
.xr-b:hover{color: #fe5639;}

.xr-list{width: 100%;padding-bottom: .3rem;}
.xr-item{display: none;font-size: 0; width: 100%;}
.xr-item.show{display: block;}
.xr-c{display: inline-block;vertical-align: top;transition: all .5s;text-align: center; width: 3.4rem;margin-right: .26rem;margin-bottom: .6rem;cursor: pointer;}
.xr-c:nth-child(4n){margin-right: 0;}
.xr-d{width: 100%;height: 3rem;line-height: 3rem;margin-bottom: .2rem;overflow: hidden; background-color: #f6f6f6;}
.xr-d img{max-width: 76%;max-height: 70%;transform: scale(1.00);transition: all .5s;}
.xr-e{letter-spacing: 1px;color: #333333;line-height: 1.3; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.xr-c:hover .xr-d img{transform: scale(1.05);}
.xr-c:hover .xr-e{color: #fe5639;}

@media(max-width: 1300px){ 
    .xr-b{font-size: 12px;margin-right: .3rem;}
}

@media(max-width: 750px){ 
    .xr-cont{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .xr-nav{width: 100%;overflow: auto;white-space: nowrap;}
    .xr-c{width: calc(50% - .15rem);margin-right: .3rem;}
    .xr-c:nth-child(2n){margin-right: 0;}
    .xr-e{font-size: 12px;}
}

.xs-a{width: 100%;padding-top: .3rem;padding-bottom: .25rem;}
.xs-cont{width: 14.4rem;margin: 0 auto;}
.xs-list{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.xs-item{display: inline-block;vertical-align: top;width: 7.1rem;padding: .9rem .2rem 3.05rem;margin-bottom: .3rem; position: relative;text-align: center; background-color: #ecf3f1;}
.xs-b{position: relative;z-index: 18; letter-spacing: 1px;color: #333333;line-height: 1.3;margin-bottom: .3rem;}
.xs-c{position: relative;z-index: 18;letter-spacing: 2px;color: #666666;line-height: 1.2;}
.xs-d{position: absolute;bottom: 0;left: 0;width: 100%;height: 2.2rem;}
.xs-d img{max-width: none;height: 100%;}

.xs-item:nth-child(2n){background-color: #f8f8fa;padding: .9rem .5rem 2.33rem;}  

@media(min-width: 750px){ 
    .xs-item:nth-child(2n) .xs-b{text-align: left;}
    .xs-item:nth-child(2n) .xs-c{max-width: 2.9rem;text-align: left;}
    .xs-item:nth-child(2n) .xs-d{left: auto;right: 0;width: 3rem;height: auto;}
    .xs-item:nth-child(2n) .xs-d img{ width: 100%;height: auto;}
}
@media(max-width: 750px){ 
    .xs-cont{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .xs-item{width: 100%;padding: .5rem .2rem 2.5rem;}  
    .xs-item:nth-child(2n){width: 100%;padding: .5rem .2rem 2.5rem;}  
    .xs-item:nth-child(2n) .xs-d{text-align: right;} 
}

/*


background-size: .2rem auto;background-position: center center;background-repeat: no-repeat;
color: #fe5639;
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;}
.ellipsis{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.eps2{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;} 


*/
