/*global*/

html, body {
    /* height: 100%; */
    /* -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    -webkit-text-size-adjust: 100%; */
    font-family:Arial,Verdana,"Times New Roman";
    font-weight: 400;
    background-color: #f7f8fa;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #52565b;
    margin:0;
    padding:0
}
@media (min-width: 1200px) {
    .container {
      max-width: 1296px;
    }
  }
a {
    color: #52565b;
    transition: all .3s ease-out 0s;
}

a:hover {
    color: #007bff;
    text-decoration: none;
}

.cl-header {
    background-color: #fff;
    /* height: 80px;
    line-height: 80px; */
    /* box-shadow: 0 10px 15px rgba(25,25,25,0.1); */
    position:fixed;
    z-index:10000;
    transition: all .3s ease-out 0s;
   
}
.cl-header-fixed{
    height:72px;
}
.header-content {
    position: relative;
}

.cl-logo {
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    width: 300px;
    overflow: hidden;
}

.cl-logo img {
    max-width: 100%;
    max-height: 100%;
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        margin-right: 1.85rem;
        margin-left: 1.85rem;
    }
    .navbar .navmobile{
        display:flex;
    }

}

.navbar-toggler:not(:disabled):not(.disabled):focus {
    outline: none;
}

.navbar {
    padding: 0 10px 0 10px;
}
.navbar .navmobile a{
    font-size:16px;
    /* display:flex; */
    color:#fff;
    background:#007bff;
    align-items: center;
    min-height: 40px;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 15px;
  margin-left:1rem;
 
}
.navbar .navmobile .fa-bookmark-o{
    font-size:24px;
    margin-right:0px;
}
.navbar .navmobile .phonenum{
    margin-left:3px;
    letter-spacing: 1px;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    letter-spacing: 1px;
}

.navbar-light .navbar-nav .active > .nav-link {
    color: #222;
    /* font-weight: bold; */
    position:relative;
    z-index:1000;
}


.navbar-nav .active{
    position:relative;
  
}
.navbar-light .navbar-nav .active > .nav-link::before {
    /* position: absolute;
    content: '';
    width:30px;
    height: 30px;
    background: #007bff;
    border-radius: 50%;
    left: 18px;
    top: 5px; */
    z-index:99;

    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    height: 10px;
    background: rgba(0,123,255,0.36);
    background-size: 1em 1em;
    background-position: 0px -0.5em, 0.5em 0.5em;
    background-repeat: repeat-x;

  }
.navbar-light .navbar-nav .nav-link:hover{
    color:#000;
}
.navbar-light .navbar-nav .nav-link{
    color:#222;
}
.navbar-light .navbar-nav .nav-link .indicator{
    margin-left:5px;
}
.special-title .label-primary {
    color: #fff;
    /* background-color: #007bff;
    border-color: #007bff; */
    /* width:80px; */
    text-align:center;
    border-radius: 5px;
    height:28px;
    font-size:13px;
    line-height:28px;
    /* justify-content: center; */
    padding:0;
    
  }
.navbar .navbar-brand {
    font-size:24px;
    font-weight:500;
    height:72px;
    line-height:72px;
    padding-top:0px;
    padding-bottom:0px;
    margin-right:0rem !important;
}
.navbar .navbar-brand img {
   /* max-width: 100%;
    max-height: 100%;*/
    width:140px;
    height:auto;
}

#category .dropdown-menu li {
    padding: 5px 10px;
}

#category .dropdown-menu li.active {
    background: #eee;
}



.index-service-page{
    padding-bottom:100px;
    background-color: #f7f8fa;
    width:100%;
}
.index-product-page{
    padding-bottom:100px;
    background-color: #ffffff;
    width:100%;
}
.index-works-page{
    padding-bottom:100px;
    background-color: #f7f8fa;
    width:100%;
}
.index-news-page{
    background-color: #ffffff;
    width:100%;
    padding-bottom:80px;
}

/*通用块元素*/
.page-section-gray{
    width:100%;
    background-color:#f7f8fa;
}

/*solution*/
.solution-index{
    /* background:#fff; */
    /* padding:15px; */
    /* margin-bottom:20px; */
    /* border-top-left-radius: 15px;
    border-bottom-right-radius: 15px; */
}

.solution-body{
    margin-top:15px;
    padding:15px;
    display:flex;
    flex-wrap: wrap;
    background:#fff;
    /* padding-left:5px;
    padding-right:5px; */
    
}

.solution-block{
/*    background:#f5f5f5;*/
    min-height:150px;  
    margin-bottom:10px;
}

.solution-block h5{
    font-size:14px;
    font-weight: normal;
    /* margin-top:5px; */
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 18px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height:20px;

}
.solution-block .embed-responsive-4by3::before{
    padding-top:58% !important;
}

/*what we do*/
.works-index{
   margin-top:30px;
}

.works-body{
    margin-top:15px;
    /* padding:15px; */
    display:flex;
    flex-wrap: wrap;
    /* background:#fff; */
    /* padding-left:5px;
    padding-right:5px; */
    
}

.works-block{
/*    background:#f5f5f5;*/
    min-height:150px;  
    margin-bottom:30px;
    position:relative
}
.works-block .img-zoom{
    position:relative;
    z-index: 1000;
}
.works-block h5{
    font-size:18px;
    font-weight: normal;
    /* margin-top:5px; */
    background-color: #ffffff;
    padding: 16px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position:relative;
    z-index: 1;
}
.works-block h5:after{ position: absolute; left: 0; bottom:100px; content: ""; width: 100%; height: 100px; background:#027dff; display: block; -webkit-transition:all 0.4s;-o-transition:all 0.4s;transition: all 0.4s;}
.works-block:hover h5:after{bottom:0px;}
.works-block:hover h5 a{ color: #ffffff; z-index:100}
.works-block h5 a{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    position:relative;
    overflow: hidden;
    text-align: center;
}
.works-block .embed-responsive-4by3::before{
    padding-top:65% !important;
}
/*增加样式*/
.recommend-banner {
    /* margin-top:20px; */
    padding-left:0px;
    padding-right:0px;
    position:relative
}

.recommend-news{
    position:absolute;
    bottom:30px;
    left:auto;
    right:auto;
}

/*left*/
.cl-left {
    margin: 20px 0;
    /* padding-right:0px; */
}
.cl-left-index{
    margin:20px 0;
    padding-right:0px;
}


.recommend-bottom {
    display: flex;
    justify-content: space-between;
}

.recommend-item {
    width: 49%;
    /*height: 170px;*/
    overflow: hidden;
}
/*.cl-artical-content, .recommend-panel, .comment*/
.cl-artical-content, .recommend-panel {
    background-color: #fff;
    padding: 0 20px 20px 20px;
}

.cl-artical-content, .recommend-panel, .comment {
    background-color: #fff;
    padding: 0 20px 20px 20px;
}

.cl-artical-content .donate-img img {
    width: 200px;
}

.cl-artical-content .donate-img p {
    margin-top: 10px;
}

/*news-card*/
.index-news{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news-card {
    background-color: #fff;
    padding: 1rem;
    margin: 0px 0 30px 0;
  padding-top:0px;
}
.news-card .news-card-main{

    background-color:#f7f8fa
}
.news-card .news-card-image {
    padding-left:0px;
    padding-right:0px;

    overflow: hidden;
}

.news-card .news-card-image img {
    width: 100%;
    max-width: 100%;
}

.news-card .news-card-more a {
    color: #007bff;
}

.news-card-main-title a:hover, .news-card .news-card-more a:hover {
    text-decoration: underline;
}

.news-card-main-title {
    height: 2rem;
    overflow: hidden;
    margin-top:10px;

}

.news-card-main-title a {
    font-size: 1.2rem;
    color: #232323;
    font-weight: normal;
}

.news-card-main-title a:hover {
    text-decoration: underline;
}

.news-card-main-info {
    
    font-size: .9rem;
    color: #999;
    height: 2.6rem;
    display: -webkit-box; /* 作为弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 垂直排列子元素 */
    -webkit-line-clamp: 2; /* 限制在两行 */
    overflow: hidden; /* 隐藏超出的内容 */
    text-overflow: ellipsis; /* 多行时显示省略号 */
    margin: 0.9rem 0 0.9rem 0;
}
.news-card-time{
    font-size:.9rem;
    color:#999;
    margin-bottom:2rem;
}

.news-card-time .icons{
    color:#999;
    margin-right:6px;
}
 
/*card*/
.cl-card {
    background-color: #fff;
    padding: 1rem;
  margin: 0px 0 30px 0;
  padding-top:0px;
}

.cl-card .cl-card-image {
    overflow: hidden;
    padding-left:0px;
    padding-right:0px;

}

.cl-card .cl-card-image img {
    width: 100%;
    max-width: 100%;
}

.cl-card .cl-card-more a {
    color: #007bff;
}

.cl-card-main-title a:hover, .cl-card .cl-card-more a:hover {
    text-decoration: underline;
}

.cl-card-main .cl-card-time{
    font-size:.9rem;
    color:#999;
    /* margin-bottom: 2rem; */
}
.cl-card-main .cl-card-time .icons{
    color:#999;

}    


.cl-card-main-title {
    height: 2rem;
    overflow: hidden;

}

.cl-card-main-title a {
    font-size: 1.2rem;
    color: #333;
    font-weight: normal;
}

.cl-card-main-title a:hover {
    text-decoration: underline;
}

.cl-card-main-info {
    /* font-size: 1rem;
    color: #999;
    height: 3rem;
    overflow: hidden;
    margin: 0.5rem 0 2rem 0; */
    font-size: .9rem;
    color: #999;
    height: 2.6rem;
    display: -webkit-box; /* 作为弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 垂直排列子元素 */
    -webkit-line-clamp: 2; /* 限制在两行 */
    overflow: hidden; /* 隐藏超出的内容 */
    text-overflow: ellipsis; /* 多行时显示省略号 */
    margin: 0.9rem 0 0.9rem 0;
}

#postform .error{
        display: flex;
        justify-content: center;
        margin-top: 50px;
        color: #FF5232;
}
#postform .success{
    display: flex;
    justify-content: center;
    margin-top: 50px;
    color: #007bff;
}
/*page*/
.pagination .page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}

.pagination .page-item .page-link {
    color: #666;
}

.pagination {
    margin: 20px 0 0 0;
}

.pagination li.disabled .page-link {
    background-color: #eee;
    color: #999;
}

.pagination li.disabled {
    cursor: not-allowed;
}

/*right*/
.cl-right {
    margin: 20px 0;
    padding-left:0
}

.right-card-main {
    background-color: #fff;
    margin: 20px 0 0  0;
    /* border-top-right-radius: 20px;
    border-bottom-left-radius: 20px; */
}

.right-card-main .img-responsive {
    width: 100%;
}

.cl-code {
    width: 80%;
    margin: 10px auto;
    padding: 0 0 10px 0;
    display: flex;
  flex-direction: column;
}

.right-card-title {
    font-size: 1.2rem;
    color: #666;
    font-weight: 600;
    padding: 15px 0 10px 10px;
    position:relative;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
    display:flex;
    align-items: center;
}
.right-card-txt{
    font-size:1.2rem;
    margin-left:3px;
}
/*new add css 2025/08/01*/
.circle-ring {
  width: 18px;
  height: 18px;
  border: 5px solid #007bff;
  border-radius: 50%;
  background: #fff;
}

/*new add css 2025/08/01*/
.cl-code p {
    color: #999;
    line-height: 1.2rem;
    margin-top: 10px;
    text-align: center;
}

/*right-recommended*/
.right-recommended {
    padding: 10px;
    height: 120px;
    overflow: hidden;
}

.right-recommended-list {
    list-style: none;
    padding: 0 10px 20px 10px;
    box-sizing: border-box;
}

.right-recommended-list i {
    color: #999;
    margin-right: 4px;
}

.right-recommended-list li {
    width: 100%;
    /* border-bottom: 1px dashed #eaeaea; */
    color: #666;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical;
}
.right-recommended-list li a{
    width: 100%;
  display: block;
  overflow: hidden;
  height: 40px;
  line-height:40px;
  text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical;
}
/*label*/
.label {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;

}

.label li a {
    display: block;
    border: 1px solid #dbdbdb;
    padding: 2px 10px;
    margin: 0 8px 8px 0;
    color: #666;
}

.label li a:hover {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}

/*footer*/
.cl-footer-con{
    padding: 60px 0 60px 0;
    background-color:#2d2d2d;
    min-height:400px;
}
.cl-footer-left{
    min-height:300px;
}
.cl-footer-left .company-title{
   font-size:20px;
   color:#fff;
   margin-bottom:30px;

}
.cl-footer-left .company-wechat{
    display:flex;
    margin-top:40px;
}
.cl-footer-left .company-wechat-block{
    margin-right:30px;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.company-wechat-block img{
    width:120px;
    height:120px;
    margin-bottom:10px
}
.company-wechat-block p{
    font-size:12px;
}
.cl-footer-left .company-item{
    font-size:14px;
    margin-bottom:10px;
    color:#fff;
}
.cl-footer-right{
    border-left:1px solid #4d4d4d;
    min-height:300px;
    display:flex;
    justify-content: space-around;
}
.cl-footer-right .cl-footer-right-item{
    display:flex;
    flex-direction: column;
}
.cl-footer-right-item .common-title{
    margin-bottom:30px;
}
.cl-footer-right-item .common-title a{
    font-size:18px;
    color:#fff;
    
}
.cl-footer-right-item p{
    margin-bottom:20px;
    color:#fafafa;
    font-size:14px;

}
.cl-footer-right-item p a{
    font-size:14px;
    color:#fafafa;
    
}


.cl-footer {
    /* background-color: #f7f8fa; */
    background-color:#2d2d2d;
    text-align: center;
    padding: 2rem 0 1rem 0;
    margin: 0rem 0 0 0;
    /* border-top: 1px solid #f1f1f1; */
    border-top:1px solid #4d4d4d;
}

.cl-footer-link a {
    font-size: 20px;
    padding: 1rem 0;
    color: #666;
}

.cl-copyright {
    color: #666;
    font-size: 14px;
    line-height: 0.8em;
}
.cl-copyright text{
    padding-left:6px;
    padding-right:6px;
}
.cl-copyright .beian a{
    color: #666;
}

/*artical*/
.cl-artical {
    margin-bottom: 15px;
}

.cl-artical-title {
    padding: 20px 0 10px 0;
}

.cl-card-tag {
    color: #999;
    font-size: 1rem;
}

.cl-artical h1, .cl-artical h2, .cl-artical h3, .cl-artical h4, .cl-artical h5 {
    padding: 1.5rem 0 0.5rem 0;
}

.cl-artical h1 {
    font-size: 2rem;
}

.cl-artical h2 {
    font-size: 1.75rem;
}

.cl-artical h3 {
    font-size: 1.5rem;
}

.cl-artical h4 {
    font-size: 1.25rem;
}

.cl-artical h5 {
    font-size: 1rem;
}

.cl-artical {
    padding: 1.5rem 0 0 0;
    color: #666;
}

.cl-artical blockquote {
    font-size: 14px;
    padding: 1rem;
    border-left: 4px solid #eeeeee;
    background-color: #f9f9f9;
    /*font-style: italic;*/
    font-weight: bold;
    line-height: 1.8em;
}

/* .cl-artical blockquote:before {
    content: " “ ";
    font-size: 60px;
    vertical-align: bottom;
    color: #3F6600;
} */

.cl-artical blockquote span {
    font-size: 36px
}

.cl-artical table{
    border-collapse: collapse;
  display: table;
  width: 100%;
  
}
.cl-artical table tr:nth-child(2n) {
    background-color: #f7f7f7;
  }
.cl-artical table tr td{
    font-size: 14px;
  color: #4f4f4f;
  line-height: 22px;
  border: 1px solid #ddd;
  padding: 8px;
  word-break: normal !important;
  vertical-align: middle;
}

.cl-artical table tr th{
    font-weight: 700;
  background-color: #eff3f5;
  font-size: 14px;
  color: #4f4f4f;
  line-height: 22px;
  border: 1px solid #ddd;
  padding: 8px;
  word-break: normal !important;
  vertical-align: middle;
}

.cl-artical p img {
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    height: auto;
    display:block;
    margin:10px auto;
}

.cl-artical p {
    padding: 0.5rem 0 0.5rem 0;
    line-height: 1.8rem;
}

.cl-content-info {
    color: #999;
}




/*works*/
.cl-works {
    margin-bottom: 15px;
}

.cl-works blockquote {
    font-size: 14px;
    padding: 1rem;
    border-left: 4px solid #eeeeee;
    background-color: #f9f9f9;
    /*font-style: italic;*/
    font-weight: bold;
    line-height: 1.8em;
}

.cl-works blockquote span {
    font-size: 36px
}

.cl-works table{
    border-collapse: collapse;
  display: table;
  width: 100%;
  
}
.cl-works table  tr:nth-child(2n) {
    background-color: #f7f7f7;
  }
.cl-works table tr td{
    font-size: 14px;
  color: #4f4f4f;
  line-height: 22px;
  border: 1px solid #ddd;
  padding: 8px;
  word-break: normal !important;
  vertical-align: middle;
}
.cl-works table tr td > img{
  width:210px;
  height:auto;
}

.cl-works table tr th{
    font-weight: 700;
  background-color: #eff3f5;
  font-size: 14px;
  color: #4f4f4f;
  line-height: 22px;
  border: 1px solid #ddd;
  padding: 8px;
  word-break: normal !important;
  vertical-align: middle;
}

.cl-works-title {
    padding: 50px 0 10px 0;
    font-size:36px;
    text-align:center;
}

.cl-works-tag {
    color: #999;
    font-size: 1rem;
    border-bottom:1px solid #ccc;
    display:flex;
    justify-content: space-between;
    padding-top:20px;
    padding-bottom:10px;
    padding-left:5px;
    padding-right:5px;
}

.cl-works h1, .cl-works h2, .cl-works h3, .cl-works h4, .cl-works h5 {
    padding: 1.5rem 0 0.5rem 0;
}

.cl-works h1 {
    font-size: 2rem;
}

.cl-works h2 {
    font-size: 1.75rem;
}

.cl-works h3 {
    font-size: 1.5rem;
}

.cl-works h4 {
    font-size: 1.25rem;
}

.cl-works h5 {
    font-size: 1rem;
}

.cl-works {
    padding: 1.5rem 0 0 0;
    color: #666;
}

.cl-works blockquote {
    font-size: 14px;
    padding: 1rem;
    border-left: 4px solid #eeeeee;
    background-color: #f9f9f9;
    /*font-style: italic;*/
    font-weight: bold;
    line-height: 1.8em;
}

/* .cl-artical blockquote:before {
    content: " “ ";
    font-size: 60px;
    vertical-align: bottom;
    color: #3F6600;
} */

.cl-works blockquote span {
    font-size: 36px
}

.cl-works p img {
    vertical-align: middle;
    width: 60%;
    max-width: 60%;
    height: auto;
}

.cl-works p {
    padding: 0.5rem 0 0.5rem 0;
    line-height: 1.8rem;
}
.cl-works-content {
    background-color: #fff;
    padding: 0 30px 30px 30px;
}

.cl-works-image{
    margin-top:0px;
}

.cl-works-bar{
    width: 100px;
  height: 28px;
  margin: 50px 0 19px;
  text-align: center;
  line-height: 28px;
  color: #fff;
  background: #007bff;
  border-radius: 0 14px 0 14px;
}

.cl-works a {
    text-decoration: none;
    color: #007bff;
    border-bottom: 1px solid #b3d7ff;
  }
/*comment panel*/
.comment-panel {
    padding-bottom: 2rem;
    margin-top: 2rem;
    border-bottom: 1px solid #dee2e6;
    position: relative;
}

.comment-secondary-panel {
    padding-bottom: 0.5rem;
    margin-top: 1rem;
    padding-top: 1rem;
    background-color: #f4f4f4;
    position: relative;
}

.triangle-icon {
    position: absolute;
    left: 50px;
    top: -30px;
    color: #f4f4f4;
    font-size: 60px;

}

.comment-panel .comment-panel-portrait {
    position: absolute;
    top: 0;
    left: 0;
}

.comment-panel-portrait img {
    width: 60px;
    height: 60px;
}

.comment-panel .comment-panel-content {
    padding: 0 0 0 70px;
    width: 100%;
}

.comment-panel .comment-secondary-panel .comment-panel-content {
    padding: 0 0 10px 20px;
    width: 100%;
}

.comment-panel-content-item div {
    display: inline;
    padding: 0 0.5rem 0 0;
    font-size: 14px;
    color: #999;
}

.comment-panel-content-item .comment-author {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.comment-panel .comment-panel-content .comment-panel-content-main {
    margin-top: 0.5rem;
    color: #666;
}

.comment-panel .comment-panel-secondary {
    border: 1px solid #e5e5e5;
    padding: 0.5rem 0.5rem 0 0.5rem;
    margin: 0.5rem 0;
    background-color: #fffffb;
}

.comment-panel .comment-reply {
    position: absolute;
    right: 5px;
    top: 2px;
    color: #eee;
}

.comment-panel .comment-reply a {
    color: #999;
}

@media (min-width: 576px) {
    .ll-panel {
        max-width: 30%;
    }
}

/*comment form*/
.cl-comment-from {
    padding: 10px 0 0 0;
}

.cl-comment-from div {
    height: 3rem;
    border: 1px solid #dfdfdf;
}

.cl-comment-from button {
    float: right;
    border: none;
    background-color: #007bff;
    color: #fff;
    font-size: 16px;
    padding: 0.5rem 1rem;
    cursor: pointer;
    margin-top: 10px;
}

.cl-comment-from button:hover {
    background-color: #f38d00;
}

.cl-comment-from .input {
    border: 1px solid #ced4da;
    padding: 0.3rem 0.5rem;
    border-radius: 2px;
}

.cl-comment-from > div > textarea {
    border: none;
    width: 100%;
    height: 100%;
    line-height: 3rem;
    padding: 0 1rem;
    box-sizing: border-box;
}

.cl-comment-from > div > textarea:focus, .cl-comment-from button:focus {
    outline: none;
}

/*recommend aritical*/
.recommend-panel {
    margin: 20px 0;
}

.recommend-panel a.recommend-panel-link {
    display: block;
}

.recommend-panel-bottom {
    padding: 0.5rem;
    font-size: 14px;
}

.ll-title {
    margin: 3rem 0 1rem 0;
    color: #333;
}

.recommend-panel-top {
    overflow: hidden;
    height: 12rem;
}

.recommend-panel-top img, .recommend-item img, .cl-card-image img {
    width: 100%;
    max-width: 100%;
}

#comments h3, #respond h3 {
    font-size: 1.2rem;
    margin-top: 5px;
}

#respond h3 a {
    font-size: 1rem;
    color: #007bff;
}

.comment-panel #respond {
    margin-top: 1rem;
    padding: 0 0 0 70px;
}

.floatbar {
    width: 50px;
    position: fixed;
    right: 0;
    bottom: 40px;
    z-index: 999;
}

.floatbar a {
    display: block;
    padding: 5px 10px;
    font-size: 30px;
    opacity: .5;
}

.floatbar a:hover {
    opacity: 1;
}

.pagination {
    padding-left: 0;
    margin: 17px 0;
    border-radius: 3px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #2c3e50;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    /* border-bottom-left-radius: 3px;
    border-top-left-radius: 3px */
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    /* border-bottom-right-radius: 3px;
    border-top-right-radius: 3px */
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #11181f;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    background-color: #2c3e50;
    border-color: #2c3e50;
    cursor: default
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pager .pagination {
    margin: 0
}

.pager li {
    margin: 0 .4em;
    display: inline-block
}

.pager li:first-child > a, .pager li:first-child > span, .pager li:last-child > a, .pager li:last-child > span {
    padding: .5em 1.2em
}

.pager li > a, .pager li > span {
    border: 1px solid #e6e6e6;
    border-radius: .25em;
    padding: .5em .93em;
    font-size: 14px
}

/* 搜索建议 */
.autocomplete-suggestions {
    text-align: left;
    cursor: default;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    position: absolute;
    display: none;
    z-index: 1036;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

.autocomplete-suggestions .autocomplete-suggestion {
    padding: 5px 12px;
}

.autocomplete-suggestions .autocomplete-suggestion:hover {
    background: #f0f0f0;
}

/* 加载更多 */
.loadmore {
    width: 80%;
    margin: 1.5em auto;
    line-height: 1.6em;
    font-size: 14px;
    text-align: center;
}

.loadmore-tips {
    display: inline-block;
    vertical-align: middle;
}

.loadmore-line {
    border-top: 1px solid #E5E5E5;
    margin-top: 2.4em;
}

.loadmore-line .loadmore-tips {
    position: relative;
    top: -0.9em;
    padding: 0 .55em;
    background-color: #FFFFFF;
    color: #808080;
}
/*page-banner*/
.page-banner{
    background:#007bff;
    min-height:400px;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.page-banner-title{
    color:#fff;
    font-size:50px;
    padding-bottom:30px;
}
.page-banner-desc{
    width:60%;
    font-size:24px;
    color:#fff;
    text-align:center;
}

a.page-banner-btn{
    
    display: block;
  /* margin: 21px auto 0; */
  width: 200px;
  height: 60px;
  background: #FFFFFF;
    background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 20px 0px rgba(215, 103, 28, 0.3);
  border-radius: 47px;
  font-size: 20px;
  color: #333333;
  line-height: 60px;
  text-align: center;
  margin:30px auto;
  }
 a.page-banner-btn:hover{
    
        border: 1px solid #fff;
        color: #fff;
        background-color: transparent;
     
 }


.cl-artical p img{
    max-width:520px;
    width:60%;
    height:auto;
    display:block;
    margin:0 auto;
}

/*文章内页*/
.cl-article-banner{
    min-height:230px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.cl-article {
    margin-bottom: 15px;
}

.cl-article-title {
    padding: 50px 0 10px 0;
    font-size:36px;
    text-align:center;
}

.cl-article-tag {
    color: #999;
    font-size: 1rem;
    border-bottom:1px solid #ececec;
    display:flex;
    justify-content: space-between;
    padding-top:20px;
    padding-bottom:10px;
    padding-left:5px;
    padding-right:5px;
}

.cl-article h1, .cl-article h2, .cl-article h3, .cl-article h4, .cl-article h5 {
    padding: 1.5rem 0 0.5rem 0;
}

.cl-article h1 {
    font-size: 2rem;
}

.cl-article h2 {
    font-size: 1.75rem;
}

.cl-article h3 {
    font-size: 1.5rem;
}

.cl-article h4 {
    font-size: 1.25rem;
}

.cl-article h5 {
    font-size: 1rem;
}

.cl-article {
    padding: 2rem 0 0 0;
    color: #666;
}
.cl-article a {
    text-decoration: none;
    color: #007bff;
    border-bottom: 1px solid #b3d7ff;
  }

.cl-article blockquote {
    font-size: 14px;
    padding: 1rem;
    border-left: 4px solid #eeeeee;
    background-color: #f9f9f9;
    /*font-style: italic;*/
    font-weight: bold;
    line-height: 1.8em;
}

.cl-article blockquote span {
    font-size: 36px
}

.cl-article table{
    border-collapse: collapse;
  display: table;
  width: 100%;
  
}
.cl-article table  tr:nth-child(2n) {
    background-color: #f7f7f7;
  }
.cl-article table tr td{
    font-size: 14px;
  color: #4f4f4f;
  line-height: 22px;
  border: 1px solid #ddd;
  padding: 8px;
  word-break: normal !important;
  vertical-align: middle;
}
.cl-article table tr td > img{
  width:210px;
  height:auto;
}

.cl-article table tr th{
    font-weight: 700;
  background-color: #eff3f5;
  font-size: 14px;
  color: #4f4f4f;
  line-height: 22px;
  border: 1px solid #ddd;
  padding: 8px;
  word-break: normal !important;
  vertical-align: middle;
}
.cl-article p img {
    vertical-align: middle;
    width: 60%;
    max-width: 60%;
    height: auto;
    margin:10px auto;
    display:block;
   
}

.cl-article p {
    padding: 0.5rem 0 0.5rem 0;
    line-height: 1.8rem;
}

.cl-article-content {
    background-color: #fff;
    padding: 0 30px 30px 30px;
}
/*首页服务项目*/
.common-box{
    min-height:100px;
    height:calc(100% - 30px);
    background:#fff;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top:30px;
    /* border-top-right-radius: 20px;
    border-bottom-left-radius: 20px; */
    color:#333;
}
.common-box h2{
    position:relative;
    font-size:32px;
    font-weight: normal;
    padding-top:10px;
    padding-bottom:10px;
    z-index: 100;
 
}

.common-box h2::before {
    z-index:9;
    content: '';
    position: absolute;
    left: 0;
    bottom: 9px;
    width: 100%;
    height: 18px;
    background: rgba(0,123,255,0.36);
    background-size: 1em 1em;
    background-position: 0px -0.5em, 0.5em 0.5em;
    background-repeat: repeat-x;

  }
  .common-box .desc{
    /* font-family: "syne"; */
    font-size:16px;
    /* text-transform: uppercase; */
    font-weight:normal;
    text-align: center;
    margin:0 auto;
    width:65%;
  }
.common-index{
    min-height:200px;
    position:relative;
}
.common-index-block{
    background:#fff;
    margin-top:30px;
    min-height:100px;
    display:flex;
    flex-direction: column;
    padding:20px;
    /* border-top-right-radius: 20px;
    border-bottom-left-radius: 20px; */
    min-height:200px;
    position:relative;
}
.common-index:hover{
      border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    
}
.common-desc{
    font-size:13px;
    color:#91a2ae;
    padding-top:15px;
}
.common-link{
    padding-top:15px;
    border-top:1px solid #e8e8e8;
    display:flex;
    margin-top:15px;
    flex-wrap: wrap;
    justify-content: space-between;
 
}
.common-link-item{
    width:30%;
    padding-left:15px;
    padding-right:15px;
    margin-left:5px;
    margin-right:5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
  background: #f5f5f5;
  padding-top:15px;
  padding-bottom:15px;
  margin-bottom:15px;
  font-size:15px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
    
}
.common-item{
    /* margin-bottom:5px; */
    display:flex;
    align-items: center;
    height:auto;
    padding-bottom:15px;
    border-bottom:1px solid #e8e8e8;
    padding-left:25px;
}
.common-item h2{
    font-size: 1.5rem;
    color: #232323;
    font-weight: normal;
}
.common-item:hover h2{
    text-decoration: underline;
}
.common-item .mr-10 .fa{
    font-size:12px;
    width:12px;
    height:12px;
    text-align:center;
}
.common-item .mr-10{
    display:flex;
    padding:10px;
    /* background:#a5a5a5;
    color:#fff; */
    margin-right:10px;
    border-radius: 5px;
    background: #ecf0f3;
    color: #91a2ae;
    transition-duration: .2s;
    align-items: center;
    justify-content: center;
}
.common-item:hover .mr-10{
    background:#007bff;
    color:#fff; 
}



/*首页左侧*/
.service-box{
    min-height:78px;
    background:#fff;
    display:flex;
    align-items: center;
    justify-content: center;
/*     
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px; */
    color:#333;
}
.service-box h2{
    position:relative;
    font-size:21px;
    font-weight: normal;
    padding-top:10px;
    padding-bottom:10px;
}

.service-box h2::before {
    z-index:99;
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.5em;
    width: 100%;
    height: 1em;
    background:
            radial-gradient(circle at 50% 1.3em, transparent 24%, #007bff 28%, transparent 32%),
            radial-gradient(circle at 50% -0.3em, transparent 24%, #007bff 28%, transparent 32%),
            transparent;
    background-size: 1em 1em;
    background-position: 0px -0.5em, 0.5em 0.5em;
    background-repeat: repeat-x;

  }
.service-index{
    background:#fff;
    margin-top:20px;
    min-height:100px;
    display:flex;
    flex-direction: column;
    padding:20px;
    /* border-top-right-radius: 20px;
    border-bottom-left-radius: 20px; */
}

.service-desc{
    font-size:13px;
    color:#91a2ae;
    padding-top:15px;
}
.service-item{
    /* margin-bottom:5px; */
    display:flex;
    align-items: center;
    height:auto;
    padding-bottom:15px;
    border-bottom:1px solid #e8e8e8;
}
.service-item text{
    font-size:16px;
    color:#11181f
}
.service-item:hover text{
    text-decoration: underline;
}
.service-item .mr-10 .fa{
    font-size:12px;
    width:12px;
    height:12px;
}
.service-item .mr-10{
    display:flex;
    padding:10px;
    /* background:#a5a5a5;
    color:#fff; */
    margin-right:10px;
    border-radius: 5px;
    background: #ecf0f3;
    color: #91a2ae;
    transition-duration: .2s;
    align-items: center;
    justify-content: center;
}
.service-item:hover .mr-10{
    background:#007bff;
    color:#fff; 
}
/*应用方案*/
.app-item{
    /* display:flex;
    justify-content: space-between; */
    min-height:230px;
    margin-top:40px;
    margin-left:0px;
    margin-right:0px;
}
.app-item-l{
    background:#f7f8fa;
    min-height:230px;
    display:flex;
    flex-direction: column;
    padding:20px;
    /* width:calc(100% - 200px); */
    margin-left:0px;
    /* margin-right:15px; */
}
.app-item-l .app-item-title a{
    font-size:1.3rem;
    margin-bottom:20px;
    color:#232323
}
.app-item-l  .app-item-title a:hover{
    color:#232323;
    text-decoration: underline;
}
.app-item-desc{
    margin-top:18px;
    font-size:13px;
    color:#999;
}
.app-item-more{
    margin-top:30px;
}
.app-item-img{

    height:auto;
}
.app-item-r{
    margin-right:0px;
    /* width:200px; */
    min-height:180px;
    height:200px;
    background:#007bff;
    /* padding:40px; */
    /* background-image: url(../img/footer-bg.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-position:center center; */
    display:flex;
    align-items: center;
    justify-content: center;
}


.tags {
    margin: 0;
    display: inline-block;
    padding:0 10px 20px 10px;
  }
  .tags .tag {
    margin-bottom: 8px;
  }
  .tag {
    display: inline-block;
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #007bff;
    background: #e5f2ff;
    margin-right: 3px;
    border-radius: 2px;
  }
/*单页的banner*/
.page-common-banner{
    padding-left:0px;
    padding-right:0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width:100%;
    padding-top:50px;
    padding-bottom:50px;

  }
  .page-banner-list{
    display:flex;
    align-items: center !important;
    min-height:400px;
    /* padding:0px; */
    flex-direction: column;
    justify-content: center;
  }
  .page-common-banner-title{
    font-size:50px;
    color:#fff;
    width:100%;
  }
  .page-common-banner-desc{
    font-size:24px;
    color:#fff;
    width:100%;
    margin-top:30px
  }
  .page-common-banner-btngroup{
    width:100%;
    margin-top:30px
  }
  a.page-common-banner-btn{
    
    display: block;
  /* margin: 21px auto 0; */
  width: 200px;
  height: 60px;
  background: #FFFFFF;
    background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 20px 0px rgba(215, 103, 28, 0.3);
  border-radius: 47px;
  font-size: 20px;
  color: #333333;
  line-height: 60px;
  text-align: center;
  }
 a.page-common-banner-btn:hover{
    
        border: 1px solid #fff;
        color: #fff;
        background-color: transparent;
     
 }

 .common-position{
    font-size:18px;
    margin:0;
    height:65px;
    line-height:65px;
    font-weight:bold;
 }

 .common-index .circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    top: 56px;
    left: 40px;
    position: absolute;
    z-index: 1;
  }


.common-index:nth-of-type(1) .circle {border-color: #F9943C;}
.common-index:nth-of-type(2) .circle {border-color: #007AFF;}
.common-index:nth-of-type(3) .circle {border-color: #9A8CFF;}
.common-index:nth-of-type(4) .circle {border-color: #FF5232;}
.common-index:nth-of-type(5) .circle {border-color: #0AB99A;}
.common-index:nth-of-type(6) .circle {border-color: #FE973D;}
.common-index:nth-of-type(7) .circle {border-color: #FE5432;}
.common-index:nth-of-type(8) .circle {border-color: #4AE38B;}
.common-index:nth-of-type(9) .circle {border-color: #007AFF;}
.common-index:nth-of-type(10) .circle {border-color: #FF5232;}
.common-index:nth-of-type(11) .circle {border-color: #4AE38B;}
.common-index:nth-of-type(12) .circle {border-color: #007AFF;}

/*position-nav*/
.position-nav{
    display:flex;
    padding-top:20px;
    /* padding-bottom:10px; */
    list-style: none;
}
.position-nav > li {
    white-space: nowrap;      /* 文本不换行 */
    overflow: hidden;         /* 隐藏超出容器的内容 */
    text-overflow: ellipsis;  /* 使用省略号表示被截断的文本 */ 
  }
.position-nav > li + li::before {
    content: "\00a0/\00a0";
    padding: 0 5px;
    color: #ccc;
  }

  .article-prevnext {
    color: #666;
  }
  .entry-meta ul {
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #eeeeee;
  }
  .entry-meta ul li {
    line-height: 26px;
  }

/*小程序开发样式*/
.miniapp-banner{
    background-color:rgba(240,244,255,.5);
    min-width: 1370px;
    padding-top: 80px;
    padding-bottom: 60px;
}

/*需求提交*/
.need-submit-banner{
    width:100%;
}
.need-page{
    height: 264px;
    background:linear-gradient(45deg, #027dff, #027dff);
    background:#027dff;
    margin-bottom:80px;
    /* border-radius: 20px; */
  
}  
.need-page-title{
    font-weight: 600;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 56px;
  text-align: center;
  padding: 51px 0 16px 0;
}
.need-page-desc{
    font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
}
.need-page-btn{
  margin: 0 auto;
  width: 300px;
  padding: 0 15px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 20px;
  font-weight: bold;
  font-size: 15px;
  color: #222222;
  line-height: 40px;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 30px;
}
/*服务项目列表*/
.service-list-pages{
    background:#ffffff;
}
.service-list-page{
    padding-bottom:80px; 
}
.service-list-item{
    position:relative;
}
.service-list-item .circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    top: 19px;
    left: 40px;
    position: absolute;
    z-index: 1;
  }
.service-list-item:nth-of-type(1) .circle {border-color: #F9943C;}
.service-list-item:nth-of-type(2) .circle {border-color: #007AFF;}
.service-list-item:nth-of-type(3) .circle {border-color: #9A8CFF;}
.service-list-item:nth-of-type(4) .circle {border-color: #FF5232;}
.service-list-item:nth-of-type(5) .circle {border-color: #0AB99A;}
.service-list-item:nth-of-type(6) .circle {border-color: #FE973D;}
.service-list-item:nth-of-type(7) .circle {border-color: #FE5432;}
.service-list-item:nth-of-type(8) .circle {border-color: #4AE38B;}
.service-list-item:nth-of-type(9) .circle {border-color: #007AFF;}
.service-list-item:nth-of-type(10) .circle {border-color: #FF5232;}
.service-list-item:nth-of-type(11) .circle {border-color: #4AE38B;}
.service-list-item:nth-of-type(12) .circle {border-color: #007AFF;}

.service-list-block{
    color: #333333;
    background: #f5f5f5;
    padding-top:15px;
    padding-bottom:15px;
    margin-bottom:30px;
    font-size:15px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width:100%;
}
.service-list-block .service-list-item-text{
    padding-left:50px;
}
/*模块css*/
.common-block-page{
    background:#f7f8fa;
    padding-bottom:80px;
}
.common-block-item{
   background:#fff;
   border-radius: 10px;
   padding:20px;
   margin-bottom:30px;
   min-height:160px;
}
.common-block-item .title{
   font-size:15px;
   font-weight:bold;
   padding-bottom:20px;
   /* height:48px;
   line-height:48px; */
   border-bottom:1px solid #f5f5f5;
}
.common-block-item .desc{
    font-size:14px;
    color:#555;
    margin-top:15px;
}

.contact-item-page{
    padding-bottom:80px;
}
.contact-item{
    background:#fff;
    border-radius: 10px;
    padding:20px;
    margin-bottom:30px;
    min-height:160px;
 }
 .contact-item .contact-item-title{
    font-size:15px;
    font-weight:bold;
    padding-bottom:20px;
    /* height:48px;
    line-height:48px; */
    border-bottom:1px solid #ccc;
 }
 .contact-item .contact-item-desc{
     font-size:14px;
     color:#555;
     margin-top:15px;
 }
 
 .channel-list .row .col-xs-12 {
    min-height: 315px;
  }
  .channel-list .row .col-xs-12 h3 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    position: relative;
  }
  .channel-list .row .col-xs-12 h3 em{
    font-size:17px;
  }
  .channel-list .row .col-xs-12 h3 > a {
    font-size: 20px;
    position: relative;
    padding-left: 10px;
    font-weight:500
  }
  .channel-list .row .col-xs-12 h3 > a:before {
    position: absolute;
    top: 4px;
    left: 0px;
    content: ' ';
    width: 4px;
    height: 15px;
    background: #007bff;
    display: inline-block;
  }
  .channel-list .row .col-xs-12 h3 em {
    position: absolute;
    right: 5px;
    top: 7px;
    font-style: normal;
    font-weight: 400;
  }
  .channel-list .row .col-xs-12 h3 em a {
    font-size: 15px;
  }
  .channel-list .row .media {
    margin-bottom: 10px;
   margin-top:15px;
  }
  .channel-list .row .media .media-left {
    margin-right:10px;
  }
  .channel-list .row .media .media-left a {
    width: 110px;
 
    display: block;
  }
  .channel-list .row .media .media-left a .embed-responsive-4by3 {
    border-radius: 5px;
  }
  .channel-list .row .media .media-body {
    font-size: 12px;
  }
  .channel-list .row .media .media-body .media-heading {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top:8px;
    overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  }
  .channel-list .row .media .media-body p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 13px;
    padding-right: 15px;
  }
  .channel-list .row ul.inner-list li {
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-right: 40px;
    height: 30px;
    line-height: 30px;
  }
  .channel-list .row ul.inner-list li a {
    color: #616161;
  }
  .channel-list .row ul.inner-list li span {
    position: absolute;
    right: 0;
  }
  .panel-default {
    border: none;
    padding: 0 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
  }
  .panel-default > .panel-heading {
    position: relative;
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
  }
  .panel-default > .panel-heading .panel-title {
    font-size: 16px;
    /*color: @gray-dark;*/
  }
  .panel-default > .panel-heading .panel-title > i {
    display: none;
  }
  .panel-default > .panel-heading small {
    font-weight: normal;
    color: #999;
    font-size: 13px;
  }
  .panel-default > .panel-heading .more {
    position: absolute;
    top: 13px;
    right: 0;
    display: block;
    color: #919191;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 400;
    font-size: 13px;
  }
  .panel-default > .panel-heading .more:hover {
    color: #616161;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .panel-default > .panel-heading div.more {
    top: 17px;
  }
  .panel-default > .panel-heading .panel-bar {
    position: absolute;
    top: 7px;
    right: 0;
    display: block;
  }
  .panel-default > .panel-footer {
    padding: 15px 0;
    background: none;
  }
  .panel-default > .panel-body {
    position: relative;
    padding: 15px 0;
  }
  .panel-primary > .panel-heading {
    background-color: #46c37b;
    color: #fff;
  }
  .panel-primary > .panel-body {
    background: #fafafa;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .panel-gray {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  }
  .panel-gray > .panel-heading {
    background-color: #f5f5f5;
    color: #919191;
  }
  .panel-gray > .panel-body {
    color: #919191;
    background: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .panel-page {
    padding: 45px 50px 50px;
    min-height: 500px;
  }
  .panel-page .panel-heading {
    background: transparent;
    border-bottom: none;
    margin: 0 0 30px 0;
    padding: 0;
  }
  .panel-page .panel-heading h2 {
    font-size: 25px;
    margin-top: 0;
  }
  .p-0 {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
  }
  .pt-0 {
    padding-top: 0px !important;
  }
  .pr-0 {
    padding-right: 0px !important;
  }
  .pb-0 {
    padding-bottom: 0px !important;
  }
  .pl-0 {
    padding-left: 0px !important;
  }
  .px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .p-1 {
    padding-top: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 5px !important;
  }
  .pt-1 {
    padding-top: 5px !important;
  }
  .pr-1 {
    padding-right: 5px !important;
  }
  .pb-1 {
    padding-bottom: 5px !important;
  }
  .pl-1 {
    padding-left: 5px !important;
  }
  .px-1 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .py-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .p-2 {
    padding-top: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
  }
  .pt-2 {
    padding-top: 10px !important;
  }
  .pr-2 {
    padding-right: 10px !important;
  }
  .pb-2 {
    padding-bottom: 10px !important;
  }
  .pl-2 {
    padding-left: 10px !important;
  }
  .px-2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .py-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .p-3 {
    padding-top: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
  }
  .pt-3 {
    padding-top: 15px !important;
  }
  .pr-3 {
    padding-right: 15px !important;
  }
  .pb-3 {
    padding-bottom: 15px !important;
  }
  .pl-3 {
    padding-left: 15px !important;
  }
  .px-3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .py-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .p-4 {
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
  }
  .pt-4 {
    padding-top: 20px !important;
  }
  .pr-4 {
    padding-right: 20px !important;
  }
  .pb-4 {
    padding-bottom: 20px !important;
  }
  .pl-4 {
    padding-left: 20px !important;
  }
  .px-4 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .py-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }


/*电脑端特殊样式*/
@media (min-width: 1200px) {
    .page-article {
      max-width: 1296px;
    }
    .cl-card{
        padding-top:1rem;
        padding-left:2rem;
        padding-right:2rem;
        margin-bottom:20px;
    }

  }
 
  @media (min-width: 576px) { 
    
  }


  @media (min-width: 768px) {}
/*移动端样式设计*/
@media (max-width: 992px) {

    .need-page{
        height: 204px;
        background:linear-gradient(45deg, #027dff, #027dff);
        margin-bottom:80px;
        border-radius: 20px;
      
    }  
    .need-page-title{
        font-weight: 600;
      font-size: 19px;
      color: #FFFFFF;
      line-height: 27px;
      text-align: center;
      padding: 38px 0 10px 0;
    }
    .need-page-desc{
        font-weight: 400;
      font-size: 14px;
      color: #FFFFFF;
      line-height:26px;
      text-align: center;
    }
    .need-page-btn{
        margin: 0 auto;
      width: 200px;
      padding: 0 15px;
      height: 40px;
      background: #FFFFFF;
      border-radius: 20px;
      font-weight: bold;
      font-size: 12px;
      color: #222222;
      line-height: 40px;
      letter-spacing: 1px;
      text-align: center;
      margin-top: 20px;
    }
    .pagination {
        padding-left: 0;
        margin: 17px 0;
        border-radius: 3px;
        flex-wrap: wrap;
    }
    
    .pagination > li {
        display: inline;
        margin-bottom:10px;
    }
 
    .common-link-item{
        width:46%;
    }
    .works-index{
        margin-top:0px;
    }
    .works-body{
        margin-left:15px;
        margin-right:15px;
    }
    .works-block{
        margin-bottom:20px;
    }
    .works-block h5{
        font-size:1rem;
    }
    .works-block h5 a{
        overflow: hidden;
    }
    .common-box .desc{
        /* font-family: "syne"; */
        font-size:18px;
        /* text-transform: uppercase; */
        font-weight:normal;
        text-align: center;
        margin:0 auto;
        width:92%;
        margin-bottom:30px;
      }
    .cl-left {
        margin: 20px 0;
        padding-right:15px;
    }
    .cl-left-index {
        margin: 20px 0;
        padding-right:15px;
    }
    .news-card {
        background-color: #fff;
        padding: 1rem;
        margin: 0 0 30px 0;
        padding-top:0px;
        /* width:48%;
        max-width: 48%; */
        /* border-top-left-radius: 15px;
        border-bottom-right-radius: 15px; */
    }
    .news-card .news-card-image img {
        width: 100%;
        max-width: 100%;
        min-height:106px;
    }
    .cl-right{
        padding-left:15px;
    }
    /*底部修饰*/
    .cl-copyright{
        font-size:13px;
        line-height:23px;
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .navbar-toggler{
        padding:.25rem;
        border-radius: 0px;
    }
    .navbar-light .navbar-nav .nav-link{
        padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,.1);
    }
    .navbar-light .navbar-nav .active > .nav-link::before{
        display:none;
    }
    .navmobile{
      margin:30px auto;
    }
    .navmobile a{
        display:inline-block;
        padding:0 60px !important
    }

    .page-banner{
        /* margin-top:0px;
        padding-left:0px;
        padding-right:0px;
        margin-left:-15px;
        margin-right:-15px; */
        min-height:200px;
    }
    .page-banner-title{
        font-size:32px;
        padding-bottom:5px;
    }
    .page-banner-desc{
        font-size:16px;
        width:90%;
    }
    a.page-banner-btn{
        height:50px;
        line-height:50px;
        margin:20px auto;
    }
    /*列表样式*/
    .cl-card-main-title a{
        font-size:1.2rem;
        margin-top:10px;
    }
    .cl-card-main-info{
        margin-bottom:1.2rem;
        font-size:13px;
    }
    .index-works-page{
        padding-bottom:50px;
    }

    .page-banner-list{
        display:flex;
        align-items: center !important;
        min-height:200px;
        padding:0px 20px 0px 20px;
        flex-direction: column;
        justify-content: center;
      }
      .page-common-banner-title{
        font-size:32px;
        color:#fff;
        width:100%;
        text-align:center;
      }
      .page-common-banner-desc{
        font-size:14px;
        color:#fff;
        width:100%;
        margin-top:30px;
        text-align:center;
      }
      .page-common-banner-btngroup{
        width:100%;
        margin-top:30px
      }
      a.page-common-banner-btn{
        
        display: block;
      margin:0 auto;
      width: 200px;
      height: 38px;
      font-size: 16px;
      color: #333333;
      line-height: 38px;
      text-align: center;
      }
      .index-news-page{
        padding-bottom:50px;
      }
}   