/* 基础样式 */
body{
	margin: 0;
	background-color: #ffffff;
	min-width: 1200px;
	/*padding-top: 30px;*/
	/*min-width: 1300px;*/
}
h1, h2, h3 {
    margin: 0;
    font-size: 100%;
    font-weight: normal;
    /* display: block; */
    /* font-size: 1.5em; */
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    /* font-weight: bold; */
}
p{
	margin: 0;
}
a{
	text-decoration: none;
	color: #333333;
}
/* 超出隐藏 */
.of-ellipsis{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* 多行文本超出隐藏 */
.of-ellipsis-2{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.of-ellipsis-3{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.of-ellipsis-4{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.of-ellipsis-5{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.of-ellipsis-6{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.max-box{
	width: 100%;
	height: auto;
}
.min-box{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}



.top-bar{
	height: 100px;
	background-color: #ffffff;
}
.top-bar .min-box{
	height: 100px;
}
.top-bar .min-box .logo{
	display: block;
	height: 100px;
	width: 232px;
	font-size: 0;
	float: left;
}
.top-bar .min-box .logo img{
	margin-top: 16px;
}
.top-bar .call{
	width: auto;
	height: 100px;
	float: right;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.top-bar .call img{
	margin-right: 11px;
}
.top-bar .call p{
	font-size: 21px;
	font-weight: bold;
	color: #f16622;
	margin-right: 12px;
}
.top-bar .call .call-me{
	height: 35px;
	width: 100px;
	text-align: center;
	color: #ffffff;
	background-color: #f16622;
	border-radius: 35px;
	line-height: 35px;
}
.top-bar .top-msg{
	width: 223px;
	font-size: 0;
	height: 45px;
	margin-top: 27.5px;
	float: right;
	margin-right: 92px;
}

.nav-bar{
	height: 50px;
	background-color: #f16622;
}
.nav-bar .links{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	color: #ffffff;
	font-size: 16px;
}
.nav-bar .act{
	background-color: #f1aa22;
	font-weight: bold;
}


.title-box{
	width: 315px;
	height: 57px;
	border:solid 1px #ffb21f;
	position: relative;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.title-box .big-title{
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 0 30px;
	font-size: 30px;
	background-color: inherit;
	line-height: 15px;
	height: 30px;
	margin-top: -10px;
	text-align: center;
	color: #f16622;
	position: relative;
}
.title-box .big-title::after{
	position: absolute;
	right: -8px;
	top: 0;
	content: "●";
}
.title-box .big-title::before{
	position: absolute;
	left: -8px;
	top: 0;
	content: "●";
}
.title-box .som-title{
	line-height: 40px;
	font-size: 14px;
}

.bottom-bar{
	background-color: #252222;
	overflow: hidden;
	color: #ffffff;
}
.bottom-bar .min-box{
	height: 340px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bottom-list{
	height: 100%;
	width: 33.333%;
}
.bottom-info{
	width: 1200px;
	margin: 0 auto;
	height: 38px;
	position: relative;
	color: rgba(255,255,255,0.5);
	line-height: 38px;
	text-align: center;
	z-index: 10;
}
.bottom-info::after{
	content: "";
	position: absolute;
	z-index: -1;
	height: 100%;
	width: 99999px;
	left: 50%;
	background-color: #1b1818;
	transform: translateX(-50%);
}

.left-box{
	box-sizing: border-box;
	padding: 42px 30px;
}
.left-box img{
	margin-bottom: 24px;
}
.left-box p{
	font-size: 13px;
	line-height: 28px;
	margin-bottom: 47px;
	width: 260px;
}
.left-box a{
	display: block;
	width: 160px;
	height: 38px;
	border-radius: 8px;
	background-color: #f16622;
	color: #ffffff;
	line-height: 38px;
	text-align: center;
	font-size: 13px;
}

.center-box{
	box-sizing: border-box;
	padding: 43px 30px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.center-box .link-item{
	width: 150px;
	height: auto;
}
.center-box .link-item p{
	margin-bottom: 28px;
	font-size: 16px;
}
.center-box .link-item a{
	display: block;
	color: #ffffff;
	margin-bottom: 20px;
}

.right-box{
	box-sizing: border-box;
	padding: 43px 30px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	/*flex-direction: column;*/
	flex-wrap: wrap;
}
.right-box a{
	width: 50%;
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 12px;
}
.right-box a img{
	margin-right: 4px;
}
.right-box .item-title{
	width: 100%;
	font-size: 16px;
	margin-bottom: 28px;
}
.right-box .item-list{
	width: 100%;
	height: auto;
	/*background-color: red;*/
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 20px;
	margin-bottom: 40px;
}
.right-box .p-list{
	margin-left: 20px;
	font-size: 13px;
}
.right-box .p-list p{
	max-width: 100%;
}

.flex-menu-item{
	z-index: 999;
	position: fixed;
	width: 53px;
	height: auto;
	right: 0;
	top: 50%;
	transform:translateX(100%) translateY(-50%);
	transition: transform 300ms;
}
.flex-menu-item-act{
	transform: translateX(0%) translateY(-50%);
}
.flex-menu{
	width: 53px;
	height: 53px;
	background-color: #b9b9b8;
	margin-bottom: 4px;
	transition: background-color 300ms;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.flex-menu:hover{
	background-color: #f16622;
}
.flex-menu .icon{
	width: 26px;
	height: 26px;
}
.flex-menu-show{
	transition: opacity 300ms,transform 300ms;
	position: absolute;
	right: 120%;
	width: 130px;
	height: auto;
	box-sizing: border-box;
	top: 50%;
	transform: translateX(-10%) translateY(-50%);
	padding: 20px 10px;
	background-color: #f3844e;
	color: #ffffff;
	pointer-events: none;
	opacity: 0;
}
.flex-menu-show::after{
	content: "";
	position: absolute;
	height: 10px;
	width: 10px;
	/*background-color: red;*/
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	border:solid 5px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: #f3844e;
}

.flex-menu:hover .flex-menu-show{
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0%) translateY(-50%);
}

.banner-img{
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
}
.banner-img img{
	width: 1920px;
	height: 400px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.breadcrumbs .min-box{
	height: 50px;
	line-height: 50px;
}

.min-box ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.crumb {
    display: inline-block;
}

.crumb a::after {
    display: inline-block;
    color: #000;
    content: '>';
    font-size: 80%;
    font-weight: bold;
    padding: 0 3px;
}

.pages{
	width: 100%;
	height: auto;
	display: flex;
	align-self: center;
	justify-content: center;
	margin-bottom: 60px;
}
.pages *{
	color: #333333;
}
.pages .pagination a{
	margin: 0 4px;
	border-radius: 4px;
	border-color: #f16622;
	color: #333333;
	transition: 300ms;
}
.pages .pagination .active{
	background-color: #f16622;
	color: #ffffff;
}
.pages .pagination a:hover{
	background-color: #f16622;
	color: #ffffff;
}

.main .left-item .left-list:last-child .left-box-item .left-box-item-a::after{
	content: "";
}