@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button,fieldset,img {
    border: 0
}

blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,html,input,legend,li,ol,p,pre,td,textarea,th,ul {
    margin: 0;
    padding: 0;
    font-weight: 400
}

html {
    -webkit-text-size-adjust: none
}

button {
    overflow: visible;
    text-align: center
}

button,img,input,select,textarea {
    vertical-align: middle;
    font-family: "Roboto", Arial, Helvetica, Verdana, sans-serif;
}



ol,ul {
    list-style: none
}

label {
    cursor: pointer
}

caption,legend {
    display: none
}

.block,article,aside,footer,header,nav,section {
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,td,th {
    font-weight: 400
}

address,cite,em,i {
    font-style: normal
}

sup {
    font-size: 12px;
    color: #999
}

abbr {
    border-bottom: 1px dotted #566362;
    cursor: help
}

hr {
    height: 1px;
    border: 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #DDD;
    margin: 10px 0
}

h2 {
    font-size: 14px
}

h3,h4 {
    font-size: 12px
}

mark {
    background: 0;
    color: #dd4b39
}

small {
    color: #666;
    font-weight: 400
}

button,input {
    line-height: normal
}

button::-moz-focus-inner,input::-moz-focus-inner {
    padding: 0;
    border: 0
}

button,input[type=button],input[type=reset],input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button,input[type="button"],input[type="submit"],input[type="reset"],textarea {
    -webkit-appearance: none
}
button:focus,input:focus,textarea:focus,select:focus{
    outline: none;
}

body {
    color: #FFF;
    font-family: "Roboto", Arial,Helvetica,Verdana,sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    background-color: #1B1C1D;
    overflow-x: hidden; 
}

a {
    transition: .4s all;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all
}

a:active,a:hover,a:link,a:visited {
    color: #FFF;
    text-decoration: none
}

a:active,a:hover {
    color: #FFC601
}

input.disabled,input[disabled] {
    background-color: #f0f0f0;
    color: #999;
    cursor: not-allowed
}

.fl {
    float: left
}

.fr {
    float: right
}


.hide {
    display: none
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    zoom: 1
}

.frame{
    width: 1400px;
    margin: 0 auto;
}

.header{
    background-color: #111212;
    height: 80px;
}

.header .frame{
    position: relative;
}

.header-logo{
    position: absolute;
    top: 27px;
    left: 0;
}

.header-nav{
    height: 60px;
    width: 720px;
    margin: 0 auto;
    padding-top: 20px;
}

.header-nav li{
    width: 120px;
    height: 40px;
    float: left;
}
.header-nav li a{
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}

.header-lan{
    color: #A0A0A0;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 30px;
    z-index:2;
}
.header-lan-active{
    width: 88px;
    height: 24px;
    line-height: 24px;
    padding-bottom: 5px;
}
.header-lan ul{
    width: 88px;
    border:1px solid #CCC;
    border-radius: 5px;
    background-color: #000;
    display: none;
    padding: 5px 0;
}
.header-lan ul li{
    text-align: center;
    line-height: 30px;
}

.header-lan:hover ul{
    display: block;
}

.header-nav-btn {
    display: none;
}

.banner{
    height: 700px;
}
.banner .swiper-slide a{
    height: 700px;  
}
.banner .swiper-slide a.pc{
     display: block;
}
.banner .swiper-slide a.mob{
    display: none;
}
.index-about{
    padding-top: 20px;
    height: 1000px;
}
.index-about .frame{
    position: relative;
}
.index-about-con{
    width: 600px;
    padding-top: 200px;
}
.index-about-con h3{
    font-size: 34px;
    line-height: 50px;
    padding-bottom: 40px;
}
.index-about-con p{
    font-size: 18px;
    line-height: 30px;
    color: #BCBCBC;
    padding-bottom: 100px;
}

.index-about-con a{
    color: #FFC600;
    display: block;
    height: 42px;
    width: 180px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    border: 1px solid #FFC600;
}
.index-about-con a:hover{
    background-color: #FFC600;
    color: #222;
}
.index-about-img{
    position: absolute;
    top: 120px;
    left: 700px;
    padding: 85px 0 80px 80px;
    background-image: url('../images/index-about-bg.png'); 
    background-repeat: no-repeat;
    background-position: 0 0;

}
.index-product-title{
    height: 42px;
}
.index-product-title h3{
    float: left;
    font-size: 34px
}
.index-product-title a{
    color: #FFC600;
    display: block;
    height: 42px;
    width: 180px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    border: 1px solid #FFC600;
    float: right;
}
.index-product-title a:hover{
    background-color: #FFC600;
    color: #222;
}
.index-product ul{
    position: relative;
    width: 1440px;
    padding-top: 60px;
}
.index-product ul li{
    width: 460px;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 391px;
    float: left;
}
.index-product ul li img{
    width: 460px;
    height: 345px;
}
.index-product ul li span{
    display: block;
    height: 46px;
    text-align: center;
    line-height: 46px;
    background-color: #5F6060;
    font-size: 16px;
}
.index-news{
    padding: 100px 0;
    background: #FFF;
    color: #333
}
.index-news-title {
    line-height: 50px;
    padding-bottom: 50px;
}
.index-news-title h3{
    font-size: 34px;
    text-align: center;
}
.index-news ul{
    width: 1420px;
}
.index-news ul li{
    float: left;
    width: 460px;
    height: 560px;
    margin-right: 10px;
    background: #F5F5F5;

}
.index-news-img{
    height: 240px;
    overflow: hidden;
}
.index-news-img img{
    width: 100%;
}

.index-news-con{
    color: #333;
}
.index-news-con h3{
    font-size: 16px;
    padding: 30px 15px;
    line-height: 26px;
}
.index-news-con p{
    padding: 15px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    height: 160px;
}
.index-news-more{
    padding-left: 15px;
}
.index-news ul li:hover{
    background: #222;
}
.index-news ul li:hover .index-news-con{
    color: #FFF;
}

.footer{
    background: #111;
    margin-top: 20px;
}

.footer-logo{
    text-align: center;
    padding: 60px;
    border-bottom: 1px solid #4E4E4E;
}
.footer-con {
    padding: 20px;
    color: #888
}
.footer-address{
    float: left;
    width: 350px;
}
.footer-address i{
    font-size: 24px;
    color: #FFF;
}
.footer-address p{
    font-size: 16px;
    width: 320px;
    float: right;
}
.footer-contact{
    float: left;
    padding-left: 100px;
}
.footer-contact li{
    font-size: 16px;
    line-height: 34px;
}
.footer-contact li i{
    font-size: 24px;
    color: #FFF;
    padding-right: 5px;
}
.footer-social {
    float: right;
    width: 330px;
}
.footer-newsletter h3{
    font-size: 24px;
    color: #FFF;
    padding-bottom: 10px;
}
.footer-newsletter form{
    height: 40px;
}
.footer-newsletter form input{
    height: 40px;
    width: 268px;
    border:none;
    background: #1D1D1D;
    color: #FFF;
    padding-left: 10px;
}
.footer-newsletter form button{
    background: #FFA301;
    color: #FFF;
    font-size: 16px;
    height: 40px;
    width: 62px;
    border:0; 
}
.footer-icon {
    padding-top: 20px;
}
.footer-icon a{
    display: inline-block;
    height: 32px;
    width: 32px;
    background: #2E2E2E;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    line-height: 32px;
}
.footer-copyright{
    border-top: 1px solid #4E4E4E;
    line-height: 60px;
    padding-left: 20px;
}

.page-banner{
    height: 300px;
    background-position: center center; 
}
.page-banner-frame{
    width: 1400px;
    margin: 0 auto;
    padding-top: 200px;
}
.page-banner-frame h3{
    font-size: 34px;
    line-height: 50px;
    padding-bottom: 10px;
    text-shadow: 2px 2px 5px #000000ba;
}
.page-position{
    text-shadow: 2px 2px 5px #000000ba;
}
.page-frame{
    width: 1400px;
    margin: 0 auto;
    padding-top: 50px;
}
.page-cate li{
    display: inline-block;
    margin:0 15px 15px 0;
}

.page-cate li a{
    display: block;
    border:1px solid #333;
    padding: 10px 15px;
    font-size: 16px; 
}
.page-cate li a:hover, .page-cate li.active a{
    border-color: #FFC600;
    background-color:#FFC600;
    color: #333
}

.page-product-list{
    position: relative;
    width: 1440px;
    padding-top: 40px;
}
.page-product-list li{
    width: 460px;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 391px;
    float: left;
}
.page-product-list li img{
    width: 460px;
    height: 345px;
}
.page-product-list li span{
    display: block;
    height: 46px;
    text-align: center;
    line-height: 46px;
    background-color: #5F6060;
    font-size: 16px;
}
.pagination-box{
    padding: 20px 0;
}
.pagination{
    text-align: center;
}
.pagination li,.pagination span{
    display: inline-block;
    font-size: 16px;
    text-align: center;
    border:1px solid #333;
	padding:5px 10px;
	margin:0 2px;
}
.pagination li:hover, .pagination li.active{
    border-color: #FFC600;
    background-color:#FFC600;
    color: #333
}

.page-product-info-img{
    float: left;
    width: 50%
}
.page-product-info-img img{
    max-width: 100%;
}

.page-product-info-desc{
    float: right;
    width: 50%;
    padding-left: 30px;
}
.page-product-info-desc h2{
    font-size: 34px;
    padding: 20px 0;
}
.page-product-info-desc p{
    color: #888;
    line-height: 32px;
}

.page-product-detail{
    padding-top: 30px;
}
.page-product-detail h3{
    font-size: 28px;
    border-bottom: 1px solid #333;
    line-height: 50px;
}
.page-product-detail-remark{
    padding-top: 20px;
    font-size: 16px;
    color: #999
}
.page-prev-next{
    padding: 10px;
    line-height: 40px;
    background-color: #222;
    margin-top:20px;
}

.page-about-remark{
    padding: 20px 0 ;
}

.page-news-list li{
    border-bottom: 1px solid #333;
    padding: 20px 10px;
}

.page-news-list li .tit{
    height: 50px;
}
.page-news-list li .tit h3{
    float: left;
    font-size: 20px;
}
.page-news-list li .tit span{
    float: right;
    font-size: 14px;
    color: #666;
}
.page-news-list li .info{
    color: #888;
    line-height: 22px;
}
.page-news-list li .more{
    text-align: right;
}

.page-news-detail-title{
    text-align: center;
    font-size: 20px;
    line-height: 40px;
}
.page-news-detail-info{
    text-align: center;
    color: #666;
    padding: 20px;
}
.page-news-detail-content{
    font-size: 16px;
    color: #f0f0f0
}

.page-video-list li{
    width: 350px;
    padding: 0 10px;
    height: 320px;
    float: left;
}
.page-video-list li img{
    width: 330px;
    height: 250px;
}
.page-video-list li p{
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    line-height: 22px;
}
.order-form{
    padding: 10px;
    width: 700px;
    margin: 0 auto
}
.order-form table{
    width: 100%;
}
.order-form td{
    padding: 3px;
}
.order-form input{
    width: 100%;
    height: 32px;
    line-height: 32px;
    border: 1px solid #444;
    background: #333;
    color: #FFF;
}
.order-form textarea{
    width: 100%;
    height: 64px;
    line-height: 32px;
    border: 1px solid #444;
    background: #333;
    color: #FFF;
}
.order-form button{
    background-color: #FFC600;
    color: #222;
    display: block;
    height: 42px;
    width: 180px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    border: 1px solid #FFC600;
}

@media (max-width: 768px) {
    .frame{
        width: 100%;
        margin:0;
    }
    .header{
        height: auto;
    }
    .header-logo {
        position: absolute;
        top: 20px;
        left: 50%;
        margin-left: -87px;
        text-align: center;
    }
    .header-nav {
        height: 150px;
        width: 100%;
        margin: 0;
        padding-top: 70px;
    }
    .header-nav ul{
        background-color: #333;
        height: 80px;
    }
    .header-nav li {
        width: 33.33%;
        height: 40px;
        float: left;
    }
    .header-lan {
        right: 5px;
        top: 20px;
    }
    .banner {
        height: auto;
    }
    .banner .swiper-slide a {
        height: auto;
    }
    .banner .swiper-slide a.pc{
         display: none;
    }
    .banner .swiper-slide a.mob{
        display: block;
    }
    .banner .swiper-slide a.mob img{
        width: 100%;
    }
    .index-about{
        padding: 10px;
        height: auto;
    }
    .index-about .frame{
        position: relative;
    }
    .index-about-con{
        width: 100%;
        padding-top: 0px;
    }
    .index-about-con h3{
        font-size: 18px;
        line-height: 20px;
        padding-bottom: 10px;
    }
    .index-about-con p{
        font-size: 14px;
        line-height: 22px;
        color: #BCBCBC;
        padding-bottom: 10px;
    }

    .index-about-con a{
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin: 0 auto;
    }

    .index-about-img{
        position: relative;
        top: 0px;
        left: 0px;
        padding: 10px 0 0 0;
    }
    .index-about-img img{
        width: 100%;
    }
    .index-product-title{
        height: auto;
    }
    .index-product-title h3{
        float: none;
        font-size: 18px;
        text-align:center;
        padding: 10px;
    }
    .index-product-title a{
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin: 0 auto;
        float: none;
    }

    .index-product ul{
        position: relative;
        width: 100%;
        padding: 10px 5px 0 5px;
    }
    .index-product ul li{
        width: 50%;
        margin-right: 0px;
        margin-bottom: 10px;
        height: auto;
        float: left;
        text-align: center;
    }
    .index-product ul li img{
        width: 95%;
        height: auto;
    }
    .index-product ul li span{
        line-height: 38px;
        height: 38px;
        font-size: 14px;
        margin: 0 5px;
    }
    .index-news{
        padding: 20px 10px;
        background: #FFF;
        color: #333
    }
    .index-news-title {
        line-height: 40px;
        padding-bottom: 40px;
    }
    .index-news-title h3{
        font-size: 18px;
        text-align: center;
    }
    .index-news ul{
        width: 100%;
    }
    .index-news ul li{
        float: none;
        width: auto;
        height: auto;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .index-news-img{
        height: 200px;
    }

    .index-news-con h3{
        font-size: 14px;
        padding: 10px 5px;
        line-height: 22px;
    }
    .index-news-con p{
        padding: 10px;
        font-size: 14px;
        line-height: 22px;
        height: auto;
    }

    .footer-logo{
        text-align: center;
        padding: 20px;
        border-bottom: 1px solid #4E4E4E;
    }
    .footer-con {
        padding: 20px;
        color: #888
    }
    .footer-address{
        float: none;
        width: 100%;
    }
    .footer-address i{
        font-size: 24px;
        color: #FFF;
        float: left;
    }
    .footer-address p{
        font-size: 16px;
        float: none;
        width: 100%;
        margin-left: 20px;
    }
    .footer-contact{
        float: none;
        padding-left: 0px;
    }
    .footer-contact li i{
        font-size: 20px;
    }
    .footer-social {
        float: none;
        width: auto;
        padding-top: 10px;
    }
    .footer-newsletter h3{
        font-size: 18px;
        color: #FFF;
        padding-bottom: 10px;
    }

    .footer-copyright{
        line-height: 20px;
        padding-left: 0px;
        padding: 10px;
    }
    .page-banner{
        height: auto;
        padding-left: 20px;
        padding-bottom: 20px;
        background-size: cover;
    }
    .page-banner-frame{
        width: 100%;
        margin: 0 auto;
        padding-top: 60px;
    }
    .page-banner-frame h3{
        font-size: 28px;
        line-height: 40px;
        padding-bottom: 0px;
    }
    .page-frame{
        width: 100%;
        margin: 0 auto;
        padding-top: 20px;
    }
    .page-cate {
        padding: 0 0 0 15px;
    }
    .page-cate li{
        display: inline-block;
        margin:0 10px 10px 0;
    }

    .page-cate li a{
        padding: 5px 10px;
        font-size: 14px; 
    }

    .page-product-list{
        position: relative;
        width: 100%;
        padding: 10px 5px 0 5px;
    }
    .page-product-list li{
        width: 50%;
        margin-right: 0px;
        margin-bottom: 10px;
        height: auto;
        float: left;
        text-align: center;
    }
    .page-product-list li img{
        width: 95%;
        height: auto;
    }
    .page-product-list li span{
        line-height: 38px;
        height: 38px;
        font-size: 14px;
		width: 95%;
        margin: 0 auto;
    }

    .pagination-box{
        padding: 10px 0;
    }
    

    .page-product-info-img{
        float: none;
        width: 100%;
        padding:10px;
    }

    .page-product-info-desc{
        float: none;
        width: 100%;
        padding: 10px;
    }
    .page-product-info-desc h2{
        font-size: 20px;
        padding: 10px 0;
    }
    .page-product-info-desc p{
        line-height: 24px;
    }

    .page-product-detail{
        padding: 10px;
    }
    .page-product-detail h3{
        font-size: 24px;
        border-bottom: 1px solid #333;
        line-height: 24px;
    }
    .page-product-detail-remark{
        padding-top: 10px;
        font-size: 14px;

    }

    .page-about-remark{
        padding: 10px;
    }

 
    .page-news-detail-title{
        font-size: 18px;
        line-height: 30px;
    }
    .page-news-detail-info{
        padding: 10px;
    }
    .page-news-detail-content{
        font-size: 14px;
        color: #f0f0f0;
        padding: 10px;
    }


    .page-video-list{
        position: relative;
        width: 100%;
        padding: 10px 5px 0 5px;
    }
    .page-video-list li{
        width: 50%;
        margin-right: 0px;
        margin-bottom: 10px;
        height: auto;
        float: left;
        text-align: center;
    }
    .page-video-list li img{
        width: 95%;
        height: auto;
    }
    .page-video-list li p{
        line-height: 38px;
        height: 38px;
        font-size: 14px;
        margin: 0 5px;
        overflow: hidden;
    }

    .order-form{
        padding: 10px;
        width: 100%;
    }

}