@charset "utf-8";
/*常用css*/
.fl {
     float: left;
  margin-left: 50%;
  transform: translateX(-50%); 
  _display: inline;
}
img{
height:80px;
}
.fr {
  float: left;
  margin-left: 50%;
  transform: translateX(-50%);
  _display: inline;
}
/*常用字体*/
.yh {
  font-family: 'Microsoft YaHei';
}
.st {
  font-family: 'SimSun';
}
.ar {
  font-family: 'Arial';
}
.roman {
  font-family: "Times New Roman";
}
.tn {
  display: block;
  font-size: 0;
  text-indent: -99999em;
  color: transparent;
}
.tt a:hover {
  text-decoration: underline;
}
.xie {
  font-style: italic;
}
.ddd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
a {
  color: #666;
}
a:hover {
  text-decoration: none;
  color: #7563C6;
}
.btn {
  cursor: pointer;
}
body {
  font-size: 12px;
  color: #666;
  line-height: 24px;
  min-width: 1100px;
  font-family: 'Microsoft YaHei';
}
.l {
  color: #7563C6 !important;
}
.w {
  width: 1100px;
  min-width: 1100px;
  margin: 0 auto;
}
/*header*/
html { background-image: url(bg.jpg); background-repeat:no-repeat; background-attachment:fixed;   }

/* body {
  background: #DEDCE8;
} */
.header {
  height: 100px;
  background: #fff;
}
.header .w {
  height: 100px;
  background: url(../img/headbg.png) 0 center no-repeat;
}
.header .logo {
  display: block;
  height: 100px;
  background: url(../img/logo.png) center no-repeat;
  width: 234px;
  text-indent: -6666px;
}
.navbar {
  background: #423783;
  height: 53px;
  line-height: 53px;
}
.nav ul {
  height: 53px;
  line-height: 53px;
}
.nav li {
  float: left;
}
.nav a {
  float: left;
  font-size: 15px;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  color: #C2BEDE;
  height: 53px;
  line-height: 53px;
  width: 109px;
  text-align: center;
}
.nav li.on a,
.nav li h3 a:hover {
  background: #312673;
  color: #fff;
}
.notice-bar {
  margin-bottom: 10px;
}
.notice {
  height: 46px;
  position: relative;
  line-height: 46px;
}
.notice .icon {
  background: url(../img/Sound.png) center no-repeat;
  width: 46px;
  height: 46px;
  position: absolute;
  left: 0;
  top: 0;
}
.notice .content {
  margin-left: 46px;
  height: 46px;
  line-height: 46px;
  position: relative;
  overflow: hidden;
  font-size: 15px;
  font-weight: 400;
  color: #444444;
}
.notice .content a {
  color: #444444;
}
.notice .content a:hover {
  color: #7563C6;
}
.today-open {
  margin-bottom: 22px;
}
.today-open .inner {
  background: #FFFFFF;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
}
.today-open h1 {
  color: #7563C6;
  font-size: 28px;
  padding: 20px 0;
  line-height: 38px;
  font-weight: bold;
}
.today-open h1 > span {
  padding: 0 15px;
}
.balls-row {
  line-height: 52px;
  margin-bottom: 14px;
}
.balls-row .left {
  width: 288px;
  text-align: right;
  margin-right: 26px;
  float: left;
  font-size: 16px;
  color: #2C2C2C;
}
.balls-row .right {
  float: left;
}
.balls-row li {
  float: left;
  width: 52px;
  margin-right: 12px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #2C2C2C;
  font-size: 19px;
}
.balls-row li img {
  width: 52px;
}
.balls-row .ball-blue {
  background: url(../img/blue-green.png) center no-repeat;
}
.balls-row .ball-green {
  background: url(../img/ball-green.png) center no-repeat;
}
.balls-row .ball-red {
  background: url(../img/ball-red.png) center no-repeat;
}
.balls-row .plus {
  font-weight: bold;
  font-size: 22px;
  text-indent: -9999px;
  width: 18px;
  background: url(../img/plus.png) center no-repeat;
}
.balls-row2 {
  line-height: 52px;
  margin-bottom: 14px;
}
.balls-row2 .left {
  width: 288px;
  text-align: right;
  margin-right: 26px;
  float: left;
  font-size: 16px;
  color: #2C2C2C;
}
.balls-row2 .right {
  float: left;
}
.balls-row2 li {
  float: left;
  width: 52px;
  margin-right: 12px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #2C2C2C;
  background: url(../img/txtbg.png) center no-repeat;
  font-size: 16px;
}
.balls-row2 li img {
  width: 52px;
}
.balls-row2 .plus {
  font-weight: bold;
  font-size: 22px;
  width: 18px;
  background: none;
}
.next-time {
  font-size: 18px;
  font-weight: 400;
  color: #6C6C6C;
  margin-bottom: 10px;
  line-height: 24px;
}
.next-time b {
  font-weight: bold;
}
.sx-list {
  padding: 12px 0;
}
.sx-list img {
  margin: 0 4px;
}
.company-about {
  margin-bottom: 22px;
}
.company-about .inner {
  background: #FFFFFF;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 26px;
  padding-right: 198px;
  position: relative;
}
.company-about h2 strong {
  display: inline-block;
  background: #7563C6;
  width: 105px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
}
.company-about .txt {
  font-size: 15px;
  font-weight: 400;
  padding: 12px 0;
  color: #666666;
}
.company-about .code {
  position: absolute;
  right: 40px;
  top: 40px;
}
.company-about .code img {
  width: 113px;
  height: 113px;
}
.company-about .time {
  font-weight: bold;
  color: #7563C6;
  font-size: 19px;
}
.company-about .time b {
  font-weight: bold;
}
.company-about .inner2 {
  padding-right: 26px;
}
.company-about .left-box {
  width: 538px;
}
.company-about .left-box .inner {
  padding-right: 235px;
  background: url(../img/jjfp.png) right 26px bottom 32px no-repeat #fff;
  height: 275px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.company-about .left-box .txt {
  font-size: 13px;
  line-height: 26px;
}
.company-about .left-box .txt p {
  font-size: 13px;
}
.company-about .right-box {
  width: 538px;
}
.company-about .right-box .inner {
  height: 275px;
  padding-right: 395px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/zhxx.png) right center no-repeat #fff;
}
.company-left {
  float: left;
  width: 555px;
}
.company-pic {
  width: 445px;
  height: 265px;
  float: right;
}
.company-pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.page-main {
  margin-bottom: 32px;
}
.page-main .inner {
  padding: 25px;
  background: #FFFFFF;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
}
.page-main h1 {
  color: #7563C6;
  font-weight: bold;
  margin-bottom: 18px;
}
.page-main .form {
  font-size: 14px;
  margin-bottom: 15px;
}
.page-main .content table {
  font-size: 14px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.page-main .content th,
.page-main .content td {
  padding: 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #333;
}
.page-main .content table {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-main .STYLE5 {
  line-height: 1.4em;
}
.article {
  font-size: 14px;
  text-align: left;
}
.page-list {
  text-align: left;
}
.page-list .inner {
  text-align: left;
}
.sideBar {
  width: 260px;
}
.sideBar h2 {
  color: #7563C6;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}
.sideBar li {
  height: 35px;
  line-height: 35px;
}
.sideBar li a {
  display: block;
  padding-left: 20px;
  background: url(../img/arrow_1.gif) 0 center no-repeat;
  font-size: 14px;
}
.sideBar li.on a,
.sideBar li a:hover {
  color: #7563C6;
}
.mainContent.fr {
  width: 780px;
}
.mainContent {
  min-height: 600px;
}
.mbx {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}
.table-list {
  font-size: 14px;
}
.table-list table {
  font-size: 14px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.table-list th,
.table-list td {
  padding: 5px 10px;
  vertical-align: middle;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #333;
 font-size: 30px;
}
.table-list th font,
.table-list td font {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
}
.table-list th img,
.table-list td img {
  vertical-align: middle;
}
.table-list th strong,
.table-list td strong {
  font-size: 14px;
}
.mainContent .today-open {
  padding-top: 25px;
}
.mainContent .today-open .tips {
  font-size: 14px;
}
.mainContent .today-open .tips a {
  font-size: 16px;
  color: #7563C6;
  font-weight: bold;
  padding: 0 5px;
}
.mainContent .today-open .left {
  width: 155px;
}
.mainContent .today-open .next-time {
  color: #7563C6;
}
.pics-list ul {
  height: auto;
  overflow: hidden;
}
.pics-list li {
  font-size: 14px;
  width: 33.3%;
  float: left;
  text-align: left;
  padding: 15px 0;
}
.pics-list li a {
  display: inline-block;
  line-height: 1.8em;
  padding-left: 2em;
  font-size: 16px;
}
.pics-list li a:hover {
  color: #7563C6;
}
.pages-row {
  padding: 35px 0 15px;
}
.pages-row a {
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
}
.pages-row a:hover {
  text-decoration: underline;
}
.pics-screen {
  text-align: center;
}
.pics-screen img {
  max-width: 90%;
}
.table-list .pics-screen {
  text-align: center;
}
.table-list .pics-screen img {
  max-width: 100%;
}
.play-help {
  border-color: #fff !important;
}
.play-help th,
.play-help td {
  border-color: #fff !important;
}
/*footer*/
.footer {
  background: #423783;
  text-align: center;
  color: #fff;
  padding: 16px 0;
  font-size: 13px;
}