
/*结构样式*/
#header {
    position: relative;
    height: 130px;
    background: #ffffff;
    text-align: center;
    margin-bottom: 10px;
}

.header-all {
    width: 100%;
    z-index: 1000;
    position: fixed;
    background: #ffffff;
}

#header .header-welcome {
    height: 40px;
    background: #f3f2f2;
}

.header-welcome .welcome-txt {
    float: left;
    margin-top: 8px;
    font-size: 16px;
}

.header-welcome .entrance {
    height: 40px;
    margin: 10px 5px 0 0;
    position: relative;
    float: right;
    margin-left: 13px;
    color: #000;
    text-align: center;
}

.header-welcome .entrance a {
    text-decoration: none;
}
.header-welcome .entrance a img {
    width: 22px;
    height: 22px;
    vertical-align: middle;
}
.entrance .set-m {
    width: 100px;
}
.entrance .set-s {
    width: 90px;
}
.entrance .user-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 19px;
    z-index: 99;
    padding-top: 15px;
    border-bottom: 1px solid #d9d9d9;
}
.entrance .user-menu li {
    background-color: #fff;
    border-bottom: 1px solid #dcdcdc;
}
.entrance .user-menu a {
    padding-left: 20px;
}
.entrance .user-menu a {
    display: block;
    padding-left: 5px;
    line-height: 30px;
    color: #444;
}
.user-menu li:hover {
    background: #e8e8e8
}

.header-all .header-logo {
    float: left;
}

.header-logo .logo-url {
    height: 100%;
}
.header-logo .logo-url img {
    width:auto;
    height: 90px;
    margin-top: 0px;
    vertical-align: middle;
    display: inline-block;
}

.header-all .header-topmenu {
    height: 95px;
    /*margin-left: 280px;*/
}

.header-topmenu .header-topsea {
    height: 50px;
    width: 100%;
    text-align:left;
}

.header-topsea .top-search {
    height: 35px;
    margin: 5px 10px 0px 0px;
    padding: 2px;
}

.top-search input {
    border-radius: 0px;!important;
    height: 35px;!important;
}

.top-search button {
    border-radius: 0px;!important;
    border: 2px solid #dddddd;!important;
    background: #ffffff;
    margin-left: -1px;
    height: 35px;!important;
}

.header-topsea .header-rtimg {
    padding-top: 15px;
    text-align: right;
}

.header-topsea .header-rtimg img {
    height: 35px;
}

.header-menu {
    width: 100%;
    height: 50px;
    float: left;
    margin-top: 0px;
    padding-top: 0px;
}

.header-menu > ul > li {
    float: left;
    position: relative;
    line-height: 40px;
    width: 12.5%;
    text-align: center
}

.header-menu > ul > li.current-menu-item > a, .header-menu > ul > li.current-post-parent > a, .header-menu > ul > li.current-product-parent > a {
    color: #fff;
    background: #FFCC00;/* 淡蓝色#0099ff，，黄色#FFCC00 */
    z-index: 99;
}

.header-menu > ul > li > a {
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #111
}

.header-menu > ul > li:hover > a {
    background-color: #FFCC00;
    color: #fff
}

.header-menu .header-bar {
    position: absolute;
    float: right;
    top: 20px;
    right: 20px;
}

.header-bar .entrance {
    position: relative;
    float: right;
    margin-left: 13px;
    color: #FFF;
    height: 29px;
}

.header-bar .entrance a {
    text-decoration: none;
}

.header-bar .entrance a img {
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

.header-bar .unlogin {
    display: block;
    margin-top: 2px;
}

.header-bar .unlogin-ic {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url("/template/tpl-volke/images/ico-nologin.png") no-repeat;
}

.header-bar .entrance .entr-icon {
    display: inline-block;
    margin-left: 3px;
    width: 0;
    height: 0;
    vertical-align: middle;
    border: 5px solid #FFF;
    border-top-color: rgb(255, 255, 255);
    border-bottom-width: 5px;
    border-top-color: #040702;
    border-bottom-width: 0;
}

.header-bar .entrance .set-m {
    width: 100px;
}

.header-bar .entrance .set-s {
    width: 90px;
}

.header-bar .user-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 19px;
    z-index: 99;
    padding-top: 15px;
    border-bottom: 1px solid #d9d9d9;
}

.header-bar .user-menu li {
    background-color: #fff;
    border-bottom: 1px solid #dcdcdc;
}

.header-bar .user-menu a {
    padding-left: 20px;
}

.header-bar .user-menu a {
    display: block;
    padding-left: 5px;
    line-height: 30px;
    color: #444;
}

.user-menu li:hover {
    background: #e8e8e8
}

.header-bar .entrance .msg-ic {
    display: block;
    margin-top: 2px;
    width: 28px;
    height: 22px;
    background: url("/template/tpl-volke/images/ico-email.png") no-repeat;
}

.common_block_border {
    margin-bottom: 20px;
    padding: 5px;
    background: #ffffff;
    border: 1px solid #ccc;
}

.common_block_title {
    padding: 5px 15px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    color: #333333;
    font-size: 16px;
    margin: 5px 0 10px 10px;
    border-left: 5px solid #03AE87;
    letter-spacing: 2px;
    font-weight: normal;
}

.common_block_title_right {
    padding: 8px 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #333333;
    font-size: 1.2em;
    margin: 5px 0 10px 15px;
    padding-left: 5px;
    margin-left: 5px;
}
.fafafa {
    background-color: #fafafa
}
.pro-list .pro-item, .news-list .news-con {
    display: none
}

.pro-list .on, .news-list .on {
    display: block
}

.pro-list .pro-item ul li {
    width: 24%;
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
}

.pro-list ul li {
    width: 24%;
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 15px;
    font-size: 12px;
    text-align: center;
}

.pro-list ul li a {
    display: block;
    padding: 20px;
    box-shadow: 0 15px 20px rgba(22, 35, 49, .15);
    background: #fff;
    border-radius: 10px;
    transition: all .2s linear;
}

.pro-list ul li a h3 {
    font-size: 16px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.pro-list ul li img {
    height: 180px;
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #e1e1e1;
}

.proindex-list {
    padding: 0px 10px 0px 20px;
    margin: 0px;
}

.proindex-list ul li {
    width: 260px;
    height: 260px;
    text-align: center;
    display: inline-block;
    margin: 10px 10px 10px 10px;
    padding:0px;
    font-size: 12px;
    border: 1px solid #dddddd;
}
.proindex-list ul li h3 {
    height: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.proindex-list ul li a {
    display: block;
    padding: 10px;
    background: #fff;
    /* box-shadow: 0 5px 10px rgba(22, 35, 49, .15);
    border-radius: 10px;*/
    transition: all .2s linear;
}

.proindex-list ul li img {
    height: 170px;
    max-width: 170px;
    max-height: 100%;
}

.product-list {
    padding: 10px 10px 0px 10px;
    margin: 0px 10px 0px 10px;
}

.product-list ul li {
    width: 255px;
    height: 255px;
    text-align: center;
    display: inline-block;
    margin: 10px 10px 10px 10px;
    padding:0px;
    font-size: 12px;
    border: 1px solid #dddddd;
    box-shadow: 0 5px 10px rgba(22, 35, 49, .15);
    border-radius: 10px;
}

.product-list ul li a {
    display: block;
    padding: 10px;
    background: #fff;
    transition: all .2s linear;
}

.product-list ul li a h3 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.product-list ul li img {
    height: 200px;
    max-height: 100%;
}

.news-img a {
    display: inline-block;
    max-width: 100%;
}

.news-img p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px;
    text-align: center;
    color: #fff;
    background: #111
}

.news-con ul {
    overflow: hidden
}

.news-con ul li a {
    display: block;
    border-top: solid 1px #dedede;
    overflow: hidden;
    padding: 20px 0
}

.news-con ul li:nth-child(n+9) a {
    border-bottom: solid 1px #dedede
}

.news-con ul li a h3 {
    float: left;
    max-width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.news-con ul li a span {
    float: right
}

.indust-list {
    padding: 10px 10px 0px 10px;
    margin: 0px 10px 0px 10px;
}

.indust-list ul li {
    width: 255px;
    height: 255px;
    text-align: center;
    display: inline-block;
    margin: 10px 10px 10px 10px;
    padding:0px;
    font-size: 12px;
    border: 1px solid #dddddd;
    box-shadow: 0 5px 10px rgba(22, 35, 49, .15);
    border-radius: 10px;
}

.indust-list ul li a {
    display: block;
    padding: 10px;
    background: #fff;
    transition: all .2s linear;
}

.indust-list ul li a h3 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.indust-list ul li img {
    height: 200px;
    max-height: 100%;
}

#gallery-1 img {
    padding: 10px;
    border: none !important
}

.entry-des p {
    margin-bottom: 10px
}

.case-con p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px;
    text-align: center;
    background-color: #fafafa
}

#main{
    padding-top: 20px;
    background: #fafafa;
}

.index-rtblock{
    padding-right: -15px;!important;
}

.rtblock-row {
    min-height: 120px;
}
.rtblocks_item {
    margin-bottom: 10px;
    background: #fff;
}

.blocks_item-title{
    padding: 10px 20px 5px;
}
.blocks_item-title h2 {
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
}
.blocks_item-desc {
    padding: 5px 20px 10px;
}
.blocks_item-desc .desc-img{
    text-align: center;
}
.blocks_item-desc .desc-img img{
    width:120px;
    text-align: center;
}
.blocks_item-desc h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    overflow-wrap: break-word;
    word-break: break-word;
}
.blocks_item-desc h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    overflow-wrap: break-word;
    word-break: break-word;
}

.blocks_item-desc-text {
    margin-bottom: 20px;
}

.blocks_item-desc .blocks_tag-list {
    margin: 10px 0px;
}
.blocks_item-desc .blocks_tag-list a{
    line-height: 25px;
    margin-right:10px;
    overflow: hidden;
    color:#42b4e6;
}

.blocks_item-list {
    margin: 10px 0px;
}

.blocks_item-list ul li {
    position: relative;
    line-height: 25px;
    overflow: hidden;
}

.blocks_item-list ul li a {
    display: block;
    overflow: hidden;
    padding-left: 10px;
    color:#42b4e6;
}

.blocks_item-list ul li a:before {
    display: inline-block;
    vertical-align: 2px;
    width: 5px;
    height: 5px;
    background: #cccccc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 10px;
    content: ""
}
.nowrap{
    overflow:hidden;
}

/*-- 首页重点内容 --*/
.index-tdaoh {
    width:100%;
    position: relative;
    padding: 0px 0px 10px;
    overflow: hidden;
}
.index-tdaoh ul {
    float: left;
    overflow: hidden;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.index-tdaoh ul li{
    width: 275px;
    float:left;
    margin: 0px 12px 10px 0px;
    background: #ffffff;
    border: 1px solid #e7e6e6;
}
.index-tdaoh ul li a {
    display: block;
    text-align: center;
    color: #666666;
}

.index-tdaoh ul li p {
    height: 155px;
    overflow: hidden;
}
.index-tdaoh ul li p img {
    width: 270px;
    height: 150px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.tdaoh-cont .cont-txt{
    height:140px;
    margin-top: 10px;
    padding:0px 10px;
    overflow: hidden;
    word-wrap:break-word;
}
.tdaoh-cont .cont-txt h2 {
    margin-bottom: 10px;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
.tdaoh-cont .cont-txt span {
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 25px;
}

.index-items {
    padding: 20px 0px 0 0px;
    margin-bottom:20px;
}
.index-items-top {
    padding: 2px 0 8px 0;
    overflow: hidden;
    border-bottom: solid 1px #d9dadb;
}
.index-items-top h2 {
    float: left;
    padding-left: 8px;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    color: #FFCC00;
}
.index-items-top a {
    color: #b6b6b6;
    line-height: 24px;
    font-size: 12px;
    float: right;
}

.index-items-cont {
    padding: 10px 0 0 0;
    overflow: hidden;
}
.index-tuij{
    padding: 30px 0 30px 30px;
    margin-bottom:0px;
    background: #ffffff;
    height: 300px;
}
.index-tuij .tuij-cont{
    width: 45%;
    float:left;
    padding-right: 30px;
}
.tuij-cont .tuij-cont-title h2{
    float: left;
    padding-left: 8px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #FFCC00;
}
.tuij-cont .tuij-cont-txt{
    float: left;
    padding-left: 8px;
    font-size: 14px;
    line-height: 22px;
}
.index-tuij .tuij-right {
    float: right;
    position: relative;
    padding-right: 30px;
    text-align: center;
    display: block;
}
.index-tuij .tuij-right video{/* video元素居中 */
    width: 426px;
    height: 240px;
    display:block;
    margin:0 auto;
}
.index-tuij .tuij-right img {/* 元素居中 */
    width: 100%;
    height: 240px;
    display:block;
    margin:0 auto;
}
.index-tuij .tuij-right span {
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 10px 20px;
    width: 100%;
    height: 40px;
    position: relative;
    font-size: 12px;
    text-align: left;
    line-height: 26px;
    color: #fff;
}
/* 首页 产品转动 */
.index-items-product ul{
    width: 100%;
}
.index-items-product .rolling-box {
    width: 93%;
    margin: 0 auto 10px;
    position: relative;
}

.index-items-product .rolling-box .swiper-slide{
    height: 220px;
    margin-top: 10px;
    background: #ffffff;
}
.index-items-product .rolling-box .swiper-slide a{
    height: 220px;
    margin-top: 10px;
    background: #ffffff;
}
.index-items-product .rolling-box .swiper-slide img{
    height: 180px;
    margin: 0 auto;
    border:1px solid #dddddd;
}
.index-items-product .rolling-box .swiper-slide h4{
    text-align: center;
    line-height: 25px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;/* 被修剪的文本用省略符号取代 */
    white-space:nowrap;/* nowrap文本不会换行 */
}

/* 详细页 内容转动 */
.single-relat {
    position: relative;
}
.single-relat .similar-pro {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
}
.single-relat .similar-pro span {
    color: #fff;
    cursor: default;
    background-color: #FFCC00;
    display: block;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 120px;
    font-size: 16px;
}
.single-relat .rolling-box {
    width: 90%;
    margin: 0 auto 20px;
    position: relative;
}
.single-relat .rolling-box .swiper-slide img {
    float: left;
    height: 80px;
    width: auto;
    max-width: 140px;
}
.single-relat .rolling-box .swiper-slide div {
    overflow: hidden;
    padding-left: 10px;
}
.single-relat .rolling-box .swiper-slide h4 {
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;/* 被修剪的文本用省略符号取代 */
    white-space:nowrap;/* nowrap文本不会换行 */
}
.single-relat .rolling-box .swiper-slide p {
    font-size: 12px;
    color: #999;
    height: 52px;
    overflow: hidden;
    text-overflow: clip;
    overflow-wrap: break-spaces;
}

/* 产品详情页 */
.pro-img {
    margin-bottom: 20px;
}
.prodart-ctop{
    width: 99%;
    margin: 0px 0px 10px 5px;
    padding-right: 10px;
}
.prodart-ctop .prodart-ctop-img {

}
.prodart-ctop .prodart-ctop-img .jqzoom img{
    margin-top: 0px;
    height:350px;
}

.prodart-crgt h4 {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
}
.prodart-crgt .prodart-desc{
    margin-top: 10px;
    height: 240px;
    overflow: hidden;
}
.prodart-crgt .prodart-desc span{
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    color:#42b4e6;

}
.prodart-crgt .prodart-desc .desc-txt {
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;/* 被修剪的文本用省略符号取代 */
}
.prodart-crgt .prodart-tel{
    margin: 10px 0px;
    padding: 10px 0px;
    font-size: 16px;
    font-weight: 600;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.prodart-crgt .prodart-link{
    font-size: 16px;
}
.prodart-crgt .prodart-link a{
    margin-right: 30px;
    font-size: 16px;
    color:#42b4e6;
}

.product-content{
    float:left;
    margin-top: 10px;
    width: 100%;
}
.nav-tabs {
    border-bottom: 2px solid #FFCC00;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #FFCC00;
    border-color: transparent;
}
.nav-tabs>li>a {
    border-radius: 0;
    font-size: 16px;
    background-color: #f1f1f1;
    margin-right: 0;
}
.nav-tabs>li {
    margin-bottom: 0;
}
.tab-content {
    padding: 15px 15px;
}
.prenext{
    width: 50%;
    float:left;
    background: #ffffff;
    line-height: 25px;
    margin-top: 5px;
    padding-left: 10px;
}
.index-items-cont .contjj-adlst {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.index-items-cont .contjj-adlst li {
    float: left;
    position: relative;
    z-index: 1;
}
.index-items-cont .contjj-adlst li img {
    width: 215px;
    height: 215px;
    float: left;
}
.index-items-cont .contjj-adlst li:first-child img { /* :first-child体现第1个元素 */
    width: 430px;
    height: 215px;
    float: left;
}
.index-items-cont .contjj-adlst li .contjj-adlst-updiv {
    width: 215px;
    height: 50px;
    padding: 10px 2px 10px 30px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    color:#ffffff;
    font-size: 14px;
}
.index-items-cont .contjj-adlst li:first-child .contjj-adlst-updiv {
    width: 430px;
}

.cont-nopad li span {
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 10px 20px;
    width: 100%;
    height: 40px;
    position: relative;
    font-size: 12px;
    text-align: left;
    line-height: 26px;
    color: #fff;
}
.cont-nopad li a:hover span{
    background: #0075bd;
}
/*Links Widget*/
.links-widget{
    position: relative;
    text-align: left;
    margin-top: 4px;
}
.links-widget .index-items-top {
    padding: 2px 0 0px 0;
    overflow: hidden;
    border-bottom: solid 1px #d9dadb;
}
.links-widget .index-items-top h3{
    float: left;
    padding: 0 5px 25px 0;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    border-bottom: solid 2px #FFCC00;
    width:130px;
}
.links-widget .list li {
    float: left;
    position: relative;
    padding: 5px 15px 5px 0;
    line-height: 1em;
}

.links-widget .list li a {
    position: relative;
    display: inline-block;
    line-height: 25px;
    color: #CCC;
}

.links-widget .list li a:hover {
    color: #ffd105;
}
/* 底部样式 */
.foot-column{
    width:24%;
    float: left;
    padding:10px 10px;
}
.foot-column .foot-column-cont{
    padding: 0px;
}
.foot-column-cont .title-container {

}
.foot-column-cont .links-title {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}
.foot-column-cont ul {
    margin-left: 0;
    margin-bottom: 10px;
    flex-direction: column;
    flex-wrap: nowrap;
}

.foot-column-cont .card-link {
    margin-bottom: 5px;
    max-width: fit-content;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #cbcbcb;
    line-height: 20px;
}
.foot-column-cont .card-link:first-child {
    margin-top: 5px;
}
.foot-column-cont .card-link a {
    height: auto;
    padding: 0;
    border: none;
    color: #cbcbcb;
}

.content-list{
    padding: 10px 10px 0px 10px;
    margin:10px 0px 0px 10px;
}

.single-header {
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

.single-header h2 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
}

.single-header .single-meta {
    overflow: hidden;
    padding: 10px;
    color: #999
}

.single-header div {
    display: inline-block;
    margin-right: 10px
}

.single-meta span {
    padding-left: 5px;
}

.single-meta .crumbs {
    line-height: 36px
}

.entry-header {
    padding: 5px 5px;
    margin: 5px;
    min-height: 35px;
    border-bottom: 1px dashed #dddddd;
}

.entry-meta {
    overflow: hidden;
    border-bottom: #eee 1px solid;
    margin-bottom: 10px
}

.entry-meta h2 {
    minwidth: 100px;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: #FFCC00 2px solid
}

.entry-meta p {
    clear: both;
    color: #999;
    margin-top: 15px
}

.crumbs a, .crumbs {
    padding: 10px 0;
    color: #999
}

.entry-child {
    overflow: hidden
}

.entry-child .children {
    display: none
}

.entry-child li {
    float: left;
    margin: 0 10px 0px 0px;
}

.entry-child li a {
    padding: 3px 6px;
    display: inline-block
}

.entry-child li a:hover {
    background: #FFCC00;
    color: #fff;
}

.entry-child .cat-current a {
    color: #ffffff;
    background-color: #FFCC00;
}

.entry-header .entry-form {
    display: block;
    position: relative;
}

.entry-header .entry-left {
    float: left;
    min-width: 60px;
}

.entry-header .entry-ul {
    float: left;
}

.entry-header .entry-ul li {
    float: left;
    margin-right: 20px;
}

.entry-header .entry-form .btn {
    margin-top: 10px;
    border: 1px solid #999999;
}

.entry-content{
    margin-top: 10px;
    margin-left: 30px;
    text-align: center;
}
.entry-content video{/* video元素居中 */
    display:block;
    margin:0 auto;
}
.entry-content #mediaplayer{
    position: relative;
    width: 100%;
    height: auto;
    background: #fbfdff;
    z-index: inherit;
    text-align: center;
}
.entry-content #pdfview{
    width: 100%;
    height: 450px;
    background: #fbfdff;
}

.entry-content p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.5
}

.entry-content p strong {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.75
}

.entry-content h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 15px
}

.entry-content h2:first-child {
    margin: 0 0 15px
}

.entry-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 15px
}

.entry-content h3:first-child {
    margin: 0 0 15px
}

/*.content .entry-content a {*/
    /*color: #ed5565;*/
    /*text-decoration: none;*/
    /*font-size: 16px*/
/*}*/

.entry-content ul {
    list-style: disc;
    margin-bottom: 1rem;
    margin: 0 0 15px 40px
}

.entry-content ul li {
    list-style: disc;
    color: #31424e;
    font-size: 16px;
    line-height: 1.6
}

.entry-content blockquote {
    border-left: 5px solid #eee;
    margin: 20px;
    padding: 5px 10px;
    clear: both
}
.single-info {
    width: 100%;
    float: left;
    padding: 10px;
    color: #999;
    border-bottom: 1px dashed #ddd;
    overflow: hidden
}
#single-nav {
    padding: 5px 10px;
}
#single-nav div {
    height: 30px;
    line-height: 30px;
    overflow: hidden
}
#single-nav .nav-li {
    float: left;
    width: 48%;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;/* 被修剪的文本用省略符号取代 */
    white-space:nowrap;/* nowrap文本不会换行 */
}

.list-news {
    width: 99%;
    height: 125px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: #e9e9e9 1px solid;
}
.list-news .list-news-img {
    float: left;
    text-align: center;
}
.list-news .list-news-img img{
    text-align: center;
    width: 100%;
    height:auto;
    max-height: 120px;
}

.list-news .list-news-cont {
    height: 115px;
    float: right;
    text-align: left;
    padding-left: 10px;
    padding-right: 8px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-news .list-news-cont h3 a{
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list-news .list-news-cont a:hover{
    color:#FFCC00;
}
.list-news .list-news-cont em {
    font-style: normal;
    margin-bottom: 1px;
    display: block;
    font-size: 12px;
    color: #999;
}
.list-news .list-news-cont p {
    line-height: 22px;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.list-service {
    width: 99%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: #e9e9e9 1px solid;
}

.list-service .list-news-cont {
    float: right;
    width: 100%;
    text-align: left;
    margin-left: 3px;
    padding-left: 10px;
    padding-right: 8px;
    padding-top: 5px;
    line-height: 25px;
}
.padding_10 {
    padding: 10px;
}
.margin_10 {
    margin: 10px;
}
.margin_bottom_10 {
    margin-bottom: 10px;
}
.margin_bottom_0 {
    margin-bottom: 0px;
}
.margin_bottom_15 {
    margin-bottom: 15px;
}

.sidebar ul.menu li.current-menu-item {
    background: #781b76
}

.sidebar ul.menu li.current-menu-item a {
    font-weight: 700;
    color: #fff
}

.common_main{
    padding: 10px;
}

.common_left {
    padding: 5px 0px 5px 0px;
}

.common_left .common_left_title {
    height: 25px;
    margin: 0px 10px 5px 0px;
    padding: 0px 10px 5px 10px;
    border-bottom: 1px #cccccc solid;
}
.common_left .common_left_title h3{
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.common_left ul#menu {
    margin-top: 3px;
}
.common_left ul#menu li {
    overflow: hidden;
    padding: 0px;
    text-align: left;
    background-color: #fafafa;
    margin-bottom: 2px;
    position: relative;
}
.common_left ul#menu li.current {
    background: #dddddd;
}
.common_left ul#menu li a {
    padding-left: 20px;
    line-height: 28px;
    display: block;
    overflow: hidden
}

.common_left ul#menu li a:hover,ul#menu li a.active {
    background: #dddddd;
}

.common_right {
    height:510px;
    overflow-y: auto;
}

.common_right2 {
    min-height:250px;
}

.text-label {
    float: left;
    text-align:left;
    margin: 5px 5px 0px 0px;
}
.text-input {
    text-align:center;
    margin: 0px 5px 0px 5px;
}
.color-red{
    color:#FF0000;
}

.widget {
    padding: 5px;
    box-shadow: none;
    margin: 0px;
}

.widget-header {
    position: relative;
    min-height: 35px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .3);

    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    color: #555;
    padding-left: 12px;
    text-align: right
}

.widget-header > .widget-caption {
    line-height: 34px;
    padding: 0;
    margin: 0;
    float: left;
    text-align: left;
    font-weight: 700 !important;
    font-size: 13px;
}

.widget-body{
    padding-top:5px;
}

table {
    margin: 0px auto;
    border-collapse: collapse;
    border: 1px solid #aaa;
    width: 100%
}

table th {
    vertical-align: baseline;
    padding: 5px 15px 5px 6px;
    border: 1px solid #3f3f3f;
    text-align: left;
}

table td {
    vertical-align: text-top;
    padding: 6px 15px 6px 6px;
    border: 1px solid #aaa
}

table tr:nth-child(odd) {
    background-color: #f5f5f5
}

table tr:nth-child(even) {
    background-color: #fff
}

.layui-table-cell {
    padding: 0 2px;!important;
}
.layui-btn-container .layui-btn {
    margin-right: 5px;!important;
}
.layui-btn + .layui-btn {
    margin-left: 5px;!important;
}

.inform-header {
    padding: 5px;
    margin: 5px;
}
.inform-meta {
    margin: 5px;
    text-align: center;
    overflow: hidden;
}
.inform-meta h2 {
    padding-bottom: 5px;
    text-align: center;
    font-weight: 800;
    font-size: 20px;
    color: #404040;
    display: inline-block;
}
.inform-top .tab-wrapper, .inform-top .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tab-wrapper .tab:first-child {
    border-left: 1px solid #e1e3e6;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.tab-wrapper .tab {
    border: 1px solid #e1e3e6;
    background: #fff;!important;
    border-left: 0;
    width: 100px;
    height: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.tab-wrapper .tab-active,.tab-wrapper .tab-active a {
    color: #fff;!important;
    background: #ff6e00;
    border-color: #ff6e00!important;
    -webkit-box-shadow: -1px 0 0 0 #ff6e00;
    box-shadow: -1px 0 0 0 #ff6e00;
}

.inform-content {
    width: 100%;
    border-top: 1px solid #e1e3e6;
    margin-top: 0.6rem;
    height: calc(100vh - 8.5rem);
}

.catalog-list {
    position: absolute;
    height: calc(100vh - 8.5rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.catalog-list .level1-wrapper {
    width: 6.5rem;
    z-index: 2;
}
.catalog-list .level1-wrapper, .catalog-list .level2-wrapper {
    position: relative;
    border-right: 1px solid #e1e3e6;
    background: #fff;
    z-index: 1;
    overflow-y: auto;
    height: 100%;
}
.catalog-list-item {
    padding-left: 0.8rem;
    position: relative;
    width: 100%;
    line-height: 2.3rem;
    -webkit-transition: color .5s ease-in;
    transition: color .5s ease-in;
    border-bottom: 1px solid #e1e3e6;
}
.catalog-list .active,.catalog-list .active a {
    color: #ff6e00;!important;
}
.infcontent-list {
    position: relative;
    overflow-y: auto;
    margin-left: 5.8rem;
    height: 100%;
    width: calc(100% - 5.5rem);
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem;
}

.infcontent-list .list-item {
    width: 48.5%;
    margin-bottom: 0.2rem;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.inform-content .video-wrapper {
    display: block;
}
.inform-content .video-wrapper .list-item {
    width: 100%;
}
.infcontent-list .video-poster-wrapper {
    position: relative;
}
.infcontent-list .video-poster {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
}
.infcontent-list-item .play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 1.8rem;
    -o-object-fit: contain;
    object-fit: contain;
}
.list-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.list-item-content .banner {
    width: 100%;
    max-height: 10.5rem;
    object-fit: contain;
    object-position: bottom;
}
.list-item-content .banner img{
    width: 150px;
    max-height: 150px;
    border: #000000 1px solid;
}
.list-item-content .text-wrapper {
    text-align: center;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0.4rem 0;
}
.list-item-content .name {
    text-align: center;
    font-size:0.9rem;
    overflow:hidden;
    text-overflow: ellipsis;/* clip文本溢出时被剪切隐藏 */
    white-space:nowrap;
}
.list-item-content .text-wrapper img {
    width: 0.75rem;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 2px;
}
.list-item-content .video-poster {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
}
.list-item-content .play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 1.8rem;
    -o-object-fit: contain;
    object-fit: contain;
}
.list-item-content .video-poster-wrapper {
    position: relative;
}

.product-wrapper {
    padding: 0 0.8rem;
}
.product-wrapper .wrapper-title {
    display: block;
    text-align: center;
    color: #64a7b1;
    font-size: 20px;
    margin: 10px 0;
}
#accordion {
    padding: 0;
    margin: 0;
}
.panel-group .panel {
    line-height: 35px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
}
.panel .panel-heading {
    line-height: 35px;
}
.panel-title a {
    background: url("/template/tpl-volke/images/ico-dotr.png") right .46rem center no-repeat;
    display: block;
    text-decoration: none;
    width: 100%;
    height: 30px;
    margin: 0 auto;
    padding-bottom: 10px;
    line-height: 1.5rem;
    padding-left: 1rem;
    box-sizing: border-box;
    font-size: 1.1rem;
    font-weight: 500;
    color: #64a7b1;
}
.panel-title a:link {
    text-decoration: none;
    color: #64a7b1;
}
.panel-title a:hover, a:focus{
    text-decoration:none !important;
}
.panel-heading {
    padding: 0;
    margin: 0;
}
.panel-ul ul {
    list-style: none;
    text-decoration: none;
    width: 90%;
    margin: 0 auto;
}
.panel-ul ul li {
    width: 100%;
    border-bottom: .02rem solid #E7E7E7;
    padding-left: .62rem;
}
.panel-ul ul li a {
    height: 1.1rem;
    display: inline-block;
    line-height: 1.1rem;
    font-size: 1rem;
    font-weight: 400;
    color: #1e2728;
}
.panel-group .panel+.panel {
    margin-top: 0 !important;
}
.panel-heading {
    padding: 0 !important;
}
.wx-content {
    margin-bottom: 20px;
    padding: 5px;
    background: #ffffff;
}
.content-wrapper {
    padding: 0.5rem 0.5rem;
}
.detail-title {
    position: relative;
    font-size: 1.5rem;
    line-height: 2.5rem;
    display: inline-block;
    padding: 0 0.6rem;
}
.detail-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0.75rem;
    height: 0.75rem;
    border-left: 3px solid #ff6e00;
    border-top: 3px solid #ff6e00;
}
.detail-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(135deg,#ff6e00 98%,transparent 0);
}
.detail-content {
    margin-top: 10px;
    line-height: 25px;
    text-align: center;
}
.detail-content img{
    max-width: 100%;
}
.detail-content #pdfview{
    position: relative;
    width: 100%;
    height: 450px;
    overflow-y: auto;
}
.pdf-loading{
    position: absolute;
    top: 49%;
    left: 45%;
    background: rgba(255,255,255,0.5);
    z-index: 9;
}
.vue-office-pdf-wrapper{
    padding: 10px 0!important;
}

.single-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1;
    padding: 1.2rem 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 3px solid #f2f2f2;
}
.single-button .button-item {
    padding: 1rem 2.25rem;
}
.single-button .button-item {
    color: #fff;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    cursor: pointer;
    white-space: nowrap;
    background: #7abac9;
}

@media (max-width: 767px) {
    #header {
        height: 85px;
    }

    .header-all {
        width: 100%;
        height: 85px;
    }
    .header-all .header-logo {
        padding-top: 0px;
    }
    .header-logo .logo-url img {
        width: auto;
        height: 65px;
        margin-top: 10px;
    }
    .header-all .header-topmenu {
        height: 100%;
        /*margin-left: 265px;*/
    }
    .header-topmenu .header-topsea {
        width: 100%;
        height: 35px;
        float: left;
        margin-top: 0px;
    }

    .header-topmenu .header-menu {
        float: left;
        width: 100%;
        height: 40px;
        margin: 5px 0px 0px 0px;
        padding-top: 0px;
    }
    .navbar {
        position: relative;
        min-height: 40px;
        margin-bottom: 5px;
    }
    .navbar-default {
        background: none;
        border: none;
    }
    .navbar-default .navbar-collapse{
        width: auto;
        min-width:150px;
        float: right;
        background-color: #f8f8f8;
    }
    .navbar .navbar-nav li{
        text-align: right;
        line-height: 25px;
    }
    .navbar .navbar-nav li.dropdown{
        border-bottom: 1px solid #ddd;
    }

    #main{
        padding-top: 5px;
    }
    .index-tdaoh ul li{
        width: 100%;
        float: left;
    }
    .index-tdaoh ul li p {
        height: 340px;
        overflow: hidden;
    }
    .index-tdaoh ul li p img {
        width: 99%;
        height:auto;
        max-height: 340px;
    }
    .tdaoh-cont .cont-txt{
        height:140px;
        margin-top: 10px;
        padding:0px 10px;
    }

    /* 首页 产品转动 */
    .index-items-product .rolling-box {
        width: 93%;
        margin: 0 auto 10px;
        position: relative;
    }
    .index-items-product .rolling-box .swiper-slide{
        height: 140px;
        margin-top: 10px;
        background: #ffffff;
    }
    .index-items-product .rolling-box .swiper-slide img{
        height: 100px;
        border:1px solid #dddddd;
        text-align: center;
    }
    .index-items-product .rolling-box .swiper-slide h4{
        text-align: center;
        line-height: 25px;
        margin-top: 10px;
    }

    .index-tuij {
        padding: 10px 0px 10px 10px;
        margin-bottom: 0px;
        height: 300px;
    }
    .index-tuij .tuij-right {
        width: 100%;
        text-align: center;
        padding-right: 10px;
        position: relative;
        display: inline;
    }
    .index-tuij .tuij-right video{
        width: auto;
        height: 280px;
        padding-top: 10px;
    }
    .index-tuij .tuij-right img {
        width: 100%;
        height: auto;
    }

    .index-items-cont .contjj-adlst {
        width: 100%;
        min-height: 60px;
        padding: 0px 10px 20px 0px;
        text-align: left;
        border-bottom: 1px solid #dddddd;
    }

    .index-items-cont .contjj-adlst li {
        float: left;
        width: 100%;
        height: 30px;
    }

    .index-items-cont .contjj-adlst li a {
        list-style: disc;
    }

    .index-items-cont .contjj-adlst li img {
       display: none;
    }

    .index-items-cont .contjj-adlst li .contjj-adlst-updiv {
        width: 100%;
        position: relative;
        background: none;
        color: #42b4e6;
        font-size: 14px;
        line-height: 25px;
        list-style: disc;
    }
    .index-items-cont .contjj-adlst li:first-child .contjj-adlst-updiv {
        width: 100%;
    }

    .prodart-ctop{
        width: 99%;
        margin: 0px 0px 10px 5px;
        padding-right: 10px;
    }
    .prodart-ctop .prodart-ctop-img {
        height: 350px;!important;
    }
    .prodart-ctop .prodart-ctop-img .jqzoom img{
        margin-top: 0px;
        height:350px;
    }

    .spec-preview {
        width: 350px;
        height: 350px;
        border: 1px solid #DFDFDF;
    }

    .prodart-crgt h4 {
        color: #333;
        font-size: 22px;
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 30px;
    }
    .prodart-crgt .prodart-desc{
        margin-top: 10px;
        height: 150px;
        overflow: hidden;
    }
    .prodart-crgt .prodart-desc span{
        width: 100%;
        font-size: 14px;
        line-height: 25px;
        color:#42b4e6;

    }
    .prodart-crgt .prodart-desc .desc-txt {
        font-size: 14px;
        line-height: 22px;
        width: 100%;
        color: #333;
    }
    .prodart-crgt .prodart-link{
        font-size: 16px;
    }
    .prodart-crgt .prodart-link a{
        margin-right: 30px;
        font-size: 16px;
        color:#42b4e6;
    }

    /* 底部样式 */
    .foot-column{
        width:48%;
        float: left;
        padding:10px 10px;
    }
}
@media (max-width: 600px) { /* 手机端页面css */
    .header-logo .logo-url img {
        width: auto;
        height: 60px;
        margin-top: 10px;
    }

    #main{
        padding-top: 5px;
    }

    .index-tdaoh ul li{
        width: 100%;
        float: left;
    }
    .index-tdaoh ul li p {
        height: 250px;
        overflow: hidden;
    }
    .index-tdaoh ul li p img {
        width: 98%;
        height:auto;
        max-height: 260px;
    }
    .tdaoh-cont .cont-txt{
        height:130px;
        margin-top: 10px;
        padding:0px 10px;
    }

    .index-items-product .rolling-box {
        width: 93%;
        margin: 0 auto 10px;
        position: relative;
    }
    .index-items-product .rolling-box .swiper-slide{
        height: 110px;
        margin-top: 10px;
        background: #ffffff;
    }
    .index-items-product .rolling-box .swiper-slide img{
        height: 65px;
        border:1px solid #dddddd;
    }

    .index-tuij {
        padding: 10px 0px 10px 10px;
        margin-bottom: 0px;
        height: 210px;
    }
    .index-tuij .tuij-right video{
        width: auto;
        height: 185px;
        text-align: center;
        padding-top: 10px;
    }

    #single-nav .nav-li {
        float: left;
        width: 100%;
    }

    .single-relat .rolling-box .swiper-slide img {
        height: 60px;
        width: auto;
        max-width: 80px;
    }

    .single-relat .rolling-box .swiper-slide h4 {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size:12px;
        overflow: hidden;
        text-overflow: ellipsis;/* ellipsis被修剪的文本用省略符号取代 */
        white-space: normal;/* nowrap文本换行 */
        word-break: break-word;
    }

    .indust-list {
        padding: 5px 5px;
        margin: 0px 5px;
    }

    .indust-list ul li {
        width: 155px;
        max-height: 155px;
        margin: 10px 5px 10px 10px;
        padding:0px;
        font-size: 12px;
    }
    .indust-list ul li img {
        height: 145px;
        max-height: 100%;
    }

    .indust-list ul li a {
        display: block;
        padding: 10px;
        background: #fff;
    }

    .indust-list .text-line {
        background: linear-gradient(135deg,#7abac9 92%,#fff 0);
        text-align: center;
        color: #fff;
        font-size: 1.2rem;
        width: 100%;
        line-height: 1.5rem;
        position: relative;
    }
    .indust-list .text-line:after {
        content: "";
        background: url("/template/tpl-volke/images/ico-jiant1.png") no-repeat 50%/contain;
        width: .3rem;
        height: .3rem;
        position: absolute;
        right: .1rem;
        bottom: .1rem;
    }

}<!--耗时1753873281.5267秒-->