/*首页*/

.index-box {
	overflow: hidden;
}

.index-banner,
.index-banner .flexslider,
.index-banner .flexslider .slides,
.index-banner .flexslider .slides li {
	overflow: hidden;
}

.index-banner .flexslider .slides li {
	float: left;
}

.index-banner .flexslider .slides li a {
	display: block;
	overflow: hidden;
}

.index-banner .flexslider .slides li img {
	width: 100%;
	float: left;
}

.index-banner .flex-control-nav {
	position: absolute;
	bottom: 16px;
	left: 35px;
	z-index: 2;
	text-align: left;
}

.index-banner .flex-control-nav li a {
	background: url(../images/index-po.png) 0px 0px no-repeat !important;
	height: 9px;
	width: 9px;
}

.index-banner .flex-control-nav li a.flex-active {
	background: url(../images/index-po.png) -20px 0px no-repeat !important;
}

.index-banner .flex-direction-nav a.flex-prev {
	left: 20px !important;
}

.index-banner .flex-direction-nav a.flex-next {
	right: 10px;
}

.index-box1 {
	overflow: hidden;
	padding-top: 22px;
	padding-bottom: 22px;
	border-bottom: 1px solid #e5e5e5;
}

.index-title {
	overflow: hidden;
	text-align: center;
	height: 75px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 21px;
}

.index1-1 {
	width: 66.2%;
	/*	width: 768px;*/
	overflow: hidden;
	float: left;
}

.index1-1 .box {
	/*width: 70%;
/*	height: 260px;*/
	overflow: hidden;
}

.index1-1 .box a {
	display: block;
	overflow: hidden;
}

.index1-1 .box img,
.index1-2 .box img {
	width: 100%;
	float: left;
}

.index1-2 {
	overflow: hidden;
	float: right;
	width: 32.8%;
}

.index1-2 .box {
	/*	height: 260px;*/
	overflow: hidden;
	position: relative;
}

.index1-2 .box .video-play {
	background: url(../images/video-play.png) no-repeat center center;
	height: 72px;
	width: 72px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -36px;
	margin-left: -36px;
	cursor: pointer;
}

.index1-2 .box .index-video {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	z-index: -1;
	margin-left: -1px;
}

.index1-2 .box .index-video video {
	width: 100%;
	height: 100%;
	float: left;
	display: block;
}

.index-bottom {
	overflow: hidden;
	margin-top: 28px;
	margin-bottom: 45px;
}

.index-bo-box {
	overflow: hidden;
	display: block;
	width: 32.72%;
	/*	height: 185px;*/
	position: relative;
	float: left;
	margin-right: 0.9%;
}

.index-bo-box a {
	display: block;
	overflow: hidden;
}

.index-bo-box:hover .index-zz {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.index-zz {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background: url(../images/index-zz.png);
	z-index: 1;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.index-bo-box img {
	width: 100%;
	float: left;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.index-bo-box3 {
	margin-right: 0px;
}

.index-bo-box .txt-box {
	position: absolute;
	height: 80px;
	top: 50%;
	margin-top: -30px;
	left: 21%;
	z-index: 3;
}

.index-bo-box .txt-box .cn {
	font-size: 12px;
	color: rgba(215, 150, 1, 0.8);
	overflow: hidden;
	line-height: 20px;
	margin-bottom: 4px;
	position: relative;
}

.index-bo-box .cn::before {
	color: #efefef;
	content: attr(data-hover);
	position: absolute;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s
}

.index-bo-box .txt-box .en {
	font-size: 19px;
	color: rgba(215, 150, 1, 0.8);
	overflow: hidden;
	line-height: 22px;
	font-family: 'Aparajita';
	margin-bottom: 4px;
	position: relative;
}

.index-bo-box .en::before {
	color: #efefef;
	content: attr(data-hover);
	position: absolute;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s
}

.index-bo-box:hover .en::before,
.index-bo-box:hover .cn::before {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0;
}

.index-bo-box .txt-box .more {
	background: url(../images/index-bo-more.png) no-repeat center center;
	height: 28px;
	width: 28px;
	overflow: hidden;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
}

.index-bo-box:hover .txt-box .more {
	background: url(../css02/series-more.png) no-repeat center center;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	transform: scale(0.9);
}

.index-bo-box:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}


/*产品*/

.series-box,
.show-box {
	position: relative;
}

.series-sx {
	overflow: hidden;
	height: 48px;
	z-index: 101;
	background: #fff;
}

.series-sx .select-box {
	overflow: hidden;
	font-size: 16px;
	font-family: 'Aparajita';
	color: #000000;
	float: right;
	position: relative;
}

.series-sx .select-box label {
	font-size: 16px;
	font-family: 'Aparajita';
	color: #000000;
	background: url(../images/select-box.png) no-repeat 87% 50%;
	display: block;
	line-height: 52px;
	height: 48px;
	padding-right: 60px;
	cursor: pointer;
}

.select-box select {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	opacity: 0;
	cursor: pointer;
}

@media only screen and (min-width: 1021px) {
	.series-li {
		-webkit-backface-visibility: hidden;
		-webkit-transition: opacity 0.4s linear, -webkit-transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
		-moz-transition: opacity 0.4s linear, -moz-transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
		-o-transition: opacity 0.4s linear, -o-transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
		-ms-transition: opacity 0.4s linear, -ms-transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
		transition: opacity 0.4s linear, transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
	}
	.series-list .series-li.blur {
		box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 1);
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-o-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0.7;
	}
	.series-list .series-li.active {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-o-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
		box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 1), 1px 11px 15px 10px rgba(0, 0, 0, 0.4);
		z-index: 100;
		opacity: 1;
	}
}

.series-li {
	overflow: hidden;
	float: left;
	position: relative;
	margin-right: 2%;
	width: 23%;
	margin-bottom: 2.5%;
}

.series-top {
	overflow: hidden;
}

.series-list {
    padding-top: 2.2%;
    display: table;
    width: 100%;
}

.series-top-box {
	width: 48.9%;
	overflow: hidden;
	float: left;
	margin-right: 2.2%;
	position: relative;
}

.series-top-box img,
.series-li img {
	width: 100%;
	float: left;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: progid: DXImageTransform.Microsoft.BasicImage(grayscale=1);
}

.series-top-box .series-img,
.series-li .series-img,
.series-top-box:hover .series-img,
.series-li:hover .series-img {
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
	opacity: 1;
}

.series-top-box:hover .series-img,
.series-li:hover .series-img {
	opacity: 0;
}

.series-top-box a,
.series-li a {
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

.series-top-box .series-li-txt,
.series-li .series-li-txt {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.series-more {
	width: 28px;
	height: 28px;
	background: url(../css02/series-more.png) no-repeat center center;
	background-size: 100% 100%;
	right: 5%;
	bottom: -20%;
	position: absolute;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
}

.series-top-box:hover .series-more,
.series-li:hover .series-more {
	bottom: 4%;
	opacity: 1;
}

.series-txt {
	font-size: 18px;
	font-family: 'Aparajita';
	color: #fff;
	background: #000000;
	position: absolute;
	bottom: 12%;
	height: 42px;
	line-height: 47px;
	padding: 0px 16px;
	margin: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	max-width: 70%;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.series-top-box:hover .series-txt,
.series-li:hover .series-txt {
	opacity: 1;
}

.series-li .series-more {
	width: 20px;
	height: 20px;
}

.series-li .series-txt {
	font-size: 14px;
	height: 34px;
	line-height: 37px;
	padding: 0px 16px;
}

.series-fr {
	margin-right: 0px;
}


/*新闻列表*/

.list-new-box {
	overflow: hidden;
	padding-top: 58px;
}

.new-top {
	overflow: hidden;
	height: 38px;
	line-height: 48px;
	text-align: center;
}

.new-top .en {
	font-size: 30px;
	color: #333333;
	display: inline-block;
	vertical-align: top;
	padding: 0px 18px;
}

.new-top .cn {
	font-size: 16px;
	display: inline-block;
	line-height: 16px;
	height: 16px;
	vertical-align: top;
	padding: 0px 18px;
	border-left: 1px solid #b2b2c0;
	margin-top: 13px;
}

.new-select-box {
	overflow: hidden;
	height: 40px;
	background: #fff;
	z-index: 3;
}

.new-select1 {
	display: block;
	float: left;
	position: relative;
	font-size: 14px;
	color: #555555;
	line-height: 40px;
	padding: 0px 12px;
	margin-right: 8px;
	overflow: hidden;
}

.new-select2 {
	display: block;
	float: left;
	position: relative;
	font-size: 18px;
	color: #c2c1c1;
	line-height: 40px;
	padding: 0px 12px;
	font-family: 'Aparajita';
	overflow: hidden;
}

.new-select2 label {
	font-family: 'Aparajita';
	font-size: 18px;
	height: 37px;
	padding-top: 3px;
	display: block;
}

.new-select3 {
	display: block;
	float: right;
	position: relative;
	font-size: 16px;
	color: #000000;
	line-height: 40px;
	padding: 0px 5px;
	font-family: 'Aparajita';
	overflow: hidden;
}

.new-select3 label {
	font-family: 'Aparajita';
	font-size: 16px;
	height: 37px;
	padding-top: 3px;
	display: block;
	background: url(../images/new-select3.png) no-repeat center right;
	padding-right: 23px;
}

.list-news {
	overflow: hidden;
	border-top: 1px solid #cccccc;
}

.new-li {
	overflow: hidden;
	border-bottom: 1px dotted #c2c1c1;
}

.new-li a {
	display: block;
	overflow: hidden;
	padding: 23px 0px;
}

.new-li .img {
	width: 252px;
	height: 153px;
	overflow: hidden;
	float: left;
	margin-right: 27px;
	margin-left: 8px;
}

.new-li .img img {
	width: 100%;
	float: left;
}

.new-li-txt {
	position: relative;
	overflow: hidden;
}

.new-li-txt .title {
	font-size: 14px;
	color: #00002f;
	font-weight: bold;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 12px;
	margin-top: 2px;
	padding-right: 70px;
}

.new-li-txt .txt {
	font-size: 12px;
	color: #00002f;
	line-height: 24px;
	overflow: hidden;
	text-align: justify;
	height: 48px;
	margin-bottom: 8px;
}

.new-li-txt .time {
	font-size: 12px;
	color: #8d8d98;
	line-height: 20px;
	overflow: hidden;
}

.new-li-txt .more {
	font-size: 14px;
	color: #00002f;
	position: absolute;
	right: 0px;
	top: 4px;
	line-height: 24px;
	height: 20px;
	overflow: hidden;
}

.new-li.last {
	border-bottom: none;
}

.new-li * {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.new-li:hover .title,
.new-li:hover .txt,
.new-li:hover .time,
.new-li:hover .more {
	color: #d8ad76;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}


/*联系我们*/

.contcat-box {
	overflow: hidden;
	padding-top: 71px;
}

.contcat-top {
	overflow: hidden;
	height: 42px;
	line-height: 48px;
	text-align: center;
	margin-bottom: 11px;
	margin-top: 10px;
}

.contcat-top .en {
	font-size: 30px;
	color: #333333;
	display: inline-block;
	vertical-align: top;
	padding: 0px 18px;
}

.contcat-top .cn {
	font-size: 16px;
	display: inline-block;
	line-height: 16px;
	height: 16px;
	vertical-align: top;
	padding: 0px 18px;
	border-left: 1px solid #b2b2c0;
	margin-top: 13px;
}

.contcat-map {
	overflow: hidden;
	border-top: 1px solid #cccccc;
}

.contcat-map .top {
	overflow: hidden;
	font-size: 13px;
	color: #666666;
	text-align: center;
	line-height: 26px;
	padding-top: 26px;
	margin-bottom: 6px;
}

.contcat-map .phone {
	overflow: hidden;
	font-size: 26px;
	color: #666666;
	text-align: center;
	line-height: 36px;
	margin-bottom: 24px;
}

.contcat-map .map {
	height: 290px;
	overflow: hidden;
	max-width: 946px;
	margin: auto;
	margin-bottom: 45px;
}

.contcat-map .add {
	overflow: hidden;
	color: #828282;
	font-size: 13px;
	max-width: 946px;
	margin: auto;
	margin-bottom: 50px;
}

.contcat-map .add p {
	line-height: 24px;
	background: url(../images/contcat-add.png) no-repeat;
	background-position: 12px 1px;
	padding-left: 48px;
	color: #828282;
	font-size: 13px;
}

.contcat-map .add span {
	font-size: 14px;
	color: #3d3d3d;
	padding-right: 12px;
}

.contcat-box2 {
	overflow: hidden;
	border-top: 1px dotted #c2c1c1;
	padding-top: 52px;
}

.contcat-box2 .title {
	text-align: center;
	font-size: 45px;
	color: #2d2d2d;
	line-height: 55px;
}

.contcat-box2 .top-txt {
	text-align: center;
	font-size: 12px;
	color: #828282;
	line-height: 20px;
	margin-bottom: 40px;
}

.contcat-txt {
	overflow: hidden;
	margin: auto;
	max-width: 900px;
	padding-bottom: 63px;
}

.contcat-input {
	display: inline-block;
	overflow: hidden;
}

.contcat-input label,
.contcat-textarea label {
	font-size: 13px;
	color: #0b0b0b;
	display: inline-block;
	line-height: 39px;
	width: 67px;
	text-align: right;
	margin: 0px 4px;
	vertical-align: top;
}

.contcat-inputs {
	display: inline-block;
	height: 37px;
	line-height: 37px;
	border: 1px solid #a2a2a2;
	font-size: 13px;
	padding: 0px 14px;
	width: 335px;
	margin-bottom: 10px;
	overflow: hidden;
	vertical-align: top;
}

.contcat-inputs input {
	font-size: 13px;
	width: 100%;
	height: 37px;
	line-height: 37px;
	background: none;
	border: none;
}

.contcat-textarea {
	display: inline-block;
	overflow: hidden;
}

.contcat-textareas {
	border: 1px solid #a2a2a2;
	overflow: hidden;
	width: 793px;
	display: inline-block;
	vertical-align: top;
	padding: 10px 10px;
}

.contcat-textareas textarea {
	border: none;
	font-size: 13px;
	background: none;
	line-height: 22px;
	height: 88px;
	width: 100%;
}

.contcat-bt {
	overflow: hidden;
	margin-top: 20px;
	padding-left: 80px;
}

.contcat-bt .tijiao {
	overflow: hidden;
	width: 479px;
	height: 39px;
	background: #a2a1a1;
	float: left;
	margin-right: 12px;
	margin-bottom: 10px;
}

.contcat-bt .tijiao input {
	display: block;
	width: 100%;
	height: 39px;
	text-align: center;
	font-size: 13px;
	color: #ffffff;
	background: none;
	border: none;
	cursor: pointer;
}

.contcat-bt .yzm {
	height: 37px;
	line-height: 37px;
	border: 1px solid #a2a2a2;
	font-size: 13px;
	padding: 0px 14px;
	width: 201px;
	display: inline-block;
	margin-bottom: 10px;
}

.contcat-bt .yzm input {
	font-size: 13px;
	width: 100%;
	height: 37px;
	line-height: 37px;
	background: none;
	border: none;
}

.contcat-bt .yzm-img {
	overflow: hidden;
	width: 95px;
	display: inline-block;
	float: right;
	margin-bottom: 10px;
}

.contcat-bt .yzm-img img {
	float: left;
	max-width: 100%;
}


/*秀场*/

.show-box {
	overflow: hidden;
}

.show-txt {
	overflow: hidden;
	position: relative;
}

.show-txt .video-box {
	overflow: hidden;
	text-align: center;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.show-txt .video-box img {
	float: left;
	max-width: 100%;
	width: 100%;
}

.show-txt .video-box .video-play {
	background: url(../images/video-play.png) no-repeat center center;
	height: 72px;
	width: 72px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -36px;
	margin-left: -36px;
	cursor: pointer;
}

.show-txt .txt {
	text-align: center;
	font-size: 12px;
	color: #000000;
	line-height: 30px;
	margin-top: 17px;
	margin-bottom: 4%;
}

.show-txt .flex-control-nav {
	display: none;
}

.show-txt .flexslider,
.show-txt .flexslider .slides,
.show-txt .flexslider .slides li {
	overflow: hidden;
}

.show-txt .flex-direction-nav .flex-nav-prev {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -56px;
	background: url(../images/video-prev.png) no-repeat center center;
	overflow: hidden;
	z-index: 10;
}

.show-txt .flex-direction-nav .flex-nav-prev a,
.show-txt .flex-direction-nav .flex-nav-next a {
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
	text-indent: -1000px;
}

.show-txt .flex-direction-nav .flex-nav-next {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -56px;
	background: url(../images/video-next.png) no-repeat center center;
	overflow: hidden;
	z-index: 10;
}

.show-txt .video-txt {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 2;
	cursor: pointer;
}

.video-txt video {
	height: 100%;
	width: 100%;
	float: left;
}


/*关于我们*/

.about-box {
	overflow: hidden;
	padding-top: 58px;
}

.about-1,
.about-1 .top {
	overflow: hidden;
}

.about-1 .top {
	padding-top: 30px;
	position: relative;
	padding-bottom: 13px;
	margin-bottom: 42px;
}

.about-1 .top:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	width: 119px;
	height: 1px;
	left: 50%;
	margin-left: -60px;
	background: #999999;
}

.about-1 .top .cn {
	font-size: 16px;
	color: #666666;
	text-align: center;
	line-height: 16px;
}

.about-1 .top .en {
	font-size: 55px;
	color: #333333;
	text-align: center;
	line-height: 60px;
}

.about-txt {
	overflow: hidden;
}

.about-txt img {
	overflow: hidden;
	float: left;
	margin-right: 37px;
	margin-bottom: 12px;
	max-width: 50%;
}

.about-txt .img img {
	width: 100%;
	float: left;
}

.about-1 .img {
	float: left;
	margin-right: 37px;
}

.about-1 .title {
	overflow: hidden;
	color: #00002f;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 23px;
	margin-top: 20px;
}

.about-1 .txt-box {
	overflow: hidden;
}

.about-1 .txt-box .txt {
	overflow: hidden;
	font-size: 13px;
	color: #a0a0a9;
	line-height: 24px;
	text-align: justify;
}

.about-2 {
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 45px;
}

.about-2 .top {
	overflow: hidden;
	text-align: center;
	margin-bottom: 50px;
}

.about-2 .top .en {
	font-size: 24px;
	color: #222222;
	display: table;
	line-height: 30px;
	margin-bottom: 5px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.about-2 .top .en:before {
	display: block;
	height: 1px;
	background: #bcbcbc;
	position: absolute;
	content: '';
	width: 1000px;
	right: 210px;
	top: 12px;
}

.about-2 .top .en:after {
	display: block;
	height: 1px;
	background: #bcbcbc;
	position: absolute;
	content: '';
	width: 1000px;
	left: 210px;
	top: 12px;
}

.about-2 .top .cn {
	font-size: 14px;
	color: #00002f;
	display: block;
	overflow: hidden;
}

.about2-box {
	overflow: hidden;
}

.about2-box .img {
	overflow: hidden;
	width: 50%;
}

.about2-box .img img {
	width: 100%;
	float: left;
}

.about2-box.odd .img,
.about2-box.even .txt-box {
	float: left;
}

.about2-box.even .img,
.about2-box.odd .txt-box {
	float: right;
}

.about2-box .cn {
	font-size: 16px;
	color: #00002f;
	line-height: 16px;
	overflow: hidden;
}

.about2-box .en {
	font-size: 40px;
	color: #333333;
	line-height: 40px;
	overflow: hidden;
	margin-bottom: 6px;
}

.about2-box .txt {
	font-size: 13px;
	line-height: 24px;
	color: #5c5c5d;
	margin-bottom: 10px;
}

.about2-box .txt span {
	font-size: 13px;
	font-weight: bold;
	color: #5c5c5d;
}

.about2-box .txt-box {
	width: 50%;
	overflow: hidden;
	display: table;
}

.about2-box .txt-boxs {
	display: table-cell;
	vertical-align: middle;
	padding-left: 37px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}


/*店铺*/

.shop-box {
	overflow: hidden;
	padding-top: 104px;
}

.shop-box .show-txt .flex-direction-nav .flex-nav-prev,
.shop-box .show-txt .flex-direction-nav .flex-nav-next,
.join-box .show-txt .flex-direction-nav .flex-nav-prev,
.join-box .show-txt .flex-direction-nav .flex-nav-next {
	margin-top: -16px;
}

.shop-box .show-txt .flex-direction-nav .flex-nav-prev {
	left: 10px;
}

.shop-box .show-txt .flex-direction-nav .flex-nav-next {
	right: 10px;
}

.shop-add {
	overflow: hidden;
	padding-bottom: 25px;
}

.shop-top {
	overflow: hidden;
	line-height: 26px;
	border-bottom: 1px dotted #c2c1c1;
	padding: 43px 0px;
	padding-bottom: 33px;
}

.shop-top .en {
	font-size: 28px;
	color: #262626;
	overflow: hidden;
	padding-right: 10px;
	line-height: 28px;
	float: left;
}

.shop-top .cn {
	font-size: 18px;
	color: #c2c1c1;
	line-height: 20px;
	float: left;
}

.shop-bottom {
	overflow: hidden;
	margin-top: 20px;
}

.shop-search {
	overflow: hidden;
	/*	width: 423px;*/
	width: 54%;
	display: block;
	float: left;
}

.shop-title {
	overflow: hidden;
	font-size: 14px;
	color: #a2a1a1;
	line-height: 46px;
}

.shop-search-top,
.shop-sx-top {
	overflow: hidden;
	border-bottom: 1px dotted #c2c1c1;
	padding-bottom: 40px;
	margin-bottom: 27px;
}

.shop-search-top .search-box {
	overflow: hidden;
	width: 100%;
	height: 39px;
	background: #a2a1a1;
}

.shop-search-top .search-box input {
	width: 100%;
	height: 39px;
	line-height: 39px;
	text-align: center;
	border: none;
	background: none;
	font-size: 14px;
}

.shop-search-top .search-box input::-webkit-input-placeholder {
	color: #b9b8b8;
}

.shop-search-top .search-box input:-moz-placeholder {
	color: #b9b8b8;
}

.shop-search-top .search-box input::-moz-placeholder {
	color: #b9b8b8;
}

.shop-search-top .search-box input:-ms-input-placeholder {
	color: #b9b8b8;
}

.shop-sx {
	overflow: hidden;
	width: 44.5%;
	margin-right: 0.5%;
	float: right;
}

.shop-sx .shop-title {
	overflow: hidden;
	padding-left: 8px;
}

.shop-sx-top {
	overflow: hidden;
}

.shop-sx-top .dingwei {
	color: #a2a1a1;
	font-size: 14px;
	line-height: 39px;
	padding-left: 21px;
	padding-right: 36px;
	background: url(../images/dingwei.png) no-repeat;
	background-position: 90% 50%;
	cursor: pointer;
	float: left;
}

.shop-select-box {
	float: none;
	margin-left: 8px;
}

.shop-select {
	overflow: hidden;
	max-width: 174px;
	width: 35%;
	height: 37px;
	line-height: 37px;
	text-align: center;
	border: 1px solid #a2a2a2;
	position: relative;
	float: left;
	margin-right: 6px;
}

.shop-select label {
	font-size: 14px;
	color: #a2a1a1;
	display: block;
	cursor: pointer;
	text-indent: 25px;
}

.shop-select label:after {
	content: '';
	display: block;
	width: 37px;
	height: 37px;
	background: url(../images/shop-select.png) no-repeat center center;
	float: right;
}

.shop-select select {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	opacity: 0;
	cursor: pointer;
}

.shop-submit {
	overflow: hidden;
	height: 39px;
	line-height: 39px;
	width: 76px;
	background: #000000;
	float: left;
}

.shop-submit input {
	float: left;
	width: 100%;
	height: 39px;
	line-height: 39px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: none;
	border: none;
	cursor: pointer;
}

.search-map {
	overflow: hidden;
	width: 100%;
	text-align: center;
}

.search-map p {
	font-size: 14px;
	color: #000000;
	line-height: 22px;
	text-align: left;
	margin-bottom: 30px;
	padding-left: 15px;
}

.search-map img {
	max-width: 100%;
}

.shop-add-li {
	overflow: hidden;
	margin-left: 10px;
}

.shop-add-li .top {
	font-size: 15px;
	color: #000000;
	line-height: 26px;
	margin-bottom: 18px;
	padding-left: 10px;
}

.li-box {
	overflow: hidden;
}

.li-boxs {
	overflow: hidden;
	line-height: 22px;
	padding-top: 13px;
	padding-bottom: 13px;
	border-bottom: 1px solid #ededed;
}

.li-boxs .name {
	font-size: 14px;
	color: #000000;
	overflow: hidden;
	background: url(../images/li-boxs.png) no-repeat;
	background-position: 12px 5px;
	padding-left: 40px;
	display: block;
	margin-right: 15px;
}

.li-boxs .add {
	color: #b0b0b0;
	font-size: 13px;
	display: block;
	padding-right: 15px;
	padding-left: 40px;
}


/*加入我们*/

.join-box {
	overflow: hidden;
	padding-top: 76px;
}

.join-top {
	overflow: hidden;
	height: 70px;
	line-height: 76px;
	text-align: center;
	max-width: 558px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/join-top.jpg) no-repeat center bottom;
	background-position: 50% 70px;
	padding-bottom: 2px;
	position: relative;
	margin-bottom: 23px;
}

.join-top:before {
	content: '';
	display: block;
	height: 3px;
	width: 138px;
	background: #3f3f3f;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.join-top .en {
	font-size: 30px;
	color: #333333;
	display: inline-block;
	vertical-align: top;
	padding: 0px 18px;
}

.join-top .cn {
	font-size: 16px;
	display: inline-block;
	line-height: 16px;
	height: 16px;
	vertical-align: top;
	padding: 0px 18px;
	border-left: 1px solid #b2b2c0;
	margin-top: 27px;
	color: #666666;
}

.zp-box {
	overflow: hidden;
}

.zp-box-top {
	overflow: hidden;
	text-align: center;
	padding-top: 52px;
	padding-bottom: 15px;
}

.zp-select {
	display: inline-block;
	overflow: hidden;
	margin: 0px 13px;
	vertical-align: top;
	margin-bottom: 15px;
}

.zp-select span {
	font-size: 12px;
	color: #656565;
}

.zp-selects {
	display: inline-block;
	overflow: hidden;
	border-bottom: 1px solid #eff0f1;
	min-width: 109px;
	padding-left: 10px;
	padding-right: 15px;
	position: relative;
	height: 24px;
	line-height: 24px;
	background: url(../images/zp-selects.jpg) no-repeat center right;
	vertical-align: top;
}

.zp-selects label {
	font-size: 13px;
	color: #010101;
}

.zp-selects select {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0;
	cursor: pointer;
}

.zw-box {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 75px;
}

.zw-box:before {
	content: '';
	height: 100%;
	width: 1px;
	position: absolute;
	left: 13px;
	border-right: 1px dotted #898989;
	margin-top: 24px;
}

.zw-box .zw-top {
	overflow: hidden;
	cursor: pointer;
	position: relative
}

.zw-box .zw-top.on .em1 {
	width: 11px;
	height: 11px;
	background: #d8a86c;
	margin-top: -5px;
	left: 9px;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-ms-transition: background 0.5s;
}

.zw-box .zw-top .em1 {
	width: 7px;
	height: 7px;
	display: block;
	background: #a7a7a7;
	position: absolute;
	left: 11px;
	top: 50%;
	margin-top: -3px;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-ms-transition: background 0.5s;
}

.zw-box .zw-top.on .zw-top-box {
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-ms-transition: color 0.5s;
	color: #d8a86c;
}

.zw-top-box {
	border-bottom: 1px dotted #898989;
	margin-left: 38px;
	padding-left: 9px;
	overflow: hidden;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666666;
	font-size: 13px;
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-ms-transition: color 0.5s;
}

.zw-box .zw-top .name {
	display: inline-block;
	width: 42.5%;
}

.zw-box .zw-top .num {
	display: inline-block;
	width: 34%;
}

.zw-box .zw-top .time {
	display: inline-block;
}

.zw-box .zw-top .em2 {
	display: block;
	float: right;
	height: 17px;
	width: 17px;
	background: url(../images/em2.png) no-repeat center center;
	margin-right: 15px;
	margin-top: 3px;
}

.zw-box .zw-top.on .em2 {
	background: url(../images/em1.png);
}

.zw-box .zw-txt {
	overflow: hidden;
	padding: 20px 20px;
	font-size: 13px;
	color: #000000;
	line-height: 26px;
	margin-left: 38px;
	display: none;
	border-bottom: 1px dotted #898989;
}

.zw-txt p {
	font-size: 13px;
	color: #000000;
}


/*新闻详情*/

.new-box {
	overflow: hidden;
	padding-top: 80px;
}

.new-box .title {
	font-size: 18px;
	color: #1a3b63;
	overflow: hidden;
	padding-top: 19px;
	padding-bottom: 35px;
	border-bottom: 1px solid #cccccc;
	position: relative;
}

.new-box .title .new-cz {
	position: absolute;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
	display: table;
	height: 30px;
}

.new-box .title .new-cz a {
	font-size: 14px;
	color: #555555;
	line-height: 30px;
	display: block;
	float: left;
	margin-left: 8px;
	position: relative;
	overflow: hidden;
	width: 50px;
	text-align: center;
	cursor: pointer;
}

.new-box .title .new-cz a span {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	font-family: arial;
	font-size: 18px;
	color: #c2c1c1;
	font-family: 'Aparajita';
	line-height: 36px;
	background: #fff;
	display: none;
}

.new-box .title .new-cz a.next span {
	display: block;
}

.new-box .title .titles {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 26px;
	display: block;
}

.new-center {
	overflow: hidden;
	padding: 30px 18px;
	margin-top: 20px;
	margin-bottom: 10px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.new-center p {
	font-size: 13px;
	color: #828282;
	line-height: 26px;
}

.new-center img,
.new-center p img,
.new-center p * img {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
}

.new-top-r {
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 32px;
}

.new-top-r .time {
	color: #474545;
	font-size: 13px;
	float: left;
	line-height: 32px;
	margin-right: 25px;
}

.new-top-r .back {
	display: block;
	background: url(../images/back.png) no-repeat center center;
	width: 54px;
	height: 15px;
	float: left;
	margin-top: 8px;
	margin-right: 5px;
}

@media only screen and (min-width: 0px) and (max-width: 1180px) {
	.new-box {
		padding-top: 0px;
	}
	.shop-bottom {
		margin-top: 6px;
	}
	.shop-top {
		padding: 25px 0px;
		padding-bottom: 15px;
	}
	.shop-sx-top .dingwei {
		display: table;
		float: none;
		padding-left: 0px;
		margin-bottom: 13px;
	}
	.shop-sx .shop-title,
	.shop-select-box {
		padding-left: 0px;
		margin-left: 0px;
	}
	.shop-search-top,
	.shop-sx-top {
		padding-bottom: 23px;
	}
	.shop-search-top {
		margin-bottom: 0px;
	}
	.contcat-textareas {
		width: 457px;
	}
	.contcat-inputs {
		width: 449px;
	}
	.contcat-txt {
		width: 560px;
		padding-right: 70px;
	}
	.index-bo-box .txt-box {
		margin-top: -40px;
	}
	.search-map img {
		max-width: 80%;
	}
}

@media only screen and (min-width: 0px) and (max-width: 1020px) {
	.join-box {
		padding-top: 0px;
	}
	.shop-box {
		padding-top: 12px;
	}
	.contcat-map .map {
		height: 220px;
	}
	.contcat-map .map,
	.contcat-map .add {
		margin-bottom: 20px;
	}
	.contcat-box {
		padding-top: 5px;
	}
	.series-box,
	.show-box {
		padding-top: 0px !important;
	}
	.series-sx {
		top: auto !important;
		position: relative !important;
	}
	.series-more {
		display: none;
	}
	.series-txt {
		bottom: 0px;
		left: 0px;
		opacity: 1;
		text-align: center;
		padding: 0px 2.5% !important;
		width: 95%;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		background: rgba(0, 0, 0, 0.7);
		max-width: inherit;
	}
	.series-list .series-li:nth-child(3n) {
		margin-right: 0px !important;
	}
	.series-li {
		margin-right: 2.3%;
		width: 31.8%;
	}
	.series-img {
		opacity: 0 !important;
	}
	.list-new-box {
		padding-top: 15px;
	}
	.new-lists {
		overflow: hidden;
	}
	.main-pin {
		max-width: inherit;
	}
	.new-li a {
		padding: 15px 0px;
	}
	.about-box {
		padding-top: 8px;
	}
	.about-2 {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.about-1 .title {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.about-txt img {
		margin-right: 20px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 860px) {
	.shop-search,
	.shop-sx {
		width: auto;
		float: none;
	}
	.new-center {
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 15px 8px;
	}
	.new-box .title {
		padding-bottom: 19px;
	}
	.new-top-r,
	.new-box .title .new-cz {
		display: none;
	}
	.index-bo-box {
		width: auto;
		margin-right: 0px;
		float: none;
		margin-bottom: 15px;
	}
	.index-box1 {
		border-bottom: none;
	}
	.index-bottom {
		max-width: 90%;
		margin: 0px auto;
	}
	.index1-2 .box .video-play {
		width: 50px;
		height: 50px;
		margin-left: -25px;
		margin-top: -25px;
		background-size: 100% 100%;
	}
	.new-li .img {
		width: 180px;
		height: auto;
		margin-right: 15px;
	}
	.new-li-txt .title {
		margin-bottom: 0px;
	}
	.new-li-txt .txt {
		margin-bottom: 5px;
	}
	.contcat-txt {
		width: auto;
		padding-bottom: 30px;
		padding-right: 0px;
	}
	.contcat-input label,
	.contcat-textarea label {
		display: block;
		float: none;
		text-align: left;
	}
	.contcat-inputs,
	.contcat-textareas {
		width: auto;
		display: block;
	}
	.contcat-input,
	.contcat-textarea {
		display: block;
		overflow: hidden;
	}
	.contcat-box2 {
		padding-top: 30px;
	}
	.contcat-box2 .top-txt {
		margin-bottom: 15px;
	}
	.contcat-bt {
		padding: 0px;
	}
	.contcat-bt .tijiao {
		width: 100%;
	}
	.contcat-bt .yzm-img {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.show-txt .video-box .video-play {
		background: url(../images/video-play.png) no-repeat center center;
		background-size: 100% 100%;
		height: 50px;
		width: 50px;
		margin-top: -25px;
		margin-left: -25px;
	}
	.about2-box.even .img,
	.about2-box.odd .img,
	.about2-box.even .txt-box,
	.about2-box.odd .txt-box {
		float: none;
		max-width: 568px;
		margin-left: auto;
		margin-right: auto;
		width: auto;
		height: auto !important;
	}
	.about2-box .txt-box {
		display: block;
	}
	.about2-box .txt-boxs {
		display: block;
		padding: 25px 15px;
		text-align: left;
	}
}

@media only screen and (min-width: 0px) and (max-width: 640px) {
	
	.search-map img{
		max-width: 95%;
	}
	
	.zp-box-top {
		padding-top: 30px;
	}
	.zw-box .zw-txt {
		padding: 15px;
	}
	.zw-box .zw-top .name {
		width: auto;
	}
	.zw-top-box .num,
	.zw-top-box .time {
		display: none !important;
	}
	.about-2 {
		padding-bottom: 0px;
	}
	.about2-box .cn {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.about2-box .en {
		font-size: 30px;
		line-height: 26px;
	}
	.about2-box .txt {
		font-size: 12px;
		line-height: 22px;
	}
	.about-2 .top {
		margin-bottom: 30px;
	}
	.about-txt img {
		display: block;
		float: none;
		max-width: inherit;
		width: 100%;
		margin-bottom: 15px;
	}
	.about-1 .top {
		padding-top: 15px;
		padding-bottom: 0px;
		margin-bottom: 18px;
	}
	.about-1 .top .cn {
		font-size: 14px;
	}
	.about-1 .top .en {
		font-size: 40px;
		line-height: 50px;
	}
	.index-bo-box .txt-box {
		left: 40px;
	}
	.index-banner .flex-control-nav {
		position: absolute;
		bottom: 0px;
		left: 0px;
		z-index: 2;
		text-align: center;
	}
	.main-box.index {
		padding: 0px;
	}
	.index1-1,
	.index1-2 {
		width: auto;
		overflow: hidden;
		float: none;
		margin-bottom: 15px;
	}
	.index1-2 {
		margin-bottom: 0px;
	}
	.index1-1 .index-title,
	.index1-2 .index-title {
		width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.index1-2 .box {
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.index1-1 .index-title {
		background-position: -213px 50%;
	}
	.new-li .img {
		margin-left: 0px;
		width: 120px;
	}
	.new-li-txt .more {
		display: none;
	}
	.new-li-txt .title {
		line-height: 20px;
		height: 20px;
		margin-bottom: 3px;
		margin-top: 3px;
		padding-right: 10px;
	}
	.new-li-txt .txt {
		line-height: 20px;
		height: 40px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.new-li-txt .time {
		display: none;
	}
	.li-boxs .name {
		width: auto;
		float: none;
		display: block;
	}
	.li-boxs .add {
		padding-left: 40px;
	}
	.shop-select {
		margin-right: 6px !important;
		width: auto;
		max-width: initial;
		margin-bottom: 10px;
	}
	.shop-select label {}
}