<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*header*/
.header {
  width: 100%;
  height: 70px;
  background-color: #fff;
}

.logo {
  float: left;
  width: 187px;
  height: 43px;
  margin-top: 13px;
  margin-right: 2%;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
}

.logo a {
  display: block;
  text-indent: -999em;
}

.mainNav {
  float: left;
  margin-top: 15px;
  width: 25%;
}

.mainNav li {
  position: relative;
  float: left;
  height: 40px;
  padding: 0 2%;
  line-height: 40px;
  cursor: pointer;
}

.mainNav li.wx {
  padding: 0 5%;
}

.mainNav li:hover {
  box-shadow: 0 0 5px #f3f3f3;
}

.mainNav li:hover i,
.username:hover .arrow,
.inpS:hover i {
  transform: rotate(180deg);
}

.mainNav i,
.inpS i,
.arrow {
  display: inline-block;
  width: 12px;
  height: 7px;
  margin-left: 7px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  transition: transform .5s ease;
}


.webNav {
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
  width: 635px;
  padding: 22px 0 27px 0;
  background-color: #fff;
  box-shadow: 0 0 5px #f3f3f3;
  z-index: 1;
  line-height: 20px;
}

.webnav .shadowLine {
  height: 16px;
}

.shadowLine {
  display: none;
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 16px;
  width: 100%;
  background: #fff;
  z-index: 3;
}

.spe_shadowLine {
  bottom: -10px;
}

.webNav_tips {
  padding-left: 25px;
  margin-bottom: 24px;
}

.webNav_tips.active {
  border-top: 1px solid #f2f2f2;
  padding-top: 20px;
  margin-top: 8px;
  margin-bottom: 16px;
}

.webNavlist {
  color: #888;
}

.navTitle {
  float: left;
  width: 80px;
  margin-left: 25px;
}

.navHref {
  float: left;
  width: 505px;
  margin-left: 25px;
}

.navHref.active {
  width: auto;
}

.navHref.active a {
  margin-bottom: 0;
}

.webNavlist a {
  float: left;
  margin-bottom: 16px;
  color: #888;
  font-size: 14px;
}

.webNavlist span {
  float: left;
  margin: 0 22px;
  font-size: 14px;
}

.webNavlist a:hover {
  color: #00c77b;
}

.codeWrap {
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
  width: 240px;
  height: 140px;
  background-color: #fff;
  box-shadow: 0 0 5px #f3f3f3;
  line-height: 18px;
  z-index: 1;
}

.codeWrap.active {
  height: 134px;
}

.code_name {
  margin-top: 5px;
}

.codeWrap img {
  float: left;
  width: 80px;
  height: 80px;
  margin: 26px 14px 0 18px;
}

.codeWrap.active img {
  margin-right: 20px;
}

.codeMsg {
  float: left;
  margin-top: 25px;
  font-size: 14px;
  line-height: 22px;
}

.attention {
  display: block;
  width: 78px;
  height: 30px;
  margin-top: 10px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background-color: #00c77b;
  border-radius: 2px;
}

.search {
  position: relative;
  float: left;
  margin-top: 13px;
  margin-left: 2%;
  width: 27%;
  border: 1px solid #dbdbdb;
  /* padding-left: 10%; */
  border-radius: 4px;

}

.inpS {
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  float: left;
}

.select {
  width: 22%;
}

.select cite {
  display: block;
  /* width: 100%; */
  height: 44px;
  border-right: 1px solid #dbdbdb;
  font-style: normal;
  line-height: 43px;
  font-size: 14px;
  padding-left: 21%;
}

.inpS i {
  position: absolute;
  top: 18px;
  right: 8px;
}

.select ul {
  display: none;
  position: absolute;
  left: -1px;
  top: 43px;
  /* width: calc(100% - 1px); */
  width: 100%;
  border: 1px solid #dbdbdb;
  padding-bottom: 3px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 3;
  background: #fff;
  border-radius: 0 0 3px 3px;
  border-top: none;
}

.select li {
  font-size: 14px;
  line-height: 34px;
  cursor: pointer;
  text-align: center;
}

.select li a {
  display: block;
  width: 100%;
  margin-left: -1px;
  overflow: hidden;
  white-space: nowrap;
}

.inp {
  float: left;
  width: 53%;
  height: 44px;
  border-right: none;
  padding: 0 3% 0 1%;
}

.submit {
  float: left;
  width: 21%;
  height: 44px;
  border-radius: 0 4px 4px 0;
  background-color: #2ee292;
  background: linear-gradient(to right, #2ee292, #0dc676);
  cursor: pointer;
}

.sc_search_btn {
  position: relative;
}

.search_icon {
  position: absolute;
  top: 9px;
  right: 30%;
  width: 26px;
  height: 26px;
  background: url('../images/sprites.png') -116px -137px no-repeat;
  cursor: pointer;
}

.history {
  position: absolute;
  top: 9px;
  right: 77px;
}

.history a {
  display: inline-block;
  height: 21px;
  padding: 0 10px;
  margin-right: 6px;
  line-height: 21px;
  border-radius: 40px;
  color: #989898;
  font-size: 12px;
  background-color: #f1f1f1;
}

.new_tel {
  float: left;
  margin-left: 2%;
}

.new_tel i {
  float: left;
  width: 37px;
  height: 37px;
  margin-top: 16px;
  margin-right: 11px;
  background: url('../images/sprites.png') -10px -137px no-repeat;
}

.new_tel a {
  float: left;
  font-size: 20px;
  color: #ff5246;
  line-height: 70px;
  font-weight: bold;
}

.login {
  float: right;
  line-height: 70px;
}

.login a:hover {
  color: #00c77b;
  text-decoration: underline;
}

.username {
  position: relative;
  float: right;
  width: 122px;
  height: 46px;
  margin-top: 12px;
  line-height: 46px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  font-size: 14px;
}

.portrait {
  float: left;
  width: 23px;
  height: 23px;
  margin: 13px 3px 0 7px;
  background: url('../images/sprites.png') -162px -137px no-repeat;
}

.arrow {
  float: left;
  margin-top: 21px;
}

.username p {
  float: left;
  max-width: 55px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.username:hover {
  box-shadow: 0 0 5px #f3f3f3;
}

.username:hover .mylist,
.username:hover .shadowLine {
  display: block;
}

.mylist {
  display: none;
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  padding-bottom: 5px;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 0 5px #f3f3f3;
}

.mylist li {
  height: 38px;
  line-height: 38px;
}

.mylist li:hover a {
  color: #ff5246;
}

.mylist li a {
  display: block;
  color: #8a8a8a;
}

.mylist li:last-child {
  border-bottom: none;
}


.webnav:hover .webNav,
.webnav:hover .indexnav,
.wx:hover .codeWrap,
.wx:hover .wxnav,
.app:hover .codeWrap,
.app:hover .appnav {
  display: block;
}


/*headerå¼€å§?/
/*banner*/
.banner {
  position: relative;
  width: 100%;
  height: 310px;
  overflow: hidden;
}

.banner .bd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}

.banner .bd ul {
  width: 100% !important;
  height: 100% !important;
}

.banner .bd li {
  display: none;
  width: 100% !important;
  height: 100% !important;
}

.banner .bd li a {
  display: block;
  width: 100%;
  height: 100%;
}

.banner .bd li.on {
  display: block;
}

.swiper {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 288px;
  height: 310px;
  /* background-color: rgba(255, 255, 255, .45); */
  /* background: hsla(0,0%,100%,.75); */
  background-color: rgba(255, 255, 255, 0.5);
  color: #202020;
}

.swiper li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: background-color .2s ease;
}

.swiper li p {
  max-width: 85%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.swiper li.on {
  /* background-color: rgba(255, 255, 255, .7); */
  font-size: 18px;
  font-weight: bold;
  /* background: #fff; */
  color: #333;
  background-color: rgba(255, 255, 255, .8);
}

/*bannerç»“æŸ*/
/*nav*/
.nav {
  width: 100%;
  height: 84px;
  background-color: #00ce7f;
  color: #fff;
}

.navList {
  float: left;
  width: 29%;
}

.navList.on {
  margin-right: 7%;
}

.navList.active {
  width: 33%;
}

.navClassify {
  float: left;
  width: 64px;
  height: 56px;
  padding-top: 8px;
  margin-top: 10px;
  margin-right: 6%;
  border-radius: 4px;
  background-color: #01c379;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.navList.active a:hover {
  font-weight: bold;
}

.navList.active a {
  margin-top: 0;
  margin-right: 20px;
  line-height: 84px;
  font-size: 20px;
  color: #fff;
}

.navhref {
  position: relative;
  float: left;
  width: 20.8%;
  height: 34px;
  margin-right: 16px;
  line-height: 35px;
  color: #fff;
  cursor: pointer;
  text-align: center;
}

.navhref.active {
  margin-top: 8px;
}

.navhref:hover {
  font-weight: bold;
}

.navHover:hover {
  color: #00c77b;
  background-color: #fff;
  box-shadow: 0 0 2px #ddd;
}

.navHover:hover .slideNav,
.navHover:hover .shadowLine {
  display: block;
}

.slideNav {
  display: none;
  position: absolute;
  top: 34px;
  left: 0;
  width: 250px;
  padding: 18px 0 6px 20px;
  background-color: #fff;
  box-shadow: 0 0 5px #ddd;
  text-align: left;
  line-height: 18px;
  z-index: 1;
  font-weight: normal;
}

.slideNav.active {
  left: auto;
  right: 0;
  width: 335px;
  padding-left: 24px;
}

.slideTitle {
  margin-bottom: 10px;
  font-weight: bold;
}

.slideHref.active a:nth-child(3n),
.slideHref.on a:nth-child(4n) {
  margin-right: 0;
}

.slideHref p {
  color: #d8d8d8;
}

.slideHref span {
  font-size: 14px;
  color: #b2b2b2;
}

.slideHref a {
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 12px;
  font-size: 14px;
  margin-left: 10px;
}

.slideHref a.mryl {
  margin-left: 0;
}

.slideHref a:hover {
  color: #00c77b;
}

/*navç»“æŸ*/
/*region*/
.region {
  height: 76px;
  padding-top: 14px;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 0 2px #ddd;
}

.regionList {
  float: left;
  margin-bottom: 7px;
}

.regionTips {
  float: left;
  width: 62px;
  height: 27px;
  margin-right: 32px;
  border-radius: 3px;
  background-color: #f3f3f3;
  line-height: 27px;
  text-align: center;
  font-size: 14px;
  color: #b2b2b2;
}

.regionList a {
  float: left;
  margin-right: 28px;
  line-height: 27px;
}

.regionList a:hover {
  color: #ff6258;
}

.w01 {
  width: 27.8%;
}

.w02 {
  width: 36.1%;
}

/*regionç»“æŸ*/
/*çƒ­é—¨è€ƒè¯•*/
.hot {
  float: left;
  width: 49.33%;
}

.title {
  font-size: 30px;
  font-weight: bold;
}

.countdown {
  float: right;
  margin-top: 8px;
  font-size: 18px;
}

.countdown span {
  color: #ff5246;
}

.hotNews {
  height: 395px;
  padding: 45px 4.34% 2px 4.34%;
  margin-top: 20px;
  background-color: #fff;
  box-shadow: 0 0 2px #ddd;
}

.hotNews li {
  max-width: 100%;
  margin-bottom: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hotNews li:last-child {
  margin-bottom: 0;
}

.hotNews li a:hover {
  color: #ff5246;
}

.hotNews li.active,
.hotNews li.active a {
  font-weight: bold;
  color: #ff5246;
}

.newsTips {
  display: inline-block;
  width: 93px;
  height: 32px;
  border: 1px solid #ff7468;
  margin-right: 15px;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  color: #ff7468;
  font-weight: normal;
}

.c01 .newsTips {
  border-color: #4a90e2;
  color: #4a90e2;
}

.c02 .newsTips {
  border-color: #00c07d;
  color: #00c07d;
}

.c03 .newsTips {
  border-color: #f48b26;
  color: #f48b26;
}

.c04 .newsTips {
  border-color: #00d3e8;
  color: #00d3e8;
}

.c05 .newsTips {
  border-color: #ff7468;
  color: #ff7468;
}

.c06 .newsTips {
  border-color: #5d7be7;
  color: #5d7be7;
}

.c07 .newsTips {
  border-color: #ff8644;
  color: #ff8644;
}

/*çƒ­é—¨è€ƒè¯•end*/
/*live*/
.live {
  float: right;
  width: 49.13%;
}

.liveWrap {
  height: 442px;
  margin-top: 20px;
}

.live_l {
  float: left;
  width: 72.29%;
}

.video {
  display: block;
  position: relative;
  width: 100%;
  height: 302px;
}

.videos {
  display: none;
  position: relative;
  width: 100%;
  height: 302px;
}

.videos.active {
  display: block;
}

.pause {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 68px;
  margin-top: -34px;
  margin-left: -34px;
  background: url('../images/sprites.png') -10px -10px no-repeat;
  cursor: pointer;
}

.liveMsg {
  width: 100%;
  height: 140px;
  background-color: #3c3d40;
}

.liveMsg img {
  float: left;
  width: 111px;
  height: 111px;
  margin: 15px 20px 0 25px;
}

.liveMsg p {
  float: left;
  width: calc(100% - 156px);
  margin-top: 20px;
  color: #fff;
  line-height: 32px;
  font-size: 15px;
}

.liveMsg p span {
  font-weight: bold;
  font-size: 18px;
}

.live_r li {
  position: relative;
  display: flex;
  height: 72px;
  border-bottom: 2px solid #343538;
  background-color: #4e4f50;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, #4e4f50, #464647);
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}

.live_r li.active {
  color: #db5048;
}

.live_r li.active:hover {
  color: #fff;
}

.live_r li.active:hover i {
  display: none;
}

.live_r li.active i {
  display: block;
}

.live_r li:last-child {
  border-bottom: none;
}

.live_r li:hover {
  background-color: #00c77b;
  background: linear-gradient(to bottom, #00c77b, #00c77b);
}

.live_r li i {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 11px;
  height: 16px;
  margin-top: -8px;
  background: url('../images/sprites.png') -202px -98px;
}

/*liveç»“æŸ*/
/*æŽ¨å¹¿*/
.generalize {
  margin-top: 45px;
  margin-bottom: 40px;
}

.generalize a {
  position: relative;
  float: left;
  width: 23.73%;
  height: 112px;
  margin-right: 1.66%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: transform .3s ease;
}

.generalize a:hover {
  transform: translateY(-10px);
}

.generalize a p {
  margin-left: 17px;
  color: #fff;
}

.generalize a:last-child {
  margin-right: 0;
}

.generalize i {
  position: absolute;
  top: 16px;
  right: 12px;
  width: 81px;
  height: 84px;
  background-repeat: no-repeat;
}

.bg01 {
  background-color: #58d096;
  background: linear-gradient(to right, #58d096, #66d58f, #75da89);
}

.bg01 i {
  background-image: url(../images/icon01.png);
}

.bg02 {
  background-color: #feb00f;
  background: linear-gradient(to right, #feb00f, #fdbe2c, #fdcb45);
}

.bg02 i {
  background-image: url(../images/icon02.png);
}

.bg03 {
  background-color: #2a9eee;
  background: linear-gradient(to right, #2a9eee, #2aa7f8, #2aadff);
}

.bg03 i {
  background-image: url(../images/icon03.png);
}

.bg04 {
  background-color: #ff8e8e;
  background: linear-gradient(to right, #ff8e8e, #fba4a4, #f8b3b4);
}

.bg04 i {
  background-image: url(../images/icon04.png);
}

.genTxt01 {
  margin-top: 28px;
  margin-bottom: 10px;
}

.wrap .genTxt02 {
  font-size: 19px;
  color: #fff100;
  font-weight: bold;
}

/*æŽ¨å¹¿end*/
/*èµ„è®¯æ–°é—»*/
.news .title {
  margin-bottom: 40px;
}

.newsMain {
  width: 49.33%;
}

.news_l {
  position: relative;
  float: left;
  width: 55.36%;
  height: 320px;
  padding: 40px 4.5% 0 5%;
  background-color: #fff;
}

.change {
  position: absolute;
  top: -15px;
  right: 7.291%;
  width: 31px;
  height: 31px;
  background: url('../images/sprites.png') -66px -137px no-repeat;
  cursor: pointer;
  transition: transform .5s ease;
}

.change:hover {
  transform: rotate(360deg);
}

.reHots {
  position: absolute;
  top: -15px;
  right: 7.291%;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  -webkit-animation: showicon .4s ease-in-out 1;
  -moz-animation: showicon .4s ease-in-out 1;
  -ms-animation: showicon .4s ease-in-out 1;
  -o-animation: showicon .4s ease-in-out 1;
  animation: showicon .4s ease-in-out 1;
}

.reHots span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: #f33;
  border-radius: 1000px;
  filter: alpha(opacity=60);
  opacity: 0.6;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -ms-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
}

.reHots:hover span {
  filter: alpha(opacity=80);
  opacity: .8;
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
}

.reHots i {

  position: absolute;
  left: 3px;
  top: 3px;
  display: block;
  width: 24px;
  height: 24px;

  border-radius: 100%;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  background: url(../images/icon.png) no-repeat;
  background-position: -150px -25px;
}

.reHots:hover i {
  -webkit-transform: translateY(-7px) rotate(180deg);
  -moz-transform: translateY(-7px) rotate(180deg);
  -ms-transform: translateY(-7px) rotate(180deg);
  -o-transform: translateY(-7px) rotate(180deg);
  transform: translateY(-7px) rotate(180deg);
}

.reHots b {
  position: absolute;
  left: -3px;
  top: 8px;
  display: block;
  width: 40px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.reHots:hover b {
  top: 15px;
  filter: alpha(opacity=100);
  opacity: 1;
}

.newsList {
  display: none;
}

.newsList.active {
  display: block;
}

.newsList li {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 42px;
}

.newsList li:last-child {
  margin-bottom: 0;
}

.newsList li a:hover,
.teaNews li:hover a {
  color: #ff5246;
}

.newsList .headline {
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: bold;
}

.headline a {
  color: #ff5246;
}

.newsImage {
  position: relative;
  float: left;
  width: 34.59%;
  height: 360px;
  overflow: hidden;
}

.imgWrap {
  height: 100%;
  transition: transform .5s ease;
}

.newsImage:hover .imgWrap {
  transform: scale(1.03, 1.03);
}

.newsImage img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*èµ„è®¯æ–°é—»end*/
.ad {
  display: block;
  margin: 50px auto;
}

.ad img {
  width: 100%;
  height: auto;
}

/*æ•™å¸ˆæ‹›è˜*/
.mainList .title {
  margin-bottom: 38px;
}

.teaList,
.liveMain li {
  float: left;
  width: 23.73%;
  height: 410px;
  border: 1px solid #e6e6e6;
  margin-right: 1.4%;
  margin-bottom: 32px;
  background-color: #fff;
  box-shadow: 0 0 1px #ddd;
  transition: transform .3s ease;
}

.teaList:last-child,
.liveMain li:last-child {
  margin-right: 0;
}

.teaTitle {
  border-left: 3px solid #55cf97;
  padding-left: 19px;
  margin: 28px 0 22px -1px;
  font-size: 20px;
  font-weight: bold;
}

.teaNews {
  margin: 0 17px 0 20px;
}

.teaNews li {
  /* margin-bottom: 22px; */
  line-height: 40px;
}

.teaNews li a {
  display: block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
}

.teaMore {
  display: block;
  width: 208px;
  height: 38px;
  margin: 26px auto 0 auto;
  line-height: 38px;
  background-color: #eee;
  border-radius: 40px;
  text-align: center;
  font-size: 14px;
}

.teaMore:hover {
  background: #eee;
  color: #4ebd65;
}

.teaMore i {
  display: inline-block;
  width: 13px;
  height: 13px;
  /* background: url('../images/sprites.png') -10px -193px no-repeat; */
  background: url(../images/icon-more.png) no-repeat center top;
  vertical-align: middle;
}

.teaMore:hover i {
  background-position: center bottom;
}

.teaToggle {
  float: right;
  margin-top: 35px;
  margin-right: 21px;
  color: #666;
  font-size: 14px;
}

.teaToggle a {
  color: #666;
}

.teaToggle a.on {
  padding-bottom: 1px;
  border-bottom: 1px solid #24cb85;
  color: #24cb85;
}

.teaHide {
  display: none;
}

.teaHide.on {
  display: block;
}

.toggle_l {
  float: left;
}

.toggleLive {
  float: left;
  padding-bottom: 10px;
  margin-right: 30px;
  margin-bottom: 19px;
  font-size: 20px;
  cursor: pointer;
}

.toggleLive.on {
  border-bottom: 3px solid #00c77b;
}

.toggle_r {
  float: right;
  margin-top: 7px;
  color: #999;
}

.toggle_r:hover {
  color: #24cb85;
}

.liveMain {
  display: none;
}

.liveMain.on {
  display: block;
}

.liveMain li {
  width: 20.41%;
  height: 390px;
  padding: 0 1.66%;
}

.liveMain li:hover {
  border-top: 1px solid #28b86c;
  box-shadow: 0 0 10px #ddd;
  transform: translateY(-4px);
}

.liveMain li:hover .btn {
  background-color: #00c07d;
  border-color: #00c07d;
  color: #fff;
}

.liveMain li h3 {
  height: 60px;
  margin: 22px 0;
  font-size: 18px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.liveMain li h3 strong {
  display: inline-block;
  width: 42px;
  height: 22px;
  border: 1px solid #ff7468;
  margin-right: 5px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
}

.tag_tj {
  color: #ff7468;
}

.liveMain li h3 .tag_fx {
  border-color: #00c77b;
  color: #00c77b;
}

.liveMain .tea-wrap {
  padding-bottom: 16px;
}

.tea-item {
  float: left;
  width: 64px;
  margin-right: 15px;
  text-align: center;
}

.tea-item-more {
  float: left;
  font-size: 30px;
  line-height: 44px;
  color: #d6d6d6;
}

.tea-item img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.tea-item p {
  margin-top: 12px;
  font-size: 14px;
  color: #666;
}

.liveInfo {
  margin-top: 13px;
  font-size: 12px;
  color: #666;
}

.priceWrap {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
  margin-top: 26px;
}

.price {
  float: left;
  margin-top: 5px;
  color: #ff5246;
}

.price span {
  font-size: 27px;
}

.btn {
  float: right;
  width: 115px;
  height: 42px;
  border: 1px solid #55cf97;
  line-height: 42px;
  text-align: center;
  color: #55cf97;
  border-radius: 40px;
  transition: background-color .3s ease;
}

/*æ•™å¸ˆæ‹›è˜end*/
/*æ•™å¸ˆèµ„æ&nbsp;¼è¯?/
.mainList.active .title {
  margin-top: 18px;
}

.mainList.active .liveMain li {
  height: 380px;
}

/*æ•™å¸ˆèµ„æ&nbsp;¼è¯end*/
/*å¸ˆèµ„å›¢é˜Ÿ*/
.team {
  margin-top: 10px;
  text-align: center;
}

.team .title {
  margin-bottom: 50px;
  text-align: left;
}

.team h3 {
  margin-bottom: 18px;
  font-size: 28px;
}

.txt {
  margin-bottom: 25px;
  line-height: 26px;
  color: #949494;
}

.more {
  display: block;
  width: 170px;
  height: 55px;
  margin: 50px auto;
  line-height: 55px;
  text-align: center;
  font-size: 24px;
  border-radius: 40px;
  background-color: #e4e4e4;
  transition: background-color .5s ease;
}

.more:hover {
  background-color: #00c07d;
  color: #fff;
}

/* åŽå›¾ç²¾è‹± */
.team .teaSlide {
  width: 100%;
  max-width: 2100px;
  height: 715px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.team .teaSlide .bd {
  position: relative;
  height: 100%;
}

.team .teaSlide ul {
  float: left;
  width: 246% !important;
}

.team .teaSlide li {
  position: relative;
  float: left;
  width: 9.7% !important;
  height: 715px;
  overflow: hidden;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}

.team .teaSlide .pic {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -330px;
}

.team .teaSlide .pic a,
.team .teaSlide .pic img {
  display: block;
  width: 660px;
  height: 715px;
}

.team .teaSlide .con {
  position: absolute;
  left: 50%;
  top: 720px;
  width: 660px;
  height: 345px;
  padding-top: 370px;
  margin-left: -330px;
  background: url(../images/bg_02b.png) repeat-x bottom;
  text-align: center;
  -webkit-transition: top 0.8s ease-out;
  transition: top 0.8s ease-out;
}

.team .teaSlide .h4 {
  color: #fff;
  font-size: 46px;
  line-height: 66px;
}

.team .teaSlide .h4 a {
  color: #fff;
}

.team .teaSlide .h4 a:hover {
  color: #fff;
  text-decoration: none;
}

.team .teaSlide .h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #d1a94d;
  font-size: 18px;
}

.team .teaSlide .h6 {
  width: 320px;
  height: 50px;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
}

.team .teaSlide .h6 span {
  margin-right: 8px;
}

.team .teaSlide .h6 em {
  margin-right: 15px;
  font-style: normal;
}

.team .teaSlide .con i {
  display: block;
  height: 19px;
  margin: 0 auto 20px auto;
  background-repeat: no-repeat;
}

.team .teaSlide .icon05 {
  width: 119px;
  background: url('../images/sprites.png') -98px -10px;
}

.team .teaSlide .icon04 {
  width: 92px;
  background: url('../images/sprites.png') -98px -49px;
}

.team .teaSlide .icon03 {
  width: 68px;
  background: url('../images/sprites.png') -10px -98px;
}

.team .teaSlide .icon02 {
  width: 44px;
  background: url('../images/sprites.png') -98px -98px;
}

.team .teaSlide .icon01 {
  width: 20px;
  background: url('../images/sprites.png') -162px -98px;
}

.team .teaSlide p {
  width: 310px;
  height: 33px;
  margin: 0 auto;
  color: #fff;
  line-height: 26px;
  font-size: 14px;
  text-align: left;
}

.team .teaSlide li.on,
.team .teaSlide li:hover {
  width: 12.7% !important;
}

.team .teaSlide li.on .con,
.team .teaSlide li:hover .con {
  top: 0;
}

.team .teaSlide .teaprev,
.team .teaSlide .teanext {
  position: absolute;
  left: 5%;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background-image: url(../images/icon.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 1;
  -webkit-transform: opacity 0.5s;
  transition: opacity 0.5s;
}

.team .teaSlide .teanext {
  left: auto;
  right: 5%;
  background-position: -50px 0;
}

.team .teaSlide:hover .teaprev,
.team .teaSlide:hover .teanext {
  filter: alpha(opacity=100);
  opacity: 1;
}

/*å¸ˆèµ„å›¢é˜Ÿend*/
/*footer*/
.line {
  width: 100%;
  height: 30px;
  background-color: #fff;
}

.bottom_nav .left {
  float: left;
  margin-top: 35px;
  margin-left: 40px;
}

.bottom_nav .left h2 {
  margin-bottom: 20px;
}

.bottom_nav .left h2 a {
  font-size: 28px;
  line-height: 40px;
  color: #666;
  font-weight: normal;
}

.left span,
.left span a {
  font-size: 14px;
  color: #888;
}

.right {
  float: right;
  width: 66.66%;
  padding-top: 30px;
}

.right dl,
.dl {
  float: left;
  margin-right: 10%;
  overflow: hidden;
}

.right dt,
.dt {
  margin-bottom: 20px;
  font-weight: bold;
}

.right dl dd,
.dd {
  margin-bottom: 12px;
  font-size: 12px;
  color: #888;
}

.right dl dd a,
.dd a {
  color: #888;
}

.dd span {
  display: inline-block;
  width: 80px;
}

.about {
  text-align: center;
}

.complaint {
  margin-top: 40px;
}

.complaint p {
  font-weight: bold;
  margin-bottom: 8px;
}

.complaint span {
  font-size: 12px;
  color: #888;
}

.copyright {
  height: 42px;
  margin-top: 20px;
  background-color: #333;
  line-height: 42px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.footer a:hover {
  color: #ff5246;
}

.link_box {
  height: 40px;
  margin-top: 20px;

}

.link_box .link {
  width: 922px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  padding-left: 156px;
}

.link_box .link b {
  float: left;
  width: 72px;
}

.link_box .link .link_add {
  float: left;
  width: 840px;
  height: 40px;
  overflow: hidden;
  position: relative;
}

.link_add ul {
  position: absolute;
  left: 0;
  top: 0;
}

.link_box .link a {
  padding-right: 5px;
  float: left;
  display: block;
}

/*footerç»“æŸ*/

/* çƒ­é—¨åŒºåŸŸï¼Œèµ„è®¯éƒ¨åˆ?*/
.index_zx_box {
  height: 440px;
  padding: 4px 20px 0px 30px;
  margin-top: 20px;
  background-color: #fff;
  box-shadow: 0 0 2px #ddd;
}

.index_zx_box h2 a {
  font-size: 20px;
  font-weight: normal;
}

.index_zx_first {
  line-height: 66px;
  height: 66px;
  overflow: hidden;
}

.index_zx_second {
  line-height: 64px;
  height: 64px;
  overflow: hidden;
}

.index_zx_list li {
  line-height: 50px;
  height: 50px;
  width: 100%;
  overflow: hidden;
}

.index_zx_list span {
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  display: inline-block;
  width: 60px;
  font-size: 16px;
  text-align: center;
  margin-right: 10px;
}

.index_zx_list span.zx_notice {
  border: 1px solid #ff6a5a;
  color: #ff6a5a;
}

.index_zx_list span.activity {
  border: 1px solid #0190eb;
  color: #0190eb;
}

.index_zx_list span.hot_new {
  border: 1px solid #00c07d;
  color: #00c07d;
}

.index_zx_list span.recommend {
  border: 1px solid #ff9c00;
  color: #ff9c00;
}

.index_zx_list a {
  font-size: 16px;
  color: #333;
}</pre></body></html>