/*公共样式--开始*/
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select ,video{
    margin: 0;
    padding: 0;
}
*{box-sizing: border-box;}
figure{
    text-align: center;
}
html, body {
    min-height: 100%;
    width: 100%;

}
figure{
    text-align: center;
}
.body{
    width: 100%;
    height: auto;
    background: url("http://jardown.eglsgame.com/website/zh2/images/pc/bg.jpg") no-repeat center;
}
input{
    color: #fff;
}

body {
    font-family: "Microsoft YaHei";
    font-size:14px;
    color:#333;
    min-width: 1200px!important;
    padding-top: 110px;
}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
ul,ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #232323;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input, textarea {
    outline: none;
    border: none;
}

textarea {
    resize: none;
    overflow: auto;
}
.mb10{
    margin-bottom: 10px;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow:hidden;
}

.fl {
    float: left
}

.fr {
    float: right
}

.tl {
    text-align: left;
}

.tc {
    text-align: center
}

.tr {
    text-align: right;
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inline{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.tc{
    text-align: center;
}
.cp{
    cursor: pointer;
}
i{
    font-style: normal;
}









/*header*/
.headerWrap{
    width: 100%;
    height: 110px;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    box-shadow: 0 3px 3px #ccc;
}
.header{
    width: 1200px;
    height: 110px;
    margin: auto;

}

.header .logo{
    display: inline-block;
    width: 187px;
    height: 74px;
    background: url("http://jardown.eglsgame.com/website/egls/images/LOGO.png");
    margin-left: 25px;
    margin-top: 18px;
}
.header .nav{
    float: left;
    /*overflow: hidden;*/
    margin-left: 107px;
}
.header .nav>li{
    float: left;
    padding: 0 8px;
    line-height: 48px;
    margin: 30px 10px 0;
}
.header .nav>li{
    position: relative;
    cursor: pointer;
}
.header .nav>li:hover>ul{
    display: block;
}

.header .nav>li>ul{
    border-top: 2px solid #f76709;
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    top:48px;
    left: 0;
    z-index: 100;
    background: #fff;
    line-height: 30px;
    text-align: center;
    padding: 15px 0;
}
.header .nav>li>ul>li:hover a{
    color: #f76709;
}
.header .nav .active{
    border-bottom: 2px solid #f76709;
}
.header .nav>li:hover{
    border-bottom: 2px solid #f76709;
}
.header .nav li a{
    color: #616161;
    display: block;
}


/*footer*/
.footWrap{
    width: 100%;
    height: 124px;
    background: #000;
}
.footer{
    width: 1200px;
    height: 100%;
    margin: auto;
    color: #969696;
    overflow: hidden;
}
.footer img {
    display: inline-block;
    margin-top: 24.5px;
    margin-left: 148px;
    float: left;
}
.footer .nature{
    display: inline-block;
    border-left: 1px solid #383838;
    margin-left: 20px;
    padding-left: 20px;
    margin-top: 26px;
}
.footer .nature p{
    margin-top: 9px;
}
.footer .nature a{
    color: #969696;
}


/*二级页面*/
.boundary{
    width: 100%;
    height: 140px;
    background: url("http://jardown.eglsgame.com/website/egls/images/commonhdbg.jpg") no-repeat center 0;
    margin-top: -4px;
}
.sectionWrap{
    width: 100%;
    background: url("http://jardown.eglsgame.com/website/egls/images/commonbg.png") repeat-y center 0;

}
.section{
    width: 1174px;
    margin: auto;
    min-height: 640px;
}
.headline{
    width: 100%;
    height: 72px;
    margin: auto;
    border-bottom: 1px solid #f78e4b;
    color: #5b5b5d;
    font-size: 24px;
    line-height: 90px;
    position: relative;
}
.headline span{
    display: inline-block;
    width: 160px;
    text-align: center;
}
.headline::before{
    content: '';
    display: block;
    width: 160px;
    height: 4px;
    background: #f7690c;
    position: absolute;
    bottom: 0;
}

.noselect {

    -webkit-touch-callout: none; /* iOS Safari */

    -webkit-user-select: none; /* Chrome/Safari/Opera */

    -khtml-user-select: none; /* Konqueror */

    -moz-user-select: none; /* Firefox */

    -ms-user-select: none; /* Internet Explorer/Edge */

    user-select: none; /* Non-prefixed version, currently

not supported by any browser */

}
body>iframe{
    background-color: #000;
}


.youku_box_wamp{
    display: none;
    width: 100%;
    height:100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background: rgba(0,0,0,0.7);
}
.youku_box{
    width: 664px;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /*background: #000;*/
}
.youku_box embed{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.youku_box .close{
    display: inline-block;
    font-size: 35px;
    color: #ffffff;
    position: absolute;
    top: -34px;
    right: -31px;
}
.youku_box .close:hover{
    color: red;
    cursor: pointer;
}



