.swiper-container {
	width: 100%;
	height: 100%;
	color: #262626;
	text-align: center;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 0.42vw;
	height: 0.42vw;
	border-radius: 3px;
	background: #222;
	margin-right: 0.26vw;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}

#banner img,
#swiper img {
	width: 100%;
}

#swiper .swiper-slide img,

.swiper-visible-switch {
	background: #aaa;
}

.swiper-active-switch {
	background: #fff;
}

.swiper-scrollbar {
	background: none;
	position: absolute;
	right: 0px;
	top: 2.08vw;
	height: 90%;
	width: 0.52vw;
	border-radius: 0;
}

.swiper-scrollbar .swiper-scrollbar-drag {
	background: #cccccc;
	border-radius: 0;
}

.swiper-container {
	width: 100%;
	height: 100%;
	color: #262626;
	text-align: center;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 0.42vw;
	height: 0.42vw;
	border-radius: 3px;
	background: #222;
	margin-right: 0.26vw;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}

.swiper-visible-switch {
	background: #aaa;
}

.swiper-active-switch {
	background: #fff;
}

.swiper-scrollbar {
	background: none;
	position: absolute;
	right: 0px;
	top: 2.08vw;
	height: 90%;
	width: 0.52vw !important;
	border-radius: 0;
}

.swiper-scrollbar .swiper-scrollbar-drag {
	background: #cccccc;
	border-radius: 0;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 2.34375vw;
	left: 0;
	width: 100%;
	position: relative;
	z-index: 999;
	text-align: center;
}

.swiper-pagination-bullet {
	width: 0.78125vw;
	height: 0.78125vw;
	display: inline-block;
	border: 2px #004da1 solid;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	margin: 0 0.26vw;
}

#swiper.bars .swiper-pagination-bullet {
	background-color: #875c1f;
}

#swiper.shops .swiper-pagination-bullet {
	background-color: #68b8a2;
}

#swiper.shops .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #004da1;
}


button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #ffffff;
}

.swiper-pagination-bullet-active {
	background-color: #004da1;
}

#swiper.bars .swiper-pagination-bullet-active {
	background-color: #fff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 0.52vw;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0.26vw 0;
	display: block
}



.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.h_lHisPrevd,
.h_lHisNextd,
.h_lHisPrev,
.h_lHisNext {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
	width: 1.71875vw;
	height: 1.71875vw;
	z-index: 9;
}
.index,.brand,.service,.news,.boutique{
	position: relative;
	z-index: 9999;
	background: #191a1a;
}

.header.fix {
	z-index: -8;
}

.header {
	padding: 0.78125vw 9.375vw 0 9.375vw;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999999;
}

.header:hover,
#header {
	background: #4b4f4f;
}
#header{
	position: initial;
}
.box {
	width: 62.5vw;
	margin: 0 auto
}

.menu-down dl a {
	display: block;
}

.menu-down {
	margin-top: 0;
}

.header .nav li:nth-child(2) a,
.header .nav li:nth-child(3) a,
.header .nav li:nth-child(4) a {
	position: relative;
}

.header .nav li:nth-child(2) a img.img,
.header .nav li:nth-child(3) a img.img,
.header .nav li:nth-child(4) a img.img {
	width: 0.52vw;
	display: none;
	margin: 0 auto;
}

.header .nav li:nth-child(2):hover a img.img,
.header .nav li:nth-child(3):hover a img.img ,
.header .nav li:nth-child(4):hover a img.img {
	display: block;
}

.menu-pub {
	position: absolute;
	z-index: 99999;
	left: 0;
	top: 10.2vw;
	width: 90%;
	background: #fff;
	opacity: 1;
	visibility: hidden;
	left: 5%;
	padding: 2.6vw 8.59375vw 4.17vw 9.375vw;
}

.header .nav li .menu-pub a:last-child {
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px
}

.header .nav li:hover .menu-pub {
	z-index: 2;
	opacity: 1;
	visibility: visible;
}

.header .nav li a {
	display: block;
	font-size: 0.78125vw;
	color: #fff;
}

.header .nav li {

	text-align: center;
	height: 2.6vw;
	line-height: 1.5625vw;
}

.header .nav li .menu-pub a {
	font-size: 0.73vw;
	color: #333;
	display: block;
	line-height: 1.875vw;
	margin-left: 0;
}

.head .one,
.head .one a {
	color: #fff;
}

.head .one a {
	margin-left: 1.82vw;
}

.head .one .one_lt img {
	margin-right: 0.85vw;
	width: 0.78125vw;
	height: 0.78125vw;
	align-self: center;position: relative;
left: -0.7vw;
}
.head .logo img{
	width: 7.5vw;
}
.head .one .one_lt span {
	margin-right: 2.688vw;
	cursor: pointer;
}

.head .one .one_lt input {
	/* WebKit browsers */
	color: #fff;
	font-size: 0.833vw;
}


.head .one .one_lt input {
	background: none;
	border: 0;
}

.header .nav {
	padding-top: 1.5625vw;
	width: 65%;
	margin: 0 auto;
}

.header .nav li:nth-child(2) dt {
	position: absolute;
	top: -1.5625vw;
	width: 0.52vw;
	left: 28%;
}

.header .nav li:nth-child(3) dt {
	position: absolute;
	top: -1.5625vw;
	width: 0.52vw;
	left: 42.5%;
}

.header .nav li dd .one {
	width: 18vw;
	text-align: left;
}

.header .nav li dd .tow {
	width: 16.93vw;
	margin-right: 1.3vw;
	font-size: 0.83vw;
	font-weight: lighter;
}

.header .nav li dd .one h2 {
	font-size: 0.9375vw;
	font-weight: bold;
	color: #323333;
	margin-bottom: 0.52vw;
}

.header .nav li dd .tow .txt {
	position: relative;
	bottom: 6vw;
	color: #fff;
	text-transform: uppercase;
}

.header .nav li dd .tow .txt p {
	position: relative;
	bottom: 0.52vw;
}

.vjs-tech {
	width: 100%;
	height: 46.875vw;
	object-fit: cover;
}

.pub_tit {
	padding-top: 6.77vw;
	font-size: 1.04vw;
	color: #fff;
}

.pub_tit p {
	padding: 1.3vw 0 4.6875vw 0;
	font-size: 0.83vw;
}

.tit_tit em {
	border-bottom: 1px #756c68 solid;
	padding-bottom: 0.36vw;
}

.tit_tit {
	color: #fff;
}

#swiper_ed_add {
	width: 62.5%;
	margin: 6.77vw auto 0 auto;
}

#swiper_ed_add .swiper-container {
	text-align: left;
}

#swiper_ed_add .swiper-slide dl:nth-child(1) {
	width: 58%;
}

#swiper_ed_add .swiper-slide dl:nth-child(2) {
	width: 42%;
	position: relative;
}

.index_one .dl dl {
	position: relative;
}

.index_one .dl dl:nth-child(2) em {
	position: absolute;
	bottom: 3.65vw;
	right: 3.65vw;
	display: block;
	width: 6.15vw;
	text-align: center;
	line-height: 2.08vw;
	color: #fff;
	background-color: #030000;
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
	background-color: rgba(42, 41, 40, 0.64);
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
}

.index_one .dl dl:nth-child(2) em img {
	margin-left: 0.83vw;
}

.index_one .dl dl:nth-child(1) h2 {
	color: #fad99c;
	font-size: 1.3vw;
	position: absolute;
	top: 27%;
	left: 0;
	font-family: "Verdana";
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: lighter;
}

.index_one .dl dl:nth-child(1) h3 {
	font-size: 1.25vw;
	color: #eef7f9;
	margin-bottom: 1.5625vw;
}

.index_one .dl dl:nth-child(1) p {
	font-size: 0.9375vw;
	color: #eef7f9;
	line-height: 1.98vw;
}

.index_one .dl dl:nth-child(1) .one {
	position: absolute;
	bottom: 0.78125vw;
	left: 2.86vw;
	padding-right: 2.86vw;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.index_one .dl dl:nth-child(2) em {
	display: flex;
	justify-content: center;
	cursor: pointer;
}

.index_one .dl dl:nth-child(2) em img {
	width: 0.52vw;
	height: 0.83vw;
	align-self: center;
}

.index_one .dl dl:nth-child(2) em:hover {
	color: #1f2020;
	background-color: #fff;
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
	background-color: rgba(255, 255, 255, 0.64);
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
}

.index_one .dl dl:nth-child(2) em img:last-child,
.index_one .dl dl:nth-child(2) em:hover img.to {
	display: none;
}

.index_one .dl dl:nth-child(2) em:hover img.to_b {
	display: block;
}

.index #swiper_ed {
	padding: 7.29vw 0 4.95vw 0;
	width: 61.46%;
	margin: 0 auto;
}

.index #swiper_ed dd {
	font-size: 0.9375vw;
	color: #fff;
	margin-top: 3.125vw;
}

#swiper_ed .h_lHisPrevd,
#swiper_ed .h_lHisNextd {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
	width: 1.71875vw;
	height: 2.96875vw;
	z-index: 9;
}

#swiper_ed .h_lHisPrevd {
	background: url(../images/lt.png) no-repeat;
	top: 50%;
	left: 0;
	background-size: 1.71875vw  2.96875vw;
}

#swiper_ed .h_lHisNextd {
	background: url(../images/rt.png) no-repeat;
	top: 50%;
	right: 0;
	background-size: 1.71875vw  2.96875vw;
}

#swiper_tow .h_lHisPrevds,
#swiper_tow .h_lHisNextds {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
	width: 3.59375vw;
	height: 4.74vw;
	z-index: 9;
}

#swiper_tow .h_lHisPrevds {
	background: url(../images/rt_rt.png) no-repeat;
	top: 50%;
	left: -1.83vw;
	background-size: 3.59375vw  4.74vw;
}
.h_lHisNextded{
	display: block;
}
#swiper_tow .h_lHisNextds {
	background: url(../images/lt_lt.png) no-repeat;
	top: 50%;
	right: -1.83vw;
	background-size: 3.59375vw  4.74vw;
}

.index_th img {
	width: 100%;
}

#swiper_tow {
	width: 72%;
	margin: 7.8125vw auto 13.02vw auto;
	letter-spacing: 3px;
}

#swiper_tow dt {
	background: #303131;
}
#swiper_ed dt img{
	width: 14.43vw;
}
.boutique #swiper_ed dt img{
	width: 100%;
}
#swiper_tow dt img {
	margin: 2.96875vw auto;
	width: 13.38vw;
}

#swiper_tow dd {
	background: #3f4041;
	padding: 2.34375vw 0 3.65vw 0;
	font-size: 1.04vw;
	color: #fff;
}

#swiper_tow dl:hover dt {
	background-color: #9b9b9b;
	background-color: rgba(155, 155, 155, 0.22);
}

#swiper_tow dl:hover dd {
	background: #6d6e6f;
}

#swiper_tow dd p {
	font-size: 0.73vw;
	text-transform: uppercase;
	margin-top: 1.3vw;
}

.index_five .vd{
	width: 100%;
	height: 46.875vw;
	object-fit: cover;
}
.index_five .img_pop p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 99999;
}
.index_five .img_pop p img{
	width: 5vw;
}
.index_five .dvd {
	display: none;
}

.index_five .word {
	left: 14%;
	position: absolute;
	top: 50%;
	transform: translate(-0%, -50%);
	-webkit-transform: translate(-0%, -50%);
	color: #fff;
	width: 72%;
}

.index_five .word h2 {
	font-size: 1.875vw;
	margin-bottom: 2.34375vw;
}
.index_five .word p {
	font-size: 1.25vw;
	line-height: 2.34375vw;
}

.index_five .word a {
	display: block;
	width: 8.33vw;
	line-height: 3.125vw;
	text-align: center;
	color: #fff;
	border: 1px #fff solid;
	margin-top: 1.5625vw;
	font-size: 1.25vw;
	text-transform: uppercase;
}

.index_five #videoId {
	height: 46.875vw;
	width: 100%;
	object-fit: cover;
}

.index_five {
	padding-bottom: 120px;
}

.footer {
	background: #0c0d10;
	padding-top: 4.6875vw;
}

.footer .foot {
	width: 67%;
	margin: 0 auto;
}

.footer .tow {
	width: 67%;
	margin: 0 auto;
	padding: 2.86vw 0 4.6875vw 0;
}

.footer .foot p,
.footer .foot p a,
.footer .tow a {
	font-size: 0.72vw;
	color: #e0e0e0;
	line-height: 2.08vw;
	display: block;
}

.footer .foot p img {
	margin-right: 0.833vw;
	width: 1.15vw;
}
.footer .foot dl:last-child p:nth-child(3) img{
	width: 2.14vw;
}
.footer .foot dt,
.footer .tow dt {
	color: #797979;
	font-size: 0.89vw;
	margin-bottom: 2.34375vw;
}

.footer .tow dt {
	color: #ffffff;
}

.footer .center {
	color: #787979;
	font-size:0.73vw;
	padding: 1.5625vw 0;
}
.head .one .one_rt,
.head .one .one_lt{
	width: 13.125vw;
}
.head .one .logo a{
	margin-left: 0;
}
.head .one .one_rt{
	display: flex;
	justify-content: space-between;
}
.footer .center a {
	color: #787979;
	margin-left: 12vw;
}

.header .nav li dd .tow:hover .img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
/* .footer .foot dl {
	flex: 1;
}
.footer .foot dl dd {
	width: 100%;
} */
.footer .foot dl:nth-child(1),
.footer .foot dl:nth-child(2),
.footer .foot dl:nth-child(3){
	width: 25%;
}
.footer .foot dl:nth-child(4){
	width: 10%;
}
.h_lHisNextded{
	width: 6.15vw;
	height: 2.08vw;
	position: absolute;
bottom: 3.65vw;
right: 3.90625vw;
z-index: 9999;
cursor: pointer;
}


.footer .foot p:hover,
.footer .tow a:hover {
	font-weight: bold;
	cursor: pointer;
}

.boutique dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.menu {
	position: fixed;
	z-index: 99999999;
	top: 0;
	width: 33.3333333333%;
	left: 0;
	right: 0;
	background-color: #fff;
	transition: all .3s cubic-bezier(.39, .575, .565, 1);
	height: 100vh;
	padding-left: 3.3333333333vw;
	padding-right: 3.3333333333vw;
	box-shadow: inset -1px 0 0 #eae8e4;
	transform: translate3d(-100%, 0, 0);
}

.menu.cur {
	transform: translateZ(0);
}

.menu .close {
	margin: 2.3333333333vw auto;
	cursor: pointer;
}
.menu .close img{
	width: 1vw;
	position: relative;
	top: -2px;
}
.menu ul {
	height: 60vh;
}

.menu .test {
	border-top: 1px #e9e9e9 solid;
	padding: 2.3333333333vw;
	margin-left: -2.3333333333vw;
	margin-right: -2.3333333333vw;
}

.menu .test p {
	line-height: 1.875vw;
}

.menu ul li {
	padding: 0.78125vw 0;
	font-size: 1.15vw;
}

.menu ul li a {
	-webkit-transition-duration: .1s;
	transition-duration: .1s;
	border-bottom: 1px #fff solid;
}

.menu ul li:hover a {
	border-bottom: 1px #181009 solid;
}

.menu ul li.cur a {
	color: #666666;
}

.mask {
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(0, 0, 0, .8);
}

body.fix {
	position: fixed;
	overflow: hidden;
	width: 100%;
	top: 0px;
}
#news_cont{
	position: relative;
	z-index: 9999;
	background: #191a1a;
}
.boutique #swiper_ed{
	width: 70.83%;
	margin: 0 auto;
	padding: 11.71875vw 0 9.64vw 0;
}

.boutique dt {
	height: 26.04vw;
	overflow: hidden;
}

.boutique dd h2 {
	font-size: 1.5625vw;
	margin: 3.65vw auto 2.6vw auto;
	color: #fff;
}

.boutique dd p {
	font-size: 1.04vw;
	line-height: 2.34375vw;
	color: #fff;
}
.banner_brand {
	
	background-repeat:no-repeat; 
	background-attachment:fixed;
	background-size: 100% 41.67vw;
	height: 41.67vw;
}
.banner_service {
	background:url(../images/service.jpg) no-repeat; 
	background-repeat:no-repeat; 
	background-attachment:fixed;
	background-size: 100% 41.67vw;
	height: 41.67vw;
}
.banner_news {
	background:url(../images/news.jpg) no-repeat; 
	background-repeat:no-repeat; 
	background-attachment:fixed;
	background-size: 100% 41.67vw;
	height: 41.67vw;
}
.boutique #swiper_ed .h_lHisPrevd {
	background: url(../images/lt_s.png) no-repeat;
	top: 76%;
	background-size:1.71875vw 2.96875vw;
}

.boutique #swiper_ed .h_lHisNextd {
	background: url(../images/rt_s.png) no-repeat;
	top: 76%;background-size:1.71875vw 2.96875vw;
}

.banner dd {
	font-weight: lighter;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
}

.banner h2 {
	font-size: 2.5vw;
	font-weight: lighter;
	margin-bottom: 2.08vw;
	letter-spacing: 3px;
}

.banner p {
	font-size: 1.25vw;
	letter-spacing: 3px;
}

.banner .img {
	position: absolute;
	bottom: -3vw;
	left: 50%;
	transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);  z-index: 9999999999999999;
}
.banner .img img{
	width: 6vw;
}
.head .one .one_lt span.flex {
	margin-right: 0;
}

.head .one .one_lt span input {
	width: 2.6vw;
}

.ser_one .pub_tit {
	padding-top: 11.46vw;
}

.ser_one .pub_tit p {
	padding-bottom: 120px;
}

.tit_tit_pub em {
	background: #4b4441;
	width: 5vw;
	height: 1px;
	display: block;
	margin: 0.73vw auto;
}

.tit_tit_pub {
	letter-spacing: 3px;
	color: #fff;
	font-size: 1.5625vw;
	letter-spacing: 3px;
	font-weight: bold;
}

.service .index_five {
	margin: 2.6vw auto 4.17vw auto;
}

.ser_tow {
	width: 62%;
	margin: 0 auto;
}

.ser_tow .ck {
	display: flex;
	justify-content: space-between;
	font-size: 1.25vw;
	font-weight: bold;
	color: #fff;
	letter-spacing: 3px;
}

.ser_tow .lime {
	width: 55.2vw;
	height: 1px;
	background: #fff;
	margin: 0.57vw auto;
}

.ser_tow .ck span {
	cursor: pointer;
}

.ser_tow .ck span i {
	display: block;
	width: 0.83vw;
	height: 0.83vw;
	background: #fff;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	position: relative;
	top: 0.21vw;
	left: 0.21vw;
}

.ser_tow .ck_show {
	padding: 6vw  0 10.42vw 0;
}

.ser_tow .ck_show h2 {
	font-size: 1.46vw;
	color: #eef7f9;
	margin-bottom: 2.1vw;
	font-weight: normal;
}

.ser_tow .ck_show p {
	color: #eef7f9;
	font-size: 0.9375vw;
	line-height: 2.08vw;
	font-weight: lighter;
}

.ser_tow .ck_show p:last-child {
	margin-top: 3.125vw;
}

.ser_tow .ck_show .one {
	display: none;
}

.ser_tow .ck_show .one.cur {
	display: block;
}

.ser_tow .ck span em {
	border: 1px rgba(0, 0, 0, 0) solid;
	display: block;
	width: 1.35vw;
	height: 1.35vw;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	position: relative;
	top: 1.30vw;
	left: 2.24vw;
}

.ser_tow .ck span.cur em {
	border: 1px #fff solid;
}

.ser_th dt img {
	width: 100%;
}

.ser_th dl {
	position: relative;
}

.ser_th dd {
	position: absolute;
	top: 50%;
	right: 23.35%;
	transform: translate(-0%, -50%);
	-webkit-transform: translate(-0%, -50%);
	color: #fff;
}

.ser_th dd p:nth-child(1) {
	font-size: 1.04vw;
}

.ser_th dd p:nth-child(2) {
	font-size: 1.35vw;
	margin: 1.25vw 0;
}

.ser_th dd p:nth-child(3) {
	font-size: 1.5625vw;
}

.content {
	padding-top: 16.67vw;
	color: #fff;
}

.content h2 {
	font-size: 1.875vw;
	font-weight: lighter;
	margin-bottom: 10vw;
}

.content p {
	font-size: 1.25vw;
	font-weight: lighter;
	margin-bottom: 3.125vw;
}

.content p:nth-last-child(2) {
	color: #878787;
	margin: 4.17vw 0 8.59375vw 0;
}

.content p:last-child {
	margin-bottom: 0;
}

.brand_one .dl {
	width: 64.58%;
	margin: 8.07vw auto 9vw auto;
}

.brand_one .word {
	align-self: center;
	width: 66.4%;
}

.brand_one .word p {
	color: #eef7f9;
	font-size: 0.9375vw;
	line-height: 2.5vw;
	text-indent: 2em;
	margin-top: 2.6vw;
	font-weight: lighter;
}

.brand_one .word p:nth-child(1) {
	margin-top: 0;
}

.brand_one .img {
	width: 24.3%;
}

.brand .ser_tow .ck {
	width: 25.26vw;
	margin: 0 auto;
}

.brand .ser_tow .lime {
	width: 20vw;
}

.brand .ser_tow .ck_show .one.cur {
	display: flex;
}

.brand .ser_tow .ck_show .one dt {
	color: #a7a7a7;
	font-size: 1.04vw;
	font-weight: lighter;
}

.brand .ser_tow .ck_show .one dd {
	color: #eef7f9;
	font-size: 1.25vw;
	font-weight: lighter;
	margin-bottom: 1.32vw;
}

.brand .ser_tow .ck_show .one dt em {
	display: block;
	margin: 0.78125vw 0;
	background: #a7a7a7;
	width: 0.36vw;
	height: 2px;
}

.brand .ser_tow .ck_show .one .dl:nth-child(1) {
	width: 36.27%;
}

.brand .ser_tow .ck_show .one dd {
	font-size: 1.02vw;
}

.brand .ser_tow .ck_show .one .dl:nth-child(2) {
	width: 51.31%;
}

.brand .ser_tow {
	width: 65%;
}

#banner dd {
	bottom: 2.86vw;
	font-size: 3.75vw;
	top: auto;
	left: 50%;
	transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
}

#banner dd h2 {
	margin-bottom: 0;
}

.list {
	width: 70%;
	margin: 0 auto;
	padding: 4.95vw 0 0 0;
}

.list_lt {
	width: 13.21%;
}

.list_rt {
	width: 85.18%;
}

.now {
	margin-bottom: 1.82vw;
}

.list_lt h2 {
	font-size: 1.15vw;
	color: #323333;
	margin-bottom: 1.35vw;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.list_lt ul {
	display: none;
}

.list_lt .one.cur ul {
	display: block;
}

.list_lt h2 i {
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.list_lt .one.cur h2 i {
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}

.list_lt h2 i {
	align-self: center;
}

.list_lt li a {
	display: block;
	font-size: 0.83vw;
	color: #323333;
	line-height: 2.08vw;
	font-weight: lighter;
}

.list_lt li a:hover {
	font-weight: bold;
}

.list_lt .one:last-child {
	margin-top: 2.86vw;
}

.cont .cont_one {
	width: 63.33%;
	margin: 16.67vw auto 8.33vw auto;
}

.cont .cont_one .img {
	width: 47%;
	background: #e0e0e0;
	align-self: baseline;
}

.cont .cont_one .img p {
	display: none;
}

.cont .cont_one .img p.cur {
	display: block;
}

.cont .cont_one .word {
	width: 47%;
	align-self: center;
}

.cont .cont_one .word .pic {
	display: flex;
}

.cont .cont_one .word .pic p {
	width: 6.25vw;
	height: 6.25vw;
	background: #e0e0e0;
	margin-right: 8px;
	cursor: pointer;
}

.cont .cont_one .word .tit h2 {
	font-size: 1.46vw;
	color: #101111;
}

.cont .cont_one .word .tit p {
	font-size: 1.09375vw;
	color: #484848;
	font-weight: lighter;
	margin: 1.3vw 0 3.65vw 0;
}

.cont .cont_one .word .test h2 {
	font-size: 1.04vw;
	color: #101111;
}

.cont .cont_one .word .test p {
	font-size: 1.5625vw;
	color: #101111;
	margin: 1.67vw 0;
}

.cont .cont_one .word .txt h2 {
	font-size: 1.04vw;
	color: #323333;
	font-weight: lighter;
	margin-top: 2.6vw;
}

.cont .cont_one .word .txt p {
	font-size: 0.83vw;
	color: #323333;
	line-height: 2.1875vw;
	margin-top: 0.83vw;
	width: 84%;
}

.like .center {
	font-size: 1.46vw;
	color: #101111;
	margin-bottom: 8.33vw;
}

.cont #swiper_ed {
	width: 63.33%;
	margin: 0 auto;
	padding-bottom: 6.51vw;
}

.cont #swiper_ed dt img {
	width: 11.875vw;
}

.cont #swiper_ed dd h2 {
	font-size: 0.8375vw;
	color: #101111;
	margin: 1.5625vw auto 0.78125vw auto;
}

.cont #swiper_ed dd p {
	font-size: 0.73vw;
	color: #101111;
}

.cont #swiper_ed .h_lHisPrevd {
	background: url(../images/lt_s.png) no-repeat;
	top: 20%;
	left: -5.21vw;background-size: 1.71875vw  2.96875vw;
}

.cont #swiper_ed .h_lHisNextd {
	background: url(../images/rt_s.png) no-repeat;
	top: 20%;
	right: -5.21vw;
	background-size: 1.71875vw  2.96875vw;
}

.cont .swiper-pagination-bullet {
	background-color: none;
	border: 1px #313232 solid;
	width: 0.625vw;
	height: 0.625vw;
}

.cont .swiper-pagination-bullet-active {
	background-color: #313232;
}

.cont .swiper-pagination {
	text-align: center;
	margin: 5.73vw auto 0 auto;
}

.news .dl dl h2 {
	font-size: 0.78125vw;
	color: #eef7f9;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 1.82vw 0 1.5625vw 0;
}

.news .dl dl p {
	font-size: 0.625vw;
	color: #8c9192;
	line-height: 1.5625vw;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}


.news .dl {
	width: 68.17%;
	margin: 7.29vw auto 0 auto;
}

.news .dl dl {
	width: 23%;
	margin-left: 2.6%;
	margin-bottom: 2.6%;
	padding: 1.04vw 0.78125vw;
	background: #3f4040;
}

.news .dl dt {
	height: 13.54vw;
	overflow: hidden;
}

.news .dl dl:nth-child(4n+1) {
	margin-left: 0;
}

.page {
	text-align: center;
	padding: 7.03125vw 0 5.73vw 0;
}

#pages {
	display: flex;
	justify-content: center;
	font-size: 1.5625vw;
	color: #fff;
}
.header .nav li dd .one a:hover{
	font-weight: bold;
}
#pages li {
	font-family: "Verdana";
	margin: 0 1.3vw;
}

#pages li a {
	color: #fff;
}

#pages li.active {
	border-bottom: 1px #fff solid;
}

.news .dl dl {
	position: relative;
	overflow: hidden;
}

.news .dl dt p {
	position: absolute;
	width: 100%;
	height: 100%;
	top: -100%;
	left: 0;
	background-color: #212222;
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
	background-color: rgba(33, 33, 34, 0.84);
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
}

.news .dl dt em {
	display: block;
	width: 3.62vw;
	text-align: center;
	line-height: 2.5vw;
	font-size: 0.9375vw;
	color: #fff;
	border: 1px #fff solid;
	position: absolute;
	top: 150%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.news .dl dl:hover dt p {
	top: 0;
}

.news .dl dl:hover dt em {
	top: 50%;
}

.news .dl dt em:hover {
	background: #fff;
	color: #333;
}

#new.banner dd {
	bottom: 5.46875vw;
	top: auto;
	left: 50%;
	transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
}

#new.banner dd h2 {
	font-size: 1.5625vw;
	font-weight: bold;
}

#new.banner dd p {
	font-size: 0.83vw;
	font-weight: lighter;
}

#new.banner dd p img {
	margin-right: 0.42vw;
}

#new.banner dd p em:nth-child(1) {
	margin-right: 1.82vw;
}

#news_cont {
	margin: 0 auto;
	padding: 0 15%;
	padding-top: 8.33vw;
}

#news_cont p img {
	display: block;
	margin: 0 auto;
}

#news_cont h2 {
	font-size: 1.25vw;
	color: #eef7f9;
	font-weight: lighter;
	text-align: center;
	margin: 3.90625vw auto 3.39vw auto;
}

#news_cont p {
	margin-bottom: 2.34375vw;
	font-size: 0.9375vw;
	line-height: 1.875vw;
	font-weight: lighter;
	color: #eef7f9;
}

.other {
	color: #fff;
	font-size: 1.46vw;
	margin: 7.8125vw auto 4.6875vw auto;
}

#swiper_ed.cont_cont {
	width: 62.5%;
	margin: 0 auto;
}

#swiper_ed.cont_cont dl {
	padding: 0.83vw;
	background: #262828;
}

#swiper_ed.cont_cont dl h2 {
	font-size: 0.78125vw;
	color: #eef7f9;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 1.82vw 0 1.5625vw 0;
}

#swiper_ed.cont_cont dl p {
	font-size: 0.625vw;
	color: #8c9192;
	line-height: 1.5625vw;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

#swiper_ed.cont_cont .swiper-container {
	text-align: left;
}

#swiper_ed.cont_cont {
	padding-bottom: 10vw;
}

#swiper_ed.cont_cont dt p {
	position: absolute;
	width: 100%;
	height: 100%;
	top: -100%;
	left: 0;
	background-color: #212222;
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
	background-color: rgba(33, 33, 34, 0.84);
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
}

#swiper_ed.cont_cont dl:hover dt p {
	top: 0;
}

#swiper_ed.cont_cont dl:hover dt em {
	top: 50%;
}

#swiper_ed.cont_cont dt em {
	display: block;
	width: 3.65vw;
	text-align: center;
	line-height: 2.5vw;
	font-size: 0.9375vw;
	color: #fff;
	border: 1px #fff solid;
	position: absolute;
	top: 150%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

#swiper_ed.cont_cont .h_lHisPrevd {
	top: 30%;
	left: -7.8125vw;
}

#swiper_ed.cont_cont .h_lHisNextd {
	top: 30%;
	right: -7.8125vw;
}

.list_rt .one {
	width: 24%;
	margin-left: 1.3%;
	margin-bottom: 1.6%;
	border: 1px #fff solid;
	padding: 0.78125vw;
}

.list_rt .one:hover {
	border: 1px #c1bfbf solid;
}

.list_rt .one .swiper-slide {
	background: #e0e0e0;
}

.list_rt .one:nth-child(4n+1) {
	margin-left: 0;
}

.list_rt .name {
	text-align: center;
	color: #101111;
	font-size: 0.83vw;
}

.list_rt .name h2 {
	color: #101111;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
	margin-top: 2.86vw;
	letter-spacing: 3px;
}

.list_rt .name p {
	margin: 1.04vw auto 2.08vw auto;
	letter-spacing: 3px;
}

.more {
	width: 100%;
	text-align: center;
	margin: 6.25vw auto;
}

.more em {
	color: #0b0c0c;
	font-size: 1.25vw;
	display: block;
	width: 10.9375vw;
	line-height: 3.85vw;
	border: 1px #0b0c0c solid;
	cursor: pointer;
	margin: 0 auto;
}

.more em:hover {
	background: #0b0c0c;
	color: #fff;
}

@font-face {
	font-family: "Verdana";
	font-style: normal;
	font-weight: 300;
	src: url("../font/MyriadPro-Regular-14.woff2") format("woff2"), url("../font/MyriadPro-Regular-14.woff") format("woff");
	font-display: swap;
}

.sys_mcover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.72);
	display: none;
	z-index: 9999;
}

.sys_mcover .sys_info {
	border-top: 3px #bd0319 solid;
	width: 22vw;
	height: 16vw;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.sys_mcover .sys_info em {
	display: block;
	color: #3d3d3d;
	border: 1px #cccccc solid;
	width: 44.5%;
	line-height: 2.5vw;
	margin: 1.5625vw auto 0 auto;
	cursor: pointer;
	font-size: 0.83vw;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.sys_mcover .sys_info em:nth-child(1){
	background: #ffb400;
	border: 1px #ffb400 solid;
	color: #fff;
}


.sys_mcover dt{
	text-align: center;
	position: relative;
	padding: 20px;
	border-bottom: 1px #eee solid;
}
.sys_mcover dt img{
	position: absolute;
	right: 20px;
	width: 20px;
	cursor: pointer;
}
.sys_mcover dd{
	text-align: center;
	padding-top: 30px;
}
.sys_mcover dd p:last-child{
	margin-top: 15px;
}
.cont .cont_one {
  margin:5vw auto 8.33vw auto;
}