
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
html, body {
    width: 100%;
    max-width: 64rem;

    overflow: hidden;
    font-size: 62.5%;
    background: #000000;
    color: #ffffff;
    font-family: "Microsoft Yahei";
    margin: 0px auto;
}

.header {
    width: 100%;
    max-width: 64rem;
    height: 5.0rem;
    position: absolute;
    top: 0;
    z-index: 3;
    border-bottom: 1px solid #2C2C2C;
    text-align: center;
    font-size: 1.6rem;
    line-height: 5.0rem;
}

.header span {
    width: 2.2rem;
    height: 1.6rem;
    margin: 1.8rem 0px 0px 2.2rem;
    cursor: pointer;
    float: left;
    display: block;
}
.header span img{
    width: 100%;
    height: auto;
    display: block;
}
.header p {
    width: 2rem;
    height: 2rem;
    float: right;
    margin: 1.8rem 2.2rem 0px 0rem;
    cursor: pointer;
    display: block;
}
.header p img{
    width: 100%;
    height: auto;
    display: block;
}

.menu{
    position: fixed;
    top: 0.5rem;
    margin-left: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 40px;
    height: 40px;
    background-color: #000000;
    border-radius: 50%;
    transition: transform 250ms ease;
    cursor: pointer;
    z-index: 200;
}
.menu span{
    position: relative;
    display: block;
    width: 50%;
    height: 2px;
    background-color: #ffffff;
    float: left;
    transform-origin: center center;
    transition: transform 250ms ease;
    z-index: 200;
}
.menu span:nth-of-type(1){transform: translateY(-5px);}
.menu span:nth-of-type(3){transform: translateY(5px);}
#menu{display: none;}
#menu:checked ~ .menu{background-color: transparent;transform: rotate(360deg);transition: transform 250ms ease;}
#menu:checked ~ .menu span{background-color: white;transition: transform 250ms ease;}
#menu:checked ~ .menu span:nth-of-type(1){transform: translateY(1px) rotate(45deg);}
#menu:checked ~ .menu span:nth-of-type(2){display: none;}
#menu:checked ~ .menu span:nth-of-type(3){transform: translateY(-1px) rotate(-45deg);}
#menu:checked ~ .nav{left: 0px;transition: left 500ms ease;}
#menu:checked ~ main{transform: translateX(250px);transition: transform 500ms ease;}
.nav{
    position: fixed;
    top: 0;
    left: -12rem;
    width: 12rem;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-color: #18171C;
    transition: left 500ms ease;
    z-index: 0;
}
.nav ul{
    position: relative;
    list-style-type: none;
    margin: 80px 0;
    padding: 0;
}
.nav ul li{
    position: relative;
    display: block;
    border-bottom: 1px dashed rgba(255,255,255,.38);
}
.nav ul li a{
    position: relative;
    display: block;
    margin: 0;
    padding: 15px 10px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.nav ul li a:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: width 250ms ease;
    z-index: -1;
}
.nav ul li a:hover{color: #444;}
.nav ul li a:hover:before{
    width: 100%;
    height: 100%;
    background-color: white;
    transition: width 250ms ease;
}
.container{width: 100%;margin: 0 auto;}
main{
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    transform: translateX(0px);
    transition: transform 500ms ease;
    z-index: 0;
}

.section { width: 100%; height: auto; text-align: center;}
.section1 { background: url("../images/full_1.jpg") no-repeat 50%; background-size: cover;}
.section2 { background: url("../images/full_2.jpg") no-repeat 50%; background-size: cover;}
.section3 { background: url("../images/full_3.jpg") no-repeat 50%; background-size: cover;}
.section4 { background: url("../images/full_4.jpg") no-repeat 50% #000000; background-size: cover;}
.section5 { background: url("../images/full_5.jpg") no-repeat 50%; background-size: cover;}
.section6 { background: url("../images/full_6.jpg") no-repeat 50%; background-size: cover;}
.section7 {  }
.section8 { background: url("../images/full_8.jpg") no-repeat 50%; background-size: cover;}

.shipin{ width:100%; height:auto;}
.shipin h1{ color:#E9BC00; font-size:2.4rem; font-weight:normal; margin-bottom:2rem;}

.full_1 p{
    width: 18rem;
    height: 2.3rem;
    color: #ffffff;
    font-size: 1.3rem;
    text-align: center;
    border: 1px solid #ffffff;
    margin: 9rem auto 1rem;
    line-height: 2.3rem;
}
.full_1 span{
    font-size: 0.8rem;
}
.full_title{
    text-align: center;
    font-size: 3rem;
    color: #E9B901;
    margin-bottom: 1rem;
}
.full_title sup{ font-size:1.6rem }
.full_title2{
    text-align: center;
    font-size: 1.4rem;
    color: #ffffff;
    margin-bottom: 0.3rem;
}
.full_zhi{
    width: 1.2rem;
    height: 1.2rem;
    background: #E9B700;
    color: #ffffff;
    border-radius: 50%;
    margin: 0px auto 0.3rem;
    text-align: center;
    line-height: 1.1rem;
}
.full_title3{
    text-align: center;
    font-size: 1.8rem;
    color: #E9B700;
    margin-bottom: 0.3rem;
}
.full_title4{
    text-align: center;
    font-size: 1.3rem;
    color: #ffffff;
    margin-bottom: 0.3rem;
}
.full_title4 span,.full_title5 span{
    color: #E9B700;
}
.full_title5{
    text-align: center;
    font-size: 1.3rem;
    color: #ffffff;
    margin-bottom: 0.3rem;
}
.full_title6{
    text-align: center;
    font-size: 2.8rem;
    color: #E9B700;
}
.full_2{
    margin-top: 5rem;
}
.full2_img{
    width: 60%;
    height: auto;
    margin: 5rem auto 0;
}
.full2_img img{
    width: 100%;
    height: auto;
}
.full_2_img{
    width: 100%;
    height: 100%;
}
.full_2_img img{
    width: 100%;
    height: auto;
}
.ljgd
{
    position:relative;
    top:-8.5rem;
}
.ljgd a
{
    color:#ffffff;
    border:1px solid #ffffff;
    padding:0.2rem 2.2rem;
    font-size:1.2rem;
}
.full_3{

}
.full3_img{
    width: 100%;
    height: auto;
    margin: 1rem auto 0;
}
.full3_img img{
    width: 100%;
    height: auto;
}
.full_4{

}
.full4_img{
    width: 70%;
    height: auto;
    margin: 3rem auto 0;
}
.full4_img img{
    width: 100%;
    height: auto;
}
.full_5{

}
.full5_img{
    width: 70%;
    height: auto;
    margin: 3rem auto 0;
}
.full5_img img{
    width: 100%;
    height: auto;
}
.full5_fengexian{
    width: 100%;
    height: auto;
    margin: 0 auto 1rem;
    overflow: hidden;
}
.full5_fengexian img{
    width: 100%;
    height: auto;
}
.full_txt{
    width: 95%;
    text-align: center;
    margin: 0rem auto 0;
}
.full_txt i{
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    background: #0089D4;
    color: #EAB904;
    font-style: normal;
    border-radius: 50%;
    display: inline-block;
}
.full_txt p{
    font-size: 1.3rem;
    line-height: 2.1rem;
}
.full_6{
    width: 90%;
    margin: 0rem auto 0;
}
.full_list{
    width: 100%;
}
.full_list ul{
    width: 100%;
    margin: 3rem auto;
    overflow: hidden;
}
.full_list ul li{
    width: 20%;
    height: auto;
    float: left;
    margin: 0 0 5% 5%;
}
.full_list ul li img{
    width: 100%;
    height: auto;
}
.full_more{
    width: 90%;
    margin: 0px auto;
    text-align: center;
    border: 1px solid #ffffff;
    line-height: 230%;
}
.full_more a{
    color: #ffffff;
}

.full_txt2{
    width: 90%;
    text-align: center;
    margin: 0.8rem auto 0;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 150%;
}
.full_txt2 p{ width:200px; height:auto; margin:15px auto 0;}
.full_txt2 p img{ width:90px; height:auto; float:left;}
.full_txt2 a
{
    color:#ffffff;
}

/*内页样式*/
.ny_main{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 5rem auto 0;
}
.fenlei{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.fenlei ul{
    margin: 3rem auto;
}
.fenlei ul li{
    display: inline-block;
    margin: 0 0.6rem;
}
.fenlei ul li a{
    color: #ffffff;
    font-size: 1.4rem;
}
.fenlei ul li .factive {
    color: #E8B800;
}
.pro_list{
    width: 100%;
    height: auto;
    overflow:hidden;
}
.pro_list ul{

}
.pro_list ul li{
    width: 45%;
    height: auto;
    float: left;
    margin: 0rem 1% 1rem 3%;
    text-align: center;
}
.pro_list ul li a{
    color: #ffffff;
}
.pro_list ul li p{
    line-height: 3.5rem;
    font-size: 1.3rem;
}
.pro_list ul li img{
    width: 98%;
    height: auto;
    border: 0.2rem solid #ffffff;
}

.pro_detail{
    width: 97%;
    height: auto;
    margin: 0px auto;
}
.pro_detail img{
    width: 90%;
    height: auto;
    display: block;
    margin: 0px auto;
}
.pro_detail span{
    display: block;
    text-align: center;
    color: #ffffff;
    margin: 1rem auto;
    font-size: 1.3rem;
}
.detail_txt{
    width: 97%;
    height: auto;
    border: 1px solid #2A292E;
    margin: 3rem auto 0;
}
.detail_txt_title{
    width: 8rem;
    height: 4rem;
    margin: -2rem auto 0;
    background: #000000;
    line-height: 4rem;
    text-align: center;
    font-size: 1.6rem;
    color: #E8B800;
}
.detail_txt p{
    padding: 1.5rem 2rem;
    font-size: 1.3rem;
    line-height: 2rem;
}
.news_name{ width:100%; text-align:center;}
.news_name h2{ font-size:1.8rem; color:#E8B800;}
.news_name p{ margin:0.5rem auto 0; font-size:1rem;}
.news_content{
    width: 95%;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
}
.news_list{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #18171C;
    margin-bottom: 1rem;
    padding: 0.8rem 0;
}
.news_list img{
    width: 30%;
    height: auto;
    float: left;
    margin-left: 0.8rem;
}
.news_list .news_txt{
    width: 64%;
    height: auto;
    float: right;
}
.news_list .news_txt a{
    color: #ffffff;
    font-size: 1.4rem;
}
.news_list .news_txt p{
    color: #999997;
    font-size: 1.2rem;
    margin: 0.7rem 0;
}
.news_list .news_txt span{
    color: #999997;
    font-size: 1.1rem;
}
/*分页样式*/
.fenye{ width:95%; height:auto; margin:0 auto; overflow:hidden; border:1px solid #666666;}
.fenye a{ color:#f9a600;}
.pagebox{font-size:0.9rem;line-height:200%;font-weight:normal; margin:5px auto 5px;}
.flickr {padding:0px;margin:0px; text-align:center; font-family:Verdana; font-size:0.9rem;}
.flickr a { padding:5px 3px; background-position: 50% bottom;color: #999999; margin-right: 5px; text-decoration: none}
.flickr a:hover { background-image: none; color: #CBA003;}
.meneame a:active { background-image: none; color: #ffffff; }
.flickr span.current {padding:5px 3px; font-weight: bold;  color:#CBA003; margin-right: 3px;}
.flickr span.disabled { padding:5px 10px; color: #fff; margin-right: 3px; }

.sx{ width:90%; height:30px; margin:10px auto 30px; color:#f9a600}
.sx a{ color:#fff;}

.arrow {
    opacity: 1;
    animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
    -webkit-animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    overflow: hidden;
}

.hc_ad1{ width:auto; height:100%; background: url("../images/hc_ad1.jpg") no-repeat 50%; background-size: cover;}
.hc_ad2{ width:auto; height:100%; background: url("../images/hc_ad2.jpg") no-repeat 50%; background-size: cover;}
.hc_ad3{ width:auto; height:100%; background: url("../images/hc_ad3.jpg") no-repeat 50%; background-size: cover;}

.wm_ad1{ width:auto; height:100%; background: url("../images/wm_ad1.jpg") no-repeat; background-size: 100% 100%;}
.wm_ad2{ width:auto; height:100%; background: url("../images/wm_ad2.jpg") no-repeat; background-size: 100% 100%;}
.wm_ad3{ width:auto; height:100%; background: url("../images/wm_ad3.jpg") no-repeat; background-size: 100% 100%;}

.wz_ad1{ width:auto; height:100%; background: url("../images/wz_ad1.jpg") no-repeat; background-size: 100% 100%;}
.wz_ad2{ width:auto; height:100%; background: url("../images/wz_ad2.jpg") no-repeat; background-size: 100% 100%;}
.wz_ad3{ width:auto; height:100%; background: url("../images/wz_ad3.jpg") no-repeat; background-size: 100% 100%;}

.w1421{ width:auto; height:100%; background: url("../images/1421_2.jpg") no-repeat; background-size: 100% 100%;}

.arrow:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

@keyframes arrow {
    0%, 100% {
        bottom: 10px;
        opacity: 1;
    }
    50% {
        bottom: 50px;
        opacity: .5
    }
}

@-webkit-keyframes arrow {
    0%, 100% {
        bottom: 10px;
        opacity: 1;
    }
    50% {
        bottom: 50px;
        opacity: .5
    }
}