@charset "utf-8";

/* banner */
.g-carousel {
  position: relative;
  margin: 0 auto;
  min-width: 1200px;
  overflow: hidden;
}
.g-carousel .g-carousel-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  overflow: hidden;
}
.g-carousel .g-carousel-content .g-carousel-item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}
.g-carousel .g-carousel-content .g-carousel-item.s-carousel-item {
  margin: 0 auto;
  text-align: center;
}
.g-carousel .g-carousel-content .g-carousel-item.s-carousel-item img {
  height: 280px;
}
.banner-content{
  display: inline-block;
  position: absolute;
  left: 360px;
  top: 100px;
  height: 120px;
  line-height: 1;
  text-align: left;
  color: #fff;
}
.banner-content .title{
  font-size: 40px;
  font-weight: 300;
  color: #32dbdb;
}
.banner-content .desc{
  margin-top: 20px;
  font-size: 22px;
  font-weight: 300;
}
/* 广告形式 */
.about{}
.about .main{
  background: inherit;
  height: 100%;
}
.about .ititle{
  font-size: 40px;
  color: #333;
}
.about .content{
  margin: 40px auto 60px;
  padding-left: 40px;
  padding-right: 40px;
  width: 1080px;
  height: 694px;
  line-height: 34px;
  font-size: 14px;
  color: #666;
  overflow-y: auto;
}
.about .content::-webkit-scrollbar{
  width: 10px;
  background-color: #f4f4f4;
  border-radius: 5px;
}
.about .content::-webkit-scrollbar-thumb{
  background: url("../img/services-scrollbar.png") no-repeat center;
  cursor: move;
}
.about .content .section{
  margin-top: 22px;
}
.about .content .section:first-child{
  margin-top: 0;
}
.about .content .section .title{
  font-size: 16px;
  color: #333;
}
.about .content .section .subtitle{
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}
.about .content .section h5.txt{
  line-height: 34px;
  font-size: 14px;
  color: #333;
}
.about .content .section .txt{
  line-height: 34px;
  font-size: 14px;
  color: #999;
}
.about .content .section .dot{
  margin-left: 20px;
}
.about .content .section ul>li {
  margin-left: 20px;
  list-style-type: disc;
  color: #999;
}
