.inner_banner{min-width: 1500px;}
.inner_banner img{width: 100%;}
.inner_page{
	background: #f4f4f4;
}
.inner_page .inner_page_con{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.inner_page .inner_page_con .page_left{
	width: 200px;
	margin-top: -70px;
}
.inner_page .inner_page_con .page_left img{}
.inner_page .inner_page_con .page_left ul{
	width: 100%;
	background: #ffffff;
}
.inner_page .inner_page_con .page_left ul li{
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background: url(../picture/arrow.png) no-repeat;
	background-position: 10% center;
	transition:  all linear 0.3s;
}
.inner_page .inner_page_con .page_left ul li a{
	display: block;
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid #eee;
	transition: all linear 0.3s;
}
.inner_page .inner_page_con .page_left ul li:hover{background-position: 20% center;}
.inner_page .inner_page_con .page_left ul li.active a{color: #b6aa9a;}
.inner_page .inner_page_con .page_left ul li:hover a{color: #b6aa9a;}

.inner_page .inner_page_con .page_right{width: 980px;}
.inner_page .inner_page_con .page_right>p{
	margin: 10px;
	font-size: 15px;
}
.inner_page .inner_page_con .page_right>p>a{color: #666;}
.inner_page .inner_page_con .page_right>p>a:last-child{color: #b6aa9a;}
.inner_page .inner_page_con .page_right .right_con{
	overflow: hidden;
	padding: 25px 40px;
	background: #fff;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
	margin-bottom: 40px;
}
.inner_page .inner_page_con .page_right .right_con>h3{
	text-align: center;
	margin-bottom: 20px;
	font-size: 20px;
}
.inner_page .inner_page_con .page_right .right_con>img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.inner_page .inner_page_con .page_right .right_con>p{
	font-size: 15px;
	color: #666;
	line-height: 24px;
	margin-top: 10px;
	text-indent: 2rem;
}
.inner_page .inner_page_con .page_right .news_detail{padding: 25px 90px;}
.news_detail img{
    max-width: 100%;
    position: relative;
    left: -2rem !important;
}
.inner_page .inner_page_con .page_right .news_detail>p.title{text-indent: 0rem;}
.inner_page .inner_page_con .page_right .news_detail>h5{
	border-bottom: 1px solid #eee;
	font-weight: normal;
	line-height: 24px;
	padding: 0 40px;
	margin-bottom: 20px;
}
.inner_page .inner_page_con .page_right .right_con>h5>span{
	font-size: 15px;
	color: #999;
	margin-left: 50px;
}
/*详情分页*/
.indicator{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 60px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-top: 30px;
	margin-bottom: 10px;
}
.indicator p{
	width: 50%;
	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.indicator p:first-child{margin-left: 20px;}
.indicator p:last-child{margin-right: 20px;}
.indicator p,.indicator p a{
	font-size: 16px;
	color: #333;
	transition: all linear 0.3s;
}
.indicator p:hover,.indicator p:hover a{color: #b6aa9a;}
/**/
.inner_page .inner_page_con .page_right .pro_list{
	padding: 25px 20px;
}
.inner_page .inner_page_con .page_right .pro_list h3{color: #b6aa9a;}
.inner_page .inner_page_con .page_right .pro_list .list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inner_page .inner_page_con .page_right .pro_list .list .item{
	width: 300px;
	margin-bottom: 20px;
}
.inner_page .inner_page_con .page_right .pro_list .list .item .img{
	width: 100%;
	height: 220px;
	overflow: hidden;
}
.inner_page .inner_page_con .page_right .pro_list .list .item .img iframe{
	width: 100%;
	height: 100%;
}
.inner_page .inner_page_con .page_right .pro_list .list .item .img img{
	width: 100%;
	height: 220px;
	transition: all linear 0.3s;
}
.inner_page .inner_page_con .page_right .pro_list .list .item:hover .img img{transform: scale(1.1);}
.inner_page .inner_page_con .page_right .pro_list .list .item .word{
	height: 40px;
	padding: 0 12px;
	text-align: center;
	font-size: 14px;
	background: #B6AA9A;
}
.inner_page .inner_page_con .page_right .pro_list .list .item .word p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fefefe;
	font-size: 15px;
	line-height: 40px;
}
.pro_list .list .empty{
	width: 300px;
	height: 0px;
	margin-bottom: 0px;
}
/*列表分页*/
.list3{
	width: 100%;
	display: flex;
	justify-content: center;
}
.list3 b,.list3 a{
	width: 40px;
	height: 40px;
	border-radius: 6px;
	border: solid 1px #bbbbbb;
	text-align: center;
	line-height: 40px;
	margin: 0 5px;
	transition: all linear 0.3s;
	cursor: pointer;
}
.list3 b{
	color: #fff;
	background: #b6aa9a;
	border: 1px solid #b6aa9a;
}
.list3 p.active{
	color: #fff;
	background: #b6aa9a;
	border: 1px solid #b6aa9a;
}

/*新闻*/
.inner_page .inner_page_con .page_right .new_list{padding: 25px 20px;}
.inner_page .inner_page_con .page_right .new_list h3{color: #b6aa9a;}
.inner_page .inner_page_con .page_right .new_list .list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inner_page .inner_page_con .page_right .new_list .list .item{
	width: 300px;
	margin-bottom: 20px;
}
.inner_page .inner_page_con .page_right .new_list .list .item .img{
	width: 100%;
	height: 220px;
	overflow: hidden;
}
.inner_page .inner_page_con .page_right .new_list .list .item .img img{
	width: 100%;
	height: 100%;
	transition: all linear 0.3s;
}
.inner_page .inner_page_con .page_right .new_list .list .item:hover .img img{transform: scale(1.1);}
.inner_page .inner_page_con .page_right .new_list .list .item:hover .word h4{color: #B6AA9A;}
.inner_page .inner_page_con .page_right .new_list .list .item:hover .word p{color: #B6AA9A;}
.inner_page .inner_page_con .page_right .new_list .list .item:hover .word span{color: #B6AA9A;}
/*.inner_page .inner_page_con .page_right .new_list .list .item .word{font-size: 14px;}*/
.inner_page .inner_page_con .page_right .new_list .list .item .word h4{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	color: #222;
	margin: 5px 0;
}
.inner_page .inner_page_con .page_right .new_list .list .item .word p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #666;
	font-size: 15px;
	line-height: 24px;
}
.inner_page .inner_page_con .page_right .new_list .list .item .word span{color: #999;}
.new_list .list .empty{
	width: 300px;
	height: 0px;
	margin-bottom: 0px;
}
/*在线留言*/
.inner_page .inner_page_con .page_right .message{
	padding: 25px 80px;
}
.inner_page .inner_page_con .page_right .message form{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inner_page .inner_page_con .page_right .message form input{
	width: 400px;
	height: 50px;
	border: 1px solid #999;
	border-radius: 2px;
	margin-bottom: 20px;
	padding-left: 20px;
	font-size: 15px;
}
.inner_page .inner_page_con .page_right .message form textarea{
	width: 100%;
	height: 120px;
	border: 1px solid #999;
	border-radius: 2px;
	margin-bottom: 20px;
	padding-left: 20px;
	resize: none;
	padding-top: 10px;
}
.inner_page .inner_page_con .page_right .message form input[type='submit']{
	width: 100%;
	background: #b6aa9a;
	border-radius: 2px;
	border: none;
	color: #fff;
}
/*联系方式*/
.inner_page .inner_page_con .page_right .contact{}
.page_right .contact .phone_con{
	width: 840px;
	margin: 0 auto;
	display: flex;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
.page_right .contact .phone_con>div{
	width: 280px;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page_right .contact .phone_con>div>img{
	width: 40px;
	height: 40px;
}
.page_right .contact .phone_con>div>div{width: 160px;}
.page_right .contact .phone_con>div>div>h4{
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: bold;
}
.page_right .contact .phone_con>div>div>p{
	color: #666;
	font-size: 15px;
}
.page_right .contact .phone_con .left{border-right: 1px solid #ccc;}
.page_right .contact .phone_con .middle{border-right: 1px solid #ccc;}
.page_right .contact .phone_con .right{}
/*product*/
.inner_page .inner_page_con .page_right .pro_detail{
	padding: 25px 90px;
}
.pro_detail .big_img{
	margin-bottom: 20px;
	width: 100%;
	height: 450px;
	position: relative;
}
.pro_detail .big_img>img{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
}
.pro_detail .big_img img.active{z-index: 5;}
.pro_detail .small_img{
	margin-bottom: 20px;
	width: 100%;
	height: 140px;
	display: flex;
	overflow-x: scroll;
}
.pro_detail .small_img img{
	margin: 0 5px;
	height: 120px;
}
.small_img::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;
}
.small_img::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.8);
    background: #333;
}
.small_img::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: #ccc;
}
.tab_btn{
	width: 100%;
	border-bottom: 1px solid #eee;
	display: flex;
}
.tab_btn>div{
	margin-right: 20px;
	width: 112px;
	height: 44px;
	background: #e6e6e6;
	color: #999999;
	text-align: center;
	line-height: 44px;
	cursor: pointer;
}
.tab_btn>div.active{
	background: #b6aa9a;
	color: #ffffff;
}
.container{
	padding: 1px;
	margin: 20px 0;
}
.container div{
	display: none;
}
.container div p{
	text-indent: 2rem;
	line-height: 24px;
	color: #666;
}

.container div.active{
	display: block;
}
.container div.active img{
	max-width: 100%;
	position: relative;
	left: -2rem !important;
}















footer{}