@charset "UTF-8";
/**
 * @sylar
 * @2015-11-15 10:56:51
**/
/*a{transition: all 0.5s ease-in;}*/
html, body, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 12px;
  font-family: "Microsoft YaHei", "微软雅黑", Arial;
  vertical-align: baseline;
  text-decoration: none;
}
strong{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}


:focus {
  outline: 0;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
a img, iframe {
  border: none;
}
ol, ul {
  list-style: none;
}
input, textarea, select, button {
  font-size: 14px;
  font-family: inherit;
}
select {
  margin: inherit;
}
/* Fixes incorrect placement of numbers in  in IE6/7 */
ol { margin-left:2em; }
/* == clearfix == */
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

.float-l{
  float: left;
}
.float-r{
  float: right;
}
.hide{
  display: none;
}
.show{
  display: block;
}
.unvisibility{
  visibility: hidden;
}
.visibility{
  visibility: visible;
}
*{transition:linear color 0.3s; -webkit-transition:linear color 0.3s;}

.cont{width: 1000px; margin: 0 auto ; height: auto; padding: 0 20px; font-size: 14px;}
.cont h1{ font-size: 30px; margin: 60px 0 60px;}
.cont h2{ width: 40%; border-bottom: 2px solid #e24000; font-size: 18px; padding: 0 0 10px; margin: 50px 0 20px;}
.cont ul{ padding: 0 0 0 18px;}
.cont ul li{ font-size: 14px; line-height: 30px; list-style:square;}
.cont img{ text-align:center; margin: 30px 0 0 ;}
.cont span{ font-size: 14px; color: #e24000; font-weight: bold;  line-height: 30px;}
.header{ background: #010203;width: 100%;min-width: 600px; display: block;margin: 0;height:60px;border-bottom: #000 2px solid;position: relative;top: 0px;}
.cont_btn{ width: 200px; height: 50px; background: #e24000; display: block; border-radius: 6px; font-size: 18px; line-height: 50px; color: #fff; text-align: center;}
.cont_btn:hover{ background: #bb3a07;}
nav{text-align: center;margin: 0 auto; font-size: 1em; width: 1000px; padding: 10px 0 0;}
nav li{display: inline; }
nav a{margin:0px; padding:0 0 0 4%; color: #616161; font-size: 1.2em; vertical-align: middle;}
.game_logo{margin: 0px; padding:0 0 0 4%; color: #fff; font-size: 2.4em; vertical-align: middle; text-align: left; display: block; width: 150px; }
.game_logo i{ color:#E04343;font-style: normal;}
nav li:nth-child(1) {float: left;}
nav li:nth-child(2) {float: right; width: 100px; line-height: 40px; font-size: 14px;}
nav img{ vertical-align: middle; }
nav a:hover{color: #fff;}
nav a.active {
        color: #fff !important;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}


footer{width: 100%; height: 130px; background: #000; }
.footer{ width: 1200px; margin:0 auto ; color: #464646; position: relative; }
.footer .cont{float: right; font-size: 14px; padding: 30px 0 0; line-height: 22px; width: 420px;  }
.footer .footer_logo{float: left;  width: 200px; height: 44px; display: block;  padding: 30px 0 0 94px;}
.footer .cont .parents{ color: #797777; text-decoration: underline; }
.footer .cont .parents:hover{ color: #fff;}
.footer .com_logo{ width: 92px; height: 44px; float: left;}
.footer .wen_logo{ float:left; margin: 4px 0 0 30px; width: 36px; height: 36px; background:url('http://edroity.com/images/wen.png') no-repeat; background-size: 100%; display: block;}


@media screen and (max-width:900px) {
.header{ background: #010203;width: 100%;min-width: 300px; display: block;margin: 0;height:60px;border-bottom: #000 2px solid;position: relative;top: 0px;}
.cont{width: 90%; margin: 0 auto ; height: auto; padding: 0 20px; font-size: 14px;}
nav{text-align: center;margin: 0 auto; font-size: 1em; width: 90%; padding: 10px 0 0;}
.cont h1{ font-size: 30px; margin: 60px 0 60px; }
.cont img{ text-align:center; margin: 30px 0 0 ; width: 90%;}

footer{width: 100%; height: 130px; background: #000; }
.footer{ width: 100%; margin:0 auto ; color: #464646; position: relative; }
.footer .cont{font-size: 14px; padding: 30px 0 0; line-height: 22px; width: 800px;  float: left;}
.footer .footer_logo{ display: none;}
.footer .cont .parents{ color: #797777; text-decoration: underline; display: none }
.footer .cont .parents:hover{ color: #fff;}
.footer .com_logo{  display: none;}
.footer .wen_logo{ display: none;}

}