/*
    title
*/
.f-tc{
    text-align: left;
}
.m-con{
    padding: 0 10px;
    position: relative;
}
.u-mtit .info{
    display: inline-flex;
    text-align: left;
}
.u-mtit .info p{
    margin-right: 15px;
    padding-bottom: 20px;
}
.u-mtit .s-wc{
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-align: left;
    color: #666;
    padding: 10px 0;
}

/*
    正文
*/
.showmore {
    text-indent: 2em;
    margin:0 0 11px;
    color:#636b6f;
    height: 600px;
    overflow: hidden;
    visibility: visible;
}
.more_btn{
background: -webkit-linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0.7));
  background: -o-linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0.7)); 
  background: -moz-linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0.7)); 
  background: linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0.7)); 
  height: 121px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.m-con .more_btn button {
    width: 148px;
    height: 35px;
    line-height: 29px;
    font-size: 16px;
    color: #2699FB;
    border: 2px solid #2699FB;
    border-radius: 10px;
    background-color: #fff;
    margin-top: 86px;
}
.m-con .more_btn button span{
    font-size: 18px;
    font-weight: bolder;
}

/*
    小标题 bar
*/
.bar{
    margin: 20px 0 20px 15px;
    display: inline-flex;
}
.bar span{
    display: block;
    width: 8px;
    height: 24px;
    background: -webkit-linear-gradient(#DB261D, #2699FB);
  background: -o-linear-gradient(#DB261D, #2699FB); 
  background: -moz-linear-gradient(#DB261D, #2699FB); 
  background: linear-gradient(#DB261D, #2699FB); 
}
.bar p{
    font-size: 18px;
    line-height: 24px;
    margin-left: 10px;
    color:#666;
    font-weight: bold;
}

/*
    文章列表循环
*/
.top_list li{
    padding: 15px 10px;
    border-bottom: 1px solid #d0cac8;
    list-style-type: none;
    width: 100%;
}
.top_list li a{
    display: flex;
}
.top_list li a .list_left{
    width: 35%;
    float: left;
}
.top_list li a .list_right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 3%;
    width: 63%;
}
.top_list li a .list_right h3{
    margin: 0;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top_list li a .list_right div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #b3b3b3;
}
.top_list li a .list_right div p{
    font-size: 12px;
    overflow: hidden;
    margin: 0;
    line-height: 14px;
    max-height: 42px;
    position: relative;
}
.top_list li a .list_right div p:after{
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 40px;
    background: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(85%,#fff));
    background: linear-gradient(90deg,transparent,#fff 85%);
}
.top_list .list_img{
    border-radius: 4px;
    overflow: hidden;
}
.top_list .list_img img{
    width: 123px;
    height: 81px;
}
/*
    内容表单
*/
.price_form{
    padding: 5px;
}
.price_form .row-left{
    width: 30%;
    float: left;
}
.price_form .row-left input{
    width: 100%;
    border-radius: 25px;
    height: 26px;
    border-color: #2699FB;
}
.price_form .row-right{
    width: 70%;
    float: left;
}
.price_form .row-right .row{
    margin-bottom: 20px;
}
.price_form .row-right .row{
    margin-right: 0;
    margin-left: 10px;
}
.price_form .phone-target{
    display: none;
}

.checkbox-inline{
    position: relative;
    padding-left: 23px;
}
.checkbox-inline label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background: #eee;
    border:2px solid #2699FB;
    border-radius: 8px;
}
.checkbox-inline label:after {
    opacity: 0.1;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 5px;
    left: 4px;
    border: 3px solid #DB261D;
    border-top: none;
    border-right: none;
 
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.checkbox-inline input[type=checkbox]:checked + label{
    border-radius: 2px;
    border: 2px solid #7FC4FD;
    
}
.checkbox-inline input[type=checkbox]:checked + label::after{
    opacity: 1;
}
.checkbox-inline input[type=checkbox]{
    display: none;
}

/*
        视频
*/
.list_video{
    text-align: center;
    margin-bottom: 20px;
}
.list_video video{
    margin: auto;
    border-radius: 10px;
}

/*
    客户案例
*/
.case ul li a img {
    width: 100%;
    height: 145px;
    border-radius: 10px;
}
.case ul li a div {
    text-align: center;
    color: #333333;
    display: inline-flex;
    margin-top: 12px;
}
.case ul li a div h3{
    font-size: 12px;
    font-weight: bold;
    width: 92%;
    padding: 0 6px;
}
.case ul li a div i{
    width: 6px;
    height: 100;
    background: -webkit-linear-gradient(#2699FB,#005BA2);
  background: -o-linear-gradient(#2699FB,#005BA2); 
  background: -moz-linear-gradient(#2699FB,#005BA2); 
  background: linear-gradient(#2699FB,#005BA2); 
}


/*
    表单加载更多
*/
.list_more{
    margin: 20px;
}
.list_more a{
    display: block;
    text-align: center;
    margin:auto;
    width: 148px;
    height: 35px;
    font-size: 16px;
    color: #2699FB;
    border: 2px solid #2699FB;
    border-radius: 4px;
    line-height: 25px;
}
.list_more a span{
    margin-left: 6px;
    font-size: 20px;
    font-weight: bolder;
}
/*
    文章落地页内容修改
*/
