/*底部*/
.rtfooter-wrap{
   clear: both;
   width: 100%;
   background:#00283c;
   border-bottom: 1px solid #1a3e50;
}
.rtfooter-wrap .rtfooter{
   /*width: 85.36%;*/
   margin: 0 auto;
   height: 215px;
}
.rtfooter-left{
    width: 58.61%;
    float: left;
    margin-top: 15px;
    margin-left: 4%;
}
.rtfooter-left ul{
    overflow: hidden;
    margin-bottom: 40px;
}
.rtfooter-left ul li{
    float: left;
}
.rtfooter-left ul li a{
    color: #fff;
    display: block;
    float: left;
    padding: 0 20px;
    font-size: 0.875em;
}
.rtfooter-left ul li span{
   display: block;
   float: left;
   width: 1px;
   height:14px;
   background: #fff;
   margin-top: 3px;
}
.rtfooter-left ul .footer-first a{
   padding-left: 0;
}
.rtfooter-left ul li a:hover{
    color: #1fb6d8;
}
.rtfooter-left p{
    font-size: 0.75em;
    color: #a3abb0;
    line-height: 25px;
}
.rtfooter-left p a{
    text-decoration: underline;
    color: #1fb6d8;
}


.rtfooter-right{
    float: right;
    margin-top: 55px;
    overflow: hidden;
    margin-right: 6%;
}
.rtfooter-right dl{
    width: 113px;
    float: left;
}
.rtfooter-right .first-dl{
    margin-right: 150px;
}
.rtfooter-right dl dt{
    width: 100px;
    height: 100px;
}
.rtfooter-right dl dt img{
    display: block;
    width: 100%;
    height: 100%;
}
.rtfooter-right dl dd{
    width:100px;
   text-align: center;
   font-size: 0.75em;
   color: #a3abb0;
   margin-top: 5px;
}

.rtfoot{
    width: 100%;
    background: #00283c;
}
.rtfoot-cont{
    /*width: 85.36%;*/
    margin: 0 auto;
    height: 34px;
}
.foot-right,.foot-left{
    font-size: 0.75em;
    color: #a3abb0;
    float: left;
    margin-top: 11px;
    margin-left: 4%;
}
.foot-right{
    float: right;
    margin-left: 0;
    margin-right: 6%;
}

.rtfooter-wrap .line{
     width: 100%;
     height: 2px;
}
.rtfooter-wrap .line .red{
    float: left;
    width: 33.3%;
    height:2px;
    background: #ff8e00;
} 
.rtfooter-wrap .line .yellow{
  float: left;
  width: 33.3%;
  background: #1fb6d8;
  height:2px;
}
.rtfooter-wrap .line .green{
    float: left;
    width: 33.3%;
    background: #2bb259;
    height:2px;
}
