/* line 4, /root/satcm/app/assets/stylesheets/welcome.scss */
:root {
  --swiper-pagination-color: #b51c21;
}

/* line 7, /root/satcm/app/assets/stylesheets/welcome.scss */
html, body, h1, h2, h3, h4, h5, h6, span, img, p, ul, li, ol, dl, dt, dd {
  padding: 0;
  margin: 0;
}

/* line 11, /root/satcm/app/assets/stylesheets/welcome.scss */
body {
  font: 14px/1.231;
}

/* line 14, /root/satcm/app/assets/stylesheets/welcome.scss */
div {
  display: flex;
}

/* line 17, /root/satcm/app/assets/stylesheets/welcome.scss */
.direction-column {
  flex-direction: column;
}

/* line 20, /root/satcm/app/assets/stylesheets/welcome.scss */
.direction-row {
  flex-direction: row;
}

/* line 23, /root/satcm/app/assets/stylesheets/welcome.scss */
.flex-item {
  flex: 1;
}

/* line 26, /root/satcm/app/assets/stylesheets/welcome.scss */
.home.welcome {
  width: 1100px;
  background: #FFF;
  margin: 0 auto;
}

/* line 38, /root/satcm/app/assets/stylesheets/welcome.scss */
.top {
  width: 100%;
  padding: 8px 0;
  margin-bottom: 12px;
  border-bottom: 1px solid #ebebeb;
}
/* line 43, /root/satcm/app/assets/stylesheets/welcome.scss */
.top .container {
  align-items: center;
  justify-content: space-between;
}
/* line 47, /root/satcm/app/assets/stylesheets/welcome.scss */
.top form {
  width: 250px;
  height: 24px;
  border: 1px solid #ebebeb;
  position: relative;
  margin-right: 10px;
}
/* line 53, /root/satcm/app/assets/stylesheets/welcome.scss */
.top form input[type='search'] {
  width: 180px;
  height: 100%;
  position: absolute;
  left: 0;
  border: none;
  padding: 0;
  outline: 0;
  text-indent: 5px;
}
/* line 63, /root/satcm/app/assets/stylesheets/welcome.scss */
.top form input[type='submit'] {
  width: 70px;
  height: 26px;
  position: absolute;
  right: -1px;
  border: none;
  padding: 0;
  outline: 0;
  text-indent: 5px;
  background: #b51c21;
  border-top: 1px solid #b51c21;
  border-bottom: 1px solid #b51c21;
  padding: 0;
  top: -1px;
  color: #FFF;
  cursor: pointer;
}

/* line 84, /root/satcm/app/assets/stylesheets/welcome.scss */
.container {
  width: 996px;
  margin: 0 auto;
}

/* line 89, /root/satcm/app/assets/stylesheets/welcome.scss */
a {
  text-decoration: none;
}
/* line 91, /root/satcm/app/assets/stylesheets/welcome.scss */
a:hover {
  color: #b51c21;
}

/* line 96, /root/satcm/app/assets/stylesheets/welcome.scss */
li {
  list-style: none;
}

/* line 100, /root/satcm/app/assets/stylesheets/welcome.scss */
.nav {
  width: 100%;
  min-width: 996px;
  background: #b51c21;
  margin-top: 12px;
  margin-bottom: 17px;
}
/* line 106, /root/satcm/app/assets/stylesheets/welcome.scss */
.nav ul {
  display: flex;
}
/* line 108, /root/satcm/app/assets/stylesheets/welcome.scss */
.nav ul li {
  position: relative;
  flex: 1;
}
/* line 111, /root/satcm/app/assets/stylesheets/welcome.scss */
.nav ul li > a {
  display: block;
  line-height: 40px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 0 10px;
}
/* line 127, /root/satcm/app/assets/stylesheets/welcome.scss */
.nav ul li:hover ol {
  display: block;
}
/* line 132, /root/satcm/app/assets/stylesheets/welcome.scss */
.nav ul ol {
  display: none;
  width: 100%;
  background: #b51c21;
  position: absolute;
  left: 0;
  z-index: 12;
}
/* line 139, /root/satcm/app/assets/stylesheets/welcome.scss */
.nav ul ol li {
  padding: 6px;
}
/* line 142, /root/satcm/app/assets/stylesheets/welcome.scss */
.nav ul ol a {
  line-height: 1.4;
}
/* line 145, /root/satcm/app/assets/stylesheets/welcome.scss */
.nav ul ol li:hover {
  background: #5c0101;
}

/* line 151, /root/satcm/app/assets/stylesheets/welcome.scss */
.news-swiper {
  width: 560px;
  height: 360px;
  overflow: hidden;
  position: relative;
}
/* line 156, /root/satcm/app/assets/stylesheets/welcome.scss */
.news-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  justify-content: center;
  align-items: center;
}
/* line 165, /root/satcm/app/assets/stylesheets/welcome.scss */
.news-swiper .swiper-slide img {
  width: 100%;
}
/* line 168, /root/satcm/app/assets/stylesheets/welcome.scss */
.news-swiper .swiper-slide .swiper-item-title {
  width: 100%;
  background: rgba(129, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  height: 50px;
  align-items: center;
  z-index: 1;
  color: #FFF;
  font-size: 14px;
  padding-left: 20px;
  box-sizing: border-box;
  padding-right: 80px;
}
/* line 181, /root/satcm/app/assets/stylesheets/welcome.scss */
.news-swiper .swiper-slide .swiper-item-title p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 188, /root/satcm/app/assets/stylesheets/welcome.scss */
.news-swiper .swiper-pagination {
  bottom: 17.5px;
  text-align: right;
  justify-content: flex-end;
}
/* line 193, /root/satcm/app/assets/stylesheets/welcome.scss */
.news-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 0;
}

/* line 201, /root/satcm/app/assets/stylesheets/welcome.scss */
.group-title {
  color: #b51c21;
  font-size: 18px;
  line-height: 24px;
  min-height: 24px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 8px;
  width: 100%;
  justify-content: space-between;
  position: relative;
  padding-left: 14px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
/* line 203, /root/satcm/app/assets/stylesheets/welcome.scss */
.group-title.link a {
  font-size: 18px;
  color: #b51c21;
}
/* line 222, /root/satcm/app/assets/stylesheets/welcome.scss */
.group-title:before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 24px;
  background: #b51c21;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 232, /root/satcm/app/assets/stylesheets/welcome.scss */
.group-title a {
  color: #666666;
  font-size: 14px;
  font-weight: normal;
}
/* line 237, /root/satcm/app/assets/stylesheets/welcome.scss */
.group-title span {
  padding: 0px 10px;
  position: relative;
  font-weight: normal;
}
/* line 241, /root/satcm/app/assets/stylesheets/welcome.scss */
.group-title span a {
  color: #666666;
  font-size: 16px;
}
/* line 245, /root/satcm/app/assets/stylesheets/welcome.scss */
.group-title span + span a:before {
  content: '/';
  font-size: 16px;
  color: #666;
  position: absolute;
  left: 0;
}

/* line 255, /root/satcm/app/assets/stylesheets/welcome.scss */
.news-loop {
  flex: 1;
}
/* line 258, /root/satcm/app/assets/stylesheets/welcome.scss */
.news-loop dl dt, .news-loop dl a {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
}
/* line 263, /root/satcm/app/assets/stylesheets/welcome.scss */
.news-loop dl dd {
  margin-top: 20px;
  line-height: 20px;
  color: #666666;
}

/* line 271, /root/satcm/app/assets/stylesheets/welcome.scss */
.hr {
  width: 100%;
  height: 2px;
  background-color: #999999;
  margin: 20px 0;
}

/* line 278, /root/satcm/app/assets/stylesheets/welcome.scss */
.satcm-content {
  line-height: 20px;
  font-size: 16px;
  color: #666;
}

/* line 284, /root/satcm/app/assets/stylesheets/welcome.scss */
.department {
  justify-content: space-between;
}
/* line 286, /root/satcm/app/assets/stylesheets/welcome.scss */
.department .item-list {
  width: 348px;
  flex-direction: column;
}
/* line 290, /root/satcm/app/assets/stylesheets/welcome.scss */
.department .item-list a {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  box-sizing: border-box;
  background: url(/assets/product-a49cefe691b72a7292f39dbc9c7779c034e69a225456665724c59bc175ab55cd.png) no-repeat center center #b51c21;
  background-size: cover;
  padding: 0px 20px;
  text-align: center;
  margin-bottom: 10px;
}
/* line 302, /root/satcm/app/assets/stylesheets/welcome.scss */
.department .item-list a:last-child {
  margin-bottom: 0;
}
/* line 307, /root/satcm/app/assets/stylesheets/welcome.scss */
.department .item-news {
  width: 245px;
}
/* line 309, /root/satcm/app/assets/stylesheets/welcome.scss */
.department .item-news a {
  display: block;
  height: 82px;
  background: url(/assets/link-894328aa788b246b95a5dae9a283f2ae825b9afb57e78621516d66aa0a33f6d3.png) no-repeat bottom right #f1f1f1;
  padding: 15px;
  box-sizing: border-box;
}
/* line 315, /root/satcm/app/assets/stylesheets/welcome.scss */
.department .item-news a + a {
  margin-top: 10px;
}
/* line 318, /root/satcm/app/assets/stylesheets/welcome.scss */
.department .item-news a p {
  color: #333;
  font-size: 16px;
}
/* line 322, /root/satcm/app/assets/stylesheets/welcome.scss */
.department .item-news a span {
  color: #7e7e7e;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
}
/* line 333, /root/satcm/app/assets/stylesheets/welcome.scss */
.department .item-link {
  width: 325px;
  height: 174px;
}
/* line 336, /root/satcm/app/assets/stylesheets/welcome.scss */
.department .item-link li {
  padding-bottom: 5px;
  border-bottom: 1px solid #E5E5E5;
}
/* line 339, /root/satcm/app/assets/stylesheets/welcome.scss */
.department .item-link li a {
  display: block;
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
}
/* line 345, /root/satcm/app/assets/stylesheets/welcome.scss */
.department .item-link li + li {
  margin-top: 3px;
}

/* line 352, /root/satcm/app/assets/stylesheets/welcome.scss */
.welcome-left {
  width: 670px;
}

/* line 355, /root/satcm/app/assets/stylesheets/welcome.scss */
.welcome-right {
  width: 285px;
}

/* line 359, /root/satcm/app/assets/stylesheets/welcome.scss */
.parties-building, .learning {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 365, /root/satcm/app/assets/stylesheets/welcome.scss */
.parties-building li, .learning li {
  flex: 50%;
  height: 28px;
  display: flex;
  align-items: center;
}
/* line 370, /root/satcm/app/assets/stylesheets/welcome.scss */
.parties-building li a, .learning li a {
  color: #333333;
}
/* line 373, /root/satcm/app/assets/stylesheets/welcome.scss */
.parties-building li:before, .learning li:before {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #cccccc;
  content: '';
  margin-right: 10px;
}

/* line 384, /root/satcm/app/assets/stylesheets/welcome.scss */
.notice {
  margin-bottom: 22px;
}
/* line 386, /root/satcm/app/assets/stylesheets/welcome.scss */
.notice dt {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  color: #333;
}
/* line 393, /root/satcm/app/assets/stylesheets/welcome.scss */
.notice dt:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #bd0000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
/* line 403, /root/satcm/app/assets/stylesheets/welcome.scss */
.notice dd {
  padding-left: 12px;
  line-height: 20px;
  margin-top: 5px;
}
/* line 407, /root/satcm/app/assets/stylesheets/welcome.scss */
.notice dd a {
  display: block;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 1.5;
}

/* line 419, /root/satcm/app/assets/stylesheets/welcome.scss */
.footer {
  width: 100%;
  min-width: 996px;
  background: #b51c21;
  padding: 20px 0;
  margin-top: 30px;
  color: #FFF;
  font-size: 14px;
}
/* line 427, /root/satcm/app/assets/stylesheets/welcome.scss */
.footer .contact {
  width: 320px;
}
/* line 429, /root/satcm/app/assets/stylesheets/welcome.scss */
.footer .contact h6 {
  font-size: 14px;
  margin-bottom: 10px;
}
/* line 434, /root/satcm/app/assets/stylesheets/welcome.scss */
.footer .links {
  width: 240px;
}
/* line 436, /root/satcm/app/assets/stylesheets/welcome.scss */
.footer .links h6 {
  font-size: 14px;
  margin-bottom: 10px;
}
/* line 440, /root/satcm/app/assets/stylesheets/welcome.scss */
.footer .links a {
  margin: 3px 5px;
}
/* line 442, /root/satcm/app/assets/stylesheets/welcome.scss */
.footer .links a:first-child {
  margin-left: 0px;
}
/* line 446, /root/satcm/app/assets/stylesheets/welcome.scss */
.footer .links + .links {
  margin-left: 30px;
}
/* line 450, /root/satcm/app/assets/stylesheets/welcome.scss */
.footer a {
  color: #FFF;
}

/* line 454, /root/satcm/app/assets/stylesheets/welcome.scss */
.select2-container .select2-selection--single {
  outline: 0;
}

/* line 458, /root/satcm/app/assets/stylesheets/welcome.scss */
.hover-cateory span {
  color: #999;
}
/* line 460, /root/satcm/app/assets/stylesheets/welcome.scss */
.hover-cateory span.current {
  color: #b51c21;
}
