@charset "utf-8";

/* 全局 */
html {
	webkit-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-justify: inter-ideograph;
	word-break: break-all
}

a {
	text-decoration: none;
	outline: 0;
}

/* 基础 */
* {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-touch-callout: none;
	margin: 0
}

::-webkit-scrollbar {
	width: 10px;
	height: 10px
}

::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.4);
	background-color: #da1f2e;
}

input,
textarea {
	-webkit-user-select: text
}

/*分页样式*/
.pglist {
	padding: 30px 0 30px;
	width: 100%;
	text-align: center;
}

.pglist a {
	color: #666;
	padding: 0 14px;
	margin: 0 3px;
	font-/weight: bold;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.pglist * {
	display: inline-block;
	_zoom: 1;
	_display: inline;
	vertical-align: middle;
	line-height: 30px;
	padding-bottom: 1px;
}

.pglist a:hover,
.pglist .hover {
	display: inline-block;
	color: #fff;
	background: #da1f2e;
	border-color: #da1f2e;
}

/*返回首页*/
#tip {
	padding-top: 30px;
}

#tip b {
	color: #da1f2e;
}

/*网站地图*/
.sitemap {
	overflow: hidden;
	line-height: 30px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

.sitemap dt {
	float: left;
	margin-right: 2%;
	width: 14.66666667%;
}

.sitemap dt a {
	display: block;
	text-align: center;
	background: #ececec;
	font-size: 14px;
	padding: 8px 0;
	font-weight: normal;
}

.sitemap dt a:hover {
	background: #ccc;
	color: #fff;
}

.sitemap dd {
	float: left;
	width: 83.333333%;
}

.sitemap dd a {
	float: left;
	color: #666;
	padding-right: 35px;
	line-height: 39px;
	transition: none;
}

.sitemap dd a:hover {
	color: #333;
}

/*网站标签*/
.tags_list {
	overflow: hidden;
	line-height: 30px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

.tags_list dt {
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	width: 14.66666667%;
}

.tags_list dt a {
	display: block;
	text-align: center;
	background: #ececec;
	font-size: 14px;
	padding: 8px 0;
	font-weight: normal;
}

.tags_list dt a:hover {
	background: #ccc;
	color: #fff;
}

.tags {
	overflow: hidden;
	margin-bottom: 20px;
}

.tags span {
	float: left;
	display: block;
	line-height: 40px;
}

.tags a {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	line-height: 28px;
	padding: 0 6px;
	margin: 5px;
	background: #fff;
	border: 1px solid #dadada;
}

.tags a:hover {
	background: #da1f2e;
	border-color: #da1f2e;
	color: #fff;
}

/*评论列表*/
.comment-main {
	width: 100%;
	background: #FFF;
	border-bottom: 3px solid #eee;
	margin-top: 30px;
	font-size: 12px;
	color: #666;
	line-height: 14px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.comment-main:hover {
	border-bottom: 3px solid #da1f2e;
	-webkit-box-shadow: 0 10px 20px 0 #CCC;
	-moz-box-shadow: 0 10px 20px 0 #CCC;
	-ms-box-shadow: 0 10px 20px 0 #CCC;
	-o-box-shadow: 0 10px 20px 0 #CCC;
	box-shadow: 0 10px 20px 0 #CCC;
}

.comment-title {
	width: 100%;
	height: 49px;
	line-height: 50px;
	background: #FFF;
	border-bottom: 1px solid #CCC;
}

.comment-title span {
	float: left;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	display: block;
	padding: 0 30px;
	background: #da1f2e;
	color: #FFF;
}

.comment-show-box {
	margin: 20px 12px
}

.comment-show-box .pl-box2 {
	width: 100%
}

.comment-show-box .pl-box2 dl {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EEE;
}

.comment-show-box .pl-box2 dl dt {
	float: left;
	width: 50px;
	margin-right: 15px;
}

.comment-show-box .pl-box2 dl dt img {
	width: 50px;
	height: 50px
}

.comment-show-box .pl-box2 dl dd {
	float: right;
	width: 92%;
}

.comment-show-box .pl-box2 dl dd h1 {
	font-weight: 700;
	font-size: 100%;
}

.comment-show-box .pl-box2 dl dd h1 span {
	color: #656565;
	font-weight: 400;
	float: right;
}

.comment-show-box .pl-box2 dl dd p {
	margin-top: 10px;
	line-height: 20px
}

.comment-show-box .pl-box2 dl dd p.xz-fc1 {
	color: #da1f2e;
}

.comment-show-box .xz-cb {
	zoom: 1
}

.comment-show-box .xz-cb:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	content: "."
}

.c-more {
	text-align: center;
	line-height: normal;
}

.c-more a {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	display: block;
	background: #da1f2e;
	color: #ffffff;
	padding: 13px 0;
}

.c-more a:hover {
	background: #333;
}

/*评论表单*/
.comment-show-box .fb-box {
	background: #FAFAFA;
	border: 1px solid #EEE;
	margin-top: 20px;
}

.comment-show-box .fb-box dl {
	float: left;
	width: 97%;
	padding: 12px;
}

.comment-show-box .fb-box dt {
	float: left;
	width: 50px;
	margin-right: 15px;
}

.comment-show-box .fb-box dt img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 50px;
	height: 50px
}

.comment-show-box .fb-box dd {
	float: right;
	width: 92%;
}

.comment-show-box .fb-box dd p {
	color: #656565;
}

.comment-show-box .fb-box dd p textarea {
	width: 97%;
	height: 120px;
	line-height: 20px;
	color: #6C6C6C;
	padding: 12px;
	border: 1px solid #EEE;
	outline: 0;
	font-family: "microsoft yahei";
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.comment-show-box .fb-box dd p textarea:focus {
	border: 1px solid #da1f2e;
	box-shadow: 0 0 10px 0 #da1f2e
}

.comment-show-box .fb-box-div {
	margin-top: -1px;
	background: #FAFAFA;
	border-radius: 0 0 5px 5px;
	border: 1px solid #EEE;
}

.comment-show-box .fb-box-div dl {
	padding: 12px;
	position: relative;
}

.comment-show-box .fb-box-div dd {
	font-size: 12px;
	line-height: 13px;
	color: #666;
}

.comment-show-box .fb-box-div input {
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	-ms-border-radius: 0 0 5px 0;
	-o-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
	position: absolute;
	top: -1px;
	right: -1px;
	width: 80px;
	height: 39px;
	font-size: 12px;
	line-height: 39px;
	background: #AAA;
	color: #FFF;
	border: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.comment-show-box .fb-box-div input:hover {
	background: #da1f2e;
	color: #FFF;
}

/*点赞*/
#mood {
	margin-bottom: 30px;
	text-align: center;
}

#mood p {
	font-size: 16px;
	color: #555;
	font-weight: bold;
	margin-bottom: 20px;
}

#mood a {
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
	color: #555;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	padding: 6px 20px;
	min-width: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#mood a span {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	vertical-align: sub;
	background: url(../images/dianzan.png) no-repeat;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

#mood a span.dianzan-down {
	background-position: top right;
}

#mood a em {
	font-style: normal;
	font-size: 16px;
}

#mood a:hover {
	background: #da1f2e;
	border-color: #da1f2e;
	color: #fff;
}

#mood a:hover span.dianzan-up {
	background-position: bottom left;
}

#mood a:hover span.dianzan-down {
	background-position: bottom right;
}

/*视频样式*/
video {
	padding: 5px;
	background-color: #000;
}



/* 品牌介绍 */


.Y_ppjs {
	width: 1200px;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	padding-top: 70px;
}

.Y_ppjscc {
	display: flex;
	justify-content: space-between;
	margin-top: 69px;
	margin-bottom: 61px;
}

.Y_ppjsccl {
	width: 606px;
	height: 577px;
	margin-right: 42px;

}

.Y_ppjsccr {
	writing-mode: vertical-rl;
	/* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 15; */
	width: 480px;
	height: 580px;
	line-height: 40px;
	font-size: 18px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
}

.Y_ppjsccrclass {
	color: #e60013;
	font-size: 16px;
}

.Y_lastel {
	width: 1200px;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	display: flex;
	justify-content: space-between;
	margin-bottom: 85px;
}


.Y_lastell {
	width: 657px;
}

.Y_lastel .slideTxtBox .hd {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 38px;
	margin-bottom: 46px;
}

.Y_lastel .slideTxtBox .hd>a {
	font-size: 18px;
	color: #888888;
}

.Y_lastel .slideTxtBox .newdomaintab {
	display: flex;
	padding-left: 16px;
}

.Y_lastel .slideTxtBox .newdomaintab li {
	cursor: pointer;
	width: 138px;
	height: 28px;
	margin-right: 24px;
	background-image: url('/template/default/pc/skin/images/icon_11.png');
	background-size: 100% 100%;
	font-size: 17px;
	color: #888888;
	display: flex;
	justify-content: center;
	align-items: center;
}

.Y_lastel .slideTxtBox .newdomaintab li.on {
	color: #e50015;
	background-image: url('/template/default/pc/skin/images/icon_12.png');
}

.Y_lastelcc1el {
	margin-bottom: 42px;
	display: flex;
	align-items: center;
}

.Y_lastelcc1ell {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 1px solid #777777;
	margin-right: 27px;
}

.Y_lastelcc1ellt {
	width: 75px;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	padding-bottom: 8px;
	border-bottom: 1px solid #626262;
	font-size: 26px;
	color: #626262;
	text-align: center;
	line-height: 1;
	margin-bottom: 7px;
	margin-top: 20%;
}

.Y_lastelcc1ellb {
	font-size: 13px;
	color: #656565;
	text-align: center;
}

.Y_lastelr {
	width: 468px;
}

.Y_lastelcc1elr {
	width: 520px;
}

.Y_lastelcc1elrtilte {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	color: #666666;
	line-height: 1;
	margin-bottom: 24px;
}

.Y_lastelcc1elrtext {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.3;
	font-size: 15px;
	color: #666666;
}

.Y_lastelcc2ltext {
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 7px;
	line-height: 1;
	font-size: 18px;
	color: #333333;
}

video {
	outline: none;
}

.Y_lastelcc2 {
	display: flex;
	justify-content: space-between;
}

.Y_lastelcc2rel {
	margin-bottom: 25px;
	width: 220px;
}

.Y_lastelcc2relimg {
	width: 220px;
	height: 130px;
	position: relative;
}

.Y_lastelcc2relimgtext {
	position: absolute;
	right: 4px;
	bottom: 4px;
	width: 55px;
	height: 20px;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
}

.Y_lastelcc2relimgtextimg {
	width: 8px;
	height: 11px;
	margin-right: 5px;
}

.Y_lastelcc2relimgtexttext {
	color: #fff;
	font-size: 9px;
}

.Y_lastelcc2reltext {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #333333;
	font-size: 17px;
	line-height: 1.1;
	margin-top: 7px;
}

.Y_lastelrformhead {
	font-size: 36px;
	color: #333333;
	margin-bottom: 45px;
	line-height: 1;
}

.Y_lastelrint {
	border: 1px solid #313131;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #999999;
	margin-bottom: 15px;
	width: -webkit-fill-available;
	outline: none;
}
.upbox{
	width: 121px;
	height: 127px;
	border: 1px solid #313131;
	border-radius: 12px;
	text-align: center;
	line-height: 127px;
	outline: none;
	margin-top: 5px;
	background-image: url('/template/default/pc/skin/images/load_ico.png');
}
.Y_lastelrup {
	width:100%;
	height:100%;
	opacity: 0;
}

.Y_lastelr button {
	width: 100%;
	height: 48px;
	border: 1px solid #ad753a;
	font-size: 18px;
	color: #ad753a;
	text-align: center;
	line-height: 48px;
	outline: none;
	margin-top: 28px;
	background-color: #fff;
	cursor: pointer;
}

footer {
	padding-top: 60px;
	/*height: 240px;*/
	background-color: #666666;
}

.footercc {
	width: 1200px;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	display: flex;
	justify-content: space-between;
}

.footerccl {
	width: 1030px;
}

#ThumbPic li {
	float: left;
	margin-left: -10px;
}

.footerccl1 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;

}

.footerccl1>a {
	font-size: 18px;
	color: #fff;
}

.footerccl2 {
	display: flex;
	justify-content: center;

}

.footerccltext {
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-bottom: 22px;
}

.footerccltext a {
	color: #fff
}

.footerccl2l {
	margin-right: 42px;
}

.footerccrimg {
	width: 147px;
	height: 147px;
	margin-bottom: 7px;
}


.footerccrtext {
	font-size: 18px;
	color: #fefefe;
	text-align: center;
}
