﻿/*主题颜色*/
.Themebg,.tp-bullets.simplebullets.round .bullet.selected,.tp-bullets.simplebullets.round .bullet:hover,.tp-leftarrow:hover,.tp-rightarrow:hover {
    background-color: rgb(21 98 144) !important
}

.Themebgfont {
    color: rgb(32, 114, 203) !important
}

.Thememenu {
    color: #fff !important;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s
}

.Thememenu:hover {
    background-color: @Themetext !important;
    color: rgb(32, 114, 203) !important
}

.Themefont {
    color: @Themetext !important
}

.Themebghover:hover {
    background-color: rgb(32, 114, 203) !important
}

.breadCrumb .Themefont {
    color: rgb(32, 114, 203) !important
}

.Themetxthover {
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s
}

.Themetxthover:hover {
    color: rgb(32, 114, 203) !important
}

/*移动导航按钮*/
.Themebd {
    border-color: @ThemeSborder !important
}

.Themebdhover:hover,.Themebd.active,.ThemeFborder {
    border-color: rgb(32, 114, 203) !important
}

.Themebdhover:hover span.icon-bar {
    background-color: rgb(32, 114, 203) !important
}

/*GHOSTBTN*/
.Themebd.ghostbtn {
    border-color: rgb(32, 114, 203) !important;
    color: rgb(32, 114, 203) !important;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s
}

.Themebd.ghostbtn:hover {
    background-color: @Themetext !important;
    color: rgb(32, 114, 203) !important
}

/*字体*/
@font-face {
    font-family: "iconfont";
    src: url('/Public/Images/Theme35/icon/iconfont.eot');
    src: url('/Public/Images/Theme35/icon/iconfont.eot?#iefix') format('embedded-opentype'), url('/Public/Images/Theme35/icon/iconfont.woff') format('woff'), url('/Public/Images/Theme35/icon/iconfont.ttf') format('truetype'), url('/Public/Images/Theme35/icon/iconfont.svg#iconfont2') format('svg')
}

.iconfont {
    text-align: center;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale
}

.common_top .maxsize {
    padding: 0 !important
}

.phone-menu0 ul, .phone-menu1 ul {
    padding: 0 !important
}

.maxsize {
    max-width: 1180px;
    margin: 0 auto
}

* {
    font-family: "宋体", Arial, "Helvetica Neue", Helvetica, sans-serif
}

.cl {
    clear: both
}

.nowrap,.nowrapall,.nowrapall * {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.break,.breakall,.breakall * {
    word-wrap: break-word;
    word-break: break-all
}

.animate , .animateall , .animateall * {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out
}

.tpl_one,.tpl_two,.tpl_three,.tpl_four,.tpl_five,.tpl_six,.tpl_seven.tpl_footers {
    position: relative
}

/* -------------------------------------------------------------- */
.menu .header-box {
    max-width: 1180px;
    margin: 0 auto;
    position: relative
}

.menu .header-box .logo {
    float: left;
    padding: 14px 0
}

.menu .header-box .logo .logo-img {
    float: left
}

.menu .header-box .logo .logo-img img {
    max-height: 100px
}

.headFixed {
    background: #ececec url(/Public/Images/Theme35/dot2.png) repeat 0 0;
    width: 100%
}

.demo-box-hw1 .headFixed {
    position: static
}

/*-------</END 头部 LOGO >------------*/
.menu .NavBox {
    display: block
}

.menu .header-nav {
    z-index: 99
}

.menu .navbar-nav {
    padding: 0;
    float: none;
    margin: 0;
    width: 100%;
    text-align: center
}

.menu .navbar-nav > li {
    width: 12.2%;
    float: left;
    text-align: center;
    border-left: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(0,0,0,0.1)
}

.menu .navbar-nav > li:last-child {
    border-right: 1px solid rgba(255,255,255,0.2)
}

.menu .nav > li {
    display: inline-block;
    position: relative
}

.menu .nav > li:hover ul {
    display: block
}

.menu .nav > li .Triangle:after {
    content: '';
    display: inline-block;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid red
}

.menu .nav > li ul {
    width: 100%;
    display: none;
    padding: 0;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.4);
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 99
}

.menu .nav > li ul li {
    line-height: 45px;
    text-align: center;
    width: 100%;
    margin-top: 1px
}

.menu .nav > li ul li a {
    font-size: 12px;
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.menu .nav > li ul li a:hover {
    text-decoration: none
}

.menu .navbar-nav > li > a {
    padding: 0 8px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.menu .navbar-nav > li > a.active, .menu .navbar-nav > li > a:hover, .menu .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff
}

.menu .navbar-nav > li > a.active {
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.NavBtn {
    display: none;
    text-align: center;
    overflow: hidden
}

/*没有辅助色的时候加*/
.menu .nav > li ul li:hover {
    opacity: .80;
    filter: Alpha(opacity=80)
}

/*--下拉菜单倒三角--*/
.menu .nav > li .Triangle:after {
    position: absolute;
    right: 5px;
    top: 23px
}

/*-------</END 导航>------------*/
/*-------</END 切换导航按钮>------------*/
/* 小屏幕 一*/
@media screen and (max-width: 1030px) {
    .menu .header-nav .nav-box {
        width:auto;
        margin: 0 10px
    }

    .menu .header-box .logo .logo-img {
        margin-left: 15px
    }
}

/* 小屏幕 二*/
@media screen and (max-width: 980px) {
    .menu {
        height:auto
    }

    .menu .contact {
        display: none
    }

    .menu .header-nav {
        width: 100%;
        height: auto;
        margin: 0
    }

    .menu .header-box {
        width: 100%;
        height: auto;
        position: relative
    }

    .menu .header-box .logo .logo-img img {
        height: 57px
    }

    /*-----------</LOGO>---------------*/
    .NavBtn {
        display: block;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: #f5f5f5;
        background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
        background-repeat: repeat-x;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #b3b3b3;
        border-image: none;
        border-radius: 4px;
        border-style: solid;
        border-width: 1px;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
        color: #333333;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        cursor: pointer;
        padding: 6px 11px;
        vertical-align: middle;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -18px;
        z-index: 10
    }

    .NavBtn .icon-bar {
        background-color: #e8603c;
        border-radius: 1px;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
        display: block;
        height: 2px;
        width: 18px;
        margin: 4px 0
    }

    .NavBtn:hover .icon-bar {
        background-color: #333
    }

    /*响应按钮*/
    .menu {
        height: auto
    }

    .menu .navbar-brand {
        padding: 10px
    }

    .menu .navbar-brand img {
        height: 40px
    }

    .menu .navbar-header {
        border-top: 5px solid #e8603c;
        float: none;
        width: 100%
    }

    .menu .NavBox {
        display: none
    }

    /*-----------</菜单>---------------*/
}

@media screen and (max-width: 600px) {
    .tpl_footers {
        padding-bottom: 50px
    }
}

.menu .contact {
    position: absolute;
    top: 50%;
    line-height: 20px;
    margin-top: -10px;
    right: 10px
}

.menu .contact b {
    line-height: 20px
}

.menu .contact span {
    font-size: 20px;
    line-height: 20px
}

.banner {
    width: 100%;
    overflow: hidden
}

.banner .carousel {
    margin: 0
}

.bannerBox {
    max-width: 100%;
    margin: 0 auto;
    position: relative
}

.banner .carousel-control {
    background: none
}

.banner .carousel-indicators {
    bottom: 5px
}

@media screen and (max-width: 980px) {
    .banner .bannerConsolebg {
        height: 30px
    }

    .banner .carousel-indicators {
        bottom: -5px
    }
}

@media screen and (max-width: 480px) {
    .banner .bannerConsolebg {
        display: none
    }

    .banner .carousel-indicators {
        display: none
    }
}

.banner .glyphicon {
    font-size: 30px
}

/*--banner/原点--*/
.bannerEffect .tp-bullets.simplebullets.round .bullet {
    width: 10px;
    height: 10px;
    border-radius: 30px;
    margin: 0 5px
}

/*---公告和搜索----*/
.notice {
    z-index: 99;
    background: rgb(217,217,217);
    border-bottom: 1px solid rgb(175,175,175)
}

.notice .notice-box {
    position: relative;
    height: 50px;
    width: 100%;
    z-index: 99
}

.notice .notice-box .maxsize {
    max-width: 1180px
}

.notice .notice-box .notice-ul {
    overflow: hidden
}

.notice .notice-box ul {
    color: #fff;
    font-size: 12px;
    list-style: none;
    padding: 0
}

.notice .notice-box ul li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 50px
}

.notice .notice-box ul li i {
    margin-right: 10px;
    text-align: center
}

.notice .notice-box ul li .glyphicon {
    top: 3px
}

.notice .notice-box .noticeBox {
    position: relative;
    z-index: 2;
    margin-left: 0
}

.notice .notice-box .searchBox {
    float: right
}

.notice .notice-box .navbar-form {
    padding: 0;
    margin: 0
}

.notice .notice-box .navbar-form .form-control {
    border-radius: 0;
    font-size: 12px;
    height: 33px;
    padding: 0 10px
}

.notice .notice-box .dropdown-menu {
    border-radius: 0;
    padding: 0;
    min-width: 91px;
    left: 0
}

.notice .notice-box .dropdown-menu>li {
    padding: 0
}

.notice .notice-box .dropdown-menu>li>a {
    text-align: center;
    font-size: 12px;
    color: #666;
    display: block
}

.notice .notice-box .btn-danger {
    color: #fff;
    background-image: none;
    border-radius: 0;
    padding: 15px 10px
}

.notice .notice-box .btn-danger:hover, .notice .notice-box .btn-danger:focus, .notice .notice-box .btn-danger:active, .notice .notice-box .btn-danger.active,.notice .notice-box .open>.dropdown-toggle.btn-danger {
    background-color: #b82d08;
    border: 1px solid #b82d08
}

.notice .notice-box .noticeboxBg {
    display: none;
    z-index: 1
}

.notice .notice-box .col-md-5 {
    padding-left: 0px;
    padding-right: 0px
}

.navbar-form .form-group {
    padding: 7px 0;
    width: 100%
}

.notice .notice-box .iconfont {
    width: 50px;
    height: 50px;
    float: left
}

.notice .search {
    width: 100%;
    float: right;
    position: relative;
    padding-right: 123px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.notice .navbar-form {
}

.notice .notice-box .btn-search {
    padding: 15px
}

.notice .alertinfo li a {
    font-weight: 600;
    color: #666
}

.notice .dropdown-menu>li>a {
    line-height: 30px
}

/* 小屏幕 一*/
@media screen and (max-width: 1030px) {
    .notice .notice-box {
        max-width:100%
    }
}

/* 平板电脑和小屏电脑之间的分辨率 二*/
@media screen and (max-width: 870px) {
    .notice .notice-box .col-md-4 {
        width:48%
    }
}

/* 平板电脑和小屏电脑之间的分辨率 二*/
@media screen and (max-width: 768px) {
    .navbar-form .form-group {
        margin:0
    }

    .notice .notice-box .navbar-form {
        margin: 0
    }
}

/* 横向放置的手机和竖向放置的平板之间的分辨率 三*/
@media screen and (max-width: 600px) {
    .notice .alertinfo {
        display: none
    }

    .notice .notice-box .noticeboxBg {
        display: block;
        width: 100%;
        height: 50px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1
    }

    .notice .notice-box .col-md-4 {
        width: 100%;
        margin: 0;
        padding: 0 0 0 15px
    }

    .navbar-form .form-group {
        padding: 5px 0 7px
    }
}

/* 横向放置的手机和竖向放置的平板之间的分辨率 四*/
@media screen and (max-width: 480px) {
    .notice .notice-box ul li {
        padding-left:0
    }

    .notice .alertinfo {
        display: none
    }

    .notice .notice-box .search {
        display: block
    }
}

/* 手机的分辨率一*/
@media screen and (max-width: 360px) {
    .notice .notice-box .search {
        width: 335px
    }

    .notice .navbar-form .form-control {
        width: 210px
    }
}

/* 手机的分辨率二*/
@media screen and (max-width: 320px) {
    .notice .notice-box .search {
        width: 295px
    }

    .notice .navbar-form .form-control {
        width: 180px
    }
}

.notice .btn-search-group {
    height: 50px;
    color: #fff;
    font-size: 14px;
    font-family: "SimSun";
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -1px
}

.notice .btn-search-group .btn {
    background: none !important;
    border: none !important
}

.notice .alertinfo li {
    line-height: 50px;
    white-space: nowrap
}

.notice .alertinfo li .iconfont {
    font-size: 30px
}

.notice .notice-box .search input.form-control {
    width: 100%;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    height: 35px;
    box-sizing: border-box;
    line-height: 35px;
    margin: 0;
    padding: 0 10px;
    outline: none;
    font-size: 12px;
    margin-left: 0px
}

.notice .notice-box .search input::-webkit-input-placeholder {
    color: #000 !important
}

.notice .notice-box .search input:-moz-placeholder {
    color: #000 !important
}

.notice .notice-box .search input::-moz-placeholder {
    color: #000 !important
}

.notice .notice-box .search input:-ms-input-placeholder {
    color: #000 !important
}

/*-----------<关于我们>---------------*/
.about .aboutBox {
    max-width: 1180px;
    margin: 50px auto;
    background: #fff
}

.about .aboutBox .companyface {
    width: 240px;
    height: auto
}

.about .aboutBox .left {
    overflow: hidden
}

.about .aboutBox .left, .about .aboutBox .right {
    height: 220px;
    position: relative
}

.about .aboutBox .companyinfo {
    padding: 15px
}

.about .aboutBox .companyinfo h2 {
    font-size: 28px;
    margin: 0;
    margin-bottom: 10px
}

.about .aboutBox .companyinfo .aboutc {
    font-size: 12px;
    line-height: 25px;
    max-height: 200px;
    overflow: hidden;
    margin: 0
}

.about .aboutBox .companyinfo .more {
    display: inline-block;
    border: 1px solid #dadada;
    border-radius: 4px;
    margin-top: 10px;
    text-decoration: none;
    font-size: 12px;
    padding: 5px 15px
}

@media screen and (max-width: 1180px) {
    .about .aboutBox {
        padding: 0 15px
    }
}

/* 横向放置的手机和竖向放置的平板之间的分辨率 三*/
@media screen and (max-width: 600px) {
    .about .aboutBox .left {
        height: auto;
        width: 100%;
        text-align: center
    }

    .about .aboutBox .right {
        width: 100%
    }
}

.about .aboutBox .title {
    position: relative;
    border-bottom: 1px solid #dadada;
    display: block;
    width: 100%;
    text-align: center
}

.about .aboutBox .title h5 {
    margin: 0 auto;
    position: relative;
    line-height: 40px;
    margin-bottom: -1px
}

.about .aboutBox .title h5 span {
    font-size: 25px;
    display: block;
    text-align: left;
    max-width: 300px
}

.about .aboutBox .title h5 .line {
    width: 100%;
    display: block;
    height: 1px;
    background: #000;
    padding: 0
}

.about .aboutBox .title .more {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 40px;
    padding: 0 15px
}

.about .aboutBox .row {
    margin-top: 10px
}

/*-----------<最新资讯>---------------*/
.article .articleBox {
    max-width: 1180px;
    margin: 0 auto;
    background: #fff
}

.article .articleBox .items a {
    color: #666;
    text-decoration: none
}

@media screen and (max-width: 1180px) {
    .article .articleBox {
        padding: 0 15px
    }
}

/* 平板电脑和小屏电脑之间的分辨率 二*/
@media screen and (max-width: 870px) {
    .company-box .time {
        display: none
    }

    .aboutBox .company-box li {
        padding: 0
    }
}

/* 横向放置的手机和竖向放置的平板之间的分辨率 三*/
@media screen and (max-width: 600px) {
    .aboutBox .iconfont {
        font-size: 60px
    }

    .aboutBox.bg01 {
        margin: 15px 0 20px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        padding: 15px 15px 0 15px
    }

    .aboutBox h4.title {
        font-size: 16px;
        line-height: 30px;
        height: 30px
    }

    .company-box .time {
        display: block
    }

    .aboutBox .company-box {
        font-size: 12px;
        height: auto;
        max-height: 57px;
        line-height: 18px;
        margin-top: 0
    }
}

.article .articleBox .title {
    position: relative;
    border-bottom: 1px solid #dadada;
    display: block;
    width: 100%;
    text-align: center
}

.article .articleBox .title h5 {
    margin: 0 auto;
    position: relative;
    margin-bottom: -1px
}

.article .articleBox .title h5 span {
    font-size: 25px;
    display: block;
    text-align: left;
    max-width: 300px
}

.article .articleBox .title h5 .line {
    width: 100%;
    display: block;
    height: 1px;
    background: #000;
    padding: 0
}

.article .articleBox .title .more {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 40px;
    padding: 0 15px
}

.article .articleBox .items {
    margin-top: 10px
}

.article .articleBox .items .item {
    width: 50%;
    float: left
}

.article .articleBox .items .item .con {
    margin: 10px;
    padding: 20px;
    background: #ececec
}

.article .articleBox .items .item .date {
    position: absolute;
    background: #fff
}

.article .articleBox .items .item .date .mo {
    text-align: center;
    font-size: 12px;
    background: #000;
    color: #fff;
    padding: 0 10px;
    line-height: 40px
}

.article .articleBox .items .item .date .day {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    border: 1px solid #dadada;
    border-top: 0
}

.article .articleBox .items .item .text {
    padding-left: 80px
}

.article .articleBox .items .item .text h5 {
    color: #000;
    line-height: 1;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.article .articleBox .items .item .text span {
    color: #aaa;
    font-size: 12px
}

.article .articleBox .items .item .text p {
    margin-top: 5px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    font-size: 12px
}

@media screen and (max-width: 870px) {
    .article .articleBox .items .item .date {
        display: none
    }

    .article .articleBox .items .item .text {
        padding: 0
    }
}

@media screen and (max-width: 600px) {
    .article .articleBox .items .item {
        width: 100%
    }
}

/*-----------<关于我们>---------------*/
.articleLabel .articleLabelbox {
    max-width: 1180px;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 20px
}

.articleLabel .articleLabelbox .ghostbtn {
    display: inline-block;
    border: 1px solid #dadada;
    border-radius: 4px;
    margin-top: 10px;
    text-decoration: none;
    font-size: 12px;
    padding: 5px 15px
}

.articleLabel .articleLabelbox a {
    color: #666;
    text-decoration: none
}

.articleLabel .articleLabelbox .items {
    margin: 10px 0
}

.articleLabel .articleLabelbox .item {
    margin-bottom: 20px;
    background: #ececec;
    position: relative
}

.articleLabel .articleLabelbox .item .con {
    margin: 10px;
    background: #fff
}

.articleLabel .articleLabelbox .item .face {
    overflow: hidden;
    background: #333
}

.articleLabel .articleLabelbox .item .face img {
    width: 100%;
    height: auto
}

.articleLabel .articleLabelbox .item .text {
    padding: 10px
}

.articleLabel .articleLabelbox .item .text h5 {
    font-weight: 600;
    margin: 0;
    padding: 0;
    line-height: 15px;
    font-size: 14px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.articleLabel .articleLabelbox .item .text p {
    text-indent: 2em;
    line-height: 20px;
    height: 40px;
    font-size: 12px;
    overflow: hidden;
    margin-bottom: 10px
}

.articleLabel .articleLabelbox .item .text .ghostbtn {
    margin-top: 0
}

/* 横向放置的手机和竖向放置的平板之间的分辨率 三*/
@media screen and (max-width: 600px) {
    .aboutBox .iconfont {
        font-size: 60px
    }

    .aboutBox.bg01 {
        margin: 15px 0 20px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        padding: 15px 15px 0 15px
    }

    .aboutBox h4.title {
        font-size: 16px;
        line-height: 30px;
        height: 30px
    }

    .company-box .time {
        display: block
    }

    .aboutBox .company-box {
        font-size: 12px;
        height: auto;
        max-height: 57px;
        line-height: 18px;
        margin-top: 0
    }
}

.articleLabel .articleLabelbox .title {
    position: relative;
    border-bottom: 1px solid #dadada;
    display: block;
    width: 100%;
    text-align: center
}

.articleLabel .articleLabelbox .title h5 {
    margin: 0 auto;
    position: relative;
    margin-bottom: -1px
}

.articleLabel .articleLabelbox .title h5 span {
    font-size: 25px;
    display: block;
    text-align: left;
    max-width: 300px
}

.articleLabel .articleLabelbox .title h5 .line {
    width: 100%;
    display: block;
    height: 1px;
    background: #000;
    padding: 0 10px
}

.articleLabel .articleLabelbox .more {
    border-bottom: 1px solid #dadada;
    text-align: center;
    height: 11px
}

.articleLabel .articleLabelbox .more .morebtn {
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 15px;
    margin-top: -11px
}

/*产品列表*/
.product {
    margin-top: 20px
}

.product .product-box li.col-md-4 {
    margin: 0 \9;
    margin-left: 0.5%
}

@media screen and (min-width: 0px) {
    .product .product-box li:first-child {
        margin: 0 \9
    }

    .product .product-box li.col-md-4 {
        margin-left: 1.4%
    }
}

/*IE8 CSS HACK*/
.productBox {
    max-width: 1180px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.product .product-box li {
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s
}

.product .product-box li {
    position: relative
}

.product .product-box li .itemname {
    color: #fff;
    font-size: 16px;
    padding: 0 15px
}

.product .product-box {
    height: 550px;
    overflow: hidden
}

.product .product-box {
    padding: 0
}

.product .product-box .thumbnail {
    border: 0;
    padding: 0;
    background: none;
    border-radius: 0;
    position: relative
}

.product .product-box li,.product .product-box li:first-child {
    margin-top: 15px;
    margin: 15px 0.5% 0 \9
}

.product .product-box li.col-md-4 {
    margin-top: 0;
    margin-bottom: 15px;
    border: 1px solid #dadada
}

.product .product-box li.col-md-4:nth-child(3n+1) {
    margin-left: 0
}

.product .div-img {
    width: 100%;
    height: auto
}

.product .div-img img {
    width: 100%;
    height: auto
}

.product .product-box .thumbnail {
    height: 100%;
    position: relative;
    margin: 0
}

.product .product-box .thumbnail a.ImgBox {
    position: relative;
    z-index: 2
}

.product .product-box .thumbnail .TxtBox {
    padding: 10px;
    background: #fff
}

.product .product-box .thumbnail .TxtBox p {
    height: 30px;
    font-size: 12px;
    overflow: hidden;
    color: #666
}

.product .product-box .thumbnail .TxtBox a {
    text-decoration: none;
    display: block;
    color: #fff;
    height: 30px;
    line-height: 30px;
    width: 100px;
    text-align: center;
    position: absolute;
    bottom: -30px;
    right: 0
}

.product .product-box .thumbnail .TxtBox .BodycolorBox {
    padding-right: 100px;
    width: 100%;
    height: 30px;
    position: absolute;
    position: absolute;
    bottom: -30px;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.product .product-box .thumbnail .TxtBox .BodycolorBox .Bodybg {
    width: 100%;
    height: 30px
}

/*-----------</END 最新产品>---------------*/
/*弹跳*/
/* 小屏幕 一*/
/*IE9 ONLY*/
@media screen and (min-width: 0px) {
    .product .product-box li:first-child {
        margin: 0 \9
    }
}

.product .product-box .left {
    width: 25%;
    float: left
}

.product .product-box .right {
    width: 74%;
    float: left;
    margin-left: 1%
}

.product .title {
    position: relative;
    color: #fff
}

.product .con {
    padding: 10px;
    position: relative
}

.product .con .iconfont {
    position: absolute;
    line-height: 40px;
    font-size: 35px
}

.product .con span {
    line-height: 40px;
    padding-left: 40px;
    font-size: 16px;
    font-weight: 600
}

.product .product-box .thumbnail .div-img {
    overflow: hidden
}

.product .product-box .thumbnail .itemname {
    box-sizing: border-box;
    z-index: 9;
    display: block;
    margin: 0;
    text-align: center;
    padding: 0 20px;
    height: 35px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    width: 100%;
    font-size: 12px;
    background: #ececec;
    line-height: 35px;
    overflow: hidden
}

.product .fenleilist {
    background: #ececec;
    height: 450px;
    overflow: hidden
}

.product .fenleilist ul {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 416px;
    overflow: hidden
}

.product .fenleilist ul li {
    margin: 0px
}

.product .fenleilist ul li a {
    background: #fff;
    margin: 5px 10px;
    padding: 10px;
    display: block;
    line-height: 20px;
    border-radius: 10px;
    color: #333;
    text-decoration: none
}

.product .fenleilist ul li a:hover {
    background: #000;
    color: #fff
}

@media screen and (max-width: 1030px) {
    .product {
        padding: 0 5px
    }

    .productBox {
        width: 100%;
        padding: 0
    }

    .product .product-box li.col-md-4 {
        width: 49%;
        margin-left: 0;
        margin: 10px 0% \9
    }

    .product .product-box li.col-md-4:nth-child(2n) {
        margin-left: 2%
    }

    .product .product-box .left {
        display: none
    }

    .product .product-box .right {
        height: auto;
        width: 100%
    }

    .product .product-box {
        height: auto
    }
}

@media screen and (max-width: 768px) {
    .product .product-box li.col-md-4 {
        width:100%;
        margin-left: 0;
        margin-bottom: 15px
    }

    .product .product-box li.col-md-4:nth-child(2n) {
        margin: 0;
        margin-bottom: 15px
    }
}

/* 横向放置的手机和竖向放置的平板之间的分辨率 三*/
@media screen and (max-width: 600px) {
    .product .product-box li.col-md-4 {
        width:49%;
        margin-left: 0;
        margin: 10px 0% \9;
        padding: 0
    }

    .product .product-box li.col-md-4:nth-child(2n) {
        margin-left: 2%
    }
}

/* 横向放置的手机和竖向放置的平板之间的分辨率 四*/
@media screen and (max-width: 480px) {
    .product .product-box li.col-md-4 {
        width:100%;
        margin-left: 0;
        margin-bottom: 15px;
        padding: 0
    }

    .product .product-box li.col-md-4:nth-child(2n) {
        margin: 0;
        margin-bottom: 15px
    }
}

/*---友情链接----*/
.friendLink .Themebg {
    padding: 10px 0
}

.friendBox {
    max-width: 1180px;
    background: #fff;
    border-radius: 20px;
    margin: 0 auto;
    padding: 10px
}

.friendLink .friendBox {
    position: relative
}

.friendLink .friendBox h4 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 14px;
    margin-bottom: 20px;
    font-weight: 600;
    display: inline-block;
    position: absolute
}

.friendLink .friendBox ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-left: 80px;
    list-style: none;
    overflow: hidden
}

.friendLink .friendBox ul li {
    display: inline
}

.friendLink .friendBox ul li a {
    line-height: 14px;
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    color: #666;
    position: relative
}

.friendLink .friendBox ul li a:before {
    content: '| '
}

.friendLink .friendBox ul li:first-of-type a:before {
    display: none
}

.friendLink .friendBox.linkImg ul {
    height: auto
}

.friendLink .friendBox.linkImg h4 {
    top: 26px
}

/* 小屏幕 一*/
@media screen and (max-width: 1030px) {
    .friendBox {
        width: 100%;
        padding: 5px 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media screen and (max-width: 768px) {
    .friendLink .friendBox {
        border-radius: 0
    }

    .friendLink .friendBox.linkImg h4 {
        display: none
    }

    .friendLink .friendBox h4 {
        position: relative;
        display: block;
        margin-bottom: 10px
    }

    .friendLink .friendBox ul {
        height: auto;
        display: block;
        text-align: left;
        padding-left: 0
    }

    .friendLink .friendBox ul li {
        display: block;
        float: left;
        margin-right: 5px;
        line-height: 20px
    }

    .friendLink .friendBox ul li a:before {
        display: none
    }

    .friendLink .friendBox ul li a {
        line-height: 20px;
        max-width: 100%
    }
}

/*---footer----*/
.footers {
    color: #666;
    background: #ececec url(/Public/Images/Theme35/dot2.png) repeat 0 0;
    width: 100%
}

.footerBox {
    padding: 20px 0;
    margin: 0 auto;
    max-width: 1180px
}

.footers .footerBox h4 {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px
}

.footers .footerBox h5 {
    font-size: 12px;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px
}

.footers .footerBox h5 a {
    color: #666;
    font-weight: 600
}

.footers .footerBox p {
    margin: 0;
    font-size: 12px;
    color: #999;
    line-height: 22px
}

.footers .footerBox p a {
    color: #666;
    font-weight: 600;
    margin-right: 5px
}

/*-----------</END>---------------*/
/* 小屏幕 一*/
@media screen and (max-width: 1030px) {
    .footerBox {
        width: 100%;
        padding: 10px 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}

/* 平板电脑和小屏电脑之间的分辨率 二*/
@media screen and (max-width: 768px) {
    .footers .text-right {
        display: none
    }

    .footers .col-md-9 {
        width: 100%;
        padding-bottom: 0
    }
}

.row {
    margin: 0
}

.DoesNot {
    font-size: 20px
}

.publictop {
    color: #333
}

.maxsize {
    max-width: 1180px;
    margin: 0 auto
}

.news-box {
    margin-top: 20px
}

#ProClassLeft li.ac .Classtriangle:hover:after {
    border-top-color: #333
}

#ProClassLeft li.ac .Themebg:hover:after {
    border-top-color: #fff
}

@media screen and (max-width: 1180px) {
    .maxsize {
        padding: 0 20px
    }
}

/*----翻页模块----*/
.page .col-lg-3, .page .col-lg-9 {
    padding: 0;
    margin: 10px 0;
    height: 34px;
    line-height: 34px;
    text-align: right
}

.page .col-lg-3 {
    text-align: left
}

.page .pagination {
    margin: 0;
    padding-left: 12px
}

.page .pagination > li > a {
    color: #666
}

.page .pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.page .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.page .pagination > .active > a, .page .pagination > .active > span, .page .pagination > .active > a:hover, .page .pagination > .active > span:hover, .page .pagination > .active > a:focus, .page .pagination > .active > span:focus {
    background-color: #e8603c;
    color: #FFF
}

/*-----------表格---------------*/
.table-01 {
    width: 100%;
    margin-bottom: 15px
}

.table-01 th, .table-01 td {
    padding: 5px 2px;
    font-size: 14px
}

.table-01 th {
    text-align: right;
    width: 60px;
    font-weight: normal;
    color: #666;
    font-size: 14px
}

.table-01 td {
    color: #666
}

.table-01 .jiathis_style_24x24 {
    margin: 0
}

.table-02 {
    width: 100%
}

.table-02 th, .table-02 td {
    padding: 5px 2px;
    font-size: 14px;
    line-height: 30px
}

.table-02 th {
    text-align: right;
    width: 125px;
    font-weight: normal;
    color: #666;
    vertical-align: text-top
}

.table-02 td {
    color: #666
}

.table-02 .line-b {
    border-bottom: 1px dashed #ccc
}

.table-02 .line-b th {
    color: #000
}

.table-03 th {
    width: 80px
}

.table-02.table-02-b th {
    width: 110px
}

/*-----------输入框---------------*/
input.text01 {
    border: 1px solid #d8d9da;
    height: 30px;
    color: #333333;
    line-height: 30px;
    padding: 2px 5px;
    width: 75%;
    size: auto;
    box-shadow: 0 0 2px #d6d6d6 inset;
    font-size: 12px
}

input.text01:focus, input.text01:hover, input.text01:active {
    border-color: #d8d9da;
    box-shadow: 0 0 3px #d6d6d6
}

.textarea01 {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    padding: 5px;
    color: #636363;
    width: 75%
}

.textarea01:focus {
    border-color: #d8d9da;
    box-shadow: 0 0 4px #d6d6d6
}

/*----按钮----*/
a.a-btn {
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    cursor: pointer;
    margin-right: 5px
}

a.a-btn + a {
    margin-bottom: 3px
}

a.a-btn.a-btn1 {
    background-color: #cfcdcf;
    color: #666666
}

a.a-btn.a-btn1:hover {
    background-color: #ccc;
    color: #FFF
}

a.a-btn.a-btn2 {
    color: #fff
}

a.a-btn.a-btn4 {
    background-color: #f0223a;
    color: #fff
}

a.a-btn.a-btn4:hover {
    background-color: #e01d34
}

/*----------------------------------------</END 公共模块>------------------------------------------------------*/
/*--banner--*/
.banner {
    max-width: 100% !important
}

.banner .content-box .col-md-12 {
    padding: 0;
    margin: 0
}

.carousel-control.left,.carousel-control.right {
    background-image: none;
    filter: none
}

.carousel-indicators {
    bottom: 10px
}

.banner .carousel {
    margin: 0
}

.carousel-indicators li {
    width: 8px;
    height: 8px
}

.carousel-indicators .active {
    width: 8px;
    height: 8px;
    margin: 1px
}

/*底部*/
.footers {
    background: none
}

.page-banner {
    height: 35px;
    color: #333;
    margin: 0 auto;
    font-weight: 900
}

.page-banner h4 {
    font-size: 25px;
    margin: 0;
    padding: 0;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: 300;
    padding-top: 10px
}

.page-banner .breadCrumb {
    margin: 0;
    padding: 0;
    font-weight: 300
}

.page-banner .breadCrumb a {
    color: #333;
    font-weight: 600
}

/*内页左侧产品分类*/
.product_class {
}

.product_class h4 {
    height: 37px;
    line-height: 37px;
    color: #fff;
    font-size: 16px;
    padding-left: 10px
}

.product_class h4 .iconfont {
    font-size: 24px;
    color: #fff;
    margin-right: 3px;
    vertical-align: middle
}

.body-left .product-class {
    margin: 0;
    padding: 0;
    border-top: none
}

.body-left .product-class li {
    display: block;
    line-height: 36px;
    background: #f8f8f8;
    border-bottom: 1px solid #e5e5e5
}

.body-left .product-class li:last-child {
    border-bottom: none
}

.body-left .product-class li a {
    display: block;
    color: #222;
    font-size: 14px;
    text-align: left;
    padding-left: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.body-left .product-class li a:hover {
    text-decoration: none;
    background: #eee
}

.body-left .product-class li a.active {
    text-decoration: none;
    color: #fff
}

/*内页左侧新闻*/
.news_l_box h4.title {
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    padding-left: 10px;
    color: #fff
}

.news_l_box h4.title a {
    float: right;
    font-size: 10px;
    font-weight: normal;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    line-height: 21px;
    margin: 8px 0;
    text-decoration: none;
    text-align: center;
    width: 50px;
    margin-right: 10px
}

.news_l_box h4 .iconfont {
    font-size: 24px;
    color: #fff;
    margin-right: 3px;
    vertical-align: middle
}

.news_l_box .list-box {
    padding: 10px;
    background: #f8f8f8;
    border-top: none
}

.news_l_box .list-box li {
    list-style: none;
    line-height: 2.6em;
    border-bottom: 0;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.news_l_box .list-box .iconfont {
    font-size: 12px;
    margin-right: 5px;
    vertical-align: middle
}

.news_l_box .list-box li a {
    color: #666
}

.news_l_box .list-box li a:hover {
    text-decoration: underline
}

/*----产品列表----*/
.pro-list {
    padding: 0;
    display: block;
    position: relative;
    width: 100%;
    margin-top: 20px
}

.pro-list:after {
    clear: both;
    content: '';
    display: block;
    visibility: none
}

.pro-list li {
    width: 48%;
    float: left;
    list-style: none;
   border: 1px solid #dbd9d9;
    margin: 5px;
}
}

.pro-list .pro-item {
    margin: 10px;
    background: #f6f6f6;
    height: 120px;
    overflow: hidden
}

.pro-list li a {
    color: #666;
    text-decoration: none
}

.pro-item .pro-img {
 
    margin: 0 10px 0 0;
    display: inline-block;
    float: left;
    overflow: hidden;
      width: 160px;
    background: #fff;
    height: 160px;
   display: flex;
    justify-content: space-evenly;
    align-items: center;
}


.pro-item .pro-img img {
    width: auto;
    max-width:150px;
    height: 160px;
   display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    

}

.pro-item .pro-body {
    padding: 10px
}

.pro-item .pro-body h4 {
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.pro-item .pro-body p {
    font-size: 12px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    color: #aaa
}

/*-----------产品详情页---------------*/
.product-detail {
    padding: 0;
    display: table;
    width: 100%;
    margin-top: 10px
}

.product-detail .thumbnail {
    margin-bottom: 0;
    margin-bottom: 10px;
    padding: 0;
    border-radius: 0
}

.product-detail .thumbnail img {
    width: 100%
}

.product-detail h2 {
    font-size: 16px;
    padding: 4px 0 5px 20px;
    font-family: Airal;
    margin: 0
}

.product-detail .col-md-5, .product-detail .col-md-7 {
    padding: 0
}

.fieldset-style {
    overflow: hidden;
    margin: 15px 0;
    word-break: break-all;
    word-wrap: break-word
}

.fieldset-style h2 {
    font-weight: bold;
    padding-left: 10px;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    border: 0;
    margin: 0
}

.title-ny {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 15px;
    color: #00AADD;
    font-size: 14px
}

.fieldset-style .div1 {
    border-width: 1px;
    border-style: solid;
    padding: 6px 10px;
    color: #666
}

.fieldset-style .div1 dl img {
    max-width: 100%
}

.fieldset-style .div1 dl {
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 5px
}

.fieldset-style .div1 dl dt {
    margin-bottom: 8px;
    height: 20px;
    line-height: 20px;
    display: block;
    border-left-width: 5px;
    border-left-style: solid;
    padding-left: 10px
}

.fieldset-style .div1 dl dd {
    line-height: 22px
}

/*-----------产品询价页---------------*/
.table-box {
    padding: 0;
    margin-bottom: 10px
}

.table-box p {
    border-bottom: 1px dashed #ccc;
    color: #000;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px
}

/*----相关产品模块---*/
.p_prox {
    margin-bottom: 10px
}

.p_prox h3 {
    height: 40px;
    border-bottom: 1px solid #ddd;
    margin: 0 0 5px
}

.p_prox h3 span {
    background-color: #FFF;
    padding-right: 30px;
    font-size: 20px;
    line-height: 42px
}

.p_prox h3 a {
    float: right;
    font-size: 12px;
    font-weight: normal;
    line-height: 42px;
    padding-right: 10px
}

.p_prox .pro-list {
    width: 100%
}

.p_prox .pro-list .pro-item {
    padding: 15px 15px 0
}

.p_prox .pro-list .pro-item .pro-body p {
    height: 80px
}

/*------新闻资讯-------*/
.tab-box {
    overflow: hidden
}

.tab-box a {
    margin-right: 10px;
    padding: 5px 15px;
    display: inline-block;
    color: #333;
    margin-bottom: 10px;
    background-color: #edece7
}

.tab-box a:hover, .tab-box a.active {
    color: #fff;
    text-decoration: none
}

.nlist-box {
    padding: 0;
    width: 100%
}

.nlist-box li {
    list-style: none;
    border-bottom: 0;
    position: relative;
    padding-left: 80px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    padding-top: 20px;
    height: 72px;
    overflow: hidden
}

.nlist-box li a {
    color: #222;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    width: 100%;
       font-family: auto;
}

.nlist-box li .date-time {
    position: absolute;
    left: 0;
    top: 25px;
    line-height: 18px;
    text-align: right;
    font-size: 14px;
    color: #666
}

.nlist-box li .date-time strong {
    font-size: 28px;
    color: #555
}

.nlist-box li .date-time span {
    font-size: 20px;
    display: inline-block;
    padding-top: 5px
}

.nlist-box li p {
    color: #222;
    overflow: hidden;
    line-height: 20px;
    height: 40px;
    padding-top: 5px
}

/*-----------客户留言、留言反馈---------------*/
.message-box {
    padding: 0 0 10px;
    margin-bottom: 10px
}

.message-list {
    padding-top: 0;
    width: 100%
}

.message-list dl {
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    margin: 0 0 10px 0
}

.message-list dl dt {
    font-family: Airal;
    font-size: 15px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
    height: 30px;
    padding: 0 12px
}

.message-list dl dt b {
    font-weight: normal;
    color: #fff
}

.message-list dl dt span {
    float: right;
    font-size: 12px;
    color: #fff
}

.message-list dl dd {
    margin: 15px 12px
}

.message-list dl dd p {
    font-size: 13px;
    margin-bottom: 10px;
    color: #666
}

.message-list dl dd small {
    font-size: 12px;
    color: #666
}

.message-list dl dd p i, .message-list dl dd small i {
    float: left;
    padding-right: 18px;
    font-size: 18px
}

blockquote {
    border-left: 5px solid #fff;
    margin: 0 0 20px;
    padding: 0
}

blockquote small:before {
    content: ""
}

/*-----------公司介绍---------------*/
.company-box {
    padding: 0
}

.company-box p {
    line-height: 2.1em;
    overflow: hidden;
    color: #333;
    text-indent: 2em
}

.company-box .company-detailed-box {
    font-size: 16px;
    line-height: 180%;
    font-family: auto;
}

 .company-detailed-box h2 {
    font-size: 16px;
    line-height: 180%;
    font-family: auto;
}


/*-----------网站地图---------------*/
.map-box {
    padding: 0;
    margin: 50px 0 10px
}

.map dl {
    border-bottom: 1px dashed #ccc;
    padding: 12px;
    font-size: 13px;
    margin: 0px
}

.map dl:last-child {
    border-bottom: none
}

.map dl dt {
    float: left;
    color: #000
}

.map dl dd {
    display: inline;
    margin: 0px
}

.map dl dd a {
    margin: 0 10px 10px;
    float: left;
    color: #666
}

.map dl dd a:hover {
    color: #e8603c
}

.map dl dd p {
    overflow: hidden
}

.map-box1 {
    margin: 15px 0;
    min-height: 300px
}

/*分页*/
.page {
    text-align: center;
    padding: 10px 0
}

/*重定义col*/
/*.photo .col-md-3{width:25%}*/
.pro-list .col-md-4 {
    width: 33.3333%
}

.publictop {
    border-bottom: 1px solid #dadada;
    position: relative;
   margin-bottom: 10px;
    padding-bottom: 10px;
}
}

/* 小屏幕 一*/
@media screen and (max-width: 1030px) {
}

/* 小屏幕 二*/
@media screen and (max-width: 980px) {
}

/* 平板电脑和小屏电脑之间的分辨率 二*/
@media screen and (max-width: 870px) {
}

/* 平板电脑和小屏电脑之间的分辨率 二*/
@media screen and (max-width: 768px) {
}

/* 横向放置的手机和竖向放置的平板之间的分辨率 三*/
@media screen and (max-width: 600px) {
    .pro-list .col-md-4 {
        width:50%;
        padding: 0
    }

    .pro-list .thumbnail {
        padding: 10px
    }

    .pro-list li[class*="col-"]:nth-child(2n+1) {
        margin-left: 0
    }
}

/* 横向放置的手机和竖向放置的平板之间的分辨率 四*/
@media screen and (max-width: 480px) {
    a.a-btn + a {
        margin-bottom:8px
    }

    .pro-list li {
        width: 100%
    }
}

/* 的手机的分辨率一*/
@media screen and (max-width: 360px) {
    .pro-list .col-md-4 {
        width:100%
    }
}

.banner .glyphicon {
    font-size: 30px
}

.fieldset-style table td {
    border: 1px solid #dadada
}

.common_top .maxsize {
    padding: 0 !important
}

.phone-menu0 ul, .phone-menu1 ul {
    padding: 0 !important
}

.maxsize {
    max-width: 1180px;
    margin: 0 auto
}

* {
    font-family: "auto", Arial, "Helvetica Neue", Helvetica, sans-serif
}

.cl {
    clear: both
}

.nowrap,.nowrapall,.nowrapall * {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.break,.breakall,.breakall * {
    word-wrap: break-word;
    word-break: break-all
}

.animate , .animateall , .animateall * {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out
}

.tpl_one,.tpl_two,.tpl_three,.tpl_four,.tpl_five,.tpl_six,.tpl_seven.tpl_footers {
    position: relative
}

/* -------------------------------------------------------------- */
.menu .header-box {
    max-width: 1180px;
    margin: 0 auto;
    position: relative
}

.menu .header-box .logo {
    float: left;
    padding: 14px 0
}

.menu .header-box .logo .logo-img {
    float: left
}

.menu .header-box .logo .logo-img img {
    max-height: 100px
}

.headFixed {
    background: #ececec url(/Public/Images/Theme35/dot2.png) repeat 0 0;
    width: 100%
}

.demo-box-hw1 .headFixed {
    position: static
}

/*-------</END 头部 LOGO >------------*/
.menu .NavBox {
    display: block
}

.menu .header-nav {
    z-index: 99
}

.menu .navbar-nav {
    padding: 0;
    float: none;
    margin: 0;
    width: 100%;
    text-align: center
}

.menu .navbar-nav > li {
    width: 12.2%;
    float: left;
    text-align: center;
    border-left: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(0,0,0,0.1)
}

.menu .navbar-nav > li:last-child {
    border-right: 1px solid rgba(255,255,255,0.2)
}

.menu .nav > li {
    display: inline-block;
    position: relative
}

.menu .nav > li:hover ul {
    display: block
}

.menu .nav > li .Triangle:after {
    content: '';
    display: inline-block;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid red
}

.menu .nav > li ul {
    width: 100%;
    display: none;
    padding: 0;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.4);
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 99
}

.menu .nav > li ul li {
    line-height: 45px;
    text-align: center;
    width: 100%;
    margin-top: 1px
}

.menu .nav > li ul li a {
    font-size: 12px;
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.menu .nav > li ul li a:hover {
    text-decoration: none
}

.menu .navbar-nav > li > a {
    padding: 0 8px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.menu .navbar-nav > li > a.active, .menu .navbar-nav > li > a:hover, .menu .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff
}

.menu .navbar-nav > li > a.active {
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.NavBtn {
    display: none;
    text-align: center;
    overflow: hidden
}

/*没有辅助色的时候加*/
.menu .nav > li ul li:hover {
    opacity: .80;
    filter: Alpha(opacity=80)
}

/*--下拉菜单倒三角--*/
.menu .nav > li .Triangle:after {
    position: absolute;
    right: 5px;
    top: 23px
}

/*-------</END 导航>------------*/
/*-------</END 切换导航按钮>------------*/
/* 小屏幕 一*/
@media screen and (max-width: 1030px) {
    .menu .header-nav .nav-box {
        width:auto;
        margin: 0 10px
    }

    .menu .header-box .logo .logo-img {
        margin-left: 15px
    }
}

/* 小屏幕 二*/
@media screen and (max-width: 980px) {
    .menu {
        height:auto
    }

    .menu .contact {
        display: none
    }

    .menu .header-nav {
        width: 100%;
        height: auto;
        margin: 0
    }

    .menu .header-box {
        width: 100%;
        height: auto;
        position: relative
    }

    .menu .header-box .logo .logo-img img {
        height: 57px
    }

    /*-----------</LOGO>---------------*/
    .NavBtn {
        display: block;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: #f5f5f5;
        background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
        background-repeat: repeat-x;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #b3b3b3;
        border-image: none;
        border-radius: 4px;
        border-style: solid;
        border-width: 1px;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
        color: #333333;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        cursor: pointer;
        padding: 6px 11px;
        vertical-align: middle;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -18px;
        z-index: 10
    }

    .NavBtn .icon-bar {
        background-color: #e8603c;
        border-radius: 1px;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
        display: block;
        height: 2px;
        width: 18px;
        margin: 4px 0
    }

    .NavBtn:hover .icon-bar {
        background-color: #333
    }

    /*响应按钮*/
    .menu {
        height: auto
    }

    .menu .navbar-brand {
        padding: 10px
    }

    .menu .navbar-brand img {
        height: 40px
    }

    .menu .navbar-header {
        border-top: 5px solid #e8603c;
        float: none;
        width: 100%
    }

    .menu .NavBox {
        display: none
    }

    /*-----------</菜单>---------------*/
}

@media screen and (max-width: 600px) {
    .tpl_footers {
        padding-bottom: 50px
    }
}

.menu .contact {
    position: absolute;
    top: 50%;
    line-height: 20px;
    margin-top: -10px;
    right: 10px
}

.menu .contact b {
    line-height: 20px
}

.menu .contact span {
    font-size: 20px;
    line-height: 20px
}

.banner {
    width: 100%;
    overflow: hidden
}

.banner .carousel {
    margin: 0
}

.bannerBox {
    max-width: 100%;
    margin: 0 auto;
    position: relative
}

.banner .carousel-control {
    background: none
}

.banner .carousel-indicators {
    bottom: 5px
}

@media screen and (max-width: 980px) {
    .banner .bannerConsolebg {
        height: 30px
    }

    .banner .carousel-indicators {
        bottom: -5px
    }
}

@media screen and (max-width: 480px) {
    .banner .bannerConsolebg {
        display: none
    }

    .banner .carousel-indicators {
        display: none
    }
}

.banner .glyphicon {
    font-size: 30px
}

/*--banner/原点--*/
.bannerEffect .tp-bullets.simplebullets.round .bullet {
    width: 10px;
    height: 10px;
    border-radius: 30px;
    margin: 0 5px
}

/*---公告和搜索----*/
.notice {
    z-index: 99;
    background: rgb(217,217,217);
    border-bottom: 1px solid rgb(175,175,175)
}

.notice .notice-box {
    position: relative;
    height: 50px;
    width: 100%;
    z-index: 99
}

.notice .notice-box .maxsize {
    max-width: 1180px
}

.notice .notice-box .notice-ul {
    overflow: hidden
}

.notice .notice-box ul {
    color: #fff;
    font-size: 12px;
    list-style: none;
    padding: 0
}

.notice .notice-box ul li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 50px
}

.notice .notice-box ul li i {
    margin-right: 10px;
    text-align: center
}

.notice .notice-box ul li .glyphicon {
    top: 3px
}

.notice .notice-box .noticeBox {
    position: relative;
    z-index: 2;
    margin-left: 0
}

.notice .notice-box .searchBox {
    float: right
}

.notice .notice-box .navbar-form {
    padding: 0;
    margin: 0
}

.notice .notice-box .navbar-form .form-control {
    border-radius: 0;
    font-size: 12px;
    height: 33px;
    padding: 0 10px
}

.notice .notice-box .dropdown-menu {
    border-radius: 0;
    padding: 0;
    min-width: 91px;
    left: 0
}

.notice .notice-box .dropdown-menu>li {
    padding: 0
}

.notice .notice-box .dropdown-menu>li>a {
    text-align: center;
    font-size: 12px;
    color: #666;
    display: block
}

.notice .notice-box .btn-danger {
    color: #fff;
    background-image: none;
    border-radius: 0;
    padding: 15px 10px
}

.notice .notice-box .btn-danger:hover, .notice .notice-box .btn-danger:focus, .notice .notice-box .btn-danger:active, .notice .notice-box .btn-danger.active,.notice .notice-box .open>.dropdown-toggle.btn-danger {
    background-color: #b82d08;
    border: 1px solid #b82d08
}

.notice .notice-box .noticeboxBg {
    display: none;
    z-index: 1
}

.notice .notice-box .col-md-5 {
    padding-left: 0px;
    padding-right: 0px
}

.navbar-form .form-group {
    padding: 7px 0;
    width: 100%
}

.notice .notice-box .iconfont {
    width: 50px;
    height: 50px;
    float: left
}

.notice .search {
    width: 100%;
    float: right;
    position: relative;
    padding-right: 123px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.notice .navbar-form {
}

.notice .notice-box .btn-search {
    padding: 15px
}

.notice .alertinfo li a {
    font-weight: 600;
    color: #666
}

.notice .dropdown-menu>li>a {
    line-height: 30px
}

/* 小屏幕 一*/
@media screen and (max-width: 1030px) {
    .notice .notice-box {
        max-width:100%
    }
}

/* 平板电脑和小屏电脑之间的分辨率 二*/
@media screen and (max-width: 870px) {
    .notice .notice-box .col-md-4 {
        width:48%
    }
}

/* 平板电脑和小屏电脑之间的分辨率 二*/
@media screen and (max-width: 768px) {
    .navbar-form .form-group {
        margin:0
    }

    .notice .notice-box .navbar-form {
        margin: 0
    }
}

/* 横向放置的手机和竖向放置的平板之间的分辨率 三*/
@media screen and (max-width: 600px) {
    .notice .alertinfo {
        display: none
    }

    .notice .notice-box .noticeboxBg {
        display: block;
        width: 100%;
        height: 50px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1
    }

    .notice .notice-box .col-md-4 {
        width: 100%;
        margin: 0;
        padding: 0 0 0 15px
    }

    .navbar-form .form-group {
        padding: 5px 0 7px
    }
}

/* 横向放置的手机和竖向放置的平板之间的分辨率 四*/
@media screen and (max-width: 480px) {
    .notice .notice-box ul li {
        padding-left:0
    }

    .notice .alertinfo {
        display: none
    }

    .notice .notice-box .search {
        display: block
    }
}

/* 手机的分辨率一*/
@media screen and (max-width: 360px) {
    .notice .notice-box .search {
        width: 335px
    }

    .notice .navbar-form .form-control {
        width: 210px
    }
}

/* 手机的分辨率二*/
@media screen and (max-width: 320px) {
    .notice .notice-box .search {
        width: 295px
    }

    .notice .navbar-form .form-control {
        width: 180px
    }
}

.notice .btn-search-group {
    height: 50px;
    color: #fff;
    font-size: 14px;
    font-family: "SimSun";
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -1px
}

.notice .btn-search-group .btn {
    background: none !important;
    border: none !important
}

.notice .alertinfo li {
    line-height: 50px;
    white-space: nowrap
}

.notice .alertinfo li .iconfont {
    font-size: 30px
}

.notice .notice-box .search input.form-control {
    width: 100%;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    height: 35px;
    box-sizing: border-box;
    line-height: 35px;
    margin: 0;
    padding: 0 10px;
    outline: none;
    font-size: 12px;
    margin-left: 0px
}

.notice .notice-box .search input::-webkit-input-placeholder {
    color: #000 !important
}

.notice .notice-box .search input:-moz-placeholder {
    color: #000 !important
}

.notice .notice-box .search input::-moz-placeholder {
    color: #000 !important
}

.notice .notice-box .search input:-ms-input-placeholder {
    color: #000 !important
}

/*-----------<关于我们>---------------*/
.about .aboutBox {
    max-width: 1180px;
    margin: 50px auto;
    background: #fff
}

.about .aboutBox .companyface {
    width: 240px;
    height: auto
}

.about .aboutBox .left {
    overflow: hidden
}

.about .aboutBox .left, .about .aboutBox .right {
    height: 220px;
    position: relative
}

.about .aboutBox .companyinfo {
    padding: 15px
}

.about .aboutBox .companyinfo h2 {
    font-size: 28px;
    margin: 0;
    margin-bottom: 10px
}

.about .aboutBox .companyinfo .aboutc {
    font-size: 12px;
    line-height: 25px;
    max-height: 200px;
    overflow: hidden;
    margin: 0
}

.about .aboutBox .companyinfo .more {
    display: inline-block;
    border: 1px solid #dadada;
    border-radius: 4px;
    margin-top: 10px;
    text-decoration: none;
    font-size: 12px;
    padding: 5px 15px
}

@media screen and (max-width: 1180px) {
    .about .aboutBox {
        padding: 0 15px
    }
}

/* 横向放置的手机和竖向放置的平板之间的分辨率 三*/
@media screen and (max-width: 600px) {
    .about .aboutBox .left {
        height: auto;
        width: 100%;
        text-align: center
    }

    .about .aboutBox .right {
        width: 100%
    }
}

.about .aboutBox .title {
    position: relative;
    border-bottom: 1px solid #dadada;
    display: block;
    width: 100%;
    text-align: center
}

.about .aboutBox .title h5 {
    margin: 0 auto;
    position: relative;
    line-height: 40px;
    margin-bottom: -1px
}

.about .aboutBox .title h5 span {
    font-size: 25px;
    display: block;
    text-align: left;
    max-width: 300px
}

.about .aboutBox .title h5 .line {
    width: 100%;
    display: block;
    height: 1px;
    background: #000;
    padding: 0
}

.about .aboutBox .title .more {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 40px;
    padding: 0 15px
}

.about .aboutBox .row {
    margin-top: 10px
}

/*-----------<最新资讯>---------------*/
.article .articleBox {
    max-width: 1180px;
    margin: 0 auto;
    background: #fff
}

.article .articleBox .items a {
    color: #666;
    text-decoration: none
}

@media screen and (max-width: 1180px) {
    .article .articleBox {
        padding: 0 15px
    }
}

/* 平板电脑和小屏电脑之间的分辨率 二*/
@media screen and (max-width: 870px) {
    .company-box .time {
        display: none
    }

    .aboutBox .company-box li {
        padding: 0
    }
}

/* 横向放置的手机和竖向放置的平板之间的分辨率 三*/
@media screen and (max-width: 600px) {
    .aboutBox .iconfont {
        font-size: 60px
    }

    .aboutBox.bg01 {
        margin: 15px 0 20px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        padding: 15px 15px 0 15px
    }

    .aboutBox h4.title {
        font-size: 16px;
        line-height: 30px;
        height: 30px
    }

    .company-box .time {
        display: block
    }

    .aboutBox .company-box {
        font-size: 12px;
        height: auto;
        max-height: 57px;
        line-height: 18px;
        margin-top: 0
    }
}

.article .articleBox .title {
    position: relative;
    border-bottom: 1px solid #dadada;
    display: block;
    width: 100%;
    text-align: center
}

.article .articleBox .title h5 {
    margin: 0 auto;
    position: relative;
    margin-bottom: -1px
}

.article .articleBox .title h5 span {
    font-size: 25px;
    display: block;
    text-align: left;
    max-width: 300px
}

.article .articleBox .title h5 .line {
    width: 100%;
    display: block;
    height: 1px;
    background: #000;
    padding: 0
}

.article .articleBox .title .more {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 40px;
    padding: 0 15px
}

.article .articleBox .items {
    margin-top: 10px
}

.article .articleBox .items .item {
    width: 50%;
    float: left
}

.article .articleBox .items .item .con {
    margin: 10px;
    padding: 20px;
    background: #ececec
}

.article .articleBox .items .item .date {
    position: absolute;
    background: #fff
}

.article .articleBox .items .item .date .mo {
    text-align: center;
    font-size: 12px;
    background: #000;
    color: #fff;
    padding: 0 10px;
    line-height: 40px
}

.article .articleBox .items .item .date .day {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    border: 1px solid #dadada;
    border-top: 0
}

.article .articleBox .items .item .text {
    padding-left: 80px
}

.article .articleBox .items .item .text h5 {
    color: #000;
    line-height: 1;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.article .articleBox .items .item .text span {
    color: #aaa;
    font-size: 12px
}

.article .articleBox .items .item .text p {
    margin-top: 5px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    font-size: 12px
}

@media screen and (max-width: 870px) {
    .article .articleBox .items .item .date {
        display: none
    }

    .article .articleBox .items .item .text {
        padding: 0
    }
}

@media screen and (max-width: 600px) {
    .article .articleBox .items .item {
        width: 100%
    }
}

/*-----------<关于我们>---------------*/
.articleLabel .articleLabelbox {
    max-width: 1180px;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 20px
}

.articleLabel .articleLabelbox .ghostbtn {
    display: inline-block;
    border: 1px solid #dadada;
    border-radius: 4px;
    margin-top: 10px;
    text-decoration: none;
    font-size: 12px;
    padding: 5px 15px
}

.articleLabel .articleLabelbox a {
    color: #666;
    text-decoration: none
}

.articleLabel .articleLabelbox .items {
    margin: 10px 0
}

.articleLabel .articleLabelbox .item {
    margin-bottom: 20px;
    background: #ececec;
    position: relative
}

.articleLabel .articleLabelbox .item .con {
    margin: 10px;
    background: #fff
}

.articleLabel .articleLabelbox .item .face {
    overflow: hidden;
    background: #333
}

.articleLabel .articleLabelbox .item .face img {
    width: 100%;
    height: auto
}

.articleLabel .articleLabelbox .item .text {
    padding: 10px
}

.articleLabel .articleLabelbox .item .text h5 {
    font-weight: 600;
    margin: 0;
    padding: 0;
    line-height: 15px;
    font-size: 14px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.articleLabel .articleLabelbox .item .text p {
    text-indent: 2em;
    line-height: 20px;
    height: 40px;
    font-size: 12px;
    overflow: hidden;
    margin-bottom: 10px
}

.articleLabel .articleLabelbox .item .text .ghostbtn {
    margin-top: 0
}

/* 横向放置的手机和竖向放置的平板之间的分辨率 三*/
@media screen and (max-width: 600px) {
    .aboutBox .iconfont {
        font-size: 60px
    }

    .aboutBox.bg01 {
        margin: 15px 0 20px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        padding: 15px 15px 0 15px
    }

    .aboutBox h4.title {
        font-size: 16px;
        line-height: 30px;
        height: 30px
    }

    .company-box .time {
        display: block
    }

    .aboutBox .company-box {
        font-size: 12px;
        height: auto;
        max-height: 57px;
        line-height: 18px;
        margin-top: 0
    }
}

.articleLabel .articleLabelbox .title {
    position: relative;
    border-bottom: 1px solid #dadada;
    display: block;
    width: 100%;
    text-align: center
}

.articleLabel .articleLabelbox .title h5 {
    margin: 0 auto;
    position: relative;
    margin-bottom: -1px
}

.articleLabel .articleLabelbox .title h5 span {
    font-size: 25px;
    display: block;
    text-align: left;
    max-width: 300px
}

.articleLabel .articleLabelbox .title h5 .line {
    width: 100%;
    display: block;
    height: 1px;
    background: #000;
    padding: 0 10px
}

.articleLabel .articleLabelbox .more {
    border-bottom: 1px solid #dadada;
    text-align: center;
    height: 11px
}

.articleLabel .articleLabelbox .more .morebtn {
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 15px;
    margin-top: -11px
}

/*产品列表*/
.product {
    margin-top: 20px
}

.product .product-box li.col-md-4 {
    margin: 0 \9;
    margin-left: 0.5%
}

@media screen and (min-width: 0px) {
    .product .product-box li:first-child {
        margin: 0 \9
    }

    .product .product-box li.col-md-4 {
        margin-left: 1.4%
    }
}

/*IE8 CSS HACK*/
.productBox {
    max-width: 1180px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.product .product-box li {
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s
}

.product .product-box li {
    position: relative
}

.product .product-box li .itemname {
    color: #fff;
    font-size: 16px;
    padding: 0 15px
}

.product .product-box {
    height: 550px;
    overflow: hidden
}

.product .product-box {
    padding: 0
}

.product .product-box .thumbnail {
    border: 0;
    padding: 0;
    background: none;
    border-radius: 0;
    position: relative
}

.product .product-box li,.product .product-box li:first-child {
    margin-top: 15px;
    margin: 15px 0.5% 0 \9
}

.product .product-box li.col-md-4 {
    margin-top: 0;
    margin-bottom: 15px;
    border: 1px solid #dadada
}

.product .product-box li.col-md-4:nth-child(3n+1) {
    margin-left: 0
}

.product .div-img {
    width: 100%;
    height: auto
}

.product .div-img img {
    width: 100%;
    height: auto
}

.product .product-box .thumbnail {
    height: 100%;
    position: relative;
    margin: 0
}

.product .product-box .thumbnail a.ImgBox {
    position: relative;
    z-index: 2
}

.product .product-box .thumbnail .TxtBox {
    padding: 10px;
    background: #fff
}

.product .product-box .thumbnail .TxtBox p {
    height: 30px;
    font-size: 12px;
    overflow: hidden;
    color: #666
}

.product .product-box .thumbnail .TxtBox a {
    text-decoration: none;
    display: block;
    color: #fff;
    height: 30px;
    line-height: 30px;
    width: 100px;
    text-align: center;
    position: absolute;
    bottom: -30px;
    right: 0
}

.product .product-box .thumbnail .TxtBox .BodycolorBox {
    padding-right: 100px;
    width: 100%;
    height: 30px;
    position: absolute;
    position: absolute;
    bottom: -30px;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.product .product-box .thumbnail .TxtBox .BodycolorBox .Bodybg {
    width: 100%;
    height: 30px
}

/*-----------</END 最新产品>---------------*/
/*弹跳*/
/* 小屏幕 一*/
/*IE9 ONLY*/
@media screen and (min-width: 0px) {
    .product .product-box li:first-child {
        margin: 0 \9
    }
}

.product .product-box .left {
    width: 25%;
    float: left
}

.product .product-box .right {
    width: 74%;
    float: left;
    margin-left: 1%
}

.product .title {
    position: relative;
    color: #fff
}

.product .con {
    padding: 10px;
    position: relative
}

.product .con .iconfont {
    position: absolute;
    line-height: 40px;
    font-size: 35px
}

.product .con span {
    line-height: 40px;
    padding-left: 40px;
    font-size: 16px;
    font-weight: 600
}

.product .product-box .thumbnail .div-img {
    overflow: hidden
}

.product .product-box .thumbnail .itemname {
    box-sizing: border-box;
    z-index: 9;
    display: block;
    margin: 0;
    text-align: center;
    padding: 0 20px;
    height: 35px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    width: 100%;
    font-size: 12px;
    background: #ececec;
    line-height: 35px;
    overflow: hidden
}

.product .fenleilist {
    background: #ececec;
    height: 450px;
    overflow: hidden
}

.product .fenleilist ul {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 416px;
    overflow: hidden
}

.product .fenleilist ul li {
    margin: 0px
}

.product .fenleilist ul li a {
    background: #fff;
    margin: 5px 10px;
    padding: 10px;
    display: block;
    line-height: 20px;
    border-radius: 10px;
    color: #333;
    text-decoration: none
}

.product .fenleilist ul li a:hover {
    background: #000;
    color: #fff
}

@media screen and (max-width: 1030px) {
    .product {
        padding: 0 5px
    }

    .productBox {
        width: 100%;
        padding: 0
    }

    .product .product-box li.col-md-4 {
        width: 49%;
        margin-left: 0;
        margin: 10px 0% \9
    }

    .product .product-box li.col-md-4:nth-child(2n) {
        margin-left: 2%
    }

    .product .product-box .left {
        display: none
    }

    .product .product-box .right {
        height: auto;
        width: 100%
    }

    .product .product-box {
        height: auto
    }
}

@media screen and (max-width: 768px) {
    .product .product-box li.col-md-4 {
        width:100%;
        margin-left: 0;
        margin-bottom: 15px
    }

    .product .product-box li.col-md-4:nth-child(2n) {
        margin: 0;
        margin-bottom: 15px
    }
}

/* 横向放置的手机和竖向放置的平板之间的分辨率 三*/
@media screen and (max-width: 600px) {
    .product .product-box li.col-md-4 {
        width:49%;
        margin-left: 0;
        margin: 10px 0% \9;
        padding: 0
    }

    .product .product-box li.col-md-4:nth-child(2n) {
        margin-left: 2%
    }
}

/* 横向放置的手机和竖向放置的平板之间的分辨率 四*/
@media screen and (max-width: 480px) {
    .product .product-box li.col-md-4 {
        width:100%;
        margin-left: 0;
        margin-bottom: 15px;
        padding: 0
    }

    .product .product-box li.col-md-4:nth-child(2n) {
        margin: 0;
        margin-bottom: 15px
    }
}

/*---友情链接----*/
.friendLink .Themebg {
    padding: 10px 0
}

.friendBox {
    max-width: 1180px;
    background: #fff;
    border-radius: 20px;
    margin: 0 auto;
    padding: 10px
}

.friendLink .friendBox {
    position: relative
}

.friendLink .friendBox h4 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 14px;
    margin-bottom: 20px;
    font-weight: 600;
    display: inline-block;
    position: absolute
}

.friendLink .friendBox ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-left: 80px;
    list-style: none;
    overflow: hidden
}

.friendLink .friendBox ul li {
    display: inline
}

.friendLink .friendBox ul li a {
    line-height: 14px;
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    color: #666;
    position: relative
}

.friendLink .friendBox ul li a:before {
    content: '| '
}

.friendLink .friendBox ul li:first-of-type a:before {
    display: none
}

.friendLink .friendBox.linkImg ul {
    height: auto
}

.friendLink .friendBox.linkImg h4 {
    top: 26px
}

/* 小屏幕 一*/
@media screen and (max-width: 1030px) {
    .friendBox {
        width: 100%;
        padding: 5px 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media screen and (max-width: 768px) {
    .friendLink .friendBox {
        border-radius: 0
    }

    .friendLink .friendBox.linkImg h4 {
        display: none
    }

    .friendLink .friendBox h4 {
        position: relative;
        display: block;
        margin-bottom: 10px
    }

    .friendLink .friendBox ul {
        height: auto;
        display: block;
        text-align: left;
        padding-left: 0
    }

    .friendLink .friendBox ul li {
        display: block;
        float: left;
        margin-right: 5px;
        line-height: 20px
    }

    .friendLink .friendBox ul li a:before {
        display: none
    }

    .friendLink .friendBox ul li a {
        line-height: 20px;
        max-width: 100%
    }
}

/*---footer----*/
.footers {
    color: #666;
    background: #ececec url(/Public/Images/Theme35/dot2.png) repeat 0 0;
    width: 100%
}

.footerBox {
    padding: 20px 0;
    margin: 0 auto;
    max-width: 1180px
}

.footers .footerBox h4 {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px
}

.footers .footerBox h5 {
    font-size: 12px;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px
}

.footers .footerBox h5 a {
    color: #666;
    font-weight: 600
}

.footers .footerBox p {
    margin: 0;
    font-size: 12px;
    color: #999;
    line-height: 22px
}

.footers .footerBox p a {
    color: #666;
    font-weight: 600;
    margin-right: 5px
}

/*-----------</END>---------------*/
/* 小屏幕 一*/
@media screen and (max-width: 1030px) {
    .footerBox {
        width: 100%;
        padding: 10px 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}

/* 平板电脑和小屏电脑之间的分辨率 二*/
@media screen and (max-width: 768px) {
    .footers .text-right {
        display: none
    }

    .footers .col-md-9 {
        width: 100%;
        padding-bottom: 0
    }
}
