* {
	margin: 0;
	padding: 0;
}
body{
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
	overflow-y: auto;
	background: #f5f5f5;
}
.m {
	width: 1200px;
	margin: 0 auto;
}
.l {
	float: left;
}
.r {
	float: right;
}
button {
	background: none;
	border: none;
	outline: none;
}
a {
	text-decoration: none;
}
ul,ul li,ol,ol li {
	list-style: none;
}
img {
	display: block;
}
.duration {
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}
.zhichi {
	cursor: pointer;
}

.new-content-title {
	font-size: 12px;
	margin: 10px 0;
	color: #333333;
}

.con_box {
	overflow: hidden;
}
.con-left {
	width: 880px;
	margin-bottom: 20px;
}
.article {
	width: 880px;
	background: #fff;
	margin-bottom: 20px;
	overflow: hidden;
}
.con-left .h2 {
	width: 820px;
	margin: 20px auto 15px;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}
.summary {
	background: #faf4f3;
	width: 820px;
	margin: 0 auto 20px;
	border-radius: 10px;
	overflow: hidden;
}
.summary b {
	float: left;
	width: 10px;
	height: 10px;
	background: url(../img/png.png);
	background-size: 100% 100%;
    margin: 10px 0 10px 20px;
}
.summary p {
	float: right;
	margin: 15px 25px 20px 0;
	width: 755px;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
}
.content-div {
	width: 820px;
	font-size: 16px;
	line-height: 32px;
	margin: 0 auto 20px;
	text-align: left;
}
.content-div img {
	width: 100%;
	height: auto;
	display: block;
	margin: 15px 0 25px;
}
.content-div table {
	width: 100%;
	font-size: 14px;
	line-height: 54px;
	margin-bottom: 15px;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}
.content-div table th {
	background: #fafafa;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	text-align: center;
}
.content-div table td {
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	text-align: center;
}
.content-div .img {
	width: 820px;
	margin: 0 auto;
	overflow: hidden;
}
.content-div .img img {
	width: 400px;
}

.con-right {
	width: 300px;
	overflow: auto;
	position: fixed;
	bottom: 0;
	right: 50%;
	display: none;
	transform: translateX(600px);
}
.xiangguan {
	background: #fff;
	overflow: hidden;
	margin-bottom: 20px;
}
.remen {
	background: #fff;
	overflow: hidden;
}
.con-right h2 {
	font-size: 16px;
	line-height: 16px;
	height: 16px;
	border-left: 4px solid #e60012;
	padding-left: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.info_dl {
	width: 260px;
	margin: 0 auto;
	overflow: hidden;
}
.info_dl a {
	display: block;
}
.info_dl dl {
	width: 260px;
	background: #fff;
	border-radius: 6px;
	float: left;
	margin: 0 auto 20px;
	overflow: hidden;
}
.info_dl dl dt {
	width: 100%;
	overflow: hidden;
	height: 148px;
	border-radius: 6px;
	margin-bottom: 15px;
}
.info_dl dl dt img {
	display: block;
	width: 100%;
	height: 100%;
}
.info_dl dl dd b {
	font-size: 18px;
	line-height: 19px;
	color: #333;
	width: 260px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	margin: 0 auto 10px;
}
.info_dl dl dd span {
	font-size: 14px;
	line-height: 15px;
	color: #666666;
	display: block;
	height: 16px;
	width: 260px;
	margin: 0 auto;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.info_dl dl dd span i {
	font-style: normal;
}
.info_dl dl dd span i:last-child {
	display: none;
}
.info_dl dl dd p {
	margin: 10px auto 20px;
	width: 260px;
}
.info_dl dl dd p strong {
	width: 148px;
	height: 24px;
	background: url(../img/vipicon.png);
	float: left;
	color: #a46e43;
	font-size: 14px;
	line-height: 24px;
}
.info_dl dl dd p strong em {
	width: 70px;
	float: right;
	text-align: center;
	color: #a46e43;
	font-size: 14px;
	line-height: 24px;
	margin-left: 0;
}
.info_dl dl dd p em {
	font-style: normal;
	font-size: 12px;
	margin-left: 10px;
	line-height: 24px;
	float: left;
	color: #707070;
}
.info_dl dl dd p i { 
	font-size: 18px;
	color: #e60012;
	font-weight: bold;
	display: block;
	font-style: normal;
}

.info_li {
	width: 260px;
	margin: 0 auto 20px;
}
.info_li a {
	display: block;
	width: 260px;
	margin-bottom: 20px;
	padding: 15px 0;
	border-radius: 10px;
	overflow: hidden;
}
.info_li a:first-child {
	background: url(../img/back1.jpg);
}
.info_li a:last-child {
	background: url(../img/back2.jpg);
}
.info_li a .info_name {
	width: 220px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	color: #333333;
	margin-bottom: 15px;
}
.info_li a .info_3 {
	width: 220px;
	margin: 0 auto;
	color: #666666;
	line-height: 22px;
	font-size: 14px;
}

.moreTuijian {
	background: #fff;
	width: 880px;
	overflow: hidden;
}
.moreTuijian h3 {
	font-size: 16px;
	line-height: 16px;
	height: 16px;
	border-left: 4px solid #e60012;
	padding-left: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.moreTuijian ul li {
	width: 820px;
	margin: 0 auto 15px;
	overflow: hidden;
	border-radius: 6px;
	overflow: hidden;
}
.moreTuijian ul li.one {
	background: url(../img/back3.jpg);
	background-size: 100% 100%;
}
.moreTuijian ul li.two {
	background: url(../img/back4.jpg);
	background-size: 100% 100%;
}
.moreTuijian ul li div.l {
	width: 193px;
	height: 110px;
	margin: 10px 0 10px 10px;
	border-radius: 6px;
	overflow: hidden;
}
.moreTuijian ul li div.l img {
	display: block;
	width: 100%;
	height: 100%;
}
.moreTuijian ul li div.r {
	width: 580px;
	margin: 21px 10px 10px 0;
}
.moreTuijian ul li div.c {
	width: 780px;
	margin: 20px auto;
}
.moreTuijian ul li div.text p {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    width: 100%;
    overflow: hidden;
    font-weight: bold;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 auto 5px;
}
.moreTuijian ul li div.text span {
	display: block;
    width: 100%;
    margin: 0 auto;
    color: #666666;
    line-height: 22px;
    font-size: 14px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.floatR {
	width: 60px;
	height: 62px;
	background: url(../img/fan.jpg);
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(226px);
	cursor: pointer;
}

.pagination {
    width: 594px;
    margin: 50px auto;
    display: flex;
    justify-content: center;
}
.pagination li:hover {
    background: #fd0000;
    border: 1px solid #fd0000;
    cursor: pointer;
}
.pagination li:hover a {
	color: #fff;
}
.pagination li a {
    color: #666666;
}
.pagination li {
    border: 1px solid #d5d6d9;
    height: 20px;
    min-width: 20px;
    display: inline-block;
    margin-right: 6px;
    text-align: center;
    color: #666666;
    font-size: 12px;
    line-height: 20px;
    border-radius: 3px;
}
.pagination li.active {
    background: #fd0000;
    border: 1px solid #fd0000;
    cursor: pointer;
}
.con1200_left ul li.active a {
    color: #333;
}







.rec_li {
	width: 260px;
    display: block;
    margin: 0 auto 20px;
}
.banner_box {
	width: 260px;
    height: 148px;
    background: #fff;
    border-radius: 6px;
    margin: 0 auto 15px;
    overflow: hidden;
    display: block;
}
.rec_li .banner {
	width: 100%;
    overflow: hidden;
    height: 148px;
    border-radius: 6px;
}
.rec_li .banner img {
	display: block;
	width: 100%;
	height: 100%;
}
.rec_li .kc_name {
	font-size: 18px;
    line-height: 19px;
    color: #333;
    width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 0 auto 10px;
    font-weight: bold;
}
.sellingPoints {
	font-size: 14px;
    line-height: 15px;
    color: #666666;
    display: block;
    height: 16px;
    width: 260px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.vip_price_box  {
	margin: 10px auto 0;
    width: 260px;
}
.vip_price_box  .left {
	width: 148px;
    height: 24px;
    background: url(../img/vipicon.png?11);
    float: left;
    color: #a46e43;
    font-size: 14px;
    line-height: 24px;
}
.price {
	width: 70px;
    float: right;
    text-align: center;
    color: #a46e43;
    font-size: 14px;
    line-height: 24px;
    margin-left: 0;
}
.vip_price_box  .right {
	font-style: normal;
    font-size: 12px;
    margin-left: 10px;
    line-height: 24px;
    float: left;
    color: #707070;
}
.vip_price_box .text {
	float: left;
    width: 75px;
    text-indent: 36px;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #ecbd95;
}






