@charset "UTF-8";

body {
  font-size: 14px;
  font-family: "微软雅黑";
  line-height: 24px;
  color: #333;
}

* {
  box-sizing: border-box;
  transition: all 300ms;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dd,
dt,
li,
p {
  padding: 0;
  margin: 0;
}

input,
button {
  outline: none;
  border: none;
}

a {
  text-decoration: none;
  color: #000;
}

li,
i {
  list-style: none;
}

i {
  font-style: normal;
}

img {
  width: auto;
  max-width: 100%;
  vertical-align: top;
}

.clear {
  height: 0;
  clear: both;
}

select,
option,
button,
input {
  border: none;
  outline: none;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (prefers-reduced-motion:reduce),
print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important
  }

  .animate__animated[class*=Out] {
    opacity: 0
  }
}


/* 首页样式 */
#head {
  height: 160px;
  position: relative;
}

#head .header {
  height: 160px;
  padding: 45px 15px;
}

#head .header .tel {
  flex: 1;
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

/* 首页样式 */

/* 公共部分 */
/* 顶部 */
.header {
  display: flex;
  align-items: center;
  padding: 15px 15px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 66;
}

.header .nav {
  flex: 1;
}


/* 导航按钮 */
.navToggle {
  display: none;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -20px;
  width: 50px;
  height: 40px;
  text-align: center;
}

.navToggle span {
  display: block;
  width: 70%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 15%;
  top: 50%;
  margin-top: -1.5px;
}

.navToggle span:after,
.navToggle span:before {
  content: '';
  width: 100%;
  background: #fff;
  height: 3px;
  position: absolute;
  left: 0;
}

.navToggle span:after {
  top: -10px;
}

.navToggle span:before {
  bottom: -10px;
}

.header .nav-box {
  display: flex;
  justify-content: flex-end;
}

.header .nav-box>li {
  position: relative;
}

.header .nav-box li>a {
  color: #fff;
  font-size: 16px;
  display: block;
  padding: 10px 13px;
  position: relative;
}

.header .nav-box .slide {
  display: none;
  position: absolute;
  left: 50%;
  top: 44px;
  margin-left: -135px;
  text-align: center;
  width: 270px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0s;
}

.header .nav-box .slide:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  line-height: 0px;
  border-bottom: 10px solid rgba(0, 0, 0, 0.5);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: 50%;
  margin-left: -5px;
  top: -10px;
}

.header .nav-box .slide dl {
  float: left;
  width: 50%;
}

.header .nav-box .slide dd {
  color: #fbec44;
  font-size: 16px;
  position: relative;
  padding: 15px 0 10px;
  line-height: 16px;
}

.header .nav-box .slide dd:before {
  content: "";
  width: 4px;
  height: 16px;
  background: #fbec44;
  display: inline-block;
  vertical-align: top;
  position: relative;
  left: -10px;
}

.header .nav-box dl a {
  color: #fff;
  display: block;
  line-height: 32px;
  background: url("../img/nav_bg.png") no-repeat center bottom;
}

.header .nav-box dl dt:last-child a {
  background: none;
}

.header .nav-box dl dt a:hover {
  color: #fbec44;
}

/* .header .nav-fixed .nav-box li:hover>a {
  background: rgba(255, 255, 255, 0.2);
} */



/* 底部 */
.footers {
  background: #303036;
  overflow: hidden;
  width: 100%;
}

.footer_content {
  border-bottom: 1px solid #4b5054;
  overflow: hidden;
  padding: 32px 0px 23px;
  width: 1102px;
  margin: 0px auto;
}

.index_hrefs {
  overflow: hidden;
  float: left;
  margin-right: 55px;
}

.index_hrefs>h4 {
  height: 24px;
  color: #fff;
  margin-bottom: 26px;
  font-size: 14px;
}

.index_hrefs>li {
  overflow: hidden;
  margin-bottom: 12px;
  line-height: 21px;
}

.index_hrefs>li>a {
  color: #9b9ea0;
  font-size: 14px;
}

.index_hrefs>li>a:hover {
  color: #fff;
  font-size: 14px;
}

.index_hrefs_border {
  display: block;
  height: 130px;
  border-right: 1px solid #ccc;
  float: left;
  margin-top: 12px;
  margin-right: 70px;
}

.footer_sale {
  float: right;
  padding-left: 85px;
  background: url(../img/footer_tel.png) 0 5px no-repeat;
}

.footer_sale h4 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 22px;
  font-weight: 300;
}

.footer_sale a {
  display: block;
  width: 148px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  color: #f5f5f5;
  border: 1px solid #fff;
  border-radius: 2px;
}

.footer_sale a:hover {
  border: 1px solid #E60012;
  color: #E60012;
}

.footer_sale ul {
  margin-left: -85px;
  border-top: 1px solid #5A5A5D;
  padding-top: 25px;
  margin-top: 25px;
}

.footer_sale li {
  line-height: 19px;
  font-size: 14px;
  color: #999999;
  margin-bottom: 10px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
}

.sale_time {
  font-size: 30px;
  color: #fff;
  margin-bottom: 12px;
  font-weight: bold;
  line-height: 40px;
}

.sale_server {
  font-size: 14px;
  color: #fff;
  margin-bottom: 6px;
  color: #5A5A5D
}

/* 友情链接相关样式 */

.public_footer_content {
  font-size: 14px;
  width: 1102px;
  overflow: hidden;
  margin: 0px auto;
  text-align: center;
  padding: 31px 0px;
}

.public_footer_content>p {
  font-size: 14px;
  color: #73777a;
  float: left;
  margin-top: 6px;
}

.public_footer_content>p>a {
  color: #73777a;
  margin-left: 31px;
  font-size: 14px;
}

.link_more {
  min-height: 20px;
  overflow: hidden;
  line-height: 20px;
  color: #73777a;
}

.friend_link {
  font-size: 14px;
  float: left;
  padding-right: 14px;
}

.friend_company a {
  font-size: 14px;
  float: left;
  padding: 0 10px;
  text-align: center;
  color: #73777a;
}

.website_info {
  width: 100%;
  margin: 0 auto;
  line-height: 60px;
  background: #18161F;
}

.website_info_content {
  width: 1102px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
}

.website_info_content a {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
}

/* banner */
.banner {
  padding-top: 250px;
  height: 707px;
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  font-size: 1.1em;
}

.banner .square {
  position: absolute;
  width: 18.4em;
  height: 18.4em;
  border: 2.37em solid #fff;
  opacity: 0.13;
  transform: rotate(45deg);
}

.banner .square2 {
  width: 5rem;
  height: 5rem;
  border: 0.68rem solid #03ecfe;
  opacity: 0.1;
}

.banner .circel {
  position: absolute;
  width: 18.3rem;
  height: 18.3rem;
  border: 2.6rem solid #fff;
  border-radius: 50%;
  opacity: 0.2;
}

.banner-main {
  color: #fff;
  width: 1250px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.banner-main .bg-text {
  font-size: 240px;
  color: #f0e3ff;
  opacity: 0.08 !important;
  font-weight: bold;
  position: absolute;
  margin-top: 40px;
  animation-delay: 1.2s;
}

.banner-main .text {
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
  padding-bottom: 30px;
  animation-delay: 0.3s;
}

.banner-main .text-2 {
  font-size: 40px;
  font-weight: bold;
  animation-delay: 0.6s;
}

.banner-main .text-3 {
  font-size: 1.5em;
  line-height: 1.5em;
  max-width: 27em;
  animation-delay: 0.9s;
}

/* 左侧导航 */
.main-menu {
  position: absolute;
  left: 2%;
  top: 800px;
  text-align: right;
  color: #c2c2c2;
  font-size: 1rem;
  z-index: 3;
}

.main-menu li {
  padding: 0.8rem 0;
  cursor: pointer;
}

.main-menu li.on {
  color: #35b1fe;
}


.beat-animate {
  height: 1em;
  display: flex !important;
  position: relative;
  z-index: 3;
}

.beat-animate span {
  animation: bannerBounce 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
  transform: translate3d(0, 0, 0);
  text-shadow: rgba(255, 255, 255, 0.4) 0 0 0.05em;
}

.beat-animate span:nth-child(1) {
  animation-delay: 0s;
}

.beat-animate span:nth-child(2) {
  animation-delay: 0.08s;
}

.beat-animate span:nth-child(3) {
  animation-delay: 0.16s;
}

.beat-animate span:nth-child(4) {
  animation-delay: 0.25s;
}

.beat-animate span:nth-child(5) {
  animation-delay: 0.33s;
}

.beat-animate span:nth-child(6) {
  animation-delay: 0.41s;
}

.beat-animate span:nth-child(7) {
  animation-delay: 0.49s;
}

.beat-animate span:nth-child(8) {
  animation-delay: 0.57s;
}

.beat-animate span:nth-child(9) {
  animation-delay: 0.65s;
}

.beat-animate span:nth-child(10) {
  animation-delay: 0.73s;
}

.beat-animate span:nth-child(11) {
  animation-delay: 0.81s;
}

.beat-animate span:nth-child(12) {
  animation-delay: 0.89s;
}

.beat-animate span:nth-child(13) {
  animation-delay: 0.97s;
}

.beat-animate span:nth-child(14) {
  animation-delay: 1.05s;
}

.beat-animate span:nth-child(15) {
  animation-delay: 1.13s;
}

.beat-animate span:nth-child(16) {
  animation-delay: 1.21s;
}


.menuList {
  position: relative;
  z-index: 3;
  margin: -142px auto 0;
  max-width: 1220px;
}

.menuList ul {
  display: flex;
}

.menuList li {
  flex: 1;
  padding: 0 1em;
  cursor: pointer;
  transition: all 300ms;
}

.menuList li:hover {
  transform: translateY(-10px);
}

.menuList li .box {
  background: #fff;
  padding-top: 3em;
  text-align: center;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.menuList li .img {
  width: 88px;
  height: 84px;
  margin: 0 auto;
}

.menuList li .text {
  font-size: 24px;
  padding: 1em 0 1.5em;
  border-bottom: 5px solid #478aff;
}

.about-menu li .img {
  background-image: url("../img/icon.png");
  background-repeat: no-repeat;
  background-position: center top;
}

.about-menu li.li2 .img {
  background-position: center -84px;
}

.about-menu li.li3 .img {
  background-position: center -168px;
}

.about-menu li.li4 .img {
  background-position: center -252px;
}

.about-menu li.li2 .text {
  border-bottom-color: #ffe065;
}

.about-menu li.li3 .text {
  border-bottom-color: #50dc61;
}

.about-menu li.li4 .text {
  border-bottom-color: #ff9e48;
}

/* ---------- 动画 ---------- */

@keyframes bannerBounce {
  0% {
    transform: translate3d(0, 0, 0);
    text-shadow: rgba(255, 255, 255, 0.4) 0 0 0.05em;
  }

  100% {
    transform: translate3d(0, -1rem, 0);
    text-shadow: rgba(255, 255, 255, 0.4) 0 1em 0.35em;
  }
}


/* 公共部分 */


/* 关于我们 */

.about-banner {
  background-image: url(../img/about-banner.jpg);
}

.about-title {
  padding: 5em 15px 3em;
  text-align: center;
}

.about-title .cn {
  font-size: 36px;
  font-weight: bold;
  line-height: 0.9em;
}

.about-title .en {
  font-family: arial;
  color: #e4e4e4;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1em;
}

.about-1 {
  margin-top: -73px;
  padding-top: 73px;
  background-color: #f6fbff;
  background-image: linear-gradient(90deg, rgba(170, 170, 170, 0.04) 10%, rgba(170, 170, 170, 0) 10%),
    linear-gradient(rgba(170, 170, 170, 0.04) 10%, rgba(170, 170, 170, 0) 10%);
  background-size: 21px 18px;
  padding-bottom: 8%;
}

.about {
  max-width: 1250px;
  padding: 0 15px;
  margin: 0 auto;
}

.about .about-title2 {
  font-size: 2em;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 20px;
}

.about .about-title2:after {
  content: "";
  width: 55px;
  height: 5px;
  background: #478aff;
  display: block;
  position: absolute;
  bottom: 0;
}

.about-1 .con-box .l {
  float: left;
  width: 56%;
  font-size: 16px;
  line-height: 26px;
  color: #424242;
}

.about-1 .con-box .r {
  padding-top: 5em;
  float: right;
  width: 40%;
  text-align: center;
  overflow: hidden;
}

.about-2 {
  padding: 3% 0 6%;
  overflow: hidden;
}


.about-2 .course-overflow {
  overflow: hidden;
}

.about-2 .course {
  padding: 4em 0;
}

.about-2 .course2 .list {
  display: flex;
  flex-wrap: wrap;
}

.about-2 .course .list>div {
  width: 25%;
  border: 1px solid #5e8cfd;
  position: relative;
  overflow: hidden;
}

.about-2 .course .list>div img {
  width: 100%;
  height: 100%;
}

.about-2 .course .list>div .box {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(77, 128, 253, 0.9);
  left: 0;
  top: -100%;
  padding: 10%;
  z-index: 33;
}


.about-2 .course .list>div .box .title {
  color: #fff;
  font-size: 26px;
  line-height: 1em;
  padding-bottom: 20px;
  position: relative;
}

.about-2 .course .list>div .box .title:after {
  content: "";
  display: block;
  width: 2em;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-2 .course2 .list>div:hover img {
  transform: scale(1.2);
}

.about-2 .course2 .list>div:hover .box {
  top: 0;
}


.about-2 .course .list>div:nth-child(1) {
  border-top: none;
  border-left: none;
}

.about-2 .course .list>div:nth-child(2),
.about-2 .course .list>div:nth-child(3),
.about-2 .course .list>div:nth-child(4) {
  border-top: none;
}

.about-2 .course .list>div:nth-child(4) {
  border-right: none;
}

.about-2 .course .list>div:nth-child(5) {
  border-left: none;
}

.about-2 .course .list>div:nth-child(5),
.about-2 .course .list>div:nth-child(6),
.about-2 .course .list>div:nth-child(7),
.about-2 .course .list>div:nth-child(8) {
  border-bottom: none;
}

.about-2 .course .list>div:nth-child(8) {
  border-right: none;
}

.about-3 {
  background: url(../img/about/2.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 80px;
}

.about-3 .content {
  max-width: 1460px;
  margin: 0 auto;
  overflow: hidden;
}

.about-3 .sub-text {
  font-size: 16px;
  line-height: 2em;
  padding-bottom: 3em;
}

.about-3 .gallery-top {
  display: flex;
  flex-wrap: wrap;
}

.about-3 .item {
  width: 25%;
  text-align: center;
  padding: 0 3px 6px;
}

.about-3 .item {
  display: flex;
}

.about-3 .item .item-box {
  background: #e5e5e4;
  width: 100%;
}

.about-3 .item .item_img {
  padding-top: 3%;
  max-width: 185px;
  margin: 0 auto;
  width: 100%;
}

.about-3 .item .item_info {
  width: 100%;
}

.about-3 .item_info {
  padding: 15px 10px 20px;
}

.about-3 .item_info h3 {
  font-size: 18px;
}

.about-3 .item_info h3 span {
  font-weight: normal;
  padding-left: 10px;
  font-size: 16px;
}

.about-3 .item_info>div {
  padding-top: 10px;
  text-align: left;
  text-indent: 2em;
  font-size: 14px;
  line-height: 20px;
  color: #1d1d1d;
}

.about-3 .item.last .item_info>div {
  text-indent: 0;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}

.about-3 .gallery-thumbs {
  padding-top: 3em;
}

.about-3 .gallery-thumbs .swiper-slide {
  border: 2px solid #eaecef;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  padding: 2%;
}

.about-3 .gallery-thumbs .swiper-slide-thumb-active {
  border-color: #a0c2fd;
}

.about-4 .con-box {
  min-height: 612px;
  background: #2e73de;
  display: flex;
  margin-top: 40px;
}

.about-4 .con-box .l {
  width: 45.6%;
}

.about-4 .con-box .l .box {
  float: right;
  max-width: 530px;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  padding-right: 30px;
  padding-bottom: 20px;
}

.about-4 .con-box .l .img {
  margin: -100px 0 0 50px;
}

.about-4 .con-box .r {
  position: relative;
  flex: 1;
  background: #e5e5e5 url(../spca_filesabout/4.png) no-repeat left center;
  background-size: auto 100%;
}

.about-4 .con-box .r .box {
  max-width: 690px;
  padding-left: 8%;
  padding-right: 10px;
  position: absolute;
  width: 100%;
  overflow: auto;
  height: 100%;
}

.about-4 .con-box .r .box::-webkit-scrollbar-track {
  background-color: none;
}

.about-4 .con-box .r .box::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}

.about-4 .con-box .r .box::-webkit-scrollbar-track-piece {
  background-color: none;
}

.about-4 .con-box .r .box::-webkit-scrollbar-thumb {
  background-color: none;
}

.about-4 .con-box .r .box::-webkit-scrollbar-thumb:vertical {
  height: 8px;
  background-color: #3984f3;
  border-radius: 5px;
}

.about-4 .con-box .r .box::-webkit-scrollbar-thumb:horizontal {
  width: 6px;
  background-color: none;
  border-radius: 5px;
}

.about-4 .con-box .r .title {
  padding: 3% 0 2%;
  color: #000;
  font-size: 1.3em;
  font-weight: bold;
}

.about-4 .con-box .r .title span {
  color: #2e73de;
}

.about-4 .con-box .r .list {
  background: #f6f6f6;
  padding: 0.8em 1.4em;
  position: relative;
  margin-bottom: 1em;
}

.about-4 .con-box .r .name {
  font-size: 1.3em;
  font-weight: bold;
  color: #000;
}

.about-4 .con-box .r .txt {
  color: #242424;
  padding-top: 5px;
}

.about-4 .con-box .r .icon {
  display: block;
  width: 7px;
  height: 19px;
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAATCAYAAABcFRdeAAAAlklEQVQokXWQYRWCYAxFLyYgAhGIIA1mA4lAExuACVwDKhjFCJ4h+4A53o/vB/eOvTNU9cpJLsBLVdsMG6yBORMMvndCE2G3E2xF7bCyZ/0wA+0qdiLyWeCZUGAi6AFGwQodYruAZykUJu/ACGyFArDcym8D6EXkVygB03KhAAYHfj4Hk4g84m0d9LG57fPJv9jkkBLgC2OzQeey10GgAAAAAElFTkSuQmCC);
  margin: auto;
  top: 0;
  right: 30px;
  bottom: 0;
}

.about-5 {
  padding-top: 5%;
}

.about-5 .list {
  display: flex;
}

.about-5 .list li {
  flex: 1;
  text-align: center;
}

.about-5 .list li.address {
  cursor: pointer;
}

.about-5 .list li.address:hover .img,
.about-5 .list li.address.on .img {
  background: #5ea8e0;
}

.about-5 .list .img {
  margin: 0 auto;
  width: 100px;
  padding: 20px;
  background: #999;
  border-radius: 50%;
}

.about-5 .list .info {
  padding-top: 10px;
}

.about-5 .list .info h2 {
  font-size: 30px;
  color: #333;
  line-height: 1em;
}

.about-5 .list .info p {
  line-height: 28px;
  color: #666;
}

.about-6 {
  background: url("../img/about/5.jpg") no-repeat center 110px;
}

.about-6 .list {
  display: flex;
  flex-wrap: wrap;
}

.about-6 .list li {
  width: 33.33%;
  padding: 7% 5% 10%;
}

.about-6 .list .img {
  width: 126px;
  height: 126px;
  background: rgba(59, 172, 251, 0.2);
  text-align: center;
  line-height: 177px;
  border-radius: 50%;
  margin: 0 auto;
}

.about-6 .list .name {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 1.5em 0 0.6em;
}

.about-6 .list .txt {
  line-height: 1.8em;
}

.about-7 {
  padding: 4% 0 4%;
  overflow: hidden;
}

.about-7 .list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 4.5%;
  background: url("../img/honor_bg.jpg") no-repeat center 70%;
  background-size: 100% auto;
}

.about-7 .list li {
  width: 33.33%;
  text-align: center;
  padding-bottom: 6.5%;
  position: relative;
}

.about-7 .list li img {
  height: 100%;
}

.about-7 .list li .img-bd {
  border: 0.5em solid #e8dab8;
  border-radius: 10px;
}

.about-7 .list li .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  font-size: 20px;
  color: #dfb650;
  font-weight: bold;
}

.about-8 .about .about-title2 {
  margin-bottom: 2em;
}

.about-8 .about {
  max-width: 1430px;
}

.about-8 .about .box {
  position: relative;
}

.about-8 .about .l {
  width: 70%;
  position: relative;
  overflow: hidden;
  height: 546px;
}

.about-8 .about .l ul {
  position: relative;
  top: 0;
}

.about-8 .about .l ul li {
  position: relative;
}

.about-8 .about .l img {
  width: 100%;
  height: 546px;
}

.about-8 .about .l .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 1.5em;
  color: #fff;
  padding: 2%;
  background: url("../img/culture_bg.png") no-repeat center bottom;
  background-size: 100% 100%;
}

.about-8 .about .r {
  position: absolute;
  right: 0;
  top: 0;
  width: 29%;
  height: 100%;
  overflow: auto;
  padding-right: 1%;
}

.about-8 .about .r li {
  display: flex;
  padding: 12px;
  cursor: pointer;
}

.about-8 .about .r li:hover,
.about-8 .about .r li.on {
  background: #f0f0f0;
}

.about-8 .about .r .img {
  width: 44%;
}

.about-8 .about .r .text {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 0 0 15px;
  font-size: 16px;
  line-height: 2em;
}

.about-8 .about .r::-webkit-scrollbar-track {
  background-color: none;
}

.about-8 .about .r::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}

.about-8 .about .r::-webkit-scrollbar-track-piece {
  background-color: none;
}

.about-8 .about .r::-webkit-scrollbar-thumb {
  background-color: none;
}

.about-8 .about .r::-webkit-scrollbar-thumb:vertical {
  height: 8px;
  background-color: #3984f3;
  border-radius: 5px;
}

.about-8 .about .r::-webkit-scrollbar-thumb:horizontal {
  width: 6px;
  background-color: none;
  border-radius: 5px;
}

.recruit {
  background: #F4F4F4;
  padding-top: 20px;
}

.recruit .recruit-box {
  max-width: 1230px;
  margin: 0 auto;
  background: #fff;
  padding: 3em;
}

#allmap {
  margin-top: 3em;
  width: 100%;
  height: 480px;
}

#allmap img {
  max-width: none;
}

.BMap_bubble_title {
  color: #3199fa;
  font-size: 1.6rem;
  line-height: 1.4em !important;
  padding-bottom: 1rem;
  white-space: inherit !important
}


/* CMMI */

.cmmi-banner {
  background: #5585ec;
  background: -moz-linear-gradient(45deg, #2fb9f8 0%, #5684ec 100%);
  background: -webkit-linear-gradient(45deg, #2fb9f8 0%, #5684ec 100%);
  background: -o-linear-gradient(45deg, #2fb9f8 0%, #5684ec 100%);
  background: -ms-linear-gradient(45deg, #2fb9f8 0%, #5684ec 100%);
  background: linear-gradient(to -45deg, #2fb9f8 0%, #5684ec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2fb9f8', endColorstr='#5684ec', GradientType=0);
  height: 720px;
  padding-top: 173px;
}

.cmmi-banner .banner-main {
  display: flex;
}

.cmmi-banner .banner-main .r {
  padding: 4em 0 0 4em;
}

.cmmi-banner .banner-main .name {
  font-size: 5.5em;
  font-weight: bold;
  line-height: 1em;
  padding-bottom: 30px;
}

.cmmi-banner .banner-main .text-2 {
  font-size: 3.75em;
}

.cmmi-banner .banner-main .text-3 {
  max-width: 31em;
}

.cmmi-banner .banner-main .honor-img {
  position: absolute;
  right: 0;
  top: 0;
}

.cmmi-banner .banner-main .honor-img img {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

.cmmi-banner .square {
  top: 16.5rem;
  right: -12rem;
}

.cmmi-banner .square2 {
  left: 6rem;
  top: -3rem;
}

.cmmi-banner .circel {
  left: -5.3rem;
  bottom: -5.3rem;
}

.cmmi-menu {
  position: relative;
  margin-top: -64px;
  text-align: center;
}

.cmmi-menu ul {
  width: 100%;
}

.cmmi-menu li {
  display: inline-block;
  height: 64px;
  line-height: 64px;
  cursor: pointer;
  margin: 0 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.cmmi-menu li .box {
  background: #fff;
}

.cmmi-menu li .text {
  font-size: 1.4em;
  color: #33b4f7;
  width: 10em;
}

.cmmi-box {
  max-width: 1250px;
  padding: 0 15px;
  margin: 0 auto;
}

.cmmi-1 {
  background: #f4fafa;
}

.cmmi-1 .list {
  padding: 3% 0 6%;
}

.cmmi-1 .list ul {
  display: flex;
  flex-wrap: wrap;
}

.cmmi-1 .list li {
  width: 33.33%;
  padding: 0 4%;
}

.cmmi-1 .list li:hover .box {
  transform: scale(1.2);
}

.cmmi-1 .list .box {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 5px;
  height: 100%;
}

.cmmi-1 .list .box .title {
  padding: 13px 13px 23px;
  font-size: 22px;
}

.cmmi-1 .list .box .icon {
  background: #33b4f7;
  display: inline-block;
  width: 76px;
  height: 76px;
  line-height: 87px;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  margin-right: 13px;
}

.cmmi-1 .list .box .text {
  color: #606060;
  line-height: 2em;
}

.cmmi-2 {
  padding-bottom: 5%;
}

.cmmi-2 .cmmi-2-bg {
  position: relative;
  overflow: hidden;
}

.cmmi-2 .cmmi-2-bg .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 42%;
  background: url(../img/2.png) no-repeat left center;
  background-size: auto 100%;
}

.cmmi-2 .cmmi-box .list {
  width: 50%;
  position: relative;
  z-index: 2;
  float: left;
  padding: 4% 0;
}

.cmmi-2 .list .title {
  font-size: 1.7em;
  line-height: 1em;
  position: relative;
  display: inline-block;
}

.cmmi-2 .list .title:after {
  content: "";
  width: 47px;
  height: 3px;
  background: #33b4f7;
  display: block;
  margin-top: 10px;
  transition: all 300ms;
}

.cmmi-2 .list .li.on .title:after {
  width: 100%;
}

.cmmi-2 .list .text {
  padding: 1em 0 4em;
  font-size: 16px;
  line-height: 31px;
}

.cmmi-2 .list .sub {
  position: absolute;
  left: 100%;
  top: 0;
  width: 50vw;
  height: 0;
  overflow: hidden;
  transition: all 300ms;
}

.cmmi-2 .list .on .sub {
  padding-top: 11%;
  height: 100%;
}

.cmmi-2 .sub .name h3 {
  font-size: 24px;
}

.cmmi-2 .sub .name p {
  font-size: 16px;
  padding: 0.5em 0 1.5em;
}

.cmmi-2 .sub-list li {
  overflow: hidden;
  padding: 20px 0;
  font-size: 16px;
}

.cmmi-2 .sub-list .num {
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: url(../img/icon.png) no-repeat;
  font-size: 26px;
  color: #ff7000;
  text-align: center;
  float: left;
  margin-right: 1em;
}

.cmmi-2 .sub-list li .text2 {
  overflow: hidden;
}


.cmmi-2 .sub-list .li1 {
  padding-left: 40px;
}

.cmmi-2 .sub-list .li2 {
  padding-left: 93px;
}

.cmmi-2 .sub-list .li3 {
  padding-left: 147px;
}

.cmmi-2 .sub-list .li4 {
  padding-left: 203px;
}

.cmmi-3 {
  background: #5585ec;
  background: -moz-linear-gradient(45deg, #2fb9f8 0%, #5684ec 100%);
  background: -webkit-linear-gradient(45deg, #2fb9f8 0%, #5684ec 100%);
  background: -o-linear-gradient(45deg, #2fb9f8 0%, #5684ec 100%);
  background: -ms-linear-gradient(45deg, #2fb9f8 0%, #5684ec 100%);
  background: linear-gradient(to -45deg, #2fb9f8 0%, #5684ec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2fb9f8', endColorstr='#5684ec', GradientType=0);
  height: 700px;
  position: relative;
  padding-top: 0;
}

.cmmi-3:after,
.cmmi-3:before {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  border-radius: 50%;
}

.cmmi-3:after {
  width: 3em;
  height: 3em;
  top: 12em;
  left: 23%;
  opacity: 0.45;
}

.cmmi-3:before {
  width: 1.5em;
  height: 1.5em;
  top: 3em;
  right: 2.5em;
  opacity: 0.1;
}


.cmmi-3 .about-title .cn {
  color: #fff;
}

.cmmi-3 .about-title .en {
  color: #aec8ff;
}

.cmmi-3 .circel {
  left: -5em;
  top: -5em;
}

.cmmi-3 .square2 {
  right: -3em;
  bottom: 6em;
}

.cmmi-3 .square3 {
  width: 72px;
  height: 61px;
  background: url(../img/icon_2.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
}

.cmmi-3 .square4 {
  left: 10em;
  bottom: 2em;
}

.cmmi-3 .square5 {
  right: 20em;
  top: 8em;
  transform: scale(0.7);
}

.cmmi-3 .list {
  display: flex;
  padding: 5%;
}

.cmmi-3 .list li {
  padding: 0 1.5%;
  flex: 1;
}

.cmmi-3 .list li:hover .box {
  transform: translateY(-20px);
}

.cmmi-3 .list .box {
  background: #fff;
  height: 100%;
  text-align: center;
  position: relative;
  padding: 3em 1em;
}

.cmmi-3 .list .box:after,
.cmmi-3 .list .box:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  height: 9px;
  display: block;
  position: absolute;
}

.cmmi-3 .list .box:after {
  width: calc(100% - 14px);
  left: 7px;
  bottom: -9px;
}

.cmmi-3 .list .box:before {
  width: calc(100% - 28px);
  left: 14px;
  bottom: -16px;
  height: 16px;
}

.cmmi-3 .list .text {
  padding-top: 2em;
}

.cmmi-3 .list .text h3 {
  font-size: 20px;
}

.cmmi-3 .list .text p {
  padding-top: 10px;
  font-size: 14px;
  color: #606060;
}

.cmmi-3 .list .icon {
  width: 94px;
  height: 94px;
  margin: 0 auto;
  background: url(../img/icon_3.png) no-repeat center top;
}

.cmmi-3 .list .li2 .icon {
  background-position: center -94px;
}

.cmmi-3 .list .li3 .icon {
  background-position: center -188px;
}

.cmmi-3 .list .li4 .icon {
  background-position: center -282px;
}

.cmmi-3 .list .li5 .icon {
  background-position: center -376px;
}

.cmmi-4 .cmmi-box {
  max-width: 100%;
  padding: 0 0 8%;
}

.cmmi-4 .cmmi-box .text {
  text-align: center;
  padding: 3% 0 5%;
  font-size: 18px;
}

.cmmi-4 .cmmi-box .mobile-img {
  display: none;
}

.cmmi-4 .mobile-img ul {
  display: flex;
  flex-wrap: wrap;
}

.cmmi-4 .mobile-img ul li {
  width: 33.33%;
  text-align: center;
  padding: 0 10px 15px;
}

.cmmi-4 .mobile-img .imgs {
  position: relative;
}

.cmmi-4 .mobile-img .imgs:after {
  content: "";
  display: block;
  width: 36px;
  height: 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAeCAYAAABE4bxTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFHGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIxLTA0LTE2VDExOjQzOjU4KzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMS0wNC0xNlQxMTo0NDozMSswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMS0wNC0xNlQxMTo0NDozMSswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2ZTE3OGE2Ny1jMDk5LTY2NGEtYjExYy0wZDBkODk5YmMzMjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NmUxNzhhNjctYzA5OS02NjRhLWIxMWMtMGQwZDg5OWJjMzIxIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NmUxNzhhNjctYzA5OS02NjRhLWIxMWMtMGQwZDg5OWJjMzIxIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo2ZTE3OGE2Ny1jMDk5LTY2NGEtYjExYy0wZDBkODk5YmMzMjEiIHN0RXZ0OndoZW49IjIwMjEtMDQtMTZUMTE6NDM6NTgrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6QgkmHAAAAt0lEQVRYhe3XIW5CURAF0EMJoqYCQjAIKhDAdoCEXbAEFoMiwVRUVCAQCEIQBP/DSkAAAnDkp2/Eu8k1I947ZsRQbmY4o8Co5LffSuEKujc5au4RlBzVxzGjMiqjMiqjSkRVMMEQ9X+GNTF4mo1h4VWbqruPmzRMqjihc2vqTFN9vBRk02r4iYL5xG8UzBf+omAaWEXBtLCOgmljEwXzjW0UTBf7KJgeDlEwBDwUw53SM1dI4U3MBVTZppiwAvZ5AAAAAElFTkSuQmCC);
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -15px;
  opacity: 0.5;
}

.cmmi-4 .mobile-img li:nth-child(3) .imgs:after,
.cmmi-4 .mobile-img li:nth-child(6) .imgs:after {
  display: none;
}

.cmmi-4 .mobile-img li:last-child .imgs:after {
  display: none !important;
}

.cmmi-4 .mobile-img .color {
  color: #ff5509;
  font-size: 16px;
  padding: 10px 0 5px;
}

.cmmi-5 {
  background: url(../img/4.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding-bottom: 5%;
}

.cmmi-5 .about-title .cn {
  color: #fff;
}

.cmmi-5 .numList {
  display: flex;
  max-width: 630px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.cmmi-5 .numList li {
  flex: 1;
  padding: 1em 0;
}

.cmmi-5 .numList li .num {
  font-size: 38px;
}

.cmmi-5 .numList li .num sub {
  position: relative;
  bottom: 5px;
}

.cmmi-5 .numList li p {
  font-size: 16px;
}

.cmmi-5 .numList li:nth-child(2) {
  border-left: 1px solid rgba(149, 184, 237, 0.55);
  border-right: 1px solid rgba(149, 184, 237, 0.55);
}

.cmmi-5 .list {
  margin-top: 3%;
  max-width: 1500px;
  height: 930px;
  overflow: auto;
}

.cmmi-5 .cmmi-box {
  max-width: 1500px;
}

.cmmi-5 .cmmi-box .more {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 16px;
  line-height: 16px;
  margin-top: -8px;
  color: #fff;
}

.cmmi-5 .list::-webkit-scrollbar-track {
  background-color: none;
}

.cmmi-5 .list::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}

.cmmi-5 .list::-webkit-scrollbar-track-piece {
  background-color: none;
}

.cmmi-5 .list::-webkit-scrollbar-thumb {
  background-color: none;
}

.cmmi-5 .list::-webkit-scrollbar-thumb:vertical {
  height: 8px;
  background-color: #fff;
  border-radius: 5px;
}

.cmmi-5 .list::-webkit-scrollbar-thumb:horizontal {
  width: 6px;
  background-color: #3984f3;
  border-radius: 5px;
}

.cmmi-5 .list .swiper-wrapper {
  flex-wrap: wrap;
  height: auto;
}

.cmmi-5 .list .big-swiper-wrapper {
  width: 100%;
}

.cmmi-5 .list .swiper-slide {
  position: relative;
  text-align: center;
  transform-origin: 50% 100%;
  width: 14.66% !important;
  float: left;
  height: 280px !important;
  margin: 0 1% 30px;
}


.cmmi-5 .list .big-swiper-wrapper .swiper-slide {
  width: 18% !important;
  height: 180px !important;
}

.cmmi-5 .list .swiper-slide .box {
  height: 100%;
  position: relative;
}

.cmmi-5 .list .swiper-slide:hover {
  transform: translateY(-10px);
}

.cmmi-5 .list .swiper-slide img {
  width: 100%;
  height: 100%;
}

.cmmi-5 .list .swiper-slide .name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(93, 73, 88, 0.8);
  color: #fff;
  font-size: 1em;
  line-height: 1em;
  padding: 15px;
}


/* ccrc */
.ccrc-banner {
  background: #0da7f2 url("../img/ccrc.jpg") no-repeat center bottom;
}

.ccrc-1 {
  background: #fff;
}

.ccrc-box {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px
}

.ccrc-1 .text1 {
  max-width: 1010px;
  margin: 0 auto;
  text-indent: 2em;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
}

.ccrc-1 .text2 {
  margin: 8% 0;
  display: flex;
}

.ccrc-1 .text2 .l {
  width: 719px;
  background: url("../img/6.jpg") no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
  padding: 4% 2.5%;
}

.ccrc-1 .text2 .title {
  position: relative;
  font-size: 24px;
}

.ccrc-1 .text2 .title:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  line-height: 0;
  /* 字体大小和行高, 导致盒子呈现被撑开的长矩形 */
  border-width: 7px;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: -20px;
  top: 8px;
}


.ccrc-1 .text2 .txt {
  line-height: 28px;
}

.ccrc-1 .text2 .en {
  font-size: 18px;
  color: #9fc9ea;
  text-transform: uppercase;
  padding: 1% 0 5%;
}

.ccrc-1 .text2 .r {
  flex: 1;
}

.ccrc-1 .text2 .r img {
  width: 100%;
}

.ccrc-2 .list {
  display: flex;
  max-width: 1066px;
  margin: 0 auto;
  flex-wrap: wrap;
  padding-bottom: 5%;
}

.ccrc-2 .list li {
  width: 25%;
  padding: 2.5em 0;
  text-align: center;
  font-size: 18px;
}

.ccrc-2 .list li .img {
  margin: 0 auto;
  width: 57px;
  height: 47px;
  background: url("../img/7.png") no-repeat center top;
  margin-bottom: 2em;
  position: relative;
}

.ccrc-2 .list li.li2 .img {
  background-position: center -47px;
}

.ccrc-2 .list li.li3 .img {
  background-position: center -94px;
}

.ccrc-2 .list li.li4 .img {
  background-position: center -141px;
}

.ccrc-2 .list li.li5 .img {
  background-position: center -188px;
}

.ccrc-2 .list li.li6 .img {
  background-position: center -235px;
}

.ccrc-2 .list li.li7 .img {
  background-position: center -282px;
}

.ccrc-2 .list li.li8 .img {
  background-position: center -329px;
}

.ccrc-2 .list li .img:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #3aa0dc;
  position: absolute;
  left: 50%;
  bottom: -14px;
  margin-left: -30px;
}

.ccrc-3 .list {
  max-width: 1054px;
  margin: 0 auto;
  padding: 5% 15px;
}

.ccrc-3 .list li {
  padding: 0 5.5%;
}

.ccrc-3 .list .box {
  padding: 3em 21%;
}

/* iso */
.iso-banner {
  background: #5585ec;
  background: -moz-linear-gradient(90deg, #6e5ef3 0%, #8e4dff 100%);
  background: -webkit-linear-gradient(90deg, #6e5ef3 0%, #8e4dff 100%);
  background: -o-linear-gradient(90deg, #6e5ef3 0%, #8e4dff 100%);
  background: -ms-linear-gradient(90deg, #6e5ef3 0%, #8e4dff 100%);
  background: linear-gradient(to -90deg, #6e5ef3 0%, #8e4dff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e5ef3', endColorstr='#8e4dff', GradientType=0);
}

.iso-1 .list li {
  padding: 0 2%;
}

.iso-1 .list .box {
  padding: 15px 6%;
}

.iso-1 .list .box .title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

.iso-1 .list .box .icon {
  margin-right: 0;
}

.iso-1 .list .box .text {
  text-indent: 2em;
  text-align: justify;
}

.iso-2 .cmmi-box .list>li {
  margin-bottom: 28%;
}

.iso-2 .sub-list li {
  line-height: 55px;
}

.iso-2 .cmmi-box .list>li:last-child {
  margin-bottom: 0;
}

.iso-2 .list .sub .sub-list {
  padding-top: 4%;
}

/* itss */

.itss-banner .l img {
  margin-top: -14%;
}

.itss-1 .cmmi-box {
  max-width: 1300px;
}

.itss-1 .list li {
  width: 25%;
  padding: 0 1.5% 2%;
}

.itss-1 .list .box .title {
  padding: 13px 0 23px 13px;
}

.itss-1 .list .box .icon {
  width: 62px;
  height: 62px;
  line-height: 72px;
}

.itss-1 .list li:nth-child(3) .box .icon {
  line-height: 68px;
}

.itss-2>.sub-text {
  text-align: center;
  font-size: 16px;
  line-height: 31px;
  padding-bottom: 3%;
  color: #707070;
}

.itss-2 .list .text {
  padding-bottom: 0;
}

.itss-2 .cmmi-box .list>li {
  margin-bottom: 24%;
}

.itss-4 .list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
}

.itss-4 .list li {
  width: 16.666%;
  margin-bottom: 2%;
  position: relative;
  padding: 3.6% 0;
}

.itss-4 .list .icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: url("../img/3.png") no-repeat center top;
}

.itss-4 .list .name {
  text-align: center;
  padding-top: 6%;
  font-size: 18px;
  color: #000;
}

.itss-4 .list .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(248, 142, 11, 0.9);
  color: #fff;
  padding: 0 1em;
  font-size: 14px;
  line-height: 26px;
  height: 0%;
  overflow: hidden;
}

.itss-4 .list li:hover .box {
  height: 100%;
  padding: 1em;
}

.itss-4 .list .li2 .icon {
  background-position: center -100px;
}

.itss-4 .list .li3 .icon {
  background-position: center -200px;
}

.itss-4 .list .li4 .icon {
  background-position: center -300px;
}

.itss-4 .list .li5 .icon {
  background-position: center -400px;
}

.itss-4 .list .li6 .icon {
  background-position: center -500px;
}

.itss-4 .list .li7 .icon {
  background-position: center -600px;
}

.itss-4 .list .li8 .icon {
  background-position: center -700px;
}

.itss-4 .list .li9 .icon {
  background-position: center -800px;
}

.itss-4 .list .li10 .icon {
  background-position: center -900px;
}

.itss-4 .list .li11 .icon {
  background-position: center -1000px;
}

.itss-4 .list .li12 .icon {
  background-position: center -1100px;
}

/* spca */
.spca-banner {
  height: 769px;
  background: url("../img/1.png") no-repeat center bottom;
}

.spca-bg {
  background: url("../img/bg.png") no-repeat 5% top;
  margin-top: -245px;
  padding-top: 245px;
}

.spca-1 {
  background: none;
}

.spca-1 .list li {
  padding: 0 2%;
}

.spca-3 .cmmi-box {
  max-width: 1550px;
}

.spca-3 .list {
  padding: 5% 0;
}

.spca-3 .list li {
  padding: 0 10px;
}

/* cs */

.cs-banner {
  height: 854px;
  background: url("../img/CS.png") no-repeat center bottom;
}

.cs-banner .banner-main {
  max-width: 1500px;
  width: 100%;
}

.cs-bg {
  background: url("../img/5.jpg") no-repeat center top;
  margin-top: -120px;
  padding-top: 120px;
}

.cs-1 {
  background: none;
}

.cs-1 .list .box .text {
  line-height: 24px;
}

.cs-2 .sub-list .li2 {
  padding-left: 121px;
}


/* dcmm */
.dcmm-2 .cmmi-box {
  max-width: 1500px;
  padding: 5% 0;
}

.dcmm-2 ul {
  display: flex;
  max-width: 1260px;
  margin: 0 auto;
}

.dcmm-2 ul li {
  transition: all 300ms;
  display: flex;
  height: 346px;
  flex: 1;
}

.dcmm-2 li:nth-child(2),
.dcmm-2 li:nth-child(4),
.dcmm-2 li:nth-child(6),
.dcmm-2 li:nth-child(8) {
  align-items: center;
}

.dcmm-2 li:nth-child(3),
.dcmm-2 li:nth-child(7) {
  align-items: flex-end;
}

.dcmm-2 dl {
  display: flex;
  flex-wrap: wrap;
}

.dcmm-2 dt {
  text-align: center;
  padding: 3% 1.5%;
  width: 20%;
}

.dcmm-2 dt .title {
  font-size: 24px;
  color: #333;
  padding-bottom: 20px;
}

.dcmm-2 dt .text {
  color: #707070;
  font-size: 14px;
  line-height: 20px;
}

.dcmm-2 dt:nth-child(even) .hr {
  background: #f6be62;
}


/* 涉密 */
.smxx-banner {
  height: 717px;
  background: url("../img/smxx.jpg") no-repeat center center;
}

.smxx-banner .r {
  text-align: center;
}

.smxx-banner .beat-animate {
  justify-content: center;
}

.smxx-banner .banner-main .bg-text {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.smxx-banner .banner-main .text-2 {
  font-size: 52px;
}

.smxx-banner .banner-main .text-3 {
  max-width: 44em;
  margin: 0 auto;
}

.smxx-1 .list {
  padding: 3% 2.5% 6%;
}

.smxx-1 .list li {
  width: 50%;
  padding: 0 3%;
}

.smxx-2 .advin-list .b-text {
  text-align: center;
  padding-top: 3em;
}

.smxx-2 .advin-list .b-text span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #14a6fe;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 10px;
}

/* iso20000 */
.iso20000-banner {
  height: 736px;
  background-image: url("../img/ISO20000.jpg");
}

.iso20000-1 {
  background: none;
}

.iso20000-2 dt {
  width: 25%;
}

/* iso27001 */
.iso27001-banner {
  background-image: url("../img/ISO27001.jpg");
  padding-top: 230px;
}

.iso27001-banner .text-1 {
  font-size: 5.5em;
  font-weight: bold;
  line-height: 1em;
  padding-bottom: 30px;
}

.iso27001-banner .banner-main .text-3 {
  max-width: 50em;
  font-weight: normal;
}

.iso27001-1 {
  background: none;
}


/* 公示查询 */
.publicity {
  max-width: 1360px;
  margin: 0 auto;
}

.publicity .title {
  margin: 2rem 0;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
  position: relative;
  padding-left: 12px;
  font-size: 16px;
}

.publicity .title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #2fb9f8;
}

.publicity .list {
  margin: 0 auto;
  max-width: 1215px;
  display: flex;
  flex-wrap: wrap;
}

.publicity .list .list-box {
  width: 25%;
  padding: 0 15px;
}

.publicity .list .box {
  background: #fff;
  height: 94px;
  border-radius: 15px;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.publicity .list .box .img {
  width: 50%;
  text-align: center;
}

.publicity .list .box .name {
  flex: 1;
  text-align: left;
}

.publicity .list .box .name span {
  display: inline-block;
  font-size: 1rem;
}

/* 活动样式 */

.activity-bg {
  position: fixed;
  z-index: 999998;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.activity-body {
  position: fixed;
  width: 90%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
}

.activity-body .close {
  position: absolute;
  right: -25px;
  top: -25px;
  z-index: 3;
  cursor: pointer;
}

.activity-box {
  width: 100%;
}

.activity-body .close svg {
  width: 30px;
  height: 30px;
}

.activity-body .mobile {
  display: none;
}

.activity-small {
  width: 200px;
  height: 100px;
  background: url(../img/small.jpg) no-repeat;
  cursor: pointer;
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 999997;
}

.publicity-banner {
  height: 100px;
  padding: 0;
}

@media screen and (max-width:768px) {
  .activity-body .pc {
    display: none;
  }

  .activity-body .mobile {
    display: block;
  }

  .activity-small {
    display: none;
  }

}

/* 活动样式 */

@media screen and (min-width:769px) and (max-width:991px) {

  .footer_content {
    width: 100%;
  }

  .index_hrefs {
    margin: 0;
    width: 20%;
    padding: 5px;
  }

  .index_hrefs>h4 {
    margin-bottom: 10px;
  }

  .footer_sale ul {
    padding-right: 5px;
  }
}

@media screen and (max-width:768px) {

  body {
    font-size: 12px;
  }

  .header {
    padding: 15px;
  }

  .header .logo {
    width: 200px;
  }

  .navToggle {
    display: block;
  }

  .header .nav_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
  }

  .header .nav-box li>a {
    padding: 1.5rem 0;
    font-size: 1.5rem;
    border-bottom: 1px solid #eee;
    color: #7f7f7f;
    text-align: center;
  }


  .nav .nav-box {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: #fff;
    padding: 3rem 15px;
    transform: translate(200%);
    transition: all 300ms;
    overflow: auto;
    display: block;
  }

  .nav .nav-box.nav_on {
    transform: translate(100%);
  }

  .header .nav-box>li {
    overflow: hidden;
  }

  .header .nav-box .slide {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    margin: 0;
  }

  .header .nav-box dl a {
    color: #fff;
    font-size: 16px;
    line-height: 3em;
  }

  .banner {
    height: auto !important;
    padding: 80px 0 50px;
    background-position: center center;
  }

  .publicity-banner {
    height: 74px !important;
    padding: 0;
  }

  .banner-main .bg-text {
    font-size: 120px;
  }

  .banner-main .text {
    font-size: 30px;
  }

  .banner-main .text-2 {
    font-size: 24px;
  }

  .banner-main .text-3 {
    font-size: 14px;
    width: 100%;
  }

  .cmmi-banner {
    font-size: 12px;
  }

  .cmmi-banner .banner-main {
    display: block;
  }

  .cmmi-banner .banner-main .r {
    padding-top: 1em;
  }

  .cmmi-banner .banner-main .text-2 {
    font-size: 3em;
  }
  .cmmi-banner .banner-main .honor-img {
    padding-top: 2em;
    position: relative;
    text-align: center;
  }
  .cmmi-banner .banner-main .honor-img img {
    transform: rotate(0deg);
  }
  .cmmi-menu {
    margin-top: 20px;
  }

  .cmmi-menu li {
    display: block;
    margin-bottom: 10px;
  }

  .cmmi-1 .list li {
    width: 50%;
    margin-bottom: 20px;
  }

  .cmmi-2 .cmmi-box .list {
    width: 100%;
  }

  .cmmi-2 .list .text {
    padding-bottom: 2em;
  }

  .cmmi-2 .list .sub {
    position: relative;
    left: 0;
    width: 100%;
    padding-top: 0 !important;
  }

  .cmmi-2 .sub-list li {
    padding-left: 0 !important;
  }

  .cmmi-3 .list {
    display: block;
  }

  .cmmi-3 .list li {
    width: 100%;
    margin-bottom: 30px;
  }

  .cmmi-4 .cmmi-box .overflow .img {
    display: none;
  }

  .cmmi-4 .cmmi-box .overflow .mobile-img {
    display: block;
  }

  .cmmi-5 .cmmi-box .more {
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 3% 0;
  }

  .cmmi-5 .list .swiper-slide {
    width: 31.333% !important;
    height: 330px !important;
  }

  .cmmi-5 .list .big-swiper-wrapper .swiper-slide {
    width: 48% !important;
    height: 273px !important;
  }

  .ccrc-1 .text2 {
    display: block;
  }

  .ccrc-1 .text2 .l {
    width: 100%;
    padding: 4%;
  }

  .ccrc-2 .list li {
    width: 50%;
    font-size: 14px;
  }

  .iso-2 .cmmi-box .list>li {
    margin-bottom: 3%;
  }

  .iso-2 .list .title {
    margin-bottom: 4%;
  }

  .iso-2 .sub .name h3 {
    font-size: 16px;
  }

  .iso-2 .list .sub .sub-list {
    padding-top: 1%;
  }

  .cmmi-2 .sub-list li {
    padding: 0;
  }

  .itss-banner .l {
    text-align: center;
  }

  .itss-banner .l img {
    margin-top: 0;
  }

  .itss-4 .list li {
    width: 25%;
  }

  .itss-4 .list .box {
    font-size: 12px;
    line-height: 20px;
    overflow: auto;
  }

  .main-menu {
    display: none;
  }

  .menuList {
    margin-top: 10px;
  }

  .dcmm-2 ul li {
    height: 200px;
  }

  .dcmm-2 dt {
    width: 50%;
  }

  .menuList li .box {
    padding-top: 1em;
  }

  .menuList li .text {
    font-size: 14px;
  }

  .about-1 .con-box .l,
  .about-1 .con-box .r {
    width: 100% !important;
    float: none;
    padding-bottom: 15px;
  }

  .about-2 .course-overflow {
    overflow: auto;
  }

  .about-2 .course {
    width: 1920px;
    overflow: auto;
  }

  .about-2 .course img {
    max-width: none;
  }

  .about-3 .item {
    width: 50%;
  }

  .about-4 .con-box {
    display: block;
  }

  .about-4 .con-box .l,
  .about-4 .con-box .r,
  .about-4 .con-box .l .box {
    width: 100%;
    max-width: 100%;
  }

  .about-4 .con-box .l .box {
    padding: 30px 15px 20px;
  }

  .about-4 .con-box .r .box {
    padding: 15px;
    position: relative;
  }

  .about-7 .list {
    background: none
  }

  .about-7 .list li img {
    height: auto;
  }

  .about-7 .list li {
    width: 100%;
    padding-bottom: 5%;
  }

  .about-7 .list li .text {
    position: relative;
    padding: 3% 0;
  }

  .about-3 {
    padding-bottom: 30px;
  }

  .about-3 .gallery-thumbs .swiper-slide {
    padding: 1%;
  }

  .about-8 .about .l {
    display: none;
  }

  .about-8 .about .r {
    position: relative;
    height: auto;
    width: 100%;
  }

  .footer_content {
    width: 100%;
    padding: 10px;
  }

  .index_hrefs {
    margin: 0;
    width: 33.33%;
    padding: 5px;
  }

  .index_hrefs>h4 {
    margin-bottom: 10px;
  }

  .website_info_content {
    width: 100%;
    line-height: normal;
    text-align: center;
    padding: 10px 0
  }

  .website_info_content div {
    float: none !important;
    font-size: 10px;
  }
}

@media screen and (max-width:480px) {
  .about-menu ul {
    flex-wrap: wrap;
    padding: 0 5px;
  }

  .about-menu li {
    min-width: 50%;
    margin-bottom: 15px;
    padding: 0 5px;
  }

  .about-5 .list,
  .about-6 .list {
    display: block;
  }

  .about-5 .list li,
  .about-6 .list li {
    padding: 0 0 20px;
    width: 100%;
  }

  .about-3 .item {
    width: 100%;
  }

  .about-3 .swiper-slide {
    display: block;
  }

  .about-3 .swiper-slide .item_img {
    width: 100%;
  }

  .about-3 .gallery-thumbs {
    display: none;
  }



  .cmmi-banner .banner-main .r {
    padding-left: 10px;
  }

  .cmmi-banner .banner-main .text-2 {
    font-size: 2em;
  }

  .cmmi-1 .list li {
    width: 100%;
  }

  .cmmi-4 .mobile-img ul li {
    width: 50%;
  }

  .cmmi-4 .mobile-img li .imgs:after {
    display: block !important;
  }

  .cmmi-4 .mobile-img li:nth-child(even) .imgs:after {
    display: none !important;
  }

  .itss-4 .list li {
    width: 33.33%;
  }
}