footer {
	width: 100%;
	background: #0A2A54;
	padding: 79px 0;
	box-sizing: border-box;
}

footer .logo {
	width: 213px;
	height: 39px;
}
footer .logo1{
	width: 213px;
	height: 39px;
}
footer .icon-big {
	width: 40px;
	height: 40px;
	margin-right: 20px;
	margin-top: 39px;
	cursor: pointer;
}

footer .icon-sm {
	width: 18px;
	height: 18px;
	margin-right: 17px;
}

footer .dlist .title {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 33px;
	margin-top: 40px;
}

footer .dlist a {
	display: inline-block;
	color: #fff;
	line-height: 31px;
}

footer .dlist .sublist {
	margin-top: 38px;
}

footer .dlist .sublist .col2 {
	color: #fff;
	line-height: 33px;
	margin-bottom: 6px;
}
footer .dlist .sublist .flex{
	display: flex;
	align-items: baseline;
	align-items: center;
}
.copyright {
	color: #fff;
	text-align: center;
	height: 95px;
	line-height: 95px;
	background: #0C2444;
}

.fix-right{
	position: fixed;
	right: 13px;
	/*top: -13px;*/
	z-index: 9;
	width: 40px;
	bottom: 20px;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.fix-right .list:first-child{
    margin-bottom: 200px;
}
.fix-right .item{
	width: 40px;
	height: auto;
	min-height: 40px;
	background: #1A2F6A;
	color: #fff;
	font-size: 11px;
	text-align: center;
	border-bottom: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.fix-right .item:last-child{
    border-bottom: 0;
}

footer #whatsapp{
    display: block;
}



#layui-form .txt{
	padding: 8px 14px;
	background: #07254C;
	border: 0;
	outline: 0;
	color: #fff;
	font-size: 13px;
}
#layui-form .txt::input-placeholder{
	color:#355C8E;
}
#layui-form .txt::-webkit-input-placeholder{
	color:#355C8E;
}
#layui-form .txt::-moz-placeholder{
	color:#355C8E;
}

#layui-form .txt::-ms-input-placeholder{
	color:#355C8E;
}
#layui-form .btn{
    width: 140px;
    height: 36px;
    background: #15437F;
    text-align: center;
    line-height: 36px;
    margin-top: 10px;
}
@media screen and (max-width: 768px) {
	footer {
		padding: 30px 0;
	}

	footer .logo {
		width: 100%;
		height: auto;

	}

	footer .dlist .title {
		color: #426FAE;
	}

	footer .icon-big {
		margin-top: 0;
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}

	footer .icon-big:last-child {
		margin-right: 1px;
	}
	footer .layui-row{
		/*display: flex;*/
		align-items: center;
	}
	footer .dlist .sublist{
		margin-top: 0;
	}
	footer .dlist .title{
	    margin-bottom: 15px;
	    margin-top: 0;
	    color: #fff;
	}
	#layui-form .txt{
	    width: 90%;
	}
	#layui-form .btn{
	    width: 100%;
	}
	.copyright {
		color: #fff;
		text-align: center;
		height: 48px;
		line-height: 48px;
		background: #0C2444;
	}
}
