.newsArea .newsListBottom .newsMore, .newsArea .newsListBottom ul li:before, .newsArea .newsList .tagDateBox .newIcon, .newsArea .newsList .slick-list li:before, .performanceArea ul li .Img, .solutionArea ul.solutionList li .item, .productArea ul li .item {
  transition: all 0.4s ease;
}

.productArea ul li .item .boder_line span:before, .productArea ul li .item .boder_line span:after, .productArea ul li .item .boder_line:before, .productArea ul li .item .boder_line:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 1s;
  background-color: #c2c2c2;
  opacity: 0;
}

.productArea ul li .item .boder_line span:after, .productArea ul li .item .boder_line:before {
  width: 0;
  height: 1px;
}

.productArea ul li .item .boder_line span:before, .productArea ul li .item .boder_line:after {
  width: 1px;
  height: 0;
}

.productArea ul li:hover .item .boder_line span:after, .productArea ul li:hover .item .boder_line:before {
  width: 100%;
  height: 1px;
}

.productArea ul li:hover .item .boder_line span:before, .productArea ul li:hover .item .boder_line:after {
  width: 1px;
  height: 100%;
}

.wrap {
  max-width: 1365px;
}

.pc {display: block;}
.mo {display: none;}

.newsArea .newsListBottom .newsMore a .arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translate(0, -50%);
}
.newsArea .newsListBottom .newsMore a .arrow:before {
  width: 18px;
  height: 1px;
  background: #41a692;
  display: block;
  content: " ";
  animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
}
.newsArea .newsListBottom .newsMore a .arrow:after {
  position: absolute;
  top: -4px;
  right: 0;
  content: "";
  display: block;
  width: 9px;
  height: 7px;
  border-top: 1px solid #41a692;
  behavior: url(-ms-transform.htc);
  transform: rotate(45deg);
}
.newsArea .newsListBottom .newsMore a .arrow:hover:before {
  background: #ffffff;
}

@keyframes elasticus {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50.1% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
.titleBox h2 {
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 1.6px;
}
.titleBox h2 span {
  color: #41a692;
}

.mainArea {
  padding: 0;
  position: relative;
  z-index: 1;
}

.productArea {
  z-index: 3;
}
.productArea .slick-list {
  overflow: visible;
  padding-bottom: 30px;
  padding-top: 50px;
}
.productArea ul {
  /*margin-top: -120px;*/
  position: relative;
  z-index: 2;
}
.productArea ul li .item {
  position: relative;
  max-width: 416px;
  margin-left: auto;
  margin-right: auto;
}
.productArea ul li .item .boder_line {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  margin: auto;
  z-index: 1;
}
.productArea ul li .item .boder_line:before, .productArea ul li .item .boder_line:after {
  left: 0;
  top: 0;
}
.productArea ul li .item .boder_line span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.productArea ul li .item .boder_line span:before, .productArea ul li .item .boder_line span:after {
  right: 0;
  bottom: 0;
}
.productArea ul li .item .Img {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.productArea ul li .item .Img img {
  max-width: 100%;
}
.productArea ul li .item .Img a {
  display: block;
  line-height: 0;
  position: relative;
  z-index: 1;
  /*padding-top: 150px;*/
  padding-bottom: 20px;
}
.productArea ul li .item .Img:before {
  content: "";
  display: block;
  /*background-image: url(../images/idxPro_bg_hover.jpg);*/
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
  transition: all 0.3s linear;
  opacity: 0.9;
}


.productArea ul li .item .Txt {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 40%;
  color: #ffffff;
  text-shadow: 0px 0px 3px #000;
  text-align: center;
}
.productArea ul li .item .Txt h3 {
  font-size: 36px;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.productArea ul li .item .Txt h3 a {
  color: #ffffff;
}
.productArea ul li .item .Txt p {
  font-size: 25px;
  font-family: "Lato";
}
.productArea ul li .item .Txt p span {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.productArea ul li .item .Txt p span:before, .productArea ul li .item .Txt p span:after {
  content: "";
  border-top: 1px solid #ffffff;
  width: 40px;
  display: table-cell;
  vertical-align: middle;
}
.productArea ul li .item .Txt p span:before {
  margin-right: 14px;
}
.productArea ul li .item .Txt p span:after {
  margin-left: 14px;
}
.productArea ul li:nth-child(1) {
  /*margin-top: 88px;*/
}
.productArea ul li:nth-child(1) .Img {
  background-image: url(../images/idxPro_bg01.jpg);
  background-repeat: no-repeat;
}
.productArea ul li:nth-child(2) {
  /*margin-top: 176px;*/
}
.productArea ul li:nth-child(2) .Img {
  background-image: url(../images/idxPro_bg02.jpg);
  background-repeat: no-repeat;
}
.productArea ul li:nth-child(3) .Img {
  background-image: url(../images/idxPro_bg03.jpg);
  background-repeat: no-repeat;
}
.productArea ul li:hover .item {
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.36);
}
.productArea ul li:hover .item .boder_line:before, .productArea ul li:hover .item .boder_line:after {
  opacity: 1;
}
.productArea ul li:hover .item .boder_line span:before, .productArea ul li:hover .item .boder_line span:after {
  opacity: 1;
}
.productArea ul li:hover .item .Img:before {
  transform: scale(1.05);
  opacity: 1;
}
@media (max-width: 1180px) {
  .productArea ul li .item .Txt {
    top: 40%;
  }
  .productArea ul li .item .Txt h3 {
    font-size: 30px;
  }
  .productArea ul li .item .Txt p {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .productArea .wrap {
    max-width: 600px;
  }
  .productArea .slick-list {
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
  }
  .productArea ul {
    margin-top: 30px;
  }
  .productArea ul li:nth-child(1), .productArea ul li:nth-child(2), .productArea ul li:nth-child(3) {
    margin-top: 0;
  }
  .productArea ul li .item .Img {
    background-image: url(../images/idxPro_bg03.jpg);
  }
  .productArea ul li:hover .item {
    box-shadow: none;
  }
}

@media (max-width: 640px) {
  .productArea ul li .item .Txt {
    top: 35%;
  }
  .productArea ul li .item .Txt h3 {
    font-size: 21px;
  }
  .productArea ul li .item .Txt p {
    font-size: 16px;
  }
}

.solutionArea {
  margin-top: 25px;
  padding: 105px 0 20px 0;
  /*max-width: 1730px;*/
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/aboutbg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.solutionArea .abTxtBox {
  max-width: 680px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.solutionArea .abTxtBox .abTit {
  color: #212121;
  font-size: 23px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.92px;
  margin-bottom: 10px;
}
.solutionArea .abTxtBox .abSubTit {
  color: #494949;
  font-size: 19px;
  line-height: 32px;
  letter-spacing: 0.38px;
  margin-bottom: 30px;
}
.solutionArea .abTxtBox .abTxt {
  color: #494949;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.4px;
}
.solutionArea ul.solutionList {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.solutionArea ul.solutionList:hover .Img img {
  filter: grayscale(100%);
}
.solutionArea ul.solutionList li.slick-slide:hover .Img img {
  filter: grayscale(0%);
}
.solutionArea ul.solutionList li .item {
  max-width: 168px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  min-height: auto;
}
.solutionArea ul.solutionList li .item .Img {
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.solutionArea ul.solutionList li .item .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.solutionArea ul.solutionList li .item .Txt {
  text-align: center;
  margin-top: 20px;
}
.solutionArea ul.solutionList li .item .Txt h3 {
  font-weight: 400;
}
@media (min-width: 768px) {
  .solutionArea ul.solutionList li .item {
    min-height: 300px;
    margin-bottom: 0;
  }
  .solutionArea ul.solutionList li:hover .item {
    max-width: 208px;
  }
  .solutionArea ul.solutionList li:hover .item .Img {
    border: 0;
  }
}
.solutionArea .btn_cis {
  margin-top: 0;
}
@media (max-width: 992px) {
  .solutionArea {
    margin-top: 0;
    background-position: left center;
  }
  .solutionArea ul.solutionList .slick-dots {
    bottom: 7px;
  }
}
@media (max-width: 768px) {

  .pc {display: none;}
.mo {display: block;}

  .solutionArea .titleBox h2 {
    font-size: 30px;
  }
  .solutionArea .abTxtBox {
    margin-bottom: 40px;
  }
  .solutionArea .abTxtBox .abTit {
    font-size: 20px;
  }
  .solutionArea .abTxtBox .abSubTit {
    font-size: 17px;
  }
  .solutionArea .abTxtBox .abTxt {
    font-size: 15px;
  }
  .solutionArea .slider_arrow {
    top: auto;
    bottom: 0;
    transform: none;
  }
  .solutionArea .slider_arrow.slider_prev {
    left: 0;
  }
  .solutionArea .slider_arrow.slider_next {
    right: 0;
  }
  .solutionArea .slick-dots {
    bottom: 4px;
  }
}

.performanceArea {
  margin-top: 40px;
  margin-bottom: 40px;
}
.performanceArea ul.performanceList .slick-list {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .performanceArea ul.performanceList .slider_arrow {
    width: 50px;
    height: 50px;
  }
}
.performanceArea ul li .Img img {
  max-width: 100%;
}
.performanceArea ul li:hover .Img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .performanceArea {
    margin-top: 0;
    margin-bottom: 60px;
  }
}

.aboutArea {
  background-image: url(../images/aboutbg.jpg);
  background-position: 70% center;
  background-repeat: no-repeat;
  padding: 122px 0;
  position: relative;
}
.aboutArea:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-size: 1px 100%;
  background-image: url(../images/banner_line.png), url(../images/banner_line.png), url(../images/banner_line.png), url(../images/banner_line.png), url(../images/banner_line.png);
  background-position: 160px 0, 560px 0, 959px 0, 1360px 0, 1758px 0;
  background-repeat: repeat-y;
  z-index: 1;
  pointer-events: none;
}
.aboutArea .aboutBox {
  max-width: 520px;
  position: relative;
  z-index: 1;
}
.aboutArea .aboutBox .titleBox h2 a {
  color: #ffffff;
}
.aboutArea .aboutBox .titleBox h2 span {
  color: #ffffff;
  display: block;
  height: 90px;
  overflow: hidden;
}
.aboutArea .aboutBox .titleBox:after {
  background-color: #ffffff;
}
.aboutArea .aboutBox p {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.68px;
  height: 120px;
  overflow: hidden;
}
.aboutArea .aboutBox .btn .btn_cis {
  color: #ffffff;
  border-color: #ffffff;
  margin-bottom: 0;
}
.aboutArea .aboutBox .btn .btn_cis .arrow:before {
  background: #ffffff;
}
.aboutArea .aboutBox .btn .btn_cis .arrow:after {
  border-top-color: #ffffff;
}
.aboutArea .aboutBox .btn .btn_cis:hover {
  border-color: #41a692;
}
@media (max-width: 992px) {
  .aboutArea:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
  }
}
@media (max-width: 768px) {


.aboutArea {
  background-position: 10% center;
}


  .aboutArea .aboutBox .titleBox h2 {
    font-size: 30px;
    text-shadow: 0px 0px 5px #222;
  }
  .aboutArea .aboutBox p {
    font-size: 15px;
    text-shadow: 0px 0px 5px #222;
  }

  .aboutArea .btn .btn_cis {
  color: #ffffff;
  background-color: #41a692;
  border: #41a692;
}

  .productArea ul li .item .Img:before {
  opacity: 0.9;
}
}
@media (max-width: 520px) {
  .aboutArea .aboutBox .titleBox h2 br {
    display: none;
  }
}
@media (max-width: 480px) {
  .aboutArea:before {
    display: none;
  }
}

.newsArea {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}
.newsArea .wrap {
  width: 100%;
}
.newsArea .left {
  width: 486px;
  float: left;
}
.newsArea .right {
  width: calc(100% - 485px);
  float: left;
  margin-left: -1px;
  background-image: url(../images/bg.png);
  background-color: #fafafa;
}
.newsArea .newsAboutBox {
  position: relative;
}
.newsArea .newsAboutBox .Img {
  line-height: 0;
}
.newsArea .newsAboutBox .Img img {
  max-width: 100%;
}
.newsArea .newsAboutBox .titleBox {
  position: absolute;
  left: 0;
  right: 0;
  top: 37px;
}
.newsArea .newsAboutBox .titleBox h2,
.newsArea .newsAboutBox .titleBox em {
  color: #ffffff;
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newsArea .newsAboutBox .titleBox h2 {
  font-size: 48px;
  line-height: 1.3;
}
.newsArea .newsAboutBox .titleBox:after {
  display: none;
}
.newsArea .newsAboutBox .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.newsArea .newsAboutBox .btn .btn_cis {
  color: #ffffff;
  background-color: #41a692;
}
.newsArea .newsAboutBox .btn .btn_cis .arrow:before {
  background: #ffffff;
}
.newsArea .newsAboutBox .btn .btn_cis .arrow:after {
  border-top-color: #ffffff;
}
.newsArea .newsList {
  z-index: 2;
}
.newsArea .newsList .slick-list {
  padding: 25px;
  margin: -25px;
}
.newsArea .newsList .slick-list li {
  position: relative;
  padding: 34.25px;
}
.newsArea .newsList .slick-list li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.newsArea .newsList .item {
  position: relative;
  z-index: 2;
}
.newsArea .newsList .item .Img img {
  max-width: 100%;
}
.newsArea .newsList .item .Txt {
  margin-bottom: 50px;
}
.newsArea .newsList .item .Txt h3 {
  font-size: 19px;
  line-height: 29px;
  letter-spacing: 0.38px;
  margin-bottom: 15px;
  font-weight: 400;
  height: 60px;
}
.newsArea .newsList .item .Txt p {
  color: #414141;
  height: 80px;
  line-height: 26px;
  letter-spacing: 0.28px;
}
.newsArea .newsList .item .more {
  font-size: 16px;
  color: #292929;
}
.newsArea .newsList .tagDateBox {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.newsArea .newsList .tagDateBox .date {
  color: #575757;
  font-family: "Lato";
  border-left: 1px solid #d8d8d8;
  padding-left: 12px;
}
.newsArea .newsListTop ul li.slick-active:hover {
  cursor: pointer;
}
.newsArea .newsListTop ul li.slick-active:hover:before {
  background-color: #ffffff;
  box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
  opacity: 1;
}
.newsArea .newsListTop ul li.slick-active:hover .newIcon {
  color: #ffffff;
  background-color: #41a692;
}
.newsArea .newsListBottom {
  display: flex;
}
.newsArea .newsListBottom ul {
  width: calc(100% - 294px);
  margin: 0;
}
.newsArea .newsListBottom ul li.hoverEffect:hover {
  cursor: pointer;
}
.newsArea .newsListBottom ul li.hoverEffect:hover:before {
  background-color: #ffffff;
  box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
  opacity: 1;
}
.newsArea .newsListBottom ul li.hoverEffect:hover .newIcon {
  color: #ffffff;
  background-color: #41a692;
}
.newsArea .newsListBottom .newsMore {
  width: 294px;
  position: relative;
  text-align: center;
}
.newsArea .newsListBottom .newsMore a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background-color: #41a692;
}
.newsArea .newsListBottom .newsMore a:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  display: block;
  border: 1px solid #f89ba0;
}
.newsArea .newsListBottom .newsMore a .TxtBox {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}
.newsArea .newsListBottom .newsMore a .Txt {
  color: #ffffff;
  text-align: center;
}
.newsArea .newsListBottom .newsMore a .arrow {
  position: relative;
  top: auto;
  right: auto;
}
.newsArea .newsListBottom .newsMore a .arrow:before {
  background: #ffffff;
}
.newsArea .newsListBottom .newsMore a .arrow:after {
  border-top-color: #ffffff;
}
.newsArea .newsListBottom .btn {
  display: none;
}
@media (max-width: 1360px) {
  .newsArea .newsList .slick-list li {
    padding: 34px 25px;
  }
  .newsArea .newsListBottom ul {
    width: calc(100% - 278px);
  }
  .newsArea .newsListBottom .newsMore {
    width: 278px;
  }
}
@media (max-width: 1306px) {
  .newsArea .newsList .slick-list > li {
    padding: 34px 25px;
  }
  .newsArea .left {
    max-width: 486px;
    width: 100%;
    float: none;
    margin: 30px auto 70px auto;
  }
  .newsArea .right {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .newsArea .newsListTop ul li.slick-active:hover:before {
    transform: scale(1);
  }
  .newsArea .newsListBottom ul,
.newsArea .newsListBottom .newsMore {
    width: 50%;
  }
  .newsArea .newsListBottom ul li:hover {
    cursor: pointer;
  }
  .newsArea .newsListBottom ul li:hover:before {
    background-color: #ffffff;
    box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.1);
    opacity: 1;
  }
}
@media (max-width: 640px) {
  .newsArea {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .newsArea .wrap {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .newsArea .wrap .left {
    order: 2;
    padding: 0 20px;
    margin-bottom: 0;
  }
  .newsArea .wrap .right {
    background-color: #ffffff;
    background-image: none;
  }
  .newsArea .slider_arrow.slider_prev {
    left: 10px;
  }
  .newsArea .slider_arrow.slider_next {
    right: 10px;
  }
  .newsArea .slick-dots {
    position: relative;
    bottom: -15px;
  }
  .newsArea .newsAboutBox .titleBox h2 {
    font-size: 30px;
  }
  .newsArea .newsList .slick-list {
    padding: 0;
    max-width: 300px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.1);
  }
  .newsArea .newsList .slick-list .slick-slide {
    padding: 34px 25px;
  }
  .newsArea .newsListTop {
    position: relative;
  }
  .newsArea .newsListTop:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 16px;
    bottom: 40px;
    background-image: url(../images/bg.png);
    background-color: #fafafa;
  }
  .newsArea .newsListBottom ul,
.newsArea .newsListBottom .newsMore {
    display: none;
  }
  .newsArea .newsListBottom .btn {
    display: block;
    margin: 10px auto;
  }
  .newsArea .newsListBottom .btn .btn_cis {
    margin: 0;
  }

}
@media (max-width: 400px) {
  .newsArea .slider_arrow {
    top: auto;
    bottom: -40px;
    transition: none;
  }
  .newsArea .slick-dots {
    bottom: -20px;
  }
  .newsArea .newsListBottom .btn {
    margin-top: 20px;
  }
}

.loadingArea {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
}
.loadingArea .roate {
  position: absolute;
  animation: rotate 10s infinite linear;
}
.loadingArea:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 8px;
  background-color: #41a692;
  transform: translateY(0);
}
.loadingArea:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.loadingArea .loadLogo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loadingArea.show {
  opacity: 1;
  pointer-events: auto;
}
.loadingArea.show:before {
  animation: loadLine 3s forwards, loadLineMove 0.8s 3s forwards;
}
.loadingArea.show:after {
  animation: loadLineMove02 0.8s 3.4s forwards;
}
.loadingArea.show .loadLogo {
  animation: logoFadeOut 0.3s 3.12s forwards;
}
@keyframes loadLine {
  0% {
    width: 0;
  }
  20% {
    width: 30%;
  }
  60% {
    width: 65%;
  }
  100% {
    width: 100%;
  }
}
@keyframes loadLineMove {
  0% {
    height: 8px;
    transform: translateY(0);
  }
  100% {
    height: 100%;
    transform: translateY(101%);
  }
}
@keyframes loadLineMove02 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(101%);
  }
}
@keyframes logoFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
/*# sourceMappingURL=home.css.map */


.popWin {
  display: none;
  width: 960px;
  font-size: 15px;
  color: #FFF;
}

.popWin iframe{
  width: 920px;
  height: 600px;
}

.popWin a.popClose {
  display: block;
  width: 100%;
  height: 50px;
  color: #D1D1D1;
  position: relative;
}

.popWin a.popClose:before,
.popWin a.popClose:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #FFF;
  position: absolute;
  right: 0;
  top: 20px;
}

.popWin a.popClose:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.popWin a.popClose:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}


@media (max-width:980px) {
.popWin {
  width: 680px;
}

.popWin iframe{
  width: 640px;
  height: 350px;
}
}


@media (max-width:680px) {
.popWin {
  width: 480px;
}

.popWin iframe{
  width: 440px;
  height: 350px;
}
}

@media (max-width:480px) {
.popWin {
  width: 420px;
}

.popWin iframe{
  width: 380px;
  height: 350px;
}
}