/* 头部 */
.SO-headerwrap{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    background: #353f45;
    min-width: 1300px;
    position: absolute;
    top: 0;
}

.header-logo{
    float: left;
    overflow: hidden;
    margin-left: 100px;
    margin-top: 19px;
}
.header-logo a{
    float: left;
}

.header-logo .logo-line{
    float: left;
    width: 1px;
    height: 14px;
    background: #ccd4d8;
    margin: 9px 14px 0;
}
.header-nav{
    margin-top: 18px;
    margin-right: 80px;
}
.header-nav ul{
    float: left;
    height: 100%;
}
.header-nav ul li{
  float: left;
  padding: 0 21px;
  font-family: '微软雅黑';
}
.header-nav ul li a{
  color: #ccd4d8;
  font-size: 14px;
  font-weight:bold;
}

.header-nav ul li a:hover{
    color: #05a6f0;
}
.header-nav ul .nav-active a{
    color: #05a6f0;
}
.header-nav ul .first a{
    position: relative;
    padding-left: 32px;
}
.header-nav ul li a span{
    position: absolute;
    left: 0px;
    top: -8px;
    width: 24px;
    height: 23px;
    background: url('../images/shouye-hui.png') no-repeat;
    background-size: 100% 100%;
}
.header-nav ul li:hover a span{
    background: url('../images/shouye-lan.png') no-repeat;
    background-size: 100% 100%;
}
.header-nav ul li:hover a{
    color: #05a6f0;
}
.header-demo{
    font-size: 12px;
    color: #fff;
    background: #76bfea;
    border-radius: 2px;
    padding: 2px 10px;
    display: block;
    height: 18px;
    line-height: 18px;
    float: right;
    margin-left: 35px;
}
.header-nav .header-tel{
    font-size: 14px;
    color: #ccd4d8;
    float: left;
    margin-top: 3px;
    margin-left: 15px;
    font-weight: bold;
}
/*底部*/
.rtfooter-wrap{
    width: 100%;
    background:#00283c;
    border-bottom: 1px solid #1a3e50;
 }
 .rtfooter-wrap .rtfooter{
    width: 85.36%;
    margin: 0 auto;
    height: 215px;
 }
 .rtfooter-left{
     width: 68.61%;
     float: left;
     margin-top: 15px;
 }
 .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.active a{
     color: #05a6f0;
 }
 .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: #05a6f0;
 }
 .rtfooter-left p{
     font-size: 0.75em;
     color: #a3abb0;
     line-height: 25px;
 }
 .rtfooter-left p a{
     text-decoration: underline;
     color: #05a6f0;
 }
 
 
 .rtfooter-right{
     float: right;
     margin-top: 55px;
     overflow: hidden;
 }
 .rtfooter-right dl{
     width: 132px;
     float: left;
 }
 .rtfooter-right .first-dl{
     margin-right: 20px;
 }
 .rtfooter-right dl dt{
     width: 100px;
     height: 100px;
     margin: auto;
 }
 .rtfooter-right dl dt img{
     display: block;
     width: 100%;
     height: 100%;
 }
 .rtfooter-right dl dd{
    text-align: center;
    font-size: 0.75em;
    color: #a3abb0;
    margin-top: 5px;
 }
 .rtfooter-right dl dd span{
    letter-spacing: 5px;
 }
 .rtfooter-right dl dd p{
    margin-top: 5px;
 }
 .rtfooter-wrap .line .red{
    float: left;
    width: 33.3%;
    height: 2px;
    background: #05a6f0;
 }
 .rtfooter-wrap .line .yellow{
    float: left;
    width: 33.3%;
    background: #96c03d;
    height: 2px;
 }
 .rtfooter-wrap .line .green{
    float: left;
    width: 33.3%;
    background: #f6bd29;
    height: 2px;
 }

 .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;
 }
 .foot-right{
     float: right;
 }