.tiyan {
	background-color: #f7f7f7;
	padding-top: 50px;
	padding-bottom: 100px;
	overflow: hidden;
}

.show_title {
	font: 30px "Microsoft YaHei", "微软雅黑", Arial, Verdana, sans-serif;

	padding-bottom: 15px;
	color: #61110A;
	padding-top: 20px;
	display: block;
}

.show_clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

.show_content {
	width: 100%;
}

.show_content .showimg {
	width: 100%;
	height: 754px;
	position: relative;
}

.show_color {
	height: 100px;
}

.show_color ul li a img {
	width: 100%;
	height: 100%;
}

.show_color h3 {
	border-bottom: 1px dotted #CCCCCC;
	font-size: 18px;
	font-weight: 400;
	padding: 20px 0;

}

.show_color ul {
	width: 100%;
	/* position:absolute; */
	padding-top: 10px;
}

.show_color ul li {
	float: left;
	padding: 0 3px 3px 0;
	width: 5%;
}

.show_color ul li a {
	border: 2px solid #DDDDDD;
	height: 100%;
	width: 100%;
	display: block;
	cursor: pointer
}

.show_color ul li a:hover,
.show_color ul li a.hover {
	border: 2px solid #F60;
}

.show_select {
	float: right;
	width: 18%;

}

.show_select h2 {
	font: 30px "Microsoft YaHei", "微软雅黑", Arial, Verdana, sans-serif;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 20px;
	padding-bottom: 15px;
	color: #61110A;
}

.show_select ul {
	/* position:absolute; */
	width: 100%;
	padding-top: 10px;
}

.show_select ul li {
	float: left;
	padding-right: 8px;
	padding-bottom: 6px;
	height: 48%;
	width: 48%;
}

.show_select ul li a {
	border: 2px solid #DDDDDD;
	height: 100%;
	width: 100%;
	display: block;
	cursor: pointer
}

.show_select ul li a:hover,
.show_select ul li a.hover {
	border: 2px solid #F60;
}

.show_select ul li a img {
	width: 100%;
	height: 100%;
}

.showimgload {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	filter: alpha(Opacity=20);
	-moz-opacity: 0.7;
	opacity: 0.7;
	background: url(../img/loading.gif) no-repeat center #000;
	display: none;
}

.pagecontent {
	width: 100%;
	height: auto;
	overflow: hidden;
	/* border:1px solid #DBD0D3; */
	padding: 10px 20px;
	background: #f7f7f7;

}

.pagecontent .box {
	padding-bottom: 20px;
	position: relative;

}

.kuanga {
	float: left;
	width: 80%;
}

#showpic {
	width: 100%;
	height: 754px;
}

#showpic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pagetitle {
	    padding-bottom: 20px;
    display: flex;
    align-items: center;
}
.pagetitle a {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    padding-left: 17px;
    margin-top: 5px;
}
@media screen and (max-width:1024px) {
	.kuanga{
		width: 100%;
	}
	.show_select{
		width: 100%;
	}
	.show_select ul li{
		width: 20%;
	}
}
@media screen and (max-width:768px) {
	#showpic {
	    width: 100%;
	    height: 300px;
	}
	.show_content .showimg{
		height: 300px;
	}
	.show_color ul li{
		width: 10%;
	}
	.pagetitle h1{
		font-size: 18px;
	}
	.tiyan {
	    background-color: #f7f7f7;
	    padding-top: 15px;
	    padding-bottom: 100px;
	    overflow: hidden;
	}
	.pagetitle a {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    padding-left: 17px;
    margin-top: 5px;
}
.show_title {
    font: 20px "Microsoft YaHei", "微软雅黑", Arial, Verdana, sans-serif;
    padding-bottom: 15px;
    color: #61110A;
    padding-top: 20px;
    display: block;
}
.show_select h2 {
    font: 20px "Microsoft YaHei", "微软雅黑", Arial, Verdana, sans-serif;
    border-bottom: 1px dotted #CCCCCC;
    padding-top: 20px;
    padding-bottom: 15px;
    color: #61110A;
}
}