.tiops .page-banner {
  height: 460px;
}
.tiops .page-banner .banner-img img {
  margin-bottom: 50px;
  width: 360px;
  height: 250px;
}
.tiops .page-banner .banner-text {
  margin-top: 120px;
  margin-left: 50px;
}
.tiops .page-banner .desc {
  margin-top: 15px;
}
.tiops .page-banner .desc-s {
  margin-top: 15px;
}
.tiops .yellow {
  background: #E9AF27;
  color: #FFFFFF;
}


/***** 产品介绍 ---start *****/
.tiops .product .container-item {
  margin: 90px auto 120px;
}

.tiops .product .left-part {
  display: flex;
  margin-bottom: 40px;
}

.tiops .product .right-part {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
}

.tiops .product .portrait {
  position: relative;
  width: 80px;
  height: 80px;
}

.tiops .product .chat-box {
  display: inline-block;
  border-radius: 20px;
  padding: 30px 20px;
  vertical-align: top;
}

.tiops .product .portrait::before,
.tiops .product .portrait::after {
  content: '';
  position: absolute;
  top: 30%;
  width: 0;
  height: 0;
}

.tiops .product .chat-box .text {
  width: fit-content;
  font-size: 20px;
  font-weight: 500;
}

.tiops .product .left-part .chat-box {
  margin-left: 40px;
  padding: 30px 40px;
  background: #F7F7FC;
}

.tiops .product .left-part .portrait::after {
  right: -40px;
  border: 20px solid transparent;
  border-right: 20px solid #F7F7FC;
}

.tiops .product .left-part .chat-box .text {
  color: #333333;
}

.tiops .product .right-part .chat-box {
  margin-right: 40px;
  width: 960px;
  background: #6CB8D3;
}

.tiops .product .right-part .portrait::before {
  left: -40px;
  border: 20px solid transparent;
  border-left: 20px solid #6CB8D3;
}

.tiops .product .right-part .chat-box .text {
  line-height: 43px;
  color: #FFFFFF;
}

.tiops .product .flex-contain {
  display: flex;
  margin-top: 16px;
}

.tiops .product .flex-contain .item {
  flex: 1;
  width: 122px;
  height: 122px;
  padding: 14px;
  background: #FFFFFF;
  border-radius: 14px;
  margin-right: 28px;
}

.tiops .product .flex-contain .item:last-of-type {
  margin-right: 0px;
}

.tiops .product .flex-contain .item .number {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
}

.tiops .product .flex-contain .item .iconfont {
  margin-left: 50px;
  border-radius: 50%;
  font-size: 18px;
  padding: 10px;
}

.tiops .product .flex-contain .item .icon-tongyiguanli {
  color: #3B7FFF;
  background: #ebf2ff;
}

.tiops .product .flex-contain .item .icon-ithangye {
  color: #FFB93B;
  background: #fff8eb;
}

.tiops .product .flex-contain .item .icon-anquan1 {
  color: #FF3B3B;
  background: #ffebeb;
}

.tiops .product .flex-contain .item .icon-chengben {
  color: #45E09A;
  background: #ecfbf4;
}

.tiops .product .flex-contain .item .icon-yonghuquanxian {
  color: #CF82FC;
  background: #faf2fe;
}
.tiops .product .flex-contain .item .detail {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 23px;
}
.tiops .product .right-part .chat-box .picture {
  margin-top: 25px;
}
.tiops .product .right-part .chat-box .functions {
  margin-top: 30px;
}
.tiops .product .right-part .chat-box .functions .f-arrow{
  text-align: center;
}
.tiops .product .right-part .chat-box .functions .f-arrow .iconfont{
  display: inline-block;
  transform: rotate(-90deg);
  color: #fff;
  font-size: 64px;
  margin-bottom: -10px;
}
.tiops .product .right-part .chat-box .functions .f-icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 35px;
  border-radius: 100%;
  line-height: 80px;
  text-align: center;
  margin-left: -40px;
  background: #fff;
  box-shadow: 0px 0px 5px #eaeaea;
}
.tiops .product .right-part .chat-box .functions .two .f-icon {
  color: #fff;
  background: #e9af27;
}
.tiops .product .right-part .chat-box .functions .one,
.tiops .product .right-part .chat-box .functions .three {
  display: flex;
  height: 120px;
  border-radius: 25px;
  background: #fff;
  margin-left: 40px;
  align-items: center;
  margin-bottom: 10px;
}
.tiops .product .right-part .chat-box .functions .two {
  height: 240px;
  border-radius: 25px;
  background: #fff;
  margin-left: 40px;
  align-items: center;
  margin-bottom: 10px;
}
.tiops .product .right-part .chat-box .functions .two .f-title {
  color: #3c6292;
  text-align: center;
  font-size: 24px;
  padding: 20px 0 15px;
}
.tiops .product .right-part .chat-box .functions .two .f-box {
  display: flex;
}
.tiops .product .right-part .chat-box .functions .item {
  flex: 1;
  display: flex;
  height: 120px;
  border-radius: 25px;
  background: #fff;
  align-items: center;
  justify-content: space-between;
  margin: 0 25px;
}
.tiops .product .right-part .chat-box .functions .item .btn {
  text-align: center;
  color: #3c6292;
  font-size: 18px;
  padding: 20px 30px;
  border-radius: 50px;
  background: #ebecf5;
}
.tiops .product .right-part .chat-box .functions .two .item .btn {
  color: #fff;
  background: #e9af27;
}
.tiops .product .right-part .chat-box .functions .two {
  height: 195px;
}
.tiops .product .right-part .chat-box .functions .two .desc {
  color: #3c6292;
  text-align: center;
  font-size: 15px;
  margin-top: 20px;
}

.tiops .product .right-part .chat-box .value {
  position: relative;
}
.tiops .product .right-part .chat-box .value .content {
  display: flex;
  justify-content: space-evenly;
  margin: 36px 0 30px;
}
.tiops .product .right-part .chat-box .value .content .box {
  width: 390px;
  height: 560px;
  background: #FFFFFF;
  border-radius: 20px;
 }
 .tiops .product .right-part .chat-box .value .content .btn {
  text-align: center;
  width: 170px;
  height: 60px;
  border-radius: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 60px;
  margin: 30px auto;
}
.tiops .product .right-part .chat-box .value .content .text{
  margin: auto;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 31px;
}
.tiops .product .right-part .chat-box .value .content .left .btn{
  background: #6CB8D3;
}
.tiops .product .right-part .chat-box .value .content .left .text{
  margin-bottom: 20px;
}
.tiops .product .right-part .chat-box .value .content .right .btn {
  background: #E9AF27;
}
.tiops .product .right-part .chat-box .value .content .right .text:nth-child(2){
  margin-bottom: 71px;
}
.tiops .product .right-part .chat-box .value .content .right .text:nth-child(3){
  margin-bottom: 96px;
}
.tiops .product .right-part .chat-box .value .content .right .text:nth-child(4){
  margin-bottom: 46px;
}
.tiops .product .right-part .chat-box .value .content .right .text:nth-child(5){
  margin-bottom: 20px;
}
.tiops .product .right-part .chat-box .value .line-content .line {
  position: absolute;
}
.tiops .product .right-part .chat-box .value .line-content .line .dashed {
  display: inline-block;
  width: 201px;
  border-bottom: 3px dashed #CCCCE2;
}
.tiops .product .right-part .chat-box .value .line-content .line .sanjiao {
  display: inline-block;
  vertical-align: text-bottom;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #CCCCE2;
 }
.tiops .product .right-part .chat-box .value .line-content .line:nth-child(1) {
  top: 123px;
  left: 379px;
}
.tiops .product .right-part .chat-box .value .line-content .line:nth-child(2) {
  top: 191px;
  left: 379px;
  transform: skewY(9deg);
}
.tiops .product .right-part .chat-box .value .line-content .line:nth-child(3) {
  top: 223px;
  left: 379px;
}

.tiops .product .right-part .chat-box .value .line-content .line:nth-child(4) {
  top: 253px;
  left: 379px;
  transform: skewY(-9deg);
}

.tiops .product .right-part .chat-box .value .line-content .line:nth-child(5) {
  top: 332px;
  left: 379px;
  transform: skewY(5deg);
}

.tiops .product .right-part .chat-box .value .line-content .line:nth-child(6) {
  top: 364px;
  left: 379px;
  transform: skewY(-5deg);
}

.tiops .product .right-part .chat-box .value .line-content .line:nth-child(7) {
  top: 425px;
  left: 379px;
}

.tiops .product .right-part .chat-box .value .line-content .line:nth-child(8) {
  top: 475px;
  left: 379px;
}

.tiops .product .right-part .chat-box .framework .type {
  display: flex;
  justify-content: space-between;
  margin: 35px 0 18px;
}
.tiops .product .right-part .chat-box .framework .type .item {
  text-align: center;
  width: 208px;
  height: 39px;
  background: #E9AF27;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 39px;
}
.tiops .product .right-part .chat-box .framework .content {
  display: flex;
}
.tiops .product .right-part .chat-box .framework .content .title {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #3C6292;
  line-height: 60px;
}
.tiops .product .right-part .chat-box .framework .content .left,
.tiops .product .right-part .chat-box .framework .content .right {
  width: 95px;
  height: 278px;
  background: #FFFFFF;
  border-radius: 10px;
}
.tiops .product .right-part .chat-box .framework .content .right {
  margin-left: 15px;
}
.tiops .product .right-part .chat-box .framework .content .left .item,
.tiops .product .right-part .chat-box .framework .content .right .item {
  text-align: center;
  width: 80px;
  height: 29px;
  background: #6CB8D3;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 29px;
  margin: 0 auto 24px;
}
.tiops .product .right-part .chat-box .framework .content .middle .top {
  display: flex;
}
.tiops .product .right-part .chat-box .framework .content .middle .top .t-left,
.tiops .product .right-part .chat-box .framework .content .middle .top .t-middle,
.tiops .product .right-part .chat-box .framework .content .middle .top .t-right {
  width: 264px;
  height: 132px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-left: 15px;
}
.tiops .product .right-part .chat-box .framework .content .middle .top .t-right {
  width: 179px;
}
.tiops .product .right-part .chat-box .framework .content .middle .top .t-left .item,
.tiops .product .right-part .chat-box .framework .content .middle .top .t-middle .item,
.tiops .product .right-part .chat-box .framework .content .middle .top .t-right .item
 {
  float: left;
  text-align: center;
  width: 80px;
  height: 29px;
  background: #6CB8D3;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 29px;
  margin: 0 0 7px 6px;
}
.tiops .product .right-part .chat-box .framework .content .middle .top .t-right .item-lg {
  width: 139px;
}
.tiops .product .right-part .chat-box .framework .content .middle .bottom {
  display: flex;
}
.tiops .product .right-part .chat-box .framework .content .middle .bottom .b-left,
.tiops .product .right-part .chat-box .framework .content .middle .bottom .b-right {
  width: 360px;
  height: 132px;
  background: #FFFFFF;
  border-radius: 10px;
  margin: 15px 0 0 15px;
}
.tiops .product .right-part .chat-box .framework .content .middle .bottom .b-left .item,
.tiops .product .right-part .chat-box .framework .content .middle .bottom .b-right .item {
  float: left;
  text-align: center;
  width: 88px;
  height: 29px;
  background: #6CB8D3;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 29px;
  margin: 0 0 7px 24px;
}
.tiops .product .right-part .chat-box .framework .content .middle .bottom .b-right .item-lg {
  width: 132px;
}
.tiops .product .right-part .chat-box .framework .content .middle .bottom .b-right .item {
  margin-left: 32px;
}
/***** 产品介绍 ---end *****/


/***** tiops下载 ---start *****/
.tiops-download {
  margin: 100px auto 0;
}

.tiops-download .top {
  padding: 0;
  margin: 0;
}

.tiops-download .top dt {
  height: 46px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}

.tiops-download .top dd {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
  text-align: center;
}

.tiops-download .form-box {
  margin: 0 auto;
  width: 968px;
  height: 460px;
}

.tiops-download .form-box .form-item {
  float: left;
  margin-top: 40px;
  position: relative;
}
.tiops-download .form-box .form-item .red {
  color: red;
  padding-right: 5px;
}
.tiops-download .form-box .form-item .form-error {
  position: absolute;
  left: 0;
  bottom: -24px;
  color: red;
  display: none;
}

.tiops-download .form-box .form-item > lable {
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  display: block;
  height: 34px;
}

.tiops-download .form-box .form-item > input,
.tiops-download .form-box .form-item > select {
  width: 400px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  outline: none;
  box-sizing: border-box;
  padding: 2px 10px;
  display: block;
}

.tiops-download .form-box .form-item > select {
  appearance: none;
  padding-left: 10px;
  padding-right: 20px;
  background: url('http://ourjs.github.io/static/2015/arrow.png') no-repeat scroll 370px center #fff;
}

.tiops-download .form-box .form-item:nth-child(2n) {
  margin-left: 150px;
}

.tiops-download .form-box .phone {
  position: relative;
}

.tiops-download .form-box .phone .code {
  position: absolute;
  right: 14px;
  bottom: 15px;
}

.tiops-download .form-box .phone .code a {
  color: #6CB8D3;
  border-radius: 4px;
  padding: 2px 4px;
  cursor: pointer;
}

.tiops-download .form-box .phone .disabled {
  color: #a9a7a7;
  cursor: not-allowed;
}

.tiops-download .btns {
  text-align: center;
}

.tiops-download .btns button {
  height: 60px;
  background: #3C6292;
  font-size: 22px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 60px;
  padding: 0 56px;
  outline: none;
  border: 0 none;
  cursor: pointer;
}

.tiops-download .btns p {
  font-size: 16px;
  font-weight: 400;
  color: #FF3B3B;
  line-height: 22px;
}

.tiops-download #captchaModal .content input {
  width: 200px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  outline: none;
  box-sizing: border-box;
  padding: 2px 10px;
  display: inline-block;
}

.tiops-download .step {
  height: 700px;
  margin-top: 115px;
}
.tiops-download .step .s-title {
  width: 1200px;
  margin: auto;
  padding: 60px 0;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
}
.tiops-download .step .s-title::after {
  content: '';
  display: inline-block;
  width: 85px;
  height: 11px;
  background: #6cb8d3;
  opacity: 0.3;
  margin-left: -85px;
  margin-bottom: -5px;
}
.tiops-download .step .line-content {
  position: relative;
}
.tiops-download .step .line-content .line-start {
  position: absolute;
  width: calc(50vw - 600px);
  border-top: 2px solid #DCDCE5;

}
.tiops-download .step .line-content .line-stop {
  position: absolute;
  right: 0;
  width: calc(50vw - 600px);
  border-top: 2px solid #DCDCE5;

}
.tiops-download .step .step-line {
  width: 1200px;
  margin: 0 auto;
}
.tiops-download .step .step-line .line-top {
  display: flex;
  height: 145px;
}
.tiops-download .step .step-line .line-top .left {
  width: 570px;
  height: 145px;
  border-top: 2px solid #DCDCE5;
}
.tiops-download .step .step-line .line-top .middle {
  width: 150px;
  height: 143px;
  border: 2px solid #DCDCE5;
  border-left: none;
  border-top-right-radius: 145px;
  border-bottom-right-radius: 145px;
}
.tiops-download .step .step-line .line-top .right {
  width: 480px;
  height: 145px;
}
.tiops-download .step .step-line .line-bottom {
  display: flex;
  height: 145px;
}
.tiops-download .step .step-line .line-bottom .left {
  width: 480px;
  height: 145px;
}
.tiops-download .step .step-line .line-bottom .middle {
  width: 150px;
  height: 143px;
  border: 2px solid #DCDCE5;
  border-right: none;
  border-top-left-radius: 145px;
  border-bottom-left-radius: 145px;
}
.tiops-download .step .step-line .line-bottom .right {
  width: 570px;
  height: 145px;
  border-bottom: 2px solid #DCDCE5;
}
.tiops-download .step .step-content {
  position: relative;
  width: 1200px;
  height: 550px;
  margin: -320px auto 0;
}
.tiops-download .step .step-content .round {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background: #6CB8D3;
  font-weight: 500;
  color: #FFFFFF;
}
.tiops-download .step .step-content .title {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  margin-bottom: 19px;
}
.tiops-download .step .step-content .desc {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.tiops-download .step .step-content a {
  font-size: 12px;
  font-weight: 400;
  color: #6CB8D3;
  line-height: 24px;
}
.tiops-download .step .step-content .red {
  font-size: 12px;
  font-weight: 400;
  color: #FF3B3B;
  line-height: 24px;
}
.tiops-download .step .step-content img {
  width: 110px;
  height: 110px;
  margin-left: -116px;
  margin-top: 20px;
}
.tiops-download .step .step-content .step-1 {
  position: absolute;
  left: 200px;
  top: 10px;
}
.tiops-download .step .step-content .step-1 .text-content {
  margin-top: 15px;
}
.tiops-download .step .step-content .step-2 {
  position: absolute;
  left: 685px;
  top: 40px;
}
.tiops-download .step .step-content .step-2 .text-content {
  margin-top: -30px;
  margin-left: 60px;
}
.tiops-download .step .step-content .step-3 {
  position: absolute;
  left: 465px;
  top: 260px;
}
.tiops-download .step .step-content .step-3 .text-content {
  text-align: right;
  margin-top: -27px;
  position: absolute;
  left: -210px;
}
.tiops-download .step .step-content .step-4 {
  position: absolute;
  left: 900px;
  top: 300px;
}
.tiops-download .step .step-content .step-4 .text-content {
  margin-top: -113px;
  margin-left: 10px;
}


/* Modal ---start */
.tipsModal {
  max-width: unset;
  width: 680px !important;
  text-align: center !important;
}

.tipsModal img {
  width: 200px;
}

.tipsModal .text {
  font-size: 24px;
  font-weight: 500;
  color: #666666;
  line-height: 28px;
  padding: 45px 0 80px;
}

.tipsModal button {
  cursor: pointer;
  width: 160px;
  height: 60px;
  font-size: 22px;
  font-weight: 500;
  color: #FFFFFF;
  background: #3C6292;
}

/* Modal ---end */
.common-modal {
  min-width: 500px !important;
  padding: 0 !important;
}

.common-modal .close-modal {
  top: 15px !important;
  right: 31px !important;
}
.common-modal .title {
  color: #333;
  line-height: 60px;
  border-bottom: 1px solid #efefef;
  font-size: 20px;
  padding-left: 20px;
}

.common-modal .content {
  padding: 10px 20px;
}

.common-modal .modal-btns {
  padding: 10px 20px;
  border-top: 1px solid #efefef;
  text-align: right;
}

.common-modal .modal-btns .button {
  background: #3C6292;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
  padding: 0 20px;
  outline: none;
  border: 0 none;
  cursor: pointer;
}
.common-modal.alert-modal .content {
  text-align: center;
  color: red;
  padding: 20px 0;
}

.captcha-modal input {
  width: 200px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  outline: none;
  box-sizing: border-box;
  padding: 2px 10px;
  display: inline-block;
}

.captcha-modal .error {
  color: red;
  display: none;
}

/***** tiops下载 ---end *****/

/**
 解决方案
 */
.tiops-solution .qiyetongdian {
  margin-top: 40px;
  overflow: hidden;
}

.tiops-solution .qiyetongdian > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 1240px;
}

.tiops-solution .qiyetongdian > ul li {
  float: left;
  width: 580px;
  background: #F7F7FC;
  border-radius: 14px;
  margin-right: 40px;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.tiops-solution .qiyetongdian > ul li .left-icon {
  width: 175px;
  height: 175px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tiops-solution .qiyetongdian > ul li .left-icon svg {
  width: 100px;
  height: 100px;
}

.tiops-solution .qiyetongdian > ul li .desc-info {
  padding-left: 175px;
}

.tiops-solution .qiyetongdian > ul li .desc-info .s-title {
  margin-top: 30px;
  height: 36px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}

.tiops-solution .qiyetongdian > ul li .desc-info .s-info {
  line-height: 28px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  padding-right: 32px;
}

.solution-info {
  overflow: hidden;
}

.solution-info .module-title {
  margin-bottom: 30px;
}

.solution-info .left {
  float: left;
  width: 266px;
  height: 234px;
  margin-right: 140px;
}

.solution-info .right-info {
  float: left;
  width: 780px;
  height: 230px;
  background: #6CB8D3;
  border-radius: 14px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}

.solution-info .right-info::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 31px solid #6CB8D3;
  left: -40px;
  top: 50px;
  transform: rotate(-90deg);
}

.solution-info .bottom-img {
  float: left;
  margin-top: 100px;
}

.solution-info .bottom-box {
  float: left;
  margin-top: 120px;
  width: 1200px;
  min-height: 600px;
}
.solution-info .bottom-box .b-right .bl-title,
.solution-info .bottom-box .b-left .bl-title {
  font-size: 28px;
  font-weight: 500;
  color: #3C6292;
  text-align: center;
  padding-top: 24px;
  height: 66px;
}
.solution-info .bottom-box .b-right .box-list .box-item,
.solution-info .bottom-box .b-left .box-list .box-item {
  min-width: 140px;
  line-height: 50px;
  background: #E3E7F1;
  border-radius: 10px;
  padding: 0 20px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #3C6292;
  text-align: center;
}
.solution-info .bottom-box .b-right .box-list .box-item.sw,
.solution-info .bottom-box .b-left .box-list .box-item.sw {
  color: #fff;
  background: #6CB8D3;
}
.solution-info .bottom-box .b-right .box-list .box-item.vlan,
.solution-info .bottom-box .b-left .box-list .box-item.vlan {
  color: #fff;
  background: #E9AF27;
}
.solution-info .bottom-box .b-left {
  float: left;
  width: 460px;
  height: 680px;
  margin-right: 40px;
}
.solution-info .bottom-box .b-left .bl-box {
  width: 460px;
  height: 320px;
  background: #F7F7FC;
  border-radius: 20px;
}
.solution-info .bottom-box .b-left .bl-box:first-child {
  margin-bottom: 40px;
}
.solution-info .bottom-box .b-left .bl-box.private-cloud .box-list {
  position: relative;
}
.solution-info .bottom-box .b-left .bl-box.private-cloud .box-list .box-item {
  position: absolute;
}
.solution-info .bottom-box .b-left .bl-box.private-cloud .box-list .box-item:nth-child(1) {
  left: 30px;
  top: 0;
}
.solution-info .bottom-box .b-left .bl-box.private-cloud .box-list .box-item:nth-child(1)::after {
  position: absolute;
  content: '';
  width: 50%;
  left: 45px;
  bottom: -48px;
  border-bottom: 2px dashed #ccccc2;
  transform: rotate(90deg);
}
.solution-info .bottom-box .b-left .bl-box.private-cloud .box-list .box-item:nth-child(2) {
  left: 252px;
  top: 0;
}
.solution-info .bottom-box .b-left .bl-box.private-cloud .box-list .box-item:nth-child(2)::before {
  position: absolute;
  content: '';
  width: 50%;
  left: 45px;
  bottom: -48px;
  border-bottom: 2px dashed #ccccc2;
  transform: rotate(90deg);
}
.solution-info .bottom-box .b-left .bl-box.private-cloud .box-list .box-item:nth-child(2) .arrow {
  position: absolute;
  content: '';
  width: 67px;
  right: -67px;
  bottom: 23px;
  border-bottom: 2px dashed #ccccc2;
}
.solution-info .bottom-box .b-left .bl-box.private-cloud .box-list .box-item:nth-child(2) .arrow::after {
  position: absolute;
  top: -7px;
  right: -2px;
  content: '';
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #CCCCE2;
}
.solution-info .bottom-box .b-left .bl-box.private-cloud .box-list .box-item:nth-child(3) {
  left: 30px;
  top: 70px;
}
.solution-info .bottom-box .b-left .bl-box.private-cloud .box-list .box-item:nth-child(4) {
  left: 30px;
  top: 140px;
}
.solution-info .bottom-box .b-left .bl-box.private-cloud .box-list .box-item:nth-child(4)::after {
  position: absolute;
  content: '';
  width: 50%;
  right: -90px;
  bottom: 23px;
  border-bottom: 2px dashed #ccccc2;
}
.solution-info .bottom-box .b-left .bl-box.private-cloud .box-list .box-item:nth-child(5) {
  left: 252px;
  top: 140px;
}
.solution-info .bottom-box .b-left .bl-box.private-cloud .box-list .box-item:nth-child(5) .arrow {
  position: absolute;
  content: '';
  width: 67px;
  right: -67px;
  bottom: 23px;
  border-bottom: 2px dashed #ccccc2;
}
.solution-info .bottom-box .b-left .bl-box.private-cloud .box-list .box-item:nth-child(5) .arrow::after {
  position: absolute;
  top: -7px;
  right: -2px;
  content: '';
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #CCCCE2;
}
.solution-info .bottom-box .b-left .bl-box.lan .box-list {
  position: relative;
}
.solution-info .bottom-box .b-left .bl-box.lan .box-list .box-item {
  position: absolute;
}
.solution-info .bottom-box .b-left .bl-box.lan .box-list .box-item:nth-child(1) {
  left: 40px;
  top: 0;
}
.solution-info .bottom-box .b-left .bl-box.lan .box-list .box-item:nth-child(1)::after {
  position: absolute;
  content: '';
  width: 50%;
  left: 45px;
  bottom: -48px;
  border-bottom: 2px dashed #ccccc2;
  transform: rotate(90deg);
}
.solution-info .bottom-box .b-left .bl-box.lan .box-list .box-item:nth-child(2) {
  left: 252px;
  top: 0;
}
.solution-info .bottom-box .b-left .bl-box.lan .box-list .box-item:nth-child(3) {
  left: 40px;
  top: 70px;
}
.solution-info .bottom-box .b-left .bl-box.lan .box-list .box-item:nth-child(4) {
  left: 40px;
  top: 140px;
}
.solution-info .bottom-box .b-left .bl-box.lan .box-list .box-item:nth-child(4)::after {
  position: absolute;
  content: '';
  width: 8%;
  right: -15px;
  bottom: 23px;
  border-bottom: 2px dashed #ccccc2;
}
.solution-info .bottom-box .b-left .bl-box.lan .box-list .box-item:nth-child(5) {
  left: 252px;
  top: 70px;
}
.solution-info .bottom-box .b-left .bl-box.lan .box-list .box-item:nth-child(5) .arrow {
  position: absolute;
  content: '';
  width: 67px;
  right: -67px;
  bottom: 23px;
  border-bottom: 2px dashed #ccccc2;
}
.solution-info .bottom-box .b-left .bl-box.lan .box-list .box-item:nth-child(5) .arrow::after {
  position: absolute;
  top: -7px;
  right: -2px;
  content: '';
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #CCCCE2;
}
.solution-info .bottom-box .b-left .bl-box.lan .box-list .box-item:nth-child(6)::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 70px;
  right: -59px;
  bottom: -167px;
  border-left: 2px dashed #ccccc2;
}
.solution-info .bottom-box .b-left .bl-box.lan .box-list .box-item:nth-child(6)::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 1px;
  right: -71px;
  bottom: -99px;
  border-bottom: 2px dashed #ccccc2;
}
.solution-info .bottom-box .b-mid {
  float: left;
  width: 190px;
  height: 680px;
  background: #3C6292;
  border-radius: 20px;
  margin-right: 40px;
}
.solution-info .bottom-box .b-mid > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.solution-info .bottom-box .b-mid > ul li {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  margin-top: 60px;
}
.solution-info .bottom-box .b-mid > ul li .iconfont {
  font-size: 40px;
}
.solution-info .bottom-box .b-mid > ul li p {
  box-sizing: border-box;
  padding: 0 16px;
}
.solution-info .bottom-box .b-right {
  float: left;
  width: 460px;
  height: 682px;
  background: #F7F7FC;
  border-radius: 20px;
}
.solution-info .bottom-box .b-right .br-box.public-cloud .box-list {
  position: relative;
}
.solution-info .bottom-box .b-right .br-box.public-cloud .box-list .box-item {
  position: absolute;
  left: 142px;
}
.solution-info .bottom-box .b-right .br-box.public-cloud .box-list .box-item .arrow {
  position: absolute;
  content: '';
  width: 180px;
  left: -182px;
  bottom: 23px;
  border-bottom: 2px dashed #ccccc2;
}
.solution-info .bottom-box .b-right .br-box.public-cloud .box-list .box-item .arrow::after {
  position: absolute;
  top: -7px;
  right: -2px;
  content: '';
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #CCCCE2;
}
.solution-info .bottom-box .b-right .br-box.public-cloud .box-list .box-item:nth-child(1) {
  top: 0;
}
.solution-info .bottom-box .b-right .br-box.public-cloud .box-list .box-item:nth-child(2) {
  top: 80px;
}
.solution-info .bottom-box .b-right .br-box.public-cloud .box-list .box-item:nth-child(3) {
  top: 160px;
}
.solution-info .bottom-box .b-right .br-box.public-cloud .box-list .box-item:nth-child(4) {
  top: 240px;
}
.solution-info .bottom-box .b-right .br-box.public-cloud .box-list .box-item:nth-child(5) {
  top: 320px;
}
.solution-info .bottom-box .b-right .br-box.public-cloud .box-list .box-item:nth-child(6) {
  top: 400px;
}
.solution-info .bottom-box .b-right .br-box.public-cloud .box-list .box-item:nth-child(6)::before {
  position: absolute;
  content: '';
  width: 13px;
  right: 84px;
  bottom: -9px;
  border-bottom: 2px dashed #ccccc2;
  transform: rotate(90deg);
}
.solution-info .bottom-box .b-right .br-box.public-cloud .box-list .box-item:nth-child(6)::after {
  position: absolute;
  content: '';
  width: 96px;
  right: 43px;
  bottom: -17px;
  border-bottom: 2px dashed #ccccc2;
}
.solution-info .bottom-box .b-right .br-box.public-cloud .box-list .box-item:nth-child(7) {
  left: 30px;
  top: 480px;
}
.solution-info .bottom-box .b-right .br-box.public-cloud .box-list .box-item:nth-child(7)::after {
  position: absolute;
  content: '';
  width: 13px;
  right: 20px;
  top: -6px;
  border-bottom: 2px dashed #ccccc2;
  transform: rotate(90deg);
}
.solution-info .bottom-box .b-right .br-box.public-cloud .box-list .box-item:nth-child(8) {
  top: 480px;
  left: 252px;
}
.solution-info .bottom-box .b-right .br-box.public-cloud .box-list .box-item:nth-child(8)::after {
  position: absolute;
  content: '';
  width: 13px;
  left: 20px;
  top: -6px;
  border-bottom: 2px dashed #ccccc2;
  transform: rotate(90deg);
}




/**
混合云构建
 */
.hybird-build {
  overflow: hidden;
}

.hybird-build .module-title {
  margin-bottom: 30px;
}

.hybird-build ul {
  width: 1300px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.hybird-build ul li {
  float: left;
  background: #F7F7FC;
  border-radius: 14px;
  border: 1px solid #D9D9D9;
  padding: 0 50px;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 76px;
  position: relative;
  margin-right: 116px;
}

.hybird-build ul li::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 21px;
  background: url(../slice/arrow-right.png) no-repeat;
  top: 30px;
  right: -70px;
}

.hybird-build ul li:last-child::after {
  display: none;
}

/**
混合云运维
 */
.hybird-yunwei .module-content .title {
  display: inline-block;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  height: 56px;
}
.hybird-yunwei .module-content .title::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 10px;
  background: #d8e0e9;
  opacity: 0.8;
  left: 0;
  top: 19px;
  z-index: -1;
}
.hybird-yunwei .module-content .server-target {
  margin-top: 76px;
}

.hybird-yunwei .module-content .server-target .b-info ul {
  width: 800px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  padding-top: 47px;
  overflow: hidden;
}

.hybird-yunwei .module-content .server-target .b-info ul li {
  float: left;
  margin-right: 177px;
}

.hybird-yunwei .module-content .server-target .b-info ul li:last-child {
  margin-right: 0;
}

.hybird-yunwei .module-content .server-target .b-info ul li .iconfont {
  border-radius: 50%;
  background: #EAEAF3;
  padding: 16px;
  font-size: 24px;
  color: #66666D;
}

.hybird-yunwei .module-content .server-target .b-info ul li p {
  margin: 0;
  margin-top: 34px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  text-align: center;
  font-style: normal;
  height: 117px;
}

.hybird-yunwei .module-content .server-method {
  margin-bottom: 100px;
}

.hybird-yunwei .module-content .server-method .b-info {
  overflow: hidden;
}

.hybird-yunwei .module-content .server-method .b-info ul {
  width: 1300px;
  height: 220px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hybird-yunwei .module-content .server-method .b-info ul li {
  margin-right: 54px;
  float: left;
  width: 360px;
  box-sizing: border-box;
  background: #F7F7FC;
  border-radius: 14px;
  padding: 48px 0 50px 42px;
  position: relative;
}

.hybird-yunwei .module-content .server-method .b-info ul li dl,
.hybird-yunwei .module-content .server-method .b-info ul li dt,
.hybird-yunwei .module-content .server-method .b-info ul li dd {
  margin: 0;
  padding: 0;
}

.hybird-yunwei .module-content .server-method .b-info ul li > dl dt {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  height: 44px;
}

.hybird-yunwei .module-content .server-method .b-info ul li > dl dd {
  height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}

.hybird-yunwei .module-content .server-method .b-info ul li > .iconfont {
  position: absolute;
  top: 33px;
  right: 40px;
  background: #e8eff7;
  padding: 16px;
  font-size: 26px;
  border-radius: 50%;
  color: #83c2da;
}

.hybird-yunwei .module-content .server-content-info {
  margin-bottom: 100px;
}

.hybird-yunwei .module-content .server-content-info .b-info {
  width: 1200px;
  height: 360px;
  box-sizing: border-box;
  border: 1px solid #E9E9E9;
  border-radius: 50%;
  position: relative;
}

.hybird-yunwei .module-content .server-content-info .b-info .tag {
  position: absolute;
  font-weight: 500;
}

.hybird-yunwei .module-content .server-content-info .b-info .tag:nth-child(1) {
  font-size: 18px;
  color: #3C6292;
  top: 120px;
  left: 97px;
}

.hybird-yunwei .module-content .server-content-info .b-info .tag:nth-child(2) {
  font-size: 24px;
  color: #E9AF27;
  left: 370px;
  top: 58px;
}

.hybird-yunwei .module-content .server-content-info .b-info .tag:nth-child(3) {
  font-size: 24px;
  color: #3C6292;
  left: 733px;
  top: 70px;
}

.hybird-yunwei .module-content .server-content-info .b-info .tag:nth-child(4) {
  font-size: 18px;
  color: #FF3B3B;
  right: 180px;
  top: 121px;
}

.hybird-yunwei .module-content .server-content-info .b-info .tag:nth-child(5) {
  font-size: 26px;
  color: #6CB8D3;
  left: 147px;
  top: 200px;
}

.hybird-yunwei .module-content .server-content-info .b-info .tag:nth-child(6) {
  font-size: 28px;
  color: #CF82FC;
  left: 336px;
  top: 208px;
}

.hybird-yunwei .module-content .server-content-info .b-info .tag:nth-child(7) {
  font-size: 40px;
  color: #3C6292;
  left: 529px;
  top: 140px;
}

.hybird-yunwei .module-content .server-content-info .b-info .tag:nth-child(8) {
  font-size: 32px;
  color: #6CB8D3;
  left: 726px;
  top: 178px;
}

.hybird-yunwei .module-content .server-content-info .b-info .tag:nth-child(8) {
  font-size: 32px;
  color: #6CB8D3;
  left: 728px;
  top: 170px;
}

.hybird-yunwei .module-content .server-content-info .b-info .tag:nth-child(9) {
  font-size: 22px;
  color: #E9AF27;
  right: 120px;
  top: 227px;
}

.hybird-yunwei .module-content .server-content-info .b-info .tag:last-child {
  font-size: 20px;
  color: #6CB8D3;
  left: 578px;
  top: 273px;
}

.hybird-yunwei .server-tiops .b-info ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  list-style: none;
}

.hybird-yunwei .server-tiops .b-info ul li {
  float: left;
  width: 270px;
  box-sizing: border-box;
  margin-right: 38px;
  padding: 40px 0 40px 46px;
  background: #F7F7FC;
  border-radius: 14px;
}

.hybird-yunwei .server-tiops .b-info ul li:last-child {
  margin-right: 0;
}

.hybird-yunwei .server-tiops .b-info ul li dl,
.hybird-yunwei .server-tiops .b-info ul li dt,
.hybird-yunwei .server-tiops .b-info ul li dd {
  margin: 0;
  padding: 0;
}

.hybird-yunwei .server-tiops .b-info ul li dl dt {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  height: 42px;
}

.hybird-yunwei .server-tiops .b-info ul li dl dd {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  height: 25px;
}

.hybird-yunwei .server-tiops .b-info ul li dl dd > span:first-child {
  margin-right: 46px;
}
.cloud-zx .module-title {
  margin-bottom: 30px;
}

.cloud-zx .cloud-zx-bg {
  min-height: 700px;
  background: url("../images/tiops/solution/cloud-zx-bg.png") left bottom no-repeat;
  position: relative;
  margin-bottom: 30px;
}
.cloud-zx .cloud-zx-bg dl,
.cloud-zx .cloud-zx-bg dt,
.cloud-zx .cloud-zx-bg dd {
  margin: 0;
  padding: 0;
}
.cloud-zx .cloud-zx-bg dl {
  position: absolute;
}
.cloud-zx .cloud-zx-bg dl dt {
  font-size: 20px;
  font-weight: 500;
  color: #3C6292;
  height: 34px;
}
.cloud-zx .cloud-zx-bg dl dd {
  line-height: 28px;
  font-size: 18px;
  font-weight: 400;
  color: #999999;
}
.cloud-zx .cloud-zx-bg dl:first-child {
  top: 65px;
  left: 30px;
}
.cloud-zx .cloud-zx-bg dl:nth-child(2) {
  left: 627px;
  top: 0;
}
.cloud-zx .cloud-zx-bg dl:last-child {
  left: 710px;
  top: 396px;
}
