
/*产品中心*/

.baninfo {
    height: 60px;
	background-color:#f0f0f0;
}
.erji {
    float: left;
}
.erji ul li {
    height: 60px;
    line-height: 60px;
    float: left;
}
.erji ul li a {
    padding: 0 60px;
    margin-right:2px;
    display: block;
    font-size: 16px;
    color: #333;
    position: relative;
}
.erji ul li a:hover, .erji ul li.active a{
	background-color:#0b3775;
	color:#fff;
}
.baninfo .tree {
    float: right;
    height: 100%;
    font-size: 14px;
    line-height: 60px;
    color: #666;
    padding-left: 30px;
    background: url(../img/home.png) 0 no-repeat;
}
.baninfo .tree a {
    color: #666;
}


.product_list{
	margin:90px 0;
}
.product_list ul{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    align-items: unset;
}

.product_list ul li {
    width: 32%;
	position:relative;
	margin-right:2%;
	margin-bottom:80px;
}
.product_list ul li:nth-child(3n) {
    margin-right: 0;
}
.product_list ul li .imgs {
    width: 100%;
    height: 320px;
    overflow: hidden;
    transition: all .3s;
    position: relative;
}

.product_list ul li .imgs .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: 600ms;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.product_list ul li a:hover .imgs .img {
    -webkit-transform: scale(1.08) rotate(0.01deg);
    -ms-transform: scale(1.08) rotate(0.01deg);
    transform: scale(1.08) rotate(0.01deg);
}

.product_list ul li .item-inner {
    margin-top: 20px;
    position: relative;
    padding-right: 0px;
}

.product_list ul li .item-inner .item-title {
    font-size: 22px;
	color: #242424;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
.product_list ul li .item-inner .item-attr {
    color: #989997;
    margin-right: 40px;
	font-size: 14px;
    line-height: 1.6;
	margin-top:10px;
}

.product_list ul li a:hover .item-inner .item-title {
	color: #ea6000;
}


.product-bj{
	background-color:#f5f5f5;
	overflow:hidden;
}
.product-album{
	background-color:#fff;
	margin:90px 0;
	overflow:hidden;
}
.product-album__leftCont{
	width:50%;
	float:left;
}
.product-album__leftCont .img{
	width:100%;
	height:600px;
	position: relative;
    overflow: hidden;
}
.product-album__leftCont .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
    transform: none;
    transition: transform .5s ease;
    object-fit: cover;
    max-height: 100%;
}

.product-album__rightCont{
	padding:5% 6%;
	width:50%;
	float:left;
}

.product-album__rightCont  .par-caption {
    position: relative;
}
.product-album__rightCont .par-title {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.41667;
    letter-spacing: 1px;
}
.product-album__rightCont .par-txt {
    color: #585B5E;
    font-size: 16px;
    line-height: 2.1429;
    letter-spacing: 1px;
	margin-top: 30px;
}
.btn-more a{
    color: #fff;
    font-size: 14px;
	padding-left:45px;
	display:block;
	width:169px;
	height:51px;
	line-height:51px;
    border-radius: 6px;
	background:#ea6000 url(../img/more.png) no-repeat 105px center;
	margin-top:40px;
}
.btn-more a:hover{
	background:#000 url(../img/more1.png) no-repeat 105px center;
    color: #ea6000;
}


.product-Detail{
	width:100%;
	overflow:hidden;
	margin-bottom:90px;
}
.product-Detail_left{
	width:70%;
	float:left;
}
.ptir {
    letter-spacing: 1px;
    line-height: 1.4;
    font-size: 24px;
    font-weight: 500;
}
.product-Detail_left_con{
	background: #fff;
    padding: 60px;
    overflow: hidden;
    margin-top: 20px;
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}

.product-Detail_left_con * {
    max-width: 100%!important;
}

.product-Detail_right{
	width:28%;
	float:right;
}
.product-Detail_right_con{
	background: #fff;
	padding:30px;
	overflow:hidden;
	margin-top:20px;
}

.product-Detail_right_con ul li {
    width: 100%;
	position:relative;
	margin-bottom:60px;
}
.product-Detail_right_con ul li .imgs {
    width: 100%;
    height: 240px;
    overflow: hidden;
    transition: all .3s;
    position: relative;
}

.product-Detail_right_con ul li .imgs  .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: 600ms;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.product-Detail_right_con ul li a:hover .imgs .img {
    -webkit-transform: scale(1.08) rotate(0.01deg);
    -ms-transform: scale(1.08) rotate(0.01deg);
    transform: scale(1.08) rotate(0.01deg);
}

.product-Detail_right_con ul li .item-inner {
    margin-top: 20px;
    position: relative;
    padding-right: 0px;
}

.product-Detail_right_con ul li .item-inner .item-title {
    font-size: 20px;
	color: #242424;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
.product-Detail_right_con ul li .item-inner .item-attr {
    color: #989997;
    margin-right: 40px;
	font-size: 14px;
    line-height: 1.6;
    letter-spacing: 1px;
	margin-top:5px;
}

.product-Detail_right_con ul li a:hover .item-inner .item-title {
	color: #ea6000;
}




