a {
	text-decoration: none;
}

::-webkit-scrollbar {
	width: 4px;
	background-color: #F9F9F9;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);;
	border-radius: 2px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.08);
}

.head-top {
	padding: 40px 0;
}

.head-search {
	width: 480px;
}

.head-input {
	margin-bottom: 10px;
}

.head-input input {
	border-radius: 4px 0 0 4px;
	border-color: #008FA2;
}

.head-input input[type="text"] {
	background: url(../images/head_icon01.png) 8px center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	padding-left: 36px;
}

.head-input input::placeholder {
	font-size: 14px;
	color: #CCCCCC;
}

.head-input button.btn {
	border-radius: 0 4px 4px 0;
	border-color: #008FA2;
	background-color: #008FA2;
	color: white;
	font-size: 14px;
	line-height: 36px;
	padding: 0 24px;
}

.sign-btn {
	border-radius: 4px !important;
	border: none;
	outline: none;
	border: 1px solid #008FA2;
	background-color: white;
	color: #008FA2;
	font-size: 14px;
	line-height: 36px;
	padding: 0 12px;
	margin-left: 12px !important;
}

.sign-btn img {
	margin-right: 6px;
}

.head-keyword span {
	font-size: 12px;
	color: #666666;
}

.head-keyword a {
	font-size: 12px;
	color: #999999;
	margin-right: 10px;
}

.column-content {
	width: 1180px;
	margin: auto;
}

.swiper-banner {
	width: 100%;
}

.container-content {
	width: 100%;
}

.container {
	width: 1180px;
	margin: auto;
	padding: 60px 0;
}

.container-head {
	margin-bottom: 10px;
}

.container-head h1 {
	font-size: 1.5rem;
	font-weight: 600;
	color: #161616;
	margin-right: 10px;
}

.container-head h2 {
	font-size: 1rem;
	font-weight: 400;
	color: #808080;
}

.news-banner {
	position: relative;
}

.news-banner p {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 16px;
	background-color: rgba(0, 0, 0, .7);
	color: white;
	font-size: 16px;
}

.news-content {
	width: 530px;
}

.news-content ul {
	margin: 0;
}

.newsItem span {
	line-height: 44px;
}

.newsItem span:first-child {
	color: #CCCCCC;
}

.newsItem span:last-child {
	color: #333333;
	font-size: 1rem;
}

.newsTime {
	color: #999999;
	font-size: 1rem;
}

.newsIcon {
	background-color: #F7F8F9;
	border-radius: 5px;
	margin-top: 20px;
	padding: 15px;
}

.newsIcon a {
	background-color: #E6E6E6;
	color: #808080;
	border-radius: 5px;
	font-size: 14px;
	padding: 2px 10px;
	margin: 5px;
}

.newsIcon a.active {
	background-color: #008FA2;
	color: white;
}

.meeting-container {
	background-color: #F7F8F9;
}

.meetingSlot {
	width: 760px;
}

.meetingList {
	width: 380px;
}

.meetingItem {
	background-color: white;
	width: 370px;
	padding: 10px;
	border-radius: 5px;
}

.meetingItem h1 {
	font-size: 16px;
	color: #161616;
	line-height: 22px;
	margin: 10px 0;
}

.meeting-info {
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.meeting-info h2 {
	font-size: 14px;
	margin: 0;
	padding: 4px 12px;
	color: #008FA2;
	border: 1px solid #008FA2;
	border-radius: 2px;
}

.iconItem {
	margin-left: 10px;
}

.iconItem img {
	margin-right: 4px;
}

.iconItem span {
	font-size: 14px;
}

.meeting-more a {
	display: block;
	width: 100px;
	font-size: 14px;
	line-height: 36px;
	border-radius: 18px;
	background-color: #008FA2;
	color: white;
}

.calendar {
	background-color: white;
	padding: 10px;
	border-radius: 5px;
}

.calendar-head {
	background-color: #008FA2;
	border-radius: 5px 5px 0 0;
	line-height: 60px;
}

.calendar-head span {
	font-size: 18px;
	font-weight: 600;
	color: white;
	margin-left: 10px;
}

.calendar-content {
	border: 1px solid #D9D9D9;
	border-top: none;
	border-left: none;
	border-radius: 0 0 5px 5px;
}

.calendarItem {
	width: 33.33333333%;
	text-align: center;
	border-left: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
	padding: 20px 0;
}

.calendarItem h1 {
	font-size: 20px;
	font-weight: 600;
	color: #808080;
	line-height: 24px;
}

.calendarItem h2 {
	font-size: 14px;
	font-weight: 400;
	color: #161616;
	line-height: 15px;
}

.calendarItem h1,
.calendarItem h2 {
	margin: 0;
}

.calendarActive {
	background-color: #008FA2;
}

.calendarActive h1 {
	color: #FFF000;
}

.calendarActive h2 {
	color: white;
}

.tab-container {
	background: url(../images/tab-anner.png);
}

.tabItem {
	background-color: white;
	width: 370px;
	height: 280px;
	border-radius: 5px;
	cursor: pointer;
	transition: .3s;
}

.tabItem span {
	display: block;
	width: 100%;
	font-size: 24px;
	font-weight: 600;
	color: #161616;
	margin-top: 20px;
	transition: .3s;
}

.tabItem:hover {
	box-shadow: 0 0 30px #006674;
}

.tabItem:hover span {
	color: #006674;
}

.vip-container {
	background-color: white;
}

.link-container {
	background-color: #F7F8F9;
}

.vipItem {
	width: 18.4%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.vipItem:nth-of-type(5n) {
	margin-right: 0;
}

.vipItem img {
	border: 1px solid #E5E5E5;
	width: 100%;
	padding: 6% 4%;
	border-radius: 4px;
	margin-bottom: 4px;
}

.vipItem span {
	border-radius: 2px;
	font-size: 14px;
	line-height: 2.4;
	display: block;
	text-align: center;
	background-color: #008FA2;
	color: white;
}

.foot-container {
	background-color: #3B3B3B;
}

.footItem {
	width: 230px;
}

.footItem h1 {
	font-size: 1rem;
	color: #808080;
	margin-bottom: 40px;
}

.footItem a {
	color: white;
	font-size: 14px;
	line-height: 28px;
	display: block;
}

.ewmItem {
	margin-left: 20px;
}

.ewmItem img {
	width: 150px;
	border-radius: 5px;
}

.ewmItem span {
	display: block;
	color: #808080;
	font-size: 14px;
	margin-top: 10px;
}

.record-container {
	background-color: #282828;
	font-size: 14px;
	color: white;
	line-height: 40px;
}

/*内页*/
.pageNavbar {
	width: 180px;
}

.pageNavbar li {
	width: 180px;
	background-color: #F8F9FD;
	border-bottom: 2px solid #FFFFFF;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	color: #161616;
	line-height: 64px;
}

.page-content {
	width: 960px;
}

.pageNavbar li.active {
	background-color: #008FA2;
	color: white;
}

.pageHead {
	margin-bottom: 30px;
}

.pageHead h1 {
	font-size: 24px;
	font-weight: 600;
	color: #161616;
	border-left: 4px solid #008FA2;
	padding-left: 20px;
	line-height: 22px;
}

.slot-content p {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 34px;
	text-align: justify;
}

.large-switch-middle {
	margin-top: 40px;
}

.large-switch-circle li {
	width: 130px;
	height: 46px;
	line-height: 46px;
	background-color: #E3E3E3;
	color: #161616;
	border-radius: 5px;
	margin-right: 20px;
	font-size: 14px;
	cursor: pointer;
}

.large-switch-circle li.on {
	background-color: #D2B48C;
	color: white;
}

.rosterList {
	width: 440px;
	background-color: #F8F9FD;
	border-bottom: 3px solid #008FA2;
}

.rosterItem {
	padding: 15px;
}

.rosterName {
	margin-bottom: 10px;
}

.rosterName h1 {
	font-size: 20px;
	font-weight: 600;
	color: #161616;
	line-height: 24px;
	margin: 0;
	margin-right: 10px;
}

.rosterName h2 {
	background-color: #008FA2;
	color: white;
	font-size: 12px;
	font-weight: 400;
	padding: 2px 8px;
	margin: 0;
	border-radius: 2px;
}

.rosterItem p {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	color: #333333
}

.rosterWrap li {
	width: 300px;
	background-color: #F8F9FD;
	margin-top: 20px;
	margin-right: 20px;
}

.rosterWrap li img {
	width: 100px;
}

.rosterWrap li .rosterItem {
	width: 200px;
}

.rosterWrap li:nth-of-type(3n) {
	margin-right: 0;
}

.rosterWrap h1 {
	font-size: 18px;
}

.rosterWrap span {
	color: #008FA2;
	border: 1px solid #008FA2;
	font-size: 12px;
	font-weight: 400;
	padding: 0 8px;
	border-radius: 2px;
}

.rosterWrap p {
	font-size: 14px;
	line-height: 20px;
}

.unitsItem h1 {
	font-size: 20px;
	font-weight: 600;
	color: #008FA2;
	margin-bottom: 10px;
}

.unitsItem li {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.unitsItem li:nth-of-type(4n) {
	margin-right: 0;
}

.unitsItem img {
	border: 1px solid #E5E5E5;
	width: 100%;
	padding: 6% 4%;
	border-radius: 4px;
	margin-bottom: 4px;
}

.unitsItem span {
	border-radius: 2px;
	font-size: 14px;
	line-height: 2.4;
	display: block;
	text-align: center;
	background-color: #008FA2;
	color: white;
}

.newspageItem {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E5E5E5;
}

.newsWrap {
	width: 960px;
}

.pageNewscontent {
	width: 790px;
}

.pageNewscontent h1 {
	font-size: 24px;
	font-weight: 600;
	color: #161616;
	line-height: 36px;
	transition: .3s;
}

.pageNewscontent:hover h1 {
	color: #008FA2;
}

.pageNewscontent span {
	font-size: 16px;
	font-weight: lighter;
	color: #333333;
	line-height: 26px;
}

.pageNewsdate {
	width: 100px;
	text-align: right;
}

.pageNewsdate h2 {
	font-size: 1.5rem;
	color: #161616;
	line-height: 28px;
	margin: 0;
}

.pageNewsdate h3 {
	width: 40px;
	font-size: 1rem;
	color: #808080;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #CCCCCC;
}

.navigationSlot {
	background-color: #F8F9FD;
	padding: 30px;
}

.navigationWrap {
	margin-bottom: 30px;
}

.navigationWrap:last-child {
	margin-bottom: 0;
}

.navigationWrap h1 {
	font-size: 20px;
	font-weight: 600;
	color: #008FA2;
	line-height: 24px;
	margin: 0;
}

.navigationItem {
	width: 286px;
	padding: 30px 20px;
	background-color: white;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	margin-right: 20px;
	margin-top: 20px;
}

.navigationItem:nth-of-type(3n) {
	margin-right: 0;
}

.nav-content {
	width: 180px;
}

.nav-content h2 {
	font-size: 16px;
	color: #161616;
	margin-bottom: 5px;
}

.nav-content span {
	display: block;
	font-size: 12px;
	color: #808080;
	line-height: 14px;
}

.applyItem {
	margin-bottom: 20px;
}

.apply h1 {
	font-size: 18px;
	font-weight: 600;
	color: #161616;
	line-height: 34px;
	margin-bottom: 10px;
}

.apply p {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	margin: 0;
	line-height: 28px;
}

.apply span {
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

.apply .line {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #E5E5E5;
	margin: 20px 0;
}

.apply button {
	width: 200px;
	line-height: 46px;
	border-radius: 23px;
	border: none;
	outline: none;
	background-color: #008FA2;
	color: white;
}

.memberPage .newsWrap {
	width: 740px;
}

.memberPage .pageNewscontent {
	width: 580px;
}

.subjectItem {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E5E5E5;
}

.subContent {
	width: 800px;
}

.subjectItem h1 {
	font-size: 16px;
	color: #161616;
	margin-bottom: 6px;
}

.subjectItem span {
	font-size: 14px;
	color: #808080;
}

.subjectMore {
	font-size: 14px;
	font-weight: 600;
	color: #008FA2;
}

.horizonItem h2 {
	font-size: 20px;
	font-weight: 600;
	color: #008FA2;
	margin-bottom: 10px;
}

.horizonItem li {
	width: 305px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.horizonItem li:nth-of-type(3n) {
	margin-right: 0;
}

.horizonItem li p {
	font-size: 16px;
	line-height: 22px;
	color: #161616;
	margin: 5px 0;
	text-align: justify;
}

.horizonItem li img {
	margin-right: 4px;
}

.horizonItem li span {
	font-size: 14px;
	line-height: 1;
	color: #808080;
}








