#wrap{}
/* header */
#header{position: relative; z-index:10;width:1200px;margin:0 auto;}
#header .tel{position: absolute;width:442px; left:50%; margin-left:-221px;}
#header ul li{float:left;}
#header ul li:last-child{float:right;}
#container{min-width:1200px; margin:0 auto;}
#container .main1{height:715px; background:url(../image/nm1.jpg) no-repeat 50%;}
#container .main2{height:378px; background:url(../image/nm2.png) no-repeat 50%;}
#container .main3{height:816px; background:url(../image/nm3.jpg) no-repeat 50%;}
#container .main4{height:876px; background:url(../image/nm4.jpg) no-repeat 50%;}
#container .main5{height:623px; background:url(../image/nm5.jpg) no-repeat 50%;}
#container .main6{height:702px; background:url(../image/nm6.jpg) no-repeat 50%;}
#container .main7{height:625px; background:url(../image/nm7.jpg) no-repeat 50%;}
#container .main8{height:696px; background:url(../image/nm8.jpg) no-repeat 50%;}
#container .main9{height:746px; background:url(../image/nm9.jpg) no-repeat 50%;}
#container .main10{height:2492px; background:url(../image/nm10.gif) no-repeat 50%;}


@keyframes ani01 { 0%{margin-top:-30px;} 100%{margin-top:0;}}
@keyframes ani02 { 0%{margin-top:-30px;} 100%{margin-top:0;}}


.nm1{width:1200px;margin:0 auto;text-align:center;}
.nm3{width:1200px;margin:0 auto;text-align:center;padding-top:120px;}
.nm4{width:1200px;margin:0 auto;text-align:center;padding:0px;}
.nm5{width:1200px;margin:0 auto;text-align:left;padding:105px 0;}
.nm6{width:1200px;margin:0 auto;text-align:right;padding:128px 0;}
.nm7{width:1200px;margin:0 auto;text-align:left;padding:91px 0;}
.nm8{width:1200px;margin:0 auto;text-align:right;padding:105px 0;}
.nm9{width:1200px;margin:0 auto;text-align:left;padding:133px 0;}
.nm10{width:1200px;margin:0 auto;text-align:center;}
.nm10_1{padding-top:140px;padding-bottom:151px;}


.shake {
    display: inline-block;
    animation: move 2s ease-in-out infinite;
	float:right;
	margin-right:10px;
}

@keyframes move {
    0% { transform: translateX(0); }
    
    50% { transform: translateX(20px); }

    100% { transform: translateX(0); }
}

.dron{
	display: inline-block;
    animation: move-up-down 1s ease-in-out infinite;
	float:left;
	margin-left:10px;
	margin-top: -320px;
}
.dron img{width:90%;}

@keyframes move-up-down {
    0% { transform: translateY(0); }
    20% { transform: translateY(-10px); }
    40% { transform: translateY(10px); }
    60% { transform: translateY(-5px); }
    80% { transform: translateY(2px); }
    100% { transform: translateY(0); }
}

#footer{padding:3em 0; background:#333; text-align: center;color: #aaa;}
#footer .footer_inner ul li{display:inline-block;  margin:3px 5px; font-size:13px; }
#footer .footer_inner cite{font-size:12px; opacity: 0.7;}

#quick{position: fixed;right: 10px; z-index: 999999999999; top: 180px; }