body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }
body, button, input, select, textarea { font:12px/1.5tahoma, arial, \5b8b\4f53; }
h1, h2, h3, h4, h6{ font-size:100%; }
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:couriernew, courier, monospace; }
small{ font-size:12px; }
ul, ol { list-style:none; }
/*a { text-decoration:none; }*/
/*a:hover { text-decoration:underline; }*/
sup { vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%; }
table { border-collapse:collapse; border-spacing:0; }
ul,ol{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
a{text-decoration:none;}
a:link{color:#009;}

a:hover,a:active,a:focus{text-decoration:none;}
::-webkit-scrollbar {display:none}

/*scrollbar {display:none}*/
.null{
    height: 60px;
}
html{
    width: 100%;
    height:100%;
	/* filter: grayscale(100%); */
}
body{
    height:100%;
}
@font-face{
    font-family(url('fonts/copperplate.ttf'))

}
h4{
    font-family:"Copperplate Gothic Light"
}
#center{
    width:100%;
    min-height:100%;
    background-size:100% 100%;
    background-repeat:no-repeat;
}
#center p {
    display: block;
    width: 1000px;
    height: 800px;
    background: #fff;
    margin-right:100px;
    float: left;
}
#logo{
    width: 500px;
    height:140px;
    position: absolute;
    top:50px;
    left:50px;

}
#logo img{
    width: 500px;
}
.title {
    position: fixed;
    top:7%;
    left:0px;
    width: 750px;
    height:100px;
    color: #a6c030;
}
.title .tit{
    display: block;
    text-align: center;
    line-height: 50px;
    height:50px;
    font-size: 20px;
    padding-bottom: 30px;
}
.title a{
    color: #a6c030;
    font-size: 20px;
	float:left;

}
.title a img{
	width:90px;
}
.title_a{
    margin-left: 30px;
    margin-right:15px;
    white-space:nowrap


}
.title b{
    ;
}
.tit::after {
    content: '';
    position: absolute;
    left: 125px;
    bottom: 40px;
    width:50px;
    height: 0.25em;
    background: 
    -webkit-linear-gradient(315deg, transparent, transparent 40%, #a6c030, transparent 60%, transparent 100%),
     -webkit-linear-gradient(45deg, transparent, transparent 40%, #a6c030, transparent 60%, transparent 100%);
    background: 
    linear-gradient(135deg, transparent, transparent 40%, #a6c030, transparent 60%, transparent 100%),
     linear-gradient(45deg, transparent, transparent 40%, #a6c030, transparent 60%, transparent 100%);
    background-size: 0.5em 0.5em;
    background-repeat: repeat-x, repeat-x;
}
.slice{
}
.bubble{
    width:148px;
   
    text-align:center;
    font-size: 12px;
    line-height: 18px;
    transition:1s;
    -moz-transition: 1s ;
    -webkit-transition: 1s ;
    -ms-transition: 1s ;
    -o-transition: 1s;
    cursor:pointer
}

.bubble:hover{
    transform:translate(0,-20%)

}

.container{

}
.box{
    width:150px;
    height:180px;
    background-color: #fefefe;
    left:245px ;
    top:445px;
    position: relative;
}
/*.arrow{*/
    /*width:0px;*/
    /*height:0px;*/
    /*border-left:5px solid transparent;*/
    /*border-right:5px solid transparent;*/
    /*border-top:5px solid #fefefe;*/
    /*font-size:0px;*/
    /*line-height:0px;*/
    /*position: relative;*/
/*}*/
.arrow{
    left: 72px;
    top: 40px;
    background-color: #fefefe;
    position: relative;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-left: 1px solid #cccfd1;
    border-bottom: 1px solid #cccfd1;
}
h4{
    color: #000000;
    text-transform:uppercase;

}
h5{
    color: #d3e274;
    font-size:20px;
    line-height: 33px;
    padding-top: 6px;


}

.navbar-brand{
            padding: 29px 15px;
            height: auto;
        }
        nav.navbar.bootsnav{
            border: none;
            margin-bottom: 150px;
        }
        .navbar-nav{
            float: left;
        }
        nav.navbar.bootsnav ul.nav > li > a{
            color: #474747;
            text-transform: uppercase;
            padding: 30px;
        }
        nav.navbar.bootsnav ul.nav > li:hover{
            background: #f4f4f4;
        }
        .nav > li:after{
            content: "";
            width: 0;
            height: 5px;
            background: #34c9dd;
            position: absolute;
            bottom: 0;
            left: 0;
            transition: all 0.5s ease 0s;
        }
        .nav > li:hover:after{
            width: 100%;
        }
        nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
            <!-- content: "+"; -->
            font-family: 'FontAwesome';
            font-size: 16px;
            font-weight: 500;
            position: absolute;
            top: 35%;
            right: 10%;
            transition: all 0.4s ease 0s;
        }
        nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{
            content: "\f105";
            transform: rotate(90deg);
        }
        .dropdown-menu.multi-dropdown{
            position: absolute;
            left: -100% !important;
        }
        nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            border: none;
        }
        @media only screen and (max-width:990px){
            nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after,
            nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{ content: " "; }
            .dropdown-menu.multi-dropdown{ left: 0 !important; }
            nav.navbar.bootsnav ul.nav > li:hover{ background: transparent; }
            nav.navbar.bootsnav ul.nav > li > a{ margin: 0; }
        }
        .move1{top:374px ;left: 245px;}
        .move2{top:500px ;left: 565px;}
        .move3{top: 182px ;left: 740px;}
        .move4{top: 542px ;left: 980px;}
        .move5{top: 377px ;left: 1320px;}
        .move6{top: 430px ;left: 1600px;}
        .move7{top: 369px ;left: 1860px;}
        .move8{top: 305px ;left: 2100px;}
        .move9{top: 366px ;left: 2330px;}
        .move10{top: 308px ;left: 2910px;}
        .move11{top: 367px ;left: 3340px;}
        .move12{top: 478px ;left: 3720px;}
        .move13{top: 478px ;left: 4926px;}
        .move14{top: 478px ;left: 4700px;}
        .move15{top: 440px ;left: 5540px;}
        .move16{top: 422px ;left: 6156px;}
        .demo {
    position: fixed;
    top: 10%;
    right: 0px;
    left: 0px;
    color: #a6c030;
}
.navbar-default {
    border: none;
    background-color: transparent;
}
@media (min-width: 768px)
grid.less:85
.container {
    width: 100%;
}
nav.navbar.bootsnav ul.nav > li > a {
    color: #474747;
    text-transform: uppercase;
    padding: 26px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 110px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.61);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.container a{padding: 10px!important;}
.container img{height: 45px;}
.container{width: 100%!important;}
.container .navbar-nav{margin-left: 7%;margin-top: 40px;}
#logo {
        position: fixed;
        top: 40px;
        left: 25px;
        margin-top: 0px;
        margin-left: 0px;
        width: 240px!important;
    }
    .logo-search{
        position: fixed;
        top: 80px;
        right: 130px;
        margin-top: 0px;
        margin-right: 0px;
        width: 240px !important;
        z-index: 1;
    }
    .search-btn{
        width: 24px;
        height: 24px;
        background-image: url(/public/dj/images/zoom.jpg);
        background-repeat:no-repeat;
        background-position:center;
        background-color: #f6f6f6;
        background-size: 10px 10px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        border-radius: 24px;
        border:1px solid #cdcdcd;
        margin-left:192px ;
        margin-top:3px ;
        position: absolute;
        /*left: 20px;*/
        top:14px;
    }
    .search-ipt{
        width: 200px;
        height: 30px;
        border-radius: 30px;
        border: 1px solid ;
        border-color: #cdcdcd;
        transition: .3s linear;
        float: right;
        -webkit-box-shadow:0px 0px 4px #c8c8c8 inset;
        -moz-box-shadow:0px 0px 4px #c8c8c8 inset;
        box-shadow:0px 0px 4px #c8c8c8 inset;
        margin: 14px 0 14px 0;
        padding-left: 8px;
        z-index: 1;
    }
  .prevention-box{
        position: fixed;
        top: 40px;
        right: 0;
        left: 0;
        margin: 0 auto;
        z-index: 1;
    display: flex;
    justify-content: center;
  }
  .prevention{
    }
    .prevention img{
        width: 120px;
        height: 120px;
    }
  .fangyiewm img{
        width: 120px;
        height: 120px;
    margin-left: 20px;
  }
  .fangyiewm-text{
    width: 60px;
    margin-left: 10px;
    color: #FF0000;
    font-weight: 900;
  } 



