﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */

@font-face {
    font-family: Open Sans;
    src: url('../fonts/opensans.ttf');
}

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #3A3939;
}

a, button {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

ul {
    list-style: none;
}

.logo {
    margin: 0px;
}

.flash img {
    width: 100%
}

.flash ul.bxslider {
    list-style: none;
}

.flash div.bx-pager {
    bottom: 4%;
}

.flash div.bx-controls-direction {
    display: none;
}

.main {
}

.img-thumbnail:hover, .opacity_img:hover {
    opacity: 0.8;
}

/*导航菜单*/
.navbar {
    margin: 0px;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #eee;
}

#app_menudown {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 16px;
}

#app_menudown:hover {
    background-color: #66bdb5;
}


/*产品搜索*/
.search_group {
    margin: 30px 0px 0px 0px;
    border: 1px solid #dfe1e3;
}

.search_group input.form-control {
    border-radius: 0px;
    box-shadow: none;
    color: #2185c5;
    padding: 12px 10px;
    height: 36px;
    background: transparent;
    border: none;
}

.search_group input.form-control:focus {
    box-shadow: none;
    border-color: #b2e0fb;
}

.mysearch_btn {
    background-color: #1260aa;
    color: #fff;
}

.mysearch_btn:hover, .mysearch_btn:focus {
    background-color: #00c6ff;
    color: #fff;
}

#submit_search {
    color: #31363c;
    font-size: 13px;
}

#submit_search:hover {
    color: #0398AB;
    cursor: pointer;
}

/*首页产品*/
.product_index {
    margin: 55px 0px 0px 0px;
}

.product_index h2 {
    color: #333333;
    text-align: center;
    margin: 0px;
    display: block;
    font-size: 26px;
}

.product_index span {
    display: block;
    width: 90px;
    margin: 0 auto;
    height: 2px;
    background-color: #00acc2;
    margin-top: 18px;
}

.product_list {
    clear: both;
    padding: 40px 0px 0px 0px;
    margin-right: -15px;
    margin-left: -15px;
}

.product_img {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}
.product_img .pic{
    position: relative;
    padding-top: 100%;
    display: block;
    background: #eee;
}
.product_img .pic img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    max-height: 450px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    object-fit: cover;
}

.product_list2 {
    padding-top: 35px;
}

.product_list2 div.product_img {

}

.product_title {
    margin: 15px 0px 0px 0px;
    height: 24px;
    line-height: 14px;
    text-align: center;
    white-space: nowrap;
    /* 设置文本不换行 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_title a {
    color: #060606;
    font-size: 16px;
    line-height: 16px;
}

.product_title a:hover {
    text-decoration: none;
    color: #0398AB;
}

.related_list {
    padding-top: 30px;
}

/*公司简介*/
.aboutus {
    color: #858585;
    background-position: center;
    padding: 50px 0px 75px 0px;
    margin-top: 20px;
}

.aboutus h2 {
    color: #fff;
    text-align: center;
    margin: 0px;
    display: block;
    padding: 0px 0px 10px 0px;
    font-size: 26px;
}

.aboutus span {
    display: block;
    width: 90px;
    margin: 0 auto;
    height: 2px;
    background-color: #fff;
    margin-top: 10px;
}

.aboutus img {
    width: 100%;
    max-width: 470px;
    margin-left: -30px;
}

.aboutus p {
    line-height: 38px;
    margin-top: 40px;
    font-size: 16px;
    word-wrap: break-word;
}

.about_box {
    background-color: #fff;
    margin-top: 40px;
}

.view-all {
    margin-top: 8px;
    color: #fff;
    background-color: #00ACC2;
    border: 0px;
    font-size: 16px;
    border-radius: 0px;
    padding: 12px 36px;
}

.view-all:hover, .view-all:focus {
    color: #fff;
    background-color: #31363c;
}

/*首页新闻*/
.news_box {
    margin: 10px 0px 0px 0px;
}

.index_news {
    clear: both;
    list-style: none;
    margin: 0px;
    padding: 6px 0px 25px 0px;
}

.index_news li {
    color: #545455;
    line-height: 21px;
    padding: 10px 0px;
}

.index_news li a {
    color: #797979;
    font-size: 16px;
}

.index_news li a:hover {
    text-decoration: none;
    color: #97D5CF;
}

.news_time {
    float: right;
}


/*首页联系*/
.box_contact {
    background-color: #F5F6F6;
    padding: 50px 0px 60px 0px;
}

.box_contact h2 {
    color: #333333;
    text-align: center;
    margin: 0px;
    display: block;
    font-size: 26px;
    margin-top: 10px;
}

.box_contact i {
    display: block;
    width: 90px;
    margin: 0 auto;
    height: 2px;
    background-color: #8D9090;
    margin-top: 15px;
    margin-bottom: 50px;
}

.box_contact span {
    display: block;
    width: 40px;
    margin: 0 auto;
    color: #4E4E4E;
}

.box_contact h4 {
    text-align: center;
    font-weight: bold;
    color: #4E4E4E;
}

.box_contact p {
    text-align: center;
    color: #989898;
}

.box_contact p a {
    color: #989898;
}

.index_contact {
    margin: 10px 0px 45px 0px;
}

.index_contact P {
    clear: both;
    color: #060606;
    padding-bottom: 5px;
}

/*列表页*/
.list_box {
    clear: both;
    margin: 10px 0px 40px 0px;
}

.list_h2 {
    color: #060606;
    margin: 0px;
    display: block;
    padding: 30px 0px 15px 0px;
    color: #000;
    text-transform: uppercase;
    font-size: 22px;
    border-bottom: 1px solid #D8D8D8;
}

.page_bg {
    height: 230px;
    margin-top: 78px;
}

/*栏目导航*/
.left_nav {
    clear: both;
    padding-top: 10px;
}

.left_h2 {
    color: #060606;
    margin: 0px;
    display: block;
    padding: 30px 0px 15px 0px;
    color: #000;
    text-transform: uppercase;
    font-size: 22px;
    border-bottom: 1px solid #D8D8D8;
}

.left_nav_ul {
    list-style: none;
    padding: 0px;
    margin: 10px 0px 0px 0px;
}

.left_nav_ul > li {
    position: relative;
    padding: 8px 0px 8px 0px;
}

.left_nav_ul > li > a {
    text-decoration: none;
    color: #060606;
    font-size: 16px;
}

.left_nav_ul > li > a:hover, .left_nav_ul li a.active {
    color: #0398AB;
}

/*小类*/
ul.left_snav_ul {
    list-style: none;
    padding: 0px;
    display: none;
    padding-top: 8px;
}

ul.left_snav_ul > li {
    margin: 0px;
    padding: 5px 0px 5px 10px;
    background: url(../images/left_sli.gif) 0px 13px no-repeat;
}

ul.left_snav_ul > li > a {
    border: 0;
    color: #060606;
    padding: 5px 0px 5px 0px;
}

ul.left_snav_ul > li > a:hover {
    text-decoration: none;
    color: #0398AB;
}

.menu_head {
    cursor: pointer;
    font: 600 18px/30px "Open Sans", sans-serif;
    width: 35px;
    text-align: center;
    color: #303c4b;
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 0px;
}

.menu_head:hover {
    color: #0398AB;
}

/*左侧新闻*/
.left_news {
    clear: both;
    list-style: none;
    margin: 0px;
    padding: 10px 0px 0px 0px;
}

.left_news li {
    color: #545455;
    border-bottom: 1px dotted #dddddd;
    background: url(../images/li.png) no-repeat left 15px;
    line-height: 21px;
    padding: 10px 0px;
    padding-left: 16px;
}

.left_news li a {
    color: #060606;
}

.left_news li a:hover {
    text-decoration: none;
    color: #0398AB;
}

/*新闻列表*/
.list_news {
    clear: both;
    list-style: none;
    margin: 0px;
    padding: 16px 0px 20px 0px;
}

.list_news li {
    color: #898989;
    background: url(../images/li.png) no-repeat left 14px;
    line-height: 22px;
    padding: 8px 0px;
    padding-left: 13px;
    border-bottom: 1px dashed #e3e2e2; /*dotted*/
}

.list_news li a {
    color: #060606;
}

.list_news li a:hover {
    text-decoration: none;
    color: #33C5B7;
}

.contents {
    clear: both;
    padding: 18px 2px 0px 2px;
    line-height: 32px;
    overflow: auto;
}

.contents h1 {
    margin: 0px;
    padding: 24px 0px;
    text-align: center;
    font-size: 26px;
    color: #434343;
    font-weight: bold;
    line-height: 34px;
}

/*分页样式*/
.page {
    clear: both;
    margin: 20px 0px 0px 0px;
    text-align: center;
}

/*.page a {*/
/*    display: inline-block;*/
/*    font-family: Arial;*/
/*    font-size: 13px;*/
/*    border: #dbdbdb 1px solid;*/
/*    padding: 4px 9px;*/
/*    margin: 2px;*/
/*    margin-bottom: 5px;*/
/*    color: #31363c;*/
/*    text-decoration: none*/
/*}*/

/*.page a:hover, .page a:focus {*/
/*    font-family: Arial;*/
/*    font-size: 13px;*/
/*    border: #000 1px solid;*/
/*    padding: 4px 9px;*/
/*    color: #fff;*/
/*    background-color: #31363c;*/
/*}*/

/*.page .current {*/
/*    font-family: Arial;*/
/*    border: #000 1px solid;*/
/*    font-size: 13px;*/
/*    padding: 5px 9px;*/
/*    color: #fff;*/
/*    margin: 2px;*/
/*    background-color: #31363c*/
/*}*/

/*产品展示*/
#pic-page {
    text-align: center;
    margin-top: 10px;
}

#pic-page a {
    margin: 0 2px;
}

#pic-page a img {
    width: 40px;
    padding: 2px;
    border: solid #ccc 1px;
    margin-bottom: 5px;
}

#pic-page a:hover img, #pic-page a.active img {
    border: solid #5280DD 1px;
}

.showpic_box, .proinfo_box {
    margin: 30px 0px 20px 0px;
}

.product_h1 {
    margin: 0px;
    line-height: 1.5;
    font-size: 18px;
    color: #0394A7;
    padding-bottom: 10px;
    border-bottom: 1px dotted #cccccc;
}

.product_info {
    list-style: none;
    padding: 0px;
    margin-top: 10px;
}

.product_info li {
    line-height: 24px;
    padding-bottom: 12px;
}

.product_con {
    clear: both;
    border-top: 1px dotted #ccc;
    margin: 10px 0px 20px 0px;
    padding: 20px 0px 0px 0px;
    line-height: 26px;
    color: #060606;
    overflow: auto;
}
.product_con img, .contents img {
    width: 100%;
    max-width: 100%;
}
.download_btn {
    text-align: right;
    margin: 10px 10px 20px 0px;
}

.page-btn {
    background-color: #00ACC2;
    border-radius: 0px;
    border: none;
}

.page-btn:hover {
    background-color: #31363c;
}

.grey-btn {
    border-radius: 0px;
    border: none;
    background-color: #E8E8E8;
}

.grey-btn:hover {
    background-color: #ccc;
}

.related_news {
    padding: 10px 0px 50px 0px;
    clear: both;
}

.a2a_default_style {
    display: inline-block;
}

/*在线留言订购*/
.feedback {
    margin-top: 50px;
}

.form-horizontal .form-group {
    margin-right: -10px;
    margin-left: -10px;
}

.codeimg {
    margin: 0px 0px -10px -18px;
}


/*上一个下一个*/
.point {
    clear: both;
    margin: 20px 0px 40px 0px;
    padding-bottom: 40px;
    line-height: 22px;
}

.point span.to_prev {
    text-align: center;
}

.point span.to_prev a {
    color: #0068b7;
}

.point span.to_prev a:hover {
    color: #ea042b;
    text-decoration: none;
}

.point span.to_next {
    text-align: center;
}

.point span.to_next a {
    color: #0068b7;
}

.point span.to_next a:hover {
    color: #ea042b;
    text-decoration: none;
}

/*标签样式*/
.tags {
    margin: 18px 0px 10px 0px
}

.tags a {
    margin: 0px 5px 8px 0px
}

.tags_list {
    padding: 5px 10px 100px 10px
}

.tags_ul {
    margin-top: 0px;
}

.tags_ul li {
    line-height: 28px;
    margin-bottom: 8px;
    padding-bottom: 10px;
}

.tags_ul h3 {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    line-height: 20px;
}

.tags_ul p {
    font-size: 13px;
    padding: 0px;
    margin: 0px;
    color: #a0a0a0;
    line-height: 20px;
    padding-top: 8px;
}

/*网站地图*/
ul.ul_sitemap {
    margin: 30px 0px 40px 30px;
}

ul.ul_sitemap li {
    list-style: none;
    line-height: 26px;
    clear: both;
}

ul.ul_sitemap li a {
    color: #7d7d7d;
}

li.small_li_sitemap {
    clear: both;
    padding-left: 12px;
}

li.small_li2_sitemap {
    float: left;
    padding-left: 20px;
}

#translate {
    width: 280px;
    margin: 0 auto;
}

/*首页Tags*/
.tags_box {
    background-color: #097B86;
    padding: 7px 0px 10px 0px;
    text-align: center;
    color: #F7F7F7;
    border-top: 1px solid #098591;
}

.tags_box a {
    color: #F7F7F7;
    border-right: 1px solid #F7F7F7;
    padding: 0px 8px 0px 8px;
}

.tags_box a:hover {
    text-decoration: none;
    color: #CDDC39;
}

.tags_box a:last-child {
    border-right: 0px;
}

.tags_box button {
    display: none;
}

.tags_title {
    font-size: 16px;
    margin-right: -6px;
}

.tags_title a {
    padding: 0px 10px 0px 0px;
}

.tags_title:after {
    content: ":";
}

/*友情链接*/
.link_box {
    background-color: #097B86;
    padding: 10px 0px;
    text-align: center;
    color: #F7F7F7;
}

.link_box a {
    color: #F7F7F7;
    border-right: 1px solid #F7F7F7;
    padding: 0px 10px 0px 10px;
}

.link_box a:hover {
    text-decoration: none;
    color: #CDDC39;
}

.link_box a:last-child {
    border-right: 0px;
}

.link_box button {
    display: none;
}

.link_title {
    font-size: 16px;
    margin-right: -6px;
}

.link_title:after {
    content: ": ";
}


/*底部信息*/
footer {
    text-align: center;
    background-color: #098591;
    color: #F7F7F7;
    padding: 40px 0px 25px 0px;
    font-size: 13px;
}

.copyright {
    line-height: 20px;
}

.copyright a {
    color: #F7F7F7;
}

.copyright a:hover {
    color: #fff;
}

.foot_nav {
    width: 25%;
    float: left;
    background-color: #fafafa;
    text-align: center;
    color: #898989;
}

.foot_nav:hover, .foot_nav:focus {
    background-color: #e4e4e4;
    cursor: pointer;
}

.foot_nav a {
    color: #898989;
    display: block;
}

.foot_nav a:hover, .foot_nav a:focus {
    text-decoration: none;
}

.foot_nav span {
    display: block;
    padding: 3px 0px 0px 0px;
    color: #898989;
}

#foot_btn {
    width: 100%;
    border: 0px;
    background: transparent;
}

.webshare {
    width: 200px;
    padding: 5px;
}

/*大屏幕*/
@media screen and (min-width: 769px) {
    .logo {
        max-width: 300px;
        max-height: 80px;
    }

    .flash {
        margin-top: 78px;
    }

    .navbar {
        min-height: 80px;
    }

    .navbar-nav {
        padding-left: 40px;
    }

    .navbar-nav > li > a {
        text-align: center;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 30px 30px;
        color: #312b2b;
        text-transform: uppercase;
    }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a.cur,
    .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: #00acc2;
        color: #fff;
    }

    .nav_small {
        background-color: #fff;
        padding: 15px 0px 15px 0px;
        border-radius: 0px;
        border: none;
    }

    .nav_small > li > a {
        line-height: 30px;
        color: #312b2b;
    }

    .nav_small > li > a:hover {
        background-color: #00acc2;
        color: #fff;
    }

    #app_menudown, #small_search {
        display: none;
    }

    .index_left_nav, .footer_nav {
        display: none;
    }

    .aboutus {
        background: url("../images/58999488d69de.jpg") no-repeat;
    }
}

/*小屏幕*/
@media screen and (max-width: 768px) {
    .logo {
        max-width: 180px;
        max-height: 50px;
    }

    .flash {
        margin-top: 50px;
    }

    .navbar {
        min-height: 50px;
    }

    .navbar-default .navbar-brand {
        color: #fff;
    }

    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus {
        color: #fff;
    }

    .navbar-toggle {
        border: none;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #F5F6F6;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #00acc2;
    }

    .navbar-default .navbar-nav {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .navbar-default .navbar-nav > li {
    }

    .navbar-default .navbar-nav > li:last-child {
        border: none;
    }

    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #312b2b;
    }

    .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: #00acc2;
        color: #fff;
    }

    header {
        padding-top: 10px;
    }

    #topsearch {
        display: none;
    }

    .flash div.bx-pager { /*display:none;*/
    }

    .aboutus {
        padding: 35px 0px 10px 0px;
        border-top: 2px solid #F2F2F2;
        border-bottom: 2px solid #F2F2F2;
        margin: 30px 0px 10px 0px;
    }

    .aboutus h2 {
        font-size: 22px;
        color: #333333;
    }

    .aboutus span {
        background-color: #00acc2;
    }

    .aboutus p {
        font-size: 14px;
        line-height: 28px;
        margin-top: 18px;
    }

    .aboutus img {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0px;
    }

    .view-all {
        display: block;
        width: 70%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .box_contact {
        margin-top: 20px;
        padding-bottom: 30px;
    }

    .box_contact h2 {
        font-size: 24px;
        margin-top: 0px;
    }

    .box_contact i {
        margin-bottom: 40px;
    }

    .box_contact p {
        margin-bottom: 40px;
    }

    .page_bg {
        display: none;
    }

    .list_box {
        margin: 30px 0px 0px 0px;
    }

    .feedback {
        margin-top: 20px;
    }

    .path_bg {
        padding-left: 0px;
    }

    .product_index {
        margin-top: 40px;
    }

    .product_index h2 {
        font-size: 24px;
    }

    .product_list {
        padding-top: 40px;
    }

    .product_img {
        min-height: 120px;
        margin-bottom: 25px;
    }

    .product_list2 div.product_img {
        min-height: 120px;
        margin-bottom: 25px;
    }

    .product_title {
        margin-bottom: 5px;
    }

    .product_title a {
        font-size: 14px;
        font-weight: normal;
    }

    .product_desc {
        font-size: 12px;
        line-height: 18px;
    }



    .contents h1 {
        font-size: 22px;
        font-weight: normal;
        padding: 8px 0px;
    }

    .news_time {
        display: none;
    }

    .list_related {
        margin: 30px 0px 0px 0px;
        clear: both;
    }

    .index_left_nav {
        margin: 0px 12px;
        padding-top: 0px;
    }

    .left_nav {
        padding-top: 0px;
    }

    .footer_nav {
        background-color: #fafafa;
    }

    #pic-page a img {
        width: 35px;
    }

    #cmsFloatPanel {
        display: none;
    }

    .point span.to_prev, .point span.to_next {
        text-align: left;
        padding-bottom: 8px;
    }

    .link_box {
        padding-left: 7px;
    }

    .link_box a {
        display: block;
        border-right: 0px;
        padding: 4px 0px;
    }

    .link_title {
        display: block;
    }

    .link_title:after {
        content: "";
    }

    .link_box button {
        display: inline-block;
        background-color: transparent;
        border: none;
        float: right;
        margin-top: -20px;
    }

    .link_box button:hover, .link_box button:focus {
        color: #99A1C5;
    }

    .link_list {
        display: none;
    }

    .tags_box {
        padding-left: 7px;
    }

    .tags_box a {
        display: block;
        border-right: 0px;
        padding: 4px 0px;
    }

    .tags_title {
        display: block;
    }

    .tags_title:after {
        content: "";
    }

    .tags_box button {
        display: inline-block;
        background-color: transparent;
        border: none;
        float: right;
        margin-top: -20px;
    }

    .tags_box button:hover, .tags_box button:focus {
        color: #99A1C5;
    }

    .tags_rows {
        display: none;
        padding: 0px;
    }

    footer {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .copyright_p {
        display: none;
    }
}

/*414px到768px*/
@media screen and (min-width: 320px) and (max-width: 768px) {
    .col-mm-1, .col-mm-2, .col-mm-3, .col-mm-4, .col-mm-5, .col-mm-6, .col-mm-7, .col-mm-8, .col-mm-9, .col-mm-10, .col-mm-11, .col-mm-12 {
        float: left;
    }

    .col-mm-12 {
        width: 100%;
    }

    .col-mm-11 {
        width: 91.66666667%;
    }

    .col-mm-10 {
        width: 83.33333333%;
    }

    .col-mm-9 {
        width: 75%;
    }

    .col-mm-8 {
        width: 66.66666667%;
    }

    .col-mm-7 {
        width: 58.33333333%;
    }

    .col-mm-6 {
        width: 50%;
    }

    .col-mm-5 {
        width: 41.66666667%;
    }

    .col-mm-4 {
        width: 33.33333333%;
    }

    .col-mm-3 {
        width: 25%;
    }

    .col-mm-2 {
        width: 16.66666667%;
    }

    .col-mm-1 {
        width: 8.33333333%;
    }
}



