﻿ @media screen and (max-height:760px ) {
 #banner .dot .img {
width: 200px;
}
}
 @media screen and (max-width: 930px) {
 #banner {
margin-top:0;
}
}
 @media screen and (max-width: 768px) {
 #banner .dot .img {
display: none !important;
}
 #banner a {
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 background-position: 50% 50%;
 background-repeat: no-repeat;
 padding-top: 44%;
}
 #banner {
position: static;
}
 .banner-holder {
height: auto;
}
 #banner .dot {
display: none !important;
}
}
 @media screen and (max-width: 680px) {
 #banner .dot .img {
display: none !important;
}
 #banner .slick-arrow {
display: none !important;
}
}
 @media screen and (max-width: 640px) {
 #banner .slick-dots li {
padding-right: 0;
margin: 0 10px;
}
 #banner .slick-dots li:after {
display: none;
}
 #banner .slick-arrow {
-webkit-background-size: 55%;
 background-size: 55%;
}
 #banner h3 {
font-size: 14px;
}
 #banner h3:after {
border-top-width: 2px;
margin-top: 4px;
}
 .h135 {
height: 30px;
}
 .ul-list1 li p {
height: 42px;
}
 .ul-list1 li {
margin-bottom: 10px;
}
}
 @
