/*footer*/
.foot{
    width: 100%;
    height: 435px;
	background-color: #214174;
}
.foot .content{
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 60px;
    box-sizing: border-box;
}
.foot .content .left>p{
    font-size: 18px;
    color: #d8dde7;
    margin-bottom: 35px;
}
.foot .content .left .nav{
    display: inline-block;
    vertical-align: top;
}
.foot .content .left div:nth-child(2){
    margin-right: 50px;
}
.foot .content .left .nav a{
    padding: 10px 0;
    border-bottom: 1px solid #9d9d9d;
    display: block;
}
.foot .content .left .nav p{
    font-size: 16px;
    color: #d8dde7;
}
.foot .content .center img{
    width: 147px;
    height: 147px;
}
.foot .content .center p{
    font-size: 14px;
    color: #d8dde7;
    text-align: center;
    margin-top: 20px;
}
.foot .content .right p:nth-child(1){
    width: 328px;
	height: 34px;
	background-color: #2e5695;
    border: solid 1px #496da7;
    font-size: 14px;
	line-height: 34px;
    color: #d8dde7;
    padding-left: 18px;
    margin-bottom: 40px;
}
.foot .content .right p:not(:first-child){
    font-size: 13px;
    color: #d8dde7;
    margin-bottom: 20px;
}
.foot .content .right p:not(:first-child) img{
    vertical-align: middle;
    margin-right: 10px;
}
.foot .content{
    padding-left: 1%;
    padding-right: 1%;
}
.foot .bottom{
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 65px;
}
.foot .bottom p{
    text-align: center;
    font-size: 14px;
	line-height: 36px;
	color: #d8dde7;
}
@media screen and (max-width: 1200px) {
    .foot .content,.foot .bottom{
        padding-left: 1%;
        padding-right: 1%;
    }
}
@media screen and (max-width: 992px) {
    .foot .content{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding-top: .6rem;
        box-sizing: border-box;
    }
    .foot .content div{
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .foot{
        height: auto;
    }
    .foot .content .right p:nth-child(1){
        width: 3rem;
        height: .34rem;
        background-color: #2e5695;
        border: solid 1px #496da7;
        font-size: .14rem;
        line-height: .34rem;
        color: #d8dde7;
        padding-left: .18rem;
        margin: 0 auto;
        margin-bottom: .1rem;
    }
    .foot .bottom{
        margin-top: 0;
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 750px) {
    /*footer*/
    .foot .left{
        display: none;
    }
    .foot .content .center img{
        width: 1.47rem;
        height: 1.47rem;
    }
    .foot .content .center p{
        font-size: .14rem;
        margin-top: .2rem;
    }
    .foot .content .right p:nth-child(1){
        width: 3.28rem;
        height: .34rem;
        font-size: .14rem;
        line-height: .34rem;
        margin-bottom: .4rem;
    }
    .foot .content .right p:not(:first-child){
        font-size: .13rem;
        margin-bottom: .2rem;
    }
    .foot .content .right p:not(:first-child) img{
        vertical-align: middle;
        margin-right: .1rem;
    }
    .foot .bottom p{
        font-size: .14rem;
        line-height: .36rem;
    }
}