/* 公共样式表css */


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* 必要布局样式css */
.comm-box {
    width: 100%;
    height: 440px;
    background:#eef0f2;
    padding: 20px 0;
	margin-top:15px;
}

.comm-box h1,.comm-box h2 {
    font-size: 28px;
    color:#C30;
    text-shadow: 0 3px 9px rgba(0,0,0,.25);
    height: 42px;
    text-align: center;
    font-weight: inherit;
}

.comm-content {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.comm-content-list {
    position: relative;
    zoom: 1; }

.comm-content-list li {
    width: 160px;
    height: 160px;
    float: left;
    position: relative;
    margin: 10px 0px 10px 14px;
}

.comm-list-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 150px;
    background-color: #fff;
    background-color: rgba(255,255,255,.8);
    padding: 9px;
}

.comm-list-item img {
    width: 100%;
}

.comm-list-cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: 160px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s;
}

.comm-list-text {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -80px;
    margin-top: -80px;
    width: 150px;
    height: 150px;
    padding: 5px;
    border: 1px solid #282b29;
    background: #fff;
	color:#000;
}

.comm-go-home {
    display: block;
    text-align: center;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    width: 135px;
    height: 37px;
    line-height: 37px;
    background-color:#3CF;
    color: #fff;
    font-size: 13px;
    position: absolute;
    bottom: 12px;
}

.comm-list-item:hover .comm-list-cont {
    width: 160px;
    height: 160px;
    left: 0px;
    top: 0px;
    opacity: .95;
    filter: alpha(opacity=95)
}

.comm-list-item p {
    line-height: 22px;
    font-family: microsoft Yahei;
    text-align: center;
    padding: 0 3px;
    margin-top: 13px;
    font-size: 16px;
}

.comm-content-list li .comm-list-text p {
    line-height: 22px;
    font-family: microsoft Yahei;
    font-size: 12px;
    text-align: left;
    margin: 0;
	height:120px;
}
#submenu{ width:100%; text-align:center;}
#submenu p{ margin:0 auto; font-size:18px; font-weight:bold;}
#submenu li{ margin:10px 15px;display:inline-block; background:#eef0f2; border-radius:10%; border:#06F 1px solid; padding:8px 10px; text-align:center; font-size:14px;}
#submenu li:hover{border:#F30 1px solid;}
#submenu .currclass{border:#F30 1px solid;}
#submenu .currclass a{color:#F30;}