@charset "utf-8";
/* CSS Document */

.footer{
	padding-top:120px;
	background:url(../images/foot_bg.png) no-repeat top center/cover #fafafa;
	}
.footer .top {
	overflow:hidden;
	}
.footer .top .center{	
	display: flex;
    justify-content: center;
    align-items: center;
	}
.footer .top .left{
	float:left;
	width:50%;
	padding-top:60px;
	overflow:hidden;   
	display: flex;
    justify-content: center;
    align-items: center;
	}
.footer .top .left .foot_logo{
	float:left;
	width:35%;
	}
.footer .top .left .txt{
	float:left;
	margin-left:8%;
	width:57%;
	}
.footer .top .left .txt p{
	font-size:14px;
	color:#c5d8ff;
	line-height:24px;
	}
.footer .top .left .txt p a{
	font-size:14px;
	color:#c5d8ff;
	line-height:24px;
	}
.footer .top .left .txt p a:hover{
	color:#fff;
	transition: all 0.3s linear;
	}
.footer .top .left .txt .list{
	margin-top:40px;
	}
.footer .top .left .txt .list li{
	float:left;
	margin-right:30px;
	position:relative;
	}
.footer .top .left .txt .list li a>img{
	width:48px;
	display:block;
	}
.footer .top .left .txt .list li .hide{
	display:none;
	position:absolute;
	width: 300%;
    top: -320%;
    left: -100%;
	}
.footer .top .left .txt .list li:hover .hide{
	display:block;
	transition: all 0.3s linear;
	}
.footer .top .right{
	width:50%;
	float:right;
	display: flex;
    justify-content: center;
    align-items: center;
	}
.footer .top .right li {
	float:left;
	width:calc(100%/3 - 1px);
	}
.footer .top .right li img{
	display:block;
	margin:0 auto;    
	max-width: 100px;
    width: 42%;
	}
.footer .top .right li p{
	font-size:16px;
	color:#c5d8ff;
	text-align:center;
	margin-top:5px;
	}
.footer .top .right .xian{
	float:left;
	width:1px;
	height:88px;
	background-color:#5c7bbc;
	}

.footer .bot{
	border-top:1px solid #5478c4;
	margin-top:20px;
	}
.footer .bot p{
	font-size:14px;
	color:#c5d8ff;
	text-align:center;
	line-height:50px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	}
.footer .bot p a{
	font-size:14px;
	color:#c5d8ff;
	line-height:50px;
	}
.footer .bot p a:hover{
	color:#fff;
	transition: all 0.3s linear;
	}
.rtXfu{
	position: fixed;
	z-index: 999;
	bottom:90px;
	right: 0;
	width: 45px;
}
.rtXfu li{
	/* border-radius: 5px; */
	background-color: #2d2d2d;
	opacity: 0.85;
	position: relative;
	width: 45px;
	margin-bottom: 1px;
	float: right;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.rtXfu li a{
	display: inline-block;
	width: 35px;
	padding: 5px;
	height: 35px;
	text-align: center;
	line-height: 33px;
	font-size: 0;
}
.rtXfu li .xfTel{
	display: inline-block;
	font-size: 16px;
	color: #fff;
}
.rtXfu li .xfEwm{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 62px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.rtXfu li .xfTel{
	position: absolute;
	width: 130px;
	text-align: left;
	left: 43px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.xfEwm{
	padding-right: 7px;
}

.xfEwm .img:after{
	content: "";
	width: 7px;
	height: 15px;
	background: url(/_upload/tpl/04/d2/1234/template1234/../images/ewmjian.png) no-repeat center center;
	position: absolute;
	right: -7px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.xfEwm .img{
	width:140px;
	padding: 10px;
	background-color: #fff;
	border-radius: 5px;
	position: relative;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
}
.jiesThree_title .cl .active a{
	color: #003894;
}
.idxTwo_Lt .idxTwo_Lt{
	background-color: rgba(0,0,0,0) !important;
}

.tan_x{
	cursor: pointer;
}
.rtXfu li:hover .xfEwm{
	visibility: visible;
	opacity: 1;
}
.rtXfu li.xfLiTel:hover{
	width: 124px;
	background-color: #143270;
}
.xfLiTel img{width: 82%;
    margin-top: 3px;}

@media (max-width: 996px){
.rtXfu{
display:none;}
.footer{
	padding-top:100px;
	}
.footer .top .center{
	display:block;
	}
.footer .top .left{
	float:none;
	width:100%;
	}
.footer .top .right{
	float:none;
	width:100%;
	margin-top:30px;
	}
.footer .top .left .txt .list{
	margin-top:20px;
	}
.footer .top .left .txt .list li a>img{
	width:40px;
	}
.footer .top .left{
	padding-top:30px;
	}
.footer .top .left .txt{
	text-align:right;
	}
.footer .top .left .txt .list li{
	float:right;
	margin-right:0;
	margin-left:30px;
	}
.footer .bot p{
	line-height:40px;
	}
.footer .bot p a{
	line-height:40px;
	}
.footer .top .right li p{
	font-size:15px;
	}
}
@media (max-width: 599px){
.footer .top .left .txt{
	width:100%;
	margin-left:0;
	text-align:left;
	}
.footer .top .left .txt .list li{
	float:left;
	margin-left:0;
	margin-right:20px;
	}
.footer .top .left .foot_logo{
	display:none;
	}
.footer .top .left .txt .list li a>img{
	width:35px;
	}
}