/*-----------------------------------------------------------------------------------

    Template Name: Gicor eCommerce Furniture  Template
    Description: This is html5 template
    Author: HasTech
    Version: 1.0

-----------------------------------------------------------------------------------
    
    [Table of contents]
	
    1. Promo style
    2. Breadcrumb style
    3. Banner area
    4. Section title
    5. Welcome store text
    6. Wishlist area
    7. Cart page
    8. Checkout page
    9. Login area
    10. Elements
-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  1. Promo style
/*----------------------------------------*/

.bg-1 {
    background: rgba(0, 0, 0, 0) url("img/bg/img_newletter.jpg") no-repeat scroll center top;
}
.bg-2 {
    background: rgba(0, 0, 0, 0) url("img/bg/img_newletter.jpg") repeat scroll center center / cover;
}
.bg-3 {
    background: rgba(0, 0, 0, 0) url("img/bg/testimonials.jpg") repeat scroll center center / cover;
}
.bg-eee{
    background-color: rgba(243, 243, 243, 1);
}
.btn {
    background-color: #444;
    border: 0 none;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    height: 50px;
    line-height: 26px;
    padding: 12px 38px;
    transition: all 0.3s ease 0s;
}
.btn-lg {
    padding: 12px 38px;
}
.btn:hover {
    color: #fff;
    background: #ffae00;
}
.custom-height {
    height: 110px
}
.space-custom {
    height: 86px
}
.single-promo i {
    color: #00a9da;
    display: block;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 20px;
}
.single-promo h3 {
    padding-bottom: 15px;
    position: relative;
}
.single-promo h3::before {
    background: #00a9da none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 70px;
}
.single-promo.text-center h3::before {
    left: 0;
    right: 0;
    margin: auto;
}
.single-promo.text-right h3::before {
    left: auto;
    right: 0;
}
/* 2. Breadcrumb style */

.breadcrumb-list > li {
    display: inline-block;
    float: none;
    margin-left: 22px;
    position: relative;
}
.breadcrumb-list > li::after {
    color: #ffffff;
    content: "/";
    left: -14px;
    position: absolute;
    top: 2px;
}
.breadcrumb-list > li:first-child {
    margin-left: 0;
}
.breadcrumb-list > li:first-child::after {
    content: "";
}
.breadcrumb-list > li > a {
    color: #ffffff;
}
/* Custom-content all */

.boxed-layout .wrapper {
    box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
    margin: auto;
    position: relative;
    width: 1240px;
}
.boxed-layout .sticky {
    left: auto;
    margin: auto;
    width: 1240px;
}
/*  3. Banner area  */

.banner-area {} .single-banner {} .single-banner img {
    width: 100%;
}
.single-banner a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}
.single-banner a::after,
.single-banner a::before {
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.single-banner a::before {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    content: "";
    transform: scale(0, 1);
}
.single-banner a::after {
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    content: "";
    transform: scale(1, 0);
}
.single-banner a:hover::after,
.single-banner a:hover::before {
    opacity: 1;
    transform: scale(1);
}
.banner {
    position: relative;
}
.banner a {
    position: relative;
    display: block
}
.banner a::before {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    transform: scale(0);
    transition: all 400ms ease-in-out 0s;
}
.banner img {
    width: 100%;
}
.banner:hover a:before {
    transform: scale(1);
}
.banner a h3 {
    bottom: 40px;
    opacity: 0;
    position: absolute;
    right: 40px;
    text-align: right;
    transition: all 400ms ease-in 0s;
    color: #2c2c2c;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
}
.banner a:hover h3 {
    opacity: 1
}
/*   4. Section title   */

.section-title {} .section-title h2 {
    color: #252525;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 22px;
    padding-bottom: 25px;
    position: relative;
    z-index: 2;
}
.section-title h2::before {
    background: #e1e1e1 none repeat scroll 0 0;
    bottom: 8px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
}
.section-title h2::after {
    background: #e1e1e1 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 15px;
}
#newsletter_block_left {} #newsletter_block_left h4 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}
#newsletter_block_left h4 span {
    color: #ffae00;
}
#newsletter_block_left p {
    color: #5f5f5f;
    font-size: 14px;
    font-style: italic;
}
.block_content {} .block_content form {
    position: relative;
}
.block_content form input {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    color: #989898;
    height: 50px;
    padding: 0 150px 0 10px;
}
.block_content form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 0 none;
    border-left: 2px solid #d7d7d7;
    border-right: 0 none;
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    margin: 0;
    padding: 0 35px;
    position: absolute;
    right: 0;
    top: 12px;
    width: auto;
    border-top: 0;
}
.newsletter-form input {
    border: 2px solid #d7d7d7;
}
.block_content form button:hover {
    color: #ffae00
}
.brand-sep {
    border-top: 1px solid #ddd;
}
.single-brand img {
    transition: all 0.3s ease 0s;
}
.single-brand img {
    opacity: 0.8;
}
.single-brand:hover img {
    opacity: 1;
}
.single-service {} .service-icon {
    float: left;
}
.border-bottom {
    border-bottom: 1px solid #ebebeb;
}
.service-icon i {
    color: #777;
    display: inline-block;
    font-size: 48px;
    line-height: 47px;
    margin-right: 15px;
}
.service-title {
    margin-left: 50px;
}
.service-title h3 {
    color: #252525;
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
}
.service-title p {
    color: #7d7d7d;
    font-size: 13px;
    line-height: 23px;
    margin: 0;
}
a#scrollUp {
    background: #777 none repeat scroll 0 0;
    bottom: 54px;
    color: #fff;
    font-size: 23px;
    height: 40px;
    line-height: 34px;
    position: absolute;
    right: 32px;
    text-align: center;
    width: 40px;
}
.newsletter-text {} .newsletter-text h4 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}
.newsletter-text h4 span {
    color: #ffae00;
}
.newsletter-text p {
    color: #5f5f5f;
    font-size: 14px;
    font-style: italic;
    margin: 0;
}
/* 5. Welcome store text */

.welcome-store-text {} .welcome-store-text h3 {
    color: #b3b3b3;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.5em;

}
.welcome-store-text h2 {
    background: rgba(0, 0, 0, 0) url("img/bkg_title_static.png") no-repeat scroll center bottom;
    color: #000000;
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.3em;
    margin-top: 15px;
    padding-bottom: 45px;
    vertical-align: top;
}
.welcome-store-text p {
    color: #444;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    margin-top: 25px;
    max-width: 850px;
    vertical-align: top;
}
.breadcrumb a {
    color: #3c3c3c;
}
.breadcrumb > .active,
.breadcrumb a:hover {
    color: #777;
}
.breadcrumb {
    background: transparent none repeat scroll 0 0;
    border-bottom: 1px solid #ebebeb;
    color: #ffae00;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 50px;
    min-height: 6px;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    text-transform: capitalize;
    width: 100%;
    z-index: 1;
}
/*----------------------------------- 
    6. Wishlist area
-------------------------------------*/

.wishlist-area {} .wishlist-content {} .wishlist-title {} .wishlist-title h2 {} .wishlist-table {} .wishlist-table table {
    background: #fff none repeat scroll 0 0;
    border-color: #e8e8e9;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin: 0 0 50px;
    width: 100%;
}
.wishlist-table table {} .wishlist-table table th {
    font-weight: 600;
}
.wishlist-table table th,
.wishlist-table table td {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    font-size: 14px;
    padding: 15px 10px;
    text-align: center;
}
.wishlist-table table .product-remove {
    padding: 0 15px;
    width: 20px;
}
.wishlist-table table .product-remove > a {
    color: #444;
    font-size: 25px;
}
.wishlist-table table .product-thumbnail {
    width: 150px;
}
.wishlist-table table td.product-price .amount {
    font-weight: 700;
}
.wishlist-table table .wishlist-in-stock {
    color: #ffae00;
}
.wishlist-table table .product-add-to-cart > a {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-weight: 700;
    padding: 10px 56px;
    width: 260px;
}
.wishlist-table table .product-add-to-cart > a:hover {
    background: #ffae00 none repeat scroll 0 0;
}
.wishlist-table table .product-add-to-cart {
    width: 240px;
}
.wishlist-table table .wishlist-table table .wishlist-share {} h3.wishlist-share-title {} .wishlist-share {
    margin-bottom: 35px;
    margin-top: 20px;
}
.wishlist-share ul {} .wishlist-share ul li {
    display: inline-block;
    height: 21px;
    margin-left: 0;
    margin-right: 0;
}
.wishlist-share ul li a {
    background-position: left top;
    border: medium none;
    display: inline-block;
    height: 21px;
    width: 21px;
}
.wishlist-share ul li a {} .wishlist-share ul li a {} .wishlist-share ul li a:hover {
    background-position: left bottom;
}
.product-name > a {
    color: #444;
}
.product-name > a:hover {
    color: #ffae00
}
/*=========================== 
    7. Cart page
============================= */

.cart-main-area {} .shipping_method input {
    background: #eceff8 none repeat scroll 0 0;
    border: 2px solid #eceff8;
    box-shadow: none;
    color: #626262;
    font-size: 14px;
    height: 45px;
    padding-left: 10px;
    width: inherit;
}
.cart-title-area {
    padding-top: 30px;
}
.car-header-title {} .car-header-title h2 {
    font-size: 20px;
    margin: 0;
   
}
.table-content {} .table-content table {
    background: #fff none repeat scroll 0 0;
    border-color: #e5e5e5;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin: 0 0 50px;
    text-align: center;
    width: 100%;
}
.table-content table {} .table-content table th {
    border-top: medium none;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 20px 10px;
    text-align: center;
   
    vertical-align: middle;
    white-space: nowrap;
}
.table-content table th,
.table-content table td {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.table-content table td {
    border-top: medium none;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 13px;
}
.table-content table td input {
    background: #e5e5e5 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #6f6f6f;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    height: 40px;
    padding: 0 5px 0 10px;
    width: 60px;
}
.table-content table td.product-subtotal {
    font-size: 14px;
    font-weight: bold;
    width: 120px;
}
.table-content table td.product-name a {
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
    color: #6f6f6f;
}
.table-content table td.product-name {
    width: 270px;
}
.table-content table td.product-thumbnail {
    width: 130px;
}
.table-content table td.product-remove i {
    color: #919191;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.table-content table .product-price .amount {
    font-size: 15px;
    font-weight: 700;
}
.table-content table td.product-remove i:hover {
    color: #ffae00;
}
.table-content table td.product-quantity {
    width: 180px;
}
.table-content table td.product-remove {
    width: 150px;
}
.table-content table td.product-price {
    width: 130px;
}
.table-content table td.product-name a:hover,
.buttons-cart a:hover {
    color: #ffae00;
}
.product-thumbnail img {
    width: 100%;
}
.buttons-cart {
    margin-bottom: 30px;
    overflow: hidden;
}
.buttons-cart input,
.coupon input[type="submit"],
.buttons-cart a,
.coupon-info p.form-row input[type="submit"] {
    background: #252525 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 15px;
    text-shadow: none;

    transition: all 0.3s ease 0s;
    white-space: nowrap;
    width: inherit;
}
.wc-proceed-to-checkout {
    clear: both;
    display: block;
}
.buttons-cart input:hover,
.coupon input[type="submit"]:hover,
.buttons-cart a:hover {
    background: #ffae00 none repeat scroll 0 0;
    color: #fff;
}
.buttons-cart a {
    color: #fff;
    float: left;
    height: 40px;
    line-height: 40px;
}
.coupon {
    margin-bottom: 40px;
    overflow: hidden;
    padding-bottom: 20px;
}
.coupon h3 {
    margin: 0 0 10px;
    font-size: 14px;
   
}
.coupon p {} .coupon input[type=text] {
    border: 1px solid #e5e5e5;
    float: left;
    height: 40px;
    margin: 0 6px 20px 0;
    max-width: 100%;
    padding: 0 0 0 10px;
    width: 170px;
}
.coupon input[type=submit] {} .cart_totals {
    float: left;
    text-align: right;
    width: 100%;
}
.cart_totals h2 {
    border-bottom: 2px solid #333;
    display: inline-block;
    font-size: 30px;
    margin: 0 0 35px;
  
}
.cart_totals table {
    border: medium none;
    float: right;
    margin: 0;
    text-align: right;
}
.cart_totals table th {
    border: medium none;
    font-size: 14px;
    font-weight: bold;
    padding: 0 20px 12px 0;
    text-align: right;
   
    vertical-align: top;
}
.cart_totals table td {
    border: medium none;
    padding: 0 0 12px;
    vertical-align: top;
}
.cart_totals table {} .cart_totals table td .amount {
    color: #ffae00;
    float: right;
    font-size: 13px;
    font-weight: bold;
    margin-left: 5px;
    text-align: right;
     
}
.cart_totals table td ul#shipping_method {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.cart_totals table td ul#shipping_method li {
    float: left;
    margin: 0 0 10px;
    padding: 0;
    text-indent: 0;
    width: 100%;
}
.cart_totals table td ul#shipping_method li input {
    margin: 0;
    position: relative;
    top: 2px;
}
.cart_totals table {} a.shipping-calculator-button {
    font-weight: bold;
    color: #6f6f6f;
}
a.shipping-calculator-button:hover {
    color: #83CBDC
}
.cart_totals table tr.order-total th,
.cart_totals table tr.order-total .amount {
    font-size: 20px;
    white-space: nowrap;
}
.cart_totals table tr.order-total .amount {} .wc-proceed-to-checkout a {
    background: #ffae00 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    padding: 0 30px;
    text-transform: none;
}
.wc-proceed-to-checkout a:hover {
    background: #252525;
}
/*=========================== 
    8. Checkout page
============================= */

.coupon-area {} .coupon-accordion {} .coupon-accordion h3 {
    background-color: #f7f6f7;
    border-top: 3px solid #ffae00;
    color: #515151;
    font-size: 14px;
    font-weight: 400;
    list-style: outside none none !important;
    margin: 0 0 2em !important;
    padding: 1em 2em 1em 3.5em !important;
    position: relative;
    width: auto;
}
.coupon-accordion h3::before {
    color: #1e85be;
    content: "\f114";
    display: inline-block;
    font-family: fontawesome;
    left: 1.5em;
    position: absolute;
    top: 1em;
}
.coupon-accordion span {
    cursor: pointer;
    color: #6f6f6f;
}
.coupon-accordion span:hover,
p.lost-password a:hover {
    color: #ffae00;
}
.coupon-content {
    border: 1px solid #e5e5e5;
    display: none;
    margin-bottom: 20px;
    padding: 20px;
}
.coupon-info {} .coupon-info p.coupon-text {
    margin-bottom: 15px
}
.coupon-info p {
    margin-bottom: 0
}
.coupon-info p.form-row-first {} .coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
    display: block;
}
.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
    color: red;
    font-weight: 700;
}
.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
    border: 1px solid #e5e5e5;
    height: 36px;
    margin: 0 0 14px;
    max-width: 100%;
    padding: 0 0 0 10px;
    width: 370px;
}
.coupon-info p.form-row-last {} .coupon-info p.form-row input[type="submit"]:hover,
p.checkout-coupon input[type="submit"]:hover {
    background: #ffae00 none repeat scroll 0 0;
}
.coupon-info p.form-row input[type="checkbox"] {
    height: inherit;
    position: relative;
    top: 2px;
    width: inherit;
}
.form-row > label {
    margin-top: 7px;
}
p.lost-password {
    margin-top: 15px;
}
p.lost-password a {
    color: #6f6f6f;
}
p.checkout-coupon {} p.checkout-coupon input[type=text] {
    height: 36px;
    padding-left: 10px;
    width: 170px;
}
p.checkout-coupon input[type="submit"] {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    height: 36px;
    margin-left: 6px;
    padding: 5px 10px;
    transition: all 0.3s ease 0s;
    width: inherit;
}
.coupon-checkout-content {
    margin-bottom: 30px;
    display: none;
}
.checkout-area {
    margin-bottom: 30px;
}
.checkbox-form {} .checkbox-form h3 {
    border-bottom: 1px solid #e5e5e5;
    font-size: 30px;
    margin: 0 0 20px;
    padding-bottom: 10px;
   
    width: 100%;
}
.country-select {
    margin-bottom: 30px;
    position: relative;
}
.country-select label,
.checkout-form-list label {
    color: #333;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    margin: 0 0 5px;
    display: block
}
.country-select label span.required,
.checkout-form-list label span.required {
    color: red
}
.country-select select {
    -moz-appearance: none;
    border: 1px solid #ddd;
    height: 32px;
    padding-left: 10px;
    width: 100%;
}
.country-select::before {
    content: "\f107 ";
    display: inline-block;
    font-family: fontawesome;
    font-size: 20px;
    position: absolute;
    right: 12px;
    top: 31px;
}
.checkout-form-list {
    margin-bottom: 30px;
}
.checkout-form-list label {
    color: #333;
}
.checkout-form-list label span.required {} .checkout-form-list input[type=text],
.checkout-form-list input[type=password],
.checkout-form-list input[type=email] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 42px;
    width: 100%;
    padding: 0 0 0 10px;
}
.checkout-form-list {} .checkout-form-list input[type="checkbox"] {
    display: inline-block;
    height: inherit;
    margin-right: 10px;
    position: relative;
    top: 2px;
    width: inherit;
}
.ship-different-title input {
    height: inherit;
    line-height: normal;
    margin: 4px 0 0;
    position: relative;
    top: 1px;
    width: 30px;
}
.create-acc label {
    color: #333;
    display: inline-block;
}
.checkout-form-list input[type=password] {} .create-account {
    display: none
}
.ship-different-title {} .ship-different-title h3 label {
    display: inline-block;
    margin-right: 20px;
}
.ship-different-title input {} .order-notes {} .order-notes textarea {
    height: 90px;
    padding: 15px;
    width: 100%
}
#ship-box-info {
    display: none
}
.your-order {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 30px 40px 45px;
}
.your-order h3 {
    border-bottom: 1px solid #d8d8d8;
    font-size: 30px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%;
}
.your-order-table table {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    width: 100%;
}
.your-order-table table th,
.your-order-table table td {
    border-bottom: 1px solid #d8d8d8;
    border-right: medium none;
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
}
.your-order-table table th {
    border-top: medium none;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px;
}
.your-order-table table .shipping ul li input {
    position: relative;
    top: 2px;
}
.your-order-table table .shipping th {
    vertical-align: top;
}
.your-order-table table .order-total th {
    border-bottom: medium none;
    font-size: 18px;
}
.your-order-table table .order-total td {
    border-bottom: medium none;
}
.your-order-table table tr.cart_item:hover {
    background: #F9F9F9
}
.your-order-table table tr.order-total td span {
    color: #ffae00;
    font-size: 20px;
}
.your-order-table table {} .payment-method {
    margin-top: 40px;
}
.payment-accordion {} .payment-accordion h3 {
    border-bottom: 0 none;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.payment-accordion h3 a {
    color: #6f6f6f;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
    text-transform: capitalize;
    text-decoration: none
}
.payment-accordion h3 a:before,
.payment-accordion h3.open a:after {
    content: "ï•";
    display: inline-block;
    font-family: fontawesome;
    font-size: 20px;
    left: 0;
    position: absolute;
    top: -2px;
}
.payment-accordion h3.open a:after {
    content: "\f056";
}
.payment-content {} .payment-content p {
    font-size: 13px;
}
.payment-accordion img {
    height: 60px;
    margin-left: 15px;
}
.order-button-payment {} .order-button-payment input {
    background: #ffae00 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    height: 50px;
    margin: 20px 0 0;
    padding: 0;
    
    transition: all 0.3s ease 0s;
    width: 100%;
}
.order-button-payment input:hover {
    background: #444
}
/*******   9. About area   ********/

.login-area {} .login-area input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #eceff8;
}
.login-area select {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #eceff8;
}
#billing_address_2 {
    margin-top: 15px
}
#rememberme {
    float: left;
    height: inherit;
    margin-top: 7px;
    width: 30px;
}
label.inline > a {
    color: #ffae00;
}
.theme-button {
    width: 150px;
}
.theme-button:hover {
    background: #ffae00;
    color: #fff;
    border-color: #ffae00
}
.centered-title h2 {
    color: #202020;
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    text-transform: capitalize;
}
.centered-title em {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 1.6em;
}
.login-form {
    border: 1px solid rgba(0, 0, 0, 0.12);
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
    padding: 25px 30px;
    width: 100%;
}
.login-form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #eceff8;
}
.lost_password > a {
    color: #ffae00;
}
.contact-form input[type="text"],
.contact-form input[type="email"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #eceff8;
    margin-bottom: 16px;
}
.contact-form textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #eceff8;
}
.contact-form input[type="submit"] {
    background: #252525 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    margin-top: 16px;
    padding: 0 15px;
    
    transition: all 0.3s ease 0s;
    width: 140px;
}
.contact-info h3,
.contact-form h3 {
    border-bottom: 2px solid #e8e8e9 !important;
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 8px;
    
}
.contact-info ul li {
    border-bottom: 1px solid #e8e8e9;
    float: left;
    font-size: 13px;
    line-height: 40px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.contact-info ul li i {
    font-size: 16px;
    margin-right: 5px;
    width: 20px;
}
/*.............   10. Elements  ................*/

.elements1.space-custom {
    height: 0px;
}
.elements1.header-pos {
    position: inherit;
}
.elements1 .main-menu {
    margin: 0px 10px 0 0;
}
.elements1 .search-block-top {
    margin-top: 0;
}
.elements1 .setting-menu {
    margin: 0px 0 0 30px;
}
.elements1.header-pos {
    padding: 0 15px;
}
.elements1 .logo {
    padding-top: 23px;
}
.elements1 .shopping-cart {
    padding-bottom: 25px;
}
.elements1 .main-menu ul li a {
    padding: 25px 18px;
}
.sc-sub-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px;
    text-align: left;
     
}
.tab-accordion-area .accordion-head {
    background: #303030 url("img/icons/accordion-up.png") no-repeat scroll right center;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 42px;
    line-height: 44px;
    padding: 0 12px 0 28px;
    position: relative;
    text-align: left;
   
    width: 100%;
}
.tab-accordion-area .accordion-head.collapsed {
    background: #303030 url("img/icons/accordion-down.png") no-repeat scroll right center;
}
.tab-accordion-area .accordion-head:hover,
.tab-accordion-area .accordion-head:focus {
    color: #fff;
}
.tab-accordion-area .accordion-body {
    padding: 25px;
    text-align: left;
}
.tab-accordion-area .checkout-reg h3 {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
    margin: 0 0 11px;
   
}
.tab-accordion-area #accordion .panel {
    border: medium none;
    box-shadow: none;
}
.tab-accordion-area .panel-group {
    margin-bottom: 0;
}
.elements-progress .progress-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin: 0 0 5px;
    text-align: left;
}
.elements-progress .progress {
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    height: 8px;
}
.elements-progress {
    background-color: #f6f6f6;
}
.elements-tab-area .tab-list {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.elements-tab-area .tab-list li {
    display: block;
    float: left;
    margin-right: 15px;
}
.elements-tab-area .tab-list li a {
    background: #303030 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 42px;
    line-height: 44px;
    padding: 0 20px;
  
}
.elements-tab-area .tab-list li.active a {
    background: #ffae00 none repeat scroll 0 0;
}
.elements-video-one {
    margin-bottom: 30px;
    overflow: hidden;
}
.breadcrumb-area2 {
    background-color: #333;
    clear: both;
}
.mailchimp-error {
  color: red;
}
.mailchimp-success {
  color: green;
}

.case img {
    max-height: 370px;
	min-height: 370px;
}

a.sub2{
    color: #a2a2a2 ;
    font-size: 12px;
}
a.sub2:hover{
    color: #777 !important;

}


 .pro-block {
     padding:20px 0px 20px 0px;
    background-color: rgba(243, 243, 243, 1);
}
 .pro-block .container{
     background:none;
 }
 .index-pro-right-content h2{
     color: #0194d8;
     font-size: 24px;
     margin: 0px 0 30px 0px !important;
     position: relative;
     width: 100%;

 }

.index-pro-a-more{
    background: #fff;
    padding: 10px 20px;
    color: #0091d6 !important;
    font-size: 14px;
    display: inline-block;
    transition: all ease .3s;
    margin-top: 10px;
}
.index-pro-content-box{
    color: #525557;
    font-size: 14px;
    line-height: 30px;
    /*margin-bottom: 40px !important;*/
}


.index-pro-small-content {
    max-height: 240px;
    overflow: hidden;
    line-height: 30px;
}

.index-pro-small-content p img {
    max-width: 100%;
}
.index-pro-a-more:hover{
    color: #ffffff !important;
    background: #0096db;
}
.index-pro-left-content {
    width: 150px;

    float:left;
}
.index-pro-img img {
    vertical-align: middle;
    border: 0;
    width: 100%;
    transition: all ease .3s;
}
.index-pro-img:hover img {
    transform: scale(1.05);
}

.index-pro-right-content {
    width:990px;
    padding: 30px;
    background: #fff;
    height: 404px;
    float:left;
}
.index-pro-right-content h2::after{
    content: '';
    position: absolute;
    left: 0;
    width: 46px;
    height: 2px;
    background: #0194d8;
    bottom: -17px;
}
 .index-pro-right-content .index-pro-content-box{

 }
.index-pro-left-content li,.index-pro-left-content span{
    display: block;
    text-align: center;
    font-size: 18px;
    color: #0091d6;
    transition: all ease .3s;
    cursor: pointer;
    width: 134px;
    height: 128px;
    padding-top: 40px;
    margin-bottom: 10px;
    background: #ffff;
}

.index-pro-left-content span i {
    display: block;
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
}
.one-content-box{
    display:none;
}

.index-pro-left-content-4 span {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #0091d6;
    transition: all ease .3s;
    cursor: pointer;
    width: 134px;
    height: 94px;
    padding-top: 16px;
    margin-bottom: 10px;
    background: #ffff;
}





.index-pro-active{
    color:#fff !important;
    background:#0091d6 !important;
}

.blog-img a{
    display: block;
    position:relative;
    border: 1px solid #f2f2f2;
}

.about-block{
    background-color: rgba(243, 243, 243, 1);
}

.about-block .section-content {
    margin: 0;

    padding: 20px 40px;
    font-size: 14px;
}

.more-box {
    text-align: center;
    padding-top: 30px;
}
.slider-container{
    position: relative;
}

/*电脑端二级导航*/
.pc-second-nav {
    /*position: absolute;*/
    /*bottom: 0px;*/
    height: 60px;
    width: 100%;
    background-color: rgba(0,0,0,0.56);
    color: #fff;
    text-align: center;
    z-index: 998;

    background-color: rgba(255, 255, 255, 0.56);
    color: #fff;
    text-align: center;
    z-index: 998;
    border-bottom: 1px solid #d0d0d0;


}
.pc-second-nav a{
    display:inline-block;
    color: #fff;
    color: #555;
}

.pc-second-nav a:hover,.pc-second-nav a.active{
    color: #fff !important;
    background:#00a0e9;
}

.pc-second-nav-one {
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: all ease .3s;
    position: relative;
    width: auto !important;
    padding: 0 30px;
    margin: 0 2px;
}

/*手机版二级导航*/
.mobile-second-nav {
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    display:none;
}
span.m-nav-right-content {
    float: right;
    font-size: 18px;
}
span.m-nav-left-content {
    color: #00a0e9;
    font-weight: bold;
}

.mobile-second-nav-list{
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.7);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 100%;
}
.mobile-second-nav-list .menur{
    width: 20%;
    font-size: 20px;
    padding: 80px 0 0 0px;
    float: left;
    color: white;
    height: 100%;
    text-align: center;
}
.mobile-second-nav-list .menul{
    width: 80%;
    height: 100%;
    float: left;
    background: white;
}
.mobile-second-nav-list .menul li{
    width: 100%;
    height: 65px;
    line-height: 45px;
    border-bottom: 1px solid #eee;
    padding: 10px;
}
.menul li a{
    color:#333 !important;
    display:block;
}

.menul li a.active{
    color:#00a0e9 !important;
    font-weight: bold;
}


.no-data {
    text-align: center;
}
.no-data img {
    max-width: 100%;
}
.no-data a{
    color:#848484;
    display:block;
}


/*滚动式二级菜单*/
.mobile-menu-2-box{
    display: none;
}
 .mobile-menu-2 {
     background: #fff;
     border-bottom: 1px solid #eee;
 }
.mobile-menu-2 li {
    line-height: 35px;
    text-align: center;
}
.mobile-menu-2 li a{
    display:block;
    width: 100%;
}
.mobile-menu-2 li a.active{
    background:#337ab7;
    color:#fff !important;
}
.mobile-menu-2  .owl-controls .owl-nav div {
    background: none;
    border: 0px solid #ebebeb;
    border-radius: 0;
    color: #d2d2d2;
    font-size: 18px;
    height: 40px;
    /*left: -35px;*/
    line-height: 35px;
    margin-top: -17.5px;
    opacity: 1;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 400ms ease-in 0s;
    width: 20px;
}




@media (max-width: 1200px){
    .container-fluid {

         width: auto;
    }
    .index-pro-right-content {
        width: auto !important;
        padding: 30px;
        background: #fff;
        height: auto;
        float: left;
    }
    .index-pro-left-content {
        float: initial;
        width: 100%;
        text-align: center;
    }
    .index-pro-left-content li,.index-pro-left-content span {
        display: inline-block;
        text-align: center;
        font-size: 14px;
        color: #0091d6;
        transition: all ease .3s;
        cursor: pointer;
         width: auto;
         height: auto;
        margin-bottom: 10px;
        background: #ffff;
        float: initial;
        padding: 10px;
    }
    .index-pro-left-content span i {
        font-size: 14px;
        margin-bottom: 3px;
    }
    .pro-block .container {
        width:auto;
    }

    .index-pro-content-box {
        color: #525557;
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 0px !important;
        margin-top: 20px;
    }
}

#youce {
    position: fixed;
    list-style: none;
    bottom: 5%;
    right: 5px;
    z-index: 9999999;
}
#youce li {
    margin-bottom: 1px;
    background: #0096db;
    position: relative;
    width: 55px;
    height: 55px;
}
#youce li.qq {
    background: url(/public/front/img/youce/qq.jpg) no-repeat center;
}

#youce li.kefuma {
    background: url(/public/front/img/youce/weixin.jpg) no-repeat center;
}

#youce li.rexian {
    background: url(/public/front/img/youce/dianhua.jpg) no-repeat center;
}

#youce li:hover p, #youce li:hover img {
    opacity: 1;
    visibility: visible;
}
#youce li p {
    position: absolute;
    right: 100%;
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
    padding: 8px 15px;
    width: 230px;
    background: #0096db;
    height: 55px;
    margin-left: 1px;
    line-height: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all ease .3s;
}
#youce a:link,#youce a:hover,#youce a:active,#youce a:visited{
    color:#fff;
}
#youce li:hover p, #youce li:hover img {
    opacity: 1;
    visibility: visible;
}
 .resetHtmlCssStyle img {
     vertical-align: top;
 }
 .resetHtmlCssStyle img {
     border: 0 none;
 }
.erweima {
    position: absolute;
    right: 100%;
    box-sizing: border-box;
    padding: 4px;
    width: 110px;
    background: #0096db;
    margin-left: 1px;
    opacity: 0;
    visibility: hidden;
    transition: all ease .3s;
}



.second-nav-list-hide{
    left: 100% !important;
    transition: all 0.3s ease 0s;
}
.second-nav-list-show{
    left: 0 !important;
    transition: all 0.3s ease 0s;
}

.pc-big-title-box {
    padding: 50px 10px 25px 10px;
    text-align: center;
    font-size: 16px;
    color: #c1c1c1;

}
.pc-big-title-box .fa-circle {
    font-size: 16px;
    color:#0b76be;
}
.pc-big-newtitle {
    font-size: 20px;
    line-height: 35px;
    color: #0b76be;
}

.mobile-page-box{
    display:none;
}

.moban-a .list-box{
    overflow: hidden;
    margin-bottom: 10px;
}
.moban-a .list-one{
    position: relative;
    top: 0px;
    background: #fff;
    float: left;
    margin: 30px 10px 0;
    box-sizing: border-box;
    transition: all .5s ease;
}
.moban-a .list-one img{
    /*height:260px;*/
}
.moban-a .list-one:hover {
    top: -15px;
    box-shadow: 0 0 10px 3px #ccc;
}


.moban-b-list-one{
    margin: 8px 0 0;
    overflow: hidden;
    padding: 10px 0 16px;
    border-bottom: 1px solid #eee;
}
.moban-b-list-one p{
    color:#999;
}
.moban-b-list-one a:link,
.moban-b-list-one a:hover,
.moban-b-list-one a:active,
.moban-b-list-one a:visited{
    color:#232323;
}
.moban-b-list-one .chunkl {
    width: 148px;
    height: 100px;
    float: left;
}
.moban-b-list-one .chunkl img{
    float: left;
    width: 138px;
    height: 100px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.moban-b-list-one:nth-child(1) {
    border-top: 1px solid #eeee;
}
.moban-b-list-one .chunkr{
    height: 100px;
    padding-left: 10px;
    position: relative;
}
.moban-b-list-one .chunkr span{
    height: 25px;
    line-height: 25px;
    text-align: left;
    white-space: normal;
    overflow: hidden;

    color: #323232;
    font-size: 10px;
    display: block;
}
.moban-b-list-one .chunkr span.tit{
    font-size: 14px;
    font-weight: bold;
}
.moban-b-list-one .chunkr span.con{
    height: 50px;
    font-size:13px;
}
.moban-b-list-one .chunkr span.time{
    color: #c8c3c3;
}



.moban-f .list-one{
    margin: 8px 0 0;
    overflow: hidden;
    padding: 10px 0 16px;
    border-bottom: 1px solid #eee;
}
.moban-f .list-one p{
    color:#999;
}
.moban-f .list-one a:link,
.moban-f .list-one a:hover,
.moban-f .list-one a:active,
.moban-f .list-one a:visited{
    color:#232323;
}
.moban-f .list-one .chunkl {
    width: 148px;
    height: 100px;
    float: left;
}
.moban-f .list-one .chunkl img{
    float: left;
    width: 138px;
    height: 100px;
}

.moban-f .list-one .chunkr{
    height: 100px;
    padding-left: 10px;
    position: relative;
}
.moban-f .list-one .chunkr span{
    height: 25px;
    line-height: 25px;
    text-align: left;
    white-space: normal;
    overflow: hidden;

    color: #323232;
    font-size: 10px;
    display: block;
}
.moban-f .list-one .chunkr span.tit{
    font-size: 14px;
    font-weight: bold;
}
.moban-f .list-one .chunkr span.con{
    height: 50px;
    font-size:13px;
}
.moban-f .list-one .chunkr span.time{
    color: #c8c3c3;
}

.padding-left-right-30{
    padding-left:30px;
    padding-right:30px;
}

.data-list-box{
    overflow: hidden;
    margin-bottom: 15px;
}

.moban-c .list-one{
    position: relative;
    top: 0px;
    background: #fff;
    float: left;
    margin: 20px 10px 0;
    box-sizing: border-box;
    transition: all .5s ease;
}
.moban-c .list-one img{
    /*height:260px;*/
}
.moban-c .list-one:hover {
    /*top: -15px;*/
    box-shadow: 0 0 10px 3px #ccc;
}

.moban-g .list-box{
    overflow: hidden;
    margin-bottom: 10px;
}
.moban-g .list-one{
    position: relative;
    top: 0px;
    background: #fff;
    float: left;
    margin: 30px 10px 0;
    box-sizing: border-box;
    transition: all .5s ease;
}
.moban-g .list-one img{
    height:260px;
}
.moban-g .list-one:hover {
    top: -5px;
    /*box-shadow: 0 0 10px 3px #ccc;*/
}

.callme-detail-top{
    border-bottom: 1px dashed #c2c2c2;
    margin-bottom: 20px;
}


.da-col-12{
    width: calc((100% - 240px)/12);
}
.da-col-10{
    width: calc((100% - 200px)/10);
}
.da-col-9{
    width: calc((100% - 180px)/9);
}
.da-col-8{
    width: calc((100% - 160px)/8);
}
.da-col-7{
    width: calc((100% - 140px)/7);
}
.da-col-6{
    width: calc((100% - 120px)/6);
}
.da-col-5{
    width: calc((100% - 100px)/5);
}
.da-col-4{
    width: calc((100% - 80px)/4);
}
.da-col-3{
    width: calc((100% - 60px)/3);
}
.da-col-2{
    width: calc((100% - 40px)/2);
}

.moban-d .list-one{
    position: relative;
    top: 0px;
    background: #fff;
    float: left;
    margin: 0px 10px 10px 0;
    box-sizing: border-box;
    transition: all .5s ease;
    overflow: hidden;
}
.moban-d .list-one img{
    height:260px;
}
.moban-d .list-one:hover {
    /*top: -15px;*/
    box-shadow: 0 0 10px 3px #ccc;
}

.moban-a-detail-box .detail-content img {
    max-width: 100%;
}
.moban-a-detail-box .detail-title {
    text-align: center;
    display: block;
    font-size:24px;
    font-weight:bold;
    margin: 20px 0px 20px 0px;
    color: #0194d8;
}
.moban-a-detail-box .detail-time {
    text-align: center;
    display: block;
    margin-bottom: 10px;
    color: #999;
    font-size: 13px;
}
.moban-a-detail-box .detail-title-box {
    overflow: hidden;
    margin-bottom: 20px;
    padding: 20px;
    border-bottom: 1px dashed #dfdfdf;
}
.moban-a-detail-box .detail-content {
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ededed;
    clear: both;
    
    padding: 10px;
}
.moban-a-detail #container{
    padding: 10px 40px;
}

.moban-a-detail .predetail{
    display:inline-block;
    float:left;
    height: 50px;
    line-height: 25px;
}
.moban-a-detail .nextdetail{
    display:inline-block;
    float:right;
    height: 50px;
    line-height: 25px;
}
.detail-content p img {
    height: auto !important;
    max-width: 100% !important;
}




/*放大图片样式*/
.showbigimgbox {
    width: 100%;
    height: 100%;
    z-index: 9999999999999;
    background: rgba(0,0,0,.5);
    overflow: hidden;
    top: 0;
    position: fixed;
    text-align: center;
    display:none;
}
.showbigimgbox img{
    margin-top:10%;
    transition: all .5s ease;
    border-radius: 5px;
    border: 10px solid #eee;
}
.showbigimgbox i.fa.fa-close {
    position: absolute;
    bottom: 0;
    color: #fff;
    background: #333;
    border-radius: 50%;
    height: 30px;
    line-height: 30px;
    width: 30px;
    cursor: pointer;
    left:50%;
    margin-left:-15px;
    transition: all .8s ease;
}


/*放大图片样式*/
.showVideoBox{
    width: 100%;
    height: 100%;
    z-index: 9999999999999;
    background: rgba(0,0,0,.5);
    overflow: hidden;
    top: 0;
    position: fixed;
    text-align: center;
    display:none;
}
.showVideoBox video{
    max-width:100%;
    transition: all .7s ease;
    border-radius: 5px;
    border: 10px solid #eee;
    background: #000;
}
.showVideoBox i.fa.fa-close {
    position: absolute;
    bottom: 0;
    color: #fff;
    background: #333;
    border-radius: 50%;
    height: 30px;
    line-height: 30px;
    width: 30px;
    cursor: pointer;
    left:50%;
    margin-left:-15px;
    transition: all .8s ease;
}


span.downfile {
    background: #0096db;
    height: 30px;
    display: block;
    width: 50px;
    text-align: center !important;
    color: #fff !important;
    position: absolute;
    bottom: 4px;
    right: 10px;
    cursor:pointer;
}
span.downfile a{
    color: #fff !important;
}

.contact-body{
    margin-bottom: 40px;
    max-width: 560px;
    margin: auto;
}




.contact-body input{
    height: 45px;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    color: #626262;
    width: 100%;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}
.contact-body label {
    font-size: 15px;
    font-weight: 400;
    color: #626262;

}
.styled-input {
    margin-bottom: 10px;
}
.agile-styled-input-top{
    margin-top:30px;
}

.styled-input-sub {
    clear:both;
    margin: auto;
    border-radius: 6px;
    overflow: hidden;
    /*background: #0096db;*/
    transition: all .5s ease;
    width: 100%;
    border: 0px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.styled-input-sub input{
    background: #0096db;
    color:#fff;
    height:50px;
    width: 100%;
    border: 0px;
}
.styled-input-sub input:hover{
    /*transform: scale(1.02);*/
    font-size:15px;
}

.styled-input-bottom textarea {
    resize: vertical;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    padding: 10px;
    font-size: 14px;
    width: 100%;
    border-radius:5px;
    min-height:150px;
}


.company {
    font-size: 16px;
    color: #008fd7;
    font-weight: bold;
}
.margin-top-30{
    margin-top:30px;
}

.header-search{
    font-size: 23px;

    color: #008fd7;
    cursor: pointer;
}
.pc-search-input {
    display: block;
    margin-left: -180px;
    overflow: auto;
    width: 220px;
    right: 0;
    background: #fafafa;
    border: 1px solid #008fd7;
}
.pc-search-input .pros1{
    width:100%
}
.pc-search-input .pros1 input{
    border:0px;
    background:#fff;
    padding-right: 40px;
}
.pc-search-input .pros1 li {
    position: relative;
}
.pc-search-input .pros1 li .search-btn {
    position: absolute;
    right: 8px;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
}
.searchBox {
    margin-top: 5px;
}
.searchBox input.body-search-input {
    border: 1px solid #e7e7e7;
}
.searchBox .body-search-submit {
    position: absolute;
    left: auto;
    right: 8px;
    FONT-SIZE: 18PX;
    TOP: 14PX;
    COLOR: #0096db;
    CURSOR: POINTER;
    PADDING: 0PX 10PX;
}
form.search-form.pc-search-form {
    max-width: 500px;
    position: relative;
    margin: auto;
}

.links-list-box{
    padding-top:20px;
    padding-bottom: 20px;
}


.search-top .search-submit {
    position: absolute;
    right: 8px;
    top: 12px;
    cursor:pointer;
}

.search-top form.search-form {
    position: relative;
}
.search-top .header-search {
    font-size: 23px;
    color: #008fd7;
    cursor: pointer;

}
.search-top input.search-input {
    width: 140px;
    border: 0px;
    background: #eee;
    padding-right: 35px;
}

.links-box{
    position: initial;
}
.links-box h3 a {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin-top: 0px;
    padding: 0px 14px;
}
.moban-g .list-one {
    position: relative;
    top: 0px;
    background: #fff;
    float: left;
    margin: 15px 10px 0;
    box-sizing: border-box;
    transition: all .5s ease;
}



@media screen and (min-width: 991px) {
    .moban-b-list-one .chunkr {
        height: auto;
        padding: 20px 10px;
    }
    .moban-b-list-one .chunkl {
        width: 265px;
        height: 180px;
        float: left;
    }
    .moban-b-list-one .chunkl img {
        width: 250px;
        height: 180px;
        border: 1px solid #eee;
        border-radius: 5px;
    }
    .moban-b-list-one .chunkr span.tit {
        font-weight: bold;
        font-size: 20px;
        color: #232323;
    }
    .moban-b-list-one .chunkr span.con {
        height: 75px;
        margin: 7.5px 0px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .moban-b-list-one .chunkr span {
        text-align: left;
        white-space: normal;
        overflow: hidden;

        display: block;
        color: #999;
        font-size: 14px;
        line-height: 25px;
        text-align: left;
        vertical-align: top;
        word-break: break-all;
    }



    .moban-f .list-one .chunkr {
        height: auto;
        padding: 4px 10px;
    }
    .moban-f .list-one .chunkl {
        width: 180px;
        height: 120px;
        float: left;
    }
    .moban-f .list-one .chunkl img {
        width: 160px;
        height: 120px;
    }
    .moban-f .list-one .chunkr span.tit {
        font-weight: bold;
        font-size: 20px;
        color: #232323;
    }
    .moban-f .list-one .chunkr span.con {
        height: 50px;
        margin: 7.5px 0px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .moban-f .list-one .chunkr span {
        text-align: left;
        white-space: normal;
        overflow: hidden;
        display: block;
        color: #999;
        font-size: 14px;
        line-height: 25px;
        text-align: left;
        vertical-align: top;
        word-break: break-all;
    }

.moban-a-detail  .container-mp{
   	padding:0px !important;
   margin: 0px auto !important;
  }




}

/* Tablet desktop :768px. */
@media screen and (max-width: 991px) {

    .container{
        width:100% !important;
        /*background:none !important;*/
    }
    .header-search {
        font-size:initial;
        color: #ffffff;
        cursor: pointer;
        padding: 1em 5%;
        background: #01aaeb !important;
    }
    .fa-search{
        top: 24px;
        position: absolute;
        left: 78%;
        color: #01aaeb;
    }
    input.search-input {
        max-width: 77%;
        background: #fff;
        border-radius: 5px;
        height: 30px;
        border: 0px;
        padding-right: 8%;
    }

    .moban-a .list-one img{
        /*height:180px;*/
    }
    .margin-top-30{
        margin-top:0px;
    }

    .footer-top-area{
        display:none;
    }
    .youceBox{
        display:none;
    }
    .mobile-second-nav{
        display:block;
        background: #f3f3f3;
        border-bottom: 1px solid #cbcbcb;
    }
    .pc-second-nav{
        display:none;
    }

    .pc-page-box{
        display:none;
    }
    .mobile-page-box{
        display:block;
    }

    .moban-a-detail-box .detail-title {
        font-size: 18px;
        margin: 20px 0px 15px 0px;
    }
    .moban-a-detail-box .detail-title-box {
        padding: 10px;
    }
    .moban-a-detail #container {
        padding: 10px 20px;
    }
    .detail-content p, .detail-content p span,.detail-content p h2, .detail-content p h3{
        font-size: 14px !important;
    }
    .callme-detail-top {
        border-bottom: 0px;
    }
    .pc-big-title-box{
        display:none;
    }
    .mobile-menu-2-box{
        display: block;
    }
    span.downfile {
        width: 35px;
        bottom:0px;
        right: 0px;
    }


    .da-col-12{
        width: calc((100% - 120px)/6);
    }
    .da-col-10{
        width: calc((100% - 100px)/5);
    }
    .da-col-9{
        width: calc((100% - 80px)/4);
    }
    .da-col-8{
        width: calc((100% - 80px)/4);
    }
    .da-col-7{
        width: calc((100% - 60px)/3);
    }
    .da-col-6{
        width: calc((100% - 60px)/3);
    }
    .da-col-5{
        width: calc((100% - 40px)/2);
    }
    .da-col-4{
        width: calc((100% - 40px)/2);
    }
    .da-col-3{
        width: calc((100% - 40px)/2);
    }
    .da-col-2{
        width: calc((100% - 20px)/1);
    }
  .moban-a-detail  .container-mp{
   	padding:0px !important;
    margin: 0px auto !important;
  }

}

@media screen and (max-width: 768px) {
    .padding-left-right-30{
        padding-left:10px;
        padding-right:10px;
    }
    .da-col-12{
        width: calc((100% - 60px)/3);
    }
    .da-col-10{
        width: calc((100% - 40px)/2);
    }
    .da-col-9{
        width: calc((100% - 40px)/2);
    }
    .da-col-8{
        width: calc((100% - 40px)/2);
    }
    .da-col-7{
        width: calc((100% - 40px)/2);
    }
    .da-col-6{
        width: calc((100% - 40px)/2);
    }
    .da-col-5{
        width: calc((100% - 40px)/2);
    }
    .da-col-4{
        width: calc((100% - 40px)/2);
    }
    .da-col-3{
        width: calc((100% - 40px)/2);
    }
    .da-col-2{
        width: calc((100% - 40px)/2);
    }
  .moban-a-detail  .container-mp{
   	padding:0px !important;
      margin: 0px auto !important;
  }

}

@media screen and (max-width: 370px) {
    /*当宽度小于370隐藏左侧的图片*/
    .moban-f .list-one .chunkl {
        display: none;
    }
    .contact-body label{
        display:none;
    }
  .moban-a-detail  .container-mp{
   	padding:0px !important;
      margin: 0px auto !important;
  }

}

.newcase .attr-right{
    padding:0px 40px;
}
.newcase .attr-right h3 {
    line-height: 50px;
    margin-bottom: 40px;
    color: rgba(49, 49, 49, 0.55);
    border-bottom: 2px dashed #dcdcdc;
    /* background: #F44336; */
    color: #005bac;

}
.newcase .attr-right p {
    line-height: 45px;
    font-size: 20px;
    color: #005bac;
    font-weight: bold;
}
.newcase .detail-attr-box{
    width:100%;
    overflow: hidden;
}
.newcase .attr-left{
    float:left;
    width: 30%;
}
.newcase .attr-right{
    float:left;
    width: 70%;
}



.newcase .attr-left img{
    width: 100%;
    border: 1px solid #e0e0e0;
    padding: 6px;
}
.newcase  .detail-content h3 {
    border-bottom: 1px dashed #005bac;
    line-height: 50px;
    color: #005bac;
}

.caselist-one-title{
    font-weight: 400;
    padding: 0px 0 0;
    background: rgba(49, 49, 49, 0.55);
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-size: 13px;
}
.caselist-one-title h3{
    font-weight: 400;
    font-size: 14px;
    padding: 12px;
    line-height: 20px;
}
.caselist-one-title a{
    color:#fff;
    font-weight: 400;
    font-size: 14px;
}
.margin-top-15{
    margin-top:15px;
}
.margin-bottom-15{
    margin-bottom:15px;
}

@media screen and (max-width: 991px){
    .newcase .attr-left,.newcase .attr-right{
        float:initial;
        width: 100%;
    }
    .newcase .attr-left{
        margin: auto;
        text-align: center;
    }
    .newcase .attr-left img{
        width:auto;
        max-height: 120px;
    }
    .newcase .attr-right {
        padding:0px;
    }
    .newcase .attr-right h3 {
        padding:0px;
        line-height: 45px;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .newcase .attr-right p {
        line-height: 30px;
        font-size: 15px;
    }
    .newcase  .detail-content h3 {
        font-size: 18px;
        line-height: 45px;
    }


    .caselist-one-title h3{
        font-weight: 400;
        font-size: 14px;
        padding:5px;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }



        .margin-bottom-15 {
            margin-bottom: 0px;
        }
        .margin-top-15 {
            margin-top: 0px;
        }
  
  .banner-detail-box{
   	display:none; 
  }

}


.shebei .detail-content img{
    border: 1px solid #eee;
    border-radius: 5px;
}
.pc-second-nav a:active, .pc-second-nav a:visited{
    color: #555;
}
.pc-second-nav a.active {
    color: #fff !important;
    background: #0b76be;
}
.pc-second-nav a:hover{
    color: #fff !important;
    background: #0b76be;
}
.helplist .moban-b-list-one{
    background:#fff;
    padding:10px;
}


.mean-container .mean-nav ul li a {
    background: rgba(226, 226, 226, 0.39) none repeat scroll 0 0;
    color: #545454;
}
.mean-container a.meanmenu-reveal span {
    display: block;
    background: #000000;
    height: 3px;
    margin-top: 3px;
}
.mean-container a.meanmenu-reveal {
    color: #0b76be;
}


.left{
    float:left;
}
.right{
    float:right;
}



/*banner图上的文字样式*/
/*.banner-detail-box {*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*margin-left: -140px;*/
    /*z-index: 99;*/
    /*top: 50%;*/
    /*margin-top: -60px;*/

/*}*/


.banner-detail-box {
    position: absolute;
    left: 50%;
    margin-left: -155px;
    z-index: 99;
    top: 50%;
    margin-top: -75px;
    /* background: rgba(255, 255, 255, 0.7); */
    background: rgba(0, 0, 0, 0.6);
    padding: 0px;
}


.banner-detail-box span {
    display: block;
    color: #ffff;
}
span.banner-title {

    font-weight: bold;
    line-height: 30px;
    /*border-left: 2px solid #4fc1f0;*/
    /*border-top: 3px solid #0b76be;*/
    min-width: 280px;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    /*color: #a94442;*/
    /*background: url(/public/front/images/icon/top.png) no-repeat;*/
    background-size: 50px;
    background-position: left top;
}
span.banner-small-title {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    min-width: 280px;
    padding-bottom: 20px;

    color: #ffae00;
    /*background: url(/public/front/images/icon/bottom.png) no-repeat;*/
    background-size: 50px;
    background-position: right bottom;
}

