@charset "UTF-8";

body {
	overflow-x: hidden;
	font-family: "Microsoft YaHei";
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

a {
	color: #a0733e;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

a:focus,
a:hover {
	color: #a0733e;
	text-decoration: none;
}

a:focus {
	outline: none;
	outline-offset: -2px;
}

.detail-info-bar:after {
	content: "";
	display: table;
	clear: both;
}

.pg-left-nav > li > a, .pg-left-nav .pg-left-subnav > li > a, .pg-left-nav .pg-left-threenav > li > a, .product-list li h3 a, .xypg-case-list li h3 a, .news-list li .tit h3, .list-con p {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.product-list li .img img {
	width: 100%;
}

.product-list li .img img {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.product-list li .img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.container-fluid {
	padding: 0 8.33333333%;
}

@media (max-width: 768px) {
	body {
		padding-top: 60px;
	}
}

.icon-font {
	position: relative;
}

.icon-font:after {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url(../images/icon_spirit.png);
	background-repeat: no-repeat;
	position: absolute;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
}

.mob-head {
	position: fixed;
	top: 0;
	z-index: 999999;
	left: 0;
	right: 0;
	background: #151515;
}

.mob-head-box {
	position: relative;
	height: 60px;
}

.mob-head-box .mob-logo {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 70%;
	height: 30px;
	text-align: center;
}

.mob-head-box .mob-logo h3, .mob-head-box .mob-logo {
	display: inline;
	font-size: 0;
}

.mob-head-box .mob-logo img {
	height: 25px;
}

.mob-navbtn {
	position: absolute;
	z-index: 9;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto 0 auto 27px;
	width: 30px;
	height: 20px;
}

.mob-navbtn span, .mob-navbtn:after, .mob-navbtn:before {
	display: block;
	height: 2px;
	width: 100%;
	background: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.mob-navbtn span {
	margin: 7px 0;
}

.mob-navbtn:after, .mob-navbtn:before {
	content: '';
	-webkit-transform-origin: 7.5%;
	transform-origin: 7.5%;
}

.mob-navbtn.clicked span {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
}

.mob-navbtn.clicked:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mob-navbtn.clicked:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mob-menu {
	display: none;
	position: absolute;
	z-index: 9999;
	left: 0;
	right: 0;
	height: 100vh;
	background: #151515;
	padding: 0 10%;
}

.mob-menu .mob-menu-box {
	height: 100vh;
	overflow: auto;
	padding-bottom: 80px;
}

.mob-nav > li {
	border-bottom: 1px solid #2b2b2b;
	position: relative;
}

.mob-nav > li > a {
	display: block;
	line-height: 50px;
	font-size: 16px;
	color: #ffffff;
}

.mob-nav .mob-menu-jt {
	position: absolute;
	width: 20%;
	height: 50px;
	line-height: 50px;
	right: 0;
	top: 0;
	text-align: center;
	z-index: 9;
}

.mob-nav .mob-menu-jt .icon-font {
	display: block;
	width: 100%;
	height: 100%;
}

.mob-nav .mob-menu-jt .icon-font:after {
	background-position: -30px -240px;
}

.mob-nav .mob-menu-jt.clicked .icon-font:after {
	background-position: -30px -270px;
}

.mob-nav .mob-sub-menu {
	background: #1E1E1E;
	display: none;
}

.mob-nav .mob-sub-menu > li {
	border-top: 1px dashed #2b2b2b;
}

.mob-nav .mob-sub-menu > li > a {
	display: block;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 40px;
	text-indent: 2em;
}

.menu {
	margin-left: 1%;
	float: left;
	width: 45%;
}

.menu > li {
	float: left;
	position: relative;
	width: 14%;
	text-align: center;
}

.menu > li > a {
	display: block;
	font-size: 16px;
	color: #5a5a5a;
	line-height: 76px;
}

.menu > li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.sub-menu {
	position: absolute;
	z-index: 99;
	width: 100%;
	left: 0%;
	top: 65px;
	background: #fff;
	border-radius: 5px;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.sub-menu > li > a {
	display: block;
	text-align: center;
	line-height: 2;
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	padding: .5em;
}

.sub-menu > li > a:hover {
	background: #e9eaeb;
}

.sub-menu:after {
	content: '';
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 10px;
	cursor: pointer;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #fff transparent;
	border-top: none;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	z-index: 99;
}

@media(max-width: 1450px) {
	.menu {
		margin-left: 8%;
	}
}

@media(max-width: 1200px) {
	.menu {
		margin-left: 6%;
	}

	.menu > li > a {
		font-size: 15px;
	}
}

@media (max-width: 1024px) {
	.menu {
		width: 60%;
		margin-left: 0%;
	}
}

.banner {
	text-align: center;
}

.banner img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

@media (max-width: 768px) {
	.banner {
		padding-top: 60px;
	}
}

#container {
	width: 1000px;
	margin: 0 auto;
	margin-top: 10px;
	border: 1px solid #f4f4f4;
	padding: 10px;
}

#container .city_list {
	padding-top: 10px;
}

#container .city_list .item {
	padding: 10px 0;
	line-height: 24px;
	overflow: hidden;
	border-bottom: 1px dashed #ddd;
}

#container .city_list .item dt {
	float: left;
	font-family: arial;
	font-weight: bold;
	font-size: 18px;
	width: 35px;
	padding-left: 25px;
	color: #444;
	display: table-cell;
}

#container .city_list .item dd {
	margin: 0 0 0 55px;
	padding-left: 15px;
	border-left: 1px dashed #b2b2b2;
}

#container .city_list .item dd a {
	padding: 1px 12px 1px 12px;
	white-space: nowrap;
	float: left;
	color: #333;
	font-size: 14px;
	text-decoration: none;
}

#container .city_list .item dd a:hover {
	text-decoration: none;
	background: #eb2830;
	color: #fff;
}

#foot {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	line-height: 24px;
	color: #666;
	border-top: 2px solid #eb2830;
	padding-top: 10px;
	font-size: 14px;
}

#foot a {
	color: #666;
	text-decoration: none;
}

#foot a:hover {
	color: #0aa8dd;
}

.page-position {
	padding: 15px 0;
	font-size: 14px;
	color: #2f2f2f;
}

.page-position a {
	color: #2f2f2f;
}

.page-position a:hover {
	color: #a0733e;
}

.page-wrap {
	
}

@media (min-width: 990px) {
	.page-wrap-left {
		float: left;
		width: 305px;
		margin-right: 4.16666667%;
	}
}

.pg-left-box {
	margin-bottom: 20px;
}

.pg-left-title {
	background: #a0733e;
	padding: 10px 20px;
	position: relative;
}

.pg-left-title h3 {
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	font-weight: bold;
	position: relative;
	z-index: 9;
}

.pg-left-title i {
	position: absolute;
	left: -5px;
	top: -9px;
	font-style: normal;
	font-size: 67px;
	font-weight: bold;
	opacity: .1;
	color: #fff;
	line-height: 1;
	z-index: 1;
	text-transform: uppercase;
}

.pg-left-title span {
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	opacity: .6;
	margin-left: 10px;
	text-transform: capitalize;
}

.pg-left-title span:before {
	content: "/";
	padding-right: 5px;
}

.pg-left-con {
	border: 1px solid #d2d2d2;
	border-top: none;
}

.latest-news {
	padding: 10px 0;
}

.latest-news li {
	padding: .5em 1em;
	font-size: 14px;
}

.latest-news li a {
	display: block;
	line-height: 1.2;
	color: #5a5a5a;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.latest-news li a:before {
	content: '+';
	font-weight: bold;
	margin-right: 5px;
	font-size: 16px;
}

.latest-news li a:hover {
	color: #a0733e;
}

.latest-news li a:hover:before {
	color: #a0733e;
}

.page-wrap-contact {
	padding: 10px 0;
	font-size: 14px;
}

.page-wrap-contact h4 {
	padding: .3em 1.4em .8em 1.4em;
	font-size: 16px;
	color: #000000;
}

.page-wrap-contact p {
	border-top: 1px solid #eee;
	position: relative;
	margin-bottom: 0;
	padding: .8em 1.4em;
	color: #2f2f2f;
}

.page-wrap-right {
	overflow: hidden;
}

.page-wrap-right .con-tit {
    padding: 10px;
    font-size: 20px;
    color: #fff;
    background: #a0733e;
	line-height: 30px;
	margin-bottom: 30px;
	font-weight: bold;
	border-bottom: 1px solid #003a79;
}

.page-mob-tool {
	position: fixed;
	right: 15px;
	bottom: 100px;
	z-index: 9999;
}

.page-mob-tool li {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 1px;
	cursor: pointer;
	position: relative;
}

.page-mob-tool li:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #a0733e;
	opacity: .7;
}

.page-mob-tool li i {
	display: block;
	width: 100%;
	height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
	background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
	background-position: -30px -60px;
}

@media (min-width: 992px) {
	.page-mob-tool {
		display: none;
	}
}

.navigation a {
	display: inline-block;
	font-size: 14px;
	color: #333333;
	font-family: "Microsoft YaHei",Arial;
	line-height: 26px;
	border: 1px solid #cbcbcb;
	margin: 0 5px;
	padding: 0 8px;
}

.navigation a.previous_page {
	float: left;
}

.navigation a.next_page {
	float: right;
}

.navigation a:hover {
	color: #fff;
	border-color: #a0733e;
	background: #a0733e;
}

/* 手机站 左侧导航弹出特效 */
.mob-left-close-btn {
	display: none;
}

@media (max-width: 990px) {
  /* 弹出框之后 body 上增加一个禁止滚动的类*/
	body.no-scroll,
    html.no-scroll {
		height: 100vh;
		overflow: hidden;
	}

	.mob-menu-click {
		position: fixed;
		width: 100vw;
		overflow-y: scroll;
		top: 0;
		left: 100%;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
		z-index: 999999;
		height: 100vh;
		background: rgba(0, 0, 0, 0.7);
	}

	.mob-menu-click .pg-left-news,
    .mob-menu-click .pg-left-keys,
    .mob-menu-click .pg-left-contact,
    .mob-menu-click .page-message-img {
		display: none;
	}

	.mob-menu-click .mob-left-close-btn {
		display: block;
		position: absolute;
		top: 15px;
		right: 15px;
		width: 32px;
		height: 32px;
		line-height: 32px;
		border-radius: 50%;
		border: 1px solid #fff;
		text-align: center;
		background: black;
	}

	.mob-menu-click .mob-left-close-btn .icon-font {
		display: block;
		width: 100%;
		height: 100%;
	}

	.mob-menu-click .mob-left-close-btn .icon-font:after {
		background-position: -30px -300px;
	}

	.mob-menu-click .pg-left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		min-height: 90vh;
		padding: 5vh 0;
	}

	.mob-menu-click .pg-left .pg-left-menu {
		width: 90%;
		background: #fff;
	}

	.mob-menu-click.click {
		left: 0;
	}
}

.pg-left-nav {
	margin: 0 -1px;
}

.pg-left-nav > li {
	position: relative;
	border-bottom: 1px solid #eeeeee;
}

.pg-left-nav > li:last-child {
	border-bottom: none;
}

.pg-left-nav > li > a {
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #2e2e2e;
	padding: 15px 18px;
}

.pg-left-nav > li .first-nav-btn {
	position: absolute;
	z-index: 99;
	width: 30px;
	height: 30px;
	text-align: center;
	top: 10px;
	right: 20px;
	cursor: pointer;
	background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.pg-left-nav > li .first-nav-btn.clicked {
	background-position: 0 -270px;
}

.pg-left-nav > li:hover > a, .pg-left-nav > li.clicked > a {
	color: #a0733e;
}

.pg-left-nav > li:hover .first-nav-btn, .pg-left-nav > li.clicked .first-nav-btn {
	color: #a0733e;
}

.pg-left-nav .pg-left-subnav {
	display: none;
	padding: 0 10px;
}

.pg-left-nav .pg-left-subnav > li {
	border-top: 1px dashed #eeeeee;
}

.pg-left-nav .pg-left-subnav > li > a {
	padding: 8px;
	display: block;
	line-height: 20px;
	color: #818181;
	font-size: 16px;
}

.pg-left-nav .pg-left-subnav > li > a:hover {
	color: #a0733e;
}

.pg-left-nav .pg-left-subnav > li.clicked > a {
	color: #a0733e;
}

.pg-left-nav .pg-left-threenav > li > a {
	padding: 5px 10px;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}

.pg-left-nav .pg-left-threenav > li > a:before {
	content: '\2014   ';
}

.pg-left-nav .pg-left-threenav > li > a:hover {
	color: #a0733e;
}

.pg-left-nav .pg-left-threenav > li.clicked > a {
	color: #a0733e;
}

@media (max-width: 990px) {
	.pg-left-nav .pg-left-threenav {
		display: block;
	}
	.pro-description {
		display: none;
	}
}

.pro-description {
	border: 1px solid #e5e5e5;
	background: #f9f9f9;
	line-height: 24px;
	padding: 10px;
	margin-bottom: 15px;
	text-indent: 2em;
}

.product-list {
	margin: 0 -1.5%;
	font-size: 0;
}

.product-list li {
	display: inline-block;
	vertical-align: bottom;
	width: 30.333%;
	margin: 0 1.5% 20px 1.5%;
	padding: 10px 10px 0 10px;
	border: 1px solid #eeeeee;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.product-list li .img {
	display: block;
}

.product-list li h3 a {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #5a5a5a;
	line-height: 1.6;
	padding: .8em 0;
}

.product-list li:hover {
	border-color: #a0733e;
}

.product-list .no-result {
	margin: 0 1.5%;
	font-size: 14px;
}

.news-list li {	
	-webkit-transition: all .5s;
	transition: all .5s;
}

.news-list li .tit {
	border-bottom: 1px dotted #cbcbcb;
	position: relative;
}

.news-list li .tit h3 {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #565656;
	font-weight: normal;
	padding-right: 20%;
	margin: 0;
}

.news-list li .tit .date {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 14px;
	color: #666666;
}

.news-list li .info {
	font-size: 14px;
	line-height: 2;
	color: #999999;
}

.news-list li .more {
	margin-top: 15px;
}

.news-list li .more span {
	display: inline-block;
	width: 130px;
	line-height: 33px;
	text-align: center;
	color: #000;
	font-size: 14px;
	color: #666666;
	border: 1px solid #e1e1e1;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.news-list li:hover {
	-webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
	box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.news-list li:hover .tit h3 {
	color: #a0733e;
}

.news-list li:hover .more span {
	color: #fff;
	background-color: #a0733e;
}

@media (max-width: 990px) {
	.news-list li .tit h3 {
		width: 70%;
		padding-right: 0;
		padding-bottom: 10px;
		font-size: 14px;
	}

	.news-list li .tit .date {
		padding-bottom: 5px;
		color: #999;
	}
	
	
}

@media (max-width: 768px) {
	.product-list li {
		width: 47%;
	}
	.product-list li:last-child{
		display: none;
	}
}

.pages {
	padding: 30px 0 30px;
	text-align: center
}
.pages li {
	display: inline-block;
	margin:0 5px;
}
.pages li a {
	padding: 5px 8px;
	border: 1px solid #ccc;
	background: #fff;
	color: #666;
	font-size:12px;
}
.pages li a:hover {
	padding: 4px 8px;
	border: 1px solid #a0733e;
	background: #a0733e;
	color: #fff;
}

.detail-title {
	font-size: 20px;
	color: #363636;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.7;
}

.detail-info-bar {
	font-size: 14px;
	font-family: Arial;
	color: #9e9e9e;
	line-height: 35px;
	border-bottom: 1px dashed #cfcfcf;
	margin-bottom: 20px;
}

.detail-con-title {
	margin: 20px 0 10px 0;
}

.detail-con-title span {
	display: inline-block;
	font-size: 18px;
	color: #a0733e;
}

.detail-con {
	font-size: 14px;
	color: #333;
	line-height: 1.7;
}

.detail-con img,
.detail-con p img {
	width: auto !important;
	max-width: 100%;
	height: auto !important;
}

.detail-tags {
	margin-top: 40px;
}

.detail-tags .tags-title {
	border-bottom: 1px solid #c3c3c3;
	position: relative;
}

.detail-tags .tags-title h3 {
	display: inline-block;
	font-size: 16px;
	color: #a0733e;
	line-height: 40px;
	border-bottom: 3px solid #a0733e;
	margin-bottom: -1px;
}

.detail-tags .tags-title .baidu-share {
	position: absolute;
	right: 0;
	top: 8px;
}

.detail-tags .tags-content {
	padding-top: 12px;
}

.detail-tags .tags-content a {
	font-size: 12px;
	color: #2f2f2f;
	display: inline-block;
	margin-right: 9px;
	background: #f4f4f4;
	line-height: 28px;
	padding: 0 15px;
}

.detail-tags .tags-content a:hover {
	color: #a0733e;
}

.detail-pn {
	margin-top: 30px;
	font-size: 14px;
	color: #292e39;
}

.detail-pn a {
	color: #666666;
}

.detail-pn a:hover {
	color: #ff0000;
}

@media (max-width: 768px) {
	.detail-pn {
		display: none;
	}
}

.pg-relate {
	margin-top: 30px;
}

.relate-title {
	border: 1px solid #eeeeee;
	font-size: 14px;
	line-height: 2.857;
	margin-bottom: 15px;
}

.relate-title span {
	display: inline-block;
	color: #292e39;
	font-weight: bold;
	padding: 0 1.4em;
	border-right: 1px solid #eeeeee;
}

.pg-relate .relate-news {
	margin-top: 20px;
}

.related_pro li {
	margin:20px 0;
}
.related_img {
	overflow:hidden;
}
.related_img img {
	width: 100%;
    height: 100%;
	display: inline;	
	cursor: pointer;
    transition: all 0.6s;	
}
.related_img img:hover{
	transform: scale(1.1);
}
.related_pro li span {
	display: block;
	line-height:40px;
}
.related_pro li span a {
	color: #333;
}

.relate-news-list li {
	width: 100%;
	position: relative;
	line-height: 2.143;
	font-size: 14px;
	color: #292e39;
}

.relate-news-list li a {
	display: block;
	color: #666666;
}

.relate-news-list li a:before {
	content: '+';
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	margin-right: 5px;
}

.relate-news-list li span {
	position: absolute;
	right: 0;
	top: 2.5px;
	width: 90px;
	text-align: right;
	font-size: 12px;
	color: #666666;
}

.relate-news-list li:hover a {
	color: #a0733e;
}

.relate-news-list li:hover a:before {
	color: #a0733e;
}

.relate-news-list li:hover span {
	color: #a0733e;
}

@media (max-width: 990px) {
	.pg-relate {
		display: none;
	}
}

.news-detail .main-img {
	text-align: center;
}

.news-detail .main-img img {
	max-width: 100%;
}

.page-product-detail-effect {
	float: left;
	width: 42.61%;
}

.page-product-detail-effect .big-img {
	border: 1px solid #eee;
}

.page-product-detail-effect .big-img a {
	display: block;
	display: block;
	text-align: center;
	width: 100%;
	height: 390px;
	font-size: 0;
}

.page-product-detail-effect .big-img a img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.page-product-detail-effect .big-img a:after {
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.page-product-detail-right {
	width: 50%;
	float: right;
}

.page-product-detail-right > h1 {
	font-size: 22px;
	color: #0d0d0d;
	margin-bottom: 20px;
}

.product-detail-item li {
	font-size: 14px;
	line-height: 30px;
	color: #777272;
}

.product-detail-slick {
	position: relative;
	margin-top: 20px;
}

.product-detail-slick a.slick-item {
	display: block;
	text-align: center;
	width: 100%;
	height: 95px;
	font-size: 0;
	border: 1px solid #eee;
	position: relative;
}

.product-detail-slick a.slick-item img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.product-detail-slick a.slick-item:after {
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.product-detail-slick a.slick-item.active {
	border-color: #a0733e;
}

.product-detail-slick .owl-nav button {
	position: absolute;
	width: 27px;
	height: 27px;
	background: rgba(37, 37, 37, 0.6) !important;
	border-radius: 50%;
	text-align: center;
	line-height: 27px;
	top: 50%;
	margin-top: -13.5px;
	z-index: 9;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	outline: none;
	border: none;
}

.product-detail-slick .owl-nav button .icon-font {
	width: 100%;
	height: 100%;
	display: block;
}

.product-detail-slick .owl-nav button .icon-left-arrow:after {
	background-position: 1px -509px;
}

.product-detail-slick .owl-nav button .icon-right-arrow:after {
	background-position: -27px -240px;
}

.product-detail-slick .owl-prev {
	left: 0;
}

.product-detail-slick .owl-prev:after {
	background-position: 0 0;
}

.product-detail-slick .owl-next {
	right: 0;
}

.product-detail-slick:hover .owl-nav button {
	opacity: 1;
}

@media (max-width: 990px) {
	.page-product-detail-effect {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.page-product-detail-right {
		width: 100%;
		float: none;
	}
}

@media (max-width: 640px) {
	.page-product-detail-right > h1 {
		font-size: 16px;
		margin-bottom: 15px;
	}
}

.sitemap {
	overflow: hidden;
	line-height: 30px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

.sitemap h3 {
	font-size: 16px;
}

.sitemap dl dd {
	float: left;
}

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

@media (max-width:640px) {
	.sitemap {
		padding: 5px 0;
	}
	
	.sitemap dl dd a {
		font-size: 12px;
		padding-right: 20px;
		line-height: 36px;
	}
	
	.page-wrap-right .con-tit {
		font-size: 16px;
		line-height: 15px;
		margin-bottom: 15px;
	}
	
	.detail-title {
		font-size: 16px;
	}
	
	.detail-tags {
		margin-top: 30px;
	}
		
}
