@charset "UTF-8";
@media screen and (min-width: 1240px) {
  /*banner区域默认样式调整开始*/
  .banner-container {
    margin-top: 117px;
    height: 300px;
    overflow: hidden;
  }
  .main-box {
    position: relative;
    padding-top: 40px;
  }
  .main-box .show-mobile {
    display: none !important;
  }
  .main-box .product-nav {
    position: absolute;
    top: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px 30px;
  }
  .main-box .product-nav .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 12px 0;
  }
  .main-box .product-nav .row .nav-category {
    width: 110px;
    height: 34px;
    line-height: 34px;
    border-radius: 34px;
    color: #fff;
    background-color: #5c8cf1;
    text-align: center;
    font-size: 16px;
    margin-right: 20px;
  }
  .main-box .product-nav .row ul li {
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
    cursor: pointer;
  }
  .main-box .product-nav .row ul li.active {
    color: #5c8cf1;
  }
  .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* 你可能还会喜欢 */
    /* 右侧 */
  }
  .main .detail-wrap {
	  width:65%;
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .main .show-mobile {
    display: none !important;
  }
  .main hr {
    background-color: #ccc;
    height: 1px;
    border: none;
  }
  .main h2.title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
  }
  .main .info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #666;
    font-weight: 100;
    margin-top: 5px;
  }
  .main .info-wrap .ml-10 {
    margin-left: 15px;
  }
  .main .info-wrap img {
    height: 14px;
    margin-right: 8px;
  }
  .main .detail {
    margin-top: 10px;
    padding: 20px 0;
    border-top: 1px solid #eee;
  }
  .main .detail p{
	font-size: 16px;
    line-height: 26px;
    padding: 15px 0;
  }
  .main .detail p img{
	width:100%;
	height:aouto;
  }
  .main .share-wrap {
    text-align: right;
    margin-top: 30px;
  }
  .main .share-wrap .icon-box {
    margin-left: 10px;
    display: inline-block;
  }
  .main .share-wrap .icon-box .show-mobile {
    display: none;
  }
  .main .change-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 30px 0;
  }
  .main .change-articles .change-item {
    font-weight: 200;
    font-size: 16px;
    -ms-flex-preferred-size: 20%;
        /* flex-basis: 20%; */
    cursor: pointer;
    color: #666;
  }
  .main .change-articles .change-item .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main .change-articles .change-item p {
    font-size: 18px;
    margin-top: 5px;
  }
  .main .change-articles .change-item.prev img {
    margin-right: 5px;
  }
  .main .change-articles .change-item.next {
    color: #618ce6;
  }
  .main .change-articles .change-item.next img {
    margin-left: 5px;
  }
  .main .recommend-wrap {
    margin-top: 40px;
  }
  .main .recommend-wrap .recommend-title {
    font-size: 16px;
    padding: 0 30px;
    margin: 20px 0;
    position: relative;
  }
  .main .recommend-wrap .recommend-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -5px;
    border-top: 2px solid #85a6ec;
    border-right: 2px solid #85a6ec;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .main .recommend-wrap .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main .recommend-wrap .d-flex .recommend-item {
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
    margin: 0 0 30px;
    cursor: pointer;
	float: left;
    width: 18%;
    margin-right: 10px;
  }
  .main .recommend-wrap .d-flex .recommend-item:hover .title {
    color: #618ce6;
  }
  .main .recommend-wrap .d-flex .recommend-item img {
    width: 100%;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main .recommend-wrap .d-flex .recommend-item .title,
  .main .recommend-wrap .d-flex .recommend-item .desc,
  .main .recommend-wrap .d-flex .recommend-item .time {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .main .recommend-wrap .d-flex .recommend-item .title {
    font-size: 16px;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .main .recommend-wrap .d-flex .recommend-item .desc {
    font-size: 14px;
    color: #666;
  }
  .main .recommend-wrap .d-flex .recommend-item .time {
    font-size: 12px;
    font-weight: 200;
    color: #666;
    margin-top: 6px;
  }
  .main .right {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    /* 相关案例 */
    /* 体验宝航 */
    /*体验宝航区域开始*/
    /*体验宝航区域结束*/
  }
  .main .right .about-title {
    font-size: 16px;
    padding: 0 30px;
    margin-bottom: 20px;
  }
  .main .right .about-cases {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
  }
  .main .right .about-cases .about-item {
    margin-bottom: 50px;
    cursor: pointer;
  }
  .main .right .about-cases .about-item .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main .right .about-cases .about-item .d-flex .img-wrap {
    width: 180px;
    height: 100px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
  }
  .main .right .about-cases .about-item .d-flex .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main .right .about-cases .about-item .d-flex .flex1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 0;
  }
  .main .right .about-cases .about-item .d-flex .title,
  .main .right .about-cases .about-item .d-flex .desc,
  .main .right .about-cases .about-item .d-flex .time {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .main .right .about-cases .about-item .d-flex .title {
    font-size: 18px;
  }
  .main .right .about-cases .about-item .d-flex .desc {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
  }
  .main .right .about-cases .about-item .d-flex .time {
    font-size: 12px;
    font-weight: 200;
    color: #666;
    margin-top: 14px;
  }
  .main .right .about-cases .about-item .content {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    margin-top: 15px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .main .right .about-cases .about-item .more-btn {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #cccccc;
    color: #666;
    text-align: center;
    margin-top: 20px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .main .right .about-cases .about-item .more-btn:hover {
    background-color: #618ce6;
    border-color: #618ce6;
    color: #fff;
  }
  .main .right .experience-bh {
    padding: 30px 30px 50px;
    background-color: #437bf4;
    /* margin: 40px 0; */
  }
  .main .right .experience-bh .experience-bh-tit {
    text-align: center;
    font-size: 25px;
    color: #fff;
  }
  .main .right .experience-bh .experience-info {
    margin-top: 25px;
    padding: 20px;
    border-radius: 10px;
    background: #f2f2f2;
  }
  .main .right .experience-bh .experience-ipt {
    height: 50px;
    padding: 10px 20px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #fff;
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
  }
  .main .right .experience-bh .experience-ipt:focus {
    border-color: #437bf4;
  }
  .main .right .experience-bh .experience-btn {
    height: 50px;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    border: none;
    border-radius: 10px;
    background: #437bf4;
    letter-spacing: 10px;
    cursor: pointer;
    width: 100%;
  }
  .main .right .experience-bh .experience-btn:hover {
    background: #007aff;
  }
}
.jianju > div{
	width:100%;
	
}
/*# sourceMappingURL=service-cases-detail-pc.css.map */