@charset "utf-8";
.minhight .headline h1{ font-size: 25px;}
.locont{ color:#222}
.locont table tr.firstRow th {
        border-top-width: 2px;
    }
    
    .locont th {
        border-top: 1px solid #BBB;
        background-color: #F7F7F7;
    }
    
    .locont td, .locont th {
        padding: 5px 10px;
        border: 1px solid #DDD;
    }

.proki .row{ display: flex; flex-wrap: wrap;}
.prolistindextext2 .content li {
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}

.prolistindextext2 .content li a {
    padding: 10px;
    color: #333;
    border: solid 1px #ddd;
    border-radius: 5px;
    line-height: 15px;
    position: relative;
}
.prolistindextext2 .content li a:hover{ border-color: #1f69ad; color: #1f69ad;}
.prolistindextext2 .content li a:before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #646464;
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
}

.prodlist-pro-inquire .inquire {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: url(../images/ico.png) no-repeat 0px -42px;
    display: block;
}

.prodlist-pro-inquire.fix:after {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    content: ".";
}

.prodlist-pro-inquire {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background-color: #1f69ad;
    position: absolute;
    top: 0;
    right: 0;
    transition: .3s all ease-in-out;
    -webkit-transition: .2s all ease-in-out;
}

.proki .prolistitem:hover .prodlist-pro-inquire {
    background: #222;
}

.prolistitem .learnmore {
    display: block;
    width: 100%;
    position: relative;
    background: #ddd;
    color: #1f69ad;
    transition: .3s all ease-in-out;
    -webkit-transition: .2s all ease-in-out;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.prolistitem .learnmore:after {
    content: ' ';
    position: absolute;
    left: -100%;
    width: 100%;
    top: 0;
    height: 100%;
    background: #1f69ad;
    transition: .3s all ease-in-out .2s;
    z-index: -1;
}

.proki .prolistitem:hover .learnmore:after {
    left: 0;
    transition: .3s all ease-in-out;
    -webkit-transition: .2s all ease-in-out;
}

.proki .prolistitem:hover .learnmore a {
    color: #fff;
}

.prolistitem .learnmore a {
    font-size: 18px;
    color: #222;
    font-family: initial;
}

.proki {
    margin-left: -15px;
    margin-right: -15px;
}

.menuheader {
    border: none;
    display: block;
    padding: 14px 0 0;
    position: relative;
}

.menuheader p {
    font-size: 18px;
    color: #323232;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 10px;
    font-family: Gilroy-SemiBold;
}

.menuheader p em {
    color: #1f69ad;
    font-style: normal;
}

.menuheader p:before {
    position: absolute;
    background: #1f69ad;
    width: 40px;
    height: 3px;
    content: "";
    left: 0;
    bottom: 0;
}

.sidemenu li a {
    padding: 8px 3px;
    display: block;
    color: #333;
    padding-left: 20px;
}

.nyleft.sidemenu li a {
    padding: 8px 0 8px 0px;
    color: #333;
}

.nyleft.sidemenu li:hover {
    background: none;
}

.nyleft.sidemenu li:hover a {
    color: #222;
}

.sidemenu {
    margin-bottom: 20px;
    font-size: 14px;
}

.sidemenu li {
    position: relative;
    border-bottom: 1px solid #ddd;
}

.sidemenu li:nth-child(4n+0) {
    margin-right: 0;
}

.sidemenu li span {
    position: absolute;
    top: 7px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color:#A4D0E9
}

.sidemenu .ul0 ul {
    padding: 0 5px;
    display: none;
}

.sidemenu li ul li {
    width: 100%;
    float: none;
    word-break: break-all;
}

.sidemenu.hotpro ul li {
    background: #fff;
    list-style: none;
    margin-bottom: 10px;
    transition: all .5s;
    padding: 10px;
    margin-bottom: 15px;
    border: 2px solid #eee;
    position: relative;
}

.sidemenu.hotpro ul li:before {
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
}

.sidemenu.hotpro ul li:after {
    border-left: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
}

.sidemenu.hotpro ul li:before,
.sidemenu.hotpro ul li:after {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    transition: all .5s;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.sidemenu.hotpro ul li:hover:before,
.sidemenu.hotpro ul li:hover:after {
    border-color: #1f69ad;
    transform: scale(1);
    -webkit-transform: scale(1);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.sidemenu.hotpro ul li .image {
    float: left;
    width: 40%;
    transition-duration: 0.6s;
    transition-timing-function: ease-out;
    overflow: hidden;
    position: relative;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    position: relative;
    z-index: 10;
}

.sidemenu.hotpro ul li .image a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5;
}

.sidemenu.hotpro ul li .image img {
    max-width: 100%;
    height: auto;
    display: block;
    position: relative;
    -webkit-transition: all var(--transition-time, 800ms);
    -o-transition: all var(--transition-time, 800ms);
    transition: all var(--transition-time, 800ms);
}

.sidemenu.hotpro ul li:hover {
    background: #fff;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
    transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
}

.sidemenu.hotpro ul li .main {
    width: 60%;
    float: left;
    padding-right: 10px;
    position: relative;
    z-index: 10;
}

.sidemenu.hotpro ul li .title {
    font-size: 14px;
    line-height: 16px;
    max-height: 72px;
    display: block;
    overflow: hidden;
    font-family: Gilroy-SemiBold;
    margin: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.sidemenu.hotpro ul li .page_more {
    display: inline-block;
    color: #1f69ad;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Gilroy-SemiBold;
    vertical-align: middle;
    margin-top: 8px;
    padding-left: 0;
}

.sidemenu.hotpro ul li:hover a {
    color: #333;
}

.headline {
    display: block;
    margin: 16px 0 0px 0;
    position: relative;
}
.curcontent{ margin-bottom: 30px;}
.headline h1 {
    color: #222;
    margin: 0 0 15px 0;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
}

.minhight {
    min-height: 420px;
}

.thumbnail-style {
    margin-bottom: 20px;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.thumbnail-style {
    border-color: #ccc;
    height: 300px;
}

.thumbnail-style img {
    max-width: 100%;
    height: auto;
}

.productgroup .thumbnail-style img {
    max-width: 260px;
}

.greenboxtext a:link,
.greenboxtext a:visited {
    background-color: #e8e8e8;
    padding: 10px 0;
}

.greenboxtext {
    margin: 0;
}

.greenboxtext a {
    display: block;
    background: #008a5f;
    color: #222;
    padding: 5px 0;
    text-align: center;
    margin: 0;
}

.thumbnail-style:hover .propicarea {
    border-color: #1f69ad;
}

.thumbnail-style:hover .greenboxtext a {
    background: #1f69ad;
    color: #fff;
}

.thumbnail-style:hover .propicarea span {
    border-color: #1f69ad;
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    filter: alpha(opacity: 100);
}

.brandtitlecontainer {
    margin-bottom: 20px;
}

p.producttitle,
.producttitle {
    color: #008a5f;
    font-weight: 600;
    line-height: 1.8rem;
    margin-top: 8px;
    font-size: 16px;
}

.prdtdetails {
    text-align: right;
}

.prdtdetails a {
    color: #008a5f;
    border-bottom: 4px solid #999;
    padding: 5px;
}

.productImg {
    text-align: center;
}

.productgroup {
    border-bottom: 1px solid #cccccc;
    padding-top: 15px;
    padding-bottom: 25px;
}

.productImg a img {
    height: 260px;
}

.searchkng {
    width: 100%;
    float: left;
    display: inline-flex;
    margin-bottom: 20px;
    margin-top: 10px;
}

.searchkng .xljksf {
    border: 1px solid #ddd;
    height: 35px;
    width: 100px;
}

.searchkng input {
    border: 1px solid #ddd;
    height: 35px;
}

.searchkng .subleftMain {
    width: 80px;
    background: #008a5f;
    border: 0;
    color: #FFFFFF;
}

.searchkng .tkjies {
    padding-left: 3px;
    width: 100%;
    border-left: none;
}

.searchkng .subleftMain:hover {
    background: #03c186;
}

.searchcer {
    width: 100%;
    margin-bottom: 20px;
}

.tojscx {
    width: 100%;
    display: inline-flex;
}

.tojscx .sgtileft {
    display: inline-flex;
}

.tojscx input {
    border: 1px solid #ddd;
    height: 35px;
    padding-left: 3px;
    width: 43px;
}

.sgtileft span {
    font-weight: bold;
    line-height: 35px;
    margin-right: 5px;
}

.tojscx div+div {
    margin-left: 5px;
}

.sgtileft .subleftMain {
    width: 100%;
    background: #008a5f;
    border: 0;
    color: #FFFFFF;
}

.seloui {
    display: table;
    float: left;
    width: 100%;
}

.seloui .subleftMain {
    width: 45px;
    background: #008a5f;
    border: 0;
    color: #FFFFFF;
    float: right;
    height: 35px;
    margin-left: 10PX;
}

.seloui .subleftMain:hover {
    background: #03c186;
}

.sgtilefta {
    float: left;
}

.sgtilefta a {
    line-height: 35px;
    color: #333333;
    font-weight: bold;
}

.sgtilefta a:hover {
    color: #03c186;
}

.inner-r {
    float: right;
    width: 100%;
}

.jq-zoom {
    width: 510px;
    float: left;
    position: relative;
}

.jqzoom {
    width: 500px;
    height: 450px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-btn>span {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 215px;
    left: 0;
    z-index: 11;
    cursor: pointer;
}

.pro-btn .next {
    right: 0;
    left: auto;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.pro-info-con h1 {
    font-size: 24px;
    color: #141414;
    padding-bottom: 20px;
}

.pro-info-con {
    float: right;
    width: calc(100% - 560px);
}

.pro-info-con .btns {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.pro-info-con .LayImAhrefNode,
.pro-info-con .btns>div,
.pro-info-con .sendInquiry {
    font-size: 16px;
    display: flex;
    display: -webkit-flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    text-align: center;
    background: #18315a;
    border-radius: 3px;
    width: 45%;
    margin-right: 5%;
    float: left;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.pro-info-con .btns>div {
    background: #fff;
    border: 1px #d2d2d2 solid;
    position: relative;
}

.pro-info-con .btns>div:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #18315a;
}

.pro-info-con .btn>div a {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.searchbutton {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.searchbutton ul.abcomit li {
    float: left;
    margin-right: 20px;
}

.searchbutton ul.abcomit li a {
    background: #8F8F8F;
    padding: 10px 10px;
    text-align: center;
    color: #FFFFFF;
    display: table;
    font-size: 16px;
}

.searchbutton ul.abcomit li a:hover {
    background: #545454;
}

.listslsj {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

#sjtable th {
    text-align: center;
    color: #333333;
    background: #cacaca;
}

.table-qit .table th {
    vertical-align: middle;
    padding: 8px;
}

#sjtable td {
    white-space: nowrap;
    text-align: center;
}


/************分页样式******************/

.pagerBox {
    font-size: 12px;
    height: 55px;
    text-align: center;
    margin-top: 20px;
}

.pagelist {
    padding: 10px 0;
}

.pagelist span,
.pagelist a {
    border-radius: 3px;
    border: 1px solid #dfdfdf;
    display: inline-block;
    padding: 5px 12px;
}

.pagelist a {
    margin: 0 3px;
}

.pagelist span.current {
    background: #008a5f;
    color: #FFF;
    border-color: #E3E5E6;
    margin: 0 2px;
}

.pagelist a:hover {
    background: #008a5f;
    color: #FFF;
    border-color: #E3E5E6;
}

.pagelist label {
    padding-left: 15px;
    color: #999;
}

.pagelist label b {
    color: red;
    font-weight: normal;
    margin: 0 3px;
}


/******************************/

.sszsdf:hover {
    background: #c8ffee;
}

.alefts {
    position: absolute;
    top: 100px;
    left: -35px;
    background: #008a5f;
    padding: 3px 10px;
    color: #FFFFFF;
    font-size: 20px;
    cursor: pointer;
}

.arights {
    position: absolute;
    top: 100px;
    right: -35px;
    background: #008a5f;
    padding: 3px 10px;
    color: #FFFFFF;
    font-size: 20px;
    cursor: pointer;
}

.pro-detaile {
    width: 100%;
}

.pro-name {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
}

.pro-name h3 {
    display: table;
    margin: 0;
    background: #8f8f8f;
    padding: 10px;
    color: #FFFFFF;
    font-size: 16px;
}

.pro-detaile img {
    max-width: 100%;
}

.ditpro {
    width: 100%;
    margin-bottom: 35px;
}

.ditpro .lix {
    width: 455px;
    display: flex;
    padding: 7px 0;
    align-items: center;
}

.lix span {
    float: left;
    width: 50%;
    padding-left: 10px;
}

.ditpro .lix:nth-child(odd) {
    background: #e2e2e2;
}

.lix span.xqcs {
    font-weight: bold;
}

.imgpro {
    width: 100%;
}

.imgpro img {
    margin-bottom: 20px;
    width: 290px;
}

.titbix {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-style: italic
}

.btnsb {
    background: none repeat scroll 0 0 #8F8F8F;
    border: 1px solid #8F8F8F;
    color: #FFFFFF;
    line-height: 18px;
    text-align: center;
    font-size: 13px;
    margin-right: 10px;
    padding: 5px;
}

#spanAdvancedSearchForm .text1 select {
    width: 425px;
    height: 82px;
    line-height: 30px;
    padding: 5px 0 5px 5px;
}

.kxoux {
    margin-bottom: 35px;
}

.insearch {
    text-align: center;
}

.loitit {
    font-size: 16px;
}

.liopz {
    width: 100%;
    display: table;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cancel {
    width: 80px;
    padding: 5px;
    background: #8f8f8f;
    text-align: center;
    color: #FFFFFF;
}

.loiyssu {
    width: 80px;
    padding: 5px;
    background: #8f8f8f;
    text-align: center;
    color: #FFFFFF;
    border: 0;
}

.tablebg1 {
    background-color: rgba(0, 0, 0, 0);
    border-color: #B2B2B2;
    border-style: solid;
    border-width: 1px;
    padding-left: 5px;
}

.tablebg2 {
    background-color: rgba(0, 0, 0, 0);
    border-color: #B2B2B2;
    border-style: solid;
    border-width: 1px;
    text-align: left;
    padding-left: 5px;
}


/*********************************************7.2新增caihuan*/

.navza {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
    background: #f5f5f5;
}

.navza li {
    text-align: center;
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    background: #eee;
}

.navza li.active {
    background-color: #1f69ad;
    color: #FFF;
    cursor: pointer;
}

.clear {
    clear: both;
}

.pciarealeft {
    float: left;
    width: 50%;
}

.navza li.active span:after {
    width: 0;
    height: 0;
    border-top: 10px solid #1f69ad;
    border-right: 10px solid transparent;
    content: "";
    border-left: 10px solid transparent;
    position: absolute;
    top: 28px;
    left: 30%;
}

.navza li span {
    position: relative;
}

@media (max-width: 786px) {
    .proki {
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
    }
    .pro-info-con {
        float: left;
        width: calc(100%);
    }
    .alefts,
    .arights {
        display: none;
    }
    .loiyssu {
        width: 100%;
    }
    .ditpro {
        display: block;
    }
    .ditpro .lix {
        width: 100%;
        height: 30px;
        line-height: 30px;
    }
    .pro-name h3 {
        font-size: 14px;
    }
    .pro-detaile {
        overflow: auto;
    }
    .lixbt span {
        width: 100%;
    }
    .sidemenu {
        float: left;
        width: 100%;
    }
    .tojscx input {
        width: 70px;
    }
    .clatalist1 {
        margin-bottom: 10px;
    }
}