@charset "UTF-8";
/*CSS重置"PingFang SC",*/
body,
html {
  margin: 0;
  padding: 0;
  font-family: "PingFang SC","Microsoft YaHei",arial,"\5b8b\4f53",sans-serif,tahoma;
  color: #333;
  background: #fff;
}

input,
textarea {
  font-family: "PingFang SC","Microsoft YaHei",arial,"\5b8b\4f53",sans-serif,tahoma;
}

body {
  font-size: 14px;
}

body a {
  outline: none;
  text-decoration: none !important;
}

body a:hover {
  color: #4f91ff !important;
}

blockquote,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  list-style: none;
}

img {
  border: none;
}

em,
i {
  font-style: normal;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}

* html .clearfix {
  height: 1%;
}

* + html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
  clear: both;
}

*:focus {
  outline: none;
}

input {
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="button"],
input[type="number"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
  resize: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.container {
  width: 1205px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

.navbar-height {
  height: 80px;
}

.navbar {
  -webkit-box-shadow: 0 4px 10px rgba(225, 225, 225, 0.3);
  box-shadow: 0 4px 10px rgba(225, 225, 225, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
}

.navbar .container {
  height: 80px;
}

.navbar-brand {
  float: left;
}

.navbar-brand a {
  float: left;
  height: 80px;
  line-height: 80px;
}

.navbar-brand a img {
  vertical-align: middle;
  width: 113px;
  height: 32px;
}

.navbar-brand span {
  float: left;
  height: 80px;
  line-height: 80px;
  margin-left: 30px;
}

.navbar-brand span img {
  vertical-align: middle;
}

.navbar-nav {
  float: right;
}

.navbar-nav li {
  float: left;
  color: #989FB3;
  font-size: 16px;
  font-weight: 500;
  line-height: 80px;
  position: relative;
  margin-left: 30px;
}

.navbar-nav li a {
  padding: 0 16px;
  color: #989FB3;
}

.navbar-nav li:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 64px;
  height: 4px;
  background-color:#4070FF;
  border-radius: 2px;
  transform: translate(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-nav .on {
  font-weight: 700;
}

.navbar-nav .on a {
  color: #4a4a4a;
}

.navbar-nav .on:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-nav .index {
  margin-right: 15px;
}

.navbar-nav .index a {
  /* border: 2px solid #669fff;
  border-radius: 18px;
  padding: 2px 22px; */
}

.index-activity {
  height: 886px;
  background: url("../images/section01-bg.jpg") no-repeat center center;
  background-size: 100% 100%;
  min-height: 886px;
}

.index-activity .li1 {
  background: #fcdf44;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  position: absolute;
  left: 10px;
  top: 410px;
}

.index-activity .li2 {
  background: #fffdfa;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: absolute;
  right: -5px;
  top: 100px;
}

.index-activity .li3 {
  background: #92baf9;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  position: absolute;
  right: 240px;
  top: 333px;
}

.index-activity .li4 {
  width: 123px;
  height: 116px;
  position: absolute;
  left: -90px;
  top: 90px;
  background: url("../images/activity01.png") no-repeat 0 0;
}

.index-activity .container {
  padding-top: 112px;
  position: relative;
}

.index-activity .title {
  text-align: center;
}

.index-activity .art {
  text-align: center;
  margin-top: 45px;
}

.index-activity .art p {
  color: white;
  line-height: 36px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
}

.index-activity .art p b {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
}

.index-activity .next {
  text-align: center;
  margin-top: 20px;
}

.index-activity .pep {
  text-align: center;
}

.index-headline h2 {
  color: #1d1d25;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  position: relative;
  line-height: 50px;
  letter-spacing: 4px;
}

.index-headline h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.index-headline h2 span b {
  position: relative;
  z-index: 2;
}

.index-headline h2 span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 22px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  background-color: #85b3ff;
  border-radius: 2px;
  z-index: 1;
}

/* 什么是会议融媒体 */
.conference-media {
  margin-top: 60px;
}

.conference-media-art {
  margin-top: 30px;
}

.conference-media-art p {
  text-align: center;
  color: #1d1d25;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.conference-media-data {
  margin-top: 70px;
}

.conference-media-data .hd {
  text-align: center;
  position: relative;
}

.conference-media-data .hd:after {
  content: '';
  width: 30px;
  height: 30px;
  background: #deeeff;
  position: absolute;
  left: 0;
  top: 20%;
  border-radius: 50%;
  margin-left: -15px;
  margin-top: -15px;
}
.meeting-auto-copywriting {
  position: relative;
  z-index: 2
}
.meeting-auto-copywriting:after {
  content: '';
  width: 30px;
  height: 30px;
  background: #deeeff;
  position: absolute;
  right: 35%;
  bottom: -33px;
  border-radius: 50%;
  margin-left: -15px;
  margin-top: -15px;
  z-index: 1;
}

.conference-media-data .bd {
  text-align: center;
  margin-top: 35px;
}

.conference-media-data .bd li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin: 0 35px;
}

.conference-media-data .bd img,
.conference-media-data .bd span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.conference-media-data .bd p {
  color: #1d1d25;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 22px;
}

/* 会议行业顶尖的内容媒体平台 */
.media-platform {
  margin-top: 110px;
  min-width: 1200px;
  /*overflow: hidden;*/
}

.media-platform-list-container {
  position: relative;
}

.media-platform-list-container:after {
  content: '';
  position: absolute;
  right: -65px;
  top: 120px;
  width: 89px;
  height: 99px;
  background: url("../images/platform01.png") no-repeat 0 0;
  z-index: 1;
}

.media-platform-list {
  margin-top: 30px;
  background-color: white;
  border-radius: 20px;
  -webkit-box-shadow: 0 6px 20px rgba(223, 229, 239, 0.6);
  box-shadow: 0 6px 20px rgba(223, 229, 239, 0.6);
  padding: 25px 35px 15px;
  position: relative;
  z-index: 2;
}

.media-platform-list-art {
  margin-top: 15px;
}

.media-platform-list-art h3 {
  text-align: center;
  color: #1d1d25;
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
}

.media-platform-list-art h3 span {
  color: #518ff3;
  font-weight: 700;
  padding: 0 12px;
}

.media-platform-list-art ul {
  margin-top: 5px;
}

.media-platform-list-art li {
  color: #1d1d25;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

.media-platform-list-art li span {
  color: #518ff3;
  padding: 0 2px;
}

.media-platform-list-art h4 {
  text-align: center;
  color: #1d1d25;
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
  margin-top: 45px;
  margin-bottom: 20px;
}

.media-swiper {
  position: relative;
  z-index: 2;
}

.media-swiper .swiper-slide {
  padding: 15px 0;
}

.media-pagination {
  position: relative;
  margin-top: 20px;
}

.media-pagination span {
  cursor: pointer;
}

/* 聚合核心内容 直达会议痛点 */
.meeting-spot {
  margin-top: 90px;
}

.meeting-spot-list {
  display: flex;
  margin-top: 50px;
}

.meeting-spot-list .item {
  width: 20%;
  padding: 10px 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 20px;
  height: 460px;
  vertical-align: top;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.meeting-spot-list .item:hover {
  background-color: white;
  -webkit-box-shadow: 0 6px 25px rgba(238, 238, 238, 0.5);
  box-shadow: 0 6px 25px rgba(238, 238, 238, 0.5);
}

.meeting-spot-list .item-icon {
  text-align: center;
  line-height: 100px;
}

.meeting-spot-list .item-icon img {
  vertical-align: middle;
}

.meeting-spot-list .item-num {
  text-align: center;
  line-height: 60px;
}

.meeting-spot-list .item-num img {
  vertical-align: top;
}

.meeting-spot-list .item-title {
  margin-top: 20px;
}

.meeting-spot-list .item-title h3 {
  text-align: center;
  color: black;
  opacity: 0.9;
  filter: alpha(opacity=90);
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

.meeting-spot-list .item-title h3:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 30px;
  height: 3px;
  background-color: #fff3c4;
  border-radius: 2px;
  margin-left: -15px;
}

.meeting-spot-list .item-art {
  text-align: center;
  margin-top: 45px;
}

.meeting-spot-list .item-art p {
  opacity: 0.9;
  filter: alpha(opacity=90);
  font-weight: 400;
  font-size: 16px;
  color: black;
  line-height: 30px;
}

.meeting-spot-list .item-art p span {
  color: #5499ed;
}

/* 视频直播只是载体 有效传播才有价值 */
.communication-valuable {
  margin-top: 55px;
}

.communication-valuable-art {
  width: 320px;
  float: left;
  margin-top: 150px;
  position: relative;
}

.communication-valuable-art:after {
  content: '';
  width: 20px;
  height: 20px;
  background: #deeeff;
  position: absolute;
  left: -40px;
  bottom: -60px;
  border-radius: 50%;
  margin-left: -10px;
}

.communication-valuable-art h3 {
  color: #1d1d25;
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
  position: relative;
}

.communication-valuable-art h3 span {
  position: relative;
  z-index: 5;
}

.communication-valuable-art h3:after {
  content: '';
  position: absolute;
  left: -5px;
  top: 25px;
  width: 150px;
  height: 22px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  background-color: #85b3ff;
  border-radius: 2px;
  z-index: 1;
}

.communication-valuable-art p {
  color: #aaaaaa;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin-top: 20px;
}

.communication-valuable-img {
  width: 820px;
  float: right;
  position: relative;
  height: 520px;
}

.communication-valuable-img .img1 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.communication-valuable-img .img2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* 云现场多端同步 呈现效果 */
.sync-effect {
  margin-top: 130px;
  min-width: 1200px;
  overflow: hidden;
}

.sync-effect-art {
  width: 264px;
  float: right;
  margin-top: 130px;
  margin-right: 90px;
  position: relative;
}

.sync-effect-art h3 {
  color: #1d1d25;
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
  position: relative;
}

.sync-effect-art h3 span {
  position: relative;
  z-index: 5;
}

.sync-effect-art h3:after {
  content: '';
  position: absolute;
  left: 100px;
  top: 25px;
  width: 140px;
  height: 22px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  background-color: #85b3ff;
  border-radius: 2px;
  z-index: 1;
}

.sync-effect-art p {
  color: #aaaaaa;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin-top: 20px;
}

.sync-effect-art:after {
  content: '';
  position: absolute;
  right: -180px;
  bottom: -120px;
  border-radius: 50%;
  width: 83px;
  height: 82px;
  background: url("../images/effect02.png") no-repeat 0 0;
}

.sync-effect-img {
  width: 850px;
  float: left;
  position: relative;
  height: 470px;
  margin-left: -80px;
}

.guest-swiper img {
  display: block;
  width: 239px;
  height: 424px;
}
.guest-swiper .swiper-slide,
.case-swiper .swiper-slide {
  transform: scale(0.92);
}
.guest-swiper .swiper-slide-active, .case-swiper .swiper-slide-active {
  transform: scale(1);
}
/* 精彩案例展示 */
.case-show {
  margin-top: 160px;
}

.case-show .index-headline {
  margin-bottom: 50px;
}

.case-swiper .swiper-wrapper, .guest-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.case-swiper .swiper-slide, .guest-swiper .swiper-slide {
  width: auto;
  padding: 6px 13px 25px;
}

.case-swiper .item {
  width: 424px;
  height: 536px;
  background-color: white;
  border-radius: 15px;
  -webkit-box-shadow: 0 6px 25px rgba(238, 238, 238, 0.4);
  box-shadow: 0 6px 25px rgba(238, 238, 238, 0.4);
  position: relative;
  overflow: hidden;
}

.case-swiper .item:hover .item-code {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.case-swiper .item-code {
  width: 424px;
  height: 536px;
  background-color: rgba(255, 255, 255, 0.95);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ffffff', endColorstr='#f2ffffff');
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.case-swiper .item-code h3 {
  text-align: center;
  color: black;
  font-size: 24px;
  font-weight: 500;
  margin-top: 160px;
}

.case-swiper .item-code img {
  width: 154px;
  height: 154px;
  display: block;
  margin: 50px auto 0;
}

.case-swiper .item-pic {
  height: 240px;
  position: relative;
}

.case-swiper .item-pic img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 15px 15px 0 0;
}

.case-swiper .item-pic p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000');
  height: 40px;
  line-height: 40px;
  color: white;
  font-size: 18px;
  text-align: center;
  overflow: hidden;
  padding: 0 5px;
}

.case-swiper .item-pic p a {
  color: white;
}

.case-swiper .item-art {
  height: 295px;
  overflow: hidden;
  padding: 30px;
}

.case-swiper .item-art h3 {
  opacity: 0.9;
  filter: alpha(opacity=90);
  color: black;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  height: 25px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.case-swiper .item-art ul {
  margin-top: 15px;
}

.case-swiper .item-art li {
  position: relative;
  padding-left: 70px;
  margin-bottom: 3px;
}

.case-swiper .item-art li .name {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
  color: black;
  font-size: 14px;
  font-weight: 500;
}

.case-swiper .item-art li .content p {
  color: black;
  opacity: 0.9;
  filter: alpha(opacity=90);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-weight: 300;
}

/* 长期合作伙伴 */
.cooperative-partner {
  margin-top: 100px;
}

.cooperative-partner-list {
  margin-top: 60px;
}

.cooperative-partner-list li {
  width: 25%;
  text-align: center;
  float: left;
  padding: 15px 0;
}
.cooperative-partner-list li img {
  width: 205px;
  height: 78px;
}

/* 云现场套餐介绍 */
.cloud-package {
  margin-top: 130px;
}

.cloud-package-list {
  margin-top: 80px;
  position: relative;
  height: 650px;
  min-width: 1200px;
  overflow: hidden;
}

.cloud-package-list .container {
  width: 1256px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -628px;
}

.cloud-package-list .item {
  width: 300px;
  height: 620px;
  background-color: white;
  border: 1px solid #eeeeee;
  border-radius: 15px;
  float: left;
  margin-right: 18px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.cloud-package-list .item:last-child {
  margin-right: 0;
}

.cloud-package-list .item:hover {
  background-color: white;
  -webkit-box-shadow: 0 6px 25px rgba(238, 238, 238, 0.5);
  box-shadow: 0 6px 25px rgba(238, 238, 238, 0.5);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.cloud-package-list .item-title {
  height: 190px;
  text-align: center;
  color: #fff;
  padding-top: 47px;
  border-radius: 15px 15px 0 0;
}

.cloud-package-list .item-title h3 {
  color: #fefefe;
  font-size: 24px;
  font-weight: 500;
}

.cloud-package-list .item-title h4 {
  color: #fefefe;
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
}

.cloud-package-list .item-title h5 {
  font-size: 16px;
  color: #fefefe;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 18px;
  margin-top: 2px;
}

.cloud-package-list .item-title h5 span {
  font-size: 12px;
  font-weight: 400;
}

.cloud-package-list .item-title p {
  color: #fefefe;
  font-size: 14px;
  font-weight: 400;
}

.cloud-package-list .item-list {
  padding: 20px 0 12px 13px;
}

.cloud-package-list .item-list li {
  color: #1d1d25;
  font-size: 12px;
  line-height: 26px;
  background: url("../images/gou.png") no-repeat left center;
  background-size: 10px auto;
  padding-left: 17px;
}

.cloud-package-list .item-list li .kh {
  margin-left: -6px;
}

.cloud-package-list .item-list .disabled {
  color: #b8b8b8;
  background: none;
}

.cloud-package-list .item-list .small {
  font-size: 11px;
}

.cloud-package-list .item01 .item-title {
  background: url("../images/package01.jpg") no-repeat 0 0;
  background-size: cover;
}

.cloud-package-list .item02 .item-title {
  background: url("../images/package02.jpg") no-repeat 0 0;
  background-size: cover;
  padding-top: 27px;
}

.cloud-package-list .item02 .item-title h3:nth-child(3) {
  margin-top: 21px;
}

.cloud-package-list .item03 {
  position: relative;
}

.cloud-package-list .item03:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 63px;
  height: 63px;
  background: url("../images/package05.png") no-repeat 0 0;
}

.cloud-package-list .item03 .item-title {
  background: url("../images/package03.jpg") no-repeat 0 0;
  background-size: cover;
}

.cloud-package-list .item03 .item-list li {
  background: url("../images/gou2.png") no-repeat left center;
  background-size: 10px auto;
}

.cloud-package-list .item03 .item-list .disabled {
  background: none;
}

.cloud-package-list .item04 .item-title {
  background: url("../images/package04.jpg") no-repeat 0 0;
  background-size: cover;
}

.consult-btn {
  width: 270px;
  height: 50px;
  border: 1px solid #4e90ff;
  border-radius: 25px;
  display: block;
  margin: 0 auto;
  color: #4f91ff;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  line-height: 48px;
}

.consult-btn:hover {
  border-radius: 25px;
  background-color: #5e9aff;
  color: #fff !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cloud-package-consult a {
  margin-top: 50px;
}

/* 媒体传播包 */
.media-transmission {
  margin-top: 80px;
}

.cooperative-partner-list {
  margin-top: 60px;
}

.cooperative-partner-list li {
  width: 25%;
  text-align: center;
  float: left;
  padding: 15px 0;
}

/* 云现场套餐介绍 */
.cloud-package {
  margin-top: 130px;
}

.media-transmission-list {
  margin-top: 80px;
}

.media-transmission-list .container {
  height: 410px;
  padding-left: 12px;
}

.media-transmission-list .item {
  width: 330px;
  height: 410px;
  background-color: white;
  border: 1px solid #eeeeee;
  border-radius: 15px;
  float: left;
  margin-right: 90px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.media-transmission-list .item:last-child {
  margin-right: 0;
}

.media-transmission-list .item:hover {
  background-color: white;
  -webkit-box-shadow: 0 6px 25px rgba(238, 238, 238, 0.5);
  box-shadow: 0 6px 25px rgba(238, 238, 238, 0.5);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.media-transmission-list .item-title {
  height: 160px;
  text-align: center;
  color: #fff;
  padding-top: 45px;
}

.media-transmission-list .item-title h3 {
  color: #fefefe;
  font-size: 24px;
  font-weight: 500;
}

.media-transmission-list .item-title p {
  color: #fefefe;
  font-size: 18px;
  font-weight: 500;
  margin-top: 12px;
}

.media-transmission-list .item-list {
  padding: 20px 0 20px 25px;
  text-align: center;
}

.media-transmission-list .item-list li {
  color: #1d1d25;
  font-size: 14px;
  line-height: 28px;
}

.media-transmission-list .item-list li span {
  font-size: 18px;
  color: #f4cc8a;
}

.media-transmission-list .item01 .item-title {
  background: url("../images/transmission01.jpg") no-repeat 0 0;
  background-size: cover;
}

.media-transmission-list .item02 .item-title {
  background: url("../images/transmission02.jpg") no-repeat 0 0;
  background-size: cover;
}

.media-transmission-list .item02 .item-list li span {
  color: #6b9cf7;
}

.media-transmission-list .item03 .item-title {
  background: url("../images/transmission03.jpg") no-repeat 0 0;
  background-size: cover;
}

.media-transmission-list .item03 .item-list li span {
  color: #3db048;
}

/* 联系我们 */
.contact-us {
  /* background: #f9f9f9; */
  padding: 30px 0;
  margin-top: 60px;
}

.contact-us-headline {
  text-align: center;
}

.contact-us-headline h2 {
  color: black;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 16px;
}

.contact-us-headline p {
  color: black;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.contact-us-list {
  height: 110px;
  margin-top: 35px;
}

.contact-us-pep .item:nth-child(3n + 2) {
  padding-left: 120px;
  width: 40%;
}
.contact-us-pep .item:nth-child(3n + 1),.contact-us-pep .item:nth-child(3n) {
  width: 30%;
}
.contact-us-pep .item:nth-child(3n + 1) {
  padding-left: 30px;
}
.contact-us-pep .item:nth-child(3n) {
  padding-left: 80px;
}

.contact-us-pep .item {
  float: left;
  height: 115px;
  position: relative;
  min-height: 100px;
  padding-top: 10px;
  margin-bottom: 10px;
}

.contact-us-pep .item:last-child {
  margin-right: 0;
}

.contact-us-pep .item .code {
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -50px;
}

.contact-us-pep .item .code img {
  width: 100px;
  height: 100px;
  display: block;
}

.contact-us-pep .item li {
  color: black;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
.contact-us-pep .item.item-400 {
  padding-left: 0;
}

.contact-us-link {
  height: 80px;
  margin-top: 10px;
  padding-top: 8px;
}

.contact-us-link p {
  color: #5e9aff;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
}

.contact-us-link p a {
  color: #444444;
}

/* footer */
.footer {
  text-align: center;
  padding: 35px 0;
}

.footer p {
  color: #888888;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.9;
  filter: alpha(opacity=90);
  line-height: 26px;
}

.footer p span {
  margin: 0 8px;
}

.footer p a {
  color: #888888;
}

.fixed-bar {
  position: fixed;
  right: 70px;
  bottom: 50px;
  z-index: 999;
}

.fixed-bar li {
  width: 50px;
  position: relative;
  margin: 15px 0;
  height: 50px;
  overflow: hidden;
}

.fixed-bar li a {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #d1d1d1;
  display: block;
  line-height: 48px;
  text-align: center;
  font-size: 0;
}

.fixed-bar li a img {
  vertical-align: middle;
}

.fixed-bar li p {
  background: #6a6c6c;
  height: 40px;
  position: absolute;
  left: -120px;
  top: 50%;
  margin-top: -20px;
  width: 90px;
  color: white;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}

.fixed-bar li p:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #6a6c6c;
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -9px;
}

.fixed-bar li:hover {
  overflow: inherit;
}

.fixed-bar li:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -110px;
}

.tuwen-online {
  margin-top: 130px;
  margin-bottom: 110px;
}

.tuwen-online .container {
  position: relative;
}

.tuwen-online .container .bg {
  width: 935px;
  height: 680px;
  background-color: #358ff8;
  border-radius: 70px;
  position: absolute;
  left: -780px;
  top: 0;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}

.tuwen-online-art {
  float: right;
}

.tuwen-online-art h2 {
  color: #1d1d25;
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
  position: relative;
}

.tuwen-online-art h2 span {
  position: relative;
  z-index: 5;
}

.tuwen-online-art h2:after {
  content: '';
  position: absolute;
  left: 187px;
  top: 25px;
  width: 145px;
  height: 22px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  background-color: #85b3ff;
  border-radius: 2px;
  z-index: 1;
}

.tuwen-online-art .item {
  margin-top: 22px;
}

.tuwen-online-art .item h3 {
  color: #1d1d25;
  font-size: 18px;
  font-weight: 700;
  line-height: 42px;
  position: relative;
}

.tuwen-online-art .item h3:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #4688f2;
  border-radius: 8px;
  left: -15px;
  top: 50%;
  margin-top: -4px;
}

.tuwen-online-art .item li {
  color: #aaaaaa;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.tuwen-online-pic {
  width: 630px;
  float: left;
  position: relative;
  margin-left: 30px;
}

.tuwen-online-pic:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 160px;
  width: 69px;
  height: 40px;
  background: url("../images/tuwen03.png") no-repeat center center;
  margin-left: -45px;
}

.tuwen-online-pic ul li {
  width: 215px;
}

.tuwen-online-pic ul li .img {
  height: 430px;
}

.tuwen-online-pic ul li p {
  color: #666666;
  line-height: 24px;
  font-size: 14px;
  width: 240px;
}

.tuwen-online-pic ul li p span {
  font-size: 18px;
}

.tuwen-online-pic ul .li1 p {
  color: #fff;
  font-weight: 300;
  margin-left: -21px;
}

.tuwen-online-pic ul .li2 .img img {
  margin-top: -20px;
}

.tuwen-online-pic ul .li2 p {
  font-weight: 700;
  width: 280px;
}

.slideDown {
  -webkit-animation: slideDown 0.8s ease-in-out infinite alternate;
  animation: slideDown 0.8s ease-in-out infinite alternate;
}

@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(0, 12px);
    transform: translate(0, 12px);
  }
}

@keyframes slideDown {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(0, 12px);
    transform: translate(0, 12px);
  }
}

.media-platform-list-img li {
  float: left;
  width: 20%;
  text-align: center;
  height: 90px;
  overflow: hidden;
  line-height: 90px;
  font-size: 0;
}

.media-platform-list-img li img {
  vertical-align: middle;
  max-width: 100%;
}

.media-cooperation-list li {
  float: left;
  width: 20%;
  text-align: center;
  height: 70px;
  overflow: hidden;
  line-height: 70px;
  font-size: 0;
}

.media-cooperation-list li img {
  vertical-align: middle;
  max-width: 100%;
}

.index-banner-container {
  overflow: hidden;
  height: 430px;
  min-width: 1200px;
  position: relative;
  margin-top: 20px;
}

.index-banner {
  width: 1950px;
  height: 410px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -985px;
}

.banner-swiper-next,
.banner-swiper-prev {
  opacity: 0;
  filter: alpha(opacity=0);
}

.index-banner:hover .banner-swiper-next,
.index-banner:hover .banner-swiper-prev {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner-swiper .swiper-slide {
  height: 420px;
  line-height: 400px;
  position: relative;
}

.banner-swiper .swiper-slide:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ffffff', endColorstr='#99ffffff');
}

.banner-swiper .swiper-slide a {
  display: block;
}

.banner-swiper .swiper-slide img {
  width: 100%;
  vertical-align: middle;
  border-radius: 8px;
}

.banner-swiper .swiper-slide-active {
  z-index: 5;
}

.banner-swiper .swiper-slide-active:after {
  display: none;
}

.banner-swiper .swiper-slide-active img {
  -webkit-box-shadow: 0 5px 14px rgba(74, 74, 74, 0.4);
  box-shadow: 0 5px 14px rgba(74, 74, 74, 0.4);
  -webkit-transform: scale(1.22);
  -ms-transform: scale(1.22);
  transform: scale(1.22);
}

.banner-swiper-prev {
  width: 44px;
  height: 44px;
  background-color: rgbA(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f000000', endColorstr='#7f000000');
  position: absolute;
  left: 50%;
  z-index: 99;
  border-radius: 44px;
  top: 50%;
  line-height: 44px;
  text-align: center;
  font-size: 0;
  margin-left: -520px;
  margin-top: -22px;
  cursor: pointer;
}

.banner-swiper-prev img {
  vertical-align: middle;
}

.banner-swiper-prev:hover {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: rgbA(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#cc000000');
}

.banner-swiper-next {
  width: 44px;
  height: 44px;
  background-color: rgbA(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f000000', endColorstr='#7f000000');
  position: absolute;
  left: 50%;
  z-index: 99;
  border-radius: 44px;
  top: 50%;
  line-height: 44px;
  text-align: center;
  font-size: 0;
  margin-left: 520px;
  margin-top: -22px;
  cursor: pointer;
}

.banner-swiper-next img {
  vertical-align: middle;
}

.banner-swiper-next:hover {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: rgbA(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#cc000000');
}

.banner-pagination {
  margin-top: 404px;
  text-align: center;
}

.banner-pagination span {
  width: 6px;
  height: 6px;
  background-color: #dddddd;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0 4px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  border-radius: 6px;
}

.banner-pagination .swiper-pagination-bullet-active {
  width: 18px;
  height: 6px;
  background-color: #669fff;
}

.activity-list {
  margin-top: 45px;
}

.activity-list .container {
  width: 1220px;
}

.activity-list .item {
  float: left;
  width: 380px;
  height: 340px;
  background-color: white;
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 10px rgba(204, 204, 204, 0.2);
  box-shadow: 0 8px 10px rgba(204, 204, 204, 0.2);
  margin-right: 40px;
  margin-bottom: 40px;
}

.activity-list .item:nth-child(3n) {
  margin-right: 0;
}

.activity-list .item-pic {
  width: 380px;
  height: 176px;
  position: relative;
}

.activity-list .item-pic .pic {
  width: 380px;
  height: 176px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.activity-list .item-pic .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.activity-list .item-pic .pic:hover img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.activity-list .item-pic .tag {
  position: absolute;
  left: -9px;
  top: 10px;
  width: 98px;
  height: 46px;
  line-height: 40px;
  color: #fefeff;
  font-size: 18px;
  padding-left: 18px;
}

.activity-list .item-pic .tag-living {
  background: url("../images/act01.png") no-repeat left top;
}

.activity-list .item-pic .tag-nostart {
  background: url("../images/act03.png") no-repeat left top;
}

.activity-list .item-pic .tag-lived {
  background: url("../images/act02.png") no-repeat left top;
}

.activity-list .item-content {
  padding: 20px;
}

.activity-list .item-content h3 {
  color: #1d1d25;
  font-size: 22px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.activity-list .item-content h3 a {
  color: #1d1d25;
}

.activity-list .item-content .time {
  color: #9b9b9b;
  font-size: 16px;
  font-weight: 300;
  margin-top: 14px;
}

.activity-list .item-content .des {
  color: #9b9b9b;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin-top: 10px;
  height: 44px;
  overflow: hidden;
}

.activity-list .get-more a {
  width: 216px;
  height: 50px;
  background-color: #eeeeee;
  border-radius: 10px;
  color: #989898;
  font-size: 18px;
  font-weight: 300;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
}

.activity-list .get-more a:hover {
  background: #4f91ff !important;
  color: #fff !important;
}

.case-pagination,.guest-pagination {
  text-align: center;
  margin-top: -5px;
}

.case-pagination span, .guest-pagination span {
  width: 6px;
  height: 6px;
  background-color: #dddddd;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0 4px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  border-radius: 6px;
}

.case-pagination .swiper-pagination-bullet-active, .guest-pagination .swiper-pagination-bullet-active {
  width: 18px;
  height: 6px;
  background-color: #669fff;
}

.yun_search-input {
  width: 250px;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #669fff;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.yun_search-btn {
  position: absolute;
  top: 0; 
  left: 260px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #669fff;
  color: #fff;
}
.propaganda-video {
  position: relative;
  width: 1205px;
  margin: 40px auto;
  text-align: center;
}
.propaganda-video:after {
  content: '';
  width: 30px;
  height: 30px;
  background: #deeeff;
  position: absolute;
  left:  50px;
  bottom: 80px;
  border-radius: 50%;
  margin-left: -15px;
  margin-top: -15px;
  z-index: 1;
}
.propaganda-video:before {
  content: '';
  width: 30px;
  height: 30px;
  background: #deeeff;
  position: absolute;
  right:  50px;
  top: 80px;
  border-radius: 50%;
  margin-left: -15px;
  margin-top: -15px;
  z-index: 1;
}
.company-address {
  display: none;
  position: absolute;
  top: 30px;
  left: 650px;
  width: 400px;
  background: #f1f1f1;
  z-index: 9;
  padding: 5px;
  border-radius: 3px;
}
.company-address:after {
  content: '';
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 10px solid #f1f1f1;
  position: absolute;
  top: -8px;
  left: 30px;
}
.trial-apply-note {
  font-weight:400;
  color:rgba(51,51,51,1);
  line-height:25px;
  text-align: center;
  font-size: 18px;
  margin-top: 24px;
}
.trial-apply-form-box {
  width:444px;
  height:462px;
  background:rgba(255,255,255,1);
  box-shadow:0px 6px 20px 0px rgba(223,229,239,0.45);
  border-radius:20px;
  margin: 0 auto;
  padding: 40px 50px;
}
.trial-apply-form-field {
  position: relative;
  margin-bottom: 13px;
}
.trial-apply-form-field input {
  display: block;
  box-shadow:0px 6px 20px 0px rgba(223,229,239,0.45);
  border-radius:6px;
  border:1px solid rgba(204,204,204,1);
  width: 344px;
  height: 48px;
  padding: 14px 14px 14px 44px ;
  background-repeat: no-repeat;
  background-position: 14px;
  color: #999999;
}
.trial-apply-form-field input.short-field {
  width: 220px;
}
.trial-apply-form-field input.user-icon {
  background-image: url('../images/icon/user.png');
}
.trial-apply-form-field input.mobile-icon {
  background-image: url('../images/icon/mobile.png');
}
.trial-apply-form-field input.company-icon {
  background-image: url('../images/icon/company.png');
}
.trial-apply-form-field input.lock-icon {
  background-image: url('../images/icon/lock.png');
}
.trial-apply-form-field input.image-icon {
  background-image: url('../images/icon/image.png');
}
.trial-apply-form-field .captcha {
  position: absolute;
  left: 232px;
  top: 0;
  cursor: pointer;
  border-radius: 6px;
}
.trial-apply-form-field.error input {
  border-color: #FA5151;
}
.trial-apply-form-field.error:before {
  content: '*';
  color: #FA5151;
  position: absolute;
  top: 14px;
  left: -10px;
}
.trial-apply-form-field .get-code {
  width:112px;
  height:48px;
  border-radius:6px;
  position: absolute;
  left: 232px;
  top: 0;
  background: #4E90FF;
  color: #fff;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}
.trial-apply-form-field .get-code-ing {
  display: none;
  width:112px;
  height:48px;
  border-radius:6px;
  position: absolute;
  left: 232px;
  top: 0;
  background: #FFF;
  color: #CCCCCC;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #CCCCCC;
}
.trial-apply-form-commit {
  width: 344px;
  height: 50px;
  border-radius: 6px;
  background: #4E90FF;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
  margin-top: 27px;
  cursor: pointer;
}
.trial-apply-bg {
  background-image: url('../images/bg-002.png');
  background-repeat: no-repeat;
  background-position: center;
}
.trial-apply-success-message-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.4);
  z-index: 999
}
.trial-apply-success-message {
  position: relative;
  width: 544px;
  height: 282px;
  background: #FFF;
  border-radius: 16px;
  padding: 60px 60px 60px 150px;
  margin: 200px auto 0;
}
.success-message-icon {
  position: absolute;
  left: 60px;
  top: 80px;
}
.success-message-icon img {
  width: 90px;
  height: 90px;
}
.message-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 28px;
  margin-bottom: 16px;
}
.message-user-info {
  font-size: 16px
  font-weight: 500;
  color: #333;
  line-height: 22px;
  margin-bottom: 8px;
}
.message-note {
  font-size:14px;
  font-weight:500;
  color: #999;
  line-height:20px;
  margin-top: 16px;
}
.trial-apply-success-message-content {
  margin-left: 30px;
}
.trial-apply-success-message-close {
  position: absolute;
  left: 50%;
  bottom: -64px;
  margin-left: -16px;
  width: 32px;
  height: 32px;
  background: #fff;
  background-image: url('../../new_wap/images/close.png');
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center center;
  border-radius: 50%;
}
/*# sourceMappingURL=maps/style.css.map */
