﻿* {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-focus-ring-color: transparent;
}

/* html {-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);} */
html,
body {
	width: 100%;
	height: 100%;
	cursor: default;
	font-family: Source Han Serif CN;
}

img {
	border: none;
	vertical-align: middle;
}

em,
i {
	font-style: normal;
}

a {
	color: white;
	outline: none;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
}

input {
	-webkit-appearance: none;
	outline: none;
	border: none;
}

button {
	border: none;
	outline: none
}

button,
textarea {
	font: inherit
}

table {
	border-collapse: collapse
}

.display_flex {
	display: -webkit-box;
	/* / 老版本语法: Safari, iOS, Android browser, older WebKit browsers. / */
	display: -moz-box;
	/* / 老版本语法: Firefox (buggy) / */
	display: -ms-flexbox;
	/* / 混合版本语法: IE 10 / */
	display: -webkit-flex;
	/* / 新版本 语法： Chrome 21+ / */
	display: flex;
	/* / 新版本语法： Opera 12.1, Firefox 22+ / */
}

/* .IE {-ms-flex-direction: column-reverse;} */
/* .flex-direction {-webkit-box-orient: vertical;-webkit-box-direction: normal;-moz-box-orient: vertical;-moz-box-direction: normal;-webkit-flex-direction: column;flex-direction: column;}.align-items {-webkit-box-align: center;-moz-box-align: center;box-align: center;-webkit-align-items: center;align-items: center;}.flex_direction_row_reverse {-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}.flex_direction_column {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}.flex_direction_column_reverse {-webkit-box-orient: vertical;-webkit-box-direction: reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;}.flex_wrap_nowrap {-ms-flex-wrap: nowrap;flex-wrap: nowrap;}.flex_wrap_wrap {-ms-flex-wrap: wrap;flex-wrap: wrap;}.flex_wrap_wrap_reverse {-ms-flex-wrap: wrap-reverse;flex-wrap: wrap-reverse;}.justify_content_flex_start {-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}.justify_content_flex_end {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}.justify_content_center {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}.justify_content_space_between {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}.justify_content_space_around {-ms-flex-pack: distribute;justify-content: space-around;}.align_items_flex_start {-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}.align_items_flex_end {-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}.align_items_center {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.align_items_baseline {-webkit-box-align: baseline;-ms-flex-align: baseline;align-items: baseline;}.align_content_flex_start {-ms-flex-line-pack: start;align-content: flex-start;}.align_content_flex_end {-ms-flex-line-pack: end;align-content: flex-end;}.align_content_center {-ms-flex-line-pack: center;align-content: center;}.align_content_space_between {-ms-flex-line-pack: justify;align-content: space-between;}.align_content_space_around {-ms-flex-line-pack: distribute;align-content: space-around;}.order_1 {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}.flex_grow_1 {-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;}.flex_shrink_0 {-ms-flex-negative: 0;flex-shrink: 0;}.flex_basis_100px {-ms-flex-preferred-size: 100px;flex-basis: 100px;}.align_self_flex_start {-ms-flex-item-align: start;align-self: flex-start;}.align_self_flex_end {-ms-flex-item-align: end;align-self: flex-end;}.align_self_center {-ms-flex-item-align: center;align-self: center;}.align_self_baseline {-ms-flex-item-align: baseline;align-self: baseline;}.flex1 {flex-grow: 1;flex-shrink: 1;flex-basis: 0;} */
.float_l {
	float: left;
}

.float_r {
	float: right;
}

.ul,
.ol {
	font-size: 0;
	text-align: center;
}

.ol li,
.ul li {
	font-size: 16px;
	display: inline-table;
}

.noSize {
	font-size: 0;
	text-indent: -9999em;
}

/* 1400 Auto */
.styleAuto {
	width: 100%;
	min-width: 1400px;
	max-width: 1920px;
	margin: 0 auto;
	min-height: 1080px;
	position: relative;
}

/* swiperAuto */
.swiperAuto {
	width: 100%;
	height: 100%;
	min-width: 1400px;
	max-width: 1920px;
	max-height: 1080px;
	position: relative;
	margin: 0 auto;
}

.w100 {
	width: 100%;
}

.wh100 {
	width: 100%;
	height: 100%;
}

.red {
	background: red;
}

.blue {
	background: blue;
}

.pink {
	background: pink;
}

.yellow {
	background: yellow;
}

.orange {
	background: orange;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.fixed {
	position: fixed;
	z-index: 724;
}

.m0Auto {
	margin: 0 auto;
}

.hide {
	display: none;
}

.overHide {
	overflow: hidden;
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
}

.border {
	border: 1px solid deeppink;
}

.center {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0 !important;
	margin: auto;
}

::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	border-radius: 4px
}

::-webkit-scrollbar-track {
	border-radius: 4px;
	background: rgba(0, 0, 0, .2)
}

::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: rgba(0, 0, 0, .2)
}

#shade {
	background: rgba(0, 0, 0, .6);
	z-index: 266;
	cursor: not-allowed;
}

#shade.shade {
	background: rgba(0, 0, 0, 0) !important;
}

/* swiper */
.swiperAuto .swiper-slide {
	position: relative;
	background: url(../images/bg.png) no-repeat;
	background-size: cover;
}

#wrap #red {
	background: url(../images/bj1.jpg) no-repeat;
	background-size: cover;
}

#pagination {
	z-index: 966;
	right: 0;
	width: 156px;
	height: 621px;
	bottom: 50%;
	padding: 20px 0 0;
	margin: 0 0 -310px 0;
	background: url(../images/pagination.png) top no-repeat;
}

#pagination .swiper-pagination {
	width: 100%;
	height: auto;
	margin: 0 0 20px;
}

#pagination .swiper-pagination-bullet {
	width: 122px;
	margin: 0 auto;
	height: 55px;
	line-height: 55px;
	display: block;
	border-radius: 0;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #A5ACCD;
	opacity: 1;
	background: url(../images/ico.png) bottom no-repeat;
}

#pagination .swiper-pagination-bullet:hover {
	color: white;
	position: relative;
	background: url(../images/icon1.png) bottom no-repeat;
}

#pagination .swiper-pagination-bullet-active {
	color: white;
	position: relative;
	background: url(../images/icon1.png) bottom no-repeat;
}

#pagination .swiper-list {
	width: 136px;
	height: auto;
	left: 2px;
	margin: 0 auto;
}

#pagination .swiper-list a {
	width: 100%;
	height: 54px;
	margin: 5px 0;
}

#pagination .swiper-list a.list-1 {
	background: url(../images/12.png) top no-repeat;
}

#pagination .swiper-list a.list-2 {
	background: url(../images/22.png) top no-repeat;
}

#pagination .swiper-list a.list-3 {
	background: url(../images/32.png) top no-repeat;
}

#pagination .swiper-pagination-bullet-active::before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin: 0 0 0 -10px;
	width: 20px;
	height: 20px;
	background: url(../images/gear.png) top no-repeat;
	-moz-animation: gear 2.66s linear infinite;
	-webkit-animation: gear 2.66s linear infinite;
	-o-animation: gear 2.66s linear infinite;
	-ms-animation: gear 2.66s linear infinite;
	animation: gear 2.66s linear infinite;
}

@-webkit-keyframes gear {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-moz-keyframes gear {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-ms-keyframes gear {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-o-keyframes gear {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes gear {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

#pagination .swiper-on-off {
	width: 39px;
	height: 125px;
	top: 45px;
	left: -28px;
	cursor: pointer;
	background: url(../images/open.png);
}

#pagination .swiper-on-off.on {
	background: url(../images/open.png);
}

#pagination .swiper-on-off.off {
	background: url(../images/pack.png);
}

#QuickMark {
	width: 54px;
	padding: 0 0 0 5px;
	height: 341px;
	z-index: 266;
	left: -80%;
	background: url(../images/quickmark-bg.png) top no-repeat;
}

#QuickMark .QuickMark-list {
	width: 100%;
	height: 80%;
}

#QuickMark .QuickMark-list li {
	position: relative;
	width: 34px;
	height: 34px;
	padding: 10px;
	text-align: center;
	margin: 0.66px 0;
	background: url(../images/quickmark-li.png) top no-repeat;
}

#QuickMark .QuickMark-list li img {
	display: none;
}

#QuickMark .QuickMark-list li:hover img {
	display: block;
	position: absolute;
	top: 50%;
	margin: -56px;
	left: 120px;
}

#QuickMark .QuickMark-list li i {
	display: inline-block;
	width: 33px;
	height: 33px;
}

#QuickMark .QuickMark-list li.icon-1 i {
	background: url(../images/ico-1.png) center no-repeat;
}

#QuickMark .QuickMark-list li.icon-2 i {
	background: url(../images/ico-2.png) center no-repeat;
}

#QuickMark .QuickMark-list li.icon-3 i {
	background: url(../images/ico-3.png) center no-repeat;
}

#QuickMark .QuickMark-list li.icon-4 i {
	background: url(../images/ico-4.png) center no-repeat;
}

#QuickMark .QuickMark-list li.icon-5 i {
	background: url(../images/ico-5.png) center no-repeat;
}

#QuickMark .QuickMark-list li.icon-1:hover i {
	background: url(../images/icon-1.png) center no-repeat;
}

#QuickMark .QuickMark-list li.icon-2:hover i {
	background: url(../images/icon-2.png) center no-repeat;
}

#QuickMark .QuickMark-list li.icon-3:hover i {
	background: url(../images/icon-3.png) center no-repeat;
}

#QuickMark .QuickMark-list li.icon-4:hover i {
	background: url(../images/icon-4.png) center no-repeat;
}

#QuickMark .QuickMark-list li.icon-5:hover i {
	background: url(../images/icon-5.png) center no-repeat;
}
