.yzpageold .ly-list li{
	line-height: 72px;
	font-size: 32px;
}
.yzpageold .ly-sublist li{
	padding: 0 10px 0 13px;
}
.yzpageold .ly-tab{
	width: 45% !important;
	margin-bottom: 2%;
	font-size: 32px;
}

.yzpageold .main-right .ly-panes p{
	font-size: 32px;
}
*:focus {
    outline-color: #1e9fff !important;
}
a img:focus {
	outline:none !important;
}
.yzpageold .ly-tab span {
  font-size: 26px !important;
}
@media only screen  and (max-width: 768px) {
  .ly-list li{
    line-height: 48px;
    font-size: 24px;
  }
  .ly-sublist li{
    padding: 0 10px 0 13px;
  }
  .ly-tab{
    width: 50% !important;
    margin-bottom: 2%;
    font-size: 32px;
  }
.ly-tab i{
 display: none;
}
  .main-right .ly-panes p{
    font-size: 24px;
  }
  .main {
    width: 100%;
  }
  .main-left {
    width: 100%;
    min-height: 40px;
  } 
ly-sublist{
}
  .ly-sublist li {
    float: left;
    width: 100%;
  }
  .main-right {
    width: 100%;
  }
  .ly-list > li {
    display: block;
    overflow: hidden;
    clear: both;
  }
  .ly-sublist{
        overflow: auto;
    max-height: 200px;
  }
  .ly-tab span {
    font-size: 18px !important;
  }
  body {
    min-width: 100%;
    width: 100%;
  }
  .banner {
    height: 120px;
    background: url(zhineng-banner.jpg) 30% no-repeat;
    width: 100%;
    background-size: cover;
  }
  .logo {
    width: 100%;
    margin: auto;
    padding-top: 10px;
    padding-left: 10px;
  }
  .logo img {
    width: 36%;
  }
} 