﻿.min-container {
    margin: 0 auto;
    min-width: 100%;
}
.container {
    margin: 0 auto;
    width: 100%;
}
.version{
    text-align:right;
}
.version .container{
    padding-right:2%;
    box-sizing:border-box;
}
.pull-left.logo{
    float:left;
}
.logo {
    padding: 25px 0 19px 15px;
    width: 68px;
    height: 55px;
}
.logo img{
    width: 68px;
    height: 55px;
}
.headname{
    display:none;
}
.headname2 {
    float: left;
    padding: 39px 0 0 5px;
    width: 150px;
    height: 34px;
}
.headname2 img{
    width: 150px;
    height: 34px;
}
.code {
    display:none;
}
.head-con{
    display:none;
}
.header-right {
    float: right;
    padding: 35px 15px 0 0;
}
.theme-search {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 38px;
    height: 38px;
    text-align: center;
    background: url(/images/sou-02.png) no-repeat center;
    border: none;
    border-radius: 0;
}
.search {
    z-index: 999999999;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 96%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    background: #fff;
    padding: 30px 20px;
    box-sizing:border-box;
}
.theme-poptit {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: #041b33;
    text-align: center;
    display: block;
}
.theme-poptit .close {
    color: #fff;
    font-size: 26px;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    line-height: 30px;
    text-shadow: none;
    display: block;
}
.search .pull-left{
    width: 100%;
    height: 38px;
    border: 1px solid #cccccc;
    -moz-border-radius: 18px;
    -webkit-border-radius: 19px;
    border-radius: 19px;
    overflow: hidden;
}
.keyword {
    width: 98%;
    height: 36px;
    background: transparent;
    color: #808080;
    float: left;
    padding-left: 15px;
    line-height: 36px;
    background: #fff;
    font-size: 14px;
    border: none;
}
.btnSearch {
    position: absolute;
    width: 70px !important;
    line-height: 36px !important;
    height: 36px !important;
    top: 30px;
    right: 18px;
    cursor: pointer;
    text-align: left;
    color: #fff;
    background: url(/images/sou.png) no-repeat center;
    text-transform: uppercase;
    border:none !important;
}
.mobnav-btn {
    display: inline-block;
    width: 35px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    margin-left: 5px;
}
.mobnav-btn.g_close span { opacity: 0; }
.mobnav-btn.g_close span:first-child { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); top: 17px; opacity: 1; }
.mobnav-btn.g_close span:last-child { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 17px; opacity: 1; }
.mobnav-btn span { top: 50%; margin-top: -2px; }
.mobnav-btn span:first-child { content: ""; top: 6px; left: 0; }
.mobnav-btn span:last-child { content: ""; top: auto; bottom: 5px; left: 0; }
.mobnav-btn span, .mobnav-btn span:first-child, .mobnav-btn span:last-child, .mobnav-btn .mobnav-btn { left: 5px; position: absolute; background: #070707; -webkit-transition: all 0.5s ease; width: 27px; height: 2px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
.navbg{
    position:relative;
}
.navigation {
    background-color: #85c882;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}
.nav {
    border-bottom: 1px solid #898989;
    padding: 0 15px;
    font-size: 16px;
}
.nav a {
    display: block;
    padding: 10px 0;
}
.categorys {
    position: relative;
    width: 100%;
    background-color: #fff;
}
.categorysTitle {
    background-image: url(/images/sortname.png);
    background-repeat:no-repeat;
    padding-left: 44px;
    height: 36px;
    line-height: 36px;
    font-size: 21px;
    font-weight: bold;
    color: #7da37b;
    box-sizing:border-box;
}
.categorysCon {
    display: none;
    position: absolute;
    background-color: #FFF;
    width: 100%;
    max-height: 230px;
    overflow-y: scroll;
}
.categorysCon .item {
    padding: 0 10px;
    background-image: url(/images/categorys.jpg);
    background-repeat: no-repeat;
    background-position: 95% 7px;
    width: 100%;
    line-height: 23px;
    color: #4a4a4a;
    cursor: pointer;
    box-sizing: border-box;
}
.categorysCon .itemParent {
    width: 100%;
    height: 23px;
    line-height: 23px;
    border-bottom: 1px solid #e6e8eb;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.categorysCon .itemSon {
    display: none;
}
.categorysCon .itemSon a{
    color:#4a4a4a;
}
.categorysCon .sitem {
    padding-left:10px;
    width: 100%;
    height: 23px;
    line-height: 23px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #e6e8eb;
    box-sizing:border-box;
}
.poster {
    margin: 0 auto;
    width: 100%;
}
.rightad .font {
    float: left;
    width: 33.33%;
    margin-bottom: 15px;
}
.poster img,.rightad img{
    width:100%;
}
#pnlMulti{
    display:none;
}
/*推荐产品*/
.command {
    width:100%;
}
.recpro.pull-left{
    float:left;
}
.recpro {
    padding: 1vw 1% 5vw;
    width: 50%;
    box-sizing: border-box;
}
.recpimg {
    width:100%;
}
.recpimg img{
    width:100%;
    height:36vw;
}
/*最新产品*/
.newpro.pull-left{
    float:left;
}
.newpro {
    padding: 1%;
    width: 50%;
    box-sizing: border-box;
}
.newpimg {
    width:100%;
}
.newpimg img{
    width:100%;
    height:36vw;
}
/*关于我们*/
.aboutimg {
    padding: 10px 0;
    width: 100%;
}
.aboutimg img{
    width: 100%;
}
.aboutcon {
    padding: 0 15px 10px 15px;
    width: 100%;
    font-size: 15px;
    color: #262626;
    line-height: 22px;
    box-sizing:border-box;
}
.aboutcon p{
    text-indent:2em;
}
.relation {
    width: 100%;
    padding-bottom: 37px;
}
.relation img{
    width: 100%;
}
/*联系我们*/
.contact {
    margin:0 auto;
    padding:20px 0 20px;
    width:96%;
    line-height: 38px;
    color: #686868;
    font-size:16px;
}
.weltitle {
    font-size: 24px;
    color: #0a1010;
    line-height:24px;
    font-weight:bold;
}
.welcon{
    font-size:12px;
    line-height:12px;
    color: #c8c8c8;
}
.email{
    margin-top:20px;
    padding-left:40px;
    background-image:url(/images/email.png);
    background-repeat:no-repeat;
    background-position:0 center;
}
.fax {
    padding-left: 40px;
    background-image: url(/images/fax.png);
    background-repeat: no-repeat;
    background-position: 0 center;
}
.tel {
    padding-left: 40px;
    background-image: url(/images/tel.png);
    background-repeat: no-repeat;
    background-position: 0 center;
}
.website {
    padding-left: 40px;
    background-image: url(/images/web.png);
    background-repeat: no-repeat;
    background-position: 0 center;
}
.add {
    padding-left: 40px;
    background-image: url(/images/add.png);
    background-repeat: no-repeat;
    background-position: 0 center;
}
/*反馈*/
.feedback {
    padding: 15px;
}
.feedback .pull-left {
    margin-bottom:15px;
    width: 100%;
}
.feedback .pull-left input{
    padding:0 15px;
    width: 100%;
    height:50px;
    color:#cccccc;
    border:1px solid #919191;
    box-sizing:border-box;
}
.feedback .pull-left img{
    height:50px;
}
.feedback .pull-left a img{
    border:none;
}
.textbox {
    padding: 0 0 15px;
    width: 100%;
    font-size: 0;
    line-height: 0;
    box-sizing: border-box;
}
.textbox textarea{
    padding:15px;
    width:100%;
    line-height:50px;
    border:1px solid #919191;
    box-sizing: border-box;
}
.submit {
    line-height: 50px;
}
.submit input{
    background-color: #fe771d;
    border:none;
    font-size:18px;
    border-radius:16px;
    color:#fff;
    width:120px;
    height:35px;
    vertical-align:middle;
}
/*产品列表*/
.main{
    padding-bottom:30px;
}
.maintitle {
    margin:0 auto;
    width:96%;
    line-height:30px;
    color: #2e3e3d;
    font-size: 24px;
    font-weight: bold;
}
.cbp-vm-options .pull-left{
    display:none;
}
.inquire{
    float:right;
    margin-bottom:8px;
}
.products {
    width: 100%;
}
.pro {
    float: left;
    padding: 1%;
    width: 50%;
    box-sizing: border-box;
}
.pimg {
    width: 100%;
}
.pimg img{
    width:100%;
    height:36vw;
    border:none;
}
/*详情*/
.huohao {
    padding-left: 43px;
    font-size: 18px;
    line-height: 30px;
    border-bottom: 1px solid #e0e0e0;
}
.huohao span{
    font-family:Arial;
}
.category {
    background-color: #f8f8f8;
    padding-left: 43px;
    font-size: 18px;
    line-height: 30px;
    border-bottom: 1px solid #e0e0e0;
}
.pic {
    margin:10px 0;
    width: 100%;
    border: 1px solid #a6a6a6;
    box-sizing:border-box;
}
.pic img{
    width:100%;
}
.param {
    margin:0 auto;
    width:92%;
    color: #818181;
    line-height: 26px;
}
/*询盘*/
.selectTitle, .selectCon {
    width: 100%;
}
.selectTitle .itemNo, .selectCon .itemNo {
    float: left;
    width: 19%;
    height: 24px;
}
.selectTitle .itemName, .selectCon .itemName {
    float: left;
    width: 25%;
    height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}
.selectTitle  .itemUnit, .selectCon .itemUnit {
    float: left;
    width: 19%;
    height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}
.selectTitle  .itemQty, .selectCon .itemQty {
    float: left;
    width: 19%;
    height: 24px;
    text-align:center;
}
.selectTitle  .itemSelect, .selectCon .itemSelect {
    float: left;
    width: 18%;
    height: 24px;
    text-align:center;
}
.groupbtn{
    margin:0 auto;
    padding:16px 0;
    width:100%;
}
.selbutton {
    float: left;
    width: 25%;
    text-align: center;
}
.bcontent .line .pull-left, .bcontent .mulline .pull-left {
    float: left;
}
.bcontent .line .pull-right, .bcontent .mulline .pull-right {
    float: right;
}
/*提交*/
.mtitle{
    margin:0 auto;
    padding:4px;
    width:100%;
    line-height:16px;
    box-sizing:border-box;
}
.mcontent {
    margin: 4px auto 17px;
    background-color: #33CCFF;
    width: 100%;
    border: 1px solid #FF6600;
    box-sizing: border-box;
}
.subTitle{
    color:#fff;
    line-height:20px;
}
.subTitle .itemNo {
    float: left;
    text-align:center;
    width: 20%;
    height:20px;
    border: 1px solid #FF6600;
    box-sizing: border-box;
}
.subTitle .itemName {
    float: left;
    text-align:center;
    width: 50%;
    height:20px;
    border: 1px solid #FF6600;
    box-sizing: border-box;
}
.subTitle .itemUnit {
    float: left;
    text-align:center;
    width: 15%;
    height:20px;
    border: 1px solid #FF6600;
    box-sizing: border-box;
}
.subTitle .itemQty {
    float: left;
    text-align:center;
    width: 15%;
    height:20px;
    border: 1px solid #FF6600;
    box-sizing: border-box;
}
.subCon {
    line-height: 35px;
}
.subCon .itemNo {
    float: left;
    text-align:center;
    width: 20%;
    height:35px;
    border: 1px solid #FF6600;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}
.subCon .itemName {
    float: left;
    text-align:center;
    width: 50%;
    height:35px;
    border: 1px solid #FF6600;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.subCon .itemUnit {
    float: left;
    text-align:center;
    width: 15%;
    height:35px;
    border: 1px solid #FF6600;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.subCon .itemQty {
    float: left;
    text-align:center;
    width: 15%;
    height:35px;
    border: 1px solid #FF6600;
    box-sizing: border-box;
}
.bcontent {
    margin: 0 auto;
    border-top: 7px solid #66CCFF;
    border-bottom: 7px solid #66CCFF;
    padding:1px 0;
    width: 100%;
    background-color: #f6f6f6;
    box-sizing:border-box;
}
.bcontent .line,.bcontent .mulline{
    border-bottom:1px solid #fff;
}
.bcontent .line .pull-left{
    background-color:#33CCFF;
    text-align:right;
    width:20%;
    line-height:28px;
    color:#fff;
}
.bcontent .line .pull-right{
    padding:0 5px;
    width:80%;
    height:28px;
    box-sizing:border-box;
}
.txtorder {
    width: 100%;
    height: 19px;
    vertical-align: top;
}
.bcontent .mulline .pull-left{
    background-color:#33CCFF;
    text-align:right;
    width:20%;
    line-height:72px;
    color:#fff;
}
.bcontent .mulline .pull-right {
    padding: 0 5px;
    width: 80%;
    height: 72px;
    box-sizing: border-box;
}
.bcontent .mulline .pull-right textarea{
    width:100%;
    height:66px;
    vertical-align:top;
}
.mbutton {
    margin: 0 auto;
    padding-top:4px;
    padding-left:20%;
    width: 100%;
    height:33px;
    box-sizing:border-box;
}
/*新闻动态*/
.newslist {
    padding:15px;
}
.news{
    width:100%;
    line-height:30px;
    font-size:16px;
}
.news .pull-left{
    float:left;
    background-image: url(/images/lsort.png);
    background-repeat: no-repeat;
    background-position: 9px 9px;
    padding-left:29px;
    width:70%;
    box-sizing:border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news .pull-right{
    float:right;
    width:30%;
}
.news a{
    color:#000;
}
#view_title {
    padding:15px;
    width:100%;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #a1a1a1;
    box-sizing:border-box;
}
#view_content {
    padding: 15px;
    width: 100%;
    line-height: 20px;
    color: #a1a1a1;
    box-sizing: border-box;
}
#viewbar {
    padding: 20px 15px;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    box-sizing: border-box;
}
#viewbar a{
    color:#a1a1a1;
}
/*底部*/
.footer {
    display: none;
}
.copyright {
    padding:7px 0;
    background-color: #a0a0a0;
    color: #fff;
    font-size: 13px;
}
.copyright span{
    font-family:Arial;
}
.copyright .inline{
    text-align:center;
    line-height:20px;
}
.copyright a{
    color:#FFF;
}
.qcode{
    padding:5px 0;
}
.qcode img{
    display:block;
    margin:0 auto;
    font-size:inherit;
    width:100px;
}
.service,.serviceB, #service {
    display: none;
}
/*-back-top-*/
.toTop {
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 999999;
    width: 50px;
    height: 50px;
    transition: all 0.3s ease 0s;
    -moz-border-radius: 25px;-webkit-border-radius: 25px;border-radius:25px;
    filter: alpha(opacity: 80);
    opacity: 0.8; 
    display:none;
}
.toTop img{width: 100%;height: auto;}
