﻿@charset "utf-8";
/* CSS Document */
/*样式初始化 start*/
body,
div,
ul,
li,
ol,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
font,
span,
i,
em,
b,
strong,
form,
label,
input{
  margin: 0;
  padding: 0;
  border:0 none;
  font-family:'微软雅黑';
}
li{ 
  list-style: none;
}
img{ 
  border: 0 none; 
  vertical-align: top;
}
em,
i{
  font-style: normal;
}
a{ 
  text-decoration: none; 
  color:#000;
}
a:hover{ 
  text-decoration: none; 
  
}
.fl{
	float: left;
}
.fr{
	float: right;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}


.skin03-footer-top {
	background-color: #00357f;
	color: #fff;
	padding: 40px 0 15px 0;
	height: 230px;
    box-sizing:border-box;
}
.skin03-footer-nav li{
	float: left;
	height: 170px;
	width: 130px;
}
.skin03-footer-nav li h3{
	font-size: 16px;
	font-weight: normal;
	color: #f7f7f7;
	line-height: 14px;
	padding-bottom: 12px;
}
.skin03-footer-nav li p{
	line-height: 20px;
	padding: 4px 0;
}
.skin03-footer-nav li a{
	font-size: 14px;
	color: #b0b0b0;
	padding: 4px 0;
	transition-duration: 0.5S;
}
.skin03-QrCode-wrap{
	float: right;
	width: 120px;
	/*padding-right: 30px;*/
}
.skin03-QrCode-wrap img{
	display: block;
	width: 120px;
	height: 120px;
}
.skin03-QrCode-wrap span{
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #ece1e1;
	padding-top: 10px;
}
.skin03-footer-nav li a:hover{
	text-decoration: underline;
	margin-left: 8px;
	/*color: #e62e24;*/
}

.skin03-footer-bottom-wrap{
	height: 42px;
	background: #00357f;
	border-top: 1px solid #8da5c6;
}
.skin03-footer-bottom{
	width: 1200px;
	height: 42px;
	margin: 0 auto;
	position: relative;
}
.skin03-footer-bottom div,
.skin03-footer-bottom a{
	font-size: 14px;
	line-height: 42px;
	color: #fff;
}
.skin03-footer-bottom a{
	padding: 0 2px;
}
.skin03-footer-bottom a:hover{
	text-shadow:
    0 0 10px rgba(255,255,255, 1),
    0 0 50px rgba(255, 255, 255, .8),
    0 0 75px rgba(255, 255, 255, .6),
    0 0 76px rgba(255, 255, 255, .4),
    0 0 77px rgba(255, 255, 255, .5),
    0 0 78px rgba(255, 255, 255, .4),
    0 0 79px rgba(255, 255, 255, .3),
    0 0 80px rgba(255, 255, 255, .2),
    0 0 85px rgba(255, 255, 255, .1);
}
.skin03-clearfix {
  
  width: 1200px;
  height: auto;
  margin: 0 auto;
}