@import "../font_mj/iconfont.css";
body {
    font-family: 'microsoft yahei', Arial, Helvetica, sans-serif;
    color: #2F2F2F;
    background-color: #ffffff;
}
.in_body{
    background-color: #fafafa!important;
}
a{text-decoration: none;}
a {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    text-decoration:none!important;
}

ul {
    list-style: none;
    margin-bottom: 0px;
}

.clear {
    clear: both;
}

.img-thumbnail {
    transition: opacity 0.7s;
}

.img-thumbnail:hover,
.opacity_img:hover {
    opacity: 0.75;
}
.top_bg{
    font-size: 12px;
    width: 100%;
    height: 34px;
    background-color: #fdfdfd;
    color: #666666;
    border-bottom: 1px solid #f1f1f1;
  }
.top_welcome{
    display: inline-block;
    padding-top:10px;
}
.top_lang{
    float: right;
    height: 34px;
    padding: 8px 10px 0px 10px;
}
.top_lang a{
    margin-right: 10px;
}
.top_lang a:last-child{
    margin-right: unset;
}
.top_lang a img{
    margin-right: 2px;
}
/*首页-幻灯片*/
.flash img {
    width: 100%;
    height: 430px;
}

.flash ul.bxslider {
    list-style: none;
}

.flash div.bx-pager {
    bottom: 4%;
}

.flash div.bx-controls-direction {
    display: none;
}



/*列表页-横幅*/
.page_bg {
    height: 300px;
    margin-top: 79px;
}

/*列表页-面包屑*/
.bread_bg {
    background-color: #f3f3f3;
}

.bread_nav {
    padding: 10px 0px 10px 0px;
}

.bread_nav span {
    border-left: 8px solid #005ad2;
    padding-left: 8px;
}

.bread_nav a {
    color: #4c4c4c;
}

.bread_nav a:hover {
    color: #0071bf;
    text-decoration: none;
}

/*列表页-右侧布局*/
.right_head {
    clear: both;
}

.right_head h2 {
    height: 40px;
    font-size: 22px;
    font-weight: normal;
    color: #545454;
    line-height: 40px;
    border-bottom: 1px solid #ebebeb;
}

.right_head h2 span {
    display: inline-block;
    height: 40px;
    border-bottom: 1px solid #22c708;
}

.right_contents {
    clear: both;
    padding: 15px 0px 15px 0px;
    line-height: 28px;
    overflow: auto;
}

.right_contents_h1 {
    margin: 0px;
    padding: 10px 0px 20px 0px;
    text-align: center;
    color: #000;
    font-size: 24px;
    color: #434343;
    font-weight: bold;
    line-height: 34px;
}

.right_contents img {
    max-width: 840px;
}

/*首页-左侧栏目*/
.left_nav {
    padding: 20px 15px 30px 15px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.left_nav p {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}

.left_nav h3 {
    color: #fff;
    margin: 0px 0px 30px 0px;
}

.left_nav_bg {
    padding: 10px 15px 22px 15px;
}

.left_nav_tel {
    margin: 220px 0px 0px 0px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.left_nav_ul {
    list-style: none;
    padding: 0px;
    margin: 15px 0px 0px 0px;
    padding-bottom: 10px;
}

.left_nav_ul>li>a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    background-color: #0071bf;
    border-radius: 25px;
    padding: 6px 0px 6px 18px;
    margin-bottom: 8px;
}

.left_nav_ul>li>a:hover,
.left_nav_ul li a.left_active {
    color: #fff;
    background-color: #005ad2;
    
}

/*首页-左侧二级栏目*/
ul.left_snav_ul {
    list-style: none;
    padding: 0px;
}

ul.left_snav_ul>li {
    margin: 0px;
}

ul.left_snav_ul>li>a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 5px 0px 5px 30px;
    background: url(../images/left_tree.gif) 20px 8px no-repeat #028ae6;
    border-radius: 25px;
    margin-bottom: 8px;
}

ul.left_snav_ul>li>a:hover {
    color: #fff;
    background-color: #005ad2;
}

/*列表页-左侧栏目*/
.left_h3 {
    margin-top: 19px;
    font-size: 22px;
    font-weight: normal;
    height: 40px;
    color: #545454;
    line-height: 40px;
    border-bottom: 1px solid #ebebeb;
}

.left_h3 span {
    display: inline-block;
    height: 40px;
    border-bottom: 1px solid #22c708;
}

.left_column ul.left_nav_ul {
    list-style: none;
    padding: 0px;
    margin: 15px 0px 0px 0px;
    padding-bottom: 10px;
}

.left_column ul.left_nav_ul>li {
    margin-bottom: 5px;
    border-bottom: 1px solid #f2f2f2;
    background: url(../images/li.png) 6px 12px no-repeat;
}

.left_column ul.left_nav_ul>li>a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    background: transparent;
    border-radius: 0px;
    padding: 5px 0px 5px 18px;
    margin-bottom: 6px;
}

.left_column ul.left_nav_ul>li>a:hover,
.left_column ul.left_nav_ul li a.left_active {
    color: #005ad2;
    background: transparent;
}

/*列表页-左侧二级栏目*/
.left_column ul.left_snav_ul {
    list-style: none;
    padding: 0px;
}

.left_column ul.left_snav_ul>li {
    margin-bottom: 7px;
    border-bottom: 1px solid #f2f2f2;
    background: url(../images/left_tree.gif) 19px 8px no-repeat;
}

.left_column ul.left_snav_ul>li>a {
    display: block;
    text-decoration: none;
    color: #828282;
    padding: 4px 0px 4px 32px;
    background: transparent;
    margin-bottom: 2px;
}

.left_column ul.left_snav_ul>li>a:hover {
    color: #005ad2;
    background: transparent;
}

/*左侧-产品搜索*/
.search_group {
    float: right;
    height: 36px;
    border: 1px solid #e8e8e8;
    color: #b7b7b7;
    margin: 14px 0px 24px 0px;
    border-radius: 5px;
}

.search_group input.form-control {
    border-radius: 0px;
    box-shadow: none;
    color: #000;
    font-size: 15px;
    padding: 0px 0px 0px 15px;
    height: 36px;
    line-height: 36px;
    background: transparent;
    border: none;
}

.search_group input.form-control:focus {
    box-shadow: none;
}

#search_submit {
    background-color: #19b500;
    color: #fff;
    height: 36px;
    font-size: 16px;
    margin-top: -1px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

#search_submit:hover {
    color: #fff;
    background-color: #3f3f3f;
    cursor: pointer;
}

/*左侧新闻*/
.left_news {
    clear: both;
    list-style: none;
    margin: 0px;
    padding: 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: 14px;
}

.left_news li a {
    color: #2F2F2F;
}

.left_news li a:hover,
.left_news li a:focus {
    text-decoration: none;
    color: #005ad2;
}

/*左侧联系*/
.left_contact {
    margin: 30px 0px 35px 0px;
}

.left_contact p {
    clear: both;
}

/*列表页-新闻*/
.right_new {
    clear: both;
    list-style: none;
    margin: 0px;
    padding: 0px 0px 20px 0px;
}

.right_new li {
    color: #898989;
    background: url(../images/li.png) no-repeat left 18px;
    font-size: 16px;
    line-height: 22px;
    padding: 12px 0px;
    padding-left: 13px;
    border-bottom: 1px dashed #e3e2e2;
}

.right_new li a {
    color: #2F2F2F;
}

.right_new li a:hover,
.right_new li a:focus {
    text-decoration: none;
    color: #005ad2;
}

.right_new_time {
    float: right;
}

.relevant_new ul.right_new li {
    font-size: 14px;
}

/*分页样式*/
.page {
    clear: both;
    margin: 20px 0px 20px 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: #19b500 1px solid;
    padding: 4px 9px;
    color: #fff;
    background-color: #19b500;
}

.page .current {
    font-family: Arial;
    border: #19b500 1px solid;
    font-size: 13px;
    padding: 5px 9px;
    color: #fff;
    margin: 2px;
    background-color: #19b500
}

/*产品详细页*/
.showpic_box,
.proinfo_box {
    margin: 30px 0px 20px 0px;
}

.product_h1 {
    margin: 0px;
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px dotted #cccccc;
}

.product_info {
    list-style: none;
    padding: 0px;
    margin-top: 10px;
}

.product_info p {
    line-height: 28px;
}

.product_btn {
    margin-top: 25px;
}

#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;
}

.product_con {
    clear: both;
    border-top: 1px dotted #a9a9a9;
    margin: 10px 0px 20px 0px;
    padding: 20px 0px 0px 0px;
    line-height: 26px;
    overflow: auto;
}

.photo_con {
    clear: both;
    margin: 0px 0px 20px 0px;
    padding: 10px 0px 20px 0px;
    line-height: 26px;
    overflow: auto;
}

.product_con img,
.photo_con img {
    max-width: 840px;
}

/* .parameter li:nth-of-type(1){
    font-weight: 600;
    color: #3f95d9;
    padding-bottom: 8px;
} */
.parameter li{
    padding-bottom: 3px;
    /* color: #3f95d9; */
    padding-bottom: 8px;
    font-size: 16px;
}
.parameter li span{
    font-weight: 600;

}
/*按钮样式*/
.download_btn {
    float: right;
    display: block;
    margin: 10px 10px 20px 0px;
}

.page-btn {
    display: inline-block;
    float: left;
    background-color: #19b500;
    border-radius: 0px;
    border: none;
    transition: background 0.5s;
    margin-right: 15px;
}

.page-btn:hover,
.page-btn:focus {
    background-color: #3f3f3f;
}

.grey-btn {
    border-radius: 0px;
    border: none;
    background-color: #E8E8E8;
}

.grey-btn:hover,
.grey-btn:focus {
    background-color: #ccc;
}

/*在线留言订购*/
.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: #337AB7;
}

.point span.to_prev a:hover {
    color: #005ad2;
}

.point span.to_next {
    text-align: center;
}

.point span.to_next a {
    color: #337AB7;
}

.point span.to_next a:hover {
    color: #005ad2;
}

/*标签样式*/
.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: #777;
    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;
}

/*首页-友情链接*/
.link_box {
    margin-top: 20px;
    background-color: #eeeeee;
    padding: 10px 0px;
    text-align: center;
    color: #999999;
    font-size: 13px;
}

.link_box a {
    color: #999999;
    padding: 0px 0px 0px 10px;
    font-size: 14px;
}

.link_box a:hover {
    text-decoration: none;
    color: #444;
}

.link_box a:last-child {
    border-right: 0px;
}

.link_box button {
    display: none;
}

.link_title {
    font-size: 14px;
    margin-right: -6px;
}

.link_title:after {
    content: "：";
}

/*首页-TAGS标签*/
.tags_box {
    background-color: #1a1a1d;
    padding: 5px 0px 20px 0px;
    text-align: center;
    color: #999999;
    font-size: 13px;
}

.tags_box a {
    color: #999999;
    padding: 0px 2px 0px 8px;
    font-size: 13px;
}

.tags_box a:hover {
    text-decoration: none;
    color: #fff;
}

.tags_box a:last-child {
    border-right: 0px;
}

.tags_box button {
    display: none;
}

.tags_title {
    font-size: 13px;
    margin-right: -6px;
}

.tags_title a {
    padding: 0px;
}

.tags_title:after {
    content: "：";
}




/*底部搜索*/
.search150 {
    margin-bottom: 15px;
}
.search150 .scbar150 {
    width: 262px;
    border-top: 0;
    border-bottom: 0;
    border: 1px solid #d5dadc;
    background: #fff;
    overflow: hidden;
}
.dean_scbar150txt {
    float: left;
    width: 190px!important;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    border: 0;
}
.scbar150_txt {
    height: 35px;
    line-height: 35px;
    font-family: Microsoft Yahei;
    width: 190px;
    padding-left: 5px;
    border: 1px solid #FFF;
    outline: none;
    color: #999 !important;
    font: 12px/1.5 microsoft yahei,Tahoma,Helvetica,'SimSun',sans-serif;
}
.scbar150_btn {
    background: #0d62d4;
    border: 0;
    width: 70px;
    font-size: 15px;
    font-family: Microsoft Yahei;
    height: 35px;
    line-height: 35px;
    box-shadow: none;
    border-radius: 0px;
    margin: 0;
    padding: 0;
    color: #FFF !important;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
}


/*底部信息*/
footer {
    color: #9a9a9a;
    padding: 40px 0px 40px 0px;
    background-color: #333333;
}

.footer_contact a {
    color: #999999;
}

.footer_contact a:hover,
.footer_contact a:focus {
    color: #fff;
    text-decoration: none;
}

/*底部分类*/
.footer_menu{
    text-align: center;
}
.footer_menu a {
    color: #999999;
}

.footer_menu a:hover {
    color: #fff;
    text-decoration: none;
}

.footer_menu_first {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.footer_menu_first a {
    color: #e6e4e4;
}

.footer_qrcode {
    max-width: 130px;
}

.footer_qrcode_text {
    width: 130px;
    text-align: center;
    margin-top: 15px;
}

/*首页-版权信息*/
.footer_copyright {
    background-color: #1a1a1d;
    padding: 20px 0px 20px 0px;
    text-align: center;
    color: #999999;
    font-size: 13px;
}

.footer_copyright_text {
    text-align: center;
    line-height: 24px;
    margin: unset;
}

.footer_copyright_text a {
    margin-left: 15px;
    color: #999999;
}

/*底部翻译*/
.translate {
    background-color: #333333;
    padding: 0px 0px 30px 0px;
}

.translate_btn {
    width: 110px;
    margin: 0 auto;
}

/*UEditor编辑器前端表格样式*/
table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
}

td,
th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}

caption {
    border: 1px dashed #DDD;
    border-bottom: 0;
    padding: 3px;
    text-align: center;
}

th {
    border-top: 1px solid #BBB;
    background-color: #F7F7F7;
}

table tr.firstRow th {
    border-top-width: 2px;
}

.ue-table-interlace-color-single {
    background-color: #fcfcfc;
}

.ue-table-interlace-color-double {
    background-color: #f7faff;
}

td p {
    margin: 0;
    padding: 0;
}

.bshare-custom.icon-medium-plus,
.bshare-custom.icon-large {
    width: 230px;
    float: left;
}


/*大屏幕样式*/
@media screen and (min-width: 769px) {
    .logo {
        margin: 10px 0px 0px 0px;
        max-width: 330px;
        max-height: 60px;
    }

    /*导航样式*/
    .navbar {
        margin: 0px;
        margin-top: 0;
        border: none;
        background-color: #fff;
        min-height: 70px;
        transition: 0.1s;
        
    }
    .biankuang_top{
        border-bottom: 4px solid #ffd707;
    }

    .navbar-nav {
        float: left;
    }

    .navbar-nav>li {}

    .navbar-nav>li:first-child {}

    .navbar-nav>li:last-child {}

    .navbar-nav>li>a {
        text-align: center;
    }

    .navbar-default .navbar-nav>li>a {
        color: #333;
        /* padding-top: 16px;
        padding-bottom: 16px; */
        transition: none;
    }

    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a.active,
    .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: #ffd707;
        color: #424040;
    }

    .navbar-brand {
        display: none;
    }

    .flash {
        /* margin-top: 78px; */
    }

    /*导航-触发滚动*/
    .navbar-up {
        margin-top: 0px;
        min-height: 70px;
        opacity: 0.95;
    }

    .navbar-up ul.navbar-nav>li>a {
        /* padding-top: 30px;
        padding-bottom: 30px; */
    }

    .flash-up {
        /* margin-top: 20px; */
    }

    /*导航二级菜单*/
    .nav_small {
        background-color: #005ad2;
        padding: 10px 0px;
        padding-bottom: 15px;
        border-radius: 0px;
        border: none;
        box-shadow: none;
    }

    .nav_small>li>a {
        line-height: 20px;
        padding: 7px 0px;
        text-align:
            center;
        color: #fff;
        font-size: 13px;
    }

    .nav_small>li>a:hover {
        color: #fff;
        background-color: #0548a2;
    }

    #app_menudown,
    #search_btn {
        display: none;
    }

    .mfoot_box {
        display: none;
    }
}

/*小屏幕样式*/
@media screen and (max-width: 768px) {

    .top_welcome,
    .top_tel {
        display: none;
    }

    .logo {
        margin: 7px 0px 0px 10px;
        max-width: 180px;
        max-height: 36px;
    }

    .navbar {
        margin: 0px;
        border: 0px;
        margin-top: 0;
        min-height: 50px;
        background-color: #fff;
    }

    .navbar-default .navbar-brand {
        color: #0066d9;
        font-size: 16px;
    }

    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus {
        color: #fff;
    }

    .navbar-toggle {
        border: none;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle .icon-bar {}

    .navbar-default .navbar-nav {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .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: #000;
    }

    .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: #005ad2;
        color: #fff;
    }

    #app_menudown {
        position: absolute;
        top: 0px;
        right: 0px;
        font-size: 16px;
    }

    #app_menudown:hover {
        background-color: #005ad2;
    }

    .flash img {
        margin-top: 47px;
    }

    /*导航-触发滚动*/
    .navbar-up {
        margin-top: 0px;
        opacity: 0.95;
    }

    /*手机-首页产品*/
    .product_head h2 {
        margin-top: 40px;
        font-size: 25px;
    }

    .product_head p {
        display: none;
    }

    .product_img {
        min-height: 180px;
    }

    .product_list2 div.product_img {
        min-height: 180px;
    }

    /*手机-首页案例*/
    .case_head h2 {
        margin-top: 0px;
        font-size: 26px;
    }

    .case_head p {
        display: none;
    }

    .case_title a {
        font-weight: normal;
        font-size: 14px;
    }

    .case_img {
        min-height: 140px;
    }

    .case_list2 div.case_img {
        min-height: 180px;
    }

    /*手机-四大优势*/
    .advantage_head h2 {
        font-size: 24px;
    }

    .advantage_h3 {
        text-align: center;
        font-size: 16px;
    }

    .advantage_h3 a {
        text-align: center;
    }

    .advantage_p {
        text-align: center;
        padding-bottom: 15px;
    }

    .advantage_img {
        float: none;
        display: block;
        margin: 30px auto 0px auto;
    }

    /*手机-首页公司简介*/
    .about_head {
        margin-bottom: 25px;
        margin-top: 0px;
    }

    .about_head h2 {
        margin-top: 25px;
        font-size: 26px;
    }

    .about_head p {
        font-size: 14px;
        margin-top: 8px;
    }

    .about_img {
        max-height: auto;
        width: 100%;
    }

    .about_h3 {
        font-size: 42px;
        margin-top: 30px;
    }

    .about_content {
        margin-top: 0px;
    }

    .about_btn {
        display: block;
        width: 200px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    /*手机-首页新闻*/
    .news_head {
        margin-bottom: 35px;
    }

    .news_head h2 {
        margin-top: 30px;
        font-size: 26px;
    }

    /*手机-首页合作客户*/
    .cooperation_head {
        margin-top: 40px;
    }

    .cooperation_head h2 {
        font-size: 26px;
    }

    .cooperation_head p {
        font-size: 12px;
        margin-top: 8px;
    }

    .cooperation_img {
        min-height: 120px;
    }

    .page_bg {
        display: none;
    }

    .bread_bg {
        background-color: #fdfdfd;
        margin-top: 50px;
    }

    .right_new_time {
        display: none;
    }

    .right_contents img,
    .product_con img,
    .photo_con img {
        max-width: 100%;
    }

    .feedback {
        margin-top: 20px;
    }

    .proinfo_box {
        margin-bottom: 80px;
    }

    #pic-page a img {
        width: 35px;
    }

    #cmsFloatPanel {
        display: none;
    }

    .point span.to_prev,
    .point span.to_next {
        text-align: left;
        padding-bottom: 8px;
    }

    /*手机-底部信息*/
    footer {
        padding-top: 40px;
        padding-bottom: 25px;
    }

    .footer_logo,
    .footer_logo_text {
        display: none;
    }

    .footer_contact {
        margin-bottom: 30px;
    }

    .footer_qrcode {
        display: block;
        max-width: 130px;
        margin: 0 auto;
        margin-top: 25px;
    }

    .footer_qrcode_text {
        width: 130px;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 35px;
    }

    /*手机-友情链接*/
    .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: #005ad2;
    }

    .link_list {
        display: none;
        padding-top: 7px;
    }

    .search150 .scbar150 {
        margin: 0 auto;
    }
    .footer_copyright{
        margin-bottom: 50px;
    }

    /*手机-底部按钮*/
    .mfoot_box {
        background-color: #fafafa;
    }

    .mfoot_nav {
        width: 25%;
        float: left;
        background-color: #fafafa;
        text-align: center;
        color: #898989;
    }

    .mfoot_nav:hover,
    .mfoot_nav:focus {
        background-color: #e4e4e4;
        cursor: pointer;
    }

    .mfoot_nav a {
        color: #898989;
        display: block;
    }

    .mfoot_nav a:hover,
    .mfoot_nav a:focus {
        text-decoration: none;
    }

    .mfoot_nav span {
        display: block;
        padding: 3px 0px 0px 0px;
    }

    .mfoot_share {
        width: 240px;
        padding: 5px;
    }

    .mfoot_eshare {
        width: 200px;
        padding: 5px;
    }
}

@media screen and (max-width: 767px) {
    .copyright_p {
        display: none;
    }
}

/*320px到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%;
    }
}

* {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/*******************************
	-------[=内页公用]-------
********************************/
.ul-newslist li a {
    color: #444;
}

.g-tit3 {
    padding-bottom: 10px;
    font-size: 16px;
    color: #005ad2;
    border-bottom: 1px solid #e4e4e4;
    font-weight: 600;
}

.g-tit3 span {
    font-weight: 400;
    color: #999;
    text-transform: uppercase;
}

.g-pages {
    text-align: center;
    margin: 20px 0;
}

.g-pages li {
    display: inline-block;
}

.g-pages li a {
    display: block;
    margin-right: 10px;
    padding: 2px 12px;
    border: 1px solid #ccc;
    background-color: #fff;
    text-decoration: none;
    color: #808080;
    font-size: 12px;
    line-height: 24px;
}

.g-pages li.on a,
.g-pages li a:hover {
    background-color: #005ad2;
    border: 1px solid #005ad2;
    color: #fff
}

/*内页左侧*/
.g-cur {
    height: 40px;
    line-height: 40px;
    background: #f3f3f3;
}

.g-cur .wp {
    background: url('../images/home.png') left center no-repeat;
    padding-left: 20px;
    box-sizing: border-box;
}

.g-cur .wp a {
    color: #2f2f2f;
}

.g-cur .wp a:hover {
    color: #005ad2;
}

.row-b1 {
    overflow: hidden;
    padding: 20px 0 56px;
}

.row-b1 .col-l {
    width: 260px;
}

.row-b1 .col-r {
    float: none;
    overflow: hidden;
    margin-left: 300px;
}

.g-titIns1 {
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    color: #545454;
    border-bottom: 1px solid #ebebeb;
    font-weight: normal;
    position: relative;
}

.g-titIns1::after {
    content: '';
    width: 80px;
    height: 1px;
    background: #005ad2;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.snv {
    padding-top: 12px;
    margin-bottom: 30px;
}

.snv li {
    line-height: 44px;
    background: url('../images/jiantou-r.png') 6px 18px no-repeat;
    text-indent: 20px;
    -o-background-size: auto 10px;
    -ms-background-size: auto 10px;
    -moz-background-size: auto 10px;
    -webkit-background-size: auto 10px;
    background-size: auto 10px;
}

.snv li a {
    display: block;
    color: #000;
    font-size: 14px;
    border-bottom: 1px solid #f2f2f2;
}

.snv>li.on>a {
    color: #005ad2;
}

.snv-sub {
    padding-bottom: 10px;
    display: none;
}

.snv-sub dd {
    background: url('../images/jiantou-r.png') 12px 18px no-repeat;
    text-indent: 26px;
    -o-background-size: auto 10px;
    -ms-background-size: auto 10px;
    -moz-background-size: auto 10px;
    -webkit-background-size: auto 10px;
    background-size: auto 10px;
}

.snv-sub dd.on a {
    color: #005ad2;
}

.m-info {
    padding: 15px 0;
}

.m-info p {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #2F2F22;
}

/*内页banner]*/
.ban {
    height: 532px;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 80px;
}

/*详情标签*/
.g-tabel {
    overflow: hidden;
    color: #5a5a5a;
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
    font-size: 14px;
}

.g-tabel span {
    float: left;
    height: 42px;
    line-height: 42px;
    margin-right: 10px;
}

.g-tabel ul {
    overflow: hidden;
}

.g-tabel li {
    float: left;
}

.g-tabel li a {
    display: block;
    margin-right: 10px;
    height: 42px;
    line-height: 42px;
}

.g-tabel li a:hover {
    color: #005ad2;
}

/*******************************
	-------[=产品列表]-------
********************************/
.m-chanpin {
    overflow: hidden;
    margin-bottom: 30px;
}
.cp-price{
    font-size: 15px;
}
.cp-price samp{
    font-size: 20px;
    color: #2196F3;
}
.new-tj a{
    font-size: 15px;
    border-radius: 3px;
    padding: 5px 7px 5px 7px;
    margin-right: 10px;
    color: aliceblue;
    background: -webkit-linear-gradient(bottom, #368ccf, #76bff9);
}
.m-chanpin .desc {
    padding: 10px;
    margin-top: 20px;
    line-height: 26px;
    text-indent: 2em;
    font-size: 14px;
    border: 1px dotted #e5e5e5;
    color: #868686;
    background-color: #f5f5f5;
}

.ul-imgtxt-01 {
    margin: 0 -10px;
    *zoom: 1;
}

.ul-imgtxt-01:after,
.ul-imgtxt-01:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.ul-imgtxt-01 li {
    width: 25%;
    float: left;
    margin-top: 20px;
}

.ul-imgtxt-01 li a {
    margin: 0 10px;
    display: block;
    text-align: center;
    border: 1px solid #efefef;
}

.ul-imgtxt-01 li a .pic {
    padding-top: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
}

.ul-imgtxt-01 li a .pic img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.ul-imgtxt-01 li a:hover .pic img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}

.ul-imgtxt-01 li a p {
    height: 50px;
    /* line-height: 50px; */
    text-align: center;
    font-size: 14px;
    color: #666;
    font-weight: 400;
    background: #f7f7f7;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    /* white-space: nowrap; */
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0;
}

.ul-imgtxt-01 li a:hover {
    text-decoration: none;
}

.ul-imgtxt-01 li a:hover p {
    background-color: #005ad2;
    color: #fff;
}

.ul-imgtxt2 {
    margin-top: 0;
}

.ul-imgtxt2 li .pic {
    padding: 4px;
}

.ul-imgtxt2 li a:hover {
    border: 0;
}
.cp-search{
    padding-top: 0.5em;
}

/*******************************
	-------[=产品详情]-------
********************************/
.m-list1 {
    overflow: hidden;
    padding: 14px 0 25px;
    border-bottom: 1px dotted #a9a9a9;
}

.m-pic1 {
    float: left;
    width: 380px;
}

.m-txt1 {
    overflow: hidden;
    padding-left: 38px;
}

.m-txt1 .protit {
    font-size: 16px;
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: 1px dotted #a9a9a9;
    font-weight: 600;
}
.m-txt1 .protit h3 {
    font-size: 16px;
    font-weight: 600;
}
.m-txt1 .protit p{
    font-size: 14px;
    color: #616161;
    font-weight: 400;
}

.m-txt1 .txt {
    margin-right: 100px;
    position: relative;
    height: 33rem;
}
.m-txt1 .txt .new-tj{
    position: absolute;
    bottom: 0;
}
.m-txt1 .txt p {
    line-height: 28px;
    margin-bottom: 4px;
    font-size: 16px;
    
}
.cp-price-cx{font-size: 18px;}
.cp-price-cx samp{color: #F44336;font-weight: 600;    font-size: 20px;}
.m-txt1 .btn-m {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    background-color: #005ad2;
    color: #fff;
}

.m-txt1 .btn-m:hover {
    background-color: #444;
}

.m-txt1 .btn-m span {
    display: block;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/btn-r.png);
}

.m-txt2 {
    margin-top: 12px;
}

.m-txt2 img {
    width: 100%;
    height: auto !important
}

.m-txt2 p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
}

.ul-pages1 {
    overflow: hidden;
    margin: 20px 0;
}

.ul-pages1 li {
    float: left;
    width: 50%;
    font-size: 14px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ul-pages1 li:last-child {
    float: right;
    text-align: right;
}

.ul-pages1 li a {
    color: #337AB7;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.ul-pages1 li a:hover {
    color: #005ad2;
}

.m-list3 {
    padding-top: 35px;
}

.ul-link2 {
    overflow: hidden;
}

.ul-link2 li {
    float: left;
    padding-top: 20px;
}

.ul-link2 li a {
    display: block;
    margin-right: 17px;
    font-size: 14px;
}

.ul-link2 li a:hover {
    color: #005ad2;
}

/* 放大镜 */


div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    border: 1px solid #ddd;
    display: none;
    text-align: center;
    overflow: hidden;
    font-size: 0;
}

div.zoomMask {
    position: absolute;
    background: url(../images/mask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

.yunu-showcase {
    margin-bottom: 30px;
}

.yunu-showcase-pic {
    position: relative;
    width: 100%;
    overflow: hidden;
    float: left;
}

.yunu-showcase-pic .bd {
    font-size: 0;
    margin-top: 13px;
    overflow: hidden;
}

.yunu-showcase-pic .bd li {
    height: 75px;
    line-height: 75px;
    cursor: pointer;
    display: inline-block;
    width: 99px;
    border: 1px solid #ddd;
    padding: 1px;
    margin: 0 5px;
}

.yunu-showcase-pic .bd li.active {
    border-color: #c80003;
}

.yunu-showcase-pic .prev,
.yunu-showcase-pic .next {
    position: absolute;
    background: no-repeat 0 0;
    width: 14px;
    height: 27px;
    bottom: 26px;
    z-index: 2;
}

.yunu-showcase-pic .prev {
    background-image: url(../images/zlztdetailscon1btn01.png);
    left: 0;
}

.yunu-showcase-pic .next {
    background-image: url(../images/zlztdetailscon1btn02.png);
    right: 0;
}

.yunu-showcase-pic .prev:hover,
.yunu-showcase-pic .next:hover {
    background-position: 0 bottom;
}

.yunu-showcase-pic .cover {
    height: 300px;
    line-height: 300px;
    border: 1px solid #ddd;
    padding: 1px;
}

.yunu-showcase-pic .cover a {
    display: block;
    width: 100%;
    height: 100%;
}

.yunu-showcase-info {
    float: right;
    width: 500px;
}

.yunu-showcase-info h1 {
    margin: 0 0 15px;
    font-size: 20px;
    overflow: hidden;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.yunu-showcase-info p {
    margin: 0;
    color: #666;
    line-height: 2;
}

.yunu-showcase-info .tel {
    border-top: 2px solid #e6e6e6;
    margin-top: 15px;
    padding-top: 15px;
    background: url(../images/viskins-p1.png) no-repeat 0 15px;
    height: 42px;
    padding-left: 50px;
    line-height: 21px;
}

.yunu-showcase-info .tel a {
    float: right;
    line-height: 42px;
    padding: 0 15px;
    background-color: #c80003;
    color: #fff;
}

.yunu-showcase-info .tel span {
    display: block;
    color: #c80003;
    font-size: 18px;
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    border: 1px solid #ddd;
    display: none;
    text-align: center;
    overflow: hidden;
    font-size: 0;
}

div.zoomDiv img {
    max-width: none;
}

div.zoomMask {
    position: absolute;
    background: url(../images/mask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

.img-center {
    text-align: center;
    font-size: 0;
}

.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.m_pic_showpic {
    display: none;
}

.m_showpic img {
    display: block;
    max-width: 100%;
}

/*产品详情图片*/
.pc-slide {
    width: 100%;
    margin: 0 auto;
}

.m-pic1 .view .swiper-slide {
    padding: 0 2px;
}

.view .swiper-slide .imgauto {
    width: 100%;
    height: 350px;
    line-height: 350px;
}

.view .swiper-container {
    width: 100%;
}

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.preview .swiper-container {
    margin: 0 10%;
}

.preview .swiper-slide {
    /*width: 33.33%;*/
    width: 101px;
    padding: 5px;
}

.preview .swiper-slide .imgauto {
    width: 100%;
    height: 80px;
    line-height: 78px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 0;
    cursor: pointer;
}

.preview .swiper-slide .imgauto img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    padding: 5px;
}

.preview .slide6 {
    width: 82px;
}

.preview .arrow-left {
    background: url(../images/feel3.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview .arrow-right {
    background: url(../images/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview img {
    padding: 1px;
}

.preview .active-nav .imgauto {
    border: 1px solid #005ad2;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.work_list {
    width: 100%;
    padding-top: 12px;
    margin-bottom: 20px;
}

.work_list .tit {
    line-height: 44px;
    background: url(../images/jiantou-r.png) left center no-repeat;
    text-indent: 20px;
    background-size: auto 10px;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    float: left;
}

.work_list .tit a {
    float: left;
    line-height: 44px;
    color: #666;
    font-size: 14px;
    text-indent: 0;
    padding-left: 15px;
    font-weight: normal
}

.work_list .tit.on a {
    color: #005ad2;
}

.work_list .tit span {
    float: left;
}

.work_list ul {
    display: none;
    float: left;
    width: 100%;
}

.work_list li {
    background: url(../images/jiantou-r.png) 18px 15px no-repeat;
    text-indent: 26px;
    display: block;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    line-height: 42px;
    background-size: 5px;
}

.work_list li a {
    display: block;
    color: #666;
    font-size: 14px;
    text-indent: 0;
    padding-left: 30px;
}

.work_list li.on a {
    color: #005ad2;
}

/*******************************
	-------[=关于我们]-------
********************************/
.m-content .txt {
    padding: 15px 0;
    line-height: 28px;
    color: #2F2F2F;
    font-size: 14px;
}

/*******************************
	-------[=新闻列表]-------
********************************/

.ul-newslist {
    overflow: hidden;
    margin-bottom: 30px;
}

.ul-newslist li {
    font-size: 14px;
    padding: 20px 0;
    border-bottom: #dddddd 1px dotted;
    display: flex;


}
.ul-newslist li:hover{
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.ul-newslist li:hover .wzimg img{
    /* transform: scale(1.2);
    transition: 0.5s; */
}
.ul-newslist .wzimg {
    width: 176px;
    height: 132px;
    /* overflow: hidden; */
}
.ul-newslist .wzimg img{
    width: 176px;
    height: 132px;
}
.biaoti{
    /* width: 77%; */
    padding: 0 13px ;
    display: flex;
    flex-direction: column;
}
.ul-newslist li a {
    display: block;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ul-newslist li .tit {
    overflow: hidden;
    margin-bottom: 4px;
    height: 30px;
    line-height: 30px;
}

.ul-newslist li .tit .time {
    float: right;
    font-size: 14px;
    margin-left: 10px;
    color: #949494;
}

.ul-news1 li .tit .time {
    font-size: 12px;
}

.ul-newslist li .tit a {
    display: block;
    font-size: 16px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ul-newslist li a:hover {
    color: #005ad2;
}

.ul-newslist li .txt p {
    font-size: 14px;
    color: #9e9e9e;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*******************************
	-------[=新闻详情]-------
********************************/
.m-news1 {
    padding-top: 20px;
}

.m-news1 h1 {
    line-height: 34px;
    color: #434343;
    margin-bottom: 7px;
    text-align: center;
    font-size: 24px;
}
.m-news1-p{
    color: #818181;
    text-align: center;
    font-size: 16px;
}

.m-news1 .desc {
    text-align: center;
}

.m-news1 .desc span {
    display: inline-block;
    font-size: 14px;
    margin: 0 10px;
}

.m-news1 .txt {
    padding: 15px 0;
    line-height: 28px;
    color: #2F2F2F;
    font-size: 14px;
}

.m-news1 .txt img {
    width: 100%;
    height: auto !important
}

.m-txt3 {
    margin-top: 10px;
}

.m-txt3 .link {
    padding-left: 20px;
    margin-bottom: 15px;
    height: 36px;
    line-height: 36px;
    color: #868686;
    font-size: 14px;
    background-color: #f5f5f5;
    border: 1px dotted #e5e5e5;
}

.m-txt3 .link a {
    color: #868686;
}

.m-txt3 .link a:hover {
    color: #005ad2;
}

.ul-news1 li {
    float: left;
    width: 50%;
    border-right: #dddddd 1px dotted;
}

.ul-news1 li:nth-child(2n) {
    border-right: none;
}

.ul-news1 li a {
    font-weight: 400;
}

.ul-news1 li .tit {
    margin: 0 10px;
}

/*******************************
	-------[=留言反馈]-------
********************************/
#message .m-content .m-message {
    width: 90%;
    padding: 20px;
}

#message .m-content {
    margin-top: 1rem;
}

.m-message label.code span {
    float: left;
}

.m-message label.code input {
    float: left;
}

.m-message label.code img {
    float: left;
}

#message {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 20000;
    transform: scale(0);
    transition: .3s;
}

.messagebg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 10000;
}

#message .m-content {
    margin-top: 10%;
}

#message .m-content .m-message {
    background: #fff;
    width: 580px;
    background: #fff;
    padding: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 20000;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}

.m-message {
    width: 58%;
    margin: 48px auto 0;
}

.m-message label {
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
}

.m-message label em {
    display: block;
    float: right;
    color: red;
    height: 32px;
    line-height: 32px;
    width: 1%;
}

.m-message label span {
    width: 15%;
    height: 34px;
    line-height: 34px;
    color: #2F2F2F;
    float: left;
    font-weight: bold;
    text-align: right;
    margin-right: 1%;
    display: inline-block;
}

.m-message label input.inp,
.m-message label textarea,
.m-message label.code input {
    width: 82%;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    border: #cccccc 1px solid;
    border-radius: 3px;
    padding: 0 14px;
    box-sizing: border-box;
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -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;
}

.m-message label input:focus,
.m-message label textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
}

.m-message label textarea {
    height: 72px;
    line-height: 24px;
    padding: 10px 14px;
}

.m-message label.code {
    line-height: 34px;
}

.m-message label.code input {
    width: 30%;
    float: left;
    margin-right: 30px;
}

.m-message label.code .pic {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 32px;
}

.m-message label.code img {
    display: block;
    width: 100%;
    height: 100%;
}

.btn-1 input {
    width: 60px;
    height: 32px;
    line-height: 32px;
    background: #e8e8e8;
    border: none;
    color: #333;
    margin-right: 22px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-1 {
    padding-left: 100px;
}

.btn-1 input.focus {
    background: #0d62be;
    color: #fff;
}

.btn-1 input.focus:hover {
    background: #444;
}

.btn-1 input:hover {
    background: #ccc;
}

/*******************************
	-------[=案例详情]-------
********************************/
.m-list2 {
    margin-top: 30px;
    padding: 26px 10px 10px;
    border: 1px solid #ddd;
    background-color: #f0f0f0;
}

.m-list2 .con {
    margin-bottom: 10px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.m-list2 .box {
    padding: 26px 20px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.m-list2 .con .pic {
    height: 450px;
    line-height: 450px;
    overflow: hidden;
    text-align: center;
}

.m-list2 .con .pic img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.m-list2 .box .txt {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
}

.m-list2 .box .txt img {
    width: 100%;
    height: auto !important
}

.m-list2 .box .txt .tit {
    margin-bottom: 30px;
    font-size: 22px;
    color: #005ad2;
    font-weight: 600;
}

.ul-txt-01 {
    overflow: hidden;
    padding-left: 23px;
    background: url(../images/source.gif) left center no-repeat;
}

.ul-txt-01 li {
    float: left;
    margin-right: 4px;
    font-size: 14px;
    color: #505050;
    font-family: 'microsoft yahei', Verdana, Arial;
}

.ul-txt-01 li a {
    font-size: 12px;
}

.ul-txt-01 li a:hover {
    color: #005ad2;
}


.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    display: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.ny_prod {
    height: auto;
    overflow: hidden;
}

.ny_pro_ny {
    width: 100%;
    padding: 30px 0;
}

@media (max-width:767px) {
    .ny_pro_ny {
        padding: 5px 0;
    }
}

.ny_pro_top {
    width: 100%;
    height: auto;
    padding: 2%;
    background-color: #fff;
    box-shadow: 0px 1px 5px #b3b3b3;
    overflow: hidden
}

.ny_pro_top_l {
    width: 60%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.ny_pro_top_l img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ny_pro_top_l .owl-controls {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 28px;
    margin-top: -28px;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#0fffffff, endcolorstr=#0fffffff);
    background-color: rgba(0, 0, 0, .3);
}

.ny_pro_top_l .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.ny_pro_top_l .owl-controls .owl-page span {
    z-index: 999;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    margin: 9px 3px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #fff;
}

.ny_pro_top_l .owl-controls .owl-page:last-child {
    margin-right: 10px
}

.ny_pro_top_l .owl-controls .owl-page.active span,
.ny_pro_top_l .owl-controls.clickable .owl-page:hover span {
    background-color: #0d62d4
}

.ny_pro_b {
    width: 100%;
    margin-top: 30px;
}

.ny_pro_b h4 {
    width: 96%;
    padding: 1.2% 2%;
    background-color: #fff;
    box-shadow: 0px 2px 10px #b3b3b3;
    line-height: 36px;
    margin-bottom: 50px
}

.ny_pro_b h4 span {
    width: auto;
    font-size: 20px;
    font-weight: bold;
    color: #bf873d
}

.ny_pro_b_nr {
    height: auto;
    padding-bottom: 2em;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    overflow: hidden;
}

.xyp {
    border-top: 1px dotted #CCCCCC;
    padding: 2em 0 1em 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.xyp a {
    color: #626262;
}

.xyp a:hover {
    color: #bf873d;
}

@media (max-width:640px) {
    .ny_pro_top_l {
        width: 100%;
        float: none;
    }

    .ny_pro_top_r {
        width: 98%;
        padding: 1%;
        float: none
    }
}


.pagination p {
    margin: 0;
    cursor: pointer
}

.pagination {
    height: 40px;
    padding: 20px 0px;
}

.pagination a {
    display: block;
    float: left;
    margin-right: 10px;
    padding: 2px 12px;
    border: 1px #cccccc solid;
    background: #fff;
    text-decoration: none;
    color: #808080;
    font-size: 12px;
    line-height: 24px;
}

.pagination a:hover {
    color: #077ee3;
    background: white;
    border: 1px #077ee3 solid;
}

.pagination a.cur {
    border: 1px #077ee3 solid;
    background: #077ee3;
    color: #fff;
}

.pagination p {
    float: left;
    padding: 2px 12px;
    font-size: 12px;
    line-height: 24px;
    color: #bbb;
    border: 1px #ccc solid;
    background: #fcfcfc;
    margin-right: 8px;
}

.pagination p.pageRemark {
    border-style: none;
    background: none;
    margin-right: 0px;
    padding: 4px 0px;
    color: #666;
}

.pagination p.pageRemark b {
    color: red;
}

.pagination p.pageEllipsis {
    border-style: none;
    background: none;
    padding: 4px 0px;
    color: #808080;
}

.dates li {
    font-size: 14px;
    margin: 20px 0
}

.dates li span {
    float: right
}

.dede_pages {
    clear: both;
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
    overflow: hidden
}

.dede_pages ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0
}

.dede_pages ul li {
    float: left;
    font-family: 'microsoft yahei';
    margin: 0 2px;
    /* padding: 0 10px; */
    line-height: 25px;
    background: #fff;
    border: 1px solid #d8dadf
}
.dede_pages ul>li:not(a){
    /* padding: 2px 10px; */
}
.dede_pages ul li a {
    color: #555;
    display: block;
    padding: 2px 10px;
}

.dede_pages ul li:hover {
    text-decoration: none;
    color: #fff;
    border: 1px #333 solid;
    background-color: #333
}

.dede_pages ul li:hover a {
    color: #fff
}

.dede_pages ul li:hover a:hover {
    color: #fff;
    text-decoration: none
}

.dede_pages ul li.thisclass {
    background-color: #333;
    color: #fff;
    border: 1px #333 solid;
    padding: 2px 10px;
}

.dede_pages ul li:last-child a {
    padding: 0
    padding: 2px 10px;
}

.dede_pages ul li.thisclass a {
    color: #fff;
    padding: 0
}

.dede_pages .pageinfo {
    line-height: 30px;
    padding-left: 5px
}

.dede_pages strong {
    font-weight: 400
}

.txt img {
    max-width: 100% !important;
    height: auto !important
}

.lease{
    width: 230px;
    /* border: 1px solid #777; */
    background: #ffffffd4;
    float: left;
    /* position: relative; */
    position: absolute;
}

/*首页 top栏目 */
.toptoubu {display: flex;justify-content: space-between;}
.container_top{
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.tupian{
    float: left;
    
    margin: 43px 0px 14px 0px;
}
.tupian_youshi{
    float: left;
}
.tupian_shoushuo{
    float: left;
}
.top_logo{
    width: 251px;
    float: left;
    /* height: 196px; */
    margin-top: 43px;
}
.logo_mj a img{
    width: 254px;
    margin-bottom: 7px;
}

.cp_lanmu h3 img{
    width: 25px;
}

.tupian_shoushuo img{
    width: 329px;
    margin: 18px 115px;
}
.tupian_youshi img{
    width: 232px;
}
.top_erweima{
        /* width: 258px; */
        float: right;
        margin-top: 43px;
}
.top_erweima img{
    width: 109px;
    height: 102px;
    border: 1px solid #e0e0e0;
}

/*首页 boy宽度 */
.container_new{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1170px;
}
/*首页 横幅banner-1 */
.xbanner-1{
    margin-top: 33px;
    margin-bottom: 72px;
    padding-right: 0;
}

.tupian_shoushuo{
    float: left;
    margin: 18px 0px 0px 24px;
}
.tupian_enter{
    width: 272px;
    height: 37px;
    border: 1px solid #eed816;
}
.top_erweima p{
    height: 129px;
    width: 121px;
    text-align: center;
    float: left;
}
.tupian_Button{
    width: 81px;
    height: 37px;
    background: #ffd707;
    border: 1px solid #ffd707;
    margin: 1px -4px;
}
.xbanner-1 img{
    width: 100%;
    height: 144px;
}
.navigation ul li{
    float: left;
    padding: 2px 0px;
    /* border-left: 1px solid #b4b4b48c; */
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    /* width: 20%; */
    text-align: center;
    margin-left: 21px;
}
.recommend a{color: aliceblue!important;}
.navigation ul li a{
    color: #393939;
    font-size: 16px;
}
.navigation ul li a:hover{
    color: #1a80ae;
    text-decoration : none;
}
.f-tiete samp{
    color: #03a9f4;
    font-size: 31px;
}
.f-tiete h3{
    width: 100%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.navigation div.ul{
    margin-bottom: 0px!important;
}
.navigation{
    font-size: 18px;
    margin: 26px 0px 0px 0px;

}
.recommend{
    background: #3b3b3b;
}
.zs-advertise-1 img{
    width: 100%;
    height: 344px;
}
.Column-fl{
    background: #f6f6f6e3;
    margin: 6px 0px 0px 0px;
    padding: 10px 10px 10px 14px;
    height: 148px;
}
.Column-fl  li{
    width: 113px;
    float: left;
    text-align: center;
    margin-bottom: 11px;
    height: 24px;
    margin-right: 6px;
    /* background: white;
    border: 1px solid #e6e6e6; */
    border-radius: 4px;

}
.Column-fl  li:hover{
    /* background: #daf4ff; */
    
}
.Column-fl  li a{
    color: #868686;
    font-size: 15px;
    display: block;
}
.Column-fl  li a:hover{
    color: #1a80ae;

}

.tupian_Column{
    padding: 0;
}
.tupian_Column li{
    float: left;
    margin: 0px 7px 7px 0px;
    overflow: hidden;
    background: white;
    height: 17.5em;
    border: 1px solid #f3f3f3;
} 
.tupian_Column li:hover{
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
} 
.tupian_Column li:nth-child(3){
 margin-right: 0;
}
.tupian_Column li:nth-child(7){
    margin-right: 0;
}
.zs-advertise-2 a img{
    width: 426px;
    height: 243px;
}
.tupian_Column_p a img{
    width: 215px;
    height: 186px;
}
.cpbk_changdu{
    width: 15em;
}
.tupian_Column_p a:nth-of-type(2){
    width: 100%;
    height: 4.2em;
    display: flex;
    place-items: center;
    place-content: center;
}
.tupian_Column_p a:nth-of-type(1) div{
    width: 100%;
    height: 13em;
    overflow: hidden;
}
.tupian_Column_p a img:hover{
    transform: scale(1.2);
    transition: 0.5s;
}
.tupian_Column li a p{
    text-align: center;
    margin: 0;
    width: 100%;
    padding: 3px 7px 3px 7px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #a0a0a0;
}
.tupian_Column li a p:hover{
    color: #1f7faa;
}
.Column_fr{
    padding-left: 0;
}
.content_2 {
    margin-top: 60px;
}
.content_3 {
    margin-top: 60px;
}
.content_4 {
    margin-top: 60px;
}
.content_5 {
    margin-top: 60px;
}

.manage-exhibit{
    border: 1px solid #dbdbdb;
    height: 373px;
    width: 25%;
    float: left;
    margin: 0px 3px;
    background: white;
    
}
.navigation ul{float: right;width: 100%;display: flex;place-content: end;padding-left: 0;}
.zs-advertise-3 img{
    width: 100%;
    height: 373px;
}
.manage-exhibit h4{
    text-align: center;
    margin-top: 43px;
    color: #4caf50;
    padding: 0px 10px;
}
.manage-exhibit p{
    margin-top: 27px;
    padding: 0px 10px;
    height: 93px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    color: #686868;
    font-size: 13px;
}
.manage-exhibit img{
    width: 100%;
    height: 164px;
    /* margin-top: 22px; */
    vertical-align: middle;
    padding: 0px 10px;
}
.Location{
    /* float: none!important; */
    margin-bottom: 24px;
    border: 1px solid #f0f0f0;
    background: #056793;
    width: 25%;
    text-align: center;
    
}
.Location a{
    text-align: center;
    font-size: 27px;
    color: #ffffff;
    /* padding: 16px 15px!important; */
    display: flex;
    flex-direction: column;
    place-content: center;

}
.Location img{
    width: 2em;
}
.xxk-dx{
    /* width: 272px; */
    /* float: left; */
    /* background: #f0f0f0; */
    display: flex;
    place-content: space-evenly;
}
#Location > a:hover,#Location > a:focus{
    background: -webkit-linear-gradient(bottom, #054679, #1476c3);
}


.xxk-new{
    width: 100%;
    height: 44em;
    float: left;
    border: 1px solid #f5f5f5;
    padding: 10px 19px;
    background: #fdfdfd;
    overflow: auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.Introduction{
    margin-top: 88px;
}
.tab-pane a{
    border: 1px solid #fff;
    padding: 7px 10px;
    background: #056793;
    color: aliceblue;
    
}
.tab-pane a:hover{
    background: #077aaf;
    color: rgb(231, 233, 235);
}

.gymj{
    font-size: 32px;
    color: #056793;
    text-align: center;

}
.connect h3{
    font-size: 26px;
    color: #056793;
    text-align: center;
}
.connect p{
    font-size: 17px;
    color: #056793;
    text-align: center;
}
/* 产品页 */
.brand-logo a img{    
    width: 240px;
    height: 97px;
    text-align: center;
}
.brand-logo:hover{
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.filter{
    border: 1px solid #e4e4e4;
    padding: 10px 10px;
}
.filter-tiete{
    text-align: center;
    font-size: 15px;
    width: 126px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: 700;
}
.filter-tiete a{
    color: #4a4a4a;
}
.filter-tow{
    padding-top: 3px;
}
.filter-brand ul li{
    float: left;
    margin: 0px 10px 0px 0px;
    
}
.filter-brand {
    margin-bottom: 10px;
   
}
.filter-price ul li{
    float: left;
    margin: 0px 10px 0px 0px;
}
.filter-price{
    padding: 10px 0px;
    border-top: 1px dashed #c6c6c6;
}
.filter-tiete-price{
    text-align: center;
    font-size: 15px;
    width: 126px;
    color: #858585;
}
.filter-result p{
    margin: 0;
}
.filter-result{
    background: #f1f1f1;
    border: 1px solid #cecece;
    margin-top: 20px;
    padding: 0px 10px;
}
.search{
    padding: 3px 10px;
    background: #d9564f;
    color: aliceblue;
    margin-right: 11px;
}
.search-quantity{
    color: #4caf50;
}
.Sidebar{
    /* border: 1px solid #d9d9d9; */
    padding: 0px 5px;
    /* background: #fcfcfc; */
}
.Sidebar h3{
    /* border: 1px solid #d9d9d9; */
    width: 183px;
    padding: 19px 0px;
    margin: 0;
}
.Sidebar h3 samp{
    font-size: 20px;
    background: #ff6704;
    padding: 5px 5px;
}
.brand-introduction{
    /* border: 1px solid #d9d9d9; */
    height: 20.9em;
    margin-bottom: 0.7em;
    margin-top: 0.7em;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 14;
    overflow: hidden;
    /* background-color: #f3f3f3; */
    border: 1px solid #7777;
}
.brand-introduction p span{
    /* background-color: #f3f3f3!important; */
}
.Sidebar p{
  
    max-height: 281px;
    padding: 0px 5px;
    font-size: 14px;
    color: #898989;
    /* text-indent: 2em; */
    margin: 5px 0px 0px 0px;
}
.Sidebar img{
    border: 1px solid #d9d9d9;
    width: 183px;
    height: 319px;
}
.Sidebar-logo{
    width: 183px!important;
     height: 332px!important;
}
.brand_3{
    margin-top: 30px;
}
.brand_4{
    margin-top: 1.5em;
}
.brand_1{
    margin-top: 2em;
}
.cpadvertise{
    padding: 0;
}
.product{
    padding: 0px;
}
.cpmltow a{
    color: red;
}
.product ul li{
    float: left;
    border: 1px solid #f4f4f4;
    padding: 5px 5px;
    width: 227px;
    margin: 0px 8px 10px 0px;
    background: white;
    min-height: 332px;
    position: relative;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
}
/* .product ul li:nth-child(5){
    margin-right: 0;
} */
.product ul li:hover{
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.product-price{
    text-align: center;
    font-size: 19px;
    color: #2196F3;
}
.product-picture{
    width: 215px;
    height: 186px;
}
.product ul li {
    overflow: hidden;
}
.product-cptp{
    width: 215px;
    height: 186px;
    overflow: hidden;

}
.product-picture:hover{
    transform: scale(1.2);
    transition: 0.5s;
}
.product-teite{
    font-size: 13px;
    color: #636363;
    font-weight: 600;
    /* height: 48px; */
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* text-align: center; */
}
.product-teite:hover{
   
    color: #2196f3;
}

.product ul li a{
    text-decoration:none;
}
.product-consult{
        width: 98px;
        padding: 4px 5px;
        color: #535353;
        text-align: center;
        border: 1px solid #777;
}


.Pagination{
    float: right;
    margin: 10px 0px 11px 0px;
    padding: 12px 0px 0px 47px;
    background: #f1f1f1;
}
.Pagination ul li{
    float: left;
    border: 1px solid #c8c8c8;
    background: #fefefe;
    width: 53px;
    text-align: center;
    height: 35px;
    padding: 8px 3px;
    margin: 0px 3px 10px 0px;
}
.Pagination ul li a{
    display: list-item;
}
.Pagination-quantity{
    width: 303px;
    float: left;
    padding: 7px 10px;
}

/* 业务课题 */
.business-1{
    margin-top:80px ;
}
.business-1 img{
    width: 100%;
    height: 144px;
}
.Subject-Column,.Subject-Column-2{
    /* border: 1px solid #eaeaea;
    background: -webkit-linear-gradient(bottom, #dadada, #f7f7f7);
    border-radius: 5px; */

}
.Subject-Column ul,.Subject-Column-2 ul,.Subject-Column-3 ul{
    display: flex;
    place-content: space-evenly;
    text-align: center;
}
.Subject-Column ul .cur,.Subject-Column-2 ul .cur,.Subject-Column-3 ul .cur{
    background: -webkit-linear-gradient(bottom, #cccccc, #d3d3d3);
}
.Subject-Column ul li,.Subject-Column-2 ul li,.Subject-Column-3 ul li{
    float: left;
    width: 13%;
    padding: 10px;
}
.Subject-Column ul li a ,.Subject-Column-2 ul li a,.Subject-Column-3 ul li a{
    font-size: 17px;
    color: #484949;
}
.business-Column{
    margin-top: 68px;
}
.Subject-List,.Subject-List-2,.Subject-List-3{
    margin-top: 7px;
    margin-bottom: 80px;
}
.Subject-Column ul ,.Subject-Column-2 ul,.Subject-Column-3 ul{
    border: 1px solid #eaeaea;
    background: -webkit-linear-gradient(bottom, #dadada, #f7f7f7);
    border-radius: 5px;
}
.Subject-List ul li,.Subject-List-2 ul li,.Subject-List-3 ul li{
    float: left;
    border-bottom: 2px solid #ddd;
    width: 526px;
    padding: 10px 10px;
    margin: 13px 29px 0px 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.Subject-List ul li a,.Subject-List-2 ul li a,.Subject-List-3 ul li a{
    display: flex;
    place-content: space-between;
    text-decoration: none
}
.Subject-List li:hover{

}
.Subject-List ul li a img,.Subject-List-2 ul li a img,.Subject-List-3 ul li a img{
    width: 97px;
    height: 93px;
    float: left;
}
.yw-new{
    width: 78%;
}
.yw-new p{
    width: 100%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #a3a3a3;
    text-indent: 2em;
    margin-bottom: 0;
}
.Subject-List ul li a h4,.Subject-List-2 ul li a h4,.Subject-List-3 ul li a h4{
    
    color: #656565;
    width: 90%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.Subject-telte a{
    padding-left: 10px;
    border-left: 6px solid #056793;
    color: #686868;
    text-decoration:none
}
.yw-gd{
    display: flex;
    width: 100%;
    place-content: end;
}
.yw-gengduo{
    padding: 0px 0px 0px 14px;
    margin: 17px 30px 0px 10px;
    color: #0e4978;
    border-bottom: 2px solid #1d5480;
}
/* 服务支持 */
.support-new{
    background: #f5f5f5;
    padding: 10px 10px;
}

.support-new ul li h4{
    text-align: center;
    font-size: 20px;
    color: black;
}
.support-new ul li{
    float: left;
    border: 1px solid #ffffff;
    background: white;
    width: 269px;
    margin: 10px 7px 0px 8px;
}
.support-new ul li a img{
    width: 267px;
    height: 218px;
}
.support{
    margin-top: 68px;
    margin-bottom: 100px;
}
.support-teite-1{
    text-align: center;
    background: whitesmoke;
    
}
.support-teite-1 h3{
    /* color: rgb(41, 123, 179); */
}
.support-problem{
    text-align: center;
    background: whitesmoke;
    /* padding: 92px 0px 0px 0px; */
}
.fwzc-search-biak{
    text-align: right;
    /* background: whitesmoke; */
    padding: 20px 0px;
}
.support-search{
    text-align: center;
    background: whitesmoke;
    padding: 20px 0px;
}
.fwzc-search-biak .Searchbutton{
    background: -webkit-linear-gradient(bottom, #cfb012, #fde984);
    color: #474747;
}
.searchbar{
    width: 471px;
    height: 46px;
    border: 1px solid #f6f6f6;
    padding: 3px 10px;
}
.Searchbutton{
    width: 100px;
    height: 46px;
    border: aliceblue;
    background: white;
}

.support-footer ul li{
    float: left;
    border: 1px solid #fff;
    width: 265px;
    background: white;
    margin: 0px 12px 0px 8px;
    height: 241px;
    padding: 10px 10px;
}
.support-footer ul li img{
    width: 243px;
    height: 151px;
}
.support-footer ul li h5{
    font-size: 21px;
}
.support-footer ul li p{
    font-size: 21px;
}
.support-footer{
    background: whitesmoke;
    padding: 10px 10px;
}
.support-footer-QR{
    text-align: center;
}
.support-footer-QR img{
    width: 165px!important;
    height: 164px!important;
}
.support-footer-QR p{
    margin-top: 20px;
}
.service_1{
    margin-top: 89px;
    padding: 25px 14px;
    background: whitesmoke;
    margin-bottom: 89px;
}

.service-Column ul{
    background: white;
    height: 50px;
}
.service-Column ul li{
    float: left;
    width: 161px;
    height: 35px;
    margin: 8px 0px;
    border-right: 1px solid #dcdcdc;
    padding: 0px 9px;
    text-align: center;
}
.service-Column ul li a{
    font-size: 21px;
    color: #090909;
    display: list-item;
}
.service-content-p{
    /* border: 11px solid #445b68; */
    padding: 10px 10px;
}
.content-p{
    border: 11px solid #445b68;

}
.service-quotations-p{
    /* background: white; */
    padding: 87px 25px 39px 10px;
    text-align: center;
}
.service-quotations-p p{
    font-size: 20px;
}



/* 颜色 */
.cp176 .gd176 li {
    float: left;
    width: 280px;
    overflow: hidden;
    text-align: center;
    margin-right: 26px;
    background: #ececec;
    transition: all .5s;
}
.cp176 .gd176 li a p {
    color: #6d6d6d;
}
.cp176 .gd176 li:hover {
    background: #ff5b8f;
}
.cp176 .gd176 li:hover a p {
    color: #fff;
}
/* 颜色 end*/
.cp176 .w176 {
    width: 1200px;
    margin: 0 auto;
}
.cp176 {
    width: 100%;
    margin-bottom: 40px;
}
.cp176 .gd176 {
    position: relative;
    margin-top: 30px;
}
.cp176 .gd176 .prev, .cp176 .gd176 .next {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -38px;
    width: 32px;
    height: 76px;
    cursor: pointer;
    z-index: 1;
}

.cp176 .gd176 .bd176 {
    width: 1200px;
    overflow: hidden;
}
.cp176 .gd176 li .img176 {
    margin: 4px;
    overflow: hidden;
}
.cp176 .gd176 li .img176 img {
    width: 100%;
}
.cp176 .gd176 li p {
    width: 100%;
    height: 42px;
    line-height: 40px;
    font-size: 14px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all .5s;
}
.tempWrap{
    /* width: 1125px!important; */
}





.case_291{width: 98%;margin: 0 10px;}
.case_291 .i_tle{width: 100%;text-align: center;padding-top: 56px;}
.case_291 .i_tle h2{font-size: 24px;color: #333333;font-weight: normal;}
.case_291 .i_tle h2 a{color: #333333;text-decoration: none;}
.case_291 .i_tle p{font-size: 28px;color: #1e1e1e;font-family: arial;text-transform: uppercase;word-spacing: 2px;font-weight: bold;}
.case_291 .i_tle i{display: block;width: 100%;height: 4px;margin: 13px auto 0;}
.case_291 .menu{width: 100%;height: 51px;background: #ffffff;position: relative;margin-top: 52px;}
.case_291 .menu .con{text-align: center;}
.case_291 .menu .con ul{/* padding-left: 50px;height: 50px;display: inline-block;zoom: 1; */display: flex;justify-content: center;}
.case_291 .menu .con li{width: 12%;float: left;height: 52px;}
.case_291 .menu .con li p{line-height: 53px;height: 51px;text-align: center;position: relative;font-size: 16px;color: #fff;}
.case_291 .menu .con li p a{display: block;text-decoration: none;color: #4e4e4e;}
.case_291 .menu .con li p i{display: none;width: 11px;height: 6px;position: absolute;left: 50%;margin-left: -5px;bottom: -6px;z-index: 9}
.case_291 .menu .con li img{display: block;}
.case_291 .menu .con li.cur i{display: block;}
.case_291 .menu .con li.cur p{background: #fc6b00;font-weight: bold; }
.cur p a{color: #fff!important;}
.case_291 .menu .con li.cur{border-color: #fc6b00;}
.case_291 .mainCon{width: 100%;    background: white;border-top: 1px solid #e7e7e7;padding: 10px 10px;}
.case_291 .mainCon li{float: left;width: 44%;   margin: 19px 7px 0px 0px;}
.case_291 .mainCon li img{display: block;width: 100%;transform: scale(1);transition: all 1s ease-out;}
.case_291 .mainCon li .Pics{position: relative;overflow: hidden;}
.case_291 .mainCon li .intro{position: absolute;width: 100%;height: 100%;background: url({eyou:global name='web_templets_pc' /}/skin/images/casebg_291.png);left: 0;top: 0;overflow: hidden;display: none;padding: 5% 5% 0;}
.case_291 .mainCon li .intro .box{border: 1px solid #333333;width: 100%;height:100%;}
.case_291 .mainCon li .intro .box i{height: 140px;display: block;overflow: hidden;}
.case_291 .mainCon li .intro p{font-size: 13px;color: #fff;line-height: 20px;font-style: normal;padding: 5% 5% 0;height: 20px;margin-bottom: 0!important;}
.case_291 .mainCon li .intro span{display: block;font-size:14px;color: #e2e2e2;font-family: arial;text-align: center;margin-top: 5%;}
.case_291 .mainCon li .pictitle{padding-top: 18px;height: 55px;text-align: center;background: #f7f7f7;}
.case_291 .mainCon li .pictitle p{font-size: 14px;color: #333333;}
.case_291 .mainCon li .pictitle i{display: block;width: 25%;height: 2px;background: #e2e2e2;margin:10px auto 0;}
.case_291 .mainCon li a{display: block;text-decoration: none;    color: #49494a;}
.case_291 .mainCon li:hover .intro{display: block;}
.case_291 .mainCon li:hover .pictitle{background: #fc6b00;}
.case_291 .mainCon li:hover .pictitle p{color: #fff;}
.case_291 .mainCon li:hover .pictitle i{background: #fff;}
.case_291 .mainCon li:hover img{transform: scale(1.2);}

.case_2912{width: 98%;margin: 0 10px;}
.case_2912 .i_tle{width: 100%;text-align: center;padding-top: 56px;}
.case_2912 .i_tle h2{font-size: 24px;color: #333333;font-weight: normal;}
.case_2912 .i_tle h2 a{color: #333333;text-decoration: none;}
.case_2912 .i_tle p{font-size: 28px;color: #1e1e1e;font-family: arial;text-transform: uppercase;word-spacing: 2px;font-weight: bold;}
.case_2912 .i_tle i{display: block;width: 100%;height: 4px;margin: 13px auto 0;}
.case_2912 .menu{width: 100%;height: 51px;background: #ffffff;position: relative;margin-top: 52px;}
.case_2912 .menu .con{text-align: center;}
.case_2912 .menu .con ul{display: flex;justify-content: center;}
.case_2912 .menu .con li{width: 12%;float: left;height: 52px;}
.case_2912 .menu .con li p{line-height: 53px;height: 51px;text-align: center;position: relative;font-size: 16px;color: #fff;}
.case_2912 .menu .con li p a{display: block;text-decoration: none;color: #4e4e4e;}
.case_2912 .menu .con li p i{display: none;width: 11px;height: 6px;position: absolute;left: 50%;margin-left: -5px;bottom: -6px;z-index: 9}
.case_2912 .menu .con li img{display: block;}
.case_2912 .menu .con li.cur i{display: block;}
.case_2912 .menu .con li.cur p{background: #fc6b00;font-weight: bold; }
.cur p a{color: #fff!important;}
.case_2912 .menu .con li.cur{border-color: #fc6b00;}
.case_2912 .mainCon{width: 100%;    background: white;border-top: 1px solid #e7e7e7;padding: 10px 10px;}
.case_2912 .mainCon li{float: left;width: 44%;   margin: 19px 7px 0px 0px;}
.case_2912 .mainCon li img{display: block;width: 100%;transform: scale(1);transition: all 1s ease-out;}
.case_2912 .mainCon li .Pics{position: relative;overflow: hidden;}
.case_2912 .mainCon li .intro{position: absolute;width: 100%;height: 100%;background: url({eyou:global name='web_templets_pc' /}/skin/images/casebg_291.png);left: 0;top: 0;overflow: hidden;display: none;padding: 5% 5% 0;}
.case_2912 .mainCon li .intro .box{border: 1px solid #333333;width: 100%;height:100%;}
.case_2912 .mainCon li .intro .box i{height: 140px;display: block;overflow: hidden;}
.case_2912 .mainCon li .intro p{font-size: 13px;color: #fff;line-height: 20px;font-style: normal;padding: 5% 5% 0;height: 20px;margin-bottom: 0!important;}
.case_2912 .mainCon li .intro span{display: block;font-size:14px;color: #e2e2e2;font-family: arial;text-align: center;margin-top: 5%;}
.case_2912 .mainCon li .pictitle{padding-top: 18px;height: 55px;text-align: center;background: #f7f7f7;}
.case_2912 .mainCon li .pictitle p{font-size: 14px;color: #333333;}
.case_2912 .mainCon li .pictitle i{display: block;width: 25%;height: 2px;background: #e2e2e2;margin:10px auto 0;}
.case_2912 .mainCon li a{display: block;text-decoration: none;    color: #49494a;}
.case_2912 .mainCon li:hover .intro{display: block;}
.case_2912 .mainCon li:hover .pictitle{background: #fc6b00;}
.case_2912 .mainCon li:hover .pictitle p{color: #fff;}
.case_2912 .mainCon li:hover .pictitle i{background: #fff;}
.case_2912 .mainCon li:hover img{transform: scale(1.2);}

.case_2913{width: 98%;margin: 0 10px;}
.case_2913 .i_tle{width: 100%;text-align: center;padding-top: 56px;}
.case_2913 .i_tle h2{font-size: 24px;color: #333333;font-weight: normal;}
.case_2913 .i_tle h2 a{color: #333333;text-decoration: none;}
.case_2913 .i_tle p{font-size: 28px;color: #1e1e1e;font-family: arial;text-transform: uppercase;word-spacing: 2px;font-weight: bold;}
.case_2913 .i_tle i{display: block;width: 100%;height: 4px;margin: 13px auto 0;}
.case_2913 .menu{width: 100%;height: 51px;background: #ffffff;position: relative;margin-top: 52px;}
.case_2913 .menu .con{text-align: center;}
.case_2913 .menu .con ul{display: flex;justify-content: center;}
.case_2913 .menu .con li{width: 12%;float: left;height: 52px;}
.case_2913 .menu .con li p{line-height: 53px;height: 51px;text-align: center;position: relative;font-size: 16px;color: #fff;}
.case_2913 .menu .con li p a{display: block;text-decoration: none;color: #4e4e4e;}
.case_2913 .menu .con li p i{display: none;width: 11px;height: 6px;position: absolute;left: 50%;margin-left: -5px;bottom: -6px;z-index: 9}
.case_2913 .menu .con li img{display: block;}
.case_2913 .menu .con li.cur i{display: block;}
.case_2913 .menu .con li.cur p{background: #fc6b00;font-weight: bold; }
.case_2913 .menu .con li.cur{border-color: #fc6b00;}
.case_2913 .mainCon{width: 100%;    background: white;border-top: 1px solid #e7e7e7;padding: 10px 10px;}
.case_2913 .mainCon li{float: left;width: 44%;   margin: 19px 7px 0px 0px;}
.case_2913 .mainCon li img{display: block;width: 100%;transform: scale(1);transition: all 1s ease-out;}
.case_2913 .mainCon li .Pics{position: relative;overflow: hidden;}
.case_2913 .mainCon li .intro{position: absolute;width: 100%;height: 100%;background: url({eyou:global name='web_templets_pc' /}/skin/images/casebg_291.png);left: 0;top: 0;overflow: hidden;display: none;padding: 5% 5% 0;}
.case_2913 .mainCon li .intro .box{border: 1px solid #333333;width: 100%;height:100%;}
.case_2913 .mainCon li .intro .box i{height: 140px;display: block;overflow: hidden;}
.case_2913 .mainCon li .intro p{font-size: 13px;color: #fff;line-height: 20px;font-style: normal;padding: 5% 5% 0;height: 20px;margin-bottom: 0!important;}
.case_2913 .mainCon li .intro span{display: block;font-size:14px;color: #e2e2e2;font-family: arial;text-align: center;margin-top: 5%;}
.case_2913 .mainCon li .pictitle{padding-top: 18px;height: 55px;text-align: center;background: #f7f7f7;}
.case_2913 .mainCon li .pictitle p{font-size: 14px;color: #333333;}
.case_2913 .mainCon li .pictitle i{display: block;width: 25%;height: 2px;background: #e2e2e2;margin:10px auto 0;}
.case_2913 .mainCon li a{display: block;text-decoration: none;    color: #49494a;}
.case_2913 .mainCon li:hover .intro{display: block;}
.case_2913 .mainCon li:hover .pictitle{background: #fc6b00;}
.case_2913 .mainCon li:hover .pictitle p{color: #fff;}
.case_2913 .mainCon li:hover .pictitle i{background: #fff;}
.case_2913 .mainCon li:hover img{transform: scale(1.2);}



/* footr */
.foot-information{
    margin: 30px 0px;
    
    
}
.foot-information span.iconfont{
   font-size: 2em;
   color: #056793;
}
.foot-information ul{
    display: flex;
    flex-direction: row;
    place-content: space-evenly;
    padding: 0;
}
.foot-information ul li{
    float: left;
    
}
.foot-tele{
    font-size: 20px;
    width: 177px;
    text-align: center;

}
.foot-QQ{
    font-size: 20px;
    width: 177px;
    text-align: center;
}
.foot-QQ p{
    margin-top: 0px;
    color: #056793;
}
.foot-QQ p a{
    
    /* font-size: 17px; */
    color: #056793;  
}
.foot-address{
    font-size: 20px;
    width: 485px;
    text-align: center;
}
.foot-tele p{
    margin-top: 0px;    
    color: #056793;  
}
.foot-tele p a {
    color: #056793;  
}
.foot-address p{
    margin-top: 0px;
    color: #056793; 
}

.foot-address p a{
    /* font-size: 20px; */
    color: #056793; 
}
.foot-QR img{
    width: 144px;
    height: 139px;
    border: 1px solid #eaeaea;
}
/*行业案例*/
.case-1 img{
    width: 100%;
    margin-top: 88px;
    height: 288px;
}
.case{
    margin-top: 68px;
}
.case-plate ul li{
    padding: 13px 8px;
    margin: 0px 12px 0px 0px;
    /* border: 1px solid #ffffff; */
    width: 275px;
    height: 390px;
    float: left;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    overflow: hidden;
    border-radius: 4px;
}
.case-plate-img img:hover{
    transform: scale(1.2);
    transition: 0.5s;
}
.case-plate-img img{
    width: 230px;
    height: 190px;
}
.case-plate ul li a img {
    width: 261px;
    height: 275px;
}
.case-plate-img  {
    width: 257px;
    height: 275px;
    overflow: hidden;
}
.case .case-plate ul li:nth-child(4){
    margin: 0px 0px 0px 0px;
}
li.case-top a,.qyfw-sanji a{
    text-decoration: none;
}
.qyfw-sanji{border: 1px solid #f2f2f2;}
li.case-top{
    /* background: -webkit-linear-gradient(bottom, #dbefff, #b6dfff); */
    border: 1px solid #cecece;
}
li.case-top p{
    color: #afafaf;
    word-break:break-all;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
}
li.case-top a:hover h4{
    color: #d11414;
}
li.case-top h4{
    color: #373737;
    font-weight: 600;

}

.case-plate ul li a h4{
    /* width: 230px; */
    /* height: 76px; */
    font-size: 19px;
    text-align: center;
    font-weight: 600;
}
.qyfw-sanji a h4{
    /* width: 230px; */
    /* height: 76px; */
    font-size: 19px;
    text-align: center;
    color: #3e3e3e;
}
.qyfw-sanji p{
    color: #afafaf;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.qyfw-sanji a:hover h4{color: #d11414;}
.case-brand{
    margin-top: 28px;
    padding: 21px 18px;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #eee;
}
.case-brand ul li{
    float: left;
    border-bottom: 1px solid #7777;
    margin: 0px 4px 0px 8px;
    height: 118px;
}
.modular-1,.modular-2{
    margin-top: 46px;
}
.Level-2-ul{
    height: 438px;
    margin: 0px 0px;
    padding: 5px 10px 9px 16px;
}
.Level-2-ul li h3{
    font-size: 17px;
    margin: 14px 0px 4px 0px;
}
.Level-2-ul li{
    float: left;
}
.Level-2-ul > li img{
    width: 23px;
    margin-right: 10px;
}
.Level-2-ul li h3 a{
    color: #5c5c5c;
    text-decoration: none;
}
.Level-2{
    height: 438px;
    overflow: auto;
}
.Level-3 {
    padding: 0;
}
.Level-3 li{
    float: left;
    margin: 2px 5px;
}
.Level-3 li a{
    color: #585858;
}
.lease:hover{background: #ffffff;}
.Level-3 li a:hover{
    color: #286f8f;
}
.cp_lanmu{
    width: 244px;
    text-align: center;
    border: 1px solid #ffd707;
    background: #ffd707;
    cursor: pointer;
}
.cp_lanmu h3{
    font-size: 20px;
    padding: 0;
    margin: 10px;
}
.tab-pane p{
    font-size: 18px;
    /* text-indent: 2em; */
}
.tab-pane img{
    width: 100%;
    /* height: 24em; */
}
.xbanner-brand-logo{
    margin-top: 16px;
    margin-bottom: 16px;
}

.filter-tit{
    text-align: center;
    font-size: 17px;
    width: 126px;
    float: left;
}
.filter-cen{
    float: left;
    width: 1022px;
    font-size: 17px;
}
.filter-cen a{
    cursor: pointer;
}
.filter-bt{
    float: left;
    font-size: 15px;
    margin: 14px 0px 0px 28px;
}



/*  */
.case231_main {
    height: 23.6em;
    margin-top: 6%;
}
.case231_main .w231 {
    width: 183px;
    height: 23.6em;
    margin: 0 auto;
}
.in_icon {
    vertical-align: middle;
    
    display: inline-block;
}
.case231_main .ctit231 {
    text-align: center;
    width: 100%;
    height: 190px;
    background: url("{eyou:global name='web_templets_pc' /}/skin/images/line231.png") no-repeat center center;
    background-size: 60px 189px;
}
.case231_main .icase231 .bigbox .bd .item .txt {
    /* position: absolute; */
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: url("{eyou:global name='web_templets_pc' /}/skin/images/tb231.png") repeat center center;
    z-index: 12;
    opacity: 1;
    transition: all .5s;
}
.case231_main .icase231 .smabox .item .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: url("{eyou:global name='web_templets_pc' /}/skin/images/tb231.png") repeat center center;
    z-index: 12;
    opacity: 1;
    transition: all .5s;
}
.case231_main .icase231 .smabox .item .txtbox231 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
   
    z-index: 2;
    opacity: 0;
    transition: all .5s;
}
.case231_main .ctit231 .tit {
    padding-top: 60px;
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #c9974c;
    line-height: 40px;
}
.case231_main .ctit231 .subtit {
    font-size: 16px;
    color: #666;
    line-height: 18px;
    font-weight: normal;
    padding-top: 12px;
}
.case231_main .menu {
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
}
.case231_main .menu ul {
    text-align: center;
}
.case231_main .menu li {
    line-height: 30px;
    margin: 0 10px 10px;
    display: inline-block;
}
.case231_main .menu li:first-child {
    margin-left: 0;
}
.case231_main .menu li:last-child {
    margin-right: 0;
}
.case231_main .menu li a {
    display: block;
    color: #666;
    border: 1px solid #c2c2c2;
    text-align: center;
    padding: 0 25px;
    border-radius: 15px;
}
.case231_main .menu li a:hover {
    border: 1px solid #c9974c;
    color: #fff;
    background: #c9974c;
}
.case231_main .more {
    width: 150px;
    height: 40px;
    color: #666;
    line-height: 40px;
    margin: 0 auto;
    display: block;
    text-align: center;
    border: 1px solid #ccc;
}
.case231_main .more:hover {
    border: 1px solid #c9974c;
    background: #c9974c;
    color: #fff;
    text-indent: 10px;
}
.case231_main .c_231 {
    /* padding: 40px 0;
    overflow: hidden; */
}
.case231_main .icase231 .bigbox {
    width: 183px;
    height: 23.6em;
    overflow: hidden;
    position: relative;
    margin: 0;
}
.case231_main .icase231 .bigbox .bd {
    overflow: hidden;
}
.case231_main .icase231 .bigbox .bd .item {
    position: relative;
    width: 183px;
    height: 23.6em;
    overflow: hidden;
}
.case231_main .icase231 .bigbox .bd .item img {
    display: block;
    width: 183px;
    height: 23.6em;
}
.case231_main .icase231 .bigbox .bd .item .txt .tit {
    font-size: 16px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    text-indent: 20px;
}
.case231_main .icase231 .bigbox .bd .item .txtbox231 {
    
    background: #1b1b1b7a;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2;
    opacity: 0;
    transition: all .5s;
}
.case231_main .icase231 .bigbox .bd .item .txtbox231 h3 {
    color: #fff;
    font-size: 18px;
    padding-top: 68%;
    opacity: 0;
    transition: all .5s;
}
.case231_main .icase231 .bigbox .item:hover .txt {
    opacity: 0;
}
.case231_main .icase231 .bigbox .item .txtbox231 span {
    width: 40px;
    height: 40px;
    display: block;
    background-position: 0 -164px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 10%;
    margin-top: -25px;
    opacity: 0;
    transition: all .5s;
}
.case231_main .icase231 .bigbox .item:hover .txtbox231 h3 {
    opacity: 1;
    padding-top: 43%;
}
.case231_main .icase231 .bigbox .item:hover .txtbox231 span {
    opacity: 1;
    top: 50%;
}
.case231_main .icase231 .bigbox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 16px;
    bottom: 20px;
    z-index: 15;
}
.case231_main .icase231 .bigbox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.case231_main .icase231 .bigbox .hd li {
    float: left;
    margin-right: 6px;
    width: 10px;
    height: 10px;
    font-size: 0;
    text-indent: -9999px;
    background: #fff;
    cursor: pointer;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    transition: all .5s;
}
.case231_main .icase231 .bigbox .hd li.on {
    background: #c9974c;
}
.case231_main .icase231 .smabox {
    width: 183px;
    height: 319px;
}
.case231_main .icase231 .smabox .item {
    float: left;
    margin-right: 0;
    width: 300px;
    height: 225px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0px;
}
.case231_main .icase231 .smabox .item img {
    display: block;
    width: 300px;
    height: 225px;
}
.case231_main .icase231 .smabox .item a {
    display: block;
}
.case231_main .icase231 .smabox .item .txt .tit {
    font-size: 16px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    text-indent: 20px;
}
.case231_main .icase231 .bigbox .item:hover .txtbox231 {
    opacity: 1;
    background: url({eyou:global name='web_templets_pc' /}/skin/images/bj231.png) repeat left top;
    z-index: 16;
}
.case231_main .icase231 .smabox .item .txtbox231 .tit1 {
    padding-top: 50px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    transition: all .5s;
}
.case231_main .icase231 .smabox .item .txtbox231 .detail {
    position: absolute;
    top: 65%;
    left: 50%;
    margin-left: -49px;
    display: block;
    width: 98px;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    transition: all .5s;
}
.case231_main .icase231 .smabox .item:hover .txt {
    opacity: 0;
}
.case231_main .icase231 .smabox .item:hover .txtbox231 {
    opacity: 1;
}
.case231_main .icase231 .smabox .item:hover .txtbox231 .tit1 {
    padding-top: 80px;
}
.case231_main .icase231 .smabox .item:hover .detail {
    top: 55%;
}
.case231_main .more {
    margin-top: 30px;
}


/*  */
.case236_main{
    height: 23.6em;
    margin-top: 6%;
}
.case236_main .w231 {
    width: 183px;
    height: 23.6em;
    margin: 0 auto;
}
.in_icon {
    vertical-align: middle;
    
    display: inline-block;
}
.case236_main .ctit231 {
    text-align: center;
    width: 100%;
    height: 190px;
    background: url("{eyou:global name='web_templets_pc' /}/skin/images/line231.png") no-repeat center center;
    background-size: 60px 189px;
}
.case236_main .icase231 .bigbox .bd .item .txt {
    /* position: absolute; */
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: url("{eyou:global name='web_templets_pc' /}/skin/images/tb231.png") repeat center center;
    z-index: 12;
    opacity: 1;
    transition: all .5s;
}
.case236_main .icase231 .smabox .item .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: url("{eyou:global name='web_templets_pc' /}/skin/images/tb231.png") repeat center center;
    z-index: 12;
    opacity: 1;
    transition: all .5s;
}
.case236_main .icase231 .smabox .item .txtbox231 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
   
    z-index: 2;
    opacity: 0;
    transition: all .5s;
}
.case236_main .ctit231 .tit {
    padding-top: 60px;
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #c9974c;
    line-height: 40px;
}
.case236_main .ctit231 .subtit {
    font-size: 16px;
    color: #666;
    line-height: 18px;
    font-weight: normal;
    padding-top: 12px;
}
.case236_main .menu {
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
}
.case236_main .menu ul {
    text-align: center;
}
.case236_main .menu li {
    line-height: 30px;
    margin: 0 10px 10px;
    display: inline-block;
}
.case236_main .menu li:first-child {
    margin-left: 0;
}
.case236_main .menu li:last-child {
    margin-right: 0;
}
.case236_main .menu li a {
    display: block;
    color: #666;
    border: 1px solid #c2c2c2;
    text-align: center;
    padding: 0 25px;
    border-radius: 15px;
}
.case236_main .menu li a:hover {
    border: 1px solid #c9974c;
    color: #fff;
    background: #c9974c;
}
.case236_main .more {
    width: 150px;
    height: 40px;
    color: #666;
    line-height: 40px;
    margin: 0 auto;
    display: block;
    text-align: center;
    border: 1px solid #ccc;
}
.case236_main .more:hover {
    border: 1px solid #c9974c;
    background: #c9974c;
    color: #fff;
    text-indent: 10px;
}
.case236_main .c_231 {
    /* padding: 40px 0;
    overflow: hidden; */
}
.case236_main .icase231 .bigbox {
    width: 183px;
    height: 23.6em;
    overflow: hidden;
    position: relative;
    margin: 0;
}
.case236_main .icase231 .bigbox .bd {
    overflow: hidden;
}
.case236_main .icase231 .bigbox .bd .item {
    position: relative;
    width: 183px;
    height: 23.6em;
    overflow: hidden;
}
.case236_main .icase231 .bigbox .bd .item img {
    display: block;
    width: 183px;
    height: 23.6em;
}
.case236_main .icase231 .bigbox .bd .item .txt .tit {
    font-size: 16px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    text-indent: 20px;
}
.case236_main .icase231 .bigbox .bd .item .txtbox231 {
    
    background: #1b1b1b7a;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2;
    opacity: 0;
    transition: all .5s;
}
.case236_main .icase231 .bigbox .bd .item .txtbox231 h3 {
    color: #fff;
    font-size: 18px;
    padding-top: 68%;
    opacity: 0;
    transition: all .5s;
}
.case236_main .icase231 .bigbox .item:hover .txt {
    opacity: 0;
}
.case236_main .icase231 .bigbox .item .txtbox231 span {
    width: 40px;
    height: 40px;
    display: block;
    background-position: 0 -164px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 10%;
    margin-top: -25px;
    opacity: 0;
    transition: all .5s;
}
.case236_main .icase231 .bigbox .item:hover .txtbox231 h3 {
    opacity: 1;
    padding-top: 43%;
}
.case236_main .icase231 .bigbox .item:hover .txtbox231 span {
    opacity: 1;
    top: 50%;
}
.case236_main .icase231 .bigbox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 16px;
    bottom: 20px;
    z-index: 15;
}
.case236_main .icase231 .bigbox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.case236_main .icase231 .bigbox .hd li {
    float: left;
    margin-right: 6px;
    width: 10px;
    height: 10px;
    font-size: 0;
    text-indent: -9999px;
    background: #fff;
    cursor: pointer;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    transition: all .5s;
}
.case236_main .icase231 .bigbox .hd li.on {
    background: #c9974c;
}
.case236_main .icase231 .smabox {
    width: 183px;
    height: 319px;
}
.case236_main .icase231 .smabox .item {
    float: left;
    margin-right: 0;
    width: 300px;
    height: 225px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0px;
}
.case236_main .icase231 .smabox .item img {
    display: block;
    width: 300px;
    height: 225px;
}
.case236_main .icase231 .smabox .item a {
    display: block;
}
.case236_main .icase231 .smabox .item .txt .tit {
    font-size: 16px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    text-indent: 20px;
}
.case236_main .icase231 .bigbox .item:hover .txtbox231 {
    opacity: 1;
    background: url({eyou:global name='web_templets_pc' /}/skin/images/bj231.png) repeat left top;
    z-index: 16;
}
.case236_main .icase231 .smabox .item .txtbox231 .tit1 {
    padding-top: 50px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    transition: all .5s;
}
.case236_main .icase231 .smabox .item .txtbox231 .detail {
    position: absolute;
    top: 65%;
    left: 50%;
    margin-left: -49px;
    display: block;
    width: 98px;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    transition: all .5s;
}
.case236_main .icase231 .smabox .item:hover .txt {
    opacity: 0;
}
.case236_main .icase231 .smabox .item:hover .txtbox231 {
    opacity: 1;
}
.case236_main .icase231 .smabox .item:hover .txtbox231 .tit1 {
    padding-top: 80px;
}
.case236_main .icase231 .smabox .item:hover .detail {
    top: 55%;
}
.case236_main .more {
    margin-top: 30px;
}

/*  */

.partner-259{
    display: block;
    width: 100%;
}
.partner-259 .par-con{
    /* padding:60px 0; */
    width: 1139px;
    margin: 0 auto;
}
.partner-259 .par-con .center-title {
    text-align: center;
    float: none;
}
.partner-259 .par-con .center-title i{
    font-style: normal;
    display: block;
    font-size: 36px;
    font-weight: bold;
    background: none;
    margin-left: 0;
    line-height: 2.6em;    
    color: #203144;
    height: 60px;
    vertical-align: top;
    padding: 0 16px;

}
.partner-259 .par-con .center-title span{
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
}

.partner-259 .par-con .scroll-teb{
    clear: both;
    /* margin-top: 30px; */
}
.partner-259 .par-con .scroll-teb .partner-list li{
    float:left;
    margin-right:12px;
    display:inline-block;
    width:169px;
    height:75px;
    border:1px solid #d9d9d9;
}
.partner-259 .par-con .scroll-teb .partner-list img{
    width:169px;
    height:73px;
}




/*  */

@media screen and (max-width:1280px) and (max-width:1600px) {
    .container_top{
        width: 1200px;
       
    }
}
@media screen and (max-width:1600px) {
    .container_top{
        width: 1200px;
       
    }
    .tupian {
        float: left;
        margin: 43px 0px 14px 0px;
        
    }
    .tupian_shoushuo img{
    width: 329px;
    margin: 18px 17px;
    }
    .top_logo{
        width: 258px;
        float: left;
        /* height: 196px; */
        margin-top: 43px;
    }
    .logo_mj img {
        width: 243px;
        margin-bottom: 13px;
    }
    .cp_lanmu{
        width: 244px;
    height: 44px;
    text-align: center;
    border: 1px solid #ffd707;
    background: #ffd707;
    }
    .cp_lanmu h3{
        font-size: 20px;
        padding: 0;
    margin: 10px;
    }
    
    .top_erweima img {
        width: 94px;
    }
    .top_erweima {
        /*width: 258px; */
    float: right;
    margin-top: 41px;
    }
    .tupian_enter{
        width: 224px;
        height: 37px;
        border: 1px solid #eed816;
    }
    .top_erweima p{
    height: 129px;
    width: 102px;
    text-align: center;
    float: left;
    }
}
/* 分页 */
.Pagination ul li.thisclass{
    background: #e91e63;
    color: #fafdff;
}

/*首页1F产品tab*/
.content_1 .Column_fr .column-tab{
    display: none;
}
.content_1 .Column_fr .column-tab.cur {
    display: block;
    
}
/*首页2F产品tab*/
.content_2 .Column_fr .column-tab{
    display: none;
}
.content_2 .Column_fr .column-tab.cur {
    display: block;
    
}
/*首页2F产品tab*/
.content_5 .Column_fr .column-tab{
    display: none;
}
.content_5 .Column_fr .column-tab.cur {
    display: block;
    
}

.navigation li.cur{
    /* background: aliceblue; */
    cursor: pointer;
    border-bottom: 2px solid #1a80ae;
}
.navigation li.cur a{
    /* border-bottom: 2px solid #1a80ae; */
    color: #1a80ae;
    font-size: 16px;
    /* padding: 3px 0; */
}
.navigation li.cur a:hover{
    /* border-bottom: 2px solid #1a80ae; */
}

.service_1 .service-content .service-tab{
    display: none;
}
.service_1 .service-content .service-tab.cur {
    display: block;
    
}
.service-Column li.cur{
    background: aliceblue;
    cursor: pointer;
}
/*首页3F企业管理tab*/
.content_3 .manage .manage-tab{
    display: none;
}
.content_3 .manage .manage-tab.cur {
    display: block;
    
}
/*首页4F企业管理tab*/
.content_4 .manage .manage-tab{
    display: none;
}
.content_4 .manage .manage-tab.cur {
    display: block;
    
}
.content_3 .manage .manage-tab ul li:nth-child(3),.content_4 .manage .manage-tab ul li:nth-child(3){
    margin-right: 0;
}
.manage-exhibit:hover{
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.manage-exhibit a{
    text-decoration: none;
}
/* 产品内容页 */
#panelcp{display:none;}
.spacing{margin-top: 22px;border-top: 2px solid #ffd913;}

/* 抬头top */
.lookup{
    background: -webkit-linear-gradient(bottom, #ececec, #efefef);
    height: 2.3em;
}
.lookup_new{
    /* padding-right: 15px;
    padding-left: 15px; */
    margin-right: auto;
    margin-left: auto;
    width: 1200px;
    display: grid;
    grid-template-columns: repeat(2,30em);
    place-content: space-between;
}

.lookup_new_fl p{
    color: #868686;
    margin: 0.4em 0px;
}

/*****************
    ---百度地图--- 
 *****************/
.Baidumap{
   
    display: none;
    left: 39em;
    position: fixed;
    right: 10em;
    top: 18em;
    z-index: 99;
    bottom: 10em;
}

/*****************
    ---联系我们--- 
 *****************/
.contactus{
    
}
.connect-tele{
    
    font-size: 1.3em;
    padding: 24px 17px 36px 17px;
    background: #f22b33;
}
.connect-tele h4{
    font-size: 1.8em;
    color: aliceblue;
}
.connect-tele > p:nth-of-type(1){
    border: 2px solid #fff;
    font-size: 1.4em;
    
    padding-left: 10px;
    padding-right: 10px;
    color: aliceblue;
    margin-top: 0.5em;
}
.connect-tele > p:nth-of-type(2){
    font-size: 23px;
    color: aliceblue;
    margin-top: 0.9em;
}
.welcome{
    padding: 3em 7em;
    height: 15.9em;
    background: url(../images/lxbj-2.jpg) no-repeat;
}
.welcome > p:nth-of-type(1){
    font-size: 1.8em;
}
.welcome > p:nth-of-type(2){
    font-size: 1.1em;
    color: #757575;
}
.information{
 
    padding: 0;
    background: #eeeeee;
}
.information ul{
    padding: 2em 3em;
}
.information ul li{
    display: flex;
    color: #f22b33;
    margin-bottom: 1em;
}
.company-information h5{
    font-size: 1.2em;
    color: #484848;
}
.company-information p{
    color: #484848;
    margin: 0.4em 0;
}
.company-information{
    margin-left: 1em;
}
.information h4{
    border-left: 5px solid #f22b33;
    padding-left: 1em;
    font-size: 1.5em;
    color: #f22b33;
    font-weight: 700;
    margin-top: 1.6em;
}
.information span.iconfont{
    font-size: 4em;
}
.contactus-map{
    
    background: #e3e3e3;
    padding: 1em 3em 2em 3em;
}
.connect-1{
    margin-top: 2em;
    margin-bottom: 2em;
}
.connect-2{
    margin-bottom: 2em;
}
.map-titetl{
    display: flex;

}
.map-titetl > h5:nth-of-type(1){
    font-size: 2.5em;
    color: #f22b33;
}
.map-titetl > h5:nth-of-type(2){
    font-size: 1.4em;
    border-top: 4px solid #f22b33;
    padding-top: 0.4em;
}    

/************
---foot版权--
************/
/* .container_Bottom{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1170px;
} */
.container_Bottom p a{
    color: #fafafa;
    text-decoration:none
}
.Links{
    display: flex;
    place-content: center;
    background: #eeeeee;
    height: 3em;
    place-items: center;
    color: #999999;
    font-size: 13px;
}
.Links h4{
font-size: 16px;
    color: #979797;
    margin: 0;
}
.Links_tite{
    display: flex;
    padding: 0;
}
.Links_tite li a{
    color: #999999;
    font-size: 14px;
}
.Links_tite li a:hover{
    color: #7e7e7e;
    font-size: 14px;
}
.copyright{
    display: flex;
    place-content: center;
    background: #292929;
    height: 4em;
    place-items: center;
    color: #e3e3e3;
}
/******************
-----行业案例说明---
*******************/
.illustrate{
    display: flex;
    border: 1px solid #ececec;
    margin-top: 0.5em;
    padding: 5px;
}
.illustrate img{
    border: 1px solid #f3f3f3;
    width: 10em;
    height: 7em;
}
.illustrate div{
    display: flex;
}
.illustrate div p{
    width: 51em;
    height: 7em;
    margin-left: 0.8em;
    margin-bottom: 0;
    text-indent: 2em;
    color: #8a8a8a;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
/******************
-------侧边栏--------
******************/
.left_type_two ul li {
    margin-bottom: 4px;
    font-size: 14px;
    /* border-bottom: 1px #e4e4e4 dashed; */
}
.left_type_two ul li a {
    display: block;
    height: 46px;
    line-height: 50px;
    overflow: hidden;
    background: #f7f7f7;
    color: #6b6b6b;
    padding: 0 40px 0 20px;
    position: relative;
}
.left_type_two ul li a span {
    width: 18px;
    height: 100%;
    background: url(../images/tb-jiahao-1.png) center center no-repeat;
    background-size: 18px!important;
    position: absolute;
    right: 20px;
    top: 0;
}
.left_type_two ul li ul {
    display: none;
    border: 1px solid #f7f7f7;
}
.left_type_two ul li ul li {
    margin-bottom: 0px;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
}
.left_type_two ul li ul li:last-child{
    border-bottom: 0px;
}
.left_type_two ul li ul li a {
    background: #ffffff;
    color: #8b8b8b;
    line-height: 50px;
    height: 50px;
}
