@charset "utf-8";
@font-face {
    font-family: "iconfont1";
    src: url("../../../../../t/font_1448507037_6084561.eot?#iefix") format("embedded-opentype"), 
    url("../../../../../t/font_1448507037_6084561.woff") format("woff"), 
    url("../../../../../t/font_1448507037_6084561.ttf") format("truetype"), 
    url("../../../../../t/font_1448507037_6084561.svg#iconfont") format("svg");
}
 
/* @font-face {
  font-family: 'iconfont-solution';
  src: url('../../../../../t/font_1456297548_892896.eot');
  src: url('../../../../../t/font_1456297548_892896.eot?#iefix') format('embedded-opentype'), IE6-IE8
   url('../../../../../t/font_1456297548_892896.woff') format('woff'), chrome、firefox
   url('../../../../../t/font_1456297548_892896.ttf') format('truetype'), chrome、firefox、opera、Safari, Android, iOS 4.2+
   url('../../../../../t/font_1456297548_892896.svg#iconfont') format('svg');IE9
  iOS 4.1-
} */
html * {
  font-family: "iconfont1"!important;
  font-weight: normal;
}
body {
  font-size: 14px;
}
body a {
  color: #333333;
  text-decoration: none;
}
body a:hover {
  color: #0089cd;
  text-decoration: none;
}
.fc-blue {
  color: #2980b9;
}
.fc-white {
  color: #ffffff;
}
.bg-gray {
  background: #f5f5f5;
}
.center {
  text-align: center;
}
.hidden {
  display: none;
}
hr {
  border: none;
  border-bottom: 1px solid #efefef;
  margin: 20px auto;
}
.icon-out,
.icon-in {
  font: 300 14px/18px "\5B8B\4F53";
  position: absolute;
  width: 14px;
  overflow: hidden;
  left: 110px;
}
.icon-out {
  color: #cccccc;
  top: -10px;
}
.icon-in {
  color: #f4f4f4;
  top: -9px;
}
/* 申请加入 */
.more-info {
  height: 80px;
  line-height: 80px;
  background: #3D4751;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.more-info .iconfont-portal {
  margin-right: 30px;
  font-size: 48px;
  vertical-align: middle;
}
.more-info .more-text {
  margin-right: 40px;
}
.more-info a {
  color: #fff;
}
.more-info .icon-mail {
  margin-right: 0;
  font-size: 34px;
}
a:active,
a:hover {
  text-decoration: none;
}
.iconfont-solution {
  font-family: "iconfont1"!important;
  font-size: 16px;
  font-style: normal;
}
.iconfont-solution.small {
  font-size: 12px;
}
.iconfont-solution.big {
  font-size: 18px;
}
.iconfont-solution.large {
  font-size: 24px;
}
.wrap-inner {
  margin: 0 auto;
}
.wrap-inner h3 {
  font-size: 40px;
  line-height: 44px;
  padding: 80px 0 15px;
  text-align: center;
  margin: 0;
}
.wrap-inner h6 {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 80px;
}
/* 解决方案 */
.banner {
  height: 700px;
}
.banner .solution-list li {
  width: 270px;
  float: left;
  background: #fff;
  margin-left: 40px;
}
.banner .solution-list li:first-child {
  margin-left: 0px;
}
.banner .solution-list li .s-img {
  height: 140px;
  position: relative;
}
.banner .solution-list li .s-img .s-cover {
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=40);
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
}
.banner .solution-list li .s-img .s-icon {
  width: 68px;
  height: 68px;
  line-height: 68px;
  margin: 0 auto;
  border-radius: 68px;
  position: relative;
  top: -34px;
  background: #fff;
  text-align: center;
}
.banner .solution-list li .s-img .s-icon .iconfont-solution {
  font-size: 36px;
  color: #0089cd;
}
.banner .solution-list li .s-img .s-icon .s40 {
  font-size: 40px;
}
.banner .solution-list li .s-intro {
  padding: 0 25px;
  height: 170px;
  text-align: center;
}
.banner .solution-list li .s-intro .s-name {
  width: 160px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  position: relative;
  top: -30px;
  background: #fff;
  font-size: 20px;
  color: #0089cd;
  font-family: "iconfont1"!important;
}
.banner .solution-list li .s-intro .s-desc {
  font-size: 16px;
  line-height: 24px;
  font-family: "iconfont1"!important;
}
.banner .solution-list li .s-intro .s-icon .iconfont-solution {
  font-size: 36px;
}
.banner .solution-list li:hover {
  background: #0089cd;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.75);
}
.banner .solution-list li:hover .s-img .s-cover {
  filter: alpha(opacity=0);
  opacity: 0;
}
.banner .solution-list li:hover .s-img .s-icon {
  background: #0089cd;
}
.banner .solution-list li:hover .s-img .s-icon .iconfont-solution {
  color: #fff;
}
.banner .solution-list li:hover .s-intro {
  color: #fff;
}
.banner .solution-list li:hover .s-intro .s-name {
  background: #0089cd;
  color: #fff;
}
/* 吸顶导航 */
.scroll-nav {
  display: none;
  height: 60px;
  background: rgba(55, 57, 66, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
}
.scroll-nav ul {
  margin: 0 auto;
}
.scroll-nav li {
  display: inline-block;
  padding: 0 18px;
}
.scroll-nav li a {
  color: #fff;
  font-size: 14px;
  line-height: 60px;
}
.scroll-nav li.active {
  background: rgba(43, 45, 52, 0.7);
}
.scroll-nav li.active a {
  font-weight: 700;
}
.multi-items-margin {
  padding-bottom: 40px;
}
.multi-items-margin li {
  float: left;
  width: 20%;
  margin-bottom: 25px;
}
.multi-items-margin li .s-cover {
  margin: 0 15px;
  height: 130px;
  text-align: center;
}
.multi-items-margin li .s-cover .iconfont-solution {
  color: #fff;
  font-size: 36px;
  line-height: 130px;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.multi-items-margin li .s-name {
  margin: 0 15px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #333333;
  background: #eeeeee;
}
.multi-items-margin li:hover .s-cover .iconfont-solution {
  background: rgba(0, 0, 0, 0.3);
}
.multi-items-margin li:hover .s-name {
  color: #fff;
  background: #0089cd;
}
.multi-items-margin li.disable .disable {
  display: none;
  color: #fff;
  background: #aaa !important;
}
.multi-items-margin li.disable:hover .s-name {
  display: none;
}
.multi-items-margin li.disable:hover .disable {
  display: block;
}
.multi-items {
  padding-bottom: 135px;
}
.multi-items li {
  float: left;
  width: 20%;
  margin-bottom: 25px;
  position: relative;
}
.multi-items li .s-cover {
  margin-right: 1px;
  height: 320px;
  position: relative;
}
.multi-items li .s-name {
  padding-top: 95px;
  font-size: 30px;
  color: #fff;
}
.multi-items li .s-dec {
  color: #fff;
  font-size: 14px;
  margin: 12px 0 20px;
}
.multi-items li .btn {
  width: 103px;
  height: 33px;
  border: 1px solid #fff;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
}
.multi-items li .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.multi-items li .s-desc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
.multi-items li:hover .mask {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.multi-items li:hover .btn {
  border-color: #0089cd;
  background: #0089cd;
}
.multi-items li.disable .disable {
  display: none;
}
.multi-items li.disable:hover .mask {
  background: #aaa!important;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.multi-items li.disable:hover .s-name,
.multi-items li.disable:hover .s-dec,
.multi-items li.disable:hover .btn {
  display: none;
}
.multi-items li.disable:hover .disable {
  display: block;
  padding-top: 135px;
}
.two-items .left {
  position: relative;
}
.two-items .left .btn {
  position: absolute;
  left: 50%;
  bottom: 44px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 15px;
  height: 35px;
  line-height: 35px;
  width: 128px;
  text-align: center;
  padding: 0;
  margin-left: -65px;
}
.two-items .left .link {
  display: inline-block;
  margin-left: 5px;
  color: #fff;
  background: #44afe4;
  width: 50px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  border-radius: 10px;
  font-style: normal;
}
.two-items .left li.disable {
  color: #fff;
  font-size: 16px;
}
.two-items .left li.disable .link {
  width: 65px;
  background: #aaa!important;
}
.two-items .left li:hover .link {
  background: #73c6ef;
}
.two-items .left:hover .btn {
  background: rgba(255, 255, 255, 0.25);
}
.hottips .two-items .left {
  max-width: 576px;
}
.hottips .two-items .left .news-list {
  position: absolute;
  left: 32.5%;
  top: 42%;
  width: 57%;
}
.hottips .two-items .left .news-list .news-item {
  border-bottom: 1px dashed #DBDBDD;
  line-height: 36px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  cursor: pointer;
}
.hottips .two-items .left .news-list .news-item .news-time {
  background: url(../../../../../tps/TB180suLVXXXXatXFXXXXXXXXXX-12-12.jpg) no-repeat left center;
  padding-left: 15px;
}
.hottips .two-items .left .news-list .news-item .news-title {
  color: #0089cd;
}
.hottips .two-items .right-item {
  background: #0089cd;
  width: 50%;
  height: 363px;
  padding: 0 10px 0 40px;
}
.hottips .two-items .right-item .sub-left {
  float: left;
  width: 40%;
  margin-left: 8%;
}
.hottips .two-items .right-item .title {
  color: #fff;
  font-size: 26px;
  margin-top: 100px;
  margin-bottom: 15px;
}
.hottips .two-items .right-item ul {
  border-left: 2px solid #fff;
  border-bottom-left-radius: 5px;
}
.hottips .two-items .right-item ul li {
  padding-top: 15px;
  padding-left: 15px;
}
.hottips .two-items .right-item ul li a {
  font-size: 16px;
  color: #fff;
}
.hottips .two-items .right-item ul li a .iconfont-solution {
  margin-left: 5px;
}
.hottips .two-items .right-item ul li:before {
  content: "_";
  border-bottom: 2px solid #fff;
  position: relative;
  bottom: 0;
  left: -15px;
  font-size: 14px;
  color: #0089cd;
}
#conference {
  padding-bottom: 120px;
}
#conference .conf-link {
  color: #0089cd;
  text-decoration: underline;
}
#conference .video-container {
  position: relative;
  text-align: center;
}
#conference .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -64px;
  margin-left: -32px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  cursor: pointer;
  width: 64px;
}
#conference .icon-play:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#conference video {
  max-width: 1200px;
  max-height: 500px;
}
#feedback {
  position: fixed;
  right: 50%;
  top: 50%;
  margin-top: -38px;
  margin-right: -650px;
  width: 36px;
  height: 75px;
  font-size: 12px;
  text-align: center;
}
#feedback img {
  display: block;
  margin: 0 auto;
  padding-top: 8px;
}
#feedback a {
  color: #fff;
  display: block;
  height: 100%;
  background: #656565;
}
#feedback a:hover {
  background: #888;
}
@media only screen and (min-width: 768px) {
  body {
    min-width: 1200px;
  }
  .wrap-inner {
    width: 1200px;
  }
  .two-items {
    padding-bottom: 120px;
  }
  .two-items .left {
    float: left;
  }
  .two-items .right {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .openplatform-nav,
  .banner,
  .scroll-nav {
    display: none!important;
  }
  .bg-gray,
  .bg-white {
    padding: 0 15px;
  }
  .wrap-inner h3 {
    padding: 40px 0 0;
  }
  .wrap-inner h6 {
    margin-bottom: 20px;
    padding: 0 30px 10px;
    border-bottom: 1px solid #d6d6d6;
  }
  .multi-items-margin li {
    width: 33%;
  }
  .multi-items-margin li .s-cover {
    margin: 0 3px;
  }
  .multi-items-margin li .s-name {
    margin: 0 3px;
  }
  .hottips .two-items .right-item {
    width: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    height: 300px;
    padding: 0 5px;
  }
  .hottips .two-items .right-item .title {
    margin-top: 65px;
    font-size: 14px;
  }
  .hottips .two-items .right-item ul li {
    padding-left: 5px;
  }
  .hottips .two-items .right-item ul li a {
    font-size: 12px;
  }
  .hottips .two-items .right-item ul li:before {
    left: -5px;
  }
  .hottips .two-items .right-item ul li.disable {
    font-size: 12px;
  }
  .multi-items {
    padding-bottom: 0;
  }
  .multi-items li {
    width: 33%;
  }
  .multi-items li .s-cover {
    height: 250px;
    margin: 0 3px;
  }
  .multi-items li .s-name {
    font-size: 20px;
    padding-top: 75px;
  }
  .multi-items li .btn {
    width: 80px;
  }
  #mobileopen .left {
    margin: 20px 0;
  }
  .multi-items-margin {
    padding-bottom: 0;
  }
  .two-items .left .btn {
    bottom: 15px;
    width: 78px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    margin-left: -39px;
  }
  .hottips .two-items .left .news-list .news-item {
    line-height: 2;
    font-size: 12px;
  }
  #conference .icon-play {
    margin-top: -54px;
    display: none;
  }
  #conference video {
    width: 100%;
    height: auto;
  }
  #feedback {
    right: 15px;
    margin-right: 0;
  }
}
