/*common css */

.f_blue {
  color: #1f4ba4;
}

.f_bold {
  font-weight: bold;
}

.f_18 {
  font-size: 18px;
}

.none {
  margin-right: 0px !important;
}


.img_br {
  border-radius: 5px;
}

.pr_20 {
  padding-right: 20px;
}

/*style css */

/*==S header*/
header {
  width: 100%;
  padding: 15px 30px;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 1000;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  border-bottom: 1px #e5e9eb solid;
  overflow: hidden;
}

.all-container.min {
  padding-top: 60px;
}

.all-container.min header {
  padding: 10px 30px;
}

.all-container.min .logo {
  width: 120px;
}

.all-container.min .head_link {
  padding-top: 2px;
}

.all-container.min #pc-nav {
  padding-top: 4px;
}

.logo {
  float: left;
  width: 152px;
  transition: .5s;
  -webkit-transition: .5s;
}

.logo img {
  display: block;
  width: 100%;
}

.head_link {
  float: right;
  color: #666;
  font-size: 12px;
  padding-top: 10px;
  transition: .5s;
  -webkit-transition: .5s;
}

.head_link a {
  color: #666;
  font-size: 12px;
}

.head_link a:hover {
  text-decoration: underline
}

a.facebook-icon {
  background-position: 0 0
}

a.linkdin-icon {
  background-position: -33px 0
}

a.twitter-icon {
  background-position: -66px 0
}

a.youtube-icon {
  background-position: -99px 0
}

#pc-nav {
  transition: .5s;
  -webkit-transition: .5s;
  padding-right: 80px;
  overflow: hidden;
  padding-top: 10px
}

#pc-nav ul {
  text-align: center;
}

#pc-nav li {
  padding: 0 20px;
  display: inline-block;
}

#pc-nav li a {
  color: #666;
}

#pc-nav li a:hover,
#pc-nav li.current a {
  color: #0095fe;
  text-decoration: none;
}

#pc-nav li.disable a,
#pc-nav li.disable a:hover {
  cursor: default;
  color: #999
}

.wap_navbtn {
  display: none;
  float: right;
  width: 25px;
  height: 29px;
  position: relative;
  cursor: pointer;
  position: relative;
  z-index: 1000;
  margin-left: 20px;
}

.wap_navbtn span {
  display: inline-block;
  width: 25px;
  height: 2px;
  top: 14px;
  right: auto;
  background: #000;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  transition: background 0.3s;
}

.wap_navbtn span:before,
.wap_navbtn span:after {
  content: '';
  display: block;
  background: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.wap_navbtn span:before {
  top: -8px;
}

.wap_navbtn span:after {
  bottom: -8px;
}

.wap_navbtn.close span {
  background: #fff;
}

.wap_navbtn.close span:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}

.wap_navbtn.close span:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0;
}

#wap-nav {
  display: none;
}

#navposition0,
#navposition1,
#navposition2,
#navposition3,
#navposition4,
#navposition5 {
  position: absolute;
  top: -50px;
  left: 0;
}

@media (max-width:1400px) {
  #pc-nav li a {
    font-size: 14px;
  }

  #pc-nav {
    padding-right: 95px;
  }
}

@media(max-width: 1240px) {
  #pc-nav li {
    padding: 0 10px;
  }
}

@media (max-width:1024px) {

  header {
    padding: 10px 30px;
  }

  .bannar-breadcrumbs-wrap {
    margin: 0;
    padding-top: 50px !important;
  }

  .all-container header {
    padding: 0px 10px;
    overflow: initial;
    z-index: 9999;
  }

  .all-container.min header {
    padding: 0px 10px;
  }

  .all-container .logo {
    width: 120px;
  }

  .all-container .head_link {
    display: none;
  }

  .all-container #pc-nav {
    padding-top: 4px;
  }

  .wap_navbtn {
    /*display:block;*/
  }

  .wap_navbtn.close span {
    background: #fff;
  }

  .wap_navbtn.close span:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0;
  }

  .wap_navbtn.close span:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
  }

  #pc-nav {
    display: none;
  }

  #wap-nav {
    display: block;
    padding-top: 4px;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 8888;
  }

  #wap-nav li {
    width: 100%;
    font-size: 16px;
    padding: 12px 0;
  }

  #wap-nav li a {
    color: #333;
  }

  #wap-nav ul {
    text-align: center;
    margin-top: 76px;
  }

  #wap-nav div {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0;
    border-top: 1px solid #f0f0f0;
    text-align: center;
  }

  #wap-nav div a {
    text-align: center;
    width: 50%;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    padding: 8px;
  }

  #wap-nav li:active a {
    color: #2196f3;
    transition: 0s;
    -webkit-transition: 0s;
  }

  #wap-nav a:active {
    color: #2196f3;
    transition: 0s;
    -webkit-transition: 0s;
  }

  #wap-nav div a.en {
    border-right: 1px solid #f0f0f0;
  }
}

/*==E header*/

/*---=E Public footer---------*/
.app-code {
  position: absolute;
  background: #fff;
  padding: 6px;
  left: 50%;
  bottom: 125%;
  display: none;
  margin-left: -54px;
}

.app-code b {
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  border: 8px transparent solid;
  border-top: 8px #fff solid;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
}

.app-code img {
  vertical-align: bottom;
}

footer {
  background: #f6f6f6;
  padding: 95px 0 0;
  text-align: center;
}

.copyright {
  background: #c5c5c5;
  text-align: center;
  font-size: 12px;
  line-height: 79px;
  color: #333;
}

.footer-column {
  border-bottom: 1px #dfdfdf solid;
  padding-bottom: 55px;
  margin: 0 auto 50px
}

.footer-column h3 {
  font-size: 30px;
  color: #000;
  font-weight: normal;
  text-align: center;
  margin-bottom: 23px;
}

.footer-column h3 p {
  font-size: 14px;
  color: #959595;
  margin-top: 14px;
}

.contactbox {
  font-size: 0;
}

.contact-us {
  text-align: center;
}

.contact-us ul {
  display: inline-block;
  font-size: 0;
}

.contact-us li {
  padding: 0 25px;
  display: inline-block;
}

.contact-us li a {
  color: #333;
}

.contact-us li span,
.contact-us li a {
  position: relative;
  padding-left: 25px;
  /*display: block;*/
  font-size: 14px;
}

.contact-us li i {
  display: inline-block;
  color: #7b7b7b;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-us li i.icon-link {
  font-size: 20px;
}

.footer-box {
  margin: 0 auto;
}

.footer-more a {
  display: block;
  width: 120px;
  padding: 3px 0;
  margin: 0 auto;
  text-align: center;
  border: 1px #c5c5c5 solid;
  font-size: 12px;
  color: #333;
}

.footer-more a:hover {
  background: #7b7b7b;
  color: #fff;
  border-color: #7b7b7b
}

.footer-media {
  padding-bottom: 50px;
  max-width: 460px;
  margin: 0 auto;
}

.footer-media li {
  text-align: center;
  width: 25%;
  float: left;
  padding: 0 5px;
  position: relative;
}

.footer-media li.en {
  width: 20%;
}

.footer-media li span {
  font-size: 12px;
  display: block;
  color: #909090;
}

.footer-media li a i {
  color: #6e6e6e
}

.footer-media i.iconfont {
  font-size: 46px;
  color: #909090
}

.footer-media li a:hover i {
  color: #0095fe
}

.footer-media li:hover .app-code {
  display: block;
}

/*Ã©Â»â€˜Ã§â€°Ë†*/
footer.dark {
  background: #212121
}

footer.dark .copyright {
  color: #fff;
  background: #161616;
}

footer.dark .footer-column {
  border-color: #383838
}

footer.dark .footer-column h3 {
  color: #bcbcbc;
}

footer.dark .footer-column h3 p {
  color: #cecece;
}

footer.dark .footer-more a {
  border-color: #525252;
  color: #fff
}

footer.dark .footer-more a:hover {
  background: #4d4d4d;
}

footer.dark .contact-us li a {
  color: #fff;
}

footer.dark .contact-us li span {
  color: #fff;
}

footer.dark .contact-us li i {
  color: #9b9b9b;
}

footer.dark .footer-media li a:hover i {
  color: #acacac
}

footer.dark .contact-us li a:hover {
  color: #9f9f9f;
}

@media (max-width:1400px) {
  footer {
    padding: 55px 0 0;
  }

  .footer-column {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .copyright {
    line-height: 56px;
  }

  .footer-column h3 {
    font-size: 22px;
  }

  .footer-media i.iconfont {
    font-size: 40px;
  }

  .footer-media {
    padding-bottom: 25px;
    margin-top: -10px;
  }

  .contact-us li {
    text-align: center;
  }

  .contact-us li span {
    display: inline-block;
    margin: 0 auto;
  }

  .contact-us li.footer-address {
    max-width: none;
    float: none;
  }

  .contact-us ul {
    margin: 0 auto;
  }

  .contact-us ul.add-ul {
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width:1024px) {
  .contactbox {
    text-align: center;
  }

  .contact-us ul {
    float: none;
    display: inline-block;
  }

  .contact-us li {
    margin-bottom: 5px;
  }

  .contact-us li a {
    /*display:inline-block*/
  }

  footer {
    padding: 45px 0 0;
  }

  .footer-column {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }

  .footer-media {
    padding-bottom: 10px;
    max-width: 420px;
  }

  .footer-box {
    padding: 0
  }

  .back-top {
    border-radius: 50px;
  }
}

@media (max-width:768px) {
  .contact-us li {
    width: 100%;
  }
}

@media (max-width:640px) {
  .contact-us ul {
    width: 100% !important;
  }

  .footer-column {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-column h3 {
    margin-bottom: 10px;
  }

  footer {
    padding-top: 32px;
  }

  .contact-us ul.add-ul,
  .contact-us ul,
  .contact-us ul li {
    margin: 0;
    text-align: left;
    max-width: none;
    padding: 0;
    width: 100%;
  }

  .contact-us .wap-l {
    text-align: left;
  }

  .contact-us ul li {
    margin-bottom: 5px;
  }

  .footer-column h3 p {
    margin-top: 10px;
  }

  .footer-media {
    padding-bottom: 10px;
    margin-top: -10px;
  }

  .copyright {
    padding: 10px 24px;
    line-height: 1.5;
  }
}

/*---=E Public footer---------*/

/* banner*/

.bannar-breadcrumbs-wrap {
  margin: 0;
  padding-top: 65px;
}

.bannerwhite {
  color: #fff;
}

.storageBanner {
  position: relative;
}

.storageBanner .pic:after {
  padding-top: 31.25%;
}

.storageBanner .cistern {
  padding-top: 0;
  padding-bottom: 0;
}

.storageBanner .pic img {
  position: absolute;
  display: block;
  width: 100%;

}

.storageBanner .con {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.storageBanner .box {
  display: inline-block;
  width: 98%;
  padding-left: 4%;
  padding-top: 2%;
  text-align: left;
  vertical-align: middle;
}

.storageBanner .con .cistern {
  max-width: 1460px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}

.storageBanner .box p {
  font-size: 65px;
  line-height: 1.2;
  padding-top: 0px;
  text-align: left;
}

.storageBanner .box h1 {
  font-size: 48px;
  line-height: 2;
  margin: 0;
}

@media (max-width:1600px) {
  .storageBanner .box h1 {
    font-size: 48px;
  }
}

@media (max-width:1200px) {
  .storageBanner .box h1 {
    font-size: 40px;
  }

  .storageBanner .box p {
    font-size: 48px;
  }
}

@media (max-width:920px) {
  .storageBanner .box h1 {
    font-size: 32px;
  }

  .storageBanner .box p {
    font-size: 36px;
  }
}

@media (max-width:750px) {
  .storageBanner .box h1 {
    font-size: 28px;
  }

  .storageBanner .box p {
    font-size: 32px;
  }

  /*.storageBanner .pic:after {
		padding-top: 105.25%;
	}*/
}

@media (max-width:520px) {
  .storageBanner .box h1 {
    font-size: 24px;
  }

  .storageBanner .box p {
    font-size: 22px;
  }
}

/*banner*/
/*图片动画1*/
.picImg1 img {
  transition: transform 12s cubic-bezier(.23, 1, .32, 1);
  transform: scale(1);
}

.picImg1:hover img {
  transform: scale(1.1);
}

.picImg1:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: opacity 5s cubic-bezier(.23, 1, .32, 1), height 5s cubic-bezier(.23, 1, .32, 1);
  opacity: 0;
  background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .2));
}

.picImg1:hover:before {
  opacity: 1;
}

@media (max-width:750px) {
  .picImg1:hover img {
    transform: scale(1);
  }

  .picImg1:hover:before {
    opacity: 0;
  }
}


/*活动预告*/

h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
}

.LANG-en h2 {
  font-family: LT_bold, Arial;
  color: #333;
}

.upcom_p {
  padding-top: 15px;
  font-size: 18px;
  color: #333;
}

.condition_p {
  padding-top: 15px;
  font-size: 14px;
  color: #747474;
}

.upcoming-events h2 a {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.375;
  color: #333;
  padding-left: 30px;
}

.upcoming-events {
  border-bottom: 1px solid #e5e5e5;
}

.LANG-en .upcoming-events h2 a {
  font-family: LT_regular, Arial;
}

.upcoming-events .month-event {
  margin-top: 60px;
}

.upcoming-events .month-event h3 {
  font-size: 28px;
  font-weight: bold;
  color: #666;
}

.upcoming-events .month-event h3 {
  font-family: LT_bold, Arial;
  line-height: 1.375;
}

.upcoming-events .month-event .con {
  padding-top: 30px;
  width: 100%;
}

.upcoming-events .month-event .con .box_pic {
  width: 33%;
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
}

.upcoming-events .month-event .con .box_pic img {
  display: block;
  width: 95%;
  vertical-align: middle;
  max-width: 407px;
  max-height: 196px;
}

.upcoming-events .month-event .con .box {
  width: 67%;
  display: block;
  padding: 0 0 59px 0;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
  float: left;
}

.upcoming-events .month-event .con .box h4 {
  font-size: 24px;
  line-height: 1.375;
  margin-top: -6px;
}

.upcoming-events .month-event .con .box:hover h4 {
  color: #d20a2c;
}

.upcoming-events .month-event .con .box h4 em {
  display: none;
}

.upcoming-events .month-event .con .box .introduction {
  font-size: 16px;
  line-height: 1.375;
  display: block;
  margin-top: 20px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;



}

.upcoming-events .month-event .con .box .time {
  font-size: 14px;
  display: block;
  margin-top: 5px;
  color: #666;
}

.upcoming-events .month-event .con .box .time .f_left {
  float: left;
}

.upcoming-events .month-event .con .box .time .f_right {
  float: right;
  margin-top: -7px;
}

.upcoming-events .month-event .con .box .time .position_icon {
  vertical-align: middle;
  display: inline-block;
  padding-right: 20px;
}

.upcoming-events .month-event .con .box .time .position_pic {
  vertical-align: middle;
  display: inline-block;
  max-height: 32px;
  max-width: 32px;
  border-radius: 32px;
}

@media (max-width:750px) {
  .cisterntb {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  h2 {
    font-size: 22px;
    font-weight: normal;
    /* margin-top: -1px; */
    /* padding: 15px 15px; */
    /* color: #fff; */
    /* background: #333; */
  }

  .LANG-en h2 {
    font-family: LT_regular, Arial;
  }

  .upcoming-events h2 a {
    font-size: 16px;
    float: right;
    color: #fff;
  }

  .upcom_p {
    display: none;
  }

  .upcoming-events .month-event .con {
    padding-left: 0;
  }

  /* .upcoming-events .cistern {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 40px;
    padding-left: 0;
  } */

  .upcoming-events .month-event {
    margin-top: 25px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .upcoming-events .month-event .con .box h4 {
    font-size: 22px;
    position: relative;
    padding-right: 30px;
  }

  .upcoming-events .month-event .con .box .introduction {
    font-size: 16px;
    display: block;
  }

  .upcoming-events .month-event .con .box .time {
    font-weight: bold;
    margin-bottom: 10px;
  }

  .upcoming-events .month-event .con .box h4 em {
    font-size: 30px;
    position: absolute;
    top: -4px;
    right: -6px;
    display: none;
  }

  .upcoming-events .month-event .con .box .time .f_right {
    display: none;
  }

  .upcoming-events .month-event .con .box_pic {
    display: none;
  }

  .upcoming-events .month-event .con .box {
    width: 100%;
  }


}

@media (max-width:1602px) {

  .upcoming-events .month-event .con .box {
    padding: 0 0 43px 0;
  }
}

@media (max-width:1340px) {

  .upcoming-events .month-event .con .box {
    padding: 0 0 36px 0;
  }

  .upcoming-events .month-event .con .box .introduction {
    margin-top: 20px;
  }

  .upcoming-events .month-event .con .box_pic img {
    vertical-align: middle;
    height: 174px;
    width: 95%;
  }
}


.previous-events .left {
  float: left;
  width: 32.2%;
  padding-right: 50px;
}

.previous-events .left .solution-nav {
  border-top: 1px solid #c9c9c9;
}

.previous-events .left .solution-nav .preImg img {
  width: 100%;
  height: 100%;
  max-height: 238px;
  max-width: 407px;
}

.previous-events .left .solution-nav .preImg {
  margin-top: 11px;
  max-height: 238px;
  max-width: 407px;
}

.previous-events .con {
  padding-top: 45px;
}

.previous-events .left .solution-nav li {
  padding: 11px 0;
  border-bottom: 1px solid #c9c9c9;
}

.previous-events .left .solution-nav li span.title a {
  position: relative;
  padding-left: 22px;
  color: #666;
}

.previous-events .left .solution-nav li span.title a:hover {
  color: #d20a2c;
}

.previous-events .left .solution-nav li span.title a .iconfont {
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  top: -2px;
  left: 0px;
}

.LANG-cn .previous-events .left .solution-nav li span.title a .iconfont {
  top: 0;
}

.previous-events .left .solution-nav li .link-wrap {
  display: none;
  padding: 10px 0 10px 18px;
}

.previous-events .left .solution-nav li .link-wrap span {
  position: relative;
  display: block;
  padding: 7px 0;
}

.previous-events .left .solution-nav li .link-wrap span.active a {
  color: #d20a2c;
}

.previous-events .left .solution-nav li .link-wrap span a {
  position: relative;
  padding-left: 20px;
  color: #666;
}

.previous-events .left .solution-nav li .link-wrap span a:hover {
  color: #d20a2c;
}

.previous-events .left .solution-nav li .link-wrap span a .iconfont {
  font-size: 20px;
  position: absolute;
  top: -2px;
  left: 0px;
}

.LANG-cn .previous-events .left .solution-nav li .link-wrap span a .iconfont {
  top: 0;
}

.previous-events .left .solution-nav li .link-wrap span input {
  position: absolute;
  z-index: 2;
  top: 9px;
  left: 0;
}

.LANG-cn .previous-events .left .solution-nav li .link-wrap span input {
  top: 12px;
}

.previous-events .left .solution-nav li .link-wrap.second_menu {
  padding: 5px 0 5px 18px;
}

.previous-events .right {
  float: left;
  width: 67%;
}

.previous-events .right h5 {
  font-size: 20px;
  font-weight: bold;
  padding: 50px 0 10px;
  border-bottom: 1px solid #c9c9c9;
}

.previous-events .right ul li a {
  display: block;
  color: #282828;
  border-bottom: 1px solid #c9c9c9;
}

.previous-events .right ul li a:hover span.list1 {
  color: #d20a2c;
}

.previous-events .right ul li a span {
  display: block;
  float: left;
  padding: 11px 10px;
}

.previous-events .right ul li a span.list1 {
  width: 50%;
}

.previous-events .right ul li a span.list2 {
  width: 25%;
}

.previous-events .right ul li a span.list3 {
  width: 25%;
}

.previous-events .view-more {
  font-size: 16px;
  margin-top: 40px;
  padding: 10px 0;
  curprevious-eventssor: pointer;
  text-align: center;
}

.events-filters {
  font-size: 20px;
  display: block;
  margin: 40px 15px 0;
  padding: 10px 15px;
  text-align: center;
  color: #282828;
  border: 1px solid #f56f6c;
  border-radius: 3px;
  Line-height: 1.2;
}

@media (max-width:750px) {
  .previous-events .cisterntb {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .previous-events .cistern {
    padding-right: 0;
    padding-left: 0;
  }

  .previous-events .con {
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .previous-events .left {
    display: none;
  }

  .previous-events .right {
    float: none;
    width: 100%;
  }

  .previous-events .right ul li a span {
    padding: 2px 0;
  }

  .previous-events .right ul li a span.list1 {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .previous-events .right ul li a span.list2 {
    font-weight: bold;
    float: left;
    width: 100%;
  }

  .previous-events .right ul li a span.list3 {
    font-weight: bold;
    float: left;
    width: 100%;
    padding-bottom: 20px;
  }

  .previous-events .view-more {
    margin-top: 20px;
    color: #282828;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    background: #fff;
  }

  .previous-events .right ul li:nth-last-child(1) a {
    border-bottom: none;
  }

  .previous-events .right h5 {
    padding: 20px 0 10px;
  }
}

.filter_option {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: #fff;
}

.filter_option ul {
  position: relative !important;
  display: block !important;
}

.filter_option_close_btn {
  margin-right: 24px;
}

.filter_option_btn,
.filter_option_close_btn {
  line-height: 38px;
  display: inline-block;
  float: right;
  height: 38px;
  text-align: center;
  border-radius: 5px;
  color: #282828;
}

.filter_option_btn {
  width: 120px;
  color: #fff;
  background: #c33;
}

.filter_option_btn:hover {
  text-decoration: none;
  color: #fff;
  background: #c00;
}

.filter_option_header {
  line-height: 38px;
  overflow: hidden;
  margin: 0;
  padding: 15px;
  background: #f1f1f1;
}

.filter_option_items {
  top: 0 !important;
  padding: 0 15px;
}

.filter_option_items li {
  padding-left: 0 !important;
}

.filter_option_items span {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.filter_option_items input {
  position: relative;
  top: 13px;
  display: inline-block;
  float: right;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.filter_option_items span a {
  line-height: 46px;
  display: inline-block !important;
  height: 46px;
}

.solution-mobilr-nav .title span {
  display: block;
  padding-left: 13px;
  border: 1px solid #bcbcbc;
}

.searchUnified-search .solution-mobilr-nav {
  display: block;
}

.solution-mobilr-nav .title i {
  position: absolute;
  top: 0;
  right: 0;
  height: 46px;
  padding-left: 48px;
  cursor: pointer;
  border-left: 1px solid #bcbcbc;
  background: url(/Assets/EBG/img/solution_btn_slide.png) center 18px no-repeat;
}

.solution-mobilr-nav .title i.on {
  background: url(/Assets/EBG/img/solution_btn_slide.png) center -30px no-repeat;
}

.solution-mobilr-nav .title {
  line-height: 46px;
  position: relative;
  color: #676767;
  background: #fff;
  display: none;
}

.solution-mobilr-nav .title ul {
  position: absolute;
  z-index: 99;
  top: 46px;
  left: 0;
  display: none;
  width: 100%;
  border: 1px solid #bcbcbc;
  box-shadow: 0 1px 5px 1px #dcdcdc;
}

.solution-mobilr-nav .title ul li {
  font-weight: 700;
  padding-left: 13px;
  color: #000;
  border-bottom: 1px solid #efefef;
  background: #fff;
}

.solution-mobilr-nav .title ul li.link-wrap {
  padding-left: 0;
}

.solution-mobilr-nav .title ul li span.on {
  background: #eee;
}

.solution-mobilr-nav .title ul li span {
  padding-left: 25px;
  border: none;
}

.solution-mobilr-nav .title ul li span a {
  font-weight: 400;
  color: #616161;
}

.solution-mobilr-nav .title i.icon_filter {
  position: absolute;
  top: 10px;
  right: 0;
  height: 40px;
  cursor: pointer;
  border-left: 0 solid #bcbcbc;
  background: url(/Assets/EBG/img/icon_filter.png) center 0 no-repeat !important;
  background-size: contain !important;
}

.solution-mobilr-nav .title ul li.link-wrap.event-fit {
  padding-bottom: 100px;
}

@media (max-width:750px) {
  .solution-mobilr-nav .title {
    display: block;
  }

  .filter_option_header {
    margin-top: 50px;
  }
}

.video-zxnodata {
  background: url(/Assets/EBG/img/video-zxnodata.png) top no-repeat;
  padding: 145px 0;
  margin-top: 80px;
  text-align: center;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

  .breadcrumbs-nav-box-v2 {
    bottom: -15px;
  }
}

/*活动预告*/


.cistern {
  max-width: 980px;
}

.lsow-panel {
  margin-top: 30px;
  background: #eee;
  border-radius: 5px;
  overflow: hidden;
}

.lsow-panel-title {
  display: block;
  cursor: pointer;
}

.lsow-panel .lsow-panel-title {
  position: relative;
  display: block;
  padding: 20px 50px 20px 30px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  font-weight: bold;
  color: #666;
  margin: 0;
}

.lsow-panel .lsow-panel-title {
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

.lsow-panel:hover .lsow-panel-title {
  background: #e2e2e2;
}

.lsow-panel.lsow-active .lsow-panel-title {
  color: #333;
  background: #e2e2e2;
}

.lsow-panel .lsow-panel-content {
  background: #f8f8f8;
  /* padding: 30px 30px; */
}

.lsow-accordion .lsow-panel-content {
  display: none;
  overflow: hidden;
}

.lsow-panel .lsow-panel-title:after {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\e64f";
  right: 30px;
  top: 26px;
  font-size: 14px;
  line-height: 1;
  color: #666;
  font-weight: 700;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lsow-panel.lsow-active .lsow-panel-title:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #333;
}

.upcoming-events .box {
  padding-top: 30px;
}

.upcoming-events ul {
  padding-left: 30px;
}

.tr-even-bg {
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.tr-even-bg div {
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 8px 16px;
}

.tr-even-bg {
  display: flex;
}

.tr-even-bg.th div {
  font-weight: bold;
}

.tr-even-bg .con1 {
  width: 18%;
}

.tr-even-bg .con2 {
  flex: 1;
}

.tr-even-bg .con3 {
  width: 64%;
}

@media (max-width:750px) {
  .upcoming-events .box {
    padding-top: 20px;
  }

  .condition_p {
    padding-top: 10px;
  }

  .lsow-panel {
    margin-top: 20px;
  }

  .upcoming-events ul {
    padding-left: 15px;
  }

  .tr-even-bg div {
    padding: 5px;
    font-size: 14px;
  }
  .tr-even-bg .con1 {
    width: 25%;
  }

  .tr-even-bg .con3 {
    width: 45%;
  }
}