@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: #FFF;
  font-size: 62.5%;
}

.activecolor {
  background-color: #b34bc8 !important;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

body {
  font-size: 62.5%;
  font: 1.2rem "Hiragino Sans GB", "STHeiti", "Montserrat", sans-serif, "Microsoft Yahei", "微软雅黑";
  line-height: 1.5;
  color: #666666;
}

img {
  border: none;
}

a {
  color: #0c2d66;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #0c2d66;
  font-weight: bold;
  text-decoration: none;
}

input,
select,
button {
  font: 1.2rem Verdana, Arial, Tahoma;
  vertical-align: middle;
}

header,
footer {
  width: 100%;
  background-color: #f8f8f8;
}

footer {
  margin-top: 2rem;
  text-align: center;
}

.logo {
  margin: 3rem 10vw 3rem 8vw;
  float: left;
  max-width: 18vw;
}

.logo img {
  width: 100%;
}

.color1 {
  background-color: #b9bed4;
}

.color2 {
  background-color: #71a5bb;
}

.color3 {
  background-color: #828cc1;
}

.color4 {
  background-color: #d26dc9;
}

.m_nav {
  position: fixed;
  top: 0px;
  box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
  width: 100%;
  height: 100%;
  background: #f0f3f8;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  overflow-y: auto;
  transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
  top: 0;
  transform: translateX(100%);
}

.m_nav.open {
  transform: translateX(0);
}

.m_nav .top {
  height: 50px;
  padding: 20px;
  box-sizing: border-box;
}

.m_nav .top .closed {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  float: right;
  cursor: pointer;
}

.m_nav .ul {
  margin-top: 30px;
}

.m_nav .ul li {
  padding: 0 20px;
  border-bottom: 1px solid #c4c8ce;
  transform: translateY(0);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
  opacity: 0;
}

.m_nav.open .ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.m_nav .ul li:nth-child(1) {
  -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(2) {
  -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(3) {
  -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(4) {
  -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(5) {
  -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(6) {
  -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  width: 100%;
}

.m_nav .ul li .dropdown_menu {
  display: none;
}

.m_nav .ul li.dropdown.active .dropdown_menu {
  display: block;
}

.m_nav .ul li .dropdown_menu a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #f5f5f5;
}

.m_nav .ul li .dropdown_menu a:last-child {
  border: none;
}

.navsearch {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46vw;
  flex-wrap: wrap;
  float: left;
}

.searchlist {
  width: 45vw;
  margin: 3rem auto 1rem;
  position: relative;
  z-index: 999;
}

.floatright {
  float: right;
}

.hot {
  position: absolute;
  width: 13px;
  height: 20px;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  background: url(../../images/suoyin.png) 3px 10px
}

.hotkey,
.hotkey ul {
  width: 45vw;
  position: relative;
}

.hotkey ul li {
  float: left;
  list-style: none;
  padding: 0 2rem 0 0;
}

.searchlist:after {
  content: '';
  display: block;
  clear: both;
}

.searchlist>div {
  float: left;
}

.searchlist .input {
  position: relative;
  width: 32vw;
  height: 44px;
  border-top: #ccc solid 1px;
  border-right: none;
  border-bottom: #ccc solid 1px;
  border-left: #ccc solid 1px;
  border-radius: 4px 0 0 4px;
}

.searchlist .input>input {
  outline: none;
  border: 0;
  padding: 0;
  margin: 0;
  height: 44px;
  width: 100%;
  color: #333;
  font-size: 16px;
  border-radius: 4px 0 0 4px;
  text-indent: 1rem;
}

.searchlist .input>input::-webkit-input-placeholder {
  color: #999;
}

.searchlist .input .hot-list {
  padding: 10px 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50px;
  margin: 0;
  line-height: 32px;
  font-size: 14px;
  border-radius: 2px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
  display: none;
  background-color: #efefef;
}

.searchlist .input .hot-list>a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 0 10px;
  overflow: hidden;
}

.searchlist .input .hot-list>a:hover {
  background-color: #f3f3f3;
}

.searchlist .input .hot-list>a>div {
  float: left;
}

.searchlist .input .hot-list>a>div.number {
  text-align: center;
  width: 40px;
}

.searchlist button.search {
  width: 4vw;
  height: 46px;
  background-color: #330066;
  background-image: url("../../images/search.png");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.headtop .tel {
  display: flex;
  width: 15vw;
  float: left;
  flex-direction: column;
  margin: 3vw 5vw 2vw 0;
}

.headtop .tel .teltitle {
  font-size: small;
  text-align: right;
}

.headtop .tel .teltel {
  font-size: 2vmax;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #1064A4;
}

.banner,
.chengnuo {
  display: flex;
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
}

.banner img,
.chengnuo img {
  width: 100vw;
}

.mbanner,
.mchengnuo {
  display: none;
}

.main,
#main {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.weizhi {
  width: 80%;
}

.pro-switch {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slider {
  width: 100%;
}

.mslider {
  display: none;
}

.flexslider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.slider .slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

.no-js .slides>li:first-child {
  display: block;
}

.flexslider {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.flexslider .slides {
  zoom: 1;
}

.flex-direction-nav {
  *height: 0;
}

.slider .flex-direction-nav a {
  width: 60px;
  height: 90px;
  margin: -60px 0 0;
  display: block;
  background: url(../../images/ad_ctr.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
  background-position: 0 -90px !important;
  right: 0;
}

.flex-direction-nav .flex-prev {
  left: 0;
}

.flexslider:hover .flex-next {
  opacity: 0.8;
  filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
  opacity: 0.8;
  filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
  filter: alpha(opacity=50);
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  background: url(../../images/dot.png) no-repeat 0 -16px;
  display: block;
  height: 16px;
  overflow: hidden;
  text-indent: -99em;
  width: 16px;
  cursor: pointer;
}

.flex-control-paging li a.flex-active {
  background-position: 0 0;
}


.col-3 li.col3li {
  width: 50%;
}

.col-6 li.col6li {
  width: 20%;
}

.main .in-pro-tit {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.main .in-pro-con {
  width: 100%;
  left: 50%;
  margin-left: -46%;
  position: relative;
}

.floor-side-list {
  position: relative;
  height: 8rem;
  display: flex;
  justify-content: center;
}

.floor-side-list ul {
  line-height: 4rem;
  overflow: hidden;
  height: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.floor-side-list ul li {
  position: relative;
  float: left;
  height: 4rem;
  margin: 0 2rem;
  padding: 0 3rem;
  font-size: 1.4rem;
  cursor: pointer;
  list-style: none;
  border-radius: 3rem;
  background-color: #f7f7f7;
}

.floor-side-list ul .on {
  background-color: #e7dcf2;
  border: #78529e solid 2px;
  height: 3.6rem;
  line-height: 3.6rem;
}

.floor-side-body ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  width: 90%;
}

.floor-side-body ul.sides li {
  position: relative;
  width: 23%;
  height: 0;
  padding-bottom: 36%;
  list-style: none;
  border: 0;
  text-align: center;
  background-color: #efefef;
}

.floor-side-body ul.sides li:hover {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

.floor-side-body ul.sides li:hover img {
  -webkit-transform: scale(1.2);
  -webkit-transform: all 1s ease 0s;
  transform: scale(1.2);
  transform-origin: center center;
  transition: all 1s ease 0s;
}


.floor-side-body ul.sides li a .image-tis {
  position: relative;
  width: 100%;
  height: 65%;
  display: grid;
  place-items: center;
  grid-template-rows: 15% 50%;
}

.floor-side-body ul.sides li .image-tis img {
  width: 45%;
}

.floor-side-body ul.sides li .image-tilist {
  position: relative;
  width: 100%;
  margin-top: 110%;
  display: block;
}

.floor-side-body ul.sides li .image-tilist ul {
  position: relative;
  flex-wrap: wrap;
  align-content: flex-start;
}

.floor-side-body ul.sides li .image-tilist ul li {
  width: 43%;
  padding-bottom: 0;
  text-align: left;
  background: url(../../images/sanjiao.png) no-repeat 0 4px;
  text-indent: 1.5rem;
  height: 2.5rem;
  margin-left: 5%;
}

.floor-side-body ul.sides li .image-tilist ul li a {
  font-size: 1.1em;
  line-height: 3.4rem;
  color: #333;
  font-weight: normal;
}

.floor-side-body ul.sides li a .image-tis p.slide-titles {
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  font-size: 2rem;
  color: #333;
  margin-top: -40px;
}

.floor-side-body ul.sides li a {
  text-decoration: none;
  position: absolute;
}

.floor-side-body ul li {
  position: relative;
  width: 23%;
  list-style: none;
  margin: 0.5rem 1% 0.5rem 1%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -ms-border-radius: 3px;
}

.floor-side-body ul li:hover {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  transform-origin: center center;
  -webkit-box-shadow: 0 20px 40px -24px rgba(0, 36, 100, .3);
  -moz-box-shadow: 0 20px 40px -24px rgba(0, 36, 100, .3);
  box-shadow: 0 20px 40px -24px rgba(0, 36, 100, .3);
}

.floor-side-body ul li:hover span img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  transform-origin: center center;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.floor-side-body ul li a span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.floor-side-body ul li a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.floor-side-body ul li a .image-ti {
  position: relative;
  display: block;
  width: 100%;
  margin: 8px auto 0;
}

.floor-side-body ul li a .image-ti img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 5px;
}

.floor-side-body ul li dl li.noboder:hover {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  transform-origin: center center;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.slide-title {
  line-height: 20px;
  overflow: hidden;
  height: 40px;
  margin: 5px 10px;
  text-overflow: ellipsis;
  word-break: break-all;
  color: #333;
  font-size: 1.4rem;
}

.main ul.flexthree li span {
  display: block;
  margin: 4% 0;
  overflow: hidden;
}

.main ul.flexthree li span img {
  width: 100%;
  height: auto;
}

.main ul.flexthree li {
  list-style: none;
  width: 31.33%;
  margin: 0 1% 2% 1%;
  height: auto;
}

.main ul.flexthree li dl {
  padding: 2.5rem;
}

.main ul.flexthree li dl dt {
  width: 100%;
  text-indent: -0.5rem;
  font-size: large;
  margin: 2rem 0;
}

.main ul.flexthree li dl li {
  list-style: disc;
  text-indent: -0.5rem;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  color: #1869f5;
  line-height: 3rem;
  font-size: medium;
  text-align: left;
}

.main ul.flexthree li dl li a {
  font-weight: normal;
}

.main ul.flexthree li dl dd {
  position: relative;
  float: left;
  height: 4rem;
  line-height: 4rem;
  margin: 3rem 0;
  padding: 0 2rem;
  font-size: 1.6rem;
  cursor: pointer;
  list-style: none;
  border-radius: 3rem;
  background-color: #4b3580;
  color: white;
}

.main ul.flexthree li dl dd a {
  color: white;
  font-weight: normal;
}

.main .in-ad {
  width: 100%;
  height: 30rem;
  margin: 0;
  padding: 0;
  font: 18px/21px "Open Sans", Arial, sans-serif;
  color: #fff;
  z-index: 1;
  clear: both;
  /* background: linear-gradient(to right, #322b78, #ca8f69); */
  background: pink;
  /* 针对不支持渐变的浏览器 */
  background: -webkit-linear-gradient(left, #322b78, #884b99, #8e4f91);
  /*  Safari 5.1 到 6.0 */
  background: -o-linear-gradient(right, #322b78, #884b99, #8e4f91);
  /*  Opera 11.6 到 12.0 */
  background: -moz-linear-gradient(right, #322b78, #884b99, #8e4f91);
  /*  Fx 3.6 到 15 */
  background: linear-gradient(to right, #322b78, #884b99, #8e4f91);
  /* 标准语法（必须是最后一个） */
  text-align: center;
}

.main .in-ad dl dt {
  font-size: 1em;
  line-height: 2;
  padding: 6rem 0 4rem 0;
}

.main .in-ad dl dd {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.main .in-ad dl dd li {
  padding: 1rem 3vw 1rem 7vw;
  width: 33.33%;
  text-align: left;
  list-style: none;
}

.main .in-ad dl dd li.timerDiv span {
  padding: 0;
  font-size: 68px;
  font-weight: bold;
}

.borderwhite {
  border-left: #fff solid 1px;
  border-right: #fff solid 1px;
}

.main .in-ad dl dd li.timerDiv p {
  margin: 1rem 0;
}

.main .in-huoban {
  width: 100%;
  margin: 0;
  padding: 2rem;
  font: 18px/21px "Open Sans", Arial, sans-serif;
  z-index: 1;
  clear: both;
  background: #edf0f5;
  text-align: center;
}

.main .in-huoban .in-huoban-con {
  padding: 3rem 2rem;
  width: 80%;
  left: 50%;
  margin-left: -40%;
  position: relative;
}

.main .in-huoban .in-huoban-con ul {
  display: flex;
}

.main .in-huoban .in-huoban-con ul li {
  text-align: center;
  position: relative;
  list-style: none;
  width: 20%;
  margin: 5px;
}

.main .in-huoban .in-huoban-con ul li a .image-ti {
  position: relative;
  background-color: white;
  padding: 1rem;
}

.main .in-huoban .in-huoban-con ul li a .image-ti img {
  width: 100%;
  height: 100%;
}

.main .in-baozhang {
  width: 75%;
  height: 40rem;
  margin: 2rem auto;
  padding: 0;
  font: 18px/21px "Open Sans", Arial, sans-serif;
  color: #fff;
  z-index: 1;
  clear: both;
  background: #4c3681;
  text-align: center;
  border-radius: 3rem;
}

.main ul.flexabout {
  display: flex;
  justify-content: center;
  align-items: top;
  width: 80%;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 3.2rem;
}

.main ul.flexabout li {
  list-style: none;
  width: 43%;
  margin: 2% 5.1%;
  padding: 3%;
}

.main ul.flexabout li dl dd {
  width: 100%;
  font-size: 1.4rem;
  line-height: 3rem;
  margin: 2rem 0;
}

.main ul.flexabout li dl dt {
  width: 100%;
  color: #0c2d66;
  font-weight: bold;
  font-size: x-large;
  text-decoration: none;
}

.main ul.flexabout li dl li {
  background: url(../../images/xiaotubiao.png) no-repeat 0 8px;
  border: 0;
  margin: 0 auto;
  padding: 0;
  text-indent: 3rem;
  width: 100%;
  color: #1869f5;
}

.main ul.flexabout li dl li a {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #9ea0a3;
  font-weight: normal;
}

.section {
  display: block;
  padding: 1rem 0;
  border-bottom: #d3d3d3 solid 1px;
}

.pageScroll {
  position: fixed !important;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  width: 5%;
  border: 7px solid #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
}

.pageScroll.left {
  margin-left: -48%;
  list-style: none;
}

.scrollNav a {
  display: block;
  color: #666;
  font-weight: normal;
  padding: 8px;
  text-align: center;
  font-size: medium;
  background: #f9f9f9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9f9f9 0%, #f3f3f3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f3f3f3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #f3f3f3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f9f9f9 0%, #f3f3f3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f9f9f9 0%, #f3f3f3 100%);
  /* IE10+ */
  background: linear-gradient(top, #f9f9f9 0%, #f3f3f3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f3f3f3', GradientType=0);
  /* IE6-9 */
  border-top: 1px solid #fcfcfc;
}

.wrapper02 .scroller ul.clearfix li {
  display: none;
}

.Copyright {
  width: 100%;
  clear: both;
  margin: 9% 0 2% 0;
  padding: 2.5rem 0;
  line-height: 1.5;
  font-size: x-small;
  text-align: center;
  border-top: #666 solid 1px;
}

.Copyright a {
  font-weight: normal;
}

.result-link ul.result-link-body li {
  font-size: medium;
  list-style: none;
}

.scrollNav {
  border-top: 1px solid #ebeded;
}

.scrollNav_1,
.scrollNav_1 a {
  border: none;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.scrollNav a:hover {
  color: #444;
  text-decoration: none;
}

li.scrollNav.active a {
  background: #fff;
  color: #333;
  font-weight: bold;
}

.card {
  flex: 1 1 auto;
}

.card ul {
  flex: 1 1 auto;
  margin: 1rem auto;
}

.card ul li {
  list-style: none;
  line-height: 2;
  font-size: small;
  background: url(../../images/about_ico.gif) no-repeat 3px center;
  text-indent: 2.5rem;
  height: 2.6rem;
  margin: 5px 0;
  overflow: hidden;
}

.card ul li a,
.mainauto .row .introduce-right span a {
  font-weight: normal;
}

#fullPage {
  display: none;
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 19930428;
}

#fullPage img {
  display: block;
  width: 100%;
}

#canvas {
  width: 100%;
  height: 100%;
  background: none;
  display: block;
}

.mainauto {
  width: 80%;
  margin: 0 auto;
  display: flow-root;
}

.mainauto .row .col-9 h1 {
  margin-top: -2rem;
}

.mainauto .section .box,
.mainauto .cellstudy .box {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.mainauto .row .introduce-left-img {
  margin: 0 2% 2% 0;
  max-width: 98%;
  font-size: small;
  line-height: 1.8;
  text-align: center;
}

.mainauto .row .introduce-left-img span {
  clear: both;
  width: 100%;
  text-align: left;
  display: block;
  font-size: medium;
}

.mainauto .row .introduce-left-img img {
  height: auto;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}

.mainauto .row .introduce-left-img input.btn1 {
  height: auto;
  margin-left: 0.5rem;
}

.mainauto .row .contents {
  flex: 1;
  width: 98%;
  margin: 0;
  padding: 0 10px;
  font: 18px/34px Arial, Hiragino Sans GB, STHeiti, Helvetica Neue, Helvetica, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
}

.mainauto .row .contents a {
  color: #0099c9;
  font-weight: bold;
  font: 18px/34px Arial, Hiragino Sans GB, STHeiti, Helvetica Neue, Helvetica, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
}

#section3 .flexstr {
  display: flex;
  justify-content: flex-start;
}

#section3 .flexstr .strcontent,
#section3 .flexstr .strpic {
  width: 50%;
}

#section3 .flexstr .strpic img {
  width: 80%;
  margin: 60px auto;
}



.mainauto .row .contents img {
  margin: 0;
  border: 0;
  max-width: 98% !important;
}

.mainauto .row .contents h2 {
  margin: 20px 0;
  padding: 0;
  color: #0c2d66;
  line-height: 25px;
  background: none;
  font: 600 16px/32px Arial, Hiragino Sans GB, STHeiti, Helvetica Neue, Helvetica, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
}

.mainauto .row .contents h3 {
  margin: 15px 0;
  background: #f6f6f6;
  font-weight: bold;
  text-indent: 18px;
  /*background: url(../../images/stem-hui.png) no-repeat left/1.8%;*/
  font: 600 16px/30px Arial, Hiragino Sans GB, STHeiti, Helvetica Neue, Helvetica, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
}

.mainauto .row .contents h4 {
  font-weight: bold;
  text-indent: 10px;
  font: 600 14px/26px Arial, Hiragino Sans GB, STHeiti, Helvetica Neue, Helvetica, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
}

.section h3 {
  font-size: large;
}

.mainauto .row .contents p {
  width: 100%;
  margin: 25px 0;
  line-height: 1.6;
}

#section2 .contents p {
  width: 100%;
  line-height: 1.6;
  margin: 2rem 0;
}

#section2 .contents ul li p,
#section2 .contents ol li p,
#section1 .contents ol li p,
#section2 .contents table tr td p {
  width: 100%;
  line-height: 1.6;
  margin: 0;
}

#section1 .contents ul,
#section1 .contents ol,
#section2 .contents ul,
#section2 .contents ol {
  margin: 2rem 0;
}

.mainauto .row .contents table tr td p {
  width: 100%;
  line-height: 1.8;
  margin: 0;
  font: 14px/25px Arial, Hiragino Sans GB, STHeiti, Helvetica Neue, Helvetica, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
}

.mainauto .row .contents ul li,
.mainauto .row .contents ol ul li {
  margin: 0 0 0 3.5rem;
  list-style-type: disc;
  list-style-position: outside;
  font: 16px/30px Arial, Hiragino Sans GB, STHeiti, Helvetica Neue, Helvetica, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
}

.mainauto .row .contents ol ul li {
  margin: 0 0 0 5rem;
}

.mainauto .row .contents ol li {
  margin: 0 0 0 3.5rem;
  list-style-type: decimal;
  list-style-position: outside;
  font: 16px/30px Arial, Hiragino Sans GB, STHeiti, Helvetica Neue, Helvetica, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
}

.mainauto .row .contents ul li p,
.mainauto .row .contents ol li p,
.mainauto .row .contents ol ul li p {
  margin: 0;
  line-height: 1.6;
}

.mainauto .row .contents ul {
  line-height: 1;
  margin: 0;
  padding: 0;
}

.mainauto .row .contents blockquote {
  width: 95%;
  border: #3AB7F3 dotted 2px;
  background: #DDEEF9;
  padding: 0 5px;
}

.mainauto .row .contents table {
  margin-top: 15px;
  max-width: 80%;
  border-collapse: collapse;
}

#section1 #imgBox table,
#section2 #imgBox table {
  margin-top: 15px;
  border-collapse: collapse;
  max-width: 80%;
  min-width: 65%;
}

#section3 #imgBox table {
  margin-top: 15px;
  border-collapse: collapse;
  max-width: 100%;
  min-width: 70%;
}

#section3 #imgBox table tr td {
  font-size: small;
  padding: 1px 10px;
  line-height: 1.7;
}

.mainauto .row .fujian {
  margin-bottom: 3rem;
  font-size: small;
}

.mainauto .row .fujian a.pdf {
  background: url(../../images/inlist_img.gif) no-repeat left bottom;
  padding-left: 2.5rem;
}

.mainauto .row .contents table tr td,
.mainauto .row .contents table tr th {
  border: #000 solid 1px;
  text-align: left;
  padding: 3px 10px;
  font: 14px/25px Arial, Hiragino Sans GB, STHeiti, Helvetica Neue, Helvetica, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
}

.mainauto .row .contents .contentsimg {
  float: right;
  margin: 3% 0 5% 5%;
  max-width: 50% !important;
}

.mainauto .cellkey {
  font-size: medium;
  clear: left;
  line-height: 2;
  padding-top: 1rem;
  padding-left: 1.7rem;
}

.mainauto .cellkey a {
  font-size: small;
  font-weight: normal;
}

.cellhuodong {
  width: 95%;
  clear: both;
  line-height: 2;
  font-size: small;
  color: #fff;
  margin: 0 auto 1.5rem;
  padding: 0.2rem 1rem;
  background: #b147c5 url(../../images/huodong.png) no-repeat 0.5rem;
  text-indent: 3.5rem;
}

.cellhuodong a {
  color: #FFF;
  font-weight: normal;
}

.cellhuodong span {
  float: right;
}

.cellhuodongs {
  width: 100%;
  clear: both;
  line-height: 2.5;
  font-size: medium;
  margin: 0 auto 1.5rem;
  padding: 0.2rem 1rem;
}

.huodong {
  width: 95%;
  clear: both;
  margin: 0 auto;
  list-style: none;
  padding-top: 2rem;
}

.huodong ul {
  width: 100%;
  clear: both;
  display: flex;
}

.huodong ul li {
  width: 80%;
  margin-bottom: 2%;
  list-style: none;
  border: #999 solid 1px;
  padding: 1.5%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -ms-border-radius: 5px;
}

.huodong ul li .huodong-left {
  margin: 1rem;
  float: left;
  line-height: 1.5;
}

.huodong ul li .huodong-left b {
  font-size: medium;
}

.huodong ul li .huodong-left span {
  font-size: medium;
  margin: 1.5rem 1.5rem 0 0;
  padding: 5px 1rem;
  font-size: small;
  border-radius: 3rem;
  background-color: #78529e;
  display: inline-block;
  color: #FFF;
}

.huodong ul li .huodong-right {
  float: right;
  margin: 1rem;
}

.huodong ul li a {
  font-weight: normal;
}

.cellhuodongs .huodongtitle,
.cellhuodongs .huodongcontent {
  width: 100%;
}

.cellhuodongs .huodongtitle ul,
.cellhuodongs .huodnogcontent ul {
  display: flex;
  flex-wrap: nowrap;
  border-top: dashed 1px #ddd;
}

.cellhuodongs .huodongtitle ul li,
.cellhuodongs .huodnogcontent ul li {
  list-style: none;
}

.cellhuodongs .huodongtitle ul li.huodong1,
.cellhuodongs .huodnogcontent ul li.huodong1 {
  width: 12.5%;
  color: #f00;
}

.cellhuodongs .huodongtitle ul li.huodong15,
.cellhuodongs .huodnogcontent ul li.huodong15 {
  width: 15%;
}

.cellhuodongs .huodongtitle ul li.huodong2,
.cellhuodongs .huodnogcontent ul li.huodong2 {
  width: 20%;
}

.cellhuodongs .huodnogcontent ul li.huodong2 {
  font-size: small;
}

.cellhuodongs .huodongtitle ul li.huodong12 {
  width: 12.5%;
}

.cellhuodongs .huodnogcontent ul li.huodong12 {
  width: 12.5%;
  text-decoration: line-through;
}

.cellhuodongs .huodongtitle ul li.huodong4,
.cellhuodongs .huodnogcontent ul li.huodong4 {
  width: 40%;
}

.huodongad {
  width: 100%;
}

.huodongad img {
  width: 100%;
}

.huodongkefu,
.huodongkefu ul {
  width: 100%;
}

.huodongkefu ul {
  display: flex;
}

.huodongkefu ul li.kefupic {
  list-style: none;
  width: 40%;
}

.huodongkefu ul li.kefupic img {
  width: 100%;
}

.huodongkefu ul li.kefulx {
  list-style: none;
  width: 60%;
  text-align: center;
  font-size: medium;
  font-weight: bold;
  padding: 2rem 0;
  line-height: 2;
}


.mainauto .cellprices .cellprice {
  float: left;
  width: auto;
  font-size: medium;
  line-height: 2;
  padding-left: 1.7rem;
}

.mainauto .cellprices .cellprice b {
  font-size: larger;
}

.mainauto .cellprices .cellprice .cellprice-old {
  float: left;
  width: auto;
  font-size: medium;
  line-height: 2;
  text-decoration: line-through;
}

.mainauto .cellprices .cellprice .cellprice-new {
  float: left;
  width: auto;
  font-size: medium;
  line-height: 2;
  clear: left;
}

.mainauto .cellprices .cellprice .cellprice-new b {
  color: red;
}

.mainauto .cellprices .cellhits {
  float: left;
  font-size: medium;
  line-height: 2;
  border-radius: 2rem;
  background-color: #be11c1;
  margin-left: 5%;
}

.mainauto .cellprices .cellhits a {
  width: auto;
  line-height: 2.5;
  color: #fff;
  padding: 1.6rem;
  font-weight: normal;
}

.mainauto .cellprices .cellstr {
  float: left;
  font-size: 1.8rem;
  margin-left: 5%;
  height: 43px;
  text-indent: 40px;
  display: flex;
  /* 使用 flex 布局 */
  align-items: flex-end;
  /* 垂直对齐到底部 */
  margin-top: -5px;
  font-size: medium;
}

.mainauto .cellprices .cellstrpic2 {
  background: url(../../images/str_pic.jpg) no-repeat left/16.5%;
}

.mainauto .cellprices .cellstrpic3 {
  background: url(../../images/str_pic3.jpg) no-repeat left/16.5%;
}

.mainauto .cellprices .cellstrpic4 {
  background: url(../../images/str_pic4.jpg) no-repeat left/16.5%;
}

.mainauto .introduct-pro ul li {
  font-size: medium;
  float: left;
  clear: left;
  margin-left: 2rem;
  list-style: disc;
  line-height: 1.7;
}

.mainauto .introduct-pro ul li button {
  font-size: smaller;
  margin-right: 1rem;
  list-style: disc;
  line-height: 1.7;
  padding: 0.2rem 0.5rem;
  border: #666 solid 1px;
  border-radius: 0.5rem;
}

.mainauto .introduct-pro ul li button.red {
  background-color: #ff4788;
  color: #FFF;
}

.mainauto .introduct-pro ul li span {
  font-size: medium;
}

.mainauto .row p {
  font-size: medium;
  line-height: 1.5;
}

.mainauto .row .introduce-right {
  width: 100%;
}

.introduce-right h2,
.card h2 {
  font-size: medium;
  font-weight: normal;
}

.mainauto .row .introduce-right span {
  margin: 1.5rem 1.5rem 0 0;
  padding: 5px 1rem;
  font-size: small;
  border-radius: 3rem;
  background-color: #efefef;
  display: inline-block;
}

.mainauto .row .introduce-right span.active {
  margin: 1.5rem 1.5rem 0 0;
  padding: 5px 1rem;
  font-size: small;
  border-radius: 3rem;
  background-color: #78529e;
  display: inline-block;
}

.mainauto .row .introduce-right span.active a {
  color: #fff;
}

.mainauto .cellclass,
.mainauto .cellpro,
.mainauto .cellstudy,
.card .cellstudy,
.mainauto .cellnew,
.mainauto .cellnews,
.mainauto .cellwuzhong {
  width: 100%;
}

.mainauto .cellwuzhong ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.mainauto .cellwuzhong ul li {
  flex: 0 0 25%;
  margin-bottom: 20px;
  list-style: none;
}

.mainauto .cellwuzhong .proimg,
.mainauto .cellwuzhong .proimg img,
.mainauto .cellwuzhong .protitle {
  width: 90%;
  margin-right: 10%;
  font-size: medium;
}

.mainauto .cellwuzhong .procontect,
.mainauto .cellwuzhong .procontect p {
  width: 90%;
  font-size: small;
  font-weight: normal;
  margin: 0.5rem 10% 0.5rem 0;
  color: #333;
}

.mainauto .cellgl {
  width: 100%;
  background-color: #f8f8fc;
}

.mainauto .cellglpro {
  width: 100%;
  background-color: #f8f8fc;
  margin-bottom: 3rem;
}

.mainauto .cellglpro ul {
  width: 100%;
  clear: both;
  padding: 2rem 4rem;
}

.mainauto .cellglpro ul li {
  font-size: medium;
  float: left;
  clear: left;
  margin-left: 2rem;
  list-style: disc;
  line-height: 1.7;
}

.mainauto .cellglpro ul li.glprotitle {
  font-size: x-large;
  font-weight: bold;
  float: left;
  clear: left;
  margin-left: 0;
  list-style: none;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.mainauto .cellglpro ul li span {
  font-size: medium;
}

.mainauto .cellglpro ul li .fujian a {
  font-weight: normal;
}

.mainauto .cellpro ul,
.mainauto .cellstudy ul,
.card .cellstudy ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mainauto .cellgl ul {
  display: flex;
  flex-wrap: wrap;
}

.mainauto .cellpro ul li {
  width: 100%;
  list-style: none;
  margin: 1rem auto;
  text-align: left;
}

.mainauto .cellgl ul li {
  width: 23%;
  list-style: none;
  margin: 0;
  text-align: left;
  padding: 2rem;
  border-right: #efefef solid 1px;
}

.mainauto .cellpro ul li.item,
.mainauto .cellgl ul li.item {
  display: flex;
  flex-wrap: wrap;
}

.mainauto .cellpro ul li .cellprotitle {
  font-size: 1.8rem;
  line-height: 2;
  width: 100%;
}

.mainauto .cellgl ul li .cellprotitle {
  font-size: 1.4rem;
  line-height: 2;
  width: 100%;
}

.mainauto .cellpro ul li .cellprotitle .cellptitle {
  font-size: 1.8rem;
  line-height: 2;
  float: left;
  width: 100%;
}

.mainauto .cellpro ul li .cellprotitle .cellptitle span {
  font-size: small;
  margin-left: 3rem;
}

.mainauto .cellpro ul li .cellprotitle .cellptitle span.cellhits2 {
  font-size: small;
  line-height: 3;
  border-radius: 2rem;
  background-color: #be11c1;
  margin-left: 2rem;
  padding: 0.5rem 0;
}

.mainauto .cellpro ul li .cellprotitle .cellptitle span.cellhits2 a {
  width: auto;
  line-height: 2.5;
  color: #fff;
  padding: 1.6rem;
  font-weight: normal;
}

.mainauto .cellpro ul li .cellpropic {
  margin: 0.3rem 2rem 2.5rem 0;
  flex: 1;
}

.mainauto .cellpro ul li .cellpropic a.img {
  width: 80%;
  margin-right: 20px;
}

.mainauto .cellpro ul li .cellpropar,
.cellpropar {
  flex-direction: column;
  flex: 7;
  align-self: flex-start;
  margin-top: -4px;
}

.mainauto .cellpro ul li .cellpropar ul li,
.cellpropar ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.7;
  font-size: 1.5rem;
  list-style: none;
  border: 0;
}

.mainauto .cellpro {
  text-align: center;
}

.mainauto .cellpro a.load-more__btn,
.floor-side-body ul a.load-more__btn {
  padding: 1rem 5rem;
  border: #ccc solid 1px;
  border-radius: 1rem;
  font-size: small;
  display: inline-block;
  margin: 1rem auto;
  margin-bottom: 2rem;
}

.mainauto .cellstudy ul li {
  width: 31%;
  margin-bottom: 2%;
  list-style: none;
  border: #000 solid 1px;
  padding: 1.5%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -ms-border-radius: 5px;
}

.card .cellstudy ul li {
  height: auto !important;
  text-indent: 0;
  width: 100%;
  margin-bottom: 5%;
  list-style: none;
  border: #000 solid 1px;
  padding: 5%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -ms-border-radius: 5px;
  background: none;
}

.mainauto .cellstudy2 ul li {
  width: 48%;
  margin-bottom: 2%;
  list-style: none;
  border: #000 solid 1px;
  padding: 1.5%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -ms-border-radius: 5px;
}

.mainauto .cellstudy ul li:hover,
.card .cellstudy ul li:hover {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  transform-origin: center center;
  -webkit-box-shadow: 0 20px 30px -24px rgba(0, 36, 100, .5);
  -moz-box-shadow: 0 20px 30px -24px rgba(0, 36, 100, .5);
  box-shadow: 0 20px 30px -24px rgba(0, 36, 100, .5);
  text-decoration: underline;
}

.mainauto .cellstudy ul li:hover .cellstudy-right {
  width: 100%;
  overflow: hidden;
}

.mainauto .cellstudy ul li:hover .cellstudy-right img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  transform-origin: center center;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.mainauto .cellstudy .cellstudy-top {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2;
}

.card .cellstudy .cellstudy-top {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 1rem 0;
}

.mainauto .cellstudy a .box .cellstudy-left {
  margin-right: 5%;
  flex-basis: 55%;
  overflow: hidden;
  color: #151521;
  font-size: medium;
  font-weight: normal;
}

.card .cellstudy a .box .cellstudy-left {
  margin-right: 5%;
  flex-basis: 55%;
  overflow: hidden;
  color: #151521;
  font-size: small;
  font-weight: normal;
  line-height: 1.5;
}

.mainauto .cellstudy a .box .cellstudy-right {
  margin: 0;
  flex-basis: 40%;
  align-items: flex-end;
  display: flex;
}

.card .cellstudy a .box .cellstudy-right {
  margin: 0;
  flex-basis: 50%;
  align-items: flex-end;
  display: flex;
}

.mainauto .cellstudy a .box .cellstudy-right img {
  width: 100%;
  border-radius: 0.8rem;
}

.mainauto .cellnew {
  width: 90%;
}

.mainauto .cellnew dl {
  margin: 2rem 0;
}

.mainauto .cellnew dl dt {
  font-size: large;
  line-height: 2;
  margin-top: 2rem;
  font-weight: bold;
}

.mainauto .cellnew dl dd {
  font-size: 1.3rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.mainauto .cellnew dl.faq {
  margin: 2rem 0;
}

.mainauto .cellnew dl.faq dt {
  font-size: 2rem;
  line-height: 2;
  margin-top: 2rem;
  font-weight: bold;
}

.mainauto .cellnew dl.faq dd {
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 2rem 0;
  width: 75%;
}

.mainauto .cellnews ul {
  margin: 2rem 0;
}

.mainauto .cellnews ul li {
  font-size: large;
  line-height: 2;
  margin-top: 1rem;
  list-style: none;
  border: #d0d0d0 solid 1px;
  background-color: #f0f0f0;
  height: auto;
  padding: 1.5rem;
}

.mainauto .cellnews ul li:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.mainauto .cellnews ul li .newslist a img {
  width: 95%;
  height: auto;
  border: #e0e0e0 solid 1px;
  overflow: hidden;
  margin-right: 2rem;
  float: left;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 0;
}

.pagination li {
  padding: 0 0.5rem;
  list-style: none;
}

h1 {
  font-size: 3.2rem;
  line-height: 1.5;
  width: 100%;
  padding: 2rem 0;
}

h1 .butigong{
  font-size: 1.8rem;
  line-height: 1.5;
  color: red;
  font-weight: normal;
}

h1 .futitle{
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: normal;
}

h2 {
  font-size: 2.2rem;
  color: #0c2d66;
}

h2 a {
  color: #666;
}

.inh2 {
  font-size: x-large;
  color: #0c2d66;
  letter-spacing: 0.2em;
}

. h3 {
  font-size: 2rem;
  color: #000;
}

.clear {
  clear: both;
}

.pagefullcenter {
  width: 100%;
  clear: both;
  margin: 1.5rem auto;
}

.pagefullcenter h2 {
  text-align: center !important;
  margin-bottom: 3rem;
}

.pagefullcenter ul,
.pagefullcenter2 ul {
  display: flex;
  flex-wrap: wrap;
}

.pagefullcenter ul li {
  width: 23%;
  list-style: none;
  margin: 1%;
}

.pagefullcenter2 ul li {
  width: 31.3%;
  list-style: none;
  margin: 1%;
}

.pagefullcenter2 img,
.pagefullcenter ul li img {
  max-width: 100%;
  border: 0;
}

.pagefullcenter ul li p {
  padding-left: 8%;
  padding-top: 0;
  padding-bottom: 0;
  max-width: 92%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}

.pages {
  width: 90% !important;
  margin: 5rem auto !important;
  text-align: center;
}

.pagecenter {
  width: 55%;
  clear: both;
  margin: 1.5rem auto;
}

.pageleft,
.pageright {
  width: 50%;
  float: left;
  padding: 2.5%;
  margin: 3rem 0;
}

.cultureleft {
  width: 33%;
  float: left;
}

.cultureright {
  width: 56%;
  float: right;
  margin-left: 10%;
}

.pageright img {
  margin: 0 auto;
}

.pages p {
  padding: 1rem 0;
  list-style: 2.5;
  font-size: large;
  text-align: left;
}

.pages h1 {
  font-size: 3em;
  width: 100%;
  text-align: center;
}

.pages h2 {
  width: 100%;
  text-align: left;
}

.pages .pagecenter h2 {
  width: 100%;
  text-align: center;
}

.pages h1 strong {
  color: #b34bc8;
}

.mt2 {
  margin-top: 2rem !important;
}

.mt3 {
  margin-top: 3rem !important;
}

.mt4 {
  margin-top: 4rem !important;
}

.mt5 {
  margin-top: 5rem !important;
}

.mt6 {
  margin-top: 6rem !important;
}

.mt7 {
  margin-top: 7rem !important;
}

.mt8 {
  margin-top: 8rem !important;
}


.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto>* {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1>* {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2>* {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3>* {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4>* {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5>* {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6>* {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.p-9 {
  padding: 2.25rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.p-11 {
  padding: 2.75rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.p-13 {
  padding: 3.25rem !important;
}

.p-14 {
  padding: 3.5rem !important;
}

.p-15 {
  padding: 3.75rem !important;
}

.p-16 {
  padding: 4rem !important;
}

.p-17 {
  padding: 4.25rem !important;
}

.p-18 {
  padding: 4.5rem !important;
}

.p-19 {
  padding: 4.75rem !important;
}

.p-20 {
  padding: 5rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

.px-4 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-5 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.px-6 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-7 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}

.px-8 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-9 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}

.px-10 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-11 {
  padding-right: 2.75rem !important;
  padding-left: 2.75rem !important;
}

.px-12 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-13 {
  padding-right: 3.25rem !important;
  padding-left: 3.25rem !important;
}

.px-14 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.px-15 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}

.px-16 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-17 {
  padding-right: 4.25rem !important;
  padding-left: 4.25rem !important;
}

.px-18 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.px-19 {
  padding-right: 4.75rem !important;
  padding-left: 4.75rem !important;
}

.px-20 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-13 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}

.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-15 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-17 {
  padding-top: 4.25rem !important;
  padding-bottom: 4.25rem !important;
}

.py-18 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-19 {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important;
}

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pt-7 {
  padding-top: 1.75rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pt-9 {
  padding-top: 2.25rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pt-11 {
  padding-top: 2.75rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pt-13 {
  padding-top: 3.25rem !important;
}

.pt-14 {
  padding-top: 3.5rem !important;
}

.pt-15 {
  padding-top: 3.75rem !important;
}

.pt-16 {
  padding-top: 4rem !important;
}

.pt-17 {
  padding-top: 4.25rem !important;
}

.pt-18 {
  padding-top: 4.5rem !important;
}

.pt-19 {
  padding-top: 4.75rem !important;
}

.pt-20 {
  padding-top: 5rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 0.75rem !important;
}

.pe-4 {
  padding-right: 1rem !important;
}

.pe-5 {
  padding-right: 1.25rem !important;
}

.pe-6 {
  padding-right: 1.5rem !important;
}

.pe-7 {
  padding-right: 1.75rem !important;
}

.pe-8 {
  padding-right: 2rem !important;
}

.pe-9 {
  padding-right: 2.25rem !important;
}

.pe-10 {
  padding-right: 2.5rem !important;
}

.pe-11 {
  padding-right: 2.75rem !important;
}

.pe-12 {
  padding-right: 3rem !important;
}

.pe-13 {
  padding-right: 3.25rem !important;
}

.pe-14 {
  padding-right: 3.5rem !important;
}

.pe-15 {
  padding-right: 3.75rem !important;
}

.pe-16 {
  padding-right: 4rem !important;
}

.pe-17 {
  padding-right: 4.25rem !important;
}

.pe-18 {
  padding-right: 4.5rem !important;
}

.pe-19 {
  padding-right: 4.75rem !important;
}

.pe-20 {
  padding-right: 5rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pb-7 {
  padding-bottom: 1.75rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pb-9 {
  padding-bottom: 2.25rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pb-11 {
  padding-bottom: 2.75rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pb-13 {
  padding-bottom: 3.25rem !important;
}

.pb-14 {
  padding-bottom: 3.5rem !important;
}

.pb-15 {
  padding-bottom: 3.75rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pb-17 {
  padding-bottom: 4.25rem !important;
}

.pb-18 {
  padding-bottom: 4.5rem !important;
}

.pb-19 {
  padding-bottom: 4.75rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 0.75rem !important;
}

.ps-4 {
  padding-left: 1rem !important;
}

.ps-5 {
  padding-left: 1.25rem !important;
}

.ps-6 {
  padding-left: 1.5rem !important;
}

.ps-7 {
  padding-left: 1.75rem !important;
}

.ps-8 {
  padding-left: 2rem !important;
}

.ps-9 {
  padding-left: 2.25rem !important;
}

.ps-10 {
  padding-left: 2.5rem !important;
}

.ps-11 {
  padding-left: 2.75rem !important;
}

.ps-12 {
  padding-left: 3rem !important;
}

.ps-13 {
  padding-left: 3.25rem !important;
}

.ps-14 {
  padding-left: 3.5rem !important;
}

.ps-15 {
  padding-left: 3.75rem !important;
}

.ps-16 {
  padding-left: 4rem !important;
}

.ps-17 {
  padding-left: 4.25rem !important;
}

.ps-18 {
  padding-left: 4.5rem !important;
}

.ps-19 {
  padding-left: 4.75rem !important;
}

.ps-20 {
  padding-left: 5rem !important;
}

#navToggle {
  display: none;
}

.nav-height {
  position: relative;
  height: 50px;
  background-color: #efefef;
  border-radius: 1rem;
  margin-top: 1rem;
}

.nav-wrap {
  width: 100%;
  height: 50px;
  border-radius: 1rem;
}

.nav-wrap.navFix {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #e3e3e3;
  z-index: 99999;
}

.nav-wrap ul {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  display: block;
  border-bottom: 0;
}

.nav-wrap.navFix ul {
  border-bottom: 0;
}

.nav-wrap li {
  display: inline-block;
  text-align: left;
  height: 50px;
  line-height: 50px;
  float: left;
}

.nav-wrap li a {
  display: block;
  padding: 0 3rem;
  font-size: 1.8rem;
  color: #333;
  text-decoration: none;
}

.nav-wrap li a:hover {
  color: #0c2d66;
}

.nav-wrap li a.active {
  border-bottom: 2px solid #0c2d66;
  color: #0c2d66;
  border-radius: 0.5rem;
}

.narrowNav {
  width: 60%;
  /* 设置为你希望的宽度 */
  background-color: #efefef;
  margin-left: 10%;
  position: fixed;
}

.toggle {
  width: 5%;
}

.toggle a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 20px 0px;
}

.xingqubg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 990;
  display: none;
}

@media (max-width: 600px) {

  .hotkey,
  .weizhi,
  .img-responsive-4by3,
  .displayno {
    display: none;
  }

  #imgBox img {
    display: block;
    width: 90%;
    margin: 2rem auto;
    height: auto;
  }

  h1 {
    font-size: 2.5rem;
    line-height: 2;
    width: 100%;
    padding-top: 2rem;
  }

  .mainauto .cellstudy ul li,
  .card .cellstudy ul li {
    width: 100%;
    margin-bottom: 2rem;
    list-style: none;
    border: #000 solid 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -ms-border-radius: 5px;
  }

  .mainauto .cellstudy ul li.rewidth,
  .card .cellstudy ul li.rewidth {
    width: 100% !important;
    padding: 4%;
  }

  .col-9,
  .col-6,
  .col-4,
  .col-3 {
    clear: both !important;
    width: 100% !important;
  }

  .slider {
    display: none;
  }

  .mslider {
    display: flex;
  }

  .mslider img {
    width: 100%;
  }

  .mainauto {
    width: 100%;
    margin: 0 auto;
    display: flow-root;
    padding: 5% !important;
  }

  .pe-20 {
    padding-right: 0 !important;
  }

  .px-10 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .p-10 {
    padding: 0 !important;
  }

  .mainauto .cellwuzhong ul li {
    flex: 0 0 50%;
    margin-bottom: 20px;
    list-style: none;
  }

  .mainauto .row .introduce-right {
    width: 100%;
    margin-top: 2rem;
  }

  .mainauto .cellwuzhong .proimg,
  .mainauto .cellwuzhong .proimg img,
  .mainauto .cellwuzhong .protitle {
    width: 95%;
    margin-right: 5%;
    font-size: medium;
  }

  .mainauto .cellwuzhong .procontect,
  .mainauto .cellwuzhong .procontect p {
    width: 95%;
    font-size: small;
    font-weight: normal;
    margin: 0.5rem 5% 0.5rem 0;
    color: #333;
  }

  .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
  }

  .navsearch {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    flex-wrap: wrap;
  }

  .searchlist {
    width: 90vw;
    margin: 0.5rem auto 2rem;
    position: relative;
    z-index: 999;
  }

  .searchlist .input {
    width: 80vw;
    height: 30px;
  }

  .searchlist .input>input {
    height: 30px;
    font-size: 12px;
  }


  .searchlist .input .hot-list {
    line-height: 32px;
    font-size: 14px;
    top: 35px;
    width: 100%;
  }

  .searchlist button.search {
    width: 10vw;
    height: 30px;
    cursor: pointer;
  }

  .mainauto .cellnew {
    width: 100%;
  }

  .mainauto .cellnew dl dt span {
    font-size: small;
    list-style: 2rem;
    margin-top: 0.5rem;
  }

  .mainauto .cellnew dl dd {
    width: 100%;
    clear: both;
  }

  .mainauto .row .contents {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .mainauto .row .contents h3 {
    /*background: url(../../images/stem-hui.png) no-repeat left/4%;*/
  }

  .mainauto .cellnews ul li .newslist a img {
    width: 40%;
    height: auto;
    border: #e0e0e0 solid 1px;
    overflow: hidden;
    margin-right: 2rem;
    float: left;
  }

  .mainauto .row .contents .contentsimg {
    float: none;
    margin: 1%;
    max-width: 100% !important;
  }

  .main ul.flexabout {
    display: block;
    justify-content: center;
    align-items: top;
    width: 100%;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 3.2rem;
  }

  .main ul.flexabout li {
    list-style: none;
    width: 80%;
    margin: 2% 5.1%;
    padding: 3%;
  }

  .main ul.flexabout li dl li a {
    color: #333;
    font-weight: normal;
  }


  .mainauto .row .contents p {
    width: 100%;
    line-height: 1.6;
    margin: 25px 0;
    font-size: medium;
  }

  #section2 .contents p {
    width: 100%;
    line-height: 1.6;
    margin: 10px 0;
    font-size: medium;
  }

  #section2 .contents ul li p,
  #section2 .contents ol li p,
  #section1 .contents table tr td p,
  #section2 .contents table tr td p {
    width: 100%;
    line-height: 1.6;
    margin: 0;
  }

  #section2 .contents ul,
  #section2 .contents ol {
    margin: 2rem 0;
  }

  .mainauto .row .contents table tr td p {
    width: 100%;
    line-height: 1.8;
    margin: 0;
  }

  .mainauto .row .contents ol li {
    margin: 0 0 0 2rem;
  }

  .mainauto .row .contents ul li {
    margin: 0 0 0 1rem;
  }

  .mainauto .row .contents ol ul li {
    margin: 0 0 0 3.5rem;
  }

  .mainauto .row .contents img {
    max-width: 100%;
    border: solid 1px #efefef;
  }

  #section3 .flexstr {
    display: block;
  }

  #section3 .flexstr .strcontent,
  #section3 .flexstr .strpic {
    width: 100% !important;
  }

  #section3 .flexstr .strpic img {
    width: 100%;
    margin: 1rem auto;
  }

  .mainauto .row .contents table,
  #section2 .contents table,
  #imgBox table {
    max-width: 100% !important;
    list-style-type: none !important;
    border-collapse: collapse !important;
  }

  .mainauto .row .contents table tr td,
  #section2 .contents table tr td,
  #section1 .contents table tr td,
  .mainauto .row .contents table tr th {
    width: auto !important;
    height: auto !important;
    border: #666 solid 1px;
    text-align: left;
    font: 14px/16px Arial, Hiragino Sans GB, STHeiti, Helvetica Neue, Helvetica, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
  }

  .wrapper02 {
    clear: both;
    position: relative;
    height: 4rem;
    width: 100%;
    overflow: hidden;
    top: 0;
    margin: 0 auto;
    background: -webkit-linear-gradient(left, #8441ae, #6c3b99, #4c3681);
    /*  Safari 5.1 到 6.0 */
    background: -o-linear-gradient(right, #8441ae, #6c3b99, #4c3681);
    /*  Opera 11.6 到 12.0 */
    background: -moz-linear-gradient(right, #8441ae, #6c3b99, #4c3681);
    /*  Fx 3.6 到 15 */
    background: linear-gradient(to right, #8441ae, #6c3b99, #4c3681);
  }

  .wrapper02 .scroller {
    position: absolute
  }

  .wrapper02 .scroller li {
    display: inline !important;
    height: 4rem;
    float: left;
    line-height: 4rem;
    font-size: medium;
    list-style: none;
    padding: 0 2rem;
  }

  .wrapper02 .scroller li a {
    color: #fff;
    display: block;
  }

  .wrapper02 .scroller li.active {
    background: linear-gradient(to right, #b34bc8, #c101bf);
  }

  .wrapper02 .scroller li.active a {
    color: #fff;
  }

  .mainauto .cellnews ul li .newslist {
    width: 100%;
  }

  .mainauto .cellnews ul li .newslist p {
    font-size: 0.8em;
  }

  .menus {
    position: relative;
    margin: 0;
    padding: 0;
    font: 18px/21px "Open Sans", Arial, sans-serif;
    color: #446cb3;
    z-index: 1;
  }

  .logo {
    margin: 2rem 10vw 2rem 10vw;
    float: left;
    max-width: 35vw;
  }

  .menu {
    display: none;
  }

  .menu ul li {
    cursor: pointer
  }

  .mega-menu {
    padding: 0;
    display: none;
  }

  .menu .mega-menu ol li {
    height: 0
  }

  .menu li:hover>.mega-menu ol li {
    height: auto
  }

  .mega-menu ol li:last-child {
    margin: 0 0 20px 0
  }

  .menu .col-1,
  .full-width .col-1,
  .menu .col-2,
  .full-width .col-2,
  .menu .col-3,
  .full-width .col-3,
  .menu .col-4,
  .full-width .col-4,
  .menu .col-5,
  .full-width .col-5,
  .menu .col-6,
  .full-width .col-6 {
    float: left;
    margin: 0 0 0 5%;
    width: 90%
  }

  .headtop #navToggle {
    height: 100%;
    padding: 10px;
    margin-right: 10px;
    display: inline-block;
    float: right;
    margin-top: 25px;
  }

  .headtop #navToggle span {
    position: relative;
    width: 25px;
    height: 1px;
  }

  .headtop #navToggle span:before,
  .headtop #navToggle span:after {
    content: '';
    position: relative;
    width: 100%;
    height: 1px;
    left: 0;
  }

  .headtop #navToggle span,
  .headtop #navToggle span:before,
  .headtop #navToggle span:after {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    background: #4f4f4f;
  }

  .headtop #navToggle span:before {
    top: 8px;
  }

  .headtop #navToggle span:after {
    bottom: 10px;
  }

  .headtop #navToggle.open span:before {
    top: 10px;
    -webkit-transform: translateY(-11px) rotate(-45deg);
    -moz-transform: translateY(-11px) rotate(-45deg);
    -ms-transform: translateY(-11px) rotate(-45deg);
    -o-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg);
  }

  .headtop #navToggle.open span:after {
    bottom: 12px;
    -webkit-transform: translateY(10px) rotate(45deg);
    -moz-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }

  .headtop #navToggle.open span {
    background: none;
  }

  .headtop #navToggle.open span:before,
  .headtop #navToggle.open span:after {
    background: #4f4f4f;
  }

  .main .in-pro-tit {
    width: 95%;
    margin: 0 auto;
    text-align: center;
  }

  .inh2 {
    font-size: large;
    color: #0c2d66;
    letter-spacing: 0.2em;
  }

  .menus .nav {
    display: none;
  }

  .wrapper-dropdown-5 {
    /* Size & position */
    position: relative;
    width: 100%;
    z-index: 99;
  }

  .wrapper-dropdown-5 dt.mactive {
    /* Size & position */
    position: relative;
    width: 47%;
    height: 3.5rem;
    margin: 1% 3% 1% 0;
    float: left;
    color: white;
    font-size: medium;
    padding: 0.5rem;
    /* Styles */
    background: #683c91;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 99;
  }

  .wrapper-dropdown-5 dt.pcactive {
    display: none;
  }

  .wrapper-dropdown-5 dt:after {
    /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: white transparent;
  }

  .wrapper-dropdown-5 .dropdown {
    /* Size & position */
    position: absolute;
    top: 7.2rem;
    left: 0;
    right: 0;
    width: 95%;
    clear: both;
    z-index: 99;

    /* Styles */
    background: #fff;
    border-top: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Hiding */
    max-height: auto;
    visibility: hidden;
    /* 初始状态下不可见 */
    opacity: 0;
    /* 初始状态下透明度为0 */
  }

  .mainauto .cellglpro ul {
    width: 100%;
    clear: both;
    padding: 1rem;
  }

  .mainauto .cellgl ul li {
    width: 50%;
    list-style: none;
    margin: 0;
    text-align: left;
    padding: 2rem;
    border-right: #efefef solid 1px;
  }

  .px-8 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .main .in-ad {
    width: 100%;
    height: 40rem;
    text-align: center;
  }

  .main .in-ad dl dt {
    font-size: medium;
    line-height: 2;
    padding: 4rem 15vw;
    text-align: left;
  }

  .main .in-ad dl dd {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }

  .main .in-ad dl dd li {
    padding: 1rem 15vw;
    width: 100%;
    text-align: left;
    list-style: none;
  }

  .main .in-ad dl dd li.timerDiv span {
    padding: 0;
    font-size: 38px;
    font-weight: bold;
  }

  .banner,
  .chengnuo {
    display: none;
  }

  .mbanner,
  .mchengnuo {
    display: flex;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
  }

  .mbanner img,
  .mchengnuo img {
    width: 100vw;
  }


  .borderwhite {
    border-left: 0;
    border-right: 0;
  }

  .cellclass .smallclass {
    display: none;
  }

  .wrapper-dropdown-5 .dropdown dl {
    clear: both;
    padding: 0.2rem 1rem;
  }

  .wrapper-dropdown-5 .dropdown dd {
    padding: 0.3rem;
    margin: 0.5rem;
    background-color: #fff;
  }

  .wrapper-dropdown-5 .dropdown dd a {
    display: block;
    text-decoration: none;
    color: #333;
  }

  .wrapper-dropdown-5 .dropdown dd:hover a {
    color: #333;
  }

  .wrapper-dropdown-5.active .smalls {
    position: absolute;
    left: 0;
    width: 97% !important;
    overflow: visible !important;
    border-radius: 0 0 5px 5px;
    border-left: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  }

  .wrapper-dropdown-5.active .smalls dl {
    width: 100%;
    border-bottom: #efefef solid 1px;
  }

  .wrapper-dropdown-5.active .smalls dl dd {
    float: left;
  }


  .wrapper-dropdown-5.active .dropdown {
    visibility: visible;
    /* 设置为可见 */
    opacity: 1;
    /* 设置透明度为1 */
  }

  .nav-height {
    border-radius: 0;
  }

  .nav-wrap {
    border-radius: 0;
  }

  .nav-wrap li span {
    display: none;
  }

  .nav-wrap li a {
    padding: 0 5vw;
    font-size: 14px;
  }

  .nav-wrap li a.active {
    border-radius: 0;
  }

  .mainauto .cellclass dl {
    float: left;
    width: 100%;
    background-color: #fff;
  }

  .mainauto .cellclass dl dt {
    display: none;
  }

  .mainauto .cellclass dl dd {
    float: left;
    height: auto;
    padding: 0.2rem 0.5rem;
    margin: 0 0.5rem 0.5rem 0;
    font-size: medium;
    border-radius: 1rem;
    border: #ccc solid 1px;
  }

  .mainauto .cellclass dl dd.active {
    float: left;
    height: auto;
    font-size: medium;
    border-radius: 1rem;
    background-color: #78529e;
    color: #FFF;
  }

  .mainauto .cellclass dl dd.active a {
    color: #FFF;
  }

  .pages {
    width: 100%;
    margin: 0 auto !important;
    text-align: center;
  }

  .pagecenter,
  .pagefullcenter,
  .pagefullcenter2 {
    width: 100%;
    clear: both;
    margin: 1.5rem auto;
    padding: 2.5%;
  }

  .pagefullcenter ul li {
    width: 50%;
    list-style: none;
    margin: 1% 0;
  }

  .pagefullcenter2 ul li {
    width: 100%;
    list-style: none;
    margin: 1% 0;
  }

  .pagefullcenter ul li img,
  .pagefullcenter2 img {
    max-width: 100%;
    border: 0;
  }

  .pagefullcenter ul li p {
    padding-left: 8%;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 92%;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
  }

  .pageleft,
  .pageright {
    width: 100%;
    float: left;
    padding: 2.5%;
    margin: 3rem 0;
  }

  .cultureleft {
    width: 100%;
    float: left;
  }

  .cultureright {
    width: 100%;
    float: right;
    margin-left: 0;
  }

  .pageright img {
    margin: 0 auto;
  }

  .pages p {
    padding: 1rem 0;
    list-style: 2.5;
    font-size: large;
    text-align: left;
  }

  .pages h1 {
    font-size: 2em;
    width: 100%;
    text-align: center;
    padding-top: 0;
  }

  .pages h2 {
    width: 100%;
    text-align: left;
  }

  .pages .pagecenter h2 {
    width: 100%;
    text-align: left;
  }


  .main .in-pro-con {
    width: 100%;
    left: 0;
    margin-left: 0;
    position: relative;
  }

  .floor-side-list {
    position: relative;
    height: 5rem;
    display: flex;
    justify-content: center;
  }

  .floor-side-list ul {
    line-height: 4rem;
    overflow: hidden;
    height: 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .floor-side-list ul li {
    position: relative;
    float: left;
    height: 4rem;
    margin: 0 1rem;
    padding: 0 1rem;
    font-size: 1.4rem;
    cursor: pointer;
    list-style: none;
    border-radius: 3rem;
    background-color: #f7f7f7;
  }

  .floor-side-body ul {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: top;
  }

  .floor-side-body ul.sides li {
    position: relative;
    width: 33%;
    height: 0;
    padding-bottom: 40%;
    list-style: none;
    border: 0;
    text-align: center;
    background-color: #efefef;
  }

  .floor-side-body ul.sides li:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  .floor-side-body ul.sides li a .image-tis {
    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
  }

  .floor-side-body ul.sides li .image-tilist {
    display: none;
  }

  .floor-side-body ul.sides li .image-tis img {
    width: 50%;
  }

  .floor-side-body ul.sides li .image-tilist span a {
    font-size: 1.6rem;
    line-height: 3.4rem;
    position: relative;
    display: grid;
    color: #000;
  }

  .floor-side-body ul.sides li a .image-tis p.slide-titles {
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
    font-size: 1.8rem;
    color: #000;
    margin-top: 0;
    font-weight: normal;
  }

  .floor-side-body ul.sides li a {
    text-decoration: none;
    position: absolute;
  }

  .floor-side-body ul li {
    position: relative;
    width: 40%;
    list-style: none;
    margin: 1rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -ms-border-radius: 3px;
  }

  .floor-side-body ul li:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    transform-origin: center center;
    -webkit-box-shadow: 0 20px 40px -24px rgba(0, 36, 100, .3);
    -moz-box-shadow: 0 20px 40px -24px rgba(0, 36, 100, .3);
    box-shadow: 0 20px 40px -24px rgba(0, 36, 100, .3);
  }

  .floor-side-body ul li:hover span img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    transform-origin: center center;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .floor-side-body ul li a span {
    width: 100%;
    display: block;
    overflow: hidden;
  }

  .floor-side-body ul li a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .floor-side-body ul li a .image-ti {
    position: relative;
    display: block;
    width: 100%;
    margin: 8px auto 0;
  }

  .floor-side-body ul li a .image-ti img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border-radius: 5px;
  }

  .mt2 {
    margin-top: 0 !important;
  }

  .py-9 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .main ul.flexthree li {
    list-style: none;
    width: 90%;
    margin: 0 1% 0 1%;
    height: auto;
  }

  .main ul.flexthree li dl {
    padding: 0;
  }

  .main ul.flexthree li dl dt {
    width: 100%;
    text-indent: -0.5rem;
    font-size: large;
  }

  .main ul.flexthree li span {
    width: 100%;
  }


  .main ul.flexthree li dl li {
    list-style: disc;
    text-indent: -0.1rem;
    margin: 0 auto;
    padding: 0;
    width: 90%;
    color: #1869f5;
    line-height: 3rem;
    font-size: medium;
  }

  .main ul.flexthree li dl dd {
    position: relative;
    float: left;
    height: 4rem;
    line-height: 4rem;
    margin: 3rem 0;
    padding: 0 2rem;
    font-size: 1.6rem;
    cursor: pointer;
    list-style: none;
    border-radius: 3rem;
    background-color: #4b3580;
    color: white;
  }


  .fonav {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 991;
  }

  .fonav ul {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    background: #fff;
    border-top: 1px solid #ddd;
    position: relative;
    z-index: 1;
  }

  .fonav ul li {
    width: 33.33%;
    float: left;
    border-left: 1px solid #ddd;
    margin: 0 0 0 -1px;
    list-style: none;
    font-size: medium;
    text-align: center;
    background: white;
    line-height: 2;
  }

  .fonav ul li dl {
    width: 95%;
    position: absolute;
    left: 2.5%;
    bottom: 16px;
    z-index: 11;
    border: 1px solid #ddd;
    display: none;
    background: #fff;
  }

  .fonav ul li dl dd {
    border-bottom: 1px solid #ddd;
    width: 33.33%;
    float: left;
    margin: 0 0 -1px 0;
  }

  .fonav ul li dd a {
    padding: 0;
  }

  .fonav ul li dl tt {
    display: block;
    width: 34px;
    height: 15px;
    position: absolute;
    left: 33%;
    bottom: -14px;
    z-index: 12;
    overflow: hidden;
  }

  .fonav ul li dl tt i {
    display: block;
    width: 17px;
    height: 17px;
    border: 1px solid #ddd;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 5px;
    bottom: 5px;
    z-index: 11;
  }

  .narrowNav {
    width: 100%;
    /* 设置为你希望的宽度 */
    background-color: #efefef;
    margin-left: 0;
    padding-left: 5%;
    position: fixed;
  }

  .mainauto .cellpro ul li .cellpropic {
    margin: 0.3rem 2rem 2.5rem 0;
    flex: 2;
    width: 25%;
  }

  .mainauto .cellpro ul li .cellpropic a.img {
    width: 100%;
    margin-right: 20px;
  }

  .mainauto .cellpro ul li .cellpropar,
  .cellpropar {
    flex-direction: column;
    flex: 7;
    align-self: flex-start;
    margin-top: -4px;
  }

  .mainauto .cellpro ul li .cellpropar ul li,
  .cellpropar ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.7;
    font-size: 1.5rem;
    list-style: none;
    border: 0;
  }

  .cellpropar ul li.none {
    display: none;
  }

  .cellpropar .cellprotitle span {
    margin-left: 5% !important;
  }

  .mainauto .cellpro ul li .cellprotitle .cellptitle span.cellhits2 {
    display: block;
    clear: both;
    float: left;
    line-height: 2;
    padding: 0;
  }

  .mainauto .cellpro ul li .cellprotitle .cellptitle span.cellhits2 a {
    line-height: 2.5;
    color: #fff;
    padding: 1.6rem;
    font-weight: normal
  }

  .headtop .tel {
    display: none;
  }

  .huodong ul li {
    width: 100%;
  }

  .huodong ul li .huodong-right {
    display: none;
  }

  .cellhuodong {
    background: #f84c94;
    text-indent: 0;
  }

  .cellhuodongs .huodongtitle ul li.huodong1,
  .cellhuodongs .huodnogcontent ul li.huodong1 {
    width: 30%;
    color: #f00;
    font-size: small;
  }

  .cellhuodongs .huodongtitle ul li.huodong15,
  .cellhuodongs .huodnogcontent ul li.huodong15 {
    display: none;
  }

  .cellhuodongs .huodongtitle ul li.huodong2,
  .cellhuodongs .huodnogcontent ul li.huodong2 {
    display: none;
  }

  .cellhuodongs .huodongtitle ul li.huodong12,
  .cellhuodongs .huodnogcontent ul li.huodong12 {
    display: none;
  }

  .cellhuodongs .huodongtitle ul li.huodong4,
  .cellhuodongs .huodnogcontent ul li.huodong4 {
    width: 70%;
    font-size: small;
  }

}


@media screen and (min-width: 601px) and (max-width: 1000px) {
  body {
    font-size: 50%;
    font: 1rem "Hiragino Sans GB", "STHeiti", "Montserrat", sans-serif, "Microsoft Yahei", "微软雅黑";
    line-height: 1.5;
    color: #666666;
  }

  .wrapper02,
  .wrapper02 .scroller {
    display: none;
    position: relative;
  }

  .weizhi {
    width: 90%;
    margin: 5rem auto 1rem;
    overflow: hidden;
  }

  .headtop {
    height: 10rem;
    padding-bottom: 1rem;
  }

  .headtop .tel .teltel {
    font-size: large;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #1064A4;
  }

  .logo {
    margin: 3rem 10vw 2rem 10vw;
    float: left;
    max-width: 13vw;
  }

  .logo img {
    width: 100%;
  }

  .searchlist {
    width: 45vw;
    margin: 1rem auto 1rem;
    position: relative;
    z-index: 999;
  }

  .searchlist .input {
    width: 32vw;
    height: 30px;
  }

  .searchlist .input>input {
    height: 30px;
    font-size: 12px;
  }

  .main .in-pro-tit {
    width: 95%;
    margin: 0 auto;
    text-align: center;
  }

  .main .in-pro-con {
    width: 95%;
    left: 50%;
    margin-left: -45%;
    position: relative;
  }

  .searchlist .input .hot-list {
    line-height: 32px;
    font-size: 12px;
    top: 35px;
    width: 100%;
  }

  .searchlist button.search {
    width: 4vw;
    height: 30px;
    cursor: pointer;
  }

  .main ul.flexthree li {
    list-style: none;
    width: 29.33%;
    margin: 0 1% 2% 1%;
    height: auto;
  }

  .menus {
    width: 100%;
    position: absolute;
    margin: 0 auto;
    padding: 0;
    font: 1.2rem/1.6rem "Open Sans", Arial, sans-serif;
    color: #446cb3;
    z-index: 1;
    height: 3.5rem;
    /* background: linear-gradient(to right, #8441ae, #4c3681); */
    background: pink;
    /* 针对不支持渐变的浏览器 */
    background: -webkit-linear-gradient(left, #8441ae, #6c3b99, #4c3681);
    /*  Safari 5.1 到 6.0 */
    background: -o-linear-gradient(right, #8441ae, #6c3b99, #4c3681);
    /*  Opera 11.6 到 12.0 */
    background: -moz-linear-gradient(right, #8441ae, #6c3b99, #4c3681);
    /*  Fx 3.6 到 15 */
    background: linear-gradient(to right, #8441ae, #6c3b99, #4c3681);
    /* 标准语法（必须是最后一个） */
  }

  .menu,
  .menu ul {
    width: 95%;
    height: 3.5rem;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    position: relative;
  }

  .menu ul li {
    float: left;
    display: block;
    height: 3.5rem;
    line-height: 3.5rem;
    padding: 0 0.5rem;
    color: #fff;
    text-decoration: none;
  }

  .menu ul li .MuiSvgIcon-root {
    display: none;
  }

  .menu ul li a {
    color: #fff;
    padding: 0 1rem;
    font-size: 1.2rem;
    text-decoration: none;
  }

  .menu ul li.navOn {
    background: linear-gradient(to right, #b34bc8, #c101bf);
  }

  .menu ul li:hover,
  .menu ul li a:hover {
    background: linear-gradient(to bottom, #b34bc8, #c101bf);
  }

  .menu ul li:hover .MuiSvgIcon-root,
  .menu ul li a:hover .MuiSvgIcon-root {
    display: none;
  }

  .menu .right {
    display: none;
  }

  .mega-menu {
    padding: 0;
    display: none;
  }

  .wrapper-dropdown-5 {
    position: relative;
    width: 100%;
    float: left;
    clear: both;
  }

  .wrapper-dropdown-5:after {
    display: none;
  }

  .wrapper-dropdown-5 .dropdown {
    position: static;
    width: 94% !important;
    float: left;
  }

  .wrapper-dropdown-5 dt {
    float: left;
    clear: left;
    width: 6%;
    line-height: 2;
    font-size: small;
    margin: 1rem 0;
  }

  .wrapper-dropdown-5 .dropdown dd {
    float: left;
    height: auto;
    line-height: 2;
    font-size: medium;
    border-radius: 2rem;
    border: #ccc solid 1px;
    padding: 0 2rem;
    margin: 1rem;
  }

  .wrapper-dropdown-5 .dropdown dd.pcactive {
    float: left;
    height: auto;
    font-size: medium;
    border-radius: 2rem;
    background-color: #78529e;
    padding: 0 2rem;
    margin: 1rem;
    color: #FFF;
  }

  .wrapper-dropdown-5 .dropdown dd.pcactive a {
    color: #FFF;
  }

  .wrapper-dropdown-5 dt.mactive {
    display: none;
  }

  .mainauto .cellclass dl {
    float: left;
  }

  .mainauto .cellclass dl.dropdown {
    width: 100%;
  }

  .mainauto .cellclass dl.dropdown dt,
  .mainauto .cellclass dl dt {
    float: left;
    clear: left;
    width: 6%;
    line-height: 2;
    font-size: small;
    margin: 1rem 0;
  }

  .mainauto .cellclass dl dd {
    float: left;
    height: auto;
    line-height: 2;
    font-size: small;
    border-radius: 2rem;
    border: #ccc solid 1px;
    padding: 0 2rem;
    margin: 1rem;
  }

  .mainauto .cellclass dl dd.active {
    float: left;
    height: auto;
    font-size: small;
    border-radius: 2rem;
    background-color: #78529e;
    padding: 0 2rem;
    margin: 1rem;
    color: #FFF;
  }

  .mainauto .cellclass dl dd.active a {
    color: #FFF;
  }

  .mainauto .wapsmallbutton {
    width: 100%;
  }

  .wapsmallbutton dl .smalls {
    float: left;
    width: 94%;
    line-height: 2;
    font-size: small;
    margin: 1rem 0;
    display: flex;
    flex-wrap: wrap;
  }

  .wapsmallbutton dl .smalls dl {
    width: 50%;
  }

  .wapsmallbutton dl .smalls dl.width100 {
    width: 100%;
  }

  .wapsmallbutton dl .smalls dl dd,
  .wapsmallbutton dl .smalls dd {
    float: left;
    height: auto;
    line-height: 2;
    font-size: small;
    border-radius: 0.5rem;
    border: #ccc solid 1px;
    padding: 0 1rem;
    margin: 1rem 0.5rem;
  }

  .wapsmallbutton dl .smalls dd.active,
  .wapsmallbutton dl dd.active {
    float: left;
    height: auto;
    font-size: small;
    border-radius: 0.5rem;
    background-color: #78529e;
    padding: 0 1rem;
    margin: 1rem 0.5rem;
    color: #FFF;
  }

  .wapsmallbutton dd.active a {
    color: #FFF;
  }

  .main .in-ad dl dd {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }

  .main .in-ad dl dd li {
    padding: 1rem 3vw 1rem 7vw;
    width: 33.33%;
    text-align: left;
    list-style: none;
  }

  .main .in-ad dl dd li.timerDiv span {
    padding: 0;
    font-size: 38px;
    font-weight: bold;
  }

  .pe-20 {
    padding-right: 0 !important;
    padding-left: 1rem;
  }

  .nav-height {
    position: relative;
    height: 50px;
    background-color: #efefef;
    border-radius: 1rem;
    margin-top: 1rem;
  }

  .nav-wrap li span {
    display: none;
  }

  .nav-wrap li a {
    padding: 0 3vw;
    font-size: 14px;
  }

  .nav-wrap li a.active {
    border-radius: 0.5rem;
  }

  .mainauto .row .contents {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .mainauto .row .contents h3 {
    /*background: url(../../images/stem-hui.png) no-repeat left/3%;*/
  }

  .mainauto .row .contents p {
    width: 100%;
    line-height: 1.6;
    margin: 25px 0;
    font-size: 1.4rem;
  }

  .flexslider ul.slides img {
    width: 100%;
    display: block;
  }

  .floor-side-body ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: top;
  }

  .floor-side-body ul.sides li {
    position: relative;
    width: 21%;
    height: 0;
    padding-bottom: 36%;
    list-style: none;
    border: 0;
    text-align: center;
    background-color: #efefef;
  }

  .floor-side-body ul.sides li:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  .floor-side-body ul.sides li:hover img {
    -webkit-transform: scale(1.2);
    -webkit-transform: all 1s ease 0s;
    transform: scale(1.2);
    transform-origin: center center;
    transition: all 1s ease 0s;
  }


  .floor-side-body ul.sides li a .image-tis {
    position: relative;
    width: 100%;
    height: 65%;
    display: grid;
    place-items: center;
  }

  .floor-side-body ul.sides li .image-tilist {
    position: relative;
    width: 100%;
    margin-top: 110%;
    display: block;
  }

  .floor-side-body ul.sides li .image-tilist ul {
    position: relative;
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .floor-side-body ul.sides li .image-tilist ul li {
    width: 100%;
    padding-bottom: 0;
    text-align: left;
  }

  .floor-side-body ul.sides li a .image-tis p.slide-titles {
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
    font-size: 2rem;
    color: #000;
    margin-top: -25px;
    font-weight: normal;
  }

  .floor-side-body ul.sides li a {
    text-decoration: none;
    position: absolute;
  }

  .floor-side-body ul li {
    position: relative;
    width: 21%;
    list-style: none;
    margin: 0.3rem 1rem 0 1rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -ms-border-radius: 3px;
  }

  .floor-side-body ul li:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    transform-origin: center center;
    -webkit-box-shadow: 0 20px 40px -24px rgba(0, 36, 100, .3);
    -moz-box-shadow: 0 20px 40px -24px rgba(0, 36, 100, .3);
    box-shadow: 0 20px 40px -24px rgba(0, 36, 100, .3);
  }

  .floor-side-body ul li:hover span img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    transform-origin: center center;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .floor-side-body ul li a span {
    width: 100%;
    display: block;
    overflow: hidden;
  }

  .floor-side-body ul li a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .floor-side-body ul li a .image-ti {
    position: relative;
    display: block;
    width: 100%;
    margin: 8px auto 0;
  }

  .floor-side-body ul li a .image-ti img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border-radius: 5px;
  }

  #section2 .contents p {
    width: 100%;
    line-height: 1.6;
    margin: 10px 0;
    font-size: 1.4rem;
  }

  #section2 .contents ul li p,
  #section2 .contents ol li p,
  #section1 .contents table tr td p,
  #section2 .contents table tr td p {
    width: 100%;
    line-height: 1.6;
    margin: 0;
  }

  #section2 .contents ul,
  #section2 .contents ol {
    margin: 2rem 0;
  }

  .mainauto .row .contents table tr td p {
    width: 100%;
    line-height: 1.8;
    margin: 0;
  }

  .mainauto .row .contents img {
    max-width: 100%;
    border: solid 1px #efefef;
  }

  .mainauto .row .contents table,
  #section1 .contents table,
  #section2 .contents table,
  #imgBox table {
    width: 100% !important;
    list-style-type: none !important;
    border-collapse: collapse !important;
  }

  .mainauto .row .contents table tr td,
  #section1 .contents table tr td,
  #section2 .contents table tr td,
  .mainauto .row .contents table tr th {
    width: auto !important;
    height: auto !important;
    border: #666 solid 1px;
    text-align: left;
    font: 14px/16px Arial, Hiragino Sans GB, STHeiti, Helvetica Neue, Helvetica, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
  }

  .fonav {
    width: 100%;
    position: static;
    padding: 2rem 0;
  }

  .fonav ul {
    width: 100%;
    margin: 0 auto;
    position: static;
  }

  .fonav ul li {
    width: 25%;
    float: left;
    border-left: 0;
    margin: 0;
    list-style: none;
    font-size: medium;
    text-align: left;
    background: none;
    line-height: 2.5;
  }

  .fonav ul li a {
    color: #333;
    font-weight: normal;
  }

  .fonav ul li dl {
    width: 100%;
    left: 2.5%;
  }

  .fonav ul li dl dd {
    width: 100%;
    float: left;
  }

  .fonav ul li dd a {
    padding: 0;
  }

  .fonav ul li dl tt {
    display: none;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 20%;
  }

  .card .cellstudy ul li.rewidth a .box {
    display: none;
  }

}

@media screen and (min-width: 1001px) and (max-width: 1450px) {
  .floor-side-body ul.sides li .image-tilist ul li a {
    font-size: 1.05em;
    line-height: 3.4rem;
    color: #333;
    font-weight: normal;
  }
}

@media screen and (min-width: 1001px) {
  .m_nav {
    display: none;
  }

  #imgBox img {
    display: block;
    height: auto;
  }

  .wrapper02 .scroller ul.clearfix li{
    display: initial !important;
  }
  
  .wrapper02 .scroller {
    height: 5.5rem;
  }

  #section1 #imgBox img {
    display: block;
    max-width: 80%;
    margin: 5px 0;
  }

  .flexslider ul.slides img {
    width: 100%;
    display: block;
  }

  .logo {
    margin: 4rem 10vw 3rem 10vw;
    float: left;
    max-width: 10vw;
  }

  .logo img {
    width: 100%;
  }

  .headtop {
    height: 13rem;
    padding-bottom: 2rem;
  }

  .weizhi {
    width: 80%;
    margin: 3rem auto 1rem;
    overflow: hidden;
  }

  .mainauto .cellstudy ul li.rewidth {
    width: 48% !important;
  }

  .card .cellstudy ul li.rewidth {
    width: 100% !important;
  }

  .menus {
    width: 100%;
    position: absolute;
    margin: 0 auto;
    padding: 0;
    font: 1.4rem/2.1rem "Open Sans", Arial, sans-serif;
    color: #446cb3;
    z-index: 1;
    height: 5.5rem;
    /* background: linear-gradient(to right, #8441ae, #4c3681); */
    background: pink;
    /* 针对不支持渐变的浏览器 */
    background: -webkit-linear-gradient(left, #8441ae, #6c3b99, #4c3681);
    /*  Safari 5.1 到 6.0 */
    background: -o-linear-gradient(right, #8441ae, #6c3b99, #4c3681);
    /*  Opera 11.6 到 12.0 */
    background: -moz-linear-gradient(right, #8441ae, #6c3b99, #4c3681);
    /*  Fx 3.6 到 15 */
    background: linear-gradient(to right, #8441ae, #6c3b99, #4c3681);
    /* 标准语法（必须是最后一个） */
  }

  .menu,
  .menu ul {
    width: 90%;
    height: 5.5rem;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    position: relative;
  }

  .menu ul a {
    float: left
  }

  .menu ul ul a {
    float: none;
  }

  .menu .mega-menu a {
    float: none;
    padding: 3px;
  }

  .menu ul ul,
  .menu .mega-menu,
  .menu .mega-menu ol li {
    width: 100%;
    visibility: hidden;
    -webkit-transition: opacity 150ms ease-in-out;
    -moz-transition: opacity 150ms ease-in-out;
    -o-transition: opacity 150ms ease-in-out;
    -ms-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out
  }

  .menu li:hover>ul,
  .menu li:hover>.mega-menu,
  .menu li:hover>.mega-menu ol li {
    opacity: 1;
    visibility: visible;
    display: block !important;
  }

  .menu ul:after {
    content: "";
    clear: both;
    display: block;
  }

  .menu ul li {
    float: left;
    display: block;
    height: 5.5rem;
    line-height: 5.5rem;
    padding: 0 1rem;
    color: #fff;
    text-decoration: none;
  }

  .menu ul li .MuiSvgIcon-root {
    float: right;
    width: 2rem;
    margin: 0.3rem;
    padding: 1.3rem 0;
    fill: currentColor;
  }

  .menu ul li a {
    color: #fff;
    padding: 0 1rem;
    font-size: 1.6rem;
    text-decoration: none;
  }

  .menu ul li.navOn {
    background: linear-gradient(to right, #b34bc8, #c101bf);
  }

  .menu ul li:hover,
  .menu ul li a:hover {
    background: linear-gradient(to bottom, #b34bc8, #c101bf);
  }

  .menu ul li:hover .MuiSvgIcon-root,
  .menu ul li a:hover .MuiSvgIcon-root {
    transform: rotate(180deg);
  }

  .menu .right {
    float: right;
  }

  .menu .right ul,
  .menu .right .mega-menu {
    right: 0
  }

  .menu ul ul {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-top: 0;
    border-bottom: 0;
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04)
  }

  .menu ul ul ul {
    position: absolute;
    left: 100%;
    border-top: 1px solid #e0e0e0;
    top: -1px
  }

  .menu ul ul li a {
    padding: 8px 12px;
    color: #777;
    border-bottom: 1px solid #e4e4e4;
  }

  .menu ul ul li {
    float: none;
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none
  }

  .menu ul ul li a:active,
  .menu ul ul li:hover {
    background: #f5f5f5
  }

  .menu ul ul li {
    background: #fff
  }

  .mega-menu {
    position: absolute;
    top: 100%;
    padding: 2rem 1.5rem;
    background: linear-gradient(to right bottom, #ddd, #efefef);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mega-menu ol {
    list-style: none;
    padding: 0
  }

  .mega-menu ol li {
    width: 100%
  }

  .mega-menu .cateright .rwrap:hover,
  .mega-menu .cateright .rwrap a {
    color: #777;
  }

  .mega-menu .cateright .rwrap a:hover {
    color: #777;
    background: none;
  }

  .full-width {
    left: 0;
    width: 100%;
    padding: 18px 0;
  }

  .full-width .col-1 {
    width: 14.1%
  }

  .full-width .col-2 {
    width: 30.4%;
    text-align: left;
    line-height: 2rem;
    padding: 1.5rem 0;
  }

  .full-width .col-3 {
    width: 46.7%;
    text-align: left;
    line-height: 2rem;
    padding: 1.5rem 0;
  }

  .full-width .col-4 {
    width: 63%
  }

  .full-width .col-5 {
    width: 79.3%
  }

  .full-width .col-6 {
    width: 95.6%
  }

  .full-width .col-1,
  .full-width .col-2,
  .full-width .col-3,
  .full-width .col-4,
  .full-width .col-5,
  .full-width .col-6 {
    float: left;
    margin: 0 0 0 2.2%
  }

  .mega-menu .col-1,
  .mega-menu .col-2,
  .mega-menu .col-3,
  .mega-menu .col-4,
  .mega-menu .col-5,
  .mega-menu .col-6 {
    float: left;
    margin: 0 9px
  }

  .mega-menu .cateleft {
    z-index: 2;
    top: 0;
    left: 0;
    width: 14.1%;
    position: absolute;
    margin-top: 1.7rem;
  }

  .mega-menu .cateleft .items {
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
  }

  .mega-menu .cateleft .item {
    padding: 0 10px 0 13px;
    position: relative;
  }

  .mega-menu .cateleft .item .inn {
    position: relative;
    z-index: 2;
    padding: 0 0 0 5px;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
  }

  .mega-menu .cateleft .item .inn a {
    color: #000;
    background: none;
  }

  .mega-menu .cateleft .item.on .inn {
    border-bottom: none
  }

  .mega-menu .cateleft .item.last .inn {
    border-bottom: 1px solid #ddd;
  }

  .mega-menu .cateleft .item .curbg {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 400px;
    height: 55px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .mega-menu .cateleft .item.on .curbg {
    display: block;
  }

  .mega-menu .catecenter {
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    margin-top: 1.7rem;
  }

  .mega-menu .catecenter .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 200px;
    background: linear-gradient(to right bottom, #ddd, #efefef);
  }

  .mega-menu .catecenter .item {
    width: 10%;
    margin: 0 4%;
    padding: 1%;
    position: relative;
  }

  .mega-menu .catecenter .item .inn {
    position: relative;
    z-index: 2;
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .mega-menu .catecenter .item .inn img {
    height: 100%;
    width: 70%;
    text-align: center;
    clear: both;
  }

  .mega-menu .catecenter .item .inn a {
    color: #000;
    background: none;
    display: flex;
    font-size: small;
    flex-direction: column;
    align-items: center;
  }

  .mega-menu .cateright {
    overflow: hidden;
    top: 0;
    left: 14.1%;
    width: 84%;
    z-index: 1;
    position: relative;
    background-color: #fff;
  }

  .mega-menu .cateright.cur {
    display: none
  }

  .mega-menu .cateright .close {
    top: 20px;
    right: 20px;
    width: 14px;
    height: 14px;
    background-position: -155px 0;
    z-index: 10
  }

  .mega-menu .cateright .rwrap {
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 419px;
    overflow: hidden
  }

  .mega-menu .cateright .rwrap .col-3 a {
    font-size: small;
  }

  .mega-menu .cateright .rwrap .rwrap-left {
    float: left;
    width: 14.1%;
    margin: 0 85px 14px 0;
    padding-left: 42px
  }

  .mega-menu .cateright .rwrap .rwrap-left a {
    color: #666;
  }

  .wrapper-dropdown-5 {
    position: relative;
    width: 100%;
    float: left;
    clear: both;
  }

  .wrapper-dropdown-5:after {
    display: none;
  }

  .wrapper-dropdown-5 .dropdown {
    position: static;
    width: 94% !important;
    float: left;
  }

  .wrapper-dropdown-5 dt {
    float: left;
    clear: left;
    width: 6%;
    line-height: 2;
    font-size: medium;
    margin: 1rem 0;
  }

  .wrapper-dropdown-5 .dropdown dd {
    float: left;
    height: auto;
    line-height: 2;
    font-size: medium;
    border-radius: 2rem;
    border: #ccc solid 1px;
    padding: 0 2rem;
    margin: 1rem;
  }

  .wrapper-dropdown-5 .dropdown dd.pcactive {
    float: left;
    height: auto;
    font-size: medium;
    border-radius: 2rem;
    background-color: #78529e;
    padding: 0 2rem;
    margin: 1rem;
    color: #FFF;
  }

  .wrapper-dropdown-5 .dropdown dd.pcactive a {
    color: #FFF;
  }

  .mainauto .cellclass dl {
    float: left;
  }

  .mainauto .cellclass dl.dropdown {
    width: 100%;
  }

  .mainauto .cellclass dl.dropdown dt,
  .mainauto .cellclass dl dt {
    float: left;
    clear: left;
    width: 6%;
    line-height: 2;
    font-size: medium;
    margin: 1rem 0;
  }

  .mainauto .cellclass dl dd {
    float: left;
    height: auto;
    line-height: 2;
    font-size: medium;
    border-radius: 2rem;
    border: #ccc solid 1px;
    padding: 0 2rem;
    margin: 1rem;
  }

  .mainauto .cellclass dl dd.active {
    float: left;
    height: auto;
    font-size: medium;
    border-radius: 2rem;
    background-color: #78529e;
    padding: 0 2rem;
    margin: 1rem;
    color: #FFF;
  }

  .mainauto .cellclass dl dd.active a {
    color: #FFF;
  }

  .mainauto .wapsmallbutton {
    width: 100%;
  }


  .wapsmallbutton dl .smalls {
    float: left;
    width: 94%;
    line-height: 2;
    font-size: small;
    margin: 1rem 0;
    display: flex;
    flex-wrap: wrap;
  }

  .wapsmallbutton dl .smalls dl {
    width: 50%;
  }

  .wapsmallbutton dl .smalls dl.width100 {
    width: 100%;
  }

  .wapsmallbutton dl .smalls dl dd,
  .wapsmallbutton dl .smalls dd {
    float: left;
    height: auto;
    line-height: 2;
    font-size: small;
    border-radius: 0.5rem;
    border: #ccc solid 1px;
    padding: 0 1rem;
    margin: 1rem 0.5rem;
  }

  .wapsmallbutton dl .smalls dd.active,
  .wapsmallbutton dl dd.active {
    float: left;
    height: auto;
    font-size: small;
    border-radius: 0.5rem;
    background-color: #78529e;
    padding: 0 1rem;
    margin: 1rem 0.5rem;
    color: #FFF;
  }

  .wapsmallbutton dd.active a {
    color: #FFF;
  }

  .wrapper-dropdown-5 dt.mactive {
    display: none;
  }

  .fonav {
    width: 100%;
    position: static;
    padding: 2rem 0;
  }

  .fonav ul {
    width: 80%;
    margin: 0 auto;
    position: static;
  }

  .fonav ul li {
    width: 25%;
    float: left;
    border-left: 0;
    margin: 0;
    list-style: none;
    font-size: medium;
    text-align: left;
    background: none;
    line-height: 2.5;
  }

  .fonav ul li a {
    color: #333;
    font-weight: normal;
  }

  .fonav ul li dl {
    width: 100%;
    left: 2.5%;
  }

  .fonav ul li dl dd {
    width: 100%;
    float: left;
  }

  .fonav ul li dd a {
    padding: 0;
  }

  .fonav ul li dl tt {
    display: none;
  }


}


@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .wapsmallbutton dl .smalls dl {
    width: 50%;
    clear: none;
  }

  .wapsmallbutton dl .smalls dl.width100 {
    width: 99%;
    margin-left: 1%;
    clear: none;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 1700px) {
  .wapsmallbutton dl .smalls dl {
    width: 33.33%;
  }

  .wapsmallbutton dl .smalls dl.width100 {
    width: 99%;
    margin-left: 1%;
  }
}


.style-1 .menu ul li:hover {
  background: linear-gradient(to right, #4C3681, #683C91);
}
}