﻿@charset "utf-8";
@font-face {
    font-family: "Open Sans";
    src: url("../fonts/Open Sans.ttf");
}
@font-face {
    font-family: "Open Sans";
    src: url(//:) format("no404"), url("../fonts/Open Sans.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: fontawesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}
body {
    font-family: "Open Sans", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif;
    color: #333;
    font-size: 100%;
    background: #fff;
    font-size: 14px;
    color: #333;
    /*-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;*/
    font-weight: normal;
}
a {
    color: #666;
}
p {
    margin: 0px;
}
a:hover {
    color: #f2630a;
    text-decoration: none;
}
ul {
    list-style: none;
    padding: 0px;
    margin: 0;
}
a:visited,
a:active {
    text-decoration: none;
}
/*.container {
    min-width: 1200px;
    padding: 0px;
}*/
/********************************header**********************************************/
.header-header {
    width: 100%;
}
.header-nav {
    background: #272727;
    padding-top: 15px;
}
.header-nav .navbar-collapse.in {
    overflow: visible;
}
.header-header .header-rit li {
    display: inline-block;
}
.header-rit .dropdown-menu {
    background: none;
    width: 100%;
    position: absolute;
    left: 60%;
    top: -40%;
    border-right: none;
    border-left: none;
    border-bottom: none;
    box-shadow: none;
}
.header-rit .dropdown-menu a {
    display: block;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    color: #fff;
}
.header-header .search {
    right: 20%;
    top: 15%;
    width: 0;
    background: #272727;
    padding: 5px;
    z-index: 8;
    overflow: hidden;
    display: none;
    position: absolute;
    max-width: 1200px;
    margin: 0 auto;
}
.header-header .search button {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    z-index: 9;
    background: url("../images/search.png") center center no-repeat;
    width: 45px;
    height: 39px;
    border: none;
}
.header-header .search .form-inline .form-group {
    padding-left: 50px;
}
.header-header .search .form-inline .form-group .form-control {
    background: none;
    border: none;
    border-bottom: 1px solid #666;
    color: #fff;
}
.header-header .header-rit button {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    background: none;
    border: none;
}
.header-header .header-top-language{
    float: right;
}
.header-header .header-rit button:focus, .header-header input:focus {
    outline: none;
    box-shadow: none;
}
.header-header .header-rit button:before {
    width: 45px;
    height: 45px;
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
}
.header-header .header-rit button.header-top-search:before {
    background: url("../images/search.png") 0 0 no-repeat;
}
.header-header .header-rit button.header-top-language:before {
    background: url("../images/language.png") 0 0 no-repeat;
}
.header-nav .navbar-toggle i {
    color: #fff;
}
.header-nav .navbar-toggle {
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    margin-top: 0;
}
@media (min-width: 480px ) {
    .header-nav .navbar-toggle {
        margin-top: 8px;
    }
}
@media (max-width: 468px ) {
    .header-header .search {
        right: 13%;
        top: 18%;
    }
}
.fixed {
    position: fixed;
    top: 0;
}
.header-nav .logo {
    width: 100%;
    /*float: left;*/
}
.header-nav .logo img {
    max-width: 200px;
    width: 100%;
}
.nav_bar {
    width: 100%;
    float: left;
}
.nav_bar ul li {
    float: left;
    line-height: 60px;
    text-align: center;
    width: 16.5%;
    font-size: 16px;
}
.nav_bar ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
}
.nav_bar > ul > li:hover {
    background: #666;
}
.header-header, nav.header-nav {
    position: relative;
    left: 0;
    top: 0;
}
.navbar_position, .navbar_position .col-sm-10, .navbar_position .col-md-10 {
    position: static;
}
.hid {
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    display: none;
    z-index: 9999;
}
.hid ul {
    width: 100%;
    background: #fff;
    margin: 30px auto;
}
.hid #nav-menu7 {
    width: 80%;
    background: #fff;
    margin: 30px auto;
    float: right;
}
.hid #nav-menu7 li {
    width: 25%;
}
.hid ul li a {
    color: #000;
}
.hid .text-left a img {
    width: 50px;
    height: 50px;
}
.nav_bar ul li.l1:hover .hid {
    display: block;
}
@media (max-width: 768px ) {
    .nav_bar ul li {
        float: none;
        width: 100%;
        position: relative;
        text-align: left;
    }
    .hid ul li a{
        text-align: center;
    }
    iframe{
        width: 100%;
        height: 100%;
    }
}
/*banner*/
.glyphicon-chevron-right:before, .glyphicon-chevron-left:before {
    display: none;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    margin-top: -25px;
    font-size: 40px;
}
.carousel-indicators li {
    width: 7px;
    height: 7px;
    background-color: #717272 \9;
    background-color: #717272;
    border-radius: 7px;
    border: none;
    margin: 0px;
}
.carousel-indicators .active {
    width: 7px;
    height: 7px;
    background-color: #000 \9;
    background-color: #000;
    border-radius: 7px;
}
.carousel-indicators {
    position: static;
    width: 100%;
    float: left;
    margin-left: 0px;
    background: #e3e3e3;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{
    margin: 0 auto;
}
@media (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        font-size: 80px;
        margin-top: -50px;
    }
}
@media (max-width: 468px) {
    .mod-img img{
        min-width: 600px;
        overflow: hidden;
    }
}
.index-banner .carousel-control{
    display: none;
}
.index-banner:hover .carousel-control{
    display: block;
}
.banner-text{
    position: relative;
    overflow: hidden;
}
.banner-text img{
    overflow: hidden;
}
.banner-text .index-right-text {
    width: 100%;
    position: absolute;
    top: 40%;
    text-align: left;
    left: 10%;
    color: #fff;
    margin: 0 auto;
    font-size: 24px;
}
.banner-text .index-right-text h3{
    font-size: 36px;
}
.banner-text .index-right-text h4{
    font-size: 30px;
}
.index-left .index-right-text h2{
    font-size: 26px;
}
.index-left .index-right-text span{
    font-size: 20px;
}
@media (max-width: 468px) {
    .index-left .index-right-text h2{
        font-size: 22px;
    }
    .index-left .index-right-text span{
        font-size: 16px;
    }
}
@media (max-width: 598px) {
    .banner-text{
        height: auto;
    }
}
@media (max-width: 991px) {
    .banner-text .index-right-text {
        top: 20%;
    }
    .banner-text .index-right-text h3{
        font-size: 24px;
    }
    .banner-text .index-right-text h4{
        font-size: 18px;
    }
}
/*index-content*/
.index-content {
    margin: 0 auto;
    background: #f2f2f2;
    padding-top: 25px;
    padding-bottom: 30px;
}
.index-content .container{
    padding: 0;
}
.index-content .container .row{
    padding-left: 0;
}
.index-content .container .row .col-xs-12,
.index-content .container .row .col-sm-6{
    padding-left: 0;
}
.index-content .index-left img {
    width: 100%;
}
.index-content .index-left a:hover img {
    box-shadow: 0 0 5px #999999;
}
.index-content .index-left {
    position: relative;
    overflow: hidden;
}
.index-content .index-left .index-right-text {
    position: absolute;
    bottom: 5%;
    left: 20%;
    color: #fff;
}
.index-content .index-right {
    max-height: 680px;
    overflow: hidden;
}
.index-content .index-right .index-right-img {
    background-color: #ffffff;
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.index-right .index-right-img .index-right-text {
    padding: 60px 0 0 20px;
    position: absolute;
    width: 50%;
    height: 100%;
}
.index-right .index-right-img .index-right-text p {
    font-size: 18px;
}
.index-right .index-right-img .index-right-text span {
    font-size: 16px;
}
.index-content .index-right .index-right-img img {
    width: 100%;
}
.index-content .index-list .index-list-content {
    width: 33%;
    border-left: 1px solid #f2f2f2;
    display: inline-block;
    background-color: #ffffff;
}
.index-content .index-list .index-list-content .index-list-text {
    border-left: 3px solid #bec4c9;
    margin: 40px 0 40px 0;
    padding-left: 10px;
}
.index-content .index-list .index-list-content .index-list-text p {
    font-size: 18px;
}
.index-content .index-list .index-list-content .index-list-text span {
    font-size: 14px;
    color: #999999;
}
@media (max-width: 468px) {
    .index-right .index-right-img .index-right-text{
        padding-top: 10px;
    }
}
@media (max-width: 768px) {
    .index-content .index-list .index-list-content {
        width: 100%;
        display: block;
    }
    .index-content .container .row .col-xs-12,
    .index-content .container .row .col-sm-6{
        padding-right: 0;
    }
    .index-content .index-list .index-list-content .index-list-text {
        border-left: 3px solid #bec4c9;
        margin: 20px 0 20px 0;
        padding: 20px;
    }
    .index-content .index-right {
        max-height: 800px;
    }
    .index-content .index-left{
        padding-bottom: 20px;
    }
    .index-content .index-left img{
        height: 100%;
    }
    .index-content .index-right .index-right-img {
        max-height: 100%;
    }
    .index-content{
        padding-top: 20px;
        padding-bottom: 0;
    }
}
@media (max-width: 991px) {
    .index-right .index-right-img .index-right-text{
        padding-top: 30px;
    }
}
@media (max-width: 468px) {
    .header-rit{
        margin: 0 auto;
        text-align: center;
    }
    .header-rit .dropdown-menu{
        left: 25%;
    }
    .header-rit .header-top-language{
        float: none;
    }
}
/*footer*/
.footer-footer {
    background-color: #272727;
    padding-top: 60px;
    position: relative;
}
.footer-footer .footer-logo {
    width: 70%;
}
.footer-footer .footer-logo img {
    width: 100%;
}
.footer-footer .footer-search {
    width: 70%;
    margin-bottom: 10px;
    height: 32px;
    background: #e95b15;
    position: relative;
    border: 1px solid #e95b15;
    margin-top: 25px;
}
.footer-footer .footer-search input {
    width: 86%;
    height: 30px;
    border: none;
}
.footer-footer .footer-search .input-text {
    position: absolute;
    color: #999;
    bottom: 15%;
    left: 3%;
}
.footer-footer .footer-search button {
    position: absolute;
    top: 0;
    right: 4%;
    z-index: 9;
    background: url("../images/arrows.png") no-repeat right;
    width: 20px;
    height: 30px;
    border: none;
}
.footer-footer p {
    color: #919699;
    font-size: 14px;
}
.footer-footer h5 {
    font-size: 16px;
    color: #fbfbfb;
}
.footer-footer li > a {
    color: #919699;
    font-size: 14px;
    line-height: 30px;
}
.footer-footer .share {
    margin-top: 20px;
    float: right;
    margin-bottom: 10px;
}
.footer-footer .share img {
    padding-right: 20px;
}
.footer-footer .copyright {
    background-color: #272727;
    border-top: 1px solid #494949;
    font-size: 12px;
    line-height: 30px;
    color: #919699;
}
.footer-footer .col-xs-12{
    position: relative;
    padding-left: 0;
}
#wechat{
    display: none;
    width: 120px;
    height: 120px;
    position: absolute;
    right: 0;
    bottom: 35%;
}
#wechat img{
    width: 100%;
}
.email-null p{
    display: none;
    color: #ff0000;
}
@media (max-width: 991px) {
    .footer-footer .footer-search input {
        width: 80%;
    }
    .footer-left{
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    .footer-footer .footer-search input {
        width: 95%;
    }
    #wechat{
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 618px) {
    .footer-footer .footer-search input {
        width: 85%;
    }
}
@media (max-width: 468px) {
    .footer-footer .footer-logo{
        margin: 0 auto;
    }
    .footer-footer .footer-search {
        margin: 20px auto;
    }
    .footer-footer p {
        text-align: center;
    }
}
#w1-error, #w1-success{
    position: fixed;
    z-index: 9999;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 200px;
    padding-top: 5%;
    color: #000;
    background: #fff;
    box-shadow: 1px 1px 1px #ccc;
    border: none;
}
/*这是about.html页面*/
.content-banner {
    width: 100%;
    overflow: hidden;
}
.content-banner img {
    width: 100%;
}
.about-content {
    width: 100%;
}
.about-content .content {
    /*max-width: 1200px;*/
    /*margin: 20px 0 20px 0;*/
}
.nav-top {
    text-align: center;
    padding: 40px 40px 40px 0;
    font-size: 18px;
    line-height: 30px;
    background-color: #f7f8f9;
}
.nav-top a {
    color: #000000;
    text-transform: uppercase;
}
.nav-top a {
    margin-left: 40px;
}
/*.nav-top a:first-child {*/
/*border-bottom: 1px solid #eb6623;*/
/*}*/
.nav-top .active {
    border-bottom: 1px solid #eb6623;
}
.about-content .content .content-text1 {
    color: #999999;
    font-size: 12px;
    overflow: auto;
    line-height: 30px;
    margin: 20px 0 30px 0;
}
.about-content .content-form .field-guestbook-full_name,
.about-content .content-form .field-guestbook-country,
.about-content .content-form .field-guestbook-company,
.about-content .content-form .field-guestbook-phone,
.about-content .content-form .field-guestbook-fax,
.about-content .content-form .field-guestbook-email,
.about-content .content-form .field-guestbook-address,
.about-content .content-form .field-guestbook-subject{
    width: 50%;
    float: left;
}
.about-content .content-form .field-registrationform-customer_name,
.about-content .content-form .field-registrationform-where_to_buy_from,
.about-content .content-form .field-registrationform-dealer_name,
.about-content .content-form .field-registrationform-phone,
.about-content .content-form .field-registrationform-date_of_purchase,
.about-content .content-form .field-registrationform-email,
.about-content .content-form .field-registrationform-model_no,
.about-content .content-form .field-registrationform-serial_no{
    width: 50%;
    float: left;
}
.about-content .content-form .field-dealers-full_name,
.about-content .content-form .field-dealers-country,
.about-content .content-form .field-dealers-company,
.about-content .content-form .field-dealers-phone,
.about-content .content-form .field-dealers-address,
.about-content .content-form .field-dealers-email,
.about-content .content-form .field-dealers-describe_your_company,
.about-content .content-form .field-dealers-official_website{
    width: 50%;
    float: left;
}
.about-content .content-form .form-group:first-child{
    height: 94px;
    padding: 0;
}
/*.about-content .content-form .form-group{*/
    /*height: 69px;*/
/*}*/
.about-content .content-form .form-group .form-control {
    width: 95%;
}
.about-content .content-form .field-guestbook-enquiry .form-control{
    width: 97.5%;
}
.about-content .content-form .field-guestbook-code,
.about-content .content-form .field-guestbook-enquiry{
    width: 100%;
    float: left;
    margin-top: 20px;
}
.about-content .content-form .col-sm-12,
.about-content .content-form .col-sm-10,
.about-content .content-form .col-sm-2 {
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 768px) {
    .about-content .content .content-text1 {
        margin: 0 0 30px 0;
    }
    .nav-top a:last-child {
        margin-left: 20px;
    }
    .about-content .content-form .col-sm-12,
    .about-content .content-form .col-sm-10,
    .about-content .content-form .col-sm-2 {
        margin-top: 15px;
    }
}
/*这是news.html页面*/
.new-content .nav-top {
    font-size: 18px;
    color: black;
}
.new-content .content {
    font-size: 18px;
    line-height: 35px;
}
.new-content .content-list {
    margin: 0 0 60px 0;
}
.new-content .content-list .news-image {
    margin: 20px 0 20px 0;
    text-align: center;
}
.new-content .content-list img {
    width: 100%;
}
.new-content .content .news-time {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.new-content .content i {
    background: #f0f0f0;
    padding: 5px;
    border-radius: 20px;
}
.new-content .content span {
    background: #6a6d69;
    font-size: 16px;
    margin-left: 20px;
    padding: 5px;
    color: #ffffff;
}
.info-new-content .content-list h2,
.info-new-content .content-list h3,
.info-new-content .content-list h5 {
    text-align: center;
}
/*.info-new-content .content-list h5{*/
    /*display: inline-block;*/
    /*margin: 0 auto;*/
/*}*/
.info-new-content .content-list img {
    max-width: 100%;
}
.info-new-content .bdsharebuttonbox {
    /*display: inline-block;*/
    position: relative;
    top: 10px;
    left: 15px;
}
.at-share-btn-elements .at-label{
    display: none;
}
.at-share-btn-elements .at-icon-wrapper{
    background: none;
}
.lang-zh-cn .info-new-content .bdsharebuttonbox{
    display: inline-block;
}
.lang-zh-cn .info-new-content .bdsharebuttonbox-en{
    position: relative;
    top: 5px;
    left: 15px;
    display: none;
}
.lang-en-us .info-new-content .bdsharebuttonbox{
    position: relative;
    top: 10px;
    left: 15px;
    display: none;
}
.lang-en-us .info-new-content .bdsharebuttonbox-en{
    position: relative;
    top: 5px;
    left: 15px;
    display: inline-block;
}
.new-page {
    width: 100%;
    margin: 15px 0px;
    font-size: 12px;
    overflow: hidden;
    text-align: center;
}
.new-page ul li {
    padding-right: 10px;
    float: left;
}
/*这是download.html页面*/
.download-content {
    background: #fff;
    margin-bottom: 50px;
}
.download-content .title {
    width: 25%;
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
    border-bottom: 1px solid #eb5b13;
    margin-bottom: 20px;
}
.download-content .content-list {
    margin: 0 0 40px 0;
    padding: 0;
}
.download-content .content-list .hiddle {
    display: none;
}
.download-content .content-list .tb-thumb {
    width: 100%;
    border: 1px solid #e7e8e9;
}
.download-content .content-list .tb-thumb .btn {
    padding: 6px;
    width: 100%;
}
.download-content .content-list .tb-thumb .btn img{
    width: 100%;
    height: 100%;
}
.download-content .content-list .tb-thumb:hover {
    box-shadow: 1px 1px 1px #e7e8e9;
}
.download-content .content-list .tb-thumb .videoplay {
    background: none;
}
.download-content .content-list .tb-thumb h4 {
    font-size: 16px;
    margin-left: 10px;
    margin-bottom: 20px;
}
.download-content .content-list .tb-thumb p {
    font-size: 14px;
    text-align: left;
    color: #aaa;
    line-height: 18px;
}
.download-content .content-list .list-content-img{
    max-height: 350px;
    overflow: hidden;
}
.download-content .content-list .list-content-img img {
    width: 100%;
}
.download-content .content-list p {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin: 10px;
}
.download-content .content-list a {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #eb5b13;
}
.download-content .more {
    width: 10%;
    margin: 0 auto;
    position: relative;
}
.download-content .more button {
    background: #ffffff;
    font-size: 16px;
    border: 1px solid #eb5b13;
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
}
.download-content .more .btn-close{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.download-content .content-list .tb-thumb .videoplay button {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: none;
    width: 0;
    height: 0;
}
.download-content .imgview .modal-dialog{
    width: 1280px;
    max-width: 100%;
}
.download-content .imgview .swiper-slide img{
    width: 100%;
}
@media (max-width: 768px) {
    .download-content .title {
        width: 80%;
    }
    .download-content .more{
        width: 20%;
    }
    .tab-content .modal-dialog{
        margin-top: 50%;
    }
}
/*这是product.html页面*/
.product-content {
    background-color: #f2f2f2;
}
.product-content .content {
    margin: 0 auto;
}
.product-content .title {
    font-size: 30px;
    text-align: center;
    line-height: 30px;
    margin: 65px auto;
    font-weight: bold;
}
.product-content .input-search {
    left: 0;
    top: 100%;
    width: 50%;
    position: relative;
    background: #f2f2f2;
    padding: 5px;
    z-index: 8;
    overflow: hidden;
    margin: 30px auto;
}
.product-content .content-title {
    position: relative;
}
.product-content .input-search .form-inline {
    width: 100%;
}
.product-content .input-search .form-inline button {
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 9;
    background: url("../images/search.png") center center no-repeat;
    width: 45px;
    height: 39px;
    border: none;
    margin-top: 10px;
}
.product-content .input-search .form-inline .input-group {
    width: 100%;
}
.product-content .input-search .form-inline input {
    width: 100%;
    height: 50px;
}
.product-content .input-search .form-inline .form-group .form-control {
    background-color: #ffffff;
    border: 1px solid #a8a8a8;
    color: #fff;
}
.product-content .content .content-list {
    margin: 40px auto;
    width: 100%;
}
.product-content .content .content-list .product-list {
    background-color: #fff;
    text-align: center;
    padding-bottom: 20px;
    height: 535px;
    margin-bottom: 20px;
}
.product-content .content .content-list .product-list img {
    width: 100%;
    margin: 0 auto;
}
.product-content .content .content-list .product-list h5 {
    margin-top: 10px;
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    font-weight: bold;
}
.product-content .content .content-list .product-list p {
    font-size: 12px;
    color: #333333;
    line-height: 16px;
    margin-top: 10px;
}
.product-content .content .content-list .product-list .learn-more {
    margin: 20px auto;
    text-align: center;
    background-color: #eb5b13;
    width: 40%;
    height: 30px;
    padding-top: 4px;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
}
.new-page .pagination > .active > a,
.pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span, .pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #eb5b13;
    border-color: #eb5b13;
    color: #fff;
}
.new-page .pagination > li > a,
.pagination > li > span {
    color: #eb5b13;
}
@media (max-width: 991px) {
    .product-content .content .content-list .product-list {
        height: 100%;
    }
}
/*product-details*/
.product-details-top {
    background: #333333;
    padding: 5px 0;
}
.product-details-top .breadcrumb {
    background: none;
    margin-bottom: 0px;
    display: inline-block;
}
.product-details-top .breadcrumb li a {
    color: #fff;
}
.product-details-top .breadcrumb > .active {
    color: #ea601a;
}
.product-details-top .nav-tabs {
    border-bottom: none;
    text-align: left;
}
.product-details-top .nav-tabs > li.active > a, .product-details-top .nav-tabs > li.active > a:focus, .product-details-top .nav-tabs > li.active > a:hover {
    background: none;
    border: none;
    color: #ea601a;
}
.product-details-top .nav-tabs > li {
    display: inline-block;
    float: none;
}
.product-details-top .nav-tabs > li a {
    color: #fff;
}
.product-details-top .nav > li > a:focus, .product-details-top .nav > li > a:hover {
    background: none;
    border: none;
}
.tab-specs .col-xs-6{
    width: 100%;
    padding: 0;
}
.table-responsive{
    border: none;
}
@media (min-width: 768px) {
    .faq-center .faq-title-list {
        padding-top: 35px;
        display: block;
        width: 100%;
        background: none;
    }
    .faq-center .faq-title-list li {
        width: 20%;
        text-align: center;
    }
    .faq-center .faq-title-list li img {
        display: inline-block;
    }
    .mob-faq-title {
        display: none;
    }
    .faq-box {
        padding: 35px 0;
        overflow: hidden;
    }
}
@media (min-width: 991px) {
    .product-details-top .nav-tabs {
        text-align: right;
        position: absolute;
        right: 40px;
    }
}
.tab-content {
    padding: 30px auto;
    overflow: hidden;
    background: #fff;
}
.tab-content .tab-pane {
    margin-top: 50px;
    font-size: 16px;
}
.tab-content .tab-pane .nav-top{
    text-align: left;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    padding-left: 10px;
}
.tab-content .tab-pane table{
    width: 100%;
    margin-top: 20px;
}
.tab-content .tab-pane table tr td{
    padding-top: 15px;
    color: #707473;
    font-size: 12px;
    padding-left: 10px;
    padding-bottom: 5px;
}
.row{
    margin: 0;
}
.tab-content .tab-pane .firstRow td{
    font-size: 14px;
    height: 60px;
}
.tab-content .tab-pane .firstCol{
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding-left: 10px;
}
table tr, table td{
    border: 1px solid #eee;
}
.tab-accessories .list-text img{
    width: 100%;
}
.tab-video button{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.tab-video .btn{
    padding: 0;
}
.tab-video .tab-video-left video,
.tab-video .tab-video-right video,
.tab-video .tab-video-list video{
    width: 100%;
}
.tab-video .tab-video-left h4,
.tab-video .tab-video-right h4,
.tab-video .tab-video-list h4{
    color: #707473;
    font-size: 14px;
}
.tab-video .tab-video-left i,
.tab-video .tab-video-right i,
.tab-video .tab-video-list i{
    font-size: 10px;
}
.tab-accessories-right .list-text{
    margin-top: 20px;
}
.tab-accessories-right .list-text h3{
    font-weight: bold;
    line-height: 30px;
}
.tab-accessories-right .list-text p{
    font-size: 16px;
    line-height: 25px;
    color: #303233;
}
.tab-faq .product-faq{
    margin-top: 50px;
}
.tab-faq .panel-group{
    margin-top: 30px;
}
.tab-faq .panel-default{
    box-shadow: none;
    border: none;
    margin-bottom: 30px;
}
.tab-faq .panel-default .panel-heading{
    border-color: #fff;
    background-color: #fff;
}
.tab-faq .panel-default .panel-heading .panel-title{
    color: #44a8f2;
}
.tab-faq .panel-default .panel-collapse .panel-body{
    color: #707473;
}
.tab-downloads {
    margin-top: 50px;
}
.tab-downloads .downloads-title{
    font-size: 20px;
    color: #707473;
    margin-left: 15px;
}
.tab-downloads .downloads-content{
    margin-top: 30px;
    color: #44a8f2;
    font-size: 14px;
}
.tab-downloads .downloads-content .downloads-time{
    color: #707473;
}
.tab-downloads .downloads-content .downloads-content-download a{
    padding: 2px 8px;
    border: 1px solid #707473;
    background: #f7f8f9;
    color: #a6acaa;
    text-transform: uppercase;
    margin-top: 5px;
    width: 50%;
}
/* box */
.tab-content .box {
    /*width: 100%;*/
    margin: 25px 0;
    position: relative;
}
.tb-pic {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.tb-pic img {
    vertical-align: middle;
    max-width: 100%;
}
.tb-pic a {
    display: block;
    line-height: 1;
    width: 98%;
    height: 100%;
}
.tb-thumb {
    margin: 10px 0 0;
    overflow: hidden;
}
.tb-thumb li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    overflow: hidden;
    padding: 1px;
}
.tb-s310, .tb-s310 img {
    max-height: 100%;
    width: 100%;
}
.tb-s310 a {
    font-size: 271px;
}
.tb-s40 a {
    font-size: 35px;
}
.tb-s40, .tb-s40 a {
    height: 90px;
    width: 90px;
}
.tb-booth {
    border: 1px solid #CDCDCD;
    position: relative;
    z-index: 1;
    background: #fff;
    overflow: hidden;
}
.tb-thumb .tb-selected {
    background: none repeat scroll 0 0 #C30008;
}
.tb-thumb .tb-selected div {
    background-color: #FFFFFF;
    border: medium none;
    width: 90px;
    height: 90px;
}
.tb-thumb li div.tb-pic {
    border: 1px solid #CDCDCD;
    width: 90px;
    height: 90px;
}
.tb-thumb li div.tb-pic img {
    width: 100%;
}
.tb-thumb li .btn {
    padding: 0;
    width: 90px;
    height: 90px;
    margin: 0;
    border: 1px solid #CDCDCD;
}
.tb-thumb .videoplay {
    background: url("../images/play.png") center center no-repeat;
    border: none;
    width: 50px;
    height: 50px;
    margin-left: 20px;
    margin-top: 20px;
    z-index: 999;
    position: absolute;
}
.tb-thumb li .btn img {
    max-width: 100%;
    height: 88px;
    position: relative;
}
@media (max-width: 468px) {
    .tb-thumb {
        padding-left: 15px;
    }
    .tb-thumb li{
        width: 33.33333%;
    }
}
div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}
div.zoomMask {
    position: absolute;
    background: url("../images/mask.png") repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}
.tb-thumb li .modal-header {
    margin-top: 20px;
}
.tb-thumb li .modal-header .close {
    margin-top: -10px;
}
.product-details-info {
    line-height: 25px;
}
.product-details-buy {
    padding: 15px 0;
}
.product-details-buy .col-sm-6,
.product-details-buy .col-md-6{
    padding-left: 0;
}
.product-details-buy .Wheretobuy {
    margin-bottom: 20px;
}
.product-details-buy .Wheretobuy a {
    width: 80%;
    background: #ea601a;
    display: inline-block;
    text-align: center;
    padding: 13px 0;
    color: #fff;
}
.product-message {
    width: 100%;
    background: url("../images/bginput.jpg") 0 0 no-repeat;
    overflow: hidden;
    color: #FFF;
}
.product-message-title {
    padding: 15px 0;
    overflow: hidden;
}
.product-message h3 {
    font-size: 28px;
    padding: 15px 0;
    overflow: hidden;
}
.product-message .product-message-form {
    overflow: hidden;
}
.product-message .product-message-form .form-horizontal .form-group {
    padding: 15px;
}
.product-message .product-message-form .form-horizontal .form-group button {
    color: #fff;
    margin-left: -15px;
}
.product-message .product-message-form .form-control {
    background: none;
    border: none;
    border-bottom: 1px solid #979797;
    border-radius: 0;
    appearance: none;
    box-shadow: none;
    padding: 0;
    color: #fff;
}
.product-message .col-sm-10,
.product-message .col-sm-6,
.product-message .col-sm-3{
    padding: 0;
}
.btn-bgcolor {
    width: 100%;
    background-color: #eb6623;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 0;
}
.btn-bgcolor:hover {
    color: #fff;
}
.product-share {
    text-align: right;
    padding-top: 17px;
}
.product-share a span {
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
}
.product-share a span:before {
    position: absolute;
    z-index: 9;
    content: "";
    left: 0;
    top: 12px;
    width: 30px;
    height: 30px;
    background: url("../images/share.png") no-repeat;
}
.product-share a span.icon-facebook:before {
    background-position: 0 0;
}
.product-share a span.icon-twitter:before {
    background-position: -39px 0;
}
.product-share a span.icon-instagram:before {
    background-position: -78px 0;
}
@media (max-width: 768px) {
    .product-message {
        background: #000000;
    }
}
/*产品展示页*/
.info-content .info-content-one {
    background-color: #000000;
    height: auto;
    overflow: hidden;
}
.info-content .info-content-one .rollIn{
    position: absolute;
    top: 20%;
    left: 20%;
}
.info-content .info-content-one .bounceInDown{
    position: relative;
}
.info-content .info-content-one img {
    width: 100%;
}
.info-content .info-content-one .one-content-one {
    width: 100%;
    background-size: 100%;
}
.info-content .info-content-one .one-content-two {
    width: 100%;
}
.info-content .info-content-one .one-content-two .info-video-1 {
    max-width: 1200px;
    margin: 0 auto;
}
.info-content .info-content-one .one-content-two .info-video-1 video {
    width: 100%;
}
.info-content .info-content-one .one-content-two .info-block {
    max-width: 1200px;
    margin: 30px auto;
}
.info-content .info-content-one .one-content-two .info-block .navbar-nav {
    float: left;
    max-width: 100%;
}
.info-content .info-content-one .one-content-two .info-block ul li {
    width: 20%;
    text-align: center;
    float: left;
}
.info-content .info-content-one .one-content-two .info-block ul li img {
    max-width: 100px;
    /*height: 50px;*/
}
.info-content .info-content-one .one-content-two .info-block ul li h5 {
    font-size: 14px;
}
.info-content .info-content-two {
    margin: 50px auto;
}
.info-content .info-content-two .two-content-one {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #f8f8f8;
    padding: 10px;
}
.info-content .info-content-two .content-two-img img {
    width: 100%;
}
.info-content .info-content-two .content-two-text h4 {
    font-size: 16px;
    padding: 30px 50px 0 50px;
    text-transform: uppercase;
}
.info-content .info-content-two .content-two-text p {
    font-size: 12px;
    padding: 0 50px 0 50px;
}
@media (max-width: 768px) {
    .info-content .info-content-two .content-two-text h4 {
        padding: 15px;
    }
    .info-content .info-content-two .content-two-text p {
        padding: 15px;
    }
    .product-share{
        text-align: center;
    }
    .product-details-buy .Wheretobuy{
        text-align: center;
    }
}
@media (max-width: 468px) {
    .product-details-buy .Wheretobuy{
        text-align: center;
    }
}
.info-content .info-content-two .two-content-two {
    max-width: 1200px;
    margin: 50px auto;
    text-align: center;
    line-height: 30px;
}
/*.info-content .info-content-two .two-content-two .content-two-img img{*/
/*max-width: 500px;*/
/*margin-top: 20px;*/
/*}*/
.product-product {
    width: 100%;
    background: url("../images/footer-banner.png") 0 0 no-repeat;
    overflow: hidden;
    color: #555;
}
@media (max-width: 768px) {
    .product-product {
        background: #e4e4e4;
    }
    .info-content .info-content-one .one-content-two .info-block ul li {
        width: 33.33333333%;
    }
}
@media (max-width: 468px) {
    .info-content .info-content-one .one-content-two .info-block ul li {
        height: 150px;
    }
}
.back_to_top {
    background: #333 url("../images/top.png") no-repeat center;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    border: 1px solid #333;
}
.info-content .info-content-there {
    width: 100%;
    padding: 0;
}
.info-content .info-content-there video {
    width: 100%;
}
.info-content .info-content-four {
    width: 100%;
    padding: 0;
}
.info-video video {
    width: 100%;
    margin-bottom: 40px;
}
.info-video-text {
    width: 30%;
    right: 0;
    top: 30%;
    z-index: 999;
    color: white;
    margin-top: 30px;
    margin-left: 100px;
    margin-right: 100px;
    position: absolute;
}
.info-video-text h5 {
    font-size: 16px;
}
.info-video-text p {
    width: 100%;
    font-size: 12px;
}
@media (max-width: 768px) {
    .info-video-text {
        width: 50%;
        margin: 30px 0;
    }
}
.content-video video {
    width: 100%;
}
.two-content-one .box {
    position: relative;
    /*perspective: 1000px;*/
}
.two-content-one .box .box-img {
    transform: rotateY(0);
    transition: all 0.50s ease-in-out 0s;
}
.two-content-one .box:hover .box-img {
    transform: rotateY(-90deg);
}
.two-content-one .box .box-img img {
    /*width: 100%;*/
    height: auto;
}
.two-content-one .box .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 60px 20px;
    text-align: center;
    background-color: #000;
    opacity: 0.7;
    transform: rotateY(90deg);
    transition: all 0.50s ease-in-out 0s;
}
.two-content-one .box:hover .box-content {
    transform: rotateY(0);
}
.two-content-one .box .title {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}
.two-content-one .box .description {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.two-content-one .box .title:after,
.two-content-one .box .description:after {
    content: "";
    width: 80%;
    display: block;
    border-bottom: 1px solid #fff;
    margin: 15px auto;
}
.two-content-one .box .social-links {
    margin: 0;
    padding: 0;
    list-style: none;
}
.two-content-one .box .social-links li {
    display: inline-block;
    margin: 0 10px;
}
.two-content-one .box .social-links li a {
    font-size: 20px;
    color: #a6a6a6;
}
.two-content-one .box .social-links li a:hover {
    text-decoration: none;
    color: #fff;
}
@media only screen and (max-width: 990px) {
    .two-content-one .box {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 479px) {
    .two-content-one .box .box-content {
        padding: 20px;
    }
}
.two-content-two .content-two-list {
    width: 100%;
    max-height: 500px;
    margin: 0 auto;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 6px 4px 5px hsla(0, 0%, 59%, .2);
    -webkit-box-shadow: 6px 4px 5px hsla(0, 0%, 59%, .2);
}
.two-content-two .content-two-list img {
    background: #FFF;
    display: block;
    max-width: 1200px;
    max-height: 500px;
    padding: 10px;
    float: left;
    overflow: hidden;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
}
.zoom1 {
    position: absolute;
    -moz-transform: translate(-150px, -120px);
    -webkit-transform: scale(1.1) translate(-150px, -120px) skew(15deg, -30deg);
    -ms-transform: scale(1.1) translate(-150px, -120px) skew(15deg, -30deg);
    -o-transform: scale(1.1) translate(-150px, -120px) skew(15deg, -30deg);
}
#wrapper {
    max-width: 1200px;
    max-height: 800px;
    margin: 20px auto;
    overflow: hidden
}
#imageContainer {
    max-width: 1200px;
    height: 600px;
    max-height: 600px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
#imageContainer img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#imageContainer img.active {
    z-index: 3;
}
@media (max-width: 991px) {
    #imageContainer {
        height: 400px;
    }
}
@media (max-width: 768px) {
    #imageContainer {
        height: 300px;
    }
}
@media (max-width: 768px) {
    #imageContainer {
        height: 300px;
    }
}
.full {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    background-color: #333333;
}
.about-content .field-guestbook-full_name .control-label:after,
.about-content .field-guestbook-country .control-label:after,
.about-content .field-guestbook-email .control-label:after,
.about-content .field-guestbook-phone .control-label:after,
.about-content .field-guestbook-enquiry .control-label:after,
.about-content .field-registrationform-customer_name .control-label:after,
.about-content .field-registrationform-where_to_buy_from .control-label:after,
.about-content .field-registrationform-dealer_name .control-label:after,
.about-content .field-registrationform-phone .control-label:after,
.about-content .field-registrationform-date_of_purchase .control-label:after,
.about-content .field-registrationform-email .control-label:after,
.about-content .field-registrationform-model_no .control-label:after,
.about-content .field-registrationform-serial_no .control-label:after,
.about-content .field-dealers-full_name .control-label:after,
.about-content .field-dealers-country .control-label:after,
.about-content .field-dealers-phone .control-label:after,
.about-content .field-dealers-email .control-label:after,
.about-content .field-dealers-sales_process .control-label:after{
    content: '*';
    color: red;
}
.xiao-require {
    color: red;
}
.info-banner{
    padding: 0;
    width: 100%;
}
.info-banner img{
    width: 100%;
}
.product-page .list-box .product-list .product-list-item{
    margin-bottom: 30px;
}
.product-page .list-box .product-list{
    width: 100%;
}
.product-page .list-box .product-list .product-list-item img{
    width: 100%;
}
.product-page .list-box .product-list .product-list-item{
    background: #fff;
    text-align: center;
    padding-bottom: 1px;
}
.product-page .list-box .product-list .product-list-item h5{
    font-size: 18px;
    line-height: 30px;
}
.product-page .list-box .product-list .product-list-item p{
    font-size: 16px;
    line-height: 24px;
}
.product-page .list-box .product-list .product-list-item .learn-more{
    margin: 20px auto;
    text-align: center;
    background-color: #eb5b13;
    width: 40%;
    height: 30px;
    padding-top: 4px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
}
.hidden-introduce-add{
    background: url("../images/add.png") no-repeat center;
    width: 20px;
    height: 20px;
    max-width: 100%;
    position: absolute;
    border: none;
    right: 0;
    bottom: 2%;
    z-index: 999;
    display: none;
}
.hidden-introduce-take{
    background: url("../images/take.png") no-repeat center;
    width: 20px;
    height: 20px;
    max-width: 100%;
    position: absolute;
    border: none;
    right: 0;
    top: 2%;
    z-index: 999;
    display: none;
}
.hidden-menu-add{
    background: url("../images/add.png") no-repeat center;
    width: 20px;
    height: 20px;
    max-width: 100%;
    position: absolute;
    border: none;
    right: 5%;
    top: 20px;
    z-index: 999;
    display: none;
}
.hidden-menu-take{
    background: url("../images/take.png") no-repeat center;
    width: 20px;
    height: 20px;
    max-width: 100%;
    position: absolute;
    border: none;
    right: 5%;
    top: 20px;
    z-index: 999;
    display: none;
}
@media (max-width: 768px) {
    .hidden-introduce-add{
        display: block;
    }
    .hidden-menu-add{
        display: block;
    }
    .footer-footer .hiddle-list li{
        display: none;
    }
}
@media (min-width: 768px) {
    .hidden-introduce-add{
        display: none;
    }
    .hidden-introduce-take{
        display: none;
    }
}
/*------产品详情页样式2------*/
.product-info{
    width: 100%;
    background: #f2f2f2;
}
.product-info-one{
    margin: 0 auto;
    text-align: center;
}
.product-info-one h2{
    font-size: 55px !important;
    margin-top: 50px;
}
.product-info-one p{
    font-size: 30px !important;
    padding: 50px;
}
.product-info-one img{
    height: auto !important;
    max-width: 100% !important;
}
/*------第二块-----*/
.product-info-two{
    width: 100%;
    background: #212121;
    color: #fff;
}
/*------第三块-----*/
.product-info-there{
    width: 100%;
    background: #000;
    color: #fff;
}
/*------第四块-----*/
.product-info-four{
    width: 100%;
    background: #f6f6f6;
    color: #666;
}
.product-info-four .product-info-left img{
    width: 100%;
}
.product-info-four .product-info-right{
    margin-top: 20%;
}
.product-info-four .product-info-right h2{
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 55px;
}
.product-info-four .product-info-right p{
    font-size: 24px;
    line-height: 35px;
}
.product-info-four .product-info-right i{
    font-size: 54px;
    padding-top: 20px;
}
.product-info-four .product-info-right span {
    padding-top: 20px;
    margin-right: 30px;
}
/*------第五块-----*/
.product-info-five{
    background: #fff;
}
.product-info-five .product-info-one h2{
    background: #fff;
    font-size: 55px;
}
.product-info-five .product-info-one p{
    color: #666;
    font-size: 24px;
}
.product-info-five .product-info-one ul li{
    float: left;
    width: 20%;
    padding: 10px;
}
.product-info-five ul li a:hover{
    opacity: 0.5;
}
/*------第六块-----*/
.product-info-six{
     background: #f3f3f3;
}
.product-info-six .product-info-one p{
    margin-bottom: 40px;
    color: #666;
    font-size: 24px;
}
.product-info-six .product-info-one span{
    margin-bottom: 40px;
    color: #666;
    font-size: 18px;
}
.product-info-six .product-info-one img{
    width: 100%;
    margin-top: 30px;
}
/*------第七块-----*/
.product-info-seven{
    background: #f8f8f8;
}
.product-info-seven .product-info-left{
    margin-top: 20%;
}
.product-info-seven .product-info-left h2{
    font-size: 55px;
    margin-bottom: 30px;
}
.product-info-seven .product-info-left p{
    font-size: 24px;
    color: #666;
}
.product-info-seven .product-info-left ul li{
    width: 33.3333%;
    float: left;
    margin-top: 20px;
    text-align: center;
}
.product-info-seven .product-info-left ul li img{
    max-width: 100%;
}
.product-info-seven .product-info-left ul li h4{
    margin-top: 15px;
}
@media (max-width: 768px) {
    .product-message .sing-captchae{
        margin-top: 20px;
    }
    .product-message .col-xs-12{
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 468px) {
    .product-info-one h2,
    .product-info-four .product-info-right h2,
    .product-info-seven .product-info-left h2,
    .product-info-four .product-info-right i{
        font-size: 30px !important;
    }
    .product-info-one p{
        padding: 20px;
    }
    .product-info-one p,
    .product-info-seven .product-info-left p{
        font-size: 22px !important;
    }
}
/*错误页面*/
.error_box {
    text-align: center;
    padding: 30px 0;
}
.error_con a{
    color: #e95b15;
}