* {
	margin: 0;
	padding: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
}
fieldset, img {
	border: 0;
}
ul, ol, li {
	list-style: none;
}
button:focus, input:focus, textarea:focus {
	outline: none;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: normal;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	background-color: #fff;
	border: none;
}
code, kbd, samp, tt {
	font-size: 100%;
}
body {
	background-color: #fff;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
input, button, textarea {
 *font-size: 100%;
}
ol, ul {
	list-style: none;
}
table, tr, td {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}
caption, th {
	text-align: left;
}
sup, sub {
	font-size: 100%;
	vertical-align: baseline;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.text-omit {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.text-two {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.err-tips {
	display: block;
	font-size: 12px;
	color: red;
	padding-left: 5px;
}
.clear {
	clear: both;
	zoom: 1;
}
 @keyframes jump {
 0% {
 transform: translateY(0);
}
 20% {
 transform: translateY(-2px);
}
 30% {
 transform: translateY(-5px);
}
 40% {
 transform: translateY(-8px);
}
 50% {
 transform: translateY(-10px);
}
 60% {
 transform: translateY(-7px);
}
 70% {
 transform: translateY(-4px);
}
 80% {
 transform: translateY(-1px);
}
 90% {
 transform: translateY(2px);
}
 100% {
 transform: translateY(0);
}
}
.scale1 {
	transition: all linear .3s;
}
.scale1:hover {
	transform: scale(1.1);
}
.container {
	max-width: 1200px;
}
.container-full {
	width: 100%;
}
#totop {
	position: fixed;
	right: 30px;
	bottom: 50px;
	z-index: 999;
	width: 40px;
	height: 40px;
	background: url(../image/top_arrow.png) no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
#totop:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	background: url(../image/top_arrow_active.png) no-repeat;
}
 @keyframes scale10 {
 0% {
 transform: scale(0.9);
}
 10% {
 transform: scale(0.91);
}
 20% {
 transform: scale(0.92);
}
 30% {
 transform: scale(0.93);
}
 40% {
 transform: scale(0.94);
}
 50% {
 transform: scale(0.95);
}
 60% {
 transform: scale(0.96);
}
 70% {
 transform: scale(0.97);
}
 80% {
 transform: scale(0.98);
}
 90% {
 transform: scale(0.99);
}
 100% {
 transform: scale(1);
}
}
@keyframes scale11 {
 0% {
 transform: scale(1);
}
 10% {
 transform: scale(1.01);
}
 20% {
 transform: scale(1.02);
}
 30% {
 transform: scale(1.03);
}
 40% {
 transform: scale(1.04);
}
 50% {
 transform: scale(1.05);
}
 60% {
 transform: scale(1.06);
}
 70% {
 transform: scale(1.07);
}
 80% {
 transform: scale(1.08);
}
 90% {
 transform: scale(1.09);
}
 100% {
 transform: scale(1.1);
}
}
@keyframes horizontal {
 0% {
 transform: translateX(0);
}
 20% {
 transform: translateX(-2px);
}
 30% {
 transform: translateX(-5px);
}
 40% {
 transform: translateX(-8px);
}
 50% {
 transform: translateX(-10px);
}
 60% {
 transform: translateX(-7px);
}
 70% {
 transform: translateX(-4px);
}
 80% {
 transform: translateX(-1px);
}
 90% {
 transform: translateX(2px);
}
 100% {
 transform: translateX(0);
}
}
@-webkit-keyframes bshadow {
 0% {
 box-shadow: 0 0 6px #ccc;
}
 10% {
 box-shadow: 0 0 6.5px #A88488;
}
 20% {
 box-shadow: 0 0 7px #a86061;
}
 30% {
 box-shadow: 0 0 7.5px #a84849;
}
 40% {
 box-shadow: 0 0 8px #a82d2b;
}
 50% {
 box-shadow: 0 0 8.5px #a81b2a;
}
 60% {
 box-shadow: 0 0 8px #a82d2b;
}
 70% {
 box-shadow: 0 0 7.5px #a84849;
}
 80% {
 box-shadow: 0 0 7px #a86061;
}
 90% {
 box-shadow: 0 0 6.5px #A88488;
}
 100% {
 box-shadow: 0 0 6px #ccc;
}
}
.banner-o {
	width: 100%;
	overflow: hidden;
}
.banner-o > img {
	width: 100%;
	height: 100%;
	display: block;
	animation: scale11 5s linear;
	animation-fill-mode: forwards;
}

@media screen and (max-width: 991.98px) {
.banner-o {
	height: 200px;
}
.banner-o > img {
	width: auto;
	margin-left: -23.2%;
}
}
.prev, .next {
	position: absolute;
	left: 3%;
	top: 50%;
	z-index: 99;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../image/slider_arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	filter: "alpha(opacity=50)";
	opacity: 0.5;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.prev:hover, .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	filter: "alpha(opacity=100)";
	opacity: 1;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.header {
	background-color: transparent;
	height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	transition: all linear 1s;
	transform-origin: top center;
	background-color: rgba(0, 0, 0, 0.5);
}
.header:hover {
	background-color: rgba(0, 0, 0, 0.5);
}
.header.active {
	transform: rotateX(-90deg);
}
.header .header-content {
	height: 100%;
	margin: 0 auto;
	line-height: 70px;
}
.header .header-content .logo {
	/*width: 100px;*/
	height: 50px;
	display: inline-block;
	margin: 10px;
}
.header .header-content .logo > img {
	width: 100%;
	height: 100%;
}
.header .header-content .head-mobile-warp {
	display: none;
}
.header .header-content .nav {
	height: 100%;
	max-width: 100%;
	position: relative;
	font-size: 0;
}
.header .header-content .nav .nav-item {
	display: inline-block;
	height: 90%;
	padding: 0 10px;
	margin: 0 10px;
	transition: all linear .3s;
}
.header .header-content .nav .nav-item .nav-links {
	height: 100%;
	width: 100%;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	position: relative;
	text-align: center;
}
.header .header-content .nav .nav-item .nav-links .bd {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	border-radius: 6px;
	background-color: #fff;
	transition: all linear .3s;
}
.header .header-content .nav .nav-item .nav-links:hover {
	opacity: 1;
	cursor: pointer;
}
.header .header-content .nav .nav-item .nav-links:hover .bd {
	width: 100%;
	left: 0;
}
.header .header-content .nav .nav-item.search {
	position: absolute;
	line-height: 78px;
	width: 46%;
	right: 0;
	top: 0;
	z-index: -1;
}
.header .header-content .nav .nav-item.search .search-icon {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 26px;
	z-index: 5;
	right: -40px;
	transition: all linear .3s;
}
.header .header-content .nav .nav-item.search .close-icon {
	width: 20px;
	height: 20px;
	transition: all linear .3s;
	opacity: 0;
	top: 24px;
	z-index: 1;
	position: absolute;
}
.header .header-content .nav .nav-item.search .search-input {
	width: 0;
	opacity: 0;
	transition: all linear .3s;
	animation-delay: 0.3s;
	position: relative;
	margin: 16px 0;
	height: 36px;
	line-height: 36px;
}
.header .header-content .nav .nav-item.search .search-input > input {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	border: 1px solid #e6e6e6;
	padding: 3px 36px 3px 3px;
	box-sizing: border-box;
	background-color: transparent;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
 .header .header-content .nav .nav-item.search .search-input > input::-webkit-input-placeholder {
 color: #e6e6e6;
}
 .header .header-content .nav .nav-item.search .search-input > input::-moz-placeholder {
                /* Mozilla Firefox 19+ */
                color: #e6e6e6;
}
 　　  .header .header-content .nav .nav-item.search .search-input > input:-moz-placeholder {
                /* Mozilla Firefox 4 to 18 */
                color: #e6e6e6;
}
 .header .header-content .nav .nav-item.search .search-input > input:-ms-input-placeholder {
                /* Internet Explorer 10-11 */
                color: #e6e6e6;
}
.header .header-content .nav .nav-item.search .search-input .label {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 20px;
	height: 20px;
}
.header .header-content .nav .nav-item.search:hover {
	cursor: pointer;
}
.header .header-content .nav .nav-item.search-acitve {
	z-index: 2 !important;
}
.header .header-content .nav .nav-item.search-acitve .search-icon {
	opacity: 0;
	z-index: 1;
}
.header .header-content .nav .nav-item.search-acitve .close-icon {
	opacity: 1;
	top: 24px;
	right: -40px;
	z-index: 5;
}
.header .header-content .nav .nav-item.search-acitve .search-input {
	opacity: 1;
	width: 100%;
	left: 0;
}
.header .header-content .nav .nav-item.hide {
	opacity: 0;
	transform: scale(0);
	color: transparent;
}

@media screen and (max-width: 1199.98px) {
.header {
	background-color: rgba(225, 225, 225, 0.5);
	position: static;
}
.header .header-content {
	position: relative;
}
.header .header-content .logo {
	display: none;
}
.header .header-content .head-mobile-warp {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	background-image: url("../image/index_nav_bg_01.jpg");
}
.header .header-content .head-mobile-warp .logo {
	/*width: 100px;*/
	height: 50px;
	display: inline-block;
	margin: 10px;
}
.header .header-content .head-mobile-warp .logo > img {
	width: 100%;
	height: 100%;
}
.header .header-content .head-mobile-warp .icon_box {
	display: block;
	width: 36px;
	height: 36px;
	padding: 0 10px;
}
.header .header-content .head-mobile-warp .icon_box > span {
	display: block;
	height: 5px;
	width: 100%;
	margin: 7px 0;
	background-color: #960014;
	border-radius: 6px;
	transition: all linear .6s;
	transform-origin: -2px center;
}
.header .header-content .head-mobile-warp .icon_box.mobile > span {
	background-color: #960014;
}
.header .header-content .head-mobile-warp .icon_box.mobile > span:nth-of-type(1) {
	transform: rotateZ(45deg);
}
.header .header-content .head-mobile-warp .icon_box.mobile > span:nth-of-type(2) {
	transform: translateX(200%);
}
.header .header-content .head-mobile-warp .icon_box.mobile > span:nth-of-type(3) {
	transform: rotateZ(-45deg);
}
.header .header-content .nav {
	position: fixed;
	left: 0;
	z-index: 100;
	background-color: rgba(225, 225, 225, 0.9);
	height: calc(100vh - 70px);
	max-width: 100%;
	width: 100vw;
	background-image: url("../image/index_nav_bg_01.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	transition: all linear .3s;
	top: -100vh;
}
.header .header-content .nav.mobile {
	top: 70px;
}
.header .header-content .nav .nav-item {
	height: 70px;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	margin: 0;
}
.header .header-content .nav .nav-item .nav-links {
	height: 100%;
	width: 100%;
	display: inline-block;
	font-size: 16px;
	color: #960014;
}
.header .header-content .nav .nav-item.search {
	position: static;
	line-height: 70px;
	width: 100%;
}
.header .header-content .nav .nav-item.search .search-icon {
	display: none;
}
.header .header-content .nav .nav-item.search .close-icon {
	display: none;
}
.header .header-content .nav .nav-item.search .search-input {
	width: 100%;
	opacity: 1;
	position: relative;
	margin: 16px 0;
	height: 36px;
	line-height: 36px;
}
.header .header-content .nav .nav-item.search .search-input > input {
	color: #960014;
	border: 1px solid #960014;
	text-indent: 36px;
}
 .header .header-content .nav .nav-item.search .search-input > input::-webkit-input-placeholder {
 color: #960014;
}
 .header .header-content .nav .nav-item.search .search-input > input::-moz-placeholder {
                    /* Mozilla Firefox 19+ */
                    color: #960014;
}
 　　  .header .header-content .nav .nav-item.search .search-input > input:-moz-placeholder {
                    /* Mozilla Firefox 4 to 18 */
                    color: #960014;
}
 .header .header-content .nav .nav-item.search .search-input > input:-ms-input-placeholder {
                    /* Internet Explorer 10-11 */
                    color: #960014;
}
}
.footer {
	margin: 0 auto;
}
.footer .footer-warp {
	background-image: url("../image/index_footer_01.png");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 70px;
}
.footer .footer-warp .navs {
	margin: 0 auto;
	padding: 30px 0 50px;
	text-align: center;
}
.footer .footer-warp .navs .nav-links {
	font-size: 0;
	float: none;
}
.footer .footer-warp .navs .nav-links .item {
	display: inline-block;
	font-size: 16px;
	color: #fff;
}
.footer .footer-warp .navs .nav-links .item .s {
	padding: 0 10px;
	font-style: oblique;
}
.footer .footer-warp .navs .friend-links {
	float: none;
	text-align: center;
}
.footer .footer-warp .navs .friend-links .item {
	display: inline-block;
	font-size: 16px;
	color: #fff;
}
.footer .footer-warp .company-info {
	margin: 0 auto 20px;
}
.footer .footer-warp .company-info .left {
	color: #fff;
}
.footer .footer-warp .company-info .left .logo {
	display: block;
	max-width: 100%;
	margin-bottom: 30px;
}
.footer .footer-warp .company-info .left .tel {
	font-size: 30px;
	margin-bottom: 20px;
	color: #fff;
	display: block;
}
.footer .footer-warp .company-info .left .address {
	font-size: 20px;
	line-height: 2;
}
.footer .footer-warp .company-info .left .address .tel2 {
	font-size: 20px;
	color: #fff;
}
.footer .footer-warp .company-info .right {
	font-size: 0;
}
.footer .footer-warp .company-info .right .footer-qrcode {
	display: inline-block;
	margin: 40px 20px;
	background-color: rgba(0, 0, 0, 0.5);
}
.footer .footer-warp .company-info .right .footer-qrcode > img {
	width: 80%;
	height: 80%;
	margin: 10%;
}
.footer .footer-warp .copyright {
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 15px 0;
	font-size: 14px;
	color: #fff;
}
.footer .footer-warp .copyright > a {
	color: #fff;
}

@media screen and (max-width: 991.98px) {
.footer .message {
	padding-bottom: 10px;
}
.footer .message .form .form-warp .left {
	padding: 10px 0;
}
.footer .message .form .form-warp .left .form-group {
	height: 40px;
	padding: 10px;
	position: relative;
}
.footer .message .form .form-warp .left .form-group > input {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #960014;
	text-align: left;
	color: #666;
	height: 30px;
	padding: 5px;
}
.footer .message .form .form-warp .left .form-group.action {
	display: inline-block;
	float: right;
	box-sizing: border-box;
	padding: 10px 0;
}
.footer .message .form .form-warp .left .form-group.action > input {
	padding: 0 20px;
	height: 40px;
}
.footer .message .form .form-warp .left .form-group.action > input:hover {
	cursor: pointer;
	background-color: #960014;
	color: #fff;
}
.footer .message .form .form-warp .right {
	padding: 10px 0;
}
.footer .message .form .form-warp .right .form-group.action {
	padding: 10px;
}
.footer .footer-warp {
	background-color: #960014;
	padding-top: 20px;
}
.footer .footer-warp .navs {
	padding: 0 0 20px;
}
.footer .footer-warp .navs .nav-links {
	text-align: center;
	width: 100%;
}
.footer .footer-warp .navs .nav-links .item {
	padding-bottom: 6px;
}
.footer .footer-warp .navs .friend-links {
	text-align: center;
	width: 100%;
}
.footer .footer-warp .company-info {
	margin: 0 auto;
}
.footer .footer-warp .company-info .left {
	width: 100%;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
}
.footer .footer-warp .company-info .left .logo {
	max-width: 44%;
	margin: 0 auto 20px;
}
.footer .footer-warp .company-info .left .tel {
	font-size: 13px;
	margin-bottom: 10px;
	color: #fff;
	display: block;
	text-align: left;
}
.footer .footer-warp .company-info .left .address {
	text-align: left;
	font-size: 13px;
	line-height: 2;
}
.footer .footer-warp .company-info .left .address .tel2 {
	font-size: 13px;
	color: #fff;
}
.footer .footer-warp .company-info .right {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.footer .footer-warp .company-info .right .footer-qrcode {
	margin: 10px 0;
}
.footer .footer-warp .copyright {
	font-size: 12px;
}
}
.content .item-shopping {
	position: absolute;
	bottom: 20px;
	z-index: 999;
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: block;
	left: 50%;
	transform: translateX(-50%);
}
.content .item-shopping:hover {
	cursor: pointer;
}
.content .item-shopping .shop-text {
	background-color: #df1e14;
	border-radius: 20px;
	display: inline-block;
	padding: 5px 10px;
}
.content .item-shopping .shop-img {
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.content .product-type {
	margin: 0 auto;
	padding: 30px 0;
	overflow: hidden;
}
.content .product-type .table-pag {
	text-align: center;
	font-size: 0;
	padding: 20px 0;
}
.content .product-type .table-pag .pag {
	display: inline-block;
	font-size: 16px;
	padding: 10px 20px;
	margin: 0 10px;
	border-radius: 10px;
	border: 1px solid #c1c1c1;
	background-color: #fff;
	color: #960014;
}
.content .product-type .table-pag .pag.active {
	border-color: #960014;
	background-color: #960014;
	color: #fff;
}
.content .product-type .table-pag .pag:hover {
	cursor: pointer;
}
.content .product-type .type-table {
	width: 100%;
	position: relative;
}
.content .product-type .type-table .table-item {
	-khtml-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	filter: "alpha(opacity=0)";
	opacity: 0;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity: 0;
	position: absolute;
	z-index: 10;
	transition: all linear .3s;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.content .product-type .type-table .table-item.active {
	position: relative;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	filter: "alpha(opacity=100)";
	opacity: 1;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1;
	z-index: 20;
}
.content .product-type .type-table .table-item .intr-big-img, .content .product-type .type-table .table-item .intr-big-img2 {
	height: 100%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.content .product-type .type-table .table-item .intr-big-img .big-img-slide, .content .product-type .type-table .table-item .intr-big-img .big-img-slide2, .content .product-type .type-table .table-item .intr-big-img2 .big-img-slide, .content .product-type .type-table .table-item .intr-big-img2 .big-img-slide2 {
	height: 100%;
}
.content .product-type .type-table .table-item .intr-big-img .big-img-slide .swiper-wrapper .swiper-slide, .content .product-type .type-table .table-item .intr-big-img .big-img-slide2 .swiper-wrapper .swiper-slide, .content .product-type .type-table .table-item .intr-big-img2 .big-img-slide .swiper-wrapper .swiper-slide, .content .product-type .type-table .table-item .intr-big-img2 .big-img-slide2 .swiper-wrapper .swiper-slide {
	position: relative;
}
.content .product-type .type-table .table-item .intr-big-img .big-img-slide .swiper-wrapper .swiper-slide .item, .content .product-type .type-table .table-item .intr-big-img .big-img-slide2 .swiper-wrapper .swiper-slide .item, .content .product-type .type-table .table-item .intr-big-img2 .big-img-slide .swiper-wrapper .swiper-slide .item, .content .product-type .type-table .table-item .intr-big-img2 .big-img-slide2 .swiper-wrapper .swiper-slide .item {
	display: block;
	border-radius: 6px;
	box-shadow: 0 0 5px 0 #ccc;
	width: 100%;
}
.content .product-type .type-table .table-item .intr-big-img .big-img-slide .swiper-wrapper .swiper-slide .item > img, .content .product-type .type-table .table-item .intr-big-img .big-img-slide2 .swiper-wrapper .swiper-slide .item > img, .content .product-type .type-table .table-item .intr-big-img2 .big-img-slide .swiper-wrapper .swiper-slide .item > img, .content .product-type .type-table .table-item .intr-big-img2 .big-img-slide2 .swiper-wrapper .swiper-slide .item > img {
	width: 100%;
	height: 100%;
	display: block;
}
.content .product-type .type-table .table-item .intr-big-img .big-img-slide .swiper-wrapper .swiper-slide.swiper-slide-active .item > img, .content .product-type .type-table .table-item .intr-big-img .big-img-slide2 .swiper-wrapper .swiper-slide.swiper-slide-active .item > img, .content .product-type .type-table .table-item .intr-big-img2 .big-img-slide .swiper-wrapper .swiper-slide.swiper-slide-active .item > img, .content .product-type .type-table .table-item .intr-big-img2 .big-img-slide2 .swiper-wrapper .swiper-slide.swiper-slide-active .item > img {
	animation: scale11 5s linear;
	animation-fill-mode: forwards;
}
.content .product-type .type-table .table-item .intr-small-img, .content .product-type .type-table .table-item .intr-small-img2 {
	height: 100%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.content .product-type .type-table .table-item .intr-small-img .prev, .content .product-type .type-table .table-item .intr-small-img2 .prev {
	background: url(../image/slider_arrow.png) -174px 5px no-repeat;
	filter: alpha(opacity=50);
}
.content .product-type .type-table .table-item .intr-small-img .next, .content .product-type .type-table .table-item .intr-small-img2 .next {
	background: url(../image/slider_arrow.png) -46px 5px no-repeat;
	filter: alpha(opacity=50);
}
.content .product-type .type-table .table-item .intr-small-img .small-img-slide .swiper-wrapper .swiper-slide, .content .product-type .type-table .table-item .intr-small-img .small-img-slide2 .swiper-wrapper .swiper-slide, .content .product-type .type-table .table-item .intr-small-img2 .small-img-slide .swiper-wrapper .swiper-slide, .content .product-type .type-table .table-item .intr-small-img2 .small-img-slide2 .swiper-wrapper .swiper-slide {
	padding: 20px;
	box-sizing: border-box;
}
.content .product-type .type-table .table-item .intr-small-img .small-img-slide .swiper-wrapper .swiper-slide .warp, .content .product-type .type-table .table-item .intr-small-img .small-img-slide2 .swiper-wrapper .swiper-slide .warp, .content .product-type .type-table .table-item .intr-small-img2 .small-img-slide .swiper-wrapper .swiper-slide .warp, .content .product-type .type-table .table-item .intr-small-img2 .small-img-slide2 .swiper-wrapper .swiper-slide .warp {
	display: block;
	border-radius: 6px;
	box-shadow: 0 0 5px 0 #ccc;
	position: relative;
	text-align: center;
	height: 250px;
	padding: 0 20px;
	box-sizing: border-box;
	line-height: 250px;
	transition: all linear 2s;
}
.content .product-type .type-table .table-item .intr-small-img .small-img-slide .swiper-wrapper .swiper-slide .warp .title-warp, .content .product-type .type-table .table-item .intr-small-img .small-img-slide2 .swiper-wrapper .swiper-slide .warp .title-warp, .content .product-type .type-table .table-item .intr-small-img2 .small-img-slide .swiper-wrapper .swiper-slide .warp .title-warp, .content .product-type .type-table .table-item .intr-small-img2 .small-img-slide2 .swiper-wrapper .swiper-slide .warp .title-warp {
	position: absolute;
	width: 100%;
	top: 20px;
	line-height: 2;
	left: 0;
}
.content .product-type .type-table .table-item .intr-small-img .small-img-slide .swiper-wrapper .swiper-slide .warp .title-warp .title-zh, .content .product-type .type-table .table-item .intr-small-img .small-img-slide2 .swiper-wrapper .swiper-slide .warp .title-warp .title-zh, .content .product-type .type-table .table-item .intr-small-img2 .small-img-slide .swiper-wrapper .swiper-slide .warp .title-warp .title-zh, .content .product-type .type-table .table-item .intr-small-img2 .small-img-slide2 .swiper-wrapper .swiper-slide .warp .title-warp .title-zh {
	font-size: 24px;
	color: #4c4c4c;
	transition: all linear 2s;
}
.content .product-type .type-table .table-item .intr-small-img .small-img-slide .swiper-wrapper .swiper-slide .warp .title-warp .title-en, .content .product-type .type-table .table-item .intr-small-img .small-img-slide2 .swiper-wrapper .swiper-slide .warp .title-warp .title-en, .content .product-type .type-table .table-item .intr-small-img2 .small-img-slide .swiper-wrapper .swiper-slide .warp .title-warp .title-en, .content .product-type .type-table .table-item .intr-small-img2 .small-img-slide2 .swiper-wrapper .swiper-slide .warp .title-warp .title-en {
	color: #808080;
	font-size: 14px;
	transition: all linear 2s;
}
.content .product-type .type-table .table-item .intr-small-img .small-img-slide .swiper-wrapper .swiper-slide .warp > img, .content .product-type .type-table .table-item .intr-small-img .small-img-slide2 .swiper-wrapper .swiper-slide .warp > img, .content .product-type .type-table .table-item .intr-small-img2 .small-img-slide .swiper-wrapper .swiper-slide .warp > img, .content .product-type .type-table .table-item .intr-small-img2 .small-img-slide2 .swiper-wrapper .swiper-slide .warp > img {
	text-align: center;
	display: inline-block;
	vertical-align: text-top;
	max-width: 50%;
	height: auto;
	max-height: 40%;
}
.content .product-type .type-table .table-item .intr-small-img .small-img-slide .swiper-wrapper .swiper-slide .warp:hover, .content .product-type .type-table .table-item .intr-small-img .small-img-slide2 .swiper-wrapper .swiper-slide .warp:hover, .content .product-type .type-table .table-item .intr-small-img2 .small-img-slide .swiper-wrapper .swiper-slide .warp:hover, .content .product-type .type-table .table-item .intr-small-img2 .small-img-slide2 .swiper-wrapper .swiper-slide .warp:hover {
	cursor: pointer;
	background-color: #960014;
}
.content .product-type .type-table .table-item .intr-small-img .small-img-slide .swiper-wrapper .swiper-slide .warp:hover .title-warp .title-zh, .content .product-type .type-table .table-item .intr-small-img .small-img-slide2 .swiper-wrapper .swiper-slide .warp:hover .title-warp .title-zh, .content .product-type .type-table .table-item .intr-small-img2 .small-img-slide .swiper-wrapper .swiper-slide .warp:hover .title-warp .title-zh, .content .product-type .type-table .table-item .intr-small-img2 .small-img-slide2 .swiper-wrapper .swiper-slide .warp:hover .title-warp .title-zh {
	color: #fff;
}
.content .product-type .type-table .table-item .intr-small-img .small-img-slide .swiper-wrapper .swiper-slide .warp:hover .title-warp .title-en, .content .product-type .type-table .table-item .intr-small-img .small-img-slide2 .swiper-wrapper .swiper-slide .warp:hover .title-warp .title-en, .content .product-type .type-table .table-item .intr-small-img2 .small-img-slide .swiper-wrapper .swiper-slide .warp:hover .title-warp .title-en, .content .product-type .type-table .table-item .intr-small-img2 .small-img-slide2 .swiper-wrapper .swiper-slide .warp:hover .title-warp .title-en {
	color: #fff;
}

@media screen and (max-width: 991.98px) {
.content .product-type {
	padding: 0;
}
.content .product-type .type-table .table-item .intr-small-img .small-img-slide .swiper-wrapper .swiper-slide, .content .product-type .type-table .table-item .intr-small-img .small-img-slide2 .swiper-wrapper .swiper-slide, .content .product-type .type-table .table-item .intr-small-img2 .small-img-slide .swiper-wrapper .swiper-slide, .content .product-type .type-table .table-item .intr-small-img2 .small-img-slide2 .swiper-wrapper .swiper-slide {
	padding: 4px;
}
.content .product-type .type-table .table-item .intr-small-img .small-img-slide .swiper-wrapper .swiper-slide .warp, .content .product-type .type-table .table-item .intr-small-img .small-img-slide2 .swiper-wrapper .swiper-slide .warp, .content .product-type .type-table .table-item .intr-small-img2 .small-img-slide .swiper-wrapper .swiper-slide .warp, .content .product-type .type-table .table-item .intr-small-img2 .small-img-slide2 .swiper-wrapper .swiper-slide .warp {
	height: 100px;
	padding: 0 4px;
	line-height: 130px;
}
.content .product-type .type-table .table-item .intr-small-img .small-img-slide .swiper-wrapper .swiper-slide .warp .title-warp, .content .product-type .type-table .table-item .intr-small-img .small-img-slide2 .swiper-wrapper .swiper-slide .warp .title-warp, .content .product-type .type-table .table-item .intr-small-img2 .small-img-slide .swiper-wrapper .swiper-slide .warp .title-warp, .content .product-type .type-table .table-item .intr-small-img2 .small-img-slide2 .swiper-wrapper .swiper-slide .warp .title-warp {
	top: 0;
}
.content .product-type .type-table .table-item .intr-small-img .small-img-slide .swiper-wrapper .swiper-slide .warp .title-warp .title-zh, .content .product-type .type-table .table-item .intr-small-img .small-img-slide2 .swiper-wrapper .swiper-slide .warp .title-warp .title-zh, .content .product-type .type-table .table-item .intr-small-img2 .small-img-slide .swiper-wrapper .swiper-slide .warp .title-warp .title-zh, .content .product-type .type-table .table-item .intr-small-img2 .small-img-slide2 .swiper-wrapper .swiper-slide .warp .title-warp .title-zh {
	font-size: 14px;
}
.content .product-type .type-table .table-item .intr-small-img .small-img-slide .swiper-wrapper .swiper-slide .warp .title-warp .title-en, .content .product-type .type-table .table-item .intr-small-img .small-img-slide2 .swiper-wrapper .swiper-slide .warp .title-warp .title-en, .content .product-type .type-table .table-item .intr-small-img2 .small-img-slide .swiper-wrapper .swiper-slide .warp .title-warp .title-en, .content .product-type .type-table .table-item .intr-small-img2 .small-img-slide2 .swiper-wrapper .swiper-slide .warp .title-warp .title-en {
	font-size: 12px;
}
}
.content .new-recm {
	margin: 0 auto;
	padding-bottom: 140px;
}
.content .new-recm .recm-title {
	font-size: 30px;
	font-weight: 600;
	color: #960014;
	padding: 30px 0;
	text-align: center;
}
.content .new-recm .recm {
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 480px;
}
.content .new-recm .recm .prev {
	top: 5%;
	left: 35%;
	transform: translateX(35%) rotate(90deg);
}
.content .new-recm .recm .next {
	top: auto;
	left: 35%;
	bottom: 1%;
	transform: translateX(35%) rotate(90deg);
}
.content .new-recm .recm .recm-slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.content .new-recm .recm .recm-slide .swiper-wrapper .swiper-slide {
	position: relative;
}
.content .new-recm .recm .recm-slide .swiper-wrapper .swiper-slide .item {
	display: block;
	width: 100%;
	font-size: 0;
	position: relative;
}
.content .new-recm .recm .recm-slide .swiper-wrapper .swiper-slide .item .recm-l {
	display: inline-block;
	width: 70%;
}
.content .new-recm .recm .recm-slide .swiper-wrapper .swiper-slide .item .recm-r {
	position: absolute;
	top: 50%;
	margin-top: -150px;
	width: 30%;
	display: inline-block;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
}
.content .new-recm .recm .recm-slide .swiper-wrapper .swiper-slide .item .recm-r .r-img {
	max-width: 50%;
	max-height: 70%;
	height: auto;
}
.content .new-recm .recm .recm-slide .swiper-wrapper .swiper-slide .item .recm-r .r-title {
	font-size: 24px;
	color: #4c4c4c;
	font-weight: 600;
	padding: 10px;
}
.content .new-recm .recm .recm-slide .swiper-wrapper .swiper-slide .item .recm-r .r-subtitle {
	font-size: 14px;
	color: #4c4c4c;
}
.content .new-recm .recm .recm-slide .swiper-wrapper .swiper-slide .item-shopping {
	bottom: 60px;
}
.content .new-recm .recm .pagination {
	position: absolute;
	top: 50%;
	right: 2%;
	transform: translateY(-50%);
}
.content .new-recm .recm .pagination .swiper-pagination-switch {
	width: 10px;
	height: 10px;
	display: block;
	background: #fff;
	border-radius: 50%;
	opacity: 0.5;
	transition: all linear .3s;
	margin: 8px 0;
	box-sizing: border-box;
	border: 1px solid #960014;
}
.content .new-recm .recm .pagination .swiper-pagination-switch.swiper-active-switch {
	opacity: 1;
	background-color: #960014;
}

@media screen and (max-width: 991.98px) {
.content .new-recm {
	padding-bottom: 10px;
}
.content .new-recm .recm {
	height: 190px;
}
.content .new-recm .recm .prev {
	top: 10%;
	left: 35%;
	transform: translateX(35%) rotate(90deg);
}
.content .new-recm .recm .next {
	top: auto;
	left: 35%;
	bottom: 1%;
	transform: translateX(35%) rotate(90deg);
}
.content .new-recm .recm .recm-slide .swiper-wrapper .swiper-slide .item .recm-l {
	display: inline-block;
	width: 70%;
}
.content .new-recm .recm .recm-slide .swiper-wrapper .swiper-slide .item .recm-r {
	padding: 0 2px;
	transform: translateY(-50%);
	margin-top: 0;
}
.content .new-recm .recm .recm-slide .swiper-wrapper .swiper-slide .item .recm-r .r-img {
	max-width: 50%;
	max-height: 70%;
	height: auto;
}
.content .new-recm .recm .recm-slide .swiper-wrapper .swiper-slide .item .recm-r .r-title {
	font-size: 14px;
	padding: 5px;
}
.content .new-recm .recm .recm-slide .swiper-wrapper .swiper-slide .item .recm-r .r-subtitle {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	font-size: 12px;
}
.content .new-recm .recm .pagination {
	position: absolute;
	top: 50%;
	right: 2%;
	transform: translateY(-50%);
}
.content .new-recm .recm .pagination .swiper-pagination-switch {
	width: 10px;
	height: 10px;
	display: block;
	background: #fff;
	border-radius: 50%;
	opacity: 0.5;
	transition: all linear .3s;
	margin: 8px 0;
	box-sizing: border-box;
	border: 1px solid #960014;
}
.content .new-recm .recm .pagination .swiper-pagination-switch.swiper-active-switch {
	opacity: 1;
	background-color: #960014;
}
}
.content .store-list {
	margin: 0 auto;
}
.content .store-list .store-item {
	padding: 30px;
}
.content .store-list .store-item .store-img {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.content .store-list .store-item .store-img .swiper-wrapper .swiper-slide .item {
	display: block;
	width: 100%;
	height: 100%;
}
.content .store-list .store-item .store-img .swiper-wrapper .swiper-slide .item > img {
	display: block;
	width: 100%;
	height: 100%;
}
.content .store-list .store-item .store-info .store-name {
	font-weight: 600;
	font-size: 30px;
	color: #404040;
	padding: 10px 0;
}
.content .store-list .store-item .store-info .store-address, .content .store-list .store-item .store-info .store-tel {
	font-size: 18px;
	line-height: 2;
	color: #404040;
}
.content .news {
	margin: 0 auto;
	overflow: hidden;
}
.content .news .dynamic-list {
	margin: 20px auto;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.content .news .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide {
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}
.content .news .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide .item-img {
	height: 250px;
	width: 100%;
	position: relative;
}
.content .news .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide .item-img > img {
	height: 100%;
	width: 100%;
	display: block;
}
.content .news .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide .item-img .time {
	font-size: 12px;
	background-color: #960014;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 2px 6px;
	color: #fff;
	line-height: normal;
}
.content .news .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide .item-title {
	font-size: 20px;
	color: #404040;
	width: 100%;
	font-weight: 600;
	padding: 6px 0;
}
.content .news .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide .item-subtitle {
	font-size: 14px;
	color: #666666;
	text-indent: 2em;
	width: 100%;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.content .news .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide .b1 {
	position: absolute;
	width: 0;
	height: 2px;
	top: 0;
	left: 0;
	transition: all linear .1s;
	transition-delay: .1s;
	background-color: #960014;
}
.content .news .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide .b2 {
	position: absolute;
	width: 2px;
	height: 0;
	top: 0;
	right: 0;
	transition: all linear .1s;
	transition-delay: .2s;
	background-color: #960014;
}
.content .news .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide .b4 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	transition: all linear .1s;
	transition-delay: .3s;
	background-color: #960014;
}
.content .news .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide .b3 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 2px;
	height: 0;
	transition: all linear .1s;
	transition-delay: .4s;
	background-color: #960014;
}
.content .news .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide:hover {
	border-color: transparent;
}
.content .news .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide:hover .item-title {
	color: #960014;
}
.content .news .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide:hover .b1 {
	width: 100%;
}
.content .news .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide:hover .b2 {
	height: 100%;
}
.content .news .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide:hover .b4 {
	width: 100%;
}
.content .news .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide:hover .b3 {
	height: 100%;
}
.content .news .dynamic-list .news-item {
	display: block;
	font-size: 0;
	border-bottom: 1px dotted #ccc;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}
.content .news .dynamic-list .news-item .item-img {
	height: 250px;
	width: 100%;
	position: relative;
}
.content .news .dynamic-list .news-item .item-img > img {
	height: 100%;
	width: 100%;
	display: block;
}
.content .news .dynamic-list .news-item .item-img .time {
	font-size: 12px;
	background-color: #960014;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 2px 6px;
	color: #fff;
	line-height: normal;
}
.content .news .dynamic-list .news-item .item-title {
	font-size: 20px;
	color: #404040;
	width: 100%;
	font-weight: 600;
	padding: 6px 0;
}
.content .news .dynamic-list .news-item .item-subtitle {
	font-size: 14px;
	color: #666666;
	text-indent: 2em;
	width: 100%;
	height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.content .news .dynamic-list .news-item .b1 {
	position: absolute;
	width: 0;
	height: 2px;
	top: 0;
	left: 0;
	transition: all linear .1s;
	transition-delay: .1s;
	background-color: #960014;
}
.content .news .dynamic-list .news-item .b2 {
	position: absolute;
	width: 2px;
	height: 0;
	top: 0;
	right: 0;
	transition: all linear .1s;
	transition-delay: .2s;
	background-color: #960014;
}
.content .news .dynamic-list .news-item .b4 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	transition: all linear .1s;
	transition-delay: .3s;
	background-color: #960014;
}
.content .news .dynamic-list .news-item .b3 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 2px;
	height: 0;
	transition: all linear .1s;
	transition-delay: .4s;
	background-color: #960014;
}
.content .news .dynamic-list .news-item:hover {
	border-color: transparent;
}
.content .news .dynamic-list .news-item:hover .item-title {
	color: #960014;
}
.content .news .dynamic-list .news-item:hover .b1 {
	width: 100%;
}
.content .news .dynamic-list .news-item:hover .b2 {
	height: 100%;
}
.content .news .dynamic-list .news-item:hover .b4 {
	width: 100%;
}
.content .news .dynamic-list .news-item:hover .b3 {
	height: 100%;
}
.content .news .dynamic-list .news-item .item-img {
	width: 25%;
	height: 170px;
	display: inline-block;
}
.content .news .dynamic-list .news-item .title-box {
	line-height: normal;
	display: inline-block;
	height: 170px;
	width: 75%;
	vertical-align: text-bottom;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
}
.content .news .dynamic-list .news-item .title-box .item-subtitle {
	text-indent: 0;
}
.content .news .dynamic-list .news-item .title-box .allow-right {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -28px;
}
.content .news .pages {
	margin: 20px auto;
	font-size: 0;
	text-align: center;
}
.content .news .pages .item {
	display: inline-block;
	border: 1px solid #404040;
	padding: 3px 9px;
	margin: 0 4px;
	color: #404040;
	font-size: 14px;
}
.content .news .pages .item.pag.active {
	color: #fff;
	border-color: #960014;
	background-color: #960014;
}
.content .news .pages .item.p-prev.n, .content .news .pages .item.p-next.n {
	color: #ccc;
	border-color: #ccc;
}
.content .news .pages .item.p-prev.n:hover, .content .news .pages .item.p-next.n:hover {
	cursor: not-allowed;
}

@media screen and (max-width: 991.98px) {
.content .news .dynamic-list.first {
	display: none;
}
.content .news .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide {
	padding: 10px;
	box-sizing: border-box;
	position: relative;
}
.content .news .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide .item-img {
	height: 250px;
	width: 100%;
	position: relative;
}
.content .news .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide .item-img > img {
	height: 100%;
	width: 100%;
	display: block;
}
.content .news .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide .item-img .time {
	width: 100%;
	display: block;
	box-sizing: border-box;
}
.content .news .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide .item-title {
	font-size: 14px;
	color: #404040;
	width: 100%;
	font-weight: 600;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.content .news .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide .item-subtitle {
	font-size: 12px;
	color: #666666;
	text-indent: 2em;
	width: 100%;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.content .news .dynamic-list .news-item {
	display: block;
	font-size: 0;
	border-bottom: 1px dotted #ccc;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
}
.content .news .dynamic-list .news-item .item-img {
	height: 250px;
	width: 100%;
	position: relative;
}
.content .news .dynamic-list .news-item .item-img > img {
	height: 100%;
	width: 100%;
	display: block;
}
.content .news .dynamic-list .news-item .item-img .time {
	width: 100%;
	display: block;
	box-sizing: border-box;
}
.content .news .dynamic-list .news-item .item-title {
	font-size: 14px;
	color: #404040;
	width: 100%;
	font-weight: 600;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.content .news .dynamic-list .news-item .item-subtitle {
	font-size: 12px;
	color: #666666;
	text-indent: 2em;
	width: 100%;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.content .news .dynamic-list .news-item .item-img {
	width: 25%;
	height: 70px;
}
.content .news .dynamic-list .news-item .title-box {
	height: 70px;
	width: 75%;
	padding: 10px;
	position: relative;
}
.content .news .dynamic-list .news-item .title-box .item-subtitle {
	text-indent: 0;
}
.content .news .dynamic-list .news-item .title-box .allow-right {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -15px;
	height: 30px;
}
.content .news .pages {
	margin: 20px auto;
	font-size: 0;
	text-align: center;
}
.content .news .pages .item {
	display: inline-block;
	border: 1px solid #404040;
	padding: 3px 9px;
	margin: 0 4px;
	color: #404040;
	font-size: 14px;
}
.content .news .pages .item.pag.active {
	color: #fff;
	border-color: #960014;
	background-color: #960014;
}
.content .news .pages .item.p-prev.n, .content .news .pages .item.p-next.n {
	color: #ccc;
	border-color: #ccc;
}
.content .news .pages .item.p-prev.n:hover, .content .news .pages .item.p-next.n:hover {
	cursor: not-allowed;
}
}
.content .news-detail {
	margin: 20px auto;
}
.content .news-detail .detail-head {
	padding-bottom: 20px;
	line-height: 1.8;
	border-bottom: 1px solid #404040;
	position: relative;
}
.content .news-detail .detail-head .detail-title {
	font-size: 30px;
	font-weight: 600;
	color: #960014;
}
.content .news-detail .detail-head .detail-desc {
	color: #404040;
	font-size: 16px;
}
.content .news-detail .detail-head .detail-desc > span {
	display: inline-block;
	margin-right: 20px;
}
.content .news-detail .detail-head .detail-desc > span > a {
	color: #960014;
}
.content .news-detail .detail-head .item-shopping {
	right: 20px;
	left: inherit;
	transform: translate(0px, 0px);
	display: inline-block;
	text-align: right;
}
.content .news-detail .detail-html {
	padding: 20px 0;
	line-height: 2;
	font-size: 16px;
}
.content .news-detail .detail-html img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.content .news-detail .detail-html a {
	color: #960014;
}

@media screen and (max-width: 991.98px) {
.content .news-detail {
	margin: 0 auto;
	padding: 0;
}
.content .news-detail .detail-head {
	padding: 10px;
}
.content .news-detail .detail-head .detail-title {
	font-size: 24px;
	font-weight: 600;
	color: #960014;
}
.content .news-detail .detail-head .detail-desc {
	color: #404040;
	font-size: 16px;
}
.content .news-detail .detail-head .detail-desc > span {
	display: inline-block;
	margin-right: 20px;
}
.content .news-detail .detail-head .item-shopping {
	bottom: inherit;
	top: 50%;
	position: fixed;
}
.content .news-detail .detail-html img {
	display: block;
	margin: 0 auto;
	max-width: 100% !important;
}
}

/*# sourceMappingURL=product.css.map */
