body{
    line-height: 1;
    font-size: 14px;
    color: white;
    margin: 10px 0;
    padding: 0;

}

body .bottom{
    background-color: rgb(0,76,146);
    width: 100%;
    margin: 0 auto;
    height: 202px;
}

body .footer1{color: #fff;black;background-color: #014b75;}


body .bottom .mod{
    padding: 0 8px;
    margin: 0 auto;
    width: 100%;
    display: block;
}

body .bottom .mod .foot-left{
    text-align: center;
    width: 22%;
    height: 202px;
    margin: auto 10px;
    float: left;
    margin-left:50px;
}
body .bottom .mod .foot-left .img{
    margin-top: 13%;
    
}


body .bottom .mod .foot-center{
    text-align: center;
    border-right: 1px solid #cccccc45;
    border-left: 1px solid #cccccc45;
    position: absolute;
    left: 54%;
    width: 40%;
    margin-left: -24%;
    height: 180px;
    margin-top: 10px;
}

body .bottom .mod .foot-center .logo{
    margin-top: 65px;
}

a{
    color:#666;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

body .bottom .mod .foot-center .logo img{
    margin-top: -30px;
    vertical-align: middle;
    max-width: 90%;
}

body .bottom .mod .foot-right{
    float: right;
    width: 26%;
    margin-top: 32px;
    /*padding: 0;*/
}

body .bottom .mod .foot-right .tt{
    text-align: center;
    width: 100%;
    height: 45px;
    line-height: 70px;
}


body .bottom .mod .foot-right .tt .title{
    font-weight: bold;
    width: 100%;
    font-size: 20px;
    display: inline-block;
}


body .bottom .mod .foot-right .tt .title .titlef{
    text-align: center;
    line-height: 30px;
    display: block;
}

body .bottom .mod .foot-right .tt .share ul{
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

body .bottom .mod .foot-right .share ul li{
    line-height: 20px;
    padding-left: 0px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

body .bottom .mod .foot-right .share ul li span a p{
    font-size: 15px;
    line-height: 20px;
    color: white;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}


body .bottom .mod .foot-right .share {
    margin-left: 6px;
    width: 305px;
}


body .container-3.wrapper.main3{
    height:200px;
}