.footer-section{
    background-color: #ebebeb;
}
.footer-tp{
    padding: 55px 0 90px;
    display: flex;
    justify-content: space-between;
}
.footer-tp-lf{
    width: 509px;
}
.footer-tp-lf>img{
    width: 118px;
}
.footer-tp-lf>p{
    font-size: 26px;
	line-height: 34px;
	color: #767676;
    margin: 10px 0 50px;
}
.footer-tp-lf>ul>li{
    display: inline-block;
    margin-right: 10px;
}
.footer-tp-lf>ul>li:nth-last-of-type(1){
    margin-right: 0;
}
.footer-tp-lf>ul>li div{
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: #fff;
}
.footer-tp-lf>ul>li:nth-of-type(1) div{
    background-position: -1px 0;
}
.footer-tp-lf>ul>li:nth-of-type(2) div{
    background-position: -55px 0;
}
.footer-tp-lf>ul>li:nth-of-type(3) div{
    background-position: -110px 0;
}
.footer-tp-lf>ul>li:nth-of-type(4) div{
    background-position: -165px 0;
}
.footer-tp-rg{
    display: flex;
    justify-content: space-between;
    width: calc(100% - 710px);
}
.footer-tp-rg>li>h3{
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	color: #021d48;
    margin:10px 0 20px;
}
.footer-tp-rg>li>ul>li a{
    font-size: 20px;
	line-height: 1;
	color: #494949;
}
.footer-tp-rg>li>ul>li{
    margin-bottom: 8px;
}
.footer-tp-rg>li>ul>li:nth-last-of-type(1){
    margin-bottom: 0;
}
.footer-bt{
    border-top: 2px solid rgba(118, 118, 118,0.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 0 26px;
}
.footer-bt p a,
.footer-bt p{
    font-size: 20px;
	line-height: 1.5;
	color: rgba(118, 118, 118,0.6);
}

@media (max-width: 1600px){
    .footer-tp-lf>p{
        font-size: 22px;
    }
    .footer-tp-lf{
        width: 400px;
    }
    .footer-tp-rg{
        width: calc(100% - 600px);
    }
    .footer-tp-rg>li>h3{
        font-size: 24px;
    }
    .footer-tp-rg>li>ul>li a{
        font-size: 18px;
    }
    .footer-bt p a, .footer-bt p{
        font-size: 17px;
    }
    .footer-tp{
        padding: 55px 0 85px;
    }
}
@media (max-width: 1400px){
    .index-news-info {
        padding: 10px 120px 15px 0;
    }
    .footer-tp-lf>img {
        width: 105px;
    }
    .footer-tp-lf>ul>li{
        margin-right: 8px;
    }
    .footer-tp-rg>li>h3 {
        font-size: 22px;
        margin: 8px 0 16px;
    }
    .footer-tp-rg>li>ul>li a {
        font-size: 17px;
    }
    .footer-tp-rg>li>ul>li {
        margin-bottom: 5px;
    }
    .footer-tp-lf>p {
        font-size: 19px;
    }
    .footer-bt p a, .footer-bt p {
        font-size: 16px;
    }
}
@media (max-width: 1300px){
    .footer-tp-lf>p {
        font-size: 18px;
        margin: 8px 0 40px;
    }
    .footer-tp-lf>img {
        width: 96px;
    }
    .footer-tp-rg>li>h3 {
        font-size: 20px;
    }
    .footer-tp-rg>li>ul>li a {
        font-size: 16px;
    }
    .footer-tp-rg>li>ul>li {
        margin-bottom: 1px;
    }
    .footer-tp {
        padding: 50px 0 80px;
    }
    .footer-bt p a, .footer-bt p {
        font-size: 15px;
    }
}
@media (max-width: 1200px){
    .footer-tp-lf {
        width: 300px;
    }
    .footer-tp-rg {
        width: calc(100% - 365px);
    }
    .footer-tp-rg>li>h3 {
        font-size: 19px;
    }
    .footer-tp-lf>img {
        width: 90px;
    }
    .footer-tp-rg>li>ul>li a {
        font-size: 15px;
    }
    .footer-tp {
        padding: 46px 0 70px;
    }
    .footer-bt p a, .footer-bt p {
        font-size: 14px;
    }
}
@media (max-width: 992px){
    .footer-tp-lf>p {
        font-size: 16px;
        line-height: 1.6;
        margin: 8px 0 32px;
    }
    .footer-tp-rg>li>h3 {
        font-size: 17px;
    }
    .footer-tp-rg>li>ul>li a {
        font-size: 14px;
    }
    .footer-bt{
        flex-wrap: wrap;
    }
    .footer-bt p{
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 760px){
    .footer-tp{
        flex-wrap: wrap;
        padding: 40px 0 ;
    }
    .footer-tp-lf{
        width: 100%;
        text-align: center;
    }
    .footer-tp-rg{
        width: 100%;
    }
    .footer-tp-lf>ul{
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
    .footer-tp-lf>p {
        font-size: 15px;
        margin: 8px 0 15px;
    }
    .footer-tp-lf>img {
        width: 80px;
    }
    .footer-tp-rg>li>h3 {
        font-size: 16px;
        margin: 0px 0px 10px;
    }
    .footer-bt{
        padding: 12px 0 20px;
    }
}