/* 基础样式 */


.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:418px;
}
.ny_ban img{
	width:100%;
	height:100%;
}

.fenlei-list {
    margin:40px 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
}
.fenlei-list a{
	display:block;
	width:181px;
	height:46px;
	background:#ebebeb;
	text-align:center;
	line-height:46px;
	font-size:15px;
	color:#333;
	margin-right:22px;
	margin-bottom:22px;
	border-radius:5px;
}

.fenlei-list a:nth-child(7n) {
    margin-right: 0;
}
.fenlei-list a:hover,.fenlei-list a.active{
	background:#e47a2f;
	color:#fff;
}
.ny_tit{
	height:60px;
	line-height:60px;
	border-bottom: solid 1px #eee;
	position:relative;
}
.ny_tit h2{
	font-size:28px;
	color:#333;
	font-weight:600;
	padding-left:20px;
}
.ny_tit:after {
    content: "";
    position: absolute;
    top:17px;
    left:0;
    width: 5px;
    height: 25px;
    display: block;
    background: #dc5f00;
}

.cp .list-item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
	margin:30px 0;
}

.cp .list-item a {
    width: 32.8%;
    height:auto;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
	background:#fff;
}
.cp .list-item a:nth-child(3n) {
    margin-right: 0;
}
.cp .list-item a .img_box{
	width:100%;
	height:256px;
	overflow:hidden;
	position: relative;
	display:block;
	text-align:center;
}
.cp .list-item a img {
    transition: all .36s ease;
    width:auto;
    height: 100%;
    transform: scale(1);
    opacity: 1;
}

.cp .list-item a .btn_shape {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    transform:scale(0);
}
.cp .list-item a .btn_shape i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
}
.cp .list-item a .btn_shape i:before {
    width: 2px;
    height: 12px;
}
.cp .list-item a .btn_shape i:after {
    width: 12px;
    height: 2px;
}
.cp .list-item a .btn_shape i:after, .cp .list-item a .btn_shape i:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
}
.cp .list-item a .btn_shape:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    -moz-transform: rotate(45deg) scale(0.7);
    -ms-transform: rotate(45deg) scale(0.7);
    -webkit-transform: rotate(45deg) scale(0.7);
    transform: rotate(45deg) scale(0.7);
    background-color: #DC5F00;
}
.cp .list-item a:hover .btn_shape{
    transform: scale(1);
}
.cp .list-item a:hover img{
    opacity: 0;
    transform: scale(1.15);
}

.cp .list-item a .texts {
    width: 100%;
	overflow:hidden;
	padding:17px 30px;
	text-align:center;
}

.cp .list-item a .texts .link-title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    width: 100%;
    color: #333333;
	padding-bottom:10px;
	border-bottom:solid 1px #eee;
}

.cp .list-item a .texts .tags {
    width: 100%;
    height: 22px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top:17px;
	text-align:center;
}

.cp .list-item a .texts .tags p {
    font-size: 14px;
    color: #666;
    padding-right: 10px;
    line-height: 12px;
    border-right: solid 1px rgba(0, 0, 0, 0.3);
    margin-left: 10px;
}

.cp .list-item a .texts .tags p:first-child {
    margin-left: 0;
}

.cp .list-item a .texts .tags p:last-child {
    border-right: none;
}


.huibj{
	background:#f5f5f5;
	overflow:hidden;
}




/* 翻页 */

.fullpage {
    width: 100%;
    font-size:0;
    text-align: center;
    margin:40px 0 70px;
    user-select: none;
}
.fullpage-num {
    display: inline-block;
    vertical-align: middle;
}
.fullpage-num a:first-child, .fullpage-num a:last-child {
    background-image: url(../img/fullPageArr.png);
}
.fullpage a:first-child, .fullpage a:last-child {
    background: url(../img/fullPageArr.png) no-repeat center;
    border-color: transparent;
}
.fullpage a {
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #dcdcdc;
    margin: 0 8px;
    font-size: 16px;
    color: #666;
    transition: all .4s ease;
}
.fullpage a:hover, .fullpage a.ontrue, .fullpage a.on {
    background-color: #e77322;
    color: #fff;
    border-color:#e77322;
}

.fullpage-num a:first-child:hover, .fullpage-num a:last-child:hover {
    background-image: url(../img/fullPageArrH.png);
    background-color: #fff;
}
.fullpage a:first-child:hover, .fullpage a:last-child:hover {
    background-image: url(../img/fullPageArrH.png);
    background-color: #fff;
}
.fullpage-num a:first-child, .fullpage-num a:last-child {
    background-image: url(../img/fullPageArr.png);
}
.fullpage a:last-child {
    transform: rotate(180deg);
}
.fullpage b {
    font-size: 16px;
    color: #999;
    font-weight:500;
    margin: 0 4px;
	display: inline-block;
    vertical-align: middle;
	font-weight:normal;
}

/* ======================详情页====================== */

.product-top{
	background:#fff;
	margin:50px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-top-lt{
	width:730px;
	height:630px;
	border-right:solid 1px #eee;
}
.product-top-lt-hd{
	width:730px;
	height:480px;
}
.product-top-lt-hd li{
	width:730px;
	height:480px;
}
.product-top-lt-hd li img{
	width:100%;
	height:100%;
}
.product-top-lt-bd{
	width:730px;
	height:112px;
	margin-top:20px;
    overflow: hidden;
}
.product-top-lt-bd li{
	width:170px;
	height:112px;
	float:left;
	border:1px solid #eee;
	margin-left:10px;
	cursor:pointer;
}
.product-top-lt-bd li img{
	width:100%;
	height:100%;
}
.product-top-lt-bd li.act,.product-top-lt-bd li.on{
	border:1px solid #de680f;
}

.product-top-rt{
	width:670px;
	height:630px;
	padding:50px 67px;
}
.product-top-rt .titles{
	border-bottom:solid 1px #e5e5e5;
	padding-bottom:20px;
}

.product-top-rt .titles h2{
	font-size:28px;
	color:#333;
}
.product-top-rt .titles span{
	display:block;
	font-size:14px;
	color:#999;
}
.product-top-rt .fenlei{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 20px 0;
}
.product-top-rt .fenlei a{
	width:200px;
	height:40px;	background:#ebebeb;
text-align:center;
	line-height:40px;
	color:#333;
	margin-right:10px;
	margin-bottom:10px;
}
.product-top-rt .fenlei a:nth-child(3n) {
    margin-right: 0;
}
.product-top-rt .fenlei a:hover{
	background:#e47a2f;
	color:#fff;
}
.product-top-rt .jieshao h4{
	font-size:18px;
	color:#333;
	margin:20px 0 10px;
}
.product-top-rt .jieshao p{
	font-size:15px;
	color:#666;
	line-height:36px;
}
.product-top-rt .jieshao p span{
	width:100px;
	display:inline-block;
}
.product-top-rt .jieshao p i{
	color:#ff6000;
	font-style:normal;
	font-size:18px;
}
.product-top-rt .jieshao p i b{
	font-size:32px;
	font-family:Arial, Helvetica, sans-serif;
}

.product-scan{
	background:#fff;
	margin:0 0 60px;
}
.product-scan-navs{
	height:76px;
	line-height:76px;
	background:#ebebeb;
}
.product-scan-navs a{
	width:20%;
	float:left;
	display:block;
	border-right:solid 1px #dadada;
	text-align:center;
	font-size:18px;
	color:#333;
}
.product-scan-navs a:nth-child(5n) {
	border-right:none;
}
.product-scan-navs a.active,.product-scan-navs a:hover{
	background:#dc5f00;
	color:#fff;
}

.product-scan .text_con {
    font-size: 16px;
    color: #666;
    line-height: 36px;
	padding:50px;
    display: none;
}
.product-scan .text_con.show{
    display: block;
}

.product-scan .text_con * {
    max-width: 100%!important;
}

.product-scan .text_con img {
    max-width: 100%!important;
}