/* layui */
@media screen and (min-width: 1200px) {
	.layui-container {
		width: 1230px;
	}
}

.layui-layer-tips .layui-layer-content {
	padding: 5px !important;
}

/* header */
.pc-top {
	height: 30px;
}

.pc-top p {
	display: inline-block;
	color: #333333 !important;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
}

.pc-top p:nth-child(2) {
	float: right;
}

.pc-top .layui-breadcrumb {
	color: #333333;
	visibility: visible;
	font-size: 14px;
}

.pc-top .layui-breadcrumb a {
	color: #333333 !important;
	font-size: 14px;
}

.pc-top .layui-breadcrumb a:hover {
	color: #ee7a15 !important;
}

.pc-top .layui-breadcrumb span[lay-separator] {
	margin: 0 4px;
}

/* pc-logo */
.pc-logo {
	display: flex;
	justify-content: space-between;
	height: 118px;
}

.pc-logo div img {
	height: 80px;
	margin: 10px auto;
}

.pc-logo div:nth-child(2) {
	max-width: 260px;
	margin: 30px 0;
}

.pc-logo div:nth-child(2) input {
	width: 68%;
	padding: 0 6px;
	height: 40px;
	box-sizing: border-box;
	border-radius: 6px 0 0 6px;
	border: 1px solid #003762;
	border-right: 0;
}

.pc-logo div:nth-child(2) button {
	width: 32%;
	margin: 0;
	float: right;
	background-color: #003762;
	color: #FFFFFF;
	border: 3px solid #003762;
	height: 40px;
	border-radius: 0 6px 6px 0;
}

.pc-logo div:nth-child(2) p {
	line-height: 30px;
	font-size: 12px;
}

.pc-logo div:nth-child(2) p a {
	padding: 0 3px;
	font-size: 12px;
}

.pc-search {
	padding-top: 5px;

}

/* pc-nav */
.pc-nav {
	background-color: #003762;
}

.menu {
	position: relative;
	width: 100%;
	margin: 0px auto;
	height: 40px;
}

.menu .index-all-sort {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 210px;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	box-sizing: border-box;
}

.menu .index-all-sort h6 {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}

.menu .index-all-sort .layui-menu {
	display: block;
	position: absolute;
	left: -1px;
	z-index: 2;
	width: 210px;
	border: 1px solid #CCCCCC;
	background-color: #FF0000;
	margin: 0;
}

.menu .index-all-sort .layui-menu li {
	/* position: initial; */
	margin: 0;
	padding: 0;
	width: 100%;
}

.menu .index-all-sort .layui-menu li,
.menu .index-all-sort .layui-menu .layui-menu-body-title a {
	background-color: #c20202;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0;
}

.menu .index-all-sort .layui-menu .layui-menu-body-title a {
	padding: 6px 15px;
	text-align: center;
}

.menu .index-all-sort .layui-menu li:hover,
.menu .index-all-sort .layui-menu li:hover .layui-menu-body-title a {
	background-color: #EE7A15 !important;
}

.menu .index-all-sort .layui-menu .layui-menu-item-checked,
.menu .index-all-sort .layui-menu .layui-menu-item-checked2 {
	background-color: transparent !important;
	color: transparent !important;
}

.menu .index-all-sort .layui-menu .layui-menu-item-checked:after {
	border-right: none !important;
}

.menu .index-all-sort .layui-menu .layui-menu-item-divider {
	border-color: #CCCCCC;
	margin: 0;
}

.menu .all-sort .layui-menu {
	display: none;
}

.menu .all-sort:hover .layui-menu {
	display: block;
}

.menu .index-all-sort .index-all-sort-list {
	display: none;
	position: absolute;
	width: 990px;
	/* height: 508px; */
	background-color: #FFFFFF;
	z-index: 3;
	left: 209px;
	top: -1px;
}

.menu .index-all-sort li:hover .index-all-sort-list {
	display: block;
}

.index-all-sort-list .index-all-sort-con {
	width: 100%;
	height: 100%;
	padding: 7.5px;
}

.index-all-sort-list .index-all-sort-con .index-all-sort-con-con {
	display: flex;
	align-items: baseline;
	white-space: normal;
}

.index-all-sort-list .index-all-sort-con .index-all-sort-con-con div:nth-child(1) {
	min-width: 150px;
	margin-right: 20px;
}

.index-all-sort-list .index-all-sort-con .index-all-sort-con-con div:nth-child(1) a {
	display: flex;
	align-items: center;
}

.index-all-sort-list .index-all-sort-con .index-all-sort-con-con div:nth-child(1) a i {
	margin-left: 4px;
}

.index-all-sort-list .index-all-sort-con a {
	font-size: 14px;
	color: #333333;
	padding: 7.5px 0;
}

.index-all-sort-list .index-all-sort-con a:hover {
	color: #003762;
}

.index-all-sort-list .index-all-sort-con a+a {
	margin-left: 15px;
}

.index-all-sort-list .index-all-sort-con .layui-row {
	margin: 0;
}

.menu .layui-nav {
	left: 210px;
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0;
	margin: 0;
	background-color: transparent;
}

.menu .layui-nav .layui-this:after,
.menu .layui-nav .layui-nav-bar {
	background-color: transparent;
}

.menu .layui-nav li {
	height: 40px;
	line-height: 40px;
	border-right: 1px solid #CCCCCC;
}

.menu .layui-nav li a {
	font-size: 14px;
	color: #FFFFFF !important;
	width: 92px;
	padding: 0;
	box-sizing: content-box;
	text-align: center;
}

.menu .all-sort:hover,
.menu .all-sort.layui-this,
.menu .layui-nav li:hover,
.menu .layui-nav li.layui-this {
	background-color: #EE7A15;
}

/* banner */
.pc-banner a {
	display: block;
	width: auto;
	height: 550px;
}

.page-banner img {
	display: block;
	width: 100%;
	height: auto;
}

/* LoutiNav */
#LoutiNav {
	display: none;
	position: fixed;
	bottom: 60px;
	left: 20px;
	z-index: 2;
	width: 50px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}

#LoutiNav li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #666666;
	text-align: center;
	cursor: pointer;
}

#LoutiNav li i {
	font-style: normal;
	font-size: 14px;
	line-height: 50px;
}

#LoutiNav span {
	display: none;
	line-height: 20px;
	font-size: 14px;
	padding: 5px;
}

#LoutiNav .active {
	background-color: #c20202;
	color: #FFFFFF;
}

#LoutiNav li:hover span {
	display: block;
	background-color: #c20202;
	color: #FFFFFF;
}

#LoutiNav li:hover i {
	display: none;
}

/* pc-louceng */
.pc-louceng {
	margin: 10px 0;
}

.pc-louceng-img {
	display: block;
	margin-bottom: 10px;
}

.pc-louceng-img img {
	display: block;
	width: 100%;
	height: auto;
}

.pc-louceng-title {
	border: 1px solid #CCCCCC;
	border-bottom: none;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.pc-louceng-title p,
.pc-louceng-title a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	width: 50%;
}

.pc-louceng-title a {
	text-align: right;
}

.pc-louceng-title a i {
	font-size: 14px;
	margin-left: 5px;
}

.pc-louceng-con {
	border: 1px solid #CCCCCC;
	display: flex;
	flex-wrap: wrap;
}

.pc-louceng-con-left {
	width: 230px;
	height: 440px;
	margin: 15px;
	margin-right: 7.5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 15px;
	box-sizing: border-box;
}

.pc-louceng-con-left a {
	display: block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	color: #333333;
	margin-bottom:5px;
	padding:5px;
}

.pc-louceng-con-left a:hover {
	color: #ffffff;
	background:#ee7a15;
}

.pc-louceng-con-right {
	width: calc(100% - 252.5px);
	display: flex;
	flex-wrap: wrap;
	padding: 7.5px 7.5px 7.5px 0;
	box-sizing: border-box;
}

.pc-louceng-con-item {
	width: 20%;
	padding: 7.5px;
	box-sizing: border-box;
}

.pc-louceng-con-item a {
	display: block;
}

.pc-louceng-con-item .pc-louceng-con-item-img {
	width: 160px;
	height: 160px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 10px;
}

.pc-louceng-con-item .pc-louceng-con-item-img:hover {
	box-shadow: 0 1px 2px -2px rgb(0 0 0 / 16%), 0 3px 6px 0px rgb(0 0 0 / 12%), 0 5px 12px 4px rgb(0 0 0 / 9%);
}

.pc-louceng-con-item p {
	font-size: 12px;
	color: #666666;
	height: 26px;
	line-height: 26px;
	text-align: center;
}

/* pc-advantage */
.pc-advantage {
	margin-bottom: 10px;
}

.pc-advantage a {
	display: block;
}

.pc-advantage a img {
	display: block;
	width: 100%;
	height: auto;
}

/* pc-poster */
.pc-poster {
	margin-bottom: 10px;
}

.pc-poster-title {
	border: 1px solid #CCCCCC;
	border-bottom: none;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.pc-poster-con {
	border: 1px solid #CCCCCC;
	display: flex;
	flex-wrap: wrap;
	padding: 15px;
}

.pc-poster-con img {
	display: block;
	width: 100%;
	height: auto;
}

/* pc-news */
.pc-news {}

.pc-news-item-title {
	border: 1px solid #CCCCCC;
	border-bottom: none;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	display: flex;
	justify-content: center;
	overflow: hidden;
	background-color: #003762;
}

.pc-news-item-title p,
.pc-news-item-title a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	width: 50%;
}

.pc-news-item-title a {
	text-align: right;
}

.pc-news-item-title a i {
	font-size: 14px;
	margin-left: 5px;
}

.pc-news-item-list {
	border: 1px solid #CCCCCC;
	border-top: none;
	padding: 15px;
}

.pc-news-item-list-top {
	margin-bottom: 6px
}

.pc-news-item-list-top-title {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #666666;
	margin-bottom: 10px;
}

.pc-news-item-list-top-title:hover {
	color: #003762;
}

.pc-news-item-list-top-con {
	display: flex;
	flex-wrap: wrap;
}

.pc-news-item-list-top-con-img {
	display: block;
	width: 121px;
	height: 75px;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.pc-news-item-list-top-con-txt {
	display: block;
	width: calc(100% - 136px);
	font-size: 14px;
	color: #333333;
	line-height: 1.7;
}

.pc-news-item-list-top-con-txt:hover {
	color: #003762;
}


.pc-news-item-list-li {
	display: flex;
	flex-wrap: wrap;
}

.pc-news-item-list-li a {
	display: block;
	width: calc(100% - 100px);
	height: 23px;
	line-height: 23px;
	font-size: 14px;
	color: #333333;
}

.pc-news-item-list-li a:hover {
	color: #003762;
}

.pc-news-item-list-li a i {
	font-size: 14px;
	color: #333333;
	margin-right: 6px;
}

.pc-news-item-list-li span {
	display: block;
	width: 100px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #666666;
	text-align: right;
}

.pc-news-item-list-li+.pc-news-item-list-li {
	margin-top: 6px;
}

/* pc-footico */
.pc-footico {
	margin: 20px 0 15px;
}

.pc-footico-con {
	overflow: hidden;
}

.pc-footico-con-item {
	float: left;
	width: 10%;
	text-align: center;
}

.pc-footico-con-item img {
	max-width: 60px;
	height: 60px;
}

.pc-footico-con-item p {
	font-size: 12px;
	color: #666;
	margin-top: 8px;
}

/* pc-foot */
.pc-foot {
	margin: 20px 0 0;
	background: #003762;
	padding-bottom: 20px;
}

.pc-foot .pc-foottop {
	text-align: center;
}

.pc-foot .pc-foottop img {
	max-width: 60%;
	margin-top: 10px;
}

.pc-foot .pc-foottop p {
	font-size: 14px;
	color: #fff;
}

.pc-foot .pc-footcon {
	padding-top: 10px;
}

.pc-foot .pc-footcon p a {
	padding: 0 8px;
	line-height: 1;
	font-size: 14px;
	color: #fff;
}

.pc-foot .pc-footcon p a:hover {
	color: #ee7a15;
}

.pc-foot .pc-footcon p a:first-of-type,
.pc-foot .pc-footcon p a+a {
	border-right: 1px solid #fff;
}

.pc-foot .pc-footcon p a:last-child {
	border-right: none;
}

.pc-foot .pc-footcon p {
	text-align: center;
	font-size: 14px;
	margin: 10px 0 0 0;
	color: #fff;
}

.pc-foot .pc-footcon ul {
	margin-top: 15px;
	text-align: center;
}

.pc-foot .pc-footcon ul li {
	display: inline-block;
	padding: 0 10px;
}

.pc-foot .pc-footcon ul li img {
	max-height: 40px;
	width: auto;
}

.pc-foot .pc-footbottom {
	text-align: center;
}

.pc-foot .pc-footbottom img {
	max-width: 60%;
	margin-top: 10px;
}

.pc-foot .pc-footbottom p {
	font-size: 14px;
	color: #fff;
}

.pc-foot .pc-footlink {
	margin-top: 10px;
}

.pc-foot .pc-footlink,
.pc-foot .pc-footlink a {
	font-size: 14px;
	color: #fff;
}

.pc-foot .pc-footlink a:hover {
	color: #ee7a15;
}

.pc-foot .pc-footlink a {
	margin-right: 10px;
}


/* pc-kefu */
.pc-kefu {
	position: fixed;
	right: 20px;
	bottom: 60px;
	width: 60px;
	z-index: 9;
}

.pc-kefu a {
	display: block;
	width: 100%;
	height: 70px;
	text-align: center;
	box-sizing: border-box;
	font-size: 14px;
}

.pc-kefu a img {
	display: block;
	width: 50px;
	height: 50px;
	margin: 5px;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
}

.pc-kefu a .pc-kefu-img2 {
	display: none;
}

.pc-kefu a:hover .pc-kefu-img1 {
	display: none;
}

.pc-kefu a:hover .pc-kefu-img2 {
	display: block;
}

.pc-kefu a span {
	display: block;
	font-size: 13px;
	color: #333333;
	height: 16px;
	line-height: 16px;
	text-align: center;
	margin-top: 4px;
}

/* 面包屑导航 */

.pc-panel {
	height: 30px;
	line-height: 30px;
	margin: 10px 0;
}

.pc-panel .pc-panel-left {
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

.pc-panel .pc-panel-right {
	float: right;
	font-size: 14px;
	line-height: 30px;
	color: #666;
	text-align: right;
}

.pc-panel .pc-panel-right a {
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

.pc-panel .pc-panel-right a:hover {
	color: #333333;
}

/* 栏目页 - 侧栏 */
.pc-celan-top {
	border: 1px solid #333333;
	margin-bottom: 10px;
}

.pc-celan-top-title a {
	display: block;
	font-size: 14px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	background-color: #003762;
	color: #FFFFFF;
	border-bottom: 1px solid #333333;
}

.pc-celan-top-item a {
	display: block;
	font-size: 14px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	color: #333333;
	border-bottom: 1px solid #333333;
}

.pc-celan-top-item a.active,
.pc-celan-top-item a:hover {
	background-color: #EFAB24;
	color: #FFFFFF;
}

.pc-celan-top li:last-child a {
	border-bottom: none;
}

.pc-celan-bottom {
	border: 1px solid #333333;padding: 10px;
}

.pc-celan-bottom-title {
	font-size: 14px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	background-color: #003762;
	color: #FFFFFF;
	border-bottom: 1px solid #333333;
	margin-bottom: 10px;
}

.pc-celan-bottom .pc-celan-bottom-item {
	font-size: 14px;
	text-align: left;
	line-height: 28px;
	padding: 0px 10px;
	color: #333333;
}

.pc-celan-bottom .pc-celan-bottom-item:nth-child(2) {
	font-weight: bold;
}

/* 栏目页 - 新闻列表 */
.pc-list-news {
	border: 1px solid #333333;
}

.pc-list-news ul {
	padding: 10px 15px;
}

.pc-list-news ul li {
	margin: 10px 0;
}

.pc-list-news ul li a {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	display: block;
}

.pc-list-news ul li a i {
	font-size: 14px;
	color: #333;
	padding-right: 5px;
}

.pc-list-news ul li a span:nth-child(3) {
	float: right;
}

/* 栏目页 - 产品列表 */
.pc-list-product {
	border: 1px solid #333333;
	padding: 7.5px;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.pc-list-product-item {
	position: relative;
	width: 20%;
	padding: 7.5px;
	box-sizing: border-box;
}

.pc-list-product-item:hover {
	color: #ee7a15;
}

.pc-list-product-item a {
	font-size:14px;
	display: block;
}

.pc-list-product-item a:hover {
	color: #ee7a15;
}

.pc-list-product-item img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}

.pc-list-product-item img:hover {
	box-shadow: 0 5px 5px #666;
}

.pc-list-product-item p {
	font-size: 14px;
	color: #666666;
	height: 26px;
	line-height: 26px;
	text-align: center;
}

.pc-list-product-page {
	width: 100%;
}

.pc-list-product-tips {
	font-size: 14px;
	color: #333333;
	padding: 7.5px;
}

/* 列表页 - 产品 - 推荐 */
.pc-xin-product {
	border: 1px solid #333333;
	margin-top: 10px;
}

.pc-xin-product h6 {
	display: inline-block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-color: #333333;
	text-align: center;
	font-size: 14px;
}

.pc-xin-product div {
	font-size: 0.8rem;
	line-height: 1.8;
	padding: 10px 15px;
	text-indent: 2em;
}

/* 详情页 - 新闻 */
.pc-news-about {
	border: 1px solid #333333;
	padding: 15px;
}

.pc-news-about .pc-news-abouttitle {
	text-align: center;
	margin-bottom: 20px;
}

.pc-news-about .pc-news-abouttitle h2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.75;
	margin: 20px 0 10px;
}

.pc-news-about .pc-news-abouttitle p span {
	padding: 0 10px;
	font-size: 14px;
}

.pc-news-about .pc-news-aboutcon {
	margin-bottom: 5px;
}

.pc-news-about .pc-news-aboutcon img {
	max-width: 100%;
	height: auto!important;
}

.pc-news-about .pc-news-aboutcon .pc-news-abouttag {
	margin-top: 20px;
	font-size: 14px;
	color: #333333;
}

.pc-news-about .pc-news-aboutcon .pc-news-abouttag a {
	padding-right: 10px;
	font-size: 14px;
}

.pc-news-about .pc-news-aboutcon .pc-news-abouttag a:hover {
	color: #003762;
}

/* 详情页 - 新闻 - 推荐 */
.pc-news-tuijian {
	border: 1px solid #333333;
	margin-top: 10px;
}

.pc-news-tuijian p {
	display: inline-block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #003762;
	text-align: center;
	font-size: 16px;
}

.pc-news-tuijian ul {
	padding: 15px 0;
	overflow: hidden;
}

.pc-news-tuijian ul li {
	padding: 0 15px;
}

.pc-news-tuijian ul li a {
	font-size: 14px;
	display: block;
	height: 35px;
	line-height: 35px;
	color: #333333;
}

.pc-news-tuijian ul li a i {
	padding-right: 5px;
}

.pc-news-tuijian ul li a span:nth-child(3) {
	float: right;
}

/* 详情页 - 产品 */
.pc-product-img img {
	display: block;
	width: 100%;
	height: auto;
}

.pc-product-img img:hover {
	box-shadow: 0 5px 5px #666;
}

.pc-product-xinxi h2 {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0 15px 0;
	margin-bottom: 15px;
	border-bottom: 2px solid #666666;
}

.pc-product-xinxi p {
	line-height: 1.7;
	margin: 12px 0;
	font-size: 14px;
	color: #333333;
}

.pc-product-xinxi p .layui-btn {
	width: 220px;
	background-color: #003762;
}

/* 产品详情 */
.pc-product-abouttop {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	color: #333333;
	font-size: 14px;
	margin-top: 20px;
}

.pc-product-abouttop img {
	padding-top: 4px;
	height: 25px;
	float: right !important;
}

.pc-product-about {
	background-color: #ffffff;
	border: 1px solid #333333;
	padding: 15px;
}

.pc-product-about .pc-product-aboutcon {
	padding: 15px;
	box-sizing: border-box;
}

.pc-product-about .pc-product-aboutcon img {
	max-width: 100%;
	height: auto !important;
}

.pc-product-about .pc-product-aboutcon .pc-product-abouttag {
	margin-top: 25px;
	font-size: 14px;
	color: #333;
}

.pc-product-about .pc-product-aboutcon .pc-product-abouttag a {
	padding-right: 10px;
	font-size: 14px;
}

.pc-product-about .pc-product-aboutcon .pc-product-abouttag a:hover {
	color: #efab24;
}

/* 详情页 - 产品 - 侧栏 */
.pc-product-celan {
	border: 1px solid #333333;
}

.pc-product-celan h6 {
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #333333;
}

.pc-product-celan-con {
	display: flex;
	flex-wrap: wrap;
	padding: 7.5px;
	overflow: hidden;
}

.pc-product-celan-item {
	width: 16.6666%;
	padding: 7.5px;
	box-sizing: border-box;
}

.pc-product-celan-item a {
	display: block;
}

.pc-product-celan-item img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}

.pc-product-celan-item img:hover {
	box-shadow: 0 5px 5px #666;
}

.pc-product-celan-item p {
	font-size: 14px;
	color: #666666;
	text-align: center;
}

/* pages */
.pages {
	overflow: hidden;
}

.pages-con {
	border: 1px solid #333333;
	padding: 15px;
	min-height: 300px;
}

.pages-con img{
	max-width: 100%;
	height: auto!important;
}

/* page */
.page {
	padding: 15px 0;
	text-align: center;
	font-size: 0;
}

.page a,
.page span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding: 0 12px;
	border: 1px solid #CCCCCC;
	color: #666666;
	margin-left: 6px;
}

.page a:hover,
.page span:hover,
.page a.page-num-current {
	background-color: #003762;
	border-color: #003762;
	color: #FFFFFF;
}

.page a:nth-child(1) {
	margin-left: 0;
}

/* position */
.position {
	height: 30px;
	line-height: 30px;
	padding: 10px 0;
}
.position .layui-container{border-bottom: 1px solid #f1f1f1;}

.position-left,
.position-left a,
.position-left i {
	font-size: 14px;
	color: #333333 !important;
	height: 30px;
	line-height: 30px;
}

.position-left a:hover {
	color: #003762 !important;
}

.position-right {
	font-size: 14px;
	text-align: right;
	height: 30px;
	line-height: 30px;
	color: #333333;
}

/* search */
.search {
	width: 600px;
	padding: 60px 0;
	margin: 0 auto;
}

.search form {
	display: flex;
	justify-content: center;
	align-items: center;
}

.search input {
	border-color: #CCCCCC;
	border-right: none;
	border-radius: 2px 0 0 2px;
}

.search button {
	border-radius: 0 2px 2px 0;
	background-color: #003762;
}
