@charset "utf-8";
/* ===================================================================
@set browser style:清除浏览器默认样式
 ================================= */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
div,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
fieldset,
legend,
button,
input,
textdevision,
select,
table,
tr,
th,
td,
pre,
sup,
address,
cite,
dfn,
em,
var,
blockquote {
  margin: 0;
  padding: 0;
}
html {
  min-height: 100%;
  border: none;
  height: 100%;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
img {
  border: none;
}
ul,
ol,
li {
  list-style-type: none;
}
button,
input,
select,
textdevision {
  font: 12px/1.5em tohoma, arial, simsun, sans-serif;
  outline: none;
}
button,
input,
select {
  vertical-align: middle;
}
button,
submit {
  cursor: pointer;
}
textdevision {
  resize: none;
}
table {
  border-collapse: separate;
  table-layout: fixed;
  word-wrap: break-word;
}
div {
  word-wrap: break-word;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
}
a:hover,
a:active {
  text-decoration: underline;
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
/* 设置滚动条的样式 */
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
/* 上下按钮 */
*::-webkit-scrollbar-button {
  display: none;
}
/* 外层轨道 */
*::-webkit-scrollbar-track {
  border: 1px solid #fff;
}
/*内层滚动槽*/
*::-webkit-scrollbar-track-piece {
  background: none;
}
/* 滚动条滑块 */
*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #e1e1e1;
  border: 1px solid #fff;
}
*::-webkit-scrollbar-thumb:window-inactive {
  background: #e1e1e1;
  border: 1px solid #fff;
}
*::-webkit-scrollbar-thumb:hover {
  background: #e1e1e1;
  border: 1px solid #fff;
}
/* ========================================================================
@ 设置全站样式
* ============================  */
body,
input {
  color: #666666;
  font-size: 14px;
  font-family: "Microsoft YaHei", "Myriad Set Pro", "HanHei SC", "PingFang SC",
    STHeitiSC-Light, "Helvetica Neue", Helvetica, "WenQuanYi Micro Hei", Arial,
    sans-serif !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  margin: 0;
  word-wrap: break-word;
  height: 100%;
}
body {
  min-width: 1280px;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #666666;
  text-decoration: none;
}
.section.p1 a:link,
.section.p1 a:visited,
.section.p1 a:hover,
.section.p1 a:active {
  color: #fff;
  text-decoration: none;
}
.header {
  height: 60px;
}
.header .content-size {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: inherit;
  /* .header-nav */
}
.header .content-size .logo {
  width: 132px;
  margin-left: 16px;
  height: 60px;
  background: url("/https/www.cloudbility.com/201708/images/logo.png") center no-repeat;
  float: left;
}
.header .content-size .button-action-wrap {
  width: 150px;
  height: 60px;
  float: right;
  margin-right: 20px;
}
.header .content-size .button-action-wrap .button {
  width: 70px;
  height: 30px;
  line-height: 30px;
  margin-left: 5px;
  margin-top: 15px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  float: left;
  cursor: pointer;
}
.header .content-size .button-action-wrap .button.login {
  background: #46c017;
}
.header .content-size .button-action-wrap .button.register {
  background: #439fe0;
}
.header .content-size .header-nav {
  height: 60px;
  float: right;
  text-align: center;
  margin-right: 20px;
  /* .nav-item-wrap */
}
.header .content-size .header-nav .nav-item-wrap {
  width: 150px;
  height: 60px;
  float: left;
  position: relative;
}
.header .content-size .header-nav .nav-item-wrap .nav-item-text {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #333;
}
.header .content-size .header-nav .nav-item-wrap ul.nav-item-list {
  width: 100%;
  list-style: none;
  position: absolute;
  top: 60px;
  z-index: 1;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.2);
  display: none;
}
.header .content-size .header-nav .nav-item-wrap ul.nav-item-list li {
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #00a0e9;
  color: #ffffff;
  font-size: 16px;
}
.header .content-size .header-nav .nav-item-wrap ul.nav-item-list li:hover {
  background-color: #33b3ed;
}
.header .content-size .header-nav .nav-item-wrap.active {
  box-sizing: border-box;
}
.header .content-size .header-nav .nav-item-wrap.active .nav-item-text {
  color: #439fe0;
}
.header .content-size .header-nav .nav-item-wrap:hover .nav-item-text {
  color: #fff;
  background-color: #00a0e9;
}
.header .content-size .header-nav .nav-item-wrap:hover ul.nav-item-list {
  display: block;
}

.product {
  background-color: #fff;
}

.product .container .section {
  display: flex;
  margin: 0 auto;
}

.product .container .section.p1 {
  width: 100%;
  display: flex;
  justify-content: center;
}

.product .container .section.p1 .left {
  flex: 0 0 486px;
  margin-right: 20px;
  color: #fff;
}

.product.baolei-knowlege .container .section.p1,
.product.cloud-fortress .container .section.p1,
.product.bst .container .section.p1,
.product.audit .container .section.p1,
.product.policy .container .section.p1,
.product.vcenter .container .section.p1 {
  background: url("../images/products/bk-bg.png") center no-repeat #487f62;
}

.product.baolei-knowlege .container .section.p1 .left,
.product.cloud-fortress .container .section.p1 .left,
.product.bst .container .section.p1 .left,
.product.audit .container .section.p1 .left,
.product.policy .container .section.p1 .left {
  flex: 0 0 860px;
  background: url("../images/products/bk-head-left.png") 0 50px no-repeat;
}

.product.vcenter .container .section.p1 .left {
  flex: 0 0 860px;
  background: url("../images/products/cmp-title-left.png") 0 50px no-repeat;
}

.product.baolei-knowlege .container .section.p1 .left .title,
.product.cloud-fortress .container .section.p1 .left .title,
.product.bst .container .section.p1 .left .title,
.product.audit .container .section.p1 .left .title,
.product.policy .container .section.p1 .left .title,
.product.vcenter .container .section.p1 .left .title {
  font-size: 30px;
  line-height: 54px;
  padding-bottom: 24px;
}

.product.vcenter .container .section.p2 .image {
  height: 320px;
  background: url("../images/products/vm-2.png") center no-repeat;
  margin-bottom: 65px;
}

.product.vcenter .container .section.p3 .image {
  height: 540px;
  background: url("../images/products/vm-3.png") center no-repeat;
  margin-bottom: 65px;
}

.product.vcenter .container .section.p4 .image {
  height: 540px;
  background: url("../images/products/vm-4.png") center no-repeat;
  margin-bottom: 65px;
}

.product.vcenter .container .section.p5 .image {
  height: 640px;
  background: url("../images/products/vm-5.png") center no-repeat;
  margin-bottom: 65px;
}

.product.vcenter .container .section.p6 .image {
  height: 600px;
  background: url("../images/products/vm-6.png") center no-repeat;
  margin-bottom: 65px;
}

.product.vcenter .container .section.p7 .image {
  height: 420px;
  background: url("../images/products/vm-7.png") center no-repeat;
  margin-bottom: 65px;
}

.product.vcenter .container .section.p8 .image {
  height: 500px;
  background: url("../images/products/vm-8.png") center no-repeat;
  margin-bottom: 65px;
}

.product.vcenter .container .section.p2 .image-desc {
  margin-bottom: 65px;
  text-align: center;
  color: #333;
}

.product.policy .container .section.p2 .image {
  height: 400px;
  background: url("../images/products/bp-p2.png") center no-repeat;
  margin-bottom: 65px;
}

.product.policy .container .section.p3 .image {
  height: 450px;
  background: url("../images/products/bp-p3.png") center no-repeat;
  margin-bottom: 65px;
}

.product.policy .container .section.p4 .image {
  height: 450px;
  background: url("../images/products/bp-p4.png") center no-repeat;
  margin-bottom: 65px;
}

.product.policy .container .section.p5 .image {
  height: 450px;
  background: url("../images/products/bp-p5.png") center no-repeat;
  margin-bottom: 65px;
}

.video-cover {
  position: absolute;
  width: 650px;
  height: 480px;
  z-index: 10;
  left: 15px;
  top: 7px;
  background: url("/https/www.cloudbility.com/201703/images/baolei/browser.png") center center no-repeat;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.2s linear;
  transition-property: transform, box-shadow;
}
.video-cover:hover,
.video-cover.playing {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.product.policy .container .section.p6 .image {
  height: 420px;
  background: url("../images/products/bp-p6.png") center no-repeat;
  margin-bottom: 65px;
}

.product.policy .container .section.p7 .image {
  height: 450px;
  background: url("../images/products/bp-p7.png") center no-repeat;
  margin-bottom: 65px;
}

.product.policy .container .section.p8 .image {
  height: 460px;
  background: url("../images/products/bp-p8.png") center no-repeat;
  margin-bottom: 65px;
}

.product.policy .container .section.p11 .image {
  height: 480px;
  background: url("../images/products/bp-p11.png") center no-repeat;
  margin-bottom: 65px;
}

.product.policy .container .section.p12 .image {
  height: 450px;
  background: url("../images/products/bp-p12.png") center no-repeat;
  margin-bottom: 65px;
}

.product.policy .container .section.p13 .image {
  height: 492px;
  background: url("../images/products/bp-p13.png") center no-repeat;
  margin-bottom: 65px;
}

.product.audit .container .section.p2 .image {
  height: 240px;
  background: url("../images/products/ba-p2.png") center no-repeat;
  margin-bottom: 65px;
}

.product.audit .container .section.p3 .image {
  height: 424px;
  background: url("../images/products/ba-p3.png") center no-repeat;
  margin-bottom: 65px;
}

.product.audit .container .section.p4 .title {
  width: 1040px !important;
}

.product.audit .container .section.p4 .loop-wrap {
  margin: 20px auto;
  width: 1126px;
  height: 625px;
  overflow: hidden;
  position: relative;
  margin-bottom: 65px;
}
#list {
  width: 5630px; /*图片总宽度*/
  height: 625px;
  position: absolute;
  z-index: 1;
}
#list img {
  float: left;
  width: 1126px;
  height: 625px;
}

.arrow {
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 2;
  top: 284px;
  background: url("../images/products/pre.png") center no-repeat;
}

#prev {
  left: 0;
}
#next {
  right: 0;
  background: url("../images/products/next.png") center no-repeat;
}

.product.audit .container .section.p5 .image {
  height: 469px;
  background: url("../images/products/ba-p5.png") center no-repeat;
  margin-bottom: 65px;
}

.product.audit .container .section.p7 .title {
  width: 1040px !important;
}

.product.audit .container .section.p7 .image {
  height: 503px;
  background: url("../images/products/ba-p7.png") 0 center no-repeat;
  margin-bottom: 65px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.product.audit .container .section.p7 .image > div {
  height: 126px;
}

.product.audit .container .section.p7 .section-content {
  margin-bottom: 70px;
  height: 510px;
  background-size: contain;
}
.product.audit .container .section.p7 .section-content .section-left {
  width: 680px;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.product.audit
  .container
  .section.p7
  .section-content
  .section-left
  .video-container {
  width: 648px;
  height: 414px;
  position: absolute;
  left: 16px;
  top: 72px;
  background: url("/https/www.cloudbility.com/videos/cj/Windows.gif") center center no-repeat;
  transition: 0.2s linear;
  transition-property: transform;
}
.product.audit .container .section.p7 .section-content .section-right {
  width: 280px;
  margin-right: 20px;
  height: 100%;
  float: right;
  margin-top: 40px;
}
.product.audit .container .section.p7 .section-content .section-right .mark {
  height: 60px;
  padding-left: 65px;
  color: #333333;
  margin-top: 36px;
}
.product.audit
  .container
  .section.p7
  .section-content
  .section-right
  .mark
  .title {
  font-size: 16px;
  width: 100px !important;
  padding: 0;
}
.product.audit
  .container
  .section.p7
  .section-content
  .section-right
  .mark
  .text {
  font-size: 14px;
  color: #999;
  margin-top: 14px;
  text-align: left;
}
.product.audit
  .container
  .section.p7
  .section-content
  .section-right
  .mark.blue {
  background: url("/https/www.cloudbility.com/201703/images/baolei/mark-blue.png") left 0 no-repeat;
}
.product.audit
  .container
  .section.p7
  .section-content
  .section-right
  .mark.orange {
  background: url("/https/www.cloudbility.com/201703/images/baolei/mark-orange.png") left 0 no-repeat;
}
.product.audit
  .container
  .section.p7
  .section-content
  .section-right
  .mark.yellow {
  background: url("/https/www.cloudbility.com/201703/images/baolei/mark-yellow.png") left 0 no-repeat;
}
.product.audit
  .container
  .section.p7
  .section-content
  .section-right
  .mark.green {
  background: url("/https/www.cloudbility.com/201703/images/baolei/mark-green.png") left 0 no-repeat;
}

.product.bst .container .section.p2 .image {
  height: 555px;
  background: url("../images/products/st-p2.png") center no-repeat;
  margin-bottom: 65px;
}

.product.bst .container .section.p3 .image {
  height: 500px;
  background: url("../images/products/st-p3.png") center no-repeat;
  margin-bottom: 65px;
  display: flex;
  flex-wrap: wrap;
}

.product.bst .container .section.p3 .image > div {
  width: 256px;
  height: 260px;
  line-height: 440px;
}

.product.bst .container .section.p4 .image-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 65px;
}

.product.bst .container .section.p4 .image-wrap > div {
  margin-top: 40px;
}

.product.bst .container .section.p4 .image-wrap .browser-sup > div {
  height: 340px;
  background: url("../images/products/st-p4-1.png") center no-repeat;
}

.product.bst .container .section.p4 .image-wrap .os-sup > div {
  height: 305px;
  background: url("../images/products/st-p4-2.png") center no-repeat;
}

.product.bst .container .section.p5 .image {
  height: 523px;
  background: url("../images/products/st-p5.png") center no-repeat;
  margin-bottom: 65px;
}

.product.cloud-fortress .container .section.p2 .content {
  text-align: center !important;
}

.product.cloud-fortress .container .section.p2 .image-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 65px;
}

.product.cloud-fortress .container .section.p2 .image-wrap > div {
  width: 230px;
  margin-right: 25px;
}

.product.cloud-fortress .container .section.p2 .image-wrap > div > ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product.cloud-fortress .container .section.p2 .image-wrap > div > ul > li {
  width: 185px;
  text-align: left;
  font-size: 14px;
  color: #333;
  margin-top: 20px;
  line-height: 24px;
}

.product.cloud-fortress
  .container
  .section.p2
  .image-wrap
  > div
  > ul
  > li
  > span {
  margin-right: 10px;
}

.product.cloud-fortress .container .section.p2 .image-wrap > div .head {
  height: 65px;
  line-height: 65px;
  text-indent: 72px;
  font-size: 18px;
}

.product.cloud-fortress .container .section.p2 .image-wrap .left {
  height: 184px;
  background-color: #e2faf1;
}

.product.cloud-fortress .container .section.p2 .image-wrap .left .head {
  background: url("../images/products/f-p2-l.png") 0 center no-repeat #c6eedf;
  color: #3bb085;
}

.product.cloud-fortress .container .section.p2 .image-wrap .middle {
  height: 270px;
  background-color: #e8f4f6;
}

.product.cloud-fortress .container .section.p2 .image-wrap .middle .head {
  background: url("../images/products/f-p2-m.png") 0 center no-repeat #cbeaee;
  color: #54b8c3;
}

.product.cloud-fortress .container .section.p2 .image-wrap .right {
  height: 356px;
  margin-right: 0;
  background-color: #ebeefe;
}

.product.cloud-fortress .container .section.p2 .image-wrap .right .head {
  background: url("../images/products/f-p2-r.png") 0 center no-repeat #d2d8f8;
  color: #7688e4;
}

.product.cloud-fortress .container .section.p3 .image-wrap {
  margin-top: 10px;
  display: flex;
  height: 500px;
  margin-bottom: 65px;
  align-items: flex-start;
}

.product.cloud-fortress .container .section.p3 .image-wrap .iw-left {
  flex: 0 0 300px;
  background: url("../images/products/f-p3-l.png") center no-repeat;
  margin-right: 30px;
}

.product.cloud-fortress .container .section.p3 .image-wrap .iw-right {
  flex: 0 0 560px;
  display: flex;
  flex-direction: column;
}

.product.cloud-fortress .container .section.p3 .image-wrap .iw-right > div {
  width: 560px;
  flex: 0 0 100px;
  border: 1px solid #0c76cf;
  margin-bottom: 15px;
  display: flex;
  background-color: #e9f5fc;
}

.product.cloud-fortress
  .container
  .section.p3
  .image-wrap
  .iw-right
  > div
  > div
  .b-title {
  font-size: 18px;
  color: #46c017;
  margin-left: 22px;
  margin-top: 20px;
  margin-bottom: 15px;
  text-indent: 36px;
  background: url("../images/products/checked.png") 0 center no-repeat;
}

.product.cloud-fortress
  .container
  .section.p3
  .image-wrap
  .iw-right
  > div
  > div
  > div {
  font-size: 14px;
  color: #333;
  text-align: left;
  margin-left: 60px;
}

.product.cloud-fortress
  .container
  .section.p3
  .image-wrap
  .iw-right
  > div
  .image {
  width: 120px;
  height: 98px;
  margin-top: 1px;
  border-right: 1px solid #0c76cf;
}

.product.cloud-fortress
  .container
  .section.p3
  .image-wrap
  .iw-right
  .block-1
  .image {
  background: url("../images/products/f-p3-r-1.png") center no-repeat #d7efff;
}

.product.cloud-fortress
  .container
  .section.p3
  .image-wrap
  .iw-right
  .block-2
  .image {
  background: url("../images/products/f-p3-r-2.png") center no-repeat #d7efff;
}

.product.cloud-fortress
  .container
  .section.p3
  .image-wrap
  .iw-right
  .block-3
  .image {
  background: url("../images/products/f-p3-r-3.png") center no-repeat #d7efff;
}

.product.cloud-fortress
  .container
  .section.p3
  .image-wrap
  .iw-right
  .block-4
  .image {
  background: url("../images/products/f-p3-r-4.png") center no-repeat #d7efff;
}

.product.cloud-fortress .container .section.p4 {
  height: 490px;
  background: url("../images/products/f-p4-bg.png") center no-repeat;
  background-size: cover;
  color: #fff;
}

.product.cloud-fortress .container .section.p4 .title {
  color: #fff;
}

.product.cloud-fortress .container .section.p4 .image {
  height: 235px;
  background: url("../images/products/f-p4.png") center no-repeat;
  margin-bottom: 0;
}

.product.cloud-fortress .container .section.p5 .image {
  height: 444px;
  background: url("../images/products/f-p5.png") center no-repeat;
  margin-bottom: 65px;
}

.product.cloud-fortress .container .section.p6 .image {
  height: 405px;
  background: url("../images/products/f-p6.png") center no-repeat;
  margin-bottom: 65px;
}

.product.cloud-fortress .container .section.p7 .image {
  height: 454px;
  width: 1124px;
  background: url("../images/products/f-p7.png") center no-repeat;
  margin-bottom: 65px;
}

.product.cloud-fortress .container .section.saas-foot {
  background-color: #fff;
}

.product.bst .container .section.saas-foot {
  background-color: #fff;
}

.product .container .section.p1 .left .title {
  font-size: 36px;
  padding-top: 100px;
  padding-bottom: 40px;
}
.product .container .section.p1 .left .desc {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 30px;
}
.product .container .section.p1 .left .sub-desc {
  color: #47ff00;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 30px;
}

.product .container .section.p1 .left .btn-group {
  display: flex;
  padding-bottom: 85px;
}

.product .container .section.p1 .left .btn-group > a {
  width: 165px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #439fe0;
  font-size: 16px;
  cursor: pointer;
  margin-right: 12px;
}

.product .container .section.p1 .left .btn-group .b-video {
  background-color: #46c017;
}

.product.saas .container .section.p1 .right {
  flex: 0 0 635px;
  background: url("../images/products/saas-right.png") 0 0 no-repeat;
  color: #fff;
  text-align: center;
}

.product .container .section .title {
  font-size: 24px;
  padding-top: 60px;
  padding-bottom: 45px;
}

.product .container .section .content {
  color: #999999;
  line-height: 32px;
  text-indent: 32px;
  font-size: 16px;
  margin-bottom: 65px;
}

.product .container .section .tips {
  font-size: 14px;
  color: #999999;
  margin-bottom: 60px;
  margin-top: 15px;
}

.product .container .section {
  background-color: #f7f7f7;
}

.product .container .section .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.product .container .section .btn-wrap > a {
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  border: none;
  float: left;
  width: 180px;
  border-radius: 0 3px 3px 0;
  background-color: #03a9f4;
}

.product .container .section .btn-wrap > a:last-child {
  color: #439fe0;
  background-color: #fff;
  border: 1px solid #439fe0;
  margin-left: 20px;
}

.product .container .section.p2,
.product .container .section.p4,
.product .container .section.p6,
.product .container .section.p8,
.product .container .section.p12 {
  flex-direction: column;
  background-color: #fff;
  align-items: center;
}

.product .container .section.p2 > div,
.product .container .section.p3 > div,
.product .container .section.p4 > div,
.product .container .section.p5 > div,
.product .container .section.p6 > div,
.product .container .section.p7 > div,
.product .container .section.p8 > div,
.product .container .section.p11 > div,
.product .container .section.p12 > div,
.product .container .section.p13 > div {
  width: 1024px;
  text-align: center;
  color: #333;
}

.product .container .section .content {
  color: #999 !important;
}

.section.p6 .title {
  width: 1050px !important;
}

.product .container .section .content {
  text-align: left !important;
}

.product .container .section.p2 .image {
  height: 420px;
  background: url("../images/products/saas-2.png") center 0 no-repeat;
}

.product .container .section.p3,
.product .container .section.p5,
.product .container .section.p7,
.product .container .section.p11,
.product .container .section.p13 {
  flex-direction: column;
  align-items: center;
}

.product .container .section.p3 .image-wrap {
  height: 200px;
  margin-bottom: 85px;
  display: flex;
  align-items: center;
}

.product .container .section.p3 .image-wrap > div {
  font-size: 18px;
  color: #333333;
  flex: 0 0 365px;
  height: 365px;
}

.product .container .section.p3 .image-wrap > div > span {
  text-align: center;
  line-height: 520px;
}

.product .container .section.p3 .image-wrap .left {
  background: url("../images/products/saas-3-l.png") center 80px no-repeat;
}

.product .container .section.p3 .image-wrap .middle {
  background: url("../images/products/saas-3-m.png") center 80px no-repeat;
}

.product .container .section.p3 .image-wrap .right {
  background: url("../images/products/saas-3-r.png") center 80px no-repeat;
}

.product .container .section.p4 .image {
  height: 330px;
  background: url("../images/products/saas-4.png") center 0 no-repeat;
  margin-bottom: 85px;
}

.product .container .section.p5 .image {
  height: 206px;
  background: url("../images/products/saas-5.png") center 0 no-repeat;
}

.product .container .section.p5 .image-content {
  width: 715px;
  height: 230px;
  background-color: #4ca2ed;
  color: #fff;
  margin-bottom: 85px;
  display: flex;
}

.product .container .section.p5 .image-content > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product .container .section.p5 .image-content > div .i-title {
  line-height: 48px;
}
.product .container .section.p5 .image-content > div .i-content {
  width: 294px;
  font-size: 14px;
  line-height: 28px;
  text-align: left;
}

.product .container .section.p6 .image {
  height: 370px;
  background: url("../images/products/saas-6.png") center 0 no-repeat;
  margin-bottom: 85px;
}

.fortress-p3-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 1200px !important;
  margin-left: 110px;
  margin-bottom: 60px;
  margin-top: -40px;
}

.fortress-p3-wrap > div {
  flex: 0 0 242px;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.fortress-p3-wrap > div .p-image {
  margin-top: 20px;
  height: 120px;
}

.fortress-p3-wrap .block-1 .p-image {
  background: url("../images/products/p3-1.png") center no-repeat;
}

.fortress-p3-wrap .block-2 .p-image {
  background: url("../images/products/p3-2.png") center no-repeat;
}

.fortress-p3-wrap .block-3 .p-image {
  background: url("../images/products/p3-3.png") center no-repeat;
}

.fortress-p3-wrap .block-4 .p-image {
  background: url("../images/products/p3-4.png") center no-repeat;
}

.fortress-p3-wrap .block-5 .p-image {
  background: url("../images/products/p3-5.png") center no-repeat;
}

.fortress-p3-wrap .block-6 .p-image {
  background: url("../images/products/p3-6.png") center no-repeat;
}

.fortress-p3-wrap .block-7 .p-image {
  background: url("../images/products/p3-7.png") center no-repeat;
}

.fortress-p3-wrap .block-8 .p-image {
  background: url("../images/products/p3-8.png") center no-repeat;
}

.fortress-p3-wrap > div .p-title {
  color: #333;
  font-size: 16px;
  margin-bottom: 20px;
}

.fortress-p3-wrap > div .p-content {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.product.baolei-knowlege .container .section.p2 .image {
  height: 410px;
  background: url("../images/products/baolei-k-1.png") center 0 no-repeat;
  margin-bottom: 85px;
}

.product.baolei-knowlege .container .section.p3 .image {
  height: 410px;
  background: url("../images/products/baolei-k-2.png") center 0 no-repeat;
  margin-bottom: 85px;
}

.product.baolei-knowlege .container .section.p4 .image {
  height: 410px;
  background: url("../images/products/baolei-k-3.png") center 0 no-repeat;
  margin-bottom: 85px;
}

.product.baolei-knowlege .container .section.p5 .content-wrap {
  display: flex;
  width: 1200px;
}

.product.baolei-knowlege .container .section.p5 .content-wrap > div {
  flex: 1;
}

.product.baolei-knowlege .container .section.p5 .content-wrap > div .content {
  margin-top: 40px;
  text-align: center !important;
}

.product.baolei-knowlege .container .section.p5 .content-wrap .left {
  margin-right: 50px;
}

.product.baolei-knowlege .container .section.p5 .content-wrap .left .image {
  height: 355px;
  background: url("../images/products/baolei-k-4-l.png") center 0 no-repeat;
}

.product.baolei-knowlege .container .section.p5 .content-wrap .right .image {
  height: 355px;
  background: url("../images/products/baolei-k-4-r.png") center 0 no-repeat;
}

.product.baolei-knowlege .container .section.p6 .image {
  height: 240px;
  background: url("../images/products/baolei-k-6.png") center 0 no-repeat;
  margin-bottom: 85px;
}

.product.baolei-knowlege .container .section.p7 .image {
  height: 494px;
  background: url("../images/products/baolei-k-7.png") center 0 no-repeat;
  margin-bottom: 85px;
}

.product.baolei-knowlege .container .section.p7 .image-foot {
  font-size: 16px;
  color: #333333;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 65px;
}

.product.baolei-knowlege .container .section.p7 .image-foot > div {
  flex: 0 0 380px;
  margin-bottom: 25px;
  text-indent: 35px;
  text-align: left;
  background: url("../images/products/checked.png") 0 center no-repeat;
}

.product.baolei-knowlege .container .section.p8 .image {
  height: 240px;
  background: url("../images/products/baolei-k-8.png") center 0 no-repeat;
  margin-bottom: 85px;
}

.product.baolei .container .section.p3 .image {
  height: 450px;
  background: url("../images/products/baolei-3.png") center 0 no-repeat;
  margin-bottom: 60px;
}

.product.baolei .container .section.p4 .image {
  height: 410px;
  background: url("../images/products/baolei-4.png") center 0 no-repeat;
  background-size: 1024px;
  margin-bottom: 0;
}

.product.baolei .container .section.p4 .image-desc {
  color: #333;
  display: flex;
  margin: -60px 0 60px;
}

.product.baolei .container .section.p4 .image-desc > div {
  flex: 1;
  text-align: center;
}

.product.baolei .container .section.p5 .image {
  height: 440px;
  width: 1100px;
  background: url("../images/products/baolei-6.png") center 0 no-repeat;
  margin-bottom: 60px;
}

.product.cmp .container .section.p2 .image-wrap {
  height: 644px;
  display: flex;
  margin-bottom: 40px;
}

.product.cmp .container .section.p2 .image-wrap > div {
  display: flex;
  flex-wrap: wrap;
}

.product.cmp .container .section.p2 .image-wrap > div > div {
  flex: 0 0 210px;
  height: 136px;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 20px;
}

.product.cmp .container .section.p2 .image-wrap .public {
  margin-right: 20px;
  flex: 0 0 710px;
}

.product.cmp .container .section.p2 .image-wrap .public .block.aliyun {
  background: url("../images/common/aliyun.png") center no-repeat;
}

.product.cmp .container .section.p2 .image-wrap .public .block.qcloud {
  background: url("../images/common/qcloud.png") center no-repeat;
}

.product.cmp .container .section.p2 .image-wrap .public .block.baiduCloud {
  background: url("../images/common/baiduCloud.png") center no-repeat;
}

.product.cmp .container .section.p2 .image-wrap .public .block.ucloud {
  background: url("../images/common/ucloud.png") center no-repeat;
}

.product.cmp .container .section.p2 .image-wrap .public .block.aws {
  background: url("../images/common/aws.png") center no-repeat;
}

.product.cmp .container .section.p2 .image-wrap .public .block.qingcloud {
  background: url("../images/common/qingyun.png") center no-repeat;
}

.product.cmp .container .section.p2 .image-wrap .public .block.azure {
  background: url("../images/common/azure.png") center no-repeat;
}

.product.cmp .container .section.p2 .image-wrap .public .block.huaweiCloud {
  background: url("../images/common/huaweiCloud.png") center no-repeat;
}

.product.cmp .container .section.p2 .image-wrap .public .block.jdCloud {
  background: url("../images/common/jdCloud.png") center no-repeat;
}

.product.cmp .container .section.p2 .image-wrap .public .block.googleCloud {
  background: url("../images/common/googleCloud.png") center no-repeat;
}

.product.cmp .container .section.p2 .image-wrap .public .block.jsCloud {
  background: url("../images/common/jsCloud.png") center no-repeat;
}

.product.cmp .container .section.p2 .image-wrap .public .block.more {
  background: url("../images/common/more.png") center no-repeat;
}

.product.cmp .container .section.p2 .image-wrap .private .block.openstack {
  background: url("../images/common/openstack.png") center no-repeat;
}

.product.cmp .container .section.p2 .image-wrap .private .block.vmware {
  background: url("../images/common/vmware.png") center no-repeat;
}

.product.cmp .container .section.p2 .image-wrap .private .block.ZStack {
  background: url("../images/common/ZStack.png") center no-repeat;
}

.product.cmp .container .section.p2 .image-wrap .private .block.lan {
  background: url("../images/common/lan.png") center no-repeat;
}

.product.cmp .container .section.p2 .image-wrap > div .block:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.product.cmp .container .section.p3 .image {
  height: 410px;
  width: 1100px;
  background: url("../images/products/cmp-3.png") center 0 no-repeat;
  margin-bottom: 85px;
}

.product.cmp .container .section.p4 .content-wrap {
  display: flex;
  width: 1200px;
}

.product.cmp .container .section.p4 .content-wrap .left,
.product.cmp .container .section.p4 .content-wrap .right {
  flex: 1;
}
.product.cmp .container .section.p4 .content-wrap .left {
  margin-right: 120px;
}

.product.cmp .container .section.p4 .content-wrap .left .image {
  height: 305px;
  background: url("../images/products/cmp-4-l.png") center 0 no-repeat;
}

.product.cmp .container .section.p4 .content-wrap .left .image-foot {
  font-size: 16px;
  color: #333333;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 65px;
}

.product.cmp .section.p4 .image {
  margin-bottom: 40px;
}

.product.cmp .container .section.p4 .content-wrap .left .image-foot > div {
  flex: 0 0 250px;
  margin-bottom: 25px;
  text-indent: 35px;
  text-align: left;
  background: url("../images/products/checked.png") 0 center no-repeat;
}

.product.cmp .container .section.p4 .content-wrap .right .image-foot {
  font-size: 16px;
  color: #333333;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 65px;
  margin-left: 75px;
}

.product.cmp .container .section.p4 .content-wrap .right .image-foot > div {
  flex: 0 0 190px;
  margin-bottom: 25px;
  text-align: left;
  text-indent: 35px;
  background: url("../images/products/checked.png") 0 center no-repeat;
}

.product.cmp .container .section.p4 .content-wrap .right .image {
  height: 305px;
  background: url("../images/products/cmp-4-r.png") center 0 no-repeat;
}

.product.cmp .container .section.p5 .image {
  height: 460px;
  width: 1100px;
  background: url("../images/products/cmp-5.png") center 0 no-repeat;
  margin-bottom: 85px;
}

.product.cmp .container .section.p6 .image {
  height: 610px;
  width: 1024px;
  background: url("../images/products/cmp-6.png") center 0 no-repeat;
  margin-bottom: 60px;
}

.product.cmp .container .section.p7 .image-wrap {
  height: 630px;
  margin-bottom: 85px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.product.cmp .container .section.p7 .image-wrap > div {
  height: 345px;
  flex: 0 0 465px;
  font-size: 14px;
  color: #888;
  line-height: 600px;
}

.product.cmp .container .section.p7 .image-wrap .block-1 {
  background: url("../images/products/cmp-7-1.png") center 0 no-repeat;
}

.product.cmp .container .section.p7 .image-wrap .block-2 {
  background: url("../images/products/cmp-7-2.png") center 0 no-repeat;
}

.product.cmp .container .section.p7 .image-wrap .block-3 {
  background: url("../images/products/cmp-7-3.png") center 0 no-repeat;
}

.product.cmp .container .section.p7 .image-wrap .block-4 {
  background: url("../images/products/cmp-7-4.png") center 0 no-repeat;
}

.section .products-wrap {
  display: flex;
  margin-bottom: 45px;
}

.product.cmp .section .products-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

.product.cmp .section .products-wrap .p-btn-group {
  border-top: 1px solid #e0e0e0;
}

.product.cmp .section .products-wrap .p-btn-group > a {
  height: 50px;
  line-height: 50px;
}

.section .products-wrap .saas {
  margin-right: 20px;
}

.section .products-wrap .saas:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.section .products-wrap .private-wrap {
  display: flex;
}

.section .products-wrap .private-wrap:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.section .products-wrap .saas,
.section .products-wrap .private {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e0e0e0;
  flex: 0 0 300px;
  width: 300px;
  height: 354px;
  background-color: #fff;
  border-radius: 3px;
}

.section .products-wrap .saas .image {
  height: 180px;
  width: 100%;
  background: url("../images/products/saas-icon.png") center no-repeat;
}

.section .products-wrap .private .image {
  height: 180px;
  width: 100%;
  background: url("../images/index/private-icon.png") center no-repeat;
}

.section .products-wrap .private .image.baolei {
  height: 180px;
  width: 100%;
  background: url("../images/products/private-icon.png") center no-repeat;
}

.section .products-wrap .p-title {
  color: #333;
  font-size: 18px;
  margin-bottom: 25px;
}

.section .products-wrap .p-desc {
  width: 218px;
  color: #999;
  line-height: 30px;
}

.section .products-wrap .p-btn-group {
  width: 100%;
  margin-top: 15px;
  display: flex;
  border-top: 1px solid #e0e0e0;
}

.section .products-wrap .p-btn-group > a {
  text-align: center;
  height: 50px;
  line-height: 50px;
  flex: 1;
  color: #439fe0;
}

.section .products-wrap .p-btn-group > a:first-child {
  border-right: 1px solid #e0e0e0;
}

.section .products-wrap .private-extend {
  border: 1px solid #e0e0e0;
  border-left: none;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 400px;
}

.section .products-wrap .private-extend > div {
  width: 350px;
  margin-bottom: 10px;
  color: #999999;
  line-height: 28px;
  text-align: left;
  display: flex;
}

.section .products-wrap .private-extend > div > span {
  color: #46c017;
  flex: 0 0 130px;
}

.section.p9 {
  color: #fff;
  flex-direction: column;
  background: url("../images/products/p9-bg.png");
  background-size: cover;
  align-items: center;
  display: flex;
}

.product.baolei-knowlege .section.p9 .title {
  text-align: center;
}

.product.baolei-knowlege .section.p5 .title {
  width: 1070px;
}

.section.p9 .title {
  font-size: 22px;
  width: 1024px;
  text-align: center;
}

.section.p9 .link-group {
  display: flex;
  margin-bottom: 85px;
}

.section.p9 .link-group > a {
  display: inline-block;
  flex: 0 0 232px;
  width: 220px;
  height: 245px;
  margin-right: 30px;
  color: #439fe0;
  cursor: pointer;
  border-radius: 3px;
  text-align: center;
  line-height: 395px;
}

.section.p9 .link-group > a:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.section.p9 .link-group .foot-1 {
  background: url("../images/products/foot-1.png") center 45px no-repeat #fff;
}

.section.p9 .link-group .foot-2 {
  background: url("../images/products/foot-2.png") center 45px no-repeat #fff;
}
.section.p9 .link-group .foot-3 {
  background: url("../images/products/foot-3.png") center 45px no-repeat #fff;
}
.section.p9 .link-group .foot-4 {
  background: url("../images/products/foot-4.png") center 50px no-repeat #fff;
}

.section.p10 {
  height: 650px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff !important;
}

.section.p10 .title {
  font-size: 22px;
  line-height: 100px;
  height: 100px;
  padding: 0 !important;
  margin-bottom: 60px;
}

.container .section.p10 .videos {
  display: flex;
  margin-bottom: 60px;
}
.container .section.p10 .videos .video {
  flex: 1;
  justify-content: center;
  cursor: pointer;
}
.container .section.p10 .videos .video .pic {
  position: relative;
  width: 400px;
  height: 244px;
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.container .section.p10 .videos .video .pic .time {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
  color: #fff;
  z-index: 3;
}
.container .section.p10 .videos .video .pic:hover {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.container .section.p10 .videos .video .name {
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-top: 30px;
}
.container .section.p10 .videos .video.reg .pic {
  background-image: url("../images/products/video-saas-bg.png");
}
.container .section.p10 .videos .video.hosts .pic {
  background-image: url("../images/products/video-private-bg.png");
}

.container .section.p10 .more {
  font-size: 18px;
  color: #439fe0;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}

.section.p10 > a {
  font-size: 18px;
  color: #439fe0;
}

.section.case {
  height: 710px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f7f7f7 !important;
}

.section.case .title {
  font-size: 22px;
  line-height: 100px;
  height: 100px;
  padding: 0 !important;
  margin-bottom: 60px;
}

.section.case .more {
  color: #439fe0;
  font-size: 18px;
}

.container .section.case .cases {
  display: flex;
  margin-bottom: 60px;
}

.case-block {
  width: 310px;
  height: 314px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  margin-right: 32px;
  margin-bottom: 32px;
  background-color: #fff;
}

.case-block:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -2px, 0);
}

.case-block .case-pic {
  height: 247px;
  width: 100%;
}

.case-block .case-desc {
  margin-top: 24px;
  text-align: center;
  color: #999;
}

.case-block.abc .case-pic {
  background: url("../images/case/abc.png") center no-repeat;
}

.case-block.purcotton .case-pic {
  background: url("../images/case/purcotton.png") center 0 no-repeat;
}

.case-block.sztong .case-pic {
  background: url("../images/case/sztong.png") center 0 no-repeat;
}

.section.faq {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section.faq .faq-wrap {
  display: flex;
  width: 1024px;
}
.section.faq .faq-wrap .faq-block {
  flex: 1;
}

.section.faq .faq-wrap .faq-block.one > h2 {
  background: url("../images/products/faq-1.png") 0 center no-repeat;
}

.section.faq .faq-wrap .faq-block.three > h2 {
  background: url("../images/products/faq-2.png") 0 center no-repeat;
}
.section.faq .faq-wrap .faq-block.four > h2 {
  background: url("../images/products/faq-3.png") 0 center no-repeat;
}

.section.faq .faq-wrap .faq-block > h2 {
  margin-top: 70px;
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  font-weight: normal;
  text-indent: 40px;
}

.section.faq .faq-wrap .faq-block > ul {
  margin-left: 20px;
}

.section.faq .faq-wrap .faq-block > ul > li {
  line-height: 36px;
  list-style-type: disc;
  color: #439fe0;
}

.section.faq .faq-wrap .faq-block > ul > li > a {
  color: #439fe0;
  font-size: 16px;
}

.section .fancybox-wrap {
  display: flex;
  margin-bottom: 30px;
}

.section .fancybox-wrap .fw-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section .fancybox-wrap .fw-left > span {
  margin-top: 20px;
  font-size: 12px;
  color: #888888;
}

.section .fancybox-wrap .fw-right {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 820px;
}

.section .fancybox-wrap .fw-right > div {
  margin-left: 50px;
  width: 140px;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.section .fancybox-wrap .fw-left > a:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.section .fancybox-wrap .fw-right > div > a:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.section .fancybox-wrap .fw-right > div > span {
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
}

.section .fancybox-wrap .fw-right .etc {
  width: 150px;
  height: 210px;
  background: url("../images/products/patent/etc.png") center no-repeat;
}

.saas-foot {
  flex-direction: column;
}

.saas-foot .title {
  text-align: center;
}

.saas-foot .content-wrap {
  display: flex;
  margin-bottom: 70px;
  justify-content: center;
}

.saas-foot .left {
  margin-top: -80px;
  width: 390px;
  height: 378px;
  background: url("../images/products/sass-left.png") center no-repeat;
  margin-right: 150px;
}

.saas-foot .right .step {
  font-size: 18px;
  margin-bottom: 20px;
}

.saas-foot .right .step > span {
  color: #46c017;
}

.saas-foot .right > a {
  width: 165px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #46c017;
  font-size: 16px;
  display: block;
  margin-top: 30px;
}

.product.baolei .container .section.p1 {
  margin-bottom: 10px;
  height: 730px;
  background: url("../images/products/baolei-video.jpg") center no-repeat;
  background-size: cover;
}

.head-video-cover {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  height: 730px;
  background-color: rgba(0, 0, 0, 0.5);
}

.btns {
  overflow: hidden;
  /* .btn */
}

.btns input {
  width: 250px;
  height: 52px;
  line-height: 48px;
  font-size: 18px;
  color: #666;
  padding: 0 10px;
  border: none;
  border-radius: 2px 0 0 2px;
  float: left;
}

.btns .btn {
  width: 180px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  border: none;
  border-radius: 3px 0 0 3px;
  float: left;
}

.btns .btn.reg {
  width: 126px;
  border-radius: 0 3px 3px 0;
  background-color: #03a9f4;
}

.btns .btn.demo {
  width: 150px;
  margin-left: 12px;
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: border-box;
  line-height: 50px;
}

.head-wrap {
  color: #fff;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  height: 730px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.head-wrap .head-title {
  font-size: 36px;
  margin-bottom: 50px;
}

.head-wrap .head-desc {
  font-size: 18px;
  line-height: 38px;
  margin-bottom: 30px;
}

.head-wrap .link-wrap {
  margin-bottom: 50px;
}

.head-wrap .head-link {
  color: #fff;
  font-size: 18px;
}

.product.cmp .container .section.p1 .left .title {
  margin-bottom: 0;
}

.product.saas .container .section.p1 {
  background: url("../images/products/saas-bg.png") center no-repeat;
  background-size: cover;
}

.product.cmp .container .section.p1 {
  background: url("../images/products/cmp-bg.png") center no-repeat;
  background-size: cover;
}

.product.cmp .container .section.p1 .right {
  flex: 0 0 655px;
  height: 600px;
  background: url("../images/products/cmp1.png") center 95px no-repeat;
}

.product.baolei .container .section.p1 .right {
  flex: 0 0 655px;
  height: 600px;
  background: url("../images/products/baolei-right.png") center 50px no-repeat;
}

.product.baolei .container .section.p1 .left .sub-desc {
  color: #00f6ff !important;
}

.product .container .section.p1 .right > span {
  margin-top: 530px;
  display: block;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.product.cloud-fortress .saas-foot .sub-title {
  text-align: center;
  margin-bottom: 60px;
  font-size: 16px;
}

.product.new-itservice .container .section.p1 {
  background: url("../images/products/new-itservice-bg.png") center no-repeat;
  background-size: cover;
  height: 460px;
}

.product.new-itservice .container .section.p1 .center .itservice-title {
  text-align: center;
  margin-top: 67px;
  font-size: 40px;
  color: #ffffff;
}

.product.new-itservice .container .section.p1 .center .itservice-desc {
  text-align: center;
  margin-top: 24px;
  font-size: 20px;
  color: #ffffff;
}

.product.new-itservice .container .section.p1 .center .itservice-sub-desc {
  text-align: center;
  margin-top: 44px;
  font-size: 16px;
  color: #ffffff;
}

.product.new-itservice .container .section.p1 .center .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 36px 0 89px 0;
}

.product.new-itservice .container .section.p1 .center .btns .btn.customer {
  width: 180px;
  height: 52px;
  border-radius: 4px;
  background-color: #46c017;
}
.product.new-itservice .container .section.p1 .center .btns .btn.engineer {
  margin-left: 10px;
  box-sizing: border-box;
  width: 180px;
  height: 52px;
  border-radius: 4px;
  border: 1px solid #ffffff;
}

.product.new-itservice .container .section.p2 {
  height: 480px;
}
.product.new-itservice .container .section.p3 {
  height: 480px;
}

.product.new-itservice .container .section .content {
  display: flex;
}

.product.new-itservice .container .section.p2 .content .left {
  width: 580px;
  text-indent: 0px;
}

.product.new-itservice .container .section .content .title {
  padding: 159px 0 32px 0;
  font-size: 30px;
  color: #070707;
}

.product.new-itservice .container .section .content .desc {
  font-size: 16px;
  color: #666666;
}

.product.new-itservice .container .section.p2 .content .right {
  background: url("../images/products/itservice-p2.png") no-repeat center;
}

.product.new-itservice .container .section.p2 .content .right {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-left: 56px;
  height: 480px;
}

.product.new-itservice .container .section.p2 .content .right .indicators {
  display: flex;
  justify-content: space-between;
  margin-top: 169px;
  width: 412px;
}

.indicators .indicator-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.indicators .number {
  font-size: 32px;
  font-weight: bold;
}
.indicators .green {
  color: #11c277;
}
.indicators .blue {
  color: #0b66e3;
}
.indicators .yellow {
  color: #ffcb01;
}
.indicators .indicator {
  font-size: 14px;
  color: #abb5c4;
  margin-top: 12px;
}

.product.new-itservice .container .section.p2 .content .right .btn.recruit {
  width: 303px;
  height: 44px;
  border-radius: 4px;
  background-color: #477eff;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  cursor: pointer;
  color: #ffffff;
  border: none;
  float: left;
  margin-top: 41px;
  text-indent: 0px;
}

.product.new-itservice .container .section.p3 .content .right {
  margin-left: 113px;
}
.product.new-itservice .container .section.p3 .content .title {
  padding: 139px 0 32px 0;
}

.product.new-itservice .container .section.p3 .content .second-part {
  margin-top: 10px;
}

.product.new-itservice .container .section.p3 .content .p3-img {
  margin-top: 98px;
}
.product.new-itservice .container .section.p4 .content .title {
  padding: 174px 0 32px 0;
}

.product.new-itservice .container .section.p4 .content .p4-img {
  margin: 101px 0 0 141px;
}

.product.new-itservice .container .section.p5 .content .p5-img {
  margin-top: 102px;
}

.product.new-itservice .container .section.p5 .content .right {
  margin-left: 109px;
}

.product.data-ops .container .section.p1 .center {
  align-items: flex-start;
}

.product.data-ops .container .section .center .title {
  font-size: 30px;
  color: #070707;
  line-height: 40px;
  margin: 80px 0 32px 0;
  padding: 0;
  text-indent: 0;
}

.product.data-ops .container .section .center .desc {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 48px;
  padding: 0;
  text-indent: 0;
}

.product.data-ops .container .section .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product.data-ops .container .section.p1 .center {
  align-items: flex-start;
  justify-content: flex-start;
}

.product.data-ops .container .section.p1 .btns {
  margin-top: 0;
}

.product.data-ops .container .section.p1 {
  background: url("../images/products/data-ops-bg.png") center no-repeat;
  background-size: cover;
  height: 640px;
}

.product.data-ops .container .section.p1 .data-ops-title {
  width: 570px;
  font-size: 38px;
  color: #ffffff;
  line-height: 56px;
  margin: 117px 0 32px 0;
}

.product.data-ops .container .section.p1 .data-ops-desc {
  text-align: left;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  border-radius: 5px;
  margin-bottom: 32px;
}
.product.data-ops .container .section.p1 .data-ops-desc > span {
  color: #ffffff;
}

.product.data-ops .container .section.p1 .data-ops-entry {
  text-align: left;
  line-height: 26px;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 32px;
}

.product.data-ops .container .section.p1 .data-ops-entry > a {
  cursor: pointer;
  width: 91px;
  margin-right: 32px;
}

.product.data-ops .container .section.p1 .right {
  max-width: 1160px;
  margin: 94px 0 0 139px;
}

.product.data-ops .container .section.p2 {
  height: 698px;
}

.product.data-ops .container .section.p2 .center .challenge {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1200px;
}

.product.data-ops .container .section.p2 .center .challenge .box {
  display: flex;
  align-items: center;
  position: relative;
  width: 588px;
  height: 128px;
  background-color: #f1f5ff;
  border-radius: 5px;
  margin-bottom: 24px;
}

.product.data-ops .container .section.p2 .center .challenge .box .icon {
  margin: 0 32px;
}

.product.data-ops .container .section.p2 .center .challenge .box .info {
  width: 436px;
}

.product.data-ops
  .container
  .section.p2
  .center
  .challenge
  .box
  .info
  .sub-title {
  text-indent: 0;
  font-size: 18px;
  color: #000000;
  line-height: 24px;
  margin-bottom: 10px;
}
.product.data-ops
  .container
  .section.p2
  .center
  .challenge
  .box
  .info
  .sub-desc {
  text-indent: 0;
  font-size: 14px;
  color: #5a6a81;
  line-height: 22px;
}

.product.data-ops .container .section.p2 .center .challenge .box .num {
  position: absolute;
  top: 16px;
  right: 24px;
}

.product.data-ops .container .section .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}

.product.data-ops .container .section .btns > a {
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  border: none;
  float: left;
  width: 180px;
  border-radius: 4px;
  border: 1px solid #2657ff;
  background-color: #2657ff;
  text-indent: 0;
}

.product.data-ops .container .section .btns > a:last-child {
  color: #2657ff;
  background-color: #fff;
  border: 1px solid #2657ff;
  margin-left: 20px;
}

.product.data-ops .container .section.p3 {
  height: 1100px;
}

.product.data-ops .container .section.p3 .center {
  width: 1200px;
}

.product.data-ops .container .section.p3 .content {
  width: 1200px;
}

.product.data-ops .container .section.p3 .center .howto {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
  margin-bottom: 24px;
  width: 1200px;
}

.product.data-ops .container .section.p3 .center .howto .box {
  display: flex;
  flex-direction: column;
  width: 282px;
  height: 176px;
  background-color: #f1f5ff;
  border-radius: 5px;
}

.product.data-ops .container .section.p3 .center .howto .box .wrap {
  display: flex;
  margin: 15px 0 0 14px;
}

.product.data-ops .container .section.p3 .center .howto .box .sub-title {
  font-size: 18px;
  color: #000000;
  line-height: 39px;
  text-indent: 0;
}
.product.data-ops .container .section.p3 .center .howto .box .sub-desc {
  font-size: 14px;
  color: #5a6a81;
  line-height: 22px;
  text-indent: 0;
  padding: 10px 24px 0 24px;
  word-break: break-all;
}

.product.data-ops .container .section.p4 .content {
  width: 1200px;
  height: 614px;
}
.product.data-ops .container .section.p4 .content .content-wrap {
  display: flex;
  padding-bottom: 24px;
}

.product.data-ops .container .section.p4 .left {
  flex: 0 0 439px;
}

.product.data-ops .container .section.p4 .title {
  font-size: 30px;
  color: #070707;
  line-height: 40px;
  text-indent: 0;
  padding: 0;
  margin: 220px 0 32px 0;
}

.product.data-ops .container .section.p4 .desc {
  font-size: 16px;
  color: #878787;
  line-height: 30px;
  text-indent: 0;
}
.product.data-ops .container .section.p4 .right {
  flex: 0 0 439px;
  margin: 80px 0 0 58px;
}

.product.data-ops .container .section.p5 .content {
  width: 1200px;
  height: 589px;
}
.product.data-ops .container .section.p5 .content .content-wrap {
  display: flex;
  padding-bottom: 24px;
}

.product.data-ops .container .section.p5 .left {
  margin: 80px 100px 0 0;
}
.product.data-ops .container .section.p5 .right {
  flex: 0 0 527px;
}

.product.data-ops .container .section.p5 .title {
  font-size: 30px;
  color: #070707;
  line-height: 40px;
  text-indent: 0;
  padding: 0;
  margin: 152px 0 32px 0px;
}

.product.data-ops .container .section .content .content-wrap {
  text-indent: 0;
}

.product.data-ops .container .section.p5 .desc {
  font-size: 16px;
  color: #878787;
  line-height: 30px;
  text-indent: 0;
}

.product.data-ops .container .section.p6 .content {
  width: 1200px;
  height: 609px;
}
.product.data-ops .container .section.p6 .content .content-wrap {
  display: flex;
}

.product.data-ops .container .section.p6 .left {
  flex: 0 0 411px;
}
.product.data-ops .container .section.p6 .right {
  margin: 38px 0 0 36px;
}

.product.data-ops .container .section.p6 .title {
  width: 411px !important;
  font-size: 30px;
  color: #070707;
  line-height: 40px;
  text-indent: 0;
  padding: 0;
  margin: 187px 0 32px 0px;
}

.product.data-ops .container .section.p6 .desc {
  font-size: 16px;
  color: #878787;
  line-height: 30px;
  text-indent: 0;
}

.product.data-ops .container .section.p6 .btns {
  margin-top: 0;
}

.product.data-ops .container .section.p7 .content {
  width: 1320px;
  height: 596px;
}
.product.data-ops .container .section.p7 .content .content-wrap {
  display: flex;
}

.product.data-ops .container .section.p7 .left {
  margin: 38px 36px 0 0;
}
.product.data-ops .container .section.p7 .right {
  flex: 0 0 432px;
}

.product.data-ops .container .section.p7 .title {
  font-size: 30px;
  color: #070707;
  line-height: 40px;
  text-indent: 0;
  padding: 0;
  margin: 201px 0 32px 0px;
}

.product.data-ops .container .section.p7 .desc {
  font-size: 16px;
  color: #878787;
  line-height: 30px;
  text-indent: 0;
}

.product.data-ops .container .section.p7 .btns {
  margin-top: 0;
}

.product.data-ops .container .section.p8 .content {
  width: 1200px;
  height: 572px;
}
.product.data-ops .container .section.p8 .content .content-wrap {
  display: flex;
}

.product.data-ops .container .section.p8 .left {
  flex: 0 0 436px;
}

.product.data-ops .container .section.p8 .right {
  margin: 38px 0 0 36px;
}

.product.data-ops .container .section.p8 .title {
  font-size: 30px;
  color: #070707;
  line-height: 40px;
  text-indent: 0;
  padding: 0;
  margin: 184px 0 32px 0px;
}

.product.data-ops .container .section.p8 .desc {
  font-size: 16px;
  color: #878787;
  line-height: 30px;
  text-indent: 0;
}

.product.data-ops .container .section.p8 .btns {
  margin-top: 0;
}

.product.data-ops .container .section.p9 {
  background: none;
  background-color: #f7f7f7;
}

.product.data-ops .container .section.p9 .content {
  width: 1320px;
  height: 647px;
}
.product.data-ops .container .section.p9 .content .content-wrap {
  display: flex;
}

.product.data-ops .container .section.p9 .left {
  margin: 38px 36px 0 0;
}

.product.data-ops .container .section.p9 .right {
  flex: 0 0 447px;
}

.product.data-ops .container .section.p9 .title {
  text-align: left;
  width: 447px;
  font-size: 30px;
  color: #070707;
  line-height: 40px;
  text-indent: 0;
  padding: 0;
  margin: 206px 0 32px 0px;
}

.product.data-ops .container .section.p9 .desc {
  font-size: 16px;
  color: #878787;
  line-height: 30px;
  text-indent: 0;
}

.product.data-ops .container .section.p9 .btns {
  margin-top: 0;
}

.product.data-ops .container .section.p10 .content {
  width: 1200px;
  height: 593px;
}
.product.data-ops .container .section.p10 .content .content-wrap {
  display: flex;
  padding-bottom: 24px;
}

.product.data-ops .container .section.p10 .left {
  flex: 0 0 439px;
}

.product.data-ops .container .section.p10 .right {
  margin: 80px 0 0 100px;
}

.product.data-ops .container .section.p10 .title {
  font-size: 30px;
  color: #070707;
  line-height: 40px;
  text-indent: 0;
  height: 30px;
  padding: 0;
  margin: 209px 0 32px 0px;
}

.product.data-ops .container .section.p10 .desc {
  font-size: 16px;
  color: #878787;
  line-height: 30px;
  text-indent: 0;
}

.product.data-ops .container .section.p11 .content {
  width: 1320px;
  height: 625px;
}
.product.data-ops .container .section.p11 .content .content-wrap {
  display: flex;
}

.product.data-ops .container .section.p11 .left {
  margin: 38px 36px 0 0;
}

.product.data-ops .container .section.p11 .right {
  flex: 0 0 440px;
}

.product.data-ops .container .section.p11 .title {
  font-size: 30px;
  color: #070707;
  line-height: 40px;
  text-indent: 0;
  padding: 0;
  margin: 209px 0 32px 0px;
}

.product.data-ops .container .section.p11 .desc {
  font-size: 16px;
  color: #878787;
  line-height: 30px;
  text-indent: 0;
}

.product.data-ops .container .section.p11 .btns {
  margin-top: 0;
}

.product.data-ops .container .section.p12 {
  color: #fff;
  flex-direction: column;
  background: url("../images/products/data-ops-p12.png");
  background-size: cover;
  align-items: center;
  display: flex;
  height: 480px;
}
.product.data-ops .container .section.p12 .content {
  width: 1066px;
}

.product.data-ops .container .section.p12 .content .title {
  font-size: 36px;
  color: #ffffff;
  line-height: 47px;
  text-indent: 0;
  margin: 121px 0 40px 0;
  padding: 0;
}

.product.data-ops .container .section.p12 .content .desc {
  width: 589px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 30px;
  text-indent: 0;
}

.product.data-ops .container .section.p12 .content .btn > a {
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  float: left;
  width: 240px;
  border-radius: 4px;
  border: 1px solid #2657ff;
  background-color: #2657ff;
  margin-top: 40px;
  text-indent: 0;
}

.product.remote-ops .container .section .center .title {
  font-size: 30px;
  color: #070707;
  line-height: 40px;
  margin: 80px 0 32px 0;
  padding: 0;
  text-indent: 0;
}

.product.remote-ops .container .section .center .desc {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 48px;
  padding: 0;
  text-indent: 0;
}

.product.remote-ops .container .section .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product.remote-ops .container .section.p1 .center {
  align-items: flex-start;
  justify-content: flex-start;
}

.product.remote-ops .container .section.p1 .btns {
  margin-top: 0;
}

.product.remote-ops .container .section.p1 {
  background: url("../images/products/remote-ops-bg.png") center no-repeat;
  background-size: cover;
  height: 640px;
}

.product.remote-ops .container .section.p1 .remote-ops-title {
  width: 570px;
  font-size: 38px;
  color: #ffffff;
  line-height: 56px;
  margin: 117px 0 32px 0;
}

.product.remote-ops .container .section.p1 .remote-ops-desc {
  text-align: left;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  border-radius: 5px;
  margin-bottom: 32px;
}

.product.remote-ops .container .section.p1 .remote-ops-entry {
  text-align: left;
  line-height: 26px;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 32px;
}

.product.remote-ops .container .section.p1 .remote-ops-entry > a {
  cursor: pointer;
  width: 91px;
  margin-right: 32px;
}

.product.remote-ops .container .section.p1 .right {
  max-width: 1160px;
  margin: 80px 0 0 139px;
}

.product.remote-ops .container .section.p2 {
  height: 728px;
}

.product.remote-ops .container .section.p2 .center .desc {
  width: 940px;
  text-align: center;
}

.product.remote-ops .container .section.p2 .center .challenge {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1200px;
}

.product.remote-ops .container .section.p2 .center .challenge .box {
  display: flex;
  align-items: center;
  position: relative;
  width: 588px;
  height: 128px;
  background-color: #f1f5ff;
  border-radius: 5px;
  margin-bottom: 24px;
}

.product.remote-ops .container .section.p2 .center .challenge .box .icon {
  margin: 0 32px;
}

.product.remote-ops .container .section.p2 .center .challenge .box .info {
  width: 436px;
}

.product.remote-ops
  .container
  .section.p2
  .center
  .challenge
  .box
  .info
  .sub-title {
  text-indent: 0;
  font-size: 18px;
  color: #000000;
  line-height: 24px;
  margin-bottom: 10px;
}
.product.remote-ops
  .container
  .section.p2
  .center
  .challenge
  .box
  .info
  .sub-desc {
  text-indent: 0;
  font-size: 14px;
  color: #5a6a81;
  line-height: 22px;
}

.product.remote-ops .container .section.p2 .center .challenge .box .num {
  position: absolute;
  top: 16px;
  right: 24px;
}

.product.remote-ops .container .section .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}

.product.remote-ops .container .section .btns > a {
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  border: none;
  float: left;
  width: 180px;
  border-radius: 4px;
  border: 1px solid #2657ff;
  background-color: #2657ff;
  text-indent: 0;
}

.product.remote-ops .container .section .btns > a:last-child {
  color: #2657ff;
  background-color: #fff;
  border: 1px solid #2657ff;
  margin-left: 20px;
}

.product.remote-ops .container .section.p3 {
  height: 818px;
}

.product.remote-ops .container .section.p3 .content,
.product.remote-ops .container .section.p3 .center .desc {
  width: 1200px;
}

.product.remote-ops .container .section.p3 .p3-img {
  padding-bottom: 24px;
}

.product.remote-ops .container .section.p4 .content {
  width: 1200px;
  height: 565px;
  position: relative;
}
.product.remote-ops .container .section.p4 .content .content-wrap {
  display: flex;
  padding-bottom: 24px;
}

.product.remote-ops .container .section.p4 .left {
  flex: 0 0 540px;
}

.product.remote-ops .container .section.p4 .title {
  font-size: 30px;
  color: #070707;
  line-height: 40px;
  text-indent: 0;
  padding: 0;
  margin: 130px 0 32px 0;
}

.product.remote-ops .container .section.p4 .desc {
  font-size: 16px;
  color: #878787;
  line-height: 30px;
  text-indent: 0;
}
.product.remote-ops .container .section.p4 .right {
  text-indent: 0;
  margin: 90px 0 0 77px;
}

.product.remote-ops .container .section.p4 .btns {
  position: absolute;
  top: 498px;
  left: 0;
  right: 0;
  margin: auto;
}

.product.remote-ops .container .section.p5 .content {
  width: 1200px;
  height: 613px;
}
.product.remote-ops .container .section.p5 .content .content-wrap {
  display: flex;
  padding-bottom: 24px;
}

.product.remote-ops .container .section.p5 .left {
  margin: 80px 100px 0 0;
}
.product.remote-ops .container .section.p5 .right {
  flex: 0 0 484px;
}

.product.remote-ops .container .section.p5 .title {
  font-size: 30px;
  color: #070707;
  line-height: 40px;
  text-indent: 0;
  padding: 0;
  margin: 179px 0 32px 0px;
}

.product.remote-ops .container .section .content .content-wrap {
  text-indent: 0;
}

.product.remote-ops .container .section.p5 .desc {
  font-size: 16px;
  color: #878787;
  line-height: 30px;
  text-indent: 0;
}

.product.remote-ops .container .section.p6 .content {
  position: relative;
  width: 1200px;
  height: 603px;
}
.product.remote-ops .container .section.p6 .content .content-wrap {
  display: flex;
}

.product.remote-ops .container .section.p6 .left {
  flex: 0 0 476px;
}
.product.remote-ops .container .section.p6 .right {
  margin: 38px 0 0 36px;
}

.product.remote-ops .container .section.p6 .title {
  width: 411px !important;
  font-size: 30px;
  color: #070707;
  line-height: 40px;
  text-indent: 0;
  padding: 0;
  margin: 184px 0 32px 0px;
}

.product.remote-ops .container .section.p6 .desc {
  font-size: 16px;
  color: #878787;
  line-height: 30px;
  text-indent: 0;
}

.product.remote-ops .container .section.p6 .btns {
  position: absolute;
  top: 536px;
  left: 0;
  right: 0;
  margin: auto;
}

.product.remote-ops .container .section.p7 .content {
  position: relative;
  width: 1320px;
  height: 631px;
}
.product.remote-ops .container .section.p7 .content .content-wrap {
  display: flex;
}

.product.remote-ops .container .section.p7 .left {
  margin: 38px 36px 0 0;
}
.product.remote-ops .container .section.p7 .right {
  flex: 0 0 479px;
}

.product.remote-ops .container .section.p7 .title {
  font-size: 30px;
  color: #070707;
  line-height: 40px;
  text-indent: 0;
  padding: 0;
  margin: 198px 0 32px 0px;
}

.product.remote-ops .container .section.p7 .desc {
  font-size: 16px;
  color: #878787;
  line-height: 30px;
  text-indent: 0;
}

.product.remote-ops .container .section.p7 .btns {
  position: absolute;
  top: 564px;
  left: 0;
  right: 0;
  margin: auto;
}

.product.remote-ops .container .section.p8 .content {
  width: 1200px;
  height: 735px;
}
.product.remote-ops .container .section.p8 .content .content-wrap {
  display: flex;
}

.product.remote-ops .container .section.p8 .left {
  flex: 0 0 488px;
}

.product.remote-ops .container .section.p8 .right {
  margin: 80px 0 0 38px;
}

.product.remote-ops .container .section.p8 .title {
  font-size: 30px;
  color: #070707;
  line-height: 40px;
  text-indent: 0;
  padding: 0;
  margin: 80px 0 32px 0px;
}

.product.remote-ops .container .section.p8 .desc {
  font-size: 16px;
  color: #878787;
  line-height: 30px;
  margin-bottom: 32px;
  text-indent: 0;
}

.product.remote-ops .container .section.p8 .howto-audit {
  /* display: flex; */
  width: 488px;
}

.product.remote-ops .container .section.p8 .howto-audit .box {
  display: flex;
  width: 488px;
  margin-bottom: 32px;
}

.product.remote-ops .container .section.p8 .howto-audit .box .icon {
  margin-right: 16px;
  width: 48px;
  height: 48px;
}

.product.remote-ops .container .section.p8 .howto-audit .box .info {
  width: 424px;
}

.product.remote-ops .container .section.p8 .howto-audit .box .info .sub-title {
  text-indent: 0;
  font-size: 16px;
  color: #262626;
  line-height: 24px;
  margin-bottom: 6px;
}
.product.remote-ops .container .section.p8 .howto-audit .box .info .sub-desc {
  text-indent: 0;
  font-size: 14px;
  color: #878787;
  line-height: 22px;
}

.product.remote-ops .container .section.p8 .btns {
  margin-top: 27px;
}

.product.remote-ops .container .section.p9 {
  background: none;
  background-color: #f7f7f7;
}

.product.remote-ops .container .section.p9 .content {
  position: relative;
  width: 1320px;
  height: 523px;
}
.product.remote-ops .container .section.p9 .content .content-wrap {
  display: flex;
}

.product.remote-ops .container .section.p9 .left {
  margin: 38px 92px 0 0;
}

.product.remote-ops .container .section.p9 .right {
  flex: 0 0 452px;
}

.product.remote-ops .container .section.p9 .title {
  text-align: left;
  width: 447px;
  font-size: 30px;
  color: #070707;
  line-height: 40px;
  text-indent: 0;
  padding: 0;
  margin: 179px 0 32px 0px;
}

.product.remote-ops .container .section.p9 .desc {
  font-size: 16px;
  color: #878787;
  line-height: 30px;
  text-indent: 0;
}

.product.remote-ops .container .section.p9 .btns {
  position: absolute;
  top: 456px;
  left: 0;
  right: 0;
  margin: auto;
}

.product.remote-ops .container .section.p10 {
  color: #fff;
  flex-direction: column;
  background: url("../images/products/remote-ops-p10.png");
  background-size: cover;
  align-items: center;
  justify-content: flex-start;
  display: flex;
  height: 480px;
}

.product.remote-ops .container .section.p10 .content {
  width: 1066px;
}

.product.remote-ops .container .section.p10 .content .title {
  font-size: 36px;
  color: #ffffff;
  line-height: 47px;
  height: 47px;
  text-indent: 0;
  margin: 121px 0 40px 0;
  padding: 0;
}

.product.remote-ops .container .section.p10 .content .desc {
  width: 589px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 30px;
  text-indent: 0;
}

.product.remote-ops .container .section.p10 .content .btn > a {
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  float: left;
  width: 240px;
  border-radius: 4px;
  border: 1px solid #2657ff;
  background-color: #2657ff;
  margin-top: 40px;
  text-indent: 0;
}

.product.unify-ops .container .section .center .title {
  font-size: 30px;
  color: #070707;
  line-height: 40px;
  margin: 80px 0 32px 0;
  padding: 0;
  text-indent: 0;
}

.product.unify-ops .container .section .center .desc {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 48px;
  padding: 0;
  text-indent: 0;
}

.product.unify-ops .container .section .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product.unify-ops .container .section.p1 .center {
  align-items: flex-start;
  justify-content: flex-start;
}

.product.unify-ops .container .section.p1 .btns {
  margin-top: 0;
}

.product.unify-ops .container .section.p1 {
  background: url("../images/products/unify-ops-bg.png") center no-repeat;
  background-size: cover;
  height: 640px;
}

.product.unify-ops .container .section.p1 .unify-ops-title {
  width: 570px;
  font-size: 38px;
  color: #ffffff;
  line-height: 56px;
  margin: 117px 0 32px 0;
}

.product.unify-ops .container .section.p1 .unify-ops-desc {
  text-align: left;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  border-radius: 5px;
  margin-bottom: 32px;
}

.product.unify-ops .container .section.p1 .unify-ops-entry {
  text-align: left;
  line-height: 26px;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 32px;
}

.product.unify-ops .container .section.p1 .unify-ops-entry > a {
  cursor: pointer;
  width: 91px;
  margin-right: 32px;
}

.product.unify-ops .container .section.p1 .right {
  max-width: 1160px;
  margin: 111px 0 0 94px;
}

.product.unify-ops .container .section.p2 {
  height: 636px;
}

.product.unify-ops .container .section.p2 .center .problem {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 16px;
  width: 1200px;
}

.product.unify-ops .container .section.p2 .center .problem .box {
  display: flex;
  align-items: center;
  position: relative;
  width: 588px;
  height: 128px;
  background-color: #f1f5ff;
  border-radius: 5px;
  margin-bottom: 24px;
}

.product.unify-ops .container .section.p2 .center .problem .box .icon {
  margin: 0 32px;
}

.product.unify-ops .container .section.p2 .center .problem .box .info {
  width: 436px;
}

.product.unify-ops
  .container
  .section.p2
  .center
  .problem
  .box
  .info
  .sub-title {
  text-indent: 0;
  font-size: 18px;
  color: #000000;
  line-height: 24px;
  margin-bottom: 10px;
}
.product.unify-ops
  .container
  .section.p2
  .center
  .problem
  .box
  .info
  .sub-desc {
  text-indent: 0;
  font-size: 14px;
  color: #5a6a81;
  line-height: 22px;
}

.product.unify-ops .container .section.p2 .center .problem .box .num {
  position: absolute;
  top: 16px;
  right: 24px;
}

.product.unify-ops .container .section .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}

.product.unify-ops .container .section .btns > a {
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  border: none;
  float: left;
  width: 180px;
  border-radius: 4px;
  border: 1px solid #2657ff;
  background-color: #2657ff;
  text-indent: 0;
}

.product.unify-ops .container .section .btns > a:last-child {
  color: #2657ff;
  background-color: #fff;
  border: 1px solid #2657ff;
  margin-left: 20px;
}

.product.unify-ops .container .section.p3 {
  height: 1056px;
}

.product.unify-ops .container .section.p3 .content,
.product.unify-ops .container .section.p3 .center .desc {
  text-align: center;
  width: 1200px;
}

.product.unify-ops .container .section.p3 .p3-img {
  padding-bottom: 24px;
}

.product.unify-ops .container .section.p4 .content {
  width: 1200px;
  height: 516px;
  position: relative;
}
.product.unify-ops .container .section.p4 .content .content-wrap {
  display: flex;
  padding-bottom: 24px;
}

.product.unify-ops .container .section.p4 .left {
  flex: 0 0 560px;
}

.product.unify-ops .container .section.p4 .title {
  font-size: 30px;
  color: #070707;
  line-height: 40px;
  text-indent: 0;
  padding: 0;
  margin: 181px 0 32px 0;
}

.product.unify-ops .container .section.p4 .desc {
  font-size: 16px;
  color: #878787;
  line-height: 30px;
  text-indent: 0;
}
.product.unify-ops .container .section.p4 .right {
  text-indent: 0;
  margin: 72px 0 0 136px;
}

.product.unify-ops .container .section.p4 .btns {
  position: absolute;
  top: 449px;
  left: 0;
  right: 0;
  margin: auto;
}

.product.unify-ops .container .section.p5 .content {
  width: 1200px;
  height: 647px;
}
.product.unify-ops .container .section.p5 .content .content-wrap {
  display: flex;
  padding-bottom: 24px;
}

.product.unify-ops .container .section.p5 .left {
  margin: 80px 112px 0 0;
}
.product.unify-ops .container .section.p5 .right {
  flex: 0 0 565px;
}

.product.unify-ops .container .section.p5 .title {
  font-size: 30px;
  color: #070707;
  line-height: 40px;
  text-indent: 0;
  padding: 0;
  margin: 201px 0 32px 0px;
}

.product.unify-ops .container .section .content .content-wrap {
  text-indent: 0;
}

.product.unify-ops .container .section.p5 .desc {
  font-size: 16px;
  color: #878787;
  line-height: 30px;
  text-indent: 0;
}

.product.unify-ops .container .section.p6 .content {
  position: relative;
  width: 1200px;
  height: 727px;
}
.product.unify-ops .container .section.p6 .content .content-wrap {
  display: flex;
}

.product.unify-ops .container .section.p6 .left {
  flex: 0 0 600px;
}
.product.unify-ops .container .section.p6 .right {
  margin: 80px 0 0 112px;
}

.product.unify-ops .container .section.p6 .title {
  width: 600px !important;
  font-size: 30px;
  color: #070707;
  line-height: 40px;
  text-indent: 0;
  padding: 0;
  margin: 206px 0 32px 0px;
}

.product.unify-ops .container .section.p6 .desc {
  font-size: 16px;
  color: #878787;
  line-height: 30px;
  text-indent: 0;
}

.product.unify-ops .container .section.p6 .btns {
  position: absolute;
  top: 660px;
  left: 0;
  right: 0;
  margin: auto;
}

.product.unify-ops .container .section.p7 .content {
  position: relative;
  width: 1320px;
  height: 567px;
}
.product.unify-ops .container .section.p7 .content .content-wrap {
  display: flex;
}

.product.unify-ops .container .section.p7 .left {
  margin: 38px 48px 0 0;
}
.product.unify-ops .container .section.p7 .right {
  flex: 0 0 502px;
}

.product.unify-ops .container .section.p7 .title {
  font-size: 30px;
  color: #070707;
  line-height: 40px;
  text-indent: 0;
  padding: 0;
  margin: 181px 0 32px 0px;
}

.product.unify-ops .container .section.p7 .desc {
  font-size: 16px;
  color: #878787;
  line-height: 30px;
  text-indent: 0;
}

.product.unify-ops .container .section.p7 .btns {
  position: absolute;
  top: 500px;
  left: 0;
  right: 0;
  margin: auto;
}

.product.cmp .section-foot {
  background-color: #f7f7f7;
}

.product.baolei-knowlege .section-foot {
  background-color: #f7f7f7;
}

.section-foot {
  height: 132px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-foot > div {
  width: 400px;
}

.section-foot > div > div {
  padding-left: 100px;
}

.section-foot > div .b-title {
  width: 195px;
  font-size: 18px;
  margin-bottom: 20px;
}

.section-foot > div .b-desc {
  width: 195px;
  color: #999;
  font-size: 12px;
}

.section-foot .block-1 {
  background: url("../images/case/foot-pro.png") 0 center no-repeat;
}

.section-foot .block-2 {
  background: url("../images/case/foot-server.png") 0 center no-repeat;
}

.section-foot .block-3 {
  background: url("../images/case/foot-creative.png") 0 center no-repeat;
}

.copyright {
  height: 62px;
  line-height: 62px;
  text-align: center;
  font-size: 12px;
  color: #999;
}
.copyright > a {
  color: #666;
}

@media screen and (max-width: 1440px) {
  .product.baolei .container .section.p1 .left {
    margin-right: -20px;
  }
}
