*{
    padding:0;
    margin:0;
  }
  #top {
    height: 510px;
    background-image: url('../../images/replaceImages/anli.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #top .text {
    padding: 130px 0 0 50px;
    width: 1100px;
    margin: auto;
    color: #fff;
  }
  #top .text h1 {
    margin-bottom: 25px;
    margin-top: -30px;
    font-size: 48px;
    color: #fff;
  }
  #top .text p {
    margin-bottom: 34px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    color: rgba(244, 244, 244, 0.9);
  }
  #top .text a {
    display: block;
    width: 138px;
    height: 38px;
    border-radius: 20px;
    text-align: center;
    line-height: 38px;
    color: #303030;
    background: rgba(255, 255, 255, 0.9);
    text-decoration: none;
  }
  #top .text a:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #4a4cff;
  }
  .padding {
    width: 100%;
    height: 60px;
    overflow: hidden;
    box-shadow: 0 0 9px 3px rgba(200, 200, 200, 0.3);
  }
  #business-class {
    width: 100%;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    background: #fff;
    z-index: 99999;
  }
  #business-class ul {
    overflow: hidden;
    width: 1100px;
    margin: auto;
  }
  #business-class ul li {
    float: left;
    padding: 0 27px;
    line-height: 60px;
    font-size: 18px;
    cursor: pointer;
    border-right: 1px solid #F7F7F7;
    list-style: none;
  }
  #business-class ul li:hover {
    background: #5b77ff;
    color: #fff;
  }
  #business-class ul li.active {
    background: #5b77ff;
    color: #fff;
  }
  #navLeft{
    display: none;
    position: fixed;
    top:200px;
    left: 10px;
    z-index:999;
  }
  
  #navLeft ul {
    width: 80px;
  }
  #navLeft ul li {
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
    list-style: none;
    text-align: center;
    margin: 10px 0;
    border-radius: 15px;
    border: 1px solid #bfc2c8;
    background: #fff;
  }
  #navLeft ul li:hover {
    background: #5b77ff;
    color: #fff;
    border-radius: 15px;
  }
  #navLeft ul li.active {
    background: #5b77ff;
    color: #fff;
    border-radius: 15px;
  }
  .h600 {
    width:100%;
    height: 600px;
    overflow: hidden;
    box-shadow: 0 -5px 10px -2px rgba(0, 0, 0, 0.1) inset;
  }
  .anlitem {
    position: relative;
    width: 1100px;
    height: 450px;
    padding:50px 0 100px 0;
    margin: auto;
  }
  .anlitem .imgbox_right {
    display: inline-block;
    width:500px;
    height: 450px;
    margin: 0 0 0 50px;
    overflow: hidden;
  }
  .anlitem .imgbox_right img{
    display: inline-block;
    width:500px;
    height: 450px;
    cursor: pointer;
    transition: all 0.6s;
  }
  .anlitem .imgbox_right img:hover {
    transform: scale(1.1);
  }
  
  .anlitem .describe_left {
    display: inline-block;
    width: 540px;
  }
  .anlitem .describe_left h1 {
    font-size: 30px;
    color: #0065de;
    padding-top: 15px;
  }
  .anlitem .describe_left h2 {
    margin-top: 26px;
    line-height: 26px;
    color: #484848;
    padding-left: 10px;
    font-size: 20px;
    font-weight: normal;
    border-left: 4px solid #0065de;
  }
  .anlitem .describe_left p {
    padding: 0 20px;
    margin-top: 18px;
    font-size: 16px;
    line-height: 26px;
    color: #6b6b6b;
  }
  .anlitem .describe_left .funcbox {
    overflow: hidden;
  }
  .anlitem .describe_left .funcbox dl {
    margin-top: 24px;
    float: left;
    width: 80px;
    text-align: center;
  }
  .anlitem .describe_left .funcbox dl dt {
    height: 47px;
  }
  .anlitem .describe_left .funcbox dl dt img {
    height: 35px;
  }
  .anlitem .describe_left .funcbox dl dd {
    font-size: 14px;
    color: #6b6b6b;
  }
  .anlitem .imgbox_left {
    display: inline-block;
    width:500px;
    height: 450px;
    margin: 0 50px 0 0;
    overflow: hidden;
  }
  .anlitem .imgbox_left img{
    display: inline-block;
    width:500px;
    height: 450px;
    cursor: pointer;
    transition: all 0.6s;
  }
  .anlitem .imgbox_left img:hover {
    transform: scale(1.1);
  }
  
  .anlitem .describe_right {
    display: inline-block;
    width: 540px;
  }
  .anlitem .describe_right h1 {
    font-size: 30px;
    color: #0065de;
    padding-top: 15px;
  }
  .anlitem .describe_right h2 {
    margin-top: 26px;
    line-height: 26px;
    color: #484848;
    padding-left: 10px;
    font-size: 20px;
    font-weight: normal;
    border-left: 4px solid #0065de;
  }
  .anlitem .describe_right p {
    padding: 0 20px;
    margin-top: 18px;
    font-size: 16px;
    line-height: 26px;
    color: #6b6b6b;
  }
  .anlitem .describe_right .funcbox {
    overflow: hidden;
  }
  .anlitem .describe_right .funcbox dl {
    margin-top: 24px;
    float: left;
    width: 80px;
    text-align: center;
  }
  .anlitem .describe_right .funcbox dl dt {
    height: 47px;
  }
  .anlitem .describe_right .funcbox dl dt img {
    height: 35px;
  }
  .anlitem .describe_right .funcbox dl dd {
    font-size: 14px;
    color: #6b6b6b;
  }