.idx-ban-txt p, .idx-newbox2 h2, .idx-memorybox .txt p, .newbox .txt p {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

/**
 * Scaffolding
 * ----------------------------------------------------------------------------
 */
* {
  -webkit-overflow-scrolling: touch; }

body {
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", "SimSun", Tahoma, Arial, sans-serif;
  line-height: 1;
  background-color: white; }

ul, li, ol {
  padding: 0; }

ul {
  margin: 0; }

li {
  list-style-type: none; }

input, button, select, textarea {
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  border: none; }

input::-ms-clear, input::-ms-reveal {
  display: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  transition: background-color 5000s ease-in-out 0s; }

input, textarea {
  -webkit-appearance: none; }

input:focus, textarea:focus {
  outline: none;
  -webkit-appearance: none;
  -webkit-user-modify: read-write-plaintext-only; }

a {
  text-decoration: none; }

img {
  vertical-align: middle; }

/**
 * Typography
 * ----------------------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: inherit; }

p {
  padding: 0;
  margin: 0; }

.headerbg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: 90px;
  background-image: url(../images/headerbg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center; }
@media screen and (min-width: 1920px) {
  .headerbg {
    background-size: cover; } }
@media screen and (min-width: 750px) {
  .headerbg.header-tm {
    height: 110px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); }
  .headerbg.header-tm .header-logo {
    margin-top: 25px; }
  .headerbg.header-tm .header-nav {
    margin-top: 37px; } }
@media screen and (max-width: 750px) {
  .headerbg {
    height: 60px; } }

.header {
  position: relative;
  height: 110px; }

.header-top {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 14px;
  line-height: 28px;
  color: #fff; }
.header-top span {
  margin: 0 12px; }
.header-top a {
  color: #fff; }
.header-top a:last-child {
  margin-left: 12px; }
@media screen and (max-width: 750px) {
  .header-top {
    position: fixed;
    top: initial;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background: #fff;
    color: #888;
    line-height: 44px;
    text-align: center; }
  .header-top a {
    color: #888; }
  .header-top a:last-child {
    display: none; } }

.header-logo a {
  width: auto;
  height: 100%;
  display: block;
  background-image: url(../images/logo.png);
  background-size: cover; }
@media screen and (min-width: 750px) {
  .header-logo {
    width: 318px;
    height: 60px;
    margin-top: 15px; } }
@media screen and (max-width: 750px) {
  .header-logo {
    width: 212px;
    height: 40px;
    margin-top: 10px; } }

.header-nav {
  margin-top: 27px; }
.header-nav > ul > li {
  position: relative;
  float: left;
  margin-left: 16px;
  font-size: 20px;
  line-height: 36px;
  font-weight: bold; }
.header-nav > ul > li:first-child {
  margin-left: 0; }
.header-nav > ul > li > a {
  position: relative;
  padding: 0 16px;
  display: block;
  color: #fff; }
.header-nav > ul > li > a i {
  font-weight: normal;
  color: #999; }
@media screen and (min-width: 750px) {
  .header-nav > ul > li > a i {
    display: none; }
  .header-nav > ul > li > a:hover, .header-nav > ul > li > a.cur, .header-nav > ul > li > a.active {
    color: #fff;
    background: #611792; } }
@media screen and (max-width: 750px) {
  .header-nav {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
    padding-bottom: 44px;
    overflow-y: scroll;
    background: #fff;
    display: none; }
  .header-nav > ul > li {
    float: initial;
    margin-left: 0;
    line-height: 48px;
    border-bottom: 1px solid #eee; }
  .header-nav > ul > li > a {
    color: #222;
    font-weight: bold; }
  .header-nav > ul > li > a.cur, .header-nav > ul > li > a.active {
    color: #791cb5; }
  .header-nav > ul > li > a.active i {
    transform: rotate(90deg); } }

.nav-dropdown {
  height: auto;
  display: none;
  padding: 8px 0; }
.nav-dropdown ul li {
  height: 42px;
  font-weight: normal;
  line-height: 42px;
  text-align: left;
  overflow: hidden; }
.nav-dropdown ul li a {
  padding: 0 16px;
  display: block;
  font-size: 16px;
  color: #fff; }
.nav-dropdown ul li a:hover {
  color: #791cb5; }
@media screen and (min-width: 750px) {
  .nav-dropdown {
    position: absolute;
    left: 0;
    top: 36px;
    z-index: 99;
    min-width: 177px;
    background: #611792; }
  .nav-dropdown ul li a:hover {
    color: #791cb5;
    background: #fff; } }
@media screen and (max-width: 750px) {
  .nav-dropdown {
    position: relative;
    padding: 0;
    border-top: 1px solid #eee; }
  .nav-dropdown ul li {
    margin-left: 16px;
    border-bottom: 1px solid #eee; }
  .nav-dropdown ul li:last-child {
    border-bottom: none; }
  .nav-dropdown ul li a {
    padding: 0 12px 0 0;
    font-size: 14px;
    color: #555; } }

.mb-right {
  position: absolute;
  top: 14px;
  right: 8px;
  line-height: 32px; }
.mb-right a {
  width: 32px;
  display: inline-block;
  text-align: center;
  color: #fff; }
.mb-right a i {
  font-size: 20px; }

.footerbg {
  padding: 60px 0;
  border-top: 10px solid #791cb5;
  background-image: url(../images/footerbg.jpg);
  background-size: cover; }
@media screen and (max-width: 750px) {
  .footerbg {
    padding: 24px 0 16px;
    border-top-width: 4px; } }

.footer-left p {
  margin-top: 16px;
  font-size: 14px;
  line-height: 24px; }
.footer-left p span {
  margin: 0 12px; }
.footer-left p.footer-leftp1 {
  margin-top: 0;
  font-size: 16px;
  color: #fff; }
.footer-left p.footer-leftp1 span {
  margin: 0 16px; }
.footer-left p.footer-leftp1 a {
  color: #fff; }
.footer-left p.footer-leftp1 a:hover {
  text-decoration: underline; }
.footer-left p.footer-leftp2 {
  color: #fff; }
.footer-left p.footer-leftp3 {
  color: #a7a7a7; }
@media screen and (max-width: 750px) {
  .footer-left {
    width: 100%; }
  .footer-left p {
    font-size: 12px;
    line-height: 20px; } }

@media screen and (max-width: 750px) {
  .footer-right {
    margin-top: 16px;
    width: 100%; } }
.footer-rbox {
  text-align: center; }
.footer-rbox img {
  width: 116px;
  height: 116px; }
.footer-rbox h2 {
  margin-top: 10px;
  font-size: 14px;
  color: #a7a7a7; }

.no-roll {
  overflow-y: hidden; }

.bd-xs {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

.bd-sm {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.bd-md, .sub-lm-mb {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.bd-lg {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }

.bd-rd {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px; }

.bd-by, .idx-memorybox .pic, .sub-aside-drop p a i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.bg-body {
  background: #f8f8f8; }

.tabs-con {
  display: none; }
.tabs-con.active {
  display: block; }

.pagin {
  display: block; }
.pagin > a {
  min-width: 14px;
  display: inline-block;
  padding: 8px 12px;
  margin: 0 4px;
  font-size: 12px;
  line-height: 18px;
  color: #767676;
  border-radius: 3px;
  border: 1px #e3e3e3 solid;
  background: #fff;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s; }
.pagin > a span {
  display: none; }
.pagin > a:hover {
  color: #791cb5;
  border-color: #791cb5;
  box-shadow: 0 0 3px #eee; }
.pagin .pagin-cur, .pagin .pagin-cur:hover {
  color: #fff;
  border-color: #791cb5;
  background: #791cb5; }

.pagin-ell {
  padding: 0 10px;
  font-size: 14px;
  line-height: 18px;
  color: #791cb5; }

.pagin-txt {
  display: inline-block;
  padding: 5px 8px;
  font-size: 14px;
  line-height: 18px;
  color: #666; }

.pagin-jump, .pagin-jump-focus {
  display: inline-block;
  *vertical-align: -5px;
  border: 1px #ddd solid;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s; }

.pagin-input {
  width: 40px;
  height: 34px;
  *float: left;
  line-height: 34px\9;
  *line-height: 34px;
  text-align: center;
  font-size: 12px;
  color: #791cb5;
  border: none;
  outline: none;
  border-radius: 0;
  background: #fff; }

.pagin-btn {
  *float: left;
  display: none;
  padding: 0 10px;
  font-size: 12px;
  line-height: 26px;
  color: #fff;
  text-decoration: none; }
.pagin-btn:hover {
  color: #FFF; }

.pagin-jump-focus {
  border-color: #791cb5;
  background: #791cb5;
  *vertical-align: -1px; }
.pagin-jump-focus .pagin-btn {
  display: inline-block; }

@media screen and (max-width: 750px) {
  .pagin > a {
    display: none; }
  .pagin > a.pagin-prev {
    display: block;
    float: left; }
  .pagin > a.pagin-next {
    display: block;
    float: right; }
  .pagin > a span {
    display: inline-block; }

  .pagin-ell, .pagin-txt, .pagin-jump {
    display: none; } }
.pagin {
  padding: 50px 0; }
@media screen and (max-width: 750px) {
  .pagin {
    padding: 16px 0; } }

[class*="btn-"] {
  text-align: center; }

.btn-primary {
  color: #fff;
  background: #791cb5; }
.btn-primary:hover {
  color: #fff;
  background: #4d1273; }

[class*="btn-line"] {
  box-sizing: border-box; }

@media screen and (min-width: 750px) {
  .pc-show {
    display: block; }

  .pc-hidden {
    display: none; } }
@media screen and (max-width: 750px) {
  .mb-show {
    display: block; }

  .mb-hidden {
    display: none; }

  .mb-top {
    margin-top: 60px; } }
.container {
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto; }
@media screen and (min-width: 750px) {
  .container {
    max-width: 1240px;
    min-width: 1200px; } }
@media screen and (max-width: 750px) {
  .container {
    padding-left: 10px;
    padding-right: 10px; } }

.idx-ban-txt, .idx-newbox2, .idx-newbox2 .time, .idx-project ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-flex-direction: column; }

.more {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 120px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #791cb5;
  border: 1px solid #791cb5;
  background: transparent;
  box-sizing: border-box; }
.more:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 0;
  background: #791cb5; }
.more:hover {
  color: #fff; }
.more:hover:before {
  width: 100%; }
.more.more-fill {
  color: #fff;
  background: #791cb5; }
.more.more-fill:before {
  background: #a03de1; }
.more.more-fill:hover {
  border: 1px solid #a03de1; }

.idx-menu {
  margin-left: -24px; }
.idx-menu h3 {
  position: relative;
  font-size: 24px;
  color: #791cb5;
  font-weight: 900; }
.idx-menu h4 {
  margin-top: 12px;
  font-size: 32px;
  color: #e9e8e8;
  font-weight: bold;
  text-transform: uppercase; }
@media screen and (min-width: 750px) {
  .idx-menu h3:before {
    position: absolute;
    top: 50%;
    left: -140px;
    content: '';
    width: 126px;
    height: 1px;
    background: #bebebe; } }
@media screen and (max-width: 750px) {
  .idx-menu {
    margin-left: 0;
    text-align: center; }
  .idx-menu h4 {
    margin-top: 8px;
    font-size: 14px; } }

.time {
  position: relative;
  color: #333; }
.time h4 {
  font-size: 30px;
  font-weight: bold; }
.time h6 {
  font-size: 14px; }
@media screen and (max-width: 750px) {
  .time h4 {
    font-size: 24px; } }

.swiper-pagination-bullet-active {
  width: 20px;
  opacity: 1;
  background: #791cb5; }

.article {
  font-size: 16px;
  line-height: 32px;
  color: #000; }
@media screen and (max-width: 750px) {
  .article {
    font-size: 14px;
    line-height: 28px; } }
.artice-pic {
  width: auto;
  text-align: center; }
.artice-pic img {
  max-width: 100%;
  display: inline-block; }
.artice-pic h4 {
  margin-top: 4px;
  font-size: 14px;
  color: #999; }

.jt {
  position: absolute;
  left: 50%;
  bottom: 72px;
  z-index: 99;
  width: 48px;
  height: 42px;
  margin-left: -24px; }
.jt img {
  width: 48px;
  height: 42px;
  animation: start 1.5s infinite ease-in-out;
  -webkit-animation: start 1.5s infinite ease-in-out; }
@media screen and (max-width: 750px) {
  .jt {
    display: none; } }

@-webkit-keyframes start {
  0%,
    30% {
    opacity: 0;
    -webkit-transform: translate(0, 10px); }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 10px); } }
@keyframes start {
  0%,
    30% {
    opacity: 0;
    transform: translate(0, 10px); }
  60% {
    opacity: 1;
    transform: translate(0, 0); }
  100% {
    opacity: 0;
    transform: translate(0, 10px); } }
.form-label {
  position: relative;
  cursor: pointer; }
.form-label > input {
  position: absolute;
  left: -999999px; }
.form-label > * {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  vertical-align: middle; }
.form-label > *:first-child {
  margin-left: 0; }
.form-label > *:last-child {
  margin-right: 0; }
.form-label.disabled .form-label-btn {
  background: #f5f5f5;
  border: 1px solid #e6e6e6; }
.form-label.disabled .form-label-btn i {
  display: inline-block;
  color: #d9d9d9; }
.form-label.active .form-label-btn {
  color: #fff;
  background: #791cb5;
  border-color: #791cb5; }
.form-label.active .form-label-btn i {
  display: inline-block; }
.form-label.active .form-label-con {
  color: #791cb5; }
.form-label-btn {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  box-sizing: border-box; }
.form-label-btn i {
  display: none;
  font-size: 12px;
  font-weight: bold;
  line-height: inherit;
  vertical-align: top; }

div[data-check="checkGroup"] .form-label-btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

div[data-radio="radioGroup"] .form-label-btn {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.form-label-con {
  font-size: 14px;
  line-height: 16px;
  color: #666; }

.idx-ban {
  width: 100%; }
.idx-ban .swiper-pagination {
  bottom: 24px; }
.idx-ban .swiper-pagination-bullet {
  background: #fff;
  opacity: .8; }
.idx-ban .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1; }
.idx-ban .swiper-button-prev, .idx-ban .swiper-button-next {
  top: 50%;
  width: 48px;
  height: 72px;
  margin-top: -36px;
  text-align: center;
  line-height: 72px;
  color: #fff;
  background: rgba(0, 0, 0, 0.9); }
.idx-ban .swiper-button-prev i, .idx-ban .swiper-button-next i {
  font-size: 20px; }
.idx-ban .swiper-button-prev:hover, .idx-ban .swiper-button-next:hover {
  background: #791cb5; }
.idx-ban .swiper-button-prev {
  left: 0; }
.idx-ban .swiper-button-next {
  right: 0; }
@media screen and (min-width: 750px) {
  .idx-ban {
    height: 100vh; }
  .idx-ban .swiper-slide {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden; }
  .idx-ban .swiper-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    max-width: none;
    width: auto;
    height: 100%;
    transform: translate(-50%, -50%); }
  .idx-ban .container {
    position: relative;
    z-index: 3;
    height: 100vh; } }
@media screen and (max-width: 750px) {
  .idx-ban .swiper-slide img {
    width: 100%;
    height: auto; }
  .idx-ban .swiper-pagination {
    bottom: 8px; }
  .idx-ban .swiper-button-prev, .idx-ban .swiper-button-next {
    display: none; } }

.idx-ban-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  box-sizing: border-box; }
.idx-ban-txt h2 {
  position: relative;
  font-size: 54px;
  font-weight: 900;
  opacity: 0; }
.idx-ban-txt h2:after {
  position: absolute;
  left: 5px;
  bottom: -24px;
  width: 40px;
  height: 2px;
  background: #fff;
  content: ''; }
.idx-ban-txt h2, .idx-ban-txt p, .idx-ban-txt .more {
  opacity: 0;
  transform: translateY(20px);
  transition-duration: .5s; }
.idx-ban-txt p {
  margin-top: 44px;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
  word-break: break-all; }
.idx-ban-txt .more {
  margin-top: 32px;
  min-width: initial;
  width: 80px;
  display: block;
  line-height: 32px;
  color: #333;
  border: none;
  background: #fff; }
.idx-ban-txt .more:before {
  background: #791cb5; }
.idx-ban-txt .more:hover {
  color: #fff;
  background: none; }
.idx-ban-txt .more:hover:before {
  width: 100%; }
.idx-ban-txt.active h2, .idx-ban-txt.active p, .idx-ban-txt.active .more {
  opacity: 1;
  transform: translate(0); }
@media screen and (min-width: 750px) {
  .idx-ban-txt {
    top: 120px;
    padding-right: 40%; } }
@media screen and (max-width: 750px) {
  .idx-ban-txt {
    top: 0;
    padding: 0 20px;
    text-align: center; }
  .idx-ban-txt h2 {
    font-size: 24px; }
  .idx-ban-txt h2:after {
    left: 50%;
    bottom: -20px;
    margin-left: -20px; }
  .idx-ban-txt p {
    margin-top: 32px;
    font-size: 12px;
    line-height: 18px;
    opacity: .8; }
  .idx-ban-txt .more {
    width: auto;
    margin: 12px auto 0;
    font-size: 12px;
    line-height: 26px; } }

.idx-split {
  padding: 88px 0; }
@media screen and (max-width: 750px) {
  .idx-split {
    padding: 32px 0; }
  .idx-split .tr {
    text-align: center; } }

.idx-newbg {
  background: #fff; }

.idx-newbox1:hover .pic img {
  -webkit-transform: scale(1.08, 1.08);
  -moz-transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  -o-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08); }
.idx-newbox1 .pic {
  height: 425px;
  overflow: hidden; }
.idx-newbox1 .pic img {
  width: 100%;
  height: auto; }
@media screen and (max-width: 750px) {
  .idx-newbox1 .pic {
    height: auto; } }
.idx-newbox1 .txt {
  padding: 0 24px; }
.idx-newbox1 .txt h2 {
  margin-top: 32px;
  font-size: 28px;
  font-weight: bold; }
.idx-newbox1 .txt h2 a {
  color: #000; }
.idx-newbox1 .txt h2 a:hover {
  color: #791cb5; }
.idx-newbox1 .txt p {
  margin-top: 32px;
  font-size: 14px;
  color: #888; }
.idx-newbox1 .txt h4 {
  margin-top: 16px;
  font-size: 14px;
  color: #888; }
@media screen and (max-width: 750px) {
  .idx-newbox1 .txt {
    padding: 0 12px 32px; }
  .idx-newbox1 .txt h2 {
    margin-top: 12px;
    font-size: 16px; }
  .idx-newbox1 .txt p {
    margin-top: 16px; }
  .idx-newbox1 .txt h4 {
    margin-top: 8px; } }

.idx-newbox2 {
  position: relative;
  height: 66px;
  padding: 26px 20px 26px 114px;
  border-bottom: 1px solid #eaeaea; }
.idx-newbox2:hover {
  background: #791cb5;
  cursor: pointer; }
.idx-newbox2:hover .time {
  color: #fff; }
.idx-newbox2:hover h2 a {
  color: #fff; }
.idx-newbox2:hover h2 a:hover {
  text-decoration: underline; }
.idx-newbox2 .time {
  position: absolute;
  left: 0;
  width: 94px;
  height: 66px;
  padding-right: 20px;
  text-align: right;
  border-right: 1px solid #c1c1c1;
  box-sizing: border-box; }
.idx-newbox2 .time h6 {
  margin-top: 12px; }
.idx-newbox2 h2 {
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
  word-break: break-all; }
.idx-newbox2 h2 a {
  color: #333; }
@media screen and (max-width: 750px) {
  .idx-newbox2 {
    height: 48px;
    padding: 16px 12px 16px 92px; }
  .idx-newbox2 .time {
    width: 80px;
    height: 48px;
    padding-right: 12px; }
  .idx-newbox2 .time h6 {
    margin-top: 4px; }
  .idx-newbox2 h2 {
    font-size: 14px;
    line-height: 24px; } }

.idx-new {
  position: relative;
  box-sizing: border-box; }
@media screen and (min-width: 750px) {
  .idx-new {
    padding-left: 132px; } }

.idx-new-tab .idx-menu {
  margin-left: 0;
  cursor: pointer; }
.idx-new-tab .idx-menu h3 {
  color: #141414;
  font-weight: bolder; }
.idx-new-tab .idx-menu h3:before {
  width: 0; }
.idx-new-tab .idx-menu:hover h3:before {
  width: 126px; }
.idx-new-tab .idx-menu.active h3 {
  color: #791cb5;
  font-weight: 900; }
.idx-new-tab .idx-menu.active h3:before {
  width: 126px;
  display: block; }
@media screen and (min-width: 750px) {
  .idx-new-tab {
    position: absolute;
    left: -24px;
    width: 132px; }
  .idx-new-tab ul {
    margin-top: -64px; }
  .idx-new-tab ul li {
    margin-top: 64px; }
  .idx-new-tab .idx-menu h4 {
    margin-left: -160px;
    margin-right: 38px;
    text-align: right; } }
@media screen and (max-width: 750px) {
  .idx-new-tab {
    text-align: center; }
  .idx-new-tab ul li {
    margin: 0 8px;
    display: inline-block; }
  .idx-new-tab h3:before {
    display: none; } }

.idx-new-con {
  width: 1108px; }
.idx-new-con .more {
  margin-top: 40px; }
@media screen and (max-width: 750px) {
  .idx-new-con {
    width: 100%;
    margin-top: 16px; }
  .idx-new-con .more {
    margin-top: 16px; } }

.idx-new1 {
  height: 595px; }
@media screen and (max-width: 750px) {
  .idx-new1 {
    height: auto; } }

.idx-new1-left {
  width: 598px;
  height: 595px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
@media screen and (max-width: 750px) {
  .idx-new1-left {
    width: 100%;
    height: auto; } }

.idx-new2-right {
  width: 466px; }
@media screen and (max-width: 750px) {
  .idx-new2-right {
    width: 100%;
    margin-top: 8px; } }

.idx-new2 ul {
  margin: -32px -11px 0; }
.idx-new2 ul li {
  width: 50%;
  float: left;
  margin-top: 32px; }
.idx-new2 .idx-newbox2 {
  margin: 0 11px; }
.idx-new2 .idx-newbox2 .time:after {
  position: absolute;
  left: 50%;
  bottom: -28px;
  content: '';
  width: 66px;
  height: 4px;
  margin-left: -33px;
  background: #791cb5; }
.idx-new2 .idx-newbox2:hover .time:after {
  width: 0;
  margin-left: 0; }
@media screen and (max-width: 750px) {
  .idx-new2 ul {
    margin: 0; }
  .idx-new2 ul li {
    width: 100%;
    margin-top: 0; }
  .idx-new2 .idx-newbox2 {
    margin: 0; }
  .idx-new2 .idx-newbox2 .time:after {
    bottom: -18px; } }

.idx-projectbg {
  background: #f5f5f5; }

.idx-project {
  margin: 80px 0; }
.idx-project ul li {
  position: relative;
  width: 25%;
  float: left;
  text-align: center; }
.idx-project ul li:after {
  position: absolute;
  width: 1px;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  background: #dcdcdc; }
.idx-project ul li:hover {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
.idx-project ul li:hover a h2 {
  color: #791cb5; }
.idx-project ul li a h2 {
  margin-top: 24px;
  font-size: 16px;
  color: #333; }
.idx-project ul li svg {
  display: block;
  margin: 0 auto;
  width: 55px; }
.idx-project ul li svg path {
  fill: none;
  stroke: #791cb5;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-miterlimit: 10; }
@media screen and (min-width: 750px) {
  .idx-project ul li {
    height: 162px; }
  .idx-project ul li:last-child:after {
    display: none; } }
@media screen and (max-width: 750px) {
  .idx-project {
    margin: 20px 0; }
  .idx-project ul {
    border-top: 1px solid #dcdcdc; }
  .idx-project ul li {
    width: 50%;
    border-bottom: 1px solid #dcdcdc; }
  .idx-project ul li:nth-child(2n):after {
    display: none; }
  .idx-project ul li a {
    padding: 24px 0; }
  .idx-project ul li a h2 {
    font-size: 14px; } }

.idx-memorybg {
  position: relative;
  background: #f8f8f8; }
@media screen and (min-width: 750px) {
  .idx-memorybg:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 356px;
    content: '';
    background: #fff; } }
@media screen and (max-width: 750px) {
  .idx-memorybg.idx-split {
    padding: 32px 0 0; } }

.idx-memory1 {
  margin-top: 72px; }
.idx-memory1 ul {
  margin: 0 -12px; }
.idx-memory1 ul li {
  width: 50%;
  float: left; }
.idx-memory1 .idx-memorybox {
  margin: 0 12px; }
.idx-memory1 .more {
  margin-top: 12px;
  min-width: 96px;
  padding: 0 8px;
  line-height: 26px; }
@media screen and (max-width: 750px) {
  .idx-memory1 {
    margin-top: 24px; }
  .idx-memory1 ul {
    margin: -16px 0 0; }
  .idx-memory1 ul li {
    width: 100%;
    margin-top: 16px; }
  .idx-memory1 .idx-memorybox {
    margin: 0; } }
.idx-memorybox {
  position: relative;
  min-height: 120px;
  padding-left: 132px; }
.idx-memorybox .pic {
  position: absolute;
  left: 0;
  width: 120px;
  height: 120px;
  overflow: hidden; }
.idx-memorybox .pic img {
  width: 100%;
  height: auto; }
.idx-memorybox .txt h2 {
  padding-top: 2px;
  font-size: 19px;
  line-height: 24px;
  font-weight: 900; }
.idx-memorybox .txt h2 a {
  color: #333; }
.idx-memorybox .txt h2 a:hover {
  color: #791cb5; }
.idx-memorybox .txt p {
  margin-top: 4px;
  font-size: 14px;
  line-height: 24px;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
  word-break: break-all; }
@media screen and (max-width: 750px) {
  .idx-memorybox {
    min-height: 80px;
    padding-left: 92px; }
  .idx-memorybox .pic {
    width: 80px;
    height: 80px; }
  .idx-memorybox .txt h2 {
    font-size: 16px; }
  .idx-memorybox .txt p {
    line-height: 20px; } }

.idx-memory2 {
  position: relative;
  margin-top: 80px; }
.idx-memory2 .swiper-container {
  margin: 0 120px;
  padding: 30px 0;
  background-image: url(../images/voidbg.png);
  background-repeat: no-repeat;
  background-size: 220px 220px;
  background-position: left bottom;
  background-color: #791cb5; }
.idx-memory2 .swiper-button-prev, .idx-memory2 .swiper-button-next {
  top: 50%;
  z-index: 3;
  width: 120px;
  height: 120px;
  margin-top: -60px;
  text-align: center;
  line-height: 120px;
  color: #d3d3d3; }
.idx-memory2 .swiper-button-prev i, .idx-memory2 .swiper-button-next i {
  font-size: 48px; }
.idx-memory2 .swiper-button-prev:hover, .idx-memory2 .swiper-button-next:hover {
  color: #791cb5; }
.idx-memory2 .swiper-button-prev {
  left: 0; }
.idx-memory2 .swiper-button-next {
  right: 0; }
@media screen and (max-width: 750px) {
  .idx-memory2 {
    margin-top: 32px; }
  .idx-memory2 .swiper-container {
    margin: 0 -10px;
    padding: 16px 0; }
  .idx-memory2 .swiper-button-prev, .idx-memory2 .swiper-button-next {
    width: 32px;
    height: 32px;
    margin-top: -16px;
    line-height: 32px;
    background: rgba(0, 0, 0, 0.5); }
  .idx-memory2 .swiper-button-prev i, .idx-memory2 .swiper-button-next i {
    font-size: 16px; }
  .idx-memory2 .swiper-button-prev {
    left: -10px; }
  .idx-memory2 .swiper-button-next {
    right: -10px; } }
.idx-memorybox2 {
  position: relative;
  padding-left: 68px;
  margin-right: 30px; }
.idx-memorybox2 h2 {
  position: absolute;
  left: 24px;
  top: 40px;
  z-index: 2;
  max-height: 70%;
  font-size: 18px;
  color: #fff;
  letter-spacing: .1em;
  writing-mode: tb-lr;
  writing-mode: vertical-lr; }
.idx-memorybox2 h2:before {
  position: absolute;
  top: -39px;
  left: 50%;
  width: 1px;
  height: 30px;
  content: '';
  background: #fff; }
.idx-memorybox2 .pic {
  width: 902px;
  height: 475px; }
.idx-memorybox2 .pic img {
  width: 100%;
  height: auto; }
@media screen and (max-width: 750px) {
  .idx-memorybox2 {
    padding-left: 48px;
    margin-right: 16px; }
  .idx-memorybox2 h2 {
    left: 16px;
    font-size: 14px; }
  .idx-memorybox2 .pic {
    width: 100%;
    height: auto; } }

.idx-aboutbg {
  background: #fff; }
.idx-aboutbg.idx-split {
  padding: 88px 0 64px; }
@media screen and (max-width: 750px) {
  .idx-aboutbg.idx-split {
    padding: 32px 0; } }
.idx-about {
  margin-top: 80px; }
.idx-about.swiper-container {
  padding-bottom: 72px; }
.idx-about .swiper-pagination {
  bottom: 0; }
.idx-about .swiper-button-prev, .idx-about .swiper-button-next {
  top: 50%;
  width: 28px;
  height: 44px;
  margin-top: -58px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  background: rgba(0, 0, 0, 0.9); }
.idx-about .swiper-button-prev i, .idx-about .swiper-button-next i {
  font-size: 20px; }
.idx-about .swiper-button-prev:hover, .idx-about .swiper-button-next:hover {
  background: #791cb5; }
.idx-about .swiper-button-prev {
  left: 0; }
.idx-about .swiper-button-next {
  right: 0; }
@media screen and (max-width: 750px) {
  .idx-about {
    margin-top: 16px; }
  .idx-about.swiper-container {
    padding-bottom: 32px; }
  .idx-about .swiper-button-prev, .idx-about .swiper-button-next {
    margin-top: -38px; } }

.idx-aboutbox {
  position: relative;
  display: block;
  overflow: hidden; }
.idx-aboutbox img {
  width: 100%;
  height: auto; }
.idx-aboutbox h2 {
  position: absolute;
  left: 30px;
  top: 40px;
  z-index: 2;
  max-height: 70%;
  font-size: 22px;
  color: #fff;
  letter-spacing: .1em;
  writing-mode: tb-lr;
  writing-mode: vertical-lr; }
.idx-aboutbox h2:before {
  position: absolute;
  top: -39px;
  left: 50%;
  width: 1px;
  height: 30px;
  content: '';
  background: #fff; }
.idx-aboutbox:hover img {
  -webkit-transform: scale(1.08, 1.08);
  -moz-transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  -o-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08); }
.idx-aboutbox:hover h2 {
  top: 50px;
  letter-spacing: .2em; }
.idx-aboutbox:hover h2:before {
  top: -49px;
  height: 40px; }
@media screen and (max-width: 750px) {
  .idx-aboutbox h2 {
    left: 12px;
    font-size: 18px; } }

.idx-unitsbg {
  background: #f8f8f8; }
.idx-unitsbg .idx-units {
  margin: 32px 0; }
.idx-unitsbg .idx-units ul li {
  width: 25%;
  float: left;
  margin-top: 8px; }
.idx-unitsbg .idx-units ul li a {
  padding: 24px 0;
  display: block;
  text-align: center; }
.idx-unitsbg .idx-units ul li a img {
  display: inline-block; }
.idx-unitsbg .idx-units ul li a h2 {
  margin: 12px 12px 0;
  font-size: 16px;
  color: #333; }
.idx-unitsbg .idx-units ul li a:hover {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
.idx-unitsbg .idx-units ul li a:hover h2 {
  color: #791cb5; }
@media screen and (max-width: 750px) {
  .idx-unitsbg .idx-units {
    margin: 0 0 16px; }
  .idx-unitsbg .idx-units ul {
    margin: 0 -4px; }
  .idx-unitsbg .idx-units ul li {
    width: 50%; }
  .idx-unitsbg .idx-units ul li a {
    margin: 0 4px; }
  .idx-unitsbg .idx-units ul li a img {
    max-width: 100%;
    height: auto; }
  .idx-unitsbg .idx-units ul li a h2 {
    font-size: 14px; } }

.sub-ban {
  position: relative; }
.sub-ban img {
  width: 100%;
  height: auto; }
.sub-ban h3 {
  position: absolute;
  top: 50%;
  z-index: 2;
  left: 50%;
  margin-left: -620px;
  padding-left: 40px;
  font-size: 40px;
  font-weight: 900;
  color: #fff; }
.sub-ban h3:before {
  position: absolute;
  left: -96px;
  top: 50%;
  width: 120px;
  height: 1px;
  content: '';
  background: #fff; }
@media screen and (max-width: 750px) {
  .sub-ban h3 {
    display: none; } }
@media (max-width: 1920px) and (min-width: 750px) {
  .sub-ban {
    width: 100%;
    height: 420px;
    overflow: hidden; }
  .sub-ban img {
    position: absolute;
    left: 50%;
    width: 1920px;
    height: inherit;
    margin-left: -960px; } }

.sub-main {
  margin-top: 60px;
  margin-bottom: 60px; }
@media screen and (max-width: 750px) {
  .sub-main {
    margin-top: 16px;
    margin-bottom: 16px; } }

.sub-left {
  width: 204px;
  background: #f4f4f4;
  border-top: 7px solid #791cb5; }
@media screen and (max-width: 750px) {
  .sub-left {
    width: 100%;
    border-top: none; } }
.sub-lm-mb {
  padding: 0 16px;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  background: #791cb5; }

.sub-aside ul li {
  font-size: 16px;
  line-height: 56px;
  border-bottom: 1px solid #fff; }
.sub-aside ul li > a {
  position: relative;
  display: block;
  padding: 0 16px;
  color: #000; }
.sub-aside ul li > a:hover, .sub-aside ul li > a.active {
  color: #791cb5; }
.sub-aside ul li > a i {
  font-size: 12px;
  color: #791cb5; }
@media screen and (max-width: 750px) {
  .sub-aside {
    display: none; } }

.sub-aside-drop {
  padding: 4px 0;
  background: #fff;
  display: none; }
.sub-aside-drop p {
  font-size: 15px;
  line-height: 40px;
  border-bottom: 1px solid #f4f4f4; }
.sub-aside-drop p:last-child {
  border-bottom: none; }
.sub-aside-drop p a {
  position: relative;
  display: block;
  padding-left: 44px;
  color: #333; }
.sub-aside-drop p a i {
  position: absolute;
  left: 24px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #dcdcdc; }
.sub-aside-drop p a:hover, .sub-aside-drop p a.active {
  color: #791cb5; }
.sub-aside-drop p a:hover i, .sub-aside-drop p a.active i {
  background: #791cb5; }

.sub-right {
  width: 1010px;
  min-height: 500px;
  padding: 32px 20px 0;
  background: #fff;
  box-sizing: border-box; }
@media screen and (max-width: 750px) {
  .sub-right {
    margin-top: 16px;
    width: 100%;
    min-height: auto;
    padding: 0 12px; } }

.sub-rm {
  position: relative;
  height: 30px;
  line-height: 30px;
  display: block; }
.sub-rm:after {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  height: 1px;
  content: '';
  background: #d8d8d8; }
.sub-rm h3, .sub-rm p {
  position: relative;
  z-index: 2;
  display: block;
  background: #fff; }
.sub-rm h3 {
  padding-right: 12px;
  font-size: 30px;
  font-weight: 900;
  color: #000; }
.sub-rm p {
  padding-left: 12px;
  font-size: 14px;
  line-height: inherit;
  color: #a1a1a1; }
.sub-rm p a {
  color: #a1a1a1; }
.sub-rm p a:hover {
  color: #791cb5; }
.sub-rm p span {
  margin: 0 6px; }
@media screen and (max-width: 750px) {
  .sub-rm {
    display: none; } }

.sub-about {
  padding: 40px 32px 32px; }
@media screen and (max-width: 750px) {
  .sub-about {
    padding: 16px 0; } }

.sub-new ul {
  margin-top: 10px; }
.sub-new ul li {
  padding: 30px 20px;
  border-bottom: 1px solid #d9d9d9; }
@media screen and (max-width: 750px) {
  .sub-new ul {
    margin-top: 0; }
  .sub-new ul li {
    padding: 12px 0; } }
.newbox {
  position: relative;
  height: 120px;
  padding-left: 194px; }
.newbox .pic {
  position: absolute;
  left: 0;
  width: 178px;
  height: 120px;
  overflow: hidden; }
.newbox .pic img {
  width: 100%;
  height: auto; }
.newbox .txt h2 {
  font-size: 18px;
  line-height: 32px;
  font-weight: bold; }
.newbox .txt h2 a {
  color: #000; }
.newbox .txt h2 a:hover {
  color: #791cb5; }
.newbox .txt p, .newbox .txt h4 {
  font-size: 14px;
  line-height: 22px;
  color: #777; }
.newbox .txt p {
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
  word-break: break-all; }
.newbox .txt h4 {
  margin-top: 12px; }
.newbox:hover .pic img {
  -webkit-transform: scale(1.08, 1.08);
  -moz-transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  -o-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08); }
.newbox:hover h2 a {
  color: #791cb5; }
@media screen and (max-width: 750px) {
  .newbox {
    height: 80px;
    padding-left: 128px; }
  .newbox .pic {
    width: 120px;
    height: 80px; }
  .newbox .txt h2 {
    font-size: 14px;
    line-height: 22px; }
  .newbox .txt p, .newbox .txt h4 {
    font-size: 12px;
    line-height: 18px; }
  .newbox .txt h4 {
    margin-top: 4px; } }

.sub-news-title {
  padding: 0 32px;
  text-align: center; }
.sub-news-title h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  color: #000; }
.sub-news-title h4 {
  margin-top: 16px;
  font-size: 14px;
  line-height: 42px;
  color: #4e4e4e;
  background: #f4f4f4; }
.sub-news-title h4 span {
  margin: 0 18px; }
@media screen and (max-width: 750px) {
  .sub-news-title {
    padding: 16px 0 8px;
    text-align: left;
    border-bottom: 1px solid #eee; }
  .sub-news-title h2 {
    font-size: 16px;
    line-height: 24px; }
  .sub-news-title h4 {
    margin-top: 6px;
    font-size: 12px;
    line-height: 20px;
    color: #888;
    background: none; }
  .sub-news-title h4 span {
    margin: 0 4px; } }

.sub-news-article {
  padding: 24px 32px; }
.sub-news-article .artice-pic {
  margin: 12px 0; }
@media screen and (max-width: 750px) {
  .sub-news-article {
    padding: 16px 0; } }

.sub-contact {
  padding: 0 32px 72px; }
@media screen and (max-width: 750px) {
  .sub-contact {
    padding: 0 0 16px; } }
.sub-contact-txt {
  margin-top: 48px; }
.sub-contact-txt ul {
  margin-top: -12px; }
.sub-contact-txt ul li {
  position: relative;
  min-height: 22px;
  padding-left: 88px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 22px; }
.sub-contact-txt ul li span {
  position: absolute;
  left: 0;
  width: 88px;
  color: #791cb5;
  font-weight: bold; }
@media screen and (max-width: 750px) {
  .sub-contact-txt {
    margin-top: 24px; } }

.sub-contact-map {
  margin-top: 40px; }
.sub-contact-map img {
  width: 100%;
  height: auto; }
@media screen and (max-width: 750px) {
  .sub-contact-map {
    margin-top: 24px; } }

.sub-login {
  background-image: url(../images/loginbg.jpg);
  background-size: cover;
  background-position: center bottom;
  padding-top: 206px;
  padding-bottom: 96px; }
@media screen and (max-width: 750px) {
  .sub-login {
    padding: 0; } }

.sub-login-wrap {
  width: 836px;
  height: 500px;
  margin: 0 auto;
  background: #fff; }
@media screen and (max-width: 750px) {
  .sub-login-wrap {
    width: 100%;
    height: auto; } }

.sub-login-left {
  width: 335px; }
.sub-login-left img {
  width: 335px;
  height: 500px; }
@media screen and (max-width: 750px) {
  .sub-login-left {
    display: none; } }

.sub-login-right {
  width: 501px;
  padding: 64px 60px 0;
  box-sizing: border-box; }
.sub-login-right h3 {
  margin-bottom: 64px;
  font-size: 40px;
  font-weight: bold;
  color: #791cb5; }
.sub-login-right h3 span {
  margin-left: 12px;
  font-weight: normal;
  text-transform: uppercase;
  opacity: .1; }
.sub-login-right .btn-primary {
  margin-top: 24px;
  display: block;
  font-size: 22px;
  line-height: 60px;
  box-shadow: 0 6px 10px rgba(121, 28, 181, 0.2); }
@media screen and (max-width: 750px) {
  .sub-login-right {
    width: 100%;
    margin-top: 60px;
    padding: 40px 16px; }
  .sub-login-right h3 {
    margin-bottom: 24px;
    font-size: 32px; } }

.login-input {
  position: relative;
  margin-bottom: 24px; }
.login-input i {
  position: absolute;
  top: 50%;
  width: 48px;
  font-size: 24px;
  margin-top: -12px;
  text-align: center;
  color: #c1c5c7; }
.login-input input {
  width: 100%;
  height: 60px;
  padding-left: 48px;
  font-size: 14px;
  line-height: 60px;
  background: #f5f7f9;
  box-sizing: border-box; }

.login-note {
  font-size: 14px;
  line-height: 16px;
  color: #949494; }
.login-note a {
  color: #949494; }
.login-note a:hover {
  color: #791cb5; }
.login-note .form-label-con {
  margin-left: 0;
  color: #949494; }

.tl {
  text-align: left; }

.tc {
  text-align: center; }

.tr {
  text-align: right; }

.ell, .idx-newbox1 .txt h2, .idx-newbox1 .txt p, .idx-memorybox .txt h2, .idx-unitsbg .idx-units ul li a h2, .sub-aside ul li > a, .sub-aside-drop p a, .newbox .txt h2 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.clearfix {
  *zoom: 1; }
.clearfix::before, .clearfix::after {
  content: " ";
  display: table; }
.clearfix::after {
  clear: both; }

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

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hidden {
  display: none; }

.show {
  display: block; }

.vis-hidden {
  visibility: hidden; }

.ovh {
  overflow: hidden; }

@media screen and (min-width: 750px) {
  body {
    min-width: 1240px;
    _width: expression((document.documentElement.clientWidth||document.body.clientWidth)>1200?"1200px":" "); } }
[class*="col-"] {
  float: left; }

.col-1 {
  width: 100%; }

.col-2 {
  width: 50%; }

.col-3 {
  width: 33.3333333333%; }

.col-4 {
  width: 25%; }

.col-5 {
  width: 20%; }

.col-6 {
  width: 16.6666666667%; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #afafaf; }
input:-moz-placeholder, textarea:-moz-placeholder {
  font-size: 14px;
  color: #afafaf; }
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 14px;
  color: #afafaf; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #afafaf; }

.trans, .headerbg, .header-logo, .header-nav, .header-nav > ul > li > a i, [class*="btn-"], .more, .more:before, .form-label, .idx-ban .swiper-button-prev, .idx-ban .swiper-button-next, .idx-ban-txt, .idx-newbox1 .pic img, .idx-newbox2:hover, .idx-new-tab .idx-menu h3:before, .idx-new2 .idx-newbox2 .time:after, .idx-memory2 .swiper-button-prev, .idx-memory2 .swiper-button-next, .idx-memorybox2 h2, .idx-memorybox2 h2:before, .idx-about .swiper-button-prev, .idx-about .swiper-button-next, .idx-aboutbox img, .idx-aboutbox h2, .idx-aboutbox h2:before, .idx-unitsbg .idx-units ul li a, .newbox .pic img {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }

/*# sourceMappingURL=main.css.map */
