html, body, h3, h4, p, ul, li {
  padding: 0;
  margin: 0;
}
#max-width{
  max-width: 1920px;
  margin: 0 auto;
  min-width: 1000px;
}

#y-function .y-block, #y-products .y-block, #y-hotNews .y-block {
  max-width: 1200px;
  /* min-width: 1000px; */
  text-align: center;
  margin: 0 auto;
  padding: 60px 0;
}
#y-function .y-block .y-content, #y-products .y-block .y-content, #y-hotNews .y-block .y-content {
  color: #858585;
  font-size: 14px;
  line-height: 19px;
  margin-top: 10px;
}
#y-hotNews .y-block .y-content{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.y-subTitle {
  color: #ff9f00;
  font-size: 14px;
}
.y-mainTitle {
  color: #4a4a4a;
  font-size: 36px;
  margin-top: 10px;
  font-weight: normal;
}
.y-instruction {
  color: #858585;
  font-size: 16px;
  line-height: 32px;
  margin: 2% auto;
  max-width: 680px;
}

html, body {
  font-size: 14px;
}
h3, h4, p, ul, li {
  list-style: none;
}

.y-more {
  position: relative;
  font-size: 17px;
  color: #4a4a4a;
  border: 1px solid #cecece;
  padding: 14px 36px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.y-more:hover, .y-more:focus {
  color: #fefefe;
  background-color: #e77d04;
  border: 1px solid #e77d04;
  text-decoration: none;
}

/* device function style */
#y-function .y-video-bg {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#y-function .y-video-bg .video-js{
  background-color: #fff; /* remove black border-bottom of the video . */
}
#y-function #my-video-auto{
  font-size: 0;
}
#y-function .y-video-review{
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.4);
}
#y-function .y-video-caption{
  position: absolute;
  margin: auto;
  top: 30%;
  left: 0;
  height: 36%;
  width: 100%;
}
#y-video-subtitle,#y-video-maintitle{
  font-size: 28px;
  font-weight: 120;
  color: #fefefe;
}
@-moz-document url-prefix(){ /* Firefox hack */
  #y-video-subtitle{
    font-weight: 100;
  }
}
#y-video-maintitle{
  font-size: 58px;
  font-weight: 300;
  margin-bottom: 4%;
}
#y-btnV{
  display: inline-block;
  border-radius: 50px;
}
#y-btnV:hover{
  cursor: pointer;
}
#y-video-subtitle,#y-video-maintitle,#y-btnV{
  -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

/* jiangyu products style */
#y-products {
  /* min-width: 1000px; */
  background-color: #f3f3f3;
}
#y-products .y-block #y-carousel-generic2 {
  margin-bottom: 40px;
}
#y-products .y-block #y-carousel-generic2 .y-dot-bg1, #y-products .y-block #y-carousel-generic2 .y-dot-bg2 {
  position: absolute;
}
#y-products .y-block #y-carousel-generic2 .y-dot-bg1 {
  top: 20%;
  left: 0;
}
#y-products .y-block #y-carousel-generic2 .y-dot-bg2 {
  bottom: -5%;
  right: 0;
}   
#y-products .y-block #y-carousel-generic2 .carousel-control {
  position: absolute;
  top: 86%;
  bottom: 0;
  left: 82%;
  width: 15%;
  height: 12%;
  font-weight: lighter;
  font-size: 16px;
  color: #585858;
  background-color: #fff;
  opacity: 1;
  text-decoration: none;
}
#y-products #y-carousel-generic2 .carousel-control .y-current-page, #y-products #y-carousel-generic2 .carousel-control .y-total-page, #y-products #y-carousel-generic2 .carousel-control .y-devide-page, #y-products #y-carousel-generic2 .carousel-control .left span, #y-products #y-carousel-generic2 .carousel-control .right span {
  display: inline-block;
  zoom: 1;
  position: absolute;
  top: 30%;
  right: 24%;
  width: 23.4%;
  height: 40%;
}
#y-products #y-carousel-generic2 .carousel-control .y-current-page {
  color: #e77d04;
  left: 24%;
}
#y-products #y-carousel-generic2 .carousel-control .y-devide-page {
  left: 39%;
}
#y-products #y-carousel-generic2 .carousel-control .left, #y-products #y-carousel-generic2 .carousel-control .right {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  background-image: none;
  color: #585858;
  text-decoration: none;
  width: 24%;
}
#y-products #y-carousel-generic2 .carousel-control .left span, #y-products #y-carousel-generic2 .carousel-control .right span {
  background-color: none;
  width: 100%;
  right: 0;
}
#y-products #y-carousel-generic2 .carousel-control .left {
  left: 0;
}
#y-products #y-carousel-generic2 .carousel-control .right {
  right: 0;
}
#y-products #y-carousel-generic2 .carousel-control:hover {
  background-color: #fff !important;
}
#y-products #y-carousel-generic2 .item {
  padding: 0 3%;
  overflow: hidden;
  /* clear float */
}
#y-products #y-carousel-generic2 .item img {
  float: right;
  width: 84%;
  padding-bottom: 1%;
}
#y-products #y-carousel-generic2 .y-item-describe {
  width: 30%;
  height: 70%;
  position: absolute;
  left: 3%;
  bottom: 0;
  top: 28%;
  border-radius: 5px;
  padding: 3% 2%;
  text-align: left;
  background-color: #fff;
  z-index: 20;
  box-shadow: -3px 4px 15px rgba(66, 66, 66, 0.5);
}
@media (max-width: 1080px) {
  #y-products #y-carousel-generic2 .y-item-describe{
    padding: 2%;
    width: 34%;
  }
}
#y-products #y-carousel-generic2 h4 {
  color: #4a4a4a;
  font-size: 22px;
  font-weight: normal;
}
#y-products #y-carousel-generic2 h4 span {
  color: #ffd739;
  font-size: 16px;
}
#y-products #y-carousel-generic2 .y-divide {
  border-top: 1px solid #4a4a4a;
  margin-top: 6%;
}
#y-products #y-carousel-generic2 .y-content {
  margin-top: 6%;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; */
}
#y-products #y-carousel-generic2 .y-product-link {
  display: inline-block;
  margin-top: 8%;
  text-decoration: none;
  color: #858585;
  font-size: 20px;
  font-weight: lighter;
  background-color: #f0ede5;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
}
#y-products #y-carousel-generic2 .y-product-link:hover {
  color: #fefefe;
  background-color: #e77d04;
}

/* hotNews style */
#y-hotNews {
  /* min-width: 1000px; */
}
#y-hotNews .y-dot-bg1, #y-hotNews .y-dot-bg2 {
  position: absolute;
}
#y-hotNews .y-dot-bg1 {
  top: -4%;
  left: 5%;
}
#y-hotNews .y-dot-bg2 {
  top: 32%;
  right: 4%;
}
#y-hotNews .y-block {
  max-width: 1100px;
  /* min-width: 900px; */
  margin: 0 auto;
}
#y-hotNews .y-block #y-carousel-generic3 {
  margin-top: 3%;
  margin-bottom: 6%;
}
#y-hotNews #y-carousel-generic3 .carousel-control {
  position: absolute;
  top: 160px;
  bottom: 170px;
  width: 50px;
  height: 50px;
  font-size: 30px;
  font-weight: lighter;
  color: #585858;
  background-color: #d8d4cb !important;
  border-radius: 50%;
}
#y-hotNews #y-carousel-generic3 .carousel-control.left, #y-hotNews #y-carousel-generic3 .carousel-control.right {
  background-image: none;
}
#y-hotNews .y-block ul {
  padding: 10px 100px;
}
#y-hotNews .y-newsItem {
  display: inline-block;
  text-align: left;
}
#y-hotNews .y-newsItem .y-Img {
  position: relative;
  overflow: hidden;
}
#y-hotNews .y-newsItem .y-Img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
}
#y-hotNews .y-newsItem .y-Img .y-review {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url(../img/button_connect.png);
  background-repeat: no-repeat;
  background-position: center 25%;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  opacity: 0;
}
#y-hotNews .y-newsItem .y-Img:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
#y-hotNews .y-newsItem .y-Img:hover .y-review {
  opacity: 1;
  background-position: center;
}
#y-hotNews .y-newsItem .y-newsTime {
  color: #ff9f00;
  font-size: 14px;
  margin: 10px 0;
}
#y-hotNews .y-newsItem .y-newsTitle {
  color: #4a4a4a;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#y-hotNews .y-newsItem .y-newsTitle:hover {
  color: #e77d04;
}

/*# sourceMappingURL=y-index.css.map */
