* {
	-webkit-tap-highlight-color: transparent;
	margin: 0;
	padding: 0
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0
}

body {
	width: 100%;
	overflow-x: auto;
	line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

nav ul {
	list-style: none
}

ul li {
	list-style-type: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: none
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0;
	text-decoration: none
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: 700
}

del {
	text-decoration: line-through
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid#ccc;
	margin: 1em 0;
	padding: 0
}

input,
select {
	vertical-align: middle
}

a {
	text-decoration: none;
	color: #000;
	padding: 0;
	margin: 0;
	border: 0 none
}

img {
	border: 0
}

ul li {
	list-style-type: none
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none
}

input[type=number] {
	-moz-appearance: textfield
}

body {
	width: 100%;
	height: auto;
	background-color: #fff;
	color: #1a1a1a;
	font-family:  'PingFang SC', '黑体';
	font-size: 12px
}

body.fixed {
	height: 100vh;
	width: 100vw;
	overflow: hidden
}

input[type=checkbox],
input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0)
}

.pc {
	display: block !important
}

.mob {
	display: none !important
}

.header {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 102;
	background-color: #1a1a1a;	
}

.header.top {
	background-color: #1a1a1a
}

.header .wrap {
	width: 100%;
	height: 80px;
	position: relative;
	font-size: 14px;
	color: #fff
}

.header .wrap .left {
	display: inline-block;
	float: left;
	margin-left: 5.364%
}

.header .wrap .logo {
	height: 80px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -56px
}

.header .wrap .logo img {
	height: 100%;
	display: block
}

.header .wrap .logo img {
	height: 65px;
	margin-top: 8px
}

.header .wrap .right {
	display: inline-block;
	float: right;
	margin-right: 5.364%
}

.header .wrap .thelist>li {
	height: 80px;
	display: inline-block;
	float: left;
	margin-right: 49px;
	cursor: pointer
}

.header .wrap .left .thelist>li {
	margin-right: 19px;
	padding-right: 20px
}

.header .wrap .thelist>li:last-child {
	margin-right: 0
}

.header .wrap .thelist>li .label {
	height: 80px;
	line-height: 80px;
	position: relative;
	color: #fff
}

.header .wrap .thelist>li.active .label,
.header .wrap .thelist>li:hover .label {
	color: #bfa666
}

.header .wrap .thelist>li.btn_menu .label {
	padding-left: 31px
}

.header .wrap .thelist>li.btn_menu .label .i_menu {
	width: 20px;
	height: auto;
	position: absolute;
	left: 0;
	top: 30px
}

.header .wrap .thelist>li.btn_menu .label .i_menu i {
	width: 20px;
	height: 2px;
	display: block;
	margin-bottom: 6px;
	background-color: #fff
}

.header .wrap .thelist>li.btn_menu .label .i_menu i:nth-child(2) {
	transform: scaleX(.6);
	transform-origin: left;
	transition: transform .3s linear
}

.header .wrap .thelist>li.btn_menu:hover .label .i_menu i:nth-child(2) {
	transform: scaleX(1)
}

.header .wrap .thelist>li.btn_menu.active .label .i_menu i {
	width: 28px
}

.header .wrap .thelist>li.btn_menu.active .label .i_menu i:nth-child(1) {
	transform: translate(-2px, -2px) rotate(45deg);
	transform-origin: left center
}

.header .wrap .thelist>li.btn_menu.active .label .i_menu i:nth-child(2) {
	width: 20px;
	opacity: 0
}

.header .wrap .thelist>li.btn_menu.active .label .i_menu i:nth-child(3) {
	transform: translate(-2px, 2px) rotate(-45deg);
	transform-origin: left center
}

.header .wrap .thelist>li.btn_menu .label .i_menu i:last-child {
	margin-bottom: 0
}

.header .wrap .right .thelist>li .label {
	padding-right: 26px
}

.header .wrap .right .thelist>li .label:after,
.header .wrap .right .thelist>li .label:before {
	content: ' ';
	display: block;
	width: 16px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: left center;
	position: absolute;
	right: 0;
	top: 0
}

.header .wrap .right .thelist>li .label:after {
	display: none
}

.header .wrap .right .thelist>li.link_search .label:before {
	background-image: url(../image/i_search_white.svg)
}

.header .wrap .right .thelist>li.link_search .label:after {
	background-image: url(../image/i_search_gold.svg)
}

.header .wrap .right .thelist>li.link_watchlist .label:before {
	background-image: url(../image/i_like.svg)
}

.header .wrap .right .thelist>li.link_watchlist .label:after {
	background-image: url(../image/i_like_a.svg)
}

.header .wrap .right .thelist>li.btn_language .label:before {
	background-image: url(../image/i_language.svg)
}

.header .wrap .right .thelist>li.btn_language .label:after {
	background-image: url(../image/i_language_a.svg);
	display: none
}

.header .wrap .right .thelist>li:hover .label:before {
	display: none
}

.header .wrap .right .thelist>li:hover .label:after {
	display: block
}

.header .wrap .right .thelist>li.btn_language {
	position: relative
}

.header .wrap .left .thelist>li.active .label:after,
.header .wrap .left .thelist>li:hover .label:after {
	content: ' ';
	display: block;
	width: 40px;
	height: 3px;
	background-color: #bfa666;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px
}

.header .wrap .left .thelist>li.btn_menu.active .label:after,
.header .wrap .left .thelist>li.btn_menu:hover .label:after {
	display: none
}

.header .wrap .thelist>li .subnav_con {
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	cursor: default
}

.header .wrap .thelist>li.btn_language .subnav_con {
	top: 65px
}

.header .wrap .thelist>li.active .subnav_con,
.header .wrap .thelist>li:hover .subnav_con {
	display: block
}

.header .wrap .thelist>li:hover .subnav_con {
	z-index: 1
}

.header .wrap .thelist>li .subnav_con .language_list {
	width: 100px;
	height: auto;
	padding: 15px 0;
	background-color: rgba(46, 46, 46, .9);
	position: relative
}

.header .wrap .thelist>li .subnav_con .language_list:before {
	content: ' ';
	display: block;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid rgba(46, 46, 46, .9);
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -6px
}

.header .wrap .thelist>li .subnav_con .language_list>li {
	width: 100%
}

.header .wrap .thelist>li .subnav_con .language_list>li a {
	width: 100%;
	display: block;
	text-align: center
}

.header .wrap .thelist>li .subnav_con .language_list>li span {
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 36px
}

.header .wrap .thelist>li .subnav_con .language_list>li:hover span {
	color: #bfa666
}

.header .wrap .thelist>li .subnav_con .subnav_style1 {
	width: 100vw;
	height: auto;
	background-color: rgba(46, 46, 46, .9)
}

.header .wrap .thelist>li .subnav_con .subnav_style1 .subnav_list {
	height: 50px;
	display: table;
	margin: 0 auto
}

.header .wrap .thelist>li .subnav_con .subnav_style1 .subnav_list>li {
	display: inline-block;
	float: left;
	margin: 0 27px
}

.header .wrap .thelist>li .subnav_con .subnav_style1 .subnav_list>li.active,
.header .wrap .thelist>li .subnav_con .subnav_style1 .subnav_list>li.active a {
	color: #bfa666
}

.header .wrap .thelist>li .subnav_con .subnav_style1 .subnav_list>li span {
	font-size: 14px;
	line-height: 50px;
	color: #fff;
	display: block
}

.header .wrap .thelist>li .subnav_con .subnav_style1 .subnav_list>li.active span,
.header .wrap .thelist>li .subnav_con .subnav_style1 .subnav_list>li:hover span {
	color: #bfa666
}

.watchMenu_toast {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
	padding-top: 80px;
	background-color: #1a1a1a;
	display: none
}

.watchmenu_con {
	width: 100vw;
	height: calc(100vh - 80px);
	background-color: #fff;
	cursor: default;
	overflow-y: auto
}

.watchmenu_con .watchmenu_wrap {
	width: 1190px;
	height: auto;
	margin: 0 auto;
	padding: 80px 0 140px 0
}

.watchmenu_con .watchmenu_wrap .menu_watchSwiper_c {
	width: 100%;
	height: auto;
	position: relative
}

.watchmenu_con .watchmenu_wrap .menu_watchSwiper_c .menu_watchSwiper {
	width: 100%;
	height: auto;
	overflow: hidden
}

.watchmenu_con .watchmenu_wrap .menu_watchSwiper_c .menu_watchSwiper .menuSeries_list {
	width: 100%;
	height: auto;
	overflow: hidden
}

.watchmenu_con .watchmenu_wrap .menu_watchSwiper_c .menu_watchSwiper .menuSeries_list>li {
	width: 297px;
	height: auto;
	display: inline-block;
	float: left
}

.watchmenu_con .watchmenu_wrap .menu_watchSwiper_c .menu_watchSwiper .menuSeries_list>li:nth-child(1),
.watchmenu_con .watchmenu_wrap .menu_watchSwiper_c .menu_watchSwiper .menuSeries_list>li:nth-child(3) {
	margin-right: 1px
}

.watchmenu_con .watchmenu_wrap .menu_watchSwiper_c .menu_watchSwiper .menuSeries_list>li .thumb {
	width: 297px;
	height: 380px;
	overflow: hidden
}

.watchmenu_con .watchmenu_wrap .menu_watchSwiper_c .menu_watchSwiper .menuSeries_list>li .thumb img {
	width: 100%;
	display: block
}

.watchmenu_con .watchmenu_wrap .menu_watchSwiper_c .menu_watchSwiper .menuSeries_list>li .title {
	font-size: 16px;
	color: #1a1a1a;
	text-align: center
}

.watchmenu_con .watchmenu_wrap .menu_watchSwiper_c .menu_watchSwiper .menuSeries_list>li .title:after {
	content: ' ';
	display: block;
	width: 28px;
	height: 3px;
	background-color: transparent;
	margin: 12px auto 0 auto
}

.watchmenu_con .watchmenu_wrap .menu_watchSwiper_c .menu_watchSwiper .menuSeries_list>li:hover .title {
	color: #bfa666
}

.watchmenu_con .watchmenu_wrap .menu_watchSwiper_c .menu_watchSwiper .menuSeries_list>li:hover .title:after {
	background-color: #bfa666
}

.watchmenu_con .watchmenu_wrap .menu_watchSwiper_c .swiper-pagination {
	position: relative;
	margin-top: 49px
}

.watchmenu_con .watchmenu_wrap .menu_watchSwiper_c .swiper-pagination .swiper-pagination-bullet {
	width: 40px
}

.watchmenu_con .watchmenu_wrap .menu_watchSwiper_c .btn_prev {
	position: absolute;
	left: -68px;
	top: 50%;
	margin-top: -80px
}

.watchmenu_con .watchmenu_wrap .menu_watchSwiper_c .btn_next {
	position: absolute;
	right: -68px;
	top: 50%;
	margin-top: -80px
}

.watchmenu_con .watchmenu_wrap .look_list {
	display: table;
	margin: 130px auto 0 auto
}

.watchmenu_con .watchmenu_wrap .look_list>li {
	display: inline-block;
	float: left;
	margin: 0 20px
}

.watchmenu_con .watchmenu_wrap .look_list>li .icon {
	width: 48px;
	height: 48px;
	display: block;
	margin: 0 auto 24px auto;
	position: relative
}

.watchmenu_con .watchmenu_wrap .look_list>li .icon:after,
.watchmenu_con .watchmenu_wrap .look_list>li .icon:before {
	content: ' ';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center
}

.watchmenu_con .watchmenu_wrap .look_list>li .icon:after,
.watchmenu_con .watchmenu_wrap .look_list>li.active .icon:before,
.watchmenu_con .watchmenu_wrap .look_list>li:hover:not(.mobDom) .icon:before {
	display: none
}

.watchmenu_con .watchmenu_wrap .look_list>li.active .icon:after,
.watchmenu_con .watchmenu_wrap .look_list>li:hover:not(.mobDom) .icon:after {
	display: block
}

.watchmenu_con .watchmenu_wrap .look_list>li .icon.i_allwatch:before {
	background-image: url(../image/i_allwatch_black.svg)
}

.watchmenu_con .watchmenu_wrap .look_list>li .icon.i_allwatch:after {
	background-image: url(../image/i_allwatch_gold.svg)
}

.watchmenu_con .watchmenu_wrap .look_list>li .icon.i_allseries:before {
	background-image: url(../image/i_allseries_black.svg)
}

.watchmenu_con .watchmenu_wrap .look_list>li .icon.i_allseries:after {
	background-image: url(../image/i_allseries_gold.svg)
}

.watchmenu_con .watchmenu_wrap .look_list>li .icon.i_allfilter:before {
	background-image: url(../image/i_allfilter_black.svg)
}

.watchmenu_con .watchmenu_wrap .look_list>li .icon.i_allfilter:after {
	background-image: url(../image/i_allfilter_gold.svg)
}

.watchmenu_con .bottom {
	width: 100%;
	height: 80px;
	background-color: #f2f2f2
}

.watchmenu_con .bottom .other_link {
	display: table;
	margin: 0 auto
}

.watchmenu_con .bottom .other_link>li {
	display: inline-block;
	float: left;
	font-size: 16px;
	color: #000;
	line-height: 80px;
	position: relative
}

.watchmenu_con .bottom .other_link>li:after {
	content: ' ';
	display: block;
	width: 2px;
	height: 14px;
	background-color: #535353;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px
}

.watchmenu_con .bottom .other_link>li:last-child:after {
	display: none
}

.watchmenu_con .bottom .other_link>li span {
	padding: 0 24px
}

.footer_c {
	width: 100%;
	height: 410px
}

.footer_c .footer {
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #1a1a1a
}

.footer_c .footer>.top {
	width: 100%;
	height: auto
}

.footer_c .footer>.top .wrap {
	width: 1190px;
	height: auto;
	margin: 0 auto;
	padding: 32px 0 100px 0
}

.footer_c .footer>.top .wrap .item {
	width: 210px;
	display: table-cell;
	padding-right: 87px
}

.footer_c .footer>.top .wrap .item:last-child {
	width: 297px;
	padding-right: 0
}

.footer_c .footer>.top .wrap .item .bottom .about_list>li:last-child,
.footer_c .footer>.top .wrap .item .bottom .about_list>li:nth-child(4n) {
	margin-right: 0
}

.footer_c .footer>.top .wrap .item .label {
	font-size: 20px;
	color: #7e7e7e;
	margin-bottom: 17px
}

.footer_c .footer>.top .wrap .item .bottom {
	width: 100%;
	height: auto
}

.footer_c .footer>.top .wrap .item .bottom .list {
	width: 100%;
	height: auto
}

.footer_c .footer>.top .wrap .item .bottom .list>li span {
	font-size: 14px;
	color: #fff;
	line-height: 36px
}

.footer_c .footer>.top .wrap .item .bottom .about_list {
	height: 48px
}

.footer_c .footer>.top .wrap .item .bottom .about_list>li {
	width: 48px;
	height: 48px;
	display: inline-block;
	float: left;
	margin-right: 20px;
	position: relative;
	border-radius: 50%;
	background-color: #000;
	cursor: pointer
}

.footer_c .footer>.top .wrap .item .bottom .about_list>li a {
	width: 100%;
	height: 100%;
	display: block
}

.footer_c .footer>.top .wrap .item .bottom .about_list>li .icon {
	width: 48px;
	height: 48px;
	position: relative
}

.footer_c .footer>.top .wrap .item .bottom .about_list>li .icon:after,
.footer_c .footer>.top .wrap .item .bottom .about_list>li .icon:before {
	content: ' ';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center
}

.footer_c .footer>.top .wrap .item .bottom .about_list>li .icon:after {
	display: none
}

.footer_c .footer>.top .wrap .item .bottom .about_list>li.active .icon:before,
.footer_c .footer>.top .wrap .item .bottom .about_list>li:hover:not(.mobDom) .icon:before {
	display: none
}

.footer_c .footer>.top .wrap .item .bottom .about_list>li.active .icon:after,
.footer_c .footer>.top .wrap .item .bottom .about_list>li:hover:not(.mobDom) .icon:after {
	display: block
}

.footer_c .footer>.top .wrap .item .bottom .about_list>li .icon.i_wechat:before {
	background-image: url(../image/i_wechat_black.svg)
}

.footer_c .footer>.top .wrap .item .bottom .about_list>li .icon.i_wechat:after {
	background-image: url(../image/i_wechat_gold.svg)
}

.footer_c .footer>.top .wrap .item .bottom .about_list>li .icon.i_sina:before {
	background-image: url(../image/i_sina_black.svg)
}

.footer_c .footer>.top .wrap .item .bottom .about_list>li .icon.i_sina:after {
	background-image: url(../image/i_sina_gold.svg)
}

.footer_c .footer>.top .wrap .item .bottom .about_list>li .icon.i_icon1:before {
	background-image: url(../image/i_youku_black.svg)
}

.footer_c .footer>.top .wrap .item .bottom .about_list>li .icon.i_icon1:after {
	background-image: url(../image/i_youku_gold.svg)
}

.footer_c .footer>.top .wrap .item .bottom .about_list>li .icon.i_icon2:before {
	background-image: url(../image/i_vip_black.svg)
}

.footer_c .footer>.top .wrap .item .bottom .about_list>li .icon.i_icon2:after {
	background-image: url(../image/i_vip_gold.svg)
}

.footer_c .footer>.top .wrap .item .bottom .about_list>li .qrcode_c {
	display: table;
	position: absolute;
	top: 55px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	display: none
}

.footer_c .footer>.top .wrap .item .bottom .about_list>li:hover .qrcode_c {
	display: block
}

.footer_c .footer>.top .wrap .item .bottom .about_list>li .qrcode_c:before {
	content: ' ';
	display: block;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	margin: 0 auto
}

.footer_c .footer>.top .wrap .item .bottom .about_list>li .qrcode_c img {
	width: 100px;
	display: block;
	margin: 0 auto 10px auto
}

.footer_c .footer>.bottom {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	border-top: 1px solid #000
}

.footer_c .footer>.bottom .websit_info {
	display: inline-block;
	float: left;
	margin-left: 5.364%;
	font-size: 14px;
	color: #7e7e7e
}

.footer_c .footer>.bottom .websit_info a{
 
	font-size: 14px;
	color: #7e7e7e
}

.footer_c .footer>.bottom .websit_info span {
	margin-left: 24px
}

.footer_c .footer>.bottom .btn_returnTop {
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #fff;
	margin-right: 5.364%;
	padding-right: 23px;
	background: url(../image/arrow_top_white.svg) no-repeat;
	background-size: 12px;
	background-position: right center;
	display: inline-block;
	float: right;
	cursor: pointer
}

.container {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 100;
	overflow: hidden
}

.container .con {
	width: 100%;
	height: auto;
	background-color: #f2f2f2;
	position: relative;
	z-index: 10
}

.swiper-lazy-preloader {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	animation: none;
	background-color: #fff
}

.swiper-lazy-preloader.black {
	background-color: #000
}

.swiper-lazy-preloader:after {
	width: 253px;
	height: 253px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -126.5px;
	margin-left: -126.5px;
	background: url(../image/loader.gif)
}

.swiper-lazy-preloader.black:after {
	background: url(../image/loader2.gif)
}

.thumb {
	position: relative
}

.lazy {
	width: 253px !important;
	height: 253px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -126.5px;
	margin-left: -126.5px
}

.lazy.loaded {
	width: 100% !important;
	height: auto;
	position: relative;
	margin: 0;
	top: 0;
	left: 0
}

.title_style1 {
	width: 1190px;
	height: auto;
	margin: 0 auto;
	font-size: 30px;
	color: #1a1a1a;
	text-align: center
}

.title_style1 span:after {
	content: ' ';
	display: block;
	width: 28px;
	height: 3px;
	background-color: #bfa666;
	margin: 9px auto 0 auto
}

.title_style2 {
	width: 1190px;
	height: auto;
	margin: 0 auto 20px auto;
	font-size: 24px;
	color: #1a1a1a;
	line-height: 24px;
	overflow: hidden
}

.title_style3 {
	width: 1190px;
	height: auto;
	margin: 0 auto;
	font-size: 36px;
	color: #1a1a1a;
	text-align: center
}

.title_style3 span:after {
	content: ' ';
	display: block;
	width: 28px;
	height: 3px;
	background-color: #bfa666;
	margin: 20px auto 0 auto
}

.title_style4 {
	width: 1190px;
	height: auto;
	margin: 0 auto;
	font-size: 48px;
	color: #1a1a1a;
	text-align: center
}

.title_style4 span:after {
	content: ' ';
	display: block;
	width: 40px;
	height: 3px;
	background-color: #bfa666;
	margin: 20px auto 0 auto
}

.title_style5 {
	margin: 0 auto;
	font-size: 24px;
	color: #1a1a1a;
	text-align: center
}

.title_style5 span:after {
	content: ' ';
	display: block;
	width: 28px;
	height: 3px;
	background-color: #bfa666;
	margin: 20px auto 0 auto
}

.link_more {
	font-size: 14px;
	display: inline-block;
	float: right
}

.container .con .con_wrap {
	width: 1190px;
	height: auto;
	margin: 0 auto;
	position: relative
}

.cursor_c {
	position: absolute;
	left: 0;
	top: -160px
}

.btn_style1 {
	width: auto;
	height: 48px;
	line-height: 48px;
	min-width: 128px;
	background-color: #1a1a1a;
	position: relative;
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	display: table;
	cursor: pointer
}

.btn_style1:after {
	content: ' ';
	display: block;
	width: 28px;
	height: 4px;
	background-color: #bfa666;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -14px
}

.btn_style1.active,
.btn_style1:hover:not(.mobDom) {
	background-color: #bfa666 !important
}

.btn_style2 {
	width: auto;
	height: 48px;
	line-height: 48px;
	min-width: 128px;
	position: relative;
	padding: 0 10px;
	font-size: 14px;
	color: #1a1a1a;
	text-align: center;
	display: table;
	cursor: pointer
}

.btn_style2:after {
	content: ' ';
	display: block;
	width: 28px;
	height: 4px;
	background-color: #bfa666;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -14px
}

.btn_style2:hover.active,
.btn_style2:hover:not(.mobDom) {
	background-color: #bfa666
}

.btn_style3 {
	width: auto;
	font-size: 14px;
	color: #1a1a1a;
	height: 48px;
	background: url(../image/circle_arr.svg) no-repeat;
	background-size: 24px;
	background-position: left center;
	padding: 0 31px;
	display: table;
	cursor: pointer
}

.btn_style3 span {
	display: table-cell;
	vertical-align: middle
}

.btn_style3.active,
.btn_style3:hover:not(.mobDom) {
	background-color: #bfa666;
	color: #fff
}

.btn_style4 {
	margin: 30px auto 40px auto;
	display: table;
	font-size: 16px;
	color: #1a1a1a;
	cursor: pointer
}

.btn_style4 span {
	font-size: 16px;
	color: #1a1a1a
}

.btn_style5 {
	height: 46px;
	line-height: 46px;
	margin: 0 1px;
	border: 1px solid #d6d6d8;
	font-size: 16px;
	color: #1a1a1a;
	text-align: center;
	position: relative;
	display: block;
	cursor: pointer
}

.btn_style5 span {
	font-size: 16px;
	color: #1a1a1a
}

.btn_style5:after {
	content: ' ';
	display: block;
	width: 28px;
	height: 3px;
	background-color: #bfa666;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -14px
}

.btn_style5.active,
.btn_style5:hover:not(.mobDom) {
	background-color: #bfa666 !important;
	border-color: #bfa666 !important
}

.swiper-pagination-bullet {
	width: 80px;
	height: 3px;
	background-color: #1a1a1a;
	opacity: 1;
	border-radius: 0;
	margin: 0 5px
}

.swiper-pagination-bullet-active {
	background-color: #bfa666
}

.pagination_style2 .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	margin: 0 0 16px 0;
	display: block
}

.pagination_style2 .swiper-pagination-bullet:last-child {
	margin-bottom: 0
}

.pagination_style3 .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	margin: 0 8px
}

.arrow_style1 {
	width: 48px;
	height: 48px;
	position: relative;
	z-index: 10;
	cursor: pointer
}

.arrow_style1:after,
.arrow_style1:before {
	content: ' ';
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0
}

.arrow_style1:after {
	display: none
}

.arrow_style1.btn_prev:before {
	background-image: url(../image/i_prev_white_0opa.svg)
}

.arrow_style1.btn_next:before {
	background-image: url(../image/i_next_white_0opa.svg)
}

.arrow_style1.btn_prev:after {
	background-image: url(../image/i_prev_black_gray.svg)
}

.arrow_style1.btn_next:after {
	background-image: url(../image/i_next_black_gray.svg)
}

.arrow_style1.active:before,
.arrow_style1:hover.active:before,
.arrow_style1:hover:not(.mobDom):before {
	display: none
}

.arrow_style1.active:after,
.arrow_style1:hover:not(.mobDom):after {
	display: block
}

.arrow_style2 {
	width: 48px;
	height: 48px;
	position: relative;
	z-index: 10;
	cursor: pointer;
	background-color: #fff
}

.arrow_style2:after,
.arrow_style2:before {
	content: ' ';
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0
}

.arrow_style2:after {
	display: none
}

.arrow_style2.btn_prev:before {
	background-image: url(../image/i_prev_black_white.svg)
}

.arrow_style2.btn_next:before {
	background-image: url(../image/i_next_black_white.svg)
}

.arrow_style2.btn_prev:after {
	background-image: url(../image/i_prev_gold_black.svg)
}

.arrow_style2.btn_next:after {
	background-image: url(../image/i_next_gold_black.svg)
}

.arrow_style2.active:before,
.arrow_style2:hover:not(.mobDom):before {
	display: none
}

.arrow_style2.active:after,
.arrow_style2:hover:not(.mobDom):after {
	display: block
}

.arrow_style3 {
	width: 48px;
	height: 48px;
	position: relative;
	z-index: 10;
	cursor: pointer;
	background-color: #f2f2f2
}

.arrow_style3:after,
.arrow_style3:before {
	content: ' ';
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0
}

.arrow_style3:after {
	display: none
}

.arrow_style3.btn_prev:before {
	background-image: url(../image/i_prev_black_gray.svg)
}

.arrow_style3.btn_next:before {
	background-image: url(../image/i_next_black_gray.svg)
}

.arrow_style3.btn_prev:after {
	background-image: url(../image/i_prev_gold_black.svg)
}

.arrow_style3.btn_next:after {
	background-image: url(../image/i_next_gold_black.svg)
}

.arrow_style3.active:before,
.arrow_style3:hover:not(.mobDom):before {
	display: none
}

.arrow_style3.active:after,
.arrow_style3:hover:not(.mobDom):after {
	display: block
}

.arrow_style4 {
	width: 48px;
	height: 48px;
	position: relative;
	z-index: 10;
	cursor: pointer;
	background-color: #f2f2f2
}

.arrow_style4:after {
	content: ' ';
	display: block;
	width: 7px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -3.5px
}

.arrow_style4.btn_prev:after {
	background-image: url(../image/arrow_left_black.svg)
}

.arrow_style4.btn_next:after {
	background-image: url(../image/arrow_right_black.svg)
}

.watch_list {
	width: 100%;
	height: auto;
	overflow: hidden
}

.watch_list.style2 {
	width: auto;
	max-width: 100%;
	display: table;
	margin: 0 auto
}

.watch_list>li {
	width: 382px;
	height: 550px;
	background-color: #fff;
	display: inline-block;
	float: left;
	margin-right: 22px;
	margin-top: 22px;
	position: relative;
	overflow: hidden
}

.watch_list>li:nth-child(1),
.watch_list>li:nth-child(2),
.watch_list>li:nth-child(3) {
	margin-top: 0
}

.watch_list>li:nth-child(3n) {
	margin-right: 0
}

.watch_list>li .thumb {
	width: 382px;
	height: 325px;
	overflow: hidden;
	margin-top: 63px;
	margin-bottom: 20px
}

.watch_list>li:hover .thumb {
	overflow: visible
}

.watch_list>li .thumb img {
	width: auto;
	height: 100%;
	display: block;
	margin: 0 auto !important;
	transition: transform .25s linear
}

.watch_list>li:hover .thumb img {
	transform: scale(1.05)
}

.watch_list>li .thumb img.lazy {
	height: 253px;
	margin-top: -126.5px !important;
	margin-left: -126.5px !important
}

.watch_list>li .thumb img.loaded {
	width: auto !important;
	height: 100%;
	margin: 0 auto !important
}

.watch_list>li .info_con {
	margin: 0 20px
}

.watch_list>li .info_con .label {
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #1a1a1a;
	opacity: 1;
	transition: opacity .25s linear
}

.watch_list>li .info_con .name {
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #1a1a1a;
	margin-bottom: 30px;
	transition: opacity .25s linear
}

.watch_list.style4>li .info_con .name {
	margin-bottom: 5px
}

.watch_list>li .info_con .price {
	height: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	text-align: center;
	color: #bfa666;
	margin-bottom: 8px;
	opacity: 0;
	transition: opacity .25s linear
}

.watch_list>li .info_con .price span {
	margin-left: 5px
}

.watch_list>li:hover .info_con .label,
.watch_list>li:hover .info_con .name,
.watch_list>li:hover .info_con .price {
	opacity: 1
}

.watch_list>li .btn_go {
	margin: 0 auto;
	transform: translateY(100%);
	transition: transform .25s linear
}

.watch_list.style2>li .btn_go {
	transform: translateY(0)
}

.watch_list.style4>li .btn_go {
	transform: translateY(110%)
}

.watch_list>li:hover .btn_go {
	transform: translateY(0)
}

.watch_list>li .mark {
	font-size: 14px;
	color: #1a1a1a;
	position: absolute;
	top: 0;
	left: 17px;
	z-index: 11;
	padding-top: 22px;
	transform: translateY(-100%);
	transition: transform .25s linear
}

.watch_list>li:hover .mark {
	transform: translateY(0)
}

.watch_list.style2>li .mark {
	transform: translateY(0)
}

.watch_list>li .other_list {
	font-size: 14px;
	color: #1a1a1a;
	position: absolute;
	right: 0;
	top: 22px;
	z-index: 11;
	padding-right: 17px;
	transform: translateX(100%);
	transition: transform .25s linear
}

.watch_list>li:hover .other_list {
	transform: translateX(0)
}

.watch_list.style2>li .other_list {
	transform: translateY(0)
}

.watch_list>li .other_list>li {
	margin-bottom: 20px;
	overflow: hidden;
	text-align: right;
	cursor: pointer
}

.watch_list>li .other_list>li:last-child {
	margin-bottom: 0
}

.watch_list>li .other_list>li a {
	display: block;
	overflow: hidden
}

.watch_list>li .other_list>li span {
	display: none
}

.watch_list>li .other_list>li i {
	width: 16px;
	height: 16px;
	display: inline-block;
	float: right;
	position: relative;
	margin-left: 10px
}

.watch_list>li .other_list>li i:after,
.watch_list>li .other_list>li i:before {
	content: ' ';
	display: block;
	width: 100%;
	height: 100%;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0
}

.watch_list>li .other_list>li i:after {
	display: none
}

.watch_list>li .other_list>li.active i:before,
.watch_list>li .other_list>li:hover:not(.mobDom) i:before {
	display: none
}

.watch_list>li .other_list>li.active i:after,
.watch_list>li .other_list>li:hover:not(.mobDom) i:after {
	display: block
}

.watch_list>li .other_list>li:hover span {
	display: inline
}

.watch_list>li .other_list>li.btn_add i:before {
	background-image: url(../image/i_like2.svg)
}

.watch_list>li .other_list>li.btn_add i:after {
	background-image: url(../image/i_like_a.svg)
}

.watch_list>li .other_list>li.btn_contrast i:before {
	background-image: url(../image/i_contrast_black.svg)
}

.watch_list>li .other_list>li.btn_contrast i:after {
	background-image: url(../image/i_contrast_gold.svg)
}

.watch_list>li .other_list>li.btn_del i:before {
	background-image: url(../image/i_del_black.svg)
}

.watch_list>li .other_list>li.btn_del i:after {
	background-image: url(../image/i_del_gold.svg)
}

.watch_list>li.btn_add .thumb {
	margin-bottom: 98px
}

.watch_list.style3>li {
	height: auto
}

.watch_list.style3>li .top {
	width: 100%;
	height: 550px;
	overflow: hidden;
	position: relative
}

.watch_list.style3>li .info_con .label {
	opacity: 1
}

.watch_list.style3>li .info_con .name {
	opacity: 1
}

.watch_list.style3>li .info_con .btn_go {
	transform: translateY(0)
}

.watch_list.style3>li .mark {
	transform: translateY(0)
}

.watch_list.style3>li .other_list {
	transform: translateX(0)
}

.watch_list>li .bottom {
	width: 100%;
	height: auto
}

.watch_list>li .bottom table {
	width: 100%;
	display: block
}

.watch_list>li .bottom table tr {
	font-size: 14px;
	color: #1a1a1a;
	line-height: 30px
}

.watch_list>li .bottom table tr th {
	padding: 10px 10px 10px 38px;
	border-top: 1px solid #d8d8d8
}

.watch_list>li .bottom table tr td {
	width: 255px;
	padding: 10px 38px 10px 10px;
	border-top: 1px solid #d8d8d8
}

.watch_list>li .del_toast {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .9);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	display: none
}

.watch_list>li .del_toast .del_wrap {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%)
}

.watch_list>li .del_toast .del_wrap .btns {
	margin: 35px 58px 0 58px;
	overflow: hidden
}

.watch_list>li .del_toast .del_wrap .btns>div {
	width: 128px;
	height: 48px;
	line-height: 48px;
	background-color: #1a1a1a;
	display: inline-block;
	float: left;
	cursor: pointer;
	color: #fff;
	position: relative
}

.watch_list>li .del_toast .del_wrap .btns>div.btn_confirm {
	float: right
}

.watch_list>li .del_toast .del_wrap .btns>div:hover {
	background-color: #bfa666
}

.watch_list>li .del_toast .del_wrap .btns>div:after {
	content: ' ';
	display: block;
	width: 28px;
	height: 3px;
	background-color: #bfa666;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -14px
}

.childbanner_con {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden
}

.childbanner_con .banner_pic {
	width: 100%;
	height: auto;
	display: block
}

.childbanner_con .wrap {
	width: 1190px;
	height: auto;
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -595px;
	padding-top: 35px
}

.childbanner_con .wrap .websit_mark_c {
	width: 100%;
	height: auto
}

.childbanner_con .wrap .websit_mark_c .websit_mark {
	display: table;
	margin: 0 auto;
	font-size: 14px;
	color: #fff
}

.childbanner_con .wrap .websit_mark_c .websit_mark a {
	color: #fff
}

.childbanner_con .wrap .childbanner_content {
	position: absolute;
	left: 50%;
	top: 14.3vw;
	transform: translateX(-50%);
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 28px;
	width: 100%
}

.childbanner_con .wrap .childbanner_content .websit_title {
	font-size: 48px;
	line-height: normal;
	margin-bottom: 2.6vw
}

.childbanner_con .wrap .childbanner_content .websit_title.black {
	color: #1a1a1a
}

.news_list {
	width: 100%;
	height: auto;
	overflow: hidden
}

.news_list>li {
	width: 382px;
	height: 454px;
	display: inline-block;
	float: left;
	background-color: #fff;
	margin-right: 22px;
	margin-top: 22px;
	overflow: hidden
}

.news_list>li:nth-child(1),
.news_list>li:nth-child(2),
.news_list>li:nth-child(3) {
	margin-top: 0
}

.news_list>li:last-child {
	margin-right: 0
}

.news_list>li .thumb {
	width: 382px;
	height: 244px;
	overflow: hidden
}

.news_list>li .thumb img {
	width: 100%;
	display: block
}

.news_list>li .info_con {
	margin: 20px;
	color: #1a1a1a
}

.news_list>li .info_con .label {
	font-size: 14px;
	margin-bottom: 10px
}

.news_list>li .info_con .title {
	height: 60px;
	font-size: 18px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.news_list>li .info_con .btn_go {
	margin-top: 45px
}

.black_track {
	display: block;
	width: 100%;
	height: 80px;
	background-color: #1a1a1a
}

.black_track.style2 {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0
}

.list_style3 {
	width: 100%;
	height: auto;
	overflow: hidden
}

.list_style3>li {
	width: 382px;
	height: auto;
	display: inline-block;
	float: left;
	margin-right: 22px;
	margin-bottom: 22px;
	background-color: #fff;
	overflow: hidden
}

.list_style3>li:first-child {
	width: 100%;
	margin-right: 0;
	margin-bottom: 80px
}

.list_style3>li:nth-child(3n+1) {
	margin-right: 0
}

.list_style3>li .thumb {
	width: 100%;
	height: 244px;
	overflow: hidden
}

.list_style3>li:first-child .thumb {
	width: 595px;
	height: 380px;
	display: inline-block;
	float: left
}

.list_style3>li .thumb img {
	width: 100%;
	display: block
}

.list_style3>li .info_con {
	width: 100%;
	height: 210px
}

.list_style3>li:first-child .info_con {
	width: 595px;
	height: 380px;
	display: table
}

.list_style3>li .info_con .info {
	padding: 19px 45px 19px 19px
}

.list_style3>li:first-child .info_con .info {
	display: table-cell;
	vertical-align: middle;
	padding: 0 50px
}

.list_style3>li .info_con .info .date {
	font-size: 14px;
	margin-bottom: 10px
}

.list_style3>li:first-child .info_con .info .date {
	margin-bottom: 20px
}

.list_style3>li .info_con .info .title {
	height: 62px;
	font-size: 18px;
	line-height: 31px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.list_style3>li:first-child .info_con .info .title {
	height: 31px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 24px;
	margin-bottom: 10px
}

.list_style3>li .info_con .info .desc {
	height: 48px;
	font-size: 14px;
	line-height: 24px;
	display: none
}

.list_style3>li:first-child .info_con .info .desc {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.list_style3>li .info_con .info .btn_go {
	margin-top: 50px
}

.list_style3>li:first-child .info_con .info .btn_go {
	margin-top: 30px
}

.list_style4 {
	font-size: 14px;
	line-height: 24px;
	text-align: justify
}

.list_style4>li {
	padding-left: 14px;
	position: relative;
	margin-bottom: 9px
}

.list_style4>li:last-child {
	margin-bottom: 0
}

.list_style4>li:before {
	content: ' ';
	display: block;
	width: 4px;
	height: 4px;
	background-color: #1a1a1a;
	position: absolute;
	left: 1px;
	top: 10px
}

.list_style5>li {
	width: 100%;
	height: auto;
	padding: 35px 0 20px 0;
	border-bottom: 1px solid #d6d6d8;
	font-size: 14px;
	line-height: 30px;
	overflow: hidden
}

.list_style5>li .name {
	color: #bfa666
}

.list_style5>li>div {
	overflow: hidden;
	display: block
}

.list_style5>li>* {
	max-width: 335px
}

.list_style5>li>div>p {
	display: inline-block;
	float: left
}

.list_style5>li>div>p>span {
	display: inline-block;
	float: left;
	margin-left: 22px
}

.list_style5>li>div>p>span:first-child {
	margin-left: 0
}

.list_style5.shop_list>li>div>p>span {
	margin-left: 0;
	display: block;
	float: none
}

.list_style5>li>div.btn_style3 {
	display: table
}

.list_style6 {
	width: 100%;
	height: auto;
	border-top: 1px solid #d8d8d8
}

.list_style6>li {
	width: 100%;
	height: auto
}

.list_style6>li .que {
	width: 100%;
	height: 89px;
	display: table;
	border-bottom: 1px solid #d8d8d8;
	font-size: 18px;
	cursor: pointer;
	position: relative
}

.list_style6>li .que:after {
	content: ' ';
	display: block;
	width: 12px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../image/arrow_bottom_black.svg) no-repeat;
	background-size: 100%;
	background-position: center
}

.list_style6>li.active .que:after {
	transform: rotate(-180deg)
}

.list_style6>li .que span {
	display: table-cell;
	vertical-align: middle
}

.list_style6>li .ans {
	padding: 40px 0;
	border-bottom: 1px solid #d8d8d8;
	font-size: 14px;
	line-height: 28px;
	text-align: justify;
	display: none
}

.servicesys_list {
	width: 100%;
	height: auto
}

.servicesys_list>li {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 100px
}

.servicesys_list>li:last-child {
	margin-bottom: 0
}

.servicesys_list>li .thumb {
	width: 595px;
	height: 500px;
	display: inline-block;
	float: left
}

.servicesys_list>li .thumb img {
	width: 100%;
	display: block
}

.servicesys_list>li .info_con {
	width: 520px;
	height: 500px;
	display: table;
	float: right
}

.servicesys_list>li .info_con .info {
	display: table-cell;
	vertical-align: middle
}

.servicesys_list>li .info_con .info .info_i {
	width: 100%;
	height: auto;
	margin-bottom: 35px
}

.servicesys_list>li .info_con .info .info_i:last-child {
	margin-bottom: 0
}

.servicesys_list>li .info_con .info .info_i .title {
	font-size: 24px;
	color: #bfa666;
	margin-bottom: 20px
}

.servicesys_list>li .info_con .info .info_i .content {
	font-size: 14px;
	line-height: 24px;
	text-align: justify
}

.servicesys_list>li .info_con .info .info_i .content p {
	margin-bottom: 24px
}

.servicesys_list>li .info_con .info .info_i .content p:last-child {
	margin-bottom: 0
}

.servicesys_list>li:nth-child(2n) .thumb {
	float: right
}

.servicesys_list>li:nth-child(2n) .info_con {
	float: left
}

.servicesys_list.style2>li .thumb {
	float: right
}

.servicesys_list.style2>li .info_con {
	float: left
}

.servicesys_list.style2>li:nth-child(2n) .thumb {
	float: left
}

.servicesys_list.style2>li:nth-child(2n) .info_con {
	float: right
}

.pagination_c {
	width: 100%;
	height: auto
}

.pagination_c .pagination_list {
	overflow: hidden;
	display: table;
	margin: 0 auto
}

.pagination_c .pagination_list>li {
	font-size: 14px;
	color: #1a1a1a;
	display: inline-block;
	float: left
}

.pagination_c .pagination_list>li a {
	color: #1a1a1a;
	display: block;
	padding: 0 10px
}

.pagination_c .pagination_list>li.active,
.pagination_c .pagination_list>li.active a,
.pagination_c .pagination_list>li:hover,
.pagination_c .pagination_list>li:hover a {
	color: #bfa666
}

.pagination_c .pagination_list>li.btn_prev {
	margin-right: 20px
}

.pagination_c .pagination_list>li.btn_next {
	margin-left: 20px
}

.websit_mark_c.style2 {
	height: 80px;
	display: table;
	margin: 0 auto;
	text-align: center
}

.websit_mark_c.style2 {
	width: 100%;
	position: absolute;
	top: 80px;
	z-index: 11
}

.websit_mark_c .websit_mark {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	color: #1a1a1a
}

.websit_mark_c .websit_mark a {
	color: #1a1a1a
}

.banner_c {
	width: 100%;
	height: 100vh
}

.banner_c .banner_con {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	background-color: #000
}

.banner_c .banner_swiper {
	width: 100%;
	height: 100vh;
	position: relative
}

.banner_c .banner_swiper .swiper-slide {
	width: 100%;
	height: 100vh;
	position: relative
}

.banner_c .banner_swiper .swiper-slide .banner_img {
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.banner_c .banner_swiper .swiper-slide .banner_content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(.625rem, -50%);
	text-align: center;
	color: #fff;
	z-index: 11
}

.banner_c .banner_swiper .swiper-slide.black .banner_content {
	color: #1a1a1a
}

.banner_c .banner_swiper .swiper-slide .banner_content .label {
	font-size: .125rem;
	margin-bottom: .3125rem
}

.banner_c .banner_swiper .swiper-slide .banner_content .title {
	font-size: .25rem;
	margin-bottom: .28125rem
}

.banner_c .banner_swiper .swiper-slide .banner_content .btn_go {
	min-width: .66667rem;
	height: .25rem;
	line-height: .25rem;
	padding: 0 .05208rem;
	font-size: .07292rem;
	margin: 0 auto
}

.banner_c .banner_swiper .swiper-slide .banner_content .btn_go:after {
	width: .14583rem;
	height: .02083rem;
	margin-left: -.07292rem
}

.banner_c .banner_swiper .swiper-pagination {
	bottom: .10417rem
}

.banner_c .banner_swiper.swiper-container-horizontal .swiper-pagination-bullet {
	width: .41667rem;
	height: .01562rem;
	margin: 0 .02604rem
}

.banner_c .banner_swiper .arrow_style1 {
	width: .25rem;
	height: .25rem
}

.banner_c .banner_swiper .btn_prev {
	position: absolute;
	left: .16667rem;
	top: 50%;
	margin-top: -.125rem
}

.banner_c .banner_swiper .btn_next {
	position: absolute;
	right: .16667rem;
	top: 50%;
	margin-top: -.125rem
}

.link_kefu {
	width: 128px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 0;
	bottom: 26.555%;
	z-index: 10;
	background-color: #1a1a1a;
	font-size: 16px;
	color: #fff;
	text-align: center;
	display: inline-block;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	transform: rotate(90deg);
	transform-origin: right top
}

.page_index .con1 {
	padding: 56px 0 80px 0
}

.page_index .con1 .con_title {
	margin-bottom: 40px
}

.page_index .con1 .con_item {
	position: relative
}

.page_index .con1 .con_item .series_item {
	width: 100%;
	height: 380px;
	overflow: hidden;
	background-color: #fff
}

.page_index .con1 .con_item .series_item .thumb {
	width: 595px;
	height: 380px;
	overflow: hidden;
	display: inline-block;
	float: left
}

.page_index .con1 .con_item .series_item .thumb img {
	width: 100%;
	display: block
}

.page_index .con1 .con_item .series_item .info_con {
	width: 555px;
	height: 380px;
	padding: 0 20px;
	display: table
}

.page_index .con1 .con_item .series_item .info_con .info {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #1a1a1a
}

.page_index .con1 .con_item .series_item .info_con .info .label {
	font-size: 24px;
	height: auto;
	margin-bottom: 35px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden
}

.page_index .con1 .con_item .series_item .info_con .title {
	font-size: 36px;
	height: 42px;
	line-height: 42px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-bottom: 30px
}

.page_index .con1 .con_item .series_item .info_con .btn_go {
	margin: 0 auto
}

.page_index .con1 .con_item .swiper-pagination {
	margin: 11px auto 0 auto;
	position: relative
}

.page_index .con1 .con_item .btn_prev {
	position: absolute;
	left: -68px;
	top: 50%;
	margin-top: -24px
}

.page_index .con1 .con_item .btn_next {
	position: absolute;
	right: -68px;
	top: 50%;
	margin-top: -24px
}

.page_index .con2 {
	padding-bottom: 80px
}

.page_index .con2 .swiper-pagination {
	position: relative;
	margin-top: 8px;
	bottom: 0
}

.video_con_c {
	width: 100%;
	height: 100vh
}

.video_con_c .video_con {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff
}

.video_con_c .video_con .video_plate {
	width: 100%;
	height: 100vh
}

.video_con_c .video_con .video_plate video {
	width: 100%;
	height: 100vh;
	-o-object-fit: cover;
	object-fit: cover
}

.video_con_c .video_con .video_content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: url(../image/video_poster.jpg) no-repeat;
	background-size: cover;
	background-position: center
}

.video_con_c .video_con .video_content .video_item {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 36px;
	color: #1a1a1a;
	display: table
}

.video_con_c .video_con .video_content .video_item span {
	display: table-cell;
	vertical-align: middle
}

.video_con_c .video_con .video_content .video_item .btn_play {
	width: 80px;
	height: 80px;
	cursor: pointer;
	background: url(../image/i_play_black.svg) no-repeat;
	background-size: 100%;
	background-position: center;
	display: inline-block;
	border-radius: 50%;
	margin: 0 38px
}

.video_con_c .video_con .video_content .btn_go {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 65px)
}

.page_index .con4 .con_wrap {
	padding: 80px 0 80px 0
}

.moreAbs_list {
	width: 100%;
	height: auto;
	overflow: hidden
}

.moreAbs_list>li {
	width: 382px;
	height: 460px;
	background-color: #fff;
	display: inline-block;
	float: left;
	margin-right: 22px;
	overflow: hidden
}

.moreAbs_list>li:last-child {
	margin-right: 0
}

.moreAbs_list>li .thumb {
	width: 382px;
	height: 211px;
	overflow: hidden
}

.moreAbs_list>li .thumb img {
	width: 100%;
	display: block
}

.moreAbs_list>li .info_con {
	margin: 40px;
	color: #1a1a1a
}

.moreAbs_list>li .info_con .label {
	font-size: 14px;
	margin-bottom: 10px
}

.moreAbs_list>li .info_con .title {
	font-size: 24px
}

.moreAbs_list>li .info_con .btn_go {
	margin-top: 90px
}

.page_index .con5 {
	padding-bottom: 40px
}

.page_index .con5 .title_style1 span:after {
	display: none
}

.page_index .con5 .btn_all {
	margin: 15px auto 40px auto
}

.page_index .con5 .con_wrap {
	width: 100%;
	height: auto
}

.page_index .con5 .con_wrap .con_item {
	width: 746px;
	height: auto;
	position: relative;
	margin: 0 auto
}

.page_index .con5 .con_wrap .con_item .series_banner {
	width: 100%;
	height: auto;
	overflow: hidden
}

.page_index .con5 .con_wrap .con_item .series_banner_pagination {
	position: absolute;
	left: 50%;
	margin-left: 394px;
	top: 0
}

.page_index .con5 .con_wrap .con_item .series_banner_prev {
	position: absolute;
	left: -68px;
	top: 50%;
	margin-top: -24px
}

.page_index .con5 .con_wrap .con_item .series_banner_next {
	position: absolute;
	right: -68px;
	top: 50%;
	margin-top: -24px
}

.page_index .con5 .con_wrap .con_item .series_item {
	width: 100%;
	height: 440px;
	position: relative
}

.page_index .con5 .con_wrap .con_item .series_item .thumb {
	width: 100%;
	height: 440px;
	overflow: hidden;
	position: relative
}

.page_index .con5 .con_wrap .con_item .series_item .thumb img {
	width: 100%;
	display: block
}

.page_index .con5 .con_wrap .con_item .series_item .series_info {
	width: auto;
	max-width: 80%;
	height: auto;
	margin: 0 58px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 18px;
	color: #1a1a1a;
	text-align: center
}

.page_index .con5 .con_wrap .con_item .series_item .series_info .title {
	font-size: 30px;
	color: #000;
	margin: 30px 0 23px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden
}

.page_index .con5 .con_wrap .con_item .series_item .series_info .btn_go {
	margin: 0 auto
}

.page_index .con6 {
	padding: 40px 0 80px 0
}

.page_index .con6 .con_wrap .con_item {
	width: 100%;
	height: auto;
	position: relative
}

.page_index .con6 .con_wrap .con_item .news_swiper {
	width: 100%;
	height: auto;
	overflow: hidden
}

.page_index .con6 .con_wrap .con_item .news_swiper .swiper-slide {
	width: 100%;
	height: 380px
}

.page_index .con6 .con_wrap .con_item .news_swiper .swiper-slide .news_item {
	width: 100%;
	height: 380px;
	overflow: hidden;
	background-color: #fff
}

.page_index .con6 .con_wrap .con_item .news_swiper .swiper-slide .news_item .thumb {
	width: 595px;
	height: 380px;
	overflow: hidden;
	display: inline-block;
	float: left
}

.page_index .con6 .con_wrap .con_item .news_swiper .swiper-slide .news_item .thumb img {
	width: 100%;
	display: block
}

.page_index .con6 .con_wrap .con_item .news_swiper .swiper-slide .news_item .info_con {
	width: 595px;
	height: 380px;
	display: table;
	float: right
}

.page_index .con6 .con_wrap .con_item .news_swiper .swiper-slide .news_item .info_con .info {
	display: table-cell;
	vertical-align: middle;
	padding: 0 48px
}

.page_index .con6 .con_wrap .con_item .news_swiper .swiper-slide .news_item .info_con .date {
	font-size: 14px;
	color: #1a1a1a;
	margin-bottom: 15px
}

.page_index .con6 .con_wrap .con_item .news_swiper .swiper-slide .news_item .info_con .title {
	height: 30px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 24px;
	color: #1a1a1a;
	margin-bottom: 10px
}

.page_index .con6 .con_wrap .con_item .news_swiper .swiper-slide .news_item .info_con .desc {
	width: 100%;
	height: 48px;
	font-size: 14px;
	color: #1a1a1a;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 30px
}

.page_index .con6 .con_wrap .con_item .news_pagination {
	position: relative;
	margin-top: 11px
}

.page_index .con6 .con_wrap .con_item .news_next {
	position: absolute;
	right: -68px;
	top: 142px
}

.page_index .con6 .con_wrap .con_item .news_prev {
	position: absolute;
	right: -68px;
	top: 192px
}

.help_other_c {
	width: 100%;
	height: auto;
	background-color: #f2f2f2;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.help_other_c .wrap {
	width: 1190px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 87px
}

.help_other_c .wrap .help_other {
	width: 100%;
	height: auto
}

.help_other_c .wrap .help_other>li {
	width: 100%;
	height: 320px;
	position: relative;
	margin-bottom: 40px;
	overflow: hidden;
	background-color: #fff
}

.help_other_c .wrap .help_other>li:last-child {
	margin-bottom: 0
}

.help_other_c .wrap .help_other>li>img {
	width: 100%;
	display: block
}

.help_other_c .wrap .help_other>li .shop_banner1920 {
	display: block !important
}

.help_other_c .wrap .help_other>li .shop_banner1280 {
	display: none !important
}

.help_other_c .wrap .help_other>li .info_con {
	width: 595px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%)
}

.help_other_c .wrap .help_other>li .info_con .info {
	width: 100%;
	height: auto;
	font-size: 14px;
	text-align: center
}

.help_other_c .wrap .help_other>li .info_con .info .label {
	margin-bottom: 30px
}

.help_other_c .wrap .help_other>li .info_con .info .title {
	font-size: 30px;
	text-align: center;
	margin-bottom: 15px
}

.help_other_c .wrap .help_other>li .info_con .btn_go {
	margin: 0 auto
}

.help_other_c .wrap .websit_other {
	width: auto;
	display: table;
	margin: 80px auto 0 auto
}

.help_other_c .wrap .websit_other>li {
	float: left;
	width: 238px;
	height: 42px;
	font-size: 16px;
	color: #1a1a1a;
	display: inline-block;
	text-align: center;
	border-right: 1px solid #d9d9d9;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.help_other_c .wrap .websit_other>li:last-child {
	border-right: 0
}

.help_other_c .wrap .websit_other>li a {
	line-height: 42px;
	padding-left: 34px;
	background-repeat: no-repeat;
	background-size: auto 24px;
	background-position: left center;
	display: table;
	margin: 0 auto
}

.help_other_c .wrap .websit_other>li:last-child {
	margin-right: 0
}

.help_other_c .wrap .websit_other>li.i_filter a {
	background-image: url(../image/i_filter_black.svg)
}

.help_other_c .wrap .websit_other>li.i_contrast a {
	background-image: url(../image/i_contrast_black.svg)
}

.help_other_c .wrap .websit_other>li.i_address a {
	background-image: url(../image/i_address_black.svg)
}

.help_other_c .wrap .websit_other>li.i_tel a {
	background-image: url(../image/i_tel_black.svg)
}

.page_mywatchlist .con1 {
	padding: 80px 0
}

.page_mywatchlist .con2 .title_style1>span:after {
	margin-top: 29px
}

.page_mywatchlist .con2 .product_swiper .swiper-pagination {
	position: relative;
	bottom: 0;
	margin-top: 10px
}

.page_watchlist .sort_con_c {
	width: 100%;
	height: 80px;
	background-color: #fff
}

.page_watchlist .sort_con_c .sort_con {
	width: 100%;
	height: 80px;
	background: #fff;
	position: relative;
	z-index: 101
}

.page_watchlist .sort_con_c .sort_con .sort_type {
	font-size: 18px;
	line-height: 80px;
	display: table;
	margin: 0 auto;
	position: relative;
	padding: 0 40px 0 24px;
	cursor: pointer
}

.page_watchlist .sort_con_c .sort_con .sort_type:after {
	content: ' ';
	display: block;
	width: 12px;
	height: 7px;
	background: url(../image/arrow_bottom_black.svg) no-repeat;
	background-size: 100%;
	background-position: center;
	position: absolute;
	right: 16px;
	top: 39px;
	z-index: 1
}

.page_watchlist .sort_con_c .sort_con.fixed {
	position: fixed;
	top: 80px;
	left: 0
}

.page_watchlist .sort_con_c .sort_con .sort_list {
	width: auto;
	display: table;
	margin: 0 auto;
	padding: 12px 0;
	border: 1px solid #f2f2f2;
	background-color: #fff;
	position: absolute;
	top: 9px;
	left: 50%;
	transform: translateX(-50%);
	display: none
}

.page_watchlist .sort_con_c .sort_con .sort_list>li {
	cursor: pointer
}

.page_watchlist .sort_con_c .sort_con .sort_list>li span {
	padding: 0 40px 0 24px;
	font-size: 18px;
	line-height: 42px
}

.page_watchlist .con {
	padding-top: 80px
}

.page_watchlist .con .con_item {
	position: relative
}

.page_watchlist .con .con_item .swiper-pagination {
	position: relative;
	margin-top: 16px;
	bottom: 0
}

.page_watchlist .con .con_item .btn_prev {
	position: absolute;
	top: 50%;
	left: -68px;
	margin-top: -24px
}

.page_watchlist .con .con_item .btn_next {
	position: absolute;
	top: 50%;
	right: -68px;
	margin-top: -24px
}

.page_watchlist .loadmore_c {
	width: 100%;
	height: auto;
	background-color: #f2f2f2;
	padding-top: 33px
}

.page_watchlist .loadmore_c .btn_loadMore {
	margin: 0 auto;
	cursor: pointer
}

.page_contrast .con1 {
	padding: 80px 0
}

.page_contrast .con1 .watch_list {
	width: auto;
	display: table;
	margin: 0 auto
}

.page_contrast .con2 .product_swiper .swiper-pagination {
	position: relative;
	bottom: 0;
	margin-top: 10px
}

.page_search .con1 {
	background-color: #fff
}

.page_search .con1 .websit_mark_c {
	width: 100%;
	height: auto;
	margin: 36px 0 110px 0
}

.page_search .con1 .websit_mark_c .websit_mark {
	display: table;
	margin: 0 auto;
	font-size: 14px;
	color: #1a1a1a
}

.page_search .con1 .websit_mark_c .websit_mark a {
	color: #1a1a1a
}

.page_search .con1 .con_item {
	padding-bottom: 80px
}

.page_search .con1 .con_item .title_style1 {
	margin-bottom: 30px
}

.page_search .con1 .con_item .subtitle {
	font-size: 18px;
	text-align: center;
	margin-bottom: 50px
}

.page_search .con1 .con_item .search_tab_list {
	overflow: hidden;
	font-size: 18px;
	text-align: center;
	margin-bottom: 50px
}

.page_search .con1 .con_item .search_tab_list>li {
	display: inline-block
}

.page_search .con1 .con_item .search_tab_list>li:not(:last-child) {
	margin-right: 30px
}

.page_search .con1 .con_item .search_tab_list>li.active a {
	color: #bfa666
}

.page_search .con1 .con_item .search_tab_list>li:after {
	content: ' ';
	display: block;
	width: 28px;
	height: 3px;
	background-color: #bfa666;
	margin: 9px auto 0 auto;
	opacity: 0
}

.page_search .con1 .con_item .search_tab_list>li.active:after {
	opacity: 1
}

.page_search .con1 .con_item .search_con {
	width: 518px;
	height: 58px;
	border: 1px solid #d6d6d8;
	margin: 0 auto;
	position: relative
}

.page_search .con1 .con_item .search_con .search_input {
	width: 425px;
	height: 58px;
	line-height: 58px;
	border: 0;
	padding: 0 68px 0 25px;
	font-size: 16px;
	color: #1a1a1a
}

.page_search .con1 .con_item .search_con .search_input::-webkit-input-placeholder {
	color: #a4a4a4
}

.page_search .con1 .con_item .search_con .search_input:-moz-placeholder {
	color: #a4a4a4
}

.page_search .con1 .con_item .search_con .search_input::-moz-placeholder {
	color: #a4a4a4
}

.page_search .con1 .con_item .search_con .search_input:-ms-input-placeholder {
	color: #a4a4a4
}

.page_search .con1 .con_item .search_con .btn_search {
	width: 68px;
	height: 58px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	background: url(../image/i_search_black.svg) no-repeat;
	background-size: 16px;
	background-position: center;
	border: 0
}

.page_search .con1 .con_item .btn_share p {
	display: none
}

.page_search .con1 .con_item .btns {
	margin: 80px auto 0 auto;
	display: table
}

.page_search .con1 .con_item .btns>div {
	width: 38px;
	height: auto;
	font-size: .32rem;
	text-align: center;
	color: #000
}

.page_search .con1 .con_item .btns>div .icon {
	width: 40px;
	height: 40px;
	position: relative;
	cursor: pointer;
	margin: 0 auto .4rem auto
}

.page_search .con1 .con_item .btns>div .icon:after,
.page_search .con1 .con_item .btns>div .icon:before {
	content: ' ';
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: left center;
	position: absolute;
	top: 0;
	left: 0
}

.page_search .con1 .con_item .btns>div .icon:after,
.page_search .con1 .con_item .btns>div.active .icon:before,
.page_search .con1 .con_item .btns>div:hover:not(.mobDom) .icon:before {
	display: none
}

.page_search .con1 .con_item .btns>div.active .icon:after,
.page_search .con1 .con_item .btns>div:hover:not(.mobDom) .icon:after {
	display: block
}

.page_search .con1 .con_item .btns>div .icon:before {
	background-image: url(../image/i_share_black.svg)
}

.page_search .con1 .con_item .btns>div .icon:after {
	background-image: url(../image/i_share_gold.svg)
}

.page_search .con1 .con_item .btns>div.btn_options .icon:before {
	background-image: url(../image/i_option_black.svg)
}

.page_search .con1 .con_item .btns>div.btn_options .icon:after {
	background-image: url(../image/i_option_gold.svg)
}

.page_search .con1 .filter_con {
	width: 1190px;
	height: auto;
	margin: 0 auto;
	border-bottom: 1px solid #d6d6d8
}

.page_search .con1 .filter_con .tr {
	width: 100%;
	height: auto;
	padding: 30px 0;
	overflow: hidden;
	border-top: 1px solid #d6d6d8
}

.page_search .con1 .filter_con .tr:first-child {
	padding: 28px 0
}

.page_search .con1 .filter_con .tr .th {
	display: inline-block;
	float: left;
	font-size: 24px;
	color: #000;
	margin-right: 40px;
	line-height: 40px
}

.page_search .con1 .filter_con .tr .td {
	display: inline-block;
	float: left;
	overflow: hidden
}

.page_search .con1 .filter_con .tr .left {
	display: inline-block;
	float: left;
	overflow: hidden;
	max-width: 1000px
}

.page_search .con1 .filter_con .tr .right {
	display: inline-block;
	float: right;
	overflow: hidden;
	max-width: 700px
}

.page_search .con1 .filter_con .tr .right .td {
	max-width: 605px
}

.list_style1 {
	overflow: hidden
}

.list_style1>li {
	display: inline-block;
	float: left;
	margin-left: 20px;
	position: relative;
	cursor: pointer
}

.list_style1>li:first-child {
	margin-left: 0
}

.list_style1>li input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}

.list_style1>li label {
	min-width: 108px;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	border: 1px solid #d6d6d8;
	display: block;
	font-size: 14px;
	color: #1a1a1a;
	text-align: center;
	cursor: pointer
}

.list_style1>li input:checked+label {
	background-color: #bfa666;
	border-color: #bfa666;
	color: #fff
}

.page_search .con1 .filter_con .tr .left .series_list {
	height: 60px;
	margin-top: -20px
}

.page_search .con1 .filter_con .tr .left .series_list.active {
	height: auto
}

.page_search .con1 .filter_con .tr .left .series_list>li {
	margin-top: 20px
}

.page_search .con1 .filter_con .tr .left .series_list>li:nth-child(6n+1) {
	margin-left: 0
}

.page_search .con1 .filter_con .tr .left .feature_list>li .group_content {
	height: 0;
	overflow: hidden;
	margin-top: 0
}

.page_search .con1 .filter_con .tr .left .feature_list.active>li .group_content {
	height: auto;
	margin-top: 7px
}

.filter_con .color_list {
	overflow: hidden
}

.filter_con .color_list>li {
	display: inline-block;
	float: left;
	margin-left: 18px;
	position: relative;
	cursor: pointer
}

.filter_con .color_list>li:first-child {
	margin-left: 0
}

.filter_con .color_list>li input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}

.filter_con .color_list>li label {
	display: block
}

.filter_con .color_list>li label .color_item {
	width: 40px;
	height: 40px;
	border: 2px solid #eee;
	border-radius: 50%;
	background-color: #1a1a1a;
	position: relative;
	cursor: pointer
}

.filter_con .color_list>li input:checked+label .color_item {
	border-color: #bfa666
}

.filter_con .color_list>li input:checked+label .color_item:after {
	content: ' ';
	display: block;
	width: 12px;
	height: 12px;
	background-color: #bfa666;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	margin-left: -6px
}

.filter_con .color_list>li {
	margin-top: 18px
}

.filter_con .color_list>li:nth-child(-n+10) {
	margin-top: 0
}

.page_search .con .color_list>li:nth-child(10n+1) {
	margin-left: 0
}

.page_search .con1 .filter_con .tr.price_tr {
	padding: 0;
	height: 100px
}

.page_search .con1 .filter_con .tr.price_tr .th {
	margin-top: 30px
}

.page_search .con1 .filter_con .tr.price_tr .td {
	height: 100px
}

.page_search .con1 .filter_con .tr.price_tr .td .price_range_c {
	margin-top: 30px
}

.filter_con .price_range_c {
	height: 40px;
	user-select: none
}

.filter_con .price_range_c span {
	display: inline-block;
	float: left;
	line-height: 40px
}

.filter_con .price_range_c span:before {
	content: '¥';
	margin-right: 6px
}

.filter_con .price_range_c .price_range {
	width: 777px;
	height: 2px;
	display: inline-block;
	float: left;
	background-color: #d6d6d8;
	margin: 19px 24px 0 24px;
	position: relative
}

.filter_con .price_range_c .price_range .slider {
	width: 100%;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #bfa666
}

.filter_con .price_range_c .price_range .slider>div {
	width: 16px;
	height: 16px;
	background-color: #bfa666;
	border-radius: 50%;
	position: absolute;
	cursor: e-resize
}

.filter_con .price_range_c .price_range .slider>div.min_track {
	left: -8px;
	top: 50%;
	margin-top: -8px
}

.filter_con .price_range_c .price_range .slider>div.max_track {
	right: -8px;
	top: 50%;
	margin-top: -8px
}

.filter_con .price_range_c .price_range .slider>div input {
	width: auto;
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translate(-50%);
	border: 0;
	background-color: transparent;
	outline: 0;
	text-align: center;
	cursor: default;
	font-size: 14px;
	color: #1a1a1a
}

.filter_con .btn_showMore {
	font-size: 14px;
	color: #000;
	line-height: 40px;
	padding-right: 23px;
	position: relative;
	cursor: pointer
}

.filter_con .btn_showMore:after {
	content: ' ';
	display: block;
	width: 13px;
	height: 8px;
	background: url(../image/arrow_bottom_black.svg) no-repeat;
	background-size: 100%;
	background-position: center;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px
}

.filter_con .btn_showMore.active:after {
	transform: rotate(180deg)
}

.filter_con .feature_list {
	overflow: hidden
}

.filter_con .feature_list>li {
	min-width: 130px;
	display: inline-block;
	float: left;
	margin-right: 28px
}

.filter_con .feature_list>li:nth-child(2) {
	margin-right: 40px
}

.filter_con .feature_list>li:last-child {
	margin-right: 0
}

.filter_con .feature_list>li .group_title {
	font-size: 16px;
	color: #000;
	line-height: 40px
}

.filter_con .feature_list>li .group_content {
	margin-top: 7px
}

.filter_con .feature_list>li .list_style2 {
	font-size: 14px;
	color: #000;
	line-height: 36px
}

.filter_con .feature_list>li .list_style2>li {
	position: relative;
	cursor: pointer
}

.filter_con .feature_list>li .list_style2>li input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}

.filter_con .feature_list>li .list_style2>li label {
	line-height: 36px;
	padding-left: 20px;
	position: relative;
	display: block;
	cursor: pointer
}

.filter_con .feature_list>li .list_style2>li label span {
	display: block
}

.filter_con .feature_list>li .list_style2>li label:before {
	content: ' ';
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #424242;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px
}

.filter_con .feature_list>li .list_style2>li input:checked+label {
	color: #bfa666
}

.filter_con .feature_list>li .list_style2>li input:checked+label:before {
	background-color: #bfa666;
	border-color: #bfa666
}

.filter_result {
	width: 1190px;
	height: auto;
	overflow: hidden;
	margin: 0 auto
}

.filter_result .left {
	display: inline-block;
	float: left;
	line-height: 80px
}

.filter_result .left .btn_reset {
	height: 80px;
	font-size: 14px;
	color: #bfa666;
	border: 0;
	outline: 0;
	background-color: transparent;
	cursor: pointer;
	display: inline-block;
	float: left
}

.filter_result .left .result_num {
	min-width: 135px;
	margin-left: 15px;
	font-size: 14px;
	color: #000;
	display: inline-block;
	float: left;
	text-align: right
}

.filter_result .left .result_num span {
	color: #bfa666;
	margin-right: 5px
}

.filter_result .right {
	display: inline-block;
	float: right
}

.filter_result .right .btn_filter {
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	border: 0;
	margin-top: 20px;
	outline: 0
}

.slider-container {
	width: 100%
}

.slider-container .scale {
	display: none
}

.theme-green .back-bar {
	height: 2px;
	background: #d6d6d8
}

.noVal .theme-green .back-bar {
	background: #d6d6d8
}

.theme-green .back-bar .selected-bar {
	background: #bfa666;
	background-image: none;
	filter: none
}

.noVal .theme-green .back-bar .selected-bar {
	background: #d6d6d8
}

.theme-green .back-bar .pointer {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #bfa666;
	background-image: none;
	filter: none;
	top: 50%;
	margin-top: -8px
}

.noVal .theme-green .back-bar .pointer {
	background: #d6d6d8;
	background-image: none;
	filter: none
}

.slider-container .back-bar .pointer-label {
	top: -25px;
	text-align: center;
	display: none;
	font-size: 12px
}

.slider-container .back-bar .pointer-label.focused {
	display: block
}

.page_search .con2 {
	padding: 40px 0 0 0
}

.page_search .con2 .loadmore_c {
	width: 100%;
	height: auto;
	margin: 18px auto 0 auto;
	padding-bottom: 55px
}

.page_search .con2 .loadmore_c .btn_loadmore {
	margin: 0 auto;
	cursor: pointer
}

.page_search .con3 {
	padding: 80px 0
}

.page_search .con3 .subtitle {
	font-size: 18px;
	text-align: center;
	margin-top: 30px
}

.page_search .con3 .look_other {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 80px
}

.page_search .con3 .look_other>li {
	width: 382px;
	height: 460px;
	overflow: hidden;
	background-color: #fff;
	display: inline-block;
	float: left;
	margin-right: 22px
}

.page_search .con3 .look_other>li:last-child,
.page_search .con3 .look_other>li:nth-child(3n) {
	margin-right: 0
}

.page_search .con3 .look_other>li .thumb {
	width: 100%
}

.page_search .con3 .look_other>li .thumb img {
	width: 100%;
	display: block
}

.page_search .con3 .look_other>li .info_con {
	width: 100%;
	height: auto
}

.page_search .con3 .look_other>li .info_con .info {
	margin: 80px 20px 0 20px
}

.page_search .con3 .look_other>li .info_con .info .title {
	font-size: 24px;
	color: #bfa666;
	text-align: center;
	margin-bottom: 30px
}

.page_search .con3 .look_other>li .info_con .info .btn_go {
	margin: 0 auto
}

.page_search .pagination_c {
	margin: 30px 0 50px 0
}

.page_search .con3+.help_other_c .wrap .websit_other {
	margin-top: 0
}

.page_seriesdetail .childbanner_con .wrap .childbanner_content {
	top: 10.5vw
}

.page_seriesdetail .childbanner_content .websit_title {
	margin-top: 2.6vw
}

.page_seriesdetail .childbanner_content .btn_go {
	margin: 0 auto
}

.page_seriesdetail .con1 {
	padding: 80px 0 0 0
}

.page_seriesdetail .con1 .con_wrap .subtitle {
	display: table;
	font-size: 16px;
	margin: 30px auto 0 auto
}

.page_seriesdetail .con1 .con_wrap .desc {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	margin-top: 55px;
	margin-bottom: 100px
}

.page_seriesdetail .con1 .loadmore_c {
	width: 100%;
	height: auto;
	margin-top: 17px
}

.page_seriesdetail .con1 .loadmore_c .btn_loadmore {
	cursor: pointer;
	margin: 0 auto
}

.page_series .con1 {
	padding: 80px 0
}

.page_series .con1 .con_wrap .subtitle {
	display: table;
	font-size: 16px;
	margin: 30px auto 0 auto
}

.page_series .con1 .con_item {
	margin-top: 55px;
	position: relative
}

.page_series .con1 .series_item {
	width: 100%;
	height: 380px;
	overflow: hidden;
	background-color: #fff
}

.page_series .con1 .series_item .thumb {
	width: 595px;
	height: 380px;
	overflow: hidden;
	display: inline-block;
	float: left
}

.page_series .con1 .series_item .thumb img {
	width: 100%;
	display: block
}

.page_series .con1 .series_item .info_con {
	width: 555px;
	height: 380px;
	padding: 0 20px;
	display: table
}

.page_series .con1 .series_item .info_con .info {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #1a1a1a
}

.page_series .con1 .series_item .info_con .info .label {
	font-size: 24px;
	margin-bottom: 35px
}

.page_series .con1 .series_item .info_con .title {
	font-size: 36px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-bottom: 30px
}

.page_series .con1 .series_item .info_con .btn_go {
	margin: 0 auto
}

.page_series .con1 .swiper-pagination {
	margin: 11px auto 0 auto;
	position: relative
}

.page_series .con1 .btn_prev {
	position: absolute;
	left: -68px;
	top: 50%;
	margin-top: -24px
}

.page_series .con1 .btn_next {
	position: absolute;
	right: -68px;
	top: 50%;
	margin-top: -24px
}

.page_series .con1 .series_list {
	margin-top: 80px
}

.page_series .con1 .series_list>li {
	margin-top: 80px
}

.page_series .con1 .series_list>li:first-child {
	margin-top: 0
}

.page_series .con1 .series_list>li .thumb {
	float: right
}

.page_series .con1 .series_list>li:nth-child(2n) .thumb {
	float: left
}

.page_series .con1 .loadmore_c {
	width: 100%;
	height: auto;
	margin-top: 33px
}

.page_series .con1 .loadmore_c .btn_loadmore {
	cursor: pointer;
	margin: 0 auto
}

.page_product .con1 .websit_mark_c {
	width: 100%;
	height: auto;
	padding: 36px 0 30px 0
}

.page_product .con1 .websit_mark_c .websit_mark {
	display: table;
	margin: 0 auto;
	font-size: 14px;
	color: #1a1a1a
}

.page_product .con1 .websit_mark_c .websit_mark a {
	color: #1a1a1a
}

.page_product .con1 .con_wrap {
	overflow: hidden;
	padding-bottom: 40px
}

.page_product .con1 .con_wrap .left {
	width: 768px;
	display: inline-block;
	float: left;
	position: relative
}

.page_product .con1 .con_wrap .left .detailPic_swiper {
	width: 100%;
	height: 515px;
	overflow: hidden
}

.page_product .con1 .con_wrap .left .detailPic_swiper .swiper-slide {
	width: 100%;
	height: auto
}

.page_product .con1 .con_wrap .left .detailPic_swiper .swiper-slide img {
	height: 100%;
	display: block;
	margin: 0 auto
}

.page_product .con1 .con_wrap .left .btn_prev {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 0
}

.page_product .con1 .con_wrap .left .btn_next {
	position: absolute;
	top: 50%;
	margin-top: 2px;
	left: 0
}

.page_product .con1 .con_wrap .left .swiper-pagination {
	position: relative;
	bottom: 0
}

.page_product .con1 .con_wrap .right {
	width: 382px;
	display: inline-block;
	float: right;
	margin-top: 30px
}

.page_product .con1 .con_wrap .right .pro_info {
	width: 100%;
	height: auto;
	font-size: 16px
}

.page_product .con1 .con_wrap .right .pro_info .series {
	font-size: 36px;
	margin-bottom: 9px
}

.page_product .con1 .con_wrap .right .pro_info .name {
	font-size: 24px;
	margin-bottom: 0
}

.page_product .con1 .con_wrap .right .pro_info .price {
	width: 100%;
	height: auto;
	color: #bfa666;
	margin-top: 10px;
	margin-bottom: 40px
}

.page_product .con1 .con_wrap .right .pro_info .btn_lookall+.btn_lookall {
	margin-top: 20px
}

.page_product .con1 .con_wrap .right .pro_info .btn_lookall+p {
	margin-top: 95px
}

.page_product .con1 .con_wrap .right .pro_info .btn_lookall+.btn_lookall+p {
	margin-top: 75px
}

.page_product .con1 .con_wrap .right .pro_info .name+.btn_lookall {
	margin-top: 75px
}

.page_product .con1 .con_wrap .right .pro_info .help {
	overflow: hidden;
	line-height: 30px;
	margin-top: 16px
}

.page_product .con1 .con_wrap .right .pro_info .help>* {
	display: inline-block;
	float: left
}

.page_product .con1 .con_wrap .right .pro_info .help .btn_style2 {
	width: auto;
	min-width: auto;
	height: 30px;
	line-height: 30px;
	margin: 0 10px;
	padding: 0
}

.page_product .con1 .con_wrap .right .pro_info .help .btn_searchshop {
	margin-left: 0
}

.page_product .con1 .con_wrap .right .pro_info .help .btn_style2.active,
.page_product .con1 .con_wrap .right .pro_info .help .btn_style2:hover:not(.mobDom) {
	background-color: transparent
}

.page_product .con1 .con_wrap .right .pro_info .other_opts {
	margin-top: 33px;
	padding-top: 34px;
	border-top: 1px solid #d6d6d8;
	overflow: hidden
}

.page_product .con1 .con_wrap .right .pro_info .other_opts>li {
	display: inline-block;
	float: left;
	padding: 0 30px;
	position: relative;
	font-size: 14px;
	cursor: pointer
}

.page_product .con1 .con_wrap .right .pro_info .other_opts>li:first-child {
	padding-left: 0
}

.page_product .con1 .con_wrap .right .pro_info .other_opts>li:last-child {
	padding-right: 0
}

.page_product .con1 .con_wrap .right .pro_info .other_opts>li:after {
	content: ' ';
	display: block;
	width: 1px;
	height: 16px;
	background-color: #1a1a1a;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px
}

.page_product .con1 .con_wrap .right .pro_info .other_opts>li:last-child:after {
	display: none
}

.page_product .con1 .con_wrap .right .pro_info .other_opts>li span {
	height: 16px;
	line-height: 16px;
	padding-left: 26px;
	position: relative;
	display: block
}

.page_product .con1 .con_wrap .right .pro_info .other_opts>li span:after,
.page_product .con1 .con_wrap .right .pro_info .other_opts>li span:before {
	content: ' ';
	display: block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: left cejter;
	position: absolute;
	left: 0;
	top: 0
}

.page_product .con1 .con_wrap .right .pro_info .other_opts>li.active span,
.page_product .con1 .con_wrap .right .pro_info .other_opts>li:hover:not(.mobDom) span {
	color: #bfa666
}

.page_product .con1 .con_wrap .right .pro_info .other_opts>li span:after,
.page_product .con1 .con_wrap .right .pro_info .other_opts>li.active span:before,
.page_product .con1 .con_wrap .right .pro_info .other_opts>li:hover:not(.mobDom) span:before {
	display: none
}

.page_product .con1 .con_wrap .right .pro_info .other_opts>li.active span:after,
.page_product .con1 .con_wrap .right .pro_info .other_opts>li:hover:not(.mobDom) span:after {
	display: block
}

.page_product .con1 .con_wrap .right .pro_info .other_opts>li.i_contrast span:before {
	background-image: url(../image/i_contrast_black.svg)
}

.page_product .con1 .con_wrap .right .pro_info .other_opts>li.i_contrast span:after {
	background-image: url(../image/i_contrast_gold.svg)
}

.page_product .con1 .con_wrap .right .pro_info .other_opts>li.i_like span:before {
	background-image: url(../image/i_like2.svg)
}

.page_product .con1 .con_wrap .right .pro_info .other_opts>li.i_like span:after {
	background-image: url(../image/i_like_a.svg)
}

.page_product .con1 .con_wrap .right .pro_info .other_opts>li.i_share span:before {
	background-image: url(../image/i_share_black2.svg)
}

.page_product .con1 .con_wrap .right .pro_info .other_opts>li.i_share span:after {
	background-image: url(../image/i_share_gold2.svg)
}

.page_product .con2 {
	background-color: #fff;
	padding-top: 80px
}

.page_product .con2 .title_style3 {
	margin-bottom: 80px
}

.page_product .con2 .param_list {
	width: 907px;
	height: auto;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px solid #d8d8d8
}

.page_product .con2 .param_list>li {
	width: 487px;
	border-top: 1px solid #d8d8d8;
	overflow: hidden;
	padding-right: 20px;
	display: inline-block;
	float: left
}

.page_product .con2 .param_list>li:nth-child(2n+1) {
	width: 400px;
	padding-right: 0
}

.page_product .con2 .param_list>li:first-child {
	width: 100%
}

.page_product .con2 .param_list.style2>li {
	width: 100%;
	padding-right: 0
}

.page_product .con2 .param_list.style2>li:nth-child(3),
.page_product .con2 .param_list.style2>li:nth-child(4) {
	width: 50%
}

.page_product .con2 .param_list .th {
	height: 90px;
	text-align: left;
	font-weight: 400;
	padding-right: 23px;
	display: inline-block;
	float: left
}

.page_product .con2 .param_list .th span {
	height: 90px;
	line-height: 90px;
	position: relative;
	padding-left: 78px;
	display: block
}

.page_product .con2 .param_list .th span>i {
	display: block;
	position: absolute;
	top: 0;
	left: 12px;
	width: 41px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: left center
}

.page_product .con2 .param_list .td {
	line-height: 24px;
	padding: 33px 0;
	display: table;
	text-align: justify
}

.page_product .con2 .param_list>li:first-child .td {
	max-width: 767px
}

.page_product .con3 {
	background-color: #fff;
	padding: 80px 0
}

.page_product .con3 .intro {
	font-size: 14px;
	line-height: 24px;
	color: #1a1a1a;
	text-align: center
}

.page_product .con3 .intro img {
	width: 100%;
	display: block;
	margin-top: 75px
}

.page_product .con4 {
	padding: 80px 0
}

.page_product .con4 .title_style1 span:after {
	margin-top: 25px
}

.page_product .con4 .con_item {
	position: relative
}

.page_product .con4 .product_swiper {
	width: 100%;
	height: auto;
	overflow: hidden
}

.page_product .con4 .con_item .swiper-pagination {
	position: relative;
	bottom: 0;
	margin-top: 8px
}

.page_product .con4 .con_item .btn_prev {
	position: absolute;
	left: -68px;
	top: 50%;
	margin-top: -44px
}

.page_product .con4 .con_item .btn_next {
	position: absolute;
	right: -68px;
	top: 50%;
	margin-top: -44px
}

.page_about .childbanner_con {
	overflow: visible;
	position: relative;
	z-index: 11
}

.page_about .childbanner_con .banner_pic {
	display: none
}

.page_about .childbanner_con[data-con="1"] .banner_pic1 {
	display: block
}

.page_about .childbanner_con[data-con="2"] .banner_pic2 {
	display: block
}

.page_about .childbanner_con[data-con="3"] .banner_pic3 {
	display: block
}

.page_about .about_subnav_c {
	position: relative
}

.page_about .about_subnav_c .subnav_title {
	width: 160px;
	height: 40px;
	line-height: 40px;
	position: relative;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
	user-select: none
}

.page_about .about_subnav_c .subnav_title span {
	position: relative
}

.page_about .about_subnav_c .subnav_title span:after {
	content: ' ';
	display: block;
	width: 12px;
	height: 100%;
	background: url(../image/arrow_bottom_white.svg) no-repeat;
	background-size: 100%;
	background-position: center;
	position: absolute;
	right: -27px;
	top: 0
}

.page_about .childbanner_con[data-con="1"] .about_subnav_c .subnav_title span:after {
	background-image: url(../image/arrow_bottom_gold.svg)
}

.page_about .about_subnav_c .about_subnav {
	width: 160px;
	height: auto;
	font-size: 24px;
	color: #1a1a1a;
	line-height: 40px;
	background-color: #fff;
	padding: 15px 0;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 1000;
	display: none;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.page_about .about_subnav_c .about_subnav:before {
	content: ' ';
	display: block;
	width: 0;
	height: 0;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -6px
}

.page_about .about_subnav_c .about_subnav>li {
	cursor: pointer;
	font-size: 16px
}

.page_about .about_subnav_c .about_subnav>li.active,
.page_about .about_subnav_c .about_subnav>li:hover:not(.mobDom) {
	background-color: #f9f9f9
}

.page_about .con {
	padding: 80px 0;
	background-color: #fff
}

.page_about .con .desc {
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	margin-top: 32px
}

.page_about .con .about_pic1 {
	width: 100%;
	display: block;
	margin: 100px 0
}

.page_about .con .servicesys_list {
	margin-top: 130px
}

.page_about .con2 {
	background-color: #f2f2f2
}

.page_about .con2 .history_desc {
	font-size: 24px;
	line-height: 42px;
	text-align: center;
	margin-bottom: 50px
}

.page_about .con2 .history_time_c {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 76px
}

.page_about .con2 .history_time_c .history_time {
	width: 1004px;
	height: auto;
	margin: 0 auto;
	font-size: 16px;
	text-align: center
}

.page_about .con2 .history_time_c .history_time .time_list {
	width: 100%;
	height: auto;
	overflow: hidden
}

.page_about .con2 .history_time_c .history_time .time_list>li {
	width: 116px;
	height: auto;
	display: inline-block;
	float: left;
	margin-right: 32px;
	cursor: pointer
}

.page_about .con2 .history_time_c .history_time .time_list>li:last-child {
	margin-right: 0
}

.page_about .con2 .history_time_c .history_time .time:after {
	content: ' ';
	display: block;
	width: 28px;
	height: 3px;
	background-color: transparent;
	margin: 8px auto 0 auto
}

.page_about .con2 .history_time_c .history_time .time_list>li.active .time {
	color: #bfa666
}

.page_about .con2 .history_time_c .history_time .time_list>li.active .time:after {
	background-color: #bfa666
}

.page_about .con2 .history_time_c .btn_prev {
	position: absolute;
	left: -20.5px;
	top: -16px
}

.page_about .con2 .history_time_c .btn_next {
	position: absolute;
	right: -20.5px;
	top: -16px
}

.page_about .con2 .history_news_c {
	width: 100%;
	height: auto;
	position: relative
}

.page_about .con2 .history_news {
	width: 100%;
	height: auto
}

.page_about .con2 .history_news .swiper-slide {
	width: 100%;
	height: auto
}

.hisnews_item {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #fff
}

.hisnews_item .thumb {
	width: 595px;
	height: 380px;
	overflow: hidden;
	display: inline-block;
	float: left
}

.hisnews_item .thumb img {
	width: 100%;
	display: block
}

.hisnews_item .info_con {
	width: 595px;
	height: 380px;
	display: table;
	float: right
}

.hisnews_item .info_con .info {
	padding: 0 100px 0 40px;
	display: table-cell;
	vertical-align: middle
}

.hisnews_item .info_con .info .date {
	font-size: 14px;
	margin-bottom: 25px
}

.hisnews_item .info_con .info .title {
	height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 24px;
	line-height: 30px
}

.hisnews_item .info_con .info .desc {
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden
}

.page_about .con2 .history_news_c .btn_prev {
	position: absolute;
	top: 50%;
	margin-top: -24px;
	left: -68px
}

.page_about .con2 .history_news_c .btn_next {
	position: absolute;
	top: 50%;
	margin-top: -24px;
	right: -68px
}

.page_about .con3 .about_pic_3_1 {
	width: 100%;
	display: block;
	margin: 80px 0
}

.page_about .con3 .desc2 {
	margin-bottom: 80px
}

.page_about .con3 .servicesys_list {
	margin-top: 80px
}

.page_honor .con1 {
	background-color: #fff;
	padding: 100px 0
}

.page_honor .con1 .honor_list {
	display: table;
	margin: 0 auto
}

.page_honor .con1 .honor_list>li {
	width: 540px;
	height: auto;
	position: relative
}

.page_honor .con1 .honor_list>li:after {
	content: ' ';
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #bfa666;
	position: absolute;
	top: 3px;
	right: -5px
}

.page_honor .con1 .honor_list>li:nth-child(2n):after {
	right: auto;
	left: -5px
}

.page_honor .con1 .honor_list>li:nth-child(2n) {
	margin-left: 539px
}

.page_honor .con1 .honor_list>li .honor_item {
	height: auto;
	padding-bottom: 30px;
	text-align: right;
	padding-right: 20px;
	position: relative
}

.page_honor .con1 .honor_list>li .honor_item:before {
	content: ' ';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 3px;
	background-color: #bfa666
}

.page_honor .con1 .honor_list>li:nth-child(2n) .honor_item {
	padding-left: 20px;
	padding-right: 0;
	text-align: left;
	border-right: 0
}

.page_honor .con1 .honor_list>li:nth-child(2n) .honor_item:before {
	right: auto;
	left: 0
}

.page_honor .con1 .honor_list>li:last-child .honor_item:before {
	display: none
}

.page_honor .con1 .honor_list>li .honor_item .year {
	font-size: 18px;
	color: #bfa666;
	margin-bottom: 10px
}

.page_honor .con1 .honor_list>li .honor_item .content {
	font-size: 14px;
	line-height: 24px
}

.page_publicwelfare .con1 {
	padding: 120px 0 80px 0
}

.page_publicwelfare .con1 .top_content {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 110px
}

.page_publicwelfare .con1 .publicwelfare_list {
	margin-bottom: 15px
}

.page_publicwelfare .loadmore_c {
	width: 100%;
	height: auto
}

.page_publicwelfare .loadmore_c .btn_loadmore {
	margin: 0 auto;
	cursor: pointer
}

.page_culture .con1 {
	padding: 120px 0 80px 0
}

.page_culture .top_content {
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	margin-bottom: 115px
}

.page_culture .culture_pic2 {
	width: 100%;
	display: block;
	margin: 80px 0
}

.page_culture .servicesys_list>li {
	margin-bottom: 80px
}

.page_culture .servicesys_list>li:last-child {
	margin-bottom: 0
}

.page_news {
	overflow: visible
}

.page_news .con1 {
	padding: 150px 0 80px 0
}

.page_news .con1 .news_filter_c {
	width: 100%;
	height: 48px;
	margin: 110px 0 80px 0
}

.page_news .con1 .news_filter_c .filter_item {
	width: 382px;
	height: 48px;
	display: inline-block;
	float: left;
	margin-right: 22px;
	background-color: #fff;
	position: relative
}

.page_news .con1 .news_filter_c .filter_item:nth-child(3n) {
	margin-right: 0
}

.page_news .con1 .news_filter_c .filter_item .select {
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	font-size: 16px;
	position: relative;
	cursor: pointer
}

.page_news .con1 .news_filter_c .filter_item .select:after {
	content: ' ';
	display: block;
	width: 12px;
	height: 100%;
	position: absolute;
	right: 20px;
	top: 0;
	background: url(../image/arrow_bottom_black.svg) no-repeat;
	background-size: 100%;
	background-position: center
}

.page_news .con1 .news_filter_c .filter_item .select.noVal {
	color: #a4a4a4
}

.page_news .con1 .news_filter_c .filter_item .select_list {
	width: 100%;
	height: auto;
	max-height: 240px;
	overflow-y: auto;
	background-color: #fff;
	position: absolute;
	top: 48px;
	left: 0;
	z-index: 10;
	display: none
}

.page_news .con1 .news_filter_c .filter_item .select_list>li {
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	font-size: 16px;
	cursor: pointer
}

.page_news .con1 .news_filter_c .filter_item .select_list>li.active,
.page_news .con1 .news_filter_c .filter_item .select_list>li:hover:not(.mobDom) {
	background-color: #f9f9f9
}

.page_news .con1 .news_filter_c .filter_item .select_list>li a {
	width: 100%;
	height: 100%;
	display: block;
	color: #1a1a1a
}

.page_news .loadmore_c {
	width: 100%;
	height: auto
}

.page_news .loadmore_c .btn_loadmore {
	margin: 0 auto;
	cursor: pointer
}

.page_article .con1 {
	padding: 150px 0 80px 0;
	background-color: #fff
}

.page_article .con1 .btn_back {
	font-size: 18px;
	color: #1a1a1a;
	display: table;
	margin: 0 auto 100px auto;
	padding-left: 20px;
	background: url(../image/arrow_left_black.svg) no-repeat;
	background-size: auto 12px;
	background-position: left center;
	cursor: pointer
}

.page_article .con1 .title {
	font-size: 24px;
	line-height: 28px;
	color: #bfa666;
	text-align: center;
	margin-bottom: 32px
}

.page_article .con1 .date {
	font-size: 14px;
	text-align: center;
	margin-bottom: 50px
}

.page_article .con1 .intro {
	font-size: 14px;
	line-height: 24px;
	color: #1a1a1a;
	text-align: justify;
	text-indent: 2em
}

.page_article .con1 .intro img {
	max-width: 100%;
	display: block;
	margin: 0 auto
}

.page_article .con1 .btn_share {
	width: 38px;
	height: 38px;
	cursor: pointer;
	position: relative;
	border-radius: 50%;
	display: block;
	margin: 70px auto 0 auto
}

.page_article .con1 .btn_share:after,
.page_article .con1 .btn_share:before {
	content: ' ';
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: left center;
	position: absolute;
	top: 0;
	left: 0
}

.page_article .con1 .btn_share.active:before,
.page_article .con1 .btn_share:after,
.page_article .con1 .btn_share:hover:not(.mobDom):before {
	display: none
}

.page_article .con1 .btn_share.active:after,
.page_article .con1 .btn_share:hover:not(.mobDom):after {
	display: block
}

.page_article .con1 .btn_share:before {
	background-image: url(../image/i_share_black.svg)
}

.page_article .con1 .btn_share:after {
	background-image: url(../image/i_share_gold.svg)
}

.page_article .article_bottom {
	width: 100%;
	height: auto;
	background-color: #f2f2f2
}

.page_article .article_bottom .wrap {
	width: 1190px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	position: relative
}

.page_article .article_bottom .wrap .link_prev {
	height: 80px;
	line-height: 80px;
	display: inline-block;
	float: left;
	padding-left: 17px;
	font-size: 14px;
	color: #1a1a1a;
	background: url(../image/arrow_left_black.svg) no-repeat;
	background-size: 7px;
	background-position: left center
}

.page_article .article_bottom .wrap .link_next {
	height: 80px;
	line-height: 80px;
	display: inline-block;
	float: right;
	padding-right: 17px;
	font-size: 14px;
	color: #1a1a1a;
	background: url(../image/arrow_right_black.svg) no-repeat;
	background-size: 7px;
	background-position: right center
}

.page_article .article_bottom .wrap .btn_style2 {
	position: absolute;
	left: 50%;
	top: 16px;
	transform: translateX(-50%)
}

.page_vip .con1 {
	padding: 80px 0
}

.page_vip .con1 .vip_con {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 40px 0;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8
}

.page_vip .con1 .vip_con .left {
	width: 786px;
	height: auto;
	border-right: 1px solid #d8d8d8;
	display: inline-block;
	float: left;
	font-size: 14px;
	line-height: 24px;
	text-align: justify
}

.page_vip .con1 .vip_con .left .title {
	margin-left: 14px;
	margin-bottom: 24px;
	margin-right: 30px
}

.page_vip .con1 .vip_con .left .welfare_list {
	width: 640px
}

.page_vip .con1 .vip_con .left .welfare_list>li {
	margin-bottom: 0
}

.page_vip .con1 .vip_con .right {
	width: 194px;
	height: auto;
	display: inline-block;
	float: right;
	margin-right: 102px
}

.page_vip .con1 .vip_con .right .qrcode_c {
	width: 100%;
	height: auto;
	background-color: #fff;
	overflow: hidden
}

.page_vip .con1 .vip_con .right .qrcode_c .qrcode {
	width: 100%;
	display: block
}

.page_vip .con1 .vip_con .right .qrcode_c .info {
	margin: 4px 14px 14px 14px;
	font-size: 14px;
	text-align: center;
	line-height: 18px
}

.page_shop .con {
	background-color: #fff
}

.page_shop .con1 {
	padding: 120px 0 80px 0
}

.page_shop .con1 .search_con {
	width: 518px;
	height: 58px;
	border: 1px solid #d6d6d8;
	margin: 0 auto;
	position: relative
}

.page_shop .con1 .search_con .search_input {
	width: 425px;
	height: 58px;
	line-height: 58px;
	border: 0;
	padding: 0 68px 0 25px;
	font-size: 16px;
	color: #1a1a1a
}

.page_shop .con1 .search_con .search_input::-webkit-input-placeholder {
	color: #a4a4a4
}

.page_shop .con1 .search_con .search_input:-moz-placeholder {
	color: #a4a4a4
}

.page_shop .con1 .search_con .search_input::-moz-placeholder {
	color: #a4a4a4
}

.page_shop .con1 .search_con .search_input:-ms-input-placeholder {
	color: #a4a4a4
}

.page_shop .con1 .search_con .btn_search {
	width: 68px;
	height: 58px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	background: url(../image/i_search_black.svg) no-repeat;
	background-size: 16px;
	background-position: center;
	border: 0;
	cursor: pointer
}

.shop_con {
	width: 100%;
	height: auto;
	margin-top: 120px
}

.shop_con .filter_con {
	width: 100%;
	height: 14px;
	margin-bottom: 26px;
	position: relative
}

.shop_con .filter_con .left {
	display: inline-block;
	float: left
}

.shop_con .filter_con .right {
	display: inline-block;
	float: right
}

.shop_con .filter_con .right .showType_list {
	overflow: hidden
}

.shop_con .filter_con .right .showType_list>li {
	font-size: 14px;
	padding: 0 12px;
	border-right: 1px solid #d6d6d8;
	display: inline-block;
	float: left;
	cursor: pointer
}

.shop_con .filter_con .right .showType_list>li:last-child {
	padding-right: 0;
	border: 0
}

.shop_con .filter_con .right .showType_list>li.active {
	color: #bfa666
}

.shop_con .shop_box {
	width: 100%;
	height: auto;
	position: relative
}

.shop_con .shop_box .map_con {
	width: 100%;
	height: auto
}

.map {
	width: 100%;
	height: 598px;
	border: 1px solid #bfbfbf
}

.my_zoomBtns {
	width: 32px
}

.my_zoomBtns .btn_enlarge {
	width: 32px;
	height: 32px;
	background: url(../image/i_enlarge.svg) no-repeat;
	background-size: 100%;
	cursor: pointer;
	margin-bottom: 10px
}

.my_zoomBtns .btn_narrow {
	width: 32px;
	height: 32px;
	background: url(../image/i_narrow.svg) no-repeat;
	background-size: 100%;
	cursor: pointer
}

.BMap_Marker>div>img {
	display: none
}

.shop_con .shop_box .map_list_c {
	width: 302px;
	height: 598px;
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: 100;
	background-color: #fff;
	display: none
}

.shop_con .shop_box .map_list_c .btn_close {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 32px;
	right: 22px;
	cursor: pointer;
	background: url(../image/i_close_black.svg) no-repeat;
	background-size: 100%;
	background-position: center
}

.shop_con .shop_box .map_list_c .title {
	font-size: 16px;
	color: #bfa666;
	margin: 32px 22px 0 22px
}

.shop_con .shop_box .map_list_c .cur_info {
	height: auto;
	border-top: 1px solid #d6d6d8;
	border-bottom: 1px solid #d6d6d8;
	margin: 26px 22px 4px 22px;
	padding: 28px 0;
	overflow: hidden;
	font-size: 14px;
	line-height: 15px
}

.shop_con .shop_box .map_list_c .cur_info .cur_city {
	display: inline-block;
	float: left;
	padding-left: 24px;
	background: url(../image/i_address_gold.svg) no-repeat;
	background-size: 11px;
	background-position: left center
}

.shop_con .shop_box .map_list_c .cur_info .count {
	display: inline-block;
	float: right
}

.shop_con .shop_box .map_list_c .shop_list {
	height: 441px;
	margin: 0 22px;
	overflow-y: auto
}

.page_shop .con2 {
	padding: 0 0 80px 0
}

.page_shop .con2 .title_style1 {
	margin-bottom: 20px
}

.page_shop .con2 .tel {
	font-size: 18px;
	text-align: center;
	margin-bottom: 85px
}

.page_shop .con2 .dot_title {
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-size: 24px;
	text-align: center;
	background-color: #f2f2f2;
	margin-bottom: 60px;
	overflow: hidden
}

.page_shop .con2 .dot_list {
	width: 100%;
	height: auto;
	overflow: hidden
}

.page_shop .con2 .dot_list>li {
	width: 279px;
	height: 118px;
	border: 1px solid #d6d6d8;
	display: inline-block;
	float: left;
	margin-right: 22px;
	margin-top: 22px;
	position: relative
}

.page_shop .con2 .dot_list>li:last-child,
.page_shop .con2 .dot_list>li:nth-child(4n) {
	margin-right: 0
}

.page_shop .con2 .dot_list>li:nth-child(1),
.page_shop .con2 .dot_list>li:nth-child(2),
.page_shop .con2 .dot_list>li:nth-child(3),
.page_shop .con2 .dot_list>li:nth-child(4) {
	margin-top: 0
}

.page_shop .con2 .dot_list>li img {
	width: 100%;
	display: block
}

.page_shop .con2 .dot_list>li.more {
	font-size: 14px;
	color: #8a8a8a;
	text-align: center;
	line-height: 118px
}

.shop_con .shop_box .typelist_nav_c {
	width: 100%;
	height: auto;
	background-color: #f2f2f2
}

.shop_con .shop_box .typelist_nav_c .typelist_nav {
	width: 100%;
	height: auto;
	overflow: hidden
}

.shop_con .shop_box .typelist_nav_c .typelist_nav>li {
	width: 25%;
	height: 80px;
	display: inline-block;
	float: left;
	font-size: 24px;
	text-align: center;
	cursor: pointer
}

.shop_con .shop_box .typelist_nav_c .typelist_nav>li span {
	margin-top: 25px;
	display: block
}

.shop_con .shop_box .typelist_nav_c .typelist_nav>li span:after {
	content: ' ';
	display: block;
	width: 28px;
	height: 3px;
	margin: 9px auto 0 auto
}

.shop_con .shop_box .typelist_nav_c .typelist_nav>li.active {
	color: #bfa666
}

.shop_con .shop_box .typelist_nav_c .typelist_nav>li.active span:after {
	background-color: #bfa666
}

.shop_con .shop_box .typelist_shop_list {
	width: 100%;
	height: auto;
	overflow: hidden
}

.shop_con .shop_box .typelist_shop_list>li {
	width: 382px;
	height: auto;
	min-height: 109px;
	margin-right: 22px;
	display: inline-block;
	float: left;
	line-height: 24px;
	padding: 19px 0 30px 0
}

.shop_con .shop_box .typelist_shop_list>li:last-child,
.shop_con .shop_box .typelist_shop_list>li:nth-child(3n) {
	margin-right: 0
}

.shop_con .shop_box .typelist_shop_list>li .name {
	line-height: 36px
}

.shop_con .shop_box .typelist_shop_list>li>p:nth-child(2) {
	height: 48px;
	overflow-y: hidden
}

.shop_con .shop_box .loadmore_c {
	width: 100%;
	height: auto;
	margin-top: 22px;
	margin-bottom: -26px
}

.shop_con .shop_box .loadmore_c .btn_loadMore {
	margin: 0 auto;
	cursor: pointer;
	color: #a4a4a4
}

.shop_con .shop_box .loadmore_c .btn_loadMore.active,
.shop_con .shop_box .loadmore_c .btn_loadMore:hover:not(.mobDom) {
	color: #1a1a1a
}

.about_menu,
.page_afterservice .know_list_c {
	width: 100%;
	height: auto;
	padding: 70px 0;
	background-color: #fff
}

.about_menu[data-con="2"] {
	background-color: #f2f2f2
}

.about_menu .about_subnav,
.page_afterservice .know_list_c .know_list {
	display: table;
	margin: 0 auto
}

.about_menu .about_subnav>li,
.page_afterservice .know_list_c .know_list>li {
	margin: 0 37px;
	display: inline-block;
	float: left;
	cursor: pointer;
	font-size: 18px;
	text-align: center
}

.about_menu .about_subnav>li span,
.page_afterservice .know_list_c .know_list>li a {
	color: #1a1a1a;
	display: block;
	padding: 10px
}

.about_menu .about_subnav>li.active span,
.about_menu .about_subnav>li.active a,
.page_afterservice .know_list_c .know_list>li.active,
.page_afterservice .know_list_c .know_list>li.active a {
	color: #bfa666
}



.page_afterservice .con1 {
	background-color: #fff;
	padding: 80px 0
}

.page_afterservice .con .title_style3 {
	margin-bottom: 24px
}

.page_afterservice .con .subtitle {
	font-size: 18px;
	text-align: center;
	margin-bottom: 80px
}

.page_afterservice .con2 {
	padding-top: 80px
}

.page_afterservice .con2 .promise_con {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #fff
}

.page_afterservice .con2 .promise_con .thumb {
	width: 595px;
	height: 500px;
	overflow: hidden;
	display: inline-block;
	float: left
}

.page_afterservice .con2 .promise_con .thumb img {
	width: 100%;
	display: block
}

.page_afterservice .con2 .promise_con .info_con {
	width: 595px;
	height: 500px;
	display: table;
	float: right
}

.page_afterservice .con2 .promise_con .info_con .info {
	padding: 0 65px;
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	line-height: 28px
}

.page_afterservice .con3 {
	padding: 80px 0
}

.page_afterservice .con3 .subtitle {
	margin-bottom: 70px
}

.page_afterservice .con3 .service_nav_c {
	width: 100%;
	height: auto;
	background-color: #fff;
	margin-bottom: 60px
}

.page_afterservice .con3 .service_nav_c .service_nav {
	display: table;
	overflow: hidden;
	margin: 0 auto
}

.page_afterservice .con3 .service_nav_c .service_nav>li {
	height: 80px;
	display: inline-block;
	float: left;
	padding: 0 10px;
	margin: 0 130px;
	cursor: pointer
}

.page_afterservice .con3 .service_nav_c .service_nav>li:first-child {
	margin-left: 0
}

.page_afterservice .con3 .service_nav_c .service_nav>li:last-child {
	margin-right: 0
}

.page_afterservice .con3 .service_nav_c .service_nav>li span {
	font-size: 24px;
	text-align: center;
	margin-top: 27px;
	display: block
}

.page_afterservice .con3 .service_nav_c .service_nav>li span:after {
	content: ' ';
	display: block;
	width: 28px;
	height: 3px;
	background-color: transparent;
	margin: 9px auto 0 auto
}

.page_afterservice .con3 .service_nav_c .service_nav>li.active span {
	color: #bfa666
}

.page_afterservice .con3 .service_nav_c .service_nav>li.active span:after {
	background-color: #bfa666
}

.page_afterservice .con3 .service_process_box {
	width: 100%;
	height: auto;
	font-size: 14px;
	display: none
}

.page_afterservice .con3 .service_process_box .desc {
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	margin-bottom: 50px
}

.page_afterservice .con3 .service_process_box .process_box {
	width: 100%;
	display: block;
	margin-bottom: 60px
}

.process_box .process_list {
	display: table;
	margin: 0 auto
}

.process_box .process_list>li {
	width: 382px;
	overflow: hidden;
	padding-bottom: 46px;
	position: relative
}

.process_box .process_list>li:after {
	content: ' ';
	display: block;
	width: 12px;
	height: 7px;
	background: url(../image/arrow_bottom_black.svg) no-repeat;
	background-size: 100%;
	background-position: center;
	position: absolute;
	bottom: 22px;
	left: 50%;
	margin-left: -6px
}

.process_box .process_list>li:last-child {
	padding-bottom: 0
}

.process_box .process_list>li:last-child:after {
	display: none
}

.process_box .process_list>li .icon {
	width: 64px;
	height: 64px;
	display: inline-block;
	float: left;
	position: relative;
	margin-right: 105px
}

.process_box .process_list>li:nth-child(2n) .icon {
	margin-left: 105px;
	margin-right: 0;
	float: right
}

.process_box .process_list>li .icon:after {
	content: ' ';
	display: block;
	width: 105px;
	height: 1px;
	border-bottom: 1px dashed #878787;
	position: absolute;
	left: 64px;
	top: 50%;
	margin-top: -1px
}

.process_box .process_list>li:nth-child(2n) .icon:after {
	left: auto;
	right: 64px
}

.process_box .process_list>li img {
	width: 100%;
	display: block
}

.process_box .process_list>li .num {
	width: 30px;
	height: 30px;
	background-color: #bfa666;
	border-radius: 50%;
	border: 7px solid #fff;
	font-size: 18px;
	line-height: 30px;
	color: #1a1a1a;
	text-align: center;
	display: inline-block;
	float: left;
	margin-top: 10px
}

.process_box .process_list>li:nth-child(2n) .num {
	float: right
}

.process_box .process_list>li .text {
	font-size: 18px;
	color: #bfa666;
	line-height: 64px;
	display: inline-block;
	float: left;
	margin-left: 26px
}

.process_box .process_list>li:nth-child(2n) .text {
	float: right;
	margin-left: 0;
	margin-right: 26px
}

.page_afterservice .con3 .service_process_box .tip_box {
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 20px
}

.page_afterservice .con3 .service_process_box .tip_box .title {
	font-size: 14px;
	margin-left: 14px;
	margin-bottom: 8px
}

.page_afterservice .con3 .service_process_box .tip_box .tip_list {
	max-width: 826px
}

.page_afterservice .con3 .service_process_box .tip_box .tip_list>li {
	line-height: 24px;
	margin-bottom: 0
}

.page_afterservice .con3 .service_process_box .repair_addr {
	font-size: 14px;
	line-height: 24px;
	margin-left: 14px;
	margin-bottom: 24px
}

.page_afterservice .con3 .service_process_box .repair_addr .title {
	margin-bottom: 8px
}

.page_afterservice .con4 {
	padding: 80px 0;
	background-color: #fff
}

.page_afterservice .con4 .concatus_con {
	margin-top: 80px;
	overflow: hidden;
	position: relative
}

.page_afterservice .con4 .concatus_con img {
	width: 100%;
	display: block
}

.page_afterservice .con4 .concatus_con .info_con {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%)
}

.page_afterservice .con4 .concatus_con .info_con .info .label {
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px
}

.page_afterservice .con4 .concatus_con .info_con .info .title_style3 {
	margin-bottom: 15px
}

.page_afterservice .con4 .concatus_con .info_con .info .btn_go {
	margin: 0 auto
}

.page_teamcustom .con1 {
	padding-top: 80px
}

.page_teamcustom .con1 .link_more {
	font-size: 16px;
	display: table;
	margin: 30px auto 80px auto;
	float: none
}

.page_teamcustom .con1 .con_item {
	width: 100%;
	height: auto;
	position: relative
}

.page_teamcustom .con1 .con_item .btn_prev {
	position: absolute;
	left: -68px;
	top: 50%;
	margin-top: -48px
}

.page_teamcustom .con1 .con_item .btn_next {
	position: absolute;
	right: -68px;
	top: 50%;
	margin-top: -48px
}

.page_teamcustom .con1 .con_item .swiper-pagination {
	position: relative;
	margin-top: 8px
}

.page_teamcustom .con2 {
	padding-top: 80px
}

.page_teamcustom .con2 .title_style3 {
	margin-bottom: 80px
}

.page_teamcustom .con2 .way_list {
	width: 100%;
	height: auto;
	overflow: hidden
}

.page_teamcustom .con2 .way_list>li {
	width: 382px;
	height: 568px;
	background-color: #fff;
	margin-right: 22px;
	display: inline-block;
	float: left
}

.page_teamcustom .con2 .way_list>li:last-child {
	margin-right: 0
}

.page_teamcustom .con2 .way_list>li .thumb {
	width: 100%;
	height: auto;
	overflow: hidden
}

.page_teamcustom .con2 .way_list>li .thumb img {
	width: 100%;
	display: block
}

.page_teamcustom .con2 .way_list>li .info_con {
	width: 100%;
	height: auto
}

.page_teamcustom .con2 .way_list>li .info_con .info {
	margin: 45px 10px 0 10px;
	font-size: 16px;
	line-height: 28px;
	text-align: center
}

.page_teamcustom .con2 .way_list>li .info_con .info .title_style5 {
	margin-bottom: 30px
}

.page_teamcustom .con3 {
	padding-top: 80px
}

.page_teamcustom .con3 .title_style3 {
	margin-bottom: 80px
}

.page_teamcustom .con3 .mode_list {
	width: 100%;
	height: auto;
	overflow: hidden
}

.page_teamcustom .con3 .mode_list>li {
	width: 382px;
	height: 310px;
	background-color: #fff;
	display: inline-block;
	float: left;
	overflow: hidden;
	margin-right: 22px
}

.page_teamcustom .con3 .mode_list>li:last-child {
	margin-right: 0
}

.page_teamcustom .con3 .mode_list>li .icon {
	width: 64px;
	display: block;
	margin: 40px auto
}

.page_teamcustom .con3 .mode_list>li .title {
	font-size: 18px;
	color: #bfa666;
	margin: 0 35px 30px 35px
}

.page_teamcustom .con3 .mode_list>li .desc {
	font-size: 14px;
	line-height: 24px;
	margin: 0 35px
}

.page_teamcustom .con3 .concat_con {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 80px
}

.page_teamcustom .con3 .concat_con .concat_bg {
	width: 100%;
	display: block
}

.page_teamcustom .con3 .concat_con .info_con {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%)
}

.page_teamcustom .con3 .concat_con .info_con .info .title_style5 {
	color: #fff;
	margin-bottom: 20px
}

.page_teamcustom .con3 .concat_con .info_con .info {
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: #fff
}

.page_teamcustom .con3 .concat_con .info_con .info a {
	color: #fff
}

.page_teamcustom .con4 {
	padding-top: 80px
}

.page_teamcustom .con4 .process_list {
	width: 100%;
	height: auto;
	margin-top: 80px
}

.page_teamcustom .con4 .process_list>li {
	width: 50%;
	min-height: 64px;
	margin-left: 50%;
	position: relative;
	margin-bottom: 120px
}

.page_teamcustom .con4 .process_list>li:after {
	content: ' ';
	display: block;
	width: 12px;
	height: 7px;
	position: absolute;
	bottom: -62px;
	left: -6px;
	background: url(../image/arrow_d.png) no-repeat;
	background-size: 100%
}

.page_teamcustom .con4 .process_list>li:last-child {
	margin-bottom: 0
}

.page_teamcustom .con4 .process_list>li:last-child:after {
	display: none
}

.page_teamcustom .con4 .process_list>li .icon {
	width: 64px;
	display: inline-block;
	float: left;
	position: absolute;
	left: -32px;
	top: 50%;
	margin-top: -32px
}

.page_teamcustom .con4 .process_list>li .icon img {
	width: 100%;
	display: block
}

.page_teamcustom .con4 .process_list>li .info_con {
	min-height: 64px;
	margin-left: 80px;
	display: table
}

.page_teamcustom .con4 .process_list>li .info_con .info {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	line-height: 26px;
	overflow: hidden
}

.page_teamcustom .con4 .process_list>li .info_con .info .title {
	font-size: 18px;
	color: #bfa666;
	margin-bottom: 12px
}

.page_teamcustom .con4 .process_list>li:nth-child(2n) {
	margin-left: 0
}

.page_teamcustom .con4 .process_list>li:nth-child(2n):after {
	left: auto;
	right: -6px
}

.page_teamcustom .con4 .process_list>li:nth-child(2n) .icon {
	left: auto;
	right: -32px
}

.page_teamcustom .con4 .process_list>li:nth-child(2n) .info_con {
	margin-left: 0;
	margin-right: 80px;
	text-align: right
}

.page_teamcustom .con4 .process_list>li:nth-child(2n) .info_con .info .desc {
	margin-left: 170px
}

.page_teamcustom .con5 {
	padding: 120px 0 80px 0
}

.page_teamcustom .partner_list {
	margin-top: 80px;
	overflow: hidden
}

.page_teamcustom .partner_list>li {
	width: 237px;
	height: 99px;
	display: inline-block;
	float: left;
	position: relative;
	margin-left: 1px;
	margin-top: 1px
}

.page_teamcustom .partner_list>li:nth-child(5n) {
	margin-right: 1px
}

.page_teamcustom .partner_list>li:nth-child(5n-2) {
	width: 236px
}

.page_teamcustom .partner_list>li:before {
	content: ' ';
	display: block;
	width: 1px;
	height: 90px;
	background-color: #e6e6e6;
	position: absolute;
	left: -1px;
	top: 50%;
	margin-top: -45px
}

.page_teamcustom .partner_list>li:last-child>span:before,
.page_teamcustom .partner_list>li:nth-child(5n)>a:before {
	content: ' ';
	display: block;
	width: 1px;
	height: 90px;
	background-color: #e6e6e6;
	position: absolute;
	right: -1px;
	top: 50%;
	margin-top: -45px
}

.page_teamcustom .partner_list>li:after {
	content: ' ';
	display: block;
	width: 206px;
	height: 1px;
	background-color: #e6e6e6;
	position: absolute;
	left: 50%;
	margin-left: -103px;
	top: -1px
}

.page_teamcustom .partner_list>li:nth-child(1):after,
.page_teamcustom .partner_list>li:nth-child(2):after,
.page_teamcustom .partner_list>li:nth-child(3):after,
.page_teamcustom .partner_list>li:nth-child(4):after,
.page_teamcustom .partner_list>li:nth-child(5):after {
	display: none
}

.page_teamcustom .partner_list>li>a {
	width: 100%;
	height: 99px
}

.page_teamcustom .partner_list>li img {
	width: 100%;
	display: block
}

.page_teamcustom .partner_list>li.more {
	display: table;
	text-align: center
}

.page_teamcustom .partner_list>li.more span {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px
}

.page_repaircenter .con1 {
	background-color: #fff;
	padding: 120px 0 80px 0
}

.page_repaircenter .con1 .search_con {
	width: 518px;
	height: 58px;
	border: 1px solid #d6d6d8;
	margin: 0 auto 120px auto;
	position: relative
}

.page_repaircenter .con1 .search_con .search_input {
	width: 425px;
	height: 58px;
	line-height: 58px;
	border: 0;
	padding: 0 68px 0 25px;
	font-size: 16px;
	color: #1a1a1a
}

.page_repaircenter .con1 .search_con .search_input::-webkit-input-placeholder {
	color: #a4a4a4
}

.page_repaircenter .con1 .search_con .search_input:-moz-placeholder {
	color: #a4a4a4
}

.page_repaircenter .con1 .search_con .search_input::-moz-placeholder {
	color: #a4a4a4
}

.page_repaircenter .con1 .search_con .search_input:-ms-input-placeholder {
	color: #a4a4a4
}

.page_repaircenter .con1 .search_con .btn_search {
	width: 68px;
	height: 58px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	background: url(../image/i_search_black.svg) no-repeat;
	background-size: 16px;
	background-position: center;
	border: 0;
	cursor: pointer
}

.page_repaircenter .con1 .title_style1 {
	margin-bottom: 40px
}

.page_repaircenter .con1 .title_style1 span:after {
	margin-top: 18px
}

.page_repaircenter .con1 .abstract {
	font-size: 16px;
	line-height: 30px;
	text-align: center
}

.page_repaircenter .con1 .tip {
	font-size: 14px;
	text-align: center;
	color: silver;
	margin-top: 25px
}

.page_repaircenter .shop_con {
	margin-top: 90px
}

.page_repaircenter .shop_con .shop_box .loadmore_c .btn_loadMore {
	color: #1a1a1a
}

.page_legalstatement .con1 .websit_mark_c {
	height: 80px;
	display: table;
	margin: 0 auto
}

.page_legalstatement .con1 .websit_mark_c .websit_mark {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	color: #1a1a1a
}

.page_legalstatement .con1 .websit_mark_c .websit_mark a {
	color: #1a1a1a
}

.page_legalstatement .con1 .page_title {
	padding: 54px 0 100px 0;
	font-size: 48px;
	text-align: center
}

.page_legalstatement .con2 {
	background-color: #fff;
	padding: 20px 0
}

.page_legalstatement .con2 .intro {
	font-size: 14px;
	line-height: 24px;
	color: #1a1a1a;
	text-align: justify
}

.page_legalstatement .con2 .intro a {
	color: #1a1a1a
}

.page_legalstatement .con2 .intro ul li {
	padding-left: 14px;
	position: relative
}

.page_legalstatement .con2 .intro ul li:last-child {
	margin-bottom: 0
}

.page_legalstatement .con2 .intro ul li:before {
	content: ' ';
	display: block;
	width: 4px;
	height: 4px;
	background-color: #1a1a1a;
	position: absolute;
	left: 1px;
	top: 10px
}

.page_policy .con1 .websit_mark_c {
	height: 80px;
	display: table;
	margin: 0 auto
}

.page_policy .con1 .websit_mark_c .websit_mark {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	color: #1a1a1a
}

.page_policy .con1 .websit_mark_c .websit_mark a {
	color: #1a1a1a
}

.page_policy .con1 .page_title {
	padding: 54px 0 100px 0;
	font-size: 48px;
	text-align: center
}

.page_policy .con2 {
	background-color: #fff;
	padding: 80px 0 140px 0
}

.page_policy .con2 .intro {
	font-size: 14px;
	line-height: 24px;
	color: #1a1a1a;
	text-align: justify
}

.page_policy .con2 .intro a {
	color: #1a1a1a
}

.page_policy .con2 .intro ul li {
	padding-left: 14px;
	position: relative;
	margin-left: -14px
}

.page_policy .con2 .intro ul li:last-child {
	margin-bottom: 0
}

.page_policy .con2 .intro ul li:before {
	content: ' ';
	display: block;
	width: 4px;
	height: 4px;
	background-color: #1a1a1a;
	position: absolute;
	left: 1px;
	top: 10px
}

.page_policy .con2 .intro>* {
	margin-left: 14px
}

.page_concat .con1 {
	padding: 80px 0
}

.page_concat .con1 .concat_top {
	width: 100%;
	height: 80px;
	overflow: hidden;
	line-height: 80px;
	font-size: 14px
}

.page_concat .con1 .concat_top .left {
	width: 786px;
	height: auto;
	display: inline-block;
	float: left;
	text-align: justify
}

.page_concat .con1 .concat_top .right {
	width: 296px;
	height: auto;
	display: inline-block;
	float: right
}

.page_concat .con1 .concat_con {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 60px 0 80px 0;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8
}

.page_concat .con1 .concat_con .left {
	width: 786px;
	height: auto;
	display: inline-block;
	float: left;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	border-right: 1px solid #d8d8d8
}

.page_concat .con1 .concat_con .left .company_list {
	font-size: 14px;
	line-height: 24px
}

.page_concat .con1 .concat_con .left .company_list>li {
	margin-bottom: 65px
}

.page_concat .con1 .concat_con .left .company_list>li:last-child {
	margin-bottom: 0
}

.page_concat .con1 .concat_con .left .company_list>li .name {
	font-size: 16px;
	color: #bfa666;
	margin-bottom: 20px
}

.page_concat .con1 .concat_con .left .company_list>li .name:after {
	content: ' ';
	display: block;
	width: 28px;
	height: 3px;
	background-color: #bfa666;
	margin: 20px 0 0 0
}

.page_concat .con1 .concat_con .left .company_list>li>div {
	overflow: hidden
}

.page_concat .con1 .concat_con .left .company_list>li>div p {
	display: inline-block;
	float: left
}

.page_concat .con1 .concat_con .left .company_list>li>div a {
	color: #1a1a1a
}

.page_concat .con1 .concat_con .left .company_list>li .tip {
	color: #a5a4a5;
	margin-top: 30px
}

.page_concat .con1 .concat_con .right {
	width: 296px;
	height: auto;
	display: inline-block;
	float: right
}

.page_concat .con1 .concat_con .right .qrcode_list {
	width: 194px;
	height: auto
}

.page_concat .con1 .concat_con .right .qrcode_list>li {
	width: 100%;
	height: auto;
	margin-bottom: 50px
}

.page_concat .con1 .concat_con .right .qrcode_list>li:last-child {
	margin-bottom: 0
}

.page_concat .con1 .concat_con .right .qrcode_list>li .label {
	font-size: 18px;
	text-align: center;
	margin-bottom: 5px
}

.page_concat .con1 .concat_con .right .qrcode_list>li .qrcode_c {
	width: 100%;
	height: auto;
	background-color: #fff
}

.page_concat .con1 .concat_con .right .qrcode_list>li .qrcode_c .qrcode {
	width: 100%;
	display: block
}

.page_concat .con1 .concat_con .right .qrcode_list>li .qrcode_c .info {
	padding: 5px 10px;
	font-size: 14px;
	line-height: 18px;
	color: #a4a4a4;
	text-align: center
}

.page_websit .con1 .websit_mark_c {
	height: 80px;
	display: table;
	margin: 0 auto
}

.page_websit .con1 .websit_mark_c .websit_mark {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	color: #1a1a1a
}

.page_websit .con1 .websit_mark_c .websit_mark a {
	color: #1a1a1a
}

.page_websit .con1 .page_title {
	padding: 54px 0 100px 0;
	font-size: 48px;
	text-align: center
}

.page_websit .con2 {
	background-color: #fff;
	padding: 90px 0 80px 0
}

.page_websit .con2 .websit_con {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 55px;
	margin-bottom: 40px
}

.page_websit .con2 .websit_con:last-child {
	border: 0;
	padding: 0;
	margin: 0
}

.page_websit .con2 .websit_con .websit_item {
	display: inline-block;
	float: left
}

.page_websit .con2 .websit_con .websit_item .label {
	font-size: 18px;
	color: #a5a4a5;
	margin-bottom: 20px
}

.page_websit .con2 .websit_con .websit_item .bottom {
	overflow: hidden
}

.page_websit .con2 .websit_con .websit_item .bottom .websit_list {
	width: 297px;
	display: inline-block;
	float: left
}

.page_websit .con2 .websit_con .websit_item .bottom .websit_list:nth-child(2) {
	width: 298px
}

.page_websit .con2 .websit_con .websit_item .bottom .websit_list>li a {
	font-size: 14px;
	line-height: 30px;
	color: #1a1a1a;
	display: block
}

.page_websit .con2 .websit_con .websit_item.row2 .bottom .websit_list {
	width: 595px
}

.page_movies .childbanner_con .wrap {
	height: calc(100% - 115px)
}

.page_movies .childbanner_con .wrap .childbanner_content {
	top: 50%;
	transform: translate(-50%, -50%)
}

.page_movies .childbanner_con .childbanner_content .websit_title {
	margin-bottom: 0
}

.page_movies .childbanner_con .wrap .websit_mark_c .websit_mark,
.page_movies .childbanner_con .wrap .websit_mark_c .websit_mark a {
	color: #1a1a1a
}

.page_movies .con1 {
	padding: 80px 0
}

.page_movies .con1 .movies_list {
	width: 100%;
	height: auto;
	overflow: hidden
}

.page_movies .con1 .movies_list>li {
	width: 382px;
	height: auto;
	display: inline-block;
	float: left;
	background-color: #fff;
	margin-right: 22px;
	margin-top: 22px
}

.page_movies .con1 .movies_list>li:nth-child(3n) {
	margin-right: 0
}

.page_movies .con1 .movies_list>li:nth-child(1),
.page_movies .con1 .movies_list>li:nth-child(2),
.page_movies .con1 .movies_list>li:nth-child(3) {
	margin-top: 0
}

.page_movies .con1 .movies_list>li .thumb {
	width: 382px;
	height: 215px;
	overflow: hidden;
	position: relative
}

.page_movies .con1 .movies_list>li .thumb img {
	width: 100%;
	display: block
}

.page_movies .con1 .movies_list>li .thumb .shadow {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5)
}

.page_movies .con1 .movies_list>li .thumb .btn_play {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	left: 50%;
	margin-left: -24px;
	z-index: 10;
	cursor: pointer
}

.page_movies .con1 .movies_list>li .thumb .btn_play:after,
.page_movies .con1 .movies_list>li .thumb .btn_play:before {
	content: ' ';
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0
}

.page_movies .con1 .movies_list>li .thumb .btn_play.active:before,
.page_movies .con1 .movies_list>li .thumb .btn_play:after,
.page_movies .con1 .movies_list>li .thumb .btn_play:hover:not(.mobDom):before {
	display: none
}

.page_movies .con1 .movies_list>li .thumb .btn_play.active:after,
.page_movies .con1 .movies_list>li .thumb .btn_play:hover:not(.mobDom):after {
	display: block
}

.page_movies .con1 .movies_list>li .thumb .btn_play:before {
	background-image: url(../image/i_play_black_opa.svg)
}

.page_movies .con1 .movies_list>li .thumb .btn_play:after {
	background-image: url(../image/i_play_gold.svg)
}

.page_movies .con1 .movies_list>li .info_con {
	width: 100%;
	height: auto
}

.page_movies .con1 .movies_list>li .info_con .info {
	padding: 15px 20px
}

.page_movies .con1 .movies_list>li .info_con .info .title {
	height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 18px;
	line-height: 28px
}

.page_movies .con1 .movies_list>li .info_con .info .desc {
	height: 28px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 14px;
	line-height: 28px;
	color: #a4a4a4
}

.page_movies .con1 .pagination_c {
	margin-top: 30px
}

.video_toast {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	background-color: rgba(0, 0, 0, .8);
	display: none
}

.video_toast .wrap {
	width: 1190px;
	height: 670px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -595px;
	transform: translateY(-50%)
}

.video_toast .wrap .btn_close {
	width: 16px;
	display: block;
	position: absolute;
	right: 18px;
	top: 20px;
	z-index: 20;
	cursor: pointer;
	cursor: pointer
}

.video_toast .wrap .video_con {
	width: 100%;
	height: auto
}

.video_toast .wrap .video_con .video {
	width: 100%;
	display: block
}

.video_toast .wrap .poster_con {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10
}

.video_toast .wrap .poster_con .poster_img {
	width: 100%;
	display: block
}

.video_toast .wrap .poster_con .shadow {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0, 0, 0, .5)
}

.video_toast .wrap .poster_con .name {
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: 20px;
	z-index: 2;
	margin: 0 30px;
	max-width: 80%
}

.video_toast .wrap .poster_con .btn_play {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	left: 50%;
	margin-left: -24px;
	z-index: 10;
	cursor: pointer
}

.video_toast .wrap .poster_con .btn_play:after,
.video_toast .wrap .poster_con .btn_play:before {
	content: ' ';
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0
}

.video_toast .wrap .poster_con .btn_play.active:before,
.video_toast .wrap .poster_con .btn_play:after,
.video_toast .wrap .poster_con .btn_play:hover:not(.mobDom):before {
	display: none
}

.video_toast .wrap .poster_con .btn_play.active:after,
.video_toast .wrap .poster_con .btn_play:hover:not(.mobDom):after {
	display: block
}

.video_toast .wrap .poster_con .btn_play:before {
	background-image: url(../image/i_play_black_opa.svg)
}

.video_toast .wrap .poster_con .btn_play:after {
	background-image: url(../image/i_play_gold.svg)
}

.page_join .con1 {
	padding: 98px 0 120px
}

.page_join .con1 .desc {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 80px
}

.page_join .con1 .work_list {
	margin-top: 130px
}

.page_join .con2 {
	padding: 0 0 100px 0
}

.page_join .con2 .desc {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	margin-top: 18px
}

.page_error .con1 .con_wrap {
	padding: 75px 0;
	font-size: 16px;
	color: #bfa666;
	text-align: center
}

.page_error .con1 .con_wrap .error_pic {
	width: 575px;
	display: block;
	margin: 0 auto 40px auto
}

.page_error .con1 .con_wrap .btn_style1 {
	margin: 45px auto 0 auto
}

.page_websit .con2 .pc .websit_con .websit_item .bottom .websit_list {
	width: 230px
}

.page_websit .con2 .pc .websit_con .websit_item:first-child {
	width: 60%
}

.page_websit .con2 .pc .websit_con:first-child .websit_item:first-child .bottom .websit_list {
	width: 25%
}

@media screen and (max-width:1280px) {

	.title_style1,
	.title_style2,
	.title_style3,
	.title_style4 {
		width: 1030px
	}

	.container .con .con_wrap {
		width: 1030px
	}

	.childbanner_con .wrap {
		width: 1030px;
		margin-left: -515px
	}

	.watch_list>li {
		width: 329px;
		height: 477px
	}

	.watch_list>li .thumb {
		width: 329px;
		height: 280px;
		margin-top: 50px;
		margin-bottom: 10px
	}

	.watch_list>li:nth-child(3n-1) {
		margin-right: 21px
	}

	.watch_list>li .del_toast .del_wrap .btns {
		margin: 35px 31px 0 31px
	}

	.list_style3>li {
		width: 329px
	}

	.list_style3>li .thumb {
		width: 329px;
		height: 210px
	}

	.list_style3>li:nth-child(3n-1) {
		margin-right: 21px
	}

	.list_style3>li:first-child .thumb {
		width: 515px;
		height: 328px
	}

	.list_style3>li:first-child .info_con {
		width: 515px;
		height: 328px
	}

	.list_style3>li .info_con {
		height: 180px
	}

	.list_style3>li .info_con .info {
		padding: 12px 45px 12px 19px
	}

	.list_style3>li .info_con .info .btn_go {
		margin-top: 22px
	}

	.shop_con .shop_box .typelist_shop_list>li {
		width: 329px
	}

	.shop_con .shop_box .typelist_shop_list>li:nth-child(3n-1) {
		margin-right: 21px
	}

	.header .wrap {
		width: 1030px;
		margin: 0 auto
	}

	.header .wrap .left {
		margin-left: 0
	}

	.header .wrap .right {
		margin-right: 0
	}

	.watchmenu_con .watchmenu_wrap {
		width: 1030px
	}

	.watchmenu_con .watchmenu_wrap .menu_watchSwiper_c .menu_watchSwiper .menuSeries_list>li {
		width: 257px
	}

	.watchmenu_con .watchmenu_wrap .menu_watchSwiper_c .menu_watchSwiper .menuSeries_list>li .thumb {
		width: 257px;
		height: 328px
	}

	.footer_c .footer>.top .wrap {
		width: 1030px
	}

	.footer_c .footer>.top .wrap .item {
		width: 210px;
		padding-right: 47px
	}

	.footer_c .footer>.top .wrap .item:last-child {
		width: 255px
	}

	.footer_c .footer>.bottom .wrap {
		width: 1030px;
		margin: 0 auto
	}

	.footer_c .footer>.bottom .websit_info {
		margin-left: 0
	}

	.footer_c .footer>.bottom .btn_returnTop {
		margin-right: 0
	}

	.banner_c .banner_swiper .swiper-slide .banner_content .label {
		font-size: .188rem;
		margin-bottom: .484rem
	}

	.banner_c .banner_swiper .swiper-slide .banner_content .title {
		font-size: .375rem;
		margin-bottom: .438rem
	}

	.banner_c .banner_swiper .swiper-slide .banner_content .btn_go {
		min-width: 1rem;
		height: .375rem;
		line-height: .375rem;
		font-size: .109rem
	}

	.banner_c .banner_swiper .swiper-slide .banner_content .btn_go:after {
		width: .219rem;
		height: .031rem
	}

	.banner_c .banner_swiper .arrow_style1 {
		width: .375rem;
		height: .375rem
	}

	.banner_c .banner_swiper .btn_prev {
		left: .445rem
	}

	.banner_c .banner_swiper .btn_next {
		right: .445rem
	}

	.banner_c .banner_swiper.swiper-container-horizontal .swiper-pagination-bullet {
		width: .625rem;
		height: .023rem;
		margin: 0 .039rem
	}

	.page_index .con1 .con_item .series_item {
		height: 328px
	}

	.page_index .con1 .con_item .series_item .thumb {
		width: 515px;
		height: 328px
	}

	.page_index .con1 .con_item .series_item .info_con {
		width: 475px;
		height: 328px
	}

	.moreAbs_list>li {
		width: 329px;
		height: 396px
	}

	.moreAbs_list>li:nth-child(3n-1) {
		margin-right: 21px
	}

	.moreAbs_list>li .thumb {
		width: 329px;
		height: 180px
	}

	.moreAbs_list>li .info_con {
		margin: 38px 40px
	}

	.moreAbs_list>li .info_con .btn_go {
		margin-top: 56px
	}

	.page_index .con5 .con_wrap .con_item {
		width: 634px
	}

	.page_index .con5 .con_wrap .con_item .series_item {
		height: 374px
	}

	.page_index .con5 .con_wrap .con_item .series_item .series_info {
		margin: 0 40px
	}

	.page_index .con5 .con_wrap .con_item .series_banner_pagination {
		margin-left: 337px
	}

	.page_index .con6 .con_wrap .con_item .news_swiper .swiper-slide {
		height: 328px
	}

	.page_index .con6 .con_wrap .con_item .news_swiper .swiper-slide .news_item {
		height: 328px
	}

	.page_index .con6 .con_wrap .con_item .news_swiper .swiper-slide .news_item .thumb {
		width: 515px;
		height: 328px
	}

	.page_index .con6 .con_wrap .con_item .news_swiper .swiper-slide .news_item .info_con {
		width: 515px;
		height: 328px
	}

	.page_index .con6 .con_wrap .con_item .news_next {
		top: 115px
	}

	.page_index .con6 .con_wrap .con_item .news_prev {
		top: 165px
	}

	.help_other_c .wrap {
		width: 1030px
	}

	.help_other_c .wrap .help_other>li {
		height: 276px
	}

	.help_other_c .wrap .help_other>li .shop_banner1920 {
		display: none !important
	}

	.help_other_c .wrap .help_other>li .shop_banner1280 {
		display: block !important
	}

	.help_other_c .wrap .websit_other>li {
		width: 257px
	}

	.help_other_c .wrap .websit_other>li:nth-child(2n) {
		width: 256px
	}

	.help_other_c .wrap .help_other>li .info_con {
		width: 515px
	}

	.servicesys_list>li .thumb {
		width: 515px;
		height: 433px
	}

	.servicesys_list>li .info_con {
		width: 450px;
		height: 433px
	}

	.hisnews_item .thumb {
		width: 515px;
		height: 328px
	}

	.hisnews_item .info_con {
		width: 515px;
		height: 328px
	}

	.page_about .con2 .history_time_c .history_time {
		width: 941px
	}

	.page_about .con2 .history_time_c .history_time .time_list>li {
		width: 107px
	}

	.page_afterservice .con2 .promise_con .thumb {
		width: 515px;
		height: 433px
	}

	.page_afterservice .con2 .promise_con .info_con {
		width: 515px;
		height: 433px
	}

	.page_afterservice .con2 .promise_con .info_con .info {
		padding: 0 55px
	}

	.page_afterservice .con3 .service_nav_c .service_nav>li {
		margin: 0 100px
	}

	.page_news .con1 .news_filter_c .filter_item {
		width: 329px
	}

	.page_news .con1 .news_filter_c .filter_item:nth-child(3n-1) {
		margin-right: 21px
	}

	.news_list>li {
		width: 329px;
		height: 391px
	}

	.news_list>li:nth-child(3n-1) {
		margin-right: 21px
	}

	.news_list>li .thumb {
		width: 329px;
		height: 210px
	}

	.news_list>li .info_con {
		margin: 14px 20px
	}

	.news_list>li .info_con .btn_go {
		margin-top: 22px
	}

	.page_article .article_bottom .wrap {
		width: 1030px
	}

	.page_concat .con1 .concat_con .left,
	.page_concat .con1 .concat_top .left {
		width: 680px
	}

	.page_concat .con1 .concat_top .right {
		width: 280px
	}

	.page_concat .con1 .concat_con .right {
		width: 271px
	}

	.watch_list.style3>li .bottom table tr th {
		padding-left: 30px
	}

	.watch_list.style3>li .bottom table tr td {
		width: 220px;
		padding-right: 31px
	}

	.watch_list.style3>li .top {
		height: 473px
	}

	.watch_list>li.btn_add .thumb {
		margin-bottom: 86px
	}

	.page_honor .con1 .honor_list>li {
		width: 471px
	}

	.page_honor .con1 .honor_list>li:nth-child(2n) {
		margin-left: 470px
	}

	.page_movies .con1 .movies_list>li {
		width: 329px
	}

	.page_movies .con1 .movies_list>li .thumb {
		width: 329px;
		height: 185px
	}

	.page_movies .con1 .movies_list>li:nth-child(3n-1) {
		margin-right: 21px
	}

	.video_toast .wrap {
		width: 1030px;
		height: 580px;
		margin-left: -515px
	}

	.page_product .con1 .con_wrap .left {
		width: 660px
	}

	.page_product .con1 .con_wrap .left .detailPic_swiper {
		height: 432px
	}

	.page_product .con1 .con_wrap .right {
		width: 329px
	}

	.page_product .con1 .con_wrap .right .pro_info .other_opts>li {
		padding: 0 20px
	}

	.page_search .con1 .filter_con {
		width: 1030px
	}

	.filter_con .price_range_c .price_range {
		width: 672px
	}

	.page_search .con1 .filter_con .tr .left {
		max-width: 855px
	}

	.page_search .con1 .filter_con .tr .right {
		max-width: 570px
	}

	.page_search .con1 .filter_con .tr .right .td {
		max-width: 84%
	}

	.page_search .filter_con .color_list>li:nth-child(-n+10) {
		margin-top: 18px
	}

	.page_search .filter_con .color_list>li:nth-child(-n+8) {
		margin-top: 0
	}

	.page_search .filter_con .color_list>li:nth-child(10n+1) {
		margin-left: 18px
	}

	.page_search .filter_con .color_list>li:nth-child(8n+1) {
		margin-left: 0
	}

	.page_search .con1 .filter_con .tr .left .series_list>li:nth-child(6n+1) {
		margin-left: 20px
	}

	.page_search .con1 .filter_con .tr .left .series_list>li:nth-child(5n+1) {
		margin-left: 0
	}

	.filter_con .feature_list>li {
		min-width: 70px;
		margin-right: 14px
	}

	.filter_result {
		width: 1030px
	}

	.page_search .con3 .look_other>li {
		width: 329px;
		height: 396px
	}

	.page_search .con3 .look_other>li:nth-child(3n-1) {
		margin-right: 21px
	}

	.page_search .con3 .look_other>li .info_con .info {
		margin-top: 68px
	}

	.page_series .con1 .series_item {
		height: 328px
	}

	.page_series .con1 .series_item .thumb {
		width: 515px;
		height: 328px
	}

	.page_series .con1 .series_item .info_con {
		width: 475px;
		height: 328px
	}

	.page_shop .con2 .dot_list>li {
		width: 239px;
		height: 101px
	}

	.page_teamcustom .con2 .way_list>li {
		width: 329px;
		height: 489px
	}

	.page_teamcustom .con2 .way_list>li:nth-child(3n-1) {
		margin-right: 21px
	}

	.page_teamcustom .con2 .way_list>li .info_con .info {
		margin-top: 30px
	}

	.page_teamcustom .con3 .mode_list>li {
		width: 329px;
		height: 267px
	}

	.page_teamcustom .con3 .mode_list>li:nth-child(3n-1) {
		margin-right: 21px
	}

	.page_teamcustom .con3 .mode_list>li .icon {
		margin: 23px auto
	}

	.page_teamcustom .con3 .mode_list>li .title {
		margin-bottom: 20px
	}

	.page_teamcustom .partner_list>li {
		width: 205px;
		height: 85px
	}

	.page_teamcustom .partner_list>li:nth-child(5n-2) {
		width: 204px
	}

	.page_teamcustom .partner_list>li:before {
		height: 76px;
		margin-top: -38px
	}

	.page_teamcustom .partner_list>li:after {
		width: 178px;
		margin-left: -89px
	}

	.page_teamcustom .partner_list>li:last-child>span:before,
	.page_teamcustom .partner_list>li:nth-child(5n)>a:before {
		height: 76px;
		margin-top: -38px
	}

	.page_vip .con1 .vip_con .left {
		width: 660px
	}

	.page_vip .con1 .vip_con .left .welfare_list {
		width: 550px
	}

	.page_vip .con1 .vip_con .right {
		margin-right: 87px
	}

	.page_websit .con2 .websit_con .websit_item .bottom .websit_list,
	.page_websit .con2 .websit_con .websit_item .bottom .websit_list:nth-child(2) {
		width: 257px
	}

	.page_websit .con2 .websit_con .websit_item.row2 .bottom .websit_list {
		width: 515px
	}

	.page_websit .con2 .pc .websit_con .websit_item .bottom .websit_list {
		width: 200px
	}

	.link_kefu {
		bottom: 18.194%
	}

	.page_product .con1 .con_wrap .right .pro_info .name+.btn_lookall {
		margin-top: 66px
	}

	.page_product .con1 .con_wrap .right .pro_info .btn_lookall+p {
		margin-top: 40px
	}
}

.mob_menu {
	display: none
}

.moveTop {
	display: none
}

.mob_filter_toast {
	display: none
}

.mob_addr_toast,
.qrcode_toast {
	display: none
}

.share_toast {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .9);
	z-index: 1000;
	display: none
}

.share_toast .wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.share_toast .wrap .btn_close {
	width: 20px;
	height: 20px;
	background: url(../image/i_close_white.svg);
	background-size: 100%;
	background-position: center;
	cursor: pointer;
	position: absolute;
	right: 5.208%;
	top: 100px
}

.share_toast .wrap .share_link_list {
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.share_toast .wrap .share_link_list>li {
	width: 50px;
	height: 50px;
	display: inline-block;
	float: left;
	position: relative;
	cursor: pointer;
	margin: 0 15px
}

.share_toast .wrap .share_link_list>li a {
	width: 100%;
	height: 100%
}

.share_toast .wrap .share_link_list>li .icon {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: none;
	background-size: 100% 100%;
	background-position: center
}

.share_toast .wrap .share_link_list>li .normal {
	display: block
}

.share_toast .wrap .share_link_list>li .hover {
	display: none
}

.share_toast .wrap .share_link_list>li.active .normal,
.share_toast .wrap .share_link_list>li:hover:not(.mobDom) .normal {
	display: none
}

.share_toast .wrap .share_link_list>li.active .hover,
.share_toast .wrap .share_link_list>li:hover:not(.mobDom) .hover {
	display: block
}

.share_toast .wrap .share_link_list>li:nth-child(1) .normal {
	background-image: url(../image/i_share_link1.svg)
}

.share_toast .wrap .share_link_list>li:nth-child(1) .hover {
	background-image: url(../image/i_share_link1_a.svg)
}

.share_toast .wrap .share_link_list>li:nth-child(2) .normal {
	background-image: url(../image/i_share_link2.svg)
}

.share_toast .wrap .share_link_list>li:nth-child(2) .hover {
	background-image: url(../image/i_share_link2_a.svg)
}

.share_toast .wrap .share_link_list>li:nth-child(3) .normal {
	background-image: url(../image/i_share_link3.svg)
}

.share_toast .wrap .share_link_list>li:nth-child(3) .hover {
	background-image: url(../image/i_share_link3_a.svg)
}

.share_toast .wrap .share_link_list>li:nth-child(4) .normal {
	background-image: url(../image/i_share_link4.svg)
}

.share_toast .wrap .share_link_list>li:nth-child(4) .hover {
	background-image: url(../image/i_share_link4_a.svg)
}

.share_toast .wrap .share_link_list>li:nth-child(5) .normal {
	background-image: url(../image/i_share_link5.svg)
}

.share_toast .wrap .share_link_list>li:nth-child(5) .hover {
	background-image: url(../image/i_share_link5_a.svg)
}

.share_toast .wrap .share_link_list>li:nth-child(6) .normal {
	background-image: url(../image/i_share_link6.svg)
}

.share_toast .wrap .share_link_list>li:nth-child(6) .hover {
	background-image: url(../image/i_share_link6_a.svg)
}

.share_toast .wrap .share_link_list>li .qrcode_c {
	display: table;
	position: absolute;
	top: 55px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
	color: #fff;
	white-space: nowrap;
	display: none
}

.share_toast .wrap .share_link_list>li:hover .qrcode_c {
	display: block
}

.share_toast .wrap .share_link_list>li .qrcode_c:before {
	content: ' ';
	display: block;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	margin: 0 auto
}

.share_toast .wrap .share_link_list>li .qrcode_c img {
	width: 100px;
	display: block;
	margin: 0 auto 10px auto
}

iframe {
	display: none
}

.layui-m-layer0 .layui-m-layerchild {
	width: 346px;
	min-height: 170px;
	max-width: auto;
	padding: 0 10px 10px 10px;
	border-radius: 0
}

.layui-m-layer0 .layui-m-layercont {
	padding: 60px 0 40px 0;
	font-size: 18px;
	color: #1a1a1a;
	line-height: normal
}

.layui-m-layer0 .layui-m-layerbtn {
	height: 48px;
	border-top: 0;
	background-color: #fff
}

.layui-m-layer0 .layui-m-layerbtn span {
	background-color: #1a1a1a;
	font-size: 14px;
	color: #fff;
	position: relative;
	border-radius: 0
}

.layui-m-layer0 .layui-m-layerbtn span[yes] {
	color: #fff
}

.layui-m-layer0 .layui-m-layerbtn span:after {
	content: ' ';
	display: block;
	width: 28px;
	height: 3px;
	background-color: #bfa666;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -14px
}

.layui-m-layer0 .layui-m-layerbtn span:hover {
	background-color: #bfa666
}

.fixed_right_btns {
	width: auto;
	height: auto;
	position: fixed;
	right: 0;
	bottom: 11.11%;
	z-index: 100
}

.fixed_right_btns .btns_list {
	width: 32px;
	height: auto
}

.fixed_right_btns .btns_list>li {
	width: 32px;
	height: 32px;
	position: relative;
	margin-top: 1px;
	cursor: pointer
}

.fixed_right_btns .btns_list>li:first-child {
	margin-top: 0
}

.fixed_right_btns .btns_list>li .icon {
	width: 32px;
	height: 32px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #1a1a1a
}

.fixed_right_btns .btns_list>li:not(.mobDom):hover .icon {
	background-color: #bfa666
}

.fixed_right_btns .btns_list>li.btn_kefu .icon {
	background-image: url(../image/i_kefu_white.svg);
	background-size: 19px
}

.fixed_right_btns .btns_list>li.btn_returnTop .icon {
	background-image: url(../image/arrow_top_white.svg);
	background-size: 13px
}

.fixed_right_btns .btns_list>li .tip {
	position: absolute;
	right: 37px;
	top: 50%;
	transform: translateY(-50%);
	display: none
}

.fixed_right_btns .btns_list>li:not(.mobDom):hover .tip {
	display: block
}

.fixed_right_btns .btns_list>li .tip span {
	display: table;
	height: 18px;
	background-color: #1a1a1a;
	padding: 0 4px;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	white-space: nowrap;
	position: relative
}

.fixed_right_btns .btns_list>li .tip span:after {
	content: ' ';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(100%, -50%);
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-left-color: #1a1a1a
}