/***************************默认化******************************************/
html,body{
	width: 100%;
	height:100%;
}
body{
	font:14px Arial,"microsoft yahei";
}

html,body,div,p,h1,h2,h3,h4,h5,h6,hr,blockquote,
ol,ul,li,dl,dt,dl,form,input,textarea,button,
header,footer,section,table,th,tr,td{
	margin:0;
	padding:0;
}

ul,li,ol{
	list-style: none;
}

a{
	color:#707070;
	text-decoration:none;
}



/******************************** header头部 **************************************/

/*导航*/
#header{
	width: 100%;
	height: 90px;
	background-color: #fff;
	box-shadow: 0px 0px 5px rgba(66,66,66,0.3);
	position: absolute;
	top:0;
	left: 0;
	z-index: 99;
}
.nav{
	height: 100%;
	margin:0 auto;
}
.nav .logo, .nav ul{
	height: 100%;
	float: left;
}
.nav .logo{
	width: 45%;
}
/*LOGO*/
.nav .logo img{
	height: 34px;
	display: block;
	margin-top: 28px;
	float: left;

}
.nav .logo p{
	height: 34px;
	float: left;
	border-left: 2px solid #168b3c;
	line-height: 34px;
	text-indent: 10px;
	margin-top: 32px;
	margin-left: 2%;
	font-size: 17px;
}
.nav .logo span{
	color:#ff0000;
}

/*菜单列表*/
.nav ul{
	width: 55%;
}
.nav ul li{
	width: 16%;
	height: 100%;
	font-size: 16px;
	float: left;
	line-height: 90px;
	text-align: center;
	position: relative;
}

.nav ul li p{
	position: absolute;
	bottom:20px;
	background-color: #168b3c;
	width: 0%;
	height: 4px;
	left:20%;
	border-radius: 2px;
}
.nav ul li p.active{
	width: 60%;
	background-color: #999;
}

/*彗星管理系统*/
.nav .gotoWork a{
	padding:10px;
	color:#fff; 
	background-color: #168b3c;
}


/*共用居中*/
#main{
	margin: 20px auto;
}


/******标题类型1***********/
.big-title{
	width: 100%;
	height: 600px;
	font-size: 48px;
	line-height: 600px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top:90px;
}

.big-title .title-info{
	width: 100%;
	padding-top: 8%;
	text-align: center;
	line-height: 80px;
	margin: 90px auto 0;
}
.big-title h1{
	font-size: 72px;
	margin-bottom:10px; 
}
.big-title p{
	font-size: 24px;
	margin-bottom:10px; 
}
.big-title a{
	color:#fff;
	font-size: 24px;
	padding:16px 24px; 
	background-color: #168b3c;
}


/******标题类型2***********/
.middle-title{
	width: 100%;
	height: 140px;
	text-align: center;
	padding-top:60px; 
}
.middle-title .title-line{
	width:60px;
	height:4px;
	background-color: #168b3c;
	margin:0 auto;
}
.middle-title h2{
	font-size: 36px;
	color:#168b3c;
	line-height: 60px;
}
.middle-title p{
	font-size: 18px;
	color:#666;
}

/*******标题类型3*************/
.small-title{
	width: 100%;
	height: 100px;
	padding-top: 50px;
}

.small-title p{
	width: 160px;
	height: 46px;
	font-size: 36px;
	line-height: 46px;
	color: #168b3c;
	text-align: center;
	margin-left: 20px;
	border-bottom:4px #168b3c solid; 
}


/*********合作伙伴*************/
.partner{
	width: 100%;
	height: 330px;
	overflow: hidden;
}
.partner ul{
	width: 100%;
	height: 1020px;
}

.partner ul li{
	float: left;
	width: 23%;
	height: 100px;
	margin-bottom: 10px;
	margin-right:2%; 
	background-repeat: no-repeat;
	background-size: 100%;
}

/******************************** footer底部 **************************************/

#foot{
	width: 100%;
	height:550px;
	background-color:#f5f5f5;
	margin:0 auto;
}

.ft-top{
	height: 480px;
	margin:0 auto; 
}

.ft-bottom{
	width: 100%;
	height: 66px;
	border-top: 4px solid #168b3c; 
	line-height: 66px;
	text-align: center;
	font-size: 16px;
}

.ft-left,.ft-right{
	width: 50%;
	height: 480px;
	float: left;
}

/*左边*/
#foot .ft-top .ft-left li{
	width: 100%;
	height: 90px;
}
#foot .ft-top .ft-left li span{
	display: block;
	margin-left:10%; 
	width: 10%;
	height: 90px;
	float: left;
	font-size: 30px;
	line-height: 90px;
}
#foot .ft-top .ft-left li p{
	width: 70%;
	height: 90px;
	float: left;
}
#foot .ft-top .ft-left li a:hover{
	text-decoration: underline;
}
#foot .ft-top .ft-left li.ft-lt-1{
	padding-top: 30px; 
}
#foot .ft-top .ft-left li.ft-lt-1 img{
	display: block;
	height: 50%;
	margin-left:10%; 
}
#foot .ft-top .ft-lt-2 p{
	line-height: 90px;
}
#foot .ft-top .ft-lt-3 p{
	line-height: 45px;
}
/*右边*/
#foot .ft-top .ft-right div{
	width: 50%;
	height: 320px;
	text-align: center;
	padding-top: 160px;
	float: left;
}
.ft-right img{
	height: 60%;

}

/*对垂直流动条有效*/
/*定义滚动条的轨道颜色、内阴影及圆角*/
/*定义两端按钮的样式*/
/*定义滑块颜色、内阴影及圆角*/

/*body::-webkit-scrollbar {
    width: 10px; 
}
body::-webkit-scrollbar-track{
    background-color: #666;
}
body::-webkit-scrollbar-button {
    background-color:#666;
}
body::-webkit-scrollbar-thumb{
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #E8E8E8;
}
*/



/*******************************侧边导航******************************************/

.fixmenu{
	width: 50px;
	position: fixed;
	right: 5%;
	bottom: 5%;
	z-index: 99;
}

.fixmenu li{
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	background-color: #168b3c; 
	margin-bottom:5px; 
	color:#fff;
	font-size: 24px;
	position: relative;
}

#backtop,#cooperation{
	cursor: pointer;
}

.fixmenu .cooperation{
	width: 240px;
	height: 320px;
	position: absolute;
	right:60px;
	bottom:5%;
	display: none;
	color:#707070;
	border:1px solid #168b3c; 
	background: #f7f7f7;
}
.fixmenu .cooperation h2{
	width: 100%;
	height: 100px;
	line-height: 100px;
	color: #168b3c; 
}
.fixmenu .cooperation p{
	width: 100%;
	height: 40px;
	font-size: 20px;
	line-height: 30px;
	margin:-bottom:2px;
}
.fixmenu .cooperation span{
	width: 20%;
	height: 100%;
	text-align: center;
	display: block;
	float: left;
}
.fixmenu .cooperation input[type="text"]{
	width: 72%;
	height: 70%;
	border:1px solid #168b3c; 
	text-indent: 12px;
	color:#666;
	display: block;
	float: left;
}
.fixmenu .cooperation input[type="button"]{
	width: 80px;
	color:#fff;
	background-color: #168b3c; 
	position: absolute;
	padding:10px 20px; 
	margin-left:-40px; 
	margin-top:10px; 
	display: block;
	cursor: pointer;
	border:none;
	left:50%;
}

@media only screen and (min-width: 1200px) {
    .nav,#main,.ft-top,.program-list{
    	width: 1200px;
    }
}

@media only screen and (max-width: 980px) {
    .nav,#main,.ft-top,.program-list{
    	width: 980px;
    }
    .big-title{
    	height: 400px;
    }
}