/*
 * LankeCMS (http://lankecms.com)
 * Copyright (c) 2013-2015 http://lankecms.com All rights reserved.
 * Author: 钟若天 <lankecms@163.com>
 */
 body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #3A3939;
}

a,
button {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

ul {
    list-style: none;
}

.logo {
    margin: 0px;
}

.flash img {
    width: 100%
}

.flash ul.bxslider {
    list-style: none;
}

.flash div.bx-pager {
    bottom: 4%;
}

.flash div.bx-controls-direction {
    display: none;
}

.main {}

.img-thumbnail:hover,
.opacity_img:hover {
    opacity: 0.8;
}

/*导航菜单*/
.navbar {
    margin: 0px;
    background-color: #fff;
    border: none;
    box-shadow: -6.553216px 4.588611px 12px rgba(148, 148, 148, 0.43);
}

#app_menudown {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 16px;
}

#app_menudown:hover {
    background-color: #66bdb5;
}


/*产品搜索*/
.search_group {
    margin: 30px 0px 0px 0px;
    border: 1px solid #dfe1e3;
}

.search_group input.form-control {
    border-radius: 0px;
    box-shadow: none;
    color: #2185c5;
    padding: 12px 10px;
    height: 36px;
    background: transparent;
    border: none;
}

.search_group input.form-control:focus {
    box-shadow: none;
    border-color: #b2e0fb;
}

.mysearch_btn {
    background-color: #1260aa;
    color: #fff;
}

.mysearch_btn:hover,
.mysearch_btn:focus {
    background-color: #00c6ff;
    color: #fff;
}

#submit_search {
    color: #31363c;
    font-size: 13px;
}

#submit_search:hover {
    color: #036eb8;
    cursor: pointer;
}

/*首页产品*/
.product_index {
    margin: 55px 0px 0px 0px;
}

.product_index h2 {
    color: #333333;
    text-align: center;
    margin: 0px;
    display: block;
    font-size: 26px;
}

.product_index span {
    display: block;
    width: 90px;
    margin: 0 auto;
    height: 2px;
    background-color: #036eb8;
    margin-top: 18px;
}

.product_list {
    clear: both;
    padding: 40px 0px 0px 0px;
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden;
}

.product_img {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 340px;
}

.imgbox {
    height: 262px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_img img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    max-height: 100%;
}

.product_list2 {
    padding-top: 35px;
}

.product_list2 div.product_img {
    min-height: 340px;
}

.product_title {
    margin: 15px 0px 0px 0px;
    height: 24px;
    line-height: 14px;
    text-align: center;
}

.product_title a {
    color: #060606;
    font-size: 16px;
    line-height: 16px;
}

.product_title a:hover {
    text-decoration: none;
    color: #036eb8;
}

.related_list {
    padding-top: 30px;
}

/*公司简介*/
.aboutus {
    color: #858585;
    background-position: center;
    padding: 50px 0px 75px 0px;
    margin-top: 20px;
}

.aboutus h2 {
    color: #fff;
    text-align: center;
    margin: 0px;
    display: block;
    padding: 0px 0px 10px 0px;
    font-size: 26px;
}

.aboutus span {
    display: block;
    width: 90px;
    margin: 0 auto;
    height: 2px;
    background-color: #fff;
    margin-top: 10px;
}

.aboutus img {
    max-width: 90%;
    display: block;
    margin: auto;
}

.aboutus p {
    line-height: 38px;
    font-size: 16px;
}

.about_box {
    background-color: #fff;
    margin-top: 40px;
    padding: 50px 0px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.view-all {
    margin-top: 8px;
    color: #fff;
    background-color: #036eb8;
    border: 0px;
    font-size: 16px;
    border-radius: 0px;
    padding: 12px 36px;
}

.view-all:hover,
.view-all:focus {
    color: #fff;
    background-color: #31363c;
}

/* 首页案例 */

.cases_list {
    clear: both;
    padding: 40px 0px 0px 0px;
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden;
}

.casessldh {
    margin: 10px 0px;
}

.cases_list a {
    text-decoration: none;
}

.anlibx {
    border: 8px solid #036eb8;
    background: #ebebeb;
}

.sustdat {
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #3f4041;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 0 15px;
    margin-bottom: 20px;
}

.catopimg {
    overflow: hidden;
    height: 193px;
    transition: all .5s ease-in-out;
}

.catopimg img {
    width: 100%;
    height: 100%;
    transition: all .5s ease-in-out;
}

.casessldh:hover .catopimg img {
    transform: scale(1.2);
}

.casestit {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    color: #3f4041;
}



/*首页新闻*/
.news_box {
    margin: 10px 0px 0px 0px;
}

.index_news {
    clear: both;
    list-style: none;
    margin: 0px;
    padding: 6px 0px 25px 0px;
}

.index_news li {
    color: #545455;
    line-height: 21px;
    padding: 10px 0px;
}

.index_news li a {
    color: #797979;
    font-size: 16px;
}

.index_news li a:hover {
    text-decoration: none;
    color: #97D5CF;
}

.news_time {
    float: right;
}


/*首页联系*/
.box_contact {
    background-color: #F5F6F6;
    padding: 50px 0px 60px 0px;
}

.box_contact h2 {
    color: #333333;
    text-align: center;
    margin: 0px;
    display: block;
    font-size: 26px;
    margin-top: 10px;
}

.box_contact i {
    display: block;
    width: 90px;
    margin: 0 auto;
    height: 2px;
    background-color: #8D9090;
    margin-top: 15px;
    margin-bottom: 50px;
}

.box_contact span {
    display: block;
    width: 40px;
    margin: 0 auto;
    color: #4E4E4E;
}

.box_contact h4 {
    text-align: center;
    font-weight: bold;
    color: #4E4E4E;
}

.box_contact p {
    text-align: center;
    color: #989898;
}

.box_contact p a {
    color: #989898;
}

.index_contact {
    margin: 10px 0px 45px 0px;
}

.index_contact P {
    clear: both;
    color: #060606;
    padding-bottom: 5px;
}

/*列表页*/
.list_box {
    clear: both;
    margin: 10px 0px 40px 0px;
}

.list_h2 {
    color: #060606;
    margin: 0px;
    display: block;
    padding: 30px 0px 15px 0px;
    color: #000;
    text-transform: uppercase;
    font-size: 22px;
    border-bottom: 1px solid #D8D8D8;
}

.page_bg {
    height: 230px;
    margin-top: 78px;
}

/*栏目导航*/
.left_nav {
    clear: both;
    padding-top: 10px;
}

.left_h2 {
    color: #060606;
    margin: 0px;
    display: block;
    padding: 30px 0px 15px 0px;
    color: #000;
    text-transform: uppercase;
    font-size: 22px;
    border-bottom: 1px solid #D8D8D8;
}

.left_nav_ul {
    list-style: none;
    padding: 0px;
    margin: 10px 0px 0px 0px;
}

.left_nav_ul>li {
    position: relative;
    padding: 8px 0px 8px 0px;
}

.left_nav_ul>li>a {
    text-decoration: none;
    color: #060606;
    font-size: 16px;
}

.left_nav_ul>li>a:hover,
.left_nav_ul li a.left_active {
    color: #036eb8;
}

/*小类*/
ul.left_snav_ul {
    list-style: none;
    padding: 0px;
    display: none;
    padding-top: 8px;
}

ul.left_snav_ul>li {
    margin: 0px;
    padding: 5px 0px 5px 10px;
    background: url(../images/left_sli.gif) 0px 13px no-repeat;
}

ul.left_snav_ul>li>a {
    border: 0;
    color: #060606;
    padding: 5px 0px 5px 0px;
}

ul.left_snav_ul>li>a:hover {
    text-decoration: none;
    color: #036eb8;
}

.menu_head {
    cursor: pointer;
    font: 600 18px/30px "Open Sans", sans-serif;
    width: 35px;
    text-align: center;
    color: #303c4b;
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 0px;
}

.menu_head:hover {
    color: #036eb8;
}

/*左侧新闻*/
.left_news {
    clear: both;
    list-style: none;
    margin: 0px;
    padding: 10px 0px 0px 0px;
}

.left_news li {
    color: #545455;
    border-bottom: 1px dotted #dddddd;
    background: url(../images/li.png) no-repeat left 15px;
    line-height: 21px;
    padding: 10px 0px;
    padding-left: 16px;
}

.left_news li a {
    color: #060606;
}

.left_news li a:hover {
    text-decoration: none;
    color: #036eb8;
}

/*新闻列表*/
.list_news {
    clear: both;
    list-style: none;
    margin: 0px;
    padding: 16px 0px 20px 0px;
}

.list_news li {
    color: #898989;
    background: url(../images/li.png) no-repeat left 14px;
    line-height: 22px;
    padding: 8px 0px;
    padding-left: 13px;
    border-bottom: 1px dashed #e3e2e2;
    /*dotted*/
}

.list_news li a {
    color: #060606;
}

.list_news li a:hover {
    text-decoration: none;
    color: #33C5B7;
}

.contents {
    clear: both;
    padding: 18px 2px 0px 2px;
    line-height: 32px;
    overflow: auto;
}

.contents h1 {
    margin: 0px;
    padding: 24px 0px;
    text-align: center;
    font-size: 26px;
    color: #434343;
    font-weight: bold;
    line-height: 34px;
}

/*分页样式*/
.page {
    clear: both;
    margin: 20px 0px 0px 0px;
    text-align: center;
}

.page a {
    display: inline-block;
    font-family: Arial;
    font-size: 13px;
    border: #dbdbdb 1px solid;
    padding: 4px 9px;
    margin: 2px;
    margin-bottom: 5px;
    color: #31363c;
    text-decoration: none
}

.page a:hover,
.page a:focus {
    font-family: Arial;
    font-size: 13px;
    border: #000 1px solid;
    padding: 4px 9px;
    color: #fff;
    background-color: #31363c;
}

.page .current {
    font-family: Arial;
    border: #000 1px solid;
    font-size: 13px;
    padding: 5px 9px;
    color: #fff;
    margin: 2px;
    background-color: #31363c
}

/*产品展示*/
#pic-page {
    text-align: center;
    margin-top: 10px;
}

#pic-page a {
    margin: 0 2px;
}

#pic-page a img {
    width: 40px;
    padding: 2px;
    border: solid #ccc 1px;
    margin-bottom: 5px;
}

#pic-page a:hover img,
#pic-page a.active img {
    border: solid #5280DD 1px;
}

.showpic_box,
.proinfo_box {
    margin: 30px 0px 20px 0px;
}

.product_h1 {
    margin: 0px;
    line-height: 22px;
    font-size: 18px;
    color: #0394A7;
    padding-bottom: 10px;
    border-bottom: 1px dotted #cccccc;
}

.product_info {
    list-style: none;
    padding: 0px;
    margin-top: 10px;
}

.product_info li {
    line-height: 24px;
    padding-bottom: 12px;
}

.product_con {
    clear: both;
    border-top: 1px dotted #ccc;
    margin: 10px 0px 20px 0px;
    padding: 20px 0px 0px 0px;
    line-height: 26px;
    color: #060606;
    overflow: auto;
}

.download_btn {
    text-align: right;
    margin: 10px 10px 20px 0px;
}

.page-btn {
    background-color: #036eb8;
    border-radius: 0px;
    border: none;
}

.page-btn:hover {
    background-color: #31363c;
}

.grey-btn {
    border-radius: 0px;
    border: none;
    background-color: #E8E8E8;
}

.grey-btn:hover {
    background-color: #ccc;
}

.related_news {
    padding: 10px 0px 50px 0px;
    clear: both;
}

.a2a_default_style {
    display: inline-block;
}

/*在线留言订购*/
.feedback {
    margin-top: 50px;
}

.form-horizontal .form-group {
    margin-right: -10px;
    margin-left: -10px;
}

.codeimg {
    margin: 0px 0px -10px -18px;
}


/*上一个下一个*/
.point {
    clear: both;
    margin: 20px 0px 40px 0px;
    padding-bottom: 40px;
    line-height: 22px;
}

.point span.to_prev {
    text-align: center;
}

.point span.to_prev a {
    color: #0068b7;
}

.point span.to_prev a:hover {
    color: #ea042b;
    text-decoration: none;
}

.point span.to_next {
    text-align: center;
}

.point span.to_next a {
    color: #0068b7;
}

.point span.to_next a:hover {
    color: #ea042b;
    text-decoration: none;
}

/*标签样式*/
.tags {
    margin: 18px 0px 10px 0px
}

.tags a {
    margin: 0px 5px 8px 0px
}

.tags_list {
    padding: 5px 10px 100px 10px
}

.tags_ul {
    margin-top: 0px;
}

.tags_ul li {
    line-height: 28px;
    margin-bottom: 8px;
    padding-bottom: 10px;
}

.tags_ul h3 {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    line-height: 20px;
}

.tags_ul p {
    font-size: 13px;
    padding: 0px;
    margin: 0px;
    color: #a0a0a0;
    line-height: 20px;
    padding-top: 8px;
}

/*网站地图*/
ul.ul_sitemap {
    margin: 30px 0px 40px 30px;
}

ul.ul_sitemap li {
    list-style: none;
    line-height: 26px;
    clear: both;
}

ul.ul_sitemap li a {
    color: #7d7d7d;
}

li.small_li_sitemap {
    clear: both;
    padding-left: 12px;
}

li.small_li2_sitemap {
    float: left;
    padding-left: 20px;
}

#translate {
    width: 280px;
    margin: 0 auto;
}

/*首页Tags*/
.tags_box {
    background-color: #097B86;
    padding: 7px 0px 10px 0px;
    text-align: center;
    color: #F7F7F7;
    border-top: 1px solid #036eb8;
}

.tags_box a {
    color: #F7F7F7;
    border-right: 1px solid #F7F7F7;
    padding: 0px 8px 0px 8px;
}

.tags_box a:hover {
    text-decoration: none;
    color: #CDDC39;
}

.tags_box a:last-child {
    border-right: 0px;
}

.tags_box button {
    display: none;
}

.tags_title {
    font-size: 16px;
    margin-right: -6px;
}

.tags_title a {
    padding: 0px 10px 0px 0px;
}

.tags_title:after {
    content: ":";
}

/*友情链接*/
.link_box {
    background-color: #097B86;
    padding: 10px 0px;
    text-align: center;
    color: #F7F7F7;
}

.link_box a {
    color: #F7F7F7;
    border-right: 1px solid #F7F7F7;
    padding: 0px 10px 0px 10px;
}

.link_box a:hover {
    text-decoration: none;
    color: #CDDC39;
}

.link_box a:last-child {
    border-right: 0px;
}

.link_box button {
    display: none;
}

.link_title {
    font-size: 16px;
    margin-right: -6px;
}

.link_title:after {
    content: ": ";
}


/*底部信息*/
footer {
    text-align: center;
    background-color: #000000;
    color: #F7F7F7;
    padding: 40px 0px 25px 0px;
    font-size: 13px;
}

.copyright {
    line-height: 20px;
}

.copyright a {
    color: #F7F7F7;
}

.copyright a:hover {
    color: #fff;
}

.foot_nav {
    width: 33.3%;
    float: left;
    background-color: #fafafa;
    text-align: center;
    color: #898989;
}

.foot_nav:hover,
.foot_nav:focus {
    background-color: #e4e4e4;
    cursor: pointer;
}

.foot_nav a {
    color: #898989;
    display: block;
}

.foot_nav a:hover,
.foot_nav a:focus {
    text-decoration: none;
}

.foot_nav span {
    display: block;
    padding: 3px 0px 0px 0px;
    color: #898989;
}

.webshare {
    width: 200px;
    padding: 5px;
}

/*大屏幕*/
@media screen and (min-width: 769px) {
    .logo {
        margin: 10px 0px 0px 0px;
        max-width: 330px;
        max-height: 78px;
    }

    .flash {
        margin-top: 78px;
    }

    .navbar {
        min-height: 80px;
    }

    .navbar-nav {
        float: right;
    }

    .navbar-nav>li>a {
        text-align: center;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 30px 14px 30px 14px;
        color: #036eb8;
        font-weight: bolder;
        text-transform: uppercase;
        
    }

    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus {
        background-color: #036eb8;
        color: #fff;
    }

    .nav_small {
        background-color: #fff;
        padding: 15px 0px 15px 0px;
        border-radius: 0px;
        border: none;
    }

    .nav_small>li>a {
        line-height: 30px;
        color: #312b2b;
    }

    .nav_small>li>a:hover {
        background-color: #036eb8;
        color: #fff;
    }

    #app_menudown,
    #small_search {
        display: none;
    }

    .index_left_nav,
    .footer_nav {
        display: none;
    }
}

/*小屏幕*/
@media screen and (max-width: 768px) {
    .logo {
        margin: 5px 0px 3px 5px;
        max-width: 180px;
        max-height: 42px;
    }

    .flash {
        margin-top: 50px;
    }

    .navbar {
        min-height: 50px;
    }

    .navbar-default .navbar-brand {
        color: #fff;
    }

    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus {
        color: #fff;
    }

    .navbar-toggle {
        border: none;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {}

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #F5F6F6;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #036eb8;
    }

    .navbar-default .navbar-nav {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .navbar-default .navbar-nav>li {}

    .navbar-default .navbar-nav>li:last-child {
        border: none;
    }

    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #312b2b;
        text-transform: uppercase
    }

    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        background-color: #036eb8;
        color: #fff;
    }

    header {
        padding-top: 10px;
    }

    #topsearch {
        display: none;
    }

    .flash div.bx-pager {
        /*display:none;*/
    }

    .aboutus {
        padding: 35px 0px 10px 0px;
        border-top: 2px solid #F2F2F2;
        border-bottom: 2px solid #F2F2F2;
        margin: 30px 0px 10px 0px;
    }

    .aboutus h2 {
        font-size: 22px;
        color: #333333;
    }

    .aboutus span {
        background-color: #036eb8;
    }

    .aboutus p {
        font-size: 14px;
        line-height: 28px;
        margin-top: 18px;
        text-align: center;
    }

    .aboutus img {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0px;
    }

    .view-all {
        display: block;
        width: 70%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .box_contact {
        margin-top: 20px;
        padding-bottom: 30px;
    }

    .box_contact h2 {
        font-size: 24px;
        margin-top: 0px;
    }

    .box_contact i {
        margin-bottom: 40px;
    }

    .box_contact p {
        margin-bottom: 40px;
    }

    .page_bg {
        display: none;
    }

    .list_box {
        margin: 30px 0px 0px 0px;
    }

    .feedback {
        margin-top: 20px;
    }

    .path_bg {
        padding-left: 0px;
    }

    .product_index {
        margin-top: 40px;
    }

    .product_index h2 {
        font-size: 24px;
    }

    .product_list {
        padding-top: 40px;
    }

    .product_img {
        min-height: 120px;
        margin-bottom: 25px;
    }

    .product_list2 div.product_img {
        min-height: 120px;
        margin-bottom: 25px;
    }

    .product_title {
        margin-bottom: 5px;
    }

    .product_title a {
        font-size: 14px;
        font-weight: none;
    }

    .product_desc {
        font-size: 12px;
        line-height: 18px;
    }

    .product_con img,
    .contents img {
        width: 100%;
    }

    .contents h1 {
        font-size: 22px;
        font-weight: normal;
        padding: 8px 0px;
    }

    .news_time {
        display: none;
    }

    .list_related {
        margin-top: 30px 0px 0px 0px;
        clear: both;
    }

    .index_left_nav {
        margin: 0px 12px;
        padding-top: 0px;
    }

    .left_nav {
        padding-top: 0px;
    }

    .footer_nav {
        background-color: #fafafa;
    }

    #pic-page a img {
        width: 35px;
    }

    #cmsFloatPanel {
        display: none;
    }

    .point span.to_prev,
    .point span.to_next {
        text-align: left;
        padding-bottom: 8px;
    }

    .link_box {
        padding-left: 7px;
    }

    .link_box a {
        display: block;
        border-right: 0px;
        padding: 4px 0px;
    }

    .link_title {
        display: block;
    }

    .link_title:after {
        content: "";
    }

    .link_box button {
        display: inline-block;
        background-color: transparent;
        border: none;
        float: right;
        margin-top: -20px;
    }

    .link_box button:hover,
    .link_box button:focus {
        color: #99A1C5;
    }

    .link_list {
        display: none;
    }

    .tags_box {
        padding-left: 7px;
    }

    .tags_box a {
        display: block;
        border-right: 0px;
        padding: 4px 0px;
    }

    .tags_title {
        display: block;
    }

    .tags_title:after {
        content: "";
    }

    .tags_box button {
        display: inline-block;
        background-color: transparent;
        border: none;
        float: right;
        margin-top: -20px;
    }

    .tags_box button:hover,
    .tags_box button:focus {
        color: #99A1C5;
    }

    .tags_rows {
        display: none;
        padding: 0px;
    }

    footer {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .copyright_p {
        display: none;
    }
}

/*414px到768px*/
@media screen and (min-width:320px) and (max-width:768px) {

    .col-mm-1,
    .col-mm-2,
    .col-mm-3,
    .col-mm-4,
    .col-mm-5,
    .col-mm-6,
    .col-mm-7,
    .col-mm-8,
    .col-mm-9,
    .col-mm-10,
    .col-mm-11,
    .col-mm-12 {
        float: left;
    }

    .col-mm-12 {
        width: 100%;
    }

    .col-mm-11 {
        width: 91.66666667%;
    }

    .col-mm-10 {
        width: 83.33333333%;
    }

    .col-mm-9 {
        width: 75%;
    }

    .col-mm-8 {
        width: 66.66666667%;
    }

    .col-mm-7 {
        width: 58.33333333%;
    }

    .col-mm-6 {
        width: 50%;
    }

    .col-mm-5 {
        width: 41.66666667%;
    }

    .col-mm-4 {
        width: 33.33333333%;
    }

    .col-mm-3 {
        width: 25%;
    }

    .col-mm-2 {
        width: 16.66666667%;
    }

    .col-mm-1 {
        width: 8.33333333%;
    }
}

.currentp {
    line-height: 50px;
    margin-bottom: 0px;
    padding: 0px 15px;
}
.currentp a{
    color: #3A3939;
}
/* 产品详情页 */

.mianright {
    float: right;
    margin-bottom: 20px;
}

.mianleft {
    float: left;
    margin-bottom: 20px;
}

.mianleftbx {
    border: 1px solid #036eb8;
}

.mianleft h2 {
    background: #036eb8;
    text-align: center;
    margin: 0;
    padding: 20px 0px;
    color: #fff;
    font-size: 20px;
}

.newbox ul {
    padding-left: 0px;
}

.newbox ul>li {
    padding: 0px 10px;
    line-height: 28px;
}

.newbox ul>li>a {
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dcdcdc;
    display: block;
    color: #666;
    transition: all 0.5s;
}

.newbox ul>li>a:hover {
    color: #036eb8;
    text-decoration: none;
}

.newbox ul>li p {
    margin-bottom: 0px;
    margin-left: 5px;
}

.p_left {
    float: left;
    overflow: hidden;
}

.p_right {
    float: right;

}

.p_right span {
    border-radius: 50%;
    padding: 1px 5px;
    background: #666;
    color: #fff;
    font-weight: 600;
    transition: all 0.5s;
}

.newbox ul>li>a:hover .p_right span {
    background: #036eb8;
}

.mianright_top {
    height: 40px;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    justify-content: space-between;
}

.mianright_top p {
    margin-bottom: 0px;
}

.mianright_top p:nth-child(1) {
    font-size: 18px;
    color: #666;
}

.mianright_top p:nth-child(2) a {
    color: #666;
}

.mianright_top p:nth-child(2) a:hover {
    color: #036eb8;
}

.right_minute {
    overflow: hidden;
}

.right_minute h3 {
    text-align: center;
    font-size: 20px;
}

@media screen and (min-width: 767px) {

    .p_left {
        width: 82%;
    }
}

@media screen and (max-width: 767px) {
    .p_left {
        width: 82%;
    }
}

.minuteimg {
    display: flex;
    align-items: center;
    height: 382px;
    justify-content: center;
}

.minuteimg img {

    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.minutehead_tag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.minutehead_tag span {
    padding: 5px 10px;
    margin: 5px;
    background: #dbdbdb;
    border-radius: 10px;
}

.minutehead_size {
    padding: 10px 0px;
    border-top: 1px solid #a0a0a0;
    height: 235px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
}



.minute_con h2 {
    border-bottom: 1px solid #dcdcdc;
    font-size: 20px;
    line-height: 36px;
    margin: 10px 0px;
}

.promain {
    padding: 10px;
    overflow: hidden;
}

/* 产品页 */

.products {
    margin: 20px 0px;
    overflow: hidden;
}

.product_box {
    margin-bottom: 10px;

}

.productbx {
    border: 1px solid #ddd;
    padding: 15px 15px 5px 15px;
    transition: all 0.3s;
}

.productbx:hover {
    border-color: #036eb8;
}

.productbx:hover h4 {
    color: #036eb8;
}

.product_box a {
    text-decoration: none;
}

.product_boximg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 253px;
}

@media screen and (max-width: 767px) {
    .product_boximg {
        height: 123px;
    }
}

.product_boximg img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.product_box h4 {
    color: #000;
    font-size: 16px;
    transition: all 0.3s;
    font-weight: 600;
    height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
}

.product_box p {
    height: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #7d7d7d;
    text-align: center;
}

.laypage {
    margin: auto;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
}

.laypage p {
    display: block;
    margin: 10px 0px;
    overflow: hidden;
}

.laypage a {
    padding: 5px 15px;
    margin: 5px 5px;
    line-height: 20px;
    color: #036eb8;
    border: 1px solid #036eb8;
    text-decoration: none;
    display: block;
    float: left;
}

.laypage a:hover {
    background: #036eb8;
    color: #fff;
}

.current {
    padding: 5px 15px;
    margin: 5px 5px;
    line-height: 20px;
    border: 1px solid #036eb8;
    text-decoration: none;
    display: block;
    float: left;
    display: block;
    background: #036eb8;
    color: #fff !important;
}


/* successfulCase */

.casebox {
    margin-bottom: 20px;
}

.caseboxbx {
    border: 1px solid #036eb8;
}

.caseboxbx a {
    text-decoration: none;
}

.caseimg {
    overflow: hidden;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .caseimg {
        height: 151px;
    }
}

.caseimg img {
    max-width: 100%;
    max-height: 100%;
    padding: 5px;
    transition: all 0.5s;
}

.caseboxbx:hover .caseimg img {
    transform: scale(1.16);
}

.caseboxbx p {
    background: #036eb8;
    margin-bottom: 0px;
    color: #fff;
    padding: 10px 10px;
    height: 56px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.caseboxbx p>span {
    display: block;
    height: 36px;
    overflow: hidden;
    text-align: center;
}

/* news */

.newscenter {
    margin-bottom: 20px;

}

.newsbx {
    border-bottom: 1px solid #dcdcdc;
}

.newsimg {
    overflow: hidden;
    height: 246px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsimg img {
    max-width: 100%;
    max-height: 100%;
    padding: 10px;
    transition: all 0.5s;
}

@media screen and (max-width: 767px) {
    .newsimg {
        height: 200px;
    }
}

.newscenter:hover .newsimg img {
    transform: scale(1.16);
}

.newscenter:hover .newsbx p {
    color: #036eb8;
}

.newsbx a {
    text-decoration: none;
}

.newsbx p {
    color: #434343;
    font-size: 16px;
    text-align: center;
}

.newsbx p>span {
    height: 44px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsdata {
    margin: 10px 0px;
}



/* Newsdetails */

.products .news_top {
    font-size: 18px;
    text-align: center;
    border-bottom: 1px dashed #dedede;
    padding-bottom: 10px;
}

.new_time {
    text-align: left;
    color: #999;
    font-size: 14px;
    background: #f5f5f5;
    padding: 10px 20px;
    border: 1px solid #eee;
}

.new_time span {
    padding: 0px 5px;
}

.newsmain {
    padding: 20px 0px;
}

.newslay {
    padding: 5px;
    border: 1px dashed #dedede;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newslay span {
    width: 50%;
    padding: 0px 10px;
}

.newslay a {
    color: #3A3939;
}

.newslay a:hover {
    color: #036eb8;
}

/* case details */
.case_title {
    font-size: 20px;
    text-align: center;
}

.casemain {
    padding: 10px 0px;
}


/* aboutus */


.abouttop {
    text-align: center;
    color: #036eb8;
    border-bottom: 1px solid #036eb8;
    padding-bottom: 10px;
}

.aboutxian {
    padding: 20px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.absleft img {
    width: 100%;
}

.absright {
    padding: 20px 15px;
}


/* contact us */

.contactus {
    overflow: hidden;
}

.conleft h3 {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.conleft p {
    color: #555;
    font-size: 16px;
    padding-left: 10px;
}

.tomgy {
    color: #b73a34;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

.conright {
    min-height: 500px;
}

/* feedback */

.Open_inquiry_back {
    background: #036eb8;
    display: flex;
    align-items: center;
}

@media (min-width:767px) {
    .Open_inquiry_back_left {
        margin-left: 30px;
    }
}

@media (max-width:767px) {
    .Open_inquiry h1 {
        margin-bottom: 20px;
        margin-top: 0px;
    }

    .Open_inquiry_back_left {
        margin-left: 0px;
    }
}

.Open_inquiry_back_left img {
    width: 130px;
    padding: 10px;
}

.Open_inquiry_back_right {
    margin-left: 10px;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.Open_inquiry_back_right p {
    line-height: 25px;
}

.Open_inquiry_from {
    margin-top: 20px;
}

.inquiry_frame {
    color: #919399;
    transition: all 0.8s;
}

.inquiry_frame span {
    width: 80px;
    float: left;
}

.inquiry_frame input {
    margin: 10px 0px;
    padding: 14px 10px;
    border: 1px solid #036eb8;
    border-radius: 5px;
    color: #919399;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}

.form-controls {
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.inquiry_frame button {
    background: #036eb8;
    color: #fff;
    width: 100%;
    border: 0;
    margin: 0 auto;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.layui-input {
    height: 45px;
    width: 87%;
    padding-left: 5px;
    font-size: 16px;
    display: inline-block;
}

.layui-btn {
    height: 45px;
}

.layui-btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #fff;
}

.captcha-input {
    height: 45px;
    padding-left: 5px;
    font-size: 16px;
}

.layui-form {
    width: 30%;
    height: 60%;
    margin: 0 auto;
    margin-top: 7%;
    padding: 15px 28px 0px;
    background: #fff;
}

.layui-input-block {
    margin-left: 0;
}

.layui-input-block a {
    color: blue;
    float: right;
    line-height: 30px;
    font-size: 14px;
}

h1 {
    text-align: center;
    color: #1d598e;
}

input.text {
    text-align: center;
    padding: 10px 20px;
    width: 300px;
}

#canvas {
    display: inline-block;
    border: 1px solid #036eb8;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 10px;
    height: 46px;
}

.code {
    width: 400px;
    margin: 0 auto;
}

.input-val {
    background: #ffffff;
    border-radius: 5px;
    border: none;
    padding: 0 0 0 12px;
    border: 1px solid rgba(0, 0, 0, .2);
}

@media (min-width:767px) {
    .inquiry_VType {
        width: 50%;
        margin: 0 auto;
    }

    .inquiry_frame {
        display: flex;
        align-items: center;
    }

    .inquiry_frame input {
        width: 87%;
    }

    .inquiry_frame span {
        width: 140px;
    }

    .beizhuSm textarea {
        width: 87%;
        border: 1px solid #036eb8;
        outline: none;
    }

    .input-val {
        width: 54% !important;
    }
}

@media (max-width:767px) {
    .inquiry_VType {
        width: 90%;
        margin: 0 auto;
    }

    .inquiry_frame input {
        width: 100%;
    }

    .inquiry_frame span {
        width: 100%;
    }

    .beizhuSm textarea {
        width: 100%;
        border: 1px solid #036eb8;
        outline: none;
    }

    .y_code {
        margin-top: 10px;
    }

    .input-val {
        width: 60% !important;
    }

    #canvas {
        width: 35%;
        margin: 10px 0px;
        float: right;
    }
}

.feedpp {
    text-align: center;
    color: #036eb8;
    font-weight: bolder;
}