@charset "UTF-8";
.f-l, .page-attend .item-box .left {
  float: left; }

.f-r, .page-attend .item-box .right {
  float: right; }

#milan {
  color: #282828; }
  #milan section {
    padding-bottom: 30px; }

@media only screen and (max-width: 750px) {
  #milan section {
    padding-bottom: 15px; } }
/*中间盒子尺寸*/
.public-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px 0;
  overflow: hidden; }
  .public-container .item-title {
    font-size: 54px;
    text-align: center;
    padding: 30px 0; }

@media (min-width: 751px) and (max-width: 1440px) {
  .public-container {
    max-width: 80%; } }
@media only screen and (max-width: 750px) {
  .public-container {
    width: 100%;
    padding: 15px; }
    .public-container .item-title {
      font-size: 28px;
      text-align: left;
      padding: 15px;
      font-family: hw-bold; } }
/*模块样式*/
.f-l, .page-attend .item-box .left {
  float: left; }

.f-r, .page-attend .item-box .right {
  float: right; }

/* nav start*/
.page-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
  padding-bottom: 0 !important;
  -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2); }
  .page-nav .main-box {
    overflow: hidden; }
    .page-nav .main-box .logo {
      float: left; }
    .page-nav .main-box .nav-btn {
      float: right; }
      .page-nav .main-box .nav-btn .menu-open {
        display: inline-block; }
      .page-nav .main-box .nav-btn .menu-close {
        display: none; }
      .page-nav .main-box .nav-btn.active .menu-open {
        display: none; }
      .page-nav .main-box .nav-btn.active .menu-close {
        display: inline-block; }
      .page-nav .main-box .nav-btn.active .text {
        display: none; }
  .page-nav .public-container {
    position: relative;
    overflow: inherit; }
    .page-nav .public-container .menu {
      position: absolute;
      right: 0;
      background-color: #f6f6f6;
      padding: 30px 0;
      margin-top: 30px;
      max-height: 500px;
      overflow: auto;
      -webkit-transition: transform 0.5s, opacity 0.5s;
      -moz-transition: transform 0.5s, opacity 0.5s;
      -ms-transition: transform 0.5s, opacity 0.5s;
      -o-transition: transform 0.5s, opacity 0.5s;
      transition: transform 0.5s, opacity 0.5s;
      -webkit-transform: translate(0, -120%);
      -moz-transform: translate(0, -120%);
      -ms-transform: translate(0, -120%);
      -o-transform: translate(0, -120%);
      transform: translate(0, -120%);
      opacity: 0; }
      .page-nav .public-container .menu.active {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1; }
      .page-nav .public-container .menu li {
        padding: 15px 30px;
        margin-bottom: 15px;
        background-color: #fff;
        font-size: 18px; }
        .page-nav .public-container .menu li:last-child {
          margin-bottom: 0; }
        .page-nav .public-container .menu li a {
          display: block;
          width: 100%;
          color: inherit; }

@media only screen and (max-width: 750px) {
  .page-nav .public-container {
    padding: 15px 30px; }
    .page-nav .public-container .nav-btn .text {
      display: none; }
    .page-nav .public-container .menu {
      width: 100%;
      padding: 15px 0;
      margin-top: 15px; }
      .page-nav .public-container .menu li {
        margin-bottom: 15px;
        font-size: 20px; } }
/* nav end*/
.f-l, .page-attend .item-box .left {
  float: left; }

.f-r, .page-attend .item-box .right {
  float: right; }

/* banner start*/
.page-banner {
  margin-top: 87px;
  background: url("../images/banner/banner_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 600px; }
  .page-banner .public-container {
    position: relative;
    height: 100%;
    /*倒计时*/ }
    .page-banner .public-container .desc img {
      width: 20%; }
    .page-banner .public-container .title {
      text-align: center;
      margin: 100px 0;
      margin-top: 150px; }
      .page-banner .public-container .title img {
        width: 90%; }
      .page-banner .public-container .title .btn {
        margin: 30px 0; }
        .page-banner .public-container .title .btn a {
          display: block;
          width: 100%; }
    .page-banner .public-container .time {
      text-align: right;
      position: absolute;
      right: 0;
      bottom: 15px; }
    .page-banner .public-container .timer-box {
      position: absolute;
      right: 0;
      top: 30px; }
      .page-banner .public-container .timer-box .time-container {
        display: inline-block;
        margin-right: 15px;
        width: 50px;
        font-size: 16px;
        color: #fff;
        text-align: center; }
        .page-banner .public-container .timer-box .time-container .text-box {
          position: relative;
          width: 100%;
          height: 60px;
          margin-bottom: 5px; }
          .page-banner .public-container .timer-box .time-container .text-box:last-child {
            margin-right: 0; }
          .page-banner .public-container .timer-box .time-container .text-box .img-box {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: url("../images/banner/banner_timer_bg.png");
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            -webkit-animation: none;
            -o-animation: none;
            animation: none; }
            .page-banner .public-container .timer-box .time-container .text-box .img-box.active {
              -webkit-animation: name 1s linear infinite 0s both;
              -o-animation: name 1s linear infinite 0s both;
              animation: name 1s linear infinite 0s both; }
            .page-banner .public-container .timer-box .time-container .text-box .img-box img {
              width: 100%; }
          .page-banner .public-container .timer-box .time-container .text-box .text {
            position: absolute;
            text-align: center;
            color: #fff;
            font-size: 24px;
            width: 100%;
            height: 100%;
            line-height: 60px; }

@media only screen and (max-width: 1440px) {
  .page-banner {
    height: 400px; }
    .page-banner .public-container .title {
      margin: 50px 0; } }
@media only screen and (max-width: 750px) {
  .page-banner {
    margin-top: 57px;
    height: 400px;
    padding-bottom: 0 !important; }
    .page-banner .public-container {
      padding: 15px 30px; }
      .page-banner .public-container .desc img {
        width: 50%; }
      .page-banner .public-container .title {
        margin: 30px 0; }
        .page-banner .public-container .title img {
          width: 90%; }
        .page-banner .public-container .title .btn {
          margin: 0;
          margin-top: 15px; }
          .page-banner .public-container .title .btn img {
            width: 50%; }
      .page-banner .public-container .time {
        bottom: 15px;
        right: 30px; }
        .page-banner .public-container .time img {
          width: 80%; }
      .page-banner .public-container .timer-box {
        position: inherit;
        text-align: center;
        top: 0; } }
@-webkit-keyframes name {
  0% {
    /*  动画开始 */
    transform: rotateX(0deg);
    /*  旋转0度 */ }
  100% {
    /*  动画结束 */
    transform: rotateX(180deg);
    /*  旋转到-180度  */ } }
@-moz-keyframes name {
  0% {
    transform: rotateX(0deg); }
  100% {
    /*  动画结束 */
    transform: rotateX(180deg);
    /*  旋转到-180度  */ } }
@-ms-keyframes name {
  0% {
    transform: rotateX(0deg); }
  100% {
    /*  动画结束 */
    transform: rotateX(180deg);
    /*  旋转到-180度  */ } }
@-o-keyframes name {
  0% {
    transform: rotateX(0deg); }
  100% {
    /*  动画结束 */
    transform: rotateX(180deg);
    /*  旋转到-180度  */ } }
@keyframes name {
  0% {
    /*  动画开始 */
    transform: rotateX(0deg);
    /*  旋转0度 */ }
  100% {
    /*  动画结束 */
    transform: rotateX(180deg);
    /*  旋转到-180度  */ } }
/* banner end*/
/*attend start*/
.page-attend {
  background-color: #fafafa; }
  .page-attend .item-title {
    padding-left: 0;
    padding-right: 0; }
  .page-attend .left,
  .page-attend .right {
    width: 50%; }
  .page-attend .item-box {
    overflow: hidden; }
    .page-attend .item-box .left {
      font-size: 18px;
      line-height: 30px; }
      .page-attend .item-box .left li {
        margin: 15px 30px;
        list-style: disc;
        color: #ff0000; }
        .page-attend .item-box .left li div {
          color: #282828; }
    .page-attend .item-box .right {
      overflow: hidden;
      position: relative;
      padding: 15px; }
      .page-attend .item-box .right img {
        width: 100%; }
      .page-attend .item-box .right a {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        margin-top: -30px;
        display: inline-block;
        overflow: hidden;
        background: url("../images/play.png");
        background-size: cover; }
      .page-attend .item-box .right .text {
        font-size: 24px;
        text-align: center;
        margin: 15px 0; }

@media only screen and (max-width: 750px) {
  .page-attend .public-container {
    padding-left: 0;
    padding-right: 0; }
    .page-attend .public-container .item-title {
      padding: 15px 30px; }
    .page-attend .public-container .item-box {
      padding: 0; }
      .page-attend .public-container .item-box .left,
      .page-attend .public-container .item-box .right {
        width: 100%; }
      .page-attend .public-container .item-box .left {
        float: right;
        padding: 15px 45px; }
        .page-attend .public-container .item-box .left li {
          margin: 0;
          margin-top: 15px; }
          .page-attend .public-container .item-box .left li:first-child {
            margin-top: 0; }
      .page-attend .public-container .item-box .right {
        float: left;
        padding: 0; }
        .page-attend .public-container .item-box .right .text {
          font-size: 20px; } }
/*attend end*/
.f-l, .page-attend .item-box .left {
  float: left; }

.f-r, .page-attend .item-box .right {
  float: right; }

/*agenda start*/
.page-agenda .item-box {
  margin-bottom: 45px; }
  .page-agenda .item-box .item-date {
    background: #f7f6f6;
    font-size: 24px;
    color: #c8102e;
    padding: 30px; }
  .page-agenda .item-box li {
    margin: 0 30px;
    padding: 30px 0;
    font-size: 18px;
    border-bottom: 1px solid #ededed;
    overflow: hidden; }
    .page-agenda .item-box li .time {
      width: 200px;
      display: inline-block;
      float: left; }
    .page-agenda .item-box li .text {
      display: inline-block;
      float: left;
      width: calc(100% - 200px); }
.page-agenda .tip {
  font-size: 16px;
  color: #959595;
  margin: 0 30px; }

@media only screen and (max-width: 750px) {
  .page-agenda .item-box {
    margin-bottom: 30px; }
    .page-agenda .item-box .item-date {
      background: #f7f6f6;
      font-size: 20px;
      padding: 15px; }
    .page-agenda .item-box li {
      margin: 0 15px;
      padding: 15px 0;
      font-size: 16px; }
      .page-agenda .item-box li .time {
        width: 120px; }
      .page-agenda .item-box li .text {
        width: calc(100% - 120px); }
  .page-agenda .tip {
    font-size: 14px;
    margin: 0 15px; } }
/*agenda end*/
.f-l, .page-attend .item-box .left {
  float: left; }

.f-r, .page-attend .item-box .right {
  float: right; }

/*speaker start*/
.page-speaker {
  background: #fafafa; }
  .page-speaker .item-box {
    padding: 0;
    padding-bottom: 45px;
    position: relative; }
    .page-speaker .item-box .pc {
      overflow: hidden;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      .page-speaker .item-box .pc .mobile-slide {
        float: left;
        width: 25%;
        padding: 15px; }
        .page-speaker .item-box .pc .mobile-slide .slide-box {
          background: #fff;
          text-align: center; }
          .page-speaker .item-box .pc .mobile-slide .slide-box img {
            width: 100%; }
          .page-speaker .item-box .pc .mobile-slide .slide-box .text {
            padding: 30px 15px; }
            .page-speaker .item-box .pc .mobile-slide .slide-box .text .name {
              font-family: hw-bold;
              font-size: 25px;
              position: relative; }
              .page-speaker .item-box .pc .mobile-slide .slide-box .text .name:after {
                content: '';
                background-color: #c8102e;
                width: 50px;
                height: 1px;
                position: absolute;
                left: 50%;
                bottom: -15px;
                margin-left: -25px; }
            .page-speaker .item-box .pc .mobile-slide .slide-box .text .tag {
              font-size: 18px;
              margin: 15px 0;
              margin-top: 30px; }
    .page-speaker .item-box .swiper-button-next,
    .page-speaker .item-box .swiper-button-prev {
      display: none; }

@media only screen and (max-width: 1440px) {
  .page-speaker .item-box .pc .mobile-slide {
    width: 33.33%; } }
@media only screen and (max-width: 750px) {
  .page-speaker .item-box {
    padding: 0 30px; }
    .page-speaker .item-box .swiper-button-next,
    .page-speaker .item-box .swiper-button-prev {
      display: block;
      width: 13px;
      height: 24px;
      margin-top: -12px;
      background-size: 13px 24px; }
    .page-speaker .item-box .swiper-button-next {
      right: 0;
      background-image: url("../images/arrow_right.png"); }
    .page-speaker .item-box .swiper-button-prev {
      left: 0;
      background-image: url("../images/arrow_left.png"); } }
/*speaker end*/
.f-l, .page-attend .item-box .left {
  float: left; }

.f-r, .page-attend .item-box .right {
  float: right; }

/*keynote start*/
.page-keynote .item-box .other-title {
  font-family: hw-bold;
  text-align: center;
  font-size: 24px;
  margin: 15px 0; }
.page-keynote .item-box .line {
  position: relative;
  margin: 0 auto;
  overflow: hidden; }
  .page-keynote .item-box .line .box {
    width: 33%;
    padding: 15px 30px;
    float: left;
    font-size: 16px;
    position: relative; }
    .page-keynote .item-box .line .box:after {
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -150px;
      content: '';
      display: block;
      width: 1px;
      height: 300px;
      background-color: #a0a0a0; }
    .page-keynote .item-box .line .box:last-child:after {
      display: none; }
    .page-keynote .item-box .line .box img {
      width: 50px; }
    .page-keynote .item-box .line .box .title {
      font-size: 20px;
      font-family: hw-bold;
      margin: 15px 0; }
    .page-keynote .item-box .line .box li {
      list-style: disc;
      color: #ff0000;
      margin: 0 30px;
      line-height: 25px; }
      .page-keynote .item-box .line .box li div {
        color: #282828; }
  .page-keynote .item-box .line.line2 {
    width: 66%; }
    .page-keynote .item-box .line.line2 .box {
      width: 50%; }

@media only screen and (max-width: 750px) {
  .page-keynote .item-box .other-title {
    text-align: left;
    font-size: 20px;
    padding: 0 15px; }
  .page-keynote .item-box .line.line2, .page-keynote .item-box .line.line2 .box {
    width: 100%; }
  .page-keynote .item-box .line .box {
    width: 100%;
    padding: 15px; }
    .page-keynote .item-box .line .box:after {
      display: none; }
    .page-keynote .item-box .line .box li {
      margin: 0 auto;
      margin-left: 15px; } }
/*keynote end*/
.f-l, .page-attend .item-box .left {
  float: left; }

.f-r, .page-attend .item-box .right {
  float: right; }

/*technical seminars  start*/
.page-seminars {
  background-color: #fafafa; }
  .page-seminars .item-box .bold {
    font-family: hw-bold; }
  .page-seminars .item-box .title {
    font-size: 24px;
    padding: 15px 0;
    color: #c8102e;
    border-bottom: 1px solid #dadada; }
  .page-seminars .item-box .content-box {
    padding: 15px 0;
    line-height: 25px; }
    .page-seminars .item-box .content-box .speaker {
      overflow: hidden; }
      .page-seminars .item-box .content-box .speaker span {
        float: left; }
      .page-seminars .item-box .content-box .speaker .speaker-person {
        float: left; }

@media only screen and (max-width: 750px) {
  .page-seminars .item-box {
    padding: 0 15px; }
    .page-seminars .item-box .title {
      font-size: 20px; } }
/*technical seminars  end*/
/*technical exchanges  start*/
.page-exchanges {
  background: url("../images/exchanges/exchanges_bg_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .page-exchanges .item-box img {
    width: 100%; }
    .page-exchanges .item-box img.pc {
      display: block; }
    .page-exchanges .item-box img.mobile {
      display: none; }

@media only screen and (max-width: 750px) {
  .page-exchanges {
    background: url("../images/exchanges/exchanges_bg_mobile.png"); }
    .page-exchanges .item-box {
      padding: 0 15px; }
      .page-exchanges .item-box img.pc {
        display: none; }
      .page-exchanges .item-box img.mobile {
        display: block; } }
/*technical exchanges  end*/
.f-l, .page-attend .item-box .left {
  float: left; }

.f-r, .page-attend .item-box .right {
  float: right; }

/*demonstration start*/
.page-demonstration {
  background: #fafafa; }
  .page-demonstration .item-box .line_1 {
    margin: 15px 0; }
    .page-demonstration .item-box .line_1 img {
      width: 100%; }
      .page-demonstration .item-box .line_1 img.pc {
        display: block; }
      .page-demonstration .item-box .line_1 img.mobile {
        display: none; }
  .page-demonstration .item-box .line_2 {
    overflow: hidden;
    margin-top: 30px; }
    .page-demonstration .item-box .line_2 > li {
      width: 33.33%;
      padding: 15px;
      float: left; }
      .page-demonstration .item-box .line_2 > li .content-box {
        border: 1px solid #c8102e;
        padding: 15px;
        border-radius: 5px;
        height: 100%; }
        .page-demonstration .item-box .line_2 > li .content-box .title {
          color: #c8102e;
          font-family: hw-bold;
          padding: 15px 0;
          text-align: center;
          font-size: 24px; }
        .page-demonstration .item-box .line_2 > li .content-box .desc {
          margin: 10px 0; }
        .page-demonstration .item-box .line_2 > li .content-box.content-box-1 .content-text {
          overflow: hidden;
          margin-top: 15px; }
          .page-demonstration .item-box .line_2 > li .content-box.content-box-1 .content-text .left {
            width: 30%;
            float: left;
            text-align: center;
            word-break: break-word; }
            .page-demonstration .item-box .line_2 > li .content-box.content-box-1 .content-text .left img {
              width: 80%; }
          .page-demonstration .item-box .line_2 > li .content-box.content-box-1 .content-text .right {
            float: left;
            width: 70%;
            text-align: center;
            word-break: break-word; }
            .page-demonstration .item-box .line_2 > li .content-box.content-box-1 .content-text .right .bottom {
              overflow: hidden; }
              .page-demonstration .item-box .line_2 > li .content-box.content-box-1 .content-text .right .bottom li {
                float: left;
                width: 50%; }
                .page-demonstration .item-box .line_2 > li .content-box.content-box-1 .content-text .right .bottom li img {
                  height: 30px; }
                  .page-demonstration .item-box .line_2 > li .content-box.content-box-1 .content-text .right .bottom li img + div {
                    height: 60px; }
        .page-demonstration .item-box .line_2 > li .content-box.content-box-2 ul {
          overflow: hidden;
          margin-top: 15px; }
          .page-demonstration .item-box .line_2 > li .content-box.content-box-2 ul li {
            float: left;
            width: 50%;
            padding: 10px;
            margin-top: 10px;
            text-align: center; }
            .page-demonstration .item-box .line_2 > li .content-box.content-box-2 ul li img {
              height: 50px; }
              .page-demonstration .item-box .line_2 > li .content-box.content-box-2 ul li img + div {
                height: 50px; }
        .page-demonstration .item-box .line_2 > li .content-box.content-box-3 img {
          width: 100%;
          margin: 15px 0; }

@media only screen and (max-width: 750px) {
  .page-demonstration .item-box {
    padding: 0 15px; }
    .page-demonstration .item-box .line_1 img.pc {
      display: none; }
    .page-demonstration .item-box .line_1 img.mobile {
      display: block; }
    .page-demonstration .item-box .line_2 > li {
      width: 100%; } }
/*demonstration end*/
.f-l, .page-attend .item-box .left {
  float: left; }

.f-r, .page-attend .item-box .right {
  float: right; }

/*points start*/
.page-points {
  padding-bottom: 0 !important; }
  .page-points .public-container {
    padding-bottom: 0; }
  .page-points .item-box {
    padding: 0 60px;
    padding-bottom: 15px;
    position: relative; }
    .page-points .item-box .swiper-slide a {
      display: block;
      width: 100%;
      height: 100%; }
      .page-points .item-box .swiper-slide a img {
        width: 100%; }
    .page-points .item-box .swiper-button-next,
    .page-points .item-box .swiper-button-prev {
      width: 13px;
      height: 24px;
      margin-top: -12px;
      background-size: 13px 24px; }
    .page-points .item-box .swiper-button-next {
      right: 0;
      background-image: url("../images/arrow_right.png"); }
    .page-points .item-box .swiper-button-prev {
      left: 0;
      background-image: url("../images/arrow_left.png"); }

@media only screen and (max-width: 750px) {
  .page-points {
    padding-bottom: 0 !important; }
    .page-points .public-container {
      padding-bottom: 0; }
    .page-points .item-box {
      padding: 0 30px;
      padding-bottom: 15px; } }
/*points end*/
.f-l, .page-attend .item-box .left {
  float: left; }

.f-r, .page-attend .item-box .right {
  float: right; }

/*news start*/
.page-news {
  padding-bottom: 0 !important; }
  .page-news .public-container {
    padding: 0; }
  .page-news .item-box {
    padding: 0 60px;
    position: relative; }
    .page-news .item-box .swiper-slide .img-box {
      position: relative; }
      .page-news .item-box .swiper-slide .img-box img {
        width: 100%; }
      .page-news .item-box .swiper-slide .img-box a {
        position: absolute;
        bottom: 165px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        display: inline-block;
        overflow: hidden;
        background: url("../images/play.png");
        background-size: cover;
        z-index: 10; }
      .page-news .item-box .swiper-slide .img-box .mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        display: none; }
    .page-news .item-box .swiper-slide:hover .mask {
      display: block; }
    .page-news .item-box .swiper-slide .text {
      padding: 30px 15px; }
    .page-news .item-box .swiper-button-next,
    .page-news .item-box .swiper-button-prev {
      width: 13px;
      height: 24px;
      margin-top: -12px;
      background-size: 13px 24px;
      top: 30%; }
    .page-news .item-box .swiper-button-next {
      right: 0;
      background-image: url("../images/arrow_right.png"); }
    .page-news .item-box .swiper-button-prev {
      left: 0;
      background-image: url("../images/arrow_left.png"); }

@media only screen and (max-width: 750px) {
  .page-news {
    padding-bottom: 0 !important; }
    .page-news .public-container {
      padding-bottom: 0; }
    .page-news .item-box {
      padding: 0 30px; } }
/*news end*/
/* address部分start*/
.page-address .public-container {
  padding-top: 0; }
.page-address .item-box img {
  width: 100%; }
  .page-address .item-box img.pc {
    display: block; }
  .page-address .item-box img.mobile {
    display: none; }

@media only screen and (max-width: 750px) {
  .page-address .item-box {
    padding: 0 15px; }
    .page-address .item-box img.pc {
      display: none; }
    .page-address .item-box img.mobile {
      display: block; } }
/* address部分end*/
.f-l, .page-attend .item-box .left {
  float: left; }

.f-r, .page-attend .item-box .right {
  float: right; }

/*footer start*/
.page-footer {
  background: #f0f0f0; }
  .page-footer .top {
    border-bottom: 1px solid #ff0000; }
    .page-footer .top .public-container {
      padding: 60px; }
    .page-footer .top .title {
      font-size: 22px;
      margin-bottom: 15px; }
    .page-footer .top .link a {
      display: inline-block;
      width: 20px;
      height: 20px;
      background-image: url("../images/footer/icon_1.png");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      margin-right: 30px; }
      .page-footer .top .link a.twitter {
        background-image: url("../images/footer/icon_1.png"); }
      .page-footer .top .link a.ins {
        background-image: url("../images/footer/icon_2.png"); }
      .page-footer .top .link a.facebook {
        background-image: url("../images/footer/icon_3.png"); }
      .page-footer .top .link a.google {
        background-image: url("../images/footer/icon_4.png"); }
      .page-footer .top .link a.youtube {
        background-image: url("../images/footer/icon_5.png"); }
  .page-footer .bottom {
    overflow: hidden;
    font-size: 12px; }
    .page-footer .bottom .public-container {
      padding: 30px 60px; }
    .page-footer .bottom .copyright {
      float: left; }
    .page-footer .bottom .bottom-link {
      float: right; }
      .page-footer .bottom .bottom-link a {
        padding: 0 10px;
        border-right: 1px solid #282828; }
        .page-footer .bottom .bottom-link a:first-child {
          padding-left: 0; }
        .page-footer .bottom .bottom-link a:last-child {
          border-right: none; }

@media only screen and (max-width: 750px) {
  .page-footer .top .public-container {
    padding: 30px; }
  .page-footer .bottom .public-container {
    padding: 15px 30px; }
  .page-footer .bottom .copyright,
  .page-footer .bottom .bottom {
    width: 100%; }
  .page-footer .bottom .bottom-link {
    float: left; } }
/*footer end*/

/*# sourceMappingURL=style.css.map */
