/* 基础样式 */


.crumbs {
    position: fixed;
    top: 88px;
    left: 0;
    height: 50px;
    background-color: #161616;
    width: 100%;
    line-height: 50px;
    overflow: hidden;
    z-index: 2000;
    z-index: 1;
}

.crumbs li {
    display: inline-block;
    vertical-align: top;
}

.crumbs li a {
    font-size: 14px;
    color: #fff;
    color: #707070;
}
.crumbs li a i {
    color: #707070;
	margin:0 10px;
}
.crumbs li.active a {
    color: #fff;
}
.crumbs li.home i {
	margin:inherit;
}

.crla{
	width:100%;
	height:50px;
}
.ny_ban{
	width:100%;
	height:716px;
}
.ny_ban .qiehuan{
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
	margin-top:620px;

}
.ny_ban .qiehuan a{
	width:330px;
	height:60px;
	background:#fff;
	text-align:center;
	line-height:60px;
	font-size:16px;
	color:#333;
	margin-right:26px;
	border-radius:5px;
}
.ny_ban .qiehuan a:nth-child(4n) {
    margin-right: 0;
}
.ny_ban .qiehuan a:hover,.ny_ban .qiehuan a.active{
	background:#e47a2f;
	color:#fff;
}




.cpjieshao {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.proxqit-wdbox, .proxqit-img {
    height: 600px;
    display: flex;
    align-items: center;
}
.proxqit-img {
    width: 56%;
    justify-content: center;
}
.proxqit-img img {
    max-width: 100%;
    max-height: 600px;
    display: block;
    object-fit: cover;
}
.proxqit-wdbox {
    width: 44%;
}
.proxqit-wd {
    width: 100%;
    padding: 0 68px;
}
.proxqit-wd h2 {
    font-size: 32px;
    color: #333;
    padding-bottom: 30px;
    line-height: 1.4em;
}
.proxqit-wd p {
    font-size: 16px;
    color: #666;
    line-height: 32px;
    position: relative;
    padding-left: 20px;
}
.proxqit-wd p:before {
    content: "";
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 2px solid #e47a2f;
    top: 12px;
}
.proxqit-wd.white h2 {
    color: #fff;
}
.proxqit-wd.white p {
    color: #fff;
}
.proxqit-wd.white p:before {
    border-color: #fff;
}

.cpcanshu{
	margin:0 0 80px;
}
.cpcanshu h3{
	font-size:38px;
	color:#333;
	text-align:center;
}
.scrollbar table {
    width: 100%;
    margin-top: 60px;
}
.scrollbar table tbody tr{
    background-color: #fff;
}
.scrollbar table tbody tr:nth-child(odd) {
    background-color: #ededed;
}
.scrollbar table.full td {
    white-space: nowrap;
}
.scrollbar table tbody td {
    padding: 25px 20px;
	font-size:16px;
}
.scrollbar table.full td:first-of-type {
    font-weight: 700;
    color: #dc5f00;
    text-align: left;
    padding-left: 20px;
}

.huibj {
    background: #f7f7f7;
    overflow: hidden;
}
.ny_tits {
    margin: 60px 0;
    text-align: center;
}
.ny_tits h2 {
    font-size: 38px;
    color: #333;
}
.ny_tits .tgs {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    height: 4px;
    width: 40px;
    background-color: #e35e01;
}

.fangan_list{
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 60px;
}
.fangan_list li {
    width: 49.3%;
    margin-right: 1.4%;
	margin-bottom:1.4%;
	float:left;
}
.fangan_list li:nth-child(2n) {
    margin-right: 0;
}
.fangan_list li a {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.fangan_list li a img {
    width: 100%;
    object-fit: cover;
	-moz-transition: all .60s ease;
    -o-transition: all .60s ease;
    -webkit-transition: all .60s ease;
     transition: all .60s ease;
    max-height: 350px;
}
.fangan_list li a:hover img {
    transform: scale(1.15);
}
.busipprelb-wd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 32px;
    padding: 0 30px;
    left: 0;
}
.busipprelb-wd h2 {
    font-size: 20px;
    color: #fff;
}
.busipprelb-wd p {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}
.busipprelb-wd p i {
    display: inline-block;
    width: 14px;
    height: 10px;
    background: url(../img/busihyic1H.png) no-repeat;
    margin: -2px 0 0 12px;
    vertical-align: middle;
}