* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

p {
    font-size: 14px;
    margin: 0;
}

ul,
li {
    list-style: none
}

.fl {
    float: left
}

.fr {
    float: right
}

hr {
    border: none;
    margin: 0;
}

.clear {
    clear: both
}

input {
    outline: none
}

img {
    width: 100%;
    display: block;
}

.container {
    width: 1270px;
    margin: 0 auto;
}

.container::before,
.container::after {
    display: none;
}

body,
html {
    background: #fff;
    overflow-x: hidden;
    box-sizing: border-box;
}

body {
    font-family: "微软雅黑", microsoft yahei;

}


/*导航*/
.navbar {
    transition: 1s;
    left: 0;
    right: 0;
    position: fixed;
    margin-bottom: 0;
    z-index: 9999;
    border-radius: 0;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}

.nav-top {
    background: #fff;
}

.navbar>div {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}

.in-logo {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.navbar-brand {
    display: inline-block;
    padding: 0;
    width: 200px;
    height: 60px;
    overflow: hidden;
    position: relative;
}

.navbar-brand img {
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    z-index: 9;
}

.navbar-brand img:last-of-type {
    top: 60px;
}

.nav-top .navbar-brand img {
    top: -60px;
}

.nav-top .navbar-brand img:last-of-type {
    top: 0;
}

.in-logo>span {
    font-size: 20px;
    color: #fff;
    padding-left: 20px;
}

.nav-top .in-logo>span {
    color: #000;
}

.navbar-nav {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.navbar-nav>li {
    padding: 10px 20px;
    position: relative;
}

.navbar-nav>li>a {
    color: #fff;
    transition: .5s;
    font-size: 16px;
    padding: 17px 0;
    display: inline-block;
}

.nav-top .navbar-nav>li>a {
    color: #000;
}

.navbar-nav>li>hr {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    width: 0;
    height: 2px;
    background: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    border: none;
}

.nav-top .navbar-nav>li>hr {
    background: #000;
}

.navbar-nav>li:hover>hr {
    width: 50px;
}

.navbar-nav>li.active>hr {
    width: 50px;
}

.navbar i {
    display: none;
}

.top-right {
    display: none;
}


/* search */
.search {
    margin: 27px 0;
    position: relative;
}

.search input {
    border-radius: 50px;
    border: solid 1px #ccc;
    padding: 5px 10px;
}

.search button {
    border: transparent;
    background: transparent;
    position: absolute;
    right: 10px;
    top: 20%;
}



/* banner */
.carousel-control.left,
.carousel-control.right {
    background: none;
    top: calc(100% - 50% - 60px)
}

.carousel-control>span {
    font-size: 60px;
    color: #fff;

}

.carousel-inner img {
    filter: blur(4px);
    -webkit-filter: blur(4px);
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
}

.carousel-inner>.active img {
    filter: blur(0);
    -webkit-filter: blur(0);
}


.banner1 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 35%;
    width: 32%;
}

.banner1>h4 {
    font-size: 30px;
    color: #fff;
    letter-spacing: 2px;
}

.banner1>h1 {
    font-size: 80px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 30px;
    margin-bottom: 0;
}

.banner1>span {
    font-size: 20px;
    color: #fff;
    letter-spacing: 9px;
    display: inline-block;
    padding: 10px 0;
}

.banner1>hr {
    width: 85%;
    height: 4px;
    background: #fff;
    margin-bottom: 40px;
}

.banner1>p {
    font-size: 30px;
    color: #fff;
    letter-spacing: 7px;
    line-height: 70px;
}

.banner1>p>i {
    color: #3f4140;
    padding-right: 15px;
    font-size: 40px;
}

.banner2 {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    word-wrap: break-word;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.banner2 h3 {
    font-size: 110px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 20px;
    margin-top: 120px;
}

.banner2 p {
    font-size: 30px;
    color: #fff;
    margin-top: 30px;
}

.banner3 {
    position: absolute;
    right: 20%;
    top: 23%;
    width: 28%;
}

.banner3>h3 {
    font-size: 70px;
    color: #fff;
    letter-spacing: 10px;
    font-weight: bold;
    text-align: center;
}

.banner3>ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 60px;
}

.banner3>ul>li {
    color: #fff;
    border: solid 3px #fff;
    font-size: 30px;
    letter-spacing: 3px;
    padding: 10px 20px;
    margin: 0 20px;
    font-weight: bold;
}

.banner3-hr {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}

.banner3-hr>hr {
    width: 100px;
    height: 2px;
    background: #fff;
}

.banner3-hr>span {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    margin: 0 40px;
}

.banner3>p {
    text-align: center;
}

.banner3>p>a {
    display: inline-block;
    padding: 5px 60px;
    background: #edb23c;
    color: #fff;
    font-size: 40px;
    letter-spacing: 3px;
}




/* about */
.in-about {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 80px;
}

.in-ab-left {
    width: 56%;
    padding-left: 10%;
    position: relative;
}
.in-ab-logo{
    position: absolute;
    left: -100px;
    top: 50%;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    width: 400px;
    opacity: .05;
}
.in-ab-title>h3 {
    font-size: 30px;
    color: #000;
    margin: 0;
}

.in-ab-title>p {
    font-size: 20px;
    color: #999;
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
}

.in-ab-title>hr {
    width: 30px;
    height: 2px;
    background: #fed154;
}

.in-ab-title>span {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    display: inline-block;
    padding-top: 10px;
}

.in-ab-text {
    padding-left: 9%;
    margin-top: 80px;
}

.in-ab-text>h1 {
    font-size: 24px;
    font-weight: bold;
    color: #666;
}

.in-ab-text>p {
    font-size: 14px;
    color: #999;
    line-height: 40px;
    text-indent: 2em;
    text-align: justify;
}

.in-wrap {
    margin-top: 50px;
}

.main {
    padding: 20px 0;
    margin: 0 auto;
    width: 100%;
}

.numCount {
    margin: 0 -10px;
}

.numCount ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.numCount li {
    width: 24%;
    text-align: center;
    padding: 30px 0;
}

.numCount li .item {
    margin: 0 10px;
}


.numCount li .numU {
    line-height: 1.3;
}

.numCount li .numCX {
    font-size: 40px;
    color: #000;
    font-weight: bold;
}

.numCount li .numU .unitC {
    font-size: 100%;
    line-height: 1.3;
    margin-left: 0.3em;
}

.numCount li .numU sup {
    vertical-align: top;
}

.numCount li .numU sub {
    vertical-align: baseline;
}

@media (max-width:800px) {
    .numCount li .numCX {
        font-size: 36px;
    }
}

@media (max-width:480px) {
    .numCount {
        font-size: 0.5vw;
    }
}

.in-ab-right {
    width: 40%;
}

.in-ab-img {
    position: relative;
}
.in-ab-img>img.animated{
    -webkit-animation: polygon 1s linear forwards;
    animation: polygon 1s linear forwards;
}
@-webkit-keyframes polygon {
    0% {
        -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
        clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
        opacity: 0
    }

    to {
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
        opacity: 1
    }
}

@keyframes polygon {
    0% {
        -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
        clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
        opacity: 0
    }

    to {
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
        opacity: 1
    }
}
.in-ab-video {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.in-ab-video>i {
    font-size: 30px;
    border: solid 3px #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 6px 6px 6px 12px;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;  
    cursor: pointer; 
}

.in-ab-video:hover>i {
    color: #222860;
    border: solid 3px #222860;

}
@keyframes rotate{from{transform: rotate(0deg)}
to{transform: rotate(360deg)}
}


.in-ab-right>p{
    font-size: 30px;
    color: #ccc;
    padding: 0 50px;
    margin-top: 60px;
}

.in-about>p{
    width: 100%;
    text-align: center;
}
.in-about>p>a{
    display: inline-block;
    padding: 8px 40px;
    font-size: 16px;
    color: #fff;
    background: #f7c02f;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.in-about>p>a:hover{
    box-shadow: 0 0 12px 7px #ccc;
}

































.in-product{
    background: #fbfaf6;
    padding: 60px 0;
    position: relative;
}
.in-pro-title{
    position: absolute;
    top: 20px;
    right: 15%;
    z-index: 99;
    text-align: right;
}
.in-pro-title>h3{
    font-size: 30px;
    color: #000;
    font-weight: bold;
}
.in-pro-title>p{
    font-size: 18px;
    color: #666;
}
.in-pro-title>hr{
    width: 40px;
    height: 4px;
    background: #f6b638;
    display: inline-block;
}
.cd-slider-wrapper {
    position: relative;
    height: 76vh;
  }
  
  .cd-slider {
    position: relative;
    z-index: 1;
    height: 100%;
    overflow: hidden;
  }
  .cd-slider li {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    transition: transform 0.6s;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .cd-slider li.is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-slider .cd-half-block {
    height: 50%;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .cd-slider li:first-of-type .image {
    background-image: url(../img/c1.jpg);
  }
  .cd-slider li:nth-of-type(2) .image {
    background-image: url(../img/c5.jpg);
  }
  .cd-slider li:nth-of-type(3) .image {
    background-image: url(../img/c3.jpg);
  }
  .cd-slider li:nth-of-type(4) .image {
    background-image: url(../img/c4.jpg);
  }
  .cd-slider .image {
    background-size: cover;
  }
  .cd-slider .content {
    padding: 30px;
    color: #333;
    background-color: #fbfaf6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .cd-slider .btn {
    display: inline-block;
    background: rgba(0, 0, 0, 0.2);
    padding: 1em 1.6em;
    margin-top: 1em;
    font-size: 1.3rem;
    color: #ffffff;
    border-radius: 50em;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
  }
  .no-touch .cd-slider .btn:hover {
    background: rgba(0, 0, 0, 0.6);
  }
  .cd-slider h2 {
    font-size: 2.2rem;
    margin-bottom: .4em;
  }
  .cd-slider p {
    font-size: 1.4rem;
  }
  .cd-slider h2, .cd-slider p {
    line-height: 1.4;
  }
  @media only screen and (min-width: 900px) {
    .cd-slider li {
      pointer-events: none;
      z-index: 1;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition: z-index 0s 0.6s;
      -moz-transition: z-index 0s 0.6s;
      transition: z-index 0s 0.6s;
    }
    .cd-slider li.is-visible {
      pointer-events: auto;
      z-index: 3;
      -webkit-transition: z-index 0s 0s;
      -moz-transition: z-index 0s 0s;
      transition: z-index 0s 0s;
    }
    .cd-slider li.is-visible.covered {
      /* list item still there, but covered by the list item entering the viewport (.is-visible) */
      z-index: 2;
    }
    .cd-slider .cd-half-block {
      height: 100%;
      width: 50%;
    }
    .cd-slider .cd-half-block.content {
      -webkit-transform: translateX(200%);
      -moz-transform: translateX(200%);
      -ms-transform: translateX(200%);
      -o-transform: translateX(200%);
      transform: translateX(200%);
      -webkit-transition: -webkit-transform 0.6s 0s ease-in-out;
      -moz-transition: -moz-transform 0.6s 0s ease-in-out;
      transition: transform 0.6s 0s ease-in-out;
      
    }
    .cd-slider .cd-half-block.image {
       background-size: 80%;
      -webkit-transition: -webkit-transform 0s 0.3s;
      -moz-transition: -moz-transform 0s 0.3s;
      transition: transform 0s 0.3s;
      overflow: hidden;
      position: relative;
      z-index: 9;
    }
    .cd-slider li .in-pro-bg{
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
}
    .cd-slider li:hover .in-pro-bg{
        position: absolute;
        left: 59px;
        bottom:58px;
        width: 40%;
        height: 80%;
        z-index: 0;
        background: #f7c02f;
        transform: translate(-20px,20px);
        -webkit-transform: translate(-20px,20px);
        -moz-transform: translate(-20px,20px);
        -ms-transform: translate(-20px,20px);
        -o-transform: translate(-20px,20px);
}
    .cd-slider li.is-visible .cd-half-block.content,
    .cd-slider li.is-visible .cd-half-block.image {
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%);
    }
    .cd-slider li.is-visible .cd-half-block.content {
      -webkit-transition: -webkit-transform 0.6s 0s ease-in-out;
      -moz-transition: -moz-transform 0.6s 0s ease-in-out;
      transition: transform 0.6s 0s ease-in-out;
    }
    .cd-slider .content {
      /* vertically align its content */
      display: table;
      padding: 0 40px;
    }
    .cd-slider .content > div {
      /* vertically align <div> inside div.content */
      display: table-cell;
      vertical-align: middle;
    }
    .cd-slider .btn {
      padding: 1.4em 2em;
      font-size: 1.4rem;
    }
    .cd-slider p {
      font-size: 1.6rem;
    }
    .cd-slider a{
        display: inline-block;
        padding: 8px 30px;
        font-size: 14px;
        color: #fff;
        background: #edb23c;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        margin-top: 20px;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
}
.cd-slider a:hover{
    box-shadow: 0 0 12px 7px #ccc;
}
    .cd-slider h2 {
      font-size: 3.5rem;
      margin-bottom: 0;
    }
    .cd-slider h2, .cd-slider p {
      line-height: 2;
    }
  }
  @media only screen and (min-width: 1170px) {
    .cd-slider .content {
      padding: 0 90px;
    }
    .cd-slider h2 {
      font-weight: 300;
    }
  }
  
  
  .cd-slider-navigation {
    position: absolute;
    z-index: 3;
    left: 37.5%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 68px;
  }
  .cd-slider-navigation li {
    display: inline-block;
    margin: 0 .25em;
  }
  .cd-slider-navigation li.selected a {
    background-color: #ffffff;
  }
  .cd-slider-navigation a {
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    color: transparent;
    /* image replacement */
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    border: 1px solid #ffffff;
  }
  @media only screen and (min-width: 900px) {
    .cd-slider-navigation {
      padding: 0;
      /* fixes a bug on Firefox with ul.cd-slider-navigation z-index */
      -webkit-transform: translateZ(2px) translateX(-50%);
      -moz-transform: translateZ(2px) translateX(-50%);
      -ms-transform: translateZ(2px) translateX(-50%);
      -o-transform: translateZ(2px) translateX(-50%);
      transform: translateZ(2px) translateX(-50%);
      -webkit-transition: -webkit-transform 0.3s;
      -moz-transition: -moz-transform 0.3s;
      transition: transform 0.3s;
    }
    .cd-slider-navigation.slider-animating {
      /* fixes a bug on Firefox with ul.cd-slider-navigation z-index */
      -webkit-transform: translateX(-50%) scale(1);
      -moz-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
      -o-transform: translateX(-50%) scale(1);
      transform: translateX(-50%) scale(1);
    }
    .cd-slider-navigation a {
      height: 30px;
      width: 30px;
      line-height: 30px;
      text-align: center;
      /* reset style */
      text-indent: 0;
      border: none;
      border-radius: 0;
      color: #333;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    .cd-slider-navigation li.selected a {
      border: solid 1px #ccc;
      background: transparent;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
}
  }







.in-news{
    padding: 80px 0;
}
.in-news-title{
    text-align: center;
}
.in-news-title>h3{
    font-size: 30px;
    font-weight: bold;
    color: #000;
}
.in-news-title>p{
    font-size: 18px;
    color: #333;
    margin-top: 30px;
}
.in-news-title>hr{
    width: 30px;
    height: 3px;
    background: #fed154;
    margin: 30px auto;
}
.in-news ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 80px;
}
.in-news ul.animated{
    -webkit-animation: polygon 1s linear forwards;
    animation: polygon 1s linear forwards;
}
@-webkit-keyframes polygon {
    0% {
        -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
        clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
        opacity: 0
    }

    to {
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
        opacity: 1
    }
}

@keyframes polygon {
    0% {
        -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
        clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
        opacity: 0
    }

    to {
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
        opacity: 1
    }
}
.in-news ul>li{
    width: 31%;
    padding:30px 20px;
}
.in-news ul>li:hover{
    box-shadow: 0 0 12px -2px #ccc;
}
.in-news ul>li h3{
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin: 0;
}
.in-news ul>li span{
    font-size: 14px;
    color: #999;
    display: inline-block;
    padding: 5px 0 10px;
}
.in-news ul>li p{
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
}
.in-news ul>li small{
    font-size: 16px;
    color: #000;
    margin-top: 20px;
    display: inline-block;
}
.in-news ul>li small>i{
    padding-left: 10px;
}








.in-contact{
    position: relative;
}
.in-con{
    position: absolute;
    top: 20%;
    right: 14%;
    width: 26%;
    height: 90%;
}
.in-con-title>h3{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.in-con-title>p{
    font-size: 18px;
    color: #fff;
    margin-top: 30px;
}
.in-con-title>hr{
    width: 30px;
    height: 3px;
    background: #fed154;
    margin: 20px 0 50px ;
}
.in-con>p{
    font-size: 16px;
    color: #ccc;
    line-height: 40px;
}

.steps-section{
    background: url(../img/chirt.jpg) no-repeat center;
}
h5.italic-title {
    font-size: 14px;
    color: #999999;
    margin-bottom: 10px;
    font-weight: normal;
    text-transform: none;
    font-family: 'Microsoft YaHei', 'Playfair Display', serif;
    font-style: italic;
}
.results-description>h4{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 15px;
    line-height: 28px;
}
.results-description>p{
    font-size: 16px;
    color: #333;
    line-height: 2;
    font-family: 'Raleway', sans-serif;
    margin: 0 0 2.14em;
}
/* footer */


.foot {
    padding-top: 20px;
    background: #3d3d3d;
}

.foot>div {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    padding: 30px 0;
}

.foot p,
.foot a {
    font-size: 14px;
    color: #fff;
    padding: 0;
    margin: 0;
}

.foot-btn{
    display: none;
}

@media all and (max-width:1440px) and (min-width:996px){
    .banner1{
        width: 38%;
    }
    .banner1>h1{
        font-size: 60px;
    }
    .banner1>hr{
        width: 100%;
        margin-bottom: 20px;
    }
    .banner1>p {
        line-height: 50px;
    }
    .banner2 h3{
        font-size: 80px;
        margin-top: 80px;
    }
    .banner2 p{
        font-size: 24px;
        margin-top: 0;
    }
    .banner3 {
        right: 15%;
        width: 34%;
    }
    .banner3>ul{
        margin-top: 20px;
    }
    .banner3-hr>hr{
        width: 50px;
    }
    .banner3-hr>span{
        font-size: 34px;
    }
    .banner3>p>a{
        font-size: 30px;
    }
    .cd-slider-wrapper{
        height: 85vh;
    }
    .cd-slider li:hover .in-pro-bg {
        position: absolute;
        left: 59px;
        bottom: 20px;
        width: 40%;
        height: 90%;
    }
    .cd-slider-navigation{
        bottom: 30px;
    }
}
@media all and (max-width:768px) {
    .container{
        width: 100%;
    }
    .navbar i{
        display: block;
        font-size: 30px;
        color: #000;
        padding-top: 10px;
        padding-right: 10px;
    }
    .navbar-nav{
        position: absolute;
        left: 0;
        top:61px;
        background: #000;
        width: 100%;
        margin: 0;
        display: none;
    }
    .navbar-nav>li{
        width: 100%;
        padding: 5px 40px;
    }
    .navbar-nav>li>a{
        width: 100%;
    }
    .navbar-nav>li>hr{
        display: none;
    }
    .carousel-control.left, .carousel-control.right {
        background: none;
        top: calc(100% - 50% - 30px);
    }
    .banner2{
        top: 20px;
    }
    .banner2 h3{
        font-size: 24px;
        margin: 0;
    }
    .banner2 p{
        font-size: 12px;
        margin-top: 0;
    }
    .banner3 {
        position: absolute;
        right: 0%;
        top: 23%;
        width: 50%;
    }
    .banner3>h3{
        font-size: 30px;
    }
    .banner3>ul,.banner3-hr,.banner3>p{
        display: none;
    }

    .in-ab-left,.in-ab-right{
        width: 100%;
        padding: 0 20px;
    }
    .in-ab-text{
        padding-left: 0;
        margin: 0;
    }
    .numCount li{
        width: 50%;
        padding: 10px 0;
    }
    .indc{
        font-size: 16px;
    }
    .in-wrap{
        margin-top: 0;
    }
    .in-pro-title{
        position: relative;
        top: -40px;
    }
    .cd-slider-wrapper {
        position: relative;
        height: 93vh;
    }
    .cd-slider li{
        display: inline-block;
        height: 85%;
        
    }
    .cd-slider .cd-half-block{
        height: 68%;
    }
    .cd-slider-navigation {
        bottom: 220px;
    }
    .in-news ul>li{
        width: 100%;
    }
    .in-con{
        top: 0;
        display: none;
    }
    .foot{
        padding: 0 20px;
        margin-bottom:50px;
    }
    .foot-btn{
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #000;
        z-index: 999999;
    }
    .foot-btn>ul{
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        margin: 0;
        border-top: 1px solid #444;
    }
    .foot-btn>ul>li{
        width: 48%;
        padding: 15px 75px;
    }
    .foot-btn>ul>li:first-of-type{
        border-right: solid 1px #444;
    }
}
