* {
    margin: 0;
    padding: 0;
}

input, textarea {
    outline: none !important;
}

body {
    font-family: "microsoft yahei" !important;
    -webkit-font-smoothing: antialiased;
}

section {
    margin-top: 50px;
}

button {
    outline: none !important;
}

ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.navbar {
    border: 0;
    height: 50px;
    background: none;
}

.navbar-bg {
    width: 100%;
    height: 100%;
    background: #342c2a;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 1;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.navbar .container {
    height: 100%;
    z-index: 1;
}

.container {
    width: 1100px;
    min-width: 1100px;
}

.about-content-article {
    width: 1100px;
    min-width: 1100px;
    margin: 0 auto;
}

.container a {
    cursor: pointer;
}.top-nav{float: right;position: relative;top:5px;}
.top-nav:before,.top-nav:after{content: "";display: table;}
.top-nav:after{clear: both;}
/*针对IE6,_margin，_height是针对IE6的,其他浏览器中不需要*/
.top-nav{z-index: 1;}
.top-nav li{float: left;position: relative;}
.top-nav li a{float:left;text-decoration: none;padding:12px 30px;font-size:12px;
    color: #FFF;}
.top-nav li a:hover{color: #fafafa;}
.top-nav li a.active{ color: #1c3c49}
.top-nav li ul{visibility: hidden;position: absolute;list-style: none;top:38px;left: 7px;z-index: 1;padding: 0;
    background-color: #1c3c49;
    border-radius: 3px;opacity: 0;margin: 20px 0 0 0;transition: all .2s ease-in-out;
    _margin:0;  }
.top-nav li:hover > ul{opacity: 1;visibility: visible;margin: 0;}
.top-nav ul li{float: none;display: block;border: 0;text-align: center;}
.top-nav ul a{padding: 10px;width: 120px;display: block; line-height:22px;float: none;_height:10px;}
.top-nav ul a:hover{background-color:rgba(0,0,0,0.4)}
.top-nav ul li:first-child > a{border-radius: 3px 3px 0 0;}
.top-nav ul li:last-child > a{border-radius: 0 0 3px 3px;}
.top-nav ul li:first-child > a:before{  content: "";position: absolute;left:40px;top: -6px;
    display: block;width: 0;border-bottom: 6px solid #1c3c49;border-left: 6px solid transparent;  border-right: 6px solid transparent;  }
.top-nav ul li:first-child > a:hover:before{border-bottom-color:#1c3c49; }
.top-nav ul ul{top:0;left: 104px;margin: 0 0 0 20px;_margin:0;}
.top-nav ul ul li:first-child a:before{left: -6px;top: 50%;margin-top: -6px;border-left: 0;border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;border-right: 6px solid #1c3c49;}
.top-nav ul ul li:first-child a:hover:before{border-right-color:#1c3c49;border-bottom-color:transparent;}
.video {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background-image: url('http://www.xpel.com/wp-content/uploads/2015/06/main-img01.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.video video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
}

.video .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background: #000;
    opacity: 0.6;
    z-index: 2;
}

.logo {
    background: url('../img/logo1.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 350px;
    height: 100%;
    float: left;
    cursor: pointer;
}

.category-nav {
    float: left;
    margin-left: 90px;
}

.category-nav, .category-nav > ul, .category-nav > ul > li {
    height: 100%;
}

.category-nav > ul > li {
    float: left;
    width: 100px;
    line-height: 50px;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.category-nav > ul > li > a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.category-nav > ul > li > a:hover {
    color: #1c3c49;

}

.category-nav .active {
    color: #1c3c49;
}

.category-nav .drop-holder {
    display: none;
    position: absolute;
    width: 100%;
    /*margin-left: -25%;*/
    padding-top: 0;
    z-index: 10;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.category-nav .drop-holder a {
    cursor: pointer;
}

.category-nav .drop-holder:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent #fdb713;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -9px;
}

.video-btn {
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    color: #fff;
    text-align: center;
}

.video-btn h1 {
    font-size: 60px;
    font-weight: 300;
}

.video-btn p {
    font-size: 19px;
}

.video-btn .button a {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    padding: 10px 30px 10px 60px;
    margin: 30px 25px 0 25px;
    display: inline-block;
    text-decoration: none;
    background: url('../img/search1.png');
    background-repeat: no-repeat;
    background-position: 30px;
}

.video-btn .button a.active {
    background-color: #1c3c49;
    border-color: #1c3c49;
}

.video-btn .button a:hover {
    background-color: #1c3c49;
    border-color: #1c3c49;
}

.category-nav .drop-holder ul {
    overflow: hidden;
    background: #fdb713;
    border-radius: 5px;
    position: relative;
}

.category-nav .drop-holder ul li {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}

.category-nav .drop-holder ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 5px;
    font-size: 12px;
}
.category-nav .drop-holder ul li a:hover
{
    background-color:#d0880b;
}

.action {
    float: right;
    height: 100%;
}

.action a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

.action .cart {
    background: url('../img/cart.png');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left;
    padding-left: 25px;
    line-height: 50px;
    margin-right: 2em;
}

.action .login {
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 1px 9px;
}

.action .login:hover, .action .cart:hover {
    color: #1c3c49;
}

.index-new-list {
    width: 600px;
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 50px;
    padding: 15px 10px;
    float: left;
}

h1.category-title {
    color: #1c3c49;
    font-size: 21px;
    margin: 0;
}

h1.category-title h1 small {
    color: #555555;
}

.index-new-list > div {
    height: auto;
    overflow: hidden;
}

.index-new-list .item {
    float: left;
    margin: 25px 0 29px 0;
    width: 50%;
}

.index-new-list .item .date {
    background: #1c3c49;
    color: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    font-size: 15px;
}

.index-new-list .item .title {
    color: #555555;
    display: inline-block;
    width: 230px;
    vertical-align: middle;
    text-decoration: none;
}

.index-new-list .item .title:hover {
    color: #1c3c49;
}

.index-search {
    float: right;
    width: 360px;
    height: 159px;
    margin-top: 50px;
    position: relative;
}

.index-search a {
    display: inline-block;
    width: 100%;
    height: 69px;
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #1c3c49;
    font-size: 21px;
    text-align: left;
    padding: 6px 0 0 100px;
    text-decoration: none;
}

.index-search a small {
    display: block;
    font-size: 14px;
    color: #555555;
}

.index-search a:first-child {
    background-image: url('../img/search2.png');
    background-repeat: no-repeat;
    background-position: 25px;
}

.index-search a.active:first-child, .index-search a:first-child:hover {
    color: #fff;
    background-color: #1c3c49;
    background-image: url('../img/search2-ed.png');
    border-color: #1c3c49;
}

.index-search a.active:first-child small, .index-search a:first-child:hover small {
    color: #fff;
}

.index-search a:last-child {
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url('../img/search3.png');
    background-repeat: no-repeat;
    background-position: 25px;
}

.index-search a.active:last-child, .index-search a:last-child:hover {
    color: #fff;
    background-color: #1c3c49;
    background-image: url('../img/search3-ed.png');
    border-color: #1c3c49;
}

.index-search a.active:last-child small, .index-search a:last-child:hover small {
    color: #fff;
}

.index-brand {
    width: 490px;
    margin-top: 60px;
    float: left;
}

.index-brand h1 {
    margin-bottom: 25px;
}

.index-brand p {
    margin: 0;
    color: #999999;
    font-size: 12px;
    line-height: 2em;
    text-indent: 2em;
    padding-right: 15px;
}

.index-brand .more {
    background: #333333;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    text-decoration: none;
    float: right;
    margin-top: 50px;
}

.index-brand .more:hover {
    color: #1c3c49;
}

.index-slide {
    width: 490px;
    height: 282px;
    background: #eee;
    margin-top: 60px;
    float: left;
    background-image: url('../img/slide-bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    cursor: pointer;
}

.index-slide .swiper-container {
    width: 100%;
    height: 100%;
}

.index-slide .swiper-slide {
    text-align: center;
    color: #fff;
    padding-top: 39px;
}

.index-slide .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 6px;
    height: 6px;
}

.index-slide .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
}

.index-slide .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 50px;
}

footer {
    background-color: rgb(39, 33, 31);
    /*height: 100px;*/
    margin-top: 65px;
    position: relative;
}

footer .container {
    position: relative;
}

footer .footer-nav {
    margin-top: 15px;
}

footer .footer-nav a {
    color: #1c3c49;
    text-decoration: none;
    font-size: 12px;
    margin-right: 50px;
}

footer .footer-info {
    color: #666666;
    font-size: 12px;
    margin-top: 25px;
}


footer .footer-info .tel {
    background-image: url('../img/tel.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
    margin-right: 15px;
    display: block;
    text-align: left;
    line-height: 22px;
}

footer .footer-info .address {
    background-image: url('../img/address.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
    display: block;
    text-align: left;
    line-height: 22px;
}

footer .footer-info .copyright {
    /*float: right;*/
    display: block;
    text-align: left;
    line-height: 22px;
}

footer .footer-share {
    position: absolute;
    top: 5px;
    right: 0;
}

footer .footer-share .bdsharebuttonbox a.bds_tsina {
    background-size: 25px;
    background: url('../img/share-weibo.png') no-repeat center;
}

footer .footer-share .bdsharebuttonbox a.bds_weixin {
    background-size: 25px;
    background: url('../img/share-weixin.png') no-repeat center;
}

footer .footer-share .bdsharebuttonbox a.bds_qzone {
    background-size: 25px;
    background: url('../img/share-qzone.png') no-repeat center;
}

.down-page {
    position: absolute;
    z-index: 999;
    bottom: 32px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 39px;
    color: #1c3c49;
    cursor: pointer;
}

.share {
    position: fixed;
    left: 0;
    top: 220px;
    z-index: 3;
}

.share .bdsharebuttonbox {
    width: 32px;
}

.share .bdsharebuttonbox a {
    display: block;
    width: 32px;
    height: 32px;
    background-color: #333;
    margin: 0;
    margin-bottom: 2px;
}

.share .bdsharebuttonbox a.bds_tsina {
    background-image: url('../img/weibo.png');
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center;
}

.share .bdsharebuttonbox a.bds_weixin {
    background-image: url('../img/weixin.png');
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center;
}

.share .bdsharebuttonbox a.bds_qzone {
    background-image: url('../img/qq.png');
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center;
}

.clear-float {
    clear: both;
}

html, body {
    height: 100%;
}

section {
    min-height: -moz-calc(100% - 150px);
    min-height: -webkit-calc(100% - 150px);
    min-height: calc(100% - 150px);
}

.contactus-item-input input[type="button"] {
    padding: 0.1rem 3rem 0.1rem 3rem;
    border: 1px solid #ccc;
    background: white;
    border-radius: 3px;
}

.pager-w {
    width: 100%;
    text-align: center;
}

.pager {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
}

.pagination {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.pagination li {
    float: left;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 3px;
}

.pagination a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #666;
}

.pagination .active {
    background: #eee;
    color: #fff;
    background: #e7a100;
}

.about-top-image img {
    min-width: 100%;
}

.nice-select .list {
   height: 80px !important;
    overflow: auto;
}

.sidebar {
    margin: 300px 30px 10px 10px;
    float: right;
    width: 10px;
    height: 12px;

}

.sidebar a.erweima {

    background-image: url('../img/sidebar.png');

}

footer .footer-share .bdsharebuttonbox a.bds_fbook {
    background-size: 25px;
    background: url(../img/share-fbook.png) no-repeat center;
}

footer .footer-share .bdsharebuttonbox a.bds_twi {
    background-size: 25px;
    background: url(../img/share-twi.png) no-repeat center;
}

.share .bdsharebuttonbox a.bds_fbook {
    background-image: url(../img/fbook.png);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center;
}

.share .bdsharebuttonbox a.bds_twi {
    background-image: url(../img/twitter.png);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center;
}