html, body {
  height: 100%;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.aligncenter {
  display: block;
  margin: 0 auto 15px;
}
a:focus {
  outline: 0px solid;
}
img {
  max-width: 100%;
  height: auto;
}
.fix {
  overflow: hidden;
}
p {
  margin: 0 0 15px;
  color: #444;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
  color: #444;
  font-weight: 500;
}
h1 {
  font-size: 48px;
  line-height: 50px;
}
h2 {
  font-size: 38px;
  line-height: 40px;
}
h3 {
  font-size: 30px;
  line-height: 32px;
}
h4 {
  font-size: 24px;
  line-height: 26px;
}
h5 {
  font-size: 20px;
  line-height: 22px;
}
h6 {
  font-size: 16px;
  line-height: 20px;
}
a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
a:hover {
  color: #3EC1D5;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}

body {
  /*background: url(../img/bg.png) no-repeat top center #41AA92;*/
  background: url(../img/bg.png) no-repeat top center, linear-gradient(to right, #41AA92, #008170, #41AA92);
  background-size: cover;
  color: #444;
  font-family: "microsoft Yahei","Arial",sans-serif;
  font-size: 14px;
  text-align: left;
  overflow-x: hidden;
  line-height: 22px;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.clear {
  clear: both;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
  -moz-appearance: none;
  box-shadow: none !important;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url('../img/loading.gif') no-repeat center center;
}

::-moz-selection {
  background: #3EC1D5;
  text-shadow: none;
}

::selection {
  background: #3EC1D5;
  text-shadow: none;
}

.area-padding {
  padding: 15px 0px 0px 0px;
}

.area-padding-2 {
  padding: 70px 0px 50px;
}

.padding-2 {
  padding-bottom: 90px;
}

.padding20 {
  padding: 0 20px;
}
@media (max-width: 768px) {
  .padding20 {
    padding: 0 0px;
  }
}

.section-headline h2 {
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  text-transform: capitalize;
  color: #fff;
}

/*.section-headline h2::after {*/
/*  border: 1px solid #333;*/
/*  bottom: -20px;*/
/*  content: "";*/
/*  left: 0;*/
/*  margin: 0 auto;*/
/*  position: absolute;*/
/*  right: 0;*/
/*  width: 40%;*/
/*}*/

.sec-head {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

/*--------------------------------*/
/*  1. Header
/*--------------------------------*/
.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 1);
  z-index: 9;
}
.navbar-header a.navbar-brand {
  display: inline-block;
  height: 70px;
  padding: 15px 0;
}
.main-menu ul.navbar-nav li {
  display: inline-block;
  padding: 0px 0px 0 40px;
}
.main-menu ul.navbar-nav li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  padding: 24px 0px;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.main-menu ul.navbar-nav li.active a::after {
  border: 1px solid #fff;
  bottom: 0px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}
.main-menu ul.navbar-nav li.active a:hover {
  background: none;
  color: #D51518;
}
.main-menu ul.navbar-nav li.active a:focus {
  color: #333;
}
.main-menu ul.navbar-nav li.active a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #333;
  position: relative;
}
.main-menu ul.navbar-nav li a:hover {
  color: #D51518;
}
.navbar {
  border: medium none;
  margin-bottom: 0;
}
.navbar-default {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.main-menu ul.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  background: none;
  color: #333;
}
.navbar-default .navbar-toggle {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  padding: 25px 0px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  background-color: transparent;
  color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: none;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #333;
  width: 28px;
  height: 2px;
}
.navbar-default .navbar-toggle .icon-bar+.icon-bar {
  margin-top: 6px;
}

/*--------------------------------*/
/* 1.1. Stick menu
/*--------------------------------*/
.header-area.stick {
  background-color: rgba(255, 255, 255, 1);
  height: 70px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.stick .navbar-header a.navbar-brand {
  display: inline-block;
  height: 70px;
}
.stick .navbar-brand>img {
  display: none;
}
.stick .navbar-brand.sticky-logo>img {
  display: block;
}
.sticky-logo>img {
  height: 40px;
}
.sticky-logo h1 {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
.sticky-logo h1 span {
  color: #3ec1d5;
}
.stick .main-menu ul.navbar-nav li.active a::after {
  border: 1px solid #fff;
  bottom: 0px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}
.stick .main-menu ul.nav>li>a:hover {
  color: #D51518;
}
.stick .main-menu ul.navbar-nav li.active a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #333;
  position: relative;
}
.stick .main-menu ul.navbar-nav li.active a:hover {
  color: #D51518;
}
.stick .mainmenu ul#nav>li:hover>a, .stick .mainmenu ul#nav li .mega-menu, .stick .mainmenu ul#nav li ul.sub-menu {
  background-color: #f5f5f5;
  color: #333;
  outline: medium none;
}
.stick .mainmenu ul#nav li:hover ul.sub-menu li a:hover, .mainmenu ul#nav li .mega-menu span>a:hover, .stick .mainmenu ul#nav li .mega-menu-shop a.mega-menu-title:hover {
  color: #333;
}
.stick .logo {
  height: 20px;
}
.stick .logo a {
  margin-top: 0px;
}
.stick .main-menu ul.nav>li>a {
  color: #333;
  line-height: 22px;
  padding: 24px 0px;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.stick .navbar-default .navbar-toggle .icon-bar {
  background-color: #333;
  width: 28px;
  height: 2px;
}
.stick .navbar-default .navbar-toggle {
  padding: 10px 0px;
}

/*----------------------------------------*/
/*  1.2. banner
/*----------------------------------------*/
.banner-area .container{
  margin-top: 70px;
}
.banner-img{
  position: relative;
  overflow: hidden;
  padding: 140px 0;
  text-align: center;
}
.banner-img img{
  /*width: 100%;*/
}
@media (max-width: 767px) {
  .banner-area .container{
    margin-top: 60px;
  }
  .banner-img{
    padding: 60px 20px;
    text-align: center;
  }
}

/*------------------------------
  2.滚动导航菜单
--------------------------------*/
.nav_main{
  width: 100%;
}
.nav_main ul{
  width: 100%;
  list-style: none;
}
.nav_main ul li{
  float: left;
  width: 16%;
  text-align: center;
  line-height: 70px;
  margin-right: 0.8%;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.nav_main ul li:last-child{
  margin-right: 0;
}
.nav_main ul li a{
  display: block;
  background-color: #44BB9B;
  color: #fff;
  text-decoration: none;
  padding: 0;
}
.nav_main ul li a:hover, .nav_main ul li.active a{
  background-color: #EBECC1;
  color: #333;
}
.nm_stick {
  background-color: rgba(0, 0, 0, 0.4);
  height: 70px;
  position: fixed;
  top: 70px;
  width: 100%;
  z-index: 999999;
}
.nm_stick.nav_main ul{
  margin-top: 10px;
}
.nm_stick.nav_main ul li{
  line-height: 50px !important;
}

.nav_main ul li.active a:focus {
  background-color: #EBECC1;
  color: #333;
}
.nav_main ul li a:focus {
  background-color: #44BB9B;
  color: #fff;
}
@media (max-width: 767px) {
  .nav_main ul li{
    line-height: 50px;
    font-size: 14px;
  }
  .nm_stick {
    top: 60px;
  }
}

/*------------------------------
  3. 会务信息
--------------------------------*/
.cinfo-area .container{
  background-color: #41AA92;
  padding-top: 40px;
  padding-bottom: 40px;
}
.tab-menu .nav-tabs>li>a:hover {
  background-color: #EBECC1;
  border: 1px solid #EBECC1;
  color: #444;
}
.tab-menu {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.tab-menu ul.nav {
  margin: 0 -3px;
  padding: 0;
}
.tab-menu ul.nav li {
  border: none !important;
  display: inline-block;
  width: calc(10% - 6px);
  margin: 0 3px 6px 3px;
}
.tab-menu ul.nav li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  display: block;
  font-weight: 500;
  font-size: 16px;
  margin-right: 0 !important;
  padding: 6px 0;
}
.tab-menu ul li.active a, .tab-menu ul li.hover a, .tab-menu ul li.focus a {
  background-color: #EBECC1 !important;
  border: 1px solid #EBECC1 !important;
  color: #444 !important;
}
.tab-menu .nav-tabs {
  border-bottom: none;
}
.tab-content {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding: 0;
}
.tab-info dt{
  display: block;
  overflow: hidden;
  float: left;
  padding: 0 20px;
  height: 100%;
}
.tab-info div dt:nth-child(1){
  width: 35%;
  border-right: 1px solid #fff;
}
.tab-info div dt:nth-child(2){
  width: 15%;
  text-align: center;
}
.tab-info div dt:nth-child(3){
  width: 50%;
  border-left: 1px solid #fff;
}
.tab-info .title{
  overflow: hidden;
  background-color: rgba(255,255,255,0.2);
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
}
.tab-info .info{
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  padding: 15px 0;
  height: 100%;
}
.tab-info .info p{
  line-height: 30px;
  padding: 0;
  margin: 0;
  color: #fff;
  font-weight: normal;
}
.tab-info .mobile-info{
  display: none;
}
@media (max-width: 767px) {
  .tab-menu ul.nav li {
    width: calc(20% - 6px);
    margin: 0 3px 6px 3px;
  }
  .tab-menu ul.nav li a {
    font-weight: 500;
    font-size: 14px;
  }
  .tab-info .title, .tab-info .info{
    display: none;
  }
  .tab-info .mobile-info{
    display: block;
  }
  .tab-info .mobile-info p{
    margin: 0;
    padding: 0 15px;
    line-height: 30px;
    color: #fff;
  }
  .tab-info .mobile-info .stit{
    background-color: rgba(255,255,255,0.2);
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .tab-info .mobile-info .stit:first-child{
    margin-top: 0;
  }
}

/*----------------------------------------
 4.产品信息
 5.解决方案
----------------------------------------*/
.products-area .container{
  background-color: #41AA92;
  padding-top: 40px;
  padding-bottom: 40px;
}
.single-box {
  border: 0px solid #ddd;
  margin-bottom: 20px;
  overflow: hidden;
}
.single-box:hover .pro-img a:after {
  opacity: 1;
}
.single-box:hover .pro-see-more {
  top: 45%;
  opacity: 1;
}
.pro-img {
  position: relative;
  background-color: #fff;
}
.pro-img span {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 20px;
  width: 42px;
  line-height: 18px;
  text-align: center;
  font-size: 10px;
  color: #E40012;
  border: 1px solid #E40012;
  border-radius: 20px;
}
.pro-img>a {
  display: block;
}
.pro-img>a::after {
  background: rgba(0, 0, 0, 0.70);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 100%;
  opacity: 0;
}
.pro-see-more {
  left: 50%;
  margin-left: -41px;
  opacity: 0;
  position: absolute;
  top: 30%;
  transition: 1.3s;
}
.pro-see-more a {
  border: 1px solid #fff;
  border-radius: 18px;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 36px;
  line-height: 34px;
  width: 80px;
}
.pro-see-more a:hover {
  color: #fff;
  border: 1px solid #41AA92;
  background: #41AA92;
}
.pro-title {
  padding: 10px 0px;
}
.pro-title a {
  color: #fff;
}
.pro-title a:hover {
  color: #333;
}
.pro-title>a>h4{
  color: #fff;
  line-height: 24px;
  height: 24px;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  font-weight: 600;
}
.pro-title>a>h4>i{
  font-size: 14px;
  padding: 0 0 0 5px !important;
  margin: 0 !important;
  font-style: normal;
}
.pro-title>a>p{
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

/*--------------------------------*/
/*  6.专题报道
/*--------------------------------*/
.news-area {
  height: auto;
  width: 100%;
}
.news-area .container{
  background-color: #41AA92;
  padding-top: 40px;
  padding-bottom: 40px;
}
.news-box{
  background-color: #fff;
  margin-bottom: 30px;
}
.news-text{
  padding: 20px;
}
.news-text h4 a {
  color: #444;
  text-decoration: none;
}
.news-text h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  line-height: 25px;
  height: 75px;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
.news-text p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  line-height: 20px;
  height: 60px;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
.news-meta {
  padding: 10px 20px 20px 20px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
}
.news-meta .date-type{
  float: left;
  line-height: 38px;
}
.news-meta .date-type i {
  padding-right: 10px;
}
.news-meta .more-type{
  float: right;
}
.news-meta .more-type .ready-btn {
  border: 1px solid #666;
  border-radius: 30px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 0px 20px;
  line-height: 36px;
  height: 38px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
.news-meta .more-type .ready-btn:hover {
  color: #fff;
  background: #41AA92;
  border: 1px solid #41AA92;
  text-decoration: none;
}
.news-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot>span {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  height: 16px;
  width: 16px;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.news-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
  text-align: center;
  width: 100%;
}
.news-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
  display: inline-block;
  margin: 0 6px;
}
.news-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
  background: #EBECC1;
}

/*--------------------------------*/
/*  7.会议现场
/*--------------------------------*/
.live-area {
  height: auto;
  width: 100%;
}
.live-area .container{
  background-color: #41AA92;
  padding-top: 40px;
  padding-bottom: 40px;
}
.live-box{
  margin-bottom: 20px;
}
.live-text{
  padding: 10px 0;
  text-align: center;
}
.live-text h4 a {
  color: #fff;
  text-decoration: none;
}
.live-text h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 25px;
}
.live-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot>span {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  height: 16px;
  width: 16px;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.live-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
  text-align: center;
  width: 100%;
}
.live-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
  display: inline-block;
  margin: 0 6px;
}
.live-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
  background: #EBECC1;
}

.live-page{
  overflow: hidden;
  text-align: center;
  padding: 10px 0;
}
.live-page span{
  color: #fff;
  font-size: 14px;
}
.live-page #prevBtn, .live-page #nextBtn{
  border: 1px solid rgba(255,255,255,0.85);
  padding: 5px 15px;
  cursor: pointer;
}
.live-page #pageInfo{
  border: 1px solid rgba(255,255,255,0.5);
  padding: 5px 15px;
  color: rgba(255,255,255,0.5);
}
.live-page .btn-disabled{
  border: 1px solid rgba(255,255,255,0.5) !important;
  color: rgba(255,255,255,0.5);
}

/*--------------------------------*/
/*  8.扫码参会
/*--------------------------------*/
.contact-area {
  height: auto;
  width: 100%;
}
.contact-area .container{
  background-color: #41AA92;
  padding-top: 40px;
  padding-bottom: 40px;
}
.contact-icon {
  margin-bottom: 40px;
}
.ewm-box{
  padding: 10px 0 60px 0;
}
.ewm-box img {
  border: 10px solid #fff;
}

/*----------------------------------------*/
/*  9. 底部
/*----------------------------------------*/
.footer-area {
  padding: 40px 0;
  font-size: 14px;
}
.copyright>p {
  margin-bottom: 0;
  color: #ffff;
  line-height: 2;
}
.copyright a{
  color: #fff;
}
.copyright a:hover {
  text-decoration: underline;
  color: #fff;
}


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .main-menu ul.navbar-nav li {
    display: inline-block;
    padding: 0 8px;
  }
  .stick .main-menu ul.navbar-nav li a {
    padding: 24px 0px;
  }
  .tab-menu ul.nav li a {
    padding: 10px 16px;
  }
}

/* small mobile :320px. */
@media (max-width: 767px) {
  .header-area {
    height: 60px !important;
    background: #fff;
  }
  .navbar-header a.navbar-brand, .stick .navbar-header a.navbar-brand {
    display: inline-block;
    height: 60px  !important;
    padding: 9px 0;
  }
  .navbar-default .navbar-toggle, .stick .navbar-default .navbar-toggle {
    padding: 13px 0;
    margin-right: 0 !important;
  }
  .nav.navbar-nav.navbar-right, .stick .nav.navbar-nav.navbar-right {
    background: rgba(0, 0, 0, 0.7);
    padding: 15px 0;
    margin-top: 0;
  }
  .main-menu ul.navbar-nav li, .stick .main-menu ul.navbar-nav li {
    display: block;
    padding: 0 20px;
    /*border-bottom: 1px solid rgba(0,0,0, 0.1);*/
  }
  .main-menu ul.navbar-nav li a, .stick .main-menu ul.navbar-nav li a {
    padding: 10px 2px;
    color: #fff;
  }
  .main-menu ul.navbar-nav li.active a, .stick .main-menu ul.navbar-nav li.active a{
    color: #fff;
  }
  .main-menu ul.navbar-nav li.active a::after, .stick .main-menu ul.navbar-nav li.active a::after {
    border: 0px solid #fff;
  }
  .section-headline h2 {
    font-size: 30px;
  }
  .section-headline h3 {
    font-size: 25px;
  }
}