﻿.clearfix{
    clear: both;
}
.post-container {
    background-color: #fcfcfc;
}
.post-container.bgw{
    background-color: #fff;
}
#primary {
}
#primary .site-main.con-two{
    padding-right: 15px;
    padding-left: 15px;
}
#secondary {
    padding-left: 40px;
}
a:hover{
	text-decoration: none;
}
@media screen and (max-width: 767px) {
    #secondary {
        padding-left: 0;
    }
}
#category-list article {
    margin-top: 20px;
    display: inline-block;
    border-bottom: 2px solid #ddd;
    width: 100%;
    padding-bottom: 20px;
    position: relative;
    min-height: 115px;
}
#category-list article:last-child {
    border-bottom: none;
}
#category-list .entry-content {
    color: #6e6e6e;
    margin-top: 0px;
    margin-bottom: 30px;
}
#category-list .entry-content p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#category-list .entry-content>a:hover{
    font-weight: bold;
}
#category-list .entry-content p a{
    color: #a0a0a0;
}
.post-list-image {
    width: 25%;
    float: left;
}
.post-list-image img {
    border: 2px solid #eee;
}
.post-date {
    width: 56px;
    height: 56px;
    background: #039703;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 2px;
    left: 2px;
}
.post-container #primary ul {
    /*list-style: disc;*/
    font-size: 16px;
    padding: 0 20px;
    /*margin-top: 20px;*/
    margin-bottom: 20px;
}
.post-container #primary .entry-content ul{
    padding: 0 0;
background: initial;
}
.post-container #primary ul li {
 /*   margin: 0 5px 10px 0;*/
    margin-bottom: 20px;
    background: #eeeeee;
}
.post-date-alone {
    position: static;
}
.post-date-day {
    font-size: 22px;
    font-weight: bold;
    padding-top: 10px;
    display: block;
    line-height: 22px;
}
.post-date-month {
    font-size: 12px;
    line-height: 12px;
    display: block;
    text-transform: uppercase;
}
.post-list-content {
    width: 70%;
    float: left;
    margin-left: 5%;
}
.post-list-content.full {
    width: 100%;
    float: left;
    margin-left: 0%;
}
.pub-date {
    color: #7c7c7c;
}
.post-list-content .entry-title {
    font-size: 18px;
    margin-top: 0px;
    color: #039703;
    font-weight: 400;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.site-main .type-events .post-list-content .entry-title a{
    color: #000;
    text-overflow: initial;
    white-space: initial;
    overflow: initial;
}
.site-main .type-events:hover .post-list-content .entry-title a{
    color: #039703;
}
.site-main .type-events .post-list-content .entry-meta a span{
    color:#696969;
}
.site-main .type-events:hover .post-list-content .entry-meta a span{
    color:#039703;
}
.entry-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    clear: both;
}
.entry-content {
    margin-top: 0px;
    margin-bottom: 40px;
}
.entry-content p{
   margin: 0 0 25px;
}
.entry-content label p{
   margin: 0;
}
.entry-meta {
    margin-bottom: 5px;
    font-size: 15px;
}
.entry-meta-single {
    margin-bottom: 15px;
}
.entry-meta .author {
   color: #6e6e6e;
    border-right: 1px solid;
    padding-right: 8px;
    margin-right: 5px;
}
.entry-meta .date {
   color: #6e6e6e;
    padding-right: 8px;
    margin-right: 5px;
}
.entry-cats:not(:last-child):after {
   content: ", ";
   color: #039703;
}
.post-tag:not(:last-child):after {
   content: ", ";
   color: #039703;
}
.post-tags {
    font-weight: 600;
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.post-tags i {
    color: #039703;
    font-size: 18px;
    margin-right: 5px;
}
.entry-content-link a {
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: underline;
}
.entry-footer {
    background: transparent;
}

article .attachment-post-thumbnail {
    max-width: 100%;
    height: 100%;
}

.menu li.has-children > a:before {
    color: #fff;
    content: ' ▼';
    font-size: 10px;
    vertical-align: 1px;
   }
.menu li li.has-children > a:before {
    color: #222;
    content: ' ►';
    font-size: 10px;
    vertical-align: 1px;
}

@media screen and (max-width: 991px) {
    #secondary {
        width: 100%;
        display: block;
        float: block;
    }
    #primary {
        width: 100%;
        display: block;
        float: none;
        padding-right: 0;
    }
    #primary.search-page {
        padding-left: 0;
    }
    #category-list .entry-content p {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .top-content p {
        margin: 0;
    }
    .post-list-image {
        width: 30%;
    }
    .post-list-content {
        width: 65%;
    }
    .post-date {
        width: 40px;
        height: 40px;
    }
    .post-date-day {
        font-size: 16px;
        padding-top: 6px;
        line-height: 16px;
    }
    .post-date-month {
        font-size: 8px;
        line-height: 10px;
    }
    .post-list-content .entry-title {
        clear: both;
    }
}
@media screen and (max-width: 480px) {
    .post-list-image {
        width: auto;
        margin: 0 0px 10px 0; 
    }
    .post-list-content {
        width: auto;
        float: none;
        margin: 0;
    }
}
.datasheet-img {
    text-align: center;
}
.datasheet-img img {
    max-width: 100%;
    max-height: 400px;
}
.post-container #primary .datasheet ul,
.datasheet li {
    list-style-type: none;
    padding-left: 0;
}
.datasheet li,
.datasheet span.heading {
    padding: 15px 10px;
}
.datasheet li {
    border-bottom: 1px solid #e3e3e3;
}
.datasheet-cols {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column wrap;
  margin-left: -8px; /* Adjustment for the gutter */
  width: 100%;
  align-content: space-between;
}
.datasheet-cols > ul { 
    width: 47%;
}

.datasheet span.heading {
    display: block;
    background: #e3e3e3;
    font-weight: bold;
    font-size: 18px;
}
.datasheet ul ul span.heading {
    background: none;
    border-bottom: 2px solid;
}
.datasheet .button {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 20px;
    padding: 10px 20px;
    background: #CC1517;
    color: #FFFFFF;
    vertical-align: top;
}
.pum-overlay * {
    font-weight: 500;
}
.datasheet .button.blue {
    background: #039703;
}
.datasheet .button.blue.disabled {
    background: #84afd0;
}
span.datasheet-label,
span.datasheet-value {
    display: inline-block;
    max-width: 60%;
}
span.datasheet-value {
    float: right; 
}
.download-section {
    position: relative;
}
.disabled-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 380px;
    height: 100%;
    z-index: 2;
}
@media (max-width: 767px) {
    .datasheet-cols {
        height: auto!important;
    }
    .datasheet-cols > ul {
        width: 100%;
    }
    span.datasheet-label,
    span.datasheet-value {
        display: inline-block;
        max-width: 100%;
        float: none;
    }
}
.print-logo {
    display: none;
}
@media print {
    .datasheet * {
        font-size: 1em!important;
    }
    .datasheet-cols {
        display: block!important;
    }
    .datasheet-cols ul ul {
        page-break-inside: avoid;
        display: block;
    }
    .datasheet-cols > ul {
        width: 100%;
        display: block;
        clear: both;
        position: relative;
    }
    .datasheet span.heading {
        border: 1px solid;
    }
    .datasheet li,
    .datasheet span.heading {
        padding:5px;
    }
    footer,
    #breadcrumbs,
    .header-search,
    .datasheet .buttons,
    #cookie-notice,
    .grecaptcha-badge,
    .top-site-menu,
    .site-header,
    div.related {
        display: none !important;
    }
    .datasheet .col-lg-4 {
        width: 40%;
        float: left;
    }
    .datasheet .col-lg-4 img {
        padding-right: 20px;
        width: 100%;
    }
    .datasheet .col-lg-8 {
        width: 60%;
        float: left;
        padding: 0;
        margin-left: -10px;
        margin-right: 10px;
    }
    span.datasheet-value {
        float: right;
    }
    .datasheet ul ul span.heading {
        border: none;
        border-bottom: 2px solid;
    }
    .print-logo {
        display: block;
        margin: 10px 0 20px;
        padding-bottom: 20px;
        border-bottom: 3px solid #bbb;
    }
    .print-logo img {
        width: 240px;
    }
    .entry-title {
        font-size: 30px !important;
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 0;
    }
    .iframe-container {
        display: none;
    }
    .download-section {
        display: none;
    }
    .image-wrap {
        display: inline-block!important;
    }
    .cad-toggle {
        display: none;
    }
}
.range-banner {
    color: #FFFFFF;
    background: url(../images/range-banner.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 30px 15px;
}
.line1 {
    font-size: 30px;
    margin-bottom: 15px;
}

.line2 {
    font-size: 25px;
    margin-bottom: 15px;
}
.line3 {
    font-size: 20px;
}
.range #main {
    font-size: 17px;
    line-height: 1.8;
    overflow: hidden;
}
.range h1 {
    font-size: 25px;
}
.range h2 {
    font-size: 20px;
    font-weight: bold;
}
.range .benefits p{
    margin: 0;
}
.range .benefits strong{
    font-size: 18px;
    line-height: initial;
}
.prod_box .col-md-6 h1{
    font-weight: 600;
    margin-top: 0px;
}
.post-container #primary ul.list-paddingleft-2{
    list-style-type: none!important;
    padding: 0 0px;
}
.post-container #primary ul.list-paddingleft-2 li{
    display: block;
}
.post-container #primary ul.list-paddingleft-2 li::before{
    color: #039703;
    font-size: 18px;
    float: left;
    margin-right: 5px;
    margin-top: 8px;
}
div.contain {
    max-width: 700px;
}
.range-img-wrap {
    text-align: center;
    padding-top: 45px;
}
.range-img-wrap img {
    max-width: 400px;
}
.post-container #primary ul.nav-tabs {
    border: 0;
}
.post-container #primary ul.nav-tabs,
.post-container #primary ul.nav-tabs li {
    margin-bottom: 0;
    padding-left: 0;
}
.post-container #primary ul.nav-tabs li a {
    background: #b0bac0;
    color: #FFFFFF;
    margin: 0;
    border-radius: 0;
}

.post-container #primary ul.nav-tabs>li.active>a, .post-container #primary ul.nav-tabs>li.active>a:focus, .post-container #primary ul.nav-tabs>li.active>a:hover {
    color: #FFFFFF;
    cursor: default;
    background-color: #039703;
        border: 1px solid transparent;
    border-bottom-color: transparent;
}
.range .tab-content {
    border: 1px solid #ddd;
    margin-bottom: 35px;
}
#overview .pro_content{
    padding: 15px 20px 0;
    background: #fff;
}
#overview .pro_content p{
    margin: 0 0 0px;
}
.range-list-img {
    /*padding: 15px;
    height: 260px;*/
    position: relative;
}
.range-list-img img {
   /* max-height: 100%;
    max-width: 100%;*/
   /* position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    width: 100%;
}
.range-list-item {
    text-align: center;
    margin-bottom: 30px;
}
.range-list .range-list-item .range-list-desc .title a {
   	display: block;
   	overflow: hidden;
   	/*text-overflow:ellipsis;
   	white-space: nowrap;*/
    font-size: 18px;
    font-weight: 400;
    height: 50px;
    color: #000;
}
.range-list .range-list-item:hover .range-list-desc .title a {
    color: #039703;
}
.range-list-desc p {
    margin-bottom: 10px;
    height: 80px;
}
.range-list-desc .title {
    margin-bottom: 15px;
    /*height: 56px;*/
    margin-top: 15px;
}
.range-list-item .item-wrap {
    border: 1px solid #e3e3e3;
    padding: 20px;
}
.range-list .range-list-item .range-list-desc .button-wrap a{


    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    background: #888888;
    color: #FFFFFF;
    /*font-weight: bold;*/
    text-decoration: none;
}
.range-list .range-list-item:hover .range-list-desc .button-wrap a {
    background: #039703;
}
.select2-selection__arrow {
    color: #039703;
    font-weight: bold;
       position: absolute;
    top: 4px;
    left: 10px;
    font-size: 1.5em;
}

.select2-container--custom .select2-selection.select2-selection--single {
       height: auto;
    padding: 10px 30px;
    color: #9d9d9d;
    font-size: 17px;
    border: 1px solid #e3e3e3;

}
.select2-container--custom {
    margin-bottom: 10px!important;
}
.range-banner p.narrow {
    max-width: 700px;
    margin: 0 auto;
}
.range-buttons{
margin-top: 20px;
}
.range-buttons a.range-button,
.range-buttons a.range-button:hover {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    width: 250px;
    text-align: center;
}
.range-buttons a.blue-btn,
.range-buttons a.blue-btn:hover {
    background-color: #039703;
    margin-right: 20px;
}
.range-buttons a.red-btn {
    background-color: #cd1618;
}
@media (max-width: 767px)  {
    .footer-copyright p {
        width: 100%;
    }
    .range-img-wrap img {
        max-width: 100%;
    }
}
h1 {
    font-family:"Poppins",sans-serif;
}
.range-wrap {
    max-width: 1400px;
    margin: 0 auto;
}
.tab-pane .heading {
    text-transform: uppercase;
    padding: 5px 20px;
    clear: both;
    background: #039703;
    color: #FFFFFF;
    font-weight: bold;
}
.tab-pane .sheet {
    flex: 1 0 360px;
    box-sizing: border-box;
    color: #171e42;
    padding: 4px;
    margin-left: 10px;
    margin-top: 5px;
    max-width: 94%;
    padding-left: 25px;
    position: relative;
}
.tab-pane .sheet .cad {
    position: absolute;
    left: 0;
    top: 10px;
    color: #039703;
}
.cad-notice {
    font-weight: bold;
    font-size: 0.9em;
    padding: 5px;
    border-bottom: 1px solid #e3e3e3;
}
.cad-notice .fa-cube {
    color: #039703;
}
.flex-wrap {
    display: flex;
    /*flex-direction: column;*/
    flex-wrap: wrap;
}
.sheet-id {
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 1px;
    float: left;
    color: #039703;
    padding-right: 5px;
    font-weight: bold;
}
.sheet-title {
    text-decoration: none;
}
.config-sheet .sheet-id {
    float: none;
}
.component-quantity {
    float: left;
    padding-right: 5px;
}
@media (max-width: 500px) {
    .post-container #primary ul.nav-tabs, .post-container #primary ul.nav-tabs li {
        margin-bottom: 0;
        padding-left: 0;
        font-size: 14px;
    }
}
#register-form,
#already-registered {
    display: none;
}
.select2-container {
    min-width: 280px;
}
.resource-filters .select2-container {
    min-width: 100%;
}
.resource-filters label {
    display: block;
}
.resource-meta {
    text-transform: uppercase;
    color: #797979;
}
#loading-icon {
    text-align: center;
}
.result-wrapper {
    background: #f1f1f1;
    padding: 10px 30px;
    min-height: 300px;
    margin-bottom: 35px;
}
.pum-content .error {
    color: red;
}
.resource-item {
    background: #FFFFFF;
    padding: 20px 30px;
    border: 1px solid #e3e3e3;
    margin: 20px 0;
    font-size: 17px;
    word-wrap: break-word;
}
.resource-download {
    font-weight: bold;
    text-align: right;
}
.resource-title {
    font-weight: bold;
    text-transform: uppercase;
}
.resource-list-heading {
    font-size: 17px;
    margin-bottom: 25px;
    font-weight: bold;
}
#asc, #des {
    color: #aaa;
    cursor: pointer;
    font-size: 19px;
    display: inline-block;
    margin: 2px 10px 2px 2px;
    font-weight: normal;
}
#asc.active,
#des.active {
    color: #039703;
    text-decoration: underline;
    font-weight: bold;
}
.select2-container--default .select2-selection--multiple {
     border: 1px solid #aaa!important;
     border-radius: 0!important;
     padding: 5px!important;
     margin-bottom: 10px;
}
#text-search {
    width: 100%;
    padding: 9px;
    font-size: 17px;
    padding-right: 50px;
    background: #f3f3f3;
    border: 1px solid #aaa;
}
.search-wrapper {
    position: relative;
    margin-bottom: 10px;
}
#search-icon {
        position: absolute;
    right: 0;
    top: 0;
    background: #039703;
    font-size: 20px;
    color: #FFFFFF;
    padding: 8px 13px;;
} 
.clear-wrap {
    font-size: 17px;
}
#clear-filters {
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer;
    color: #039703;
    font-weight: bold;
}
@media (max-width: 767px) {
    .resource-item,
    .clear-wrap {
        font-size: 15px;
    }
    .col-md-8.resource-listings {
        padding-left: 0;
        padding-right: 0;
    }
}
.top-content {
    margin: 0 auto;
}
.img-wrap img {
    max-width: 100%;
    max-height: 150px;
}
.search-page .img-wrap {
    text-align: center;
}
.search-page article {
    border: 1px solid #e3e3e3;
    padding: 40px 20px 20px;
    margin-bottom: 35px;
    position: relative;
    background: #FFFFFF;
}
.search-page article .post-type {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #039703;
    display: inline-block;
    padding: 5px 15px;
    font-size: 17px;
    font-weight: bold;
}
.search-page {
    max-width: 1000px;
}
.search-page article footer {
    padding-top: 10px;
}
.search-page article footer a {
    text-transform: uppercase;
    font-size: 17px;
}
.search-page h2 {
    font-size: 20px;
    font-weight: bold;
}
.search-page .page-header {
    border-bottom: 1px solid #cccccc;
}
.search-page #main {
    background: #f1f1f1;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #e3e3e3;
}
.search-submit {
    margin-top: 20px!important;
}
.no-result {
    min-height: 150px;
}
.error-404 {
    text-align: center;
    min-height: calc(100vh - 442px);
}
div.related {
    position: absolute;
    top: 0;
    right: 0;
}
div.related .select2-selection {
    padding-left: 20px;
}
@media (min-width: 992px) {
    .error-404 {
        margin-top: 50px;
    }
}
@media (min-width: 501px) {
    .error-404 .wpcf7-form .wpcf7-text {
        width: calc(100% - 180px);
        display: inline-block;
    }
    .error-404 .search-submit {
        margin-top: 15px !important;
    }
}
.wrap-404 img {
    max-height: 350px;
    max-width: 80%;
}
@media (min-width: 768px) {
    .wrap-404 img {
        margin: 20px 0;
    }
}
#main table, 
#main th,
#main td {
   border: 1px solid black;
}
#main td {
    padding: 5px;
}
.new-product-label {
    color: #CC1517;
    font-weight: bold;
    text-align: right;
}
.grecaptcha-badge {
    display: none !important;
}
.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    margin: 30px 0;
    max-width: 500px;
}
.iframe-container iframe {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
    border: 0;
}
@media (min-width: 768px) {
    .button-right {
        float: right;
    }
}
.datasheet-img-wrap {
    height: 400px;
      display: table;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.vcenter {
     display: table-cell;
  text-align: center;
  vertical-align: middle;
}
a.button.disabled {
    background: #de7172;
    cursor: default;
}
.cad-toggle {
    text-align: center;
    margin-top: 20px;
}
.cad-toggle span {
    font-size: 28px;
    display: inline-block;
    margin: 5px 7px;
    padding: 6px 14px;
    cursor: pointer;
    border-radius: 5px;
    background: #f1f1f1;
    color: #039703;
}
.cad-toggle span.active {
    border: 2px solid;
}
.image-wrap {
    text-align: center;
}
.image-wrap img {
    max-height: 300px;
}
.wpcf7-select#format {
    display: inline-block;
    width: auto;
    margin-right: 10px;
    padding: 7px;
    margin-top: 0;
    margin-bottom: 10px;
}
.wpcf7-form {
    padding: 15px 0 0;
    margin-bottom: 0;
}
#register {
    margin-top: 15px;
}
.pum-container {
    background: rgb(236, 236, 236)!important;
    border: 0px!important;
}
.datasheet-resources {
    background: #f1f2f4;
    border-top: 15px solid #039703;
    padding-top: 30px;
    padding-bottom: 30px;
}
.datasheet-resources h2 {
    text-align: center;
    text-decoration: underline;
    color: #039703;
    margin-bottom: 35px;
    font-weight: bold;
}
.datasheet-resources .resource.sheet {
    padding-left: 70px;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d4d4d4;
    margin: 0 30px;
    position: relative;
    background: url(../images/default-resource.png) no-repeat 11px center;
}
.datasheet-resources .resource.sheet.quick-start,
.datasheet-resources .resource.sheet.instruction-manual,
.datasheet-resources .resource.sheet.catalogue,
.datasheet-resources .resource.sheet.catalogue-pages,
.datasheet-resources .resource.sheet.brochure,
.datasheet-resources .resource.sheet.technical-document  {
    background: url(../images/pdf.png) no-repeat 11px center;
}
.datasheet-resources .resource.sheet.communication-table {
    background: url(../images/spreadsheet-icon.png) no-repeat 11px center;
}
.datasheet-resources .resource.sheet.product-software {
    background: url(../images/software-icon.png) no-repeat 11px center;
}
.datasheet-resources .resource.sheet > a {
    display: block;
}
.datasheet-resources .resource.sheet .title {
    display: block;
    color: #039703;
    font-weight: bold;
}
.datasheet-resources .resource.sheet .type {
    color: #000;
}
.datasheet-resources .resource.sheet .download-link {
    font-weight: bold;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 0;
}
.entry-content .family-wrap{
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}
.entry-content .family-wrap h2{
	font-size: 18px;
	margin:0;
	border: 1px solid #ddd;
	padding: 10px 30px;
    color: #9d9d9d;
    /*width: 280px;*/
    line-height: 30px;
    cursor: pointer;
}
.entry-content .family-wrap h2.sub_pro{
    width: auto;
}
.entry-content .family-wrap h2 i{
	color: #039703;
	font-size: 25px;
	margin-right: 15px;
}
.entry-content .family-wrap ul{
	display: block;
	position: absolute;
	width: 100%;
	z-index: 2;
	background: #fcfcfc;
	display: none;
}
.entry-content .family-wrap ul li{
	list-style: none;
	border: 1px solid #ddd;
	border-top: none;
}
.entry-content .family-wrap ul li a{
	line-height: 40px;
	padding-left: 15px;
	padding-right: 10px;
	display: block;
	color: #9d9d9d;
}
.entry-content .family-wrap ul li a:hover{
	text-decoration: none;
	color: #039703;
}

.page1{
	text-align: center;
        margin-bottom:40px;
}

.page1 a{
	display: inline-block;
	min-width: 40px;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #ddd;
	margin: 0 5px;
}
.page1 a:hover,.page1 a.active{
	background: #317331;
	color: #fff;
}

.prod_pic{
	border: 1px solid #ddd;
}
.post-container #primary ul.nav-tabs{
	margin-top: 40px;
}

.prod_xg{
	padding: 20px;
}
.prod_xg .img_box{
	border: 1px solid #ddd;
	overflow: hidden;
}
.prod_xg .img_box img{
	width: 100%;
	transition:.35s;
}
.prod_xg a{
	display: block;
}
.prod_xg a p{
	text-align: center;
	line-height: 35px;
	text-align: center;
	padding: 0 10px;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.prod_xg a:hover img{
	transform:scale(1.1);
}


.job{height: 50px;background: #039703;padding: 0 5%;border-bottom: 1px solid #fff;}
.job span{color: #fff;font-size: 16px;height: 50px;line-height: 50px;display: block;float:left;}
#job_left{float: left;}
#job_right{float: right;text-align:right;width:50px;}
.joblist{display: block;width: 100%;overflow: hidden;background: #eeeeee}
.joblist li{display: block;overflow:hidden;}
.jobmain_up{padding: 0 5%;height: 50px;border-bottom: 1px solid #fff; cursor: pointer;}
.jobmain_up span{float: left;display: block;height: 50px;line-height: 50px;font-size: 16px;transition:0.35s;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.jobmain_up span b{margin-right: 5px;}
.job span:nth-child(1){width: 19%;}
.job span:nth-child(2){width: 15%;}
.job span:nth-child(3){width: 26%;}
.job span:nth-child(4){width: 32%;}
.jobmain_up span:nth-child(1){width: 19%;}
.about_job .jobmain_up span:nth-child(1){width: 90%;}
.jobmain_up span:nth-child(2){width: 15%;}
.jobmain_up span:nth-child(3){width: 26%;}
.jobmain_up span:nth-child(4){width: 32%;}
.jobmain_up span:last-child{float: right;width: 45px;text-align: center;}
.jobmain_up i{display: block;width: 11px;height: 11px;margin: 20px 0 0 24px;position: relative;}
.jobmain_up span i:before{content: "";width: 100%;height: 1px;background: #039703;position: absolute;left: 0;top: 5px;transition: 0.3s;}
.jobmain_up span i:after{content: "";width: 1px;height: 100%;background: #039703;position: absolute;left: 5px;top: 0;transition: 0.3s;}
.jobmain_down{display: none;padding: 5%;overflow: hidden;border-bottom: 1px solid #fff;margin: 0;}
.jobmain_down dt{font-size: 15px;font-weight: bold;margin:9px 0;line-height: 1em;}
.jobmain_down dd{margin: 9px 0;font-size: 13px;color: #777;line-height: 20px;text-align: justify;}
.ljsq{display: block;width: 100px;height: 35px;line-height: 35px;background: #666;color: #fff;font-size: 13px;margin: 0 auto;text-align: center;}
.ljsq:hover{background:#039703;color:#fff;}
.job_on{background-color: #039703;color: #fff;}
.job_on span i:before{content: "";width: 100%;height: 1px;background: #fff;position: absolute;left: 0;top: 5px;transition: 0.3s;z-index: 1}



.apply_i {
  /*background: #fff;
  padding: 50px;
  margin-top: 50px;*/
}
.apply_i_tit {
  font-size: 18px;
  color: #333333;
  padding: 32px 0 16px;
  border-bottom: 1px solid #e5e5e5;
}
.apply_i p {
  font-size: 14px;
  color: #666666;
}
.apply_i p span {
  color: #ff0000;
  width: 20px;
  margin-right: 10px;
}
.apply_i_inp label {
  display: block;
  float: left;
  width: calc(50% - 13px);
  margin-right: 25px;
  margin-top: 20px;
}
.apply_i_inp label:nth-child(2n) {
  margin-right: 0;
}
.apply_i_inp label:nth-child(2n + 1) {
  clear: both;
}
.apply_i_inp label input,
.apply_i_inp label select {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #dcdcdc;
    margin-top: 10px;
    padding: 0 20px;
    color: #999999;
    -webkit-appearance: button;
    line-height: 50px;
    font-weight: 400;
}
.apply_i_foot .apply_i_inp label input,
.apply_i_foot .apply_i_inp label select {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #3b3b3b;
    border-radius: 3px;
    border: 1px solid transparent;
    border-bottom: solid 1px #dcdcdc;
    margin-top: 10px;
    padding: 0 20px;
    color: #999999;
    -webkit-appearance: button;
    line-height: 50px;
    font-weight: 400;
}
.apply_i_inp label input::placeholder {
  color: #999;
}
.apply_i_textarea label {
  margin-top: 20px;
  display: block;
}
.apply_i_textarea .textarea {
  margin-top: 10px;
  position: relative;
}
.apply_i_textarea .textarea textarea {
    height: 100px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #dcdcdc;
    padding: 20px;
    line-height: 30px;
    font-size: 14px;
    color: #999999;
    width: 100%;
    resize: none;
    font-weight: 400;
}
.apply_i_foot .apply_i_textarea .textarea textarea {
    height: 100px;
    background-color: #3b3b3b;
    border-radius: 3px;
    border: 1px solid transparent;
    border-bottom: solid 1px #dcdcdc;
    padding: 20px;
    line-height: 30px;
    font-size: 14px;
    color: #999999;
    width: 100%;
    resize: none;
    font-weight: 400;
}

.apply_i_textarea .textarea .select {
  position: absolute;
  left: 30px;
  top: 0px;
  right: 30px;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
}
.apply_i_textarea .textarea .select select {
  background: transparent;
  font-size: 14px;
  color: #999;
  border: 0;
}
.apply_i .common_btn {
  width: 180px;
  border-radius: 3px;
  margin: 50px auto 0;
  display: block;
    overflow: hidden;
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #039703;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.apply_i .common_btn:hover{
  background: #1a345a;
}
.msg_code{
    margin-top: 20px;
}
.msg_code label{
    display: block;   
    width: calc(50% - 13px);
    position: relative;
}
.msg_code p{
    font-size: 14px;
    color: #666666;
}
.msg_code input{
    display: block;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #dcdcdc;
    margin-top: 10px;
    padding: 0 20px;
    color: #999999;
    font-weight: 400;
}
.apply_i_foot .msg_code input{
    display: block;
    width: 100%;
    height: 50px;
    background-color: #3b3b3b;
    border-radius: 3px;
    border: 1px solid transparent;
    border-bottom: solid 1px #dcdcdc;
    margin-top: 10px;
    padding: 0 20px;
    color: #999999;
    font-weight: 400;
}
.msg_code img{
    position: absolute;
    right: 15px;
    top: calc(50% + 17px);
    transform: translateY(-50%);
}

.apply_i_foot{
    background: #3b3b3b;
    padding: 40px 30px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.apply_i_foot label{
    width: 100%;
    margin-right: 0px;
    margin-top: 0px;
}
.apply_i_foot label p{
    font-size: 22px;
}
.apply_i_foot .msg_code{
    margin-top: 0px;
}
.apply_i_foot .msg_code p{
    color: #fff;
}
.apply_i_foot .msg_code img{
    top: calc(50% + 0px);
}
.apply_i_foot .common_btn {
    width: 100%;
    border-radius: 3px;
    margin: 10px auto 0;
    display: block;
    overflow: hidden;
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #999;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.apply_i_foot .common_btn:hover {
    background: #307030;
}

.apply_i_right {
   background: initial;
   padding: 0;
}
.apply_i_foot.apply_i_right .apply_i_inp label input, .apply_i_foot.apply_i_right .apply_i_inp label select{
    background-color: initial;
    border: solid 1px #dcdcdc;
}
.apply_i_foot.apply_i_right .apply_i_textarea .textarea textarea{
    background-color: initial;
    border: solid 1px #dcdcdc;
}
.apply_i_foot.apply_i_right .msg_code input{
    background-color: initial;
    border: solid 1px #dcdcdc;
}
.apply_i_foot.apply_i_right .msg_code img{
width: auto;
}
.apply_i_foot.apply_i_right .common_btn{
    background:#039703;
    line-height: initial;
    max-width: 100%;
}
.apply_i_foot.apply_i_right .common_btn:hover{
    background: #039703;
}

.contact1{
	border: 1px solid #ddd;
    display: flow-root;
}
.contact1 .contact_up{
    padding: 35px;
    width: 50%;
    float: left;
}
.contact1 .contact_up h2{
	font-size: 20px;
	color: #039703;
	margin-bottom: 15px;
	margin-top: 0;
}
.contact1 .contact_up p{
	font-size: 16px;
	line-height: 30px;
	margin: 0;
}
.contact1 .contact_up p strong i{
    margin-right: 5px;
}
.contact1 .contact_up p strong em{
    margin-right: 5px;
    width: 20px;
    text-align: center;
}
.contact1 .contact_down{
    width: 50%;
    float: right;
}

.contact1 .map {
    width: 100%;
    height: 450px;
}

.prevnext1{
	/*margin-bottom: 30px;*/
    padding-top: 30px;
    padding-bottom: 50px;
    margin: 40px 0 0;
    border-top: 1px solid #ddd;
}
.prevnext1 p{
	margin-bottom: 10px;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
}


@media screen and (max-width: 1024px) {
  
}


@media screen and (max-width: 768px) {
	.apply_i_inp label {
	  float: none;
	  width: 100%;
	  margin-right: 0px;
	  margin-top: 20px;
	}
	.msg_code label{
	  width: 100%;
	}
	.job span:nth-child(1){width: 80%;}
	.job span:nth-child(2){display: none;}
	.job span:nth-child(3){display: none;}
	.job span:nth-child(4){display: none;}
	.jobmain_up span:nth-child(1){width: 80%;}
	.jobmain_up span:nth-child(2){display: none;}
	.jobmain_up span:nth-child(3){display: none;}
	.jobmain_up span:nth-child(4){display: none;}
	#primary h1{
		font-size: 24px;
		/*margin: 0;
		margin-bottom: 10px;*/
		line-height: 35px;
	}
	#category-list h1{
		margin: 0;
		margin-bottom: 10px;
	}
.product-list .swiper-slide {
    width: 100% !important;
}
}

@media screen and (max-width: 767px) {
	.range-list-item .item-wrap{
		padding: 0;
	}
	.range-list-desc .button-wrap{
		display: none;
	}
	.range-list-desc .title{
		padding: 0 10px;
	}
	.entry-content .family-wrap{
		width: 100%;
	}
	.entry-content .family-wrap h2{
		width: 100%;
	}
	.footer-connect-box{
		margin-bottom: 20px;
	}
	.post-list-image img{
		width: 100%;
	}
	#category-list .entry-content{
		margin-bottom: 0;
	}
	.page1 a{
		min-width: 35px;
		line-height: 35px;
	}
	.post-list-image{
		margin-right: 0;
	}
.post-container #primary ul.nav-tabs{
	margin-top: 20px;
	padding: 0;
}
.nav>li>a{
	padding: 10px 8px;
}
.range-list-desc .title a{
    height: auto;
font-size: 16px;
}
}

/**/
.products {
 padding:60px 0
}
.products .pr-50 {
 padding-left:110px
}
.products-1 {
 padding:40px 0 60px
}
.products-1 .mb-30 {
 margin-bottom:30px
}
.products-1 .p-item {
 background-color:#fff;
 padding:25px 0 10px;
 text-align:center;
 transition:all 0.35s;
 margin-bottom:30px;
 border-radius:5px
}
.products-1 .p-item p {
 font-size:15px;
 padding:0 15px 0;
 color:#666
}
.products-1 .p-item:hover {
 box-shadow:0px 0px 30px rgba(0,0,0,0.2);
 transform:translateY(-7px);
 color:#039703
}
.products-1 .p-item:hover p {
 color:#039703
}
.products-1 .p-item img {
 padding:30px
}
.p-left h2 {
 font-size:24px;
 line-height:35px
}
.pro-list h2 {
 font-size:30px;
 position:relative;
 display:inline-block;
 margin-bottom:40px;
 letter-spacing:3px
}
.pro-list h2::after {
 content:'';
 display:block;
 width:100%;
 height:4px;
 background-color:#039703;
 margin-top:15px
}
.pro-list p {
 margin-bottom:15px;
 padding-left:15px;
 position:relative
}
.pro-list p::before {
 content:'';
 display:block;
 width:7px;
 height:2px;
 background-color:#039703;
 position:absolute;
 left:0;
 top:50%
}
.pro-list p a{
color: #5f5f5f;
}
.pro-list p a:hover {
 color:#039703
}
.pro-list .pro-more {
 display:inline-block;
 padding:8px 35px;
 border:1px solid #039703;
 font-size:14px;
 letter-spacing:3px;
 border-radius:20px;
 margin-top:30px;
 transition:all 0.35s
}
.pro-list .pro-more:hover {
 background-color:#039703;
 color:#fff;
 box-shadow:0 7px 16px 0 rgba(0,0,0,0.2)
}

.products:nth-child(2n-1) .p-l{
   float: right;
}
.products:nth-child(2n){
background-color: #f8f8f8;
}

#pro_showVideo .video_i:before {
    content: "";
    display: block;
    position: absolute;
    top: 35%;
    left: 33%;
    width: 79px;
    height: 79px;
    background: url(../images/video_sp.png) no-repeat;
    z-index: 9;
}
@media screen and (max-width: 767px) {
#pro_showVideo .video_i::before {
    left: 38%;
}
}

/**/
#pdown .pro_download .title-1 {
 padding:30px 0 3px
}
#pdown .title-1 {
 margin-bottom:30px;
 font-size:22px
}
#pdown ul {
 margin-bottom:60px;
 overflow:hidden
}
#pdown ul li {
 line-height:60px;
 border:1px solid #e6e6e6;
 background:#fff;
 margin-bottom:10px;
 height:63px
}
#pdown ul li i {
    float: left;
    /* width: 60px; */
    padding: 10px;
    /* line-height: 61px; */
    text-align: center;
    color: #fff;
    background-color: #039703;
    font-size: 42px;
    margin-right: 30px;
}
#pdown ul li>a {
 font-size:14px;
 color:#666
}
#pdown ul li>a:hover {
 color:#039703
}
#pdown ul li .cer-down {
 float:right;
 padding:0 10px;
 background-color:#f8f8f8;
 border-left:1px solid #e6e6e6
}
#pdown ul li .cer-down a {
 font-size:14px;
 color:#666
}
#pdown ul li .cer-down a:hover {
 color:#039703
}

@media screen and (max-width: 767px) {
#pdown ul li i{
    margin-right: 5px;
}
#pdown ul li>a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 46%;
    display: block;
    float: left;
}
}

/*产品中心搜索*/
.pro-fl-cx dl dd lable {
    padding-right: 20px;
    font-size: 16px;
}
.ne-pro-search {
    -moz-box-shadow: 0px 0px 19px #B5B5B5;
    -webkit-box-shadow: 0px 0px 19px #B5B5B5;
    box-shadow: 0px 0px 19px #B5B5B5;
    height: 120px;
    line-height: 25px;
    padding: 0 42px;
    margin: 30px auto;
    display: flex;
}
.ne-pro-search h1 {
    font-size: 18px;
    float: left;
    margin: 0 auto;
    font-weight: 600;
    align-items: center;
    margin: 0 auto;
    display: flex;
}
.ne-pro-search p {
    font-size: 16px;
    float: left;
    padding: 0 15px;
    margin: 0 auto;
    align-items: center;
    margin: 0 auto;
    display: flex;
}
.po-form {
}
.po-form input {
    width: 430px;
    height: 56px;
    background: #e9e9e9;
    border: none;
    float: left;
    margin-top: 20px;
    margin-right: 10px;
    padding-left: 30px;
}
.po-form button {
    width: 56px;
    height: 56px;
    background: url(../images/ss.png) no-repeat center center #d0111b;
    outline: none;
    border: none;
    margin-top: 20px;
}
.post-container img{
    max-width: 100%;
}
.post-container #map img{
    max-width: initial;
}
.post-container .prod_box img{
    max-width: 70%;
}
.post-container .prod_box .benefits:nth-child(3){
    margin: 40px 0 60px;
}
.post-container .prod_box .benefits:nth-child(4){
    margin: 0px 0 50px;
}
@media screen and (max-width: 1400px) {
.po-form input{
   width: 360px;
}
}

@media screen and (max-width: 767px) {
.ne-pro-search{
     -moz-box-shadow: initial;
     -webkit-box-shadow: initial;
     box-shadow: initial; 
    height: 87px;
    line-height: 25px;
    padding: 0 17px;
    margin: 8px auto;
    display: flex;
}
.post-container .prod_box .benefits:nth-child(2){
    margin: 10px 0;
}
.post-container .prod_box .benefits:nth-child(4){
    margin: 0px 0 10px;
}
    .ne-pro-search p{ padding:10px 0 0 0;}
    .ne-pro-search h1,.ne-pro-search p{ width:100%; text-align:center;}
    .ne-pro-list{ padding:20px 18px !important;}
    .ne-pro-list dl{ width:48%; margin-bottom:10px;}
    .ne-pro-list dl dd{ padding:5px; }
    .ne-pro-list dl dd h1{ font-size:12px;}
    .ne-pro-list dl dd p{ font-size:12px;}
    .pro-detail-nav{ margin-top:50px; padding:20px 0 10px 0;}
    .pro-detail-nav p{ display:none;}
    .pro-detail-nav ul li{ padding-right:20px; margin-bottom:15px;}
    .pro-detail-nav ul li a{ padding-bottom:5px; font-size:14px;}
    .ne-pro-part01{ width:100%; padding:45px 18px 20px; position:relative;}
    .pro-le01,.pro-ri01{ width:100%;}
    .tit01{ font-size:18px; padding-top:10px;  top:0;}
    .ne-zx li{ font-size:14px; height:40px; line-height:40px;}
    .fk-xi ul li,.fk-xi{ width:98%; margin:0 auto;}
    .pp-ti01,.pro-form h1{ font-size:20px; padding:10px 0;}
    .Menubox ul li{ width:30%; margin-right:1%; font-size:14px; height:40px; line-height:40px;}
    .Contentbox{ padding:20px 0;}
    .pro-form{ padding:15px 0 30px 0; background-size:cover}
    .ne-pro-search h1,.ne-pro-search p{ display:none;}
    .po-form input,.po-form button{ height:40px; margin-top:10px;}
    .po-form input{ width:85%; margin-right:0;}
    .po-form button{ background-size:38%; width:15%;}
    .po-form{ padding-bottom:0; width:100%;}
    .ne-pro-list dl{ margin-right:2%;}
    .ne-pro-list dl:nth-child(2n){ margin-right:0;}
.post-container .prod_box img{
    max-width: 100%;
}
.contact1 .contact_up{
    width: 100%;
    float: initial;
}
.contact1 .contact_down{
    width: 100%;
    float: initial;
}
.contact1 #map{
	height: 300px;
}
.ind_about{
    padding: 20px 0;
}
.positioned-banner .container-fluid{
    margin-top: 0px;
}
.kehu-featured{
   padding: 35px 0;
}
.kehu-featured h2{
   margin-bottom: 25px;
}
}

    .swiper-slide {
        background-size: cover;
        background-position: center;
    }
    .gallery-top {
        height: 80%;
        width: 100%;
    }
    .gallery-thumbs {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
    }
    .gallery-thumbs .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
    }
    .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }
    
.prod_box .col-md-6{
    height: 100%;
}
.prod_box .swiper-slide{
    text-align: center;
}

.pro_de_name{
    width: 100%;
    font-weight: bold;
    text-align: center;
    color: #039703;
    margin-top: 40px;
    margin-bottom: 25px;
}

.pro_de_name p{
    font-size: 26px;
    color: #039703;
}


.contact_down label{
    max-width: initial;
}
.contact_down img{
    max-width: initial;
}

.gdxian {
    width: 100%;
    height: 15px;
    background: url(../images/xian.png) center repeat;
    background-size: cover;
    background: #039703;
}
























































































































