#container1 {
  width: 100%;
  height: 580px; }
  #container1 .swiper-pagination-bullet-active {
    background-color: #1ba2e6; }

body {
  overflow-x: hidden; }

#Orthodontics {
  width: 1200px;
  height: 542px;
  margin: 0 auto; }
  #Orthodontics .left {
    margin-top: 103px;
    display: inline-block;
    width: 698px; }
    #Orthodontics .left .title {
      font-size: 36px;
      color: #666;
      margin-bottom: 54px; }
      #Orthodontics .left .title span {
        color: #1ba2e6;
        margin-left: 18px; }
    #Orthodontics .left p {
      color: #7a7a7a;
      line-height: 28px;
      margin-bottom: 18px;
      text-align: justify; }
  #Orthodontics img {
    float: right;
    margin-top: 26px; }

.classfiy {
  width: 1200px;
  margin: 0 auto;
  position: relative; }
  .classfiy .list {
    font-size: 0; }
    .classfiy .list li {
      display: inline-block;
      width: 300px;
      height: 406px;
      text-align: center;
      box-sizing: border-box;
      padding: 40px 23px;
      font-size: 16px;
      color: #fff;
      cursor: pointer; }
      .classfiy .list li .image_bg {
        width: 123px;
        height: 123px;
        background-color: #0a8ccd;
        border-radius: 50%;
        line-height: 123px;
        display: inline-block; }
      .classfiy .list li p:nth-of-type(1) {
        font-size: 20px;
        margin: 20px 0; }
      .classfiy .list li p:nth-of-type(3) {
        font-size: 14px;
        margin-top: 28px;
        line-height: 26px; }
    .classfiy .list li:nth-child(2n) {
      background-color: #27a7e7; }
    .classfiy .list li:nth-child(2n-1) {
      background-color: #48bcf7; }
  .classfiy .triangle {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0; }
    .classfiy .triangle li {
      width: 0px;
      height: 0px;
      border: 300px solid transparent;
      border-top: 0;
      border-bottom: 13px solid #fff;
      display: inline-block; }

.ezbond {
  width: 100%;
  height: 620px;
  background-color: #fcfcfc;
  text-align: center;
  margin-top: 53px; }
  .ezbond .title {
    font-size: 36px;
    color: #0a8ccd;
    margin: 58px 0;
    display: inline-block; }
  .ezbond .bottom {
    width: 1200px;
    margin: 0 auto; }
    .ezbond .bottom img:nth-of-type(2) {
      margin: 0 58px; }