html {
	overflow-y:scroll;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
html,body {
	width:100%;
	height:100%;
	outline:none;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
body {
	background:#fff;
	position:relative;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-webkit-overflow-scrolling:touch;
}
body,div,h3,h4,h5,input,p,a,button {
	margin:0;
	padding:0;
	outline:none;
}
img {
	border:0;
}
h3,h4,h5 {
	font-weight:500;
	color:inherit;
}
p {
	color:inherit;
}
a {
	color:inherit;
}
a:hover {
	text-decoration:none;
}
a {
	text-decoration:none;
}
#czg-swiper-fenye {
	width:40px;
	height:6px;
	border-radius:3px;
	margin:0 10px;
}
.czg-response-header {
	width:100%;
	height:auto;
	background-color:#ffffff;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-response-header .czg-response-content {
	width:1210px;
	margin:0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-response-header .czg-response-content .czg-header-logo {
	width:200px;
	margin-right:10px;
	height:auto;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-response-header .czg-response-content .czg-header-logo a img {
	width:200px;
	height:auto;
}
.czg-response-header .czg-response-content .czg-header-search {
	width:450px;
	height:80px;
	padding:0 7px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-response-header .czg-response-content .czg-header-search .czg-search-input {
	margin:25px auto 5px auto;
	min-width:260px;
	height:28px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:start;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	border:1px solid #A0A0A0;
	border-radius:15px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-response-header .czg-response-content .czg-header-search .czg-search-input .czg-store {
	width:80px;
	padding-left:10px;
	background-color:transparent;
	position:relative;
	background-color:#f0f0f0;
	border-radius:15px 0 0 15px;
	height:26px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-response-header .czg-response-content .czg-header-search .czg-search-input .czg-store:hover .czg-store-list {
	height:154px;
}
.czg-response-header .czg-response-content .czg-header-search .czg-search-input .czg-store .czg-store-title {
	width:70px;
	height:26px;
	line-height:26px;
	text-align:center;
	color:#a0a0a0;
	font-size:15px;
	cursor:pointer;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-response-header .czg-response-content .czg-header-search .czg-search-input .czg-store .czg-store-title span {
	color:#a0a0a0;
}
.czg-response-header .czg-response-content .czg-header-search .czg-search-input .czg-store .czg-store-title #czg-img {
	width:15px;
	height:15px;
	-webkit-transition:all 1.5s linear 0s;
	-o-transition:all 1.5s linear 0s;
	transition:all 1.5s linear 0s;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-response-header .czg-response-content .czg-header-search .czg-search-input .czg-store .czg-store-title .czg-img-x {
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}
.czg-response-header .czg-response-content .czg-header-search .czg-search-input .czg-store .czg-store-list {
	position:absolute;
	top:27px;
	left:10px;
	z-index:99;
	width:70px;
	height:0px;
	background-color:#f0f0f0;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	overflow:hidden;
	-webkit-transition:height 0.4s linear 0s;
	-o-transition:height 0.4s linear 0s;
	transition:height 0.4s linear 0s;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-response-header .czg-response-content .czg-header-search .czg-search-input .czg-store .czg-store-list a {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	width:70px;
	height:22px;
	-webkit-transition:all 1s ease 0s;
	-o-transition:all 1s ease 0s;
	transition:all 1s ease 0s;
	border-top:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	color:black;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-response-header .czg-response-content .czg-header-search .czg-search-input .czg-store .czg-store-list a p {
	width:70px;
	height:20px;
	font-size:14px;
	text-align:center;
	line-height:20px;
	-webkit-box-sizing:border-box;
	color:#a0a0a0;
	box-sizing:border-box;
}
.czg-response-header .czg-response-content .czg-header-search .czg-search-input .czg-store .czg-store-list a:hover {
	background-color:#e62b00;
}
.czg-response-header .czg-response-content .czg-header-search .czg-search-input .czg-input {
	border:none;
	height:26px;
	min-width:120px;
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
	background-color:transparent;
	text-indent:10px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-response-header .czg-response-content .czg-header-search .czg-search-input .czg-input::-webkit-input-placeholder {
	color:#d0d0d0;
}
.czg-response-header .czg-response-content .czg-header-search .czg-search-input .czg-input:-ms-input-placeholder {
	color:#d0d0d0;
}
.czg-response-header .czg-response-content .czg-header-search .czg-search-input .czg-input::-ms-input-placeholder {
	color:#d0d0d0;
}
.czg-response-header .czg-response-content .czg-header-search .czg-search-input .czg-input::placeholder {
	color:#d0d0d0;
}
.czg-response-header .czg-response-content .czg-header-search .czg-search-input .czg-img {
	width:20px;
	height:20px;
	margin-right:10px;
	cursor:pointer;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-response-header .czg-response-content .czg-header-search .czg-search-tip {
	margin:0 auto;
	width:400px;
	height:20px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	color:#c0c0c0;
	font-size:12px;
	padding-top:3px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-response-header .czg-response-content .czg-header-search .czg-search-tip a:hover {
	color:#e62b00;
}
.czg-response-header .czg-response-content .czg-header-print {
	width:290px;
	height:80px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	padding-left:5px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-response-header .czg-response-content .czg-header-print a {
	cursor:default;
}
.czg-response-header .czg-response-content .czg-header-print a p {
	cursor:pointer;
}
.czg-response-header .czg-response-content .czg-header-print .redfont {
	color:#e62b00;
}
.czg-response-header .czg-response-content .czg-header-print .czg-btn-x {
	width:68px;
	height:38px;
	border:1px solid #f0f0f0;
	text-align:center;
	border-radius:4px;
	margin-right:10px;
	font-size:14px;
	padding:0 3px;
	line-height:40px;
	background-color:#e62b00;
	border:1px solid #e62b00;
	color:white;
}
.czg-response-header .czg-response-content .czg-header-print .czg-btn-x:hover {
	background-color:white;
	color:#e62b00;
	border-color:#aaaaaa;
}
.czg-response-header .czg-response-content .czg-header-print .czg-btn {
	height:40px;
	width:65px;
	background-color:#f8f8f8;
	border:1px solid #f0f0f0;
	text-align:center;
	border-radius:4px;
	margin-right:10px;
	border-radius:4px;
	line-height:40px;
	font-size:12px;
	cursor:pointer;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-response-header .czg-response-content .czg-header-print .czg-btn:hover {
	background-color:#e62b00;
	border-color:#e62b00;
	color:#ffffff;
}
.czg-response-header .czg-response-content .czg-header-print .czg-active {
	background-color:#e62b00;
	border-color:#e62b00;
	color:#ffffff;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-response-header .czg-header-nav {
	width:1210px;
	height:50px;
	margin:0 auto;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-response-header .czg-header-nav .czg-nav-item {
	display:block;
	float:left;
	width:151.25px;
	height:50px;
	line-height:50px;
	font-size:16px;
	text-align:center;
	-webkit-box-sizing:border-box;
	background-color:#f9f9f9;
	box-sizing:border-box;
	border-right:1px solid #e0e0e0;
}
.czg-response-header .czg-header-nav .czg-nav-item:last-child {
	border-right:none;
}
.czg-response-header .czg-header-nav .czg-nav-item h2 {
	font-size:16px;
	line-height:50px;
	font-weight:normal;
}
.czg-response-header .czg-header-nav .czg-nav-item:hover {
	background-color:#e62b00;
	color:white;
}
.czg-response-header .czg-header-nav .czg-nav-item:hover h2 {
	background-color:#e62b00;
	color:white;
}
.czg-response-header .czg-header-nav .czg-active {
	background-color:#e62b00;
	color:white;
}
.czg-response-header .czg-header-nav .czg-active h2 {
	background-color:#e62b00;
	color:white;
}
.czg-swper-box {
	width:1210px;
	height:280px;
	margin:0 auto;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-swper-box .swiper-container {
	width:1210px;
	height:280px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-swper-box .swiper-container .swiper-slide {
	width:1210px;
	height:280px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-swper-box .swiper-container .swiper-slide img {
	width:1210px;
	height:280px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-provide-server {
	width:1200px;
	margin:0 auto;
	height:570px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-provide-server .czg-mian-title {
	height:160px;
	width:1200px;
	text-align:center;
	font-size:18px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	line-height:30px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-provide-server .czg-mian-title .czg-underline {
	border-bottom:2px solid #E60011;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-provide-server .czg-mian-title h5 {
	vertical-align:bottom;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size:21px;
}
.czg-provide-server .czg-mian-title p {
	vertical-align:bottom;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size:21px;
}
.czg-provide-server .czg-bottom-content {
	width:1200px;
	height:400px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-provide-server .czg-bottom-content .czg-left-box {
	width:630px;
	height:400px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-provide-server .czg-bottom-content .czg-left-box .czg-module-box {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	width:630px;
	height:290px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-provide-server .czg-bottom-content .czg-left-box .czg-module-box .czg-module-item {
	width:160px;
	height:220px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-provide-server .czg-bottom-content .czg-left-box .czg-module-box .czg-module-item a {
	display:block;
	width:160px;
	height:220px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	cursor:default;
}
.czg-provide-server .czg-bottom-content .czg-left-box .czg-module-box .czg-module-item a:hover {
	color:black;
}
.czg-provide-server .czg-bottom-content .czg-left-box .czg-module-box .czg-module-item a img {
	width:160px;
	height:160px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-provide-server .czg-bottom-content .czg-left-box .czg-module-box .czg-module-item a p {
	height:40px;
	font-size:30px;
	font-weight:600;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-provide-server .czg-bottom-content .czg-left-box .czg-btn {
	display:block;
	width:630px;
	font-size:22px;
	color:#ffffff;
	text-align:center;
	height:50px;
	line-height:50px;
	border:none;
	background-color:#e62b00;
	border-radius:10px;
	cursor:pointer;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-provide-server .czg-bottom-content .czg-right-window {
	width:460px;
	height:340px;
	border:1px solid black;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-provide-server .czg-bottom-content .czg-right-window .czg-title-switch {
	width:458px;
	height:40px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	border-bottom:1px solid black;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-provide-server .czg-bottom-content .czg-right-window .czg-title-switch h4 {
	width:229px;
	height:39px;
	line-height:39px;
	text-align:center;
	cursor:pointer;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-provide-server .czg-bottom-content .czg-right-window .czg-title-switch h4:hover {
	background-color:#e62b00;
	color:#ffffff;
}
.czg-provide-server .czg-bottom-content .czg-right-window .czg-title-switch p {
	width:229px;
	height:39px;
	line-height:39px;
	text-align:center;
	cursor:pointer;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-provide-server .czg-bottom-content .czg-right-window .czg-title-switch p:hover {
	background-color:#e62b00;
	color:#ffffff;
}
.czg-provide-server .czg-bottom-content .czg-right-window .czg-title-switch .czg-active {
	background-color:#e62b00;
	color:#ffffff;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-provide-server .czg-bottom-content .czg-right-window .czg-content-switch {
	width:460px;
	height:300px;
	padding:20px 10px 40px 20px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
}
.czg-provide-server .czg-bottom-content .czg-right-window .czg-content-switch .czg-ts {
	position:absolute;
	left:0px;
	bottom:10px;
	width:430px;
	height:30px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}
.czg-provide-server .czg-bottom-content .czg-right-window .czg-content-switch .czg-ts span {
	display:block;
	width:80px;
	height:26px;
	color:#999999;
	line-height:26px;
	text-align:center;
	color:black;
	text-decoration:underline;
}
.czg-provide-server .czg-bottom-content .czg-right-window .czg-content-switch .czg-ts span:hover {
	color:#e62b00;
}
.czg-provide-server .czg-bottom-content .czg-right-window .czg-content-switch p {
	height:30px;
	width:430px;
	padding-left:20px;
	white-space:nowrap;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	overflow:hidden;
	color:#888888;
	font-size:16px;
	line-height:26px;
	position:relative;
	cursor:pointer;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-provide-server .czg-bottom-content .czg-right-window .czg-content-switch p::before {
	content:'';
	display:block;
	width:6px;
	height:6px;
	background-color:#E74511;
	border-radius:50%;
	position:absolute;
	top:10px;
	left:6px;
}
.czg-provide-server .czg-bottom-content .czg-right-window .czg-content-switch p:hover {
	color:#e62b00;
}
.czg-print-banner {
	width:100%;
	height:auto;
	background-color:#f7f7f7;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-print-banner .print-process {
	width:1200px;
	height:auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin:0 auto;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:40px 0 10px 0;
}
.czg-print-banner .print-process .left-img-title {
	width:630px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-print-banner .print-process .left-img-title .czg-mian-title {
	height:115px;
	width:100%;
	text-align:center;
	font-size:18px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	line-height:30px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-print-banner .print-process .left-img-title .czg-mian-title .czg-underline {
	border-bottom:2px solid #E60011;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-print-banner .print-process .left-img-title .czg-mian-title h5 {
	vertical-align:bottom;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size:21px;
}
.czg-print-banner .print-process .left-img-title .czg-mian-title p {
	vertical-align:bottom;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size:21px;
}
.czg-print-banner .print-process .left-img-title img {
	width:100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-print-banner .print-process .right-info {
	width:460px;
}
.czg-print-banner .print-process .right-info .top-new-img {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	height:auto;
	border:1px solid #bbbbbb;
}
.czg-print-banner .print-process .right-info .top-new-img h3 {
	width:100%;
	height:auto;
	text-indent:15px;
	background-color:#e62b00;
	font-size:16px;
	line-height:40px;
	border-bottom:1px solid #dddddd;
	color:white;
	position:relative;
}
.czg-print-banner .print-process .right-info .top-new-img h3 .jump {
	position:absolute;
	right:15px;
	top:8px;
	z-index:9;
	width:24px;
	height:24px;
	background:url(../../images/sel-icons.png) no-repeat -168px -426px;
}
.czg-print-banner .print-process .right-info .top-new-img .new-list {
	width:100%;
	height:auto;
	padding:6px 6px 6px 7px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
}
.czg-print-banner .print-process .right-info .top-new-img .new-list::after {
	content:'';
	display:block;
	height:254px;
	width:1px;
	position:absolute;
	background-color:#cccccc;
	left:229px;
	z-index:9;
	top:0;
}
.czg-print-banner .print-process .right-info .top-new-img .new-list .new-item {
	width:214px;
	cursor:pointer;
	display:block;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-print-banner .print-process .right-info .top-new-img .new-list .new-item:hover .coat-img img {
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
.czg-print-banner .print-process .right-info .top-new-img .new-list .new-item:hover .content-info .time {
	background-color:#e62b00;
	color:white;
}
.czg-print-banner .print-process .right-info .top-new-img .new-list .new-item:hover .content-info .desc h4 {
	color:#e62b00;
}
.czg-print-banner .print-process .right-info .top-new-img .new-list .new-item .coat-img {
	width:100%;
	height:0;
	position:relative;
	overflow:hidden;
	padding-bottom:75%;
	border:1px solid #dddddd;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display:block;
}
.czg-print-banner .print-process .right-info .top-new-img .new-list .new-item .coat-img img {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:9;
	-webkit-transition:all 1s linear 0s;
	-o-transition:all 1s linear 0s;
	transition:all 1s linear 0s;
}
.czg-print-banner .print-process .right-info .top-new-img .new-list .new-item .content-info {
	width:100%;
	height:auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin-top:10px;
}
.czg-print-banner .print-process .right-info .top-new-img .new-list .new-item .content-info .time {
	width:56px;
	height:36px;
	border:1px solid #bbbbbb;
	color:#bbbbbb;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding-left:6px;
	-webkit-transition:background 1s linear 0s;
	-o-transition:background 1s linear 0s;
	transition:background 1s linear 0s;
}
.czg-print-banner .print-process .right-info .top-new-img .new-list .new-item .content-info .time p:nth-child(1) {
	font-size:17px;
	font-weight:600;
	line-height:20px;
}
.czg-print-banner .print-process .right-info .top-new-img .new-list .new-item .content-info .time p:nth-child(2) {
	font-size:12px;
	line-height:16px;
}
.czg-print-banner .print-process .right-info .top-new-img .new-list .new-item .content-info .desc {
	width:218px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 10px;
}
.czg-print-banner .print-process .right-info .top-new-img .new-list .new-item .content-info .desc h4 {
	width:90%;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	font-size:17px;
	font-weight:600;
	margin-bottom:5px;
	-webkit-transition:color 1s linear 0s;
	-o-transition:color 1s linear 0s;
	transition:color 1s linear 0s;
}
.czg-print-banner .print-process .right-info .top-new-img .new-list .new-item .content-info .desc .detail-desc {
	font-size:14px;
	color:#888888;
	line-height:16px;
	text-align:justify;
}
.czg-print-banner .print-process .right-info .bottom-news-list {
	width:100%;
	height:120px;
	padding:10px 0;
}
.czg-print-banner .print-process .right-info .bottom-news-list .bottom-new-item {
	width:460px;
	color:#888888;
	line-height:0;
	border-bottom:1px solid #cccccc;
	vertical-align:top;
	cursor:pointer;
}
.czg-print-banner .print-process .right-info .bottom-news-list .bottom-new-item:nth-child(1) {
	border-top:1px solid #cccccc;
}
.czg-print-banner .print-process .right-info .bottom-news-list .bottom-new-item:hover {
	background-color:#e0e0e0;
}
.czg-print-banner .print-process .right-info .bottom-news-list .bottom-new-item:hover .new-title {
	color:#e62b00;
	line-height:40px;
}
.czg-print-banner .print-process .right-info .bottom-news-list .bottom-new-item:hover .new-time {
	color:#e62b00;
	line-height:40px;
}
.czg-print-banner .print-process .right-info .bottom-news-list .bottom-new-item .new-title {
	display:inline-block;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	overflow:hidden;
	font-size:14px;
	line-height:30px;
	white-space:nowrap;
	text-indent:10px;
	width:65%;
	-webkit-transition:all 0.3s linear 0s;
	-o-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
}
.czg-print-banner .print-process .right-info .bottom-news-list .bottom-new-item .new-time {
	text-align:right;
	font-size:14px;
	line-height:30px;
	display:inline-block;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	width:25%;
	margin-left:6%;
	-webkit-transition:all 0.3s linear 0s;
	-o-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
}
.our-case-banner {
	width:100%;
	height:920px;
	background-color:#F7F7F7;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.our-case-banner .our-case {
	width:1280px;
	height:900px;
	margin:0 auto;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.our-case-banner .our-case .czg-mian-title {
	height:180px;
	width:1280px;
	text-align:center;
	font-size:18px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	line-height:30px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.our-case-banner .our-case .czg-mian-title .czg-underline {
	border-bottom:2px solid #E60011;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.our-case-banner .our-case .czg-mian-title p {
	vertical-align:bottom;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size:21px;
}
.our-case-banner .our-case .swiper-container {
	width:1280px;
	height:660px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.our-case-banner .our-case .swiper-container .swiper-slide {
	width:1280px;
	height:660px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.our-case-banner .our-case .swiper-container .swiper-slide .swper-ts-item {
	width:640px;
	height:660px;
	padding:10px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.our-case-banner .our-case .swiper-container .swiper-slide .swper-ts-item .item-internal {
	width:620px;
	height:310px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
}
.our-case-banner .our-case .swiper-container .swiper-slide .swper-ts-item .item-internal .image {
	width:620px;
	height:310px;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.our-case-banner .our-case .swiper-container .swiper-slide .swper-ts-item .item-internal .image img {
	-webkit-transition:all 1.5s ease 0s;
	-o-transition:all 1.5s ease 0s;
	transition:all 1.5s ease 0s;
	width:100%;
	height:100%;
	cursor:pointer;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.our-case-banner .our-case .swiper-container .swiper-slide .swper-ts-item .item-internal .image img:hover {
	-webkit-transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);
}
.our-case-banner .our-case .swiper-container .swiper-slide .swper-ts-item .item-internal p {
	position:absolute;
	left:0px;
	bottom:0px;
	width:620px;
	height:36px;
	background-color:rgba(0,0,0,0.4);
	color:#ffffff;
	line-height:36px;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	white-space:nowrap;
	text-align:center;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.our-case-banner .our-case .swiper-container .swiper-button-prev {
	left:0px;
}
.our-case-banner .our-case .swiper-container .swiper-button-prev::after {
	background-color:#CCCCCC;
	padding:0 3px;
}
.our-case-banner .our-case .swiper-container .swiper-button-next {
	right:0px;
}
.our-case-banner .our-case .swiper-container .swiper-button-next::after {
	background-color:#CCCCCC;
	padding:0 3px;
}
.our-case-banner .our-case .see-more {
	width:1280px;
	height:80px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.our-case-banner .our-case .see-more img {
	width:20px;
	height:10px;
	margin-top:5px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.our-case-banner .our-case .see-more p {
	margin-top:6px;
	font-size:16px;
	color:#b0b0b0;
	-webkit-transition:all 1s ease 0s;
	-o-transition:all 1s ease 0s;
	transition:all 1s ease 0s;
	cursor:pointer;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.our-case-banner .our-case .see-more p:hover {
	color:#e62b00;
	border-color:#e62b00;
}
.czg-banner-jubo {
	width:100%;
	height:1200px;
	padding:40px 0 60px 0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product {
	width:1200px;
	height:1100px;
	margin:0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .left-content {
	width:1200px;
	height:1100px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .left-content .title {
	height:110px;
	width:1200px;
	text-align:center;
	font-size:18px;
	line-height:25px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .left-content .title .czg-underline {
	border-bottom:1px solid #F1BC6F;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .left-content .title p {
	vertical-align:bottom;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size:21px;
}
.czg-banner-jubo .czg-select-product .left-content .czg-card-list {
	width:1200px;
	height:928px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-line-pack:justify;
	align-content:space-between;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .left-content .czg-card-list .card-item {
	width:244px;
	height:300px;
	border:2px solid #E67B02;
	background-color:blue;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .left-content .czg-card-list .card-item .image {
	overflow:hidden;
	width:240px;
	height:234px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .left-content .czg-card-list .card-item .image img {
	width:240px;
	height:234px;
	transition:all 2s ease 0s;
	-moz-transition:all 2s ease 0s;
	-webkit-transition:all 2s ease 0s;
	-o-transition:all 2s ease 0s;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .left-content .czg-card-list .card-item .image img:hover {
	-webkit-transform:scale(1.2, 1.2);
	-ms-transform:scale(1.2, 1.2);
	transform:scale(1.2, 1.2);
}
.czg-banner-jubo .czg-select-product .left-content .czg-card-list .card-item .content {
	background-color:#E68B00;
	background-image:-webkit-gradient(linear, left top, right top, from(#E60211), to(#E68B00));
	background-image:-o-linear-gradient(left, #E60211, #E68B00);
	background-image:linear-gradient(to right, #E60211, #E68B00);
	height:62px;
	width:240px;
	padding-top:4px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .left-content .czg-card-list .card-item .content .left-desc {
	height:56px;
	padding-left:3px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .left-content .czg-card-list .card-item .content .left-desc p {
	width:180px;
	height:26px;
	font-size:16px;
	color:#ffffff;
	overflow:hidden;
	white-space:nowrap;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .left-content .czg-card-list .card-item .content .left-desc .shop-price {
	width:160px;
	height:30px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	color:#ffffff;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .left-content .czg-card-list .card-item .content .left-desc .shop-price span {
	font-size:12px;
	line-height:30px;
	color:white;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .left-content .czg-card-list .card-item .content .left-desc .shop-price .ts-span {
	font-size:20px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .left-content .czg-card-list .card-item .content .see-detail {
	width:50px;
	padding:3px 3px;
	margin-right:5px;
	height:50px;
	border-radius:5px;
	border:2px solid #ffffff;
	text-align:center;
	line-height:20px;
	font-size:15px;
	color:#ffffff;
	font-weight:600;
	-webkit-transition:all 1s ease 0s;
	-o-transition:all 1s ease 0s;
	transition:all 1s ease 0s;
	cursor:pointer;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .left-content .czg-card-list .card-item .content .see-detail:hover {
	background-color:#e62b00;
	border-color:#e62b00;
}
.czg-banner-jubo .czg-select-product .left-content .see-more {
	width:1200px;
	height:50px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .left-content .see-more img {
	width:20px;
	height:10px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .left-content .see-more p {
	font-size:16px;
	color:#b0b0b0;
	-webkit-transition:all 1s ease 0s;
	-o-transition:all 1s ease 0s;
	transition:all 1s ease 0s;
	padding:3px 5px;
	cursor:pointer;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .left-content .see-more p:hover {
	color:#e62b00;
	border-color:#e62b00;
}
.czg-banner-jubo .czg-select-product .czg-right-release {
	width:360px;
	height:1045px;
	padding:14px 24px 0px 24px;
	border:1px solid black;
	background-color:#ffffff;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .czg-right-release .release-btn {
	width:100%;
	height:auto;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .czg-right-release .release-btn p {
	font-size:15px;
	height:30px;
	line-height:25px;
	padding-bottom:5px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .czg-right-release .release-btn p span {
	font-size:18px;
	color:#e62b00;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .czg-right-release .release-btn button {
	height:30px;
	width:100%;
	background-color:#e62b00;
	text-align:center;
	color:#ffffff;
	font-size:14px;
	border:none;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	vertical-align:middle;
	cursor:pointer;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .czg-right-release .release-btn button img {
	width:20px;
	height:20px;
	margin-right:5px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .czg-right-release .czg-subscribe-box {
	width:100%;
	height:520px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .czg-right-release .czg-subscribe-box .small-title {
	width:312px;
	padding:0 5px;
	height:30px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	background-color:#E68B00;
	background-image:-webkit-gradient(linear, left top, right top, from(#E60211), to(#E68B00));
	background-image:-o-linear-gradient(left, #E60211, #E68B00);
	background-image:linear-gradient(to right, #E60211, #E68B00);
	color:white;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .czg-right-release .czg-subscribe-box .small-title .czg-ts {
	font-size:16px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	letter-spacing:3px;
	text-decoration:none;
}
.czg-banner-jubo .czg-select-product .czg-right-release .czg-subscribe-box .small-title p {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:end;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	font-size:15px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .czg-right-release .czg-subscribe-box .small-title p img {
	width:15px;
	height:15px;
	padding-left:3px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .czg-right-release .czg-subscribe-box .subscribe-list {
	width:100%;
	height:480px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .czg-right-release .czg-subscribe-box .subscribe-list .subscribe-item {
	width:100%;
	height:60px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .czg-right-release .czg-subscribe-box .subscribe-list .subscribe-item .left {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .czg-right-release .czg-subscribe-box .subscribe-list .subscribe-item .left img {
	width:50px;
	height:50px;
	margin-right:10px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .czg-right-release .czg-subscribe-box .subscribe-list .subscribe-item .left p {
	font-size:15px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:180px;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.czg-banner-jubo .czg-select-product .czg-right-release .czg-subscribe-box .subscribe-list .subscribe-item .czg-btn {
	display:block;
	width:50px;
	height:25px;
	cursor:pointer;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .czg-right-release .czg-subscribe-box .subscribe-list .subscribe-item .czg-btn p {
	width:50px;
	height:25px;
	text-align:center;
	line-height:23px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:underline;
}
.czg-banner-jubo .czg-select-product .czg-right-release .czg-img-title-list {
	width:100%;
	height:460px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .czg-right-release .czg-img-title-list .czg-img-title-item {
	width:100%;
	height:140px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.czg-banner-jubo .czg-select-product .czg-right-release .czg-img-title-list .czg-img-title-item img {
	width:100%;
	height:140px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.aaubook-module {
	width:100%;
	height:auto;
	background-color:#f7f7f7;
	padding-bottom:60px;
}
.aaubook-module .czg-mian-title {
	height:200px;
	width:1200px;
	margin:0 auto;
	text-align:center;
	font-size:18px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	line-height:30px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.aaubook-module .czg-mian-title .czg-underline {
	border-bottom:2px solid #E60011;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.aaubook-module .czg-mian-title h5 {
	vertical-align:bottom;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size:21px;
}
.aaubook-module .czg-mian-title p {
	vertical-align:bottom;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size:21px;
}
.aaubook-module .aaubook-crousel-mall {
	position:relative;
	width:1200px;
	margin:0 auto;
	padding-bottom:50px;
}
.aaubook-module .aaubook-crousel-mall .slides li {
	width:100%;
}
.aaubook-module .aaubook-crousel-mall .slides li .aaubook-card {
	margin:0 1%;
	border:1px solid #c0c0c0;
	width:23%;
	float:left;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #e0e0e0;
	-webkit-transition:all 1s ease 0s;
	-o-transition:all 1s ease 0s;
	transition:all 1s ease 0s;
}
.aaubook-module .aaubook-crousel-mall .slides li .aaubook-card:hover {
	border-color:#e62b00;
}
.aaubook-module .aaubook-crousel-mall .slides li .aaubook-card .square-img {
	position:relative;
	padding-bottom:100%;
	overflow:hidden;
}
.aaubook-module .aaubook-crousel-mall .slides li .aaubook-card .square-img img {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transition:all 1s ease 0s;
	-o-transition:all 1s ease 0s;
	transition:all 1s ease 0s;
}
.aaubook-module .aaubook-crousel-mall .slides li .aaubook-card .square-img img:hover {
	-webkit-transform:scale(1.2, 1.2);
	-ms-transform:scale(1.2, 1.2);
	transform:scale(1.2, 1.2);
}
.aaubook-module .aaubook-crousel-mall .slides li .aaubook-card .aaubook-desc {
	width:100%;
	padding:10px 10px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background-color:white;
}
.aaubook-module .aaubook-crousel-mall .slides li .aaubook-card .aaubook-desc h5 {
	width:100%;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	font-size:16px;
	line-height:22px;
	color:black;
	font-weight:600;
}
.aaubook-module .aaubook-crousel-mall .slides li .aaubook-card .aaubook-desc .tip {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding:5px 0;
}
.aaubook-module .aaubook-crousel-mall .slides li .aaubook-card .aaubook-desc .tip .zhishou {
	font-size:12px;
	line-height:22px;
	padding:0 8px;
	vertical-align:middle;
	border-radius:3px;
	background-color:#e62b00;
	color:white;
}
.aaubook-module .aaubook-crousel-mall .slides li .aaubook-card .aaubook-desc .tip .shouchu {
	font-size:12px;
	color:#d0d0d0;
}
.aaubook-module .aaubook-crousel-mall .slides li .aaubook-card .aaubook-desc .price {
	font-size:17px;
	font-weight:600;
	line-height:22px;
	color:#e62b00;
}
.aaubook-module .aaubook-crousel-mall .slides li .aaubook-card .aaubook-desc .bottom {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
.aaubook-module .aaubook-crousel-mall .slides li .aaubook-card .aaubook-desc .bottom p {
	font-size:11px;
	line-height:15px;
	color:#d0d0d0;
	text-decoration:line-through;
}
.aaubook-module .aaubook-crousel-mall .slides li .aaubook-card .aaubook-desc .bottom span {
	font-size:11px;
	color:#d0d0d0;
	line-height:15px;
}
.aaubook-module .aaubook-crousel-mall .aaubook-ctrl-box {
	position:absolute;
	left:0;
	bottom:0;
	height:20px;
	z-index:9;
	font-size:0;
	width:100%;
	text-align:center;
}
.aaubook-module .aaubook-crousel-mall .aaubook-ctrl-box ol li {
	display:inline-block;
	vertical-align:top;
	width:10px;
	height:10px;
	margin:0 6px;
}
.aaubook-module .aaubook-crousel-mall .aaubook-ctrl-box ol li a {
	display:block;
	width:10px;
	height:10px;
	background-color:#7b7b7b;
	border-radius:50%;
}
.aaubook-module .aaubook-crousel-mall .aaubook-ctrl-box ol li .flex-active {
	background-color:#e62b00;
}
.aaubook-module .aaubook-crousel-mall .aaubook-ctrl-box ul {
	position:relative;
}
.aaubook-module .aaubook-crousel-mall .aaubook-ctrl-box ul li {
	background-color:#f0f0f0;
}
.aaubook-module .aaubook-crousel-mall .aaubook-ctrl-box ul li:first-child {
	position:absolute;
	left:-34px;
	top:-290px;
	z-index:99;
}
.aaubook-module .aaubook-crousel-mall .aaubook-ctrl-box ul li:first-child a {
	background:url("../../images/sel-icons.png") no-repeat -12px -256px;
}
.aaubook-module .aaubook-crousel-mall .aaubook-ctrl-box ul li:last-child {
	position:absolute;
	right:-34px;
	top:-290px;
	z-index:99;
}
.aaubook-module .aaubook-crousel-mall .aaubook-ctrl-box ul li:last-child a {
	background:url("../../images/sel-icons.png") no-repeat -58px -256px;
}
.aaubook-module .aaubook-crousel-mall .aaubook-ctrl-box ul li a {
	display:block;
	width:30px;
	height:50px;
}