body
,html {
  font-size: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

/* Reset */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

body{
  font-weight: 500;
  font-family: '思源雅黑',Arial;
}
a{
  color: rgba(255, 255, 255, 0.6);
  outline: none;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover
,a:focus{
  color:#74777b;
  text-decoration: none;
}
ul{
  padding: 0;
  margin: 0;
}
li{
  list-style: none;
}
/*************** 动画 **************/
  .enter-y{
      transform: translateY(50px);
      opacity: 0;
      transition: all .5s;
  }

  .enter-y-y{
      transform: translateY(-50px);
      opacity: 0;
      transition: all .5s;
  }

  .enter-y-r{
      transform: translateY(-50px);
      opacity: 0;
      transition: all .5s;
  }

  .enter-x{
      transform: translateX(50px);
      opacity: 0;
      transition: all .5s;
  }

  .enter-x1{
      transform: translateX(450px);
      opacity: 0;
      transition: all .5s;
  }

  .enter-x-r{
      transform: translateX(-50px);
      opacity: 0;
      transition: all .5s;
  }

  .enter-x-r1{
      transform: translateX(-150px);
      opacity: 0;
      transition: all .5s;
  }

  .show .delay-1{
      transition-delay: .2s !important;
  }

  .show .delay-2{
      transition-delay: .4s !important;
  }

  .show .delay-3{
      transition-delay: .6s !important;
  }

  .show .delay-4{
      transition-delay: .8s !important;
  }

  .show .delay-5{
      transition-delay: 1s !important;
  }

  .show .delay-6{
      transition-delay: 1.2s !important;
  }

  .show .delay-7{
      transition-delay: 1.4s !important;
  }

  .show .enter-y,
  .show .enter-x,
  .show .enter-x1,
  .show .enter-y-r,
  .show .enter-x-r,
  .show .enter-x-r1,
  .show .enter-y-y{
      opacity: 1;
      transform: translate(0);
  }


/************** 页面效果 ***********/
  .myContainer{
    padding: 0 5%;
  }
  .row{
    /*margin: 0;*/
  }
  .banner{
    width: 100%;
  }
  .banner img{
    width: 100%;
  }
  p{
    word-break: break-all;
  }
