.intro_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.intro_popup .intro_popbox {
  width: 1350px;
  margin: 0 auto;
  padding: 100px 0;
  color: #fff;
  text-align: center;
  position: relative;
}
@media (min-width: 280px) and (max-width: 320px) {
  .intro_popup .intro_popbox {
    width: 100%;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  .intro_popup .intro_popbox {
    width: 100%;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  .intro_popup .intro_popbox {
    width: 100%;
  }
}
@media (min-width: 900px) and (max-width: 1399px) {
  .intro_popup .intro_popbox {
    width: 100%;
  }
}
.intro_popup .intro_popbox p {
  font-size: 20px;
  font-weight: 300;
}
.intro_popup .intro_popbox h3 {
  font-size: 45px;
  line-height: 55px;
  padding: 10px 0;
  margin-bottom: 60px;
}
.intro_popup .intro_popbox .intro_video {
  width: 1000px;
  height: 595px;
  float: left;
}
@media (min-width: 280px) and (max-width: 320px) {
  .intro_popup .intro_popbox .intro_video {
    height: 300px;
    width: 100%;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  .intro_popup .intro_popbox .intro_video {
    height: 300px;
    width: 100%;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  .intro_popup .intro_popbox .intro_video {
    height: 300px;
    width: 100%;
  }
}
.intro_popup .intro_popbox .intro_dpm {
  position: relative;
  width: 335px;
  height: 595px;
  float: left;
  margin-left: 15px;
  background: #2EF1D6 url("/pages/software/img/main/intro_dpmbg.png") no-repeat right -40px;
  text-align: left;
  padding: 80px 20px 20px;
}
.intro_popup .intro_popbox .intro_dpm h4 {
  color: #000;
  font-size: 24px;
  margin-bottom: 15px;
}
.intro_popup .intro_popbox .intro_dpm dl {
  margin-bottom: 5px;
  overflow: hidden;
}
.intro_popup .intro_popbox .intro_dpm dl dt {
  background: #0bbba3;
  border-radius: 4px;
  color: #fff;
  float: left;
  margin-right: 10px;
  font-size: 16px;
  width: 135px;
  height: 29px;
  line-height: 29px;
  text-align: center;
}
.intro_popup .intro_popbox .intro_dpm dl dd {
  color: #000;
  float: left;
  margin-right: 10px;
  font-size: 15px;
  line-height: 29px;
}
.intro_popup .intro_popbox .intro_dpm .more {
  display: block;
  width: 295px;
  background: #1A6764;
  line-height: 39px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 20px;
}
@media (min-width: 280px) and (max-width: 320px) {
  .intro_popup .intro_popbox .intro_dpm {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  .intro_popup .intro_popbox .intro_dpm {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  .intro_popup .intro_popbox .intro_dpm {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 280px) and (max-width: 320px) {
  .intro_popup .intro_popbox {
    width: 100%;
    padding: 100px 15px 20px;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  .intro_popup .intro_popbox {
    width: 100%;
    padding: 100px 15px 20px;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  .intro_popup .intro_popbox {
    width: 100%;
    padding: 100px 15px 20px;
  }
}
.intro_popup .bg {
  background: #000;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.intro_popup .close_box {
  position: absolute;
  top: 50px;
  right: 0;
  color: #fff;
}
.intro_popup .close_box a {
  color: #fff;
  float: left;
  line-height: 40px;
  margin-left: 20px;
}
.intro_popup .close_box a.btn_close {
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  background: url("/pages/software/img/common/btn_close.png") no-repeat 0 0;
}
@media (min-width: 280px) and (max-width: 320px) {
  .intro_popup .close_box {
    top: 20px;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  .intro_popup .close_box {
    top: 20px;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  .intro_popup .close_box {
    top: 20px;
  }
}
@media (min-width: 280px) and (max-width: 320px) {
  .intro_popup {
    position: absolute;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  .intro_popup {
    position: absolute;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  .intro_popup {
    position: absolute;
  }
}

#visual_wrap {
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
}
#visual_wrap .visual_list img {
  width: 100%;
}
#visual_wrap .visual_navi {
  position: absolute;
  bottom: 6%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
}
#visual_wrap .visual_navi .visual_stop {
  float: left;
  margin-right: 5px;
  display: block;
  background: url("/pages/software/img/main/visual_stop.png") no-repeat 0 0;
  width: 33px;
  height: 33px;
}
#visual_wrap .visual_navi .visual_stop.play {
  background-position: 0 -33px;
}
#visual_wrap .visual_navi ul {
  margin-top: 10px;
}
#visual_wrap .visual_navi ul li a {
  display: block;
  width: 28%;
  height: 3px;
  opacity: 0.7;
  float: left;
  margin-right: 5px;
  background: #fff;
  margin-top: 3px;
}
#visual_wrap .visual_navi ul li a.active {
  height: 9px;
  opacity: 1;
  margin-top: 0;
}
@media (min-width: 280px) and (max-width: 320px) {
  #visual_wrap .visual_navi {
    width: 100%;
    margin: 0;
    left: 0;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  #visual_wrap .visual_navi {
    width: 100%;
    margin: 0;
    left: 0;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  #visual_wrap .visual_navi {
    width: 100%;
    margin: 0;
    left: 0;
  }
}

#main_intro {
  background: #f2f2f2 url("/pages/software/img/main/intro_bg.png") no-repeat center center;
  padding: 100px 0;
}
@media (min-width: 280px) and (max-width: 320px) {
  #main_intro {
    padding: 40px 0;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  #main_intro {
    padding: 40px 0;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  #main_intro {
    padding: 40px 0;
  }
}

.main_box {
  width: 1350px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 280px) and (max-width: 320px) {
  .main_box {
    width: 100%;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  .main_box {
    width: 100%;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  .main_box {
    width: 100%;
  }
}
@media (min-width: 900px) and (max-width: 1399px) {
  .main_box {
    width: 100%;
  }
}
.main_box h3 {
  font-weight: 800;
  margin-bottom: 30px;
}
.main_box h3.h3_type1 {
  color: #000;
  font-size: 30px;
}
.main_box h3.h3_type2 {
  color: #fff;
  font-size: 40px;
}
@media (min-width: 280px) and (max-width: 320px) {
  .main_box {
    padding: 0 15px;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  .main_box {
    padding: 0 15px;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  .main_box {
    padding: 0 15px;
  }
}
@media (min-width: 900px) and (max-width: 1399px) {
  .main_box {
    padding: 0 15px;
  }
}

.intro_box {
  padding: 20px 40px;
  width: 49%;
  float: left;
}
.intro_box h3 {
  font-size: 72px;
  -webkit-text-stroke: 1px #B9B9B9;
  color: transparent;
  position: absolute;
  left: -300px;
  transform: rotate(-90deg);
}
.intro_box p {
  font-size: 19px;
  line-height: 39px;
  color: #000;
  margin-bottom: 40px;
}
@media (min-width: 280px) and (max-width: 320px) {
  .intro_box p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  .intro_box p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  .intro_box p {
    font-size: 20px;
    line-height: 35px;
  }
}
.intro_box a {
  width: 220px;
  height: 60px;
  line-height: 60px;
  display: block;
  float: left;
  text-align: center;
}
.intro_box a.btn_01 {
  background: #16CED5 url("/pages/software/img/main/btn_ico01.png") no-repeat 20% center;
  color: #fff;
  margin-right: 10px;
}
.intro_box a.btn_02 {
  background: #fff url("/pages/software/img/main/btn_ico02.png") no-repeat 20% center;
  border: 1px solid #ddd;
}
@media (min-width: 280px) and (max-width: 320px) {
  .intro_box {
    width: 100%;
    padding: 20px 0 60px;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  .intro_box {
    width: 100%;
    padding: 20px 0 60px;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  .intro_box {
    width: 75%;
    padding: 20px 0 60px;
  }
}
@media (min-width: 900px) and (max-width: 1399px) {
  .intro_box {
    width: calc(100% - 550px);
    padding: 20px 0 60px;
    margin-right: 80px;
  }
}

.pop_wrap {
  float: right;
  width: 35%;
  position: relative;
}
.pop_wrap .pop_navi {
  position: absolute;
  top: -30px;
  right: 0;
}
.pop_wrap .pop_navi a {
  display: block;
  width: 23px;
  height: 7px;
  float: left;
  margin-right: 5px;
  background: url("/pages/software/img/main/arrow_l.png") no-repeat 0 0;
  margin-top: 3px;
}
.pop_wrap .pop_navi a.pop_next {
  background: url("/pages/software/img/main/arrow_r.png") no-repeat 0 0;
}
.pop_wrap .pop_navi p {
  float: left;
  padding: 0 10px;
  font-weight: 600;
  color: #333;
}
@media (min-width: 280px) and (max-width: 320px) {
  .pop_wrap {
    width: 100%;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  .pop_wrap {
    width: 100%;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  .pop_wrap {
    width: 470px;
    float: left;
  }
}
@media (min-width: 900px) and (max-width: 1399px) {
  .pop_wrap {
    width: 470px;
    float: left;
  }
}

.notice_wrap {
  clear: both;
  padding: 80px 0;
  position: relative;
}
.notice_wrap ul {
  overflow: hidden;
}
.notice_wrap ul li a {
  border: 5px solid #E9E9E9;
  padding: 30px 20px;
  float: left;
  width: 33%;
  margin-right: 0.5%;
  margin-bottom: 5px;
  display: block;
  background: #fff;
  height: 240px;
}
.notice_wrap ul li a h4 {
  font-size: 19px;
}
@media (min-width: 691px) and (max-width: 899px) {
  .notice_wrap ul li a h4 {
    font-size: 18px;
  }
}
.notice_wrap ul li a p {
  font-size: 15px;
  margin: 20px 0 15px;
  line-height: 25px;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 75px;
}
.notice_wrap ul li a:hover {
  text-decoration: none;
  border: 5px solid #ccc;
}
@media (min-width: 280px) and (max-width: 320px) {
  .notice_wrap ul li a {
    width: 100%;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  .notice_wrap ul li a {
    width: 100%;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  .notice_wrap ul li a {
    padding: 30px 11px;
  }
}
.notice_wrap ul li:last-child a {
  margin-right: 0;
}
.notice_wrap .more {
  position: absolute;
  top: 100px;
  right: 0;
}

#main_news {
  background: #2A2A2A;
  padding: 150px 0;
  overflow: hidden;
}
#main_news .news_first {
  overflow: hidden;
  margin-bottom: 50px;
}
#main_news .news_first .imgbox {
  float: left;
  width: 505px;
}
#main_news .news_first .imgbox img {
  width: 100%;
}
@media (min-width: 280px) and (max-width: 320px) {
  #main_news .news_first .imgbox {
    width: 100%;
    text-align: Center;
    margin-top: 30px;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  #main_news .news_first .imgbox {
    width: 100%;
    text-align: Center;
    margin-top: 30px;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  #main_news .news_first .imgbox {
    width: 100%;
    text-align: Center;
    margin-top: 30px;
  }
}
@media (min-width: 900px) and (max-width: 1399px) {
  #main_news .news_first .imgbox {
    width: 45%;
  }
}
#main_news .news_first .txtbox {
  float: left;
  width: calc(100% - 550px);
  margin-left: 41px;
  padding: 30px 0 0;
}
#main_news .news_first .txtbox h4 {
  font-size: 42px;
  color: #39DFA7;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 280px) and (max-width: 320px) {
  #main_news .news_first .txtbox h4 {
    font-size: 28px;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  #main_news .news_first .txtbox h4 {
    font-size: 28px;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  #main_news .news_first .txtbox h4 {
    font-size: 28px;
  }
}
@media (min-width: 900px) and (max-width: 1399px) {
  #main_news .news_first .txtbox h4 {
    font-size: 33px;
  }
}
#main_news .news_first .txtbox .txt {
  font-size: 18px;
  color: #fff;
  line-height: 35px;
  font-weight: 300;
  height: 170px;
}
@media (min-width: 280px) and (max-width: 320px) {
  #main_news .news_first .txtbox .txt {
    font-size: 16px;
    line-height: 26px;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 76px;
    margin-bottom: 30px;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  #main_news .news_first .txtbox .txt {
    font-size: 16px;
    line-height: 26px;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 76px;
    margin-bottom: 30px;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  #main_news .news_first .txtbox .txt {
    font-size: 16px;
    line-height: 26px;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 76px;
    margin-bottom: 30px;
  }
}
#main_news .news_first .txtbox .date {
  padding: 40px 0 20px;
  color: #999;
  font-size: 14px;
}
@media (min-width: 900px) and (max-width: 1399px) {
  #main_news .news_first .txtbox .date {
    padding: 20px 0 10px;
  }
}
@media (min-width: 280px) and (max-width: 320px) {
  #main_news .news_first .txtbox {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  #main_news .news_first .txtbox {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  #main_news .news_first .txtbox {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 900px) and (max-width: 1399px) {
  #main_news .news_first .txtbox {
    width: 50%;
    padding: 0;
  }
}
@media (min-width: 280px) and (max-width: 320px) {
  #main_news .news_first {
    overflow: inherit;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  #main_news .news_first {
    overflow: inherit;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  #main_news .news_first {
    overflow: inherit;
  }
}
#main_news .news_list {
  overflow: hidden;
}
#main_news .news_list ul li a {
  float: left;
  width: 24.25%;
  margin-right: 1%;
  overflow: hidden;
  margin-bottom: 20px;
}
#main_news .news_list ul li a:hover img {
  transform: scale(1.05);
  transition: all 0.25s ease-out;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
@media (min-width: 280px) and (max-width: 320px) {
  #main_news .news_list ul li a {
    width: 100%;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  #main_news .news_list ul li a {
    width: 48%;
    margin-right: 2%;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  #main_news .news_list ul li a {
    width: 48%;
    margin-right: 2%;
  }
}
#main_news .news_list ul li:last-child a {
  margin-right: 0;
}
#main_news .news_list ul li img {
  width: 100%;
  height: 210px;
}
#main_news .news_list ul li dt {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  margin: 20px 0;
  line-height: 33px;
}
#main_news .news_list ul li dt span {
  font-size: 16px;
  color: #999;
  font-weight: 300;
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 280px) and (max-width: 320px) {
  #main_news .news_list ul li dt {
    font-size: 18px;
    line-height: 26px;
    height: 85px;
    overflow: hidden;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  #main_news .news_list ul li dt {
    font-size: 18px;
    line-height: 26px;
    height: 85px;
    overflow: hidden;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  #main_news .news_list ul li dt {
    font-size: 18px;
    line-height: 26px;
    height: 85px;
    overflow: hidden;
  }
}
#main_news .news_list ul li dd {
  font-size: 14px;
  color: #999;
  line-height: 22px;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 66px;
}
@media (min-width: 280px) and (max-width: 320px) {
  #main_news .news_list {
    clear: both;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  #main_news .news_list {
    clear: both;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  #main_news .news_list {
    clear: both;
  }
}
#main_news .news_arrow {
  position: absolute;
  top: 0;
  right: 0;
}
#main_news .news_arrow p {
  float: left;
  color: #ccc;
  line-height: 70px;
}
@media (min-width: 280px) and (max-width: 320px) {
  #main_news .news_arrow p {
    line-height: 24px;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  #main_news .news_arrow p {
    line-height: 24px;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  #main_news .news_arrow p {
    line-height: 24px;
  }
}
#main_news .news_arrow a {
  float: left;
  width: 68px;
  height: 68px;
  display: block;
  margin-left: 10px;
  opacity: 0.7;
}
#main_news .news_arrow a.news_prev {
  background: url("/pages/software/img/main/arrow_bl.png") no-repeat 0 0;
}
#main_news .news_arrow a.news_next {
  background: url("/pages/software/img/main/arrow_bl.png") no-repeat -76px 0;
}
#main_news .news_arrow a.more {
  background: url("/pages/software/img/main/btn_plus.png") no-repeat 0 0;
}
@media (min-width: 280px) and (max-width: 320px) {
  #main_news .news_arrow a.more {
    position: absolute;
    top: -80px;
    right: 0;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  #main_news .news_arrow a.more {
    position: absolute;
    top: -80px;
    right: 0;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  #main_news .news_arrow a.more {
    position: absolute;
    top: -80px;
    right: 0;
  }
}
#main_news .news_arrow a:hover {
  opacity: 1;
}
@media (min-width: 280px) and (max-width: 320px) {
  #main_news .news_arrow {
    position: relative;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  #main_news .news_arrow {
    position: relative;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  #main_news .news_arrow {
    position: relative;
  }
}

.epm_wrap {
  margin-top: 150px;
  position: relative;
}
.epm_wrap .epm_list {
  background: #39DFA7;
  padding: 40px 0 40px 40px;
  text-align: center;
  position: relative;
  height: 330px;
}
.epm_wrap .epm_list li {
  width: calc(100% / 7 - 10px);
  margin-right: 10px;
  float: left;
}
.epm_wrap .epm_list li .logobox {
  display: table-cell;
  vertical-align: middle;
  background: #fff;
  border-radius: 50%;
  width: 167px;
  height: 167px;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 280px) and (max-width: 320px) {
  .epm_wrap .epm_list li .logobox {
    height: auto;
    border-radius: 7px;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  .epm_wrap .epm_list li .logobox {
    height: auto;
    border-radius: 7px;
    width: 100%;
    display: block;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  .epm_wrap .epm_list li .logobox {
    display: block;
    padding-top: 50px;
  }
}
@media (min-width: 900px) and (max-width: 1399px) {
  .epm_wrap .epm_list li .logobox {
    display: block;
    padding-top: 50px;
  }
}
.epm_wrap .epm_list li .logobox img {
  max-width: 100%;
}
.epm_wrap .epm_list li .date {
  color: #198A64;
  padding: 15px 0;
}
.epm_wrap .epm_list li h4 {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
}
.epm_wrap .epm_list li h4 span {
  display: block;
}
@media (min-width: 280px) and (max-width: 320px) {
  .epm_wrap .epm_list li {
    width: calc(100% / 2 - 10px);
    margin-bottom: 20px;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  .epm_wrap .epm_list li {
    width: calc(100% / 3 - 10px);
    margin-bottom: 20px;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  .epm_wrap .epm_list li {
    width: calc(100% / 3 - 10px);
    margin-bottom: 20px;
  }
}
@media (min-width: 900px) and (max-width: 1399px) {
  .epm_wrap .epm_list li {
    width: calc(100% / 4 - 10px);
    margin-bottom: 20px;
  }
}
.epm_wrap .epm_list:after {
  content: "";
  position: absolute;
  top: 0;
  right: -26%;
  width: 26%;
  z-index: 1;
  height: 330px;
  background: #39DFA7;
}
@media (min-width: 280px) and (max-width: 320px) {
  .epm_wrap .epm_list {
    height: 100%;
    overflow: hidden;
    padding: 40px 10px;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  .epm_wrap .epm_list {
    height: 100%;
    overflow: hidden;
    padding: 40px 10px;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  .epm_wrap .epm_list {
    height: 100%;
    overflow: hidden;
    padding: 40px 10px;
  }
}
@media (min-width: 900px) and (max-width: 1399px) {
  .epm_wrap .epm_list {
    height: 100%;
    overflow: hidden;
    padding: 40px 10px;
  }
}
.epm_wrap .more {
  position: absolute;
  top: 15px;
  right: 0;
  color: #999;
}

#main_photo {
  padding: 70px 0 120px;
  background: #A0C5FC;
  text-align: center;
  position: relative;
  height: 717px;
}
#main_photo p {
  font-size: 15px;
  color: #111;
  margin: 0 auto 38px;
}
#main_photo a.more {
  position: absolute;
  top: 80px;
  right: 10px;
}
@media (min-width: 280px) and (max-width: 320px) {
  #main_photo a.more {
    top: 10px;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  #main_photo a.more {
    top: 10px;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  #main_photo a.more {
    top: 10px;
  }
}
#main_photo .videobox {
  width: 728px;
  height: 412px;
  position: absolute;
  top: 130px;
  left: 50%;
  margin-left: -364px;
  background: #272332;
}
@media (min-width: 280px) and (max-width: 320px) {
  #main_photo .videobox {
    width: 100%;
    left: 0;
    margin: 0;
    position: relative;
    top: 0;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  #main_photo .videobox {
    width: 100%;
    left: 0;
    margin: 0;
    position: relative;
    top: 0;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  #main_photo .videobox {
    width: 100%;
    left: 0;
    margin: 0;
    position: relative;
    top: 0;
  }
}
@media (min-width: 900px) and (max-width: 1399px) {
  #main_photo .videobox {
    width: 100%;
    left: 0;
    margin: 0;
    position: relative;
    top: 0;
  }
}
#main_photo .photo_box ul li a {
  display: block;
  margin-bottom: 7px;
  position: relative;
  overflow: hidden;
  height: 202px;
}
#main_photo .photo_box ul li a p {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
  color: #fff;
  width: 100%;
  line-height: 35px;
  text-align: left;
  padding: 0 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#main_photo .photo_box ul li a img {
  max-width: 100%;
}
#main_photo .photo_box ul li a:hover img {
  transform: scale(1.05);
  transition: all 0.25s ease-out;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
@media (min-width: 321px) and (max-width: 690px) {
  #main_photo .photo_box ul li a {
    width: 49%;
    float: left;
    margin: 10px 2% 0 0;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  #main_photo .photo_box ul li a {
    width: 49%;
    float: left;
    margin: 10px 2% 0 0;
  }
}
@media (min-width: 900px) and (max-width: 1399px) {
  #main_photo .photo_box ul li a {
    width: 48%;
    float: left;
    margin: 10px 2% 0 0;
  }
}
@media (min-width: 280px) and (max-width: 320px) {
  #main_photo .photo_box ul li:nth-child(2n) a {
    margin-right: 0;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  #main_photo .photo_box ul li:nth-child(2n) a {
    margin-right: 0;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  #main_photo .photo_box ul li:nth-child(2n) a {
    margin-right: 0;
  }
}
#main_photo .photo_box.photo1 {
  float: left;
  width: 22%;
}
@media (min-width: 280px) and (max-width: 320px) {
  #main_photo .photo_box.photo1 {
    width: 100%;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  #main_photo .photo_box.photo1 {
    width: 100%;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  #main_photo .photo_box.photo1 {
    width: 100%;
  }
}
@media (min-width: 900px) and (max-width: 1399px) {
  #main_photo .photo_box.photo1 {
    width: 50%;
  }
}
#main_photo .photo_box.photo2 {
  float: right;
  width: 22%;
}
@media (min-width: 280px) and (max-width: 320px) {
  #main_photo .photo_box.photo2 {
    width: 100%;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  #main_photo .photo_box.photo2 {
    width: 100%;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  #main_photo .photo_box.photo2 {
    width: 100%;
  }
}
@media (min-width: 900px) and (max-width: 1399px) {
  #main_photo .photo_box.photo2 {
    width: 50%;
  }
}
@media (min-width: 280px) and (max-width: 320px) {
  #main_photo {
    height: auto;
    overflow: hidden;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  #main_photo {
    height: auto;
    overflow: hidden;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  #main_photo {
    height: auto;
    overflow: hidden;
  }
}
@media (min-width: 900px) and (max-width: 1399px) {
  #main_photo {
    height: auto;
    overflow: hidden;
  }
}

#wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  word-break: keep-all;
}

/** header **/
#header {
  width: 1350px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  height: 100px;
}
@media (min-width: 280px) and (max-width: 320px) {
  #header {
    width: 100%;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  #header {
    width: 100%;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  #header {
    width: 100%;
  }
}
@media (min-width: 900px) and (max-width: 1399px) {
  #header {
    width: 100%;
  }
}
@media (min-width: 280px) and (max-width: 320px) {
  #header {
    height: 115px;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  #header {
    height: 115px;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  #header {
    height: 115px;
  }
}

#menuwrap {
  text-align: center;
}
#menuwrap .logowrap {
  float: left;
  padding-top: 30px;
}
@media (min-width: 280px) and (max-width: 320px) {
  #menuwrap .logowrap {
    padding-top: 50px;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  #menuwrap .logowrap {
    padding-top: 50px;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  #menuwrap .logowrap {
    padding-top: 50px;
  }
}
@media (min-width: 280px) and (max-width: 320px) {
  #menuwrap .logowrap img {
    width: 200px;
  }
}
#menuwrap h2 {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
}

#navigation {
  position: absolute;
  left: 250px;
  top: 40px;
  padding: 0 0 40px 85px;
}
#navigation > li {
  display: inline;
  line-height: 55px;
}
#navigation > li > a {
  text-align: left;
  font-size: 22px;
  color: #000;
  padding: 0 12px 13px;
  font-weight: 400;
  position: relative;
  box-sizing: border-box;
  letter-spacing: -0.08em;
  line-height: 26px;
  display: inline-block;
  width: 160px;
}
#navigation > li > a.last {
  color: #e6224c;
}
#navigation > li > a:hover {
  text-decoration: none;
  color: #000;
  font-weight: 800;
}
#navigation > li > a.on {
  text-decoration: none;
  color: #000;
  font-weight: 800;
}
#navigation > li > a.on:hover {
  color: #000;
  font-weight: 800;
}
#navigation > li > a.focus_on {
  font-weight: 800;
  color: #000;
}
@media (min-width: 900px) and (max-width: 1399px) {
  #navigation > li > a {
    width: 120px;
  }
}
#navigation > li:last-child a span {
  border-right: none;
}
#navigation br {
  display: none;
}
@media (min-width: 280px) and (max-width: 320px) {
  #navigation {
    display: none;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  #navigation {
    display: none;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  #navigation {
    display: none;
  }
}
@media (min-width: 900px) and (max-width: 1399px) {
  #navigation {
    right: 0;
    padding: 0 0 40px 0;
    left: auto;
  }
}

.logo_wrap img {
  width: 300px;
}

.pullDownbg {
  border-bottom: 1px solid #ccc;
  height: 210px;
  position: absolute;
  z-index: 200;
  background: #fff;
  width: 1903px;
  left: 50%;
  margin-left: -952px;
  border-top: 1px solid #ccc;
  top: 100px;
}

.pullDown {
  position: absolute;
  min-height: 210px;
  top: 60px !important;
  z-index: 9999;
  display: none;
  width: 164px;
  left: -200px;
}
.pullDown ul {
  padding: 10px 0;
}
.pullDown ul li {
  display: block;
  float: left;
  text-align: center;
  width: 100%;
  position: relative;
  border-right: none !important;
}
.pullDown ul li a {
  display: block;
  width: 100%;
  font-size: 15px !important;
  color: #333 !important;
  position: relative;
  padding: 0 12px !important;
  line-height: 34px !important;
  font-weight: 400;
  text-align: left;
}
.pullDown ul li a:hover {
  font-weight: 500;
  border: none !important;
}
.pullDown ul li a.on {
  font-weight: 800;
  color: #000;
}
.pullDown ul li a.on span {
  border-bottom: 2px solid #333;
}
.pullDown ul li a.blank span {
  display: inline-block;
  background: url("/pages/software/img/main/icon_blank_off.png") right center no-repeat;
  padding-right: 2rem;
}
.pullDown:hover {
  background: #edf4ff;
  border-top: 2px solid #2871de;
}
.pullDown:hover ul li a {
  color: #000 !important;
}
.pullDown h3 {
  line-height: 24px;
  color: #333;
  font-weight: 600;
  text-align: left;
  padding-left: 20px;
}
@media (min-width: 900px) and (max-width: 1399px) {
  .pullDown {
    width: 120px;
  }
}

.navigation_s1 {
  position: absolute;
  left: 84px;
  top: 10px;
  height: 210px;
}
@media (min-width: 900px) and (max-width: 1399px) {
  .navigation_s1 {
    left: 0;
  }
}

.navigation_s2 {
  position: absolute;
  left: 248px;
  top: 10px;
  height: 210px;
}
@media (min-width: 900px) and (max-width: 1399px) {
  .navigation_s2 {
    left: 123px;
  }
}

.navigation_s3 {
  position: absolute;
  left: 413px;
  top: 10px;
  height: 210px;
}
@media (min-width: 900px) and (max-width: 1399px) {
  .navigation_s3 {
    left: 246px;
  }
}

.navigation_s4 {
  position: absolute;
  left: auto;
  right: 160px;
  top: 10px;
  height: 210px;
}
@media (min-width: 900px) and (max-width: 1399px) {
  .navigation_s4 {
    left: 369px;
    right: auto;
  }
}

.navigation_s5 {
  position: absolute;
  left: auto;
  right: 0;
  top: 10px;
  height: 210px;
}

#navigation_pc {
  position: relative;
}

#m_header_wrap {
  display: none;
}

#navigation_mobile_wrap {
  display: none;
}
@media (min-width: 280px) and (max-width: 320px) {
  #navigation_mobile_wrap {
    display: block;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  #navigation_mobile_wrap {
    display: block;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  #navigation_mobile_wrap {
    display: block;
  }
}

.header_fullmenu a.btn_fullmenu_t {
  top: 46px;
}

.header_menu {
  display: none;
}
@media (min-width: 280px) and (max-width: 320px) {
  .header_menu {
    display: block;
    position: absolute;
    right: 0;
    top: 60px;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  .header_menu {
    display: block;
    position: absolute;
    right: 0;
    top: 60px;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  .header_menu {
    display: block;
    position: absolute;
    right: 0;
    top: 60px;
  }
}

.navBtn1 {
  position: relative;
  display: block;
  width: 33px;
  height: 33px;
  margin: auto;
  text-align: center;
}
.navBtn1 .bar {
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 28px;
  height: 2px;
  background: #000000;
  transition: transform 0.3s ease, top 0.3s ease, left 0.3s ease;
  -webkit-transition: transform 0.3s ease, top 0.3s ease, left 0.3s ease;
  -moz-transition: transform 0.3s ease, top 0.3s ease, left 0.3s ease;
}
.navBtn1 .bar:nth-child(1) {
  top: 0;
}
.navBtn1 .bar:nth-child(2) {
  opacity: 1;
  transition: opacity 0.1s ease 0.125s, left 0.2s ease;
  -webkit-transition: opacity 0.1s ease 0.125s, left 0.2s ease;
  -moz-transition: opacity 0.1s ease 0.125s, left 0.2s ease;
}
.navBtn1 .bar:nth-child(3) {
  top: 20px;
}
.navBtn1.is-open .bar:nth-child(1) {
  top: 12px;
  transform: translateY(0) rotate(45deg);
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
}
.navBtn1.is-open .bar:nth-child(2) {
  opacity: 0;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
}
.navBtn1.is-open .bar:nth-child(3) {
  top: 12px;
  transform: translateY(0) rotate(-45deg);
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
}
.navBtn1:hover .bar:nth-child(2) {
  left: 5px;
}

#navigation_mobile.active .nav_box {
  right: 0 !important;
}

/* mobile_menu */
#m_header_wrap {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.m_nav_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 115px;
  border-top: 1px solid #ddd;
  left: 0;
  background: #fff;
  z-index: 9999;
  overflow: hidden;
}
.m_nav_box .nav_box {
  width: 100%;
  position: absolute;
  height: calc(100% - 60px);
  top: 0;
  right: -100%;
  background: #fff;
  transition: right 0.3s;
}
.m_nav_box .depth_1_box {
  width: 35%;
  background: #021f6f;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.m_nav_box .depth_1_box ul {
  padding-top: 15px;
}
.m_nav_box .depth_1_box ul li a {
  display: block;
  width: 100%;
  line-height: 23px;
  color: #bdc3d2;
  font-size: 19px;
  font-weight: 700;
  padding: 12px 0 12px 15px;
}
.m_nav_box .depth_1_box ul li a.active {
  color: #fff;
}
.m_nav_box .depth_2_box {
  position: absolute;
  width: 65%;
  height: 100%;
  top: 0;
  left: 35%;
  overflow-y: auto;
  padding: 20px 25px 50px 25px;
}
.m_nav_box .depth_2_box li a {
  color: #000;
  display: block;
  width: 100%;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  padding: 7px 0;
  word-break: normal;
}
.m_nav_box .depth_2_box li ul {
  padding: 3px 0 30px 0;
}
.m_nav_box .depth_2_box li ul li a {
  color: #999;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  padding: 7px 0;
}

.header_fullmenu {
  padding: 10px 0 0 4px;
  float: right;
}
.header_fullmenu a.btn_fullmenu {
  display: block;
  position: relative;
  top: 35px;
  width: 40px;
  height: 36px;
  overflow: hidden;
  background: url("/pages/software/img/ main/header_btn_fullmenu.gif") 0 0 no-repeat;
}
.header_fullmenu a.btn_fullmenu span {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
}

/* header_info */
#header .header_info {
  position: absolute;
  right: 0;
  top: 7px;
  width: 380px;
}

.newqr {
  float: left;
  margin-right: 17px;
  margin-top: 10px;
}

#header_wrap .header_info_wrap {
  width: 100%;
  height: 47px;
  background: #4163a3;
}
#header_wrap .header_info_wrap .header_infotbox {
  width: 1400px;
  margin: 0 auto;
}

.btn_gwhome {
  float: right;
  display: block;
  color: #fff;
  background: #2BA7E1 url("/pages/software/img/common/arrow.png") no-repeat 90% center;
  width: 150px;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  border-radius: 40px;
  text-align: left;
  margin-top: 50px;
}
@media (min-width: 280px) and (max-width: 320px) {
  .btn_gwhome {
    margin-top: 5px;
    position: absolute;
    right: 0;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  .btn_gwhome {
    margin-top: 5px;
    position: absolute;
    right: 0;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  .btn_gwhome {
    margin-top: 5px;
    position: absolute;
    right: 0;
  }
}
@media (min-width: 900px) and (max-width: 1399px) {
  .btn_gwhome {
    margin-top: 5px;
    position: absolute;
    right: 0;
  }
}

/* footer */
#footer {
  padding: 40px 0;
  width: 1350px;
  margin: 0 auto;
}
@media (min-width: 280px) and (max-width: 320px) {
  #footer {
    width: 100%;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  #footer {
    width: 100%;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  #footer {
    width: 100%;
  }
}
@media (min-width: 900px) and (max-width: 1399px) {
  #footer {
    width: 100%;
  }
}
@media (min-width: 280px) and (max-width: 320px) {
  #footer {
    overflow: hidden;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  #footer {
    overflow: hidden;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  #footer {
    overflow: hidden;
  }
}

.foot_l {
  float: left;
}
.foot_l .address {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  line-height: 25px;
  margin-bottom: 30px;
}
.foot_l .copyright {
  width: 55%;
  font-size: 14px;
  font-weight: 300;
  color: #333;
  line-height: 25px;
  margin-bottom: 20px;
}
@media (min-width: 280px) and (max-width: 320px) {
  .foot_l .copyright {
    width: 100%;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  .foot_l .copyright {
    width: 100%;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  .foot_l .copyright {
    width: 100%;
  }
}
@media (min-width: 900px) and (max-width: 1399px) {
  .foot_l .copyright {
    width: 100%;
  }
}
@media (min-width: 900px) and (max-width: 1399px) {
  .foot_l {
    width: 45%;
  }
}

.foot_logo {
  margin-bottom: 30px;
}

.foot_r {
  float: right;
}
.foot_r .foot_site {
  float: right;
  margin-bottom: 40px;
}
@media (min-width: 280px) and (max-width: 320px) {
  .foot_r .foot_site {
    width: 100%;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  .foot_r .foot_site {
    width: 100%;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  .foot_r .foot_site {
    width: 100%;
  }
}
.foot_r .sitebox {
  float: left;
  position: relative;
  margin-left: 10px;
}
.foot_r .sitebox > a {
  background: url("/pages/software/img/common/arrow1.png") no-repeat 95% center;
  border: 1px solid #ddd;
  display: block;
  padding: 0 20px;
  width: 225px;
  line-height: 45px;
  height: 45px;
}
@media (min-width: 280px) and (max-width: 320px) {
  .foot_r .sitebox > a {
    width: 100%;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  .foot_r .sitebox > a {
    width: 100%;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  .foot_r .sitebox > a {
    width: 100%;
  }
}
.foot_r .sitebox ul {
  position: absolute;
  bottom: 44px;
  left: 0;
  width: 100%;
  height: auto;
  display: none;
  background: #f8f8f8;
  padding: 20px 10px 20px 25px;
  z-index: 9999;
  box-sizing: border-box;
  border: 1px solid #ddd;
  max-height: 300px;
  overflow-y: scroll;
}
.foot_r .sitebox ul a {
  font-size: 16px;
  line-height: 27px;
  color: #666;
  display: block;
  width: 100%;
  font-weight: 400;
}
@media (min-width: 280px) and (max-width: 320px) {
  .foot_r .sitebox {
    width: 100%;
    margin: 0 0 2px;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  .foot_r .sitebox {
    width: 100%;
    margin: 0 0 2px;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  .foot_r .sitebox {
    width: 100%;
    margin: 2px;
  }
}
@media (min-width: 280px) and (max-width: 320px) {
  .foot_r {
    width: 100%;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  .foot_r {
    width: 100%;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  .foot_r {
    width: 100%;
  }
}

.foot_sitemap {
  clear: both;
  margin: 30px 0 100px;
  overflow: hidden;
  width: 780px;
}
.foot_sitemap > ul > li {
  float: left;
  width: 20%;
  padding: 0 30px;
}
.foot_sitemap > ul > li > a {
  font-size: 22px;
  display: block;
  font-weight: 400;
  margin-bottom: 15px;
  color: #5D5D5D;
}
.foot_sitemap > ul > li > ul > li > a {
  color: #747474;
  line-height: 35px;
}
@media (min-width: 280px) and (max-width: 320px) {
  .foot_sitemap {
    display: none;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  .foot_sitemap {
    display: none;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  .foot_sitemap {
    display: none;
  }
}
@media (min-width: 900px) and (max-width: 1399px) {
  .foot_sitemap {
    display: none;
  }
}

.sub_wrap {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

#sub_content {
  max-width: 1800px;
  margin: 0 auto;
}

.lnb {
  text-align: center;
}
.lnb h2 {
  color: #fff;
  padding: 97px 0;
  font-size: 32px;
}
.lnb h2.s_visual1 {
  background: url("/pages/software/img/sub/s_visual1.png") no-repeat center top;
}
.lnb h2.s_visual2 {
  background: url("/pages/software/img/sub/s_visual2.png") no-repeat center top;
}
.lnb h2.s_visual3 {
  background: url("/pages/software/img/sub/s_visual3.png") no-repeat center top;
}
.lnb h2.s_visual4 {
  background: url("/pages/software/img/sub/s_visual4.png") no-repeat center top;
}
.lnb h2.s_visual5 {
  background: url("/pages/software/img/sub/s_visual5.png") no-repeat center top;
}
.lnb .sub_2dmenu {
  background: #f2f2f2;
  padding: 10px 0;
  text-align: center;
}
.lnb .sub_2dmenu li {
  display: inline-block;
}
.lnb .sub_2dmenu li a {
  padding: 10px 30px;
  font-size: 17px;
  display: block;
}
.lnb .sub_2dmenu li a.on {
  font-weight: 800;
  color: #165dc7;
}

.content_box {
  width: 1350px;
  margin: 0 auto;
  padding: 100px 0;
  overflow: hidden;
}
@media (min-width: 280px) and (max-width: 320px) {
  .content_box {
    width: 100%;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  .content_box {
    width: 100%;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  .content_box {
    width: 100%;
  }
}
@media (min-width: 900px) and (max-width: 1399px) {
  .content_box {
    width: 100%;
  }
}
@media (min-width: 280px) and (max-width: 320px) {
  .content_box {
    padding: 60px 15px;
  }
}
@media (min-width: 321px) and (max-width: 690px) {
  .content_box {
    padding: 60px 15px;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  .content_box {
    padding: 60px 15px;
  }
}
@media (min-width: 900px) and (max-width: 1399px) {
  .content_box {
    padding: 60px 15px;
  }
}

.contents_top {
  text-align: center;
}

.subtop_title {
  font-size: 32px;
  color: #000;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}

.subtop_p {
  font-size: 17px;
  color: #666;
  text-align: center;
  font-weight: 400;
  margin-bottom: 40px;
  display: inline-block;
}
@media (min-width: 280px) and (max-width: 320px) {
  .subtop_p {
    margin: 0;
  }
}

.contents_top .info {
  width: 95px;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  top: 14px;
}
.contents_top .info .sns {
  float: left;
  position: relative;
}
.contents_top .info .sns button {
  font-size: 0;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  color: #fff;
  border: 1px solid #ccc;
  background: rgba(0, 0, 0, 0) url(/pages/software/img/sub/s_snsbtn.png) no-repeat right center;
  cursor: pointer;
}
.contents_top .info .sns #sns_share {
  position: absolute;
  width: 200px;
  height: 50px;
  overflow: hidden;
  left: 0;
  bottom: auto;
  top: 50px;
  margin: 0;
}
.contents_top .info .sns #sns_share li a {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 0;
  background: #fff;
  display: block;
  margin-bottom: 3px;
  float: left;
  margin-right: 5px;
}
.contents_top .info .sns #sns_share li a.fa {
  background: #195fad url(/pages/software/img/sub/sns_icofa.png) no-repeat center center;
}
.contents_top .info .sns #sns_share li a.tw {
  background: #359bed url(/pages/software/img/sub/sns_icotw.png) no-repeat center center;
}
.contents_top .info .sns #sns_share li a.bd {
  background: #1bcc21 url(/pages/software/img/sub/sns_icobd.png) no-repeat center center;
}
.contents_top .info .sns #sns_share li a.ks {
  background: #fdcf00 url(/pages/software/img/sub/sns_icoks.png) no-repeat center center;
}
.contents_top .info a.btn_qr_sub {
  float: left;
  border: 1px solid #ccc;
  background: rgba(0, 0, 0, 0) url(/pages/software/img/sub/s_qrbtn.png) no-repeat center center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 0;
  margin-left: 5px;
}
.contents_top .info .qr_sub_on {
  width: 350px;
  height: 313px;
  padding: 18px 24px 0 24px;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 10;
  top: 45px;
  left: 0;
  border: 1px solid #ddd;
  overflow: hidden;
  background: #fff;
}
.contents_top .info .qr_box {
  background: url(/pages/software/img/sub/qr_subbg.png) bottom center #fff no-repeat;
  height: 295px;
}
.contents_top .info dl {
  display: block;
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding: 12px 0 15px 0;
}
.contents_top .info dl dt {
  font-size: 17px;
  text-align: center;
  color: #000;
  font-weight: 700;
  padding-bottom: 15px;
}
.contents_top .info dl dd {
  text-align: center;
  line-height: 20px;
  color: #555;
  font-size: 13px;
  letter-spacing: -0.08em;
}
.contents_top .info .qr_img {
  width: 100%;
  position: relative;
  text-align: center;
  padding-top: 70px;
}
.contents_top .info .btn_close {
  position: absolute;
  top: 15px;
  right: 20px;
  border-right: none;
}
@media (min-width: 280px) and (max-width: 320px) {
  .contents_top .info {
    margin-bottom: 20px;
  }
}

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