.set-flex,.add-flex{
	display: flex;
	align-items: center;
}
.add-mb{
	margin-bottom: 150px;
}
.add-p{
	padding: 20px 0;
}
.add-shadow{
	background-color: #fff;
	box-shadow: 0 3px 9px -2px #d0cece;
	border-radius: 5px;
	padding: 20px;
	margin: 20px 0;
}
.btn-more{
	display: flex;
	margin: 50px 0;
	width: 100%;	
	justify-content: center;
}
.logo a{
	color:#252531;
	font-weight: bold;
}
.sep-line{
	width: 100%;
	height: 10px;
	background: #eee;
}
.mech-box{
	width: 80%;
	margin: 20px auto;
}
.mech-box:hover{
	border-bottom: 5px solid #dfb163;
}
.mech-l h4{
	font-size: 18px;
	color: #212121;
}
.mech-l span{
	font-size: 14px;
	color: #e4a130;
	display: inline-block;
	border-bottom: 1px dashed #dfb163;
	width: 100%;
	margin: 15px 0;
	padding-bottom: 5px;
}
.mech-l P{
	font-size: 14px;
	text-indent: 2em;
	margin: 0;
	color:#696868;
}
.mech-l h5{
	font-size: 14px;
	line-height: 25px;
}
.mech-r{
	padding: 45px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.mech-r ul{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	flex: 1;
	flex-wrap: wrap;
}
.mech-r ul>li{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
}
.mech-r ul>li>p{
	font-size: 50px;
	font-weight: bold;
	margin: 0 20px;
	margin-bottom: 30px;
	color: #dfb163;
}
.mech-more{
	color: #dfb163;
	display: flex;
	align-items: center;
}
.mech-more span{
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	background: #dfb163;
	color: #fff;
	text-align: center;
}
/* chengguo */
.jf-sidebar {
    position: fixed;
    right: 30px;
    bottom: 110px;
    z-index: 999;
}
/* @media (min-width: 768px)
.d-md-block {
    display: block !important;
}
.d-none {
    display: none !important;
} */
.side-item {
    position: relative;
    background: #dfb163;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 10px;
}
.item-con {
    min-width: 150px;
    background: #fff;
    position: absolute;
    right: 50px;
    top: 0;
    color: #323232;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 2px 10px #ececec;
    border-radius: 3px;
    font-size: 14px;
    padding: 10px;
    display: none;
}
.item-con p {
    color: #dfb163;
    border-bottom: 1px solid #dfb163;
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-align: center;
}
.item-con span {
    display: inline-block;
    height: 30px;
    width: 100%;
	text-align: center;
}
.item-con span>i{
	margin-right: 5px;
}
.side-item:hover {
    cursor: pointer;
    background: #333333;
}
.side-item:hover .item-con {
    display: block;
}
.return-to-top.show:hover {
    transform: translateY(-5px);
}
.return-to-top {
    position: fixed;
    bottom: -55px;
    right: 30px;
    background: #dfb163;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease;
    z-index: 999;
    text-align: center;
}
.return-to-top.show {
    bottom: 50px;
}
.return-to-top:hover {
    background: #333333;
}
.return-to-top i {
    color: #ffffff;
    margin: 0;
    position: relative;
    top: 11px;
    font-size: 18px;
    transition: all 0.3s ease;
}
.cgpj-tab{
	/* padding: 20px 0; */
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0;
	flex-wrap: wrap;
}
.cgpj-tab li:first-child{
	margin-left:0;
}
.cgpj-tab li{
	margin-left: 20px;
	padding: 10px;
	width: 120px;
	border: 1px solid #eee;
	text-align: center;
}
.cgpj-board{
	padding: 40px;
	box-shadow:0 2px 10px 2px #e2e2e2;
}
.cgpj-board p{
	text-indent: 2em;
	line-height: 25px;
	letter-spacing: 3px;
}
.tab-item:hover, .tab-now{
	border: 1px solid #dfb163;
	background:#dfb163;
	color:#fff;
	font-weight: bold;
	cursor: pointer;
}
.pagination{
	margin-top: 60px;
	justify-content: center;
}
.page-link{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 0 10px;
	color: #dfb163;
}
.pagination-lg .page-item:first-child .page-link{
	border-top-left-radius: 50%;
	border-bottom-left-radius:50%;
}
.pagination-lg .page-item:last-child .page-link{
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}
.page-now,.page-link:hover{
	background-color: #dfb163;
	border-color: #dfb163;
	box-shadow: 0 2px 10px 2px #fff6e5;
	color: #fff;
}
.add-m-b2{
	margin-bottom: 30px;
}
.add-m-b1{
	margin-bottom: 40px;
}
.set-line{
	width: 1px;
	height: 100%;
	background-color: #eee;
	margin:0 10px;
}
.re-l-title{
	font-size: 16px;
	color: #dfb163;
	text-align: center;
	margin-bottom: 15px;
}
.set-flex-c{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.icon-search{
	position: absolute;
	right: 10PX;
	top: 10px;
}
.layui-form-select dl dd.layui-this{
	background-color:#dfb163;
}
.re-r-box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.re-r-item{
	border: 1px solid #dfb163;
	padding: 10px;
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 10px;
	min-width: 170px;
	text-align: center;
}
.layui-form-select .layui-edge{
	top: 35%;
}
.layui-tab-title{
	height: auto;
}
.layui-tab-title li{
	margin-bottom: 10px;
}
.btn-outline-secondary:hover{
	background-color: #dfb163;
	border-color: #dfb163;
}
.form-control:focus{
	border-color: #dfb163;
	box-shadow: 0 0 0 0.2rem rgb(223 177 99 / 0.25);
}
.eva-text{
	margin: 5px 0;
	font-size: 12px;
	color: #6f6f6f;
}
.exp-box{
	padding: 15px;
	border: 1px solid #eee;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: box-shadow 0.5s;
	-webkit-transition: box-shadow 0.5s;
	margin-bottom: 30px;
}
.exp-img{
	position: relative;
}
.exp-name{
	background: #eee;
	position: absolute;
	left: -15px;
	bottom:15px;
	padding: 5px 10px;
	min-width: 100px;
	text-align: center;
	color: #010101;
}
.exp-img img{
	margin-bottom: 30px;
	border: 1px solid #fff;
}
.exp-text{
	width: 100%;
}
.exp-text h4{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}
.exp-text p{
	font-size: 14px;
	margin-bottom: 20px;
}
.exp-text p>b{
	color:#565656
}
.exp-text i{
	font-size: 25px;
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}
.exp-box:hover{
	box-shadow: 0 2px 15px 2px #eee;
	cursor: pointer;
}
.exp-box:hover>.exp-text i{
	color: #1948a4;
	font-weight: bold;
	transform: translateX(30px);
} 
.exp-box:hover .exp-name{
	background: #1948a4;
	/* box-shadow: 0 2px 10px 2px #b7cefb; */
	color: #fff;
}
.exp-box:hover>.exp-img img{
	border: 1px solid #1948a4;
}
.set-text{
	color: #7b7b7b;
	font-size: 14px;
}
.news-box{
	border: 1px solid #eee;
	padding: 15px;
	transition: box-shadow 0.5s;
	-webkit-transition: box-shadow 0.5s;
	margin-bottom: 30px;
}
.news-l{
	color: #dfb163;
	margin-right: 20px;
	white-space: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.news-l span{
	font-size:25px;
	font-weight: bold;
}
.news-l p{
	margin-top: 8px;
	margin-bottom: 15px;
}
.news-l i{
	font-size: 25px;
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}
.news-r{
	flex: 1;
}
.news-r h6{
	font-size: 16px;
	color: #353535;
	margin-bottom: 5px;
	line-height: 25px;
}
.news-r p{
	font-size: 13px;
	line-height: 20px;
}
.news-box:hover{
	box-shadow: 0 2px 15px 2px #eee;
	cursor: pointer;
	border: 1px solid #dfb163;
}
.news-box:hover>.news-l i{
	transform: translateX(30px);
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus{
	box-shadow: 0 0 0 0.2rem rgb(223 177 99 / 0.5);
}
.pol-box{
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	padding: 15px;
	transition: box-shadow 0.5s;
	-webkit-transition:box-shadow 0.5s;
}
.pol-box p{
	color: #505050;
	text-align: left;
	flex: 1;
	text-indent: 0;
}
.pol-box:hover{
	box-shadow: 0 2px 10px 2px #eee;
	cursor: pointer;
}
.pol-box:hover p{
	color: #1948a4;
	font-weight: bold;
}
.pol-box span{
	margin: 0 15px;
	color: #dfb163;
}
.eva-box{
	padding: 30px;
	box-shadow: 0 2px 10px 2px #eee;
}
.eva-data{
	border:1px solid #dfb163;
	padding:10px 20px;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin: 10px;
	min-width: 160px;
}
.eva-data p{
	font-size: 50px;
	color: #dfb163;
	margin: 20px 0 20px 0;
}
.eva-data  span{
	display: inline-block;
}
.mech-r-data{
	display: flex;
	flex-wrap: wrap;
}
.eva-title{
	font-size: 20px;
	margin-bottom: 20px;
}
.exp-detail-l{
	height: 200px;
}
.exp-detail-l img{
	height: 100%;
	background-size: cover;
}
.exp-detail-r{
	display: flex;
	flex-direction: column;
	padding: 0 30px;
}
.exp-detail-r h4{
	font-size: 18px;
	color: #1948a4;
	margin: 20px 0;
}
.exp-detail-r p{
	text-indent: 0;
	color: #3c3c3c;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 14px;
}
.set-space{
	display: inline-block;
	width: 2em;
}
.exp-detail-box{
	padding: 40px 80px 40px 40px;
	border: 1px solid #dfb163;
	flex-wrap: wrap;
	display: flex;
	align-items: center;
	position: relative;
	min-height: 300px;
}
.exp-bgr{
	position: absolute;
	top: 0;
	right: 0;
	background:#dfb163 ;
	width: 160px;
	height: 360px;
	z-index: -1;
}
.exp-bgr p{
	text-transform: uppercase;
	transform: rotate(90deg);
	letter-spacing: 25px;
	position: absolute;
	color: #fff;
}
.exp-con-box{
	flex-wrap: wrap;
	background: #fff;
	width: 100%;
}

@media screen and (max-device-width:380px){
    .layui-tab-title li{
		width: 200px;
		margin: 0;
	}
	.set-line{
		display: none;
	}
	.exp-detail-box{
		padding: 0;
		border: none;
	}
	.exp-con-box{
		padding: 10px;
	}
}