html,body
{
    min-width: 640px;
}
[v-cloak]
{
    display: none;
}
body header {
    height: inherit;
}
header .main-header
{
    height: inherit;
}
body.homepage header {
    height: 100vh;
}
body.homepage header .main-header{
    height: 100vh;
}
header .main-header
{
    background: none;
}
#menu
{
    height: 15vh;
}
@media (max-width: 767px){
    #menu
    {
        height: auto;
        min-height: 15vh;
    }
}

.pagination {
    text-align: center;
    color: #333;
    font-size: 13px;
    margin: 20px auto;
    display: block;
  }
  .pagination div {
    display: inline-block;
  }
  .pagination .pagination_count {
    margin-right: 20px;
  }
  .pagination .pagination_count span {
    padding: 0 8px;
  }
  .pagination .pagination_item_list {
    font-size: 15px;
  }
  .pagination .pagination_item_list a {
    min-width: 12px;
    height: 23px;
    display: inline-block;
    line-height: 23px;
    text-align: center;
    border-radius: 3px;
    margin: 0 5px;
    padding: 0 6px;
    text-decoration: none;
    color: #333;
  }
  .pagination .pagination_item_list a.active {
    color: #fff;
    background-color: #0599d9;
  }
  .pagination .pagination_jump {
    margin-left: 20px;
  }
  .pagination .pagination_jump input {
    width: 60px;
    height: 26px;
    border-radius: 5px;
    margin: 0 10px;
    border: 1px solid #ccc;
    text-align: center;
    display: inline-block;
  }
  .pagination .pagination_jump .pagination_jump_btn {
    color: #fff;
    background-color: #0599d9;
    width: 23px;
    height: 23px;
    display: inline-block;
    line-height: 23px;
    text-align: center;
    border-radius: 3px;
    text-decoration: none;
    margin-left: 20px;
  }

.swiper-container
{
    height: 85vh;
}
.swiper-slide img
{
    width: 100%;
    height: 100%;
}
.slider_txt_area
{
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 15px 10% 40px 10%;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}
.slider_txt_title
{
    font-size: 26px;
}
.slider_txt
{
    font-size: 16px;
}

.technology-category-area
{
    margin: 20px auto;
    text-align: center;
}
.technology-category-item
{
    margin: 30px auto;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 10px;
}
.technology-category-item.active
{
    border: 2px solid #a6d1ff;
}
.technology-category-item img
{
    margin: 0 auto;
}
.technology-category-title
{
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
footer
{
    position: relative !important;
}
.footer_txt
{
    text-align: center;
    /* margin: 10px auto; */
    padding: 10px;
    font-size: 14px;
}
.parallax-bg
{
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.technology-category-area .swiper-container
{
    height: inherit;
    padding-bottom: 30px;
}
.slide_content_area
{
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
}
.slide_right_part img
{
    width: 100%;
    height: auto;
}
.slide_btn a
{
    color: #fff;
    display: inline-block;
    background: #a6d1ff;
    padding: 5px 15px;
    border-radius: 15px;
    margin: 20px auto;
    font-size: 14px;
    text-decoration: none;
}
.swiper_list
{
    margin: 50px auto;
}

.swiper_list .swiper-container
{
    display: none;
}
.swiper_list .swiper-container[data-active="true"]
{
    display: block;
}
/*我们的技术旧切换效果
.swiper_list .swiper-container.active
{
    display: block;
}
*/

/*应用案例*/
h2 a
{
    color: #333 !important;
    text-decoration: none !important;
}

.case_area
{
    overflow: hidden;
}
.case_area .case_item
{
    margin: 15px 0;
}
.case_area .case_item .case_img
{
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    background: #ccc;
}
.case_area .case_item .case_img img
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.case_area .case_item .case_content
{
    border: 1px solid #eee;
    padding: 0 20px 20px 20px;
}
.case_area .case_item .case_content .case_title
{
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin: 10px auto;
}
.case_area .case_item .case_content .case_txt
{
    text-align: left;
    height: 205px;
    display: -webkit-box;/** 对象作为伸缩盒子模型显示 **/
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;/** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 8;/** 显示的行数 **/
    overflow: hidden;
}
.case_area .case_item .case_content .case_date
{
    color: #a9a9a9;
    font-size: 13px;
    text-align: right;
    margin: 10px 0;
}
.case_area .case_item .case_content .case_btn a
{
    padding: 9px 20px;
    color: #fff;
    background-color: #42AB9E;
    margin: 10px 0;
    border-radius: 10px;
    font-weight: 400;
}

/*vue Ul滑动样式 start*/
.vue_fliter_area {
    /* overflow: hidden; */
    position: relative;
    padding: 10px 0;
    height: 50px;
  }
  .vue_fliter_area .vue_fliter_box {
    margin: 0 auto;
    width: 600px;
    height: 40px;
    border-radius: 40px;
    background-color: #e9f4ff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
  }
  .vue_fliter_area .vue_fliter_box ul {
    position: absolute;
    padding-left: 0;
    height: 40px;
    line-height: 40px;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    z-index: 2;
  }
  .vue_fliter_area .vue_fliter_box ul li {
    width: 120px;
    text-align: center;
    cursor: pointer;
    float: left;
    position: relative;
    list-style: none;
    font-size: 13px;
  }
  .vue_fliter_area .vue_fliter_box ul li:hover {
    color: #0599d9;
  }
  .vue_fliter_area .vue_fliter_box ul li.active {
    font-size: 14px;
    color: #fff;
    width: 120px;
    padding-left: 40px;
  }
  .vue_fliter_area .vue_fliter_box ul li.active:hover {
    color: #fff;
  }
  .vue_fliter_area .vue_fliter_box ul li.active:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background-image: url(../images/crown.png);
    top: 5px;
    left: 3px;
  }
  .vue_fliter_area:after {
    content: "";
    height: 50px;
    width: 160px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5px;
    border-radius: 50px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    background-color: #0599d9;
    color: #fff;
    z-index: 1;
  }
  .vue_fliter_area .vue_fliter_more {
    position: absolute;
    right: 15px;
    top: 20px;
    color: #fff;
    cursor: pointer;
  }
  /*vue Ul滑动样式 end*/
.baiduMap_container
{
    position: relative;
    padding-bottom: 100%;
}
#baidu_map
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.contact_area
{
    margin: 30px auto;
}
.BMapLib_SearchInfoWindow .BMapLib_nav input
{
    margin: inherit;
}
.BMapLib_search_text,.BMapLib_trans_text {
    width: 100% !important;
    height: 20px !important;
}

/*联系我们*/
#form1 .form_item span
{
    display: inline-block;
    width: 30%;
    text-align: left;
    vertical-align: top;
    padding-top: 10px;
}
#form1 .form_item input
{
    display: inline-block;
    width: 70%;
    height: 30px;
    margin: 10px auto;
    color: #000;
}
#form1 .form_item textarea
{
    display: inline-block;
    width: 70%;
    min-height: 80px;
    margin: 10px auto;
    color: #000;
}
#form1 .form_item .form_btn
{
    color: #fff;
    display: inline-block;
    background: #a6d1ff;
    padding: 5px 15px;
    width: 50%;
    cursor: pointer;
    font-weight: bold;
    border-radius: 15px;
    margin: 20px auto;
    font-size: 14px;
    text-decoration: none;
}
body header .main-header
{
    height: 47vh;
    background: url(../images/sup_showcase_bg.jpg) center center;
    overflow: hidden;
}
/*具体某个页面的头部背景*/
/*
body.technology header .main-header
{
    height: 47vh;background: url(../images/showcase_bg.jpg) center center;
}
*/
body .header-text {
    padding-left: 10%;
    margin-top: 12vh;
}
.header-text p,.header-text h1
{
    color: #fff;
}

.technology_content
{
    margin: 30px auto;
}
.technology_list
{
    overflow: hidden;
    margin: 30px auto;
}
.technology_list .technology_item
{
    margin: 20px auto;
    padding: 15px 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eee;
}
.technology_list .technology_item .technology_img
{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}
.technology_list .technology_item .technology_img img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.technology_list .technology_item .technology_title
{
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin: 10px auto;
}
.technology_list .technology_item .technology_txt
{
    text-align: left;
    display: -webkit-box;/** 对象作为伸缩盒子模型显示 **/
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;/** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 8;/** 显示的行数 **/
    overflow: hidden;
}
.technology_list .technology_item .technology_btn
{
    text-align: right;
}
.technology_list .technology_item .technology_btn a
{
    color: #fff;
    display: inline-block;
    background: #a6d1ff;
    padding: 5px 15px;
    border-radius: 15px;
    margin: 20px auto;
    font-size: 14px;
    text-decoration: none;
}
@media (max-width: 767px){
    .technology_list .technology_item .technology_btn
    {
        text-align: center;
    }
    .technology_list .technology_item .technology_btn a
    {
        width: 80%;
    }
}


.article_title
{
    font-size: 38px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin: 30px auto;
}
.article_info
{
    text-align: center;
}
.article_info div
{
    padding: 0 15px;
    display: inline-block;
    color: #333;
}
.article_content
{
    margin: 30px auto 80px auto;
    position: relative;
}
.article_content p
{
    text-indent: 2em;
}
.article_content img
{
    display: block;
    margin: 0 auto;
}

.label_fliter
{
    margin: 30px auto;
}
/*
.label_fliter .label_list
{
    
}
*/
.label_fliter .label_list .label_item
{
    display: inline-block;
    margin: 10px 10px 10px 0;
    padding: 3px 20px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.label_fliter .label_list .active
{
    color: white;
    background-color: #0599d9;
}
.home_case_txt
{
    margin-top: 0;
}
.home_case_txt .title
{
    font-weight: bold;
}
.home_case_txt .home_case_txt_area
{
    margin-top: 50%;
    transform: translateY(-50%);
}
