.navigation-g {
    height: 100px;
    color: #fff;
    font-size: 24px;
    position: relative;
    background: #2b5fff;
}

.navigation-g .text {
text-align: center;
padding-top: 30px;

    width: 100%;

}

.navigation-g .yui-button {
    margin-left: 24px;
    border-color: #fff;
}

.navigation-g .yui-button:hover {
    background: #fff;
    border-color: #fff;
    color: #606266;
}

.page-footer-g {
    padding: 64px 0 0;
    background-color: #323A45;
    color: #fff;
}

.page-footer-g .info {
    width: 1000px;
    display: flex;
    justify-content: space-around !important;
    align-items: center;
    margin: 0 auto 40px;
    padding-bottom: 52px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.page-footer-g .info .text {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.page-footer-g .info .text img {
    margin-right: 8px;
}

.page-footer-g .info .line {
    width: 2px;
    height: 20px;
    background: #fff;
}

.page-footer-g .w1200 {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

.page-footer-g .left {
    width: 300px;
    flex-shrink: 0;
    text-align: center;
    /*color: #ABACAF;*/
    /*align-self: center;*/
}

.page-footer-g .left .logo {
    width: 280px;
    display: block;
    text-align: center;
    margin: 0 auto 24px auto;
}

.page-footer-g .center {
    margin: 0 30px;
    display: flex;
    align-items: flex-start
}

.page-footer-g .column .title {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-bottom: 8px;
    border-bottom: 1px #464646 dotted;
}

.page-footer-g .center .column {
    margin-right: 80px;
}

.page-footer-g .center .column:last-child {
    margin-right: -100px;
    text-align: center;
}

.page-footer-g .center .column .link {
    display: block;
    color: #ABACAF;
    line-height: 40px;
    font-size: 14px;
}

.page-footer-g .center .column .link:hover {
    color: #fff;
}

.page-footer-g .right {
    /*width: 300px;*/
    flex-shrink: 0;
    padding-left: 120px;
    /*border-left: 1px solid #494b60;*/
}

.page-footer-g .right .phone {
    font-size: 20px;
    margin: 16px 0;
}

.page-footer-g .right .button {
    color: #fff;
    margin-bottom: 16px;
    font-size: 14px;
    background: rgba(255, 255, 255, .2);
    display: flex;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    align-items: center;
}

.page-footer-g .right .button .yzm {
    color: #fff;
    width: 24px;
}

.page-footer-g .record {
    text-align: center;/*改版原center*/
    padding: 24px 0;
    font-size: 16px;
    border-top: 1px dotted #909399;
    margin-top: 24px;
}

.page-footer-g .record > div {
    color: #f5f7fa;
    line-height: 1.5;
}

.page-footer-g .record .link {
    color: #f5f7fa;
}

.page-footer-g .record img {
    transform: translateY(3px);
    margin-left: 8px;
}

.page-footer-g .record .tongji a {
    color: #fff;
}

.foot-link{ clear: both; position: relative; padding:25px 0 0 25px; border-top: 1px dotted #909399;}
.foot-link a{ display: inline-block; color: #7a7d80; font-size: 12px; line-height: 22px; margin-right: 20px;}
.foot-link a:hover{ color:#fff;}
.foot-copyright{
	background:#292e33 ;
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 20px 0;text-align: center; color: #7a7d80;overflow: hidden;min-width: 1220px; }
.foot-copyright p{ line-height:24px; font-size: 12px; }
.foot-copyright p a{ color:#7a7d80;}
.foot-copyright p a:hover{ color:#fff;}
.foot-logo{ background:#292d30; text-align:center; padding:18px 0; overflow:hidden;}
.foot-logo a{ display:inline-block; height:40px; margin:0 45px;}
.foot-logo .logo1{ width:150px;background: url("./images/foot-logo1.png")  center no-repeat;}
.foot-logo .logo22{ width:150px;background: url("./images/foot-logo22.png")  center no-repeat;}
.foot-logo .logo3{ width:139px;background: url("./images/foot-logo3.png")  center no-repeat;}
.foot-logo .logo4{ width:170px;background: url("./images/foot-logo4.png")  center no-repeat;}
.page-footer-g .right .button:hover{background: #2b5fff;}
