::before,
::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: 'novecentowide', Microsoft YaHei, sans-serif;
  font-size: 14px;
  color: #333;
}
ol,
ul {
  list-style: none;
}
.clearfix::before,
.clearfix::after {
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.navlt,.navgt{
  position:absolute;
   font-size: 36px;
    font-weight: bold;
    font-family: serif;
    line-height: 60px;
    z-index: 2;
    width: 32px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    color: rgb(255,255,255);
    background-color: RGBA(0,0,0,.3);
    top:calc(50% - 40px);
}
.navlt{
left:10px;
}
.navgt{
right:10px;
}
.layout {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
.banner {
  /* width: 100%; */
  overflow: hidden;
  position: relative;
  width: calc(100vw - 34px);
  max-width:1200px;
  /* min-height:calc(100vw - 80px); */
  margin:auto;
}
.banner ul.clearfix li > div > div > img,
.h5 .banner ul.clearfix,
.h5 .banner ul.clearfix li div {
  height: 100%;
}
.banner ul.clearfix li > div > div {
 
  float: left;
  overflow: hidden;
  margin: 4px;
  display: flex;
  align-items: center;
}
.banner ul:first-child li {
  width: calc(100vw - 34px);
  float: left;
  padding-bottom:20px;
}
.banner ul:first-child li a {
  display: block;
  width: 100%;
}
.banner ul:first-child li a img {
  width: 100%;
  display: block;
}
.banner ul:last-child {
  position: absolute;
  bottom:0px;
  width: 100%;
  text-align: center;
}
.banner ul:last-child li {
  width: 8px;
  height: 8px;
  border-radius: 10px;
  display: inline-block;
  margin-left: 10px;
  transition: all 0.5s;
}
.banner ul:last-child li:first-child {
  margin-left: 0;
}
.banner ul:last-child li.now {
  transition: all 0.5s;
  width:20px;
}
.leftNav-item {
  position: fixed;
  left: 0px;
  bottom: 0;
  height: 39px;
  z-index: 99;
  width: 100%;
  padding: 4px 0;
}
.leftNav-item ul {
  transition: all 0.5s;
  background: rgb(230, 230, 230);
  box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  border-top: 1px solid #e6e6e6;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
}
.leftNav-item ul li {
  float: left;
  width: 25%;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: 0.5s;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}
.leftNav-item ul li .tel_info {
  width: 100%;
  display: inline-block;
}
.leftNav-item ul li img {
  width: 17px;
  height: 17px;
  position: relative;
  top: 3px;
}
.leftNav-item ul li .leftNav-item ul li i {
  color: #666;
  line-height: 34px;
  font-size: 26px;
}
.leftNav-item ul li .rota {
  display: inline;
  border-radius: 5px;
  -webkit-transform-origin: -50% 50%;
  transform-origin: -50% 50%;
  -webkit-transform: rotate3d(0, 0, 1, 90deg);
  transform: rotate3d(0, 0, 1, 90deg);
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  opacity: 1;
  filter: alpha(opacity=0);
  color: rgb(58, 58, 58);
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  text-decoration: none;
  box-sizing: border-box;
}
.leftNav-item ul li:hover .rota {
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.leftNav-item ul li .title {
  position: absolute;
  right: -72px;
  top: 16px;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  text-align: left;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 8px;
}
.leftNav-item ul li .img-item {
  position: absolute;
  left: -62px;
  top: -160px;
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.leftNav-item ul li .img-item img {
  width: 100%;
  height: 100%;
}
.leftNav-item ul li div img {
  max-width: 120px;
  display: block;
}
.leftNav-item ul li .text-item {
  position: absolute;
  left: 65px;
  top: 18px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  text-decoration: none;
  padding: 3px 8px;
  color: #444;
  font-size: 14px;
}
.leftNav-item ul li .text-item span {
  position: relative;
  padding-left: 15px;
  word-break: keep-all;
  white-space: nowrap;
}
.leftNav-item ul li .text-item span i {
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  left: 0;
  top: -2px;
  color: #444;
}
