@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  min-width: 1440px;
  font-size: 14px;
  font-family: 'Microsoft YaHei', 'PingFang SC', arial, helvetica, 'Microsoft Sans Serif', sans-serif;
}

ul li {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
}

a:hover, a:active {
  outline: none;
}

img {
  outline: none;
  border: 0;
  vertical-align: middle;
}

em {
  font-style: normal;
}

p {
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

iframe {
  border: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

table td,
table th {
  padding: 0;
}

input {
  outline: none;
  line-height: normal;
}

/* chrome记住密码后的默认填充样式解决 */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  border: 1px solid #ccc !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #eee;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #eee;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #eee;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #eee;
}

/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 7px;
  /*对垂直流动条有效*/
  height: 7px;
  /*对水平流动条有效*/
}

/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 0;
}

/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #6961b8;
}

.scollbar {
  width: 10px;
  top: 10px;
  right: 2px;
  border-radius: 5px;
  background: #8195c8;
}

.container {
  width: 1280px;
  margin: 0 auto;
}

.clearfix {
  zoom: 1;
  /*为IE6，7的兼容性设置*/
}

.clearfix:after {
  clear: both;
  /*清除浮动*/
}

.clearfix:after, .clearfix:before {
  content: '';
  /*加一段内容*/
  display: table;
  /*创建匿名的表格单元，触发bfc*/
}

.relative {
  position: relative;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.center-block {
  display: block;
  margin-right: auto;
}

.line-height {
  line-height: 1;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 100;
}

.logo a {
  display: block;
  width: 181px;
  height: 80px;
  background: url(../images/logo.png) center center no-repeat;
  font: 0/0 a;
}

.logo a:hover {
  filter: brightness(1.1);
}

.tit {
  margin: 90px 0 50px;
  height: 115px;
  font: 0/0 a;
  background-size: contain !important;
}

.tit.tit-01 {
  background: url(../images/tit_01.png) center center no-repeat;
}

.tit.tit-02 {
  background: url(../images/tit_02.png) center center no-repeat;
}

.tit.tit-03 {
  background: url(../images/tit_03.png) center center no-repeat;
}

.tit.tit-04 {
  background: url(../images/tit_04.png) center center no-repeat;
}

.tit.tit-05 {
  background: url(../images/tit_05.png) center center no-repeat;
}

.tit.tit-06 {
  background: url(../images/tit_06.png) center center no-repeat;
}

.sect {
  overflow: hidden;
}

.sect.sect-01 {
  position: relative;
  z-index: 2;
  height: 1050px;
  background: url(../images/sect_01.jpg) center center no-repeat;
  transition: all 1s ease 0.3s;
}

.sect.sect-01 .container {
  position: relative;
  z-index: 2;
}

.sect.sect-01 .slog {
  position: absolute;
  top: 80px;
  right: -320px;
  width: 298px;
  height: 109px;
  font: 0/0 a;
  background: url(../images/slog.png) center center no-repeat;
  transition: all 0.6s ease 0.3s;
  transform: translate3d(80px, 0, 0);
  opacity: 0;
}

.sect.sect-01 .slog.active {
  transform: translate3d(0, 0, 0) !important;
  opacity: 1 !important;
}

.sect.sect-01 .menu {
  position: absolute;
  top: 370px;
  left: 0;
  right: 0;
  margin: 0 -76px;
}

.sect.sect-01 .menu li {
  float: left;
  margin: 0 37px;
}

.sect.sect-01 .menu li a {
  display: block;
  width: 105px;
  height: 495px;
  font: 0/0 a;
  transition: all .3s;
}

.sect.sect-01 .menu li a:hover {
  filter: brightness(1.5);
  margin-top: -10px;
}

.sect.sect-01 .menu li:nth-child(odd) {
  margin-top: -120px;
}

.sect.sect-01 .menu li.item-01 {
  background: url(../images/btn_01.png) center center no-repeat;
}

.sect.sect-01 .menu li.item-02 {
  background: url(../images/btn_02.png) center center no-repeat;
}

.sect.sect-01 .menu li.item-03 {
  background: url(../images/btn_03.png) center center no-repeat;
}

.sect.sect-01 .menu li.item-04 {
  background: url(../images/btn_04.png) center center no-repeat;
}

.sect.sect-01 .menu li.item-05 {
  background: url(../images/btn_05.png) center center no-repeat;
}

.sect.sect-01 .menu li.item-06 {
  background: url(../images/btn_06.png) center center no-repeat;
}

.sect.sect-01 .menu li.item-07 {
  background: url(../images/btn_07.png) center center no-repeat;
}

.sect.sect-01 .menu li.item-08 {
  background: url(../images/btn_08.png) center center no-repeat;
}

.sect.sect-01 .menu li:hover {
  filter: brightness(1.2);
}

.sect.sect-01 .main {
  position: absolute;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 1579px;
  height: 1050px;
  background: url(../images/main_bg.png) center center no-repeat;
  transition: all 1s ease 0.3s;
  opacity: 0;
  z-index: 2;
}

.sect.sect-01 .main.open {
  left: 0;
  opacity: 1;
}

.sect.sect-01 .main .back-index {
  position: absolute;
  right: -15px;
  top: 310px;
  display: block;
  width: 30px;
  height: 80px;
  padding-top: 16px;
  background: #4a308f;
  border: 1px solid #dccbff;
  border-radius: 50px;
  font-size: 16px;
  color: #e6daff;
  text-align: center;
  z-index: 21;
  transition: all 0.3s;
}

.sect.sect-01 .main .back-index:hover {
  background: #f5d6b0;
  color: #3a159a;
  box-shadow: 0 0 6px 3px #ab9c8b;
}

.sect.sect-01 .main .main-cont {
  position: absolute;
  top: 0;
  left: -100%;
  width: 920px;
  font-size: 16px;
  color: #f6f4fd;
  transition: all 0.6s ease 0.3s;
  transform: translate3d(-80px, 0, 0);
  opacity: 0;
}

.sect.sect-01 .main .main-cont.active {
  left: 280px;
  transform: translate3d(0, 0, 0) !important;
  opacity: 1 !important;
}

.sect.sect-01 .main .main-cont.main-cont-04 .cont-box, .sect.sect-01 .main .main-cont.main-cont-05 .cont-box {
  text-align: center;
}

.sect.sect-01 .main .role {
  position: absolute;
  bottom: -30px;
  right: -350px;
  width: 500px;
  height: 730px;
  background: url(../images/role.png) center center no-repeat;
}

.sect.sect-01.bg {
  background: url(../images/sect_01_m.jpg) center center no-repeat;
}

.sect.sect-01.bg .menu {
  display: none;
}

.other-link {
  position: absolute;
  top: 620px;
  left: 10px;
  z-index: 2;
}

.other-link li {
  width: 253px;
  height: 81px;
  background: url(../images/bg_04.png) center center no-repeat;
}

.other-link li + li {
  margin-top: -14px;
}

.other-link li.item-01 a {
  background: url(../images/link_01_1.png) left 4px no-repeat;
}

.other-link li.item-02 a {
  background: url(../images/link_02_1.png) left 7px no-repeat;
}

.other-link li.item-03 a {
  background: url(../images/link_03_1.png) left 7px no-repeat;
}

.other-link li.item-04 a {
  background: url(../images/link_04_1.png) left 7px no-repeat;
}

.other-link li:hover {
  filter: brightness(1.1);
}

.other-link a {
  display: block;
  color: #e6daff;
  line-height: 15px;
  height: 81px;
  padding-top: 25px;
  text-align: center;
  overflow: hidden;
}

.other-link.other-link-m {
  top: 200px;
  right: 10px;
  left: inherit;
}

.other-link.other-link-m li {
  float: left;
  width: 68px;
  background: none;
  height: auto;
}

.other-link.other-link-m li + li {
  margin-top: 0;
}

.other-link.other-link-m li a {
  height: auto;
  padding-top: 68px;
}

.other-link.other-link-m .item-01 a {
  background: url(../images/link_01.png) left top no-repeat;
}

.other-link.other-link-m .item-02 a {
  background: url(../images/link_02.png) left top no-repeat;
}

.other-link.other-link-m .item-03 a {
  background: url(../images/link_03.png) left top no-repeat;
}

.other-link.other-link-m .item-04 a {
  background: url(../images/link_04.png) left top no-repeat;
}

.main-menu {
  position: absolute;
  top: -65px;
  right: -39px;
  z-index: 20;
}

.main-menu li {
  float: right;
}

.main-menu li + li {
  margin-right: -12px;
}

.main-menu li a {
  display: block;
  width: 77px;
  height: 426px;
  font: 0/0 a;
  transition: all 0.3s;
  background-size: contain !important;
}

.main-menu li a:hover {
  filter: brightness(1.05);
  margin-top: -10px;
}

.main-menu li.item-01 a {
  background: url(../images/btn_14.png) center center no-repeat;
}

.main-menu li.item-01.active a {
  background: url(../images/btn_14_h.png) center center no-repeat;
}

.main-menu li.item-02 a {
  background: url(../images/btn_13.png) center center no-repeat;
}

.main-menu li.item-02.active a {
  background: url(../images/btn_13_h.png) center center no-repeat;
}

.main-menu li.item-03 a {
  background: url(../images/btn_12.png) center center no-repeat;
}

.main-menu li.item-03.active a {
  background: url(../images/btn_12_h.png) center center no-repeat;
}

.main-menu li.item-04 a {
  background: url(../images/btn_11.png) center center no-repeat;
}

.main-menu li.item-04.active a {
  background: url(../images/btn_11_h.png) center center no-repeat;
}

.main-menu li.item-05 a {
  background: url(../images/btn_10.png) center center no-repeat;
}

.main-menu li.item-05.active a {
  background: url(../images/btn_10_h.png) center center no-repeat;
}

.main-menu li.item-06 a {
  background: url(../images/btn_09.png) center center no-repeat;
}

.main-menu li.item-06.active a {
  background: url(../images/btn_09_h.png) center center no-repeat;
}

.tit-m {
  position: relative;
  height: 48px;
  line-height: 48px;
  margin-bottom: 10px;
  padding-left: 65px;
  font-size: 28px;
  color: transparent;
}

.tit-m em {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 58px;
  height: 48px;
  font: 0/0 a;
}

.tit-m em.num-01 {
  background: url(../images/num_01.png) center center no-repeat;
}

.tit-m em.num-02 {
  background: url(../images/num_02.png) center center no-repeat;
}

.tit-m em.num-03 {
  background: url(../images/num_03.png) center center no-repeat;
}

.tit-m em.num-04 {
  background: url(../images/num_04.png) center center no-repeat;
}

.tit-m em.num-05 {
  background: url(../images/num_05.png) center center no-repeat;
}

.tit-m em.num-06 {
  background: url(../images/num_06.png) center center no-repeat;
}

.tit-m .time {
  display: inline-block;
  width: 247px;
  height: 48px;
  line-height: 38px;
  color: #fbecd3;
  font-size: 16px;
  padding-left: 25px;
  vertical-align: middle;
  background: url(../images/line.png) left bottom no-repeat;
}

.tit-m.tit-m-01 {
  background: url(../images/txt_01.png) 65px center no-repeat;
}

.tit-m.tit-m-02 {
  background: url(../images/txt_02.png) 65px center no-repeat;
}

.tit-m.tit-m-03 {
  background: url(../images/txt_03.png) 65px center no-repeat;
}

.tit-m.tit-m-04 {
  background: url(../images/txt_04.png) 65px center no-repeat;
}

.tit-m.tit-m-05 {
  background: url(../images/txt_05.png) 65px center no-repeat;
}

.tit-m.tit-m-06 {
  background: url(../images/txt_06.png) 65px center no-repeat;
}

.tit-m.tit-m-07 {
  background: url(../images/txt_07.png) 65px center no-repeat;
}

.list-01 li {
  margin-bottom: 45px;
}

.list-01 li p {
  line-height: 26px;
}

.cont-height {
  height: 630px;
  overflow-y: auto;
  overflow-x: hidden;
}

.color-yellow {
  color: #fcedcb;
}

.img {
  width: 560px;
  min-height: 235px;
  padding: 9px;
  margin: 8px 0;
  background: url(../images/bg_01.png) top center no-repeat;
}

.img img {
  width: 542px;
  height: 219px;
}

.img p {
  text-align: center;
  margin: 20px 0 0;
}

.img.img-02 {
  width: 709px;
  height: 365px;
  padding: 8px 14px;
  background: url(../images/bg_03.png) center center no-repeat;
}

.img.img-02 img {
  width: 682px;
  height: 349px;
}

.table {
  width: 860px;
  margin: 20px auto 40px;
}

.table table {
  width: 100%;
  display: table;
  text-align: center;
  color: #252652;
  font-size: 15px;
  background: #d5d1de;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border: 1px solid #dccbff;
  overflow: hidden;
  word-break: keep-all;
}

.table table th {
  background: #665db2;
  color: #e7e6e8;
  font-size: 18px;
  font-weight: normal;
  height: 45px;
  line-height: 45px;
  border-bottom: 2px solid #e7e6e8;
}

.table table tr {
  height: 50px;
  overflow: hidden;
}

.table table tr + tr {
  border-top: 1px solid #e7e6e8;
}

.table table td {
  padding: 10px 0;
}

.cont-box {
  width: 710px;
  margin: 0 auto;
}

.cont-box .time {
  display: block;
  margin: 0 0 15px;
  text-align: center;
  font-size: 18px;
}

.cont-box .img {
  margin: 20px auto;
}

.cont-box p {
  line-height: 26px;
  text-indent: 2em;
}

.list-img {
  display: inline-block;
  margin: 0 auto;
  width: 864px;
}

.list-img li {
  float: left;
  margin: 0 10px;
  padding: 10px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  color: #fdefcb;
}

.list-img li .img-h {
  width: 104px;
  height: 154px;
  padding-top: 18px;
  background: url(../images/bg_02.png) top center no-repeat;
  transition: all 0.3s ease-in-out;
}

.list-img li .img-h img {
  display: block;
  width: 68px;
  height: 68px;
  margin: 0 auto 20px;
  border: 1px solid #fdefcb;
}

.list-img li:hover .img-h img {
  box-shadow: 0 0 15px 2px #9e98b9;
}

.list-img li.num-05 {
  margin-left: 82px;
}

.top-link {
  position: absolute;
  left: 60px;
  top: 90px;
  z-index: 20;
}

.top-link a {
  display: inline-block;
  width: 34px;
  height: 35px;
  font: 0/0 a;
  margin: 0 3px;
}

.top-link a.item-01 {
  background: url(../images/icon_01.png) center center no-repeat !important;
}

.top-link a.item-02 {
  background: url(../images/icon_02.png) center center no-repeat !important;
}

.top-link a:hover {
  filter: brightness(1.1);
}

.btn-details {
  display: block;
  width: 359px;
  height: 144px;
  margin: -10px auto 0;
  font: 0/0 a;
  background: url(../images/btn_15.png) center center no-repeat;
  transition: all 0.3s;
}

.btn-details:hover {
  filter: brightness(1.1);
  margin-top: -5px;
}

.line-star {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 1440px) {
  .main {
    width: 1100px !important;
  }
  .main-cont.active {
    width: 860px !important;
    left: 60px !important;
  }
  .tit {
    width: 820px;
    height: 60px;
  }
  .main-menu {
    right: -29px;
  }
  .main-menu a {
    width: 57px !important;
    height: 336px !important;
  }
  .table {
    width: 820px;
  }
  .slog {
    right: -60px !important;
  }
  .other-link {
    right: 30px;
  }
}
