﻿@charset "utf-8";
/* CSS Document */
.foot{ padding:20px 0; position:relative; background:#186ca8; overflow:hidden;}	

.foot .div_1{ width:113px; text-align:center; margin:15px 15px 0 0;}
.foot .div_2{ width:740px;}
.foot .div_2 p{ line-height:30px;  color:#fff;  font-size:14px;}
.foot .div_2 p a{color:#fff;}

.foot .div_3{ text-align:center; float:right;}
.foot .div_3 img{ margin-right:10px;}

.foot2{ padding:20px 0; position:relative; background:#013659; overflow:hidden; color:#fff;}	
.foot2 .f_r a{ color:#fff; margin:0 10px; }


.fc{top: 233px;position:fixed;z-index:990; width:80px; background:#f2f2f2;}
.fc .zk{ height:35px; width:80px;  background: url(../images/foot/tp12.jpg) no-repeat; cursor:pointer;}
.fc .sq{height:35px; width:80px;  background: url(../images/foot/tp13.jpg) no-repeat; cursor:pointer;}
.fc ul li{ text-align:center; margin-bottom:2px; padding:10px 0; border-bottom:1px solid #fff; font-size:13px;}
.fc ul li img{ margin-bottom:5px;}
.fc ul li a{ color:#036eb8;}
.fc ul li a:hover{ color:#FF6B07;}

.fc .wx{  margin-top:2px; position:relative;}
.fc .wx dl{ position:absolute; right:80px; top:0; z-index:9; width:120px; display:none;}
.fc .wx dl img{ width:100px; height:100px;}
.fc .wx:hover dl{ display:block;}



@media screen and (max-width: 1024px) {
	.foot,.foot2{ margin-bottom:0px; padding:10px;}
	.fc{ display:none;}
	.foot .div_2{ width:100%;}
	.foot2 .f_r a{ margin:0 5px; }

}

@media screen and (max-width: 520px) {

}



