@charset "utf-8";
/* 全局 */
body{font-family:"微软雅黑";  }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,font,tr,table{ padding:0; margin:0; font-family:"微软雅黑", Arial, Helvetica, sans-serif; color:#444;font-size:14px;}
table{border-collapse:collapse;  border-spacing:0;}
h1,h2,h3,h4,h5,h6 {font-weight:normal; font-size:100%;}
input,button,textarea,checkbox,select,radio{ vertical-align:middle;}
body{background:#025ea3; height:100%;}
a{ text-decoration:none; color:#333; font-size:15px;}
.clear{ clear:both; height:0px; overflow:hidden;}
ol li,ul li,dl dt,dl dd{ list-style:none;}
li{vertical-align:top;}
img{display:inline-block; border:none; margin:0; padding:0;}
.adv{ margin:10px 0; width:1200px; overflow:hidden;}

.tableCont{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top:0px;
	z-index: 3;
}
.table{
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: table;
	position: relative;
	z-index: 3;
}
.tableCell{
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}

.banner1{ background:url(../images/banner1.jpg) no-repeat center center; height:132px;}
.banner2{ background:url(../images/banner2.jpg) no-repeat center center; height:118px;}
.banner3{ background:url(../images/banner3.jpg) no-repeat center center; height:116px;}
.banner4{ background:url(../images/banner4.jpg) no-repeat center center; height:114px;}
.banner5{ background:url(../images/banner5.jpg) no-repeat center center; height:130px;}
.banner6{ background:url(../images/banner6.jpg) no-repeat center center; height:122px;}
.banner7{ background:url(../images/banner7.jpg) no-repeat center center; height:112px;}
.banner8{ background:url(../images/banner8.jpg) no-repeat center center; height:116px;}
#fullpage{ position:relative;}
.Signbox{    background: rgba(255,255,255,.1);position: relative;
    border-radius: 5px; width:1140px;height: calc(100% - 240px); padding:40px 10px;margin: 0 auto}
.Signbox h3{ text-align:center; margin-bottom:20px;color: #fff;
    font-size: 40px;
    padding-bottom: 10px;}
.Signbox dl{ width:240px; margin:12px 0; display:inline-block;}
.Signbox dl dt{ text-align:center;}
.Signbox dl dt img{ width: 75px;}
.Signbox dl dd{ height:40px; line-height:40px; text-align:center;}
.Signbox dl dd a{ color:#FFF; font-size:15px;}