/* 全局基本css */
html,body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family:"微软雅黑";
	font-size:12px;
	height:100%;
}

.bd{
	background-image: url(../images/day_cloud.png),linear-gradient(180deg,#0260ac,#3992e0 32%,#9ce0fe 60%,#eff9fd 70%);
	background-repeat: no-repeat;
	background-size: auto,contain;
	background-attachment: fixed;
}

a:link {text-decoration: none;}
a:visited {	text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}
li{list-style:none;}

.top_bg{ background:url(../images/top_bg.jpg) repeat; height:0px; width:100%; text-align:center;}
.top_bg img{ border:0px;}
.main_bg{ background:url(../images/main_bg.jpg) center no-repeat; height:90%; position:relative; width:100%;}

.icon-linkbox{ width:1165px; margin:0 auto; height:100%; position:relative;}
.icon-linklist { position:absolute; bottom:50px;}
.icon-linklist LI{ margin:0 12px;width:209px; float:left; transition:all .5s; text-align:center;}
.icon-linklist LI a{ display:block; height:143px; width:209px; overflow:hidden;}
.icon-linklist LI FONT{line-height:44px; line-height:210px; color:#fff;font-size:20px; transition:all .3s}

.icon-linklist .yw1 {background:url(../images/img/yw1-1.png) #c55c58 no-repeat; background-position:center -5px;}
.icon-linklist .yw2 {background:url(../images/img/yw2-1.png) #fd9620 no-repeat;background-position:center -5px;}
.icon-linklist .yw3 {background:url(../images/img/yw3-1.png) #b352a3 no-repeat;background-position:center -5px;}
.icon-linklist .yw4 {background:url(../images/img/yw4-1.png) #6b6fd2 no-repeat;background-position:center -5px;}
.icon-linklist .yw5 {background:url(../images/img/yw5-1.png) #2c9489 no-repeat;background-position:center -5px;}

.icon-linklist LI:hover FONT {color:#fff; font-weight:bold;}
.icon-linklist LI:hover {margin-top:-10px;}


.foot_bg p{ text-align:center; font-size:15px; color:#555555; padding-top:10px; padding-bottom:10px; margin:0px;}
