/* 页尾通用 */
.footer-outer{background: #0c2450;padding:0 10%;}
.footer-inner{width: 100%;box-sizing: border-box;padding:35px 0;margin:0 auto; position: relative;font-size: 0;}
.footer-inner::before{content: '';width: 1px;height: 70%;position: absolute;top:15%;left:430px;background:rgba(255,255,255,0.34);}
.footer-left{width: 430px;font-size: 0;padding-top:10px;display: inline-block;vertical-align: top;font-size: 0;}
.footer-left h4{padding-bottom:60px;height: 48px;}
.footer-left h4 img{height: 100%; opacity: 1;}

.footer-left p{color: #FFF;line-height:30px;padding:5px 0 5px 28px; display: inline-block;vertical-align: top;box-sizing: border-box;font-size:14px;}
.footer-left p.f-tel{background: url('../images/footer-tel@2x.png') no-repeat center left;background-size:18px auto;width: 43%;}
.footer-left p.f-emil{background: url('../images/footer-emil@2x.png') no-repeat center left;background-size:18px auto;width: 50%;}
.footer-left p.f-site{background: url('../images/footer-site@2x.png') no-repeat center left;background-size:18px auto;width: 100%;}

.footer-right{width: calc(100% - 430px);padding-left:30px;box-sizing: border-box;position: relative;display: inline-block;vertical-align: top;font-size: 0;}
.footer-right h4{position: absolute;bottom:0;right:-15px;height: 40px;}
.footer-right h4 a{display: inline-block;vertical-align: top;width: 40px;height:40px;margin-right: 15px;}
.footer-right h4 a.f-wx{background: url('../images/icon-wx@2x.png') no-repeat center left;background-size:100% auto;}
.footer-right h4 a.f-sina{background: url('../images/icon-sina@2x.png') no-repeat center left;background-size:100% auto;}
.footer-right h4 a.f-qq{background: url('../images/icon-qq@2x.png') no-repeat center left;background-size:100% auto;}
.footer-right h4 a.f-firend{background: url('../images/icon-firend@2x.png') no-repeat center left;background-size:100% auto;}
.footer-right h4 a:hover{}

.footer-right h5{font-weight: normal;line-height: 40px;color:#838fa5;font-size:14px;}
.footer-right h5 a{color:#838fa5;}
.footer-right h5 a:hover{color:#FFF;}

.footer-right p{color: rgba(255,255,255,0.5);line-height: 40px;font-size: 14px;}



@media screen and (max-width:1900px){
	/* 页尾通用 */
.footer-inner{padding:1.822916666666667vw 0;}
.footer-inner::before{left:22.39583333333333vw;}
.footer-left{width: 22.39583333333333vw;padding-top:0.5208333333333333vw;}
.footer-left h4{padding-bottom:3.125vw;height: 2.5vw;}

.footer-left p{line-height:1.5625vw;padding:0.2604166666666667vw 0 0.2604166666666667vw 1.458333333333333vw; font-size:0.7291666666666667vw;}
.footer-left p.f-tel{background-size:0.9375vw auto;}
.footer-left p.f-emil{background-size:0.9375vw auto;}
.footer-left p.f-site{background-size:0.9375vw auto;}

.footer-right{width: calc(100% - 22.39583333333333vw);padding-left:1.5625vw;}
.footer-right h4{right:-0.78125vw;height: 2.083333333333333vw;}
.footer-right h4 a{width: 2.083333333333333vw;height:2.083333333333333vw;margin-right: 0.78125vw;}

.footer-right h5{line-height: 2.083333333333333vw;font-size:0.7291666666666667vw;}
.footer-right p{line-height: 2.083333333333333vw;font-size: 0.7291666666666667vw;}
}


@media screen and (max-width:750px){
  .footer-outer {padding: 3vw;}
	.footer-inner{max-width: 100%;padding:3vw;}
	.footer-inner::before{display: none;}
	.footer-left{width: 100%;float: inherit;}
	.footer-left h4{height:7vw;padding-bottom:5vw;}

	.footer-right{width: 100%;float: inherit;padding:0;}
	
	.footer-left p{font-size: 3.2vw;line-height:5vw;padding:2vw 0 2vw 8vw;}

	.footer-left p.f-tel{background-size: 5vw auto; width: 100%;}
	.footer-left p.f-emil{background-size: 5vw auto;width: 100%;}
	.footer-left p.f-site{background-size: 5vw auto;width: 100%;}
	
  .footer-right h4{padding:6vw 0 0 0;position: inherit;height:15vw;}
	.footer-right h4 a{width: 10vw;height:10vw;margin-right:8vw;}
	.footer-right h5{font-size: 2.8vw;line-height: 8vw;height: auto;padding-top:3vw;}
	.footer-right p{font-size: 2.8vw;line-height: 6vw;padding: 3vw 0 0 0;}
	
}


