.header{
    height:80px;
    width: 100%;
}
.logo{
    padding-top: 11px;
}
.logo>a>img{
    height: 58px;
}
.nav{
    line-height: 80px;
    height: 100%;
}
.nav-main>li{
    float: left;
    margin-right: 55px;
    position: relative;
}
.nav-main>li:last-child{
    margin-right: 0;
}
.nav-main>li>a{
    display: inline-block;
}
.nav-main>li>a:hover {
    color: #0E91ED;
}
.nav-active:after{
    content: "";
    width: 100%;
    height: 4px;
    background: linear-gradient(to right,#039DFF,#8EE9FD);
    border-radius: 2px;
    position: absolute;
    left: 0px;
    bottom: 0;
}
.nav-active>a{
    color:#0E91ED;
    font-weight: 600;
}
/* 头部结束 */
/* 尾部开始 */
.footer-wrap{
    width: 100%;
    min-height: 232px;
    background-color: #333;
    padding-top: 55px;
}
.footer-main>li{
    float: left;
    color: #D1D2D3;
}
.company-call{
    width: 310px;
}
.company-call>p{
    margin-bottom: 13px;
}
.menus-show{
    width:634px;
    text-align: center;
}
.menus-wrap{
    display: inline-block;
}
.menus-wrap>dl{
    float: left;
    padding: 0 13px;
    position: relative;
}
.menus-wrap>dl::after{
    content: "";
    width: 1px;
    background-color: #fff;
    height: 16px;
    position: absolute;
    top: 4px;
    right: 0;
}
.menus-wrap>dl:last-child:after{
    content: "";
    width: 0;
    background-color: #fff;
    height: 16px;
    position: absolute;
    top: 4px;
    right: 0;
}
.menus-wrap>dl>dd{
    cursor: pointer;
    padding-bottom: 5px;
    font-size: 14px;
}
.menus-wrap>dl>dd:nth-child(1){
  cursor:default;
  font-size: 16px;
}
.weixi>img{
    width: 110px;
    height: 112px;
}
.my-weixin{
    width: 113px;
    height: 35px;
    border-radius: 50px;
    border: 1px solid #D1D2D3;
    text-align: center;
    line-height: 32px;margin-top: 8px;
}
.footer-wrap{
    min-width: 1200px;
}
.footer-end{
    line-height: 60px;
}
.footer-end>span,.footer-end>a{
    color:#D1D2D3;
}
.call{
    text-align: center;
    line-height: 70px;
    background-color: #C8C8C8;
    font-size: 26px;
    font-weight: 700;
    min-width: 1200px;
    color:#2768D1;
}
.footer-end-wrap{
    width: 100%;
    height: 60px;
    background-color: #222;
    min-width: 1200px;
}
#active:after{
    content: "";
    width: 100%;
    height: 4px;
    background: linear-gradient(to right,#039DFF,#8EE9FD);
    border-radius: 2px;
    position: absolute;
    left: 0px;
    bottom: 0;
}
.hidden{
    display: none;
}
dd>a{
    color:#fff;
    font-size: 14px;
}
dl>dd:nth-child(1)>a{
    font-size: 16px;
}
dd{
    max-width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    text-align: left;
}
