@charset "utf-8";
/*basic*/
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, dl, dt, dd, ul, ol, li, fieldset, form, tr, th, td, center, input, button, textarea { padding: 0; margin: 0; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { text-align: center; }
fieldset, img { border: 0; }
button, input, select, textarea { font: 14px/1.8 Arial, Verdana, Helvetica, sans-serif; }
li { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
body { background: #150d0b; color: #f0ecec; font: 14px/1.8 Microsoft YaHei, Arial, Helvetica, sans-serif; /*font: 14px/1.8 Verdana, Tahoma, Arial, Helvetica, sans-serif;*/ }

.fl { float: left; }
.fr { float: right; }
.t_hide { height: 0; overflow: hidden; }
.mt10 { margin-top: 10px; }
.t_center { text-align: center; }
.t_left { text-align: left; }
.t_right { text-align: right; }
.p_relative { position: relative; }
.clearfix:after { content: ""; height: 0; visibility: hidden; display: block; clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; }
a { color: #fff; text-decoration: none; }
a, a:active { outline: none; }

.fullbg { position: relative; z-index: 1; width: 100%; max-width: 1920px; min-width: 1002px; margin: 0 auto; overflow: hidden; background: url(https://images.eudemonsonline.com/uploads/eo/2018/cn/fullbgv20180827.jpg) no-repeat center top #fff; }
.wrapper { position: relative; width: 1200px; margin: 0 auto; }
.header { position: relative; height: 480px; }
.content { padding-bottom: 50px; }

.nav { width: 880px; height: 62px; margin: 0 auto; padding-top: 16px; }
.nav li { float: left; width: 146px; text-align: center; font-size: 18px; }
.nav li span { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; width: 30px; height: 30px; background: url(https://images.eudemonsonline.com/uploads/eo/2018/cn/btns.png?201804) no-repeat 0 0; margin-right: 5px; }
.nav li a { display: block; width: 100%; height: 62px; line-height: 62px; }
.nav li a:hover { background: url(https://images.eudemonsonline.com/uploads/eo/2018/cn/navhover.png) no-repeat center bottom; color: #7e3e0f; }

.nav li span.ic1 { background-position: -9px -5px; }
.nav li a:hover span.ic1 { background-position: -9px -57px; }

.nav li span.ic2 { background-position: -78px -8px; }
.nav li a:hover span.ic2 { background-position: -78px -60px; }

.nav li span.ic3 { background-position: -151px -8px; }
.nav li a:hover span.ic3 { background-position: -151px -60px; }

.nav li span.ic4 { background-position: -300px -7px; }
.nav li a:hover span.ic4 { background-position: -300px -59px; }

.nav li span.ic5 { background-position: -375px -7px; }
.nav li a:hover span.ic5 { background-position: -375px -59px; }

.nav li span.ic6 { background-position: -223px -7px; }
.nav li a:hover span.ic6 { background-position: -223px -59px; }

a.toen { position: absolute; left: 0; bottom: 10px; display: block; width: 169px; height: 43px; background: url(https://images.eudemonsonline.com/uploads/eo/2018/cn/switchbtn.png) no-repeat -17px -11px; }
a.toen:hover { background-position: -17px -76px; }


/*content*/
.side { float: left; width: 295px; }
.side a { position: relative; float: left; display: block; background: url(https://images.eudemonsonline.com/uploads/eo/2018/cn/btns.png?201804) no-repeat 0 0; margin: 2px; }
.side a.dlbtn { width: 289px; height: 178px; background-position: 0 -147px; }
.side a.dlbtn:hover { background-position: -295px -147px; }

.side a.regbtn, .side a.creditbtn { width: 143px; height: 91px; background-position: 0 -350px; }
.side a.regbtn { background-position: 0 -350px; }
.side a.creditbtn { background-position: -146px -350px; }
.side a.regbtn:hover { background-position: 0 -446px; }
.side a.creditbtn:hover { background-position: -146px -446px; }

.side a.vipbtn, .side a.servicebtn { width: 289px; height: 67px;  }
.side a.vipbtn { background-position: -306px -350px; }
.side a.servicebtn { background-position: -306px -420px; }
.side a.vipbtn:hover { background-position: -306px -492px; }
.side a.servicebtn:hover { background-position: -306px -562px; }

.side a.code { width: 289px; height: 137px; background: url(https://images.eudemonsonline.com/uploads/eo/2018/cn/code.png) no-repeat center top; }


.center { float: left; width: 600px; }
.slider { float: left; position: relative; width: 592px; height: 272px; margin: 3px; border: 1px solid #bec9c5; }
.slider img { float: left; width: 100%; height: 272px; }
.stabs { position: absolute; left: 0; bottom: 0; width: 96%; height: 14px; padding: 7px 2%; background: url(https://images.eudemonsonline.com/uploads/eo/2018/cn/obg.png) repeat 0 0; }
.stabs li { float: left; width: 14px; height: 14px; margin: 0 2px; background: url(https://images.eudemonsonline.com/uploads/eo/2018/cn/btns.png?201804) no-repeat -8px -556px; text-indent: -999em; cursor: pointer; }
.stabs li:hover, .stabs li.on { background-position: -26px -556px; }

.newslist { float: left; width: 562px; height: 240px; padding: 15px; margin: 3px; border: 1px solid #bec9c5; background: url(https://images.eudemonsonline.com/uploads/eo/2018/cn/newsbg.jpg) no-repeat right bottom; }

span.line { display: inline-block; *display: inline; *zoom: 1; width: 0; height: 16px; border-left: 3px solid #b70909; vertical-align: middle; margin-right: 5px; margin-top: -2px; }
span.add { display: inline-block; *display: inline; *zoom: 1; width: 26px; height: 26px; vertical-align: middle; margin-right: 5px; margin-top: -2px; background: url(https://images.eudemonsonline.com/uploads/eo/2018/cn/btns.png?201804) no-repeat -2px -581px; }
.title { width: 80%; height: 24px; padding-bottom: 10px; color: #b70909; font-size: 18px; line-height: 24px; border-bottom: 1px solid #d2d2d2; }
.newslist a:hover { color: #bc0303; }
.newslist ul { padding: 9px 0; height: 162px; }
.newslist li { height: 27px; line-height: 27px; }
.newslist li span, .newslist li a { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; color: #666; }
.newslist li a { width: 330px; padding-right: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

a.checkmore { display: block; height: 40px; line-height: 40px; color: #864a1a; }
a.checkmore:hover span.add { background-position: -35px -581px; }
a.checkmore:hover { color: #c3661c; }

a.videobtn { width: 289px; height: 164px; border: 1px solid #bec9c5; overflow: hidden; background: #000; }
a.videobtn img { width: 100%; height: 164px; }
span.play1 { position: absolute; left: 50%; top: 50%; display: block; width: 42px; height: 42px; margin: -21px 0 0 -21px; background: url(https://images.eudemonsonline.com/uploads/eo/2018/cn/play1.png) no-repeat 0 0; }
span.play2 { position: absolute; left: 50%; top: 50%; display: block; width: 42px; height: 42px; margin: -21px 0 0 -21px; background: url(https://images.eudemonsonline.com/uploads/eo/2018/cn/play2.png) no-repeat 0 0; animation: circle 2s linear infinite;
    -webkit-animation: circle 2s linear infinite; }


a.banner1 { width: 289px; height: 102px; border: 1px solid #bec9c5; overflow: hidden; }
a.banner1 img { width: 100%; height: 102px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
a.banner1:hover img, a.event:hover img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }



a.event { width: 289px; height: 132px; border: 1px solid #bec9c5; overflow: hidden; margin: 4px 2px 0 2px; }
a.event img { width: 100%; height: 132px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }


span.recommend, span.longterm { position: absolute; right: 0; top: 0; display: block; width: 53px; height: 53px; background: url(https://images.eudemonsonline.com/uploads/eo/2018/cn/btns.png?201804) no-repeat 0 0; }
span.recommend { background-position: 0 -622px; }
span.longterm { background-position: -77px -622px; }

.side a .mask { position: absolute; left: 0; top: 0; display: none; width: 100%; background: url(https://images.eudemonsonline.com/uploads/eo/2018/cn/obg.png) repeat 0 0; color: #fff; text-align: center; font-size: 16px; font-weight: bold; }

a.banner1 .mask { height: 102px; line-height: 102px; }
a.event .mask { height: 132px; line-height: 132px; }
a.banner1:hover .mask, a.event:hover .mask { display: block; }


.commonbox { width: 100%; height: 100%; left:0; }
.commonbox .mask{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.4; filter: alpha(opacity=40); z-index: 1112;}
.videobox { position: relative; z-index: 1113; width: 640px; height: 360px; margin: 0 auto; }
.videobox a.close { position: absolute; right: -30px; top: 0; width: 30px; height: 30px; line-height: 26px; font-size: 30px; color: #fff; background: #000; text-align: center; }
.videobox a.close:hover { background: #f2cb7e; color: #000; }


/*newscont*/
.newscont { float: left; width: 900px; margin: 3px 1px; border: 1px solid #dacba9; background: #fff; color: #707070; }
.newsnav { width: 94%; padding: 0 3%; height: 57px; line-height: 57px; font-size: 20px; background: url(https://images.eudemonsonline.com/uploads/eo/2018/cn/newstitle.jpg) no-repeat 0 0; color: #fff; }
.newsnav a:hover { text-decoration: underline; }
.newstitle { width: 94%; padding: 0 3%; height: 60px; line-height: 60px; padding: 20px 0; color: #000; font-size: 24px; text-align: center; }
.time { width: 94%; margin: 0 auto; border-bottom: 1px solid #d3d3d2; text-align: right; }
.context { width: 94%; padding: 30px 3%; line-height: 18px; }
.context p { padding: 5px 0; }
.backtop { width: 94%; padding: 30px 3%; padding: 10px 0 30px 0; text-align: right; }
.backtop a { color: #7d4213; }
.backtop a .top { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; width: 18px; height: 18px; background: url(https://images.eudemonsonline.com/uploads/eo/2018/cn/btns.png?201804) no-repeat 0 -700px; }
.backtop a:hover { color: #c3661c; }
.backtop a:hover .top { background-position: -23px -700px; }

.context td { border: 1px solid #c4c4c4; }

/*newslist*/

.newstabs { width: 100%; border-bottom: 1px solid #d3d3d2; }
.newstabs a { float: left; display: block; width: 100px; text-align: center; height: 40px; line-height: 40px; font-size: 18px; font-weight: bold; color: #666; border-bottom: 3px solid transparent; }
.newstabs a:hover, .newstabs a.on { border-bottom-color: #c3661c; }


.newsc ul { padding: 10px 0; }
.newsc li span, .newsc li a { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; color: #666; }
.newsc li { height: 34px; line-height: 34px; }
.newsc li a { width: 750px; }
.newsc li a:hover { text-decoration: underline; color: #666; }


/*footer*/

.footer { height: 50px; padding: 25px 0 20px 0; text-align: center; background: #000; }
.footer table { width: 100%; text-align: center; }
.footer a { margin: 0 5px; }
.footer a:hover { text-decoration: underline; }

@keyframes circle {
    from { transform: rotate(0deg); }
    to { transform: rotate(359deg); }
}

@-webkit-keyframes circle {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(359deg); }
}