/*公共样式start*/
html{
    overflow-y: auto;
    overflow-x: hidden;
}
img{
    max-width: none;
}
body{
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}
a {
    text-decoration:none;
    outline: none;
    color: #fff;
}
/*.topBox{
	position: relative;
	width: 100%;
	height: 476px;
}*/
.topBox{
    width: 100%;
    min-width: 1200px;
    height: 476px;
    background: url(../image/signList-top.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.aboutusImg{
	position: absolute;
    width: 1920px;
    top: 0;
    left: 50%;
    z-index: -1;
    height: 476px;
    margin-left: -960px;
}
.header{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 34px;
}
.header2{
    /*display: none;*/
    position: fixed;
    left: 0;
    /*margin-left: -960px;*/
    top: -80px;
    width: 100%;
    height: 80px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    box-shadow: 0 0 10px 0;
}
.headercontent{
    width: 1024px;
    overflow: hidden;
    margin: 0 auto;
}
.header2content{
    width: 1024px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 20px;
}
.blue{color: #009EE0!important;}
.header .logoDefault{
	width: 154px;
	float: left;
}
.header2 .logoDeactivity{
    width: 154px;
    float: left;
}
.header .list{
	float: right;
	color: #fff;
	width: 370px;
	margin-top: 12px;
}
.header2 .list{
    float: right;
    color: #000;
    width: 370px;
    margin-top: 12px;
}
.header2 .list a{
    color: #000;
}
.header .list li,.header2 .list li{
	font-size: 14px;
	margin-right: 65px;
	float: left;
}
.header .list li a:hover,.header2 .list li a:hover{
    color: #009EE0;
}
.header .list li:last-child,.header2 .list li:last-child{
	margin-right: 0;
}
.words{
    width: 1024px;
    margin: 133px auto 0;
}
.clear{clear: both;}
footer{
    height: 98px;
    background: #012938;
    padding: 25px 0;
    color: #fff;
    text-align: center;
    font-size: 12px;
}
footer .icp{margin-top: 14px;}
/*公共样式end*/
.middleBox{
    width: 1024px;
    margin: 26px auto 0;
}
.sign-list{margin-bottom: 70px;}
.sign-list li{
    width: 28%;
    float: left;
    margin-top: 96px;
    position: relative;
    margin-right: 80px;
    height: 368px;
}
.signimg{
    width: 300px;
    float: left;
}
.sign-list li:nth-child(3n+3){
    margin-right: 0;
}
.sign-list li a:hover img{
    filter:alpha(Opacity=90);-moz-opacity:0.9;opacity: 0.9;
}
.sign-list li a:hover .sign-introduce-title{
    color: #009EE0!important;
}
.sign-introduce{
    width: 300px;
    height: 178px;
    overflow: hidden;
    position: absolute;
    right: -30px;
    bottom: -4px;
    background: #fff;
    z-index: 999;
    box-shadow: 0 0 12px 0 rgba(175,173,173,0.50);
    border-radius: 2px;
}
.sign-introduce-title{
    padding: 20px 25px 20px 20px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #1C1C1C;
    letter-spacing: 3.33px;
    line-height: 18px;
}
.sign-introduce-text{
    font-size: 14px;
    color: #615E5E;
    letter-spacing: 3.33px;
    padding: 0 25px 24px 20px;
    line-height: 18px;
}
.sign-introduce-time{
    padding: 0 15px;
}
.sign-introduce-time span{
    font-family: ArialMT;
    font-size: 14px;
    color: #615E5E;
    letter-spacing: 2.92px;
}
.sign-introduce-time img{
    float: right;
    margin-top: 12px;
}
.seeMore{
    display: block;
    width: 215px;
    height: 50px;
    margin: 0 auto 70px;
    line-height: 48px;
    background: #009EE0;
    box-shadow: 0 0 12px 0 rgba(175,173,173,0.50);
    border-radius: 2px;
}
.seeMore:hover{
    background: #058FC1;
}
.seeMore span{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 35px;
    letter-spacing: 2.92px;
}
.seeMore img{
    float: right;
    margin: 20px 35px 0 0;
}

