@charset "utf-8";

/* CSS Document */
html {
	font: normal .12em/1.4 "Hiragino Sans GB""Microsoft Yahei", sans-serif;
}

html {
	font-size: 20px;
}

body {
	/*height:100%;*/
	padding: 0px;
	margin: 0px auto;
	color: #666666;
	/* min-width:320px; max-width:640px;*/
	-webkit-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight: rgba(0, 0, 0, 0);
	/*ȡ��������ְ�͸���Ļ�ɫ����*/
	-webkit-user-select: none;
	/*�������ݵĿ�ѡ����*/
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	background-color: #FFF;
	/*line-height:1em;*/
}

/* ͼƬ����Ӧ */
img {
	display: block;
	max-width: 100%;
	height: auto;
	width: auto\9;
	/* ie8 */
	-ms-interpolation-mode: bicubic;
	/*Ϊ���չ�ieͼƬ����ʧ��*/
}

img {
	pointer-events: none;
}




ul,
li,
form,
dl,
dt,
dd,
div {
	padding: 0px;
	margin: 0px;
}

li {
	list-style: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.p,
p {
	padding: 0px;
	margin: 0px;
}

select,
input,
em,
textarea {
	font-size: 1em;
	font-style: normal;
	color: #636363;
	border-radius: 0;
	-webkit-border-radius: 0;
}

img,
object {
	border: none;
	max-width: auto;
	border: 0;
	overflow: hidden;
	vertical-align: top;
	margin: auto;
}

a {
	color: #000;
	text-decoration: none;
	noline: -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	cursor: pointer;
}

/* ȥ�����Ӵ������� */
input:focus,
select:focus {
	outline: none;
}

a:hover {
	color: #000;
}

a:focus {
	outline: none;
	-moz-outline: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clear {
	clear: both;
}

.none {
	display: none;
}

.block {
	display: block;
}

.black {
	background: #000;
}


/*index.css*/
.top {
	width: 100%;
	/*background: #606060;*/
	background: url(../../web/pyfile/images/bg.jpg) no-repeat fixed top;
	height: 4rem;
	/*padding:0.5rem 0px;*/
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/*overflow:hidden;*/
	position: relative;
	/*position:fixed;*/
	top: 0px;
	left: 0px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
	z-index: 11;
	background-size: cover;
}

.mobile_inner {
	width: 92%;
	padding: 0px 4%;
}

.top .navIcon {
	width: 2rem;
	padding: 0.5rem 2%;
	height: 1.8rem;
	/*padding:0.6rem 0px; float:left;*/
	position: absolute;
	right: 3%;
	top: 2rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 6;
}

.top .navIcon.fixed {
	position: fixed;
	top: 2rem;
}

.top .navIcon.fixed2 {
	position: fixed;
	top: 1.7rem;
	background: #D3B38A;
	border-radius: 12px;
}

.top .navIcon span {
	position: absolute;
	display: block;
	margin-bottom: 0.3rem;
	height: 0.25rem;
	/*position:absolute; right:0px; */
	transform-origin: 50%;
	background: #2d1e10;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.top .navIcon span:nth-child(1) {
	/*top:0px;*/
	top: 0.4rem;
}

.top .navIcon span:nth-child(2) {
	/*top:0.55rem;*/
	top: 0.95rem;
}

.top .navIcon span:nth-child(3) {
	/*top:1.1rem;*/
	top: 1.5rem;
}

.top .navIcon span:nth-child(4) {
	/*top:1.65rem;*/
	top: 2.05rem;
}

/*.top .navIcon span.effert{ top:1.3rem;}*/
/*.top .navIcon span:nth-child(1).effert{-webkit-transform:rotate(45deg); transform:rotate(45deg); }
.top .navIcon span:nth-child(2).effert{-webkit-transform:rotate(45deg); transform:rotate(45deg); opacity:0; }
.top .navIcon span:nth-child(3).effert{-webkit-transform:rotate(135deg); transform:rotate(135deg);}
.top .navIcon span:nth-child(4).effert{-webkit-transform:rotate(135deg); transform:rotate(135deg); opacity:0;}*/

.top .navIcon .line_long {
	width: 2rem;
	max-width: 40px;
}

.top .navIcon .line_short {
	width: 1.6rem;
	max-width: 32px;
}

.top .navIcon span.on {
	background: #c7000c;
}

.top .navIcon span:nth-child(1).effect {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.top .navIcon span:nth-child(1).effect {
	top: 1.5rem;
}

.top .navIcon span:nth-child(2).effect {
	opacity: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.top .navIcon span:nth-child(3).effect {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.top .navIcon span:nth-child(4).effect {
	opacity: 0;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.top .logo {
	width: 30%;
	/*height: 3rem; margin: 0 auto;line-height: 3rem;text-align: center;*/
	display: block;
	position: absolute;
	left: 20%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 4;
}

.top #language {
	width: 20%;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 1.5rem;
	color: #636363;
	text-align: center;
	display: block;
	position: absolute;
	right: 15%;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	z-index: 4;
}

.top #language a {
	font-size: 1.2rem;
	padding: 5% 10%;
	color: #636363;
}

.top #language a.lactive {
	color: #fff;
}

.top .logo img {
	/* vertical-align:middle; display: inline-block; width:60%;*/
	width: 100%;
}

.top .search_icon {
	width: 6%;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 4;
}

.top .search_icon img {
	width: 100%;
}

/*�����˵�*/
.menuSlider {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	/*background:#c7000c;*/
	/*background:#fff;*/
	background: rgba(0, 0, 0, 0.7);
	z-index: 5;
	overflow: auto;
	display: none;
}

.menuSlider .paddingTop {
	height: 2.5rem;
	background: #f3f3f3;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	position: fixed;
	width: 100%;
	z-index: 5;
}

.menuSlider .paddingTop .searchBox {
	width: 75%;
	margin-left: 5%;
	height: 2.5rem;
	border: 1px solid #dadada;
	background: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow: hidden;
}

.paddingTop .searchBox .text {
	width: 80%;
	height: 2.5rem;
	padding: 0px;
	border: none;
	display: block;
	float: left;
	margin-left: 5%;
}

.paddingTop .searchBox .searchbtn {
	display: block;
	width: 10%;
	height: 2.5rem;
	float: right;
	background: url(../images/search1.png) no-repeat left center;
	background-size: auto 60%;
}

.menuSlider .mobile_inner {
	background: #fff;
}

.menuSlider .menuMain {
	padding-top: 5rem;
	padding-bottom: 2rem;
	/*border-top:2px solid #000;*/
}

/*.menuSlider .menuMain ul li{ padding:0.75rem 0px; font-size:1.4rem; transform:translateX(32rem); -webkit-transform:translateX(32rem); transition:all 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0s; -webkit-transition:all 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0s;}
.menuSlider .menuMain ul.on li{ transform:none; -webkit-transform:none;}
.menuSlider .menuMain ul li:nth-child(1){-webkit-transition-delay:0.4s;transition-delay:0.4s;}
.menuSlider .menuMain ul li:nth-child(2){-webkit-transition-delay:0.55s;transition-delay:0.55s;}
.menuSlider .menuMain ul li:nth-child(3){-webkit-transition-delay:0.7s;transition-delay:0.7s;}
.menuSlider .menuMain ul li:nth-child(4){-webkit-transition-delay:0.85s;transition-delay:0.85s;}
.menuSlider .menuMain ul li:nth-child(5){-webkit-transition-delay:1.0s;transition-delay:1.0s;}*/
/*.menuSlider .menuMain ul li>a{ margin-left:1rem;}
.menuSlider .menuMain ul li .lichild{ border-bottom:1px solid #333; padding:1rem; overflow:hidden;}
.menuSlider .menuMain ul li .lichild a{ display:block; float:left; width:33.333%;margin-bottom: 0.75rem; color:#000; font-size:1.1rem;}
.menuSlider .menuMain ul li .lichild a:nth-child(3n-2){ text-align:left;}
.menuSlider .menuMain ul li .lichild a:nth-child(3n-1){ text-align:center;}
.menuSlider .menuMain ul li .lichild a:nth-child(3n){ text-align:right;}*/
.menuMain .firstUl .firstLi {
	border-top: 1px solid #dfdfdf;
}

.menuMain .firstLi .firstA {
	display: block;
	padding-right: 5%;
	background: url(../images/down_block.png) no-repeat 97% center;
	background-size: auto 30%;
	padding: 0.75rem 0px;
	font-size: 1.2rem;
}

.menuMain .firstLi .firstA.on {
	color: #c7000c;
	background: url(../images/up_red.png) no-repeat 97% center;
	background-size: auto 30%;
}


.SecondBox {
	margin-left: 1rem;
	display: none;
}

.SecondBox .SecondUI .SecondLi {
	border-top: 1px solid #dfdfdf;
}

.SecondUI .SecondLi .SecondA {
	display: block;
	padding-right: 5%;
	background: url(../images/down_block.png) no-repeat 97% center;
	background-size: auto 30%;
	padding: 0.75rem 0px;
	font-size: 1.2rem;
}

.SecondUI .SecondLi .SecondA.on {
	color: #c7000c;
	background: url(../images/up_red.png) no-repeat 97% center;
	background-size: auto 30%;
}

#productMenu .SecondUI .SecondLi {
	border-top: 1px solid #dfdfdf;
}

#productMenu .SecondUI .SecondLi a {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0.75rem 2rem;
	background: url(../images/right_red.png) no-repeat left center;
	background-size: auto 16%;
}

#productMenu .SecondUI .SecondLi a .text {
	display: block;
	position: absolute;
	left: 1.5rem;
	top: 50%;
	width: 60%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#productMenu .SecondUI .SecondLi a .pic {
	display: block;
	width: 28%;
	float: right;
}

.threeBox {
	margin-left: 1rem;
	display: none;
}

.threeBox .threeUI .threeLi {
	border-top: 1px solid #dfdfdf;
}

.threeUI .threeLi .threeA {
	display: block;
	padding-right: 5%;
	background: url(../images/down_block.png) no-repeat 97% center;
	background-size: auto 30%;
	padding: 0.75rem 0px;
	font-size: 1.2rem;
}

.threeUI .threeLi .threeA.on {
	color: #c7000c;
	background: url(../images/up_red.png) no-repeat 97% center;
	background-size: auto 30%;
}

.fourBox {
	display: none;
}

.fourBox dd {
	border-top: 1px solid #dfdfdf;
}

.fourBox dd a {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0.75rem 2rem;
	background: url(../images/right_red.png) no-repeat left center;
	background-size: auto 20%;
}

.fourBox dd a .text {
	display: block;
	position: absolute;
	left: 1.5rem;
	top: 50%;
	width: 60%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.fourBox dd a .pic {
	display: block;
	width: 22%;
	float: right;
}

.nothreeMenu .SecondLi .SecondA {
	background: url(../images/right_red.png) no-repeat left center;
	background-size: auto 20%;
	padding-right: 0px;
	padding-left: 1.5rem;
}

/*������*/
.searchMain {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #f5f5f5;
	z-index: 5;
	overflow: hidden;
	display: none;
	opacity: 0;
}

.searchMain .paddingTop {
	height: 4rem;
	border-bottom: 2px solid #000;
}

.search {
	width: 90%;
	margin: 0 5%;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	border-bottom: 2px dotted #000;
}

.search .text {
	display: block;
	background: #f5f5f5;
	float: left;
	width: 88%;
	border: none;
	font-size: 1.2rem;
	padding: 0.5rem 1rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.search a {
	width: 10%;
	float: left;
	display: block;
}

.search input:focus {
	outline: none;
}

.jxiaoshang {
	background: #f2f2f2;
	padding: 2rem 5%;
	border-top: 1px solid #dadada;
}

.jxiaoshang p {
	font-size: 1.1rem;
	color: #c7000c;
	padding-bottom: 0.75rem;
}

.jxiaoshang .seachBox2 {
	width: 90%;
	height: 2.5rem;
	border: 1px solid #dadada;
	background: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow: hidden;
}

.jxiaoshang .seachBox2 .text {
	width: 80%;
	height: 2.5rem;
	padding: 0px;
	border: none;
	display: block;
	float: left;
	margin-left: 5%;
}

.jxiaoshang .seachBox2 .searchbtn {
	display: block;
	width: 10%;
	height: 2.5rem;
	float: right;
	background: url(../images/search1.png) no-repeat left center;
	background-size: auto 60%;
}

.fujin {
	/*background:#c7000c;*/
	padding: 0rem 2%;
	background: #f2f2f2;
}

.fujin a {
	display: block;
	padding: 0.75rem 0px;
	/*color:#fff;*/
	color: #000;
	font-size: 1.2rem;
	background: url(../images/right_red.png) no-repeat 97% center;
	background-size: auto 30%;
}

.fujin a:nth-child(1) {
	border-bottom: 1px solid #ccc;
}

.banner {
	/*padding-top:4rem;*/
	background: #000;
	position: relative;
	width: 100%;
	overflow: hidden;
}

/*.banner .hd{ width:100%; height:2rem; background:#c7000c; overflow:hidden;}
.banner .hd span{ display:block; width:50%; height:2rem; float:left; text-align:center; line-height:1.8rem; box-sizing:border-box; -webkit-box-sizing:border-box;}
.banner .hd .prev{ border-right:1px solid #fff;}
.banner .hd span img{ max-height:70%; display:inline-block; vertical-align:middle;}*/

#banner .el-carousel__container {
	height: 144px;
}

.banner .hd {
	overflow: hidden;
}

.banner .hd ul {
	position: absolute;
	left: 50%;
	bottom: 0.5rem;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.banner .hd ul li {
	float: left;
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 50%;
	background: rgba(255, 255, 255, 1);
	margin-left: 1rem;
	text-indent: 9999px;
}
.banner .hd ul li:first-child{
	margin-left: 0
}
.banner .hd ul li.on {
	background: rgba(255, 255, 255, 0.6);
}

/*��ҳ����*/
.white {
	background: #fff;
}

.red {
	background: #c7000c;
}

.IndexMain {
	padding: 2rem 0px 0px;
}

.IndexMain .Bigtitle {
	text-align: center;
	margin-bottom: 2rem;
	color: #fff;
}

.IndexMain .Bigtitle a {
	display: block;
	color: #fff;
}

.IndexMain .Bigtitle strong {
	display: block;
	font-size: 1.4rem;
}

.IndexMain .Bigtitle span {
	display: inline-block;
	font-size: 1.2rem;
	text-transform: uppercase;
	padding: 0.25rem 1rem 0.5rem;
	border-bottom: 0.25rem solid #c7000c;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}

.indexProductList ul {
	overflow: hidden;
}

.indexProductList ul li:first-child {
	margin-top: 0px;
}

.indexProductList ul li {
	margin-top: 2rem;
	overflow: hidden;
}

.indexProductList ul li .scrollMove {
	border-bottom: 1px solid #000;
}

/*.indexProductList ul li:last-child{ margin-bottom:0px;}*/
.indexProductList ul li a {
	display: block;
}

.indexProductList ul li .pic {
	margin-bottom: 1rem;
}

.indexProductList ul li .title {
	padding-bottom: 0.75rem;
	padding-right: 4rem;
	position: relative;
	background: url(../images/add.png) no-repeat 98% 80%;
	background-size: 1.8rem auto;
}

.indexProductList ul li .title dl {
	overflow: hidden;
	font-size: 1.2rem;
}

/*.indexProductList ul li .title dl:nth-child(1){ color:#2f2f2f; font-weight:bold;}
.indexProductList ul li .title dl dt{ display:block; width:15%; float:left; }*/
.indexProductList ul li .title dl dd {
	color: #000;
	display: inline-block;
}

.indexProductList ul li .title dl dd:nth-child(2) {
	font-size: 1.4rem;
}

.indexProductList ul li .title dl dd:nth-child(1) {
	font-size: 1.4rem;
	padding: 0.5rem 0px 1rem;
	margin-right: 0.5rem;
}

.indexProductList ul li .title p {
	font-size: 1rem;
	color: #000;
}

.indexProductList ul li .title .more {
	display: inline-block;
	color: #fff;
	font-size: 1rem;
	padding: 0.25rem 0.75rem;
	background: #c7000c;
	position: absolute;
	right: 0px;
	bottom: 1.25rem;
}

.IndexMain .lookMore {
	text-align: center;
	font-size: 1.2rem;
	color: #959595;
	margin-top: 2rem;
}

.IndexMain .lookMore a {
	display: inline-block;
	padding: 0.25rem 4rem;
	border: 1px solid #959595;
}

.Indexzixun {
	/* background:#000;*/
}

/*.Indexzixun .Bigtitle{ color:#fff;}*/
.Indexzixun .Bigtitle span {
	border-bottom-color: #c7000c;
}

.IndexzixunList {
	padding: 2rem 2% 2rem;
	background: #fff;
}

.IndexzixunList ul {
	overflow: hidden;
}

.IndexzixunList ul li:nth-child(1) {
	margin-top: 0px;
}

.IndexzixunList ul li {
	margin-top: 2rem;
	overflow: hidden;
	border-bottom: 1px solid #666;
}

.IndexzixunList ul li.scrollMove {
	border-bottom: 1px solid #3d3d3d;
}

.IndexzixunList ul li a {
	color: #000;
}

.IndexzixunList ul li .pic {
	width: 30%;
	float: left;
	height: 6.5rem;
	line-height: 5.5rem;
}

.IndexzixunList ul li .pic img {
	display: inline-block;
	vertical-align: middle;
}

.IndexzixunList ul li .txt {
	width: 66%;
	height: 6.5rem;
	float: right;
}

.IndexzixunList ul li .txt h3 {
	width: 100%;
	font-size: 1.2rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.IndexzixunList ul li .txt span {
	font-size: 0.8rem;
	display: block;
	margin-bottom: 0.5rem;
}

.IndexzixunList ul li .txt p {
	font-size: 0.8rem;
	line-height: 1.2rem;
	height: 2.4rem;
	margin: 0px 0px 0.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*.IndexzixunList ul li strong{ display:block; width:100%; font-size:1.2rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.IndexzixunList ul li .time{ display:block; font-size:0.8rem;}
.IndexzixunList ul li p{ margin:0px; padding:0.75rem 0px 0px; margin-bottom:0.75rem; font-size:0.8rem; overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
*/
.IndexzixunList .lookMore {
	text-align: center;
	font-size: 1.2rem;
	color: #000;
	margin-top: 2rem;
}

.IndexzixunList .lookMore a {
	display: inline-block;
	padding: 0.25rem 4rem;
	border: 1px solid #000;
	color: #000;
}

/*��ҳƷ�������*/
.IndexCase ul {
	overflow: hidden;
}

.IndexCase ul li {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-top: 4%;
	overflow: hidden;
}

.IndexCase ul li:nth-child(2n) {
	margin-right: 0px;
}

.IndexCase ul li:nth-child(1),
.IndexCase ul li:nth-child(2) {
	margin-top: 0px;
}

.IndexCase ul li img {
	width: 100%;
}

/*��ҳƷ�������*/
.IndexQuality ul {
	overflow: hidden;
}

.IndexQuality ul li {
	width: 49.5%;
	margin-right: 1%;
	float: left;
	overflow: hidden;
}

.IndexQuality ul li dl {
	overflow: hidden;
}

.IndexQuality ul li img {
	width: 100%;
}

.IndexQuality ul li dd {
	position: relative;
	overflow: hidden;
}

.IndexQuality ul li:nth-child(1) dl dd:nth-child(1) {
	width: 100%;
	margin-bottom: 1%;
}

.IndexQuality ul li:nth-child(1) dl dd:nth-child(2) {
	width: 49%;
	float: left;
	margin-right: 2%;
}

.IndexQuality ul li:nth-child(1) dl dd:nth-child(3) {
	width: 49%;
	float: left;
}

.IndexQuality ul li:nth-child(2) dl dd:nth-child(1) {
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 1%;
}

.IndexQuality ul li:nth-child(2) dl dd:nth-child(2) {
	width: 49%;
	float: left;
	margin-bottom: 1%;
}

.IndexQuality ul li:nth-child(2) dl dd:nth-child(3) {
	width: 100%;
}

.IndexQuality ul li:nth-child(2) {
	margin-right: 0px;
}

.IndexQuality ul li dd a {
	display: block;
	position: relative;
}

.IndexQuality ul li dd .text {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
	height: 2rem;
	line-height: 2rem;
	overflow: hidden;
	font-size: 0.9rem;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
}

.IndexQuality ul li dd .positionTitle {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: #000;
	display: none;
}

.IndexQuality ul li dd .positionTitle a {
	display: block;
	text-align: center;
	padding: 0px 10%;
	color: #fff;
	font-size: 1.4rem;
	margin-top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.IndexQuality ul li dd .positionTitle a span {
	display: block;
}

.IndexQuality ul li dd .positionTitle a em {
	display: block;
	width: 100%;
	height: 1.4rem;
	margin-top: 0.5rem;
	background: url(../images/add2.png) no-repeat 50% 50%;
	background-size: 1.8rem auto;
}


/*�ײ�*/
.bottom {
	padding: 1.5rem 0px;
	text-align: center;
	background: #D3B38A;
	color: #2d1e10;
	float: left;
	width: 100%;
}

.bottom p {
	font-size: 0.9rem;
}

.bottom p a {
	color: #fff;
}

.bottom .icon {
	display: inline-block;
	margin-bottom: 1rem;
}

.bottom .icon a {
	display: inline;
	float: left;
	padding: 0 0.75rem;
	width: 2rem;
}

.bottom .icon a img {
	width: 100%;
}

/*index.css*/

/*�ռ�&��Ʒ*/
.Main {
	/*padding-top:4rem;*/
}

.ProductTitle {
	width: 90%;
	padding: 2rem 5% 1rem;
	position: relative;
	z-index: 2;
	border-bottom: 1px solid #000;
	background: #fff;
}

.ProductTitle .title {
	color: #000;
}

.ProductTitle .title strong {
	font-size: 2rem;
	border-top: 5px solid #000;
	text-transform: uppercase;
	font-style: italic;
	margin-right: 0.5rem;
}

.ProductTitle .title em {
	font-size: 1.4rem;
	font-style: italic;
	color: #000;
	font-weight: bold;
}

.ProductTitle ul {
	margin-top: 1rem;
	overflow: hidden;
	border-top: 1px solid #000;
}

.ProductTitle ul li {
	width: 33.333%;
	padding: 0.5rem 0px;
	float: left;
	border: 1px solid #000;
	border-left: none;
	border-top: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 1.2rem;
	text-align: center;
}

.ProductTitle ul li a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px 1rem;
	color: #000;
}

.ProductTitle ul li.on {
	/* background:#f8000f;*/
}

.ProductTitle ul li.on a {
	color: #c7000c;
}

.ProductTitle .xiala {
	margin-top: 1rem;
}

.ProductTitle .xiala a {
	width: 10%;
	height: 1rem;
	display: block;
	margin: 0 auto;
	background: url(../images/down.png) no-repeat center;
	background-size: auto 100%;
}

.ProductTitle .xiala.show a {
	background: url(../images/up.png) no-repeat center;
	background-size: auto 100%;
}

.subMenu {
	width: 100%;
	/* background:#f2f2f2;*/
	background: #000;
	margin-top: -3.7rem;
}

.subMenu .subMenuWK {
	max-width: 100%;
	height: 3.7rem;
	overflow: hidden;
}

.subMenu .subMenuWK ul {
	font-size: 0;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	padding: 0px 5% 2rem;
}

.subMenu .subMenuWK ul li {
	font-size: 1.2rem;
	display: inline-block;
	zoom: 1;
	margin-left: 2rem;
	padding: 1rem 0px;
}

.subMenu .subMenuWK ul li:first-child {
	margin-left: 0px;
}

.subMenu .subMenuWK ul li a {
	color: #ccc;
}

.subMenu .subMenuWK ul li.on a {
	color: #fff;
	font-weight: bold;
}

/*��Ʒ�б�*/
.productMain {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.productMain ul {
	overflow: hidden;
}

.productMain ul li {
	width: 100%;
	margin-top: 2rem;
	overflow: hidden;
}

.productMain ul li:nth-child(1) {
	margin-top: 0px;
}

.productMain ul li .pic {
	margin-bottom: 1rem;
}

.productMain ul li .title {
	color: #000;
	padding-bottom: 0.75rem;
	padding-right: 4rem;
	position: relative;
	background: url(../images/add.png) no-repeat 98% 80%;
	background-size: 1.8rem auto;
	border-bottom: 1px solid #000;
}

.productMain ul li .title dd:nth-child(1) {
	font-size: 0.9rem;
}

.productMain ul li .title dd:nth-child(2) {
	font-size: 1.6rem;
	padding: 0.5rem 0px 1rem;
}

.productMain ul li .title dd:nth-child(3) {
	font-size: 1rem;
}

/*��Ʒ����*/
.productPage {
	position: relative;
	margin-bottom: 1rem;
}

.productPage .hd span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 4%;
}

.productPage .hd .prev {
	left: 3%;
}

.productPage .hd .next {
	right: 3%;
}

.OneProductTitle {
	margin-bottom: 1rem;
	padding-bottom: 0px !important;
}

/*.OneProductTitle .name{ color:#000; font-size:1.4rem; margin-bottom:0.5rem; display:block;}
.OneProductTitle span{ display:block; font-size:1rem; color:#999; margin-bottom:0.5rem;}
.OneProductTitle dd{ color:#000;}
.OneProductTitle dd:nth-child(1){font-size: 1.6rem;padding:0rem 0px 1rem;}
.OneProductTitle dd:nth-child(2){font-size: 1rem;}*/

.OneProductDetail {
	margin-top: 4.75rem;
	background: #000;
	padding-bottom: 3rem;
}

.item {
	/* padding-bottom:2rem;*/
	overflow: hidden;
}

.item .h3 {
	padding-top: 3rem;
	margin-bottom: 3rem;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.item .h3 span {
	display: inline-block;
	font-weight: normal;
	height: 3rem;
	line-height: 3rem;
	padding: 0px 1.5rem;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	font-size: 1.4rem;
	color: #000;
}

/*.OneProductDetail .Bigtitle{ text-align:center; margin-bottom:2rem;color:#000;}
.OneProductDetail .Bigtitle strong{ display:block; font-size:1.8rem; text-transform:uppercase; font-family:Tahoma, Geneva, sans-serif; }
.OneProductDetail .Bigtitle span{ display:inline-block; font-size:1.4rem;  padding:0.25rem 2rem 0.75rem; border-bottom:0.25rem solid #c7000c;}*/

.OneProductDetail .h3 {
	border-bottom: 1px solid #fff;
}

.OneProductDetail .h3 span {
	color: #fff;
	background: #000;
}

.OneProductDetail .xqList {}

.OneProductDetail ul {
	background: #fff;
	overflow: hidden;
}

.OneProductDetail ul li {
	overflow: hidden;
	/*box-shadow: 0px 2px 5px #333;*/
	width: 100%;
	float: left;
}

.OneProductDetail ul li img {
	width: 100%;
	/*border-bottom: 3px solid #c7000c;*/
}

.OneProductDetail ul li .text {
	padding: 0.5rem;
	font-size: 1.2rem;
	color: #000;
	padding: 1.5rem 2rem;
	border-top: 3px solid #c7000c;
}

/*.item{ padding-bottom:2rem;}
.item .h3{padding-top:2rem; margin-bottom:2rem; border-bottom:1px solid #c7000c; position:relative;}
.item .h3 span{display:inline-block; font-weight:normal; height:2rem; line-height:2rem; padding:0px 1rem; background:#fff; position:absolute; left:50%; top:50%; transform:translate(-50%,0%); -webkit-transform:translate(-50%,0%); font-size:1.6rem; color:#000;}*/

.jxs .pic {
	margin-bottom: 1.5rem;
}

.jxs .Citysearch {
	margin-bottom: 1.5rem;
	overflow: hidden;
}

.jxs .Citysearch .textBig {
	background: #dddddd;
	width: 80%;
	border: 1px solid #dadada;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 1.2rem;
	display: block;
	float: left;
	height: 3rem;
	padding-left: 0.75rem;
	position: relative;
}

.jxs .Citysearch .textBig select {
	width: 98%;
	height: 100%;
	border: none;
	line-height: 2.8rem;
	background: none;
}

.jxs .Citysearch .textBig .text {
	width: 85%;
	position: absolute;
	left: 0;
	padding-left: 0.75rem;
	top: 0px;
	bottom: 0px;
	border: none;
	background: #fff;
}

.jxs .Citysearch .textBig .down_bt {
	width: 15%;
	height: 3rem;
	display: block;
	float: left;
	background: url(../images/down_icon.png) no-repeat center center;
	background-size: auto 100%;
}


.jxs .Citysearch .search_btn {
	width: 16%;
	height: 3rem;
	line-height: 3rem;
	display: block;
	float: left;
	margin-left: 4%;
	text-align: center;
	font-size: 1rem;
	color: #fff;
	background: #c7000c;
	border-radius: 4px;
}

.jxs .Map {
	width: 100%;
	min-height: 15rem;
}

.jxs .placeBox {
	margin-bottom: 1rem;
}

.jxs .placeBox ul li {
	margin-bottom: 2rem;
}

.jxs .placeBox ul li dl {}

.jxs .placeBox ul li dt {
	font-size: 1.2rem;
	color: #000;
	margin-bottom: 0.5rem;
	padding-left: 2rem;
	background: url(../images/map.png) no-repeat left top;
	background-size: 1.8rem auto;
}

.jxs .placeBox ul li dt .addyuyue {
	float: right;
	color: white;
	background: #c7000c;
	padding: 2px 4px;
	border: 1px solid #84030b;
}

.jxs .placeBox ul li dd {
	font-size: 1.0rem;
	color: #414446;
	margin-bottom: 0.5rem;
}

.jxs .placeBox ul li .tell,
.jxs .placeBox ul li .luxian {
	width: 49%;
	display: inline-block;
}

.jxs .placeBox ul li .tell {
	margin-right: 2%;
}

.shareWaysBox {
	position: relative;
}

.shareWaysBox .share_bt {
	width: 12%;
	height: 44%;
	top: 35%;
	position: absolute;
}

.shareWaysBox .share_qq {
	left: 15%;
}

.shareWaysBox .share_wx {
	left: 34%;
}

.shareWaysBox .share_wb {
	left: 53%;
}

.shareWaysBox .share_lj {
	left: 72%;
}

.shareWaysBox a {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: none !important;
}

.jxs .placeBox ul li dl .dizhi {
	padding-left: 2rem;
	background: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 0px;
}

.jxs .placeBox ul li dd a {
	color: #fff;
	display: block;
	padding-left: 3rem;
}

.jxs .placeBox ul li dd {
	width: 100%;
	padding: 0.75rem 0px;
	background: #3e4146;
	border-radius: 4px;
	font-size: 0.9rem;
}

.jxs .placeBox ul li .tell a {
	background: url(../images/tell.png) no-repeat 4% center;
	background-size: auto 90%;
}

.jxs .placeBox ul li .luxian a {
	background: url(../images/map2.png) no-repeat 4% center;
	background-size: auto 90%;
}

.jxs .txt p {
	margin-bottom: 1rem;
	color: #000;
}

.jxs .txt p strong {
	color: #000;
}

.yuyue p {
	margin-bottom: 1rem;
	font-size: 1rem;
	color: #000;
}

.yuyue strong {
	display: block;
	color: #000;
	font-size: 1rem;
}

.yuyue ul {
	margin-top: 1rem;
}

.yuyue ul li {
	margin-bottom: 1rem;
	color: #000;
}

.yuyue ul li span {
	display: block;
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
}

.yuyue ul li .redFont {
	color: #c7000c;
	font-style: normal;
	margin-right: 5px;
}

.yuyue ul li select {
	width: 98%;
	height: 2.4rem;
}

.yuyue ul li .text {
	width: 98%;
	height: 2.4rem;
	padding: 0px 2%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.yuyue ul li .text1 {
	width: 47%;
	margin-right: 4%;
}

.yuyue ul li .text2 {
	width: 47%;
}

.yuyue ul li .textarea {
	height: 6rem;
}

.yuyue .btn {
	padding-top: 2rem;
	text-align: center;
}

.yuyue .btn a {
	padding: 0.75rem 3rem;
	color: #fff;
	font-size: 1.2rem;
	background: #c7000c;
	display: inline-block;
	border-radius: 5px;
}


/*��Ʒ�����е�ͼ��*/
.tukuBox {
	background: #000;
	border-top: 1px solid #656565;
	padding-bottom: 3rem;
}

.tukuBox .h3 {
	border-bottom: 1px solid #fff;
}

.tukuBox .h3 span {
	color: #fff;
	background: #000;
}

.tukuBox .sly {
	width: 100%;
	height: 23.6rem;
	overflow: hidden;
}

.tukuBigbox {
	overflow: hidden;
}

.tukuBigbox dl {
	overflow: hidden;
	/* width:80%;*/
	float: left;
	width: 22.9rem;
}

.tukuBigbox dd {
	float: left;
	padding: 1px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.tukuBigbox dd a {
	display: block;
	position: relative;
}

.tukuBigbox dd a span {
	display: block;
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	text-align: center;
	font-size: 0.9rem;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.tukuBigbox dl.even dd:nth-child(3n-2),
.tukuBigbox dl.odd dd:nth-child(3n) {
	width: 22.9rem;
}

.tukuBigbox dl.even dd:nth-child(3n-1),
.tukuBigbox dl.even dd:nth-child(3n),
.tukuBigbox dl.odd dd:nth-child(3n-2),
.tukuBigbox dl.odd dd:nth-child(3n-1) {
	width: 11.45rem;
}

.tukuBox .scrollbar {
	width: 100%;
	height: 0.25rem;
	background: #ccc;
	margin-top: 1rem;
}

.tukuBox .scrollbar .handle {
	height: 0.25rem;
	position: absolute;
	/*margin-top: -0.125rem;*/
	background: rgb(204, 0, 0);
}

/*�̶����*/
.fixedBox {
	display: none;
	left: 0px;
	z-index: 2;
}

.fixedBox.fixed {
	position: fixed;
	top: 0px;
	/*top:4rem;*/
	left: 0px;
}

.fixedBox ul {
	height: 3.75rem;
	width: 32rem;
}

.fixedBox ul .backIndex {
	width: 3rem;
	height: 3.75rem;
	background: #212121;
	float: left;
}

.fixedBox ul .backIndex a {
	text-align: center;
}

.fixedBox ul .backIndex a img {
	vertical-align: middle;
	display: inline-block;
	line-height: 3.75rem;
	width: 60%;
}

.fixedBox ul .menuName {
	width: 29rem;
	line-height: 3.75rem;
	float: left;
	background: #c7000c;
}

.fixedBox ul li a {
	display: block;
	line-height: 3.75rem;
	height: 3.75rem;
}

.fixedBox ul .menuName a.on {
	background: #f2f2f2;
}

.fixedBox ul .menuName a.on .titleFont {
	color: #000;
	background: url(../images/mune_red.png) no-repeat left center;
	background-size: auto 40%;
}

.fixedBox ul .menuName .menuList {
	background: #f2f2f2;
	display: none;
}

.fixedBox ul .menuName .titleFont {
	margin: 0px 2rem;
	display: block;
	color: #fff;
	background: url(../images/mune.png) no-repeat left center;
	background-size: auto 40%;
	text-indent: 2.5rem;
}

.menuName .menuList dd {
	display: block;
	line-height: 3rem;
	padding: 0px 2rem;
	background: #f2f2f2;
}

.menuName .menuList dd.on {
	background: #c7000c;
}

.menuName .menuList dd.on a {
	color: #fff;
}

.menuName .menuList dd:first-child a {
	border-top: none;
}

.menuName .menuList dd a {
	color: #000;
	display: block;
	text-indent: 2.5rem;
	border-top: 1px solid #000;
	background: url(../images/down_red.png) no-repeat 2% center;
	background-size: auto 30%;
}

/*����*/
.More {
	padding-bottom: 2rem;
}

.More ul {
	overflow: hidden;
	border-bottom: 2px solid #fff;
}

.More ul li {
	background: #9d9c9a;
	line-height: 3rem;
	font-size: 1rem;
	float: left;
	border-left: 1px solid #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 33.333%;
	text-align: center;
	overflow: hidden;
}

.More ul li:nth-child(3n-2) {
	border-left: none;
}

.More ul li a {
	display: block;
	color: white;
}

.el-carousel__indicator {
	display: none !important;
}

#item3 .el-carousel__item img {
	width: 50%;
	box-sizing: border-box;
	padding: 1%;
	float: left;
}

#item2 .el-carousel__item img {
	width: 33.3%;
	box-sizing: border-box;
	padding: 1%;
	float: left;
}

#item3 .el-carousel,
#item3 .el-carousel__container {
	height: 122px;
}

#item2 .el-carousel__container {
	height: 82px;
}

.el-carousel {
	/*padding: 0 15px;*/
}

#item3 {
	margin-top: -2.75rem;
	margin-bottom: -2rem;
}

/*Ʒ�������*/
.pinzhi {}

.pinzhi .h2 {
	text-align: center;
	font-size: 2.2rem;
	font-weight: normal;
	color: #000;
	margin-bottom: 0.75rem;
	padding-top: 0.75rem;
}

.pinzhi .jieshao {
	font-size: 1.2rem;
	color: #000;
	margin-bottom: 2rem;
	text-align: center;
}

.pinzhi ul li {
	margin-bottom: 2rem;
	;
	overflow: hidden;
	position: relative;
}

.pinzhi ul li a {}

.pinzhi ul li .pic {
	width: 100%;
	height: 16.85rem;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}

.pinzhi ul li .pic img {
	width: 100%;
	height: 16.85rem;
}

/*.pinzhi ul li .txt{    position: absolute;left: 0px;top: 0px;background: #000;width: 100%;color: #fff;box-sizing: border-box;-webkit-box-sizing: border-box;}
.pinzhi ul li .txt a{display: block;color: #fff; width: 100%; height: 100%; position: absolute;  box-sizing: border-box;  padding: 2rem 2rem; box-sizing: border-box; -webkit-box-sizing: border-box;}
.pinzhi ul li .txt a.on{ background:url(../images/add2.png) no-repeat 95% 95%; background-size:2rem;}
.pinzhi ul li .txt h3{ font-size:1.8rem; font-weight:normal; margin:0px; padding-bottom:0.75rem;}
.pinzhi ul li .txt p{ font-size:1rem; line-height:1.4rem; padding-bottom:0.75rem;}*/
.pinzhi ul li .txt {
	background: #000;
	width: 100%;
	min-height: 16.85rem;
	padding: 2rem;
	color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.pinzhi ul li .txt a {
	display: block;
	color: #fff;
	width: 100%;
	height: 100%;
}

.pinzhi ul li .txt a.on {
	background: url(../images/add2.png) no-repeat 95% 95%;
	background-size: 2rem;
}

.pinzhi ul li .txt h3 {
	font-size: 1.8rem;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 0.75rem;
}

.pinzhi ul li .txt p {
	font-size: 1rem;
	line-height: 1.4rem;
	padding-bottom: 0.75rem;
}



.pinzhi ul li.even .txt {
	margin-top: 17.85rem;
}

.pinzhi ul li.even .pic {
	top: 0px;
}

.pinzhi ul li.odd .txt {
	margin-bottom: 17.85rem;
}

.pinzhi ul li.odd .pic {
	top: inherit;
	bottom: 0px;
}

/*�ͻ�����*/
.liuyan {
	padding-bottom: 2rem;
}

.liuyan .h2 {
	text-align: center;
	font-size: 2.2rem;
	font-weight: normal;
	color: #000;
	margin-bottom: 0.75rem;
	padding-top: 0.75rem;
}

.liuyan p {
	font-size: 1rem;
	color: #000;
	margin-bottom: 2rem;
}

.liuyantable ul li {
	margin-bottom: 1rem;
}

.liuyantable ul li span {
	display: block;
	font-size: 1.2rem;
	color: #000;
	margin-bottom: 0.5rem;
}

.liuyantable ul li .redFont {
	color: #F00;
	font-style: normal;
	margin-right: 2px;
}

.liuyantable ul li .text {
	width: 100%;
	padding: 0.5rem 4%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.liuyantable ul li .textarea {
	resize: none;
	min-height: 7rem;
	width: 100%;
}

.liuyantable .btn {
	padding-top: 2rem;
	text-align: center;
}

.liuyantable .btn .submit {
	padding: 0.75rem 3rem;
	color: #fff;
	font-size: 1.2rem;
	background: #c7000c;
	display: inline-block;
	border-radius: 5px;
	border: 0;
}

/*���̰���*/
.anli {
	padding-bottom: 2rem;
}

.anli .h2 {
	text-align: center;
	font-size: 2.2rem;
	font-weight: normal;
	color: #000;
	margin-bottom: 0.75rem;
	padding-top: 0.75rem;
}

.anli ul {
	overflow: hidden;
}

.anli ul li {
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 1rem;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.anli ul li:nth-child(2n) {
	margin-right: 0px;
}

.anli ul li span {
	font-size: 1rem;
	line-height: 1.3rem;
	display: block;
	padding: 0.5rem 1rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
}

.anli ul li img {
	text-align: center;
	max-height: 9.5rem;
	display: block;
	margin: 0 auto;
}

/*.anli ul li{ width:100%; overflow:hidden; margin-top:2rem;}
.anli ul li a{ display: block; border-bottom: 1px solid #ccc;}
.anli ul li a img{ display:block;border-bottom:3px solid #c7000c;}
.anli ul li a span{display: block;font-size: 1.0rem;color: #000; padding: 0.75rem 0px;}*/

/*��Ѷ*/
.zixun {}

.zixun .h2 {
	text-align: center;
	font-size: 2.2rem;
	font-weight: normal;
	color: #000;
	padding-top: 0.75rem;
}

.zixun ul {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.zixun ul li:first-child {
	margin-top: 0px;
}

.zixun ul li {
	border-bottom: 1px solid #ccc;
	margin-top: 2rem;
	overflow: hidden;
}

.zixun ul li .pic {
	width: 30%;
	float: left;
	height: 6.5rem;
	line-height: 5.5rem;
}

.zixun ul li .pic img {
	display: inline-block;
	vertical-align: middle;
}

.zixun ul li .txt {
	width: 66%;
	height: 6.5rem;
	float: right;
}

.zixun ul li .txt h3 {
	width: 100%;
	font-size: 1.2rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.zixun ul li .txt span {
	font-size: 0.8rem;
	display: block;
	margin-bottom: 0.5rem;
}

.zixun ul li .txt p {
	font-size: 0.8rem;
	line-height: 1.2rem;
	height: 2.4rem;
	margin: 0px 0px 0.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.zixun ul li:last-child {
	border-bottom: none;
}

.zixunPages {
	padding-bottom: 2rem;
}

.zixunPages .h3 {
	padding: 0.75rem 5% 0.5rem;
	font-size: 1.6rem;
	font-weight: normal;
	color: #000;
	text-align: center;
}

.zixunPages .time {
	display: block;
	font-size: 0.9rem;
	color: #999;
	margin-bottom: 2rem;
	text-align: center;
}

.zxPages {}

/*Ʒ��*/
.pinpai {
	padding-bottom: 2rem;
}

.pinpai .h2 {
	text-align: center;
	font-size: 2.2rem;
	font-weight: normal;
	color: #000;
	padding-top: 0.75rem;
	margin-bottom: 0.75rem;
}

.pinpai img {
	margin: 0 auto;
	display: block;
}

.pinpai p {
	/* text-indent: 2em; */
	margin-bottom: 1.5rem;
	color: #434343;
	line-height: 1.75em;
}

.pinpai .Singpages {
	margin-top: 2rem;
}


/*museum*/
.museum {
	padding-bottom: 2rem;
}

.museum .h2 {
	text-align: center;
	font-size: 2.2rem;
	font-weight: normal;
	color: #000;
	padding-top: 0.75rem;
	margin-bottom: 0.75rem;
}

.museum .allplace p {
	padding-bottom: 0.75rem;
	font-size: 1rem;
	color: #333;
}

.museum .allplace p span {
	font-size: 1.2rem;
	color: #000;
	padding-bottom: 0.25rem;
	display: inline-block;
}

.smuseum {
	line-height: 2em;
	font-size: 1em;
}

/*��������*/
.Service {
	padding-bottom: 2rem;
}

.Service .h2 {
	text-align: center;
	font-size: 2.2rem;
	font-weight: normal;
	color: #000;
	padding-top: 0.75rem;
	margin-bottom: 0.75rem;
}

.Service p {
	margin-bottom: 1.5rem;
	color: #000;
	text-indent: 2em;
}

.Service ul {
	overflow: hidden;
}

.Service ul li {
	width: 5rem;
	height: 14rem;
	float: left;
	padding: 10px 5px;
	border: 1px solid #ccc;
	margin-right: 0.75rem;
	margin-bottom: 15px;
}

.Service ul li span {
	display: block;
	font-size: 1rem;
	padding-top: 0.5rem;
	color: #000;
	font-style: normal;
	line-height: 1.5rem;
}

.Service .span1 {
	display: block;
	text-indent: 2em;
	color: #000;
	margin-top: 1.0rem;
	line-height: 1.5rem;
}

.Service dl {}

.Service dd {
	/*margin-bottom:2rem;*/
}

.Service dd .pic {
	margin-bottom: 1.5rem;
}

.Service dd .txt {
	width: 100%;
	margin-bottom: 1.5rem;
	padding: 2rem;
	color: #fff;
	background: #000;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 1rem;
	line-height: 1.4rem;
}

/*index����*/
/* .iconBox {
	width: 90%;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	text-align: center;
	margin: 0px 5%;
	border-bottom: 1px solid #ccc;
} */
.org-color {
	color: #f2890c;
}

.iconBox {
	width: 95%;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	text-align: center;
	margin: 0px auto;
	border-bottom: 1px solid #ccc;
}

.iconBox ul {
	display: inline;
	text-align: center;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.iconBox ul li {
	display: inline-block;
	/*max-width:50px;*/
	width: 21%;
	/* margin-right: 4%; */
	text-align: center;
	margin-right: 5.2% 
}
.iconBox ul li:nth-child(4n){
	margin-right: 0;
}
.iconBox ul li a img {
	max-width: 50px;
	margin: 0 auto;
}

.iconBox ul li span {
	display: block;
	color: #000;
	font-size: 0.9rem;
	text-align: center;
	margin-top: 1rem;
	/* height: 2.2rem; */
	margin-bottom: 1rem;
	line-height: 1.1rem;
	overflow: hidden;
}

/* .iconBox ul li:nth-child(4) {
	margin-right: 0%;
}
 */
.iconBox ul li a {
	display: block;
}

.thirdBan {
	width: 100%;
	padding-top: 2rem;
	padding-bottom: 2rem;
	/*background:#000;*/
}

.thirdBan ul li {
	margin-bottom: 2%;
	min-height: 18.65rem;
	overflow: hidden;
	position: relative;
}

.thirdBan ul li a {
	color: #4b4542;
}

.thirdBan ul li .pic {
	width: 60%;
	float: left;
}

.thirdBan ul li .pic img {
	width: 100%;
}

.thirdBan ul li .txt {
	width: 38%;
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	padding: 5%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #b9aba3;
}

.thirdBan ul li .txt h3 ,
.thirdBan ul li .txt h3 p{
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 1rem;
	margin-top: 0px;
}

.thirdBan ul li .txt p {
	font-size: 0.9rem;
}

.thirdBan ul li:first-child {
	min-height: 10.4rem;
}

.thirdBan ul li.even .pic {
	float: right;
}

.thirdBan ul li.even .txt {
	right: inherit;
	left: 0px;
}

.thirdBan ul li:last-child {
	margin-bottom: 0px;
}

/*�µ���ҳ��Ʒ��Ϣ*/
.Indexproduct {
	/* margin-bottom:2rem;*/
}

.Indexproduct .Bigtitle {
	color: #fff;
}

.Indexproduct .Bigtitle a {
	display: block;
	color: #fff;
}

/*.Indexproduct #picScroll{ padding-top:0px;}*/
.Indexproduct .picScroll {
	color: #000;
	padding: 2rem 2% 1rem;
	position: relative;
	/*margin-bottom:1.5rem;*/
	background: #fff;
}

.Indexproduct .picScroll .h3 {
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 0.5rem;
}

.Indexproduct .picScroll .en {
	display: block;
	font-size: 0.9rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
	text-align: center;
}

.Indexproduct .picScroll p {}

.Indexproduct .picScroll .morea {
	width: 86%;
	padding-right: 9%;
	padding-left: 5%;
	font-size: 0.9rem;
	line-height: 1.4rem;
	margin-bottom: 1rem;
	height: 2.8rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: center;
	background: url(../images/add3.png) no-repeat right center;
	background-size: 6% auto;
}

.Indexproduct .picScroll .bd {
	text-align: center;
}

.Indexproduct .picScroll .bd ul {
	width: 100%;
	float: left;
}

.Indexproduct .picScroll .hd {
	/* position:absolute; top:0px; width:3rem; height:100%;*/
}

.Indexproduct .picScroll .hd .next {
	width: 2rem;
	height: 3rem;
	display: block;
	position: absolute;
	top: 62.5%;
	right: 2%;
	/*background-color:#aaaaaa;*/
	background-image: url(../images/right_on1.png);
	background-repeat: no-repeat;
	background-position: center;
	/*background:url(../images/right_on.png) no-repeat center;*/
	background-size: 50% auto;
}

.Indexproduct .picScroll .hd .prev {
	width: 2rem;
	height: 3rem;
	display: block;
	position: absolute;
	top: 62.5%;
	left: 2%;
	/*background-color:#aaaaaa;*/
	background-image: url(../images/left_on1.png);
	background-repeat: no-repeat;
	background-position: center;
	/*background:url(../images/left_on.png) no-repeat center;*/
	background-size: 50% auto;
}

.Indexproduct .picScroll .hd .nextStop {
	display: none;
}

.Indexproduct .picScroll .hd .prevStop {
	display: none;
}


.Indexproduct .picScroll li {
	width: 33%;
	float: left;
	position: relative;
}

.Indexproduct .picScroll span {
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	font-size: 1.0rem;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
}

.Indexproduct .picScroll li:nth-child(3n-2) {
	width: 66%;
	margin-right: 1%;
}

.Indexproduct .picScroll li:nth-child(3n-1) {
	margin-bottom: 1px;
}

.Indexproduct .picScroll .more {
	display: block;
	width: 10%;
	height: 2rem;
	margin-bottom: 1rem;
	background: url(../images/add3.png) no-repeat center;
	background-size: auto 75%;
	float: right;
	/*position:absolute; right:3%; bottom:0.5rem;*/
}

/*�ռ�&��Ʒ�б�*/
.product {}

.product .h2 {
	text-align: center;
	font-size: 2.2rem;
	font-weight: normal;
	color: #000;
	margin-bottom: 0.75rem;
	padding-top: 0.75rem;
}

.product .jieshao {
	font-size: 1.2rem;
	color: #000;
	margin-bottom: 2rem;
	text-align: left;
}

.product .jieshao a .showicon {
	display: inline-block;
	height: 1.2rem;
	padding-right: 1.2rem;
	background: url(../images/show.png) no-repeat center right;
	background-size: auto 75%;
	font-size: 1rem;
}

.product .jieshao a .hideicon {
	display: inline-block;
	height: 1.2rem;
	padding-right: 1.2rem;
	background: url(../images/hide.png) no-repeat center right;
	background-size: auto 75%;
	font-size: 1rem;
}

.newChooseBig {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 1rem;
}

.bigxuanze {
	border-top: 1px solid #c7000c;
}

.bigxuanze ul {
	overflow: hidden;
	height: 3rem;
	border-bottom: 1px solid #c7000c;
}

.bigxuanze li {
	width: 33.33%;
	height: 3rem;
	line-height: 3rem;
	font-size: 1.2rem;
	display: block;
	text-align: center;
	float: left;
	border-right: 1px solid #c7000c;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.bigxuanze li:nth-child(3) {
	border-right: none;
}

.bigxuanze li a {
	height: 3rem;
	display: block;
	color: #000;
}

.bigxuanze li.active a {
	background: #c7000c;
	color: #fff;
}

.ChoosedBox {
	padding: 0.75rem 4% 0px;
	overflow: hidden;
	border-bottom: 1px solid #c7000c;
}

.ChoosedBox dd {
	margin-bottom: 0.75rem;
	float: left;
	margin-right: 0.75rem;
	display: inline-block;
}

.ChoosedBox dd span {
	display: inline-block;
	height: 2.5rem;
	padding: 0px 1.2rem;
	color: #fff;
	font-size: 1rem;
	line-height: 2.5rem;
	float: left;
	background: #c7000c;
}

.ChoosedBox dd a {
	display: block;
	float: left;
	width: 2.5rem;
	height: 2.5rem;
	background-image: url(../images/close2.png);
	background-color: #aaaaaa;
	background-position: center;
	background-size: auto 100%;
	border-left: 1px solid #fff;
}

.clearAll {
	padding: 0px 1.2rem;
	color: #fff;
	background: #c7000c;
	height: 2.5rem;
	line-height: 2.5rem;
	display: inline-block;
	float: right;
	margin-bottom: 0.75rem;
}

.xzItem {
	border-bottom: 1px solid #c7000c;
	padding: 0.75rem 4% 0px;
	overflow: hidden;
	display: none;
}

.xzItem .childbox {
	width: 90%;
	float: left;
}

.xzItem .childbox .none {
	display: none;
}

.xzItem .childbox a {
	display: inline-block;
	height: 2.5rem;
	line-height: 2.5rem;
	padding: 0px 1.2rem;
	background: #aaaaaa;
	color: #fff;
	float: left;
	margin-right: 0.75rem;
	margin-bottom: 0.75rem;
}

.xzItem .childbox a.unch {
	background: #c7000c;
	cursor: not-allowed;
}

.xzItem .closechildbox {
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	background-image: url(../images/close2.png);
	background-color: #c7000c;
	background-position: center;
	background-size: auto 100%;
	position: absolute;
	right: 4%;
	bottom: 0.75rem;
}

.xilieTxt {
	margin-bottom: 2rem;
	padding-bottom: 0.5rem;
	color: #000;
	text-indent: 2em;
}

/*��Ʒ�б�*/
.productPicList {
	/*padding-bottom:2rem;*/
}

.productPicList ul {
	overflow: hidden;
}

/*.productPicList li{ width:33.333%; float:left; padding:1px; box-sizing:border-box; -webkit-box-sizing:border-box; }
.productPicList li a{ display:block;position:relative;}
.productPicList li a span{width: 100%;height: 2rem; text-align:center;line-height: 2rem;font-size:0.9rem;display: block;position: absolute;left: 0px;bottom: 0px;background: rgba(0,0,0,0.6);color: #fff;}
.productPicList .leftUl li:nth-child(1){ width:66.666%;}
.productPicList .rightUl .box li{ width:100%;}
.productPicList .rightUl .box:nth-child(1){ width:33.333%; float:left;}
.productPicList .rightUl .box:nth-child(2){ width:66.6666%; float:right;}*/
.productPicList li {
	margin-bottom: 2rem;
	width: 100%;
	position: relative;
}

.productPicList li a {
	display: block;
}

.productPicList li span {
	display: block;
	width: 100%;
	padding-left: 1.5rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 2.4rem;
	font-size: 1.1rem;
	color: #fff;
	line-height: 2.4rem;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url(../images/add2.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: auto 56%;
}

.LookMore {
	text-align: center;
	margin-bottom: 1.5rem;
	display: none;
}

.LookMore a {
	display: block;
	text-align: center;
	font-size: 1.2rem;
}

.LookMore .animation_image {
	text-align: center;
	height: 1.2rem;
	line-height: 1.2rem;
	display: none;
}

.LookMore .animation_image img {
	display: inline-block;
	vertical-align: middle;
}

/*publish css*/
.scrollMove {
	transform: translateY(130%);
	-webkit-transform: translateY(130%);
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/*brand*/
.designLsit,
.img1,
.img10,
.img2,
.img3,
.img4,
.img5,
.img5_list,
.img6,
.img6_img,
.img9,
.img9 dl,
.img9 ul,
.list,
.rightlist,
.rightlist dl {
	position: relative;
	width: 100%;
}

.img1>h3 {
	position: absolute;
	top: 20%;
	left: 5%;
	width: 52%;
	color: #313131;
	font-size: 1.7rem;
}

.img10>.txt,
.img2>.txt,
.img4>.txt,
.img6>.txt {
	float: left;
	width: 65%;
	color: #000;
}

.img2>.txt p,
.img4>.txt p {
	color: #434343;
}

.img10>.pic1,
.img2>img,
.img4>img,
.img6>img {
	float: right;
	margin-top: 5%;
	width: 30%;
}

.img4>img {
	margin-top: 30%;
}

.img3>h3 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 66%;
	color: #fff;
	font-size: 1.7rem;
}

.img5>h3 {
	position: absolute;
	right: 2%;
	bottom: 10%;
	width: 66%;
	color: #313131;
	text-align: right;
	font-size: 1.7rem;
}

.img5_list {
	margin-top: 10px;
}

.list>.leftlist {
	float: left;
	margin-bottom: 3px;
	width: 30%;
	height: 9rem;
	background: #585e67;
	color: #fff;
}

.English .leftlist {
	height: 13rem;
}

.leftlist>span {
	display: block;
	padding: 30% 15%;
	font-size: 1.2rem;
	font-family: "΢���ź�";
}

.list>.rightlist {
	float: right;
	margin-bottom: 3px;
	width: 69%;
	height: 9rem;
	background: #e5e5e5;
	color: #414446;
}

.English .rightlist {
	height: 13rem;
}

.designLsit {
	padding: 10% 0;
}

.designLsit>li {
	display: inline-block;
	margin: 0 5%;
	width: 21%;
}

.rightlist dl dd {
	display: inline-block;
	margin: 10% 1%;
	width: 21%;
	color: #414446;
}

.English .rightlist dl dd {
	margin: 20% 1%;
}

.rightlist>.titleP {
	float: right;
	margin: 5%;
	width: 25%;
}

.English .rightlist>.titleP {
	margin: 15% 5%;
}

.rightlist>.p1 {
	margin: 8% 4%;
	width: 59%;
	color: #414446;
}

.English .rightlist>.p1 {
	margin: 15% 4%;
}

.img6_img>h3 {
	position: absolute;
	bottom: 0;
	left: 1%;
	width: 91%;
	color: #313131;
	font-size: 1.7rem;
}

.img6>.txt {
	margin: 5px 0;
}

.img6>.txt h1 {
	margin: 3px 0;
}

.img10>.txt p,
.img6>.txt p {
	margin-bottom: 3px;
	color: #434343;
	text-indent: 0;
}

.img6>img {
	margin-top: 10%;
}

.pinpai2 h1,
.pinpai2 h2 {
	margin: 10px 0 3px;
	color: #000;
	font-size: 1.17em;
}

.img9 {
	background-color: #e5e5e5;
}

.img9 dl dd {
	float: left;
	width: 50%;
	height: 12.3rem;
}

.img9 dl dd img {
	height: 9.5rem;
}

.img9 dl dd span {
	padding-left: 15px;
	background: url(../images/brand/block_icon.jpg) no-repeat left 3px;
}

.img9 ul {
	padding-bottom: 10px;
}

.img9 ul li {
	display: inline-block;
	width: 24%;
}

.img10>.ptop1 {
	margin-top: 15%;
}

.img10>.ptop2 {
	margin-top: 2%;
}

.img10>.pic2,
.img10>.pic3 {
	margin-top: 10px;
}

#allmap {
	width: 100%;
	height: 18rem;
	margin-bottom: 1.5rem;
}

/* 浮动 */
#fun-box {
	width: 50px;
	height: auto;
	background: #FFFFFF;
	position: fixed;
	right: 0;
	bottom: 10vh;
	box-shadow: 0 0 5px #EEEEEE;
	border-radius: 5px 0 0 5px;
	z-index: 999;
}

#fun-box .fun-list-icon {
	width: 100%;
	height: auto;
	padding: 10px 0;
	box-sizing: border-box;
	color: #9d9d9d;
	text-align: center;
	cursor: pointer;
}

#fun-box .fun-list-icon span {
	font-size: 25px;
	line-height: 1;
}

#fun-box .fun-list-icon div {
	line-height: 1;
	font-size: 10px;
}

#fun-box a {
	color: #9d9d9d;
}

#fun-box a:hover,
#fun-box .fun-list-icon:hover {
	color: #ea8d00;
}

#fun-box .fun-code {
	display: none;
	position: absolute;
	width: 130px;
	height: 130px;
	padding: 5px;
	background: #FFFFFF;
	top: 0;
	left: -140px;
	box-shadow: 0 0 5px #EEEEEE;
	border-radius: 5px 0 0 5px;
}

#fun-box .fun-code img {
	width: 100%;
}

#fun-box .fun-wx:hover .fun-code {
	display: block;
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		-ms-transform: translateY(100px);
		transform: translateY(100px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		-ms-transform: translateY(100px);
		transform: translateY(100px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@media only screen and (min-width:320px) {
	html {
		font-size: 10px !important;
	}
}

@media only screen and (min-width:360px) {
	html {
		font-size: 11.25px !important;
	}
}

@media only screen and (min-width:375px) {
	html {
		font-size: 11.71875px !important;
	}
}

@media only screen and (min-width:414px) {
	html {
		font-size: 12.9375px !important;
	}
}

@media only screen and (min-width:640px) {
	html {
		font-size: 20px !important;
	}
}

html {
	font-size: calc(200vw/64) !important;
}



.bottom_left {
	width: 100%;
}

.contactus-img {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.contactus-img .code {
	flex-shrink: 0;
	width: 9rem;
	height: 9rem;
	overflow: hidden;
	border: 1px solid #F2F2F2;
}

.contactus-img .code img {
	width: 100%;

}

.contactus-img .icon-img {
	width: 3rem;
}

hr {
	border: none;
	height: 1px;
	background-color: #e5e5e5;
	margin: 1rem auto;
}
.pinpai-recruit p{
	margin-bottom: 0.5rem;
}