

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
html, body {
    width: 100%;
    max-width: 64rem;
    overflow: hidden;
    font-size: 62.5%;
    background: #ffffff;
    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 #929396;
    text-align: center;
    font-size: 1.6rem;
    line-height: 5.0rem;
    background:#000000;background:rgba(0,0,0,0.4);*background:#000000;background:#000000\0;filter:alpha(Opacity=40);
}
.header_white {
    width: 100%;
    max-width: 64rem;
    height: 5.0rem;
    position: absolute;
    top: 0;
    z-index: 3;
    background:#ffffff;background:rgba(255,255,255,0.7);*background:#ffffff;background:#ffffff\0;filter:alpha(Opacity=70);
}

.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: 1.6rem;
    height: 1.6rem;
    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.8rem;
    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(110px);transition: transform 600ms ease;}
.nav{
    position: fixed;
    top: 0;
    left: -11rem;
    width: 11rem;
    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: 100px 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 20px;
    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%; background-size: cover;}
.section5 { background: url("../images/full_5.jpg") no-repeat 50%; background-size: 100% 100%;}
.section6 { background: url("../images/full_6.jpg") no-repeat 50%; background-size: cover;}
.section7 { background: #000000; }
.section8 { background: url("../images/full_8.jpg") no-repeat 50% #ffffff; background-size: cover;}
.section9 { background: url("../images/full_9.jpg") no-repeat 50%; background-size: cover;}

.full_1 p{
    width: 25rem;
    height: 2.3rem;
    color: #ffffff;
    font-size: 2.2rem;
    text-align: center;
    margin: 21rem auto 1rem;
    line-height: 2.3rem;
    letter-spacing: 0.3rem;
}
.full_1 p font{
    color: #ffec00;
}
.full_1 p sup{ font-size:1.2rem;}
.full_1 span{
    font-size: 1rem;
}
.full_title{
    text-align: center;
    font-size: 2.2rem;
    color: #000000;
    margin: 13rem auto 0rem;
}
.full_title2{
    text-align: center;
    font-size: 1.4rem;
    color: #000000;
}

.full_title3{
    text-align: center;
    font-size: 1.6rem;
    color: #ADADAD;
    line-height: 1.5;
}
.full_title3 span{
     color: #2E4476;
}
.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{

}
.full2_img{
    width: 90%;
    height: auto;
    margin: 1rem auto -4rem;
}
.full2_img img{
    width: 100%;
    height: auto;
    position: relative;
    top: -12rem;
    left: -50rem;
}
.full_2_img{
    width: 100%;
    height: auto;
}
.full_2_img img{
    width: 100%;
    height: 100%;
    position: relative;
}
.full_3{

}
.full3_img{
    width: 70%;
    height: auto;
    margin: 16rem auto 0;
}
.full3_img img{
    width: 100%;
    height: auto;
    position: relative;
    right: -50rem;
    top: -50rem;
}
.full_4{

}
.full4_img{
    width: 100%;
    height: auto;
}
.full4_img img{
    width: 100%;
    height: auto;
    position: relative;
    display: none;
}
.full_5{

}
.full5_img{
    width: 100%;
    height: auto;
    margin: 3rem auto 0;
}
.full5_img img{
    width: 100%;
    height: auto;
    position: relative;
    opacity: 0;
}
.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: 85%;
    margin: 15rem auto 0;
    background: url("../images/shi.png") 50%;
}
.slider{ width: 100%; height:auto; margin:0 auto; overflow:hidden; position:relative;}
.sliderbox{position:relative;}/*必须加这句css,否则向左右，上下滚动时会没有效果*/
.sliderbox li{ width: 44%; float: left; margin: 3% 3%;}
.sliderbox li img{width: 100%; height: auto; display: block;}

.slider .prev, .slider .next{position: absolute; top:50%; margin-top:-30px; cursor: pointer; width:61px; height:61px; left:0; background: url(images/ft_icons.png) 0 0 no-repeat; text-indent:-9999px;}
.slider .next{right:0; left:auto; background-position: 0 -61px;}

.full_7{

}
.full7_img{
    width: 100%;
    height: auto;
    margin: 3rem auto 0;
}
.full7_img img{
    width: 100%;
    height: auto;
    position: relative;
    opacity: 0;
}
.full_8{

}
.full8_img{
    width: 60%;
    height: auto;
    margin: 0rem auto 0;
}
.full8_img img{
    width: 100%;
    height: auto;
    position: relative;
}
.full_8 p{
    color: #000000;
    font-size: 1.5rem;
    margin: 2rem auto;
}
.full_8 p i{
    color: #314375;
    font-style: normal;
}
.full_8 span{
    width: 14rem;
    height: 3rem;
    border: 1px solid #858585;
    border-right: 0;
    border-left: 0;
    line-height: 3rem;
    display: block;
    margin: 0 auto;
}
.full_8 span a{
    color: #000000;
    font-size: 1.5rem;
}

.full_txt2{
    width: 90%;
    text-align: center;
    margin: 13rem auto 0;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 200%;
}

/*内页样式*/
.ny_main{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 5rem auto 0;
}
.ny_main h2{
    color: #2E4372;
    text-align: center;
    font-size: 2.5rem;
    padding: 3rem 0 0;
}
.fenlei{
    width: 80%;
    height: auto;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px dashed #596893;
}
.fenlei ul{
    margin: 2rem auto;
}
.fenlei ul li{
    display: inline-block;
    margin: 0.3rem 0.6rem 0.3rem 0rem;
}
.fenlei ul li a{
    color: #000000;
    font-size: 1.4rem;
}
.fenlei ul li a i{
    width: 0.4rem;
    height: 0.4rem;
    font-style: normal;
    margin: 3px 0.4rem;
    display: inline-block;
    background: #989898;
}
.fenlei ul li .factive {
    color: #2E4372;
}
.pro_list{
    width: 100%;
    height: auto;
    overflow:hidden;
    margin: 3rem auto 0;
}
.pro_list ul{

}
.pro_list ul li{
    width: 80%;
    height: auto;
    margin: 2rem auto;
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 2rem;
}
.pro_list ul li a{
    color: #ffffff;
}
.pro_list ul li p{
    line-height: 3.5rem;
    font-size: 1.8rem;
    color: #2E4372;
}
.pro_list ul li span{
    color: #000000;
    font-size: 1.4rem;
}
.pro_list ul li img{
    width: 65%;
    height: auto;
    border-radius: 6%;
    display: block;
    margin: 0 auto;
}

.pro_detail{
    width: 97%;
    height: auto;
    margin: 0px auto;
}
.pro_detail img{
    width: 70%;
    height: auto;
    display: block;
    margin: 2rem auto;
    border-radius: 6%;
}
.pro_detail span{
    display: block;
    text-align: center;
    color: #2E4372;
    margin: 1rem auto 2rem;
    font-size: 2rem;
}
.detail_txt{
    width: 80%;
    height: auto;
    border-top: 1px solid #CCCCCC;
    margin: 0rem auto 0;
    padding: 1.5rem 0rem;
}
.detail_txt p{

    font-size: 1.3rem;
    line-height: 2rem;
    color: #000000;
}
.detail_txt span{
    font-size: 1.3rem;
    color: #000000;
}
.detail_txt_title
{
    color:#2E4372;
    font-size:2rem;
    text-align:center;
    margin:2rem 0;
}
.news_content{
    width: 80%;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
}
.news_list{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #CCCCCC;
    padding: 0.8rem 0;
}
.news_list a{
    color: #000000;
    font-size: 1.4rem;
}
.news_list p{
    color: #999997;
    font-size: 1.2rem;
    margin: 0.7rem 0;
}
.news_list p span{
    color: #ffffff;
    font-size: 1.2rem;
    background: #2E4274;
    float: right;
    padding: 0.1rem 0.3rem;
}

.news_name{ width:80%; height:auto; margin:0px auto;}
.news_name h2{ font-size:2rem;}
.news_name p{ color:#666666; margin:1rem 0;}


/*分页样式*/
.fenye{ width:95%; height:auto; margin:0 auto; overflow:hidden;}
.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:#000000;}

.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;
}

.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
    }
}