body {
	font-family: Verdana, Helvetica, "Microsoft Yahei", sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #333333;
	overflow-y: scroll;
}

a {
	color: #0099ab;
	text-decoration: none;
	border-bottom: 1px dashed #0099ab;
}

a:hover {
	color: #00aacc;
	border-bottom: 1px dashed #00aacc;
}

.c1 {
	color: #0099ab;
}

.c2 {
	color: #FFFFFF;
}

.c3 {
	color: #AAAAAA;
}

.c4 {
	color: #555555;
}

#header {
	height: 100px;
	margin: 0 auto;
	padding: 0;
	background: #000000;
	border-bottom:2px solid #0099ab;
}

#headercontainer {
    position: relative;
	width: 900px;
	margin: auto;
	padding: 10px 0;
}

.headname {
	margin: 10px auto 4px;
	font-size:30px;
}

.headname2 {
	margin: 2px auto 10px;
	font-size:20px;
}

#navi {
	position: absolute;
	width: 315px;
	height:40px;
	top: 32px;
	right: 4px;
}

#navi div.naviLi {
	width:95px;
	margin-left:10px;
	bottom: 0px;
	height: 48px;
	float:left;
	text-decoration: none;
	text-align:center;
	border-top: 1px solid #333333;
	margin-top: 2px;
}

#navi div.naviLi:hover, #navi div.naviLi.naviLiSelected {
	border-top: 3px solid #0099ab;
	margin-top: 0;
	color: #0099ab;
}

#navi div.naviLi div:nth-child(1) {
    font-size: 16px;
    line-height: 30px;
}

#navi div.naviLi div:nth-child(2) {
    font-size: 14px;
    line-height: 18px;
}

#content {
	margin: 50px auto;
	line-height: 20px;
}

#indexCont {
	width: 898px;
	height: 450px;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
	background: #F7F7F7;
	-moz-border-radius:5px;/* FF*/
	-webkit-border-radius: 5px;/* chrome/safari*/
}

#indexCont1 {
	width: 340px;
	height: 318px;
	margin: 65px 40px;
	border: 1px solid #AAAAAA;
	float: left;
}

#indexCont2 {
	width: 436px;
	height: auto;
	padding-bottom: 20px;
	margin: 40px 40px 0 0;
	float: left;
}

#indexCont3 {
	width: 436px;
	height: auto;
	padding-top: 20px;
	margin: 0 40px 40px 0;
	border-top: 1px solid #AAAAAA;
	float: left;
}

#indexSubCont {
	width: 900px;
	height:110px;
	margin: 30px auto 0;
}

.indexSubCont1 {
	width: 279px;
	height:110px;
	padding: 0 15px 0 0;
	border-right:1px solid #0099ab;
	float:left;
}
.indexSubCont2 {
	width: 279px;
	height:110px;
	padding: 0 15px;
	border-right:1px solid #0099ab;
	float:left;
}

.indexSubCont3 {
	width: 280px;
	height:110px;
	padding: 0 0 0 15px;
	float:left;
}

.indexSubCont1Title {
	line-height: 24px;
	font-size: 18px;
	margin-bottom: 4px;
}

.Cont {
	width: 900px;
	margin: 0 auto;
	min-height: 1px;
}

#pubList {
	border-top: 1px solid #CCCCCC;
}

.pubListNav {
    font-size: 16px;
    min-height: 36px;
    padding: 8px 0;
	border-bottom: 1px solid #CCCCCC;
}

.pubListNav a {
    display: inline-block;
    line-height: 20px;
    margin: 4px 12px 4px 0;
}

.pubListNav a:last-child {
    margin: 4px 0;
}

.pubCata {
	height: 32px;
	border-bottom: 1px solid #CCCCCC;
	line-height: 32px;
	color: #0099ab;
	font-weight: bold;
}

#backToTopBtn {
    display: none;
    height: 24px;
    width: 24px;
    background: url(img/back-to-top.png) 100% / 100% no-repeat;
    background-color: #fff;
    position: fixed;
    box-sizing: border-box;
    border: 2px solid #0099ab;
    border-radius: 4px;
    left: 50%;
    bottom: 60px;
    margin-left: 460px;
    cursor: pointer;
}

.pubItem {
	min-height: 80px;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0;
}

.pubItemPic {
	height: 64px;
	width: 64px;
	border: 1px solid #EEEEEE;
	margin: 7px 10px 7px 0;
	float: left;
	background: #F7F7F7;
}

.pubItemText {
	min-height: 64px;
	margin: 7px 0 7px 76px;
}

#projList {
	border-top: 1px solid #CCCCCC;
}
.projItem {
	min-height: 116px;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0;
}

.projItemPic {
	height: 100px;
	width: 150px;
	border: 1px solid #EEEEEE;
	margin: 7px 10px 7px 0;
	float: left;
	background: #F7F7F7;
}

.projItemText {
	min-height: 100px;
	margin: 7px 0 7px 162px;
}

#comingSoon {
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	margin: 200px auto;
}

#footer {
	background: #F7F7F7;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin: 0 auto;
}

#footercontainer {
	width:900px;
	height: 40px;
	line-height:40px;
	margin: auto;
}

@media screen and (max-width: 980px) {
    #header {
        height: 200px;
    }
    #headercontainer {
    	text-align: center;
    	width: 100%;
    	margin: auto;
    	padding: 10px 0;
    }
    #navi {
        position: relative;
        margin: auto;
    }
    #content {
	    margin: 20px auto;
    	padding: 0 20px;
    	box-sizing: border-box;
    }
    #indexCont {
    	width: 100%;
    	height: auto;
    	margin: 0 auto;
    	border: 1px solid #CCCCCC;
    	background: #F7F7F7;
    	padding: 20px;
    	box-sizing: border-box;
    	-moz-border-radius:5px;/* FF*/
    	-webkit-border-radius: 5px;/* chrome/safari*/
    }

    #indexCont1 {
    	width: 100%;
    	text-align: center;
    	height: auto;
    	margin: 0 0 20px 0;
    	border: none;
    	float: none;
    }
	#indexCont1 img {
	    max-width: 100%;
	}
	
    #indexCont2 {
    	width: 100%;
    	margin: 0;
    	float: none;
    }
    
    #indexCont3 {
    	width: 100%;
    	margin: 0;
    	border-top: 1px solid #AAAAAA;
    	float: none;
    }
    
    #indexSubCont {
    	width: 100%;
    	height: auto;
    	margin: 30px auto 0;
    }
    
    .indexSubCont1 {
    	width: 100%;
    	height: auto;
    	padding: 0 0 10px;
    	border-right:0;
	    border-bottom:1px solid #0099ab;
    	float:none;
    }
    .indexSubCont2 {
    	width: 100%;
    	height: auto;
    	padding: 10px 0 10px;
    	border-right:0;
	    border-bottom:1px solid #0099ab;
    	float:none;
    }
    
    .indexSubCont3 {
    	width: 100%;
    	height: auto;
    	padding: 10px 0 0;
    	border-right:0;
    	float:none;
    }
    
    .Cont {
    	width: 100%;
    	margin: 0 auto;
    	min-height: 1px;
    }
    
    #footercontainer {
        width: 100%;
        font-size: 12px;
        text-align: center;
    }

    #backToTopBtn {
        left: auto;
        right: 20px;
        margin-left: 0;
    }
}