@charset "utf-8";

/* 头部 */
.header {
	padding: .18rem 0;
	background: #FFFFFF;
	width: 100%;
	transition: all .3s;
}

.header .header-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .logo {}

.header .logo a {
	display: flex;
	align-items: center;
}

.header .logo img {
	height: .74rem;
}

.header .nav-box {
	display: flex;
	align-items: center;
}

.header .nav-box .yiji {
	display: flex;
	align-items: center;
	margin-right: .6rem;
}

.header .nav-box .yiji>.item {
	padding: .07rem 0;
	margin-right: .6rem;
	position: relative;
}

.header .nav-box .yiji>.item:last-child {
	margin-right: 0;
}

.header .nav-box .yiji>.item>a {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: .3rem;
	color: #262626;
	padding: .15rem 0;
	transition: all .3s;
	position: relative;
	font-family: Arial;
	transition: all .3s;
}

.header .nav-box .yiji>.item.active>a,
.header .nav-box .yiji>.item:hover>a {
	color: #FFA500;
}

/* .header .nav-box .yiji>.item.active>a::after,
.header .nav-box .yiji>.item:hover>a::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: .4rem;
	height: .04rem;
	background: #0f6388;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
} */

.header .nav-box .yiji>.item .erji {
	display: none;
	position: absolute;
	z-index: 66;
	width: 2.5rem;
	background: #ffffff;
	border-radius: .2rem;
	top: 100%;
	left: 0;
	transform: translate(0, -0.05rem);
	padding: .1rem .2rem;
	box-shadow: 0 -1px 3px rgba(0, 0, 0, .2);
}

/* .header .nav-box .yiji>.item.active>.erji, */
.header .nav-box .yiji>.item:hover>.erji {
	display: block;
}

.header .nav-box .yiji>.item .erji>.item {
	position: relative;
	margin-top: .05rem;
}

.header .nav-box .yiji>.item .erji>.item:first-child {
	margin-top: 0;
}

.header .nav-box .yiji>.item .erji>.item>a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #262626;
	line-height: .3rem;
	transition: all .3s;
}

.header .nav-box .yiji>.item .erji>.item.active>a,
.header .nav-box .yiji>.item .erji>.item:hover>a {
	/* color: #ffffff; */
}

.header .nav-box .yiji>.item .erji>.item .sanji {
	left: 100%;
	transform: translate(0, 0);
	top: 0;
}

.header .nav-box .yiji>.item .erji>.item:hover>.sanji {
	display: block;
}

.header .nav-box .btn-box {
	cursor: pointer;
}

.header .nav-box .btn-box .icon {
	width: .3rem;
	height: 14px;
}

.header-fixed {
	z-index: 66;
	position: fixed;
	top: 0;
	left: 0;
	background: linear-gradient(black, rgba(0, 0, 0, .9), rgba(0, 0, 0, .8), rgba(0, 0, 0, .8), rgba(0, 0, 0, .75), rgba(0, 0, 0, .75), rgba(0, 0, 0, .7), rgba(0, 0, 0, .6), rgba(0, 0, 0, .5), rgba(0, 0, 0, .4), rgba(0, 0, 0, .3), rgba(0, 0, 0, .2), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
}

.header-fixed .nav-box .yiji>.item>a {
	color: #ffffff;
}

.stick {
	z-index: 66;
	position: fixed;
	top: 0;
	left: 0;
	background: #ffffff;
	box-shadow: 0 2px 4px -2px rgba(0, 0, 0, .2);
	padding: .08rem 0;
}

.stick .nav-box .yiji>.item>a {
	color: #262626;
}

/* 菜单弹出层 */
.menu-mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(0, 0, 0, .5);
}

.menu-box {
	position: fixed;
	top: 0;
	right: 0;
	width: 25%;
	height: 100%;
	z-index: 110;
	background: #f5f5f5;
	padding: 0 .8rem 0 .5rem;
}

.menu-box .close-box {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: .35rem 0;
}

.menu-box .close-box .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .08rem;
	cursor: pointer;
}

.menu-box .close-box .btn .text {
	font-size: 14px;
	font-weight: 400;
	margin-right: .15rem;
}

.menu-box .close-box .btn .icon {
	width: .24rem;
	height: .24rem;
}

.menu-box .menu-nav {}

.menu-box .menu-nav .small-text {
	font-size: 14px;
	line-height: 100%;
	font-weight: 500;
	color: #122857;
	letter-spacing: .02rem;
}

.menu-box .menu-nav .list {
	margin-top: .3rem;
}

.menu-box .menu-nav .list .item {
	margin-top: .2rem;
}

.menu-box .menu-nav .list .item:first-child {
	margin-top: 0;
}

.menu-box .menu-nav .list .item a {
	font-size: .24rem;
	line-height: .36rem;
	font-weight: 400;
	color: #262626;
	text-decoration: none;
	position: relative;
}

/* 菜单弹出层 */

@media (max-width: 768px) {
	.header .nav-box .yiji {
		margin-right: .4rem;
	}
	.header .nav-box .yiji > .item {
		margin-right: .4rem;
	}
	.header .nav-box .yiji > .item > a {
		font-size: 14px;
	}
	.header .nav-box .yiji > .item .erji > .item > a {
		line-height: 30px;
	}
}

@media (max-width: 767px) {
	.menu-box {
		width: 90%;
	}
	
	.menu-box .menu-nav .list .item a {
		font-size: .36rem;
		line-height: .6rem;
	}
	
}
/* 头部 */

/* 底部 */
.footer1 {
	background: #fbf6f2;
	padding: .5rem 0 .6rem;
	overflow: hidden;
}

.footer1 .footer-nav {}

.footer1 .footer-nav .item {
	margin-top: .5rem;
}

.footer1 .footer-nav .item:nth-child(1),
.footer1 .footer-nav .item:nth-child(2),
.footer1 .footer-nav .item:nth-child(3) {
	margin-top: 0;
}

.footer1 .footer-nav .item .cate-title {}

.footer1 .footer-nav .item .cate-title .link {
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	color: #122857;
	display: block;
	line-height: 100%;
}

.footer1 .footer-nav .item .nav-list {
	margin-top: .2rem;
}

.footer1 .footer-nav .item .nav-list .items {
	margin-top: .2rem;
}

.footer1 .footer-nav .item .nav-list .items:first-child {
	margin-top: 0;
}

.footer1 .footer-nav .item .nav-list .items .link {
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	display: block;
	line-height: 100%;
}

.footer1 .footer-content {
	position: relative;
	z-index: 10;
	padding-left: 1.05rem;
}

.footer1 .footer-content::before {
	content: '';
	display: inline-block;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #fbeedd;
	transform: translate(0, -50%);
}

.footer1 .footer-content .title {
	font-family: Arial;
	font-weight: 400;
	font-size: .3rem;
	color: #333333;
	line-height: .36rem;
	max-width: 2.8rem;
}

.footer1 .footer-content .btn {
	width: max-content;
	padding: 5px 20px;
	background: #e79800;
	border-radius: .5rem;
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: .3rem;
}

.footer1 .footer-content .icon-list {
	margin-top: .6rem;
	display: flex;
	align-items: center;
}

.footer1 .footer-content .icon-list .item {
	width: 38px;
	height: 38px;
	margin-right: .1rem;
}

.footer1 .footer-content .icon-list .item:last-child {
	margin-right: 0;
}

.footer1 .footer-content .icon-list .item img {
	border-radius: 100%;
	display: block;
	width: 100%;
	height: 100%;
}

.footer1 .footer-content .text {
	margin-top: .5rem;
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 100%;
}

.footer1 .footer-content .en {
	margin-top: .12rem;
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 100%;
	text-decoration-line: underline;
}

.footer2 {
	background: #ffffff;
/*	padding: .23rem 0;*/
}

.footer2 .logo {
	height: .64rem;
    margin: 15px;
}

.footer2 .copyright {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
}

@media (max-width: 768px) {
	.footer1 .footer-nav {
		padding-bottom: .5rem;
	}
	.footer1 .footer-content::before {
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.footer1 .footer-content {
		padding: .5rem 0 0 0;
	}
	.footer1 .footer-content .title {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.footer1 {
		background: #eed9c3;
		padding-top: 0;
	}
	.footer1 .footer-nav .item {
		margin-top: .6rem!important;
	}
	.footer1 .footer-content .title {
		font-size: .4rem;
		line-height: 1.5;
	}
	.footer2 .copyright {
		/*margin-top: .3rem;*/
	}
}

/* 底部 */

/*分页CSS*/
.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination li {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.pagination li:last-child {
	margin-right: 0;
}

.pagination li a,
.pagination li span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	color: #ffffff;
	background: #999999;
	font-size: 14px;
	border-radius: 4px;
	transition: all .3s;
}

.pagination li a {
	cursor: pointer;
}

.pagination li.disabled span,
.pagination li.active span,
.pagination li a:hover {
	background: #132B5B;
	color: #fff;
	border-color: #132B5B;
}

@media (max-width: 767px) {
	.pagination li {
		margin-right: 6px;
	}

	.pagination li a,
	.pagination li span {
		width: 25px;
		height: 25px;
		font-size: 12px;
	}
}

/*分页CSS*/

/* 首页公共cate */
.public-cate {
	font-family: Kalinga;
	font-weight: bold;
	font-size: .36rem;
	color: #333333;
	line-height: 100%;
	text-align: center;
	padding-bottom: 18px;
	position: relative;
}

.public-cate::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: .85rem;
	height: .03rem;
	background: #DCDCDC;
}

/* 首页公共cate */

/* 内页公共筛选 */
.public-filter-box .filter-list {}

.public-filter-box .filter-list .item {
	margin-right: .6rem;
}

.public-filter-box .filter-list .item:last-child {
	margin-right: 0;
}

.public-filter-box .filter-list .item a {
	display: block;
	font-family: Kalinga;
	font-weight: bold;
	font-size: 18px;
	color: #666666;
	line-height: .46rem;
	position: relative;
	transition: all .3s;
}

.public-filter-box .filter-list .item a::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 0;
	height: 3px;
	background: #eb8606;
	left: 0;
	bottom: 0;
	transition: all .3s;
}

.public-filter-box .filter-list .item:hover a,
.public-filter-box .filter-list .item.active a {
	color: #eb8606;
}

.public-filter-box .filter-list .item:hover a::after,
.public-filter-box .filter-list .item.active a::after {
	width: 100%;
}

.public-filter-box .search-box {
	width: 2.8rem;
	height: .46rem;
	border: 1px solid #C9C9C9;
	border-radius: 50px;
	overflow: hidden;
}

.public-filter-box .search-box .input {
	width: calc(100% - .66rem);
	border: none;
	padding-left: .26rem;
}

.public-filter-box .search-box .btn {
	width: .66rem;
	height: 100%;
	background: url('../images/search.png') no-repeat center;
	background-size: .18rem .16rem;
	cursor: pointer;
	font-size: 0;
	border: none;
}

@media (max-width: 767px) {
	.public-filter-box>.row {
		flex-direction: column;
		align-items: flex-start;
	}
	.public-filter-box .filter-list {
		width: 100%;
		margin-bottom: 20px;
	}
	.public-filter-box .filter-list .item a {
		font-size: 16px;
	}
	.public-filter-box .search-box {
		width: 100%;
		height: 40px;
		border-radius: 10px;
	}
	.public-filter-box .search-box .input {
		width: calc(100% - 50px);
		padding-left: 26px;
	}

	.public-filter-box .search-box .btn {
		width: 50px;
		background-size: 18px 16px;
	}
}
/* 内页公共筛选 */

/* 当前位置 */
.location {
	background: #f3f3f3;
	padding: .2rem 0;
}

.location .here {
	height: .3rem;
	display: flex;
	align-items: center;
}

.location .here a {
	font-size: 14px;
	color: #666666;
	margin-right: .07rem;
}

.location .here a:nth-child(1) {
	color: #000000;
}

.location .here a:nth-child(2n) {
	color: #cacaca;
	font-size: 16px;
}

.location .here a:last-child {
	margin-right: 0;
	color: #d5a167;
}

/* 当前位置 */

/* 内容详情页 上一页、下一页 */
.pre-next {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pre-next .item {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.pre-next .item .link {
	display: flex;
	align-items: center;
}

.pre-next .item .icon {
	width: .2rem;
	height: .2rem;
	margin-right: .04rem;
}

.pre-next .item:last-child .icon {
	margin-right: 0;
	margin-left: .04rem;
}

.pre-next .item .text {
	font-family: Kalinga;
	font-weight: 400;
	font-size: 16px;
	color: #555555;
}

/* 内容详情页 上一页、下一页 */

/* 内页大图 */
.page_bg {
	height: 6.8rem;
	display: flex;
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.page_bg .box {
	position: absolute;
	width: 50vw;
	height: 100%;
	background: rgb(19, 43, 91, .95);
/*	background: rgba(243, 152, 0, .9);*/
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.page_bg.t-r .box {
	left: auto;
	right: 0;
}

.page_bg.t-r .title {
	text-align: right;
}

.page_bg.t-r .desc {
	text-align: right;
}

.page_bg .content-box {
	width: max-content;
}

.page_bg .title {
	font-family: Arial;
	font-weight: bold;
	font-size: .6rem;
	color: #FFFFFF;
	line-height: 100%;
	margin-bottom: .3rem;
	position: relative;
	z-index: 10;
}

.page_bg .desc {
	font-family: Arial;
	/*font-weight: bold;*/
	font-size: .26rem;
	color: #FFFFFF;

	position: relative;
	z-index: 10;
}

@media (max-width: 1920px) {
	.page_bg .content-box {
		width: 90%;
		padding: 0 15px;
	}
}

@media (max-width: 1600px) {
	.page_bg {
		height: 5rem;
	}
}

@media (max-width: 991px) {
	.page_bg {
		height: 5rem;
	}
}
@media (max-width: 767px) {
	.page_bg {
		height: 5rem;
	}
	.page_bg .box {
		width: 100vw;
		/*background: rgba(243, 152, 0, .5);*/
	}
	.page_bg .content-box {
		width: 100%;
	}
}
/* 内页大图 */