﻿.post-container {
    background-color: #fcfcfc;
}

#primary .site-main h1{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}
#primary .site-main .history h1{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
#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.jszc{    min-height: auto;    border-bottom: none;
    padding-bottom: 0;}

#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 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: #3388c9;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 2px;
    left: 2px;
}
.post-container #primary ul {
    /*list-style: disc;*/
    font-size: 16px;
    /*padding-left: 20px;*/
    /*margin-top: 20px;
    margin-bottom: 20px;*/
}
.post-container #primary ul li {
    margin: 0px 2px 2px;
}
.post-container #primary .tab-procont ul {
    padding-left: 20px;
}
.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%;
}
.jszc .post-list-content{    margin-left: 0;}
.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: #3388c9;
    font-weight: 400;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.jszc{
    width: 100%;
}
.jszc .entry-title:hover a {
    color: #fff;
}
.jszc .entry-title{
    background-color: #eee;
}
.jszc .entry-title:hover{
    background-color: #333333;
}

.jszc .entry-title a {
    padding: 22px 82px 22px 66px;
    font: 18px/50px "microsoft yahei";
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.jszc .entry-title  .i1 {
    width: 50px;
    height: 50px;
    float: left;
    display: block;
    background: url(../images/tico2.png) no-repeat;
    position: absolute;
    left: 9px;
    top: 22px;
    transition: 300ms;
    -webkit-transition: 300ms;
}
.jszc .entry-title  .name {
    height: 50px;
    overflow: hidden;
    display: block;
}
.jszc .entry-title a:hover .i1 {
    background-position: 0px bottom;
}



.entry-title {
    margin-top: 10px;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
}
.entry-content {
    margin-top: 20px;
    margin-bottom: 40px;
}
.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: #337ab7;
}
.post-tag:not(:last-child):after {
   content: ", ";
   color: #337ab7;
}
.post-tags {
    font-weight: 600;
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.post-tags i {
    color: #337ab7;
    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: #3388c9;
}
.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;
}
.range h1 {
    font-size: 25px;
}
.range h2 {
    font-size: 20px;
    font-weight: bold;
}
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: #00458b;
    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: #f7ac0b;
        border: 1px solid transparent;
    border-bottom-color: transparent;
}
.range .tab-content {
    border: 1px solid #ddd;
    margin-bottom: 35px;
}
#overview {
    padding: 30px 20px 0;
}
.tab-procont{
    padding: 30px 20px 0;
}
.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-desc .title a {
   	display: block;
   	overflow: hidden;
   	text-overflow:ellipsis;
   	white-space: nowrap;
    font-size: 18px;
    font-weight: 400;
}
.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-desc .button-wrap a{
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    background: #298acd;
    color: #FFFFFF;
    /*font-weight: bold;*/
    text-decoration: none;
}
.range-list-item:hover .range-list-desc .button-wrap a{
    background: #f2ad07;
}
.select2-selection__arrow {
    color: #298acd;
    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 a.range-button,
.range-buttons a.range-button:hover {
    display: inline-block;
    padding: 10px 60px;
    margin: 10px 0;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
}
.range-buttons a.blue-btn,
.range-buttons a.blue-btn:hover {
    background-color: #01448a;
    margin-right: 20px;
}
.range-buttons a.red-btn {
    background-color: #f4b007;
}
@media (max-width: 767px)  {
    .footer-copyright p {
        width: 100%;
    }
    .range-img-wrap img {
        max-width: 100%;
    }
}
h1 {
    font-family: "Poppins",sans-serif!important;
}
.range-wrap {
    max-width: 1500px;
    margin: 0 auto;
}
.tab-pane .heading {
    text-transform: uppercase;
    padding: 5px 20px;
    clear: both;
    background: #0091dc;
    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: #0091dc;
}
.cad-notice {
    font-weight: bold;
    font-size: 0.9em;
    padding: 5px;
    border-bottom: 1px solid #e3e3e3;
}
.cad-notice .fa-cube {
    color: #0091dc;
}
.flex-wrap {
    display: flex;
    /*flex-direction: column;*/
    flex-wrap: wrap;
}
.sheet-id {
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 1px;
    float: left;
    color: #0091dc;
    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;
    }
.post-container #primary ul.nav-tabs li {
   width: 100%;
}
}
#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: #337ab7;
    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: #3388c9;
    font-size: 20px;
    color: #FFFFFF;
    padding: 8px 13px;;
} 
.clear-wrap {
    font-size: 17px;
}
#clear-filters {
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer;
    color: #3388c9;
    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: #3388C9;
    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: #3388c9;
}
.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 #337ab7;
    padding-top: 30px;
    padding-bottom: 30px;
}
.datasheet-resources h2 {
    text-align: center;
    text-decoration: underline;
    color: #337ab7;
    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: #337ab7;
    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 i{
	color: #298acd;
	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: #337ab7;
}

.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: #e4e4e4;
}

.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: #3388C9;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;}
.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%;}
.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: 16px 0 0 24px;position: relative;}
.jobmain_up span i:before{content: "";width: 100%;height: 1px;background: #3388C9;position: absolute;left: 0;top: 5px;transition: 0.3s;}
.jobmain_up span i:after{content: "";width: 1px;height: 100%;background: #3388C9;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:#3388C9;color:#fff;}
.job_on{background-color: #3388C9;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: #f5f5f5;
  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_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: 180px;
  background-color: #f5f5f5;
  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_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: #999;
    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: #f5f5f5;
    border-radius: 3px;
    border: 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%);
}

.contact1{
	border: 1px solid #ddd;
}
.contact1 .contact_up{
	padding: 35px;
}
.contact1 .contact_up h2{
	font-size: 20px;
	color: #3388C9;
	margin-bottom: 15px;
	margin-top: 0;
}
.contact1 .contact_up p{
	font-size: 16px;
	line-height: 30px;
	margin: 0;
}
.contact1 #map{
	width: 100%;
	height: 300px;
}

.prevnext1{
	margin-bottom: 30px;
	padding-top: 15px;
	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;
	}
}
/*downlist*/
.downList {
    padding-bottom: 6%;
    margin: 5% auto 0;
}
.downList .item {
    margin-bottom: 18px;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0px;
}
.downList .t {
    float: left;
    display: block;
    width: 64%;
    margin-right: 1%;
}
.downList .t .bot {
    background-color: #333333;
}
.downList .bot {
    background-color: #ffcc00;
    height: 0px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: 400ms;
    -webkit-transition: 400ms;
}
.downList .t a {
    padding: 22px 82px 22px 66px;
    font: 18px/50px "microsoft yahei";
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.downList .t .gs {
    position: absolute;
    right: 10px;
    width: 60px;
    font-size: 14px;
}
.downList .t .i1 {
    width: 50px;
    height: 50px;
    float: left;
    display: block;
    background: url(../images/ico2.png) no-repeat;
    position: absolute;
    left: 9px;
    top: 22px;
    transition: 300ms;
    -webkit-transition: 300ms;
}
.downList .t, .downList .c {
    background-color: #ececec;
    position: relative;
}
.downList .t .name {
    height: 50px;
    overflow: hidden;
    display: block;
}
.downList .item:hover .bot {
    height: 100%;
}
.downList .c {
    float: left;
    display: block;
    width: 35%;
    text-align: center;    height: 94px;

}
.downList .c a {
    padding: 22px 0px;
    height: 50px;
    display: block;
    line-height: 50px;
    position: relative;
    z-index: 2;
}
.downList .c .i2 {
    background: url(../images/down.png) no-repeat;
    padding: 0px 0px 0px 50px;
    overflow: hidden;
    line-height: 50px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-style: initial;
    font-size: 14px;
    transition: 300ms;
    -webkit-transition: 300ms;
}
.clearfix:after {
    clear: both;
}
.downList .item:hover .i2 {
    background-position: 0px bottom;
}
.downList .item:hover .i1 {
    background-position: 0px bottom;
}
.downList .item:hover a {
    color: #fff;
}




.history {
    padding: 50px 60px;
    color: black;
    text-align: center;
}
.history>p {
    text-align: left;
    margin-bottom: 90px;
}
.history a {
    color: #828282;
}
.history li .tags{
    font-size: 30px;
    color: #2076c1;
}
.history h2 {
    font-weight: bold;
    margin-bottom: 40px;
}
.history .title {
    width: 100px;
    display: inline-block;
    padding-bottom: 9px;
    font-size: 20px;
    font-weight: bold;
    color: #1c6cb5;
    white-space: nowrap;
    text-indent: -10px;
    border-bottom: 2px solid #1c6cb5;
    margin-bottom: 50px;
    overflow: visible;
}
.history .box li .circle {
    position: absolute;
    top: 0;
    z-index: 2;
}
.history .box ul {
    width: 100%;
}
.history .box li {
    position: relative;
    width: 50%;
    margin-top: 0;
    cursor: pointer;
}
.history .box li p {
    /*padding-bottom: 10px;*/
    font-size: 16px;
    color: #9a9a9a;
    margin-bottom: 10px;
     /* height: 40px;
    line-height: 20px;
    overflow: hidden;*/
}
.history .box li.l {
    text-align: right;
    padding-right: 35px;
    border-right: 2px solid #1c6cb5;
}
.history .box li.r {
    position: relative;
    left: -1.6px;
    text-align: left;
    padding-left: 35px;
    margin-left: 50%;
    border-left: 2px solid #1c6cb5;
}
.history .box li.l .circle {
    right: -18px;
}
.history .box li.r .circle {
    left: -18px;
}
.history .box li span.active {
    color: #0695ce;
}
.history .box li.l.last {
    border-right: 2px dotted #1c6cb5;
}
.history .box li.last.end {
    border: none!important;
}
.history .box li.r.last {
    border-left: 2px dotted #1c6cb5;
}
.history .box li.last p {
    padding-bottom: 0;
    margin-bottom: 10px;
}



@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;
	}
}


/*产品分类*/
.catelist .nav_item{
  background:#fff;
border-bottom: 1px solid #f5f5f5;
}
.catelist .top_item{
    line-height: 60px;
    background: #fff;
    position: relative;
    height: 60px;
  transition:all .3s
}
.catelist .top_item a{
    font-size: 18px;
    display: inline-block;
    display: block;
    padding: 0 15px;overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap
}

.catelist .nav_item .sub{
  padding:0;
 margin:0;
  list-style:none;
 display:none;
 background:#b1d4f9;
}
.catelist .nav_item.active .sub{
  display:block
}
.catelist .top_item .more{
  width:60px;
  line-height:60px;
  position:absolute;
 top:0;
right:0;
text-align:center;
  font-size:30px;
  cursor:pointer
}
.catelist .top_item .more:after{
   content:"+";
   color:#777
  }
.catelist .nav_item.active .more:after{
 content:"-";
}
.catelist .top_item:hover,.catelist .nav_item.active .top_item{
  background:#00458d;
}
.catelist .nav_item.active .top_item a{
  color:#ffff
}
.catelist .top_item:hover a,.catelist .top_item:hover .more:after{
  color:#fff
}
.catelist .nav_item.active .top_item .more:after{
  color:#fff
}
.catelist .sub li{
     line-height:50px;
 }
.catelist .sub li a{
  padding:0 25px;
 font-size:16px;
  display:block;
  transition:all .3s linear;
     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.catelist .sub li a:hover{
   color:#00458d;
  border-bottom:1px solid #00458d;
  text-indent:5px
}
.catelist .sub li.cur a{
   color:#00458d;
  border-bottom:1px solid #00458d;
  text-indent:5px
}

/*shipin*/
.htmleaf-demo a{color: #fff;text-decoration: none;}
.htmleaf-demo{width: 100%;padding-bottom: 1.2em;}
.htmleaf-demo a{display: inline-block;margin: 0.5em;padding: 0.6em 1em;border: 3px solid #fff;font-weight: 700;}
.htmleaf-demo a:hover{opacity: 0.6;}
.htmleaf-demo a.current{background:#1d7db1;color: #fff; }
.vidbacking-active-body-back{
    position: absolute;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    background-size: cover;
    overflow: hidden;
    opacity: 1;
    transition: 2s opacity;
    transform: translateX(-50%) translateY(-50%);
}

.vidbacking-active-block-back{
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

/*.vidbacking{
	display: none;
}*/

.video-back{
    display: block;
    /* padding: 325px 0px; */
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(6, 6, 6, 0.1);
    position: absolute;
}
.video-back h1{display:block;text-align:center;color:#fff;text-shadow:2px 2px 4px #000;font-size:50px;}
.video-back p{
    display: block;
    color: #fff;
    text-shadow: 2px 1px 1px #505050;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;
}
.video-top{
width:100%;
    position: absolute;
    /*top: 35%;*/
bottom: 30px;
}

.video-back-banner{
  height:calc(97vh - 75px);
}

.main-heading{text-align: center;margin: 50px auto;font-size: 70px;}
.main-para{margin: 10px 100px;text-align: center; font-size: 20px;}


.swiper-button-next{
    display: block;
    background: url(../images/right4.png) no-repeat center;
width: 60px;
    height: 70px;
}

.swiper-button-prev{
    display: block;
    background: url(../images/left4.png) no-repeat center;
width: 60px;
    height: 70px;
}

/*section*/
.product-section {}
.product-section .container-fluid{max-width: 1425px; min-width: 0; width: 100%;}
/*.table-cell {display: table-cell;vertical-align: middle;}*/
.title-style {overflow: hidden;}
.title-style h3 {text-transform: uppercase;font-size: 36px;margin:5px 0 0 0;color: #00bf86;}
.title-style h1 {text-transform: uppercase;font-size: 60px;line-height: 60px; margin:8px 0 20px 0;color: #1a1a1a;}
.title-style h2 {text-transform: uppercase;font-size: 42px;line-height: 60px; margin:8px 0 20px 0;color: #1a1a1a;}
.title-style h5 {font-size: 20px;margin:0;color: #666;line-height: 30px;}
.title-style h4 {text-transform: uppercase;font-size: 20px;margin:5px 0 0 0;color: #00bf86;}
.title-style .line {width: 80px;height: 4px;background: #1c6cb5;margin: 10px 0;}
.title-style-1 {}
.img-center {position: absolute;display: block;left: 0;top: 0;bottom: 0;right: 0;margin: auto;width: auto!important;height: auto!important;}
.img-block {display: block;width: 100%;height: auto;}
.faq-btn {clear: both;padding: 30px 0;}
.faq-btn a {background: #ededed;border-radius: 30px;display: inline-block;padding: 5px 20px;font-size: 0;}
.faq-btn i{display: inline-block;vertical-align: middle;margin-right: 10px;}
.faq-btn i img {display: block;}
.faq-btn h6{font-size: 14px;color: #b2b2b2;font-weight: normal;display: inline-block;vertical-align: middle;margin: 0;}
.faq-btn a:hover {background: #000;}
.screen {position: relative;background-repeat: no-repeat;overflow: hidden;}
.screen .main {}
.screen .title {}
.screen .title h3{margin: 0;font-size: 24px;color: #00bf86;}
.screen .title h2{margin: 0;font-size: 60px;}
.screen .title h4{margin: 0;font-size: 48px;color: #fff;}
.screen .title .line{width: 80px;height: 4px;background: #00bf86;margin: 25px 0;}
.screen .title.center {text-align: center;}
.screen .title.center .line{margin: 25px auto;}
.screen .text {font-size: 16px;line-height: 28px;color: #666666;}
.screen .img {position: relative;}
.screen .img img{display: block;    margin: 0 auto;width: 100%;}
.screen .left {width: 50%;float: left;overflow: hidden;}
.screen .right {width: 50%;float: right;overflow: hidden;}
.screen-2 {padding: 80px 0;background-position:center;background-repeat: repeat-x;}
.screen-2 .upper{}
.screen-2 .top {overflow: hidden;padding-bottom:90px;}
.screen-2 .top .left{width: 40%;}
.screen-2 .top .right{width: 51%;}
.screen-2 .top .right .text{font-size: 16px;color: #666666;line-height: 26px;}
.screen-2 .img {clear: both;text-align: center;margin-top:10px;overflow: hidden;font-size: 0;background-repeat: no-repeat;background-position: center bottom;}
.screen-2 .img video {width: 100%;display: block;}
@media screen and (max-width: 767px) {
.screen-2{
    padding: 20px 0;
}
.screen-2 .top .left {
    width: 100%;
}
.screen-2 .top .right {
    width: 100%;
}
.screen-2 .top {
    padding-bottom: 0px;
}
.video-back-banner{
  height:calc(37vh - 75px);
}
}






































































