@charset "utf-8";
/*------------------------------------------------------------
	头部
------------------------------------------------------------*/
#container {
	background-color: #fff;
}

#gHeader {
	position: relative;
	z-index: 1000;
	background: #fff;
}

#gHeader .row {
	align-items: center;
	justify-content: space-between;
}

#gHeader .logo {
	margin: 0;
	padding: 24px 0;
	text-align: center;
}

#gHeader .logo a {
	display: block;
}

#gHeader .tel {
	text-align: right;
}

#gHeader .tel b {
	font-size: 22px;
	color: #005fc0;
}

#gHeader .bgTop {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	background-color: #323232;
}

#gHeader .bgTop a {
	color: #fff;
}

#gHeader .bgTop a:hover {
	opacity: 0.7;
}

#gHeader .bgTop .right {
	float: right;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader {
		/* border-bottom: 1px solid #000; */
	}
	
	#gHeader .logo {
		padding: 10px 0;
		width: auto;
	}
	
	#gHeader .logo a {
		height: 40px;
	}
	
	#gHeader .logo a img {
		height: 40px;
	}
	
	#gHeader .bgTop {
		display: none;
	}
	
	#gHeader .tel {
		display: none;
	}

	.menu {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1200;
		height: 60px;
		width: 60px;
		cursor: pointer;
		text-align: center;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		transform: scale(0.7);
		-webkit-transform: scale(0.7);
	}

	.menu.active .top {
		width: 45px;
		-webkit-transform: translateY(14px) translateX(-5px) rotate(45deg);
		-ms-transform: translateY(14px) translateX(-5px) rotate(45deg);
		transform: translateY(14px) translateX(-5px) rotate(45deg);
		background: #000;
	}

	.menu.active .middle {
		opacity: 0;
		background: #000;
	}

	.menu.active .bottom {
		width: 45px;
		-webkit-transform: translateY(-12px) translateX(-5px) rotate(-45deg);
		-ms-transform: translateY(-12px) translateX(-5px) rotate(-45deg);
		transform: translateY(-12px) translateX(-5px) rotate(-45deg);
		background: #000;
	}

	.menu span {
		margin-left: -17px;
		background: #000;
		border: none;
		height: 3px;
		width: 35px;
		position: absolute;
		top: 15px;
		left: 50%;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}

	.menu span:nth-of-type(2) {
		top: 28px;
	}

	.menu span:nth-of-type(3) {
		top: 41px;
	}
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	text-align: center;
	background-color: #f6f6f6;
}

#gNavi li {
	padding: 0 10px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

#gNavi li a {
	display: block;
	padding: 0 20px;
	font-size: 16px;
	color: #000;
	line-height: 36px;
}

@media all and (min-width: 768px) {
	#gNavi li a:hover,
	#gNavi li.on a {
		color: #fff;
		background-color: #005fc0;
	}
}

#gNavi li.father {
	background: url(../images/icon-drop.png) no-repeat center right 15px;
}

#gNavi .sub {
	position: absolute;
	left: 50%;
	display: none;
	top: 85%;
	padding: 12px 0;
	transform: translate(-50%);
	word-break: keep-all;
	box-shadow: 0 0 3px #ccc;
	background-color: #fff;
}

#gNavi .sub li {
	margin: 0;
	position: relative;
	z-index: 10;
	display: block;
	text-align: center;
	background-color: #fff;
}

#gNavi .sub li a {
	padding: 0 25px;
	font-size: 16px;
	color: #909090;
	line-height: 44px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gNavi {
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		display: none;
		font-size: 12px;
		border-top: 1px solid #000;
		background-color: #fff;
	}

	#gNavi .inner {
		margin: 0;
		padding: 0;
	}
	
	#gNavi li {
		margin: 0;
		padding: 0;
		float: none;
		width: auto;
		display: block;
		position: relative;
		border-bottom: 1px solid #000;
	}

	#gNavi li.father {
		background: none;
	}

	#gNavi li.father:before {
		position: absolute;
		right: 0;
		top: 0;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		content: "";
		background: url(../images/icon_on.png) no-repeat center center;
		background-size: 14px;
	}

	#gNavi li.father.active:before {
		background: url(../images/icon_off.png) no-repeat center center;
		background-size: 14px;
	}

	#gNavi li a {
		margin-right: 40px;
		padding: 10px 20px;
		font-size: 14px;
		line-height: 20px;
		text-align: left;
		border: 0;
	}

	#gNavi li .sub {
		position: relative;
		top: auto;
		left: auto;
		padding: 0;
		transform: translate(0);
		box-shadow: none;
	}

	#gNavi li .sub li {
		border-top: 1px solid #000;
		border-bottom: 0;
	}

	#gNavi li .sub a {
		padding: 10px 20px;
		padding-left: 40px;
		font-size: 14px;
		line-height: 20px;
	}

}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
}

#pagePath li {
	display: inline;
	color: #000;
	font-size: 1.2em;
}

#pagePath li a {
}

@media all and (min-width: 0) and (max-width: 767px) {
}

/*------------------------------------------------------------
	main
------------------------------------------------------------*/
#main {
	min-height: 60vh;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main {
		min-height: calc(100vh - 124px);
	}
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {

}

@media all and (min-width: 0) and (max-width: 767px) {
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {

}

@media all and (min-width: 0) and (max-width: 767px) {
}
/*------------------------------------------------------------
	脚部
------------------------------------------------------------*/
#gFooter {
	font-size: 14px;
	color: #fff;
	background-color: #323232;
}

#gFooter .row {
	align-items: center;
	justify-content: space-between;
}

#gFooter a {
	font-size: 14px;
	color: #fff;
}

#gFooter a:hover {
	opacity: 0.7;
}

#gFooter .f-logo + div {
	padding-left: 25px;
}

#gFooter .links {
	margin-bottom: 20px;
	padding: 10px 0;
	flex-wrap: nowrap;
	border-bottom: 1px solid #bcbcbc;
}

#gFooter .links li {
	width: 100%;
	text-align: center;
}

#gFooter .links a {
	display: block;
	border-left: 1px solid #bcbcbc;
}

#gFooter .links li:first-child a {
	border-left: 0;
}



@media all and (min-width: 0) and (max-width: 767px) {
	#gFooter {
		padding: 0;
	}
	
	#gFooter .inner {
		padding: 10px;
	}
	
	#gFooter .copyright {
		font-size: 12px;
		line-height: 15px;
	}
	
	#gFooter .copyright img {
		width: 30px;
		height: 30px;
	}	
	
	#gFooter .copyright a {
		margin: 0;
	}
	
	#gFooter .pageTop {
		right: 10px;
		bottom: 10px;
		width: 35px;
		height: 35px;
	}
	
	#gFooter .pageTop:hover {
		opacity: 1;
	}
	
}

@media all and (min-width: 0) and (max-width: 767px) {
}



.h2Ttl01 {
	
	padding: 30px 0;
	font-size: 30px;
	color: #005fc0;
	text-align: center;
	    padding-bottom: 5px;
}

.h2Ttl01 span {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #bcbcbc;
	position: relative;
	padding: 10px 120px;
}

.h2Ttl01 span:before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100px;
	height: 1px;
	content: "";
	background-color: #bcbcbc;
}

.h2Ttl01 span:after {
	position: absolute;
	right: 0;
	top: 50%;
	width: 100px;
	height: 1px;
	content: "";
	background-color: #bcbcbc;
}

.section {
	padding: 15px 0;
}

#slider {
	margin-bottom: 40px;
	padding: 0 100px;
}

#slider .slick-slide {
	margin: 0 30px;
}

#slider .slick-slide img {
	width: 220px;
	height: 110px;
	object-fit: scale-down;
	border: 1px solid #bcbcbc;
}

#slider .slick-prev,
#slider .slick-next {
	margin-top: -30px;
	padding: 0;
	position: absolute;
	left: 0;
	top: 50%;
	border: 0;
	cursor: pointer;
	width: 30px;
	height: 60px;
	text-indent: -9999em;
	background: #8f8f8f url(../images/icon-2.png) no-repeat center center;
}

#slider .slick-next {
	left: inherit;
	right: 0;
	background: #8f8f8f url(../images/icon-3.png) no-repeat center center;
}

#slider .slick-arrow:hover {
	background-color: #005fc0;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.h2Ttl01 {
		margin-bottom: 10px;
		padding: 10px 0;
		font-size: 16px;
	}
	
	.h2Ttl01 span {
		font-size: 14px;
		padding: 5px 60px;
	}
	
	.h2Ttl01 span:before {
		width: 50px;
	}
	
	.h2Ttl01 span:after {
		width: 50px;
	}
	
	.section {
		padding: 20px 0;
	}
	
	#slider {
		margin-bottom: 20px;
		padding: 0 20px;
	}
	
	#slider .slick-slide {
		margin: 0;
	}
	
	#slider .slick-prev,
	#slider .slick-next {
		margin-top: -20px;
		width: 20px;
		height: 40px;
	}
}

.TopBox {
	padding: 60px 0;
	background: no-repeat center center;
	background-size: cover;
}

.TopBox h2 {
	margin-bottom: 40px;
	font-size: 80px;
	color: #fff;
	line-height: 1.2;
	text-align: center;
}

.TopBox h2 span {
	font-size: 50px;
	display: block;
}

.TopBox p {
	margin-bottom: 30px;
	color: #fff;
	line-height: 30px;
}


#foo {
	margin-bottom: 40px;
	padding: 0 100px;
}

#foo .slick-slide {
	margin: 0 15px;
}

#foo .slick-slide img {
	width: 214px;
	height: 250px;
	object-fit: scale-down;
	border: 1px solid #bcbcbc;
}

#foo .slick-slide h2 {
	margin: 0 auto;
	width: 214px;
	font-size: 15px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	background-color: #808080;
}

#foo a:hover h2 {
	background-color: #005fc0;
}

#foo .slick-prev,
#foo .slick-next {
	margin-top: -60px;
	padding: 0;
	position: absolute;
	left: 0;
	top: 50%;
	border: 0;
	cursor: pointer;
	width: 60px;
	height: 120px;
	text-indent: -9999em;
	background: url(../images/icon-5.png) no-repeat center center;
}

#foo .slick-next {
	left: inherit;
	right: 0;
	background: url(../images/icon-6.png) no-repeat center center;
}

#foo .slick-arrow:hover {
	opacity: 0.7;
}

hr {
	border: 0;
	border-top: 1px solid #808080;
}

.news {
	justify-content: space-between;
}

.news .item01 {
	margin-bottom: 60px;
	width: calc(33.33% - 50px);
}

.news .item01 h2 {
	margin-bottom: 30px;
	font-size: 24px;
	color: #404040;
	line-height: 27px;
	text-align: center;
}

.news .item01 h2 + p {
	color: #808080;
	line-height: 27px;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.news .item01 .note {
	padding: 30px 0;
	font-size: 14px;
	color: #97a5b7;
	line-height: 20px;
}

.news .item01 .note span {
	float: right;
}

.news .item01 .note img {
	vertical-align: middle;
}

.news .item01 a {
	display: block;
}

.news .item01 a:hover {
	opacity: 0.7;
}


.news .item02 {
	margin-top: 40px;
	font-size: 18px;
	color: #808080;
	line-height: 34px;
}

.news .item02 .time {
	padding: 5px 0;
	width: 125px;
	font-size: 20px;
	color: #505050;
	line-height: 24px;
	text-align: center;
	background-color: #cbcbcb;
}

.news .item02 .time time {
	padding: 5px 0;
	display: block;
	font-size: 30px;
}

.news .item02 .time + div {
	width: calc(100% - 125px);
	padding-left: 20px;
}

.news .item02 h2 {
	font-size: 25px;
	color: #404040;
}

.news .item02:hover .time {
	color: #fff;
	background-color: #005fc0;
}

.news .item02:hover h2,
.news .item02:hover h2 + p {
	/* opacity: 0.7; */
}

/*分页样式*/
.pages { padding: 30px 0 30px;text-align: center}
.pages li {display: inline}
.pages li.thisclass a, .pages a:hover {background: #005fc0;color: #fff;text-decoration: none;border-radius:3px}
.pages a {padding: 5px 10px;
border: 1px solid #ddd;
background: #fff;color: #A4A4A4;
line-height: 18px;border-radius:3px;
}

.pageNum {
	margin-bottom: 60px;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
}
.pageNum a {
	display: inline-block;
	vertical-align: top;
	min-width: 30px;
	color: #808080;
	text-align: center;
}
.pageNum a.on {
	color: #005fc0;
}
.pageNum a:hover {
	color: #005fc0;
}

.comList01 {
	justify-content: space-between;
}

.comList01 > div {
	margin-bottom: 20px;
	width: calc(33.33% - 50px);
	text-align: center;
}

.comList01 > div p {
	padding: 20px 0;
}

.comList02 {
	justify-content: space-between;
}

.comList02 > div {
	margin-bottom: 20px;
	width: calc(33.33% - 50px);
}

.comList02 > div h2 {
	padding: 20px 0;
	font-size: 24px;
	text-align: center;
}

.comList02 > div h2 span {
	font-weight: bold;
}

.comList02 > div p {
	padding: 0 0 20px;
}

.comList02 a {
	display: block;
	position: relative;
	padding: 10px;
	color: #505050;
	border: 1px solid #505050;
}

.comList02 a:before {
	position: absolute;
	left: 50%;
	bottom: -16px;
	margin-left: -16px;
	content: "";
	width: 32px;
	height: 32px;
	background: url(../images/icon-16.png) no-repeat center center;
}

.comList02 a:hover {
	border: 1px solid #005fc0;
}

.comList02 a:hover:before {
	background-image: url(../images/icon-17.png);
}



















