/* create by liuhonghyang */
.vertical-align {
  vertical-align: middle;
}
body {
  overflow-x: hidden;
  font-family: "Microsoft yahei";
}
.navbar-default {
  background: rgba(255, 255, 255, 0.8) !important;
}
.top-header-box {
 /* padding: 0 50px; */
}
.top-header-box .navbar-right .btn {
  margin-top: 12px;
  margin-left: 20px;
  border-radius: 50px 50px;
  -ms-border-radius: 50px 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.top-header-box .navbar-right .btn:active,
.top-header-box .navbar-right .btn:focus {
  outline: none;
}

.top-header-box .top-title-desc {
  border-left: 1px solid #dedede;
  margin-top: 20px;
  margin-left: 10px;
  padding-left: 20px;
  font-size: 1.6rem;
  color: #666666;
  float: left;
}
@media screen and (max-width: 768px) {
  .top-header-box {
    padding: 0 10px 0 25px;
  }
}
.back-to-top {
  display: block;
  position: fixed;
  padding: 1.4rem;
  bottom: 2rem;
  right: 2rem;
  background: #6EB237;
  color: #fff;
  z-index: 999;
  font-size: 1.4rem;
  opacity: 0.9;
}
.back-to-top:hover {
  color: #fff;
  background-color: #80c34a;
  border-color: #80c34a;
}
.footer {
  padding: 5rem 5rem 4rem 5rem;
  background-color: #333;
  color: #c9c9c9;
}
.footer .luculent-link {
  color: #fff!important;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 5rem 0rem;
  }
  .footer .copy-right a {
    display: block;
    margin-top: 1rem;
  }
  .footer img {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer .container-fluid {
    padding-left: 18rem;
    padding-right: -15px;
  }
}
@media screen and (min-width: 1366px) {
  .footer .row .col-xs-12 .col-xs-12 {
    padding: 0;
  }
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity ;
  -moz-transition-property: opacity ;
  -ms-transition-property: opacity ;
  -o-transition-property: opacity ;
  transition-property: opacity ;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.btn-primary {
  background-color: #6EB237;
  border-color: #6EB237;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent!important;
  color: #6EB237;
}
@media screen and (max-width: 768px) {
  .carousel {
    margin-top: 60px;
  }
  .lsb {
    float: right;
  }
  .lsb button {
    margin-left: 0!important;
    margin-right: 20px;
  }
  .carousel-inner .slide-img {
    height: 28rem!important;
    max-width: none!important;
  }
  .carousel-inner .btn {
    margin-top: 4rem;
  }
  #pc {
    display: none;
  }
  #mobile {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  #pc {
    display: inline-block;
  }
  #mobile {
    display: none;
  }
}
* {
  font-family: "Microsoft yahei";
}
.banner-box .glyphicon {
  font-size: 3rem;
}
.banner-box .carousel-control {
  top: 50%;
}
.carousel-caption {
  top: 20%;
  text-shadow: none;
}
@media screen and (max-width: 768px) {
  .carousel-caption {
    top: 10%;
    left: 0;
    right: 0;
  }
}
.carousel-caption h1 {
  font-size: 4.2rem;
  color: #333333;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .carousel-caption h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.carousel-caption p {
  font-size: 2.4rem;
  color: #f5f5f5;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .carousel-caption p {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.carousel-caption .btn {
  border-radius: 5rem 5rem;
  -ms-border-radius: 5rem 5rem;
  padding-left: 6rem;
  padding-right: 6rem;
  font-size: 1.7rem;
  padding: 1rem 6rem;
  margin-top: 4rem;
}
.carousel-caption .btn:active,
.carousel-caption .btn:focus {
  outline: none;
}
@media screen and (max-width: 768px) {
  .carousel-caption .btn {
    padding-left: 4rem;
    padding-right: 4rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1366px) {
  .carousel-caption .btn {
    margin-top: 1rem;
  }
}
.ripple-group {
  position: relative;
  overflow: hidden;
  top: -5.5rem;
  margin-bottom: -7.5rem;
}
.ripple-group .ripple-animate-box {
  width: 100%;
  position: absolute;
  top: 10%;
  left: 0;
  min-height: 30rem;
}
@media screen and (max-width: 768px) {
  .ripple-group {
    top: 0;
    margin-bottom: 0;
  }
  .ripple-group .ripple-animate-box {
    bottom: 0;
  }
}
.waveWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background-color: #ffffff;
}
.waveWrapper .waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  bottom: -1px;
}
.waveWrapper .waveWrapperInner .wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}
.waveWrapper .waveWrapperInner .waveMiddle {
  background-size: 40% 28rem;
}
.waveWrapper .waveWrapperInner .waveBottom {
  background-size: 40% 25rem;
}
.waveWrapper .bgMiddle {
  z-index: 10;
  opacity: 0.65;
}
.waveWrapper .bgBottom {
  z-index: 5;
  opacity: 0.85;
}
.waveWrapper.waveAnimation .waveMiddle {
  animation: movewave 20s linear infinite;
  -webkit-animation: movewave 20s linear infinite;
  -moz-animation: movewave 20s linear infinite;
  -ms-animation: movewave 20s linear infinite;
}
.waveWrapper.waveAnimation .waveBottom {
  animation: movewave 30s linear infinite;
  -webkit-animation: movewave 30s linear infinite;
  -moz-animation: movewave 30s linear infinite;
  -ms-animation: movewave 30s linear infinite;
}
@keyframes movewave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
@-webkit-keyframes movewave {
  0% {
    -webkit-transform: -webkit-translateX(0) -webkit-translateZ(0) -webkit-scaleY(1);
  }
  50% {
    -webkit-transform: -webkit-translateX(-25%) -webkit-translateZ(0) -webkit-scaleY(0.55);
  }
  100% {
    -webkit-transform: -webkit-translateX(-50%) -webkit-translateZ(0) -webkit-scaleY(1);
  }
}
@-moz-keyframes movewave {
  0% {
    -moz-transform: -moz-translateX(0) -moz-translateZ(0) -moz-scaleY(1);
  }
  50% {
    -moz-transform: -moz-translateX(-25%) -moz-translateZ(0) -moz-scaleY(0.55);
  }
  100% {
    -moz-transform: -moz-translateX(-50%) -moz-translateZ(0) -moz-scaleY(1);
  }
}
@-ms-keyframes movewave {
  0% {
    -ms-transform: -ms-translateX(0) -ms-translateZ(0) -ms-scaleY(1);
  }
  50% {
    -ms-transform: -ms-translateX(-25%) -ms-translateZ(0) -ms-scaleY(0.55);
  }
  100% {
    -ms-transform: -ms-translateX(-50%) -ms-translateZ(0) -ms-scaleY(1);
  }
}
@media screen and (max-width: 768px) {
  .ripple-wrap {
    padding: 0!important;
  }
  .ripple-wrap .row {
    padding: 0 2.15rem;
  }
  .ripple-wrap .container-fluid div[class^="col-"] {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .ripple-wrap .ripple-app-one {
    box-shadow: 0 0.3rem 1rem 0 #dedede;
    margin-bottom: 1.5rem;
    height: 24rem;
  }
  .ripple-wrap .ripple-app-one:hover {
    transform: scale(1);
    box-shadow: 0 0.4rem 2rem 0 #bababa;
  }
  .ripple-wrap .ripple-app-one .ra-desc {
    padding: 3rem 1rem 0 1rem;
  }
}
.ripple-box {
  text-align: center;
  -webkit-box-shadow: 0 1.4rem 3.3rem 0 rgba(136, 176, 254, 0.345);
  -ms-box-shadow: 0 1.4rem 3.3rem 0 rgba(136, 176, 254, 0.345);
  box-shadow: 0 1.4rem 3.3rem 0 rgba(136, 176, 254, 0.345);
  position: relative;
  padding-bottom: 6rem;
  background: rgba(238, 238, 238, 0.4);
  z-index: 88;
}
.ripple-box h3 {
  font-size: 2.4rem;
  color: #666;
  height: 9rem;
  line-height: 9rem;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0px #d9e4f8;
}
@media screen and (max-width: 768px) {
  .ripple-box h3 {
    font-size: 1.6rem;
  }
}
.ripple-box p {
  font-size: 2rem;
  color: #6EB237;
  padding: 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .ripple-box {
    top: 1rem;
    box-shadow: none;
    margin-bottom: 0;
    background: none;
  }
}
.ripple-box div[class^='col-'] {
  padding-right: 0.75rem!important;
  padding-left: 0.75rem!important;
}
.ripple-app-one {
  width: 100%;
  height: 28rem;
  text-align: center;
  box-shadow: 0 0 12px 0 #efefef;
  border-radius: 0.3rem 0.3rem;
  -ms-border-radius: 0.3rem 0.3rem;
  transition: all 0.3s ease;
  background-color: #ffffff;
}
.ripple-app-one:hover {
  transform: scale(1.1, 1.08) translateY(-1rem);
}
.ripple-app-one img {
  display: inline-block;
  margin-top: 2rem;
}
.ripple-app-one .ra-desc {
  padding: 4rem 1rem 0 1rem;
  line-height: 2.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ripple-app-one {
    margin-bottom: 3rem;
    height: 260px;
  }
  .glzs-box {
    margin-top: -2.2rem;
  }
}
.glzs-box {
  margin-top: -4.2rem;
  min-height: 900px;
  text-align: center;
  background: linear-gradient(to bottom, #d3e2ff 0%, #f7f7f7 70%);
}
.glzs-box .main-title {
  padding-top: 12rem;
  margin-top: 0;
  clear: both;
}
.glzs-box a.btn {
  border-radius: 5rem 5rem;
  -ms-border-radius: 5rem 5rem;
  padding-left: 4rem;
  padding-right: 4rem;
  font-size: 1.6rem;
  margin-top: 2rem;
}
.glzs-box .carousel {
  margin: 6rem 0 6rem 0;
  overflow: hidden;
}
.glzs-box .carousel-inner {
  text-align: left;
  overflow: hidden;
  height:500px;
}
.glzs-box .carousel-inner .img-responsive {
  display: inline;
}
.glzs-box .carousel-inner h2 {
  padding-top: 9rem;
}
.glzs-box .carousel-inner p {
  font-size: 1.4rem;
  color: #666666;
  font-family: "Microsoft yahei";
  line-height: 2.6rem;
}
.glzs-box .glzs-img {
  text-align: right;
}
/* .glzs-box .glzs-img img:first-child {
  margin-right: -4.5rem;
  margin-top: 0rem;
}
.glzs-box .glzs-img img:last-child {
  margin-top: -25.5rem;
} */
@media screen and (max-width: 1200px) {
  .glzs-box .glzs-img {
    text-align: left;
  }
  .glzs-box .glzs-img img:first-child {
    margin-right: -4.5rem;
    margin-top: -5.5rem;
  }
  .glzs-box .glzs-img img:last-child {
    margin-top: -40.5rem;
    margin-left: 12.5rem;
  }
}
@media screen and (max-width: 768px) {
  .glzs-box .glzs-img {
    margin-top: 5rem;
    text-align: center;
  }
  .glzs-box .glzs-img img {
    position: relative;
    top: 0;
    display: block;
    margin-top: 0!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }
}
.glzs-box .glyphicon {
  font-size: 1.4rem;
  color: #999;
}
.glzs-box .slide-btns-box {
  position: absolute;
  text-align: left;
  left: 0;
  bottom: 12rem;
} 
.glzs-box .slide-btns-box a {
  margin-right: 8rem;
}
.glzs-box .carousel-indicators {
 position: absolute;
  left: 0.5rem;
  text-align: left;
  bottom: 13rem;
  margin-left: 0;
}
.glzs-box .carousel-indicators li {
  background-color: #dadcdf;
  margin-right: 2.8rem;
}
.glzs-box .carousel-indicators li.active {
  background-color: #6EB237;
  border-radius: 0;
}
@media screen and (max-width: 1366px) {
  .glzs-box .carousel-indicators {
    bottom: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .glzs-box {
    background: none;
  }
  .glzs-box .carousel-inner h2 {
    padding-top: 0;
  }
  .glzs-box .glzs-img img {
    position: relative;
    margin-right: 0;
    top: 0;
    text-align: center;
  }
  .glzs-box .carousel-indicators {
    width: 100%;
    text-align: center;
    top: 12rem;
  }
  .glzs-box .slide-btns-box {
    width: 100%;
    text-align: center;
    top: 12rem;
    z-index: 88;
  }
  .glzs-box .slide-btns-box a {
    margin-right: 0rem;
  }
  .glzs-box .slide-btns-box a:hover {
    text-decoration: none!important;
  }
  .glzs-box .slide-btns-box a:first-child {
    float: left;
  }
  .glzs-box .slide-btns-box a:last-child {
    float: right;
  }
  .glzs-box .slide-btns-box a span {
    font-size: 2.4rem;
  }
}
.kb-b-b {
  display: none;
  margin-top: -11.5rem;
  background-color: #ffffff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .kb-b-b {
    margin-top: -20rem;
  }
}
.evaluate-box {
  position: relative;
  width: 100%;
  min-height: 28rem;
}
.evaluate-box .evaluate-bg-img {
  position: absolute;
  width: 100%;
  height: 28rem;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .evaluate-box .evaluate-bg-img {
    height: 24rem;
  }
}
.evaluate-box .container {
  position: relative;
}
.evaluate-box .container h3 {
  margin: 6.5rem auto 3rem;
  color: #fff;
  font-family: "Microsoft yahei", "Segoe UI Light", "Poiret One", "宋体" !important;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .evaluate-box .container h3 {
    font-size: 2.6rem;
  }
}
.evaluate-box .container p.lead {
  font-size: 1.6rem!important;
  color: #f1f1f1;
  font-family: "Microsoft yahei", "Segoe UI Light", "Poiret One", "宋体" !important;
}
.evaluate-box .container .next-prev-btns {
  position: absolute;
  right: 1rem;
  top: 13.5rem;
}
.evaluate-box .container .next-prev-btns a {
  color: #ffffff;
  margin-left: 1rem;
  font-size: 2rem;
}
.evaluate-box .media {
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(165, 202, 255, 0.211);
  padding: 2rem;
  position: relative;
  margin-top: 2rem;
  border-radius: 5px 5px;
  -ms-border-radius: 5px 5px;
}
.evaluate-box .media .comment-desc {
  font-family: "Microsoft yahei", "Segoe UI Light", "Poiret One", "宋体" !important;
  font-size: 1.4rem;
  color: #999999;
  margin-top: 1.5rem;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .evaluate-box .media {
    box-shadow: 0 6px 12px rgba(165, 202, 255, 0.23);
    margin-top: 1rem;
  }
}
.evaluate-box .media:hover {
  box-shadow: 0 6px 12px rgba(165, 202, 255, 0.327);
}
.evaluate-box .media-left {
  width: 5rem;
  height: 5rem;
}
.evaluate-box .media-left img {
  max-width: 5rem;
}
.evaluate-box .evaluate-user-name {
  font-size: 2rem;
  color: #333333;
  font-family: "Microsoft yahei", "Segoe UI Light", "Poiret One", "宋体" !important;
}
.evaluate-box .evaluate-small-desc {
  font-size: 1.4rem;
  color: #6EB237;
  font-family: "Microsoft yahei", "Segoe UI Light", "Poiret One", "宋体" !important;
}
.pmzs-box {
  width: 100%;
  background: url(../images/pmzs-bg.png) center bottom no-repeat;
  background-size: contain;
  padding-bottom: 21.4rem;
}
@media screen and (max-width: 768px) {
  .pmzs-box {
    background-size: 200%;
    padding-bottom: 3rem;
  }
}


.pmzs-box2 {
  width: 100%;
  background: url(../images/pmzs-bg.png) center bottom no-repeat;
  background-size: contain;
  padding-bottom: 15.4rem;
}
@media screen and (max-width: 768px) {
  .pmzs-box2 {
    background-size: 200%;
    padding-bottom: 3rem;
  }
}



.swiper-slide {
  text-align: center;
}
.swiper-slide img {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .swiper-slide {
    padding: 0 20px;
  }
}
.row-box {
  position: relative;
}
#swiper-container1 {
  margin-top: 14.5rem;
  cursor: move;
}

#swiper-container2 {
  margin-top: 4.2rem;
  height: 68rem;
  width: 18.5%;
  position: absolute;
  top: 0;
  z-index: 888;
  margin-left: 50%;
  transform: translateX(-55%);
 background: url(../images/phone-2.png) top 5rem center no-repeat; 
  background-size: 100% auto;
  overflow: hidden;
}

#swiper-container3 {
  margin-top: 5rem;
  cursor: move;
}

#swiper-container4 {
  margin-top: 4.2rem;
  height: 68rem;
  width: 20%;
  position: absolute;
  top: 0;
  z-index: 888;
  margin-left: 50%;
  transform: translateX(-55%);
/*  background: url(../images/phone-2.png) top 5rem center no-repeat; */
  background-size: 100% auto;
  overflow: hidden;
}


@media screen and (max-width: 768px) {
  #swiper-container2 {
    width: 300px;
    height: 700px;
  }
}
@media screen and (max-width: 1366px) {
  #swiper-container2 {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 768px) {
  #swiper-container4 {
    width: 300px;
    height: 700px;
  }
}
@media screen and (max-width: 1366px) {
  #swiper-container4 {
    margin-top: 3rem;
  }
}


.swiper-pagination {
  top: -1rem;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 2rem;
  height: 0.3rem;
  border-radius: 0px;
}
.news-j-warp {
  width: 100%;
  background-color: #fff;
  padding-bottom: 4rem;
}
.news-j-warp .date-day {
  font-size: 4.2rem;
  color: #999999;
  margin-bottom: 0!important;
}
.news-j-warp .date-ym {
  font-size: 1.2rem;
  color: #999999;
  width: 6rem;
}
.news-j-warp .media-body {
  height: 8.8rem;
  overflow: hidden;
}
.news-j-warp .media-body .media-heading {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 1.8rem;
}
.news-j-warp .new-desc {
  font-size: 1.4rem;
  color: #999999;
  padding: 0rem 0 3rem;
  margin-bottom: 3rem;
  height: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-j-warp .new-one-link {
  color: #333333;
  text-decoration: none;
}
.news-j-warp .media {
  padding: 1.5rem 1.5rem 0;
  margin-bottom: 1.5rem;
  transition: all 0.2s ease;
  position: relative;
}
.news-j-warp .media:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #6EB237;
  transform: scale(0);
  transition: all 0.2s ease-in;
}
.news-j-warp .media:hover {
  box-sizing: border-box;
  box-shadow: 0 3px 18px 0 #dedede;
}
.news-j-warp .media:hover:before {
  content: " ";
  position: absolute;
  transform: scale(1);
}
@media screen and (max-width: 768px) {
  .news-j-warp .media {
    box-shadow: 0 3px 10px 0 #dedede;
  }
}
#carousel-id3 .carousel-inner {
  padding: 0 0rem 2rem;
}
.uni-j-warp {
  background-color: #f3f5f8;
  padding-bottom: 5rem;
}
.uni-j-warp .uni-j-box img {
  width: 100%;
}
.uni-j-warp .uni-j-box .uni-info-box {
  position: relative;
  width: 100%;
  top: -4.5rem;
  padding: 2rem 2rem 0;
}
.uni-j-warp .uni-j-box .uni-info-box .uni-msg {
  color: #666666;
  font-family: "Microsoft yahei", "Segoe UI Light", "Poiret One", "宋体" !important;
  font-size: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
  min-height: 4.9rem;
}
.uni-j-warp .uni-j-box .uni-info-box .uni-date {
  color: #999999;
  font-size: 1.4rem;
}
.uni-j-warp .uni-j-box .uni-info-inner {
  border-radius: 0.5rem 0.5rem;
  -ms-border-radius: 0.5rem 0.5rem;
  background-color: #ffffff;
  padding: 2rem;
  min-height: 12.8rem;
}
.uni-j-warp .uni-j-box a {
  position: absolute;
  right: 0;
  bottom: -1rem;
  border-radius: 2rem 2rem;
  -ms-border-radius: 2rem 2rem;
  padding-left: 20px!important;
  padding-right: 20px!important;
  overflow: hidden;
  z-index:999;
}
.uni-j-warp .uni-j-box a:active,
.uni-j-warp .uni-j-box a:focus {
  outline: none!important;
}
.more-link {
  color: #666666;
  font-size: 1.6rem;
}
.main-title {
  color: #666666;
  font-size: 3.2rem;
  padding: 4rem;
  position: relative;
}
.main-title:after {
  content: " ";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #6EB237;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.main-title:hover:after {
  content: " ";
  width: 60px;
  border-radius: 50% 50%;
  -ms-border-radius: 50% 50%;
}
@media screen and (max-width: 768px) {
  .main-title {
    padding: 4rem 0;
  }
}
.second-title {
  font-size: 1.6rem;
  font-family: "Microsoft yahei";
  color: #666666;
}
.down-box {
  padding-bottom: 2rem;
}
.down-box .evaluate-bg-img {
  height: 38rem!important;
}
.down-box .media {
  box-shadow: none;
  padding: none;
  margin: 0;
  background-color: transparent;
}
.down-box .media:hover {
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .down-box .media img {
    display: inline-block;
  }
}
.copy-right-box {
  padding: 1.5rem 0;
  color: #999999;
}
.copy-right-box .lead {
  font-size: 1.4rem;
}
.copy-right-box .dropdown {
  float: right;
  margin-left: 1rem;
}
.copy-right-box .dropdown button {
  border: none;
  background: transparent;
  outline: none;
  border: 1px solid #ffffff;
}
.copy-right-box .dropdown button:active {
  border: 1px solid #dedede;
}
@media screen and (max-width: 768px) {
  .copy-right-box .dropdown {
    float: left;
    margin-left: 0;
    margin-right: 1.5rem;
    text-align: left;
  }
  .copy-right-box .dropdown button {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .carousel {
    margin-top: 60px;
  }
  .lsb {
    float: right;
  }
  .lsb button {
    margin-left: 0!important;
    margin-right: 20px;
  }
  .carousel-inner .slide-img {
    height: auto!important;
    max-width: 100%!important;
  }
  .carousel-inner .btn {
    margin-top: 4rem;
  }
}
