﻿.footer {
	background-color: #007dc6;
	padding: 44px 0;
	margin-top: 30px;
	padding-top:25px;
}
.footer .link {
	border-bottom: #7dafda solid 1px;
	padding-bottom: 25px;
}
.footer .link .txt {
	color: #fff;
	font-size: 15px;
	float:left;
	line-height:30px;
}
.footer .link li {
	width: 250px;
	float: left;
	position:relative;
	margin-right:80px;
	margin-left:40px;
}
.footer .link li .multi-select {
	border: #fff solid 1px;
	width: 240px;
	height: 33px;
	cursor:pointer;

}
.footer .link li .multi-select p
{
	width:200px;
	height:33px;
	overflow:hidden;
	float:left;
	font-size:14px;
	color:white;
	line-height:31px;
	box-sizing: border-box;
	padding:0px 10px;
}
.footer .link li .multi-select span
{
      width:38px;
      height:33px;
      display:block;
      overflow:hidden;
      background:url('../images/flinkarr.png') no-repeat center center;
      float:left;
}
.footer .link li:hover dl
{
	 display:block;
}
.footer .link li dl
{
	width:240px;
	height:auto;
	overflow:hidden;
	position:absolute;
	top:35px;
	background:white;
	border-radius: 5px;
	display:none;

}
.footer .link li dl dd
{
    width:100%;
    height:auto;
    overflow:hidden;
    border-bottom:1px dashed #ccc;
}
.footer .link li dl dd a
{
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
	font-size:14px;
	padding:0px 10px;
	transition:1s;
}
.footer .link li dl dd a:hover
{
	color:#007dc6;
}
.footer .contact {
	padding-top: 42px;
}
.footer .contact .lx {
	width: 490px;
}
.footer .contact .lx img {
}
.footer .contact .lx p {
	color: #fff;
	line-height: 26px;
	font-size: 14px;
}
.footer .contact .lx p a {
	color: #fff;
}
.footer .message {
	width: 420px;
}
.footer .message p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 25px;
}
.footer .message .box {
	background-color: #fff;
	border-radius: 3px;
	border: none;
	width: 400px;
	height: 36px;
	margin-bottom: 6px;
	padding:0px 10px;
	opacity:0.8;
}
.footer .message input::-webkit-input-placeholder
{
	 color:#007dc6;
}
.footer .message input::-moz-placeholder{   /* Mozilla Firefox 19+ */
     color:#007dc6;
}　　
.footer .message input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
     color:#007dc6;
}
.footer .message input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
     color:#007dc6;
}
.footer .message .button {
	width: 100px;
	height: 36px;
	background-color: #fff;
	border: none;
	margin-top: 4px;
	border-radius: 3px;
	color:#007dc6;
	cursor: pointer;
	opacity:0.8;
}
.footer .wx {
}
.footer .wx p {
	color: #fff;
	font-size: 15px;
	padding: 20px 0;
}
