.floatleft { float: left }
.floatright { float: right }
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0px solid }
img {
    max-width: 100%;
    height: auto;
}
.fix { overflow: hidden }
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0 0 15px;
}
body { font-family: 'Titillium Web', sans-serif; }



.header-area {
    background: none repeat scroll 0 0 #f4f4f4;
}
.header-area a {
    color: #888;
}
.user-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.user-menu li {
    display: inline-block;
}
.user-menu li a {
    display: block;
    font-size: 13px;
    margin-right: 5px;
    padding: 10px;
}
.user-menu li a i.fa {
    margin-right: 5px;
}
.header-right ul.list-inline {
    margin: 0;
    text-align: right;
}
.header-right ul.list-inline li a {
    display: block;
    padding: 9px;
}
.header-right ul.list-inline li ul a {
    padding: 5px 15px;
}
.header-right ul.list-inline li ul {
    border: medium none;
    border-radius: 0;
    left: 50%;
    margin-left: -50px;
    min-width: 100px;
    text-align: center;
}

.mainmenu-area {background: none repeat scroll 0 0 #fff;
font-family: "Roboto Condensed",sans-serif;
text-transform: uppercase;
width: 100%;
z-index: 999;}



.logo h1 {
    font-size: 40px;
    margin: 40px 0;font-weight: 400;
}
.logo h1 a {
    color: #999;
}
.logo h1 a:hover {text-decoration: none;opacity: .7}
.logo h1 a span {
    color: #1abc9c;
}
.shopping-item {
    border: 1px solid #ddd;
    float: right;
    font-size: 18px;
    margin-top: 40px;
    padding: 10px;
    position: relative;
}
.shopping-item a {
    color: #666;
}
.cart-amunt {
    color: #1abc9c;
    font-weight: 700;
}
.product-count {
    background: none repeat scroll 0 0 #1abc9c;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    padding-top: 2px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    width: 20px;
}
.shopping-item i.fa {
    margin-left: 15px;
}


.shopping-item:hover {
    background: none repeat scroll 0 0 #1abc9c;
    border-color: #1abc9c;
}
.shopping-item:hover a {
    color: #fff;text-decoration: none
}
.shopping-item:hover .cart-amunt {
    color: #fff;
}
.shopping-item:hover .product-count {
    background: none repeat scroll 0 0 #000;
}


.mainmenu-area ul.navbar-nav li a {
    /**/
    font-size: 16px;
    /*font-weight: 700;*/
    padding: 20px 20px 20px 0px;
    color:#5e5e5e;

}
    
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
.mainmenu-area ul.navbar-nav li:hover a, .mainmenu-area ul.navbar-nav li.active a {background: #fff}
.mainmenu-area .nav > li > a:focus {color: #000}
.mainmenu-area ul.navbar-nav li  :hover, .mainmenu-area ul.navbar-nav li.active a  {
    color: #3385ff;
    }
.navbar-nav li span {
        margin: 0 20px 0 40px;
   
    color: #dbdbdb;
}
.slider-area {clear: both}
.slider-area, .promo-area, .brands-area, .maincontent-area, .footer-top-area, .product-widget-area, .product-breadcroumb-area, .single-product-area {position: relative;overflow: hidden;padding: 80px 0px 0px 0px;}
.zigzag-bottom {}
.slide-text-wrapper {
  height: 700px;
}
.slide-text-wrapper {
  display: table;width: 100%;
}

.slide-text {display: table-cell;vertical-align: middle}

.zigzag-bottom {
background: none repeat scroll 0 0 #1abc9c;
bottom: -80px;
height: 165px;
left: -5%;
position: absolute;
transform: rotate(3deg);
width: 108%;
z-index: 9;
}

.slide-bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;background-position: center;background-size: cover
}
.slide-bg:after {
  background: none repeat scroll 0 0 #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}
.slide-one {background-image: url(img/slide-1.jpg)}
.slide-two {background-image: url(img/slide-2.jpg)}
.slide-three {background-image: url(img/slide-3.jpg)}
.slide-text {color: #fff;font-size: 18px;font-weight: 200}
.slide-text h2 {
  font-size: 45px;font-weight: 200
}

.slide-content {position: relative;z-index: 9;padding: 30px}
.slide-content:before {
  background: none repeat scroll 0 0 #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}


.readmore {
    background: none repeat scroll 0 0 #1abc9c;
    color: #fff;
    border: 1px solid #1abc9c;
    display: inline-block;
    font-size: 20px;
    margin-top: 15px;
    padding: 10px 20px;
    text-transform: uppercase;
}


.readmore:hover {background: #222;text-decoration: none;color: #fff;border: 1px solid #fff}


.promo-area {
  background: none repeat scroll 0 0 #fff;
  /*color: #fff;*/
  padding: 20px 0 20px ;
  text-align:center
}
    .promo-area .bx-wrapper {
    margin:auto;
        max-width:none !important
    }
.brands-area {
  background: none repeat scroll 0 0 #1abc9c;
  color: #fff;
  padding: 0px 0 200px;
}

.promo-area .zigzag-bottom, .brands-area .zigzag-bottom{background: #fff}
.single-promo {
    border: 1px solid #17a78b;
    font-size: 25px;
    font-weight: 200;
    padding: 20px 10px;
    text-align: center;
}
.single-promo i {
  font-size: 50px;
}

.single-promo:hover {color: #fff;background: #222;border-color: #222}

.section-title {
  font-family: "Raleway",sans-serif;
  font-size: 50px;
  font-weight: 100;
  margin-bottom: 50px;
  text-align: center;
}


.product-f-image {
    position: relative;
}
.product-hover {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;overflow: hidden;border: 1px solid #ddd;
}
.product-hover:after {
  background: none repeat scroll 0 0 #000;
  content: "";
  height: 100%;
  left: -100%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;transition: .4s;
}
.product-hover a {
    background: none repeat scroll 0 0 #1abc9c;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 16px;
    left: 10%;
    margin: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #1abc9c;
    width: 80%;z-index: 99;transition: .4s;
}
.product-hover a:hover {
  background: #000;
  text-decoration: none;border-color: #444;
}
.product-carousel-price ins {
  color: #1abc9c;
  font-weight: 700;
  margin-right: 5px;
  text-decoration: none;
}
.product-hover a i.fa {
    margin-right: 5px;
}
.product-hover a.add-to-cart-link {top: -25%;}
.product-hover a.view-details-link { bottom: -25%;}
.single-product h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 15px;
}


.single-product h2 a {
    color: #222;
}
.single-product p {
    color: #1abc9c;
    font-weight: 700;
}

.single-product {
  overflow: hidden;
}
.single-product:hover {}
.single-product:hover .product-hover a.add-to-cart-link {top: 32%;}
.single-product:hover .product-hover a.view-details-link {bottom: 32%;}
.single-product:hover .product-hover:after{left: 0}


.product-carousel {
  padding-top: 40px;
}
.latest-product .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
}

.latest-product .owl-nav div, .related-products-wrapper .owl-nav div {
  border: 1px solid #1abc9c;
  color: #1abc9c;
  display: inline-block;
  margin-left: 15px;
  padding: 1px 10px;
}
.latest-product .owl-nav div:hover, .brand-wrapper .owl-nav div:hover, .related-products-wrapper .owl-nav div:hover {color: #222;border-color: #222}
.brand-list {padding-top: 40px;}
.brand-list .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
}
.brand-wrapper .owl-nav div {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  margin-left: 15px;
  padding: 1px 10px;
}

.maincontent-area {
    margin-top:-30px;
    /*padding-bottom: 70px;*/
                       padding-top: 10px;
                       padding-left:10px;
                       padding-right:10px;
}

.product-wid-title {
  font-family: raleway;
  font-size: 30px;
  font-weight: 100;
  margin-bottom: 40px;
}


.single-wid-product {
    margin-bottom: 31px;
    overflow: hidden;
}
.product-thumb {
    float: left;
    height: 90px;
    margin-right: 15px;
    width: 100px;
}
.single-wid-product h2 {
    font-size: 18px;
    margin-bottom: 12px;
}
.product-wid-rating {
    color: #ffc808;
    margin-bottom: 10px;
}
.product-wid-price ins {
    color: #1abc9c;
    font-weight: 700;
    margin-right: 10px;
    text-decoration: none;
}
.single-wid-product h2 a {
    color: #222;
}
.single-wid-product h2 a:hover, .single-product h2 a:hover {
    color: #1ABC9C;
}
.wid-view-more {
    background: none repeat scroll 0 0 #1abc9c;
    color: #fff;
    padding: 3px 15px;
    position: absolute;
    right: 10px;
    top: 3px;
}
.wid-view-more:hover {color: #fff;background-color: #222;text-decoration: none}
.single-product-widget {
    position: relative;
}
.product-widget-area {
  padding-bottom: 150px;
  padding-top: 30px;
}
.product-widget-area .zigzag-bottom{background: #333}
.footer-top-area .zigzag-bottom{background: #000}
.footer-top-area {background: none repeat scroll 0 0 #333;
color: #999;
padding: 35px 0 180px;}


.footer-bottom-area {background: #000;color: #fff}
.footer-about-us span {
  color: #1abc9c;
}
.footer-wid-title {
  font-family: raleway;
  font-size: 30px;
  font-weight: 100;color: #fff
}

.footer-about-us h2 {
  font-weight: 200;
}
.footer-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-menu ul li {
    border-bottom: 1px dashed #555;
    padding: 5px 0;
}
.footer-menu a {
    display: block;
    padding: 5px 0;color: #999
}


.footer-social a {
  background: none repeat scroll 0 0 #1abc9c;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-top: 5px;
  text-align: center;
  width: 40px;border: 1px solid #1abc9c;
}

.footer-social a:hover {background-color: #222;border-color: #666}

.footer-social {margin-top: 20px}


.newsletter-form input[type="email"] {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}
.newsletter-form input[type="submit"] {
    background: none repeat scroll 0 0 #1abc9c;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 7px 20px;
    text-transform: uppercase;border: 1px solid #1abc9c;
}
.newsletter-form input[type="submit"]:hover {background: #222;border-color: #666}
.newsletter-form {
    margin-top: 25px;
}
a {color:#254ee2;}
a:hover, a:focus {color: #fdb813;}
.footer-bottom-area {
  background: none repeat scroll 0 0 #000;
  color: #fff;
  padding-bottom: 40px;
}


.slide-bulletz {
    bottom: 30px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99;
}
ol.slide-indicators {
left: inherit;
list-style: outside none none;
margin: 0;
padding: 0;
position: relative;
width: 100%;
}
ol.slide-indicators li {
background: none repeat scroll 0 0 #222;
border: medium none;
border-radius: 0;
cursor: pointer;
display: inline-block;
height: 10px;
margin: 0 0 0 5px;
width: 10px;
}
ol.slide-indicators li.active {
background: none repeat scroll 0 0 #fff;
height: 10px;
margin: 0 0 0 5px;
width: 10px;
}


.carousel.carousel-fade .item { transition: opacity 1s ease-in-out }
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.footer-card-icon {
  font-size: 30px;
  text-align: right;
}

.copyright > p {
  margin: 10px 0 0;
}

.product-big-title-area {background: url(img/crossword.png) repeat scroll 0 0 #1ABC9C}

.product-bit-title h2 {
  font-family: raleway;
  font-size: 50px;
  font-weight: 200;
  margin: 0;
  padding: 50px 0;color: #fff;
}

.single-product-area .zigzag-bottom {background-color: #333333}

.single-product-area {
  padding: 80px 0 130px;
}





.sidebar-title {
    color: #3dc6ab;
    font-size: 25px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.single-sidebar {
    margin-bottom: 50px;
}
input[type="text"], input[type="password"], input[type="email"], textarea {
    border: 1px solid #ddd;
    padding: 10px;
}
input[type="submit"], button[type=submit] {
    background: none repeat scroll 0 0 #1abc9c;
    border: medium none;
    color: #fff;
    padding: 11px 20px;
    text-transform: uppercase;
}
input[type="submit"]:hover, button[type=submit]:hover {background-color: #222}
.single-sidebar input[type="text"] {
    margin-bottom: 10px;
    width: 100%;
}
.thubmnail-recent {
    margin-bottom: 30px;
    overflow: hidden;
}
.recent-thumb {
    float: left;
    height: auto;
    margin-right: 15px;
    width: 63px;
}
.thubmnail-recent > h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.thubmnail-recent > h2 a {
    color: #222;
}
.product-sidebar-price > ins {
    color: #1abc9c;
    font-weight: 700;
    margin-right: 10px;
    text-decoration: none;
}
.single-sidebar > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.single-sidebar li {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
}
.single-sidebar a {
    display: block;
}
.product-breadcroumb {
    margin-bottom: 20px;
}
.product-breadcroumb > a {
    margin-right: 31px;
    position: relative;
}
.product-breadcroumb > a::before {
    content: "/";
    position: absolute;
    right: -20px;
    top: 2px;
}
.product-breadcroumb > a:last-child::before {
    display: none;
}
.product-main-img {
    margin-bottom: 20px;
}
.product-gallery {
    margin-bottom: 25px;
    margin-left: -15px;
    overflow: hidden;
}
.product-gallery img {
    height: auto;
    margin-left: 15px;
    width: 76px;
}
.product-name {
    font-size: 25px;
    margin-bottom: 20px;
}
.product-inner-price {
    margin-bottom: 25px;
}
.product-inner-price > ins {
    color: #1abc9c;
    font-weight: 700;
    margin-right: 10px;
    text-decoration: none;
}
.quantity {
    float: left;
    margin-right: 15px;
}
.quantity input[type="number"] {
    border: 1px solid #1abc9c;
    padding: 5px;
    width: 50px;
}
.add_to_cart_button {
    background: none repeat scroll 0 0 #1abc9c;
    border: medium none;
    color: #fff;
    padding: 6px 25px;display: inline-block
}
.add_to_cart_button:hover {background-color: #222;color: #fff;text-decoration: none}
form.cart {
    margin-bottom: 25px;
}
.product-inner-category {
    margin-bottom: 30px;
}
.product-tab {
    border-bottom: 1px solid #ddd;
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
}
.product-tab li {
    display: inline-block;
}
.product-tab li.active {
    background: none repeat scroll 0 0 #1abc9c;
}
.product-tab li.active a {
    color: #fff;
}
.product-tab li a {
    color: #222;
    display: block;
    font-size: 16px;
    padding: 10px 30px;
}
.product-tab li a:hover {
    text-decoration: none;
}
.product-tab li a:focus {
    text-decoration: none;
}
.tab-content h2 {
    font-size: 20px;
}
.tab-content {
    margin-bottom: 30px;
}
.submit-review label {
    display: block;
}
.submit-review input[type="text"], .submit-review input[type="email"], .submit-review textarea {
    margin-bottom: 20px;
    width: 100%;
}
.rating-chooser {
    margin-bottom: 30px;
}
.rating-chooser p {
    font-weight: 700;
}
.rating-wrap-post {
    font-size: 20px;
}

.submit-review textarea {
    height: 105px;
}

.related-products-wrapper {
  margin-top: 30px;
}
.related-products-title {color: #3dc6ab;
font-size: 25px;
margin-bottom: 30px;
text-transform: uppercase;}

.related-products-wrapper .owl-nav {
  position: absolute;
  right: 0;
  top: -56px;
}



table.shop_table {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-bottom: 50px;
    width: 100%;
}
table.shop_table th, table.shop_table td {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 15px;
    text-align: center;
}
table.shop_table th {
    background: none repeat scroll 0 0 #f4f4f4;
    font-size: 15px;
    text-transform: uppercase;
}
td.product-thumbnail img {
    height: auto;
    width: 70px;
}
td.product-name {
    font-size: 18px;
}
div.quantity input.plus, div.quantity input.minus {
    background: none repeat scroll 0 0 #1abc9c;
    border: medium none;
    color: #fff;
    height: 25px;
    line-height: 15px;
    width: 25px;
}
td.product-quantity div.quantity {
    float: none;
    margin: 0;
}
td.actions div.coupon {
    float: left;
}
.cart-collaterals {
    overflow: hidden;
}
.cross-sells {
    float: left;
    margin-right: 3%;
    width: 57%;
}
.cart_totals {
    float: right;
    margin-bottom: 50px;
    width: 40%;
}
.cart-collaterals h2 {
    color: #1abc9c;
    font-size: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
div.cart-collaterals ul.products {
    list-style: outside none none;
    margin: 0 0 0 -30px;
    padding: 0;
}
div.cart-collaterals ul.products li.product {
    float: left;
    margin-left: 30px;
    position: relative;
    width: 198px;
}
.cart_totals table {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 100%;
}
.cart_totals table th, .cart_totals table td {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
}
.cart_totals table th {
    background: none repeat scroll 0 0 #f4f4f4;
}
.onsale {
}
div.cart-collaterals ul.products li.product .onsale {
    background: none repeat scroll 0 0 #1abc9c;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    right: 0;
}
div.cart-collaterals ul.products li.product h3 {
    color: #333;
    font-size: 20px;
    margin-top: 15px;
}
div.cart-collaterals ul.products li.product .price {
    color: #333;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}
.price > ins {
}
div.cart-collaterals ul.products li.product .price ins {
    color: #1abc9c;
    font-weight: 700;
    margin-left: 10px;
    text-decoration: none;
}



.woocommerce-info {
    background: none repeat scroll 0 0 #f4f4f4;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 15px;
}
.col2-set {
    margin-left: -30px;
    overflow: hidden;
}
.col-1, .col-2 {
    float: left;
    margin-left: 30px;
    width: 360px;
}
#customer_details label {
    display: block;
    margin: 0 0 5px;
}
#customer_details input[type="text"], #customer_details textarea, .shipping_calculator input[type=text] {
    margin-bottom: 10px;
    width: 100%;
}
#customer_details h3 {
    color: #1abc9c;
    font-size: 20px;
    text-transform: uppercase;
}
.create-account {
    background: none repeat scroll 0 0 #f4f4f4;
    margin-bottom: 50px;
    padding: 15px;
}
#order_review_heading {
    color: #1abc9c;
    font-size: 20px;
    text-transform: uppercase;
}
#payment ul.payment_methods {
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
}
#payment ul.payment_methods li {
    margin-bottom: 15px;
}
a.about_paypal {
    font-size: 12px;
    margin-left: 15px;
}


#customer_details select, .shipping_calculator select {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  padding: 10px;
  width: 100%;
}


table.shop_table td.product-remove a {
  display: inline-block;
  padding: 0 5px 2px;
  text-transform: uppercase;
}


table.shop_table td.product-remove a:hover {color: #fff;background: red;text-decoration: none}
table.shop_table td.product-name a{color: #222;}
table.shop_table td.product-name a:hover {color: #1ABC9C;text-decoration: none}
div.quantity input.plus:hover, div.quantity input.minus:hover {background-color: #222}
div.cart-collaterals ul.products li.product a:hover h3 {color: #1ABC9C}
div.cart-collaterals ul.products li.product a:hover {text-decoration: none}

div.cart-collaterals ul.products li.product:hover .add_to_cart_button{background-color: #222}


.cart-collaterals .shipping_calculator {
  float: right;
  width: 40%;
}


#login-form-wrap, #coupon-collapse-wrap {
    background: none repeat scroll 0 0 #f4f4f4;
    margin-bottom: 30px;
    padding: 25px;
}
#login-form-wrap label {
    display: block;
    margin-bottom: 5px;
}
#login-form-wrap input[type="text"], #login-form-wrap input[type="password"] {
    margin-bottom: 10px;
    width: 250px;
}
#login-form-wrap input[type="submit"] {
    margin-bottom: 15px;
}



.single-shop-product h2 {
    font-size: 20px;
    margin: 10px 0;
}
.product-option-shop {
    margin-top: 15px;
}

.single-shop-product {margin-bottom: 50px}

.pagination > li > a, .pagination > li > span {
  color: #1abc9c;
}

.img-context div {
padding-top:10px;
border-bottom:1px solid #e6e6e6;
margin-left:10px;
width:95%;
}

#ui-CompanyProfile p{
text-indent: 2em; /*em是相对单位，2em即现在一个字大小的两倍*/
}
p {
margin:0px;
text-align:left;
}
.ind-tit {
text-align:center;
padding-bottom:40px;
padding-top:40px;
}
.ui-title {
    position: relative;
    padding: 0 55px;
    display: inline-block;
    border-bottom: 1px solid #dbdbdb;
    line-height: 36px;
}
.ui-title .ui-e-di{
        margin-bottom: -18px;
    background: #fff;
    color:#5d5d5d;
}
    /*.ui-title:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -1px;
    width: 30px;
    height: 3px;
    background-color: #fdb813;
    }*/
.ui-title p {
    color:#454545;text-align:center;font-style: normal;font-size: 36px;margin-bottom:20px;
    text-indent: 0em
}

.zk_banner {
    /*height: 200px;*/
    background-size: cover;
    /* background: url(../img/aboutUsBanner01.jpg)no-repeat center; */
    margin-top:80px;
}
.zk_aboutWe {
    width: 200px;
    /* height: 820px; */
    /* border-right: 1px solid #ebebeb; */
    padding-top: 60px;
    margin-right:30px;
}
.fl {
    float: left;
}
.zk_aboutWe h3 span {
    display: none;
}
.zk_main .zk_aboutWe h3 {
    font-size: 30px;
    color: #3385ff;
    font-weight:normal
}
.zk_main .zk_aboutWe p {
    font-size: 18px;
    color: #333333;
    margin-top: 2px;
}
.zk_main .zk_aboutWe .h {
    display: inline-block;
    width: 100%;
    border-top: 2px solid #ebebeb;
    margin: 10px auto 0px;
}
.zk_aboutWe .abUs_active, .zk_aboutWe .abUs_active a {
    /*background-color: #ce0616;
    color: #FFffff;*/
    background-color: #ebebeb;
    color: #000;
}
.zk_aboutWe ul li {
    /*width: 240px;*/
    height: 50px;
    line-height: 50px;
    border-bottom:1px dashed #ebebeb
}
.zk_aboutWe ul li a {
    display: inline-block;
    width: 100%;
    height: 50px;
    font-size: 16px;
}
.zk_aboutWe ul li em {
    float: left;
    width: 20px;
    height: 20px;
    margin: 15px 15px 15px 30px;
}
a,a:hover {
    text-decoration: none;
    color: #333333;
}

.zk_aboutWe ul li:hover a {
    background-color: #3385ff;
    color: #fff;
}




.ui-context {
    float: left;
    /* margin-left: 30px; */
    width: 870px;
    /* width: 100%; */
    border-left: 1px solid #ebebeb;
    padding: 30px 0px 100px 28px;
}
.ui-context-head {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}
.ui-context-head h3 {
    display: inline-block;
    height: 33px;
    font-size: 24px;
    margin-bottom: 2px;
    color: #333333;
}

.ui-context-head  p {
    float: right;
    margin-top: 12px;
}
 #ui-product-context p {
padding-left:85px;
}

.zz_CompanyQuality_main {

}

    .zz_CompanyQuality_main ul {
    
        display: block;
    margin-right: -31px;
    margin-top: 42px;
    }

    .zz_CompanyQuality_main ul li {
    float: left;
    width: 270px;
    height: 333px;
    margin-right: 20px;
    text-align: center;
}

    .zz_CompanyQuality_main ul li a {
    display: block;
    height: 195px;
    background-color: #f5f5f5;
    padding-top: 25px;
}

    .zz_CompanyQuality_main ul li p {
    margin-top: 28px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.job-title {
        display:block;
        width:100%;
text-decoration: none;
}
    .job-title:hover {
    text-decoration: none;
    }
.job-title span {
    display:inline-block;
        width: 100px;

}

.job-contact {
    width: 100%;
    height: 115px;
    text-align: center;
}

.job-contact .mm {
    display: inline-block;
    color: #ce0616;
    font-size: 19px;
    padding-top: 45px;
    padding-bottom: 45px;
    font-style: normal;
}
.fr {
    float: right;
}
.product-mm ul {
    margin: 54px -26px 0px 0px;
    display:block
}
.product-mm ul li {
    float: left;
    width: 180px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    margin-right: 26px;
}
.product-mm ul .pdt_m_active a,.product-mm ul li a:hover {
    color: #FFffff;
    background-color: #3385ff;
}
.product-mm ul li a {
    display: block;
    height: 100%;
    font-size: 16px;
    color: #666666;
    background-color: #ebebeb;
   cursor:pointer
}

.product_m_txt {
    float: right;
    width: 474px;
    height: 420px;
    /*background-color: #ce0616;*/
    padding-left: 50px;
}
.product_m_dec img {
    position: absolute;
    top: 102px;
    border: 3px solid #f5f5f5;
    width: 384px;
    height: 334px;
    display: block;
}
.product_m_txt p {
    width: 400px;
    /*color: #FFffff;*/
    text-indent: 2em;
    /*margin-bottom: 30px;*/
    line-height: 25px;
    /*height:25px*/
}
.product_m_txt h3 {
    font-size: 24px;
    /*color: #FFffff;*/
    font-weight: bold;
    margin: 40px auto 25px;
}
.product_m_txt i {
    display: block;
    /*width: 55px;*/
    border-bottom: 3px solid #ebebeb;
    margin-bottom: 15px;
}
.product_m_dec {
    padding-top: 62px;
    position: relative;
}

.product_ms {
padding-top:50px;
}
.show {
    display: block;
}
.hide {
    display: none;
}
/*img {
    border: none;
    max-width: 100%;
}*/

.news_list ul li {
    display: block;
    height: 220px;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 30px;
    text-align:left;
}
.news_list_ctt p {
    color: #666666;
    margin-top: 23px;
    margin-bottom: 44px;
    line-height: 2;
}
.news_list_ctt {
    height: 100%;
    float: right;
    width: 550px;
    position: relative;
}
.news_list_ctt h4 a {
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    margin-top: 11px;
}
.news_list_ctt h4 {
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    margin-top: 11px;
}

.news_list_ctt .a {
    font-size: 13px;
    color: #666666;
    /* margin-top: 44px; */
    /*position: absolute;*/
    bottom: 40px;
}
.news_list_ctt .a {
    /*font-size: 18px;*/
    color: #666666;
    font-weight: bold;
    margin-top: 11px;
}

.news_list li img {
   width:270px;
   height:180px;
}
.news_list_ctt a.fr {
    right: 0;
}
.news_details {
    display: block;
    text-align: center;
    padding-top: 70px;
}
.news_details_txt {
    display: block;
    border-top: 1px solid #efeef3;
    margin-top: 40px;
    padding-top: 40px;
}

.news_details span {
    margin-left: 20px;
}

.news_details span, .news_details a {
    color: #999999;
    font-size: 13px;
}
.p-ui {
border-left:1px solid #efeef3
}

.linkbtom {
    background: #f2f2f2;
}
.linkbtom_c {
    /*max-width: 1000px;*/
    padding: 49px 0 45px 0;
}

.ma {
    margin: 0 auto;
}
.linkbtom_l {
    float: left;
    /*width:33%;*/
    color: #000;
    padding:inherit;
    /*padding-right: 25px;*/
}
.linkbtom p {
    text-indent:0;
    text-align:center;
}

.linkbtom_r .linkbtom_p1 {
    padding-left: 26px;
    margin-bottom: 6px;
    /*background: url(../../../images/footer_icon01.png) no-repeat left center;*/
    background: url(../../../images/tel.png) no-repeat left center;
}
.linkbtom_r .linkbtom_p2 {
    line-height: 18px;
    padding-left: 26px;
    /*background: url(../../../images/footer_icon02.png) no-repeat left center;*/
    background: url(../../../images/Email.png) no-repeat left center;
}
.linkbtom_r .linkbtom_p3 {
    line-height: 18px;
    padding-left: 26px;
    background: url(../../../images/address_1.png) no-repeat left center;
    /*background: url(../../../images/footer_icon03.png) no-repeat left center;*/
}
.linkbtom_r p {
    margin-bottom: 7px;
    font-size: 13px;
}
.linkbtom_z {
    float: left;
    /*width: 624px;*/
    padding: 0 100px 0 100px;
    /*border-left: 2px solid #232323;
    border-right: 2px solid #232323;*/
     width:50%;
     text-align:center;
}
.linkbtom_r {
    float: right;
    /*width:33%;*/
    /*text-align: center;*/
}
.linkbtom_r p {
    padding-top: 14px;
    font-size: 13px;
    color: #000;
    text-indent:0;
    height:25px;
    line-height:25px;
    text-align:left;
}
.linkbtom_z li {
    float: left;
    margin-right: 55px;
    text-align: center;
    /* min-height: 210px; */
}
.linkbtom_z li span {
    display: block;
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
}
.linkbtom_z li a {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    color: #000;
}
.linkbtom_r .linkbtom_p4 {
    margin-bottom: 14px;
    font-size: 21px;
}
.clear {
    padding: 0;
    margin: 0;
    width: 0;
    height: 0;
    font-size: 0;
    overflow: 0;
    clear: both;
    line-height: 0;
}

.kefudt_r {
    position: fixed;
    top: 70%;
    right: 1px;
    /*z-index: 80000;*/
    width: 300px;
    height: 367px;
    margin: -183px 0 0 -249px;
    overflow: hidden;
}
.kefudt_r1 span {
    /*background: #3385ff;*/
    background:rgba(0, 0, 0, 0.5);
}
.kefudt_r1 .ui-order-search {
    background: #3385ff;
}
.kefudt_r span {
    position: relative;
    display: block;
    width: 78px;
    height: 77px;
    margin-bottom: 17px;
    border: 1px solid #fff;
    
    transition: all 0.6s;
    text-align: center;
    font-size: 12px;
    color: #fff;
    right: -220px;
}
.kefudt_r .kefudt_icon3 {
    background: url(../../../images/kefudt_icon4.png) no-repeat;
}
.kefudt_r .kefudt_icon4 {
    background: url(../../../images/kefudt_icon2.png) no-repeat;
}
.kefudt_r .kefudt_icon2 {
    background: url(../../../images/searchorder.png) no-repeat;
}
.kefudt_r a {
    position: relative;
    z-index: 5;
    display: block;
    width: 77px;
    /*height: 24px;*/
    z-index: 500;
    padding-top: 53px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.kefudt_icon2 a {

     float: right;
    width:60px;
    height: 40px;
    line-height: 40px;
    background-color: #254ee2 !important;
    margin-right:15px;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    padding-top: 0px;
    font-weight:600
}
.kefudt_icon2 input {
width:210px;
-webkit-user-select: auto !important;
}
.service_q {
    width: 557px;
    margin-top: 45px;
    position: relative;
}
.service_q em {
    position: absolute;
    top: 15px;
    left: 14px;
    width: 16px;
    height: 16px;
    background: url(../../../images/search.png);
    z-index: 10;
}
.service_q input {
    position: absolute;
    top: 0;
    left: 0;
    width: 430px;
    height: 42px;
    border: 1px solid #e6e6e6;
    padding-left: 40px;
    padding-right: 25px;
}
.service_q a {
    float: right;
    width: 120px;
    height: 40px;
    background-color: #3385ff;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    margin-top: 2px;
}
.q_results {
    display: block;
    height: 350px;
    border: 1px solid #e7e7e7;
    background-color: #f9f9f9;
    margin-top: 40px;
    padding: 15px 0px 0px 15px;
    overflow-y: scroll;
    width:100%
}
#slide-list .slide img {
margin:auto;
    width:100%
}
.query {
left: 70%;top:60px
}
.query h2 {
    font-size: 21px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
}
.query div.bgF {
    display: inline-block;
    width: 310px;
    height: 40px;
    background-color: #ffffff;
}
.query i {
    float: left;
    width: 16px;
    height: 40px;
    background: url(../../../images/search.png)no-repeat center;
    margin: 0px 12px 0px 16px;
}
.query input {
    width: 180px;
    height: 40px;
    border: none;
    /* padding: 0px 0px 0px 6px; */
}
.query div.bgF a {
    float: right;
    width: 80px;
    height: 40px;
    line-height: 40px;
    background-color: #e60012;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
}
 .slider-area .query {
    display: block;
    width: 350px;
    height: 120px;
    background-color: rgba(10,10,10,.8);
    /*margin-top: 114.5px;*/
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px 20px 39px 20px;
    /* position: relative; */
    position: absolute;
    left: 70%;
    bottom: 0;
}

.slider-area .bx-wrapper:last-child {
    max-width:97% !important;
    height:40px;
    /*border:1px solid #000;*/
   margin-top:-55px;
   float:right;
   -moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border-bottom:  5px solid #fff;
}
    .slider-area .bx-wrapper:last-child .bx-viewport {
    height:40px!important;
    line-height:35px;
    }
#noticImg {
     margin-top:-55px;
}
.ui-CompanyProfile {
/*padding-top:10px;*/
}

.ui-shadow {
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    height:377px;
    padding:10px;

}
.ui-shadow-h {
height:315px;
}
.tab-title {
height:35px;
color: #254ee2 !important;
font-weight:700;
}
.ui-news-maincontent {
    margin-top:10px;
}
.main-page-details {
margin-top:30px;
}
.job-list-main {
    margin-left: 20px;
    margin-top: 10px;
}
.job-list-main li {
list-style:initial
}
.News, .Product {

cursor:pointer;
}
.ui-orderSearch-left {
        height: 77px;
    margin-bottom: 17px;
    border: 1px solid #fff;
    transition: all 0.6s;
    text-align: center;
    font-size: 12px;
    /*color: #fff;*/
        /*background: #3385ff;*/
        background:rgba(0, 0, 0, 0.5);
}
    .ui-orderSearch-left input {
    width:210px;
    margin-top:18px;
    }

 .ui-orderSearch-left a{
        float: right;
    width: 60px;
    height: 40px;
    line-height: 40px;
    background-color: red !important;
    margin-right: 15px;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    padding-top: 0px;
    font-weight: 600;
    margin-top:18px;
}
.feedback {
    /*width: 557px;*/
    margin-top: 15px;
    position: relative;
}
.feedback input {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 700px;
    height: 42px;
    border: 1px solid #e6e6e6;
    padding-left: 10px;
    padding-right: 25px;
}
    .feedback textarea {
    top: 0;
    left: 0;
    width: 700px;
    height: 180px;
    border: 1px solid #e6e6e6;
    padding-left: 10px;
    padding-right: 25px;
    resize:none;
    }
.feedback-title {
    height:42px;line-height:42px;float:left;padding-left:20px
}
.ui-submit {
    /*float: right;*/
    display:block;
    width: 120px;
    height: 40px;
    background-color: #3385ff;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    margin-top: 2px;
    margin:auto;
}
.ui-text {
text-align:center;
}
#ui-order-container div {
width:auto !important;
}
.navbar-brand {
height:auto
}
.navbar-nav {
padding:15px;
padding-left:70px;
}
#folder {
padding-top:20px;
}